Interface IPodUtilities
Namespace: Steeltoe.Common.Kubernetes
Assembly: Steeltoe.Common.Kubernetes.dll
Syntax
public interface IPodUtilities
Methods
| Edit this page View SourceGetCurrentPodAsync()
Declaration
Task<V1Pod> GetCurrentPodAsync()
Returns
Type | Description |
---|---|
Task<V1Pod> |