We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48fbdfe commit 7379b80Copy full SHA for 7379b80
internal/ingress/annotations/parser/validators.go
@@ -190,7 +190,7 @@ func ValidateServiceName(value string) error {
190
return nil
191
}
192
193
-// checkAnnotations will check each annotation for:
+// checkAnnotation will check each annotation for:
194
// 1 - Does it contain the internal validation and docs config?
195
// 2 - Does the ingress contains annotations? (validate null pointers)
196
// 3 - Does it contains a validator? Should it contain a validator (not containing is a bug!)
0 commit comments