labels

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 7, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Package labels contains useful functions to process onex labels.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HasMatchingLabels

func HasMatchingLabels(matchSelector metav1.LabelSelector, matchLabels map[string]string) bool

HasMatchingLabels verifies that the Label Selector matches the given Labels.

func HasWatchLabel

func HasWatchLabel(o metav1.Object, labelValue string) bool

HasWatchLabel returns true if the object has a label with the WatchLabel key matching the given value.

func MustEqualValue

func MustEqualValue(str, labelValue string) bool

MustEqualValue returns true if the actualLabelValue equals either the inputLabelValue or the hashed value of the inputLabelValue.

func MustFormatValue

func MustFormatValue(str string) string

MustFormatValue returns the passed inputLabelValue if it meets the standards for a Kubernetes label value. If the name is not a valid label value this function returns a hash which meets the requirements.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL