diff --git a/config/v1/types_ingress.go b/config/v1/types_ingress.go index 302913a16f9..1bc7de5c18f 100644 --- a/config/v1/types_ingress.go +++ b/config/v1/types_ingress.go @@ -31,6 +31,7 @@ type Ingress struct { // +required Spec IngressSpec `json:"spec"` // status holds observed values from the cluster. They may not be overridden. + // Dummy change, DNM. // +optional Status IngressStatus `json:"status"` }