Documentation ¶
Index ¶
- func PossibleValuesForContainerServiceOSTypes() []string
- func ValidateAccessProfileID(input interface{}, key string) (warnings []string, errors []error)
- type AccessProfileId
- type ContainerServiceOSTypes
- type CreateOrUpdateOperationResponse
- type CredentialResult
- type CredentialResults
- type DeleteOperationResponse
- type GetAccessProfileOperationResponse
- type GetOperationResponse
- type GetUpgradeProfileOperationResponse
- type ListByResourceGroupCompleteResult
- type ListByResourceGroupOperationResponse
- type ListClusterAdminCredentialsOperationResponse
- type ListClusterUserCredentialsOperationResponse
- type ListCompleteResult
- type ListOperationResponse
- type ManagedCluster
- type ManagedClusterAADProfile
- type ManagedClusterAccessProfile
- type ManagedClusterOperationPredicate
- type ManagedClusterPoolUpgradeProfile
- type ManagedClusterPoolUpgradeProfileUpgradesInlined
- type ManagedClusterServicePrincipalProfile
- type ManagedClusterUpgradeProfile
- type ManagedClusterUpgradeProfileProperties
- type ManagedClustersClient
- func (c ManagedClustersClient) CreateOrUpdate(ctx context.Context, id commonids.KubernetesClusterId, input ManagedCluster) (result CreateOrUpdateOperationResponse, err error)
- func (c ManagedClustersClient) CreateOrUpdateThenPoll(ctx context.Context, id commonids.KubernetesClusterId, input ManagedCluster) error
- func (c ManagedClustersClient) Delete(ctx context.Context, id commonids.KubernetesClusterId) (result DeleteOperationResponse, err error)
- func (c ManagedClustersClient) DeleteThenPoll(ctx context.Context, id commonids.KubernetesClusterId) error
- func (c ManagedClustersClient) Get(ctx context.Context, id commonids.KubernetesClusterId) (result GetOperationResponse, err error)
- func (c ManagedClustersClient) GetAccessProfile(ctx context.Context, id AccessProfileId) (result GetAccessProfileOperationResponse, err error)
- func (c ManagedClustersClient) GetUpgradeProfile(ctx context.Context, id commonids.KubernetesClusterId) (result GetUpgradeProfileOperationResponse, err error)
- func (c ManagedClustersClient) List(ctx context.Context, id commonids.SubscriptionId) (resp ListOperationResponse, err error)
- func (c ManagedClustersClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (resp ListByResourceGroupOperationResponse, err error)
- func (c ManagedClustersClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error)
- func (c ManagedClustersClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (resp ListByResourceGroupCompleteResult, err error)
- func (c ManagedClustersClient) ListClusterAdminCredentials(ctx context.Context, id commonids.KubernetesClusterId) (result ListClusterAdminCredentialsOperationResponse, err error)
- func (c ManagedClustersClient) ListClusterUserCredentials(ctx context.Context, id commonids.KubernetesClusterId) (result ListClusterUserCredentialsOperationResponse, err error)
- func (c ManagedClustersClient) ListComplete(ctx context.Context, id commonids.SubscriptionId) (ListCompleteResult, error)
- func (c ManagedClustersClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (resp ListCompleteResult, err error)
- func (c ManagedClustersClient) ResetAADProfile(ctx context.Context, id commonids.KubernetesClusterId, ...) (result ResetAADProfileOperationResponse, err error)
- func (c ManagedClustersClient) ResetAADProfileThenPoll(ctx context.Context, id commonids.KubernetesClusterId, ...) error
- func (c ManagedClustersClient) ResetServicePrincipalProfile(ctx context.Context, id commonids.KubernetesClusterId, ...) (result ResetServicePrincipalProfileOperationResponse, err error)
- func (c ManagedClustersClient) ResetServicePrincipalProfileThenPoll(ctx context.Context, id commonids.KubernetesClusterId, ...) error
- func (c ManagedClustersClient) RotateClusterCertificates(ctx context.Context, id commonids.KubernetesClusterId) (result RotateClusterCertificatesOperationResponse, err error)
- func (c ManagedClustersClient) RotateClusterCertificatesThenPoll(ctx context.Context, id commonids.KubernetesClusterId) error
- func (c ManagedClustersClient) UpdateTags(ctx context.Context, id commonids.KubernetesClusterId, input TagsObject) (result UpdateTagsOperationResponse, err error)
- func (c ManagedClustersClient) UpdateTagsThenPoll(ctx context.Context, id commonids.KubernetesClusterId, input TagsObject) error
- type ResetAADProfileOperationResponse
- type ResetServicePrincipalProfileOperationResponse
- type RotateClusterCertificatesOperationResponse
- type TagsObject
- type UpdateTagsOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForContainerServiceOSTypes ¶
func PossibleValuesForContainerServiceOSTypes() []string
func ValidateAccessProfileID ¶
ValidateAccessProfileID checks that 'input' can be parsed as a Access Profile ID
Types ¶
type AccessProfileId ¶
type AccessProfileId struct { SubscriptionId string ResourceGroupName string ManagedClusterName string AccessProfileName string }
AccessProfileId is a struct representing the Resource ID for a Access Profile
func NewAccessProfileID ¶
func NewAccessProfileID(subscriptionId string, resourceGroupName string, managedClusterName string, accessProfileName string) AccessProfileId
NewAccessProfileID returns a new AccessProfileId struct
func ParseAccessProfileID ¶
func ParseAccessProfileID(input string) (*AccessProfileId, error)
ParseAccessProfileID parses 'input' into a AccessProfileId
func ParseAccessProfileIDInsensitively ¶
func ParseAccessProfileIDInsensitively(input string) (*AccessProfileId, error)
ParseAccessProfileIDInsensitively parses 'input' case-insensitively into a AccessProfileId note: this method should only be used for API response data and not user input
func (AccessProfileId) ID ¶
func (id AccessProfileId) ID() string
ID returns the formatted Access Profile ID
func (AccessProfileId) Segments ¶
func (id AccessProfileId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Access Profile ID
func (AccessProfileId) String ¶
func (id AccessProfileId) String() string
String returns a human-readable description of this Access Profile ID
type ContainerServiceOSTypes ¶
type ContainerServiceOSTypes string
const ( ContainerServiceOSTypesLinux ContainerServiceOSTypes = "Linux" ContainerServiceOSTypesWindows ContainerServiceOSTypes = "Windows" )
type CreateOrUpdateOperationResponse ¶
type CreateOrUpdateOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type CredentialResult ¶
type CredentialResults ¶
type CredentialResults struct {
Kubeconfigs *[]CredentialResult `json:"kubeconfigs,omitempty"`
}
type DeleteOperationResponse ¶
type DeleteOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type GetAccessProfileOperationResponse ¶
type GetAccessProfileOperationResponse struct { HttpResponse *http.Response Model *ManagedClusterAccessProfile }
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response Model *ManagedCluster }
type GetUpgradeProfileOperationResponse ¶
type GetUpgradeProfileOperationResponse struct { HttpResponse *http.Response Model *ManagedClusterUpgradeProfile }
type ListByResourceGroupCompleteResult ¶
type ListByResourceGroupCompleteResult struct {
Items []ManagedCluster
}
type ListByResourceGroupOperationResponse ¶
type ListByResourceGroupOperationResponse struct { HttpResponse *http.Response Model *[]ManagedCluster // contains filtered or unexported fields }
func (ListByResourceGroupOperationResponse) HasMore ¶
func (r ListByResourceGroupOperationResponse) HasMore() bool
func (ListByResourceGroupOperationResponse) LoadMore ¶
func (r ListByResourceGroupOperationResponse) LoadMore(ctx context.Context) (resp ListByResourceGroupOperationResponse, err error)
type ListClusterAdminCredentialsOperationResponse ¶
type ListClusterAdminCredentialsOperationResponse struct { HttpResponse *http.Response Model *CredentialResults }
type ListClusterUserCredentialsOperationResponse ¶
type ListClusterUserCredentialsOperationResponse struct { HttpResponse *http.Response Model *CredentialResults }
type ListCompleteResult ¶
type ListCompleteResult struct {
Items []ManagedCluster
}
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response Model *[]ManagedCluster // contains filtered or unexported fields }
func (ListOperationResponse) HasMore ¶
func (r ListOperationResponse) HasMore() bool
func (ListOperationResponse) LoadMore ¶
func (r ListOperationResponse) LoadMore(ctx context.Context) (resp ListOperationResponse, err error)
type ManagedCluster ¶
type ManagedClusterOperationPredicate ¶
type ManagedClusterOperationPredicate struct { Id *string Location *string Name *string Type *string }
func (ManagedClusterOperationPredicate) Matches ¶
func (p ManagedClusterOperationPredicate) Matches(input ManagedCluster) bool
type ManagedClusterPoolUpgradeProfile ¶
type ManagedClusterPoolUpgradeProfile struct { KubernetesVersion string `json:"kubernetesVersion"` Name *string `json:"name,omitempty"` OsType ContainerServiceOSTypes `json:"osType"` Upgrades *[]ManagedClusterPoolUpgradeProfileUpgradesInlined `json:"upgrades,omitempty"` }
type ManagedClusterUpgradeProfile ¶
type ManagedClusterUpgradeProfile struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties ManagedClusterUpgradeProfileProperties `json:"properties"` Type *string `json:"type,omitempty"` }
type ManagedClusterUpgradeProfileProperties ¶
type ManagedClusterUpgradeProfileProperties struct { AgentPoolProfiles []ManagedClusterPoolUpgradeProfile `json:"agentPoolProfiles"` ControlPlaneProfile ManagedClusterPoolUpgradeProfile `json:"controlPlaneProfile"` }
type ManagedClustersClient ¶
type ManagedClustersClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewManagedClustersClientWithBaseURI ¶
func NewManagedClustersClientWithBaseURI(endpoint string) ManagedClustersClient
func (ManagedClustersClient) CreateOrUpdate ¶
func (c ManagedClustersClient) CreateOrUpdate(ctx context.Context, id commonids.KubernetesClusterId, input ManagedCluster) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (ManagedClustersClient) CreateOrUpdateThenPoll ¶
func (c ManagedClustersClient) CreateOrUpdateThenPoll(ctx context.Context, id commonids.KubernetesClusterId, input ManagedCluster) error
CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed
func (ManagedClustersClient) Delete ¶
func (c ManagedClustersClient) Delete(ctx context.Context, id commonids.KubernetesClusterId) (result DeleteOperationResponse, err error)
Delete ...
func (ManagedClustersClient) DeleteThenPoll ¶
func (c ManagedClustersClient) DeleteThenPoll(ctx context.Context, id commonids.KubernetesClusterId) error
DeleteThenPoll performs Delete then polls until it's completed
func (ManagedClustersClient) Get ¶
func (c ManagedClustersClient) Get(ctx context.Context, id commonids.KubernetesClusterId) (result GetOperationResponse, err error)
Get ...
func (ManagedClustersClient) GetAccessProfile ¶
func (c ManagedClustersClient) GetAccessProfile(ctx context.Context, id AccessProfileId) (result GetAccessProfileOperationResponse, err error)
GetAccessProfile ...
func (ManagedClustersClient) GetUpgradeProfile ¶
func (c ManagedClustersClient) GetUpgradeProfile(ctx context.Context, id commonids.KubernetesClusterId) (result GetUpgradeProfileOperationResponse, err error)
GetUpgradeProfile ...
func (ManagedClustersClient) List ¶
func (c ManagedClustersClient) List(ctx context.Context, id commonids.SubscriptionId) (resp ListOperationResponse, err error)
List ...
func (ManagedClustersClient) ListByResourceGroup ¶
func (c ManagedClustersClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (resp ListByResourceGroupOperationResponse, err error)
ListByResourceGroup ...
func (ManagedClustersClient) ListByResourceGroupComplete ¶
func (c ManagedClustersClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error)
ListByResourceGroupComplete retrieves all of the results into a single object
func (ManagedClustersClient) ListByResourceGroupCompleteMatchingPredicate ¶
func (c ManagedClustersClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, predicate ManagedClusterOperationPredicate) (resp ListByResourceGroupCompleteResult, err error)
ListByResourceGroupCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (ManagedClustersClient) ListClusterAdminCredentials ¶
func (c ManagedClustersClient) ListClusterAdminCredentials(ctx context.Context, id commonids.KubernetesClusterId) (result ListClusterAdminCredentialsOperationResponse, err error)
ListClusterAdminCredentials ...
func (ManagedClustersClient) ListClusterUserCredentials ¶
func (c ManagedClustersClient) ListClusterUserCredentials(ctx context.Context, id commonids.KubernetesClusterId) (result ListClusterUserCredentialsOperationResponse, err error)
ListClusterUserCredentials ...
func (ManagedClustersClient) ListComplete ¶
func (c ManagedClustersClient) ListComplete(ctx context.Context, id commonids.SubscriptionId) (ListCompleteResult, error)
ListComplete retrieves all of the results into a single object
func (ManagedClustersClient) ListCompleteMatchingPredicate ¶
func (c ManagedClustersClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, predicate ManagedClusterOperationPredicate) (resp ListCompleteResult, err error)
ListCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (ManagedClustersClient) ResetAADProfile ¶
func (c ManagedClustersClient) ResetAADProfile(ctx context.Context, id commonids.KubernetesClusterId, input ManagedClusterAADProfile) (result ResetAADProfileOperationResponse, err error)
ResetAADProfile ...
func (ManagedClustersClient) ResetAADProfileThenPoll ¶
func (c ManagedClustersClient) ResetAADProfileThenPoll(ctx context.Context, id commonids.KubernetesClusterId, input ManagedClusterAADProfile) error
ResetAADProfileThenPoll performs ResetAADProfile then polls until it's completed
func (ManagedClustersClient) ResetServicePrincipalProfile ¶
func (c ManagedClustersClient) ResetServicePrincipalProfile(ctx context.Context, id commonids.KubernetesClusterId, input ManagedClusterServicePrincipalProfile) (result ResetServicePrincipalProfileOperationResponse, err error)
ResetServicePrincipalProfile ...
func (ManagedClustersClient) ResetServicePrincipalProfileThenPoll ¶
func (c ManagedClustersClient) ResetServicePrincipalProfileThenPoll(ctx context.Context, id commonids.KubernetesClusterId, input ManagedClusterServicePrincipalProfile) error
ResetServicePrincipalProfileThenPoll performs ResetServicePrincipalProfile then polls until it's completed
func (ManagedClustersClient) RotateClusterCertificates ¶
func (c ManagedClustersClient) RotateClusterCertificates(ctx context.Context, id commonids.KubernetesClusterId) (result RotateClusterCertificatesOperationResponse, err error)
RotateClusterCertificates ...
func (ManagedClustersClient) RotateClusterCertificatesThenPoll ¶
func (c ManagedClustersClient) RotateClusterCertificatesThenPoll(ctx context.Context, id commonids.KubernetesClusterId) error
RotateClusterCertificatesThenPoll performs RotateClusterCertificates then polls until it's completed
func (ManagedClustersClient) UpdateTags ¶
func (c ManagedClustersClient) UpdateTags(ctx context.Context, id commonids.KubernetesClusterId, input TagsObject) (result UpdateTagsOperationResponse, err error)
UpdateTags ...
func (ManagedClustersClient) UpdateTagsThenPoll ¶
func (c ManagedClustersClient) UpdateTagsThenPoll(ctx context.Context, id commonids.KubernetesClusterId, input TagsObject) error
UpdateTagsThenPoll performs UpdateTags then polls until it's completed
type ResetAADProfileOperationResponse ¶
type ResetAADProfileOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type ResetServicePrincipalProfileOperationResponse ¶
type ResetServicePrincipalProfileOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type RotateClusterCertificatesOperationResponse ¶
type RotateClusterCertificatesOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type TagsObject ¶
type UpdateTagsOperationResponse ¶
type UpdateTagsOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
Source Files ¶
- client.go
- constants.go
- id_accessprofile.go
- method_createorupdate_autorest.go
- method_delete_autorest.go
- method_get_autorest.go
- method_getaccessprofile_autorest.go
- method_getupgradeprofile_autorest.go
- method_list_autorest.go
- method_listbyresourcegroup_autorest.go
- method_listclusteradmincredentials_autorest.go
- method_listclusterusercredentials_autorest.go
- method_resetaadprofile_autorest.go
- method_resetserviceprincipalprofile_autorest.go
- method_rotateclustercertificates_autorest.go
- method_updatetags_autorest.go
- model_credentialresult.go
- model_credentialresults.go
- model_managedcluster.go
- model_managedclusteraadprofile.go
- model_managedclusteraccessprofile.go
- model_managedclusterpoolupgradeprofile.go
- model_managedclusterpoolupgradeprofileupgradesinlined.go
- model_managedclusterserviceprincipalprofile.go
- model_managedclusterupgradeprofile.go
- model_managedclusterupgradeprofileproperties.go
- model_tagsobject.go
- predicates.go
- version.go