We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ec14de commit 23162b9Copy full SHA for 23162b9
1 file changed
api/v1alpha1/openapi.yml
@@ -4162,6 +4162,7 @@ components:
4162
description: 'The base64-encoded PEM-encoded PKCS#10 CSR. Matches the spec.request field in a kubernetes CertificateSigningRequest resource'
4163
format: byte
4164
type: string
4165
+ nullable: true
4166
signerName:
4167
description: 'Indicates the requested signer, and is a qualified name'
4168
@@ -4177,6 +4178,7 @@ components:
4177
4178
description: 'Name of the user that created the CSR, populated by the API server on creation and immutable'
4179
4180
required:
4181
+ - request
4182
- signerName
4183
type: object
4184
CertificateSigningRequestStatus:
0 commit comments