Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientSets ¶
type ClientSets struct { KubeClient *kubernetes.Clientset LitmusClient *chaosClient.LitmuschaosV1alpha1Client KubeConfig *rest.Config DynamicClient dynamic.Interface }
ClientSets is a collection of clientSets and kubeConfig needed
func (*ClientSets) GenerateClientSetFromKubeConfig ¶
func (clientSets *ClientSets) GenerateClientSetFromKubeConfig() error
GenerateClientSetFromKubeConfig will generation both ClientSets (k8s, and Litmus) as well as the KubeConfig
Click to show internal directories.
Click to hide internal directories.