Class AllowedListenersFluent<A extends AllowedListenersFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.gatewayapi.v1.AllowedListenersFluent<A>
-
- Direct Known Subclasses:
AllowedListenersBuilder,GatewaySpecFluent.AllowedListenersNested
public class AllowedListenersFluent<A extends AllowedListenersFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classAllowedListenersFluent.NamespacesNested<N>
-
Constructor Summary
Constructors Constructor Description AllowedListenersFluent()AllowedListenersFluent(AllowedListeners instance)
-
Method Summary
-
-
-
Constructor Detail
-
AllowedListenersFluent
public AllowedListenersFluent()
-
AllowedListenersFluent
public AllowedListenersFluent(AllowedListeners instance)
-
-
Method Detail
-
buildNamespaces
public ListenerNamespaces buildNamespaces()
-
copyInstance
protected void copyInstance(AllowedListeners instance)
-
editNamespaces
public AllowedListenersFluent.NamespacesNested<A> editNamespaces()
-
editOrNewNamespaces
public AllowedListenersFluent.NamespacesNested<A> editOrNewNamespaces()
-
editOrNewNamespacesLike
public AllowedListenersFluent.NamespacesNested<A> editOrNewNamespacesLike(ListenerNamespaces item)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends AllowedListenersFluent<A>>
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasNamespaces
public boolean hasNamespaces()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends AllowedListenersFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withNamespaces
public A withNamespaces(ListenerNamespaces namespaces)
-
withNewNamespaces
public AllowedListenersFluent.NamespacesNested<A> withNewNamespaces()
-
withNewNamespacesLike
public AllowedListenersFluent.NamespacesNested<A> withNewNamespacesLike(ListenerNamespaces item)
-
-