diff --git a/api/v1/app.go b/api/v1/app.go index c649d632..4480628e 100644 --- a/api/v1/app.go +++ b/api/v1/app.go @@ -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 {