Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 121 for flowschema (0.23 sec)

  1. staging/src/k8s.io/api/testdata/v1.29.0/flowcontrol.apiserver.k8s.io.v1beta3.FlowSchema.pb

    SataQiu <******@****.***> 1702613527 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 686 bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/HEAD/flowcontrol.apiserver.k8s.io.v1beta1.FlowSchema.pb

    Daniel Smith <******@****.***> 1651776874 +0000
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 06 21:25:20 UTC 2022
    - 686 bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/HEAD/flowcontrol.apiserver.k8s.io.v1beta2.FlowSchema.pb

    Jordan Liggitt <******@****.***> 1663276120 -0400
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Sep 15 21:08:40 UTC 2022
    - 686 bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/HEAD/flowcontrol.apiserver.k8s.io.v1beta3.FlowSchema.pb

    Abu Kashem <******@****.***> 1663333192 -0400
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 26 19:34:21 UTC 2022
    - 686 bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.30.0/flowcontrol.apiserver.k8s.io.v1beta2.FlowSchema.pb

    SataQiu <******@****.***> 1713430345 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 686 bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.30.0/flowcontrol.apiserver.k8s.io.v1beta3.FlowSchema.pb

    SataQiu <******@****.***> 1713430345 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 686 bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/v1.29.0/flowcontrol.apiserver.k8s.io.v1beta1.FlowSchema.pb

    SataQiu <******@****.***> 1702613527 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 686 bytes
    - Viewed (0)
  8. pkg/registry/flowcontrol/flowschema/storage/storage.go

    		NewListFunc:               func() runtime.Object { return &flowcontrol.FlowSchemaList{} },
    		DefaultQualifiedResource:  flowcontrol.Resource("flowschemas"),
    		SingularQualifiedResource: flowcontrol.Resource("flowschema"),
    
    		CreateStrategy:      flowschema.Strategy,
    		UpdateStrategy:      flowschema.Strategy,
    		DeleteStrategy:      flowschema.Strategy,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 13 15:11:04 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  9. pkg/registry/flowcontrol/ensurer/flowschema_test.go

    		strategy  func() EnsureStrategy[*flowcontrolv1.FlowSchema]
    		current   *flowcontrolv1.FlowSchema
    		bootstrap *flowcontrolv1.FlowSchema
    		expected  *flowcontrolv1.FlowSchema
    	}{
    		// for suggested configurations
    		{
    			name:      "suggested flow schema does not exist - the object should always be re-created",
    			strategy:  NewSuggestedEnsureStrategy[*flowcontrolv1.FlowSchema],
    			bootstrap: newFlowSchema("fs1", "pl1", 100).Object(),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:35 UTC 2023
    - 15.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/metrics/metrics.go

    	apiserverCurrentInqueueSeats.WithLabelValues(priorityLevel, flowSchema).Add(float64(delta))
    }
    
    // AddRequestsExecuting adds the given delta to the gauge of executing requests of the given flowSchema and priorityLevel
    func AddRequestsExecuting(ctx context.Context, priorityLevel, flowSchema string, delta int) {
    	apiserverCurrentExecutingRequests.WithLabelValues(priorityLevel, flowSchema).Add(float64(delta))
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 24 19:40:05 UTC 2023
    - 25.6K bytes
    - Viewed (0)
Back to top