Skip to content

Commit 4878878

Browse files
authored
Merge pull request #33089 from MrErlison/annotation-ptbr
Add content/pt-br/docs/reference/glossary/annotation.md
2 parents 8596411 + 5dc7184 commit 4878878

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Anotação
3+
id: annotation
4+
date: 2018-04-12
5+
full_link: /docs/concepts/overview/working-with-objects/annotations
6+
short_description: >
7+
Um par de chave-valor (key-value) é usado para anexar metadados arbitrários não identificáveis a objetos.
8+
9+
aka:
10+
tags:
11+
- fundamental
12+
---
13+
Um par de chave-valor (key-value) é usado para anexar metadados arbitrários não identificáveis a objetos.
14+
15+
<!--more-->
16+
17+
Os metadados em uma anotação podem ser pequenos ou grandes, estruturados ou não estruturados, e podem incluir caracteres não permitidos pelos {{< glossary_tooltip text="rótulos" term_id="label" >}}. Clientes como ferramentas e bibliotecas podem recuperar esses metadados.
18+

0 commit comments

Comments
 (0)