k8s.io/kube-openapi@v0.0.0-20240228011516-70dd3763d340/pkg/schemaconv/testdata/atomic-types.yaml (about)

     1  types:
     2  - name: io.k8s.testcase.AtomicMapField
     3    map:
     4      fields:
     5      - name: atomicField
     6        type:
     7          map:
     8            elementType:
     9              scalar: string
    10            elementRelationship: atomic
    11  - name: io.k8s.testcase.DeclaredAtomicMap
    12    map:
    13      elementRelationship: atomic
    14  - name: __untyped_atomic_
    15    scalar: untyped
    16    list:
    17      elementType:
    18        namedType: __untyped_atomic_
    19      elementRelationship: atomic
    20    map:
    21      elementType:
    22        namedType: __untyped_atomic_
    23      elementRelationship: atomic
    24  - name: __untyped_deduced_
    25    scalar: untyped
    26    list:
    27      elementType:
    28        namedType: __untyped_atomic_
    29      elementRelationship: atomic
    30    map:
    31      elementType:
    32        namedType: __untyped_deduced_
    33      elementRelationship: separable