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 NodeRuntimeHandlerFeatures
NodeRuntimeHandlerFeaturesBuilder. build()
NodeRuntimeHandlerFeatures
NodeRuntimeHandlerFluent. buildFeatures()
NodeRuntimeHandlerFeatures
NodeRuntimeHandler. getFeatures()
NodeRuntimeHandler is a set of runtime handler information.Methods in io.fabric8.kubernetes.api.model with parameters of type NodeRuntimeHandlerFeatures Modifier and Type Method Description protected void
NodeRuntimeHandlerFeaturesFluent. copyInstance(NodeRuntimeHandlerFeatures instance)
NodeRuntimeHandlerFluent.FeaturesNested<A>
NodeRuntimeHandlerFluent. editOrNewFeaturesLike(NodeRuntimeHandlerFeatures item)
void
NodeRuntimeHandler. setFeatures(NodeRuntimeHandlerFeatures features)
NodeRuntimeHandler is a set of runtime handler information.A
NodeRuntimeHandlerFluent. 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)
-