Documentation ¶
Index ¶
- func BoolPtr(val bool) *bool
- func EnsureObjectMeta(modified *bool, existing *metav1.ObjectMeta, required metav1.ObjectMeta)
- func MergeMap(modified *bool, existing *map[string]string, required map[string]string)
- func SetBool(modified *bool, existing *bool, required bool)
- func SetInt32(modified *bool, existing *int32, required int32)
- func SetInt32IfSet(modified *bool, existing *int32, required int32)
- func SetInt64(modified *bool, existing *int64, required int64)
- func SetMapStringString(modified *bool, existing *map[string]string, required map[string]string)
- func SetMapStringStringIfSet(modified *bool, existing *map[string]string, required map[string]string)
- func SetString(modified *bool, existing *string, required string)
- func SetStringIfSet(modified *bool, existing *string, required string)
- func SetStringSlice(modified *bool, existing *[]string, required []string)
- func SetStringSliceIfSet(modified *bool, existing *[]string, required []string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnsureObjectMeta ¶
func EnsureObjectMeta(modified *bool, existing *metav1.ObjectMeta, required metav1.ObjectMeta)
func SetInt32IfSet ¶
func SetMapStringString ¶
func SetMapStringStringIfSet ¶
func SetStringIfSet ¶
func SetStringSlice ¶
func SetStringSliceIfSet ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.