Package io.fabric8.kubernetes.api.model
Class QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.QuobyteVolumeSourceFluent<A>
-
- Direct Known Subclasses:
PersistentVolumeSpecFluent.QuobyteNested
,QuobyteVolumeSourceBuilder
,VolumeFluent.QuobyteNested
public class QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
-
Constructor Summary
Constructors Constructor Description QuobyteVolumeSourceFluent()
QuobyteVolumeSourceFluent(QuobyteVolumeSource instance)
-
Method Summary
-
-
-
Constructor Detail
-
QuobyteVolumeSourceFluent
public QuobyteVolumeSourceFluent()
-
QuobyteVolumeSourceFluent
public QuobyteVolumeSourceFluent(QuobyteVolumeSource instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(QuobyteVolumeSource instance)
-
getGroup
public String getGroup()
-
hasGroup
public boolean hasGroup()
-
getReadOnly
public Boolean getReadOnly()
-
hasReadOnly
public boolean hasReadOnly()
-
getRegistry
public String getRegistry()
-
hasRegistry
public boolean hasRegistry()
-
getTenant
public String getTenant()
-
hasTenant
public boolean hasTenant()
-
getUser
public String getUser()
-
hasUser
public boolean hasUser()
-
getVolume
public String getVolume()
-
hasVolume
public boolean hasVolume()
-
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 QuobyteVolumeSourceFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends QuobyteVolumeSourceFluent<A>>
-
withReadOnly
public A withReadOnly()
-
-