package
0.0.5
Repository: https://github.com/alexnpavel/operator-sdk.git
Documentation: pkg.go.dev

# Functions

Create creates the provided object on the server and updates the arg "object" with the result from the server(UID, resourceVersion, etc).
Delete deletes the specified object Returns an error if the object’s TypeMeta(Kind, APIVersion) or ObjectMeta(Name, Namespace) is missing or incorrect.
No description provided by the author
Update updates the provided object on the server and updates the arg "object" with the result from the server(UID, resourceVersion, etc).
WithDeleteOptions sets the metav1.DeleteOptions for the Delete() operation.

# Structs

DeleteOp wraps all the options for Delete().

# Type aliases

DeleteOption configures DeleteOp.