Uses of Class
io.fabric8.kubernetes.api.model.resource.v1.DeviceCapacity
-
Packages that use DeviceCapacity Package Description io.fabric8.kubernetes.api.model.resource.v1 -
-
Uses of DeviceCapacity in io.fabric8.kubernetes.api.model.resource.v1
Methods in io.fabric8.kubernetes.api.model.resource.v1 that return DeviceCapacity Modifier and Type Method Description DeviceCapacityDeviceCapacityBuilder. build()Methods in io.fabric8.kubernetes.api.model.resource.v1 that return types with arguments of type DeviceCapacity Modifier and Type Method Description Map<String,DeviceCapacity>Device. getCapacity()Capacity defines the set of capacities for this device.Map<String,DeviceCapacity>DeviceFluent. getCapacity()Methods in io.fabric8.kubernetes.api.model.resource.v1 with parameters of type DeviceCapacity Modifier and Type Method Description ADeviceFluent. addToCapacity(String key, DeviceCapacity value)protected voidDeviceCapacityFluent. copyInstance(DeviceCapacity instance)Method parameters in io.fabric8.kubernetes.api.model.resource.v1 with type arguments of type DeviceCapacity Modifier and Type Method Description ADeviceFluent. addToCapacity(Map<String,DeviceCapacity> map)ADeviceFluent. removeFromCapacity(Map<String,DeviceCapacity> map)voidDevice. setCapacity(Map<String,DeviceCapacity> capacity)Capacity defines the set of capacities for this device.<K,V>
ADeviceFluent. withCapacity(Map<String,DeviceCapacity> capacity)Constructors in io.fabric8.kubernetes.api.model.resource.v1 with parameters of type DeviceCapacity Constructor Description DeviceCapacityBuilder(DeviceCapacity instance)DeviceCapacityBuilder(DeviceCapacityFluent<?> fluent, DeviceCapacity instance)DeviceCapacityFluent(DeviceCapacity instance)
-