Package io.fabric8.kubernetes.api.model
Class NodeSpecFluent.TaintsNested<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.TaintFluent<NodeSpecFluent.TaintsNested<N>>
-
- io.fabric8.kubernetes.api.model.NodeSpecFluent.TaintsNested<N>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Nested<N>
- Enclosing class:
- NodeSpecFluent<A extends NodeSpecFluent<A>>
public class NodeSpecFluent.TaintsNested<N> extends TaintFluent<NodeSpecFluent.TaintsNested<N>> implements io.fabric8.kubernetes.api.builder.Nested<N>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N
and()
N
endTaint()
-
Methods inherited from class io.fabric8.kubernetes.api.model.TaintFluent
addToAdditionalProperties, addToAdditionalProperties, copyInstance, equals, getAdditionalProperties, getEffect, getKey, getTimeAdded, getValue, hasAdditionalProperties, hasEffect, hashCode, hasKey, hasTimeAdded, hasValue, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withEffect, withKey, withTimeAdded, withValue
-
-