Package io.fabric8.kubernetes.api.model
Interface ResourceQuotaFluent.SpecNested<N>
-
- All Superinterfaces:
Fluent<ResourceQuotaFluent.SpecNested<N>>
,Nested<N>
,ResourceQuotaSpecFluent<ResourceQuotaFluent.SpecNested<N>>
- All Known Implementing Classes:
ResourceQuotaFluentImpl.SpecNestedImpl
- Enclosing interface:
- ResourceQuotaFluent<A extends ResourceQuotaFluent<A>>
public static interface ResourceQuotaFluent.SpecNested<N> extends Nested<N>, ResourceQuotaSpecFluent<ResourceQuotaFluent.SpecNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.ResourceQuotaSpecFluent
ResourceQuotaSpecFluent.ScopeSelectorNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endSpec()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.ResourceQuotaSpecFluent
addAllToScopes, addNewScope, addNewScope, addNewScope, addToHard, addToHard, addToScopes, addToScopes, buildScopeSelector, editOrNewScopeSelector, editOrNewScopeSelectorLike, editScopeSelector, getFirstScope, getHard, getLastScope, getMatchingScope, getScope, getScopes, getScopeSelector, hasHard, hasMatchingScope, hasScopes, hasScopeSelector, removeAllFromScopes, removeFromHard, removeFromHard, removeFromScopes, setToScopes, withHard, withNewScopeSelector, withNewScopeSelectorLike, withScopes, withScopes, withScopeSelector
-
-