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

ClusterIstio

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

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.

interface ClusterIstio {
clusterName?: string;
location?: string;
serviceName?: string;
serviceNamespace?: string;
}

§Properties

§
clusterName?: string
[src]

The name of the Kubernetes cluster in which this Istio service is defined. Corresponds to the cluster_name resource label in k8s_cluster resources.

§
location?: string
[src]

The location of the Kubernetes cluster in which this Istio service is defined. Corresponds to the location resource label in k8s_cluster resources.

§
serviceName?: string
[src]

The name of the Istio service underlying this service. Corresponds to the destination_service_name metric label in Istio metrics.

§
serviceNamespace?: string
[src]

The namespace of the Istio service underlying this service. Corresponds to the destination_service_namespace metric label in Istio metrics.