Get Mesh Istio Service Plain Args
data class GetMeshIstioServicePlainArgs(val meshUid: String, val project: String? = null, val serviceName: String, val serviceNamespace: String) : ConvertibleToJava<GetMeshIstioServicePlainArgs>
A collection of arguments for invoking getMeshIstioService.
Properties
Link copied to clipboard
The name of the Istio service underlying this service. Corresponds to the destination_service_name metric label in Istio metrics.
Link copied to clipboard
The namespace of the Istio service underlying this service. Corresponds to the destination_service_namespace metric label in Istio metrics.