NAME

IO::K8s::Api::Apps::V1::ControllerRevision - ControllerRevision implements an immutable snapshot of state data.

VERSION

version 1.001

DESCRIPTION

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.

This is a Kubernetes API object. See IO::K8s::Role::APIObject for metadata, api_version(), and kind().

data

Data is the serialized representation of the state.

revision

Revision indicates the revision of the state represented by Data.

SEE ALSO

https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.31/#controllerrevision-v1-apps

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/pplu/io-k8s-p5/issues.

IRC

Join #kubernetes on irc.perl.org or message Getty directly.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHORS

  • Torsten Raudssus <torsten@raudssus.de>

  • Jose Luis Martinez <jlmartin@cpan.org> (original author, inactive)

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018 by Jose Luis Martinez.

This is free software, licensed under:

The Apache License, Version 2.0, January 2004