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

ServiceNetworking

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

Information about the Kubernetes Service networking configuration.

interface ServiceNetworking {
deployment?: string;
disablePodOverprovisioning?: boolean;
service?: string;
}

§Properties

§
deployment?: string
[src]

Required. Name of the Kubernetes Deployment whose traffic is managed by the specified Service.

§
disablePodOverprovisioning?: boolean
[src]

Optional. Whether to disable Pod overprovisioning. If Pod overprovisioning is disabled then Cloud Deploy will limit the number of total Pods used for the deployment strategy to the number of Pods the Deployment has on the cluster.

§
service?: string
[src]

Required. Name of the Kubernetes Service.