Skip to content

Commit 3c54f54

Browse files
Commit from GitHub Actions (Scheduled Jobs)
1 parent 149d0f5 commit 3c54f54

4 files changed

Lines changed: 452 additions & 1 deletion

File tree

COMPARISON.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This page lists missing CRD validation schemas that are present in alternative c
99

1010
| Coverage | Schemas in theirs | Schemas in /schema | Ignored Missing Schemas |
1111
| --- | --- | --- | --- |
12-
| 97.87% | 2442 | 8360 | 68 |
12+
| 97.87% | 2442 | 8361 | 68 |
1313

1414
### Missing Schemas
1515

schema/infrastructure.cluster.x-k8s.io/azurecluster_v1beta1.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -859,6 +859,13 @@
859859
},
860860
"additionalProperties": false
861861
},
862+
"privateDNSZone": {
863+
"type": "string",
864+
"enum": [
865+
"System",
866+
"None"
867+
]
868+
},
862869
"privateDNSZoneName": {
863870
"type": "string"
864871
},

0 commit comments

Comments
 (0)