public class V1SecretVolumeSourceFluentImpl<A extends V1SecretVolumeSourceFluent<A>> extends BaseFluent<A> implements V1SecretVolumeSourceFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
V1SecretVolumeSourceFluentImpl.ItemsNestedImpl<N> |
V1SecretVolumeSourceFluent.ItemsNested<N>
_visitables
Constructor and Description |
---|
V1SecretVolumeSourceFluentImpl() |
V1SecretVolumeSourceFluentImpl(V1SecretVolumeSource instance) |
public V1SecretVolumeSourceFluentImpl()
public V1SecretVolumeSourceFluentImpl(V1SecretVolumeSource instance)
public Integer getDefaultMode()
getDefaultMode
in interface V1SecretVolumeSourceFluent<A extends V1SecretVolumeSourceFluent<A>>
public A withDefaultMode(Integer defaultMode)
withDefaultMode
in interface V1SecretVolumeSourceFluent<A extends V1SecretVolumeSourceFluent<A>>
public Boolean hasDefaultMode()
hasDefaultMode
in interface V1SecretVolumeSourceFluent<A extends V1SecretVolumeSourceFluent<A>>
public A addToItems(int index, V1KeyToPath item)
addToItems
in interface V1SecretVolumeSourceFluent<A extends V1SecretVolumeSourceFluent<A>>
public A setToItems(int index, V1KeyToPath item)
setToItems
in interface V1SecretVolumeSourceFluent<A extends V1SecretVolumeSourceFluent<A>>
public A addToItems(V1KeyToPath... items)
addToItems
in interface V1SecretVolumeSourceFluent<A extends V1SecretVolumeSourceFluent<A>>
public A addAllToItems(Collection<V1KeyToPath> items)
addAllToItems
in interface V1SecretVolumeSourceFluent<A extends V1SecretVolumeSourceFluent<A>>
public A removeFromItems(V1KeyToPath... items)
removeFromItems
in interface V1SecretVolumeSourceFluent<A extends V1SecretVolumeSourceFluent<A>>
public A removeAllFromItems(Collection<V1KeyToPath> items)
removeAllFromItems
in interface V1SecretVolumeSourceFluent<A extends V1SecretVolumeSourceFluent<A>>
@Deprecated public List<V1KeyToPath> getItems()
getItems
in interface V1SecretVolumeSourceFluent<A extends V1SecretVolumeSourceFluent<A>>
public List<V1KeyToPath> buildItems()
buildItems
in interface V1SecretVolumeSourceFluent<A extends V1SecretVolumeSourceFluent<A>>
public V1KeyToPath buildItem(int index)
buildItem
in interface V1SecretVolumeSourceFluent<A extends V1SecretVolumeSourceFluent<A>>
public V1KeyToPath buildFirstItem()
buildFirstItem
in interface V1SecretVolumeSourceFluent<A extends V1SecretVolumeSourceFluent<A>>
public V1KeyToPath buildLastItem()
buildLastItem
in interface V1SecretVolumeSourceFluent<A extends V1SecretVolumeSourceFluent<A>>
public V1KeyToPath buildMatchingItem(Predicate<V1KeyToPathBuilder> predicate)
buildMatchingItem
in interface V1SecretVolumeSourceFluent<A extends V1SecretVolumeSourceFluent<A>>
public Boolean hasMatchingItem(Predicate<V1KeyToPathBuilder> predicate)
hasMatchingItem
in interface V1SecretVolumeSourceFluent<A extends V1SecretVolumeSourceFluent<A>>
public A withItems(List<V1KeyToPath> items)
withItems
in interface V1SecretVolumeSourceFluent<A extends V1SecretVolumeSourceFluent<A>>
public A withItems(V1KeyToPath... items)
withItems
in interface V1SecretVolumeSourceFluent<A extends V1SecretVolumeSourceFluent<A>>
public Boolean hasItems()
hasItems
in interface V1SecretVolumeSourceFluent<A extends V1SecretVolumeSourceFluent<A>>
public V1SecretVolumeSourceFluent.ItemsNested<A> addNewItem()
addNewItem
in interface V1SecretVolumeSourceFluent<A extends V1SecretVolumeSourceFluent<A>>
public V1SecretVolumeSourceFluent.ItemsNested<A> addNewItemLike(V1KeyToPath item)
addNewItemLike
in interface V1SecretVolumeSourceFluent<A extends V1SecretVolumeSourceFluent<A>>
public V1SecretVolumeSourceFluent.ItemsNested<A> setNewItemLike(int index, V1KeyToPath item)
setNewItemLike
in interface V1SecretVolumeSourceFluent<A extends V1SecretVolumeSourceFluent<A>>
public V1SecretVolumeSourceFluent.ItemsNested<A> editItem(int index)
editItem
in interface V1SecretVolumeSourceFluent<A extends V1SecretVolumeSourceFluent<A>>
public V1SecretVolumeSourceFluent.ItemsNested<A> editFirstItem()
editFirstItem
in interface V1SecretVolumeSourceFluent<A extends V1SecretVolumeSourceFluent<A>>
public V1SecretVolumeSourceFluent.ItemsNested<A> editLastItem()
editLastItem
in interface V1SecretVolumeSourceFluent<A extends V1SecretVolumeSourceFluent<A>>
public V1SecretVolumeSourceFluent.ItemsNested<A> editMatchingItem(Predicate<V1KeyToPathBuilder> predicate)
editMatchingItem
in interface V1SecretVolumeSourceFluent<A extends V1SecretVolumeSourceFluent<A>>
public Boolean isOptional()
isOptional
in interface V1SecretVolumeSourceFluent<A extends V1SecretVolumeSourceFluent<A>>
public A withOptional(Boolean optional)
withOptional
in interface V1SecretVolumeSourceFluent<A extends V1SecretVolumeSourceFluent<A>>
public Boolean hasOptional()
hasOptional
in interface V1SecretVolumeSourceFluent<A extends V1SecretVolumeSourceFluent<A>>
public A withNewOptional(String arg1)
withNewOptional
in interface V1SecretVolumeSourceFluent<A extends V1SecretVolumeSourceFluent<A>>
public A withNewOptional(boolean arg1)
withNewOptional
in interface V1SecretVolumeSourceFluent<A extends V1SecretVolumeSourceFluent<A>>
public String getSecretName()
getSecretName
in interface V1SecretVolumeSourceFluent<A extends V1SecretVolumeSourceFluent<A>>
public A withSecretName(String secretName)
withSecretName
in interface V1SecretVolumeSourceFluent<A extends V1SecretVolumeSourceFluent<A>>
public Boolean hasSecretName()
hasSecretName
in interface V1SecretVolumeSourceFluent<A extends V1SecretVolumeSourceFluent<A>>
public A withNewSecretName(String arg1)
withNewSecretName
in interface V1SecretVolumeSourceFluent<A extends V1SecretVolumeSourceFluent<A>>
public A withNewSecretName(StringBuilder arg1)
withNewSecretName
in interface V1SecretVolumeSourceFluent<A extends V1SecretVolumeSourceFluent<A>>
public A withNewSecretName(StringBuffer arg1)
withNewSecretName
in interface V1SecretVolumeSourceFluent<A extends V1SecretVolumeSourceFluent<A>>
Copyright © 2019. All rights reserved.