diff --git a/core/pkg/ingress/errors/errors.go b/core/pkg/ingress/errors/errors.go index 6a4d0d5ce..635df3944 100644 --- a/core/pkg/ingress/errors/errors.go +++ b/core/pkg/ingress/errors/errors.go @@ -30,10 +30,6 @@ var ( // ErrInvalidAnnotationName the ingress rule does contains an invalid // annotation name ErrInvalidAnnotationName = errors.New("invalid annotation name") - - // ErrInvalidAnnotationContent the ingress rule annotation content is - // invalid - ErrInvalidAnnotationContent = errors.New("invalid annotation content") ) // NewInvalidAnnotationContent returns a new InvalidContent error