public interface PerResourceAPIRequestLogFluent<A extends PerResourceAPIRequestLogFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PerResourceAPIRequestLogFluent.ByNodeNested<N> |
A addToByNode(Integer index, PerNodeAPIRequestLog item)
A setToByNode(Integer index, PerNodeAPIRequestLog item)
A addToByNode(PerNodeAPIRequestLog... items)
A addAllToByNode(Collection<PerNodeAPIRequestLog> items)
A removeFromByNode(PerNodeAPIRequestLog... items)
A removeAllFromByNode(Collection<PerNodeAPIRequestLog> items)
A removeMatchingFromByNode(Predicate<PerNodeAPIRequestLogBuilder> predicate)
@Deprecated List<PerNodeAPIRequestLog> getByNode()
List<PerNodeAPIRequestLog> buildByNode()
PerNodeAPIRequestLog buildByNode(Integer index)
PerNodeAPIRequestLog buildFirstByNode()
PerNodeAPIRequestLog buildLastByNode()
PerNodeAPIRequestLog buildMatchingByNode(Predicate<PerNodeAPIRequestLogBuilder> predicate)
Boolean hasMatchingByNode(Predicate<PerNodeAPIRequestLogBuilder> predicate)
A withByNode(List<PerNodeAPIRequestLog> byNode)
A withByNode(PerNodeAPIRequestLog... byNode)
Boolean hasByNode()
PerResourceAPIRequestLogFluent.ByNodeNested<A> addNewByNode()
PerResourceAPIRequestLogFluent.ByNodeNested<A> addNewByNodeLike(PerNodeAPIRequestLog item)
PerResourceAPIRequestLogFluent.ByNodeNested<A> setNewByNodeLike(Integer index, PerNodeAPIRequestLog item)
PerResourceAPIRequestLogFluent.ByNodeNested<A> editByNode(Integer index)
PerResourceAPIRequestLogFluent.ByNodeNested<A> editFirstByNode()
PerResourceAPIRequestLogFluent.ByNodeNested<A> editLastByNode()
PerResourceAPIRequestLogFluent.ByNodeNested<A> editMatchingByNode(Predicate<PerNodeAPIRequestLogBuilder> predicate)
Long getRequestCount()
Boolean hasRequestCount()
Boolean hasAdditionalProperties()
Copyright © 2015–2023 Red Hat. All rights reserved.