mirror of https://github.com/kubernetes/kops.git
Rebase CreateClusterOptions
This commit is contained in:
parent
4f30a40f0a
commit
510ec842c7
|
@ -42,8 +42,8 @@ type CreateClusterOptions struct {
|
||||||
Target string
|
Target string
|
||||||
Models string
|
Models string
|
||||||
Cloud string
|
Cloud string
|
||||||
Zones string
|
Zones []string
|
||||||
MasterZones string
|
MasterZones []string
|
||||||
NodeSize string
|
NodeSize string
|
||||||
MasterSize string
|
MasterSize string
|
||||||
NodeCount int32
|
NodeCount int32
|
||||||
|
@ -57,8 +57,8 @@ type CreateClusterOptions struct {
|
||||||
DNSZone string
|
DNSZone string
|
||||||
AdminAccess []string
|
AdminAccess []string
|
||||||
Networking string
|
Networking string
|
||||||
NodeSecurityGroupIDs string
|
NodeSecurityGroups []string
|
||||||
MasterSecurityGroupIDs string
|
MasterSecurityGroups []string
|
||||||
AssociatePublicIP *bool
|
AssociatePublicIP *bool
|
||||||
|
|
||||||
// Channel is the location of the api.Channel to use for our defaults
|
// Channel is the location of the api.Channel to use for our defaults
|
||||||
|
|
Loading…
Reference in New Issue