Documentation ¶
Index ¶
- func NewCmdStepScheduler(commonOpts *opts.CommonOptions) *cobra.Command
- func NewCmdStepSchedulerConfig(commonOpts *opts.CommonOptions) *cobra.Command
- func NewCmdStepSchedulerConfigApply(commonOpts *opts.CommonOptions) *cobra.Command
- func NewCmdStepSchedulerConfigMigrate(commonOpts *opts.CommonOptions) *cobra.Command
- type StepSchedulerConfigApplyOptions
- type StepSchedulerConfigMigrateOptions
- type StepSchedulerConfigOptions
- type StepSchedulerOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdStepScheduler ¶
func NewCmdStepScheduler(commonOpts *opts.CommonOptions) *cobra.Command
NewCmdStepScheduler Steps a command object for the "step" command
func NewCmdStepSchedulerConfig ¶
func NewCmdStepSchedulerConfig(commonOpts *opts.CommonOptions) *cobra.Command
NewCmdStepSchedulerConfig Steps a command object for the "step" command
func NewCmdStepSchedulerConfigApply ¶
func NewCmdStepSchedulerConfigApply(commonOpts *opts.CommonOptions) *cobra.Command
NewCmdStepSchedulerConfigApply Steps a command object for the "step" command
func NewCmdStepSchedulerConfigMigrate ¶
func NewCmdStepSchedulerConfigMigrate(commonOpts *opts.CommonOptions) *cobra.Command
NewCmdStepSchedulerConfigMigrate Steps a command object for the "step" command
Types ¶
type StepSchedulerConfigApplyOptions ¶
type StepSchedulerConfigApplyOptions struct { step.StepOptions Agent string ApplyDirectly bool // Used for testing CloneDir string }
StepSchedulerConfigApplyOptions contains the command line flags
func (*StepSchedulerConfigApplyOptions) Run ¶
func (o *StepSchedulerConfigApplyOptions) Run() error
Run implements this command
type StepSchedulerConfigMigrateOptions ¶
type StepSchedulerConfigMigrateOptions struct { step.StepOptions Agent string ProwConfigFileLocation string ProwPluginsFileLocation string SkipVerification bool DryRun bool // Used for testing CloneDir string }
StepSchedulerConfigMigrateOptions contains the command line flags
func (*StepSchedulerConfigMigrateOptions) Run ¶
func (o *StepSchedulerConfigMigrateOptions) Run() error
Run implements this command
type StepSchedulerConfigOptions ¶
type StepSchedulerConfigOptions struct {
step.StepOptions
}
StepSchedulerConfigOptions contains the command line flags
func (*StepSchedulerConfigOptions) Run ¶
func (o *StepSchedulerConfigOptions) Run() error
Run implements this command
type StepSchedulerOptions ¶
type StepSchedulerOptions struct {
step.StepOptions
}
StepSchedulerOptions contains the command line flags
func (*StepSchedulerOptions) Run ¶
func (o *StepSchedulerOptions) Run() error
Run implements this command
Click to show internal directories.
Click to hide internal directories.