public class SecretVolumeSourceFluentImpl<A extends SecretVolumeSourceFluent<A>> extends BaseFluent<A> implements SecretVolumeSourceFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
SecretVolumeSourceFluentImpl.ItemsNestedImpl<N> |
SecretVolumeSourceFluent.ItemsNested<N>_visitables| Constructor and Description |
|---|
SecretVolumeSourceFluentImpl() |
SecretVolumeSourceFluentImpl(SecretVolumeSource instance) |
public SecretVolumeSourceFluentImpl()
public SecretVolumeSourceFluentImpl(SecretVolumeSource instance)
public Integer getDefaultMode()
getDefaultMode in interface SecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>public A withDefaultMode(Integer defaultMode)
withDefaultMode in interface SecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>public Boolean hasDefaultMode()
hasDefaultMode in interface SecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>public A addToItems(int index, KeyToPath item)
addToItems in interface SecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>public A setToItems(int index, KeyToPath item)
setToItems in interface SecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>public A addToItems(KeyToPath... items)
addToItems in interface SecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>public A addAllToItems(Collection<KeyToPath> items)
addAllToItems in interface SecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>public A removeFromItems(KeyToPath... items)
removeFromItems in interface SecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>public A removeAllFromItems(Collection<KeyToPath> items)
removeAllFromItems in interface SecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>@Deprecated public List<KeyToPath> getItems()
getItems in interface SecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>public List<KeyToPath> buildItems()
buildItems in interface SecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>public KeyToPath buildItem(int index)
buildItem in interface SecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>public KeyToPath buildFirstItem()
buildFirstItem in interface SecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>public KeyToPath buildLastItem()
buildLastItem in interface SecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>public KeyToPath buildMatchingItem(Predicate<KeyToPathBuilder> predicate)
buildMatchingItem in interface SecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>public A withItems(List<KeyToPath> items)
withItems in interface SecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>public A withItems(KeyToPath... items)
withItems in interface SecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>public Boolean hasItems()
hasItems in interface SecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>public A addNewItem(String key, Integer mode, String path)
addNewItem in interface SecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>public SecretVolumeSourceFluent.ItemsNested<A> addNewItem()
addNewItem in interface SecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>public SecretVolumeSourceFluent.ItemsNested<A> addNewItemLike(KeyToPath item)
addNewItemLike in interface SecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>public SecretVolumeSourceFluent.ItemsNested<A> setNewItemLike(int index, KeyToPath item)
setNewItemLike in interface SecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>public SecretVolumeSourceFluent.ItemsNested<A> editItem(int index)
editItem in interface SecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>public SecretVolumeSourceFluent.ItemsNested<A> editFirstItem()
editFirstItem in interface SecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>public SecretVolumeSourceFluent.ItemsNested<A> editLastItem()
editLastItem in interface SecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>public SecretVolumeSourceFluent.ItemsNested<A> editMatchingItem(Predicate<KeyToPathBuilder> predicate)
editMatchingItem in interface SecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>public Boolean isOptional()
isOptional in interface SecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>public A withOptional(Boolean optional)
withOptional in interface SecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>public Boolean hasOptional()
hasOptional in interface SecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>public A withNewOptional(String arg1)
withNewOptional in interface SecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>public A withNewOptional(boolean arg1)
withNewOptional in interface SecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>public String getSecretName()
getSecretName in interface SecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>public A withSecretName(String secretName)
withSecretName in interface SecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>public Boolean hasSecretName()
hasSecretName in interface SecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>Copyright © 2015–2019 Red Hat. All rights reserved.