func Test_RemoveExternalCloudProviderTaint(t *testing.T) { … } // Test the behavior of the alpha.kubernetes.io/provided-node-ip annotation // and the external cloud provider. func Test_ExternalCloudProviderNodeAddresses(t *testing.T) { … } // sigs.k8s.io/controller-runtime/pkg/envtest func createKubeconfigFileForRestConfig(restConfig *rest.Config) string { … } func makeNode(name string) *v1.Node { … }