Versions in this module Expand all Collapse all v4 v4.1.0 May 1, 2019 Changes in this version + func NewCmdRollout(fullName string, f kcmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command + func NewCmdRolloutCancel(fullName string, f kcmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command + func NewCmdRolloutHistory(fullName string, f kcmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command + func NewCmdRolloutLatest(fullName string, f kcmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command + func NewCmdRolloutPause(fullName string, f kcmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command + func NewCmdRolloutResume(fullName string, f kcmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command + func NewCmdRolloutRetry(fullName string, f kcmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command + func NewCmdRolloutStatus(fullName string, f kcmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command + func NewCmdRolloutUndo(fullName string, f kcmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command + type CancelOptions struct + Builder func() *resource.Builder + KubeClient kubernetes.Interface + Mapper meta.RESTMapper + Namespace string + NamespaceExplicit bool + PrintFlags *genericclioptions.PrintFlags + Printer func(string) (printers.ResourcePrinter, error) + Resources []string + func NewRolloutCancelOptions(streams genericclioptions.IOStreams) *CancelOptions + func (o *CancelOptions) Complete(f kcmdutil.Factory, cmd *cobra.Command, args []string) error + func (o CancelOptions) Run() error + type RetryOptions struct + Builder func() *resource.Builder + Clientset kexternalclientset.Interface + ExplicitNamespace bool + Mapper meta.RESTMapper + Namespace string + PrintFlags *genericclioptions.PrintFlags + Resources []string + ToPrinter func(string) (printers.ResourcePrinter, error) + func NewRolloutRetryOptions(streams genericclioptions.IOStreams) *RetryOptions + func (o *RetryOptions) Complete(f kcmdutil.Factory, cmd *cobra.Command, args []string) error + func (o RetryOptions) Run() error + type RolloutLatestOptions struct + Builder *resource.Builder + DryRun bool + Namespace string + PrintFlags *genericclioptions.PrintFlags + Printer printers.ResourcePrinter + Resource string + func NewRolloutLatestOptions(streams genericclioptions.IOStreams) *RolloutLatestOptions + func (o *RolloutLatestOptions) Complete(f kcmdutil.Factory, cmd *cobra.Command, args []string) error + func (o *RolloutLatestOptions) RunRolloutLatest() error v4.0.0-alpha.0 Sep 13, 2018 Other modules containing this package gopkg.in/openshift/origin.v3