Class IngressBackend

    • Constructor Detail

      • IngressBackend

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

      • getResource

        public TypedLocalObjectReference getResource()
        IngressBackend describes all endpoints for a given service and port.
      • setResource

        public void setResource​(TypedLocalObjectReference resource)
        IngressBackend describes all endpoints for a given service and port.
      • 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)