--- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.19.0 labels: app: gloo-gateway app.kubernetes.io/name: gloo-gateway name: directresponses.gateway.gloo.solo.io spec: group: gateway.gloo.solo.io names: categories: - gloo-gateway kind: DirectResponse listKind: DirectResponseList plural: directresponses shortNames: - dr singular: directresponse scope: Namespaced versions: - name: v1alpha1 schema: openAPIV3Schema: properties: apiVersion: type: string kind: type: string metadata: type: object spec: properties: body: maxLength: 4096 type: string status: format: int32 maximum: 599 minimum: 200 type: integer required: - status type: object status: type: object type: object served: true storage: true subresources: status: {}