Documentation
¶
Index ¶
Constants ¶
View Source
const ( // RetryWindow is the maximum time to keep retrying after the first error. // After this window expires, the BFB stays in permanent Error state. RetryWindow = 6 * time.Hour // RetryInterval is the minimum time to wait before retrying a failed download. RetryInterval = 10 * time.Minute )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type State ¶
func GetBFBState ¶
func GetBFBState(bfb *provisioningv1.BFB, recorder record.EventRecorder) State
Click to show internal directories.
Click to hide internal directories.