Package io.fabric8.kubernetes.api.model
Class ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ScaleIOVolumeSourceFluent<A>
-
- Direct Known Subclasses:
ScaleIOVolumeSourceBuilder
,VolumeFluent.ScaleIONested
public class ScaleIOVolumeSourceFluent<A extends ScaleIOVolumeSourceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
ScaleIOVolumeSourceFluent.SecretRefNested<N>
-
Constructor Summary
Constructors Constructor Description ScaleIOVolumeSourceFluent()
ScaleIOVolumeSourceFluent(ScaleIOVolumeSource instance)
-
Method Summary
-
-
-
Constructor Detail
-
ScaleIOVolumeSourceFluent
public ScaleIOVolumeSourceFluent()
-
ScaleIOVolumeSourceFluent
public ScaleIOVolumeSourceFluent(ScaleIOVolumeSource instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ScaleIOVolumeSource instance)
-
getFsType
public String getFsType()
-
hasFsType
public boolean hasFsType()
-
getGateway
public String getGateway()
-
hasGateway
public boolean hasGateway()
-
getProtectionDomain
public String getProtectionDomain()
-
hasProtectionDomain
public boolean hasProtectionDomain()
-
getReadOnly
public Boolean getReadOnly()
-
hasReadOnly
public boolean hasReadOnly()
-
buildSecretRef
public LocalObjectReference buildSecretRef()
-
withSecretRef
public A withSecretRef(LocalObjectReference secretRef)
-
hasSecretRef
public boolean hasSecretRef()
-
withNewSecretRef
public ScaleIOVolumeSourceFluent.SecretRefNested<A> withNewSecretRef()
-
withNewSecretRefLike
public ScaleIOVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(LocalObjectReference item)
-
editSecretRef
public ScaleIOVolumeSourceFluent.SecretRefNested<A> editSecretRef()
-
editOrNewSecretRef
public ScaleIOVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef()
-
editOrNewSecretRefLike
public ScaleIOVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(LocalObjectReference item)
-
getSslEnabled
public Boolean getSslEnabled()
-
hasSslEnabled
public boolean hasSslEnabled()
-
getStorageMode
public String getStorageMode()
-
hasStorageMode
public boolean hasStorageMode()
-
getStoragePool
public String getStoragePool()
-
hasStoragePool
public boolean hasStoragePool()
-
getSystem
public String getSystem()
-
hasSystem
public boolean hasSystem()
-
getVolumeName
public String getVolumeName()
-
hasVolumeName
public boolean hasVolumeName()
-
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 ScaleIOVolumeSourceFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ScaleIOVolumeSourceFluent<A>>
-
withReadOnly
public A withReadOnly()
-
withSslEnabled
public A withSslEnabled()
-
-