Documentation ¶
Overview ¶
Package label contains common Kubernetes object labels. These are defined in https://github.com/giantswarm/fmt/blob/master/kubernetes/annotations_and_labels.md.
Index ¶
Constants ¶
View Source
const ( // Cluster label is a new style label for ClusterID. Cluster = "giantswarm.io/cluster" // ManagedBy is set for Kubernetes resources managed by the operator. ManagedBy = "giantswarm.io/managed-by" // Organization label denotes tenant cluster's organization ID as displayed // in the front-end. Organization = "giantswarm.io/organization" ReleaseVersion = "release.giantswarm.io/version" )
View Source
const (
OperatorVersion = "kvm-operator.giantswarm.io/version"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.