update the markdown file in the glossary directory.

This commit is contained in:
jialaijun
2020-11-25 18:29:43 +08:00
parent bd59f5578a
commit 7260dbf1c6
38 changed files with 799 additions and 586 deletions
@@ -1,5 +1,22 @@
<!--
---
title: 注解
title: Annotation
id: annotation
date: 2018-04-12
full_link: /docs/concepts/overview/working-with-objects/annotations
short_description: >
A key-value pair that is used to attach arbitrary non-identifying metadata to objects.
aka:
tags:
- fundamental
---
-->
---
title: Annotation(注解)
id: annotation
date: 2018-04-12
full_link: /zh/docs/concepts/overview/working-with-objects/annotations/
@@ -11,21 +28,6 @@ tags:
- fundamental
---
<!--
---
title: Annotation
id: annotation
date: 2018-04-12
full_link: /zh/docs/concepts/overview/working-with-objects/annotations/
short_description: >
A key-value pair that is used to attach arbitrary non-identifying metadata to objects.
aka:
tags:
- fundamental
---
-->
<!--
A key-value pair that is used to attach arbitrary non-identifying metadata to objects.
-->
@@ -35,8 +37,8 @@ tags:
<!--more-->
<!--
The metadata in an annotation can be small or large, structured or unstructured, and can include characters not permitted by labels. Clients such as tools and libraries can retrieve this metadata.
The metadata in an annotation can be small or large, structured or unstructured, and can include characters not permitted by {{< glossary_tooltip text="labels" term_id="label" >}}. Clients such as tools and libraries can retrieve this metadata.
-->
注解中的元数据可大可小,可以是结构化的也可以是非结构化的,并且能包含标签不允许使用的字符。像工具和软件库这样的客户端可以检索这些元数据。
注解中的元数据可大可小,可以是结构化的也可以是非结构化的,并且能包含{{< glossary_tooltip text="标签" term_id="label" >}}不允许使用的字符。像工具和软件库这样的客户端可以检索这些元数据。