Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClusterClaimReconciler ¶ added in v0.0.50
type ClusterClaimReconciler struct {
// contains filtered or unexported fields
}
func NewClusterClaimReconciler ¶ added in v0.0.50
func NewClusterClaimReconciler(kc client.Client) *ClusterClaimReconciler
func (*ClusterClaimReconciler) SetupWithManager ¶ added in v0.0.50
func (r *ClusterClaimReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
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.