We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a546ff6 commit 647fd32Copy full SHA for 647fd32
config/config_test.go
@@ -16,10 +16,10 @@ func stringPtr(val string) *string {
16
func buildNode() *corev1.Node {
17
node := corev1.Node{}
18
node.Spec.ProviderID = "azure:///subscriptions/d86bcf13-ddf7-45ea-82f1-6f656767a318/resourceGroups/mc_k8s_mblaschke_westeurope/providers/Microsoft.Compute/virtualMachineScaleSets/aks-agents-35471996-vmss/virtualMachines/30"
19
- node.ObjectMeta.Annotations = map[string]string{
+ node.Annotations = map[string]string{
20
"node.kubernetes.io/foobar": "barfoo",
21
}
22
- node.ObjectMeta.Labels = map[string]string{
+ node.Labels = map[string]string{
23
"node.kubernetes.io/role": "worker",
24
25
0 commit comments