Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 13 of 13 for Blueprints (0.07 seconds)

  1. docs/ja/docs/tutorial/bigger-applications.md

    # 大規模アプリケーション - 複数ファイル { #bigger-applications-multiple-files }
    
    アプリケーションや Web API を作る場合、すべてを1つのファイルに収められることはほとんどありません。
    
    **FastAPI** は、柔軟性を保ったままアプリケーションを構造化できる便利なツールを提供します。
    
    /// info | 情報
    
    Flask 出身であれば、Flask の Blueprint に相当します。
    
    ///
    
    ## 例のファイル構成 { #an-example-file-structure }
    
    次のようなファイル構成があるとします:
    
    ```
    .
    ├── app
    │   ├── __init__.py
    │   ├── main.py
    │   ├── dependencies.py
    │   └── routers
    │   │   ├── __init__.py
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 22.8K bytes
    - Click Count (0)
  2. CHANGELOG/CHANGELOG-1.34.md

    - Removed the `kubernetes.io/initial-events-list-blueprint` annotation from the synthetic "Bookmark" event in watch stream requests. ([#132326](https://github.com/kubernetes/kubernetes/pull/132326), [@p0lyn0mial](https://github.com/p0lyn0mial))
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Mar 19 03:19:43 GMT 2026
    - 368.7K bytes
    - Click Count (2)
  3. CHANGELOG/CHANGELOG-1.32.md

    - The synthetic "Bookmark" event for the watch stream requests will now include a new annotation: `kubernetes.io/initial-events-list-blueprint`. THe annotation contains an empty, versioned list that is encoded in the requested format (such as protobuf, JSON, or CBOR), then base64-encoded and stored as a string. ([#127587](https://github.com/kubernetes/kubernetes/pull/127587), [@p0lyn0m...
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Feb 26 23:58:21 GMT 2026
    - 470.5K bytes
    - Click Count (0)
Back to Top