Get retrieves an obj for the given object key from the Kubernetes Cluster. obj must be a struct pointer so that obj can be updated with the response returned by the Server.
(ctx context.Context, key ObjectKey, obj Object, opts ...GetOption)
| 52 | // obj must be a struct pointer so that obj can be updated with the response |
| 53 | // returned by the Server. |
| 54 | Get(ctx context.Context, key ObjectKey, obj Object, opts ...GetOption) error |
| 55 | |
| 56 | // List retrieves list of objects for a given namespace and list options. On a |
| 57 | // successful call, Items field in the list will be populated with the |
no outgoing calls