Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 92 of 92 for cherries (0.18 sec)

  1. pkg/printers/internalversion/printers.go

    	podPhase := pod.Status.Phase
    	reason := string(podPhase)
    	if pod.Status.Reason != "" {
    		reason = pod.Status.Reason
    	}
    
    	// If the Pod carries {type:PodScheduled, reason:SchedulingGated}, set reason to 'SchedulingGated'.
    	for _, condition := range pod.Status.Conditions {
    		if condition.Type == api.PodScheduled && condition.Reason == apiv1.PodReasonSchedulingGated {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  2. src/net/http/h2_bundle.go

    	}
    	f.startWrite(http2FrameWindowUpdate, 0, streamID)
    	f.writeUint32(incr)
    	return f.endWrite()
    }
    
    // A HeadersFrame is used to open a stream and additionally carries a
    // header block fragment.
    type http2HeadersFrame struct {
    	http2FrameHeader
    
    	// Priority is set if FlagHeadersPriority is set in the FrameHeader.
    	Priority http2PriorityParam
    
    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