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
--- | |
apiVersion: krew.googlecontainertools.github.com/v1alpha2 | |
kind: Plugin | |
metadata: | |
name: ing | |
spec: | |
version: "v0.0.6" | |
homepage: https://github.com/lalyos/kubectl-ing | |
shortDescription: "Generates an Ingress for a svc" | |
description: | | |
There is no imperative way to create an Ingress yaml | |
Here is the fix | |
platforms: | |
- selector: | |
matchExpressions: | |
- key: "os" | |
operator: "In" | |
values: | |
- darwin | |
- linux | |
uri: https://github.com/lalyos/kubectl-ing/archive/v0.0.6.tar.gz | |
sha256: f40a121a7d35c2e102b314f0eb229c04404835921931c0a1929f6ab0ae829bfb | |
files: | |
- from: "*" | |
to: "." | |
bin: kubectl-ing-0.0.6/kubectl-ing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment