Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 28 for valid (0.19 sec)

  1. pkg/apis/core/validation/validation.go

    	return allErrs
    }
    
    // ValidateNameFunc validates that the provided name is valid for a given resource type.
    // Not all resources have the same validation rules for names. Prefix is true
    // if the name will have a value appended to it.  If the name is not valid,
    // this returns a list of descriptions of individual characteristics of the
    // value that were not valid.  Otherwise this returns an empty list or nil.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    		errMsg          string
    	}{
    		{
    			name:            "Valid .a",
    			fieldPath:       ".a",
    			pathOfFieldPath: path,
    			schema:          &schema,
    		},
    		{
    			name:            "Valid .a.b",
    			fieldPath:       ".a.bbb",
    			pathOfFieldPath: path,
    			schema:          &schema,
    		},
    		{
    			name:            "Valid .foo.f1",
    			fieldPath:       ".foo.f1",
    			pathOfFieldPath: path,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
  3. pkg/apis/core/types.go

    	// +optional
    	Namespace *string
    }
    
    // PersistentVolumeClaimConditionType defines the condition of PV claim.
    // Valid values are either "Resizing" or "FileSystemResizePending".
    type PersistentVolumeClaimConditionType string
    
    // These are valid conditions of Pvc
    const (
    	// An user trigger resize of pvc has been started
    	PersistentVolumeClaimResizing PersistentVolumeClaimConditionType = "Resizing"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__batch__v1_openapi.json

    or the field value is the reserved string `kubernetes.io/job-controller`, but skips reconciling Jobs with a custom value for this field. The value must be a valid domain-prefixed path (e.g. acme.io/foo) - all characters before the first \"/\" must be a valid subdomain as defined by RFC 1123. All characters trailing the first \"/\" must be valid HTTP Path characters as defined by RFC 3986. The value cannot exceed 63 characters. This field is immutable.\n\nThis field is alpha-level. The job controller...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types.go

    	// If specified, this must be a valid port number, 0 < x < 65536.
    	// If HostNetwork is specified, this must match ContainerPort.
    	// Most containers do not need this.
    	// +optional
    	HostPort int32 `json:"hostPort,omitempty" protobuf:"varint,2,opt,name=hostPort"`
    	// Number of port to expose on the pod's IP address.
    	// This must be a valid port number, 0 < x < 65536.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    }
    
    var map_ComponentCondition = map[string]string{
    	"":        "Information about the condition of a component.",
    	"type":    "Type of condition for a component. Valid value: \"Healthy\"",
    	"status":  "Status of the condition for a component. Valid values for \"Healthy\": \"True\", \"False\", or \"Unknown\".",
    	"message": "Message about the condition for a component. For example, information about a health check.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/tests/fuse-tftext.mlir

      %0 = "tf.Const"() {value = dense<"Arguments to from_row_splits do not form a valid RaggedTensor:zero"> : tensor<!tf_type.string>} : () -> tensor<!tf_type.string>
      %1 = "tf.Const"() {value = dense<"Condition x == y did not hold element-wise:"> : tensor<!tf_type.string>} : () -> tensor<!tf_type.string>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 460.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/generated.proto

      optional string path = 4;
    }
    
    // Information about the condition of a component.
    message ComponentCondition {
      // Type of condition for a component.
      // Valid value: "Healthy"
      optional string type = 1;
    
      // Status of the condition for a component.
      // Valid values for "Healthy": "True", "False", or "Unknown".
      optional string status = 2;
    
      // Message about the condition for a component.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  9. src/net/http/h2_bundle.go

    	ID http2SettingID
    
    	// Val is the value.
    	Val uint32
    }
    
    func (s http2Setting) String() string {
    	return fmt.Sprintf("[%v = %d]", s.ID, s.Val)
    }
    
    // Valid reports whether the setting is valid.
    func (s http2Setting) Valid() error {
    	// Limits and error codes from 6.5.2 Defined SETTINGS Parameters
    	switch s.ID {
    	case http2SettingEnablePush:
    		if s.Val != 1 && s.Val != 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/stablehlo/tests/legalize_hlo.mlir

    // CHECK:           %[[VAL_10:.*]] = "tf.Conv2D"(%[[VAL_5]], %[[VAL_9]]) <{data_format = "NHWC", dilations = [1, 1, 1, 1], explicit_paddings = [], padding = "VALID", strides = [1, 1, 1, 1], use_cudnn_on_gpu = true}> : (tensor<16x32x1x256xbf16>, tensor<1x1x256x256xbf16>) -> tensor<16x32x1x256xbf16>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 340.2K bytes
    - Viewed (0)
Back to top