Package io.fabric8.kubernetes.api.model
Class CSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.CSIVolumeSourceFluent<A>
-
- Direct Known Subclasses:
CSIVolumeSourceBuilder
,VolumeFluent.CsiNested
public class CSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
CSIVolumeSourceFluent.NodePublishSecretRefNested<N>
-
Constructor Summary
Constructors Constructor Description CSIVolumeSourceFluent()
CSIVolumeSourceFluent(CSIVolumeSource instance)
-
Method Summary
-
-
-
Constructor Detail
-
CSIVolumeSourceFluent
public CSIVolumeSourceFluent()
-
CSIVolumeSourceFluent
public CSIVolumeSourceFluent(CSIVolumeSource instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(CSIVolumeSource instance)
-
getDriver
public String getDriver()
-
hasDriver
public boolean hasDriver()
-
getFsType
public String getFsType()
-
hasFsType
public boolean hasFsType()
-
buildNodePublishSecretRef
public LocalObjectReference buildNodePublishSecretRef()
-
withNodePublishSecretRef
public A withNodePublishSecretRef(LocalObjectReference nodePublishSecretRef)
-
hasNodePublishSecretRef
public boolean hasNodePublishSecretRef()
-
withNewNodePublishSecretRef
public CSIVolumeSourceFluent.NodePublishSecretRefNested<A> withNewNodePublishSecretRef()
-
withNewNodePublishSecretRefLike
public CSIVolumeSourceFluent.NodePublishSecretRefNested<A> withNewNodePublishSecretRefLike(LocalObjectReference item)
-
editNodePublishSecretRef
public CSIVolumeSourceFluent.NodePublishSecretRefNested<A> editNodePublishSecretRef()
-
editOrNewNodePublishSecretRef
public CSIVolumeSourceFluent.NodePublishSecretRefNested<A> editOrNewNodePublishSecretRef()
-
editOrNewNodePublishSecretRefLike
public CSIVolumeSourceFluent.NodePublishSecretRefNested<A> editOrNewNodePublishSecretRefLike(LocalObjectReference item)
-
getReadOnly
public Boolean getReadOnly()
-
hasReadOnly
public boolean hasReadOnly()
-
hasVolumeAttributes
public boolean hasVolumeAttributes()
-
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 CSIVolumeSourceFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends CSIVolumeSourceFluent<A>>
-
withReadOnly
public A withReadOnly()
-
-