Skip to content

Commit

Permalink
fix(k8s): align fields names with ones used in compute user-data (#2373)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Dec 24, 2024
1 parent c8755a4 commit 105bb4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/k8s/v1/k8s_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -1543,9 +1543,9 @@ type ExternalNode struct {

// ExternalNodeAuth: external node auth.
type ExternalNodeAuth struct {
NodeToken string `json:"node_token"`
NodeSecretKey string `json:"node_secret_key"`

APIURL string `json:"api_url"`
MetadataURL string `json:"metadata_url"`
}

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

0 comments on commit 105bb4e

Please sign in to comment.