# Packages
No description provided by the author
Package install installs the apps API group, making it available as an option to all of the API encoding/decoding machinery.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
GroupName is the group name use in this package.
OnDeleteStatefulSetStrategyType triggers the legacy behavior.
OrderedReadyPodManagement will create pods in strictly increasing order on scale up and strictly decreasing order on scale down, progressing only when the previous pod is ready or terminated.
ParallelPodManagement will create and delete pods as soon as the stateful set replica count is changed, and will not wait for pods to be ready or complete termination.
RollingUpdateStatefulSetStrategyType indicates that update will be applied to all Pods in the StatefulSet with respect to the StatefulSet ordering constraints.
# Variables
No description provided by the author
No description provided by the author
SchemeGroupVersion is group version used to register these objects.
# Structs
ControllerRevision implements an immutable snapshot of state data.
ControllerRevisionList is a resource containing a list of ControllerRevision objects.
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
StatefulSet represents a set of pods with consistent identities.
StatefulSetCondition describes the state of a statefulset at a certain point.
StatefulSetList is a collection of StatefulSets.
A StatefulSetSpec is the specification of a StatefulSet.
StatefulSetStatus represents the current state of a StatefulSet.
StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates.
# Type aliases
PodManagementPolicyType defines the policy for creating pods under a stateful set.
No description provided by the author
StatefulSetUpdateStrategyType is a string enumeration type that enumerates all possible update strategies for the StatefulSet controller.