Documentation ¶
Index ¶
- type ComputeAPI
- func (_m *ComputeAPI) DeleteFirewallRule(project string, firewall string)
- func (_m *ComputeAPI) LookupClusters(project string) ([]*container.Cluster, error)
- func (_m *ComputeAPI) LookupFirewallRule(project string) ([]*compute.Firewall, error)
- func (_m *ComputeAPI) LookupInstances(project string) ([]*compute.Instance, error)
- func (_m *ComputeAPI) LookupNodePools(clusters []*container.Cluster) ([]*container.NodePool, error)
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) DeleteFirewallRule ¶
func (_m *ComputeAPI) DeleteFirewallRule(project string, firewall string)
DeleteFirewallRule provides a mock function with given fields: project, firewall
func (*ComputeAPI) LookupClusters ¶
func (_m *ComputeAPI) LookupClusters(project string) ([]*container.Cluster, error)
LookupClusters provides a mock function with given fields: project
func (*ComputeAPI) LookupFirewallRule ¶
func (_m *ComputeAPI) LookupFirewallRule(project string) ([]*compute.Firewall, error)
LookupFirewallRule provides a mock function with given fields: project
func (*ComputeAPI) LookupInstances ¶
func (_m *ComputeAPI) LookupInstances(project string) ([]*compute.Instance, error)
LookupInstances provides a mock function with given fields: project
func (*ComputeAPI) LookupNodePools ¶
LookupNodePools provides a mock function with given fields: clusters
Click to show internal directories.
Click to hide internal directories.