Home
last modified time | relevance | path

Searched refs:ControlleeExpectations (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/controller/
H A Dcontroller_utils.go137 if e, ok := obj.(*ControlleeExpectations); ok {
148 GetExpectations(controllerKey string) (*ControlleeExpectations, bool, error)
166 func (r *ControllerExpectations) GetExpectations(controllerKey string) (*ControlleeExpectations, bo…
169 return exp.(*ControlleeExpectations), true, nil
216 func (exp *ControlleeExpectations) isExpired() bool {
222 …exp := &ControlleeExpectations{add: int64(add), del: int64(del), key: controllerKey, timestamp: cl…
264 type ControlleeExpectations struct { struct
274 func (e *ControlleeExpectations) Add(add, del int64) { argument
280 func (e *ControlleeExpectations) Fulfilled() bool { argument
286 func (e *ControlleeExpectations) GetExpectations() (int64, int64) { argument