Package io.fabric8.kubernetes.api.model
Interface LimitRangeItemFluent<A extends LimitRangeItemFluent<A>>
-
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
LimitRangeSpecFluent.LimitsNested<N>,WatchEventFluent.LimitRangeItemObjectNested<N>
- All Known Implementing Classes:
LimitRangeItemBuilder,LimitRangeItemFluentImpl,LimitRangeSpecFluentImpl.LimitsNestedImpl,WatchEventFluentImpl.LimitRangeItemObjectNestedImpl
public interface LimitRangeItemFluent<A extends LimitRangeItemFluent<A>> extends Fluent<A>
-
-
Method Summary
-
-
-
Method Detail
-
hasDefault
Boolean hasDefault()
-
hasDefaultRequest
Boolean hasDefaultRequest()
-
hasMax
Boolean hasMax()
-
hasMaxLimitRequestRatio
Boolean hasMaxLimitRequestRatio()
-
hasMin
Boolean hasMin()
-
getType
String getType()
-
hasType
Boolean hasType()
-
withNewType
A withNewType(StringBuilder arg1)
-
withNewType
A withNewType(StringBuffer arg1)
-
-