Skip to content

Commit

Permalink
remove clusterName from ClusterInput
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodeassassin committed Nov 1, 2022
1 parent 3b732c9 commit ca3693c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ type ClusterInput struct {

type ClusterNodePoolInput struct {
Name string `json:"name"`
ClusterName string `json:"clusterName"`
NodeTypeName string `json:"nodeTypeName"`
Quantity int `json:"quantity"`
Labels []NodeLabel `json:"labels"`
Expand Down

0 comments on commit ca3693c

Please sign in to comment.