Class IngressBackend

    • Constructor Detail

      • IngressBackend

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

        public IngressBackend​(String serviceName,
                              IntOrString servicePort)
    • Method Detail

      • getServiceName

        public String getServiceName()
        Specifies the name of the referenced service.
      • setServiceName

        public void setServiceName​(String serviceName)
        Specifies the name of the referenced service.
      • getServicePort

        public IntOrString getServicePort()
        IngressBackend describes all endpoints for a given service and port.
      • setServicePort

        public void setServicePort​(IntOrString servicePort)
        IngressBackend describes all endpoints for a given service and port.
      • getAdditionalProperties

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

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

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