From f2d78223f0db2e0def75042c618e74ec0f180a76 Mon Sep 17 00:00:00 2001 From: bradsoper <107413559+bradsoper@users.noreply.github.com> Date: Tue, 13 Feb 2024 15:34:15 -0800 Subject: [PATCH] added ingressclassname to ingress struct --- api/v1/app.go | 1 + 1 file changed, 1 insertion(+) 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 {