- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 57 for collisions (0.13 sec)
-
CHANGELOG/CHANGELOG-1.24.md
- [Kubelet Credential Provider Graduates to Beta](#kubelet-credential-provider-graduates-to-beta) - [Contextual Logging in Alpha](#contextual-logging-in-alpha) - [Avoiding Collisions in IP allocation to Services](#avoiding-collisions-in-ip-allocation-to-services) - [Urgent Upgrade Notes](#urgent-upgrade-notes) - [(No, really, you MUST read this before you upgrade)](#no-really-you-must-read-this-before-you-upgrade)
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Aug 24 00:02:43 UTC 2023 - 473.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.27.md
- The API server now re-uses data encryption keys while the kms v2 plugin key ID is stable. Data encryption keys are still randomly generated on server start but an atomic counter is used to prevent nonce collisions. ([#116155](https://github.com/kubernetes/kubernetes/pull/116155), [@enj](https://github.com/enj))
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Wed Jul 17 07:48:22 UTC 2024 - 466.3K bytes - Viewed (0) -
.typos.toml
[files] extend-exclude = [ ".git/", "docs/", "CREDITS", "go.mod", "go.sum", ] ignore-hidden = false [default] extend-ignore-re = [ "Patrick Collison", "Copyright 2014 Unknwon", "[0-9A-Za-z/+=]{64}", "ZXJuZXQxDjAMBgNVBA-some-junk-Q4wDAYDVQQLEwVNaW5pbzEOMAwGA1UEAxMF", "eyJmb28iOiJiYXIifQ", "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.*", "MIIDBTCCAe2gAwIBAgIQWHw7h.*",
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Jul 12 20:51:54 UTC 2024 - 910 bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.28.md
- The names of ResourceClaims generated from ResourceClaimTemplate are now generated. The base name is still `<pod>-<claim name>`, but a random suffix will avoid name collisions. ([#117351](https://github.com/kubernetes/kubernetes/pull/117351), [@pohly](https://github.com/pohly)) [SIG API Machinery, Apps, Auth, Node, Scheduling and Testing]
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Wed Oct 23 04:34:59 UTC 2024 - 456.9K bytes - Viewed (0) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), type IfData struct, Addrlen uint8 pkg syscall (netbsd-arm64-cgo), type IfData struct, Baudrate uint64 pkg syscall (netbsd-arm64-cgo), type IfData struct, Collisions uint64 pkg syscall (netbsd-arm64-cgo), type IfData struct, Hdrlen uint8 pkg syscall (netbsd-arm64-cgo), type IfData struct, Ibytes uint64 pkg syscall (netbsd-arm64-cgo), type IfData struct, Ierrors uint64
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Aug 08 18:44:16 UTC 2019 - 452.6K bytes - Viewed (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), type IfData struct pkg syscall (freebsd-arm64), type IfData struct, Addrlen uint8 pkg syscall (freebsd-arm64), type IfData struct, Baudrate uint64 pkg syscall (freebsd-arm64), type IfData struct, Collisions uint64 pkg syscall (freebsd-arm64), type IfData struct, Datalen uint8 pkg syscall (freebsd-arm64), type IfData struct, Epoch int64 pkg syscall (freebsd-arm64), type IfData struct, Hdrlen uint8
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
api/go1.16.txt
pkg syscall (darwin-arm64), type IfData struct pkg syscall (darwin-arm64), type IfData struct, Addrlen uint8 pkg syscall (darwin-arm64), type IfData struct, Baudrate uint32 pkg syscall (darwin-arm64), type IfData struct, Collisions uint32 pkg syscall (darwin-arm64), type IfData struct, Hdrlen uint8 pkg syscall (darwin-arm64), type IfData struct, Hwassist uint32 pkg syscall (darwin-arm64), type IfData struct, Ibytes uint32
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.8.md
* Deployments are updated to use (1) a more stable hashing algorithm (fnv) than the previous one (adler) and (2) a hashing collision avoidance mechanism that will ensure new rollouts will not block on hashing collisions anymore. ([#44774](https://github.com/kubernetes/kubernetes/pull/44774), [@kargakis](https://github.com/kargakis))
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Tue Feb 20 15:45:02 UTC 2024 - 312.2K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/collect/MapMakerInternalMapTest.java
assertSame(value, segment.get(key, hash)); assertTrue(segment.containsKey(key, hash)); assertTrue(segment.containsValue(value)); assertFalse(segment.containsValue(nullValue)); // hash collision InternalEntry<Object, Object, ?> dummyEntry = segment.newEntryForTesting(new Object(), hash, entry); Object dummyValue = new Object(); WeakValueReference<Object, Object, ?> dummyValueRef =
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Feb 20 17:00:05 UTC 2024 - 35.1K bytes - Viewed (0) -
guava-tests/test/com/google/common/collect/MapMakerInternalMapTest.java
assertSame(value, segment.get(key, hash)); assertTrue(segment.containsKey(key, hash)); assertTrue(segment.containsValue(value)); assertFalse(segment.containsValue(nullValue)); // hash collision InternalEntry<Object, Object, ?> dummyEntry = segment.newEntryForTesting(new Object(), hash, entry); Object dummyValue = new Object(); WeakValueReference<Object, Object, ?> dummyValueRef =
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Feb 20 17:00:05 UTC 2024 - 35.1K bytes - Viewed (0)