Uses of Class
io.kubernetes.client.openapi.models.V1DeviceCounterConsumption
Packages that use V1DeviceCounterConsumption
-
Uses of V1DeviceCounterConsumption in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1DeviceCounterConsumptionModifier and TypeMethodDescriptionV1DeviceCounterConsumption.counterSet(String counterSet) V1DeviceCounterConsumption.putCountersItem(String key, V1Counter countersItem) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1DeviceCounterConsumptionModifier and TypeMethodDescriptionV1Device.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 V1DeviceCounterConsumptionModifier and TypeMethodDescriptionV1Device.addConsumesCountersItem(V1DeviceCounterConsumption consumesCountersItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1DeviceCounterConsumptionModifier and TypeMethodDescriptionV1Device.consumesCounters(List<V1DeviceCounterConsumption> consumesCounters) voidV1Device.setConsumesCounters(List<V1DeviceCounterConsumption> consumesCounters)