Uses of Class
io.kubernetes.client.openapi.models.V1alpha3DeviceCounterConsumption
Packages that use V1alpha3DeviceCounterConsumption
-
Uses of V1alpha3DeviceCounterConsumption in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha3DeviceCounterConsumptionModifier and TypeMethodDescriptionV1alpha3DeviceCounterConsumption.counters(Map<String, V1alpha3Counter> counters) V1alpha3DeviceCounterConsumption.counterSet(String counterSet) V1alpha3DeviceCounterConsumption.putCountersItem(String key, V1alpha3Counter countersItem) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1alpha3DeviceCounterConsumptionModifier and TypeMethodDescriptionV1alpha3BasicDevice.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 V1alpha3DeviceCounterConsumptionModifier and TypeMethodDescriptionV1alpha3BasicDevice.addConsumesCountersItem(V1alpha3DeviceCounterConsumption consumesCountersItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1alpha3DeviceCounterConsumptionModifier and TypeMethodDescriptionV1alpha3BasicDevice.consumesCounters(List<V1alpha3DeviceCounterConsumption> consumesCounters) voidV1alpha3BasicDevice.setConsumesCounters(List<V1alpha3DeviceCounterConsumption> consumesCounters)