Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObjectState ¶
type ObjectState struct { Existing client.Object Desired client.Object Error error Compare func(existing, desired client.Object) (bool, error) Merge func(existing, desired client.Object) (client.Object, error) }
func (ObjectState) IsNotFoundError ¶
func (obst ObjectState) IsNotFoundError() bool
Click to show internal directories.
Click to hide internal directories.