Class V1EmptyDirVolumeSourceFluentImpl<A extends V1EmptyDirVolumeSourceFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1EmptyDirVolumeSourceFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1EmptyDirVolumeSourceFluent<A>
- Direct Known Subclasses:
V1EmptyDirVolumeSourceBuilder
public class V1EmptyDirVolumeSourceFluentImpl<A extends V1EmptyDirVolumeSourceFluent<A>>
extends BaseFluent<A>
implements V1EmptyDirVolumeSourceFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1EmptyDirVolumeSourceFluentImpl
(io.kubernetes.client.openapi.models.V1EmptyDirVolumeSource instance) -
Method Summary
Modifier and TypeMethodDescriptionboolean
io.kubernetes.client.custom.Quantity
int
hashCode()
toString()
withMedium
(String medium) withNewSizeLimit
(String value) withSizeLimit
(io.kubernetes.client.custom.Quantity sizeLimit) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1EmptyDirVolumeSourceFluentImpl
public V1EmptyDirVolumeSourceFluentImpl() -
V1EmptyDirVolumeSourceFluentImpl
public V1EmptyDirVolumeSourceFluentImpl(io.kubernetes.client.openapi.models.V1EmptyDirVolumeSource instance)
-
-
Method Details
-
getMedium
- Specified by:
getMedium
in interfaceV1EmptyDirVolumeSourceFluent<A extends V1EmptyDirVolumeSourceFluent<A>>
-
withMedium
- Specified by:
withMedium
in interfaceV1EmptyDirVolumeSourceFluent<A extends V1EmptyDirVolumeSourceFluent<A>>
-
hasMedium
- Specified by:
hasMedium
in interfaceV1EmptyDirVolumeSourceFluent<A extends V1EmptyDirVolumeSourceFluent<A>>
-
getSizeLimit
public io.kubernetes.client.custom.Quantity getSizeLimit()- Specified by:
getSizeLimit
in interfaceV1EmptyDirVolumeSourceFluent<A extends V1EmptyDirVolumeSourceFluent<A>>
-
withSizeLimit
- Specified by:
withSizeLimit
in interfaceV1EmptyDirVolumeSourceFluent<A extends V1EmptyDirVolumeSourceFluent<A>>
-
hasSizeLimit
- Specified by:
hasSizeLimit
in interfaceV1EmptyDirVolumeSourceFluent<A extends V1EmptyDirVolumeSourceFluent<A>>
-
withNewSizeLimit
- Specified by:
withNewSizeLimit
in interfaceV1EmptyDirVolumeSourceFluent<A extends V1EmptyDirVolumeSourceFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1EmptyDirVolumeSourceFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1EmptyDirVolumeSourceFluent<A>>
-
toString
-