Documentation ¶
Index ¶
- func NewCmdList(o *options.ArgoRolloutsOptions) *cobra.Command
- func NewCmdListExperiments(o *options.ArgoRolloutsOptions) *cobra.Command
- func NewCmdListRollouts(o *options.ArgoRolloutsOptions) *cobra.Command
- type ListOptions
- func (o *ListOptions) ListOptions() metav1.ListOptions
- func (o *ListOptions) PrintExperimentTable(expList *v1alpha1.ExperimentList) error
- func (o *ListOptions) PrintRolloutTable(roList *v1alpha1.RolloutList) error
- func (o *ListOptions) PrintRolloutUpdates(ctx context.Context, rolloutIf argoprojv1alpha1.RolloutInterface, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdList ¶
func NewCmdList(o *options.ArgoRolloutsOptions) *cobra.Command
NewCmdList returns a new instance of an `rollouts list` command
func NewCmdListExperiments ¶
func NewCmdListExperiments(o *options.ArgoRolloutsOptions) *cobra.Command
NewCmdListExperiments returns a new instance of an `rollouts list experiments` command
func NewCmdListRollouts ¶
func NewCmdListRollouts(o *options.ArgoRolloutsOptions) *cobra.Command
NewCmdListRollouts returns a new instance of an `rollouts list rollouts` command
Types ¶
type ListOptions ¶
type ListOptions struct { options.ArgoRolloutsOptions // contains filtered or unexported fields }
func (*ListOptions) ListOptions ¶
func (o *ListOptions) ListOptions() metav1.ListOptions
ListOptions returns a metav1.ListOptions based on user supplied flags
func (*ListOptions) PrintExperimentTable ¶
func (o *ListOptions) PrintExperimentTable(expList *v1alpha1.ExperimentList) error
PrintExperimentTable prints experiments in table format
func (*ListOptions) PrintRolloutTable ¶
func (o *ListOptions) PrintRolloutTable(roList *v1alpha1.RolloutList) error
PrintRolloutTable prints rollouts in table format
func (*ListOptions) PrintRolloutUpdates ¶
func (o *ListOptions) PrintRolloutUpdates(ctx context.Context, rolloutIf argoprojv1alpha1.RolloutInterface, roList *v1alpha1.RolloutList) error
PrintRolloutUpdates watches for changes to rollouts and prints the updates
Click to show internal directories.
Click to hide internal directories.