Add content/es/docs/reference/glossary/label.md (#17218)
* Add content/es/docs/reference/glossary/label.md * Update content/es/docs/reference/glossary/label.md Co-Authored-By: Rael Garcia <rael@rael.io> * Update content/es/docs/reference/glossary/label.md Co-Authored-By: Rael Garcia <rael@rael.io> * Update content/es/docs/reference/glossary/label.md Co-Authored-By: Rael Garcia <rael@rael.io> * Update content/es/docs/reference/glossary/label.md Co-Authored-By: Rael Garcia <rael@rael.io> * Fixing netifly building error Fixing the section short_description adding a tab on the text
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
cef03f4031
commit
580b1d66fb
Executable
+16
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: Label
|
||||
id: label
|
||||
date: 2019-10-26
|
||||
full_link: /docs/concepts/overview/working-with-objects/labels
|
||||
short_description: >
|
||||
Metadatos en forma de clave-valor que permite añadir a los objetos atributos que sean relevantes para los usuarios para identificarlos.
|
||||
|
||||
aka:
|
||||
tags:
|
||||
- fundamental
|
||||
---
|
||||
Metadatos en forma de clave-valor que permite añadir a los objetos atributos que sean relevantes para los usuarios para identificarlos.
|
||||
|
||||
<!--more-->
|
||||
Las etiquetas son pares clave-valor que se adhieren a los diferentes objetos, como los {{< glossary_tooltip text="Pods" term_id="pod" >}}, y que se utilizan para identificar, organizar y seleccionar subconjuntos de objetos.
|
||||
Reference in New Issue
Block a user