rollout

package
v1.12.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 5, 2018 License: Apache-2.0 Imports: 29 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdRollout

func NewCmdRollout(f cmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command

func NewCmdRolloutHistory

func NewCmdRolloutHistory(f cmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command

func NewCmdRolloutPause

func NewCmdRolloutPause(f cmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command

func NewCmdRolloutResume

func NewCmdRolloutResume(f cmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command

func NewCmdRolloutStatus added in v1.3.0

func NewCmdRolloutStatus(f cmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command

func NewCmdRolloutUndo

func NewCmdRolloutUndo(f cmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command

Types

type PauseOptions added in v1.12.1

type PauseOptions struct {
	PrintFlags *genericclioptions.PrintFlags
	ToPrinter  func(string) (printers.ResourcePrinter, error)

	Pauser           polymorphichelpers.ObjectPauserFunc
	Builder          func() *resource.Builder
	Namespace        string
	EnforceNamespace bool
	Resources        []string

	resource.FilenameOptions
	genericclioptions.IOStreams
}

PauseOptions is the start of the data required to perform the operation. As new fields are added, add them here instead of referencing the cmd.Flags()

func (*PauseOptions) Complete added in v1.12.1

func (o *PauseOptions) Complete(f cmdutil.Factory, cmd *cobra.Command, args []string) error

func (PauseOptions) RunPause added in v1.12.1

func (o PauseOptions) RunPause() error

func (*PauseOptions) Validate added in v1.12.1

func (o *PauseOptions) Validate() error

type ResumeOptions added in v1.12.0

type ResumeOptions struct {
	PrintFlags *genericclioptions.PrintFlags
	ToPrinter  func(string) (printers.ResourcePrinter, error)

	Resources []string

	Builder          func() *resource.Builder
	Resumer          polymorphichelpers.ObjectResumerFunc
	Namespace        string
	EnforceNamespace bool

	resource.FilenameOptions
	genericclioptions.IOStreams
}

ResumeOptions is the start of the data required to perform the operation. As new fields are added, add them here instead of referencing the cmd.Flags()

func NewRolloutResumeOptions added in v1.12.0

func NewRolloutResumeOptions(streams genericclioptions.IOStreams) *ResumeOptions

func (*ResumeOptions) Complete added in v1.12.0

func (o *ResumeOptions) Complete(f cmdutil.Factory, cmd *cobra.Command, args []string) error

func (ResumeOptions) RunResume added in v1.12.0

func (o ResumeOptions) RunResume() error

func (*ResumeOptions) Validate added in v1.12.1

func (o *ResumeOptions) Validate() error

type RolloutHistoryOptions added in v1.12.0

type RolloutHistoryOptions struct {
	PrintFlags *genericclioptions.PrintFlags
	ToPrinter  func(string) (printers.ResourcePrinter, error)

	Revision int64

	Builder          func() *resource.Builder
	Resources        []string
	Namespace        string
	EnforceNamespace bool

	HistoryViewer    polymorphichelpers.HistoryViewerFunc
	RESTClientGetter genericclioptions.RESTClientGetter

	resource.FilenameOptions
	genericclioptions.IOStreams
}

func NewRolloutHistoryOptions added in v1.12.0

func NewRolloutHistoryOptions(streams genericclioptions.IOStreams) *RolloutHistoryOptions

func (*RolloutHistoryOptions) Complete added in v1.12.0

func (o *RolloutHistoryOptions) Complete(f cmdutil.Factory, cmd *cobra.Command, args []string) error

func (*RolloutHistoryOptions) Run added in v1.12.0

func (o *RolloutHistoryOptions) Run() error

func (*RolloutHistoryOptions) Validate added in v1.12.0

func (o *RolloutHistoryOptions) Validate() error

type RolloutStatusOptions added in v1.11.0

type RolloutStatusOptions struct {
	PrintFlags *genericclioptions.PrintFlags

	Namespace        string
	EnforceNamespace bool
	BuilderArgs      []string

	Watch    bool
	Revision int64
	Timeout  time.Duration

	StatusViewer  func(*meta.RESTMapping) (kubectl.StatusViewer, error)
	Builder       func() *resource.Builder
	DynamicClient dynamic.Interface

	FilenameOptions *resource.FilenameOptions
	genericclioptions.IOStreams
}

func NewRolloutStatusOptions added in v1.11.0

func NewRolloutStatusOptions(streams genericclioptions.IOStreams) *RolloutStatusOptions

func (*RolloutStatusOptions) Complete added in v1.11.0

func (o *RolloutStatusOptions) Complete(f cmdutil.Factory, args []string) error

func (*RolloutStatusOptions) Run added in v1.11.0

func (o *RolloutStatusOptions) Run() error

func (*RolloutStatusOptions) Validate added in v1.11.0

func (o *RolloutStatusOptions) Validate() error

type UndoOptions

type UndoOptions struct {
	PrintFlags *genericclioptions.PrintFlags
	ToPrinter  func(string) (printers.ResourcePrinter, error)

	Builder          func() *resource.Builder
	ToRevision       int64
	DryRun           bool
	Resources        []string
	Namespace        string
	EnforceNamespace bool
	RESTClientGetter genericclioptions.RESTClientGetter

	resource.FilenameOptions
	genericclioptions.IOStreams
}

UndoOptions is the start of the data required to perform the operation. As new fields are added, add them here instead of referencing the cmd.Flags()

func NewRolloutUndoOptions added in v1.12.0

func NewRolloutUndoOptions(streams genericclioptions.IOStreams) *UndoOptions

func (*UndoOptions) Complete added in v1.12.0

func (o *UndoOptions) Complete(f cmdutil.Factory, cmd *cobra.Command, args []string) error

func (*UndoOptions) RunUndo

func (o *UndoOptions) RunUndo() error

func (*UndoOptions) Validate added in v1.12.1

func (o *UndoOptions) Validate() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL