Commit 7e4014e0 authored by xuzhonghu's avatar xuzhonghu

remove unused PrintFlags.Scheme

parent e34df0a2
......@@ -76,8 +76,6 @@ type PrintFlags struct {
NamePrintFlags *NamePrintFlags
OutputFormat *string
Scheme runtime.ObjectConvertor
}
func (f *PrintFlags) Complete(successTemplate string) error {
......@@ -126,8 +124,6 @@ func NewPrintFlags(operation string, scheme runtime.ObjectConvertor) *PrintFlags
return &PrintFlags{
OutputFormat: &outputFormat,
Scheme: scheme,
JSONYamlPrintFlags: NewJSONYamlPrintFlags(scheme),
NamePrintFlags: NewNamePrintFlags(operation, scheme),
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment