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

GkeWorkload

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

A GKE Workload (Deployment, StatefulSet, etc). The field names correspond to the metadata labels on monitored resources that fall under a workload (for example, k8s_container or k8s_pod).

interface GkeWorkload {
clusterName?: string;
location?: string;
namespaceName?: string;
readonly projectId?: string;
topLevelControllerName?: string;
topLevelControllerType?: 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.

§
topLevelControllerName?: string
[src]

The name of this workload.

§
topLevelControllerType?: string
[src]

The type of this workload (for example, "Deployment" or "DaemonSet")