Class Pod

  • Direct Known Subclasses:
    Container

    public abstract class Pod
    extends JsonRepresentable
    Represents a pod that can be scheduled on Polaris
    • Constructor Summary

      Constructors 
      Constructor Description
      Pod​(java.lang.String type, java.lang.String id)  
    • Constructor Detail

      • Pod

        public Pod​(java.lang.String type,
                   java.lang.String id)
        Parameters:
        type - the type of pod
        id - the pod id
    • Method Detail

      • getType

        public java.lang.String getType()
      • getId

        public java.lang.String getId()
      • canUseRunner

        public abstract boolean canUseRunner​(java.lang.String runner)