This is an automated email from the ASF dual-hosted git repository.
gyfora pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git
from dcc673f [FLINK-26663] Pod augmentation for the operator
new 4b11ecd [FLINK-27005] Bump CRD version to v1beta1
new 7389481 [FLINK-27065] Store last reconciled specs as string
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../content/docs/custom-resource/job-management.md | 2 +-
docs/content/docs/custom-resource/overview.md | 6 +-
docs/content/docs/custom-resource/pod-template.md | 2 +-
docs/content/docs/custom-resource/reference.md | 4 +-
e2e-tests/data/cr.yaml | 2 +-
examples/advanced-ingress.yaml | 2 +-
examples/basic-checkpoint-ha.yaml | 2 +-
examples/basic-ingress.yaml | 2 +-
examples/basic-session-job.yaml | 2 +-
examples/basic-session.yaml | 2 +-
examples/basic.yaml | 2 +-
examples/custom-logging.yaml | 2 +-
examples/pod-template.yaml | 2 +-
.../flink/kubernetes/operator/config/Mode.java | 2 +-
.../kubernetes/operator/crd/CrdConstants.java | 12 +-
.../kubernetes/operator/crd/FlinkDeployment.java | 4 +-
.../kubernetes/operator/crd/FlinkSessionJob.java | 4 +-
.../FlinkSessionJobReconciliationStatus.java | 16 +-
.../operator/crd/status/ReconciliationStatus.java | 16 +-
.../deployment/AbstractDeploymentObserver.java | 4 +-
.../operator/reconciler/ReconciliationUtils.java | 57 +-
.../deployment/ApplicationReconciler.java | 2 +-
.../reconciler/deployment/SessionReconciler.java | 2 +-
.../sessionjob/FlinkSessionJobReconciler.java | 5 +-
.../kubernetes/operator/utils/SavepointUtils.java | 2 +-
.../operator/validation/DefaultValidator.java | 2 +-
.../controller/FlinkDeploymentControllerTest.java | 25 +-
.../operator/observer/ApplicationObserverTest.java | 4 +-
.../operator/observer/SessionObserverTest.java | 4 +-
.../deployment/ApplicationReconcilerTest.java | 30 +-
.../operator/utils/ReconciliationUtilsTest.java | 19 +-
.../operator/validation/DefaultValidatorTest.java | 44 +-
.../crds/flinkdeployments.flink.apache.org-v1.yml | 9064 +-------------------
.../crds/flinksessionjobs.flink.apache.org-v1.yml | 35 +-
34 files changed, 178 insertions(+), 9207 deletions(-)
copy
flink-kubernetes-webhook/src/main/java/org/apache/flink/kubernetes/operator/admission/admissioncontroller/Operation.java
=>
flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/crd/CrdConstants.java
(76%)