Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrDeploymentNotFound = errors.New("no deployment found with the given name") ErrReplicaSetNotFound = errors.New("no replicaSet found for the given deployment") ErrPodsNotFound = errors.New("no pods found for the given deployment") ErrInvalidPodStatus = errors.New("invalid pod status") ErrEmptyString = errors.New("given string argument cannot be empty") )
Functions ¶
func NewPodViewClient ¶
NewViewClient creates a new ViewClient
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.