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