Skip to content

Commit 47796fe

Browse files
author
Yann Hamon
committed
Adding new schemas
1 parent 192729e commit 47796fe

File tree

554 files changed

+5470
-34887
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

554 files changed

+5470
-34887
lines changed

master-local/_definitions.json

+40-330
Large diffs are not rendered by default.

master-local/all.json

-9
Original file line numberDiff line numberDiff line change
@@ -684,9 +684,6 @@
684684
{
685685
"$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.HostAlias"
686686
},
687-
{
688-
"$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.HostIP"
689-
},
690687
{
691688
"$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.HostPathVolumeSource"
692689
},
@@ -1530,12 +1527,6 @@
15301527
{
15311528
"$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeNodeResources"
15321529
},
1533-
{
1534-
"$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1alpha1.CSIStorageCapacity"
1535-
},
1536-
{
1537-
"$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1alpha1.CSIStorageCapacityList"
1538-
},
15391530
{
15401531
"$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1beta1.CSIStorageCapacity"
15411532
},

master-local/certificatesigningrequestcondition-certificates-v1.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,7 @@
3131
]
3232
},
3333
"type": {
34-
"description": "type of the condition. Known conditions are \"Approved\", \"Denied\", and \"Failed\".\n\nAn \"Approved\" condition is added via the /approval subresource, indicating the request was approved and should be issued by the signer.\n\nA \"Denied\" condition is added via the /approval subresource, indicating the request was denied and should not be issued by the signer.\n\nA \"Failed\" condition is added via the /status subresource, indicating the signer failed to issue the certificate.\n\nApproved and Denied conditions are mutually exclusive. Approved, Denied, and Failed conditions cannot be removed once added.\n\nOnly one condition of a given type is allowed.\n\nPossible enum values:\n - `\"Approved\"` Approved indicates the request was approved and should be issued by the signer.\n - `\"Denied\"` Denied indicates the request was denied and should not be issued by the signer.\n - `\"Failed\"` Failed indicates the signer failed to issue the certificate.",
35-
"enum": [
36-
"Approved",
37-
"Denied",
38-
"Failed"
39-
],
34+
"description": "type of the condition. Known conditions are \"Approved\", \"Denied\", and \"Failed\".\n\nAn \"Approved\" condition is added via the /approval subresource, indicating the request was approved and should be issued by the signer.\n\nA \"Denied\" condition is added via the /approval subresource, indicating the request was denied and should not be issued by the signer.\n\nA \"Failed\" condition is added via the /status subresource, indicating the signer failed to issue the certificate.\n\nApproved and Denied conditions are mutually exclusive. Approved, Denied, and Failed conditions cannot be removed once added.\n\nOnly one condition of a given type is allowed.",
4035
"type": [
4136
"string",
4237
"null"

master-local/certificatesigningrequestcondition.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,7 @@
3131
]
3232
},
3333
"type": {
34-
"description": "type of the condition. Known conditions are \"Approved\", \"Denied\", and \"Failed\".\n\nAn \"Approved\" condition is added via the /approval subresource, indicating the request was approved and should be issued by the signer.\n\nA \"Denied\" condition is added via the /approval subresource, indicating the request was denied and should not be issued by the signer.\n\nA \"Failed\" condition is added via the /status subresource, indicating the signer failed to issue the certificate.\n\nApproved and Denied conditions are mutually exclusive. Approved, Denied, and Failed conditions cannot be removed once added.\n\nOnly one condition of a given type is allowed.\n\nPossible enum values:\n - `\"Approved\"` Approved indicates the request was approved and should be issued by the signer.\n - `\"Denied\"` Denied indicates the request was denied and should not be issued by the signer.\n - `\"Failed\"` Failed indicates the signer failed to issue the certificate.",
35-
"enum": [
36-
"Approved",
37-
"Denied",
38-
"Failed"
39-
],
34+
"description": "type of the condition. Known conditions are \"Approved\", \"Denied\", and \"Failed\".\n\nAn \"Approved\" condition is added via the /approval subresource, indicating the request was approved and should be issued by the signer.\n\nA \"Denied\" condition is added via the /approval subresource, indicating the request was denied and should not be issued by the signer.\n\nA \"Failed\" condition is added via the /status subresource, indicating the signer failed to issue the certificate.\n\nApproved and Denied conditions are mutually exclusive. Approved, Denied, and Failed conditions cannot be removed once added.\n\nOnly one condition of a given type is allowed.",
4035
"type": [
4136
"string",
4237
"null"

master-local/container-v1.json

+2-11
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,7 @@
5757
]
5858
},
5959
"imagePullPolicy": {
60-
"description": "Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images\n\nPossible enum values:\n - `\"Always\"` means that kubelet always attempts to pull the latest image. Container will fail If the pull fails.\n - `\"IfNotPresent\"` means that kubelet pulls if the image isn't present on disk. Container will fail if the image isn't present and the pull fails.\n - `\"Never\"` means that kubelet never pulls an image, but only uses a local image. Container will fail if the image isn't present",
61-
"enum": [
62-
"Always",
63-
"IfNotPresent",
64-
"Never"
65-
],
60+
"description": "Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images\n\n",
6661
"type": [
6762
"string",
6863
"null"
@@ -138,11 +133,7 @@
138133
]
139134
},
140135
"terminationMessagePolicy": {
141-
"description": "Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.\n\nPossible enum values:\n - `\"FallbackToLogsOnError\"` will read the most recent contents of the container logs for the container status message when the container exits with an error and the terminationMessagePath has no contents.\n - `\"File\"` is the default behavior and will set the container status message to the contents of the container's terminationMessagePath when the container exits.",
142-
"enum": [
143-
"FallbackToLogsOnError",
144-
"File"
145-
],
136+
"description": "Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.\n\n",
146137
"type": [
147138
"string",
148139
"null"

master-local/container.json

+2-11
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,7 @@
5757
]
5858
},
5959
"imagePullPolicy": {
60-
"description": "Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images\n\nPossible enum values:\n - `\"Always\"` means that kubelet always attempts to pull the latest image. Container will fail If the pull fails.\n - `\"IfNotPresent\"` means that kubelet pulls if the image isn't present on disk. Container will fail if the image isn't present and the pull fails.\n - `\"Never\"` means that kubelet never pulls an image, but only uses a local image. Container will fail if the image isn't present",
61-
"enum": [
62-
"Always",
63-
"IfNotPresent",
64-
"Never"
65-
],
60+
"description": "Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images\n\n",
6661
"type": [
6762
"string",
6863
"null"
@@ -138,11 +133,7 @@
138133
]
139134
},
140135
"terminationMessagePolicy": {
141-
"description": "Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.\n\nPossible enum values:\n - `\"FallbackToLogsOnError\"` will read the most recent contents of the container logs for the container status message when the container exits with an error and the terminationMessagePath has no contents.\n - `\"File\"` is the default behavior and will set the container status message to the contents of the container's terminationMessagePath when the container exits.",
142-
"enum": [
143-
"FallbackToLogsOnError",
144-
"File"
145-
],
136+
"description": "Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.\n\n",
146137
"type": [
147138
"string",
148139
"null"

master-local/containerport-v1.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,7 @@
3232
]
3333
},
3434
"protocol": {
35-
"description": "Protocol for port. Must be UDP, TCP, or SCTP. Defaults to \"TCP\".\n\nPossible enum values:\n - `\"SCTP\"` is the SCTP protocol.\n - `\"TCP\"` is the TCP protocol.\n - `\"UDP\"` is the UDP protocol.",
36-
"enum": [
37-
"SCTP",
38-
"TCP",
39-
"UDP"
40-
],
35+
"description": "Protocol for port. Must be UDP, TCP, or SCTP. Defaults to \"TCP\".\n\n",
4136
"type": [
4237
"string",
4338
"null"

master-local/containerport.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,7 @@
3232
]
3333
},
3434
"protocol": {
35-
"description": "Protocol for port. Must be UDP, TCP, or SCTP. Defaults to \"TCP\".\n\nPossible enum values:\n - `\"SCTP\"` is the SCTP protocol.\n - `\"TCP\"` is the TCP protocol.\n - `\"UDP\"` is the UDP protocol.",
36-
"enum": [
37-
"SCTP",
38-
"TCP",
39-
"UDP"
40-
],
35+
"description": "Protocol for port. Must be UDP, TCP, or SCTP. Defaults to \"TCP\".\n\n",
4136
"type": [
4237
"string",
4338
"null"

master-local/cronjobspec-batch-v1.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@
22
"description": "CronJobSpec describes how the job execution will look like and when it will actually run.",
33
"properties": {
44
"concurrencyPolicy": {
5-
"description": "Specifies how to treat concurrent executions of a Job. Valid values are: - \"Allow\" (default): allows CronJobs to run concurrently; - \"Forbid\": forbids concurrent runs, skipping next run if previous run hasn't finished yet; - \"Replace\": cancels currently running job and replaces it with a new one\n\nPossible enum values:\n - `\"Allow\"` allows CronJobs to run concurrently.\n - `\"Forbid\"` forbids concurrent runs, skipping next run if previous hasn't finished yet.\n - `\"Replace\"` cancels currently running job and replaces it with a new one.",
6-
"enum": [
7-
"Allow",
8-
"Forbid",
9-
"Replace"
10-
],
5+
"description": "Specifies how to treat concurrent executions of a Job. Valid values are: - \"Allow\" (default): allows CronJobs to run concurrently; - \"Forbid\": forbids concurrent runs, skipping next run if previous run hasn't finished yet; - \"Replace\": cancels currently running job and replaces it with a new one\n\n",
116
"type": [
127
"string",
138
"null"

master-local/csistoragecapacity-storage-v1alpha1.json

-60
This file was deleted.

master-local/csistoragecapacitylist-storage-v1alpha1.json

-55
This file was deleted.

master-local/daemonsetupdatestrategy-apps-v1.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@
66
"description": "Rolling update config params. Present only if type = \"RollingUpdate\"."
77
},
88
"type": {
9-
"description": "Type of daemon set update. Can be \"RollingUpdate\" or \"OnDelete\". Default is RollingUpdate.\n\nPossible enum values:\n - `\"OnDelete\"` Replace the old daemons only when it's killed\n - `\"RollingUpdate\"` Replace the old daemons by new ones using rolling update i.e replace them on each node one after the other.",
10-
"enum": [
11-
"OnDelete",
12-
"RollingUpdate"
13-
],
9+
"description": "Type of daemon set update. Can be \"RollingUpdate\" or \"OnDelete\". Default is RollingUpdate.\n\n",
1410
"type": [
1511
"string",
1612
"null"

0 commit comments

Comments
 (0)