Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkConfig ¶
type NetworkConfig struct {
CIDRBlock *string `yaml:"cidr_block,omitempty"`
LoadBalancerIPs *struct {
Start *string `yaml:"start,omitempty"`
End *string `yaml:"end,omitempty"`
} `yaml:"loadbalancer_ips,omitempty"`
}
func (*NetworkConfig) Copy ¶
func (nc *NetworkConfig) Copy() *NetworkConfig
Copy creates a deep copy of the NetworkConfig.
func (*NetworkConfig) Merge ¶
func (nc *NetworkConfig) Merge(other *NetworkConfig)
Merge merges the non-nil fields from another NetworkConfig into this one.
Click to show internal directories.
Click to hide internal directories.