GkeServiceResponse

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).

Constructors

Link copied to clipboard
fun GkeServiceResponse(clusterName: String, location: String, namespaceName: String, project: String, serviceName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the parent cluster.

Link copied to clipboard

The location of the parent cluster. This may be a zone or region.

Link copied to clipboard

The name of the parent namespace.

Link copied to clipboard

The project this resource lives in. For legacy services migrated from the Custom type, this may be a distinct project from the one parenting the service itself.

Link copied to clipboard

The name of this service.