Uses of Class
io.fabric8.kubernetes.api.model.resource.v1.NodeAllocatableResourceMapping
-
Packages that use NodeAllocatableResourceMapping Package Description io.fabric8.kubernetes.api.model.resource.v1 -
-
Uses of NodeAllocatableResourceMapping in io.fabric8.kubernetes.api.model.resource.v1
Methods in io.fabric8.kubernetes.api.model.resource.v1 that return NodeAllocatableResourceMapping Modifier and Type Method Description NodeAllocatableResourceMappingNodeAllocatableResourceMappingBuilder. build()Methods in io.fabric8.kubernetes.api.model.resource.v1 that return types with arguments of type NodeAllocatableResourceMapping Modifier and Type Method Description Map<String,NodeAllocatableResourceMapping>Device. getNodeAllocatableResourceMappings()NodeAllocatableResourceMappings defines the mapping of node resources that are managed by the DRA driver exposing this device.Map<String,NodeAllocatableResourceMapping>DeviceFluent. getNodeAllocatableResourceMappings()Methods in io.fabric8.kubernetes.api.model.resource.v1 with parameters of type NodeAllocatableResourceMapping Modifier and Type Method Description ADeviceFluent. addToNodeAllocatableResourceMappings(String key, NodeAllocatableResourceMapping value)protected voidNodeAllocatableResourceMappingFluent. copyInstance(NodeAllocatableResourceMapping instance)Method parameters in io.fabric8.kubernetes.api.model.resource.v1 with type arguments of type NodeAllocatableResourceMapping Modifier and Type Method Description ADeviceFluent. addToNodeAllocatableResourceMappings(Map<String,NodeAllocatableResourceMapping> map)ADeviceFluent. removeFromNodeAllocatableResourceMappings(Map<String,NodeAllocatableResourceMapping> map)voidDevice. setNodeAllocatableResourceMappings(Map<String,NodeAllocatableResourceMapping> nodeAllocatableResourceMappings)NodeAllocatableResourceMappings defines the mapping of node resources that are managed by the DRA driver exposing this device.<K,V>
ADeviceFluent. withNodeAllocatableResourceMappings(Map<String,NodeAllocatableResourceMapping> nodeAllocatableResourceMappings)Constructors in io.fabric8.kubernetes.api.model.resource.v1 with parameters of type NodeAllocatableResourceMapping Constructor Description NodeAllocatableResourceMappingBuilder(NodeAllocatableResourceMapping instance)NodeAllocatableResourceMappingBuilder(NodeAllocatableResourceMappingFluent<?> fluent, NodeAllocatableResourceMapping instance)NodeAllocatableResourceMappingFluent(NodeAllocatableResourceMapping instance)
-