Documentation
¶
Overview ¶
Package labels provides shared Kubernetes recommended label constants and builder functions for all operator-managed resources.
See: https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/
Index ¶
Constants ¶
View Source
const ( // Name identifies the application name (Kubernetes Recommended Label). Name = "app.kubernetes.io/name" // Component identifies the component within the architecture (e.g. "module", "workspace"). Component = "app.kubernetes.io/component" // PartOf identifies the higher-level application this resource belongs to. PartOf = "app.kubernetes.io/part-of" // ManagedBy identifies the tool/operator that manages the resource. ManagedBy = "app.kubernetes.io/managed-by" // Version identifies the current version of the application. Version = "app.kubernetes.io/version" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.