public interface SecretProjectionFluent<A extends SecretProjectionFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
SecretProjectionFluent.ItemsNested<N> |
A addAllToItems(Collection<KeyToPath> items)
A removeAllFromItems(Collection<KeyToPath> items)
@Deprecated List<KeyToPath> getItems()
KeyToPath buildItem(int index)
KeyToPath buildFirstItem()
KeyToPath buildLastItem()
KeyToPath buildMatchingItem(Predicate<KeyToPathBuilder> predicate)
Boolean hasItems()
SecretProjectionFluent.ItemsNested<A> addNewItem()
SecretProjectionFluent.ItemsNested<A> addNewItemLike(KeyToPath item)
SecretProjectionFluent.ItemsNested<A> setNewItemLike(int index, KeyToPath item)
SecretProjectionFluent.ItemsNested<A> editItem(int index)
SecretProjectionFluent.ItemsNested<A> editFirstItem()
SecretProjectionFluent.ItemsNested<A> editLastItem()
SecretProjectionFluent.ItemsNested<A> editMatchingItem(Predicate<KeyToPathBuilder> predicate)
String getName()
Boolean hasName()
Boolean isOptional()
Boolean hasOptional()
Copyright © 2011–2018 Red Hat. All rights reserved.