Skip to content

Commit

Permalink
feat(k8s): disallow setting Ingress or Dashboard (#1384)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Aug 24, 2022
1 parent ae60fc6 commit 084cf53
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 @@ -1094,8 +1094,8 @@ type Version struct {
Region scw.Region `json:"region"`
// AvailableCnis: the supported Container Network Interface (CNI) plugins for this version
AvailableCnis []CNI `json:"available_cnis"`
// AvailableIngresses: the supported Ingress Controllers for this version
AvailableIngresses []Ingress `json:"available_ingresses"`
// Deprecated: AvailableIngresses: the supported Ingress Controllers for this version
AvailableIngresses *[]Ingress `json:"available_ingresses,omitempty"`
// AvailableContainerRuntimes: the supported container runtimes for this version
AvailableContainerRuntimes []Runtime `json:"available_container_runtimes"`
// AvailableFeatureGates: the supported feature gates for this version
Expand Down

0 comments on commit 084cf53

Please sign in to comment.