Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/kubernetes_apis/builtin/discovery.k8s.io@v1/mod.ts

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
import * as kubernetesApis from "https://deno.land/x/kubernetes_apis@v0.5.1/builtin/discovery.k8s.io@v1/mod.ts";

Interfaces

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

EndpointConditions represents the current condition of an endpoint.

EndpointHints provides hints describing how an endpoint should be consumed.

EndpointPort represents a Port used by an EndpointSlice

EndpointSlice represents a subset of the endpoints that implement a service. For a given service there may be multiple EndpointSlice objects, selected by labels, which must be joined to produce the full set of endpoints.

EndpointSliceList represents a list of endpoint slices

ForZone provides information about which zones should consume this endpoint.