Documentation
¶
Index ¶
- func ConfigureReloaderFlags(cmd *cobra.Command)
- func ConvertToEnvVarName(text string) string
- func GetSHAfromConfigmap(configmap *v1.ConfigMap) string
- func GetSHAfromSecret(data map[string][]byte) string
- func InterfaceSlice(slice interface{}) []interface{}
- func ParseBool(value interface{}) bool
- type List
- type ObjectMeta
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigureReloaderFlags ¶ added in v1.4.6
func ConvertToEnvVarName ¶
ConvertToEnvVarName converts the given text into a usable env var removing any special chars with '_' and transforming text to upper case
func GetSHAfromConfigmap ¶ added in v0.0.22
func GetSHAfromSecret ¶ added in v0.0.22
func InterfaceSlice ¶
func InterfaceSlice(slice interface{}) []interface{}
InterfaceSlice converts an interface to an interface array
Types ¶
type List ¶ added in v0.0.35
type List []string
func GetIgnoredResourcesList ¶ added in v1.4.6
func GetIgnoredWorkloadTypesList ¶ added in v1.4.8
type ObjectMeta ¶
type ObjectMeta struct {
metav1.ObjectMeta
}
func ToObjectMeta ¶
func ToObjectMeta(kubernetesObject interface{}) ObjectMeta
Click to show internal directories.
Click to hide internal directories.