⎈ k8s knowledge compiler

ControllerRevision [api_object]ai-synthesized · conf 0.82

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.

apps

A ControllerRevision is an immutable snapshot of an application's desired state.

Why it matters It provides a way to manage and track changes to an application's configuration.

Key facts - Immutable - Describes the desired state of an application

Common pitfalls - Changes to a revision are not reflected in previous revisions

Related ControllerRevisionList

Sources

swagger.jsonio.k8s.api.apps.v1.ControllerRevision

Related (4)

related_to RawExtensionreferences type conf=1
related_to ObjectMetareferences type conf=1
api_for ControllerRevisiondocuments API object conf=1
related_to ControllerRevisionListreferences type conf=1

← all API Explorer