Package io.fabric8.kubernetes.api.model
Class GCEPersistentDiskVolumeSourceFluentImpl<A extends GCEPersistentDiskVolumeSourceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.GCEPersistentDiskVolumeSourceFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,GCEPersistentDiskVolumeSourceFluent<A>
- Direct Known Subclasses:
GCEPersistentDiskVolumeSourceBuilder,PersistentVolumeSpecFluentImpl.GcePersistentDiskNestedImpl,VolumeFluentImpl.GcePersistentDiskNestedImpl,WatchEventFluentImpl.GCEPersistentDiskVolumeSourceObjectNestedImpl
public class GCEPersistentDiskVolumeSourceFluentImpl<A extends GCEPersistentDiskVolumeSourceFluent<A>> extends BaseFluent<A> implements GCEPersistentDiskVolumeSourceFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description GCEPersistentDiskVolumeSourceFluentImpl()GCEPersistentDiskVolumeSourceFluentImpl(GCEPersistentDiskVolumeSource instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetFsType()IntegergetPartition()StringgetPdName()BooleanhasFsType()inthashCode()BooleanhasPartition()BooleanhasPdName()BooleanhasReadOnly()BooleanisReadOnly()AwithFsType(String fsType)AwithNewFsType(String arg1)AwithNewFsType(StringBuffer arg1)AwithNewFsType(StringBuilder arg1)AwithNewPdName(String arg1)AwithNewPdName(StringBuffer arg1)AwithNewPdName(StringBuilder arg1)AwithNewReadOnly(boolean arg1)AwithNewReadOnly(String arg1)AwithPartition(Integer partition)AwithPdName(String pdName)AwithReadOnly(Boolean readOnly)
-
-
-
Constructor Detail
-
GCEPersistentDiskVolumeSourceFluentImpl
public GCEPersistentDiskVolumeSourceFluentImpl()
-
GCEPersistentDiskVolumeSourceFluentImpl
public GCEPersistentDiskVolumeSourceFluentImpl(GCEPersistentDiskVolumeSource instance)
-
-
Method Detail
-
getFsType
public String getFsType()
- Specified by:
getFsTypein interfaceGCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
-
withFsType
public A withFsType(String fsType)
- Specified by:
withFsTypein interfaceGCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
-
hasFsType
public Boolean hasFsType()
- Specified by:
hasFsTypein interfaceGCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(String arg1)
- Specified by:
withNewFsTypein interfaceGCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(StringBuilder arg1)
- Specified by:
withNewFsTypein interfaceGCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(StringBuffer arg1)
- Specified by:
withNewFsTypein interfaceGCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
-
getPartition
public Integer getPartition()
- Specified by:
getPartitionin interfaceGCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
-
withPartition
public A withPartition(Integer partition)
- Specified by:
withPartitionin interfaceGCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
-
hasPartition
public Boolean hasPartition()
- Specified by:
hasPartitionin interfaceGCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
-
getPdName
public String getPdName()
- Specified by:
getPdNamein interfaceGCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
-
withPdName
public A withPdName(String pdName)
- Specified by:
withPdNamein interfaceGCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
-
hasPdName
public Boolean hasPdName()
- Specified by:
hasPdNamein interfaceGCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
-
withNewPdName
public A withNewPdName(String arg1)
- Specified by:
withNewPdNamein interfaceGCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
-
withNewPdName
public A withNewPdName(StringBuilder arg1)
- Specified by:
withNewPdNamein interfaceGCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
-
withNewPdName
public A withNewPdName(StringBuffer arg1)
- Specified by:
withNewPdNamein interfaceGCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
-
isReadOnly
public Boolean isReadOnly()
- Specified by:
isReadOnlyin interfaceGCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
-
withReadOnly
public A withReadOnly(Boolean readOnly)
- Specified by:
withReadOnlyin interfaceGCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
-
hasReadOnly
public Boolean hasReadOnly()
- Specified by:
hasReadOnlyin interfaceGCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(String arg1)
- Specified by:
withNewReadOnlyin interfaceGCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(boolean arg1)
- Specified by:
withNewReadOnlyin interfaceGCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
-
-