Uses of Class
io.kubernetes.client.openapi.models.V1beta2CounterSet
Packages that use V1beta2CounterSet
-
Uses of V1beta2CounterSet in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta2CounterSetModifier and TypeMethodDescriptionV1beta2CounterSet.counters
(Map<String, V1beta2Counter> counters) V1beta2CounterSet.putCountersItem
(String key, V1beta2Counter countersItem) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta2CounterSetModifier and TypeMethodDescriptionV1beta2ResourceSliceSpec.getSharedCounters()
SharedCounters defines a list of counter sets, each of which has a name and a list of counters available.Methods in io.kubernetes.client.openapi.models with parameters of type V1beta2CounterSetModifier and TypeMethodDescriptionV1beta2ResourceSliceSpec.addSharedCountersItem
(V1beta2CounterSet sharedCountersItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta2CounterSetModifier and TypeMethodDescriptionvoid
V1beta2ResourceSliceSpec.setSharedCounters
(List<V1beta2CounterSet> sharedCounters) V1beta2ResourceSliceSpec.sharedCounters
(List<V1beta2CounterSet> sharedCounters)