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 class
CSIVolumeSourceFluentImpl.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:
getDriver
in interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
withDriver
public A withDriver(String driver)
- Specified by:
withDriver
in interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
hasDriver
public Boolean hasDriver()
- Specified by:
hasDriver
in interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
withNewDriver
public A withNewDriver(String arg1)
- Specified by:
withNewDriver
in interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
withNewDriver
public A withNewDriver(StringBuilder arg1)
- Specified by:
withNewDriver
in interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
withNewDriver
public A withNewDriver(StringBuffer arg1)
- Specified by:
withNewDriver
in interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
getFsType
public String getFsType()
- Specified by:
getFsType
in interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
withFsType
public A withFsType(String fsType)
- Specified by:
withFsType
in interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
hasFsType
public Boolean hasFsType()
- Specified by:
hasFsType
in interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(String arg1)
- Specified by:
withNewFsType
in interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(StringBuilder arg1)
- Specified by:
withNewFsType
in interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(StringBuffer arg1)
- Specified by:
withNewFsType
in interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
getNodePublishSecretRef
@Deprecated public LocalObjectReference getNodePublishSecretRef()
Deprecated.This method has been deprecated, please use method buildNodePublishSecretRef instead.- Specified by:
getNodePublishSecretRef
in interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
- Returns:
- The buildable object.
-
buildNodePublishSecretRef
public LocalObjectReference buildNodePublishSecretRef()
- Specified by:
buildNodePublishSecretRef
in interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
withNodePublishSecretRef
public A withNodePublishSecretRef(LocalObjectReference nodePublishSecretRef)
- Specified by:
withNodePublishSecretRef
in interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
hasNodePublishSecretRef
public Boolean hasNodePublishSecretRef()
- Specified by:
hasNodePublishSecretRef
in interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
withNewNodePublishSecretRef
public A withNewNodePublishSecretRef(String name)
- Specified by:
withNewNodePublishSecretRef
in interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
withNewNodePublishSecretRef
public CSIVolumeSourceFluent.NodePublishSecretRefNested<A> withNewNodePublishSecretRef()
- Specified by:
withNewNodePublishSecretRef
in interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
withNewNodePublishSecretRefLike
public CSIVolumeSourceFluent.NodePublishSecretRefNested<A> withNewNodePublishSecretRefLike(LocalObjectReference item)
- Specified by:
withNewNodePublishSecretRefLike
in interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
editNodePublishSecretRef
public CSIVolumeSourceFluent.NodePublishSecretRefNested<A> editNodePublishSecretRef()
- Specified by:
editNodePublishSecretRef
in interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
editOrNewNodePublishSecretRef
public CSIVolumeSourceFluent.NodePublishSecretRefNested<A> editOrNewNodePublishSecretRef()
- Specified by:
editOrNewNodePublishSecretRef
in interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
editOrNewNodePublishSecretRefLike
public CSIVolumeSourceFluent.NodePublishSecretRefNested<A> editOrNewNodePublishSecretRefLike(LocalObjectReference item)
- Specified by:
editOrNewNodePublishSecretRefLike
in interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
isReadOnly
public Boolean isReadOnly()
- Specified by:
isReadOnly
in interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
withReadOnly
public A withReadOnly(Boolean readOnly)
- Specified by:
withReadOnly
in interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
hasReadOnly
public Boolean hasReadOnly()
- Specified by:
hasReadOnly
in interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(String arg1)
- Specified by:
withNewReadOnly
in interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(boolean arg1)
- Specified by:
withNewReadOnly
in interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
addToVolumeAttributes
public A addToVolumeAttributes(String key, String value)
- Specified by:
addToVolumeAttributes
in interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
addToVolumeAttributes
public A addToVolumeAttributes(Map<String,String> map)
- Specified by:
addToVolumeAttributes
in interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
removeFromVolumeAttributes
public A removeFromVolumeAttributes(String key)
- Specified by:
removeFromVolumeAttributes
in interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
removeFromVolumeAttributes
public A removeFromVolumeAttributes(Map<String,String> map)
- Specified by:
removeFromVolumeAttributes
in interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
getVolumeAttributes
public Map<String,String> getVolumeAttributes()
- Specified by:
getVolumeAttributes
in interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
withVolumeAttributes
public A withVolumeAttributes(Map<String,String> volumeAttributes)
- Specified by:
withVolumeAttributes
in interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
hasVolumeAttributes
public Boolean hasVolumeAttributes()
- Specified by:
hasVolumeAttributes
in interfaceCSIVolumeSourceFluent<A extends CSIVolumeSourceFluent<A>>
-
-