Documentation ¶
Overview ¶
Package loadbalancers implements reconciler for cluster control-plane loadbalancer components.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scope ¶
type Scope interface { cloud.Cluster AddressSpec(name string) *compute.Address BackendServiceSpec(name string) *compute.BackendService ForwardingRuleSpec(name string) *compute.ForwardingRule HealthCheckSpec(name string) *compute.HealthCheck InstanceGroupSpec(zone string) *compute.InstanceGroup TargetTCPProxySpec() *compute.TargetTcpProxy SubnetSpecs() []*compute.Subnetwork }
Scope is an interfaces that hold used methods.
Click to show internal directories.
Click to hide internal directories.