Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testClusterCfg (0.18 sec)

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

    						constants.ComponentConfigHashAnnotationKey: test.hash,
    					}
    				}
    
    				client := clientsetfake.NewSimpleClientset(configMap)
    				cfg, err := clusterConfigHandler.FromCluster(client, testClusterCfg())
    				if err != nil {
    					t.Fatalf("unexpected failure of FromCluster: %v", err)
    				}
    
    				got := cfg.IsUserSupplied()
    				if got != test.userSupplied {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 04 15:36:00 UTC 2024
    - 16.3K bytes
    - Viewed (0)
Back to top