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

GoogleCloudMlV1__ContainerPort

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

Represents a network port in a single container. This message is a subset of the Kubernetes ContainerPort v1 core specification.

interface GoogleCloudMlV1__ContainerPort {
containerPort?: number;
}

§Properties

§
containerPort?: number
[src]

Number of the port to expose on the container. This must be a valid port number: 0 < PORT_NUMBER < 65536.