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