Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.ListenerNamespaces
-
Packages that use ListenerNamespaces Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 -
-
Uses of ListenerNamespaces in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return ListenerNamespaces Modifier and Type Method Description ListenerNamespacesListenerNamespacesBuilder. build()ListenerNamespacesAllowedListenersFluent. buildNamespaces()ListenerNamespacesAllowedListeners. getNamespaces()AllowedListeners defines which ListenerSets can be attached to this Gateway.Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type ListenerNamespaces Modifier and Type Method Description protected voidListenerNamespacesFluent. copyInstance(ListenerNamespaces instance)AllowedListenersFluent.NamespacesNested<A>AllowedListenersFluent. editOrNewNamespacesLike(ListenerNamespaces item)voidAllowedListeners. setNamespaces(ListenerNamespaces namespaces)AllowedListeners defines which ListenerSets can be attached to this Gateway.AAllowedListenersFluent. withNamespaces(ListenerNamespaces namespaces)AllowedListenersFluent.NamespacesNested<A>AllowedListenersFluent. withNewNamespacesLike(ListenerNamespaces item)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type ListenerNamespaces Constructor Description AllowedListeners(ListenerNamespaces namespaces)ListenerNamespacesBuilder(ListenerNamespaces instance)ListenerNamespacesBuilder(ListenerNamespacesFluent<?> fluent, ListenerNamespaces instance)ListenerNamespacesFluent(ListenerNamespaces instance)
-