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 ( // ChartOperator is used to filter annotations. ChartOperator = "chart-operator.giantswarm.io" // CordonReason is the name of the annotation that indicates // the reason of why chart-operator should not apply any update on this chart CR. CordonReason = "chart-operator.giantswarm.io/cordon-reason" // CordonUntilDate is the name of the annotation that indicates // the expiration date of rule of this cordon. CordonUntilDate = "chart-operator.giantswarm.io/cordon-until" // DeleteCustomResourceOnly is the name of the annotation that indicates // the custom resource should be deleted without deleting the Helm release. DeleteCustomResourceOnly = "chart-operator.giantswarm.io/delete-custom-resource-only" // ForceHelmUpgrade is the name of the annotation that controls whether force // is used when upgrading the Helm release. ForceHelmUpgrade = "chart-operator.giantswarm.io/force-helm-upgrade" // Notes is for informational messages for resources generated by the operator. Notes = "giantswarm.io/notes" AppConfigPriority = "cluster-operator.giantswarm.io/app-config-priority" )
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.