Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KubeStatefulSetProps

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.
schema

io.k8s.api.apps.v1.StatefulSet

Hierarchy

  • KubeStatefulSetProps

Index

Properties

Properties

Optional Readonly metadata

metadata: ObjectMeta
schema

io.k8s.api.apps.v1.StatefulSet#metadata

Optional Readonly spec

Spec defines the desired identities of pods in this set.

schema

io.k8s.api.apps.v1.StatefulSet#spec

Generated using TypeDoc