Skip to content

Commit

Permalink
v1.12.3 and v1.12.2 schemas batch
Browse files Browse the repository at this point in the history
  • Loading branch information
garethr committed Sep 1, 2019
1 parent 7cf9d5b commit a1e548e
Show file tree
Hide file tree
Showing 3,828 changed files with 295,528 additions and 74,100 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion v1.12.2-local/_definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -15572,7 +15572,7 @@
"type": "string"
},
{
"type": "integer"
"type": "number"
}
]
},
Expand Down
5 changes: 4 additions & 1 deletion v1.12.2-local/allowedhostpath-extensions-v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
},
"readOnly": {
"description": "when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.",
"type": "boolean"
"type": [
"boolean",
"null"
]
}
},
"$schema": "http://json-schema.org/schema#",
Expand Down
5 changes: 4 additions & 1 deletion v1.12.2-local/allowedhostpath-policy-v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
},
"readOnly": {
"description": "when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.",
"type": "boolean"
"type": [
"boolean",
"null"
]
}
},
"$schema": "http://json-schema.org/schema#",
Expand Down
5 changes: 4 additions & 1 deletion v1.12.2-local/allowedhostpath.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
},
"readOnly": {
"description": "when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.",
"type": "boolean"
"type": [
"boolean",
"null"
]
}
},
"$schema": "http://json-schema.org/schema#",
Expand Down
5 changes: 4 additions & 1 deletion v1.12.2-local/apiresource-meta-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@
},
"namespaced": {
"description": "namespaced indicates if a resource is namespaced or not.",
"type": "boolean"
"type": [
"boolean",
"null"
]
},
"shortNames": {
"description": "shortNames is a list of suggested short names of the resource.",
Expand Down
5 changes: 4 additions & 1 deletion v1.12.2-local/apiresource.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@
},
"namespaced": {
"description": "namespaced indicates if a resource is namespaced or not.",
"type": "boolean"
"type": [
"boolean",
"null"
]
},
"shortNames": {
"description": "shortNames is a list of suggested short names of the resource.",
Expand Down
15 changes: 12 additions & 3 deletions v1.12.2-local/apiservicespec-apiregistration-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,18 @@
},
"groupPriorityMinimum": {
"description": "GroupPriorityMininum is the priority this group should have at least. Higher priority means that the group is preferred by clients over lower priority ones. Note that other versions of this group might specify even higher GroupPriorityMininum values such that the whole group gets a higher priority. The primary sort is based on GroupPriorityMinimum, ordered highest number to lowest (20 before 10). The secondary sort is based on the alphabetical comparison of the name of the object. (v1.bar before v1.foo) We'd recommend something like: *.k8s.io (except extensions) at 18000 and PaaSes (OpenShift, Deis) are recommended to be in the 2000s",
"type": "integer",
"type": [
"integer",
"null"
],
"format": "int32"
},
"insecureSkipTLSVerify": {
"description": "InsecureSkipTLSVerify disables TLS certificate verification when communicating with this server. This is strongly discouraged. You should use the CABundle instead.",
"type": "boolean"
"type": [
"boolean",
"null"
]
},
"service": {
"description": "Service is a reference to the service for this API server. It must communicate on port 443 If the Service is nil, that means the handling for the API groupversion is handled locally on this server. The call will simply delegate to the normal handler chain to be fulfilled.",
Expand All @@ -43,7 +49,10 @@
},
"versionPriority": {
"description": "VersionPriority controls the ordering of this API version inside of its group. Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). Since it's inside of a group, the number can be small, probably in the 10s. In case of equal version priorities, the version string will be used to compute the order inside a group. If the version string is \"kube-like\", it will sort above non \"kube-like\" version strings, which are ordered lexicographically. \"Kube-like\" versions start with a \"v\", then are followed by a number (the major version), then optionally the string \"alpha\" or \"beta\" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.",
"type": "integer",
"type": [
"integer",
"null"
],
"format": "int32"
}
},
Expand Down
15 changes: 12 additions & 3 deletions v1.12.2-local/apiservicespec-apiregistration-v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,18 @@
},
"groupPriorityMinimum": {
"description": "GroupPriorityMininum is the priority this group should have at least. Higher priority means that the group is preferred by clients over lower priority ones. Note that other versions of this group might specify even higher GroupPriorityMininum values such that the whole group gets a higher priority. The primary sort is based on GroupPriorityMinimum, ordered highest number to lowest (20 before 10). The secondary sort is based on the alphabetical comparison of the name of the object. (v1.bar before v1.foo) We'd recommend something like: *.k8s.io (except extensions) at 18000 and PaaSes (OpenShift, Deis) are recommended to be in the 2000s",
"type": "integer",
"type": [
"integer",
"null"
],
"format": "int32"
},
"insecureSkipTLSVerify": {
"description": "InsecureSkipTLSVerify disables TLS certificate verification when communicating with this server. This is strongly discouraged. You should use the CABundle instead.",
"type": "boolean"
"type": [
"boolean",
"null"
]
},
"service": {
"description": "Service is a reference to the service for this API server. It must communicate on port 443 If the Service is nil, that means the handling for the API groupversion is handled locally on this server. The call will simply delegate to the normal handler chain to be fulfilled.",
Expand All @@ -43,7 +49,10 @@
},
"versionPriority": {
"description": "VersionPriority controls the ordering of this API version inside of its group. Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). Since it's inside of a group, the number can be small, probably in the 10s. In case of equal version priorities, the version string will be used to compute the order inside a group. If the version string is \"kube-like\", it will sort above non \"kube-like\" version strings, which are ordered lexicographically. \"Kube-like\" versions start with a \"v\", then are followed by a number (the major version), then optionally the string \"alpha\" or \"beta\" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.",
"type": "integer",
"type": [
"integer",
"null"
],
"format": "int32"
}
},
Expand Down
15 changes: 12 additions & 3 deletions v1.12.2-local/apiservicespec.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,18 @@
},
"groupPriorityMinimum": {
"description": "GroupPriorityMininum is the priority this group should have at least. Higher priority means that the group is preferred by clients over lower priority ones. Note that other versions of this group might specify even higher GroupPriorityMininum values such that the whole group gets a higher priority. The primary sort is based on GroupPriorityMinimum, ordered highest number to lowest (20 before 10). The secondary sort is based on the alphabetical comparison of the name of the object. (v1.bar before v1.foo) We'd recommend something like: *.k8s.io (except extensions) at 18000 and PaaSes (OpenShift, Deis) are recommended to be in the 2000s",
"type": "integer",
"type": [
"integer",
"null"
],
"format": "int32"
},
"insecureSkipTLSVerify": {
"description": "InsecureSkipTLSVerify disables TLS certificate verification when communicating with this server. This is strongly discouraged. You should use the CABundle instead.",
"type": "boolean"
"type": [
"boolean",
"null"
]
},
"service": {
"description": "Service is a reference to the service for this API server. It must communicate on port 443 If the Service is nil, that means the handling for the API groupversion is handled locally on this server. The call will simply delegate to the normal handler chain to be fulfilled.",
Expand All @@ -43,7 +49,10 @@
},
"versionPriority": {
"description": "VersionPriority controls the ordering of this API version inside of its group. Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). Since it's inside of a group, the number can be small, probably in the 10s. In case of equal version priorities, the version string will be used to compute the order inside a group. If the version string is \"kube-like\", it will sort above non \"kube-like\" version strings, which are ordered lexicographically. \"Kube-like\" versions start with a \"v\", then are followed by a number (the major version), then optionally the string \"alpha\" or \"beta\" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.",
"type": "integer",
"type": [
"integer",
"null"
],
"format": "int32"
}
},
Expand Down
10 changes: 8 additions & 2 deletions v1.12.2-local/awselasticblockstorevolumesource-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,18 @@
},
"partition": {
"description": "The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty).",
"type": "integer",
"type": [
"integer",
"null"
],
"format": "int32"
},
"readOnly": {
"description": "Specify \"true\" to force and set the ReadOnly property in VolumeMounts to \"true\". If omitted, the default is \"false\". More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore",
"type": "boolean"
"type": [
"boolean",
"null"
]
},
"volumeID": {
"description": "Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore",
Expand Down
10 changes: 8 additions & 2 deletions v1.12.2-local/awselasticblockstorevolumesource.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,18 @@
},
"partition": {
"description": "The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty).",
"type": "integer",
"type": [
"integer",
"null"
],
"format": "int32"
},
"readOnly": {
"description": "Specify \"true\" to force and set the ReadOnly property in VolumeMounts to \"true\". If omitted, the default is \"false\". More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore",
"type": "boolean"
"type": [
"boolean",
"null"
]
},
"volumeID": {
"description": "Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore",
Expand Down
5 changes: 4 additions & 1 deletion v1.12.2-local/azurediskvolumesource-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@
},
"readOnly": {
"description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.",
"type": "boolean"
"type": [
"boolean",
"null"
]
}
},
"$schema": "http://json-schema.org/schema#",
Expand Down
5 changes: 4 additions & 1 deletion v1.12.2-local/azurediskvolumesource.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@
},
"readOnly": {
"description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.",
"type": "boolean"
"type": [
"boolean",
"null"
]
}
},
"$schema": "http://json-schema.org/schema#",
Expand Down
5 changes: 4 additions & 1 deletion v1.12.2-local/azurefilepersistentvolumesource-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"properties": {
"readOnly": {
"description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.",
"type": "boolean"
"type": [
"boolean",
"null"
]
},
"secretName": {
"description": "the name of secret that contains Azure Storage Account Name and Key",
Expand Down
5 changes: 4 additions & 1 deletion v1.12.2-local/azurefilepersistentvolumesource.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"properties": {
"readOnly": {
"description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.",
"type": "boolean"
"type": [
"boolean",
"null"
]
},
"secretName": {
"description": "the name of secret that contains Azure Storage Account Name and Key",
Expand Down
5 changes: 4 additions & 1 deletion v1.12.2-local/azurefilevolumesource-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"properties": {
"readOnly": {
"description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.",
"type": "boolean"
"type": [
"boolean",
"null"
]
},
"secretName": {
"description": "the name of secret that contains Azure Storage Account Name and Key",
Expand Down
5 changes: 4 additions & 1 deletion v1.12.2-local/azurefilevolumesource.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"properties": {
"readOnly": {
"description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.",
"type": "boolean"
"type": [
"boolean",
"null"
]
},
"secretName": {
"description": "the name of secret that contains Azure Storage Account Name and Key",
Expand Down
5 changes: 4 additions & 1 deletion v1.12.2-local/cephfspersistentvolumesource-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@
},
"readOnly": {
"description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it",
"type": "boolean"
"type": [
"boolean",
"null"
]
},
"secretFile": {
"description": "Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it",
Expand Down
5 changes: 4 additions & 1 deletion v1.12.2-local/cephfspersistentvolumesource.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@
},
"readOnly": {
"description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it",
"type": "boolean"
"type": [
"boolean",
"null"
]
},
"secretFile": {
"description": "Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it",
Expand Down
5 changes: 4 additions & 1 deletion v1.12.2-local/cephfsvolumesource-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@
},
"readOnly": {
"description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it",
"type": "boolean"
"type": [
"boolean",
"null"
]
},
"secretFile": {
"description": "Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it",
Expand Down
5 changes: 4 additions & 1 deletion v1.12.2-local/cephfsvolumesource.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@
},
"readOnly": {
"description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it",
"type": "boolean"
"type": [
"boolean",
"null"
]
},
"secretFile": {
"description": "Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"properties": {
"extra": {
"description": "Extra information about the requesting user. See user.Info interface for details.",
"type": "object",
"type": [
"object",
"null"
],
"additionalProperties": {
"type": [
"array",
Expand Down
5 changes: 4 additions & 1 deletion v1.12.2-local/certificatesigningrequestspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"properties": {
"extra": {
"description": "Extra information about the requesting user. See user.Info interface for details.",
"type": "object",
"type": [
"object",
"null"
],
"additionalProperties": {
"type": [
"array",
Expand Down
5 changes: 4 additions & 1 deletion v1.12.2-local/cinderpersistentvolumesource-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
},
"readOnly": {
"description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md",
"type": "boolean"
"type": [
"boolean",
"null"
]
},
"secretRef": {
"description": "Optional: points to a secret object containing parameters used to connect to OpenStack.",
Expand Down
5 changes: 4 additions & 1 deletion v1.12.2-local/cinderpersistentvolumesource.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
},
"readOnly": {
"description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md",
"type": "boolean"
"type": [
"boolean",
"null"
]
},
"secretRef": {
"description": "Optional: points to a secret object containing parameters used to connect to OpenStack.",
Expand Down
5 changes: 4 additions & 1 deletion v1.12.2-local/cindervolumesource-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
},
"readOnly": {
"description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md",
"type": "boolean"
"type": [
"boolean",
"null"
]
},
"secretRef": {
"description": "Optional: points to a secret object containing parameters used to connect to OpenStack.",
Expand Down
Loading

0 comments on commit a1e548e

Please sign in to comment.