Gke Service Response
data class GkeServiceResponse(val clusterName: String, val location: String, val namespaceName: String, val project: String, val serviceName: String)
GKE Service. The "service" here represents a Kubernetes service object (https://kubernetes.io/docs/concepts/services-networking/service). The field names correspond to the resource labels on k8s_service monitored resources (https://cloud.google.com/monitoring/api/resources#tag_k8s_service).