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

x/kubernetes_apis/builtin/apps@v1/mod.ts>ControllerRevision

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

ControllerRevision implements an immutable snapshot of state data. Clients are responsible for serializing and deserializing the objects that contain their internal state. Once a ControllerRevision has been successfully created, it can not be updated. The API Server will fail validation of all requests that attempt to mutate the Data field. ControllerRevisions may, however, be deleted. Note that, due to its use by both the DaemonSet and StatefulSet controllers for update and rollback, this object is beta. However, it may be subject to name and representation changes in future releases, and clients should not depend on its stability. It is primarily for internal use by controllers.

Properties

optional
apiVersion: "apps/v1"
optional
kind: "ControllerRevision"
optional
data: c.JSONValue | null
optional
metadata: MetaV1.ObjectMeta | null
revision: number