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
|
||||
Models string
|
||||
Cloud string
|
||||
Zones string
|
||||
MasterZones string
|
||||
Zones []string
|
||||
MasterZones []string
|
||||
NodeSize string
|
||||
MasterSize string
|
||||
NodeCount int32
|
||||
|
@ -57,8 +57,8 @@ type CreateClusterOptions struct {
|
|||
DNSZone string
|
||||
AdminAccess []string
|
||||
Networking string
|
||||
NodeSecurityGroupIDs string
|
||||
MasterSecurityGroupIDs string
|
||||
NodeSecurityGroups []string
|
||||
MasterSecurityGroups []string
|
||||
AssociatePublicIP *bool
|
||||
|
||||
// Channel is the location of the api.Channel to use for our defaults
|
||||
|
|
Loading…
Reference in New Issue