Get Kubernetes Cluster Ingress Application Gateway
data class GetKubernetesClusterIngressApplicationGateway(val effectiveGatewayId: String, val gatewayId: String, val gatewayName: String, val ingressApplicationGatewayIdentities: List<GetKubernetesClusterIngressApplicationGatewayIngressApplicationGatewayIdentity>, val subnetCidr: String, val subnetId: String)
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
Link copied to clipboard
val ingressApplicationGatewayIdentities: List<GetKubernetesClusterIngressApplicationGatewayIngressApplicationGatewayIdentity>
An ingress_application_gateway_identity
block as defined below.
Link copied to clipboard
The subnet CIDR used to create an Application Gateway, which in turn will be integrated with the ingress controller of this Kubernetes Cluster. This attribute is only set when subnet_cidr
is specified when configuring the ingress_application_gateway
addon.
Link copied to clipboard