Interface PodNameResolver
@DefaultImplementation(io.micronaut.kubernetes.client.openapi.resolver.DefaultPodNameResolver.class)
public interface PodNameResolver
Resolves the Pod name.
-
Method Summary
Modifier and TypeMethodDescriptionResolves the name of the POD this application is running in.
-
Method Details
-
getPodName
Resolves the name of the POD this application is running in.- Returns:
- pod name
-