mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-21 00:24:13 +00:00
Manually set Ingress object Kind
This commit is contained in:
@@ -41,7 +41,7 @@ func ValidateIngress(config *conf.Configuration, ingress v1beta1.Ingress) (Resul
|
||||
}
|
||||
|
||||
result := Result{
|
||||
Kind: ingress.Kind,
|
||||
Kind: "Ingress",
|
||||
Name: ingress.ObjectMeta.GetName(),
|
||||
Namespace: ingress.ObjectMeta.GetNamespace(),
|
||||
Results: results,
|
||||
|
||||
Reference in New Issue
Block a user