From 657b2ebd5eedd7f4d7641873ff245afbca8e4a6d Mon Sep 17 00:00:00 2001 From: Daniel Lipovetsky Date: Thu, 21 Mar 2019 16:21:48 -0700 Subject: [PATCH] Remove `omitempty` tag from Machine.Spec.Taints --- pkg/apis/cluster/v1alpha1/machine_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/apis/cluster/v1alpha1/machine_types.go b/pkg/apis/cluster/v1alpha1/machine_types.go index 60fd59ab1c1c..13e5425c8c0b 100644 --- a/pkg/apis/cluster/v1alpha1/machine_types.go +++ b/pkg/apis/cluster/v1alpha1/machine_types.go @@ -61,7 +61,7 @@ type MachineSpec struct { // Node. This list will overwrite any modifications made to the Node on // an ongoing basis. // +optional - Taints []corev1.Taint `json:"taints,omitempty"` + Taints []corev1.Taint `json:"taints"` // ProviderSpec details Provider-specific configuration to use during node creation. // +optional