Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudConfig ¶
type CloudConfig struct {
Global GlobalOpts
}
func (*CloudConfig) ToString ¶
func (cc *CloudConfig) ToString() (string, error)
ToString renders the cloud configuration as string.
type GlobalOpts ¶
type RawConfig ¶
type RawConfig struct { AvailabilityZone types.ConfigVarString `json:"availabilityZone,omitempty"` VpcID types.ConfigVarString `json:"vpcId"` SubnetID types.ConfigVarString `json:"subnetId"` }
Click to show internal directories.
Click to hide internal directories.