\core\pkg\ingress\errors:delete unuseful variable
This commit is contained in:
parent
07647fd313
commit
c05b7a0094
1 changed files with 0 additions and 4 deletions
|
@ -30,10 +30,6 @@ var (
|
||||||
// ErrInvalidAnnotationName the ingress rule does contains an invalid
|
// ErrInvalidAnnotationName the ingress rule does contains an invalid
|
||||||
// annotation name
|
// annotation name
|
||||||
ErrInvalidAnnotationName = errors.New("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
|
// NewInvalidAnnotationContent returns a new InvalidContent error
|
||||||
|
|
Loading…
Reference in a new issue