Class AllowedListeners
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.gatewayapi.v1.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 Summary
Constructors Constructor Description AllowedListeners()No args constructor for use in serializationAllowedListeners(ListenerNamespaces namespaces)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AllowedListenersBuilderedit()Map<String,Object>getAdditionalProperties()ListenerNamespacesgetNamespaces()AllowedListeners defines which ListenerSets can be attached to this Gateway.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetNamespaces(ListenerNamespaces namespaces)AllowedListeners defines which ListenerSets can be attached to this Gateway.AllowedListenersBuildertoBuilder()
-
-
-
Constructor Detail
-
AllowedListeners
public AllowedListeners()
No args constructor for use in serialization
-
AllowedListeners
public AllowedListeners(ListenerNamespaces namespaces)
-
-
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.
-
edit
public AllowedListenersBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<AllowedListenersBuilder>
-
toBuilder
public AllowedListenersBuilder toBuilder()
-
-