Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdRollingUpdate ¶
Types ¶
type RollingUpdateOptions ¶
type RollingUpdateOptions struct { FilenameOptions *resource.FilenameOptions OldName string KeepOldName bool DeploymentKey string Image string Container string PullPolicy string Rollback bool Period time.Duration Timeout time.Duration Interval time.Duration DryRun bool OutputFormat string Namespace string EnforceNamespace bool ScaleClient scaleclient.ScalesGetter ClientSet kubernetes.Interface Builder *resource.Builder ShouldValidate bool Validator func(bool) (validation.Schema, error) FindNewName func(*corev1.ReplicationController) string PrintFlags *genericclioptions.PrintFlags ToPrinter func(string) (printers.ResourcePrinter, error) genericclioptions.IOStreams }
func NewRollingUpdateOptions ¶
func NewRollingUpdateOptions(streams genericclioptions.IOStreams) *RollingUpdateOptions
func (*RollingUpdateOptions) Run ¶
func (o *RollingUpdateOptions) Run() error
Click to show internal directories.
Click to hide internal directories.