Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 1,281 for terminator (0.4 sec)

  1. licenses/github.com/hashicorp/hcl/LICENSE

         shall terminate.
    
    5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user
         license agreements (excluding distributors and resellers) which have been
         validly granted by You or Your distributors under this License prior to
         termination shall survive termination.
    
    6. Disclaimer of Warranty
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Oct 26 02:47:39 UTC 2019
    - 15.6K bytes
    - Viewed (0)
  2. pkg/kube/kclient/events.go

    	e.eventRecorder.Eventf(object, eventtype, reason, messageFmt, args...)
    }
    
    // Shutdown terminates the event recorder. This must be called upon completion of writing events, and events should not be
    // written once terminated.
    func (e *EventRecorder) Shutdown() {
    	e.eventBroadcaster.Shutdown()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 31 22:23:28 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/util/concurrent/JSR166TestCase.java

        } finally {
          if (t.getState() != Thread.State.TERMINATED) {
            t.interrupt();
            fail("Test timed out");
          }
        }
      }
    
      /**
       * Waits for LONG_DELAY_MS milliseconds for the thread to terminate (using {@link
       * Thread#join(long)}), else interrupts the thread (in the hope that it may terminate later) and
       * fails.
       */
      void awaitTermination(Thread t) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 17:15:24 UTC 2024
    - 37.7K bytes
    - Viewed (0)
  4. pkg/proxy/ipvs/graceful_termination.go

    	defer q.lock.Unlock()
    
    	if rs, ok := q.list[uniqueRS]; ok {
    		return rs, true
    	}
    	return nil, false
    }
    
    // GracefulTerminationManager manage rs graceful termination information and do graceful termination work
    // rsList is the rs list to graceful termination, ipvs is the ipvsinterface to do ipvs delete/update work
    type GracefulTerminationManager struct {
    	rsList graceTerminateRSList
    	ipvs   utilipvs.Interface
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  5. src/text/template/parse/lex.go

    	}
    	var r rune
    	for {
    		r = l.next()
    		if !isAlphaNumeric(r) {
    			l.backup()
    			break
    		}
    	}
    	if !l.atTerminator() {
    		return l.errorf("bad character %#U", r)
    	}
    	return l.emit(typ)
    }
    
    // atTerminator reports whether the input is at valid termination character to
    // appear after an identifier. Breaks .X.Y into two pieces. Also catches cases
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 04 22:36:12 UTC 2022
    - 18.1K bytes
    - Viewed (0)
  6. guava/src/com/google/common/io/CharSource.java

       *
       * <p>Like {@link BufferedReader#readLine()}, this method considers a line to be a sequence of
       * text that is terminated by (but does not include) one of {@code \r\n}, {@code \r} or {@code
       * \n}. If the source's content does not end in a line termination sequence, it is treated as if
       * it does.
       *
       * <p>The caller is responsible for ensuring that the returned stream is closed. For example:
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 17 14:35:11 UTC 2023
    - 25.1K bytes
    - Viewed (0)
  7. pkg/kubelet/pod_workers_test.go

    	if podWorkers.CouldHaveRunningContainers(types.UID("0")) {
    		t.Errorf("Expected pod to be terminated (deleted and terminated)")
    	}
    	if podWorkers.CouldHaveRunningContainers(types.UID("1")) {
    		t.Errorf("Expected pod to be terminated")
    	}
    	if !podWorkers.CouldHaveRunningContainers(types.UID("2")) {
    		t.Errorf("Expected pod to not be terminated")
    	}
    
    	if !podWorkers.ShouldPodContentBeRemoved(types.UID("0")) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 75.6K bytes
    - Viewed (0)
  8. src/cmd/go/testdata/script/test_fuzz_mutator_repeat.txt

    # TODO(jayconrod): support shared memory on more platforms.
    [!GOOS:darwin] [!GOOS:linux] [!GOOS:windows] skip
    
    # Verify that the fuzzing engine records the actual crashing input, even when
    # a worker process terminates without communicating the crashing input back
    # to the coordinator.
    
    [short] skip
    env GOCACHE=$WORK/cache
    
    # Start fuzzing. The worker crashes after 100 iterations.
    # The fuzz function writes the crashing input to "want" before exiting.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 16 16:53:11 UTC 2023
    - 2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/fieldmanager/pod.yaml

              key: some-key
              name: some-name
        image: some-image-name
        imagePullPolicy: IfNotPresent
        name: some-name
        resources:
          requests:
            cpu: '0'
        terminationMessagePath: /dev/termination-log
        terminationMessagePolicy: File
        volumeMounts:
        - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
          name: default-token-hu5jz
          readOnly: true
      dnsPolicy: ClusterFirst
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 25 19:51:58 UTC 2019
    - 2.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/util/managedfields/pod.yaml

              key: some-key
              name: some-name
        image: some-image-name
        imagePullPolicy: IfNotPresent
        name: some-name
        resources:
          requests:
            cpu: '0'
        terminationMessagePath: /dev/termination-log
        terminationMessagePolicy: File
        volumeMounts:
        - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
          name: default-token-hu5jz
          readOnly: true
      dnsPolicy: ClusterFirst
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 21:44:00 UTC 2023
    - 2.8K bytes
    - Viewed (0)
Back to top