Merge pull request #33089 from MrErlison/annotation-ptbr

Add content/pt-br/docs/reference/glossary/annotation.md
pull/33288/head
Kubernetes Prow Robot 2022-04-28 09:27:50 -07:00 committed by GitHub
commit 48788780ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
---
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.