Class DeviceAllocationResult

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<DeviceAllocationResultBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class DeviceAllocationResult
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<DeviceAllocationResultBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    DeviceAllocationResult is the result of allocating devices.
    See Also:
    Serialized Form
    • Method Detail

      • getConfig

        public List<DeviceAllocationConfiguration> getConfig()
        This field is a combination of all the claim and class configuration parameters. Drivers can distinguish between those based on a flag.


        This includes configuration parameters for drivers which have no allocated devices in the result because it is up to the drivers which configuration parameters they support. They can silently ignore unknown configuration parameters.

      • setConfig

        public void setConfig​(List<DeviceAllocationConfiguration> config)
        This field is a combination of all the claim and class configuration parameters. Drivers can distinguish between those based on a flag.


        This includes configuration parameters for drivers which have no allocated devices in the result because it is up to the drivers which configuration parameters they support. They can silently ignore unknown configuration parameters.

      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)