Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AvalibilityZone ¶
type AvalibilityZone struct {
Name string `json:"name"`
}
type BooleanValue ¶
type BooleanValue struct {
Value bool `json:"value"`
}
type Certificate ¶
type CertificateValue ¶
type CertificateValue struct {
Value Certificate `json:"value"`
}
type IntegerValue ¶
type IntegerValue struct {
Value int `json:"value"`
}
type Network ¶
type Network struct { SingletonAvalibilityZone AvalibilityZone `json:"singleton_availability_zone"` OtherAvailabilityZones []AvalibilityZone `json:"other_availability_zones"` Network NetworkName `json:"network"` }
type NetworkName ¶
type NetworkName struct {
Name string `json:"name"`
}
type SecretValue ¶
type SecretValue struct {
Sec Secret `json:"value"`
}
type TileInstaller ¶
Click to show internal directories.
Click to hide internal directories.