Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 29 of 29 for currentAverageValue (0.35 sec)

  1. staging/src/k8s.io/api/autoscaling/v1/types_swagger_doc_generated.go

    	"currentAverageValue":       "currentAverageValue is the current value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the \"pods\" metric source type. It will always be set, regardless of...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 27 23:13:24 UTC 2023
    - 21.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/autoscaling/v2beta1/generated.proto

      // currentAverageValue is the current value of the average of the
      // resource metric across all relevant pods, as a raw value (instead of as
      // a percentage of the request), similar to the "pods" metric source type.
      // It will always be set, regardless of the corresponding metric specification.
      optional .k8s.io.apimachinery.pkg.api.resource.Quantity currentAverageValue = 3;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/autoscaling/v2beta1/generated.pb.go

    			if postIndex < 0 {
    				return ErrInvalidLengthGenerated
    			}
    			if postIndex > l {
    				return io.ErrUnexpectedEOF
    			}
    			if m.CurrentAverageValue == nil {
    				m.CurrentAverageValue = &resource.Quantity{}
    			}
    			if err := m.CurrentAverageValue.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
    				return err
    			}
    			iNdEx = postIndex
    		default:
    			iNdEx = preIndex
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 142.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/autoscaling/v1/generated.pb.go

    			if postIndex < 0 {
    				return ErrInvalidLengthGenerated
    			}
    			if postIndex > l {
    				return io.ErrUnexpectedEOF
    			}
    			if m.CurrentAverageValue == nil {
    				m.CurrentAverageValue = &resource.Quantity{}
    			}
    			if err := m.CurrentAverageValue.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
    				return err
    			}
    			iNdEx = postIndex
    		default:
    			iNdEx = preIndex
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 153K bytes
    - Viewed (0)
  5. pkg/apis/autoscaling/v2beta1/zz_generated.conversion.go

    	out.Name = core.ResourceName(in.Name)
    	// WARNING: in.CurrentAverageUtilization requires manual conversion: does not exist in peer-type
    	// WARNING: in.CurrentAverageValue requires manual conversion: does not exist in peer-type
    	out.Container = in.Container
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 42.5K bytes
    - Viewed (0)
  6. pkg/apis/autoscaling/v1/zz_generated.conversion.go

    	out.Name = core.ResourceName(in.Name)
    	// WARNING: in.CurrentAverageUtilization requires manual conversion: does not exist in peer-type
    	// WARNING: in.CurrentAverageValue requires manual conversion: does not exist in peer-type
    	out.Container = in.Container
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 43.7K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    							Type:        []string{"integer"},
    							Format:      "int32",
    						},
    					},
    					"currentAverageValue": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  8. pkg/generated/openapi/zz_generated.openapi.go

    							Type:        []string{"integer"},
    							Format:      "int32",
    						},
    					},
    					"currentAverageValue": {
    						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)
  9. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

              "format": "int32",
              "type": "integer"
            },
            "currentAverageValue": {
              "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity",
    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