-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from willthames/v1.25-schema
Add schema for kubernetes 1.25
- Loading branch information
Showing
1,034 changed files
with
40,776 additions
and
0 deletions.
There are no files selected for viewing
15,746 changes: 15,746 additions & 0 deletions
15,746
src/kubernetes_validate/kubernetes-json-schema/v1.25.0-local-strict/_definitions.json
Large diffs are not rendered by default.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
src/kubernetes_validate/kubernetes-json-schema/v1.25.0-local-strict/affinity-v1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"$schema": "http://json-schema.org/schema#", | ||
"$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Affinity", | ||
"description": "Affinity is a group of affinity scheduling rules.", | ||
"type": "object" | ||
} |
6 changes: 6 additions & 0 deletions
6
...ernetes_validate/kubernetes-json-schema/v1.25.0-local-strict/aggregationrule-rbac-v1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"$schema": "http://json-schema.org/schema#", | ||
"$ref": "_definitions.json#/definitions/io.k8s.api.rbac.v1.AggregationRule", | ||
"description": "AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole", | ||
"type": "object" | ||
} |
Oops, something went wrong.