ToolVersions
import type { ToolVersions } from "https://googleapis.deno.dev/v1/clouddeploy:v1.ts";Details of ToolVersions for the release.
interface ToolVersions {
docker?: string;
helm?: string;
kpt?: string;
kubectl?: string;
kustomize?: string;
skaffold?: string;
}