Package io.fabric8.kubernetes.api.model
Class EmptyDirVolumeSourceFluentImpl<A extends EmptyDirVolumeSourceFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.EmptyDirVolumeSourceFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,EmptyDirVolumeSourceFluent<A>
- Direct Known Subclasses:
DoneableEmptyDirVolumeSource
,EmptyDirVolumeSourceBuilder
,VolumeFluentImpl.EmptyDirNestedImpl
,WatchEventFluentImpl.EmptyDirVolumeSourceObjectNestedImpl
public class EmptyDirVolumeSourceFluentImpl<A extends EmptyDirVolumeSourceFluent<A>> extends BaseFluent<A> implements EmptyDirVolumeSourceFluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
EmptyDirVolumeSourceFluentImpl.SizeLimitNestedImpl<N>
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.EmptyDirVolumeSourceFluent
EmptyDirVolumeSourceFluent.SizeLimitNested<N>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description EmptyDirVolumeSourceFluentImpl()
EmptyDirVolumeSourceFluentImpl(EmptyDirVolumeSource instance)
-
Method Summary
Modifier and Type Method Description Quantity
buildSizeLimit()
EmptyDirVolumeSourceFluent.SizeLimitNested<A>
editOrNewSizeLimit()
EmptyDirVolumeSourceFluent.SizeLimitNested<A>
editOrNewSizeLimitLike(Quantity item)
EmptyDirVolumeSourceFluent.SizeLimitNested<A>
editSizeLimit()
boolean
equals(Object o)
String
getMedium()
Quantity
getSizeLimit()
Deprecated.Boolean
hasMedium()
Boolean
hasSizeLimit()
A
withMedium(String medium)
A
withNewMedium(String arg1)
A
withNewMedium(StringBuffer arg1)
A
withNewMedium(StringBuilder arg1)
EmptyDirVolumeSourceFluent.SizeLimitNested<A>
withNewSizeLimit()
A
withNewSizeLimit(String amount)
A
withNewSizeLimit(String amount, String format)
EmptyDirVolumeSourceFluent.SizeLimitNested<A>
withNewSizeLimitLike(Quantity item)
A
withSizeLimit(Quantity sizeLimit)
-
Constructor Details
-
EmptyDirVolumeSourceFluentImpl
public EmptyDirVolumeSourceFluentImpl() -
EmptyDirVolumeSourceFluentImpl
-
-
Method Details
-
getMedium
- Specified by:
getMedium
in interfaceEmptyDirVolumeSourceFluent<A extends EmptyDirVolumeSourceFluent<A>>
-
withMedium
- Specified by:
withMedium
in interfaceEmptyDirVolumeSourceFluent<A extends EmptyDirVolumeSourceFluent<A>>
-
hasMedium
- Specified by:
hasMedium
in interfaceEmptyDirVolumeSourceFluent<A extends EmptyDirVolumeSourceFluent<A>>
-
withNewMedium
- Specified by:
withNewMedium
in interfaceEmptyDirVolumeSourceFluent<A extends EmptyDirVolumeSourceFluent<A>>
-
withNewMedium
- Specified by:
withNewMedium
in interfaceEmptyDirVolumeSourceFluent<A extends EmptyDirVolumeSourceFluent<A>>
-
withNewMedium
- Specified by:
withNewMedium
in interfaceEmptyDirVolumeSourceFluent<A extends EmptyDirVolumeSourceFluent<A>>
-
getSizeLimit
Deprecated.This method has been deprecated, please use method buildSizeLimit instead.- Specified by:
getSizeLimit
in interfaceEmptyDirVolumeSourceFluent<A extends EmptyDirVolumeSourceFluent<A>>
- Returns:
- The buildable object.
-
buildSizeLimit
- Specified by:
buildSizeLimit
in interfaceEmptyDirVolumeSourceFluent<A extends EmptyDirVolumeSourceFluent<A>>
-
withSizeLimit
- Specified by:
withSizeLimit
in interfaceEmptyDirVolumeSourceFluent<A extends EmptyDirVolumeSourceFluent<A>>
-
hasSizeLimit
- Specified by:
hasSizeLimit
in interfaceEmptyDirVolumeSourceFluent<A extends EmptyDirVolumeSourceFluent<A>>
-
withNewSizeLimit
- Specified by:
withNewSizeLimit
in interfaceEmptyDirVolumeSourceFluent<A extends EmptyDirVolumeSourceFluent<A>>
-
withNewSizeLimit
- Specified by:
withNewSizeLimit
in interfaceEmptyDirVolumeSourceFluent<A extends EmptyDirVolumeSourceFluent<A>>
-
withNewSizeLimit
- Specified by:
withNewSizeLimit
in interfaceEmptyDirVolumeSourceFluent<A extends EmptyDirVolumeSourceFluent<A>>
-
withNewSizeLimitLike
- Specified by:
withNewSizeLimitLike
in interfaceEmptyDirVolumeSourceFluent<A extends EmptyDirVolumeSourceFluent<A>>
-
editSizeLimit
- Specified by:
editSizeLimit
in interfaceEmptyDirVolumeSourceFluent<A extends EmptyDirVolumeSourceFluent<A>>
-
editOrNewSizeLimit
- Specified by:
editOrNewSizeLimit
in interfaceEmptyDirVolumeSourceFluent<A extends EmptyDirVolumeSourceFluent<A>>
-
editOrNewSizeLimitLike
- Specified by:
editOrNewSizeLimitLike
in interfaceEmptyDirVolumeSourceFluent<A extends EmptyDirVolumeSourceFluent<A>>
-
equals
-