Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 64 for scase (0.1 sec)

  1. pkg/apis/admissionregistration/validation/validation_test.go

    			ObjectMeta: metav1.ObjectMeta{
    				Name: "config",
    			},
    			Spec: admissionregistration.ValidatingAdmissionPolicyBindingSpec{
    				PolicyName: "xyzlimit-scale.example.com",
    				ParamRef: &admissionregistration.ParamRef{
    					Name:                    "xyzlimit-scale-setting.example.com",
    					ParameterNotFoundAction: ptr(admissionregistration.DenyAction),
    				},
    				MatchResources: &admissionregistration.MatchResources{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 147.1K bytes
    - Viewed (0)
  2. pkg/controller/podautoscaler/horizontal_test.go

    			scaleDownStabilizationWindowSeconds: 3 * 60,
    		},
    		{
    			// we can reuse only the first recommendation element
    			// as the scale up delay = 150 (set in test), scale down delay = 300 (by default)
    			// hence, only the first recommendation is obsolete for both scale up and scale down
    			name: "scale up stabilization, reuse one of obsolete recommendation element",
    			key:  "",
    			recommendations: []timestampedRecommendation{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  3. pkg/controller/statefulset/stateful_set_control_test.go

    	const delete = apps.DeletePersistentVolumeClaimRetentionPolicyType
    	switch {
    	case policy.WhenScaled == retain && policy.WhenDeleted == retain:
    		return "Retain"
    	case policy.WhenScaled == retain && policy.WhenDeleted == delete:
    		return "SetDeleteOnly"
    	case policy.WhenScaled == delete && policy.WhenDeleted == retain:
    		return "ScaleDownOnly"
    	case policy.WhenScaled == delete && policy.WhenDeleted == delete:
    		return "Delete"
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 19:01:47 UTC 2024
    - 108.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/autoscaling/v1/generated.pb.go

    }
    
    var xxx_messageInfo_ResourceMetricStatus proto.InternalMessageInfo
    
    func (m *Scale) Reset()      { *m = Scale{} }
    func (*Scale) ProtoMessage() {}
    func (*Scale) Descriptor() ([]byte, []int) {
    	return fileDescriptor_1972394c0c7aac8b, []int{18}
    }
    func (m *Scale) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *Scale) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 153K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/apps/v1beta1/generated.pb.go

    var xxx_messageInfo_RollingUpdateStatefulSetStrategy proto.InternalMessageInfo
    
    func (m *Scale) Reset()      { *m = Scale{} }
    func (*Scale) ProtoMessage() {}
    func (*Scale) Descriptor() ([]byte, []int) {
    	return fileDescriptor_2747f709ac7c95e7, []int{12}
    }
    func (m *Scale) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *Scale) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  6. src/database/sql/sql.go

    func (i IsolationLevel) String() string {
    	switch i {
    	case LevelDefault:
    		return "Default"
    	case LevelReadUncommitted:
    		return "Read Uncommitted"
    	case LevelReadCommitted:
    		return "Read Committed"
    	case LevelWriteCommitted:
    		return "Write Committed"
    	case LevelRepeatableRead:
    		return "Repeatable Read"
    	case LevelSnapshot:
    		return "Snapshot"
    	case LevelSerializable:
    		return "Serializable"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__autoscaling__v2_openapi.json

              },
              "maxReplicas": {
                "default": 0,
                "description": "maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.",
                "format": "int32",
                "type": "integer"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 186.6K bytes
    - Viewed (0)
  8. cmd/storage-datatypes_gen.go

    			return
    		}
    		switch msgp.UnsafeString(field) {
    		case "id":
    			z.DiskID, err = dc.ReadString()
    			if err != nil {
    				err = msgp.WrapError(err, "DiskID")
    				return
    			}
    		case "v":
    			z.Volume, err = dc.ReadString()
    			if err != nil {
    				err = msgp.WrapError(err, "Volume")
    				return
    			}
    		case "fp":
    			z.FilePath, err = dc.ReadString()
    			if err != nil {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 130.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/apps/v1beta2/generated.pb.go

    var xxx_messageInfo_RollingUpdateStatefulSetStrategy proto.InternalMessageInfo
    
    func (m *Scale) Reset()      { *m = Scale{} }
    func (*Scale) ProtoMessage() {}
    func (*Scale) Descriptor() ([]byte, []int) {
    	return fileDescriptor_c423c016abf485d4, []int{22}
    }
    func (m *Scale) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *Scale) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/stablehlo/transforms/uniform_quantized_stablehlo_to_tfl_pass.cc

    }
    
    // Creates a new `tfl.qconst` op for the bias. The bias values are 0s, because
    // this bias a dummy bias (note that bias fusion is not considered for this
    // transformation). The quantization scale for the bias is input scale *
    // filter scale. `filter_const_op` is used to retrieve the filter scales and
    // the size of the bias constant.
    TFL::QConstOp CreateTflConstOpForDummyBias(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 09:00:19 UTC 2024
    - 99.8K bytes
    - Viewed (0)
Back to top