Documentation ¶
Index ¶
Constants ¶
View Source
const ( // The name of a higher level application this one is part of NameKey = "app.kubernetes.io/name" // A unique name identifying the instance of an application InstanceKey = "app.kubernetes.io/instance" // The current version of the application VersionKey = "app.kubernetes.io/version" // The component within the architecture ComponentKey = "app.kubernetes.io/component" // The name of a higher level application this one is part of PartOfKey = "app.kubernetes.io/part-of" // The tool being used to manage the operation of an application ManagedByKey = "app.kubernetes.io/managed-by" )
https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.