Documentation
¶
Index ¶
- func Apply(ctx context.Context, logger logging.Logger, obj ctrlclient.Object, ...) error
- func Assert(ctx context.Context, logger logging.Logger, expected unstructured.Unstructured, ...) error
- func Delete(ctx context.Context, logger logging.Logger, expected ctrlclient.Object, ...) error
- func Error(ctx context.Context, logger logging.Logger, expected unstructured.Unstructured, ...) error
- type CleanupFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Apply ¶
func Apply(ctx context.Context, logger logging.Logger, obj ctrlclient.Object, c client.Client, cleanup CleanupFunc) error
func Assert ¶
func Assert(ctx context.Context, logger logging.Logger, expected unstructured.Unstructured, c client.Client) error
Types ¶
type CleanupFunc ¶
type CleanupFunc = func(ctrlclient.Object, client.Client)
Click to show internal directories.
Click to hide internal directories.