Class ListenerStatusFluent<A extends ListenerStatusFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.gatewayapi.v1.ListenerStatusFluent<A>
-
- Direct Known Subclasses:
GatewayStatusFluent.ListenersNested,ListenerStatusBuilder
public class ListenerStatusFluent<A extends ListenerStatusFluent<A>> extends BaseFluent<A>
Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classListenerStatusFluent.SupportedKindsNested<N>
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT
-
-
Constructor Summary
Constructors Constructor Description ListenerStatusFluent()ListenerStatusFluent(ListenerStatus instance)
-
Method Summary
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ListenerStatusFluent
public ListenerStatusFluent()
-
ListenerStatusFluent
public ListenerStatusFluent(ListenerStatus instance)
-
-
Method Detail
-
addAllToConditions
public A addAllToConditions(Collection<Condition> items)
-
addAllToSupportedKinds
public A addAllToSupportedKinds(Collection<RouteGroupKind> items)
-
addNewSupportedKind
public ListenerStatusFluent.SupportedKindsNested<A> addNewSupportedKind()
-
addNewSupportedKindLike
public ListenerStatusFluent.SupportedKindsNested<A> addNewSupportedKindLike(RouteGroupKind item)
-
addToSupportedKinds
public A addToSupportedKinds(RouteGroupKind... items)
-
addToSupportedKinds
public A addToSupportedKinds(int index, RouteGroupKind item)
-
buildFirstSupportedKind
public RouteGroupKind buildFirstSupportedKind()
-
buildLastSupportedKind
public RouteGroupKind buildLastSupportedKind()
-
buildMatchingSupportedKind
public RouteGroupKind buildMatchingSupportedKind(Predicate<RouteGroupKindBuilder> predicate)
-
buildSupportedKind
public RouteGroupKind buildSupportedKind(int index)
-
buildSupportedKinds
public List<RouteGroupKind> buildSupportedKinds()
-
copyInstance
protected void copyInstance(ListenerStatus instance)
-
editFirstSupportedKind
public ListenerStatusFluent.SupportedKindsNested<A> editFirstSupportedKind()
-
editLastSupportedKind
public ListenerStatusFluent.SupportedKindsNested<A> editLastSupportedKind()
-
editMatchingSupportedKind
public ListenerStatusFluent.SupportedKindsNested<A> editMatchingSupportedKind(Predicate<RouteGroupKindBuilder> predicate)
-
editSupportedKind
public ListenerStatusFluent.SupportedKindsNested<A> editSupportedKind(int index)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classBaseFluent<A extends ListenerStatusFluent<A>>
-
getAttachedRoutes
public Integer getAttachedRoutes()
-
getCondition
public Condition getCondition(int index)
-
getFirstCondition
public Condition getFirstCondition()
-
getLastCondition
public Condition getLastCondition()
-
getName
public String getName()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasAttachedRoutes
public boolean hasAttachedRoutes()
-
hasConditions
public boolean hasConditions()
-
hasMatchingSupportedKind
public boolean hasMatchingSupportedKind(Predicate<RouteGroupKindBuilder> predicate)
-
hasName
public boolean hasName()
-
hasSupportedKinds
public boolean hasSupportedKinds()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classBaseFluent<A extends ListenerStatusFluent<A>>
-
removeAllFromConditions
public A removeAllFromConditions(Collection<Condition> items)
-
removeAllFromSupportedKinds
public A removeAllFromSupportedKinds(Collection<RouteGroupKind> items)
-
removeFromSupportedKinds
public A removeFromSupportedKinds(RouteGroupKind... items)
-
removeMatchingFromSupportedKinds
public A removeMatchingFromSupportedKinds(Predicate<RouteGroupKindBuilder> predicate)
-
setNewSupportedKindLike
public ListenerStatusFluent.SupportedKindsNested<A> setNewSupportedKindLike(int index, RouteGroupKind item)
-
setToSupportedKinds
public A setToSupportedKinds(int index, RouteGroupKind item)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withSupportedKinds
public A withSupportedKinds(List<RouteGroupKind> supportedKinds)
-
withSupportedKinds
public A withSupportedKinds(RouteGroupKind... supportedKinds)
-
-