mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-15 15:12:30 -04:00
The featureGates field in ClusterConfiguration ends up
as a map[interface{}]interface{} in the test suite
and cannot be casted to map[string]bool directly.
Adapt the test to use map[interface{}]interface{}.
|
||
|---|---|---|
| .. | ||
| bootstrap_signer.go | ||
| bootstrap_token_test.go | ||
| cluster_info_test.go | ||
| const.go | ||
| controlplane_nodes_test.go | ||
| dns_addon_test.go | ||
| e2e_kubeadm_suite_test.go | ||
| framework.go | ||
| kubeadm_certs_test.go | ||
| kubeadm_config_test.go | ||
| kubelet_config_test.go | ||
| networking_test.go | ||
| nodes_test.go | ||
| OWNERS | ||
| proxy_addon_test.go | ||
| util.go | ||