Package io.fabric8.kubernetes.api.model
Class RBDPersistentVolumeSourceFluent<A extends RBDPersistentVolumeSourceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.RBDPersistentVolumeSourceFluent<A>
-
- Direct Known Subclasses:
PersistentVolumeSpecFluent.RbdNested
,RBDPersistentVolumeSourceBuilder
public class RBDPersistentVolumeSourceFluent<A extends RBDPersistentVolumeSourceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
RBDPersistentVolumeSourceFluent.SecretRefNested<N>
-
Constructor Summary
Constructors Constructor Description RBDPersistentVolumeSourceFluent()
RBDPersistentVolumeSourceFluent(RBDPersistentVolumeSource instance)
-
Method Summary
-
-
-
Constructor Detail
-
RBDPersistentVolumeSourceFluent
public RBDPersistentVolumeSourceFluent()
-
RBDPersistentVolumeSourceFluent
public RBDPersistentVolumeSourceFluent(RBDPersistentVolumeSource instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(RBDPersistentVolumeSource instance)
-
getFsType
public String getFsType()
-
hasFsType
public boolean hasFsType()
-
getImage
public String getImage()
-
hasImage
public boolean hasImage()
-
getKeyring
public String getKeyring()
-
hasKeyring
public boolean hasKeyring()
-
addAllToMonitors
public A addAllToMonitors(Collection<String> items)
-
removeAllFromMonitors
public A removeAllFromMonitors(Collection<String> items)
-
getMonitor
public String getMonitor(int index)
-
getFirstMonitor
public String getFirstMonitor()
-
getLastMonitor
public String getLastMonitor()
-
hasMonitors
public boolean hasMonitors()
-
getPool
public String getPool()
-
hasPool
public boolean hasPool()
-
getReadOnly
public Boolean getReadOnly()
-
hasReadOnly
public boolean hasReadOnly()
-
buildSecretRef
public SecretReference buildSecretRef()
-
withSecretRef
public A withSecretRef(SecretReference secretRef)
-
hasSecretRef
public boolean hasSecretRef()
-
withNewSecretRef
public RBDPersistentVolumeSourceFluent.SecretRefNested<A> withNewSecretRef()
-
withNewSecretRefLike
public RBDPersistentVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(SecretReference item)
-
editSecretRef
public RBDPersistentVolumeSourceFluent.SecretRefNested<A> editSecretRef()
-
editOrNewSecretRef
public RBDPersistentVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef()
-
editOrNewSecretRefLike
public RBDPersistentVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(SecretReference item)
-
getUser
public String getUser()
-
hasUser
public boolean hasUser()
-
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 RBDPersistentVolumeSourceFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends RBDPersistentVolumeSourceFluent<A>>
-
withReadOnly
public A withReadOnly()
-
-