Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // kubernetes KindSts = appsv1.SchemeGroupVersion.WithKind("StatefulSet") // kruise KruiseKindSts = appsv1beta1.SchemeGroupVersion.WithKind("StatefulSet") KruiseKindPps = appsv1alpha1.SchemeGroupVersion.WithKind("PersistentPodState") // AutoGeneratePersistentPodStatePrefix auto generate PersistentPodState crd AutoGeneratePersistentPodStatePrefix = "generate#" )
Functions ¶
Types ¶
type ReconcilePersistentPodState ¶
ReconcilePersistentPodState reconciles a PersistentPodState object
func (*ReconcilePersistentPodState) Reconcile ¶
func (r *ReconcilePersistentPodState) Reconcile(_ context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile reads that state of the cluster for a PersistentPodState object and makes changes based on the state read and what is in the PersistentPodState.Spec
Click to show internal directories.
Click to hide internal directories.