Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildObjectsToApply ¶
func BuildObjectsToApply(rootsyncset *v1alpha1.RootSyncSet) (*unstructured.Unstructured, error)
BuildObjectsToApply config root sync
Types ¶
type Options ¶
type Options struct { }
func (*Options) InitDefaults ¶
func (o *Options) InitDefaults()
type RootSyncSetReconciler ¶
type RootSyncSetReconciler struct { Options remoteclient.RemoteClientGetter client.Client // contains filtered or unexported fields }
RootSyncSetReconciler reconciles a RootSyncSet object
func (*RootSyncSetReconciler) Reconcile ¶
func (r *RootSyncSetReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.10.0/pkg/reconcile
func (*RootSyncSetReconciler) SetupWithManager ¶
func (r *RootSyncSetReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.