Package io.fabric8.kubernetes.api.model
Class WatchEventFluentImpl.TaintObjectNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.TaintFluentImpl<WatchEventFluent.TaintObjectNested<N>>
-
- io.fabric8.kubernetes.api.model.WatchEventFluentImpl.TaintObjectNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<WatchEventFluent.TaintObjectNested<N>>
,Nested<N>
,Visitable<WatchEventFluent.TaintObjectNested<N>>
,TaintFluent<WatchEventFluent.TaintObjectNested<N>>
,WatchEventFluent.TaintObjectNested<N>
- Enclosing class:
- WatchEventFluentImpl<A extends WatchEventFluent<A>>
public class WatchEventFluentImpl.TaintObjectNestedImpl<N> extends TaintFluentImpl<WatchEventFluent.TaintObjectNested<N>> implements WatchEventFluent.TaintObjectNested<N>, Nested<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
endTaintObject()
-
Methods inherited from class io.fabric8.kubernetes.api.model.TaintFluentImpl
equals, getEffect, getKey, getTimeAdded, getValue, hasEffect, hashCode, hasKey, hasTimeAdded, hasValue, withEffect, withKey, withNewEffect, withNewEffect, withNewEffect, withNewKey, withNewKey, withNewKey, withNewTimeAdded, withNewTimeAdded, withNewTimeAdded, withNewValue, withNewValue, withNewValue, withTimeAdded, withValue
-
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.TaintFluent
getEffect, getKey, getTimeAdded, getValue, hasEffect, hasKey, hasTimeAdded, hasValue, withEffect, withKey, withNewEffect, withNewEffect, withNewEffect, withNewKey, withNewKey, withNewKey, withNewTimeAdded, withNewTimeAdded, withNewTimeAdded, withNewValue, withNewValue, withNewValue, withTimeAdded, withValue
-
-
-
-
Method Detail
-
and
public N and()
-
endTaintObject
public N endTaintObject()
- Specified by:
endTaintObject
in interfaceWatchEventFluent.TaintObjectNested<N>
-
-