Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoadBalancer ¶
type LoadBalancer struct {
// contains filtered or unexported fields
}
func NewLoadBalancer ¶
func NewLoadBalancer(client loadBalancersClient, name *string) LoadBalancer
func (LoadBalancer) Delete ¶
func (l LoadBalancer) Delete() error
func (LoadBalancer) Name ¶
func (l LoadBalancer) Name() string
func (LoadBalancer) Type ¶ added in v0.16.0
func (l LoadBalancer) Type() string
type LoadBalancers ¶
type LoadBalancers struct {
// contains filtered or unexported fields
}
func NewLoadBalancers ¶
func NewLoadBalancers(client loadBalancersClient, logger logger) LoadBalancers
func (LoadBalancers) Type ¶ added in v0.28.0
func (l LoadBalancers) Type() string
Click to show internal directories.
Click to hide internal directories.