Interface V1CSIVolumeSourceFluent<A extends V1CSIVolumeSourceFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1VolumeFluent.CsiNested<N>
- All Known Implementing Classes:
V1CSIVolumeSourceBuilder
,V1CSIVolumeSourceFluentImpl
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
-
Method Summary
Modifier and TypeMethodDescriptionaddToVolumeAttributes
(String key, String value) addToVolumeAttributes
(Map<String, String> map) io.kubernetes.client.openapi.models.V1LocalObjectReference
editOrNewNodePublishSecretRefLike
(io.kubernetes.client.openapi.models.V1LocalObjectReference item) io.kubernetes.client.openapi.models.V1LocalObjectReference
Deprecated.withDriver
(String driver) withFsType
(String fsType) withNewNodePublishSecretRefLike
(io.kubernetes.client.openapi.models.V1LocalObjectReference item) withNodePublishSecretRef
(io.kubernetes.client.openapi.models.V1LocalObjectReference nodePublishSecretRef) withReadOnly
(Boolean readOnly) <K,
V> A withVolumeAttributes
(Map<String, String> volumeAttributes)
-
Method Details
-
getDriver
String getDriver() -
withDriver
-
hasDriver
Boolean hasDriver() -
getFsType
String getFsType() -
withFsType
-
hasFsType
Boolean hasFsType() -
getNodePublishSecretRef
Deprecated.This method has been deprecated, please use method buildNodePublishSecretRef instead.- Returns:
- The buildable object.
-
buildNodePublishSecretRef
io.kubernetes.client.openapi.models.V1LocalObjectReference buildNodePublishSecretRef() -
withNodePublishSecretRef
A withNodePublishSecretRef(io.kubernetes.client.openapi.models.V1LocalObjectReference nodePublishSecretRef) -
hasNodePublishSecretRef
Boolean hasNodePublishSecretRef() -
withNewNodePublishSecretRef
V1CSIVolumeSourceFluent.NodePublishSecretRefNested<A> withNewNodePublishSecretRef() -
withNewNodePublishSecretRefLike
V1CSIVolumeSourceFluent.NodePublishSecretRefNested<A> withNewNodePublishSecretRefLike(io.kubernetes.client.openapi.models.V1LocalObjectReference item) -
editNodePublishSecretRef
V1CSIVolumeSourceFluent.NodePublishSecretRefNested<A> editNodePublishSecretRef() -
editOrNewNodePublishSecretRef
V1CSIVolumeSourceFluent.NodePublishSecretRefNested<A> editOrNewNodePublishSecretRef() -
editOrNewNodePublishSecretRefLike
V1CSIVolumeSourceFluent.NodePublishSecretRefNested<A> editOrNewNodePublishSecretRefLike(io.kubernetes.client.openapi.models.V1LocalObjectReference item) -
getReadOnly
Boolean getReadOnly() -
withReadOnly
-
hasReadOnly
Boolean hasReadOnly() -
addToVolumeAttributes
-
addToVolumeAttributes
-
removeFromVolumeAttributes
-
removeFromVolumeAttributes
-
getVolumeAttributes
-
withVolumeAttributes
-
hasVolumeAttributes
Boolean hasVolumeAttributes() -
withReadOnly
A withReadOnly()
-