File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
packages/clients/src/api/k8s/v1 Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -220,6 +220,7 @@ export const unmarshalCluster = (data: unknown): Cluster => {
220220 description : data . description ,
221221 dnsWildcard : data . dns_wildcard ,
222222 featureGates : data . feature_gates ,
223+ iamNodesGroupId : data . iam_nodes_group_id ,
223224 id : data . id ,
224225 name : data . name ,
225226 openIdConnectConfig : data . open_id_connect_config
Original file line number Diff line number Diff line change @@ -614,6 +614,11 @@ export interface Cluster {
614614 sbsCsiEnabled ?: boolean
615615 /** @deprecated Defines whether ACL is available on the cluster. */
616616 aclAvailable ?: boolean
617+ /**
618+ * IAM group that nodes are members of (this field might be empty during early
619+ * stage of cluster creation).
620+ */
621+ iamNodesGroupId : string
617622}
618623
619624export interface Node {
You can’t perform that action at this time.
0 commit comments