Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document AKSClusterConfig API #247

Merged
merged 2 commits into from
Sep 6, 2023
Merged

Document AKSClusterConfig API #247

merged 2 commits into from
Sep 6, 2023

Conversation

mjura
Copy link
Contributor

@mjura mjura commented Aug 10, 2023

Issue: #238

@mjura mjura requested a review from a team as a code owner August 10, 2023 14:04
@mjura mjura mentioned this pull request Aug 11, 2023
1 task
docs/resources.md Outdated Show resolved Hide resolved
@mjura mjura force-pushed the api-docs branch 2 times, most recently from c8b87af to 3a0c85d Compare August 26, 2023 09:37
@mjura mjura merged commit 54f7e72 into rancher:master Sep 6, 2023
6 checks passed
// +optional
// +kubebuilder:default=false
Imported bool `json:"imported" norman:"noupdate"`
// Location specifies the region to create the private endpoint.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ResourceLocation

LogAnalyticsWorkspaceName *string `json:"logAnalyticsWorkspaceName" norman:"pointer"`
ManagedIdentity *bool `json:"managedIdentity" norman:"pointer"`
UserAssignedIdentity *string `json:"userAssignedIdentity" norman:"pointer"`
// Importer indicates that the cluster was imported.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Imported*

NetworkDockerBridgeCIDR *string `json:"dockerBridgeCidr" norman:"pointer"`
// NetworkPodCIDR is the network pod cidr.
NetworkPodCIDR *string `json:"podCidr" norman:"pointer"`
// NodeResourceGroupName is the name of the resource group
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NodeResourceGroup

// containing cluster IaaS resources.
// +optional
NodeResourceGroup *string `json:"nodeResourceGroup,omitempty" norman:"pointer"`
// Outbound configuration used by Nodes.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OutboundType

LinuxSSHPublicKey *string `json:"sshPublicKey,omitempty" norman:"pointer"`
// DNSPrefix is the DNS prefix to use with hosted Kubernetes API server FQDN.
DNSPrefix *string `json:"dnsPrefix,omitempty" norman:"pointer"`
// Version defines the desired Kubernetes version.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

KubernetesVersion

NodeTaints *[]string `json:"nodeTaints,omitempty"`
// Name is the name of the node pool.
Name *string `json:"name,omitempty" norman:"pointer"`
// NodeCount is the number of nodes in the node pool.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Count

@cpinjani
Copy link
Contributor

Can we backport to release-v2.8 please, it would unblock QA validation for #238

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants