Package io.fabric8.kubernetes.api.model
Interface CSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
VolumeFluent.CsiNested<N>
,WatchEventFluent.CSIVolumeSourceObjectNested<N>
- All Known Implementing Classes:
CSIVolumeSourceBuilder
,CSIVolumeSourceFluentImpl
,DoneableCSIVolumeSource
,VolumeFluentImpl.CsiNestedImpl
,WatchEventFluentImpl.CSIVolumeSourceObjectNestedImpl
public interface CSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>> extends Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
CSIVolumeSourceFluent.NodePublishSecretRefNested<N>
-
Method Summary
-
Method Details
-
getDriver
String getDriver() -
withDriver
-
hasDriver
Boolean hasDriver() -
withNewDriver
-
withNewDriver
-
withNewDriver
-
getFsType
String getFsType() -
withFsType
-
hasFsType
Boolean hasFsType() -
withNewFsType
-
withNewFsType
-
withNewFsType
-
getNodePublishSecretRef
Deprecated.This method has been deprecated, please use method buildNodePublishSecretRef instead.- Returns:
- The buildable object.
-
buildNodePublishSecretRef
LocalObjectReference buildNodePublishSecretRef() -
withNodePublishSecretRef
-
hasNodePublishSecretRef
Boolean hasNodePublishSecretRef() -
withNewNodePublishSecretRef
-
withNewNodePublishSecretRef
CSIVolumeSourceFluent.NodePublishSecretRefNested<A> withNewNodePublishSecretRef() -
withNewNodePublishSecretRefLike
CSIVolumeSourceFluent.NodePublishSecretRefNested<A> withNewNodePublishSecretRefLike(LocalObjectReference item) -
editNodePublishSecretRef
CSIVolumeSourceFluent.NodePublishSecretRefNested<A> editNodePublishSecretRef() -
editOrNewNodePublishSecretRef
CSIVolumeSourceFluent.NodePublishSecretRefNested<A> editOrNewNodePublishSecretRef() -
editOrNewNodePublishSecretRefLike
CSIVolumeSourceFluent.NodePublishSecretRefNested<A> editOrNewNodePublishSecretRefLike(LocalObjectReference item) -
isReadOnly
Boolean isReadOnly() -
withReadOnly
-
hasReadOnly
Boolean hasReadOnly() -
withNewReadOnly
-
withNewReadOnly
-
addToVolumeAttributes
-
addToVolumeAttributes
-
removeFromVolumeAttributes
-
removeFromVolumeAttributes
-
getVolumeAttributes
-
withVolumeAttributes
-
hasVolumeAttributes
Boolean hasVolumeAttributes()
-