Skip to content

Commit

Permalink
chore: added how to find all services for specific api
Browse files Browse the repository at this point in the history
Signed-off-by: ivan katliarchuk <[email protected]>
  • Loading branch information
ivankatliarchuk committed Jan 3, 2024
1 parent b58b225 commit af2d03c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions shell/aliase/kube
Original file line number Diff line number Diff line change
Expand Up @@ -1092,6 +1092,8 @@ alias k.gpowslowiden='kubectl get pods --watch --show-labels -o=wide --namespace

# Resource version
alias k.apidep='kubectl get deployments.v1.apps -o yaml'
# List deployments in JSON output format, in the "v1" version of the "apps" API group
# kubectl get deployments.v1.apps
alias k.apihpa='k get horizontalpodautoscaler.v2.autoscaling'

# Usage: k.getall <namespace>
Expand Down
2 changes: 1 addition & 1 deletion vendor/prezto
Submodule prezto updated 47 files
+1 −1 modules/autosuggestions/external
+1 −1 modules/completion/external
+0 −7 modules/directory/README.md
+2 −5 modules/directory/init.zsh
+0 −11 modules/editor/README.md
+1 −2 modules/editor/init.zsh
+0 −7 modules/emacs/README.md
+4 −6 modules/emacs/init.zsh
+0 −7 modules/fasd/README.md
+1 −1 modules/fasd/external
+2 −4 modules/fasd/init.zsh
+2 −1 modules/gnu-utility/init.zsh
+0 −36 modules/history-substring-search/README.md
+1 −1 modules/history-substring-search/external
+0 −12 modules/history-substring-search/init.zsh
+0 −7 modules/history/README.md
+44 −20 modules/history/init.zsh
+0 −7 modules/homebrew/README.md
+15 −17 modules/homebrew/init.zsh
+0 −7 modules/macports/README.md
+7 −9 modules/macports/init.zsh
+0 −7 modules/node/README.md
+14 −16 modules/node/init.zsh
+1 −1 modules/osx/functions/manp
+0 −7 modules/perl/README.md
+33 −35 modules/perl/init.zsh
+1 −1 modules/prompt/external/async
+1 −1 modules/prompt/external/powerlevel10k
+1 −1 modules/prompt/external/pure
+11 −1 modules/prompt/init.zsh
+0 −7 modules/python/README.md
+19 −0 modules/python/functions/_pip
+34 −41 modules/python/init.zsh
+0 −7 modules/rails/README.md
+14 −16 modules/rails/init.zsh
+0 −7 modules/ruby/README.md
+18 −20 modules/ruby/init.zsh
+0 −7 modules/screen/README.md
+4 −6 modules/screen/init.zsh
+2 −2 modules/ssh/init.zsh
+1 −1 modules/syntax-highlighting/external
+0 −7 modules/tmux/README.md
+3 −5 modules/tmux/init.zsh
+1 −0 modules/utility/README.md
+6 −7 modules/utility/init.zsh
+1 −4 runcoms/zlogin
+0 −15 runcoms/zpreztorc

0 comments on commit af2d03c

Please sign in to comment.