public class CephFSVolumeSourceFluentImpl<A extends CephFSVolumeSourceFluent<A>> extends BaseFluent<A> implements CephFSVolumeSourceFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
CephFSVolumeSourceFluentImpl.SecretRefNestedImpl<N> |
CephFSVolumeSourceFluent.SecretRefNested<N>_visitables| Constructor and Description |
|---|
CephFSVolumeSourceFluentImpl() |
CephFSVolumeSourceFluentImpl(CephFSVolumeSource instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToMonitors(String... items) |
CephFSVolumeSourceFluent.SecretRefNested<A> |
editSecretRef() |
boolean |
equals(Object o) |
List<String> |
getMonitors() |
String |
getPath() |
String |
getSecretFile() |
LocalObjectReference |
getSecretRef() |
String |
getUser() |
Boolean |
isReadOnly() |
A |
removeFromMonitors(String... items) |
A |
withMonitors(List<String> monitors) |
A |
withMonitors(String... monitors) |
CephFSVolumeSourceFluent.SecretRefNested<A> |
withNewSecretRef() |
A |
withNewSecretRef(String name) |
CephFSVolumeSourceFluent.SecretRefNested<A> |
withNewSecretRefLike(LocalObjectReference item) |
A |
withPath(String path) |
A |
withReadOnly(Boolean readOnly) |
A |
withSecretFile(String secretFile) |
A |
withSecretRef(LocalObjectReference secretRef) |
A |
withUser(String user) |
public CephFSVolumeSourceFluentImpl()
public CephFSVolumeSourceFluentImpl(CephFSVolumeSource instance)
public A addToMonitors(String... items)
addToMonitors in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public A removeFromMonitors(String... items)
removeFromMonitors in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public List<String> getMonitors()
getMonitors in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public A withMonitors(List<String> monitors)
withMonitors in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public A withMonitors(String... monitors)
withMonitors in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public String getPath()
getPath in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public A withPath(String path)
withPath in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public Boolean isReadOnly()
isReadOnly in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public A withReadOnly(Boolean readOnly)
withReadOnly in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public String getSecretFile()
getSecretFile in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public A withSecretFile(String secretFile)
withSecretFile in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public LocalObjectReference getSecretRef()
getSecretRef in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public A withSecretRef(LocalObjectReference secretRef)
withSecretRef in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public CephFSVolumeSourceFluent.SecretRefNested<A> withNewSecretRef()
withNewSecretRef in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public CephFSVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(LocalObjectReference item)
withNewSecretRefLike in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public CephFSVolumeSourceFluent.SecretRefNested<A> editSecretRef()
editSecretRef in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public A withNewSecretRef(String name)
withNewSecretRef in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public String getUser()
getUser in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public A withUser(String user)
withUser in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>Copyright © 2011–2016 Red Hat. All rights reserved.