Documentation ¶
Index ¶
Constants ¶
View Source
const ( LabelName = "app.kubernetes.io/name" LabelInstance = "app.kubernetes.io/instance" LabelManagedBy = "app.kubernetes.io/managed-by" LabelPartOf = "app.kubernetes.io/part-of" LabelComponent = "app.kubernetes.io/component" )
View Source
const ( LabelMySQLPrimary = annotationPrefixMysql + "primary" LabelExposed = annotationPrefix + "exposed" )
View Source
const ( FinalizerDeleteSSL = annotationPrefix + "delete-ssl" FinalizerDeletePodsInOrder = annotationPrefix + "delete-mysql-pods-in-order" FinalizerDeleteBackup = annotationPrefix + "delete-backup" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnnotationKey ¶
type AnnotationKey string
const ( AnnotationSecretHash AnnotationKey = annotationPrefix + "last-applied-secret" AnnotationConfigHash AnnotationKey = annotationPrefix + "configuration-hash" AnnotationTLSHash AnnotationKey = annotationPrefix + "last-applied-tls" AnnotationPasswordsUpdated AnnotationKey = annotationPrefix + "passwords-updated" AnnotationLastConfigHash AnnotationKey = annotationPrefix + "last-config-hash" )
func (AnnotationKey) String ¶
func (s AnnotationKey) String() string
Click to show internal directories.
Click to hide internal directories.