Package io.fabric8.kubernetes.api.model
Class CephFSVolumeSourceFluentImpl<A extends CephFSVolumeSourceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.CephFSVolumeSourceFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,CephFSVolumeSourceFluent<A>
- Direct Known Subclasses:
CephFSVolumeSourceBuilder,VolumeFluentImpl.CephfsNestedImpl,WatchEventFluentImpl.CephFSVolumeSourceObjectNestedImpl
public class CephFSVolumeSourceFluentImpl<A extends CephFSVolumeSourceFluent<A>> extends BaseFluent<A> implements CephFSVolumeSourceFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classCephFSVolumeSourceFluentImpl.SecretRefNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.CephFSVolumeSourceFluent
CephFSVolumeSourceFluent.SecretRefNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description CephFSVolumeSourceFluentImpl()CephFSVolumeSourceFluentImpl(CephFSVolumeSource instance)
-
Method Summary
-
-
-
Constructor Detail
-
CephFSVolumeSourceFluentImpl
public CephFSVolumeSourceFluentImpl()
-
CephFSVolumeSourceFluentImpl
public CephFSVolumeSourceFluentImpl(CephFSVolumeSource instance)
-
-
Method Detail
-
addToMonitors
public A addToMonitors(int index, String item)
- Specified by:
addToMonitorsin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
setToMonitors
public A setToMonitors(int index, String item)
- Specified by:
setToMonitorsin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
addToMonitors
public A addToMonitors(String... items)
- Specified by:
addToMonitorsin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
addAllToMonitors
public A addAllToMonitors(Collection<String> items)
- Specified by:
addAllToMonitorsin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
removeFromMonitors
public A removeFromMonitors(String... items)
- Specified by:
removeFromMonitorsin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
removeAllFromMonitors
public A removeAllFromMonitors(Collection<String> items)
- Specified by:
removeAllFromMonitorsin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
getMonitors
public List<String> getMonitors()
- Specified by:
getMonitorsin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
getMonitor
public String getMonitor(int index)
- Specified by:
getMonitorin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
getFirstMonitor
public String getFirstMonitor()
- Specified by:
getFirstMonitorin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
getLastMonitor
public String getLastMonitor()
- Specified by:
getLastMonitorin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
getMatchingMonitor
public String getMatchingMonitor(Predicate<String> predicate)
- Specified by:
getMatchingMonitorin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
hasMatchingMonitor
public Boolean hasMatchingMonitor(Predicate<String> predicate)
- Specified by:
hasMatchingMonitorin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withMonitors
public A withMonitors(List<String> monitors)
- Specified by:
withMonitorsin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withMonitors
public A withMonitors(String... monitors)
- Specified by:
withMonitorsin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
hasMonitors
public Boolean hasMonitors()
- Specified by:
hasMonitorsin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
addNewMonitor
public A addNewMonitor(String arg1)
- Specified by:
addNewMonitorin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
addNewMonitor
public A addNewMonitor(StringBuilder arg1)
- Specified by:
addNewMonitorin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
addNewMonitor
public A addNewMonitor(StringBuffer arg1)
- Specified by:
addNewMonitorin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
getPath
public String getPath()
- Specified by:
getPathin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withPath
public A withPath(String path)
- Specified by:
withPathin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
hasPath
public Boolean hasPath()
- Specified by:
hasPathin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withNewPath
public A withNewPath(String arg1)
- Specified by:
withNewPathin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withNewPath
public A withNewPath(StringBuilder arg1)
- Specified by:
withNewPathin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withNewPath
public A withNewPath(StringBuffer arg1)
- Specified by:
withNewPathin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
isReadOnly
public Boolean isReadOnly()
- Specified by:
isReadOnlyin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withReadOnly
public A withReadOnly(Boolean readOnly)
- Specified by:
withReadOnlyin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
hasReadOnly
public Boolean hasReadOnly()
- Specified by:
hasReadOnlyin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(String arg1)
- Specified by:
withNewReadOnlyin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(boolean arg1)
- Specified by:
withNewReadOnlyin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
getSecretFile
public String getSecretFile()
- Specified by:
getSecretFilein interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withSecretFile
public A withSecretFile(String secretFile)
- Specified by:
withSecretFilein interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
hasSecretFile
public Boolean hasSecretFile()
- Specified by:
hasSecretFilein interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withNewSecretFile
public A withNewSecretFile(String arg1)
- Specified by:
withNewSecretFilein interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withNewSecretFile
public A withNewSecretFile(StringBuilder arg1)
- Specified by:
withNewSecretFilein interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withNewSecretFile
public A withNewSecretFile(StringBuffer arg1)
- Specified by:
withNewSecretFilein interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
getSecretRef
@Deprecated public LocalObjectReference getSecretRef()
Deprecated.This method has been deprecated, please use method buildSecretRef instead.- Specified by:
getSecretRefin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>- Returns:
- The buildable object.
-
buildSecretRef
public LocalObjectReference buildSecretRef()
- Specified by:
buildSecretRefin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withSecretRef
public A withSecretRef(LocalObjectReference secretRef)
- Specified by:
withSecretRefin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
hasSecretRef
public Boolean hasSecretRef()
- Specified by:
hasSecretRefin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withNewSecretRef
public A withNewSecretRef(String name)
- Specified by:
withNewSecretRefin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withNewSecretRef
public CephFSVolumeSourceFluent.SecretRefNested<A> withNewSecretRef()
- Specified by:
withNewSecretRefin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withNewSecretRefLike
public CephFSVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(LocalObjectReference item)
- Specified by:
withNewSecretRefLikein interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
editSecretRef
public CephFSVolumeSourceFluent.SecretRefNested<A> editSecretRef()
- Specified by:
editSecretRefin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
editOrNewSecretRef
public CephFSVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef()
- Specified by:
editOrNewSecretRefin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
editOrNewSecretRefLike
public CephFSVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(LocalObjectReference item)
- Specified by:
editOrNewSecretRefLikein interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
getUser
public String getUser()
- Specified by:
getUserin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withUser
public A withUser(String user)
- Specified by:
withUserin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
hasUser
public Boolean hasUser()
- Specified by:
hasUserin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withNewUser
public A withNewUser(String arg1)
- Specified by:
withNewUserin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withNewUser
public A withNewUser(StringBuilder arg1)
- Specified by:
withNewUserin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withNewUser
public A withNewUser(StringBuffer arg1)
- Specified by:
withNewUserin interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
-