Package io.micronaut.kubernetes.client
Interface PodNameResolver
- All Known Implementing Classes:
DefaultPodNameResolver
Resolves the Pod name.
- Since:
- 3.3
- Author:
- Pavol Gressa
-
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
-