Show / Hide Table of Contents

Class ConfigMapLock

Inheritance
object
MetaObjectLock<V1ConfigMap>
MetaObjectAnnotationLock<V1ConfigMap>
ConfigMapLock
Implements
ILock
Inherited Members
MetaObjectAnnotationLock<V1ConfigMap>.GetLeaderElectionRecord(V1ConfigMap)
MetaObjectAnnotationLock<V1ConfigMap>.SetLeaderElectionRecord(LeaderElectionRecord, V1ConfigMap)
MetaObjectLock<V1ConfigMap>.GetAsync(CancellationToken)
MetaObjectLock<V1ConfigMap>.CreateAsync(LeaderElectionRecord, CancellationToken)
MetaObjectLock<V1ConfigMap>.UpdateAsync(LeaderElectionRecord, CancellationToken)
MetaObjectLock<V1ConfigMap>.Describe()
MetaObjectLock<V1ConfigMap>.Identity
MetaObjectLock<V1ConfigMap>.OnHttpError
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: k8s.LeaderElection.ResourceLock
Assembly: KubernetesClient.dll
Syntax
public class ConfigMapLock : MetaObjectAnnotationLock<V1ConfigMap>, ILock

Constructors

View Source

ConfigMapLock(IKubernetes, string, string, string)

Declaration
public ConfigMapLock(IKubernetes client, string @namespace, string name, string identity)
Parameters
Type Name Description
IKubernetes client
string namespace
string name
string identity

Methods

View Source

CreateMetaObjectAsync(IKubernetes, V1ConfigMap, string, CancellationToken)

Declaration
protected override Task<V1ConfigMap> CreateMetaObjectAsync(IKubernetes client, V1ConfigMap obj, string namespaceParameter, CancellationToken cancellationToken)
Parameters
Type Name Description
IKubernetes client
V1ConfigMap obj
string namespaceParameter
CancellationToken cancellationToken
Returns
Type Description
Task<V1ConfigMap>
Overrides
MetaObjectLock<V1ConfigMap>.CreateMetaObjectAsync(IKubernetes, V1ConfigMap, string, CancellationToken)
View Source

ReadMetaObjectAsync(IKubernetes, string, string, CancellationToken)

Declaration
protected override Task<V1ConfigMap> ReadMetaObjectAsync(IKubernetes client, string name, string namespaceParameter, CancellationToken cancellationToken)
Parameters
Type Name Description
IKubernetes client
string name
string namespaceParameter
CancellationToken cancellationToken
Returns
Type Description
Task<V1ConfigMap>
Overrides
MetaObjectLock<V1ConfigMap>.ReadMetaObjectAsync(IKubernetes, string, string, CancellationToken)
View Source

ReplaceMetaObjectAsync(IKubernetes, V1ConfigMap, string, string, CancellationToken)

Declaration
protected override Task<V1ConfigMap> ReplaceMetaObjectAsync(IKubernetes client, V1ConfigMap obj, string name, string namespaceParameter, CancellationToken cancellationToken)
Parameters
Type Name Description
IKubernetes client
V1ConfigMap obj
string name
string namespaceParameter
CancellationToken cancellationToken
Returns
Type Description
Task<V1ConfigMap>
Overrides
MetaObjectLock<V1ConfigMap>.ReplaceMetaObjectAsync(IKubernetes, V1ConfigMap, string, string, CancellationToken)

Implements

ILock
  • View Source
In this article
Back to top Generated by DocFX