Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/kubernetes_apis/builtin/apiextensions.k8s.io@v1/structs.ts>CustomResourceSubresourceStatus

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

CustomResourceSubresourceStatus defines how to serve the status subresource for CustomResources. Status is represented by the .status JSON path inside of a CustomResource. When set, * exposes a /status subresource for the custom resource * PUT requests to the /status subresource take a custom resource object, and ignore changes to anything except the status stanza * PUT/POST/PATCH requests to the custom resource ignore changes to the status stanza