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.
IamNodesGroupID
1 parent e9ad6c2 commit 00f4e08Copy full SHA for 00f4e08
api/k8s/v1/k8s_sdk.go
@@ -1209,6 +1209,9 @@ type Cluster struct {
1209
1210
// Deprecated: ACLAvailable: defines whether ACL is available on the cluster.
1211
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"`
1215
}
1216
1217
// Node: node.
0 commit comments