Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for bland (0.12 sec)

  1. staging/src/k8s.io/api/core/v1/generated.proto

      // service; otherwise creation of the service will fail. This field may not
      // be changed through updates unless the type field is also being changed
      // to ExternalName (which requires this field to be blank) or the type
      // field is being changed from ExternalName (in which case this field may
      // optionally be specified, as describe above).  Valid values are "None",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  2. src/net/http/h2_bundle.go

    			clen = strconv.Itoa(len(p))
    		}
    		_, hasContentType := rws.snapHeader["Content-Type"]
    		// If the Content-Encoding is non-blank, we shouldn't
    		// sniff the body. See Issue golang.org/issue/31753.
    		ce := rws.snapHeader.Get("Content-Encoding")
    		hasCE := len(ce) > 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)
  3. staging/src/k8s.io/api/core/v1/types.go

    	// service; otherwise creation of the service will fail. This field may not
    	// be changed through updates unless the type field is also being changed
    	// to ExternalName (which requires this field to be blank) or the type
    	// field is being changed from ExternalName (in which case this field may
    	// optionally be specified, as describe above).  Valid values are "None",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.27.md

    ### Feature
    
    - #### Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:
      
      <!--
      This section can be blank if this pull request does not require a release note.
      
      When adding links which point to resources within git repositories, like
      KEPs or supporting documentation, please reference a specific commit and avoid
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
Back to top