Documentation ¶
Index ¶
- func InitFlags(flags *pflag.FlagSet, commonOpts *options.Options, ...)
- func NewDeployAPICommand(env *deployer.Environment, commonOpts *options.Options) *cobra.Command
- func NewDeployCommand(env *deployer.Environment, commonOpts *options.Options) *cobra.Command
- func NewDeploySchedulerPluginCommand(env *deployer.Environment, commonOpts *options.Options) *cobra.Command
- func NewDeployTopologyUpdaterCommand(env *deployer.Environment, commonOpts *options.Options) *cobra.Command
- func NewDetectCommand(env *deployer.Environment, commonOpts *options.Options) *cobra.Command
- func NewImagesCommand(env *deployer.Environment, commonOpts *options.Options) *cobra.Command
- func NewRemoveAPICommand(env *deployer.Environment, commonOpts *options.Options) *cobra.Command
- func NewRemoveCommand(env *deployer.Environment, commonOpts *options.Options) *cobra.Command
- func NewRemoveSchedulerPluginCommand(env *deployer.Environment, commonOpts *options.Options) *cobra.Command
- func NewRemoveTopologyUpdaterCommand(env *deployer.Environment, commonOpts *options.Options) *cobra.Command
- func NewRenderAPICommand(env *deployer.Environment, commonOpts *options.Options, ...) *cobra.Command
- func NewRenderCommand(env *deployer.Environment, commonOpts *options.Options) *cobra.Command
- func NewRenderPolicyCommand(env *deployer.Environment, commonOpts *options.Options, ...) *cobra.Command
- func NewRenderSchedulerPluginCommand(env *deployer.Environment, commonOpts *options.Options, ...) *cobra.Command
- func NewRenderTopologyUpdaterCommand(env *deployer.Environment, commonOpts *options.Options, ...) *cobra.Command
- func NewRootCommand(env *deployer.Environment, extraCmds ...NewCommandFunc) *cobra.Command
- func NewSetupCommand(env *deployer.Environment, commonOpts *options.Options) *cobra.Command
- func NewValidateCommand(env *deployer.Environment, commonOpts *options.Options) *cobra.Command
- func PostSetupOptions(env *deployer.Environment, commonOpts *options.Options, ...) error
- func RenderManifests(env *deployer.Environment, commonOpts *options.Options) error
- func ShowHelp(cmd *cobra.Command, args []string) error
- type ImagesOptions
- type NewCommandFunc
- type ValidateOutputMode
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDeployAPICommand ¶
func NewDeployCommand ¶
func NewDetectCommand ¶
func NewImagesCommand ¶
func NewRemoveAPICommand ¶
func NewRemoveCommand ¶
func NewRenderAPICommand ¶
func NewRenderCommand ¶
func NewRenderPolicyCommand ¶ added in v0.17.3
func NewRootCommand ¶
func NewRootCommand(env *deployer.Environment, extraCmds ...NewCommandFunc) *cobra.Command
NewRootCommand returns entrypoint command to interact with all other commands
func NewSetupCommand ¶
func NewValidateCommand ¶
func PostSetupOptions ¶ added in v0.6.3
func PostSetupOptions(env *deployer.Environment, commonOpts *options.Options, internalOpts *internalOptions) error
func RenderManifests ¶ added in v0.6.3
func RenderManifests(env *deployer.Environment, commonOpts *options.Options) error
Types ¶
type ImagesOptions ¶ added in v0.6.3
type ImagesOptions struct {
// contains filtered or unexported fields
}
type NewCommandFunc ¶
type ValidateOutputMode ¶ added in v0.10.0
type ValidateOutputMode int
const ( ValidateOutputNone ValidateOutputMode = iota ValidateOutputText ValidateOutputJSON ValidateOutputLog )
Click to show internal directories.
Click to hide internal directories.