Skip to content

Commit

Permalink
Merge pull request #17 from willthames/v1.25-schema
Browse files Browse the repository at this point in the history
Add schema for kubernetes 1.25
  • Loading branch information
willthames authored Oct 16, 2022
2 parents cb331df + c1c779d commit c75d6e3
Show file tree
Hide file tree
Showing 1,034 changed files with 40,776 additions and 0 deletions.

Large diffs are not rendered by default.

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"
}
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"
}
Loading

0 comments on commit c75d6e3

Please sign in to comment.