Documentation ¶
Index ¶
- func GetClientFor(c kubernetes.Interface, group string, version string) (*rest.RESTClient, error)
- func GetDefaultDynamicClientFor(kind string, namespace string) (dynamic.ResourceInterface, error)
- func GetDynamicClientFor(group string, version string, kind string, namespace string) (dynamic.ResourceInterface, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetClientFor ¶
func GetClientFor(c kubernetes.Interface, group string, version string) (*rest.RESTClient, error)
GetClientFor returns a RESTClient for the given group and version
func GetDefaultDynamicClientFor ¶
func GetDefaultDynamicClientFor(kind string, namespace string) (dynamic.ResourceInterface, error)
GetDefaultDynamicClientFor returns a dynamic client for a given kind
func GetDynamicClientFor ¶
func GetDynamicClientFor(group string, version string, kind string, namespace string) (dynamic.ResourceInterface, error)
GetDynamicClientFor returns a dynamic client for a given kind
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.