Documentation
¶
Index ¶
- func DMWorkerNewer(dwg *v1alpha1.DMWorkerGroup, rev string) updater.NewFactory[*runtime.DMWorker]
- func TaskFinalizerDel(state State, c client.Client) task.Task
- func TaskService(state State, c client.Client) task.Task
- func TaskUpdater(state *ReconcileContext, c client.Client, af tracker.AllocateFactory) task.Task
- type ReconcileContext
- type State
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DMWorkerNewer ¶
func DMWorkerNewer(dwg *v1alpha1.DMWorkerGroup, rev string) updater.NewFactory[*runtime.DMWorker]
func TaskUpdater ¶
func TaskUpdater(state *ReconcileContext, c client.Client, af tracker.AllocateFactory) task.Task
Types ¶
type ReconcileContext ¶
type ReconcileContext struct {
State
}
type State ¶
type State interface {
common.DMWorkerSliceStateInitializer
common.RevisionStateInitializer[*runtime.DMWorkerGroup]
common.DMWorkerGroupState
common.ClusterState
common.DMWorkerSliceState
common.RevisionState
common.GroupState[*runtime.DMWorkerGroup]
common.ContextClusterNewer[*v1alpha1.DMWorkerGroup]
common.ContextObjectNewer[*v1alpha1.DMWorkerGroup]
common.ContextSliceNewer[*v1alpha1.DMWorkerGroup, *v1alpha1.DMWorker]
common.InstanceSliceState[*runtime.DMWorker]
common.SliceState[*v1alpha1.DMWorker]
common.StatusUpdater
common.StatusPersister[*v1alpha1.DMWorkerGroup]
stateutil.IFeatureGates
}
func NewState ¶
func NewState(key types.NamespacedName) State
Click to show internal directories.
Click to hide internal directories.