public class CELInterceptorFluent<A extends CELInterceptorFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
CELInterceptorFluent.OverlaysNested<N> |
| Constructor and Description |
|---|
CELInterceptorFluent() |
CELInterceptorFluent(CELInterceptor instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic CELInterceptorFluent()
public CELInterceptorFluent(CELInterceptor instance)
protected void copyInstance(CELInterceptor instance)
public String getFilter()
public boolean hasFilter()
public A addToOverlays(int index, CELOverlay item)
public A setToOverlays(int index, CELOverlay item)
public A addToOverlays(CELOverlay... items)
public A addAllToOverlays(Collection<CELOverlay> items)
public A removeFromOverlays(CELOverlay... items)
public A removeAllFromOverlays(Collection<CELOverlay> items)
public A removeMatchingFromOverlays(Predicate<CELOverlayBuilder> predicate)
public List<CELOverlay> buildOverlays()
public CELOverlay buildOverlay(int index)
public CELOverlay buildFirstOverlay()
public CELOverlay buildLastOverlay()
public CELOverlay buildMatchingOverlay(Predicate<CELOverlayBuilder> predicate)
public boolean hasMatchingOverlay(Predicate<CELOverlayBuilder> predicate)
public A withOverlays(List<CELOverlay> overlays)
public A withOverlays(CELOverlay... overlays)
public boolean hasOverlays()
public CELInterceptorFluent.OverlaysNested<A> addNewOverlay()
public CELInterceptorFluent.OverlaysNested<A> addNewOverlayLike(CELOverlay item)
public CELInterceptorFluent.OverlaysNested<A> setNewOverlayLike(int index, CELOverlay item)
public CELInterceptorFluent.OverlaysNested<A> editOverlay(int index)
public CELInterceptorFluent.OverlaysNested<A> editFirstOverlay()
public CELInterceptorFluent.OverlaysNested<A> editLastOverlay()
public CELInterceptorFluent.OverlaysNested<A> editMatchingOverlay(Predicate<CELOverlayBuilder> predicate)
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CELInterceptorFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CELInterceptorFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.