Skip to content

Commit ad76d5b

Browse files
Commit from GitHub Actions (Scheduled Jobs)
1 parent d83ea60 commit ad76d5b

File tree

1 file changed

+30
-4
lines changed

1 file changed

+30
-4
lines changed

schema/mongodb.com/mongodbopsmanager_v1.json

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,9 @@
271271
"replicaSet": {
272272
"additionalProperties": false,
273273
"properties": {
274+
"id": {
275+
"type": "string"
276+
},
274277
"settings": {
275278
"type": "object",
276279
"x-kubernetes-preserve-unknown-fields": true
@@ -501,6 +504,31 @@
501504
"credentials": {
502505
"type": "string"
503506
},
507+
"externalAccess": {
508+
"additionalProperties": false,
509+
"properties": {
510+
"externalDomain": {
511+
"type": "string"
512+
},
513+
"externalService": {
514+
"additionalProperties": false,
515+
"properties": {
516+
"annotations": {
517+
"additionalProperties": {
518+
"type": "string"
519+
},
520+
"type": "object"
521+
},
522+
"spec": {
523+
"type": "object",
524+
"x-kubernetes-preserve-unknown-fields": true
525+
}
526+
},
527+
"type": "object"
528+
}
529+
},
530+
"type": "object"
531+
},
504532
"featureCompatibilityVersion": {
505533
"type": "string"
506534
},
@@ -1325,8 +1353,7 @@
13251353
"name",
13261354
"pathStyleAccessEnabled",
13271355
"s3BucketEndpoint",
1328-
"s3BucketName",
1329-
"s3SecretRef"
1356+
"s3BucketName"
13301357
],
13311358
"type": "object"
13321359
},
@@ -1430,8 +1457,7 @@
14301457
"name",
14311458
"pathStyleAccessEnabled",
14321459
"s3BucketEndpoint",
1433-
"s3BucketName",
1434-
"s3SecretRef"
1460+
"s3BucketName"
14351461
],
14361462
"type": "object"
14371463
},

0 commit comments

Comments
 (0)