Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add v1.15.1 schemas #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions build.sh
Expand Up @@ -18,6 +18,7 @@ declare -a arr=(
declare -a arr2=(
master
# v1.15.x
v1.15.1
v1.15.0
# v1.14.x
v1.14.4
Expand Down
18,530 changes: 18,530 additions & 0 deletions v1.15.1-local/_definitions.json

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions v1.15.1-local/affinity-core-v1.json
@@ -0,0 +1,19 @@
{
"$schema": "http://json-schema.org/schema#",
"type": "object",
"description": "Affinity is a group of affinity scheduling rules.",
"properties": {
"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"
},
"nodeAffinity": {
"description": "Describes node affinity scheduling rules for the pod.",
"$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeAffinity"
},
"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"
}
}
}
19 changes: 19 additions & 0 deletions v1.15.1-local/affinity.json
@@ -0,0 +1,19 @@
{
"$schema": "http://json-schema.org/schema#",
"type": "object",
"description": "Affinity is a group of affinity scheduling rules.",
"properties": {
"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"
},
"nodeAffinity": {
"description": "Describes node affinity scheduling rules for the pod.",
"$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeAffinity"
},
"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"
}
}
}
17 changes: 17 additions & 0 deletions v1.15.1-local/aggregationrule-rbac-v1.json
@@ -0,0 +1,17 @@
{
"$schema": "http://json-schema.org/schema#",
"type": "object",
"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"
},
"type": [
"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"
}
}
}
17 changes: 17 additions & 0 deletions v1.15.1-local/aggregationrule-rbac-v1alpha1.json
@@ -0,0 +1,17 @@
{
"$schema": "http://json-schema.org/schema#",
"type": "object",
"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"
},
"type": [
"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"
}
}
}
17 changes: 17 additions & 0 deletions v1.15.1-local/aggregationrule-rbac-v1beta1.json
@@ -0,0 +1,17 @@
{
"$schema": "http://json-schema.org/schema#",
"type": "object",
"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"
},
"type": [
"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"
}
}
}
17 changes: 17 additions & 0 deletions v1.15.1-local/aggregationrule.json
@@ -0,0 +1,17 @@
{
"$schema": "http://json-schema.org/schema#",
"type": "object",
"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"
},
"type": [
"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"
}
}
}