diff --git a/modules/common/service/types.go b/modules/common/service/types.go index 7c38d41e..badbe732 100644 --- a/modules/common/service/types.go +++ b/modules/common/service/types.go @@ -40,6 +40,10 @@ const ( EndpointInternal Endpoint = "internal" // EndpointPublic - public endpoint EndpointPublic Endpoint = "public" + // AnnotationIngressCreateKey - + AnnotationIngressCreateKey = "core.openstack.org/ingress_create" + // AnnotationIngressNameKey - + AnnotationIngressNameKey = "core.openstack.org/ingress_name" // AnnotationEndpointKey - AnnotationEndpointKey = "endpoint" // AnnotationHostnameKey -