Cluster Istio Args
data class ClusterIstioArgs(val clusterName: Output<String>? = null, val location: Output<String>? = null, val serviceName: Output<String>? = null, val serviceNamespace: Output<String>? = null) : ConvertibleToJava<ClusterIstioArgs>
Istio service scoped to a single Kubernetes cluster. Learn more at https://istio.io. Clusters running OSS Istio will have their services ingested as this type.
Constructors
Link copied to clipboard
fun ClusterIstioArgs(clusterName: Output<String>? = null, location: Output<String>? = null, serviceName: Output<String>? = null, serviceNamespace: Output<String>? = null)