Package io.fabric8.kubernetes.api.model
Class DoneableResourceQuotaSpec
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.ResourceQuotaSpecFluentImpl<DoneableResourceQuotaSpec>
io.fabric8.kubernetes.api.model.DoneableResourceQuotaSpec
- All Implemented Interfaces:
Fluent<DoneableResourceQuotaSpec>,Visitable<DoneableResourceQuotaSpec>,Doneable<ResourceQuotaSpec>,ResourceQuotaSpecFluent<DoneableResourceQuotaSpec>
public class DoneableResourceQuotaSpec extends ResourceQuotaSpecFluentImpl<DoneableResourceQuotaSpec> implements Doneable<ResourceQuotaSpec>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.ResourceQuotaSpecFluentImpl
ResourceQuotaSpecFluentImpl.ScopeSelectorNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.ResourceQuotaSpecFluent
ResourceQuotaSpecFluent.ScopeSelectorNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableResourceQuotaSpec(Function<ResourceQuotaSpec,ResourceQuotaSpec> function)DoneableResourceQuotaSpec(ResourceQuotaSpec item)DoneableResourceQuotaSpec(ResourceQuotaSpec item, Function<ResourceQuotaSpec,ResourceQuotaSpec> function) -
Method Summary
Modifier and Type Method Description ResourceQuotaSpecdone()Methods inherited from class io.fabric8.kubernetes.api.model.ResourceQuotaSpecFluentImpl
addAllToScopes, addNewScope, addNewScope, addNewScope, addToHard, addToHard, addToScopes, addToScopes, buildScopeSelector, editOrNewScopeSelector, editOrNewScopeSelectorLike, editScopeSelector, equals, getFirstScope, getHard, getLastScope, getMatchingScope, getScope, getScopes, getScopeSelector, hasHard, hasMatchingScope, hasScopes, hasScopeSelector, removeAllFromScopes, removeFromHard, removeFromHard, removeFromScopes, setToScopes, withHard, withNewScopeSelector, withNewScopeSelectorLike, withScopes, withScopes, withScopeSelector
-
Constructor Details
-
DoneableResourceQuotaSpec
-
DoneableResourceQuotaSpec
public DoneableResourceQuotaSpec(ResourceQuotaSpec item, Function<ResourceQuotaSpec,ResourceQuotaSpec> function) -
DoneableResourceQuotaSpec
-
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<ResourceQuotaSpec>
-