public class IngressStatusFluent<A extends IngressStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
IngressStatusFluent.ComponentRoutesNested<N> |
| Constructor and Description |
|---|
IngressStatusFluent() |
IngressStatusFluent(IngressStatus instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic IngressStatusFluent()
public IngressStatusFluent(IngressStatus instance)
protected void copyInstance(IngressStatus instance)
public A addToComponentRoutes(int index, ComponentRouteStatus item)
public A setToComponentRoutes(int index, ComponentRouteStatus item)
public A addToComponentRoutes(ComponentRouteStatus... items)
public A addAllToComponentRoutes(Collection<ComponentRouteStatus> items)
public A removeFromComponentRoutes(ComponentRouteStatus... items)
public A removeAllFromComponentRoutes(Collection<ComponentRouteStatus> items)
public A removeMatchingFromComponentRoutes(Predicate<ComponentRouteStatusBuilder> predicate)
public List<ComponentRouteStatus> buildComponentRoutes()
public ComponentRouteStatus buildComponentRoute(int index)
public ComponentRouteStatus buildFirstComponentRoute()
public ComponentRouteStatus buildLastComponentRoute()
public ComponentRouteStatus buildMatchingComponentRoute(Predicate<ComponentRouteStatusBuilder> predicate)
public boolean hasMatchingComponentRoute(Predicate<ComponentRouteStatusBuilder> predicate)
public A withComponentRoutes(List<ComponentRouteStatus> componentRoutes)
public A withComponentRoutes(ComponentRouteStatus... componentRoutes)
public boolean hasComponentRoutes()
public IngressStatusFluent.ComponentRoutesNested<A> addNewComponentRoute()
public IngressStatusFluent.ComponentRoutesNested<A> addNewComponentRouteLike(ComponentRouteStatus item)
public IngressStatusFluent.ComponentRoutesNested<A> setNewComponentRouteLike(int index, ComponentRouteStatus item)
public IngressStatusFluent.ComponentRoutesNested<A> editComponentRoute(int index)
public IngressStatusFluent.ComponentRoutesNested<A> editFirstComponentRoute()
public IngressStatusFluent.ComponentRoutesNested<A> editLastComponentRoute()
public IngressStatusFluent.ComponentRoutesNested<A> editMatchingComponentRoute(Predicate<ComponentRouteStatusBuilder> predicate)
public String getDefaultPlacement()
public boolean hasDefaultPlacement()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends IngressStatusFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends IngressStatusFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.