Documentation ¶
Overview ¶
Package label contains common Kubernetes metadata. These are defined in https://github.com/giantswarm/fmt/blob/master/kubernetes/annotations_and_labels.md.
Index ¶
Constants ¶
View Source
const ( Cluster = "giantswarm.io/cluster" // ManagedBy label denotes which operator manages corresponding resource. ManagedBy = "giantswarm.io/managed-by" // Organization label denotes guest cluster's organization ID as displayed // in the front-end. Organization = "giantswarm.io/organization" // Release conveys the Giant Swarm release version. Release = "release.giantswarm.io/version" )
View Source
const ( // OperatorVersion label transports the operator version requested to be used // when reconciling the observed runtime object. OperatorVersion = "cluster-operator.giantswarm.io/version" // ReleaseVersion is a label specifying a tenant cluster release version. ReleaseVersion = "release.giantswarm.io/version" )
View Source
const ( // AppOperatorWatching is the label added to configmaps by app-operator when // it is watching for values changes. AppOperatorWatching = "app-operator.giantswarm.io/watching" )
View Source
const (
// ServiceType is a standard label for guest resources.
ServiceType = "giantswarm.io/service-type"
)
View Source
const (
// ServiceTypeManaged is a label value for managed resources.
ServiceTypeManaged = "managed"
)
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.