- Sort Score
- Result 10 results
- Languages All
Results 161 - 163 of 163 for rendered (0.06 sec)
-
CHANGELOG/CHANGELOG-1.21.md
- Allow CSI drivers to just run offline expansion tests (#102740, @gnufied) [SIG Storage and Testing] - Bump klog to v2.9.0, fixing log lines that render as byte arrays (#105407, @ehashman) [SIG Architecture, CLI, Cloud Provider, Cluster Lifecycle, Instrumentation and Storage] - Fix overriding logs files on reboot. (#105614, @rphillips) [SIG Node]
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Fri Oct 14 07:03:14 UTC 2022 - 367.3K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.24.md
have both been migrated. ### gRPC Probes Graduate to Beta With Kubernetes 1.24, the [gRPC probes functionality](https://github.com/kubernetes/enhancements/issues/2727) has entered beta and is available by default. You can now [configure startup, liveness, and readiness probes](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#configure-probes) for your gRPC app
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Thu Aug 24 00:02:43 UTC 2023 - 473.4K bytes - Viewed (0) -
lib/fips140/v1.1.0-rc1.zip
(q−1)/2]. func fieldCenteredMod(r fieldElement) int32 { x := int32(fieldFromMontgomery(r)) // x <= q / 2 ? x : x - q return constantTimeSelectLe(x, q/2, x, x-q) } // fieldInfinityNorm returns the infinity norm ||r||∞ of r, or the absolute // value of r centered around 0. func fieldInfinityNorm(r fieldElement) uint32 { x := int32(fieldFromMontgomery(r)) // x <= q / 2 ? x : |x - q| // |x - q| = -(x - q) = q - x because x < q => x - q < 0 return uint32(constantTimeSelectLe(x, q/2, x, q-x)) } // fieldReduceOnce...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0)