Class ListenerNamespaces

    • Constructor Detail

      • ListenerNamespaces

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

      • getFrom

        public String getFrom()
        From indicates where ListenerSets can attach to this Gateway. Possible values are:


        * Same: Only ListenerSets in the same namespace may be attached to this Gateway. * Selector: ListenerSets in namespaces selected by the selector may be attached to this Gateway. * All: ListenerSets in all namespaces may be attached to this Gateway. * None: Only listeners defined in the Gateway's spec are allowed


        The default value None

      • setFrom

        public void setFrom​(String from)
        From indicates where ListenerSets can attach to this Gateway. Possible values are:


        * Same: Only ListenerSets in the same namespace may be attached to this Gateway. * Selector: ListenerSets in namespaces selected by the selector may be attached to this Gateway. * All: ListenerSets in all namespaces may be attached to this Gateway. * None: Only listeners defined in the Gateway's spec are allowed


        The default value None

      • getSelector

        public LabelSelector getSelector()
        ListenerNamespaces indicate which namespaces ListenerSets should be selected from.
      • setSelector

        public void setSelector​(LabelSelector selector)
        ListenerNamespaces indicate which namespaces ListenerSets 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)