Skip to content

Commit

Permalink
feat(k8s): add traefik2 ingress (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Jun 10, 2020
1 parent d0adc17 commit f7eab70
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 @@ -214,6 +214,8 @@ const (
IngressNginx = Ingress("nginx")
// IngressTraefik is [insert doc].
IngressTraefik = Ingress("traefik")
// IngressTraefik2 is [insert doc].
IngressTraefik2 = Ingress("traefik2")
)

func (enum Ingress) String() string {
Expand Down

0 comments on commit f7eab70

Please sign in to comment.