Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GlobalFlags ¶
GlobalFlags helm parameters
func (*GlobalFlags) ParseParameters ¶
func (f *GlobalFlags) ParseParameters() (string, error)
ParseParameters parse helm parameters
type InstallFlags ¶
type InstallFlags struct { //setParam --set hub=docker.io/istio tag=1.5.4 SetParam map[string]string Chart string Name string }
InstallFlags chart parameters
func (*InstallFlags) ParseParameters ¶
func (f *InstallFlags) ParseParameters() string
ParseParameters parse chart parameters
type KubeHelm ¶
type KubeHelm interface { //install //setParam --set hub=docker.io/istio tag=1.5.4 InstallChart(inf InstallFlags, glf GlobalFlags) error }
KubeHelm kube helm interface
func NewCmdHelm ¶
func NewCmdHelm() KubeHelm
NewCmdHelm new cmd helm struct, the object requires helm command-line tool
Click to show internal directories.
Click to hide internal directories.