Documentation ¶
Index ¶
- Variables
- func Annotations(current, updated client.Object) client.Object
- func Labels(current, updated client.Object) client.Object
- func MetadataForUpdate(current, updated client.Object) (client.Object, error)
- func ObjectForUpdate(current, updated client.Object) (client.Object, error)
- func ServiceAccountForUpdate(current, updated client.Object) (client.Object, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrWrongObjectType = fmt.Errorf("given object does not match the merger") ErrMismatchingObjects = fmt.Errorf("given objects have mismatching types") )
Functions ¶
func MetadataForUpdate ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.