Uses of Class
io.kubernetes.client.openapi.models.V1beta1CounterSet
Packages that use V1beta1CounterSet
-
Uses of V1beta1CounterSet in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1beta1CounterSetModifier and TypeMethodDescriptionV1beta1CounterSet.counters
(Map<String, V1beta1Counter> counters) V1beta1CounterSet.putCountersItem
(String key, V1beta1Counter countersItem) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1beta1CounterSetModifier and TypeMethodDescriptionV1beta1ResourceSliceSpec.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 V1beta1CounterSetModifier and TypeMethodDescriptionV1beta1ResourceSliceSpec.addSharedCountersItem
(V1beta1CounterSet sharedCountersItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1beta1CounterSetModifier and TypeMethodDescriptionvoid
V1beta1ResourceSliceSpec.setSharedCounters
(List<V1beta1CounterSet> sharedCounters) V1beta1ResourceSliceSpec.sharedCounters
(List<V1beta1CounterSet> sharedCounters)