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;
podSelectorLabel?: string;
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.