Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 255 for Sleeping (0.22 sec)

  1. pkg/kubelet/cm/memorymanager/state/state_checkpoint.go

    	sync.RWMutex
    	cache             State
    	policyName        string
    	checkpointManager checkpointmanager.CheckpointManager
    	checkpointName    string
    }
    
    // NewCheckpointState creates new State for keeping track of memory/pod assignment with checkpoint backend
    func NewCheckpointState(stateDir, checkpointName, policyName string) (State, error) {
    	checkpointManager, err := checkpointmanager.NewCheckpointManager(stateDir)
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 08 16:05:48 UTC 2022
    - 5.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/grpc_service_unix_test.go

    				if err != nil {
    					t.Errorf("failed to create envelope service, error: %v", err)
    					return
    				}
    				defer destroyService(service)
    				kubeAPIServerWG.Done()
    				// Keeping kube-apiserver up to process requests.
    				testCompletedWG.Wait()
    			}()
    
    			kmsPluginWG.Add(1)
    			go func() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 29 05:36:41 UTC 2023
    - 10K bytes
    - Viewed (0)
  3. pkg/kubelet/kubelet_network_linux.go

    		// creates a security hole (https://issue.k8s.io/90259) which this
    		// iptables rule mitigates. This rule should have been added to
    		// kube-proxy, but it mistakenly ended up in kubelet instead, and we are
    		// keeping it in kubelet for now in case other third-party components
    		// depend on it.
    		if _, err := iptClient.EnsureRule(utiliptables.Append, utiliptables.TableFilter, KubeFirewallChain,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 17 20:51:47 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  4. build/common.sh

        if [[ "${tag}" != "${2}"* ]] ; then
          V=3 kube::log::status "Keeping image ${1}:${tag}"
          continue
        fi
    
        if [[ -z "${3:-}" || "${tag}" != "${3}" ]] ; then
          V=2 kube::log::status "Deleting image ${1}:${tag}"
          "${DOCKER[@]}" rmi "${1}:${tag}" >/dev/null
        else
          V=3 kube::log::status "Keeping image ${1}:${tag}"
        fi
      done
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:13:15 UTC 2024
    - 26.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/kmsv2/grpc_service_unix_test.go

    				if err != nil {
    					t.Errorf("failed to create envelope service, error: %v", err)
    					return
    				}
    				defer destroyService(service)
    				kubeAPIServerWG.Done()
    				// Keeping kube-apiserver up to process requests.
    				testCompletedWG.Wait()
    			}()
    
    			kmsPluginWG.Add(1)
    			go func() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 21 19:25:52 UTC 2023
    - 12.7K bytes
    - Viewed (0)
  6. pkg/kubelet/cm/dra/state/state_checkpoint.go

    	CDIDevices map[string][]string
    }
    
    type stateCheckpoint struct {
    	sync.RWMutex
    	checkpointManager checkpointmanager.CheckpointManager
    	checkpointName    string
    }
    
    // NewCheckpointState creates new State for keeping track of claim info  with checkpoint backend
    func NewCheckpointState(stateDir, checkpointName string) (*stateCheckpoint, error) {
    	if len(checkpointName) == 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 03 13:23:27 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  7. platforms/core-runtime/time/src/main/java/org/gradle/internal/time/MonotonicClock.java

    import java.util.concurrent.atomic.AtomicLong;
    
    /**
     * A clock that is guaranteed to not go backwards.
     * <p>
     * It aims to strike a balance between never going backwards (allowing timestamps to represent causality)
     * and keeping in sync with the system wall clock so that time values make sense in comparison with the system wall clock,
     * including timestamps generated from other processes.
     * <p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 20:20:17 UTC 2024
    - 5K bytes
    - Viewed (0)
  8. src/runtime/sema_test.go

    	// We're testing that the current goroutine is able to yield its time slice
    	// to another goroutine. Stop the current goroutine from migrating to
    	// another CPU where it can win the race (and appear to have not yielded) by
    	// keeping the CPUs slightly busy.
    	var wg sync.WaitGroup
    	for i := 0; i < GOMAXPROCS(-1); i++ {
    		wg.Add(1)
    		go func() {
    			defer wg.Done()
    			for {
    				select {
    				case <-done:
    					return
    				default:
    				}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 21 19:37:22 UTC 2022
    - 4.2K bytes
    - Viewed (0)
  9. pkg/config/analysis/analyzers/annotations/annotations.go

    				// Skip to avoid noise; the user has the deprecated annotation but they also have the replacement
    				// This means they are likely aware its deprecated, but are keeping both variants around for maximum
    				// compatibility
    			} else {
    				m := msg.NewDeprecatedAnnotation(r, ann, deprecationExtraMessages[annotationDef.Name])
    				util.AddLineNumber(r, ann, m)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 25 13:14:31 UTC 2023
    - 5K bytes
    - Viewed (0)
  10. platforms/core-runtime/instrumentation-agent-services/src/integTest/groovy/org/gradle/internal/instrumentation/agent/AgentApplicationTest.groovy

            then:
            agentWasApplied()
        }
    
        @Requires(
            value = IntegTestPreconditions.IsConfigCached,
            reason = "Tests the configuration cache behavior"
        )
        def "keeping agent status does not invalidate the configuration cache"() {
            def configurationCache = new ConfigurationCacheFixture(this)
            given:
            withDumpAgentStatusAtConfiguration()
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 7.8K bytes
    - Viewed (0)
Back to top