From 88403cfc775ef54a24bf19f692dff7f0dc909d3b Mon Sep 17 00:00:00 2001 From: "Mr. Erlison" <sisal.cordame_0a@icloud.com> Date: Thu, 21 Apr 2022 13:27:28 -0300 Subject: [PATCH] Add content/pt-br/docs/reference/glossary/annotation.md --- .../docs/reference/glossary/annotation.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 content/pt-br/docs/reference/glossary/annotation.md diff --git a/content/pt-br/docs/reference/glossary/annotation.md b/content/pt-br/docs/reference/glossary/annotation.md new file mode 100644 index 0000000000..ae54f3c86a --- /dev/null +++ b/content/pt-br/docs/reference/glossary/annotation.md @@ -0,0 +1,21 @@ +--- +title: Anotação +id: annotation +date: 2018-04-12 +full_link: /docs/concepts/overview/working-with-objects/annotations +short_description: > + Um par de chave-valor (key-value) é usado para anexar metadados arbitrários não identificáveis a objetos. + +aka: +tags: +- fundamental +--- + Um par de chave-valor (key-value) é usado para anexar metadados arbitrários não identificáveis a objetos. + +<!--more--> + +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. + + + + [-] \ No newline at end of file