1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-18 08:06:20 +00:00

Add cloud and network provider types

This commit is contained in:
galal-hussein
2018-03-29 22:58:46 +02:00
parent 373ee72cef
commit b431a22a9c
6 changed files with 73 additions and 42 deletions

View File

@@ -94,8 +94,6 @@ const (
Calicoctl = "Calicoctl"
FlannelInterface = "FlannelInterface"
CloudProvider = "CloudProvider"
AWSCloudProvider = "aws"
RBACConfig = "RBACConfig"
)