KubernetesLabel Class

Definition

KubernetesLabel represents a single entry for a Kubernetes label or taint such as those used on a node or pod.

public class KubernetesLabel
type KubernetesLabel = class
Public Class KubernetesLabel
Inheritance
KubernetesLabel

Constructors

KubernetesLabel(String, String)

Initializes a new instance of KubernetesLabel.

Properties

Key

The name of the label or taint.

Value

The value of the label or taint.

Applies to