Package io.fabric8.kubernetes.api.model
Class ResourceQuotaSpecFluentImpl.ScopeSelectorNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ScopeSelectorFluentImpl<ResourceQuotaSpecFluent.ScopeSelectorNested<N>>
-
- io.fabric8.kubernetes.api.model.ResourceQuotaSpecFluentImpl.ScopeSelectorNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<ResourceQuotaSpecFluent.ScopeSelectorNested<N>>
,Nested<N>
,Visitable<ResourceQuotaSpecFluent.ScopeSelectorNested<N>>
,ResourceQuotaSpecFluent.ScopeSelectorNested<N>
,ScopeSelectorFluent<ResourceQuotaSpecFluent.ScopeSelectorNested<N>>
- Enclosing class:
- ResourceQuotaSpecFluentImpl<A extends ResourceQuotaSpecFluent<A>>
public class ResourceQuotaSpecFluentImpl.ScopeSelectorNestedImpl<N> extends ScopeSelectorFluentImpl<ResourceQuotaSpecFluent.ScopeSelectorNested<N>> implements ResourceQuotaSpecFluent.ScopeSelectorNested<N>, Nested<N>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.ScopeSelectorFluentImpl
ScopeSelectorFluentImpl.MatchExpressionsNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.ScopeSelectorFluent
ScopeSelectorFluent.MatchExpressionsNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N
and()
N
endScopeSelector()
-
Methods inherited from class io.fabric8.kubernetes.api.model.ScopeSelectorFluentImpl
addAllToMatchExpressions, addNewMatchExpression, addNewMatchExpressionLike, addToMatchExpressions, addToMatchExpressions, buildFirstMatchExpression, buildLastMatchExpression, buildMatchExpression, buildMatchExpressions, buildMatchingMatchExpression, editFirstMatchExpression, editLastMatchExpression, editMatchExpression, editMatchingMatchExpression, equals, getMatchExpressions, hashCode, hasMatchExpressions, hasMatchingMatchExpression, removeAllFromMatchExpressions, removeFromMatchExpressions, removeMatchingFromMatchExpressions, setNewMatchExpressionLike, setToMatchExpressions, withMatchExpressions, withMatchExpressions
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fabric8.kubernetes.api.model.ScopeSelectorFluent
addAllToMatchExpressions, addNewMatchExpression, addNewMatchExpressionLike, addToMatchExpressions, addToMatchExpressions, buildFirstMatchExpression, buildLastMatchExpression, buildMatchExpression, buildMatchExpressions, buildMatchingMatchExpression, editFirstMatchExpression, editLastMatchExpression, editMatchExpression, editMatchingMatchExpression, getMatchExpressions, hasMatchExpressions, hasMatchingMatchExpression, removeAllFromMatchExpressions, removeFromMatchExpressions, removeMatchingFromMatchExpressions, setNewMatchExpressionLike, setToMatchExpressions, withMatchExpressions, withMatchExpressions
-
-
-
-
Method Detail
-
and
public N and()
-
endScopeSelector
public N endScopeSelector()
- Specified by:
endScopeSelector
in interfaceResourceQuotaSpecFluent.ScopeSelectorNested<N>
-
-