Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FetchObject ¶ added in v0.7.0
func FetchObject(ctx context.Context, client client.Client, namespace string, name string, obj client.Object) error
FetchObject is a helper function to fetch an object.
func IsObjectFound ¶ added in v0.7.0
func IsObjectFound(ctx context.Context, client client.Client, namespace string, name string, obj client.Object) bool
IsObjectFound is a helper function to check if an object exists.
func PhaseExecute ¶ added in v0.7.0
func PhaseExecute[P comparable](fn func() error, phase P, phases ...P) error
PhaseExecute executes a function based on a phase.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.