public interface IntegrationPlatformListFluent<A extends IntegrationPlatformListFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IntegrationPlatformListFluent.ItemsNested<N> |
String getApiVersion()
Boolean hasApiVersion()
@Deprecated A withNewApiVersion(String arg0)
A addToItems(int index, IntegrationPlatform item)
A setToItems(int index, IntegrationPlatform item)
A addToItems(IntegrationPlatform... items)
A addAllToItems(Collection<IntegrationPlatform> items)
A removeFromItems(IntegrationPlatform... items)
A removeAllFromItems(Collection<IntegrationPlatform> items)
A removeMatchingFromItems(Predicate<IntegrationPlatformBuilder> predicate)
@Deprecated List<IntegrationPlatform> getItems()
List<IntegrationPlatform> buildItems()
IntegrationPlatform buildItem(int index)
IntegrationPlatform buildFirstItem()
IntegrationPlatform buildLastItem()
IntegrationPlatform buildMatchingItem(Predicate<IntegrationPlatformBuilder> predicate)
Boolean hasMatchingItem(Predicate<IntegrationPlatformBuilder> predicate)
A withItems(List<IntegrationPlatform> items)
A withItems(IntegrationPlatform... items)
Boolean hasItems()
IntegrationPlatformListFluent.ItemsNested<A> addNewItem()
IntegrationPlatformListFluent.ItemsNested<A> addNewItemLike(IntegrationPlatform item)
IntegrationPlatformListFluent.ItemsNested<A> setNewItemLike(int index, IntegrationPlatform item)
IntegrationPlatformListFluent.ItemsNested<A> editItem(int index)
IntegrationPlatformListFluent.ItemsNested<A> editFirstItem()
IntegrationPlatformListFluent.ItemsNested<A> editLastItem()
IntegrationPlatformListFluent.ItemsNested<A> editMatchingItem(Predicate<IntegrationPlatformBuilder> 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.