Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DefaultRetry is the default set of rules // to be followed when retrying for conflicts during // resource update. Values are the same as // k8s.io/client-go/util/retry/util.go // except where commented on DefaultRetry = wait.Backoff{ Duration: 20 * time.Millisecond, Factor: 1.5, Jitter: 0.1, Steps: 5, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.