Documentation ¶
Index ¶
- func InitFlags(flags *pflag.FlagSet, commonOpts *CommonOptions)
- func NewDeployAPICommand(commonOpts *CommonOptions, opts *DeployOptions) *cobra.Command
- func NewDeployCommand(commonOpts *CommonOptions) *cobra.Command
- func NewDeploySchedulerPluginCommand(commonOpts *CommonOptions, opts *DeployOptions) *cobra.Command
- func NewDeployTopologyUpdaterCommand(commonOpts *CommonOptions, opts *DeployOptions) *cobra.Command
- func NewDetectCommand(commonOpts *CommonOptions) *cobra.Command
- func NewImagesCommand(commonOpts *CommonOptions) *cobra.Command
- func NewRemoveAPICommand(commonOpts *CommonOptions, opts *DeployOptions) *cobra.Command
- func NewRemoveCommand(commonOpts *CommonOptions) *cobra.Command
- func NewRemoveSchedulerPluginCommand(commonOpts *CommonOptions, opts *DeployOptions) *cobra.Command
- func NewRemoveTopologyUpdaterCommand(commonOpts *CommonOptions, opts *DeployOptions) *cobra.Command
- func NewRenderAPICommand(commonOpts *CommonOptions, opts *RenderOptions) *cobra.Command
- func NewRenderCommand(commonOpts *CommonOptions) *cobra.Command
- func NewRenderSchedulerPluginCommand(commonOpts *CommonOptions, opts *RenderOptions) *cobra.Command
- func NewRenderTopologyUpdaterCommand(commonOpts *CommonOptions, opts *RenderOptions) *cobra.Command
- func NewRootCommand(extraCmds ...NewCommandFunc) *cobra.Command
- func NewSetupCommand(commonOpts *CommonOptions) *cobra.Command
- func NewValidateCommand(commonOpts *CommonOptions) *cobra.Command
- func PostSetupOptions(commonOpts *CommonOptions) error
- func RenderManifests(commonOpts *CommonOptions) error
- func ShowHelp(cmd *cobra.Command, args []string) error
- type CommonOptions
- type DeployOptions
- type ImagesOptions
- type NewCommandFunc
- type RenderOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitFlags ¶ added in v0.6.3
func InitFlags(flags *pflag.FlagSet, commonOpts *CommonOptions)
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 PostSetupOptions ¶ added in v0.6.3
func PostSetupOptions(commonOpts *CommonOptions) error
func RenderManifests ¶ added in v0.6.3
func RenderManifests(commonOpts *CommonOptions) error
Types ¶
type CommonOptions ¶
type DeployOptions ¶ added in v0.6.3
type DeployOptions struct {
// contains filtered or unexported fields
}
type ImagesOptions ¶ added in v0.6.3
type ImagesOptions struct {
// contains filtered or unexported fields
}
type NewCommandFunc ¶
type NewCommandFunc func(ko *CommonOptions) *cobra.Command
type RenderOptions ¶ added in v0.6.3
type RenderOptions struct{}
Source Files ¶
Click to show internal directories.
Click to hide internal directories.