Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CRD display names and descriptions #56

Merged
merged 3 commits into from
Feb 16, 2022

Conversation

@jetstack-bot jetstack-bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Feb 16, 2022
Comment on lines +92 to +97
- description: "A CertificateRequest is used to request a signed certificate from\
\ one of the configured issuers. \n All fields within the CertificateRequest's\
\ `spec` are immutable after creation. A CertificateRequest will either succeed\
\ or fail, as denoted by its `status.state` field. \n A CertificateRequest\
\ is a one-shot resource, meaning it represents a single point in time request\
\ for a certificate and cannot be re-used."
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There seems to be some indentation after the newlines in the descriptions for CertificateRequest and Certificate.
I considered stripping that, but it renders fine in operatorhub.io and it seems like this should be fixed upstream:

https://raw.githubusercontent.com/cert-manager/cert-manager/master/deploy/crds/crd-certificates.yaml

name: issuers.cert-manager.io
version: v1
- kind: Order
- description: Order is a type to represent an Order with an ACME server
displayName: (Internal) Order
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wallrj wallrj merged commit a73d3c7 into cert-manager:master Feb 16, 2022
@wallrj wallrj deleted the crd-display-names branch February 16, 2022 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants