Skip to content

Commit c6b0cb9

Browse files
Adding new schemas
1 parent 34edd90 commit c6b0cb9

File tree

5 files changed

+9
-17
lines changed

5 files changed

+9
-17
lines changed

standalone/.last_synced.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Sun Oct 12 18:09:11 UTC 2025
1+
Sun Oct 19 18:09:24 UTC 2025

standalone/certificate-cert-manager-v1.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,11 @@
8282
"description": "Reference to the issuer responsible for issuing the certificate.\nIf the issuer is namespace-scoped, it must be in the same namespace\nas the Certificate. If the issuer is cluster-scoped, it can be used\nfrom any namespace.\n\nThe `name` field of the reference must always be specified.",
8383
"properties": {
8484
"group": {
85-
"default": "cert-manager.io",
86-
"description": "Group of the issuer being referred to.",
85+
"description": "Group of the issuer being referred to.\nDefaults to 'cert-manager.io'.",
8786
"type": "string"
8887
},
8988
"kind": {
90-
"default": "Issuer",
91-
"description": "Kind of the issuer being referred to.",
89+
"description": "Kind of the issuer being referred to.\nDefaults to 'Issuer'.",
9290
"type": "string"
9391
},
9492
"name": {

standalone/certificaterequest-cert-manager-v1.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,11 @@
4545
"description": "Reference to the issuer responsible for issuing the certificate.\nIf the issuer is namespace-scoped, it must be in the same namespace\nas the Certificate. If the issuer is cluster-scoped, it can be used\nfrom any namespace.\n\nThe `name` field of the reference must always be specified.",
4646
"properties": {
4747
"group": {
48-
"default": "cert-manager.io",
49-
"description": "Group of the issuer being referred to.",
48+
"description": "Group of the issuer being referred to.\nDefaults to 'cert-manager.io'.",
5049
"type": "string"
5150
},
5251
"kind": {
53-
"default": "Issuer",
54-
"description": "Kind of the issuer being referred to.",
52+
"description": "Kind of the issuer being referred to.\nDefaults to 'Issuer'.",
5553
"type": "string"
5654
},
5755
"name": {

standalone/challenge-acme-v1.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,11 @@
2626
"description": "References a properly configured ACME-type Issuer which should\nbe used to create this Challenge.\nIf the Issuer does not exist, processing will be retried.\nIf the Issuer is not an 'ACME' Issuer, an error will be returned and the\nChallenge will be marked as failed.",
2727
"properties": {
2828
"group": {
29-
"default": "cert-manager.io",
30-
"description": "Group of the issuer being referred to.",
29+
"description": "Group of the issuer being referred to.\nDefaults to 'cert-manager.io'.",
3130
"type": "string"
3231
},
3332
"kind": {
34-
"default": "Issuer",
35-
"description": "Kind of the issuer being referred to.",
33+
"description": "Kind of the issuer being referred to.\nDefaults to 'Issuer'.",
3634
"type": "string"
3735
},
3836
"name": {

standalone/order-acme-v1.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,11 @@
4242
"description": "IssuerRef references a properly configured ACME-type Issuer which should\nbe used to create this Order.\nIf the Issuer does not exist, processing will be retried.\nIf the Issuer is not an 'ACME' Issuer, an error will be returned and the\nOrder will be marked as failed.",
4343
"properties": {
4444
"group": {
45-
"default": "cert-manager.io",
46-
"description": "Group of the issuer being referred to.",
45+
"description": "Group of the issuer being referred to.\nDefaults to 'cert-manager.io'.",
4746
"type": "string"
4847
},
4948
"kind": {
50-
"default": "Issuer",
51-
"description": "Kind of the issuer being referred to.",
49+
"description": "Kind of the issuer being referred to.\nDefaults to 'Issuer'.",
5250
"type": "string"
5351
},
5452
"name": {

0 commit comments

Comments
 (0)