public class V1EmptyDirVolumeSourceFluentImpl<A extends V1EmptyDirVolumeSourceFluent<A>> extends BaseFluent<A> implements V1EmptyDirVolumeSourceFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
V1EmptyDirVolumeSourceFluentImpl() |
V1EmptyDirVolumeSourceFluentImpl(io.kubernetes.client.openapi.models.V1EmptyDirVolumeSource instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMedium() |
io.kubernetes.client.custom.Quantity |
getSizeLimit() |
int |
hashCode() |
Boolean |
hasMedium() |
Boolean |
hasSizeLimit() |
String |
toString() |
A |
withMedium(String medium) |
A |
withNewSizeLimit(String value) |
A |
withSizeLimit(io.kubernetes.client.custom.Quantity sizeLimit) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic V1EmptyDirVolumeSourceFluentImpl()
public V1EmptyDirVolumeSourceFluentImpl(io.kubernetes.client.openapi.models.V1EmptyDirVolumeSource instance)
public String getMedium()
getMedium in interface V1EmptyDirVolumeSourceFluent<A extends V1EmptyDirVolumeSourceFluent<A>>public A withMedium(String medium)
withMedium in interface V1EmptyDirVolumeSourceFluent<A extends V1EmptyDirVolumeSourceFluent<A>>public Boolean hasMedium()
hasMedium in interface V1EmptyDirVolumeSourceFluent<A extends V1EmptyDirVolumeSourceFluent<A>>public io.kubernetes.client.custom.Quantity getSizeLimit()
getSizeLimit in interface V1EmptyDirVolumeSourceFluent<A extends V1EmptyDirVolumeSourceFluent<A>>public A withSizeLimit(io.kubernetes.client.custom.Quantity sizeLimit)
withSizeLimit in interface V1EmptyDirVolumeSourceFluent<A extends V1EmptyDirVolumeSourceFluent<A>>public Boolean hasSizeLimit()
hasSizeLimit in interface V1EmptyDirVolumeSourceFluent<A extends V1EmptyDirVolumeSourceFluent<A>>public A withNewSizeLimit(String value)
withNewSizeLimit in interface V1EmptyDirVolumeSourceFluent<A extends V1EmptyDirVolumeSourceFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends V1EmptyDirVolumeSourceFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V1EmptyDirVolumeSourceFluent<A>>Copyright © 2022. All rights reserved.