public class RBDVolumeSourceFluentImpl<A extends RBDVolumeSourceFluent<A>> extends BaseFluent<A> implements RBDVolumeSourceFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
RBDVolumeSourceFluentImpl.SecretRefNestedImpl<N> |
RBDVolumeSourceFluent.SecretRefNested<N>_visitables| Constructor and Description |
|---|
RBDVolumeSourceFluentImpl() |
RBDVolumeSourceFluentImpl(RBDVolumeSource instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToMonitors(String... items) |
RBDVolumeSourceFluent.SecretRefNested<A> |
editSecretRef() |
boolean |
equals(Object o) |
String |
getFsType() |
String |
getImage() |
String |
getKeyring() |
List<String> |
getMonitors() |
String |
getPool() |
LocalObjectReference |
getSecretRef() |
String |
getUser() |
Boolean |
isReadOnly() |
A |
removeFromMonitors(String... items) |
A |
withFsType(String fsType) |
A |
withImage(String image) |
A |
withKeyring(String keyring) |
A |
withMonitors(List<String> monitors) |
A |
withMonitors(String... monitors) |
RBDVolumeSourceFluent.SecretRefNested<A> |
withNewSecretRef() |
A |
withNewSecretRef(String name) |
RBDVolumeSourceFluent.SecretRefNested<A> |
withNewSecretRefLike(LocalObjectReference item) |
A |
withPool(String pool) |
A |
withReadOnly(Boolean readOnly) |
A |
withSecretRef(LocalObjectReference secretRef) |
A |
withUser(String user) |
public RBDVolumeSourceFluentImpl()
public RBDVolumeSourceFluentImpl(RBDVolumeSource instance)
public String getFsType()
getFsType in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A withFsType(String fsType)
withFsType in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public String getImage()
getImage in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A withImage(String image)
withImage in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public String getKeyring()
getKeyring in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A withKeyring(String keyring)
withKeyring in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A addToMonitors(String... items)
addToMonitors in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A removeFromMonitors(String... items)
removeFromMonitors in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public List<String> getMonitors()
getMonitors in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A withMonitors(List<String> monitors)
withMonitors in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A withMonitors(String... monitors)
withMonitors in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public String getPool()
getPool in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A withPool(String pool)
withPool in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public Boolean isReadOnly()
isReadOnly in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A withReadOnly(Boolean readOnly)
withReadOnly in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public LocalObjectReference getSecretRef()
getSecretRef in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A withSecretRef(LocalObjectReference secretRef)
withSecretRef in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public RBDVolumeSourceFluent.SecretRefNested<A> withNewSecretRef()
withNewSecretRef in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public RBDVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(LocalObjectReference item)
withNewSecretRefLike in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public RBDVolumeSourceFluent.SecretRefNested<A> editSecretRef()
editSecretRef in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A withNewSecretRef(String name)
withNewSecretRef in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public String getUser()
getUser in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>public A withUser(String user)
withUser in interface RBDVolumeSourceFluent<A extends RBDVolumeSourceFluent<A>>Copyright © 2011–2016 Red Hat. All rights reserved.