Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewOutputFlags (0.1 sec)

  1. cmd/kubeadm/app/util/output/output.go

    func (pf *PrintFlags) WithTypeSetter(scheme *runtime.Scheme) *PrintFlags {
    	pf.TypeSetterPrinter = printers.NewTypeSetter(scheme)
    	return pf
    }
    
    // NewOutputFlags creates new KubeadmOutputFlags
    func NewOutputFlags(textPrintFlags TextPrintFlags) *PrintFlags {
    	outputFormat := ""
    
    	pf := &PrintFlags{
    		OutputFormat: &outputFormat,
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 19 08:22:45 UTC 2024
    - 8K bytes
    - Viewed (0)
Back to top