Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LBScope ¶
type LBScope interface { azure.ClusterScoper azure.AsyncStatusUpdater LBSpecs() []azure.ResourceSpecGetter }
LBScope defines the scope interface for a load balancer service.
type LBSpec ¶ added in v1.2.0
type LBSpec struct { Name string ResourceGroup string SubscriptionID string ClusterName string Location string ExtendedLocation *infrav1.ExtendedLocationSpec Role string Type infrav1.LBType SKU infrav1.SKU VNetName string VNetResourceGroup string SubnetName string BackendPoolName string FrontendIPConfigs []infrav1.FrontendIP APIServerPort int32 IdleTimeoutInMinutes *int32 AdditionalTags map[string]string }
LBSpec defines the specification for a Load Balancer.
func (*LBSpec) OwnerResourceName ¶ added in v1.2.0
OwnerResourceName is a no-op for load balancers.
func (*LBSpec) Parameters ¶ added in v1.2.0
func (s *LBSpec) Parameters(ctx context.Context, existing interface{}) (parameters interface{}, err error)
Parameters returns the parameters for the load balancer.
func (*LBSpec) ResourceGroupName ¶ added in v1.2.0
ResourceGroupName returns the name of the resource group.
func (*LBSpec) ResourceName ¶ added in v1.2.0
ResourceName returns the name of the load balancer.
type Service ¶
type Service struct { Scope LBScope async.Reconciler }
Service provides operations on Azure resources.
func (*Service) IsManaged ¶ added in v1.3.0
IsManaged returns always returns true as CAPZ does not support BYO load balancers.
Directories ¶
Path | Synopsis |
---|---|
Run go generate to regenerate this mock.
|
Run go generate to regenerate this mock. |
Click to show internal directories.
Click to hide internal directories.