Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller interface {
Run(stopCh <-chan struct{})
}
Controller manages creating and renewing the lease for this Kubelet
func NewController ¶
func NewController(clock clock.Clock, client clientset.Interface, holderIdentity string, leaseDurationSeconds int32, onRepeatedHeartbeatFailure func()) Controller
NewController constructs and returns a controller
Click to show internal directories.
Click to hide internal directories.