Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 39 of 39 for assuredConcurrencyShares (0.53 sec)

  1. staging/src/k8s.io/api/flowcontrol/v1beta2/generated.pb.go

    				return fmt.Errorf("proto: wrong wireType = %d for field AssuredConcurrencyShares", wireType)
    			}
    			m.AssuredConcurrencyShares = 0
    			for shift := uint(0); ; shift += 7 {
    				if shift >= 64 {
    					return ErrIntOverflowGenerated
    				}
    				if iNdEx >= l {
    					return io.ErrUnexpectedEOF
    				}
    				b := dAtA[iNdEx]
    				iNdEx++
    				m.AssuredConcurrencyShares |= int32(b&0x7F) << shift
    				if b < 0x80 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 142K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/flowcontrol/v1beta1/generated.pb.go

    				return fmt.Errorf("proto: wrong wireType = %d for field AssuredConcurrencyShares", wireType)
    			}
    			m.AssuredConcurrencyShares = 0
    			for shift := uint(0); ; shift += 7 {
    				if shift >= 64 {
    					return ErrIntOverflowGenerated
    				}
    				if iNdEx >= l {
    					return io.ErrUnexpectedEOF
    				}
    				b := dAtA[iNdEx]
    				iNdEx++
    				m.AssuredConcurrencyShares |= int32(b&0x7F) << shift
    				if b < 0x80 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 142K bytes
    - Viewed (0)
  3. pkg/apis/flowcontrol/validation/validation.go

    func getVersionedFieldNameForConcurrencyShares(requestGV schema.GroupVersion) string {
    	switch {
    	case requestGV == flowcontrolv1beta1.SchemeGroupVersion ||
    		requestGV == flowcontrolv1beta2.SchemeGroupVersion:
    		return "assuredConcurrencyShares"
    	default:
    		return "nominalConcurrencyShares"
    	}
    }
    
    // ValidateLimitResponse validates a LimitResponse
    func ValidateLimitResponse(lr flowcontrol.LimitResponse, fldPath *field.Path) field.ErrorList {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 26.7K bytes
    - Viewed (0)
  4. pkg/apis/flowcontrol/v1beta1/zz_generated.conversion.go

    	// WARNING: in.AssuredConcurrencyShares requires manual conversion: does not exist in peer-type
    	if err := Convert_v1beta1_LimitResponse_To_flowcontrol_LimitResponse(&in.LimitResponse, &out.LimitResponse, s); err != nil {
    		return err
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 01:00:06 UTC 2023
    - 53.5K bytes
    - Viewed (0)
  5. pkg/apis/flowcontrol/v1beta2/zz_generated.conversion.go

    	// WARNING: in.AssuredConcurrencyShares requires manual conversion: does not exist in peer-type
    	if err := Convert_v1beta2_LimitResponse_To_flowcontrol_LimitResponse(&in.LimitResponse, &out.LimitResponse, s); err != nil {
    		return err
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 01:00:06 UTC 2023
    - 53.5K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.26.md

       ([#112133](https://github.com/kubernetes/kubernetes/pull/112133), [@knabben](https://github.com/knabben))
    - Introduce `v1beta3` for Priority and Fairness with the following changes to the API spec:
      - rename 'assuredConcurrencyShares' (located under `spec.limited') to 'nominalConcurrencyShares'.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  7. pkg/generated/openapi/zz_generated.openapi.go

    				Type:        []string{"object"},
    				Properties: map[string]spec.Schema{
    					"assuredConcurrencyShares": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  8. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

          "properties": {
            "assuredConcurrencyShares": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  9. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

          "properties": {
            "assuredConcurrencyShares": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
Back to top