Uses of Class
io.kubernetes.client.openapi.models.V1beta2DeviceCounterConsumption
Packages that use V1beta2DeviceCounterConsumption
-
Uses of V1beta2DeviceCounterConsumption in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta2DeviceCounterConsumptionModifier and TypeMethodDescriptionV1beta2DeviceCounterConsumption.counters
(Map<String, V1beta2Counter> counters) V1beta2DeviceCounterConsumption.counterSet
(String counterSet) Create an instance of V1beta2DeviceCounterConsumption given an JSON stringV1beta2DeviceCounterConsumption.putCountersItem
(String key, V1beta2Counter countersItem) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta2DeviceCounterConsumptionModifier and TypeMethodDescriptionV1beta2Device.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 V1beta2DeviceCounterConsumptionModifier and TypeMethodDescriptionV1beta2Device.addConsumesCountersItem
(V1beta2DeviceCounterConsumption consumesCountersItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta2DeviceCounterConsumptionModifier and TypeMethodDescriptionV1beta2Device.consumesCounters
(List<V1beta2DeviceCounterConsumption> consumesCounters) void
V1beta2Device.setConsumesCounters
(List<V1beta2DeviceCounterConsumption> consumesCounters)