Documentation ¶
Index ¶
- type AppsConditionFunc
- type Condition
- type ConditionList
- type NamespaceCondition
- func (n *NamespaceCondition) AddAppsCondition(appsConditionFunc AppsConditionFunc, names ...string)
- func (n *NamespaceCondition) AddDaemonSetsClean(names ...string)
- func (n *NamespaceCondition) AddDaemonSetsReady(names ...string)
- func (n *NamespaceCondition) AddDeploymentsClean(names ...string)
- func (n *NamespaceCondition) AddDeploymentsReady(names ...string)
- func (n *NamespaceCondition) Wait(ctx context.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppsConditionFunc ¶
type Condition ¶
type Condition struct {
// contains filtered or unexported fields
}
func NewCondition ¶
func NewDefaultCondition ¶
func NewDefaultCondition(name string, wc wait.ConditionFunc) *Condition
type ConditionList ¶
type ConditionList []*Condition
type NamespaceCondition ¶
type NamespaceCondition struct {
// contains filtered or unexported fields
}
func NewNamespaceCondition ¶
func NewNamespaceCondition(kubeConfig *restclient.Config, namespace string) (*NamespaceCondition, error)
func (*NamespaceCondition) AddAppsCondition ¶
func (n *NamespaceCondition) AddAppsCondition(appsConditionFunc AppsConditionFunc, names ...string)
func (*NamespaceCondition) AddDaemonSetsClean ¶
func (n *NamespaceCondition) AddDaemonSetsClean(names ...string)
func (*NamespaceCondition) AddDaemonSetsReady ¶
func (n *NamespaceCondition) AddDaemonSetsReady(names ...string)
func (*NamespaceCondition) AddDeploymentsClean ¶
func (n *NamespaceCondition) AddDeploymentsClean(names ...string)
func (*NamespaceCondition) AddDeploymentsReady ¶
func (n *NamespaceCondition) AddDeploymentsReady(names ...string)
Click to show internal directories.
Click to hide internal directories.