public class RBDPersistentVolumeSourceFluent<A extends RBDPersistentVolumeSourceFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
RBDPersistentVolumeSourceFluent.SecretRefNested<N> |
| Constructor and Description |
|---|
RBDPersistentVolumeSourceFluent() |
RBDPersistentVolumeSourceFluent(RBDPersistentVolumeSource instance) |
public RBDPersistentVolumeSourceFluent()
public RBDPersistentVolumeSourceFluent(RBDPersistentVolumeSource instance)
protected void copyInstance(RBDPersistentVolumeSource instance)
public String getFsType()
public boolean hasFsType()
public String getImage()
public boolean hasImage()
public String getKeyring()
public boolean hasKeyring()
public A addAllToMonitors(Collection<String> items)
public A removeAllFromMonitors(Collection<String> items)
public String getMonitor(int index)
public String getFirstMonitor()
public String getLastMonitor()
public boolean hasMonitors()
public String getPool()
public boolean hasPool()
public Boolean getReadOnly()
public boolean hasReadOnly()
public SecretReference buildSecretRef()
public A withSecretRef(SecretReference secretRef)
public boolean hasSecretRef()
public RBDPersistentVolumeSourceFluent.SecretRefNested<A> withNewSecretRef()
public RBDPersistentVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(SecretReference item)
public RBDPersistentVolumeSourceFluent.SecretRefNested<A> editSecretRef()
public RBDPersistentVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef()
public RBDPersistentVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(SecretReference item)
public String getUser()
public boolean hasUser()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RBDPersistentVolumeSourceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RBDPersistentVolumeSourceFluent<A>>public A withReadOnly()
Copyright © 2015–2024 Red Hat. All rights reserved.