Class PortConfig


  • public class PortConfig
    extends Object
    • Field Detail

      • containerPort

        @ConfigItem
        OptionalInt containerPort
        The port number. Refers to the container port.
      • hostPort

        @ConfigItem
        OptionalInt hostPort
        The host port.
      • path

        @ConfigItem(defaultValue="/")
        Optional<String> path
        The application path (refers to web application path).
      • protocol

        @ConfigItem(defaultValue="TCP")
        io.dekorate.kubernetes.annotation.Protocol protocol
        The protocol.
    • Constructor Detail

      • PortConfig

        public PortConfig()