Documentation
¶
Index ¶
- func DeleteCharts(port string, obj *v3.App) error
- func GenerateAnswerSetValues(app *v3.App, tempDir string, extraArgs map[string]string) ([]string, error)
- func GenerateRandomPort() string
- func GetExtraArgs(app *v3.App) map[string]string
- func InstallCharts(rootDir, port string, obj *v3.App) error
- func ParseExternalID(externalID string) (string, string, error)
- func SplitExternalID(externalID string) (string, string, string, string, string, error)
- func StartTiller(context context.Context, port, probePort, namespace, kubeConfigPath string) error
- type InjectAppArgsFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteCharts ¶
func DeleteCharts(port string, obj *v3.App) error
func GenerateAnswerSetValues ¶
func GenerateAnswerSetValues(app *v3.App, tempDir string, extraArgs map[string]string) ([]string, error)
func GenerateRandomPort ¶
func GenerateRandomPort() string
func GetExtraArgs ¶
func GetExtraArgs(app *v3.App) map[string]string
func InstallCharts ¶
func InstallCharts(rootDir, port string, obj *v3.App) error
func ParseExternalID ¶
func ParseExternalID(externalID string) (string, string, error)
func SplitExternalID ¶
func SplitExternalID(externalID string) (string, string, string, string, string, error)
func StartTiller ¶
func StartTiller(context context.Context, port, probePort, namespace, kubeConfigPath string) error
StartTiller start tiller server and return the listening address of the grpc address
Types ¶
type InjectAppArgsFunc ¶
type InjectAppArgsFunc func(obj *v3.App) (content map[string]string)
Click to show internal directories.
Click to hide internal directories.