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

RolloutData

import type { RolloutData } from "https://googleapis.deno.dev/v1/versionhistory:v1.ts";

Rollout-related metadata for a release.

interface RolloutData {
rolloutName?: string;
tag?: string[];
}

§Properties

§
rolloutName?: string
[src]

The name of the rollout.

§
tag?: string[]
[src]

Tags associated with a release's role in a rollout. Most rollouts will have at least one release with a "rollout" tag and another release with a "control" tag. Some rollouts may have additional named arms.