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/05/03 14:59:00 UTC

[incubator-heron] branch saadurrahman/3821-Remove-Deprecated-Volumes-K8s updated (a1b1fcb1f78 -> 574efd56018)

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

saadurrahman pushed a change to branch saadurrahman/3821-Remove-Deprecated-Volumes-K8s
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


    omit a1b1fcb1f78 Merge branch 'saadurrahman/3821-Remove-Deprecated-Volumes-K8s-dev' into saadurrahman/3821-Remove-Deprecated-Volumes-K8s
    omit 3875c319dec [K8s] using Volume Factory to generate PVC.
     add 2c0512e4ffb [K8s] using Volume Factory to generate PVC.
     add 1aa3289017b [K8s] test hardening.
     add b4d7cd3a70e [K8s] generating volume with PVC in Volume Factory.
     add 2a5c30ec7bb [K8s] using Volume Factory to create volumes with PVC.
     add 574efd56018 Merge branch 'saadurrahman/3821-Remove-Deprecated-Volumes-K8s-dev' into saadurrahman/3821-Remove-Deprecated-Volumes-K8s

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (a1b1fcb1f78)
            \
             N -- N -- N   refs/heads/saadurrahman/3821-Remove-Deprecated-Volumes-K8s (574efd56018)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../apache/heron/scheduler/kubernetes/V1Controller.java  | 11 +----------
 .../org/apache/heron/scheduler/kubernetes/Volumes.java   | 15 +++++++++++++++
 .../heron/scheduler/kubernetes/V1ControllerTest.java     |  1 +
 .../apache/heron/scheduler/kubernetes/VolumesTests.java  | 16 ++++++++++++++++
 4 files changed, 33 insertions(+), 10 deletions(-)