Skip to content

Commit 957a398

Browse files
committed
generate scheme
1 parent 759ae94 commit 957a398

File tree

4,088 files changed

+1803997
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,088 files changed

+1803997
-0
lines changed

v1.23.1-local/_definitions.json

+17,916
Large diffs are not rendered by default.

v1.23.1-local/affinity-v1.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"description": "Affinity is a group of affinity scheduling rules.",
3+
"properties": {
4+
"nodeAffinity": {
5+
"$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeAffinity",
6+
"description": "Describes node affinity scheduling rules for the pod."
7+
},
8+
"podAffinity": {
9+
"$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodAffinity",
10+
"description": "Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s))."
11+
},
12+
"podAntiAffinity": {
13+
"$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodAntiAffinity",
14+
"description": "Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s))."
15+
}
16+
},
17+
"type": "object",
18+
"$schema": "http://json-schema.org/schema#"
19+
}

v1.23.1-local/affinity.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"description": "Affinity is a group of affinity scheduling rules.",
3+
"properties": {
4+
"nodeAffinity": {
5+
"$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeAffinity",
6+
"description": "Describes node affinity scheduling rules for the pod."
7+
},
8+
"podAffinity": {
9+
"$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodAffinity",
10+
"description": "Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s))."
11+
},
12+
"podAntiAffinity": {
13+
"$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodAntiAffinity",
14+
"description": "Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s))."
15+
}
16+
},
17+
"type": "object",
18+
"$schema": "http://json-schema.org/schema#"
19+
}
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"description": "AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole",
3+
"properties": {
4+
"clusterRoleSelectors": {
5+
"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",
6+
"items": {
7+
"$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
8+
},
9+
"type": [
10+
"array",
11+
"null"
12+
]
13+
}
14+
},
15+
"type": "object",
16+
"$schema": "http://json-schema.org/schema#"
17+
}

v1.23.1-local/aggregationrule.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"description": "AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole",
3+
"properties": {
4+
"clusterRoleSelectors": {
5+
"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",
6+
"items": {
7+
"$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
8+
},
9+
"type": [
10+
"array",
11+
"null"
12+
]
13+
}
14+
},
15+
"type": "object",
16+
"$schema": "http://json-schema.org/schema#"
17+
}

0 commit comments

Comments
 (0)