Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetExpectedRevision ¶
func SetExpectedRevision(sts *appsv1.StatefulSet, podRevision map[string]string) bool
Types ¶
type ExpectedRevision ¶
type ExpectedRevision struct { UpdateRevision string `json:"updateRevision"` PodRevision map[string]string `json:"podRevision"` }
func GetExpectedRevision ¶
func GetExpectedRevision(sts *appsv1.StatefulSet) *ExpectedRevision
type RolloutReconciler ¶
func (*RolloutReconciler) SetupWithManager ¶
func (r *RolloutReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.