Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestCoreDNSAddon (0.24 sec)

  1. cmd/kubeadm/app/phases/addons/dns/dns_test.go

    				return
    			}
    			if *got != tt.want {
    				t.Errorf("deployedDNSReplicas() = %v, want %v", *got, tt.want)
    			}
    		})
    	}
    }
    
    func TestCoreDNSAddon(t *testing.T) {
    	type args struct {
    		cfg           *kubeadmapi.ClusterConfiguration
    		client        clientset.Interface
    		printManifest bool
    	}
    	tests := []struct {
    		name    string
    		args    args
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 10:21:20 UTC 2024
    - 41.7K bytes
    - Viewed (0)
Back to top