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() |
A |
withMedium(String medium) |
A |
withNewMedium(String original)
Deprecated.
|
A |
withNewSizeLimit(String value) |
A |
withSizeLimit(io.kubernetes.client.custom.Quantity sizeLimit) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public 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>>
@Deprecated public A withNewMedium(String original)
withNewMedium
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>>
Copyright © 2021. All rights reserved.