mirror of
https://github.com/rancher/types.git
synced 2025-07-05 17:56:12 +00:00
Merge pull request #85 from galal-hussein/omitempty_for_machinename
add omitempty to machine name
This commit is contained in:
commit
bfb7c390a0
@ -23,7 +23,7 @@ type RancherKubernetesEngineConfig struct {
|
||||
|
||||
type RKEConfigNode struct {
|
||||
// Name of the host provisioned via docker machine
|
||||
MachineName string `yaml:"machine_name" json:"machineName, omitempty"`
|
||||
MachineName string `yaml:"machine_name,omitempty" json:"machineName,omitempty"`
|
||||
// IP or FQDN that is fully resolvable and used for SSH communication
|
||||
Address string `yaml:"address" json:"address,omitempty"`
|
||||
// Optional - Internal address that will be used for components communication
|
||||
|
Loading…
Reference in New Issue
Block a user