Skip to content

Commit

Permalink
adding extended schemas for 1.10.0, 1.9.8, 1.9.7 and 1.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
garethr committed Apr 6, 2019
1 parent f1e9495 commit e5f9ac3
Show file tree
Hide file tree
Showing 13,716 changed files with 5,044,989 additions and 1,672,557 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
29,159 changes: 14,815 additions & 14,344 deletions v1.10.0-local/_definitions.json

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions v1.10.0-local/affinity-v1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"description": "Affinity is a group of affinity scheduling rules.",
"properties": {
"nodeAffinity": {
"description": "Describes node affinity scheduling rules for the pod.",
"$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeAffinity"
},
"podAffinity": {
"description": "Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)).",
"$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodAffinity"
},
"podAntiAffinity": {
"description": "Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s)).",
"$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodAntiAffinity"
}
},
"$schema": "http://json-schema.org/schema#",
"type": "object"
}
21 changes: 17 additions & 4 deletions v1.10.0-local/affinity.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
{
"$schema": "http://json-schema.org/schema#",
"type": "object",
"description": "Deprecated. Please use io.k8s.api.core.v1.Affinity instead.",
"$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Affinity"
"description": "Affinity is a group of affinity scheduling rules.",
"properties": {
"nodeAffinity": {
"description": "Describes node affinity scheduling rules for the pod.",
"$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeAffinity"
},
"podAffinity": {
"description": "Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)).",
"$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodAffinity"
},
"podAntiAffinity": {
"description": "Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s)).",
"$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodAntiAffinity"
}
},
"$schema": "http://json-schema.org/schema#",
"type": "object"
}
17 changes: 17 additions & 0 deletions v1.10.0-local/aggregationrule-rbac-v1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"description": "AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole",
"properties": {
"clusterRoleSelectors": {
"description": "ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added",
"type": [
"array",
"null"
],
"items": {
"$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
}
}
},
"$schema": "http://json-schema.org/schema#",
"type": "object"
}
17 changes: 17 additions & 0 deletions v1.10.0-local/aggregationrule-rbac-v1alpha1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"description": "AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole",
"properties": {
"clusterRoleSelectors": {
"description": "ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added",
"type": [
"array",
"null"
],
"items": {
"$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
}
}
},
"$schema": "http://json-schema.org/schema#",
"type": "object"
}
17 changes: 17 additions & 0 deletions v1.10.0-local/aggregationrule-rbac-v1beta1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"description": "AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole",
"properties": {
"clusterRoleSelectors": {
"description": "ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added",
"type": [
"array",
"null"
],
"items": {
"$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
}
}
},
"$schema": "http://json-schema.org/schema#",
"type": "object"
}
20 changes: 10 additions & 10 deletions v1.10.0-local/aggregationrule.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"$schema": "http://json-schema.org/schema#",
"type": "object",
"description": "AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole",
"description": "AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole",
"properties": {
"clusterRoleSelectors": {
"items": {
"$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
},
"description": "ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added",
"type": [
"array",
"array",
"null"
],
"description": "ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added"
],
"items": {
"$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
}
}
}
},
"$schema": "http://json-schema.org/schema#",
"type": "object"
}
Loading

0 comments on commit e5f9ac3

Please sign in to comment.