Add annotation page (#14358)

This commit is contained in:
Rael Garcia
2019-05-28 22:11:03 +02:00
committed by Kubernetes Prow Robot
parent 16f557f95e
commit dd22f47006
@@ -0,0 +1,17 @@
---
title: Annotation
id: annotation
date: 2018-04-12
full_link: /docs/concepts/overview/working-with-objects/annotations
short_description: >
Una pareja clave-valor utilizada para añadir metadatos a los objetos.
aka:
tags:
- fundamental
---
Una pareja clave-valor utilizada para añadir metadatos a los objetos.
<!--more-->
La información adicional proporcionada por las anotaciones puede ser grande o pequeña, estructurada como JSON o texto plano, y además permite caracteres que no están soportados por las {{< glossary_tooltip text="Labels" term_id="label" >}}. Esta información puede ser útil para librerías o clientes que puedan necesitar información adicional.