Package org.apache.flink.kubernetes.operator.reconciler.deployment
-
Class Summary Class Description AbstractFlinkResourceReconciler<CR extends org.apache.flink.kubernetes.operator.api.AbstractFlinkResource<SPEC,STATUS>,SPEC extends org.apache.flink.kubernetes.operator.api.spec.AbstractFlinkSpec,STATUS extends org.apache.flink.kubernetes.operator.api.status.CommonStatus<SPEC>> Base class for all Flink resource reconcilers.AbstractJobReconciler<CR extends org.apache.flink.kubernetes.operator.api.AbstractFlinkResource<SPEC,STATUS>,SPEC extends org.apache.flink.kubernetes.operator.api.spec.AbstractFlinkSpec,STATUS extends org.apache.flink.kubernetes.operator.api.status.CommonStatus<SPEC>> Reconciler responsible for handling the job lifecycle according to the desired and current states.ApplicationReconciler Reconciler Flink Application deployments.ReconcilerFactory The factory to create reconciler based on app mode.SessionReconciler Reconciler responsible for handling the session cluster lifecycle according to the desired and current states.