Uses of Class
io.fabric8.kubernetes.api.model.resource.v1beta2.DeviceAttribute
-
Packages that use DeviceAttribute Package Description io.fabric8.kubernetes.api.model.resource.v1beta2 -
-
Uses of DeviceAttribute in io.fabric8.kubernetes.api.model.resource.v1beta2
Methods in io.fabric8.kubernetes.api.model.resource.v1beta2 that return DeviceAttribute Modifier and Type Method Description DeviceAttributeDeviceAttributeBuilder. build()Methods in io.fabric8.kubernetes.api.model.resource.v1beta2 that return types with arguments of type DeviceAttribute Modifier and Type Method Description Map<String,DeviceAttribute>Device. getAttributes()Attributes defines the set of attributes for this device.Map<String,DeviceAttribute>DeviceFluent. getAttributes()Methods in io.fabric8.kubernetes.api.model.resource.v1beta2 with parameters of type DeviceAttribute Modifier and Type Method Description ADeviceFluent. addToAttributes(String key, DeviceAttribute value)protected voidDeviceAttributeFluent. copyInstance(DeviceAttribute instance)Method parameters in io.fabric8.kubernetes.api.model.resource.v1beta2 with type arguments of type DeviceAttribute Modifier and Type Method Description ADeviceFluent. addToAttributes(Map<String,DeviceAttribute> map)ADeviceFluent. removeFromAttributes(Map<String,DeviceAttribute> map)voidDevice. setAttributes(Map<String,DeviceAttribute> attributes)Attributes defines the set of attributes for this device.<K,V>
ADeviceFluent. withAttributes(Map<String,DeviceAttribute> attributes)Constructors in io.fabric8.kubernetes.api.model.resource.v1beta2 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.v1beta2 with type arguments of type DeviceAttribute Constructor Description Device(Boolean allNodes, Boolean allowMultipleAllocations, Map<String,DeviceAttribute> attributes, List<String> bindingConditions, List<String> bindingFailureConditions, Boolean bindsToNode, Map<String,DeviceCapacity> capacity, List<DeviceCounterConsumption> consumesCounters, String name, String nodeName, io.fabric8.kubernetes.api.model.NodeSelector nodeSelector, List<DeviceTaint> taints)
-