Versions in this module Expand all Collapse all v0 v0.1.1 Apr 19, 2026 v0.1.0 Apr 19, 2026 Changes in this version + func NewAddCmd(globalFlags *proflags.GlobalFlags) *cobra.Command + func NewClusterCmd(globalFlags *proflags.GlobalFlags) *cobra.Command + type ClusterCmd struct + DisplayName string + HelmChartPath string + HelmChartVersion string + HelmSet []string + HelmValues []string + Host string + Insecure bool + KubeContext string + Log log.Logger + Namespace string + ServiceAccount string + Wait bool + func (cmd *ClusterCmd) Run(ctx context.Context, args []string) error