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 NodeRuntimeHandlerNodeRuntimeHandlerBuilder. build()NodeRuntimeHandlerNodeStatusFluent. buildFirstRuntimeHandler()NodeRuntimeHandlerNodeStatusFluent. buildLastRuntimeHandler()NodeRuntimeHandlerNodeStatusFluent. buildMatchingRuntimeHandler(Predicate<NodeRuntimeHandlerBuilder> predicate)NodeRuntimeHandlerNodeStatusFluent. 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)ANodeStatusFluent. addToRuntimeHandlers(int index, NodeRuntimeHandler item)ANodeStatusFluent. addToRuntimeHandlers(NodeRuntimeHandler... items)protected voidNodeRuntimeHandlerFluent. copyInstance(NodeRuntimeHandler instance)ANodeStatusFluent. removeFromRuntimeHandlers(NodeRuntimeHandler... items)NodeStatusFluent.RuntimeHandlersNested<A>NodeStatusFluent. setNewRuntimeHandlerLike(int index, NodeRuntimeHandler item)ANodeStatusFluent. setToRuntimeHandlers(int index, NodeRuntimeHandler item)ANodeStatusFluent. withRuntimeHandlers(NodeRuntimeHandler... runtimeHandlers)Method parameters in io.fabric8.kubernetes.api.model with type arguments of type NodeRuntimeHandler Modifier and Type Method Description ANodeStatusFluent. addAllToRuntimeHandlers(Collection<NodeRuntimeHandler> items)ANodeStatusFluent. removeAllFromRuntimeHandlers(Collection<NodeRuntimeHandler> items)voidNodeStatus. setRuntimeHandlers(List<NodeRuntimeHandler> runtimeHandlers)ANodeStatusFluent. 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)
-