Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FakeAcknowledgeReleaseIps ¶
func FakeAcknowledgeReleaseIps(cn *v2.NetResourceSet)
FakeAcknowledgeReleaseIps Fake acknowledge IPs marked for release like cce agent would.
func WaitUntilWithSleep ¶
func WaitUntilWithSleep(condition ConditionFunc, timeout, sleep time.Duration) error
WaitUntilWithSleep does the same as WaitUntil except that the sleep time between the condition checks is given.
Types ¶
type ConditionFunc ¶
type ConditionFunc func() bool
ConditionFunc is the function implementing the condition, it must return true if the condition has been met
Click to show internal directories.
Click to hide internal directories.