Istio Canonical Service Response
data class IstioCanonicalServiceResponse(val canonicalService: String, val canonicalServiceNamespace: String, val meshUid: String)
Canonical 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 IstioCanonicalServiceResponse(canonicalService: String, canonicalServiceNamespace: String, meshUid: String)