Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 73 for Expired (0.27 sec)

  1. pkg/scheduler/internal/cache/cache_test.go

    	}
    	cache.cleanupAssumedPods(logger, now.Add(2*ttl))
    	// It should be expired and removed.
    	if err := isForgottenFromCache(test.pod, cache); err != nil {
    		t.Error(err)
    	}
    	if err := cache.AddPod(logger, test.pod); err != nil {
    		t.Fatalf("AddPod failed: %v", err)
    	}
    	// check after expiration. confirmed pods shouldn't be expired.
    	n := cache.nodes[nodeName]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 17 01:38:03 UTC 2023
    - 63.8K bytes
    - Viewed (0)
  2. guava/src/com/google/common/cache/CacheBuilder.java

       * useful in testing, or to disable caching temporarily without a code change.
       *
       * <p>Expired entries may be counted in {@link Cache#size}, but will never be visible to read or
       * write operations. Expired entries are cleaned up as part of the routine maintenance described
       * in the class javadoc.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 15 16:12:13 UTC 2024
    - 51.3K bytes
    - Viewed (0)
  3. src/syscall/zerrors_linux_386.go

    	20: "stopped",
    	21: "stopped (tty input)",
    	22: "stopped (tty output)",
    	23: "urgent I/O condition",
    	24: "CPU time limit exceeded",
    	25: "file size limit exceeded",
    	26: "virtual timer expired",
    	27: "profiling timer expired",
    	28: "window changed",
    	29: "I/O possible",
    	30: "power failure",
    	31: "bad system call",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  4. src/syscall/zerrors_linux_arm.go

    	20: "stopped",
    	21: "stopped (tty input)",
    	22: "stopped (tty output)",
    	23: "urgent I/O condition",
    	24: "CPU time limit exceeded",
    	25: "file size limit exceeded",
    	26: "virtual timer expired",
    	27: "profiling timer expired",
    	28: "window changed",
    	29: "I/O possible",
    	30: "power failure",
    	31: "bad system call",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.9K bytes
    - Viewed (0)
  5. src/syscall/zerrors_linux_riscv64.go

    	20: "stopped",
    	21: "stopped (tty input)",
    	22: "stopped (tty output)",
    	23: "urgent I/O condition",
    	24: "CPU time limit exceeded",
    	25: "file size limit exceeded",
    	26: "virtual timer expired",
    	27: "profiling timer expired",
    	28: "window changed",
    	29: "I/O possible",
    	30: "power failure",
    	31: "bad system call",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 70.8K bytes
    - Viewed (0)
  6. src/syscall/zerrors_linux_amd64.go

    	20: "stopped",
    	21: "stopped (tty input)",
    	22: "stopped (tty output)",
    	23: "urgent I/O condition",
    	24: "CPU time limit exceeded",
    	25: "file size limit exceeded",
    	26: "virtual timer expired",
    	27: "profiling timer expired",
    	28: "window changed",
    	29: "I/O possible",
    	30: "power failure",
    	31: "bad system call",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  7. src/syscall/zerrors_linux_mips.go

    	22: "I/O possible",
    	23: "stopped (signal)",
    	24: "stopped",
    	25: "continued",
    	26: "stopped (tty input)",
    	27: "stopped (tty output)",
    	28: "virtual timer expired",
    	29: "profiling timer expired",
    	30: "CPU time limit exceeded",
    	31: "file size limit exceeded",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
  8. src/syscall/zerrors_linux_mips64.go

    	22: "I/O possible",
    	23: "stopped (signal)",
    	24: "stopped",
    	25: "continued",
    	26: "stopped (tty input)",
    	27: "stopped (tty output)",
    	28: "virtual timer expired",
    	29: "profiling timer expired",
    	30: "CPU time limit exceeded",
    	31: "file size limit exceeded",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
  9. src/syscall/zerrors_linux_mips64le.go

    	22: "I/O possible",
    	23: "stopped (signal)",
    	24: "stopped",
    	25: "continued",
    	26: "stopped (tty input)",
    	27: "stopped (tty output)",
    	28: "virtual timer expired",
    	29: "profiling timer expired",
    	30: "CPU time limit exceeded",
    	31: "file size limit exceeded",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
  10. src/syscall/zerrors_linux_mipsle.go

    	22: "I/O possible",
    	23: "stopped (signal)",
    	24: "stopped",
    	25: "continued",
    	26: "stopped (tty input)",
    	27: "stopped (tty output)",
    	28: "virtual timer expired",
    	29: "profiling timer expired",
    	30: "CPU time limit exceeded",
    	31: "file size limit exceeded",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
Back to top