Show / Hide Table of Contents

Interface IAppsOperations

Namespace: k8s
Assembly: KubernetesClient.dll
Syntax
public interface IAppsOperations

Methods

View Source

GetAPIGroupWithHttpMessagesAsync(IReadOnlyDictionary<string, IReadOnlyList<string>>, CancellationToken)

get information of a group

Declaration
Task<HttpOperationResponse<V1APIGroup>> GetAPIGroupWithHttpMessagesAsync(IReadOnlyDictionary<string, IReadOnlyList<string>> customHeaders = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
IReadOnlyDictionary<string, IReadOnlyList<string>> customHeaders

The headers that will be added to request.

CancellationToken cancellationToken

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

Returns
Type Description
Task<HttpOperationResponse<V1APIGroup>>

Extension Methods

AppsOperationsExtensions.GetAPIGroup(IAppsOperations)
AppsOperationsExtensions.GetAPIGroupAsync(IAppsOperations, CancellationToken)
  • View Source
In this article
Back to top Generated by DocFX