var SupportedSubresources …
type EditOptions …
func NewEditOptions(editMode EditMode, ioStreams genericiooptions.IOStreams) *EditOptions { … }
type editPrinterOptions …
func (e *editPrinterOptions) Complete(fromPrintFlags *genericclioptions.PrintFlags) error { … }
func (e *editPrinterOptions) PrintObj(obj runtime.Object, out io.Writer) error { … }
func (o *EditOptions) Complete(f cmdutil.Factory, args []string, cmd *cobra.Command) error { … }
func (o *EditOptions) Validate() error { … }
func (o *EditOptions) Run() error { … }
func (o *EditOptions) extractManagedFields(obj runtime.Object) error { … }
func clearManagedFields(obj runtime.Object) (types.UID, []metav1.ManagedFieldsEntry, error) { … }
func (o *EditOptions) restoreManagedFields(infos []*resource.Info) error { … }
func (o *EditOptions) visitToApplyEditPatch(originalInfos []*resource.Info, patchVisitor resource.Visitor) error { … }
func (o *EditOptions) annotationPatch(update *resource.Info) error { … }
func GetApplyPatch(obj runtime.Unstructured) ([]byte, []byte, types.PatchType, error) { … }
func encodeToJSON(obj runtime.Unstructured) ([]byte, error) { … }
func (o *EditOptions) visitToPatch(originalInfos []*resource.Info, patchVisitor resource.Visitor, results *editResults) error { … }
func (o *EditOptions) visitToCreate(createVisitor resource.Visitor) error { … }
func (o *EditOptions) visitAnnotation(annotationVisitor resource.Visitor) error { … }
type EditMode …
const NormalEditMode …
const EditBeforeCreateMode …
const ApplyEditMode …
type editReason …
type editHeader …
func (h *editHeader) writeTo(w io.Writer, editMode EditMode) error { … }
type editResults …
func (r *editResults) addError(err error, info *resource.Info) string { … }
func preservedFile(err error, path string, out io.Writer) error { … }
func hasLines(r io.Reader) (bool, error) { … }
func hashOnLineBreak(s string) string { … }
func editorEnvs() []string { … }