Documentation ¶
Index ¶
- func CanonicalHash(in []byte) (string, error)
- func RemoveManagedFields(d metav1.Object)
- func RemoveSpecificFields(d *unstructured.Unstructured, fields [][]string) error
- func ValidateCompletionAnnotation(annotations map[string]string) *field.Error
- func ValidateStatusAnnotation(annotations map[string]string) *field.Error
- type MapMutex
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CanonicalHash ¶ added in v0.0.135
func RemoveManagedFields ¶ added in v0.0.135
func RemoveSpecificFields ¶ added in v0.0.135
func RemoveSpecificFields(d *unstructured.Unstructured, fields [][]string) error
func ValidateCompletionAnnotation ¶ added in v0.0.75
Types ¶
type MapMutex ¶ added in v0.0.67
type MapMutex[T comparable] struct { // contains filtered or unexported fields }
func NewMapMutex ¶
func NewMapMutex[T comparable]() MapMutex[T]
Click to show internal directories.
Click to hide internal directories.