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 boolean
equals(Object o)
String
getFsType()
Integer
getPartition()
String
getPdName()
Boolean
hasFsType()
int
hashCode()
Boolean
hasPartition()
Boolean
hasPdName()
Boolean
hasReadOnly()
Boolean
isReadOnly()
A
withFsType(String fsType)
A
withNewFsType(String arg1)
A
withNewFsType(StringBuffer arg1)
A
withNewFsType(StringBuilder arg1)
A
withNewPdName(String arg1)
A
withNewPdName(StringBuffer arg1)
A
withNewPdName(StringBuilder arg1)
A
withNewReadOnly(boolean arg1)
A
withNewReadOnly(String arg1)
A
withPartition(Integer partition)
A
withPdName(String pdName)
A
withReadOnly(Boolean readOnly)
-
-
-
Constructor Detail
-
GCEPersistentDiskVolumeSourceFluentImpl
public GCEPersistentDiskVolumeSourceFluentImpl()
-
GCEPersistentDiskVolumeSourceFluentImpl
public GCEPersistentDiskVolumeSourceFluentImpl(GCEPersistentDiskVolumeSource instance)
-
-
Method Detail
-
getFsType
public String getFsType()
- Specified by:
getFsType
in interfaceGCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
-
withFsType
public A withFsType(String fsType)
- Specified by:
withFsType
in interfaceGCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
-
hasFsType
public Boolean hasFsType()
- Specified by:
hasFsType
in interfaceGCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(String arg1)
- Specified by:
withNewFsType
in interfaceGCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(StringBuilder arg1)
- Specified by:
withNewFsType
in interfaceGCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(StringBuffer arg1)
- Specified by:
withNewFsType
in interfaceGCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
-
getPartition
public Integer getPartition()
- Specified by:
getPartition
in interfaceGCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
-
withPartition
public A withPartition(Integer partition)
- Specified by:
withPartition
in interfaceGCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
-
hasPartition
public Boolean hasPartition()
- Specified by:
hasPartition
in interfaceGCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
-
getPdName
public String getPdName()
- Specified by:
getPdName
in interfaceGCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
-
withPdName
public A withPdName(String pdName)
- Specified by:
withPdName
in interfaceGCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
-
hasPdName
public Boolean hasPdName()
- Specified by:
hasPdName
in interfaceGCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
-
withNewPdName
public A withNewPdName(String arg1)
- Specified by:
withNewPdName
in interfaceGCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
-
withNewPdName
public A withNewPdName(StringBuilder arg1)
- Specified by:
withNewPdName
in interfaceGCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
-
withNewPdName
public A withNewPdName(StringBuffer arg1)
- Specified by:
withNewPdName
in interfaceGCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
-
isReadOnly
public Boolean isReadOnly()
- Specified by:
isReadOnly
in interfaceGCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
-
withReadOnly
public A withReadOnly(Boolean readOnly)
- Specified by:
withReadOnly
in interfaceGCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
-
hasReadOnly
public Boolean hasReadOnly()
- Specified by:
hasReadOnly
in interfaceGCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(String arg1)
- Specified by:
withNewReadOnly
in interfaceGCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(boolean arg1)
- Specified by:
withNewReadOnly
in interfaceGCEPersistentDiskVolumeSourceFluent<A extends GCEPersistentDiskVolumeSourceFluent<A>>
-
-