Package io.fabric8.kubernetes.api.model
Class SecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.SecretVolumeSourceFluent<A>
-
- Direct Known Subclasses:
SecretVolumeSourceBuilder
,VolumeFluent.SecretNested
public class SecretVolumeSourceFluent<A extends SecretVolumeSourceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
SecretVolumeSourceFluent.ItemsNested<N>
-
Constructor Summary
Constructors Constructor Description SecretVolumeSourceFluent()
SecretVolumeSourceFluent(SecretVolumeSource instance)
-
Method Summary
-
-
-
Constructor Detail
-
SecretVolumeSourceFluent
public SecretVolumeSourceFluent()
-
SecretVolumeSourceFluent
public SecretVolumeSourceFluent(SecretVolumeSource instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(SecretVolumeSource instance)
-
getDefaultMode
public Integer getDefaultMode()
-
hasDefaultMode
public boolean hasDefaultMode()
-
addAllToItems
public A addAllToItems(Collection<KeyToPath> items)
-
removeAllFromItems
public A removeAllFromItems(Collection<KeyToPath> items)
-
removeMatchingFromItems
public A removeMatchingFromItems(Predicate<KeyToPathBuilder> predicate)
-
buildItem
public KeyToPath buildItem(int index)
-
buildFirstItem
public KeyToPath buildFirstItem()
-
buildLastItem
public KeyToPath buildLastItem()
-
buildMatchingItem
public KeyToPath buildMatchingItem(Predicate<KeyToPathBuilder> predicate)
-
hasMatchingItem
public boolean hasMatchingItem(Predicate<KeyToPathBuilder> predicate)
-
hasItems
public boolean hasItems()
-
addNewItem
public SecretVolumeSourceFluent.ItemsNested<A> addNewItem()
-
addNewItemLike
public SecretVolumeSourceFluent.ItemsNested<A> addNewItemLike(KeyToPath item)
-
setNewItemLike
public SecretVolumeSourceFluent.ItemsNested<A> setNewItemLike(int index, KeyToPath item)
-
editItem
public SecretVolumeSourceFluent.ItemsNested<A> editItem(int index)
-
editFirstItem
public SecretVolumeSourceFluent.ItemsNested<A> editFirstItem()
-
editLastItem
public SecretVolumeSourceFluent.ItemsNested<A> editLastItem()
-
editMatchingItem
public SecretVolumeSourceFluent.ItemsNested<A> editMatchingItem(Predicate<KeyToPathBuilder> predicate)
-
getOptional
public Boolean getOptional()
-
hasOptional
public boolean hasOptional()
-
getSecretName
public String getSecretName()
-
hasSecretName
public boolean hasSecretName()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends SecretVolumeSourceFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends SecretVolumeSourceFluent<A>>
-
withOptional
public A withOptional()
-
-