/** * IngressVisibility describes whether the Ingress should be exposed to * public gateways or not. */ export type IIngressVisibility = string; export type IngressVisibility = IIngressVisibility; export type { IIngressVisibility as IDevKnativeNetworkingPkgApisNetworkingV1alpha1IngressVisibility, IngressVisibility as DevKnativeNetworkingPkgApisNetworkingV1alpha1IngressVisibility };