Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/kubernetes_apis/builtin/core@v1/mod.ts>Binding

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
interface Binding
import { type Binding } from "https://deno.land/x/kubernetes_apis@v0.5.0/builtin/core@v1/mod.ts";

Binding ties one object to another; for example, a pod is bound to a node by a scheduler. Deprecated in 1.7, please use the bindings subresource of pods instead.

Properties

optional
apiVersion: "v1"
optional
kind: "Binding"
optional
metadata: MetaV1.ObjectMeta | null