Uses of Class
io.fabric8.kubernetes.api.model.flowcontrol.v1.QueuingConfiguration
-
Packages that use QueuingConfiguration Package Description io.fabric8.kubernetes.api.model.flowcontrol.v1 -
-
Uses of QueuingConfiguration in io.fabric8.kubernetes.api.model.flowcontrol.v1
Methods in io.fabric8.kubernetes.api.model.flowcontrol.v1 that return QueuingConfiguration Modifier and Type Method Description QueuingConfigurationQueuingConfigurationBuilder. build()QueuingConfigurationLimitResponseFluent. buildQueuing()QueuingConfigurationLimitResponse. getQueuing()Methods in io.fabric8.kubernetes.api.model.flowcontrol.v1 with parameters of type QueuingConfiguration Modifier and Type Method Description protected voidQueuingConfigurationFluent. copyInstance(QueuingConfiguration instance)LimitResponseFluent.QueuingNested<A>LimitResponseFluent. editOrNewQueuingLike(QueuingConfiguration item)voidLimitResponse. setQueuing(QueuingConfiguration queuing)LimitResponseFluent.QueuingNested<A>LimitResponseFluent. withNewQueuingLike(QueuingConfiguration item)ALimitResponseFluent. withQueuing(QueuingConfiguration queuing)Constructors in io.fabric8.kubernetes.api.model.flowcontrol.v1 with parameters of type QueuingConfiguration Constructor Description LimitResponse(QueuingConfiguration queuing, String type)QueuingConfigurationBuilder(QueuingConfiguration instance)QueuingConfigurationBuilder(QueuingConfigurationFluent<?> fluent, QueuingConfiguration instance)QueuingConfigurationFluent(QueuingConfiguration instance)
-