Package io.micronaut.kubernetes.client
Interface PodNameResolver
- All Known Implementing Classes:
- DefaultPodNameResolver
Resolves the Pod name.
- Since:
- 3.3
- Author:
- Pavol Gressa
- 
Method SummaryModifier and TypeMethodDescriptionResolves the name of the POD this application is running in.
- 
Method Details- 
getPodNameResolves the name of the POD this application is running in.- Returns:
- pod name
 
 
-