Update updates 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, opts ...UpdateOption)
| 74 | // Update updates the given obj in the Kubernetes cluster. obj must be a |
| 75 | // struct pointer so that obj can be updated with the content returned by the Server. |
| 76 | Update(ctx context.Context, obj Object, opts ...UpdateOption) error |
| 77 | |
| 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. |
no outgoing calls