diff --git a/staging/src/k8s.io/api/testdata/HEAD/apps.v1.DaemonSet.json b/staging/src/k8s.io/api/testdata/HEAD/apps.v1.DaemonSet.json index 433aa567406..b4324a7926f 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/apps.v1.DaemonSet.json +++ b/staging/src/k8s.io/api/testdata/HEAD/apps.v1.DaemonSet.json @@ -747,7 +747,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", @@ -1043,7 +1044,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", @@ -1339,7 +1341,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", diff --git a/staging/src/k8s.io/api/testdata/HEAD/apps.v1.DaemonSet.pb b/staging/src/k8s.io/api/testdata/HEAD/apps.v1.DaemonSet.pb index b9aaa8c0cfd..37f52c28469 100644 Binary files a/staging/src/k8s.io/api/testdata/HEAD/apps.v1.DaemonSet.pb and b/staging/src/k8s.io/api/testdata/HEAD/apps.v1.DaemonSet.pb differ diff --git a/staging/src/k8s.io/api/testdata/HEAD/apps.v1.DaemonSet.yaml b/staging/src/k8s.io/api/testdata/HEAD/apps.v1.DaemonSet.yaml index cf27e24793b..0045e5032fe 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/apps.v1.DaemonSet.yaml +++ b/staging/src/k8s.io/api/testdata/HEAD/apps.v1.DaemonSet.yaml @@ -277,6 +277,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: @@ -493,6 +494,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: @@ -711,6 +713,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: diff --git a/staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.json b/staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.json index 24836e25bc6..5629030a83d 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.json +++ b/staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.json @@ -748,7 +748,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", @@ -1044,7 +1045,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", @@ -1340,7 +1342,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", diff --git a/staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.pb b/staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.pb index 6c17ed2a7c9..9a696bec1a9 100644 Binary files a/staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.pb and b/staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.pb differ diff --git a/staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.yaml b/staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.yaml index a1af5ddf4f1..d6fb139f11d 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.yaml +++ b/staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.yaml @@ -285,6 +285,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: @@ -501,6 +502,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: @@ -719,6 +721,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: diff --git a/staging/src/k8s.io/api/testdata/HEAD/apps.v1.ReplicaSet.json b/staging/src/k8s.io/api/testdata/HEAD/apps.v1.ReplicaSet.json index 5b6ce020a5d..e2b665ac77a 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/apps.v1.ReplicaSet.json +++ b/staging/src/k8s.io/api/testdata/HEAD/apps.v1.ReplicaSet.json @@ -749,7 +749,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", @@ -1045,7 +1046,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", @@ -1341,7 +1343,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", diff --git a/staging/src/k8s.io/api/testdata/HEAD/apps.v1.ReplicaSet.pb b/staging/src/k8s.io/api/testdata/HEAD/apps.v1.ReplicaSet.pb index 15defe0f58b..85a92e52544 100644 Binary files a/staging/src/k8s.io/api/testdata/HEAD/apps.v1.ReplicaSet.pb and b/staging/src/k8s.io/api/testdata/HEAD/apps.v1.ReplicaSet.pb differ diff --git a/staging/src/k8s.io/api/testdata/HEAD/apps.v1.ReplicaSet.yaml b/staging/src/k8s.io/api/testdata/HEAD/apps.v1.ReplicaSet.yaml index 90cf3f833a1..1409cddbcf1 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/apps.v1.ReplicaSet.yaml +++ b/staging/src/k8s.io/api/testdata/HEAD/apps.v1.ReplicaSet.yaml @@ -277,6 +277,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: @@ -493,6 +494,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: @@ -711,6 +713,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: diff --git a/staging/src/k8s.io/api/testdata/HEAD/apps.v1.StatefulSet.json b/staging/src/k8s.io/api/testdata/HEAD/apps.v1.StatefulSet.json index d72a8ead261..d334fe7d11e 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/apps.v1.StatefulSet.json +++ b/staging/src/k8s.io/api/testdata/HEAD/apps.v1.StatefulSet.json @@ -748,7 +748,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", @@ -1044,7 +1045,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", @@ -1340,7 +1342,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", diff --git a/staging/src/k8s.io/api/testdata/HEAD/apps.v1.StatefulSet.pb b/staging/src/k8s.io/api/testdata/HEAD/apps.v1.StatefulSet.pb index 070fc0a6c6e..9d8b74698ca 100644 Binary files a/staging/src/k8s.io/api/testdata/HEAD/apps.v1.StatefulSet.pb and b/staging/src/k8s.io/api/testdata/HEAD/apps.v1.StatefulSet.pb differ diff --git a/staging/src/k8s.io/api/testdata/HEAD/apps.v1.StatefulSet.yaml b/staging/src/k8s.io/api/testdata/HEAD/apps.v1.StatefulSet.yaml index ce0f847f4c9..fc94ffd2003 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/apps.v1.StatefulSet.yaml +++ b/staging/src/k8s.io/api/testdata/HEAD/apps.v1.StatefulSet.yaml @@ -285,6 +285,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: @@ -501,6 +502,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: @@ -719,6 +721,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: diff --git a/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.Deployment.json b/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.Deployment.json index 442703c0523..9e092cb87ef 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.Deployment.json +++ b/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.Deployment.json @@ -748,7 +748,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", @@ -1044,7 +1045,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", @@ -1340,7 +1342,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", diff --git a/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.Deployment.pb b/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.Deployment.pb index 0e03e7215a7..d32ff614d6a 100644 Binary files a/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.Deployment.pb and b/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.Deployment.pb differ diff --git a/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.Deployment.yaml b/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.Deployment.yaml index b2a72000710..c2819ce7e04 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.Deployment.yaml +++ b/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.Deployment.yaml @@ -287,6 +287,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: @@ -503,6 +504,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: @@ -721,6 +723,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: diff --git a/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.StatefulSet.json b/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.StatefulSet.json index 78802d9ddc4..26e29085cf3 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.StatefulSet.json +++ b/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.StatefulSet.json @@ -748,7 +748,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", @@ -1044,7 +1045,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", @@ -1340,7 +1342,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", diff --git a/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.StatefulSet.pb b/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.StatefulSet.pb index 6525f9a3d8b..5243554ac95 100644 Binary files a/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.StatefulSet.pb and b/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.StatefulSet.pb differ diff --git a/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.StatefulSet.yaml b/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.StatefulSet.yaml index aa3096aeec2..a204277282a 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.StatefulSet.yaml +++ b/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.StatefulSet.yaml @@ -285,6 +285,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: @@ -501,6 +502,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: @@ -719,6 +721,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: diff --git a/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.DaemonSet.json b/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.DaemonSet.json index 4e74dd3716d..04da689bf57 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.DaemonSet.json +++ b/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.DaemonSet.json @@ -747,7 +747,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", @@ -1043,7 +1044,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", @@ -1339,7 +1341,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", diff --git a/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.DaemonSet.pb b/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.DaemonSet.pb index f7f0a63e26c..4b8d6dd6e85 100644 Binary files a/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.DaemonSet.pb and b/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.DaemonSet.pb differ diff --git a/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.DaemonSet.yaml b/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.DaemonSet.yaml index 040450a2f10..a146f83aa3b 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.DaemonSet.yaml +++ b/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.DaemonSet.yaml @@ -277,6 +277,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: @@ -493,6 +494,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: @@ -711,6 +713,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: diff --git a/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.Deployment.json b/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.Deployment.json index e36f53c8317..8e96d2b9359 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.Deployment.json +++ b/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.Deployment.json @@ -748,7 +748,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", @@ -1044,7 +1045,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", @@ -1340,7 +1342,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", diff --git a/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.Deployment.pb b/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.Deployment.pb index 2f045f92f3b..cf661d025fb 100644 Binary files a/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.Deployment.pb and b/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.Deployment.pb differ diff --git a/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.Deployment.yaml b/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.Deployment.yaml index 7ba97d85db7..21b0ae6d662 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.Deployment.yaml +++ b/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.Deployment.yaml @@ -285,6 +285,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: @@ -501,6 +502,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: @@ -719,6 +721,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: diff --git a/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.ReplicaSet.json b/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.ReplicaSet.json index 8794b6d538c..f22141a3e0e 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.ReplicaSet.json +++ b/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.ReplicaSet.json @@ -749,7 +749,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", @@ -1045,7 +1046,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", @@ -1341,7 +1343,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", diff --git a/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.ReplicaSet.pb b/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.ReplicaSet.pb index 23b65f45fff..c77be0a49e5 100644 Binary files a/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.ReplicaSet.pb and b/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.ReplicaSet.pb differ diff --git a/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.ReplicaSet.yaml b/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.ReplicaSet.yaml index 4e0fe2d915b..84a17bf452a 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.ReplicaSet.yaml +++ b/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.ReplicaSet.yaml @@ -277,6 +277,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: @@ -493,6 +494,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: @@ -711,6 +713,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: diff --git a/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.StatefulSet.json b/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.StatefulSet.json index d3f43b082b4..92e8fca826b 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.StatefulSet.json +++ b/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.StatefulSet.json @@ -748,7 +748,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", @@ -1044,7 +1045,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", @@ -1340,7 +1342,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", diff --git a/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.StatefulSet.pb b/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.StatefulSet.pb index f4bd66e9e72..66bd9f97daf 100644 Binary files a/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.StatefulSet.pb and b/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.StatefulSet.pb differ diff --git a/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.StatefulSet.yaml b/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.StatefulSet.yaml index 9f6105ed55b..fad44ce13b0 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.StatefulSet.yaml +++ b/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.StatefulSet.yaml @@ -285,6 +285,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: @@ -501,6 +502,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: @@ -719,6 +721,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: diff --git a/staging/src/k8s.io/api/testdata/HEAD/batch.v1.CronJob.json b/staging/src/k8s.io/api/testdata/HEAD/batch.v1.CronJob.json index cb46e57e445..ef7ea11168c 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/batch.v1.CronJob.json +++ b/staging/src/k8s.io/api/testdata/HEAD/batch.v1.CronJob.json @@ -831,7 +831,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", @@ -1127,7 +1128,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", @@ -1423,7 +1425,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", diff --git a/staging/src/k8s.io/api/testdata/HEAD/batch.v1.CronJob.pb b/staging/src/k8s.io/api/testdata/HEAD/batch.v1.CronJob.pb index ff6c0f89782..6077aafdd98 100644 Binary files a/staging/src/k8s.io/api/testdata/HEAD/batch.v1.CronJob.pb and b/staging/src/k8s.io/api/testdata/HEAD/batch.v1.CronJob.pb differ diff --git a/staging/src/k8s.io/api/testdata/HEAD/batch.v1.CronJob.yaml b/staging/src/k8s.io/api/testdata/HEAD/batch.v1.CronJob.yaml index 773dce02c66..a26f0e57d61 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/batch.v1.CronJob.yaml +++ b/staging/src/k8s.io/api/testdata/HEAD/batch.v1.CronJob.yaml @@ -337,6 +337,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: @@ -553,6 +554,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: @@ -771,6 +773,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: diff --git a/staging/src/k8s.io/api/testdata/HEAD/batch.v1.Job.json b/staging/src/k8s.io/api/testdata/HEAD/batch.v1.Job.json index ce6f5c10411..048fddb97a1 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/batch.v1.Job.json +++ b/staging/src/k8s.io/api/testdata/HEAD/batch.v1.Job.json @@ -782,7 +782,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", @@ -1078,7 +1079,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", @@ -1374,7 +1376,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", diff --git a/staging/src/k8s.io/api/testdata/HEAD/batch.v1.Job.pb b/staging/src/k8s.io/api/testdata/HEAD/batch.v1.Job.pb index 0ea948f1f72..11cb78b90af 100644 Binary files a/staging/src/k8s.io/api/testdata/HEAD/batch.v1.Job.pb and b/staging/src/k8s.io/api/testdata/HEAD/batch.v1.Job.pb differ diff --git a/staging/src/k8s.io/api/testdata/HEAD/batch.v1.Job.yaml b/staging/src/k8s.io/api/testdata/HEAD/batch.v1.Job.yaml index b5c1219e2b0..014e86413c3 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/batch.v1.Job.yaml +++ b/staging/src/k8s.io/api/testdata/HEAD/batch.v1.Job.yaml @@ -301,6 +301,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: @@ -517,6 +518,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: @@ -735,6 +737,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: diff --git a/staging/src/k8s.io/api/testdata/HEAD/batch.v1beta1.CronJob.json b/staging/src/k8s.io/api/testdata/HEAD/batch.v1beta1.CronJob.json index 4b1b0704bbb..3c3fd4f1f44 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/batch.v1beta1.CronJob.json +++ b/staging/src/k8s.io/api/testdata/HEAD/batch.v1beta1.CronJob.json @@ -831,7 +831,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", @@ -1127,7 +1128,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", @@ -1423,7 +1425,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", diff --git a/staging/src/k8s.io/api/testdata/HEAD/batch.v1beta1.CronJob.pb b/staging/src/k8s.io/api/testdata/HEAD/batch.v1beta1.CronJob.pb index abe891dbe0f..092d9e29592 100644 Binary files a/staging/src/k8s.io/api/testdata/HEAD/batch.v1beta1.CronJob.pb and b/staging/src/k8s.io/api/testdata/HEAD/batch.v1beta1.CronJob.pb differ diff --git a/staging/src/k8s.io/api/testdata/HEAD/batch.v1beta1.CronJob.yaml b/staging/src/k8s.io/api/testdata/HEAD/batch.v1beta1.CronJob.yaml index 2a6e4e78b6e..42d88c3591c 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/batch.v1beta1.CronJob.yaml +++ b/staging/src/k8s.io/api/testdata/HEAD/batch.v1beta1.CronJob.yaml @@ -337,6 +337,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: @@ -553,6 +554,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: @@ -771,6 +773,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: diff --git a/staging/src/k8s.io/api/testdata/HEAD/core.v1.Pod.json b/staging/src/k8s.io/api/testdata/HEAD/core.v1.Pod.json index 0bfe306378a..1b43e271d7e 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/core.v1.Pod.json +++ b/staging/src/k8s.io/api/testdata/HEAD/core.v1.Pod.json @@ -689,7 +689,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", @@ -985,7 +986,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", @@ -1281,7 +1283,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", @@ -1843,7 +1846,8 @@ } ] } - ] + ], + "stopSignal": "stopSignalValue" } ], "containerStatuses": [ @@ -1935,7 +1939,8 @@ } ] } - ] + ], + "stopSignal": "stopSignalValue" } ], "qosClass": "qosClassValue", @@ -2028,7 +2033,8 @@ } ] } - ] + ], + "stopSignal": "stopSignalValue" } ], "resize": "resizeValue", diff --git a/staging/src/k8s.io/api/testdata/HEAD/core.v1.Pod.pb b/staging/src/k8s.io/api/testdata/HEAD/core.v1.Pod.pb index 5f82abfe4ff..b07eaa1f590 100644 Binary files a/staging/src/k8s.io/api/testdata/HEAD/core.v1.Pod.pb and b/staging/src/k8s.io/api/testdata/HEAD/core.v1.Pod.pb differ diff --git a/staging/src/k8s.io/api/testdata/HEAD/core.v1.Pod.yaml b/staging/src/k8s.io/api/testdata/HEAD/core.v1.Pod.yaml index 7e33b6a128a..f8e69c38234 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/core.v1.Pod.yaml +++ b/staging/src/k8s.io/api/testdata/HEAD/core.v1.Pod.yaml @@ -233,6 +233,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: @@ -449,6 +450,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: @@ -667,6 +669,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: @@ -1239,6 +1242,7 @@ status: waiting: message: messageValue reason: reasonValue + stopSignal: stopSignalValue user: linux: gid: 2 @@ -1301,6 +1305,7 @@ status: waiting: message: messageValue reason: reasonValue + stopSignal: stopSignalValue user: linux: gid: 2 @@ -1366,6 +1371,7 @@ status: waiting: message: messageValue reason: reasonValue + stopSignal: stopSignalValue user: linux: gid: 2 diff --git a/staging/src/k8s.io/api/testdata/HEAD/core.v1.PodStatusResult.json b/staging/src/k8s.io/api/testdata/HEAD/core.v1.PodStatusResult.json index cfc4c037a34..5572b42f7bf 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/core.v1.PodStatusResult.json +++ b/staging/src/k8s.io/api/testdata/HEAD/core.v1.PodStatusResult.json @@ -162,7 +162,8 @@ } ] } - ] + ], + "stopSignal": "stopSignalValue" } ], "containerStatuses": [ @@ -254,7 +255,8 @@ } ] } - ] + ], + "stopSignal": "stopSignalValue" } ], "qosClass": "qosClassValue", @@ -347,7 +349,8 @@ } ] } - ] + ], + "stopSignal": "stopSignalValue" } ], "resize": "resizeValue", diff --git a/staging/src/k8s.io/api/testdata/HEAD/core.v1.PodStatusResult.pb b/staging/src/k8s.io/api/testdata/HEAD/core.v1.PodStatusResult.pb index 80071b58c09..28031b857af 100644 Binary files a/staging/src/k8s.io/api/testdata/HEAD/core.v1.PodStatusResult.pb and b/staging/src/k8s.io/api/testdata/HEAD/core.v1.PodStatusResult.pb differ diff --git a/staging/src/k8s.io/api/testdata/HEAD/core.v1.PodStatusResult.yaml b/staging/src/k8s.io/api/testdata/HEAD/core.v1.PodStatusResult.yaml index b52cbfd5d49..b3a60c37fc4 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/core.v1.PodStatusResult.yaml +++ b/staging/src/k8s.io/api/testdata/HEAD/core.v1.PodStatusResult.yaml @@ -92,6 +92,7 @@ status: waiting: message: messageValue reason: reasonValue + stopSignal: stopSignalValue user: linux: gid: 2 @@ -154,6 +155,7 @@ status: waiting: message: messageValue reason: reasonValue + stopSignal: stopSignalValue user: linux: gid: 2 @@ -219,6 +221,7 @@ status: waiting: message: messageValue reason: reasonValue + stopSignal: stopSignalValue user: linux: gid: 2 diff --git a/staging/src/k8s.io/api/testdata/HEAD/core.v1.PodTemplate.json b/staging/src/k8s.io/api/testdata/HEAD/core.v1.PodTemplate.json index 7ab8ec402b7..31840b39aee 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/core.v1.PodTemplate.json +++ b/staging/src/k8s.io/api/testdata/HEAD/core.v1.PodTemplate.json @@ -732,7 +732,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", @@ -1028,7 +1029,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", @@ -1324,7 +1326,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", diff --git a/staging/src/k8s.io/api/testdata/HEAD/core.v1.PodTemplate.pb b/staging/src/k8s.io/api/testdata/HEAD/core.v1.PodTemplate.pb index 8efa534315a..0dd0e353079 100644 Binary files a/staging/src/k8s.io/api/testdata/HEAD/core.v1.PodTemplate.pb and b/staging/src/k8s.io/api/testdata/HEAD/core.v1.PodTemplate.pb differ diff --git a/staging/src/k8s.io/api/testdata/HEAD/core.v1.PodTemplate.yaml b/staging/src/k8s.io/api/testdata/HEAD/core.v1.PodTemplate.yaml index 8c3494faa7a..4cbaae2a886 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/core.v1.PodTemplate.yaml +++ b/staging/src/k8s.io/api/testdata/HEAD/core.v1.PodTemplate.yaml @@ -266,6 +266,7 @@ template: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: @@ -482,6 +483,7 @@ template: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: @@ -700,6 +702,7 @@ template: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: diff --git a/staging/src/k8s.io/api/testdata/HEAD/core.v1.ReplicationController.json b/staging/src/k8s.io/api/testdata/HEAD/core.v1.ReplicationController.json index e267b1ef2cd..e22b1e8fa79 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/core.v1.ReplicationController.json +++ b/staging/src/k8s.io/api/testdata/HEAD/core.v1.ReplicationController.json @@ -738,7 +738,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", @@ -1034,7 +1035,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", @@ -1330,7 +1332,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", diff --git a/staging/src/k8s.io/api/testdata/HEAD/core.v1.ReplicationController.pb b/staging/src/k8s.io/api/testdata/HEAD/core.v1.ReplicationController.pb index 1610a0c31d2..b468e36dbb3 100644 Binary files a/staging/src/k8s.io/api/testdata/HEAD/core.v1.ReplicationController.pb and b/staging/src/k8s.io/api/testdata/HEAD/core.v1.ReplicationController.pb differ diff --git a/staging/src/k8s.io/api/testdata/HEAD/core.v1.ReplicationController.yaml b/staging/src/k8s.io/api/testdata/HEAD/core.v1.ReplicationController.yaml index ffa315e641d..395b59b2a5d 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/core.v1.ReplicationController.yaml +++ b/staging/src/k8s.io/api/testdata/HEAD/core.v1.ReplicationController.yaml @@ -271,6 +271,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: @@ -487,6 +488,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: @@ -705,6 +707,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: diff --git a/staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.DaemonSet.json b/staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.DaemonSet.json index df154fa098f..8c3052d5889 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.DaemonSet.json +++ b/staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.DaemonSet.json @@ -747,7 +747,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", @@ -1043,7 +1044,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", @@ -1339,7 +1341,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", diff --git a/staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.DaemonSet.pb b/staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.DaemonSet.pb index 2155f9e55ec..ded9d045b2d 100644 Binary files a/staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.DaemonSet.pb and b/staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.DaemonSet.pb differ diff --git a/staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.DaemonSet.yaml b/staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.DaemonSet.yaml index ca7ee893736..5ae2594312e 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.DaemonSet.yaml +++ b/staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.DaemonSet.yaml @@ -277,6 +277,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: @@ -493,6 +494,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: @@ -711,6 +713,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: diff --git a/staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.Deployment.json b/staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.Deployment.json index 0f6c6e8c3be..fdcff4ad0c9 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.Deployment.json +++ b/staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.Deployment.json @@ -748,7 +748,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", @@ -1044,7 +1045,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", @@ -1340,7 +1342,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", diff --git a/staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.Deployment.pb b/staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.Deployment.pb index a61ea986931..29a5f98cea2 100644 Binary files a/staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.Deployment.pb and b/staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.Deployment.pb differ diff --git a/staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.Deployment.yaml b/staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.Deployment.yaml index 8501c4bf671..8aaa39dcb8c 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.Deployment.yaml +++ b/staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.Deployment.yaml @@ -287,6 +287,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: @@ -503,6 +504,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: @@ -721,6 +723,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: diff --git a/staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.ReplicaSet.json b/staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.ReplicaSet.json index 009a5176bce..0ede3755649 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.ReplicaSet.json +++ b/staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.ReplicaSet.json @@ -749,7 +749,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", @@ -1045,7 +1046,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", @@ -1341,7 +1343,8 @@ "sleep": { "seconds": 1 } - } + }, + "stopSignal": "stopSignalValue" }, "terminationMessagePath": "terminationMessagePathValue", "terminationMessagePolicy": "terminationMessagePolicyValue", diff --git a/staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.ReplicaSet.pb b/staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.ReplicaSet.pb index 42cbcb03dce..1512b538469 100644 Binary files a/staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.ReplicaSet.pb and b/staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.ReplicaSet.pb differ diff --git a/staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.ReplicaSet.yaml b/staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.ReplicaSet.yaml index 31861b9614c..d28a0573581 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.ReplicaSet.yaml +++ b/staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.ReplicaSet.yaml @@ -277,6 +277,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: @@ -493,6 +494,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: @@ -711,6 +713,7 @@ spec: tcpSocket: host: hostValue port: portValue + stopSignal: stopSignalValue livenessProbe: exec: command: