Versions in this module Expand all Collapse all v0 v0.4.0 Jul 20, 2021 Changes in this version + func DynamicClientSet(config *rest.Config) (dynamic.Interface, error) + func GenerateK8sClientSet(config *rest.Config) (*kubernetes.Clientset, error) + func GenerateLitmusClientSet(config *rest.Config) (*chaosClient.LitmuschaosV1alpha1Client, error) + func GetENV(experimentDetails *types.ExperimentDetails, expName, engineName string) + func Getenv(key string, defaultValue string) string + type ClientSets struct + DynamicClient dynamic.Interface + KubeClient *kubernetes.Clientset + KubeConfig *rest.Config + LitmusClient *chaosClient.LitmuschaosV1alpha1Client + func (clientSets *ClientSets) GenerateClientSetFromKubeConfig() error