Interface OverheadFluent<A extends OverheadFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
RuntimeClassSpecFluent.OverheadNested<N>
- All Known Implementing Classes:
OverheadBuilder,OverheadFluentImpl,RuntimeClassSpecFluentImpl.OverheadNestedImpl
public interface OverheadFluent<A extends OverheadFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AaddToPodFixed(String key, io.fabric8.kubernetes.api.model.Quantity value)AaddToPodFixed(Map<String,io.fabric8.kubernetes.api.model.Quantity> map)Map<String,io.fabric8.kubernetes.api.model.Quantity>getPodFixed()BooleanhasPodFixed()AremoveFromPodFixed(String key)AremoveFromPodFixed(Map<String,io.fabric8.kubernetes.api.model.Quantity> map)AwithPodFixed(Map<String,io.fabric8.kubernetes.api.model.Quantity> podFixed)
-
-
-
Method Detail
-
hasPodFixed
Boolean hasPodFixed()
-
-