kubernetes/staging/src/k8s.io/kubectl/pkg/cmd/rollout/rollout_resume.go

type ResumeOptions

var resumeLong

var resumeExample

// NewRolloutResumeOptions returns an initialized ResumeOptions instance
func NewRolloutResumeOptions(streams genericiooptions.IOStreams) *ResumeOptions {}

// NewCmdRolloutResume returns a Command instance for 'rollout resume' sub command
func NewCmdRolloutResume(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command {}

// Complete completes all the required options
func (o *ResumeOptions) Complete(f cmdutil.Factory, cmd *cobra.Command, args []string) error {}

func (o *ResumeOptions) Validate() error {}

// RunResume performs the execution of 'rollout resume' sub command
func (o ResumeOptions) RunResume() error {}