Uses of Class
io.kubernetes.client.openapi.models.V1beta2Counter
Packages that use V1beta2Counter
-
Uses of V1beta2Counter in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta2CounterMethods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta2CounterModifier and TypeMethodDescriptionV1beta2CounterSet.getCounters()
Counters defines the set of counters for this CounterSet The name of each counter must be unique in that set and must be a DNS label.V1beta2DeviceCounterConsumption.getCounters()
Counters defines the counters that will be consumed by the device.Methods in io.kubernetes.client.openapi.models with parameters of type V1beta2CounterModifier and TypeMethodDescriptionV1beta2CounterSet.putCountersItem
(String key, V1beta2Counter countersItem) V1beta2DeviceCounterConsumption.putCountersItem
(String key, V1beta2Counter countersItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta2CounterModifier and TypeMethodDescriptionV1beta2CounterSet.counters
(Map<String, V1beta2Counter> counters) V1beta2DeviceCounterConsumption.counters
(Map<String, V1beta2Counter> counters) void
V1beta2CounterSet.setCounters
(Map<String, V1beta2Counter> counters) void
V1beta2DeviceCounterConsumption.setCounters
(Map<String, V1beta2Counter> counters)