Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for Wain (0.05 sec)

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

        * New docs at [Dependencies with `yield`](https://fastapi.tiangolo.com/tutorial/dependencies/dependencies-with-yield/).
        * Updated database docs [SQL (Relational) Databases: Main **FastAPI** app](https://fastapi.tiangolo.com/tutorial/sql-databases/#main-fastapi-app).
        * PR [#595](https://github.com/tiangolo/fastapi/pull/595).
    Registered: 2024-11-03 07:19
    - Last Modified: 2024-11-01 11:25
    - 460.3K bytes
    - Viewed (0)
  2. doc/go_spec.html

    <p>
    A complete program is created by linking a single, unimported package
    called the <i>main package</i> with all the packages it imports, transitively.
    The main package must
    have package name <code>main</code> and
    declare a function <code>main</code> that takes no
    arguments and returns no value.
    </p>
    
    <pre>
    func main() { … }
    </pre>
    
    <p>
    Registered: 2024-11-05 11:13
    - Last Modified: 2024-10-02 00:58
    - 282.5K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.29.md

    - Added a new scheduler metric, `pod_scheduling_sli_duration_seconds`,...
    Registered: 2024-11-01 09:05
    - Last Modified: 2024-10-23 04:37
    - 375.1K bytes
    - Viewed (1)
  4. CHANGELOG/CHANGELOG-1.13.md

    ### SIG Cloud Provider
    Registered: 2024-11-01 09:05
    - Last Modified: 2022-05-05 13:44
    - 273.1K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.10.md

    all API calls had to fetch key/value stored in secret and use it to authenticate/authorize these operations. With this change API calls receive key/value as a input parameter so they not need to know where and how credentials were stored and fetched. Main goal was to make these API calls CO (Container Orchestrator) agnostic.  ([#60118](https://github.com/kubernetes/kubernetes/pull/60118), [@sbezverk](https://github.com/sbezverk))
    
    * StorageOS volume plugin has been updated to support mount...
    Registered: 2024-11-01 09:05
    - Last Modified: 2022-05-05 13:44
    - 341.8K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.23.md

    ### Etcd v3.5.[0-2] data corruption
    
    Data corruption issue was found in etcd v3.5.0 release that was shipped with 1.22 Kubernetes release. Please read up-to-date [production recommendations for etcd](https://github.com/etcd-io/etcd/tree/main/CHANGELOG).
    
    ## Changes by Kind
    
    ### Deprecation
    
    Registered: 2024-11-01 09:05
    - Last Modified: 2023-02-28 21:06
    - 424.5K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.6.md

    * Fix resync goroutine leak in ListAndWatch ([#35672](https://github.com/kubernetes/kubernetes/pull/35672), [@tatsuhiro-t](https://github.com/tatsuhiro-t))
    
    #### client-go
    Registered: 2024-11-01 09:05
    - Last Modified: 2020-12-24 02:28
    - 304K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.27.md

    - Migrated the main kube-controller-manager binary to use [contextual logging](https://k8s.io/docs/concepts/cluster-administration/system-logs/#contextual-logging). ([#116529](https://github.com/kubernetes/kubernetes/pull/116529), [@pohly](https://github.com/pohly))
    Registered: 2024-11-01 09:05
    - Last Modified: 2024-07-17 07:48
    - 466.3K bytes
    - Viewed (1)
  9. CHANGELOG/CHANGELOG-1.8.md

    * Restored cAdvisor prometheus metrics to the main port -- a regression that existed in v1.7.0-v1.7.2 ([#49079](https://github.com/kubernetes/kubernetes/pull/49079), [@smarterclayton](https://github.com/smarterclayton))
    Registered: 2024-11-01 09:05
    - Last Modified: 2024-02-20 15:45
    - 312.2K bytes
    - Viewed (0)
  10. src/main/webapp/js/admin/moment-with-locales.min.js

    \xf4l",s:"ychydig eiliadau",ss:"%d eiliad",m:"munud",mm:"%d munud",h:"awr",hh:"%d awr",d:"diwrnod",dd:"%d diwrnod",M:"mis",MM:"%d mis",y:"blwyddyn",yy:"%d flynedd"},dayOfMonthOrdinalParse:/\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,ordinal:function(e){var a="";return 20<e?a=40===e||50===e||60===e||80===e||100===e?"fed":"ain":0<e&&(a=["","af","il","ydd","ydd","ed","ed","ed","fed","fed","fed","eg","fed","eg","eg","fed","eg","eg","fed","eg","fed"][e]),e+a},week:{dow:1,doy:4}}),M.defineLocale("da",{months:"januar_feb...
    Registered: 2024-10-31 13:40
    - Last Modified: 2024-10-26 01:49
    - 360.5K bytes
    - Viewed (2)
Back to top