Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 180 of 222 for 1e23 (0.08 sec)

  1. staging/src/k8s.io/apiserver/pkg/apis/apiserver/v1alpha1/types.go

    type ExtraMapping struct {
    	// key is a string to use as the extra attribute key.
    	// key must be a domain-prefix path (e.g. example.org/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.
    	// key must be lowercase.
    	// Required to be unique.
    	// +required
    	Key string `json:"key"`
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 17:59:05 UTC 2024
    - 26.6K bytes
    - Viewed (0)
  2. pkg/kubelet/nodestatus/setters_test.go

    					},
    					Allocatable: v1.ResourceList{
    						v1.ResourceCPU:    *resource.NewMilliQuantity(1999, resource.DecimalSI),
    						v1.ResourceMemory: *resource.NewQuantity(1023, resource.BinarySI),
    						v1.ResourcePods:   *resource.NewQuantity(109, resource.DecimalSI),
    					},
    				},
    			},
    		},
    		{
    			desc: "allocatable memory does not double-count hugepages reservations",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 21:47:24 UTC 2024
    - 76.1K bytes
    - Viewed (0)
  3. pkg/controller/volume/persistentvolume/provision_test.go

    			expectedEvents:  noevents,
    			errors:          noerrors,
    			test:            wrapTestWithProvisionCalls([]provisionCall{}, testSyncClaim),
    		},
    		{
    			// volume provision for PVC scheduled
    			"11-23 - skip finding PV and provision for PVC annotated with AnnSelectedNode",
    			newVolumeArray("volume11-23", "1Gi", "", "", v1.VolumeAvailable, v1.PersistentVolumeReclaimDelete, classCopper),
    			[]*v1.PersistentVolume{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 35.3K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/apis/kubeadm/types.go

    	// +k8s:conversion-gen=false
    	CIKubernetesVersion string
    
    	// ControlPlaneEndpoint sets a stable IP address or DNS name for the control plane; it
    	// can be a valid IP address or a RFC-1123 DNS subdomain, both with optional TCP port.
    	// In case the ControlPlaneEndpoint is not specified, the AdvertiseAddress + BindPort
    	// are used; in case the ControlPlaneEndpoint is specified but without a TCP port,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 03:12:52 UTC 2024
    - 32.6K bytes
    - Viewed (0)
  5. guava/src/com/google/common/net/InternetDomainName.java

       *   <li>Underscores ('_') are permitted wherever dashes ('-') are permitted.
       *   <li>Parts other than the final part may start with a digit, as mandated by <a
       *       href="https://tools.ietf.org/html/rfc1123#section-2">RFC 1123</a>.
       * </ul>
       *
       * @param domain A domain name (not IP address)
       * @throws IllegalArgumentException if {@code domain} is not syntactically valid according to
       *     {@link #isValid}
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Feb 05 20:47:23 UTC 2024
    - 28K bytes
    - Viewed (0)
  6. src/image/png/reader.go

    		for i := 0; i < np; i++ {
    			d.palette[i] = color.RGBA{d.tmp[3*i+0], d.tmp[3*i+1], d.tmp[3*i+2], 0xff}
    		}
    		for i := np; i < 256; i++ {
    			// Initialize the rest of the palette to opaque black. The spec (section
    			// 11.2.3) says that "any out-of-range pixel value found in the image data
    			// is an error", but some real-world PNG files have out-of-range pixel
    			// values. We fall back to opaque black, the same as libpng 1.5.13;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:45 UTC 2023
    - 26K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/batch/v1/types_swagger_doc_generated.go

    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 accepts setting the field when the...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 12:01:28 UTC 2024
    - 27.5K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/telemetry/package-lock.json

          "dev": true,
          "engines": {
            "node": ">=0.10.0"
          }
        },
        "node_modules/object-inspect": {
          "version": "1.12.3",
          "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz",
          "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==",
          "dev": true,
          "funding": {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:57:25 UTC 2024
    - 156K bytes
    - Viewed (1)
  9. staging/src/k8s.io/api/batch/v1/generated.proto

      // 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.
      //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 12:01:28 UTC 2024
    - 29.1K bytes
    - Viewed (0)
  10. src/slices/slices_test.go

    	{
    		nil,
    		func(int) bool { return true },
    		nil,
    	},
    	{
    		[]int{1, 2, 3},
    		func(int) bool { return true },
    		nil,
    	},
    	{
    		[]int{1, 2, 3},
    		func(int) bool { return false },
    		[]int{1, 2, 3},
    	},
    	{
    		[]int{1, 2, 3},
    		func(i int) bool { return i > 2 },
    		[]int{1, 2},
    	},
    	{
    		[]int{1, 2, 3},
    		func(i int) bool { return i < 2 },
    		[]int{2, 3},
    	},
    	{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 13:32:06 UTC 2024
    - 33.2K bytes
    - Viewed (0)
Back to top