Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Duration of the lease LEASE_DURATION = 30 * time.Second // Deadline for the leader to refresh its lease. Defaults to the same value // used by core controllers LEASE_RENEW_DEADLINE = 10 * time.Second // Duration leader elector clients should wait between action re-tries. // Defaults to the same value used by core controllers LEASE_RETRY_PERIOD = 2 * time.Second )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.