Mesh Istio Args
data class MeshIstioArgs(val meshUid: Output<String>? = null, val serviceName: Output<String>? = null, val serviceNamespace: Output<String>? = null) : ConvertibleToJava<MeshIstioArgs>
Istio service scoped to an Istio mesh. Anthos clusters running ASM < 1.6.8 will have their services ingested as this type.
Constructors
Link copied to clipboard
fun MeshIstioArgs(meshUid: Output<String>? = null, serviceName: Output<String>? = null, serviceNamespace: Output<String>? = null)