Skip to content

Commit

Permalink
v1.12.1 and v1.12.0 schemas batch
Browse files Browse the repository at this point in the history
  • Loading branch information
garethr committed Sep 1, 2019
1 parent a1e548e commit c1c64a3
Show file tree
Hide file tree
Showing 3,330 changed files with 271,460 additions and 68,041 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
877 changes: 708 additions & 169 deletions v1.12.1-local/_definitions.json

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion v1.12.1-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.1-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.1-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
15 changes: 12 additions & 3 deletions v1.12.1-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.1-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
10 changes: 8 additions & 2 deletions v1.12.1-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
5 changes: 4 additions & 1 deletion v1.12.1-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.1-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.1-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.1-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.1-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
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.1-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.1-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
5 changes: 4 additions & 1 deletion v1.12.1-local/clientipconfig-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"properties": {
"timeoutSeconds": {
"description": "timeoutSeconds specifies the seconds of ClientIP type session sticky time. The value must be >0 && <=86400(for 1 day) if ServiceAffinity == \"ClientIP\". Default value is 10800(for 3 hours).",
"type": "integer",
"type": [
"integer",
"null"
],
"format": "int32"
}
},
Expand Down
10 changes: 8 additions & 2 deletions v1.12.1-local/configmap-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
},
"binaryData": {
"description": "BinaryData contains the binary data. Each key must consist of alphanumeric characters, '-', '_' or '.'. BinaryData can contain byte sequences that are not in the UTF-8 range. The keys stored in BinaryData must not overlap with the ones in the Data field, this is enforced during validation process. Using this field will require 1.10+ apiserver and kubelet.",
"type": "object",
"type": [
"object",
"null"
],
"additionalProperties": {
"type": [
"string",
Expand All @@ -24,7 +27,10 @@
},
"data": {
"description": "Data contains the configuration data. Each key must consist of alphanumeric characters, '-', '_' or '.'. Values with non-UTF-8 byte sequences must use the BinaryData field. The keys stored in Data must not overlap with the keys in the BinaryData field, this is enforced during validation process.",
"type": "object",
"type": [
"object",
"null"
],
"additionalProperties": {
"type": [
"string",
Expand Down
5 changes: 4 additions & 1 deletion v1.12.1-local/configmapenvsource-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
},
"optional": {
"description": "Specify whether the ConfigMap must be defined",
"type": "boolean"
"type": [
"boolean",
"null"
]
}
},
"$schema": "http://json-schema.org/schema#",
Expand Down
5 changes: 4 additions & 1 deletion v1.12.1-local/configmapkeyselector-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
},
"optional": {
"description": "Specify whether the ConfigMap or it's key must be defined",
"type": "boolean"
"type": [
"boolean",
"null"
]
}
},
"$schema": "http://json-schema.org/schema#",
Expand Down
5 changes: 4 additions & 1 deletion v1.12.1-local/configmapprojection-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
},
"optional": {
"description": "Specify whether the ConfigMap or it's keys must be defined",
"type": "boolean"
"type": [
"boolean",
"null"
]
}
},
"$schema": "http://json-schema.org/schema#",
Expand Down
10 changes: 8 additions & 2 deletions v1.12.1-local/configmapvolumesource-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"properties": {
"defaultMode": {
"description": "Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.",
"type": "integer",
"type": [
"integer",
"null"
],
"format": "int32"
},
"items": {
Expand All @@ -25,7 +28,10 @@
},
"optional": {
"description": "Specify whether the ConfigMap or it's keys must be defined",
"type": "boolean"
"type": [
"boolean",
"null"
]
}
},
"$schema": "http://json-schema.org/schema#",
Expand Down
15 changes: 12 additions & 3 deletions v1.12.1-local/container-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,17 @@
},
"stdin": {
"description": "Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.",
"type": "boolean"
"type": [
"boolean",
"null"
]
},
"stdinOnce": {
"description": "Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false",
"type": "boolean"
"type": [
"boolean",
"null"
]
},
"terminationMessagePath": {
"description": "Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated.",
Expand All @@ -129,7 +135,10 @@
},
"tty": {
"description": "Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.",
"type": "boolean"
"type": [
"boolean",
"null"
]
},
"volumeDevices": {
"description": "volumeDevices is the list of block devices to be used by the container. This is an alpha feature and may change in the future.",
Expand Down
5 changes: 4 additions & 1 deletion v1.12.1-local/containerimage-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
},
"sizeBytes": {
"description": "The size of the image in bytes.",
"type": "integer",
"type": [
"integer",
"null"
],
"format": "int64"
}
},
Expand Down
10 changes: 8 additions & 2 deletions v1.12.1-local/containerport-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"properties": {
"containerPort": {
"description": "Number of port to expose on the pod's IP address. This must be a valid port number, 0 < x < 65536.",
"type": "integer",
"type": [
"integer",
"null"
],
"format": "int32"
},
"hostIP": {
Expand All @@ -18,7 +21,10 @@
},
"hostPort": {
"description": "Number of port to expose on the host. If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this.",
"type": "integer",
"type": [
"integer",
"null"
],
"format": "int32"
},
"name": {
Expand Down
Loading

0 comments on commit c1c64a3

Please sign in to comment.