cmd.Flags().BoolVar(&options.ShowKind,"show-kind",options.ShowKind,"If present, list the resource type for the requested object(s).")
cmd.Flags().StringSliceVarP(&options.LabelColumns,"label-columns","L",options.LabelColumns,"Accepts a comma separated list of labels that are going to be presented as columns. Names are case-sensitive. You can also use multiple flag options like -L label1 -L label2...")
cmd.Flags().BoolVar(&options.Export,"export",options.Export,"If true, use 'export' for the resources. Exported resources are stripped of cluster-specific information.")
cmd.Flags().Bool(useOpenAPIPrintColumnFlagLabel,true,"If true, use x-kubernetes-print-column metadata (if present) from the OpenAPI schema for displaying a resource.")
}
funcaddServerPrintColumnFlags(cmd*cobra.Command){
cmd.Flags().Bool(useServerPrintColumns,false,"If true, have the server return the appropriate table output. Supports extension APIs and CRD. Experimental.")