Skip to content

Commit

Permalink
Update the Taints to remove omitempty to be able to send en empty obj…
Browse files Browse the repository at this point in the history
…ect (#171)

Signed-off-by: Alejandro J. Nuñez Madrazo <alejandrojnm@gmail.com>
  • Loading branch information
alejandrojnm authored Oct 4, 2023
1 parent e018f22 commit 9d56910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type KubernetesClusterPoolUpdateConfig struct {
Count int `json:"count,omitempty"`
Size string `json:"size,omitempty"`
Labels map[string]string `json:"labels,omitempty"`
Taints []corev1.Taint `json:"taints,omitempty"`
Taints []corev1.Taint `json:"taints"`
PublicIPNodePool bool `json:"public_ip_node_pool,omitempty"`
Region string `json:"region,omitempty"`
}
Expand Down

0 comments on commit 9d56910

Please sign in to comment.