/** * Service Type string describes ingress methods for a service */ export type IServiceType = string; export type ServiceType = IServiceType; export type { IServiceType as IComGithubCiliumCiliumPkgK8sSlimK8sApiCoreV1ServiceType, ServiceType as ComGithubCiliumCiliumPkgK8sSlimK8sApiCoreV1ServiceType };