Kubernetes Cluster Ingress Application Gateway
data class KubernetesClusterIngressApplicationGateway(val effectiveGatewayId: String? = null, val gatewayId: String? = null, val gatewayName: String? = null, val ingressApplicationGatewayIdentities: List<KubernetesClusterIngressApplicationGatewayIngressApplicationGatewayIdentity>? = null, val subnetCidr: String? = null, val subnetId: String? = null)
Properties
Link copied to clipboard
The ID of the Application Gateway associated with the ingress controller deployed to this Kubernetes Cluster.
Link copied to clipboard
The name of the Application Gateway to be used or created in the Nodepool Resource Group, which in turn will be integrated with the ingress controller of this Kubernetes Cluster. See this page for further details.
Link copied to clipboard
val ingressApplicationGatewayIdentities: List<KubernetesClusterIngressApplicationGatewayIngressApplicationGatewayIdentity>? = null
An ingress_application_gateway_identity
block is exported. The exported attributes are defined below.
Link copied to clipboard
The subnet CIDR to be used to create an Application Gateway, which in turn will be integrated with the ingress controller of this Kubernetes Cluster. See this page for further details.