Skip to content

Commit

Permalink
adding extended schemas for 1.11.5, 1.11.4 and 1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
garethr committed Apr 5, 2019
1 parent 777ec91 commit 4ca5f6f
Show file tree
Hide file tree
Showing 10,612 changed files with 3,533,509 additions and 878,120 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
30,032 changes: 15,262 additions & 14,770 deletions v1.11.3-local/_definitions.json

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions v1.11.3-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.11.3-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.11.3-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.11.3-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.11.3-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.11.3-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 4ca5f6f

Please sign in to comment.