Documentation ¶
Index ¶
- Variables
- func AnnotationsForMetering() map[string]string
- func ContainsString(slice []string, s string) bool
- func CopyLables(origMap map[string]string) map[string]string
- func EqualAnnotations(found map[string]string, expected map[string]string) bool
- func GetCSNamespace() (string, error)
- func GetImageID(imageRegistry, imageName, envVarName string) string
- func GetPodNames(pods []corev1.Pod) []string
- func LabelsForMetadata(name string) map[string]string
- func LabelsForPodMetadata(deploymentName string, crName string) map[string]string
- func LabelsForSelector(name string, crName string) map[string]string
- func RemoveString(slice []string, s string) (result []string)
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultStatusForCR = []string{"none"}
Functions ¶
func ContainsString ¶
ContainsString returns a Boolean
func EqualAnnotations ¶
func GetCSNamespace ¶
GetCSNamespace returns the Namespace the operator is running in
func GetImageID ¶
func GetPodNames ¶
GetPodNames returns the pod names of the array of pods passed in
func LabelsForPodMetadata ¶
IBMDEV
func LabelsForSelector ¶
IBMDEV
func RemoveString ¶
RemoveString returns a Boolean
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.