...

Text file src/k8s.io/kube-openapi/pkg/schemaconv/testdata/defaults.yaml

Documentation: k8s.io/kube-openapi/pkg/schemaconv/testdata

     1types:
     2- name: List
     3  list:
     4    elementType:
     5      map:
     6        fields:
     7        - name: foo
     8          type:
     9            scalar: string
    10          default: buz
    11    elementRelationship: associative
    12    keys:
    13    - foo
    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

View as plain text