Documentation ¶
Index ¶
- func NewCmdRollout(fullName string, f *clientcmd.Factory, out, errOut 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 NewCmdRolloutStatus(fullName string, f *clientcmd.Factory, out io.Writer) *cobra.Command
- func NewCmdRolloutUndo(fullName string, f *clientcmd.Factory, out io.Writer) *cobra.Command
- type RolloutLatestOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdRollout ¶
NewCmdRollout facilitates kubectl rollout subcommands
func NewCmdRolloutHistory ¶
NewCmdRolloutHistory is a wrapper for the Kubernetes cli rollout history command
func NewCmdRolloutLatest ¶ added in v1.4.0
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 NewCmdRolloutStatus ¶ added in v1.4.0
NewCmdRolloutStatus is a wrapper for the Kubernetes cli rollout status command
Types ¶
type RolloutLatestOptions ¶ added in v1.4.0
type RolloutLatestOptions struct { DryRun bool // contains filtered or unexported fields }
RolloutLatestOptions holds all the options for the `rollout latest` command.
func (RolloutLatestOptions) RunRolloutLatest ¶ added in v1.4.0
func (o RolloutLatestOptions) RunRolloutLatest() error
func (RolloutLatestOptions) Validate ¶ added in v1.4.0
func (o RolloutLatestOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.