KubernetesLabel interface
KubernetesLabel represents a single entry for a Kubernetes label or taint such as those used on a node or pod.
Properties
key | The name of the label or taint. |
value | The value of the label or taint. |
Property Details
key
The name of the label or taint.
key: string
Property Value
string
value
The value of the label or taint.
value: string
Property Value
string