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

RuntimeConfig

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

RuntimeConfig contains the runtime specific configurations for a deployment strategy.

interface RuntimeConfig {
cloudRun?: CloudRunConfig;
kubernetes?: KubernetesConfig;
}

§Properties

§

Cloud Run runtime configuration.

§

Kubernetes runtime configuration.