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/structs.ts>ClaimSource

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

ClaimSource describes a reference to a ResourceClaim.

Exactly one of these fields should be set. Consumers of this type must treat an empty object as if it has an unknown value.

Properties

optional
resourceClaimName: string | null
optional
resourceClaimTemplateName: string | null