Uses of Class
io.kubernetes.client.openapi.models.V1beta1DeviceCounterConsumption
Packages that use V1beta1DeviceCounterConsumption
-
Uses of V1beta1DeviceCounterConsumption in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta1DeviceCounterConsumptionModifier and TypeMethodDescriptionV1beta1DeviceCounterConsumption.counters
(Map<String, V1beta1Counter> counters) V1beta1DeviceCounterConsumption.counterSet
(String counterSet) V1beta1DeviceCounterConsumption.putCountersItem
(String key, V1beta1Counter countersItem) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta1DeviceCounterConsumptionModifier and TypeMethodDescriptionV1beta1BasicDevice.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.kubernetes.client.openapi.models with parameters of type V1beta1DeviceCounterConsumptionModifier and TypeMethodDescriptionV1beta1BasicDevice.addConsumesCountersItem
(V1beta1DeviceCounterConsumption consumesCountersItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta1DeviceCounterConsumptionModifier and TypeMethodDescriptionV1beta1BasicDevice.consumesCounters
(List<V1beta1DeviceCounterConsumption> consumesCounters) void
V1beta1BasicDevice.setConsumesCounters
(List<V1beta1DeviceCounterConsumption> consumesCounters)