-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use referencing and a newer version of openapi2jsonschema
- Loading branch information
1 parent
af8371c
commit c65532e
Showing
11,480 changed files
with
669,196 additions
and
164,188 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37,497 changes: 19,326 additions & 18,171 deletions
37,497
src/kubernetes_validate/kubernetes-json-schema/v1.20.0-local-strict/_definitions.json
Large diffs are not rendered by default.
Oops, something went wrong.
23 changes: 19 additions & 4 deletions
23
src/kubernetes_validate/kubernetes-json-schema/v1.20.0-local-strict/affinity-v1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,21 @@ | ||
{ | ||
"$schema": "http://json-schema.org/schema#", | ||
"type": "object", | ||
"description": "Affinity is a group of affinity scheduling rules.", | ||
"$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Affinity" | ||
"description": "Affinity is a group of affinity scheduling rules.", | ||
"properties": { | ||
"nodeAffinity": { | ||
"$ref": "/api/_definitions.json#/$defs/io.k8s.api.core.v1.NodeAffinity", | ||
"description": "Describes node affinity scheduling rules for the pod." | ||
}, | ||
"podAffinity": { | ||
"$ref": "/api/_definitions.json#/$defs/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": "/api/_definitions.json#/$defs/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))." | ||
} | ||
}, | ||
"type": "object", | ||
"$schema": "https://json-schema.org/draft/2020-12/schema", | ||
"additionalProperties": false, | ||
"$id": "https://kubernetes.io/api/affinity/v1" | ||
} |
21 changes: 17 additions & 4 deletions
21
...ernetes_validate/kubernetes-json-schema/v1.20.0-local-strict/aggregationrule-rbac-v1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,19 @@ | ||
{ | ||
"$schema": "http://json-schema.org/schema#", | ||
"type": "object", | ||
"description": "AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole", | ||
"$ref": "_definitions.json#/definitions/io.k8s.api.rbac.v1.AggregationRule" | ||
"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", | ||
"items": { | ||
"$ref": "/api/_definitions.json#/$defs/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector" | ||
}, | ||
"type": [ | ||
"array", | ||
"null" | ||
] | ||
} | ||
}, | ||
"type": "object", | ||
"$schema": "https://json-schema.org/draft/2020-12/schema", | ||
"additionalProperties": false, | ||
"$id": "https://kubernetes.io/api/aggregationrule/rbac/v1" | ||
} |
21 changes: 17 additions & 4 deletions
21
...s_validate/kubernetes-json-schema/v1.20.0-local-strict/aggregationrule-rbac-v1alpha1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,19 @@ | ||
{ | ||
"$schema": "http://json-schema.org/schema#", | ||
"type": "object", | ||
"description": "AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole", | ||
"$ref": "_definitions.json#/definitions/io.k8s.api.rbac.v1alpha1.AggregationRule" | ||
"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", | ||
"items": { | ||
"$ref": "/api/_definitions.json#/$defs/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector" | ||
}, | ||
"type": [ | ||
"array", | ||
"null" | ||
] | ||
} | ||
}, | ||
"type": "object", | ||
"$schema": "https://json-schema.org/draft/2020-12/schema", | ||
"additionalProperties": false, | ||
"$id": "https://kubernetes.io/api/aggregationrule/rbac/v1alpha1" | ||
} |
21 changes: 17 additions & 4 deletions
21
...es_validate/kubernetes-json-schema/v1.20.0-local-strict/aggregationrule-rbac-v1beta1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,19 @@ | ||
{ | ||
"$schema": "http://json-schema.org/schema#", | ||
"type": "object", | ||
"description": "AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole", | ||
"$ref": "_definitions.json#/definitions/io.k8s.api.rbac.v1beta1.AggregationRule" | ||
"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", | ||
"items": { | ||
"$ref": "/api/_definitions.json#/$defs/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector" | ||
}, | ||
"type": [ | ||
"array", | ||
"null" | ||
] | ||
} | ||
}, | ||
"type": "object", | ||
"$schema": "https://json-schema.org/draft/2020-12/schema", | ||
"additionalProperties": false, | ||
"$id": "https://kubernetes.io/api/aggregationrule/rbac/v1beta1" | ||
} |
Oops, something went wrong.