package
1.6.0-alpha.2
Repository: https://github.com/brahmaroutu/kubernetes.git
Documentation: pkg.go.dev
# Functions
NewDefaultStatefulSetControl returns a new instance of the default implementation StatefulSetControlInterface that implements the documented semantics for StatefulSets.
No description provided by the author
NewStatefulSetController creates a new statefulset controller.
# Constants
Time to sleep before polling to see if the pod cache has synced.
# Structs
StatefulSetController controls statefulsets.
# Interfaces
StatefulPodControlInterface defines the interface that StatefulSetController uses to create, update, and delete Pods, and to update the Status of a StatefulSet.
StatefulSetControl implements the control logic for updating StatefulSets and their children Pods.