Uses of Class
io.fabric8.kubernetes.api.model.resource.v1beta1.DeviceAttribute
-
Packages that use DeviceAttribute Package Description io.fabric8.kubernetes.api.model.resource.v1beta1 -
-
Uses of DeviceAttribute in io.fabric8.kubernetes.api.model.resource.v1beta1
Methods in io.fabric8.kubernetes.api.model.resource.v1beta1 that return DeviceAttribute Modifier and Type Method Description DeviceAttributeDeviceAttributeBuilder. build()Methods in io.fabric8.kubernetes.api.model.resource.v1beta1 that return types with arguments of type DeviceAttribute Modifier and Type Method Description Map<String,DeviceAttribute>BasicDevice. getAttributes()Attributes defines the set of attributes for this device.Map<String,DeviceAttribute>BasicDeviceFluent. getAttributes()Methods in io.fabric8.kubernetes.api.model.resource.v1beta1 with parameters of type DeviceAttribute Modifier and Type Method Description ABasicDeviceFluent. addToAttributes(String key, DeviceAttribute value)protected voidDeviceAttributeFluent. copyInstance(DeviceAttribute instance)Method parameters in io.fabric8.kubernetes.api.model.resource.v1beta1 with type arguments of type DeviceAttribute Modifier and Type Method Description ABasicDeviceFluent. addToAttributes(Map<String,DeviceAttribute> map)ABasicDeviceFluent. removeFromAttributes(Map<String,DeviceAttribute> map)voidBasicDevice. setAttributes(Map<String,DeviceAttribute> attributes)Attributes defines the set of attributes for this device.<K,V>
ABasicDeviceFluent. withAttributes(Map<String,DeviceAttribute> attributes)Constructors in io.fabric8.kubernetes.api.model.resource.v1beta1 with parameters of type DeviceAttribute Constructor Description DeviceAttributeBuilder(DeviceAttribute instance)DeviceAttributeBuilder(DeviceAttributeFluent<?> fluent, DeviceAttribute instance)DeviceAttributeFluent(DeviceAttribute instance)Constructor parameters in io.fabric8.kubernetes.api.model.resource.v1beta1 with type arguments of type DeviceAttribute Constructor Description BasicDevice(Boolean allNodes, Boolean allowMultipleAllocations, Map<String,DeviceAttribute> attributes, List<String> bindingConditions, List<String> bindingFailureConditions, Boolean bindsToNode, Map<String,DeviceCapacity> capacity, List<DeviceCounterConsumption> consumesCounters, String nodeName, io.fabric8.kubernetes.api.model.NodeSelector nodeSelector, List<DeviceTaint> taints)
-