Class BatchOperationsExtensions
Extension methods for Kubernetes.
Inherited Members
Namespace: k8s
Assembly: KubernetesClient.dll
Syntax
public static class BatchOperationsExtensions
Methods
View SourceGetAPIGroup(IBatchOperations)
get information of a group
Declaration
public static V1APIGroup GetAPIGroup(this IBatchOperations operations)
Parameters
| Type | Name | Description |
|---|---|---|
| IBatchOperations | operations | The operations group for this extension method. |
Returns
| Type | Description |
|---|---|
| V1APIGroup |
GetAPIGroupAsync(IBatchOperations, CancellationToken)
get information of a group
Declaration
public static Task<V1APIGroup> GetAPIGroupAsync(this IBatchOperations operations, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| IBatchOperations | 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> |