Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GkeService

import type { GkeService } from "https://googleapis.deno.dev/v1/monitoring:v3.ts";

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

interface GkeService {
clusterName?: string;
location?: string;
namespaceName?: string;
readonly projectId?: string;
serviceName?: string;
}

§Properties

§
clusterName?: string
[src]

The name of the parent cluster.

§
location?: string
[src]

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

§
namespaceName?: string
[src]

The name of the parent namespace.

§
readonly projectId?: string
[src]

Output only. 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.

§
serviceName?: string
[src]

The name of this service.