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
KubernetesApplicationOptionslogger
ILoggerkubernetes
IKubernetes
Methods
GetCurrentPodAsync()
public Task<V1Pod> GetCurrentPodAsync()
Returns
- Task<V1Pod>