Uses of Class
io.fabric8.kubernetes.api.model.resource.v1beta1.CounterSet
-
Packages that use CounterSet Package Description io.fabric8.kubernetes.api.model.resource.v1beta1 -
-
Uses of CounterSet in io.fabric8.kubernetes.api.model.resource.v1beta1
Methods in io.fabric8.kubernetes.api.model.resource.v1beta1 that return CounterSet Modifier and Type Method Description CounterSetCounterSetBuilder. build()CounterSetResourceSliceSpecFluent. buildFirstSharedCounter()CounterSetResourceSliceSpecFluent. buildLastSharedCounter()CounterSetResourceSliceSpecFluent. buildMatchingSharedCounter(Predicate<CounterSetBuilder> predicate)CounterSetResourceSliceSpecFluent. buildSharedCounter(int index)Methods in io.fabric8.kubernetes.api.model.resource.v1beta1 that return types with arguments of type CounterSet Modifier and Type Method Description List<CounterSet>ResourceSliceSpecFluent. buildSharedCounters()List<CounterSet>ResourceSliceSpec. getSharedCounters()SharedCounters defines a list of counter sets, each of which has a name and a list of counters available.Methods in io.fabric8.kubernetes.api.model.resource.v1beta1 with parameters of type CounterSet Modifier and Type Method Description ResourceSliceSpecFluent.SharedCountersNested<A>ResourceSliceSpecFluent. addNewSharedCounterLike(CounterSet item)AResourceSliceSpecFluent. addToSharedCounters(int index, CounterSet item)AResourceSliceSpecFluent. addToSharedCounters(CounterSet... items)protected voidCounterSetFluent. copyInstance(CounterSet instance)AResourceSliceSpecFluent. removeFromSharedCounters(CounterSet... items)ResourceSliceSpecFluent.SharedCountersNested<A>ResourceSliceSpecFluent. setNewSharedCounterLike(int index, CounterSet item)AResourceSliceSpecFluent. setToSharedCounters(int index, CounterSet item)AResourceSliceSpecFluent. withSharedCounters(CounterSet... sharedCounters)Method parameters in io.fabric8.kubernetes.api.model.resource.v1beta1 with type arguments of type CounterSet Modifier and Type Method Description AResourceSliceSpecFluent. addAllToSharedCounters(Collection<CounterSet> items)AResourceSliceSpecFluent. removeAllFromSharedCounters(Collection<CounterSet> items)voidResourceSliceSpec. setSharedCounters(List<CounterSet> sharedCounters)SharedCounters defines a list of counter sets, each of which has a name and a list of counters available.AResourceSliceSpecFluent. withSharedCounters(List<CounterSet> sharedCounters)Constructors in io.fabric8.kubernetes.api.model.resource.v1beta1 with parameters of type CounterSet Constructor Description CounterSetBuilder(CounterSet instance)CounterSetBuilder(CounterSetFluent<?> fluent, CounterSet instance)CounterSetFluent(CounterSet instance)
-