Skip to content

Commit

Permalink
added ingressclassname to ingress struct
Browse files Browse the repository at this point in the history
  • Loading branch information
bradsoper authored Feb 13, 2024
1 parent e1b2385 commit f2d7822
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/v1/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ type Ingress struct {
IstioIngressSelectorKey string `json:"istioIngressSelectorKey,omitempty"`
IstioIngressSelectorValue string `json:"istioIngressSelectorValue,omitempty"`
OcpSecureRoutes bool `json:"ocpSecureRoutes,omitempty"`
IngressClassName string `json:"ingressClassName,omitempty"`
}

type HTTPS struct {
Expand Down

0 comments on commit f2d7822

Please sign in to comment.