You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/02/05 14:54:44 UTC

[camel-k] branch master updated (6567e86 -> 38b0f1b)

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

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git.


    from 6567e86  chore(build): Upgrade Kaniko to version 0.17.1
     new 8283a5b   #38: add uninstall command
     new c85abff  uninstall config maps
     new 48da27c  uninstall command e2e tests added
     new bc07f4c  Fix uninstall tests requiring cluster admin privileges
     new 38b0f1b  Merge pull request #1254 from jamesnetherton/uninstall

The 1374 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:
 e2e/test_support.go   |  95 ++++++++++++++-
 e2e/uninstall_test.go | 101 ++++++++++++++++
 pkg/cmd/root.go       |   1 +
 pkg/cmd/uninstall.go  | 316 ++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 512 insertions(+), 1 deletion(-)
 create mode 100644 e2e/uninstall_test.go
 create mode 100644 pkg/cmd/uninstall.go