Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComputeAPI ¶
ComputeAPI is an autogenerated mock type for the ComputeAPI type
func (*ComputeAPI) DeleteIPAddress ¶
func (_m *ComputeAPI) DeleteIPAddress(project string, region string, address string) error
DeleteIPAddress provides a mock function with given fields: project, region, address
func (*ComputeAPI) LookupIPAddresses ¶
LookupIPAddresses provides a mock function with given fields: project, region
type DNSAPI ¶
DNSAPI is an autogenerated mock type for the DNSAPI type
func (*DNSAPI) DeleteDNSRecord ¶
func (_m *DNSAPI) DeleteDNSRecord(project string, managedZone string, record *dns.ResourceRecordSet) error
DeleteDNSRecord provides a mock function with given fields: project, managedZone, record
func (*DNSAPI) LookupDNSRecords ¶
func (_m *DNSAPI) LookupDNSRecords(project string, managedZone string) ([]*dns.ResourceRecordSet, error)
LookupDNSRecords provides a mock function with given fields: project, managedZone
Click to show internal directories.
Click to hide internal directories.