Skip to content

Commit

Permalink
Adding new schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
Yann Hamon committed Aug 28, 2021
1 parent 129d295 commit f6bd206
Show file tree
Hide file tree
Showing 723 changed files with 2,177 additions and 2,177 deletions.
6 changes: 3 additions & 3 deletions v1.22.0/affinity-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"description": "Affinity is a group of affinity scheduling rules.",
"properties": {
"nodeAffinity": {
"$ref": "https://kubernetesjsonschema.dev/v1.22.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeAffinity",
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.22.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeAffinity",
"description": "Describes node affinity scheduling rules for the pod."
},
"podAffinity": {
"$ref": "https://kubernetesjsonschema.dev/v1.22.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodAffinity",
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.22.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodAffinity",
"description": "Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s))."
},
"podAntiAffinity": {
"$ref": "https://kubernetesjsonschema.dev/v1.22.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodAntiAffinity",
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.22.0/_definitions.json#/definitions/io.k8s.api.core.v1.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))."
}
},
Expand Down
6 changes: 3 additions & 3 deletions v1.22.0/affinity.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"description": "Affinity is a group of affinity scheduling rules.",
"properties": {
"nodeAffinity": {
"$ref": "https://kubernetesjsonschema.dev/v1.22.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeAffinity",
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.22.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeAffinity",
"description": "Describes node affinity scheduling rules for the pod."
},
"podAffinity": {
"$ref": "https://kubernetesjsonschema.dev/v1.22.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodAffinity",
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.22.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodAffinity",
"description": "Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s))."
},
"podAntiAffinity": {
"$ref": "https://kubernetesjsonschema.dev/v1.22.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodAntiAffinity",
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.22.0/_definitions.json#/definitions/io.k8s.api.core.v1.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))."
}
},
Expand Down
2 changes: 1 addition & 1 deletion v1.22.0/aggregationrule-rbac-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"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",
"items": {
"$ref": "https://kubernetesjsonschema.dev/v1.22.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.22.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
},
"type": [
"array",
Expand Down
2 changes: 1 addition & 1 deletion v1.22.0/aggregationrule-rbac-v1alpha1.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"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",
"items": {
"$ref": "https://kubernetesjsonschema.dev/v1.22.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.22.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
},
"type": [
"array",
Expand Down
2 changes: 1 addition & 1 deletion v1.22.0/aggregationrule.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"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",
"items": {
"$ref": "https://kubernetesjsonschema.dev/v1.22.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.22.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
},
"type": [
"array",
Expand Down
Loading

0 comments on commit f6bd206

Please sign in to comment.