Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for Identical (0.11 sec)

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

    		}
    
    		if podHostProcess != nil && containerHostProcess != nil && *podHostProcess != *containerHostProcess {
    			errMsg := fmt.Sprintf("pod hostProcess value must be identical if both are specified, was %v", *podHostProcess)
    			allErrs = append(allErrs, field.Invalid(cFieldPath.Child("securityContext", "windowsOptions", "hostProcess"), *containerHostProcess, errMsg))
    		}
    
    		switch {
    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. src/net/http/h2_bundle.go

    		countError("frame_pushpromise_zero_stream")
    		return nil, http2ConnectionError(http2ErrCodeProtocol)
    	}
    	// The PUSH_PROMISE frame includes optional padding.
    	// Padding fields and flags are identical to those defined for DATA frames
    	var padLength uint8
    	if fh.Flags.Has(http2FlagPushPromisePadded) {
    		if p, padLength, err = http2readByte(p); err != nil {
    			countError("frame_pushpromise_pad_short")
    			return
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top