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.
Click to show internal directories.
Click to hide internal directories.