public interface V1ConfigMapProjectionFluent<A extends V1ConfigMapProjectionFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1ConfigMapProjectionFluent.ItemsNested<N> |
A addToItems(int index, V1KeyToPath item)
A setToItems(int index, V1KeyToPath item)
A addToItems(V1KeyToPath... items)
A addAllToItems(Collection<V1KeyToPath> items)
A removeFromItems(V1KeyToPath... items)
A removeAllFromItems(Collection<V1KeyToPath> items)
A removeMatchingFromItems(Predicate<V1KeyToPathBuilder> predicate)
@Deprecated List<V1KeyToPath> getItems()
List<V1KeyToPath> buildItems()
V1KeyToPath buildItem(int index)
V1KeyToPath buildFirstItem()
V1KeyToPath buildLastItem()
V1KeyToPath buildMatchingItem(Predicate<V1KeyToPathBuilder> predicate)
Boolean hasMatchingItem(Predicate<V1KeyToPathBuilder> predicate)
A withItems(List<V1KeyToPath> items)
A withItems(V1KeyToPath... items)
Boolean hasItems()
V1ConfigMapProjectionFluent.ItemsNested<A> addNewItem()
V1ConfigMapProjectionFluent.ItemsNested<A> addNewItemLike(V1KeyToPath item)
V1ConfigMapProjectionFluent.ItemsNested<A> setNewItemLike(int index, V1KeyToPath item)
V1ConfigMapProjectionFluent.ItemsNested<A> editItem(int index)
V1ConfigMapProjectionFluent.ItemsNested<A> editFirstItem()
V1ConfigMapProjectionFluent.ItemsNested<A> editLastItem()
V1ConfigMapProjectionFluent.ItemsNested<A> editMatchingItem(Predicate<V1KeyToPathBuilder> predicate)
String getName()
Boolean hasName()
A withNewName(StringBuilder arg1)
A withNewName(StringBuffer arg1)
Boolean isOptional()
Boolean hasOptional()
A withNewOptional(boolean arg1)
Copyright © 2020. All rights reserved.