Documentation ¶
Index ¶
- func ValidateClusterID(input interface{}, key string) (warnings []string, errors []error)
- func ValidatePrivateEndpointID(input interface{}, key string) (warnings []string, errors []error)
- type ClusterId
- type CreateOrUpdateOperationOptions
- type CreateOrUpdateOperationResponse
- type DeleteOperationResponse
- type GetOperationResponse
- type ListByClusterCompleteResult
- type ListByClusterOperationResponse
- type PrivateEndpoint
- type PrivateEndpointId
- type PrivateEndpointOperationPredicate
- type PrivateEndpointProperties
- type PrivateEndpointsClient
- func (c PrivateEndpointsClient) CreateOrUpdate(ctx context.Context, id PrivateEndpointId, input PrivateEndpoint, ...) (result CreateOrUpdateOperationResponse, err error)
- func (c PrivateEndpointsClient) Delete(ctx context.Context, id PrivateEndpointId) (result DeleteOperationResponse, err error)
- func (c PrivateEndpointsClient) DeleteThenPoll(ctx context.Context, id PrivateEndpointId) error
- func (c PrivateEndpointsClient) Get(ctx context.Context, id PrivateEndpointId) (result GetOperationResponse, err error)
- func (c PrivateEndpointsClient) ListByCluster(ctx context.Context, id ClusterId) (resp ListByClusterOperationResponse, err error)
- func (c PrivateEndpointsClient) ListByClusterComplete(ctx context.Context, id ClusterId) (ListByClusterCompleteResult, error)
- func (c PrivateEndpointsClient) ListByClusterCompleteMatchingPredicate(ctx context.Context, id ClusterId, predicate PrivateEndpointOperationPredicate) (resp ListByClusterCompleteResult, err error)
- type PrivateLinkConnectionState
- type PrivateLinkServiceConnection
- type PrivateLinkServiceConnectionProperties
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateClusterID ¶
ValidateClusterID checks that 'input' can be parsed as a Cluster ID
func ValidatePrivateEndpointID ¶
ValidatePrivateEndpointID checks that 'input' can be parsed as a Private Endpoint ID
Types ¶
type ClusterId ¶
ClusterId is a struct representing the Resource ID for a Cluster
func NewClusterID ¶
NewClusterID returns a new ClusterId struct
func ParseClusterID ¶
ParseClusterID parses 'input' into a ClusterId
func ParseClusterIDInsensitively ¶
ParseClusterIDInsensitively parses 'input' case-insensitively into a ClusterId note: this method should only be used for API response data and not user input
func (ClusterId) Segments ¶
func (id ClusterId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Cluster ID
type CreateOrUpdateOperationOptions ¶
func DefaultCreateOrUpdateOperationOptions ¶
func DefaultCreateOrUpdateOperationOptions() CreateOrUpdateOperationOptions
type CreateOrUpdateOperationResponse ¶
type CreateOrUpdateOperationResponse struct { HttpResponse *http.Response Model *PrivateEndpoint }
type DeleteOperationResponse ¶
type DeleteOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response Model *PrivateEndpoint }
type ListByClusterCompleteResult ¶
type ListByClusterCompleteResult struct {
Items []PrivateEndpoint
}
type ListByClusterOperationResponse ¶
type ListByClusterOperationResponse struct { HttpResponse *http.Response Model *[]PrivateEndpoint // contains filtered or unexported fields }
func (ListByClusterOperationResponse) HasMore ¶
func (r ListByClusterOperationResponse) HasMore() bool
func (ListByClusterOperationResponse) LoadMore ¶
func (r ListByClusterOperationResponse) LoadMore(ctx context.Context) (resp ListByClusterOperationResponse, err error)
type PrivateEndpoint ¶
type PrivateEndpoint struct { Etag *string `json:"etag,omitempty"` Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *PrivateEndpointProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type PrivateEndpointId ¶
type PrivateEndpointId struct { SubscriptionId string ResourceGroupName string ClusterName string PrivateEndpointName string }
PrivateEndpointId is a struct representing the Resource ID for a Private Endpoint
func NewPrivateEndpointID ¶
func NewPrivateEndpointID(subscriptionId string, resourceGroupName string, clusterName string, privateEndpointName string) PrivateEndpointId
NewPrivateEndpointID returns a new PrivateEndpointId struct
func ParsePrivateEndpointID ¶
func ParsePrivateEndpointID(input string) (*PrivateEndpointId, error)
ParsePrivateEndpointID parses 'input' into a PrivateEndpointId
func ParsePrivateEndpointIDInsensitively ¶
func ParsePrivateEndpointIDInsensitively(input string) (*PrivateEndpointId, error)
ParsePrivateEndpointIDInsensitively parses 'input' case-insensitively into a PrivateEndpointId note: this method should only be used for API response data and not user input
func (PrivateEndpointId) ID ¶
func (id PrivateEndpointId) ID() string
ID returns the formatted Private Endpoint ID
func (PrivateEndpointId) Segments ¶
func (id PrivateEndpointId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Private Endpoint ID
func (PrivateEndpointId) String ¶
func (id PrivateEndpointId) String() string
String returns a human-readable description of this Private Endpoint ID
type PrivateEndpointOperationPredicate ¶
func (PrivateEndpointOperationPredicate) Matches ¶
func (p PrivateEndpointOperationPredicate) Matches(input PrivateEndpoint) bool
type PrivateEndpointProperties ¶
type PrivateEndpointProperties struct { CreatedDate *string `json:"createdDate,omitempty"` ManualPrivateLinkServiceConnections *[]PrivateLinkServiceConnection `json:"manualPrivateLinkServiceConnections,omitempty"` }
type PrivateEndpointsClient ¶
type PrivateEndpointsClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewPrivateEndpointsClientWithBaseURI ¶
func NewPrivateEndpointsClientWithBaseURI(endpoint string) PrivateEndpointsClient
func (PrivateEndpointsClient) CreateOrUpdate ¶
func (c PrivateEndpointsClient) CreateOrUpdate(ctx context.Context, id PrivateEndpointId, input PrivateEndpoint, options CreateOrUpdateOperationOptions) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (PrivateEndpointsClient) Delete ¶
func (c PrivateEndpointsClient) Delete(ctx context.Context, id PrivateEndpointId) (result DeleteOperationResponse, err error)
Delete ...
func (PrivateEndpointsClient) DeleteThenPoll ¶
func (c PrivateEndpointsClient) DeleteThenPoll(ctx context.Context, id PrivateEndpointId) error
DeleteThenPoll performs Delete then polls until it's completed
func (PrivateEndpointsClient) Get ¶
func (c PrivateEndpointsClient) Get(ctx context.Context, id PrivateEndpointId) (result GetOperationResponse, err error)
Get ...
func (PrivateEndpointsClient) ListByCluster ¶
func (c PrivateEndpointsClient) ListByCluster(ctx context.Context, id ClusterId) (resp ListByClusterOperationResponse, err error)
ListByCluster ...
func (PrivateEndpointsClient) ListByClusterComplete ¶
func (c PrivateEndpointsClient) ListByClusterComplete(ctx context.Context, id ClusterId) (ListByClusterCompleteResult, error)
ListByClusterComplete retrieves all of the results into a single object
func (PrivateEndpointsClient) ListByClusterCompleteMatchingPredicate ¶
func (c PrivateEndpointsClient) ListByClusterCompleteMatchingPredicate(ctx context.Context, id ClusterId, predicate PrivateEndpointOperationPredicate) (resp ListByClusterCompleteResult, err error)
ListByClusterCompleteMatchingPredicate retrieves all of the results and then applied the predicate
type PrivateLinkServiceConnection ¶
type PrivateLinkServiceConnection struct {
Properties *PrivateLinkServiceConnectionProperties `json:"properties,omitempty"`
}
type PrivateLinkServiceConnectionProperties ¶
type PrivateLinkServiceConnectionProperties struct { GroupIds *[]string `json:"groupIds,omitempty"` PrivateLinkServiceConnectionState *PrivateLinkConnectionState `json:"privateLinkServiceConnectionState,omitempty"` PrivateLinkServiceId *string `json:"privateLinkServiceId,omitempty"` RequestMessage *string `json:"requestMessage,omitempty"` }
Source Files ¶
- client.go
- id_cluster.go
- id_privateendpoint.go
- method_createorupdate_autorest.go
- method_delete_autorest.go
- method_get_autorest.go
- method_listbycluster_autorest.go
- model_privateendpoint.go
- model_privateendpointproperties.go
- model_privatelinkconnectionstate.go
- model_privatelinkserviceconnection.go
- model_privatelinkserviceconnectionproperties.go
- predicates.go
- version.go