Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NICScope ¶
type NICScope interface { azure.ClusterDescriber azure.AsyncStatusUpdater NICSpecs() []azure.ResourceSpecGetter }
NICScope defines the scope interface for a network interfaces service.
type NICSpec ¶ added in v1.2.0
type NICSpec struct { Name string ResourceGroup string Location string ExtendedLocation *infrav1.ExtendedLocationSpec SubscriptionID string MachineName string SubnetName string VNetName string VNetResourceGroup string StaticIPAddress string PublicLBName string PublicLBAddressPoolName string PublicLBNATRuleName string InternalLBName string InternalLBAddressPoolName string PublicIPName string AcceleratedNetworking *bool IPv6Enabled bool EnableIPForwarding bool SKU *resourceskus.SKU DNSServers []string AdditionalTags infrav1.Tags ClusterName string IPConfigs []IPConfig }
NICSpec defines the specification for a Network Interface.
func (*NICSpec) OwnerResourceName ¶ added in v1.2.0
OwnerResourceName is a no-op for network interfaces.
func (*NICSpec) Parameters ¶ added in v1.2.0
func (s *NICSpec) Parameters(ctx context.Context, existing interface{}) (parameters interface{}, err error)
Parameters returns the parameters for the network interface.
func (*NICSpec) ResourceGroupName ¶ added in v1.2.0
ResourceGroupName returns the name of the resource group.
func (*NICSpec) ResourceName ¶ added in v1.2.0
ResourceName returns the name of the network interface.
type Service ¶
type Service struct { Scope NICScope async.Reconciler // contains filtered or unexported fields }
Service provides operations on Azure resources.
func New ¶
func New(scope NICScope, skuCache *resourceskus.Cache) (*Service, error)
New creates a new service.
func (*Service) IsManaged ¶ added in v1.3.0
IsManaged returns always returns true as CAPZ does not support BYO network interfaces.
Directories ¶
Path | Synopsis |
---|---|
Package mock_networkinterfaces is a generated GoMock package.
|
Package mock_networkinterfaces is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.