constants

package
v1.6.0 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	NamespaceParentKey   = "namespace.parent"
	NamespaceTemplateKey = "namespace.template"
	PropagateKey         = "resource.propagate"
	SubNamespaceNameKey  = "subnamespace.name"
)

Keys for indexing objects

View Source
const (
	LabelType      = MetaPrefix + "type"
	LabelTemplate  = MetaPrefix + "template"
	LabelParent    = MetaPrefix + "parent"
	LabelCreatedBy = "app.kubernetes.io/created-by"
)

Labels

View Source
const (
	AnnFrom      = MetaPrefix + "from"
	AnnPropagate = MetaPrefix + "propagate"
	// Deprecated: Part of the deprecated propagate-generated feature subject for
	// removal soon.
	AnnPropagateGenerated = MetaPrefix + "propagate-generated"
	// Deprecated: Part of the deprecated propagate-generated feature subject for
	// removal soon.
	AnnGenerated = MetaPrefix + "generated"
)

Annotations

View Source
const (
	CreatedBy       = "accurate"
	NSTypeTemplate  = "template"
	NSTypeRoot      = "root"
	PropagateCreate = "create"
	PropagateUpdate = "update"
	PropagateAny    = "any" // defined as an in-memory index value
)

Label or annotation values

View Source
const (
	AnnObservedGeneration = InternalMetaPrefix + "observed-generation"
	AnnConditions         = InternalMetaPrefix + "conditions"
)
View Source
const Finalizer = MetaPrefix + "finalizer"

Finalizer is the finalizer ID of Accurate.

View Source
const InternalMetaPrefix = "internal.accurate.cybozu.com/"

InternalMetaPrefix is the MetaPrefix for internal (not user-facing) annotations of Accurate.

View Source
const MetaPrefix = "accurate.cybozu.com/"

MetaPrefix is the MetaPrefix for labels, annotations, and finalizers of Accurate.

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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