Class AllowedListeners

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<AllowedListenersBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class AllowedListeners
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<AllowedListenersBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    AllowedListeners defines which ListenerSets can be attached to this Gateway.
    See Also:
    Serialized Form
    • Constructor Detail

      • AllowedListeners

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

      • getNamespaces

        public ListenerNamespaces getNamespaces()
        AllowedListeners defines which ListenerSets can be attached to this Gateway.
      • setNamespaces

        public void setNamespaces​(ListenerNamespaces namespaces)
        AllowedListeners defines which ListenerSets can be attached to this Gateway.
      • getAdditionalProperties

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

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

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