Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdReplace ¶
Types ¶
type ReplaceOptions ¶
type ReplaceOptions struct { PrintFlags *genericclioptions.PrintFlags RecordFlags *genericclioptions.RecordFlags DeleteFlags *delete.DeleteFlags DeleteOptions *delete.DeleteOptions DryRunStrategy cmdutil.DryRunStrategy DryRunVerifier *resource.QueryParamVerifier FieldValidationVerifier *resource.QueryParamVerifier PrintObj func(obj runtime.Object) error Schema validation.Schema Builder func() *resource.Builder BuilderArgs []string Namespace string EnforceNamespace bool Raw string Recorder genericclioptions.Recorder Subresource string genericclioptions.IOStreams // contains filtered or unexported fields }
func NewReplaceOptions ¶
func NewReplaceOptions(streams genericclioptions.IOStreams) *ReplaceOptions
func (*ReplaceOptions) Validate ¶
func (o *ReplaceOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.