Documentation
¶
Index ¶
- func NewCmdStepCluster(commonOpts *opts.CommonOptions) *cobra.Command
- func NewCmdStepClusterLabel(commonOpts *opts.CommonOptions) *cobra.Command
- func NewCmdStepClusterLock(commonOpts *opts.CommonOptions) *cobra.Command
- func NewCmdStepClusterUnlock(commonOpts *opts.CommonOptions) *cobra.Command
- type StepClusterLabelOptions
- type StepClusterLockOptions
- type StepClusterOptions
- type StepClusterUnlockOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdStepCluster ¶
func NewCmdStepCluster(commonOpts *opts.CommonOptions) *cobra.Command
NewCmdStepCluster Creates a new Command object
func NewCmdStepClusterLabel ¶
func NewCmdStepClusterLabel(commonOpts *opts.CommonOptions) *cobra.Command
NewCmdStepClusterLabel Creates a new Command object
func NewCmdStepClusterLock ¶
func NewCmdStepClusterLock(commonOpts *opts.CommonOptions) *cobra.Command
NewCmdStepClusterLock Creates a new Command object
func NewCmdStepClusterUnlock ¶
func NewCmdStepClusterUnlock(commonOpts *opts.CommonOptions) *cobra.Command
NewCmdStepClusterUnlock Creates a new Command object
Types ¶
type StepClusterLabelOptions ¶
type StepClusterLabelOptions struct {
StepClusterOptions
Labels []string
ClusterName string
}
StepClusterLabelOptions contains the command line flags and other helper objects
func (*StepClusterLabelOptions) Run ¶
func (o *StepClusterLabelOptions) Run() error
Run generates the report
type StepClusterLockOptions ¶
type StepClusterLockOptions struct {
StepClusterOptions
LockLabel string
TestLabel string
TestName string
Filters []string
}
StepClusterLockOptions contains the command line flags and other helper objects
func (*StepClusterLockOptions) Run ¶
func (o *StepClusterLockOptions) Run() error
Run generates the report
type StepClusterOptions ¶
type StepClusterOptions struct {
step.StepOptions
ClusterOptions opts.ClusterOptions
}
StepClusterOptions contains the command line flags and other helper objects
func (*StepClusterOptions) Run ¶
func (o *StepClusterOptions) Run() error
Run implements this command
type StepClusterUnlockOptions ¶
type StepClusterUnlockOptions struct {
StepClusterOptions
LockLabel string
TestLabel string
ClusterName string
}
StepClusterUnlockOptions contains the command line flags and other helper objects
func (*StepClusterUnlockOptions) Run ¶
func (o *StepClusterUnlockOptions) Run() error
Run generates the report
Click to show internal directories.
Click to hide internal directories.