Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestFromCluster (0.28 sec)

  1. cmd/kubeadm/app/componentconfigs/configset_test.go

    	if len(clusterCfg.ComponentConfigs) != len(known) {
    		t.Errorf("mismatch between supported and defaulted type numbers:\n\tgot: %d\n\texpected: %d", len(clusterCfg.ComponentConfigs), len(known))
    	}
    }
    
    func TestFromCluster(t *testing.T) {
    	objects := []runtime.Object{
    		testKubeProxyConfigMap(`
    			apiVersion: kubeproxy.config.k8s.io/v1alpha1
    			kind: KubeProxyConfiguration
    		`),
    		testKubeletConfigMap(`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 01 14:17:07 UTC 2022
    - 2.8K bytes
    - Viewed (0)
Back to top