Home
last modified time | relevance | path

Searched refs:editPrinterOptions (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/kubectl/pkg/cmd/util/editor/
H A Deditoptions.go79 editPrinterOptions *editPrinterOptions member
92 editPrinterOptions: &editPrinterOptions{
110 type editPrinterOptions struct { struct
116 func (e *editPrinterOptions) Complete(fromPrintFlags *genericclioptions.PrintFlags) error { argument
140 func (e *editPrinterOptions) PrintObj(obj runtime.Object, out io.Writer) error { argument
163 o.editPrinterOptions.Complete(o.PrintFlags)
258 if o.editPrinterOptions.addHeader {
263 if err := o.editPrinterOptions.PrintObj(originalObj, w); err != nil {
276 …t.LaunchTempFile(fmt.Sprintf("%s-edit-", filepath.Base(os.Args[0])), o.editPrinterOptions.ext, buf)
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/kubectl/pkg/cmd/util/editor/
H A Deditoptions.go82 editPrinterOptions *editPrinterOptions member
97 editPrinterOptions: &editPrinterOptions{
115 type editPrinterOptions struct { struct
121 func (e *editPrinterOptions) Complete(fromPrintFlags *genericclioptions.PrintFlags) error { argument
145 func (e *editPrinterOptions) PrintObj(obj runtime.Object, out io.Writer) error { argument
168 o.editPrinterOptions.Complete(o.PrintFlags)
263 if o.editPrinterOptions.addHeader {
272 if err := o.editPrinterOptions.PrintObj(originalObj, w); err != nil {
285 …t.LaunchTempFile(fmt.Sprintf("%s-edit-", filepath.Base(os.Args[0])), o.editPrinterOptions.ext, buf)
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubectl/pkg/cmd/util/editor/
H A Deditoptions.go82 editPrinterOptions *editPrinterOptions member
97 editPrinterOptions: &editPrinterOptions{
115 type editPrinterOptions struct { struct
121 func (e *editPrinterOptions) Complete(fromPrintFlags *genericclioptions.PrintFlags) error { argument
145 func (e *editPrinterOptions) PrintObj(obj runtime.Object, out io.Writer) error { argument
168 o.editPrinterOptions.Complete(o.PrintFlags)
263 if o.editPrinterOptions.addHeader {
272 if err := o.editPrinterOptions.PrintObj(originalObj, w); err != nil {
285 …t.LaunchTempFile(fmt.Sprintf("%s-edit-", filepath.Base(os.Args[0])), o.editPrinterOptions.ext, buf)