mirror of
https://github.com/containous/traefik.git
synced 2025-10-16 23:33:20 +03:00
refactor(k8s): baseName and ObjectMeta.
This commit is contained in:
committed by
Traefiker
parent
742dde72bb
commit
a4a8345a33
@@ -202,7 +202,7 @@ func TestRuleType(t *testing.T) {
|
||||
)))
|
||||
|
||||
if test.ingressRuleType != "" {
|
||||
ingress.ObjectMeta.Annotations = map[string]string{
|
||||
ingress.Annotations = map[string]string{
|
||||
label.TraefikFrontendRuleType: test.ingressRuleType,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user