Show / Hide Table of Contents

Class AdmissionregistrationOperationsExtensions

Extension methods for Kubernetes.

Inheritance
object
AdmissionregistrationOperationsExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: k8s
Assembly: KubernetesClient.dll
Syntax
public static class AdmissionregistrationOperationsExtensions

Methods

View Source

GetAPIGroup(IAdmissionregistrationOperations)

get information of a group

Declaration
public static V1APIGroup GetAPIGroup(this IAdmissionregistrationOperations operations)
Parameters
Type Name Description
IAdmissionregistrationOperations operations

The operations group for this extension method.

Returns
Type Description
V1APIGroup
View Source

GetAPIGroupAsync(IAdmissionregistrationOperations, CancellationToken)

get information of a group

Declaration
public static Task<V1APIGroup> GetAPIGroupAsync(this IAdmissionregistrationOperations operations, CancellationToken cancellationToken = default)
Parameters
Type Name Description
IAdmissionregistrationOperations operations

The operations group for this extension method.

CancellationToken cancellationToken

A CancellationToken which can be used to cancel the asynchronous operation.

Returns
Type Description
Task<V1APIGroup>
  • View Source
In this article
Back to top Generated by DocFX