NAME

IO::K8s::Api::Apps::V1::StatefulSet - StatefulSet represents a set of pods with consistent identities.

VERSION

version 1.000

DESCRIPTION

StatefulSet represents a set of pods with consistent identities. Identities are defined as: Network: A single stable DNS and hostname. Storage: As many VolumeClaims as requested. The StatefulSet guarantees that a given network identity will always map to the same storage identity.

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

spec

Spec defines the desired identities of pods in this set.

status

Status is the current status of Pods in this StatefulSet. This data may be out of date by some window of time.

SEE ALSO

https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.31/#statefulset-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 <jlmartinez@capside.com> (original author, inactive)

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018 by CAPSiDE.

This is free software, licensed under:

The Apache License, Version 2.0, January 2004