Uses of Class
io.fabric8.kubernetes.api.model.NodeRuntimeHandler
-
Packages that use NodeRuntimeHandler Package Description io.fabric8.kubernetes.api.model -
-
Uses of NodeRuntimeHandler in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return NodeRuntimeHandler Modifier and Type Method Description NodeRuntimeHandler
NodeRuntimeHandlerBuilder. build()
NodeRuntimeHandler
NodeStatusFluent. buildFirstRuntimeHandler()
NodeRuntimeHandler
NodeStatusFluent. buildLastRuntimeHandler()
NodeRuntimeHandler
NodeStatusFluent. buildMatchingRuntimeHandler(Predicate<NodeRuntimeHandlerBuilder> predicate)
NodeRuntimeHandler
NodeStatusFluent. buildRuntimeHandler(int index)
Methods in io.fabric8.kubernetes.api.model that return types with arguments of type NodeRuntimeHandler Modifier and Type Method Description List<NodeRuntimeHandler>
NodeStatusFluent. buildRuntimeHandlers()
List<NodeRuntimeHandler>
NodeStatus. getRuntimeHandlers()
Methods in io.fabric8.kubernetes.api.model with parameters of type NodeRuntimeHandler Modifier and Type Method Description NodeStatusFluent.RuntimeHandlersNested<A>
NodeStatusFluent. addNewRuntimeHandlerLike(NodeRuntimeHandler item)
A
NodeStatusFluent. addToRuntimeHandlers(int index, NodeRuntimeHandler item)
A
NodeStatusFluent. addToRuntimeHandlers(NodeRuntimeHandler... items)
protected void
NodeRuntimeHandlerFluent. copyInstance(NodeRuntimeHandler instance)
A
NodeStatusFluent. removeFromRuntimeHandlers(NodeRuntimeHandler... items)
NodeStatusFluent.RuntimeHandlersNested<A>
NodeStatusFluent. setNewRuntimeHandlerLike(int index, NodeRuntimeHandler item)
A
NodeStatusFluent. setToRuntimeHandlers(int index, NodeRuntimeHandler item)
A
NodeStatusFluent. withRuntimeHandlers(NodeRuntimeHandler... runtimeHandlers)
Method parameters in io.fabric8.kubernetes.api.model with type arguments of type NodeRuntimeHandler Modifier and Type Method Description A
NodeStatusFluent. addAllToRuntimeHandlers(Collection<NodeRuntimeHandler> items)
A
NodeStatusFluent. removeAllFromRuntimeHandlers(Collection<NodeRuntimeHandler> items)
void
NodeStatus. setRuntimeHandlers(List<NodeRuntimeHandler> runtimeHandlers)
A
NodeStatusFluent. withRuntimeHandlers(List<NodeRuntimeHandler> runtimeHandlers)
Constructors in io.fabric8.kubernetes.api.model with parameters of type NodeRuntimeHandler Constructor Description NodeRuntimeHandlerBuilder(NodeRuntimeHandler instance)
NodeRuntimeHandlerBuilder(NodeRuntimeHandlerFluent<?> fluent, NodeRuntimeHandler instance)
NodeRuntimeHandlerFluent(NodeRuntimeHandler instance)
-