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/01 19:43:32 UTC

[incubator-heron] branch saadurrahman/3821-Remove-Deprecated-Volumes-K8s updated (4315e5de79f -> b73dbf13e39)

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


    from 4315e5de79f Merge branch 'HEAD' into saadurrahman/3821-Remove-Deprecated-Volumes-K8s
     add b7999d2db4a [K8s] Added support for Empty Directory.
     add 2707cd95b53 [K8s] removed unused functions.
     add 6c2e0f58c24 [K8s] Removed old code to add Empty Directory.
     add 053bb5f0443 [K8s] Added support for Host Path.
     add e5212478c8f [K8s] Removed old code to add Host Path.
     add c13f0eedcd4 [K8s] Added support for Network File System.
     add dbd4fceb16a [K8s] Removed old code to add Network File System.
     add cb2ccca05af [K8s] cleanup in VolumeFactory.
     add 616eb440abd [K8s] Interfaces in Volume Factory updated.
     add b73dbf13e39 Merge branch 'saadurrahman/3821-Remove-Deprecated-Volumes-K8s-dev' into saadurrahman/3821-Remove-Deprecated-Volumes-K8s

No new revisions were added by this update.

Summary of changes:
 .../scheduler/kubernetes/KubernetesContext.java    |  12 --
 .../heron/scheduler/kubernetes/V1Controller.java   |  66 +--------
 .../apache/heron/scheduler/kubernetes/Volumes.java | 151 +++++++++++++++++++--
 .../heron/scheduler/kubernetes/VolumesTests.java   |  95 ++++++++++++-
 4 files changed, 235 insertions(+), 89 deletions(-)