Cluster Istio Response
data class ClusterIstioResponse(val clusterName: String, val location: String, val serviceName: String, val serviceNamespace: String)
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 ClusterIstioResponse(clusterName: String, location: String, serviceName: String, serviceNamespace: String)