Interface V1ScaleIOVolumeSourceFluent<A extends V1ScaleIOVolumeSourceFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1VolumeFluent.ScaleIONested<N>
- All Known Implementing Classes:
V1ScaleIOVolumeSourceBuilder
,V1ScaleIOVolumeSourceFluentImpl
public interface V1ScaleIOVolumeSourceFluent<A extends V1ScaleIOVolumeSourceFluent<A>>
extends Fluent<A>
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
-
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1LocalObjectReference
editOrNewSecretRefLike
(io.kubernetes.client.openapi.models.V1LocalObjectReference item) io.kubernetes.client.openapi.models.V1LocalObjectReference
Deprecated.withFsType
(String fsType) withGateway
(String gateway) withNewSecretRefLike
(io.kubernetes.client.openapi.models.V1LocalObjectReference item) withProtectionDomain
(String protectionDomain) withReadOnly
(Boolean readOnly) withSecretRef
(io.kubernetes.client.openapi.models.V1LocalObjectReference secretRef) withSslEnabled
(Boolean sslEnabled) withStorageMode
(String storageMode) withStoragePool
(String storagePool) withSystem
(String system) withVolumeName
(String volumeName)
-
Method Details
-
getFsType
String getFsType() -
withFsType
-
hasFsType
Boolean hasFsType() -
getGateway
String getGateway() -
withGateway
-
hasGateway
Boolean hasGateway() -
getProtectionDomain
String getProtectionDomain() -
withProtectionDomain
-
hasProtectionDomain
Boolean hasProtectionDomain() -
getReadOnly
Boolean getReadOnly() -
withReadOnly
-
hasReadOnly
Boolean hasReadOnly() -
getSecretRef
Deprecated.This method has been deprecated, please use method buildSecretRef instead.- Returns:
- The buildable object.
-
buildSecretRef
io.kubernetes.client.openapi.models.V1LocalObjectReference buildSecretRef() -
withSecretRef
-
hasSecretRef
Boolean hasSecretRef() -
withNewSecretRef
V1ScaleIOVolumeSourceFluent.SecretRefNested<A> withNewSecretRef() -
withNewSecretRefLike
V1ScaleIOVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(io.kubernetes.client.openapi.models.V1LocalObjectReference item) -
editSecretRef
V1ScaleIOVolumeSourceFluent.SecretRefNested<A> editSecretRef() -
editOrNewSecretRef
V1ScaleIOVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef() -
editOrNewSecretRefLike
V1ScaleIOVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(io.kubernetes.client.openapi.models.V1LocalObjectReference item) -
getSslEnabled
Boolean getSslEnabled() -
withSslEnabled
-
hasSslEnabled
Boolean hasSslEnabled() -
getStorageMode
String getStorageMode() -
withStorageMode
-
hasStorageMode
Boolean hasStorageMode() -
getStoragePool
String getStoragePool() -
withStoragePool
-
hasStoragePool
Boolean hasStoragePool() -
getSystem
String getSystem() -
withSystem
-
hasSystem
Boolean hasSystem() -
getVolumeName
String getVolumeName() -
withVolumeName
-
hasVolumeName
Boolean hasVolumeName() -
withReadOnly
A withReadOnly() -
withSslEnabled
A withSslEnabled()
-