Class RouteNamespaces

    • Constructor Detail

      • RouteNamespaces

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

      • getFrom

        public String getFrom()
        From indicates where Routes will be selected for this Gateway. Possible values are:


        * All: Routes in all namespaces may be used by this Gateway. * Selector: Routes in namespaces selected by the selector may be used by

        this Gateway.

        * Same: Only Routes in the same namespace may be used by this Gateway.


        Support: Core

      • setFrom

        public void setFrom​(String from)
        From indicates where Routes will be selected for this Gateway. Possible values are:


        * All: Routes in all namespaces may be used by this Gateway. * Selector: Routes in namespaces selected by the selector may be used by

        this Gateway.

        * Same: Only Routes in the same namespace may be used by this Gateway.


        Support: Core

      • getSelector

        public LabelSelector getSelector()
        RouteNamespaces indicate which namespaces Routes should be selected from.
      • setSelector

        public void setSelector​(LabelSelector selector)
        RouteNamespaces indicate which namespaces Routes should be selected from.
      • getAdditionalProperties

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

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

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