privateendpoints

package
v1.14.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 17, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const ServiceName = "privateendpoints"

ServiceName is the name of this service.

Variables

This section is empty.

Functions

func New

New creates a new service.

Types

type PrivateEndpointScope

type PrivateEndpointScope interface {
	aso.Scope
	PrivateEndpointSpecs() []azure.ASOResourceSpecGetter[*asonetworkv1.PrivateEndpoint]
}

PrivateEndpointScope defines the scope interface for a private endpoint.

type PrivateEndpointSpec

type PrivateEndpointSpec struct {
	Name                          string
	ResourceGroup                 string
	Location                      string
	CustomNetworkInterfaceName    string
	PrivateIPAddresses            []string
	SubnetID                      string
	ApplicationSecurityGroups     []string
	ManualApproval                bool
	PrivateLinkServiceConnections []PrivateLinkServiceConnection
	AdditionalTags                infrav1.Tags
	ClusterName                   string
}

PrivateEndpointSpec defines the specification for a private endpoint.

func (*PrivateEndpointSpec) Parameters

func (s *PrivateEndpointSpec) Parameters(ctx context.Context, existingPrivateEndpoint *asonetworkv1.PrivateEndpoint) (*asonetworkv1.PrivateEndpoint, error)

Parameters implements azure.ASOResourceSpecGetter.

func (*PrivateEndpointSpec) ResourceRef added in v1.13.0

ResourceRef implements azure.ASOResourceSpecGetter.

func (*PrivateEndpointSpec) WasManaged added in v1.13.0

func (s *PrivateEndpointSpec) WasManaged(privateEndpoint *asonetworkv1.PrivateEndpoint) bool

WasManaged implements azure.ASOResourceSpecGetter. It always returns true since CAPZ doesn't support BYO private endpoints.

type PrivateLinkServiceConnection

type PrivateLinkServiceConnection struct {
	Name                 string
	PrivateLinkServiceID string
	GroupIDs             []string
	RequestMessage       string
}

PrivateLinkServiceConnection defines the specification for a private link service connection associated with a private endpoint.

Directories

Path Synopsis
Run go generate to regenerate this mock.
Run go generate to regenerate this mock.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL