Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WaitOnReady ¶
WaitOnReady will block until the number of replicas of a deployment is equal to the specified amount
Types ¶
type List ¶
type List struct {
Deploys []Deploy `json:"items"`
}
List is a container that holds all deployment returned from 'kubectl get deploy'
func GetAllDeployments ¶
GetAllDeployments will return a list of deployment on a Kubernetes cluster
type Metadata ¶
type Metadata struct {
Name string `json:"name"`
}
Metadata holds information about a deployment
Click to show internal directories.
Click to hide internal directories.