Documentation ¶
Index ¶
Constants ¶
View Source
const ( // LabelAppKey represents the name of the "app" label added to every pod. LabelAppKey = "app" // LabelAppVal represents the value of the "app" label added to every pod. LabelAppVal = "aerospike" // LabelClusterKey respresents the name of the "cluster" label added to every pod. LabelClusterKey = "cluster" // LabelNamespaceKey represents the name of the "namespace" label added to every persistent volume claim. LabelNamespaceKey = "namespace" )
Variables ¶
This section is empty.
Functions ¶
func ObjectByCoordinates ¶
ObjectByCoordinates returns a selector that matches an object by its namespace and name.
func ObjectByName ¶
ObjectByName returns a selector that matches an object by its name.
func ResourcesByBackupRestoreObject ¶
func ResourcesByBackupRestoreObject(obj aerospikev1alpha2.BackupRestoreObject) labels.Selector
ResourcesByBackupRestoreObject returns a selector that matches all resources belonging to a given BackupRestoreObject.
func ResourcesByClusterName ¶
ResourcesByClusterName returns a selector that matches all resources belonging to a given AerospikeCluster.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.