Uses of Class
io.fabric8.kubernetes.api.model.NodeRuntimeHandlerFeatures
-
Packages that use NodeRuntimeHandlerFeatures Package Description io.fabric8.kubernetes.api.model -
-
Uses of NodeRuntimeHandlerFeatures in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return NodeRuntimeHandlerFeatures Modifier and Type Method Description NodeRuntimeHandlerFeaturesNodeRuntimeHandlerFeaturesBuilder. build()NodeRuntimeHandlerFeaturesNodeRuntimeHandlerFluent. buildFeatures()NodeRuntimeHandlerFeaturesNodeRuntimeHandler. getFeatures()Methods in io.fabric8.kubernetes.api.model with parameters of type NodeRuntimeHandlerFeatures Modifier and Type Method Description protected voidNodeRuntimeHandlerFeaturesFluent. copyInstance(NodeRuntimeHandlerFeatures instance)NodeRuntimeHandlerFluent.FeaturesNested<A>NodeRuntimeHandlerFluent. editOrNewFeaturesLike(NodeRuntimeHandlerFeatures item)voidNodeRuntimeHandler. setFeatures(NodeRuntimeHandlerFeatures features)ANodeRuntimeHandlerFluent. withFeatures(NodeRuntimeHandlerFeatures features)NodeRuntimeHandlerFluent.FeaturesNested<A>NodeRuntimeHandlerFluent. withNewFeaturesLike(NodeRuntimeHandlerFeatures item)Constructors in io.fabric8.kubernetes.api.model with parameters of type NodeRuntimeHandlerFeatures Constructor Description NodeRuntimeHandler(NodeRuntimeHandlerFeatures features, String name)NodeRuntimeHandlerFeaturesBuilder(NodeRuntimeHandlerFeatures instance)NodeRuntimeHandlerFeaturesBuilder(NodeRuntimeHandlerFeaturesFluent<?> fluent, NodeRuntimeHandlerFeatures instance)NodeRuntimeHandlerFeaturesFluent(NodeRuntimeHandlerFeatures instance)
-