Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for typeA (0.32 sec)

  1. docs/ko/docs/tutorial/extra-data-types.md

        * 생성된 스키마는 이것이 `binary` "형식"의 `str`임을 명시합니다.
    * `Decimal`:
        * 표준 파이썬의 `Decimal`.
        * 요청과 응답에서 `float`와 동일하게 다뤄집니다.
    * 여기에서 모든 유효한 pydantic 데이터 자료형을 확인할 수 있습니다: <a href="https://docs.pydantic.dev/latest/usage/types/types/" class="external-link" target="_blank">Pydantic 데이터 자료형</a>.
    
    ## 예시
    
    위의 몇몇 자료형을 매개변수로 사용하는 *경로 작동* 예시입니다.
    
    === "Python 3.10+"
    
        ```Python hl_lines="1  3  12-16"
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 02:45:10 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/examples/client-go/pkg/client/clientset/versioned/typed/cr/v1/example.go

    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	types "k8s.io/apimachinery/pkg/types"
    	watch "k8s.io/apimachinery/pkg/watch"
    	rest "k8s.io/client-go/rest"
    	consistencydetector "k8s.io/client-go/util/consistencydetector"
    	watchlist "k8s.io/client-go/util/watchlist"
    	"k8s.io/klog/v2"
    )
    
    // ExamplesGetter has a method to return a ExampleInterface.
    // A group's client should implement this interface.
    type ExamplesGetter interface {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 10:52:54 UTC 2024
    - 8.6K bytes
    - Viewed (0)
Back to top