Skip to content

Commit 81beee1

Browse files
authored
feat(k8s): add note taints on kosmos nodes (#1963)
1 parent d6e72a6 commit 81beee1

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
@@ -1329,6 +1329,8 @@ type ExternalNode struct {
13291329
CniPluginsVersion string `json:"cni_plugins_version"`
13301330

13311331
NodeLabels map[string]string `json:"node_labels"`
1332+
1333+
NodeTaints map[string]string `json:"node_taints"`
13321334
}
13331335

13341336
// GetClusterKubeConfigRequest: get cluster kube config request.

0 commit comments

Comments
 (0)