src/gen/models/V1StatefulSet

On This Page
V1StatefulSet

V1StatefulSet

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.
class V1StatefulSet 
Start typing to search the documentation Press ESC to close