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

GoogleCloudRunV2TrafficTargetStatus

import type { GoogleCloudRunV2TrafficTargetStatus } from "https://googleapis.deno.dev/v1/run:v2.ts";

Represents the observed state of a single TrafficTarget entry.

interface GoogleCloudRunV2TrafficTargetStatus {
percent?: number;
revision?: string;
tag?: string;
type?: "TRAFFIC_TARGET_ALLOCATION_TYPE_UNSPECIFIED" | "TRAFFIC_TARGET_ALLOCATION_TYPE_LATEST" | "TRAFFIC_TARGET_ALLOCATION_TYPE_REVISION";
uri?: string;
}

§Properties

§
percent?: number
[src]

Specifies percent of the traffic to this Revision.

§
revision?: string
[src]

Revision to which this traffic is sent.

§
tag?: string
[src]

Indicates the string used in the URI to exclusively reference this target.

§
type?: "TRAFFIC_TARGET_ALLOCATION_TYPE_UNSPECIFIED" | "TRAFFIC_TARGET_ALLOCATION_TYPE_LATEST" | "TRAFFIC_TARGET_ALLOCATION_TYPE_REVISION"
[src]

The allocation type for this traffic target.

§
uri?: string
[src]

Displays the target URI.