Package io.fabric8.kubernetes.api.model
Class CinderPersistentVolumeSourceFluent<A extends CinderPersistentVolumeSourceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.CinderPersistentVolumeSourceFluent<A>
-
- Direct Known Subclasses:
CinderPersistentVolumeSourceBuilder
,PersistentVolumeSpecFluent.CinderNested
public class CinderPersistentVolumeSourceFluent<A extends CinderPersistentVolumeSourceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
CinderPersistentVolumeSourceFluent.SecretRefNested<N>
-
Constructor Summary
Constructors Constructor Description CinderPersistentVolumeSourceFluent()
CinderPersistentVolumeSourceFluent(CinderPersistentVolumeSource instance)
-
Method Summary
-
-
-
Constructor Detail
-
CinderPersistentVolumeSourceFluent
public CinderPersistentVolumeSourceFluent()
-
CinderPersistentVolumeSourceFluent
public CinderPersistentVolumeSourceFluent(CinderPersistentVolumeSource instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(CinderPersistentVolumeSource instance)
-
getFsType
public String getFsType()
-
hasFsType
public boolean hasFsType()
-
getReadOnly
public Boolean getReadOnly()
-
hasReadOnly
public boolean hasReadOnly()
-
buildSecretRef
public SecretReference buildSecretRef()
-
withSecretRef
public A withSecretRef(SecretReference secretRef)
-
hasSecretRef
public boolean hasSecretRef()
-
withNewSecretRef
public CinderPersistentVolumeSourceFluent.SecretRefNested<A> withNewSecretRef()
-
withNewSecretRefLike
public CinderPersistentVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(SecretReference item)
-
editSecretRef
public CinderPersistentVolumeSourceFluent.SecretRefNested<A> editSecretRef()
-
editOrNewSecretRef
public CinderPersistentVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef()
-
editOrNewSecretRefLike
public CinderPersistentVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(SecretReference item)
-
getVolumeID
public String getVolumeID()
-
hasVolumeID
public boolean hasVolumeID()
-
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 CinderPersistentVolumeSourceFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends CinderPersistentVolumeSourceFluent<A>>
-
withReadOnly
public A withReadOnly()
-
-