[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ayush5588/PodView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PodView

PodView can be used to list pods belonging to a deployment.

See examples folder to understand how to use the package.

Currently 2 methods are supported by this package to GET the pods:

  1. GetPods() - Given the deployment name and namespace (optional), return all the pods belonging to the deployment.

  2. GetPodsWithStatus(status) - Same as above method. Only difference is that this also takes in an argument called status (i.e. Running, Failed, Pending) and returns pods of the deployment having that status.

About

PodView list pods belonging to a deployment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages