Patch patches the given obj in the Kubernetes cluster. obj must be a struct pointer so that obj can be updated with the content returned by the Server.
(ctx context.Context, obj Object, patch Patch, opts ...PatchOption)
| 78 | // Patch patches the given obj in the Kubernetes cluster. obj must be a |
| 79 | // struct pointer so that obj can be updated with the content returned by the Server. |
| 80 | Patch(ctx context.Context, obj Object, patch Patch, opts ...PatchOption) error |
| 81 | |
| 82 | // DeleteAllOf deletes all objects of the given type matching the given options. |
| 83 | DeleteAllOf(ctx context.Context, obj Object, opts ...DeleteAllOfOption) error |
no outgoing calls