mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-23 23:40:44 -04:00
Cloud provider fake: adopt changes to CCM / CNM for debug_coordinator
This commit is contained in:
parent
20811794c2
commit
037569cd85
1 changed files with 2 additions and 1 deletions
|
@ -142,7 +142,8 @@ func main() {
|
|||
kube = &core.ClusterFake{}
|
||||
metadata = &core.ProviderMetadataFake{}
|
||||
cloudControllerManager = &core.CloudControllerManagerFake{}
|
||||
autoscaler = &core.CloudControllerManagerFake{}
|
||||
cloudNodeManager = &core.CloudNodeManagerFake{}
|
||||
autoscaler = &core.ClusterAutoscalerFake{}
|
||||
bindIP = defaultIP
|
||||
bindPort = defaultPort
|
||||
etcdEndpoint = "etcd-storage:2379"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue