Class LeaderElectionConfig
Inheritance
LeaderElectionConfig
Assembly: KubernetesClient.dll
Syntax
public class LeaderElectionConfig
Constructors
View Source
LeaderElectionConfig(ILock)
Declaration
public LeaderElectionConfig(ILock @lock)
Parameters
| Type |
Name |
Description |
| ILock |
lock |
|
Properties
View Source
LeaseDuration
Declaration
public TimeSpan LeaseDuration { get; set; }
Property Value
View Source
Lock
Declaration
public ILock Lock { get; set; }
Property Value
View Source
RenewDeadline
Declaration
public TimeSpan RenewDeadline { get; set; }
Property Value
View Source
RetryPeriod
Declaration
public TimeSpan RetryPeriod { get; set; }
Property Value