Documentation
¶
Index ¶
Constants ¶
View Source
const (
ArchivedAnnotation = "kubarchive.io/archived"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DynamicReconciler ¶
type DynamicReconciler struct { client.Client Scheme *runtime.Scheme GroupVersionKind schema.GroupVersionKind }
DynamicReconciler reconciles an object with the given GroupVersionKind
func NewDynamicReconciler ¶
func NewDynamicReconciler(client client.Client, scheme *runtime.Scheme, gvk schema.GroupVersionKind) *DynamicReconciler
func (*DynamicReconciler) 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://pkgo.dev/sigs.k8s.io/[email protected]/pkg/reconcile
func (*DynamicReconciler) SetupWithManager ¶
func (r *DynamicReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.