Documentation
¶
Index ¶
- Variables
- type Options
- type RemoteRootSyncSetReconciler
- func (r *RemoteRootSyncSetReconciler) BuildObjectsToApply(ctx context.Context, subject *api.RemoteRootSyncSet) ([]applyset.ApplyableObject, error)
- func (r *RemoteRootSyncSetReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
- func (r *RemoteRootSyncSetReconciler) SetupWithManager(mgr ctrl.Manager) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( RootSyncNamespace = "config-management-system" RootSyncApiVersion = "configsync.gke.io/v1beta1" RootSyncName = "root-sync" RootSyncKind = "RootSync" )
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { }
func (*Options) InitDefaults ¶
func (o *Options) InitDefaults()
type RemoteRootSyncSetReconciler ¶
type RemoteRootSyncSetReconciler struct { Options // contains filtered or unexported fields }
RemoteRootSyncSetReconciler reconciles RemoteRootSyncSet objects
func (*RemoteRootSyncSetReconciler) BuildObjectsToApply ¶
func (r *RemoteRootSyncSetReconciler) BuildObjectsToApply(ctx context.Context, subject *api.RemoteRootSyncSet) ([]applyset.ApplyableObject, error)
BuildObjectsToApply config root sync
func (*RemoteRootSyncSetReconciler) Reconcile ¶
func (r *RemoteRootSyncSetReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile implements the main kubernetes reconciliation loop.
func (*RemoteRootSyncSetReconciler) SetupWithManager ¶
func (r *RemoteRootSyncSetReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.