- Sort Score
- Num 10 results
- Language All
Results 321 - 330 of 340 for ci (0.08 seconds)
-
CHANGELOG/CHANGELOG-1.3.md
* Set Dashboard UI version to v1.1.0 ([#27869](https://github.com/kubernetes/kubernetes/pull/27869), [@bryk](https://github.com/bryk)) ### Other notable changes * Build: Add KUBE_GCS_RELEASE_BUCKET_MIRROR option to push-ci-build.sh ([#28172](https://github.com/kubernetes/kubernetes/pull/28172), [@zmerlynn](https://github.com/zmerlynn))
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu Dec 24 02:28:26 GMT 2020 - 84K bytes - Click Count (0) -
cmd/erasure-server-pool.go
} // Avoid allocating more than half of the available memory if maxN := availableMemory() / (blockSizeV2 * 2); n > maxN { n = maxN } if globalIsCICD || strconv.IntSize == 32 { n = 256 // 256MiB for CI/CD environments is sufficient or on 32bit platforms. } // Initialize byte pool once for all sets, bpool size is set to // setCount * setDriveCount with each memory upto blockSizeV2.
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 89.2K bytes - Click Count (0) -
docs/fr/docs/tutorial/dependencies/dependencies-with-yield.md
Lorsque le bloc `with` se termine, il s'assure de fermer le fichier, même s'il y a eu des exceptions. Lorsque vous créez une dépendance avec `yield`, **FastAPI** créera en interne un gestionnaire de contexte pour celle-ci et le combinera avec d'autres outils associés. ### Utiliser des gestionnaires de contexte dans des dépendances avec `yield` { #using-context-managers-in-dependencies-with-yield } /// warning | AlertesCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 13.9K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.8.md
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Tue Feb 20 15:45:02 GMT 2024 - 312.2K bytes - Click Count (0) -
cmd/testdata/undeleteable-object.tgz
û¡°ö nž}? ˆMŽš an–¾8Y@€ õñ R ]ì‘Gi ã1ä‘þ†ŠÒ'ð;ƒ±ªìû„WMÐଞ7ùÅò'´B»£Ô4žùóR2”Bð ü ý ½·N¹Iƒ”)¹üÒì®’ òì ÉR5 -P}ŒI SjXÑê¡EDó<¿Œîh [Îó;Ú j 2”Csˆ °”náwÆü ã §§¢ )0Q˜Ý¥kùvÝŠ ± û+„Ã=Á̇ º\ åS•› …:i vU}j‡(@åôHüW+”þ N šuUˆ€„(™uhœ[¦â-f л½¹´:–‘! ˆ;d}{ Oó ô^•õ|Çï•æýÞçì3é‡ BA?i‚ i{‰,Ÿå ×µÂa»‡!(øÃ°:ð }Ù L b‘ ¢ë<ëúKQe.½Èì¡ Ü¦Pës˜Èa Z$Òú›½ $ ÷ §%> RÆ HÑB•Q0™ùF"QHx´ °©ƒÅyØø\˜a¯[TèÝÆÚ¯¿–™ ¬ lv2í¬†¾e(Ð~~øž ªn49Ìi¾ Z%e؈_ÖÈ–Æ =ï ®ûë multisitea/data/disterasure/xl12/.minio.sys/pool.bin/xl.meta XL2 Æ w Ä$•Ä Ó ÉŸþ¥¹ °Ä...Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Apr 26 00:31:12 GMT 2024 - 8.7M bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.23.md
- Kubeadm: update references to legacy artifacts locations, the `ci-cross` prefix has been removed from the version match as it does not exist in the new `gs://k8s-release-dev` bucket. ([#103813](https://github.com/kubernetes/kubernetes/pull/103813), [@SataQiu](https://github.com/SataQiu))
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Tue Feb 28 21:06:52 GMT 2023 - 424.5K bytes - Click Count (0) -
cmd/site-replication.go
func (c *SiteReplicationSys) getPeerForUpload(deplID string) (pi srPeerInfo, local bool) { ci, _ := c.GetClusterInfo(GlobalContext) if !ci.Enabled { return pi, true } for _, site := range ci.Sites { if deplID == site.DeploymentID { ep, _ := url.Parse(site.Endpoint) pi = srPeerInfo{ PeerInfo: site, EndpointURL: ep, }
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 184.8K bytes - Click Count (1) -
CHANGELOG/CHANGELOG-1.13.md
For detailed release notes on the three alpha features from SIG AWS, please refer to the following Changelogs:
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu May 05 13:44:43 GMT 2022 - 273.1K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.28.md
- Bumped cadvisor version to `v0.47.3`. ([#119225](https://github.com/kubernetes/kubernetes/pull/119225), [@iholder101](https://github.com/iholder101))
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Fri Sep 05 03:47:18 GMT 2025 - 456.9K bytes - Click Count (1) -
docs/fr/docs/tutorial/bigger-applications.md
#### Comprendre le fonctionnement des imports relatifs { #how-relative-imports-work } /// tip | Astuce Si vous savez parfaitement comment fonctionnent les imports, passez à la section suivante ci-dessous. /// Un seul point `.`, comme dans : ```Python from .dependencies import get_token_header ``` signifierait :Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 21.4K bytes - Click Count (0)