Documentation
¶
Index ¶
Constants ¶
View Source
const ( OperationCreate = "create" OperationSubmit = "submit" OperationUpdate = "update" OperationDelete = "delete" OperationUpsert = "upsert" StateCreated = "created" StateDeleted = "deleted" StateUpgraded = "upgraded" StateReady = "ready" StateFound = "found" )
Variables ¶
This section is empty.
Functions ¶
func ValidateClientset ¶
func ValidateClientset(kubeClientset kubernetes.Interface) error
Types ¶
type WaiterConfig ¶
type WaiterConfig struct {
// contains filtered or unexported fields
}
func NewWaiterConfig ¶
func NewWaiterConfig(tries int, interval time.Duration) WaiterConfig
func (WaiterConfig) GetInterval ¶
func (w WaiterConfig) GetInterval() time.Duration
func (WaiterConfig) GetTries ¶
func (w WaiterConfig) GetTries() int
Click to show internal directories.
Click to hide internal directories.