Package io.fabric8.kubernetes.api.model
Class SecretVolumeSourceFluentImpl<A extends SecretVolumeSourceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.SecretVolumeSourceFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,SecretVolumeSourceFluent<A>
- Direct Known Subclasses:
SecretVolumeSourceBuilder,VolumeFluentImpl.SecretNestedImpl,WatchEventFluentImpl.SecretVolumeSourceObjectNestedImpl
public class SecretVolumeSourceFluentImpl<A extends SecretVolumeSourceFluent<A>> extends BaseFluent<A> implements SecretVolumeSourceFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classSecretVolumeSourceFluentImpl.ItemsNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.SecretVolumeSourceFluent
SecretVolumeSourceFluent.ItemsNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description SecretVolumeSourceFluentImpl()SecretVolumeSourceFluentImpl(SecretVolumeSource instance)
-
Method Summary
-
-
-
Constructor Detail
-
SecretVolumeSourceFluentImpl
public SecretVolumeSourceFluentImpl()
-
SecretVolumeSourceFluentImpl
public SecretVolumeSourceFluentImpl(SecretVolumeSource instance)
-
-
Method Detail
-
getDefaultMode
public Integer getDefaultMode()
- Specified by:
getDefaultModein interfaceSecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>
-
withDefaultMode
public A withDefaultMode(Integer defaultMode)
- Specified by:
withDefaultModein interfaceSecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>
-
hasDefaultMode
public Boolean hasDefaultMode()
- Specified by:
hasDefaultModein interfaceSecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>
-
addToItems
public A addToItems(int index, KeyToPath item)
- Specified by:
addToItemsin interfaceSecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>
-
setToItems
public A setToItems(int index, KeyToPath item)
- Specified by:
setToItemsin interfaceSecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>
-
addToItems
public A addToItems(KeyToPath... items)
- Specified by:
addToItemsin interfaceSecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>
-
addAllToItems
public A addAllToItems(Collection<KeyToPath> items)
- Specified by:
addAllToItemsin interfaceSecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>
-
removeFromItems
public A removeFromItems(KeyToPath... items)
- Specified by:
removeFromItemsin interfaceSecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>
-
removeAllFromItems
public A removeAllFromItems(Collection<KeyToPath> items)
- Specified by:
removeAllFromItemsin interfaceSecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>
-
removeMatchingFromItems
public A removeMatchingFromItems(Predicate<KeyToPathBuilder> predicate)
- Specified by:
removeMatchingFromItemsin interfaceSecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>
-
getItems
@Deprecated public List<KeyToPath> getItems()
Deprecated.This method has been deprecated, please use method buildItems instead.- Specified by:
getItemsin interfaceSecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>- Returns:
- The buildable object.
-
buildItems
public List<KeyToPath> buildItems()
- Specified by:
buildItemsin interfaceSecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>
-
buildItem
public KeyToPath buildItem(int index)
- Specified by:
buildItemin interfaceSecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>
-
buildFirstItem
public KeyToPath buildFirstItem()
- Specified by:
buildFirstItemin interfaceSecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>
-
buildLastItem
public KeyToPath buildLastItem()
- Specified by:
buildLastItemin interfaceSecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>
-
buildMatchingItem
public KeyToPath buildMatchingItem(Predicate<KeyToPathBuilder> predicate)
- Specified by:
buildMatchingItemin interfaceSecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>
-
hasMatchingItem
public Boolean hasMatchingItem(Predicate<KeyToPathBuilder> predicate)
- Specified by:
hasMatchingItemin interfaceSecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>
-
withItems
public A withItems(List<KeyToPath> items)
- Specified by:
withItemsin interfaceSecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>
-
withItems
public A withItems(KeyToPath... items)
- Specified by:
withItemsin interfaceSecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>
-
hasItems
public Boolean hasItems()
- Specified by:
hasItemsin interfaceSecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>
-
addNewItem
public A addNewItem(String key, Integer mode, String path)
- Specified by:
addNewItemin interfaceSecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>
-
addNewItem
public SecretVolumeSourceFluent.ItemsNested<A> addNewItem()
- Specified by:
addNewItemin interfaceSecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>
-
addNewItemLike
public SecretVolumeSourceFluent.ItemsNested<A> addNewItemLike(KeyToPath item)
- Specified by:
addNewItemLikein interfaceSecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>
-
setNewItemLike
public SecretVolumeSourceFluent.ItemsNested<A> setNewItemLike(int index, KeyToPath item)
- Specified by:
setNewItemLikein interfaceSecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>
-
editItem
public SecretVolumeSourceFluent.ItemsNested<A> editItem(int index)
- Specified by:
editItemin interfaceSecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>
-
editFirstItem
public SecretVolumeSourceFluent.ItemsNested<A> editFirstItem()
- Specified by:
editFirstItemin interfaceSecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>
-
editLastItem
public SecretVolumeSourceFluent.ItemsNested<A> editLastItem()
- Specified by:
editLastItemin interfaceSecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>
-
editMatchingItem
public SecretVolumeSourceFluent.ItemsNested<A> editMatchingItem(Predicate<KeyToPathBuilder> predicate)
- Specified by:
editMatchingItemin interfaceSecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>
-
isOptional
public Boolean isOptional()
- Specified by:
isOptionalin interfaceSecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>
-
withOptional
public A withOptional(Boolean optional)
- Specified by:
withOptionalin interfaceSecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>
-
hasOptional
public Boolean hasOptional()
- Specified by:
hasOptionalin interfaceSecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>
-
withNewOptional
public A withNewOptional(String arg1)
- Specified by:
withNewOptionalin interfaceSecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>
-
withNewOptional
public A withNewOptional(boolean arg1)
- Specified by:
withNewOptionalin interfaceSecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>
-
getSecretName
public String getSecretName()
- Specified by:
getSecretNamein interfaceSecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>
-
withSecretName
public A withSecretName(String secretName)
- Specified by:
withSecretNamein interfaceSecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>
-
hasSecretName
public Boolean hasSecretName()
- Specified by:
hasSecretNamein interfaceSecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>
-
withNewSecretName
public A withNewSecretName(String arg1)
- Specified by:
withNewSecretNamein interfaceSecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>
-
withNewSecretName
public A withNewSecretName(StringBuilder arg1)
- Specified by:
withNewSecretNamein interfaceSecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>
-
withNewSecretName
public A withNewSecretName(StringBuffer arg1)
- Specified by:
withNewSecretNamein interfaceSecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>
-
-