Documentation ¶
Index ¶
- func PossibleValuesForAccess() []string
- func PossibleValuesForAddonFeatures() []string
- func PossibleValuesForClusterState() []string
- func PossibleValuesForClusterUpgradeCadence() []string
- func PossibleValuesForClusterUpgradeMode() []string
- func PossibleValuesForDirection() []string
- func PossibleValuesForManagedResourceProvisioningState() []string
- func PossibleValuesForNsgProtocol() []string
- func PossibleValuesForPrivateEndpointNetworkPolicies() []string
- func PossibleValuesForPrivateLinkServiceNetworkPolicies() []string
- func PossibleValuesForProbeProtocol() []string
- func PossibleValuesForProtocol() []string
- func PossibleValuesForSkuName() []string
- func ValidateManagedClusterID(input interface{}, key string) (warnings []string, errors []error)
- type Access
- type AddonFeatures
- type ApplicationTypeVersionsCleanupPolicy
- type AzureActiveDirectory
- type ClientCertificate
- type ClusterState
- type ClusterUpgradeCadence
- type ClusterUpgradeMode
- type CreateOrUpdateOperationResponse
- type DeleteOperationResponse
- type Direction
- type GetOperationResponse
- type IPTag
- type ListByResourceGroupCompleteResult
- type ListByResourceGroupCustomPager
- type ListByResourceGroupOperationResponse
- type ListBySubscriptionCompleteResult
- type ListBySubscriptionCustomPager
- type ListBySubscriptionOperationResponse
- type LoadBalancingRule
- type ManagedCluster
- type ManagedClusterClient
- func (c ManagedClusterClient) CreateOrUpdate(ctx context.Context, id ManagedClusterId, input ManagedCluster) (result CreateOrUpdateOperationResponse, err error)
- func (c ManagedClusterClient) CreateOrUpdateThenPoll(ctx context.Context, id ManagedClusterId, input ManagedCluster) error
- func (c ManagedClusterClient) Delete(ctx context.Context, id ManagedClusterId) (result DeleteOperationResponse, err error)
- func (c ManagedClusterClient) DeleteThenPoll(ctx context.Context, id ManagedClusterId) error
- func (c ManagedClusterClient) Get(ctx context.Context, id ManagedClusterId) (result GetOperationResponse, err error)
- func (c ManagedClusterClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ListByResourceGroupOperationResponse, err error)
- func (c ManagedClusterClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error)
- func (c ManagedClusterClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListByResourceGroupCompleteResult, err error)
- func (c ManagedClusterClient) ListBySubscription(ctx context.Context, id commonids.SubscriptionId) (result ListBySubscriptionOperationResponse, err error)
- func (c ManagedClusterClient) ListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (ListBySubscriptionCompleteResult, error)
- func (c ManagedClusterClient) ListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListBySubscriptionCompleteResult, err error)
- func (c ManagedClusterClient) Update(ctx context.Context, id ManagedClusterId, input ManagedClusterUpdateParameters) (result UpdateOperationResponse, err error)
- type ManagedClusterId
- type ManagedClusterOperationPredicate
- type ManagedClusterProperties
- type ManagedClusterUpdateParameters
- type ManagedResourceProvisioningState
- type NetworkSecurityRule
- type NsgProtocol
- type PrivateEndpointNetworkPolicies
- type PrivateLinkServiceNetworkPolicies
- type ProbeProtocol
- type Protocol
- type ServiceEndpoint
- type SettingsParameterDescription
- type SettingsSectionDescription
- type Sku
- type SkuName
- type Subnet
- type SystemData
- type UpdateOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForAccess ¶
func PossibleValuesForAccess() []string
func PossibleValuesForAddonFeatures ¶
func PossibleValuesForAddonFeatures() []string
func PossibleValuesForClusterState ¶
func PossibleValuesForClusterState() []string
func PossibleValuesForClusterUpgradeCadence ¶
func PossibleValuesForClusterUpgradeCadence() []string
func PossibleValuesForClusterUpgradeMode ¶
func PossibleValuesForClusterUpgradeMode() []string
func PossibleValuesForDirection ¶
func PossibleValuesForDirection() []string
func PossibleValuesForManagedResourceProvisioningState ¶
func PossibleValuesForManagedResourceProvisioningState() []string
func PossibleValuesForNsgProtocol ¶
func PossibleValuesForNsgProtocol() []string
func PossibleValuesForPrivateEndpointNetworkPolicies ¶
func PossibleValuesForPrivateEndpointNetworkPolicies() []string
func PossibleValuesForPrivateLinkServiceNetworkPolicies ¶
func PossibleValuesForPrivateLinkServiceNetworkPolicies() []string
func PossibleValuesForProbeProtocol ¶
func PossibleValuesForProbeProtocol() []string
func PossibleValuesForProtocol ¶
func PossibleValuesForProtocol() []string
func PossibleValuesForSkuName ¶
func PossibleValuesForSkuName() []string
func ValidateManagedClusterID ¶
ValidateManagedClusterID checks that 'input' can be parsed as a Managed Cluster ID
Types ¶
type AddonFeatures ¶
type AddonFeatures string
const ( AddonFeaturesBackupRestoreService AddonFeatures = "BackupRestoreService" AddonFeaturesDnsService AddonFeatures = "DnsService" AddonFeaturesResourceMonitorService AddonFeatures = "ResourceMonitorService" )
func (*AddonFeatures) UnmarshalJSON ¶ added in v0.20240126.1105227
func (s *AddonFeatures) UnmarshalJSON(bytes []byte) error
type ApplicationTypeVersionsCleanupPolicy ¶
type ApplicationTypeVersionsCleanupPolicy struct {
MaxUnusedVersionsToKeep int64 `json:"maxUnusedVersionsToKeep"`
}
type AzureActiveDirectory ¶
type ClientCertificate ¶
type ClusterState ¶
type ClusterState string
const ( ClusterStateBaselineUpgrade ClusterState = "BaselineUpgrade" ClusterStateDeploying ClusterState = "Deploying" ClusterStateReady ClusterState = "Ready" ClusterStateUpgradeFailed ClusterState = "UpgradeFailed" ClusterStateUpgrading ClusterState = "Upgrading" ClusterStateWaitingForNodes ClusterState = "WaitingForNodes" )
func (*ClusterState) UnmarshalJSON ¶ added in v0.20240126.1105227
func (s *ClusterState) UnmarshalJSON(bytes []byte) error
type ClusterUpgradeCadence ¶
type ClusterUpgradeCadence string
const ( ClusterUpgradeCadenceWaveOne ClusterUpgradeCadence = "Wave1" ClusterUpgradeCadenceWaveTwo ClusterUpgradeCadence = "Wave2" ClusterUpgradeCadenceWaveZero ClusterUpgradeCadence = "Wave0" )
func (*ClusterUpgradeCadence) UnmarshalJSON ¶ added in v0.20240126.1105227
func (s *ClusterUpgradeCadence) UnmarshalJSON(bytes []byte) error
type ClusterUpgradeMode ¶
type ClusterUpgradeMode string
const ( ClusterUpgradeModeAutomatic ClusterUpgradeMode = "Automatic" ClusterUpgradeModeManual ClusterUpgradeMode = "Manual" )
func (*ClusterUpgradeMode) UnmarshalJSON ¶ added in v0.20240126.1105227
func (s *ClusterUpgradeMode) UnmarshalJSON(bytes []byte) error
type DeleteOperationResponse ¶
type Direction ¶
type Direction string
func (*Direction) UnmarshalJSON ¶ added in v0.20240126.1105227
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ManagedCluster }
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 ListBySubscriptionCompleteResult ¶
type ListBySubscriptionCompleteResult struct { LatestHttpResponse *http.Response Items []ManagedCluster }
type ListBySubscriptionCustomPager ¶ added in v0.20240628.1153531
func (*ListBySubscriptionCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ListBySubscriptionCustomPager) NextPageLink() *odata.Link
type ListBySubscriptionOperationResponse ¶
type ListBySubscriptionOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]ManagedCluster }
type LoadBalancingRule ¶
type LoadBalancingRule struct { BackendPort int64 `json:"backendPort"` FrontendPort int64 `json:"frontendPort"` LoadDistribution *string `json:"loadDistribution,omitempty"` ProbePort *int64 `json:"probePort,omitempty"` ProbeProtocol ProbeProtocol `json:"probeProtocol"` ProbeRequestPath *string `json:"probeRequestPath,omitempty"` Protocol Protocol `json:"protocol"` }
type ManagedCluster ¶
type ManagedCluster struct { Etag *string `json:"etag,omitempty"` Id *string `json:"id,omitempty"` Location string `json:"location"` Name *string `json:"name,omitempty"` Properties *ManagedClusterProperties `json:"properties,omitempty"` Sku *Sku `json:"sku,omitempty"` SystemData *SystemData `json:"systemData,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type ManagedClusterClient ¶
type ManagedClusterClient struct {
Client *resourcemanager.Client
}
func NewManagedClusterClientWithBaseURI ¶
func NewManagedClusterClientWithBaseURI(sdkApi sdkEnv.Api) (*ManagedClusterClient, error)
func (ManagedClusterClient) CreateOrUpdate ¶
func (c ManagedClusterClient) CreateOrUpdate(ctx context.Context, id ManagedClusterId, input ManagedCluster) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (ManagedClusterClient) CreateOrUpdateThenPoll ¶
func (c ManagedClusterClient) CreateOrUpdateThenPoll(ctx context.Context, id ManagedClusterId, input ManagedCluster) error
CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed
func (ManagedClusterClient) Delete ¶
func (c ManagedClusterClient) Delete(ctx context.Context, id ManagedClusterId) (result DeleteOperationResponse, err error)
Delete ...
func (ManagedClusterClient) DeleteThenPoll ¶
func (c ManagedClusterClient) DeleteThenPoll(ctx context.Context, id ManagedClusterId) error
DeleteThenPoll performs Delete then polls until it's completed
func (ManagedClusterClient) Get ¶
func (c ManagedClusterClient) Get(ctx context.Context, id ManagedClusterId) (result GetOperationResponse, err error)
Get ...
func (ManagedClusterClient) ListByResourceGroup ¶
func (c ManagedClusterClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ListByResourceGroupOperationResponse, err error)
ListByResourceGroup ...
func (ManagedClusterClient) ListByResourceGroupComplete ¶
func (c ManagedClusterClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error)
ListByResourceGroupComplete retrieves all the results into a single object
func (ManagedClusterClient) ListByResourceGroupCompleteMatchingPredicate ¶
func (c ManagedClusterClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, predicate ManagedClusterOperationPredicate) (result ListByResourceGroupCompleteResult, err error)
ListByResourceGroupCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (ManagedClusterClient) ListBySubscription ¶
func (c ManagedClusterClient) ListBySubscription(ctx context.Context, id commonids.SubscriptionId) (result ListBySubscriptionOperationResponse, err error)
ListBySubscription ...
func (ManagedClusterClient) ListBySubscriptionComplete ¶
func (c ManagedClusterClient) ListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (ListBySubscriptionCompleteResult, error)
ListBySubscriptionComplete retrieves all the results into a single object
func (ManagedClusterClient) ListBySubscriptionCompleteMatchingPredicate ¶
func (c ManagedClusterClient) ListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, predicate ManagedClusterOperationPredicate) (result ListBySubscriptionCompleteResult, err error)
ListBySubscriptionCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (ManagedClusterClient) Update ¶
func (c ManagedClusterClient) Update(ctx context.Context, id ManagedClusterId, input ManagedClusterUpdateParameters) (result UpdateOperationResponse, err error)
Update ...
type ManagedClusterId ¶
type ManagedClusterId struct { SubscriptionId string ResourceGroupName string ManagedClusterName string }
ManagedClusterId is a struct representing the Resource ID for a Managed Cluster
func NewManagedClusterID ¶
func NewManagedClusterID(subscriptionId string, resourceGroupName string, managedClusterName string) ManagedClusterId
NewManagedClusterID returns a new ManagedClusterId struct
func ParseManagedClusterID ¶
func ParseManagedClusterID(input string) (*ManagedClusterId, error)
ParseManagedClusterID parses 'input' into a ManagedClusterId
func ParseManagedClusterIDInsensitively ¶
func ParseManagedClusterIDInsensitively(input string) (*ManagedClusterId, error)
ParseManagedClusterIDInsensitively parses 'input' case-insensitively into a ManagedClusterId note: this method should only be used for API response data and not user input
func (*ManagedClusterId) FromParseResult ¶
func (id *ManagedClusterId) FromParseResult(input resourceids.ParseResult) error
func (ManagedClusterId) ID ¶
func (id ManagedClusterId) ID() string
ID returns the formatted Managed Cluster ID
func (ManagedClusterId) Segments ¶
func (id ManagedClusterId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Managed Cluster ID
func (ManagedClusterId) String ¶
func (id ManagedClusterId) String() string
String returns a human-readable description of this Managed Cluster ID
type ManagedClusterOperationPredicate ¶
type ManagedClusterOperationPredicate struct { Etag *string Id *string Location *string Name *string Type *string }
func (ManagedClusterOperationPredicate) Matches ¶
func (p ManagedClusterOperationPredicate) Matches(input ManagedCluster) bool
type ManagedClusterProperties ¶
type ManagedClusterProperties struct { AddonFeatures *[]AddonFeatures `json:"addonFeatures,omitempty"` AdminPassword *string `json:"adminPassword,omitempty"` AdminUserName string `json:"adminUserName"` AllowRdpAccess *bool `json:"allowRdpAccess,omitempty"` ApplicationTypeVersionsCleanupPolicy *ApplicationTypeVersionsCleanupPolicy `json:"applicationTypeVersionsCleanupPolicy,omitempty"` AuxiliarySubnets *[]Subnet `json:"auxiliarySubnets,omitempty"` AzureActiveDirectory *AzureActiveDirectory `json:"azureActiveDirectory,omitempty"` ClientConnectionPort *int64 `json:"clientConnectionPort,omitempty"` Clients *[]ClientCertificate `json:"clients,omitempty"` ClusterCertificateThumbprints *[]string `json:"clusterCertificateThumbprints,omitempty"` ClusterCodeVersion *string `json:"clusterCodeVersion,omitempty"` ClusterId *string `json:"clusterId,omitempty"` ClusterState *ClusterState `json:"clusterState,omitempty"` ClusterUpgradeCadence *ClusterUpgradeCadence `json:"clusterUpgradeCadence,omitempty"` ClusterUpgradeMode *ClusterUpgradeMode `json:"clusterUpgradeMode,omitempty"` DnsName string `json:"dnsName"` EnableAutoOSUpgrade *bool `json:"enableAutoOSUpgrade,omitempty"` EnableIPv6 *bool `json:"enableIpv6,omitempty"` EnableServicePublicIP *bool `json:"enableServicePublicIP,omitempty"` FabricSettings *[]SettingsSectionDescription `json:"fabricSettings,omitempty"` Fqdn *string `json:"fqdn,omitempty"` HTTPGatewayConnectionPort *int64 `json:"httpGatewayConnectionPort,omitempty"` IPTags *[]IPTag `json:"ipTags,omitempty"` IPv4Address *string `json:"ipv4Address,omitempty"` IPv6Address *string `json:"ipv6Address,omitempty"` LoadBalancingRules *[]LoadBalancingRule `json:"loadBalancingRules,omitempty"` NetworkSecurityRules *[]NetworkSecurityRule `json:"networkSecurityRules,omitempty"` ProvisioningState *ManagedResourceProvisioningState `json:"provisioningState,omitempty"` ServiceEndpoints *[]ServiceEndpoint `json:"serviceEndpoints,omitempty"` SubnetId *string `json:"subnetId,omitempty"` ZonalResiliency *bool `json:"zonalResiliency,omitempty"` }
type ManagedResourceProvisioningState ¶
type ManagedResourceProvisioningState string
const ( ManagedResourceProvisioningStateCanceled ManagedResourceProvisioningState = "Canceled" ManagedResourceProvisioningStateCreated ManagedResourceProvisioningState = "Created" ManagedResourceProvisioningStateCreating ManagedResourceProvisioningState = "Creating" ManagedResourceProvisioningStateDeleted ManagedResourceProvisioningState = "Deleted" ManagedResourceProvisioningStateDeleting ManagedResourceProvisioningState = "Deleting" ManagedResourceProvisioningStateFailed ManagedResourceProvisioningState = "Failed" ManagedResourceProvisioningStateNone ManagedResourceProvisioningState = "None" ManagedResourceProvisioningStateOther ManagedResourceProvisioningState = "Other" ManagedResourceProvisioningStateSucceeded ManagedResourceProvisioningState = "Succeeded" ManagedResourceProvisioningStateUpdating ManagedResourceProvisioningState = "Updating" )
func (*ManagedResourceProvisioningState) UnmarshalJSON ¶ added in v0.20240126.1105227
func (s *ManagedResourceProvisioningState) UnmarshalJSON(bytes []byte) error
type NetworkSecurityRule ¶
type NetworkSecurityRule struct { Access Access `json:"access"` Description *string `json:"description,omitempty"` DestinationAddressPrefix *string `json:"destinationAddressPrefix,omitempty"` DestinationAddressPrefixes *[]string `json:"destinationAddressPrefixes,omitempty"` DestinationPortRange *string `json:"destinationPortRange,omitempty"` DestinationPortRanges *[]string `json:"destinationPortRanges,omitempty"` Direction Direction `json:"direction"` Name string `json:"name"` Priority int64 `json:"priority"` Protocol NsgProtocol `json:"protocol"` SourceAddressPrefix *string `json:"sourceAddressPrefix,omitempty"` SourceAddressPrefixes *[]string `json:"sourceAddressPrefixes,omitempty"` SourcePortRange *string `json:"sourcePortRange,omitempty"` SourcePortRanges *[]string `json:"sourcePortRanges,omitempty"` }
type NsgProtocol ¶
type NsgProtocol string
const ( NsgProtocolAh NsgProtocol = "ah" NsgProtocolEsp NsgProtocol = "esp" NsgProtocolHTTP NsgProtocol = "http" NsgProtocolHTTPS NsgProtocol = "https" NsgProtocolIcmp NsgProtocol = "icmp" NsgProtocolTcp NsgProtocol = "tcp" NsgProtocolUdp NsgProtocol = "udp" )
func (*NsgProtocol) UnmarshalJSON ¶ added in v0.20240126.1105227
func (s *NsgProtocol) UnmarshalJSON(bytes []byte) error
type PrivateEndpointNetworkPolicies ¶
type PrivateEndpointNetworkPolicies string
const ( PrivateEndpointNetworkPoliciesDisabled PrivateEndpointNetworkPolicies = "disabled" PrivateEndpointNetworkPoliciesEnabled PrivateEndpointNetworkPolicies = "enabled" )
func (*PrivateEndpointNetworkPolicies) UnmarshalJSON ¶ added in v0.20240126.1105227
func (s *PrivateEndpointNetworkPolicies) UnmarshalJSON(bytes []byte) error
type PrivateLinkServiceNetworkPolicies ¶
type PrivateLinkServiceNetworkPolicies string
const ( PrivateLinkServiceNetworkPoliciesDisabled PrivateLinkServiceNetworkPolicies = "disabled" PrivateLinkServiceNetworkPoliciesEnabled PrivateLinkServiceNetworkPolicies = "enabled" )
func (*PrivateLinkServiceNetworkPolicies) UnmarshalJSON ¶ added in v0.20240126.1105227
func (s *PrivateLinkServiceNetworkPolicies) UnmarshalJSON(bytes []byte) error
type ProbeProtocol ¶
type ProbeProtocol string
const ( ProbeProtocolHTTP ProbeProtocol = "http" ProbeProtocolHTTPS ProbeProtocol = "https" ProbeProtocolTcp ProbeProtocol = "tcp" )
func (*ProbeProtocol) UnmarshalJSON ¶ added in v0.20240126.1105227
func (s *ProbeProtocol) UnmarshalJSON(bytes []byte) error
type ServiceEndpoint ¶
type SettingsSectionDescription ¶
type SettingsSectionDescription struct { Name string `json:"name"` Parameters []SettingsParameterDescription `json:"parameters"` }
type Subnet ¶
type Subnet struct { EnableIPv6 *bool `json:"enableIpv6,omitempty"` Name string `json:"name"` NetworkSecurityGroupId *string `json:"networkSecurityGroupId,omitempty"` PrivateEndpointNetworkPolicies *PrivateEndpointNetworkPolicies `json:"privateEndpointNetworkPolicies,omitempty"` PrivateLinkServiceNetworkPolicies *PrivateLinkServiceNetworkPolicies `json:"privateLinkServiceNetworkPolicies,omitempty"` }
type SystemData ¶
type SystemData struct { CreatedAt *string `json:"createdAt,omitempty"` CreatedBy *string `json:"createdBy,omitempty"` CreatedByType *string `json:"createdByType,omitempty"` LastModifiedAt *string `json:"lastModifiedAt,omitempty"` LastModifiedBy *string `json:"lastModifiedBy,omitempty"` LastModifiedByType *string `json:"lastModifiedByType,omitempty"` }
func (*SystemData) GetCreatedAtAsTime ¶
func (o *SystemData) GetCreatedAtAsTime() (*time.Time, error)
func (*SystemData) GetLastModifiedAtAsTime ¶
func (o *SystemData) GetLastModifiedAtAsTime() (*time.Time, error)
func (*SystemData) SetCreatedAtAsTime ¶
func (o *SystemData) SetCreatedAtAsTime(input time.Time)
func (*SystemData) SetLastModifiedAtAsTime ¶
func (o *SystemData) SetLastModifiedAtAsTime(input time.Time)
type UpdateOperationResponse ¶
type UpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ManagedCluster }
Source Files ¶
- client.go
- constants.go
- id_managedcluster.go
- method_createorupdate.go
- method_delete.go
- method_get.go
- method_listbyresourcegroup.go
- method_listbysubscription.go
- method_update.go
- model_applicationtypeversionscleanuppolicy.go
- model_azureactivedirectory.go
- model_clientcertificate.go
- model_iptag.go
- model_loadbalancingrule.go
- model_managedcluster.go
- model_managedclusterproperties.go
- model_managedclusterupdateparameters.go
- model_networksecurityrule.go
- model_serviceendpoint.go
- model_settingsparameterdescription.go
- model_settingssectiondescription.go
- model_sku.go
- model_subnet.go
- model_systemdata.go
- predicates.go
- version.go