Package io.fabric8.kubernetes.api.model
Class PortworxVolumeSourceFluentImpl<A extends PortworxVolumeSourceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.PortworxVolumeSourceFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,PortworxVolumeSourceFluent<A>
- Direct Known Subclasses:
PersistentVolumeSpecFluentImpl.PortworxVolumeNestedImpl,PortworxVolumeSourceBuilder,VolumeFluentImpl.PortworxVolumeNestedImpl,WatchEventFluentImpl.PortworxVolumeSourceObjectNestedImpl
public class PortworxVolumeSourceFluentImpl<A extends PortworxVolumeSourceFluent<A>> extends BaseFluent<A> implements PortworxVolumeSourceFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description PortworxVolumeSourceFluentImpl()PortworxVolumeSourceFluentImpl(PortworxVolumeSource instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetFsType()StringgetVolumeID()BooleanhasFsType()inthashCode()BooleanhasReadOnly()BooleanhasVolumeID()BooleanisReadOnly()AwithFsType(String fsType)AwithNewFsType(String arg1)AwithNewFsType(StringBuffer arg1)AwithNewFsType(StringBuilder arg1)AwithNewReadOnly(boolean arg1)AwithNewReadOnly(String arg1)AwithNewVolumeID(String arg1)AwithNewVolumeID(StringBuffer arg1)AwithNewVolumeID(StringBuilder arg1)AwithReadOnly(Boolean readOnly)AwithVolumeID(String volumeID)
-
-
-
Constructor Detail
-
PortworxVolumeSourceFluentImpl
public PortworxVolumeSourceFluentImpl()
-
PortworxVolumeSourceFluentImpl
public PortworxVolumeSourceFluentImpl(PortworxVolumeSource instance)
-
-
Method Detail
-
getFsType
public String getFsType()
- Specified by:
getFsTypein interfacePortworxVolumeSourceFluent<A extends PortworxVolumeSourceFluent<A>>
-
withFsType
public A withFsType(String fsType)
- Specified by:
withFsTypein interfacePortworxVolumeSourceFluent<A extends PortworxVolumeSourceFluent<A>>
-
hasFsType
public Boolean hasFsType()
- Specified by:
hasFsTypein interfacePortworxVolumeSourceFluent<A extends PortworxVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(String arg1)
- Specified by:
withNewFsTypein interfacePortworxVolumeSourceFluent<A extends PortworxVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(StringBuilder arg1)
- Specified by:
withNewFsTypein interfacePortworxVolumeSourceFluent<A extends PortworxVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(StringBuffer arg1)
- Specified by:
withNewFsTypein interfacePortworxVolumeSourceFluent<A extends PortworxVolumeSourceFluent<A>>
-
isReadOnly
public Boolean isReadOnly()
- Specified by:
isReadOnlyin interfacePortworxVolumeSourceFluent<A extends PortworxVolumeSourceFluent<A>>
-
withReadOnly
public A withReadOnly(Boolean readOnly)
- Specified by:
withReadOnlyin interfacePortworxVolumeSourceFluent<A extends PortworxVolumeSourceFluent<A>>
-
hasReadOnly
public Boolean hasReadOnly()
- Specified by:
hasReadOnlyin interfacePortworxVolumeSourceFluent<A extends PortworxVolumeSourceFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(String arg1)
- Specified by:
withNewReadOnlyin interfacePortworxVolumeSourceFluent<A extends PortworxVolumeSourceFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(boolean arg1)
- Specified by:
withNewReadOnlyin interfacePortworxVolumeSourceFluent<A extends PortworxVolumeSourceFluent<A>>
-
getVolumeID
public String getVolumeID()
- Specified by:
getVolumeIDin interfacePortworxVolumeSourceFluent<A extends PortworxVolumeSourceFluent<A>>
-
withVolumeID
public A withVolumeID(String volumeID)
- Specified by:
withVolumeIDin interfacePortworxVolumeSourceFluent<A extends PortworxVolumeSourceFluent<A>>
-
hasVolumeID
public Boolean hasVolumeID()
- Specified by:
hasVolumeIDin interfacePortworxVolumeSourceFluent<A extends PortworxVolumeSourceFluent<A>>
-
withNewVolumeID
public A withNewVolumeID(String arg1)
- Specified by:
withNewVolumeIDin interfacePortworxVolumeSourceFluent<A extends PortworxVolumeSourceFluent<A>>
-
withNewVolumeID
public A withNewVolumeID(StringBuilder arg1)
- Specified by:
withNewVolumeIDin interfacePortworxVolumeSourceFluent<A extends PortworxVolumeSourceFluent<A>>
-
withNewVolumeID
public A withNewVolumeID(StringBuffer arg1)
- Specified by:
withNewVolumeIDin interfacePortworxVolumeSourceFluent<A extends PortworxVolumeSourceFluent<A>>
-
-