Package io.fabric8.kubernetes.api.model
Class CSIVolumeSourceFluentImpl<A extends CSIVolumeSourceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.CSIVolumeSourceFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,CSIVolumeSourceFluent<A>
- Direct Known Subclasses:
CSIVolumeSourceBuilder,VolumeFluentImpl.CsiNestedImpl,WatchEventFluentImpl.CSIVolumeSourceObjectNestedImpl
public class CSIVolumeSourceFluentImpl<A extends CSIVolumeSourceFluent<A>> extends BaseFluent<A> implements CSIVolumeSourceFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classCSIVolumeSourceFluentImpl.NodePublishSecretRefNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.CSIVolumeSourceFluent
CSIVolumeSourceFluent.NodePublishSecretRefNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description CSIVolumeSourceFluentImpl()CSIVolumeSourceFluentImpl(CSIVolumeSource instance)
-
Method Summary
-
-
-
Constructor Detail
-
CSIVolumeSourceFluentImpl
public CSIVolumeSourceFluentImpl()
-
CSIVolumeSourceFluentImpl
public CSIVolumeSourceFluentImpl(CSIVolumeSource instance)
-
-
Method Detail
-
getDriver
public String getDriver()
- Specified by:
getDriverin interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
withDriver
public A withDriver(String driver)
- Specified by:
withDriverin interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
hasDriver
public Boolean hasDriver()
- Specified by:
hasDriverin interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
withNewDriver
public A withNewDriver(String arg1)
- Specified by:
withNewDriverin interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
withNewDriver
public A withNewDriver(StringBuilder arg1)
- Specified by:
withNewDriverin interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
withNewDriver
public A withNewDriver(StringBuffer arg1)
- Specified by:
withNewDriverin interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
getFsType
public String getFsType()
- Specified by:
getFsTypein interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
withFsType
public A withFsType(String fsType)
- Specified by:
withFsTypein interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
hasFsType
public Boolean hasFsType()
- Specified by:
hasFsTypein interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(String arg1)
- Specified by:
withNewFsTypein interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(StringBuilder arg1)
- Specified by:
withNewFsTypein interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(StringBuffer arg1)
- Specified by:
withNewFsTypein interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
getNodePublishSecretRef
@Deprecated public LocalObjectReference getNodePublishSecretRef()
Deprecated.This method has been deprecated, please use method buildNodePublishSecretRef instead.- Specified by:
getNodePublishSecretRefin interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>- Returns:
- The buildable object.
-
buildNodePublishSecretRef
public LocalObjectReference buildNodePublishSecretRef()
- Specified by:
buildNodePublishSecretRefin interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
withNodePublishSecretRef
public A withNodePublishSecretRef(LocalObjectReference nodePublishSecretRef)
- Specified by:
withNodePublishSecretRefin interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
hasNodePublishSecretRef
public Boolean hasNodePublishSecretRef()
- Specified by:
hasNodePublishSecretRefin interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
withNewNodePublishSecretRef
public A withNewNodePublishSecretRef(String name)
- Specified by:
withNewNodePublishSecretRefin interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
withNewNodePublishSecretRef
public CSIVolumeSourceFluent.NodePublishSecretRefNested<A> withNewNodePublishSecretRef()
- Specified by:
withNewNodePublishSecretRefin interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
withNewNodePublishSecretRefLike
public CSIVolumeSourceFluent.NodePublishSecretRefNested<A> withNewNodePublishSecretRefLike(LocalObjectReference item)
- Specified by:
withNewNodePublishSecretRefLikein interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
editNodePublishSecretRef
public CSIVolumeSourceFluent.NodePublishSecretRefNested<A> editNodePublishSecretRef()
- Specified by:
editNodePublishSecretRefin interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
editOrNewNodePublishSecretRef
public CSIVolumeSourceFluent.NodePublishSecretRefNested<A> editOrNewNodePublishSecretRef()
- Specified by:
editOrNewNodePublishSecretRefin interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
editOrNewNodePublishSecretRefLike
public CSIVolumeSourceFluent.NodePublishSecretRefNested<A> editOrNewNodePublishSecretRefLike(LocalObjectReference item)
- Specified by:
editOrNewNodePublishSecretRefLikein interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
isReadOnly
public Boolean isReadOnly()
- Specified by:
isReadOnlyin interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
withReadOnly
public A withReadOnly(Boolean readOnly)
- Specified by:
withReadOnlyin interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
hasReadOnly
public Boolean hasReadOnly()
- Specified by:
hasReadOnlyin interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(String arg1)
- Specified by:
withNewReadOnlyin interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(boolean arg1)
- Specified by:
withNewReadOnlyin interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
addToVolumeAttributes
public A addToVolumeAttributes(String key, String value)
- Specified by:
addToVolumeAttributesin interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
addToVolumeAttributes
public A addToVolumeAttributes(Map<String,String> map)
- Specified by:
addToVolumeAttributesin interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
removeFromVolumeAttributes
public A removeFromVolumeAttributes(String key)
- Specified by:
removeFromVolumeAttributesin interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
removeFromVolumeAttributes
public A removeFromVolumeAttributes(Map<String,String> map)
- Specified by:
removeFromVolumeAttributesin interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
getVolumeAttributes
public Map<String,String> getVolumeAttributes()
- Specified by:
getVolumeAttributesin interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
withVolumeAttributes
public A withVolumeAttributes(Map<String,String> volumeAttributes)
- Specified by:
withVolumeAttributesin interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
hasVolumeAttributes
public Boolean hasVolumeAttributes()
- Specified by:
hasVolumeAttributesin interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
-