commands

package
v0.5.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 28, 2022 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDeployAPICommand

func NewDeployAPICommand(commonOpts *CommonOptions, opts *deployOptions) *cobra.Command

func NewDeployCommand

func NewDeployCommand(commonOpts *CommonOptions) *cobra.Command

func NewDeploySchedulerPluginCommand

func NewDeploySchedulerPluginCommand(commonOpts *CommonOptions, opts *deployOptions) *cobra.Command

func NewDeployTopologyUpdaterCommand

func NewDeployTopologyUpdaterCommand(commonOpts *CommonOptions, opts *deployOptions) *cobra.Command

func NewDetectCommand

func NewDetectCommand(commonOpts *CommonOptions) *cobra.Command

func NewImagesCommand

func NewImagesCommand(commonOpts *CommonOptions) *cobra.Command

func NewRemoveAPICommand

func NewRemoveAPICommand(commonOpts *CommonOptions, opts *deployOptions) *cobra.Command

func NewRemoveCommand

func NewRemoveCommand(commonOpts *CommonOptions) *cobra.Command

func NewRemoveSchedulerPluginCommand

func NewRemoveSchedulerPluginCommand(commonOpts *CommonOptions, opts *deployOptions) *cobra.Command

func NewRemoveTopologyUpdaterCommand

func NewRemoveTopologyUpdaterCommand(commonOpts *CommonOptions, opts *deployOptions) *cobra.Command

func NewRenderAPICommand

func NewRenderAPICommand(commonOpts *CommonOptions, opts *renderOptions) *cobra.Command

func NewRenderCommand

func NewRenderCommand(commonOpts *CommonOptions) *cobra.Command

func NewRenderSchedulerPluginCommand

func NewRenderSchedulerPluginCommand(commonOpts *CommonOptions, opts *renderOptions) *cobra.Command

func NewRenderTopologyUpdaterCommand

func NewRenderTopologyUpdaterCommand(commonOpts *CommonOptions, opts *renderOptions) *cobra.Command

func NewRootCommand

func NewRootCommand(extraCmds ...NewCommandFunc) *cobra.Command

NewRootCommand returns entrypoint command to interact with all other commands

func NewSetupCommand

func NewSetupCommand(commonOpts *CommonOptions) *cobra.Command

func NewValidateCommand

func NewValidateCommand(commonOpts *CommonOptions) *cobra.Command

func NewVersionCommand

func NewVersionCommand(commonOpts *CommonOptions) *cobra.Command

func ShowHelp

func ShowHelp(cmd *cobra.Command, args []string) error

Types

type CommonOptions

type CommonOptions struct {
	Debug            bool
	UserPlatform     platform.Platform
	Log              *log.Logger
	DebugLog         *log.Logger
	Replicas         int
	RTEConfigData    string
	PullIfNotPresent bool
	UpdaterType      string
	// contains filtered or unexported fields
}

type NewCommandFunc

type NewCommandFunc func(ko *CommonOptions) *cobra.Command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL