Package io.fabric8.kubernetes.api.model
Interface QuantityFluent<A extends QuantityFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
EmptyDirVolumeSourceFluent.SizeLimitNested<N>,KubeSchemaFluent.QuantityNested<N>,ResourceFieldSelectorFluent.DivisorNested<N>
- All Known Implementing Classes:
DoneableQuantity,EmptyDirVolumeSourceFluentImpl.SizeLimitNestedImpl,KubeSchemaFluentImpl.QuantityNestedImpl,QuantityBuilder,QuantityFluentImpl,ResourceFieldSelectorFluentImpl.DivisorNestedImpl
public interface QuantityFluent<A extends QuantityFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description StringgetAmount()StringgetFormat()BooleanhasAmount()BooleanhasFormat()AwithAmount(String amount)AwithFormat(String format)AwithNewAmount(String arg1)AwithNewAmount(StringBuffer arg1)AwithNewAmount(StringBuilder arg1)AwithNewFormat(String arg1)AwithNewFormat(StringBuffer arg1)AwithNewFormat(StringBuilder arg1)
-
Method Details
-
getAmount
String getAmount() -
withAmount
-
hasAmount
Boolean hasAmount() -
withNewAmount
-
withNewAmount
-
withNewAmount
-
getFormat
String getFormat() -
withFormat
-
hasFormat
Boolean hasFormat() -
withNewFormat
-
withNewFormat
-
withNewFormat
-