Documentation ¶
Index ¶
- type AzureClient
- func (ac *AzureClient) CreateOrUpdateAsync(ctx context.Context, spec azure.ResourceSpecGetter, parameters interface{}) (result interface{}, future azureautorest.FutureAPI, err error)
- func (ac *AzureClient) DeleteAsync(ctx context.Context, spec azure.ResourceSpecGetter) (future azureautorest.FutureAPI, err error)
- func (ac *AzureClient) Get(ctx context.Context, spec azure.ResourceSpecGetter) (result interface{}, err error)
- func (ac *AzureClient) IsDone(ctx context.Context, future azureautorest.FutureAPI) (bool, error)
- func (ac *AzureClient) Result(ctx context.Context, future azureautorest.FutureAPI, futureType string) (result interface{}, err error)
- type Service
- type SubnetScope
- type SubnetSpec
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AzureClient ¶
type AzureClient struct {
// contains filtered or unexported fields
}
AzureClient contains the Azure go-sdk Client.
func NewClient ¶
func NewClient(auth azure.Authorizer) *AzureClient
NewClient creates a new subnets client from subscription ID.
func (*AzureClient) CreateOrUpdateAsync ¶ added in v1.2.0
func (ac *AzureClient) CreateOrUpdateAsync(ctx context.Context, spec azure.ResourceSpecGetter, parameters interface{}) (result interface{}, future azureautorest.FutureAPI, err error)
CreateOrUpdateAsync creates or updates a subnet asynchronously. It sends a PUT request to Azure and if accepted without error, the func will return a Future which can be used to track the ongoing progress of the operation.
func (*AzureClient) DeleteAsync ¶ added in v1.2.0
func (ac *AzureClient) DeleteAsync(ctx context.Context, spec azure.ResourceSpecGetter) (future azureautorest.FutureAPI, err error)
DeleteAsync deletes a subnet asynchronously. DeleteAsync sends a DELETE request to Azure and if accepted without error, the func will return a Future which can be used to track the ongoing progress of the operation.
func (*AzureClient) Get ¶
func (ac *AzureClient) Get(ctx context.Context, spec azure.ResourceSpecGetter) (result interface{}, err error)
Get gets the specified subnet by virtual network and resource group.
func (*AzureClient) IsDone ¶ added in v1.2.0
func (ac *AzureClient) IsDone(ctx context.Context, future azureautorest.FutureAPI) (bool, error)
IsDone returns true if the long-running operation has completed.
func (*AzureClient) Result ¶ added in v1.2.0
func (ac *AzureClient) Result(ctx context.Context, future azureautorest.FutureAPI, futureType string) (result interface{}, err error)
Result fetches the result of a long-running operation future.
type Service ¶
type Service struct { Scope SubnetScope async.Reconciler }
Service provides operations on Azure resources.
func (*Service) IsManaged ¶ added in v1.3.0
IsManaged returns true if the route tables' lifecycles are managed.
type SubnetScope ¶
type SubnetScope interface { azure.Authorizer azure.AsyncStatusUpdater UpdateSubnetID(string, string) UpdateSubnetCIDRs(string, []string) IsVnetManaged() bool SubnetSpecs() []azure.ResourceSpecGetter }
SubnetScope defines the scope interface for a subnet service.
type SubnetSpec ¶ added in v1.2.0
type SubnetSpec struct { Name string ResourceGroup string SubscriptionID string CIDRs []string VNetName string VNetResourceGroup string IsVNetManaged bool RouteTableName string SecurityGroupName string Role infrav1.SubnetRole NatGatewayName string }
SubnetSpec defines the specification for a Subnet.
func (*SubnetSpec) OwnerResourceName ¶ added in v1.2.0
func (s *SubnetSpec) OwnerResourceName() string
OwnerResourceName returns the name of the VNet that owns this subnet.
func (*SubnetSpec) Parameters ¶ added in v1.2.0
func (s *SubnetSpec) Parameters(existing interface{}) (parameters interface{}, err error)
Parameters returns the parameters for the subnet.
func (*SubnetSpec) ResourceGroupName ¶ added in v1.2.0
func (s *SubnetSpec) ResourceGroupName() string
ResourceGroupName returns the name of the resource group of the VNet that owns this subnet.
func (*SubnetSpec) ResourceName ¶ added in v1.2.0
func (s *SubnetSpec) ResourceName() string
ResourceName returns the name of the subnet.
Directories ¶
Path | Synopsis |
---|---|
Run go generate to regenerate this mock.
|
Run go generate to regenerate this mock. |