public interface OperatorPKIListFluent<A extends OperatorPKIListFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
OperatorPKIListFluent.ItemsNested<N> |
String getApiVersion()
Boolean hasApiVersion()
A addToItems(Integer index, OperatorPKI item)
A setToItems(Integer index, OperatorPKI item)
A addToItems(OperatorPKI... items)
A addAllToItems(Collection<OperatorPKI> items)
A removeFromItems(OperatorPKI... items)
A removeAllFromItems(Collection<OperatorPKI> items)
A removeMatchingFromItems(Predicate<OperatorPKIBuilder> predicate)
@Deprecated List<OperatorPKI> getItems()
List<OperatorPKI> buildItems()
OperatorPKI buildItem(Integer index)
OperatorPKI buildFirstItem()
OperatorPKI buildLastItem()
OperatorPKI buildMatchingItem(Predicate<OperatorPKIBuilder> predicate)
Boolean hasMatchingItem(Predicate<OperatorPKIBuilder> predicate)
A withItems(List<OperatorPKI> items)
A withItems(OperatorPKI... items)
Boolean hasItems()
OperatorPKIListFluent.ItemsNested<A> addNewItem()
OperatorPKIListFluent.ItemsNested<A> addNewItemLike(OperatorPKI item)
OperatorPKIListFluent.ItemsNested<A> setNewItemLike(Integer index, OperatorPKI item)
OperatorPKIListFluent.ItemsNested<A> editItem(Integer index)
OperatorPKIListFluent.ItemsNested<A> editFirstItem()
OperatorPKIListFluent.ItemsNested<A> editLastItem()
OperatorPKIListFluent.ItemsNested<A> editMatchingItem(Predicate<OperatorPKIBuilder> predicate)
String getKind()
Boolean hasKind()
io.fabric8.kubernetes.api.model.ListMeta getMetadata()
A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
Boolean hasMetadata()
A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
Boolean hasAdditionalProperties()
Copyright © 2015–2023 Red Hat. All rights reserved.