Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/kubernetes_apis/builtin/discovery.k8s.io@v1/structs.ts>Endpoint

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
interface Endpoint
import { type Endpoint } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/discovery.k8s.io@v1/structs.ts";

Endpoint represents a single logical "backend" implementing a service.

Properties

addresses: Array<string>
optional
conditions: EndpointConditions | null
optional
deprecatedTopology: Record<string, string> | null
optional
hints: EndpointHints | null
optional
hostname: string | null
optional
nodeName: string | null
optional
targetRef: CoreV1.ObjectReference | null
optional
zone: string | null