naming

package
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 9, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL