public class IngressStatusFluentImpl<A extends IngressStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements IngressStatusFluent<A>
IngressStatusFluent.ComponentRoutesNested<N>| Constructor and Description |
|---|
IngressStatusFluentImpl() |
IngressStatusFluentImpl(IngressStatus instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic IngressStatusFluentImpl()
public IngressStatusFluentImpl(IngressStatus instance)
public A addToComponentRoutes(Integer index, ComponentRouteStatus item)
addToComponentRoutes in interface IngressStatusFluent<A extends IngressStatusFluent<A>>public A setToComponentRoutes(Integer index, ComponentRouteStatus item)
setToComponentRoutes in interface IngressStatusFluent<A extends IngressStatusFluent<A>>public A addToComponentRoutes(ComponentRouteStatus... items)
addToComponentRoutes in interface IngressStatusFluent<A extends IngressStatusFluent<A>>public A addAllToComponentRoutes(Collection<ComponentRouteStatus> items)
addAllToComponentRoutes in interface IngressStatusFluent<A extends IngressStatusFluent<A>>public A removeFromComponentRoutes(ComponentRouteStatus... items)
removeFromComponentRoutes in interface IngressStatusFluent<A extends IngressStatusFluent<A>>public A removeAllFromComponentRoutes(Collection<ComponentRouteStatus> items)
removeAllFromComponentRoutes in interface IngressStatusFluent<A extends IngressStatusFluent<A>>public A removeMatchingFromComponentRoutes(Predicate<ComponentRouteStatusBuilder> predicate)
removeMatchingFromComponentRoutes in interface IngressStatusFluent<A extends IngressStatusFluent<A>>@Deprecated public List<ComponentRouteStatus> getComponentRoutes()
getComponentRoutes in interface IngressStatusFluent<A extends IngressStatusFluent<A>>public List<ComponentRouteStatus> buildComponentRoutes()
buildComponentRoutes in interface IngressStatusFluent<A extends IngressStatusFluent<A>>public ComponentRouteStatus buildComponentRoute(Integer index)
buildComponentRoute in interface IngressStatusFluent<A extends IngressStatusFluent<A>>public ComponentRouteStatus buildFirstComponentRoute()
buildFirstComponentRoute in interface IngressStatusFluent<A extends IngressStatusFluent<A>>public ComponentRouteStatus buildLastComponentRoute()
buildLastComponentRoute in interface IngressStatusFluent<A extends IngressStatusFluent<A>>public ComponentRouteStatus buildMatchingComponentRoute(Predicate<ComponentRouteStatusBuilder> predicate)
buildMatchingComponentRoute in interface IngressStatusFluent<A extends IngressStatusFluent<A>>public Boolean hasMatchingComponentRoute(Predicate<ComponentRouteStatusBuilder> predicate)
hasMatchingComponentRoute in interface IngressStatusFluent<A extends IngressStatusFluent<A>>public A withComponentRoutes(List<ComponentRouteStatus> componentRoutes)
withComponentRoutes in interface IngressStatusFluent<A extends IngressStatusFluent<A>>public A withComponentRoutes(ComponentRouteStatus... componentRoutes)
withComponentRoutes in interface IngressStatusFluent<A extends IngressStatusFluent<A>>public Boolean hasComponentRoutes()
hasComponentRoutes in interface IngressStatusFluent<A extends IngressStatusFluent<A>>public IngressStatusFluent.ComponentRoutesNested<A> addNewComponentRoute()
addNewComponentRoute in interface IngressStatusFluent<A extends IngressStatusFluent<A>>public IngressStatusFluent.ComponentRoutesNested<A> addNewComponentRouteLike(ComponentRouteStatus item)
addNewComponentRouteLike in interface IngressStatusFluent<A extends IngressStatusFluent<A>>public IngressStatusFluent.ComponentRoutesNested<A> setNewComponentRouteLike(Integer index, ComponentRouteStatus item)
setNewComponentRouteLike in interface IngressStatusFluent<A extends IngressStatusFluent<A>>public IngressStatusFluent.ComponentRoutesNested<A> editComponentRoute(Integer index)
editComponentRoute in interface IngressStatusFluent<A extends IngressStatusFluent<A>>public IngressStatusFluent.ComponentRoutesNested<A> editFirstComponentRoute()
editFirstComponentRoute in interface IngressStatusFluent<A extends IngressStatusFluent<A>>public IngressStatusFluent.ComponentRoutesNested<A> editLastComponentRoute()
editLastComponentRoute in interface IngressStatusFluent<A extends IngressStatusFluent<A>>public IngressStatusFluent.ComponentRoutesNested<A> editMatchingComponentRoute(Predicate<ComponentRouteStatusBuilder> predicate)
editMatchingComponentRoute in interface IngressStatusFluent<A extends IngressStatusFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface IngressStatusFluent<A extends IngressStatusFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface IngressStatusFluent<A extends IngressStatusFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface IngressStatusFluent<A extends IngressStatusFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface IngressStatusFluent<A extends IngressStatusFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface IngressStatusFluent<A extends IngressStatusFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface IngressStatusFluent<A extends IngressStatusFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface IngressStatusFluent<A extends IngressStatusFluent<A>>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–2022 Red Hat. All rights reserved.