Skip to content

Commit 428f1d2

Browse files
authored
feat(k8s): add new token for external nodes (scaleway#2417)
1 parent f6d517b commit 428f1d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/k8s/v1/k8s_sdk.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1564,6 +1564,8 @@ type ExternalNode struct {
15641564
NodeLabels map[string]string `json:"node_labels"`
15651565

15661566
NodeTaints []*ExternalNodeCoreV1Taint `json:"node_taints"`
1567+
1568+
IamToken string `json:"iam_token"`
15671569
}
15681570

15691571
// ExternalNodeAuth: external node auth.

0 commit comments

Comments
 (0)