Documentation ¶
Overview ¶
Package common defines the types and functions that are shared by multiple commands in the cmd package.
Index ¶
Constants ¶
View Source
const ( // LeaseDuration is the default duration for the leader election lease. LeaseDuration = 90 * time.Second // RenewDeadline is the default duration for the leader renewal. RenewDeadline = 60 * time.Second // RetryPeriod is the default duration for the leader electrion retrial. RetryPeriod = 30 * time.Second )
Variables ¶
This section is empty.
Functions ¶
func CreateResourceLock ¶
func CreateResourceLock(cb *clients.Builder, componentNamespace, componentName string) resourcelock.Interface
CreateResourceLock returns an interface for the resource lock.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.