apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: nested.test.io
spec:
group: test.io
names:
kind: Nested
plural: nested
singular: nested
versions:
- name: v1
served: true
storage: true
schema:
openAPIV3Schema:
type: object
properties:
spec:
type: object
properties:
config:
type: object
properties:
database:
type: object
properties:
host:
type: string
port:
type: integer
cache:
type: object
properties:
ttl:
type: integer