# 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.
# Type aliases
DeleteOption configures DeleteOp.