Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getSupportedComponentConfigKinds (0.21 sec)

  1. cmd/kubeadm/app/cmd/config.go

    	"KubeletConfiguration":   componentconfigs.KubeletGroup,
    	"KubeProxyConfiguration": componentconfigs.KubeProxyGroup,
    }
    
    // getSupportedComponentConfigKinds returns all currently supported component config API object names
    func getSupportedComponentConfigKinds() []string {
    	objects := []string{}
    	for componentType := range legacyKindToGroupMap {
    		objects = append(objects, componentType)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 06:58:01 UTC 2024
    - 18.9K bytes
    - Viewed (0)
Back to top