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 ListByResourceGroupCustomPager
- type ListByResourceGroupOperationResponse
- type ListClusterAdminCredentialsOperationResponse
- type ListClusterUserCredentialsOperationResponse
- type ListCompleteResult
- type ListCustomPager
- 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) (result ListOperationResponse, err error)
- func (c ManagedClustersClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result 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, ...) (result 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, ...) (result 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) FromParseResult ¶
func (id *AccessProfileId) FromParseResult(input resourceids.ParseResult) error
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" )
func (*ContainerServiceOSTypes) UnmarshalJSON ¶ added in v0.20240213.1120950
func (s *ContainerServiceOSTypes) UnmarshalJSON(bytes []byte) error
type CredentialResult ¶
type CredentialResults ¶
type CredentialResults struct {
Kubeconfigs *[]CredentialResult `json:"kubeconfigs,omitempty"`
}
type DeleteOperationResponse ¶
type GetAccessProfileOperationResponse ¶
type GetAccessProfileOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ManagedClusterAccessProfile }
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ManagedCluster }
type GetUpgradeProfileOperationResponse ¶
type GetUpgradeProfileOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ManagedClusterUpgradeProfile }
type ListByResourceGroupCompleteResult ¶
type ListByResourceGroupCompleteResult struct { LatestHttpResponse *http.Response Items []ManagedCluster }
type ListByResourceGroupCustomPager ¶ added in v0.20240628.1153531
func (*ListByResourceGroupCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ListByResourceGroupCustomPager) NextPageLink() *odata.Link
type ListByResourceGroupOperationResponse ¶
type ListByResourceGroupOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]ManagedCluster }
type ListClusterAdminCredentialsOperationResponse ¶
type ListClusterAdminCredentialsOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *CredentialResults }
type ListClusterUserCredentialsOperationResponse ¶
type ListClusterUserCredentialsOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *CredentialResults }
type ListCompleteResult ¶
type ListCompleteResult struct { LatestHttpResponse *http.Response Items []ManagedCluster }
type ListCustomPager ¶ added in v0.20240628.1153531
func (*ListCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ListCustomPager) NextPageLink() *odata.Link
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]ManagedCluster }
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 *resourcemanager.Client
}
func NewManagedClustersClientWithBaseURI ¶
func NewManagedClustersClientWithBaseURI(sdkApi sdkEnv.Api) (*ManagedClustersClient, error)
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) (result ListOperationResponse, err error)
List ...
func (ManagedClustersClient) ListByResourceGroup ¶
func (c ManagedClustersClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ListByResourceGroupOperationResponse, err error)
ListByResourceGroup ...
func (ManagedClustersClient) ListByResourceGroupComplete ¶
func (c ManagedClustersClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error)
ListByResourceGroupComplete retrieves all the results into a single object
func (ManagedClustersClient) ListByResourceGroupCompleteMatchingPredicate ¶
func (c ManagedClustersClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, predicate ManagedClusterOperationPredicate) (result ListByResourceGroupCompleteResult, err error)
ListByResourceGroupCompleteMatchingPredicate retrieves all the results and then applies 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 the results into a single object
func (ManagedClustersClient) ListCompleteMatchingPredicate ¶
func (c ManagedClustersClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, predicate ManagedClusterOperationPredicate) (result ListCompleteResult, err error)
ListCompleteMatchingPredicate retrieves all the results and then applies 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 TagsObject ¶
Source Files ¶
- client.go
- constants.go
- id_accessprofile.go
- method_createorupdate.go
- method_delete.go
- method_get.go
- method_getaccessprofile.go
- method_getupgradeprofile.go
- method_list.go
- method_listbyresourcegroup.go
- method_listclusteradmincredentials.go
- method_listclusterusercredentials.go
- method_resetaadprofile.go
- method_resetserviceprincipalprofile.go
- method_rotateclustercertificates.go
- method_updatetags.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