v0.1.0
This commit is contained in:
parent
bac6c98933
commit
4cbdcc61c2
@ -3,11 +3,11 @@ kind: Plugin
|
||||
metadata:
|
||||
name: plslogs
|
||||
spec:
|
||||
homepage: https://git.qoobing.com/opensource/kubernetes/kubectl-plugins.git
|
||||
homepage: https://git.qoobing.com/r/opensource/kubernetes/kubectl-plugins.git
|
||||
shortDescription: "pls(pod list select) and then logs(kubectl logs)"
|
||||
version: "v0.1.0"
|
||||
description: |
|
||||
Provide a simple tools for logs pod without 'copy' pod name.
|
||||
Provide a simple tools for logs pod (without 'copy' pod name by youself).
|
||||
It show a pod list first and after you choose one,
|
||||
and it will execute 'kubectl logs --tail 100 -f $selectpod'
|
||||
platforms:
|
||||
@ -18,11 +18,11 @@ spec:
|
||||
values:
|
||||
- darwin
|
||||
- linux
|
||||
uri: https://github.com/morningspace/kubeassert/archive/v0.2.0.tar.gz
|
||||
sha256: a35b62a111212a74c954f2991fdfa7b4cad8e92b9318773f87c9ff8c12a5ea52
|
||||
bin: kubectl-assert.sh
|
||||
uri: https://git.qoobing.com/public/static/kubectl-plslogs-v0.1.0.tar.gz
|
||||
sha256: de7a55d7b44a78f75885f3b5a97703b68ebf9fa6386940d40ab830b201da1161
|
||||
bin: plslogs.sh
|
||||
files:
|
||||
- from: "/kubeassert-*/kubectl-assert.sh"
|
||||
- from: "/src/plslogs/plslogs.sh"
|
||||
to: "."
|
||||
- from: "/kubeassert-*/LICENSE"
|
||||
- from: "/src/plslogs/LICENSE"
|
||||
to: "."
|
||||
|
Loading…
Reference in New Issue
Block a user