Uses of Class
io.fabric8.kubernetes.api.model.resource.v1beta1.Counter
-
Packages that use Counter Package Description io.fabric8.kubernetes.api.model.resource.v1beta1 -
-
Uses of Counter in io.fabric8.kubernetes.api.model.resource.v1beta1
Methods in io.fabric8.kubernetes.api.model.resource.v1beta1 that return Counter Modifier and Type Method Description CounterCounterBuilder. build()Methods in io.fabric8.kubernetes.api.model.resource.v1beta1 that return types with arguments of type Counter Modifier and Type Method Description Map<String,Counter>CounterSet. 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.Map<String,Counter>CounterSetFluent. getCounters()Map<String,Counter>DeviceCounterConsumption. getCounters()Counters defines the counters that will be consumed by the device.Map<String,Counter>DeviceCounterConsumptionFluent. getCounters()Methods in io.fabric8.kubernetes.api.model.resource.v1beta1 with parameters of type Counter Modifier and Type Method Description ACounterSetFluent. addToCounters(String key, Counter value)ADeviceCounterConsumptionFluent. addToCounters(String key, Counter value)protected voidCounterFluent. copyInstance(Counter instance)Method parameters in io.fabric8.kubernetes.api.model.resource.v1beta1 with type arguments of type Counter Modifier and Type Method Description ACounterSetFluent. addToCounters(Map<String,Counter> map)ADeviceCounterConsumptionFluent. addToCounters(Map<String,Counter> map)ACounterSetFluent. removeFromCounters(Map<String,Counter> map)ADeviceCounterConsumptionFluent. removeFromCounters(Map<String,Counter> map)voidCounterSet. setCounters(Map<String,Counter> counters)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.voidDeviceCounterConsumption. setCounters(Map<String,Counter> counters)Counters defines the counters that will be consumed by the device.<K,V>
ACounterSetFluent. withCounters(Map<String,Counter> counters)<K,V>
ADeviceCounterConsumptionFluent. withCounters(Map<String,Counter> counters)Constructors in io.fabric8.kubernetes.api.model.resource.v1beta1 with parameters of type Counter Constructor Description CounterBuilder(Counter instance)CounterBuilder(CounterFluent<?> fluent, Counter instance)CounterFluent(Counter instance)Constructor parameters in io.fabric8.kubernetes.api.model.resource.v1beta1 with type arguments of type Counter Constructor Description CounterSet(Map<String,Counter> counters, String name)DeviceCounterConsumption(String counterSet, Map<String,Counter> counters)
-