Package flyteidl.core

Interface Tasks.ContainerPortOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Tasks.ContainerPort, Tasks.ContainerPort.Builder
    Enclosing class:
    Tasks

    public static interface Tasks.ContainerPortOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getContainerPort()
      Number of port to expose on the pod's IP address.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getContainerPort

        int getContainerPort()
         Number of port to expose on the pod's IP address.
         This must be a valid port number, 0 < x < 65536.
         
        uint32 container_port = 1;
        Returns:
        The containerPort.