Table of Contents

Class StandardPodUtilities

Namespace
Steeltoe.Extensions.Configuration.Kubernetes
Assembly
Steeltoe.Common.Kubernetes.dll
public class StandardPodUtilities : IPodUtilities
Inheritance
StandardPodUtilities
Implements
Inherited Members

Constructors

StandardPodUtilities(KubernetesApplicationOptions, ILogger, IKubernetes)

public StandardPodUtilities(KubernetesApplicationOptions kubernetesApplicationOptions, ILogger logger = null, IKubernetes kubernetes = null)

Parameters

kubernetesApplicationOptions KubernetesApplicationOptions
logger ILogger
kubernetes IKubernetes

Methods

GetCurrentPodAsync()

public Task<V1Pod> GetCurrentPodAsync()

Returns

Task<V1Pod>