Class ConsoleSampleContainerImportSourceService

    • Constructor Detail

      • ConsoleSampleContainerImportSourceService

        public ConsoleSampleContainerImportSourceService()
        No args constructor for use in serialization
      • ConsoleSampleContainerImportSourceService

        public ConsoleSampleContainerImportSourceService​(Integer targetPort)
    • Method Detail

      • getTargetPort

        public Integer getTargetPort()
        targetPort is the port that the service listens on for HTTP requests. This port will be used for Service and Route created for this sample. Port must be in the range 1 to 65535. Default port is 8080.
      • setTargetPort

        public void setTargetPort​(Integer targetPort)
        targetPort is the port that the service listens on for HTTP requests. This port will be used for Service and Route created for this sample. Port must be in the range 1 to 65535. Default port is 8080.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)