Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
dulltz committed Sep 19, 2018
1 parent 0c83413 commit c95de29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster.go
Expand Up @@ -118,7 +118,7 @@ type Cluster struct {
Nodes []*Node `json:"nodes" yaml:"nodes"`
SSHKey string `json:"ssh_key" yaml:"ssh_key"`
ServiceSubnet string `json:"service_subnet" yaml:"service_subnet"`
PodSubnet string `json:"pod_subnet" yaml:"pod_subnet"`
PodSubnet string `json:"pod_subnet" yaml:"pod_subnet"`
DNSServers []string `json:"dns_servers" yaml:"dns_servers"`
Options Options `json:"options" yaml:"options"`
}
Expand Down

0 comments on commit c95de29

Please sign in to comment.