Fix misspelled and e2e check
This commit is contained in:
parent
1f28975c2c
commit
85a848faaf
5 changed files with 5 additions and 4 deletions
|
|
@ -58,7 +58,7 @@ func (lint DeploymentLint) Link() string {
|
|||
return ""
|
||||
}
|
||||
|
||||
// GetDeploymentLints retuns all of the lints for ingresses
|
||||
// GetDeploymentLints returns all of the lints for ingresses
|
||||
func GetDeploymentLints() []DeploymentLint {
|
||||
return []DeploymentLint{
|
||||
removedFlag("sort-backends", 3655, "0.22.0"),
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ func (lint IngressLint) Version() string {
|
|||
return lint.version
|
||||
}
|
||||
|
||||
// GetIngressLints retuns all of the lints for ingresses
|
||||
// GetIngressLints returns all of the lints for ingresses
|
||||
func GetIngressLints() []IngressLint {
|
||||
return []IngressLint{
|
||||
removedAnnotation("add-base-url", 3174, "0.22.0"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue