import { type EndpointSlice } from "https://deno.land/x/kubernetes_apis@v0.3.2/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
endpoints: Array<Endpoint>
optional
ports: Array<EndpointPort> | null