Home
last modified time | relevance | path

Searched refs:AggregationController (Results 1 – 10 of 10) sorted by relevance

/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kube-aggregator/pkg/controllers/openapi/
H A Dcontroller.go48 type AggregationController struct { struct
58 …ggregator.Downloader, openAPIAggregationManager aggregator.SpecAggregator) *AggregationController {
59 c := &AggregationController{
79 func (c *AggregationController) Run(stopCh <-chan struct{}) { argument
91 func (c *AggregationController) runWorker() { argument
97 func (c *AggregationController) processNextWorkItem() bool { argument
138 func (c *AggregationController) sync(key string) (syncAction, error) { argument
159 func (c *AggregationController) AddAPIService(handler http.Handler, apiService *v1.APIService) { argument
170 func (c *AggregationController) UpdateAPIService(handler http.Handler, apiService *v1.APIService) { argument
189 func (c *AggregationController) RemoveAPIService(apiServiceName string) { argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/ui/src/controller/aggregation/
H A Dcpu_aggregation_controller.ts22 import {AggregationController} from './aggregation_controller';
25 export class CpuAggregationController extends AggregationController {
H A Dslice_aggregation_controller.ts29 import {AggregationController} from './aggregation_controller';
31 export class SliceAggregationController extends AggregationController {
H A Dcounter_aggregation_controller.ts22 import {AggregationController} from './aggregation_controller';
24 export class CounterAggregationController extends AggregationController {
H A Dthread_aggregation_controller.ts27 import {AggregationController} from './aggregation_controller';
29 export class ThreadAggregationController extends AggregationController {
H A Daggregation_controller.ts32 export abstract class AggregationController extends Controller<'main'> { class
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/ui/src/controller/aggregation/
H A Dthread_aggregation_controller.ts25 import {AggregationController} from './aggregation_controller';
27 export class ThreadAggregationController extends AggregationController {
H A Dcpu_aggregation_controller.ts22 import {AggregationController} from './aggregation_controller';
25 export class CpuAggregationController extends AggregationController {
H A Daggregation_controller.ts28 export abstract class AggregationController extends Controller<'main'> { class
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kube-aggregator/pkg/apiserver/
H A Dapiserver.go145 openAPIAggregationController *openapicontroller.AggregationController