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

x/kubernetes_apis/builtin/apiregistration.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/apiregistration.k8s.io@v1/mod.ts";

Interfaces

APIService represents a server for a particular GroupVersion. Name must be "version.group".

APIServiceCondition describes the state of an APIService at a particular point

APIServiceList is a list of APIService objects.

APIServiceSpec contains information for locating and communicating with a server. Only https is supported, though you are able to disable certificate verification.

APIServiceStatus contains derived information about an API server

ServiceReference holds a reference to Service.legacy.k8s.io