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