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
  • Method Details

    • getFsType

      String getFsType()
    • withFsType

      A withFsType(String fsType)
    • hasFsType

      Boolean hasFsType()
    • getGateway

      String getGateway()
    • withGateway

      A withGateway(String gateway)
    • hasGateway

      Boolean hasGateway()
    • getProtectionDomain

      String getProtectionDomain()
    • withProtectionDomain

      A withProtectionDomain(String protectionDomain)
    • hasProtectionDomain

      Boolean hasProtectionDomain()
    • getReadOnly

      Boolean getReadOnly()
    • withReadOnly

      A withReadOnly(Boolean readOnly)
    • hasReadOnly

      Boolean hasReadOnly()
    • getSecretRef

      @Deprecated io.kubernetes.client.openapi.models.V1LocalObjectReference 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

      A withSecretRef(io.kubernetes.client.openapi.models.V1LocalObjectReference secretRef)
    • hasSecretRef

      Boolean hasSecretRef()
    • withNewSecretRef

    • withNewSecretRefLike

      V1ScaleIOVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(io.kubernetes.client.openapi.models.V1LocalObjectReference item)
    • editSecretRef

    • editOrNewSecretRef

    • editOrNewSecretRefLike

      V1ScaleIOVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(io.kubernetes.client.openapi.models.V1LocalObjectReference item)
    • getSslEnabled

      Boolean getSslEnabled()
    • withSslEnabled

      A withSslEnabled(Boolean sslEnabled)
    • hasSslEnabled

      Boolean hasSslEnabled()
    • getStorageMode

      String getStorageMode()
    • withStorageMode

      A withStorageMode(String storageMode)
    • hasStorageMode

      Boolean hasStorageMode()
    • getStoragePool

      String getStoragePool()
    • withStoragePool

      A withStoragePool(String storagePool)
    • hasStoragePool

      Boolean hasStoragePool()
    • getSystem

      String getSystem()
    • withSystem

      A withSystem(String system)
    • hasSystem

      Boolean hasSystem()
    • getVolumeName

      String getVolumeName()
    • withVolumeName

      A withVolumeName(String volumeName)
    • hasVolumeName

      Boolean hasVolumeName()
    • withReadOnly

      A withReadOnly()
    • withSslEnabled

      A withSslEnabled()