ProvisionedClustersResponsePropertiesResponse

data class ProvisionedClustersResponsePropertiesResponse(val aadProfile: AADProfileResponseResponse? = null, val addonProfiles: Map<String, AddonProfilesResponse>? = null, val agentPoolProfiles: List<NamedAgentPoolProfileResponse>? = null, val cloudProviderProfile: CloudProviderProfileResponse? = null, val controlPlane: ControlPlaneProfileResponse? = null, val enableRbac: Boolean? = null, val features: ProvisionedClustersCommonPropertiesResponseFeatures? = null, val httpProxyConfig: HttpProxyConfigResponseResponse? = null, val kubernetesVersion: String? = null, val linuxProfile: LinuxProfilePropertiesResponse? = null, val networkProfile: NetworkProfileResponse? = null, val nodeResourceGroup: String? = null, val provisioningState: String, val status: ProvisionedClustersCommonPropertiesResponseStatus, val windowsProfile: WindowsProfileResponseResponse? = null)

Constructors

constructor(aadProfile: AADProfileResponseResponse? = null, addonProfiles: Map<String, AddonProfilesResponse>? = null, agentPoolProfiles: List<NamedAgentPoolProfileResponse>? = null, cloudProviderProfile: CloudProviderProfileResponse? = null, controlPlane: ControlPlaneProfileResponse? = null, enableRbac: Boolean? = null, features: ProvisionedClustersCommonPropertiesResponseFeatures? = null, httpProxyConfig: HttpProxyConfigResponseResponse? = null, kubernetesVersion: String? = null, linuxProfile: LinuxProfilePropertiesResponse? = null, networkProfile: NetworkProfileResponse? = null, nodeResourceGroup: String? = null, provisioningState: String, status: ProvisionedClustersCommonPropertiesResponseStatus, windowsProfile: WindowsProfileResponseResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

AAD profile for the provisioned cluster.

Link copied to clipboard

AddonProfiles - Profile of managed cluster add-on.

Link copied to clipboard

The agent pools of the cluster.

Link copied to clipboard

The underlying cloud infra provider properties.

Link copied to clipboard

ControlPlane - ControlPlane Configuration

Link copied to clipboard
val enableRbac: Boolean? = null

EnableRBAC - Whether to enable Kubernetes Role-Based Access Control.

Link copied to clipboard

Additional features specs like Arc Agent Onboarding.

Link copied to clipboard

HttpProxyConfig - Configurations for provisioning the cluster with HTTP proxy servers.

Link copied to clipboard

KubernetesVersion - Version of Kubernetes specified when creating the managed cluster.

Link copied to clipboard

LinuxProfile - The profile for Linux VMs in the Provisioned Cluster.

Link copied to clipboard

NetworkProfile - Profile of network configuration.

Link copied to clipboard

NodeResourceGroup - Name of the resource group containing agent pool nodes.

Link copied to clipboard
Link copied to clipboard

HybridAKSClusterStatus defines the observed state of HybridAKSCluster

Link copied to clipboard

WindowsProfile - Profile for Windows VMs in the Provisioned Cluster.