Class NeonLabel
Defines the non-node cluster definition labels used to tag objects by NEONKUBE.
note
Labels specified by the cluster definition and assigned to nodes are defined here: NodeLabels.
Namespace: Neon.Kube
Assembly: Neon.Kube.dll
Syntax
public static class NeonLabel
Fields
ManagedBy
Used to identify which service manages the entity.
Declaration
public const string ManagedBy = "app.kubernetes.io/managed-by"
Field Value
Type | Description |
---|---|
string |
NodeTaskType
Specifies the type of node task.
Declaration
public const string NodeTaskType = "neonkube.io/nodetask-type"
Field Value
Type | Description |
---|---|
string |
RemoveOnClusterReset
Used to label custom NEONKUBE resources that should be removed by ClusterFixture or ClusterProxy when resetting a test cluster.
Declaration
public const string RemoveOnClusterReset = "neonkube.io/remove-on-cluster-reset"
Field Value
Type | Description |
---|---|
string |