Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRunCommand ¶
Types ¶
type Apply ¶ added in v0.1.75
type Apply interface {
Apply(ctx context.Context, obj *unstructured.Unstructured, opts ...client.PatchOption) error
}
NOTE: This is a temporary solution until the controller-runtime is upgraded to at least version 0.22. The current controller-runtime version has a bug that prevents testing server side apply with the fake.Client. This bug was fixed in version 0.22.
Click to show internal directories.
Click to hide internal directories.