Skip to content

Commit 7535467

Browse files
authored
Merge pull request #24468 from tengqm/zh-fix-filename
[zh] fix incorrect file name
2 parents 729ebf6 + 7997ac3 commit 7535467

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

content/zh/docs/reference/glossary/mainfest.md renamed to content/zh/docs/reference/glossary/manifest.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ tags:
1212
JSON 或 YAML 格式的 Kubernetes API 对象规范。
1313

1414
<!--
15-
---
1615
title: Manifest
1716
id: manifest
1817
date: 2019-06-28
@@ -22,7 +21,6 @@ short_description: >
2221
aka:
2322
tags:
2423
- fundamental
25-
---
2624
Specification of a Kubernetes API object in JSON or YAML format.
2725
-->
2826

@@ -31,4 +29,4 @@ tags:
3129
<!--
3230
A manifest specifies the desired state of an object that Kubernetes will maintain when you apply the manifest. Each configuration file can contain multiple manifests.
3331
-->
34-
清单指定了在应用该清单时 Kubrenetes 将维护的对象的期望状态。每个配置文件可包含多个清单。
32+
清单指定了在应用该清单时 Kubrenetes 将维护的对象的期望状态。每个配置文件可包含多个清单。

0 commit comments

Comments
 (0)