Versions in this module Expand all Collapse all v1 v1.0.1 Nov 17, 2023 Changes in this version + func ApplyResourceKubernetesWithKubeConfig(kubeConfigPath, yamlFilePath string) error + func ApplyResourceString(kubePath string, yamlString string) error + func GetKubernetesServerVersion(kubeConfigPath string) (*version.Info, error) + func GetPods(clientset *kubernetes.Clientset, namespace string) + func KubectlApply(yamlString *string) + func KubectlApplyDefault(yamlString *string) + func KubectlApplyYamlFile(yamlFilePath string) + func NewRestConfig(kubeconfig string) (*rest.Config, error) + type ClientSet *kubernetes.Clientset + func CreateKubernetesClient(kubeConfigPath *string) (ClientSet, error) v1.0.0 Nov 2, 2023