Class DeviceAllocationConfiguration

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class DeviceAllocationConfiguration
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<DeviceAllocationConfigurationBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    DeviceAllocationConfiguration gets embedded in an AllocationResult.
    See Also:
    Serialized Form
    • Constructor Detail

      • DeviceAllocationConfiguration

        public DeviceAllocationConfiguration()
        No args constructor for use in serialization
    • Method Detail

      • getOpaque

        public OpaqueDeviceConfiguration getOpaque()
        DeviceAllocationConfiguration gets embedded in an AllocationResult.
      • setOpaque

        public void setOpaque​(OpaqueDeviceConfiguration opaque)
        DeviceAllocationConfiguration gets embedded in an AllocationResult.
      • getRequests

        public List<String> getRequests()
        Requests lists the names of requests where the configuration applies. If empty, its applies to all requests.
      • setRequests

        public void setRequests​(List<String> requests)
        Requests lists the names of requests where the configuration applies. If empty, its applies to all requests.
      • getSource

        public String getSource()
        Source records whether the configuration comes from a class and thus is not something that a normal user would have been able to set or from a claim.
      • setSource

        public void setSource​(String source)
        Source records whether the configuration comes from a class and thus is not something that a normal user would have been able to set or from a claim.
      • getAdditionalProperties

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

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

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