Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interfaces ¶
type Interfaces interface { DynamicInterface() (dynamic.Interface, error) APIExtensionsClientset() (clientset.Interface, error) KubeClient() (kubernetes.Interface, error) }
Interfaces interface allows access to the Kubernetes API Service methods. It is mainly used for test/injection purposes.
func NewKube ¶
func NewKube(cfg *rest.Config) Interfaces
NewKube returns a new instance of Interfaces.
func NewKubeFromConfigFile ¶
func NewKubeFromConfigFile(kubeconfig string) (Interfaces, error)
NewKubeFromConfigFile returns a new instance of Interfaces.
Click to show internal directories.
Click to hide internal directories.