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

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

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

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.

Properties

optional
apiVersion: "discovery.k8s.io/v1"
optional
kind: "EndpointSlice"
addressType: string
endpoints: Array<Endpoint>
optional
metadata: MetaV1.ObjectMeta | null
optional
ports: Array<EndpointPort> | null