Merge pull request #717 from caiyixiang/del_unuseful_var
delete unuseful variable
This commit is contained in:
commit
8ca5fbeece
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue