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 ( // Notes is for informational messages for resources generated by the operator. Notes = "giantswarm.io/notes" // 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 app-operator should not apply any update to this app CR. CordonReason = "app-operator.giantswarm.io/cordon-reason" // CordonUntil is the name of the annotation that indicates // the expiration date for this cordon rule. CordonUntil = "app-operator.giantswarm.io/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.