Documentation ¶
Index ¶
- Constants
- func NewCompletionCmd(factory bbutil.Factory, streams genericclioptions.IOStreams) *cobra.Command
- func NewPoliciesCmd(factory bbutil.Factory, streams genericclioptions.IOStreams) *cobra.Command
- func NewPreflightCheckCmd(factory bbutil.Factory, streams genericclioptions.IOStreams) *cobra.Command
- func NewReleasesCmd(factory bbutil.Factory, streams genericclioptions.IOStreams) *cobra.Command
- func NewRootCmd(factory bbutil.Factory, streams genericclioptions.IOStreams) *cobra.Command
- func NewStatusCmd(factory bbutil.Factory, streams genericclioptions.IOStreams) *cobra.Command
- func NewValuesCmd(factory bbutil.Factory, streams genericclioptions.IOStreams) *cobra.Command
- func NewVersionCmd(factory bbutil.Factory, streams genericclioptions.IOStreams) *cobra.Command
- func NewViolationsCmd(factory bbutil.Factory, streams genericclioptions.IOStreams) *cobra.Command
Constants ¶
View Source
const ( // BigBangHelmReleaseName - Helm Release Name for BigBang Deployment BigBangHelmReleaseName = "bigbang" // BigBangNamespace - Namespace where BigBang Helm Chart is deployed BigBangNamespace = "bigbang" // BigBangCliVersion - constance for sematic versioning BigBangCliVersion = "0.6.0" )
Variables ¶
This section is empty.
Functions ¶
func NewCompletionCmd ¶
NewCompletionCmd - create a new Cobra completion command
func NewPoliciesCmd ¶
NewPoliciesCmd - new policies command
func NewPreflightCheckCmd ¶
func NewPreflightCheckCmd(factory bbutil.Factory, streams genericclioptions.IOStreams) *cobra.Command
NewPreflightCheckCmd - new preflight check command
func NewReleasesCmd ¶
NewReleasesCmd - new releases command
func NewRootCmd ¶
NewRootCmd - create a new Cobra root command
func NewStatusCmd ¶
NewStatusCmd - new status command
func NewValuesCmd ¶
NewValuesCmd - new values command
func NewVersionCmd ¶
NewVersionCmd - new version command
func NewViolationsCmd ¶
NewViolationsCmd - new violations commmand
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.