Make x-kubernetes-print-column print handling opt-in

parent dfd6f581
...@@ -708,7 +708,7 @@ func (options *GetOptions) printGeneric(printer printers.ResourcePrinter, r *res ...@@ -708,7 +708,7 @@ func (options *GetOptions) printGeneric(printer printers.ResourcePrinter, r *res
} }
func addOpenAPIPrintColumnFlags(cmd *cobra.Command) { func addOpenAPIPrintColumnFlags(cmd *cobra.Command) {
cmd.Flags().Bool(useOpenAPIPrintColumnFlagLabel, true, "If true, use x-kubernetes-print-column metadata (if present) from the OpenAPI schema for displaying a resource.") cmd.Flags().Bool(useOpenAPIPrintColumnFlagLabel, false, "If true, use x-kubernetes-print-column metadata (if present) from the OpenAPI schema for displaying a resource.")
} }
func addServerPrintColumnFlags(cmd *cobra.Command) { func addServerPrintColumnFlags(cmd *cobra.Command) {
......
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