Interface EphemeralStorageFluent<A extends EphemeralStorageFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
JbodStorageFluent.EphemeralStorageVolumesNested<N>,KafkaClusterSpecFluent.EphemeralStorageNested<N>,ZookeeperClusterSpecFluent.EphemeralStorageNested<N>
- All Known Implementing Classes:
EphemeralStorageBuilder,EphemeralStorageFluentImpl,JbodStorageFluentImpl.EphemeralStorageVolumesNestedImpl,KafkaClusterSpecFluentImpl.EphemeralStorageNestedImpl,ZookeeperClusterSpecFluentImpl.EphemeralStorageNestedImpl
public interface EphemeralStorageFluent<A extends EphemeralStorageFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>Representation for ephemeral storage.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description IntegergetId()StringgetSizeLimit()BooleanhasId()BooleanhasSizeLimit()AwithId(Integer id)AwithNewSizeLimit(String original)Deprecated.AwithSizeLimit(String sizeLimit)
-