Uses of Class
io.kubernetes.client.openapi.models.V1Counter
Packages that use V1Counter
-
Uses of V1Counter in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1CounterModifier and TypeMethodDescriptionstatic V1CounterCreate an instance of V1Counter given an JSON stringMethods in io.kubernetes.client.openapi.models that return types with arguments of type V1CounterModifier and TypeMethodDescriptionV1CounterSet.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.V1DeviceCounterConsumption.getCounters()Counters defines the counters that will be consumed by the device.Methods in io.kubernetes.client.openapi.models with parameters of type V1CounterModifier and TypeMethodDescriptionV1CounterSet.putCountersItem(String key, V1Counter countersItem) V1DeviceCounterConsumption.putCountersItem(String key, V1Counter countersItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1CounterModifier and TypeMethodDescriptionvoidV1CounterSet.setCounters(Map<String, V1Counter> counters) voidV1DeviceCounterConsumption.setCounters(Map<String, V1Counter> counters)