Uses of Class
io.fabric8.kubernetes.api.model.resource.v1alpha3.Counter
-
Packages that use Counter Package Description io.fabric8.kubernetes.api.model.resource.v1alpha3 -
-
Uses of Counter in io.fabric8.kubernetes.api.model.resource.v1alpha3
Methods in io.fabric8.kubernetes.api.model.resource.v1alpha3 that return Counter Modifier and Type Method Description CounterCounterBuilder. build()Methods in io.fabric8.kubernetes.api.model.resource.v1alpha3 that return types with arguments of type Counter Modifier and Type Method Description Map<String,Counter>CounterSet. getCounters()Counters defines the counters that will be consumed by the device.Map<String,Counter>CounterSetFluent. getCounters()Map<String,Counter>DeviceCounterConsumption. getCounters()Counters defines the Counter that will be consumed by the device.Map<String,Counter>DeviceCounterConsumptionFluent. getCounters()Methods in io.fabric8.kubernetes.api.model.resource.v1alpha3 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.v1alpha3 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 counters that will be consumed by the device.voidDeviceCounterConsumption. setCounters(Map<String,Counter> counters)Counters defines the Counter 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.v1alpha3 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.v1alpha3 with type arguments of type Counter Constructor Description CounterSet(Map<String,Counter> counters, String name)DeviceCounterConsumption(String counterSet, Map<String,Counter> counters)
-