Documentation ¶
Index ¶
- Variables
- type RemoteRootSyncSetReconciler
- func (r *RemoteRootSyncSetReconciler) BuildObjectsToApply(ctx context.Context, subject *api.RemoteRootSyncSet) ([]*unstructured.Unstructured, 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 RemoteRootSyncSetReconciler ¶
type RemoteRootSyncSetReconciler struct { client.Client Scheme *runtime.Scheme // contains filtered or unexported fields }
RemoteRootSyncSetReconciler reconciles RemoteRootSyncSet objects
func (*RemoteRootSyncSetReconciler) BuildObjectsToApply ¶
func (r *RemoteRootSyncSetReconciler) BuildObjectsToApply(ctx context.Context, subject *api.RemoteRootSyncSet) ([]*unstructured.Unstructured, 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.