Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for afterward (0.21 sec)

  1. src/cmd/compile/internal/syntax/parser.go

    				p.errorAt(pos, "empty type argument list")
    				f.Type = name
    			}
    			break
    		}
    
    		// A type argument list looks like a parameter list with only
    		// types. Parse a parameter list and decide afterwards.
    		list := p.paramList(nil, nil, _Rbrack, false)
    		if len(list) == 0 {
    			// The type parameter list is not [] but we got nothing
    			// due to other errors (reported by paramList). Treat
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 62.9K bytes
    - Viewed (0)
  2. pkg/kubelet/pod_workers.go

    // which means an orphaned pod (no config) is terminated and we can exit. Since orphaned
    // pods have no API representation, we want to exit the loop at this point and ensure no
    // status is present afterwards - the running pod is truly terminated when this is invoked.
    func (p *podWorkers) completeTerminatingRuntimePod(podUID types.UID) {
    	p.podLock.Lock()
    	defer p.podLock.Unlock()
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 13:22:37 UTC 2024
    - 74.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go

    	// The bookmark will report the ResourceVersion (RV) corresponding to the
    	// set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation.
    	// Afterwards, the watch stream will proceed as usual, sending watch events
    	// corresponding to changes (subsequent to the RV) to objects watched.
    	//
    	// When `sendInitialEvents` option is set, we require `resourceVersionMatch`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 10:52:25 UTC 2024
    - 79.2K bytes
    - Viewed (1)
Back to top