Documentation ¶
Overview ¶
Package annotation 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 ( // AppOperatorPrefix the prefix for annotations that control logic inside app-operator. AppOperatorPrefix = "app-operator.giantswarm.io" // ChartOperatorPrefix is the prefix for annotations that control logic inside chart-operator. ChartOperatorPrefix = "chart-operator.giantswarm.io" // CordonReason is the name of the annotation that indicates // the reason of why operators should not apply any update to this app CR. CordonReason = "cordon-reason" // CordonUntil is the name of the annotation that indicates // the expiration date for this cordon rule. CordonUntil = "cordon-until" )
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.