Versions in this module Expand all Collapse all v0 v0.24.0 Mar 25, 2022 Changes in this version + func NewCmdRollout(f cmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command + func NewCmdRolloutHistory(f cmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command + func NewCmdRolloutPause(f cmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command + func NewCmdRolloutRestart(f cmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command + func NewCmdRolloutResume(f cmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command + func NewCmdRolloutStatus(f cmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command + func NewCmdRolloutUndo(f cmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command + type PauseOptions struct + Builder func() *resource.Builder + EnforceNamespace bool + LabelSelector string + Namespace string + Pauser polymorphichelpers.ObjectPauserFunc + PrintFlags *genericclioptions.PrintFlags + Resources []string + ToPrinter func(string) (printers.ResourcePrinter, error) + func (o *PauseOptions) Complete(f cmdutil.Factory, cmd *cobra.Command, args []string) error + func (o *PauseOptions) RunPause() error + func (o *PauseOptions) Validate() error + type RestartOptions struct + Builder func() *resource.Builder + EnforceNamespace bool + LabelSelector string + Namespace string + PrintFlags *genericclioptions.PrintFlags + Resources []string + Restarter polymorphichelpers.ObjectRestarterFunc + ToPrinter func(string) (printers.ResourcePrinter, error) + func NewRolloutRestartOptions(streams genericclioptions.IOStreams) *RestartOptions + func (o *RestartOptions) Complete(f cmdutil.Factory, cmd *cobra.Command, args []string) error + func (o *RestartOptions) Validate() error + func (o RestartOptions) RunRestart() error + type ResumeOptions struct + Builder func() *resource.Builder + EnforceNamespace bool + LabelSelector string + Namespace string + PrintFlags *genericclioptions.PrintFlags + Resources []string + Resumer polymorphichelpers.ObjectResumerFunc + ToPrinter func(string) (printers.ResourcePrinter, error) + func NewRolloutResumeOptions(streams genericclioptions.IOStreams) *ResumeOptions + func (o *ResumeOptions) Complete(f cmdutil.Factory, cmd *cobra.Command, args []string) error + func (o *ResumeOptions) Validate() error + func (o ResumeOptions) RunResume() error + type RolloutHistoryOptions struct + Builder func() *resource.Builder + EnforceNamespace bool + HistoryViewer polymorphichelpers.HistoryViewerFunc + LabelSelector string + Namespace string + PrintFlags *genericclioptions.PrintFlags + RESTClientGetter genericclioptions.RESTClientGetter + Resources []string + Revision int64 + ToPrinter func(string) (printers.ResourcePrinter, error) + func NewRolloutHistoryOptions(streams genericclioptions.IOStreams) *RolloutHistoryOptions + func (o *RolloutHistoryOptions) Complete(f cmdutil.Factory, cmd *cobra.Command, args []string) error + func (o *RolloutHistoryOptions) Run() error + func (o *RolloutHistoryOptions) Validate() error + type RolloutStatusOptions struct + Builder func() *resource.Builder + BuilderArgs []string + DynamicClient dynamic.Interface + EnforceNamespace bool + FilenameOptions *resource.FilenameOptions + LabelSelector string + Namespace string + PrintFlags *genericclioptions.PrintFlags + Revision int64 + StatusViewerFn func(*meta.RESTMapping) (polymorphichelpers.StatusViewer, error) + Timeout time.Duration + Watch bool + func NewRolloutStatusOptions(streams genericclioptions.IOStreams) *RolloutStatusOptions + func (o *RolloutStatusOptions) Complete(f cmdutil.Factory, args []string) error + func (o *RolloutStatusOptions) Run() error + func (o *RolloutStatusOptions) Validate() error + type UndoOptions struct + Builder func() *resource.Builder + DryRunStrategy cmdutil.DryRunStrategy + DryRunVerifier *resource.QueryParamVerifier + EnforceNamespace bool + LabelSelector string + Namespace string + PrintFlags *genericclioptions.PrintFlags + RESTClientGetter genericclioptions.RESTClientGetter + Resources []string + ToPrinter func(string) (printers.ResourcePrinter, error) + ToRevision int64 + func NewRolloutUndoOptions(streams genericclioptions.IOStreams) *UndoOptions + func (o *UndoOptions) Complete(f cmdutil.Factory, cmd *cobra.Command, args []string) error + func (o *UndoOptions) RunUndo() error + func (o *UndoOptions) Validate() error