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 class
CephFSVolumeSourceFluentImpl.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:
addToMonitors
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
setToMonitors
public A setToMonitors(int index, String item)
- Specified by:
setToMonitors
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
addToMonitors
public A addToMonitors(String... items)
- Specified by:
addToMonitors
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
addAllToMonitors
public A addAllToMonitors(Collection<String> items)
- Specified by:
addAllToMonitors
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
removeFromMonitors
public A removeFromMonitors(String... items)
- Specified by:
removeFromMonitors
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
removeAllFromMonitors
public A removeAllFromMonitors(Collection<String> items)
- Specified by:
removeAllFromMonitors
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
getMonitors
public List<String> getMonitors()
- Specified by:
getMonitors
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
getMonitor
public String getMonitor(int index)
- Specified by:
getMonitor
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
getFirstMonitor
public String getFirstMonitor()
- Specified by:
getFirstMonitor
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
getLastMonitor
public String getLastMonitor()
- Specified by:
getLastMonitor
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
getMatchingMonitor
public String getMatchingMonitor(Predicate<String> predicate)
- Specified by:
getMatchingMonitor
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
hasMatchingMonitor
public Boolean hasMatchingMonitor(Predicate<String> predicate)
- Specified by:
hasMatchingMonitor
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withMonitors
public A withMonitors(List<String> monitors)
- Specified by:
withMonitors
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withMonitors
public A withMonitors(String... monitors)
- Specified by:
withMonitors
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
hasMonitors
public Boolean hasMonitors()
- Specified by:
hasMonitors
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
addNewMonitor
public A addNewMonitor(String arg1)
- Specified by:
addNewMonitor
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
addNewMonitor
public A addNewMonitor(StringBuilder arg1)
- Specified by:
addNewMonitor
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
addNewMonitor
public A addNewMonitor(StringBuffer arg1)
- Specified by:
addNewMonitor
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
getPath
public String getPath()
- Specified by:
getPath
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withPath
public A withPath(String path)
- Specified by:
withPath
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
hasPath
public Boolean hasPath()
- Specified by:
hasPath
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withNewPath
public A withNewPath(String arg1)
- Specified by:
withNewPath
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withNewPath
public A withNewPath(StringBuilder arg1)
- Specified by:
withNewPath
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withNewPath
public A withNewPath(StringBuffer arg1)
- Specified by:
withNewPath
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
isReadOnly
public Boolean isReadOnly()
- Specified by:
isReadOnly
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withReadOnly
public A withReadOnly(Boolean readOnly)
- Specified by:
withReadOnly
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
hasReadOnly
public Boolean hasReadOnly()
- Specified by:
hasReadOnly
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(String arg1)
- Specified by:
withNewReadOnly
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(boolean arg1)
- Specified by:
withNewReadOnly
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
getSecretFile
public String getSecretFile()
- Specified by:
getSecretFile
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withSecretFile
public A withSecretFile(String secretFile)
- Specified by:
withSecretFile
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
hasSecretFile
public Boolean hasSecretFile()
- Specified by:
hasSecretFile
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withNewSecretFile
public A withNewSecretFile(String arg1)
- Specified by:
withNewSecretFile
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withNewSecretFile
public A withNewSecretFile(StringBuilder arg1)
- Specified by:
withNewSecretFile
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withNewSecretFile
public A withNewSecretFile(StringBuffer arg1)
- Specified by:
withNewSecretFile
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
getSecretRef
@Deprecated public LocalObjectReference getSecretRef()
Deprecated.This method has been deprecated, please use method buildSecretRef instead.- Specified by:
getSecretRef
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
- Returns:
- The buildable object.
-
buildSecretRef
public LocalObjectReference buildSecretRef()
- Specified by:
buildSecretRef
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withSecretRef
public A withSecretRef(LocalObjectReference secretRef)
- Specified by:
withSecretRef
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
hasSecretRef
public Boolean hasSecretRef()
- Specified by:
hasSecretRef
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withNewSecretRef
public A withNewSecretRef(String name)
- Specified by:
withNewSecretRef
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withNewSecretRef
public CephFSVolumeSourceFluent.SecretRefNested<A> withNewSecretRef()
- Specified by:
withNewSecretRef
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withNewSecretRefLike
public CephFSVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(LocalObjectReference item)
- Specified by:
withNewSecretRefLike
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
editSecretRef
public CephFSVolumeSourceFluent.SecretRefNested<A> editSecretRef()
- Specified by:
editSecretRef
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
editOrNewSecretRef
public CephFSVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef()
- Specified by:
editOrNewSecretRef
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
editOrNewSecretRefLike
public CephFSVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(LocalObjectReference item)
- Specified by:
editOrNewSecretRefLike
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
getUser
public String getUser()
- Specified by:
getUser
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withUser
public A withUser(String user)
- Specified by:
withUser
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
hasUser
public Boolean hasUser()
- Specified by:
hasUser
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withNewUser
public A withNewUser(String arg1)
- Specified by:
withNewUser
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withNewUser
public A withNewUser(StringBuilder arg1)
- Specified by:
withNewUser
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
withNewUser
public A withNewUser(StringBuffer arg1)
- Specified by:
withNewUser
in interfaceCephFSVolumeSourceFluent<A extends CephFSVolumeSourceFluent<A>>
-
-