Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertToEnvVarName ¶
ConvertToEnvVarName converts the given text into a usable env var removing any special chars with '_' and transforming text to upper case
func InterfaceSlice ¶
func InterfaceSlice(slice interface{}) []interface{}
InterfaceSlice converts an interface to an interface array
Types ¶
type ObjectMeta ¶
type ObjectMeta struct {
metav1.ObjectMeta
}
func ToObjectMeta ¶
func ToObjectMeta(kubernetesObject interface{}) ObjectMeta
Click to show internal directories.
Click to hide internal directories.