Documentation
¶
Index ¶
- func Apply(ctx context.Context, logger logging.Logger, obj ctrlclient.Object, ...) (_err error)
- func Assert(ctx context.Context, logger logging.Logger, expected unstructured.Unstructured, ...) (_err error)
- func Delete(ctx context.Context, logger logging.Logger, expected ctrlclient.Object, ...) (_err error)
- func Error(ctx context.Context, logger logging.Logger, expected unstructured.Unstructured, ...) (_err error)
- func Exec(ctx context.Context, logger logging.Logger, exec v1alpha1.Exec, log bool, ...) error
- type CleanupFunc
- type CommandOutput
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) (_err error)
func Assert ¶
func Assert(ctx context.Context, logger logging.Logger, expected unstructured.Unstructured, c client.Client) (_err error)
Types ¶
type CleanupFunc ¶
type CleanupFunc = func(ctrlclient.Object, client.Client)
type CommandOutput ¶ added in v0.0.2
type CommandOutput struct {
// contains filtered or unexported fields
}
func (*CommandOutput) Err ¶ added in v0.0.2
func (c *CommandOutput) Err() string
func (*CommandOutput) Out ¶ added in v0.0.2
func (c *CommandOutput) Out() string
Click to show internal directories.
Click to hide internal directories.