Skip to content

Commit 00f4e08

Browse files
authored
feat(k8s): add support for IamNodesGroupID (scaleway#2478)
1 parent e9ad6c2 commit 00f4e08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/k8s/v1/k8s_sdk.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1209,6 +1209,9 @@ type Cluster struct {
12091209

12101210
// Deprecated: ACLAvailable: defines whether ACL is available on the cluster.
12111211
ACLAvailable *bool `json:"acl_available,omitempty"`
1212+
1213+
// IamNodesGroupID: iAM group that nodes are members of (this field might be empty during early stage of cluster creation).
1214+
IamNodesGroupID string `json:"iam_nodes_group_id"`
12121215
}
12131216

12141217
// Node: node.

0 commit comments

Comments
 (0)