Skip to content

Commit b929831

Browse files
committedDec 8, 2022
generate scheme
1 parent 70c7df0 commit b929831

File tree

3,852 files changed

+1660486
-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.

3,852 files changed

+1660486
-0
lines changed
 

‎v1.25.5-local/_definitions.json

+16,127
Large diffs are not rendered by default.

‎v1.25.5-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+
}

0 commit comments

Comments
 (0)
Please sign in to comment.