Uses of Class
io.kubernetes.client.openapi.models.V1alpha3CounterSet
Packages that use V1alpha3CounterSet
-
Uses of V1alpha3CounterSet in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1alpha3CounterSetModifier and TypeMethodDescriptionV1alpha3CounterSet.counters
(Map<String, V1alpha3Counter> counters) V1alpha3CounterSet.putCountersItem
(String key, V1alpha3Counter countersItem) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1alpha3CounterSetModifier and TypeMethodDescriptionV1alpha3ResourceSliceSpec.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 V1alpha3CounterSetModifier and TypeMethodDescriptionV1alpha3ResourceSliceSpec.addSharedCountersItem
(V1alpha3CounterSet sharedCountersItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1alpha3CounterSetModifier and TypeMethodDescriptionvoid
V1alpha3ResourceSliceSpec.setSharedCounters
(List<V1alpha3CounterSet> sharedCounters) V1alpha3ResourceSliceSpec.sharedCounters
(List<V1alpha3CounterSet> sharedCounters)