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