forked from kubernetes-retired/multi-tenancy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tested: `make krew-install` and verified that the plugin worked correctly and the documentation link was correct. Built a test release to my personal repo and verified that I could download the manifest and install from it correctly.
- Loading branch information
1 parent
f990be3
commit 6dfcfdd
Showing
5 changed files
with
105 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
apiVersion: krew.googlecontainertools.github.com/v1alpha2 | ||
kind: Plugin | ||
metadata: | ||
name: hns | ||
spec: | ||
shortDescription: Manipulate hierarchical namespaces provided by HNC. | ||
description: | | ||
Manipulates hierarchical namespaces provided by the Hierarchical Namespace Controller (HNC). | ||
version: HNC_IMG_TAG | ||
homepage: https://github.com/HNC_RELEASE_REPO_OWNER/multi-tenancy/tree/master/incubator/hnc/docs/user-guide | ||
platforms: | ||
- uri: https://github.com/HNC_RELEASE_REPO_OWNER/multi-tenancy/releases/download/hnc-HNC_IMG_TAG/kubectl-hns.tar.gz | ||
selector: | ||
matchLabels: | ||
os: linux | ||
arch: amd64 | ||
sha256: HNC_KREW_TAR_SHA256 | ||
files: | ||
- from: "bin/kubectl/kubectl-hns_linux_amd64" | ||
to: "." | ||
- from: "bin/kubectl/LICENSE" | ||
to: "." | ||
bin: "./kubectl-hns_linux_amd64" | ||
- uri: https://github.com/HNC_RELEASE_REPO_OWNER/multi-tenancy/releases/download/hnc-HNC_IMG_TAG/kubectl-hns.tar.gz | ||
selector: | ||
matchLabels: | ||
os: darwin | ||
arch: amd64 | ||
sha256: HNC_KREW_TAR_SHA256 | ||
files: | ||
- from: "bin/kubectl/kubectl-hns_darwin_amd64" | ||
to: "." | ||
- from: "bin/kubectl/LICENSE" | ||
to: "." | ||
bin: "./kubectl-hns_darwin_amd64" |