Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AzureBastionSpec ¶ added in v1.2.0
type AzureBastionSpec struct { Name string ResourceGroup string Location string ClusterName string SubnetID string PublicIPID string Sku infrav1.BastionHostSkuName EnableTunneling bool }
AzureBastionSpec defines the specification for azure bastion feature.
func (*AzureBastionSpec) OwnerResourceName ¶ added in v1.2.0
func (s *AzureBastionSpec) OwnerResourceName() string
OwnerResourceName is a no-op for bastion hosts.
func (*AzureBastionSpec) Parameters ¶ added in v1.2.0
func (s *AzureBastionSpec) Parameters(ctx context.Context, existing interface{}) (parameters interface{}, err error)
Parameters returns the parameters for the bastion host.
func (*AzureBastionSpec) ResourceGroupName ¶ added in v1.2.0
func (s *AzureBastionSpec) ResourceGroupName() string
ResourceGroupName returns the name of the resource group.
func (*AzureBastionSpec) ResourceName ¶ added in v1.2.0
func (s *AzureBastionSpec) ResourceName() string
ResourceName returns the name of the bastion host.
type AzureBastionSpecInput ¶ added in v1.2.0
AzureBastionSpecInput defines the required inputs to construct an azure bastion spec.
type BastionScope ¶
type BastionScope interface { azure.ClusterScoper azure.AsyncStatusUpdater AzureBastionSpec() azure.ResourceSpecGetter }
BastionScope defines the scope interface for a bastion host service.
type Service ¶
type Service struct { Scope BastionScope 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 bastion.
Click to show internal directories.
Click to hide internal directories.