Documentation
¶
Index ¶
Constants ¶
View Source
const ComponentLabelKey = "app.kubernetes.io/component"
View Source
const GenerationLabelKey = "osrmcluster.itayankri/cluster-generation"
View Source
const NameLabelKey = "app.kubernetes.io/name"
View Source
const PartOfLabelKey = "app.kubernetes.io/part-of"
Variables ¶
This section is empty.
Functions ¶
func GetLabels ¶
func GetLabels(instance *osrmv1alpha1.OSRMCluster, componentName ComponentLabelValue) map[string]string
Types ¶
type ComponentLabelValue ¶ added in v1.5.0
type ComponentLabelValue string
const ( ComponentLabelGateway ComponentLabelValue = "gateway" ComponentLabelProfile ComponentLabelValue = "profile" )
Click to show internal directories.
Click to hide internal directories.