var replaceLong … var replaceExample … var supportedSubresources … type ReplaceOptions … func NewReplaceOptions(streams genericiooptions.IOStreams) *ReplaceOptions { … } func NewCmdReplace(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command { … } func (o *ReplaceOptions) Complete(f cmdutil.Factory, cmd *cobra.Command, args []string) error { … } func (o *ReplaceOptions) Validate() error { … } func (o *ReplaceOptions) Run(f cmdutil.Factory) error { … } func (o *ReplaceOptions) forceReplace() error { … }