Documentation ¶
Index ¶
- Variables
- func Indent(n int, text string) string
- func KubeConfigFormByte(data []byte) (*rest.Config, error)
- func NewClient(config string) (*kubernetes.Clientset, error)
- func NewClientForCluster(kubeConfig []byte) (*kubernetes.Clientset, error)
- func ResetTmpDir(runtime connector.Runtime) error
- func ToYAML(v interface{}) string
Constants ¶
This section is empty.
Variables ¶
View Source
var FuncMap = template.FuncMap{"toYaml": ToYAML, "indent": Indent}
Functions ¶
func KubeConfigFormByte ¶ added in v3.1.0
func NewClientForCluster ¶ added in v3.1.0
func NewClientForCluster(kubeConfig []byte) (*kubernetes.Clientset, error)
func ResetTmpDir ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.