You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by sa...@apache.org on 2022/07/21 18:41:29 UTC

[incubator-heron] branch saadurrahman/3846-Refactoring-K8s-Shim created (now 9778a8d3af6)

This is an automated email from the ASF dual-hosted git repository.

saadurrahman pushed a change to branch saadurrahman/3846-Refactoring-K8s-Shim
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


      at 9778a8d3af6 Merge branch 'saadurrahman/3846-Refactoring-K8s-Shim-dev' into saadurrahman/3846-Refactoring-K8s-Shim

This branch includes the following new commits:

     new 9778a8d3af6 Merge branch 'saadurrahman/3846-Refactoring-K8s-Shim-dev' into saadurrahman/3846-Refactoring-K8s-Shim

The 1 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.



[incubator-heron] 01/01: Merge branch 'saadurrahman/3846-Refactoring-K8s-Shim-dev' into saadurrahman/3846-Refactoring-K8s-Shim

Posted by sa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

saadurrahman pushed a commit to branch saadurrahman/3846-Refactoring-K8s-Shim
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git

commit 9778a8d3af6a11cecf2630128fb27f0117ad51ba
Merge: 12b8abc152f 7d7efb0f491
Author: Saad Ur Rahman <sa...@apache.org>
AuthorDate: Thu Jul 21 14:39:51 2022 -0400

    Merge branch 'saadurrahman/3846-Refactoring-K8s-Shim-dev' into saadurrahman/3846-Refactoring-K8s-Shim

 .../scheduler/kubernetes/KubernetesContext.java    |   2 +-
 .../scheduler/kubernetes/KubernetesScheduler.java  |   2 +-
 .../heron/scheduler/kubernetes/KubernetesShim.java | 609 ++++++++++++++++++++
 .../scheduler/kubernetes/KubernetesUtils.java      |   4 +-
 .../{V1Controller.java => StatefulSet.java}        | 628 ++++-----------------
 heron/schedulers/tests/java/BUILD                  |   3 +-
 .../scheduler/kubernetes/KubernetesShimTest.java   | 419 ++++++++++++++
 .../scheduler/kubernetes/KubernetesUtilsTest.java  |  22 +-
 ...{V1ControllerTest.java => StatefulSetTest.java} | 515 ++++-------------
 .../heron/scheduler/kubernetes/VolumesTests.java   |   2 +-
 10 files changed, 1272 insertions(+), 934 deletions(-)