package
0.0.0-20191024030528-a481964b876e
Repository: https://github.com/divinerapier/learn-kubernetes.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

ApplyRevision returns a new StatefulSet constructed by restoring the state in revision to set.
Match check if the given StatefulSet's template matches the template stored in the given history.
NewDefaultStatefulSetControl returns a new instance of the default implementation StatefulSetControlInterface that implements the documented semantics for StatefulSets.
No description provided by the author
NewRealStatefulSetStatusUpdater returns a StatefulSetStatusUpdaterInterface that updates the Status of a StatefulSet, using the supplied client and setLister.
NewStatefulSetController creates a new statefulset controller.

# 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.
StatefulSetStatusUpdaterInterface is an interface used to update the StatefulSetStatus associated with a StatefulSet.