Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newFlagSetWithGlobals (0.14 sec)

  1. cmd/kubelet/app/server.go

    		return fmt.Errorf("failed to unmarshal merged JSON into kubelet configuration: %w", err)
    	}
    	return nil
    }
    
    // newFlagSetWithGlobals constructs a new pflag.FlagSet with global flags registered
    // on it.
    func newFlagSetWithGlobals() *pflag.FlagSet {
    	fs := pflag.NewFlagSet("", pflag.ExitOnError)
    	// set the normalize func, similar to k8s.io/component-base/cli//flags.go:InitFlags
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:34 UTC 2024
    - 53.9K bytes
    - Viewed (0)
Back to top