Interface EphemeralAgentPod

All Known Implementing Classes:
EphemeralAgentPodImpl

public interface EphemeralAgentPod
Representation of the ephemeral pod
Since:
9.3
  • Method Details

    • getName

      @NotNull @NotNull String getName()
      Pod's name
    • getHostname

      @NotNull @NotNull String getHostname()
      Pod's hostname
    • getPodIP

      @NotNull @NotNull String getPodIP()
      Pod's IP
    • getCreationDate

      @NotNull @NotNull Date getCreationDate()
      Pod's creation date
    • getPhase

      @NotNull @NotNull PodPhase getPhase()
      Pod's status
    • getContainers

      @NotNull @NotNull List<EphemeralAgentPod.EphemeralAgentPodContainer> getContainers()
      List of containers in the pod