Uses of Class
io.kubernetes.client.openapi.models.V1beta1Counter
Packages that use V1beta1Counter
-
Uses of V1beta1Counter in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta1CounterMethods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta1CounterModifier and TypeMethodDescriptionV1beta1CounterSet.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.V1beta1DeviceCounterConsumption.getCounters()Counters defines the counters that will be consumed by the device.Methods in io.kubernetes.client.openapi.models with parameters of type V1beta1CounterModifier and TypeMethodDescriptionV1beta1CounterSet.putCountersItem(String key, V1beta1Counter countersItem) V1beta1DeviceCounterConsumption.putCountersItem(String key, V1beta1Counter countersItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta1CounterModifier and TypeMethodDescriptionV1beta1CounterSet.counters(Map<String, V1beta1Counter> counters) V1beta1DeviceCounterConsumption.counters(Map<String, V1beta1Counter> counters) voidV1beta1CounterSet.setCounters(Map<String, V1beta1Counter> counters) voidV1beta1DeviceCounterConsumption.setCounters(Map<String, V1beta1Counter> counters)