Documentation ¶
Overview ¶
Package host manages the state and reconcilement of bare metal host objects.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CalculateBackoff ¶
CalculateBackoff calculates the reconciliation backoff. Distribution sample for errorCount values: 1 [1m, 2m] 2 [2m, 4m] 3 [4m, 8m] 4 [8m, 16m] 5 [16m, 32m] 6 [32m, 1h4m] 7 [1h4m, 2h8m] 8 [2h8m, 4h16m] 9 [4h16m, 8h32m].
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service defines struct with machine scope to reconcile HetznerBareMetalHosts.
func NewService ¶
func NewService(s *scope.BareMetalHostScope) *Service
NewService outs a new service with machine scope.
Click to show internal directories.
Click to hide internal directories.