Documentation ¶
Index ¶
- func NewCmdRollout(fullName string, f *clientcmd.Factory, out, errOut io.Writer) *cobra.Command
- func NewCmdRolloutCancel(fullName string, f *clientcmd.Factory, out io.Writer) *cobra.Command
- func NewCmdRolloutHistory(fullName string, f *clientcmd.Factory, out io.Writer) *cobra.Command
- func NewCmdRolloutLatest(fullName string, f *clientcmd.Factory, out io.Writer) *cobra.Command
- func NewCmdRolloutPause(fullName string, f *clientcmd.Factory, out io.Writer) *cobra.Command
- func NewCmdRolloutResume(fullName string, f *clientcmd.Factory, out io.Writer) *cobra.Command
- func NewCmdRolloutRetry(fullName string, f *clientcmd.Factory, out io.Writer) *cobra.Command
- func NewCmdRolloutStatus(fullName string, f *clientcmd.Factory, out io.Writer) *cobra.Command
- func NewCmdRolloutUndo(fullName string, f *clientcmd.Factory, out io.Writer) *cobra.Command
- type CancelOptions
- type RetryOptions
- type RolloutLatestOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdRollout ¶
NewCmdRollout facilitates kubectl rollout subcommands
func NewCmdRolloutCancel ¶
func NewCmdRolloutHistory ¶
NewCmdRolloutHistory is a wrapper for the Kubernetes cli rollout history command
func NewCmdRolloutLatest ¶
NewCmdRolloutLatest implements the oc rollout latest subcommand.
func NewCmdRolloutPause ¶
NewCmdRolloutPause is a wrapper for the Kubernetes cli rollout pause command
func NewCmdRolloutResume ¶
NewCmdRolloutResume is a wrapper for the Kubernetes cli rollout resume command
func NewCmdRolloutRetry ¶
func NewCmdRolloutStatus ¶
NewCmdRolloutStatus is a wrapper for the Kubernetes cli rollout status command
Types ¶
type CancelOptions ¶
type CancelOptions struct { Mapper meta.RESTMapper Typer runtime.ObjectTyper Encoder runtime.Encoder Infos []*resource.Info Out io.Writer FilenameOptions resource.FilenameOptions Clientset kclientset.Interface }
func (CancelOptions) Run ¶
func (o CancelOptions) Run() error
type RetryOptions ¶
type RetryOptions struct { Mapper meta.RESTMapper Typer runtime.ObjectTyper Encoder runtime.Encoder Infos []*resource.Info Out io.Writer FilenameOptions resource.FilenameOptions Clientset kclientset.Interface }
func (RetryOptions) Run ¶
func (o RetryOptions) Run() error
type RolloutLatestOptions ¶
type RolloutLatestOptions struct { DryRun bool // contains filtered or unexported fields }
RolloutLatestOptions holds all the options for the `rollout latest` command.
func (RolloutLatestOptions) RunRolloutLatest ¶
func (o RolloutLatestOptions) RunRolloutLatest() error
func (RolloutLatestOptions) Validate ¶
func (o RolloutLatestOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.