1
0
Fork 0

Renamed kubernetes provider in kubernetesIngress provider

This commit is contained in:
Jean-Baptiste Doumenjou 2019-07-08 21:36:03 +02:00 committed by Traefiker Bot
parent cc4258bf9d
commit 8ab33db51a
12 changed files with 81 additions and 79 deletions

View file

@ -171,7 +171,7 @@ func TestDo_globalConfiguration(t *testing.T) {
SwarmModeRefreshSeconds: 42,
}
config.Providers.Kubernetes = &ingress.Provider{
config.Providers.KubernetesIngress = &ingress.Provider{
Endpoint: "MyEndpoint",
Token: "MyToken",
CertAuthFilePath: "MyCertAuthPath",

View file

@ -81,7 +81,8 @@ func Test_doOnJSON(t *testing.T) {
"Etcd": null,
"Zookeeper": null,
"Boltdb": null,
"Kubernetes": null,
"KubernetesIngress": null,
"KubernetesCRD": null,
"Mesos": null,
"Eureka": null,
"ECS": null,
@ -164,7 +165,8 @@ func Test_doOnJSON(t *testing.T) {
"Etcd": null,
"Zookeeper": null,
"Boltdb": null,
"Kubernetes": null,
"KubernetesIngress": null,
"KubernetesCRD": null,
"Mesos": null,
"Eureka": null,
"ECS": null,