Renamed kubernetes
provider in kubernetesIngress
provider
This commit is contained in:
parent
cc4258bf9d
commit
8ab33db51a
12 changed files with 81 additions and 79 deletions
|
@ -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",
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue