[zh-cn] sync /docs/concepts/security/cloud-native-security.md

pull/48150/head
RfieWang 2024-10-01 11:59:33 +08:00
parent 282f3b007c
commit 92f72b0399
1 changed files with 4 additions and 4 deletions

View File

@ -180,11 +180,11 @@ layers expect.
## 运行阶段 {#lifecycle-phase-runtime}
<!--
The Runtime phase comprises three critical areas: [compute](#protection-runtime-compute),
[access](#protection-runtime-access), and [storage](#protection-runtime-storage).
The Runtime phase comprises three critical areas: [access](#protection-runtime-access),
[compute](#protection-runtime-compute), and [storage](#protection-runtime-storage).
-->
运行阶段包含三个关键领域:[计算](#protection-runtime-compute)
[访问](#protection-runtime-access)和[存储](#protection-runtime-storage)。
运行阶段包含三个关键领域:[访问](#protection-runtime-access)、
[计算](#protection-runtime-compute)和[存储](#protection-runtime-storage)。
<!--