This repository has been archived by the owner on Jun 4, 2021. It is now read-only.
Sources open api spec does not include field descriptions. #182
Labels
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
Expected Behavior
when dumping the CRD for a source, I'll get a description for each of the fields.
For example, Cloud Scheduler shows:
validation:
openAPIV3Schema:
properties:
apiVersion:
type: string
kind:
type: string
metadata:
type: object
spec:
properties:
body:
description: Optional body to send in the event
type: string
googleCloudProject:
description: Google Cloud Project ID to create the scheduler job in.
type: string
httpMethod:
description: Optional HTTP method to use when delivering the event.
If omitted, uses POST
type: string
Actual Behavior
For example, containersource does not:
validation:
openAPIV3Schema:
properties:
apiVersion:
type: string
kind:
type: string
metadata:
type: object
spec:
properties:
args:
items:
type: string
type: array
env:
items:
type: object
type: array
image:
minLength: 1
type: string
Steps to Reproduce the Problem
Additional Info
The text was updated successfully, but these errors were encountered: