Show / Hide Table of Contents

Class WellKnownOperationsExtensions

Extension methods for Kubernetes.

Inheritance
object
WellKnownOperationsExtensions
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 WellKnownOperationsExtensions

Methods

View Source

GetServiceAccountIssuerOpenIDConfiguration(IWellKnownOperations)

get service account issuer OpenID configuration, also known as the 'OIDC discovery doc'

Declaration
public static string GetServiceAccountIssuerOpenIDConfiguration(this IWellKnownOperations operations)
Parameters
Type Name Description
IWellKnownOperations operations

The operations group for this extension method.

Returns
Type Description
string
View Source

GetServiceAccountIssuerOpenIDConfigurationAsync(IWellKnownOperations, CancellationToken)

get service account issuer OpenID configuration, also known as the 'OIDC discovery doc'

Declaration
public static Task<string> GetServiceAccountIssuerOpenIDConfigurationAsync(this IWellKnownOperations operations, CancellationToken cancellationToken = default)
Parameters
Type Name Description
IWellKnownOperations 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<string>
  • View Source
In this article
Back to top Generated by DocFX