Uses of Class
io.kubernetes.client.openapi.models.V1alpha3Counter
Packages that use V1alpha3Counter
-
Uses of V1alpha3Counter in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha3CounterMethods in io.kubernetes.client.openapi.models that return types with arguments of type V1alpha3CounterModifier and TypeMethodDescriptionV1alpha3CounterSet.getCounters()
Counters defines the counters that will be consumed by the device.V1alpha3DeviceCounterConsumption.getCounters()
Counters defines the Counter that will be consumed by the device.Methods in io.kubernetes.client.openapi.models with parameters of type V1alpha3CounterModifier and TypeMethodDescriptionV1alpha3CounterSet.putCountersItem
(String key, V1alpha3Counter countersItem) V1alpha3DeviceCounterConsumption.putCountersItem
(String key, V1alpha3Counter countersItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1alpha3CounterModifier and TypeMethodDescriptionV1alpha3CounterSet.counters
(Map<String, V1alpha3Counter> counters) V1alpha3DeviceCounterConsumption.counters
(Map<String, V1alpha3Counter> counters) void
V1alpha3CounterSet.setCounters
(Map<String, V1alpha3Counter> counters) void
V1alpha3DeviceCounterConsumption.setCounters
(Map<String, V1alpha3Counter> counters)