Uses of Class
io.fabric8.kubernetes.api.model.resource.v1.DeviceCounterConsumption
-
Packages that use DeviceCounterConsumption Package Description io.fabric8.kubernetes.api.model.resource.v1 -
-
Uses of DeviceCounterConsumption in io.fabric8.kubernetes.api.model.resource.v1
Methods in io.fabric8.kubernetes.api.model.resource.v1 that return DeviceCounterConsumption Modifier and Type Method Description DeviceCounterConsumptionDeviceCounterConsumptionBuilder. build()DeviceCounterConsumptionDeviceFluent. buildConsumesCounter(int index)DeviceCounterConsumptionDeviceFluent. buildFirstConsumesCounter()DeviceCounterConsumptionDeviceFluent. buildLastConsumesCounter()DeviceCounterConsumptionDeviceFluent. buildMatchingConsumesCounter(Predicate<DeviceCounterConsumptionBuilder> predicate)Methods in io.fabric8.kubernetes.api.model.resource.v1 that return types with arguments of type DeviceCounterConsumption Modifier and Type Method Description List<DeviceCounterConsumption>DeviceFluent. buildConsumesCounters()List<DeviceCounterConsumption>Device. getConsumesCounters()ConsumesCounters defines a list of references to sharedCounters and the set of counters that the device will consume from those counter sets.Methods in io.fabric8.kubernetes.api.model.resource.v1 with parameters of type DeviceCounterConsumption Modifier and Type Method Description DeviceFluent.ConsumesCountersNested<A>DeviceFluent. addNewConsumesCounterLike(DeviceCounterConsumption item)ADeviceFluent. addToConsumesCounters(int index, DeviceCounterConsumption item)ADeviceFluent. addToConsumesCounters(DeviceCounterConsumption... items)protected voidDeviceCounterConsumptionFluent. copyInstance(DeviceCounterConsumption instance)ADeviceFluent. removeFromConsumesCounters(DeviceCounterConsumption... items)DeviceFluent.ConsumesCountersNested<A>DeviceFluent. setNewConsumesCounterLike(int index, DeviceCounterConsumption item)ADeviceFluent. setToConsumesCounters(int index, DeviceCounterConsumption item)ADeviceFluent. withConsumesCounters(DeviceCounterConsumption... consumesCounters)Method parameters in io.fabric8.kubernetes.api.model.resource.v1 with type arguments of type DeviceCounterConsumption Modifier and Type Method Description ADeviceFluent. addAllToConsumesCounters(Collection<DeviceCounterConsumption> items)ADeviceFluent. removeAllFromConsumesCounters(Collection<DeviceCounterConsumption> items)voidDevice. setConsumesCounters(List<DeviceCounterConsumption> consumesCounters)ConsumesCounters defines a list of references to sharedCounters and the set of counters that the device will consume from those counter sets.ADeviceFluent. withConsumesCounters(List<DeviceCounterConsumption> consumesCounters)Constructors in io.fabric8.kubernetes.api.model.resource.v1 with parameters of type DeviceCounterConsumption Constructor Description DeviceCounterConsumptionBuilder(DeviceCounterConsumption instance)DeviceCounterConsumptionBuilder(DeviceCounterConsumptionFluent<?> fluent, DeviceCounterConsumption instance)DeviceCounterConsumptionFluent(DeviceCounterConsumption instance)
-