Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 1,614 for limiter (0.17 sec)

  1. releasenotes/notes/limit-csr-clusterrole.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    releaseNotes:
      - |
        **Added** check to limit the clusterrole for k8s CSR permissions for
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 21 19:34:22 UTC 2023
    - 272 bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/flowcontrol/v1/types_swagger_doc_generated.go

    	"limited": "`limited` specifies how requests are handled for a Limited priority level. This field must be non-empty if and...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 21.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/flowcontrol/v1beta3/types_swagger_doc_generated.go

    	"limited": "`limited` specifies how requests are handled for a Limited priority level. This field must be non-empty if and...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 01:00:06 UTC 2023
    - 21.5K bytes
    - Viewed (0)
  4. src/compress/flate/testdata/huffman-rand-limit.in

    Klaus Post <******@****.***> 1457448890 +0100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 11 17:40:52 UTC 2016
    - 247 bytes
    - Viewed (0)
  5. tests/integration/telemetry/policy/testdata/rate-limit-configmap.yaml

    John Zheng <******@****.***> 1615837852 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 15 19:50:52 UTC 2021
    - 901 bytes
    - Viewed (0)
  6. pkg/apis/flowcontrol/v1beta3/defaults_test.go

    					},
    				},
    			},
    		},
    		{
    			name: "LendablePercent is not specified in Limited, should default to zero",
    			original: &flowcontrolv1beta3.PriorityLevelConfiguration{
    				Spec: flowcontrolv1beta3.PriorityLevelConfigurationSpec{
    					Type: flowcontrolv1beta3.PriorityLevelEnablementLimited,
    					Limited: &flowcontrolv1beta3.LimitedPriorityLevelConfiguration{
    						NominalConcurrencyShares: 5,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 9.3K bytes
    - Viewed (0)
  7. releasenotes/notes/bug-report-rps-limit.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    releaseNotes:
    - |
      **Added** `--rps-limit` flag to `istioctl bug-report` that allows increasing
      the requests per second limit to the Kubernetes API server which can greatly
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Sep 23 16:44:39 UTC 2022
    - 276 bytes
    - Viewed (0)
  8. pkg/apis/flowcontrol/v1/defaults_test.go

    					},
    				},
    			},
    		},
    		{
    			name: "LendablePercent is not specified in Limited, should default to zero",
    			original: &flowcontrolv1.PriorityLevelConfiguration{
    				Spec: flowcontrolv1.PriorityLevelConfigurationSpec{
    					Type: flowcontrolv1.PriorityLevelEnablementLimited,
    					Limited: &flowcontrolv1.LimitedPriorityLevelConfiguration{
    						NominalConcurrencyShares: ptr.To(int32(5)),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  9. pkg/apis/flowcontrol/validation/validation_test.go

    			field.Required(field.NewPath("spec").Child("limited"), "must not be empty when type is Limited"),
    		},
    	}, {
    		name: "limited requires more details",
    		priorityLevelConfiguration: &flowcontrol.PriorityLevelConfiguration{
    			ObjectMeta: metav1.ObjectMeta{
    				Name: "broken-limited",
    			},
    			Spec: flowcontrol.PriorityLevelConfigurationSpec{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 54.7K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/apis/flowcontrol/bootstrap/default_test.go

    			continue
    		}
    		if test.nominalSharesExpected != *bootstrapPL.Spec.Limited.NominalConcurrencyShares {
    			t.Errorf("bootstrap PriorityLevelConfiguration %q: expected NominalConcurrencyShares: %d, but got: %d", test.name, test.nominalSharesExpected, bootstrapPL.Spec.Limited.NominalConcurrencyShares)
    		}
    		if test.lendablePercentexpected != *bootstrapPL.Spec.Limited.LendablePercent {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 4.3K bytes
    - Viewed (0)
Back to top