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:
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 classEmptyDirVolumeSourceFluentImpl.SizeLimitNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.EmptyDirVolumeSourceFluent
EmptyDirVolumeSourceFluent.SizeLimitNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description EmptyDirVolumeSourceFluentImpl()EmptyDirVolumeSourceFluentImpl(EmptyDirVolumeSource instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description QuantitybuildSizeLimit()EmptyDirVolumeSourceFluent.SizeLimitNested<A>editOrNewSizeLimit()EmptyDirVolumeSourceFluent.SizeLimitNested<A>editOrNewSizeLimitLike(Quantity item)EmptyDirVolumeSourceFluent.SizeLimitNested<A>editSizeLimit()booleanequals(Object o)StringgetMedium()QuantitygetSizeLimit()Deprecated.inthashCode()BooleanhasMedium()BooleanhasSizeLimit()AwithMedium(String medium)AwithNewMedium(String arg1)AwithNewMedium(StringBuffer arg1)AwithNewMedium(StringBuilder arg1)EmptyDirVolumeSourceFluent.SizeLimitNested<A>withNewSizeLimit()AwithNewSizeLimit(String amount)AwithNewSizeLimit(String amount, String format)EmptyDirVolumeSourceFluent.SizeLimitNested<A>withNewSizeLimitLike(Quantity item)AwithSizeLimit(Quantity sizeLimit)
-
-
-
Constructor Detail
-
EmptyDirVolumeSourceFluentImpl
public EmptyDirVolumeSourceFluentImpl()
-
EmptyDirVolumeSourceFluentImpl
public EmptyDirVolumeSourceFluentImpl(EmptyDirVolumeSource instance)
-
-
Method Detail
-
getMedium
public String getMedium()
- Specified by:
getMediumin interfaceEmptyDirVolumeSourceFluent<A extends EmptyDirVolumeSourceFluent<A>>
-
withMedium
public A withMedium(String medium)
- Specified by:
withMediumin interfaceEmptyDirVolumeSourceFluent<A extends EmptyDirVolumeSourceFluent<A>>
-
hasMedium
public Boolean hasMedium()
- Specified by:
hasMediumin interfaceEmptyDirVolumeSourceFluent<A extends EmptyDirVolumeSourceFluent<A>>
-
withNewMedium
public A withNewMedium(String arg1)
- Specified by:
withNewMediumin interfaceEmptyDirVolumeSourceFluent<A extends EmptyDirVolumeSourceFluent<A>>
-
withNewMedium
public A withNewMedium(StringBuilder arg1)
- Specified by:
withNewMediumin interfaceEmptyDirVolumeSourceFluent<A extends EmptyDirVolumeSourceFluent<A>>
-
withNewMedium
public A withNewMedium(StringBuffer arg1)
- Specified by:
withNewMediumin interfaceEmptyDirVolumeSourceFluent<A extends EmptyDirVolumeSourceFluent<A>>
-
getSizeLimit
@Deprecated public Quantity getSizeLimit()
Deprecated.This method has been deprecated, please use method buildSizeLimit instead.- Specified by:
getSizeLimitin interfaceEmptyDirVolumeSourceFluent<A extends EmptyDirVolumeSourceFluent<A>>- Returns:
- The buildable object.
-
buildSizeLimit
public Quantity buildSizeLimit()
- Specified by:
buildSizeLimitin interfaceEmptyDirVolumeSourceFluent<A extends EmptyDirVolumeSourceFluent<A>>
-
withSizeLimit
public A withSizeLimit(Quantity sizeLimit)
- Specified by:
withSizeLimitin interfaceEmptyDirVolumeSourceFluent<A extends EmptyDirVolumeSourceFluent<A>>
-
hasSizeLimit
public Boolean hasSizeLimit()
- Specified by:
hasSizeLimitin interfaceEmptyDirVolumeSourceFluent<A extends EmptyDirVolumeSourceFluent<A>>
-
withNewSizeLimit
public A withNewSizeLimit(String amount, String format)
- Specified by:
withNewSizeLimitin interfaceEmptyDirVolumeSourceFluent<A extends EmptyDirVolumeSourceFluent<A>>
-
withNewSizeLimit
public A withNewSizeLimit(String amount)
- Specified by:
withNewSizeLimitin interfaceEmptyDirVolumeSourceFluent<A extends EmptyDirVolumeSourceFluent<A>>
-
withNewSizeLimit
public EmptyDirVolumeSourceFluent.SizeLimitNested<A> withNewSizeLimit()
- Specified by:
withNewSizeLimitin interfaceEmptyDirVolumeSourceFluent<A extends EmptyDirVolumeSourceFluent<A>>
-
withNewSizeLimitLike
public EmptyDirVolumeSourceFluent.SizeLimitNested<A> withNewSizeLimitLike(Quantity item)
- Specified by:
withNewSizeLimitLikein interfaceEmptyDirVolumeSourceFluent<A extends EmptyDirVolumeSourceFluent<A>>
-
editSizeLimit
public EmptyDirVolumeSourceFluent.SizeLimitNested<A> editSizeLimit()
- Specified by:
editSizeLimitin interfaceEmptyDirVolumeSourceFluent<A extends EmptyDirVolumeSourceFluent<A>>
-
editOrNewSizeLimit
public EmptyDirVolumeSourceFluent.SizeLimitNested<A> editOrNewSizeLimit()
- Specified by:
editOrNewSizeLimitin interfaceEmptyDirVolumeSourceFluent<A extends EmptyDirVolumeSourceFluent<A>>
-
editOrNewSizeLimitLike
public EmptyDirVolumeSourceFluent.SizeLimitNested<A> editOrNewSizeLimitLike(Quantity item)
- Specified by:
editOrNewSizeLimitLikein interfaceEmptyDirVolumeSourceFluent<A extends EmptyDirVolumeSourceFluent<A>>
-
-