Get Istio Canonical Service Plain Args
data class GetIstioCanonicalServicePlainArgs(val canonicalService: String, val canonicalServiceNamespace: String, val meshUid: String, val project: String? = null) : ConvertibleToJava<GetIstioCanonicalServicePlainArgs>
A collection of arguments for invoking getIstioCanonicalService.
Properties
Link copied to clipboard
The name of the canonical service underlying this service. Corresponds to the destination_canonical_service_name metric label in label in Istio metrics.
Link copied to clipboard
The namespace of the canonical service underlying this service. Corresponds to the destination_canonical_service_namespace metric label in Istio metrics.