Documentation ¶
Index ¶
- func EnsureContextExists(newContext string)
- func EnsureNamespaceExists(namespace string, namespaceList *clientV1.NamespaceList)
- func EnsureVersionOfKubernetesCliSupportsExternalAuth()
- func EvalScriptParameter(parameter string) string
- func KubernetesApiConfig() *clientcmdapi.Config
- func KubernetesClientset() *kubernetes.Clientset
- func KubernetesInit()
- func NamespacesToString(namespaceList *clientV1.NamespaceList) []string
- func PrintExistingContexts()
- func PrintExistingNamespaces(namespaceList *clientV1.NamespaceList)
- func SelectPod(promptLabel string) string
- type ClientVersionResponse
- type VersionResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnsureContextExists ¶
func EnsureContextExists(newContext string)
func EnsureNamespaceExists ¶
func EnsureNamespaceExists(namespace string, namespaceList *clientV1.NamespaceList)
func EnsureVersionOfKubernetesCliSupportsExternalAuth ¶
func EnsureVersionOfKubernetesCliSupportsExternalAuth()
func EvalScriptParameter ¶
func KubernetesApiConfig ¶
func KubernetesApiConfig() *clientcmdapi.Config
func KubernetesClientset ¶
func KubernetesClientset() *kubernetes.Clientset
func KubernetesInit ¶
func KubernetesInit()
func NamespacesToString ¶
func NamespacesToString(namespaceList *clientV1.NamespaceList) []string
func PrintExistingContexts ¶
func PrintExistingContexts()
func PrintExistingNamespaces ¶
func PrintExistingNamespaces(namespaceList *clientV1.NamespaceList)
Types ¶
type ClientVersionResponse ¶
type VersionResponse ¶
type VersionResponse struct {
ClientVersion ClientVersionResponse `json:"clientVersion"`
}
Click to show internal directories.
Click to hide internal directories.