Clean old code and move helper functions (#8946)
This commit is contained in:
parent
a98c637872
commit
4508493dfe
7 changed files with 374 additions and 292 deletions
|
|
@ -121,9 +121,6 @@ func MetaNamespaceKey(obj interface{}) string {
|
|||
return key
|
||||
}
|
||||
|
||||
// IsIngressV1Ready indicates if the running Kubernetes version is at least v1.19.0
|
||||
var IsIngressV1Ready bool
|
||||
|
||||
// IngressNGINXController defines the valid value of IngressClass
|
||||
// Controller field for ingress-nginx
|
||||
const IngressNGINXController = "k8s.io/ingress-nginx"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue