Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clientset ¶
type Clientset struct {
// contains filtered or unexported fields
}
Clientset maps GroupVersionResources to underlying dynamic clients. If the GVR does not exist, operations will return an error.
func (*Clientset) Add ¶
func (r *Clientset) Add(resource schema.GroupVersionResource, client dynamic.Interface)
Add adds a new mapping for the given resource.
func (*Clientset) Resource ¶
func (r *Clientset) Resource(resource schema.GroupVersionResource) dynamic.NamespaceableResourceInterface
Resource returns the dynamic Resource for the given GVR. If not configured, an error resource is returned.
Click to show internal directories.
Click to hide internal directories.