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() *compute.Address BackendServiceSpec() *compute.BackendService ForwardingRuleSpec() *compute.ForwardingRule HealthCheckSpec() *compute.HealthCheck InstanceGroupSpec(zone string) *compute.InstanceGroup TargetTCPProxySpec() *compute.TargetTcpProxy }
Scope is an interfaces that hold used methods.
Click to show internal directories.
Click to hide internal directories.