Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdCreate ¶
func NewCmdCreate(o *options.ArgoRolloutsOptions) *cobra.Command
NewCmdCreate returns a new instance of an `rollouts create` command
func NewCmdCreateAnalysisRun ¶
func NewCmdCreateAnalysisRun(o *options.ArgoRolloutsOptions) *cobra.Command
NewCmdCreateAnalysisRun returns a new instance of an `rollouts create analysisrun` command
Types ¶
type CreateAnalysisRunOptions ¶
type CreateAnalysisRunOptions struct { options.ArgoRolloutsOptions Name string GenerateName string InstanceID string ArgFlags []string From string FromFile string }
func (*CreateAnalysisRunOptions) ParseArgFlags ¶
func (c *CreateAnalysisRunOptions) ParseArgFlags() ([]v1alpha1.Argument, error)
type CreateOptions ¶
type CreateOptions struct { get.GetOptions options.ArgoRolloutsOptions Files []string From string FromFile string }
Click to show internal directories.
Click to hide internal directories.