Show / Hide Table of Contents

Class LeaderElectionConfig

Inheritance
object
LeaderElectionConfig
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: k8s.LeaderElection
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
Type Description
TimeSpan
View Source

Lock

Declaration
public ILock Lock { get; set; }
Property Value
Type Description
ILock
View Source

RenewDeadline

Declaration
public TimeSpan RenewDeadline { get; set; }
Property Value
Type Description
TimeSpan
View Source

RetryPeriod

Declaration
public TimeSpan RetryPeriod { get; set; }
Property Value
Type Description
TimeSpan
  • View Source
In this article
Back to top Generated by DocFX