KubernetesClusterPropertiesArgs

data class KubernetesClusterPropertiesArgs(val servicePrincipal: Output<ServicePrincipalPropertiesArgs>? = null) : ConvertibleToJava<KubernetesClusterPropertiesArgs>

Kubernetes cluster specific properties

Constructors

Link copied to clipboard
constructor(servicePrincipal: Output<ServicePrincipalPropertiesArgs>? = null)

Properties

Link copied to clipboard

The Azure Service Principal used by Kubernetes

Functions

Link copied to clipboard
open override fun toJava(): KubernetesClusterPropertiesArgs