Package io.fabric8.kubernetes.api.model
Class WatchEventFluentImpl.LabelSelectorObjectNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.LabelSelectorFluentImpl<WatchEventFluent.LabelSelectorObjectNested<N>>
-
- io.fabric8.kubernetes.api.model.WatchEventFluentImpl.LabelSelectorObjectNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<WatchEventFluent.LabelSelectorObjectNested<N>>
,Nested<N>
,Visitable<WatchEventFluent.LabelSelectorObjectNested<N>>
,LabelSelectorFluent<WatchEventFluent.LabelSelectorObjectNested<N>>
,WatchEventFluent.LabelSelectorObjectNested<N>
- Enclosing class:
- WatchEventFluentImpl<A extends WatchEventFluent<A>>
public class WatchEventFluentImpl.LabelSelectorObjectNestedImpl<N> extends LabelSelectorFluentImpl<WatchEventFluent.LabelSelectorObjectNested<N>> implements WatchEventFluent.LabelSelectorObjectNested<N>, Nested<N>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.LabelSelectorFluentImpl
LabelSelectorFluentImpl.MatchExpressionsNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.LabelSelectorFluent
LabelSelectorFluent.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
endLabelSelectorObject()
-
Methods inherited from class io.fabric8.kubernetes.api.model.LabelSelectorFluentImpl
addAllToMatchExpressions, addNewMatchExpression, addNewMatchExpressionLike, addToMatchExpressions, addToMatchExpressions, addToMatchLabels, addToMatchLabels, buildFirstMatchExpression, buildLastMatchExpression, buildMatchExpression, buildMatchExpressions, buildMatchingMatchExpression, editFirstMatchExpression, editLastMatchExpression, editMatchExpression, editMatchingMatchExpression, equals, getMatchExpressions, getMatchLabels, hashCode, hasMatchExpressions, hasMatchingMatchExpression, hasMatchLabels, removeAllFromMatchExpressions, removeFromMatchExpressions, removeFromMatchLabels, removeFromMatchLabels, removeMatchingFromMatchExpressions, setNewMatchExpressionLike, setToMatchExpressions, withMatchExpressions, withMatchExpressions, withMatchLabels
-
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.LabelSelectorFluent
addAllToMatchExpressions, addNewMatchExpression, addNewMatchExpressionLike, addToMatchExpressions, addToMatchExpressions, addToMatchLabels, addToMatchLabels, buildFirstMatchExpression, buildLastMatchExpression, buildMatchExpression, buildMatchExpressions, buildMatchingMatchExpression, editFirstMatchExpression, editLastMatchExpression, editMatchExpression, editMatchingMatchExpression, getMatchExpressions, getMatchLabels, hasMatchExpressions, hasMatchingMatchExpression, hasMatchLabels, removeAllFromMatchExpressions, removeFromMatchExpressions, removeFromMatchLabels, removeFromMatchLabels, removeMatchingFromMatchExpressions, setNewMatchExpressionLike, setToMatchExpressions, withMatchExpressions, withMatchExpressions, withMatchLabels
-
-
-
-
Method Detail
-
and
public N and()
-
endLabelSelectorObject
public N endLabelSelectorObject()
- Specified by:
endLabelSelectorObject
in interfaceWatchEventFluent.LabelSelectorObjectNested<N>
-
-