Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FeatureReconciler ¶
FeatureReconciler reconciles a Feature object
func (*FeatureReconciler) Reconcile ¶
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.13.1/pkg/reconcile
func (*FeatureReconciler) SetupWithManager ¶
func (r *FeatureReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type Status ¶ added in v0.0.31
type Status struct { Replicas int32 `json:"replicas,omitempty"` ReadyReplicas int32 `json:"readyReplicas,omitempty"` CurrentReplicas int32 `json:"currentReplicas,omitempty"` UpdatedReplicas int32 `json:"updatedReplicas,omitempty"` Conditions []metav1.Condition `json:"conditions,omitempty"` AvailableReplicas int32 `json:"availableReplicas,omitempty"` }
Click to show internal directories.
Click to hide internal directories.