Skip to content

Commit

Permalink
feat(k8s): add note taints on kosmos nodes (#1963)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot committed Dec 29, 2023
1 parent d6e72a6 commit 81beee1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/k8s/v1/k8s_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -1329,6 +1329,8 @@ type ExternalNode struct {
CniPluginsVersion string `json:"cni_plugins_version"`

NodeLabels map[string]string `json:"node_labels"`

NodeTaints map[string]string `json:"node_taints"`
}

// GetClusterKubeConfigRequest: get cluster kube config request.
Expand Down

0 comments on commit 81beee1

Please sign in to comment.