Interface PodNameResolver

All Known Implementing Classes:
DefaultPodNameResolver

@DefaultImplementation(DefaultPodNameResolver.class) public interface PodNameResolver
Resolves the Pod name.
Since:
3.3
Author:
Pavol Gressa
  • Method Summary

    Modifier and Type
    Method
    Description
    Resolves the name of the POD this application is running in.
  • Method Details

    • getPodName

      Optional<String> getPodName()
      Resolves the name of the POD this application is running in.
      Returns:
      pod name