Documentation ¶
Index ¶
Constants ¶
View Source
const ( StatusInUse = "IN_USE" StatusReserved = "RESERVED" StatusReserving = "RESERVING" )
Known Address statuses.
Variables ¶
This section is empty.
Functions ¶
func FromParameters ¶
func FromParameters(p v1alpha2.GlobalAddressParameters) *compute.Address
FromParameters converts the supplied GlobalAddressParameters into an Address suitable for use with the Google Compute API.
func UpdateParameters ¶
func UpdateParameters(p *v1alpha2.GlobalAddressParameters, observed *compute.Address)
UpdateParameters updates any unset (i.e. nil) optional fields of the supplied GlobalAddressParameters that are set (i.e. non-zero) on the supplied Address.
func UpdateStatus ¶
func UpdateStatus(s *v1alpha2.GlobalAddressStatus, observed *compute.Address)
UpdateStatus updates any fields of the supplied GlobalAddressStatus to reflect the state of the supplied Address.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.