Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 4097 (0.11 sec)

  1. docs/en/docs/release-notes.md

    * ♻ Simplify conditional assignment in `fastapi/dependencies/utils.py`. PR [#4597](https://github.com/tiangolo/fastapi/pull/4597) by [@cikay](https://github.com/cikay).
    * ⬆ Upgrade version pin accepted for Flake8, for internal code, to `flake8 >=3.8.3,<6.0.0`. PR [#4097](https://github.com/tiangolo/fastapi/pull/4097) by [@jamescurtin](https://github.com/jamescurtin).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  2. pkg/features/kube_features.go

    	// the pod is being deleted due to a disruption.
    	PodDisruptionConditions featuregate.Feature = "PodDisruptionConditions"
    
    	// owner: @danielvegamyhre
    	// kep: https://kep.k8s.io/4017
    	// beta: v1.28
    	//
    	// Set pod completion index as a pod label for Indexed Jobs.
    	PodIndexLabel featuregate.Feature = "PodIndexLabel"
    
    	// owner: @ddebroy, @kannon92
    	// alpha: v1.25
    	// beta: v1.29
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 22:51:23 UTC 2024
    - 45.2K bytes
    - Viewed (0)
Back to top