Fix lint error
This commit is contained in:
parent
ff3674fcc6
commit
a44130f7f5
1 changed files with 1 additions and 1 deletions
|
@ -38,5 +38,5 @@ func NewParser() parser.IngressAnnotation {
|
||||||
// used to indicate if the location/s contains a fragment of
|
// used to indicate if the location/s contains a fragment of
|
||||||
// configuration to be included inside the paths of the rules
|
// configuration to be included inside the paths of the rules
|
||||||
func (a snippet) Parse(ing *extensions.Ingress) (interface{}, error) {
|
func (a snippet) Parse(ing *extensions.Ingress) (interface{}, error) {
|
||||||
return parser.GetStringAnnotation(annotation, ing)
|
return parser.GetStringAnnotation(annotation, ing)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue