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 |
addAllToMonitors(java.util.Collection<java.lang.String> items) |
A |
addNewMonitor(java.lang.String arg1) |
A |
addNewMonitor(java.lang.StringBuffer arg1) |
A |
addNewMonitor(java.lang.StringBuilder arg1) |
A |
addToMonitors(int index,
java.lang.String item) |
A |
addToMonitors(java.lang.String... items) |
LocalObjectReference |
buildSecretRef() |
CephFSVolumeSourceFluent.SecretRefNested<A> |
editOrNewSecretRef() |
CephFSVolumeSourceFluent.SecretRefNested<A> |
editOrNewSecretRefLike(LocalObjectReference item) |
CephFSVolumeSourceFluent.SecretRefNested<A> |
editSecretRef() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getFirstMonitor() |
java.lang.String |
getLastMonitor() |
java.lang.String |
getMatchingMonitor(Predicate<java.lang.String> predicate) |
java.lang.String |
getMonitor(int index) |
java.util.List<java.lang.String> |
getMonitors() |
java.lang.String |
getPath() |
java.lang.String |
getSecretFile() |
LocalObjectReference |
getSecretRef()
Deprecated.
|
java.lang.String |
getUser() |
java.lang.Boolean |
hasMatchingMonitor(Predicate<java.lang.String> predicate) |
java.lang.Boolean |
hasMonitors() |
java.lang.Boolean |
hasPath() |
java.lang.Boolean |
hasReadOnly() |
java.lang.Boolean |
hasSecretFile() |
java.lang.Boolean |
hasSecretRef() |
java.lang.Boolean |
hasUser() |
java.lang.Boolean |
isReadOnly() |
A |
removeAllFromMonitors(java.util.Collection<java.lang.String> items) |
A |
removeFromMonitors(java.lang.String... items) |
A |
setToMonitors(int index,
java.lang.String item) |
A |
withMonitors(java.util.List<java.lang.String> monitors) |
A |
withMonitors(java.lang.String... monitors) |
A |
withNewPath(java.lang.String arg1) |
A |
withNewPath(java.lang.StringBuffer arg1) |
A |
withNewPath(java.lang.StringBuilder arg1) |
A |
withNewReadOnly(boolean arg1) |
A |
withNewReadOnly(java.lang.String arg1) |
A |
withNewSecretFile(java.lang.String arg1) |
A |
withNewSecretFile(java.lang.StringBuffer arg1) |
A |
withNewSecretFile(java.lang.StringBuilder arg1) |
CephFSVolumeSourceFluent.SecretRefNested<A> |
withNewSecretRef() |
A |
withNewSecretRef(java.lang.String name) |
CephFSVolumeSourceFluent.SecretRefNested<A> |
withNewSecretRefLike(LocalObjectReference item) |
A |
withNewUser(java.lang.String arg1) |
A |
withNewUser(java.lang.StringBuffer arg1) |
A |
withNewUser(java.lang.StringBuilder arg1) |
A |
withPath(java.lang.String path) |
A |
withReadOnly(java.lang.Boolean readOnly) |
A |
withSecretFile(java.lang.String secretFile) |
A |
withSecretRef(LocalObjectReference secretRef) |
A |
withUser(java.lang.String user) |
public CephFSVolumeSourceFluentImpl()
public CephFSVolumeSourceFluentImpl(CephFSVolumeSource instance)
public A addToMonitors(int index, java.lang.String item)
addToMonitors in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public A setToMonitors(int index, java.lang.String item)
setToMonitors in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public A addToMonitors(java.lang.String... items)
addToMonitors in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public A addAllToMonitors(java.util.Collection<java.lang.String> items)
addAllToMonitors in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public A removeFromMonitors(java.lang.String... items)
removeFromMonitors in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public A removeAllFromMonitors(java.util.Collection<java.lang.String> items)
removeAllFromMonitors in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public java.util.List<java.lang.String> getMonitors()
getMonitors in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public java.lang.String getMonitor(int index)
getMonitor in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public java.lang.String getFirstMonitor()
getFirstMonitor in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public java.lang.String getLastMonitor()
getLastMonitor in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public java.lang.String getMatchingMonitor(Predicate<java.lang.String> predicate)
getMatchingMonitor in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public java.lang.Boolean hasMatchingMonitor(Predicate<java.lang.String> predicate)
hasMatchingMonitor in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public A withMonitors(java.util.List<java.lang.String> monitors)
withMonitors in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public A withMonitors(java.lang.String... monitors)
withMonitors in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public java.lang.Boolean hasMonitors()
hasMonitors in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public A addNewMonitor(java.lang.String arg1)
addNewMonitor in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public A addNewMonitor(java.lang.StringBuilder arg1)
addNewMonitor in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public A addNewMonitor(java.lang.StringBuffer arg1)
addNewMonitor in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public java.lang.String getPath()
getPath in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public A withPath(java.lang.String path)
withPath in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public java.lang.Boolean hasPath()
hasPath in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public A withNewPath(java.lang.String arg1)
withNewPath in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public A withNewPath(java.lang.StringBuilder arg1)
withNewPath in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public A withNewPath(java.lang.StringBuffer arg1)
withNewPath in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public java.lang.Boolean isReadOnly()
isReadOnly in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public A withReadOnly(java.lang.Boolean readOnly)
withReadOnly in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public java.lang.Boolean hasReadOnly()
hasReadOnly in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public A withNewReadOnly(java.lang.String arg1)
withNewReadOnly in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public A withNewReadOnly(boolean arg1)
withNewReadOnly in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public java.lang.String getSecretFile()
getSecretFile in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public A withSecretFile(java.lang.String secretFile)
withSecretFile in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public java.lang.Boolean hasSecretFile()
hasSecretFile in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public A withNewSecretFile(java.lang.String arg1)
withNewSecretFile in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public A withNewSecretFile(java.lang.StringBuilder arg1)
withNewSecretFile in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public A withNewSecretFile(java.lang.StringBuffer arg1)
withNewSecretFile in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>@Deprecated public LocalObjectReference getSecretRef()
getSecretRef in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public LocalObjectReference buildSecretRef()
buildSecretRef in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public A withSecretRef(LocalObjectReference secretRef)
withSecretRef in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public java.lang.Boolean hasSecretRef()
hasSecretRef in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public A withNewSecretRef(java.lang.String name)
withNewSecretRef 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 CephFSVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef()
editOrNewSecretRef in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public CephFSVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(LocalObjectReference item)
editOrNewSecretRefLike in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public java.lang.String getUser()
getUser in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public A withUser(java.lang.String user)
withUser in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public java.lang.Boolean hasUser()
hasUser in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public A withNewUser(java.lang.String arg1)
withNewUser in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public A withNewUser(java.lang.StringBuilder arg1)
withNewUser in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public A withNewUser(java.lang.StringBuffer arg1)
withNewUser in interface CephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>public boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2015-2019 Red Hat. All Rights Reserved.