Documentation
¶
Index ¶
Constants ¶
View Source
const ( // NameKey The name of a higher level application this one is part of NameKey = "app.kubernetes.io/name" // InstanceKey A unique name identifying the instance of an application InstanceKey = "app.kubernetes.io/instance" // ComponentKey The component within the architecture ComponentKey = "app.kubernetes.io/component" // PartOfKey The name of a higher level application this one is part of PartOfKey = "app.kubernetes.io/part-of" // ManagedByKey The tool being used to manage the operation of an application ManagedByKey = "app.kubernetes.io/managed-by" // ServiceComponent The specialization of a Service resource ServiceComponent = "ydb.tech/service-for" StorageComponent = "storage-node" DynamicComponent = "dynamic-node" GRPCComponent = "grpc" InterconnectComponent = "interconnect" StatusComponent = "status" DatastreamsComponent = "datastreams" )
https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.