Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface {
Resource(resource schema.GroupVersionResource) NamespaceableResourceInterface
}
func NewForDynamicClient ¶
type NamespaceableResourceInterface ¶
type NamespaceableResourceInterface interface { Namespace(string) ResourceInterface ResourceInterface }
type ResourceInterface ¶
type ResourceInterface interface { List(ctx context.Context, opts metav1.ListOptions) (*summary.SummarizedObjectList, error) Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error) }
Click to show internal directories.
Click to hide internal directories.