PodView

module
v0.0.0-...-0e08e7c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 30, 2023 License: MIT

README

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.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL