Uses of Class
io.fabric8.kubernetes.api.model.NodeFeatures
-
Packages that use NodeFeatures Package Description io.fabric8.kubernetes.api.model -
-
Uses of NodeFeatures in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return NodeFeatures Modifier and Type Method Description NodeFeaturesNodeFeaturesBuilder. build()NodeFeaturesNodeStatusFluent. buildFeatures()NodeFeaturesNodeStatus. getFeatures()NodeStatus is information about the current status of a node.Methods in io.fabric8.kubernetes.api.model with parameters of type NodeFeatures Modifier and Type Method Description protected voidNodeFeaturesFluent. copyInstance(NodeFeatures instance)NodeStatusFluent.FeaturesNested<A>NodeStatusFluent. editOrNewFeaturesLike(NodeFeatures item)voidNodeStatus. setFeatures(NodeFeatures features)NodeStatus is information about the current status of a node.ANodeStatusFluent. withFeatures(NodeFeatures features)NodeStatusFluent.FeaturesNested<A>NodeStatusFluent. withNewFeaturesLike(NodeFeatures item)Constructors in io.fabric8.kubernetes.api.model with parameters of type NodeFeatures Constructor Description NodeFeaturesBuilder(NodeFeatures instance)NodeFeaturesBuilder(NodeFeaturesFluent<?> fluent, NodeFeatures instance)NodeFeaturesFluent(NodeFeatures instance)NodeStatus(List<NodeAddress> addresses, Map<String,Quantity> allocatable, Map<String,Quantity> capacity, List<NodeCondition> conditions, NodeConfigStatus config, NodeDaemonEndpoints daemonEndpoints, NodeFeatures features, List<ContainerImage> images, NodeSystemInfo nodeInfo, String phase, List<NodeRuntimeHandler> runtimeHandlers, List<AttachedVolume> volumesAttached, List<String> volumesInUse)
-