Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Scheme = runtime.NewScheme()
Scheme defines methods for serializing and deserializing API objects.
Functions ¶
This section is empty.
Types ¶
type JobController ¶
type JobController struct {
// contains filtered or unexported fields
}
JobController reconciles a Job object
func (*JobController) Reconcile ¶
Reconcile reconciles a local Job object and deploys it to the worker cluster.
func (*JobController) SetupWithManager ¶
func (c *JobController) SetupWithManager(mgr ctrl.Manager, ssClient v1.SyncerServiceClient) error
SetupWithManager sets up the controller with the Manager.
type JobSetController ¶ added in v1.15.0
type JobSetController struct {
// contains filtered or unexported fields
}
JobSetController reconciles a Job object
func (*JobSetController) Reconcile ¶ added in v1.15.0
Reconcile reconciles a local Job object and deploys it to the worker cluster.
func (*JobSetController) SetupWithManager ¶ added in v1.15.0
func (c *JobSetController) SetupWithManager(mgr ctrl.Manager, ssClient v1.SyncerServiceClient) error
SetupWithManager sets up the controller with the Manager.
type RemoteSyncerManager ¶ added in v1.6.0
type RemoteSyncerManager struct {
// contains filtered or unexported fields
}
RemoteSyncerManager manages remote syncers.
func (*RemoteSyncerManager) SetupWithManager ¶ added in v1.6.0
func (m *RemoteSyncerManager) SetupWithManager( mgr ctrl.Manager, ssClient v1.SyncerServiceClient, sessionManagerServerAddr string, syncedKinds config.SyncedKindsConfig, ) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.