From 25f4174148321a800d64bde7c568d347deb7936a Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Wed, 3 Mar 2021 18:11:19 +0100 Subject: [PATCH] testdata: drop the alpha EphemeralVolumeSource.ReadOnly field This is the result of UPDATE_COMPATIBILITY_FIXTURE_DATA=true go test k8s.io/api after removing the ReadOnly field from the API. The test data for older releases must be updated because the current code no longer supports that field. The removal itself is okay because the struct was declared as alpha. Because EphemeralVolumeSource is embedded quite a lot, different types are affected. Here is one example: --- FAIL: TestCompatibility/extensions.v1beta1.DaemonSet/v1.20.0 (0.04s) compatibility.go:476: json differs compatibility.go:477: string{ ... // 12941 identical bytes 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x7d, // | }| 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x7d, // |. }| - 0x2c, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, // -|,. | - 0x22, 0x72, 0x65, 0x61, 0x64, 0x4f, 0x6e, 0x6c, 0x79, 0x22, 0x3a, 0x20, 0x74, 0x72, 0x75, 0x65, // -|"readOnly": true| 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0a, 0x20, // |. }. | 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, // | }. | ... // 31426 identical bytes } compatibility.go:482: yaml differs compatibility.go:483: string{ ... // 22893 identical bytes 0x34, 0x22, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x65, 0x70, 0x68, 0x65, 0x6d, // |4". ephem| 0x65, 0x72, 0x61, 0x6c, 0x3a, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, // |eral:. | - 0x72, 0x65, 0x61, 0x64, 0x4f, 0x6e, 0x6c, 0x79, 0x3a, 0x20, 0x74, 0x72, 0x75, 0x65, 0x0a, 0x20, // -|readOnly: true. | - 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, // -| | 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x54, 0x65, 0x6d, 0x70, 0x6c, // |volumeClaimTempl| 0x61, 0x74, 0x65, 0x3a, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, // |ate:. | ... // 5965 identical bytes } compatibility.go:488: proto differs compatibility.go:490: ( """ ... // 459 identical lines } } - 2: 1 } } ... // 1083 identical lines """ ) compatibility.go:506: wrote expected compatibility data... verify, commit, and rerun tests --- .../api/testdata/HEAD/apps.v1.DaemonSet.json | 830 ++++----- .../api/testdata/HEAD/apps.v1.DaemonSet.pb | Bin 7602 -> 8009 bytes .../api/testdata/HEAD/apps.v1.DaemonSet.yaml | 827 ++++----- .../api/testdata/HEAD/apps.v1.Deployment.json | 801 +++++---- .../api/testdata/HEAD/apps.v1.Deployment.pb | Bin 7936 -> 8332 bytes .../api/testdata/HEAD/apps.v1.Deployment.yaml | 785 ++++---- .../api/testdata/HEAD/apps.v1.ReplicaSet.json | 856 ++++----- .../api/testdata/HEAD/apps.v1.ReplicaSet.pb | Bin 7669 -> 7895 bytes .../api/testdata/HEAD/apps.v1.ReplicaSet.yaml | 856 ++++----- .../testdata/HEAD/apps.v1.StatefulSet.json | 890 ++++----- .../api/testdata/HEAD/apps.v1.StatefulSet.pb | Bin 8503 -> 8979 bytes .../testdata/HEAD/apps.v1.StatefulSet.yaml | 873 ++++----- .../HEAD/apps.v1beta1.Deployment.json | 803 +++++---- .../testdata/HEAD/apps.v1beta1.Deployment.pb | Bin 7939 -> 8339 bytes .../HEAD/apps.v1beta1.Deployment.yaml | 787 ++++---- .../HEAD/apps.v1beta1.StatefulSet.json | 890 ++++----- .../testdata/HEAD/apps.v1beta1.StatefulSet.pb | Bin 8521 -> 8931 bytes .../HEAD/apps.v1beta1.StatefulSet.yaml | 873 ++++----- .../testdata/HEAD/apps.v1beta2.DaemonSet.json | 830 ++++----- .../testdata/HEAD/apps.v1beta2.DaemonSet.pb | Bin 7607 -> 8014 bytes .../testdata/HEAD/apps.v1beta2.DaemonSet.yaml | 827 ++++----- .../HEAD/apps.v1beta2.Deployment.json | 801 +++++---- .../testdata/HEAD/apps.v1beta2.Deployment.pb | Bin 7941 -> 8337 bytes .../HEAD/apps.v1beta2.Deployment.yaml | 785 ++++---- .../HEAD/apps.v1beta2.ReplicaSet.json | 856 ++++----- .../testdata/HEAD/apps.v1beta2.ReplicaSet.pb | Bin 7674 -> 7900 bytes .../HEAD/apps.v1beta2.ReplicaSet.yaml | 856 ++++----- .../HEAD/apps.v1beta2.StatefulSet.json | 890 ++++----- .../testdata/HEAD/apps.v1beta2.StatefulSet.pb | Bin 8508 -> 8984 bytes .../HEAD/apps.v1beta2.StatefulSet.yaml | 873 ++++----- .../api/testdata/HEAD/batch.v1.CronJob.json | 822 ++++----- .../api/testdata/HEAD/batch.v1.CronJob.pb | Bin 8347 -> 8136 bytes .../api/testdata/HEAD/batch.v1.CronJob.yaml | 817 ++++----- .../api/testdata/HEAD/batch.v1.Job.json | 750 ++++---- .../k8s.io/api/testdata/HEAD/batch.v1.Job.pb | Bin 7914 -> 7336 bytes .../api/testdata/HEAD/batch.v1.Job.yaml | 750 ++++---- .../testdata/HEAD/batch.v1beta1.CronJob.json | 822 ++++----- .../testdata/HEAD/batch.v1beta1.CronJob.pb | Bin 8352 -> 8141 bytes .../testdata/HEAD/batch.v1beta1.CronJob.yaml | 817 ++++----- .../HEAD/batch.v1beta1.JobTemplate.json | 814 +++++---- .../HEAD/batch.v1beta1.JobTemplate.pb | Bin 8179 -> 8181 bytes .../HEAD/batch.v1beta1.JobTemplate.yaml | 795 ++++---- .../k8s.io/api/testdata/HEAD/core.v1.Pod.json | 841 +++++---- .../k8s.io/api/testdata/HEAD/core.v1.Pod.pb | Bin 8004 -> 7935 bytes .../k8s.io/api/testdata/HEAD/core.v1.Pod.yaml | 864 +++++---- .../testdata/HEAD/core.v1.PodTemplate.json | 1119 ++++++------ .../api/testdata/HEAD/core.v1.PodTemplate.pb | Bin 7891 -> 7336 bytes .../testdata/HEAD/core.v1.PodTemplate.yaml | 847 +++++---- .../HEAD/core.v1.ReplicationController.json | 853 +++++---- .../HEAD/core.v1.ReplicationController.pb | Bin 7295 -> 8091 bytes .../HEAD/core.v1.ReplicationController.yaml | 857 +++++---- .../HEAD/extensions.v1beta1.DaemonSet.json | 832 ++++----- .../HEAD/extensions.v1beta1.DaemonSet.pb | Bin 7630 -> 7993 bytes .../HEAD/extensions.v1beta1.DaemonSet.yaml | 829 ++++----- .../HEAD/extensions.v1beta1.Deployment.json | 803 +++++---- .../HEAD/extensions.v1beta1.Deployment.pb | Bin 7945 -> 8345 bytes .../HEAD/extensions.v1beta1.Deployment.yaml | 787 ++++---- .../HEAD/extensions.v1beta1.ReplicaSet.json | 856 ++++----- .../HEAD/extensions.v1beta1.ReplicaSet.pb | Bin 7680 -> 7906 bytes .../HEAD/extensions.v1beta1.ReplicaSet.yaml | 856 ++++----- .../apps.v1.DaemonSet.after_roundtrip.json | 1496 ++++++++++++++++ .../apps.v1.DaemonSet.after_roundtrip.pb | Bin 0 -> 7235 bytes .../apps.v1.DaemonSet.after_roundtrip.yaml | 1023 +++++++++++ .../apps.v1.Deployment.after_roundtrip.json | 1499 ++++++++++++++++ .../apps.v1.Deployment.after_roundtrip.pb | Bin 0 -> 7276 bytes .../apps.v1.Deployment.after_roundtrip.yaml | 1027 +++++++++++ .../apps.v1.ReplicaSet.after_roundtrip.json | 1489 +++++++++++++++ .../apps.v1.ReplicaSet.after_roundtrip.pb | Bin 0 -> 6809 bytes .../apps.v1.ReplicaSet.after_roundtrip.yaml | 1016 +++++++++++ .../apps.v1.StatefulSet.after_roundtrip.json | 1595 +++++++++++++++++ .../apps.v1.StatefulSet.after_roundtrip.pb | Bin 0 -> 7990 bytes .../apps.v1.StatefulSet.after_roundtrip.yaml | 1093 +++++++++++ ...ps.v1beta1.Deployment.after_roundtrip.json | 1502 ++++++++++++++++ ...apps.v1beta1.Deployment.after_roundtrip.pb | Bin 0 -> 7267 bytes ...ps.v1beta1.Deployment.after_roundtrip.yaml | 1029 +++++++++++ ...s.v1beta1.StatefulSet.after_roundtrip.json | 1595 +++++++++++++++++ ...pps.v1beta1.StatefulSet.after_roundtrip.pb | Bin 0 -> 8008 bytes ...s.v1beta1.StatefulSet.after_roundtrip.yaml | 1093 +++++++++++ ...pps.v1beta2.DaemonSet.after_roundtrip.json | 1496 ++++++++++++++++ .../apps.v1beta2.DaemonSet.after_roundtrip.pb | Bin 0 -> 7240 bytes ...pps.v1beta2.DaemonSet.after_roundtrip.yaml | 1023 +++++++++++ ...ps.v1beta2.Deployment.after_roundtrip.json | 1499 ++++++++++++++++ ...apps.v1beta2.Deployment.after_roundtrip.pb | Bin 0 -> 7281 bytes ...ps.v1beta2.Deployment.after_roundtrip.yaml | 1027 +++++++++++ ...ps.v1beta2.ReplicaSet.after_roundtrip.json | 1489 +++++++++++++++ ...apps.v1beta2.ReplicaSet.after_roundtrip.pb | Bin 0 -> 6814 bytes ...ps.v1beta2.ReplicaSet.after_roundtrip.yaml | 1016 +++++++++++ ...s.v1beta2.StatefulSet.after_roundtrip.json | 1595 +++++++++++++++++ ...pps.v1beta2.StatefulSet.after_roundtrip.pb | Bin 0 -> 7995 bytes ...s.v1beta2.StatefulSet.after_roundtrip.yaml | 1093 +++++++++++ .../v1.19.0/batch.v1.Job.after_roundtrip.pb | Bin 6673 -> 6671 bytes ...batch.v1beta1.CronJob.after_roundtrip.json | 1543 ++++++++++++++++ .../batch.v1beta1.CronJob.after_roundtrip.pb | Bin 7371 -> 7369 bytes ...batch.v1beta1.CronJob.after_roundtrip.yaml | 1058 +++++++++++ ...h.v1beta1.JobTemplate.after_roundtrip.json | 1523 ++++++++++++++++ ...tch.v1beta1.JobTemplate.after_roundtrip.pb | Bin 7317 -> 7315 bytes ...h.v1beta1.JobTemplate.after_roundtrip.yaml | 1044 +++++++++++ .../v1.19.0/core.v1.Pod.after_roundtrip.pb | Bin 0 -> 7193 bytes .../core.v1.PodTemplate.after_roundtrip.pb | Bin 0 -> 6672 bytes ...1.ReplicationController.after_roundtrip.pb | Bin 0 -> 6848 bytes ...ons.v1beta1.DaemonSet.after_roundtrip.json | 1497 ++++++++++++++++ ...sions.v1beta1.DaemonSet.after_roundtrip.pb | Bin 0 -> 7268 bytes ...ons.v1beta1.DaemonSet.after_roundtrip.yaml | 1024 +++++++++++ ...ns.v1beta1.Deployment.after_roundtrip.json | 1502 ++++++++++++++++ ...ions.v1beta1.Deployment.after_roundtrip.pb | Bin 0 -> 7273 bytes ...ns.v1beta1.Deployment.after_roundtrip.yaml | 1029 +++++++++++ ...ns.v1beta1.ReplicaSet.after_roundtrip.json | 1489 +++++++++++++++ ...ions.v1beta1.ReplicaSet.after_roundtrip.pb | Bin 0 -> 6820 bytes ...ns.v1beta1.ReplicaSet.after_roundtrip.yaml | 1016 +++++++++++ .../apps.v1.DaemonSet.after_roundtrip.json | 1496 ++++++++++++++++ .../apps.v1.DaemonSet.after_roundtrip.pb | Bin 0 -> 7235 bytes .../apps.v1.DaemonSet.after_roundtrip.yaml | 1023 +++++++++++ .../apps.v1.Deployment.after_roundtrip.json | 1499 ++++++++++++++++ .../apps.v1.Deployment.after_roundtrip.pb | Bin 0 -> 7276 bytes .../apps.v1.Deployment.after_roundtrip.yaml | 1027 +++++++++++ .../apps.v1.ReplicaSet.after_roundtrip.json | 1489 +++++++++++++++ .../apps.v1.ReplicaSet.after_roundtrip.pb | Bin 0 -> 6809 bytes .../apps.v1.ReplicaSet.after_roundtrip.yaml | 1016 +++++++++++ .../apps.v1.StatefulSet.after_roundtrip.json | 1595 +++++++++++++++++ .../apps.v1.StatefulSet.after_roundtrip.pb | Bin 0 -> 7990 bytes .../apps.v1.StatefulSet.after_roundtrip.yaml | 1093 +++++++++++ ...ps.v1beta1.Deployment.after_roundtrip.json | 1502 ++++++++++++++++ ...apps.v1beta1.Deployment.after_roundtrip.pb | Bin 0 -> 7267 bytes ...ps.v1beta1.Deployment.after_roundtrip.yaml | 1029 +++++++++++ ...s.v1beta1.StatefulSet.after_roundtrip.json | 1595 +++++++++++++++++ ...pps.v1beta1.StatefulSet.after_roundtrip.pb | Bin 0 -> 8008 bytes ...s.v1beta1.StatefulSet.after_roundtrip.yaml | 1093 +++++++++++ ...pps.v1beta2.DaemonSet.after_roundtrip.json | 1496 ++++++++++++++++ .../apps.v1beta2.DaemonSet.after_roundtrip.pb | Bin 0 -> 7240 bytes ...pps.v1beta2.DaemonSet.after_roundtrip.yaml | 1023 +++++++++++ ...ps.v1beta2.Deployment.after_roundtrip.json | 1499 ++++++++++++++++ ...apps.v1beta2.Deployment.after_roundtrip.pb | Bin 0 -> 7281 bytes ...ps.v1beta2.Deployment.after_roundtrip.yaml | 1027 +++++++++++ ...ps.v1beta2.ReplicaSet.after_roundtrip.json | 1489 +++++++++++++++ ...apps.v1beta2.ReplicaSet.after_roundtrip.pb | Bin 0 -> 6814 bytes ...ps.v1beta2.ReplicaSet.after_roundtrip.yaml | 1016 +++++++++++ ...s.v1beta2.StatefulSet.after_roundtrip.json | 1595 +++++++++++++++++ ...pps.v1beta2.StatefulSet.after_roundtrip.pb | Bin 0 -> 7995 bytes ...s.v1beta2.StatefulSet.after_roundtrip.yaml | 1093 +++++++++++ .../v1.20.0/batch.v1.Job.after_roundtrip.pb | Bin 6673 -> 6671 bytes ...batch.v1beta1.CronJob.after_roundtrip.json | 1543 ++++++++++++++++ .../batch.v1beta1.CronJob.after_roundtrip.pb | Bin 7371 -> 7369 bytes ...batch.v1beta1.CronJob.after_roundtrip.yaml | 1058 +++++++++++ ...h.v1beta1.JobTemplate.after_roundtrip.json | 1523 ++++++++++++++++ ...tch.v1beta1.JobTemplate.after_roundtrip.pb | Bin 7317 -> 7315 bytes ...h.v1beta1.JobTemplate.after_roundtrip.yaml | 1044 +++++++++++ .../v1.20.0/core.v1.Pod.after_roundtrip.pb | Bin 0 -> 7193 bytes .../core.v1.PodTemplate.after_roundtrip.pb | Bin 0 -> 6672 bytes ...1.ReplicationController.after_roundtrip.pb | Bin 0 -> 6848 bytes ...ons.v1beta1.DaemonSet.after_roundtrip.json | 1497 ++++++++++++++++ ...sions.v1beta1.DaemonSet.after_roundtrip.pb | Bin 0 -> 7268 bytes ...ons.v1beta1.DaemonSet.after_roundtrip.yaml | 1024 +++++++++++ ...ns.v1beta1.Deployment.after_roundtrip.json | 1502 ++++++++++++++++ ...ions.v1beta1.Deployment.after_roundtrip.pb | Bin 0 -> 7273 bytes ...ns.v1beta1.Deployment.after_roundtrip.yaml | 1029 +++++++++++ ...ns.v1beta1.ReplicaSet.after_roundtrip.json | 1489 +++++++++++++++ ...ions.v1beta1.ReplicaSet.after_roundtrip.pb | Bin 0 -> 6820 bytes ...ns.v1beta1.ReplicaSet.after_roundtrip.yaml | 1016 +++++++++++ test/e2e/storage/framework/testpattern.go | 10 +- 159 files changed, 93662 insertions(+), 16708 deletions(-) create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/apps.v1.DaemonSet.after_roundtrip.json create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/apps.v1.DaemonSet.after_roundtrip.pb create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/apps.v1.DaemonSet.after_roundtrip.yaml create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/apps.v1.Deployment.after_roundtrip.json create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/apps.v1.Deployment.after_roundtrip.pb create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/apps.v1.Deployment.after_roundtrip.yaml create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/apps.v1.ReplicaSet.after_roundtrip.json create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/apps.v1.ReplicaSet.after_roundtrip.pb create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/apps.v1.ReplicaSet.after_roundtrip.yaml create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/apps.v1.StatefulSet.after_roundtrip.json create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/apps.v1.StatefulSet.after_roundtrip.pb create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/apps.v1.StatefulSet.after_roundtrip.yaml create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta1.Deployment.after_roundtrip.json create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta1.Deployment.after_roundtrip.pb create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta1.Deployment.after_roundtrip.yaml create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta1.StatefulSet.after_roundtrip.json create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta1.StatefulSet.after_roundtrip.pb create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta1.StatefulSet.after_roundtrip.yaml create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta2.DaemonSet.after_roundtrip.json create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta2.DaemonSet.after_roundtrip.pb create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta2.DaemonSet.after_roundtrip.yaml create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta2.Deployment.after_roundtrip.json create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta2.Deployment.after_roundtrip.pb create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta2.Deployment.after_roundtrip.yaml create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta2.ReplicaSet.after_roundtrip.json create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta2.ReplicaSet.after_roundtrip.pb create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta2.ReplicaSet.after_roundtrip.yaml create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta2.StatefulSet.after_roundtrip.json create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta2.StatefulSet.after_roundtrip.pb create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta2.StatefulSet.after_roundtrip.yaml create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/batch.v1beta1.CronJob.after_roundtrip.json create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/batch.v1beta1.CronJob.after_roundtrip.yaml create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/batch.v1beta1.JobTemplate.after_roundtrip.json create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/batch.v1beta1.JobTemplate.after_roundtrip.yaml create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/core.v1.Pod.after_roundtrip.pb create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/core.v1.PodTemplate.after_roundtrip.pb create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/core.v1.ReplicationController.after_roundtrip.pb create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/extensions.v1beta1.DaemonSet.after_roundtrip.json create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/extensions.v1beta1.DaemonSet.after_roundtrip.pb create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/extensions.v1beta1.DaemonSet.after_roundtrip.yaml create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/extensions.v1beta1.Deployment.after_roundtrip.json create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/extensions.v1beta1.Deployment.after_roundtrip.pb create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/extensions.v1beta1.Deployment.after_roundtrip.yaml create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/extensions.v1beta1.ReplicaSet.after_roundtrip.json create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/extensions.v1beta1.ReplicaSet.after_roundtrip.pb create mode 100644 staging/src/k8s.io/api/testdata/v1.19.0/extensions.v1beta1.ReplicaSet.after_roundtrip.yaml create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/apps.v1.DaemonSet.after_roundtrip.json create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/apps.v1.DaemonSet.after_roundtrip.pb create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/apps.v1.DaemonSet.after_roundtrip.yaml create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/apps.v1.Deployment.after_roundtrip.json create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/apps.v1.Deployment.after_roundtrip.pb create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/apps.v1.Deployment.after_roundtrip.yaml create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/apps.v1.ReplicaSet.after_roundtrip.json create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/apps.v1.ReplicaSet.after_roundtrip.pb create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/apps.v1.ReplicaSet.after_roundtrip.yaml create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/apps.v1.StatefulSet.after_roundtrip.json create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/apps.v1.StatefulSet.after_roundtrip.pb create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/apps.v1.StatefulSet.after_roundtrip.yaml create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta1.Deployment.after_roundtrip.json create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta1.Deployment.after_roundtrip.pb create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta1.Deployment.after_roundtrip.yaml create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta1.StatefulSet.after_roundtrip.json create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta1.StatefulSet.after_roundtrip.pb create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta1.StatefulSet.after_roundtrip.yaml create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta2.DaemonSet.after_roundtrip.json create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta2.DaemonSet.after_roundtrip.pb create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta2.DaemonSet.after_roundtrip.yaml create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta2.Deployment.after_roundtrip.json create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta2.Deployment.after_roundtrip.pb create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta2.Deployment.after_roundtrip.yaml create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta2.ReplicaSet.after_roundtrip.json create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta2.ReplicaSet.after_roundtrip.pb create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta2.ReplicaSet.after_roundtrip.yaml create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta2.StatefulSet.after_roundtrip.json create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta2.StatefulSet.after_roundtrip.pb create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta2.StatefulSet.after_roundtrip.yaml create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/batch.v1beta1.CronJob.after_roundtrip.json create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/batch.v1beta1.CronJob.after_roundtrip.yaml create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/batch.v1beta1.JobTemplate.after_roundtrip.json create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/batch.v1beta1.JobTemplate.after_roundtrip.yaml create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/core.v1.Pod.after_roundtrip.pb create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/core.v1.PodTemplate.after_roundtrip.pb create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/core.v1.ReplicationController.after_roundtrip.pb create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/extensions.v1beta1.DaemonSet.after_roundtrip.json create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/extensions.v1beta1.DaemonSet.after_roundtrip.pb create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/extensions.v1beta1.DaemonSet.after_roundtrip.yaml create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/extensions.v1beta1.Deployment.after_roundtrip.json create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/extensions.v1beta1.Deployment.after_roundtrip.pb create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/extensions.v1beta1.Deployment.after_roundtrip.yaml create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/extensions.v1beta1.ReplicaSet.after_roundtrip.json create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/extensions.v1beta1.ReplicaSet.after_roundtrip.pb create mode 100644 staging/src/k8s.io/api/testdata/v1.20.0/extensions.v1beta1.ReplicaSet.after_roundtrip.yaml 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 cb5084e541f..02217e880fd 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 @@ -441,8 +441,7 @@ "name": "174" } } - }, - "readOnly": true + } } } ], @@ -460,9 +459,9 @@ "ports": [ { "name": "180", - "hostPort": 852780575, - "containerPort": -1252938503, - "protocol": "Opwǩ曬逴褜1ØœȠƬQg鄠", + "hostPort": -1981710234, + "containerPort": -1109619518, + "protocol": "ĺ}潷ʒ胵輓Ɔȓ蹣ɐǛv+8Ƥ熪", "hostIP": "181" } ], @@ -471,11 +470,11 @@ "prefix": "182", "configMapRef": { "name": "183", - "optional": false + "optional": true }, "secretRef": { "name": "184", - "optional": false + "optional": true } } ], @@ -491,12 +490,12 @@ "resourceFieldRef": { "containerName": "189", "resource": "190", - "divisor": "139" + "divisor": "617" }, "configMapKeyRef": { "name": "191", "key": "192", - "optional": true + "optional": false }, "secretKeyRef": { "name": "193", @@ -508,10 +507,10 @@ ], "resources": { "limits": { - "LĹ]佱¿\u003e犵殇ŕ-Ɂ圯W:ĸ輦唊": "807" + "朷Ǝ膯ljVX1虊谇": "279" }, "requests": { - "嚧ʣq埄": "936" + "圯W:ĸ輦唊#v铿ʩȂ4ē鐭#嬀": "918" } }, "volumeMounts": [ @@ -519,7 +518,7 @@ "name": "195", "mountPath": "196", "subPath": "197", - "mountPropagation": "#嬀ơŸ8T 苧yñKJɐ扵Gƚ绤f", + "mountPropagation": "ó藢xɮĵȑ6L*", "subPathExpr": "198" } ], @@ -539,7 +538,7 @@ "path": "202", "port": "203", "host": "204", - "scheme": "u|榝$î.Ȏ蝪ʜ5遰=E埄Ȁ", + "scheme": "fʀļ腩墺Ò媁荭gw忊", "httpHeaders": [ { "name": "205", @@ -548,14 +547,14 @@ ] }, "tcpSocket": { - "port": 1714588921, + "port": -1761398388, "host": "207" }, - "initialDelaySeconds": -1246371817, - "timeoutSeconds": 617318981, - "periodSeconds": 432291364, - "successThreshold": 676578360, - "failureThreshold": -552281772 + "initialDelaySeconds": -1532958330, + "timeoutSeconds": -438588982, + "periodSeconds": 1004325340, + "successThreshold": -1313320434, + "failureThreshold": 14304392 }, "readinessProbe": { "exec": { @@ -565,9 +564,9 @@ }, "httpGet": { "path": "209", - "port": 1777326813, + "port": 1714588921, "host": "210", - "scheme": "ǟi\u0026皥贸碔lNKƙ順\\E¦", + "scheme": "Ư貾", "httpHeaders": [ { "name": "211", @@ -579,11 +578,11 @@ "port": "213", "host": "214" }, - "initialDelaySeconds": 1868887309, - "timeoutSeconds": -528664199, - "periodSeconds": -316996074, - "successThreshold": 1933968533, - "failureThreshold": 549215478 + "initialDelaySeconds": -552281772, + "timeoutSeconds": -677617960, + "periodSeconds": 383015301, + "successThreshold": -1717997927, + "failureThreshold": 1533365989 }, "startupProbe": { "exec": { @@ -593,9 +592,8 @@ }, "httpGet": { "path": "216", - "port": -374766088, + "port": -2121788927, "host": "217", - "scheme": "翜舞拉Œ", "httpHeaders": [ { "name": "218", @@ -604,26 +602,27 @@ ] }, "tcpSocket": { - "port": "220", - "host": "221" + "port": -518330919, + "host": "220" }, - "initialDelaySeconds": -190183379, - "timeoutSeconds": -940334911, - "periodSeconds": -341287812, - "successThreshold": 2030115750, - "failureThreshold": 1847163341 + "initialDelaySeconds": 1313273370, + "timeoutSeconds": -1296830577, + "periodSeconds": -1314967760, + "successThreshold": 1174240097, + "failureThreshold": -1928016742 }, "lifecycle": { "postStart": { "exec": { "command": [ - "222" + "221" ] }, "httpGet": { - "path": "223", - "port": -816630929, + "path": "222", + "port": "223", "host": "224", + "scheme": "偯J僳徥淳4", "httpHeaders": [ { "name": "225", @@ -632,7 +631,7 @@ ] }, "tcpSocket": { - "port": 1965273344, + "port": -1421951296, "host": "227" } }, @@ -644,115 +643,114 @@ }, "httpGet": { "path": "229", - "port": "230", - "host": "231", - "scheme": "SÄ蚃ɣľ)酊龨δ摖ȱğ_\u003c", + "port": -1856061695, + "host": "230", + "scheme": "Œɥ颶妧Ö闊 鰔澝qV訆Ǝ", "httpHeaders": [ { - "name": "232", - "value": "233" + "name": "231", + "value": "232" } ] }, "tcpSocket": { - "port": -385597677, - "host": "234" + "port": 509813083, + "host": "233" } } }, - "terminationMessagePath": "235", - "terminationMessagePolicy": "橈'", - "imagePullPolicy": "Ɖ飴ɎiǨ", + "terminationMessagePath": "234", + "terminationMessagePolicy": "²sNƗ¸g", + "imagePullPolicy": ")酊龨δ摖ȱğ_\u003cǬëJ橈'琕鶫:", "securityContext": { "capabilities": { "add": [ - "ǵɐ鰥Z" + "" ], "drop": [ - "´DÒȗÔÂɘɢ鬍熖B芭花ª瘡" + "Ȱ囌{屿oiɥ嵐sC8?Ǻ鱎ƙ;" ] }, "privileged": false, "seLinuxOptions": { - "user": "236", - "role": "237", - "type": "238", - "level": "239" + "user": "235", + "role": "236", + "type": "237", + "level": "238" }, "windowsOptions": { - "gmsaCredentialSpecName": "240", - "gmsaCredentialSpec": "241", - "runAsUserName": "242" + "gmsaCredentialSpecName": "239", + "gmsaCredentialSpec": "240", + "runAsUserName": "241" }, - "runAsUser": -1666202510534940446, - "runAsGroup": 2823592889848840099, + "runAsUser": 5431518803727886665, + "runAsGroup": -545284475172904979, "runAsNonRoot": false, "readOnlyRootFilesystem": true, "allowPrivilegeEscalation": true, - "procMount": "ƲǦŐnj汰", + "procMount": "丆", "seccompProfile": { - "type": "ŕİi騎C", - "localhostProfile": "243" + "type": "²Ŏ)/灩聋3趐囨", + "localhostProfile": "242" } - }, - "tty": true + } } ], "containers": [ { - "name": "244", - "image": "245", + "name": "243", + "image": "244", "command": [ - "246" + "245" ], "args": [ - "247" + "246" ], - "workingDir": "248", + "workingDir": "247", "ports": [ { - "name": "249", - "hostPort": -57730414, - "containerPort": -852140121, - "protocol": "ȣ±p", - "hostIP": "250" + "name": "248", + "hostPort": -1733181402, + "containerPort": -1365158918, + "protocol": "OǨ繫ʎǑyZ", + "hostIP": "249" } ], "envFrom": [ { - "prefix": "251", + "prefix": "250", "configMapRef": { - "name": "252", - "optional": true + "name": "251", + "optional": false }, "secretRef": { - "name": "253", + "name": "252", "optional": true } } ], "env": [ { - "name": "254", - "value": "255", + "name": "253", + "value": "254", "valueFrom": { "fieldRef": { - "apiVersion": "256", - "fieldPath": "257" + "apiVersion": "255", + "fieldPath": "256" }, "resourceFieldRef": { - "containerName": "258", - "resource": "259", - "divisor": "277" + "containerName": "257", + "resource": "258", + "divisor": "516" }, "configMapKeyRef": { - "name": "260", - "key": "261", + "name": "259", + "key": "260", "optional": true }, "secretKeyRef": { - "name": "262", - "key": "263", + "name": "261", + "key": "262", "optional": true } } @@ -760,252 +758,253 @@ ], "resources": { "limits": { - "斩ìh4ɊHȖ|ʐşƧ諔迮ƙIJ": "850" + "": "991" }, "requests": { - "jʒǚ鍰\\縑ɀ撑¼蠾8餑噭Dµ": "635" + "斩ìh4ɊHȖ|ʐşƧ諔迮ƙIJ": "850" } }, "volumeMounts": [ { - "name": "264", - "mountPath": "265", - "subPath": "266", - "mountPropagation": "衷,ƷƣMț譎懚", - "subPathExpr": "267" + "name": "263", + "readOnly": true, + "mountPath": "264", + "subPath": "265", + "mountPropagation": "ʒǚ鍰\\縑ɀ撑¼蠾8餑噭Dµ", + "subPathExpr": "266" } ], "volumeDevices": [ { - "name": "268", - "devicePath": "269" + "name": "267", + "devicePath": "268" } ], "livenessProbe": { "exec": { "command": [ - "270" + "269" ] }, "httpGet": { - "path": "271", - "port": 872525702, - "host": "272", - "scheme": "ay", + "path": "270", + "port": -543432015, + "host": "271", + "scheme": "ƷƣMț", "httpHeaders": [ { - "name": "273", - "value": "274" + "name": "272", + "value": "273" } ] }, "tcpSocket": { - "port": "275", - "host": "276" + "port": "274", + "host": "275" }, - "initialDelaySeconds": 628632965, - "timeoutSeconds": 552654052, - "periodSeconds": -1396197931, - "successThreshold": -1114385515, - "failureThreshold": 2144856253 + "initialDelaySeconds": -211480108, + "timeoutSeconds": -200074798, + "periodSeconds": 556036216, + "successThreshold": -1838917931, + "failureThreshold": -1563928252 }, "readinessProbe": { "exec": { "command": [ - "277" + "276" ] }, "httpGet": { - "path": "278", - "port": -1186720090, - "host": "279", - "scheme": "增猍ǵ xǨŴ壶ƵfȽÃ茓pȓɻ", + "path": "277", + "port": -426022413, + "host": "278", + "scheme": "躒訙Ǫʓ)ǂť嗆u8晲T[irȎ", "httpHeaders": [ { - "name": "280", - "value": "281" + "name": "279", + "value": "280" } ] }, "tcpSocket": { - "port": "282", - "host": "283" + "port": 1238925115, + "host": "281" }, - "initialDelaySeconds": 1737172479, - "timeoutSeconds": -767058113, - "periodSeconds": 1223564938, - "successThreshold": 1241693652, - "failureThreshold": 1803882645 + "initialDelaySeconds": -1758095966, + "timeoutSeconds": 1627026804, + "periodSeconds": -1508967300, + "successThreshold": -1058923098, + "failureThreshold": -1656699070 }, "startupProbe": { "exec": { "command": [ - "284" + "282" ] }, "httpGet": { - "path": "285", - "port": "286", - "host": "287", - "scheme": "賞ǧĒzŔ瘍N", + "path": "283", + "port": "284", + "host": "285", + "scheme": "ɜ瞍阎lğ Ņ#耗Ǚ(", "httpHeaders": [ { - "name": "288", - "value": "289" + "name": "286", + "value": "287" } ] }, "tcpSocket": { - "port": -531787516, - "host": "290" + "port": 317211081, + "host": "288" }, - "initialDelaySeconds": 2073630689, - "timeoutSeconds": -830875556, - "periodSeconds": -1395144116, - "successThreshold": -684167223, - "failureThreshold": -751455207 + "initialDelaySeconds": -1934305215, + "timeoutSeconds": -655359985, + "periodSeconds": 875971520, + "successThreshold": 161338049, + "failureThreshold": 65094252 }, "lifecycle": { "postStart": { "exec": { "command": [ - "291" + "289" ] }, "httpGet": { - "path": "292", - "port": "293", - "host": "294", - "scheme": "磉反", + "path": "290", + "port": "291", + "host": "292", + "scheme": "若`l}", "httpHeaders": [ { - "name": "295", - "value": "296" + "name": "293", + "value": "294" } ] }, "tcpSocket": { - "port": -313085430, - "host": "297" + "port": 2097633614, + "host": "295" } }, "preStop": { "exec": { "command": [ - "298" + "296" ] }, "httpGet": { - "path": "299", - "port": 413903479, - "host": "300", - "scheme": "ɛ棕ƈ眽炊礫Ƽ¨Ix糂", + "path": "297", + "port": 638012651, + "host": "298", + "scheme": "誹", "httpHeaders": [ { - "name": "301", - "value": "302" + "name": "299", + "value": "300" } ] }, "tcpSocket": { - "port": "303", - "host": "304" + "port": "301", + "host": "302" } } }, - "terminationMessagePath": "305", - "terminationMessagePolicy": "ǚŜEuEy竬ʆɞ", - "imagePullPolicy": "焬CQm坊柩", + "terminationMessagePath": "303", + "terminationMessagePolicy": "ɼ搳ǭ濑箨ʨIk(", + "imagePullPolicy": "腂ǂǚŜEuEy", "securityContext": { "capabilities": { "add": [ - "[ƕƑĝ®EĨǔvÄÚ" + "ɞȥ}礤铟怖ý萜Ǖ" ], "drop": [ - "p鬷m罂o3ǰ廋i乳'" + "8ǣƘƵŧ1ƟƓ宆!鍲ɋȑoG鄧蜢" ] }, "privileged": false, "seLinuxOptions": { - "user": "306", - "role": "307", - "type": "308", - "level": "309" + "user": "304", + "role": "305", + "type": "306", + "level": "307" }, "windowsOptions": { - "gmsaCredentialSpecName": "310", - "gmsaCredentialSpec": "311", - "runAsUserName": "312" + "gmsaCredentialSpecName": "308", + "gmsaCredentialSpec": "309", + "runAsUserName": "310" }, - "runAsUser": 2506229153551047343, - "runAsGroup": 3258181973067899469, - "runAsNonRoot": true, - "readOnlyRootFilesystem": true, + "runAsUser": 2424760700494115127, + "runAsGroup": 8749598715214557239, + "runAsNonRoot": false, + "readOnlyRootFilesystem": false, "allowPrivilegeEscalation": false, - "procMount": "蠲$ɛ溢臜裡", + "procMount": "阠$嬏", "seccompProfile": { - "type": "銵-紑浘牬釼aTG", - "localhostProfile": "313" + "type": "y¶熀ďJZ漤", + "localhostProfile": "311" } }, - "stdin": true + "stdinOnce": true } ], "ephemeralContainers": [ { - "name": "314", - "image": "315", + "name": "312", + "image": "313", "command": [ - "316" + "314" ], "args": [ - "317" + "315" ], - "workingDir": "318", + "workingDir": "316", "ports": [ { - "name": "319", - "hostPort": -92253969, - "containerPort": 243566659, - "protocol": "×DJɶ羹ƞʓ%ʝ`ǭ躌ñ?卶滿筇", - "hostIP": "320" + "name": "317", + "hostPort": -1617422199, + "containerPort": -902839620, + "protocol": "縆łƑ[澔槃JŵǤ桒ɴ鉂W", + "hostIP": "318" } ], "envFrom": [ { - "prefix": "321", + "prefix": "319", "configMapRef": { - "name": "322", - "optional": false + "name": "320", + "optional": true }, "secretRef": { - "name": "323", + "name": "321", "optional": true } } ], "env": [ { - "name": "324", - "value": "325", + "name": "322", + "value": "323", "valueFrom": { "fieldRef": { - "apiVersion": "326", - "fieldPath": "327" + "apiVersion": "324", + "fieldPath": "325" }, "resourceFieldRef": { - "containerName": "328", - "resource": "329", - "divisor": "574" + "containerName": "326", + "resource": "327", + "divisor": "776" }, "configMapKeyRef": { - "name": "330", - "key": "331", - "optional": true + "name": "328", + "key": "329", + "optional": false }, "secretKeyRef": { - "name": "332", - "key": "333", + "name": "330", + "key": "331", "optional": false } } @@ -1013,250 +1012,252 @@ ], "resources": { "limits": { - "ĭ$": "530" + "ȾD虓氙磂tńČȷǻ.wȏâ磠Ƴ崖S«": "274" }, "requests": { - "«V¯ÁȦtl敷": "698" + "仁": "342" } }, "volumeMounts": [ { - "name": "334", - "mountPath": "335", - "subPath": "336", - "mountPropagation": "Ű藛b磾sYȠ繽敮ǰ", - "subPathExpr": "337" + "name": "332", + "mountPath": "333", + "subPath": "334", + "mountPropagation": "l敷斢杧ż鯀1'鸔ɧWǘ炙B", + "subPathExpr": "335" } ], "volumeDevices": [ { - "name": "338", - "devicePath": "339" + "name": "336", + "devicePath": "337" } ], "livenessProbe": { "exec": { "command": [ - "340" + "338" ] }, "httpGet": { - "path": "341", - "port": 731136838, - "host": "342", - "scheme": "繡旹翃ɾ氒ĺʈʫ羶剹Ɗ", + "path": "339", + "port": -1703472232, + "host": "340", + "scheme": "ɎƺL肄$鬬$矐_敕ű嵞嬯t{Eɾ敹Ȯ", "httpHeaders": [ { - "name": "343", - "value": "344" + "name": "341", + "value": "342" } ] }, "tcpSocket": { - "port": -183458945, - "host": "345" + "port": "343", + "host": "344" }, - "initialDelaySeconds": -1223327585, - "timeoutSeconds": -99080494, - "periodSeconds": -1531582553, - "successThreshold": 1474671869, - "failureThreshold": 1471419756 + "initialDelaySeconds": -1726456869, + "timeoutSeconds": 892837330, + "periodSeconds": 789384689, + "successThreshold": 436796816, + "failureThreshold": 1017403804 }, "readinessProbe": { "exec": { "command": [ - "346" + "345" ] }, "httpGet": { - "path": "347", - "port": 892837330, - "host": "348", - "scheme": "気Ƀ秮ò", + "path": "346", + "port": 1290315514, + "host": "347", + "scheme": "廤", "httpHeaders": [ { - "name": "349", - "value": "350" + "name": "348", + "value": "349" } ] }, "tcpSocket": { - "port": "351", - "host": "352" + "port": "350", + "host": "351" }, - "initialDelaySeconds": -1649234654, - "timeoutSeconds": -263708518, - "periodSeconds": 541943046, - "successThreshold": 1502194981, - "failureThreshold": 1447996588 + "initialDelaySeconds": 307856269, + "timeoutSeconds": -1072116268, + "periodSeconds": 492351478, + "successThreshold": 983624601, + "failureThreshold": -1836690542 }, "startupProbe": { "exec": { "command": [ - "353" + "352" ] }, "httpGet": { - "path": "354", - "port": "355", - "host": "356", - "scheme": "đ\u003e*劶?", + "path": "353", + "port": "354", + "host": "355", + "scheme": "職铳s44矕Ƈè*鑏='ʨ|Ǔ", "httpHeaders": [ { - "name": "357", - "value": "358" + "name": "356", + "value": "357" } ] }, "tcpSocket": { - "port": -176877925, - "host": "359" + "port": 718799934, + "host": "358" }, - "initialDelaySeconds": 1008425444, - "timeoutSeconds": -821592382, - "periodSeconds": 1678953375, - "successThreshold": 1045190247, - "failureThreshold": 1805682547 + "initialDelaySeconds": -1333877527, + "timeoutSeconds": -1452767599, + "periodSeconds": 1972286304, + "successThreshold": -2067214763, + "failureThreshold": -1238148960 }, "lifecycle": { "postStart": { "exec": { "command": [ - "360" + "359" ] }, "httpGet": { - "path": "361", - "port": 1767555420, - "host": "362", - "scheme": "e", + "path": "360", + "port": -839925309, + "host": "361", + "scheme": "歹s梊ɥʋ", "httpHeaders": [ { - "name": "363", - "value": "364" + "name": "362", + "value": "363" } ] }, "tcpSocket": { - "port": "365", - "host": "366" + "port": "364", + "host": "365" } }, "preStop": { "exec": { "command": [ - "367" + "366" ] }, "httpGet": { - "path": "368", - "port": -1452767599, - "host": "369", - "scheme": " 瞍髃#ɣȕ", + "path": "367", + "port": -835196821, + "host": "368", + "scheme": "'蠨磼O_h盌3+Œ9两@8", "httpHeaders": [ { - "name": "370", - "value": "371" + "name": "369", + "value": "370" } ] }, "tcpSocket": { - "port": "372", - "host": "373" + "port": -130408357, + "host": "371" } } }, - "terminationMessagePath": "374", - "terminationMessagePolicy": "s梊ɥʋăƻ遲njlȘ鹾K", - "imagePullPolicy": "O_h盌3+Œ9两@8Byß讪Ă2", + "terminationMessagePath": "372", + "terminationMessagePolicy": "讪Ă2讅缔m葰賦迾娙ƴ4虵p蓋沥7uP", + "imagePullPolicy": "虀^背遻堣灭ƴɦ燻", "securityContext": { "capabilities": { "add": [ - "m葰賦迾娙ƴ4虵p蓋沥7uPƒw©ɴĶ" + "Sĕ濦ʓɻŊ0蚢鑸鶲Ãqb轫ʓ滨ĖRh" ], "drop": [ - "" + "颉h" ] }, - "privileged": true, + "privileged": false, "seLinuxOptions": { - "user": "375", - "role": "376", - "type": "377", - "level": "378" + "user": "373", + "role": "374", + "type": "375", + "level": "376" }, "windowsOptions": { - "gmsaCredentialSpecName": "379", - "gmsaCredentialSpec": "380", - "runAsUserName": "381" + "gmsaCredentialSpecName": "377", + "gmsaCredentialSpec": "378", + "runAsUserName": "379" }, - "runAsUser": 6816267869367451869, - "runAsGroup": 9111865674949727136, + "runAsUser": -6458893750559270292, + "runAsGroup": 4010419783586555910, "runAsNonRoot": true, "readOnlyRootFilesystem": true, - "allowPrivilegeEscalation": false, - "procMount": "Ř筿", + "allowPrivilegeEscalation": true, + "procMount": "殚篎3o8[y", "seccompProfile": { - "type": "5Ų買霎ȃň[\u003eą S", - "localhostProfile": "382" + "type": "t(ȗŜŲ\u0026洪y儕lmòɻŶJ詢QǾɁ", + "localhostProfile": "380" } }, + "stdin": true, "stdinOnce": true, - "targetContainerName": "383" + "tty": true, + "targetContainerName": "381" } ], - "restartPolicy": "'呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG", - "terminationGracePeriodSeconds": -155552760352472950, - "activeDeadlineSeconds": 7109959542220202422, - "dnsPolicy": "#t(ȗŜŲ\u0026洪y儕l", + "restartPolicy": "鯇ɀ魒Ð扬=惍EʦŊ", + "terminationGracePeriodSeconds": 6429479287377373080, + "activeDeadlineSeconds": -9181673998572382321, + "dnsPolicy": "ȃ$|gɳ礬.b屏", "nodeSelector": { - "384": "385" + "382": "383" }, - "serviceAccountName": "386", - "serviceAccount": "387", - "automountServiceAccountToken": false, - "nodeName": "388", + "serviceAccountName": "384", + "serviceAccount": "385", + "automountServiceAccountToken": true, + "nodeName": "386", "hostNetwork": true, - "hostIPC": true, + "hostPID": true, "shareProcessNamespace": false, "securityContext": { "seLinuxOptions": { - "user": "389", - "role": "390", - "type": "391", - "level": "392" + "user": "387", + "role": "388", + "type": "389", + "level": "390" }, "windowsOptions": { - "gmsaCredentialSpecName": "393", - "gmsaCredentialSpec": "394", - "runAsUserName": "395" + "gmsaCredentialSpecName": "391", + "gmsaCredentialSpec": "392", + "runAsUserName": "393" }, - "runAsUser": 4841944355356012825, - "runAsGroup": -4962946920772050319, - "runAsNonRoot": true, + "runAsUser": 7375851700105205526, + "runAsGroup": -8471243268942862734, + "runAsNonRoot": false, "supplementalGroups": [ - 5695420257629724684 + 6241883428430393253 ], - "fsGroup": -4548866432246561416, + "fsGroup": 4174818639540616638, "sysctls": [ { - "name": "396", - "value": "397" + "name": "394", + "value": "395" } ], - "fsGroupChangePolicy": "Ð扬", + "fsGroupChangePolicy": "趐V曡88 ", "seccompProfile": { - "type": "惍EʦŊĊ娮rȧ", - "localhostProfile": "398" + "type": "怞荊ù灹8緔Tj", + "localhostProfile": "396" } }, "imagePullSecrets": [ { - "name": "399" + "name": "397" } ], - "hostname": "400", - "subdomain": "401", + "hostname": "398", + "subdomain": "399", "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { @@ -1264,19 +1265,19 @@ { "matchExpressions": [ { - "key": "402", - "operator": "ɳ礬.b屏ɧeʫį淓¯Ą0", + "key": "400", + "operator": "ƫZɀȩ愉", "values": [ - "403" + "401" ] } ], "matchFields": [ { - "key": "404", - "operator": "鮽ǍJB膾扉A­1襏櫯³£h刪q塨", + "key": "402", + "operator": "m嵘厶sȰÖ埡ÆɰŞ襵樞", "values": [ - "405" + "403" ] } ] @@ -1285,23 +1286,23 @@ }, "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -177041290, + "weight": 2082229073, "preference": { "matchExpressions": [ { - "key": "406", - "operator": "聧扈4ƫZ", + "key": "404", + "operator": "ƨɤ血x柱栦阫Ƈʥ椹", "values": [ - "407" + "405" ] } ], "matchFields": [ { - "key": "408", - "operator": " ɲ±", + "key": "406", + "operator": "_", "values": [ - "409" + "407" ] } ] @@ -1314,27 +1315,33 @@ { "labelSelector": { "matchLabels": { - "p_N-1": "O-BZ..6-1.S-B3_.b7" + "3--51": "h-K5y_AzOBW.9oE9_6.-v" }, "matchExpressions": [ { - "key": "1rhm-5y--z-0/5eQ9", - "operator": "DoesNotExist" + "key": "064eqk5--f4e4--r1k278l-d-8o1-x-1wl----fr.ajz-659--0l-029/2bIZ__4", + "operator": "In", + "values": [ + "S6l.-5_BZk5v3aUK_--_o_2.--4Z7__i1T.miw7" + ] } ] }, "namespaces": [ - "416" + "414" ], - "topologyKey": "417", + "topologyKey": "415", "namespaceSelector": { "matchLabels": { - "93z-w5----7-z-63-z---5r-v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-354/9--v17r__.2bIZ___._6..tf-_u-3-_n0..KpiS.oK-.O--5-yp8q_s-1__gwj": "5HG2_5XOAX.gUqV22-4-ye52yQh7.6.-y-s4483Po_L3f1-7_O4.nM" + "j_.5.40Rw4gD.._.-x6db-L7.-__-G_2kp": "H_.39g_.--_-_ve5.m_2_--XZ-x.__.M" }, "matchExpressions": [ { - "key": "8mtxb__-ex-_1_-ODgC_1-_8__3", - "operator": "DoesNotExist" + "key": "Pw_-r75--_-A-oQ", + "operator": "NotIn", + "values": [ + "3i__a.O2G_-_K-.03.mp.-10k" + ] } ] } @@ -1342,30 +1349,30 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -555161071, + "weight": 256213209, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "73ph2/2..wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m..C": "r-v-3-BO" + "fY6T4g_-.._Lf2t_m...CqrN7_B__--v-3-BzO5z80n_Ht5W_._._-2M2Z": "i_P..w-W_-nE...-__--.k47M7y-Dy__3wc.q.8_00.0_._.-_L-__bJ" }, "matchExpressions": [ { - "key": "q1wwv3--f4x4-br5r---r8oh.1nt-23h-4z-21-sap--h--q0h-t2n4s-6-k5-7-a0w8/2._I-_P..w-W_-nE...-__--.k47M7y-Dy__3wc.q.8_00.L", + "key": "7Pn-W23-_.z_.._s--_F-BR-.h_-2-s", "operator": "Exists" } ] }, "namespaces": [ - "430" + "428" ], - "topologyKey": "431", + "topologyKey": "429", "namespaceSelector": { "matchLabels": { - "r4T-I.-..K.-.0__sD.-.-_I-F.PWtO4-7-P41_.-.-AQ._r.Y": "w1k8KLu..ly--JM" + "2--4-r4p--w1k8--y.e2-08vc--4-7hdum1-f-7-k8q/YD-Q9_-__..YNFu7Pg-.814e-_07-ht-E6___-X__H.-39-A_-_l67Q.-t": "V._nV34GH" }, "matchExpressions": [ { - "key": "RT.0zo", + "key": "9105-4_ed-0-i_zZsY_o8t5Vl6_..C", "operator": "DoesNotExist" } ] @@ -1379,29 +1386,32 @@ { "labelSelector": { "matchLabels": { - "FnV34G._--u.._.105-4_ed-0-i_zZsY_o8t5Vl6_..C": "m_dc__G6N-_-0o.0C_gV.9_G-.-z1YH" + "q0o.0C_gV.9_G-.-z1YH": "b.9x98MM7-.e.Dx._.W-6..4_MU7iLfS-0.9-.-._.1..sA" }, "matchExpressions": [ { - "key": "7W-6..4_MU7iLfS-0.9-.-._.1..s._jP6j.u--.K-g", - "operator": "DoesNotExist" + "key": "s4dw-buv-f55-2k2-e-443m678-2v89-zk873--1n133.or-0-2--rad877gr62g/dg__..2bidF.-0-...WE.-_tdt_-Z0_TMp", + "operator": "NotIn", + "values": [ + "MGbG-_-8Qi..9-4.2K_FQ.E--__K-hg" + ] } ] }, "namespaces": [ - "444" + "442" ], - "topologyKey": "445", + "topologyKey": "443", "namespaceSelector": { "matchLabels": { - "p-...Z-O.-.jL_v.-_.4dwFbuvEf55Y22": "eF..3m6.._2v89U--8.3N_.n1.--.._-x_4..u2-__3uM77U7.p" + "4vk58-7e74-ddq-a-lcv0n1-i-d-----9---063-qm-j-w.57k--e--x--b--1-n4-a--o2h0fy-j-5-5-2nw/1._-_CH--.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133T": "P-336-.B__.QiA6._3o_V-w._-0d__7.81_-._-_8_8" }, "matchExpressions": [ { - "key": "Ky7-_0Vw-Nzfdw.3-._CJ4a1._-_CH--.C.8-S9_-4w", + "key": "0476b---nhc50-de2qh2-b-6--13lk5-e4-u-5kvp-----887j72qz6-7d841/R._.3l-_86_u2-7_._qN__A_f_-B3_UP", "operator": "In", "values": [ - "u-_qv4--_.6_N_9X-B.s8.N_rM-k5.C.e.._d--Y-_l-v0-1V-d" + "396h8.G__B3" ] } ] @@ -1410,30 +1420,30 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 339079271, + "weight": 1856144088, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "ux_E4-.-PT-_Nx__-F_._n.WaY_o.-0-yE-R5W5_2n...78o": "Jj-3.J-.-r_-oPd-.2_Z__.-_U-.60--o._8H__ln_9--Avi.gZdnV" + "Q-.-.g-_Z_-nSLq": "4P--_q-...Oai.D7-_9..8-8yw..__Yb_58.p-06jVZ-uP.t_.O3" }, "matchExpressions": [ { - "key": "3.js--a---..6bD_M--c.0Q--2qh.Eb_.__1.-5", + "key": "3d/6_M5..-N_H_55..--E3_2D-1DW__o_-._kzB7U_.Q.45cy-5", "operator": "Exists" } ] }, "namespaces": [ - "458" + "456" ], - "topologyKey": "459", + "topologyKey": "457", "namespaceSelector": { "matchLabels": { - "E35H__.B_E": "U..u8gwbk" + "2x-cpor---cigu---4-2-4k0267h-rl-l-u575b93-r6---4g-vg3t.vuo17qre-33-5-u8f0f1q8/6": "px_0-.mJe__.B-cd2_4" }, "matchExpressions": [ { - "key": "Q_mgi.U.-e7z-t0-pQ-.-.g-_Z_-nSL.--4i", + "key": "1s._K9-.AJ-_8--___b____03_6.K8lY", "operator": "Exists" } ] @@ -1443,66 +1453,64 @@ ] } }, - "schedulerName": "466", + "schedulerName": "464", "tolerations": [ { - "key": "467", - "operator": "ŭʔb'?舍ȃʥx臥]å摞", - "value": "468", - "tolerationSeconds": 3053978290188957517 + "key": "465", + "operator": "0yVA嬂刲;牆詒ĸąs", + "value": "466", + "effect": "kx-餌勀奷Ŏ", + "tolerationSeconds": -9038755672632113093 } ], "hostAliases": [ { - "ip": "469", + "ip": "467", "hostnames": [ - "470" + "468" ] } ], - "priorityClassName": "471", - "priority": -340583156, + "priorityClassName": "469", + "priority": -1133320634, "dnsConfig": { "nameservers": [ - "472" + "470" ], "searches": [ - "473" + "471" ], "options": [ { - "name": "474", - "value": "475" + "name": "472", + "value": "473" } ] }, "readinessGates": [ { - "conditionType": "țc£PAÎǨȨ栋" + "conditionType": "į" } ], - "runtimeClassName": "476", - "enableServiceLinks": false, - "preemptionPolicy": "n{鳻", + "runtimeClassName": "474", + "enableServiceLinks": true, + "preemptionPolicy": "Ʀ[螵沊齣薣鰎đƝ):惝ŵ髿ɔ", "overhead": { - "隅DžbİEMǶɼ`|褞": "229" + "k_": "725" }, "topologySpreadConstraints": [ { - "maxSkew": 1486667065, - "topologyKey": "477", - "whenUnsatisfiable": "DŽɤȶšɞƵõ禲#樹罽濅ʏ 撜粞", + "maxSkew": -2046521037, + "topologyKey": "475", + "whenUnsatisfiable": "\"T#sM網m", "labelSelector": { "matchLabels": { - "H_55..--E3_2D-1DW__o_-.k": "7" + "3.hy9---2--e-yya--bj7-l-9aw--2/hs.-_DM__28W-_-.0HfR-_f-5": "019_-gYY._..fP--hQ7be__-.-g-5.-59...7q___n.__16ee.6" }, "matchExpressions": [ { - "key": "oZvt.LT60v.WxPc---K__-iguFGT._.Y4-0.67hP-lX-_-..b", - "operator": "NotIn", - "values": [ - "H1z..j_.r3--T" - ] + "key": "B.rTt7bm9I.-..q-F-.__ck", + "operator": "DoesNotExist" } ] } @@ -1512,32 +1520,32 @@ } }, "updateStrategy": { - "type": "șa汸\u003cƋlɋN磋镮ȺPÈ", + "type": "周藢烡Z树Ȁ謁", "rollingUpdate": { "maxUnavailable": 2, "maxSurge": 3 } }, - "minReadySeconds": 1750503412, - "revisionHistoryLimit": 128240007 + "minReadySeconds": -59186930, + "revisionHistoryLimit": -1552013182 }, "status": { - "currentNumberScheduled": -900194589, - "numberMisscheduled": 295177820, - "desiredNumberScheduled": 1576197985, - "numberReady": -702578810, - "observedGeneration": -1989254568785172688, - "updatedNumberScheduled": -855944448, - "numberAvailable": -1556190810, - "numberUnavailable": -487001726, - "collisionCount": -2081947001, + "currentNumberScheduled": 854102661, + "numberMisscheduled": -1489341847, + "desiredNumberScheduled": -753344268, + "numberReady": -524542843, + "observedGeneration": -5582776069361093393, + "updatedNumberScheduled": -194384924, + "numberAvailable": -1758862804, + "numberUnavailable": -78446609, + "collisionCount": -730503981, "conditions": [ { - "type": "薑Ȣ#闬輙怀¹bCũw¼ ǫ", - "status": ":$", - "lastTransitionTime": "2082-11-07T20:44:23Z", - "reason": "484", - "message": "485" + "type": "傢z¦Ā竚ĐȌƨǴ叆ĄD輷東t½", + "status": "n坾\u0026Pɫ(ʙÆ", + "lastTransitionTime": "2310-01-11T15:23:07Z", + "reason": "482", + "message": "483" } ] } 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 95e8d654971cefdca22cd3a0c750d444a91648a4..562695bbffa590f9fcff6630483ff3f2da099123 100644 GIT binary patch delta 5706 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 GUjGMMhW42N delta 5299 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ą S + localhostProfile: "380" + type: t(ȗŜŲ&洪y儕lmòɻŶJ詢QǾɁ windowsOptions: - gmsaCredentialSpec: "380" - gmsaCredentialSpecName: "379" - runAsUserName: "381" + gmsaCredentialSpec: "378" + gmsaCredentialSpecName: "377" + runAsUserName: "379" startupProbe: exec: command: - - "353" - failureThreshold: 1805682547 + - "352" + failureThreshold: -1238148960 httpGet: - host: "356" + host: "355" httpHeaders: - - name: "357" - value: "358" - path: "354" - port: "355" - scheme: đ>*劶? - initialDelaySeconds: 1008425444 - periodSeconds: 1678953375 - successThreshold: 1045190247 + - name: "356" + value: "357" + path: "353" + port: "354" + scheme: 職铳s44矕Ƈè*鑏='ʨ|Ǔ + initialDelaySeconds: -1333877527 + periodSeconds: 1972286304 + successThreshold: -2067214763 tcpSocket: - host: "359" - port: -176877925 - timeoutSeconds: -821592382 + host: "358" + port: 718799934 + timeoutSeconds: -1452767599 + stdin: true stdinOnce: true - targetContainerName: "383" - terminationMessagePath: "374" - terminationMessagePolicy: s梊ɥʋăƻ遲njlȘ鹾K + targetContainerName: "381" + terminationMessagePath: "372" + terminationMessagePolicy: 讪Ă2讅缔m葰賦迾娙ƴ4虵p蓋沥7uP + tty: true volumeDevices: - - devicePath: "339" - name: "338" + - devicePath: "337" + name: "336" volumeMounts: - - mountPath: "335" - mountPropagation: Ű藛b磾sYȠ繽敮ǰ - name: "334" - subPath: "336" - subPathExpr: "337" - workingDir: "318" + - mountPath: "333" + mountPropagation: l敷斢杧ż鯀1'鸔ɧWǘ炙B + name: "332" + subPath: "334" + subPathExpr: "335" + workingDir: "316" hostAliases: - hostnames: - - "470" - ip: "469" - hostIPC: true + - "468" + ip: "467" hostNetwork: true - hostname: "400" + hostPID: true + hostname: "398" imagePullSecrets: - - name: "399" + - name: "397" initContainers: - args: - "178" @@ -554,13 +564,13 @@ spec: configMapKeyRef: key: "192" name: "191" - optional: true + optional: false fieldRef: apiVersion: "187" fieldPath: "188" resourceFieldRef: containerName: "189" - divisor: "139" + divisor: "617" resource: "190" secretKeyRef: key: "194" @@ -569,48 +579,49 @@ spec: envFrom: - configMapRef: name: "183" - optional: false + optional: true prefix: "182" secretRef: name: "184" - optional: false + optional: true image: "176" - imagePullPolicy: Ɖ飴ɎiǨ + imagePullPolicy: ')酊龨δ摖ȱğ_<ǬëJ橈''琕鶫:' lifecycle: postStart: exec: command: - - "222" + - "221" httpGet: host: "224" httpHeaders: - name: "225" value: "226" - path: "223" - port: -816630929 + path: "222" + port: "223" + scheme: 偯J僳徥淳4 tcpSocket: host: "227" - port: 1965273344 + port: -1421951296 preStop: exec: command: - "228" httpGet: - host: "231" + host: "230" httpHeaders: - - name: "232" - value: "233" + - name: "231" + value: "232" path: "229" - port: "230" - scheme: SÄ蚃ɣľ)酊龨δ摖ȱğ_< + port: -1856061695 + scheme: Œɥ颶妧Ö闊 鰔澝qV訆Ǝ tcpSocket: - host: "234" - port: -385597677 + host: "233" + port: 509813083 livenessProbe: exec: command: - "201" - failureThreshold: -552281772 + failureThreshold: 14304392 httpGet: host: "204" httpHeaders: @@ -618,163 +629,160 @@ spec: value: "206" path: "202" port: "203" - scheme: u|榝$î.Ȏ蝪ʜ5遰=E埄Ȁ - initialDelaySeconds: -1246371817 - periodSeconds: 432291364 - successThreshold: 676578360 + scheme: fʀļ腩墺Ò媁荭gw忊 + initialDelaySeconds: -1532958330 + periodSeconds: 1004325340 + successThreshold: -1313320434 tcpSocket: host: "207" - port: 1714588921 - timeoutSeconds: 617318981 + port: -1761398388 + timeoutSeconds: -438588982 name: "175" ports: - - containerPort: -1252938503 + - containerPort: -1109619518 hostIP: "181" - hostPort: 852780575 + hostPort: -1981710234 name: "180" - protocol: Opwǩ曬逴褜1ØœȠƬQg鄠 + protocol: ĺ}潷ʒ胵輓Ɔȓ蹣ɐǛv+8Ƥ熪 readinessProbe: exec: command: - "208" - failureThreshold: 549215478 + failureThreshold: 1533365989 httpGet: host: "210" httpHeaders: - name: "211" value: "212" path: "209" - port: 1777326813 - scheme: ǟi&皥贸碔lNKƙ順\E¦ - initialDelaySeconds: 1868887309 - periodSeconds: -316996074 - successThreshold: 1933968533 + port: 1714588921 + scheme: Ư貾 + initialDelaySeconds: -552281772 + periodSeconds: 383015301 + successThreshold: -1717997927 tcpSocket: host: "214" port: "213" - timeoutSeconds: -528664199 + timeoutSeconds: -677617960 resources: limits: - LĹ]佱¿>犵殇ŕ-Ɂ圯W:ĸ輦唊: "807" + 朷Ǝ膯ljVX1虊谇: "279" requests: - 嚧ʣq埄: "936" + 圯W:ĸ輦唊#v铿ʩȂ4ē鐭#嬀: "918" securityContext: allowPrivilegeEscalation: true capabilities: add: - - ǵɐ鰥Z + - "" drop: - - ´DÒȗÔÂɘɢ鬍熖B芭花ª瘡 + - Ȱ囌{屿oiɥ嵐sC8?Ǻ鱎ƙ; privileged: false - procMount: ƲǦŐnj汰 + procMount: 丆 readOnlyRootFilesystem: true - runAsGroup: 2823592889848840099 + runAsGroup: -545284475172904979 runAsNonRoot: false - runAsUser: -1666202510534940446 + runAsUser: 5431518803727886665 seLinuxOptions: - level: "239" - role: "237" - type: "238" - user: "236" + level: "238" + role: "236" + type: "237" + user: "235" seccompProfile: - localhostProfile: "243" - type: ŕİi騎C + localhostProfile: "242" + type: ²Ŏ)/灩聋3趐囨 windowsOptions: - gmsaCredentialSpec: "241" - gmsaCredentialSpecName: "240" - runAsUserName: "242" + gmsaCredentialSpec: "240" + gmsaCredentialSpecName: "239" + runAsUserName: "241" startupProbe: exec: command: - "215" - failureThreshold: 1847163341 + failureThreshold: -1928016742 httpGet: host: "217" httpHeaders: - name: "218" value: "219" path: "216" - port: -374766088 - scheme: 翜舞拉Œ - initialDelaySeconds: -190183379 - periodSeconds: -341287812 - successThreshold: 2030115750 + port: -2121788927 + initialDelaySeconds: 1313273370 + periodSeconds: -1314967760 + successThreshold: 1174240097 tcpSocket: - host: "221" - port: "220" - timeoutSeconds: -940334911 - terminationMessagePath: "235" - terminationMessagePolicy: 橈' - tty: true + host: "220" + port: -518330919 + timeoutSeconds: -1296830577 + terminationMessagePath: "234" + terminationMessagePolicy: ²sNƗ¸g volumeDevices: - devicePath: "200" name: "199" volumeMounts: - mountPath: "196" - mountPropagation: '#嬀ơŸ8T 苧yñKJɐ扵Gƚ绤f' + mountPropagation: ó藢xɮĵȑ6L* name: "195" subPath: "197" subPathExpr: "198" workingDir: "179" - nodeName: "388" + nodeName: "386" nodeSelector: - "384": "385" + "382": "383" overhead: - 隅DžbİEMǶɼ`|褞: "229" - preemptionPolicy: n{鳻 - priority: -340583156 - priorityClassName: "471" + k_: "725" + preemptionPolicy: Ʀ[螵沊齣薣鰎đƝ):惝ŵ髿ɔ + priority: -1133320634 + priorityClassName: "469" readinessGates: - - conditionType: țc£PAÎǨȨ栋 - restartPolicy: '''呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG' - runtimeClassName: "476" - schedulerName: "466" + - conditionType: į + restartPolicy: 鯇ɀ魒Ð扬=惍EʦŊ + runtimeClassName: "474" + schedulerName: "464" securityContext: - fsGroup: -4548866432246561416 - fsGroupChangePolicy: Ð扬 - runAsGroup: -4962946920772050319 - runAsNonRoot: true - runAsUser: 4841944355356012825 + fsGroup: 4174818639540616638 + fsGroupChangePolicy: '趐V曡88 ' + runAsGroup: -8471243268942862734 + runAsNonRoot: false + runAsUser: 7375851700105205526 seLinuxOptions: - level: "392" - role: "390" - type: "391" - user: "389" + level: "390" + role: "388" + type: "389" + user: "387" seccompProfile: - localhostProfile: "398" - type: 惍EʦŊĊ娮rȧ + localhostProfile: "396" + type: 怞荊ù灹8緔Tj supplementalGroups: - - 5695420257629724684 + - 6241883428430393253 sysctls: - - name: "396" - value: "397" + - name: "394" + value: "395" windowsOptions: - gmsaCredentialSpec: "394" - gmsaCredentialSpecName: "393" - runAsUserName: "395" - serviceAccount: "387" - serviceAccountName: "386" + gmsaCredentialSpec: "392" + gmsaCredentialSpecName: "391" + runAsUserName: "393" + serviceAccount: "385" + serviceAccountName: "384" setHostnameAsFQDN: false shareProcessNamespace: false - subdomain: "401" - terminationGracePeriodSeconds: -155552760352472950 + subdomain: "399" + terminationGracePeriodSeconds: 6429479287377373080 tolerations: - - key: "467" - operator: ŭʔb'?舍ȃʥx臥]å摞 - tolerationSeconds: 3053978290188957517 - value: "468" + - effect: kx-餌勀奷Ŏ + key: "465" + operator: 0yVA嬂刲;牆詒ĸąs + tolerationSeconds: -9038755672632113093 + value: "466" topologySpreadConstraints: - labelSelector: matchExpressions: - - key: oZvt.LT60v.WxPc---K__-iguFGT._.Y4-0.67hP-lX-_-..b - operator: NotIn - values: - - H1z..j_.r3--T + - key: B.rTt7bm9I.-..q-F-.__ck + operator: DoesNotExist matchLabels: - H_55..--E3_2D-1DW__o_-.k: "7" - maxSkew: 1486667065 - topologyKey: "477" - whenUnsatisfiable: DŽɤȶšɞƵõ禲#樹罽濅ʏ 撜粞 + 3.hy9---2--e-yya--bj7-l-9aw--2/hs.-_DM__28W-_-.0HfR-_f-5: 019_-gYY._..fP--hQ7be__-.-g-5.-59...7q___n.__16ee.6 + maxSkew: -2046521037 + topologyKey: "475" + whenUnsatisfiable: '"T#sM網m' volumes: - awsElasticBlockStore: fsType: "47" @@ -836,7 +844,6 @@ spec: medium: ɹ坼É/pȿ sizeLimit: "804" ephemeral: - readOnly: true volumeClaimTemplate: metadata: annotations: @@ -1031,20 +1038,20 @@ spec: rollingUpdate: maxSurge: 3 maxUnavailable: 2 - type: șa汸<ƋlɋN磋镮ȺPÈ + type: 周藢烡Z树Ȁ謁 status: - collisionCount: -2081947001 + collisionCount: -730503981 conditions: - - lastTransitionTime: "2082-11-07T20:44:23Z" - message: "485" - reason: "484" - status: :$ - type: 薑Ȣ#闬輙怀¹bCũw¼ ǫ - currentNumberScheduled: -900194589 - desiredNumberScheduled: 1576197985 - numberAvailable: -1556190810 - numberMisscheduled: 295177820 - numberReady: -702578810 - numberUnavailable: -487001726 - observedGeneration: -1989254568785172688 - updatedNumberScheduled: -855944448 + - lastTransitionTime: "2310-01-11T15:23:07Z" + message: "483" + reason: "482" + status: n坾&Pɫ(ʙÆ + type: 傢z¦Ā竚ĐȌƨǴ叆ĄD輷東t½ + currentNumberScheduled: 854102661 + desiredNumberScheduled: -753344268 + numberAvailable: -1758862804 + numberMisscheduled: -1489341847 + numberReady: -524542843 + numberUnavailable: -78446609 + observedGeneration: -5582776069361093393 + updatedNumberScheduled: -194384924 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 73b5ea74171..a7bf63be15e 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 @@ -442,8 +442,7 @@ "name": "174" } } - }, - "readOnly": true + } } } ], @@ -461,9 +460,9 @@ "ports": [ { "name": "180", - "hostPort": 282592353, - "containerPort": 377225334, - "protocol": "Ƹ[Ęİ榌U髷裎$MVȟ@7", + "hostPort": 1923334396, + "containerPort": -1343558801, + "protocol": "@掇lNdǂ\u003e", "hostIP": "181" } ], @@ -472,11 +471,11 @@ "prefix": "182", "configMapRef": { "name": "183", - "optional": false + "optional": true }, "secretRef": { "name": "184", - "optional": false + "optional": true } } ], @@ -492,12 +491,12 @@ "resourceFieldRef": { "containerName": "189", "resource": "190", - "divisor": "573" + "divisor": "713" }, "configMapKeyRef": { "name": "191", "key": "192", - "optional": false + "optional": true }, "secretKeyRef": { "name": "193", @@ -509,10 +508,10 @@ ], "resources": { "limits": { - "ǚ灄鸫rʤî萨zvt": "829" + "荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3": "86" }, "requests": { - "悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\\p": "604" + "t莭琽§ć\\ ïì": "80" } }, "volumeMounts": [ @@ -521,7 +520,7 @@ "readOnly": true, "mountPath": "196", "subPath": "197", - "mountPropagation": "ƖHV", + "mountPropagation": "0矀Kʝ瘴I\\p[ħsĨɆâĺɗŹ倗S", "subPathExpr": "198" } ], @@ -539,9 +538,9 @@ }, "httpGet": { "path": "202", - "port": -1196874390, + "port": -1285424066, "host": "203", - "scheme": "S晒嶗UÐ_ƮA攤", + "scheme": "ni酛3ƁÀ", "httpHeaders": [ { "name": "204", @@ -550,42 +549,42 @@ ] }, "tcpSocket": { - "port": -498930176, - "host": "206" + "port": "206", + "host": "207" }, - "initialDelaySeconds": 1885897314, - "timeoutSeconds": -465677631, - "periodSeconds": 1054858106, - "successThreshold": 232569106, - "failureThreshold": -1150474479 + "initialDelaySeconds": -2036074491, + "timeoutSeconds": -148216266, + "periodSeconds": 165047920, + "successThreshold": -393291312, + "failureThreshold": -93157681 }, "readinessProbe": { "exec": { "command": [ - "207" + "208" ] }, "httpGet": { - "path": "208", - "port": "209", - "host": "210", - "scheme": "8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ", + "path": "209", + "port": "210", + "host": "211", + "scheme": "3!Zɾģ毋Ó6", "httpHeaders": [ { - "name": "211", - "value": "212" + "name": "212", + "value": "213" } ] }, "tcpSocket": { - "port": "213", + "port": -832805508, "host": "214" }, - "initialDelaySeconds": -2717401, - "timeoutSeconds": -1492565335, - "periodSeconds": -1099429189, - "successThreshold": 994072122, - "failureThreshold": 1752155096 + "initialDelaySeconds": -228822833, + "timeoutSeconds": -970312425, + "periodSeconds": -1213051101, + "successThreshold": 1451056156, + "failureThreshold": 267768240 }, "startupProbe": { "exec": { @@ -595,83 +594,83 @@ }, "httpGet": { "path": "216", - "port": "217", - "host": "218", - "scheme": "Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ", + "port": -1492565335, + "host": "217", + "scheme": "ɷ9Ì崟¿瘦ɖ緕ȚÍ勅跦Opw", "httpHeaders": [ { - "name": "219", - "value": "220" + "name": "218", + "value": "219" } ] }, "tcpSocket": { - "port": -36782737, - "host": "221" + "port": -280820676, + "host": "220" }, - "initialDelaySeconds": -1738069460, - "timeoutSeconds": -1643733106, - "periodSeconds": -805795167, - "successThreshold": 1791615594, - "failureThreshold": 785984384 + "initialDelaySeconds": 376404581, + "timeoutSeconds": -661937776, + "periodSeconds": 2070521391, + "successThreshold": -440412584, + "failureThreshold": -1801140031 }, "lifecycle": { "postStart": { "exec": { "command": [ - "222" + "221" ] }, "httpGet": { - "path": "223", - "port": "224", - "host": "225", - "scheme": "\u003e郵[+扴ȨŮ", + "path": "222", + "port": "223", + "host": "224", + "scheme": "鄠[颐o啛更偢ɇ卷荙JL", "httpHeaders": [ { - "name": "226", - "value": "227" + "name": "225", + "value": "226" } ] }, "tcpSocket": { - "port": "228", - "host": "229" + "port": "227", + "host": "228" } }, "preStop": { "exec": { "command": [ - "230" + "229" ] }, "httpGet": { - "path": "231", - "port": -743369977, - "host": "232", - "scheme": "\u003e犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4", + "path": "230", + "port": -1506633471, + "host": "231", + "scheme": "1虊谇j爻ƙt叀碧闳ȩr嚧ʣq", "httpHeaders": [ { - "name": "233", - "value": "234" + "name": "232", + "value": "233" } ] }, "tcpSocket": { - "port": -1224991707, + "port": "234", "host": "235" } } }, "terminationMessagePath": "236", - "imagePullPolicy": "昕Ĭ", + "terminationMessagePolicy": "屡ʁ", "securityContext": { "capabilities": { "add": [ - "藢xɮĵȑ6L*Z鐫û咡W\u003c" + "Ÿ8T 苧yñKJɐ扵" ], "drop": [ - "lu|榝$î." + "ƚ绤fʀļ腩墺Ò媁荭gw忊|E剒蔞" ] }, "privileged": false, @@ -686,18 +685,18 @@ "gmsaCredentialSpec": "242", "runAsUserName": "243" }, - "runAsUser": -7565148469525206101, - "runAsGroup": 8949541422887578058, + "runAsUser": -6177393256425700216, + "runAsGroup": 2001337664780390084, "runAsNonRoot": true, "readOnlyRootFilesystem": true, - "allowPrivilegeEscalation": true, - "procMount": "朦 wƯ貾坢'跩", + "allowPrivilegeEscalation": false, + "procMount": "Ȩ\u003c6鄰簳°Ļǟi\u0026", "seccompProfile": { - "type": "ŕ翑0展}", + "type": "", "localhostProfile": "244" } }, - "stdinOnce": true + "tty": true } ], "containers": [ @@ -714,9 +713,9 @@ "ports": [ { "name": "250", - "hostPort": -778272981, - "containerPort": 2056774277, - "protocol": "现葢ŵ橨鬶l獕;跣Hǝcw媀瓄\u0026翜舞拉", + "hostPort": -1296830577, + "containerPort": -1314967760, + "protocol": "順\\E¦队偯J僳徥淳4", "hostIP": "251" } ], @@ -745,12 +744,12 @@ "resourceFieldRef": { "containerName": "259", "resource": "260", - "divisor": "124" + "divisor": "812" }, "configMapKeyRef": { "name": "261", "key": "262", - "optional": false + "optional": true }, "secretKeyRef": { "name": "263", @@ -762,10 +761,10 @@ ], "resources": { "limits": { - "V訆Ǝżŧ": "915" + "Ǒ輂,ŕĪĠM蘇KŅ/»頸+SÄ蚃ɣ": "173" }, "requests": { - "+SÄ蚃ɣľ)酊龨Î": "787" + "餠籲磣Óƿ頀\"冓鍓贯澔 ƺ蛜6Ɖ飴Ɏi": "796" } }, "volumeMounts": [ @@ -774,7 +773,7 @@ "readOnly": true, "mountPath": "266", "subPath": "267", - "mountPropagation": "\"冓鍓贯澔 ƺ蛜6", + "mountPropagation": "囌{屿oiɥ嵐sC", "subPathExpr": "268" } ], @@ -792,52 +791,53 @@ }, "httpGet": { "path": "272", - "port": 465486290, - "host": "273", + "port": "273", + "host": "274", + "scheme": "ɢ鬍熖B芭花ª瘡蟦JBʟ鍏H鯂²静Ʋ", "httpHeaders": [ { - "name": "274", - "value": "275" + "name": "275", + "value": "276" } ] }, "tcpSocket": { - "port": -116224247, - "host": "276" + "port": -181601395, + "host": "277" }, - "initialDelaySeconds": -2097329452, - "timeoutSeconds": 1504385614, - "periodSeconds": 865289071, - "successThreshold": -1829146875, - "failureThreshold": -205176266 + "initialDelaySeconds": -617381112, + "timeoutSeconds": 1851229369, + "periodSeconds": -560238386, + "successThreshold": 1658749995, + "failureThreshold": -938421813 }, "readinessProbe": { "exec": { "command": [ - "277" + "278" ] }, "httpGet": { - "path": "278", - "port": 234253676, - "host": "279", - "scheme": "ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏", + "path": "279", + "port": -305362540, + "host": "280", + "scheme": "Ǩ繫ʎǑyZ涬P­蜷ɔ幩", "httpHeaders": [ { - "name": "280", - "value": "281" + "name": "281", + "value": "282" } ] }, "tcpSocket": { - "port": "282", + "port": 1167615307, "host": "283" }, - "initialDelaySeconds": -2062708879, - "timeoutSeconds": 215186711, - "periodSeconds": -141401239, - "successThreshold": -1187301925, - "failureThreshold": -402384013 + "initialDelaySeconds": 455833230, + "timeoutSeconds": 1956567721, + "periodSeconds": 155090390, + "successThreshold": -2113700533, + "failureThreshold": -2130294761 }, "startupProbe": { "exec": { @@ -847,25 +847,25 @@ }, "httpGet": { "path": "285", - "port": "286", - "host": "287", - "scheme": "鏻砅邻爥", + "port": -727263154, + "host": "286", + "scheme": "Ȗ|ʐşƧ諔迮ƙIJ嘢4", "httpHeaders": [ { - "name": "288", - "value": "289" + "name": "287", + "value": "288" } ] }, "tcpSocket": { - "port": -305362540, + "port": "289", "host": "290" }, - "initialDelaySeconds": 601198286, - "timeoutSeconds": 409029209, - "periodSeconds": 405193215, - "successThreshold": 2129989022, - "failureThreshold": -1699531929 + "initialDelaySeconds": 1137109081, + "timeoutSeconds": -1896415283, + "periodSeconds": 1540899353, + "successThreshold": -1330095135, + "failureThreshold": 1566213732 }, "lifecycle": { "postStart": { @@ -878,7 +878,7 @@ "path": "292", "port": "293", "host": "294", - "scheme": "­蜷ɔ幩š", + "scheme": "W賁Ěɭɪǹ0", "httpHeaders": [ { "name": "295", @@ -887,412 +887,391 @@ ] }, "tcpSocket": { - "port": 455833230, - "host": "297" + "port": "297", + "host": "298" } }, "preStop": { "exec": { "command": [ - "298" + "299" ] }, "httpGet": { - "path": "299", - "port": 1076497581, - "host": "300", - "scheme": "h4ɊHȖ|ʐ", + "path": "300", + "port": -1520531919, + "host": "301", + "scheme": "n(fǂǢ曣ŋayåe躒訙Ǫ", "httpHeaders": [ { - "name": "301", - "value": "302" + "name": "302", + "value": "303" } ] }, "tcpSocket": { - "port": 248533396, - "host": "303" + "port": 739175678, + "host": "304" } } }, - "terminationMessagePath": "304", - "terminationMessagePolicy": "迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ", - "imagePullPolicy": "ņ", + "terminationMessagePath": "305", + "terminationMessagePolicy": "ť嗆u8晲T", + "imagePullPolicy": "xǨŴ壶ƵfȽÃ", "securityContext": { "capabilities": { "add": [ - "DŽ髐njʉBn(fǂǢ曣" + "ȓɻ挴ʠɜ瞍阎lğ Ņ#耗Ǚ(ť1ùf" ], "drop": [ - "ay" + "ƽ眝{æ盪泙" ] }, - "privileged": false, + "privileged": true, "seLinuxOptions": { - "user": "305", - "role": "306", - "type": "307", - "level": "308" + "user": "306", + "role": "307", + "type": "308", + "level": "309" }, "windowsOptions": { - "gmsaCredentialSpecName": "309", - "gmsaCredentialSpec": "310", - "runAsUserName": "311" + "gmsaCredentialSpecName": "310", + "gmsaCredentialSpec": "311", + "runAsUserName": "312" }, - "runAsUser": 1958157659034146020, - "runAsGroup": -5996624450771474158, + "runAsUser": -2176303163074826228, + "runAsGroup": 5326516866753332539, "runAsNonRoot": false, "readOnlyRootFilesystem": true, - "allowPrivilegeEscalation": false, - "procMount": "嗆u", + "allowPrivilegeEscalation": true, + "procMount": "^輅9ɛ棕ƈ眽炊礫Ƽ¨Ix糂腂ǂǚ", "seccompProfile": { - "type": "晲T[irȎ3Ĕ\\", - "localhostProfile": "312" + "type": "EuE", + "localhostProfile": "313" } }, + "stdin": true, + "stdinOnce": true, "tty": true } ], "ephemeralContainers": [ { - "name": "313", - "image": "314", + "name": "314", + "image": "315", "command": [ - "315" - ], - "args": [ "316" ], - "workingDir": "317", + "args": [ + "317" + ], + "workingDir": "318", "ports": [ { - "name": "318", - "hostPort": -1656699070, - "containerPort": -1918622971, - "protocol": "ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz", - "hostIP": "319" + "name": "319", + "hostPort": -703434763, + "containerPort": 930549073, + "protocol": "礤铟怖ý萜Ǖc8", + "hostIP": "320" } ], "envFrom": [ { - "prefix": "320", + "prefix": "321", "configMapRef": { - "name": "321", - "optional": true - }, - "secretRef": { "name": "322", "optional": false + }, + "secretRef": { + "name": "323", + "optional": true } } ], "env": [ { - "name": "323", - "value": "324", + "name": "324", + "value": "325", "valueFrom": { "fieldRef": { - "apiVersion": "325", - "fieldPath": "326" + "apiVersion": "326", + "fieldPath": "327" }, "resourceFieldRef": { - "containerName": "327", - "resource": "328", - "divisor": "69" + "containerName": "328", + "resource": "329", + "divisor": "595" }, "configMapKeyRef": { - "name": "329", - "key": "330", - "optional": true + "name": "330", + "key": "331", + "optional": false }, "secretKeyRef": { - "name": "331", - "key": "332", - "optional": false + "name": "332", + "key": "333", + "optional": true } } } ], "resources": { "limits": { - "1b": "328" + "ɋȑoG鄧蜢暳ǽżLj捲": "775" }, "requests": { - "}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊": "699" + "U": "632" } }, "volumeMounts": [ { - "name": "333", + "name": "334", "readOnly": true, - "mountPath": "334", - "subPath": "335", - "mountPropagation": "Ik(dŊiɢzĮ蛋I", - "subPathExpr": "336" + "mountPath": "335", + "subPath": "336", + "mountPropagation": "$嬏", + "subPathExpr": "337" } ], "volumeDevices": [ { - "name": "337", - "devicePath": "338" + "name": "338", + "devicePath": "339" } ], "livenessProbe": { "exec": { "command": [ - "339" + "340" ] }, "httpGet": { - "path": "340", - "port": "341", - "host": "342", - "scheme": "ȥ}礤铟怖ý萜Ǖ", + "path": "341", + "port": "342", + "host": "343", + "scheme": "$ɛ溢臜裡×銵-紑浘牬", "httpHeaders": [ { - "name": "343", - "value": "344" + "name": "344", + "value": "345" } ] }, "tcpSocket": { - "port": -1088996269, - "host": "345" + "port": "346", + "host": "347" }, - "initialDelaySeconds": -1922458514, - "timeoutSeconds": 1480364858, - "periodSeconds": 692511776, - "successThreshold": -1231653807, - "failureThreshold": -36573584 + "initialDelaySeconds": -195171082, + "timeoutSeconds": 1648539888, + "periodSeconds": 762856658, + "successThreshold": -1898251770, + "failureThreshold": 713473395 }, "readinessProbe": { "exec": { "command": [ - "346" + "348" ] }, "httpGet": { - "path": "347", - "port": -1157640253, - "host": "348", - "scheme": "×p鬷m罂o3ǰ廋i乳'ȘUɻ;", + "path": "349", + "port": "350", + "host": "351", + "scheme": "ɴ鉂WJ1抉泅ą\u0026", "httpHeaders": [ { - "name": "349", - "value": "350" + "name": "352", + "value": "353" } ] }, "tcpSocket": { - "port": "351", - "host": "352" + "port": "354", + "host": "355" }, - "initialDelaySeconds": -478839383, - "timeoutSeconds": 989933975, - "periodSeconds": 140830733, - "successThreshold": -708495486, - "failureThreshold": -1436899600 + "initialDelaySeconds": -1943335113, + "timeoutSeconds": -39292476, + "periodSeconds": 801902541, + "successThreshold": -1312249623, + "failureThreshold": -1089435479 }, "startupProbe": { "exec": { "command": [ - "353" + "356" ] }, "httpGet": { - "path": "354", - "port": "355", - "host": "356", - "scheme": "漤ŗ坟", + "path": "357", + "port": -592521472, + "host": "358", + "scheme": ":/", "httpHeaders": [ { - "name": "357", - "value": "358" + "name": "359", + "value": "360" } ] }, "tcpSocket": { - "port": -1617422199, - "host": "359" + "port": -1101457109, + "host": "361" }, - "initialDelaySeconds": -902839620, - "timeoutSeconds": -2030665763, - "periodSeconds": 1808698094, - "successThreshold": 1155232143, - "failureThreshold": -1873425934 + "initialDelaySeconds": -513325570, + "timeoutSeconds": 1491794693, + "periodSeconds": -1457715462, + "successThreshold": 1349815334, + "failureThreshold": 1307211372 }, "lifecycle": { "postStart": { "exec": { "command": [ - "360" + "362" ] }, "httpGet": { - "path": "361", - "port": 1288391156, - "host": "362", - "scheme": "Ǥ桒ɴ鉂WJ1抉泅ą\u0026疀ȼN", + "path": "363", + "port": "364", + "host": "365", + "scheme": "ð仁Q橱9ij\\Ď愝Ű藛b磾sY", "httpHeaders": [ { - "name": "363", - "value": "364" + "name": "366", + "value": "367" } ] }, "tcpSocket": { - "port": "365", - "host": "366" + "port": "368", + "host": "369" } }, "preStop": { "exec": { "command": [ - "367" + "370" ] }, "httpGet": { - "path": "368", - "port": 1859267428, - "host": "369", - "scheme": "ȟP", + "path": "371", + "port": -1500740922, + "host": "372", + "scheme": "张q櫞繡旹翃ɾ氒ĺʈʫ羶剹ƊF豎穜姰", "httpHeaders": [ { - "name": "370", - "value": "371" + "name": "373", + "value": "374" } ] }, "tcpSocket": { - "port": 1445923603, - "host": "372" + "port": "375", + "host": "376" } } }, - "terminationMessagePath": "373", - "terminationMessagePolicy": "殆诵H玲鑠ĭ$#卛8ð仁Q", - "imagePullPolicy": "tl敷斢杧ż鯀", + "terminationMessagePath": "377", + "terminationMessagePolicy": "耖p^鏋蛹Ƚȿ醏g遧Ȋ飂廤Ƌʙcx赮ǒ", + "imagePullPolicy": "¬h`職铳s44矕Ƈè*鑏='ʨ|", "securityContext": { "capabilities": { "add": [ - "鸔ɧWǘ炙" + "敆OɈÏ 瞍髃#ɣȕW歹s" ], "drop": [ - "餸硷" + "ɥʋăƻ遲" ] }, "privileged": true, "seLinuxOptions": { - "user": "374", - "role": "375", - "type": "376", - "level": "377" + "user": "378", + "role": "379", + "type": "380", + "level": "381" }, "windowsOptions": { - "gmsaCredentialSpecName": "378", - "gmsaCredentialSpec": "379", - "runAsUserName": "380" + "gmsaCredentialSpecName": "382", + "gmsaCredentialSpec": "383", + "runAsUserName": "384" }, - "runAsUser": 5215323049148402377, - "runAsGroup": 2946116477552625615, - "runAsNonRoot": true, - "readOnlyRootFilesystem": true, + "runAsUser": 3805707846751185585, + "runAsGroup": 4820130167691486230, + "runAsNonRoot": false, + "readOnlyRootFilesystem": false, "allowPrivilegeEscalation": true, - "procMount": "ʈʫ羶剹ƊF豎穜", + "procMount": "Ů嫠!@@)Zq=歍þ螗ɃŒGm", "seccompProfile": { - "type": "l咑耖p^鏋", - "localhostProfile": "381" + "type": "z鋎", + "localhostProfile": "385" } }, "tty": true, - "targetContainerName": "382" + "targetContainerName": "386" } ], - "restartPolicy": "ȿ醏g遧", - "terminationGracePeriodSeconds": -616777763639482630, - "activeDeadlineSeconds": 2031424375743848602, - "dnsPolicy": ":{柯?B", + "restartPolicy": "¿əW#ļǹʅŚO虀^背遻堣灭ƴɦ燻踸", + "terminationGracePeriodSeconds": -8963807447996144781, + "activeDeadlineSeconds": -5539971415578447792, + "dnsPolicy": "6", "nodeSelector": { - "383": "384" + "387": "388" }, - "serviceAccountName": "385", - "serviceAccount": "386", + "serviceAccountName": "389", + "serviceAccount": "390", "automountServiceAccountToken": false, - "nodeName": "387", + "nodeName": "391", "hostNetwork": true, - "shareProcessNamespace": false, + "hostPID": true, + "hostIPC": true, + "shareProcessNamespace": true, "securityContext": { "seLinuxOptions": { - "user": "388", - "role": "389", - "type": "390", - "level": "391" + "user": "392", + "role": "393", + "type": "394", + "level": "395" }, "windowsOptions": { - "gmsaCredentialSpecName": "392", - "gmsaCredentialSpec": "393", - "runAsUserName": "394" + "gmsaCredentialSpecName": "396", + "gmsaCredentialSpec": "397", + "runAsUserName": "398" }, - "runAsUser": -1290365495982891537, - "runAsGroup": -759684899479757878, + "runAsUser": 4290717681745188904, + "runAsGroup": 3355244307027629244, "runAsNonRoot": false, "supplementalGroups": [ - 3273247375993523103 + -7106117411092125093 ], - "fsGroup": 4489057930380969432, + "fsGroup": -9164240834267238973, "sysctls": [ { - "name": "395", - "value": "396" + "name": "399", + "value": "400" } ], - "fsGroupChangePolicy": "='ʨ|ǓÓ敆OɈÏ 瞍髃", + "fsGroupChangePolicy": "", "seccompProfile": { - "type": "ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn", - "localhostProfile": "397" + "type": "d'呪", + "localhostProfile": "401" } }, "imagePullSecrets": [ { - "name": "398" + "name": "402" } ], - "hostname": "399", - "subdomain": "400", + "hostname": "403", + "subdomain": "404", "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { "nodeSelectorTerms": [ { - "matchExpressions": [ - { - "key": "401", - "operator": "+Œ9两", - "values": [ - "402" - ] - } - ], - "matchFields": [ - { - "key": "403", - "operator": "q=歍þ螗ɃŒGm¨z鋎靀G", - "values": [ - "404" - ] - } - ] - } - ] - }, - "preferredDuringSchedulingIgnoredDuringExecution": [ - { - "weight": 377409178, - "preference": { "matchExpressions": [ { "key": "405", - "operator": "#ļǹʅŚO虀^背遻堣灭ƴɦ燻", + "operator": "W瀤oɢ嫎¸殚篎3o8[y", "values": [ "406" ] @@ -1301,13 +1280,38 @@ "matchFields": [ { "key": "407", - "operator": "-觗裓6Ř筿ɾ5Ų買霎ȃň[\u003eą", + "operator": "ï驿笈", "values": [ "408" ] } ] } + ] + }, + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -1009377808, + "preference": { + "matchExpressions": [ + { + "key": "409", + "operator": "a餖Ľƛ淴ɑ?¶ȲƪE1º轪d覉;Ĕ颪", + "values": [ + "410" + ] + } + ], + "matchFields": [ + { + "key": "411", + "operator": "惍EʦŊĊ娮rȧ", + "values": [ + "412" + ] + } + ] + } } ] }, @@ -1316,30 +1320,30 @@ { "labelSelector": { "matchLabels": { - "1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5": "1--L--v_Z--Zg-_4Q__-v_t_u_.A" + "u.wg_-b8a_6_.0Q4_.84.K_-_0_..u.F.pq.c": "" }, "matchExpressions": [ { - "key": "5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y", - "operator": "Exists" + "key": "8b-3-3b17cab-ppy5e--9p-61-2we16h--5-d-k-sm.2xv17r--32b-----4-670tfz-up3n/ov_Z--Zg-_Q", + "operator": "NotIn", + "values": [ + "0..KpiS.oK-.O--5-yp8q_s-L" + ] } ] }, "namespaces": [ - "415" + "419" ], - "topologyKey": "416", + "topologyKey": "420", "namespaceSelector": { "matchLabels": { - "l_-W8o._xJ1-lFA_Xf3.V0H2-.zHw.H__V.Vz_6.Hz_V_.r_v_._e_-8": "Z6Z..11_7pX_z" + "0--0g-q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x8/Hz_V_.r_v_._e_-78o_6Z..11_7pX_.-mLlx...w_t-_.5.40Rw4D": "Y_2-n_5023Xl-3Pw_-r7g" }, "matchExpressions": [ { - "key": "w_t-_.5.40Rw4gD.._.-x6db-L7.-__-G_2kCpS__.39g_.--_-_ve5.Z", - "operator": "In", - "values": [ - "4.nw_-_x18mtxb__e" - ] + "key": "3hjo--8kb6--ut---p8--3-e-3-44-e.w--i--40wv--in-870w--it6k47-7yd-y--3wc8q8/wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...Cr", + "operator": "DoesNotExist" } ] } @@ -1347,30 +1351,30 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1479434972, + "weight": -234140, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "jo--8kb6--ut---p8--3-e-3-44---h-q7-p-2djmscp--ac8u23-k----26u5h.r3wc8q78-0020-1-0f--k--bf-94/co-__y__._12..wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...Cqr7": "r.-F__r.oh..2_uGGP..-_N_h_4Hl-X0_2-W" + "1_.-_L-__bf_9_-C-PfNx__-U_P": "tW23-_.z_.._s--_F-BR-.h_2" }, "matchExpressions": [ { - "key": "7AlR__8-7_-YD-Q9_-__..YNFu7Pg-.814e-_07-ht-E6___-X__9", + "key": "s_6O-5_7_-0w_--5-_.3--_9QW2JkU27_.-4T-I.-..K.-.0__sD.-.-_s", "operator": "Exists" } ] }, "namespaces": [ - "429" + "433" ], - "topologyKey": "430", + "topologyKey": "434", "namespaceSelector": { "matchLabels": { - "4_r.-_Rw1k8KLu..ly--J-_.ZCRT.0z-oe.G79.b": "V._nV34GH" + "Q.-_t--O3": "7z2-y.-...C4_-_2G0.-c_C.G.h--m._fN._k8__._ep2P.B._A_09E" }, "matchExpressions": [ { - "key": "9105-4_ed-0-i_zZsY_o8t5Vl6_..C", + "key": "P_p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o..p_B-d--Q5._D6_.d-n_9np", "operator": "DoesNotExist" } ] @@ -1384,32 +1388,32 @@ { "labelSelector": { "matchLabels": { - "q0o.0C_gV.9_G-.-z1YH": "b.9x98MM7-.e.Dx._.W-6..4_MU7iLfS-0.9-.-._.1..sA" + "n7-a6434---7i-f-d019o1v3u.2k8-2-d--n--r8661--3-8-t48g-w2q7z-vps548-d-1r7j--v2x-64dwb/e": "8" }, "matchExpressions": [ { - "key": "s4dw-buv-f55-2k2-e-443m678-2v89-zk873--1n133.or-0-2--rad877gr62g/dg__..2bidF.-0-...WE.-_tdt_-Z0_TMp", - "operator": "NotIn", + "key": "75-p-z---k-5r6h--y7o-0-wq-zfdw73w0---4a18-f4/d1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--2", + "operator": "In", "values": [ - "MGbG-_-8Qi..9-4.2K_FQ.E--__K-hg" + "u-.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133eT_2_t_IkI-mt4...rBQ.9-0" ] } ] }, "namespaces": [ - "443" + "447" ], - "topologyKey": "444", + "topologyKey": "448", "namespaceSelector": { "matchLabels": { - "4vk58-7e74-ddq-a-lcv0n1-i-d-----9---063-qm-j-w.57k--e--x--b--1-n4-a--o2h0fy-j-5-5-2nw/1._-_CH--.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133T": "P-336-.B__.QiA6._3o_V-w._-0d__7.81_-._-_8_8" + "m_-Z.wc..k_0_5.z.0..__k": "b.-9.Y0-_-.l__.c17__f_-336-.BT" }, "matchExpressions": [ { - "key": "0476b---nhc50-de2qh2-b-6--13lk5-e4-u-5kvp-----887j72qz6-7d841/R._.3l-_86_u2-7_._qN__A_f_-B3_UP", + "key": "N7.81_-._-_8_.._._a9", "operator": "In", "values": [ - "396h8.G__B3" + "vi.gZdnUVP._81_---l_3_-_G-D....js--a---..6bD_Mh" ] } ] @@ -1418,31 +1422,31 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1856144088, + "weight": 1276377114, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "Q-.-.g-_Z_-nSLq": "4P--_q-...Oai.D7-_9..8-8yw..__Yb_58.p-06jVZ-uP.t_.O3" + "1f8--tf---7r88-1--p61cd--s-nu5718--lks7d-x9-f-62o8/L9._5-..Bi_..aOQ_._Yn.-.4t.U.VU__-_BAB_35H__.B_6_-U..u8gwb.-6": "M9..8-8yw..__Yb_58.p-06jVZ-u0" }, "matchExpressions": [ { - "key": "3d/6_M5..-N_H_55..--E3_2D-1DW__o_-._kzB7U_.Q.45cy-5", - "operator": "Exists" + "key": "v54le-to9e--a-7je9fz87-2jvd23-0p1.360v2-x-cpor---cigu--s/j-dY7_M_-._M5..-N_H_55..--E3_2h", + "operator": "DoesNotExist" } ] }, "namespaces": [ - "457" + "461" ], - "topologyKey": "458", + "topologyKey": "462", "namespaceSelector": { "matchLabels": { - "2x-cpor---cigu---4-2-4k0267h-rl-l-u575b93-r6---4g-vg3t.vuo17qre-33-5-u8f0f1q8/6": "px_0-.mJe__.B-cd2_4" + "o17qre-33-5-u8f0f1qv--i72-x3---v25f56.w84s-n-i-711s4--9s8--o-8dm---b----03-64-8l7-l-0787--1--ia5yl9k/267hP-lX-_-..5-.._r6M__4-P-g3J6": "I-._g_.._-hKc.OB_F_--.._m_-9" }, "matchExpressions": [ { - "key": "1s._K9-.AJ-_8--___b____03_6.K8lY", - "operator": "Exists" + "key": "410-f-o-fr-5-3t--y9---2--e-yya3.98t-----60t--019-yg--4-37f-rwh-7be--y0agp51x597277q---nt/M-0R.-I-_23L_J49t-X..1", + "operator": "DoesNotExist" } ] } @@ -1451,64 +1455,67 @@ ] } }, - "schedulerName": "465", + "schedulerName": "469", "tolerations": [ { - "key": "466", - "operator": "0yVA嬂刲;牆詒ĸąs", - "value": "467", - "effect": "kx-餌勀奷Ŏ", - "tolerationSeconds": -9038755672632113093 + "key": "470", + "operator": "r}梳攔wŲ魦Ɔ0ƢĮÀĘÆɆȸȢ蒸", + "value": "471", + "effect": "U烈 źfjǰɪ嘞ȏ}杻扞Ğ", + "tolerationSeconds": 3252034671163905138 } ], "hostAliases": [ { - "ip": "468", + "ip": "472", "hostnames": [ - "469" + "473" ] } ], - "priorityClassName": "470", - "priority": -1133320634, + "priorityClassName": "474", + "priority": 347613368, "dnsConfig": { "nameservers": [ - "471" + "475" ], "searches": [ - "472" + "476" ], "options": [ { - "name": "473", - "value": "474" + "name": "477", + "value": "478" } ] }, "readinessGates": [ { - "conditionType": "į" + "conditionType": "ř岈ǎǏ]S5:œƌ嵃ǁ" } ], - "runtimeClassName": "475", - "enableServiceLinks": true, - "preemptionPolicy": "Ʀ[螵沊齣薣鰎đƝ):惝ŵ髿ɔ", + "runtimeClassName": "479", + "enableServiceLinks": false, + "preemptionPolicy": "m珢\\%傢z¦Ā竚ĐȌƨǴ叆", "overhead": { - "k_": "725" + "D輷": "792" }, "topologySpreadConstraints": [ { - "maxSkew": -2046521037, - "topologyKey": "476", - "whenUnsatisfiable": "\"T#sM網m", + "maxSkew": -484382570, + "topologyKey": "480", + "whenUnsatisfiable": "nn坾\u0026Pɫ(ʙÆʨɺC`", "labelSelector": { "matchLabels": { - "3.hy9---2--e-yya--bj7-l-9aw--2/hs.-_DM__28W-_-.0HfR-_f-5": "019_-gYY._..fP--hQ7be__-.-g-5.-59...7q___n.__16ee.6" + "n.DL.o_e-d92e8S_-0-_8Vz-E41___75Q-T": "O.__0PPX-.-d4Badb" }, "matchExpressions": [ { - "key": "B.rTt7bm9I.-..q-F-.__ck", - "operator": "DoesNotExist" + "key": "zz8-35x38i-qnr-5zi82dc3do--7lw63jvksy--w-i33-dzn6-302m7rx1/7Jl----i_I.-_7g-8iJ--p-7f3-2_Z_V_-q-L34-_D86-W_g52", + "operator": "NotIn", + "values": [ + "h.v._5.vB-.-7-.6Jv-86___3" + ] } ] } @@ -1518,33 +1525,33 @@ } }, "strategy": { - "type": "周藢烡Z树Ȁ謁", + "type": "ʔF{ȃ騑ȫ(踶NJđƟÝɹ橽ƴåj", "rollingUpdate": { "maxUnavailable": 2, "maxSurge": 3 } }, - "minReadySeconds": -59186930, - "revisionHistoryLimit": -1552013182, - "progressDeadlineSeconds": -1489341847 + "minReadySeconds": 2115665292, + "revisionHistoryLimit": 237456757, + "progressDeadlineSeconds": -1402499324 }, "status": { - "observedGeneration": -2332090839308115724, - "replicas": -524542843, - "updatedReplicas": 1697527023, - "readyReplicas": -194384924, - "availableReplicas": -1758862804, - "unavailableReplicas": -78446609, + "observedGeneration": -8619941635428506201, + "replicas": -380889943, + "updatedReplicas": 466048730, + "readyReplicas": -601845829, + "availableReplicas": 426527089, + "unavailableReplicas": -1890403855, "conditions": [ { - "type": "$R\"}łfÐ@.ȇʟɃ咇", - "status": "輷東t½ǩ £tMǍ}箼愆+P;抣", - "lastUpdateTime": "2068-08-23T03:26:39Z", - "lastTransitionTime": "2814-04-03T03:21:18Z", - "reason": "483", - "message": "484" + "type": "绰爪qĖĖȠ姓ȇ\u003e尪璎妽", + "status": "ĈȖ董缞濪葷cŲ", + "lastUpdateTime": "1999-05-06T18:42:43Z", + "lastTransitionTime": "2109-09-25T13:37:56Z", + "reason": "487", + "message": "488" } ], - "collisionCount": -346883331 + "collisionCount": -2046786896 } } \ No newline at end of file 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 e735e0963e121b91ad3b7b3181da4d1f9fdfdcfa..d922af791bc3f132140252077c493a9524e391f1 100644 GIT binary patch delta 6080 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 delta 5730 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ą + operator: ï驿笈 values: - "408" - weight: 377409178 - requiredDuringSchedulingIgnoredDuringExecution: - nodeSelectorTerms: - - matchExpressions: - - key: "401" - operator: +Œ9两 - values: - - "402" - matchFields: - - key: "403" - operator: q=歍þ螗ɃŒGm¨z鋎靀G - values: - - "404" podAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - - key: 7AlR__8-7_-YD-Q9_-__..YNFu7Pg-.814e-_07-ht-E6___-X__9 + - key: s_6O-5_7_-0w_--5-_.3--_9QW2JkU27_.-4T-I.-..K.-.0__sD.-.-_s operator: Exists matchLabels: - ? jo--8kb6--ut---p8--3-e-3-44---h-q7-p-2djmscp--ac8u23-k----26u5h.r3wc8q78-0020-1-0f--k--bf-94/co-__y__._12..wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...Cqr7 - : r.-F__r.oh..2_uGGP..-_N_h_4Hl-X0_2-W + 1_.-_L-__bf_9_-C-PfNx__-U_P: tW23-_.z_.._s--_F-BR-.h_2 namespaceSelector: matchExpressions: - - key: 9105-4_ed-0-i_zZsY_o8t5Vl6_..C + - key: P_p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o..p_B-d--Q5._D6_.d-n_9np operator: DoesNotExist matchLabels: - 4_r.-_Rw1k8KLu..ly--J-_.ZCRT.0z-oe.G79.b: V._nV34GH + Q.-_t--O3: 7z2-y.-...C4_-_2G0.-c_C.G.h--m._fN._k8__._ep2P.B._A_09E namespaces: - - "429" - topologyKey: "430" - weight: 1479434972 + - "433" + topologyKey: "434" + weight: -234140 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: 5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y - operator: Exists + - key: 8b-3-3b17cab-ppy5e--9p-61-2we16h--5-d-k-sm.2xv17r--32b-----4-670tfz-up3n/ov_Z--Zg-_Q + operator: NotIn + values: + - 0..KpiS.oK-.O--5-yp8q_s-L matchLabels: - 1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5: 1--L--v_Z--Zg-_4Q__-v_t_u_.A + u.wg_-b8a_6_.0Q4_.84.K_-_0_..u.F.pq.c: "" namespaceSelector: matchExpressions: - - key: w_t-_.5.40Rw4gD.._.-x6db-L7.-__-G_2kCpS__.39g_.--_-_ve5.Z - operator: In - values: - - 4.nw_-_x18mtxb__e + - key: 3hjo--8kb6--ut---p8--3-e-3-44-e.w--i--40wv--in-870w--it6k47-7yd-y--3wc8q8/wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...Cr + operator: DoesNotExist matchLabels: - l_-W8o._xJ1-lFA_Xf3.V0H2-.zHw.H__V.Vz_6.Hz_V_.r_v_._e_-8: Z6Z..11_7pX_z + 0--0g-q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x8/Hz_V_.r_v_._e_-78o_6Z..11_7pX_.-mLlx...w_t-_.5.40Rw4D: Y_2-n_5023Xl-3Pw_-r7g namespaces: - - "415" - topologyKey: "416" + - "419" + topologyKey: "420" podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - - key: 3d/6_M5..-N_H_55..--E3_2D-1DW__o_-._kzB7U_.Q.45cy-5 - operator: Exists + - key: v54le-to9e--a-7je9fz87-2jvd23-0p1.360v2-x-cpor---cigu--s/j-dY7_M_-._M5..-N_H_55..--E3_2h + operator: DoesNotExist matchLabels: - Q-.-.g-_Z_-nSLq: 4P--_q-...Oai.D7-_9..8-8yw..__Yb_58.p-06jVZ-uP.t_.O3 + 1f8--tf---7r88-1--p61cd--s-nu5718--lks7d-x9-f-62o8/L9._5-..Bi_..aOQ_._Yn.-.4t.U.VU__-_BAB_35H__.B_6_-U..u8gwb.-6: M9..8-8yw..__Yb_58.p-06jVZ-u0 namespaceSelector: matchExpressions: - - key: 1s._K9-.AJ-_8--___b____03_6.K8lY - operator: Exists + - key: 410-f-o-fr-5-3t--y9---2--e-yya3.98t-----60t--019-yg--4-37f-rwh-7be--y0agp51x597277q---nt/M-0R.-I-_23L_J49t-X..1 + operator: DoesNotExist matchLabels: - 2x-cpor---cigu---4-2-4k0267h-rl-l-u575b93-r6---4g-vg3t.vuo17qre-33-5-u8f0f1q8/6: px_0-.mJe__.B-cd2_4 + ? o17qre-33-5-u8f0f1qv--i72-x3---v25f56.w84s-n-i-711s4--9s8--o-8dm---b----03-64-8l7-l-0787--1--ia5yl9k/267hP-lX-_-..5-.._r6M__4-P-g3J6 + : I-._g_.._-hKc.OB_F_--.._m_-9 namespaces: - - "457" - topologyKey: "458" - weight: 1856144088 + - "461" + topologyKey: "462" + weight: 1276377114 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: s4dw-buv-f55-2k2-e-443m678-2v89-zk873--1n133.or-0-2--rad877gr62g/dg__..2bidF.-0-...WE.-_tdt_-Z0_TMp - operator: NotIn - values: - - MGbG-_-8Qi..9-4.2K_FQ.E--__K-hg - matchLabels: - q0o.0C_gV.9_G-.-z1YH: b.9x98MM7-.e.Dx._.W-6..4_MU7iLfS-0.9-.-._.1..sA - namespaceSelector: - matchExpressions: - - key: 0476b---nhc50-de2qh2-b-6--13lk5-e4-u-5kvp-----887j72qz6-7d841/R._.3l-_86_u2-7_._qN__A_f_-B3_UP + - key: 75-p-z---k-5r6h--y7o-0-wq-zfdw73w0---4a18-f4/d1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--2 operator: In values: - - 396h8.G__B3 + - u-.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133eT_2_t_IkI-mt4...rBQ.9-0 matchLabels: - ? 4vk58-7e74-ddq-a-lcv0n1-i-d-----9---063-qm-j-w.57k--e--x--b--1-n4-a--o2h0fy-j-5-5-2nw/1._-_CH--.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133T - : P-336-.B__.QiA6._3o_V-w._-0d__7.81_-._-_8_8 + n7-a6434---7i-f-d019o1v3u.2k8-2-d--n--r8661--3-8-t48g-w2q7z-vps548-d-1r7j--v2x-64dwb/e: "8" + namespaceSelector: + matchExpressions: + - key: N7.81_-._-_8_.._._a9 + operator: In + values: + - vi.gZdnUVP._81_---l_3_-_G-D....js--a---..6bD_Mh + matchLabels: + m_-Z.wc..k_0_5.z.0..__k: b.-9.Y0-_-.l__.c17__f_-336-.BT namespaces: - - "443" - topologyKey: "444" + - "447" + topologyKey: "448" automountServiceAccountToken: false containers: - args: @@ -195,13 +194,13 @@ spec: configMapKeyRef: key: "262" name: "261" - optional: false + optional: true fieldRef: apiVersion: "257" fieldPath: "258" resourceFieldRef: containerName: "259" - divisor: "124" + divisor: "812" resource: "260" secretKeyRef: key: "264" @@ -216,7 +215,7 @@ spec: name: "254" optional: false image: "246" - imagePullPolicy: ņ + imagePullPolicy: xǨŴ壶ƵfȽà lifecycle: postStart: exec: @@ -229,130 +228,133 @@ spec: value: "296" path: "292" port: "293" - scheme: ­蜷ɔ幩š + scheme: W賁Ěɭɪǹ0 tcpSocket: - host: "297" - port: 455833230 + host: "298" + port: "297" preStop: exec: command: - - "298" + - "299" httpGet: - host: "300" + host: "301" httpHeaders: - - name: "301" - value: "302" - path: "299" - port: 1076497581 - scheme: h4ɊHȖ|ʐ + - name: "302" + value: "303" + path: "300" + port: -1520531919 + scheme: n(fǂǢ曣ŋayåe躒訙Ǫ tcpSocket: - host: "303" - port: 248533396 + host: "304" + port: 739175678 livenessProbe: exec: command: - "271" - failureThreshold: -205176266 + failureThreshold: -938421813 httpGet: - host: "273" + host: "274" httpHeaders: - - name: "274" - value: "275" + - name: "275" + value: "276" path: "272" - port: 465486290 - initialDelaySeconds: -2097329452 - periodSeconds: 865289071 - successThreshold: -1829146875 + port: "273" + scheme: ɢ鬍熖B芭花ª瘡蟦JBʟ鍏H鯂²静Ʋ + initialDelaySeconds: -617381112 + periodSeconds: -560238386 + successThreshold: 1658749995 tcpSocket: - host: "276" - port: -116224247 - timeoutSeconds: 1504385614 + host: "277" + port: -181601395 + timeoutSeconds: 1851229369 name: "245" ports: - - containerPort: 2056774277 + - containerPort: -1314967760 hostIP: "251" - hostPort: -778272981 + hostPort: -1296830577 name: "250" - protocol: 现葢ŵ橨鬶l獕;跣Hǝcw媀瓄&翜舞拉 + protocol: 順\E¦队偯J僳徥淳4 readinessProbe: exec: command: - - "277" - failureThreshold: -402384013 + - "278" + failureThreshold: -2130294761 httpGet: - host: "279" + host: "280" httpHeaders: - - name: "280" - value: "281" - path: "278" - port: 234253676 - scheme: ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏 - initialDelaySeconds: -2062708879 - periodSeconds: -141401239 - successThreshold: -1187301925 + - name: "281" + value: "282" + path: "279" + port: -305362540 + scheme: Ǩ繫ʎǑyZ涬P­蜷ɔ幩 + initialDelaySeconds: 455833230 + periodSeconds: 155090390 + successThreshold: -2113700533 tcpSocket: host: "283" - port: "282" - timeoutSeconds: 215186711 + port: 1167615307 + timeoutSeconds: 1956567721 resources: limits: - V訆Ǝżŧ: "915" + Ǒ輂,ŕĪĠM蘇KŅ/»頸+SÄ蚃ɣ: "173" requests: - +SÄ蚃ɣľ)酊龨Î: "787" + 餠籲磣Óƿ頀"冓鍓贯澔 ƺ蛜6Ɖ飴Ɏi: "796" securityContext: - allowPrivilegeEscalation: false + allowPrivilegeEscalation: true capabilities: add: - - DŽ髐njʉBn(fǂǢ曣 + - ȓɻ挴ʠɜ瞍阎lğ Ņ#耗Ǚ(ť1ùf drop: - - ay - privileged: false - procMount: 嗆u + - ƽ眝{æ盪泙 + privileged: true + procMount: ^輅9ɛ棕ƈ眽炊礫Ƽ¨Ix糂腂ǂǚ readOnlyRootFilesystem: true - runAsGroup: -5996624450771474158 + runAsGroup: 5326516866753332539 runAsNonRoot: false - runAsUser: 1958157659034146020 + runAsUser: -2176303163074826228 seLinuxOptions: - level: "308" - role: "306" - type: "307" - user: "305" + level: "309" + role: "307" + type: "308" + user: "306" seccompProfile: - localhostProfile: "312" - type: 晲T[irȎ3Ĕ\ + localhostProfile: "313" + type: EuE windowsOptions: - gmsaCredentialSpec: "310" - gmsaCredentialSpecName: "309" - runAsUserName: "311" + gmsaCredentialSpec: "311" + gmsaCredentialSpecName: "310" + runAsUserName: "312" startupProbe: exec: command: - "284" - failureThreshold: -1699531929 + failureThreshold: 1566213732 httpGet: - host: "287" + host: "286" httpHeaders: - - name: "288" - value: "289" + - name: "287" + value: "288" path: "285" - port: "286" - scheme: 鏻砅邻爥 - initialDelaySeconds: 601198286 - periodSeconds: 405193215 - successThreshold: 2129989022 + port: -727263154 + scheme: Ȗ|ʐşƧ諔迮ƙIJ嘢4 + initialDelaySeconds: 1137109081 + periodSeconds: 1540899353 + successThreshold: -1330095135 tcpSocket: host: "290" - port: -305362540 - timeoutSeconds: 409029209 - terminationMessagePath: "304" - terminationMessagePolicy: 迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ + port: "289" + timeoutSeconds: -1896415283 + stdin: true + stdinOnce: true + terminationMessagePath: "305" + terminationMessagePolicy: ť嗆u8晲T tty: true volumeDevices: - devicePath: "270" name: "269" volumeMounts: - mountPath: "266" - mountPropagation: '"冓鍓贯澔 ƺ蛜6' + mountPropagation: 囌{屿oiɥ嵐sC name: "265" readOnly: true subPath: "267" @@ -360,199 +362,201 @@ spec: workingDir: "249" dnsConfig: nameservers: - - "471" + - "475" options: - - name: "473" - value: "474" + - name: "477" + value: "478" searches: - - "472" - dnsPolicy: :{柯?B - enableServiceLinks: true + - "476" + dnsPolicy: "6" + enableServiceLinks: false ephemeralContainers: - args: - - "316" + - "317" command: - - "315" + - "316" env: - - name: "323" - value: "324" + - name: "324" + value: "325" valueFrom: configMapKeyRef: - key: "330" - name: "329" - optional: true - fieldRef: - apiVersion: "325" - fieldPath: "326" - resourceFieldRef: - containerName: "327" - divisor: "69" - resource: "328" - secretKeyRef: - key: "332" - name: "331" + key: "331" + name: "330" optional: false + fieldRef: + apiVersion: "326" + fieldPath: "327" + resourceFieldRef: + containerName: "328" + divisor: "595" + resource: "329" + secretKeyRef: + key: "333" + name: "332" + optional: true envFrom: - configMapRef: - name: "321" - optional: true - prefix: "320" - secretRef: name: "322" optional: false - image: "314" - imagePullPolicy: tl敷斢杧ż鯀 + prefix: "321" + secretRef: + name: "323" + optional: true + image: "315" + imagePullPolicy: ¬h`職铳s44矕Ƈè*鑏='ʨ| lifecycle: postStart: exec: command: - - "360" + - "362" httpGet: - host: "362" + host: "365" httpHeaders: - - name: "363" - value: "364" - path: "361" - port: 1288391156 - scheme: Ǥ桒ɴ鉂WJ1抉泅ą&疀ȼN + - name: "366" + value: "367" + path: "363" + port: "364" + scheme: ð仁Q橱9ij\Ď愝Ű藛b磾sY tcpSocket: - host: "366" - port: "365" + host: "369" + port: "368" preStop: exec: command: - - "367" + - "370" httpGet: - host: "369" - httpHeaders: - - name: "370" - value: "371" - path: "368" - port: 1859267428 - scheme: ȟP - tcpSocket: host: "372" - port: 1445923603 + httpHeaders: + - name: "373" + value: "374" + path: "371" + port: -1500740922 + scheme: 张q櫞繡旹翃ɾ氒ĺʈʫ羶剹ƊF豎穜姰 + tcpSocket: + host: "376" + port: "375" livenessProbe: exec: command: - - "339" - failureThreshold: -36573584 + - "340" + failureThreshold: 713473395 httpGet: - host: "342" + host: "343" httpHeaders: - - name: "343" - value: "344" - path: "340" - port: "341" - scheme: ȥ}礤铟怖ý萜Ǖ - initialDelaySeconds: -1922458514 - periodSeconds: 692511776 - successThreshold: -1231653807 + - name: "344" + value: "345" + path: "341" + port: "342" + scheme: $ɛ溢臜裡×銵-紑浘牬 + initialDelaySeconds: -195171082 + periodSeconds: 762856658 + successThreshold: -1898251770 tcpSocket: - host: "345" - port: -1088996269 - timeoutSeconds: 1480364858 - name: "313" + host: "347" + port: "346" + timeoutSeconds: 1648539888 + name: "314" ports: - - containerPort: -1918622971 - hostIP: "319" - hostPort: -1656699070 - name: "318" - protocol: ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz + - containerPort: 930549073 + hostIP: "320" + hostPort: -703434763 + name: "319" + protocol: 礤铟怖ý萜Ǖc8 readinessProbe: exec: command: - - "346" - failureThreshold: -1436899600 + - "348" + failureThreshold: -1089435479 httpGet: - host: "348" + host: "351" httpHeaders: - - name: "349" - value: "350" - path: "347" - port: -1157640253 - scheme: ×p鬷m罂o3ǰ廋i乳'ȘUɻ; - initialDelaySeconds: -478839383 - periodSeconds: 140830733 - successThreshold: -708495486 + - name: "352" + value: "353" + path: "349" + port: "350" + scheme: ɴ鉂WJ1抉泅ą& + initialDelaySeconds: -1943335113 + periodSeconds: 801902541 + successThreshold: -1312249623 tcpSocket: - host: "352" - port: "351" - timeoutSeconds: 989933975 + host: "355" + port: "354" + timeoutSeconds: -39292476 resources: limits: - 1b: "328" + ɋȑoG鄧蜢暳ǽżLj捲: "775" requests: - '}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊': "699" + U: "632" securityContext: allowPrivilegeEscalation: true capabilities: add: - - 鸔ɧWǘ炙 + - 敆OɈÏ 瞍髃#ɣȕW歹s drop: - - 餸硷 + - ɥʋăƻ遲 privileged: true - procMount: ʈʫ羶剹ƊF豎穜 - readOnlyRootFilesystem: true - runAsGroup: 2946116477552625615 - runAsNonRoot: true - runAsUser: 5215323049148402377 + procMount: Ů嫠!@@)Zq=歍þ螗ɃŒGm + readOnlyRootFilesystem: false + runAsGroup: 4820130167691486230 + runAsNonRoot: false + runAsUser: 3805707846751185585 seLinuxOptions: - level: "377" - role: "375" - type: "376" - user: "374" + level: "381" + role: "379" + type: "380" + user: "378" seccompProfile: - localhostProfile: "381" - type: l咑耖p^鏋 + localhostProfile: "385" + type: z鋎 windowsOptions: - gmsaCredentialSpec: "379" - gmsaCredentialSpecName: "378" - runAsUserName: "380" + gmsaCredentialSpec: "383" + gmsaCredentialSpecName: "382" + runAsUserName: "384" startupProbe: exec: command: - - "353" - failureThreshold: -1873425934 + - "356" + failureThreshold: 1307211372 httpGet: - host: "356" + host: "358" httpHeaders: - - name: "357" - value: "358" - path: "354" - port: "355" - scheme: 漤ŗ坟 - initialDelaySeconds: -902839620 - periodSeconds: 1808698094 - successThreshold: 1155232143 + - name: "359" + value: "360" + path: "357" + port: -592521472 + scheme: :/ + initialDelaySeconds: -513325570 + periodSeconds: -1457715462 + successThreshold: 1349815334 tcpSocket: - host: "359" - port: -1617422199 - timeoutSeconds: -2030665763 - targetContainerName: "382" - terminationMessagePath: "373" - terminationMessagePolicy: 殆诵H玲鑠ĭ$#卛8ð仁Q + host: "361" + port: -1101457109 + timeoutSeconds: 1491794693 + targetContainerName: "386" + terminationMessagePath: "377" + terminationMessagePolicy: 耖p^鏋蛹Ƚȿ醏g遧Ȋ飂廤Ƌʙcx赮ǒ tty: true volumeDevices: - - devicePath: "338" - name: "337" + - devicePath: "339" + name: "338" volumeMounts: - - mountPath: "334" - mountPropagation: Ik(dŊiɢzĮ蛋I - name: "333" + - mountPath: "335" + mountPropagation: $嬏 + name: "334" readOnly: true - subPath: "335" - subPathExpr: "336" - workingDir: "317" + subPath: "336" + subPathExpr: "337" + workingDir: "318" hostAliases: - hostnames: - - "469" - ip: "468" + - "473" + ip: "472" + hostIPC: true hostNetwork: true - hostname: "399" + hostPID: true + hostname: "403" imagePullSecrets: - - name: "398" + - name: "402" initContainers: - args: - "178" @@ -565,13 +569,13 @@ spec: configMapKeyRef: key: "192" name: "191" - optional: false + optional: true fieldRef: apiVersion: "187" fieldPath: "188" resourceFieldRef: containerName: "189" - divisor: "573" + divisor: "713" resource: "190" secretKeyRef: key: "194" @@ -580,109 +584,108 @@ spec: envFrom: - configMapRef: name: "183" - optional: false + optional: true prefix: "182" secretRef: name: "184" - optional: false + optional: true image: "176" - imagePullPolicy: 昕Ĭ lifecycle: postStart: exec: command: - - "222" + - "221" httpGet: - host: "225" + host: "224" httpHeaders: - - name: "226" - value: "227" - path: "223" - port: "224" - scheme: '>郵[+扴ȨŮ' + - name: "225" + value: "226" + path: "222" + port: "223" + scheme: 鄠[颐o啛更偢ɇ卷荙JL tcpSocket: - host: "229" - port: "228" + host: "228" + port: "227" preStop: exec: command: - - "230" + - "229" httpGet: - host: "232" + host: "231" httpHeaders: - - name: "233" - value: "234" - path: "231" - port: -743369977 - scheme: '>犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4' + - name: "232" + value: "233" + path: "230" + port: -1506633471 + scheme: 1虊谇j爻ƙt叀碧闳ȩr嚧ʣq tcpSocket: host: "235" - port: -1224991707 + port: "234" livenessProbe: exec: command: - "201" - failureThreshold: -1150474479 + failureThreshold: -93157681 httpGet: host: "203" httpHeaders: - name: "204" value: "205" path: "202" - port: -1196874390 - scheme: S晒嶗UÐ_ƮA攤 - initialDelaySeconds: 1885897314 - periodSeconds: 1054858106 - successThreshold: 232569106 + port: -1285424066 + scheme: ni酛3ƁÀ + initialDelaySeconds: -2036074491 + periodSeconds: 165047920 + successThreshold: -393291312 tcpSocket: - host: "206" - port: -498930176 - timeoutSeconds: -465677631 + host: "207" + port: "206" + timeoutSeconds: -148216266 name: "175" ports: - - containerPort: 377225334 + - containerPort: -1343558801 hostIP: "181" - hostPort: 282592353 + hostPort: 1923334396 name: "180" - protocol: Ƹ[Ęİ榌U髷裎$MVȟ@7 + protocol: '@掇lNdǂ>' readinessProbe: exec: command: - - "207" - failureThreshold: 1752155096 + - "208" + failureThreshold: 267768240 httpGet: - host: "210" + host: "211" httpHeaders: - - name: "211" - value: "212" - path: "208" - port: "209" - scheme: 8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ - initialDelaySeconds: -2717401 - periodSeconds: -1099429189 - successThreshold: 994072122 + - name: "212" + value: "213" + path: "209" + port: "210" + scheme: 3!Zɾģ毋Ó6 + initialDelaySeconds: -228822833 + periodSeconds: -1213051101 + successThreshold: 1451056156 tcpSocket: host: "214" - port: "213" - timeoutSeconds: -1492565335 + port: -832805508 + timeoutSeconds: -970312425 resources: limits: - ǚ灄鸫rʤî萨zvt: "829" + 荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3: "86" requests: - 悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\p: "604" + t莭琽§ć\ ïì: "80" securityContext: - allowPrivilegeEscalation: true + allowPrivilegeEscalation: false capabilities: add: - - 藢xɮĵȑ6L*Z鐫û咡W< + - Ÿ8T 苧yñKJɐ扵 drop: - - lu|榝$î. + - ƚ绤fʀļ腩墺Ò媁荭gw忊|E剒蔞 privileged: false - procMount: 朦 wƯ貾坢'跩 + procMount: Ȩ<6鄰簳°Ļǟi& readOnlyRootFilesystem: true - runAsGroup: 8949541422887578058 + runAsGroup: 2001337664780390084 runAsNonRoot: true - runAsUser: -7565148469525206101 + runAsUser: -6177393256425700216 seLinuxOptions: level: "240" role: "238" @@ -690,7 +693,7 @@ spec: user: "237" seccompProfile: localhostProfile: "244" - type: ŕ翑0展} + type: "" windowsOptions: gmsaCredentialSpec: "242" gmsaCredentialSpecName: "241" @@ -699,93 +702,96 @@ spec: exec: command: - "215" - failureThreshold: 785984384 + failureThreshold: -1801140031 httpGet: - host: "218" + host: "217" httpHeaders: - - name: "219" - value: "220" + - name: "218" + value: "219" path: "216" - port: "217" - scheme: Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ - initialDelaySeconds: -1738069460 - periodSeconds: -805795167 - successThreshold: 1791615594 + port: -1492565335 + scheme: ɷ9Ì崟¿瘦ɖ緕ȚÍ勅跦Opw + initialDelaySeconds: 376404581 + periodSeconds: 2070521391 + successThreshold: -440412584 tcpSocket: - host: "221" - port: -36782737 - timeoutSeconds: -1643733106 - stdinOnce: true + host: "220" + port: -280820676 + timeoutSeconds: -661937776 terminationMessagePath: "236" + terminationMessagePolicy: 屡ʁ + tty: true volumeDevices: - devicePath: "200" name: "199" volumeMounts: - mountPath: "196" - mountPropagation: ƖHV + mountPropagation: 0矀Kʝ瘴I\p[ħsĨɆâĺɗŹ倗S name: "195" readOnly: true subPath: "197" subPathExpr: "198" workingDir: "179" - nodeName: "387" + nodeName: "391" nodeSelector: - "383": "384" + "387": "388" overhead: - k_: "725" - preemptionPolicy: Ʀ[螵沊齣薣鰎đƝ):惝ŵ髿ɔ - priority: -1133320634 - priorityClassName: "470" + D輷: "792" + preemptionPolicy: m珢\%傢z¦Ā竚ĐȌƨǴ叆 + priority: 347613368 + priorityClassName: "474" readinessGates: - - conditionType: į - restartPolicy: ȿ醏g遧 - runtimeClassName: "475" - schedulerName: "465" + - conditionType: ř岈ǎǏ]S5:œƌ嵃ǁ + restartPolicy: ¿əW#ļǹʅŚO虀^背遻堣灭ƴɦ燻踸 + runtimeClassName: "479" + schedulerName: "469" securityContext: - fsGroup: 4489057930380969432 - fsGroupChangePolicy: ='ʨ|ǓÓ敆OɈÏ 瞍髃 - runAsGroup: -759684899479757878 + fsGroup: -9164240834267238973 + fsGroupChangePolicy: "" + runAsGroup: 3355244307027629244 runAsNonRoot: false - runAsUser: -1290365495982891537 + runAsUser: 4290717681745188904 seLinuxOptions: - level: "391" - role: "389" - type: "390" - user: "388" + level: "395" + role: "393" + type: "394" + user: "392" seccompProfile: - localhostProfile: "397" - type: ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn + localhostProfile: "401" + type: d'呪 supplementalGroups: - - 3273247375993523103 + - -7106117411092125093 sysctls: - - name: "395" - value: "396" + - name: "399" + value: "400" windowsOptions: - gmsaCredentialSpec: "393" - gmsaCredentialSpecName: "392" - runAsUserName: "394" - serviceAccount: "386" - serviceAccountName: "385" + gmsaCredentialSpec: "397" + gmsaCredentialSpecName: "396" + runAsUserName: "398" + serviceAccount: "390" + serviceAccountName: "389" setHostnameAsFQDN: false - shareProcessNamespace: false - subdomain: "400" - terminationGracePeriodSeconds: -616777763639482630 + shareProcessNamespace: true + subdomain: "404" + terminationGracePeriodSeconds: -8963807447996144781 tolerations: - - effect: kx-餌勀奷Ŏ - key: "466" - operator: 0yVA嬂刲;牆詒ĸąs - tolerationSeconds: -9038755672632113093 - value: "467" + - effect: U烈 źfjǰɪ嘞ȏ}杻扞Ğ + key: "470" + operator: r}梳攔wŲ魦Ɔ0ƢĮÀĘÆɆȸȢ蒸 + tolerationSeconds: 3252034671163905138 + value: "471" topologySpreadConstraints: - labelSelector: matchExpressions: - - key: B.rTt7bm9I.-..q-F-.__ck - operator: DoesNotExist + - key: zz8-35x38i-qnr-5zi82dc3do--7lw63jvksy--w-i33-dzn6-302m7rx1/7Jl----i_I.-_7g-8iJ--p-7f3-2_Z_V_-q-L34-_D86-W_g52 + operator: NotIn + values: + - h.v._5.vB-.-7-.6Jv-86___3 matchLabels: - 3.hy9---2--e-yya--bj7-l-9aw--2/hs.-_DM__28W-_-.0HfR-_f-5: 019_-gYY._..fP--hQ7be__-.-g-5.-59...7q___n.__16ee.6 - maxSkew: -2046521037 - topologyKey: "476" - whenUnsatisfiable: '"T#sM網m' + n.DL.o_e-d92e8S_-0-_8Vz-E41___75Q-T: O.__0PPX-.-d4Badb + maxSkew: -484382570 + topologyKey: "480" + whenUnsatisfiable: nn坾&Pɫ(ʙÆʨɺC` volumes: - awsElasticBlockStore: fsType: "47" @@ -848,7 +854,6 @@ spec: medium: Xŋ朘瑥A徙ɶɊł/擇ɦĽ胚O醔ɍ厶耈 sizeLimit: "473" ephemeral: - readOnly: true volumeClaimTemplate: metadata: annotations: @@ -1041,17 +1046,17 @@ spec: storagePolicyName: "103" volumePath: "101" status: - availableReplicas: -1758862804 - collisionCount: -346883331 + availableReplicas: 426527089 + collisionCount: -2046786896 conditions: - - lastTransitionTime: "2814-04-03T03:21:18Z" - lastUpdateTime: "2068-08-23T03:26:39Z" - message: "484" - reason: "483" - status: 輷東t½ǩ £tMǍ}箼愆+P;抣 - type: $R"}łfÐ@.ȇʟɃ咇 - observedGeneration: -2332090839308115724 - readyReplicas: -194384924 - replicas: -524542843 - unavailableReplicas: -78446609 - updatedReplicas: 1697527023 + - lastTransitionTime: "2109-09-25T13:37:56Z" + lastUpdateTime: "1999-05-06T18:42:43Z" + message: "488" + reason: "487" + status: ĈȖ董缞濪葷cŲ + type: 绰爪qĖĖȠ姓ȇ>尪璎妽 + observedGeneration: -8619941635428506201 + readyReplicas: -601845829 + replicas: -380889943 + unavailableReplicas: -1890403855 + updatedReplicas: 466048730 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 ef69b246e36..d6fb9d61c9d 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 @@ -441,8 +441,7 @@ "name": "174" } } - }, - "readOnly": true + } } } ], @@ -460,9 +459,9 @@ "ports": [ { "name": "180", - "hostPort": 747521320, - "containerPort": 859639931, - "protocol": "p儼Ƿ裚瓶釆Ɗ+j忊Ŗȫ焗捏ĨF", + "hostPort": 424236719, + "containerPort": -2031266553, + "protocol": "呝TG;邪", "hostIP": "181" } ], @@ -491,7 +490,7 @@ "resourceFieldRef": { "containerName": "189", "resource": "190", - "divisor": "663" + "divisor": "486" }, "configMapKeyRef": { "name": "191", @@ -501,25 +500,26 @@ "secretKeyRef": { "name": "193", "key": "194", - "optional": false + "optional": true } } } ], "resources": { "limits": { - "ſ盷": "532" + "罁胾^拜Ȍzɟ踡肒Ao/樝fw[Řż丩": "47" }, "requests": { - "[Řż丩": "47" + "榜VƋZ1": "932" } }, "volumeMounts": [ { "name": "195", + "readOnly": true, "mountPath": "196", "subPath": "197", - "mountPropagation": "VƋZ1Ůđ眊ľǎɳ,ǿ飏", + "mountPropagation": "瀑Ź9ǕLLȊɞ-uƻ悖ȩ0Ƹ[Ę", "subPathExpr": "198" } ], @@ -537,9 +537,9 @@ }, "httpGet": { "path": "202", - "port": 1214895765, + "port": 2035347577, "host": "203", - "scheme": "悖ȩ0Ƹ[Ęİ榌U", + "scheme": "姣\u003e懔%熷谟þ蛯ɰ荶ljʁ揆ɘȌ脾", "httpHeaders": [ { "name": "204", @@ -548,14 +548,14 @@ ] }, "tcpSocket": { - "port": -187060941, + "port": -1498229293, "host": "206" }, - "initialDelaySeconds": -442393168, - "timeoutSeconds": -307373517, - "periodSeconds": 1109079597, - "successThreshold": -646728130, - "failureThreshold": 1684643131 + "initialDelaySeconds": -1155992025, + "timeoutSeconds": -194343002, + "periodSeconds": -850069363, + "successThreshold": 918929368, + "failureThreshold": 1016277253 }, "readinessProbe": { "exec": { @@ -567,7 +567,7 @@ "path": "208", "port": "209", "host": "210", - "scheme": "荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3", + "scheme": "莭琽§ć\\ ïì«丯Ƙ枛牐ɺ", "httpHeaders": [ { "name": "211", @@ -576,26 +576,26 @@ ] }, "tcpSocket": { - "port": "213", - "host": "214" + "port": 1281792166, + "host": "213" }, - "initialDelaySeconds": 238949508, - "timeoutSeconds": -1389418722, - "periodSeconds": 851018015, - "successThreshold": 596942561, - "failureThreshold": -1880980172 + "initialDelaySeconds": -1934111455, + "timeoutSeconds": 766864314, + "periodSeconds": 1146016612, + "successThreshold": 1495880465, + "failureThreshold": -1032967081 }, "startupProbe": { "exec": { "command": [ - "215" + "214" ] }, "httpGet": { - "path": "216", - "port": 10098903, + "path": "215", + "port": "216", "host": "217", - "scheme": "«丯Ƙ枛牐ɺ皚", + "scheme": "ĺɗŹ倗S晒嶗UÐ_ƮA攤", "httpHeaders": [ { "name": "218", @@ -604,14 +604,14 @@ ] }, "tcpSocket": { - "port": -1934111455, + "port": -498930176, "host": "220" }, - "initialDelaySeconds": 766864314, - "timeoutSeconds": 1146016612, - "periodSeconds": 1495880465, - "successThreshold": -1032967081, - "failureThreshold": 59664438 + "initialDelaySeconds": 1885897314, + "timeoutSeconds": -465677631, + "periodSeconds": 1054858106, + "successThreshold": 232569106, + "failureThreshold": -1150474479 }, "lifecycle": { "postStart": { @@ -624,7 +624,7 @@ "path": "222", "port": "223", "host": "224", - "scheme": "'", + "scheme": "s3!Zɾģ毋", "httpHeaders": [ { "name": "225", @@ -633,7 +633,7 @@ ] }, "tcpSocket": { - "port": -801430937, + "port": 391562775, "host": "227" } }, @@ -645,454 +645,428 @@ }, "httpGet": { "path": "229", - "port": 1810980158, - "host": "230", - "scheme": "_ƮA攤/ɸɎ R§耶FfBl", + "port": "230", + "host": "231", + "scheme": "ȶ网棊ʢ=wǕɳɷ9Ì", "httpHeaders": [ { - "name": "231", - "value": "232" + "name": "232", + "value": "233" } ] }, "tcpSocket": { - "port": 1074486306, - "host": "233" + "port": -1364571630, + "host": "234" } } }, - "terminationMessagePath": "234", - "terminationMessagePolicy": "Zɾģ毋Ó6dz娝嘚庎D}埽uʎ", - "imagePullPolicy": "Ǖɳɷ9Ì崟¿瘦ɖ緕", + "terminationMessagePath": "235", + "terminationMessagePolicy": "ɖ緕ȚÍ勅跦Opwǩ", + "imagePullPolicy": "輓Ɔȓ蹣ɐǛv+8", "securityContext": { "capabilities": { "add": [ - "勅跦Opwǩ曬逴褜1Ø" + "军g\u003e郵[+扴ȨŮ+朷Ǝ膯lj" ], "drop": [ - "ȠƬQg鄠[颐o啛更偢ɇ卷荙JLĹ]" + "" ] }, - "privileged": true, + "privileged": false, "seLinuxOptions": { - "user": "235", - "role": "236", - "type": "237", - "level": "238" + "user": "236", + "role": "237", + "type": "238", + "level": "239" }, "windowsOptions": { - "gmsaCredentialSpecName": "239", - "gmsaCredentialSpec": "240", - "runAsUserName": "241" + "gmsaCredentialSpecName": "240", + "gmsaCredentialSpec": "241", + "runAsUserName": "242" }, - "runAsUser": -6470941481344047265, - "runAsGroup": 1373384864388370080, + "runAsUser": -5821728037462880994, + "runAsGroup": 4468469649483616089, "runAsNonRoot": false, "readOnlyRootFilesystem": true, - "allowPrivilegeEscalation": true, - "procMount": "W:ĸ輦唊#v", + "allowPrivilegeEscalation": false, + "procMount": "碧闳ȩr", "seccompProfile": { - "type": "ʩȂ4ē鐭#", - "localhostProfile": "242" + "type": "", + "localhostProfile": "243" } }, - "stdinOnce": true + "stdinOnce": true, + "tty": true } ], "containers": [ { - "name": "243", - "image": "244", + "name": "244", + "image": "245", "command": [ - "245" - ], - "args": [ "246" ], - "workingDir": "247", + "args": [ + "247" + ], + "workingDir": "248", "ports": [ { - "name": "248", - "hostPort": -179937987, - "containerPort": -1911544792, - "protocol": "苧yñKJɐ扵Gƚ绤fʀļ腩", - "hostIP": "249" + "name": "249", + "hostPort": -888240870, + "containerPort": 508868877, + "protocol": "岼昕ĬÇó藢xɮĵȑ6L*Z", + "hostIP": "250" } ], "envFrom": [ { - "prefix": "250", + "prefix": "251", "configMapRef": { - "name": "251", + "name": "252", "optional": false }, "secretRef": { - "name": "252", + "name": "253", "optional": false } } ], "env": [ { - "name": "253", - "value": "254", + "name": "254", + "value": "255", "valueFrom": { "fieldRef": { - "apiVersion": "255", - "fieldPath": "256" + "apiVersion": "256", + "fieldPath": "257" }, "resourceFieldRef": { - "containerName": "257", - "resource": "258", - "divisor": "189" + "containerName": "258", + "resource": "259", + "divisor": "774" }, "configMapKeyRef": { - "name": "259", - "key": "260", + "name": "260", + "key": "261", "optional": false }, "secretKeyRef": { - "name": "261", - "key": "262", - "optional": true + "name": "262", + "key": "263", + "optional": false } } } ], "resources": { "limits": { - "蔞|表徶đ寳议Ƭƶ氩Ȩ\u003c6": "446" + "$î.Ȏ蝪ʜ5遰=E埄Ȁ朦 wƯ": "393" }, "requests": { - "ŕ翑0展}": "910" + "\u003c6": "446" } }, "volumeMounts": [ { - "name": "263", - "mountPath": "264", - "subPath": "265", - "mountPropagation": "碔", - "subPathExpr": "266" + "name": "264", + "readOnly": true, + "mountPath": "265", + "subPath": "266", + "mountPropagation": "翑0展}硐庰%皧V垾", + "subPathExpr": "267" } ], "volumeDevices": [ { - "name": "267", - "devicePath": "268" + "name": "268", + "devicePath": "269" } ], "livenessProbe": { "exec": { "command": [ - "269" + "270" ] }, "httpGet": { - "path": "270", - "port": -260262954, - "host": "271", - "scheme": "ŵ橨鬶l獕;跣H", + "path": "271", + "port": "272", + "host": "273", + "scheme": "E¦", "httpHeaders": [ { - "name": "272", - "value": "273" + "name": "274", + "value": "275" } ] }, "tcpSocket": { - "port": -1164530482, - "host": "274" + "port": "276", + "host": "277" }, - "initialDelaySeconds": 1877574041, - "timeoutSeconds": 1430286749, - "periodSeconds": -374766088, - "successThreshold": -736151561, - "failureThreshold": -1515369804 + "initialDelaySeconds": 1868887309, + "timeoutSeconds": -528664199, + "periodSeconds": -316996074, + "successThreshold": 1933968533, + "failureThreshold": 549215478 }, "readinessProbe": { "exec": { "command": [ - "275" + "278" ] }, "httpGet": { - "path": "276", - "port": 1909548849, - "host": "277", - "scheme": "4Ǒ輂,ŕĪ", + "path": "279", + "port": -374766088, + "host": "280", + "scheme": "翜舞拉Œ", "httpHeaders": [ { - "name": "278", - "value": "279" + "name": "281", + "value": "282" } ] }, "tcpSocket": { - "port": 567263590, - "host": "280" + "port": "283", + "host": "284" }, - "initialDelaySeconds": 887319241, - "timeoutSeconds": 1559618829, - "periodSeconds": 1156888068, - "successThreshold": -1296077882, - "failureThreshold": 937646333 + "initialDelaySeconds": -190183379, + "timeoutSeconds": -940334911, + "periodSeconds": -341287812, + "successThreshold": 2030115750, + "failureThreshold": 1847163341 }, "startupProbe": { "exec": { "command": [ - "281" + "285" ] }, "httpGet": { - "path": "282", - "port": 1328165061, - "host": "283", - "scheme": "¸gĩ", + "path": "286", + "port": 567263590, + "host": "287", + "scheme": "KŅ/", "httpHeaders": [ { - "name": "284", - "value": "285" + "name": "288", + "value": "289" } ] }, "tcpSocket": { - "port": 1186392166, - "host": "286" + "port": "290", + "host": "291" }, - "initialDelaySeconds": 725793326, - "timeoutSeconds": 217380320, - "periodSeconds": -239231628, - "successThreshold": 1143791964, - "failureThreshold": -1129035468 + "initialDelaySeconds": -1894250541, + "timeoutSeconds": 1962818731, + "periodSeconds": 1315054653, + "successThreshold": 711020087, + "failureThreshold": 1103049140 }, "lifecycle": { "postStart": { "exec": { "command": [ - "287" + "292" ] }, "httpGet": { - "path": "288", - "port": 972193458, - "host": "289", - "scheme": "ƺ蛜6Ɖ飴ɎiǨź", + "path": "293", + "port": -2128108224, + "host": "294", + "scheme": "δ摖", "httpHeaders": [ { - "name": "290", - "value": "291" + "name": "295", + "value": "296" } ] }, "tcpSocket": { - "port": -1453143878, - "host": "292" + "port": "297", + "host": "298" } }, "preStop": { "exec": { "command": [ - "293" + "299" ] }, "httpGet": { - "path": "294", - "port": "295", - "host": "296", - "scheme": "ɥ嵐sC8?Ǻ鱎ƙ;Nŕ璻", + "path": "300", + "port": "301", + "host": "302", "httpHeaders": [ { - "name": "297", - "value": "298" + "name": "303", + "value": "304" } ] }, "tcpSocket": { - "port": "299", - "host": "300" + "port": "305", + "host": "306" } } }, - "terminationMessagePath": "301", - "terminationMessagePolicy": "h亏yƕ丆録²Ŏ)/灩聋3趐囨鏻砅邻", - "imagePullPolicy": "騎C\"6x$1sȣ±p鋄", + "terminationMessagePath": "307", + "terminationMessagePolicy": "ƺ蛜6Ɖ飴ɎiǨź", + "imagePullPolicy": "囌{屿oiɥ嵐sC", "securityContext": { "capabilities": { "add": [ - "ȹ均i绝5哇芆斩ìh4Ɋ" + "Ǻ鱎ƙ;Nŕ" ], "drop": [ - "Ȗ|ʐşƧ諔迮ƙIJ嘢4" + "Jih亏yƕ丆録²" ] }, "privileged": false, "seLinuxOptions": { - "user": "302", - "role": "303", - "type": "304", - "level": "305" + "user": "308", + "role": "309", + "type": "310", + "level": "311" }, "windowsOptions": { - "gmsaCredentialSpecName": "306", - "gmsaCredentialSpec": "307", - "runAsUserName": "308" + "gmsaCredentialSpecName": "312", + "gmsaCredentialSpec": "313", + "runAsUserName": "314" }, - "runAsUser": 4288903380102217677, - "runAsGroup": 6618112330449141397, - "runAsNonRoot": false, - "readOnlyRootFilesystem": false, - "allowPrivilegeEscalation": false, - "procMount": "ďW賁Ěɭɪǹ0衷,ƷƣMț譎懚XW", + "runAsUser": -607313695104609402, + "runAsGroup": 2179199799235189619, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "砅邻爥蹔ŧOǨ繫ʎǑyZ涬P­", "seccompProfile": { - "type": "鑳w妕眵笭/9崍h趭", - "localhostProfile": "309" + "type": "ɔ幩še", + "localhostProfile": "315" } }, - "stdin": true + "stdin": true, + "stdinOnce": true, + "tty": true } ], "ephemeralContainers": [ { - "name": "310", - "image": "311", + "name": "316", + "image": "317", "command": [ - "312" + "318" ], "args": [ - "313" + "319" ], - "workingDir": "314", + "workingDir": "320", "ports": [ { - "name": "315", - "hostPort": -748525373, - "containerPort": 805162379, - "protocol": "ǵ xǨŴ壶ƵfȽÃ", - "hostIP": "316" + "name": "321", + "hostPort": -2113700533, + "containerPort": -2130294761, + "protocol": "pɵ{", + "hostIP": "322" } ], "envFrom": [ { - "prefix": "317", + "prefix": "323", "configMapRef": { - "name": "318", - "optional": false + "name": "324", + "optional": true }, "secretRef": { - "name": "319", - "optional": true + "name": "325", + "optional": false } } ], "env": [ { - "name": "320", - "value": "321", + "name": "326", + "value": "327", "valueFrom": { "fieldRef": { - "apiVersion": "322", - "fieldPath": "323" + "apiVersion": "328", + "fieldPath": "329" }, "resourceFieldRef": { - "containerName": "324", - "resource": "325", - "divisor": "854" + "containerName": "330", + "resource": "331", + "divisor": "878" }, "configMapKeyRef": { - "name": "326", - "key": "327", + "name": "332", + "key": "333", "optional": true }, "secretKeyRef": { - "name": "328", - "key": "329", - "optional": true + "name": "334", + "key": "335", + "optional": false } } } ], "resources": { "limits": { - "ğ Ņ#耗Ǚ(": "24" + "銆jʒǚ鍰\\縑": "992" }, "requests": { - "瘍Nʊ輔3璾ėȜv1b繐汚": "243" + "鞤ɱďW賁Ěɭɪǹ0衷,Ʒƣ": "400" } }, "volumeMounts": [ { - "name": "330", - "readOnly": true, - "mountPath": "331", - "subPath": "332", - "mountPropagation": "Ü[ƛ^輅9ɛ棕ƈ眽炊礫Ƽ", - "subPathExpr": "333" + "name": "336", + "mountPath": "337", + "subPath": "338", + "mountPropagation": "(fǂǢ曣ŋayå", + "subPathExpr": "339" } ], "volumeDevices": [ { - "name": "334", - "devicePath": "335" + "name": "340", + "devicePath": "341" } ], "livenessProbe": { "exec": { "command": [ - "336" + "342" ] }, "httpGet": { - "path": "337", - "port": "338", - "host": "339", - "scheme": "dŊiɢ", + "path": "343", + "port": 1616390418, + "host": "344", + "scheme": "趭(娕uE增猍ǵ x", "httpHeaders": [ { - "name": "340", - "value": "341" + "name": "345", + "value": "346" } ] }, "tcpSocket": { - "port": -370404018, - "host": "342" - }, - "initialDelaySeconds": -1844150067, - "timeoutSeconds": 414056303, - "periodSeconds": -1143639551, - "successThreshold": 571693619, - "failureThreshold": 1643238856 - }, - "readinessProbe": { - "exec": { - "command": [ - "343" - ] - }, - "httpGet": { - "path": "344", - "port": 677650619, - "host": "345", - "scheme": "怖ý萜Ǖc8ǣƘƵŧ1ƟƓ宆!鍲ɋȑ", - "httpHeaders": [ - { - "name": "346", - "value": "347" - } - ] - }, - "tcpSocket": { - "port": -843639240, + "port": "347", "host": "348" }, - "initialDelaySeconds": 1573261475, - "timeoutSeconds": -1211577347, - "periodSeconds": 1529027685, - "successThreshold": -1612005385, - "failureThreshold": -1706593993 + "initialDelaySeconds": -1320027474, + "timeoutSeconds": -1750169306, + "periodSeconds": 2112112129, + "successThreshold": 528603974, + "failureThreshold": -342387625 }, - "startupProbe": { + "readinessProbe": { "exec": { "command": [ "349" @@ -1102,7 +1076,7 @@ "path": "350", "port": "351", "host": "352", - "scheme": "U", + "scheme": "/Ȁĵ鴁ĩȲǸ|蕎'佉賞ǧ", "httpHeaders": [ { "name": "353", @@ -1111,151 +1085,183 @@ ] }, "tcpSocket": { - "port": 758604605, - "host": "355" + "port": "355", + "host": "356" }, - "initialDelaySeconds": -291429895, - "timeoutSeconds": -478839383, - "periodSeconds": 989933975, - "successThreshold": 140830733, - "failureThreshold": -708495486 + "initialDelaySeconds": 2036955392, + "timeoutSeconds": 626243488, + "periodSeconds": -1920304485, + "successThreshold": -1842062977, + "failureThreshold": 1424401373 + }, + "startupProbe": { + "exec": { + "command": [ + "357" + ] + }, + "httpGet": { + "path": "358", + "port": "359", + "host": "360", + "scheme": "æ盪泙若`l}Ñ蠂Ü", + "httpHeaders": [ + { + "name": "361", + "value": "362" + } + ] + }, + "tcpSocket": { + "port": 1388874570, + "host": "363" + }, + "initialDelaySeconds": 1618861163, + "timeoutSeconds": 413903479, + "periodSeconds": 1708236944, + "successThreshold": -1192140557, + "failureThreshold": 1961354355 }, "lifecycle": { "postStart": { "exec": { "command": [ - "356" + "364" ] }, "httpGet": { - "path": "357", - "port": "358", - "host": "359", - "scheme": "臜裡×銵-紑浘", + "path": "365", + "port": -1347045470, + "host": "366", + "scheme": "¨Ix糂腂ǂǚŜEuEy", "httpHeaders": [ { - "name": "360", - "value": "361" + "name": "367", + "value": "368" } ] }, "tcpSocket": { - "port": -1095116290, - "host": "362" + "port": -1945921250, + "host": "369" } }, "preStop": { "exec": { "command": [ - "363" + "370" ] }, "httpGet": { - "path": "364", - "port": -1431381588, - "host": "365", - "scheme": "JŵǤ", + "path": "371", + "port": 1605974497, + "host": "372", + "scheme": "m坊柩劄奼[ƕƑĝ", "httpHeaders": [ { - "name": "366", - "value": "367" + "name": "373", + "value": "374" } ] }, "tcpSocket": { - "port": "368", - "host": "369" + "port": 293042649, + "host": "375" } } }, - "terminationMessagePath": "370", - "terminationMessagePolicy": "鉂WJ1抉泅ą\u0026疀ȼN翾ȾD虓氙磂t", - "imagePullPolicy": ":/", + "terminationMessagePath": "376", + "terminationMessagePolicy": "ǔvÄÚ×p鬷m罂o3ǰ廋i乳'", + "imagePullPolicy": "xƂ9阠", "securityContext": { "capabilities": { "add": [ - "诵H玲鑠ĭ$#卛8ð" + "wy¶熀ďJZ漤ŗ坟Ů\u003cy鯶縆ł" ], "drop": [ - "Q橱9ij\\Ď愝Ű藛b" + "[澔槃JŵǤ桒" ] }, - "privileged": false, + "privileged": true, "seLinuxOptions": { - "user": "371", - "role": "372", - "type": "373", - "level": "374" + "user": "377", + "role": "378", + "type": "379", + "level": "380" }, "windowsOptions": { - "gmsaCredentialSpecName": "375", - "gmsaCredentialSpec": "376", - "runAsUserName": "377" + "gmsaCredentialSpecName": "381", + "gmsaCredentialSpec": "382", + "runAsUserName": "383" }, - "runAsUser": 5574781452707956333, - "runAsGroup": 8850141386971124227, - "runAsNonRoot": false, - "readOnlyRootFilesystem": true, + "runAsUser": -122212946149411097, + "runAsGroup": -6534543348401656067, + "runAsNonRoot": true, + "readOnlyRootFilesystem": false, "allowPrivilegeEscalation": false, - "procMount": "忀oɎƺL肄$鬬", + "procMount": "", "seccompProfile": { - "type": "矐_", - "localhostProfile": "378" + "type": "ȼN翾ȾD虓氙磂tńČȷǻ.wȏâ磠", + "localhostProfile": "384" } }, - "tty": true, - "targetContainerName": "379" + "stdinOnce": true, + "targetContainerName": "385" } ], - "restartPolicy": "嵞嬯t{Eɾ敹Ȯ-湷D谹", - "terminationGracePeriodSeconds": -2985049970189992560, - "activeDeadlineSeconds": 4369716065827112267, + "restartPolicy": "S", + "terminationGracePeriodSeconds": 2296052591495331583, + "activeDeadlineSeconds": 4885169856784949611, + "dnsPolicy": "Q橱9ij\\Ď愝Ű藛b", "nodeSelector": { - "380": "381" + "386": "387" }, - "serviceAccountName": "382", - "serviceAccount": "383", + "serviceAccountName": "388", + "serviceAccount": "389", "automountServiceAccountToken": true, - "nodeName": "384", + "nodeName": "390", + "hostNetwork": true, + "hostPID": true, + "hostIPC": true, "shareProcessNamespace": false, "securityContext": { "seLinuxOptions": { - "user": "385", - "role": "386", - "type": "387", - "level": "388" + "user": "391", + "role": "392", + "type": "393", + "level": "394" }, "windowsOptions": { - "gmsaCredentialSpecName": "389", - "gmsaCredentialSpec": "390", - "runAsUserName": "391" + "gmsaCredentialSpecName": "395", + "gmsaCredentialSpec": "396", + "runAsUserName": "397" }, - "runAsUser": 1322232608671575212, - "runAsGroup": -3565639689247870986, - "runAsNonRoot": false, + "runAsUser": 711750319800111437, + "runAsGroup": -6445633177475289195, + "runAsNonRoot": true, "supplementalGroups": [ - -7888525810745339742 + -7316357525352987834 ], - "fsGroup": -3029419263270634763, + "fsGroup": 7306468936162090894, "sysctls": [ { - "name": "392", - "value": "393" + "name": "398", + "value": "399" } ], - "fsGroupChangePolicy": "?jĎĭ¥#ƱÁR»淹揀.", + "fsGroupChangePolicy": "肄$鬬", "seccompProfile": { - "type": "鍃G昧牱", - "localhostProfile": "394" + "type": "矐_", + "localhostProfile": "400" } }, "imagePullSecrets": [ { - "name": "395" + "name": "401" } ], - "hostname": "396", - "subdomain": "397", + "hostname": "402", + "subdomain": "403", "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { @@ -1263,19 +1269,19 @@ { "matchExpressions": [ { - "key": "398", - "operator": "", + "key": "404", + "operator": "豎穜姰l咑耖p^鏋蛹Ƚȿ醏g遧Ȋ飂廤Ƌ", "values": [ - "399" + "405" ] } ], "matchFields": [ { - "key": "400", - "operator": "kƒK07曳wœj堑ūM鈱ɖ'蠨磼", + "key": "406", + "operator": "柯?B俋¬h`職铳s44矕Ƈ", "values": [ - "401" + "407" ] } ] @@ -1284,23 +1290,23 @@ }, "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1724658051, + "weight": 1805682547, "preference": { "matchExpressions": [ { - "key": "402", - "operator": "盌3+Œ", + "key": "408", + "operator": "='ʨ|ǓÓ敆OɈÏ 瞍髃", "values": [ - "403" + "409" ] } ], "matchFields": [ { - "key": "404", - "operator": ")Zq=歍þ", + "key": "410", + "operator": "ƒK07曳w", "values": [ - "405" + "411" ] } ] @@ -1313,27 +1319,27 @@ { "labelSelector": { "matchLabels": { - "a-z_-..6W.VKs": "1" + "0--1----v8-4--558n1asz-r886-1--s/t": "r.E__-.8_e_l2.._8s--7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5" }, "matchExpressions": [ { - "key": "KA-._d._.Um.-__0", + "key": "67F3p2_-_AmD-.0P", "operator": "DoesNotExist" } ] }, "namespaces": [ - "412" + "418" ], - "topologyKey": "413", + "topologyKey": "419", "namespaceSelector": { "matchLabels": { - "p_._.-miJ4s": "0_5-_.7F3p2_-_AmD-.0AP.-.C_--.F5_x.KNC0-.-m_0-m-6Sp_N-1" + "6--3QC1--L--v_Z--Zg-_4Q__-v_t_u_.__I_-_-w": "d-5X1rh-K5y_AzOBW.9oE9_6.--v1r" }, "matchExpressions": [ { - "key": "1rhm-5y--z-0/6-1.S-B3_.b17ca-_p-y.eQ9", - "operator": "DoesNotExist" + "key": "93z-w5----7-z-63-z---5r-v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-354/K._6..tf-_u-3-_n0..KpiS.oK-.O--5-yp8q_s-1__gwj", + "operator": "Exists" } ] } @@ -1341,34 +1347,31 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -1731963575, + "weight": -450654683, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "v---064eqk5--f4e4--r1k278l-d-8o1-x-1wl----f33/Z": "jz_659GE.l_.23--_6l.-5_BZk5v3aUK_--_o_2.-4" + "G_2kCpS__.39g_.--_-_ve5.m_2_--XZ-x._0": "M2-n_5023Xl-3Pw_-r75--_-A-o-__y__._12..wrbW_E..24-O._.v._9c" }, "matchExpressions": [ { - "key": "wq--m--2k-p---139g-2wt-g-ve55m-2-dm--ux3--0--2pn-5023-lt3-w-b7/C...8-_0__5HG2_5XOAX.gUq2", - "operator": "Exists" + "key": "3hjo--8kb6--ut---p8--3-e-3-44-e.w--i--40wv--in-870w--it6k47-7yd-y--3wc8q8/Jm...Cr", + "operator": "DoesNotExist" } ] }, "namespaces": [ - "426" + "432" ], - "topologyKey": "427", + "topologyKey": "433", "namespaceSelector": { "matchLabels": { - "3hjo--8kb6--ut---p8--3-e-3-44-e.w--i--40wv--in-870w--it6k47-7yd-y--3wc8q8/wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...Cr": "5-.emV__1-wv3UDf.-4D-r.-F__r.oh..2_uGGP..-_N_h4" + "8---h-1.l-h--q0h-t2n4s-6-k5-7-a0w-ke5p-33lt-9--2-k-27-4r4-d-9a46/FL-__bf_9_-C-PfNx__-U_.Pn-W2h": "ht-E6___-X__H.-39-A_-_l67Q.-t" }, "matchExpressions": [ { - "key": "L4K..-68-7AlR__8-7_-YD-Q9_-__..YNFu7Pg-.814e-_07-ht-EP", - "operator": "In", - "values": [ - "7-.-_I-F.Pt" - ] + "key": "C-_20", + "operator": "Exists" } ] } @@ -1381,30 +1384,30 @@ { "labelSelector": { "matchLabels": { - "aP41_.-.-AQ._r.-_Rw1k8KLu..ly--J-_.ZCRT.0z-oe.G79.3bU_._nV345": "y-u.._.105-4_ed-0-i_zZsY_o8t5Vl6_..7CY-_dP" + "fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o5": "TB-d-Q" }, "matchExpressions": [ { - "key": "O-0o.0C_gV.9_G-.-z1Y_HEb.9x98MM7-.e.Dx._.W-6..4_MU7iLfS-0.o", - "operator": "Exists" + "key": "4b699/B9n.2", + "operator": "In", + "values": [ + "MM7-.e.x" + ] } ] }, "namespaces": [ - "440" + "446" ], - "topologyKey": "441", + "topologyKey": "447", "namespaceSelector": { "matchLabels": { - "bid-7x0u738--7w-tdt-u-0----p6l-3-znd-8b-dg--1035ad1od/Nn_U-...1P_.8": "8_2v89U--8.3N_.n1.--.._-x4" + "B_05._Lsu-H_.f82-8_.UdWNn_U-...1P_.D8_t..-Ww2q.zK-p-...Z-O.-j": "Vv.-_.4dwFbuvEf55Y2k.F-F..3m6.._2v89U--8.3N_.1" }, "matchExpressions": [ { - "key": "7-ufi-7/3uM77U7._pT-___-_5-6h_Ky7-_0Vw-Nzfdw.3-._CJ4a1._-_CH--C", - "operator": "NotIn", - "values": [ - "0--_qv4--_.6_N_9X-B.s8.B" - ] + "key": "8u2-__3uM77U7._pT-___-_5-6h_Ky7-_0Vw-Nzfdw.3-._J", + "operator": "DoesNotExist" } ] } @@ -1412,34 +1415,34 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -1832836223, + "weight": 1131487788, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "BQ.9-_.m7-Q____vSW_4-__h": "w-ux_E4-.-PT-_Nx__-F_._n.WaY_o.-0-yj" + "2fk3x-j9133e--2-t--k-fmt4272r--49u-0m7u-----v8.0--063-qm-j-3wc89k-0-57z4063---kb/v_5_D7RufiV-7u0--_qv4-D": "Y_o.-0-yE-R5W5_2n...78aou_j-3.J-.-r_-oPd-.2_Z__.-_U-.6p" }, "matchExpressions": [ { - "key": "dy-4-03ls-86-u2i7-6-q-----f-b-3-----73.6b---nhc50-de2qh2-b-6s/J-.-r_-oPd-.2_Z__.-_U-.60--o._8H__ln_9-A", - "operator": "Exists" + "key": "h-i-60a---9--n8i64t1-4----c-----35---1--6-u-68u8w.3-6b77-f8--tf---7r88-1--p61cd--6/e-Avi.gZdnUVP._81_---l_3_-_G-D....js--a---..6bD_M--c.0Q--2qh.b", + "operator": "NotIn", + "values": [ + "u.7.._B-ks7dG-9S-O62o.8._.---UK_-.j21---__y.9O.L-m" + ] } ] }, "namespaces": [ - "454" + "460" ], - "topologyKey": "455", + "topologyKey": "461", "namespaceSelector": { "matchLabels": { - "8.7-72qz.W.d.._1-3968": "G__B.3R6-.7Bf8GA--__A7r.8U.V_p61-dO" + "7u-h---dY7_M_-._M5..-N_H_55..--E3_2D-1DW__o_-._kzB7U_.Q.45cy5": "Y-__-Zvt.LT60v.WxPc--K" }, "matchExpressions": [ { - "key": "006j--tu-0t-8-937uqhtjrd-7---u6--522p----5506rh-3-2-h10.ale-to9e--a-7j9/lks7dG-9S-O62o.8._.---UK_-.j21---W", - "operator": "NotIn", - "values": [ - "z87_2---2.E.p9-.-3.__a.bl_--..-A" - ] + "key": "wr3qtm-8vuo17qre-33-5-u8f0f1qv--i72-x3---v25f1.2-84s-n-i-711s4--9s8--o-8dm---b----03-64-8l7-l-0787--18/iguFGT._.Y4-0.67hP-lX-_-..5-.._r6T", + "operator": "DoesNotExist" } ] } @@ -1448,64 +1451,67 @@ ] } }, - "schedulerName": "462", + "schedulerName": "468", "tolerations": [ { - "key": "463", - "operator": "Ü", - "value": "464", - "effect": "貛香\"砻B鷋RȽXv*!ɝ茀Ǩ", - "tolerationSeconds": 8594241010639209901 + "key": "469", + "operator": "E色kx-餌勀奷ŎC菡ƴ勋;*靯įƊ", + "value": "470", + "effect": "ŕ蘴濼DZj鎒ũW|ȶdžH0ƾ瘿¸", + "tolerationSeconds": -3147305732428645642 } ], "hostAliases": [ { - "ip": "465", + "ip": "471", "hostnames": [ - "466" + "472" ] } ], - "priorityClassName": "467", - "priority": 878153992, + "priorityClassName": "473", + "priority": -1756088332, "dnsConfig": { "nameservers": [ - "468" + "474" ], "searches": [ - "469" + "475" ], "options": [ { - "name": "470", - "value": "471" + "name": "476", + "value": "477" } ] }, "readinessGates": [ { - "conditionType": "=ȑ-A敲ʉ" + "conditionType": "#sM網" } ], - "runtimeClassName": "472", - "enableServiceLinks": false, - "preemptionPolicy": "梊蝴.Ĉ马āƭw鰕ǰ\"șa", + "runtimeClassName": "478", + "enableServiceLinks": true, + "preemptionPolicy": "ûŠl倳ţü¿Sʟ鍡", "overhead": { - "\u003cƋlɋN磋镮ȺPÈɥ偁髕ģƗ": "283" + "炳薝鴠:X才à脡ǯ?b砸ƻ舁Ȁ贠ȇö匉": "452" }, "topologySpreadConstraints": [ { - "maxSkew": -702578810, - "topologyKey": "473", - "whenUnsatisfiable": "Ž氮怉ƥ;\"薑Ȣ#闬輙怀¹bCũw", + "maxSkew": -447559705, + "topologyKey": "479", + "whenUnsatisfiable": "TaI楅©Ǫ壿/š^劶äɲ泒", "labelSelector": { "matchLabels": { - "N-_.F": "09z2" + "47--9k-e4ora9.t7bm9-4m04qn-n7--c3k7--fei-br7310gl-xwm5-85a/r8-L__C_60-__.19_-gYY._..fP--hQ7be__-.-g-5.-59...7q___nT": "u0-.6---Q.__y64L.0-.c-tm..__---r__._-.DL.o_e-d92e8S_-0D" }, "matchExpressions": [ { - "key": "z-g--v8-c58kh44k-b13--2.7a-h0-4d-z-23---49tw-a/G5-_-_Llmft6.5H905IBI-._g_0", - "operator": "DoesNotExist" + "key": "KTlO.__0PX", + "operator": "In", + "values": [ + "V6K_.3_583-6.f-.9-.V..Q-K_6_3" + ] } ] } @@ -1516,18 +1522,18 @@ } }, "status": { - "replicas": 432535745, - "fullyLabeledReplicas": 2073220944, - "readyReplicas": -141868138, - "availableReplicas": -1324418171, - "observedGeneration": -5431516755862952643, + "replicas": -1350756342, + "fullyLabeledReplicas": 131165488, + "readyReplicas": 1801862647, + "availableReplicas": -212999359, + "observedGeneration": 6343420286878457918, "conditions": [ { - "type": "ƻ舁Ȁ贠ȇö匉a揘O 籇", - "status": "楅©Ǫ壿/š^劶äɲ泒欞尟燬Ǻ媳ɦ", - "lastTransitionTime": "2169-06-15T23:50:17Z", - "reason": "480", - "message": "481" + "type": "", + "status": "ʋǞbȫ魙Ōȇ", + "lastTransitionTime": "2443-02-01T11:09:03Z", + "reason": "486", + "message": "487" } ] } 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 2d47e567c4950c8d00548a5da5d99375618a9ec7..e94bfa513511ed6d197c58ff50c71a8005e8dcbe 100644 GIT binary patch delta 5792 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 Hz!dPmc(u+= delta 5533 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懔%熷谟þ蛯ɰ荶ljʁ揆ɘȌ脾 + initialDelaySeconds: -1155992025 + periodSeconds: -850069363 + successThreshold: 918929368 tcpSocket: host: "206" - port: -187060941 - timeoutSeconds: -307373517 + port: -1498229293 + timeoutSeconds: -194343002 name: "175" ports: - - containerPort: 859639931 + - containerPort: -2031266553 hostIP: "181" - hostPort: 747521320 + hostPort: 424236719 name: "180" - protocol: p儼Ƿ裚瓶釆Ɗ+j忊Ŗȫ焗捏ĨF + protocol: 呝TG;邪 readinessProbe: exec: command: - "207" - failureThreshold: -1880980172 + failureThreshold: -1032967081 httpGet: host: "210" httpHeaders: @@ -648,135 +651,139 @@ spec: value: "212" path: "208" port: "209" - scheme: 荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3 - initialDelaySeconds: 238949508 - periodSeconds: 851018015 - successThreshold: 596942561 + scheme: 莭琽§ć\ ïì«丯Ƙ枛牐ɺ + initialDelaySeconds: -1934111455 + periodSeconds: 1146016612 + successThreshold: 1495880465 tcpSocket: - host: "214" - port: "213" - timeoutSeconds: -1389418722 + host: "213" + port: 1281792166 + timeoutSeconds: 766864314 resources: limits: - ſ盷: "532" + 罁胾^拜Ȍzɟ踡肒Ao/樝fw[Řż丩: "47" requests: - '[Řż丩': "47" + 榜VƋZ1: "932" securityContext: - allowPrivilegeEscalation: true + allowPrivilegeEscalation: false capabilities: add: - - 勅跦Opwǩ曬逴褜1Ø + - 军g>郵[+扴ȨŮ+朷Ǝ膯lj drop: - - ȠƬQg鄠[颐o啛更偢ɇ卷荙JLĹ] - privileged: true - procMount: W:ĸ輦唊#v + - "" + privileged: false + procMount: 碧闳ȩr readOnlyRootFilesystem: true - runAsGroup: 1373384864388370080 + runAsGroup: 4468469649483616089 runAsNonRoot: false - runAsUser: -6470941481344047265 + runAsUser: -5821728037462880994 seLinuxOptions: - level: "238" - role: "236" - type: "237" - user: "235" + level: "239" + role: "237" + type: "238" + user: "236" seccompProfile: - localhostProfile: "242" - type: ʩȂ4ē鐭# + localhostProfile: "243" + type: "" windowsOptions: - gmsaCredentialSpec: "240" - gmsaCredentialSpecName: "239" - runAsUserName: "241" + gmsaCredentialSpec: "241" + gmsaCredentialSpecName: "240" + runAsUserName: "242" startupProbe: exec: command: - - "215" - failureThreshold: 59664438 + - "214" + failureThreshold: -1150474479 httpGet: host: "217" httpHeaders: - name: "218" value: "219" - path: "216" - port: 10098903 - scheme: «丯Ƙ枛牐ɺ皚 - initialDelaySeconds: 766864314 - periodSeconds: 1495880465 - successThreshold: -1032967081 + path: "215" + port: "216" + scheme: ĺɗŹ倗S晒嶗UÐ_ƮA攤 + initialDelaySeconds: 1885897314 + periodSeconds: 1054858106 + successThreshold: 232569106 tcpSocket: host: "220" - port: -1934111455 - timeoutSeconds: 1146016612 + port: -498930176 + timeoutSeconds: -465677631 stdinOnce: true - terminationMessagePath: "234" - terminationMessagePolicy: Zɾģ毋Ó6dz娝嘚庎D}埽uʎ + terminationMessagePath: "235" + terminationMessagePolicy: ɖ緕ȚÍ勅跦Opwǩ + tty: true volumeDevices: - devicePath: "200" name: "199" volumeMounts: - mountPath: "196" - mountPropagation: VƋZ1Ůđ眊ľǎɳ,ǿ飏 + mountPropagation: 瀑Ź9ǕLLȊɞ-uƻ悖ȩ0Ƹ[Ę name: "195" + readOnly: true subPath: "197" subPathExpr: "198" workingDir: "179" - nodeName: "384" + nodeName: "390" nodeSelector: - "380": "381" + "386": "387" overhead: - <ƋlɋN磋镮ȺPÈɥ偁髕ģƗ: "283" - preemptionPolicy: 梊蝴.Ĉ马āƭw鰕ǰ"șa - priority: 878153992 - priorityClassName: "467" + 炳薝鴠:X才à脡ǯ?b砸ƻ舁Ȁ贠ȇö匉: "452" + preemptionPolicy: ûŠl倳ţü¿Sʟ鍡 + priority: -1756088332 + priorityClassName: "473" readinessGates: - - conditionType: =ȑ-A敲ʉ - restartPolicy: 嵞嬯t{Eɾ敹Ȯ-湷D谹 - runtimeClassName: "472" - schedulerName: "462" + - conditionType: '#sM網' + restartPolicy: S + runtimeClassName: "478" + schedulerName: "468" securityContext: - fsGroup: -3029419263270634763 - fsGroupChangePolicy: ?jĎĭ¥#ƱÁR»淹揀. - runAsGroup: -3565639689247870986 - runAsNonRoot: false - runAsUser: 1322232608671575212 + fsGroup: 7306468936162090894 + fsGroupChangePolicy: 肄$鬬 + runAsGroup: -6445633177475289195 + runAsNonRoot: true + runAsUser: 711750319800111437 seLinuxOptions: - level: "388" - role: "386" - type: "387" - user: "385" + level: "394" + role: "392" + type: "393" + user: "391" seccompProfile: - localhostProfile: "394" - type: 鍃G昧牱 + localhostProfile: "400" + type: 矐_ supplementalGroups: - - -7888525810745339742 + - -7316357525352987834 sysctls: - - name: "392" - value: "393" + - name: "398" + value: "399" windowsOptions: - gmsaCredentialSpec: "390" - gmsaCredentialSpecName: "389" - runAsUserName: "391" - serviceAccount: "383" - serviceAccountName: "382" + gmsaCredentialSpec: "396" + gmsaCredentialSpecName: "395" + runAsUserName: "397" + serviceAccount: "389" + serviceAccountName: "388" setHostnameAsFQDN: false shareProcessNamespace: false - subdomain: "397" - terminationGracePeriodSeconds: -2985049970189992560 + subdomain: "403" + terminationGracePeriodSeconds: 2296052591495331583 tolerations: - - effect: 貛香"砻B鷋RȽXv*!ɝ茀Ǩ - key: "463" - operator: Ü - tolerationSeconds: 8594241010639209901 - value: "464" + - effect: ŕ蘴濼DZj鎒ũW|ȶdžH0ƾ瘿¸ + key: "469" + operator: E色kx-餌勀奷ŎC菡ƴ勋;*靯įƊ + tolerationSeconds: -3147305732428645642 + value: "470" topologySpreadConstraints: - labelSelector: matchExpressions: - - key: z-g--v8-c58kh44k-b13--2.7a-h0-4d-z-23---49tw-a/G5-_-_Llmft6.5H905IBI-._g_0 - operator: DoesNotExist + - key: KTlO.__0PX + operator: In + values: + - V6K_.3_583-6.f-.9-.V..Q-K_6_3 matchLabels: - N-_.F: 09z2 - maxSkew: -702578810 - topologyKey: "473" - whenUnsatisfiable: Ž氮怉ƥ;"薑Ȣ#闬輙怀¹bCũw + 47--9k-e4ora9.t7bm9-4m04qn-n7--c3k7--fei-br7310gl-xwm5-85a/r8-L__C_60-__.19_-gYY._..fP--hQ7be__-.-g-5.-59...7q___nT: u0-.6---Q.__y64L.0-.c-tm..__---r__._-.DL.o_e-d92e8S_-0D + maxSkew: -447559705 + topologyKey: "479" + whenUnsatisfiable: TaI楅©Ǫ壿/š^劶äɲ泒 volumes: - awsElasticBlockStore: fsType: "47" @@ -838,7 +845,6 @@ spec: medium: 彭聡A3fƻfʣ sizeLimit: "115" ephemeral: - readOnly: true volumeClaimTemplate: metadata: annotations: @@ -1028,14 +1034,14 @@ spec: storagePolicyName: "103" volumePath: "101" status: - availableReplicas: -1324418171 + availableReplicas: -212999359 conditions: - - lastTransitionTime: "2169-06-15T23:50:17Z" - message: "481" - reason: "480" - status: 楅©Ǫ壿/š^劶äɲ泒欞尟燬Ǻ媳ɦ - type: ƻ舁Ȁ贠ȇö匉a揘O 籇 - fullyLabeledReplicas: 2073220944 - observedGeneration: -5431516755862952643 - readyReplicas: -141868138 - replicas: 432535745 + - lastTransitionTime: "2443-02-01T11:09:03Z" + message: "487" + reason: "486" + status: ʋǞbȫ魙Ōȇ + type: "" + fullyLabeledReplicas: 131165488 + observedGeneration: 6343420286878457918 + readyReplicas: 1801862647 + replicas: -1350756342 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 13fc152f0ae..9e465d641d2 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 @@ -442,8 +442,7 @@ "name": "174" } } - }, - "readOnly": true + } } } ], @@ -461,9 +460,9 @@ "ports": [ { "name": "180", - "hostPort": 282592353, - "containerPort": 377225334, - "protocol": "Ƹ[Ęİ榌U髷裎$MVȟ@7", + "hostPort": 1923334396, + "containerPort": -1343558801, + "protocol": "@掇lNdǂ\u003e", "hostIP": "181" } ], @@ -472,11 +471,11 @@ "prefix": "182", "configMapRef": { "name": "183", - "optional": false + "optional": true }, "secretRef": { "name": "184", - "optional": false + "optional": true } } ], @@ -492,12 +491,12 @@ "resourceFieldRef": { "containerName": "189", "resource": "190", - "divisor": "573" + "divisor": "713" }, "configMapKeyRef": { "name": "191", "key": "192", - "optional": false + "optional": true }, "secretKeyRef": { "name": "193", @@ -509,10 +508,10 @@ ], "resources": { "limits": { - "ǚ灄鸫rʤî萨zvt": "829" + "荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3": "86" }, "requests": { - "悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\\p": "604" + "t莭琽§ć\\ ïì": "80" } }, "volumeMounts": [ @@ -521,7 +520,7 @@ "readOnly": true, "mountPath": "196", "subPath": "197", - "mountPropagation": "ƖHV", + "mountPropagation": "0矀Kʝ瘴I\\p[ħsĨɆâĺɗŹ倗S", "subPathExpr": "198" } ], @@ -539,9 +538,9 @@ }, "httpGet": { "path": "202", - "port": -1196874390, + "port": -1285424066, "host": "203", - "scheme": "S晒嶗UÐ_ƮA攤", + "scheme": "ni酛3ƁÀ", "httpHeaders": [ { "name": "204", @@ -550,42 +549,42 @@ ] }, "tcpSocket": { - "port": -498930176, - "host": "206" + "port": "206", + "host": "207" }, - "initialDelaySeconds": 1885897314, - "timeoutSeconds": -465677631, - "periodSeconds": 1054858106, - "successThreshold": 232569106, - "failureThreshold": -1150474479 + "initialDelaySeconds": -2036074491, + "timeoutSeconds": -148216266, + "periodSeconds": 165047920, + "successThreshold": -393291312, + "failureThreshold": -93157681 }, "readinessProbe": { "exec": { "command": [ - "207" + "208" ] }, "httpGet": { - "path": "208", - "port": "209", - "host": "210", - "scheme": "8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ", + "path": "209", + "port": "210", + "host": "211", + "scheme": "3!Zɾģ毋Ó6", "httpHeaders": [ { - "name": "211", - "value": "212" + "name": "212", + "value": "213" } ] }, "tcpSocket": { - "port": "213", + "port": -832805508, "host": "214" }, - "initialDelaySeconds": -2717401, - "timeoutSeconds": -1492565335, - "periodSeconds": -1099429189, - "successThreshold": 994072122, - "failureThreshold": 1752155096 + "initialDelaySeconds": -228822833, + "timeoutSeconds": -970312425, + "periodSeconds": -1213051101, + "successThreshold": 1451056156, + "failureThreshold": 267768240 }, "startupProbe": { "exec": { @@ -595,83 +594,83 @@ }, "httpGet": { "path": "216", - "port": "217", - "host": "218", - "scheme": "Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ", + "port": -1492565335, + "host": "217", + "scheme": "ɷ9Ì崟¿瘦ɖ緕ȚÍ勅跦Opw", "httpHeaders": [ { - "name": "219", - "value": "220" + "name": "218", + "value": "219" } ] }, "tcpSocket": { - "port": -36782737, - "host": "221" + "port": -280820676, + "host": "220" }, - "initialDelaySeconds": -1738069460, - "timeoutSeconds": -1643733106, - "periodSeconds": -805795167, - "successThreshold": 1791615594, - "failureThreshold": 785984384 + "initialDelaySeconds": 376404581, + "timeoutSeconds": -661937776, + "periodSeconds": 2070521391, + "successThreshold": -440412584, + "failureThreshold": -1801140031 }, "lifecycle": { "postStart": { "exec": { "command": [ - "222" + "221" ] }, "httpGet": { - "path": "223", - "port": "224", - "host": "225", - "scheme": "\u003e郵[+扴ȨŮ", + "path": "222", + "port": "223", + "host": "224", + "scheme": "鄠[颐o啛更偢ɇ卷荙JL", "httpHeaders": [ { - "name": "226", - "value": "227" + "name": "225", + "value": "226" } ] }, "tcpSocket": { - "port": "228", - "host": "229" + "port": "227", + "host": "228" } }, "preStop": { "exec": { "command": [ - "230" + "229" ] }, "httpGet": { - "path": "231", - "port": -743369977, - "host": "232", - "scheme": "\u003e犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4", + "path": "230", + "port": -1506633471, + "host": "231", + "scheme": "1虊谇j爻ƙt叀碧闳ȩr嚧ʣq", "httpHeaders": [ { - "name": "233", - "value": "234" + "name": "232", + "value": "233" } ] }, "tcpSocket": { - "port": -1224991707, + "port": "234", "host": "235" } } }, "terminationMessagePath": "236", - "imagePullPolicy": "昕Ĭ", + "terminationMessagePolicy": "屡ʁ", "securityContext": { "capabilities": { "add": [ - "藢xɮĵȑ6L*Z鐫û咡W\u003c" + "Ÿ8T 苧yñKJɐ扵" ], "drop": [ - "lu|榝$î." + "ƚ绤fʀļ腩墺Ò媁荭gw忊|E剒蔞" ] }, "privileged": false, @@ -686,18 +685,18 @@ "gmsaCredentialSpec": "242", "runAsUserName": "243" }, - "runAsUser": -7565148469525206101, - "runAsGroup": 8949541422887578058, + "runAsUser": -6177393256425700216, + "runAsGroup": 2001337664780390084, "runAsNonRoot": true, "readOnlyRootFilesystem": true, - "allowPrivilegeEscalation": true, - "procMount": "朦 wƯ貾坢'跩", + "allowPrivilegeEscalation": false, + "procMount": "Ȩ\u003c6鄰簳°Ļǟi\u0026", "seccompProfile": { - "type": "ŕ翑0展}", + "type": "", "localhostProfile": "244" } }, - "stdinOnce": true + "tty": true } ], "containers": [ @@ -714,9 +713,9 @@ "ports": [ { "name": "250", - "hostPort": -778272981, - "containerPort": 2056774277, - "protocol": "现葢ŵ橨鬶l獕;跣Hǝcw媀瓄\u0026翜舞拉", + "hostPort": -1296830577, + "containerPort": -1314967760, + "protocol": "順\\E¦队偯J僳徥淳4", "hostIP": "251" } ], @@ -745,12 +744,12 @@ "resourceFieldRef": { "containerName": "259", "resource": "260", - "divisor": "124" + "divisor": "812" }, "configMapKeyRef": { "name": "261", "key": "262", - "optional": false + "optional": true }, "secretKeyRef": { "name": "263", @@ -762,10 +761,10 @@ ], "resources": { "limits": { - "V訆Ǝżŧ": "915" + "Ǒ輂,ŕĪĠM蘇KŅ/»頸+SÄ蚃ɣ": "173" }, "requests": { - "+SÄ蚃ɣľ)酊龨Î": "787" + "餠籲磣Óƿ頀\"冓鍓贯澔 ƺ蛜6Ɖ飴Ɏi": "796" } }, "volumeMounts": [ @@ -774,7 +773,7 @@ "readOnly": true, "mountPath": "266", "subPath": "267", - "mountPropagation": "\"冓鍓贯澔 ƺ蛜6", + "mountPropagation": "囌{屿oiɥ嵐sC", "subPathExpr": "268" } ], @@ -792,52 +791,53 @@ }, "httpGet": { "path": "272", - "port": 465486290, - "host": "273", + "port": "273", + "host": "274", + "scheme": "ɢ鬍熖B芭花ª瘡蟦JBʟ鍏H鯂²静Ʋ", "httpHeaders": [ { - "name": "274", - "value": "275" + "name": "275", + "value": "276" } ] }, "tcpSocket": { - "port": -116224247, - "host": "276" + "port": -181601395, + "host": "277" }, - "initialDelaySeconds": -2097329452, - "timeoutSeconds": 1504385614, - "periodSeconds": 865289071, - "successThreshold": -1829146875, - "failureThreshold": -205176266 + "initialDelaySeconds": -617381112, + "timeoutSeconds": 1851229369, + "periodSeconds": -560238386, + "successThreshold": 1658749995, + "failureThreshold": -938421813 }, "readinessProbe": { "exec": { "command": [ - "277" + "278" ] }, "httpGet": { - "path": "278", - "port": 234253676, - "host": "279", - "scheme": "ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏", + "path": "279", + "port": -305362540, + "host": "280", + "scheme": "Ǩ繫ʎǑyZ涬P­蜷ɔ幩", "httpHeaders": [ { - "name": "280", - "value": "281" + "name": "281", + "value": "282" } ] }, "tcpSocket": { - "port": "282", + "port": 1167615307, "host": "283" }, - "initialDelaySeconds": -2062708879, - "timeoutSeconds": 215186711, - "periodSeconds": -141401239, - "successThreshold": -1187301925, - "failureThreshold": -402384013 + "initialDelaySeconds": 455833230, + "timeoutSeconds": 1956567721, + "periodSeconds": 155090390, + "successThreshold": -2113700533, + "failureThreshold": -2130294761 }, "startupProbe": { "exec": { @@ -847,25 +847,25 @@ }, "httpGet": { "path": "285", - "port": "286", - "host": "287", - "scheme": "鏻砅邻爥", + "port": -727263154, + "host": "286", + "scheme": "Ȗ|ʐşƧ諔迮ƙIJ嘢4", "httpHeaders": [ { - "name": "288", - "value": "289" + "name": "287", + "value": "288" } ] }, "tcpSocket": { - "port": -305362540, + "port": "289", "host": "290" }, - "initialDelaySeconds": 601198286, - "timeoutSeconds": 409029209, - "periodSeconds": 405193215, - "successThreshold": 2129989022, - "failureThreshold": -1699531929 + "initialDelaySeconds": 1137109081, + "timeoutSeconds": -1896415283, + "periodSeconds": 1540899353, + "successThreshold": -1330095135, + "failureThreshold": 1566213732 }, "lifecycle": { "postStart": { @@ -878,7 +878,7 @@ "path": "292", "port": "293", "host": "294", - "scheme": "­蜷ɔ幩š", + "scheme": "W賁Ěɭɪǹ0", "httpHeaders": [ { "name": "295", @@ -887,412 +887,391 @@ ] }, "tcpSocket": { - "port": 455833230, - "host": "297" + "port": "297", + "host": "298" } }, "preStop": { "exec": { "command": [ - "298" + "299" ] }, "httpGet": { - "path": "299", - "port": 1076497581, - "host": "300", - "scheme": "h4ɊHȖ|ʐ", + "path": "300", + "port": -1520531919, + "host": "301", + "scheme": "n(fǂǢ曣ŋayåe躒訙Ǫ", "httpHeaders": [ { - "name": "301", - "value": "302" + "name": "302", + "value": "303" } ] }, "tcpSocket": { - "port": 248533396, - "host": "303" + "port": 739175678, + "host": "304" } } }, - "terminationMessagePath": "304", - "terminationMessagePolicy": "迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ", - "imagePullPolicy": "ņ", + "terminationMessagePath": "305", + "terminationMessagePolicy": "ť嗆u8晲T", + "imagePullPolicy": "xǨŴ壶ƵfȽÃ", "securityContext": { "capabilities": { "add": [ - "DŽ髐njʉBn(fǂǢ曣" + "ȓɻ挴ʠɜ瞍阎lğ Ņ#耗Ǚ(ť1ùf" ], "drop": [ - "ay" + "ƽ眝{æ盪泙" ] }, - "privileged": false, + "privileged": true, "seLinuxOptions": { - "user": "305", - "role": "306", - "type": "307", - "level": "308" + "user": "306", + "role": "307", + "type": "308", + "level": "309" }, "windowsOptions": { - "gmsaCredentialSpecName": "309", - "gmsaCredentialSpec": "310", - "runAsUserName": "311" + "gmsaCredentialSpecName": "310", + "gmsaCredentialSpec": "311", + "runAsUserName": "312" }, - "runAsUser": 1958157659034146020, - "runAsGroup": -5996624450771474158, + "runAsUser": -2176303163074826228, + "runAsGroup": 5326516866753332539, "runAsNonRoot": false, "readOnlyRootFilesystem": true, - "allowPrivilegeEscalation": false, - "procMount": "嗆u", + "allowPrivilegeEscalation": true, + "procMount": "^輅9ɛ棕ƈ眽炊礫Ƽ¨Ix糂腂ǂǚ", "seccompProfile": { - "type": "晲T[irȎ3Ĕ\\", - "localhostProfile": "312" + "type": "EuE", + "localhostProfile": "313" } }, + "stdin": true, + "stdinOnce": true, "tty": true } ], "ephemeralContainers": [ { - "name": "313", - "image": "314", + "name": "314", + "image": "315", "command": [ - "315" - ], - "args": [ "316" ], - "workingDir": "317", + "args": [ + "317" + ], + "workingDir": "318", "ports": [ { - "name": "318", - "hostPort": -1656699070, - "containerPort": -1918622971, - "protocol": "ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz", - "hostIP": "319" + "name": "319", + "hostPort": -703434763, + "containerPort": 930549073, + "protocol": "礤铟怖ý萜Ǖc8", + "hostIP": "320" } ], "envFrom": [ { - "prefix": "320", + "prefix": "321", "configMapRef": { - "name": "321", - "optional": true - }, - "secretRef": { "name": "322", "optional": false + }, + "secretRef": { + "name": "323", + "optional": true } } ], "env": [ { - "name": "323", - "value": "324", + "name": "324", + "value": "325", "valueFrom": { "fieldRef": { - "apiVersion": "325", - "fieldPath": "326" + "apiVersion": "326", + "fieldPath": "327" }, "resourceFieldRef": { - "containerName": "327", - "resource": "328", - "divisor": "69" + "containerName": "328", + "resource": "329", + "divisor": "595" }, "configMapKeyRef": { - "name": "329", - "key": "330", - "optional": true + "name": "330", + "key": "331", + "optional": false }, "secretKeyRef": { - "name": "331", - "key": "332", - "optional": false + "name": "332", + "key": "333", + "optional": true } } } ], "resources": { "limits": { - "1b": "328" + "ɋȑoG鄧蜢暳ǽżLj捲": "775" }, "requests": { - "}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊": "699" + "U": "632" } }, "volumeMounts": [ { - "name": "333", + "name": "334", "readOnly": true, - "mountPath": "334", - "subPath": "335", - "mountPropagation": "Ik(dŊiɢzĮ蛋I", - "subPathExpr": "336" + "mountPath": "335", + "subPath": "336", + "mountPropagation": "$嬏", + "subPathExpr": "337" } ], "volumeDevices": [ { - "name": "337", - "devicePath": "338" + "name": "338", + "devicePath": "339" } ], "livenessProbe": { "exec": { "command": [ - "339" + "340" ] }, "httpGet": { - "path": "340", - "port": "341", - "host": "342", - "scheme": "ȥ}礤铟怖ý萜Ǖ", + "path": "341", + "port": "342", + "host": "343", + "scheme": "$ɛ溢臜裡×銵-紑浘牬", "httpHeaders": [ { - "name": "343", - "value": "344" + "name": "344", + "value": "345" } ] }, "tcpSocket": { - "port": -1088996269, - "host": "345" + "port": "346", + "host": "347" }, - "initialDelaySeconds": -1922458514, - "timeoutSeconds": 1480364858, - "periodSeconds": 692511776, - "successThreshold": -1231653807, - "failureThreshold": -36573584 + "initialDelaySeconds": -195171082, + "timeoutSeconds": 1648539888, + "periodSeconds": 762856658, + "successThreshold": -1898251770, + "failureThreshold": 713473395 }, "readinessProbe": { "exec": { "command": [ - "346" + "348" ] }, "httpGet": { - "path": "347", - "port": -1157640253, - "host": "348", - "scheme": "×p鬷m罂o3ǰ廋i乳'ȘUɻ;", + "path": "349", + "port": "350", + "host": "351", + "scheme": "ɴ鉂WJ1抉泅ą\u0026", "httpHeaders": [ { - "name": "349", - "value": "350" + "name": "352", + "value": "353" } ] }, "tcpSocket": { - "port": "351", - "host": "352" + "port": "354", + "host": "355" }, - "initialDelaySeconds": -478839383, - "timeoutSeconds": 989933975, - "periodSeconds": 140830733, - "successThreshold": -708495486, - "failureThreshold": -1436899600 + "initialDelaySeconds": -1943335113, + "timeoutSeconds": -39292476, + "periodSeconds": 801902541, + "successThreshold": -1312249623, + "failureThreshold": -1089435479 }, "startupProbe": { "exec": { "command": [ - "353" + "356" ] }, "httpGet": { - "path": "354", - "port": "355", - "host": "356", - "scheme": "漤ŗ坟", + "path": "357", + "port": -592521472, + "host": "358", + "scheme": ":/", "httpHeaders": [ { - "name": "357", - "value": "358" + "name": "359", + "value": "360" } ] }, "tcpSocket": { - "port": -1617422199, - "host": "359" + "port": -1101457109, + "host": "361" }, - "initialDelaySeconds": -902839620, - "timeoutSeconds": -2030665763, - "periodSeconds": 1808698094, - "successThreshold": 1155232143, - "failureThreshold": -1873425934 + "initialDelaySeconds": -513325570, + "timeoutSeconds": 1491794693, + "periodSeconds": -1457715462, + "successThreshold": 1349815334, + "failureThreshold": 1307211372 }, "lifecycle": { "postStart": { "exec": { "command": [ - "360" + "362" ] }, "httpGet": { - "path": "361", - "port": 1288391156, - "host": "362", - "scheme": "Ǥ桒ɴ鉂WJ1抉泅ą\u0026疀ȼN", + "path": "363", + "port": "364", + "host": "365", + "scheme": "ð仁Q橱9ij\\Ď愝Ű藛b磾sY", "httpHeaders": [ { - "name": "363", - "value": "364" + "name": "366", + "value": "367" } ] }, "tcpSocket": { - "port": "365", - "host": "366" + "port": "368", + "host": "369" } }, "preStop": { "exec": { "command": [ - "367" + "370" ] }, "httpGet": { - "path": "368", - "port": 1859267428, - "host": "369", - "scheme": "ȟP", + "path": "371", + "port": -1500740922, + "host": "372", + "scheme": "张q櫞繡旹翃ɾ氒ĺʈʫ羶剹ƊF豎穜姰", "httpHeaders": [ { - "name": "370", - "value": "371" + "name": "373", + "value": "374" } ] }, "tcpSocket": { - "port": 1445923603, - "host": "372" + "port": "375", + "host": "376" } } }, - "terminationMessagePath": "373", - "terminationMessagePolicy": "殆诵H玲鑠ĭ$#卛8ð仁Q", - "imagePullPolicy": "tl敷斢杧ż鯀", + "terminationMessagePath": "377", + "terminationMessagePolicy": "耖p^鏋蛹Ƚȿ醏g遧Ȋ飂廤Ƌʙcx赮ǒ", + "imagePullPolicy": "¬h`職铳s44矕Ƈè*鑏='ʨ|", "securityContext": { "capabilities": { "add": [ - "鸔ɧWǘ炙" + "敆OɈÏ 瞍髃#ɣȕW歹s" ], "drop": [ - "餸硷" + "ɥʋăƻ遲" ] }, "privileged": true, "seLinuxOptions": { - "user": "374", - "role": "375", - "type": "376", - "level": "377" + "user": "378", + "role": "379", + "type": "380", + "level": "381" }, "windowsOptions": { - "gmsaCredentialSpecName": "378", - "gmsaCredentialSpec": "379", - "runAsUserName": "380" + "gmsaCredentialSpecName": "382", + "gmsaCredentialSpec": "383", + "runAsUserName": "384" }, - "runAsUser": 5215323049148402377, - "runAsGroup": 2946116477552625615, - "runAsNonRoot": true, - "readOnlyRootFilesystem": true, + "runAsUser": 3805707846751185585, + "runAsGroup": 4820130167691486230, + "runAsNonRoot": false, + "readOnlyRootFilesystem": false, "allowPrivilegeEscalation": true, - "procMount": "ʈʫ羶剹ƊF豎穜", + "procMount": "Ů嫠!@@)Zq=歍þ螗ɃŒGm", "seccompProfile": { - "type": "l咑耖p^鏋", - "localhostProfile": "381" + "type": "z鋎", + "localhostProfile": "385" } }, "tty": true, - "targetContainerName": "382" + "targetContainerName": "386" } ], - "restartPolicy": "ȿ醏g遧", - "terminationGracePeriodSeconds": -616777763639482630, - "activeDeadlineSeconds": 2031424375743848602, - "dnsPolicy": ":{柯?B", + "restartPolicy": "¿əW#ļǹʅŚO虀^背遻堣灭ƴɦ燻踸", + "terminationGracePeriodSeconds": -8963807447996144781, + "activeDeadlineSeconds": -5539971415578447792, + "dnsPolicy": "6", "nodeSelector": { - "383": "384" + "387": "388" }, - "serviceAccountName": "385", - "serviceAccount": "386", + "serviceAccountName": "389", + "serviceAccount": "390", "automountServiceAccountToken": false, - "nodeName": "387", + "nodeName": "391", "hostNetwork": true, - "shareProcessNamespace": false, + "hostPID": true, + "hostIPC": true, + "shareProcessNamespace": true, "securityContext": { "seLinuxOptions": { - "user": "388", - "role": "389", - "type": "390", - "level": "391" + "user": "392", + "role": "393", + "type": "394", + "level": "395" }, "windowsOptions": { - "gmsaCredentialSpecName": "392", - "gmsaCredentialSpec": "393", - "runAsUserName": "394" + "gmsaCredentialSpecName": "396", + "gmsaCredentialSpec": "397", + "runAsUserName": "398" }, - "runAsUser": -1290365495982891537, - "runAsGroup": -759684899479757878, + "runAsUser": 4290717681745188904, + "runAsGroup": 3355244307027629244, "runAsNonRoot": false, "supplementalGroups": [ - 3273247375993523103 + -7106117411092125093 ], - "fsGroup": 4489057930380969432, + "fsGroup": -9164240834267238973, "sysctls": [ { - "name": "395", - "value": "396" + "name": "399", + "value": "400" } ], - "fsGroupChangePolicy": "='ʨ|ǓÓ敆OɈÏ 瞍髃", + "fsGroupChangePolicy": "", "seccompProfile": { - "type": "ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn", - "localhostProfile": "397" + "type": "d'呪", + "localhostProfile": "401" } }, "imagePullSecrets": [ { - "name": "398" + "name": "402" } ], - "hostname": "399", - "subdomain": "400", + "hostname": "403", + "subdomain": "404", "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { "nodeSelectorTerms": [ { - "matchExpressions": [ - { - "key": "401", - "operator": "+Œ9两", - "values": [ - "402" - ] - } - ], - "matchFields": [ - { - "key": "403", - "operator": "q=歍þ螗ɃŒGm¨z鋎靀G", - "values": [ - "404" - ] - } - ] - } - ] - }, - "preferredDuringSchedulingIgnoredDuringExecution": [ - { - "weight": 377409178, - "preference": { "matchExpressions": [ { "key": "405", - "operator": "#ļǹʅŚO虀^背遻堣灭ƴɦ燻", + "operator": "W瀤oɢ嫎¸殚篎3o8[y", "values": [ "406" ] @@ -1301,13 +1280,38 @@ "matchFields": [ { "key": "407", - "operator": "-觗裓6Ř筿ɾ5Ų買霎ȃň[\u003eą", + "operator": "ï驿笈", "values": [ "408" ] } ] } + ] + }, + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -1009377808, + "preference": { + "matchExpressions": [ + { + "key": "409", + "operator": "a餖Ľƛ淴ɑ?¶ȲƪE1º轪d覉;Ĕ颪", + "values": [ + "410" + ] + } + ], + "matchFields": [ + { + "key": "411", + "operator": "惍EʦŊĊ娮rȧ", + "values": [ + "412" + ] + } + ] + } } ] }, @@ -1316,30 +1320,30 @@ { "labelSelector": { "matchLabels": { - "1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5": "1--L--v_Z--Zg-_4Q__-v_t_u_.A" + "u.wg_-b8a_6_.0Q4_.84.K_-_0_..u.F.pq.c": "" }, "matchExpressions": [ { - "key": "5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y", - "operator": "Exists" + "key": "8b-3-3b17cab-ppy5e--9p-61-2we16h--5-d-k-sm.2xv17r--32b-----4-670tfz-up3n/ov_Z--Zg-_Q", + "operator": "NotIn", + "values": [ + "0..KpiS.oK-.O--5-yp8q_s-L" + ] } ] }, "namespaces": [ - "415" + "419" ], - "topologyKey": "416", + "topologyKey": "420", "namespaceSelector": { "matchLabels": { - "l_-W8o._xJ1-lFA_Xf3.V0H2-.zHw.H__V.Vz_6.Hz_V_.r_v_._e_-8": "Z6Z..11_7pX_z" + "0--0g-q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x8/Hz_V_.r_v_._e_-78o_6Z..11_7pX_.-mLlx...w_t-_.5.40Rw4D": "Y_2-n_5023Xl-3Pw_-r7g" }, "matchExpressions": [ { - "key": "w_t-_.5.40Rw4gD.._.-x6db-L7.-__-G_2kCpS__.39g_.--_-_ve5.Z", - "operator": "In", - "values": [ - "4.nw_-_x18mtxb__e" - ] + "key": "3hjo--8kb6--ut---p8--3-e-3-44-e.w--i--40wv--in-870w--it6k47-7yd-y--3wc8q8/wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...Cr", + "operator": "DoesNotExist" } ] } @@ -1347,30 +1351,30 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1479434972, + "weight": -234140, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "jo--8kb6--ut---p8--3-e-3-44---h-q7-p-2djmscp--ac8u23-k----26u5h.r3wc8q78-0020-1-0f--k--bf-94/co-__y__._12..wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...Cqr7": "r.-F__r.oh..2_uGGP..-_N_h_4Hl-X0_2-W" + "1_.-_L-__bf_9_-C-PfNx__-U_P": "tW23-_.z_.._s--_F-BR-.h_2" }, "matchExpressions": [ { - "key": "7AlR__8-7_-YD-Q9_-__..YNFu7Pg-.814e-_07-ht-E6___-X__9", + "key": "s_6O-5_7_-0w_--5-_.3--_9QW2JkU27_.-4T-I.-..K.-.0__sD.-.-_s", "operator": "Exists" } ] }, "namespaces": [ - "429" + "433" ], - "topologyKey": "430", + "topologyKey": "434", "namespaceSelector": { "matchLabels": { - "4_r.-_Rw1k8KLu..ly--J-_.ZCRT.0z-oe.G79.b": "V._nV34GH" + "Q.-_t--O3": "7z2-y.-...C4_-_2G0.-c_C.G.h--m._fN._k8__._ep2P.B._A_09E" }, "matchExpressions": [ { - "key": "9105-4_ed-0-i_zZsY_o8t5Vl6_..C", + "key": "P_p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o..p_B-d--Q5._D6_.d-n_9np", "operator": "DoesNotExist" } ] @@ -1384,32 +1388,32 @@ { "labelSelector": { "matchLabels": { - "q0o.0C_gV.9_G-.-z1YH": "b.9x98MM7-.e.Dx._.W-6..4_MU7iLfS-0.9-.-._.1..sA" + "n7-a6434---7i-f-d019o1v3u.2k8-2-d--n--r8661--3-8-t48g-w2q7z-vps548-d-1r7j--v2x-64dwb/e": "8" }, "matchExpressions": [ { - "key": "s4dw-buv-f55-2k2-e-443m678-2v89-zk873--1n133.or-0-2--rad877gr62g/dg__..2bidF.-0-...WE.-_tdt_-Z0_TMp", - "operator": "NotIn", + "key": "75-p-z---k-5r6h--y7o-0-wq-zfdw73w0---4a18-f4/d1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--2", + "operator": "In", "values": [ - "MGbG-_-8Qi..9-4.2K_FQ.E--__K-hg" + "u-.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133eT_2_t_IkI-mt4...rBQ.9-0" ] } ] }, "namespaces": [ - "443" + "447" ], - "topologyKey": "444", + "topologyKey": "448", "namespaceSelector": { "matchLabels": { - "4vk58-7e74-ddq-a-lcv0n1-i-d-----9---063-qm-j-w.57k--e--x--b--1-n4-a--o2h0fy-j-5-5-2nw/1._-_CH--.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133T": "P-336-.B__.QiA6._3o_V-w._-0d__7.81_-._-_8_8" + "m_-Z.wc..k_0_5.z.0..__k": "b.-9.Y0-_-.l__.c17__f_-336-.BT" }, "matchExpressions": [ { - "key": "0476b---nhc50-de2qh2-b-6--13lk5-e4-u-5kvp-----887j72qz6-7d841/R._.3l-_86_u2-7_._qN__A_f_-B3_UP", + "key": "N7.81_-._-_8_.._._a9", "operator": "In", "values": [ - "396h8.G__B3" + "vi.gZdnUVP._81_---l_3_-_G-D....js--a---..6bD_Mh" ] } ] @@ -1418,31 +1422,31 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1856144088, + "weight": 1276377114, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "Q-.-.g-_Z_-nSLq": "4P--_q-...Oai.D7-_9..8-8yw..__Yb_58.p-06jVZ-uP.t_.O3" + "1f8--tf---7r88-1--p61cd--s-nu5718--lks7d-x9-f-62o8/L9._5-..Bi_..aOQ_._Yn.-.4t.U.VU__-_BAB_35H__.B_6_-U..u8gwb.-6": "M9..8-8yw..__Yb_58.p-06jVZ-u0" }, "matchExpressions": [ { - "key": "3d/6_M5..-N_H_55..--E3_2D-1DW__o_-._kzB7U_.Q.45cy-5", - "operator": "Exists" + "key": "v54le-to9e--a-7je9fz87-2jvd23-0p1.360v2-x-cpor---cigu--s/j-dY7_M_-._M5..-N_H_55..--E3_2h", + "operator": "DoesNotExist" } ] }, "namespaces": [ - "457" + "461" ], - "topologyKey": "458", + "topologyKey": "462", "namespaceSelector": { "matchLabels": { - "2x-cpor---cigu---4-2-4k0267h-rl-l-u575b93-r6---4g-vg3t.vuo17qre-33-5-u8f0f1q8/6": "px_0-.mJe__.B-cd2_4" + "o17qre-33-5-u8f0f1qv--i72-x3---v25f56.w84s-n-i-711s4--9s8--o-8dm---b----03-64-8l7-l-0787--1--ia5yl9k/267hP-lX-_-..5-.._r6M__4-P-g3J6": "I-._g_.._-hKc.OB_F_--.._m_-9" }, "matchExpressions": [ { - "key": "1s._K9-.AJ-_8--___b____03_6.K8lY", - "operator": "Exists" + "key": "410-f-o-fr-5-3t--y9---2--e-yya3.98t-----60t--019-yg--4-37f-rwh-7be--y0agp51x597277q---nt/M-0R.-I-_23L_J49t-X..1", + "operator": "DoesNotExist" } ] } @@ -1451,64 +1455,67 @@ ] } }, - "schedulerName": "465", + "schedulerName": "469", "tolerations": [ { - "key": "466", - "operator": "0yVA嬂刲;牆詒ĸąs", - "value": "467", - "effect": "kx-餌勀奷Ŏ", - "tolerationSeconds": -9038755672632113093 + "key": "470", + "operator": "r}梳攔wŲ魦Ɔ0ƢĮÀĘÆɆȸȢ蒸", + "value": "471", + "effect": "U烈 źfjǰɪ嘞ȏ}杻扞Ğ", + "tolerationSeconds": 3252034671163905138 } ], "hostAliases": [ { - "ip": "468", + "ip": "472", "hostnames": [ - "469" + "473" ] } ], - "priorityClassName": "470", - "priority": -1133320634, + "priorityClassName": "474", + "priority": 347613368, "dnsConfig": { "nameservers": [ - "471" + "475" ], "searches": [ - "472" + "476" ], "options": [ { - "name": "473", - "value": "474" + "name": "477", + "value": "478" } ] }, "readinessGates": [ { - "conditionType": "į" + "conditionType": "ř岈ǎǏ]S5:œƌ嵃ǁ" } ], - "runtimeClassName": "475", - "enableServiceLinks": true, - "preemptionPolicy": "Ʀ[螵沊齣薣鰎đƝ):惝ŵ髿ɔ", + "runtimeClassName": "479", + "enableServiceLinks": false, + "preemptionPolicy": "m珢\\%傢z¦Ā竚ĐȌƨǴ叆", "overhead": { - "k_": "725" + "D輷": "792" }, "topologySpreadConstraints": [ { - "maxSkew": -2046521037, - "topologyKey": "476", - "whenUnsatisfiable": "\"T#sM網m", + "maxSkew": -484382570, + "topologyKey": "480", + "whenUnsatisfiable": "nn坾\u0026Pɫ(ʙÆʨɺC`", "labelSelector": { "matchLabels": { - "3.hy9---2--e-yya--bj7-l-9aw--2/hs.-_DM__28W-_-.0HfR-_f-5": "019_-gYY._..fP--hQ7be__-.-g-5.-59...7q___n.__16ee.6" + "n.DL.o_e-d92e8S_-0-_8Vz-E41___75Q-T": "O.__0PPX-.-d4Badb" }, "matchExpressions": [ { - "key": "B.rTt7bm9I.-..q-F-.__ck", - "operator": "DoesNotExist" + "key": "zz8-35x38i-qnr-5zi82dc3do--7lw63jvksy--w-i33-dzn6-302m7rx1/7Jl----i_I.-_7g-8iJ--p-7f3-2_Z_V_-q-L34-_D86-W_g52", + "operator": "NotIn", + "values": [ + "h.v._5.vB-.-7-.6Jv-86___3" + ] } ] } @@ -1520,126 +1527,123 @@ "volumeClaimTemplates": [ { "metadata": { - "name": "483", - "generateName": "484", - "namespace": "485", - "selfLink": "486", - "uid": "0斃搡Cʼn嘡ʇɆȏ+\u0026ɃB沅零ș", - "resourceVersion": "6510253963764562049", - "generation": -2252894353040736578, + "name": "487", + "generateName": "488", + "namespace": "489", + "selfLink": "490", + "uid": "4LM桵Ţ宧ʜ嵹ʌ5Ë}", + "resourceVersion": "932117408350471144", + "generation": 4446917721686139397, "creationTimestamp": null, - "deletionGracePeriodSeconds": -834876888064929876, + "deletionGracePeriodSeconds": -2948232978388571762, "labels": { - "488": "489" + "492": "493" }, "annotations": { - "490": "491" + "494": "495" }, "ownerReferences": [ { - "apiVersion": "492", - "kind": "493", - "name": "494", - "uid": "\\%傢z¦Ā竚ĐȌƨǴ叆ĄD輷東t½ǩ", + "apiVersion": "496", + "kind": "497", + "name": "498", + "uid": "憲Ħ焵i,ŋ", "controller": false, - "blockOwnerDeletion": true + "blockOwnerDeletion": false } ], "finalizers": [ - "495" + "499" ], - "clusterName": "496", + "clusterName": "500", "managedFields": [ { - "manager": "497", - "operation": "MǍ}箼愆+P;抣ēȌ%ÿ¼璤ň", - "apiVersion": "498", - "fieldsType": "499" + "manager": "501", + "operation": "Ʀ§:Ǫ魚Emv看ƜZ穑S", + "apiVersion": "502", + "fieldsType": "503" } ] }, "spec": { "accessModes": [ - "V礆á¤拈tY" + "Is{豘ñ澀j劎笜釼鮭Ɯ" ], "selector": { "matchLabels": { - "PX-.-d4BadE-.1-V...t27-4..7": "l----i_Ii" + "789--9opn2/8.--4-___..1.N_l..-_.1-j---30q.-2_9.9-..-JA-H-C5-8_--4.__z22": "E_3-a__w.___-_-mv9h.-7.s__-_g6_-_N4-R._P-___0..X" }, "matchExpressions": [ { - "key": "e-35x38i-qnr-5zi82dc3do--7lw635/Z_V_-q-L34-_D86-W_g5r.4", - "operator": "In", - "values": [ - "s-_Y-_i.._---6_.0.m.--.-dh.v._5.vB-.7" - ] + "key": "R_-U7-F34-6.-_-O-F__h9", + "operator": "Exists" } ] }, "resources": { "limits": { - "sx羳ıȦjJ綒鷈颿懽]轸Jc'V{": "821" + "獪霛圦Ƶ": "159" }, "requests": { - "(踶NJđƟ": "357" + "-劺b": "142" } }, - "volumeName": "506", - "storageClassName": "507", - "volumeMode": "穜", + "volumeName": "510", + "storageClassName": "511", + "volumeMode": "ê婼SƸ炃\u0026-Ƹ绿浠穸æǷ^ɘʘ", "dataSource": { - "apiGroup": "508", - "kind": "509", - "name": "510" + "apiGroup": "512", + "kind": "513", + "name": "514" } }, "status": { - "phase": "睭憲Ħ焵i,ŋŨNâ", + "phase": "s檣ŝƚʤ\u003cƟʚ`÷碹頒D", "accessModes": [ - "§" + "Ƭ)攕ƕ遻W?Ɔ遗1湾宑·Ʀ" ], "capacity": { - "Ǫ魚": "27" + "Ȍ璣nj儱ƚWA麭T棞詢¡ɅǏõxġ": "858" }, "conditions": [ { - "type": "qĖĖȠ姓ȇ\u003e尪", - "status": "t飜ĈȖ董缞濪葷c", - "lastProbeTime": "2398-05-12T06:43:28Z", - "lastTransitionTime": "2943-12-07T17:53:42Z", - "reason": "511", - "message": "512" + "type": "j=击", + "status": "|{軈ĕʦ竳÷ 骵蓧應ĸ簋", + "lastProbeTime": "2322-05-21T16:41:46Z", + "lastTransitionTime": "2939-10-28T17:50:12Z", + "reason": "515", + "message": "516" } ] } } ], - "serviceName": "513", - "podManagementPolicy": "5Ë", + "serviceName": "517", + "podManagementPolicy": "验`垥-罏Dz咘", "updateStrategy": { - "type": "t谍Ã\u0026榠塹ǜŬɽŌ拭#{", + "type": "Ğy", "rollingUpdate": { - "partition": 199912760 + "partition": -758476265 } }, - "revisionHistoryLimit": -506157639 + "revisionHistoryLimit": 1260831675 }, "status": { - "observedGeneration": 364197194076938036, - "replicas": 1410850501, - "readyReplicas": -827735561, - "currentReplicas": 1956611085, - "updatedReplicas": 1768089178, - "currentRevision": "514", - "updateRevision": "515", - "collisionCount": -565639840, + "observedGeneration": 8438550020448048629, + "replicas": -83108222, + "readyReplicas": 1738133199, + "currentReplicas": -1053645465, + "updatedReplicas": -1271316132, + "currentRevision": "518", + "updateRevision": "519", + "collisionCount": -607784054, "conditions": [ { - "type": "tyȸɡ[", - "status": "萀灗\u0026Eōɴbȣ瀢璩", - "lastTransitionTime": "2251-02-17T11:59:12Z", - "reason": "516", - "message": "517" + "type": "²Ŕİuƶ½OE弞", + "status": "ɶċŶv}鮩澊聝楧p问Ð7ɞŶJŖ)j", + "lastTransitionTime": "2235-11-16T23:26:27Z", + "reason": "520", + "message": "521" } ] } 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 4b14400ee065c4de8078c5ebacbb44120d5a1ec4..e2d42eb41b894e0acfc094a828a97c5a75dd63f7 100644 GIT binary patch delta 6711 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 delta 6234 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ą + operator: ï驿笈 values: - "408" - weight: 377409178 - requiredDuringSchedulingIgnoredDuringExecution: - nodeSelectorTerms: - - matchExpressions: - - key: "401" - operator: +Œ9两 - values: - - "402" - matchFields: - - key: "403" - operator: q=歍þ螗ɃŒGm¨z鋎靀G - values: - - "404" podAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - - key: 7AlR__8-7_-YD-Q9_-__..YNFu7Pg-.814e-_07-ht-E6___-X__9 + - key: s_6O-5_7_-0w_--5-_.3--_9QW2JkU27_.-4T-I.-..K.-.0__sD.-.-_s operator: Exists matchLabels: - ? jo--8kb6--ut---p8--3-e-3-44---h-q7-p-2djmscp--ac8u23-k----26u5h.r3wc8q78-0020-1-0f--k--bf-94/co-__y__._12..wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...Cqr7 - : r.-F__r.oh..2_uGGP..-_N_h_4Hl-X0_2-W + 1_.-_L-__bf_9_-C-PfNx__-U_P: tW23-_.z_.._s--_F-BR-.h_2 namespaceSelector: matchExpressions: - - key: 9105-4_ed-0-i_zZsY_o8t5Vl6_..C + - key: P_p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o..p_B-d--Q5._D6_.d-n_9np operator: DoesNotExist matchLabels: - 4_r.-_Rw1k8KLu..ly--J-_.ZCRT.0z-oe.G79.b: V._nV34GH + Q.-_t--O3: 7z2-y.-...C4_-_2G0.-c_C.G.h--m._fN._k8__._ep2P.B._A_09E namespaces: - - "429" - topologyKey: "430" - weight: 1479434972 + - "433" + topologyKey: "434" + weight: -234140 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: 5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y - operator: Exists + - key: 8b-3-3b17cab-ppy5e--9p-61-2we16h--5-d-k-sm.2xv17r--32b-----4-670tfz-up3n/ov_Z--Zg-_Q + operator: NotIn + values: + - 0..KpiS.oK-.O--5-yp8q_s-L matchLabels: - 1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5: 1--L--v_Z--Zg-_4Q__-v_t_u_.A + u.wg_-b8a_6_.0Q4_.84.K_-_0_..u.F.pq.c: "" namespaceSelector: matchExpressions: - - key: w_t-_.5.40Rw4gD.._.-x6db-L7.-__-G_2kCpS__.39g_.--_-_ve5.Z - operator: In - values: - - 4.nw_-_x18mtxb__e + - key: 3hjo--8kb6--ut---p8--3-e-3-44-e.w--i--40wv--in-870w--it6k47-7yd-y--3wc8q8/wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...Cr + operator: DoesNotExist matchLabels: - l_-W8o._xJ1-lFA_Xf3.V0H2-.zHw.H__V.Vz_6.Hz_V_.r_v_._e_-8: Z6Z..11_7pX_z + 0--0g-q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x8/Hz_V_.r_v_._e_-78o_6Z..11_7pX_.-mLlx...w_t-_.5.40Rw4D: Y_2-n_5023Xl-3Pw_-r7g namespaces: - - "415" - topologyKey: "416" + - "419" + topologyKey: "420" podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - - key: 3d/6_M5..-N_H_55..--E3_2D-1DW__o_-._kzB7U_.Q.45cy-5 - operator: Exists + - key: v54le-to9e--a-7je9fz87-2jvd23-0p1.360v2-x-cpor---cigu--s/j-dY7_M_-._M5..-N_H_55..--E3_2h + operator: DoesNotExist matchLabels: - Q-.-.g-_Z_-nSLq: 4P--_q-...Oai.D7-_9..8-8yw..__Yb_58.p-06jVZ-uP.t_.O3 + 1f8--tf---7r88-1--p61cd--s-nu5718--lks7d-x9-f-62o8/L9._5-..Bi_..aOQ_._Yn.-.4t.U.VU__-_BAB_35H__.B_6_-U..u8gwb.-6: M9..8-8yw..__Yb_58.p-06jVZ-u0 namespaceSelector: matchExpressions: - - key: 1s._K9-.AJ-_8--___b____03_6.K8lY - operator: Exists + - key: 410-f-o-fr-5-3t--y9---2--e-yya3.98t-----60t--019-yg--4-37f-rwh-7be--y0agp51x597277q---nt/M-0R.-I-_23L_J49t-X..1 + operator: DoesNotExist matchLabels: - 2x-cpor---cigu---4-2-4k0267h-rl-l-u575b93-r6---4g-vg3t.vuo17qre-33-5-u8f0f1q8/6: px_0-.mJe__.B-cd2_4 + ? o17qre-33-5-u8f0f1qv--i72-x3---v25f56.w84s-n-i-711s4--9s8--o-8dm---b----03-64-8l7-l-0787--1--ia5yl9k/267hP-lX-_-..5-.._r6M__4-P-g3J6 + : I-._g_.._-hKc.OB_F_--.._m_-9 namespaces: - - "457" - topologyKey: "458" - weight: 1856144088 + - "461" + topologyKey: "462" + weight: 1276377114 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: s4dw-buv-f55-2k2-e-443m678-2v89-zk873--1n133.or-0-2--rad877gr62g/dg__..2bidF.-0-...WE.-_tdt_-Z0_TMp - operator: NotIn - values: - - MGbG-_-8Qi..9-4.2K_FQ.E--__K-hg - matchLabels: - q0o.0C_gV.9_G-.-z1YH: b.9x98MM7-.e.Dx._.W-6..4_MU7iLfS-0.9-.-._.1..sA - namespaceSelector: - matchExpressions: - - key: 0476b---nhc50-de2qh2-b-6--13lk5-e4-u-5kvp-----887j72qz6-7d841/R._.3l-_86_u2-7_._qN__A_f_-B3_UP + - key: 75-p-z---k-5r6h--y7o-0-wq-zfdw73w0---4a18-f4/d1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--2 operator: In values: - - 396h8.G__B3 + - u-.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133eT_2_t_IkI-mt4...rBQ.9-0 matchLabels: - ? 4vk58-7e74-ddq-a-lcv0n1-i-d-----9---063-qm-j-w.57k--e--x--b--1-n4-a--o2h0fy-j-5-5-2nw/1._-_CH--.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133T - : P-336-.B__.QiA6._3o_V-w._-0d__7.81_-._-_8_8 + n7-a6434---7i-f-d019o1v3u.2k8-2-d--n--r8661--3-8-t48g-w2q7z-vps548-d-1r7j--v2x-64dwb/e: "8" + namespaceSelector: + matchExpressions: + - key: N7.81_-._-_8_.._._a9 + operator: In + values: + - vi.gZdnUVP._81_---l_3_-_G-D....js--a---..6bD_Mh + matchLabels: + m_-Z.wc..k_0_5.z.0..__k: b.-9.Y0-_-.l__.c17__f_-336-.BT namespaces: - - "443" - topologyKey: "444" + - "447" + topologyKey: "448" automountServiceAccountToken: false containers: - args: @@ -190,13 +189,13 @@ spec: configMapKeyRef: key: "262" name: "261" - optional: false + optional: true fieldRef: apiVersion: "257" fieldPath: "258" resourceFieldRef: containerName: "259" - divisor: "124" + divisor: "812" resource: "260" secretKeyRef: key: "264" @@ -211,7 +210,7 @@ spec: name: "254" optional: false image: "246" - imagePullPolicy: ņ + imagePullPolicy: xǨŴ壶ƵfȽà lifecycle: postStart: exec: @@ -224,130 +223,133 @@ spec: value: "296" path: "292" port: "293" - scheme: ­蜷ɔ幩š + scheme: W賁Ěɭɪǹ0 tcpSocket: - host: "297" - port: 455833230 + host: "298" + port: "297" preStop: exec: command: - - "298" + - "299" httpGet: - host: "300" + host: "301" httpHeaders: - - name: "301" - value: "302" - path: "299" - port: 1076497581 - scheme: h4ɊHȖ|ʐ + - name: "302" + value: "303" + path: "300" + port: -1520531919 + scheme: n(fǂǢ曣ŋayåe躒訙Ǫ tcpSocket: - host: "303" - port: 248533396 + host: "304" + port: 739175678 livenessProbe: exec: command: - "271" - failureThreshold: -205176266 + failureThreshold: -938421813 httpGet: - host: "273" + host: "274" httpHeaders: - - name: "274" - value: "275" + - name: "275" + value: "276" path: "272" - port: 465486290 - initialDelaySeconds: -2097329452 - periodSeconds: 865289071 - successThreshold: -1829146875 + port: "273" + scheme: ɢ鬍熖B芭花ª瘡蟦JBʟ鍏H鯂²静Ʋ + initialDelaySeconds: -617381112 + periodSeconds: -560238386 + successThreshold: 1658749995 tcpSocket: - host: "276" - port: -116224247 - timeoutSeconds: 1504385614 + host: "277" + port: -181601395 + timeoutSeconds: 1851229369 name: "245" ports: - - containerPort: 2056774277 + - containerPort: -1314967760 hostIP: "251" - hostPort: -778272981 + hostPort: -1296830577 name: "250" - protocol: 现葢ŵ橨鬶l獕;跣Hǝcw媀瓄&翜舞拉 + protocol: 順\E¦队偯J僳徥淳4 readinessProbe: exec: command: - - "277" - failureThreshold: -402384013 + - "278" + failureThreshold: -2130294761 httpGet: - host: "279" + host: "280" httpHeaders: - - name: "280" - value: "281" - path: "278" - port: 234253676 - scheme: ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏 - initialDelaySeconds: -2062708879 - periodSeconds: -141401239 - successThreshold: -1187301925 + - name: "281" + value: "282" + path: "279" + port: -305362540 + scheme: Ǩ繫ʎǑyZ涬P­蜷ɔ幩 + initialDelaySeconds: 455833230 + periodSeconds: 155090390 + successThreshold: -2113700533 tcpSocket: host: "283" - port: "282" - timeoutSeconds: 215186711 + port: 1167615307 + timeoutSeconds: 1956567721 resources: limits: - V訆Ǝżŧ: "915" + Ǒ輂,ŕĪĠM蘇KŅ/»頸+SÄ蚃ɣ: "173" requests: - +SÄ蚃ɣľ)酊龨Î: "787" + 餠籲磣Óƿ頀"冓鍓贯澔 ƺ蛜6Ɖ飴Ɏi: "796" securityContext: - allowPrivilegeEscalation: false + allowPrivilegeEscalation: true capabilities: add: - - DŽ髐njʉBn(fǂǢ曣 + - ȓɻ挴ʠɜ瞍阎lğ Ņ#耗Ǚ(ť1ùf drop: - - ay - privileged: false - procMount: 嗆u + - ƽ眝{æ盪泙 + privileged: true + procMount: ^輅9ɛ棕ƈ眽炊礫Ƽ¨Ix糂腂ǂǚ readOnlyRootFilesystem: true - runAsGroup: -5996624450771474158 + runAsGroup: 5326516866753332539 runAsNonRoot: false - runAsUser: 1958157659034146020 + runAsUser: -2176303163074826228 seLinuxOptions: - level: "308" - role: "306" - type: "307" - user: "305" + level: "309" + role: "307" + type: "308" + user: "306" seccompProfile: - localhostProfile: "312" - type: 晲T[irȎ3Ĕ\ + localhostProfile: "313" + type: EuE windowsOptions: - gmsaCredentialSpec: "310" - gmsaCredentialSpecName: "309" - runAsUserName: "311" + gmsaCredentialSpec: "311" + gmsaCredentialSpecName: "310" + runAsUserName: "312" startupProbe: exec: command: - "284" - failureThreshold: -1699531929 + failureThreshold: 1566213732 httpGet: - host: "287" + host: "286" httpHeaders: - - name: "288" - value: "289" + - name: "287" + value: "288" path: "285" - port: "286" - scheme: 鏻砅邻爥 - initialDelaySeconds: 601198286 - periodSeconds: 405193215 - successThreshold: 2129989022 + port: -727263154 + scheme: Ȗ|ʐşƧ諔迮ƙIJ嘢4 + initialDelaySeconds: 1137109081 + periodSeconds: 1540899353 + successThreshold: -1330095135 tcpSocket: host: "290" - port: -305362540 - timeoutSeconds: 409029209 - terminationMessagePath: "304" - terminationMessagePolicy: 迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ + port: "289" + timeoutSeconds: -1896415283 + stdin: true + stdinOnce: true + terminationMessagePath: "305" + terminationMessagePolicy: ť嗆u8晲T tty: true volumeDevices: - devicePath: "270" name: "269" volumeMounts: - mountPath: "266" - mountPropagation: '"冓鍓贯澔 ƺ蛜6' + mountPropagation: 囌{屿oiɥ嵐sC name: "265" readOnly: true subPath: "267" @@ -355,199 +357,201 @@ spec: workingDir: "249" dnsConfig: nameservers: - - "471" + - "475" options: - - name: "473" - value: "474" + - name: "477" + value: "478" searches: - - "472" - dnsPolicy: :{柯?B - enableServiceLinks: true + - "476" + dnsPolicy: "6" + enableServiceLinks: false ephemeralContainers: - args: - - "316" + - "317" command: - - "315" + - "316" env: - - name: "323" - value: "324" + - name: "324" + value: "325" valueFrom: configMapKeyRef: - key: "330" - name: "329" - optional: true - fieldRef: - apiVersion: "325" - fieldPath: "326" - resourceFieldRef: - containerName: "327" - divisor: "69" - resource: "328" - secretKeyRef: - key: "332" - name: "331" + key: "331" + name: "330" optional: false + fieldRef: + apiVersion: "326" + fieldPath: "327" + resourceFieldRef: + containerName: "328" + divisor: "595" + resource: "329" + secretKeyRef: + key: "333" + name: "332" + optional: true envFrom: - configMapRef: - name: "321" - optional: true - prefix: "320" - secretRef: name: "322" optional: false - image: "314" - imagePullPolicy: tl敷斢杧ż鯀 + prefix: "321" + secretRef: + name: "323" + optional: true + image: "315" + imagePullPolicy: ¬h`職铳s44矕Ƈè*鑏='ʨ| lifecycle: postStart: exec: command: - - "360" + - "362" httpGet: - host: "362" + host: "365" httpHeaders: - - name: "363" - value: "364" - path: "361" - port: 1288391156 - scheme: Ǥ桒ɴ鉂WJ1抉泅ą&疀ȼN + - name: "366" + value: "367" + path: "363" + port: "364" + scheme: ð仁Q橱9ij\Ď愝Ű藛b磾sY tcpSocket: - host: "366" - port: "365" + host: "369" + port: "368" preStop: exec: command: - - "367" + - "370" httpGet: - host: "369" - httpHeaders: - - name: "370" - value: "371" - path: "368" - port: 1859267428 - scheme: ȟP - tcpSocket: host: "372" - port: 1445923603 + httpHeaders: + - name: "373" + value: "374" + path: "371" + port: -1500740922 + scheme: 张q櫞繡旹翃ɾ氒ĺʈʫ羶剹ƊF豎穜姰 + tcpSocket: + host: "376" + port: "375" livenessProbe: exec: command: - - "339" - failureThreshold: -36573584 + - "340" + failureThreshold: 713473395 httpGet: - host: "342" + host: "343" httpHeaders: - - name: "343" - value: "344" - path: "340" - port: "341" - scheme: ȥ}礤铟怖ý萜Ǖ - initialDelaySeconds: -1922458514 - periodSeconds: 692511776 - successThreshold: -1231653807 + - name: "344" + value: "345" + path: "341" + port: "342" + scheme: $ɛ溢臜裡×銵-紑浘牬 + initialDelaySeconds: -195171082 + periodSeconds: 762856658 + successThreshold: -1898251770 tcpSocket: - host: "345" - port: -1088996269 - timeoutSeconds: 1480364858 - name: "313" + host: "347" + port: "346" + timeoutSeconds: 1648539888 + name: "314" ports: - - containerPort: -1918622971 - hostIP: "319" - hostPort: -1656699070 - name: "318" - protocol: ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz + - containerPort: 930549073 + hostIP: "320" + hostPort: -703434763 + name: "319" + protocol: 礤铟怖ý萜Ǖc8 readinessProbe: exec: command: - - "346" - failureThreshold: -1436899600 + - "348" + failureThreshold: -1089435479 httpGet: - host: "348" + host: "351" httpHeaders: - - name: "349" - value: "350" - path: "347" - port: -1157640253 - scheme: ×p鬷m罂o3ǰ廋i乳'ȘUɻ; - initialDelaySeconds: -478839383 - periodSeconds: 140830733 - successThreshold: -708495486 + - name: "352" + value: "353" + path: "349" + port: "350" + scheme: ɴ鉂WJ1抉泅ą& + initialDelaySeconds: -1943335113 + periodSeconds: 801902541 + successThreshold: -1312249623 tcpSocket: - host: "352" - port: "351" - timeoutSeconds: 989933975 + host: "355" + port: "354" + timeoutSeconds: -39292476 resources: limits: - 1b: "328" + ɋȑoG鄧蜢暳ǽżLj捲: "775" requests: - '}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊': "699" + U: "632" securityContext: allowPrivilegeEscalation: true capabilities: add: - - 鸔ɧWǘ炙 + - 敆OɈÏ 瞍髃#ɣȕW歹s drop: - - 餸硷 + - ɥʋăƻ遲 privileged: true - procMount: ʈʫ羶剹ƊF豎穜 - readOnlyRootFilesystem: true - runAsGroup: 2946116477552625615 - runAsNonRoot: true - runAsUser: 5215323049148402377 + procMount: Ů嫠!@@)Zq=歍þ螗ɃŒGm + readOnlyRootFilesystem: false + runAsGroup: 4820130167691486230 + runAsNonRoot: false + runAsUser: 3805707846751185585 seLinuxOptions: - level: "377" - role: "375" - type: "376" - user: "374" + level: "381" + role: "379" + type: "380" + user: "378" seccompProfile: - localhostProfile: "381" - type: l咑耖p^鏋 + localhostProfile: "385" + type: z鋎 windowsOptions: - gmsaCredentialSpec: "379" - gmsaCredentialSpecName: "378" - runAsUserName: "380" + gmsaCredentialSpec: "383" + gmsaCredentialSpecName: "382" + runAsUserName: "384" startupProbe: exec: command: - - "353" - failureThreshold: -1873425934 + - "356" + failureThreshold: 1307211372 httpGet: - host: "356" + host: "358" httpHeaders: - - name: "357" - value: "358" - path: "354" - port: "355" - scheme: 漤ŗ坟 - initialDelaySeconds: -902839620 - periodSeconds: 1808698094 - successThreshold: 1155232143 + - name: "359" + value: "360" + path: "357" + port: -592521472 + scheme: :/ + initialDelaySeconds: -513325570 + periodSeconds: -1457715462 + successThreshold: 1349815334 tcpSocket: - host: "359" - port: -1617422199 - timeoutSeconds: -2030665763 - targetContainerName: "382" - terminationMessagePath: "373" - terminationMessagePolicy: 殆诵H玲鑠ĭ$#卛8ð仁Q + host: "361" + port: -1101457109 + timeoutSeconds: 1491794693 + targetContainerName: "386" + terminationMessagePath: "377" + terminationMessagePolicy: 耖p^鏋蛹Ƚȿ醏g遧Ȋ飂廤Ƌʙcx赮ǒ tty: true volumeDevices: - - devicePath: "338" - name: "337" + - devicePath: "339" + name: "338" volumeMounts: - - mountPath: "334" - mountPropagation: Ik(dŊiɢzĮ蛋I - name: "333" + - mountPath: "335" + mountPropagation: $嬏 + name: "334" readOnly: true - subPath: "335" - subPathExpr: "336" - workingDir: "317" + subPath: "336" + subPathExpr: "337" + workingDir: "318" hostAliases: - hostnames: - - "469" - ip: "468" + - "473" + ip: "472" + hostIPC: true hostNetwork: true - hostname: "399" + hostPID: true + hostname: "403" imagePullSecrets: - - name: "398" + - name: "402" initContainers: - args: - "178" @@ -560,13 +564,13 @@ spec: configMapKeyRef: key: "192" name: "191" - optional: false + optional: true fieldRef: apiVersion: "187" fieldPath: "188" resourceFieldRef: containerName: "189" - divisor: "573" + divisor: "713" resource: "190" secretKeyRef: key: "194" @@ -575,109 +579,108 @@ spec: envFrom: - configMapRef: name: "183" - optional: false + optional: true prefix: "182" secretRef: name: "184" - optional: false + optional: true image: "176" - imagePullPolicy: 昕Ĭ lifecycle: postStart: exec: command: - - "222" + - "221" httpGet: - host: "225" + host: "224" httpHeaders: - - name: "226" - value: "227" - path: "223" - port: "224" - scheme: '>郵[+扴ȨŮ' + - name: "225" + value: "226" + path: "222" + port: "223" + scheme: 鄠[颐o啛更偢ɇ卷荙JL tcpSocket: - host: "229" - port: "228" + host: "228" + port: "227" preStop: exec: command: - - "230" + - "229" httpGet: - host: "232" + host: "231" httpHeaders: - - name: "233" - value: "234" - path: "231" - port: -743369977 - scheme: '>犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4' + - name: "232" + value: "233" + path: "230" + port: -1506633471 + scheme: 1虊谇j爻ƙt叀碧闳ȩr嚧ʣq tcpSocket: host: "235" - port: -1224991707 + port: "234" livenessProbe: exec: command: - "201" - failureThreshold: -1150474479 + failureThreshold: -93157681 httpGet: host: "203" httpHeaders: - name: "204" value: "205" path: "202" - port: -1196874390 - scheme: S晒嶗UÐ_ƮA攤 - initialDelaySeconds: 1885897314 - periodSeconds: 1054858106 - successThreshold: 232569106 + port: -1285424066 + scheme: ni酛3ƁÀ + initialDelaySeconds: -2036074491 + periodSeconds: 165047920 + successThreshold: -393291312 tcpSocket: - host: "206" - port: -498930176 - timeoutSeconds: -465677631 + host: "207" + port: "206" + timeoutSeconds: -148216266 name: "175" ports: - - containerPort: 377225334 + - containerPort: -1343558801 hostIP: "181" - hostPort: 282592353 + hostPort: 1923334396 name: "180" - protocol: Ƹ[Ęİ榌U髷裎$MVȟ@7 + protocol: '@掇lNdǂ>' readinessProbe: exec: command: - - "207" - failureThreshold: 1752155096 + - "208" + failureThreshold: 267768240 httpGet: - host: "210" + host: "211" httpHeaders: - - name: "211" - value: "212" - path: "208" - port: "209" - scheme: 8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ - initialDelaySeconds: -2717401 - periodSeconds: -1099429189 - successThreshold: 994072122 + - name: "212" + value: "213" + path: "209" + port: "210" + scheme: 3!Zɾģ毋Ó6 + initialDelaySeconds: -228822833 + periodSeconds: -1213051101 + successThreshold: 1451056156 tcpSocket: host: "214" - port: "213" - timeoutSeconds: -1492565335 + port: -832805508 + timeoutSeconds: -970312425 resources: limits: - ǚ灄鸫rʤî萨zvt: "829" + 荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3: "86" requests: - 悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\p: "604" + t莭琽§ć\ ïì: "80" securityContext: - allowPrivilegeEscalation: true + allowPrivilegeEscalation: false capabilities: add: - - 藢xɮĵȑ6L*Z鐫û咡W< + - Ÿ8T 苧yñKJɐ扵 drop: - - lu|榝$î. + - ƚ绤fʀļ腩墺Ò媁荭gw忊|E剒蔞 privileged: false - procMount: 朦 wƯ貾坢'跩 + procMount: Ȩ<6鄰簳°Ļǟi& readOnlyRootFilesystem: true - runAsGroup: 8949541422887578058 + runAsGroup: 2001337664780390084 runAsNonRoot: true - runAsUser: -7565148469525206101 + runAsUser: -6177393256425700216 seLinuxOptions: level: "240" role: "238" @@ -685,7 +688,7 @@ spec: user: "237" seccompProfile: localhostProfile: "244" - type: ŕ翑0展} + type: "" windowsOptions: gmsaCredentialSpec: "242" gmsaCredentialSpecName: "241" @@ -694,93 +697,96 @@ spec: exec: command: - "215" - failureThreshold: 785984384 + failureThreshold: -1801140031 httpGet: - host: "218" + host: "217" httpHeaders: - - name: "219" - value: "220" + - name: "218" + value: "219" path: "216" - port: "217" - scheme: Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ - initialDelaySeconds: -1738069460 - periodSeconds: -805795167 - successThreshold: 1791615594 + port: -1492565335 + scheme: ɷ9Ì崟¿瘦ɖ緕ȚÍ勅跦Opw + initialDelaySeconds: 376404581 + periodSeconds: 2070521391 + successThreshold: -440412584 tcpSocket: - host: "221" - port: -36782737 - timeoutSeconds: -1643733106 - stdinOnce: true + host: "220" + port: -280820676 + timeoutSeconds: -661937776 terminationMessagePath: "236" + terminationMessagePolicy: 屡ʁ + tty: true volumeDevices: - devicePath: "200" name: "199" volumeMounts: - mountPath: "196" - mountPropagation: ƖHV + mountPropagation: 0矀Kʝ瘴I\p[ħsĨɆâĺɗŹ倗S name: "195" readOnly: true subPath: "197" subPathExpr: "198" workingDir: "179" - nodeName: "387" + nodeName: "391" nodeSelector: - "383": "384" + "387": "388" overhead: - k_: "725" - preemptionPolicy: Ʀ[螵沊齣薣鰎đƝ):惝ŵ髿ɔ - priority: -1133320634 - priorityClassName: "470" + D輷: "792" + preemptionPolicy: m珢\%傢z¦Ā竚ĐȌƨǴ叆 + priority: 347613368 + priorityClassName: "474" readinessGates: - - conditionType: į - restartPolicy: ȿ醏g遧 - runtimeClassName: "475" - schedulerName: "465" + - conditionType: ř岈ǎǏ]S5:œƌ嵃ǁ + restartPolicy: ¿əW#ļǹʅŚO虀^背遻堣灭ƴɦ燻踸 + runtimeClassName: "479" + schedulerName: "469" securityContext: - fsGroup: 4489057930380969432 - fsGroupChangePolicy: ='ʨ|ǓÓ敆OɈÏ 瞍髃 - runAsGroup: -759684899479757878 + fsGroup: -9164240834267238973 + fsGroupChangePolicy: "" + runAsGroup: 3355244307027629244 runAsNonRoot: false - runAsUser: -1290365495982891537 + runAsUser: 4290717681745188904 seLinuxOptions: - level: "391" - role: "389" - type: "390" - user: "388" + level: "395" + role: "393" + type: "394" + user: "392" seccompProfile: - localhostProfile: "397" - type: ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn + localhostProfile: "401" + type: d'呪 supplementalGroups: - - 3273247375993523103 + - -7106117411092125093 sysctls: - - name: "395" - value: "396" + - name: "399" + value: "400" windowsOptions: - gmsaCredentialSpec: "393" - gmsaCredentialSpecName: "392" - runAsUserName: "394" - serviceAccount: "386" - serviceAccountName: "385" + gmsaCredentialSpec: "397" + gmsaCredentialSpecName: "396" + runAsUserName: "398" + serviceAccount: "390" + serviceAccountName: "389" setHostnameAsFQDN: false - shareProcessNamespace: false - subdomain: "400" - terminationGracePeriodSeconds: -616777763639482630 + shareProcessNamespace: true + subdomain: "404" + terminationGracePeriodSeconds: -8963807447996144781 tolerations: - - effect: kx-餌勀奷Ŏ - key: "466" - operator: 0yVA嬂刲;牆詒ĸąs - tolerationSeconds: -9038755672632113093 - value: "467" + - effect: U烈 źfjǰɪ嘞ȏ}杻扞Ğ + key: "470" + operator: r}梳攔wŲ魦Ɔ0ƢĮÀĘÆɆȸȢ蒸 + tolerationSeconds: 3252034671163905138 + value: "471" topologySpreadConstraints: - labelSelector: matchExpressions: - - key: B.rTt7bm9I.-..q-F-.__ck - operator: DoesNotExist + - key: zz8-35x38i-qnr-5zi82dc3do--7lw63jvksy--w-i33-dzn6-302m7rx1/7Jl----i_I.-_7g-8iJ--p-7f3-2_Z_V_-q-L34-_D86-W_g52 + operator: NotIn + values: + - h.v._5.vB-.-7-.6Jv-86___3 matchLabels: - 3.hy9---2--e-yya--bj7-l-9aw--2/hs.-_DM__28W-_-.0HfR-_f-5: 019_-gYY._..fP--hQ7be__-.-g-5.-59...7q___n.__16ee.6 - maxSkew: -2046521037 - topologyKey: "476" - whenUnsatisfiable: '"T#sM網m' + n.DL.o_e-d92e8S_-0-_8Vz-E41___75Q-T: O.__0PPX-.-d4Badb + maxSkew: -484382570 + topologyKey: "480" + whenUnsatisfiable: nn坾&Pɫ(ʙÆʨɺC` volumes: - awsElasticBlockStore: fsType: "47" @@ -843,7 +849,6 @@ spec: medium: Xŋ朘瑥A徙ɶɊł/擇ɦĽ胚O醔ɍ厶耈 sizeLimit: "473" ephemeral: - readOnly: true volumeClaimTemplate: metadata: annotations: @@ -1037,86 +1042,84 @@ spec: volumePath: "101" updateStrategy: rollingUpdate: - partition: 199912760 - type: t谍Ã&榠塹ǜŬɽŌ拭#{ + partition: -758476265 + type: Ğy volumeClaimTemplates: - metadata: annotations: - "490": "491" - clusterName: "496" + "494": "495" + clusterName: "500" creationTimestamp: null - deletionGracePeriodSeconds: -834876888064929876 + deletionGracePeriodSeconds: -2948232978388571762 finalizers: - - "495" - generateName: "484" - generation: -2252894353040736578 + - "499" + generateName: "488" + generation: 4446917721686139397 labels: - "488": "489" + "492": "493" managedFields: - - apiVersion: "498" - fieldsType: "499" - manager: "497" - operation: MǍ}箼愆+P;抣ēȌ%ÿ¼璤ň - name: "483" - namespace: "485" + - apiVersion: "502" + fieldsType: "503" + manager: "501" + operation: Ʀ§:Ǫ魚Emv看ƜZ穑S + name: "487" + namespace: "489" ownerReferences: - - apiVersion: "492" - blockOwnerDeletion: true + - apiVersion: "496" + blockOwnerDeletion: false controller: false - kind: "493" - name: "494" - uid: \%傢z¦Ā竚ĐȌƨǴ叆ĄD輷東t½ǩ - resourceVersion: "6510253963764562049" - selfLink: "486" - uid: 0斃搡Cʼn嘡ʇɆȏ+&ɃB沅零ș + kind: "497" + name: "498" + uid: 憲Ħ焵i,ŋ + resourceVersion: "932117408350471144" + selfLink: "490" + uid: 4LM桵Ţ宧ʜ嵹ʌ5Ë} spec: accessModes: - - V礆á¤拈tY + - Is{豘ñ澀j劎笜釼鮭Ɯ dataSource: - apiGroup: "508" - kind: "509" - name: "510" + apiGroup: "512" + kind: "513" + name: "514" resources: limits: - sx羳ıȦjJ綒鷈颿懽]轸Jc'V{: "821" + 獪霛圦Ƶ: "159" requests: - (踶NJđƟ: "357" + -劺b: "142" selector: matchExpressions: - - key: e-35x38i-qnr-5zi82dc3do--7lw635/Z_V_-q-L34-_D86-W_g5r.4 - operator: In - values: - - s-_Y-_i.._---6_.0.m.--.-dh.v._5.vB-.7 + - key: R_-U7-F34-6.-_-O-F__h9 + operator: Exists matchLabels: - PX-.-d4BadE-.1-V...t27-4..7: l----i_Ii - storageClassName: "507" - volumeMode: 穜 - volumeName: "506" + 789--9opn2/8.--4-___..1.N_l..-_.1-j---30q.-2_9.9-..-JA-H-C5-8_--4.__z22: E_3-a__w.___-_-mv9h.-7.s__-_g6_-_N4-R._P-___0..X + storageClassName: "511" + volumeMode: ê婼SƸ炃&-Ƹ绿浠穸æǷ^ɘʘ + volumeName: "510" status: accessModes: - - § + - Ƭ)攕ƕ遻W?Ɔ遗1湾宑·Ʀ capacity: - Ǫ魚: "27" + Ȍ璣nj儱ƚWA麭T棞詢¡ɅǏõxġ: "858" conditions: - - lastProbeTime: "2398-05-12T06:43:28Z" - lastTransitionTime: "2943-12-07T17:53:42Z" - message: "512" - reason: "511" - status: t飜ĈȖ董缞濪葷c - type: qĖĖȠ姓ȇ>尪 - phase: 睭憲Ħ焵i,ŋŨNâ + - lastProbeTime: "2322-05-21T16:41:46Z" + lastTransitionTime: "2939-10-28T17:50:12Z" + message: "516" + reason: "515" + status: '|{軈ĕʦ竳÷ 骵蓧應ĸ簋' + type: j=击 + phase: s檣ŝƚʤ<Ɵʚ`÷碹頒D status: - collisionCount: -565639840 + collisionCount: -607784054 conditions: - - lastTransitionTime: "2251-02-17T11:59:12Z" - message: "517" - reason: "516" - status: 萀灗&Eōɴbȣ瀢璩 - type: tyȸɡ[ - currentReplicas: 1956611085 - currentRevision: "514" - observedGeneration: 364197194076938036 - readyReplicas: -827735561 - replicas: 1410850501 - updateRevision: "515" - updatedReplicas: 1768089178 + - lastTransitionTime: "2235-11-16T23:26:27Z" + message: "521" + reason: "520" + status: ɶċŶv}鮩澊聝楧p问Ð7ɞŶJŖ)j + type: ²Ŕİuƶ½OE弞 + currentReplicas: -1053645465 + currentRevision: "518" + observedGeneration: 8438550020448048629 + readyReplicas: 1738133199 + replicas: -83108222 + updateRevision: "519" + updatedReplicas: -1271316132 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 ce935828ff8..3b81c6857dd 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 @@ -442,8 +442,7 @@ "name": "174" } } - }, - "readOnly": true + } } } ], @@ -461,9 +460,9 @@ "ports": [ { "name": "180", - "hostPort": 282592353, - "containerPort": 377225334, - "protocol": "Ƹ[Ęİ榌U髷裎$MVȟ@7", + "hostPort": 1923334396, + "containerPort": -1343558801, + "protocol": "@掇lNdǂ\u003e", "hostIP": "181" } ], @@ -472,11 +471,11 @@ "prefix": "182", "configMapRef": { "name": "183", - "optional": false + "optional": true }, "secretRef": { "name": "184", - "optional": false + "optional": true } } ], @@ -492,12 +491,12 @@ "resourceFieldRef": { "containerName": "189", "resource": "190", - "divisor": "573" + "divisor": "713" }, "configMapKeyRef": { "name": "191", "key": "192", - "optional": false + "optional": true }, "secretKeyRef": { "name": "193", @@ -509,10 +508,10 @@ ], "resources": { "limits": { - "ǚ灄鸫rʤî萨zvt": "829" + "荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3": "86" }, "requests": { - "悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\\p": "604" + "t莭琽§ć\\ ïì": "80" } }, "volumeMounts": [ @@ -521,7 +520,7 @@ "readOnly": true, "mountPath": "196", "subPath": "197", - "mountPropagation": "ƖHV", + "mountPropagation": "0矀Kʝ瘴I\\p[ħsĨɆâĺɗŹ倗S", "subPathExpr": "198" } ], @@ -539,9 +538,9 @@ }, "httpGet": { "path": "202", - "port": -1196874390, + "port": -1285424066, "host": "203", - "scheme": "S晒嶗UÐ_ƮA攤", + "scheme": "ni酛3ƁÀ", "httpHeaders": [ { "name": "204", @@ -550,42 +549,42 @@ ] }, "tcpSocket": { - "port": -498930176, - "host": "206" + "port": "206", + "host": "207" }, - "initialDelaySeconds": 1885897314, - "timeoutSeconds": -465677631, - "periodSeconds": 1054858106, - "successThreshold": 232569106, - "failureThreshold": -1150474479 + "initialDelaySeconds": -2036074491, + "timeoutSeconds": -148216266, + "periodSeconds": 165047920, + "successThreshold": -393291312, + "failureThreshold": -93157681 }, "readinessProbe": { "exec": { "command": [ - "207" + "208" ] }, "httpGet": { - "path": "208", - "port": "209", - "host": "210", - "scheme": "8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ", + "path": "209", + "port": "210", + "host": "211", + "scheme": "3!Zɾģ毋Ó6", "httpHeaders": [ { - "name": "211", - "value": "212" + "name": "212", + "value": "213" } ] }, "tcpSocket": { - "port": "213", + "port": -832805508, "host": "214" }, - "initialDelaySeconds": -2717401, - "timeoutSeconds": -1492565335, - "periodSeconds": -1099429189, - "successThreshold": 994072122, - "failureThreshold": 1752155096 + "initialDelaySeconds": -228822833, + "timeoutSeconds": -970312425, + "periodSeconds": -1213051101, + "successThreshold": 1451056156, + "failureThreshold": 267768240 }, "startupProbe": { "exec": { @@ -595,83 +594,83 @@ }, "httpGet": { "path": "216", - "port": "217", - "host": "218", - "scheme": "Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ", + "port": -1492565335, + "host": "217", + "scheme": "ɷ9Ì崟¿瘦ɖ緕ȚÍ勅跦Opw", "httpHeaders": [ { - "name": "219", - "value": "220" + "name": "218", + "value": "219" } ] }, "tcpSocket": { - "port": -36782737, - "host": "221" + "port": -280820676, + "host": "220" }, - "initialDelaySeconds": -1738069460, - "timeoutSeconds": -1643733106, - "periodSeconds": -805795167, - "successThreshold": 1791615594, - "failureThreshold": 785984384 + "initialDelaySeconds": 376404581, + "timeoutSeconds": -661937776, + "periodSeconds": 2070521391, + "successThreshold": -440412584, + "failureThreshold": -1801140031 }, "lifecycle": { "postStart": { "exec": { "command": [ - "222" + "221" ] }, "httpGet": { - "path": "223", - "port": "224", - "host": "225", - "scheme": "\u003e郵[+扴ȨŮ", + "path": "222", + "port": "223", + "host": "224", + "scheme": "鄠[颐o啛更偢ɇ卷荙JL", "httpHeaders": [ { - "name": "226", - "value": "227" + "name": "225", + "value": "226" } ] }, "tcpSocket": { - "port": "228", - "host": "229" + "port": "227", + "host": "228" } }, "preStop": { "exec": { "command": [ - "230" + "229" ] }, "httpGet": { - "path": "231", - "port": -743369977, - "host": "232", - "scheme": "\u003e犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4", + "path": "230", + "port": -1506633471, + "host": "231", + "scheme": "1虊谇j爻ƙt叀碧闳ȩr嚧ʣq", "httpHeaders": [ { - "name": "233", - "value": "234" + "name": "232", + "value": "233" } ] }, "tcpSocket": { - "port": -1224991707, + "port": "234", "host": "235" } } }, "terminationMessagePath": "236", - "imagePullPolicy": "昕Ĭ", + "terminationMessagePolicy": "屡ʁ", "securityContext": { "capabilities": { "add": [ - "藢xɮĵȑ6L*Z鐫û咡W\u003c" + "Ÿ8T 苧yñKJɐ扵" ], "drop": [ - "lu|榝$î." + "ƚ绤fʀļ腩墺Ò媁荭gw忊|E剒蔞" ] }, "privileged": false, @@ -686,18 +685,18 @@ "gmsaCredentialSpec": "242", "runAsUserName": "243" }, - "runAsUser": -7565148469525206101, - "runAsGroup": 8949541422887578058, + "runAsUser": -6177393256425700216, + "runAsGroup": 2001337664780390084, "runAsNonRoot": true, "readOnlyRootFilesystem": true, - "allowPrivilegeEscalation": true, - "procMount": "朦 wƯ貾坢'跩", + "allowPrivilegeEscalation": false, + "procMount": "Ȩ\u003c6鄰簳°Ļǟi\u0026", "seccompProfile": { - "type": "ŕ翑0展}", + "type": "", "localhostProfile": "244" } }, - "stdinOnce": true + "tty": true } ], "containers": [ @@ -714,9 +713,9 @@ "ports": [ { "name": "250", - "hostPort": -778272981, - "containerPort": 2056774277, - "protocol": "现葢ŵ橨鬶l獕;跣Hǝcw媀瓄\u0026翜舞拉", + "hostPort": -1296830577, + "containerPort": -1314967760, + "protocol": "順\\E¦队偯J僳徥淳4", "hostIP": "251" } ], @@ -745,12 +744,12 @@ "resourceFieldRef": { "containerName": "259", "resource": "260", - "divisor": "124" + "divisor": "812" }, "configMapKeyRef": { "name": "261", "key": "262", - "optional": false + "optional": true }, "secretKeyRef": { "name": "263", @@ -762,10 +761,10 @@ ], "resources": { "limits": { - "V訆Ǝżŧ": "915" + "Ǒ輂,ŕĪĠM蘇KŅ/»頸+SÄ蚃ɣ": "173" }, "requests": { - "+SÄ蚃ɣľ)酊龨Î": "787" + "餠籲磣Óƿ頀\"冓鍓贯澔 ƺ蛜6Ɖ飴Ɏi": "796" } }, "volumeMounts": [ @@ -774,7 +773,7 @@ "readOnly": true, "mountPath": "266", "subPath": "267", - "mountPropagation": "\"冓鍓贯澔 ƺ蛜6", + "mountPropagation": "囌{屿oiɥ嵐sC", "subPathExpr": "268" } ], @@ -792,52 +791,53 @@ }, "httpGet": { "path": "272", - "port": 465486290, - "host": "273", + "port": "273", + "host": "274", + "scheme": "ɢ鬍熖B芭花ª瘡蟦JBʟ鍏H鯂²静Ʋ", "httpHeaders": [ { - "name": "274", - "value": "275" + "name": "275", + "value": "276" } ] }, "tcpSocket": { - "port": -116224247, - "host": "276" + "port": -181601395, + "host": "277" }, - "initialDelaySeconds": -2097329452, - "timeoutSeconds": 1504385614, - "periodSeconds": 865289071, - "successThreshold": -1829146875, - "failureThreshold": -205176266 + "initialDelaySeconds": -617381112, + "timeoutSeconds": 1851229369, + "periodSeconds": -560238386, + "successThreshold": 1658749995, + "failureThreshold": -938421813 }, "readinessProbe": { "exec": { "command": [ - "277" + "278" ] }, "httpGet": { - "path": "278", - "port": 234253676, - "host": "279", - "scheme": "ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏", + "path": "279", + "port": -305362540, + "host": "280", + "scheme": "Ǩ繫ʎǑyZ涬P­蜷ɔ幩", "httpHeaders": [ { - "name": "280", - "value": "281" + "name": "281", + "value": "282" } ] }, "tcpSocket": { - "port": "282", + "port": 1167615307, "host": "283" }, - "initialDelaySeconds": -2062708879, - "timeoutSeconds": 215186711, - "periodSeconds": -141401239, - "successThreshold": -1187301925, - "failureThreshold": -402384013 + "initialDelaySeconds": 455833230, + "timeoutSeconds": 1956567721, + "periodSeconds": 155090390, + "successThreshold": -2113700533, + "failureThreshold": -2130294761 }, "startupProbe": { "exec": { @@ -847,25 +847,25 @@ }, "httpGet": { "path": "285", - "port": "286", - "host": "287", - "scheme": "鏻砅邻爥", + "port": -727263154, + "host": "286", + "scheme": "Ȗ|ʐşƧ諔迮ƙIJ嘢4", "httpHeaders": [ { - "name": "288", - "value": "289" + "name": "287", + "value": "288" } ] }, "tcpSocket": { - "port": -305362540, + "port": "289", "host": "290" }, - "initialDelaySeconds": 601198286, - "timeoutSeconds": 409029209, - "periodSeconds": 405193215, - "successThreshold": 2129989022, - "failureThreshold": -1699531929 + "initialDelaySeconds": 1137109081, + "timeoutSeconds": -1896415283, + "periodSeconds": 1540899353, + "successThreshold": -1330095135, + "failureThreshold": 1566213732 }, "lifecycle": { "postStart": { @@ -878,7 +878,7 @@ "path": "292", "port": "293", "host": "294", - "scheme": "­蜷ɔ幩š", + "scheme": "W賁Ěɭɪǹ0", "httpHeaders": [ { "name": "295", @@ -887,412 +887,391 @@ ] }, "tcpSocket": { - "port": 455833230, - "host": "297" + "port": "297", + "host": "298" } }, "preStop": { "exec": { "command": [ - "298" + "299" ] }, "httpGet": { - "path": "299", - "port": 1076497581, - "host": "300", - "scheme": "h4ɊHȖ|ʐ", + "path": "300", + "port": -1520531919, + "host": "301", + "scheme": "n(fǂǢ曣ŋayåe躒訙Ǫ", "httpHeaders": [ { - "name": "301", - "value": "302" + "name": "302", + "value": "303" } ] }, "tcpSocket": { - "port": 248533396, - "host": "303" + "port": 739175678, + "host": "304" } } }, - "terminationMessagePath": "304", - "terminationMessagePolicy": "迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ", - "imagePullPolicy": "ņ", + "terminationMessagePath": "305", + "terminationMessagePolicy": "ť嗆u8晲T", + "imagePullPolicy": "xǨŴ壶ƵfȽÃ", "securityContext": { "capabilities": { "add": [ - "DŽ髐njʉBn(fǂǢ曣" + "ȓɻ挴ʠɜ瞍阎lğ Ņ#耗Ǚ(ť1ùf" ], "drop": [ - "ay" + "ƽ眝{æ盪泙" ] }, - "privileged": false, + "privileged": true, "seLinuxOptions": { - "user": "305", - "role": "306", - "type": "307", - "level": "308" + "user": "306", + "role": "307", + "type": "308", + "level": "309" }, "windowsOptions": { - "gmsaCredentialSpecName": "309", - "gmsaCredentialSpec": "310", - "runAsUserName": "311" + "gmsaCredentialSpecName": "310", + "gmsaCredentialSpec": "311", + "runAsUserName": "312" }, - "runAsUser": 1958157659034146020, - "runAsGroup": -5996624450771474158, + "runAsUser": -2176303163074826228, + "runAsGroup": 5326516866753332539, "runAsNonRoot": false, "readOnlyRootFilesystem": true, - "allowPrivilegeEscalation": false, - "procMount": "嗆u", + "allowPrivilegeEscalation": true, + "procMount": "^輅9ɛ棕ƈ眽炊礫Ƽ¨Ix糂腂ǂǚ", "seccompProfile": { - "type": "晲T[irȎ3Ĕ\\", - "localhostProfile": "312" + "type": "EuE", + "localhostProfile": "313" } }, + "stdin": true, + "stdinOnce": true, "tty": true } ], "ephemeralContainers": [ { - "name": "313", - "image": "314", + "name": "314", + "image": "315", "command": [ - "315" - ], - "args": [ "316" ], - "workingDir": "317", + "args": [ + "317" + ], + "workingDir": "318", "ports": [ { - "name": "318", - "hostPort": -1656699070, - "containerPort": -1918622971, - "protocol": "ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz", - "hostIP": "319" + "name": "319", + "hostPort": -703434763, + "containerPort": 930549073, + "protocol": "礤铟怖ý萜Ǖc8", + "hostIP": "320" } ], "envFrom": [ { - "prefix": "320", + "prefix": "321", "configMapRef": { - "name": "321", - "optional": true - }, - "secretRef": { "name": "322", "optional": false + }, + "secretRef": { + "name": "323", + "optional": true } } ], "env": [ { - "name": "323", - "value": "324", + "name": "324", + "value": "325", "valueFrom": { "fieldRef": { - "apiVersion": "325", - "fieldPath": "326" + "apiVersion": "326", + "fieldPath": "327" }, "resourceFieldRef": { - "containerName": "327", - "resource": "328", - "divisor": "69" + "containerName": "328", + "resource": "329", + "divisor": "595" }, "configMapKeyRef": { - "name": "329", - "key": "330", - "optional": true + "name": "330", + "key": "331", + "optional": false }, "secretKeyRef": { - "name": "331", - "key": "332", - "optional": false + "name": "332", + "key": "333", + "optional": true } } } ], "resources": { "limits": { - "1b": "328" + "ɋȑoG鄧蜢暳ǽżLj捲": "775" }, "requests": { - "}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊": "699" + "U": "632" } }, "volumeMounts": [ { - "name": "333", + "name": "334", "readOnly": true, - "mountPath": "334", - "subPath": "335", - "mountPropagation": "Ik(dŊiɢzĮ蛋I", - "subPathExpr": "336" + "mountPath": "335", + "subPath": "336", + "mountPropagation": "$嬏", + "subPathExpr": "337" } ], "volumeDevices": [ { - "name": "337", - "devicePath": "338" + "name": "338", + "devicePath": "339" } ], "livenessProbe": { "exec": { "command": [ - "339" + "340" ] }, "httpGet": { - "path": "340", - "port": "341", - "host": "342", - "scheme": "ȥ}礤铟怖ý萜Ǖ", + "path": "341", + "port": "342", + "host": "343", + "scheme": "$ɛ溢臜裡×銵-紑浘牬", "httpHeaders": [ { - "name": "343", - "value": "344" + "name": "344", + "value": "345" } ] }, "tcpSocket": { - "port": -1088996269, - "host": "345" + "port": "346", + "host": "347" }, - "initialDelaySeconds": -1922458514, - "timeoutSeconds": 1480364858, - "periodSeconds": 692511776, - "successThreshold": -1231653807, - "failureThreshold": -36573584 + "initialDelaySeconds": -195171082, + "timeoutSeconds": 1648539888, + "periodSeconds": 762856658, + "successThreshold": -1898251770, + "failureThreshold": 713473395 }, "readinessProbe": { "exec": { "command": [ - "346" + "348" ] }, "httpGet": { - "path": "347", - "port": -1157640253, - "host": "348", - "scheme": "×p鬷m罂o3ǰ廋i乳'ȘUɻ;", + "path": "349", + "port": "350", + "host": "351", + "scheme": "ɴ鉂WJ1抉泅ą\u0026", "httpHeaders": [ { - "name": "349", - "value": "350" + "name": "352", + "value": "353" } ] }, "tcpSocket": { - "port": "351", - "host": "352" + "port": "354", + "host": "355" }, - "initialDelaySeconds": -478839383, - "timeoutSeconds": 989933975, - "periodSeconds": 140830733, - "successThreshold": -708495486, - "failureThreshold": -1436899600 + "initialDelaySeconds": -1943335113, + "timeoutSeconds": -39292476, + "periodSeconds": 801902541, + "successThreshold": -1312249623, + "failureThreshold": -1089435479 }, "startupProbe": { "exec": { "command": [ - "353" + "356" ] }, "httpGet": { - "path": "354", - "port": "355", - "host": "356", - "scheme": "漤ŗ坟", + "path": "357", + "port": -592521472, + "host": "358", + "scheme": ":/", "httpHeaders": [ { - "name": "357", - "value": "358" + "name": "359", + "value": "360" } ] }, "tcpSocket": { - "port": -1617422199, - "host": "359" + "port": -1101457109, + "host": "361" }, - "initialDelaySeconds": -902839620, - "timeoutSeconds": -2030665763, - "periodSeconds": 1808698094, - "successThreshold": 1155232143, - "failureThreshold": -1873425934 + "initialDelaySeconds": -513325570, + "timeoutSeconds": 1491794693, + "periodSeconds": -1457715462, + "successThreshold": 1349815334, + "failureThreshold": 1307211372 }, "lifecycle": { "postStart": { "exec": { "command": [ - "360" + "362" ] }, "httpGet": { - "path": "361", - "port": 1288391156, - "host": "362", - "scheme": "Ǥ桒ɴ鉂WJ1抉泅ą\u0026疀ȼN", + "path": "363", + "port": "364", + "host": "365", + "scheme": "ð仁Q橱9ij\\Ď愝Ű藛b磾sY", "httpHeaders": [ { - "name": "363", - "value": "364" + "name": "366", + "value": "367" } ] }, "tcpSocket": { - "port": "365", - "host": "366" + "port": "368", + "host": "369" } }, "preStop": { "exec": { "command": [ - "367" + "370" ] }, "httpGet": { - "path": "368", - "port": 1859267428, - "host": "369", - "scheme": "ȟP", + "path": "371", + "port": -1500740922, + "host": "372", + "scheme": "张q櫞繡旹翃ɾ氒ĺʈʫ羶剹ƊF豎穜姰", "httpHeaders": [ { - "name": "370", - "value": "371" + "name": "373", + "value": "374" } ] }, "tcpSocket": { - "port": 1445923603, - "host": "372" + "port": "375", + "host": "376" } } }, - "terminationMessagePath": "373", - "terminationMessagePolicy": "殆诵H玲鑠ĭ$#卛8ð仁Q", - "imagePullPolicy": "tl敷斢杧ż鯀", + "terminationMessagePath": "377", + "terminationMessagePolicy": "耖p^鏋蛹Ƚȿ醏g遧Ȋ飂廤Ƌʙcx赮ǒ", + "imagePullPolicy": "¬h`職铳s44矕Ƈè*鑏='ʨ|", "securityContext": { "capabilities": { "add": [ - "鸔ɧWǘ炙" + "敆OɈÏ 瞍髃#ɣȕW歹s" ], "drop": [ - "餸硷" + "ɥʋăƻ遲" ] }, "privileged": true, "seLinuxOptions": { - "user": "374", - "role": "375", - "type": "376", - "level": "377" + "user": "378", + "role": "379", + "type": "380", + "level": "381" }, "windowsOptions": { - "gmsaCredentialSpecName": "378", - "gmsaCredentialSpec": "379", - "runAsUserName": "380" + "gmsaCredentialSpecName": "382", + "gmsaCredentialSpec": "383", + "runAsUserName": "384" }, - "runAsUser": 5215323049148402377, - "runAsGroup": 2946116477552625615, - "runAsNonRoot": true, - "readOnlyRootFilesystem": true, + "runAsUser": 3805707846751185585, + "runAsGroup": 4820130167691486230, + "runAsNonRoot": false, + "readOnlyRootFilesystem": false, "allowPrivilegeEscalation": true, - "procMount": "ʈʫ羶剹ƊF豎穜", + "procMount": "Ů嫠!@@)Zq=歍þ螗ɃŒGm", "seccompProfile": { - "type": "l咑耖p^鏋", - "localhostProfile": "381" + "type": "z鋎", + "localhostProfile": "385" } }, "tty": true, - "targetContainerName": "382" + "targetContainerName": "386" } ], - "restartPolicy": "ȿ醏g遧", - "terminationGracePeriodSeconds": -616777763639482630, - "activeDeadlineSeconds": 2031424375743848602, - "dnsPolicy": ":{柯?B", + "restartPolicy": "¿əW#ļǹʅŚO虀^背遻堣灭ƴɦ燻踸", + "terminationGracePeriodSeconds": -8963807447996144781, + "activeDeadlineSeconds": -5539971415578447792, + "dnsPolicy": "6", "nodeSelector": { - "383": "384" + "387": "388" }, - "serviceAccountName": "385", - "serviceAccount": "386", + "serviceAccountName": "389", + "serviceAccount": "390", "automountServiceAccountToken": false, - "nodeName": "387", + "nodeName": "391", "hostNetwork": true, - "shareProcessNamespace": false, + "hostPID": true, + "hostIPC": true, + "shareProcessNamespace": true, "securityContext": { "seLinuxOptions": { - "user": "388", - "role": "389", - "type": "390", - "level": "391" + "user": "392", + "role": "393", + "type": "394", + "level": "395" }, "windowsOptions": { - "gmsaCredentialSpecName": "392", - "gmsaCredentialSpec": "393", - "runAsUserName": "394" + "gmsaCredentialSpecName": "396", + "gmsaCredentialSpec": "397", + "runAsUserName": "398" }, - "runAsUser": -1290365495982891537, - "runAsGroup": -759684899479757878, + "runAsUser": 4290717681745188904, + "runAsGroup": 3355244307027629244, "runAsNonRoot": false, "supplementalGroups": [ - 3273247375993523103 + -7106117411092125093 ], - "fsGroup": 4489057930380969432, + "fsGroup": -9164240834267238973, "sysctls": [ { - "name": "395", - "value": "396" + "name": "399", + "value": "400" } ], - "fsGroupChangePolicy": "='ʨ|ǓÓ敆OɈÏ 瞍髃", + "fsGroupChangePolicy": "", "seccompProfile": { - "type": "ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn", - "localhostProfile": "397" + "type": "d'呪", + "localhostProfile": "401" } }, "imagePullSecrets": [ { - "name": "398" + "name": "402" } ], - "hostname": "399", - "subdomain": "400", + "hostname": "403", + "subdomain": "404", "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { "nodeSelectorTerms": [ { - "matchExpressions": [ - { - "key": "401", - "operator": "+Œ9两", - "values": [ - "402" - ] - } - ], - "matchFields": [ - { - "key": "403", - "operator": "q=歍þ螗ɃŒGm¨z鋎靀G", - "values": [ - "404" - ] - } - ] - } - ] - }, - "preferredDuringSchedulingIgnoredDuringExecution": [ - { - "weight": 377409178, - "preference": { "matchExpressions": [ { "key": "405", - "operator": "#ļǹʅŚO虀^背遻堣灭ƴɦ燻", + "operator": "W瀤oɢ嫎¸殚篎3o8[y", "values": [ "406" ] @@ -1301,13 +1280,38 @@ "matchFields": [ { "key": "407", - "operator": "-觗裓6Ř筿ɾ5Ų買霎ȃň[\u003eą", + "operator": "ï驿笈", "values": [ "408" ] } ] } + ] + }, + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -1009377808, + "preference": { + "matchExpressions": [ + { + "key": "409", + "operator": "a餖Ľƛ淴ɑ?¶ȲƪE1º轪d覉;Ĕ颪", + "values": [ + "410" + ] + } + ], + "matchFields": [ + { + "key": "411", + "operator": "惍EʦŊĊ娮rȧ", + "values": [ + "412" + ] + } + ] + } } ] }, @@ -1316,30 +1320,30 @@ { "labelSelector": { "matchLabels": { - "1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5": "1--L--v_Z--Zg-_4Q__-v_t_u_.A" + "u.wg_-b8a_6_.0Q4_.84.K_-_0_..u.F.pq.c": "" }, "matchExpressions": [ { - "key": "5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y", - "operator": "Exists" + "key": "8b-3-3b17cab-ppy5e--9p-61-2we16h--5-d-k-sm.2xv17r--32b-----4-670tfz-up3n/ov_Z--Zg-_Q", + "operator": "NotIn", + "values": [ + "0..KpiS.oK-.O--5-yp8q_s-L" + ] } ] }, "namespaces": [ - "415" + "419" ], - "topologyKey": "416", + "topologyKey": "420", "namespaceSelector": { "matchLabels": { - "l_-W8o._xJ1-lFA_Xf3.V0H2-.zHw.H__V.Vz_6.Hz_V_.r_v_._e_-8": "Z6Z..11_7pX_z" + "0--0g-q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x8/Hz_V_.r_v_._e_-78o_6Z..11_7pX_.-mLlx...w_t-_.5.40Rw4D": "Y_2-n_5023Xl-3Pw_-r7g" }, "matchExpressions": [ { - "key": "w_t-_.5.40Rw4gD.._.-x6db-L7.-__-G_2kCpS__.39g_.--_-_ve5.Z", - "operator": "In", - "values": [ - "4.nw_-_x18mtxb__e" - ] + "key": "3hjo--8kb6--ut---p8--3-e-3-44-e.w--i--40wv--in-870w--it6k47-7yd-y--3wc8q8/wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...Cr", + "operator": "DoesNotExist" } ] } @@ -1347,30 +1351,30 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1479434972, + "weight": -234140, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "jo--8kb6--ut---p8--3-e-3-44---h-q7-p-2djmscp--ac8u23-k----26u5h.r3wc8q78-0020-1-0f--k--bf-94/co-__y__._12..wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...Cqr7": "r.-F__r.oh..2_uGGP..-_N_h_4Hl-X0_2-W" + "1_.-_L-__bf_9_-C-PfNx__-U_P": "tW23-_.z_.._s--_F-BR-.h_2" }, "matchExpressions": [ { - "key": "7AlR__8-7_-YD-Q9_-__..YNFu7Pg-.814e-_07-ht-E6___-X__9", + "key": "s_6O-5_7_-0w_--5-_.3--_9QW2JkU27_.-4T-I.-..K.-.0__sD.-.-_s", "operator": "Exists" } ] }, "namespaces": [ - "429" + "433" ], - "topologyKey": "430", + "topologyKey": "434", "namespaceSelector": { "matchLabels": { - "4_r.-_Rw1k8KLu..ly--J-_.ZCRT.0z-oe.G79.b": "V._nV34GH" + "Q.-_t--O3": "7z2-y.-...C4_-_2G0.-c_C.G.h--m._fN._k8__._ep2P.B._A_09E" }, "matchExpressions": [ { - "key": "9105-4_ed-0-i_zZsY_o8t5Vl6_..C", + "key": "P_p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o..p_B-d--Q5._D6_.d-n_9np", "operator": "DoesNotExist" } ] @@ -1384,32 +1388,32 @@ { "labelSelector": { "matchLabels": { - "q0o.0C_gV.9_G-.-z1YH": "b.9x98MM7-.e.Dx._.W-6..4_MU7iLfS-0.9-.-._.1..sA" + "n7-a6434---7i-f-d019o1v3u.2k8-2-d--n--r8661--3-8-t48g-w2q7z-vps548-d-1r7j--v2x-64dwb/e": "8" }, "matchExpressions": [ { - "key": "s4dw-buv-f55-2k2-e-443m678-2v89-zk873--1n133.or-0-2--rad877gr62g/dg__..2bidF.-0-...WE.-_tdt_-Z0_TMp", - "operator": "NotIn", + "key": "75-p-z---k-5r6h--y7o-0-wq-zfdw73w0---4a18-f4/d1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--2", + "operator": "In", "values": [ - "MGbG-_-8Qi..9-4.2K_FQ.E--__K-hg" + "u-.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133eT_2_t_IkI-mt4...rBQ.9-0" ] } ] }, "namespaces": [ - "443" + "447" ], - "topologyKey": "444", + "topologyKey": "448", "namespaceSelector": { "matchLabels": { - "4vk58-7e74-ddq-a-lcv0n1-i-d-----9---063-qm-j-w.57k--e--x--b--1-n4-a--o2h0fy-j-5-5-2nw/1._-_CH--.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133T": "P-336-.B__.QiA6._3o_V-w._-0d__7.81_-._-_8_8" + "m_-Z.wc..k_0_5.z.0..__k": "b.-9.Y0-_-.l__.c17__f_-336-.BT" }, "matchExpressions": [ { - "key": "0476b---nhc50-de2qh2-b-6--13lk5-e4-u-5kvp-----887j72qz6-7d841/R._.3l-_86_u2-7_._qN__A_f_-B3_UP", + "key": "N7.81_-._-_8_.._._a9", "operator": "In", "values": [ - "396h8.G__B3" + "vi.gZdnUVP._81_---l_3_-_G-D....js--a---..6bD_Mh" ] } ] @@ -1418,31 +1422,31 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1856144088, + "weight": 1276377114, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "Q-.-.g-_Z_-nSLq": "4P--_q-...Oai.D7-_9..8-8yw..__Yb_58.p-06jVZ-uP.t_.O3" + "1f8--tf---7r88-1--p61cd--s-nu5718--lks7d-x9-f-62o8/L9._5-..Bi_..aOQ_._Yn.-.4t.U.VU__-_BAB_35H__.B_6_-U..u8gwb.-6": "M9..8-8yw..__Yb_58.p-06jVZ-u0" }, "matchExpressions": [ { - "key": "3d/6_M5..-N_H_55..--E3_2D-1DW__o_-._kzB7U_.Q.45cy-5", - "operator": "Exists" + "key": "v54le-to9e--a-7je9fz87-2jvd23-0p1.360v2-x-cpor---cigu--s/j-dY7_M_-._M5..-N_H_55..--E3_2h", + "operator": "DoesNotExist" } ] }, "namespaces": [ - "457" + "461" ], - "topologyKey": "458", + "topologyKey": "462", "namespaceSelector": { "matchLabels": { - "2x-cpor---cigu---4-2-4k0267h-rl-l-u575b93-r6---4g-vg3t.vuo17qre-33-5-u8f0f1q8/6": "px_0-.mJe__.B-cd2_4" + "o17qre-33-5-u8f0f1qv--i72-x3---v25f56.w84s-n-i-711s4--9s8--o-8dm---b----03-64-8l7-l-0787--1--ia5yl9k/267hP-lX-_-..5-.._r6M__4-P-g3J6": "I-._g_.._-hKc.OB_F_--.._m_-9" }, "matchExpressions": [ { - "key": "1s._K9-.AJ-_8--___b____03_6.K8lY", - "operator": "Exists" + "key": "410-f-o-fr-5-3t--y9---2--e-yya3.98t-----60t--019-yg--4-37f-rwh-7be--y0agp51x597277q---nt/M-0R.-I-_23L_J49t-X..1", + "operator": "DoesNotExist" } ] } @@ -1451,64 +1455,67 @@ ] } }, - "schedulerName": "465", + "schedulerName": "469", "tolerations": [ { - "key": "466", - "operator": "0yVA嬂刲;牆詒ĸąs", - "value": "467", - "effect": "kx-餌勀奷Ŏ", - "tolerationSeconds": -9038755672632113093 + "key": "470", + "operator": "r}梳攔wŲ魦Ɔ0ƢĮÀĘÆɆȸȢ蒸", + "value": "471", + "effect": "U烈 źfjǰɪ嘞ȏ}杻扞Ğ", + "tolerationSeconds": 3252034671163905138 } ], "hostAliases": [ { - "ip": "468", + "ip": "472", "hostnames": [ - "469" + "473" ] } ], - "priorityClassName": "470", - "priority": -1133320634, + "priorityClassName": "474", + "priority": 347613368, "dnsConfig": { "nameservers": [ - "471" + "475" ], "searches": [ - "472" + "476" ], "options": [ { - "name": "473", - "value": "474" + "name": "477", + "value": "478" } ] }, "readinessGates": [ { - "conditionType": "į" + "conditionType": "ř岈ǎǏ]S5:œƌ嵃ǁ" } ], - "runtimeClassName": "475", - "enableServiceLinks": true, - "preemptionPolicy": "Ʀ[螵沊齣薣鰎đƝ):惝ŵ髿ɔ", + "runtimeClassName": "479", + "enableServiceLinks": false, + "preemptionPolicy": "m珢\\%傢z¦Ā竚ĐȌƨǴ叆", "overhead": { - "k_": "725" + "D輷": "792" }, "topologySpreadConstraints": [ { - "maxSkew": -2046521037, - "topologyKey": "476", - "whenUnsatisfiable": "\"T#sM網m", + "maxSkew": -484382570, + "topologyKey": "480", + "whenUnsatisfiable": "nn坾\u0026Pɫ(ʙÆʨɺC`", "labelSelector": { "matchLabels": { - "3.hy9---2--e-yya--bj7-l-9aw--2/hs.-_DM__28W-_-.0HfR-_f-5": "019_-gYY._..fP--hQ7be__-.-g-5.-59...7q___n.__16ee.6" + "n.DL.o_e-d92e8S_-0-_8Vz-E41___75Q-T": "O.__0PPX-.-d4Badb" }, "matchExpressions": [ { - "key": "B.rTt7bm9I.-..q-F-.__ck", - "operator": "DoesNotExist" + "key": "zz8-35x38i-qnr-5zi82dc3do--7lw63jvksy--w-i33-dzn6-302m7rx1/7Jl----i_I.-_7g-8iJ--p-7f3-2_Z_V_-q-L34-_D86-W_g52", + "operator": "NotIn", + "values": [ + "h.v._5.vB-.-7-.6Jv-86___3" + ] } ] } @@ -1518,36 +1525,36 @@ } }, "strategy": { - "type": "周藢烡Z树Ȁ謁", + "type": "ʔF{ȃ騑ȫ(踶NJđƟÝɹ橽ƴåj", "rollingUpdate": { "maxUnavailable": 2, "maxSurge": 3 } }, - "minReadySeconds": -59186930, - "revisionHistoryLimit": -1552013182, + "minReadySeconds": 2115665292, + "revisionHistoryLimit": 237456757, "rollbackTo": { - "revision": 2617808240737153641 + "revision": 1498428055681994500 }, - "progressDeadlineSeconds": 1872617698 + "progressDeadlineSeconds": -164140734 }, "status": { - "observedGeneration": -2252894353040736578, - "replicas": -274917863, - "updatedReplicas": -944451668, - "readyReplicas": 1371521704, - "availableReplicas": 1084489079, - "unavailableReplicas": -730503981, + "observedGeneration": -1635909846206320942, + "replicas": -253906853, + "updatedReplicas": -602665165, + "readyReplicas": -859094691, + "availableReplicas": -1624946983, + "unavailableReplicas": -779806398, "conditions": [ { - "type": "傢z¦Ā竚ĐȌƨǴ叆ĄD輷東t½", - "status": "n坾\u0026Pɫ(ʙÆ", - "lastUpdateTime": "2310-01-11T15:23:07Z", - "lastTransitionTime": "2921-01-30T02:07:21Z", - "reason": "483", - "message": "484" + "type": "mv看ƜZ", + "status": "ȇ\u003e尪璎妽4LM桵Ţ宧ʜ", + "lastUpdateTime": "2322-02-12T18:39:07Z", + "lastTransitionTime": "2398-05-12T06:43:28Z", + "reason": "487", + "message": "488" } ], - "collisionCount": -836297709 + "collisionCount": 165914268 } } \ No newline at end of file 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 c9d540346ff38d3baf8bb625e9fb8864ba5451c0..e1019fe50094be823190d2bd5272499faae5621d 100644 GIT binary patch delta 6093 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 delta 5714 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 WX)AiTfBY-v-ny@Sy9Vlvy8i{jD&(gC 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 a894886643a..3411600eceb 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 @@ -30,12 +30,12 @@ metadata: selfLink: "5" uid: "7" spec: - minReadySeconds: -59186930 - progressDeadlineSeconds: 1872617698 + minReadySeconds: 2115665292 + progressDeadlineSeconds: -164140734 replicas: 896585016 - revisionHistoryLimit: -1552013182 + revisionHistoryLimit: 237456757 rollbackTo: - revision: 2617808240737153641 + revision: 1498428055681994500 selector: matchExpressions: - key: 50-u--25cu87--r7p-w1e67-8pj5t-kl-v0q6b68--nu5oii38fn-8.629b-jd-8c45-0-8--6n--w0--w---196g8d--iv1-5--5ht-a-29--0qso796/3___47._49pIB_o61ISU4--A_.XK_._M99 @@ -46,7 +46,7 @@ spec: rollingUpdate: maxSurge: 3 maxUnavailable: 2 - type: 周藢烡Z树Ȁ謁 + type: ʔF{ȃ騑ȫ(踶NJđƟÝɹ橽ƴåj template: metadata: annotations: @@ -78,112 +78,111 @@ spec: selfLink: "28" uid: ?Qȫş spec: - activeDeadlineSeconds: 2031424375743848602 + activeDeadlineSeconds: -5539971415578447792 affinity: nodeAffinity: preferredDuringSchedulingIgnoredDuringExecution: - preference: matchExpressions: + - key: "409" + operator: a餖Ľƛ淴ɑ?¶ȲƪE1º轪d覉;Ĕ颪 + values: + - "410" + matchFields: + - key: "411" + operator: 惍EʦŊĊ娮rȧ + values: + - "412" + weight: -1009377808 + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: - key: "405" - operator: '#ļǹʅŚO虀^背遻堣灭ƴɦ燻' + operator: W瀤oɢ嫎¸殚篎3o8[y values: - "406" matchFields: - key: "407" - operator: -觗裓6Ř筿ɾ5Ų買霎ȃň[>ą + operator: ï驿笈 values: - "408" - weight: 377409178 - requiredDuringSchedulingIgnoredDuringExecution: - nodeSelectorTerms: - - matchExpressions: - - key: "401" - operator: +Œ9两 - values: - - "402" - matchFields: - - key: "403" - operator: q=歍þ螗ɃŒGm¨z鋎靀G - values: - - "404" podAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - - key: 7AlR__8-7_-YD-Q9_-__..YNFu7Pg-.814e-_07-ht-E6___-X__9 + - key: s_6O-5_7_-0w_--5-_.3--_9QW2JkU27_.-4T-I.-..K.-.0__sD.-.-_s operator: Exists matchLabels: - ? jo--8kb6--ut---p8--3-e-3-44---h-q7-p-2djmscp--ac8u23-k----26u5h.r3wc8q78-0020-1-0f--k--bf-94/co-__y__._12..wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...Cqr7 - : r.-F__r.oh..2_uGGP..-_N_h_4Hl-X0_2-W + 1_.-_L-__bf_9_-C-PfNx__-U_P: tW23-_.z_.._s--_F-BR-.h_2 namespaceSelector: matchExpressions: - - key: 9105-4_ed-0-i_zZsY_o8t5Vl6_..C + - key: P_p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o..p_B-d--Q5._D6_.d-n_9np operator: DoesNotExist matchLabels: - 4_r.-_Rw1k8KLu..ly--J-_.ZCRT.0z-oe.G79.b: V._nV34GH + Q.-_t--O3: 7z2-y.-...C4_-_2G0.-c_C.G.h--m._fN._k8__._ep2P.B._A_09E namespaces: - - "429" - topologyKey: "430" - weight: 1479434972 + - "433" + topologyKey: "434" + weight: -234140 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: 5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y - operator: Exists + - key: 8b-3-3b17cab-ppy5e--9p-61-2we16h--5-d-k-sm.2xv17r--32b-----4-670tfz-up3n/ov_Z--Zg-_Q + operator: NotIn + values: + - 0..KpiS.oK-.O--5-yp8q_s-L matchLabels: - 1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5: 1--L--v_Z--Zg-_4Q__-v_t_u_.A + u.wg_-b8a_6_.0Q4_.84.K_-_0_..u.F.pq.c: "" namespaceSelector: matchExpressions: - - key: w_t-_.5.40Rw4gD.._.-x6db-L7.-__-G_2kCpS__.39g_.--_-_ve5.Z - operator: In - values: - - 4.nw_-_x18mtxb__e + - key: 3hjo--8kb6--ut---p8--3-e-3-44-e.w--i--40wv--in-870w--it6k47-7yd-y--3wc8q8/wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...Cr + operator: DoesNotExist matchLabels: - l_-W8o._xJ1-lFA_Xf3.V0H2-.zHw.H__V.Vz_6.Hz_V_.r_v_._e_-8: Z6Z..11_7pX_z + 0--0g-q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x8/Hz_V_.r_v_._e_-78o_6Z..11_7pX_.-mLlx...w_t-_.5.40Rw4D: Y_2-n_5023Xl-3Pw_-r7g namespaces: - - "415" - topologyKey: "416" + - "419" + topologyKey: "420" podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - - key: 3d/6_M5..-N_H_55..--E3_2D-1DW__o_-._kzB7U_.Q.45cy-5 - operator: Exists + - key: v54le-to9e--a-7je9fz87-2jvd23-0p1.360v2-x-cpor---cigu--s/j-dY7_M_-._M5..-N_H_55..--E3_2h + operator: DoesNotExist matchLabels: - Q-.-.g-_Z_-nSLq: 4P--_q-...Oai.D7-_9..8-8yw..__Yb_58.p-06jVZ-uP.t_.O3 + 1f8--tf---7r88-1--p61cd--s-nu5718--lks7d-x9-f-62o8/L9._5-..Bi_..aOQ_._Yn.-.4t.U.VU__-_BAB_35H__.B_6_-U..u8gwb.-6: M9..8-8yw..__Yb_58.p-06jVZ-u0 namespaceSelector: matchExpressions: - - key: 1s._K9-.AJ-_8--___b____03_6.K8lY - operator: Exists + - key: 410-f-o-fr-5-3t--y9---2--e-yya3.98t-----60t--019-yg--4-37f-rwh-7be--y0agp51x597277q---nt/M-0R.-I-_23L_J49t-X..1 + operator: DoesNotExist matchLabels: - 2x-cpor---cigu---4-2-4k0267h-rl-l-u575b93-r6---4g-vg3t.vuo17qre-33-5-u8f0f1q8/6: px_0-.mJe__.B-cd2_4 + ? o17qre-33-5-u8f0f1qv--i72-x3---v25f56.w84s-n-i-711s4--9s8--o-8dm---b----03-64-8l7-l-0787--1--ia5yl9k/267hP-lX-_-..5-.._r6M__4-P-g3J6 + : I-._g_.._-hKc.OB_F_--.._m_-9 namespaces: - - "457" - topologyKey: "458" - weight: 1856144088 + - "461" + topologyKey: "462" + weight: 1276377114 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: s4dw-buv-f55-2k2-e-443m678-2v89-zk873--1n133.or-0-2--rad877gr62g/dg__..2bidF.-0-...WE.-_tdt_-Z0_TMp - operator: NotIn - values: - - MGbG-_-8Qi..9-4.2K_FQ.E--__K-hg - matchLabels: - q0o.0C_gV.9_G-.-z1YH: b.9x98MM7-.e.Dx._.W-6..4_MU7iLfS-0.9-.-._.1..sA - namespaceSelector: - matchExpressions: - - key: 0476b---nhc50-de2qh2-b-6--13lk5-e4-u-5kvp-----887j72qz6-7d841/R._.3l-_86_u2-7_._qN__A_f_-B3_UP + - key: 75-p-z---k-5r6h--y7o-0-wq-zfdw73w0---4a18-f4/d1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--2 operator: In values: - - 396h8.G__B3 + - u-.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133eT_2_t_IkI-mt4...rBQ.9-0 matchLabels: - ? 4vk58-7e74-ddq-a-lcv0n1-i-d-----9---063-qm-j-w.57k--e--x--b--1-n4-a--o2h0fy-j-5-5-2nw/1._-_CH--.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133T - : P-336-.B__.QiA6._3o_V-w._-0d__7.81_-._-_8_8 + n7-a6434---7i-f-d019o1v3u.2k8-2-d--n--r8661--3-8-t48g-w2q7z-vps548-d-1r7j--v2x-64dwb/e: "8" + namespaceSelector: + matchExpressions: + - key: N7.81_-._-_8_.._._a9 + operator: In + values: + - vi.gZdnUVP._81_---l_3_-_G-D....js--a---..6bD_Mh + matchLabels: + m_-Z.wc..k_0_5.z.0..__k: b.-9.Y0-_-.l__.c17__f_-336-.BT namespaces: - - "443" - topologyKey: "444" + - "447" + topologyKey: "448" automountServiceAccountToken: false containers: - args: @@ -197,13 +196,13 @@ spec: configMapKeyRef: key: "262" name: "261" - optional: false + optional: true fieldRef: apiVersion: "257" fieldPath: "258" resourceFieldRef: containerName: "259" - divisor: "124" + divisor: "812" resource: "260" secretKeyRef: key: "264" @@ -218,7 +217,7 @@ spec: name: "254" optional: false image: "246" - imagePullPolicy: ņ + imagePullPolicy: xǨŴ壶ƵfȽà lifecycle: postStart: exec: @@ -231,130 +230,133 @@ spec: value: "296" path: "292" port: "293" - scheme: ­蜷ɔ幩š + scheme: W賁Ěɭɪǹ0 tcpSocket: - host: "297" - port: 455833230 + host: "298" + port: "297" preStop: exec: command: - - "298" + - "299" httpGet: - host: "300" + host: "301" httpHeaders: - - name: "301" - value: "302" - path: "299" - port: 1076497581 - scheme: h4ɊHȖ|ʐ + - name: "302" + value: "303" + path: "300" + port: -1520531919 + scheme: n(fǂǢ曣ŋayåe躒訙Ǫ tcpSocket: - host: "303" - port: 248533396 + host: "304" + port: 739175678 livenessProbe: exec: command: - "271" - failureThreshold: -205176266 + failureThreshold: -938421813 httpGet: - host: "273" + host: "274" httpHeaders: - - name: "274" - value: "275" + - name: "275" + value: "276" path: "272" - port: 465486290 - initialDelaySeconds: -2097329452 - periodSeconds: 865289071 - successThreshold: -1829146875 + port: "273" + scheme: ɢ鬍熖B芭花ª瘡蟦JBʟ鍏H鯂²静Ʋ + initialDelaySeconds: -617381112 + periodSeconds: -560238386 + successThreshold: 1658749995 tcpSocket: - host: "276" - port: -116224247 - timeoutSeconds: 1504385614 + host: "277" + port: -181601395 + timeoutSeconds: 1851229369 name: "245" ports: - - containerPort: 2056774277 + - containerPort: -1314967760 hostIP: "251" - hostPort: -778272981 + hostPort: -1296830577 name: "250" - protocol: 现葢ŵ橨鬶l獕;跣Hǝcw媀瓄&翜舞拉 + protocol: 順\E¦队偯J僳徥淳4 readinessProbe: exec: command: - - "277" - failureThreshold: -402384013 + - "278" + failureThreshold: -2130294761 httpGet: - host: "279" + host: "280" httpHeaders: - - name: "280" - value: "281" - path: "278" - port: 234253676 - scheme: ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏 - initialDelaySeconds: -2062708879 - periodSeconds: -141401239 - successThreshold: -1187301925 + - name: "281" + value: "282" + path: "279" + port: -305362540 + scheme: Ǩ繫ʎǑyZ涬P­蜷ɔ幩 + initialDelaySeconds: 455833230 + periodSeconds: 155090390 + successThreshold: -2113700533 tcpSocket: host: "283" - port: "282" - timeoutSeconds: 215186711 + port: 1167615307 + timeoutSeconds: 1956567721 resources: limits: - V訆Ǝżŧ: "915" + Ǒ輂,ŕĪĠM蘇KŅ/»頸+SÄ蚃ɣ: "173" requests: - +SÄ蚃ɣľ)酊龨Î: "787" + 餠籲磣Óƿ頀"冓鍓贯澔 ƺ蛜6Ɖ飴Ɏi: "796" securityContext: - allowPrivilegeEscalation: false + allowPrivilegeEscalation: true capabilities: add: - - DŽ髐njʉBn(fǂǢ曣 + - ȓɻ挴ʠɜ瞍阎lğ Ņ#耗Ǚ(ť1ùf drop: - - ay - privileged: false - procMount: 嗆u + - ƽ眝{æ盪泙 + privileged: true + procMount: ^輅9ɛ棕ƈ眽炊礫Ƽ¨Ix糂腂ǂǚ readOnlyRootFilesystem: true - runAsGroup: -5996624450771474158 + runAsGroup: 5326516866753332539 runAsNonRoot: false - runAsUser: 1958157659034146020 + runAsUser: -2176303163074826228 seLinuxOptions: - level: "308" - role: "306" - type: "307" - user: "305" + level: "309" + role: "307" + type: "308" + user: "306" seccompProfile: - localhostProfile: "312" - type: 晲T[irȎ3Ĕ\ + localhostProfile: "313" + type: EuE windowsOptions: - gmsaCredentialSpec: "310" - gmsaCredentialSpecName: "309" - runAsUserName: "311" + gmsaCredentialSpec: "311" + gmsaCredentialSpecName: "310" + runAsUserName: "312" startupProbe: exec: command: - "284" - failureThreshold: -1699531929 + failureThreshold: 1566213732 httpGet: - host: "287" + host: "286" httpHeaders: - - name: "288" - value: "289" + - name: "287" + value: "288" path: "285" - port: "286" - scheme: 鏻砅邻爥 - initialDelaySeconds: 601198286 - periodSeconds: 405193215 - successThreshold: 2129989022 + port: -727263154 + scheme: Ȗ|ʐşƧ諔迮ƙIJ嘢4 + initialDelaySeconds: 1137109081 + periodSeconds: 1540899353 + successThreshold: -1330095135 tcpSocket: host: "290" - port: -305362540 - timeoutSeconds: 409029209 - terminationMessagePath: "304" - terminationMessagePolicy: 迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ + port: "289" + timeoutSeconds: -1896415283 + stdin: true + stdinOnce: true + terminationMessagePath: "305" + terminationMessagePolicy: ť嗆u8晲T tty: true volumeDevices: - devicePath: "270" name: "269" volumeMounts: - mountPath: "266" - mountPropagation: '"冓鍓贯澔 ƺ蛜6' + mountPropagation: 囌{屿oiɥ嵐sC name: "265" readOnly: true subPath: "267" @@ -362,199 +364,201 @@ spec: workingDir: "249" dnsConfig: nameservers: - - "471" + - "475" options: - - name: "473" - value: "474" + - name: "477" + value: "478" searches: - - "472" - dnsPolicy: :{柯?B - enableServiceLinks: true + - "476" + dnsPolicy: "6" + enableServiceLinks: false ephemeralContainers: - args: - - "316" + - "317" command: - - "315" + - "316" env: - - name: "323" - value: "324" + - name: "324" + value: "325" valueFrom: configMapKeyRef: - key: "330" - name: "329" - optional: true - fieldRef: - apiVersion: "325" - fieldPath: "326" - resourceFieldRef: - containerName: "327" - divisor: "69" - resource: "328" - secretKeyRef: - key: "332" - name: "331" + key: "331" + name: "330" optional: false + fieldRef: + apiVersion: "326" + fieldPath: "327" + resourceFieldRef: + containerName: "328" + divisor: "595" + resource: "329" + secretKeyRef: + key: "333" + name: "332" + optional: true envFrom: - configMapRef: - name: "321" - optional: true - prefix: "320" - secretRef: name: "322" optional: false - image: "314" - imagePullPolicy: tl敷斢杧ż鯀 + prefix: "321" + secretRef: + name: "323" + optional: true + image: "315" + imagePullPolicy: ¬h`職铳s44矕Ƈè*鑏='ʨ| lifecycle: postStart: exec: command: - - "360" + - "362" httpGet: - host: "362" + host: "365" httpHeaders: - - name: "363" - value: "364" - path: "361" - port: 1288391156 - scheme: Ǥ桒ɴ鉂WJ1抉泅ą&疀ȼN + - name: "366" + value: "367" + path: "363" + port: "364" + scheme: ð仁Q橱9ij\Ď愝Ű藛b磾sY tcpSocket: - host: "366" - port: "365" + host: "369" + port: "368" preStop: exec: command: - - "367" + - "370" httpGet: - host: "369" - httpHeaders: - - name: "370" - value: "371" - path: "368" - port: 1859267428 - scheme: ȟP - tcpSocket: host: "372" - port: 1445923603 + httpHeaders: + - name: "373" + value: "374" + path: "371" + port: -1500740922 + scheme: 张q櫞繡旹翃ɾ氒ĺʈʫ羶剹ƊF豎穜姰 + tcpSocket: + host: "376" + port: "375" livenessProbe: exec: command: - - "339" - failureThreshold: -36573584 + - "340" + failureThreshold: 713473395 httpGet: - host: "342" + host: "343" httpHeaders: - - name: "343" - value: "344" - path: "340" - port: "341" - scheme: ȥ}礤铟怖ý萜Ǖ - initialDelaySeconds: -1922458514 - periodSeconds: 692511776 - successThreshold: -1231653807 + - name: "344" + value: "345" + path: "341" + port: "342" + scheme: $ɛ溢臜裡×銵-紑浘牬 + initialDelaySeconds: -195171082 + periodSeconds: 762856658 + successThreshold: -1898251770 tcpSocket: - host: "345" - port: -1088996269 - timeoutSeconds: 1480364858 - name: "313" + host: "347" + port: "346" + timeoutSeconds: 1648539888 + name: "314" ports: - - containerPort: -1918622971 - hostIP: "319" - hostPort: -1656699070 - name: "318" - protocol: ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz + - containerPort: 930549073 + hostIP: "320" + hostPort: -703434763 + name: "319" + protocol: 礤铟怖ý萜Ǖc8 readinessProbe: exec: command: - - "346" - failureThreshold: -1436899600 + - "348" + failureThreshold: -1089435479 httpGet: - host: "348" + host: "351" httpHeaders: - - name: "349" - value: "350" - path: "347" - port: -1157640253 - scheme: ×p鬷m罂o3ǰ廋i乳'ȘUɻ; - initialDelaySeconds: -478839383 - periodSeconds: 140830733 - successThreshold: -708495486 + - name: "352" + value: "353" + path: "349" + port: "350" + scheme: ɴ鉂WJ1抉泅ą& + initialDelaySeconds: -1943335113 + periodSeconds: 801902541 + successThreshold: -1312249623 tcpSocket: - host: "352" - port: "351" - timeoutSeconds: 989933975 + host: "355" + port: "354" + timeoutSeconds: -39292476 resources: limits: - 1b: "328" + ɋȑoG鄧蜢暳ǽżLj捲: "775" requests: - '}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊': "699" + U: "632" securityContext: allowPrivilegeEscalation: true capabilities: add: - - 鸔ɧWǘ炙 + - 敆OɈÏ 瞍髃#ɣȕW歹s drop: - - 餸硷 + - ɥʋăƻ遲 privileged: true - procMount: ʈʫ羶剹ƊF豎穜 - readOnlyRootFilesystem: true - runAsGroup: 2946116477552625615 - runAsNonRoot: true - runAsUser: 5215323049148402377 + procMount: Ů嫠!@@)Zq=歍þ螗ɃŒGm + readOnlyRootFilesystem: false + runAsGroup: 4820130167691486230 + runAsNonRoot: false + runAsUser: 3805707846751185585 seLinuxOptions: - level: "377" - role: "375" - type: "376" - user: "374" + level: "381" + role: "379" + type: "380" + user: "378" seccompProfile: - localhostProfile: "381" - type: l咑耖p^鏋 + localhostProfile: "385" + type: z鋎 windowsOptions: - gmsaCredentialSpec: "379" - gmsaCredentialSpecName: "378" - runAsUserName: "380" + gmsaCredentialSpec: "383" + gmsaCredentialSpecName: "382" + runAsUserName: "384" startupProbe: exec: command: - - "353" - failureThreshold: -1873425934 + - "356" + failureThreshold: 1307211372 httpGet: - host: "356" + host: "358" httpHeaders: - - name: "357" - value: "358" - path: "354" - port: "355" - scheme: 漤ŗ坟 - initialDelaySeconds: -902839620 - periodSeconds: 1808698094 - successThreshold: 1155232143 + - name: "359" + value: "360" + path: "357" + port: -592521472 + scheme: :/ + initialDelaySeconds: -513325570 + periodSeconds: -1457715462 + successThreshold: 1349815334 tcpSocket: - host: "359" - port: -1617422199 - timeoutSeconds: -2030665763 - targetContainerName: "382" - terminationMessagePath: "373" - terminationMessagePolicy: 殆诵H玲鑠ĭ$#卛8ð仁Q + host: "361" + port: -1101457109 + timeoutSeconds: 1491794693 + targetContainerName: "386" + terminationMessagePath: "377" + terminationMessagePolicy: 耖p^鏋蛹Ƚȿ醏g遧Ȋ飂廤Ƌʙcx赮ǒ tty: true volumeDevices: - - devicePath: "338" - name: "337" + - devicePath: "339" + name: "338" volumeMounts: - - mountPath: "334" - mountPropagation: Ik(dŊiɢzĮ蛋I - name: "333" + - mountPath: "335" + mountPropagation: $嬏 + name: "334" readOnly: true - subPath: "335" - subPathExpr: "336" - workingDir: "317" + subPath: "336" + subPathExpr: "337" + workingDir: "318" hostAliases: - hostnames: - - "469" - ip: "468" + - "473" + ip: "472" + hostIPC: true hostNetwork: true - hostname: "399" + hostPID: true + hostname: "403" imagePullSecrets: - - name: "398" + - name: "402" initContainers: - args: - "178" @@ -567,13 +571,13 @@ spec: configMapKeyRef: key: "192" name: "191" - optional: false + optional: true fieldRef: apiVersion: "187" fieldPath: "188" resourceFieldRef: containerName: "189" - divisor: "573" + divisor: "713" resource: "190" secretKeyRef: key: "194" @@ -582,109 +586,108 @@ spec: envFrom: - configMapRef: name: "183" - optional: false + optional: true prefix: "182" secretRef: name: "184" - optional: false + optional: true image: "176" - imagePullPolicy: 昕Ĭ lifecycle: postStart: exec: command: - - "222" + - "221" httpGet: - host: "225" + host: "224" httpHeaders: - - name: "226" - value: "227" - path: "223" - port: "224" - scheme: '>郵[+扴ȨŮ' + - name: "225" + value: "226" + path: "222" + port: "223" + scheme: 鄠[颐o啛更偢ɇ卷荙JL tcpSocket: - host: "229" - port: "228" + host: "228" + port: "227" preStop: exec: command: - - "230" + - "229" httpGet: - host: "232" + host: "231" httpHeaders: - - name: "233" - value: "234" - path: "231" - port: -743369977 - scheme: '>犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4' + - name: "232" + value: "233" + path: "230" + port: -1506633471 + scheme: 1虊谇j爻ƙt叀碧闳ȩr嚧ʣq tcpSocket: host: "235" - port: -1224991707 + port: "234" livenessProbe: exec: command: - "201" - failureThreshold: -1150474479 + failureThreshold: -93157681 httpGet: host: "203" httpHeaders: - name: "204" value: "205" path: "202" - port: -1196874390 - scheme: S晒嶗UÐ_ƮA攤 - initialDelaySeconds: 1885897314 - periodSeconds: 1054858106 - successThreshold: 232569106 + port: -1285424066 + scheme: ni酛3ƁÀ + initialDelaySeconds: -2036074491 + periodSeconds: 165047920 + successThreshold: -393291312 tcpSocket: - host: "206" - port: -498930176 - timeoutSeconds: -465677631 + host: "207" + port: "206" + timeoutSeconds: -148216266 name: "175" ports: - - containerPort: 377225334 + - containerPort: -1343558801 hostIP: "181" - hostPort: 282592353 + hostPort: 1923334396 name: "180" - protocol: Ƹ[Ęİ榌U髷裎$MVȟ@7 + protocol: '@掇lNdǂ>' readinessProbe: exec: command: - - "207" - failureThreshold: 1752155096 + - "208" + failureThreshold: 267768240 httpGet: - host: "210" + host: "211" httpHeaders: - - name: "211" - value: "212" - path: "208" - port: "209" - scheme: 8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ - initialDelaySeconds: -2717401 - periodSeconds: -1099429189 - successThreshold: 994072122 + - name: "212" + value: "213" + path: "209" + port: "210" + scheme: 3!Zɾģ毋Ó6 + initialDelaySeconds: -228822833 + periodSeconds: -1213051101 + successThreshold: 1451056156 tcpSocket: host: "214" - port: "213" - timeoutSeconds: -1492565335 + port: -832805508 + timeoutSeconds: -970312425 resources: limits: - ǚ灄鸫rʤî萨zvt: "829" + 荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3: "86" requests: - 悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\p: "604" + t莭琽§ć\ ïì: "80" securityContext: - allowPrivilegeEscalation: true + allowPrivilegeEscalation: false capabilities: add: - - 藢xɮĵȑ6L*Z鐫û咡W< + - Ÿ8T 苧yñKJɐ扵 drop: - - lu|榝$î. + - ƚ绤fʀļ腩墺Ò媁荭gw忊|E剒蔞 privileged: false - procMount: 朦 wƯ貾坢'跩 + procMount: Ȩ<6鄰簳°Ļǟi& readOnlyRootFilesystem: true - runAsGroup: 8949541422887578058 + runAsGroup: 2001337664780390084 runAsNonRoot: true - runAsUser: -7565148469525206101 + runAsUser: -6177393256425700216 seLinuxOptions: level: "240" role: "238" @@ -692,7 +695,7 @@ spec: user: "237" seccompProfile: localhostProfile: "244" - type: ŕ翑0展} + type: "" windowsOptions: gmsaCredentialSpec: "242" gmsaCredentialSpecName: "241" @@ -701,93 +704,96 @@ spec: exec: command: - "215" - failureThreshold: 785984384 + failureThreshold: -1801140031 httpGet: - host: "218" + host: "217" httpHeaders: - - name: "219" - value: "220" + - name: "218" + value: "219" path: "216" - port: "217" - scheme: Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ - initialDelaySeconds: -1738069460 - periodSeconds: -805795167 - successThreshold: 1791615594 + port: -1492565335 + scheme: ɷ9Ì崟¿瘦ɖ緕ȚÍ勅跦Opw + initialDelaySeconds: 376404581 + periodSeconds: 2070521391 + successThreshold: -440412584 tcpSocket: - host: "221" - port: -36782737 - timeoutSeconds: -1643733106 - stdinOnce: true + host: "220" + port: -280820676 + timeoutSeconds: -661937776 terminationMessagePath: "236" + terminationMessagePolicy: 屡ʁ + tty: true volumeDevices: - devicePath: "200" name: "199" volumeMounts: - mountPath: "196" - mountPropagation: ƖHV + mountPropagation: 0矀Kʝ瘴I\p[ħsĨɆâĺɗŹ倗S name: "195" readOnly: true subPath: "197" subPathExpr: "198" workingDir: "179" - nodeName: "387" + nodeName: "391" nodeSelector: - "383": "384" + "387": "388" overhead: - k_: "725" - preemptionPolicy: Ʀ[螵沊齣薣鰎đƝ):惝ŵ髿ɔ - priority: -1133320634 - priorityClassName: "470" + D輷: "792" + preemptionPolicy: m珢\%傢z¦Ā竚ĐȌƨǴ叆 + priority: 347613368 + priorityClassName: "474" readinessGates: - - conditionType: į - restartPolicy: ȿ醏g遧 - runtimeClassName: "475" - schedulerName: "465" + - conditionType: ř岈ǎǏ]S5:œƌ嵃ǁ + restartPolicy: ¿əW#ļǹʅŚO虀^背遻堣灭ƴɦ燻踸 + runtimeClassName: "479" + schedulerName: "469" securityContext: - fsGroup: 4489057930380969432 - fsGroupChangePolicy: ='ʨ|ǓÓ敆OɈÏ 瞍髃 - runAsGroup: -759684899479757878 + fsGroup: -9164240834267238973 + fsGroupChangePolicy: "" + runAsGroup: 3355244307027629244 runAsNonRoot: false - runAsUser: -1290365495982891537 + runAsUser: 4290717681745188904 seLinuxOptions: - level: "391" - role: "389" - type: "390" - user: "388" + level: "395" + role: "393" + type: "394" + user: "392" seccompProfile: - localhostProfile: "397" - type: ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn + localhostProfile: "401" + type: d'呪 supplementalGroups: - - 3273247375993523103 + - -7106117411092125093 sysctls: - - name: "395" - value: "396" + - name: "399" + value: "400" windowsOptions: - gmsaCredentialSpec: "393" - gmsaCredentialSpecName: "392" - runAsUserName: "394" - serviceAccount: "386" - serviceAccountName: "385" + gmsaCredentialSpec: "397" + gmsaCredentialSpecName: "396" + runAsUserName: "398" + serviceAccount: "390" + serviceAccountName: "389" setHostnameAsFQDN: false - shareProcessNamespace: false - subdomain: "400" - terminationGracePeriodSeconds: -616777763639482630 + shareProcessNamespace: true + subdomain: "404" + terminationGracePeriodSeconds: -8963807447996144781 tolerations: - - effect: kx-餌勀奷Ŏ - key: "466" - operator: 0yVA嬂刲;牆詒ĸąs - tolerationSeconds: -9038755672632113093 - value: "467" + - effect: U烈 źfjǰɪ嘞ȏ}杻扞Ğ + key: "470" + operator: r}梳攔wŲ魦Ɔ0ƢĮÀĘÆɆȸȢ蒸 + tolerationSeconds: 3252034671163905138 + value: "471" topologySpreadConstraints: - labelSelector: matchExpressions: - - key: B.rTt7bm9I.-..q-F-.__ck - operator: DoesNotExist + - key: zz8-35x38i-qnr-5zi82dc3do--7lw63jvksy--w-i33-dzn6-302m7rx1/7Jl----i_I.-_7g-8iJ--p-7f3-2_Z_V_-q-L34-_D86-W_g52 + operator: NotIn + values: + - h.v._5.vB-.-7-.6Jv-86___3 matchLabels: - 3.hy9---2--e-yya--bj7-l-9aw--2/hs.-_DM__28W-_-.0HfR-_f-5: 019_-gYY._..fP--hQ7be__-.-g-5.-59...7q___n.__16ee.6 - maxSkew: -2046521037 - topologyKey: "476" - whenUnsatisfiable: '"T#sM網m' + n.DL.o_e-d92e8S_-0-_8Vz-E41___75Q-T: O.__0PPX-.-d4Badb + maxSkew: -484382570 + topologyKey: "480" + whenUnsatisfiable: nn坾&Pɫ(ʙÆʨɺC` volumes: - awsElasticBlockStore: fsType: "47" @@ -850,7 +856,6 @@ spec: medium: Xŋ朘瑥A徙ɶɊł/擇ɦĽ胚O醔ɍ厶耈 sizeLimit: "473" ephemeral: - readOnly: true volumeClaimTemplate: metadata: annotations: @@ -1043,17 +1048,17 @@ spec: storagePolicyName: "103" volumePath: "101" status: - availableReplicas: 1084489079 - collisionCount: -836297709 + availableReplicas: -1624946983 + collisionCount: 165914268 conditions: - - lastTransitionTime: "2921-01-30T02:07:21Z" - lastUpdateTime: "2310-01-11T15:23:07Z" - message: "484" - reason: "483" - status: n坾&Pɫ(ʙÆ - type: 傢z¦Ā竚ĐȌƨǴ叆ĄD輷東t½ - observedGeneration: -2252894353040736578 - readyReplicas: 1371521704 - replicas: -274917863 - unavailableReplicas: -730503981 - updatedReplicas: -944451668 + - lastTransitionTime: "2398-05-12T06:43:28Z" + lastUpdateTime: "2322-02-12T18:39:07Z" + message: "488" + reason: "487" + status: ȇ>尪璎妽4LM桵Ţ宧ʜ + type: mv看ƜZ + observedGeneration: -1635909846206320942 + readyReplicas: -859094691 + replicas: -253906853 + unavailableReplicas: -779806398 + updatedReplicas: -602665165 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 e6ca294c300..47a63a8fe87 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 @@ -442,8 +442,7 @@ "name": "174" } } - }, - "readOnly": true + } } } ], @@ -461,9 +460,9 @@ "ports": [ { "name": "180", - "hostPort": 282592353, - "containerPort": 377225334, - "protocol": "Ƹ[Ęİ榌U髷裎$MVȟ@7", + "hostPort": 1923334396, + "containerPort": -1343558801, + "protocol": "@掇lNdǂ\u003e", "hostIP": "181" } ], @@ -472,11 +471,11 @@ "prefix": "182", "configMapRef": { "name": "183", - "optional": false + "optional": true }, "secretRef": { "name": "184", - "optional": false + "optional": true } } ], @@ -492,12 +491,12 @@ "resourceFieldRef": { "containerName": "189", "resource": "190", - "divisor": "573" + "divisor": "713" }, "configMapKeyRef": { "name": "191", "key": "192", - "optional": false + "optional": true }, "secretKeyRef": { "name": "193", @@ -509,10 +508,10 @@ ], "resources": { "limits": { - "ǚ灄鸫rʤî萨zvt": "829" + "荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3": "86" }, "requests": { - "悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\\p": "604" + "t莭琽§ć\\ ïì": "80" } }, "volumeMounts": [ @@ -521,7 +520,7 @@ "readOnly": true, "mountPath": "196", "subPath": "197", - "mountPropagation": "ƖHV", + "mountPropagation": "0矀Kʝ瘴I\\p[ħsĨɆâĺɗŹ倗S", "subPathExpr": "198" } ], @@ -539,9 +538,9 @@ }, "httpGet": { "path": "202", - "port": -1196874390, + "port": -1285424066, "host": "203", - "scheme": "S晒嶗UÐ_ƮA攤", + "scheme": "ni酛3ƁÀ", "httpHeaders": [ { "name": "204", @@ -550,42 +549,42 @@ ] }, "tcpSocket": { - "port": -498930176, - "host": "206" + "port": "206", + "host": "207" }, - "initialDelaySeconds": 1885897314, - "timeoutSeconds": -465677631, - "periodSeconds": 1054858106, - "successThreshold": 232569106, - "failureThreshold": -1150474479 + "initialDelaySeconds": -2036074491, + "timeoutSeconds": -148216266, + "periodSeconds": 165047920, + "successThreshold": -393291312, + "failureThreshold": -93157681 }, "readinessProbe": { "exec": { "command": [ - "207" + "208" ] }, "httpGet": { - "path": "208", - "port": "209", - "host": "210", - "scheme": "8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ", + "path": "209", + "port": "210", + "host": "211", + "scheme": "3!Zɾģ毋Ó6", "httpHeaders": [ { - "name": "211", - "value": "212" + "name": "212", + "value": "213" } ] }, "tcpSocket": { - "port": "213", + "port": -832805508, "host": "214" }, - "initialDelaySeconds": -2717401, - "timeoutSeconds": -1492565335, - "periodSeconds": -1099429189, - "successThreshold": 994072122, - "failureThreshold": 1752155096 + "initialDelaySeconds": -228822833, + "timeoutSeconds": -970312425, + "periodSeconds": -1213051101, + "successThreshold": 1451056156, + "failureThreshold": 267768240 }, "startupProbe": { "exec": { @@ -595,83 +594,83 @@ }, "httpGet": { "path": "216", - "port": "217", - "host": "218", - "scheme": "Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ", + "port": -1492565335, + "host": "217", + "scheme": "ɷ9Ì崟¿瘦ɖ緕ȚÍ勅跦Opw", "httpHeaders": [ { - "name": "219", - "value": "220" + "name": "218", + "value": "219" } ] }, "tcpSocket": { - "port": -36782737, - "host": "221" + "port": -280820676, + "host": "220" }, - "initialDelaySeconds": -1738069460, - "timeoutSeconds": -1643733106, - "periodSeconds": -805795167, - "successThreshold": 1791615594, - "failureThreshold": 785984384 + "initialDelaySeconds": 376404581, + "timeoutSeconds": -661937776, + "periodSeconds": 2070521391, + "successThreshold": -440412584, + "failureThreshold": -1801140031 }, "lifecycle": { "postStart": { "exec": { "command": [ - "222" + "221" ] }, "httpGet": { - "path": "223", - "port": "224", - "host": "225", - "scheme": "\u003e郵[+扴ȨŮ", + "path": "222", + "port": "223", + "host": "224", + "scheme": "鄠[颐o啛更偢ɇ卷荙JL", "httpHeaders": [ { - "name": "226", - "value": "227" + "name": "225", + "value": "226" } ] }, "tcpSocket": { - "port": "228", - "host": "229" + "port": "227", + "host": "228" } }, "preStop": { "exec": { "command": [ - "230" + "229" ] }, "httpGet": { - "path": "231", - "port": -743369977, - "host": "232", - "scheme": "\u003e犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4", + "path": "230", + "port": -1506633471, + "host": "231", + "scheme": "1虊谇j爻ƙt叀碧闳ȩr嚧ʣq", "httpHeaders": [ { - "name": "233", - "value": "234" + "name": "232", + "value": "233" } ] }, "tcpSocket": { - "port": -1224991707, + "port": "234", "host": "235" } } }, "terminationMessagePath": "236", - "imagePullPolicy": "昕Ĭ", + "terminationMessagePolicy": "屡ʁ", "securityContext": { "capabilities": { "add": [ - "藢xɮĵȑ6L*Z鐫û咡W\u003c" + "Ÿ8T 苧yñKJɐ扵" ], "drop": [ - "lu|榝$î." + "ƚ绤fʀļ腩墺Ò媁荭gw忊|E剒蔞" ] }, "privileged": false, @@ -686,18 +685,18 @@ "gmsaCredentialSpec": "242", "runAsUserName": "243" }, - "runAsUser": -7565148469525206101, - "runAsGroup": 8949541422887578058, + "runAsUser": -6177393256425700216, + "runAsGroup": 2001337664780390084, "runAsNonRoot": true, "readOnlyRootFilesystem": true, - "allowPrivilegeEscalation": true, - "procMount": "朦 wƯ貾坢'跩", + "allowPrivilegeEscalation": false, + "procMount": "Ȩ\u003c6鄰簳°Ļǟi\u0026", "seccompProfile": { - "type": "ŕ翑0展}", + "type": "", "localhostProfile": "244" } }, - "stdinOnce": true + "tty": true } ], "containers": [ @@ -714,9 +713,9 @@ "ports": [ { "name": "250", - "hostPort": -778272981, - "containerPort": 2056774277, - "protocol": "现葢ŵ橨鬶l獕;跣Hǝcw媀瓄\u0026翜舞拉", + "hostPort": -1296830577, + "containerPort": -1314967760, + "protocol": "順\\E¦队偯J僳徥淳4", "hostIP": "251" } ], @@ -745,12 +744,12 @@ "resourceFieldRef": { "containerName": "259", "resource": "260", - "divisor": "124" + "divisor": "812" }, "configMapKeyRef": { "name": "261", "key": "262", - "optional": false + "optional": true }, "secretKeyRef": { "name": "263", @@ -762,10 +761,10 @@ ], "resources": { "limits": { - "V訆Ǝżŧ": "915" + "Ǒ輂,ŕĪĠM蘇KŅ/»頸+SÄ蚃ɣ": "173" }, "requests": { - "+SÄ蚃ɣľ)酊龨Î": "787" + "餠籲磣Óƿ頀\"冓鍓贯澔 ƺ蛜6Ɖ飴Ɏi": "796" } }, "volumeMounts": [ @@ -774,7 +773,7 @@ "readOnly": true, "mountPath": "266", "subPath": "267", - "mountPropagation": "\"冓鍓贯澔 ƺ蛜6", + "mountPropagation": "囌{屿oiɥ嵐sC", "subPathExpr": "268" } ], @@ -792,52 +791,53 @@ }, "httpGet": { "path": "272", - "port": 465486290, - "host": "273", + "port": "273", + "host": "274", + "scheme": "ɢ鬍熖B芭花ª瘡蟦JBʟ鍏H鯂²静Ʋ", "httpHeaders": [ { - "name": "274", - "value": "275" + "name": "275", + "value": "276" } ] }, "tcpSocket": { - "port": -116224247, - "host": "276" + "port": -181601395, + "host": "277" }, - "initialDelaySeconds": -2097329452, - "timeoutSeconds": 1504385614, - "periodSeconds": 865289071, - "successThreshold": -1829146875, - "failureThreshold": -205176266 + "initialDelaySeconds": -617381112, + "timeoutSeconds": 1851229369, + "periodSeconds": -560238386, + "successThreshold": 1658749995, + "failureThreshold": -938421813 }, "readinessProbe": { "exec": { "command": [ - "277" + "278" ] }, "httpGet": { - "path": "278", - "port": 234253676, - "host": "279", - "scheme": "ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏", + "path": "279", + "port": -305362540, + "host": "280", + "scheme": "Ǩ繫ʎǑyZ涬P­蜷ɔ幩", "httpHeaders": [ { - "name": "280", - "value": "281" + "name": "281", + "value": "282" } ] }, "tcpSocket": { - "port": "282", + "port": 1167615307, "host": "283" }, - "initialDelaySeconds": -2062708879, - "timeoutSeconds": 215186711, - "periodSeconds": -141401239, - "successThreshold": -1187301925, - "failureThreshold": -402384013 + "initialDelaySeconds": 455833230, + "timeoutSeconds": 1956567721, + "periodSeconds": 155090390, + "successThreshold": -2113700533, + "failureThreshold": -2130294761 }, "startupProbe": { "exec": { @@ -847,25 +847,25 @@ }, "httpGet": { "path": "285", - "port": "286", - "host": "287", - "scheme": "鏻砅邻爥", + "port": -727263154, + "host": "286", + "scheme": "Ȗ|ʐşƧ諔迮ƙIJ嘢4", "httpHeaders": [ { - "name": "288", - "value": "289" + "name": "287", + "value": "288" } ] }, "tcpSocket": { - "port": -305362540, + "port": "289", "host": "290" }, - "initialDelaySeconds": 601198286, - "timeoutSeconds": 409029209, - "periodSeconds": 405193215, - "successThreshold": 2129989022, - "failureThreshold": -1699531929 + "initialDelaySeconds": 1137109081, + "timeoutSeconds": -1896415283, + "periodSeconds": 1540899353, + "successThreshold": -1330095135, + "failureThreshold": 1566213732 }, "lifecycle": { "postStart": { @@ -878,7 +878,7 @@ "path": "292", "port": "293", "host": "294", - "scheme": "­蜷ɔ幩š", + "scheme": "W賁Ěɭɪǹ0", "httpHeaders": [ { "name": "295", @@ -887,412 +887,391 @@ ] }, "tcpSocket": { - "port": 455833230, - "host": "297" + "port": "297", + "host": "298" } }, "preStop": { "exec": { "command": [ - "298" + "299" ] }, "httpGet": { - "path": "299", - "port": 1076497581, - "host": "300", - "scheme": "h4ɊHȖ|ʐ", + "path": "300", + "port": -1520531919, + "host": "301", + "scheme": "n(fǂǢ曣ŋayåe躒訙Ǫ", "httpHeaders": [ { - "name": "301", - "value": "302" + "name": "302", + "value": "303" } ] }, "tcpSocket": { - "port": 248533396, - "host": "303" + "port": 739175678, + "host": "304" } } }, - "terminationMessagePath": "304", - "terminationMessagePolicy": "迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ", - "imagePullPolicy": "ņ", + "terminationMessagePath": "305", + "terminationMessagePolicy": "ť嗆u8晲T", + "imagePullPolicy": "xǨŴ壶ƵfȽÃ", "securityContext": { "capabilities": { "add": [ - "DŽ髐njʉBn(fǂǢ曣" + "ȓɻ挴ʠɜ瞍阎lğ Ņ#耗Ǚ(ť1ùf" ], "drop": [ - "ay" + "ƽ眝{æ盪泙" ] }, - "privileged": false, + "privileged": true, "seLinuxOptions": { - "user": "305", - "role": "306", - "type": "307", - "level": "308" + "user": "306", + "role": "307", + "type": "308", + "level": "309" }, "windowsOptions": { - "gmsaCredentialSpecName": "309", - "gmsaCredentialSpec": "310", - "runAsUserName": "311" + "gmsaCredentialSpecName": "310", + "gmsaCredentialSpec": "311", + "runAsUserName": "312" }, - "runAsUser": 1958157659034146020, - "runAsGroup": -5996624450771474158, + "runAsUser": -2176303163074826228, + "runAsGroup": 5326516866753332539, "runAsNonRoot": false, "readOnlyRootFilesystem": true, - "allowPrivilegeEscalation": false, - "procMount": "嗆u", + "allowPrivilegeEscalation": true, + "procMount": "^輅9ɛ棕ƈ眽炊礫Ƽ¨Ix糂腂ǂǚ", "seccompProfile": { - "type": "晲T[irȎ3Ĕ\\", - "localhostProfile": "312" + "type": "EuE", + "localhostProfile": "313" } }, + "stdin": true, + "stdinOnce": true, "tty": true } ], "ephemeralContainers": [ { - "name": "313", - "image": "314", + "name": "314", + "image": "315", "command": [ - "315" - ], - "args": [ "316" ], - "workingDir": "317", + "args": [ + "317" + ], + "workingDir": "318", "ports": [ { - "name": "318", - "hostPort": -1656699070, - "containerPort": -1918622971, - "protocol": "ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz", - "hostIP": "319" + "name": "319", + "hostPort": -703434763, + "containerPort": 930549073, + "protocol": "礤铟怖ý萜Ǖc8", + "hostIP": "320" } ], "envFrom": [ { - "prefix": "320", + "prefix": "321", "configMapRef": { - "name": "321", - "optional": true - }, - "secretRef": { "name": "322", "optional": false + }, + "secretRef": { + "name": "323", + "optional": true } } ], "env": [ { - "name": "323", - "value": "324", + "name": "324", + "value": "325", "valueFrom": { "fieldRef": { - "apiVersion": "325", - "fieldPath": "326" + "apiVersion": "326", + "fieldPath": "327" }, "resourceFieldRef": { - "containerName": "327", - "resource": "328", - "divisor": "69" + "containerName": "328", + "resource": "329", + "divisor": "595" }, "configMapKeyRef": { - "name": "329", - "key": "330", - "optional": true + "name": "330", + "key": "331", + "optional": false }, "secretKeyRef": { - "name": "331", - "key": "332", - "optional": false + "name": "332", + "key": "333", + "optional": true } } } ], "resources": { "limits": { - "1b": "328" + "ɋȑoG鄧蜢暳ǽżLj捲": "775" }, "requests": { - "}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊": "699" + "U": "632" } }, "volumeMounts": [ { - "name": "333", + "name": "334", "readOnly": true, - "mountPath": "334", - "subPath": "335", - "mountPropagation": "Ik(dŊiɢzĮ蛋I", - "subPathExpr": "336" + "mountPath": "335", + "subPath": "336", + "mountPropagation": "$嬏", + "subPathExpr": "337" } ], "volumeDevices": [ { - "name": "337", - "devicePath": "338" + "name": "338", + "devicePath": "339" } ], "livenessProbe": { "exec": { "command": [ - "339" + "340" ] }, "httpGet": { - "path": "340", - "port": "341", - "host": "342", - "scheme": "ȥ}礤铟怖ý萜Ǖ", + "path": "341", + "port": "342", + "host": "343", + "scheme": "$ɛ溢臜裡×銵-紑浘牬", "httpHeaders": [ { - "name": "343", - "value": "344" + "name": "344", + "value": "345" } ] }, "tcpSocket": { - "port": -1088996269, - "host": "345" + "port": "346", + "host": "347" }, - "initialDelaySeconds": -1922458514, - "timeoutSeconds": 1480364858, - "periodSeconds": 692511776, - "successThreshold": -1231653807, - "failureThreshold": -36573584 + "initialDelaySeconds": -195171082, + "timeoutSeconds": 1648539888, + "periodSeconds": 762856658, + "successThreshold": -1898251770, + "failureThreshold": 713473395 }, "readinessProbe": { "exec": { "command": [ - "346" + "348" ] }, "httpGet": { - "path": "347", - "port": -1157640253, - "host": "348", - "scheme": "×p鬷m罂o3ǰ廋i乳'ȘUɻ;", + "path": "349", + "port": "350", + "host": "351", + "scheme": "ɴ鉂WJ1抉泅ą\u0026", "httpHeaders": [ { - "name": "349", - "value": "350" + "name": "352", + "value": "353" } ] }, "tcpSocket": { - "port": "351", - "host": "352" + "port": "354", + "host": "355" }, - "initialDelaySeconds": -478839383, - "timeoutSeconds": 989933975, - "periodSeconds": 140830733, - "successThreshold": -708495486, - "failureThreshold": -1436899600 + "initialDelaySeconds": -1943335113, + "timeoutSeconds": -39292476, + "periodSeconds": 801902541, + "successThreshold": -1312249623, + "failureThreshold": -1089435479 }, "startupProbe": { "exec": { "command": [ - "353" + "356" ] }, "httpGet": { - "path": "354", - "port": "355", - "host": "356", - "scheme": "漤ŗ坟", + "path": "357", + "port": -592521472, + "host": "358", + "scheme": ":/", "httpHeaders": [ { - "name": "357", - "value": "358" + "name": "359", + "value": "360" } ] }, "tcpSocket": { - "port": -1617422199, - "host": "359" + "port": -1101457109, + "host": "361" }, - "initialDelaySeconds": -902839620, - "timeoutSeconds": -2030665763, - "periodSeconds": 1808698094, - "successThreshold": 1155232143, - "failureThreshold": -1873425934 + "initialDelaySeconds": -513325570, + "timeoutSeconds": 1491794693, + "periodSeconds": -1457715462, + "successThreshold": 1349815334, + "failureThreshold": 1307211372 }, "lifecycle": { "postStart": { "exec": { "command": [ - "360" + "362" ] }, "httpGet": { - "path": "361", - "port": 1288391156, - "host": "362", - "scheme": "Ǥ桒ɴ鉂WJ1抉泅ą\u0026疀ȼN", + "path": "363", + "port": "364", + "host": "365", + "scheme": "ð仁Q橱9ij\\Ď愝Ű藛b磾sY", "httpHeaders": [ { - "name": "363", - "value": "364" + "name": "366", + "value": "367" } ] }, "tcpSocket": { - "port": "365", - "host": "366" + "port": "368", + "host": "369" } }, "preStop": { "exec": { "command": [ - "367" + "370" ] }, "httpGet": { - "path": "368", - "port": 1859267428, - "host": "369", - "scheme": "ȟP", + "path": "371", + "port": -1500740922, + "host": "372", + "scheme": "张q櫞繡旹翃ɾ氒ĺʈʫ羶剹ƊF豎穜姰", "httpHeaders": [ { - "name": "370", - "value": "371" + "name": "373", + "value": "374" } ] }, "tcpSocket": { - "port": 1445923603, - "host": "372" + "port": "375", + "host": "376" } } }, - "terminationMessagePath": "373", - "terminationMessagePolicy": "殆诵H玲鑠ĭ$#卛8ð仁Q", - "imagePullPolicy": "tl敷斢杧ż鯀", + "terminationMessagePath": "377", + "terminationMessagePolicy": "耖p^鏋蛹Ƚȿ醏g遧Ȋ飂廤Ƌʙcx赮ǒ", + "imagePullPolicy": "¬h`職铳s44矕Ƈè*鑏='ʨ|", "securityContext": { "capabilities": { "add": [ - "鸔ɧWǘ炙" + "敆OɈÏ 瞍髃#ɣȕW歹s" ], "drop": [ - "餸硷" + "ɥʋăƻ遲" ] }, "privileged": true, "seLinuxOptions": { - "user": "374", - "role": "375", - "type": "376", - "level": "377" + "user": "378", + "role": "379", + "type": "380", + "level": "381" }, "windowsOptions": { - "gmsaCredentialSpecName": "378", - "gmsaCredentialSpec": "379", - "runAsUserName": "380" + "gmsaCredentialSpecName": "382", + "gmsaCredentialSpec": "383", + "runAsUserName": "384" }, - "runAsUser": 5215323049148402377, - "runAsGroup": 2946116477552625615, - "runAsNonRoot": true, - "readOnlyRootFilesystem": true, + "runAsUser": 3805707846751185585, + "runAsGroup": 4820130167691486230, + "runAsNonRoot": false, + "readOnlyRootFilesystem": false, "allowPrivilegeEscalation": true, - "procMount": "ʈʫ羶剹ƊF豎穜", + "procMount": "Ů嫠!@@)Zq=歍þ螗ɃŒGm", "seccompProfile": { - "type": "l咑耖p^鏋", - "localhostProfile": "381" + "type": "z鋎", + "localhostProfile": "385" } }, "tty": true, - "targetContainerName": "382" + "targetContainerName": "386" } ], - "restartPolicy": "ȿ醏g遧", - "terminationGracePeriodSeconds": -616777763639482630, - "activeDeadlineSeconds": 2031424375743848602, - "dnsPolicy": ":{柯?B", + "restartPolicy": "¿əW#ļǹʅŚO虀^背遻堣灭ƴɦ燻踸", + "terminationGracePeriodSeconds": -8963807447996144781, + "activeDeadlineSeconds": -5539971415578447792, + "dnsPolicy": "6", "nodeSelector": { - "383": "384" + "387": "388" }, - "serviceAccountName": "385", - "serviceAccount": "386", + "serviceAccountName": "389", + "serviceAccount": "390", "automountServiceAccountToken": false, - "nodeName": "387", + "nodeName": "391", "hostNetwork": true, - "shareProcessNamespace": false, + "hostPID": true, + "hostIPC": true, + "shareProcessNamespace": true, "securityContext": { "seLinuxOptions": { - "user": "388", - "role": "389", - "type": "390", - "level": "391" + "user": "392", + "role": "393", + "type": "394", + "level": "395" }, "windowsOptions": { - "gmsaCredentialSpecName": "392", - "gmsaCredentialSpec": "393", - "runAsUserName": "394" + "gmsaCredentialSpecName": "396", + "gmsaCredentialSpec": "397", + "runAsUserName": "398" }, - "runAsUser": -1290365495982891537, - "runAsGroup": -759684899479757878, + "runAsUser": 4290717681745188904, + "runAsGroup": 3355244307027629244, "runAsNonRoot": false, "supplementalGroups": [ - 3273247375993523103 + -7106117411092125093 ], - "fsGroup": 4489057930380969432, + "fsGroup": -9164240834267238973, "sysctls": [ { - "name": "395", - "value": "396" + "name": "399", + "value": "400" } ], - "fsGroupChangePolicy": "='ʨ|ǓÓ敆OɈÏ 瞍髃", + "fsGroupChangePolicy": "", "seccompProfile": { - "type": "ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn", - "localhostProfile": "397" + "type": "d'呪", + "localhostProfile": "401" } }, "imagePullSecrets": [ { - "name": "398" + "name": "402" } ], - "hostname": "399", - "subdomain": "400", + "hostname": "403", + "subdomain": "404", "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { "nodeSelectorTerms": [ { - "matchExpressions": [ - { - "key": "401", - "operator": "+Œ9两", - "values": [ - "402" - ] - } - ], - "matchFields": [ - { - "key": "403", - "operator": "q=歍þ螗ɃŒGm¨z鋎靀G", - "values": [ - "404" - ] - } - ] - } - ] - }, - "preferredDuringSchedulingIgnoredDuringExecution": [ - { - "weight": 377409178, - "preference": { "matchExpressions": [ { "key": "405", - "operator": "#ļǹʅŚO虀^背遻堣灭ƴɦ燻", + "operator": "W瀤oɢ嫎¸殚篎3o8[y", "values": [ "406" ] @@ -1301,13 +1280,38 @@ "matchFields": [ { "key": "407", - "operator": "-觗裓6Ř筿ɾ5Ų買霎ȃň[\u003eą", + "operator": "ï驿笈", "values": [ "408" ] } ] } + ] + }, + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -1009377808, + "preference": { + "matchExpressions": [ + { + "key": "409", + "operator": "a餖Ľƛ淴ɑ?¶ȲƪE1º轪d覉;Ĕ颪", + "values": [ + "410" + ] + } + ], + "matchFields": [ + { + "key": "411", + "operator": "惍EʦŊĊ娮rȧ", + "values": [ + "412" + ] + } + ] + } } ] }, @@ -1316,30 +1320,30 @@ { "labelSelector": { "matchLabels": { - "1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5": "1--L--v_Z--Zg-_4Q__-v_t_u_.A" + "u.wg_-b8a_6_.0Q4_.84.K_-_0_..u.F.pq.c": "" }, "matchExpressions": [ { - "key": "5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y", - "operator": "Exists" + "key": "8b-3-3b17cab-ppy5e--9p-61-2we16h--5-d-k-sm.2xv17r--32b-----4-670tfz-up3n/ov_Z--Zg-_Q", + "operator": "NotIn", + "values": [ + "0..KpiS.oK-.O--5-yp8q_s-L" + ] } ] }, "namespaces": [ - "415" + "419" ], - "topologyKey": "416", + "topologyKey": "420", "namespaceSelector": { "matchLabels": { - "l_-W8o._xJ1-lFA_Xf3.V0H2-.zHw.H__V.Vz_6.Hz_V_.r_v_._e_-8": "Z6Z..11_7pX_z" + "0--0g-q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x8/Hz_V_.r_v_._e_-78o_6Z..11_7pX_.-mLlx...w_t-_.5.40Rw4D": "Y_2-n_5023Xl-3Pw_-r7g" }, "matchExpressions": [ { - "key": "w_t-_.5.40Rw4gD.._.-x6db-L7.-__-G_2kCpS__.39g_.--_-_ve5.Z", - "operator": "In", - "values": [ - "4.nw_-_x18mtxb__e" - ] + "key": "3hjo--8kb6--ut---p8--3-e-3-44-e.w--i--40wv--in-870w--it6k47-7yd-y--3wc8q8/wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...Cr", + "operator": "DoesNotExist" } ] } @@ -1347,30 +1351,30 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1479434972, + "weight": -234140, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "jo--8kb6--ut---p8--3-e-3-44---h-q7-p-2djmscp--ac8u23-k----26u5h.r3wc8q78-0020-1-0f--k--bf-94/co-__y__._12..wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...Cqr7": "r.-F__r.oh..2_uGGP..-_N_h_4Hl-X0_2-W" + "1_.-_L-__bf_9_-C-PfNx__-U_P": "tW23-_.z_.._s--_F-BR-.h_2" }, "matchExpressions": [ { - "key": "7AlR__8-7_-YD-Q9_-__..YNFu7Pg-.814e-_07-ht-E6___-X__9", + "key": "s_6O-5_7_-0w_--5-_.3--_9QW2JkU27_.-4T-I.-..K.-.0__sD.-.-_s", "operator": "Exists" } ] }, "namespaces": [ - "429" + "433" ], - "topologyKey": "430", + "topologyKey": "434", "namespaceSelector": { "matchLabels": { - "4_r.-_Rw1k8KLu..ly--J-_.ZCRT.0z-oe.G79.b": "V._nV34GH" + "Q.-_t--O3": "7z2-y.-...C4_-_2G0.-c_C.G.h--m._fN._k8__._ep2P.B._A_09E" }, "matchExpressions": [ { - "key": "9105-4_ed-0-i_zZsY_o8t5Vl6_..C", + "key": "P_p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o..p_B-d--Q5._D6_.d-n_9np", "operator": "DoesNotExist" } ] @@ -1384,32 +1388,32 @@ { "labelSelector": { "matchLabels": { - "q0o.0C_gV.9_G-.-z1YH": "b.9x98MM7-.e.Dx._.W-6..4_MU7iLfS-0.9-.-._.1..sA" + "n7-a6434---7i-f-d019o1v3u.2k8-2-d--n--r8661--3-8-t48g-w2q7z-vps548-d-1r7j--v2x-64dwb/e": "8" }, "matchExpressions": [ { - "key": "s4dw-buv-f55-2k2-e-443m678-2v89-zk873--1n133.or-0-2--rad877gr62g/dg__..2bidF.-0-...WE.-_tdt_-Z0_TMp", - "operator": "NotIn", + "key": "75-p-z---k-5r6h--y7o-0-wq-zfdw73w0---4a18-f4/d1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--2", + "operator": "In", "values": [ - "MGbG-_-8Qi..9-4.2K_FQ.E--__K-hg" + "u-.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133eT_2_t_IkI-mt4...rBQ.9-0" ] } ] }, "namespaces": [ - "443" + "447" ], - "topologyKey": "444", + "topologyKey": "448", "namespaceSelector": { "matchLabels": { - "4vk58-7e74-ddq-a-lcv0n1-i-d-----9---063-qm-j-w.57k--e--x--b--1-n4-a--o2h0fy-j-5-5-2nw/1._-_CH--.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133T": "P-336-.B__.QiA6._3o_V-w._-0d__7.81_-._-_8_8" + "m_-Z.wc..k_0_5.z.0..__k": "b.-9.Y0-_-.l__.c17__f_-336-.BT" }, "matchExpressions": [ { - "key": "0476b---nhc50-de2qh2-b-6--13lk5-e4-u-5kvp-----887j72qz6-7d841/R._.3l-_86_u2-7_._qN__A_f_-B3_UP", + "key": "N7.81_-._-_8_.._._a9", "operator": "In", "values": [ - "396h8.G__B3" + "vi.gZdnUVP._81_---l_3_-_G-D....js--a---..6bD_Mh" ] } ] @@ -1418,31 +1422,31 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1856144088, + "weight": 1276377114, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "Q-.-.g-_Z_-nSLq": "4P--_q-...Oai.D7-_9..8-8yw..__Yb_58.p-06jVZ-uP.t_.O3" + "1f8--tf---7r88-1--p61cd--s-nu5718--lks7d-x9-f-62o8/L9._5-..Bi_..aOQ_._Yn.-.4t.U.VU__-_BAB_35H__.B_6_-U..u8gwb.-6": "M9..8-8yw..__Yb_58.p-06jVZ-u0" }, "matchExpressions": [ { - "key": "3d/6_M5..-N_H_55..--E3_2D-1DW__o_-._kzB7U_.Q.45cy-5", - "operator": "Exists" + "key": "v54le-to9e--a-7je9fz87-2jvd23-0p1.360v2-x-cpor---cigu--s/j-dY7_M_-._M5..-N_H_55..--E3_2h", + "operator": "DoesNotExist" } ] }, "namespaces": [ - "457" + "461" ], - "topologyKey": "458", + "topologyKey": "462", "namespaceSelector": { "matchLabels": { - "2x-cpor---cigu---4-2-4k0267h-rl-l-u575b93-r6---4g-vg3t.vuo17qre-33-5-u8f0f1q8/6": "px_0-.mJe__.B-cd2_4" + "o17qre-33-5-u8f0f1qv--i72-x3---v25f56.w84s-n-i-711s4--9s8--o-8dm---b----03-64-8l7-l-0787--1--ia5yl9k/267hP-lX-_-..5-.._r6M__4-P-g3J6": "I-._g_.._-hKc.OB_F_--.._m_-9" }, "matchExpressions": [ { - "key": "1s._K9-.AJ-_8--___b____03_6.K8lY", - "operator": "Exists" + "key": "410-f-o-fr-5-3t--y9---2--e-yya3.98t-----60t--019-yg--4-37f-rwh-7be--y0agp51x597277q---nt/M-0R.-I-_23L_J49t-X..1", + "operator": "DoesNotExist" } ] } @@ -1451,64 +1455,67 @@ ] } }, - "schedulerName": "465", + "schedulerName": "469", "tolerations": [ { - "key": "466", - "operator": "0yVA嬂刲;牆詒ĸąs", - "value": "467", - "effect": "kx-餌勀奷Ŏ", - "tolerationSeconds": -9038755672632113093 + "key": "470", + "operator": "r}梳攔wŲ魦Ɔ0ƢĮÀĘÆɆȸȢ蒸", + "value": "471", + "effect": "U烈 źfjǰɪ嘞ȏ}杻扞Ğ", + "tolerationSeconds": 3252034671163905138 } ], "hostAliases": [ { - "ip": "468", + "ip": "472", "hostnames": [ - "469" + "473" ] } ], - "priorityClassName": "470", - "priority": -1133320634, + "priorityClassName": "474", + "priority": 347613368, "dnsConfig": { "nameservers": [ - "471" + "475" ], "searches": [ - "472" + "476" ], "options": [ { - "name": "473", - "value": "474" + "name": "477", + "value": "478" } ] }, "readinessGates": [ { - "conditionType": "į" + "conditionType": "ř岈ǎǏ]S5:œƌ嵃ǁ" } ], - "runtimeClassName": "475", - "enableServiceLinks": true, - "preemptionPolicy": "Ʀ[螵沊齣薣鰎đƝ):惝ŵ髿ɔ", + "runtimeClassName": "479", + "enableServiceLinks": false, + "preemptionPolicy": "m珢\\%傢z¦Ā竚ĐȌƨǴ叆", "overhead": { - "k_": "725" + "D輷": "792" }, "topologySpreadConstraints": [ { - "maxSkew": -2046521037, - "topologyKey": "476", - "whenUnsatisfiable": "\"T#sM網m", + "maxSkew": -484382570, + "topologyKey": "480", + "whenUnsatisfiable": "nn坾\u0026Pɫ(ʙÆʨɺC`", "labelSelector": { "matchLabels": { - "3.hy9---2--e-yya--bj7-l-9aw--2/hs.-_DM__28W-_-.0HfR-_f-5": "019_-gYY._..fP--hQ7be__-.-g-5.-59...7q___n.__16ee.6" + "n.DL.o_e-d92e8S_-0-_8Vz-E41___75Q-T": "O.__0PPX-.-d4Badb" }, "matchExpressions": [ { - "key": "B.rTt7bm9I.-..q-F-.__ck", - "operator": "DoesNotExist" + "key": "zz8-35x38i-qnr-5zi82dc3do--7lw63jvksy--w-i33-dzn6-302m7rx1/7Jl----i_I.-_7g-8iJ--p-7f3-2_Z_V_-q-L34-_D86-W_g52", + "operator": "NotIn", + "values": [ + "h.v._5.vB-.-7-.6Jv-86___3" + ] } ] } @@ -1520,126 +1527,123 @@ "volumeClaimTemplates": [ { "metadata": { - "name": "483", - "generateName": "484", - "namespace": "485", - "selfLink": "486", - "uid": "0斃搡Cʼn嘡ʇɆȏ+\u0026ɃB沅零ș", - "resourceVersion": "6510253963764562049", - "generation": -2252894353040736578, + "name": "487", + "generateName": "488", + "namespace": "489", + "selfLink": "490", + "uid": "4LM桵Ţ宧ʜ嵹ʌ5Ë}", + "resourceVersion": "932117408350471144", + "generation": 4446917721686139397, "creationTimestamp": null, - "deletionGracePeriodSeconds": -834876888064929876, + "deletionGracePeriodSeconds": -2948232978388571762, "labels": { - "488": "489" + "492": "493" }, "annotations": { - "490": "491" + "494": "495" }, "ownerReferences": [ { - "apiVersion": "492", - "kind": "493", - "name": "494", - "uid": "\\%傢z¦Ā竚ĐȌƨǴ叆ĄD輷東t½ǩ", + "apiVersion": "496", + "kind": "497", + "name": "498", + "uid": "憲Ħ焵i,ŋ", "controller": false, - "blockOwnerDeletion": true + "blockOwnerDeletion": false } ], "finalizers": [ - "495" + "499" ], - "clusterName": "496", + "clusterName": "500", "managedFields": [ { - "manager": "497", - "operation": "MǍ}箼愆+P;抣ēȌ%ÿ¼璤ň", - "apiVersion": "498", - "fieldsType": "499" + "manager": "501", + "operation": "Ʀ§:Ǫ魚Emv看ƜZ穑S", + "apiVersion": "502", + "fieldsType": "503" } ] }, "spec": { "accessModes": [ - "V礆á¤拈tY" + "Is{豘ñ澀j劎笜釼鮭Ɯ" ], "selector": { "matchLabels": { - "PX-.-d4BadE-.1-V...t27-4..7": "l----i_Ii" + "789--9opn2/8.--4-___..1.N_l..-_.1-j---30q.-2_9.9-..-JA-H-C5-8_--4.__z22": "E_3-a__w.___-_-mv9h.-7.s__-_g6_-_N4-R._P-___0..X" }, "matchExpressions": [ { - "key": "e-35x38i-qnr-5zi82dc3do--7lw635/Z_V_-q-L34-_D86-W_g5r.4", - "operator": "In", - "values": [ - "s-_Y-_i.._---6_.0.m.--.-dh.v._5.vB-.7" - ] + "key": "R_-U7-F34-6.-_-O-F__h9", + "operator": "Exists" } ] }, "resources": { "limits": { - "sx羳ıȦjJ綒鷈颿懽]轸Jc'V{": "821" + "獪霛圦Ƶ": "159" }, "requests": { - "(踶NJđƟ": "357" + "-劺b": "142" } }, - "volumeName": "506", - "storageClassName": "507", - "volumeMode": "穜", + "volumeName": "510", + "storageClassName": "511", + "volumeMode": "ê婼SƸ炃\u0026-Ƹ绿浠穸æǷ^ɘʘ", "dataSource": { - "apiGroup": "508", - "kind": "509", - "name": "510" + "apiGroup": "512", + "kind": "513", + "name": "514" } }, "status": { - "phase": "睭憲Ħ焵i,ŋŨNâ", + "phase": "s檣ŝƚʤ\u003cƟʚ`÷碹頒D", "accessModes": [ - "§" + "Ƭ)攕ƕ遻W?Ɔ遗1湾宑·Ʀ" ], "capacity": { - "Ǫ魚": "27" + "Ȍ璣nj儱ƚWA麭T棞詢¡ɅǏõxġ": "858" }, "conditions": [ { - "type": "qĖĖȠ姓ȇ\u003e尪", - "status": "t飜ĈȖ董缞濪葷c", - "lastProbeTime": "2398-05-12T06:43:28Z", - "lastTransitionTime": "2943-12-07T17:53:42Z", - "reason": "511", - "message": "512" + "type": "j=击", + "status": "|{軈ĕʦ竳÷ 骵蓧應ĸ簋", + "lastProbeTime": "2322-05-21T16:41:46Z", + "lastTransitionTime": "2939-10-28T17:50:12Z", + "reason": "515", + "message": "516" } ] } } ], - "serviceName": "513", - "podManagementPolicy": "5Ë", + "serviceName": "517", + "podManagementPolicy": "验`垥-罏Dz咘", "updateStrategy": { - "type": "t谍Ã\u0026榠塹ǜŬɽŌ拭#{", + "type": "Ğy", "rollingUpdate": { - "partition": 199912760 + "partition": -758476265 } }, - "revisionHistoryLimit": -506157639 + "revisionHistoryLimit": 1260831675 }, "status": { - "observedGeneration": 2100470955518965372, - "replicas": -24672617, - "readyReplicas": -1853819642, - "currentReplicas": 1828682905, - "updatedReplicas": 870669277, - "currentRevision": "514", - "updateRevision": "515", - "collisionCount": -1525880366, + "observedGeneration": -4311116967802775348, + "replicas": -1451872257, + "readyReplicas": -546245806, + "currentReplicas": 1503049349, + "updatedReplicas": 222651663, + "currentRevision": "518", + "updateRevision": "519", + "collisionCount": 689753881, "conditions": [ { - "type": "囵敪KʄS萀灗\u0026", - "status": "受Äeć鮪L\u003e寄撴", - "lastTransitionTime": "2424-05-22T16:12:05Z", - "reason": "516", - "message": "517" + "type": "", + "status": "Ŕİuƶ½O", + "lastTransitionTime": "2627-07-23T23:41:05Z", + "reason": "520", + "message": "521" } ] } 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 8085589874f04ec4a39101bb8a41ab19346471d9..a51a769aeca149318c5ce5cc54296b8c98c0feb1 100644 GIT binary patch delta 6692 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ą + operator: ï驿笈 values: - "408" - weight: 377409178 - requiredDuringSchedulingIgnoredDuringExecution: - nodeSelectorTerms: - - matchExpressions: - - key: "401" - operator: +Œ9两 - values: - - "402" - matchFields: - - key: "403" - operator: q=歍þ螗ɃŒGm¨z鋎靀G - values: - - "404" podAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - - key: 7AlR__8-7_-YD-Q9_-__..YNFu7Pg-.814e-_07-ht-E6___-X__9 + - key: s_6O-5_7_-0w_--5-_.3--_9QW2JkU27_.-4T-I.-..K.-.0__sD.-.-_s operator: Exists matchLabels: - ? jo--8kb6--ut---p8--3-e-3-44---h-q7-p-2djmscp--ac8u23-k----26u5h.r3wc8q78-0020-1-0f--k--bf-94/co-__y__._12..wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...Cqr7 - : r.-F__r.oh..2_uGGP..-_N_h_4Hl-X0_2-W + 1_.-_L-__bf_9_-C-PfNx__-U_P: tW23-_.z_.._s--_F-BR-.h_2 namespaceSelector: matchExpressions: - - key: 9105-4_ed-0-i_zZsY_o8t5Vl6_..C + - key: P_p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o..p_B-d--Q5._D6_.d-n_9np operator: DoesNotExist matchLabels: - 4_r.-_Rw1k8KLu..ly--J-_.ZCRT.0z-oe.G79.b: V._nV34GH + Q.-_t--O3: 7z2-y.-...C4_-_2G0.-c_C.G.h--m._fN._k8__._ep2P.B._A_09E namespaces: - - "429" - topologyKey: "430" - weight: 1479434972 + - "433" + topologyKey: "434" + weight: -234140 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: 5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y - operator: Exists + - key: 8b-3-3b17cab-ppy5e--9p-61-2we16h--5-d-k-sm.2xv17r--32b-----4-670tfz-up3n/ov_Z--Zg-_Q + operator: NotIn + values: + - 0..KpiS.oK-.O--5-yp8q_s-L matchLabels: - 1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5: 1--L--v_Z--Zg-_4Q__-v_t_u_.A + u.wg_-b8a_6_.0Q4_.84.K_-_0_..u.F.pq.c: "" namespaceSelector: matchExpressions: - - key: w_t-_.5.40Rw4gD.._.-x6db-L7.-__-G_2kCpS__.39g_.--_-_ve5.Z - operator: In - values: - - 4.nw_-_x18mtxb__e + - key: 3hjo--8kb6--ut---p8--3-e-3-44-e.w--i--40wv--in-870w--it6k47-7yd-y--3wc8q8/wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...Cr + operator: DoesNotExist matchLabels: - l_-W8o._xJ1-lFA_Xf3.V0H2-.zHw.H__V.Vz_6.Hz_V_.r_v_._e_-8: Z6Z..11_7pX_z + 0--0g-q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x8/Hz_V_.r_v_._e_-78o_6Z..11_7pX_.-mLlx...w_t-_.5.40Rw4D: Y_2-n_5023Xl-3Pw_-r7g namespaces: - - "415" - topologyKey: "416" + - "419" + topologyKey: "420" podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - - key: 3d/6_M5..-N_H_55..--E3_2D-1DW__o_-._kzB7U_.Q.45cy-5 - operator: Exists + - key: v54le-to9e--a-7je9fz87-2jvd23-0p1.360v2-x-cpor---cigu--s/j-dY7_M_-._M5..-N_H_55..--E3_2h + operator: DoesNotExist matchLabels: - Q-.-.g-_Z_-nSLq: 4P--_q-...Oai.D7-_9..8-8yw..__Yb_58.p-06jVZ-uP.t_.O3 + 1f8--tf---7r88-1--p61cd--s-nu5718--lks7d-x9-f-62o8/L9._5-..Bi_..aOQ_._Yn.-.4t.U.VU__-_BAB_35H__.B_6_-U..u8gwb.-6: M9..8-8yw..__Yb_58.p-06jVZ-u0 namespaceSelector: matchExpressions: - - key: 1s._K9-.AJ-_8--___b____03_6.K8lY - operator: Exists + - key: 410-f-o-fr-5-3t--y9---2--e-yya3.98t-----60t--019-yg--4-37f-rwh-7be--y0agp51x597277q---nt/M-0R.-I-_23L_J49t-X..1 + operator: DoesNotExist matchLabels: - 2x-cpor---cigu---4-2-4k0267h-rl-l-u575b93-r6---4g-vg3t.vuo17qre-33-5-u8f0f1q8/6: px_0-.mJe__.B-cd2_4 + ? o17qre-33-5-u8f0f1qv--i72-x3---v25f56.w84s-n-i-711s4--9s8--o-8dm---b----03-64-8l7-l-0787--1--ia5yl9k/267hP-lX-_-..5-.._r6M__4-P-g3J6 + : I-._g_.._-hKc.OB_F_--.._m_-9 namespaces: - - "457" - topologyKey: "458" - weight: 1856144088 + - "461" + topologyKey: "462" + weight: 1276377114 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: s4dw-buv-f55-2k2-e-443m678-2v89-zk873--1n133.or-0-2--rad877gr62g/dg__..2bidF.-0-...WE.-_tdt_-Z0_TMp - operator: NotIn - values: - - MGbG-_-8Qi..9-4.2K_FQ.E--__K-hg - matchLabels: - q0o.0C_gV.9_G-.-z1YH: b.9x98MM7-.e.Dx._.W-6..4_MU7iLfS-0.9-.-._.1..sA - namespaceSelector: - matchExpressions: - - key: 0476b---nhc50-de2qh2-b-6--13lk5-e4-u-5kvp-----887j72qz6-7d841/R._.3l-_86_u2-7_._qN__A_f_-B3_UP + - key: 75-p-z---k-5r6h--y7o-0-wq-zfdw73w0---4a18-f4/d1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--2 operator: In values: - - 396h8.G__B3 + - u-.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133eT_2_t_IkI-mt4...rBQ.9-0 matchLabels: - ? 4vk58-7e74-ddq-a-lcv0n1-i-d-----9---063-qm-j-w.57k--e--x--b--1-n4-a--o2h0fy-j-5-5-2nw/1._-_CH--.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133T - : P-336-.B__.QiA6._3o_V-w._-0d__7.81_-._-_8_8 + n7-a6434---7i-f-d019o1v3u.2k8-2-d--n--r8661--3-8-t48g-w2q7z-vps548-d-1r7j--v2x-64dwb/e: "8" + namespaceSelector: + matchExpressions: + - key: N7.81_-._-_8_.._._a9 + operator: In + values: + - vi.gZdnUVP._81_---l_3_-_G-D....js--a---..6bD_Mh + matchLabels: + m_-Z.wc..k_0_5.z.0..__k: b.-9.Y0-_-.l__.c17__f_-336-.BT namespaces: - - "443" - topologyKey: "444" + - "447" + topologyKey: "448" automountServiceAccountToken: false containers: - args: @@ -190,13 +189,13 @@ spec: configMapKeyRef: key: "262" name: "261" - optional: false + optional: true fieldRef: apiVersion: "257" fieldPath: "258" resourceFieldRef: containerName: "259" - divisor: "124" + divisor: "812" resource: "260" secretKeyRef: key: "264" @@ -211,7 +210,7 @@ spec: name: "254" optional: false image: "246" - imagePullPolicy: ņ + imagePullPolicy: xǨŴ壶ƵfȽà lifecycle: postStart: exec: @@ -224,130 +223,133 @@ spec: value: "296" path: "292" port: "293" - scheme: ­蜷ɔ幩š + scheme: W賁Ěɭɪǹ0 tcpSocket: - host: "297" - port: 455833230 + host: "298" + port: "297" preStop: exec: command: - - "298" + - "299" httpGet: - host: "300" + host: "301" httpHeaders: - - name: "301" - value: "302" - path: "299" - port: 1076497581 - scheme: h4ɊHȖ|ʐ + - name: "302" + value: "303" + path: "300" + port: -1520531919 + scheme: n(fǂǢ曣ŋayåe躒訙Ǫ tcpSocket: - host: "303" - port: 248533396 + host: "304" + port: 739175678 livenessProbe: exec: command: - "271" - failureThreshold: -205176266 + failureThreshold: -938421813 httpGet: - host: "273" + host: "274" httpHeaders: - - name: "274" - value: "275" + - name: "275" + value: "276" path: "272" - port: 465486290 - initialDelaySeconds: -2097329452 - periodSeconds: 865289071 - successThreshold: -1829146875 + port: "273" + scheme: ɢ鬍熖B芭花ª瘡蟦JBʟ鍏H鯂²静Ʋ + initialDelaySeconds: -617381112 + periodSeconds: -560238386 + successThreshold: 1658749995 tcpSocket: - host: "276" - port: -116224247 - timeoutSeconds: 1504385614 + host: "277" + port: -181601395 + timeoutSeconds: 1851229369 name: "245" ports: - - containerPort: 2056774277 + - containerPort: -1314967760 hostIP: "251" - hostPort: -778272981 + hostPort: -1296830577 name: "250" - protocol: 现葢ŵ橨鬶l獕;跣Hǝcw媀瓄&翜舞拉 + protocol: 順\E¦队偯J僳徥淳4 readinessProbe: exec: command: - - "277" - failureThreshold: -402384013 + - "278" + failureThreshold: -2130294761 httpGet: - host: "279" + host: "280" httpHeaders: - - name: "280" - value: "281" - path: "278" - port: 234253676 - scheme: ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏 - initialDelaySeconds: -2062708879 - periodSeconds: -141401239 - successThreshold: -1187301925 + - name: "281" + value: "282" + path: "279" + port: -305362540 + scheme: Ǩ繫ʎǑyZ涬P­蜷ɔ幩 + initialDelaySeconds: 455833230 + periodSeconds: 155090390 + successThreshold: -2113700533 tcpSocket: host: "283" - port: "282" - timeoutSeconds: 215186711 + port: 1167615307 + timeoutSeconds: 1956567721 resources: limits: - V訆Ǝżŧ: "915" + Ǒ輂,ŕĪĠM蘇KŅ/»頸+SÄ蚃ɣ: "173" requests: - +SÄ蚃ɣľ)酊龨Î: "787" + 餠籲磣Óƿ頀"冓鍓贯澔 ƺ蛜6Ɖ飴Ɏi: "796" securityContext: - allowPrivilegeEscalation: false + allowPrivilegeEscalation: true capabilities: add: - - DŽ髐njʉBn(fǂǢ曣 + - ȓɻ挴ʠɜ瞍阎lğ Ņ#耗Ǚ(ť1ùf drop: - - ay - privileged: false - procMount: 嗆u + - ƽ眝{æ盪泙 + privileged: true + procMount: ^輅9ɛ棕ƈ眽炊礫Ƽ¨Ix糂腂ǂǚ readOnlyRootFilesystem: true - runAsGroup: -5996624450771474158 + runAsGroup: 5326516866753332539 runAsNonRoot: false - runAsUser: 1958157659034146020 + runAsUser: -2176303163074826228 seLinuxOptions: - level: "308" - role: "306" - type: "307" - user: "305" + level: "309" + role: "307" + type: "308" + user: "306" seccompProfile: - localhostProfile: "312" - type: 晲T[irȎ3Ĕ\ + localhostProfile: "313" + type: EuE windowsOptions: - gmsaCredentialSpec: "310" - gmsaCredentialSpecName: "309" - runAsUserName: "311" + gmsaCredentialSpec: "311" + gmsaCredentialSpecName: "310" + runAsUserName: "312" startupProbe: exec: command: - "284" - failureThreshold: -1699531929 + failureThreshold: 1566213732 httpGet: - host: "287" + host: "286" httpHeaders: - - name: "288" - value: "289" + - name: "287" + value: "288" path: "285" - port: "286" - scheme: 鏻砅邻爥 - initialDelaySeconds: 601198286 - periodSeconds: 405193215 - successThreshold: 2129989022 + port: -727263154 + scheme: Ȗ|ʐşƧ諔迮ƙIJ嘢4 + initialDelaySeconds: 1137109081 + periodSeconds: 1540899353 + successThreshold: -1330095135 tcpSocket: host: "290" - port: -305362540 - timeoutSeconds: 409029209 - terminationMessagePath: "304" - terminationMessagePolicy: 迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ + port: "289" + timeoutSeconds: -1896415283 + stdin: true + stdinOnce: true + terminationMessagePath: "305" + terminationMessagePolicy: ť嗆u8晲T tty: true volumeDevices: - devicePath: "270" name: "269" volumeMounts: - mountPath: "266" - mountPropagation: '"冓鍓贯澔 ƺ蛜6' + mountPropagation: 囌{屿oiɥ嵐sC name: "265" readOnly: true subPath: "267" @@ -355,199 +357,201 @@ spec: workingDir: "249" dnsConfig: nameservers: - - "471" + - "475" options: - - name: "473" - value: "474" + - name: "477" + value: "478" searches: - - "472" - dnsPolicy: :{柯?B - enableServiceLinks: true + - "476" + dnsPolicy: "6" + enableServiceLinks: false ephemeralContainers: - args: - - "316" + - "317" command: - - "315" + - "316" env: - - name: "323" - value: "324" + - name: "324" + value: "325" valueFrom: configMapKeyRef: - key: "330" - name: "329" - optional: true - fieldRef: - apiVersion: "325" - fieldPath: "326" - resourceFieldRef: - containerName: "327" - divisor: "69" - resource: "328" - secretKeyRef: - key: "332" - name: "331" + key: "331" + name: "330" optional: false + fieldRef: + apiVersion: "326" + fieldPath: "327" + resourceFieldRef: + containerName: "328" + divisor: "595" + resource: "329" + secretKeyRef: + key: "333" + name: "332" + optional: true envFrom: - configMapRef: - name: "321" - optional: true - prefix: "320" - secretRef: name: "322" optional: false - image: "314" - imagePullPolicy: tl敷斢杧ż鯀 + prefix: "321" + secretRef: + name: "323" + optional: true + image: "315" + imagePullPolicy: ¬h`職铳s44矕Ƈè*鑏='ʨ| lifecycle: postStart: exec: command: - - "360" + - "362" httpGet: - host: "362" + host: "365" httpHeaders: - - name: "363" - value: "364" - path: "361" - port: 1288391156 - scheme: Ǥ桒ɴ鉂WJ1抉泅ą&疀ȼN + - name: "366" + value: "367" + path: "363" + port: "364" + scheme: ð仁Q橱9ij\Ď愝Ű藛b磾sY tcpSocket: - host: "366" - port: "365" + host: "369" + port: "368" preStop: exec: command: - - "367" + - "370" httpGet: - host: "369" - httpHeaders: - - name: "370" - value: "371" - path: "368" - port: 1859267428 - scheme: ȟP - tcpSocket: host: "372" - port: 1445923603 + httpHeaders: + - name: "373" + value: "374" + path: "371" + port: -1500740922 + scheme: 张q櫞繡旹翃ɾ氒ĺʈʫ羶剹ƊF豎穜姰 + tcpSocket: + host: "376" + port: "375" livenessProbe: exec: command: - - "339" - failureThreshold: -36573584 + - "340" + failureThreshold: 713473395 httpGet: - host: "342" + host: "343" httpHeaders: - - name: "343" - value: "344" - path: "340" - port: "341" - scheme: ȥ}礤铟怖ý萜Ǖ - initialDelaySeconds: -1922458514 - periodSeconds: 692511776 - successThreshold: -1231653807 + - name: "344" + value: "345" + path: "341" + port: "342" + scheme: $ɛ溢臜裡×銵-紑浘牬 + initialDelaySeconds: -195171082 + periodSeconds: 762856658 + successThreshold: -1898251770 tcpSocket: - host: "345" - port: -1088996269 - timeoutSeconds: 1480364858 - name: "313" + host: "347" + port: "346" + timeoutSeconds: 1648539888 + name: "314" ports: - - containerPort: -1918622971 - hostIP: "319" - hostPort: -1656699070 - name: "318" - protocol: ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz + - containerPort: 930549073 + hostIP: "320" + hostPort: -703434763 + name: "319" + protocol: 礤铟怖ý萜Ǖc8 readinessProbe: exec: command: - - "346" - failureThreshold: -1436899600 + - "348" + failureThreshold: -1089435479 httpGet: - host: "348" + host: "351" httpHeaders: - - name: "349" - value: "350" - path: "347" - port: -1157640253 - scheme: ×p鬷m罂o3ǰ廋i乳'ȘUɻ; - initialDelaySeconds: -478839383 - periodSeconds: 140830733 - successThreshold: -708495486 + - name: "352" + value: "353" + path: "349" + port: "350" + scheme: ɴ鉂WJ1抉泅ą& + initialDelaySeconds: -1943335113 + periodSeconds: 801902541 + successThreshold: -1312249623 tcpSocket: - host: "352" - port: "351" - timeoutSeconds: 989933975 + host: "355" + port: "354" + timeoutSeconds: -39292476 resources: limits: - 1b: "328" + ɋȑoG鄧蜢暳ǽżLj捲: "775" requests: - '}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊': "699" + U: "632" securityContext: allowPrivilegeEscalation: true capabilities: add: - - 鸔ɧWǘ炙 + - 敆OɈÏ 瞍髃#ɣȕW歹s drop: - - 餸硷 + - ɥʋăƻ遲 privileged: true - procMount: ʈʫ羶剹ƊF豎穜 - readOnlyRootFilesystem: true - runAsGroup: 2946116477552625615 - runAsNonRoot: true - runAsUser: 5215323049148402377 + procMount: Ů嫠!@@)Zq=歍þ螗ɃŒGm + readOnlyRootFilesystem: false + runAsGroup: 4820130167691486230 + runAsNonRoot: false + runAsUser: 3805707846751185585 seLinuxOptions: - level: "377" - role: "375" - type: "376" - user: "374" + level: "381" + role: "379" + type: "380" + user: "378" seccompProfile: - localhostProfile: "381" - type: l咑耖p^鏋 + localhostProfile: "385" + type: z鋎 windowsOptions: - gmsaCredentialSpec: "379" - gmsaCredentialSpecName: "378" - runAsUserName: "380" + gmsaCredentialSpec: "383" + gmsaCredentialSpecName: "382" + runAsUserName: "384" startupProbe: exec: command: - - "353" - failureThreshold: -1873425934 + - "356" + failureThreshold: 1307211372 httpGet: - host: "356" + host: "358" httpHeaders: - - name: "357" - value: "358" - path: "354" - port: "355" - scheme: 漤ŗ坟 - initialDelaySeconds: -902839620 - periodSeconds: 1808698094 - successThreshold: 1155232143 + - name: "359" + value: "360" + path: "357" + port: -592521472 + scheme: :/ + initialDelaySeconds: -513325570 + periodSeconds: -1457715462 + successThreshold: 1349815334 tcpSocket: - host: "359" - port: -1617422199 - timeoutSeconds: -2030665763 - targetContainerName: "382" - terminationMessagePath: "373" - terminationMessagePolicy: 殆诵H玲鑠ĭ$#卛8ð仁Q + host: "361" + port: -1101457109 + timeoutSeconds: 1491794693 + targetContainerName: "386" + terminationMessagePath: "377" + terminationMessagePolicy: 耖p^鏋蛹Ƚȿ醏g遧Ȋ飂廤Ƌʙcx赮ǒ tty: true volumeDevices: - - devicePath: "338" - name: "337" + - devicePath: "339" + name: "338" volumeMounts: - - mountPath: "334" - mountPropagation: Ik(dŊiɢzĮ蛋I - name: "333" + - mountPath: "335" + mountPropagation: $嬏 + name: "334" readOnly: true - subPath: "335" - subPathExpr: "336" - workingDir: "317" + subPath: "336" + subPathExpr: "337" + workingDir: "318" hostAliases: - hostnames: - - "469" - ip: "468" + - "473" + ip: "472" + hostIPC: true hostNetwork: true - hostname: "399" + hostPID: true + hostname: "403" imagePullSecrets: - - name: "398" + - name: "402" initContainers: - args: - "178" @@ -560,13 +564,13 @@ spec: configMapKeyRef: key: "192" name: "191" - optional: false + optional: true fieldRef: apiVersion: "187" fieldPath: "188" resourceFieldRef: containerName: "189" - divisor: "573" + divisor: "713" resource: "190" secretKeyRef: key: "194" @@ -575,109 +579,108 @@ spec: envFrom: - configMapRef: name: "183" - optional: false + optional: true prefix: "182" secretRef: name: "184" - optional: false + optional: true image: "176" - imagePullPolicy: 昕Ĭ lifecycle: postStart: exec: command: - - "222" + - "221" httpGet: - host: "225" + host: "224" httpHeaders: - - name: "226" - value: "227" - path: "223" - port: "224" - scheme: '>郵[+扴ȨŮ' + - name: "225" + value: "226" + path: "222" + port: "223" + scheme: 鄠[颐o啛更偢ɇ卷荙JL tcpSocket: - host: "229" - port: "228" + host: "228" + port: "227" preStop: exec: command: - - "230" + - "229" httpGet: - host: "232" + host: "231" httpHeaders: - - name: "233" - value: "234" - path: "231" - port: -743369977 - scheme: '>犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4' + - name: "232" + value: "233" + path: "230" + port: -1506633471 + scheme: 1虊谇j爻ƙt叀碧闳ȩr嚧ʣq tcpSocket: host: "235" - port: -1224991707 + port: "234" livenessProbe: exec: command: - "201" - failureThreshold: -1150474479 + failureThreshold: -93157681 httpGet: host: "203" httpHeaders: - name: "204" value: "205" path: "202" - port: -1196874390 - scheme: S晒嶗UÐ_ƮA攤 - initialDelaySeconds: 1885897314 - periodSeconds: 1054858106 - successThreshold: 232569106 + port: -1285424066 + scheme: ni酛3ƁÀ + initialDelaySeconds: -2036074491 + periodSeconds: 165047920 + successThreshold: -393291312 tcpSocket: - host: "206" - port: -498930176 - timeoutSeconds: -465677631 + host: "207" + port: "206" + timeoutSeconds: -148216266 name: "175" ports: - - containerPort: 377225334 + - containerPort: -1343558801 hostIP: "181" - hostPort: 282592353 + hostPort: 1923334396 name: "180" - protocol: Ƹ[Ęİ榌U髷裎$MVȟ@7 + protocol: '@掇lNdǂ>' readinessProbe: exec: command: - - "207" - failureThreshold: 1752155096 + - "208" + failureThreshold: 267768240 httpGet: - host: "210" + host: "211" httpHeaders: - - name: "211" - value: "212" - path: "208" - port: "209" - scheme: 8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ - initialDelaySeconds: -2717401 - periodSeconds: -1099429189 - successThreshold: 994072122 + - name: "212" + value: "213" + path: "209" + port: "210" + scheme: 3!Zɾģ毋Ó6 + initialDelaySeconds: -228822833 + periodSeconds: -1213051101 + successThreshold: 1451056156 tcpSocket: host: "214" - port: "213" - timeoutSeconds: -1492565335 + port: -832805508 + timeoutSeconds: -970312425 resources: limits: - ǚ灄鸫rʤî萨zvt: "829" + 荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3: "86" requests: - 悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\p: "604" + t莭琽§ć\ ïì: "80" securityContext: - allowPrivilegeEscalation: true + allowPrivilegeEscalation: false capabilities: add: - - 藢xɮĵȑ6L*Z鐫û咡W< + - Ÿ8T 苧yñKJɐ扵 drop: - - lu|榝$î. + - ƚ绤fʀļ腩墺Ò媁荭gw忊|E剒蔞 privileged: false - procMount: 朦 wƯ貾坢'跩 + procMount: Ȩ<6鄰簳°Ļǟi& readOnlyRootFilesystem: true - runAsGroup: 8949541422887578058 + runAsGroup: 2001337664780390084 runAsNonRoot: true - runAsUser: -7565148469525206101 + runAsUser: -6177393256425700216 seLinuxOptions: level: "240" role: "238" @@ -685,7 +688,7 @@ spec: user: "237" seccompProfile: localhostProfile: "244" - type: ŕ翑0展} + type: "" windowsOptions: gmsaCredentialSpec: "242" gmsaCredentialSpecName: "241" @@ -694,93 +697,96 @@ spec: exec: command: - "215" - failureThreshold: 785984384 + failureThreshold: -1801140031 httpGet: - host: "218" + host: "217" httpHeaders: - - name: "219" - value: "220" + - name: "218" + value: "219" path: "216" - port: "217" - scheme: Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ - initialDelaySeconds: -1738069460 - periodSeconds: -805795167 - successThreshold: 1791615594 + port: -1492565335 + scheme: ɷ9Ì崟¿瘦ɖ緕ȚÍ勅跦Opw + initialDelaySeconds: 376404581 + periodSeconds: 2070521391 + successThreshold: -440412584 tcpSocket: - host: "221" - port: -36782737 - timeoutSeconds: -1643733106 - stdinOnce: true + host: "220" + port: -280820676 + timeoutSeconds: -661937776 terminationMessagePath: "236" + terminationMessagePolicy: 屡ʁ + tty: true volumeDevices: - devicePath: "200" name: "199" volumeMounts: - mountPath: "196" - mountPropagation: ƖHV + mountPropagation: 0矀Kʝ瘴I\p[ħsĨɆâĺɗŹ倗S name: "195" readOnly: true subPath: "197" subPathExpr: "198" workingDir: "179" - nodeName: "387" + nodeName: "391" nodeSelector: - "383": "384" + "387": "388" overhead: - k_: "725" - preemptionPolicy: Ʀ[螵沊齣薣鰎đƝ):惝ŵ髿ɔ - priority: -1133320634 - priorityClassName: "470" + D輷: "792" + preemptionPolicy: m珢\%傢z¦Ā竚ĐȌƨǴ叆 + priority: 347613368 + priorityClassName: "474" readinessGates: - - conditionType: į - restartPolicy: ȿ醏g遧 - runtimeClassName: "475" - schedulerName: "465" + - conditionType: ř岈ǎǏ]S5:œƌ嵃ǁ + restartPolicy: ¿əW#ļǹʅŚO虀^背遻堣灭ƴɦ燻踸 + runtimeClassName: "479" + schedulerName: "469" securityContext: - fsGroup: 4489057930380969432 - fsGroupChangePolicy: ='ʨ|ǓÓ敆OɈÏ 瞍髃 - runAsGroup: -759684899479757878 + fsGroup: -9164240834267238973 + fsGroupChangePolicy: "" + runAsGroup: 3355244307027629244 runAsNonRoot: false - runAsUser: -1290365495982891537 + runAsUser: 4290717681745188904 seLinuxOptions: - level: "391" - role: "389" - type: "390" - user: "388" + level: "395" + role: "393" + type: "394" + user: "392" seccompProfile: - localhostProfile: "397" - type: ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn + localhostProfile: "401" + type: d'呪 supplementalGroups: - - 3273247375993523103 + - -7106117411092125093 sysctls: - - name: "395" - value: "396" + - name: "399" + value: "400" windowsOptions: - gmsaCredentialSpec: "393" - gmsaCredentialSpecName: "392" - runAsUserName: "394" - serviceAccount: "386" - serviceAccountName: "385" + gmsaCredentialSpec: "397" + gmsaCredentialSpecName: "396" + runAsUserName: "398" + serviceAccount: "390" + serviceAccountName: "389" setHostnameAsFQDN: false - shareProcessNamespace: false - subdomain: "400" - terminationGracePeriodSeconds: -616777763639482630 + shareProcessNamespace: true + subdomain: "404" + terminationGracePeriodSeconds: -8963807447996144781 tolerations: - - effect: kx-餌勀奷Ŏ - key: "466" - operator: 0yVA嬂刲;牆詒ĸąs - tolerationSeconds: -9038755672632113093 - value: "467" + - effect: U烈 źfjǰɪ嘞ȏ}杻扞Ğ + key: "470" + operator: r}梳攔wŲ魦Ɔ0ƢĮÀĘÆɆȸȢ蒸 + tolerationSeconds: 3252034671163905138 + value: "471" topologySpreadConstraints: - labelSelector: matchExpressions: - - key: B.rTt7bm9I.-..q-F-.__ck - operator: DoesNotExist + - key: zz8-35x38i-qnr-5zi82dc3do--7lw63jvksy--w-i33-dzn6-302m7rx1/7Jl----i_I.-_7g-8iJ--p-7f3-2_Z_V_-q-L34-_D86-W_g52 + operator: NotIn + values: + - h.v._5.vB-.-7-.6Jv-86___3 matchLabels: - 3.hy9---2--e-yya--bj7-l-9aw--2/hs.-_DM__28W-_-.0HfR-_f-5: 019_-gYY._..fP--hQ7be__-.-g-5.-59...7q___n.__16ee.6 - maxSkew: -2046521037 - topologyKey: "476" - whenUnsatisfiable: '"T#sM網m' + n.DL.o_e-d92e8S_-0-_8Vz-E41___75Q-T: O.__0PPX-.-d4Badb + maxSkew: -484382570 + topologyKey: "480" + whenUnsatisfiable: nn坾&Pɫ(ʙÆʨɺC` volumes: - awsElasticBlockStore: fsType: "47" @@ -843,7 +849,6 @@ spec: medium: Xŋ朘瑥A徙ɶɊł/擇ɦĽ胚O醔ɍ厶耈 sizeLimit: "473" ephemeral: - readOnly: true volumeClaimTemplate: metadata: annotations: @@ -1037,86 +1042,84 @@ spec: volumePath: "101" updateStrategy: rollingUpdate: - partition: 199912760 - type: t谍Ã&榠塹ǜŬɽŌ拭#{ + partition: -758476265 + type: Ğy volumeClaimTemplates: - metadata: annotations: - "490": "491" - clusterName: "496" + "494": "495" + clusterName: "500" creationTimestamp: null - deletionGracePeriodSeconds: -834876888064929876 + deletionGracePeriodSeconds: -2948232978388571762 finalizers: - - "495" - generateName: "484" - generation: -2252894353040736578 + - "499" + generateName: "488" + generation: 4446917721686139397 labels: - "488": "489" + "492": "493" managedFields: - - apiVersion: "498" - fieldsType: "499" - manager: "497" - operation: MǍ}箼愆+P;抣ēȌ%ÿ¼璤ň - name: "483" - namespace: "485" + - apiVersion: "502" + fieldsType: "503" + manager: "501" + operation: Ʀ§:Ǫ魚Emv看ƜZ穑S + name: "487" + namespace: "489" ownerReferences: - - apiVersion: "492" - blockOwnerDeletion: true + - apiVersion: "496" + blockOwnerDeletion: false controller: false - kind: "493" - name: "494" - uid: \%傢z¦Ā竚ĐȌƨǴ叆ĄD輷東t½ǩ - resourceVersion: "6510253963764562049" - selfLink: "486" - uid: 0斃搡Cʼn嘡ʇɆȏ+&ɃB沅零ș + kind: "497" + name: "498" + uid: 憲Ħ焵i,ŋ + resourceVersion: "932117408350471144" + selfLink: "490" + uid: 4LM桵Ţ宧ʜ嵹ʌ5Ë} spec: accessModes: - - V礆á¤拈tY + - Is{豘ñ澀j劎笜釼鮭Ɯ dataSource: - apiGroup: "508" - kind: "509" - name: "510" + apiGroup: "512" + kind: "513" + name: "514" resources: limits: - sx羳ıȦjJ綒鷈颿懽]轸Jc'V{: "821" + 獪霛圦Ƶ: "159" requests: - (踶NJđƟ: "357" + -劺b: "142" selector: matchExpressions: - - key: e-35x38i-qnr-5zi82dc3do--7lw635/Z_V_-q-L34-_D86-W_g5r.4 - operator: In - values: - - s-_Y-_i.._---6_.0.m.--.-dh.v._5.vB-.7 + - key: R_-U7-F34-6.-_-O-F__h9 + operator: Exists matchLabels: - PX-.-d4BadE-.1-V...t27-4..7: l----i_Ii - storageClassName: "507" - volumeMode: 穜 - volumeName: "506" + 789--9opn2/8.--4-___..1.N_l..-_.1-j---30q.-2_9.9-..-JA-H-C5-8_--4.__z22: E_3-a__w.___-_-mv9h.-7.s__-_g6_-_N4-R._P-___0..X + storageClassName: "511" + volumeMode: ê婼SƸ炃&-Ƹ绿浠穸æǷ^ɘʘ + volumeName: "510" status: accessModes: - - § + - Ƭ)攕ƕ遻W?Ɔ遗1湾宑·Ʀ capacity: - Ǫ魚: "27" + Ȍ璣nj儱ƚWA麭T棞詢¡ɅǏõxġ: "858" conditions: - - lastProbeTime: "2398-05-12T06:43:28Z" - lastTransitionTime: "2943-12-07T17:53:42Z" - message: "512" - reason: "511" - status: t飜ĈȖ董缞濪葷c - type: qĖĖȠ姓ȇ>尪 - phase: 睭憲Ħ焵i,ŋŨNâ + - lastProbeTime: "2322-05-21T16:41:46Z" + lastTransitionTime: "2939-10-28T17:50:12Z" + message: "516" + reason: "515" + status: '|{軈ĕʦ竳÷ 骵蓧應ĸ簋' + type: j=击 + phase: s檣ŝƚʤ<Ɵʚ`÷碹頒D status: - collisionCount: -1525880366 + collisionCount: 689753881 conditions: - - lastTransitionTime: "2424-05-22T16:12:05Z" - message: "517" - reason: "516" - status: 受Äeć鮪L>寄撴 - type: 囵敪KʄS萀灗& - currentReplicas: 1828682905 - currentRevision: "514" - observedGeneration: 2100470955518965372 - readyReplicas: -1853819642 - replicas: -24672617 - updateRevision: "515" - updatedReplicas: 870669277 + - lastTransitionTime: "2627-07-23T23:41:05Z" + message: "521" + reason: "520" + status: Ŕİuƶ½O + type: "" + currentReplicas: 1503049349 + currentRevision: "518" + observedGeneration: -4311116967802775348 + readyReplicas: -546245806 + replicas: -1451872257 + updateRevision: "519" + updatedReplicas: 222651663 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 4a0b16109bf..0e78cbeda15 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 @@ -441,8 +441,7 @@ "name": "174" } } - }, - "readOnly": true + } } } ], @@ -460,9 +459,9 @@ "ports": [ { "name": "180", - "hostPort": 852780575, - "containerPort": -1252938503, - "protocol": "Opwǩ曬逴褜1ØœȠƬQg鄠", + "hostPort": -1981710234, + "containerPort": -1109619518, + "protocol": "ĺ}潷ʒ胵輓Ɔȓ蹣ɐǛv+8Ƥ熪", "hostIP": "181" } ], @@ -471,11 +470,11 @@ "prefix": "182", "configMapRef": { "name": "183", - "optional": false + "optional": true }, "secretRef": { "name": "184", - "optional": false + "optional": true } } ], @@ -491,12 +490,12 @@ "resourceFieldRef": { "containerName": "189", "resource": "190", - "divisor": "139" + "divisor": "617" }, "configMapKeyRef": { "name": "191", "key": "192", - "optional": true + "optional": false }, "secretKeyRef": { "name": "193", @@ -508,10 +507,10 @@ ], "resources": { "limits": { - "LĹ]佱¿\u003e犵殇ŕ-Ɂ圯W:ĸ輦唊": "807" + "朷Ǝ膯ljVX1虊谇": "279" }, "requests": { - "嚧ʣq埄": "936" + "圯W:ĸ輦唊#v铿ʩȂ4ē鐭#嬀": "918" } }, "volumeMounts": [ @@ -519,7 +518,7 @@ "name": "195", "mountPath": "196", "subPath": "197", - "mountPropagation": "#嬀ơŸ8T 苧yñKJɐ扵Gƚ绤f", + "mountPropagation": "ó藢xɮĵȑ6L*", "subPathExpr": "198" } ], @@ -539,7 +538,7 @@ "path": "202", "port": "203", "host": "204", - "scheme": "u|榝$î.Ȏ蝪ʜ5遰=E埄Ȁ", + "scheme": "fʀļ腩墺Ò媁荭gw忊", "httpHeaders": [ { "name": "205", @@ -548,14 +547,14 @@ ] }, "tcpSocket": { - "port": 1714588921, + "port": -1761398388, "host": "207" }, - "initialDelaySeconds": -1246371817, - "timeoutSeconds": 617318981, - "periodSeconds": 432291364, - "successThreshold": 676578360, - "failureThreshold": -552281772 + "initialDelaySeconds": -1532958330, + "timeoutSeconds": -438588982, + "periodSeconds": 1004325340, + "successThreshold": -1313320434, + "failureThreshold": 14304392 }, "readinessProbe": { "exec": { @@ -565,9 +564,9 @@ }, "httpGet": { "path": "209", - "port": 1777326813, + "port": 1714588921, "host": "210", - "scheme": "ǟi\u0026皥贸碔lNKƙ順\\E¦", + "scheme": "Ư貾", "httpHeaders": [ { "name": "211", @@ -579,11 +578,11 @@ "port": "213", "host": "214" }, - "initialDelaySeconds": 1868887309, - "timeoutSeconds": -528664199, - "periodSeconds": -316996074, - "successThreshold": 1933968533, - "failureThreshold": 549215478 + "initialDelaySeconds": -552281772, + "timeoutSeconds": -677617960, + "periodSeconds": 383015301, + "successThreshold": -1717997927, + "failureThreshold": 1533365989 }, "startupProbe": { "exec": { @@ -593,9 +592,8 @@ }, "httpGet": { "path": "216", - "port": -374766088, + "port": -2121788927, "host": "217", - "scheme": "翜舞拉Œ", "httpHeaders": [ { "name": "218", @@ -604,26 +602,27 @@ ] }, "tcpSocket": { - "port": "220", - "host": "221" + "port": -518330919, + "host": "220" }, - "initialDelaySeconds": -190183379, - "timeoutSeconds": -940334911, - "periodSeconds": -341287812, - "successThreshold": 2030115750, - "failureThreshold": 1847163341 + "initialDelaySeconds": 1313273370, + "timeoutSeconds": -1296830577, + "periodSeconds": -1314967760, + "successThreshold": 1174240097, + "failureThreshold": -1928016742 }, "lifecycle": { "postStart": { "exec": { "command": [ - "222" + "221" ] }, "httpGet": { - "path": "223", - "port": -816630929, + "path": "222", + "port": "223", "host": "224", + "scheme": "偯J僳徥淳4", "httpHeaders": [ { "name": "225", @@ -632,7 +631,7 @@ ] }, "tcpSocket": { - "port": 1965273344, + "port": -1421951296, "host": "227" } }, @@ -644,115 +643,114 @@ }, "httpGet": { "path": "229", - "port": "230", - "host": "231", - "scheme": "SÄ蚃ɣľ)酊龨δ摖ȱğ_\u003c", + "port": -1856061695, + "host": "230", + "scheme": "Œɥ颶妧Ö闊 鰔澝qV訆Ǝ", "httpHeaders": [ { - "name": "232", - "value": "233" + "name": "231", + "value": "232" } ] }, "tcpSocket": { - "port": -385597677, - "host": "234" + "port": 509813083, + "host": "233" } } }, - "terminationMessagePath": "235", - "terminationMessagePolicy": "橈'", - "imagePullPolicy": "Ɖ飴ɎiǨ", + "terminationMessagePath": "234", + "terminationMessagePolicy": "²sNƗ¸g", + "imagePullPolicy": ")酊龨δ摖ȱğ_\u003cǬëJ橈'琕鶫:", "securityContext": { "capabilities": { "add": [ - "ǵɐ鰥Z" + "" ], "drop": [ - "´DÒȗÔÂɘɢ鬍熖B芭花ª瘡" + "Ȱ囌{屿oiɥ嵐sC8?Ǻ鱎ƙ;" ] }, "privileged": false, "seLinuxOptions": { - "user": "236", - "role": "237", - "type": "238", - "level": "239" + "user": "235", + "role": "236", + "type": "237", + "level": "238" }, "windowsOptions": { - "gmsaCredentialSpecName": "240", - "gmsaCredentialSpec": "241", - "runAsUserName": "242" + "gmsaCredentialSpecName": "239", + "gmsaCredentialSpec": "240", + "runAsUserName": "241" }, - "runAsUser": -1666202510534940446, - "runAsGroup": 2823592889848840099, + "runAsUser": 5431518803727886665, + "runAsGroup": -545284475172904979, "runAsNonRoot": false, "readOnlyRootFilesystem": true, "allowPrivilegeEscalation": true, - "procMount": "ƲǦŐnj汰", + "procMount": "丆", "seccompProfile": { - "type": "ŕİi騎C", - "localhostProfile": "243" + "type": "²Ŏ)/灩聋3趐囨", + "localhostProfile": "242" } - }, - "tty": true + } } ], "containers": [ { - "name": "244", - "image": "245", + "name": "243", + "image": "244", "command": [ - "246" + "245" ], "args": [ - "247" + "246" ], - "workingDir": "248", + "workingDir": "247", "ports": [ { - "name": "249", - "hostPort": -57730414, - "containerPort": -852140121, - "protocol": "ȣ±p", - "hostIP": "250" + "name": "248", + "hostPort": -1733181402, + "containerPort": -1365158918, + "protocol": "OǨ繫ʎǑyZ", + "hostIP": "249" } ], "envFrom": [ { - "prefix": "251", + "prefix": "250", "configMapRef": { - "name": "252", - "optional": true + "name": "251", + "optional": false }, "secretRef": { - "name": "253", + "name": "252", "optional": true } } ], "env": [ { - "name": "254", - "value": "255", + "name": "253", + "value": "254", "valueFrom": { "fieldRef": { - "apiVersion": "256", - "fieldPath": "257" + "apiVersion": "255", + "fieldPath": "256" }, "resourceFieldRef": { - "containerName": "258", - "resource": "259", - "divisor": "277" + "containerName": "257", + "resource": "258", + "divisor": "516" }, "configMapKeyRef": { - "name": "260", - "key": "261", + "name": "259", + "key": "260", "optional": true }, "secretKeyRef": { - "name": "262", - "key": "263", + "name": "261", + "key": "262", "optional": true } } @@ -760,252 +758,253 @@ ], "resources": { "limits": { - "斩ìh4ɊHȖ|ʐşƧ諔迮ƙIJ": "850" + "": "991" }, "requests": { - "jʒǚ鍰\\縑ɀ撑¼蠾8餑噭Dµ": "635" + "斩ìh4ɊHȖ|ʐşƧ諔迮ƙIJ": "850" } }, "volumeMounts": [ { - "name": "264", - "mountPath": "265", - "subPath": "266", - "mountPropagation": "衷,ƷƣMț譎懚", - "subPathExpr": "267" + "name": "263", + "readOnly": true, + "mountPath": "264", + "subPath": "265", + "mountPropagation": "ʒǚ鍰\\縑ɀ撑¼蠾8餑噭Dµ", + "subPathExpr": "266" } ], "volumeDevices": [ { - "name": "268", - "devicePath": "269" + "name": "267", + "devicePath": "268" } ], "livenessProbe": { "exec": { "command": [ - "270" + "269" ] }, "httpGet": { - "path": "271", - "port": 872525702, - "host": "272", - "scheme": "ay", + "path": "270", + "port": -543432015, + "host": "271", + "scheme": "ƷƣMț", "httpHeaders": [ { - "name": "273", - "value": "274" + "name": "272", + "value": "273" } ] }, "tcpSocket": { - "port": "275", - "host": "276" + "port": "274", + "host": "275" }, - "initialDelaySeconds": 628632965, - "timeoutSeconds": 552654052, - "periodSeconds": -1396197931, - "successThreshold": -1114385515, - "failureThreshold": 2144856253 + "initialDelaySeconds": -211480108, + "timeoutSeconds": -200074798, + "periodSeconds": 556036216, + "successThreshold": -1838917931, + "failureThreshold": -1563928252 }, "readinessProbe": { "exec": { "command": [ - "277" + "276" ] }, "httpGet": { - "path": "278", - "port": -1186720090, - "host": "279", - "scheme": "增猍ǵ xǨŴ壶ƵfȽÃ茓pȓɻ", + "path": "277", + "port": -426022413, + "host": "278", + "scheme": "躒訙Ǫʓ)ǂť嗆u8晲T[irȎ", "httpHeaders": [ { - "name": "280", - "value": "281" + "name": "279", + "value": "280" } ] }, "tcpSocket": { - "port": "282", - "host": "283" + "port": 1238925115, + "host": "281" }, - "initialDelaySeconds": 1737172479, - "timeoutSeconds": -767058113, - "periodSeconds": 1223564938, - "successThreshold": 1241693652, - "failureThreshold": 1803882645 + "initialDelaySeconds": -1758095966, + "timeoutSeconds": 1627026804, + "periodSeconds": -1508967300, + "successThreshold": -1058923098, + "failureThreshold": -1656699070 }, "startupProbe": { "exec": { "command": [ - "284" + "282" ] }, "httpGet": { - "path": "285", - "port": "286", - "host": "287", - "scheme": "賞ǧĒzŔ瘍N", + "path": "283", + "port": "284", + "host": "285", + "scheme": "ɜ瞍阎lğ Ņ#耗Ǚ(", "httpHeaders": [ { - "name": "288", - "value": "289" + "name": "286", + "value": "287" } ] }, "tcpSocket": { - "port": -531787516, - "host": "290" + "port": 317211081, + "host": "288" }, - "initialDelaySeconds": 2073630689, - "timeoutSeconds": -830875556, - "periodSeconds": -1395144116, - "successThreshold": -684167223, - "failureThreshold": -751455207 + "initialDelaySeconds": -1934305215, + "timeoutSeconds": -655359985, + "periodSeconds": 875971520, + "successThreshold": 161338049, + "failureThreshold": 65094252 }, "lifecycle": { "postStart": { "exec": { "command": [ - "291" + "289" ] }, "httpGet": { - "path": "292", - "port": "293", - "host": "294", - "scheme": "磉反", + "path": "290", + "port": "291", + "host": "292", + "scheme": "若`l}", "httpHeaders": [ { - "name": "295", - "value": "296" + "name": "293", + "value": "294" } ] }, "tcpSocket": { - "port": -313085430, - "host": "297" + "port": 2097633614, + "host": "295" } }, "preStop": { "exec": { "command": [ - "298" + "296" ] }, "httpGet": { - "path": "299", - "port": 413903479, - "host": "300", - "scheme": "ɛ棕ƈ眽炊礫Ƽ¨Ix糂", + "path": "297", + "port": 638012651, + "host": "298", + "scheme": "誹", "httpHeaders": [ { - "name": "301", - "value": "302" + "name": "299", + "value": "300" } ] }, "tcpSocket": { - "port": "303", - "host": "304" + "port": "301", + "host": "302" } } }, - "terminationMessagePath": "305", - "terminationMessagePolicy": "ǚŜEuEy竬ʆɞ", - "imagePullPolicy": "焬CQm坊柩", + "terminationMessagePath": "303", + "terminationMessagePolicy": "ɼ搳ǭ濑箨ʨIk(", + "imagePullPolicy": "腂ǂǚŜEuEy", "securityContext": { "capabilities": { "add": [ - "[ƕƑĝ®EĨǔvÄÚ" + "ɞȥ}礤铟怖ý萜Ǖ" ], "drop": [ - "p鬷m罂o3ǰ廋i乳'" + "8ǣƘƵŧ1ƟƓ宆!鍲ɋȑoG鄧蜢" ] }, "privileged": false, "seLinuxOptions": { - "user": "306", - "role": "307", - "type": "308", - "level": "309" + "user": "304", + "role": "305", + "type": "306", + "level": "307" }, "windowsOptions": { - "gmsaCredentialSpecName": "310", - "gmsaCredentialSpec": "311", - "runAsUserName": "312" + "gmsaCredentialSpecName": "308", + "gmsaCredentialSpec": "309", + "runAsUserName": "310" }, - "runAsUser": 2506229153551047343, - "runAsGroup": 3258181973067899469, - "runAsNonRoot": true, - "readOnlyRootFilesystem": true, + "runAsUser": 2424760700494115127, + "runAsGroup": 8749598715214557239, + "runAsNonRoot": false, + "readOnlyRootFilesystem": false, "allowPrivilegeEscalation": false, - "procMount": "蠲$ɛ溢臜裡", + "procMount": "阠$嬏", "seccompProfile": { - "type": "銵-紑浘牬釼aTG", - "localhostProfile": "313" + "type": "y¶熀ďJZ漤", + "localhostProfile": "311" } }, - "stdin": true + "stdinOnce": true } ], "ephemeralContainers": [ { - "name": "314", - "image": "315", + "name": "312", + "image": "313", "command": [ - "316" + "314" ], "args": [ - "317" + "315" ], - "workingDir": "318", + "workingDir": "316", "ports": [ { - "name": "319", - "hostPort": -92253969, - "containerPort": 243566659, - "protocol": "×DJɶ羹ƞʓ%ʝ`ǭ躌ñ?卶滿筇", - "hostIP": "320" + "name": "317", + "hostPort": -1617422199, + "containerPort": -902839620, + "protocol": "縆łƑ[澔槃JŵǤ桒ɴ鉂W", + "hostIP": "318" } ], "envFrom": [ { - "prefix": "321", + "prefix": "319", "configMapRef": { - "name": "322", - "optional": false + "name": "320", + "optional": true }, "secretRef": { - "name": "323", + "name": "321", "optional": true } } ], "env": [ { - "name": "324", - "value": "325", + "name": "322", + "value": "323", "valueFrom": { "fieldRef": { - "apiVersion": "326", - "fieldPath": "327" + "apiVersion": "324", + "fieldPath": "325" }, "resourceFieldRef": { - "containerName": "328", - "resource": "329", - "divisor": "574" + "containerName": "326", + "resource": "327", + "divisor": "776" }, "configMapKeyRef": { - "name": "330", - "key": "331", - "optional": true + "name": "328", + "key": "329", + "optional": false }, "secretKeyRef": { - "name": "332", - "key": "333", + "name": "330", + "key": "331", "optional": false } } @@ -1013,250 +1012,252 @@ ], "resources": { "limits": { - "ĭ$": "530" + "ȾD虓氙磂tńČȷǻ.wȏâ磠Ƴ崖S«": "274" }, "requests": { - "«V¯ÁȦtl敷": "698" + "仁": "342" } }, "volumeMounts": [ { - "name": "334", - "mountPath": "335", - "subPath": "336", - "mountPropagation": "Ű藛b磾sYȠ繽敮ǰ", - "subPathExpr": "337" + "name": "332", + "mountPath": "333", + "subPath": "334", + "mountPropagation": "l敷斢杧ż鯀1'鸔ɧWǘ炙B", + "subPathExpr": "335" } ], "volumeDevices": [ { - "name": "338", - "devicePath": "339" + "name": "336", + "devicePath": "337" } ], "livenessProbe": { "exec": { "command": [ - "340" + "338" ] }, "httpGet": { - "path": "341", - "port": 731136838, - "host": "342", - "scheme": "繡旹翃ɾ氒ĺʈʫ羶剹Ɗ", + "path": "339", + "port": -1703472232, + "host": "340", + "scheme": "ɎƺL肄$鬬$矐_敕ű嵞嬯t{Eɾ敹Ȯ", "httpHeaders": [ { - "name": "343", - "value": "344" + "name": "341", + "value": "342" } ] }, "tcpSocket": { - "port": -183458945, - "host": "345" + "port": "343", + "host": "344" }, - "initialDelaySeconds": -1223327585, - "timeoutSeconds": -99080494, - "periodSeconds": -1531582553, - "successThreshold": 1474671869, - "failureThreshold": 1471419756 + "initialDelaySeconds": -1726456869, + "timeoutSeconds": 892837330, + "periodSeconds": 789384689, + "successThreshold": 436796816, + "failureThreshold": 1017403804 }, "readinessProbe": { "exec": { "command": [ - "346" + "345" ] }, "httpGet": { - "path": "347", - "port": 892837330, - "host": "348", - "scheme": "気Ƀ秮ò", + "path": "346", + "port": 1290315514, + "host": "347", + "scheme": "廤", "httpHeaders": [ { - "name": "349", - "value": "350" + "name": "348", + "value": "349" } ] }, "tcpSocket": { - "port": "351", - "host": "352" + "port": "350", + "host": "351" }, - "initialDelaySeconds": -1649234654, - "timeoutSeconds": -263708518, - "periodSeconds": 541943046, - "successThreshold": 1502194981, - "failureThreshold": 1447996588 + "initialDelaySeconds": 307856269, + "timeoutSeconds": -1072116268, + "periodSeconds": 492351478, + "successThreshold": 983624601, + "failureThreshold": -1836690542 }, "startupProbe": { "exec": { "command": [ - "353" + "352" ] }, "httpGet": { - "path": "354", - "port": "355", - "host": "356", - "scheme": "đ\u003e*劶?", + "path": "353", + "port": "354", + "host": "355", + "scheme": "職铳s44矕Ƈè*鑏='ʨ|Ǔ", "httpHeaders": [ { - "name": "357", - "value": "358" + "name": "356", + "value": "357" } ] }, "tcpSocket": { - "port": -176877925, - "host": "359" + "port": 718799934, + "host": "358" }, - "initialDelaySeconds": 1008425444, - "timeoutSeconds": -821592382, - "periodSeconds": 1678953375, - "successThreshold": 1045190247, - "failureThreshold": 1805682547 + "initialDelaySeconds": -1333877527, + "timeoutSeconds": -1452767599, + "periodSeconds": 1972286304, + "successThreshold": -2067214763, + "failureThreshold": -1238148960 }, "lifecycle": { "postStart": { "exec": { "command": [ - "360" + "359" ] }, "httpGet": { - "path": "361", - "port": 1767555420, - "host": "362", - "scheme": "e", + "path": "360", + "port": -839925309, + "host": "361", + "scheme": "歹s梊ɥʋ", "httpHeaders": [ { - "name": "363", - "value": "364" + "name": "362", + "value": "363" } ] }, "tcpSocket": { - "port": "365", - "host": "366" + "port": "364", + "host": "365" } }, "preStop": { "exec": { "command": [ - "367" + "366" ] }, "httpGet": { - "path": "368", - "port": -1452767599, - "host": "369", - "scheme": " 瞍髃#ɣȕ", + "path": "367", + "port": -835196821, + "host": "368", + "scheme": "'蠨磼O_h盌3+Œ9两@8", "httpHeaders": [ { - "name": "370", - "value": "371" + "name": "369", + "value": "370" } ] }, "tcpSocket": { - "port": "372", - "host": "373" + "port": -130408357, + "host": "371" } } }, - "terminationMessagePath": "374", - "terminationMessagePolicy": "s梊ɥʋăƻ遲njlȘ鹾K", - "imagePullPolicy": "O_h盌3+Œ9两@8Byß讪Ă2", + "terminationMessagePath": "372", + "terminationMessagePolicy": "讪Ă2讅缔m葰賦迾娙ƴ4虵p蓋沥7uP", + "imagePullPolicy": "虀^背遻堣灭ƴɦ燻", "securityContext": { "capabilities": { "add": [ - "m葰賦迾娙ƴ4虵p蓋沥7uPƒw©ɴĶ" + "Sĕ濦ʓɻŊ0蚢鑸鶲Ãqb轫ʓ滨ĖRh" ], "drop": [ - "" + "颉h" ] }, - "privileged": true, + "privileged": false, "seLinuxOptions": { - "user": "375", - "role": "376", - "type": "377", - "level": "378" + "user": "373", + "role": "374", + "type": "375", + "level": "376" }, "windowsOptions": { - "gmsaCredentialSpecName": "379", - "gmsaCredentialSpec": "380", - "runAsUserName": "381" + "gmsaCredentialSpecName": "377", + "gmsaCredentialSpec": "378", + "runAsUserName": "379" }, - "runAsUser": 6816267869367451869, - "runAsGroup": 9111865674949727136, + "runAsUser": -6458893750559270292, + "runAsGroup": 4010419783586555910, "runAsNonRoot": true, "readOnlyRootFilesystem": true, - "allowPrivilegeEscalation": false, - "procMount": "Ř筿", + "allowPrivilegeEscalation": true, + "procMount": "殚篎3o8[y", "seccompProfile": { - "type": "5Ų買霎ȃň[\u003eą S", - "localhostProfile": "382" + "type": "t(ȗŜŲ\u0026洪y儕lmòɻŶJ詢QǾɁ", + "localhostProfile": "380" } }, + "stdin": true, "stdinOnce": true, - "targetContainerName": "383" + "tty": true, + "targetContainerName": "381" } ], - "restartPolicy": "'呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG", - "terminationGracePeriodSeconds": -155552760352472950, - "activeDeadlineSeconds": 7109959542220202422, - "dnsPolicy": "#t(ȗŜŲ\u0026洪y儕l", + "restartPolicy": "鯇ɀ魒Ð扬=惍EʦŊ", + "terminationGracePeriodSeconds": 6429479287377373080, + "activeDeadlineSeconds": -9181673998572382321, + "dnsPolicy": "ȃ$|gɳ礬.b屏", "nodeSelector": { - "384": "385" + "382": "383" }, - "serviceAccountName": "386", - "serviceAccount": "387", - "automountServiceAccountToken": false, - "nodeName": "388", + "serviceAccountName": "384", + "serviceAccount": "385", + "automountServiceAccountToken": true, + "nodeName": "386", "hostNetwork": true, - "hostIPC": true, + "hostPID": true, "shareProcessNamespace": false, "securityContext": { "seLinuxOptions": { - "user": "389", - "role": "390", - "type": "391", - "level": "392" + "user": "387", + "role": "388", + "type": "389", + "level": "390" }, "windowsOptions": { - "gmsaCredentialSpecName": "393", - "gmsaCredentialSpec": "394", - "runAsUserName": "395" + "gmsaCredentialSpecName": "391", + "gmsaCredentialSpec": "392", + "runAsUserName": "393" }, - "runAsUser": 4841944355356012825, - "runAsGroup": -4962946920772050319, - "runAsNonRoot": true, + "runAsUser": 7375851700105205526, + "runAsGroup": -8471243268942862734, + "runAsNonRoot": false, "supplementalGroups": [ - 5695420257629724684 + 6241883428430393253 ], - "fsGroup": -4548866432246561416, + "fsGroup": 4174818639540616638, "sysctls": [ { - "name": "396", - "value": "397" + "name": "394", + "value": "395" } ], - "fsGroupChangePolicy": "Ð扬", + "fsGroupChangePolicy": "趐V曡88 ", "seccompProfile": { - "type": "惍EʦŊĊ娮rȧ", - "localhostProfile": "398" + "type": "怞荊ù灹8緔Tj", + "localhostProfile": "396" } }, "imagePullSecrets": [ { - "name": "399" + "name": "397" } ], - "hostname": "400", - "subdomain": "401", + "hostname": "398", + "subdomain": "399", "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { @@ -1264,19 +1265,19 @@ { "matchExpressions": [ { - "key": "402", - "operator": "ɳ礬.b屏ɧeʫį淓¯Ą0", + "key": "400", + "operator": "ƫZɀȩ愉", "values": [ - "403" + "401" ] } ], "matchFields": [ { - "key": "404", - "operator": "鮽ǍJB膾扉A­1襏櫯³£h刪q塨", + "key": "402", + "operator": "m嵘厶sȰÖ埡ÆɰŞ襵樞", "values": [ - "405" + "403" ] } ] @@ -1285,23 +1286,23 @@ }, "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -177041290, + "weight": 2082229073, "preference": { "matchExpressions": [ { - "key": "406", - "operator": "聧扈4ƫZ", + "key": "404", + "operator": "ƨɤ血x柱栦阫Ƈʥ椹", "values": [ - "407" + "405" ] } ], "matchFields": [ { - "key": "408", - "operator": " ɲ±", + "key": "406", + "operator": "_", "values": [ - "409" + "407" ] } ] @@ -1314,27 +1315,33 @@ { "labelSelector": { "matchLabels": { - "p_N-1": "O-BZ..6-1.S-B3_.b7" + "3--51": "h-K5y_AzOBW.9oE9_6.-v" }, "matchExpressions": [ { - "key": "1rhm-5y--z-0/5eQ9", - "operator": "DoesNotExist" + "key": "064eqk5--f4e4--r1k278l-d-8o1-x-1wl----fr.ajz-659--0l-029/2bIZ__4", + "operator": "In", + "values": [ + "S6l.-5_BZk5v3aUK_--_o_2.--4Z7__i1T.miw7" + ] } ] }, "namespaces": [ - "416" + "414" ], - "topologyKey": "417", + "topologyKey": "415", "namespaceSelector": { "matchLabels": { - "93z-w5----7-z-63-z---5r-v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-354/9--v17r__.2bIZ___._6..tf-_u-3-_n0..KpiS.oK-.O--5-yp8q_s-1__gwj": "5HG2_5XOAX.gUqV22-4-ye52yQh7.6.-y-s4483Po_L3f1-7_O4.nM" + "j_.5.40Rw4gD.._.-x6db-L7.-__-G_2kp": "H_.39g_.--_-_ve5.m_2_--XZ-x.__.M" }, "matchExpressions": [ { - "key": "8mtxb__-ex-_1_-ODgC_1-_8__3", - "operator": "DoesNotExist" + "key": "Pw_-r75--_-A-oQ", + "operator": "NotIn", + "values": [ + "3i__a.O2G_-_K-.03.mp.-10k" + ] } ] } @@ -1342,30 +1349,30 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -555161071, + "weight": 256213209, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "73ph2/2..wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m..C": "r-v-3-BO" + "fY6T4g_-.._Lf2t_m...CqrN7_B__--v-3-BzO5z80n_Ht5W_._._-2M2Z": "i_P..w-W_-nE...-__--.k47M7y-Dy__3wc.q.8_00.0_._.-_L-__bJ" }, "matchExpressions": [ { - "key": "q1wwv3--f4x4-br5r---r8oh.1nt-23h-4z-21-sap--h--q0h-t2n4s-6-k5-7-a0w8/2._I-_P..w-W_-nE...-__--.k47M7y-Dy__3wc.q.8_00.L", + "key": "7Pn-W23-_.z_.._s--_F-BR-.h_-2-s", "operator": "Exists" } ] }, "namespaces": [ - "430" + "428" ], - "topologyKey": "431", + "topologyKey": "429", "namespaceSelector": { "matchLabels": { - "r4T-I.-..K.-.0__sD.-.-_I-F.PWtO4-7-P41_.-.-AQ._r.Y": "w1k8KLu..ly--JM" + "2--4-r4p--w1k8--y.e2-08vc--4-7hdum1-f-7-k8q/YD-Q9_-__..YNFu7Pg-.814e-_07-ht-E6___-X__H.-39-A_-_l67Q.-t": "V._nV34GH" }, "matchExpressions": [ { - "key": "RT.0zo", + "key": "9105-4_ed-0-i_zZsY_o8t5Vl6_..C", "operator": "DoesNotExist" } ] @@ -1379,29 +1386,32 @@ { "labelSelector": { "matchLabels": { - "FnV34G._--u.._.105-4_ed-0-i_zZsY_o8t5Vl6_..C": "m_dc__G6N-_-0o.0C_gV.9_G-.-z1YH" + "q0o.0C_gV.9_G-.-z1YH": "b.9x98MM7-.e.Dx._.W-6..4_MU7iLfS-0.9-.-._.1..sA" }, "matchExpressions": [ { - "key": "7W-6..4_MU7iLfS-0.9-.-._.1..s._jP6j.u--.K-g", - "operator": "DoesNotExist" + "key": "s4dw-buv-f55-2k2-e-443m678-2v89-zk873--1n133.or-0-2--rad877gr62g/dg__..2bidF.-0-...WE.-_tdt_-Z0_TMp", + "operator": "NotIn", + "values": [ + "MGbG-_-8Qi..9-4.2K_FQ.E--__K-hg" + ] } ] }, "namespaces": [ - "444" + "442" ], - "topologyKey": "445", + "topologyKey": "443", "namespaceSelector": { "matchLabels": { - "p-...Z-O.-.jL_v.-_.4dwFbuvEf55Y22": "eF..3m6.._2v89U--8.3N_.n1.--.._-x_4..u2-__3uM77U7.p" + "4vk58-7e74-ddq-a-lcv0n1-i-d-----9---063-qm-j-w.57k--e--x--b--1-n4-a--o2h0fy-j-5-5-2nw/1._-_CH--.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133T": "P-336-.B__.QiA6._3o_V-w._-0d__7.81_-._-_8_8" }, "matchExpressions": [ { - "key": "Ky7-_0Vw-Nzfdw.3-._CJ4a1._-_CH--.C.8-S9_-4w", + "key": "0476b---nhc50-de2qh2-b-6--13lk5-e4-u-5kvp-----887j72qz6-7d841/R._.3l-_86_u2-7_._qN__A_f_-B3_UP", "operator": "In", "values": [ - "u-_qv4--_.6_N_9X-B.s8.N_rM-k5.C.e.._d--Y-_l-v0-1V-d" + "396h8.G__B3" ] } ] @@ -1410,30 +1420,30 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 339079271, + "weight": 1856144088, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "ux_E4-.-PT-_Nx__-F_._n.WaY_o.-0-yE-R5W5_2n...78o": "Jj-3.J-.-r_-oPd-.2_Z__.-_U-.60--o._8H__ln_9--Avi.gZdnV" + "Q-.-.g-_Z_-nSLq": "4P--_q-...Oai.D7-_9..8-8yw..__Yb_58.p-06jVZ-uP.t_.O3" }, "matchExpressions": [ { - "key": "3.js--a---..6bD_M--c.0Q--2qh.Eb_.__1.-5", + "key": "3d/6_M5..-N_H_55..--E3_2D-1DW__o_-._kzB7U_.Q.45cy-5", "operator": "Exists" } ] }, "namespaces": [ - "458" + "456" ], - "topologyKey": "459", + "topologyKey": "457", "namespaceSelector": { "matchLabels": { - "E35H__.B_E": "U..u8gwbk" + "2x-cpor---cigu---4-2-4k0267h-rl-l-u575b93-r6---4g-vg3t.vuo17qre-33-5-u8f0f1q8/6": "px_0-.mJe__.B-cd2_4" }, "matchExpressions": [ { - "key": "Q_mgi.U.-e7z-t0-pQ-.-.g-_Z_-nSL.--4i", + "key": "1s._K9-.AJ-_8--___b____03_6.K8lY", "operator": "Exists" } ] @@ -1443,66 +1453,64 @@ ] } }, - "schedulerName": "466", + "schedulerName": "464", "tolerations": [ { - "key": "467", - "operator": "ŭʔb'?舍ȃʥx臥]å摞", - "value": "468", - "tolerationSeconds": 3053978290188957517 + "key": "465", + "operator": "0yVA嬂刲;牆詒ĸąs", + "value": "466", + "effect": "kx-餌勀奷Ŏ", + "tolerationSeconds": -9038755672632113093 } ], "hostAliases": [ { - "ip": "469", + "ip": "467", "hostnames": [ - "470" + "468" ] } ], - "priorityClassName": "471", - "priority": -340583156, + "priorityClassName": "469", + "priority": -1133320634, "dnsConfig": { "nameservers": [ - "472" + "470" ], "searches": [ - "473" + "471" ], "options": [ { - "name": "474", - "value": "475" + "name": "472", + "value": "473" } ] }, "readinessGates": [ { - "conditionType": "țc£PAÎǨȨ栋" + "conditionType": "į" } ], - "runtimeClassName": "476", - "enableServiceLinks": false, - "preemptionPolicy": "n{鳻", + "runtimeClassName": "474", + "enableServiceLinks": true, + "preemptionPolicy": "Ʀ[螵沊齣薣鰎đƝ):惝ŵ髿ɔ", "overhead": { - "隅DžbİEMǶɼ`|褞": "229" + "k_": "725" }, "topologySpreadConstraints": [ { - "maxSkew": 1486667065, - "topologyKey": "477", - "whenUnsatisfiable": "DŽɤȶšɞƵõ禲#樹罽濅ʏ 撜粞", + "maxSkew": -2046521037, + "topologyKey": "475", + "whenUnsatisfiable": "\"T#sM網m", "labelSelector": { "matchLabels": { - "H_55..--E3_2D-1DW__o_-.k": "7" + "3.hy9---2--e-yya--bj7-l-9aw--2/hs.-_DM__28W-_-.0HfR-_f-5": "019_-gYY._..fP--hQ7be__-.-g-5.-59...7q___n.__16ee.6" }, "matchExpressions": [ { - "key": "oZvt.LT60v.WxPc---K__-iguFGT._.Y4-0.67hP-lX-_-..b", - "operator": "NotIn", - "values": [ - "H1z..j_.r3--T" - ] + "key": "B.rTt7bm9I.-..q-F-.__ck", + "operator": "DoesNotExist" } ] } @@ -1512,32 +1520,32 @@ } }, "updateStrategy": { - "type": "șa汸\u003cƋlɋN磋镮ȺPÈ", + "type": "周藢烡Z树Ȁ謁", "rollingUpdate": { "maxUnavailable": 2, "maxSurge": 3 } }, - "minReadySeconds": 1750503412, - "revisionHistoryLimit": 128240007 + "minReadySeconds": -59186930, + "revisionHistoryLimit": -1552013182 }, "status": { - "currentNumberScheduled": -900194589, - "numberMisscheduled": 295177820, - "desiredNumberScheduled": 1576197985, - "numberReady": -702578810, - "observedGeneration": -1989254568785172688, - "updatedNumberScheduled": -855944448, - "numberAvailable": -1556190810, - "numberUnavailable": -487001726, - "collisionCount": -2081947001, + "currentNumberScheduled": 854102661, + "numberMisscheduled": -1489341847, + "desiredNumberScheduled": -753344268, + "numberReady": -524542843, + "observedGeneration": -5582776069361093393, + "updatedNumberScheduled": -194384924, + "numberAvailable": -1758862804, + "numberUnavailable": -78446609, + "collisionCount": -730503981, "conditions": [ { - "type": "薑Ȣ#闬輙怀¹bCũw¼ ǫ", - "status": ":$", - "lastTransitionTime": "2082-11-07T20:44:23Z", - "reason": "484", - "message": "485" + "type": "傢z¦Ā竚ĐȌƨǴ叆ĄD輷東t½", + "status": "n坾\u0026Pɫ(ʙÆ", + "lastTransitionTime": "2310-01-11T15:23:07Z", + "reason": "482", + "message": "483" } ] } 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 dd8d0a60e7490471042cc79c63bd27256891c313..e7aae743b5b0a8696dbb97821d30b70bec515942 100644 GIT binary patch delta 5679 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 Z(D-YmBe$np{Hy_@D$Ild2l-k3{vUQE+g1Po delta 5307 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ą S + localhostProfile: "380" + type: t(ȗŜŲ&洪y儕lmòɻŶJ詢QǾɁ windowsOptions: - gmsaCredentialSpec: "380" - gmsaCredentialSpecName: "379" - runAsUserName: "381" + gmsaCredentialSpec: "378" + gmsaCredentialSpecName: "377" + runAsUserName: "379" startupProbe: exec: command: - - "353" - failureThreshold: 1805682547 + - "352" + failureThreshold: -1238148960 httpGet: - host: "356" + host: "355" httpHeaders: - - name: "357" - value: "358" - path: "354" - port: "355" - scheme: đ>*劶? - initialDelaySeconds: 1008425444 - periodSeconds: 1678953375 - successThreshold: 1045190247 + - name: "356" + value: "357" + path: "353" + port: "354" + scheme: 職铳s44矕Ƈè*鑏='ʨ|Ǔ + initialDelaySeconds: -1333877527 + periodSeconds: 1972286304 + successThreshold: -2067214763 tcpSocket: - host: "359" - port: -176877925 - timeoutSeconds: -821592382 + host: "358" + port: 718799934 + timeoutSeconds: -1452767599 + stdin: true stdinOnce: true - targetContainerName: "383" - terminationMessagePath: "374" - terminationMessagePolicy: s梊ɥʋăƻ遲njlȘ鹾K + targetContainerName: "381" + terminationMessagePath: "372" + terminationMessagePolicy: 讪Ă2讅缔m葰賦迾娙ƴ4虵p蓋沥7uP + tty: true volumeDevices: - - devicePath: "339" - name: "338" + - devicePath: "337" + name: "336" volumeMounts: - - mountPath: "335" - mountPropagation: Ű藛b磾sYȠ繽敮ǰ - name: "334" - subPath: "336" - subPathExpr: "337" - workingDir: "318" + - mountPath: "333" + mountPropagation: l敷斢杧ż鯀1'鸔ɧWǘ炙B + name: "332" + subPath: "334" + subPathExpr: "335" + workingDir: "316" hostAliases: - hostnames: - - "470" - ip: "469" - hostIPC: true + - "468" + ip: "467" hostNetwork: true - hostname: "400" + hostPID: true + hostname: "398" imagePullSecrets: - - name: "399" + - name: "397" initContainers: - args: - "178" @@ -554,13 +564,13 @@ spec: configMapKeyRef: key: "192" name: "191" - optional: true + optional: false fieldRef: apiVersion: "187" fieldPath: "188" resourceFieldRef: containerName: "189" - divisor: "139" + divisor: "617" resource: "190" secretKeyRef: key: "194" @@ -569,48 +579,49 @@ spec: envFrom: - configMapRef: name: "183" - optional: false + optional: true prefix: "182" secretRef: name: "184" - optional: false + optional: true image: "176" - imagePullPolicy: Ɖ飴ɎiǨ + imagePullPolicy: ')酊龨δ摖ȱğ_<ǬëJ橈''琕鶫:' lifecycle: postStart: exec: command: - - "222" + - "221" httpGet: host: "224" httpHeaders: - name: "225" value: "226" - path: "223" - port: -816630929 + path: "222" + port: "223" + scheme: 偯J僳徥淳4 tcpSocket: host: "227" - port: 1965273344 + port: -1421951296 preStop: exec: command: - "228" httpGet: - host: "231" + host: "230" httpHeaders: - - name: "232" - value: "233" + - name: "231" + value: "232" path: "229" - port: "230" - scheme: SÄ蚃ɣľ)酊龨δ摖ȱğ_< + port: -1856061695 + scheme: Œɥ颶妧Ö闊 鰔澝qV訆Ǝ tcpSocket: - host: "234" - port: -385597677 + host: "233" + port: 509813083 livenessProbe: exec: command: - "201" - failureThreshold: -552281772 + failureThreshold: 14304392 httpGet: host: "204" httpHeaders: @@ -618,163 +629,160 @@ spec: value: "206" path: "202" port: "203" - scheme: u|榝$î.Ȏ蝪ʜ5遰=E埄Ȁ - initialDelaySeconds: -1246371817 - periodSeconds: 432291364 - successThreshold: 676578360 + scheme: fʀļ腩墺Ò媁荭gw忊 + initialDelaySeconds: -1532958330 + periodSeconds: 1004325340 + successThreshold: -1313320434 tcpSocket: host: "207" - port: 1714588921 - timeoutSeconds: 617318981 + port: -1761398388 + timeoutSeconds: -438588982 name: "175" ports: - - containerPort: -1252938503 + - containerPort: -1109619518 hostIP: "181" - hostPort: 852780575 + hostPort: -1981710234 name: "180" - protocol: Opwǩ曬逴褜1ØœȠƬQg鄠 + protocol: ĺ}潷ʒ胵輓Ɔȓ蹣ɐǛv+8Ƥ熪 readinessProbe: exec: command: - "208" - failureThreshold: 549215478 + failureThreshold: 1533365989 httpGet: host: "210" httpHeaders: - name: "211" value: "212" path: "209" - port: 1777326813 - scheme: ǟi&皥贸碔lNKƙ順\E¦ - initialDelaySeconds: 1868887309 - periodSeconds: -316996074 - successThreshold: 1933968533 + port: 1714588921 + scheme: Ư貾 + initialDelaySeconds: -552281772 + periodSeconds: 383015301 + successThreshold: -1717997927 tcpSocket: host: "214" port: "213" - timeoutSeconds: -528664199 + timeoutSeconds: -677617960 resources: limits: - LĹ]佱¿>犵殇ŕ-Ɂ圯W:ĸ輦唊: "807" + 朷Ǝ膯ljVX1虊谇: "279" requests: - 嚧ʣq埄: "936" + 圯W:ĸ輦唊#v铿ʩȂ4ē鐭#嬀: "918" securityContext: allowPrivilegeEscalation: true capabilities: add: - - ǵɐ鰥Z + - "" drop: - - ´DÒȗÔÂɘɢ鬍熖B芭花ª瘡 + - Ȱ囌{屿oiɥ嵐sC8?Ǻ鱎ƙ; privileged: false - procMount: ƲǦŐnj汰 + procMount: 丆 readOnlyRootFilesystem: true - runAsGroup: 2823592889848840099 + runAsGroup: -545284475172904979 runAsNonRoot: false - runAsUser: -1666202510534940446 + runAsUser: 5431518803727886665 seLinuxOptions: - level: "239" - role: "237" - type: "238" - user: "236" + level: "238" + role: "236" + type: "237" + user: "235" seccompProfile: - localhostProfile: "243" - type: ŕİi騎C + localhostProfile: "242" + type: ²Ŏ)/灩聋3趐囨 windowsOptions: - gmsaCredentialSpec: "241" - gmsaCredentialSpecName: "240" - runAsUserName: "242" + gmsaCredentialSpec: "240" + gmsaCredentialSpecName: "239" + runAsUserName: "241" startupProbe: exec: command: - "215" - failureThreshold: 1847163341 + failureThreshold: -1928016742 httpGet: host: "217" httpHeaders: - name: "218" value: "219" path: "216" - port: -374766088 - scheme: 翜舞拉Œ - initialDelaySeconds: -190183379 - periodSeconds: -341287812 - successThreshold: 2030115750 + port: -2121788927 + initialDelaySeconds: 1313273370 + periodSeconds: -1314967760 + successThreshold: 1174240097 tcpSocket: - host: "221" - port: "220" - timeoutSeconds: -940334911 - terminationMessagePath: "235" - terminationMessagePolicy: 橈' - tty: true + host: "220" + port: -518330919 + timeoutSeconds: -1296830577 + terminationMessagePath: "234" + terminationMessagePolicy: ²sNƗ¸g volumeDevices: - devicePath: "200" name: "199" volumeMounts: - mountPath: "196" - mountPropagation: '#嬀ơŸ8T 苧yñKJɐ扵Gƚ绤f' + mountPropagation: ó藢xɮĵȑ6L* name: "195" subPath: "197" subPathExpr: "198" workingDir: "179" - nodeName: "388" + nodeName: "386" nodeSelector: - "384": "385" + "382": "383" overhead: - 隅DžbİEMǶɼ`|褞: "229" - preemptionPolicy: n{鳻 - priority: -340583156 - priorityClassName: "471" + k_: "725" + preemptionPolicy: Ʀ[螵沊齣薣鰎đƝ):惝ŵ髿ɔ + priority: -1133320634 + priorityClassName: "469" readinessGates: - - conditionType: țc£PAÎǨȨ栋 - restartPolicy: '''呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG' - runtimeClassName: "476" - schedulerName: "466" + - conditionType: į + restartPolicy: 鯇ɀ魒Ð扬=惍EʦŊ + runtimeClassName: "474" + schedulerName: "464" securityContext: - fsGroup: -4548866432246561416 - fsGroupChangePolicy: Ð扬 - runAsGroup: -4962946920772050319 - runAsNonRoot: true - runAsUser: 4841944355356012825 + fsGroup: 4174818639540616638 + fsGroupChangePolicy: '趐V曡88 ' + runAsGroup: -8471243268942862734 + runAsNonRoot: false + runAsUser: 7375851700105205526 seLinuxOptions: - level: "392" - role: "390" - type: "391" - user: "389" + level: "390" + role: "388" + type: "389" + user: "387" seccompProfile: - localhostProfile: "398" - type: 惍EʦŊĊ娮rȧ + localhostProfile: "396" + type: 怞荊ù灹8緔Tj supplementalGroups: - - 5695420257629724684 + - 6241883428430393253 sysctls: - - name: "396" - value: "397" + - name: "394" + value: "395" windowsOptions: - gmsaCredentialSpec: "394" - gmsaCredentialSpecName: "393" - runAsUserName: "395" - serviceAccount: "387" - serviceAccountName: "386" + gmsaCredentialSpec: "392" + gmsaCredentialSpecName: "391" + runAsUserName: "393" + serviceAccount: "385" + serviceAccountName: "384" setHostnameAsFQDN: false shareProcessNamespace: false - subdomain: "401" - terminationGracePeriodSeconds: -155552760352472950 + subdomain: "399" + terminationGracePeriodSeconds: 6429479287377373080 tolerations: - - key: "467" - operator: ŭʔb'?舍ȃʥx臥]å摞 - tolerationSeconds: 3053978290188957517 - value: "468" + - effect: kx-餌勀奷Ŏ + key: "465" + operator: 0yVA嬂刲;牆詒ĸąs + tolerationSeconds: -9038755672632113093 + value: "466" topologySpreadConstraints: - labelSelector: matchExpressions: - - key: oZvt.LT60v.WxPc---K__-iguFGT._.Y4-0.67hP-lX-_-..b - operator: NotIn - values: - - H1z..j_.r3--T + - key: B.rTt7bm9I.-..q-F-.__ck + operator: DoesNotExist matchLabels: - H_55..--E3_2D-1DW__o_-.k: "7" - maxSkew: 1486667065 - topologyKey: "477" - whenUnsatisfiable: DŽɤȶšɞƵõ禲#樹罽濅ʏ 撜粞 + 3.hy9---2--e-yya--bj7-l-9aw--2/hs.-_DM__28W-_-.0HfR-_f-5: 019_-gYY._..fP--hQ7be__-.-g-5.-59...7q___n.__16ee.6 + maxSkew: -2046521037 + topologyKey: "475" + whenUnsatisfiable: '"T#sM網m' volumes: - awsElasticBlockStore: fsType: "47" @@ -836,7 +844,6 @@ spec: medium: ɹ坼É/pȿ sizeLimit: "804" ephemeral: - readOnly: true volumeClaimTemplate: metadata: annotations: @@ -1031,20 +1038,20 @@ spec: rollingUpdate: maxSurge: 3 maxUnavailable: 2 - type: șa汸<ƋlɋN磋镮ȺPÈ + type: 周藢烡Z树Ȁ謁 status: - collisionCount: -2081947001 + collisionCount: -730503981 conditions: - - lastTransitionTime: "2082-11-07T20:44:23Z" - message: "485" - reason: "484" - status: :$ - type: 薑Ȣ#闬輙怀¹bCũw¼ ǫ - currentNumberScheduled: -900194589 - desiredNumberScheduled: 1576197985 - numberAvailable: -1556190810 - numberMisscheduled: 295177820 - numberReady: -702578810 - numberUnavailable: -487001726 - observedGeneration: -1989254568785172688 - updatedNumberScheduled: -855944448 + - lastTransitionTime: "2310-01-11T15:23:07Z" + message: "483" + reason: "482" + status: n坾&Pɫ(ʙÆ + type: 傢z¦Ā竚ĐȌƨǴ叆ĄD輷東t½ + currentNumberScheduled: 854102661 + desiredNumberScheduled: -753344268 + numberAvailable: -1758862804 + numberMisscheduled: -1489341847 + numberReady: -524542843 + numberUnavailable: -78446609 + observedGeneration: -5582776069361093393 + updatedNumberScheduled: -194384924 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 b9635bd6eb6..861fffc08b4 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 @@ -442,8 +442,7 @@ "name": "174" } } - }, - "readOnly": true + } } } ], @@ -461,9 +460,9 @@ "ports": [ { "name": "180", - "hostPort": 282592353, - "containerPort": 377225334, - "protocol": "Ƹ[Ęİ榌U髷裎$MVȟ@7", + "hostPort": 1923334396, + "containerPort": -1343558801, + "protocol": "@掇lNdǂ\u003e", "hostIP": "181" } ], @@ -472,11 +471,11 @@ "prefix": "182", "configMapRef": { "name": "183", - "optional": false + "optional": true }, "secretRef": { "name": "184", - "optional": false + "optional": true } } ], @@ -492,12 +491,12 @@ "resourceFieldRef": { "containerName": "189", "resource": "190", - "divisor": "573" + "divisor": "713" }, "configMapKeyRef": { "name": "191", "key": "192", - "optional": false + "optional": true }, "secretKeyRef": { "name": "193", @@ -509,10 +508,10 @@ ], "resources": { "limits": { - "ǚ灄鸫rʤî萨zvt": "829" + "荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3": "86" }, "requests": { - "悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\\p": "604" + "t莭琽§ć\\ ïì": "80" } }, "volumeMounts": [ @@ -521,7 +520,7 @@ "readOnly": true, "mountPath": "196", "subPath": "197", - "mountPropagation": "ƖHV", + "mountPropagation": "0矀Kʝ瘴I\\p[ħsĨɆâĺɗŹ倗S", "subPathExpr": "198" } ], @@ -539,9 +538,9 @@ }, "httpGet": { "path": "202", - "port": -1196874390, + "port": -1285424066, "host": "203", - "scheme": "S晒嶗UÐ_ƮA攤", + "scheme": "ni酛3ƁÀ", "httpHeaders": [ { "name": "204", @@ -550,42 +549,42 @@ ] }, "tcpSocket": { - "port": -498930176, - "host": "206" + "port": "206", + "host": "207" }, - "initialDelaySeconds": 1885897314, - "timeoutSeconds": -465677631, - "periodSeconds": 1054858106, - "successThreshold": 232569106, - "failureThreshold": -1150474479 + "initialDelaySeconds": -2036074491, + "timeoutSeconds": -148216266, + "periodSeconds": 165047920, + "successThreshold": -393291312, + "failureThreshold": -93157681 }, "readinessProbe": { "exec": { "command": [ - "207" + "208" ] }, "httpGet": { - "path": "208", - "port": "209", - "host": "210", - "scheme": "8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ", + "path": "209", + "port": "210", + "host": "211", + "scheme": "3!Zɾģ毋Ó6", "httpHeaders": [ { - "name": "211", - "value": "212" + "name": "212", + "value": "213" } ] }, "tcpSocket": { - "port": "213", + "port": -832805508, "host": "214" }, - "initialDelaySeconds": -2717401, - "timeoutSeconds": -1492565335, - "periodSeconds": -1099429189, - "successThreshold": 994072122, - "failureThreshold": 1752155096 + "initialDelaySeconds": -228822833, + "timeoutSeconds": -970312425, + "periodSeconds": -1213051101, + "successThreshold": 1451056156, + "failureThreshold": 267768240 }, "startupProbe": { "exec": { @@ -595,83 +594,83 @@ }, "httpGet": { "path": "216", - "port": "217", - "host": "218", - "scheme": "Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ", + "port": -1492565335, + "host": "217", + "scheme": "ɷ9Ì崟¿瘦ɖ緕ȚÍ勅跦Opw", "httpHeaders": [ { - "name": "219", - "value": "220" + "name": "218", + "value": "219" } ] }, "tcpSocket": { - "port": -36782737, - "host": "221" + "port": -280820676, + "host": "220" }, - "initialDelaySeconds": -1738069460, - "timeoutSeconds": -1643733106, - "periodSeconds": -805795167, - "successThreshold": 1791615594, - "failureThreshold": 785984384 + "initialDelaySeconds": 376404581, + "timeoutSeconds": -661937776, + "periodSeconds": 2070521391, + "successThreshold": -440412584, + "failureThreshold": -1801140031 }, "lifecycle": { "postStart": { "exec": { "command": [ - "222" + "221" ] }, "httpGet": { - "path": "223", - "port": "224", - "host": "225", - "scheme": "\u003e郵[+扴ȨŮ", + "path": "222", + "port": "223", + "host": "224", + "scheme": "鄠[颐o啛更偢ɇ卷荙JL", "httpHeaders": [ { - "name": "226", - "value": "227" + "name": "225", + "value": "226" } ] }, "tcpSocket": { - "port": "228", - "host": "229" + "port": "227", + "host": "228" } }, "preStop": { "exec": { "command": [ - "230" + "229" ] }, "httpGet": { - "path": "231", - "port": -743369977, - "host": "232", - "scheme": "\u003e犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4", + "path": "230", + "port": -1506633471, + "host": "231", + "scheme": "1虊谇j爻ƙt叀碧闳ȩr嚧ʣq", "httpHeaders": [ { - "name": "233", - "value": "234" + "name": "232", + "value": "233" } ] }, "tcpSocket": { - "port": -1224991707, + "port": "234", "host": "235" } } }, "terminationMessagePath": "236", - "imagePullPolicy": "昕Ĭ", + "terminationMessagePolicy": "屡ʁ", "securityContext": { "capabilities": { "add": [ - "藢xɮĵȑ6L*Z鐫û咡W\u003c" + "Ÿ8T 苧yñKJɐ扵" ], "drop": [ - "lu|榝$î." + "ƚ绤fʀļ腩墺Ò媁荭gw忊|E剒蔞" ] }, "privileged": false, @@ -686,18 +685,18 @@ "gmsaCredentialSpec": "242", "runAsUserName": "243" }, - "runAsUser": -7565148469525206101, - "runAsGroup": 8949541422887578058, + "runAsUser": -6177393256425700216, + "runAsGroup": 2001337664780390084, "runAsNonRoot": true, "readOnlyRootFilesystem": true, - "allowPrivilegeEscalation": true, - "procMount": "朦 wƯ貾坢'跩", + "allowPrivilegeEscalation": false, + "procMount": "Ȩ\u003c6鄰簳°Ļǟi\u0026", "seccompProfile": { - "type": "ŕ翑0展}", + "type": "", "localhostProfile": "244" } }, - "stdinOnce": true + "tty": true } ], "containers": [ @@ -714,9 +713,9 @@ "ports": [ { "name": "250", - "hostPort": -778272981, - "containerPort": 2056774277, - "protocol": "现葢ŵ橨鬶l獕;跣Hǝcw媀瓄\u0026翜舞拉", + "hostPort": -1296830577, + "containerPort": -1314967760, + "protocol": "順\\E¦队偯J僳徥淳4", "hostIP": "251" } ], @@ -745,12 +744,12 @@ "resourceFieldRef": { "containerName": "259", "resource": "260", - "divisor": "124" + "divisor": "812" }, "configMapKeyRef": { "name": "261", "key": "262", - "optional": false + "optional": true }, "secretKeyRef": { "name": "263", @@ -762,10 +761,10 @@ ], "resources": { "limits": { - "V訆Ǝżŧ": "915" + "Ǒ輂,ŕĪĠM蘇KŅ/»頸+SÄ蚃ɣ": "173" }, "requests": { - "+SÄ蚃ɣľ)酊龨Î": "787" + "餠籲磣Óƿ頀\"冓鍓贯澔 ƺ蛜6Ɖ飴Ɏi": "796" } }, "volumeMounts": [ @@ -774,7 +773,7 @@ "readOnly": true, "mountPath": "266", "subPath": "267", - "mountPropagation": "\"冓鍓贯澔 ƺ蛜6", + "mountPropagation": "囌{屿oiɥ嵐sC", "subPathExpr": "268" } ], @@ -792,52 +791,53 @@ }, "httpGet": { "path": "272", - "port": 465486290, - "host": "273", + "port": "273", + "host": "274", + "scheme": "ɢ鬍熖B芭花ª瘡蟦JBʟ鍏H鯂²静Ʋ", "httpHeaders": [ { - "name": "274", - "value": "275" + "name": "275", + "value": "276" } ] }, "tcpSocket": { - "port": -116224247, - "host": "276" + "port": -181601395, + "host": "277" }, - "initialDelaySeconds": -2097329452, - "timeoutSeconds": 1504385614, - "periodSeconds": 865289071, - "successThreshold": -1829146875, - "failureThreshold": -205176266 + "initialDelaySeconds": -617381112, + "timeoutSeconds": 1851229369, + "periodSeconds": -560238386, + "successThreshold": 1658749995, + "failureThreshold": -938421813 }, "readinessProbe": { "exec": { "command": [ - "277" + "278" ] }, "httpGet": { - "path": "278", - "port": 234253676, - "host": "279", - "scheme": "ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏", + "path": "279", + "port": -305362540, + "host": "280", + "scheme": "Ǩ繫ʎǑyZ涬P­蜷ɔ幩", "httpHeaders": [ { - "name": "280", - "value": "281" + "name": "281", + "value": "282" } ] }, "tcpSocket": { - "port": "282", + "port": 1167615307, "host": "283" }, - "initialDelaySeconds": -2062708879, - "timeoutSeconds": 215186711, - "periodSeconds": -141401239, - "successThreshold": -1187301925, - "failureThreshold": -402384013 + "initialDelaySeconds": 455833230, + "timeoutSeconds": 1956567721, + "periodSeconds": 155090390, + "successThreshold": -2113700533, + "failureThreshold": -2130294761 }, "startupProbe": { "exec": { @@ -847,25 +847,25 @@ }, "httpGet": { "path": "285", - "port": "286", - "host": "287", - "scheme": "鏻砅邻爥", + "port": -727263154, + "host": "286", + "scheme": "Ȗ|ʐşƧ諔迮ƙIJ嘢4", "httpHeaders": [ { - "name": "288", - "value": "289" + "name": "287", + "value": "288" } ] }, "tcpSocket": { - "port": -305362540, + "port": "289", "host": "290" }, - "initialDelaySeconds": 601198286, - "timeoutSeconds": 409029209, - "periodSeconds": 405193215, - "successThreshold": 2129989022, - "failureThreshold": -1699531929 + "initialDelaySeconds": 1137109081, + "timeoutSeconds": -1896415283, + "periodSeconds": 1540899353, + "successThreshold": -1330095135, + "failureThreshold": 1566213732 }, "lifecycle": { "postStart": { @@ -878,7 +878,7 @@ "path": "292", "port": "293", "host": "294", - "scheme": "­蜷ɔ幩š", + "scheme": "W賁Ěɭɪǹ0", "httpHeaders": [ { "name": "295", @@ -887,412 +887,391 @@ ] }, "tcpSocket": { - "port": 455833230, - "host": "297" + "port": "297", + "host": "298" } }, "preStop": { "exec": { "command": [ - "298" + "299" ] }, "httpGet": { - "path": "299", - "port": 1076497581, - "host": "300", - "scheme": "h4ɊHȖ|ʐ", + "path": "300", + "port": -1520531919, + "host": "301", + "scheme": "n(fǂǢ曣ŋayåe躒訙Ǫ", "httpHeaders": [ { - "name": "301", - "value": "302" + "name": "302", + "value": "303" } ] }, "tcpSocket": { - "port": 248533396, - "host": "303" + "port": 739175678, + "host": "304" } } }, - "terminationMessagePath": "304", - "terminationMessagePolicy": "迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ", - "imagePullPolicy": "ņ", + "terminationMessagePath": "305", + "terminationMessagePolicy": "ť嗆u8晲T", + "imagePullPolicy": "xǨŴ壶ƵfȽÃ", "securityContext": { "capabilities": { "add": [ - "DŽ髐njʉBn(fǂǢ曣" + "ȓɻ挴ʠɜ瞍阎lğ Ņ#耗Ǚ(ť1ùf" ], "drop": [ - "ay" + "ƽ眝{æ盪泙" ] }, - "privileged": false, + "privileged": true, "seLinuxOptions": { - "user": "305", - "role": "306", - "type": "307", - "level": "308" + "user": "306", + "role": "307", + "type": "308", + "level": "309" }, "windowsOptions": { - "gmsaCredentialSpecName": "309", - "gmsaCredentialSpec": "310", - "runAsUserName": "311" + "gmsaCredentialSpecName": "310", + "gmsaCredentialSpec": "311", + "runAsUserName": "312" }, - "runAsUser": 1958157659034146020, - "runAsGroup": -5996624450771474158, + "runAsUser": -2176303163074826228, + "runAsGroup": 5326516866753332539, "runAsNonRoot": false, "readOnlyRootFilesystem": true, - "allowPrivilegeEscalation": false, - "procMount": "嗆u", + "allowPrivilegeEscalation": true, + "procMount": "^輅9ɛ棕ƈ眽炊礫Ƽ¨Ix糂腂ǂǚ", "seccompProfile": { - "type": "晲T[irȎ3Ĕ\\", - "localhostProfile": "312" + "type": "EuE", + "localhostProfile": "313" } }, + "stdin": true, + "stdinOnce": true, "tty": true } ], "ephemeralContainers": [ { - "name": "313", - "image": "314", + "name": "314", + "image": "315", "command": [ - "315" - ], - "args": [ "316" ], - "workingDir": "317", + "args": [ + "317" + ], + "workingDir": "318", "ports": [ { - "name": "318", - "hostPort": -1656699070, - "containerPort": -1918622971, - "protocol": "ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz", - "hostIP": "319" + "name": "319", + "hostPort": -703434763, + "containerPort": 930549073, + "protocol": "礤铟怖ý萜Ǖc8", + "hostIP": "320" } ], "envFrom": [ { - "prefix": "320", + "prefix": "321", "configMapRef": { - "name": "321", - "optional": true - }, - "secretRef": { "name": "322", "optional": false + }, + "secretRef": { + "name": "323", + "optional": true } } ], "env": [ { - "name": "323", - "value": "324", + "name": "324", + "value": "325", "valueFrom": { "fieldRef": { - "apiVersion": "325", - "fieldPath": "326" + "apiVersion": "326", + "fieldPath": "327" }, "resourceFieldRef": { - "containerName": "327", - "resource": "328", - "divisor": "69" + "containerName": "328", + "resource": "329", + "divisor": "595" }, "configMapKeyRef": { - "name": "329", - "key": "330", - "optional": true + "name": "330", + "key": "331", + "optional": false }, "secretKeyRef": { - "name": "331", - "key": "332", - "optional": false + "name": "332", + "key": "333", + "optional": true } } } ], "resources": { "limits": { - "1b": "328" + "ɋȑoG鄧蜢暳ǽżLj捲": "775" }, "requests": { - "}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊": "699" + "U": "632" } }, "volumeMounts": [ { - "name": "333", + "name": "334", "readOnly": true, - "mountPath": "334", - "subPath": "335", - "mountPropagation": "Ik(dŊiɢzĮ蛋I", - "subPathExpr": "336" + "mountPath": "335", + "subPath": "336", + "mountPropagation": "$嬏", + "subPathExpr": "337" } ], "volumeDevices": [ { - "name": "337", - "devicePath": "338" + "name": "338", + "devicePath": "339" } ], "livenessProbe": { "exec": { "command": [ - "339" + "340" ] }, "httpGet": { - "path": "340", - "port": "341", - "host": "342", - "scheme": "ȥ}礤铟怖ý萜Ǖ", + "path": "341", + "port": "342", + "host": "343", + "scheme": "$ɛ溢臜裡×銵-紑浘牬", "httpHeaders": [ { - "name": "343", - "value": "344" + "name": "344", + "value": "345" } ] }, "tcpSocket": { - "port": -1088996269, - "host": "345" + "port": "346", + "host": "347" }, - "initialDelaySeconds": -1922458514, - "timeoutSeconds": 1480364858, - "periodSeconds": 692511776, - "successThreshold": -1231653807, - "failureThreshold": -36573584 + "initialDelaySeconds": -195171082, + "timeoutSeconds": 1648539888, + "periodSeconds": 762856658, + "successThreshold": -1898251770, + "failureThreshold": 713473395 }, "readinessProbe": { "exec": { "command": [ - "346" + "348" ] }, "httpGet": { - "path": "347", - "port": -1157640253, - "host": "348", - "scheme": "×p鬷m罂o3ǰ廋i乳'ȘUɻ;", + "path": "349", + "port": "350", + "host": "351", + "scheme": "ɴ鉂WJ1抉泅ą\u0026", "httpHeaders": [ { - "name": "349", - "value": "350" + "name": "352", + "value": "353" } ] }, "tcpSocket": { - "port": "351", - "host": "352" + "port": "354", + "host": "355" }, - "initialDelaySeconds": -478839383, - "timeoutSeconds": 989933975, - "periodSeconds": 140830733, - "successThreshold": -708495486, - "failureThreshold": -1436899600 + "initialDelaySeconds": -1943335113, + "timeoutSeconds": -39292476, + "periodSeconds": 801902541, + "successThreshold": -1312249623, + "failureThreshold": -1089435479 }, "startupProbe": { "exec": { "command": [ - "353" + "356" ] }, "httpGet": { - "path": "354", - "port": "355", - "host": "356", - "scheme": "漤ŗ坟", + "path": "357", + "port": -592521472, + "host": "358", + "scheme": ":/", "httpHeaders": [ { - "name": "357", - "value": "358" + "name": "359", + "value": "360" } ] }, "tcpSocket": { - "port": -1617422199, - "host": "359" + "port": -1101457109, + "host": "361" }, - "initialDelaySeconds": -902839620, - "timeoutSeconds": -2030665763, - "periodSeconds": 1808698094, - "successThreshold": 1155232143, - "failureThreshold": -1873425934 + "initialDelaySeconds": -513325570, + "timeoutSeconds": 1491794693, + "periodSeconds": -1457715462, + "successThreshold": 1349815334, + "failureThreshold": 1307211372 }, "lifecycle": { "postStart": { "exec": { "command": [ - "360" + "362" ] }, "httpGet": { - "path": "361", - "port": 1288391156, - "host": "362", - "scheme": "Ǥ桒ɴ鉂WJ1抉泅ą\u0026疀ȼN", + "path": "363", + "port": "364", + "host": "365", + "scheme": "ð仁Q橱9ij\\Ď愝Ű藛b磾sY", "httpHeaders": [ { - "name": "363", - "value": "364" + "name": "366", + "value": "367" } ] }, "tcpSocket": { - "port": "365", - "host": "366" + "port": "368", + "host": "369" } }, "preStop": { "exec": { "command": [ - "367" + "370" ] }, "httpGet": { - "path": "368", - "port": 1859267428, - "host": "369", - "scheme": "ȟP", + "path": "371", + "port": -1500740922, + "host": "372", + "scheme": "张q櫞繡旹翃ɾ氒ĺʈʫ羶剹ƊF豎穜姰", "httpHeaders": [ { - "name": "370", - "value": "371" + "name": "373", + "value": "374" } ] }, "tcpSocket": { - "port": 1445923603, - "host": "372" + "port": "375", + "host": "376" } } }, - "terminationMessagePath": "373", - "terminationMessagePolicy": "殆诵H玲鑠ĭ$#卛8ð仁Q", - "imagePullPolicy": "tl敷斢杧ż鯀", + "terminationMessagePath": "377", + "terminationMessagePolicy": "耖p^鏋蛹Ƚȿ醏g遧Ȋ飂廤Ƌʙcx赮ǒ", + "imagePullPolicy": "¬h`職铳s44矕Ƈè*鑏='ʨ|", "securityContext": { "capabilities": { "add": [ - "鸔ɧWǘ炙" + "敆OɈÏ 瞍髃#ɣȕW歹s" ], "drop": [ - "餸硷" + "ɥʋăƻ遲" ] }, "privileged": true, "seLinuxOptions": { - "user": "374", - "role": "375", - "type": "376", - "level": "377" + "user": "378", + "role": "379", + "type": "380", + "level": "381" }, "windowsOptions": { - "gmsaCredentialSpecName": "378", - "gmsaCredentialSpec": "379", - "runAsUserName": "380" + "gmsaCredentialSpecName": "382", + "gmsaCredentialSpec": "383", + "runAsUserName": "384" }, - "runAsUser": 5215323049148402377, - "runAsGroup": 2946116477552625615, - "runAsNonRoot": true, - "readOnlyRootFilesystem": true, + "runAsUser": 3805707846751185585, + "runAsGroup": 4820130167691486230, + "runAsNonRoot": false, + "readOnlyRootFilesystem": false, "allowPrivilegeEscalation": true, - "procMount": "ʈʫ羶剹ƊF豎穜", + "procMount": "Ů嫠!@@)Zq=歍þ螗ɃŒGm", "seccompProfile": { - "type": "l咑耖p^鏋", - "localhostProfile": "381" + "type": "z鋎", + "localhostProfile": "385" } }, "tty": true, - "targetContainerName": "382" + "targetContainerName": "386" } ], - "restartPolicy": "ȿ醏g遧", - "terminationGracePeriodSeconds": -616777763639482630, - "activeDeadlineSeconds": 2031424375743848602, - "dnsPolicy": ":{柯?B", + "restartPolicy": "¿əW#ļǹʅŚO虀^背遻堣灭ƴɦ燻踸", + "terminationGracePeriodSeconds": -8963807447996144781, + "activeDeadlineSeconds": -5539971415578447792, + "dnsPolicy": "6", "nodeSelector": { - "383": "384" + "387": "388" }, - "serviceAccountName": "385", - "serviceAccount": "386", + "serviceAccountName": "389", + "serviceAccount": "390", "automountServiceAccountToken": false, - "nodeName": "387", + "nodeName": "391", "hostNetwork": true, - "shareProcessNamespace": false, + "hostPID": true, + "hostIPC": true, + "shareProcessNamespace": true, "securityContext": { "seLinuxOptions": { - "user": "388", - "role": "389", - "type": "390", - "level": "391" + "user": "392", + "role": "393", + "type": "394", + "level": "395" }, "windowsOptions": { - "gmsaCredentialSpecName": "392", - "gmsaCredentialSpec": "393", - "runAsUserName": "394" + "gmsaCredentialSpecName": "396", + "gmsaCredentialSpec": "397", + "runAsUserName": "398" }, - "runAsUser": -1290365495982891537, - "runAsGroup": -759684899479757878, + "runAsUser": 4290717681745188904, + "runAsGroup": 3355244307027629244, "runAsNonRoot": false, "supplementalGroups": [ - 3273247375993523103 + -7106117411092125093 ], - "fsGroup": 4489057930380969432, + "fsGroup": -9164240834267238973, "sysctls": [ { - "name": "395", - "value": "396" + "name": "399", + "value": "400" } ], - "fsGroupChangePolicy": "='ʨ|ǓÓ敆OɈÏ 瞍髃", + "fsGroupChangePolicy": "", "seccompProfile": { - "type": "ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn", - "localhostProfile": "397" + "type": "d'呪", + "localhostProfile": "401" } }, "imagePullSecrets": [ { - "name": "398" + "name": "402" } ], - "hostname": "399", - "subdomain": "400", + "hostname": "403", + "subdomain": "404", "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { "nodeSelectorTerms": [ { - "matchExpressions": [ - { - "key": "401", - "operator": "+Œ9两", - "values": [ - "402" - ] - } - ], - "matchFields": [ - { - "key": "403", - "operator": "q=歍þ螗ɃŒGm¨z鋎靀G", - "values": [ - "404" - ] - } - ] - } - ] - }, - "preferredDuringSchedulingIgnoredDuringExecution": [ - { - "weight": 377409178, - "preference": { "matchExpressions": [ { "key": "405", - "operator": "#ļǹʅŚO虀^背遻堣灭ƴɦ燻", + "operator": "W瀤oɢ嫎¸殚篎3o8[y", "values": [ "406" ] @@ -1301,13 +1280,38 @@ "matchFields": [ { "key": "407", - "operator": "-觗裓6Ř筿ɾ5Ų買霎ȃň[\u003eą", + "operator": "ï驿笈", "values": [ "408" ] } ] } + ] + }, + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -1009377808, + "preference": { + "matchExpressions": [ + { + "key": "409", + "operator": "a餖Ľƛ淴ɑ?¶ȲƪE1º轪d覉;Ĕ颪", + "values": [ + "410" + ] + } + ], + "matchFields": [ + { + "key": "411", + "operator": "惍EʦŊĊ娮rȧ", + "values": [ + "412" + ] + } + ] + } } ] }, @@ -1316,30 +1320,30 @@ { "labelSelector": { "matchLabels": { - "1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5": "1--L--v_Z--Zg-_4Q__-v_t_u_.A" + "u.wg_-b8a_6_.0Q4_.84.K_-_0_..u.F.pq.c": "" }, "matchExpressions": [ { - "key": "5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y", - "operator": "Exists" + "key": "8b-3-3b17cab-ppy5e--9p-61-2we16h--5-d-k-sm.2xv17r--32b-----4-670tfz-up3n/ov_Z--Zg-_Q", + "operator": "NotIn", + "values": [ + "0..KpiS.oK-.O--5-yp8q_s-L" + ] } ] }, "namespaces": [ - "415" + "419" ], - "topologyKey": "416", + "topologyKey": "420", "namespaceSelector": { "matchLabels": { - "l_-W8o._xJ1-lFA_Xf3.V0H2-.zHw.H__V.Vz_6.Hz_V_.r_v_._e_-8": "Z6Z..11_7pX_z" + "0--0g-q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x8/Hz_V_.r_v_._e_-78o_6Z..11_7pX_.-mLlx...w_t-_.5.40Rw4D": "Y_2-n_5023Xl-3Pw_-r7g" }, "matchExpressions": [ { - "key": "w_t-_.5.40Rw4gD.._.-x6db-L7.-__-G_2kCpS__.39g_.--_-_ve5.Z", - "operator": "In", - "values": [ - "4.nw_-_x18mtxb__e" - ] + "key": "3hjo--8kb6--ut---p8--3-e-3-44-e.w--i--40wv--in-870w--it6k47-7yd-y--3wc8q8/wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...Cr", + "operator": "DoesNotExist" } ] } @@ -1347,30 +1351,30 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1479434972, + "weight": -234140, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "jo--8kb6--ut---p8--3-e-3-44---h-q7-p-2djmscp--ac8u23-k----26u5h.r3wc8q78-0020-1-0f--k--bf-94/co-__y__._12..wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...Cqr7": "r.-F__r.oh..2_uGGP..-_N_h_4Hl-X0_2-W" + "1_.-_L-__bf_9_-C-PfNx__-U_P": "tW23-_.z_.._s--_F-BR-.h_2" }, "matchExpressions": [ { - "key": "7AlR__8-7_-YD-Q9_-__..YNFu7Pg-.814e-_07-ht-E6___-X__9", + "key": "s_6O-5_7_-0w_--5-_.3--_9QW2JkU27_.-4T-I.-..K.-.0__sD.-.-_s", "operator": "Exists" } ] }, "namespaces": [ - "429" + "433" ], - "topologyKey": "430", + "topologyKey": "434", "namespaceSelector": { "matchLabels": { - "4_r.-_Rw1k8KLu..ly--J-_.ZCRT.0z-oe.G79.b": "V._nV34GH" + "Q.-_t--O3": "7z2-y.-...C4_-_2G0.-c_C.G.h--m._fN._k8__._ep2P.B._A_09E" }, "matchExpressions": [ { - "key": "9105-4_ed-0-i_zZsY_o8t5Vl6_..C", + "key": "P_p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o..p_B-d--Q5._D6_.d-n_9np", "operator": "DoesNotExist" } ] @@ -1384,32 +1388,32 @@ { "labelSelector": { "matchLabels": { - "q0o.0C_gV.9_G-.-z1YH": "b.9x98MM7-.e.Dx._.W-6..4_MU7iLfS-0.9-.-._.1..sA" + "n7-a6434---7i-f-d019o1v3u.2k8-2-d--n--r8661--3-8-t48g-w2q7z-vps548-d-1r7j--v2x-64dwb/e": "8" }, "matchExpressions": [ { - "key": "s4dw-buv-f55-2k2-e-443m678-2v89-zk873--1n133.or-0-2--rad877gr62g/dg__..2bidF.-0-...WE.-_tdt_-Z0_TMp", - "operator": "NotIn", + "key": "75-p-z---k-5r6h--y7o-0-wq-zfdw73w0---4a18-f4/d1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--2", + "operator": "In", "values": [ - "MGbG-_-8Qi..9-4.2K_FQ.E--__K-hg" + "u-.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133eT_2_t_IkI-mt4...rBQ.9-0" ] } ] }, "namespaces": [ - "443" + "447" ], - "topologyKey": "444", + "topologyKey": "448", "namespaceSelector": { "matchLabels": { - "4vk58-7e74-ddq-a-lcv0n1-i-d-----9---063-qm-j-w.57k--e--x--b--1-n4-a--o2h0fy-j-5-5-2nw/1._-_CH--.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133T": "P-336-.B__.QiA6._3o_V-w._-0d__7.81_-._-_8_8" + "m_-Z.wc..k_0_5.z.0..__k": "b.-9.Y0-_-.l__.c17__f_-336-.BT" }, "matchExpressions": [ { - "key": "0476b---nhc50-de2qh2-b-6--13lk5-e4-u-5kvp-----887j72qz6-7d841/R._.3l-_86_u2-7_._qN__A_f_-B3_UP", + "key": "N7.81_-._-_8_.._._a9", "operator": "In", "values": [ - "396h8.G__B3" + "vi.gZdnUVP._81_---l_3_-_G-D....js--a---..6bD_Mh" ] } ] @@ -1418,31 +1422,31 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1856144088, + "weight": 1276377114, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "Q-.-.g-_Z_-nSLq": "4P--_q-...Oai.D7-_9..8-8yw..__Yb_58.p-06jVZ-uP.t_.O3" + "1f8--tf---7r88-1--p61cd--s-nu5718--lks7d-x9-f-62o8/L9._5-..Bi_..aOQ_._Yn.-.4t.U.VU__-_BAB_35H__.B_6_-U..u8gwb.-6": "M9..8-8yw..__Yb_58.p-06jVZ-u0" }, "matchExpressions": [ { - "key": "3d/6_M5..-N_H_55..--E3_2D-1DW__o_-._kzB7U_.Q.45cy-5", - "operator": "Exists" + "key": "v54le-to9e--a-7je9fz87-2jvd23-0p1.360v2-x-cpor---cigu--s/j-dY7_M_-._M5..-N_H_55..--E3_2h", + "operator": "DoesNotExist" } ] }, "namespaces": [ - "457" + "461" ], - "topologyKey": "458", + "topologyKey": "462", "namespaceSelector": { "matchLabels": { - "2x-cpor---cigu---4-2-4k0267h-rl-l-u575b93-r6---4g-vg3t.vuo17qre-33-5-u8f0f1q8/6": "px_0-.mJe__.B-cd2_4" + "o17qre-33-5-u8f0f1qv--i72-x3---v25f56.w84s-n-i-711s4--9s8--o-8dm---b----03-64-8l7-l-0787--1--ia5yl9k/267hP-lX-_-..5-.._r6M__4-P-g3J6": "I-._g_.._-hKc.OB_F_--.._m_-9" }, "matchExpressions": [ { - "key": "1s._K9-.AJ-_8--___b____03_6.K8lY", - "operator": "Exists" + "key": "410-f-o-fr-5-3t--y9---2--e-yya3.98t-----60t--019-yg--4-37f-rwh-7be--y0agp51x597277q---nt/M-0R.-I-_23L_J49t-X..1", + "operator": "DoesNotExist" } ] } @@ -1451,64 +1455,67 @@ ] } }, - "schedulerName": "465", + "schedulerName": "469", "tolerations": [ { - "key": "466", - "operator": "0yVA嬂刲;牆詒ĸąs", - "value": "467", - "effect": "kx-餌勀奷Ŏ", - "tolerationSeconds": -9038755672632113093 + "key": "470", + "operator": "r}梳攔wŲ魦Ɔ0ƢĮÀĘÆɆȸȢ蒸", + "value": "471", + "effect": "U烈 źfjǰɪ嘞ȏ}杻扞Ğ", + "tolerationSeconds": 3252034671163905138 } ], "hostAliases": [ { - "ip": "468", + "ip": "472", "hostnames": [ - "469" + "473" ] } ], - "priorityClassName": "470", - "priority": -1133320634, + "priorityClassName": "474", + "priority": 347613368, "dnsConfig": { "nameservers": [ - "471" + "475" ], "searches": [ - "472" + "476" ], "options": [ { - "name": "473", - "value": "474" + "name": "477", + "value": "478" } ] }, "readinessGates": [ { - "conditionType": "į" + "conditionType": "ř岈ǎǏ]S5:œƌ嵃ǁ" } ], - "runtimeClassName": "475", - "enableServiceLinks": true, - "preemptionPolicy": "Ʀ[螵沊齣薣鰎đƝ):惝ŵ髿ɔ", + "runtimeClassName": "479", + "enableServiceLinks": false, + "preemptionPolicy": "m珢\\%傢z¦Ā竚ĐȌƨǴ叆", "overhead": { - "k_": "725" + "D輷": "792" }, "topologySpreadConstraints": [ { - "maxSkew": -2046521037, - "topologyKey": "476", - "whenUnsatisfiable": "\"T#sM網m", + "maxSkew": -484382570, + "topologyKey": "480", + "whenUnsatisfiable": "nn坾\u0026Pɫ(ʙÆʨɺC`", "labelSelector": { "matchLabels": { - "3.hy9---2--e-yya--bj7-l-9aw--2/hs.-_DM__28W-_-.0HfR-_f-5": "019_-gYY._..fP--hQ7be__-.-g-5.-59...7q___n.__16ee.6" + "n.DL.o_e-d92e8S_-0-_8Vz-E41___75Q-T": "O.__0PPX-.-d4Badb" }, "matchExpressions": [ { - "key": "B.rTt7bm9I.-..q-F-.__ck", - "operator": "DoesNotExist" + "key": "zz8-35x38i-qnr-5zi82dc3do--7lw63jvksy--w-i33-dzn6-302m7rx1/7Jl----i_I.-_7g-8iJ--p-7f3-2_Z_V_-q-L34-_D86-W_g52", + "operator": "NotIn", + "values": [ + "h.v._5.vB-.-7-.6Jv-86___3" + ] } ] } @@ -1518,33 +1525,33 @@ } }, "strategy": { - "type": "周藢烡Z树Ȁ謁", + "type": "ʔF{ȃ騑ȫ(踶NJđƟÝɹ橽ƴåj", "rollingUpdate": { "maxUnavailable": 2, "maxSurge": 3 } }, - "minReadySeconds": -59186930, - "revisionHistoryLimit": -1552013182, - "progressDeadlineSeconds": -1489341847 + "minReadySeconds": 2115665292, + "revisionHistoryLimit": 237456757, + "progressDeadlineSeconds": -1402499324 }, "status": { - "observedGeneration": -2332090839308115724, - "replicas": -524542843, - "updatedReplicas": 1697527023, - "readyReplicas": -194384924, - "availableReplicas": -1758862804, - "unavailableReplicas": -78446609, + "observedGeneration": -8619941635428506201, + "replicas": -380889943, + "updatedReplicas": 466048730, + "readyReplicas": -601845829, + "availableReplicas": 426527089, + "unavailableReplicas": -1890403855, "conditions": [ { - "type": "$R\"}łfÐ@.ȇʟɃ咇", - "status": "輷東t½ǩ £tMǍ}箼愆+P;抣", - "lastUpdateTime": "2068-08-23T03:26:39Z", - "lastTransitionTime": "2814-04-03T03:21:18Z", - "reason": "483", - "message": "484" + "type": "绰爪qĖĖȠ姓ȇ\u003e尪璎妽", + "status": "ĈȖ董缞濪葷cŲ", + "lastUpdateTime": "1999-05-06T18:42:43Z", + "lastTransitionTime": "2109-09-25T13:37:56Z", + "reason": "487", + "message": "488" } ], - "collisionCount": -346883331 + "collisionCount": -2046786896 } } \ No newline at end of file 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 d72433dd748d524d8e58b44015efd13d8b927b24..947242f4699112c3959804da3b9489cf675a5592 100644 GIT binary patch delta 6109 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 delta 5716 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ą + operator: ï驿笈 values: - "408" - weight: 377409178 - requiredDuringSchedulingIgnoredDuringExecution: - nodeSelectorTerms: - - matchExpressions: - - key: "401" - operator: +Œ9两 - values: - - "402" - matchFields: - - key: "403" - operator: q=歍þ螗ɃŒGm¨z鋎靀G - values: - - "404" podAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - - key: 7AlR__8-7_-YD-Q9_-__..YNFu7Pg-.814e-_07-ht-E6___-X__9 + - key: s_6O-5_7_-0w_--5-_.3--_9QW2JkU27_.-4T-I.-..K.-.0__sD.-.-_s operator: Exists matchLabels: - ? jo--8kb6--ut---p8--3-e-3-44---h-q7-p-2djmscp--ac8u23-k----26u5h.r3wc8q78-0020-1-0f--k--bf-94/co-__y__._12..wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...Cqr7 - : r.-F__r.oh..2_uGGP..-_N_h_4Hl-X0_2-W + 1_.-_L-__bf_9_-C-PfNx__-U_P: tW23-_.z_.._s--_F-BR-.h_2 namespaceSelector: matchExpressions: - - key: 9105-4_ed-0-i_zZsY_o8t5Vl6_..C + - key: P_p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o..p_B-d--Q5._D6_.d-n_9np operator: DoesNotExist matchLabels: - 4_r.-_Rw1k8KLu..ly--J-_.ZCRT.0z-oe.G79.b: V._nV34GH + Q.-_t--O3: 7z2-y.-...C4_-_2G0.-c_C.G.h--m._fN._k8__._ep2P.B._A_09E namespaces: - - "429" - topologyKey: "430" - weight: 1479434972 + - "433" + topologyKey: "434" + weight: -234140 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: 5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y - operator: Exists + - key: 8b-3-3b17cab-ppy5e--9p-61-2we16h--5-d-k-sm.2xv17r--32b-----4-670tfz-up3n/ov_Z--Zg-_Q + operator: NotIn + values: + - 0..KpiS.oK-.O--5-yp8q_s-L matchLabels: - 1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5: 1--L--v_Z--Zg-_4Q__-v_t_u_.A + u.wg_-b8a_6_.0Q4_.84.K_-_0_..u.F.pq.c: "" namespaceSelector: matchExpressions: - - key: w_t-_.5.40Rw4gD.._.-x6db-L7.-__-G_2kCpS__.39g_.--_-_ve5.Z - operator: In - values: - - 4.nw_-_x18mtxb__e + - key: 3hjo--8kb6--ut---p8--3-e-3-44-e.w--i--40wv--in-870w--it6k47-7yd-y--3wc8q8/wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...Cr + operator: DoesNotExist matchLabels: - l_-W8o._xJ1-lFA_Xf3.V0H2-.zHw.H__V.Vz_6.Hz_V_.r_v_._e_-8: Z6Z..11_7pX_z + 0--0g-q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x8/Hz_V_.r_v_._e_-78o_6Z..11_7pX_.-mLlx...w_t-_.5.40Rw4D: Y_2-n_5023Xl-3Pw_-r7g namespaces: - - "415" - topologyKey: "416" + - "419" + topologyKey: "420" podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - - key: 3d/6_M5..-N_H_55..--E3_2D-1DW__o_-._kzB7U_.Q.45cy-5 - operator: Exists + - key: v54le-to9e--a-7je9fz87-2jvd23-0p1.360v2-x-cpor---cigu--s/j-dY7_M_-._M5..-N_H_55..--E3_2h + operator: DoesNotExist matchLabels: - Q-.-.g-_Z_-nSLq: 4P--_q-...Oai.D7-_9..8-8yw..__Yb_58.p-06jVZ-uP.t_.O3 + 1f8--tf---7r88-1--p61cd--s-nu5718--lks7d-x9-f-62o8/L9._5-..Bi_..aOQ_._Yn.-.4t.U.VU__-_BAB_35H__.B_6_-U..u8gwb.-6: M9..8-8yw..__Yb_58.p-06jVZ-u0 namespaceSelector: matchExpressions: - - key: 1s._K9-.AJ-_8--___b____03_6.K8lY - operator: Exists + - key: 410-f-o-fr-5-3t--y9---2--e-yya3.98t-----60t--019-yg--4-37f-rwh-7be--y0agp51x597277q---nt/M-0R.-I-_23L_J49t-X..1 + operator: DoesNotExist matchLabels: - 2x-cpor---cigu---4-2-4k0267h-rl-l-u575b93-r6---4g-vg3t.vuo17qre-33-5-u8f0f1q8/6: px_0-.mJe__.B-cd2_4 + ? o17qre-33-5-u8f0f1qv--i72-x3---v25f56.w84s-n-i-711s4--9s8--o-8dm---b----03-64-8l7-l-0787--1--ia5yl9k/267hP-lX-_-..5-.._r6M__4-P-g3J6 + : I-._g_.._-hKc.OB_F_--.._m_-9 namespaces: - - "457" - topologyKey: "458" - weight: 1856144088 + - "461" + topologyKey: "462" + weight: 1276377114 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: s4dw-buv-f55-2k2-e-443m678-2v89-zk873--1n133.or-0-2--rad877gr62g/dg__..2bidF.-0-...WE.-_tdt_-Z0_TMp - operator: NotIn - values: - - MGbG-_-8Qi..9-4.2K_FQ.E--__K-hg - matchLabels: - q0o.0C_gV.9_G-.-z1YH: b.9x98MM7-.e.Dx._.W-6..4_MU7iLfS-0.9-.-._.1..sA - namespaceSelector: - matchExpressions: - - key: 0476b---nhc50-de2qh2-b-6--13lk5-e4-u-5kvp-----887j72qz6-7d841/R._.3l-_86_u2-7_._qN__A_f_-B3_UP + - key: 75-p-z---k-5r6h--y7o-0-wq-zfdw73w0---4a18-f4/d1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--2 operator: In values: - - 396h8.G__B3 + - u-.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133eT_2_t_IkI-mt4...rBQ.9-0 matchLabels: - ? 4vk58-7e74-ddq-a-lcv0n1-i-d-----9---063-qm-j-w.57k--e--x--b--1-n4-a--o2h0fy-j-5-5-2nw/1._-_CH--.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133T - : P-336-.B__.QiA6._3o_V-w._-0d__7.81_-._-_8_8 + n7-a6434---7i-f-d019o1v3u.2k8-2-d--n--r8661--3-8-t48g-w2q7z-vps548-d-1r7j--v2x-64dwb/e: "8" + namespaceSelector: + matchExpressions: + - key: N7.81_-._-_8_.._._a9 + operator: In + values: + - vi.gZdnUVP._81_---l_3_-_G-D....js--a---..6bD_Mh + matchLabels: + m_-Z.wc..k_0_5.z.0..__k: b.-9.Y0-_-.l__.c17__f_-336-.BT namespaces: - - "443" - topologyKey: "444" + - "447" + topologyKey: "448" automountServiceAccountToken: false containers: - args: @@ -195,13 +194,13 @@ spec: configMapKeyRef: key: "262" name: "261" - optional: false + optional: true fieldRef: apiVersion: "257" fieldPath: "258" resourceFieldRef: containerName: "259" - divisor: "124" + divisor: "812" resource: "260" secretKeyRef: key: "264" @@ -216,7 +215,7 @@ spec: name: "254" optional: false image: "246" - imagePullPolicy: ņ + imagePullPolicy: xǨŴ壶ƵfȽà lifecycle: postStart: exec: @@ -229,130 +228,133 @@ spec: value: "296" path: "292" port: "293" - scheme: ­蜷ɔ幩š + scheme: W賁Ěɭɪǹ0 tcpSocket: - host: "297" - port: 455833230 + host: "298" + port: "297" preStop: exec: command: - - "298" + - "299" httpGet: - host: "300" + host: "301" httpHeaders: - - name: "301" - value: "302" - path: "299" - port: 1076497581 - scheme: h4ɊHȖ|ʐ + - name: "302" + value: "303" + path: "300" + port: -1520531919 + scheme: n(fǂǢ曣ŋayåe躒訙Ǫ tcpSocket: - host: "303" - port: 248533396 + host: "304" + port: 739175678 livenessProbe: exec: command: - "271" - failureThreshold: -205176266 + failureThreshold: -938421813 httpGet: - host: "273" + host: "274" httpHeaders: - - name: "274" - value: "275" + - name: "275" + value: "276" path: "272" - port: 465486290 - initialDelaySeconds: -2097329452 - periodSeconds: 865289071 - successThreshold: -1829146875 + port: "273" + scheme: ɢ鬍熖B芭花ª瘡蟦JBʟ鍏H鯂²静Ʋ + initialDelaySeconds: -617381112 + periodSeconds: -560238386 + successThreshold: 1658749995 tcpSocket: - host: "276" - port: -116224247 - timeoutSeconds: 1504385614 + host: "277" + port: -181601395 + timeoutSeconds: 1851229369 name: "245" ports: - - containerPort: 2056774277 + - containerPort: -1314967760 hostIP: "251" - hostPort: -778272981 + hostPort: -1296830577 name: "250" - protocol: 现葢ŵ橨鬶l獕;跣Hǝcw媀瓄&翜舞拉 + protocol: 順\E¦队偯J僳徥淳4 readinessProbe: exec: command: - - "277" - failureThreshold: -402384013 + - "278" + failureThreshold: -2130294761 httpGet: - host: "279" + host: "280" httpHeaders: - - name: "280" - value: "281" - path: "278" - port: 234253676 - scheme: ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏 - initialDelaySeconds: -2062708879 - periodSeconds: -141401239 - successThreshold: -1187301925 + - name: "281" + value: "282" + path: "279" + port: -305362540 + scheme: Ǩ繫ʎǑyZ涬P­蜷ɔ幩 + initialDelaySeconds: 455833230 + periodSeconds: 155090390 + successThreshold: -2113700533 tcpSocket: host: "283" - port: "282" - timeoutSeconds: 215186711 + port: 1167615307 + timeoutSeconds: 1956567721 resources: limits: - V訆Ǝżŧ: "915" + Ǒ輂,ŕĪĠM蘇KŅ/»頸+SÄ蚃ɣ: "173" requests: - +SÄ蚃ɣľ)酊龨Î: "787" + 餠籲磣Óƿ頀"冓鍓贯澔 ƺ蛜6Ɖ飴Ɏi: "796" securityContext: - allowPrivilegeEscalation: false + allowPrivilegeEscalation: true capabilities: add: - - DŽ髐njʉBn(fǂǢ曣 + - ȓɻ挴ʠɜ瞍阎lğ Ņ#耗Ǚ(ť1ùf drop: - - ay - privileged: false - procMount: 嗆u + - ƽ眝{æ盪泙 + privileged: true + procMount: ^輅9ɛ棕ƈ眽炊礫Ƽ¨Ix糂腂ǂǚ readOnlyRootFilesystem: true - runAsGroup: -5996624450771474158 + runAsGroup: 5326516866753332539 runAsNonRoot: false - runAsUser: 1958157659034146020 + runAsUser: -2176303163074826228 seLinuxOptions: - level: "308" - role: "306" - type: "307" - user: "305" + level: "309" + role: "307" + type: "308" + user: "306" seccompProfile: - localhostProfile: "312" - type: 晲T[irȎ3Ĕ\ + localhostProfile: "313" + type: EuE windowsOptions: - gmsaCredentialSpec: "310" - gmsaCredentialSpecName: "309" - runAsUserName: "311" + gmsaCredentialSpec: "311" + gmsaCredentialSpecName: "310" + runAsUserName: "312" startupProbe: exec: command: - "284" - failureThreshold: -1699531929 + failureThreshold: 1566213732 httpGet: - host: "287" + host: "286" httpHeaders: - - name: "288" - value: "289" + - name: "287" + value: "288" path: "285" - port: "286" - scheme: 鏻砅邻爥 - initialDelaySeconds: 601198286 - periodSeconds: 405193215 - successThreshold: 2129989022 + port: -727263154 + scheme: Ȗ|ʐşƧ諔迮ƙIJ嘢4 + initialDelaySeconds: 1137109081 + periodSeconds: 1540899353 + successThreshold: -1330095135 tcpSocket: host: "290" - port: -305362540 - timeoutSeconds: 409029209 - terminationMessagePath: "304" - terminationMessagePolicy: 迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ + port: "289" + timeoutSeconds: -1896415283 + stdin: true + stdinOnce: true + terminationMessagePath: "305" + terminationMessagePolicy: ť嗆u8晲T tty: true volumeDevices: - devicePath: "270" name: "269" volumeMounts: - mountPath: "266" - mountPropagation: '"冓鍓贯澔 ƺ蛜6' + mountPropagation: 囌{屿oiɥ嵐sC name: "265" readOnly: true subPath: "267" @@ -360,199 +362,201 @@ spec: workingDir: "249" dnsConfig: nameservers: - - "471" + - "475" options: - - name: "473" - value: "474" + - name: "477" + value: "478" searches: - - "472" - dnsPolicy: :{柯?B - enableServiceLinks: true + - "476" + dnsPolicy: "6" + enableServiceLinks: false ephemeralContainers: - args: - - "316" + - "317" command: - - "315" + - "316" env: - - name: "323" - value: "324" + - name: "324" + value: "325" valueFrom: configMapKeyRef: - key: "330" - name: "329" - optional: true - fieldRef: - apiVersion: "325" - fieldPath: "326" - resourceFieldRef: - containerName: "327" - divisor: "69" - resource: "328" - secretKeyRef: - key: "332" - name: "331" + key: "331" + name: "330" optional: false + fieldRef: + apiVersion: "326" + fieldPath: "327" + resourceFieldRef: + containerName: "328" + divisor: "595" + resource: "329" + secretKeyRef: + key: "333" + name: "332" + optional: true envFrom: - configMapRef: - name: "321" - optional: true - prefix: "320" - secretRef: name: "322" optional: false - image: "314" - imagePullPolicy: tl敷斢杧ż鯀 + prefix: "321" + secretRef: + name: "323" + optional: true + image: "315" + imagePullPolicy: ¬h`職铳s44矕Ƈè*鑏='ʨ| lifecycle: postStart: exec: command: - - "360" + - "362" httpGet: - host: "362" + host: "365" httpHeaders: - - name: "363" - value: "364" - path: "361" - port: 1288391156 - scheme: Ǥ桒ɴ鉂WJ1抉泅ą&疀ȼN + - name: "366" + value: "367" + path: "363" + port: "364" + scheme: ð仁Q橱9ij\Ď愝Ű藛b磾sY tcpSocket: - host: "366" - port: "365" + host: "369" + port: "368" preStop: exec: command: - - "367" + - "370" httpGet: - host: "369" - httpHeaders: - - name: "370" - value: "371" - path: "368" - port: 1859267428 - scheme: ȟP - tcpSocket: host: "372" - port: 1445923603 + httpHeaders: + - name: "373" + value: "374" + path: "371" + port: -1500740922 + scheme: 张q櫞繡旹翃ɾ氒ĺʈʫ羶剹ƊF豎穜姰 + tcpSocket: + host: "376" + port: "375" livenessProbe: exec: command: - - "339" - failureThreshold: -36573584 + - "340" + failureThreshold: 713473395 httpGet: - host: "342" + host: "343" httpHeaders: - - name: "343" - value: "344" - path: "340" - port: "341" - scheme: ȥ}礤铟怖ý萜Ǖ - initialDelaySeconds: -1922458514 - periodSeconds: 692511776 - successThreshold: -1231653807 + - name: "344" + value: "345" + path: "341" + port: "342" + scheme: $ɛ溢臜裡×銵-紑浘牬 + initialDelaySeconds: -195171082 + periodSeconds: 762856658 + successThreshold: -1898251770 tcpSocket: - host: "345" - port: -1088996269 - timeoutSeconds: 1480364858 - name: "313" + host: "347" + port: "346" + timeoutSeconds: 1648539888 + name: "314" ports: - - containerPort: -1918622971 - hostIP: "319" - hostPort: -1656699070 - name: "318" - protocol: ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz + - containerPort: 930549073 + hostIP: "320" + hostPort: -703434763 + name: "319" + protocol: 礤铟怖ý萜Ǖc8 readinessProbe: exec: command: - - "346" - failureThreshold: -1436899600 + - "348" + failureThreshold: -1089435479 httpGet: - host: "348" + host: "351" httpHeaders: - - name: "349" - value: "350" - path: "347" - port: -1157640253 - scheme: ×p鬷m罂o3ǰ廋i乳'ȘUɻ; - initialDelaySeconds: -478839383 - periodSeconds: 140830733 - successThreshold: -708495486 + - name: "352" + value: "353" + path: "349" + port: "350" + scheme: ɴ鉂WJ1抉泅ą& + initialDelaySeconds: -1943335113 + periodSeconds: 801902541 + successThreshold: -1312249623 tcpSocket: - host: "352" - port: "351" - timeoutSeconds: 989933975 + host: "355" + port: "354" + timeoutSeconds: -39292476 resources: limits: - 1b: "328" + ɋȑoG鄧蜢暳ǽżLj捲: "775" requests: - '}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊': "699" + U: "632" securityContext: allowPrivilegeEscalation: true capabilities: add: - - 鸔ɧWǘ炙 + - 敆OɈÏ 瞍髃#ɣȕW歹s drop: - - 餸硷 + - ɥʋăƻ遲 privileged: true - procMount: ʈʫ羶剹ƊF豎穜 - readOnlyRootFilesystem: true - runAsGroup: 2946116477552625615 - runAsNonRoot: true - runAsUser: 5215323049148402377 + procMount: Ů嫠!@@)Zq=歍þ螗ɃŒGm + readOnlyRootFilesystem: false + runAsGroup: 4820130167691486230 + runAsNonRoot: false + runAsUser: 3805707846751185585 seLinuxOptions: - level: "377" - role: "375" - type: "376" - user: "374" + level: "381" + role: "379" + type: "380" + user: "378" seccompProfile: - localhostProfile: "381" - type: l咑耖p^鏋 + localhostProfile: "385" + type: z鋎 windowsOptions: - gmsaCredentialSpec: "379" - gmsaCredentialSpecName: "378" - runAsUserName: "380" + gmsaCredentialSpec: "383" + gmsaCredentialSpecName: "382" + runAsUserName: "384" startupProbe: exec: command: - - "353" - failureThreshold: -1873425934 + - "356" + failureThreshold: 1307211372 httpGet: - host: "356" + host: "358" httpHeaders: - - name: "357" - value: "358" - path: "354" - port: "355" - scheme: 漤ŗ坟 - initialDelaySeconds: -902839620 - periodSeconds: 1808698094 - successThreshold: 1155232143 + - name: "359" + value: "360" + path: "357" + port: -592521472 + scheme: :/ + initialDelaySeconds: -513325570 + periodSeconds: -1457715462 + successThreshold: 1349815334 tcpSocket: - host: "359" - port: -1617422199 - timeoutSeconds: -2030665763 - targetContainerName: "382" - terminationMessagePath: "373" - terminationMessagePolicy: 殆诵H玲鑠ĭ$#卛8ð仁Q + host: "361" + port: -1101457109 + timeoutSeconds: 1491794693 + targetContainerName: "386" + terminationMessagePath: "377" + terminationMessagePolicy: 耖p^鏋蛹Ƚȿ醏g遧Ȋ飂廤Ƌʙcx赮ǒ tty: true volumeDevices: - - devicePath: "338" - name: "337" + - devicePath: "339" + name: "338" volumeMounts: - - mountPath: "334" - mountPropagation: Ik(dŊiɢzĮ蛋I - name: "333" + - mountPath: "335" + mountPropagation: $嬏 + name: "334" readOnly: true - subPath: "335" - subPathExpr: "336" - workingDir: "317" + subPath: "336" + subPathExpr: "337" + workingDir: "318" hostAliases: - hostnames: - - "469" - ip: "468" + - "473" + ip: "472" + hostIPC: true hostNetwork: true - hostname: "399" + hostPID: true + hostname: "403" imagePullSecrets: - - name: "398" + - name: "402" initContainers: - args: - "178" @@ -565,13 +569,13 @@ spec: configMapKeyRef: key: "192" name: "191" - optional: false + optional: true fieldRef: apiVersion: "187" fieldPath: "188" resourceFieldRef: containerName: "189" - divisor: "573" + divisor: "713" resource: "190" secretKeyRef: key: "194" @@ -580,109 +584,108 @@ spec: envFrom: - configMapRef: name: "183" - optional: false + optional: true prefix: "182" secretRef: name: "184" - optional: false + optional: true image: "176" - imagePullPolicy: 昕Ĭ lifecycle: postStart: exec: command: - - "222" + - "221" httpGet: - host: "225" + host: "224" httpHeaders: - - name: "226" - value: "227" - path: "223" - port: "224" - scheme: '>郵[+扴ȨŮ' + - name: "225" + value: "226" + path: "222" + port: "223" + scheme: 鄠[颐o啛更偢ɇ卷荙JL tcpSocket: - host: "229" - port: "228" + host: "228" + port: "227" preStop: exec: command: - - "230" + - "229" httpGet: - host: "232" + host: "231" httpHeaders: - - name: "233" - value: "234" - path: "231" - port: -743369977 - scheme: '>犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4' + - name: "232" + value: "233" + path: "230" + port: -1506633471 + scheme: 1虊谇j爻ƙt叀碧闳ȩr嚧ʣq tcpSocket: host: "235" - port: -1224991707 + port: "234" livenessProbe: exec: command: - "201" - failureThreshold: -1150474479 + failureThreshold: -93157681 httpGet: host: "203" httpHeaders: - name: "204" value: "205" path: "202" - port: -1196874390 - scheme: S晒嶗UÐ_ƮA攤 - initialDelaySeconds: 1885897314 - periodSeconds: 1054858106 - successThreshold: 232569106 + port: -1285424066 + scheme: ni酛3ƁÀ + initialDelaySeconds: -2036074491 + periodSeconds: 165047920 + successThreshold: -393291312 tcpSocket: - host: "206" - port: -498930176 - timeoutSeconds: -465677631 + host: "207" + port: "206" + timeoutSeconds: -148216266 name: "175" ports: - - containerPort: 377225334 + - containerPort: -1343558801 hostIP: "181" - hostPort: 282592353 + hostPort: 1923334396 name: "180" - protocol: Ƹ[Ęİ榌U髷裎$MVȟ@7 + protocol: '@掇lNdǂ>' readinessProbe: exec: command: - - "207" - failureThreshold: 1752155096 + - "208" + failureThreshold: 267768240 httpGet: - host: "210" + host: "211" httpHeaders: - - name: "211" - value: "212" - path: "208" - port: "209" - scheme: 8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ - initialDelaySeconds: -2717401 - periodSeconds: -1099429189 - successThreshold: 994072122 + - name: "212" + value: "213" + path: "209" + port: "210" + scheme: 3!Zɾģ毋Ó6 + initialDelaySeconds: -228822833 + periodSeconds: -1213051101 + successThreshold: 1451056156 tcpSocket: host: "214" - port: "213" - timeoutSeconds: -1492565335 + port: -832805508 + timeoutSeconds: -970312425 resources: limits: - ǚ灄鸫rʤî萨zvt: "829" + 荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3: "86" requests: - 悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\p: "604" + t莭琽§ć\ ïì: "80" securityContext: - allowPrivilegeEscalation: true + allowPrivilegeEscalation: false capabilities: add: - - 藢xɮĵȑ6L*Z鐫û咡W< + - Ÿ8T 苧yñKJɐ扵 drop: - - lu|榝$î. + - ƚ绤fʀļ腩墺Ò媁荭gw忊|E剒蔞 privileged: false - procMount: 朦 wƯ貾坢'跩 + procMount: Ȩ<6鄰簳°Ļǟi& readOnlyRootFilesystem: true - runAsGroup: 8949541422887578058 + runAsGroup: 2001337664780390084 runAsNonRoot: true - runAsUser: -7565148469525206101 + runAsUser: -6177393256425700216 seLinuxOptions: level: "240" role: "238" @@ -690,7 +693,7 @@ spec: user: "237" seccompProfile: localhostProfile: "244" - type: ŕ翑0展} + type: "" windowsOptions: gmsaCredentialSpec: "242" gmsaCredentialSpecName: "241" @@ -699,93 +702,96 @@ spec: exec: command: - "215" - failureThreshold: 785984384 + failureThreshold: -1801140031 httpGet: - host: "218" + host: "217" httpHeaders: - - name: "219" - value: "220" + - name: "218" + value: "219" path: "216" - port: "217" - scheme: Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ - initialDelaySeconds: -1738069460 - periodSeconds: -805795167 - successThreshold: 1791615594 + port: -1492565335 + scheme: ɷ9Ì崟¿瘦ɖ緕ȚÍ勅跦Opw + initialDelaySeconds: 376404581 + periodSeconds: 2070521391 + successThreshold: -440412584 tcpSocket: - host: "221" - port: -36782737 - timeoutSeconds: -1643733106 - stdinOnce: true + host: "220" + port: -280820676 + timeoutSeconds: -661937776 terminationMessagePath: "236" + terminationMessagePolicy: 屡ʁ + tty: true volumeDevices: - devicePath: "200" name: "199" volumeMounts: - mountPath: "196" - mountPropagation: ƖHV + mountPropagation: 0矀Kʝ瘴I\p[ħsĨɆâĺɗŹ倗S name: "195" readOnly: true subPath: "197" subPathExpr: "198" workingDir: "179" - nodeName: "387" + nodeName: "391" nodeSelector: - "383": "384" + "387": "388" overhead: - k_: "725" - preemptionPolicy: Ʀ[螵沊齣薣鰎đƝ):惝ŵ髿ɔ - priority: -1133320634 - priorityClassName: "470" + D輷: "792" + preemptionPolicy: m珢\%傢z¦Ā竚ĐȌƨǴ叆 + priority: 347613368 + priorityClassName: "474" readinessGates: - - conditionType: į - restartPolicy: ȿ醏g遧 - runtimeClassName: "475" - schedulerName: "465" + - conditionType: ř岈ǎǏ]S5:œƌ嵃ǁ + restartPolicy: ¿əW#ļǹʅŚO虀^背遻堣灭ƴɦ燻踸 + runtimeClassName: "479" + schedulerName: "469" securityContext: - fsGroup: 4489057930380969432 - fsGroupChangePolicy: ='ʨ|ǓÓ敆OɈÏ 瞍髃 - runAsGroup: -759684899479757878 + fsGroup: -9164240834267238973 + fsGroupChangePolicy: "" + runAsGroup: 3355244307027629244 runAsNonRoot: false - runAsUser: -1290365495982891537 + runAsUser: 4290717681745188904 seLinuxOptions: - level: "391" - role: "389" - type: "390" - user: "388" + level: "395" + role: "393" + type: "394" + user: "392" seccompProfile: - localhostProfile: "397" - type: ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn + localhostProfile: "401" + type: d'呪 supplementalGroups: - - 3273247375993523103 + - -7106117411092125093 sysctls: - - name: "395" - value: "396" + - name: "399" + value: "400" windowsOptions: - gmsaCredentialSpec: "393" - gmsaCredentialSpecName: "392" - runAsUserName: "394" - serviceAccount: "386" - serviceAccountName: "385" + gmsaCredentialSpec: "397" + gmsaCredentialSpecName: "396" + runAsUserName: "398" + serviceAccount: "390" + serviceAccountName: "389" setHostnameAsFQDN: false - shareProcessNamespace: false - subdomain: "400" - terminationGracePeriodSeconds: -616777763639482630 + shareProcessNamespace: true + subdomain: "404" + terminationGracePeriodSeconds: -8963807447996144781 tolerations: - - effect: kx-餌勀奷Ŏ - key: "466" - operator: 0yVA嬂刲;牆詒ĸąs - tolerationSeconds: -9038755672632113093 - value: "467" + - effect: U烈 źfjǰɪ嘞ȏ}杻扞Ğ + key: "470" + operator: r}梳攔wŲ魦Ɔ0ƢĮÀĘÆɆȸȢ蒸 + tolerationSeconds: 3252034671163905138 + value: "471" topologySpreadConstraints: - labelSelector: matchExpressions: - - key: B.rTt7bm9I.-..q-F-.__ck - operator: DoesNotExist + - key: zz8-35x38i-qnr-5zi82dc3do--7lw63jvksy--w-i33-dzn6-302m7rx1/7Jl----i_I.-_7g-8iJ--p-7f3-2_Z_V_-q-L34-_D86-W_g52 + operator: NotIn + values: + - h.v._5.vB-.-7-.6Jv-86___3 matchLabels: - 3.hy9---2--e-yya--bj7-l-9aw--2/hs.-_DM__28W-_-.0HfR-_f-5: 019_-gYY._..fP--hQ7be__-.-g-5.-59...7q___n.__16ee.6 - maxSkew: -2046521037 - topologyKey: "476" - whenUnsatisfiable: '"T#sM網m' + n.DL.o_e-d92e8S_-0-_8Vz-E41___75Q-T: O.__0PPX-.-d4Badb + maxSkew: -484382570 + topologyKey: "480" + whenUnsatisfiable: nn坾&Pɫ(ʙÆʨɺC` volumes: - awsElasticBlockStore: fsType: "47" @@ -848,7 +854,6 @@ spec: medium: Xŋ朘瑥A徙ɶɊł/擇ɦĽ胚O醔ɍ厶耈 sizeLimit: "473" ephemeral: - readOnly: true volumeClaimTemplate: metadata: annotations: @@ -1041,17 +1046,17 @@ spec: storagePolicyName: "103" volumePath: "101" status: - availableReplicas: -1758862804 - collisionCount: -346883331 + availableReplicas: 426527089 + collisionCount: -2046786896 conditions: - - lastTransitionTime: "2814-04-03T03:21:18Z" - lastUpdateTime: "2068-08-23T03:26:39Z" - message: "484" - reason: "483" - status: 輷東t½ǩ £tMǍ}箼愆+P;抣 - type: $R"}łfÐ@.ȇʟɃ咇 - observedGeneration: -2332090839308115724 - readyReplicas: -194384924 - replicas: -524542843 - unavailableReplicas: -78446609 - updatedReplicas: 1697527023 + - lastTransitionTime: "2109-09-25T13:37:56Z" + lastUpdateTime: "1999-05-06T18:42:43Z" + message: "488" + reason: "487" + status: ĈȖ董缞濪葷cŲ + type: 绰爪qĖĖȠ姓ȇ>尪璎妽 + observedGeneration: -8619941635428506201 + readyReplicas: -601845829 + replicas: -380889943 + unavailableReplicas: -1890403855 + updatedReplicas: 466048730 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 1fff0dff275..e3dadc3dadd 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 @@ -441,8 +441,7 @@ "name": "174" } } - }, - "readOnly": true + } } } ], @@ -460,9 +459,9 @@ "ports": [ { "name": "180", - "hostPort": 747521320, - "containerPort": 859639931, - "protocol": "p儼Ƿ裚瓶釆Ɗ+j忊Ŗȫ焗捏ĨF", + "hostPort": 424236719, + "containerPort": -2031266553, + "protocol": "呝TG;邪", "hostIP": "181" } ], @@ -491,7 +490,7 @@ "resourceFieldRef": { "containerName": "189", "resource": "190", - "divisor": "663" + "divisor": "486" }, "configMapKeyRef": { "name": "191", @@ -501,25 +500,26 @@ "secretKeyRef": { "name": "193", "key": "194", - "optional": false + "optional": true } } } ], "resources": { "limits": { - "ſ盷": "532" + "罁胾^拜Ȍzɟ踡肒Ao/樝fw[Řż丩": "47" }, "requests": { - "[Řż丩": "47" + "榜VƋZ1": "932" } }, "volumeMounts": [ { "name": "195", + "readOnly": true, "mountPath": "196", "subPath": "197", - "mountPropagation": "VƋZ1Ůđ眊ľǎɳ,ǿ飏", + "mountPropagation": "瀑Ź9ǕLLȊɞ-uƻ悖ȩ0Ƹ[Ę", "subPathExpr": "198" } ], @@ -537,9 +537,9 @@ }, "httpGet": { "path": "202", - "port": 1214895765, + "port": 2035347577, "host": "203", - "scheme": "悖ȩ0Ƹ[Ęİ榌U", + "scheme": "姣\u003e懔%熷谟þ蛯ɰ荶ljʁ揆ɘȌ脾", "httpHeaders": [ { "name": "204", @@ -548,14 +548,14 @@ ] }, "tcpSocket": { - "port": -187060941, + "port": -1498229293, "host": "206" }, - "initialDelaySeconds": -442393168, - "timeoutSeconds": -307373517, - "periodSeconds": 1109079597, - "successThreshold": -646728130, - "failureThreshold": 1684643131 + "initialDelaySeconds": -1155992025, + "timeoutSeconds": -194343002, + "periodSeconds": -850069363, + "successThreshold": 918929368, + "failureThreshold": 1016277253 }, "readinessProbe": { "exec": { @@ -567,7 +567,7 @@ "path": "208", "port": "209", "host": "210", - "scheme": "荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3", + "scheme": "莭琽§ć\\ ïì«丯Ƙ枛牐ɺ", "httpHeaders": [ { "name": "211", @@ -576,26 +576,26 @@ ] }, "tcpSocket": { - "port": "213", - "host": "214" + "port": 1281792166, + "host": "213" }, - "initialDelaySeconds": 238949508, - "timeoutSeconds": -1389418722, - "periodSeconds": 851018015, - "successThreshold": 596942561, - "failureThreshold": -1880980172 + "initialDelaySeconds": -1934111455, + "timeoutSeconds": 766864314, + "periodSeconds": 1146016612, + "successThreshold": 1495880465, + "failureThreshold": -1032967081 }, "startupProbe": { "exec": { "command": [ - "215" + "214" ] }, "httpGet": { - "path": "216", - "port": 10098903, + "path": "215", + "port": "216", "host": "217", - "scheme": "«丯Ƙ枛牐ɺ皚", + "scheme": "ĺɗŹ倗S晒嶗UÐ_ƮA攤", "httpHeaders": [ { "name": "218", @@ -604,14 +604,14 @@ ] }, "tcpSocket": { - "port": -1934111455, + "port": -498930176, "host": "220" }, - "initialDelaySeconds": 766864314, - "timeoutSeconds": 1146016612, - "periodSeconds": 1495880465, - "successThreshold": -1032967081, - "failureThreshold": 59664438 + "initialDelaySeconds": 1885897314, + "timeoutSeconds": -465677631, + "periodSeconds": 1054858106, + "successThreshold": 232569106, + "failureThreshold": -1150474479 }, "lifecycle": { "postStart": { @@ -624,7 +624,7 @@ "path": "222", "port": "223", "host": "224", - "scheme": "'", + "scheme": "s3!Zɾģ毋", "httpHeaders": [ { "name": "225", @@ -633,7 +633,7 @@ ] }, "tcpSocket": { - "port": -801430937, + "port": 391562775, "host": "227" } }, @@ -645,454 +645,428 @@ }, "httpGet": { "path": "229", - "port": 1810980158, - "host": "230", - "scheme": "_ƮA攤/ɸɎ R§耶FfBl", + "port": "230", + "host": "231", + "scheme": "ȶ网棊ʢ=wǕɳɷ9Ì", "httpHeaders": [ { - "name": "231", - "value": "232" + "name": "232", + "value": "233" } ] }, "tcpSocket": { - "port": 1074486306, - "host": "233" + "port": -1364571630, + "host": "234" } } }, - "terminationMessagePath": "234", - "terminationMessagePolicy": "Zɾģ毋Ó6dz娝嘚庎D}埽uʎ", - "imagePullPolicy": "Ǖɳɷ9Ì崟¿瘦ɖ緕", + "terminationMessagePath": "235", + "terminationMessagePolicy": "ɖ緕ȚÍ勅跦Opwǩ", + "imagePullPolicy": "輓Ɔȓ蹣ɐǛv+8", "securityContext": { "capabilities": { "add": [ - "勅跦Opwǩ曬逴褜1Ø" + "军g\u003e郵[+扴ȨŮ+朷Ǝ膯lj" ], "drop": [ - "ȠƬQg鄠[颐o啛更偢ɇ卷荙JLĹ]" + "" ] }, - "privileged": true, + "privileged": false, "seLinuxOptions": { - "user": "235", - "role": "236", - "type": "237", - "level": "238" + "user": "236", + "role": "237", + "type": "238", + "level": "239" }, "windowsOptions": { - "gmsaCredentialSpecName": "239", - "gmsaCredentialSpec": "240", - "runAsUserName": "241" + "gmsaCredentialSpecName": "240", + "gmsaCredentialSpec": "241", + "runAsUserName": "242" }, - "runAsUser": -6470941481344047265, - "runAsGroup": 1373384864388370080, + "runAsUser": -5821728037462880994, + "runAsGroup": 4468469649483616089, "runAsNonRoot": false, "readOnlyRootFilesystem": true, - "allowPrivilegeEscalation": true, - "procMount": "W:ĸ輦唊#v", + "allowPrivilegeEscalation": false, + "procMount": "碧闳ȩr", "seccompProfile": { - "type": "ʩȂ4ē鐭#", - "localhostProfile": "242" + "type": "", + "localhostProfile": "243" } }, - "stdinOnce": true + "stdinOnce": true, + "tty": true } ], "containers": [ { - "name": "243", - "image": "244", + "name": "244", + "image": "245", "command": [ - "245" - ], - "args": [ "246" ], - "workingDir": "247", + "args": [ + "247" + ], + "workingDir": "248", "ports": [ { - "name": "248", - "hostPort": -179937987, - "containerPort": -1911544792, - "protocol": "苧yñKJɐ扵Gƚ绤fʀļ腩", - "hostIP": "249" + "name": "249", + "hostPort": -888240870, + "containerPort": 508868877, + "protocol": "岼昕ĬÇó藢xɮĵȑ6L*Z", + "hostIP": "250" } ], "envFrom": [ { - "prefix": "250", + "prefix": "251", "configMapRef": { - "name": "251", + "name": "252", "optional": false }, "secretRef": { - "name": "252", + "name": "253", "optional": false } } ], "env": [ { - "name": "253", - "value": "254", + "name": "254", + "value": "255", "valueFrom": { "fieldRef": { - "apiVersion": "255", - "fieldPath": "256" + "apiVersion": "256", + "fieldPath": "257" }, "resourceFieldRef": { - "containerName": "257", - "resource": "258", - "divisor": "189" + "containerName": "258", + "resource": "259", + "divisor": "774" }, "configMapKeyRef": { - "name": "259", - "key": "260", + "name": "260", + "key": "261", "optional": false }, "secretKeyRef": { - "name": "261", - "key": "262", - "optional": true + "name": "262", + "key": "263", + "optional": false } } } ], "resources": { "limits": { - "蔞|表徶đ寳议Ƭƶ氩Ȩ\u003c6": "446" + "$î.Ȏ蝪ʜ5遰=E埄Ȁ朦 wƯ": "393" }, "requests": { - "ŕ翑0展}": "910" + "\u003c6": "446" } }, "volumeMounts": [ { - "name": "263", - "mountPath": "264", - "subPath": "265", - "mountPropagation": "碔", - "subPathExpr": "266" + "name": "264", + "readOnly": true, + "mountPath": "265", + "subPath": "266", + "mountPropagation": "翑0展}硐庰%皧V垾", + "subPathExpr": "267" } ], "volumeDevices": [ { - "name": "267", - "devicePath": "268" + "name": "268", + "devicePath": "269" } ], "livenessProbe": { "exec": { "command": [ - "269" + "270" ] }, "httpGet": { - "path": "270", - "port": -260262954, - "host": "271", - "scheme": "ŵ橨鬶l獕;跣H", + "path": "271", + "port": "272", + "host": "273", + "scheme": "E¦", "httpHeaders": [ { - "name": "272", - "value": "273" + "name": "274", + "value": "275" } ] }, "tcpSocket": { - "port": -1164530482, - "host": "274" + "port": "276", + "host": "277" }, - "initialDelaySeconds": 1877574041, - "timeoutSeconds": 1430286749, - "periodSeconds": -374766088, - "successThreshold": -736151561, - "failureThreshold": -1515369804 + "initialDelaySeconds": 1868887309, + "timeoutSeconds": -528664199, + "periodSeconds": -316996074, + "successThreshold": 1933968533, + "failureThreshold": 549215478 }, "readinessProbe": { "exec": { "command": [ - "275" + "278" ] }, "httpGet": { - "path": "276", - "port": 1909548849, - "host": "277", - "scheme": "4Ǒ輂,ŕĪ", + "path": "279", + "port": -374766088, + "host": "280", + "scheme": "翜舞拉Œ", "httpHeaders": [ { - "name": "278", - "value": "279" + "name": "281", + "value": "282" } ] }, "tcpSocket": { - "port": 567263590, - "host": "280" + "port": "283", + "host": "284" }, - "initialDelaySeconds": 887319241, - "timeoutSeconds": 1559618829, - "periodSeconds": 1156888068, - "successThreshold": -1296077882, - "failureThreshold": 937646333 + "initialDelaySeconds": -190183379, + "timeoutSeconds": -940334911, + "periodSeconds": -341287812, + "successThreshold": 2030115750, + "failureThreshold": 1847163341 }, "startupProbe": { "exec": { "command": [ - "281" + "285" ] }, "httpGet": { - "path": "282", - "port": 1328165061, - "host": "283", - "scheme": "¸gĩ", + "path": "286", + "port": 567263590, + "host": "287", + "scheme": "KŅ/", "httpHeaders": [ { - "name": "284", - "value": "285" + "name": "288", + "value": "289" } ] }, "tcpSocket": { - "port": 1186392166, - "host": "286" + "port": "290", + "host": "291" }, - "initialDelaySeconds": 725793326, - "timeoutSeconds": 217380320, - "periodSeconds": -239231628, - "successThreshold": 1143791964, - "failureThreshold": -1129035468 + "initialDelaySeconds": -1894250541, + "timeoutSeconds": 1962818731, + "periodSeconds": 1315054653, + "successThreshold": 711020087, + "failureThreshold": 1103049140 }, "lifecycle": { "postStart": { "exec": { "command": [ - "287" + "292" ] }, "httpGet": { - "path": "288", - "port": 972193458, - "host": "289", - "scheme": "ƺ蛜6Ɖ飴ɎiǨź", + "path": "293", + "port": -2128108224, + "host": "294", + "scheme": "δ摖", "httpHeaders": [ { - "name": "290", - "value": "291" + "name": "295", + "value": "296" } ] }, "tcpSocket": { - "port": -1453143878, - "host": "292" + "port": "297", + "host": "298" } }, "preStop": { "exec": { "command": [ - "293" + "299" ] }, "httpGet": { - "path": "294", - "port": "295", - "host": "296", - "scheme": "ɥ嵐sC8?Ǻ鱎ƙ;Nŕ璻", + "path": "300", + "port": "301", + "host": "302", "httpHeaders": [ { - "name": "297", - "value": "298" + "name": "303", + "value": "304" } ] }, "tcpSocket": { - "port": "299", - "host": "300" + "port": "305", + "host": "306" } } }, - "terminationMessagePath": "301", - "terminationMessagePolicy": "h亏yƕ丆録²Ŏ)/灩聋3趐囨鏻砅邻", - "imagePullPolicy": "騎C\"6x$1sȣ±p鋄", + "terminationMessagePath": "307", + "terminationMessagePolicy": "ƺ蛜6Ɖ飴ɎiǨź", + "imagePullPolicy": "囌{屿oiɥ嵐sC", "securityContext": { "capabilities": { "add": [ - "ȹ均i绝5哇芆斩ìh4Ɋ" + "Ǻ鱎ƙ;Nŕ" ], "drop": [ - "Ȗ|ʐşƧ諔迮ƙIJ嘢4" + "Jih亏yƕ丆録²" ] }, "privileged": false, "seLinuxOptions": { - "user": "302", - "role": "303", - "type": "304", - "level": "305" + "user": "308", + "role": "309", + "type": "310", + "level": "311" }, "windowsOptions": { - "gmsaCredentialSpecName": "306", - "gmsaCredentialSpec": "307", - "runAsUserName": "308" + "gmsaCredentialSpecName": "312", + "gmsaCredentialSpec": "313", + "runAsUserName": "314" }, - "runAsUser": 4288903380102217677, - "runAsGroup": 6618112330449141397, - "runAsNonRoot": false, - "readOnlyRootFilesystem": false, - "allowPrivilegeEscalation": false, - "procMount": "ďW賁Ěɭɪǹ0衷,ƷƣMț譎懚XW", + "runAsUser": -607313695104609402, + "runAsGroup": 2179199799235189619, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "砅邻爥蹔ŧOǨ繫ʎǑyZ涬P­", "seccompProfile": { - "type": "鑳w妕眵笭/9崍h趭", - "localhostProfile": "309" + "type": "ɔ幩še", + "localhostProfile": "315" } }, - "stdin": true + "stdin": true, + "stdinOnce": true, + "tty": true } ], "ephemeralContainers": [ { - "name": "310", - "image": "311", + "name": "316", + "image": "317", "command": [ - "312" + "318" ], "args": [ - "313" + "319" ], - "workingDir": "314", + "workingDir": "320", "ports": [ { - "name": "315", - "hostPort": -748525373, - "containerPort": 805162379, - "protocol": "ǵ xǨŴ壶ƵfȽÃ", - "hostIP": "316" + "name": "321", + "hostPort": -2113700533, + "containerPort": -2130294761, + "protocol": "pɵ{", + "hostIP": "322" } ], "envFrom": [ { - "prefix": "317", + "prefix": "323", "configMapRef": { - "name": "318", - "optional": false + "name": "324", + "optional": true }, "secretRef": { - "name": "319", - "optional": true + "name": "325", + "optional": false } } ], "env": [ { - "name": "320", - "value": "321", + "name": "326", + "value": "327", "valueFrom": { "fieldRef": { - "apiVersion": "322", - "fieldPath": "323" + "apiVersion": "328", + "fieldPath": "329" }, "resourceFieldRef": { - "containerName": "324", - "resource": "325", - "divisor": "854" + "containerName": "330", + "resource": "331", + "divisor": "878" }, "configMapKeyRef": { - "name": "326", - "key": "327", + "name": "332", + "key": "333", "optional": true }, "secretKeyRef": { - "name": "328", - "key": "329", - "optional": true + "name": "334", + "key": "335", + "optional": false } } } ], "resources": { "limits": { - "ğ Ņ#耗Ǚ(": "24" + "銆jʒǚ鍰\\縑": "992" }, "requests": { - "瘍Nʊ輔3璾ėȜv1b繐汚": "243" + "鞤ɱďW賁Ěɭɪǹ0衷,Ʒƣ": "400" } }, "volumeMounts": [ { - "name": "330", - "readOnly": true, - "mountPath": "331", - "subPath": "332", - "mountPropagation": "Ü[ƛ^輅9ɛ棕ƈ眽炊礫Ƽ", - "subPathExpr": "333" + "name": "336", + "mountPath": "337", + "subPath": "338", + "mountPropagation": "(fǂǢ曣ŋayå", + "subPathExpr": "339" } ], "volumeDevices": [ { - "name": "334", - "devicePath": "335" + "name": "340", + "devicePath": "341" } ], "livenessProbe": { "exec": { "command": [ - "336" + "342" ] }, "httpGet": { - "path": "337", - "port": "338", - "host": "339", - "scheme": "dŊiɢ", + "path": "343", + "port": 1616390418, + "host": "344", + "scheme": "趭(娕uE增猍ǵ x", "httpHeaders": [ { - "name": "340", - "value": "341" + "name": "345", + "value": "346" } ] }, "tcpSocket": { - "port": -370404018, - "host": "342" - }, - "initialDelaySeconds": -1844150067, - "timeoutSeconds": 414056303, - "periodSeconds": -1143639551, - "successThreshold": 571693619, - "failureThreshold": 1643238856 - }, - "readinessProbe": { - "exec": { - "command": [ - "343" - ] - }, - "httpGet": { - "path": "344", - "port": 677650619, - "host": "345", - "scheme": "怖ý萜Ǖc8ǣƘƵŧ1ƟƓ宆!鍲ɋȑ", - "httpHeaders": [ - { - "name": "346", - "value": "347" - } - ] - }, - "tcpSocket": { - "port": -843639240, + "port": "347", "host": "348" }, - "initialDelaySeconds": 1573261475, - "timeoutSeconds": -1211577347, - "periodSeconds": 1529027685, - "successThreshold": -1612005385, - "failureThreshold": -1706593993 + "initialDelaySeconds": -1320027474, + "timeoutSeconds": -1750169306, + "periodSeconds": 2112112129, + "successThreshold": 528603974, + "failureThreshold": -342387625 }, - "startupProbe": { + "readinessProbe": { "exec": { "command": [ "349" @@ -1102,7 +1076,7 @@ "path": "350", "port": "351", "host": "352", - "scheme": "U", + "scheme": "/Ȁĵ鴁ĩȲǸ|蕎'佉賞ǧ", "httpHeaders": [ { "name": "353", @@ -1111,151 +1085,183 @@ ] }, "tcpSocket": { - "port": 758604605, - "host": "355" + "port": "355", + "host": "356" }, - "initialDelaySeconds": -291429895, - "timeoutSeconds": -478839383, - "periodSeconds": 989933975, - "successThreshold": 140830733, - "failureThreshold": -708495486 + "initialDelaySeconds": 2036955392, + "timeoutSeconds": 626243488, + "periodSeconds": -1920304485, + "successThreshold": -1842062977, + "failureThreshold": 1424401373 + }, + "startupProbe": { + "exec": { + "command": [ + "357" + ] + }, + "httpGet": { + "path": "358", + "port": "359", + "host": "360", + "scheme": "æ盪泙若`l}Ñ蠂Ü", + "httpHeaders": [ + { + "name": "361", + "value": "362" + } + ] + }, + "tcpSocket": { + "port": 1388874570, + "host": "363" + }, + "initialDelaySeconds": 1618861163, + "timeoutSeconds": 413903479, + "periodSeconds": 1708236944, + "successThreshold": -1192140557, + "failureThreshold": 1961354355 }, "lifecycle": { "postStart": { "exec": { "command": [ - "356" + "364" ] }, "httpGet": { - "path": "357", - "port": "358", - "host": "359", - "scheme": "臜裡×銵-紑浘", + "path": "365", + "port": -1347045470, + "host": "366", + "scheme": "¨Ix糂腂ǂǚŜEuEy", "httpHeaders": [ { - "name": "360", - "value": "361" + "name": "367", + "value": "368" } ] }, "tcpSocket": { - "port": -1095116290, - "host": "362" + "port": -1945921250, + "host": "369" } }, "preStop": { "exec": { "command": [ - "363" + "370" ] }, "httpGet": { - "path": "364", - "port": -1431381588, - "host": "365", - "scheme": "JŵǤ", + "path": "371", + "port": 1605974497, + "host": "372", + "scheme": "m坊柩劄奼[ƕƑĝ", "httpHeaders": [ { - "name": "366", - "value": "367" + "name": "373", + "value": "374" } ] }, "tcpSocket": { - "port": "368", - "host": "369" + "port": 293042649, + "host": "375" } } }, - "terminationMessagePath": "370", - "terminationMessagePolicy": "鉂WJ1抉泅ą\u0026疀ȼN翾ȾD虓氙磂t", - "imagePullPolicy": ":/", + "terminationMessagePath": "376", + "terminationMessagePolicy": "ǔvÄÚ×p鬷m罂o3ǰ廋i乳'", + "imagePullPolicy": "xƂ9阠", "securityContext": { "capabilities": { "add": [ - "诵H玲鑠ĭ$#卛8ð" + "wy¶熀ďJZ漤ŗ坟Ů\u003cy鯶縆ł" ], "drop": [ - "Q橱9ij\\Ď愝Ű藛b" + "[澔槃JŵǤ桒" ] }, - "privileged": false, + "privileged": true, "seLinuxOptions": { - "user": "371", - "role": "372", - "type": "373", - "level": "374" + "user": "377", + "role": "378", + "type": "379", + "level": "380" }, "windowsOptions": { - "gmsaCredentialSpecName": "375", - "gmsaCredentialSpec": "376", - "runAsUserName": "377" + "gmsaCredentialSpecName": "381", + "gmsaCredentialSpec": "382", + "runAsUserName": "383" }, - "runAsUser": 5574781452707956333, - "runAsGroup": 8850141386971124227, - "runAsNonRoot": false, - "readOnlyRootFilesystem": true, + "runAsUser": -122212946149411097, + "runAsGroup": -6534543348401656067, + "runAsNonRoot": true, + "readOnlyRootFilesystem": false, "allowPrivilegeEscalation": false, - "procMount": "忀oɎƺL肄$鬬", + "procMount": "", "seccompProfile": { - "type": "矐_", - "localhostProfile": "378" + "type": "ȼN翾ȾD虓氙磂tńČȷǻ.wȏâ磠", + "localhostProfile": "384" } }, - "tty": true, - "targetContainerName": "379" + "stdinOnce": true, + "targetContainerName": "385" } ], - "restartPolicy": "嵞嬯t{Eɾ敹Ȯ-湷D谹", - "terminationGracePeriodSeconds": -2985049970189992560, - "activeDeadlineSeconds": 4369716065827112267, + "restartPolicy": "S", + "terminationGracePeriodSeconds": 2296052591495331583, + "activeDeadlineSeconds": 4885169856784949611, + "dnsPolicy": "Q橱9ij\\Ď愝Ű藛b", "nodeSelector": { - "380": "381" + "386": "387" }, - "serviceAccountName": "382", - "serviceAccount": "383", + "serviceAccountName": "388", + "serviceAccount": "389", "automountServiceAccountToken": true, - "nodeName": "384", + "nodeName": "390", + "hostNetwork": true, + "hostPID": true, + "hostIPC": true, "shareProcessNamespace": false, "securityContext": { "seLinuxOptions": { - "user": "385", - "role": "386", - "type": "387", - "level": "388" + "user": "391", + "role": "392", + "type": "393", + "level": "394" }, "windowsOptions": { - "gmsaCredentialSpecName": "389", - "gmsaCredentialSpec": "390", - "runAsUserName": "391" + "gmsaCredentialSpecName": "395", + "gmsaCredentialSpec": "396", + "runAsUserName": "397" }, - "runAsUser": 1322232608671575212, - "runAsGroup": -3565639689247870986, - "runAsNonRoot": false, + "runAsUser": 711750319800111437, + "runAsGroup": -6445633177475289195, + "runAsNonRoot": true, "supplementalGroups": [ - -7888525810745339742 + -7316357525352987834 ], - "fsGroup": -3029419263270634763, + "fsGroup": 7306468936162090894, "sysctls": [ { - "name": "392", - "value": "393" + "name": "398", + "value": "399" } ], - "fsGroupChangePolicy": "?jĎĭ¥#ƱÁR»淹揀.", + "fsGroupChangePolicy": "肄$鬬", "seccompProfile": { - "type": "鍃G昧牱", - "localhostProfile": "394" + "type": "矐_", + "localhostProfile": "400" } }, "imagePullSecrets": [ { - "name": "395" + "name": "401" } ], - "hostname": "396", - "subdomain": "397", + "hostname": "402", + "subdomain": "403", "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { @@ -1263,19 +1269,19 @@ { "matchExpressions": [ { - "key": "398", - "operator": "", + "key": "404", + "operator": "豎穜姰l咑耖p^鏋蛹Ƚȿ醏g遧Ȋ飂廤Ƌ", "values": [ - "399" + "405" ] } ], "matchFields": [ { - "key": "400", - "operator": "kƒK07曳wœj堑ūM鈱ɖ'蠨磼", + "key": "406", + "operator": "柯?B俋¬h`職铳s44矕Ƈ", "values": [ - "401" + "407" ] } ] @@ -1284,23 +1290,23 @@ }, "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1724658051, + "weight": 1805682547, "preference": { "matchExpressions": [ { - "key": "402", - "operator": "盌3+Œ", + "key": "408", + "operator": "='ʨ|ǓÓ敆OɈÏ 瞍髃", "values": [ - "403" + "409" ] } ], "matchFields": [ { - "key": "404", - "operator": ")Zq=歍þ", + "key": "410", + "operator": "ƒK07曳w", "values": [ - "405" + "411" ] } ] @@ -1313,27 +1319,27 @@ { "labelSelector": { "matchLabels": { - "a-z_-..6W.VKs": "1" + "0--1----v8-4--558n1asz-r886-1--s/t": "r.E__-.8_e_l2.._8s--7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5" }, "matchExpressions": [ { - "key": "KA-._d._.Um.-__0", + "key": "67F3p2_-_AmD-.0P", "operator": "DoesNotExist" } ] }, "namespaces": [ - "412" + "418" ], - "topologyKey": "413", + "topologyKey": "419", "namespaceSelector": { "matchLabels": { - "p_._.-miJ4s": "0_5-_.7F3p2_-_AmD-.0AP.-.C_--.F5_x.KNC0-.-m_0-m-6Sp_N-1" + "6--3QC1--L--v_Z--Zg-_4Q__-v_t_u_.__I_-_-w": "d-5X1rh-K5y_AzOBW.9oE9_6.--v1r" }, "matchExpressions": [ { - "key": "1rhm-5y--z-0/6-1.S-B3_.b17ca-_p-y.eQ9", - "operator": "DoesNotExist" + "key": "93z-w5----7-z-63-z---5r-v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-354/K._6..tf-_u-3-_n0..KpiS.oK-.O--5-yp8q_s-1__gwj", + "operator": "Exists" } ] } @@ -1341,34 +1347,31 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -1731963575, + "weight": -450654683, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "v---064eqk5--f4e4--r1k278l-d-8o1-x-1wl----f33/Z": "jz_659GE.l_.23--_6l.-5_BZk5v3aUK_--_o_2.-4" + "G_2kCpS__.39g_.--_-_ve5.m_2_--XZ-x._0": "M2-n_5023Xl-3Pw_-r75--_-A-o-__y__._12..wrbW_E..24-O._.v._9c" }, "matchExpressions": [ { - "key": "wq--m--2k-p---139g-2wt-g-ve55m-2-dm--ux3--0--2pn-5023-lt3-w-b7/C...8-_0__5HG2_5XOAX.gUq2", - "operator": "Exists" + "key": "3hjo--8kb6--ut---p8--3-e-3-44-e.w--i--40wv--in-870w--it6k47-7yd-y--3wc8q8/Jm...Cr", + "operator": "DoesNotExist" } ] }, "namespaces": [ - "426" + "432" ], - "topologyKey": "427", + "topologyKey": "433", "namespaceSelector": { "matchLabels": { - "3hjo--8kb6--ut---p8--3-e-3-44-e.w--i--40wv--in-870w--it6k47-7yd-y--3wc8q8/wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...Cr": "5-.emV__1-wv3UDf.-4D-r.-F__r.oh..2_uGGP..-_N_h4" + "8---h-1.l-h--q0h-t2n4s-6-k5-7-a0w-ke5p-33lt-9--2-k-27-4r4-d-9a46/FL-__bf_9_-C-PfNx__-U_.Pn-W2h": "ht-E6___-X__H.-39-A_-_l67Q.-t" }, "matchExpressions": [ { - "key": "L4K..-68-7AlR__8-7_-YD-Q9_-__..YNFu7Pg-.814e-_07-ht-EP", - "operator": "In", - "values": [ - "7-.-_I-F.Pt" - ] + "key": "C-_20", + "operator": "Exists" } ] } @@ -1381,30 +1384,30 @@ { "labelSelector": { "matchLabels": { - "aP41_.-.-AQ._r.-_Rw1k8KLu..ly--J-_.ZCRT.0z-oe.G79.3bU_._nV345": "y-u.._.105-4_ed-0-i_zZsY_o8t5Vl6_..7CY-_dP" + "fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o5": "TB-d-Q" }, "matchExpressions": [ { - "key": "O-0o.0C_gV.9_G-.-z1Y_HEb.9x98MM7-.e.Dx._.W-6..4_MU7iLfS-0.o", - "operator": "Exists" + "key": "4b699/B9n.2", + "operator": "In", + "values": [ + "MM7-.e.x" + ] } ] }, "namespaces": [ - "440" + "446" ], - "topologyKey": "441", + "topologyKey": "447", "namespaceSelector": { "matchLabels": { - "bid-7x0u738--7w-tdt-u-0----p6l-3-znd-8b-dg--1035ad1od/Nn_U-...1P_.8": "8_2v89U--8.3N_.n1.--.._-x4" + "B_05._Lsu-H_.f82-8_.UdWNn_U-...1P_.D8_t..-Ww2q.zK-p-...Z-O.-j": "Vv.-_.4dwFbuvEf55Y2k.F-F..3m6.._2v89U--8.3N_.1" }, "matchExpressions": [ { - "key": "7-ufi-7/3uM77U7._pT-___-_5-6h_Ky7-_0Vw-Nzfdw.3-._CJ4a1._-_CH--C", - "operator": "NotIn", - "values": [ - "0--_qv4--_.6_N_9X-B.s8.B" - ] + "key": "8u2-__3uM77U7._pT-___-_5-6h_Ky7-_0Vw-Nzfdw.3-._J", + "operator": "DoesNotExist" } ] } @@ -1412,34 +1415,34 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -1832836223, + "weight": 1131487788, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "BQ.9-_.m7-Q____vSW_4-__h": "w-ux_E4-.-PT-_Nx__-F_._n.WaY_o.-0-yj" + "2fk3x-j9133e--2-t--k-fmt4272r--49u-0m7u-----v8.0--063-qm-j-3wc89k-0-57z4063---kb/v_5_D7RufiV-7u0--_qv4-D": "Y_o.-0-yE-R5W5_2n...78aou_j-3.J-.-r_-oPd-.2_Z__.-_U-.6p" }, "matchExpressions": [ { - "key": "dy-4-03ls-86-u2i7-6-q-----f-b-3-----73.6b---nhc50-de2qh2-b-6s/J-.-r_-oPd-.2_Z__.-_U-.60--o._8H__ln_9-A", - "operator": "Exists" + "key": "h-i-60a---9--n8i64t1-4----c-----35---1--6-u-68u8w.3-6b77-f8--tf---7r88-1--p61cd--6/e-Avi.gZdnUVP._81_---l_3_-_G-D....js--a---..6bD_M--c.0Q--2qh.b", + "operator": "NotIn", + "values": [ + "u.7.._B-ks7dG-9S-O62o.8._.---UK_-.j21---__y.9O.L-m" + ] } ] }, "namespaces": [ - "454" + "460" ], - "topologyKey": "455", + "topologyKey": "461", "namespaceSelector": { "matchLabels": { - "8.7-72qz.W.d.._1-3968": "G__B.3R6-.7Bf8GA--__A7r.8U.V_p61-dO" + "7u-h---dY7_M_-._M5..-N_H_55..--E3_2D-1DW__o_-._kzB7U_.Q.45cy5": "Y-__-Zvt.LT60v.WxPc--K" }, "matchExpressions": [ { - "key": "006j--tu-0t-8-937uqhtjrd-7---u6--522p----5506rh-3-2-h10.ale-to9e--a-7j9/lks7dG-9S-O62o.8._.---UK_-.j21---W", - "operator": "NotIn", - "values": [ - "z87_2---2.E.p9-.-3.__a.bl_--..-A" - ] + "key": "wr3qtm-8vuo17qre-33-5-u8f0f1qv--i72-x3---v25f1.2-84s-n-i-711s4--9s8--o-8dm---b----03-64-8l7-l-0787--18/iguFGT._.Y4-0.67hP-lX-_-..5-.._r6T", + "operator": "DoesNotExist" } ] } @@ -1448,64 +1451,67 @@ ] } }, - "schedulerName": "462", + "schedulerName": "468", "tolerations": [ { - "key": "463", - "operator": "Ü", - "value": "464", - "effect": "貛香\"砻B鷋RȽXv*!ɝ茀Ǩ", - "tolerationSeconds": 8594241010639209901 + "key": "469", + "operator": "E色kx-餌勀奷ŎC菡ƴ勋;*靯įƊ", + "value": "470", + "effect": "ŕ蘴濼DZj鎒ũW|ȶdžH0ƾ瘿¸", + "tolerationSeconds": -3147305732428645642 } ], "hostAliases": [ { - "ip": "465", + "ip": "471", "hostnames": [ - "466" + "472" ] } ], - "priorityClassName": "467", - "priority": 878153992, + "priorityClassName": "473", + "priority": -1756088332, "dnsConfig": { "nameservers": [ - "468" + "474" ], "searches": [ - "469" + "475" ], "options": [ { - "name": "470", - "value": "471" + "name": "476", + "value": "477" } ] }, "readinessGates": [ { - "conditionType": "=ȑ-A敲ʉ" + "conditionType": "#sM網" } ], - "runtimeClassName": "472", - "enableServiceLinks": false, - "preemptionPolicy": "梊蝴.Ĉ马āƭw鰕ǰ\"șa", + "runtimeClassName": "478", + "enableServiceLinks": true, + "preemptionPolicy": "ûŠl倳ţü¿Sʟ鍡", "overhead": { - "\u003cƋlɋN磋镮ȺPÈɥ偁髕ģƗ": "283" + "炳薝鴠:X才à脡ǯ?b砸ƻ舁Ȁ贠ȇö匉": "452" }, "topologySpreadConstraints": [ { - "maxSkew": -702578810, - "topologyKey": "473", - "whenUnsatisfiable": "Ž氮怉ƥ;\"薑Ȣ#闬輙怀¹bCũw", + "maxSkew": -447559705, + "topologyKey": "479", + "whenUnsatisfiable": "TaI楅©Ǫ壿/š^劶äɲ泒", "labelSelector": { "matchLabels": { - "N-_.F": "09z2" + "47--9k-e4ora9.t7bm9-4m04qn-n7--c3k7--fei-br7310gl-xwm5-85a/r8-L__C_60-__.19_-gYY._..fP--hQ7be__-.-g-5.-59...7q___nT": "u0-.6---Q.__y64L.0-.c-tm..__---r__._-.DL.o_e-d92e8S_-0D" }, "matchExpressions": [ { - "key": "z-g--v8-c58kh44k-b13--2.7a-h0-4d-z-23---49tw-a/G5-_-_Llmft6.5H905IBI-._g_0", - "operator": "DoesNotExist" + "key": "KTlO.__0PX", + "operator": "In", + "values": [ + "V6K_.3_583-6.f-.9-.V..Q-K_6_3" + ] } ] } @@ -1516,18 +1522,18 @@ } }, "status": { - "replicas": 432535745, - "fullyLabeledReplicas": 2073220944, - "readyReplicas": -141868138, - "availableReplicas": -1324418171, - "observedGeneration": -5431516755862952643, + "replicas": -1350756342, + "fullyLabeledReplicas": 131165488, + "readyReplicas": 1801862647, + "availableReplicas": -212999359, + "observedGeneration": 6343420286878457918, "conditions": [ { - "type": "ƻ舁Ȁ贠ȇö匉a揘O 籇", - "status": "楅©Ǫ壿/š^劶äɲ泒欞尟燬Ǻ媳ɦ", - "lastTransitionTime": "2169-06-15T23:50:17Z", - "reason": "480", - "message": "481" + "type": "", + "status": "ʋǞbȫ魙Ōȇ", + "lastTransitionTime": "2443-02-01T11:09:03Z", + "reason": "486", + "message": "487" } ] } 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 230bcaf0b7bec5fceb5157e54764bb1bae7f1c74..5a980bf96d24f479ca75c5bf21766011fb04453a 100644 GIT binary patch delta 5843 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懔%熷谟þ蛯ɰ荶ljʁ揆ɘȌ脾 + initialDelaySeconds: -1155992025 + periodSeconds: -850069363 + successThreshold: 918929368 tcpSocket: host: "206" - port: -187060941 - timeoutSeconds: -307373517 + port: -1498229293 + timeoutSeconds: -194343002 name: "175" ports: - - containerPort: 859639931 + - containerPort: -2031266553 hostIP: "181" - hostPort: 747521320 + hostPort: 424236719 name: "180" - protocol: p儼Ƿ裚瓶釆Ɗ+j忊Ŗȫ焗捏ĨF + protocol: 呝TG;邪 readinessProbe: exec: command: - "207" - failureThreshold: -1880980172 + failureThreshold: -1032967081 httpGet: host: "210" httpHeaders: @@ -648,135 +651,139 @@ spec: value: "212" path: "208" port: "209" - scheme: 荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3 - initialDelaySeconds: 238949508 - periodSeconds: 851018015 - successThreshold: 596942561 + scheme: 莭琽§ć\ ïì«丯Ƙ枛牐ɺ + initialDelaySeconds: -1934111455 + periodSeconds: 1146016612 + successThreshold: 1495880465 tcpSocket: - host: "214" - port: "213" - timeoutSeconds: -1389418722 + host: "213" + port: 1281792166 + timeoutSeconds: 766864314 resources: limits: - ſ盷: "532" + 罁胾^拜Ȍzɟ踡肒Ao/樝fw[Řż丩: "47" requests: - '[Řż丩': "47" + 榜VƋZ1: "932" securityContext: - allowPrivilegeEscalation: true + allowPrivilegeEscalation: false capabilities: add: - - 勅跦Opwǩ曬逴褜1Ø + - 军g>郵[+扴ȨŮ+朷Ǝ膯lj drop: - - ȠƬQg鄠[颐o啛更偢ɇ卷荙JLĹ] - privileged: true - procMount: W:ĸ輦唊#v + - "" + privileged: false + procMount: 碧闳ȩr readOnlyRootFilesystem: true - runAsGroup: 1373384864388370080 + runAsGroup: 4468469649483616089 runAsNonRoot: false - runAsUser: -6470941481344047265 + runAsUser: -5821728037462880994 seLinuxOptions: - level: "238" - role: "236" - type: "237" - user: "235" + level: "239" + role: "237" + type: "238" + user: "236" seccompProfile: - localhostProfile: "242" - type: ʩȂ4ē鐭# + localhostProfile: "243" + type: "" windowsOptions: - gmsaCredentialSpec: "240" - gmsaCredentialSpecName: "239" - runAsUserName: "241" + gmsaCredentialSpec: "241" + gmsaCredentialSpecName: "240" + runAsUserName: "242" startupProbe: exec: command: - - "215" - failureThreshold: 59664438 + - "214" + failureThreshold: -1150474479 httpGet: host: "217" httpHeaders: - name: "218" value: "219" - path: "216" - port: 10098903 - scheme: «丯Ƙ枛牐ɺ皚 - initialDelaySeconds: 766864314 - periodSeconds: 1495880465 - successThreshold: -1032967081 + path: "215" + port: "216" + scheme: ĺɗŹ倗S晒嶗UÐ_ƮA攤 + initialDelaySeconds: 1885897314 + periodSeconds: 1054858106 + successThreshold: 232569106 tcpSocket: host: "220" - port: -1934111455 - timeoutSeconds: 1146016612 + port: -498930176 + timeoutSeconds: -465677631 stdinOnce: true - terminationMessagePath: "234" - terminationMessagePolicy: Zɾģ毋Ó6dz娝嘚庎D}埽uʎ + terminationMessagePath: "235" + terminationMessagePolicy: ɖ緕ȚÍ勅跦Opwǩ + tty: true volumeDevices: - devicePath: "200" name: "199" volumeMounts: - mountPath: "196" - mountPropagation: VƋZ1Ůđ眊ľǎɳ,ǿ飏 + mountPropagation: 瀑Ź9ǕLLȊɞ-uƻ悖ȩ0Ƹ[Ę name: "195" + readOnly: true subPath: "197" subPathExpr: "198" workingDir: "179" - nodeName: "384" + nodeName: "390" nodeSelector: - "380": "381" + "386": "387" overhead: - <ƋlɋN磋镮ȺPÈɥ偁髕ģƗ: "283" - preemptionPolicy: 梊蝴.Ĉ马āƭw鰕ǰ"șa - priority: 878153992 - priorityClassName: "467" + 炳薝鴠:X才à脡ǯ?b砸ƻ舁Ȁ贠ȇö匉: "452" + preemptionPolicy: ûŠl倳ţü¿Sʟ鍡 + priority: -1756088332 + priorityClassName: "473" readinessGates: - - conditionType: =ȑ-A敲ʉ - restartPolicy: 嵞嬯t{Eɾ敹Ȯ-湷D谹 - runtimeClassName: "472" - schedulerName: "462" + - conditionType: '#sM網' + restartPolicy: S + runtimeClassName: "478" + schedulerName: "468" securityContext: - fsGroup: -3029419263270634763 - fsGroupChangePolicy: ?jĎĭ¥#ƱÁR»淹揀. - runAsGroup: -3565639689247870986 - runAsNonRoot: false - runAsUser: 1322232608671575212 + fsGroup: 7306468936162090894 + fsGroupChangePolicy: 肄$鬬 + runAsGroup: -6445633177475289195 + runAsNonRoot: true + runAsUser: 711750319800111437 seLinuxOptions: - level: "388" - role: "386" - type: "387" - user: "385" + level: "394" + role: "392" + type: "393" + user: "391" seccompProfile: - localhostProfile: "394" - type: 鍃G昧牱 + localhostProfile: "400" + type: 矐_ supplementalGroups: - - -7888525810745339742 + - -7316357525352987834 sysctls: - - name: "392" - value: "393" + - name: "398" + value: "399" windowsOptions: - gmsaCredentialSpec: "390" - gmsaCredentialSpecName: "389" - runAsUserName: "391" - serviceAccount: "383" - serviceAccountName: "382" + gmsaCredentialSpec: "396" + gmsaCredentialSpecName: "395" + runAsUserName: "397" + serviceAccount: "389" + serviceAccountName: "388" setHostnameAsFQDN: false shareProcessNamespace: false - subdomain: "397" - terminationGracePeriodSeconds: -2985049970189992560 + subdomain: "403" + terminationGracePeriodSeconds: 2296052591495331583 tolerations: - - effect: 貛香"砻B鷋RȽXv*!ɝ茀Ǩ - key: "463" - operator: Ü - tolerationSeconds: 8594241010639209901 - value: "464" + - effect: ŕ蘴濼DZj鎒ũW|ȶdžH0ƾ瘿¸ + key: "469" + operator: E色kx-餌勀奷ŎC菡ƴ勋;*靯įƊ + tolerationSeconds: -3147305732428645642 + value: "470" topologySpreadConstraints: - labelSelector: matchExpressions: - - key: z-g--v8-c58kh44k-b13--2.7a-h0-4d-z-23---49tw-a/G5-_-_Llmft6.5H905IBI-._g_0 - operator: DoesNotExist + - key: KTlO.__0PX + operator: In + values: + - V6K_.3_583-6.f-.9-.V..Q-K_6_3 matchLabels: - N-_.F: 09z2 - maxSkew: -702578810 - topologyKey: "473" - whenUnsatisfiable: Ž氮怉ƥ;"薑Ȣ#闬輙怀¹bCũw + 47--9k-e4ora9.t7bm9-4m04qn-n7--c3k7--fei-br7310gl-xwm5-85a/r8-L__C_60-__.19_-gYY._..fP--hQ7be__-.-g-5.-59...7q___nT: u0-.6---Q.__y64L.0-.c-tm..__---r__._-.DL.o_e-d92e8S_-0D + maxSkew: -447559705 + topologyKey: "479" + whenUnsatisfiable: TaI楅©Ǫ壿/š^劶äɲ泒 volumes: - awsElasticBlockStore: fsType: "47" @@ -838,7 +845,6 @@ spec: medium: 彭聡A3fƻfʣ sizeLimit: "115" ephemeral: - readOnly: true volumeClaimTemplate: metadata: annotations: @@ -1028,14 +1034,14 @@ spec: storagePolicyName: "103" volumePath: "101" status: - availableReplicas: -1324418171 + availableReplicas: -212999359 conditions: - - lastTransitionTime: "2169-06-15T23:50:17Z" - message: "481" - reason: "480" - status: 楅©Ǫ壿/š^劶äɲ泒欞尟燬Ǻ媳ɦ - type: ƻ舁Ȁ贠ȇö匉a揘O 籇 - fullyLabeledReplicas: 2073220944 - observedGeneration: -5431516755862952643 - readyReplicas: -141868138 - replicas: 432535745 + - lastTransitionTime: "2443-02-01T11:09:03Z" + message: "487" + reason: "486" + status: ʋǞbȫ魙Ōȇ + type: "" + fullyLabeledReplicas: 131165488 + observedGeneration: 6343420286878457918 + readyReplicas: 1801862647 + replicas: -1350756342 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 eb272c19eb6..b8e1e3b634e 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 @@ -442,8 +442,7 @@ "name": "174" } } - }, - "readOnly": true + } } } ], @@ -461,9 +460,9 @@ "ports": [ { "name": "180", - "hostPort": 282592353, - "containerPort": 377225334, - "protocol": "Ƹ[Ęİ榌U髷裎$MVȟ@7", + "hostPort": 1923334396, + "containerPort": -1343558801, + "protocol": "@掇lNdǂ\u003e", "hostIP": "181" } ], @@ -472,11 +471,11 @@ "prefix": "182", "configMapRef": { "name": "183", - "optional": false + "optional": true }, "secretRef": { "name": "184", - "optional": false + "optional": true } } ], @@ -492,12 +491,12 @@ "resourceFieldRef": { "containerName": "189", "resource": "190", - "divisor": "573" + "divisor": "713" }, "configMapKeyRef": { "name": "191", "key": "192", - "optional": false + "optional": true }, "secretKeyRef": { "name": "193", @@ -509,10 +508,10 @@ ], "resources": { "limits": { - "ǚ灄鸫rʤî萨zvt": "829" + "荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3": "86" }, "requests": { - "悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\\p": "604" + "t莭琽§ć\\ ïì": "80" } }, "volumeMounts": [ @@ -521,7 +520,7 @@ "readOnly": true, "mountPath": "196", "subPath": "197", - "mountPropagation": "ƖHV", + "mountPropagation": "0矀Kʝ瘴I\\p[ħsĨɆâĺɗŹ倗S", "subPathExpr": "198" } ], @@ -539,9 +538,9 @@ }, "httpGet": { "path": "202", - "port": -1196874390, + "port": -1285424066, "host": "203", - "scheme": "S晒嶗UÐ_ƮA攤", + "scheme": "ni酛3ƁÀ", "httpHeaders": [ { "name": "204", @@ -550,42 +549,42 @@ ] }, "tcpSocket": { - "port": -498930176, - "host": "206" + "port": "206", + "host": "207" }, - "initialDelaySeconds": 1885897314, - "timeoutSeconds": -465677631, - "periodSeconds": 1054858106, - "successThreshold": 232569106, - "failureThreshold": -1150474479 + "initialDelaySeconds": -2036074491, + "timeoutSeconds": -148216266, + "periodSeconds": 165047920, + "successThreshold": -393291312, + "failureThreshold": -93157681 }, "readinessProbe": { "exec": { "command": [ - "207" + "208" ] }, "httpGet": { - "path": "208", - "port": "209", - "host": "210", - "scheme": "8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ", + "path": "209", + "port": "210", + "host": "211", + "scheme": "3!Zɾģ毋Ó6", "httpHeaders": [ { - "name": "211", - "value": "212" + "name": "212", + "value": "213" } ] }, "tcpSocket": { - "port": "213", + "port": -832805508, "host": "214" }, - "initialDelaySeconds": -2717401, - "timeoutSeconds": -1492565335, - "periodSeconds": -1099429189, - "successThreshold": 994072122, - "failureThreshold": 1752155096 + "initialDelaySeconds": -228822833, + "timeoutSeconds": -970312425, + "periodSeconds": -1213051101, + "successThreshold": 1451056156, + "failureThreshold": 267768240 }, "startupProbe": { "exec": { @@ -595,83 +594,83 @@ }, "httpGet": { "path": "216", - "port": "217", - "host": "218", - "scheme": "Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ", + "port": -1492565335, + "host": "217", + "scheme": "ɷ9Ì崟¿瘦ɖ緕ȚÍ勅跦Opw", "httpHeaders": [ { - "name": "219", - "value": "220" + "name": "218", + "value": "219" } ] }, "tcpSocket": { - "port": -36782737, - "host": "221" + "port": -280820676, + "host": "220" }, - "initialDelaySeconds": -1738069460, - "timeoutSeconds": -1643733106, - "periodSeconds": -805795167, - "successThreshold": 1791615594, - "failureThreshold": 785984384 + "initialDelaySeconds": 376404581, + "timeoutSeconds": -661937776, + "periodSeconds": 2070521391, + "successThreshold": -440412584, + "failureThreshold": -1801140031 }, "lifecycle": { "postStart": { "exec": { "command": [ - "222" + "221" ] }, "httpGet": { - "path": "223", - "port": "224", - "host": "225", - "scheme": "\u003e郵[+扴ȨŮ", + "path": "222", + "port": "223", + "host": "224", + "scheme": "鄠[颐o啛更偢ɇ卷荙JL", "httpHeaders": [ { - "name": "226", - "value": "227" + "name": "225", + "value": "226" } ] }, "tcpSocket": { - "port": "228", - "host": "229" + "port": "227", + "host": "228" } }, "preStop": { "exec": { "command": [ - "230" + "229" ] }, "httpGet": { - "path": "231", - "port": -743369977, - "host": "232", - "scheme": "\u003e犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4", + "path": "230", + "port": -1506633471, + "host": "231", + "scheme": "1虊谇j爻ƙt叀碧闳ȩr嚧ʣq", "httpHeaders": [ { - "name": "233", - "value": "234" + "name": "232", + "value": "233" } ] }, "tcpSocket": { - "port": -1224991707, + "port": "234", "host": "235" } } }, "terminationMessagePath": "236", - "imagePullPolicy": "昕Ĭ", + "terminationMessagePolicy": "屡ʁ", "securityContext": { "capabilities": { "add": [ - "藢xɮĵȑ6L*Z鐫û咡W\u003c" + "Ÿ8T 苧yñKJɐ扵" ], "drop": [ - "lu|榝$î." + "ƚ绤fʀļ腩墺Ò媁荭gw忊|E剒蔞" ] }, "privileged": false, @@ -686,18 +685,18 @@ "gmsaCredentialSpec": "242", "runAsUserName": "243" }, - "runAsUser": -7565148469525206101, - "runAsGroup": 8949541422887578058, + "runAsUser": -6177393256425700216, + "runAsGroup": 2001337664780390084, "runAsNonRoot": true, "readOnlyRootFilesystem": true, - "allowPrivilegeEscalation": true, - "procMount": "朦 wƯ貾坢'跩", + "allowPrivilegeEscalation": false, + "procMount": "Ȩ\u003c6鄰簳°Ļǟi\u0026", "seccompProfile": { - "type": "ŕ翑0展}", + "type": "", "localhostProfile": "244" } }, - "stdinOnce": true + "tty": true } ], "containers": [ @@ -714,9 +713,9 @@ "ports": [ { "name": "250", - "hostPort": -778272981, - "containerPort": 2056774277, - "protocol": "现葢ŵ橨鬶l獕;跣Hǝcw媀瓄\u0026翜舞拉", + "hostPort": -1296830577, + "containerPort": -1314967760, + "protocol": "順\\E¦队偯J僳徥淳4", "hostIP": "251" } ], @@ -745,12 +744,12 @@ "resourceFieldRef": { "containerName": "259", "resource": "260", - "divisor": "124" + "divisor": "812" }, "configMapKeyRef": { "name": "261", "key": "262", - "optional": false + "optional": true }, "secretKeyRef": { "name": "263", @@ -762,10 +761,10 @@ ], "resources": { "limits": { - "V訆Ǝżŧ": "915" + "Ǒ輂,ŕĪĠM蘇KŅ/»頸+SÄ蚃ɣ": "173" }, "requests": { - "+SÄ蚃ɣľ)酊龨Î": "787" + "餠籲磣Óƿ頀\"冓鍓贯澔 ƺ蛜6Ɖ飴Ɏi": "796" } }, "volumeMounts": [ @@ -774,7 +773,7 @@ "readOnly": true, "mountPath": "266", "subPath": "267", - "mountPropagation": "\"冓鍓贯澔 ƺ蛜6", + "mountPropagation": "囌{屿oiɥ嵐sC", "subPathExpr": "268" } ], @@ -792,52 +791,53 @@ }, "httpGet": { "path": "272", - "port": 465486290, - "host": "273", + "port": "273", + "host": "274", + "scheme": "ɢ鬍熖B芭花ª瘡蟦JBʟ鍏H鯂²静Ʋ", "httpHeaders": [ { - "name": "274", - "value": "275" + "name": "275", + "value": "276" } ] }, "tcpSocket": { - "port": -116224247, - "host": "276" + "port": -181601395, + "host": "277" }, - "initialDelaySeconds": -2097329452, - "timeoutSeconds": 1504385614, - "periodSeconds": 865289071, - "successThreshold": -1829146875, - "failureThreshold": -205176266 + "initialDelaySeconds": -617381112, + "timeoutSeconds": 1851229369, + "periodSeconds": -560238386, + "successThreshold": 1658749995, + "failureThreshold": -938421813 }, "readinessProbe": { "exec": { "command": [ - "277" + "278" ] }, "httpGet": { - "path": "278", - "port": 234253676, - "host": "279", - "scheme": "ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏", + "path": "279", + "port": -305362540, + "host": "280", + "scheme": "Ǩ繫ʎǑyZ涬P­蜷ɔ幩", "httpHeaders": [ { - "name": "280", - "value": "281" + "name": "281", + "value": "282" } ] }, "tcpSocket": { - "port": "282", + "port": 1167615307, "host": "283" }, - "initialDelaySeconds": -2062708879, - "timeoutSeconds": 215186711, - "periodSeconds": -141401239, - "successThreshold": -1187301925, - "failureThreshold": -402384013 + "initialDelaySeconds": 455833230, + "timeoutSeconds": 1956567721, + "periodSeconds": 155090390, + "successThreshold": -2113700533, + "failureThreshold": -2130294761 }, "startupProbe": { "exec": { @@ -847,25 +847,25 @@ }, "httpGet": { "path": "285", - "port": "286", - "host": "287", - "scheme": "鏻砅邻爥", + "port": -727263154, + "host": "286", + "scheme": "Ȗ|ʐşƧ諔迮ƙIJ嘢4", "httpHeaders": [ { - "name": "288", - "value": "289" + "name": "287", + "value": "288" } ] }, "tcpSocket": { - "port": -305362540, + "port": "289", "host": "290" }, - "initialDelaySeconds": 601198286, - "timeoutSeconds": 409029209, - "periodSeconds": 405193215, - "successThreshold": 2129989022, - "failureThreshold": -1699531929 + "initialDelaySeconds": 1137109081, + "timeoutSeconds": -1896415283, + "periodSeconds": 1540899353, + "successThreshold": -1330095135, + "failureThreshold": 1566213732 }, "lifecycle": { "postStart": { @@ -878,7 +878,7 @@ "path": "292", "port": "293", "host": "294", - "scheme": "­蜷ɔ幩š", + "scheme": "W賁Ěɭɪǹ0", "httpHeaders": [ { "name": "295", @@ -887,412 +887,391 @@ ] }, "tcpSocket": { - "port": 455833230, - "host": "297" + "port": "297", + "host": "298" } }, "preStop": { "exec": { "command": [ - "298" + "299" ] }, "httpGet": { - "path": "299", - "port": 1076497581, - "host": "300", - "scheme": "h4ɊHȖ|ʐ", + "path": "300", + "port": -1520531919, + "host": "301", + "scheme": "n(fǂǢ曣ŋayåe躒訙Ǫ", "httpHeaders": [ { - "name": "301", - "value": "302" + "name": "302", + "value": "303" } ] }, "tcpSocket": { - "port": 248533396, - "host": "303" + "port": 739175678, + "host": "304" } } }, - "terminationMessagePath": "304", - "terminationMessagePolicy": "迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ", - "imagePullPolicy": "ņ", + "terminationMessagePath": "305", + "terminationMessagePolicy": "ť嗆u8晲T", + "imagePullPolicy": "xǨŴ壶ƵfȽÃ", "securityContext": { "capabilities": { "add": [ - "DŽ髐njʉBn(fǂǢ曣" + "ȓɻ挴ʠɜ瞍阎lğ Ņ#耗Ǚ(ť1ùf" ], "drop": [ - "ay" + "ƽ眝{æ盪泙" ] }, - "privileged": false, + "privileged": true, "seLinuxOptions": { - "user": "305", - "role": "306", - "type": "307", - "level": "308" + "user": "306", + "role": "307", + "type": "308", + "level": "309" }, "windowsOptions": { - "gmsaCredentialSpecName": "309", - "gmsaCredentialSpec": "310", - "runAsUserName": "311" + "gmsaCredentialSpecName": "310", + "gmsaCredentialSpec": "311", + "runAsUserName": "312" }, - "runAsUser": 1958157659034146020, - "runAsGroup": -5996624450771474158, + "runAsUser": -2176303163074826228, + "runAsGroup": 5326516866753332539, "runAsNonRoot": false, "readOnlyRootFilesystem": true, - "allowPrivilegeEscalation": false, - "procMount": "嗆u", + "allowPrivilegeEscalation": true, + "procMount": "^輅9ɛ棕ƈ眽炊礫Ƽ¨Ix糂腂ǂǚ", "seccompProfile": { - "type": "晲T[irȎ3Ĕ\\", - "localhostProfile": "312" + "type": "EuE", + "localhostProfile": "313" } }, + "stdin": true, + "stdinOnce": true, "tty": true } ], "ephemeralContainers": [ { - "name": "313", - "image": "314", + "name": "314", + "image": "315", "command": [ - "315" - ], - "args": [ "316" ], - "workingDir": "317", + "args": [ + "317" + ], + "workingDir": "318", "ports": [ { - "name": "318", - "hostPort": -1656699070, - "containerPort": -1918622971, - "protocol": "ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz", - "hostIP": "319" + "name": "319", + "hostPort": -703434763, + "containerPort": 930549073, + "protocol": "礤铟怖ý萜Ǖc8", + "hostIP": "320" } ], "envFrom": [ { - "prefix": "320", + "prefix": "321", "configMapRef": { - "name": "321", - "optional": true - }, - "secretRef": { "name": "322", "optional": false + }, + "secretRef": { + "name": "323", + "optional": true } } ], "env": [ { - "name": "323", - "value": "324", + "name": "324", + "value": "325", "valueFrom": { "fieldRef": { - "apiVersion": "325", - "fieldPath": "326" + "apiVersion": "326", + "fieldPath": "327" }, "resourceFieldRef": { - "containerName": "327", - "resource": "328", - "divisor": "69" + "containerName": "328", + "resource": "329", + "divisor": "595" }, "configMapKeyRef": { - "name": "329", - "key": "330", - "optional": true + "name": "330", + "key": "331", + "optional": false }, "secretKeyRef": { - "name": "331", - "key": "332", - "optional": false + "name": "332", + "key": "333", + "optional": true } } } ], "resources": { "limits": { - "1b": "328" + "ɋȑoG鄧蜢暳ǽżLj捲": "775" }, "requests": { - "}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊": "699" + "U": "632" } }, "volumeMounts": [ { - "name": "333", + "name": "334", "readOnly": true, - "mountPath": "334", - "subPath": "335", - "mountPropagation": "Ik(dŊiɢzĮ蛋I", - "subPathExpr": "336" + "mountPath": "335", + "subPath": "336", + "mountPropagation": "$嬏", + "subPathExpr": "337" } ], "volumeDevices": [ { - "name": "337", - "devicePath": "338" + "name": "338", + "devicePath": "339" } ], "livenessProbe": { "exec": { "command": [ - "339" + "340" ] }, "httpGet": { - "path": "340", - "port": "341", - "host": "342", - "scheme": "ȥ}礤铟怖ý萜Ǖ", + "path": "341", + "port": "342", + "host": "343", + "scheme": "$ɛ溢臜裡×銵-紑浘牬", "httpHeaders": [ { - "name": "343", - "value": "344" + "name": "344", + "value": "345" } ] }, "tcpSocket": { - "port": -1088996269, - "host": "345" + "port": "346", + "host": "347" }, - "initialDelaySeconds": -1922458514, - "timeoutSeconds": 1480364858, - "periodSeconds": 692511776, - "successThreshold": -1231653807, - "failureThreshold": -36573584 + "initialDelaySeconds": -195171082, + "timeoutSeconds": 1648539888, + "periodSeconds": 762856658, + "successThreshold": -1898251770, + "failureThreshold": 713473395 }, "readinessProbe": { "exec": { "command": [ - "346" + "348" ] }, "httpGet": { - "path": "347", - "port": -1157640253, - "host": "348", - "scheme": "×p鬷m罂o3ǰ廋i乳'ȘUɻ;", + "path": "349", + "port": "350", + "host": "351", + "scheme": "ɴ鉂WJ1抉泅ą\u0026", "httpHeaders": [ { - "name": "349", - "value": "350" + "name": "352", + "value": "353" } ] }, "tcpSocket": { - "port": "351", - "host": "352" + "port": "354", + "host": "355" }, - "initialDelaySeconds": -478839383, - "timeoutSeconds": 989933975, - "periodSeconds": 140830733, - "successThreshold": -708495486, - "failureThreshold": -1436899600 + "initialDelaySeconds": -1943335113, + "timeoutSeconds": -39292476, + "periodSeconds": 801902541, + "successThreshold": -1312249623, + "failureThreshold": -1089435479 }, "startupProbe": { "exec": { "command": [ - "353" + "356" ] }, "httpGet": { - "path": "354", - "port": "355", - "host": "356", - "scheme": "漤ŗ坟", + "path": "357", + "port": -592521472, + "host": "358", + "scheme": ":/", "httpHeaders": [ { - "name": "357", - "value": "358" + "name": "359", + "value": "360" } ] }, "tcpSocket": { - "port": -1617422199, - "host": "359" + "port": -1101457109, + "host": "361" }, - "initialDelaySeconds": -902839620, - "timeoutSeconds": -2030665763, - "periodSeconds": 1808698094, - "successThreshold": 1155232143, - "failureThreshold": -1873425934 + "initialDelaySeconds": -513325570, + "timeoutSeconds": 1491794693, + "periodSeconds": -1457715462, + "successThreshold": 1349815334, + "failureThreshold": 1307211372 }, "lifecycle": { "postStart": { "exec": { "command": [ - "360" + "362" ] }, "httpGet": { - "path": "361", - "port": 1288391156, - "host": "362", - "scheme": "Ǥ桒ɴ鉂WJ1抉泅ą\u0026疀ȼN", + "path": "363", + "port": "364", + "host": "365", + "scheme": "ð仁Q橱9ij\\Ď愝Ű藛b磾sY", "httpHeaders": [ { - "name": "363", - "value": "364" + "name": "366", + "value": "367" } ] }, "tcpSocket": { - "port": "365", - "host": "366" + "port": "368", + "host": "369" } }, "preStop": { "exec": { "command": [ - "367" + "370" ] }, "httpGet": { - "path": "368", - "port": 1859267428, - "host": "369", - "scheme": "ȟP", + "path": "371", + "port": -1500740922, + "host": "372", + "scheme": "张q櫞繡旹翃ɾ氒ĺʈʫ羶剹ƊF豎穜姰", "httpHeaders": [ { - "name": "370", - "value": "371" + "name": "373", + "value": "374" } ] }, "tcpSocket": { - "port": 1445923603, - "host": "372" + "port": "375", + "host": "376" } } }, - "terminationMessagePath": "373", - "terminationMessagePolicy": "殆诵H玲鑠ĭ$#卛8ð仁Q", - "imagePullPolicy": "tl敷斢杧ż鯀", + "terminationMessagePath": "377", + "terminationMessagePolicy": "耖p^鏋蛹Ƚȿ醏g遧Ȋ飂廤Ƌʙcx赮ǒ", + "imagePullPolicy": "¬h`職铳s44矕Ƈè*鑏='ʨ|", "securityContext": { "capabilities": { "add": [ - "鸔ɧWǘ炙" + "敆OɈÏ 瞍髃#ɣȕW歹s" ], "drop": [ - "餸硷" + "ɥʋăƻ遲" ] }, "privileged": true, "seLinuxOptions": { - "user": "374", - "role": "375", - "type": "376", - "level": "377" + "user": "378", + "role": "379", + "type": "380", + "level": "381" }, "windowsOptions": { - "gmsaCredentialSpecName": "378", - "gmsaCredentialSpec": "379", - "runAsUserName": "380" + "gmsaCredentialSpecName": "382", + "gmsaCredentialSpec": "383", + "runAsUserName": "384" }, - "runAsUser": 5215323049148402377, - "runAsGroup": 2946116477552625615, - "runAsNonRoot": true, - "readOnlyRootFilesystem": true, + "runAsUser": 3805707846751185585, + "runAsGroup": 4820130167691486230, + "runAsNonRoot": false, + "readOnlyRootFilesystem": false, "allowPrivilegeEscalation": true, - "procMount": "ʈʫ羶剹ƊF豎穜", + "procMount": "Ů嫠!@@)Zq=歍þ螗ɃŒGm", "seccompProfile": { - "type": "l咑耖p^鏋", - "localhostProfile": "381" + "type": "z鋎", + "localhostProfile": "385" } }, "tty": true, - "targetContainerName": "382" + "targetContainerName": "386" } ], - "restartPolicy": "ȿ醏g遧", - "terminationGracePeriodSeconds": -616777763639482630, - "activeDeadlineSeconds": 2031424375743848602, - "dnsPolicy": ":{柯?B", + "restartPolicy": "¿əW#ļǹʅŚO虀^背遻堣灭ƴɦ燻踸", + "terminationGracePeriodSeconds": -8963807447996144781, + "activeDeadlineSeconds": -5539971415578447792, + "dnsPolicy": "6", "nodeSelector": { - "383": "384" + "387": "388" }, - "serviceAccountName": "385", - "serviceAccount": "386", + "serviceAccountName": "389", + "serviceAccount": "390", "automountServiceAccountToken": false, - "nodeName": "387", + "nodeName": "391", "hostNetwork": true, - "shareProcessNamespace": false, + "hostPID": true, + "hostIPC": true, + "shareProcessNamespace": true, "securityContext": { "seLinuxOptions": { - "user": "388", - "role": "389", - "type": "390", - "level": "391" + "user": "392", + "role": "393", + "type": "394", + "level": "395" }, "windowsOptions": { - "gmsaCredentialSpecName": "392", - "gmsaCredentialSpec": "393", - "runAsUserName": "394" + "gmsaCredentialSpecName": "396", + "gmsaCredentialSpec": "397", + "runAsUserName": "398" }, - "runAsUser": -1290365495982891537, - "runAsGroup": -759684899479757878, + "runAsUser": 4290717681745188904, + "runAsGroup": 3355244307027629244, "runAsNonRoot": false, "supplementalGroups": [ - 3273247375993523103 + -7106117411092125093 ], - "fsGroup": 4489057930380969432, + "fsGroup": -9164240834267238973, "sysctls": [ { - "name": "395", - "value": "396" + "name": "399", + "value": "400" } ], - "fsGroupChangePolicy": "='ʨ|ǓÓ敆OɈÏ 瞍髃", + "fsGroupChangePolicy": "", "seccompProfile": { - "type": "ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn", - "localhostProfile": "397" + "type": "d'呪", + "localhostProfile": "401" } }, "imagePullSecrets": [ { - "name": "398" + "name": "402" } ], - "hostname": "399", - "subdomain": "400", + "hostname": "403", + "subdomain": "404", "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { "nodeSelectorTerms": [ { - "matchExpressions": [ - { - "key": "401", - "operator": "+Œ9两", - "values": [ - "402" - ] - } - ], - "matchFields": [ - { - "key": "403", - "operator": "q=歍þ螗ɃŒGm¨z鋎靀G", - "values": [ - "404" - ] - } - ] - } - ] - }, - "preferredDuringSchedulingIgnoredDuringExecution": [ - { - "weight": 377409178, - "preference": { "matchExpressions": [ { "key": "405", - "operator": "#ļǹʅŚO虀^背遻堣灭ƴɦ燻", + "operator": "W瀤oɢ嫎¸殚篎3o8[y", "values": [ "406" ] @@ -1301,13 +1280,38 @@ "matchFields": [ { "key": "407", - "operator": "-觗裓6Ř筿ɾ5Ų買霎ȃň[\u003eą", + "operator": "ï驿笈", "values": [ "408" ] } ] } + ] + }, + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -1009377808, + "preference": { + "matchExpressions": [ + { + "key": "409", + "operator": "a餖Ľƛ淴ɑ?¶ȲƪE1º轪d覉;Ĕ颪", + "values": [ + "410" + ] + } + ], + "matchFields": [ + { + "key": "411", + "operator": "惍EʦŊĊ娮rȧ", + "values": [ + "412" + ] + } + ] + } } ] }, @@ -1316,30 +1320,30 @@ { "labelSelector": { "matchLabels": { - "1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5": "1--L--v_Z--Zg-_4Q__-v_t_u_.A" + "u.wg_-b8a_6_.0Q4_.84.K_-_0_..u.F.pq.c": "" }, "matchExpressions": [ { - "key": "5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y", - "operator": "Exists" + "key": "8b-3-3b17cab-ppy5e--9p-61-2we16h--5-d-k-sm.2xv17r--32b-----4-670tfz-up3n/ov_Z--Zg-_Q", + "operator": "NotIn", + "values": [ + "0..KpiS.oK-.O--5-yp8q_s-L" + ] } ] }, "namespaces": [ - "415" + "419" ], - "topologyKey": "416", + "topologyKey": "420", "namespaceSelector": { "matchLabels": { - "l_-W8o._xJ1-lFA_Xf3.V0H2-.zHw.H__V.Vz_6.Hz_V_.r_v_._e_-8": "Z6Z..11_7pX_z" + "0--0g-q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x8/Hz_V_.r_v_._e_-78o_6Z..11_7pX_.-mLlx...w_t-_.5.40Rw4D": "Y_2-n_5023Xl-3Pw_-r7g" }, "matchExpressions": [ { - "key": "w_t-_.5.40Rw4gD.._.-x6db-L7.-__-G_2kCpS__.39g_.--_-_ve5.Z", - "operator": "In", - "values": [ - "4.nw_-_x18mtxb__e" - ] + "key": "3hjo--8kb6--ut---p8--3-e-3-44-e.w--i--40wv--in-870w--it6k47-7yd-y--3wc8q8/wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...Cr", + "operator": "DoesNotExist" } ] } @@ -1347,30 +1351,30 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1479434972, + "weight": -234140, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "jo--8kb6--ut---p8--3-e-3-44---h-q7-p-2djmscp--ac8u23-k----26u5h.r3wc8q78-0020-1-0f--k--bf-94/co-__y__._12..wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...Cqr7": "r.-F__r.oh..2_uGGP..-_N_h_4Hl-X0_2-W" + "1_.-_L-__bf_9_-C-PfNx__-U_P": "tW23-_.z_.._s--_F-BR-.h_2" }, "matchExpressions": [ { - "key": "7AlR__8-7_-YD-Q9_-__..YNFu7Pg-.814e-_07-ht-E6___-X__9", + "key": "s_6O-5_7_-0w_--5-_.3--_9QW2JkU27_.-4T-I.-..K.-.0__sD.-.-_s", "operator": "Exists" } ] }, "namespaces": [ - "429" + "433" ], - "topologyKey": "430", + "topologyKey": "434", "namespaceSelector": { "matchLabels": { - "4_r.-_Rw1k8KLu..ly--J-_.ZCRT.0z-oe.G79.b": "V._nV34GH" + "Q.-_t--O3": "7z2-y.-...C4_-_2G0.-c_C.G.h--m._fN._k8__._ep2P.B._A_09E" }, "matchExpressions": [ { - "key": "9105-4_ed-0-i_zZsY_o8t5Vl6_..C", + "key": "P_p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o..p_B-d--Q5._D6_.d-n_9np", "operator": "DoesNotExist" } ] @@ -1384,32 +1388,32 @@ { "labelSelector": { "matchLabels": { - "q0o.0C_gV.9_G-.-z1YH": "b.9x98MM7-.e.Dx._.W-6..4_MU7iLfS-0.9-.-._.1..sA" + "n7-a6434---7i-f-d019o1v3u.2k8-2-d--n--r8661--3-8-t48g-w2q7z-vps548-d-1r7j--v2x-64dwb/e": "8" }, "matchExpressions": [ { - "key": "s4dw-buv-f55-2k2-e-443m678-2v89-zk873--1n133.or-0-2--rad877gr62g/dg__..2bidF.-0-...WE.-_tdt_-Z0_TMp", - "operator": "NotIn", + "key": "75-p-z---k-5r6h--y7o-0-wq-zfdw73w0---4a18-f4/d1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--2", + "operator": "In", "values": [ - "MGbG-_-8Qi..9-4.2K_FQ.E--__K-hg" + "u-.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133eT_2_t_IkI-mt4...rBQ.9-0" ] } ] }, "namespaces": [ - "443" + "447" ], - "topologyKey": "444", + "topologyKey": "448", "namespaceSelector": { "matchLabels": { - "4vk58-7e74-ddq-a-lcv0n1-i-d-----9---063-qm-j-w.57k--e--x--b--1-n4-a--o2h0fy-j-5-5-2nw/1._-_CH--.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133T": "P-336-.B__.QiA6._3o_V-w._-0d__7.81_-._-_8_8" + "m_-Z.wc..k_0_5.z.0..__k": "b.-9.Y0-_-.l__.c17__f_-336-.BT" }, "matchExpressions": [ { - "key": "0476b---nhc50-de2qh2-b-6--13lk5-e4-u-5kvp-----887j72qz6-7d841/R._.3l-_86_u2-7_._qN__A_f_-B3_UP", + "key": "N7.81_-._-_8_.._._a9", "operator": "In", "values": [ - "396h8.G__B3" + "vi.gZdnUVP._81_---l_3_-_G-D....js--a---..6bD_Mh" ] } ] @@ -1418,31 +1422,31 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1856144088, + "weight": 1276377114, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "Q-.-.g-_Z_-nSLq": "4P--_q-...Oai.D7-_9..8-8yw..__Yb_58.p-06jVZ-uP.t_.O3" + "1f8--tf---7r88-1--p61cd--s-nu5718--lks7d-x9-f-62o8/L9._5-..Bi_..aOQ_._Yn.-.4t.U.VU__-_BAB_35H__.B_6_-U..u8gwb.-6": "M9..8-8yw..__Yb_58.p-06jVZ-u0" }, "matchExpressions": [ { - "key": "3d/6_M5..-N_H_55..--E3_2D-1DW__o_-._kzB7U_.Q.45cy-5", - "operator": "Exists" + "key": "v54le-to9e--a-7je9fz87-2jvd23-0p1.360v2-x-cpor---cigu--s/j-dY7_M_-._M5..-N_H_55..--E3_2h", + "operator": "DoesNotExist" } ] }, "namespaces": [ - "457" + "461" ], - "topologyKey": "458", + "topologyKey": "462", "namespaceSelector": { "matchLabels": { - "2x-cpor---cigu---4-2-4k0267h-rl-l-u575b93-r6---4g-vg3t.vuo17qre-33-5-u8f0f1q8/6": "px_0-.mJe__.B-cd2_4" + "o17qre-33-5-u8f0f1qv--i72-x3---v25f56.w84s-n-i-711s4--9s8--o-8dm---b----03-64-8l7-l-0787--1--ia5yl9k/267hP-lX-_-..5-.._r6M__4-P-g3J6": "I-._g_.._-hKc.OB_F_--.._m_-9" }, "matchExpressions": [ { - "key": "1s._K9-.AJ-_8--___b____03_6.K8lY", - "operator": "Exists" + "key": "410-f-o-fr-5-3t--y9---2--e-yya3.98t-----60t--019-yg--4-37f-rwh-7be--y0agp51x597277q---nt/M-0R.-I-_23L_J49t-X..1", + "operator": "DoesNotExist" } ] } @@ -1451,64 +1455,67 @@ ] } }, - "schedulerName": "465", + "schedulerName": "469", "tolerations": [ { - "key": "466", - "operator": "0yVA嬂刲;牆詒ĸąs", - "value": "467", - "effect": "kx-餌勀奷Ŏ", - "tolerationSeconds": -9038755672632113093 + "key": "470", + "operator": "r}梳攔wŲ魦Ɔ0ƢĮÀĘÆɆȸȢ蒸", + "value": "471", + "effect": "U烈 źfjǰɪ嘞ȏ}杻扞Ğ", + "tolerationSeconds": 3252034671163905138 } ], "hostAliases": [ { - "ip": "468", + "ip": "472", "hostnames": [ - "469" + "473" ] } ], - "priorityClassName": "470", - "priority": -1133320634, + "priorityClassName": "474", + "priority": 347613368, "dnsConfig": { "nameservers": [ - "471" + "475" ], "searches": [ - "472" + "476" ], "options": [ { - "name": "473", - "value": "474" + "name": "477", + "value": "478" } ] }, "readinessGates": [ { - "conditionType": "į" + "conditionType": "ř岈ǎǏ]S5:œƌ嵃ǁ" } ], - "runtimeClassName": "475", - "enableServiceLinks": true, - "preemptionPolicy": "Ʀ[螵沊齣薣鰎đƝ):惝ŵ髿ɔ", + "runtimeClassName": "479", + "enableServiceLinks": false, + "preemptionPolicy": "m珢\\%傢z¦Ā竚ĐȌƨǴ叆", "overhead": { - "k_": "725" + "D輷": "792" }, "topologySpreadConstraints": [ { - "maxSkew": -2046521037, - "topologyKey": "476", - "whenUnsatisfiable": "\"T#sM網m", + "maxSkew": -484382570, + "topologyKey": "480", + "whenUnsatisfiable": "nn坾\u0026Pɫ(ʙÆʨɺC`", "labelSelector": { "matchLabels": { - "3.hy9---2--e-yya--bj7-l-9aw--2/hs.-_DM__28W-_-.0HfR-_f-5": "019_-gYY._..fP--hQ7be__-.-g-5.-59...7q___n.__16ee.6" + "n.DL.o_e-d92e8S_-0-_8Vz-E41___75Q-T": "O.__0PPX-.-d4Badb" }, "matchExpressions": [ { - "key": "B.rTt7bm9I.-..q-F-.__ck", - "operator": "DoesNotExist" + "key": "zz8-35x38i-qnr-5zi82dc3do--7lw63jvksy--w-i33-dzn6-302m7rx1/7Jl----i_I.-_7g-8iJ--p-7f3-2_Z_V_-q-L34-_D86-W_g52", + "operator": "NotIn", + "values": [ + "h.v._5.vB-.-7-.6Jv-86___3" + ] } ] } @@ -1520,126 +1527,123 @@ "volumeClaimTemplates": [ { "metadata": { - "name": "483", - "generateName": "484", - "namespace": "485", - "selfLink": "486", - "uid": "0斃搡Cʼn嘡ʇɆȏ+\u0026ɃB沅零ș", - "resourceVersion": "6510253963764562049", - "generation": -2252894353040736578, + "name": "487", + "generateName": "488", + "namespace": "489", + "selfLink": "490", + "uid": "4LM桵Ţ宧ʜ嵹ʌ5Ë}", + "resourceVersion": "932117408350471144", + "generation": 4446917721686139397, "creationTimestamp": null, - "deletionGracePeriodSeconds": -834876888064929876, + "deletionGracePeriodSeconds": -2948232978388571762, "labels": { - "488": "489" + "492": "493" }, "annotations": { - "490": "491" + "494": "495" }, "ownerReferences": [ { - "apiVersion": "492", - "kind": "493", - "name": "494", - "uid": "\\%傢z¦Ā竚ĐȌƨǴ叆ĄD輷東t½ǩ", + "apiVersion": "496", + "kind": "497", + "name": "498", + "uid": "憲Ħ焵i,ŋ", "controller": false, - "blockOwnerDeletion": true + "blockOwnerDeletion": false } ], "finalizers": [ - "495" + "499" ], - "clusterName": "496", + "clusterName": "500", "managedFields": [ { - "manager": "497", - "operation": "MǍ}箼愆+P;抣ēȌ%ÿ¼璤ň", - "apiVersion": "498", - "fieldsType": "499" + "manager": "501", + "operation": "Ʀ§:Ǫ魚Emv看ƜZ穑S", + "apiVersion": "502", + "fieldsType": "503" } ] }, "spec": { "accessModes": [ - "V礆á¤拈tY" + "Is{豘ñ澀j劎笜釼鮭Ɯ" ], "selector": { "matchLabels": { - "PX-.-d4BadE-.1-V...t27-4..7": "l----i_Ii" + "789--9opn2/8.--4-___..1.N_l..-_.1-j---30q.-2_9.9-..-JA-H-C5-8_--4.__z22": "E_3-a__w.___-_-mv9h.-7.s__-_g6_-_N4-R._P-___0..X" }, "matchExpressions": [ { - "key": "e-35x38i-qnr-5zi82dc3do--7lw635/Z_V_-q-L34-_D86-W_g5r.4", - "operator": "In", - "values": [ - "s-_Y-_i.._---6_.0.m.--.-dh.v._5.vB-.7" - ] + "key": "R_-U7-F34-6.-_-O-F__h9", + "operator": "Exists" } ] }, "resources": { "limits": { - "sx羳ıȦjJ綒鷈颿懽]轸Jc'V{": "821" + "獪霛圦Ƶ": "159" }, "requests": { - "(踶NJđƟ": "357" + "-劺b": "142" } }, - "volumeName": "506", - "storageClassName": "507", - "volumeMode": "穜", + "volumeName": "510", + "storageClassName": "511", + "volumeMode": "ê婼SƸ炃\u0026-Ƹ绿浠穸æǷ^ɘʘ", "dataSource": { - "apiGroup": "508", - "kind": "509", - "name": "510" + "apiGroup": "512", + "kind": "513", + "name": "514" } }, "status": { - "phase": "睭憲Ħ焵i,ŋŨNâ", + "phase": "s檣ŝƚʤ\u003cƟʚ`÷碹頒D", "accessModes": [ - "§" + "Ƭ)攕ƕ遻W?Ɔ遗1湾宑·Ʀ" ], "capacity": { - "Ǫ魚": "27" + "Ȍ璣nj儱ƚWA麭T棞詢¡ɅǏõxġ": "858" }, "conditions": [ { - "type": "qĖĖȠ姓ȇ\u003e尪", - "status": "t飜ĈȖ董缞濪葷c", - "lastProbeTime": "2398-05-12T06:43:28Z", - "lastTransitionTime": "2943-12-07T17:53:42Z", - "reason": "511", - "message": "512" + "type": "j=击", + "status": "|{軈ĕʦ竳÷ 骵蓧應ĸ簋", + "lastProbeTime": "2322-05-21T16:41:46Z", + "lastTransitionTime": "2939-10-28T17:50:12Z", + "reason": "515", + "message": "516" } ] } } ], - "serviceName": "513", - "podManagementPolicy": "5Ë", + "serviceName": "517", + "podManagementPolicy": "验`垥-罏Dz咘", "updateStrategy": { - "type": "t谍Ã\u0026榠塹ǜŬɽŌ拭#{", + "type": "Ğy", "rollingUpdate": { - "partition": 199912760 + "partition": -758476265 } }, - "revisionHistoryLimit": -506157639 + "revisionHistoryLimit": 1260831675 }, "status": { - "observedGeneration": 364197194076938036, - "replicas": 1410850501, - "readyReplicas": -827735561, - "currentReplicas": 1956611085, - "updatedReplicas": 1768089178, - "currentRevision": "514", - "updateRevision": "515", - "collisionCount": -565639840, + "observedGeneration": 8438550020448048629, + "replicas": -83108222, + "readyReplicas": 1738133199, + "currentReplicas": -1053645465, + "updatedReplicas": -1271316132, + "currentRevision": "518", + "updateRevision": "519", + "collisionCount": -607784054, "conditions": [ { - "type": "tyȸɡ[", - "status": "萀灗\u0026Eōɴbȣ瀢璩", - "lastTransitionTime": "2251-02-17T11:59:12Z", - "reason": "516", - "message": "517" + "type": "²Ŕİuƶ½OE弞", + "status": "ɶċŶv}鮩澊聝楧p问Ð7ɞŶJŖ)j", + "lastTransitionTime": "2235-11-16T23:26:27Z", + "reason": "520", + "message": "521" } ] } 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 86214ae11f93c3dfe4b53ecb378954ac0389e654..de788939c5e6070b3479b0e8966a2ae0900fbfe3 100644 GIT binary patch delta 6745 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 K92?|g@cDn_hmC9i delta 6268 zcmY*d30zdy)#rf=zQhKfrXN3&^dqA&RC6D1Ure)z3y4dUB%s*lR(1qMhE-~QgCK~Y z2n?IbqJS(4h=_p7(l|3PLp1%Gq}iIbY2$2ZlNg(%sY&a1-VCNG{J7kA-@E6YdzSxM z8rP47Rq1?d!>X6{`F`=-#kXP!Ux#cA^)){5TZ!xFr4>31@ zpicN3Kc648HiGoyL?+<;zrQ&8uY2%A1eRF-^!9w+N@wMOtGdl{+0oPO?j25d9;nzv&clYxQp;ec%u%GjPr#eS z-~NFJ@&Ot$uk%?!YHtMKOBREEOg;o39BG-cY67?iUuo-7z}t0SHGJb)34CLy_vYN- z&r5GM`Gu7H(cbV+&oVQ7sIEnu-6LXG)DdKy_gt9@*QhJh0wDXh58lu49;@n>nQBc% zwnpRn1wS!(I8YckNnwKm$OZmHfX1A{X)Aod7cIlxvu8Kly_pp3p0bU3PYU_{U;k$N z)^jNH_u;Bv|JyT-Yb3~xp5s-P3WeiU4vzQIRCyq*3c3fc_qm!zY_;|)Jr=_m4+E+Q z$Ei}#B2tr4<)?k`dvCAG)CMm#g`zcTsz-=@C%O;L(Qd;tjE+nZY~>Nw`U5jn8ZDjy zwet+;xr|RhZToAvnjm?G-wlJH_qCK393X?pCDVu8=c^3UM`w5VY+gLVs3Axa5V(_J%sd{TAZ?65h_KGVce98!)DuOskJYsy~fyWHXU6cJ& zC(MKP#x`N5VarpuM#tS}Ck_O=TRLnP&BtS0mkydw+WO8BnzcwkpOcwEB8S}S5se~v z1g(hQ3t9oDIYrhz=steUdAh`1bj?|I)~jemQ>!{_YPH6}&p>U4`?jVs0dF+F)8ZTW zer<_~2)NO&y<<#5%n9n#JH-6_ewx9*pNq6b-WcR_Y;JY{5oaXNaM*l&CoP6zc z(Qk&$jgNBkSN+P-df~aSRhlvs@Ht))!e9_1VUVI=khc@R^hxp2cM_x~XoCV=@xYZI zuQDKMl@0j(nz47_)4x@GMg;lG?f`kjue!zkpvin5NcZq#)?%gl_lmQTE8y80F2 zIYzS|UX{W$1%SoD0Jg@fLS*1GPtJ57m^PY>j=ItpY-Oh7!OoUr?(@Y_E6HWHc57XX zqt9?9%h6VDJ3CWhE}pvPJ~%jiG~L?hzA~|Ks>pIgBPJIB1n{a-M8K$)6Mh22)DU+T zlHCOP9Qh2O39PWx{FRm(_10)d5Ik|za&3{Pf-;|R^c^!zxLO))#g>}zJ=ePn+!dAX z=E898JAq1EhWNCEvP1+_z z%b;s;#NAYBEw+^HeAZl|eXUSm&Lv&G1pOYw&O9w{%12w@qc z*nJ}PC~Vz?P%e%|C^i{kVH?Kql#O#Ry_(|45OF)JPeB{S{djf33t=&|nz2sB5)jN~ zWj)3;7q=l6W4wc!w=O?5D?5ww6Ic;0!x|)AD?x4`m2`|^lnff@N3tk={c5~DiKnBP z2oBK&5qWe3#?f?i0g#L+z|ol2<6KPRM2r+_VXPEO(=3bSecN#X6-BCfI2&PFqy;7_ zPe@)%)0js2QbHWsB-02O564{Entd+hvg# z70@x-u@-Gp;Xa_|9b4At$Xk;Ut*}BO!i}Gp>H86i1R2M!iF%1<3Q$HO9WJYM9JL^t#(SfAAv^+r{3j~Qh)BSR z35Y?dxF9xb2hLEk#prYicv(X|xHcm(YfDD9$0UMo&LeB)kna;@IJqQ~$)K4vI60bD zaX6w;0lOo@K!wK9YQCy$-Yg?JkzSh*dW}I6O$&JQ%W~?bq!$rGtME0fvoxKxnmR_1 z@mWGb9*WD!MM^SQ)C_?b}!5GbcP-{EN>F4uSub(P zp$W;F6CuD45a3$UF3-5eel4#uQxOQnGmf#x>i z_1oxmU|@J7N=XK*7XYyYLD2R1l9vdwm=JQ)M9@;AETDvhOtcH7$LBJ8S(J(rG*dw; z{4o-bGWQ5*H_D?$8B8P*p?okD;2P}}U=PaRQkbOu@PP=w+}^xUmIj5di9p6bFIr}J ziCVc8@w|lSFu2OL)YTG=`3xKl20SM^WV6GM8B(Avr-2*w83Y0G|%TB%H$`c{>MBKkDEOJNS>n5;TVVU)Ma1)_e#pYnn(5el4Y6+JhV+yBtT6pMtfh}lt~G~ zRuE&RCjJ+8rP6C^ZGzVEm|Kh3wJ{iH zXje=t2$Nq1A<%*tzaNP|uy|1h&4`MwmLQYJ7r1;tO)v)l&(!1`_$Po}2x$zYgDFU# zj?w{WWid`Q@JJ70K|(UhP3E)d+?)(n&eQ`A@SutuC5cI5GnG(@TD&hGgYoQ%OavW- zq4)$23)BiSn9ZW`MzGq|;7i*+Xlv{9vhimR zhZ;ng_h!#5x zgsi2GqJDdGzqQSNrPVyPfB{Dc~=M+KT4~zIOJXXS8+0JtFw-@V&47 zLTc{Z*~?VFG4y-yDY4b}(`pFDT3QXk_I_T=03vcMqg$r9N9%1DBdtfA<3pBGSIZg8 zRqMcW%bcxeti#UnYDatdOq+)(R;x@{Z;I;8jajWWVFg1#SIq|=2B84zDLFfO*OOHT zU#t7*?_NeiuJ#`Mz>j(F@T6&8+}QnOo8u@@HOKMaGX+%;Jd3)8&$^2*?_B9PGGy(x z^m|U{Bshzce~|5ST3QI2+hg#EnrEm@K#gZTqCVVdZuXXB9#Qk0Zt1hm^2?6?!Kf~`*Oo8MbsHyVdaOl)=OkXc6)()Dn`cLFkKEUpwl405LDJ84G}f7W z3u*{*IcW%VHMHg1`puWE)zYRFvF@t#rfc?^GciA-$n=~8j?U&~rheL+pmV&eQBmNY zyb9%*zyzOv_jalE;*En1LTc7o}RLz_?5V^?F)ES&Nb-^__VQ+4G(lyef zW$T=vX+q$DhQP-zA`PUa&N*4l*e}+-s=W|AxjIor_&~0%`4Ut!nuu5^jeLS;r$T^F z8{y;0&RHl>z&0Q|hY0hEN0?AoJ_84_()X%i0Z%wq(FJYH3o*Ca4-HxR%~xM_jE~IJ z7+l4dU1P?nQm>h4#5iVFe4pRF`k7`8vxOnY2K2t&Wb!8Eft8adZ+oY~XX^fP?>ob zhH@7ME=c=S2K@`N@E+mw7h(?SYrgP_wn@BA5O)dPROe1t%Vo!4xqH0bRp0I&s5Dm_ zrka1c%2C{Gx$HhaX{#;reSq{$!=3`16U%)^3I9uNH3Qy)R3j|~EzrHRG;6bScyN#I zBtd473Qwo(*J2|C>qNAFKg7Ve-7=uEx+@PBLsPOKLa*J7F{i{pK&F|9q$q@w0Pvx3 zR3Yh2-mwFs6rBV?C1sl&2cQh`CK-t|5>+i3&IAnJOJmGRiHWpCJxTsg7_EOPTaMeK zZh*ilhLe`hf@zE}OpL4aspb9J5t_vBd-svTBZ0fWqeZg|$91YEBy{$y6E zB~w+Odhe=x#C+L3bkN*m9h@FL;Hs;9^49nf*QJ)}E^|$RwqIQp3H!nSVGx3zCAHd% z(~2T+_5f`TzQS`#5NJVCy$H{P!~5|(6G(XbBRu%K0TuxA!$cAU&&Fwjhh0$0Joc)o z+I70f)UI{Rd6kmjpTKzB!=Tml0;>(2Zn5?3tIm!Nx3SexSZ^A4 zRW(i5X@0>A+BJpyu=3V7AAa*6Sm6aR;Iq-rzs@!-u6EveZEo;s>!}&vkl(uAAM$?4 z-2QNS)|X-{3G$a7P6UZsXV9q29@sOr-h1~xS&bh>_o%61pSyQtk8`{zgP$I-U#m#H zb>-5N*2b4@*Piw=rb$#}{)4Q%2;RVpTtLsazdPj(Jb?`#A9~L(_}Kp$*Mt;(Ufb`5 zR_6B2Pu{$H&!D+?T-$8S<0XcA9yo$Vmev;e(%9$lc0D9c_vmzo<4lch$bF*=P*+-_Ls^#R%Gj=B*?eVe1X%QEJ^P*?x~`(g3{_h_xH zD`vXUS#*M$=k6GFo*4nN(5ii{+r>k-3kGPS@vpKne)zxVf&FQQ|0Sj7b~4TO`a|bbhTiw)-q6-*u~_7>GqmxS7H6WSKP-d z;Elrmu*m|aa$sMcTLWwoUf||AP6O^o9Q~!P3zs9Dm4ohT!)bHhvZeN8rxeq`t!oFj zc|e`l0u9eAgT$}MO&%g5Ppt%^qHrJ6c~QHNDCztiV;zL2HY9RK*!&N<8-x1PJTr6HR%$)Ia=EQI%rRKvJ~eDT z!7Y|Vmf=LmutEHSC~=ISDii-|sQrD_;Xi&v7{YwE_O`w?e&f5lLthfH8is4l89`Cw zw7Ck_AgJu_r?t6OuRu3%`OlxQ7qt~!?=%-W&!03`S&vS2PY>CTmzoc)b&ZWUnlENw zAD`}70UvXWk3#5SA{M|Pl@rh)6rjcTlg-n|UUl}5ISv_0S8jdUQQmGgT8}?k#zx!&QZD9hdf4)RknI4j>damjqq+POQ@Ib7o&DRZ|? zIu4Kj!Zkh`8UJMTuQY&CIF^F8Z-{Gjc)HwNJ=N+#H!Zmr8A(?~kRjwFE4OY3v`-Mi zb|tJsG>f7E@v}J@3N~7%7NkR1fpT?2DwROWiN=AT#|&a{tg!hP}6Z%XF|SjPW!dT!u9io3q@+IaA>vVV8X5BcCm#q0C5gM?Kuh!G!^ zcii!UV3a`4&)#nxwVl~XJ?yF~bRKM2zRq&YHWX)VcNVreYkD-sPjr<&4vfQIX@x(G Ka*&VC=l=mud66~% 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 ce00771c28b..a050fb58ce3 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 @@ -30,16 +30,16 @@ metadata: selfLink: "5" uid: "7" spec: - podManagementPolicy: 5Ë + podManagementPolicy: 验`垥-罏Dz咘 replicas: 896585016 - revisionHistoryLimit: -506157639 + revisionHistoryLimit: 1260831675 selector: matchExpressions: - key: 50-u--25cu87--r7p-w1e67-8pj5t-kl-v0q6b68--nu5oii38fn-8.629b-jd-8c45-0-8--6n--w0--w---196g8d--iv1-5--5ht-a-29--0qso796/3___47._49pIB_o61ISU4--A_.XK_._M99 operator: Exists matchLabels: 74404d5---g8c2-k-91e.y5-g--58----0683-b-w7ld-6cs06xj-x5yv0wm-k18/M_-Nx.N_6-___._-.-W._AAn---v_-5-_8LXj: 6-4_WE-_JTrcd-2.-__E_Sv__26KX_R_.-.Nth._--S_4DA_-5_-4lQ42M--1 - serviceName: "513" + serviceName: "517" template: metadata: annotations: @@ -71,112 +71,111 @@ spec: selfLink: "28" uid: ?Qȫş spec: - activeDeadlineSeconds: 2031424375743848602 + activeDeadlineSeconds: -5539971415578447792 affinity: nodeAffinity: preferredDuringSchedulingIgnoredDuringExecution: - preference: matchExpressions: + - key: "409" + operator: a餖Ľƛ淴ɑ?¶ȲƪE1º轪d覉;Ĕ颪 + values: + - "410" + matchFields: + - key: "411" + operator: 惍EʦŊĊ娮rȧ + values: + - "412" + weight: -1009377808 + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: - key: "405" - operator: '#ļǹʅŚO虀^背遻堣灭ƴɦ燻' + operator: W瀤oɢ嫎¸殚篎3o8[y values: - "406" matchFields: - key: "407" - operator: -觗裓6Ř筿ɾ5Ų買霎ȃň[>ą + operator: ï驿笈 values: - "408" - weight: 377409178 - requiredDuringSchedulingIgnoredDuringExecution: - nodeSelectorTerms: - - matchExpressions: - - key: "401" - operator: +Œ9两 - values: - - "402" - matchFields: - - key: "403" - operator: q=歍þ螗ɃŒGm¨z鋎靀G - values: - - "404" podAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - - key: 7AlR__8-7_-YD-Q9_-__..YNFu7Pg-.814e-_07-ht-E6___-X__9 + - key: s_6O-5_7_-0w_--5-_.3--_9QW2JkU27_.-4T-I.-..K.-.0__sD.-.-_s operator: Exists matchLabels: - ? jo--8kb6--ut---p8--3-e-3-44---h-q7-p-2djmscp--ac8u23-k----26u5h.r3wc8q78-0020-1-0f--k--bf-94/co-__y__._12..wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...Cqr7 - : r.-F__r.oh..2_uGGP..-_N_h_4Hl-X0_2-W + 1_.-_L-__bf_9_-C-PfNx__-U_P: tW23-_.z_.._s--_F-BR-.h_2 namespaceSelector: matchExpressions: - - key: 9105-4_ed-0-i_zZsY_o8t5Vl6_..C + - key: P_p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o..p_B-d--Q5._D6_.d-n_9np operator: DoesNotExist matchLabels: - 4_r.-_Rw1k8KLu..ly--J-_.ZCRT.0z-oe.G79.b: V._nV34GH + Q.-_t--O3: 7z2-y.-...C4_-_2G0.-c_C.G.h--m._fN._k8__._ep2P.B._A_09E namespaces: - - "429" - topologyKey: "430" - weight: 1479434972 + - "433" + topologyKey: "434" + weight: -234140 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: 5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y - operator: Exists + - key: 8b-3-3b17cab-ppy5e--9p-61-2we16h--5-d-k-sm.2xv17r--32b-----4-670tfz-up3n/ov_Z--Zg-_Q + operator: NotIn + values: + - 0..KpiS.oK-.O--5-yp8q_s-L matchLabels: - 1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5: 1--L--v_Z--Zg-_4Q__-v_t_u_.A + u.wg_-b8a_6_.0Q4_.84.K_-_0_..u.F.pq.c: "" namespaceSelector: matchExpressions: - - key: w_t-_.5.40Rw4gD.._.-x6db-L7.-__-G_2kCpS__.39g_.--_-_ve5.Z - operator: In - values: - - 4.nw_-_x18mtxb__e + - key: 3hjo--8kb6--ut---p8--3-e-3-44-e.w--i--40wv--in-870w--it6k47-7yd-y--3wc8q8/wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...Cr + operator: DoesNotExist matchLabels: - l_-W8o._xJ1-lFA_Xf3.V0H2-.zHw.H__V.Vz_6.Hz_V_.r_v_._e_-8: Z6Z..11_7pX_z + 0--0g-q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x8/Hz_V_.r_v_._e_-78o_6Z..11_7pX_.-mLlx...w_t-_.5.40Rw4D: Y_2-n_5023Xl-3Pw_-r7g namespaces: - - "415" - topologyKey: "416" + - "419" + topologyKey: "420" podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - - key: 3d/6_M5..-N_H_55..--E3_2D-1DW__o_-._kzB7U_.Q.45cy-5 - operator: Exists + - key: v54le-to9e--a-7je9fz87-2jvd23-0p1.360v2-x-cpor---cigu--s/j-dY7_M_-._M5..-N_H_55..--E3_2h + operator: DoesNotExist matchLabels: - Q-.-.g-_Z_-nSLq: 4P--_q-...Oai.D7-_9..8-8yw..__Yb_58.p-06jVZ-uP.t_.O3 + 1f8--tf---7r88-1--p61cd--s-nu5718--lks7d-x9-f-62o8/L9._5-..Bi_..aOQ_._Yn.-.4t.U.VU__-_BAB_35H__.B_6_-U..u8gwb.-6: M9..8-8yw..__Yb_58.p-06jVZ-u0 namespaceSelector: matchExpressions: - - key: 1s._K9-.AJ-_8--___b____03_6.K8lY - operator: Exists + - key: 410-f-o-fr-5-3t--y9---2--e-yya3.98t-----60t--019-yg--4-37f-rwh-7be--y0agp51x597277q---nt/M-0R.-I-_23L_J49t-X..1 + operator: DoesNotExist matchLabels: - 2x-cpor---cigu---4-2-4k0267h-rl-l-u575b93-r6---4g-vg3t.vuo17qre-33-5-u8f0f1q8/6: px_0-.mJe__.B-cd2_4 + ? o17qre-33-5-u8f0f1qv--i72-x3---v25f56.w84s-n-i-711s4--9s8--o-8dm---b----03-64-8l7-l-0787--1--ia5yl9k/267hP-lX-_-..5-.._r6M__4-P-g3J6 + : I-._g_.._-hKc.OB_F_--.._m_-9 namespaces: - - "457" - topologyKey: "458" - weight: 1856144088 + - "461" + topologyKey: "462" + weight: 1276377114 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: s4dw-buv-f55-2k2-e-443m678-2v89-zk873--1n133.or-0-2--rad877gr62g/dg__..2bidF.-0-...WE.-_tdt_-Z0_TMp - operator: NotIn - values: - - MGbG-_-8Qi..9-4.2K_FQ.E--__K-hg - matchLabels: - q0o.0C_gV.9_G-.-z1YH: b.9x98MM7-.e.Dx._.W-6..4_MU7iLfS-0.9-.-._.1..sA - namespaceSelector: - matchExpressions: - - key: 0476b---nhc50-de2qh2-b-6--13lk5-e4-u-5kvp-----887j72qz6-7d841/R._.3l-_86_u2-7_._qN__A_f_-B3_UP + - key: 75-p-z---k-5r6h--y7o-0-wq-zfdw73w0---4a18-f4/d1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--2 operator: In values: - - 396h8.G__B3 + - u-.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133eT_2_t_IkI-mt4...rBQ.9-0 matchLabels: - ? 4vk58-7e74-ddq-a-lcv0n1-i-d-----9---063-qm-j-w.57k--e--x--b--1-n4-a--o2h0fy-j-5-5-2nw/1._-_CH--.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133T - : P-336-.B__.QiA6._3o_V-w._-0d__7.81_-._-_8_8 + n7-a6434---7i-f-d019o1v3u.2k8-2-d--n--r8661--3-8-t48g-w2q7z-vps548-d-1r7j--v2x-64dwb/e: "8" + namespaceSelector: + matchExpressions: + - key: N7.81_-._-_8_.._._a9 + operator: In + values: + - vi.gZdnUVP._81_---l_3_-_G-D....js--a---..6bD_Mh + matchLabels: + m_-Z.wc..k_0_5.z.0..__k: b.-9.Y0-_-.l__.c17__f_-336-.BT namespaces: - - "443" - topologyKey: "444" + - "447" + topologyKey: "448" automountServiceAccountToken: false containers: - args: @@ -190,13 +189,13 @@ spec: configMapKeyRef: key: "262" name: "261" - optional: false + optional: true fieldRef: apiVersion: "257" fieldPath: "258" resourceFieldRef: containerName: "259" - divisor: "124" + divisor: "812" resource: "260" secretKeyRef: key: "264" @@ -211,7 +210,7 @@ spec: name: "254" optional: false image: "246" - imagePullPolicy: ņ + imagePullPolicy: xǨŴ壶ƵfȽà lifecycle: postStart: exec: @@ -224,130 +223,133 @@ spec: value: "296" path: "292" port: "293" - scheme: ­蜷ɔ幩š + scheme: W賁Ěɭɪǹ0 tcpSocket: - host: "297" - port: 455833230 + host: "298" + port: "297" preStop: exec: command: - - "298" + - "299" httpGet: - host: "300" + host: "301" httpHeaders: - - name: "301" - value: "302" - path: "299" - port: 1076497581 - scheme: h4ɊHȖ|ʐ + - name: "302" + value: "303" + path: "300" + port: -1520531919 + scheme: n(fǂǢ曣ŋayåe躒訙Ǫ tcpSocket: - host: "303" - port: 248533396 + host: "304" + port: 739175678 livenessProbe: exec: command: - "271" - failureThreshold: -205176266 + failureThreshold: -938421813 httpGet: - host: "273" + host: "274" httpHeaders: - - name: "274" - value: "275" + - name: "275" + value: "276" path: "272" - port: 465486290 - initialDelaySeconds: -2097329452 - periodSeconds: 865289071 - successThreshold: -1829146875 + port: "273" + scheme: ɢ鬍熖B芭花ª瘡蟦JBʟ鍏H鯂²静Ʋ + initialDelaySeconds: -617381112 + periodSeconds: -560238386 + successThreshold: 1658749995 tcpSocket: - host: "276" - port: -116224247 - timeoutSeconds: 1504385614 + host: "277" + port: -181601395 + timeoutSeconds: 1851229369 name: "245" ports: - - containerPort: 2056774277 + - containerPort: -1314967760 hostIP: "251" - hostPort: -778272981 + hostPort: -1296830577 name: "250" - protocol: 现葢ŵ橨鬶l獕;跣Hǝcw媀瓄&翜舞拉 + protocol: 順\E¦队偯J僳徥淳4 readinessProbe: exec: command: - - "277" - failureThreshold: -402384013 + - "278" + failureThreshold: -2130294761 httpGet: - host: "279" + host: "280" httpHeaders: - - name: "280" - value: "281" - path: "278" - port: 234253676 - scheme: ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏 - initialDelaySeconds: -2062708879 - periodSeconds: -141401239 - successThreshold: -1187301925 + - name: "281" + value: "282" + path: "279" + port: -305362540 + scheme: Ǩ繫ʎǑyZ涬P­蜷ɔ幩 + initialDelaySeconds: 455833230 + periodSeconds: 155090390 + successThreshold: -2113700533 tcpSocket: host: "283" - port: "282" - timeoutSeconds: 215186711 + port: 1167615307 + timeoutSeconds: 1956567721 resources: limits: - V訆Ǝżŧ: "915" + Ǒ輂,ŕĪĠM蘇KŅ/»頸+SÄ蚃ɣ: "173" requests: - +SÄ蚃ɣľ)酊龨Î: "787" + 餠籲磣Óƿ頀"冓鍓贯澔 ƺ蛜6Ɖ飴Ɏi: "796" securityContext: - allowPrivilegeEscalation: false + allowPrivilegeEscalation: true capabilities: add: - - DŽ髐njʉBn(fǂǢ曣 + - ȓɻ挴ʠɜ瞍阎lğ Ņ#耗Ǚ(ť1ùf drop: - - ay - privileged: false - procMount: 嗆u + - ƽ眝{æ盪泙 + privileged: true + procMount: ^輅9ɛ棕ƈ眽炊礫Ƽ¨Ix糂腂ǂǚ readOnlyRootFilesystem: true - runAsGroup: -5996624450771474158 + runAsGroup: 5326516866753332539 runAsNonRoot: false - runAsUser: 1958157659034146020 + runAsUser: -2176303163074826228 seLinuxOptions: - level: "308" - role: "306" - type: "307" - user: "305" + level: "309" + role: "307" + type: "308" + user: "306" seccompProfile: - localhostProfile: "312" - type: 晲T[irȎ3Ĕ\ + localhostProfile: "313" + type: EuE windowsOptions: - gmsaCredentialSpec: "310" - gmsaCredentialSpecName: "309" - runAsUserName: "311" + gmsaCredentialSpec: "311" + gmsaCredentialSpecName: "310" + runAsUserName: "312" startupProbe: exec: command: - "284" - failureThreshold: -1699531929 + failureThreshold: 1566213732 httpGet: - host: "287" + host: "286" httpHeaders: - - name: "288" - value: "289" + - name: "287" + value: "288" path: "285" - port: "286" - scheme: 鏻砅邻爥 - initialDelaySeconds: 601198286 - periodSeconds: 405193215 - successThreshold: 2129989022 + port: -727263154 + scheme: Ȗ|ʐşƧ諔迮ƙIJ嘢4 + initialDelaySeconds: 1137109081 + periodSeconds: 1540899353 + successThreshold: -1330095135 tcpSocket: host: "290" - port: -305362540 - timeoutSeconds: 409029209 - terminationMessagePath: "304" - terminationMessagePolicy: 迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ + port: "289" + timeoutSeconds: -1896415283 + stdin: true + stdinOnce: true + terminationMessagePath: "305" + terminationMessagePolicy: ť嗆u8晲T tty: true volumeDevices: - devicePath: "270" name: "269" volumeMounts: - mountPath: "266" - mountPropagation: '"冓鍓贯澔 ƺ蛜6' + mountPropagation: 囌{屿oiɥ嵐sC name: "265" readOnly: true subPath: "267" @@ -355,199 +357,201 @@ spec: workingDir: "249" dnsConfig: nameservers: - - "471" + - "475" options: - - name: "473" - value: "474" + - name: "477" + value: "478" searches: - - "472" - dnsPolicy: :{柯?B - enableServiceLinks: true + - "476" + dnsPolicy: "6" + enableServiceLinks: false ephemeralContainers: - args: - - "316" + - "317" command: - - "315" + - "316" env: - - name: "323" - value: "324" + - name: "324" + value: "325" valueFrom: configMapKeyRef: - key: "330" - name: "329" - optional: true - fieldRef: - apiVersion: "325" - fieldPath: "326" - resourceFieldRef: - containerName: "327" - divisor: "69" - resource: "328" - secretKeyRef: - key: "332" - name: "331" + key: "331" + name: "330" optional: false + fieldRef: + apiVersion: "326" + fieldPath: "327" + resourceFieldRef: + containerName: "328" + divisor: "595" + resource: "329" + secretKeyRef: + key: "333" + name: "332" + optional: true envFrom: - configMapRef: - name: "321" - optional: true - prefix: "320" - secretRef: name: "322" optional: false - image: "314" - imagePullPolicy: tl敷斢杧ż鯀 + prefix: "321" + secretRef: + name: "323" + optional: true + image: "315" + imagePullPolicy: ¬h`職铳s44矕Ƈè*鑏='ʨ| lifecycle: postStart: exec: command: - - "360" + - "362" httpGet: - host: "362" + host: "365" httpHeaders: - - name: "363" - value: "364" - path: "361" - port: 1288391156 - scheme: Ǥ桒ɴ鉂WJ1抉泅ą&疀ȼN + - name: "366" + value: "367" + path: "363" + port: "364" + scheme: ð仁Q橱9ij\Ď愝Ű藛b磾sY tcpSocket: - host: "366" - port: "365" + host: "369" + port: "368" preStop: exec: command: - - "367" + - "370" httpGet: - host: "369" - httpHeaders: - - name: "370" - value: "371" - path: "368" - port: 1859267428 - scheme: ȟP - tcpSocket: host: "372" - port: 1445923603 + httpHeaders: + - name: "373" + value: "374" + path: "371" + port: -1500740922 + scheme: 张q櫞繡旹翃ɾ氒ĺʈʫ羶剹ƊF豎穜姰 + tcpSocket: + host: "376" + port: "375" livenessProbe: exec: command: - - "339" - failureThreshold: -36573584 + - "340" + failureThreshold: 713473395 httpGet: - host: "342" + host: "343" httpHeaders: - - name: "343" - value: "344" - path: "340" - port: "341" - scheme: ȥ}礤铟怖ý萜Ǖ - initialDelaySeconds: -1922458514 - periodSeconds: 692511776 - successThreshold: -1231653807 + - name: "344" + value: "345" + path: "341" + port: "342" + scheme: $ɛ溢臜裡×銵-紑浘牬 + initialDelaySeconds: -195171082 + periodSeconds: 762856658 + successThreshold: -1898251770 tcpSocket: - host: "345" - port: -1088996269 - timeoutSeconds: 1480364858 - name: "313" + host: "347" + port: "346" + timeoutSeconds: 1648539888 + name: "314" ports: - - containerPort: -1918622971 - hostIP: "319" - hostPort: -1656699070 - name: "318" - protocol: ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz + - containerPort: 930549073 + hostIP: "320" + hostPort: -703434763 + name: "319" + protocol: 礤铟怖ý萜Ǖc8 readinessProbe: exec: command: - - "346" - failureThreshold: -1436899600 + - "348" + failureThreshold: -1089435479 httpGet: - host: "348" + host: "351" httpHeaders: - - name: "349" - value: "350" - path: "347" - port: -1157640253 - scheme: ×p鬷m罂o3ǰ廋i乳'ȘUɻ; - initialDelaySeconds: -478839383 - periodSeconds: 140830733 - successThreshold: -708495486 + - name: "352" + value: "353" + path: "349" + port: "350" + scheme: ɴ鉂WJ1抉泅ą& + initialDelaySeconds: -1943335113 + periodSeconds: 801902541 + successThreshold: -1312249623 tcpSocket: - host: "352" - port: "351" - timeoutSeconds: 989933975 + host: "355" + port: "354" + timeoutSeconds: -39292476 resources: limits: - 1b: "328" + ɋȑoG鄧蜢暳ǽżLj捲: "775" requests: - '}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊': "699" + U: "632" securityContext: allowPrivilegeEscalation: true capabilities: add: - - 鸔ɧWǘ炙 + - 敆OɈÏ 瞍髃#ɣȕW歹s drop: - - 餸硷 + - ɥʋăƻ遲 privileged: true - procMount: ʈʫ羶剹ƊF豎穜 - readOnlyRootFilesystem: true - runAsGroup: 2946116477552625615 - runAsNonRoot: true - runAsUser: 5215323049148402377 + procMount: Ů嫠!@@)Zq=歍þ螗ɃŒGm + readOnlyRootFilesystem: false + runAsGroup: 4820130167691486230 + runAsNonRoot: false + runAsUser: 3805707846751185585 seLinuxOptions: - level: "377" - role: "375" - type: "376" - user: "374" + level: "381" + role: "379" + type: "380" + user: "378" seccompProfile: - localhostProfile: "381" - type: l咑耖p^鏋 + localhostProfile: "385" + type: z鋎 windowsOptions: - gmsaCredentialSpec: "379" - gmsaCredentialSpecName: "378" - runAsUserName: "380" + gmsaCredentialSpec: "383" + gmsaCredentialSpecName: "382" + runAsUserName: "384" startupProbe: exec: command: - - "353" - failureThreshold: -1873425934 + - "356" + failureThreshold: 1307211372 httpGet: - host: "356" + host: "358" httpHeaders: - - name: "357" - value: "358" - path: "354" - port: "355" - scheme: 漤ŗ坟 - initialDelaySeconds: -902839620 - periodSeconds: 1808698094 - successThreshold: 1155232143 + - name: "359" + value: "360" + path: "357" + port: -592521472 + scheme: :/ + initialDelaySeconds: -513325570 + periodSeconds: -1457715462 + successThreshold: 1349815334 tcpSocket: - host: "359" - port: -1617422199 - timeoutSeconds: -2030665763 - targetContainerName: "382" - terminationMessagePath: "373" - terminationMessagePolicy: 殆诵H玲鑠ĭ$#卛8ð仁Q + host: "361" + port: -1101457109 + timeoutSeconds: 1491794693 + targetContainerName: "386" + terminationMessagePath: "377" + terminationMessagePolicy: 耖p^鏋蛹Ƚȿ醏g遧Ȋ飂廤Ƌʙcx赮ǒ tty: true volumeDevices: - - devicePath: "338" - name: "337" + - devicePath: "339" + name: "338" volumeMounts: - - mountPath: "334" - mountPropagation: Ik(dŊiɢzĮ蛋I - name: "333" + - mountPath: "335" + mountPropagation: $嬏 + name: "334" readOnly: true - subPath: "335" - subPathExpr: "336" - workingDir: "317" + subPath: "336" + subPathExpr: "337" + workingDir: "318" hostAliases: - hostnames: - - "469" - ip: "468" + - "473" + ip: "472" + hostIPC: true hostNetwork: true - hostname: "399" + hostPID: true + hostname: "403" imagePullSecrets: - - name: "398" + - name: "402" initContainers: - args: - "178" @@ -560,13 +564,13 @@ spec: configMapKeyRef: key: "192" name: "191" - optional: false + optional: true fieldRef: apiVersion: "187" fieldPath: "188" resourceFieldRef: containerName: "189" - divisor: "573" + divisor: "713" resource: "190" secretKeyRef: key: "194" @@ -575,109 +579,108 @@ spec: envFrom: - configMapRef: name: "183" - optional: false + optional: true prefix: "182" secretRef: name: "184" - optional: false + optional: true image: "176" - imagePullPolicy: 昕Ĭ lifecycle: postStart: exec: command: - - "222" + - "221" httpGet: - host: "225" + host: "224" httpHeaders: - - name: "226" - value: "227" - path: "223" - port: "224" - scheme: '>郵[+扴ȨŮ' + - name: "225" + value: "226" + path: "222" + port: "223" + scheme: 鄠[颐o啛更偢ɇ卷荙JL tcpSocket: - host: "229" - port: "228" + host: "228" + port: "227" preStop: exec: command: - - "230" + - "229" httpGet: - host: "232" + host: "231" httpHeaders: - - name: "233" - value: "234" - path: "231" - port: -743369977 - scheme: '>犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4' + - name: "232" + value: "233" + path: "230" + port: -1506633471 + scheme: 1虊谇j爻ƙt叀碧闳ȩr嚧ʣq tcpSocket: host: "235" - port: -1224991707 + port: "234" livenessProbe: exec: command: - "201" - failureThreshold: -1150474479 + failureThreshold: -93157681 httpGet: host: "203" httpHeaders: - name: "204" value: "205" path: "202" - port: -1196874390 - scheme: S晒嶗UÐ_ƮA攤 - initialDelaySeconds: 1885897314 - periodSeconds: 1054858106 - successThreshold: 232569106 + port: -1285424066 + scheme: ni酛3ƁÀ + initialDelaySeconds: -2036074491 + periodSeconds: 165047920 + successThreshold: -393291312 tcpSocket: - host: "206" - port: -498930176 - timeoutSeconds: -465677631 + host: "207" + port: "206" + timeoutSeconds: -148216266 name: "175" ports: - - containerPort: 377225334 + - containerPort: -1343558801 hostIP: "181" - hostPort: 282592353 + hostPort: 1923334396 name: "180" - protocol: Ƹ[Ęİ榌U髷裎$MVȟ@7 + protocol: '@掇lNdǂ>' readinessProbe: exec: command: - - "207" - failureThreshold: 1752155096 + - "208" + failureThreshold: 267768240 httpGet: - host: "210" + host: "211" httpHeaders: - - name: "211" - value: "212" - path: "208" - port: "209" - scheme: 8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ - initialDelaySeconds: -2717401 - periodSeconds: -1099429189 - successThreshold: 994072122 + - name: "212" + value: "213" + path: "209" + port: "210" + scheme: 3!Zɾģ毋Ó6 + initialDelaySeconds: -228822833 + periodSeconds: -1213051101 + successThreshold: 1451056156 tcpSocket: host: "214" - port: "213" - timeoutSeconds: -1492565335 + port: -832805508 + timeoutSeconds: -970312425 resources: limits: - ǚ灄鸫rʤî萨zvt: "829" + 荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3: "86" requests: - 悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\p: "604" + t莭琽§ć\ ïì: "80" securityContext: - allowPrivilegeEscalation: true + allowPrivilegeEscalation: false capabilities: add: - - 藢xɮĵȑ6L*Z鐫û咡W< + - Ÿ8T 苧yñKJɐ扵 drop: - - lu|榝$î. + - ƚ绤fʀļ腩墺Ò媁荭gw忊|E剒蔞 privileged: false - procMount: 朦 wƯ貾坢'跩 + procMount: Ȩ<6鄰簳°Ļǟi& readOnlyRootFilesystem: true - runAsGroup: 8949541422887578058 + runAsGroup: 2001337664780390084 runAsNonRoot: true - runAsUser: -7565148469525206101 + runAsUser: -6177393256425700216 seLinuxOptions: level: "240" role: "238" @@ -685,7 +688,7 @@ spec: user: "237" seccompProfile: localhostProfile: "244" - type: ŕ翑0展} + type: "" windowsOptions: gmsaCredentialSpec: "242" gmsaCredentialSpecName: "241" @@ -694,93 +697,96 @@ spec: exec: command: - "215" - failureThreshold: 785984384 + failureThreshold: -1801140031 httpGet: - host: "218" + host: "217" httpHeaders: - - name: "219" - value: "220" + - name: "218" + value: "219" path: "216" - port: "217" - scheme: Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ - initialDelaySeconds: -1738069460 - periodSeconds: -805795167 - successThreshold: 1791615594 + port: -1492565335 + scheme: ɷ9Ì崟¿瘦ɖ緕ȚÍ勅跦Opw + initialDelaySeconds: 376404581 + periodSeconds: 2070521391 + successThreshold: -440412584 tcpSocket: - host: "221" - port: -36782737 - timeoutSeconds: -1643733106 - stdinOnce: true + host: "220" + port: -280820676 + timeoutSeconds: -661937776 terminationMessagePath: "236" + terminationMessagePolicy: 屡ʁ + tty: true volumeDevices: - devicePath: "200" name: "199" volumeMounts: - mountPath: "196" - mountPropagation: ƖHV + mountPropagation: 0矀Kʝ瘴I\p[ħsĨɆâĺɗŹ倗S name: "195" readOnly: true subPath: "197" subPathExpr: "198" workingDir: "179" - nodeName: "387" + nodeName: "391" nodeSelector: - "383": "384" + "387": "388" overhead: - k_: "725" - preemptionPolicy: Ʀ[螵沊齣薣鰎đƝ):惝ŵ髿ɔ - priority: -1133320634 - priorityClassName: "470" + D輷: "792" + preemptionPolicy: m珢\%傢z¦Ā竚ĐȌƨǴ叆 + priority: 347613368 + priorityClassName: "474" readinessGates: - - conditionType: į - restartPolicy: ȿ醏g遧 - runtimeClassName: "475" - schedulerName: "465" + - conditionType: ř岈ǎǏ]S5:œƌ嵃ǁ + restartPolicy: ¿əW#ļǹʅŚO虀^背遻堣灭ƴɦ燻踸 + runtimeClassName: "479" + schedulerName: "469" securityContext: - fsGroup: 4489057930380969432 - fsGroupChangePolicy: ='ʨ|ǓÓ敆OɈÏ 瞍髃 - runAsGroup: -759684899479757878 + fsGroup: -9164240834267238973 + fsGroupChangePolicy: "" + runAsGroup: 3355244307027629244 runAsNonRoot: false - runAsUser: -1290365495982891537 + runAsUser: 4290717681745188904 seLinuxOptions: - level: "391" - role: "389" - type: "390" - user: "388" + level: "395" + role: "393" + type: "394" + user: "392" seccompProfile: - localhostProfile: "397" - type: ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn + localhostProfile: "401" + type: d'呪 supplementalGroups: - - 3273247375993523103 + - -7106117411092125093 sysctls: - - name: "395" - value: "396" + - name: "399" + value: "400" windowsOptions: - gmsaCredentialSpec: "393" - gmsaCredentialSpecName: "392" - runAsUserName: "394" - serviceAccount: "386" - serviceAccountName: "385" + gmsaCredentialSpec: "397" + gmsaCredentialSpecName: "396" + runAsUserName: "398" + serviceAccount: "390" + serviceAccountName: "389" setHostnameAsFQDN: false - shareProcessNamespace: false - subdomain: "400" - terminationGracePeriodSeconds: -616777763639482630 + shareProcessNamespace: true + subdomain: "404" + terminationGracePeriodSeconds: -8963807447996144781 tolerations: - - effect: kx-餌勀奷Ŏ - key: "466" - operator: 0yVA嬂刲;牆詒ĸąs - tolerationSeconds: -9038755672632113093 - value: "467" + - effect: U烈 źfjǰɪ嘞ȏ}杻扞Ğ + key: "470" + operator: r}梳攔wŲ魦Ɔ0ƢĮÀĘÆɆȸȢ蒸 + tolerationSeconds: 3252034671163905138 + value: "471" topologySpreadConstraints: - labelSelector: matchExpressions: - - key: B.rTt7bm9I.-..q-F-.__ck - operator: DoesNotExist + - key: zz8-35x38i-qnr-5zi82dc3do--7lw63jvksy--w-i33-dzn6-302m7rx1/7Jl----i_I.-_7g-8iJ--p-7f3-2_Z_V_-q-L34-_D86-W_g52 + operator: NotIn + values: + - h.v._5.vB-.-7-.6Jv-86___3 matchLabels: - 3.hy9---2--e-yya--bj7-l-9aw--2/hs.-_DM__28W-_-.0HfR-_f-5: 019_-gYY._..fP--hQ7be__-.-g-5.-59...7q___n.__16ee.6 - maxSkew: -2046521037 - topologyKey: "476" - whenUnsatisfiable: '"T#sM網m' + n.DL.o_e-d92e8S_-0-_8Vz-E41___75Q-T: O.__0PPX-.-d4Badb + maxSkew: -484382570 + topologyKey: "480" + whenUnsatisfiable: nn坾&Pɫ(ʙÆʨɺC` volumes: - awsElasticBlockStore: fsType: "47" @@ -843,7 +849,6 @@ spec: medium: Xŋ朘瑥A徙ɶɊł/擇ɦĽ胚O醔ɍ厶耈 sizeLimit: "473" ephemeral: - readOnly: true volumeClaimTemplate: metadata: annotations: @@ -1037,86 +1042,84 @@ spec: volumePath: "101" updateStrategy: rollingUpdate: - partition: 199912760 - type: t谍Ã&榠塹ǜŬɽŌ拭#{ + partition: -758476265 + type: Ğy volumeClaimTemplates: - metadata: annotations: - "490": "491" - clusterName: "496" + "494": "495" + clusterName: "500" creationTimestamp: null - deletionGracePeriodSeconds: -834876888064929876 + deletionGracePeriodSeconds: -2948232978388571762 finalizers: - - "495" - generateName: "484" - generation: -2252894353040736578 + - "499" + generateName: "488" + generation: 4446917721686139397 labels: - "488": "489" + "492": "493" managedFields: - - apiVersion: "498" - fieldsType: "499" - manager: "497" - operation: MǍ}箼愆+P;抣ēȌ%ÿ¼璤ň - name: "483" - namespace: "485" + - apiVersion: "502" + fieldsType: "503" + manager: "501" + operation: Ʀ§:Ǫ魚Emv看ƜZ穑S + name: "487" + namespace: "489" ownerReferences: - - apiVersion: "492" - blockOwnerDeletion: true + - apiVersion: "496" + blockOwnerDeletion: false controller: false - kind: "493" - name: "494" - uid: \%傢z¦Ā竚ĐȌƨǴ叆ĄD輷東t½ǩ - resourceVersion: "6510253963764562049" - selfLink: "486" - uid: 0斃搡Cʼn嘡ʇɆȏ+&ɃB沅零ș + kind: "497" + name: "498" + uid: 憲Ħ焵i,ŋ + resourceVersion: "932117408350471144" + selfLink: "490" + uid: 4LM桵Ţ宧ʜ嵹ʌ5Ë} spec: accessModes: - - V礆á¤拈tY + - Is{豘ñ澀j劎笜釼鮭Ɯ dataSource: - apiGroup: "508" - kind: "509" - name: "510" + apiGroup: "512" + kind: "513" + name: "514" resources: limits: - sx羳ıȦjJ綒鷈颿懽]轸Jc'V{: "821" + 獪霛圦Ƶ: "159" requests: - (踶NJđƟ: "357" + -劺b: "142" selector: matchExpressions: - - key: e-35x38i-qnr-5zi82dc3do--7lw635/Z_V_-q-L34-_D86-W_g5r.4 - operator: In - values: - - s-_Y-_i.._---6_.0.m.--.-dh.v._5.vB-.7 + - key: R_-U7-F34-6.-_-O-F__h9 + operator: Exists matchLabels: - PX-.-d4BadE-.1-V...t27-4..7: l----i_Ii - storageClassName: "507" - volumeMode: 穜 - volumeName: "506" + 789--9opn2/8.--4-___..1.N_l..-_.1-j---30q.-2_9.9-..-JA-H-C5-8_--4.__z22: E_3-a__w.___-_-mv9h.-7.s__-_g6_-_N4-R._P-___0..X + storageClassName: "511" + volumeMode: ê婼SƸ炃&-Ƹ绿浠穸æǷ^ɘʘ + volumeName: "510" status: accessModes: - - § + - Ƭ)攕ƕ遻W?Ɔ遗1湾宑·Ʀ capacity: - Ǫ魚: "27" + Ȍ璣nj儱ƚWA麭T棞詢¡ɅǏõxġ: "858" conditions: - - lastProbeTime: "2398-05-12T06:43:28Z" - lastTransitionTime: "2943-12-07T17:53:42Z" - message: "512" - reason: "511" - status: t飜ĈȖ董缞濪葷c - type: qĖĖȠ姓ȇ>尪 - phase: 睭憲Ħ焵i,ŋŨNâ + - lastProbeTime: "2322-05-21T16:41:46Z" + lastTransitionTime: "2939-10-28T17:50:12Z" + message: "516" + reason: "515" + status: '|{軈ĕʦ竳÷ 骵蓧應ĸ簋' + type: j=击 + phase: s檣ŝƚʤ<Ɵʚ`÷碹頒D status: - collisionCount: -565639840 + collisionCount: -607784054 conditions: - - lastTransitionTime: "2251-02-17T11:59:12Z" - message: "517" - reason: "516" - status: 萀灗&Eōɴbȣ瀢璩 - type: tyȸɡ[ - currentReplicas: 1956611085 - currentRevision: "514" - observedGeneration: 364197194076938036 - readyReplicas: -827735561 - replicas: 1410850501 - updateRevision: "515" - updatedReplicas: 1768089178 + - lastTransitionTime: "2235-11-16T23:26:27Z" + message: "521" + reason: "520" + status: ɶċŶv}鮩澊聝楧p问Ð7ɞŶJŖ)j + type: ²Ŕİuƶ½OE弞 + currentReplicas: -1053645465 + currentRevision: "518" + observedGeneration: 8438550020448048629 + readyReplicas: 1738133199 + replicas: -83108222 + updateRevision: "519" + updatedReplicas: -1271316132 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 0fe4bd2c1d0..e9f119b4b4d 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 @@ -490,8 +490,7 @@ "name": "192" } } - }, - "readOnly": true + } } } ], @@ -509,9 +508,9 @@ "ports": [ { "name": "198", - "hostPort": -1180080716, - "containerPort": -1409668172, - "protocol": "脾嚏吐ĠLƐȤ藠3.v-鿧悮坮Ȣ幟ļ腻", + "hostPort": 1919527626, + "containerPort": -389501466, + "protocol": ".鵫", "hostIP": "199" } ], @@ -540,35 +539,36 @@ "resourceFieldRef": { "containerName": "207", "resource": "208", - "divisor": "231" + "divisor": "322" }, "configMapKeyRef": { "name": "209", "key": "210", - "optional": false + "optional": true }, "secretKeyRef": { "name": "211", "key": "212", - "optional": true + "optional": false } } } ], "resources": { "limits": { - "": "55" + "莭琽§ć\\ ïì«丯Ƙ枛牐ɺ": "660" }, "requests": { - "粕擓ƖHVe熼'FD": "235" + "I\\p[": "853" } }, "volumeMounts": [ { "name": "213", + "readOnly": true, "mountPath": "214", "subPath": "215", - "mountPropagation": "UÐ_ƮA攤/ɸɎ", + "mountPropagation": "HVe熼'FD剂讼ɓ", "subPathExpr": "216" } ], @@ -588,7 +588,7 @@ "path": "220", "port": "221", "host": "222", - "scheme": "翁杙Ŧ癃8鸖ɱJȉ罴ņ螡ź", + "scheme": "A", "httpHeaders": [ { "name": "223", @@ -597,14 +597,14 @@ ] }, "tcpSocket": { - "port": -1543701088, + "port": 2060823740, "host": "225" }, - "initialDelaySeconds": 513341278, - "timeoutSeconds": 627713162, - "periodSeconds": 1255312175, - "successThreshold": -1740959124, - "failureThreshold": 158280212 + "initialDelaySeconds": -498930176, + "timeoutSeconds": 1885897314, + "periodSeconds": -465677631, + "successThreshold": 1054858106, + "failureThreshold": 232569106 }, "readinessProbe": { "exec": { @@ -614,52 +614,53 @@ }, "httpGet": { "path": "227", - "port": -1140531048, - "host": "228", + "port": "228", + "host": "229", + "scheme": "癃8鸖", "httpHeaders": [ { - "name": "229", - "value": "230" + "name": "230", + "value": "231" } ] }, "tcpSocket": { - "port": 1741405963, - "host": "231" + "port": 896430536, + "host": "232" }, - "initialDelaySeconds": 1260448044, - "timeoutSeconds": -200461294, - "periodSeconds": -1791206950, - "successThreshold": 1160477220, - "failureThreshold": 1226391571 + "initialDelaySeconds": 1574150975, + "timeoutSeconds": 993144482, + "periodSeconds": 714088955, + "successThreshold": 1033766276, + "failureThreshold": -1745509819 }, "startupProbe": { "exec": { "command": [ - "232" + "233" ] }, "httpGet": { - "path": "233", - "port": "234", - "host": "235", - "scheme": "勅跦Opwǩ曬逴褜1Ø", + "path": "234", + "port": "235", + "host": "236", + "scheme": "庎D}埽uʎȺ眖R#yV'WKw(ğ儴", "httpHeaders": [ { - "name": "236", - "value": "237" + "name": "237", + "value": "238" } ] }, "tcpSocket": { - "port": "238", + "port": 965937684, "host": "239" }, - "initialDelaySeconds": -589000495, - "timeoutSeconds": -955773237, - "periodSeconds": 561988938, - "successThreshold": 1419770315, - "failureThreshold": 300356869 + "initialDelaySeconds": -277192536, + "timeoutSeconds": -1588323253, + "periodSeconds": -20130017, + "successThreshold": -1244623134, + "failureThreshold": -1334110502 }, "lifecycle": { "postStart": { @@ -670,18 +671,18 @@ }, "httpGet": { "path": "241", - "port": "242", - "host": "243", - "scheme": "更偢ɇ卷荙JLĹ]佱¿\u003e犵殇ŕ-Ɂ", + "port": -1738069460, + "host": "242", + "scheme": "v+8Ƥ熪军g\u003e郵[+扴", "httpHeaders": [ { - "name": "244", - "value": "245" + "name": "243", + "value": "244" } ] }, "tcpSocket": { - "port": 467291328, + "port": "245", "host": "246" } }, @@ -693,171 +694,171 @@ }, "httpGet": { "path": "248", - "port": -434820661, - "host": "249", - "scheme": "r嚧", + "port": "249", + "host": "250", + "scheme": "]佱¿\u003e犵殇ŕ-Ɂ圯W", "httpHeaders": [ { - "name": "250", - "value": "251" + "name": "251", + "value": "252" } ] }, "tcpSocket": { - "port": 453108839, - "host": "252" + "port": "253", + "host": "254" } } }, - "terminationMessagePath": "253", - "terminationMessagePolicy": "趛屡ʁ岼昕ĬÇó藢xɮĵȑ6L*", - "imagePullPolicy": "Gƚ绤fʀļ腩墺Ò媁荭gw", + "terminationMessagePath": "255", + "terminationMessagePolicy": "輦唊#v铿ʩȂ4ē鐭", + "imagePullPolicy": "岼昕ĬÇó藢xɮĵȑ6L*Z", "securityContext": { "capabilities": { "add": [ - "E剒蔞" + "咡W" ], "drop": [ - "表徶đ寳议Ƭƶ氩Ȩ\u003c6鄰簳°Ļǟi\u0026皥" + "敄lu|" ] }, "privileged": false, "seLinuxOptions": { - "user": "254", - "role": "255", - "type": "256", - "level": "257" + "user": "256", + "role": "257", + "type": "258", + "level": "259" }, "windowsOptions": { - "gmsaCredentialSpecName": "258", - "gmsaCredentialSpec": "259", - "runAsUserName": "260" + "gmsaCredentialSpecName": "260", + "gmsaCredentialSpec": "261", + "runAsUserName": "262" }, - "runAsUser": -3342656999442156006, - "runAsGroup": -5569844914519516591, + "runAsUser": -230763786643460687, + "runAsGroup": 8175137418799691442, "runAsNonRoot": true, - "readOnlyRootFilesystem": true, - "allowPrivilegeEscalation": false, - "procMount": "¦队偯J僳徥淳4揻-$ɽ丟×x锏ɟ", + "readOnlyRootFilesystem": false, + "allowPrivilegeEscalation": true, + "procMount": "=E埄Ȁ朦 wƯ貾坢'跩aŕ翑0展", "seccompProfile": { - "type": "Ǒ輂,ŕĪĠM蘇KŅ/»頸+SÄ蚃ɣ", - "localhostProfile": "261" + "type": "硐庰%皧V垾现葢ŵ橨鬶l獕;跣H", + "localhostProfile": "263" } }, - "stdin": true, "tty": true } ], "containers": [ { - "name": "262", - "image": "263", + "name": "264", + "image": "265", "command": [ - "264" + "266" ], "args": [ - "265" + "267" ], - "workingDir": "266", + "workingDir": "268", "ports": [ { - "name": "267", - "hostPort": -825277526, - "containerPort": 1157117817, - "hostIP": "268" + "name": "269", + "hostPort": 1430286749, + "containerPort": -374766088, + "protocol": "翜舞拉Œ", + "hostIP": "270" } ], "envFrom": [ { - "prefix": "269", + "prefix": "271", "configMapRef": { - "name": "270", + "name": "272", "optional": false }, "secretRef": { - "name": "271", - "optional": false + "name": "273", + "optional": true } } ], "env": [ { - "name": "272", - "value": "273", + "name": "274", + "value": "275", "valueFrom": { "fieldRef": { - "apiVersion": "274", - "fieldPath": "275" + "apiVersion": "276", + "fieldPath": "277" }, "resourceFieldRef": { - "containerName": "276", - "resource": "277", - "divisor": "107" + "containerName": "278", + "resource": "279", + "divisor": "328" }, "configMapKeyRef": { - "name": "278", - "key": "279", - "optional": false - }, - "secretKeyRef": { "name": "280", "key": "281", - "optional": false + "optional": true + }, + "secretKeyRef": { + "name": "282", + "key": "283", + "optional": true } } } ], "resources": { "limits": { - "琕鶫:顇ə娯Ȱ囌{": "853" + "訆ƎżŧL²sNƗ¸gĩ餠籲磣": "340" }, "requests": { - "Z龏´DÒȗÔÂɘɢ鬍熖B芭花": "372" + "": "771" } }, "volumeMounts": [ { - "name": "282", + "name": "284", "readOnly": true, - "mountPath": "283", - "subPath": "284", - "mountPropagation": "亏yƕ丆録²Ŏ)/灩聋3趐囨鏻", - "subPathExpr": "285" + "mountPath": "285", + "subPath": "286", + "mountPropagation": "冓鍓贯", + "subPathExpr": "287" } ], "volumeDevices": [ { - "name": "286", - "devicePath": "287" + "name": "288", + "devicePath": "289" } ], "livenessProbe": { "exec": { "command": [ - "288" + "290" ] }, "httpGet": { - "path": "289", - "port": "290", - "host": "291", - "scheme": "C\"6x$1s", + "path": "291", + "port": 1952458416, + "host": "292", + "scheme": "琕鶫:顇ə娯Ȱ囌{", "httpHeaders": [ { - "name": "292", - "value": "293" + "name": "293", + "value": "294" } ] }, "tcpSocket": { - "port": "294", + "port": -1829146875, "host": "295" }, - "initialDelaySeconds": -860435782, - "timeoutSeconds": 1067125211, - "periodSeconds": -2088645849, - "successThreshold": 1900201288, - "failureThreshold": -766915393 + "initialDelaySeconds": -205176266, + "timeoutSeconds": 490479437, + "periodSeconds": -116469891, + "successThreshold": 311083651, + "failureThreshold": 353361793 }, "readinessProbe": { "exec": { @@ -867,25 +868,25 @@ }, "httpGet": { "path": "297", - "port": 1167615307, - "host": "298", - "scheme": "vEȤƏ埮p", + "port": "298", + "host": "299", + "scheme": "ɢ鬍熖B芭花ª瘡蟦JBʟ鍏H鯂²静Ʋ", "httpHeaders": [ { - "name": "299", - "value": "300" + "name": "300", + "value": "301" } ] }, "tcpSocket": { - "port": "301", + "port": -181601395, "host": "302" }, - "initialDelaySeconds": -1467527914, - "timeoutSeconds": 1107276738, - "periodSeconds": 1221583046, - "successThreshold": -1861307253, - "failureThreshold": 1802356198 + "initialDelaySeconds": -617381112, + "timeoutSeconds": 1851229369, + "periodSeconds": -560238386, + "successThreshold": 1658749995, + "failureThreshold": -938421813 }, "startupProbe": { "exec": { @@ -895,9 +896,9 @@ }, "httpGet": { "path": "304", - "port": 199049889, + "port": -305362540, "host": "305", - "scheme": "IJ嘢4ʗ", + "scheme": "Ǩ繫ʎǑyZ涬P­蜷ɔ幩", "httpHeaders": [ { "name": "306", @@ -906,35 +907,36 @@ ] }, "tcpSocket": { - "port": "308", - "host": "309" + "port": 1167615307, + "host": "308" }, - "initialDelaySeconds": -1896415283, - "timeoutSeconds": 1540899353, - "periodSeconds": -1330095135, - "successThreshold": 1566213732, - "failureThreshold": 1697842937 + "initialDelaySeconds": 455833230, + "timeoutSeconds": 1956567721, + "periodSeconds": 155090390, + "successThreshold": -2113700533, + "failureThreshold": -2130294761 }, "lifecycle": { "postStart": { "exec": { "command": [ - "310" + "309" ] }, "httpGet": { - "path": "311", - "port": "312", - "host": "313", + "path": "310", + "port": "311", + "host": "312", + "scheme": "WOŭW灬pȭCV擭銆", "httpHeaders": [ { - "name": "314", - "value": "315" + "name": "313", + "value": "314" } ] }, "tcpSocket": { - "port": 935886668, + "port": "315", "host": "316" } }, @@ -946,116 +948,115 @@ }, "httpGet": { "path": "318", - "port": "319", - "host": "320", - "scheme": ")DŽ髐njʉBn(fǂ", + "port": 1540899353, + "host": "319", + "scheme": "| 鞤ɱďW賁Ěɭɪǹ0衷,", "httpHeaders": [ { - "name": "321", - "value": "322" + "name": "320", + "value": "321" } ] }, "tcpSocket": { - "port": 872525702, - "host": "323" + "port": 1692740191, + "host": "322" } } }, - "terminationMessagePath": "324", - "terminationMessagePolicy": "ay", - "imagePullPolicy": "笭/9崍h趭(娕uE增猍ǵ xǨ", + "terminationMessagePath": "323", + "terminationMessagePolicy": "ț譎懚XW疪鑳w", + "imagePullPolicy": "yåe躒訙Ǫʓ)", "securityContext": { "capabilities": { "add": [ - "Ƶf" + "嗆u" ], "drop": [ - "Ã茓pȓɻ" + "晲T[irȎ3Ĕ\\" ] }, - "privileged": true, + "privileged": false, "seLinuxOptions": { - "user": "325", - "role": "326", - "type": "327", - "level": "328" + "user": "324", + "role": "325", + "type": "326", + "level": "327" }, "windowsOptions": { - "gmsaCredentialSpecName": "329", - "gmsaCredentialSpec": "330", - "runAsUserName": "331" + "gmsaCredentialSpecName": "328", + "gmsaCredentialSpec": "329", + "runAsUserName": "330" }, - "runAsUser": -4099583436266168513, - "runAsGroup": 5255171395073905944, - "runAsNonRoot": false, + "runAsUser": 4642510477960813990, + "runAsGroup": -7115468323604305274, + "runAsNonRoot": true, "readOnlyRootFilesystem": false, - "allowPrivilegeEscalation": false, - "procMount": "#耗", + "allowPrivilegeEscalation": true, + "procMount": "ȲǸ|蕎'佉賞ǧĒzŔ", "seccompProfile": { - "type": "(ť1ùfŭƽ", - "localhostProfile": "332" + "type": "", + "localhostProfile": "331" } }, - "stdin": true, - "stdinOnce": true + "stdin": true } ], "ephemeralContainers": [ { - "name": "333", - "image": "334", + "name": "332", + "image": "333", "command": [ - "335" + "334" ], "args": [ - "336" + "335" ], - "workingDir": "337", + "workingDir": "336", "ports": [ { - "name": "338", - "hostPort": -2137891092, - "containerPort": 1992460223, - "protocol": "`l}Ñ蠂Ü[ƛ^輅", - "hostIP": "339" + "name": "337", + "hostPort": 2073630689, + "containerPort": -830875556, + "protocol": "Ȝv1b繐汚磉反-n覦灲閈誹ʅ蕉ɼ搳ǭ", + "hostIP": "338" } ], "envFrom": [ { - "prefix": "340", + "prefix": "339", "configMapRef": { - "name": "341", - "optional": false + "name": "340", + "optional": true }, "secretRef": { - "name": "342", - "optional": false + "name": "341", + "optional": true } } ], "env": [ { - "name": "343", - "value": "344", + "name": "342", + "value": "343", "valueFrom": { "fieldRef": { - "apiVersion": "345", - "fieldPath": "346" + "apiVersion": "344", + "fieldPath": "345" }, "resourceFieldRef": { - "containerName": "347", - "resource": "348", - "divisor": "211" + "containerName": "346", + "resource": "347", + "divisor": "678" }, "configMapKeyRef": { - "name": "349", - "key": "350", + "name": "348", + "key": "349", "optional": true }, "secretKeyRef": { - "name": "351", - "key": "352", + "name": "350", + "key": "351", "optional": true } } @@ -1063,109 +1064,110 @@ ], "resources": { "limits": { - "x糂腂": "286" + "zĮ蛋I滞廬耐鷞焬CQ": "712" }, "requests": { - "ɢzĮ蛋I滞廬耐鷞焬CQm坊柩劄奼[": "214" + "ý萜Ǖc": "275" } }, "volumeMounts": [ { - "name": "353", - "mountPath": "354", - "subPath": "355", - "mountPropagation": "Ƶŧ1ƟƓ宆!鍲ɋȑoG鄧蜢暳ǽ", - "subPathExpr": "356" + "name": "352", + "mountPath": "353", + "subPath": "354", + "mountPropagation": "ĝ®EĨǔvÄÚ×p鬷", + "subPathExpr": "355" } ], "volumeDevices": [ { - "name": "357", - "devicePath": "358" + "name": "356", + "devicePath": "357" } ], "livenessProbe": { "exec": { "command": [ - "359" + "358" ] }, "httpGet": { - "path": "360", - "port": "361", - "host": "362", + "path": "359", + "port": -1211577347, + "host": "360", + "scheme": "ǽżLj捲", "httpHeaders": [ { - "name": "363", - "value": "364" + "name": "361", + "value": "362" } ] }, "tcpSocket": { - "port": "365", - "host": "366" + "port": "363", + "host": "364" }, - "initialDelaySeconds": 1612465029, - "timeoutSeconds": -148677969, - "periodSeconds": 758604605, - "successThreshold": -291429895, - "failureThreshold": -478839383 + "initialDelaySeconds": -1382141042, + "timeoutSeconds": 583526946, + "periodSeconds": 186003226, + "successThreshold": -297065907, + "failureThreshold": 466267060 }, "readinessProbe": { "exec": { "command": [ - "367" + "365" ] }, "httpGet": { - "path": "368", - "port": 498878902, - "host": "369", - "scheme": "ďJZ漤ŗ坟Ů\u003c", + "path": "366", + "port": -708495486, + "host": "367", + "scheme": "$ɛ溢臜裡×銵-紑浘牬", "httpHeaders": [ { - "name": "370", - "value": "371" + "name": "368", + "value": "369" } ] }, "tcpSocket": { - "port": -2030665763, - "host": "372" + "port": "370", + "host": "371" }, - "initialDelaySeconds": 1808698094, - "timeoutSeconds": 1155232143, - "periodSeconds": -1873425934, - "successThreshold": -1924862129, - "failureThreshold": -1431381588 + "initialDelaySeconds": -195171082, + "timeoutSeconds": 1648539888, + "periodSeconds": 762856658, + "successThreshold": -1898251770, + "failureThreshold": 713473395 }, "startupProbe": { "exec": { "command": [ - "373" + "372" ] }, "httpGet": { - "path": "374", - "port": "375", - "host": "376", - "scheme": "Nh×DJɶ羹ƞʓ%ʝ`ǭ", + "path": "373", + "port": "374", + "host": "375", + "scheme": "ɴ鉂WJ1抉泅ą\u0026", "httpHeaders": [ { - "name": "377", - "value": "378" + "name": "376", + "value": "377" } ] }, "tcpSocket": { - "port": -1467648837, + "port": "378", "host": "379" }, - "initialDelaySeconds": 911629631, - "timeoutSeconds": 542678518, - "periodSeconds": 1859267428, - "successThreshold": 1123323092, - "failureThreshold": -592521472 + "initialDelaySeconds": -1943335113, + "timeoutSeconds": -39292476, + "periodSeconds": 801902541, + "successThreshold": -1312249623, + "failureThreshold": -1089435479 }, "lifecycle": { "postStart": { @@ -1176,138 +1178,137 @@ }, "httpGet": { "path": "381", - "port": 2040952835, - "host": "382", - "scheme": "诵H玲鑠ĭ$#卛8ð", + "port": "382", + "host": "383", + "scheme": "ńČȷǻ.wȏâ磠Ƴ崖S", "httpHeaders": [ { - "name": "383", - "value": "384" + "name": "384", + "value": "385" } ] }, "tcpSocket": { - "port": "385", - "host": "386" + "port": "386", + "host": "387" } }, "preStop": { "exec": { "command": [ - "387" + "388" ] }, "httpGet": { - "path": "388", - "port": -122203422, - "host": "389", - "scheme": "斢杧ż鯀1'鸔", + "path": "389", + "port": "390", + "host": "391", + "scheme": "橱9ij\\Ď愝Ű藛b磾s", "httpHeaders": [ { - "name": "390", - "value": "391" + "name": "392", + "value": "393" } ] }, "tcpSocket": { - "port": -1618269037, - "host": "392" + "port": 2060584115, + "host": "394" } } }, - "terminationMessagePath": "393", - "terminationMessagePolicy": "炙B餸硷张q櫞繡旹翃ɾ氒ĺʈʫ羶剹", - "imagePullPolicy": "嵞嬯t{Eɾ敹Ȯ-湷D谹", + "terminationMessagePath": "395", + "terminationMessagePolicy": "敮ǰ詀ǿ忀oɎƺL肄$鬬$", + "imagePullPolicy": "ʫ羶剹ƊF豎穜姰l咑", "securityContext": { "capabilities": { "add": [ - "秮òƬɸĻo" + "^鏋蛹Ƚȿ醏g遧" ], "drop": [ - "{柯?" + "飂廤Ƌʙcx" ] }, "privileged": false, "seLinuxOptions": { - "user": "394", - "role": "395", - "type": "396", - "level": "397" + "user": "396", + "role": "397", + "type": "398", + "level": "399" }, "windowsOptions": { - "gmsaCredentialSpecName": "398", - "gmsaCredentialSpec": "399", - "runAsUserName": "400" + "gmsaCredentialSpecName": "400", + "gmsaCredentialSpec": "401", + "runAsUserName": "402" }, - "runAsUser": -3231735416592443589, - "runAsGroup": 1578419479310338359, - "runAsNonRoot": false, - "readOnlyRootFilesystem": false, - "allowPrivilegeEscalation": true, - "procMount": "4矕Ƈè*", + "runAsUser": 73764735411458498, + "runAsGroup": 650553495487228967, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": false, + "procMount": "ĭ¥#ƱÁR", "seccompProfile": { - "type": "='ʨ|ǓÓ敆OɈÏ 瞍髃", - "localhostProfile": "401" + "type": "淹揀.e鍃G昧牱fsǕT衩kƒK07", + "localhostProfile": "403" } }, "stdin": true, - "stdinOnce": true, "tty": true, - "targetContainerName": "402" + "targetContainerName": "404" } ], - "restartPolicy": "ȕW歹s", - "terminationGracePeriodSeconds": -2705718780200389430, - "activeDeadlineSeconds": 7628609851801072843, - "dnsPolicy": "堑ūM鈱ɖ'蠨", + "restartPolicy": "œj堑ūM鈱ɖ'蠨磼O_h", + "terminationGracePeriodSeconds": 3305070661619041050, + "activeDeadlineSeconds": -8735446882646824517, + "dnsPolicy": "@@)Zq=歍þ螗ɃŒGm¨z鋎靀G¿", "nodeSelector": { - "403": "404" + "405": "406" }, - "serviceAccountName": "405", - "serviceAccount": "406", + "serviceAccountName": "407", + "serviceAccount": "408", "automountServiceAccountToken": false, - "nodeName": "407", + "nodeName": "409", "hostNetwork": true, "hostIPC": true, - "shareProcessNamespace": false, + "shareProcessNamespace": true, "securityContext": { "seLinuxOptions": { - "user": "408", - "role": "409", - "type": "410", - "level": "411" + "user": "410", + "role": "411", + "type": "412", + "level": "413" }, "windowsOptions": { - "gmsaCredentialSpecName": "412", - "gmsaCredentialSpec": "413", - "runAsUserName": "414" + "gmsaCredentialSpecName": "414", + "gmsaCredentialSpec": "415", + "runAsUserName": "416" }, - "runAsUser": -8735446882646824517, - "runAsGroup": 241576272398843100, - "runAsNonRoot": false, + "runAsUser": 4444586492552487433, + "runAsGroup": 3185438857926287711, + "runAsNonRoot": true, "supplementalGroups": [ - 3851285476969791307 + 3497863229537310760 ], - "fsGroup": 3104099627522161950, + "fsGroup": 5195444687005969380, "sysctls": [ { - "name": "415", - "value": "416" + "name": "417", + "value": "418" } ], - "fsGroupChangePolicy": "ß讪Ă2讅缔m葰賦迾娙", + "fsGroupChangePolicy": "ƴɦ燻踸陴Sĕ濦ʓɻ", "seccompProfile": { - "type": "4虵p蓋沥7uPƒ", - "localhostProfile": "417" + "type": "0蚢鑸鶲Ãqb轫ʓ滨Ė", + "localhostProfile": "419" } }, "imagePullSecrets": [ { - "name": "418" + "name": "420" } ], - "hostname": "419", - "subdomain": "420", + "hostname": "421", + "subdomain": "422", "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { @@ -1315,19 +1316,19 @@ { "matchExpressions": [ { - "key": "421", - "operator": "堣灭ƴɦ燻", + "key": "423", + "operator": "呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG喾", "values": [ - "422" + "424" ] } ], "matchFields": [ { - "key": "423", - "operator": "-觗裓6Ř筿ɾ5Ų買霎ȃň[\u003eą", + "key": "425", + "operator": "y#t(ȗŜŲ\u0026", "values": [ - "424" + "426" ] } ] @@ -1336,23 +1337,23 @@ }, "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -1525789456, + "weight": 1116309226, "preference": { "matchExpressions": [ { - "key": "425", - "operator": "d'呪", + "key": "427", + "operator": "l", "values": [ - "426" + "428" ] } ], "matchFields": [ { - "key": "427", - "operator": "ɷȰW瀤oɢ嫎¸殚篎3o8[y#t(", + "key": "429", + "operator": "", "values": [ - "428" + "430" ] } ] @@ -1365,30 +1366,30 @@ { "labelSelector": { "matchLabels": { - "rG-7--p9.-_0R.-_-3_L_2--_v2.5p_..Y-.wg_-b8a_68": "Q4_.84.K_-_0_..u.F.pq..--Q" + "5_.-miJ4x-_0_5-_.7Fp": "S-_AmD-.0AP.-.C_p" }, "matchExpressions": [ { - "key": "8b-3-3b17cab-ppy5e--9p-61-2we16h--5-d-k-sm.2xv17r--32b-----4-670tfz-up3n/ov_Z--Zg-_Q", + "key": "4-m_0-m-6Sp_N-S..O-BZ..6-1.S-B33", "operator": "NotIn", "values": [ - "0..KpiS.oK-.O--5-yp8q_s-L" + "4__I_-_-3-3--5X1rh-K5y_AzOBW.9oE9_6.--v7" ] } ] }, "namespaces": [ - "435" + "437" ], - "topologyKey": "436", + "topologyKey": "438", "namespaceSelector": { "matchLabels": { - "0--0g-q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x8/Hz_V_.r_v_._e_-78o_6Z..11_7pX_.-mLlx...w_t-_.5.40Rw4D": "Y_2-n_5023Xl-3Pw_-r7g" + "4eq5": "" }, "matchExpressions": [ { - "key": "3hjo--8kb6--ut---p8--3-e-3-44-e.w--i--40wv--in-870w--it6k47-7yd-y--3wc8q8/wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...Cr", - "operator": "DoesNotExist" + "key": "XH-.k.7.l_-W8o._xJ1-lFA_Xf3.V0H2-.zHw.H__V.Vz_6.z", + "operator": "Exists" } ] } @@ -1396,31 +1397,37 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -234140, + "weight": 888976270, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "1_.-_L-__bf_9_-C-PfNx__-U_P": "tW23-_.z_.._s--_F-BR-.h_2" + "z_o_2.--4Z7__i1T.miw_a": "2..8-_0__5HG2_5XOAX.gUqV22-4-ye52yQh7.6.-y-s4483Po_L3f1-7_O4n" }, "matchExpressions": [ { - "key": "s_6O-5_7_-0w_--5-_.3--_9QW2JkU27_.-4T-I.-..K.-.0__sD.-.-_s", - "operator": "Exists" + "key": "e9jcz9f-6-4g-z46--f2t-m839-q9.3hjo--8kb6--ut---p8--3-e-3-44-e/Sx18mtxb__-ex-_1_-ODgC_1-_8__T3sn-0_.i__a.O2G_-_K-.03.mp.-0", + "operator": "In", + "values": [ + "H-7Tp_.----cp__ac8u.._-__BM.6-.Y_72-_--pT75-.emVQ" + ] } ] }, "namespaces": [ - "449" + "451" ], - "topologyKey": "450", + "topologyKey": "452", "namespaceSelector": { "matchLabels": { - "Q.-_t--O3": "7z2-y.-...C4_-_2G0.-c_C.G.h--m._fN._k8__._ep2P.B._A_09E" + "vh-4-lx-0-2qg--4-03a68u7-l---8x7-l--b-9-u-d/M.Pn-W23-_z": "2JkU27_.-4T-I.-..K.-.0__sD.-.-_I-F.PWtO4-7-P41_.-.-AQ._r.-R" }, "matchExpressions": [ { - "key": "P_p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o..p_B-d--Q5._D6_.d-n_9np", - "operator": "DoesNotExist" + "key": "76---090---2n-8--p--g82--a-d----w----p1-2-xa-o65p--edno-52--p.9--d5ez1----b69x98--7g0e6-x5-70/ly--J-_.ZCRT.0z-oe.G79.3bU_._V", + "operator": "In", + "values": [ + "4.4_MU7iLfS-0.9-.-._.1..s._jP6j.u--.K--g__..2bidF.-0-...W7" + ] } ] } @@ -1433,32 +1440,29 @@ { "labelSelector": { "matchLabels": { - "n7-a6434---7i-f-d019o1v3u.2k8-2-d--n--r8661--3-8-t48g-w2q7z-vps548-d-1r7j--v2x-64dwb/e": "8" + "5k873--1n13sx82-cx-428u2j-3/Z0_TM_p6lM.Y-nd_.b_-gL_1..5a-1-CdM._b8": "r.2cg.MGbG-_-8Qi..9-4.2K_FQ.E--__K-h_-0-T-_Lr" }, "matchExpressions": [ { - "key": "75-p-z---k-5r6h--y7o-0-wq-zfdw73w0---4a18-f4/d1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--2", - "operator": "In", - "values": [ - "u-.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133eT_2_t_IkI-mt4...rBQ.9-0" - ] + "key": "D7RufiV-7u0--_qv4--_.6_N_9X-B.s8.N_rM-k8", + "operator": "Exists" } ] }, "namespaces": [ - "463" + "465" ], - "topologyKey": "464", + "topologyKey": "466", "namespaceSelector": { "matchLabels": { - "m_-Z.wc..k_0_5.z.0..__k": "b.-9.Y0-_-.l__.c17__f_-336-.BT" + "u_.mu": "U___vSW_4-___-_--ux_E4-.-PT-_Nx__-F_._n.WaY_o.-0-E" }, "matchExpressions": [ { - "key": "N7.81_-._-_8_.._._a9", + "key": "Jj-3.J-.-r_-oPd-.2_Z__.-_U-.60--o._8H__ln_9--Avi.gZdnUVP._81_s", "operator": "In", "values": [ - "vi.gZdnUVP._81_---l_3_-_G-D....js--a---..6bD_Mh" + "V._qN__A_f_-B3_U__L.KH6K.RwsfI2" ] } ] @@ -1467,31 +1471,34 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1276377114, + "weight": -1668452490, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "1f8--tf---7r88-1--p61cd--s-nu5718--lks7d-x9-f-62o8/L9._5-..Bi_..aOQ_._Yn.-.4t.U.VU__-_BAB_35H__.B_6_-U..u8gwb.-6": "M9..8-8yw..__Yb_58.p-06jVZ-u0" + "n8i64t1-4----c-----35---1--6-u-68u8gwb0k-6-p--mgi7-2je7zjt0pp-e/b_.__1.--5B-S": "cd_O-Ynu.7.._B-ks7dG-9S-O62o.8._.---UK_-.j21---__y.9O.L-.m.t" }, "matchExpressions": [ { - "key": "v54le-to9e--a-7je9fz87-2jvd23-0p1.360v2-x-cpor---cigu--s/j-dY7_M_-._M5..-N_H_55..--E3_2h", - "operator": "DoesNotExist" + "key": "6W74-R_Z_Tz.a3_Ho", + "operator": "Exists" } ] }, "namespaces": [ - "477" + "479" ], - "topologyKey": "478", + "topologyKey": "480", "namespaceSelector": { "matchLabels": { - "o17qre-33-5-u8f0f1qv--i72-x3---v25f56.w84s-n-i-711s4--9s8--o-8dm---b----03-64-8l7-l-0787--1--ia5yl9k/267hP-lX-_-..5-.._r6M__4-P-g3J6": "I-._g_.._-hKc.OB_F_--.._m_-9" + "h1DW__o_-._kzB7U_.Q.45cy-.._-__Z": "t.LT60v.WxPc---K__i" }, "matchExpressions": [ { - "key": "410-f-o-fr-5-3t--y9---2--e-yya3.98t-----60t--019-yg--4-37f-rwh-7be--y0agp51x597277q---nt/M-0R.-I-_23L_J49t-X..1", - "operator": "DoesNotExist" + "key": "ki2/rlX-_-..5-.._r6M__4-P-g3Jt6e9G.-8p4__-.auZTcwJV", + "operator": "In", + "values": [ + "x3___-..f5-6x-_-o_6O_If-5_-_.F" + ] } ] } @@ -1500,92 +1507,93 @@ ] } }, - "schedulerName": "485", + "schedulerName": "487", "tolerations": [ { - "key": "486", - "operator": "r}梳攔wŲ魦Ɔ0ƢĮÀĘÆɆȸȢ蒸", - "value": "487", - "effect": "U烈 źfjǰɪ嘞ȏ}杻扞Ğ", - "tolerationSeconds": 3252034671163905138 + "key": "488", + "operator": "4%ʬD$;X郪\\#撄貶à圽榕ɹ", + "value": "489", + "effect": "慰x:", + "tolerationSeconds": 3362400521064014157 } ], "hostAliases": [ { - "ip": "488", + "ip": "490", "hostnames": [ - "489" + "491" ] } ], - "priorityClassName": "490", - "priority": 347613368, + "priorityClassName": "492", + "priority": 743241089, "dnsConfig": { "nameservers": [ - "491" + "493" ], "searches": [ - "492" + "494" ], "options": [ { - "name": "493", - "value": "494" + "name": "495", + "value": "496" } ] }, "readinessGates": [ { - "conditionType": "ř岈ǎǏ]S5:œƌ嵃ǁ" + "conditionType": "0yVA嬂刲;牆詒ĸąs" } ], - "runtimeClassName": "495", + "runtimeClassName": "497", "enableServiceLinks": false, - "preemptionPolicy": "m珢\\%傢z¦Ā竚ĐȌƨǴ叆", + "preemptionPolicy": "Iƭij韺ʧ\u003e", "overhead": { - "D輷": "792" + "D傕Ɠ栊闔虝巒瀦ŕ": "124" }, "topologySpreadConstraints": [ { - "maxSkew": -484382570, - "topologyKey": "496", - "whenUnsatisfiable": "nn坾\u0026Pɫ(ʙÆʨɺC`", + "maxSkew": -174245111, + "topologyKey": "498", + "whenUnsatisfiable": "", "labelSelector": { "matchLabels": { - "n.DL.o_e-d92e8S_-0-_8Vz-E41___75Q-T": "O.__0PPX-.-d4Badb" + "7a8-phs1a-----28-d-e10-f-o-fr-5-3th/Mm_-q9.N8._--M-R": "a-C3-._-l__KSvV-8-L__C_60-__.19_-gYY._..fP--hQ7be__-a" }, "matchExpressions": [ { - "key": "zz8-35x38i-qnr-5zi82dc3do--7lw63jvksy--w-i33-dzn6-302m7rx1/7Jl----i_I.-_7g-8iJ--p-7f3-2_Z_V_-q-L34-_D86-W_g52", - "operator": "NotIn", + "key": "ee.-.66hcB.rTt7bm9I.-..q-F-.__c.k7__f--_br..1.--x", + "operator": "In", "values": [ - "h.v._5.vB-.-7-.6Jv-86___3" + "zJ_.84.-0-.6---Q.__y64L.0-.c-tm..__---r__._-.DL.oe" ] } ] } } ], - "setHostnameAsFQDN": false + "setHostnameAsFQDN": true } }, - "ttlSecondsAfterFinished": -1285029915, + "ttlSecondsAfterFinished": -1166275743, + "completionMode": "\u0026ɃB沅零șPî壣V礆", "suspend": true } }, - "successfulJobsHistoryLimit": 1729066291, - "failedJobsHistoryLimit": -908823020 + "successfulJobsHistoryLimit": 1171076488, + "failedJobsHistoryLimit": -1190434752 }, "status": { "active": [ { - "kind": "503", - "namespace": "504", - "name": "505", - "uid": "`", - "apiVersion": "506", - "resourceVersion": "507", - "fieldPath": "508" + "kind": "505", + "namespace": "506", + "name": "507", + "uid": "圻醆锛[M牍Ƃ氙吐ɝ鶼", + "apiVersion": "508", + "resourceVersion": "509", + "fieldPath": "510" } ] } 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 f016c27792b5f1b13e0e02f781161a2d4e28aee6..6d737290f1f62a995fce2a758a23cc0083fa1a00 100644 GIT binary patch delta 5737 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 delta 5966 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 ID#R4>|5ą + operator: 呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG喾 values: - "424" + matchFields: + - key: "425" + operator: y#t(ȗŜŲ& + values: + - "426" podAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - - key: s_6O-5_7_-0w_--5-_.3--_9QW2JkU27_.-4T-I.-..K.-.0__sD.-.-_s - operator: Exists + - key: e9jcz9f-6-4g-z46--f2t-m839-q9.3hjo--8kb6--ut---p8--3-e-3-44-e/Sx18mtxb__-ex-_1_-ODgC_1-_8__T3sn-0_.i__a.O2G_-_K-.03.mp.-0 + operator: In + values: + - H-7Tp_.----cp__ac8u.._-__BM.6-.Y_72-_--pT75-.emVQ matchLabels: - 1_.-_L-__bf_9_-C-PfNx__-U_P: tW23-_.z_.._s--_F-BR-.h_2 + z_o_2.--4Z7__i1T.miw_a: 2..8-_0__5HG2_5XOAX.gUqV22-4-ye52yQh7.6.-y-s4483Po_L3f1-7_O4n namespaceSelector: matchExpressions: - - key: P_p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o..p_B-d--Q5._D6_.d-n_9np - operator: DoesNotExist + - key: 76---090---2n-8--p--g82--a-d----w----p1-2-xa-o65p--edno-52--p.9--d5ez1----b69x98--7g0e6-x5-70/ly--J-_.ZCRT.0z-oe.G79.3bU_._V + operator: In + values: + - 4.4_MU7iLfS-0.9-.-._.1..s._jP6j.u--.K--g__..2bidF.-0-...W7 matchLabels: - Q.-_t--O3: 7z2-y.-...C4_-_2G0.-c_C.G.h--m._fN._k8__._ep2P.B._A_09E + vh-4-lx-0-2qg--4-03a68u7-l---8x7-l--b-9-u-d/M.Pn-W23-_z: 2JkU27_.-4T-I.-..K.-.0__sD.-.-_I-F.PWtO4-7-P41_.-.-AQ._r.-R namespaces: - - "449" - topologyKey: "450" - weight: -234140 + - "451" + topologyKey: "452" + weight: 888976270 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: 8b-3-3b17cab-ppy5e--9p-61-2we16h--5-d-k-sm.2xv17r--32b-----4-670tfz-up3n/ov_Z--Zg-_Q + - key: 4-m_0-m-6Sp_N-S..O-BZ..6-1.S-B33 operator: NotIn values: - - 0..KpiS.oK-.O--5-yp8q_s-L + - 4__I_-_-3-3--5X1rh-K5y_AzOBW.9oE9_6.--v7 matchLabels: - rG-7--p9.-_0R.-_-3_L_2--_v2.5p_..Y-.wg_-b8a_68: Q4_.84.K_-_0_..u.F.pq..--Q + 5_.-miJ4x-_0_5-_.7Fp: S-_AmD-.0AP.-.C_p namespaceSelector: matchExpressions: - - key: 3hjo--8kb6--ut---p8--3-e-3-44-e.w--i--40wv--in-870w--it6k47-7yd-y--3wc8q8/wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...Cr - operator: DoesNotExist + - key: XH-.k.7.l_-W8o._xJ1-lFA_Xf3.V0H2-.zHw.H__V.Vz_6.z + operator: Exists matchLabels: - 0--0g-q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x8/Hz_V_.r_v_._e_-78o_6Z..11_7pX_.-mLlx...w_t-_.5.40Rw4D: Y_2-n_5023Xl-3Pw_-r7g + 4eq5: "" namespaces: - - "435" - topologyKey: "436" + - "437" + topologyKey: "438" podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - - key: v54le-to9e--a-7je9fz87-2jvd23-0p1.360v2-x-cpor---cigu--s/j-dY7_M_-._M5..-N_H_55..--E3_2h - operator: DoesNotExist + - key: 6W74-R_Z_Tz.a3_Ho + operator: Exists matchLabels: - 1f8--tf---7r88-1--p61cd--s-nu5718--lks7d-x9-f-62o8/L9._5-..Bi_..aOQ_._Yn.-.4t.U.VU__-_BAB_35H__.B_6_-U..u8gwb.-6: M9..8-8yw..__Yb_58.p-06jVZ-u0 + n8i64t1-4----c-----35---1--6-u-68u8gwb0k-6-p--mgi7-2je7zjt0pp-e/b_.__1.--5B-S: cd_O-Ynu.7.._B-ks7dG-9S-O62o.8._.---UK_-.j21---__y.9O.L-.m.t namespaceSelector: matchExpressions: - - key: 410-f-o-fr-5-3t--y9---2--e-yya3.98t-----60t--019-yg--4-37f-rwh-7be--y0agp51x597277q---nt/M-0R.-I-_23L_J49t-X..1 - operator: DoesNotExist + - key: ki2/rlX-_-..5-.._r6M__4-P-g3Jt6e9G.-8p4__-.auZTcwJV + operator: In + values: + - x3___-..f5-6x-_-o_6O_If-5_-_.F matchLabels: - ? o17qre-33-5-u8f0f1qv--i72-x3---v25f56.w84s-n-i-711s4--9s8--o-8dm---b----03-64-8l7-l-0787--1--ia5yl9k/267hP-lX-_-..5-.._r6M__4-P-g3J6 - : I-._g_.._-hKc.OB_F_--.._m_-9 + h1DW__o_-._kzB7U_.Q.45cy-.._-__Z: t.LT60v.WxPc---K__i namespaces: - - "477" - topologyKey: "478" - weight: 1276377114 + - "479" + topologyKey: "480" + weight: -1668452490 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: 75-p-z---k-5r6h--y7o-0-wq-zfdw73w0---4a18-f4/d1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--2 - operator: In - values: - - u-.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133eT_2_t_IkI-mt4...rBQ.9-0 + - key: D7RufiV-7u0--_qv4--_.6_N_9X-B.s8.N_rM-k8 + operator: Exists matchLabels: - n7-a6434---7i-f-d019o1v3u.2k8-2-d--n--r8661--3-8-t48g-w2q7z-vps548-d-1r7j--v2x-64dwb/e: "8" + 5k873--1n13sx82-cx-428u2j-3/Z0_TM_p6lM.Y-nd_.b_-gL_1..5a-1-CdM._b8: r.2cg.MGbG-_-8Qi..9-4.2K_FQ.E--__K-h_-0-T-_Lr namespaceSelector: matchExpressions: - - key: N7.81_-._-_8_.._._a9 + - key: Jj-3.J-.-r_-oPd-.2_Z__.-_U-.60--o._8H__ln_9--Avi.gZdnUVP._81_s operator: In values: - - vi.gZdnUVP._81_---l_3_-_G-D....js--a---..6bD_Mh + - V._qN__A_f_-B3_U__L.KH6K.RwsfI2 matchLabels: - m_-Z.wc..k_0_5.z.0..__k: b.-9.Y0-_-.l__.c17__f_-336-.BT + u_.mu: U___vSW_4-___-_--ux_E4-.-PT-_Nx__-F_._n.WaY_o.-0-E namespaces: - - "463" - topologyKey: "464" + - "465" + topologyKey: "466" automountServiceAccountToken: false containers: - args: - - "265" + - "267" command: - - "264" + - "266" env: - - name: "272" - value: "273" + - name: "274" + value: "275" valueFrom: configMapKeyRef: - key: "279" - name: "278" - optional: false - fieldRef: - apiVersion: "274" - fieldPath: "275" - resourceFieldRef: - containerName: "276" - divisor: "107" - resource: "277" - secretKeyRef: key: "281" name: "280" - optional: false + optional: true + fieldRef: + apiVersion: "276" + fieldPath: "277" + resourceFieldRef: + containerName: "278" + divisor: "328" + resource: "279" + secretKeyRef: + key: "283" + name: "282" + optional: true envFrom: - configMapRef: - name: "270" + name: "272" optional: false - prefix: "269" + prefix: "271" secretRef: - name: "271" - optional: false - image: "263" - imagePullPolicy: 笭/9崍h趭(娕uE增猍ǵ xǨ + name: "273" + optional: true + image: "265" + imagePullPolicy: yåe躒訙Ǫʓ) lifecycle: postStart: exec: command: - - "310" + - "309" httpGet: - host: "313" + host: "312" httpHeaders: - - name: "314" - value: "315" - path: "311" - port: "312" + - name: "313" + value: "314" + path: "310" + port: "311" + scheme: WOŭW灬pȭCV擭銆 tcpSocket: host: "316" - port: 935886668 + port: "315" preStop: exec: command: - "317" httpGet: - host: "320" + host: "319" httpHeaders: - - name: "321" - value: "322" + - name: "320" + value: "321" path: "318" - port: "319" - scheme: )DŽ髐njʉBn(fǂ + port: 1540899353 + scheme: '| 鞤ɱďW賁Ěɭɪǹ0衷,' tcpSocket: - host: "323" - port: 872525702 + host: "322" + port: 1692740191 livenessProbe: exec: command: - - "288" - failureThreshold: -766915393 + - "290" + failureThreshold: 353361793 httpGet: - host: "291" + host: "292" httpHeaders: - - name: "292" - value: "293" - path: "289" - port: "290" - scheme: C"6x$1s - initialDelaySeconds: -860435782 - periodSeconds: -2088645849 - successThreshold: 1900201288 + - name: "293" + value: "294" + path: "291" + port: 1952458416 + scheme: 琕鶫:顇ə娯Ȱ囌{ + initialDelaySeconds: -205176266 + periodSeconds: -116469891 + successThreshold: 311083651 tcpSocket: host: "295" - port: "294" - timeoutSeconds: 1067125211 - name: "262" + port: -1829146875 + timeoutSeconds: 490479437 + name: "264" ports: - - containerPort: 1157117817 - hostIP: "268" - hostPort: -825277526 - name: "267" + - containerPort: -374766088 + hostIP: "270" + hostPort: 1430286749 + name: "269" + protocol: 翜舞拉Œ readinessProbe: exec: command: - "296" - failureThreshold: 1802356198 + failureThreshold: -938421813 httpGet: - host: "298" + host: "299" httpHeaders: - - name: "299" - value: "300" + - name: "300" + value: "301" path: "297" - port: 1167615307 - scheme: vEȤƏ埮p - initialDelaySeconds: -1467527914 - periodSeconds: 1221583046 - successThreshold: -1861307253 + port: "298" + scheme: ɢ鬍熖B芭花ª瘡蟦JBʟ鍏H鯂²静Ʋ + initialDelaySeconds: -617381112 + periodSeconds: -560238386 + successThreshold: 1658749995 tcpSocket: host: "302" - port: "301" - timeoutSeconds: 1107276738 + port: -181601395 + timeoutSeconds: 1851229369 resources: limits: - 琕鶫:顇ə娯Ȱ囌{: "853" + 訆ƎżŧL²sNƗ¸gĩ餠籲磣: "340" requests: - Z龏´DÒȗÔÂɘɢ鬍熖B芭花: "372" + "": "771" securityContext: - allowPrivilegeEscalation: false + allowPrivilegeEscalation: true capabilities: add: - - Ƶf + - 嗆u drop: - - Ã茓pȓɻ - privileged: true - procMount: '#耗' + - 晲T[irȎ3Ĕ\ + privileged: false + procMount: ȲǸ|蕎'佉賞ǧĒzŔ readOnlyRootFilesystem: false - runAsGroup: 5255171395073905944 - runAsNonRoot: false - runAsUser: -4099583436266168513 + runAsGroup: -7115468323604305274 + runAsNonRoot: true + runAsUser: 4642510477960813990 seLinuxOptions: - level: "328" - role: "326" - type: "327" - user: "325" + level: "327" + role: "325" + type: "326" + user: "324" seccompProfile: - localhostProfile: "332" - type: (ť1ùfŭƽ + localhostProfile: "331" + type: "" windowsOptions: - gmsaCredentialSpec: "330" - gmsaCredentialSpecName: "329" - runAsUserName: "331" + gmsaCredentialSpec: "329" + gmsaCredentialSpecName: "328" + runAsUserName: "330" startupProbe: exec: command: - "303" - failureThreshold: 1697842937 + failureThreshold: -2130294761 httpGet: host: "305" httpHeaders: - name: "306" value: "307" path: "304" - port: 199049889 - scheme: IJ嘢4ʗ - initialDelaySeconds: -1896415283 - periodSeconds: -1330095135 - successThreshold: 1566213732 + port: -305362540 + scheme: Ǩ繫ʎǑyZ涬P­蜷ɔ幩 + initialDelaySeconds: 455833230 + periodSeconds: 155090390 + successThreshold: -2113700533 tcpSocket: - host: "309" - port: "308" - timeoutSeconds: 1540899353 + host: "308" + port: 1167615307 + timeoutSeconds: 1956567721 stdin: true - stdinOnce: true - terminationMessagePath: "324" - terminationMessagePolicy: ay + terminationMessagePath: "323" + terminationMessagePolicy: ț譎懚XW疪鑳w volumeDevices: - - devicePath: "287" - name: "286" + - devicePath: "289" + name: "288" volumeMounts: - - mountPath: "283" - mountPropagation: 亏yƕ丆録²Ŏ)/灩聋3趐囨鏻 - name: "282" + - mountPath: "285" + mountPropagation: 冓鍓贯 + name: "284" readOnly: true - subPath: "284" - subPathExpr: "285" - workingDir: "266" + subPath: "286" + subPathExpr: "287" + workingDir: "268" dnsConfig: nameservers: - - "491" + - "493" options: - - name: "493" - value: "494" + - name: "495" + value: "496" searches: - - "492" - dnsPolicy: 堑ūM鈱ɖ'蠨 + - "494" + dnsPolicy: '@@)Zq=歍þ螗ɃŒGm¨z鋎靀G¿' enableServiceLinks: false ephemeralContainers: - args: - - "336" - command: - "335" + command: + - "334" env: - - name: "343" - value: "344" + - name: "342" + value: "343" valueFrom: configMapKeyRef: - key: "350" - name: "349" + key: "349" + name: "348" optional: true fieldRef: - apiVersion: "345" - fieldPath: "346" + apiVersion: "344" + fieldPath: "345" resourceFieldRef: - containerName: "347" - divisor: "211" - resource: "348" + containerName: "346" + divisor: "678" + resource: "347" secretKeyRef: - key: "352" - name: "351" + key: "351" + name: "350" optional: true envFrom: - configMapRef: - name: "341" - optional: false - prefix: "340" + name: "340" + optional: true + prefix: "339" secretRef: - name: "342" - optional: false - image: "334" - imagePullPolicy: 嵞嬯t{Eɾ敹Ȯ-湷D谹 + name: "341" + optional: true + image: "333" + imagePullPolicy: ʫ羶剹ƊF豎穜姰l咑 lifecycle: postStart: exec: command: - "380" httpGet: - host: "382" + host: "383" httpHeaders: - - name: "383" - value: "384" + - name: "384" + value: "385" path: "381" - port: 2040952835 - scheme: 诵H玲鑠ĭ$#卛8ð + port: "382" + scheme: ńČȷǻ.wȏâ磠Ƴ崖S tcpSocket: - host: "386" - port: "385" + host: "387" + port: "386" preStop: exec: command: - - "387" + - "388" httpGet: - host: "389" + host: "391" httpHeaders: - - name: "390" - value: "391" - path: "388" - port: -122203422 - scheme: 斢杧ż鯀1'鸔 + - name: "392" + value: "393" + path: "389" + port: "390" + scheme: 橱9ij\Ď愝Ű藛b磾s tcpSocket: - host: "392" - port: -1618269037 + host: "394" + port: 2060584115 livenessProbe: exec: command: - - "359" - failureThreshold: -478839383 + - "358" + failureThreshold: 466267060 httpGet: - host: "362" + host: "360" httpHeaders: - - name: "363" - value: "364" - path: "360" - port: "361" - initialDelaySeconds: 1612465029 - periodSeconds: 758604605 - successThreshold: -291429895 + - name: "361" + value: "362" + path: "359" + port: -1211577347 + scheme: ǽżLj捲 + initialDelaySeconds: -1382141042 + periodSeconds: 186003226 + successThreshold: -297065907 tcpSocket: - host: "366" - port: "365" - timeoutSeconds: -148677969 - name: "333" + host: "364" + port: "363" + timeoutSeconds: 583526946 + name: "332" ports: - - containerPort: 1992460223 - hostIP: "339" - hostPort: -2137891092 - name: "338" - protocol: '`l}Ñ蠂Ü[ƛ^輅' + - containerPort: -830875556 + hostIP: "338" + hostPort: 2073630689 + name: "337" + protocol: Ȝv1b繐汚磉反-n覦灲閈誹ʅ蕉ɼ搳ǭ readinessProbe: exec: command: - - "367" - failureThreshold: -1431381588 + - "365" + failureThreshold: 713473395 httpGet: - host: "369" + host: "367" httpHeaders: - - name: "370" - value: "371" - path: "368" - port: 498878902 - scheme: ďJZ漤ŗ坟Ů< - initialDelaySeconds: 1808698094 - periodSeconds: -1873425934 - successThreshold: -1924862129 + - name: "368" + value: "369" + path: "366" + port: -708495486 + scheme: $ɛ溢臜裡×銵-紑浘牬 + initialDelaySeconds: -195171082 + periodSeconds: 762856658 + successThreshold: -1898251770 tcpSocket: - host: "372" - port: -2030665763 - timeoutSeconds: 1155232143 + host: "371" + port: "370" + timeoutSeconds: 1648539888 resources: limits: - x糂腂: "286" + zĮ蛋I滞廬耐鷞焬CQ: "712" requests: - ɢzĮ蛋I滞廬耐鷞焬CQm坊柩劄奼[: "214" + ý萜Ǖc: "275" securityContext: - allowPrivilegeEscalation: true + allowPrivilegeEscalation: false capabilities: add: - - 秮òƬɸĻo + - ^鏋蛹Ƚȿ醏g遧 drop: - - '{柯?' + - 飂廤Ƌʙcx privileged: false - procMount: 4矕Ƈè* - readOnlyRootFilesystem: false - runAsGroup: 1578419479310338359 - runAsNonRoot: false - runAsUser: -3231735416592443589 + procMount: ĭ¥#ƱÁR + readOnlyRootFilesystem: true + runAsGroup: 650553495487228967 + runAsNonRoot: true + runAsUser: 73764735411458498 seLinuxOptions: - level: "397" - role: "395" - type: "396" - user: "394" + level: "399" + role: "397" + type: "398" + user: "396" seccompProfile: - localhostProfile: "401" - type: ='ʨ|ǓÓ敆OɈÏ 瞍髃 + localhostProfile: "403" + type: 淹揀.e鍃G昧牱fsǕT衩kƒK07 windowsOptions: - gmsaCredentialSpec: "399" - gmsaCredentialSpecName: "398" - runAsUserName: "400" + gmsaCredentialSpec: "401" + gmsaCredentialSpecName: "400" + runAsUserName: "402" startupProbe: exec: command: - - "373" - failureThreshold: -592521472 + - "372" + failureThreshold: -1089435479 httpGet: - host: "376" + host: "375" httpHeaders: - - name: "377" - value: "378" - path: "374" - port: "375" - scheme: Nh×DJɶ羹ƞʓ%ʝ`ǭ - initialDelaySeconds: 911629631 - periodSeconds: 1859267428 - successThreshold: 1123323092 + - name: "376" + value: "377" + path: "373" + port: "374" + scheme: ɴ鉂WJ1抉泅ą& + initialDelaySeconds: -1943335113 + periodSeconds: 801902541 + successThreshold: -1312249623 tcpSocket: host: "379" - port: -1467648837 - timeoutSeconds: 542678518 + port: "378" + timeoutSeconds: -39292476 stdin: true - stdinOnce: true - targetContainerName: "402" - terminationMessagePath: "393" - terminationMessagePolicy: 炙B餸硷张q櫞繡旹翃ɾ氒ĺʈʫ羶剹 + targetContainerName: "404" + terminationMessagePath: "395" + terminationMessagePolicy: 敮ǰ詀ǿ忀oɎƺL肄$鬬$ tty: true volumeDevices: - - devicePath: "358" - name: "357" + - devicePath: "357" + name: "356" volumeMounts: - - mountPath: "354" - mountPropagation: Ƶŧ1ƟƓ宆!鍲ɋȑoG鄧蜢暳ǽ - name: "353" - subPath: "355" - subPathExpr: "356" - workingDir: "337" + - mountPath: "353" + mountPropagation: ĝ®EĨǔvÄÚ×p鬷 + name: "352" + subPath: "354" + subPathExpr: "355" + workingDir: "336" hostAliases: - hostnames: - - "489" - ip: "488" + - "491" + ip: "490" hostIPC: true hostNetwork: true - hostname: "419" + hostname: "421" imagePullSecrets: - - name: "418" + - name: "420" initContainers: - args: - "196" @@ -595,18 +600,18 @@ spec: configMapKeyRef: key: "210" name: "209" - optional: false + optional: true fieldRef: apiVersion: "205" fieldPath: "206" resourceFieldRef: containerName: "207" - divisor: "231" + divisor: "322" resource: "208" secretKeyRef: key: "212" name: "211" - optional: true + optional: false envFrom: - configMapRef: name: "201" @@ -616,43 +621,43 @@ spec: name: "202" optional: false image: "194" - imagePullPolicy: Gƚ绤fʀļ腩墺Ò媁荭gw + imagePullPolicy: 岼昕ĬÇó藢xɮĵȑ6L*Z lifecycle: postStart: exec: command: - "240" httpGet: - host: "243" + host: "242" httpHeaders: - - name: "244" - value: "245" + - name: "243" + value: "244" path: "241" - port: "242" - scheme: 更偢ɇ卷荙JLĹ]佱¿>犵殇ŕ-Ɂ + port: -1738069460 + scheme: v+8Ƥ熪军g>郵[+扴 tcpSocket: host: "246" - port: 467291328 + port: "245" preStop: exec: command: - "247" httpGet: - host: "249" + host: "250" httpHeaders: - - name: "250" - value: "251" + - name: "251" + value: "252" path: "248" - port: -434820661 - scheme: r嚧 + port: "249" + scheme: ']佱¿>犵殇ŕ-Ɂ圯W' tcpSocket: - host: "252" - port: 453108839 + host: "254" + port: "253" livenessProbe: exec: command: - "219" - failureThreshold: 158280212 + failureThreshold: 232569106 httpGet: host: "222" httpHeaders: @@ -660,164 +665,165 @@ spec: value: "224" path: "220" port: "221" - scheme: 翁杙Ŧ癃8鸖ɱJȉ罴ņ螡ź - initialDelaySeconds: 513341278 - periodSeconds: 1255312175 - successThreshold: -1740959124 + scheme: A + initialDelaySeconds: -498930176 + periodSeconds: -465677631 + successThreshold: 1054858106 tcpSocket: host: "225" - port: -1543701088 - timeoutSeconds: 627713162 + port: 2060823740 + timeoutSeconds: 1885897314 name: "193" ports: - - containerPort: -1409668172 + - containerPort: -389501466 hostIP: "199" - hostPort: -1180080716 + hostPort: 1919527626 name: "198" - protocol: 脾嚏吐ĠLƐȤ藠3.v-鿧悮坮Ȣ幟ļ腻 + protocol: .鵫 readinessProbe: exec: command: - "226" - failureThreshold: 1226391571 + failureThreshold: -1745509819 httpGet: - host: "228" + host: "229" httpHeaders: - - name: "229" - value: "230" + - name: "230" + value: "231" path: "227" - port: -1140531048 - initialDelaySeconds: 1260448044 - periodSeconds: -1791206950 - successThreshold: 1160477220 + port: "228" + scheme: 癃8鸖 + initialDelaySeconds: 1574150975 + periodSeconds: 714088955 + successThreshold: 1033766276 tcpSocket: - host: "231" - port: 1741405963 - timeoutSeconds: -200461294 + host: "232" + port: 896430536 + timeoutSeconds: 993144482 resources: limits: - "": "55" + 莭琽§ć\ ïì«丯Ƙ枛牐ɺ: "660" requests: - 粕擓ƖHVe熼'FD: "235" + I\p[: "853" securityContext: - allowPrivilegeEscalation: false + allowPrivilegeEscalation: true capabilities: add: - - E剒蔞 + - 咡W drop: - - 表徶đ寳议Ƭƶ氩Ȩ<6鄰簳°Ļǟi&皥 + - 敄lu| privileged: false - procMount: ¦队偯J僳徥淳4揻-$ɽ丟×x锏ɟ - readOnlyRootFilesystem: true - runAsGroup: -5569844914519516591 + procMount: =E埄Ȁ朦 wƯ貾坢'跩aŕ翑0展 + readOnlyRootFilesystem: false + runAsGroup: 8175137418799691442 runAsNonRoot: true - runAsUser: -3342656999442156006 + runAsUser: -230763786643460687 seLinuxOptions: - level: "257" - role: "255" - type: "256" - user: "254" + level: "259" + role: "257" + type: "258" + user: "256" seccompProfile: - localhostProfile: "261" - type: Ǒ輂,ŕĪĠM蘇KŅ/»頸+SÄ蚃ɣ + localhostProfile: "263" + type: 硐庰%皧V垾现葢ŵ橨鬶l獕;跣H windowsOptions: - gmsaCredentialSpec: "259" - gmsaCredentialSpecName: "258" - runAsUserName: "260" + gmsaCredentialSpec: "261" + gmsaCredentialSpecName: "260" + runAsUserName: "262" startupProbe: exec: command: - - "232" - failureThreshold: 300356869 + - "233" + failureThreshold: -1334110502 httpGet: - host: "235" + host: "236" httpHeaders: - - name: "236" - value: "237" - path: "233" - port: "234" - scheme: 勅跦Opwǩ曬逴褜1Ø - initialDelaySeconds: -589000495 - periodSeconds: 561988938 - successThreshold: 1419770315 + - name: "237" + value: "238" + path: "234" + port: "235" + scheme: 庎D}埽uʎȺ眖R#yV'WKw(ğ儴 + initialDelaySeconds: -277192536 + periodSeconds: -20130017 + successThreshold: -1244623134 tcpSocket: host: "239" - port: "238" - timeoutSeconds: -955773237 - stdin: true - terminationMessagePath: "253" - terminationMessagePolicy: 趛屡ʁ岼昕ĬÇó藢xɮĵȑ6L* + port: 965937684 + timeoutSeconds: -1588323253 + terminationMessagePath: "255" + terminationMessagePolicy: 輦唊#v铿ʩȂ4ē鐭 tty: true volumeDevices: - devicePath: "218" name: "217" volumeMounts: - mountPath: "214" - mountPropagation: UÐ_ƮA攤/ɸɎ + mountPropagation: HVe熼'FD剂讼ɓ name: "213" + readOnly: true subPath: "215" subPathExpr: "216" workingDir: "197" - nodeName: "407" + nodeName: "409" nodeSelector: - "403": "404" + "405": "406" overhead: - D輷: "792" - preemptionPolicy: m珢\%傢z¦Ā竚ĐȌƨǴ叆 - priority: 347613368 - priorityClassName: "490" + D傕Ɠ栊闔虝巒瀦ŕ: "124" + preemptionPolicy: Iƭij韺ʧ> + priority: 743241089 + priorityClassName: "492" readinessGates: - - conditionType: ř岈ǎǏ]S5:œƌ嵃ǁ - restartPolicy: ȕW歹s - runtimeClassName: "495" - schedulerName: "485" + - conditionType: 0yVA嬂刲;牆詒ĸąs + restartPolicy: œj堑ūM鈱ɖ'蠨磼O_h + runtimeClassName: "497" + schedulerName: "487" securityContext: - fsGroup: 3104099627522161950 - fsGroupChangePolicy: ß讪Ă2讅缔m葰賦迾娙 - runAsGroup: 241576272398843100 - runAsNonRoot: false - runAsUser: -8735446882646824517 + fsGroup: 5195444687005969380 + fsGroupChangePolicy: ƴɦ燻踸陴Sĕ濦ʓɻ + runAsGroup: 3185438857926287711 + runAsNonRoot: true + runAsUser: 4444586492552487433 seLinuxOptions: - level: "411" - role: "409" - type: "410" - user: "408" + level: "413" + role: "411" + type: "412" + user: "410" seccompProfile: - localhostProfile: "417" - type: 4虵p蓋沥7uPƒ + localhostProfile: "419" + type: 0蚢鑸鶲Ãqb轫ʓ滨Ė supplementalGroups: - - 3851285476969791307 + - 3497863229537310760 sysctls: - - name: "415" - value: "416" + - name: "417" + value: "418" windowsOptions: - gmsaCredentialSpec: "413" - gmsaCredentialSpecName: "412" - runAsUserName: "414" - serviceAccount: "406" - serviceAccountName: "405" - setHostnameAsFQDN: false - shareProcessNamespace: false - subdomain: "420" - terminationGracePeriodSeconds: -2705718780200389430 + gmsaCredentialSpec: "415" + gmsaCredentialSpecName: "414" + runAsUserName: "416" + serviceAccount: "408" + serviceAccountName: "407" + setHostnameAsFQDN: true + shareProcessNamespace: true + subdomain: "422" + terminationGracePeriodSeconds: 3305070661619041050 tolerations: - - effect: U烈 źfjǰɪ嘞ȏ}杻扞Ğ - key: "486" - operator: r}梳攔wŲ魦Ɔ0ƢĮÀĘÆɆȸȢ蒸 - tolerationSeconds: 3252034671163905138 - value: "487" + - effect: '慰x:' + key: "488" + operator: 4%ʬD$;X郪\#撄貶à圽榕ɹ + tolerationSeconds: 3362400521064014157 + value: "489" topologySpreadConstraints: - labelSelector: matchExpressions: - - key: zz8-35x38i-qnr-5zi82dc3do--7lw63jvksy--w-i33-dzn6-302m7rx1/7Jl----i_I.-_7g-8iJ--p-7f3-2_Z_V_-q-L34-_D86-W_g52 - operator: NotIn + - key: ee.-.66hcB.rTt7bm9I.-..q-F-.__c.k7__f--_br..1.--x + operator: In values: - - h.v._5.vB-.-7-.6Jv-86___3 + - zJ_.84.-0-.6---Q.__y64L.0-.c-tm..__---r__._-.DL.oe matchLabels: - n.DL.o_e-d92e8S_-0-_8Vz-E41___75Q-T: O.__0PPX-.-d4Badb - maxSkew: -484382570 - topologyKey: "496" - whenUnsatisfiable: nn坾&Pɫ(ʙÆʨɺC` + 7a8-phs1a-----28-d-e10-f-o-fr-5-3th/Mm_-q9.N8._--M-R: a-C3-._-l__KSvV-8-L__C_60-__.19_-gYY._..fP--hQ7be__-a + maxSkew: -174245111 + topologyKey: "498" + whenUnsatisfiable: "" volumes: - awsElasticBlockStore: fsType: "65" @@ -879,7 +885,6 @@ spec: medium: 捵TwMȗ礼2ħ籦ö嗏ʑ>季Cʖ畬 sizeLimit: "347" ephemeral: - readOnly: true volumeClaimTemplate: metadata: annotations: @@ -1071,17 +1076,17 @@ spec: storagePolicyID: "122" storagePolicyName: "121" volumePath: "119" - ttlSecondsAfterFinished: -1285029915 + ttlSecondsAfterFinished: -1166275743 schedule: "19" startingDeadlineSeconds: -2555947251840004808 - successfulJobsHistoryLimit: 1729066291 + successfulJobsHistoryLimit: 1171076488 suspend: true status: active: - - apiVersion: "506" - fieldPath: "508" - kind: "503" - name: "505" - namespace: "504" - resourceVersion: "507" - uid: '`' + - apiVersion: "508" + fieldPath: "510" + kind: "505" + name: "507" + namespace: "506" + resourceVersion: "509" + uid: 圻醆锛[M牍Ƃ氙吐ɝ鶼 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 f3468bd455c..9b7d4f58acd 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 @@ -462,9 +462,9 @@ "ports": [ { "name": "180", - "hostPort": -1280763790, - "containerPort": 44308192, - "protocol": "Żwʮ馜üNșƶ4ĩĉ", + "hostPort": -1179067190, + "containerPort": 1434408532, + "protocol": "`劳\u0026¼傭Ȟ1酃=6}ɡŇƉ立h", "hostIP": "181" } ], @@ -493,7 +493,7 @@ "resourceFieldRef": { "containerName": "189", "resource": "190", - "divisor": "440" + "divisor": "993" }, "configMapKeyRef": { "name": "191", @@ -503,26 +503,25 @@ "secretKeyRef": { "name": "193", "key": "194", - "optional": false + "optional": true } } } ], "resources": { "limits": { - "": "993" + "n芞QÄȻȊ+?ƭ峧Y栲茇竛": "118" }, "requests": { - "瀹鞎sn芞": "621" + "Ā\u003cé瞾ʀNŬɨǙÄr": "862" } }, "volumeMounts": [ { "name": "195", - "readOnly": true, "mountPath": "196", "subPath": "197", - "mountPropagation": "鲡:", + "mountPropagation": "蒒5靇C'ɵK.Q貇£ȹ嫰", "subPathExpr": "198" } ], @@ -540,9 +539,9 @@ }, "httpGet": { "path": "202", - "port": 1094670193, + "port": -1470854631, "host": "203", - "scheme": "栲茇竛吲蚛隖\u003cǶĬ4y£軶ǃ*ʙ嫙\u0026", + "scheme": "ùƸʋŀ樺ȃ", "httpHeaders": [ { "name": "204", @@ -551,92 +550,91 @@ ] }, "tcpSocket": { - "port": "206", - "host": "207" + "port": -270045321, + "host": "206" }, - "initialDelaySeconds": -802585193, - "timeoutSeconds": 1901330124, - "periodSeconds": 1944205014, - "successThreshold": -2079582559, - "failureThreshold": -1167888910 + "initialDelaySeconds": -1366875038, + "timeoutSeconds": -1188430996, + "periodSeconds": -2015604435, + "successThreshold": 576428641, + "failureThreshold": 1719293828 }, "readinessProbe": { "exec": { "command": [ - "208" + "207" ] }, "httpGet": { - "path": "209", - "port": 804417065, - "host": "210", - "scheme": "Ŵ廷s{Ⱦdz@", + "path": "208", + "port": -103588794, + "host": "209", + "scheme": ",铻OŤǢʭ嵔棂p儼Ƿ裚瓶", "httpHeaders": [ { - "name": "211", - "value": "212" + "name": "210", + "value": "211" } ] }, "tcpSocket": { - "port": 406308963, - "host": "213" + "port": -1549755975, + "host": "212" }, - "initialDelaySeconds": 632397602, - "timeoutSeconds": 2026784878, - "periodSeconds": -730174220, - "successThreshold": 433084615, - "failureThreshold": 208045354 + "initialDelaySeconds": -1275947865, + "timeoutSeconds": -2112697830, + "periodSeconds": -560140039, + "successThreshold": -1933850966, + "failureThreshold": 441998152 }, "startupProbe": { "exec": { "command": [ - "214" + "213" ] }, "httpGet": { - "path": "215", - "port": "216", - "host": "217", - "scheme": "Źʣy豎@ɀ羭,铻O", + "path": "214", + "port": "215", + "host": "216", + "scheme": "胾^拜Ȍzɟ踡肒Ao/", "httpHeaders": [ { - "name": "218", - "value": "219" + "name": "217", + "value": "218" } ] }, "tcpSocket": { - "port": "220", - "host": "221" + "port": -245303037, + "host": "219" }, - "initialDelaySeconds": 1424053148, - "timeoutSeconds": 747521320, - "periodSeconds": 859639931, - "successThreshold": -1663149700, - "failureThreshold": -1131820775 + "initialDelaySeconds": 1801903819, + "timeoutSeconds": -1497057920, + "periodSeconds": 436566830, + "successThreshold": 1351748524, + "failureThreshold": 794066396 }, "lifecycle": { "postStart": { "exec": { "command": [ - "222" + "220" ] }, "httpGet": { - "path": "223", - "port": -78618443, - "host": "224", - "scheme": "Ɗ+j忊Ŗȫ焗捏ĨFħ籘Àǒ", + "path": "221", + "port": "222", + "host": "223", "httpHeaders": [ { - "name": "225", - "value": "226" + "name": "224", + "value": "225" } ] }, "tcpSocket": { - "port": -495373547, + "port": "226", "host": "227" } }, @@ -648,35 +646,34 @@ }, "httpGet": { "path": "229", - "port": "230", - "host": "231", - "scheme": "/樝fw[Řż丩ŽoǠŻʘY賃ɪ鐊", + "port": -1589303862, + "host": "230", + "scheme": "ľǎɳ,ǿ飏騀呣ǎ", "httpHeaders": [ { - "name": "232", - "value": "233" + "name": "231", + "value": "232" } ] }, "tcpSocket": { - "port": 88483549, + "port": "233", "host": "234" } } }, "terminationMessagePath": "235", - "terminationMessagePolicy": "ǕLLȊɞ-uƻ悖ȩ0Ƹ[Ęİ榌U髷", - "imagePullPolicy": "姣\u003e懔%熷谟þ蛯ɰ荶ljʁ揆ɘȌ脾", + "terminationMessagePolicy": "萭旿@掇lNdǂ\u003e5姣", "securityContext": { "capabilities": { "add": [ - "ĠLƐȤ藠3.v-鿧悮坮Ȣ幟ļ" + "ȟ@7飣奺Ȋ礶惇¸t颟.鵫ǚ灄" ], "drop": [ - "ŬƩȿ0矀Kʝ瘴I\\p" + "rʤî萨zvt莭琽§ć\\ ïì" ] }, - "privileged": true, + "privileged": false, "seLinuxOptions": { "user": "236", "role": "237", @@ -688,19 +685,18 @@ "gmsaCredentialSpec": "241", "runAsUserName": "242" }, - "runAsUser": -4436559826852161595, - "runAsGroup": 3876361590808856900, - "runAsNonRoot": false, + "runAsUser": -5738810661106213940, + "runAsGroup": 3195567116206635190, + "runAsNonRoot": true, "readOnlyRootFilesystem": false, "allowPrivilegeEscalation": false, - "procMount": "倗S晒嶗UÐ_ƮA攤/ɸɎ R§耶", + "procMount": "ƖN粕擓Ɩ", "seccompProfile": { - "type": "fBls3!Zɾģ毋Ó6", + "type": "Ve", "localhostProfile": "243" } }, - "stdinOnce": true, - "tty": true + "stdinOnce": true } ], "containers": [ @@ -717,9 +713,9 @@ "ports": [ { "name": "249", - "hostPort": -970312425, - "containerPort": -1213051101, - "protocol": "埽uʎȺ眖R", + "hostPort": -801430937, + "containerPort": 1883209805, + "protocol": "ɓȌʟni酛3ƁÀ*", "hostIP": "250" } ], @@ -728,11 +724,11 @@ "prefix": "251", "configMapRef": { "name": "252", - "optional": true + "optional": false }, "secretRef": { "name": "253", - "optional": false + "optional": true } } ], @@ -748,36 +744,35 @@ "resourceFieldRef": { "containerName": "258", "resource": "259", - "divisor": "509" + "divisor": "19" }, "configMapKeyRef": { "name": "260", "key": "261", - "optional": true + "optional": false }, "secretKeyRef": { "name": "262", "key": "263", - "optional": false + "optional": true } } } ], "resources": { "limits": { - "Ůĺ}潷ʒ胵輓": "404" + "Jȉ罴ņ螡źȰ?$矡ȶ网棊": "199" }, "requests": { - "1ØœȠƬQg鄠": "488" + "ʎȺ眖R#": "985" } }, "volumeMounts": [ { "name": "264", - "readOnly": true, "mountPath": "265", "subPath": "266", - "mountPropagation": "\u003e郵[+扴ȨŮ", + "mountPropagation": "¿", "subPathExpr": "267" } ], @@ -795,25 +790,25 @@ }, "httpGet": { "path": "271", - "port": "272", - "host": "273", - "scheme": "佱¿\u003e犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ", + "port": -534498506, + "host": "272", + "scheme": "儴Ůĺ}潷ʒ胵輓Ɔȓ蹣ɐ", "httpHeaders": [ { - "name": "274", - "value": "275" + "name": "273", + "value": "274" } ] }, "tcpSocket": { - "port": -379385405, + "port": "275", "host": "276" }, - "initialDelaySeconds": -1224991707, - "timeoutSeconds": 887398685, - "periodSeconds": -612420031, - "successThreshold": -1139949896, - "failureThreshold": 1274622498 + "initialDelaySeconds": -805795167, + "timeoutSeconds": 1791615594, + "periodSeconds": 785984384, + "successThreshold": 193463975, + "failureThreshold": 1831208885 }, "readinessProbe": { "exec": { @@ -825,6 +820,7 @@ "path": "278", "port": "279", "host": "280", + "scheme": "更偢ɇ卷荙JLĹ]佱¿\u003e犵殇ŕ-Ɂ", "httpHeaders": [ { "name": "281", @@ -833,14 +829,14 @@ ] }, "tcpSocket": { - "port": -1491697472, + "port": 467291328, "host": "283" }, - "initialDelaySeconds": -1817291584, - "timeoutSeconds": 1224868165, - "periodSeconds": 582041100, - "successThreshold": 509188266, - "failureThreshold": -940514142 + "initialDelaySeconds": -1664778008, + "timeoutSeconds": -1191528701, + "periodSeconds": -978176982, + "successThreshold": 415947324, + "failureThreshold": 18113448 }, "startupProbe": { "exec": { @@ -850,9 +846,9 @@ }, "httpGet": { "path": "285", - "port": -527306221, + "port": 453108839, "host": "286", - "scheme": "ļ腩墺Ò媁荭gw忊|", + "scheme": "趛屡ʁ岼昕ĬÇó藢xɮĵȑ6L*", "httpHeaders": [ { "name": "287", @@ -861,155 +857,155 @@ ] }, "tcpSocket": { - "port": "289", - "host": "290" + "port": 1574967021, + "host": "289" }, - "initialDelaySeconds": -1532958330, - "timeoutSeconds": -438588982, - "periodSeconds": 1004325340, - "successThreshold": -1313320434, - "failureThreshold": 14304392 + "initialDelaySeconds": -244758593, + "timeoutSeconds": 591440053, + "periodSeconds": 104069700, + "successThreshold": -331594625, + "failureThreshold": 888935190 }, "lifecycle": { "postStart": { "exec": { "command": [ - "291" + "290" ] }, "httpGet": { - "path": "292", - "port": "293", - "host": "294", + "path": "291", + "port": -1661575965, + "host": "292", + "scheme": "î.Ȏ蝪ʜ5遰=", "httpHeaders": [ { - "name": "295", - "value": "296" + "name": "293", + "value": "294" } ] }, "tcpSocket": { - "port": "297", - "host": "298" + "port": 834105836, + "host": "295" } }, "preStop": { "exec": { "command": [ - "299" + "296" ] }, "httpGet": { - "path": "300", - "port": "301", - "host": "302", - "scheme": "跩aŕ翑", + "path": "297", + "port": "298", + "host": "299", "httpHeaders": [ { - "name": "303", - "value": "304" + "name": "300", + "value": "301" } ] }, "tcpSocket": { - "port": "305", - "host": "306" + "port": "302", + "host": "303" } } }, - "terminationMessagePath": "307", - "imagePullPolicy": "\u0026皥贸碔lNKƙ順\\E¦队偯", + "terminationMessagePath": "304", + "terminationMessagePolicy": "Ȩ\u003c6鄰簳°Ļǟi\u0026", + "imagePullPolicy": "庰%皧V", "securityContext": { "capabilities": { "add": [ - "徥淳4揻-$ɽ丟" + "葢ŵ橨鬶l獕;跣" ], "drop": [ - "" + "ǝcw媀瓄\u0026翜舞拉Œɥ" ] }, "privileged": false, "seLinuxOptions": { - "user": "308", - "role": "309", - "type": "310", - "level": "311" + "user": "305", + "role": "306", + "type": "307", + "level": "308" }, "windowsOptions": { - "gmsaCredentialSpecName": "312", - "gmsaCredentialSpec": "313", - "runAsUserName": "314" + "gmsaCredentialSpecName": "309", + "gmsaCredentialSpec": "310", + "runAsUserName": "311" }, - "runAsUser": 8876559635423161004, - "runAsGroup": -1576913564542459711, - "runAsNonRoot": true, + "runAsUser": 8194791334069427324, + "runAsGroup": 8719280757454240148, + "runAsNonRoot": false, "readOnlyRootFilesystem": false, - "allowPrivilegeEscalation": false, - "procMount": "ĠM蘇KŅ/»頸+SÄ蚃", + "allowPrivilegeEscalation": true, + "procMount": "訆ƎżŧL²sNƗ¸gĩ餠籲磣", "seccompProfile": { - "type": "ľ)酊龨δ", - "localhostProfile": "315" + "type": "ƿ頀\"冓鍓贯澔 ", + "localhostProfile": "312" } }, - "stdin": true, - "tty": true + "stdinOnce": true } ], "ephemeralContainers": [ { - "name": "316", - "image": "317", + "name": "313", + "image": "314", "command": [ - "318" + "315" ], "args": [ - "319" + "316" ], - "workingDir": "320", + "workingDir": "317", "ports": [ { - "name": "321", - "hostPort": 1905181464, - "containerPort": -1730959016, - "protocol": "ëJ橈'琕鶫:顇ə娯Ȱ囌", - "hostIP": "322" + "name": "318", + "hostPort": 472742933, + "containerPort": 50696420, + "protocol": "iǨź'ǵɐ鰥Z龏´DÒȗÔÂɘɢ", + "hostIP": "319" } ], "envFrom": [ { - "prefix": "323", + "prefix": "320", "configMapRef": { - "name": "324", - "optional": true + "name": "321", + "optional": false }, "secretRef": { - "name": "325", + "name": "322", "optional": false } } ], "env": [ { - "name": "326", - "value": "327", + "name": "323", + "value": "324", "valueFrom": { "fieldRef": { - "apiVersion": "328", - "fieldPath": "329" + "apiVersion": "325", + "fieldPath": "326" }, "resourceFieldRef": { - "containerName": "330", - "resource": "331", - "divisor": "361" + "containerName": "327", + "resource": "328", + "divisor": "226" }, "configMapKeyRef": { - "name": "332", - "key": "333", + "name": "329", + "key": "330", "optional": false }, "secretKeyRef": { - "name": "334", - "key": "335", + "name": "331", + "key": "332", "optional": false } } @@ -1017,249 +1013,250 @@ ], "resources": { "limits": { - "Ǻ鱎ƙ;Nŕ": "526" + "ʟ鍏H鯂²静": "193" }, "requests": { - "": "372" + "聋3趐囨鏻": "838" } }, "volumeMounts": [ { - "name": "336", + "name": "333", "readOnly": true, - "mountPath": "337", - "subPath": "338", - "mountPropagation": "亏yƕ丆録²Ŏ)/灩聋3趐囨鏻", - "subPathExpr": "339" + "mountPath": "334", + "subPath": "335", + "mountPropagation": "騎C\"6x$1sȣ±p鋄", + "subPathExpr": "336" } ], "volumeDevices": [ { - "name": "340", - "devicePath": "341" + "name": "337", + "devicePath": "338" } ], "livenessProbe": { "exec": { "command": [ - "342" + "339" ] }, "httpGet": { - "path": "343", - "port": "344", - "host": "345", - "scheme": "C\"6x$1s", + "path": "340", + "port": "341", + "host": "342", + "scheme": "šeSvEȤƏ埮pɵ{WOŭW灬pȭ", "httpHeaders": [ { - "name": "346", - "value": "347" + "name": "343", + "value": "344" } ] }, "tcpSocket": { - "port": "348", - "host": "349" + "port": "345", + "host": "346" }, - "initialDelaySeconds": -860435782, - "timeoutSeconds": 1067125211, - "periodSeconds": -2088645849, - "successThreshold": 1900201288, - "failureThreshold": -766915393 + "initialDelaySeconds": -667808868, + "timeoutSeconds": -1411971593, + "periodSeconds": -1952582931, + "successThreshold": -74827262, + "failureThreshold": 467105019 }, "readinessProbe": { "exec": { "command": [ - "350" + "347" ] }, "httpGet": { - "path": "351", - "port": 1167615307, - "host": "352", - "scheme": "vEȤƏ埮p", + "path": "348", + "port": "349", + "host": "350", + "scheme": "| 鞤ɱďW賁Ěɭɪǹ0衷,", "httpHeaders": [ { - "name": "353", - "value": "354" + "name": "351", + "value": "352" } ] }, "tcpSocket": { - "port": "355", - "host": "356" + "port": 1692740191, + "host": "353" }, - "initialDelaySeconds": -1467527914, - "timeoutSeconds": 1107276738, - "periodSeconds": 1221583046, - "successThreshold": -1861307253, - "failureThreshold": 1802356198 + "initialDelaySeconds": -278396828, + "timeoutSeconds": 1497888778, + "periodSeconds": -1663818120, + "successThreshold": -211480108, + "failureThreshold": -200074798 }, "startupProbe": { "exec": { "command": [ - "357" + "354" ] }, "httpGet": { - "path": "358", - "port": 199049889, - "host": "359", - "scheme": "IJ嘢4ʗ", + "path": "355", + "port": "356", + "host": "357", + "scheme": "ay", "httpHeaders": [ { - "name": "360", - "value": "361" + "name": "358", + "value": "359" } ] }, "tcpSocket": { - "port": "362", - "host": "363" + "port": "360", + "host": "361" }, - "initialDelaySeconds": -1896415283, - "timeoutSeconds": 1540899353, - "periodSeconds": -1330095135, - "successThreshold": 1566213732, - "failureThreshold": 1697842937 + "initialDelaySeconds": 628632965, + "timeoutSeconds": 552654052, + "periodSeconds": -1396197931, + "successThreshold": -1114385515, + "failureThreshold": 2144856253 }, "lifecycle": { "postStart": { "exec": { "command": [ - "364" + "362" ] }, "httpGet": { - "path": "365", - "port": "366", - "host": "367", + "path": "363", + "port": 597943993, + "host": "364", + "scheme": "8", "httpHeaders": [ { - "name": "368", - "value": "369" + "name": "365", + "value": "366" } ] }, "tcpSocket": { - "port": 935886668, - "host": "370" + "port": "367", + "host": "368" } }, "preStop": { "exec": { "command": [ - "371" + "369" ] }, "httpGet": { - "path": "372", - "port": "373", - "host": "374", - "scheme": ")DŽ髐njʉBn(fǂ", + "path": "370", + "port": 601942575, + "host": "371", + "scheme": "壶ƵfȽÃ茓", "httpHeaders": [ { - "name": "375", - "value": "376" + "name": "372", + "value": "373" } ] }, "tcpSocket": { - "port": 872525702, - "host": "377" + "port": 1359309446, + "host": "374" } } }, - "terminationMessagePath": "378", - "terminationMessagePolicy": "ay", - "imagePullPolicy": "笭/9崍h趭(娕uE增猍ǵ xǨ", + "terminationMessagePath": "375", + "terminationMessagePolicy": "挴ʠ", + "imagePullPolicy": "ĩȲǸ|蕎'佉賞ǧĒzŔ瘍Nʊ輔3璾ė", "securityContext": { "capabilities": { "add": [ - "Ƶf" + "1b" ], "drop": [ - "Ã茓pȓɻ" + "汚磉反-n" ] }, "privileged": true, "seLinuxOptions": { - "user": "379", - "role": "380", - "type": "381", - "level": "382" + "user": "376", + "role": "377", + "type": "378", + "level": "379" }, "windowsOptions": { - "gmsaCredentialSpecName": "383", - "gmsaCredentialSpec": "384", - "runAsUserName": "385" + "gmsaCredentialSpecName": "380", + "gmsaCredentialSpec": "381", + "runAsUserName": "382" }, - "runAsUser": -4099583436266168513, - "runAsGroup": 5255171395073905944, + "runAsUser": 6952955754983307007, + "runAsGroup": 8284722634127679632, "runAsNonRoot": false, "readOnlyRootFilesystem": false, "allowPrivilegeEscalation": false, - "procMount": "#耗", + "procMount": "濑", "seccompProfile": { - "type": "(ť1ùfŭƽ", - "localhostProfile": "386" + "type": "ʨIk(dŊiɢzĮ蛋I滞", + "localhostProfile": "383" } }, - "stdin": true, "stdinOnce": true, - "targetContainerName": "387" + "targetContainerName": "384" } ], - "restartPolicy": "æ盪泙若`l}Ñ蠂Ü", - "terminationGracePeriodSeconds": -1344691682045303625, - "activeDeadlineSeconds": 5965170857034075371, - "dnsPolicy": "誹", + "restartPolicy": "鷞焬C", + "terminationGracePeriodSeconds": 2910487247185363461, + "activeDeadlineSeconds": 6810468860514125748, "nodeSelector": { - "388": "389" + "385": "386" }, - "serviceAccountName": "390", - "serviceAccount": "391", + "serviceAccountName": "387", + "serviceAccount": "388", "automountServiceAccountToken": false, - "nodeName": "392", + "nodeName": "389", + "hostPID": true, + "hostIPC": true, "shareProcessNamespace": false, "securityContext": { "seLinuxOptions": { - "user": "393", - "role": "394", - "type": "395", - "level": "396" + "user": "390", + "role": "391", + "type": "392", + "level": "393" }, "windowsOptions": { - "gmsaCredentialSpecName": "397", - "gmsaCredentialSpec": "398", - "runAsUserName": "399" + "gmsaCredentialSpecName": "394", + "gmsaCredentialSpec": "395", + "runAsUserName": "396" }, - "runAsUser": 6519765915963602850, - "runAsGroup": 5023310695550414054, - "runAsNonRoot": true, + "runAsUser": 6358118655232240727, + "runAsGroup": 8766190045617353809, + "runAsNonRoot": false, "supplementalGroups": [ - 5114583700398530032 + -2524837786321986358 ], - "fsGroup": -458943834575608638, + "fsGroup": 8801451190757707332, "sysctls": [ { - "name": "400", - "value": "401" + "name": "397", + "value": "398" } ], - "fsGroupChangePolicy": "ɢzĮ蛋I滞廬耐鷞焬CQm坊柩劄奼[", + "fsGroupChangePolicy": "ɋȑoG鄧蜢暳ǽżLj捲", "seccompProfile": { - "type": "Ƒĝ®EĨǔvÄÚ×p鬷m", - "localhostProfile": "402" + "type": "xƂ9阠", + "localhostProfile": "399" } }, "imagePullSecrets": [ { - "name": "403" + "name": "400" } ], - "hostname": "404", - "subdomain": "405", + "hostname": "401", + "subdomain": "402", "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { @@ -1267,19 +1264,19 @@ { "matchExpressions": [ { - "key": "406", - "operator": "ǽżLj捲", + "key": "403", + "operator": "喕", "values": [ - "407" + "404" ] } ], "matchFields": [ { - "key": "408", - "operator": "U", + "key": "405", + "operator": "ďJZ漤ŗ坟Ů\u003c", "values": [ - "409" + "406" ] } ] @@ -1288,23 +1285,23 @@ }, "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 186003226, + "weight": 97641827, "preference": { "matchExpressions": [ { - "key": "410", - "operator": "ċ桉桃喕蠲$ɛ溢臜裡×銵-紑", + "key": "407", + "operator": "łƑ[澔", "values": [ - "411" + "408" ] } ], "matchFields": [ { - "key": "412", - "operator": "縆łƑ[澔槃JŵǤ桒ɴ鉂W", + "key": "409", + "operator": "Ē3Nh×DJɶ羹ƞʓ%ʝ", "values": [ - "413" + "410" ] } ] @@ -1317,30 +1314,33 @@ { "labelSelector": { "matchLabels": { - "n3-x1y-8---3----p-pdn--j2---25/8...__.Q_c8.G.b_9_1o.K": "9_._X-D---k..1Q7._l.._Q.6.I--2_9.v.--_.--4QQ.-s.H.Hu-r" + "1caTz_.g.w-o.8_WT-M.3_-1y_8D_X._B__-P---_H-.___._D8.TS-jJ.YO": "op34_-y.8_38m" }, "matchExpressions": [ { - "key": "0--1----v8-4--558n1asz-r886-1--s/t", + "key": "4sE4", "operator": "In", "values": [ - "1" + "u_.--4QQ.-s.H.Hu-k-_-0-T1mel--F......3_t_l" ] } ] }, "namespaces": [ - "420" + "417" ], - "topologyKey": "421", + "topologyKey": "418", "namespaceSelector": { "matchLabels": { - "e_l2.._8s--7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp_._.-mi4": "s_0_5-_.7F3p2_-_AmD-.0AP.-.C_--.F5_x.KNC0-.-m_0-m-6Sp_N-S.O" + "v8_.O_..8n.--z_-..6W.K": "sTt.-U_--6" }, "matchExpressions": [ { - "key": "5S-B3_.b17ca-_p-y.eQZ9p_6.2", - "operator": "Exists" + "key": "7-3x-3/23_P", + "operator": "NotIn", + "values": [ + "5....7..--w0_1V4.-r-8S5--_7_-Zp_._.-mi4" + ] } ] } @@ -1348,36 +1348,36 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1036096141, + "weight": -2081163116, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "3-8o1-x-1wl----f31-0-2t3zw.il-023bm-6l2e5---k5v38/E9_6.--v17r__.2bIZ___._6..tf-_u-3-_n0..KpiSo": "X-78o_6Z..11_7pX_.-mLlx...w_t-_.5.40Rw4gD.._.-x6db-L7.-__-G2" + "acp6-5-x1---4/b8a_6_.0Q46": "6" }, "matchExpressions": [ { - "key": "Y.39g_.--_-_ve5.m_U", - "operator": "NotIn", + "key": "a-L--v_Z--Zg-_4Q__-v_t_u_.__I_-_-3-3--5X1rh-K5y_AzOBW9", + "operator": "In", "values": [ - "nw_-_x18mtxb__-ex-_1_-ODgC_1-_8__T3sn-0_.i__a.O2G_-_K-.03.mp.1" + "Gv" ] } ] }, "namespaces": [ - "434" + "431" ], - "topologyKey": "435", + "topologyKey": "432", "namespaceSelector": { "matchLabels": { - "0--385h---0-u73phjo--8kb6--ut---p6.t5--9-4-d2-22-0/jcz.-Y6T4gz": "p_.----cp__ac8u.._-__BM.6-.Y7" + "Z___._6..tf-_u-3-_n0..p": "S.K" }, "matchExpressions": [ { - "key": "1x--i--7-nt-23h-4z-21-sap--h--q0h-t2n4s-6-k5-7-a0w-ke5p-3.nu--17---u7-gl7814ei-07shtq-6---g----9s39z-5/wv3UDf.-4D-5", + "key": "Fgw_-z_659GE.l_.23--_6l.-5_BZk5v3aUK_--_o_2.--4Z7__i1T.miw_7a2", "operator": "NotIn", "values": [ - "l67Q.-_t--O.3L.z2-y.-...C4_-_2G8" + "j_.5.40Rw4gD.._.-x6db-L7.-__-G_2kCpS__.39g_.--_-_ve5.m_2d" ] } ] @@ -1391,30 +1391,30 @@ { "labelSelector": { "matchLabels": { - "fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o5": "TB-d-Q" + "snw0-3i--a2/023Xl-3Pw_-r75--c": "4wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m3" }, "matchExpressions": [ { - "key": "4b699/B9n.2", - "operator": "In", + "key": "rN7_B__--v-3-BzO5z80n_Ht5W_._._-2M2._I-_P..w-W_-n8", + "operator": "NotIn", "values": [ - "MM7-.e.x" + "8u.._-__BM.6-.Y_72-_--pT751" ] } ] }, "namespaces": [ - "448" + "445" ], - "topologyKey": "449", + "topologyKey": "446", "namespaceSelector": { "matchLabels": { - "B_05._Lsu-H_.f82-8_.UdWNn_U-...1P_.D8_t..-Ww2q.zK-p-...Z-O.-j": "Vv.-_.4dwFbuvEf55Y2k.F-F..3m6.._2v89U--8.3N_.1" + "8---h-1.l-h--q0h-t2n4s-6-k5-7-a0w-ke5p-33lt-9--2-k-27-4r4-d-9a46/FL-__bf_9_-C-PfNx__-U_.Pn-W2h": "ht-E6___-X__H.-39-A_-_l67Q.-t" }, "matchExpressions": [ { - "key": "8u2-__3uM77U7._pT-___-_5-6h_Ky7-_0Vw-Nzfdw.3-._J", - "operator": "DoesNotExist" + "key": "C-_20", + "operator": "Exists" } ] } @@ -1422,34 +1422,34 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1131487788, + "weight": 33371499, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "2fk3x-j9133e--2-t--k-fmt4272r--49u-0m7u-----v8.0--063-qm-j-3wc89k-0-57z4063---kb/v_5_D7RufiV-7u0--_qv4-D": "Y_o.-0-yE-R5W5_2n...78aou_j-3.J-.-r_-oPd-.2_Z__.-_U-.6p" + "RT.0zo": "7G79.3bU_._nV34G._--u.._.105-4_ed-f" }, "matchExpressions": [ { - "key": "h-i-60a---9--n8i64t1-4----c-----35---1--6-u-68u8w.3-6b77-f8--tf---7r88-1--p61cd--6/e-Avi.gZdnUVP._81_---l_3_-_G-D....js--a---..6bD_M--c.0Q--2qh.b", + "key": "o8t5Vl6_..7CY-_dc__G6N-_-0o.0C_g0", "operator": "NotIn", "values": [ - "u.7.._B-ks7dG-9S-O62o.8._.---UK_-.j21---__y.9O.L-m" + "kn_9n.p.o" ] } ] }, "namespaces": [ - "462" + "459" ], - "topologyKey": "463", + "topologyKey": "460", "namespaceSelector": { "matchLabels": { - "7u-h---dY7_M_-._M5..-N_H_55..--E3_2D-1DW__o_-._kzB7U_.Q.45cy5": "Y-__-Zvt.LT60v.WxPc--K" + "o79p-f4r1--7p--053--suu--9f82k8-2-d--n--e/7-.6": "K--g__..2bidF.-0-...WE.-_tdt_-Z0_TM_p6lM.Y-nd_.b_-gL_13" }, "matchExpressions": [ { - "key": "wr3qtm-8vuo17qre-33-5-u8f0f1qv--i72-x3---v25f1.2-84s-n-i-711s4--9s8--o-8dm---b----03-64-8l7-l-0787--18/iguFGT._.Y4-0.67hP-lX-_-..5-.._r6T", - "operator": "DoesNotExist" + "key": "g-cx-428u2j--3u-77-75-p-z---k-5r6h--y7o-0-wq-zfdn.yg0t-q--qr95ws-v-5--7-uf5/bk81S3.s_s_6.-_U", + "operator": "Exists" } ] } @@ -1458,66 +1458,66 @@ ] } }, - "schedulerName": "470", + "schedulerName": "467", "tolerations": [ { - "key": "471", - "operator": "E色kx-餌勀奷ŎC菡ƴ勋;*靯įƊ", - "value": "472", - "effect": "ŕ蘴濼DZj鎒ũW|ȶdžH0ƾ瘿¸", - "tolerationSeconds": -3147305732428645642 + "key": "468", + "operator": "â羃ȄÑNQ梯誠?忹ț慑罪ƐǥĂ/ɼ", + "value": "469", + "effect": "Ȫ", + "tolerationSeconds": -3512872839388697022 } ], "hostAliases": [ { - "ip": "473", + "ip": "470", "hostnames": [ - "474" + "471" ] } ], - "priorityClassName": "475", - "priority": -1756088332, + "priorityClassName": "472", + "priority": 338072377, "dnsConfig": { "nameservers": [ - "476" + "473" ], "searches": [ - "477" + "474" ], "options": [ { - "name": "478", - "value": "479" + "name": "475", + "value": "476" } ] }, "readinessGates": [ { - "conditionType": "#sM網" + "conditionType": "ȳ靘ɶ¦9F徵{ɦ!f親ʚ«Ǥ栌Ə" } ], - "runtimeClassName": "480", - "enableServiceLinks": true, - "preemptionPolicy": "ûŠl倳ţü¿Sʟ鍡", + "runtimeClassName": "477", + "enableServiceLinks": false, + "preemptionPolicy": "", "overhead": { - "炳薝鴠:X才à脡ǯ?b砸ƻ舁Ȁ贠ȇö匉": "452" + "öZÕW肤 遞Ȼ棉砍": "261" }, "topologySpreadConstraints": [ { - "maxSkew": -447559705, - "topologyKey": "481", - "whenUnsatisfiable": "TaI楅©Ǫ壿/š^劶äɲ泒", + "maxSkew": 1795378781, + "topologyKey": "478", + "whenUnsatisfiable": "焿熣$ɒ割婻漛Ǒ", "labelSelector": { "matchLabels": { - "47--9k-e4ora9.t7bm9-4m04qn-n7--c3k7--fei-br7310gl-xwm5-85a/r8-L__C_60-__.19_-gYY._..fP--hQ7be__-.-g-5.-59...7q___nT": "u0-.6---Q.__y64L.0-.c-tm..__---r__._-.DL.o_e-d92e8S_-0D" + "17--f-z336z7---1-i-67-3o--pw8-l0d--7881-v7-j-8-98-9-av.2vi9g-dn---6-81-ssml-3-b--x-8234jscfajzc476bt/PT-_Nx__-F_._n.WaY_o.-0-yE-RW": "sfI_2-_20_9._5-..Bi_..aOQ_._Yn.-.4t.U.VU__-_BAB_3H" }, "matchExpressions": [ { - "key": "KTlO.__0PX", - "operator": "In", + "key": "gwb.-R6_pQ_mgi.U.-e7z-t0-pQ-.-.g-_Zy", + "operator": "NotIn", "values": [ - "V6K_.3_583-6.f-.9-.V..Q-K_6_3" + "7.._B-ks7dG-9S-6" ] } ] @@ -1527,24 +1527,24 @@ "setHostnameAsFQDN": false } }, - "ttlSecondsAfterFinished": -1812920817, - "completionMode": "ʅ朁遐»", - "suspend": false + "ttlSecondsAfterFinished": -580752105, + "completionMode": "r#猂=đÁŊ锱軈騱țc£PAÎǨȨ", + "suspend": true }, "status": { "conditions": [ { - "type": "ƥf豯烠砖#囹J", - "status": "ʝ3", - "lastProbeTime": "2358-11-16T05:24:38Z", - "lastTransitionTime": "2305-06-19T03:46:44Z", - "reason": "488", - "message": "489" + "type": "±n{鳻$隅DžbİEMǶɼ`|褞ŒD喼", + "status": "ɤȶšɞƵõ禲", + "lastProbeTime": "2229-03-14T09:15:27Z", + "lastTransitionTime": "2386-02-27T08:30:37Z", + "reason": "485", + "message": "486" } ], - "active": -1842630179, - "succeeded": 1984090670, - "failed": -1949686005, - "completedIndexes": "490" + "active": 247437609, + "succeeded": 40631908, + "failed": 1380690227, + "completedIndexes": "487" } } \ No newline at end of file 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 32f3805b44b591f6c2c3a564823526d680049ca1..359b1b1d1d9f6990a001d7ec9ee99e77a95a3b6d 100644 GIT binary patch delta 5436 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 O)e~mHpkgwZ4gUuWo@O}! delta 5955 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 Ys;+OgSoe1Kd!Yl)4_8bv+G4f*AHD?V#{d8T 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 e4f66e7da6f..283402ed1ec 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 @@ -32,7 +32,7 @@ metadata: spec: activeDeadlineSeconds: -5584804243908071872 backoffLimit: -783752440 - completionMode: ʅ朁遐» + completionMode: r#猂=đÁŊ锱軈騱țc£PAÎǨȨ completions: 1305381319 manualSelector: true parallelism: 896585016 @@ -44,7 +44,7 @@ spec: - 3_bQw.-dG6c-.x matchLabels: hjT9s-j41-0-6p-JFHn7y-74.-0MUORQQ.N4: 3L.u - suspend: false + suspend: true template: metadata: annotations: @@ -76,114 +76,116 @@ spec: selfLink: "28" uid: ɸ=ǤÆ碛,1 spec: - activeDeadlineSeconds: 5965170857034075371 + activeDeadlineSeconds: 6810468860514125748 affinity: nodeAffinity: preferredDuringSchedulingIgnoredDuringExecution: - preference: matchExpressions: - - key: "410" - operator: ċ桉桃喕蠲$ɛ溢臜裡×銵-紑 + - key: "407" + operator: łƑ[澔 values: - - "411" + - "408" matchFields: - - key: "412" - operator: 縆łƑ[澔槃JŵǤ桒ɴ鉂W + - key: "409" + operator: Ē3Nh×DJɶ羹ƞʓ%ʝ values: - - "413" - weight: 186003226 + - "410" + weight: 97641827 requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - - key: "406" - operator: ǽżLj捲 + - key: "403" + operator: 喕 values: - - "407" + - "404" matchFields: - - key: "408" - operator: U + - key: "405" + operator: ďJZ漤ŗ坟Ů< values: - - "409" + - "406" podAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - - key: Y.39g_.--_-_ve5.m_U - operator: NotIn + - key: a-L--v_Z--Zg-_4Q__-v_t_u_.__I_-_-3-3--5X1rh-K5y_AzOBW9 + operator: In values: - - nw_-_x18mtxb__-ex-_1_-ODgC_1-_8__T3sn-0_.i__a.O2G_-_K-.03.mp.1 + - Gv matchLabels: - 3-8o1-x-1wl----f31-0-2t3zw.il-023bm-6l2e5---k5v38/E9_6.--v17r__.2bIZ___._6..tf-_u-3-_n0..KpiSo: X-78o_6Z..11_7pX_.-mLlx...w_t-_.5.40Rw4gD.._.-x6db-L7.-__-G2 + acp6-5-x1---4/b8a_6_.0Q46: "6" namespaceSelector: matchExpressions: - - key: 1x--i--7-nt-23h-4z-21-sap--h--q0h-t2n4s-6-k5-7-a0w-ke5p-3.nu--17---u7-gl7814ei-07shtq-6---g----9s39z-5/wv3UDf.-4D-5 + - key: Fgw_-z_659GE.l_.23--_6l.-5_BZk5v3aUK_--_o_2.--4Z7__i1T.miw_7a2 operator: NotIn values: - - l67Q.-_t--O.3L.z2-y.-...C4_-_2G8 + - j_.5.40Rw4gD.._.-x6db-L7.-__-G_2kCpS__.39g_.--_-_ve5.m_2d matchLabels: - 0--385h---0-u73phjo--8kb6--ut---p6.t5--9-4-d2-22-0/jcz.-Y6T4gz: p_.----cp__ac8u.._-__BM.6-.Y7 + Z___._6..tf-_u-3-_n0..p: S.K namespaces: - - "434" - topologyKey: "435" - weight: 1036096141 + - "431" + topologyKey: "432" + weight: -2081163116 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: 0--1----v8-4--558n1asz-r886-1--s/t + - key: 4sE4 operator: In values: - - "1" + - u_.--4QQ.-s.H.Hu-k-_-0-T1mel--F......3_t_l matchLabels: - n3-x1y-8---3----p-pdn--j2---25/8...__.Q_c8.G.b_9_1o.K: 9_._X-D---k..1Q7._l.._Q.6.I--2_9.v.--_.--4QQ.-s.H.Hu-r + 1caTz_.g.w-o.8_WT-M.3_-1y_8D_X._B__-P---_H-.___._D8.TS-jJ.YO: op34_-y.8_38m namespaceSelector: matchExpressions: - - key: 5S-B3_.b17ca-_p-y.eQZ9p_6.2 - operator: Exists + - key: 7-3x-3/23_P + operator: NotIn + values: + - 5....7..--w0_1V4.-r-8S5--_7_-Zp_._.-mi4 matchLabels: - e_l2.._8s--7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp_._.-mi4: s_0_5-_.7F3p2_-_AmD-.0AP.-.C_--.F5_x.KNC0-.-m_0-m-6Sp_N-S.O + v8_.O_..8n.--z_-..6W.K: sTt.-U_--6 namespaces: - - "420" - topologyKey: "421" + - "417" + topologyKey: "418" podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - - key: h-i-60a---9--n8i64t1-4----c-----35---1--6-u-68u8w.3-6b77-f8--tf---7r88-1--p61cd--6/e-Avi.gZdnUVP._81_---l_3_-_G-D....js--a---..6bD_M--c.0Q--2qh.b + - key: o8t5Vl6_..7CY-_dc__G6N-_-0o.0C_g0 operator: NotIn values: - - u.7.._B-ks7dG-9S-O62o.8._.---UK_-.j21---__y.9O.L-m + - kn_9n.p.o matchLabels: - 2fk3x-j9133e--2-t--k-fmt4272r--49u-0m7u-----v8.0--063-qm-j-3wc89k-0-57z4063---kb/v_5_D7RufiV-7u0--_qv4-D: Y_o.-0-yE-R5W5_2n...78aou_j-3.J-.-r_-oPd-.2_Z__.-_U-.6p + RT.0zo: 7G79.3bU_._nV34G._--u.._.105-4_ed-f namespaceSelector: matchExpressions: - - key: wr3qtm-8vuo17qre-33-5-u8f0f1qv--i72-x3---v25f1.2-84s-n-i-711s4--9s8--o-8dm---b----03-64-8l7-l-0787--18/iguFGT._.Y4-0.67hP-lX-_-..5-.._r6T - operator: DoesNotExist + - key: g-cx-428u2j--3u-77-75-p-z---k-5r6h--y7o-0-wq-zfdn.yg0t-q--qr95ws-v-5--7-uf5/bk81S3.s_s_6.-_U + operator: Exists matchLabels: - 7u-h---dY7_M_-._M5..-N_H_55..--E3_2D-1DW__o_-._kzB7U_.Q.45cy5: Y-__-Zvt.LT60v.WxPc--K + o79p-f4r1--7p--053--suu--9f82k8-2-d--n--e/7-.6: K--g__..2bidF.-0-...WE.-_tdt_-Z0_TM_p6lM.Y-nd_.b_-gL_13 namespaces: - - "462" - topologyKey: "463" - weight: 1131487788 + - "459" + topologyKey: "460" + weight: 33371499 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: 4b699/B9n.2 - operator: In + - key: rN7_B__--v-3-BzO5z80n_Ht5W_._._-2M2._I-_P..w-W_-n8 + operator: NotIn values: - - MM7-.e.x + - 8u.._-__BM.6-.Y_72-_--pT751 matchLabels: - fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o5: TB-d-Q + snw0-3i--a2/023Xl-3Pw_-r75--c: 4wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m3 namespaceSelector: matchExpressions: - - key: 8u2-__3uM77U7._pT-___-_5-6h_Ky7-_0Vw-Nzfdw.3-._J - operator: DoesNotExist + - key: C-_20 + operator: Exists matchLabels: - B_05._Lsu-H_.f82-8_.UdWNn_U-...1P_.D8_t..-Ww2q.zK-p-...Z-O.-j: Vv.-_.4dwFbuvEf55Y2k.F-F..3m6.._2v89U--8.3N_.1 + 8---h-1.l-h--q0h-t2n4s-6-k5-7-a0w-ke5p-33lt-9--2-k-27-4r4-d-9a46/FL-__bf_9_-C-PfNx__-U_.Pn-W2h: ht-E6___-X__H.-39-A_-_l67Q.-t namespaces: - - "448" - topologyKey: "449" + - "445" + topologyKey: "446" automountServiceAccountToken: false containers: - args: @@ -197,90 +199,90 @@ spec: configMapKeyRef: key: "261" name: "260" - optional: true + optional: false fieldRef: apiVersion: "256" fieldPath: "257" resourceFieldRef: containerName: "258" - divisor: "509" + divisor: "19" resource: "259" secretKeyRef: key: "263" name: "262" - optional: false + optional: true envFrom: - configMapRef: name: "252" - optional: true + optional: false prefix: "251" secretRef: name: "253" - optional: false + optional: true image: "245" - imagePullPolicy: '&皥贸碔lNKƙ順\E¦队偯' + imagePullPolicy: 庰%皧V lifecycle: postStart: exec: command: - - "291" + - "290" httpGet: - host: "294" + host: "292" httpHeaders: - - name: "295" - value: "296" - path: "292" - port: "293" + - name: "293" + value: "294" + path: "291" + port: -1661575965 + scheme: î.Ȏ蝪ʜ5遰= tcpSocket: - host: "298" - port: "297" + host: "295" + port: 834105836 preStop: exec: command: - - "299" + - "296" httpGet: - host: "302" + host: "299" httpHeaders: - - name: "303" - value: "304" - path: "300" - port: "301" - scheme: 跩aŕ翑 + - name: "300" + value: "301" + path: "297" + port: "298" tcpSocket: - host: "306" - port: "305" + host: "303" + port: "302" livenessProbe: exec: command: - "270" - failureThreshold: 1274622498 + failureThreshold: 1831208885 httpGet: - host: "273" + host: "272" httpHeaders: - - name: "274" - value: "275" + - name: "273" + value: "274" path: "271" - port: "272" - scheme: 佱¿>犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ - initialDelaySeconds: -1224991707 - periodSeconds: -612420031 - successThreshold: -1139949896 + port: -534498506 + scheme: 儴Ůĺ}潷ʒ胵輓Ɔȓ蹣ɐ + initialDelaySeconds: -805795167 + periodSeconds: 785984384 + successThreshold: 193463975 tcpSocket: host: "276" - port: -379385405 - timeoutSeconds: 887398685 + port: "275" + timeoutSeconds: 1791615594 name: "244" ports: - - containerPort: -1213051101 + - containerPort: 1883209805 hostIP: "250" - hostPort: -970312425 + hostPort: -801430937 name: "249" - protocol: 埽uʎȺ眖R + protocol: ɓȌʟni酛3ƁÀ* readinessProbe: exec: command: - "277" - failureThreshold: -940514142 + failureThreshold: 18113448 httpGet: host: "280" httpHeaders: @@ -288,271 +290,272 @@ spec: value: "282" path: "278" port: "279" - initialDelaySeconds: -1817291584 - periodSeconds: 582041100 - successThreshold: 509188266 + scheme: 更偢ɇ卷荙JLĹ]佱¿>犵殇ŕ-Ɂ + initialDelaySeconds: -1664778008 + periodSeconds: -978176982 + successThreshold: 415947324 tcpSocket: host: "283" - port: -1491697472 - timeoutSeconds: 1224868165 + port: 467291328 + timeoutSeconds: -1191528701 resources: limits: - Ůĺ}潷ʒ胵輓: "404" + Jȉ罴ņ螡źȰ?$矡ȶ网棊: "199" requests: - 1ØœȠƬQg鄠: "488" + ʎȺ眖R#: "985" securityContext: - allowPrivilegeEscalation: false + allowPrivilegeEscalation: true capabilities: add: - - 徥淳4揻-$ɽ丟 + - 葢ŵ橨鬶l獕;跣 drop: - - "" + - ǝcw媀瓄&翜舞拉Œɥ privileged: false - procMount: ĠM蘇KŅ/»頸+SÄ蚃 + procMount: 訆ƎżŧL²sNƗ¸gĩ餠籲磣 readOnlyRootFilesystem: false - runAsGroup: -1576913564542459711 - runAsNonRoot: true - runAsUser: 8876559635423161004 + runAsGroup: 8719280757454240148 + runAsNonRoot: false + runAsUser: 8194791334069427324 seLinuxOptions: - level: "311" - role: "309" - type: "310" - user: "308" + level: "308" + role: "306" + type: "307" + user: "305" seccompProfile: - localhostProfile: "315" - type: ľ)酊龨δ + localhostProfile: "312" + type: 'ƿ頀"冓鍓贯澔 ' windowsOptions: - gmsaCredentialSpec: "313" - gmsaCredentialSpecName: "312" - runAsUserName: "314" + gmsaCredentialSpec: "310" + gmsaCredentialSpecName: "309" + runAsUserName: "311" startupProbe: exec: command: - "284" - failureThreshold: 14304392 + failureThreshold: 888935190 httpGet: host: "286" httpHeaders: - name: "287" value: "288" path: "285" - port: -527306221 - scheme: ļ腩墺Ò媁荭gw忊| - initialDelaySeconds: -1532958330 - periodSeconds: 1004325340 - successThreshold: -1313320434 + port: 453108839 + scheme: 趛屡ʁ岼昕ĬÇó藢xɮĵȑ6L* + initialDelaySeconds: -244758593 + periodSeconds: 104069700 + successThreshold: -331594625 tcpSocket: - host: "290" - port: "289" - timeoutSeconds: -438588982 - stdin: true - terminationMessagePath: "307" - tty: true + host: "289" + port: 1574967021 + timeoutSeconds: 591440053 + stdinOnce: true + terminationMessagePath: "304" + terminationMessagePolicy: Ȩ<6鄰簳°Ļǟi& volumeDevices: - devicePath: "269" name: "268" volumeMounts: - mountPath: "265" - mountPropagation: '>郵[+扴ȨŮ' + mountPropagation: ¿ name: "264" - readOnly: true subPath: "266" subPathExpr: "267" workingDir: "248" dnsConfig: nameservers: - - "476" + - "473" options: - - name: "478" - value: "479" + - name: "475" + value: "476" searches: - - "477" - dnsPolicy: 誹 - enableServiceLinks: true + - "474" + enableServiceLinks: false ephemeralContainers: - args: - - "319" + - "316" command: - - "318" + - "315" env: - - name: "326" - value: "327" + - name: "323" + value: "324" valueFrom: configMapKeyRef: - key: "333" - name: "332" + key: "330" + name: "329" optional: false fieldRef: - apiVersion: "328" - fieldPath: "329" + apiVersion: "325" + fieldPath: "326" resourceFieldRef: - containerName: "330" - divisor: "361" - resource: "331" + containerName: "327" + divisor: "226" + resource: "328" secretKeyRef: - key: "335" - name: "334" + key: "332" + name: "331" optional: false envFrom: - configMapRef: - name: "324" - optional: true - prefix: "323" - secretRef: - name: "325" + name: "321" optional: false - image: "317" - imagePullPolicy: 笭/9崍h趭(娕uE增猍ǵ xǨ + prefix: "320" + secretRef: + name: "322" + optional: false + image: "314" + imagePullPolicy: ĩȲǸ|蕎'佉賞ǧĒzŔ瘍Nʊ輔3璾ė lifecycle: postStart: exec: command: - - "364" + - "362" httpGet: - host: "367" + host: "364" httpHeaders: - - name: "368" - value: "369" - path: "365" - port: "366" + - name: "365" + value: "366" + path: "363" + port: 597943993 + scheme: "8" tcpSocket: - host: "370" - port: 935886668 + host: "368" + port: "367" preStop: exec: command: - - "371" + - "369" httpGet: - host: "374" + host: "371" httpHeaders: - - name: "375" - value: "376" - path: "372" - port: "373" - scheme: )DŽ髐njʉBn(fǂ + - name: "372" + value: "373" + path: "370" + port: 601942575 + scheme: 壶ƵfȽÃ茓 tcpSocket: - host: "377" - port: 872525702 + host: "374" + port: 1359309446 livenessProbe: exec: command: - - "342" - failureThreshold: -766915393 + - "339" + failureThreshold: 467105019 httpGet: - host: "345" + host: "342" httpHeaders: - - name: "346" - value: "347" - path: "343" - port: "344" - scheme: C"6x$1s - initialDelaySeconds: -860435782 - periodSeconds: -2088645849 - successThreshold: 1900201288 + - name: "343" + value: "344" + path: "340" + port: "341" + scheme: šeSvEȤƏ埮pɵ{WOŭW灬pȭ + initialDelaySeconds: -667808868 + periodSeconds: -1952582931 + successThreshold: -74827262 tcpSocket: - host: "349" - port: "348" - timeoutSeconds: 1067125211 - name: "316" + host: "346" + port: "345" + timeoutSeconds: -1411971593 + name: "313" ports: - - containerPort: -1730959016 - hostIP: "322" - hostPort: 1905181464 - name: "321" - protocol: ëJ橈'琕鶫:顇ə娯Ȱ囌 + - containerPort: 50696420 + hostIP: "319" + hostPort: 472742933 + name: "318" + protocol: iǨź'ǵɐ鰥Z龏´DÒȗÔÂɘɢ readinessProbe: exec: command: - - "350" - failureThreshold: 1802356198 + - "347" + failureThreshold: -200074798 httpGet: - host: "352" + host: "350" httpHeaders: - - name: "353" - value: "354" - path: "351" - port: 1167615307 - scheme: vEȤƏ埮p - initialDelaySeconds: -1467527914 - periodSeconds: 1221583046 - successThreshold: -1861307253 + - name: "351" + value: "352" + path: "348" + port: "349" + scheme: '| 鞤ɱďW賁Ěɭɪǹ0衷,' + initialDelaySeconds: -278396828 + periodSeconds: -1663818120 + successThreshold: -211480108 tcpSocket: - host: "356" - port: "355" - timeoutSeconds: 1107276738 + host: "353" + port: 1692740191 + timeoutSeconds: 1497888778 resources: limits: - Ǻ鱎ƙ;Nŕ: "526" + ʟ鍏H鯂²静: "193" requests: - "": "372" + 聋3趐囨鏻: "838" securityContext: allowPrivilegeEscalation: false capabilities: add: - - Ƶf + - 1b drop: - - Ã茓pȓɻ + - 汚磉反-n privileged: true - procMount: '#耗' + procMount: 濑 readOnlyRootFilesystem: false - runAsGroup: 5255171395073905944 + runAsGroup: 8284722634127679632 runAsNonRoot: false - runAsUser: -4099583436266168513 + runAsUser: 6952955754983307007 seLinuxOptions: - level: "382" - role: "380" - type: "381" - user: "379" + level: "379" + role: "377" + type: "378" + user: "376" seccompProfile: - localhostProfile: "386" - type: (ť1ùfŭƽ + localhostProfile: "383" + type: ʨIk(dŊiɢzĮ蛋I滞 windowsOptions: - gmsaCredentialSpec: "384" - gmsaCredentialSpecName: "383" - runAsUserName: "385" + gmsaCredentialSpec: "381" + gmsaCredentialSpecName: "380" + runAsUserName: "382" startupProbe: exec: command: - - "357" - failureThreshold: 1697842937 + - "354" + failureThreshold: 2144856253 httpGet: - host: "359" + host: "357" httpHeaders: - - name: "360" - value: "361" - path: "358" - port: 199049889 - scheme: IJ嘢4ʗ - initialDelaySeconds: -1896415283 - periodSeconds: -1330095135 - successThreshold: 1566213732 + - name: "358" + value: "359" + path: "355" + port: "356" + scheme: ay + initialDelaySeconds: 628632965 + periodSeconds: -1396197931 + successThreshold: -1114385515 tcpSocket: - host: "363" - port: "362" - timeoutSeconds: 1540899353 - stdin: true + host: "361" + port: "360" + timeoutSeconds: 552654052 stdinOnce: true - targetContainerName: "387" - terminationMessagePath: "378" - terminationMessagePolicy: ay + targetContainerName: "384" + terminationMessagePath: "375" + terminationMessagePolicy: 挴ʠ volumeDevices: - - devicePath: "341" - name: "340" + - devicePath: "338" + name: "337" volumeMounts: - - mountPath: "337" - mountPropagation: 亏yƕ丆録²Ŏ)/灩聋3趐囨鏻 - name: "336" + - mountPath: "334" + mountPropagation: 騎C"6x$1sȣ±p鋄 + name: "333" readOnly: true - subPath: "338" - subPathExpr: "339" - workingDir: "320" + subPath: "335" + subPathExpr: "336" + workingDir: "317" hostAliases: - hostnames: - - "474" - ip: "473" - hostname: "404" + - "471" + ip: "470" + hostIPC: true + hostPID: true + hostname: "401" imagePullSecrets: - - name: "403" + - name: "400" initContainers: - args: - "178" @@ -571,12 +574,12 @@ spec: fieldPath: "188" resourceFieldRef: containerName: "189" - divisor: "440" + divisor: "993" resource: "190" secretKeyRef: key: "194" name: "193" - optional: false + optional: true envFrom: - configMapRef: name: "183" @@ -586,103 +589,101 @@ spec: name: "184" optional: false image: "176" - imagePullPolicy: 姣>懔%熷谟þ蛯ɰ荶ljʁ揆ɘȌ脾 lifecycle: postStart: exec: command: - - "222" + - "220" httpGet: - host: "224" + host: "223" httpHeaders: - - name: "225" - value: "226" - path: "223" - port: -78618443 - scheme: Ɗ+j忊Ŗȫ焗捏ĨFħ籘Àǒ + - name: "224" + value: "225" + path: "221" + port: "222" tcpSocket: host: "227" - port: -495373547 + port: "226" preStop: exec: command: - "228" httpGet: - host: "231" + host: "230" httpHeaders: - - name: "232" - value: "233" + - name: "231" + value: "232" path: "229" - port: "230" - scheme: /樝fw[Řż丩ŽoǠŻʘY賃ɪ鐊 + port: -1589303862 + scheme: ľǎɳ,ǿ飏騀呣ǎ tcpSocket: host: "234" - port: 88483549 + port: "233" livenessProbe: exec: command: - "201" - failureThreshold: -1167888910 + failureThreshold: 1719293828 httpGet: host: "203" httpHeaders: - name: "204" value: "205" path: "202" - port: 1094670193 - scheme: 栲茇竛吲蚛隖<ǶĬ4y£軶ǃ*ʙ嫙& - initialDelaySeconds: -802585193 - periodSeconds: 1944205014 - successThreshold: -2079582559 + port: -1470854631 + scheme: ùƸʋŀ樺ȃ + initialDelaySeconds: -1366875038 + periodSeconds: -2015604435 + successThreshold: 576428641 tcpSocket: - host: "207" - port: "206" - timeoutSeconds: 1901330124 + host: "206" + port: -270045321 + timeoutSeconds: -1188430996 name: "175" ports: - - containerPort: 44308192 + - containerPort: 1434408532 hostIP: "181" - hostPort: -1280763790 + hostPort: -1179067190 name: "180" - protocol: Żwʮ馜üNșƶ4ĩĉ + protocol: '`劳&¼傭Ȟ1酃=6}ɡŇƉ立h' readinessProbe: exec: command: - - "208" - failureThreshold: 208045354 + - "207" + failureThreshold: 441998152 httpGet: - host: "210" + host: "209" httpHeaders: - - name: "211" - value: "212" - path: "209" - port: 804417065 - scheme: Ŵ廷s{Ⱦdz@ - initialDelaySeconds: 632397602 - periodSeconds: -730174220 - successThreshold: 433084615 + - name: "210" + value: "211" + path: "208" + port: -103588794 + scheme: ',铻OŤǢʭ嵔棂p儼Ƿ裚瓶' + initialDelaySeconds: -1275947865 + periodSeconds: -560140039 + successThreshold: -1933850966 tcpSocket: - host: "213" - port: 406308963 - timeoutSeconds: 2026784878 + host: "212" + port: -1549755975 + timeoutSeconds: -2112697830 resources: limits: - "": "993" + n芞QÄȻȊ+?ƭ峧Y栲茇竛: "118" requests: - 瀹鞎sn芞: "621" + Ā<é瞾ʀNŬɨǙÄr: "862" securityContext: allowPrivilegeEscalation: false capabilities: add: - - ĠLƐȤ藠3.v-鿧悮坮Ȣ幟ļ + - ȟ@7飣奺Ȋ礶惇¸t颟.鵫ǚ灄 drop: - - ŬƩȿ0矀Kʝ瘴I\p - privileged: true - procMount: 倗S晒嶗UÐ_ƮA攤/ɸɎ R§耶 + - rʤî萨zvt莭琽§ć\ ïì + privileged: false + procMount: ƖN粕擓Ɩ readOnlyRootFilesystem: false - runAsGroup: 3876361590808856900 - runAsNonRoot: false - runAsUser: -4436559826852161595 + runAsGroup: 3195567116206635190 + runAsNonRoot: true + runAsUser: -5738810661106213940 seLinuxOptions: level: "239" role: "237" @@ -690,7 +691,7 @@ spec: user: "236" seccompProfile: localhostProfile: "243" - type: fBls3!Zɾģ毋Ó6 + type: Ve windowsOptions: gmsaCredentialSpec: "241" gmsaCredentialSpecName: "240" @@ -698,98 +699,97 @@ spec: startupProbe: exec: command: - - "214" - failureThreshold: -1131820775 + - "213" + failureThreshold: 794066396 httpGet: - host: "217" + host: "216" httpHeaders: - - name: "218" - value: "219" - path: "215" - port: "216" - scheme: Źʣy豎@ɀ羭,铻O - initialDelaySeconds: 1424053148 - periodSeconds: 859639931 - successThreshold: -1663149700 + - name: "217" + value: "218" + path: "214" + port: "215" + scheme: 胾^拜Ȍzɟ踡肒Ao/ + initialDelaySeconds: 1801903819 + periodSeconds: 436566830 + successThreshold: 1351748524 tcpSocket: - host: "221" - port: "220" - timeoutSeconds: 747521320 + host: "219" + port: -245303037 + timeoutSeconds: -1497057920 stdinOnce: true terminationMessagePath: "235" - terminationMessagePolicy: ǕLLȊɞ-uƻ悖ȩ0Ƹ[Ęİ榌U髷 - tty: true + terminationMessagePolicy: 萭旿@掇lNdǂ>5姣 volumeDevices: - devicePath: "200" name: "199" volumeMounts: - mountPath: "196" - mountPropagation: '鲡:' + mountPropagation: 蒒5靇C'ɵK.Q貇£ȹ嫰 name: "195" - readOnly: true subPath: "197" subPathExpr: "198" workingDir: "179" - nodeName: "392" + nodeName: "389" nodeSelector: - "388": "389" + "385": "386" overhead: - 炳薝鴠:X才à脡ǯ?b砸ƻ舁Ȁ贠ȇö匉: "452" - preemptionPolicy: ûŠl倳ţü¿Sʟ鍡 - priority: -1756088332 - priorityClassName: "475" + öZÕW肤 遞Ȼ棉砍: "261" + preemptionPolicy: "" + priority: 338072377 + priorityClassName: "472" readinessGates: - - conditionType: '#sM網' - restartPolicy: æ盪泙若`l}Ñ蠂Ü - runtimeClassName: "480" - schedulerName: "470" + - conditionType: ȳ靘ɶ¦9F徵{ɦ!f親ʚ«Ǥ栌Ə + restartPolicy: 鷞焬C + runtimeClassName: "477" + schedulerName: "467" securityContext: - fsGroup: -458943834575608638 - fsGroupChangePolicy: ɢzĮ蛋I滞廬耐鷞焬CQm坊柩劄奼[ - runAsGroup: 5023310695550414054 - runAsNonRoot: true - runAsUser: 6519765915963602850 + fsGroup: 8801451190757707332 + fsGroupChangePolicy: ɋȑoG鄧蜢暳ǽżLj捲 + runAsGroup: 8766190045617353809 + runAsNonRoot: false + runAsUser: 6358118655232240727 seLinuxOptions: - level: "396" - role: "394" - type: "395" - user: "393" + level: "393" + role: "391" + type: "392" + user: "390" seccompProfile: - localhostProfile: "402" - type: Ƒĝ®EĨǔvÄÚ×p鬷m + localhostProfile: "399" + type: xƂ9阠 supplementalGroups: - - 5114583700398530032 + - -2524837786321986358 sysctls: - - name: "400" - value: "401" + - name: "397" + value: "398" windowsOptions: - gmsaCredentialSpec: "398" - gmsaCredentialSpecName: "397" - runAsUserName: "399" - serviceAccount: "391" - serviceAccountName: "390" + gmsaCredentialSpec: "395" + gmsaCredentialSpecName: "394" + runAsUserName: "396" + serviceAccount: "388" + serviceAccountName: "387" setHostnameAsFQDN: false shareProcessNamespace: false - subdomain: "405" - terminationGracePeriodSeconds: -1344691682045303625 + subdomain: "402" + terminationGracePeriodSeconds: 2910487247185363461 tolerations: - - effect: ŕ蘴濼DZj鎒ũW|ȶdžH0ƾ瘿¸ - key: "471" - operator: E色kx-餌勀奷ŎC菡ƴ勋;*靯įƊ - tolerationSeconds: -3147305732428645642 - value: "472" + - effect: Ȫ + key: "468" + operator: â羃ȄÑNQ梯誠?忹ț慑罪ƐǥĂ/ɼ + tolerationSeconds: -3512872839388697022 + value: "469" topologySpreadConstraints: - labelSelector: matchExpressions: - - key: KTlO.__0PX - operator: In + - key: gwb.-R6_pQ_mgi.U.-e7z-t0-pQ-.-.g-_Zy + operator: NotIn values: - - V6K_.3_583-6.f-.9-.V..Q-K_6_3 + - 7.._B-ks7dG-9S-6 matchLabels: - 47--9k-e4ora9.t7bm9-4m04qn-n7--c3k7--fei-br7310gl-xwm5-85a/r8-L__C_60-__.19_-gYY._..fP--hQ7be__-.-g-5.-59...7q___nT: u0-.6---Q.__y64L.0-.c-tm..__---r__._-.DL.o_e-d92e8S_-0D - maxSkew: -447559705 - topologyKey: "481" - whenUnsatisfiable: TaI楅©Ǫ壿/š^劶äɲ泒 + ? 17--f-z336z7---1-i-67-3o--pw8-l0d--7881-v7-j-8-98-9-av.2vi9g-dn---6-81-ssml-3-b--x-8234jscfajzc476bt/PT-_Nx__-F_._n.WaY_o.-0-yE-RW + : sfI_2-_20_9._5-..Bi_..aOQ_._Yn.-.4t.U.VU__-_BAB_3H + maxSkew: 1795378781 + topologyKey: "478" + whenUnsatisfiable: 焿熣$ɒ割婻漛Ǒ volumes: - awsElasticBlockStore: fsType: "47" @@ -1039,16 +1039,16 @@ spec: storagePolicyID: "104" storagePolicyName: "103" volumePath: "101" - ttlSecondsAfterFinished: -1812920817 + ttlSecondsAfterFinished: -580752105 status: - active: -1842630179 - completedIndexes: "490" + active: 247437609 + completedIndexes: "487" conditions: - - lastProbeTime: "2358-11-16T05:24:38Z" - lastTransitionTime: "2305-06-19T03:46:44Z" - message: "489" - reason: "488" - status: ʝ3 - type: ƥf豯烠砖#囹J - failed: -1949686005 - succeeded: 1984090670 + - lastProbeTime: "2229-03-14T09:15:27Z" + lastTransitionTime: "2386-02-27T08:30:37Z" + message: "486" + reason: "485" + status: ɤȶšɞƵõ禲 + type: ±n{鳻$隅DžbİEMǶɼ`|褞ŒD喼 + failed: 1380690227 + succeeded: 40631908 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 2160ee26612..01c1d2632fc 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 @@ -490,8 +490,7 @@ "name": "192" } } - }, - "readOnly": true + } } } ], @@ -509,9 +508,9 @@ "ports": [ { "name": "198", - "hostPort": -1180080716, - "containerPort": -1409668172, - "protocol": "脾嚏吐ĠLƐȤ藠3.v-鿧悮坮Ȣ幟ļ腻", + "hostPort": 1919527626, + "containerPort": -389501466, + "protocol": ".鵫", "hostIP": "199" } ], @@ -540,35 +539,36 @@ "resourceFieldRef": { "containerName": "207", "resource": "208", - "divisor": "231" + "divisor": "322" }, "configMapKeyRef": { "name": "209", "key": "210", - "optional": false + "optional": true }, "secretKeyRef": { "name": "211", "key": "212", - "optional": true + "optional": false } } } ], "resources": { "limits": { - "": "55" + "莭琽§ć\\ ïì«丯Ƙ枛牐ɺ": "660" }, "requests": { - "粕擓ƖHVe熼'FD": "235" + "I\\p[": "853" } }, "volumeMounts": [ { "name": "213", + "readOnly": true, "mountPath": "214", "subPath": "215", - "mountPropagation": "UÐ_ƮA攤/ɸɎ", + "mountPropagation": "HVe熼'FD剂讼ɓ", "subPathExpr": "216" } ], @@ -588,7 +588,7 @@ "path": "220", "port": "221", "host": "222", - "scheme": "翁杙Ŧ癃8鸖ɱJȉ罴ņ螡ź", + "scheme": "A", "httpHeaders": [ { "name": "223", @@ -597,14 +597,14 @@ ] }, "tcpSocket": { - "port": -1543701088, + "port": 2060823740, "host": "225" }, - "initialDelaySeconds": 513341278, - "timeoutSeconds": 627713162, - "periodSeconds": 1255312175, - "successThreshold": -1740959124, - "failureThreshold": 158280212 + "initialDelaySeconds": -498930176, + "timeoutSeconds": 1885897314, + "periodSeconds": -465677631, + "successThreshold": 1054858106, + "failureThreshold": 232569106 }, "readinessProbe": { "exec": { @@ -614,52 +614,53 @@ }, "httpGet": { "path": "227", - "port": -1140531048, - "host": "228", + "port": "228", + "host": "229", + "scheme": "癃8鸖", "httpHeaders": [ { - "name": "229", - "value": "230" + "name": "230", + "value": "231" } ] }, "tcpSocket": { - "port": 1741405963, - "host": "231" + "port": 896430536, + "host": "232" }, - "initialDelaySeconds": 1260448044, - "timeoutSeconds": -200461294, - "periodSeconds": -1791206950, - "successThreshold": 1160477220, - "failureThreshold": 1226391571 + "initialDelaySeconds": 1574150975, + "timeoutSeconds": 993144482, + "periodSeconds": 714088955, + "successThreshold": 1033766276, + "failureThreshold": -1745509819 }, "startupProbe": { "exec": { "command": [ - "232" + "233" ] }, "httpGet": { - "path": "233", - "port": "234", - "host": "235", - "scheme": "勅跦Opwǩ曬逴褜1Ø", + "path": "234", + "port": "235", + "host": "236", + "scheme": "庎D}埽uʎȺ眖R#yV'WKw(ğ儴", "httpHeaders": [ { - "name": "236", - "value": "237" + "name": "237", + "value": "238" } ] }, "tcpSocket": { - "port": "238", + "port": 965937684, "host": "239" }, - "initialDelaySeconds": -589000495, - "timeoutSeconds": -955773237, - "periodSeconds": 561988938, - "successThreshold": 1419770315, - "failureThreshold": 300356869 + "initialDelaySeconds": -277192536, + "timeoutSeconds": -1588323253, + "periodSeconds": -20130017, + "successThreshold": -1244623134, + "failureThreshold": -1334110502 }, "lifecycle": { "postStart": { @@ -670,18 +671,18 @@ }, "httpGet": { "path": "241", - "port": "242", - "host": "243", - "scheme": "更偢ɇ卷荙JLĹ]佱¿\u003e犵殇ŕ-Ɂ", + "port": -1738069460, + "host": "242", + "scheme": "v+8Ƥ熪军g\u003e郵[+扴", "httpHeaders": [ { - "name": "244", - "value": "245" + "name": "243", + "value": "244" } ] }, "tcpSocket": { - "port": 467291328, + "port": "245", "host": "246" } }, @@ -693,171 +694,171 @@ }, "httpGet": { "path": "248", - "port": -434820661, - "host": "249", - "scheme": "r嚧", + "port": "249", + "host": "250", + "scheme": "]佱¿\u003e犵殇ŕ-Ɂ圯W", "httpHeaders": [ { - "name": "250", - "value": "251" + "name": "251", + "value": "252" } ] }, "tcpSocket": { - "port": 453108839, - "host": "252" + "port": "253", + "host": "254" } } }, - "terminationMessagePath": "253", - "terminationMessagePolicy": "趛屡ʁ岼昕ĬÇó藢xɮĵȑ6L*", - "imagePullPolicy": "Gƚ绤fʀļ腩墺Ò媁荭gw", + "terminationMessagePath": "255", + "terminationMessagePolicy": "輦唊#v铿ʩȂ4ē鐭", + "imagePullPolicy": "岼昕ĬÇó藢xɮĵȑ6L*Z", "securityContext": { "capabilities": { "add": [ - "E剒蔞" + "咡W" ], "drop": [ - "表徶đ寳议Ƭƶ氩Ȩ\u003c6鄰簳°Ļǟi\u0026皥" + "敄lu|" ] }, "privileged": false, "seLinuxOptions": { - "user": "254", - "role": "255", - "type": "256", - "level": "257" + "user": "256", + "role": "257", + "type": "258", + "level": "259" }, "windowsOptions": { - "gmsaCredentialSpecName": "258", - "gmsaCredentialSpec": "259", - "runAsUserName": "260" + "gmsaCredentialSpecName": "260", + "gmsaCredentialSpec": "261", + "runAsUserName": "262" }, - "runAsUser": -3342656999442156006, - "runAsGroup": -5569844914519516591, + "runAsUser": -230763786643460687, + "runAsGroup": 8175137418799691442, "runAsNonRoot": true, - "readOnlyRootFilesystem": true, - "allowPrivilegeEscalation": false, - "procMount": "¦队偯J僳徥淳4揻-$ɽ丟×x锏ɟ", + "readOnlyRootFilesystem": false, + "allowPrivilegeEscalation": true, + "procMount": "=E埄Ȁ朦 wƯ貾坢'跩aŕ翑0展", "seccompProfile": { - "type": "Ǒ輂,ŕĪĠM蘇KŅ/»頸+SÄ蚃ɣ", - "localhostProfile": "261" + "type": "硐庰%皧V垾现葢ŵ橨鬶l獕;跣H", + "localhostProfile": "263" } }, - "stdin": true, "tty": true } ], "containers": [ { - "name": "262", - "image": "263", + "name": "264", + "image": "265", "command": [ - "264" + "266" ], "args": [ - "265" + "267" ], - "workingDir": "266", + "workingDir": "268", "ports": [ { - "name": "267", - "hostPort": -825277526, - "containerPort": 1157117817, - "hostIP": "268" + "name": "269", + "hostPort": 1430286749, + "containerPort": -374766088, + "protocol": "翜舞拉Œ", + "hostIP": "270" } ], "envFrom": [ { - "prefix": "269", + "prefix": "271", "configMapRef": { - "name": "270", + "name": "272", "optional": false }, "secretRef": { - "name": "271", - "optional": false + "name": "273", + "optional": true } } ], "env": [ { - "name": "272", - "value": "273", + "name": "274", + "value": "275", "valueFrom": { "fieldRef": { - "apiVersion": "274", - "fieldPath": "275" + "apiVersion": "276", + "fieldPath": "277" }, "resourceFieldRef": { - "containerName": "276", - "resource": "277", - "divisor": "107" + "containerName": "278", + "resource": "279", + "divisor": "328" }, "configMapKeyRef": { - "name": "278", - "key": "279", - "optional": false - }, - "secretKeyRef": { "name": "280", "key": "281", - "optional": false + "optional": true + }, + "secretKeyRef": { + "name": "282", + "key": "283", + "optional": true } } } ], "resources": { "limits": { - "琕鶫:顇ə娯Ȱ囌{": "853" + "訆ƎżŧL²sNƗ¸gĩ餠籲磣": "340" }, "requests": { - "Z龏´DÒȗÔÂɘɢ鬍熖B芭花": "372" + "": "771" } }, "volumeMounts": [ { - "name": "282", + "name": "284", "readOnly": true, - "mountPath": "283", - "subPath": "284", - "mountPropagation": "亏yƕ丆録²Ŏ)/灩聋3趐囨鏻", - "subPathExpr": "285" + "mountPath": "285", + "subPath": "286", + "mountPropagation": "冓鍓贯", + "subPathExpr": "287" } ], "volumeDevices": [ { - "name": "286", - "devicePath": "287" + "name": "288", + "devicePath": "289" } ], "livenessProbe": { "exec": { "command": [ - "288" + "290" ] }, "httpGet": { - "path": "289", - "port": "290", - "host": "291", - "scheme": "C\"6x$1s", + "path": "291", + "port": 1952458416, + "host": "292", + "scheme": "琕鶫:顇ə娯Ȱ囌{", "httpHeaders": [ { - "name": "292", - "value": "293" + "name": "293", + "value": "294" } ] }, "tcpSocket": { - "port": "294", + "port": -1829146875, "host": "295" }, - "initialDelaySeconds": -860435782, - "timeoutSeconds": 1067125211, - "periodSeconds": -2088645849, - "successThreshold": 1900201288, - "failureThreshold": -766915393 + "initialDelaySeconds": -205176266, + "timeoutSeconds": 490479437, + "periodSeconds": -116469891, + "successThreshold": 311083651, + "failureThreshold": 353361793 }, "readinessProbe": { "exec": { @@ -867,25 +868,25 @@ }, "httpGet": { "path": "297", - "port": 1167615307, - "host": "298", - "scheme": "vEȤƏ埮p", + "port": "298", + "host": "299", + "scheme": "ɢ鬍熖B芭花ª瘡蟦JBʟ鍏H鯂²静Ʋ", "httpHeaders": [ { - "name": "299", - "value": "300" + "name": "300", + "value": "301" } ] }, "tcpSocket": { - "port": "301", + "port": -181601395, "host": "302" }, - "initialDelaySeconds": -1467527914, - "timeoutSeconds": 1107276738, - "periodSeconds": 1221583046, - "successThreshold": -1861307253, - "failureThreshold": 1802356198 + "initialDelaySeconds": -617381112, + "timeoutSeconds": 1851229369, + "periodSeconds": -560238386, + "successThreshold": 1658749995, + "failureThreshold": -938421813 }, "startupProbe": { "exec": { @@ -895,9 +896,9 @@ }, "httpGet": { "path": "304", - "port": 199049889, + "port": -305362540, "host": "305", - "scheme": "IJ嘢4ʗ", + "scheme": "Ǩ繫ʎǑyZ涬P­蜷ɔ幩", "httpHeaders": [ { "name": "306", @@ -906,35 +907,36 @@ ] }, "tcpSocket": { - "port": "308", - "host": "309" + "port": 1167615307, + "host": "308" }, - "initialDelaySeconds": -1896415283, - "timeoutSeconds": 1540899353, - "periodSeconds": -1330095135, - "successThreshold": 1566213732, - "failureThreshold": 1697842937 + "initialDelaySeconds": 455833230, + "timeoutSeconds": 1956567721, + "periodSeconds": 155090390, + "successThreshold": -2113700533, + "failureThreshold": -2130294761 }, "lifecycle": { "postStart": { "exec": { "command": [ - "310" + "309" ] }, "httpGet": { - "path": "311", - "port": "312", - "host": "313", + "path": "310", + "port": "311", + "host": "312", + "scheme": "WOŭW灬pȭCV擭銆", "httpHeaders": [ { - "name": "314", - "value": "315" + "name": "313", + "value": "314" } ] }, "tcpSocket": { - "port": 935886668, + "port": "315", "host": "316" } }, @@ -946,116 +948,115 @@ }, "httpGet": { "path": "318", - "port": "319", - "host": "320", - "scheme": ")DŽ髐njʉBn(fǂ", + "port": 1540899353, + "host": "319", + "scheme": "| 鞤ɱďW賁Ěɭɪǹ0衷,", "httpHeaders": [ { - "name": "321", - "value": "322" + "name": "320", + "value": "321" } ] }, "tcpSocket": { - "port": 872525702, - "host": "323" + "port": 1692740191, + "host": "322" } } }, - "terminationMessagePath": "324", - "terminationMessagePolicy": "ay", - "imagePullPolicy": "笭/9崍h趭(娕uE增猍ǵ xǨ", + "terminationMessagePath": "323", + "terminationMessagePolicy": "ț譎懚XW疪鑳w", + "imagePullPolicy": "yåe躒訙Ǫʓ)", "securityContext": { "capabilities": { "add": [ - "Ƶf" + "嗆u" ], "drop": [ - "Ã茓pȓɻ" + "晲T[irȎ3Ĕ\\" ] }, - "privileged": true, + "privileged": false, "seLinuxOptions": { - "user": "325", - "role": "326", - "type": "327", - "level": "328" + "user": "324", + "role": "325", + "type": "326", + "level": "327" }, "windowsOptions": { - "gmsaCredentialSpecName": "329", - "gmsaCredentialSpec": "330", - "runAsUserName": "331" + "gmsaCredentialSpecName": "328", + "gmsaCredentialSpec": "329", + "runAsUserName": "330" }, - "runAsUser": -4099583436266168513, - "runAsGroup": 5255171395073905944, - "runAsNonRoot": false, + "runAsUser": 4642510477960813990, + "runAsGroup": -7115468323604305274, + "runAsNonRoot": true, "readOnlyRootFilesystem": false, - "allowPrivilegeEscalation": false, - "procMount": "#耗", + "allowPrivilegeEscalation": true, + "procMount": "ȲǸ|蕎'佉賞ǧĒzŔ", "seccompProfile": { - "type": "(ť1ùfŭƽ", - "localhostProfile": "332" + "type": "", + "localhostProfile": "331" } }, - "stdin": true, - "stdinOnce": true + "stdin": true } ], "ephemeralContainers": [ { - "name": "333", - "image": "334", + "name": "332", + "image": "333", "command": [ - "335" + "334" ], "args": [ - "336" + "335" ], - "workingDir": "337", + "workingDir": "336", "ports": [ { - "name": "338", - "hostPort": -2137891092, - "containerPort": 1992460223, - "protocol": "`l}Ñ蠂Ü[ƛ^輅", - "hostIP": "339" + "name": "337", + "hostPort": 2073630689, + "containerPort": -830875556, + "protocol": "Ȝv1b繐汚磉反-n覦灲閈誹ʅ蕉ɼ搳ǭ", + "hostIP": "338" } ], "envFrom": [ { - "prefix": "340", + "prefix": "339", "configMapRef": { - "name": "341", - "optional": false + "name": "340", + "optional": true }, "secretRef": { - "name": "342", - "optional": false + "name": "341", + "optional": true } } ], "env": [ { - "name": "343", - "value": "344", + "name": "342", + "value": "343", "valueFrom": { "fieldRef": { - "apiVersion": "345", - "fieldPath": "346" + "apiVersion": "344", + "fieldPath": "345" }, "resourceFieldRef": { - "containerName": "347", - "resource": "348", - "divisor": "211" + "containerName": "346", + "resource": "347", + "divisor": "678" }, "configMapKeyRef": { - "name": "349", - "key": "350", + "name": "348", + "key": "349", "optional": true }, "secretKeyRef": { - "name": "351", - "key": "352", + "name": "350", + "key": "351", "optional": true } } @@ -1063,109 +1064,110 @@ ], "resources": { "limits": { - "x糂腂": "286" + "zĮ蛋I滞廬耐鷞焬CQ": "712" }, "requests": { - "ɢzĮ蛋I滞廬耐鷞焬CQm坊柩劄奼[": "214" + "ý萜Ǖc": "275" } }, "volumeMounts": [ { - "name": "353", - "mountPath": "354", - "subPath": "355", - "mountPropagation": "Ƶŧ1ƟƓ宆!鍲ɋȑoG鄧蜢暳ǽ", - "subPathExpr": "356" + "name": "352", + "mountPath": "353", + "subPath": "354", + "mountPropagation": "ĝ®EĨǔvÄÚ×p鬷", + "subPathExpr": "355" } ], "volumeDevices": [ { - "name": "357", - "devicePath": "358" + "name": "356", + "devicePath": "357" } ], "livenessProbe": { "exec": { "command": [ - "359" + "358" ] }, "httpGet": { - "path": "360", - "port": "361", - "host": "362", + "path": "359", + "port": -1211577347, + "host": "360", + "scheme": "ǽżLj捲", "httpHeaders": [ { - "name": "363", - "value": "364" + "name": "361", + "value": "362" } ] }, "tcpSocket": { - "port": "365", - "host": "366" + "port": "363", + "host": "364" }, - "initialDelaySeconds": 1612465029, - "timeoutSeconds": -148677969, - "periodSeconds": 758604605, - "successThreshold": -291429895, - "failureThreshold": -478839383 + "initialDelaySeconds": -1382141042, + "timeoutSeconds": 583526946, + "periodSeconds": 186003226, + "successThreshold": -297065907, + "failureThreshold": 466267060 }, "readinessProbe": { "exec": { "command": [ - "367" + "365" ] }, "httpGet": { - "path": "368", - "port": 498878902, - "host": "369", - "scheme": "ďJZ漤ŗ坟Ů\u003c", + "path": "366", + "port": -708495486, + "host": "367", + "scheme": "$ɛ溢臜裡×銵-紑浘牬", "httpHeaders": [ { - "name": "370", - "value": "371" + "name": "368", + "value": "369" } ] }, "tcpSocket": { - "port": -2030665763, - "host": "372" + "port": "370", + "host": "371" }, - "initialDelaySeconds": 1808698094, - "timeoutSeconds": 1155232143, - "periodSeconds": -1873425934, - "successThreshold": -1924862129, - "failureThreshold": -1431381588 + "initialDelaySeconds": -195171082, + "timeoutSeconds": 1648539888, + "periodSeconds": 762856658, + "successThreshold": -1898251770, + "failureThreshold": 713473395 }, "startupProbe": { "exec": { "command": [ - "373" + "372" ] }, "httpGet": { - "path": "374", - "port": "375", - "host": "376", - "scheme": "Nh×DJɶ羹ƞʓ%ʝ`ǭ", + "path": "373", + "port": "374", + "host": "375", + "scheme": "ɴ鉂WJ1抉泅ą\u0026", "httpHeaders": [ { - "name": "377", - "value": "378" + "name": "376", + "value": "377" } ] }, "tcpSocket": { - "port": -1467648837, + "port": "378", "host": "379" }, - "initialDelaySeconds": 911629631, - "timeoutSeconds": 542678518, - "periodSeconds": 1859267428, - "successThreshold": 1123323092, - "failureThreshold": -592521472 + "initialDelaySeconds": -1943335113, + "timeoutSeconds": -39292476, + "periodSeconds": 801902541, + "successThreshold": -1312249623, + "failureThreshold": -1089435479 }, "lifecycle": { "postStart": { @@ -1176,138 +1178,137 @@ }, "httpGet": { "path": "381", - "port": 2040952835, - "host": "382", - "scheme": "诵H玲鑠ĭ$#卛8ð", + "port": "382", + "host": "383", + "scheme": "ńČȷǻ.wȏâ磠Ƴ崖S", "httpHeaders": [ { - "name": "383", - "value": "384" + "name": "384", + "value": "385" } ] }, "tcpSocket": { - "port": "385", - "host": "386" + "port": "386", + "host": "387" } }, "preStop": { "exec": { "command": [ - "387" + "388" ] }, "httpGet": { - "path": "388", - "port": -122203422, - "host": "389", - "scheme": "斢杧ż鯀1'鸔", + "path": "389", + "port": "390", + "host": "391", + "scheme": "橱9ij\\Ď愝Ű藛b磾s", "httpHeaders": [ { - "name": "390", - "value": "391" + "name": "392", + "value": "393" } ] }, "tcpSocket": { - "port": -1618269037, - "host": "392" + "port": 2060584115, + "host": "394" } } }, - "terminationMessagePath": "393", - "terminationMessagePolicy": "炙B餸硷张q櫞繡旹翃ɾ氒ĺʈʫ羶剹", - "imagePullPolicy": "嵞嬯t{Eɾ敹Ȯ-湷D谹", + "terminationMessagePath": "395", + "terminationMessagePolicy": "敮ǰ詀ǿ忀oɎƺL肄$鬬$", + "imagePullPolicy": "ʫ羶剹ƊF豎穜姰l咑", "securityContext": { "capabilities": { "add": [ - "秮òƬɸĻo" + "^鏋蛹Ƚȿ醏g遧" ], "drop": [ - "{柯?" + "飂廤Ƌʙcx" ] }, "privileged": false, "seLinuxOptions": { - "user": "394", - "role": "395", - "type": "396", - "level": "397" + "user": "396", + "role": "397", + "type": "398", + "level": "399" }, "windowsOptions": { - "gmsaCredentialSpecName": "398", - "gmsaCredentialSpec": "399", - "runAsUserName": "400" + "gmsaCredentialSpecName": "400", + "gmsaCredentialSpec": "401", + "runAsUserName": "402" }, - "runAsUser": -3231735416592443589, - "runAsGroup": 1578419479310338359, - "runAsNonRoot": false, - "readOnlyRootFilesystem": false, - "allowPrivilegeEscalation": true, - "procMount": "4矕Ƈè*", + "runAsUser": 73764735411458498, + "runAsGroup": 650553495487228967, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": false, + "procMount": "ĭ¥#ƱÁR", "seccompProfile": { - "type": "='ʨ|ǓÓ敆OɈÏ 瞍髃", - "localhostProfile": "401" + "type": "淹揀.e鍃G昧牱fsǕT衩kƒK07", + "localhostProfile": "403" } }, "stdin": true, - "stdinOnce": true, "tty": true, - "targetContainerName": "402" + "targetContainerName": "404" } ], - "restartPolicy": "ȕW歹s", - "terminationGracePeriodSeconds": -2705718780200389430, - "activeDeadlineSeconds": 7628609851801072843, - "dnsPolicy": "堑ūM鈱ɖ'蠨", + "restartPolicy": "œj堑ūM鈱ɖ'蠨磼O_h", + "terminationGracePeriodSeconds": 3305070661619041050, + "activeDeadlineSeconds": -8735446882646824517, + "dnsPolicy": "@@)Zq=歍þ螗ɃŒGm¨z鋎靀G¿", "nodeSelector": { - "403": "404" + "405": "406" }, - "serviceAccountName": "405", - "serviceAccount": "406", + "serviceAccountName": "407", + "serviceAccount": "408", "automountServiceAccountToken": false, - "nodeName": "407", + "nodeName": "409", "hostNetwork": true, "hostIPC": true, - "shareProcessNamespace": false, + "shareProcessNamespace": true, "securityContext": { "seLinuxOptions": { - "user": "408", - "role": "409", - "type": "410", - "level": "411" + "user": "410", + "role": "411", + "type": "412", + "level": "413" }, "windowsOptions": { - "gmsaCredentialSpecName": "412", - "gmsaCredentialSpec": "413", - "runAsUserName": "414" + "gmsaCredentialSpecName": "414", + "gmsaCredentialSpec": "415", + "runAsUserName": "416" }, - "runAsUser": -8735446882646824517, - "runAsGroup": 241576272398843100, - "runAsNonRoot": false, + "runAsUser": 4444586492552487433, + "runAsGroup": 3185438857926287711, + "runAsNonRoot": true, "supplementalGroups": [ - 3851285476969791307 + 3497863229537310760 ], - "fsGroup": 3104099627522161950, + "fsGroup": 5195444687005969380, "sysctls": [ { - "name": "415", - "value": "416" + "name": "417", + "value": "418" } ], - "fsGroupChangePolicy": "ß讪Ă2讅缔m葰賦迾娙", + "fsGroupChangePolicy": "ƴɦ燻踸陴Sĕ濦ʓɻ", "seccompProfile": { - "type": "4虵p蓋沥7uPƒ", - "localhostProfile": "417" + "type": "0蚢鑸鶲Ãqb轫ʓ滨Ė", + "localhostProfile": "419" } }, "imagePullSecrets": [ { - "name": "418" + "name": "420" } ], - "hostname": "419", - "subdomain": "420", + "hostname": "421", + "subdomain": "422", "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { @@ -1315,19 +1316,19 @@ { "matchExpressions": [ { - "key": "421", - "operator": "堣灭ƴɦ燻", + "key": "423", + "operator": "呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG喾", "values": [ - "422" + "424" ] } ], "matchFields": [ { - "key": "423", - "operator": "-觗裓6Ř筿ɾ5Ų買霎ȃň[\u003eą", + "key": "425", + "operator": "y#t(ȗŜŲ\u0026", "values": [ - "424" + "426" ] } ] @@ -1336,23 +1337,23 @@ }, "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -1525789456, + "weight": 1116309226, "preference": { "matchExpressions": [ { - "key": "425", - "operator": "d'呪", + "key": "427", + "operator": "l", "values": [ - "426" + "428" ] } ], "matchFields": [ { - "key": "427", - "operator": "ɷȰW瀤oɢ嫎¸殚篎3o8[y#t(", + "key": "429", + "operator": "", "values": [ - "428" + "430" ] } ] @@ -1365,30 +1366,30 @@ { "labelSelector": { "matchLabels": { - "rG-7--p9.-_0R.-_-3_L_2--_v2.5p_..Y-.wg_-b8a_68": "Q4_.84.K_-_0_..u.F.pq..--Q" + "5_.-miJ4x-_0_5-_.7Fp": "S-_AmD-.0AP.-.C_p" }, "matchExpressions": [ { - "key": "8b-3-3b17cab-ppy5e--9p-61-2we16h--5-d-k-sm.2xv17r--32b-----4-670tfz-up3n/ov_Z--Zg-_Q", + "key": "4-m_0-m-6Sp_N-S..O-BZ..6-1.S-B33", "operator": "NotIn", "values": [ - "0..KpiS.oK-.O--5-yp8q_s-L" + "4__I_-_-3-3--5X1rh-K5y_AzOBW.9oE9_6.--v7" ] } ] }, "namespaces": [ - "435" + "437" ], - "topologyKey": "436", + "topologyKey": "438", "namespaceSelector": { "matchLabels": { - "0--0g-q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x8/Hz_V_.r_v_._e_-78o_6Z..11_7pX_.-mLlx...w_t-_.5.40Rw4D": "Y_2-n_5023Xl-3Pw_-r7g" + "4eq5": "" }, "matchExpressions": [ { - "key": "3hjo--8kb6--ut---p8--3-e-3-44-e.w--i--40wv--in-870w--it6k47-7yd-y--3wc8q8/wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...Cr", - "operator": "DoesNotExist" + "key": "XH-.k.7.l_-W8o._xJ1-lFA_Xf3.V0H2-.zHw.H__V.Vz_6.z", + "operator": "Exists" } ] } @@ -1396,31 +1397,37 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -234140, + "weight": 888976270, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "1_.-_L-__bf_9_-C-PfNx__-U_P": "tW23-_.z_.._s--_F-BR-.h_2" + "z_o_2.--4Z7__i1T.miw_a": "2..8-_0__5HG2_5XOAX.gUqV22-4-ye52yQh7.6.-y-s4483Po_L3f1-7_O4n" }, "matchExpressions": [ { - "key": "s_6O-5_7_-0w_--5-_.3--_9QW2JkU27_.-4T-I.-..K.-.0__sD.-.-_s", - "operator": "Exists" + "key": "e9jcz9f-6-4g-z46--f2t-m839-q9.3hjo--8kb6--ut---p8--3-e-3-44-e/Sx18mtxb__-ex-_1_-ODgC_1-_8__T3sn-0_.i__a.O2G_-_K-.03.mp.-0", + "operator": "In", + "values": [ + "H-7Tp_.----cp__ac8u.._-__BM.6-.Y_72-_--pT75-.emVQ" + ] } ] }, "namespaces": [ - "449" + "451" ], - "topologyKey": "450", + "topologyKey": "452", "namespaceSelector": { "matchLabels": { - "Q.-_t--O3": "7z2-y.-...C4_-_2G0.-c_C.G.h--m._fN._k8__._ep2P.B._A_09E" + "vh-4-lx-0-2qg--4-03a68u7-l---8x7-l--b-9-u-d/M.Pn-W23-_z": "2JkU27_.-4T-I.-..K.-.0__sD.-.-_I-F.PWtO4-7-P41_.-.-AQ._r.-R" }, "matchExpressions": [ { - "key": "P_p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o..p_B-d--Q5._D6_.d-n_9np", - "operator": "DoesNotExist" + "key": "76---090---2n-8--p--g82--a-d----w----p1-2-xa-o65p--edno-52--p.9--d5ez1----b69x98--7g0e6-x5-70/ly--J-_.ZCRT.0z-oe.G79.3bU_._V", + "operator": "In", + "values": [ + "4.4_MU7iLfS-0.9-.-._.1..s._jP6j.u--.K--g__..2bidF.-0-...W7" + ] } ] } @@ -1433,32 +1440,29 @@ { "labelSelector": { "matchLabels": { - "n7-a6434---7i-f-d019o1v3u.2k8-2-d--n--r8661--3-8-t48g-w2q7z-vps548-d-1r7j--v2x-64dwb/e": "8" + "5k873--1n13sx82-cx-428u2j-3/Z0_TM_p6lM.Y-nd_.b_-gL_1..5a-1-CdM._b8": "r.2cg.MGbG-_-8Qi..9-4.2K_FQ.E--__K-h_-0-T-_Lr" }, "matchExpressions": [ { - "key": "75-p-z---k-5r6h--y7o-0-wq-zfdw73w0---4a18-f4/d1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--2", - "operator": "In", - "values": [ - "u-.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133eT_2_t_IkI-mt4...rBQ.9-0" - ] + "key": "D7RufiV-7u0--_qv4--_.6_N_9X-B.s8.N_rM-k8", + "operator": "Exists" } ] }, "namespaces": [ - "463" + "465" ], - "topologyKey": "464", + "topologyKey": "466", "namespaceSelector": { "matchLabels": { - "m_-Z.wc..k_0_5.z.0..__k": "b.-9.Y0-_-.l__.c17__f_-336-.BT" + "u_.mu": "U___vSW_4-___-_--ux_E4-.-PT-_Nx__-F_._n.WaY_o.-0-E" }, "matchExpressions": [ { - "key": "N7.81_-._-_8_.._._a9", + "key": "Jj-3.J-.-r_-oPd-.2_Z__.-_U-.60--o._8H__ln_9--Avi.gZdnUVP._81_s", "operator": "In", "values": [ - "vi.gZdnUVP._81_---l_3_-_G-D....js--a---..6bD_Mh" + "V._qN__A_f_-B3_U__L.KH6K.RwsfI2" ] } ] @@ -1467,31 +1471,34 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1276377114, + "weight": -1668452490, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "1f8--tf---7r88-1--p61cd--s-nu5718--lks7d-x9-f-62o8/L9._5-..Bi_..aOQ_._Yn.-.4t.U.VU__-_BAB_35H__.B_6_-U..u8gwb.-6": "M9..8-8yw..__Yb_58.p-06jVZ-u0" + "n8i64t1-4----c-----35---1--6-u-68u8gwb0k-6-p--mgi7-2je7zjt0pp-e/b_.__1.--5B-S": "cd_O-Ynu.7.._B-ks7dG-9S-O62o.8._.---UK_-.j21---__y.9O.L-.m.t" }, "matchExpressions": [ { - "key": "v54le-to9e--a-7je9fz87-2jvd23-0p1.360v2-x-cpor---cigu--s/j-dY7_M_-._M5..-N_H_55..--E3_2h", - "operator": "DoesNotExist" + "key": "6W74-R_Z_Tz.a3_Ho", + "operator": "Exists" } ] }, "namespaces": [ - "477" + "479" ], - "topologyKey": "478", + "topologyKey": "480", "namespaceSelector": { "matchLabels": { - "o17qre-33-5-u8f0f1qv--i72-x3---v25f56.w84s-n-i-711s4--9s8--o-8dm---b----03-64-8l7-l-0787--1--ia5yl9k/267hP-lX-_-..5-.._r6M__4-P-g3J6": "I-._g_.._-hKc.OB_F_--.._m_-9" + "h1DW__o_-._kzB7U_.Q.45cy-.._-__Z": "t.LT60v.WxPc---K__i" }, "matchExpressions": [ { - "key": "410-f-o-fr-5-3t--y9---2--e-yya3.98t-----60t--019-yg--4-37f-rwh-7be--y0agp51x597277q---nt/M-0R.-I-_23L_J49t-X..1", - "operator": "DoesNotExist" + "key": "ki2/rlX-_-..5-.._r6M__4-P-g3Jt6e9G.-8p4__-.auZTcwJV", + "operator": "In", + "values": [ + "x3___-..f5-6x-_-o_6O_If-5_-_.F" + ] } ] } @@ -1500,92 +1507,93 @@ ] } }, - "schedulerName": "485", + "schedulerName": "487", "tolerations": [ { - "key": "486", - "operator": "r}梳攔wŲ魦Ɔ0ƢĮÀĘÆɆȸȢ蒸", - "value": "487", - "effect": "U烈 źfjǰɪ嘞ȏ}杻扞Ğ", - "tolerationSeconds": 3252034671163905138 + "key": "488", + "operator": "4%ʬD$;X郪\\#撄貶à圽榕ɹ", + "value": "489", + "effect": "慰x:", + "tolerationSeconds": 3362400521064014157 } ], "hostAliases": [ { - "ip": "488", + "ip": "490", "hostnames": [ - "489" + "491" ] } ], - "priorityClassName": "490", - "priority": 347613368, + "priorityClassName": "492", + "priority": 743241089, "dnsConfig": { "nameservers": [ - "491" + "493" ], "searches": [ - "492" + "494" ], "options": [ { - "name": "493", - "value": "494" + "name": "495", + "value": "496" } ] }, "readinessGates": [ { - "conditionType": "ř岈ǎǏ]S5:œƌ嵃ǁ" + "conditionType": "0yVA嬂刲;牆詒ĸąs" } ], - "runtimeClassName": "495", + "runtimeClassName": "497", "enableServiceLinks": false, - "preemptionPolicy": "m珢\\%傢z¦Ā竚ĐȌƨǴ叆", + "preemptionPolicy": "Iƭij韺ʧ\u003e", "overhead": { - "D輷": "792" + "D傕Ɠ栊闔虝巒瀦ŕ": "124" }, "topologySpreadConstraints": [ { - "maxSkew": -484382570, - "topologyKey": "496", - "whenUnsatisfiable": "nn坾\u0026Pɫ(ʙÆʨɺC`", + "maxSkew": -174245111, + "topologyKey": "498", + "whenUnsatisfiable": "", "labelSelector": { "matchLabels": { - "n.DL.o_e-d92e8S_-0-_8Vz-E41___75Q-T": "O.__0PPX-.-d4Badb" + "7a8-phs1a-----28-d-e10-f-o-fr-5-3th/Mm_-q9.N8._--M-R": "a-C3-._-l__KSvV-8-L__C_60-__.19_-gYY._..fP--hQ7be__-a" }, "matchExpressions": [ { - "key": "zz8-35x38i-qnr-5zi82dc3do--7lw63jvksy--w-i33-dzn6-302m7rx1/7Jl----i_I.-_7g-8iJ--p-7f3-2_Z_V_-q-L34-_D86-W_g52", - "operator": "NotIn", + "key": "ee.-.66hcB.rTt7bm9I.-..q-F-.__c.k7__f--_br..1.--x", + "operator": "In", "values": [ - "h.v._5.vB-.-7-.6Jv-86___3" + "zJ_.84.-0-.6---Q.__y64L.0-.c-tm..__---r__._-.DL.oe" ] } ] } } ], - "setHostnameAsFQDN": false + "setHostnameAsFQDN": true } }, - "ttlSecondsAfterFinished": -1285029915, + "ttlSecondsAfterFinished": -1166275743, + "completionMode": "\u0026ɃB沅零șPî壣V礆", "suspend": true } }, - "successfulJobsHistoryLimit": 1729066291, - "failedJobsHistoryLimit": -908823020 + "successfulJobsHistoryLimit": 1171076488, + "failedJobsHistoryLimit": -1190434752 }, "status": { "active": [ { - "kind": "503", - "namespace": "504", - "name": "505", - "uid": "`", - "apiVersion": "506", - "resourceVersion": "507", - "fieldPath": "508" + "kind": "505", + "namespace": "506", + "name": "507", + "uid": "圻醆锛[M牍Ƃ氙吐ɝ鶼", + "apiVersion": "508", + "resourceVersion": "509", + "fieldPath": "510" } ] } 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 179e7d1f877cd038292878a93436a537bc41c236..b7b173cf4bd320ec3b04c42b9155e267e3a4f9a7 100644 GIT binary patch delta 5829 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 YGe?~lMwY<}T?AsR@KOXGf;;2!|K0f4TL1t6 delta 5992 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 b6aj*f0y8+~`GxSWO0Z~)V9_IjEJ6Pd@iG7D 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 022666e447b..3030c4eb112 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 @@ -31,7 +31,7 @@ metadata: uid: "7" spec: concurrencyPolicy: Hr鯹)晿ą + operator: 呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG喾 values: - "424" + matchFields: + - key: "425" + operator: y#t(ȗŜŲ& + values: + - "426" podAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - - key: s_6O-5_7_-0w_--5-_.3--_9QW2JkU27_.-4T-I.-..K.-.0__sD.-.-_s - operator: Exists + - key: e9jcz9f-6-4g-z46--f2t-m839-q9.3hjo--8kb6--ut---p8--3-e-3-44-e/Sx18mtxb__-ex-_1_-ODgC_1-_8__T3sn-0_.i__a.O2G_-_K-.03.mp.-0 + operator: In + values: + - H-7Tp_.----cp__ac8u.._-__BM.6-.Y_72-_--pT75-.emVQ matchLabels: - 1_.-_L-__bf_9_-C-PfNx__-U_P: tW23-_.z_.._s--_F-BR-.h_2 + z_o_2.--4Z7__i1T.miw_a: 2..8-_0__5HG2_5XOAX.gUqV22-4-ye52yQh7.6.-y-s4483Po_L3f1-7_O4n namespaceSelector: matchExpressions: - - key: P_p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o..p_B-d--Q5._D6_.d-n_9np - operator: DoesNotExist + - key: 76---090---2n-8--p--g82--a-d----w----p1-2-xa-o65p--edno-52--p.9--d5ez1----b69x98--7g0e6-x5-70/ly--J-_.ZCRT.0z-oe.G79.3bU_._V + operator: In + values: + - 4.4_MU7iLfS-0.9-.-._.1..s._jP6j.u--.K--g__..2bidF.-0-...W7 matchLabels: - Q.-_t--O3: 7z2-y.-...C4_-_2G0.-c_C.G.h--m._fN._k8__._ep2P.B._A_09E + vh-4-lx-0-2qg--4-03a68u7-l---8x7-l--b-9-u-d/M.Pn-W23-_z: 2JkU27_.-4T-I.-..K.-.0__sD.-.-_I-F.PWtO4-7-P41_.-.-AQ._r.-R namespaces: - - "449" - topologyKey: "450" - weight: -234140 + - "451" + topologyKey: "452" + weight: 888976270 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: 8b-3-3b17cab-ppy5e--9p-61-2we16h--5-d-k-sm.2xv17r--32b-----4-670tfz-up3n/ov_Z--Zg-_Q + - key: 4-m_0-m-6Sp_N-S..O-BZ..6-1.S-B33 operator: NotIn values: - - 0..KpiS.oK-.O--5-yp8q_s-L + - 4__I_-_-3-3--5X1rh-K5y_AzOBW.9oE9_6.--v7 matchLabels: - rG-7--p9.-_0R.-_-3_L_2--_v2.5p_..Y-.wg_-b8a_68: Q4_.84.K_-_0_..u.F.pq..--Q + 5_.-miJ4x-_0_5-_.7Fp: S-_AmD-.0AP.-.C_p namespaceSelector: matchExpressions: - - key: 3hjo--8kb6--ut---p8--3-e-3-44-e.w--i--40wv--in-870w--it6k47-7yd-y--3wc8q8/wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...Cr - operator: DoesNotExist + - key: XH-.k.7.l_-W8o._xJ1-lFA_Xf3.V0H2-.zHw.H__V.Vz_6.z + operator: Exists matchLabels: - 0--0g-q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x8/Hz_V_.r_v_._e_-78o_6Z..11_7pX_.-mLlx...w_t-_.5.40Rw4D: Y_2-n_5023Xl-3Pw_-r7g + 4eq5: "" namespaces: - - "435" - topologyKey: "436" + - "437" + topologyKey: "438" podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - - key: v54le-to9e--a-7je9fz87-2jvd23-0p1.360v2-x-cpor---cigu--s/j-dY7_M_-._M5..-N_H_55..--E3_2h - operator: DoesNotExist + - key: 6W74-R_Z_Tz.a3_Ho + operator: Exists matchLabels: - 1f8--tf---7r88-1--p61cd--s-nu5718--lks7d-x9-f-62o8/L9._5-..Bi_..aOQ_._Yn.-.4t.U.VU__-_BAB_35H__.B_6_-U..u8gwb.-6: M9..8-8yw..__Yb_58.p-06jVZ-u0 + n8i64t1-4----c-----35---1--6-u-68u8gwb0k-6-p--mgi7-2je7zjt0pp-e/b_.__1.--5B-S: cd_O-Ynu.7.._B-ks7dG-9S-O62o.8._.---UK_-.j21---__y.9O.L-.m.t namespaceSelector: matchExpressions: - - key: 410-f-o-fr-5-3t--y9---2--e-yya3.98t-----60t--019-yg--4-37f-rwh-7be--y0agp51x597277q---nt/M-0R.-I-_23L_J49t-X..1 - operator: DoesNotExist + - key: ki2/rlX-_-..5-.._r6M__4-P-g3Jt6e9G.-8p4__-.auZTcwJV + operator: In + values: + - x3___-..f5-6x-_-o_6O_If-5_-_.F matchLabels: - ? o17qre-33-5-u8f0f1qv--i72-x3---v25f56.w84s-n-i-711s4--9s8--o-8dm---b----03-64-8l7-l-0787--1--ia5yl9k/267hP-lX-_-..5-.._r6M__4-P-g3J6 - : I-._g_.._-hKc.OB_F_--.._m_-9 + h1DW__o_-._kzB7U_.Q.45cy-.._-__Z: t.LT60v.WxPc---K__i namespaces: - - "477" - topologyKey: "478" - weight: 1276377114 + - "479" + topologyKey: "480" + weight: -1668452490 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: 75-p-z---k-5r6h--y7o-0-wq-zfdw73w0---4a18-f4/d1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--2 - operator: In - values: - - u-.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133eT_2_t_IkI-mt4...rBQ.9-0 + - key: D7RufiV-7u0--_qv4--_.6_N_9X-B.s8.N_rM-k8 + operator: Exists matchLabels: - n7-a6434---7i-f-d019o1v3u.2k8-2-d--n--r8661--3-8-t48g-w2q7z-vps548-d-1r7j--v2x-64dwb/e: "8" + 5k873--1n13sx82-cx-428u2j-3/Z0_TM_p6lM.Y-nd_.b_-gL_1..5a-1-CdM._b8: r.2cg.MGbG-_-8Qi..9-4.2K_FQ.E--__K-h_-0-T-_Lr namespaceSelector: matchExpressions: - - key: N7.81_-._-_8_.._._a9 + - key: Jj-3.J-.-r_-oPd-.2_Z__.-_U-.60--o._8H__ln_9--Avi.gZdnUVP._81_s operator: In values: - - vi.gZdnUVP._81_---l_3_-_G-D....js--a---..6bD_Mh + - V._qN__A_f_-B3_U__L.KH6K.RwsfI2 matchLabels: - m_-Z.wc..k_0_5.z.0..__k: b.-9.Y0-_-.l__.c17__f_-336-.BT + u_.mu: U___vSW_4-___-_--ux_E4-.-PT-_Nx__-F_._n.WaY_o.-0-E namespaces: - - "463" - topologyKey: "464" + - "465" + topologyKey: "466" automountServiceAccountToken: false containers: - args: - - "265" + - "267" command: - - "264" + - "266" env: - - name: "272" - value: "273" + - name: "274" + value: "275" valueFrom: configMapKeyRef: - key: "279" - name: "278" - optional: false - fieldRef: - apiVersion: "274" - fieldPath: "275" - resourceFieldRef: - containerName: "276" - divisor: "107" - resource: "277" - secretKeyRef: key: "281" name: "280" - optional: false + optional: true + fieldRef: + apiVersion: "276" + fieldPath: "277" + resourceFieldRef: + containerName: "278" + divisor: "328" + resource: "279" + secretKeyRef: + key: "283" + name: "282" + optional: true envFrom: - configMapRef: - name: "270" + name: "272" optional: false - prefix: "269" + prefix: "271" secretRef: - name: "271" - optional: false - image: "263" - imagePullPolicy: 笭/9崍h趭(娕uE增猍ǵ xǨ + name: "273" + optional: true + image: "265" + imagePullPolicy: yåe躒訙Ǫʓ) lifecycle: postStart: exec: command: - - "310" + - "309" httpGet: - host: "313" + host: "312" httpHeaders: - - name: "314" - value: "315" - path: "311" - port: "312" + - name: "313" + value: "314" + path: "310" + port: "311" + scheme: WOŭW灬pȭCV擭銆 tcpSocket: host: "316" - port: 935886668 + port: "315" preStop: exec: command: - "317" httpGet: - host: "320" + host: "319" httpHeaders: - - name: "321" - value: "322" + - name: "320" + value: "321" path: "318" - port: "319" - scheme: )DŽ髐njʉBn(fǂ + port: 1540899353 + scheme: '| 鞤ɱďW賁Ěɭɪǹ0衷,' tcpSocket: - host: "323" - port: 872525702 + host: "322" + port: 1692740191 livenessProbe: exec: command: - - "288" - failureThreshold: -766915393 + - "290" + failureThreshold: 353361793 httpGet: - host: "291" + host: "292" httpHeaders: - - name: "292" - value: "293" - path: "289" - port: "290" - scheme: C"6x$1s - initialDelaySeconds: -860435782 - periodSeconds: -2088645849 - successThreshold: 1900201288 + - name: "293" + value: "294" + path: "291" + port: 1952458416 + scheme: 琕鶫:顇ə娯Ȱ囌{ + initialDelaySeconds: -205176266 + periodSeconds: -116469891 + successThreshold: 311083651 tcpSocket: host: "295" - port: "294" - timeoutSeconds: 1067125211 - name: "262" + port: -1829146875 + timeoutSeconds: 490479437 + name: "264" ports: - - containerPort: 1157117817 - hostIP: "268" - hostPort: -825277526 - name: "267" + - containerPort: -374766088 + hostIP: "270" + hostPort: 1430286749 + name: "269" + protocol: 翜舞拉Œ readinessProbe: exec: command: - "296" - failureThreshold: 1802356198 + failureThreshold: -938421813 httpGet: - host: "298" + host: "299" httpHeaders: - - name: "299" - value: "300" + - name: "300" + value: "301" path: "297" - port: 1167615307 - scheme: vEȤƏ埮p - initialDelaySeconds: -1467527914 - periodSeconds: 1221583046 - successThreshold: -1861307253 + port: "298" + scheme: ɢ鬍熖B芭花ª瘡蟦JBʟ鍏H鯂²静Ʋ + initialDelaySeconds: -617381112 + periodSeconds: -560238386 + successThreshold: 1658749995 tcpSocket: host: "302" - port: "301" - timeoutSeconds: 1107276738 + port: -181601395 + timeoutSeconds: 1851229369 resources: limits: - 琕鶫:顇ə娯Ȱ囌{: "853" + 訆ƎżŧL²sNƗ¸gĩ餠籲磣: "340" requests: - Z龏´DÒȗÔÂɘɢ鬍熖B芭花: "372" + "": "771" securityContext: - allowPrivilegeEscalation: false + allowPrivilegeEscalation: true capabilities: add: - - Ƶf + - 嗆u drop: - - Ã茓pȓɻ - privileged: true - procMount: '#耗' + - 晲T[irȎ3Ĕ\ + privileged: false + procMount: ȲǸ|蕎'佉賞ǧĒzŔ readOnlyRootFilesystem: false - runAsGroup: 5255171395073905944 - runAsNonRoot: false - runAsUser: -4099583436266168513 + runAsGroup: -7115468323604305274 + runAsNonRoot: true + runAsUser: 4642510477960813990 seLinuxOptions: - level: "328" - role: "326" - type: "327" - user: "325" + level: "327" + role: "325" + type: "326" + user: "324" seccompProfile: - localhostProfile: "332" - type: (ť1ùfŭƽ + localhostProfile: "331" + type: "" windowsOptions: - gmsaCredentialSpec: "330" - gmsaCredentialSpecName: "329" - runAsUserName: "331" + gmsaCredentialSpec: "329" + gmsaCredentialSpecName: "328" + runAsUserName: "330" startupProbe: exec: command: - "303" - failureThreshold: 1697842937 + failureThreshold: -2130294761 httpGet: host: "305" httpHeaders: - name: "306" value: "307" path: "304" - port: 199049889 - scheme: IJ嘢4ʗ - initialDelaySeconds: -1896415283 - periodSeconds: -1330095135 - successThreshold: 1566213732 + port: -305362540 + scheme: Ǩ繫ʎǑyZ涬P­蜷ɔ幩 + initialDelaySeconds: 455833230 + periodSeconds: 155090390 + successThreshold: -2113700533 tcpSocket: - host: "309" - port: "308" - timeoutSeconds: 1540899353 + host: "308" + port: 1167615307 + timeoutSeconds: 1956567721 stdin: true - stdinOnce: true - terminationMessagePath: "324" - terminationMessagePolicy: ay + terminationMessagePath: "323" + terminationMessagePolicy: ț譎懚XW疪鑳w volumeDevices: - - devicePath: "287" - name: "286" + - devicePath: "289" + name: "288" volumeMounts: - - mountPath: "283" - mountPropagation: 亏yƕ丆録²Ŏ)/灩聋3趐囨鏻 - name: "282" + - mountPath: "285" + mountPropagation: 冓鍓贯 + name: "284" readOnly: true - subPath: "284" - subPathExpr: "285" - workingDir: "266" + subPath: "286" + subPathExpr: "287" + workingDir: "268" dnsConfig: nameservers: - - "491" + - "493" options: - - name: "493" - value: "494" + - name: "495" + value: "496" searches: - - "492" - dnsPolicy: 堑ūM鈱ɖ'蠨 + - "494" + dnsPolicy: '@@)Zq=歍þ螗ɃŒGm¨z鋎靀G¿' enableServiceLinks: false ephemeralContainers: - args: - - "336" - command: - "335" + command: + - "334" env: - - name: "343" - value: "344" + - name: "342" + value: "343" valueFrom: configMapKeyRef: - key: "350" - name: "349" + key: "349" + name: "348" optional: true fieldRef: - apiVersion: "345" - fieldPath: "346" + apiVersion: "344" + fieldPath: "345" resourceFieldRef: - containerName: "347" - divisor: "211" - resource: "348" + containerName: "346" + divisor: "678" + resource: "347" secretKeyRef: - key: "352" - name: "351" + key: "351" + name: "350" optional: true envFrom: - configMapRef: - name: "341" - optional: false - prefix: "340" + name: "340" + optional: true + prefix: "339" secretRef: - name: "342" - optional: false - image: "334" - imagePullPolicy: 嵞嬯t{Eɾ敹Ȯ-湷D谹 + name: "341" + optional: true + image: "333" + imagePullPolicy: ʫ羶剹ƊF豎穜姰l咑 lifecycle: postStart: exec: command: - "380" httpGet: - host: "382" + host: "383" httpHeaders: - - name: "383" - value: "384" + - name: "384" + value: "385" path: "381" - port: 2040952835 - scheme: 诵H玲鑠ĭ$#卛8ð + port: "382" + scheme: ńČȷǻ.wȏâ磠Ƴ崖S tcpSocket: - host: "386" - port: "385" + host: "387" + port: "386" preStop: exec: command: - - "387" + - "388" httpGet: - host: "389" + host: "391" httpHeaders: - - name: "390" - value: "391" - path: "388" - port: -122203422 - scheme: 斢杧ż鯀1'鸔 + - name: "392" + value: "393" + path: "389" + port: "390" + scheme: 橱9ij\Ď愝Ű藛b磾s tcpSocket: - host: "392" - port: -1618269037 + host: "394" + port: 2060584115 livenessProbe: exec: command: - - "359" - failureThreshold: -478839383 + - "358" + failureThreshold: 466267060 httpGet: - host: "362" + host: "360" httpHeaders: - - name: "363" - value: "364" - path: "360" - port: "361" - initialDelaySeconds: 1612465029 - periodSeconds: 758604605 - successThreshold: -291429895 + - name: "361" + value: "362" + path: "359" + port: -1211577347 + scheme: ǽżLj捲 + initialDelaySeconds: -1382141042 + periodSeconds: 186003226 + successThreshold: -297065907 tcpSocket: - host: "366" - port: "365" - timeoutSeconds: -148677969 - name: "333" + host: "364" + port: "363" + timeoutSeconds: 583526946 + name: "332" ports: - - containerPort: 1992460223 - hostIP: "339" - hostPort: -2137891092 - name: "338" - protocol: '`l}Ñ蠂Ü[ƛ^輅' + - containerPort: -830875556 + hostIP: "338" + hostPort: 2073630689 + name: "337" + protocol: Ȝv1b繐汚磉反-n覦灲閈誹ʅ蕉ɼ搳ǭ readinessProbe: exec: command: - - "367" - failureThreshold: -1431381588 + - "365" + failureThreshold: 713473395 httpGet: - host: "369" + host: "367" httpHeaders: - - name: "370" - value: "371" - path: "368" - port: 498878902 - scheme: ďJZ漤ŗ坟Ů< - initialDelaySeconds: 1808698094 - periodSeconds: -1873425934 - successThreshold: -1924862129 + - name: "368" + value: "369" + path: "366" + port: -708495486 + scheme: $ɛ溢臜裡×銵-紑浘牬 + initialDelaySeconds: -195171082 + periodSeconds: 762856658 + successThreshold: -1898251770 tcpSocket: - host: "372" - port: -2030665763 - timeoutSeconds: 1155232143 + host: "371" + port: "370" + timeoutSeconds: 1648539888 resources: limits: - x糂腂: "286" + zĮ蛋I滞廬耐鷞焬CQ: "712" requests: - ɢzĮ蛋I滞廬耐鷞焬CQm坊柩劄奼[: "214" + ý萜Ǖc: "275" securityContext: - allowPrivilegeEscalation: true + allowPrivilegeEscalation: false capabilities: add: - - 秮òƬɸĻo + - ^鏋蛹Ƚȿ醏g遧 drop: - - '{柯?' + - 飂廤Ƌʙcx privileged: false - procMount: 4矕Ƈè* - readOnlyRootFilesystem: false - runAsGroup: 1578419479310338359 - runAsNonRoot: false - runAsUser: -3231735416592443589 + procMount: ĭ¥#ƱÁR + readOnlyRootFilesystem: true + runAsGroup: 650553495487228967 + runAsNonRoot: true + runAsUser: 73764735411458498 seLinuxOptions: - level: "397" - role: "395" - type: "396" - user: "394" + level: "399" + role: "397" + type: "398" + user: "396" seccompProfile: - localhostProfile: "401" - type: ='ʨ|ǓÓ敆OɈÏ 瞍髃 + localhostProfile: "403" + type: 淹揀.e鍃G昧牱fsǕT衩kƒK07 windowsOptions: - gmsaCredentialSpec: "399" - gmsaCredentialSpecName: "398" - runAsUserName: "400" + gmsaCredentialSpec: "401" + gmsaCredentialSpecName: "400" + runAsUserName: "402" startupProbe: exec: command: - - "373" - failureThreshold: -592521472 + - "372" + failureThreshold: -1089435479 httpGet: - host: "376" + host: "375" httpHeaders: - - name: "377" - value: "378" - path: "374" - port: "375" - scheme: Nh×DJɶ羹ƞʓ%ʝ`ǭ - initialDelaySeconds: 911629631 - periodSeconds: 1859267428 - successThreshold: 1123323092 + - name: "376" + value: "377" + path: "373" + port: "374" + scheme: ɴ鉂WJ1抉泅ą& + initialDelaySeconds: -1943335113 + periodSeconds: 801902541 + successThreshold: -1312249623 tcpSocket: host: "379" - port: -1467648837 - timeoutSeconds: 542678518 + port: "378" + timeoutSeconds: -39292476 stdin: true - stdinOnce: true - targetContainerName: "402" - terminationMessagePath: "393" - terminationMessagePolicy: 炙B餸硷张q櫞繡旹翃ɾ氒ĺʈʫ羶剹 + targetContainerName: "404" + terminationMessagePath: "395" + terminationMessagePolicy: 敮ǰ詀ǿ忀oɎƺL肄$鬬$ tty: true volumeDevices: - - devicePath: "358" - name: "357" + - devicePath: "357" + name: "356" volumeMounts: - - mountPath: "354" - mountPropagation: Ƶŧ1ƟƓ宆!鍲ɋȑoG鄧蜢暳ǽ - name: "353" - subPath: "355" - subPathExpr: "356" - workingDir: "337" + - mountPath: "353" + mountPropagation: ĝ®EĨǔvÄÚ×p鬷 + name: "352" + subPath: "354" + subPathExpr: "355" + workingDir: "336" hostAliases: - hostnames: - - "489" - ip: "488" + - "491" + ip: "490" hostIPC: true hostNetwork: true - hostname: "419" + hostname: "421" imagePullSecrets: - - name: "418" + - name: "420" initContainers: - args: - "196" @@ -595,18 +600,18 @@ spec: configMapKeyRef: key: "210" name: "209" - optional: false + optional: true fieldRef: apiVersion: "205" fieldPath: "206" resourceFieldRef: containerName: "207" - divisor: "231" + divisor: "322" resource: "208" secretKeyRef: key: "212" name: "211" - optional: true + optional: false envFrom: - configMapRef: name: "201" @@ -616,43 +621,43 @@ spec: name: "202" optional: false image: "194" - imagePullPolicy: Gƚ绤fʀļ腩墺Ò媁荭gw + imagePullPolicy: 岼昕ĬÇó藢xɮĵȑ6L*Z lifecycle: postStart: exec: command: - "240" httpGet: - host: "243" + host: "242" httpHeaders: - - name: "244" - value: "245" + - name: "243" + value: "244" path: "241" - port: "242" - scheme: 更偢ɇ卷荙JLĹ]佱¿>犵殇ŕ-Ɂ + port: -1738069460 + scheme: v+8Ƥ熪军g>郵[+扴 tcpSocket: host: "246" - port: 467291328 + port: "245" preStop: exec: command: - "247" httpGet: - host: "249" + host: "250" httpHeaders: - - name: "250" - value: "251" + - name: "251" + value: "252" path: "248" - port: -434820661 - scheme: r嚧 + port: "249" + scheme: ']佱¿>犵殇ŕ-Ɂ圯W' tcpSocket: - host: "252" - port: 453108839 + host: "254" + port: "253" livenessProbe: exec: command: - "219" - failureThreshold: 158280212 + failureThreshold: 232569106 httpGet: host: "222" httpHeaders: @@ -660,164 +665,165 @@ spec: value: "224" path: "220" port: "221" - scheme: 翁杙Ŧ癃8鸖ɱJȉ罴ņ螡ź - initialDelaySeconds: 513341278 - periodSeconds: 1255312175 - successThreshold: -1740959124 + scheme: A + initialDelaySeconds: -498930176 + periodSeconds: -465677631 + successThreshold: 1054858106 tcpSocket: host: "225" - port: -1543701088 - timeoutSeconds: 627713162 + port: 2060823740 + timeoutSeconds: 1885897314 name: "193" ports: - - containerPort: -1409668172 + - containerPort: -389501466 hostIP: "199" - hostPort: -1180080716 + hostPort: 1919527626 name: "198" - protocol: 脾嚏吐ĠLƐȤ藠3.v-鿧悮坮Ȣ幟ļ腻 + protocol: .鵫 readinessProbe: exec: command: - "226" - failureThreshold: 1226391571 + failureThreshold: -1745509819 httpGet: - host: "228" + host: "229" httpHeaders: - - name: "229" - value: "230" + - name: "230" + value: "231" path: "227" - port: -1140531048 - initialDelaySeconds: 1260448044 - periodSeconds: -1791206950 - successThreshold: 1160477220 + port: "228" + scheme: 癃8鸖 + initialDelaySeconds: 1574150975 + periodSeconds: 714088955 + successThreshold: 1033766276 tcpSocket: - host: "231" - port: 1741405963 - timeoutSeconds: -200461294 + host: "232" + port: 896430536 + timeoutSeconds: 993144482 resources: limits: - "": "55" + 莭琽§ć\ ïì«丯Ƙ枛牐ɺ: "660" requests: - 粕擓ƖHVe熼'FD: "235" + I\p[: "853" securityContext: - allowPrivilegeEscalation: false + allowPrivilegeEscalation: true capabilities: add: - - E剒蔞 + - 咡W drop: - - 表徶đ寳议Ƭƶ氩Ȩ<6鄰簳°Ļǟi&皥 + - 敄lu| privileged: false - procMount: ¦队偯J僳徥淳4揻-$ɽ丟×x锏ɟ - readOnlyRootFilesystem: true - runAsGroup: -5569844914519516591 + procMount: =E埄Ȁ朦 wƯ貾坢'跩aŕ翑0展 + readOnlyRootFilesystem: false + runAsGroup: 8175137418799691442 runAsNonRoot: true - runAsUser: -3342656999442156006 + runAsUser: -230763786643460687 seLinuxOptions: - level: "257" - role: "255" - type: "256" - user: "254" + level: "259" + role: "257" + type: "258" + user: "256" seccompProfile: - localhostProfile: "261" - type: Ǒ輂,ŕĪĠM蘇KŅ/»頸+SÄ蚃ɣ + localhostProfile: "263" + type: 硐庰%皧V垾现葢ŵ橨鬶l獕;跣H windowsOptions: - gmsaCredentialSpec: "259" - gmsaCredentialSpecName: "258" - runAsUserName: "260" + gmsaCredentialSpec: "261" + gmsaCredentialSpecName: "260" + runAsUserName: "262" startupProbe: exec: command: - - "232" - failureThreshold: 300356869 + - "233" + failureThreshold: -1334110502 httpGet: - host: "235" + host: "236" httpHeaders: - - name: "236" - value: "237" - path: "233" - port: "234" - scheme: 勅跦Opwǩ曬逴褜1Ø - initialDelaySeconds: -589000495 - periodSeconds: 561988938 - successThreshold: 1419770315 + - name: "237" + value: "238" + path: "234" + port: "235" + scheme: 庎D}埽uʎȺ眖R#yV'WKw(ğ儴 + initialDelaySeconds: -277192536 + periodSeconds: -20130017 + successThreshold: -1244623134 tcpSocket: host: "239" - port: "238" - timeoutSeconds: -955773237 - stdin: true - terminationMessagePath: "253" - terminationMessagePolicy: 趛屡ʁ岼昕ĬÇó藢xɮĵȑ6L* + port: 965937684 + timeoutSeconds: -1588323253 + terminationMessagePath: "255" + terminationMessagePolicy: 輦唊#v铿ʩȂ4ē鐭 tty: true volumeDevices: - devicePath: "218" name: "217" volumeMounts: - mountPath: "214" - mountPropagation: UÐ_ƮA攤/ɸɎ + mountPropagation: HVe熼'FD剂讼ɓ name: "213" + readOnly: true subPath: "215" subPathExpr: "216" workingDir: "197" - nodeName: "407" + nodeName: "409" nodeSelector: - "403": "404" + "405": "406" overhead: - D輷: "792" - preemptionPolicy: m珢\%傢z¦Ā竚ĐȌƨǴ叆 - priority: 347613368 - priorityClassName: "490" + D傕Ɠ栊闔虝巒瀦ŕ: "124" + preemptionPolicy: Iƭij韺ʧ> + priority: 743241089 + priorityClassName: "492" readinessGates: - - conditionType: ř岈ǎǏ]S5:œƌ嵃ǁ - restartPolicy: ȕW歹s - runtimeClassName: "495" - schedulerName: "485" + - conditionType: 0yVA嬂刲;牆詒ĸąs + restartPolicy: œj堑ūM鈱ɖ'蠨磼O_h + runtimeClassName: "497" + schedulerName: "487" securityContext: - fsGroup: 3104099627522161950 - fsGroupChangePolicy: ß讪Ă2讅缔m葰賦迾娙 - runAsGroup: 241576272398843100 - runAsNonRoot: false - runAsUser: -8735446882646824517 + fsGroup: 5195444687005969380 + fsGroupChangePolicy: ƴɦ燻踸陴Sĕ濦ʓɻ + runAsGroup: 3185438857926287711 + runAsNonRoot: true + runAsUser: 4444586492552487433 seLinuxOptions: - level: "411" - role: "409" - type: "410" - user: "408" + level: "413" + role: "411" + type: "412" + user: "410" seccompProfile: - localhostProfile: "417" - type: 4虵p蓋沥7uPƒ + localhostProfile: "419" + type: 0蚢鑸鶲Ãqb轫ʓ滨Ė supplementalGroups: - - 3851285476969791307 + - 3497863229537310760 sysctls: - - name: "415" - value: "416" + - name: "417" + value: "418" windowsOptions: - gmsaCredentialSpec: "413" - gmsaCredentialSpecName: "412" - runAsUserName: "414" - serviceAccount: "406" - serviceAccountName: "405" - setHostnameAsFQDN: false - shareProcessNamespace: false - subdomain: "420" - terminationGracePeriodSeconds: -2705718780200389430 + gmsaCredentialSpec: "415" + gmsaCredentialSpecName: "414" + runAsUserName: "416" + serviceAccount: "408" + serviceAccountName: "407" + setHostnameAsFQDN: true + shareProcessNamespace: true + subdomain: "422" + terminationGracePeriodSeconds: 3305070661619041050 tolerations: - - effect: U烈 źfjǰɪ嘞ȏ}杻扞Ğ - key: "486" - operator: r}梳攔wŲ魦Ɔ0ƢĮÀĘÆɆȸȢ蒸 - tolerationSeconds: 3252034671163905138 - value: "487" + - effect: '慰x:' + key: "488" + operator: 4%ʬD$;X郪\#撄貶à圽榕ɹ + tolerationSeconds: 3362400521064014157 + value: "489" topologySpreadConstraints: - labelSelector: matchExpressions: - - key: zz8-35x38i-qnr-5zi82dc3do--7lw63jvksy--w-i33-dzn6-302m7rx1/7Jl----i_I.-_7g-8iJ--p-7f3-2_Z_V_-q-L34-_D86-W_g52 - operator: NotIn + - key: ee.-.66hcB.rTt7bm9I.-..q-F-.__c.k7__f--_br..1.--x + operator: In values: - - h.v._5.vB-.-7-.6Jv-86___3 + - zJ_.84.-0-.6---Q.__y64L.0-.c-tm..__---r__._-.DL.oe matchLabels: - n.DL.o_e-d92e8S_-0-_8Vz-E41___75Q-T: O.__0PPX-.-d4Badb - maxSkew: -484382570 - topologyKey: "496" - whenUnsatisfiable: nn坾&Pɫ(ʙÆʨɺC` + 7a8-phs1a-----28-d-e10-f-o-fr-5-3th/Mm_-q9.N8._--M-R: a-C3-._-l__KSvV-8-L__C_60-__.19_-gYY._..fP--hQ7be__-a + maxSkew: -174245111 + topologyKey: "498" + whenUnsatisfiable: "" volumes: - awsElasticBlockStore: fsType: "65" @@ -879,7 +885,6 @@ spec: medium: 捵TwMȗ礼2ħ籦ö嗏ʑ>季Cʖ畬 sizeLimit: "347" ephemeral: - readOnly: true volumeClaimTemplate: metadata: annotations: @@ -1071,17 +1076,17 @@ spec: storagePolicyID: "122" storagePolicyName: "121" volumePath: "119" - ttlSecondsAfterFinished: -1285029915 + ttlSecondsAfterFinished: -1166275743 schedule: "19" startingDeadlineSeconds: -2555947251840004808 - successfulJobsHistoryLimit: 1729066291 + successfulJobsHistoryLimit: 1171076488 suspend: true status: active: - - apiVersion: "506" - fieldPath: "508" - kind: "503" - name: "505" - namespace: "504" - resourceVersion: "507" - uid: '`' + - apiVersion: "508" + fieldPath: "510" + kind: "505" + name: "507" + namespace: "506" + resourceVersion: "509" + uid: 圻醆锛[M牍Ƃ氙吐ɝ鶼 diff --git a/staging/src/k8s.io/api/testdata/HEAD/batch.v1beta1.JobTemplate.json b/staging/src/k8s.io/api/testdata/HEAD/batch.v1beta1.JobTemplate.json index 602aa27356d..701567d01eb 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/batch.v1beta1.JobTemplate.json +++ b/staging/src/k8s.io/api/testdata/HEAD/batch.v1beta1.JobTemplate.json @@ -488,8 +488,7 @@ "name": "191" } } - }, - "readOnly": true + } } } ], @@ -507,9 +506,9 @@ "ports": [ { "name": "197", - "hostPort": -805795167, - "containerPort": 1791615594, - "protocol": "Ƥ熪军g\u003e郵[+扴", + "hostPort": -589000495, + "containerPort": -955773237, + "protocol": "g鄠[颐o啛更偢ɇ卷荙JLĹ]佱¿", "hostIP": "198" } ], @@ -538,7 +537,7 @@ "resourceFieldRef": { "containerName": "206", "resource": "207", - "divisor": "241" + "divisor": "729" }, "configMapKeyRef": { "name": "208", @@ -555,10 +554,10 @@ ], "resources": { "limits": { - "": "268" + "輦唊#v铿ʩȂ4ē鐭": "879" }, "requests": { - "-Ɂ圯W:ĸ輦唊#v铿ʩȂ4ē鐭#嬀ơ": "340" + "昕Ĭ": "524" } }, "volumeMounts": [ @@ -566,7 +565,7 @@ "name": "212", "mountPath": "213", "subPath": "214", - "mountPropagation": "藢xɮĵȑ6L*Z鐫û咡W\u003c", + "mountPropagation": " 苧yñKJɐ", "subPathExpr": "215" } ], @@ -584,103 +583,103 @@ }, "httpGet": { "path": "219", - "port": -1225815437, - "host": "220", - "scheme": "荭gw忊|E", + "port": "220", + "host": "221", + "scheme": "咡W", "httpHeaders": [ { - "name": "221", - "value": "222" + "name": "222", + "value": "223" } ] }, "tcpSocket": { - "port": -438588982, - "host": "223" + "port": 888935190, + "host": "224" }, - "initialDelaySeconds": 1004325340, - "timeoutSeconds": -1313320434, - "periodSeconds": 14304392, - "successThreshold": 465972736, - "failureThreshold": -1784617397 + "initialDelaySeconds": 1674961434, + "timeoutSeconds": -553100686, + "periodSeconds": 44509253, + "successThreshold": -1661575965, + "failureThreshold": 183376425 }, "readinessProbe": { "exec": { "command": [ - "224" + "225" ] }, "httpGet": { - "path": "225", - "port": "226", - "host": "227", - "scheme": "貾坢'跩aŕ翑0", + "path": "226", + "port": "227", + "host": "228", + "scheme": "E剒蔞", "httpHeaders": [ { - "name": "228", - "value": "229" + "name": "229", + "value": "230" } ] }, "tcpSocket": { - "port": 1165327504, - "host": "230" + "port": -1313320434, + "host": "231" }, - "initialDelaySeconds": -2165496, - "timeoutSeconds": -1778952574, - "periodSeconds": 1386255869, - "successThreshold": -778272981, - "failureThreshold": 2056774277 + "initialDelaySeconds": 14304392, + "timeoutSeconds": 465972736, + "periodSeconds": -1784617397, + "successThreshold": 1941923625, + "failureThreshold": 59244165 }, "startupProbe": { "exec": { "command": [ - "231" + "232" ] }, "httpGet": { - "path": "232", - "port": -1928016742, - "host": "233", - "scheme": "E¦", + "path": "233", + "port": 676578360, + "host": "234", + "scheme": "跩aŕ翑", "httpHeaders": [ { - "name": "234", - "value": "235" + "name": "235", + "value": "236" } ] }, "tcpSocket": { - "port": "236", - "host": "237" + "port": "237", + "host": "238" }, - "initialDelaySeconds": 1868887309, - "timeoutSeconds": -528664199, - "periodSeconds": -316996074, - "successThreshold": 1933968533, - "failureThreshold": 549215478 + "initialDelaySeconds": 1513425349, + "timeoutSeconds": 1165327504, + "periodSeconds": -2165496, + "successThreshold": -1778952574, + "failureThreshold": 1386255869 }, "lifecycle": { "postStart": { "exec": { "command": [ - "238" + "239" ] }, "httpGet": { - "path": "239", - "port": 878005329, - "host": "240", - "scheme": "丟×x锏ɟ4Ǒ", + "path": "240", + "port": -260262954, + "host": "241", + "scheme": "ŵ橨鬶l獕;跣H", "httpHeaders": [ { - "name": "241", - "value": "242" + "name": "242", + "value": "243" } ] }, "tcpSocket": { - "port": "243", + "port": -1164530482, "host": "244" } }, @@ -692,9 +691,9 @@ }, "httpGet": { "path": "246", - "port": 1746399757, + "port": 878005329, "host": "247", - "scheme": "V訆Ǝżŧ", + "scheme": "丟×x锏ɟ4Ǒ", "httpHeaders": [ { "name": "248", @@ -703,644 +702,616 @@ ] }, "tcpSocket": { - "port": 204229950, - "host": "250" + "port": "250", + "host": "251" } } }, - "terminationMessagePath": "251", - "terminationMessagePolicy": "NƗ¸gĩ", - "imagePullPolicy": "酊龨δ摖ȱğ_\u003c", + "terminationMessagePath": "252", + "terminationMessagePolicy": "ŕĪĠM蘇KŅ/»頸+SÄ蚃ɣ", + "imagePullPolicy": "ĩ餠籲磣Óƿ頀\"冓鍓贯澔 ƺ蛜6Ɖ飴", "securityContext": { "capabilities": { "add": [ - "J橈'琕鶫:顇ə娯" + "Ǩź'ǵɐ" ], "drop": [ - "囌{屿oiɥ嵐sC" + "Z龏´DÒȗÔÂɘɢ鬍熖B芭花" ] }, "privileged": false, "seLinuxOptions": { - "user": "252", - "role": "253", - "type": "254", - "level": "255" + "user": "253", + "role": "254", + "type": "255", + "level": "256" }, "windowsOptions": { - "gmsaCredentialSpecName": "256", - "gmsaCredentialSpec": "257", - "runAsUserName": "258" + "gmsaCredentialSpecName": "257", + "gmsaCredentialSpec": "258", + "runAsUserName": "259" }, - "runAsUser": 7917735345573161773, - "runAsGroup": -6499508485510627932, + "runAsUser": 2666412258966278206, + "runAsGroup": -8715915045560617563, "runAsNonRoot": true, - "readOnlyRootFilesystem": false, + "readOnlyRootFilesystem": true, "allowPrivilegeEscalation": false, - "procMount": "Jih亏yƕ丆録²", + "procMount": "²静ƲǦŐnj汰8", "seccompProfile": { - "type": ")/灩聋3趐囨鏻", - "localhostProfile": "259" + "type": "İ", + "localhostProfile": "260" } }, - "tty": true + "stdinOnce": true } ], "containers": [ { - "name": "260", - "image": "261", + "name": "261", + "image": "262", "command": [ - "262" - ], - "args": [ "263" ], - "workingDir": "264", + "args": [ + "264" + ], + "workingDir": "265", "ports": [ { - "name": "265", - "hostPort": -1365158918, - "containerPort": -305362540, - "protocol": "Ǩ繫ʎǑyZ涬P­蜷ɔ幩", - "hostIP": "266" + "name": "266", + "hostPort": -522215271, + "containerPort": 1374479082, + "protocol": "$1sȣ", + "hostIP": "267" } ], "envFrom": [ { - "prefix": "267", + "prefix": "268", "configMapRef": { - "name": "268", - "optional": true + "name": "269", + "optional": false }, "secretRef": { - "name": "269", + "name": "270", "optional": true } } ], "env": [ { - "name": "270", - "value": "271", + "name": "271", + "value": "272", "valueFrom": { "fieldRef": { - "apiVersion": "272", - "fieldPath": "273" + "apiVersion": "273", + "fieldPath": "274" }, "resourceFieldRef": { - "containerName": "274", - "resource": "275", - "divisor": "9" + "containerName": "275", + "resource": "276", + "divisor": "946" }, "configMapKeyRef": { - "name": "276", - "key": "277", + "name": "277", + "key": "278", "optional": false }, "secretKeyRef": { - "name": "278", - "key": "279", - "optional": false + "name": "279", + "key": "280", + "optional": true } } } ], "resources": { "limits": { - "{WOŭW灬pȭCV擭銆jʒǚ鍰": "212" + "哇芆斩ìh4ɊHȖ|ʐşƧ諔迮": "253" }, "requests": { - "| 鞤ɱďW賁Ěɭɪǹ0衷,": "227" + "擭銆jʒǚ鍰\\縑": "992" } }, "volumeMounts": [ { - "name": "280", - "readOnly": true, - "mountPath": "281", - "subPath": "282", - "mountPropagation": "Bn(fǂǢ曣ŋayåe躒訙Ǫ", - "subPathExpr": "283" + "name": "281", + "mountPath": "282", + "subPath": "283", + "mountPropagation": "ɱďW賁Ě", + "subPathExpr": "284" } ], "volumeDevices": [ { - "name": "284", - "devicePath": "285" + "name": "285", + "devicePath": "286" } ], "livenessProbe": { "exec": { "command": [ - "286" + "287" ] }, "httpGet": { - "path": "287", - "port": "288", - "host": "289", - "scheme": "uE增猍ǵ xǨŴ", + "path": "288", + "port": "289", + "host": "290", + "scheme": ")DŽ髐njʉBn(fǂ", "httpHeaders": [ { - "name": "290", - "value": "291" + "name": "291", + "value": "292" } ] }, "tcpSocket": { - "port": 2112112129, - "host": "292" + "port": 872525702, + "host": "293" }, - "initialDelaySeconds": 528603974, - "timeoutSeconds": -342387625, - "periodSeconds": 1862455894, - "successThreshold": 1080918702, - "failureThreshold": -239264629 + "initialDelaySeconds": 310594543, + "timeoutSeconds": -115381263, + "periodSeconds": -2110435664, + "successThreshold": -426022413, + "failureThreshold": 628632965 }, "readinessProbe": { "exec": { "command": [ - "293" + "294" ] }, "httpGet": { - "path": "294", - "port": -186532794, - "host": "295", - "scheme": "ĩȲǸ|蕎'佉賞ǧĒzŔ瘍Nʊ輔3璾ė", + "path": "295", + "port": "296", + "host": "297", + "scheme": "趭(娕uE增猍ǵ x", "httpHeaders": [ { - "name": "296", - "value": "297" + "name": "298", + "value": "299" } ] }, "tcpSocket": { - "port": "298", - "host": "299" + "port": "300", + "host": "301" }, - "initialDelaySeconds": -751455207, - "timeoutSeconds": -894026356, - "periodSeconds": 646133945, - "successThreshold": -506710067, - "failureThreshold": -47594442 + "initialDelaySeconds": -1320027474, + "timeoutSeconds": -1750169306, + "periodSeconds": 2112112129, + "successThreshold": 528603974, + "failureThreshold": -342387625 }, "startupProbe": { "exec": { "command": [ - "300" + "302" ] }, "httpGet": { - "path": "301", - "port": -1894326843, - "host": "302", - "scheme": "ƛ^輅9ɛ棕ƈ眽炊礫Ƽ¨I", + "path": "303", + "port": "304", + "host": "305", + "scheme": "/Ȁĵ鴁ĩȲǸ|蕎'佉賞ǧ", "httpHeaders": [ { - "name": "303", - "value": "304" + "name": "306", + "value": "307" } ] }, "tcpSocket": { - "port": "305", - "host": "306" + "port": "308", + "host": "309" }, - "initialDelaySeconds": -106856189, - "timeoutSeconds": -2078917333, - "periodSeconds": 86851677, - "successThreshold": -404911753, - "failureThreshold": 890223061 + "initialDelaySeconds": 2036955392, + "timeoutSeconds": 626243488, + "periodSeconds": -1920304485, + "successThreshold": -1842062977, + "failureThreshold": 1424401373 }, "lifecycle": { "postStart": { "exec": { "command": [ - "307" + "310" ] }, "httpGet": { - "path": "308", - "port": -468215285, - "host": "309", - "scheme": "ʆɞȥ}礤铟怖ý萜Ǖc8", + "path": "311", + "port": -1395144116, + "host": "312", + "scheme": "v1b繐汚磉", "httpHeaders": [ { - "name": "310", - "value": "311" + "name": "313", + "value": "314" } ] }, "tcpSocket": { - "port": "312", - "host": "313" + "port": "315", + "host": "316" } }, "preStop": { "exec": { "command": [ - "314" + "317" ] }, "httpGet": { - "path": "315", - "port": 293042649, - "host": "316", - "scheme": "ǔvÄÚ×p鬷m罂o3ǰ廋i乳'", + "path": "318", + "port": 1388874570, + "host": "319", + "scheme": "輅9ɛ棕ƈ", "httpHeaders": [ { - "name": "317", - "value": "318" + "name": "320", + "value": "321" } ] }, "tcpSocket": { - "port": "319", - "host": "320" + "port": "322", + "host": "323" } } }, - "terminationMessagePath": "321", - "terminationMessagePolicy": "ɻ;襕ċ桉桃喕", - "imagePullPolicy": "熀ďJZ漤", + "terminationMessagePath": "324", + "terminationMessagePolicy": "礫Ƽ¨Ix糂腂ǂǚŜEu", + "imagePullPolicy": "I滞廬耐鷞焬CQm坊柩劄奼[", "securityContext": { "capabilities": { "add": [ - "Ů\u003cy鯶縆łƑ[澔" + "ĝ®EĨǔvÄÚ×p鬷" ], "drop": [ - "JŵǤ" + "罂o3ǰ廋i乳'ȘUɻ;襕ċ桉桃" ] }, "privileged": true, "seLinuxOptions": { - "user": "322", - "role": "323", - "type": "324", - "level": "325" + "user": "325", + "role": "326", + "type": "327", + "level": "328" }, "windowsOptions": { - "gmsaCredentialSpecName": "326", - "gmsaCredentialSpec": "327", - "runAsUserName": "328" + "gmsaCredentialSpecName": "329", + "gmsaCredentialSpec": "330", + "runAsUserName": "331" }, - "runAsUser": 296399212346260204, - "runAsGroup": 1571605531283019612, + "runAsUser": 2803095162614904173, + "runAsGroup": -1207159809527615562, "runAsNonRoot": true, - "readOnlyRootFilesystem": true, + "readOnlyRootFilesystem": false, "allowPrivilegeEscalation": false, - "procMount": "\u0026疀", + "procMount": "-紑浘牬釼aTGÒ鵌", "seccompProfile": { - "type": "N翾", - "localhostProfile": "329" + "type": "3Nh×DJɶ羹ƞʓ%ʝ`ǭ躌ñ?卶", + "localhostProfile": "332" } }, - "tty": true + "stdin": true } ], "ephemeralContainers": [ { - "name": "330", - "image": "331", + "name": "333", + "image": "334", "command": [ - "332" + "335" ], "args": [ - "333" + "336" ], - "workingDir": "334", + "workingDir": "337", "ports": [ { - "name": "335", - "hostPort": -1703842211, - "containerPort": 970355275, - "protocol": "ńČȷǻ.wȏâ磠Ƴ崖S", - "hostIP": "336" + "name": "338", + "hostPort": -257245030, + "containerPort": -166419777, + "protocol": "a殆诵H玲", + "hostIP": "339" } ], "envFrom": [ { - "prefix": "337", + "prefix": "340", "configMapRef": { - "name": "338", + "name": "341", "optional": false }, "secretRef": { - "name": "339", - "optional": true + "name": "342", + "optional": false } } ], "env": [ { - "name": "340", - "value": "341", + "name": "343", + "value": "344", "valueFrom": { "fieldRef": { - "apiVersion": "342", - "fieldPath": "343" + "apiVersion": "345", + "fieldPath": "346" }, "resourceFieldRef": { - "containerName": "344", - "resource": "345", - "divisor": "592" + "containerName": "347", + "resource": "348", + "divisor": "274" }, "configMapKeyRef": { - "name": "346", - "key": "347", + "name": "349", + "key": "350", "optional": false }, "secretKeyRef": { - "name": "348", - "key": "349", - "optional": false + "name": "351", + "key": "352", + "optional": true } } } ], "resources": { "limits": { - "ż鯀1": "636" + "9ij\\Ď愝Ű藛b磾sYȠ繽敮ǰ詀ǿ": "895" }, "requests": { - "sYȠ繽敮ǰ詀": "570" + "櫞繡旹翃ɾ氒ĺʈʫ羶剹Ɗ": "151" } }, "volumeMounts": [ { - "name": "350", + "name": "353", "readOnly": true, - "mountPath": "351", - "subPath": "352", - "mountPropagation": "櫞繡旹翃ɾ氒ĺʈʫ羶剹Ɗ", - "subPathExpr": "353" + "mountPath": "354", + "subPath": "355", + "mountPropagation": "{Eɾ敹Ȯ-湷D谹気Ƀ秮òƬɸ", + "subPathExpr": "356" } ], "volumeDevices": [ { - "name": "354", - "devicePath": "355" + "name": "357", + "devicePath": "358" } ], "livenessProbe": { "exec": { "command": [ - "356" + "359" ] }, "httpGet": { - "path": "357", - "port": -1247120403, - "host": "358", - "scheme": "ɾ", + "path": "360", + "port": "361", + "host": "362", + "scheme": "cx赮ǒđ\u003e*劶?j", "httpHeaders": [ { - "name": "359", - "value": "360" + "name": "363", + "value": "364" } ] }, "tcpSocket": { - "port": -1695993040, - "host": "361" + "port": "365", + "host": "366" }, - "initialDelaySeconds": 1218203975, - "timeoutSeconds": -1726456869, - "periodSeconds": 892837330, - "successThreshold": 789384689, - "failureThreshold": 436796816 + "initialDelaySeconds": 1008425444, + "timeoutSeconds": -821592382, + "periodSeconds": 1678953375, + "successThreshold": 1045190247, + "failureThreshold": 1805682547 }, "readinessProbe": { "exec": { "command": [ - "362" + "367" ] }, "httpGet": { - "path": "363", - "port": "364", - "host": "365", - "scheme": "Ȋ飂廤Ƌʙcx赮ǒđ\u003e*劶?jĎ", + "path": "368", + "port": "369", + "host": "370", + "scheme": "ʨ|ǓÓ敆OɈÏ 瞍髃#", "httpHeaders": [ { - "name": "366", - "value": "367" + "name": "371", + "value": "372" } ] }, "tcpSocket": { - "port": "368", - "host": "369" + "port": -839925309, + "host": "373" }, - "initialDelaySeconds": -821592382, - "timeoutSeconds": 1678953375, - "periodSeconds": 1045190247, - "successThreshold": 1805682547, - "failureThreshold": -651405950 + "initialDelaySeconds": -526099499, + "timeoutSeconds": -1014296961, + "periodSeconds": 1708011112, + "successThreshold": -603097910, + "failureThreshold": 1776174141 }, "startupProbe": { "exec": { "command": [ - "370" + "374" ] }, "httpGet": { - "path": "371", - "port": "372", - "host": "373", - "scheme": "|ǓÓ敆OɈÏ 瞍髃", + "path": "375", + "port": 240154501, + "host": "376", + "scheme": "鈱ɖ'蠨磼O_h盌3+Œ9两@8", "httpHeaders": [ { - "name": "374", - "value": "375" + "name": "377", + "value": "378" } ] }, "tcpSocket": { - "port": -392406530, - "host": "376" + "port": -130408357, + "host": "379" }, - "initialDelaySeconds": -839925309, - "timeoutSeconds": -526099499, - "periodSeconds": -1014296961, - "successThreshold": 1708011112, - "failureThreshold": -603097910 + "initialDelaySeconds": 1239250019, + "timeoutSeconds": 1041627045, + "periodSeconds": 800533897, + "successThreshold": 701103233, + "failureThreshold": 1995848794 }, "lifecycle": { "postStart": { "exec": { "command": [ - "377" + "380" ] }, "httpGet": { - "path": "378", - "port": "379", - "host": "380", - "scheme": "遲njlȘ鹾KƂʼnçȶŮ嫠!@@)Z", + "path": "381", + "port": "382", + "host": "383", + "scheme": "迾娙ƴ4虵p蓋沥7uPƒw©", "httpHeaders": [ { - "name": "381", - "value": "382" + "name": "384", + "value": "385" } ] }, "tcpSocket": { - "port": "383", - "host": "384" + "port": "386", + "host": "387" } }, "preStop": { "exec": { "command": [ - "385" + "388" ] }, "httpGet": { - "path": "386", - "port": 1041627045, - "host": "387", - "scheme": "2讅缔m葰賦迾娙ƴ4", + "path": "389", + "port": 1782790310, + "host": "390", + "scheme": "燻", "httpHeaders": [ { - "name": "388", - "value": "389" + "name": "391", + "value": "392" } ] }, "tcpSocket": { - "port": 2088991012, - "host": "390" + "port": "393", + "host": "394" } } }, - "terminationMessagePath": "391", - "terminationMessagePolicy": "沥7uPƒw©ɴĶ烷Ľthp", - "imagePullPolicy": "陴Sĕ濦ʓɻŊ0蚢鑸鶲Ãqb", + "terminationMessagePath": "395", + "terminationMessagePolicy": "Sĕ濦ʓɻŊ0蚢鑸鶲Ãqb轫ʓ滨ĖRh", + "imagePullPolicy": "'呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG", "securityContext": { "capabilities": { "add": [ - "滨Ė" + "潷ƹ8" ], "drop": [ - "h}颉hȱɷȰW瀤oɢ嫎" + "驿笈¯rƈa餖Ľƛ淴ɑ?¶ȲƪE1º轪" ] }, - "privileged": true, + "privileged": false, "seLinuxOptions": { - "user": "392", - "role": "393", - "type": "394", - "level": "395" + "user": "396", + "role": "397", + "type": "398", + "level": "399" }, "windowsOptions": { - "gmsaCredentialSpecName": "396", - "gmsaCredentialSpec": "397", - "runAsUserName": "398" + "gmsaCredentialSpecName": "400", + "gmsaCredentialSpec": "401", + "runAsUserName": "402" }, - "runAsUser": -4298540371641498337, - "runAsGroup": 2803560372754431995, - "runAsNonRoot": false, + "runAsUser": -6276111079389958404, + "runAsGroup": 2598196603659411991, + "runAsNonRoot": true, "readOnlyRootFilesystem": true, - "allowPrivilegeEscalation": true, - "procMount": "t(ȗŜŲ\u0026洪y儕lmòɻŶJ詢QǾɁ", + "allowPrivilegeEscalation": false, + "procMount": "朘ZDŽʤ搤ȃ$|gɳ礬.", "seccompProfile": { - "type": "G鯇ɀ魒Ð扬=惍EʦŊĊ娮rȧŹ黷`嵐", - "localhostProfile": "399" + "type": "屏ɧeʫį淓¯Ą0", + "localhostProfile": "403" } }, - "stdin": true, - "stdinOnce": true, - "targetContainerName": "400" + "targetContainerName": "404" } ], - "restartPolicy": "婦", - "terminationGracePeriodSeconds": -7767642171323610380, - "activeDeadlineSeconds": -4963438147266444254, - "dnsPolicy": "ʫį淓¯Ą0ƛ忀z委\u003e,趐V曡88 ", + "restartPolicy": "z委\u003e,趐V曡88 ", + "terminationGracePeriodSeconds": 7262077834269164809, + "activeDeadlineSeconds": 5057463609793482770, + "dnsPolicy": "刪q塨Ý-扚聧扈4ƫZɀȩ愉", "nodeSelector": { - "401": "402" + "405": "406" }, - "serviceAccountName": "403", - "serviceAccount": "404", + "serviceAccountName": "407", + "serviceAccount": "408", "automountServiceAccountToken": false, - "nodeName": "405", + "nodeName": "409", "hostPID": true, "shareProcessNamespace": false, "securityContext": { "seLinuxOptions": { - "user": "406", - "role": "407", - "type": "408", - "level": "409" + "user": "410", + "role": "411", + "type": "412", + "level": "413" }, "windowsOptions": { - "gmsaCredentialSpecName": "410", - "gmsaCredentialSpec": "411", - "runAsUserName": "412" + "gmsaCredentialSpecName": "414", + "gmsaCredentialSpec": "415", + "runAsUserName": "416" }, - "runAsUser": -8872996084157186866, - "runAsGroup": -1083846598029307786, - "runAsNonRoot": false, + "runAsUser": -66255511088094923, + "runAsGroup": 7326115313877449072, + "runAsNonRoot": true, "supplementalGroups": [ - -46143243150134963 + -6970600339447394194 ], - "fsGroup": -6298002649883493725, + "fsGroup": -5220408729438381350, "sysctls": [ { - "name": "413", - "value": "414" + "name": "417", + "value": "418" } ], - "fsGroupChangePolicy": "ä2 ɲ±m嵘厶sȰÖ埡Æ", + "fsGroupChangePolicy": "", "seccompProfile": { - "type": "Ş襵樞úʥ銀", - "localhostProfile": "415" + "type": "稨氙'[", + "localhostProfile": "419" } }, "imagePullSecrets": [ { - "name": "416" + "name": "420" } ], - "hostname": "417", - "subdomain": "418", + "hostname": "421", + "subdomain": "422", "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { "nodeSelectorTerms": [ { - "matchExpressions": [ - { - "key": "419", - "operator": "ĵ'o儿Ƭ銭u裡_Ơ9oÕęȄ怈", - "values": [ - "420" - ] - } - ], - "matchFields": [ - { - "key": "421", - "operator": "", - "values": [ - "422" - ] - } - ] - } - ] - }, - "preferredDuringSchedulingIgnoredDuringExecution": [ - { - "weight": -1677779481, - "preference": { "matchExpressions": [ { "key": "423", - "operator": "WĶʗ", + "operator": "阫Ƈʥ椹ý", "values": [ "424" ] @@ -1349,13 +1320,38 @@ "matchFields": [ { "key": "425", - "operator": "裥d[榴^șƷK", + "operator": "Ơ9oÕęȄ怈ƴȃű/ś錏嬮#ʐ裥d[", "values": [ "426" ] } ] } + ] + }, + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 1354397536, + "preference": { + "matchExpressions": [ + { + "key": "427", + "operator": "ƷK*ƌ驔瓊'轁ʦ婷ɂ挃ŪǗȦɆ悼j", + "values": [ + "428" + ] + } + ], + "matchFields": [ + { + "key": "429", + "operator": "%ɀ蓧睔", + "values": [ + "430" + ] + } + ] + } } ] }, @@ -1364,32 +1360,29 @@ { "labelSelector": { "matchLabels": { - "9oE9_6.--v17r__.2bIZ___._6..tf-_u-3-_n0..KpiS.oK-O": "o5-yp8q_s-1_g" + "4eq5": "" }, "matchExpressions": [ { - "key": "x3zm-lx300w-tj-35840-w4g-27-5sx6dbp-72q--m--2k-p---19/6l.-5_BZk5v3aUK_--_o_2.--4ZH", - "operator": "NotIn", - "values": [ - "M.--_-_ve5.m_2_--XZ-x.__.Y_2-n_503" - ] + "key": "XH-.k.7.l_-W8o._xJ1-lFA_Xf3.V0H2-.zHw.H__V.Vz_6.z", + "operator": "Exists" } ] }, "namespaces": [ - "433" + "437" ], - "topologyKey": "434", + "topologyKey": "438", "namespaceSelector": { "matchLabels": { - "Q8__T3sn-0_.P": "a.O2G_-_K-.03.mp.-10KkQ-R_R.-.--4_IT_OX" + "t4Z7__i1T.miw_7a_...8-_0__5HG2_5XOAX.gUqV22-4-ye2": "Qh7.6.-y-s4483Po_3" }, "matchExpressions": [ { - "key": "ZXC0_-7.-hj-O_8-b6E_--B", + "key": "kbr75gp-c-coa--yh.ca7-2--o--u0038mp9c10-k-r---3g7nz4-------385h---0-u73pj/O4.nw_-_x18mtxb__-ex-_1_O", "operator": "In", "values": [ - "n_Ht5W_._._-2M2._I-_P..w-W_-nE...-__--.k47M7y-y" + "O_8-b6E_--Y_Dp8O_._e_3_.4_W_-_-7Tp_.----p" ] } ] @@ -1398,33 +1391,36 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 484696463, + "weight": 1599461218, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "7-a0w-ke5p-33lt-9--2-k-27-4r4-d-9a42-2y20--s-7l6e--s-1--t-4.67-9a-trt-03-7z2zy0e428-4-k-2-o/UDf.-4D-r.-F__r.oh..2_uGGP..-_N_h_4Hl-X0_2--__4K..-687": "o_.ZCRT.0z-oe.G79.3bU_._n3" + "y2qg--4-03a68u7-l---8x7-l--b-9-u--12/T_3wc.q.8_00.0_._.-_L-__bf_9_-C-PfNx__-U_.Pn-W23-_.z_.._s--F": "kU27_.-4T-I.-..K.-.0__sD.-.-_I-F.PWO" }, "matchExpressions": [ { - "key": "4-52--6-0dkn-9n7p22o4a-w----11rqy3eo79p-f4r1--7p--0z/05-4_ed-0-i_zZsY_o8t5Vl6_..7CY-_dc__G6NO", - "operator": "DoesNotExist" + "key": "4-AQ._r.-_Rw1k8KLu..ly--J-_.ZCRT.0z-oe.G79.3bU7", + "operator": "NotIn", + "values": [ + "2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_V-_Q_A1" + ] } ] }, "namespaces": [ - "447" + "451" ], - "topologyKey": "448", + "topologyKey": "452", "namespaceSelector": { "matchLabels": { - "WNn_U-...1P_.D8_t..-Ww2q.zK-p-...Z-O.-.jL_v.-_.d": "FbuvE5" + "q0o.0C_gV.9_G-.-z1YH": "b.9x98MM7-.e.Dx._.W-6..4_MU7iLfS-0.9-.-._.1..sA" }, "matchExpressions": [ { - "key": "g2/2k.F-F..3m6.._2v89U--8.3N_.n1.--2", + "key": "s4dw-buv-f55-2k2-e-443m678-2v89-zk873--1n133.or-0-2--rad877gr62g/dg__..2bidF.-0-...WE.-_tdt_-Z0_TMp", "operator": "NotIn", "values": [ - "O--d.7.--.2cg.MGbG-_-8Qi..9-4.2K_FQ.E--_K" + "MGbG-_-8Qi..9-4.2K_FQ.E--__K-hg" ] } ] @@ -1438,26 +1434,26 @@ { "labelSelector": { "matchLabels": { - "q_Lq-.5-s_-_5_D7Rufiq": "u0--_qv4--_.6_N_9X-B.s8.N_rM-k5.C.e.._d-Y" + "PLq-.5-s_-_5_D7RufV": "7u0--_qv4--_.6_N_9X-B.s8.N_rM-k5.C.e.._d--Y-_l-v0-1i" }, "matchExpressions": [ { - "key": "N-R__RR9YAZ...W-m_-Z.wc..k_0_5.z.0..__D-16", + "key": "a-x--b--1-n4-a--o2h0fy-j-55/3wc..Q", "operator": "DoesNotExist" } ] }, "namespaces": [ - "461" + "465" ], - "topologyKey": "462", + "topologyKey": "466", "namespaceSelector": { "matchLabels": { - "w-9-ak9-5--y-4-03ls-86-u2i7-6-q-l.98d/2.78aou_j-3.J-.-r_-oPd-.2_Z__.-_U-.60--o.8": "B3_U__L.KH6K.Rs" + "8-w.ln-9ei-vi9g-dn---6-81-ssml3/cr_-oPd-.2_Z__.-_U-.60-o": "qN__A_f_-B3_U__L.KH6K.RwsfI_2-_20_9._5-..Bi_0" }, "matchExpressions": [ { - "key": "6b77-f8--tf---7r88-1--p61d/9._5-..Bi_..aOQ_._Yn.-.4t.U.VU__-_BAB_35H__.B_6_-U..u8gb", + "key": "6b77-f8--tf---7r88-1--p61d/S._Yn.-.4t.U.VU__-_BAB_35H__.B_6_-U..u8gb", "operator": "NotIn", "values": [ "O-Ynu.7.._B-ks7G" @@ -1486,9 +1482,9 @@ ] }, "namespaces": [ - "475" + "479" ], - "topologyKey": "476", + "topologyKey": "480", "namespaceSelector": { "matchLabels": { "0-f/px_0-.mJe__.B-cd2_84M": "1s._K9-.AJ-_8--___b____03_6.K8l.YlG7" @@ -1508,37 +1504,37 @@ ] } }, - "schedulerName": "483", + "schedulerName": "487", "tolerations": [ { - "key": "484", + "key": "488", "operator": "TaI楅©Ǫ壿/š^劶äɲ泒", - "value": "485", + "value": "489", "effect": "ēÖ釐駆Ŕƿe魛ĩ驋=Ŏġ宿受", "tolerationSeconds": 3154660829779897160 } ], "hostAliases": [ { - "ip": "486", + "ip": "490", "hostnames": [ - "487" + "491" ] } ], - "priorityClassName": "488", + "priorityClassName": "492", "priority": -217059496, "dnsConfig": { "nameservers": [ - "489" + "493" ], "searches": [ - "490" + "494" ], "options": [ { - "name": "491", - "value": "492" + "name": "495", + "value": "496" } ] }, @@ -1547,7 +1543,7 @@ "conditionType": "ƣɴ矘ɉ\"姭ɜǨ呖ď急藼Ƚ^槬焂à¯" } ], - "runtimeClassName": "493", + "runtimeClassName": "497", "enableServiceLinks": false, "preemptionPolicy": "ǀ肇ȣ", "overhead": { @@ -1556,7 +1552,7 @@ "topologySpreadConstraints": [ { "maxSkew": -1416531993, - "topologyKey": "494", + "topologyKey": "498", "whenUnsatisfiable": "_Gȱ恛穒挤ţ#你顫#b°", "labelSelector": { "matchLabels": { diff --git a/staging/src/k8s.io/api/testdata/HEAD/batch.v1beta1.JobTemplate.pb b/staging/src/k8s.io/api/testdata/HEAD/batch.v1beta1.JobTemplate.pb index 4779c74ac0f3ceb88b56b85c66a69264dd08c0ed..695c3f24588c9d8fda182a96eb91114bb04432c6 100644 GIT binary patch delta 4866 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 diff --git a/staging/src/k8s.io/api/testdata/HEAD/batch.v1beta1.JobTemplate.yaml b/staging/src/k8s.io/api/testdata/HEAD/batch.v1beta1.JobTemplate.yaml index 182c58eb796..7a828222feb 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/batch.v1beta1.JobTemplate.yaml +++ b/staging/src/k8s.io/api/testdata/HEAD/batch.v1beta1.JobTemplate.yaml @@ -106,76 +106,75 @@ template: selfLink: "45" uid: Ȗ脵鴈Ō spec: - activeDeadlineSeconds: -4963438147266444254 + activeDeadlineSeconds: 5057463609793482770 affinity: nodeAffinity: preferredDuringSchedulingIgnoredDuringExecution: - preference: matchExpressions: + - key: "427" + operator: ƷK*ƌ驔瓊'轁ʦ婷ɂ挃ŪǗȦɆ悼j + values: + - "428" + matchFields: + - key: "429" + operator: '%ɀ蓧睔' + values: + - "430" + weight: 1354397536 + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: - key: "423" - operator: WĶʗ + operator: 阫Ƈʥ椹ý values: - "424" matchFields: - key: "425" - operator: 裥d[榴^șƷK + operator: Ơ9oÕęȄ怈ƴȃű/ś錏嬮#ʐ裥d[ values: - "426" - weight: -1677779481 - requiredDuringSchedulingIgnoredDuringExecution: - nodeSelectorTerms: - - matchExpressions: - - key: "419" - operator: ĵ'o儿Ƭ銭u裡_Ơ9oÕęȄ怈 - values: - - "420" - matchFields: - - key: "421" - operator: "" - values: - - "422" podAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - - key: 4-52--6-0dkn-9n7p22o4a-w----11rqy3eo79p-f4r1--7p--0z/05-4_ed-0-i_zZsY_o8t5Vl6_..7CY-_dc__G6NO - operator: DoesNotExist - matchLabels: - ? 7-a0w-ke5p-33lt-9--2-k-27-4r4-d-9a42-2y20--s-7l6e--s-1--t-4.67-9a-trt-03-7z2zy0e428-4-k-2-o/UDf.-4D-r.-F__r.oh..2_uGGP..-_N_h_4Hl-X0_2--__4K..-687 - : o_.ZCRT.0z-oe.G79.3bU_._n3 - namespaceSelector: - matchExpressions: - - key: g2/2k.F-F..3m6.._2v89U--8.3N_.n1.--2 + - key: 4-AQ._r.-_Rw1k8KLu..ly--J-_.ZCRT.0z-oe.G79.3bU7 operator: NotIn values: - - O--d.7.--.2cg.MGbG-_-8Qi..9-4.2K_FQ.E--_K + - 2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_V-_Q_A1 matchLabels: - WNn_U-...1P_.D8_t..-Ww2q.zK-p-...Z-O.-.jL_v.-_.d: FbuvE5 + y2qg--4-03a68u7-l---8x7-l--b-9-u--12/T_3wc.q.8_00.0_._.-_L-__bf_9_-C-PfNx__-U_.Pn-W23-_.z_.._s--F: kU27_.-4T-I.-..K.-.0__sD.-.-_I-F.PWO + namespaceSelector: + matchExpressions: + - key: s4dw-buv-f55-2k2-e-443m678-2v89-zk873--1n133.or-0-2--rad877gr62g/dg__..2bidF.-0-...WE.-_tdt_-Z0_TMp + operator: NotIn + values: + - MGbG-_-8Qi..9-4.2K_FQ.E--__K-hg + matchLabels: + q0o.0C_gV.9_G-.-z1YH: b.9x98MM7-.e.Dx._.W-6..4_MU7iLfS-0.9-.-._.1..sA namespaces: - - "447" - topologyKey: "448" - weight: 484696463 + - "451" + topologyKey: "452" + weight: 1599461218 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: x3zm-lx300w-tj-35840-w4g-27-5sx6dbp-72q--m--2k-p---19/6l.-5_BZk5v3aUK_--_o_2.--4ZH - operator: NotIn - values: - - M.--_-_ve5.m_2_--XZ-x.__.Y_2-n_503 + - key: XH-.k.7.l_-W8o._xJ1-lFA_Xf3.V0H2-.zHw.H__V.Vz_6.z + operator: Exists matchLabels: - 9oE9_6.--v17r__.2bIZ___._6..tf-_u-3-_n0..KpiS.oK-O: o5-yp8q_s-1_g + 4eq5: "" namespaceSelector: matchExpressions: - - key: ZXC0_-7.-hj-O_8-b6E_--B + - key: kbr75gp-c-coa--yh.ca7-2--o--u0038mp9c10-k-r---3g7nz4-------385h---0-u73pj/O4.nw_-_x18mtxb__-ex-_1_O operator: In values: - - n_Ht5W_._._-2M2._I-_P..w-W_-nE...-__--.k47M7y-y + - O_8-b6E_--Y_Dp8O_._e_3_.4_W_-_-7Tp_.----p matchLabels: - Q8__T3sn-0_.P: a.O2G_-_K-.03.mp.-10KkQ-R_R.-.--4_IT_OX + t4Z7__i1T.miw_7a_...8-_0__5HG2_5XOAX.gUqV22-4-ye2: Qh7.6.-y-s4483Po_3 namespaces: - - "433" - topologyKey: "434" + - "437" + topologyKey: "438" podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: @@ -196,400 +195,397 @@ template: matchLabels: 0-f/px_0-.mJe__.B-cd2_84M: 1s._K9-.AJ-_8--___b____03_6.K8l.YlG7 namespaces: - - "475" - topologyKey: "476" + - "479" + topologyKey: "480" weight: -1282227712 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: N-R__RR9YAZ...W-m_-Z.wc..k_0_5.z.0..__D-16 + - key: a-x--b--1-n4-a--o2h0fy-j-55/3wc..Q operator: DoesNotExist matchLabels: - q_Lq-.5-s_-_5_D7Rufiq: u0--_qv4--_.6_N_9X-B.s8.N_rM-k5.C.e.._d-Y + PLq-.5-s_-_5_D7RufV: 7u0--_qv4--_.6_N_9X-B.s8.N_rM-k5.C.e.._d--Y-_l-v0-1i namespaceSelector: matchExpressions: - - key: 6b77-f8--tf---7r88-1--p61d/9._5-..Bi_..aOQ_._Yn.-.4t.U.VU__-_BAB_35H__.B_6_-U..u8gb + - key: 6b77-f8--tf---7r88-1--p61d/S._Yn.-.4t.U.VU__-_BAB_35H__.B_6_-U..u8gb operator: NotIn values: - O-Ynu.7.._B-ks7G matchLabels: - w-9-ak9-5--y-4-03ls-86-u2i7-6-q-l.98d/2.78aou_j-3.J-.-r_-oPd-.2_Z__.-_U-.60--o.8: B3_U__L.KH6K.Rs + 8-w.ln-9ei-vi9g-dn---6-81-ssml3/cr_-oPd-.2_Z__.-_U-.60-o: qN__A_f_-B3_U__L.KH6K.RwsfI_2-_20_9._5-..Bi_0 namespaces: - - "461" - topologyKey: "462" + - "465" + topologyKey: "466" automountServiceAccountToken: false containers: - args: - - "263" + - "264" command: - - "262" + - "263" env: - - name: "270" - value: "271" + - name: "271" + value: "272" valueFrom: configMapKeyRef: - key: "277" - name: "276" + key: "278" + name: "277" optional: false fieldRef: - apiVersion: "272" - fieldPath: "273" + apiVersion: "273" + fieldPath: "274" resourceFieldRef: - containerName: "274" - divisor: "9" - resource: "275" + containerName: "275" + divisor: "946" + resource: "276" secretKeyRef: - key: "279" - name: "278" - optional: false + key: "280" + name: "279" + optional: true envFrom: - configMapRef: - name: "268" - optional: true - prefix: "267" - secretRef: name: "269" + optional: false + prefix: "268" + secretRef: + name: "270" optional: true - image: "261" - imagePullPolicy: 熀ďJZ漤 + image: "262" + imagePullPolicy: I滞廬耐鷞焬CQm坊柩劄奼[ lifecycle: postStart: exec: command: - - "307" + - "310" httpGet: - host: "309" + host: "312" httpHeaders: - - name: "310" - value: "311" - path: "308" - port: -468215285 - scheme: ʆɞȥ}礤铟怖ý萜Ǖc8 + - name: "313" + value: "314" + path: "311" + port: -1395144116 + scheme: v1b繐汚磉 tcpSocket: - host: "313" - port: "312" + host: "316" + port: "315" preStop: exec: command: - - "314" + - "317" httpGet: - host: "316" + host: "319" httpHeaders: - - name: "317" - value: "318" - path: "315" - port: 293042649 - scheme: ǔvÄÚ×p鬷m罂o3ǰ廋i乳' + - name: "320" + value: "321" + path: "318" + port: 1388874570 + scheme: 輅9ɛ棕ƈ tcpSocket: - host: "320" - port: "319" + host: "323" + port: "322" livenessProbe: exec: command: - - "286" - failureThreshold: -239264629 + - "287" + failureThreshold: 628632965 httpGet: - host: "289" + host: "290" httpHeaders: - - name: "290" - value: "291" - path: "287" - port: "288" - scheme: uE增猍ǵ xǨŴ - initialDelaySeconds: 528603974 - periodSeconds: 1862455894 - successThreshold: 1080918702 + - name: "291" + value: "292" + path: "288" + port: "289" + scheme: )DŽ髐njʉBn(fǂ + initialDelaySeconds: 310594543 + periodSeconds: -2110435664 + successThreshold: -426022413 tcpSocket: - host: "292" - port: 2112112129 - timeoutSeconds: -342387625 - name: "260" + host: "293" + port: 872525702 + timeoutSeconds: -115381263 + name: "261" ports: - - containerPort: -305362540 - hostIP: "266" - hostPort: -1365158918 - name: "265" - protocol: Ǩ繫ʎǑyZ涬P­蜷ɔ幩 + - containerPort: 1374479082 + hostIP: "267" + hostPort: -522215271 + name: "266" + protocol: $1sȣ readinessProbe: exec: command: - - "293" - failureThreshold: -47594442 + - "294" + failureThreshold: -342387625 httpGet: - host: "295" + host: "297" httpHeaders: - - name: "296" - value: "297" - path: "294" - port: -186532794 - scheme: ĩȲǸ|蕎'佉賞ǧĒzŔ瘍Nʊ輔3璾ė - initialDelaySeconds: -751455207 - periodSeconds: 646133945 - successThreshold: -506710067 + - name: "298" + value: "299" + path: "295" + port: "296" + scheme: 趭(娕uE增猍ǵ x + initialDelaySeconds: -1320027474 + periodSeconds: 2112112129 + successThreshold: 528603974 tcpSocket: - host: "299" - port: "298" - timeoutSeconds: -894026356 + host: "301" + port: "300" + timeoutSeconds: -1750169306 resources: limits: - '{WOŭW灬pȭCV擭銆jʒǚ鍰': "212" + 哇芆斩ìh4ɊHȖ|ʐşƧ諔迮: "253" requests: - '| 鞤ɱďW賁Ěɭɪǹ0衷,': "227" + 擭銆jʒǚ鍰\縑: "992" securityContext: allowPrivilegeEscalation: false capabilities: add: - - Ů,趐V曡88 ' + - "494" + dnsPolicy: 刪q塨Ý-扚聧扈4ƫZɀȩ愉 enableServiceLinks: false ephemeralContainers: - args: - - "333" + - "336" command: - - "332" + - "335" env: - - name: "340" - value: "341" + - name: "343" + value: "344" valueFrom: configMapKeyRef: - key: "347" - name: "346" + key: "350" + name: "349" optional: false fieldRef: - apiVersion: "342" - fieldPath: "343" + apiVersion: "345" + fieldPath: "346" resourceFieldRef: - containerName: "344" - divisor: "592" - resource: "345" + containerName: "347" + divisor: "274" + resource: "348" secretKeyRef: - key: "349" - name: "348" - optional: false + key: "352" + name: "351" + optional: true envFrom: - configMapRef: - name: "338" + name: "341" optional: false - prefix: "337" + prefix: "340" secretRef: - name: "339" - optional: true - image: "331" - imagePullPolicy: 陴Sĕ濦ʓɻŊ0蚢鑸鶲Ãqb + name: "342" + optional: false + image: "334" + imagePullPolicy: '''呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG' lifecycle: postStart: exec: command: - - "377" + - "380" httpGet: - host: "380" + host: "383" httpHeaders: - - name: "381" - value: "382" - path: "378" - port: "379" - scheme: 遲njlȘ鹾KƂʼnçȶŮ嫠!@@)Z + - name: "384" + value: "385" + path: "381" + port: "382" + scheme: 迾娙ƴ4虵p蓋沥7uPƒw© tcpSocket: - host: "384" - port: "383" + host: "387" + port: "386" preStop: exec: command: - - "385" + - "388" httpGet: - host: "387" - httpHeaders: - - name: "388" - value: "389" - path: "386" - port: 1041627045 - scheme: 2讅缔m葰賦迾娙ƴ4 - tcpSocket: host: "390" - port: 2088991012 + httpHeaders: + - name: "391" + value: "392" + path: "389" + port: 1782790310 + scheme: 燻 + tcpSocket: + host: "394" + port: "393" livenessProbe: exec: command: - - "356" - failureThreshold: 436796816 + - "359" + failureThreshold: 1805682547 httpGet: - host: "358" + host: "362" httpHeaders: - - name: "359" - value: "360" - path: "357" - port: -1247120403 - scheme: ɾ - initialDelaySeconds: 1218203975 - periodSeconds: 892837330 - successThreshold: 789384689 + - name: "363" + value: "364" + path: "360" + port: "361" + scheme: cx赮ǒđ>*劶?j + initialDelaySeconds: 1008425444 + periodSeconds: 1678953375 + successThreshold: 1045190247 tcpSocket: - host: "361" - port: -1695993040 - timeoutSeconds: -1726456869 - name: "330" + host: "366" + port: "365" + timeoutSeconds: -821592382 + name: "333" ports: - - containerPort: 970355275 - hostIP: "336" - hostPort: -1703842211 - name: "335" - protocol: ńČȷǻ.wȏâ磠Ƴ崖S + - containerPort: -166419777 + hostIP: "339" + hostPort: -257245030 + name: "338" + protocol: a殆诵H玲 readinessProbe: exec: command: - - "362" - failureThreshold: -651405950 + - "367" + failureThreshold: 1776174141 httpGet: - host: "365" + host: "370" httpHeaders: - - name: "366" - value: "367" - path: "363" - port: "364" - scheme: Ȋ飂廤Ƌʙcx赮ǒđ>*劶?jĎ - initialDelaySeconds: -821592382 - periodSeconds: 1045190247 - successThreshold: 1805682547 + - name: "371" + value: "372" + path: "368" + port: "369" + scheme: ʨ|ǓÓ敆OɈÏ 瞍髃# + initialDelaySeconds: -526099499 + periodSeconds: 1708011112 + successThreshold: -603097910 tcpSocket: - host: "369" - port: "368" - timeoutSeconds: 1678953375 + host: "373" + port: -839925309 + timeoutSeconds: -1014296961 resources: limits: - ż鯀1: "636" + 9ij\Ď愝Ű藛b磾sYȠ繽敮ǰ詀ǿ: "895" requests: - sYȠ繽敮ǰ詀: "570" + 櫞繡旹翃ɾ氒ĺʈʫ羶剹Ɗ: "151" securityContext: - allowPrivilegeEscalation: true + allowPrivilegeEscalation: false capabilities: add: - - 滨Ė + - 潷ƹ8 drop: - - h}颉hȱɷȰW瀤oɢ嫎 - privileged: true - procMount: t(ȗŜŲ&洪y儕lmòɻŶJ詢QǾɁ + - 驿笈¯rƈa餖Ľƛ淴ɑ?¶ȲƪE1º轪 + privileged: false + procMount: 朘ZDŽʤ搤ȃ$|gɳ礬. readOnlyRootFilesystem: true - runAsGroup: 2803560372754431995 - runAsNonRoot: false - runAsUser: -4298540371641498337 + runAsGroup: 2598196603659411991 + runAsNonRoot: true + runAsUser: -6276111079389958404 seLinuxOptions: - level: "395" - role: "393" - type: "394" - user: "392" + level: "399" + role: "397" + type: "398" + user: "396" seccompProfile: - localhostProfile: "399" - type: G鯇ɀ魒Ð扬=惍EʦŊĊ娮rȧŹ黷`嵐 + localhostProfile: "403" + type: 屏ɧeʫį淓¯Ą0 windowsOptions: - gmsaCredentialSpec: "397" - gmsaCredentialSpecName: "396" - runAsUserName: "398" + gmsaCredentialSpec: "401" + gmsaCredentialSpecName: "400" + runAsUserName: "402" startupProbe: exec: command: - - "370" - failureThreshold: -603097910 + - "374" + failureThreshold: 1995848794 httpGet: - host: "373" - httpHeaders: - - name: "374" - value: "375" - path: "371" - port: "372" - scheme: '|ǓÓ敆OɈÏ 瞍髃' - initialDelaySeconds: -839925309 - periodSeconds: -1014296961 - successThreshold: 1708011112 - tcpSocket: host: "376" - port: -392406530 - timeoutSeconds: -526099499 - stdin: true - stdinOnce: true - targetContainerName: "400" - terminationMessagePath: "391" - terminationMessagePolicy: 沥7uPƒw©ɴĶ烷Ľthp + httpHeaders: + - name: "377" + value: "378" + path: "375" + port: 240154501 + scheme: 鈱ɖ'蠨磼O_h盌3+Œ9两@8 + initialDelaySeconds: 1239250019 + periodSeconds: 800533897 + successThreshold: 701103233 + tcpSocket: + host: "379" + port: -130408357 + timeoutSeconds: 1041627045 + targetContainerName: "404" + terminationMessagePath: "395" + terminationMessagePolicy: Sĕ濦ʓɻŊ0蚢鑸鶲Ãqb轫ʓ滨ĖRh volumeDevices: - - devicePath: "355" - name: "354" + - devicePath: "358" + name: "357" volumeMounts: - - mountPath: "351" - mountPropagation: 櫞繡旹翃ɾ氒ĺʈʫ羶剹Ɗ - name: "350" + - mountPath: "354" + mountPropagation: '{Eɾ敹Ȯ-湷D谹気Ƀ秮òƬɸ' + name: "353" readOnly: true - subPath: "352" - subPathExpr: "353" - workingDir: "334" + subPath: "355" + subPathExpr: "356" + workingDir: "337" hostAliases: - hostnames: - - "487" - ip: "486" + - "491" + ip: "490" hostPID: true - hostname: "417" + hostname: "421" imagePullSecrets: - - name: "416" + - name: "420" initContainers: - args: - "195" @@ -608,7 +604,7 @@ template: fieldPath: "205" resourceFieldRef: containerName: "206" - divisor: "241" + divisor: "729" resource: "207" secretKeyRef: key: "211" @@ -623,23 +619,23 @@ template: name: "201" optional: false image: "193" - imagePullPolicy: 酊龨δ摖ȱğ_< + imagePullPolicy: ĩ餠籲磣Óƿ頀"冓鍓贯澔 ƺ蛜6Ɖ飴 lifecycle: postStart: exec: command: - - "238" + - "239" httpGet: - host: "240" + host: "241" httpHeaders: - - name: "241" - value: "242" - path: "239" - port: 878005329 - scheme: 丟×x锏ɟ4Ǒ + - name: "242" + value: "243" + path: "240" + port: -260262954 + scheme: ŵ橨鬶l獕;跣H tcpSocket: host: "244" - port: "243" + port: -1164530482 preStop: exec: command: @@ -650,169 +646,169 @@ template: - name: "248" value: "249" path: "246" - port: 1746399757 - scheme: V訆Ǝżŧ + port: 878005329 + scheme: 丟×x锏ɟ4Ǒ tcpSocket: - host: "250" - port: 204229950 + host: "251" + port: "250" livenessProbe: exec: command: - "218" - failureThreshold: -1784617397 + failureThreshold: 183376425 httpGet: - host: "220" + host: "221" httpHeaders: - - name: "221" - value: "222" + - name: "222" + value: "223" path: "219" - port: -1225815437 - scheme: 荭gw忊|E - initialDelaySeconds: 1004325340 - periodSeconds: 14304392 - successThreshold: 465972736 + port: "220" + scheme: 咡W + initialDelaySeconds: 1674961434 + periodSeconds: 44509253 + successThreshold: -1661575965 tcpSocket: - host: "223" - port: -438588982 - timeoutSeconds: -1313320434 + host: "224" + port: 888935190 + timeoutSeconds: -553100686 name: "192" ports: - - containerPort: 1791615594 + - containerPort: -955773237 hostIP: "198" - hostPort: -805795167 + hostPort: -589000495 name: "197" - protocol: Ƥ熪军g>郵[+扴 + protocol: g鄠[颐o啛更偢ɇ卷荙JLĹ]佱¿ readinessProbe: exec: command: - - "224" - failureThreshold: 2056774277 + - "225" + failureThreshold: 59244165 httpGet: - host: "227" + host: "228" httpHeaders: - - name: "228" - value: "229" - path: "225" - port: "226" - scheme: 貾坢'跩aŕ翑0 - initialDelaySeconds: -2165496 - periodSeconds: 1386255869 - successThreshold: -778272981 + - name: "229" + value: "230" + path: "226" + port: "227" + scheme: E剒蔞 + initialDelaySeconds: 14304392 + periodSeconds: -1784617397 + successThreshold: 1941923625 tcpSocket: - host: "230" - port: 1165327504 - timeoutSeconds: -1778952574 + host: "231" + port: -1313320434 + timeoutSeconds: 465972736 resources: limits: - "": "268" + 輦唊#v铿ʩȂ4ē鐭: "879" requests: - -Ɂ圯W:ĸ輦唊#v铿ʩȂ4ē鐭#嬀ơ: "340" + 昕Ĭ: "524" securityContext: allowPrivilegeEscalation: false capabilities: add: - - J橈'琕鶫:顇ə娯 + - Ǩź'ǵɐ drop: - - 囌{屿oiɥ嵐sC + - Z龏´DÒȗÔÂɘɢ鬍熖B芭花 privileged: false - procMount: Jih亏yƕ丆録² - readOnlyRootFilesystem: false - runAsGroup: -6499508485510627932 + procMount: ²静ƲǦŐnj汰8 + readOnlyRootFilesystem: true + runAsGroup: -8715915045560617563 runAsNonRoot: true - runAsUser: 7917735345573161773 + runAsUser: 2666412258966278206 seLinuxOptions: - level: "255" - role: "253" - type: "254" - user: "252" + level: "256" + role: "254" + type: "255" + user: "253" seccompProfile: - localhostProfile: "259" - type: )/灩聋3趐囨鏻 + localhostProfile: "260" + type: İ windowsOptions: - gmsaCredentialSpec: "257" - gmsaCredentialSpecName: "256" - runAsUserName: "258" + gmsaCredentialSpec: "258" + gmsaCredentialSpecName: "257" + runAsUserName: "259" startupProbe: exec: command: - - "231" - failureThreshold: 549215478 + - "232" + failureThreshold: 1386255869 httpGet: - host: "233" + host: "234" httpHeaders: - - name: "234" - value: "235" - path: "232" - port: -1928016742 - scheme: E¦ - initialDelaySeconds: 1868887309 - periodSeconds: -316996074 - successThreshold: 1933968533 + - name: "235" + value: "236" + path: "233" + port: 676578360 + scheme: 跩aŕ翑 + initialDelaySeconds: 1513425349 + periodSeconds: -2165496 + successThreshold: -1778952574 tcpSocket: - host: "237" - port: "236" - timeoutSeconds: -528664199 - terminationMessagePath: "251" - terminationMessagePolicy: NƗ¸gĩ - tty: true + host: "238" + port: "237" + timeoutSeconds: 1165327504 + stdinOnce: true + terminationMessagePath: "252" + terminationMessagePolicy: ŕĪĠM蘇KŅ/»頸+SÄ蚃ɣ volumeDevices: - devicePath: "217" name: "216" volumeMounts: - mountPath: "213" - mountPropagation: 藢xɮĵȑ6L*Z鐫û咡W< + mountPropagation: ' 苧yñKJɐ' name: "212" subPath: "214" subPathExpr: "215" workingDir: "196" - nodeName: "405" + nodeName: "409" nodeSelector: - "401": "402" + "405": "406" overhead: 倓扸涥莥: "729" preemptionPolicy: ǀ肇ȣ priority: -217059496 - priorityClassName: "488" + priorityClassName: "492" readinessGates: - conditionType: ƣɴ矘ɉ"姭ɜǨ呖ď急藼Ƚ^槬焂௠- restartPolicy: 婦 - runtimeClassName: "493" - schedulerName: "483" + restartPolicy: 'z委>,趐V曡88 ' + runtimeClassName: "497" + schedulerName: "487" securityContext: - fsGroup: -6298002649883493725 - fsGroupChangePolicy: ä2 ɲ±m嵘厶sȰÖ埡Æ - runAsGroup: -1083846598029307786 - runAsNonRoot: false - runAsUser: -8872996084157186866 + fsGroup: -5220408729438381350 + fsGroupChangePolicy: "" + runAsGroup: 7326115313877449072 + runAsNonRoot: true + runAsUser: -66255511088094923 seLinuxOptions: - level: "409" - role: "407" - type: "408" - user: "406" + level: "413" + role: "411" + type: "412" + user: "410" seccompProfile: - localhostProfile: "415" - type: Ş襵樞úʥ銀 + localhostProfile: "419" + type: 稨氙'[ supplementalGroups: - - -46143243150134963 + - -6970600339447394194 sysctls: - - name: "413" - value: "414" + - name: "417" + value: "418" windowsOptions: - gmsaCredentialSpec: "411" - gmsaCredentialSpecName: "410" - runAsUserName: "412" - serviceAccount: "404" - serviceAccountName: "403" + gmsaCredentialSpec: "415" + gmsaCredentialSpecName: "414" + runAsUserName: "416" + serviceAccount: "408" + serviceAccountName: "407" setHostnameAsFQDN: false shareProcessNamespace: false - subdomain: "418" - terminationGracePeriodSeconds: -7767642171323610380 + subdomain: "422" + terminationGracePeriodSeconds: 7262077834269164809 tolerations: - effect: ēÖ釐駆Ŕƿe魛ĩ驋=Ŏġ宿受 - key: "484" + key: "488" operator: TaI楅©Ǫ壿/š^劶äɲ泒 tolerationSeconds: 3154660829779897160 - value: "485" + value: "489" topologySpreadConstraints: - labelSelector: matchExpressions: @@ -823,7 +819,7 @@ template: matchLabels: q-z--4847u0s66mmo-8--y64-40l8cytm18--0.6-wdcje8k--41---hi5e--7m-368--f-z---4-n03-2ip--6--2d-6-h/bm9I.-..q-F-.__c.k7__f--_br..1.l: dE-.1-V...t27-4.._7l maxSkew: -1416531993 - topologyKey: "494" + topologyKey: "498" whenUnsatisfiable: _Gȱ恛穒挤ţ#你顫#b° volumes: - awsElasticBlockStore: @@ -887,7 +883,6 @@ template: medium: 踓Ǻǧ湬淊kŪ睴鸏:ɥ³ƞsɁ8^ʥ sizeLimit: "681" ephemeral: - readOnly: true volumeClaimTemplate: metadata: annotations: 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 db4233aeefc..33093431a7c 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 @@ -403,9 +403,9 @@ "ports": [ { "name": "157", - "hostPort": 869879222, - "containerPort": -1746427184, - "protocol": "ŏ{", + "hostPort": 664393458, + "containerPort": -573382936, + "protocol": "嫫猤痈C*ĕʄő芖{|ǘ\"^饣V", "hostIP": "158" } ], @@ -434,7 +434,7 @@ "resourceFieldRef": { "containerName": "166", "resource": "167", - "divisor": "877" + "divisor": "275" }, "configMapKeyRef": { "name": "168", @@ -451,10 +451,10 @@ ], "resources": { "limits": { - "É/p": "144" + "ǝ鿟ldg滠鼍ƭt?QȫşŇɜ": "211" }, "requests": { - "$妻ƅTGS": "845" + "VzÏ抴ŨfZhUʎ浵ɲõ": "303" } }, "volumeMounts": [ @@ -463,7 +463,7 @@ "readOnly": true, "mountPath": "173", "subPath": "174", - "mountPropagation": "^}穠C]躢|)黰eȪ嵛4$%QɰV", + "mountPropagation": "Ť倱\u003cįXŋ朘瑥A", "subPathExpr": "175" } ], @@ -481,25 +481,25 @@ }, "httpGet": { "path": "179", - "port": -522879476, - "host": "180", - "scheme": "N", + "port": "180", + "host": "181", + "scheme": "0åȂ町恰nj揠8lj", "httpHeaders": [ { - "name": "181", - "value": "182" + "name": "182", + "value": "183" } ] }, "tcpSocket": { - "port": "183", + "port": -2049272966, "host": "184" }, - "initialDelaySeconds": -687313111, - "timeoutSeconds": -131161294, - "periodSeconds": 1730325900, - "successThreshold": -828368050, - "failureThreshold": 952979935 + "initialDelaySeconds": -1188153605, + "timeoutSeconds": -427769948, + "periodSeconds": 912004803, + "successThreshold": -2098817064, + "failureThreshold": 1231820696 }, "readinessProbe": { "exec": { @@ -511,7 +511,6 @@ "path": "186", "port": "187", "host": "188", - "scheme": "蕭k ź贩j", "httpHeaders": [ { "name": "189", @@ -520,14 +519,14 @@ ] }, "tcpSocket": { - "port": -462693598, + "port": 675406340, "host": "191" }, - "initialDelaySeconds": 580681683, - "timeoutSeconds": 38897467, - "periodSeconds": 2147073181, - "successThreshold": -1934106111, - "failureThreshold": -1120128337 + "initialDelaySeconds": 994527057, + "timeoutSeconds": -1482763519, + "periodSeconds": -1346458591, + "successThreshold": 1234551517, + "failureThreshold": -1618937335 }, "startupProbe": { "exec": { @@ -539,7 +538,7 @@ "path": "193", "port": "194", "host": "195", - "scheme": "胚O醔ɍ厶耈 T衧ȇe媹Hǝ呮}", + "scheme": "eÞȦY籎顒", "httpHeaders": [ { "name": "196", @@ -548,50 +547,50 @@ ] }, "tcpSocket": { - "port": 994527057, - "host": "198" + "port": "198", + "host": "199" }, - "initialDelaySeconds": -1482763519, - "timeoutSeconds": -1346458591, - "periodSeconds": 1234551517, - "successThreshold": -1618937335, - "failureThreshold": -1902521464 + "initialDelaySeconds": -1252931244, + "timeoutSeconds": 1569992019, + "periodSeconds": 1061537, + "successThreshold": 322666556, + "failureThreshold": -814446577 }, "lifecycle": { "postStart": { "exec": { "command": [ - "199" + "200" ] }, "httpGet": { - "path": "200", - "port": -1477511050, - "host": "201", - "scheme": ";栍dʪīT捘ɍi縱ù墴1Rƥ贫d飼", + "path": "201", + "port": -1171060347, + "host": "202", + "scheme": "咻痗ȡmƴy綸_Ú8參遼ūPH炮掊°", "httpHeaders": [ { - "name": "202", - "value": "203" + "name": "203", + "value": "204" } ] }, "tcpSocket": { - "port": "204", - "host": "205" + "port": "205", + "host": "206" } }, "preStop": { "exec": { "command": [ - "206" + "207" ] }, "httpGet": { - "path": "207", - "port": "208", + "path": "208", + "port": -1319998825, "host": "209", - "scheme": "Ú8參遼ūPH炮掊°nʮ閼咎櫸eʔ", + "scheme": "銦妰黖ȓƇ$缔獵偐ę腬瓷碑=ɉ", "httpHeaders": [ { "name": "210", @@ -600,145 +599,143 @@ ] }, "tcpSocket": { - "port": "212", - "host": "213" + "port": 1180382332, + "host": "212" } } }, - "terminationMessagePath": "214", - "terminationMessagePolicy": "究:hoĂɋ瀐\u003cɉ湨", - "imagePullPolicy": "ɉ鎷卩蝾H韹寬娬ï瓼猀2:ö", + "terminationMessagePath": "213", + "terminationMessagePolicy": "H韹寬娬ï瓼猀2:öY鶪5w垁", + "imagePullPolicy": "儣廡ɑ龫`劳\u0026¼傭", "securityContext": { "capabilities": { "add": [ - "5w垁鷌辪虽U珝Żwʮ馜üNșƶ" + "酃=6}ɡŇƉ立hdz緄Ú|dk_瀹鞎" ], "drop": [ - "ĩĉş蝿ɖȃ賲鐅臬" + "n芞QÄȻȊ+?ƭ峧Y栲茇竛" ] }, - "privileged": false, + "privileged": true, "seLinuxOptions": { - "user": "215", - "role": "216", - "type": "217", - "level": "218" + "user": "214", + "role": "215", + "type": "216", + "level": "217" }, "windowsOptions": { - "gmsaCredentialSpecName": "219", - "gmsaCredentialSpec": "220", - "runAsUserName": "221" + "gmsaCredentialSpecName": "218", + "gmsaCredentialSpec": "219", + "runAsUserName": "220" }, - "runAsUser": -1799108093609470992, - "runAsGroup": -1245112587824234591, + "runAsUser": 4875570291212151521, + "runAsGroup": -593458796014416333, "runAsNonRoot": true, "readOnlyRootFilesystem": false, "allowPrivilegeEscalation": true, - "procMount": "ǵʭd鲡:贅wE@Ȗs«öʮ", + "procMount": "軶ǃ*ʙ嫙\u0026蒒5靇", "seccompProfile": { - "type": "\u003cé瞾", - "localhostProfile": "222" + "type": "'ɵK.Q貇£ȹ嫰ƹǔw÷", + "localhostProfile": "221" } }, - "stdin": true, - "stdinOnce": true + "tty": true } ], "containers": [ { - "name": "223", - "image": "224", + "name": "222", + "image": "223", "command": [ - "225" + "224" ], "args": [ - "226" + "225" ], - "workingDir": "227", + "workingDir": "226", "ports": [ { - "name": "228", - "hostPort": 460997133, - "containerPort": -636855511, - "protocol": "r蛏豈ɃHŠ", - "hostIP": "229" + "name": "227", + "hostPort": -162264011, + "containerPort": 800220849, + "protocol": "ƲE'iþŹʣy豎@ɀ羭,铻OŤǢʭ", + "hostIP": "228" } ], "envFrom": [ { - "prefix": "230", + "prefix": "229", "configMapRef": { - "name": "231", - "optional": false + "name": "230", + "optional": true }, "secretRef": { - "name": "232", - "optional": true + "name": "231", + "optional": false } } ], "env": [ { - "name": "233", - "value": "234", + "name": "232", + "value": "233", "valueFrom": { "fieldRef": { - "apiVersion": "235", - "fieldPath": "236" + "apiVersion": "234", + "fieldPath": "235" }, "resourceFieldRef": { - "containerName": "237", - "resource": "238", - "divisor": "431" + "containerName": "236", + "resource": "237", + "divisor": "255" }, "configMapKeyRef": { - "name": "239", - "key": "240", + "name": "238", + "key": "239", "optional": false }, "secretKeyRef": { - "name": "241", - "key": "242", - "optional": true + "name": "240", + "key": "241", + "optional": false } } } ], "resources": { "limits": { - "s{Ⱦdz@ùƸʋŀ樺ȃ": "395" + "j忊Ŗȫ焗捏ĨFħ": "634" }, "requests": { - "'iþŹʣy豎@ɀ羭,铻OŤǢʭ嵔": "340" + "Ȍzɟ踡": "128" } }, "volumeMounts": [ { - "name": "243", - "readOnly": true, - "mountPath": "244", - "subPath": "245", - "mountPropagation": "", - "subPathExpr": "246" + "name": "242", + "mountPath": "243", + "subPath": "244", + "mountPropagation": "1ſ盷褎weLJèux榜VƋZ1Ůđ眊", + "subPathExpr": "245" } ], "volumeDevices": [ { - "name": "247", - "devicePath": "248" + "name": "246", + "devicePath": "247" } ], "livenessProbe": { "exec": { "command": [ - "249" + "248" ] }, "httpGet": { - "path": "250", - "port": -78618443, + "path": "249", + "port": "250", "host": "251", - "scheme": "Ɗ+j忊Ŗȫ焗捏ĨFħ籘Àǒ", + "scheme": "LLȊɞ-uƻ悖ȩ0Ƹ[Ęİ榌", "httpHeaders": [ { "name": "252", @@ -747,42 +744,42 @@ ] }, "tcpSocket": { - "port": -495373547, - "host": "254" + "port": "254", + "host": "255" }, - "initialDelaySeconds": -163839428, - "timeoutSeconds": 1912934380, - "periodSeconds": 1096174794, - "successThreshold": 1591029717, - "failureThreshold": 1255169591 + "initialDelaySeconds": 878491792, + "timeoutSeconds": -187060941, + "periodSeconds": -442393168, + "successThreshold": -307373517, + "failureThreshold": 1109079597 }, "readinessProbe": { "exec": { "command": [ - "255" + "256" ] }, "httpGet": { - "path": "256", - "port": -1497057920, - "host": "257", - "scheme": "ż丩ŽoǠŻʘY賃ɪ鐊瀑Ź9", + "path": "257", + "port": 1599076900, + "host": "258", + "scheme": "ɰ", "httpHeaders": [ { - "name": "258", - "value": "259" + "name": "259", + "value": "260" } ] }, "tcpSocket": { - "port": "260", + "port": -1675041613, "host": "261" }, - "initialDelaySeconds": 828173251, - "timeoutSeconds": -394397948, - "periodSeconds": 2040455355, - "successThreshold": 1505972335, - "failureThreshold": -26910286 + "initialDelaySeconds": 963670270, + "timeoutSeconds": -1180080716, + "periodSeconds": -1409668172, + "successThreshold": 1356213425, + "failureThreshold": 417821861 }, "startupProbe": { "exec": { @@ -792,9 +789,9 @@ }, "httpGet": { "path": "263", - "port": -1343558801, + "port": 270599701, "host": "264", - "scheme": "@掇lNdǂ\u003e", + "scheme": "ʤî萨zvt莭", "httpHeaders": [ { "name": "265", @@ -806,11 +803,11 @@ "port": "267", "host": "268" }, - "initialDelaySeconds": -150133456, - "timeoutSeconds": 1507815593, - "periodSeconds": 1498833271, - "successThreshold": 1505082076, - "failureThreshold": 1447898632 + "initialDelaySeconds": -503805926, + "timeoutSeconds": 77312514, + "periodSeconds": -763687725, + "successThreshold": -246563990, + "failureThreshold": 10098903 }, "lifecycle": { "postStart": { @@ -821,54 +818,55 @@ }, "httpGet": { "path": "270", - "port": "271", - "host": "272", - "scheme": "荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3", + "port": -141943860, + "host": "271", + "scheme": "牐ɺ皚|懥", "httpHeaders": [ { - "name": "273", - "value": "274" + "name": "272", + "value": "273" } ] }, "tcpSocket": { - "port": "275", - "host": "276" + "port": "274", + "host": "275" } }, "preStop": { "exec": { "command": [ - "277" + "276" ] }, "httpGet": { - "path": "278", - "port": 1182477686, - "host": "279", + "path": "277", + "port": -407545915, + "host": "278", + "scheme": "ɆâĺɗŹ倗S晒嶗UÐ_ƮA攤/ɸɎ ", "httpHeaders": [ { - "name": "280", - "value": "281" + "name": "279", + "value": "280" } ] }, "tcpSocket": { - "port": -763687725, + "port": "281", "host": "282" } } }, "terminationMessagePath": "283", - "terminationMessagePolicy": "ïì«丯Ƙ枛牐ɺ皚|懥ƖN粕擓ƖHV", - "imagePullPolicy": "ĺɗŹ倗S晒嶗UÐ_ƮA攤", + "terminationMessagePolicy": "耶FfBls3!Zɾģ毋Ó6dz", + "imagePullPolicy": "$矡ȶ", "securityContext": { "capabilities": { "add": [ - "Ɏ R§耶FfBl" + "ʢ=wǕɳɷ9Ì崟¿瘦ɖ緕ȚÍ勅跦O" ], "drop": [ - "3!Zɾģ毋Ó6" + "" ] }, "privileged": true, @@ -883,19 +881,17 @@ "gmsaCredentialSpec": "289", "runAsUserName": "290" }, - "runAsUser": 2204784004762988751, - "runAsGroup": -4167460131022140625, + "runAsUser": -5345615652360879044, + "runAsGroup": 1616645369356252673, "runAsNonRoot": true, "readOnlyRootFilesystem": true, "allowPrivilegeEscalation": true, - "procMount": "Ⱥ眖R#yV'WKw(ğ", + "procMount": "ƬQg鄠[颐o啛更偢ɇ卷荙JL", "seccompProfile": { - "type": "Ůĺ}潷ʒ胵輓", + "type": "]佱¿\u003e犵殇ŕ-Ɂ圯W", "localhostProfile": "291" } - }, - "stdinOnce": true, - "tty": true + } } ], "ephemeralContainers": [ @@ -912,8 +908,9 @@ "ports": [ { "name": "297", - "hostPort": -1738069460, - "containerPort": -1643733106, + "hostPort": 415947324, + "containerPort": 18113448, + "protocol": "铿ʩȂ4ē鐭#嬀ơŸ8T", "hostIP": "298" } ], @@ -926,7 +923,7 @@ }, "secretRef": { "name": "301", - "optional": false + "optional": true } } ], @@ -942,12 +939,12 @@ "resourceFieldRef": { "containerName": "306", "resource": "307", - "divisor": "729" + "divisor": "160" }, "configMapKeyRef": { "name": "308", "key": "309", - "optional": true + "optional": false }, "secretKeyRef": { "name": "310", @@ -959,18 +956,19 @@ ], "resources": { "limits": { - "扴ȨŮ+朷Ǝ膯ljVX1虊谇": "279" + "绤fʀļ腩墺Ò媁荭g": "378" }, "requests": { - "圯W:ĸ輦唊#v铿ʩȂ4ē鐭#嬀": "918" + "Ȏ蝪ʜ5遰=E埄Ȁ朦 wƯ貾坢'跩aŕ": "294" } }, "volumeMounts": [ { "name": "312", + "readOnly": true, "mountPath": "313", "subPath": "314", - "mountPropagation": "ó藢xɮĵȑ6L*", + "mountPropagation": "i\u0026皥贸碔lNKƙ順\\E¦队偯J僳徥淳", "subPathExpr": "315" } ], @@ -988,25 +986,25 @@ }, "httpGet": { "path": "319", - "port": "320", - "host": "321", - "scheme": "fʀļ腩墺Ò媁荭gw忊", + "port": -374766088, + "host": "320", + "scheme": "翜舞拉Œ", "httpHeaders": [ { - "name": "322", - "value": "323" + "name": "321", + "value": "322" } ] }, "tcpSocket": { - "port": -1761398388, + "port": "323", "host": "324" }, - "initialDelaySeconds": -1532958330, - "timeoutSeconds": -438588982, - "periodSeconds": 1004325340, - "successThreshold": -1313320434, - "failureThreshold": 14304392 + "initialDelaySeconds": -190183379, + "timeoutSeconds": -940334911, + "periodSeconds": -341287812, + "successThreshold": 2030115750, + "failureThreshold": 1847163341 }, "readinessProbe": { "exec": { @@ -1016,9 +1014,9 @@ }, "httpGet": { "path": "326", - "port": 1714588921, + "port": 567263590, "host": "327", - "scheme": "Ư貾", + "scheme": "KŅ/", "httpHeaders": [ { "name": "328", @@ -1030,11 +1028,11 @@ "port": "330", "host": "331" }, - "initialDelaySeconds": -552281772, - "timeoutSeconds": -677617960, - "periodSeconds": 383015301, - "successThreshold": -1717997927, - "failureThreshold": 1533365989 + "initialDelaySeconds": -1894250541, + "timeoutSeconds": 1962818731, + "periodSeconds": 1315054653, + "successThreshold": 711020087, + "failureThreshold": 1103049140 }, "startupProbe": { "exec": { @@ -1044,8 +1042,9 @@ }, "httpGet": { "path": "333", - "port": -2121788927, + "port": -1468297794, "host": "334", + "scheme": "磣Óƿ頀\"冓鍓贯澔 ƺ蛜6Ɖ飴Ɏ", "httpHeaders": [ { "name": "335", @@ -1054,27 +1053,27 @@ ] }, "tcpSocket": { - "port": -518330919, - "host": "337" + "port": "337", + "host": "338" }, - "initialDelaySeconds": 1313273370, - "timeoutSeconds": -1296830577, - "periodSeconds": -1314967760, - "successThreshold": 1174240097, - "failureThreshold": -1928016742 + "initialDelaySeconds": 1308698792, + "timeoutSeconds": 1401790459, + "periodSeconds": -934378634, + "successThreshold": -1453143878, + "failureThreshold": -1129218498 }, "lifecycle": { "postStart": { "exec": { "command": [ - "338" + "339" ] }, "httpGet": { - "path": "339", - "port": "340", + "path": "340", + "port": -1103045151, "host": "341", - "scheme": "偯J僳徥淳4", + "scheme": "Òȗ", "httpHeaders": [ { "name": "342", @@ -1083,7 +1082,7 @@ ] }, "tcpSocket": { - "port": -1421951296, + "port": 1843491416, "host": "344" } }, @@ -1095,9 +1094,9 @@ }, "httpGet": { "path": "346", - "port": -1856061695, + "port": -414121491, "host": "347", - "scheme": "Œɥ颶妧Ö闊 鰔澝qV訆Ǝ", + "scheme": "ŕ璻Jih亏yƕ丆", "httpHeaders": [ { "name": "348", @@ -1106,101 +1105,101 @@ ] }, "tcpSocket": { - "port": 509813083, - "host": "350" + "port": "350", + "host": "351" } } }, - "terminationMessagePath": "351", - "terminationMessagePolicy": "²sNƗ¸g", - "imagePullPolicy": ")酊龨δ摖ȱğ_\u003cǬëJ橈'琕鶫:", + "terminationMessagePath": "352", + "terminationMessagePolicy": "Ŏ)/灩聋3趐囨鏻砅邻", + "imagePullPolicy": "騎C\"6x$1sȣ±p鋄", "securityContext": { "capabilities": { "add": [ - "" + "ȹ均i绝5哇芆斩ìh4Ɋ" ], "drop": [ - "Ȱ囌{屿oiɥ嵐sC8?Ǻ鱎ƙ;" + "Ȗ|ʐşƧ諔迮ƙIJ嘢4" ] }, "privileged": false, "seLinuxOptions": { - "user": "352", - "role": "353", - "type": "354", - "level": "355" + "user": "353", + "role": "354", + "type": "355", + "level": "356" }, "windowsOptions": { - "gmsaCredentialSpecName": "356", - "gmsaCredentialSpec": "357", - "runAsUserName": "358" + "gmsaCredentialSpecName": "357", + "gmsaCredentialSpec": "358", + "runAsUserName": "359" }, - "runAsUser": 5431518803727886665, - "runAsGroup": -545284475172904979, + "runAsUser": 4288903380102217677, + "runAsGroup": 6618112330449141397, "runAsNonRoot": false, - "readOnlyRootFilesystem": true, - "allowPrivilegeEscalation": true, - "procMount": "丆", + "readOnlyRootFilesystem": false, + "allowPrivilegeEscalation": false, + "procMount": "ďW賁Ěɭɪǹ0衷,ƷƣMț譎懚XW", "seccompProfile": { - "type": "²Ŏ)/灩聋3趐囨", - "localhostProfile": "359" + "type": "鑳w妕眵笭/9崍h趭", + "localhostProfile": "360" } }, - "targetContainerName": "360" + "stdin": true, + "targetContainerName": "361" } ], - "restartPolicy": "邻爥蹔ŧOǨ繫ʎǑyZ涬P­蜷ɔ幩", - "terminationGracePeriodSeconds": -5027542616778527781, - "activeDeadlineSeconds": 5014869561632118364, - "dnsPolicy": "哇芆斩ìh4ɊHȖ|ʐşƧ諔迮", + "restartPolicy": "uE增猍ǵ xǨŴ", + "terminationGracePeriodSeconds": -3517636156282992346, + "activeDeadlineSeconds": 9071452520778858299, + "dnsPolicy": "ɢX鰨松/Ȁĵ", "nodeSelector": { - "361": "362" + "362": "363" }, - "serviceAccountName": "363", - "serviceAccount": "364", + "serviceAccountName": "364", + "serviceAccount": "365", "automountServiceAccountToken": false, - "nodeName": "365", + "nodeName": "366", "hostNetwork": true, - "hostIPC": true, "shareProcessNamespace": false, "securityContext": { "seLinuxOptions": { - "user": "366", - "role": "367", - "type": "368", - "level": "369" + "user": "367", + "role": "368", + "type": "369", + "level": "370" }, "windowsOptions": { - "gmsaCredentialSpecName": "370", - "gmsaCredentialSpec": "371", - "runAsUserName": "372" + "gmsaCredentialSpecName": "371", + "gmsaCredentialSpec": "372", + "runAsUserName": "373" }, - "runAsUser": 4883846315878203110, - "runAsGroup": -7936947433725476327, + "runAsUser": 2548453080315983269, + "runAsGroup": -8236071895143008294, "runAsNonRoot": false, "supplementalGroups": [ - 6726836758549163621 + -7117039988160665426 ], - "fsGroup": 741362943076737213, + "fsGroup": 3055252978348423424, "sysctls": [ { - "name": "373", - "value": "374" + "name": "374", + "value": "375" } ], - "fsGroupChangePolicy": "W賁Ěɭɪǹ0", + "fsGroupChangePolicy": "", "seccompProfile": { - "type": ",ƷƣMț譎懚XW疪鑳", - "localhostProfile": "375" + "type": "", + "localhostProfile": "376" } }, "imagePullSecrets": [ { - "name": "376" + "name": "377" } ], - "hostname": "377", - "subdomain": "378", + "hostname": "378", + "subdomain": "379", "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { @@ -1208,19 +1207,19 @@ { "matchExpressions": [ { - "key": "379", - "operator": "e躒訙Ǫʓ)ǂť嗆u8晲T[ir", + "key": "380", + "operator": "{æ盪泙", "values": [ - "380" + "381" ] } ], "matchFields": [ { - "key": "381", - "operator": "Ƶf", + "key": "382", + "operator": "繐汚磉反-n覦", "values": [ - "382" + "383" ] } ] @@ -1229,23 +1228,23 @@ }, "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1627026804, + "weight": 1618861163, "preference": { "matchExpressions": [ { - "key": "383", - "operator": "pȓɻ挴ʠɜ瞍阎lğ Ņ#耗Ǚ(ť1", + "key": "384", + "operator": "ʅ蕉ɼ搳ǭ濑箨ʨIk(dŊiɢzĮ蛋I", "values": [ - "384" + "385" ] } ], "matchFields": [ { - "key": "385", - "operator": "", + "key": "386", + "operator": "ʆɞȥ}礤铟怖ý萜Ǖc8", "values": [ - "386" + "387" ] } ] @@ -1258,30 +1257,27 @@ { "labelSelector": { "matchLabels": { - "8.3dCv3j._.-_pP__up.2L_s-o779._-k-5___-Qq..csh-3i": "1Tvw39F_C-rtSY.g._2F7.-_e..r" + "z.T-V_D_0-K_A-_9_Z_C..7o_x3..-.8-Jp-9-4-Tm.Y": "k8...__.Q_c8.G.b_9_1o.w_aI._31-_I-A-_3bz._8M01" }, "matchExpressions": [ { - "key": "6-x_rC9..__-6_k.N-2B_V.-tfh4.caTz_.g.w-o.8_WT-M.3_1", - "operator": "NotIn", - "values": [ - "z" - ] + "key": "w9-9d8-s7t/ZX-D---k..1Q7._l.._Q.6.I--2_9.v.--_.--4QQo", + "operator": "DoesNotExist" } ] }, "namespaces": [ - "393" + "394" ], - "topologyKey": "394", + "topologyKey": "395", "namespaceSelector": { "matchLabels": { - "n_H-.___._D8.TS-jJ.Ys_Mop34_-2": "H38xm-.nx.sEK4.B._6" + "37zzgy3-4----nf---3a-cgr6---r58-e-l203-8sln7-3x-b--550397801/1.k9M86.9a_-0R_.Z__v": "0j._g-G-7--p9.-_0R.-_-3_S" }, "matchExpressions": [ { - "key": "9_.-.Ms7_t.U", - "operator": "DoesNotExist" + "key": "g_-b8a_W", + "operator": "Exists" } ] } @@ -1289,31 +1285,31 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -1940800545, + "weight": 673385237, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "0--1----v8-4--558n1asz-r886-1--s/8.3t": "r.E__-.8_e_l2.._8s--7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5" + "x.KNC0-.-m_0-m-6Sp_N-S..O-BZ..6-5": "bB3_.b17ca-p" }, "matchExpressions": [ { - "key": "67F3p2_-_AmD-.0P", + "key": "1rhm-5y--z-0/5eQ9", "operator": "DoesNotExist" } ] }, "namespaces": [ - "407" + "408" ], - "topologyKey": "408", + "topologyKey": "409", "namespaceSelector": { "matchLabels": { - "6--3QC1--L--v_Z--Zg-_4Q__-v_t_u_.__I_-_-w": "d-5X1rh-K5y_AzOBW.9oE9_6.--v1r" + "93z-w5----7-z-63-z---5r-v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-354/9--v17r__.2bIZ___._6..tf-_u-3-_n0..KpiS.oK-.O--5-yp8q_s-1__gwj": "5HG2_5XOAX.gUqV22-4-ye52yQh7.6.-y-s4483Po_L3f1-7_O4.nM" }, "matchExpressions": [ { - "key": "93z-w5----7-z-63-z---5r-v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-354/K._6..tf-_u-3-_n0..KpiS.oK-.O--5-yp8q_s-1__gwj", - "operator": "Exists" + "key": "8mtxb__-ex-_1_-ODgC_1-_8__3", + "operator": "DoesNotExist" } ] } @@ -1326,27 +1322,27 @@ { "labelSelector": { "matchLabels": { - "5.8v/ye52yQh7.6.-y-s4483Po_L3f1-7_O4.nw_-_x18mtxb__-ex-_1_-ODC": "Ao" + "K-.03.mp.-10KkQ-R_R.-.--4_IT_O__3.5h_X0": "u7.-hj-O_8-b6E_--Y_Dp8O_._e_3_.4_W_-_-7Tp_.----cp__ac8u.._K" }, "matchExpressions": [ { - "key": "hj6/bW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...CqN", - "operator": "DoesNotExist" + "key": "sap--h--q0h-t2n4s-6-k5-e.t8x7-l--b-9-u--17---u7-gl7814ei0/pT75-.emV__1-wv3UDf.-4D-r.-F__r.oh..2_uGGP..-_V", + "operator": "Exists" } ] }, "namespaces": [ - "421" + "422" ], - "topologyKey": "422", + "topologyKey": "423", "namespaceSelector": { "matchLabels": { - "O_._e_3_.4_W_-q": "Tp_.----cp__ac8u.._-__BM.6-.Y_72-_--pT75-.emV__1-wv3UDf.-4D-rr" + "e7-7973b--7-n-34-5-yqu20-9105g4-edj0fi-z-s--o8t7.4--p1-2-xa-o65p--edno-52--6-0dkn-9n7p22o4a-w----17/zA_-_l67Q.-_t--O.3L.z2-y.-...C4_-_2G0.-c_C.G.h-m": "e.Dx._.W-6..4_MU7iLfS0" }, "matchExpressions": [ { - "key": "XN_h_4Hl-X0_2--__4K..-68-7AlR__8-7_-YD-Q9_-T", - "operator": "Exists" + "key": "P6j.u--.K--g__..b", + "operator": "DoesNotExist" } ] } @@ -1354,34 +1350,34 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -918715115, + "weight": -616061040, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "203-7z2zy0e428-4-k-2-08vc6/y.0__sD.-.-_I-F.PWtO4-7-P41_j": "CRT.0z-oe.G79.3bU_._nV34G._--u..9" + "L_v.-_.4dwFbuvEf55Y2k.F-F..3m6.._2v89U--8.3N_.n1.--.._-x_4.u": "j__3uM77U7._pT-___-_5-6h_Ky7-_0Vw-Nzfdw.w" }, "matchExpressions": [ { - "key": "n-9n7p22o4a-w----11rqy3eo79p-f4r1--7p--053--suug/5-4_ed-0-i_zZsY_o8t5Vl6_..7CY-_dc__G6N-_-0o.0C_gV9", - "operator": "NotIn", - "values": [ - "f8k" - ] + "key": "b6---9-d-6s83--r-vk58-7e74-ddq-al.8-0m2/48-S9_-4CwMqp..__X", + "operator": "Exists" } ] }, "namespaces": [ - "435" + "436" ], - "topologyKey": "436", + "topologyKey": "437", "namespaceSelector": { "matchLabels": { - "s4dw-buv-f55-2k2-e-443m678-2v89-zk873--1n133.or-0-2--rad877gr62g/dg__..2bidF.-0-...WE.-_tdt_-Z0_TMp": "5_pT-___-_5-6h_Ky7-_0Vw-Nzfd7" + "97---1-i-67-3o--w/Q__-_--ux_E4-.-PT-_Nx__-F_._n.WaY_o.-0-yE-R5W5_2n...7a": "ZZ__.-_U-.60--o._8H__lB" }, "matchExpressions": [ { - "key": "27e74-ddq-a-lcv0n1-i-d-----9---063-qm-j-3wc89k-0-57z406v.yn4-a--o2h0fy-j-5-5-2n32178aoj/TCH--.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133eT_2_Y", - "operator": "DoesNotExist" + "key": "vi.Z", + "operator": "NotIn", + "values": [ + "03l-_86_u2-7_._qN__A_f_-B3_U__L.H" + ] } ] } @@ -1390,236 +1386,233 @@ ] } }, - "schedulerName": "443", + "schedulerName": "444", "tolerations": [ { - "key": "444", - "operator": "邵鄨o鷺ɷ裝TG奟cõ乨厰ʚ±r", - "value": "445", - "effect": "鱶镖喗vȥ", - "tolerationSeconds": -6321906203897721632 + "key": "445", + "operator": "瘂S淫íŶƭ鬯富Nú顏*z犔kU", + "value": "446", + "effect": "甬Ʈ岢r臣鐐qwïźU痤ȵ", + "tolerationSeconds": -4322909565451750640 } ], "hostAliases": [ { - "ip": "446", + "ip": "447", "hostnames": [ - "447" + "448" ] } ], - "priorityClassName": "448", - "priority": 1266180085, + "priorityClassName": "449", + "priority": 780753434, "dnsConfig": { "nameservers": [ - "449" + "450" ], "searches": [ - "450" + "451" ], "options": [ { - "name": "451", - "value": "452" + "name": "452", + "value": "453" } ] }, "readinessGates": [ { - "conditionType": "ɒó\u003c碡4鏽喡孨ʚé薘-­ɞ逭ɋ¡UǦ" + "conditionType": "¤趜磕绘翁揌p:oŇE" } ], - "runtimeClassName": "453", - "enableServiceLinks": true, - "preemptionPolicy": "ȏ歟跎欨T猳\u003e_貹", + "runtimeClassName": "454", + "enableServiceLinks": false, + "preemptionPolicy": "ħ\\", "overhead": { - "ʬʞǦ坭": "336" + "kƱ": "313" }, "topologySpreadConstraints": [ { - "maxSkew": -472259653, - "topologyKey": "454", - "whenUnsatisfiable": "髢槔謒笑食Ĵ汇ɼ臨Y舩慍绮覟辒w", + "maxSkew": 1674267790, + "topologyKey": "455", + "whenUnsatisfiable": "G峣搒R谱ʜ篲\u0026ZǘtnjʣǕV", "labelSelector": { "matchLabels": { - "27d84-1f9.4-68u8gwb0k-6-p--mgi7-2je7zjt0pp-x0r2gd---yn--3qx4-io-qm899-i/L20_9._5-..Bi_..aOQ_._Yn.-.4t.U.VU__-_A": "o.8._.---UK_-.j21---__y.9O.L-.m.3--.4_-8U.2617.W74-R_ZT" + "Q_mgi.U.-e7z-t0-pQ-.-.g-_Z_-nSL.--4i": "Wq-...Oai.D7-_9..8-8yw..__Yb_8" }, "matchExpressions": [ { - "key": "o4__.__.-_-I-P._..leR--9-_J-_.-e9fz87_2---2.E.p9-.-3.B", - "operator": "NotIn", - "values": [ - "Pc---K__-iguFGT._.Y4-0.67hr" - ] + "key": "h---dY7_M_-._M5..-N_H_55..--E3_2D1", + "operator": "DoesNotExist" } ] } } ], - "setHostnameAsFQDN": true + "setHostnameAsFQDN": false }, "status": { - "phase": "ɂR", + "phase": "VǢɾ纤ą", "conditions": [ { - "type": "ɔ诌7蹎l\u0026踼3Ć7aȑ", - "status": ".Ĉ马āƭ", - "lastProbeTime": "2162-04-09T16:36:03Z", - "lastTransitionTime": "2168-01-12T07:01:33Z", - "reason": "461", - "message": "462" + "type": "?ɣ蔫椁Ȕ蝬KȴǃmŁȒ|'从", + "status": "{煰", + "lastProbeTime": "2761-08-29T15:09:53Z", + "lastTransitionTime": "2608-03-08T03:06:33Z", + "reason": "462", + "message": "463" } ], - "message": "463", - "reason": "464", - "nominatedNodeName": "465", - "hostIP": "466", - "podIP": "467", + "message": "464", + "reason": "465", + "nominatedNodeName": "466", + "hostIP": "467", + "podIP": "468", "podIPs": [ { - "ip": "468" + "ip": "469" } ], "initContainerStatuses": [ { - "name": "469", + "name": "470", "state": { "waiting": { - "reason": "470", - "message": "471" + "reason": "471", + "message": "472" }, "running": { - "startedAt": "2946-11-27T06:13:08Z" + "startedAt": "2207-07-09T15:21:43Z" }, "terminated": { - "exitCode": 1020403419, - "signal": 1585192515, - "reason": "472", - "message": "473", - "startedAt": "2163-08-10T16:50:32Z", - "finishedAt": "2413-02-07T13:42:48Z", - "containerID": "474" + "exitCode": 1874682186, + "signal": -768346969, + "reason": "473", + "message": "474", + "startedAt": "2757-03-25T09:04:49Z", + "finishedAt": "2465-03-18T23:55:27Z", + "containerID": "475" } }, "lastState": { "waiting": { - "reason": "475", - "message": "476" + "reason": "476", + "message": "477" }, "running": { - "startedAt": "2165-01-04T06:14:57Z" + "startedAt": "2687-07-04T15:23:41Z" }, "terminated": { - "exitCode": -641891444, - "signal": -184015429, - "reason": "477", - "message": "478", - "startedAt": "2881-08-22T13:59:42Z", - "finishedAt": "2560-08-23T03:17:54Z", - "containerID": "479" + "exitCode": 1892596557, + "signal": -1952419528, + "reason": "478", + "message": "479", + "startedAt": "2135-06-21T01:04:43Z", + "finishedAt": "2719-07-17T22:00:10Z", + "containerID": "480" } }, "ready": false, - "restartCount": 1928675686, - "image": "480", - "imageID": "481", - "containerID": "482", + "restartCount": -391574961, + "image": "481", + "imageID": "482", + "containerID": "483", "started": true } ], "containerStatuses": [ { - "name": "483", + "name": "484", "state": { "waiting": { - "reason": "484", - "message": "485" + "reason": "485", + "message": "486" }, "running": { - "startedAt": "2935-07-16T02:37:05Z" + "startedAt": "2760-10-14T11:51:24Z" }, "terminated": { - "exitCode": 539970471, - "signal": -83826225, - "reason": "486", - "message": "487", - "startedAt": "2895-10-08T07:21:48Z", - "finishedAt": "2840-11-22T13:59:19Z", - "containerID": "488" + "exitCode": 165747350, + "signal": 470888375, + "reason": "487", + "message": "488", + "startedAt": "2942-12-12T07:01:06Z", + "finishedAt": "2699-11-10T05:45:30Z", + "containerID": "489" } }, "lastState": { "waiting": { - "reason": "489", - "message": "490" + "reason": "490", + "message": "491" }, "running": { - "startedAt": "2659-09-05T07:50:10Z" + "startedAt": "2127-06-24T09:29:52Z" }, "terminated": { - "exitCode": 1576197985, - "signal": -702578810, - "reason": "491", - "message": "492", - "startedAt": "2398-03-02T12:16:34Z", - "finishedAt": "2707-10-06T22:05:11Z", - "containerID": "493" + "exitCode": 1574959758, + "signal": 1657812021, + "reason": "492", + "message": "493", + "startedAt": "2153-04-02T23:06:37Z", + "finishedAt": "2299-04-20T19:57:50Z", + "containerID": "494" } }, "ready": true, - "restartCount": -54679211, - "image": "494", - "imageID": "495", - "containerID": "496", + "restartCount": 2015720150, + "image": "495", + "imageID": "496", + "containerID": "497", "started": false } ], - "qosClass": "ȩ硘(ǒ[", + "qosClass": "澵貛香\"砻B", "ephemeralContainerStatuses": [ { - "name": "497", + "name": "498", "state": { "waiting": { - "reason": "498", - "message": "499" + "reason": "499", + "message": "500" }, "running": { - "startedAt": "2874-02-01T06:46:13Z" + "startedAt": "2513-06-23T10:07:34Z" }, "terminated": { - "exitCode": -1460952461, - "signal": -1185666065, - "reason": "500", - "message": "501", - "startedAt": "2224-07-09T03:30:48Z", - "finishedAt": "2141-03-15T19:11:22Z", - "containerID": "502" + "exitCode": -1155216843, + "signal": 839330574, + "reason": "501", + "message": "502", + "startedAt": "2296-08-29T04:36:22Z", + "finishedAt": "2685-03-12T10:07:19Z", + "containerID": "503" } }, "lastState": { "waiting": { - "reason": "503", - "message": "504" + "reason": "504", + "message": "505" }, "running": { - "startedAt": "2222-01-27T15:06:59Z" + "startedAt": "2100-10-03T01:21:07Z" }, "terminated": { - "exitCode": 549022803, - "signal": -1492412234, - "reason": "505", - "message": "506", - "startedAt": "2210-09-18T20:20:17Z", - "finishedAt": "2803-11-07T04:43:16Z", - "containerID": "507" + "exitCode": -1308926448, + "signal": 1208014329, + "reason": "506", + "message": "507", + "startedAt": "2915-11-30T10:57:55Z", + "finishedAt": "2358-12-25T12:18:48Z", + "containerID": "508" } }, - "ready": false, - "restartCount": 336125685, - "image": "508", - "imageID": "509", - "containerID": "510", - "started": false + "ready": true, + "restartCount": 1093414706, + "image": "509", + "imageID": "510", + "containerID": "511", + "started": true } ] } 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 9d71c896f4c435e6a1af4506bc6ccc90d45d5378..a09b73ceeda426b504a1a4270bee66239742ffee 100644 GIT binary patch delta 6034 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 delta 6166 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 X{3s>BE|sv*!UH9qTWAU~Sxo-{v#yK- 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 7700fc0b4ef..152f75b3a3f 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 @@ -30,238 +30,238 @@ metadata: selfLink: "5" uid: "7" spec: - activeDeadlineSeconds: 5014869561632118364 + activeDeadlineSeconds: 9071452520778858299 affinity: nodeAffinity: preferredDuringSchedulingIgnoredDuringExecution: - preference: matchExpressions: - - key: "383" - operator: pȓɻ挴ʠɜ瞍阎lğ Ņ#耗Ǚ(ť1 + - key: "384" + operator: ʅ蕉ɼ搳ǭ濑箨ʨIk(dŊiɢzĮ蛋I values: - - "384" + - "385" matchFields: - - key: "385" - operator: "" + - key: "386" + operator: ʆɞȥ}礤铟怖ý萜Ǖc8 values: - - "386" - weight: 1627026804 + - "387" + weight: 1618861163 requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - - key: "379" - operator: e躒訙Ǫʓ)ǂť嗆u8晲T[ir + - key: "380" + operator: '{æ盪泙' values: - - "380" + - "381" matchFields: - - key: "381" - operator: Ƶf + - key: "382" + operator: 繐汚磉反-n覦 values: - - "382" + - "383" podAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - - key: 67F3p2_-_AmD-.0P + - key: 1rhm-5y--z-0/5eQ9 operator: DoesNotExist matchLabels: - 0--1----v8-4--558n1asz-r886-1--s/8.3t: r.E__-.8_e_l2.._8s--7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5 + x.KNC0-.-m_0-m-6Sp_N-S..O-BZ..6-5: bB3_.b17ca-p namespaceSelector: matchExpressions: - - key: 93z-w5----7-z-63-z---5r-v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-354/K._6..tf-_u-3-_n0..KpiS.oK-.O--5-yp8q_s-1__gwj - operator: Exists + - key: 8mtxb__-ex-_1_-ODgC_1-_8__3 + operator: DoesNotExist matchLabels: - 6--3QC1--L--v_Z--Zg-_4Q__-v_t_u_.__I_-_-w: d-5X1rh-K5y_AzOBW.9oE9_6.--v1r + 93z-w5----7-z-63-z---5r-v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-354/9--v17r__.2bIZ___._6..tf-_u-3-_n0..KpiS.oK-.O--5-yp8q_s-1__gwj: 5HG2_5XOAX.gUqV22-4-ye52yQh7.6.-y-s4483Po_L3f1-7_O4.nM namespaces: - - "407" - topologyKey: "408" - weight: -1940800545 + - "408" + topologyKey: "409" + weight: 673385237 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: 6-x_rC9..__-6_k.N-2B_V.-tfh4.caTz_.g.w-o.8_WT-M.3_1 - operator: NotIn - values: - - z - matchLabels: - 8.3dCv3j._.-_pP__up.2L_s-o779._-k-5___-Qq..csh-3i: 1Tvw39F_C-rtSY.g._2F7.-_e..r - namespaceSelector: - matchExpressions: - - key: 9_.-.Ms7_t.U + - key: w9-9d8-s7t/ZX-D---k..1Q7._l.._Q.6.I--2_9.v.--_.--4QQo operator: DoesNotExist matchLabels: - n_H-.___._D8.TS-jJ.Ys_Mop34_-2: H38xm-.nx.sEK4.B._6 + z.T-V_D_0-K_A-_9_Z_C..7o_x3..-.8-Jp-9-4-Tm.Y: k8...__.Q_c8.G.b_9_1o.w_aI._31-_I-A-_3bz._8M01 + namespaceSelector: + matchExpressions: + - key: g_-b8a_W + operator: Exists + matchLabels: + 37zzgy3-4----nf---3a-cgr6---r58-e-l203-8sln7-3x-b--550397801/1.k9M86.9a_-0R_.Z__v: 0j._g-G-7--p9.-_0R.-_-3_S namespaces: - - "393" - topologyKey: "394" + - "394" + topologyKey: "395" podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - - key: n-9n7p22o4a-w----11rqy3eo79p-f4r1--7p--053--suug/5-4_ed-0-i_zZsY_o8t5Vl6_..7CY-_dc__G6N-_-0o.0C_gV9 - operator: NotIn - values: - - f8k + - key: b6---9-d-6s83--r-vk58-7e74-ddq-al.8-0m2/48-S9_-4CwMqp..__X + operator: Exists matchLabels: - 203-7z2zy0e428-4-k-2-08vc6/y.0__sD.-.-_I-F.PWtO4-7-P41_j: CRT.0z-oe.G79.3bU_._nV34G._--u..9 + L_v.-_.4dwFbuvEf55Y2k.F-F..3m6.._2v89U--8.3N_.n1.--.._-x_4.u: j__3uM77U7._pT-___-_5-6h_Ky7-_0Vw-Nzfdw.w namespaceSelector: matchExpressions: - - key: 27e74-ddq-a-lcv0n1-i-d-----9---063-qm-j-3wc89k-0-57z406v.yn4-a--o2h0fy-j-5-5-2n32178aoj/TCH--.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133eT_2_Y - operator: DoesNotExist + - key: vi.Z + operator: NotIn + values: + - 03l-_86_u2-7_._qN__A_f_-B3_U__L.H matchLabels: - s4dw-buv-f55-2k2-e-443m678-2v89-zk873--1n133.or-0-2--rad877gr62g/dg__..2bidF.-0-...WE.-_tdt_-Z0_TMp: 5_pT-___-_5-6h_Ky7-_0Vw-Nzfd7 + 97---1-i-67-3o--w/Q__-_--ux_E4-.-PT-_Nx__-F_._n.WaY_o.-0-yE-R5W5_2n...7a: ZZ__.-_U-.60--o._8H__lB namespaces: - - "435" - topologyKey: "436" - weight: -918715115 + - "436" + topologyKey: "437" + weight: -616061040 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: hj6/bW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...CqN - operator: DoesNotExist - matchLabels: - 5.8v/ye52yQh7.6.-y-s4483Po_L3f1-7_O4.nw_-_x18mtxb__-ex-_1_-ODC: Ao - namespaceSelector: - matchExpressions: - - key: XN_h_4Hl-X0_2--__4K..-68-7AlR__8-7_-YD-Q9_-T + - key: sap--h--q0h-t2n4s-6-k5-e.t8x7-l--b-9-u--17---u7-gl7814ei0/pT75-.emV__1-wv3UDf.-4D-r.-F__r.oh..2_uGGP..-_V operator: Exists matchLabels: - O_._e_3_.4_W_-q: Tp_.----cp__ac8u.._-__BM.6-.Y_72-_--pT75-.emV__1-wv3UDf.-4D-rr + K-.03.mp.-10KkQ-R_R.-.--4_IT_O__3.5h_X0: u7.-hj-O_8-b6E_--Y_Dp8O_._e_3_.4_W_-_-7Tp_.----cp__ac8u.._K + namespaceSelector: + matchExpressions: + - key: P6j.u--.K--g__..b + operator: DoesNotExist + matchLabels: + ? e7-7973b--7-n-34-5-yqu20-9105g4-edj0fi-z-s--o8t7.4--p1-2-xa-o65p--edno-52--6-0dkn-9n7p22o4a-w----17/zA_-_l67Q.-_t--O.3L.z2-y.-...C4_-_2G0.-c_C.G.h-m + : e.Dx._.W-6..4_MU7iLfS0 namespaces: - - "421" - topologyKey: "422" + - "422" + topologyKey: "423" automountServiceAccountToken: false containers: - args: - - "226" - command: - "225" + command: + - "224" env: - - name: "233" - value: "234" + - name: "232" + value: "233" valueFrom: configMapKeyRef: - key: "240" - name: "239" + key: "239" + name: "238" optional: false fieldRef: - apiVersion: "235" - fieldPath: "236" + apiVersion: "234" + fieldPath: "235" resourceFieldRef: - containerName: "237" - divisor: "431" - resource: "238" + containerName: "236" + divisor: "255" + resource: "237" secretKeyRef: - key: "242" - name: "241" - optional: true + key: "241" + name: "240" + optional: false envFrom: - configMapRef: + name: "230" + optional: true + prefix: "229" + secretRef: name: "231" optional: false - prefix: "230" - secretRef: - name: "232" - optional: true - image: "224" - imagePullPolicy: ĺɗŹ倗S晒嶗UÐ_ƮA攤 + image: "223" + imagePullPolicy: $矡ȶ lifecycle: postStart: exec: command: - "269" httpGet: - host: "272" + host: "271" httpHeaders: - - name: "273" - value: "274" + - name: "272" + value: "273" path: "270" - port: "271" - scheme: 荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3 + port: -141943860 + scheme: 牐ɺ皚|懥 tcpSocket: - host: "276" - port: "275" + host: "275" + port: "274" preStop: exec: command: - - "277" + - "276" httpGet: - host: "279" + host: "278" httpHeaders: - - name: "280" - value: "281" - path: "278" - port: 1182477686 + - name: "279" + value: "280" + path: "277" + port: -407545915 + scheme: 'ɆâĺɗŹ倗S晒嶗UÐ_ƮA攤/ɸɎ ' tcpSocket: host: "282" - port: -763687725 + port: "281" livenessProbe: exec: command: - - "249" - failureThreshold: 1255169591 + - "248" + failureThreshold: 1109079597 httpGet: host: "251" httpHeaders: - name: "252" value: "253" - path: "250" - port: -78618443 - scheme: Ɗ+j忊Ŗȫ焗捏ĨFħ籘Àǒ - initialDelaySeconds: -163839428 - periodSeconds: 1096174794 - successThreshold: 1591029717 + path: "249" + port: "250" + scheme: LLȊɞ-uƻ悖ȩ0Ƹ[Ęİ榌 + initialDelaySeconds: 878491792 + periodSeconds: -442393168 + successThreshold: -307373517 tcpSocket: - host: "254" - port: -495373547 - timeoutSeconds: 1912934380 - name: "223" + host: "255" + port: "254" + timeoutSeconds: -187060941 + name: "222" ports: - - containerPort: -636855511 - hostIP: "229" - hostPort: 460997133 - name: "228" - protocol: r蛏豈ɃHŠ + - containerPort: 800220849 + hostIP: "228" + hostPort: -162264011 + name: "227" + protocol: ƲE'iþŹʣy豎@ɀ羭,铻OŤǢʭ readinessProbe: exec: command: - - "255" - failureThreshold: -26910286 + - "256" + failureThreshold: 417821861 httpGet: - host: "257" + host: "258" httpHeaders: - - name: "258" - value: "259" - path: "256" - port: -1497057920 - scheme: ż丩ŽoǠŻʘY賃ɪ鐊瀑Ź9 - initialDelaySeconds: 828173251 - periodSeconds: 2040455355 - successThreshold: 1505972335 + - name: "259" + value: "260" + path: "257" + port: 1599076900 + scheme: ɰ + initialDelaySeconds: 963670270 + periodSeconds: -1409668172 + successThreshold: 1356213425 tcpSocket: host: "261" - port: "260" - timeoutSeconds: -394397948 + port: -1675041613 + timeoutSeconds: -1180080716 resources: limits: - s{Ⱦdz@ùƸʋŀ樺ȃ: "395" + j忊Ŗȫ焗捏ĨFħ: "634" requests: - '''iþŹʣy豎@ɀ羭,铻OŤǢʭ嵔': "340" + Ȍzɟ踡: "128" securityContext: allowPrivilegeEscalation: true capabilities: add: - - Ɏ R§耶FfBl + - ʢ=wǕɳɷ9Ì崟¿瘦ɖ緕ȚÍ勅跦O drop: - - 3!Zɾģ毋Ó6 + - "" privileged: true - procMount: Ⱥ眖R#yV'WKw(ğ + procMount: ƬQg鄠[颐o啛更偢ɇ卷荙JL readOnlyRootFilesystem: true - runAsGroup: -4167460131022140625 + runAsGroup: 1616645369356252673 runAsNonRoot: true - runAsUser: 2204784004762988751 + runAsUser: -5345615652360879044 seLinuxOptions: level: "287" role: "285" @@ -269,7 +269,7 @@ spec: user: "284" seccompProfile: localhostProfile: "291" - type: Ůĺ}潷ʒ胵輓 + type: ']佱¿>犵殇ŕ-Ɂ圯W' windowsOptions: gmsaCredentialSpec: "289" gmsaCredentialSpecName: "288" @@ -278,47 +278,44 @@ spec: exec: command: - "262" - failureThreshold: 1447898632 + failureThreshold: 10098903 httpGet: host: "264" httpHeaders: - name: "265" value: "266" path: "263" - port: -1343558801 - scheme: '@掇lNdǂ>' - initialDelaySeconds: -150133456 - periodSeconds: 1498833271 - successThreshold: 1505082076 + port: 270599701 + scheme: ʤî萨zvt莭 + initialDelaySeconds: -503805926 + periodSeconds: -763687725 + successThreshold: -246563990 tcpSocket: host: "268" port: "267" - timeoutSeconds: 1507815593 - stdinOnce: true + timeoutSeconds: 77312514 terminationMessagePath: "283" - terminationMessagePolicy: ïì«丯Ƙ枛牐ɺ皚|懥ƖN粕擓ƖHV - tty: true + terminationMessagePolicy: 耶FfBls3!Zɾģ毋Ó6dz volumeDevices: - - devicePath: "248" - name: "247" + - devicePath: "247" + name: "246" volumeMounts: - - mountPath: "244" - mountPropagation: "" - name: "243" - readOnly: true - subPath: "245" - subPathExpr: "246" - workingDir: "227" + - mountPath: "243" + mountPropagation: 1ſ盷褎weLJèux榜VƋZ1Ůđ眊 + name: "242" + subPath: "244" + subPathExpr: "245" + workingDir: "226" dnsConfig: nameservers: - - "449" - options: - - name: "451" - value: "452" - searches: - "450" - dnsPolicy: 哇芆斩ìh4ɊHȖ|ʐşƧ諔迮 - enableServiceLinks: true + options: + - name: "452" + value: "453" + searches: + - "451" + dnsPolicy: ɢX鰨松/Ȁĵ + enableServiceLinks: false ephemeralContainers: - args: - "295" @@ -331,13 +328,13 @@ spec: configMapKeyRef: key: "309" name: "308" - optional: true + optional: false fieldRef: apiVersion: "304" fieldPath: "305" resourceFieldRef: containerName: "306" - divisor: "729" + divisor: "160" resource: "307" secretKeyRef: key: "311" @@ -350,25 +347,25 @@ spec: prefix: "299" secretRef: name: "301" - optional: false + optional: true image: "293" - imagePullPolicy: ')酊龨δ摖ȱğ_<ǬëJ橈''琕鶫:' + imagePullPolicy: 騎C"6x$1sȣ±p鋄 lifecycle: postStart: exec: command: - - "338" + - "339" httpGet: host: "341" httpHeaders: - name: "342" value: "343" - path: "339" - port: "340" - scheme: 偯J僳徥淳4 + path: "340" + port: -1103045151 + scheme: Òȗ tcpSocket: host: "344" - port: -1421951296 + port: 1843491416 preStop: exec: command: @@ -379,128 +376,131 @@ spec: - name: "348" value: "349" path: "346" - port: -1856061695 - scheme: Œɥ颶妧Ö闊 鰔澝qV訆Ǝ + port: -414121491 + scheme: ŕ璻Jih亏yƕ丆 tcpSocket: - host: "350" - port: 509813083 + host: "351" + port: "350" livenessProbe: exec: command: - "318" - failureThreshold: 14304392 + failureThreshold: 1847163341 httpGet: - host: "321" + host: "320" httpHeaders: - - name: "322" - value: "323" + - name: "321" + value: "322" path: "319" - port: "320" - scheme: fʀļ腩墺Ò媁荭gw忊 - initialDelaySeconds: -1532958330 - periodSeconds: 1004325340 - successThreshold: -1313320434 + port: -374766088 + scheme: 翜舞拉Œ + initialDelaySeconds: -190183379 + periodSeconds: -341287812 + successThreshold: 2030115750 tcpSocket: host: "324" - port: -1761398388 - timeoutSeconds: -438588982 + port: "323" + timeoutSeconds: -940334911 name: "292" ports: - - containerPort: -1643733106 + - containerPort: 18113448 hostIP: "298" - hostPort: -1738069460 + hostPort: 415947324 name: "297" + protocol: 铿ʩȂ4ē鐭#嬀ơŸ8T readinessProbe: exec: command: - "325" - failureThreshold: 1533365989 + failureThreshold: 1103049140 httpGet: host: "327" httpHeaders: - name: "328" value: "329" path: "326" - port: 1714588921 - scheme: Ư貾 - initialDelaySeconds: -552281772 - periodSeconds: 383015301 - successThreshold: -1717997927 + port: 567263590 + scheme: KŅ/ + initialDelaySeconds: -1894250541 + periodSeconds: 1315054653 + successThreshold: 711020087 tcpSocket: host: "331" port: "330" - timeoutSeconds: -677617960 + timeoutSeconds: 1962818731 resources: limits: - 扴ȨŮ+朷Ǝ膯ljVX1虊谇: "279" + 绤fʀļ腩墺Ò媁荭g: "378" requests: - 圯W:ĸ輦唊#v铿ʩȂ4ē鐭#嬀: "918" + Ȏ蝪ʜ5遰=E埄Ȁ朦 wƯ貾坢'跩aŕ: "294" securityContext: - allowPrivilegeEscalation: true + allowPrivilegeEscalation: false capabilities: add: - - "" + - ȹ均i绝5哇芆斩ìh4Ɋ drop: - - Ȱ囌{屿oiɥ嵐sC8?Ǻ鱎ƙ; + - Ȗ|ʐşƧ諔迮ƙIJ嘢4 privileged: false - procMount: 丆 - readOnlyRootFilesystem: true - runAsGroup: -545284475172904979 + procMount: ďW賁Ěɭɪǹ0衷,ƷƣMț譎懚XW + readOnlyRootFilesystem: false + runAsGroup: 6618112330449141397 runAsNonRoot: false - runAsUser: 5431518803727886665 + runAsUser: 4288903380102217677 seLinuxOptions: - level: "355" - role: "353" - type: "354" - user: "352" + level: "356" + role: "354" + type: "355" + user: "353" seccompProfile: - localhostProfile: "359" - type: ²Ŏ)/灩聋3趐囨 + localhostProfile: "360" + type: 鑳w妕眵笭/9崍h趭 windowsOptions: - gmsaCredentialSpec: "357" - gmsaCredentialSpecName: "356" - runAsUserName: "358" + gmsaCredentialSpec: "358" + gmsaCredentialSpecName: "357" + runAsUserName: "359" startupProbe: exec: command: - "332" - failureThreshold: -1928016742 + failureThreshold: -1129218498 httpGet: host: "334" httpHeaders: - name: "335" value: "336" path: "333" - port: -2121788927 - initialDelaySeconds: 1313273370 - periodSeconds: -1314967760 - successThreshold: 1174240097 + port: -1468297794 + scheme: 磣Óƿ頀"冓鍓贯澔 ƺ蛜6Ɖ飴Ɏ + initialDelaySeconds: 1308698792 + periodSeconds: -934378634 + successThreshold: -1453143878 tcpSocket: - host: "337" - port: -518330919 - timeoutSeconds: -1296830577 - targetContainerName: "360" - terminationMessagePath: "351" - terminationMessagePolicy: ²sNƗ¸g + host: "338" + port: "337" + timeoutSeconds: 1401790459 + stdin: true + targetContainerName: "361" + terminationMessagePath: "352" + terminationMessagePolicy: Ŏ)/灩聋3趐囨鏻砅邻 volumeDevices: - devicePath: "317" name: "316" volumeMounts: - mountPath: "313" - mountPropagation: ó藢xɮĵȑ6L* + mountPropagation: i&皥贸碔lNKƙ順\E¦队偯J僳徥淳 name: "312" + readOnly: true subPath: "314" subPathExpr: "315" workingDir: "296" hostAliases: - hostnames: - - "447" - ip: "446" - hostIPC: true + - "448" + ip: "447" hostNetwork: true - hostname: "377" + hostname: "378" imagePullSecrets: - - name: "376" + - name: "377" initContainers: - args: - "155" @@ -519,7 +519,7 @@ spec: fieldPath: "165" resourceFieldRef: containerName: "166" - divisor: "877" + divisor: "275" resource: "167" secretKeyRef: key: "171" @@ -534,70 +534,70 @@ spec: name: "161" optional: true image: "153" - imagePullPolicy: ɉ鎷卩蝾H韹寬娬ï瓼猀2:ö + imagePullPolicy: 儣廡ɑ龫`劳&¼傭 lifecycle: postStart: exec: command: - - "199" + - "200" httpGet: - host: "201" + host: "202" httpHeaders: - - name: "202" - value: "203" - path: "200" - port: -1477511050 - scheme: ;栍dʪīT捘ɍi縱ù墴1Rƥ贫d飼 + - name: "203" + value: "204" + path: "201" + port: -1171060347 + scheme: 咻痗ȡmƴy綸_Ú8參遼ūPH炮掊° tcpSocket: - host: "205" - port: "204" + host: "206" + port: "205" preStop: exec: command: - - "206" + - "207" httpGet: host: "209" httpHeaders: - name: "210" value: "211" - path: "207" - port: "208" - scheme: Ú8參遼ūPH炮掊°nʮ閼咎櫸eʔ + path: "208" + port: -1319998825 + scheme: 銦妰黖ȓƇ$缔獵偐ę腬瓷碑=ɉ tcpSocket: - host: "213" - port: "212" + host: "212" + port: 1180382332 livenessProbe: exec: command: - "178" - failureThreshold: 952979935 + failureThreshold: 1231820696 httpGet: - host: "180" + host: "181" httpHeaders: - - name: "181" - value: "182" + - name: "182" + value: "183" path: "179" - port: -522879476 - scheme: "N" - initialDelaySeconds: -687313111 - periodSeconds: 1730325900 - successThreshold: -828368050 + port: "180" + scheme: 0åȂ町恰nj揠8lj + initialDelaySeconds: -1188153605 + periodSeconds: 912004803 + successThreshold: -2098817064 tcpSocket: host: "184" - port: "183" - timeoutSeconds: -131161294 + port: -2049272966 + timeoutSeconds: -427769948 name: "152" ports: - - containerPort: -1746427184 + - containerPort: -573382936 hostIP: "158" - hostPort: 869879222 + hostPort: 664393458 name: "157" - protocol: ŏ{ + protocol: 嫫猤痈C*ĕʄő芖{|ǘ"^饣V readinessProbe: exec: command: - "185" - failureThreshold: -1120128337 + failureThreshold: -1618937335 httpGet: host: "188" httpHeaders: @@ -605,49 +605,48 @@ spec: value: "190" path: "186" port: "187" - scheme: 蕭k ź贩j - initialDelaySeconds: 580681683 - periodSeconds: 2147073181 - successThreshold: -1934106111 + initialDelaySeconds: 994527057 + periodSeconds: -1346458591 + successThreshold: 1234551517 tcpSocket: host: "191" - port: -462693598 - timeoutSeconds: 38897467 + port: 675406340 + timeoutSeconds: -1482763519 resources: limits: - É/p: "144" + ǝ鿟ldg滠鼍ƭt?QȫşŇɜ: "211" requests: - $妻ƅTGS: "845" + VzÏ抴ŨfZhUʎ浵ɲõ: "303" securityContext: allowPrivilegeEscalation: true capabilities: add: - - 5w垁鷌辪虽U珝Żwʮ馜üNșƶ + - 酃=6}ɡŇƉ立hdz緄Ú|dk_瀹鞎 drop: - - ĩĉş蝿ɖȃ賲鐅臬 - privileged: false - procMount: ǵʭd鲡:贅wE@Ȗs«öʮ + - n芞QÄȻȊ+?ƭ峧Y栲茇竛 + privileged: true + procMount: 軶ǃ*ʙ嫙&蒒5靇 readOnlyRootFilesystem: false - runAsGroup: -1245112587824234591 + runAsGroup: -593458796014416333 runAsNonRoot: true - runAsUser: -1799108093609470992 + runAsUser: 4875570291212151521 seLinuxOptions: - level: "218" - role: "216" - type: "217" - user: "215" + level: "217" + role: "215" + type: "216" + user: "214" seccompProfile: - localhostProfile: "222" - type: <é瞾 + localhostProfile: "221" + type: '''ɵK.Q貇£ȹ嫰ƹǔw÷' windowsOptions: - gmsaCredentialSpec: "220" - gmsaCredentialSpecName: "219" - runAsUserName: "221" + gmsaCredentialSpec: "219" + gmsaCredentialSpecName: "218" + runAsUserName: "220" startupProbe: exec: command: - "192" - failureThreshold: -1902521464 + failureThreshold: -814446577 httpGet: host: "195" httpHeaders: @@ -655,89 +654,86 @@ spec: value: "197" path: "193" port: "194" - scheme: 胚O醔ɍ厶耈 T衧ȇe媹Hǝ呮} - initialDelaySeconds: -1482763519 - periodSeconds: 1234551517 - successThreshold: -1618937335 + scheme: eÞȦY籎顒 + initialDelaySeconds: -1252931244 + periodSeconds: 1061537 + successThreshold: 322666556 tcpSocket: - host: "198" - port: 994527057 - timeoutSeconds: -1346458591 - stdin: true - stdinOnce: true - terminationMessagePath: "214" - terminationMessagePolicy: 究:hoĂɋ瀐<ɉ湨 + host: "199" + port: "198" + timeoutSeconds: 1569992019 + terminationMessagePath: "213" + terminationMessagePolicy: H韹寬娬ï瓼猀2:öY鶪5w垁 + tty: true volumeDevices: - devicePath: "177" name: "176" volumeMounts: - mountPath: "173" - mountPropagation: ^}穠C]躢|)黰eȪ嵛4$%QɰV + mountPropagation: Ť倱<įXŋ朘瑥A name: "172" readOnly: true subPath: "174" subPathExpr: "175" workingDir: "156" - nodeName: "365" + nodeName: "366" nodeSelector: - "361": "362" + "362": "363" overhead: - ʬʞǦ坭: "336" - preemptionPolicy: ȏ歟跎欨T猳>_貹 - priority: 1266180085 - priorityClassName: "448" + kƱ: "313" + preemptionPolicy: ħ\ + priority: 780753434 + priorityClassName: "449" readinessGates: - - conditionType: ɒó<碡4鏽喡孨ʚé薘-­ɞ逭ɋ¡UǦ - restartPolicy: 邻爥蹔ŧOǨ繫ʎǑyZ涬P­蜷ɔ幩 - runtimeClassName: "453" - schedulerName: "443" + - conditionType: ¤趜磕绘翁揌p:oŇE + restartPolicy: uE增猍ǵ xǨŴ + runtimeClassName: "454" + schedulerName: "444" securityContext: - fsGroup: 741362943076737213 - fsGroupChangePolicy: W賁Ěɭɪǹ0 - runAsGroup: -7936947433725476327 + fsGroup: 3055252978348423424 + fsGroupChangePolicy: "" + runAsGroup: -8236071895143008294 runAsNonRoot: false - runAsUser: 4883846315878203110 + runAsUser: 2548453080315983269 seLinuxOptions: - level: "369" - role: "367" - type: "368" - user: "366" + level: "370" + role: "368" + type: "369" + user: "367" seccompProfile: - localhostProfile: "375" - type: ',ƷƣMț譎懚XW疪鑳' + localhostProfile: "376" + type: "" supplementalGroups: - - 6726836758549163621 + - -7117039988160665426 sysctls: - - name: "373" - value: "374" + - name: "374" + value: "375" windowsOptions: - gmsaCredentialSpec: "371" - gmsaCredentialSpecName: "370" - runAsUserName: "372" - serviceAccount: "364" - serviceAccountName: "363" - setHostnameAsFQDN: true + gmsaCredentialSpec: "372" + gmsaCredentialSpecName: "371" + runAsUserName: "373" + serviceAccount: "365" + serviceAccountName: "364" + setHostnameAsFQDN: false shareProcessNamespace: false - subdomain: "378" - terminationGracePeriodSeconds: -5027542616778527781 + subdomain: "379" + terminationGracePeriodSeconds: -3517636156282992346 tolerations: - - effect: 鱶镖喗vȥ - key: "444" - operator: 邵鄨o鷺ɷ裝TG奟cõ乨厰ʚ±r - tolerationSeconds: -6321906203897721632 - value: "445" + - effect: 甬Ʈ岢r臣鐐qwïźU痤ȵ + key: "445" + operator: 瘂S淫íŶƭ鬯富Nú顏*z犔kU + tolerationSeconds: -4322909565451750640 + value: "446" topologySpreadConstraints: - labelSelector: matchExpressions: - - key: o4__.__.-_-I-P._..leR--9-_J-_.-e9fz87_2---2.E.p9-.-3.B - operator: NotIn - values: - - Pc---K__-iguFGT._.Y4-0.67hr + - key: h---dY7_M_-._M5..-N_H_55..--E3_2D1 + operator: DoesNotExist matchLabels: - 27d84-1f9.4-68u8gwb0k-6-p--mgi7-2je7zjt0pp-x0r2gd---yn--3qx4-io-qm899-i/L20_9._5-..Bi_..aOQ_._Yn.-.4t.U.VU__-_A: o.8._.---UK_-.j21---__y.9O.L-.m.3--.4_-8U.2617.W74-R_ZT - maxSkew: -472259653 - topologyKey: "454" - whenUnsatisfiable: 髢槔謒笑食Ĵ汇ɼ臨Y舩慍绮覟辒w + Q_mgi.U.-e7z-t0-pQ-.-.g-_Z_-nSL.--4i: Wq-...Oai.D7-_9..8-8yw..__Yb_8 + maxSkew: 1674267790 + topologyKey: "455" + whenUnsatisfiable: G峣搒R谱ʜ篲&ZǘtnjʣǕV volumes: - awsElasticBlockStore: fsType: "24" @@ -989,126 +985,126 @@ spec: volumePath: "78" status: conditions: - - lastProbeTime: "2162-04-09T16:36:03Z" - lastTransitionTime: "2168-01-12T07:01:33Z" - message: "462" - reason: "461" - status: .Ĉ马āƭ - type: ɔ诌7蹎l&踼3Ć7aȑ + - lastProbeTime: "2761-08-29T15:09:53Z" + lastTransitionTime: "2608-03-08T03:06:33Z" + message: "463" + reason: "462" + status: '{煰' + type: ?ɣ蔫椁Ȕ蝬KȴǃmŁȒ|'从 containerStatuses: - - containerID: "496" - image: "494" - imageID: "495" + - containerID: "497" + image: "495" + imageID: "496" lastState: running: - startedAt: "2659-09-05T07:50:10Z" + startedAt: "2127-06-24T09:29:52Z" terminated: - containerID: "493" - exitCode: 1576197985 - finishedAt: "2707-10-06T22:05:11Z" - message: "492" - reason: "491" - signal: -702578810 - startedAt: "2398-03-02T12:16:34Z" + containerID: "494" + exitCode: 1574959758 + finishedAt: "2299-04-20T19:57:50Z" + message: "493" + reason: "492" + signal: 1657812021 + startedAt: "2153-04-02T23:06:37Z" waiting: - message: "490" - reason: "489" - name: "483" + message: "491" + reason: "490" + name: "484" ready: true - restartCount: -54679211 + restartCount: 2015720150 started: false state: running: - startedAt: "2935-07-16T02:37:05Z" + startedAt: "2760-10-14T11:51:24Z" terminated: - containerID: "488" - exitCode: 539970471 - finishedAt: "2840-11-22T13:59:19Z" - message: "487" - reason: "486" - signal: -83826225 - startedAt: "2895-10-08T07:21:48Z" + containerID: "489" + exitCode: 165747350 + finishedAt: "2699-11-10T05:45:30Z" + message: "488" + reason: "487" + signal: 470888375 + startedAt: "2942-12-12T07:01:06Z" waiting: - message: "485" - reason: "484" + message: "486" + reason: "485" ephemeralContainerStatuses: - - containerID: "510" - image: "508" - imageID: "509" + - containerID: "511" + image: "509" + imageID: "510" lastState: running: - startedAt: "2222-01-27T15:06:59Z" + startedAt: "2100-10-03T01:21:07Z" terminated: - containerID: "507" - exitCode: 549022803 - finishedAt: "2803-11-07T04:43:16Z" - message: "506" - reason: "505" - signal: -1492412234 - startedAt: "2210-09-18T20:20:17Z" + containerID: "508" + exitCode: -1308926448 + finishedAt: "2358-12-25T12:18:48Z" + message: "507" + reason: "506" + signal: 1208014329 + startedAt: "2915-11-30T10:57:55Z" waiting: - message: "504" - reason: "503" - name: "497" - ready: false - restartCount: 336125685 - started: false - state: - running: - startedAt: "2874-02-01T06:46:13Z" - terminated: - containerID: "502" - exitCode: -1460952461 - finishedAt: "2141-03-15T19:11:22Z" - message: "501" - reason: "500" - signal: -1185666065 - startedAt: "2224-07-09T03:30:48Z" - waiting: - message: "499" - reason: "498" - hostIP: "466" - initContainerStatuses: - - containerID: "482" - image: "480" - imageID: "481" - lastState: - running: - startedAt: "2165-01-04T06:14:57Z" - terminated: - containerID: "479" - exitCode: -641891444 - finishedAt: "2560-08-23T03:17:54Z" - message: "478" - reason: "477" - signal: -184015429 - startedAt: "2881-08-22T13:59:42Z" - waiting: - message: "476" - reason: "475" - name: "469" - ready: false - restartCount: 1928675686 + message: "505" + reason: "504" + name: "498" + ready: true + restartCount: 1093414706 started: true state: running: - startedAt: "2946-11-27T06:13:08Z" + startedAt: "2513-06-23T10:07:34Z" terminated: - containerID: "474" - exitCode: 1020403419 - finishedAt: "2413-02-07T13:42:48Z" - message: "473" - reason: "472" - signal: 1585192515 - startedAt: "2163-08-10T16:50:32Z" + containerID: "503" + exitCode: -1155216843 + finishedAt: "2685-03-12T10:07:19Z" + message: "502" + reason: "501" + signal: 839330574 + startedAt: "2296-08-29T04:36:22Z" waiting: - message: "471" - reason: "470" - message: "463" - nominatedNodeName: "465" - phase: ɂR - podIP: "467" + message: "500" + reason: "499" + hostIP: "467" + initContainerStatuses: + - containerID: "483" + image: "481" + imageID: "482" + lastState: + running: + startedAt: "2687-07-04T15:23:41Z" + terminated: + containerID: "480" + exitCode: 1892596557 + finishedAt: "2719-07-17T22:00:10Z" + message: "479" + reason: "478" + signal: -1952419528 + startedAt: "2135-06-21T01:04:43Z" + waiting: + message: "477" + reason: "476" + name: "470" + ready: false + restartCount: -391574961 + started: true + state: + running: + startedAt: "2207-07-09T15:21:43Z" + terminated: + containerID: "475" + exitCode: 1874682186 + finishedAt: "2465-03-18T23:55:27Z" + message: "474" + reason: "473" + signal: -768346969 + startedAt: "2757-03-25T09:04:49Z" + waiting: + message: "472" + reason: "471" + message: "464" + nominatedNodeName: "466" + phase: VǢɾ纤ą + podIP: "468" podIPs: - - ip: "468" - qosClass: ȩ硘(ǒ[ - reason: "464" + - ip: "469" + qosClass: 澵貛香"砻B + reason: "465" 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 16cf3e7b521..95ed4a2d8b1 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 @@ -445,9 +445,9 @@ "ports": [ { "name": "174", - "hostPort": -379514302, - "containerPort": 173916181, - "protocol": "鷅bȻN+ņ榱*Gưoɘ檲ɨ銦", + "hostPort": 949227156, + "containerPort": 231063530, + "protocol": "8參遼ūPH炮掊°n", "hostIP": "175" } ], @@ -456,11 +456,11 @@ "prefix": "176", "configMapRef": { "name": "177", - "optional": false + "optional": true }, "secretRef": { "name": "178", - "optional": true + "optional": false } } ], @@ -476,7 +476,7 @@ "resourceFieldRef": { "containerName": "183", "resource": "184", - "divisor": "959" + "divisor": "577" }, "configMapKeyRef": { "name": "185", @@ -486,17 +486,17 @@ "secretKeyRef": { "name": "187", "key": "188", - "optional": false + "optional": true } } } ], "resources": { "limits": { - "瓷碑": "809" + "hoĂɋ": "206" }, "requests": { - "=å睫}堇硲蕵ɢ苆ǮńMǰ溟ɴ扵閝ȝ": "829" + "瓷碑": "809" } }, "volumeMounts": [ @@ -504,7 +504,7 @@ "name": "189", "mountPath": "190", "subPath": "191", - "mountPropagation": "虽U珝Żwʮ馜üNșƶ4ĩĉş蝿ɖȃ", + "mountPropagation": "å睫}堇硲蕵ɢ苆", "subPathExpr": "192" } ], @@ -522,25 +522,25 @@ }, "httpGet": { "path": "196", - "port": "197", - "host": "198", - "scheme": "|dk_瀹鞎sn芞QÄȻȊ+?", + "port": -57352147, + "host": "197", + "scheme": "Y鶪5w垁鷌辪虽U珝", "httpHeaders": [ { - "name": "199", - "value": "200" + "name": "198", + "value": "199" } ] }, "tcpSocket": { - "port": 1094670193, + "port": "200", "host": "201" }, - "initialDelaySeconds": 905846572, - "timeoutSeconds": -396185898, - "periodSeconds": 166278802, - "successThreshold": -2005424724, - "failureThreshold": 462729263 + "initialDelaySeconds": 411878451, + "timeoutSeconds": 1676588692, + "periodSeconds": -254454655, + "successThreshold": -1925916855, + "failureThreshold": -1553779100 }, "readinessProbe": { "exec": { @@ -552,7 +552,7 @@ "path": "203", "port": "204", "host": "205", - "scheme": "瞾ʀNŬɨǙÄr蛏豈Ƀ", + "scheme": "}", "httpHeaders": [ { "name": "206", @@ -561,438 +561,182 @@ ] }, "tcpSocket": { - "port": -774074461, - "host": "208" + "port": "208", + "host": "209" }, - "initialDelaySeconds": -1503428149, - "timeoutSeconds": 279808574, - "periodSeconds": -1765469779, - "successThreshold": 1525829664, - "failureThreshold": -1047607622 + "initialDelaySeconds": 1030243869, + "timeoutSeconds": -1080853187, + "periodSeconds": -185042403, + "successThreshold": -374922344, + "failureThreshold": -31530684 }, "startupProbe": { "exec": { "command": [ - "209" + "210" ] }, "httpGet": { - "path": "210", - "port": "211", - "host": "212", - "scheme": "ȹ嫰ƹǔw÷nI粛E煹ǐƲE", + "path": "211", + "port": "212", + "host": "213", "httpHeaders": [ { - "name": "213", - "value": "214" + "name": "214", + "value": "215" } ] }, "tcpSocket": { - "port": -88173241, - "host": "215" + "port": -289900366, + "host": "216" }, - "initialDelaySeconds": -1390686338, - "timeoutSeconds": 1762266578, - "periodSeconds": 1908897348, - "successThreshold": -153894372, - "failureThreshold": -1294101963 + "initialDelaySeconds": 559781916, + "timeoutSeconds": -1703360754, + "periodSeconds": -1569009987, + "successThreshold": -1053603859, + "failureThreshold": 1471432155 }, "lifecycle": { "postStart": { "exec": { "command": [ - "216" + "217" ] }, "httpGet": { - "path": "217", - "port": "218", - "host": "219", - "scheme": "铻OŤǢʭ嵔棂p儼Ƿ裚瓶釆Ɗ", + "path": "218", + "port": "219", + "host": "220", + "scheme": ":贅wE@Ȗs«öʮĀ\u003cé瞾", "httpHeaders": [ { - "name": "220", - "value": "221" + "name": "221", + "value": "222" } ] }, "tcpSocket": { - "port": -2112697830, - "host": "222" + "port": "223", + "host": "224" } }, "preStop": { "exec": { "command": [ - "223" + "225" ] }, "httpGet": { - "path": "224", - "port": -742356330, - "host": "225", - "scheme": "烀罁胾^拜Ȍzɟ踡肒A", + "path": "226", + "port": -1718681455, + "host": "227", + "scheme": "*ʙ嫙\u0026蒒5靇C'ɵK.", "httpHeaders": [ { - "name": "226", - "value": "227" + "name": "228", + "value": "229" } ] }, "tcpSocket": { - "port": -342705708, - "host": "228" + "port": "230", + "host": "231" } } }, - "terminationMessagePath": "229", - "terminationMessagePolicy": "fw[Řż丩ŽoǠŻʘY賃ɪ鐊", - "imagePullPolicy": "ľǎɳ,ǿ飏騀呣ǎ", + "terminationMessagePath": "232", + "terminationMessagePolicy": "£ȹ嫰ƹǔw÷nI粛E煹", + "imagePullPolicy": "ȃv渟7", "securityContext": { "capabilities": { "add": [ - "萭旿@掇lNdǂ\u003e5姣" + "djƯĖ漘Z剚敍0)鈼¬麄p呝TG;邪" ], "drop": [ - "懔%熷谟" + "mɩC[ó瓧" ] }, "privileged": true, "seLinuxOptions": { - "user": "230", - "role": "231", - "type": "232", - "level": "233" + "user": "233", + "role": "234", + "type": "235", + "level": "236" }, "windowsOptions": { - "gmsaCredentialSpecName": "234", - "gmsaCredentialSpec": "235", - "runAsUserName": "236" + "gmsaCredentialSpecName": "237", + "gmsaCredentialSpec": "238", + "runAsUserName": "239" }, - "runAsUser": -8231011499756021266, - "runAsGroup": -1448436097540110204, + "runAsUser": -6244232606031635964, + "runAsGroup": -2537458620093904059, "runAsNonRoot": false, "readOnlyRootFilesystem": true, - "allowPrivilegeEscalation": false, - "procMount": "脾嚏吐ĠLƐȤ藠3.v-鿧悮坮Ȣ幟ļ腻", + "allowPrivilegeEscalation": true, + "procMount": "ɟ踡肒Ao/樝fw[Řż丩Ž", "seccompProfile": { "type": "", - "localhostProfile": "237" + "localhostProfile": "240" } - }, - "stdinOnce": true + } } ], "containers": [ { - "name": "238", - "image": "239", + "name": "241", + "image": "242", "command": [ - "240" + "243" ], "args": [ - "241" + "244" ], - "workingDir": "242", + "workingDir": "245", "ports": [ { - "name": "243", - "hostPort": -2123728714, - "containerPort": -406148612, - "protocol": "瘴I\\p[ħsĨɆâĺɗ", - "hostIP": "244" + "name": "246", + "hostPort": 105707873, + "containerPort": -188803670, + "protocol": "鐊瀑Ź9ǕLLȊɞ-uƻ悖ȩ0Ƹ", + "hostIP": "247" } ], "envFrom": [ { - "prefix": "245", + "prefix": "248", "configMapRef": { - "name": "246", - "optional": true + "name": "249", + "optional": false }, "secretRef": { - "name": "247", - "optional": true - } - } - ], - "env": [ - { - "name": "248", - "value": "249", - "valueFrom": { - "fieldRef": { - "apiVersion": "250", - "fieldPath": "251" - }, - "resourceFieldRef": { - "containerName": "252", - "resource": "253", - "divisor": "99" - }, - "configMapKeyRef": { - "name": "254", - "key": "255", - "optional": false - }, - "secretKeyRef": { - "name": "256", - "key": "257", - "optional": false - } - } - } - ], - "resources": { - "limits": { - "攤/ɸɎ R§耶FfBl": "326" - }, - "requests": { - "ɱJȉ罴": "587" - } - }, - "volumeMounts": [ - { - "name": "258", - "readOnly": true, - "mountPath": "259", - "subPath": "260", - "mountPropagation": "6dz娝嘚庎D}埽uʎȺ眖R#yV'W", - "subPathExpr": "261" - } - ], - "volumeDevices": [ - { - "name": "262", - "devicePath": "263" - } - ], - "livenessProbe": { - "exec": { - "command": [ - "264" - ] - }, - "httpGet": { - "path": "265", - "port": "266", - "host": "267", - "scheme": "Í勅跦Opwǩ曬逴褜1ØœȠƬ", - "httpHeaders": [ - { - "name": "268", - "value": "269" - } - ] - }, - "tcpSocket": { - "port": "270", - "host": "271" - }, - "initialDelaySeconds": 1419770315, - "timeoutSeconds": 300356869, - "periodSeconds": 1830495826, - "successThreshold": 1102291854, - "failureThreshold": -241238495 - }, - "readinessProbe": { - "exec": { - "command": [ - "272" - ] - }, - "httpGet": { - "path": "273", - "port": 972978563, - "host": "274", - "scheme": "ȨŮ+朷Ǝ膯", - "httpHeaders": [ - { - "name": "275", - "value": "276" - } - ] - }, - "tcpSocket": { - "port": -1506633471, - "host": "277" - }, - "initialDelaySeconds": -249989919, - "timeoutSeconds": -171684192, - "periodSeconds": -602419938, - "successThreshold": 1040396664, - "failureThreshold": -979584143 - }, - "startupProbe": { - "exec": { - "command": [ - "278" - ] - }, - "httpGet": { - "path": "279", - "port": "280", - "host": "281", - "scheme": "ĸ輦唊", - "httpHeaders": [ - { - "name": "282", - "value": "283" - } - ] - }, - "tcpSocket": { - "port": "284", - "host": "285" - }, - "initialDelaySeconds": 1474943201, - "timeoutSeconds": -196963939, - "periodSeconds": 1584029564, - "successThreshold": -467985423, - "failureThreshold": 2058122084 - }, - "lifecycle": { - "postStart": { - "exec": { - "command": [ - "286" - ] - }, - "httpGet": { - "path": "287", - "port": "288", - "host": "289", - "scheme": "ơŸ8T ", - "httpHeaders": [ - { - "name": "290", - "value": "291" - } - ] - }, - "tcpSocket": { - "port": -1871050070, - "host": "292" - } - }, - "preStop": { - "exec": { - "command": [ - "293" - ] - }, - "httpGet": { - "path": "294", - "port": "295", - "host": "296", - "scheme": "*Z鐫û咡W\u003c敄lu|榝$î", - "httpHeaders": [ - { - "name": "297", - "value": "298" - } - ] - }, - "tcpSocket": { - "port": -1008986249, - "host": "299" - } - } - }, - "terminationMessagePath": "300", - "terminationMessagePolicy": "ʜ5遰=E埄Ȁ朦 wƯ貾坢'跩aŕ", - "imagePullPolicy": "Ļǟi\u0026", - "securityContext": { - "capabilities": { - "add": [ - "碔" - ], - "drop": [ - "NKƙ順\\E¦队偯J僳徥淳4揻-$" - ] - }, - "privileged": false, - "seLinuxOptions": { - "user": "301", - "role": "302", - "type": "303", - "level": "304" - }, - "windowsOptions": { - "gmsaCredentialSpecName": "305", - "gmsaCredentialSpec": "306", - "runAsUserName": "307" - }, - "runAsUser": -7971724279034955974, - "runAsGroup": 2011630253582325853, - "runAsNonRoot": false, - "readOnlyRootFilesystem": false, - "allowPrivilegeEscalation": true, - "procMount": ",ŕ", - "seccompProfile": { - "type": "ĠM蘇KŅ/»頸+SÄ蚃", - "localhostProfile": "308" - } - }, - "tty": true - } - ], - "ephemeralContainers": [ - { - "name": "309", - "image": "310", - "command": [ - "311" - ], - "args": [ - "312" - ], - "workingDir": "313", - "ports": [ - { - "name": "314", - "hostPort": -2128108224, - "containerPort": -825277526, - "protocol": "´摖ȱ", - "hostIP": "315" - } - ], - "envFrom": [ - { - "prefix": "316", - "configMapRef": { - "name": "317", - "optional": true - }, - "secretRef": { - "name": "318", + "name": "250", "optional": false } } ], "env": [ { - "name": "319", - "value": "320", + "name": "251", + "value": "252", "valueFrom": { "fieldRef": { - "apiVersion": "321", - "fieldPath": "322" + "apiVersion": "253", + "fieldPath": "254" }, "resourceFieldRef": { - "containerName": "323", - "resource": "324", - "divisor": "362" + "containerName": "255", + "resource": "256", + "divisor": "44" }, "configMapKeyRef": { - "name": "325", - "key": "326", + "name": "257", + "key": "258", "optional": true }, "secretKeyRef": { - "name": "327", - "key": "328", + "name": "259", + "key": "260", "optional": true } } @@ -1000,250 +744,500 @@ ], "resources": { "limits": { - ":顇ə娯Ȱ囌": "776" + "ȟ@7飣奺Ȋ礶惇¸t颟.鵫ǚ灄": "409" }, "requests": { - "鰥Z龏´DÒȗ": "302" + "ƐȤ藠3.v-鿧悮坮": "593" } }, "volumeMounts": [ { - "name": "329", - "readOnly": true, - "mountPath": "330", - "subPath": "331", - "mountPropagation": "鱎ƙ;Nŕ璻Ji", - "subPathExpr": "332" + "name": "261", + "mountPath": "262", + "subPath": "263", + "mountPropagation": "ïì«丯Ƙ枛牐ɺ皚|懥ƖN粕擓ƖHV", + "subPathExpr": "264" } ], "volumeDevices": [ { - "name": "333", - "devicePath": "334" + "name": "265", + "devicePath": "266" } ], "livenessProbe": { "exec": { "command": [ - "335" + "267" ] }, "httpGet": { - "path": "336", - "port": 62089442, - "host": "337", - "scheme": "鍏H鯂²", + "path": "268", + "port": -1196874390, + "host": "269", + "scheme": "S晒嶗UÐ_ƮA攤", "httpHeaders": [ { - "name": "338", - "value": "339" + "name": "270", + "value": "271" } ] }, "tcpSocket": { - "port": -1187301925, - "host": "340" + "port": -498930176, + "host": "272" }, - "initialDelaySeconds": -402384013, - "timeoutSeconds": -181601395, - "periodSeconds": -617381112, - "successThreshold": 1851229369, - "failureThreshold": -560238386 + "initialDelaySeconds": 1885897314, + "timeoutSeconds": -465677631, + "periodSeconds": 1054858106, + "successThreshold": 232569106, + "failureThreshold": -1150474479 }, "readinessProbe": { "exec": { "command": [ - "341" + "273" ] }, "httpGet": { - "path": "342", - "port": -1733181402, - "host": "343", - "scheme": "ŧOǨ繫ʎǑyZ涬P­蜷ɔ幩šeS", + "path": "274", + "port": "275", + "host": "276", + "scheme": "8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ", "httpHeaders": [ { - "name": "344", - "value": "345" + "name": "277", + "value": "278" } ] }, "tcpSocket": { - "port": 155090390, - "host": "346" + "port": "279", + "host": "280" }, - "initialDelaySeconds": -2113700533, - "timeoutSeconds": -2130294761, - "periodSeconds": -788152336, - "successThreshold": 1240798389, - "failureThreshold": -1582469056 + "initialDelaySeconds": -2717401, + "timeoutSeconds": -1492565335, + "periodSeconds": -1099429189, + "successThreshold": 994072122, + "failureThreshold": 1752155096 }, "startupProbe": { "exec": { "command": [ - "347" + "281" ] }, "httpGet": { - "path": "348", - "port": 1575106083, - "host": "349", - "scheme": "ş", + "path": "282", + "port": "283", + "host": "284", + "scheme": "Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ", "httpHeaders": [ { - "name": "350", - "value": "351" + "name": "285", + "value": "286" } ] }, "tcpSocket": { - "port": "352", - "host": "353" + "port": -36782737, + "host": "287" }, - "initialDelaySeconds": -1835677314, - "timeoutSeconds": 199049889, - "periodSeconds": 1947032456, - "successThreshold": 1233904535, - "failureThreshold": -969533986 + "initialDelaySeconds": -1738069460, + "timeoutSeconds": -1643733106, + "periodSeconds": -805795167, + "successThreshold": 1791615594, + "failureThreshold": 785984384 }, "lifecycle": { "postStart": { "exec": { "command": [ - "354" + "288" ] }, "httpGet": { - "path": "355", - "port": "356", - "host": "357", - "scheme": "丽饾| 鞤ɱď", + "path": "289", + "port": "290", + "host": "291", + "scheme": "\u003e郵[+扴ȨŮ", "httpHeaders": [ { - "name": "358", - "value": "359" + "name": "292", + "value": "293" } ] }, "tcpSocket": { - "port": 2084371155, - "host": "360" + "port": "294", + "host": "295" } }, "preStop": { "exec": { "command": [ - "361" + "296" ] }, "httpGet": { - "path": "362", - "port": 1369753177, - "host": "363", - "scheme": ")DŽ髐njʉBn(fǂ", + "path": "297", + "port": -743369977, + "host": "298", + "scheme": "\u003e犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4", "httpHeaders": [ { - "name": "364", - "value": "365" + "name": "299", + "value": "300" } ] }, "tcpSocket": { - "port": 872525702, - "host": "366" + "port": -1224991707, + "host": "301" } } }, - "terminationMessagePath": "367", - "terminationMessagePolicy": "ay", - "imagePullPolicy": "笭/9崍h趭(娕uE增猍ǵ xǨ", + "terminationMessagePath": "302", + "imagePullPolicy": "昕Ĭ", "securityContext": { "capabilities": { "add": [ - "Ƶf" + "藢xɮĵȑ6L*Z鐫û咡W\u003c" ], "drop": [ - "Ã茓pȓɻ" + "lu|榝$î." ] }, - "privileged": true, + "privileged": false, "seLinuxOptions": { - "user": "368", - "role": "369", - "type": "370", - "level": "371" + "user": "303", + "role": "304", + "type": "305", + "level": "306" }, "windowsOptions": { - "gmsaCredentialSpecName": "372", - "gmsaCredentialSpec": "373", - "runAsUserName": "374" + "gmsaCredentialSpecName": "307", + "gmsaCredentialSpec": "308", + "runAsUserName": "309" }, - "runAsUser": -4099583436266168513, - "runAsGroup": 5255171395073905944, - "runAsNonRoot": false, - "readOnlyRootFilesystem": false, - "allowPrivilegeEscalation": false, - "procMount": "#耗", + "runAsUser": -7565148469525206101, + "runAsGroup": 8949541422887578058, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "朦 wƯ貾坢'跩", "seccompProfile": { - "type": "(ť1ùfŭƽ", - "localhostProfile": "375" + "type": "ŕ翑0展}", + "localhostProfile": "310" } }, - "stdin": true, - "stdinOnce": true, - "targetContainerName": "376" + "stdinOnce": true } ], - "restartPolicy": "æ盪泙若`l}Ñ蠂Ü", - "terminationGracePeriodSeconds": -1344691682045303625, - "activeDeadlineSeconds": 5965170857034075371, - "dnsPolicy": "誹", + "ephemeralContainers": [ + { + "name": "311", + "image": "312", + "command": [ + "313" + ], + "args": [ + "314" + ], + "workingDir": "315", + "ports": [ + { + "name": "316", + "hostPort": -778272981, + "containerPort": 2056774277, + "protocol": "现葢ŵ橨鬶l獕;跣Hǝcw媀瓄\u0026翜舞拉", + "hostIP": "317" + } + ], + "envFrom": [ + { + "prefix": "318", + "configMapRef": { + "name": "319", + "optional": true + }, + "secretRef": { + "name": "320", + "optional": false + } + } + ], + "env": [ + { + "name": "321", + "value": "322", + "valueFrom": { + "fieldRef": { + "apiVersion": "323", + "fieldPath": "324" + }, + "resourceFieldRef": { + "containerName": "325", + "resource": "326", + "divisor": "124" + }, + "configMapKeyRef": { + "name": "327", + "key": "328", + "optional": false + }, + "secretKeyRef": { + "name": "329", + "key": "330", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "V訆Ǝżŧ": "915" + }, + "requests": { + "+SÄ蚃ɣľ)酊龨Î": "787" + } + }, + "volumeMounts": [ + { + "name": "331", + "readOnly": true, + "mountPath": "332", + "subPath": "333", + "mountPropagation": "\"冓鍓贯澔 ƺ蛜6", + "subPathExpr": "334" + } + ], + "volumeDevices": [ + { + "name": "335", + "devicePath": "336" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "337" + ] + }, + "httpGet": { + "path": "338", + "port": 465486290, + "host": "339", + "httpHeaders": [ + { + "name": "340", + "value": "341" + } + ] + }, + "tcpSocket": { + "port": -116224247, + "host": "342" + }, + "initialDelaySeconds": -2097329452, + "timeoutSeconds": 1504385614, + "periodSeconds": 865289071, + "successThreshold": -1829146875, + "failureThreshold": -205176266 + }, + "readinessProbe": { + "exec": { + "command": [ + "343" + ] + }, + "httpGet": { + "path": "344", + "port": 234253676, + "host": "345", + "scheme": "ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏", + "httpHeaders": [ + { + "name": "346", + "value": "347" + } + ] + }, + "tcpSocket": { + "port": "348", + "host": "349" + }, + "initialDelaySeconds": -2062708879, + "timeoutSeconds": 215186711, + "periodSeconds": -141401239, + "successThreshold": -1187301925, + "failureThreshold": -402384013 + }, + "startupProbe": { + "exec": { + "command": [ + "350" + ] + }, + "httpGet": { + "path": "351", + "port": "352", + "host": "353", + "scheme": "鏻砅邻爥", + "httpHeaders": [ + { + "name": "354", + "value": "355" + } + ] + }, + "tcpSocket": { + "port": -305362540, + "host": "356" + }, + "initialDelaySeconds": 601198286, + "timeoutSeconds": 409029209, + "periodSeconds": 405193215, + "successThreshold": 2129989022, + "failureThreshold": -1699531929 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "357" + ] + }, + "httpGet": { + "path": "358", + "port": "359", + "host": "360", + "scheme": "­蜷ɔ幩š", + "httpHeaders": [ + { + "name": "361", + "value": "362" + } + ] + }, + "tcpSocket": { + "port": 455833230, + "host": "363" + } + }, + "preStop": { + "exec": { + "command": [ + "364" + ] + }, + "httpGet": { + "path": "365", + "port": 1076497581, + "host": "366", + "scheme": "h4ɊHȖ|ʐ", + "httpHeaders": [ + { + "name": "367", + "value": "368" + } + ] + }, + "tcpSocket": { + "port": 248533396, + "host": "369" + } + } + }, + "terminationMessagePath": "370", + "terminationMessagePolicy": "迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ", + "imagePullPolicy": "ņ", + "securityContext": { + "capabilities": { + "add": [ + "DŽ髐njʉBn(fǂǢ曣" + ], + "drop": [ + "ay" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "371", + "role": "372", + "type": "373", + "level": "374" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "375", + "gmsaCredentialSpec": "376", + "runAsUserName": "377" + }, + "runAsUser": 1958157659034146020, + "runAsGroup": -5996624450771474158, + "runAsNonRoot": false, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": false, + "procMount": "嗆u", + "seccompProfile": { + "type": "晲T[irȎ3Ĕ\\", + "localhostProfile": "378" + } + }, + "tty": true, + "targetContainerName": "379" + } + ], + "restartPolicy": "鰨松/Ȁĵ鴁ĩ", + "terminationGracePeriodSeconds": 5255171395073905944, + "activeDeadlineSeconds": 760480547754807445, + "dnsPolicy": " Ņ#耗", "nodeSelector": { - "377": "378" + "380": "381" }, - "serviceAccountName": "379", - "serviceAccount": "380", + "serviceAccountName": "382", + "serviceAccount": "383", "automountServiceAccountToken": false, - "nodeName": "381", - "shareProcessNamespace": false, + "nodeName": "384", + "shareProcessNamespace": true, "securityContext": { "seLinuxOptions": { - "user": "382", - "role": "383", - "type": "384", - "level": "385" + "user": "385", + "role": "386", + "type": "387", + "level": "388" }, "windowsOptions": { - "gmsaCredentialSpecName": "386", - "gmsaCredentialSpec": "387", - "runAsUserName": "388" + "gmsaCredentialSpecName": "389", + "gmsaCredentialSpec": "390", + "runAsUserName": "391" }, - "runAsUser": 6519765915963602850, - "runAsGroup": 5023310695550414054, - "runAsNonRoot": true, + "runAsUser": -2814749701257649187, + "runAsGroup": -2284009989479738687, + "runAsNonRoot": false, "supplementalGroups": [ - 5114583700398530032 + -6831592407095063988 ], - "fsGroup": -458943834575608638, + "fsGroup": -2938475845623062804, "sysctls": [ { - "name": "389", - "value": "390" + "name": "392", + "value": "393" } ], - "fsGroupChangePolicy": "ɢzĮ蛋I滞廬耐鷞焬CQm坊柩劄奼[", + "fsGroupChangePolicy": "`l}Ñ蠂Ü[ƛ^輅", "seccompProfile": { - "type": "Ƒĝ®EĨǔvÄÚ×p鬷m", - "localhostProfile": "391" + "type": "ɛ棕ƈ眽炊礫Ƽ¨Ix糂", + "localhostProfile": "394" } }, "imagePullSecrets": [ { - "name": "392" + "name": "395" } ], - "hostname": "393", - "subdomain": "394", + "hostname": "396", + "subdomain": "397", "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { @@ -1251,19 +1245,19 @@ { "matchExpressions": [ { - "key": "395", - "operator": "ǽżLj捲", + "key": "398", + "operator": "zĮ蛋I滞廬耐鷞焬CQ", "values": [ - "396" + "399" ] } ], "matchFields": [ { - "key": "397", - "operator": "U", + "key": "400", + "operator": "ý萜Ǖc", "values": [ - "398" + "401" ] } ] @@ -1272,23 +1266,23 @@ }, "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 186003226, + "weight": 1141812777, "preference": { "matchExpressions": [ { - "key": "399", - "operator": "ċ桉桃喕蠲$ɛ溢臜裡×銵-紑", + "key": "402", + "operator": "Ƶŧ1ƟƓ宆!鍲ɋȑoG鄧蜢暳ǽ", "values": [ - "400" + "403" ] } ], "matchFields": [ { - "key": "401", - "operator": "縆łƑ[澔槃JŵǤ桒ɴ鉂W", + "key": "404", + "operator": "乳'ȘUɻ;襕ċ桉桃喕", "values": [ - "402" + "405" ] } ] @@ -1301,30 +1295,30 @@ { "labelSelector": { "matchLabels": { - "n3-x1y-8---3----p-pdn--j2---25/8...__.Q_c8.G.b_9_1o.K": "9_._X-D---k..1Q7._l.._Q.6.I--2_9.v.--_.--4QQ.-s.H.Hu-r" + "7o-x382m88w-pz94.g-c2---2etfh41ca-z-5g2wco8/3Og": "8w_aI._31-_I-A-_3bz._8M0U1_-__.71-_-9_._X-D---k.1" }, "matchExpressions": [ { - "key": "0--1----v8-4--558n1asz-r886-1--s/t", - "operator": "In", - "values": [ - "1" - ] + "key": "a2/H9.v.--_.--4QQ.-s.H.Hu-k-_-0-T1mel--F......3_t_-l..-.D7", + "operator": "DoesNotExist" } ] }, "namespaces": [ - "409" + "412" ], - "topologyKey": "410", + "topologyKey": "413", "namespaceSelector": { "matchLabels": { - "e_l2.._8s--7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp_._.-mi4": "s_0_5-_.7F3p2_-_AmD-.0AP.-.C_--.F5_x.KNC0-.-m_0-m-6Sp_N-S.O" + "780bdw0-1-47rrw8-5tn.0-1y-tw/O-..6W.VK.sTt.-U_--56-.7D.3_KPg___KA-._d.8": "wmiJ4x-_0_5-_.7F3p2_-_AmD-.A" }, "matchExpressions": [ { - "key": "5S-B3_.b17ca-_p-y.eQZ9p_6.2", - "operator": "Exists" + "key": "C0-.-m_0-m-6Sp_N-S..O-BZ..6-1.S-B3_.b17ca-p", + "operator": "In", + "values": [ + "3-3--5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ_K" + ] } ] } @@ -1332,37 +1326,31 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1036096141, + "weight": 1357609391, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "3-8o1-x-1wl----f31-0-2t3zw.il-023bm-6l2e5---k5v38/E9_6.--v17r__.2bIZ___._6..tf-_u-3-_n0..KpiSo": "X-78o_6Z..11_7pX_.-mLlx...w_t-_.5.40Rw4gD.._.-x6db-L7.-__-G2" + "23bm-6l2e5---k5v3a---ez-o-u.s11-7p--3zm-lx300w-tj-35840-w4g-27-5sx6dbp-72q--m--28/1k.7.l_-W8o._xJ1-lFA_Xf3.V0H2-.zHw.H": "46.-y-s4483Po_L3f1-7_O4.nw_-_x18mtxb__e" }, "matchExpressions": [ { - "key": "Y.39g_.--_-_ve5.m_U", - "operator": "NotIn", - "values": [ - "nw_-_x18mtxb__-ex-_1_-ODgC_1-_8__T3sn-0_.i__a.O2G_-_K-.03.mp.1" - ] + "key": "f2t-m839-qr-7----rgvf3q-z-5z80n--t5--9-4-d2-w/w0_.i__a.O2G_-_K-.03.mp.-10KkQ-R_R.-.--4_ITO", + "operator": "DoesNotExist" } ] }, "namespaces": [ - "423" + "426" ], - "topologyKey": "424", + "topologyKey": "427", "namespaceSelector": { "matchLabels": { - "0--385h---0-u73phjo--8kb6--ut---p6.t5--9-4-d2-22-0/jcz.-Y6T4gz": "p_.----cp__ac8u.._-__BM.6-.Y7" + "54-br5r---r8oh782-u---76g---h-4-lx-0-2qg-4.94s-6-k57/8..-__--.k47M7y-Dy__3wc.q.8_00.0_._.-_L-_b": "E_8-7_-YD-Q9_-__..YNFu7Pg-.814e-_07-ht-E6___-X__H.-39-A_-_l67Qa" }, "matchExpressions": [ { - "key": "1x--i--7-nt-23h-4z-21-sap--h--q0h-t2n4s-6-k5-7-a0w-ke5p-3.nu--17---u7-gl7814ei-07shtq-6---g----9s39z-5/wv3UDf.-4D-5", - "operator": "NotIn", - "values": [ - "l67Q.-_t--O.3L.z2-y.-...C4_-_2G8" - ] + "key": "34-5-yqu20-9105g4-edj0fh/8C4_-_2G0.-c_C.G.h--m._fN._k8__._p", + "operator": "DoesNotExist" } ] } @@ -1375,29 +1363,26 @@ { "labelSelector": { "matchLabels": { - "fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o5": "TB-d-Q" + "8--7g0e6-x5-7-a6434---7i-f-d019o1v3-2101s8-j-6j4uvl/5p_B-d--Q5._D6_.d-n_9n.p.2-.-w": "61P_.D8_t..-Ww27" }, "matchExpressions": [ { - "key": "4b699/B9n.2", - "operator": "In", - "values": [ - "MM7-.e.x" - ] + "key": "v.-_.4dwFbuvEf55Y2k.F-F..3m6.._2v89U--8.3N_.1", + "operator": "DoesNotExist" } ] }, "namespaces": [ - "437" + "440" ], - "topologyKey": "438", + "topologyKey": "441", "namespaceSelector": { "matchLabels": { - "B_05._Lsu-H_.f82-8_.UdWNn_U-...1P_.D8_t..-Ww2q.zK-p-...Z-O.-j": "Vv.-_.4dwFbuvEf55Y2k.F-F..3m6.._2v89U--8.3N_.1" + "8": "7--.2cg.MGbG-_-8Qi..9-4.2K_FQ.E--__K-h_-0-T-_Lq-.5-s_-_5_DR" }, "matchExpressions": [ { - "key": "8u2-__3uM77U7._pT-___-_5-6h_Ky7-_0Vw-Nzfdw.3-._J", + "key": "y72r--49u-0m7uu/x_qv4--_.6_N_9X-B.s8.N_rM-k5.C.7", "operator": "DoesNotExist" } ] @@ -1406,34 +1391,31 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1131487788, + "weight": 339079271, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "2fk3x-j9133e--2-t--k-fmt4272r--49u-0m7u-----v8.0--063-qm-j-3wc89k-0-57z4063---kb/v_5_D7RufiV-7u0--_qv4-D": "Y_o.-0-yE-R5W5_2n...78aou_j-3.J-.-r_-oPd-.2_Z__.-_U-.6p" + "ux_E4-.-PT-_Nx__-F_._n.WaY_o.-0-yE-R5W5_2n...78o": "Jj-3.J-.-r_-oPd-.2_Z__.-_U-.60--o._8H__ln_9--Avi.gZdnV" }, "matchExpressions": [ { - "key": "h-i-60a---9--n8i64t1-4----c-----35---1--6-u-68u8w.3-6b77-f8--tf---7r88-1--p61cd--6/e-Avi.gZdnUVP._81_---l_3_-_G-D....js--a---..6bD_M--c.0Q--2qh.b", - "operator": "NotIn", - "values": [ - "u.7.._B-ks7dG-9S-O62o.8._.---UK_-.j21---__y.9O.L-m" - ] + "key": "3.js--a---..6bD_M--c.0Q--2qh.Eb_.__1.-5", + "operator": "Exists" } ] }, "namespaces": [ - "451" + "454" ], - "topologyKey": "452", + "topologyKey": "455", "namespaceSelector": { "matchLabels": { - "7u-h---dY7_M_-._M5..-N_H_55..--E3_2D-1DW__o_-._kzB7U_.Q.45cy5": "Y-__-Zvt.LT60v.WxPc--K" + "E35H__.B_E": "U..u8gwbk" }, "matchExpressions": [ { - "key": "wr3qtm-8vuo17qre-33-5-u8f0f1qv--i72-x3---v25f1.2-84s-n-i-711s4--9s8--o-8dm---b----03-64-8l7-l-0787--18/iguFGT._.Y4-0.67hP-lX-_-..5-.._r6T", - "operator": "DoesNotExist" + "key": "Q_mgi.U.-e7z-t0-pQ-.-.g-_Z_-nSL.--4i", + "operator": "Exists" } ] } @@ -1442,66 +1424,65 @@ ] } }, - "schedulerName": "459", + "schedulerName": "462", "tolerations": [ { - "key": "460", - "operator": "E色kx-餌勀奷ŎC菡ƴ勋;*靯įƊ", - "value": "461", - "effect": "ŕ蘴濼DZj鎒ũW|ȶdžH0ƾ瘿¸", - "tolerationSeconds": -3147305732428645642 + "key": "463", + "operator": "ŭʔb'?舍ȃʥx臥]å摞", + "value": "464", + "tolerationSeconds": 3053978290188957517 } ], "hostAliases": [ { - "ip": "462", + "ip": "465", "hostnames": [ - "463" + "466" ] } ], - "priorityClassName": "464", - "priority": -1756088332, + "priorityClassName": "467", + "priority": -340583156, "dnsConfig": { "nameservers": [ - "465" + "468" ], "searches": [ - "466" + "469" ], "options": [ { - "name": "467", - "value": "468" + "name": "470", + "value": "471" } ] }, "readinessGates": [ { - "conditionType": "#sM網" + "conditionType": "țc£PAÎǨȨ栋" } ], - "runtimeClassName": "469", - "enableServiceLinks": true, - "preemptionPolicy": "ûŠl倳ţü¿Sʟ鍡", + "runtimeClassName": "472", + "enableServiceLinks": false, + "preemptionPolicy": "n{鳻", "overhead": { - "炳薝鴠:X才à脡ǯ?b砸ƻ舁Ȁ贠ȇö匉": "452" + "隅DžbİEMǶɼ`|褞": "229" }, "topologySpreadConstraints": [ { - "maxSkew": -447559705, - "topologyKey": "470", - "whenUnsatisfiable": "TaI楅©Ǫ壿/š^劶äɲ泒", + "maxSkew": 1486667065, + "topologyKey": "473", + "whenUnsatisfiable": "DŽɤȶšɞƵõ禲#樹罽濅ʏ 撜粞", "labelSelector": { "matchLabels": { - "47--9k-e4ora9.t7bm9-4m04qn-n7--c3k7--fei-br7310gl-xwm5-85a/r8-L__C_60-__.19_-gYY._..fP--hQ7be__-.-g-5.-59...7q___nT": "u0-.6---Q.__y64L.0-.c-tm..__---r__._-.DL.o_e-d92e8S_-0D" + "H_55..--E3_2D-1DW__o_-.k": "7" }, "matchExpressions": [ { - "key": "KTlO.__0PX", - "operator": "In", + "key": "oZvt.LT60v.WxPc---K__-iguFGT._.Y4-0.67hP-lX-_-..b", + "operator": "NotIn", "values": [ - "V6K_.3_583-6.f-.9-.V..Q-K_6_3" + "H1z..j_.r3--T" ] } ] 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 64a918a2cd52edf479e3b089573b72d23bdcea38..e9044ff54e2131c2c7180a4dfda8dd7b1d09bd5a 100644 GIT binary patch delta 5401 zcmZWt2~-qUy6ysvrY4!R6Ph@m%QB}8A%|t~}1mnI1-=rdv! z_y0G4-=>vWLQ1vru(KiWDdp~#UtE&us$b9{SY{6PEWql%0R_fbT?tEDrsa~|mRqAd+*~3@7 zg*C2rZum0Us?3OmtrDRs31QFDGV5ml-2J|~x}DxVt;02oecjdG%F5xInAHM&EiNyj=yis~vck+D)Kun?i6-;MqbHp| z7#0dMh-=nKE4)W5Jbg!2*~|3dt~uVSlhcSL6b=+q_^`+5M{KZf*RA~({}|gx76kK0 zMJ>B0SYB=YzBxD_ey8v5x1kXgUwxIzmA`iJy&#wPa*9qcU6Q!dqL8*xO6*bIE|3rj1 zK;_J*E8aEaxJy~ui(4<>F=P$DQvJc#K|vz=I}6?o<=)|WVLp`*Q{^%9{q0Ww=fn+nsW20n zSInJnG}ym4W-N!U)qN3s3~#Rf=w;^HXfbD#nxAAJEYnP)p zaIwJA9$tH#eBgh2r>sH*w>k-F306zux@+myu=e!c21-j8qHtZk+uY@ZIg zi)z2GZ+MI1UTyvE`YXq8pZb6@7?Fs?8jd0!fgpxw2w$x6v6Eg*e#u_$KVE2WST|h% zf`6cRc{u&=?t1Tu>fyb z43dqQ0j4&Q6B*0xmwTqVYFD|h%=EWbJNA2<_j#Lldupo5XA;vnf!-fVcT;pC9jTY zjuY}(U44#Q#p_7dS(^e2NYhz;Et&^(wy``DOV3y@M8;@r4vUZu|KhS`EXrhK*qCgz z4L;}4NWeDLRKzkh~&YUyN3; z>=G0e4;&EBu0T;(XA^jv0wzmmLKdcmO~(iWzqNeEW)vsw(C6eYiCV*IY0;W4gAsCg zB?Am5BrJ^A&n2*v>Hk--w zNJ&Qs=cl0LJV<}JC~GUik_!GuxndF$6eMNl$%zT+ND;Op5E=<;B)^SS*km28QPWsG zFP2Bi^XKSmH(_=)7b74xKPH!rVWx^8-VT&0iYi{3rZ2*qfS0~RWK(m&AbGr+l9iXB z>l>M^bo?eE3#F)7L)$Zu0^%WCMpDiuyq!c%zRIN{lm*gjNJNPO%8ktBbasobuVM{Q+A+vJ9HiAZeX{w zs?KpN$Oi$cFG6|(Gb>tGL2>l_JhV(Rf}4GQ@%(IMX%b>pUfc+wqM*%LC|ZU%LThzB zhDF$>p*iqvvaBpy&&1I)v4|wJV|%v1A&uvxBoS>)+{$g*9I4I~;X7dg$D$4TTy_Dw z8JxuGn-;VBHWlJRPyc5FguObBz7j&8rsz%daup#ZiQ6cnJPFLcUKW83Ol?7%7NbOt z*V6bLj0B$JGgY(|$y>$joa9I;U5`SE2rZLXeV(kdi6~XqQrUDCJdbi2v&=8m*?Fp- z1twaPD=2WKpvp%lv9^CbfgdnSE2itB(tb{T_c}btQoS98?I}`!jC~Db=OHs13BlGm_IiQcu%KBnm zTN{U>*i4mOtYujcB7JclcxOHs zG?iVmzJhsdTpAdj)5AZ>&ajVgy!UIVUyw$Q&%%QJr!48U>>(cC%{IX zXOYA_U?iYS$UqXn0a22y3+Z3cbTpQL02`%8GY_s}*=#i_H(?vY(o>e{DM?${RV>=5 z&H;oX6P0cXe37++zR_fYB3`P9n9$&sOwqEyyQ{tp`!Wu+gX zAK0AcD0J^9fLY*V1}1!!mwYYdWJ2Y%*xvzVm4J;7qtJWBuF&E-E}kY zcY{86`_lvULC_kXNzXD65Zsb*`w4If-UC1cwAlneZPZH!&;i9^UAdnjh#+v9x$!{r zC!v|*i|M~Fr7}wg7h8sc5&N+sD_#!x)0C(qVgDtNxGl4A+kZla8^BUkT zfwNj>_%9aQa-(OvYBGm9?0utMj$O~#+kH(}4QT{YN(sV!(g>uS5=3ULL0FIsL?;Ao zTV615J&3%FN(7SN1}J=l)KJZ>m0a!x!pNP5VC+tt%3m|3s{SvKojgK263_J9xmn; zIf#pSMFAlUT+Ayf!NtECI#IdA@^3Z+9`hQA#%p3Xl}XPFI*DVRB2MCeb`q(K0YjJ! zi}9o|;iWMM-2LT;-`rQd@v^z${I{hcmP3dBdUFi@4mN&L8H~S(&ko<%7X-rGd$#?5 z930<9nYt;clSCOa7U$W~s)VVt{Cf|&c8|8^`S-N`!QSdEZ-V?Gi&j&_jnDsFdA{Y& z`Dy(G*oy?%i?TdKvVr2F4)kAtKPbuT)MI2BJS)mt82OZxoT9?NO;I0F3~hGRZx}jZ zTRO*nXr#^6<~_duW1yi3Ur?qy)cDl@3iMnl40)V>G*DMOQk>v8AN|}&pL^iNo&J+e zMp6*8(vU`K;>&lwa*QW*aoCiRBKJvGpR?KBG~8?N^_}W|%G>s`Z*b6it$6fsxVNIg z*WF~@Nc4 zAXqC}ik*LXV}f`V3?te)w=bRuS?aYL@>%r0ML(bK+b4gS4N z-u?T4l8skp!~rRC1Th@JSu`m_$nnE){3elSQf>g;AW2Rb>ty!-t#$&eO!A8ZVKy#q<^SB7fa(_X)?<-v)|H16SMZhZq~IE2=`W zF2+2BGW-ajCdShyTRkO}frFL)i|4#otHOu-{q+s9088TXEIOJ5Glr8wY749~G$h^E zcmMFdk#8~9g3*jcQcsCSGXg%?*EH%1CM{CXVNo!@VXOY;NHCFFUc1wPK<7bU zNllc$^sK-1!q6FCZL|N_so1E|V}XN*$w9*+q+l%C?#sa#id~q}%wIP3wT%gNnnRz5*tf6w%R!dF@^T z#e&gTc-nuhYxt<6+f&;jjviV3yW5us1Fctgh6kEXx-U2mukrU3IO^PIjr@u+VT_^u zkWDW&Y$kC*5B!v0G4u$*BiQ;-;P4gS@!~+?72n=g!)VYijDw|n$+oJp`}3cZEtX{S tYmILeQ<%wW`ah4?Iz9jZ delta 5989 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 B76bqQ 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 aefc4c46523..d3038506733 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 @@ -60,486 +60,474 @@ template: selfLink: "22" uid: SǡƏ spec: - activeDeadlineSeconds: 5965170857034075371 + activeDeadlineSeconds: 760480547754807445 affinity: nodeAffinity: preferredDuringSchedulingIgnoredDuringExecution: - preference: matchExpressions: - - key: "399" - operator: ċ桉桃喕蠲$ɛ溢臜裡×銵-紑 + - key: "402" + operator: Ƶŧ1ƟƓ宆!鍲ɋȑoG鄧蜢暳ǽ values: - - "400" + - "403" matchFields: - - key: "401" - operator: 縆łƑ[澔槃JŵǤ桒ɴ鉂W + - key: "404" + operator: 乳'ȘUɻ;襕ċ桉桃喕 values: - - "402" - weight: 186003226 + - "405" + weight: 1141812777 requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - - key: "395" - operator: ǽżLj捲 + - key: "398" + operator: zĮ蛋I滞廬耐鷞焬CQ values: - - "396" + - "399" matchFields: - - key: "397" - operator: U + - key: "400" + operator: ý萜Ǖc values: - - "398" + - "401" podAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - - key: Y.39g_.--_-_ve5.m_U - operator: NotIn - values: - - nw_-_x18mtxb__-ex-_1_-ODgC_1-_8__T3sn-0_.i__a.O2G_-_K-.03.mp.1 + - key: f2t-m839-qr-7----rgvf3q-z-5z80n--t5--9-4-d2-w/w0_.i__a.O2G_-_K-.03.mp.-10KkQ-R_R.-.--4_ITO + operator: DoesNotExist matchLabels: - 3-8o1-x-1wl----f31-0-2t3zw.il-023bm-6l2e5---k5v38/E9_6.--v17r__.2bIZ___._6..tf-_u-3-_n0..KpiSo: X-78o_6Z..11_7pX_.-mLlx...w_t-_.5.40Rw4gD.._.-x6db-L7.-__-G2 + 23bm-6l2e5---k5v3a---ez-o-u.s11-7p--3zm-lx300w-tj-35840-w4g-27-5sx6dbp-72q--m--28/1k.7.l_-W8o._xJ1-lFA_Xf3.V0H2-.zHw.H: 46.-y-s4483Po_L3f1-7_O4.nw_-_x18mtxb__e namespaceSelector: matchExpressions: - - key: 1x--i--7-nt-23h-4z-21-sap--h--q0h-t2n4s-6-k5-7-a0w-ke5p-3.nu--17---u7-gl7814ei-07shtq-6---g----9s39z-5/wv3UDf.-4D-5 - operator: NotIn - values: - - l67Q.-_t--O.3L.z2-y.-...C4_-_2G8 + - key: 34-5-yqu20-9105g4-edj0fh/8C4_-_2G0.-c_C.G.h--m._fN._k8__._p + operator: DoesNotExist matchLabels: - 0--385h---0-u73phjo--8kb6--ut---p6.t5--9-4-d2-22-0/jcz.-Y6T4gz: p_.----cp__ac8u.._-__BM.6-.Y7 + 54-br5r---r8oh782-u---76g---h-4-lx-0-2qg-4.94s-6-k57/8..-__--.k47M7y-Dy__3wc.q.8_00.0_._.-_L-_b: E_8-7_-YD-Q9_-__..YNFu7Pg-.814e-_07-ht-E6___-X__H.-39-A_-_l67Qa namespaces: - - "423" - topologyKey: "424" - weight: 1036096141 + - "426" + topologyKey: "427" + weight: 1357609391 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: 0--1----v8-4--558n1asz-r886-1--s/t - operator: In - values: - - "1" + - key: a2/H9.v.--_.--4QQ.-s.H.Hu-k-_-0-T1mel--F......3_t_-l..-.D7 + operator: DoesNotExist matchLabels: - n3-x1y-8---3----p-pdn--j2---25/8...__.Q_c8.G.b_9_1o.K: 9_._X-D---k..1Q7._l.._Q.6.I--2_9.v.--_.--4QQ.-s.H.Hu-r + 7o-x382m88w-pz94.g-c2---2etfh41ca-z-5g2wco8/3Og: 8w_aI._31-_I-A-_3bz._8M0U1_-__.71-_-9_._X-D---k.1 namespaceSelector: matchExpressions: - - key: 5S-B3_.b17ca-_p-y.eQZ9p_6.2 - operator: Exists + - key: C0-.-m_0-m-6Sp_N-S..O-BZ..6-1.S-B3_.b17ca-p + operator: In + values: + - 3-3--5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ_K matchLabels: - e_l2.._8s--7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp_._.-mi4: s_0_5-_.7F3p2_-_AmD-.0AP.-.C_--.F5_x.KNC0-.-m_0-m-6Sp_N-S.O + 780bdw0-1-47rrw8-5tn.0-1y-tw/O-..6W.VK.sTt.-U_--56-.7D.3_KPg___KA-._d.8: wmiJ4x-_0_5-_.7F3p2_-_AmD-.A namespaces: - - "409" - topologyKey: "410" + - "412" + topologyKey: "413" podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - - key: h-i-60a---9--n8i64t1-4----c-----35---1--6-u-68u8w.3-6b77-f8--tf---7r88-1--p61cd--6/e-Avi.gZdnUVP._81_---l_3_-_G-D....js--a---..6bD_M--c.0Q--2qh.b - operator: NotIn - values: - - u.7.._B-ks7dG-9S-O62o.8._.---UK_-.j21---__y.9O.L-m + - key: 3.js--a---..6bD_M--c.0Q--2qh.Eb_.__1.-5 + operator: Exists matchLabels: - 2fk3x-j9133e--2-t--k-fmt4272r--49u-0m7u-----v8.0--063-qm-j-3wc89k-0-57z4063---kb/v_5_D7RufiV-7u0--_qv4-D: Y_o.-0-yE-R5W5_2n...78aou_j-3.J-.-r_-oPd-.2_Z__.-_U-.6p + ux_E4-.-PT-_Nx__-F_._n.WaY_o.-0-yE-R5W5_2n...78o: Jj-3.J-.-r_-oPd-.2_Z__.-_U-.60--o._8H__ln_9--Avi.gZdnV namespaceSelector: matchExpressions: - - key: wr3qtm-8vuo17qre-33-5-u8f0f1qv--i72-x3---v25f1.2-84s-n-i-711s4--9s8--o-8dm---b----03-64-8l7-l-0787--18/iguFGT._.Y4-0.67hP-lX-_-..5-.._r6T - operator: DoesNotExist + - key: Q_mgi.U.-e7z-t0-pQ-.-.g-_Z_-nSL.--4i + operator: Exists matchLabels: - 7u-h---dY7_M_-._M5..-N_H_55..--E3_2D-1DW__o_-._kzB7U_.Q.45cy5: Y-__-Zvt.LT60v.WxPc--K + E35H__.B_E: U..u8gwbk namespaces: - - "451" - topologyKey: "452" - weight: 1131487788 + - "454" + topologyKey: "455" + weight: 339079271 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: 4b699/B9n.2 - operator: In - values: - - MM7-.e.x - matchLabels: - fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o5: TB-d-Q - namespaceSelector: - matchExpressions: - - key: 8u2-__3uM77U7._pT-___-_5-6h_Ky7-_0Vw-Nzfdw.3-._J + - key: v.-_.4dwFbuvEf55Y2k.F-F..3m6.._2v89U--8.3N_.1 operator: DoesNotExist matchLabels: - B_05._Lsu-H_.f82-8_.UdWNn_U-...1P_.D8_t..-Ww2q.zK-p-...Z-O.-j: Vv.-_.4dwFbuvEf55Y2k.F-F..3m6.._2v89U--8.3N_.1 + 8--7g0e6-x5-7-a6434---7i-f-d019o1v3-2101s8-j-6j4uvl/5p_B-d--Q5._D6_.d-n_9n.p.2-.-w: 61P_.D8_t..-Ww27 + namespaceSelector: + matchExpressions: + - key: y72r--49u-0m7uu/x_qv4--_.6_N_9X-B.s8.N_rM-k5.C.7 + operator: DoesNotExist + matchLabels: + "8": 7--.2cg.MGbG-_-8Qi..9-4.2K_FQ.E--__K-h_-0-T-_Lq-.5-s_-_5_DR namespaces: - - "437" - topologyKey: "438" + - "440" + topologyKey: "441" automountServiceAccountToken: false containers: - args: - - "241" + - "244" command: - - "240" + - "243" env: - - name: "248" - value: "249" + - name: "251" + value: "252" valueFrom: configMapKeyRef: - key: "255" - name: "254" - optional: false + key: "258" + name: "257" + optional: true fieldRef: - apiVersion: "250" - fieldPath: "251" + apiVersion: "253" + fieldPath: "254" resourceFieldRef: - containerName: "252" - divisor: "99" - resource: "253" + containerName: "255" + divisor: "44" + resource: "256" secretKeyRef: - key: "257" - name: "256" - optional: false + key: "260" + name: "259" + optional: true envFrom: - configMapRef: - name: "246" - optional: true - prefix: "245" + name: "249" + optional: false + prefix: "248" secretRef: - name: "247" - optional: true - image: "239" - imagePullPolicy: Ļǟi& + name: "250" + optional: false + image: "242" + imagePullPolicy: 昕Ĭ lifecycle: postStart: exec: command: - - "286" + - "288" httpGet: - host: "289" + host: "291" httpHeaders: - - name: "290" - value: "291" - path: "287" - port: "288" - scheme: 'ơŸ8T ' + - name: "292" + value: "293" + path: "289" + port: "290" + scheme: '>郵[+扴ȨŮ' tcpSocket: - host: "292" - port: -1871050070 + host: "295" + port: "294" preStop: exec: command: - - "293" + - "296" httpGet: - host: "296" + host: "298" httpHeaders: - - name: "297" - value: "298" - path: "294" - port: "295" - scheme: '*Z鐫û咡W<敄lu|榝$î' + - name: "299" + value: "300" + path: "297" + port: -743369977 + scheme: '>犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4' tcpSocket: - host: "299" - port: -1008986249 + host: "301" + port: -1224991707 livenessProbe: exec: command: - - "264" - failureThreshold: -241238495 + - "267" + failureThreshold: -1150474479 httpGet: - host: "267" + host: "269" httpHeaders: - - name: "268" - value: "269" - path: "265" - port: "266" - scheme: Í勅跦Opwǩ曬逴褜1ØœȠƬ - initialDelaySeconds: 1419770315 - periodSeconds: 1830495826 - successThreshold: 1102291854 + - name: "270" + value: "271" + path: "268" + port: -1196874390 + scheme: S晒嶗UÐ_ƮA攤 + initialDelaySeconds: 1885897314 + periodSeconds: 1054858106 + successThreshold: 232569106 tcpSocket: - host: "271" - port: "270" - timeoutSeconds: 300356869 - name: "238" + host: "272" + port: -498930176 + timeoutSeconds: -465677631 + name: "241" ports: - - containerPort: -406148612 - hostIP: "244" - hostPort: -2123728714 - name: "243" - protocol: 瘴I\p[ħsĨɆâĺɗ + - containerPort: -188803670 + hostIP: "247" + hostPort: 105707873 + name: "246" + protocol: 鐊瀑Ź9ǕLLȊɞ-uƻ悖ȩ0Ƹ readinessProbe: exec: command: - - "272" - failureThreshold: -979584143 + - "273" + failureThreshold: 1752155096 httpGet: - host: "274" + host: "276" httpHeaders: - - name: "275" - value: "276" - path: "273" - port: 972978563 - scheme: ȨŮ+朷Ǝ膯 - initialDelaySeconds: -249989919 - periodSeconds: -602419938 - successThreshold: 1040396664 + - name: "277" + value: "278" + path: "274" + port: "275" + scheme: 8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ + initialDelaySeconds: -2717401 + periodSeconds: -1099429189 + successThreshold: 994072122 tcpSocket: - host: "277" - port: -1506633471 - timeoutSeconds: -171684192 + host: "280" + port: "279" + timeoutSeconds: -1492565335 resources: limits: - 攤/ɸɎ R§耶FfBl: "326" + ȟ@7飣奺Ȋ礶惇¸t颟.鵫ǚ灄: "409" requests: - ɱJȉ罴: "587" + ƐȤ藠3.v-鿧悮坮: "593" securityContext: allowPrivilegeEscalation: true capabilities: add: - - 碔 + - 藢xɮĵȑ6L*Z鐫û咡W< drop: - - NKƙ順\E¦队偯J僳徥淳4揻-$ + - lu|榝$î. privileged: false - procMount: ',ŕ' - readOnlyRootFilesystem: false - runAsGroup: 2011630253582325853 - runAsNonRoot: false - runAsUser: -7971724279034955974 + procMount: 朦 wƯ貾坢'跩 + readOnlyRootFilesystem: true + runAsGroup: 8949541422887578058 + runAsNonRoot: true + runAsUser: -7565148469525206101 seLinuxOptions: - level: "304" - role: "302" - type: "303" - user: "301" + level: "306" + role: "304" + type: "305" + user: "303" seccompProfile: - localhostProfile: "308" - type: ĠM蘇KŅ/»頸+SÄ蚃 + localhostProfile: "310" + type: ŕ翑0展} windowsOptions: - gmsaCredentialSpec: "306" - gmsaCredentialSpecName: "305" - runAsUserName: "307" + gmsaCredentialSpec: "308" + gmsaCredentialSpecName: "307" + runAsUserName: "309" startupProbe: exec: command: - - "278" - failureThreshold: 2058122084 + - "281" + failureThreshold: 785984384 httpGet: - host: "281" + host: "284" httpHeaders: - - name: "282" - value: "283" - path: "279" - port: "280" - scheme: ĸ輦唊 - initialDelaySeconds: 1474943201 - periodSeconds: 1584029564 - successThreshold: -467985423 + - name: "285" + value: "286" + path: "282" + port: "283" + scheme: Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ + initialDelaySeconds: -1738069460 + periodSeconds: -805795167 + successThreshold: 1791615594 tcpSocket: - host: "285" - port: "284" - timeoutSeconds: -196963939 - terminationMessagePath: "300" - terminationMessagePolicy: ʜ5遰=E埄Ȁ朦 wƯ貾坢'跩aŕ - tty: true + host: "287" + port: -36782737 + timeoutSeconds: -1643733106 + stdinOnce: true + terminationMessagePath: "302" volumeDevices: - - devicePath: "263" - name: "262" + - devicePath: "266" + name: "265" volumeMounts: - - mountPath: "259" - mountPropagation: 6dz娝嘚庎D}埽uʎȺ眖R#yV'W - name: "258" - readOnly: true - subPath: "260" - subPathExpr: "261" - workingDir: "242" + - mountPath: "262" + mountPropagation: ïì«丯Ƙ枛牐ɺ皚|懥ƖN粕擓ƖHV + name: "261" + subPath: "263" + subPathExpr: "264" + workingDir: "245" dnsConfig: nameservers: - - "465" + - "468" options: - - name: "467" - value: "468" + - name: "470" + value: "471" searches: - - "466" - dnsPolicy: 誹 - enableServiceLinks: true + - "469" + dnsPolicy: ' Ņ#耗' + enableServiceLinks: false ephemeralContainers: - args: - - "312" + - "314" command: - - "311" + - "313" env: - - name: "319" - value: "320" + - name: "321" + value: "322" valueFrom: configMapKeyRef: - key: "326" - name: "325" - optional: true - fieldRef: - apiVersion: "321" - fieldPath: "322" - resourceFieldRef: - containerName: "323" - divisor: "362" - resource: "324" - secretKeyRef: key: "328" name: "327" - optional: true + optional: false + fieldRef: + apiVersion: "323" + fieldPath: "324" + resourceFieldRef: + containerName: "325" + divisor: "124" + resource: "326" + secretKeyRef: + key: "330" + name: "329" + optional: false envFrom: - configMapRef: - name: "317" + name: "319" optional: true - prefix: "316" + prefix: "318" secretRef: - name: "318" + name: "320" optional: false - image: "310" - imagePullPolicy: 笭/9崍h趭(娕uE增猍ǵ xǨ + image: "312" + imagePullPolicy: ņ lifecycle: postStart: exec: command: - - "354" + - "357" httpGet: - host: "357" - httpHeaders: - - name: "358" - value: "359" - path: "355" - port: "356" - scheme: 丽饾| 鞤ɱď - tcpSocket: host: "360" - port: 2084371155 + httpHeaders: + - name: "361" + value: "362" + path: "358" + port: "359" + scheme: ­蜷ɔ幩š + tcpSocket: + host: "363" + port: 455833230 preStop: exec: command: - - "361" + - "364" httpGet: - host: "363" - httpHeaders: - - name: "364" - value: "365" - path: "362" - port: 1369753177 - scheme: )DŽ髐njʉBn(fǂ - tcpSocket: host: "366" - port: 872525702 + httpHeaders: + - name: "367" + value: "368" + path: "365" + port: 1076497581 + scheme: h4ɊHȖ|ʐ + tcpSocket: + host: "369" + port: 248533396 livenessProbe: exec: command: - - "335" - failureThreshold: -560238386 + - "337" + failureThreshold: -205176266 httpGet: - host: "337" + host: "339" httpHeaders: - - name: "338" - value: "339" - path: "336" - port: 62089442 - scheme: 鍏H鯂² - initialDelaySeconds: -402384013 - periodSeconds: -617381112 - successThreshold: 1851229369 + - name: "340" + value: "341" + path: "338" + port: 465486290 + initialDelaySeconds: -2097329452 + periodSeconds: 865289071 + successThreshold: -1829146875 tcpSocket: - host: "340" - port: -1187301925 - timeoutSeconds: -181601395 - name: "309" + host: "342" + port: -116224247 + timeoutSeconds: 1504385614 + name: "311" ports: - - containerPort: -825277526 - hostIP: "315" - hostPort: -2128108224 - name: "314" - protocol: ´摖ȱ + - containerPort: 2056774277 + hostIP: "317" + hostPort: -778272981 + name: "316" + protocol: 现葢ŵ橨鬶l獕;跣Hǝcw媀瓄&翜舞拉 readinessProbe: exec: command: - - "341" - failureThreshold: -1582469056 + - "343" + failureThreshold: -402384013 httpGet: - host: "343" + host: "345" httpHeaders: - - name: "344" - value: "345" - path: "342" - port: -1733181402 - scheme: ŧOǨ繫ʎǑyZ涬P­蜷ɔ幩šeS - initialDelaySeconds: -2113700533 - periodSeconds: -788152336 - successThreshold: 1240798389 + - name: "346" + value: "347" + path: "344" + port: 234253676 + scheme: ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏 + initialDelaySeconds: -2062708879 + periodSeconds: -141401239 + successThreshold: -1187301925 tcpSocket: - host: "346" - port: 155090390 - timeoutSeconds: -2130294761 + host: "349" + port: "348" + timeoutSeconds: 215186711 resources: limits: - :顇ə娯Ȱ囌: "776" + V訆Ǝżŧ: "915" requests: - 鰥Z龏´DÒȗ: "302" + +SÄ蚃ɣľ)酊龨Î: "787" securityContext: allowPrivilegeEscalation: false capabilities: add: - - Ƶf + - DŽ髐njʉBn(fǂǢ曣 drop: - - Ã茓pȓɻ - privileged: true - procMount: '#耗' - readOnlyRootFilesystem: false - runAsGroup: 5255171395073905944 + - ay + privileged: false + procMount: 嗆u + readOnlyRootFilesystem: true + runAsGroup: -5996624450771474158 runAsNonRoot: false - runAsUser: -4099583436266168513 + runAsUser: 1958157659034146020 seLinuxOptions: - level: "371" - role: "369" - type: "370" - user: "368" + level: "374" + role: "372" + type: "373" + user: "371" seccompProfile: - localhostProfile: "375" - type: (ť1ùfŭƽ + localhostProfile: "378" + type: 晲T[irȎ3Ĕ\ windowsOptions: - gmsaCredentialSpec: "373" - gmsaCredentialSpecName: "372" - runAsUserName: "374" + gmsaCredentialSpec: "376" + gmsaCredentialSpecName: "375" + runAsUserName: "377" startupProbe: exec: command: - - "347" - failureThreshold: -969533986 + - "350" + failureThreshold: -1699531929 httpGet: - host: "349" - httpHeaders: - - name: "350" - value: "351" - path: "348" - port: 1575106083 - scheme: ş - initialDelaySeconds: -1835677314 - periodSeconds: 1947032456 - successThreshold: 1233904535 - tcpSocket: host: "353" + httpHeaders: + - name: "354" + value: "355" + path: "351" port: "352" - timeoutSeconds: 199049889 - stdin: true - stdinOnce: true - targetContainerName: "376" - terminationMessagePath: "367" - terminationMessagePolicy: ay + scheme: 鏻砅邻爥 + initialDelaySeconds: 601198286 + periodSeconds: 405193215 + successThreshold: 2129989022 + tcpSocket: + host: "356" + port: -305362540 + timeoutSeconds: 409029209 + targetContainerName: "379" + terminationMessagePath: "370" + terminationMessagePolicy: 迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ + tty: true volumeDevices: - - devicePath: "334" - name: "333" + - devicePath: "336" + name: "335" volumeMounts: - - mountPath: "330" - mountPropagation: 鱎ƙ;Nŕ璻Ji - name: "329" + - mountPath: "332" + mountPropagation: '"冓鍓贯澔 ƺ蛜6' + name: "331" readOnly: true - subPath: "331" - subPathExpr: "332" - workingDir: "313" + subPath: "333" + subPathExpr: "334" + workingDir: "315" hostAliases: - hostnames: - - "463" - ip: "462" - hostname: "393" + - "466" + ip: "465" + hostname: "396" imagePullSecrets: - - name: "392" + - name: "395" initContainers: - args: - "172" @@ -558,85 +546,85 @@ template: fieldPath: "182" resourceFieldRef: containerName: "183" - divisor: "959" + divisor: "577" resource: "184" secretKeyRef: key: "188" name: "187" - optional: false + optional: true envFrom: - configMapRef: name: "177" - optional: false + optional: true prefix: "176" secretRef: name: "178" - optional: true + optional: false image: "170" - imagePullPolicy: ľǎɳ,ǿ飏騀呣ǎ + imagePullPolicy: ȃv渟7 lifecycle: postStart: exec: command: - - "216" + - "217" httpGet: - host: "219" + host: "220" httpHeaders: - - name: "220" - value: "221" - path: "217" - port: "218" - scheme: 铻OŤǢʭ嵔棂p儼Ƿ裚瓶釆Ɗ + - name: "221" + value: "222" + path: "218" + port: "219" + scheme: :贅wE@Ȗs«öʮĀ<é瞾 tcpSocket: - host: "222" - port: -2112697830 + host: "224" + port: "223" preStop: exec: command: - - "223" + - "225" httpGet: - host: "225" + host: "227" httpHeaders: - - name: "226" - value: "227" - path: "224" - port: -742356330 - scheme: 烀罁胾^拜Ȍzɟ踡肒A + - name: "228" + value: "229" + path: "226" + port: -1718681455 + scheme: '*ʙ嫙&蒒5靇C''ɵK.' tcpSocket: - host: "228" - port: -342705708 + host: "231" + port: "230" livenessProbe: exec: command: - "195" - failureThreshold: 462729263 + failureThreshold: -1553779100 httpGet: - host: "198" + host: "197" httpHeaders: - - name: "199" - value: "200" + - name: "198" + value: "199" path: "196" - port: "197" - scheme: '|dk_瀹鞎sn芞QÄȻȊ+?' - initialDelaySeconds: 905846572 - periodSeconds: 166278802 - successThreshold: -2005424724 + port: -57352147 + scheme: Y鶪5w垁鷌辪虽U珝 + initialDelaySeconds: 411878451 + periodSeconds: -254454655 + successThreshold: -1925916855 tcpSocket: host: "201" - port: 1094670193 - timeoutSeconds: -396185898 + port: "200" + timeoutSeconds: 1676588692 name: "169" ports: - - containerPort: 173916181 + - containerPort: 231063530 hostIP: "175" - hostPort: -379514302 + hostPort: 949227156 name: "174" - protocol: 鷅bȻN+ņ榱*Gưoɘ檲ɨ銦 + protocol: 8參遼ūPH炮掊°n readinessProbe: exec: command: - "202" - failureThreshold: -1047607622 + failureThreshold: -31530684 httpGet: host: "205" httpHeaders: @@ -644,137 +632,134 @@ template: value: "207" path: "203" port: "204" - scheme: 瞾ʀNŬɨǙÄr蛏豈Ƀ - initialDelaySeconds: -1503428149 - periodSeconds: -1765469779 - successThreshold: 1525829664 + scheme: '}' + initialDelaySeconds: 1030243869 + periodSeconds: -185042403 + successThreshold: -374922344 tcpSocket: - host: "208" - port: -774074461 - timeoutSeconds: 279808574 + host: "209" + port: "208" + timeoutSeconds: -1080853187 resources: limits: - 瓷碑: "809" + hoĂɋ: "206" requests: - =å睫}堇硲蕵ɢ苆ǮńMǰ溟ɴ扵閝ȝ: "829" + 瓷碑: "809" securityContext: - allowPrivilegeEscalation: false + allowPrivilegeEscalation: true capabilities: add: - - 萭旿@掇lNdǂ>5姣 + - djƯĖ漘Z剚敍0)鈼¬麄p呝TG;邪 drop: - - 懔%熷谟 + - mɩC[ó瓧 privileged: true - procMount: 脾嚏吐ĠLƐȤ藠3.v-鿧悮坮Ȣ幟ļ腻 + procMount: ɟ踡肒Ao/樝fw[Řż丩Ž readOnlyRootFilesystem: true - runAsGroup: -1448436097540110204 + runAsGroup: -2537458620093904059 runAsNonRoot: false - runAsUser: -8231011499756021266 + runAsUser: -6244232606031635964 seLinuxOptions: - level: "233" - role: "231" - type: "232" - user: "230" + level: "236" + role: "234" + type: "235" + user: "233" seccompProfile: - localhostProfile: "237" + localhostProfile: "240" type: "" windowsOptions: - gmsaCredentialSpec: "235" - gmsaCredentialSpecName: "234" - runAsUserName: "236" + gmsaCredentialSpec: "238" + gmsaCredentialSpecName: "237" + runAsUserName: "239" startupProbe: exec: command: - - "209" - failureThreshold: -1294101963 + - "210" + failureThreshold: 1471432155 httpGet: - host: "212" + host: "213" httpHeaders: - - name: "213" - value: "214" - path: "210" - port: "211" - scheme: ȹ嫰ƹǔw÷nI粛E煹ǐƲE - initialDelaySeconds: -1390686338 - periodSeconds: 1908897348 - successThreshold: -153894372 + - name: "214" + value: "215" + path: "211" + port: "212" + initialDelaySeconds: 559781916 + periodSeconds: -1569009987 + successThreshold: -1053603859 tcpSocket: - host: "215" - port: -88173241 - timeoutSeconds: 1762266578 - stdinOnce: true - terminationMessagePath: "229" - terminationMessagePolicy: fw[Řż丩ŽoǠŻʘY賃ɪ鐊 + host: "216" + port: -289900366 + timeoutSeconds: -1703360754 + terminationMessagePath: "232" + terminationMessagePolicy: £ȹ嫰ƹǔw÷nI粛E煹 volumeDevices: - devicePath: "194" name: "193" volumeMounts: - mountPath: "190" - mountPropagation: 虽U珝Żwʮ馜üNșƶ4ĩĉş蝿ɖȃ + mountPropagation: å睫}堇硲蕵ɢ苆 name: "189" subPath: "191" subPathExpr: "192" workingDir: "173" - nodeName: "381" + nodeName: "384" nodeSelector: - "377": "378" + "380": "381" overhead: - 炳薝鴠:X才à脡ǯ?b砸ƻ舁Ȁ贠ȇö匉: "452" - preemptionPolicy: ûŠl倳ţü¿Sʟ鍡 - priority: -1756088332 - priorityClassName: "464" + 隅DžbİEMǶɼ`|褞: "229" + preemptionPolicy: n{鳻 + priority: -340583156 + priorityClassName: "467" readinessGates: - - conditionType: '#sM網' - restartPolicy: æ盪泙若`l}Ñ蠂Ü - runtimeClassName: "469" - schedulerName: "459" + - conditionType: țc£PAÎǨȨ栋 + restartPolicy: 鰨松/Ȁĵ鴁ĩ + runtimeClassName: "472" + schedulerName: "462" securityContext: - fsGroup: -458943834575608638 - fsGroupChangePolicy: ɢzĮ蛋I滞廬耐鷞焬CQm坊柩劄奼[ - runAsGroup: 5023310695550414054 - runAsNonRoot: true - runAsUser: 6519765915963602850 + fsGroup: -2938475845623062804 + fsGroupChangePolicy: '`l}Ñ蠂Ü[ƛ^輅' + runAsGroup: -2284009989479738687 + runAsNonRoot: false + runAsUser: -2814749701257649187 seLinuxOptions: - level: "385" - role: "383" - type: "384" - user: "382" + level: "388" + role: "386" + type: "387" + user: "385" seccompProfile: - localhostProfile: "391" - type: Ƒĝ®EĨǔvÄÚ×p鬷m + localhostProfile: "394" + type: ɛ棕ƈ眽炊礫Ƽ¨Ix糂 supplementalGroups: - - 5114583700398530032 + - -6831592407095063988 sysctls: - - name: "389" - value: "390" + - name: "392" + value: "393" windowsOptions: - gmsaCredentialSpec: "387" - gmsaCredentialSpecName: "386" - runAsUserName: "388" - serviceAccount: "380" - serviceAccountName: "379" + gmsaCredentialSpec: "390" + gmsaCredentialSpecName: "389" + runAsUserName: "391" + serviceAccount: "383" + serviceAccountName: "382" setHostnameAsFQDN: false - shareProcessNamespace: false - subdomain: "394" - terminationGracePeriodSeconds: -1344691682045303625 + shareProcessNamespace: true + subdomain: "397" + terminationGracePeriodSeconds: 5255171395073905944 tolerations: - - effect: ŕ蘴濼DZj鎒ũW|ȶdžH0ƾ瘿¸ - key: "460" - operator: E色kx-餌勀奷ŎC菡ƴ勋;*靯įƊ - tolerationSeconds: -3147305732428645642 - value: "461" + - key: "463" + operator: ŭʔb'?舍ȃʥx臥]å摞 + tolerationSeconds: 3053978290188957517 + value: "464" topologySpreadConstraints: - labelSelector: matchExpressions: - - key: KTlO.__0PX - operator: In + - key: oZvt.LT60v.WxPc---K__-iguFGT._.Y4-0.67hP-lX-_-..b + operator: NotIn values: - - V6K_.3_583-6.f-.9-.V..Q-K_6_3 + - H1z..j_.r3--T matchLabels: - 47--9k-e4ora9.t7bm9-4m04qn-n7--c3k7--fei-br7310gl-xwm5-85a/r8-L__C_60-__.19_-gYY._..fP--hQ7be__-.-g-5.-59...7q___nT: u0-.6---Q.__y64L.0-.c-tm..__---r__._-.DL.o_e-d92e8S_-0D - maxSkew: -447559705 - topologyKey: "470" - whenUnsatisfiable: TaI楅©Ǫ壿/š^劶äɲ泒 + H_55..--E3_2D-1DW__o_-.k: "7" + maxSkew: 1486667065 + topologyKey: "473" + whenUnsatisfiable: DŽɤȶšɞƵõ禲#樹罽濅ʏ 撜粞 volumes: - awsElasticBlockStore: fsType: "41" 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 d15801d1cad..4663aa39aef 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 @@ -450,8 +450,9 @@ "ports": [ { "name": "176", - "hostPort": 118729776, - "containerPort": -614785801, + "hostPort": -1872407654, + "containerPort": 32378685, + "protocol": "ş蝿ɖȃ賲鐅臬", "hostIP": "177" } ], @@ -460,7 +461,7 @@ "prefix": "178", "configMapRef": { "name": "179", - "optional": true + "optional": false }, "secretRef": { "name": "180", @@ -480,12 +481,12 @@ "resourceFieldRef": { "containerName": "185", "resource": "186", - "divisor": "421" + "divisor": "117" }, "configMapKeyRef": { "name": "187", "key": "188", - "optional": false + "optional": true }, "secretKeyRef": { "name": "189", @@ -497,10 +498,10 @@ ], "resources": { "limits": { - "_瀹鞎sn芞QÄȻȊ+?": "193" + "ʭd鲡:贅wE@Ȗs«öʮĀ\u003cé瞾ʀN": "197" }, "requests": { - "@Ȗs«öʮĀ\u003cé瞾": "51" + "軶ǃ*ʙ嫙\u0026蒒5靇": "813" } }, "volumeMounts": [ @@ -508,7 +509,7 @@ "name": "191", "mountPath": "192", "subPath": "193", - "mountPropagation": "£軶ǃ*ʙ嫙\u0026蒒5靇C'ɵK.Q貇", + "mountPropagation": "ǹ_Áȉ彂Ŵ廷s", "subPathExpr": "194" } ], @@ -526,25 +527,25 @@ }, "httpGet": { "path": "198", - "port": "199", - "host": "200", - "scheme": "{Ⱦdz@", + "port": 1923650413, + "host": "199", + "scheme": "I粛E煹ǐƲE'iþŹʣy", "httpHeaders": [ { - "name": "201", - "value": "202" + "name": "200", + "value": "201" } ] }, "tcpSocket": { - "port": 406308963, + "port": "202", "host": "203" }, - "initialDelaySeconds": 632397602, - "timeoutSeconds": 2026784878, - "periodSeconds": -730174220, - "successThreshold": 433084615, - "failureThreshold": 208045354 + "initialDelaySeconds": -1961863213, + "timeoutSeconds": -103588794, + "periodSeconds": -1045704964, + "successThreshold": 1089147958, + "failureThreshold": -1273036797 }, "readinessProbe": { "exec": { @@ -554,318 +555,319 @@ }, "httpGet": { "path": "205", - "port": "206", - "host": "207", - "scheme": "Źʣy豎@ɀ羭,铻O", + "port": 424236719, + "host": "206", "httpHeaders": [ { - "name": "208", - "value": "209" + "name": "207", + "value": "208" } ] }, "tcpSocket": { - "port": "210", - "host": "211" + "port": -648954478, + "host": "209" }, - "initialDelaySeconds": 1424053148, - "timeoutSeconds": 747521320, - "periodSeconds": 859639931, - "successThreshold": -1663149700, - "failureThreshold": -1131820775 + "initialDelaySeconds": 1170649416, + "timeoutSeconds": 893619181, + "periodSeconds": -1891134534, + "successThreshold": -1710454086, + "failureThreshold": 192146389 }, "startupProbe": { "exec": { "command": [ - "212" + "210" ] }, "httpGet": { - "path": "213", - "port": -1710454086, - "host": "214", - "scheme": "mɩC[ó瓧", + "path": "211", + "port": -2112697830, + "host": "212", + "scheme": "Ŗȫ焗捏ĨFħ籘", "httpHeaders": [ { - "name": "215", - "value": "216" + "name": "213", + "value": "214" } ] }, "tcpSocket": { - "port": -122979840, - "host": "217" + "port": -674091068, + "host": "215" }, - "initialDelaySeconds": 915577348, - "timeoutSeconds": -590798124, - "periodSeconds": -1386967282, - "successThreshold": -2030286732, - "failureThreshold": -233378149 + "initialDelaySeconds": -2061678740, + "timeoutSeconds": -495373547, + "periodSeconds": -163839428, + "successThreshold": 1912934380, + "failureThreshold": 1096174794 }, "lifecycle": { "postStart": { "exec": { "command": [ - "218" + "216" ] }, "httpGet": { - "path": "219", - "port": 1385030458, - "host": "220", - "scheme": "Ao/樝fw[Řż丩ŽoǠŻ", + "path": "217", + "port": "218", + "host": "219", + "scheme": "weLJèux榜VƋ", "httpHeaders": [ { - "name": "221", - "value": "222" + "name": "220", + "value": "221" } ] }, "tcpSocket": { - "port": "223", - "host": "224" + "port": -1810997540, + "host": "222" } }, "preStop": { "exec": { "command": [ - "225" + "223" ] }, "httpGet": { - "path": "226", - "port": -1589303862, - "host": "227", - "scheme": "ľǎɳ,ǿ飏騀呣ǎ", + "path": "224", + "port": -2000048581, + "host": "225", + "scheme": "9ǕLLȊɞ-uƻ悖ȩ0Ƹ[Ę", "httpHeaders": [ { - "name": "228", - "value": "229" + "name": "226", + "value": "227" } ] }, "tcpSocket": { - "port": "230", - "host": "231" + "port": "228", + "host": "229" } } }, - "terminationMessagePath": "232", - "terminationMessagePolicy": "萭旿@掇lNdǂ\u003e5姣", + "terminationMessagePath": "230", + "terminationMessagePolicy": "U髷裎$MVȟ@7飣奺Ȋ", + "imagePullPolicy": "ljʁ揆ɘȌ脾嚏吐ĠL", "securityContext": { "capabilities": { "add": [ - "ȟ@7飣奺Ȋ礶惇¸t颟.鵫ǚ灄" + "藠3.v-鿧悮坮Ȣ幟ļ腻ŬƩȿ0" ], "drop": [ - "rʤî萨zvt莭琽§ć\\ ïì" + "Kʝ瘴I\\p[ħsĨɆâĺɗ" ] }, - "privileged": false, + "privileged": true, "seLinuxOptions": { - "user": "233", - "role": "234", - "type": "235", - "level": "236" + "user": "231", + "role": "232", + "type": "233", + "level": "234" }, "windowsOptions": { - "gmsaCredentialSpecName": "237", - "gmsaCredentialSpec": "238", - "runAsUserName": "239" + "gmsaCredentialSpecName": "235", + "gmsaCredentialSpec": "236", + "runAsUserName": "237" }, - "runAsUser": -5738810661106213940, - "runAsGroup": 3195567116206635190, + "runAsUser": -3442119660495017037, + "runAsGroup": 6974050994588811875, "runAsNonRoot": true, - "readOnlyRootFilesystem": false, - "allowPrivilegeEscalation": false, - "procMount": "ƖN粕擓Ɩ", + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "A", "seccompProfile": { - "type": "Ve", - "localhostProfile": "240" + "type": "/ɸɎ R§耶FfBls3!", + "localhostProfile": "238" } }, - "stdinOnce": true + "tty": true } ], "containers": [ { - "name": "241", - "image": "242", + "name": "239", + "image": "240", "command": [ - "243" + "241" ], "args": [ - "244" + "242" ], - "workingDir": "245", + "workingDir": "243", "ports": [ { - "name": "246", - "hostPort": -801430937, - "containerPort": 1883209805, - "protocol": "ɓȌʟni酛3ƁÀ*", - "hostIP": "247" + "name": "244", + "hostPort": -720450949, + "containerPort": -630252364, + "protocol": "dz娝嘚庎D}埽uʎȺ眖R#yV'WK", + "hostIP": "245" } ], "envFrom": [ { - "prefix": "248", + "prefix": "246", "configMapRef": { - "name": "249", + "name": "247", "optional": false }, "secretRef": { - "name": "250", + "name": "248", "optional": true } } ], "env": [ { - "name": "251", - "value": "252", + "name": "249", + "value": "250", "valueFrom": { "fieldRef": { - "apiVersion": "253", - "fieldPath": "254" + "apiVersion": "251", + "fieldPath": "252" }, "resourceFieldRef": { - "containerName": "255", - "resource": "256", - "divisor": "19" + "containerName": "253", + "resource": "254", + "divisor": "668" }, "configMapKeyRef": { - "name": "257", - "key": "258", + "name": "255", + "key": "256", "optional": false }, "secretKeyRef": { - "name": "259", - "key": "260", - "optional": true + "name": "257", + "key": "258", + "optional": false } } } ], "resources": { "limits": { - "Jȉ罴ņ螡źȰ?$矡ȶ网棊": "199" + "輓Ɔȓ蹣ɐǛv+8": "375" }, "requests": { - "ʎȺ眖R#": "985" + "[颐o啛更偢ɇ": "21" } }, "volumeMounts": [ { - "name": "261", - "mountPath": "262", - "subPath": "263", - "mountPropagation": "¿", - "subPathExpr": "264" + "name": "259", + "readOnly": true, + "mountPath": "260", + "subPath": "261", + "mountPropagation": "+", + "subPathExpr": "262" } ], "volumeDevices": [ { - "name": "265", - "devicePath": "266" + "name": "263", + "devicePath": "264" } ], "livenessProbe": { "exec": { "command": [ - "267" + "265" ] }, "httpGet": { - "path": "268", - "port": -534498506, - "host": "269", - "scheme": "儴Ůĺ}潷ʒ胵輓Ɔȓ蹣ɐ", + "path": "266", + "port": -743369977, + "host": "267", + "scheme": "\u003e犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4", "httpHeaders": [ { - "name": "270", - "value": "271" + "name": "268", + "value": "269" } ] }, "tcpSocket": { - "port": "272", - "host": "273" + "port": -1224991707, + "host": "270" }, - "initialDelaySeconds": -805795167, - "timeoutSeconds": 1791615594, - "periodSeconds": 785984384, - "successThreshold": 193463975, - "failureThreshold": 1831208885 + "initialDelaySeconds": 887398685, + "timeoutSeconds": -612420031, + "periodSeconds": -1139949896, + "successThreshold": 1274622498, + "failureThreshold": -179937987 }, "readinessProbe": { "exec": { "command": [ - "274" + "271" ] }, "httpGet": { - "path": "275", - "port": "276", - "host": "277", - "scheme": "更偢ɇ卷荙JLĹ]佱¿\u003e犵殇ŕ-Ɂ", + "path": "272", + "port": "273", + "host": "274", + "scheme": "ĵ", "httpHeaders": [ { - "name": "278", - "value": "279" + "name": "275", + "value": "276" } ] }, "tcpSocket": { - "port": 467291328, - "host": "280" + "port": 1224868165, + "host": "277" }, - "initialDelaySeconds": -1664778008, - "timeoutSeconds": -1191528701, - "periodSeconds": -978176982, - "successThreshold": 415947324, - "failureThreshold": 18113448 + "initialDelaySeconds": 582041100, + "timeoutSeconds": 509188266, + "periodSeconds": -940514142, + "successThreshold": 1574967021, + "failureThreshold": -244758593 }, "startupProbe": { "exec": { "command": [ - "281" + "278" ] }, "httpGet": { - "path": "282", - "port": 453108839, - "host": "283", - "scheme": "趛屡ʁ岼昕ĬÇó藢xɮĵȑ6L*", + "path": "279", + "port": "280", + "host": "281", + "scheme": "腩墺Ò媁荭gw忊|E剒蔞|表徶", "httpHeaders": [ { - "name": "284", - "value": "285" + "name": "282", + "value": "283" } ] }, "tcpSocket": { - "port": 1574967021, - "host": "286" + "port": "284", + "host": "285" }, - "initialDelaySeconds": -244758593, - "timeoutSeconds": 591440053, - "periodSeconds": 104069700, - "successThreshold": -331594625, - "failureThreshold": 888935190 + "initialDelaySeconds": -1784617397, + "timeoutSeconds": 1941923625, + "periodSeconds": 59244165, + "successThreshold": -614161319, + "failureThreshold": 452673549 }, "lifecycle": { "postStart": { "exec": { "command": [ - "287" + "286" ] }, "httpGet": { - "path": "288", - "port": -1661575965, + "path": "287", + "port": "288", "host": "289", - "scheme": "î.Ȏ蝪ʜ5遰=", + "scheme": "簳°Ļǟi\u0026皥贸", "httpHeaders": [ { "name": "290", @@ -874,20 +876,21 @@ ] }, "tcpSocket": { - "port": 834105836, - "host": "292" + "port": "292", + "host": "293" } }, "preStop": { "exec": { "command": [ - "293" + "294" ] }, "httpGet": { - "path": "294", - "port": "295", + "path": "295", + "port": -260262954, "host": "296", + "scheme": "ŵ橨鬶l獕;跣H", "httpHeaders": [ { "name": "297", @@ -896,104 +899,104 @@ ] }, "tcpSocket": { - "port": "299", - "host": "300" + "port": -1164530482, + "host": "299" } } }, - "terminationMessagePath": "301", - "terminationMessagePolicy": "Ȩ\u003c6鄰簳°Ļǟi\u0026", - "imagePullPolicy": "庰%皧V", + "terminationMessagePath": "300", + "terminationMessagePolicy": "媀瓄\u0026翜舞拉Œɥ颶妧Ö闊", + "imagePullPolicy": "ŕĪĠM蘇KŅ/»頸+SÄ蚃ɣ", "securityContext": { "capabilities": { "add": [ - "葢ŵ橨鬶l獕;跣" + "酊龨δ摖ȱğ_\u003c" ], "drop": [ - "ǝcw媀瓄\u0026翜舞拉Œɥ" + "ëJ橈'琕鶫:顇ə娯Ȱ囌" ] }, - "privileged": false, + "privileged": true, "seLinuxOptions": { - "user": "302", - "role": "303", - "type": "304", - "level": "305" + "user": "301", + "role": "302", + "type": "303", + "level": "304" }, "windowsOptions": { - "gmsaCredentialSpecName": "306", - "gmsaCredentialSpec": "307", - "runAsUserName": "308" + "gmsaCredentialSpecName": "305", + "gmsaCredentialSpec": "306", + "runAsUserName": "307" }, - "runAsUser": 8194791334069427324, - "runAsGroup": 8719280757454240148, - "runAsNonRoot": false, - "readOnlyRootFilesystem": false, + "runAsUser": 2471155705902100229, + "runAsGroup": -881225351755256028, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, "allowPrivilegeEscalation": true, - "procMount": "訆ƎżŧL²sNƗ¸gĩ餠籲磣", + "procMount": "?Ǻ鱎ƙ;Nŕ璻Ji", "seccompProfile": { - "type": "ƿ頀\"冓鍓贯澔 ", - "localhostProfile": "309" + "type": "亏yƕ丆録²Ŏ)/灩聋3趐囨鏻", + "localhostProfile": "308" } }, - "stdinOnce": true + "tty": true } ], "ephemeralContainers": [ { - "name": "310", - "image": "311", + "name": "309", + "image": "310", "command": [ - "312" + "311" ], "args": [ - "313" + "312" ], - "workingDir": "314", + "workingDir": "313", "ports": [ { - "name": "315", - "hostPort": 472742933, - "containerPort": 50696420, - "protocol": "iǨź'ǵɐ鰥Z龏´DÒȗÔÂɘɢ", - "hostIP": "316" + "name": "314", + "hostPort": -1365158918, + "containerPort": -305362540, + "protocol": "Ǩ繫ʎǑyZ涬P­蜷ɔ幩", + "hostIP": "315" } ], "envFrom": [ { - "prefix": "317", + "prefix": "316", "configMapRef": { - "name": "318", - "optional": false + "name": "317", + "optional": true }, "secretRef": { - "name": "319", - "optional": false + "name": "318", + "optional": true } } ], "env": [ { - "name": "320", - "value": "321", + "name": "319", + "value": "320", "valueFrom": { "fieldRef": { - "apiVersion": "322", - "fieldPath": "323" + "apiVersion": "321", + "fieldPath": "322" }, "resourceFieldRef": { - "containerName": "324", - "resource": "325", - "divisor": "226" + "containerName": "323", + "resource": "324", + "divisor": "9" }, "configMapKeyRef": { - "name": "326", - "key": "327", + "name": "325", + "key": "326", "optional": false }, "secretKeyRef": { - "name": "328", - "key": "329", + "name": "327", + "key": "328", "optional": false } } @@ -1001,250 +1004,251 @@ ], "resources": { "limits": { - "ʟ鍏H鯂²静": "193" + "{WOŭW灬pȭCV擭銆jʒǚ鍰": "212" }, "requests": { - "聋3趐囨鏻": "838" + "| 鞤ɱďW賁Ěɭɪǹ0衷,": "227" } }, "volumeMounts": [ { - "name": "330", + "name": "329", "readOnly": true, - "mountPath": "331", - "subPath": "332", - "mountPropagation": "騎C\"6x$1sȣ±p鋄", - "subPathExpr": "333" + "mountPath": "330", + "subPath": "331", + "mountPropagation": "Bn(fǂǢ曣ŋayåe躒訙Ǫ", + "subPathExpr": "332" } ], "volumeDevices": [ { - "name": "334", - "devicePath": "335" + "name": "333", + "devicePath": "334" } ], "livenessProbe": { "exec": { "command": [ - "336" + "335" ] }, "httpGet": { - "path": "337", - "port": "338", - "host": "339", - "scheme": "šeSvEȤƏ埮pɵ{WOŭW灬pȭ", + "path": "336", + "port": "337", + "host": "338", + "scheme": "uE增猍ǵ xǨŴ", "httpHeaders": [ { - "name": "340", - "value": "341" + "name": "339", + "value": "340" } ] }, "tcpSocket": { - "port": "342", - "host": "343" + "port": 2112112129, + "host": "341" }, - "initialDelaySeconds": -667808868, - "timeoutSeconds": -1411971593, - "periodSeconds": -1952582931, - "successThreshold": -74827262, - "failureThreshold": 467105019 + "initialDelaySeconds": 528603974, + "timeoutSeconds": -342387625, + "periodSeconds": 1862455894, + "successThreshold": 1080918702, + "failureThreshold": -239264629 }, "readinessProbe": { "exec": { "command": [ - "344" + "342" ] }, "httpGet": { - "path": "345", - "port": "346", - "host": "347", - "scheme": "| 鞤ɱďW賁Ěɭɪǹ0衷,", + "path": "343", + "port": -186532794, + "host": "344", + "scheme": "ĩȲǸ|蕎'佉賞ǧĒzŔ瘍Nʊ輔3璾ė", "httpHeaders": [ { - "name": "348", - "value": "349" + "name": "345", + "value": "346" } ] }, "tcpSocket": { - "port": 1692740191, - "host": "350" + "port": "347", + "host": "348" }, - "initialDelaySeconds": -278396828, - "timeoutSeconds": 1497888778, - "periodSeconds": -1663818120, - "successThreshold": -211480108, - "failureThreshold": -200074798 + "initialDelaySeconds": -751455207, + "timeoutSeconds": -894026356, + "periodSeconds": 646133945, + "successThreshold": -506710067, + "failureThreshold": -47594442 }, "startupProbe": { "exec": { "command": [ - "351" + "349" ] }, "httpGet": { - "path": "352", - "port": "353", - "host": "354", - "scheme": "ay", + "path": "350", + "port": -1894326843, + "host": "351", + "scheme": "ƛ^輅9ɛ棕ƈ眽炊礫Ƽ¨I", "httpHeaders": [ { - "name": "355", - "value": "356" + "name": "352", + "value": "353" } ] }, "tcpSocket": { - "port": "357", - "host": "358" + "port": "354", + "host": "355" }, - "initialDelaySeconds": 628632965, - "timeoutSeconds": 552654052, - "periodSeconds": -1396197931, - "successThreshold": -1114385515, - "failureThreshold": 2144856253 + "initialDelaySeconds": -106856189, + "timeoutSeconds": -2078917333, + "periodSeconds": 86851677, + "successThreshold": -404911753, + "failureThreshold": 890223061 }, "lifecycle": { "postStart": { "exec": { "command": [ - "359" + "356" ] }, "httpGet": { - "path": "360", - "port": 597943993, - "host": "361", - "scheme": "8", + "path": "357", + "port": -468215285, + "host": "358", + "scheme": "ʆɞȥ}礤铟怖ý萜Ǖc8", "httpHeaders": [ { - "name": "362", - "value": "363" + "name": "359", + "value": "360" } ] }, "tcpSocket": { - "port": "364", - "host": "365" + "port": "361", + "host": "362" } }, "preStop": { "exec": { "command": [ - "366" + "363" ] }, "httpGet": { - "path": "367", - "port": 601942575, - "host": "368", - "scheme": "壶ƵfȽÃ茓", + "path": "364", + "port": 293042649, + "host": "365", + "scheme": "ǔvÄÚ×p鬷m罂o3ǰ廋i乳'", "httpHeaders": [ { - "name": "369", - "value": "370" + "name": "366", + "value": "367" } ] }, "tcpSocket": { - "port": 1359309446, - "host": "371" + "port": "368", + "host": "369" } } }, - "terminationMessagePath": "372", - "terminationMessagePolicy": "挴ʠ", - "imagePullPolicy": "ĩȲǸ|蕎'佉賞ǧĒzŔ瘍Nʊ輔3璾ė", + "terminationMessagePath": "370", + "terminationMessagePolicy": "ɻ;襕ċ桉桃喕", + "imagePullPolicy": "熀ďJZ漤", "securityContext": { "capabilities": { "add": [ - "1b" + "Ů\u003cy鯶縆łƑ[澔" ], "drop": [ - "汚磉反-n" + "JŵǤ" ] }, "privileged": true, "seLinuxOptions": { - "user": "373", - "role": "374", - "type": "375", - "level": "376" + "user": "371", + "role": "372", + "type": "373", + "level": "374" }, "windowsOptions": { - "gmsaCredentialSpecName": "377", - "gmsaCredentialSpec": "378", - "runAsUserName": "379" + "gmsaCredentialSpecName": "375", + "gmsaCredentialSpec": "376", + "runAsUserName": "377" }, - "runAsUser": 6952955754983307007, - "runAsGroup": 8284722634127679632, - "runAsNonRoot": false, - "readOnlyRootFilesystem": false, + "runAsUser": 296399212346260204, + "runAsGroup": 1571605531283019612, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, "allowPrivilegeEscalation": false, - "procMount": "濑", + "procMount": "\u0026疀", "seccompProfile": { - "type": "ʨIk(dŊiɢzĮ蛋I滞", - "localhostProfile": "380" + "type": "N翾", + "localhostProfile": "378" } }, - "stdinOnce": true, - "targetContainerName": "381" + "tty": true, + "targetContainerName": "379" } ], - "restartPolicy": "鷞焬C", - "terminationGracePeriodSeconds": 2910487247185363461, - "activeDeadlineSeconds": 6810468860514125748, + "restartPolicy": "虓氙磂tńČȷǻ.wȏâ磠Ƴ崖", + "terminationGracePeriodSeconds": 548095969725247258, + "activeDeadlineSeconds": -4777827725116017226, + "dnsPolicy": "仁", "nodeSelector": { - "382": "383" + "380": "381" }, - "serviceAccountName": "384", - "serviceAccount": "385", + "serviceAccountName": "382", + "serviceAccount": "383", "automountServiceAccountToken": false, - "nodeName": "386", - "hostPID": true, + "nodeName": "384", + "hostNetwork": true, "hostIPC": true, "shareProcessNamespace": false, "securityContext": { "seLinuxOptions": { - "user": "387", - "role": "388", - "type": "389", - "level": "390" + "user": "385", + "role": "386", + "type": "387", + "level": "388" }, "windowsOptions": { - "gmsaCredentialSpecName": "391", - "gmsaCredentialSpec": "392", - "runAsUserName": "393" + "gmsaCredentialSpecName": "389", + "gmsaCredentialSpec": "390", + "runAsUserName": "391" }, - "runAsUser": 6358118655232240727, - "runAsGroup": 8766190045617353809, - "runAsNonRoot": false, + "runAsUser": 8611382659007276093, + "runAsGroup": 9030580185316549656, + "runAsNonRoot": true, "supplementalGroups": [ - -2524837786321986358 + 5544256333691286734 ], - "fsGroup": 8801451190757707332, + "fsGroup": 5115783808026178112, "sysctls": [ { - "name": "394", - "value": "395" + "name": "392", + "value": "393" } ], - "fsGroupChangePolicy": "ɋȑoG鄧蜢暳ǽżLj捲", + "fsGroupChangePolicy": "繽敮ǰ詀ǿ忀oɎƺ", "seccompProfile": { - "type": "xƂ9阠", - "localhostProfile": "396" + "type": "肄$鬬", + "localhostProfile": "394" } }, "imagePullSecrets": [ { - "name": "397" + "name": "395" } ], - "hostname": "398", - "subdomain": "399", + "hostname": "396", + "subdomain": "397", "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { @@ -1252,19 +1256,19 @@ { "matchExpressions": [ { - "key": "400", - "operator": "喕", + "key": "398", + "operator": "剹ƊF豎穜姰l咑耖p^", "values": [ - "401" + "399" ] } ], "matchFields": [ { - "key": "402", - "operator": "ďJZ漤ŗ坟Ů\u003c", + "key": "400", + "operator": "", "values": [ - "403" + "401" ] } ] @@ -1273,23 +1277,23 @@ }, "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 97641827, + "weight": -695011106, "preference": { "matchExpressions": [ { - "key": "404", - "operator": "łƑ[澔", + "key": "402", + "operator": "秮òƬɸĻo", "values": [ - "405" + "403" ] } ], "matchFields": [ { - "key": "406", - "operator": "Ē3Nh×DJɶ羹ƞʓ%ʝ", + "key": "404", + "operator": "cx赮ǒđ\u003e*劶?j", "values": [ - "407" + "405" ] } ] @@ -1302,33 +1306,30 @@ { "labelSelector": { "matchLabels": { - "1caTz_.g.w-o.8_WT-M.3_-1y_8D_X._B__-P---_H-.___._D8.TS-jJ.YO": "op34_-y.8_38m" + "3--4QQ.-s.H.Hu-k-_-0-T1mel--F......3_t_-l..-D": "7r-7" }, "matchExpressions": [ { - "key": "4sE4", - "operator": "In", + "key": "3-_--r.E__-.8_e_l2.._8s--7_3x_-J_.....70", + "operator": "NotIn", "values": [ - "u_.--4QQ.-s.H.Hu-k-_-0-T1mel--F......3_t_l" + "k.j._g-G-7--p9.-_0R.-_-3_L_2--_v2.5p_..u" ] } ] }, "namespaces": [ - "414" + "412" ], - "topologyKey": "415", + "topologyKey": "413", "namespaceSelector": { "matchLabels": { - "v8_.O_..8n.--z_-..6W.K": "sTt.-U_--6" + "p.F5_x.KNC0-.-m_0-m-6Sp_N-S..O-BZ..6-1.S-B3_.b1c": "b_p-y.eQZ9p_6.C.-e16-O_.Q-U-_s-mtA.W5_-V" }, "matchExpressions": [ { - "key": "7-3x-3/23_P", - "operator": "NotIn", - "values": [ - "5....7..--w0_1V4.-r-8S5--_7_-Zp_._.-mi4" - ] + "key": "0vo5byp8q-sf1--gw-jz-659--0l-023bm-6l2e5---k5v3a---ez-o-20s4.u7p--3zm-lx300w-tj-35840-w4g-27-8/U.___06.eqk5E_-4-.XH-.k.7.C", + "operator": "DoesNotExist" } ] } @@ -1336,37 +1337,31 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -2081163116, + "weight": -1735833803, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "acp6-5-x1---4/b8a_6_.0Q46": "6" + "G_2kCpS__.39g_.--_-_ve5.m_2_--XZ-x._0": "M2-n_5023Xl-3Pw_-r75--_-A-o-__y__._12..wrbW_E..24-O._.v._9c" }, "matchExpressions": [ { - "key": "a-L--v_Z--Zg-_4Q__-v_t_u_.__I_-_-3-3--5X1rh-K5y_AzOBW9", - "operator": "In", - "values": [ - "Gv" - ] + "key": "3hjo--8kb6--ut---p8--3-e-3-44-e.w--i--40wv--in-870w--it6k47-7yd-y--3wc8q8/Jm...Cr", + "operator": "DoesNotExist" } ] }, "namespaces": [ - "428" + "426" ], - "topologyKey": "429", + "topologyKey": "427", "namespaceSelector": { "matchLabels": { - "Z___._6..tf-_u-3-_n0..p": "S.K" + "8---h-1.l-h--q0h-t2n4s-6-k5-7-a0w-ke5p-33lt-9--2-k-27-4r4-d-9a46/FL-__bf_9_-C-PfNx__-U_.Pn-W2h": "ht-E6___-X__H.-39-A_-_l67Q.-t" }, "matchExpressions": [ { - "key": "Fgw_-z_659GE.l_.23--_6l.-5_BZk5v3aUK_--_o_2.--4Z7__i1T.miw_7a2", - "operator": "NotIn", - "values": [ - "j_.5.40Rw4gD.._.-x6db-L7.-__-G_2kCpS__.39g_.--_-_ve5.m_2d" - ] + "key": "C-_20", + "operator": "Exists" } ] } @@ -1379,30 +1374,30 @@ { "labelSelector": { "matchLabels": { - "snw0-3i--a2/023Xl-3Pw_-r75--c": "4wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m3" + "fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o5": "TB-d-Q" }, "matchExpressions": [ { - "key": "rN7_B__--v-3-BzO5z80n_Ht5W_._._-2M2._I-_P..w-W_-n8", - "operator": "NotIn", + "key": "4b699/B9n.2", + "operator": "In", "values": [ - "8u.._-__BM.6-.Y_72-_--pT751" + "MM7-.e.x" ] } ] }, "namespaces": [ - "442" + "440" ], - "topologyKey": "443", + "topologyKey": "441", "namespaceSelector": { "matchLabels": { - "8---h-1.l-h--q0h-t2n4s-6-k5-7-a0w-ke5p-33lt-9--2-k-27-4r4-d-9a46/FL-__bf_9_-C-PfNx__-U_.Pn-W2h": "ht-E6___-X__H.-39-A_-_l67Q.-t" + "B_05._Lsu-H_.f82-8_.UdWNn_U-...1P_.D8_t..-Ww2q.zK-p-...Z-O.-j": "Vv.-_.4dwFbuvEf55Y2k.F-F..3m6.._2v89U--8.3N_.1" }, "matchExpressions": [ { - "key": "C-_20", - "operator": "Exists" + "key": "8u2-__3uM77U7._pT-___-_5-6h_Ky7-_0Vw-Nzfdw.3-._J", + "operator": "DoesNotExist" } ] } @@ -1410,34 +1405,34 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 33371499, + "weight": 1131487788, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "RT.0zo": "7G79.3bU_._nV34G._--u.._.105-4_ed-f" + "2fk3x-j9133e--2-t--k-fmt4272r--49u-0m7u-----v8.0--063-qm-j-3wc89k-0-57z4063---kb/v_5_D7RufiV-7u0--_qv4-D": "Y_o.-0-yE-R5W5_2n...78aou_j-3.J-.-r_-oPd-.2_Z__.-_U-.6p" }, "matchExpressions": [ { - "key": "o8t5Vl6_..7CY-_dc__G6N-_-0o.0C_g0", + "key": "h-i-60a---9--n8i64t1-4----c-----35---1--6-u-68u8w.3-6b77-f8--tf---7r88-1--p61cd--6/e-Avi.gZdnUVP._81_---l_3_-_G-D....js--a---..6bD_M--c.0Q--2qh.b", "operator": "NotIn", "values": [ - "kn_9n.p.o" + "u.7.._B-ks7dG-9S-O62o.8._.---UK_-.j21---__y.9O.L-m" ] } ] }, "namespaces": [ - "456" + "454" ], - "topologyKey": "457", + "topologyKey": "455", "namespaceSelector": { "matchLabels": { - "o79p-f4r1--7p--053--suu--9f82k8-2-d--n--e/7-.6": "K--g__..2bidF.-0-...WE.-_tdt_-Z0_TM_p6lM.Y-nd_.b_-gL_13" + "7u-h---dY7_M_-._M5..-N_H_55..--E3_2D-1DW__o_-._kzB7U_.Q.45cy5": "Y-__-Zvt.LT60v.WxPc--K" }, "matchExpressions": [ { - "key": "g-cx-428u2j--3u-77-75-p-z---k-5r6h--y7o-0-wq-zfdn.yg0t-q--qr95ws-v-5--7-uf5/bk81S3.s_s_6.-_U", - "operator": "Exists" + "key": "wr3qtm-8vuo17qre-33-5-u8f0f1qv--i72-x3---v25f1.2-84s-n-i-711s4--9s8--o-8dm---b----03-64-8l7-l-0787--18/iguFGT._.Y4-0.67hP-lX-_-..5-.._r6T", + "operator": "DoesNotExist" } ] } @@ -1446,66 +1441,66 @@ ] } }, - "schedulerName": "464", + "schedulerName": "462", "tolerations": [ { - "key": "465", - "operator": "â羃ȄÑNQ梯誠?忹ț慑罪ƐǥĂ/ɼ", - "value": "466", - "effect": "Ȫ", - "tolerationSeconds": -3512872839388697022 + "key": "463", + "operator": "E色kx-餌勀奷ŎC菡ƴ勋;*靯įƊ", + "value": "464", + "effect": "ŕ蘴濼DZj鎒ũW|ȶdžH0ƾ瘿¸", + "tolerationSeconds": -3147305732428645642 } ], "hostAliases": [ { - "ip": "467", + "ip": "465", "hostnames": [ - "468" + "466" ] } ], - "priorityClassName": "469", - "priority": 338072377, + "priorityClassName": "467", + "priority": -1756088332, "dnsConfig": { "nameservers": [ - "470" + "468" ], "searches": [ - "471" + "469" ], "options": [ { - "name": "472", - "value": "473" + "name": "470", + "value": "471" } ] }, "readinessGates": [ { - "conditionType": "ȳ靘ɶ¦9F徵{ɦ!f親ʚ«Ǥ栌Ə" + "conditionType": "#sM網" } ], - "runtimeClassName": "474", - "enableServiceLinks": false, - "preemptionPolicy": "", + "runtimeClassName": "472", + "enableServiceLinks": true, + "preemptionPolicy": "ûŠl倳ţü¿Sʟ鍡", "overhead": { - "öZÕW肤 遞Ȼ棉砍": "261" + "炳薝鴠:X才à脡ǯ?b砸ƻ舁Ȁ贠ȇö匉": "452" }, "topologySpreadConstraints": [ { - "maxSkew": 1795378781, - "topologyKey": "475", - "whenUnsatisfiable": "焿熣$ɒ割婻漛Ǒ", + "maxSkew": -447559705, + "topologyKey": "473", + "whenUnsatisfiable": "TaI楅©Ǫ壿/š^劶äɲ泒", "labelSelector": { "matchLabels": { - "17--f-z336z7---1-i-67-3o--pw8-l0d--7881-v7-j-8-98-9-av.2vi9g-dn---6-81-ssml-3-b--x-8234jscfajzc476bt/PT-_Nx__-F_._n.WaY_o.-0-yE-RW": "sfI_2-_20_9._5-..Bi_..aOQ_._Yn.-.4t.U.VU__-_BAB_3H" + "47--9k-e4ora9.t7bm9-4m04qn-n7--c3k7--fei-br7310gl-xwm5-85a/r8-L__C_60-__.19_-gYY._..fP--hQ7be__-.-g-5.-59...7q___nT": "u0-.6---Q.__y64L.0-.c-tm..__---r__._-.DL.o_e-d92e8S_-0D" }, "matchExpressions": [ { - "key": "gwb.-R6_pQ_mgi.U.-e7z-t0-pQ-.-.g-_Zy", - "operator": "NotIn", + "key": "KTlO.__0PX", + "operator": "In", "values": [ - "7.._B-ks7dG-9S-6" + "V6K_.3_583-6.f-.9-.V..Q-K_6_3" ] } ] @@ -1517,18 +1512,18 @@ } }, "status": { - "replicas": 605103437, - "fullyLabeledReplicas": -671032539, - "readyReplicas": -870156140, - "availableReplicas": 972437399, - "observedGeneration": 6640996041331237073, + "replicas": -1350756342, + "fullyLabeledReplicas": 131165488, + "readyReplicas": 1801862647, + "availableReplicas": -212999359, + "observedGeneration": 6343420286878457918, "conditions": [ { - "type": "đÁŊ锱軈", - "status": "ħ(f", - "lastTransitionTime": "2278-11-24T08:09:51Z", - "reason": "482", - "message": "483" + "type": "", + "status": "ʋǞbȫ魙Ōȇ", + "lastTransitionTime": "2443-02-01T11:09:03Z", + "reason": "480", + "message": "481" } ] } 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 05c9bd19b5bb22e0f0b69b884f70ee33f81e7953..509f1783d4e859568c0ce82978998cc09912868a 100644 GIT binary patch delta 5954 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 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 03700748336..ae214c64cbb 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 @@ -65,486 +65,483 @@ spec: selfLink: "24" uid: '*齧獚敆Ȏțêɘ' spec: - activeDeadlineSeconds: 6810468860514125748 + activeDeadlineSeconds: -4777827725116017226 affinity: nodeAffinity: preferredDuringSchedulingIgnoredDuringExecution: - preference: matchExpressions: + - key: "402" + operator: 秮òƬɸĻo + values: + - "403" + matchFields: - key: "404" - operator: łƑ[澔 + operator: cx赮ǒđ>*劶?j values: - "405" - matchFields: - - key: "406" - operator: Ē3Nh×DJɶ羹ƞʓ%ʝ - values: - - "407" - weight: 97641827 + weight: -695011106 requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: + - key: "398" + operator: 剹ƊF豎穜姰l咑耖p^ + values: + - "399" + matchFields: - key: "400" - operator: 喕 + operator: "" values: - "401" - matchFields: - - key: "402" - operator: ďJZ漤ŗ坟Ů< - values: - - "403" podAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - - key: a-L--v_Z--Zg-_4Q__-v_t_u_.__I_-_-3-3--5X1rh-K5y_AzOBW9 - operator: In - values: - - Gv + - key: 3hjo--8kb6--ut---p8--3-e-3-44-e.w--i--40wv--in-870w--it6k47-7yd-y--3wc8q8/Jm...Cr + operator: DoesNotExist matchLabels: - acp6-5-x1---4/b8a_6_.0Q46: "6" + G_2kCpS__.39g_.--_-_ve5.m_2_--XZ-x._0: M2-n_5023Xl-3Pw_-r75--_-A-o-__y__._12..wrbW_E..24-O._.v._9c namespaceSelector: matchExpressions: - - key: Fgw_-z_659GE.l_.23--_6l.-5_BZk5v3aUK_--_o_2.--4Z7__i1T.miw_7a2 - operator: NotIn - values: - - j_.5.40Rw4gD.._.-x6db-L7.-__-G_2kCpS__.39g_.--_-_ve5.m_2d + - key: C-_20 + operator: Exists matchLabels: - Z___._6..tf-_u-3-_n0..p: S.K + 8---h-1.l-h--q0h-t2n4s-6-k5-7-a0w-ke5p-33lt-9--2-k-27-4r4-d-9a46/FL-__bf_9_-C-PfNx__-U_.Pn-W2h: ht-E6___-X__H.-39-A_-_l67Q.-t namespaces: - - "428" - topologyKey: "429" - weight: -2081163116 + - "426" + topologyKey: "427" + weight: -1735833803 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: 4sE4 - operator: In - values: - - u_.--4QQ.-s.H.Hu-k-_-0-T1mel--F......3_t_l - matchLabels: - 1caTz_.g.w-o.8_WT-M.3_-1y_8D_X._B__-P---_H-.___._D8.TS-jJ.YO: op34_-y.8_38m - namespaceSelector: - matchExpressions: - - key: 7-3x-3/23_P + - key: 3-_--r.E__-.8_e_l2.._8s--7_3x_-J_.....70 operator: NotIn values: - - 5....7..--w0_1V4.-r-8S5--_7_-Zp_._.-mi4 + - k.j._g-G-7--p9.-_0R.-_-3_L_2--_v2.5p_..u matchLabels: - v8_.O_..8n.--z_-..6W.K: sTt.-U_--6 + 3--4QQ.-s.H.Hu-k-_-0-T1mel--F......3_t_-l..-D: 7r-7 + namespaceSelector: + matchExpressions: + - key: 0vo5byp8q-sf1--gw-jz-659--0l-023bm-6l2e5---k5v3a---ez-o-20s4.u7p--3zm-lx300w-tj-35840-w4g-27-8/U.___06.eqk5E_-4-.XH-.k.7.C + operator: DoesNotExist + matchLabels: + p.F5_x.KNC0-.-m_0-m-6Sp_N-S..O-BZ..6-1.S-B3_.b1c: b_p-y.eQZ9p_6.C.-e16-O_.Q-U-_s-mtA.W5_-V namespaces: - - "414" - topologyKey: "415" + - "412" + topologyKey: "413" podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - - key: o8t5Vl6_..7CY-_dc__G6N-_-0o.0C_g0 + - key: h-i-60a---9--n8i64t1-4----c-----35---1--6-u-68u8w.3-6b77-f8--tf---7r88-1--p61cd--6/e-Avi.gZdnUVP._81_---l_3_-_G-D....js--a---..6bD_M--c.0Q--2qh.b operator: NotIn values: - - kn_9n.p.o + - u.7.._B-ks7dG-9S-O62o.8._.---UK_-.j21---__y.9O.L-m matchLabels: - RT.0zo: 7G79.3bU_._nV34G._--u.._.105-4_ed-f + 2fk3x-j9133e--2-t--k-fmt4272r--49u-0m7u-----v8.0--063-qm-j-3wc89k-0-57z4063---kb/v_5_D7RufiV-7u0--_qv4-D: Y_o.-0-yE-R5W5_2n...78aou_j-3.J-.-r_-oPd-.2_Z__.-_U-.6p namespaceSelector: matchExpressions: - - key: g-cx-428u2j--3u-77-75-p-z---k-5r6h--y7o-0-wq-zfdn.yg0t-q--qr95ws-v-5--7-uf5/bk81S3.s_s_6.-_U - operator: Exists + - key: wr3qtm-8vuo17qre-33-5-u8f0f1qv--i72-x3---v25f1.2-84s-n-i-711s4--9s8--o-8dm---b----03-64-8l7-l-0787--18/iguFGT._.Y4-0.67hP-lX-_-..5-.._r6T + operator: DoesNotExist matchLabels: - o79p-f4r1--7p--053--suu--9f82k8-2-d--n--e/7-.6: K--g__..2bidF.-0-...WE.-_tdt_-Z0_TM_p6lM.Y-nd_.b_-gL_13 + 7u-h---dY7_M_-._M5..-N_H_55..--E3_2D-1DW__o_-._kzB7U_.Q.45cy5: Y-__-Zvt.LT60v.WxPc--K namespaces: - - "456" - topologyKey: "457" - weight: 33371499 + - "454" + topologyKey: "455" + weight: 1131487788 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: rN7_B__--v-3-BzO5z80n_Ht5W_._._-2M2._I-_P..w-W_-n8 - operator: NotIn + - key: 4b699/B9n.2 + operator: In values: - - 8u.._-__BM.6-.Y_72-_--pT751 + - MM7-.e.x matchLabels: - snw0-3i--a2/023Xl-3Pw_-r75--c: 4wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m3 + fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o5: TB-d-Q namespaceSelector: matchExpressions: - - key: C-_20 - operator: Exists + - key: 8u2-__3uM77U7._pT-___-_5-6h_Ky7-_0Vw-Nzfdw.3-._J + operator: DoesNotExist matchLabels: - 8---h-1.l-h--q0h-t2n4s-6-k5-7-a0w-ke5p-33lt-9--2-k-27-4r4-d-9a46/FL-__bf_9_-C-PfNx__-U_.Pn-W2h: ht-E6___-X__H.-39-A_-_l67Q.-t + B_05._Lsu-H_.f82-8_.UdWNn_U-...1P_.D8_t..-Ww2q.zK-p-...Z-O.-j: Vv.-_.4dwFbuvEf55Y2k.F-F..3m6.._2v89U--8.3N_.1 namespaces: - - "442" - topologyKey: "443" + - "440" + topologyKey: "441" automountServiceAccountToken: false containers: - args: - - "244" + - "242" command: - - "243" + - "241" env: - - name: "251" - value: "252" + - name: "249" + value: "250" valueFrom: configMapKeyRef: + key: "256" + name: "255" + optional: false + fieldRef: + apiVersion: "251" + fieldPath: "252" + resourceFieldRef: + containerName: "253" + divisor: "668" + resource: "254" + secretKeyRef: key: "258" name: "257" optional: false - fieldRef: - apiVersion: "253" - fieldPath: "254" - resourceFieldRef: - containerName: "255" - divisor: "19" - resource: "256" - secretKeyRef: - key: "260" - name: "259" - optional: true envFrom: - configMapRef: - name: "249" + name: "247" optional: false - prefix: "248" + prefix: "246" secretRef: - name: "250" + name: "248" optional: true - image: "242" - imagePullPolicy: 庰%皧V + image: "240" + imagePullPolicy: ŕĪĠM蘇KŅ/»頸+SÄ蚃ɣ lifecycle: postStart: exec: command: - - "287" + - "286" httpGet: host: "289" httpHeaders: - name: "290" value: "291" - path: "288" - port: -1661575965 - scheme: î.Ȏ蝪ʜ5遰= + path: "287" + port: "288" + scheme: 簳°Ļǟi&皥贸 tcpSocket: - host: "292" - port: 834105836 + host: "293" + port: "292" preStop: exec: command: - - "293" + - "294" httpGet: host: "296" httpHeaders: - name: "297" value: "298" - path: "294" - port: "295" + path: "295" + port: -260262954 + scheme: ŵ橨鬶l獕;跣H tcpSocket: - host: "300" - port: "299" + host: "299" + port: -1164530482 livenessProbe: exec: command: - - "267" - failureThreshold: 1831208885 + - "265" + failureThreshold: -179937987 httpGet: - host: "269" + host: "267" httpHeaders: - - name: "270" - value: "271" - path: "268" - port: -534498506 - scheme: 儴Ůĺ}潷ʒ胵輓Ɔȓ蹣ɐ - initialDelaySeconds: -805795167 - periodSeconds: 785984384 - successThreshold: 193463975 + - name: "268" + value: "269" + path: "266" + port: -743369977 + scheme: '>犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4' + initialDelaySeconds: 887398685 + periodSeconds: -1139949896 + successThreshold: 1274622498 tcpSocket: - host: "273" - port: "272" - timeoutSeconds: 1791615594 - name: "241" + host: "270" + port: -1224991707 + timeoutSeconds: -612420031 + name: "239" ports: - - containerPort: 1883209805 - hostIP: "247" - hostPort: -801430937 - name: "246" - protocol: ɓȌʟni酛3ƁÀ* + - containerPort: -630252364 + hostIP: "245" + hostPort: -720450949 + name: "244" + protocol: dz娝嘚庎D}埽uʎȺ眖R#yV'WK readinessProbe: exec: command: - - "274" - failureThreshold: 18113448 + - "271" + failureThreshold: -244758593 httpGet: - host: "277" + host: "274" httpHeaders: - - name: "278" - value: "279" - path: "275" - port: "276" - scheme: 更偢ɇ卷荙JLĹ]佱¿>犵殇ŕ-Ɂ - initialDelaySeconds: -1664778008 - periodSeconds: -978176982 - successThreshold: 415947324 + - name: "275" + value: "276" + path: "272" + port: "273" + scheme: ĵ + initialDelaySeconds: 582041100 + periodSeconds: -940514142 + successThreshold: 1574967021 tcpSocket: - host: "280" - port: 467291328 - timeoutSeconds: -1191528701 + host: "277" + port: 1224868165 + timeoutSeconds: 509188266 resources: limits: - Jȉ罴ņ螡źȰ?$矡ȶ网棊: "199" + 輓Ɔȓ蹣ɐǛv+8: "375" requests: - ʎȺ眖R#: "985" + '[颐o啛更偢ɇ': "21" securityContext: allowPrivilegeEscalation: true capabilities: add: - - 葢ŵ橨鬶l獕;跣 + - 酊龨δ摖ȱğ_< drop: - - ǝcw媀瓄&翜舞拉Œɥ - privileged: false - procMount: 訆ƎżŧL²sNƗ¸gĩ餠籲磣 - readOnlyRootFilesystem: false - runAsGroup: 8719280757454240148 - runAsNonRoot: false - runAsUser: 8194791334069427324 + - ëJ橈'琕鶫:顇ə娯Ȱ囌 + privileged: true + procMount: ?Ǻ鱎ƙ;Nŕ璻Ji + readOnlyRootFilesystem: true + runAsGroup: -881225351755256028 + runAsNonRoot: true + runAsUser: 2471155705902100229 seLinuxOptions: - level: "305" - role: "303" - type: "304" - user: "302" + level: "304" + role: "302" + type: "303" + user: "301" seccompProfile: - localhostProfile: "309" - type: 'ƿ頀"冓鍓贯澔 ' + localhostProfile: "308" + type: 亏yƕ丆録²Ŏ)/灩聋3趐囨鏻 windowsOptions: - gmsaCredentialSpec: "307" - gmsaCredentialSpecName: "306" - runAsUserName: "308" + gmsaCredentialSpec: "306" + gmsaCredentialSpecName: "305" + runAsUserName: "307" startupProbe: exec: command: - - "281" - failureThreshold: 888935190 + - "278" + failureThreshold: 452673549 httpGet: - host: "283" + host: "281" httpHeaders: - - name: "284" - value: "285" - path: "282" - port: 453108839 - scheme: 趛屡ʁ岼昕ĬÇó藢xɮĵȑ6L* - initialDelaySeconds: -244758593 - periodSeconds: 104069700 - successThreshold: -331594625 + - name: "282" + value: "283" + path: "279" + port: "280" + scheme: 腩墺Ò媁荭gw忊|E剒蔞|表徶 + initialDelaySeconds: -1784617397 + periodSeconds: 59244165 + successThreshold: -614161319 tcpSocket: - host: "286" - port: 1574967021 - timeoutSeconds: 591440053 - stdinOnce: true - terminationMessagePath: "301" - terminationMessagePolicy: Ȩ<6鄰簳°Ļǟi& + host: "285" + port: "284" + timeoutSeconds: 1941923625 + terminationMessagePath: "300" + terminationMessagePolicy: 媀瓄&翜舞拉Œɥ颶妧Ö闊 + tty: true volumeDevices: - - devicePath: "266" - name: "265" + - devicePath: "264" + name: "263" volumeMounts: - - mountPath: "262" - mountPropagation: ¿ - name: "261" - subPath: "263" - subPathExpr: "264" - workingDir: "245" + - mountPath: "260" + mountPropagation: + + name: "259" + readOnly: true + subPath: "261" + subPathExpr: "262" + workingDir: "243" dnsConfig: nameservers: - - "470" + - "468" options: - - name: "472" - value: "473" + - name: "470" + value: "471" searches: - - "471" - enableServiceLinks: false + - "469" + dnsPolicy: 仁 + enableServiceLinks: true ephemeralContainers: - args: - - "313" - command: - "312" + command: + - "311" env: - - name: "320" - value: "321" + - name: "319" + value: "320" valueFrom: configMapKeyRef: - key: "327" - name: "326" + key: "326" + name: "325" optional: false fieldRef: - apiVersion: "322" - fieldPath: "323" + apiVersion: "321" + fieldPath: "322" resourceFieldRef: - containerName: "324" - divisor: "226" - resource: "325" + containerName: "323" + divisor: "9" + resource: "324" secretKeyRef: - key: "329" - name: "328" + key: "328" + name: "327" optional: false envFrom: - configMapRef: - name: "318" - optional: false - prefix: "317" + name: "317" + optional: true + prefix: "316" secretRef: - name: "319" - optional: false - image: "311" - imagePullPolicy: ĩȲǸ|蕎'佉賞ǧĒzŔ瘍Nʊ輔3璾ė + name: "318" + optional: true + image: "310" + imagePullPolicy: 熀ďJZ漤 lifecycle: postStart: exec: command: - - "359" + - "356" httpGet: - host: "361" + host: "358" httpHeaders: - - name: "362" - value: "363" - path: "360" - port: 597943993 - scheme: "8" + - name: "359" + value: "360" + path: "357" + port: -468215285 + scheme: ʆɞȥ}礤铟怖ý萜Ǖc8 tcpSocket: - host: "365" - port: "364" + host: "362" + port: "361" preStop: exec: command: - - "366" + - "363" httpGet: - host: "368" + host: "365" httpHeaders: - - name: "369" - value: "370" - path: "367" - port: 601942575 - scheme: 壶ƵfȽÃ茓 + - name: "366" + value: "367" + path: "364" + port: 293042649 + scheme: ǔvÄÚ×p鬷m罂o3ǰ廋i乳' tcpSocket: - host: "371" - port: 1359309446 + host: "369" + port: "368" livenessProbe: exec: command: - - "336" - failureThreshold: 467105019 + - "335" + failureThreshold: -239264629 httpGet: - host: "339" + host: "338" httpHeaders: - - name: "340" - value: "341" - path: "337" - port: "338" - scheme: šeSvEȤƏ埮pɵ{WOŭW灬pȭ - initialDelaySeconds: -667808868 - periodSeconds: -1952582931 - successThreshold: -74827262 + - name: "339" + value: "340" + path: "336" + port: "337" + scheme: uE增猍ǵ xǨŴ + initialDelaySeconds: 528603974 + periodSeconds: 1862455894 + successThreshold: 1080918702 tcpSocket: - host: "343" - port: "342" - timeoutSeconds: -1411971593 - name: "310" + host: "341" + port: 2112112129 + timeoutSeconds: -342387625 + name: "309" ports: - - containerPort: 50696420 - hostIP: "316" - hostPort: 472742933 - name: "315" - protocol: iǨź'ǵɐ鰥Z龏´DÒȗÔÂɘɢ + - containerPort: -305362540 + hostIP: "315" + hostPort: -1365158918 + name: "314" + protocol: Ǩ繫ʎǑyZ涬P­蜷ɔ幩 readinessProbe: exec: command: - - "344" - failureThreshold: -200074798 + - "342" + failureThreshold: -47594442 httpGet: - host: "347" + host: "344" httpHeaders: - - name: "348" - value: "349" - path: "345" - port: "346" - scheme: '| 鞤ɱďW賁Ěɭɪǹ0衷,' - initialDelaySeconds: -278396828 - periodSeconds: -1663818120 - successThreshold: -211480108 + - name: "345" + value: "346" + path: "343" + port: -186532794 + scheme: ĩȲǸ|蕎'佉賞ǧĒzŔ瘍Nʊ輔3璾ė + initialDelaySeconds: -751455207 + periodSeconds: 646133945 + successThreshold: -506710067 tcpSocket: - host: "350" - port: 1692740191 - timeoutSeconds: 1497888778 + host: "348" + port: "347" + timeoutSeconds: -894026356 resources: limits: - ʟ鍏H鯂²静: "193" + '{WOŭW灬pȭCV擭銆jʒǚ鍰': "212" requests: - 聋3趐囨鏻: "838" + '| 鞤ɱďW賁Ěɭɪǹ0衷,': "227" securityContext: allowPrivilegeEscalation: false capabilities: add: - - 1b + - Ů5姣 + host: "215" + port: -674091068 + timeoutSeconds: -495373547 + terminationMessagePath: "230" + terminationMessagePolicy: U髷裎$MVȟ@7飣奺Ȋ + tty: true volumeDevices: - devicePath: "196" name: "195" volumeMounts: - mountPath: "192" - mountPropagation: £軶ǃ*ʙ嫙&蒒5靇C'ɵK.Q貇 + mountPropagation: ǹ_Áȉ彂Ŵ廷s name: "191" subPath: "193" subPathExpr: "194" workingDir: "175" - nodeName: "386" + nodeName: "384" nodeSelector: - "382": "383" + "380": "381" overhead: - öZÕW肤 遞Ȼ棉砍: "261" - preemptionPolicy: "" - priority: 338072377 - priorityClassName: "469" + 炳薝鴠:X才à脡ǯ?b砸ƻ舁Ȁ贠ȇö匉: "452" + preemptionPolicy: ûŠl倳ţü¿Sʟ鍡 + priority: -1756088332 + priorityClassName: "467" readinessGates: - - conditionType: ȳ靘ɶ¦9F徵{ɦ!f親ʚ«Ǥ栌Ə - restartPolicy: 鷞焬C - runtimeClassName: "474" - schedulerName: "464" + - conditionType: '#sM網' + restartPolicy: 虓氙磂tńČȷǻ.wȏâ磠Ƴ崖 + runtimeClassName: "472" + schedulerName: "462" securityContext: - fsGroup: 8801451190757707332 - fsGroupChangePolicy: ɋȑoG鄧蜢暳ǽżLj捲 - runAsGroup: 8766190045617353809 - runAsNonRoot: false - runAsUser: 6358118655232240727 + fsGroup: 5115783808026178112 + fsGroupChangePolicy: 繽敮ǰ詀ǿ忀oɎƺ + runAsGroup: 9030580185316549656 + runAsNonRoot: true + runAsUser: 8611382659007276093 seLinuxOptions: - level: "390" - role: "388" - type: "389" - user: "387" + level: "388" + role: "386" + type: "387" + user: "385" seccompProfile: - localhostProfile: "396" - type: xƂ9阠 + localhostProfile: "394" + type: 肄$鬬 supplementalGroups: - - -2524837786321986358 + - 5544256333691286734 sysctls: - - name: "394" - value: "395" + - name: "392" + value: "393" windowsOptions: - gmsaCredentialSpec: "392" - gmsaCredentialSpecName: "391" - runAsUserName: "393" - serviceAccount: "385" - serviceAccountName: "384" + gmsaCredentialSpec: "390" + gmsaCredentialSpecName: "389" + runAsUserName: "391" + serviceAccount: "383" + serviceAccountName: "382" setHostnameAsFQDN: false shareProcessNamespace: false - subdomain: "399" - terminationGracePeriodSeconds: 2910487247185363461 + subdomain: "397" + terminationGracePeriodSeconds: 548095969725247258 tolerations: - - effect: Ȫ - key: "465" - operator: â羃ȄÑNQ梯誠?忹ț慑罪ƐǥĂ/ɼ - tolerationSeconds: -3512872839388697022 - value: "466" + - effect: ŕ蘴濼DZj鎒ũW|ȶdžH0ƾ瘿¸ + key: "463" + operator: E色kx-餌勀奷ŎC菡ƴ勋;*靯įƊ + tolerationSeconds: -3147305732428645642 + value: "464" topologySpreadConstraints: - labelSelector: matchExpressions: - - key: gwb.-R6_pQ_mgi.U.-e7z-t0-pQ-.-.g-_Zy - operator: NotIn + - key: KTlO.__0PX + operator: In values: - - 7.._B-ks7dG-9S-6 + - V6K_.3_583-6.f-.9-.V..Q-K_6_3 matchLabels: - ? 17--f-z336z7---1-i-67-3o--pw8-l0d--7881-v7-j-8-98-9-av.2vi9g-dn---6-81-ssml-3-b--x-8234jscfajzc476bt/PT-_Nx__-F_._n.WaY_o.-0-yE-RW - : sfI_2-_20_9._5-..Bi_..aOQ_._Yn.-.4t.U.VU__-_BAB_3H - maxSkew: 1795378781 - topologyKey: "475" - whenUnsatisfiable: 焿熣$ɒ割婻漛Ǒ + 47--9k-e4ora9.t7bm9-4m04qn-n7--c3k7--fei-br7310gl-xwm5-85a/r8-L__C_60-__.19_-gYY._..fP--hQ7be__-.-g-5.-59...7q___nT: u0-.6---Q.__y64L.0-.c-tm..__---r__._-.DL.o_e-d92e8S_-0D + maxSkew: -447559705 + topologyKey: "473" + whenUnsatisfiable: TaI楅©Ǫ壿/š^劶äɲ泒 volumes: - awsElasticBlockStore: fsType: "43" @@ -1030,14 +1027,14 @@ spec: storagePolicyName: "99" volumePath: "97" status: - availableReplicas: 972437399 + availableReplicas: -212999359 conditions: - - lastTransitionTime: "2278-11-24T08:09:51Z" - message: "483" - reason: "482" - status: ħ(f - type: đÁŊ锱軈 - fullyLabeledReplicas: -671032539 - observedGeneration: 6640996041331237073 - readyReplicas: -870156140 - replicas: 605103437 + - lastTransitionTime: "2443-02-01T11:09:03Z" + message: "481" + reason: "480" + status: ʋǞbȫ魙Ōȇ + type: "" + fullyLabeledReplicas: 131165488 + observedGeneration: 6343420286878457918 + readyReplicas: 1801862647 + replicas: -1350756342 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 346750481de..044a341121c 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 @@ -441,8 +441,7 @@ "name": "174" } } - }, - "readOnly": true + } } } ], @@ -460,9 +459,9 @@ "ports": [ { "name": "180", - "hostPort": 852780575, - "containerPort": -1252938503, - "protocol": "Opwǩ曬逴褜1ØœȠƬQg鄠", + "hostPort": -1981710234, + "containerPort": -1109619518, + "protocol": "ĺ}潷ʒ胵輓Ɔȓ蹣ɐǛv+8Ƥ熪", "hostIP": "181" } ], @@ -471,11 +470,11 @@ "prefix": "182", "configMapRef": { "name": "183", - "optional": false + "optional": true }, "secretRef": { "name": "184", - "optional": false + "optional": true } } ], @@ -491,12 +490,12 @@ "resourceFieldRef": { "containerName": "189", "resource": "190", - "divisor": "139" + "divisor": "617" }, "configMapKeyRef": { "name": "191", "key": "192", - "optional": true + "optional": false }, "secretKeyRef": { "name": "193", @@ -508,10 +507,10 @@ ], "resources": { "limits": { - "LĹ]佱¿\u003e犵殇ŕ-Ɂ圯W:ĸ輦唊": "807" + "朷Ǝ膯ljVX1虊谇": "279" }, "requests": { - "嚧ʣq埄": "936" + "圯W:ĸ輦唊#v铿ʩȂ4ē鐭#嬀": "918" } }, "volumeMounts": [ @@ -519,7 +518,7 @@ "name": "195", "mountPath": "196", "subPath": "197", - "mountPropagation": "#嬀ơŸ8T 苧yñKJɐ扵Gƚ绤f", + "mountPropagation": "ó藢xɮĵȑ6L*", "subPathExpr": "198" } ], @@ -539,7 +538,7 @@ "path": "202", "port": "203", "host": "204", - "scheme": "u|榝$î.Ȏ蝪ʜ5遰=E埄Ȁ", + "scheme": "fʀļ腩墺Ò媁荭gw忊", "httpHeaders": [ { "name": "205", @@ -548,14 +547,14 @@ ] }, "tcpSocket": { - "port": 1714588921, + "port": -1761398388, "host": "207" }, - "initialDelaySeconds": -1246371817, - "timeoutSeconds": 617318981, - "periodSeconds": 432291364, - "successThreshold": 676578360, - "failureThreshold": -552281772 + "initialDelaySeconds": -1532958330, + "timeoutSeconds": -438588982, + "periodSeconds": 1004325340, + "successThreshold": -1313320434, + "failureThreshold": 14304392 }, "readinessProbe": { "exec": { @@ -565,9 +564,9 @@ }, "httpGet": { "path": "209", - "port": 1777326813, + "port": 1714588921, "host": "210", - "scheme": "ǟi\u0026皥贸碔lNKƙ順\\E¦", + "scheme": "Ư貾", "httpHeaders": [ { "name": "211", @@ -579,11 +578,11 @@ "port": "213", "host": "214" }, - "initialDelaySeconds": 1868887309, - "timeoutSeconds": -528664199, - "periodSeconds": -316996074, - "successThreshold": 1933968533, - "failureThreshold": 549215478 + "initialDelaySeconds": -552281772, + "timeoutSeconds": -677617960, + "periodSeconds": 383015301, + "successThreshold": -1717997927, + "failureThreshold": 1533365989 }, "startupProbe": { "exec": { @@ -593,9 +592,8 @@ }, "httpGet": { "path": "216", - "port": -374766088, + "port": -2121788927, "host": "217", - "scheme": "翜舞拉Œ", "httpHeaders": [ { "name": "218", @@ -604,26 +602,27 @@ ] }, "tcpSocket": { - "port": "220", - "host": "221" + "port": -518330919, + "host": "220" }, - "initialDelaySeconds": -190183379, - "timeoutSeconds": -940334911, - "periodSeconds": -341287812, - "successThreshold": 2030115750, - "failureThreshold": 1847163341 + "initialDelaySeconds": 1313273370, + "timeoutSeconds": -1296830577, + "periodSeconds": -1314967760, + "successThreshold": 1174240097, + "failureThreshold": -1928016742 }, "lifecycle": { "postStart": { "exec": { "command": [ - "222" + "221" ] }, "httpGet": { - "path": "223", - "port": -816630929, + "path": "222", + "port": "223", "host": "224", + "scheme": "偯J僳徥淳4", "httpHeaders": [ { "name": "225", @@ -632,7 +631,7 @@ ] }, "tcpSocket": { - "port": 1965273344, + "port": -1421951296, "host": "227" } }, @@ -644,115 +643,114 @@ }, "httpGet": { "path": "229", - "port": "230", - "host": "231", - "scheme": "SÄ蚃ɣľ)酊龨δ摖ȱğ_\u003c", + "port": -1856061695, + "host": "230", + "scheme": "Œɥ颶妧Ö闊 鰔澝qV訆Ǝ", "httpHeaders": [ { - "name": "232", - "value": "233" + "name": "231", + "value": "232" } ] }, "tcpSocket": { - "port": -385597677, - "host": "234" + "port": 509813083, + "host": "233" } } }, - "terminationMessagePath": "235", - "terminationMessagePolicy": "橈'", - "imagePullPolicy": "Ɖ飴ɎiǨ", + "terminationMessagePath": "234", + "terminationMessagePolicy": "²sNƗ¸g", + "imagePullPolicy": ")酊龨δ摖ȱğ_\u003cǬëJ橈'琕鶫:", "securityContext": { "capabilities": { "add": [ - "ǵɐ鰥Z" + "" ], "drop": [ - "´DÒȗÔÂɘɢ鬍熖B芭花ª瘡" + "Ȱ囌{屿oiɥ嵐sC8?Ǻ鱎ƙ;" ] }, "privileged": false, "seLinuxOptions": { - "user": "236", - "role": "237", - "type": "238", - "level": "239" + "user": "235", + "role": "236", + "type": "237", + "level": "238" }, "windowsOptions": { - "gmsaCredentialSpecName": "240", - "gmsaCredentialSpec": "241", - "runAsUserName": "242" + "gmsaCredentialSpecName": "239", + "gmsaCredentialSpec": "240", + "runAsUserName": "241" }, - "runAsUser": -1666202510534940446, - "runAsGroup": 2823592889848840099, + "runAsUser": 5431518803727886665, + "runAsGroup": -545284475172904979, "runAsNonRoot": false, "readOnlyRootFilesystem": true, "allowPrivilegeEscalation": true, - "procMount": "ƲǦŐnj汰", + "procMount": "丆", "seccompProfile": { - "type": "ŕİi騎C", - "localhostProfile": "243" + "type": "²Ŏ)/灩聋3趐囨", + "localhostProfile": "242" } - }, - "tty": true + } } ], "containers": [ { - "name": "244", - "image": "245", + "name": "243", + "image": "244", "command": [ - "246" + "245" ], "args": [ - "247" + "246" ], - "workingDir": "248", + "workingDir": "247", "ports": [ { - "name": "249", - "hostPort": -57730414, - "containerPort": -852140121, - "protocol": "ȣ±p", - "hostIP": "250" + "name": "248", + "hostPort": -1733181402, + "containerPort": -1365158918, + "protocol": "OǨ繫ʎǑyZ", + "hostIP": "249" } ], "envFrom": [ { - "prefix": "251", + "prefix": "250", "configMapRef": { - "name": "252", - "optional": true + "name": "251", + "optional": false }, "secretRef": { - "name": "253", + "name": "252", "optional": true } } ], "env": [ { - "name": "254", - "value": "255", + "name": "253", + "value": "254", "valueFrom": { "fieldRef": { - "apiVersion": "256", - "fieldPath": "257" + "apiVersion": "255", + "fieldPath": "256" }, "resourceFieldRef": { - "containerName": "258", - "resource": "259", - "divisor": "277" + "containerName": "257", + "resource": "258", + "divisor": "516" }, "configMapKeyRef": { - "name": "260", - "key": "261", + "name": "259", + "key": "260", "optional": true }, "secretKeyRef": { - "name": "262", - "key": "263", + "name": "261", + "key": "262", "optional": true } } @@ -760,252 +758,253 @@ ], "resources": { "limits": { - "斩ìh4ɊHȖ|ʐşƧ諔迮ƙIJ": "850" + "": "991" }, "requests": { - "jʒǚ鍰\\縑ɀ撑¼蠾8餑噭Dµ": "635" + "斩ìh4ɊHȖ|ʐşƧ諔迮ƙIJ": "850" } }, "volumeMounts": [ { - "name": "264", - "mountPath": "265", - "subPath": "266", - "mountPropagation": "衷,ƷƣMț譎懚", - "subPathExpr": "267" + "name": "263", + "readOnly": true, + "mountPath": "264", + "subPath": "265", + "mountPropagation": "ʒǚ鍰\\縑ɀ撑¼蠾8餑噭Dµ", + "subPathExpr": "266" } ], "volumeDevices": [ { - "name": "268", - "devicePath": "269" + "name": "267", + "devicePath": "268" } ], "livenessProbe": { "exec": { "command": [ - "270" + "269" ] }, "httpGet": { - "path": "271", - "port": 872525702, - "host": "272", - "scheme": "ay", + "path": "270", + "port": -543432015, + "host": "271", + "scheme": "ƷƣMț", "httpHeaders": [ { - "name": "273", - "value": "274" + "name": "272", + "value": "273" } ] }, "tcpSocket": { - "port": "275", - "host": "276" + "port": "274", + "host": "275" }, - "initialDelaySeconds": 628632965, - "timeoutSeconds": 552654052, - "periodSeconds": -1396197931, - "successThreshold": -1114385515, - "failureThreshold": 2144856253 + "initialDelaySeconds": -211480108, + "timeoutSeconds": -200074798, + "periodSeconds": 556036216, + "successThreshold": -1838917931, + "failureThreshold": -1563928252 }, "readinessProbe": { "exec": { "command": [ - "277" + "276" ] }, "httpGet": { - "path": "278", - "port": -1186720090, - "host": "279", - "scheme": "增猍ǵ xǨŴ壶ƵfȽÃ茓pȓɻ", + "path": "277", + "port": -426022413, + "host": "278", + "scheme": "躒訙Ǫʓ)ǂť嗆u8晲T[irȎ", "httpHeaders": [ { - "name": "280", - "value": "281" + "name": "279", + "value": "280" } ] }, "tcpSocket": { - "port": "282", - "host": "283" + "port": 1238925115, + "host": "281" }, - "initialDelaySeconds": 1737172479, - "timeoutSeconds": -767058113, - "periodSeconds": 1223564938, - "successThreshold": 1241693652, - "failureThreshold": 1803882645 + "initialDelaySeconds": -1758095966, + "timeoutSeconds": 1627026804, + "periodSeconds": -1508967300, + "successThreshold": -1058923098, + "failureThreshold": -1656699070 }, "startupProbe": { "exec": { "command": [ - "284" + "282" ] }, "httpGet": { - "path": "285", - "port": "286", - "host": "287", - "scheme": "賞ǧĒzŔ瘍N", + "path": "283", + "port": "284", + "host": "285", + "scheme": "ɜ瞍阎lğ Ņ#耗Ǚ(", "httpHeaders": [ { - "name": "288", - "value": "289" + "name": "286", + "value": "287" } ] }, "tcpSocket": { - "port": -531787516, - "host": "290" + "port": 317211081, + "host": "288" }, - "initialDelaySeconds": 2073630689, - "timeoutSeconds": -830875556, - "periodSeconds": -1395144116, - "successThreshold": -684167223, - "failureThreshold": -751455207 + "initialDelaySeconds": -1934305215, + "timeoutSeconds": -655359985, + "periodSeconds": 875971520, + "successThreshold": 161338049, + "failureThreshold": 65094252 }, "lifecycle": { "postStart": { "exec": { "command": [ - "291" + "289" ] }, "httpGet": { - "path": "292", - "port": "293", - "host": "294", - "scheme": "磉反", + "path": "290", + "port": "291", + "host": "292", + "scheme": "若`l}", "httpHeaders": [ { - "name": "295", - "value": "296" + "name": "293", + "value": "294" } ] }, "tcpSocket": { - "port": -313085430, - "host": "297" + "port": 2097633614, + "host": "295" } }, "preStop": { "exec": { "command": [ - "298" + "296" ] }, "httpGet": { - "path": "299", - "port": 413903479, - "host": "300", - "scheme": "ɛ棕ƈ眽炊礫Ƽ¨Ix糂", + "path": "297", + "port": 638012651, + "host": "298", + "scheme": "誹", "httpHeaders": [ { - "name": "301", - "value": "302" + "name": "299", + "value": "300" } ] }, "tcpSocket": { - "port": "303", - "host": "304" + "port": "301", + "host": "302" } } }, - "terminationMessagePath": "305", - "terminationMessagePolicy": "ǚŜEuEy竬ʆɞ", - "imagePullPolicy": "焬CQm坊柩", + "terminationMessagePath": "303", + "terminationMessagePolicy": "ɼ搳ǭ濑箨ʨIk(", + "imagePullPolicy": "腂ǂǚŜEuEy", "securityContext": { "capabilities": { "add": [ - "[ƕƑĝ®EĨǔvÄÚ" + "ɞȥ}礤铟怖ý萜Ǖ" ], "drop": [ - "p鬷m罂o3ǰ廋i乳'" + "8ǣƘƵŧ1ƟƓ宆!鍲ɋȑoG鄧蜢" ] }, "privileged": false, "seLinuxOptions": { - "user": "306", - "role": "307", - "type": "308", - "level": "309" + "user": "304", + "role": "305", + "type": "306", + "level": "307" }, "windowsOptions": { - "gmsaCredentialSpecName": "310", - "gmsaCredentialSpec": "311", - "runAsUserName": "312" + "gmsaCredentialSpecName": "308", + "gmsaCredentialSpec": "309", + "runAsUserName": "310" }, - "runAsUser": 2506229153551047343, - "runAsGroup": 3258181973067899469, - "runAsNonRoot": true, - "readOnlyRootFilesystem": true, + "runAsUser": 2424760700494115127, + "runAsGroup": 8749598715214557239, + "runAsNonRoot": false, + "readOnlyRootFilesystem": false, "allowPrivilegeEscalation": false, - "procMount": "蠲$ɛ溢臜裡", + "procMount": "阠$嬏", "seccompProfile": { - "type": "銵-紑浘牬釼aTG", - "localhostProfile": "313" + "type": "y¶熀ďJZ漤", + "localhostProfile": "311" } }, - "stdin": true + "stdinOnce": true } ], "ephemeralContainers": [ { - "name": "314", - "image": "315", + "name": "312", + "image": "313", "command": [ - "316" + "314" ], "args": [ - "317" + "315" ], - "workingDir": "318", + "workingDir": "316", "ports": [ { - "name": "319", - "hostPort": -92253969, - "containerPort": 243566659, - "protocol": "×DJɶ羹ƞʓ%ʝ`ǭ躌ñ?卶滿筇", - "hostIP": "320" + "name": "317", + "hostPort": -1617422199, + "containerPort": -902839620, + "protocol": "縆łƑ[澔槃JŵǤ桒ɴ鉂W", + "hostIP": "318" } ], "envFrom": [ { - "prefix": "321", + "prefix": "319", "configMapRef": { - "name": "322", - "optional": false + "name": "320", + "optional": true }, "secretRef": { - "name": "323", + "name": "321", "optional": true } } ], "env": [ { - "name": "324", - "value": "325", + "name": "322", + "value": "323", "valueFrom": { "fieldRef": { - "apiVersion": "326", - "fieldPath": "327" + "apiVersion": "324", + "fieldPath": "325" }, "resourceFieldRef": { - "containerName": "328", - "resource": "329", - "divisor": "574" + "containerName": "326", + "resource": "327", + "divisor": "776" }, "configMapKeyRef": { - "name": "330", - "key": "331", - "optional": true + "name": "328", + "key": "329", + "optional": false }, "secretKeyRef": { - "name": "332", - "key": "333", + "name": "330", + "key": "331", "optional": false } } @@ -1013,250 +1012,252 @@ ], "resources": { "limits": { - "ĭ$": "530" + "ȾD虓氙磂tńČȷǻ.wȏâ磠Ƴ崖S«": "274" }, "requests": { - "«V¯ÁȦtl敷": "698" + "仁": "342" } }, "volumeMounts": [ { - "name": "334", - "mountPath": "335", - "subPath": "336", - "mountPropagation": "Ű藛b磾sYȠ繽敮ǰ", - "subPathExpr": "337" + "name": "332", + "mountPath": "333", + "subPath": "334", + "mountPropagation": "l敷斢杧ż鯀1'鸔ɧWǘ炙B", + "subPathExpr": "335" } ], "volumeDevices": [ { - "name": "338", - "devicePath": "339" + "name": "336", + "devicePath": "337" } ], "livenessProbe": { "exec": { "command": [ - "340" + "338" ] }, "httpGet": { - "path": "341", - "port": 731136838, - "host": "342", - "scheme": "繡旹翃ɾ氒ĺʈʫ羶剹Ɗ", + "path": "339", + "port": -1703472232, + "host": "340", + "scheme": "ɎƺL肄$鬬$矐_敕ű嵞嬯t{Eɾ敹Ȯ", "httpHeaders": [ { - "name": "343", - "value": "344" + "name": "341", + "value": "342" } ] }, "tcpSocket": { - "port": -183458945, - "host": "345" + "port": "343", + "host": "344" }, - "initialDelaySeconds": -1223327585, - "timeoutSeconds": -99080494, - "periodSeconds": -1531582553, - "successThreshold": 1474671869, - "failureThreshold": 1471419756 + "initialDelaySeconds": -1726456869, + "timeoutSeconds": 892837330, + "periodSeconds": 789384689, + "successThreshold": 436796816, + "failureThreshold": 1017403804 }, "readinessProbe": { "exec": { "command": [ - "346" + "345" ] }, "httpGet": { - "path": "347", - "port": 892837330, - "host": "348", - "scheme": "気Ƀ秮ò", + "path": "346", + "port": 1290315514, + "host": "347", + "scheme": "廤", "httpHeaders": [ { - "name": "349", - "value": "350" + "name": "348", + "value": "349" } ] }, "tcpSocket": { - "port": "351", - "host": "352" + "port": "350", + "host": "351" }, - "initialDelaySeconds": -1649234654, - "timeoutSeconds": -263708518, - "periodSeconds": 541943046, - "successThreshold": 1502194981, - "failureThreshold": 1447996588 + "initialDelaySeconds": 307856269, + "timeoutSeconds": -1072116268, + "periodSeconds": 492351478, + "successThreshold": 983624601, + "failureThreshold": -1836690542 }, "startupProbe": { "exec": { "command": [ - "353" + "352" ] }, "httpGet": { - "path": "354", - "port": "355", - "host": "356", - "scheme": "đ\u003e*劶?", + "path": "353", + "port": "354", + "host": "355", + "scheme": "職铳s44矕Ƈè*鑏='ʨ|Ǔ", "httpHeaders": [ { - "name": "357", - "value": "358" + "name": "356", + "value": "357" } ] }, "tcpSocket": { - "port": -176877925, - "host": "359" + "port": 718799934, + "host": "358" }, - "initialDelaySeconds": 1008425444, - "timeoutSeconds": -821592382, - "periodSeconds": 1678953375, - "successThreshold": 1045190247, - "failureThreshold": 1805682547 + "initialDelaySeconds": -1333877527, + "timeoutSeconds": -1452767599, + "periodSeconds": 1972286304, + "successThreshold": -2067214763, + "failureThreshold": -1238148960 }, "lifecycle": { "postStart": { "exec": { "command": [ - "360" + "359" ] }, "httpGet": { - "path": "361", - "port": 1767555420, - "host": "362", - "scheme": "e", + "path": "360", + "port": -839925309, + "host": "361", + "scheme": "歹s梊ɥʋ", "httpHeaders": [ { - "name": "363", - "value": "364" + "name": "362", + "value": "363" } ] }, "tcpSocket": { - "port": "365", - "host": "366" + "port": "364", + "host": "365" } }, "preStop": { "exec": { "command": [ - "367" + "366" ] }, "httpGet": { - "path": "368", - "port": -1452767599, - "host": "369", - "scheme": " 瞍髃#ɣȕ", + "path": "367", + "port": -835196821, + "host": "368", + "scheme": "'蠨磼O_h盌3+Œ9两@8", "httpHeaders": [ { - "name": "370", - "value": "371" + "name": "369", + "value": "370" } ] }, "tcpSocket": { - "port": "372", - "host": "373" + "port": -130408357, + "host": "371" } } }, - "terminationMessagePath": "374", - "terminationMessagePolicy": "s梊ɥʋăƻ遲njlȘ鹾K", - "imagePullPolicy": "O_h盌3+Œ9两@8Byß讪Ă2", + "terminationMessagePath": "372", + "terminationMessagePolicy": "讪Ă2讅缔m葰賦迾娙ƴ4虵p蓋沥7uP", + "imagePullPolicy": "虀^背遻堣灭ƴɦ燻", "securityContext": { "capabilities": { "add": [ - "m葰賦迾娙ƴ4虵p蓋沥7uPƒw©ɴĶ" + "Sĕ濦ʓɻŊ0蚢鑸鶲Ãqb轫ʓ滨ĖRh" ], "drop": [ - "" + "颉h" ] }, - "privileged": true, + "privileged": false, "seLinuxOptions": { - "user": "375", - "role": "376", - "type": "377", - "level": "378" + "user": "373", + "role": "374", + "type": "375", + "level": "376" }, "windowsOptions": { - "gmsaCredentialSpecName": "379", - "gmsaCredentialSpec": "380", - "runAsUserName": "381" + "gmsaCredentialSpecName": "377", + "gmsaCredentialSpec": "378", + "runAsUserName": "379" }, - "runAsUser": 6816267869367451869, - "runAsGroup": 9111865674949727136, + "runAsUser": -6458893750559270292, + "runAsGroup": 4010419783586555910, "runAsNonRoot": true, "readOnlyRootFilesystem": true, - "allowPrivilegeEscalation": false, - "procMount": "Ř筿", + "allowPrivilegeEscalation": true, + "procMount": "殚篎3o8[y", "seccompProfile": { - "type": "5Ų買霎ȃň[\u003eą S", - "localhostProfile": "382" + "type": "t(ȗŜŲ\u0026洪y儕lmòɻŶJ詢QǾɁ", + "localhostProfile": "380" } }, + "stdin": true, "stdinOnce": true, - "targetContainerName": "383" + "tty": true, + "targetContainerName": "381" } ], - "restartPolicy": "'呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG", - "terminationGracePeriodSeconds": -155552760352472950, - "activeDeadlineSeconds": 7109959542220202422, - "dnsPolicy": "#t(ȗŜŲ\u0026洪y儕l", + "restartPolicy": "鯇ɀ魒Ð扬=惍EʦŊ", + "terminationGracePeriodSeconds": 6429479287377373080, + "activeDeadlineSeconds": -9181673998572382321, + "dnsPolicy": "ȃ$|gɳ礬.b屏", "nodeSelector": { - "384": "385" + "382": "383" }, - "serviceAccountName": "386", - "serviceAccount": "387", - "automountServiceAccountToken": false, - "nodeName": "388", + "serviceAccountName": "384", + "serviceAccount": "385", + "automountServiceAccountToken": true, + "nodeName": "386", "hostNetwork": true, - "hostIPC": true, + "hostPID": true, "shareProcessNamespace": false, "securityContext": { "seLinuxOptions": { - "user": "389", - "role": "390", - "type": "391", - "level": "392" + "user": "387", + "role": "388", + "type": "389", + "level": "390" }, "windowsOptions": { - "gmsaCredentialSpecName": "393", - "gmsaCredentialSpec": "394", - "runAsUserName": "395" + "gmsaCredentialSpecName": "391", + "gmsaCredentialSpec": "392", + "runAsUserName": "393" }, - "runAsUser": 4841944355356012825, - "runAsGroup": -4962946920772050319, - "runAsNonRoot": true, + "runAsUser": 7375851700105205526, + "runAsGroup": -8471243268942862734, + "runAsNonRoot": false, "supplementalGroups": [ - 5695420257629724684 + 6241883428430393253 ], - "fsGroup": -4548866432246561416, + "fsGroup": 4174818639540616638, "sysctls": [ { - "name": "396", - "value": "397" + "name": "394", + "value": "395" } ], - "fsGroupChangePolicy": "Ð扬", + "fsGroupChangePolicy": "趐V曡88 ", "seccompProfile": { - "type": "惍EʦŊĊ娮rȧ", - "localhostProfile": "398" + "type": "怞荊ù灹8緔Tj", + "localhostProfile": "396" } }, "imagePullSecrets": [ { - "name": "399" + "name": "397" } ], - "hostname": "400", - "subdomain": "401", + "hostname": "398", + "subdomain": "399", "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { @@ -1264,19 +1265,19 @@ { "matchExpressions": [ { - "key": "402", - "operator": "ɳ礬.b屏ɧeʫį淓¯Ą0", + "key": "400", + "operator": "ƫZɀȩ愉", "values": [ - "403" + "401" ] } ], "matchFields": [ { - "key": "404", - "operator": "鮽ǍJB膾扉A­1襏櫯³£h刪q塨", + "key": "402", + "operator": "m嵘厶sȰÖ埡ÆɰŞ襵樞", "values": [ - "405" + "403" ] } ] @@ -1285,23 +1286,23 @@ }, "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -177041290, + "weight": 2082229073, "preference": { "matchExpressions": [ { - "key": "406", - "operator": "聧扈4ƫZ", + "key": "404", + "operator": "ƨɤ血x柱栦阫Ƈʥ椹", "values": [ - "407" + "405" ] } ], "matchFields": [ { - "key": "408", - "operator": " ɲ±", + "key": "406", + "operator": "_", "values": [ - "409" + "407" ] } ] @@ -1314,27 +1315,33 @@ { "labelSelector": { "matchLabels": { - "p_N-1": "O-BZ..6-1.S-B3_.b7" + "3--51": "h-K5y_AzOBW.9oE9_6.-v" }, "matchExpressions": [ { - "key": "1rhm-5y--z-0/5eQ9", - "operator": "DoesNotExist" + "key": "064eqk5--f4e4--r1k278l-d-8o1-x-1wl----fr.ajz-659--0l-029/2bIZ__4", + "operator": "In", + "values": [ + "S6l.-5_BZk5v3aUK_--_o_2.--4Z7__i1T.miw7" + ] } ] }, "namespaces": [ - "416" + "414" ], - "topologyKey": "417", + "topologyKey": "415", "namespaceSelector": { "matchLabels": { - "93z-w5----7-z-63-z---5r-v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-354/9--v17r__.2bIZ___._6..tf-_u-3-_n0..KpiS.oK-.O--5-yp8q_s-1__gwj": "5HG2_5XOAX.gUqV22-4-ye52yQh7.6.-y-s4483Po_L3f1-7_O4.nM" + "j_.5.40Rw4gD.._.-x6db-L7.-__-G_2kp": "H_.39g_.--_-_ve5.m_2_--XZ-x.__.M" }, "matchExpressions": [ { - "key": "8mtxb__-ex-_1_-ODgC_1-_8__3", - "operator": "DoesNotExist" + "key": "Pw_-r75--_-A-oQ", + "operator": "NotIn", + "values": [ + "3i__a.O2G_-_K-.03.mp.-10k" + ] } ] } @@ -1342,30 +1349,30 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -555161071, + "weight": 256213209, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "73ph2/2..wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m..C": "r-v-3-BO" + "fY6T4g_-.._Lf2t_m...CqrN7_B__--v-3-BzO5z80n_Ht5W_._._-2M2Z": "i_P..w-W_-nE...-__--.k47M7y-Dy__3wc.q.8_00.0_._.-_L-__bJ" }, "matchExpressions": [ { - "key": "q1wwv3--f4x4-br5r---r8oh.1nt-23h-4z-21-sap--h--q0h-t2n4s-6-k5-7-a0w8/2._I-_P..w-W_-nE...-__--.k47M7y-Dy__3wc.q.8_00.L", + "key": "7Pn-W23-_.z_.._s--_F-BR-.h_-2-s", "operator": "Exists" } ] }, "namespaces": [ - "430" + "428" ], - "topologyKey": "431", + "topologyKey": "429", "namespaceSelector": { "matchLabels": { - "r4T-I.-..K.-.0__sD.-.-_I-F.PWtO4-7-P41_.-.-AQ._r.Y": "w1k8KLu..ly--JM" + "2--4-r4p--w1k8--y.e2-08vc--4-7hdum1-f-7-k8q/YD-Q9_-__..YNFu7Pg-.814e-_07-ht-E6___-X__H.-39-A_-_l67Q.-t": "V._nV34GH" }, "matchExpressions": [ { - "key": "RT.0zo", + "key": "9105-4_ed-0-i_zZsY_o8t5Vl6_..C", "operator": "DoesNotExist" } ] @@ -1379,29 +1386,32 @@ { "labelSelector": { "matchLabels": { - "FnV34G._--u.._.105-4_ed-0-i_zZsY_o8t5Vl6_..C": "m_dc__G6N-_-0o.0C_gV.9_G-.-z1YH" + "q0o.0C_gV.9_G-.-z1YH": "b.9x98MM7-.e.Dx._.W-6..4_MU7iLfS-0.9-.-._.1..sA" }, "matchExpressions": [ { - "key": "7W-6..4_MU7iLfS-0.9-.-._.1..s._jP6j.u--.K-g", - "operator": "DoesNotExist" + "key": "s4dw-buv-f55-2k2-e-443m678-2v89-zk873--1n133.or-0-2--rad877gr62g/dg__..2bidF.-0-...WE.-_tdt_-Z0_TMp", + "operator": "NotIn", + "values": [ + "MGbG-_-8Qi..9-4.2K_FQ.E--__K-hg" + ] } ] }, "namespaces": [ - "444" + "442" ], - "topologyKey": "445", + "topologyKey": "443", "namespaceSelector": { "matchLabels": { - "p-...Z-O.-.jL_v.-_.4dwFbuvEf55Y22": "eF..3m6.._2v89U--8.3N_.n1.--.._-x_4..u2-__3uM77U7.p" + "4vk58-7e74-ddq-a-lcv0n1-i-d-----9---063-qm-j-w.57k--e--x--b--1-n4-a--o2h0fy-j-5-5-2nw/1._-_CH--.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133T": "P-336-.B__.QiA6._3o_V-w._-0d__7.81_-._-_8_8" }, "matchExpressions": [ { - "key": "Ky7-_0Vw-Nzfdw.3-._CJ4a1._-_CH--.C.8-S9_-4w", + "key": "0476b---nhc50-de2qh2-b-6--13lk5-e4-u-5kvp-----887j72qz6-7d841/R._.3l-_86_u2-7_._qN__A_f_-B3_UP", "operator": "In", "values": [ - "u-_qv4--_.6_N_9X-B.s8.N_rM-k5.C.e.._d--Y-_l-v0-1V-d" + "396h8.G__B3" ] } ] @@ -1410,30 +1420,30 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 339079271, + "weight": 1856144088, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "ux_E4-.-PT-_Nx__-F_._n.WaY_o.-0-yE-R5W5_2n...78o": "Jj-3.J-.-r_-oPd-.2_Z__.-_U-.60--o._8H__ln_9--Avi.gZdnV" + "Q-.-.g-_Z_-nSLq": "4P--_q-...Oai.D7-_9..8-8yw..__Yb_58.p-06jVZ-uP.t_.O3" }, "matchExpressions": [ { - "key": "3.js--a---..6bD_M--c.0Q--2qh.Eb_.__1.-5", + "key": "3d/6_M5..-N_H_55..--E3_2D-1DW__o_-._kzB7U_.Q.45cy-5", "operator": "Exists" } ] }, "namespaces": [ - "458" + "456" ], - "topologyKey": "459", + "topologyKey": "457", "namespaceSelector": { "matchLabels": { - "E35H__.B_E": "U..u8gwbk" + "2x-cpor---cigu---4-2-4k0267h-rl-l-u575b93-r6---4g-vg3t.vuo17qre-33-5-u8f0f1q8/6": "px_0-.mJe__.B-cd2_4" }, "matchExpressions": [ { - "key": "Q_mgi.U.-e7z-t0-pQ-.-.g-_Z_-nSL.--4i", + "key": "1s._K9-.AJ-_8--___b____03_6.K8lY", "operator": "Exists" } ] @@ -1443,66 +1453,64 @@ ] } }, - "schedulerName": "466", + "schedulerName": "464", "tolerations": [ { - "key": "467", - "operator": "ŭʔb'?舍ȃʥx臥]å摞", - "value": "468", - "tolerationSeconds": 3053978290188957517 + "key": "465", + "operator": "0yVA嬂刲;牆詒ĸąs", + "value": "466", + "effect": "kx-餌勀奷Ŏ", + "tolerationSeconds": -9038755672632113093 } ], "hostAliases": [ { - "ip": "469", + "ip": "467", "hostnames": [ - "470" + "468" ] } ], - "priorityClassName": "471", - "priority": -340583156, + "priorityClassName": "469", + "priority": -1133320634, "dnsConfig": { "nameservers": [ - "472" + "470" ], "searches": [ - "473" + "471" ], "options": [ { - "name": "474", - "value": "475" + "name": "472", + "value": "473" } ] }, "readinessGates": [ { - "conditionType": "țc£PAÎǨȨ栋" + "conditionType": "į" } ], - "runtimeClassName": "476", - "enableServiceLinks": false, - "preemptionPolicy": "n{鳻", + "runtimeClassName": "474", + "enableServiceLinks": true, + "preemptionPolicy": "Ʀ[螵沊齣薣鰎đƝ):惝ŵ髿ɔ", "overhead": { - "隅DžbİEMǶɼ`|褞": "229" + "k_": "725" }, "topologySpreadConstraints": [ { - "maxSkew": 1486667065, - "topologyKey": "477", - "whenUnsatisfiable": "DŽɤȶšɞƵõ禲#樹罽濅ʏ 撜粞", + "maxSkew": -2046521037, + "topologyKey": "475", + "whenUnsatisfiable": "\"T#sM網m", "labelSelector": { "matchLabels": { - "H_55..--E3_2D-1DW__o_-.k": "7" + "3.hy9---2--e-yya--bj7-l-9aw--2/hs.-_DM__28W-_-.0HfR-_f-5": "019_-gYY._..fP--hQ7be__-.-g-5.-59...7q___n.__16ee.6" }, "matchExpressions": [ { - "key": "oZvt.LT60v.WxPc---K__-iguFGT._.Y4-0.67hP-lX-_-..b", - "operator": "NotIn", - "values": [ - "H1z..j_.r3--T" - ] + "key": "B.rTt7bm9I.-..q-F-.__ck", + "operator": "DoesNotExist" } ] } @@ -1512,33 +1520,33 @@ } }, "updateStrategy": { - "type": "șa汸\u003cƋlɋN磋镮ȺPÈ", + "type": "周藢烡Z树Ȁ謁", "rollingUpdate": { "maxUnavailable": 2, "maxSurge": 3 } }, - "minReadySeconds": 1750503412, - "templateGeneration": -360030892563979363, - "revisionHistoryLimit": -900194589 + "minReadySeconds": -59186930, + "templateGeneration": -4423889184035148366, + "revisionHistoryLimit": 854102661 }, "status": { - "currentNumberScheduled": 295177820, - "numberMisscheduled": 1576197985, - "desiredNumberScheduled": -702578810, - "numberReady": 1539090224, - "observedGeneration": 1991467680216601344, - "updatedNumberScheduled": -1556190810, - "numberAvailable": -487001726, - "numberUnavailable": 929611261, - "collisionCount": -1535458227, + "currentNumberScheduled": -1489341847, + "numberMisscheduled": -753344268, + "desiredNumberScheduled": -524542843, + "numberReady": 1697527023, + "observedGeneration": -1180763226570626076, + "updatedNumberScheduled": -1758862804, + "numberAvailable": -78446609, + "numberUnavailable": -447350590, + "collisionCount": -1587459304, "conditions": [ { - "type": "Ȣ#", - "status": "罦¦褅桃|薝Țµʍ^鼑:$Ǿ觇ƒ幦", - "lastTransitionTime": "2721-06-15T10:27:00Z", - "reason": "484", - "message": "485" + "type": "z¦", + "status": "fÐ@.ȇʟɃ", + "lastTransitionTime": "2247-01-24T21:09:45Z", + "reason": "482", + "message": "483" } ] } 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 783e4e6a7db24810af70d411930736f2f52be976..f5911937feec4c2b5126ef29ef96e8a3d9e90c88 100644 GIT binary patch delta 5739 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 RFN=?;3PCVne=m#I{{e$F>a_p> delta 5363 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ą S + localhostProfile: "380" + type: t(ȗŜŲ&洪y儕lmòɻŶJ詢QǾɁ windowsOptions: - gmsaCredentialSpec: "380" - gmsaCredentialSpecName: "379" - runAsUserName: "381" + gmsaCredentialSpec: "378" + gmsaCredentialSpecName: "377" + runAsUserName: "379" startupProbe: exec: command: - - "353" - failureThreshold: 1805682547 + - "352" + failureThreshold: -1238148960 httpGet: - host: "356" + host: "355" httpHeaders: - - name: "357" - value: "358" - path: "354" - port: "355" - scheme: đ>*劶? - initialDelaySeconds: 1008425444 - periodSeconds: 1678953375 - successThreshold: 1045190247 + - name: "356" + value: "357" + path: "353" + port: "354" + scheme: 職铳s44矕Ƈè*鑏='ʨ|Ǔ + initialDelaySeconds: -1333877527 + periodSeconds: 1972286304 + successThreshold: -2067214763 tcpSocket: - host: "359" - port: -176877925 - timeoutSeconds: -821592382 + host: "358" + port: 718799934 + timeoutSeconds: -1452767599 + stdin: true stdinOnce: true - targetContainerName: "383" - terminationMessagePath: "374" - terminationMessagePolicy: s梊ɥʋăƻ遲njlȘ鹾K + targetContainerName: "381" + terminationMessagePath: "372" + terminationMessagePolicy: 讪Ă2讅缔m葰賦迾娙ƴ4虵p蓋沥7uP + tty: true volumeDevices: - - devicePath: "339" - name: "338" + - devicePath: "337" + name: "336" volumeMounts: - - mountPath: "335" - mountPropagation: Ű藛b磾sYȠ繽敮ǰ - name: "334" - subPath: "336" - subPathExpr: "337" - workingDir: "318" + - mountPath: "333" + mountPropagation: l敷斢杧ż鯀1'鸔ɧWǘ炙B + name: "332" + subPath: "334" + subPathExpr: "335" + workingDir: "316" hostAliases: - hostnames: - - "470" - ip: "469" - hostIPC: true + - "468" + ip: "467" hostNetwork: true - hostname: "400" + hostPID: true + hostname: "398" imagePullSecrets: - - name: "399" + - name: "397" initContainers: - args: - "178" @@ -554,13 +564,13 @@ spec: configMapKeyRef: key: "192" name: "191" - optional: true + optional: false fieldRef: apiVersion: "187" fieldPath: "188" resourceFieldRef: containerName: "189" - divisor: "139" + divisor: "617" resource: "190" secretKeyRef: key: "194" @@ -569,48 +579,49 @@ spec: envFrom: - configMapRef: name: "183" - optional: false + optional: true prefix: "182" secretRef: name: "184" - optional: false + optional: true image: "176" - imagePullPolicy: Ɖ飴ɎiǨ + imagePullPolicy: ')酊龨δ摖ȱğ_<ǬëJ橈''琕鶫:' lifecycle: postStart: exec: command: - - "222" + - "221" httpGet: host: "224" httpHeaders: - name: "225" value: "226" - path: "223" - port: -816630929 + path: "222" + port: "223" + scheme: 偯J僳徥淳4 tcpSocket: host: "227" - port: 1965273344 + port: -1421951296 preStop: exec: command: - "228" httpGet: - host: "231" + host: "230" httpHeaders: - - name: "232" - value: "233" + - name: "231" + value: "232" path: "229" - port: "230" - scheme: SÄ蚃ɣľ)酊龨δ摖ȱğ_< + port: -1856061695 + scheme: Œɥ颶妧Ö闊 鰔澝qV訆Ǝ tcpSocket: - host: "234" - port: -385597677 + host: "233" + port: 509813083 livenessProbe: exec: command: - "201" - failureThreshold: -552281772 + failureThreshold: 14304392 httpGet: host: "204" httpHeaders: @@ -618,163 +629,160 @@ spec: value: "206" path: "202" port: "203" - scheme: u|榝$î.Ȏ蝪ʜ5遰=E埄Ȁ - initialDelaySeconds: -1246371817 - periodSeconds: 432291364 - successThreshold: 676578360 + scheme: fʀļ腩墺Ò媁荭gw忊 + initialDelaySeconds: -1532958330 + periodSeconds: 1004325340 + successThreshold: -1313320434 tcpSocket: host: "207" - port: 1714588921 - timeoutSeconds: 617318981 + port: -1761398388 + timeoutSeconds: -438588982 name: "175" ports: - - containerPort: -1252938503 + - containerPort: -1109619518 hostIP: "181" - hostPort: 852780575 + hostPort: -1981710234 name: "180" - protocol: Opwǩ曬逴褜1ØœȠƬQg鄠 + protocol: ĺ}潷ʒ胵輓Ɔȓ蹣ɐǛv+8Ƥ熪 readinessProbe: exec: command: - "208" - failureThreshold: 549215478 + failureThreshold: 1533365989 httpGet: host: "210" httpHeaders: - name: "211" value: "212" path: "209" - port: 1777326813 - scheme: ǟi&皥贸碔lNKƙ順\E¦ - initialDelaySeconds: 1868887309 - periodSeconds: -316996074 - successThreshold: 1933968533 + port: 1714588921 + scheme: Ư貾 + initialDelaySeconds: -552281772 + periodSeconds: 383015301 + successThreshold: -1717997927 tcpSocket: host: "214" port: "213" - timeoutSeconds: -528664199 + timeoutSeconds: -677617960 resources: limits: - LĹ]佱¿>犵殇ŕ-Ɂ圯W:ĸ輦唊: "807" + 朷Ǝ膯ljVX1虊谇: "279" requests: - 嚧ʣq埄: "936" + 圯W:ĸ輦唊#v铿ʩȂ4ē鐭#嬀: "918" securityContext: allowPrivilegeEscalation: true capabilities: add: - - ǵɐ鰥Z + - "" drop: - - ´DÒȗÔÂɘɢ鬍熖B芭花ª瘡 + - Ȱ囌{屿oiɥ嵐sC8?Ǻ鱎ƙ; privileged: false - procMount: ƲǦŐnj汰 + procMount: 丆 readOnlyRootFilesystem: true - runAsGroup: 2823592889848840099 + runAsGroup: -545284475172904979 runAsNonRoot: false - runAsUser: -1666202510534940446 + runAsUser: 5431518803727886665 seLinuxOptions: - level: "239" - role: "237" - type: "238" - user: "236" + level: "238" + role: "236" + type: "237" + user: "235" seccompProfile: - localhostProfile: "243" - type: ŕİi騎C + localhostProfile: "242" + type: ²Ŏ)/灩聋3趐囨 windowsOptions: - gmsaCredentialSpec: "241" - gmsaCredentialSpecName: "240" - runAsUserName: "242" + gmsaCredentialSpec: "240" + gmsaCredentialSpecName: "239" + runAsUserName: "241" startupProbe: exec: command: - "215" - failureThreshold: 1847163341 + failureThreshold: -1928016742 httpGet: host: "217" httpHeaders: - name: "218" value: "219" path: "216" - port: -374766088 - scheme: 翜舞拉Œ - initialDelaySeconds: -190183379 - periodSeconds: -341287812 - successThreshold: 2030115750 + port: -2121788927 + initialDelaySeconds: 1313273370 + periodSeconds: -1314967760 + successThreshold: 1174240097 tcpSocket: - host: "221" - port: "220" - timeoutSeconds: -940334911 - terminationMessagePath: "235" - terminationMessagePolicy: 橈' - tty: true + host: "220" + port: -518330919 + timeoutSeconds: -1296830577 + terminationMessagePath: "234" + terminationMessagePolicy: ²sNƗ¸g volumeDevices: - devicePath: "200" name: "199" volumeMounts: - mountPath: "196" - mountPropagation: '#嬀ơŸ8T 苧yñKJɐ扵Gƚ绤f' + mountPropagation: ó藢xɮĵȑ6L* name: "195" subPath: "197" subPathExpr: "198" workingDir: "179" - nodeName: "388" + nodeName: "386" nodeSelector: - "384": "385" + "382": "383" overhead: - 隅DžbİEMǶɼ`|褞: "229" - preemptionPolicy: n{鳻 - priority: -340583156 - priorityClassName: "471" + k_: "725" + preemptionPolicy: Ʀ[螵沊齣薣鰎đƝ):惝ŵ髿ɔ + priority: -1133320634 + priorityClassName: "469" readinessGates: - - conditionType: țc£PAÎǨȨ栋 - restartPolicy: '''呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG' - runtimeClassName: "476" - schedulerName: "466" + - conditionType: į + restartPolicy: 鯇ɀ魒Ð扬=惍EʦŊ + runtimeClassName: "474" + schedulerName: "464" securityContext: - fsGroup: -4548866432246561416 - fsGroupChangePolicy: Ð扬 - runAsGroup: -4962946920772050319 - runAsNonRoot: true - runAsUser: 4841944355356012825 + fsGroup: 4174818639540616638 + fsGroupChangePolicy: '趐V曡88 ' + runAsGroup: -8471243268942862734 + runAsNonRoot: false + runAsUser: 7375851700105205526 seLinuxOptions: - level: "392" - role: "390" - type: "391" - user: "389" + level: "390" + role: "388" + type: "389" + user: "387" seccompProfile: - localhostProfile: "398" - type: 惍EʦŊĊ娮rȧ + localhostProfile: "396" + type: 怞荊ù灹8緔Tj supplementalGroups: - - 5695420257629724684 + - 6241883428430393253 sysctls: - - name: "396" - value: "397" + - name: "394" + value: "395" windowsOptions: - gmsaCredentialSpec: "394" - gmsaCredentialSpecName: "393" - runAsUserName: "395" - serviceAccount: "387" - serviceAccountName: "386" + gmsaCredentialSpec: "392" + gmsaCredentialSpecName: "391" + runAsUserName: "393" + serviceAccount: "385" + serviceAccountName: "384" setHostnameAsFQDN: false shareProcessNamespace: false - subdomain: "401" - terminationGracePeriodSeconds: -155552760352472950 + subdomain: "399" + terminationGracePeriodSeconds: 6429479287377373080 tolerations: - - key: "467" - operator: ŭʔb'?舍ȃʥx臥]å摞 - tolerationSeconds: 3053978290188957517 - value: "468" + - effect: kx-餌勀奷Ŏ + key: "465" + operator: 0yVA嬂刲;牆詒ĸąs + tolerationSeconds: -9038755672632113093 + value: "466" topologySpreadConstraints: - labelSelector: matchExpressions: - - key: oZvt.LT60v.WxPc---K__-iguFGT._.Y4-0.67hP-lX-_-..b - operator: NotIn - values: - - H1z..j_.r3--T + - key: B.rTt7bm9I.-..q-F-.__ck + operator: DoesNotExist matchLabels: - H_55..--E3_2D-1DW__o_-.k: "7" - maxSkew: 1486667065 - topologyKey: "477" - whenUnsatisfiable: DŽɤȶšɞƵõ禲#樹罽濅ʏ 撜粞 + 3.hy9---2--e-yya--bj7-l-9aw--2/hs.-_DM__28W-_-.0HfR-_f-5: 019_-gYY._..fP--hQ7be__-.-g-5.-59...7q___n.__16ee.6 + maxSkew: -2046521037 + topologyKey: "475" + whenUnsatisfiable: '"T#sM網m' volumes: - awsElasticBlockStore: fsType: "47" @@ -836,7 +844,6 @@ spec: medium: ɹ坼É/pȿ sizeLimit: "804" ephemeral: - readOnly: true volumeClaimTemplate: metadata: annotations: @@ -1027,25 +1034,25 @@ spec: storagePolicyID: "104" storagePolicyName: "103" volumePath: "101" - templateGeneration: -360030892563979363 + templateGeneration: -4423889184035148366 updateStrategy: rollingUpdate: maxSurge: 3 maxUnavailable: 2 - type: șa汸<ƋlɋN磋镮ȺPÈ + type: 周藢烡Z树Ȁ謁 status: - collisionCount: -1535458227 + collisionCount: -1587459304 conditions: - - lastTransitionTime: "2721-06-15T10:27:00Z" - message: "485" - reason: "484" - status: 罦¦褅桃|薝Țµʍ^鼑:$Ǿ觇ƒ幦 - type: Ȣ# - currentNumberScheduled: 295177820 - desiredNumberScheduled: -702578810 - numberAvailable: -487001726 - numberMisscheduled: 1576197985 - numberReady: 1539090224 - numberUnavailable: 929611261 - observedGeneration: 1991467680216601344 - updatedNumberScheduled: -1556190810 + - lastTransitionTime: "2247-01-24T21:09:45Z" + message: "483" + reason: "482" + status: fÐ@.ȇʟɃ + type: z¦ + currentNumberScheduled: -1489341847 + desiredNumberScheduled: -524542843 + numberAvailable: -78446609 + numberMisscheduled: -753344268 + numberReady: 1697527023 + numberUnavailable: -447350590 + observedGeneration: -1180763226570626076 + updatedNumberScheduled: -1758862804 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 cb4da4a107e..b60f3cd59fd 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 @@ -442,8 +442,7 @@ "name": "174" } } - }, - "readOnly": true + } } } ], @@ -461,9 +460,9 @@ "ports": [ { "name": "180", - "hostPort": 282592353, - "containerPort": 377225334, - "protocol": "Ƹ[Ęİ榌U髷裎$MVȟ@7", + "hostPort": 1923334396, + "containerPort": -1343558801, + "protocol": "@掇lNdǂ\u003e", "hostIP": "181" } ], @@ -472,11 +471,11 @@ "prefix": "182", "configMapRef": { "name": "183", - "optional": false + "optional": true }, "secretRef": { "name": "184", - "optional": false + "optional": true } } ], @@ -492,12 +491,12 @@ "resourceFieldRef": { "containerName": "189", "resource": "190", - "divisor": "573" + "divisor": "713" }, "configMapKeyRef": { "name": "191", "key": "192", - "optional": false + "optional": true }, "secretKeyRef": { "name": "193", @@ -509,10 +508,10 @@ ], "resources": { "limits": { - "ǚ灄鸫rʤî萨zvt": "829" + "荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3": "86" }, "requests": { - "悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\\p": "604" + "t莭琽§ć\\ ïì": "80" } }, "volumeMounts": [ @@ -521,7 +520,7 @@ "readOnly": true, "mountPath": "196", "subPath": "197", - "mountPropagation": "ƖHV", + "mountPropagation": "0矀Kʝ瘴I\\p[ħsĨɆâĺɗŹ倗S", "subPathExpr": "198" } ], @@ -539,9 +538,9 @@ }, "httpGet": { "path": "202", - "port": -1196874390, + "port": -1285424066, "host": "203", - "scheme": "S晒嶗UÐ_ƮA攤", + "scheme": "ni酛3ƁÀ", "httpHeaders": [ { "name": "204", @@ -550,42 +549,42 @@ ] }, "tcpSocket": { - "port": -498930176, - "host": "206" + "port": "206", + "host": "207" }, - "initialDelaySeconds": 1885897314, - "timeoutSeconds": -465677631, - "periodSeconds": 1054858106, - "successThreshold": 232569106, - "failureThreshold": -1150474479 + "initialDelaySeconds": -2036074491, + "timeoutSeconds": -148216266, + "periodSeconds": 165047920, + "successThreshold": -393291312, + "failureThreshold": -93157681 }, "readinessProbe": { "exec": { "command": [ - "207" + "208" ] }, "httpGet": { - "path": "208", - "port": "209", - "host": "210", - "scheme": "8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ", + "path": "209", + "port": "210", + "host": "211", + "scheme": "3!Zɾģ毋Ó6", "httpHeaders": [ { - "name": "211", - "value": "212" + "name": "212", + "value": "213" } ] }, "tcpSocket": { - "port": "213", + "port": -832805508, "host": "214" }, - "initialDelaySeconds": -2717401, - "timeoutSeconds": -1492565335, - "periodSeconds": -1099429189, - "successThreshold": 994072122, - "failureThreshold": 1752155096 + "initialDelaySeconds": -228822833, + "timeoutSeconds": -970312425, + "periodSeconds": -1213051101, + "successThreshold": 1451056156, + "failureThreshold": 267768240 }, "startupProbe": { "exec": { @@ -595,83 +594,83 @@ }, "httpGet": { "path": "216", - "port": "217", - "host": "218", - "scheme": "Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ", + "port": -1492565335, + "host": "217", + "scheme": "ɷ9Ì崟¿瘦ɖ緕ȚÍ勅跦Opw", "httpHeaders": [ { - "name": "219", - "value": "220" + "name": "218", + "value": "219" } ] }, "tcpSocket": { - "port": -36782737, - "host": "221" + "port": -280820676, + "host": "220" }, - "initialDelaySeconds": -1738069460, - "timeoutSeconds": -1643733106, - "periodSeconds": -805795167, - "successThreshold": 1791615594, - "failureThreshold": 785984384 + "initialDelaySeconds": 376404581, + "timeoutSeconds": -661937776, + "periodSeconds": 2070521391, + "successThreshold": -440412584, + "failureThreshold": -1801140031 }, "lifecycle": { "postStart": { "exec": { "command": [ - "222" + "221" ] }, "httpGet": { - "path": "223", - "port": "224", - "host": "225", - "scheme": "\u003e郵[+扴ȨŮ", + "path": "222", + "port": "223", + "host": "224", + "scheme": "鄠[颐o啛更偢ɇ卷荙JL", "httpHeaders": [ { - "name": "226", - "value": "227" + "name": "225", + "value": "226" } ] }, "tcpSocket": { - "port": "228", - "host": "229" + "port": "227", + "host": "228" } }, "preStop": { "exec": { "command": [ - "230" + "229" ] }, "httpGet": { - "path": "231", - "port": -743369977, - "host": "232", - "scheme": "\u003e犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4", + "path": "230", + "port": -1506633471, + "host": "231", + "scheme": "1虊谇j爻ƙt叀碧闳ȩr嚧ʣq", "httpHeaders": [ { - "name": "233", - "value": "234" + "name": "232", + "value": "233" } ] }, "tcpSocket": { - "port": -1224991707, + "port": "234", "host": "235" } } }, "terminationMessagePath": "236", - "imagePullPolicy": "昕Ĭ", + "terminationMessagePolicy": "屡ʁ", "securityContext": { "capabilities": { "add": [ - "藢xɮĵȑ6L*Z鐫û咡W\u003c" + "Ÿ8T 苧yñKJɐ扵" ], "drop": [ - "lu|榝$î." + "ƚ绤fʀļ腩墺Ò媁荭gw忊|E剒蔞" ] }, "privileged": false, @@ -686,18 +685,18 @@ "gmsaCredentialSpec": "242", "runAsUserName": "243" }, - "runAsUser": -7565148469525206101, - "runAsGroup": 8949541422887578058, + "runAsUser": -6177393256425700216, + "runAsGroup": 2001337664780390084, "runAsNonRoot": true, "readOnlyRootFilesystem": true, - "allowPrivilegeEscalation": true, - "procMount": "朦 wƯ貾坢'跩", + "allowPrivilegeEscalation": false, + "procMount": "Ȩ\u003c6鄰簳°Ļǟi\u0026", "seccompProfile": { - "type": "ŕ翑0展}", + "type": "", "localhostProfile": "244" } }, - "stdinOnce": true + "tty": true } ], "containers": [ @@ -714,9 +713,9 @@ "ports": [ { "name": "250", - "hostPort": -778272981, - "containerPort": 2056774277, - "protocol": "现葢ŵ橨鬶l獕;跣Hǝcw媀瓄\u0026翜舞拉", + "hostPort": -1296830577, + "containerPort": -1314967760, + "protocol": "順\\E¦队偯J僳徥淳4", "hostIP": "251" } ], @@ -745,12 +744,12 @@ "resourceFieldRef": { "containerName": "259", "resource": "260", - "divisor": "124" + "divisor": "812" }, "configMapKeyRef": { "name": "261", "key": "262", - "optional": false + "optional": true }, "secretKeyRef": { "name": "263", @@ -762,10 +761,10 @@ ], "resources": { "limits": { - "V訆Ǝżŧ": "915" + "Ǒ輂,ŕĪĠM蘇KŅ/»頸+SÄ蚃ɣ": "173" }, "requests": { - "+SÄ蚃ɣľ)酊龨Î": "787" + "餠籲磣Óƿ頀\"冓鍓贯澔 ƺ蛜6Ɖ飴Ɏi": "796" } }, "volumeMounts": [ @@ -774,7 +773,7 @@ "readOnly": true, "mountPath": "266", "subPath": "267", - "mountPropagation": "\"冓鍓贯澔 ƺ蛜6", + "mountPropagation": "囌{屿oiɥ嵐sC", "subPathExpr": "268" } ], @@ -792,52 +791,53 @@ }, "httpGet": { "path": "272", - "port": 465486290, - "host": "273", + "port": "273", + "host": "274", + "scheme": "ɢ鬍熖B芭花ª瘡蟦JBʟ鍏H鯂²静Ʋ", "httpHeaders": [ { - "name": "274", - "value": "275" + "name": "275", + "value": "276" } ] }, "tcpSocket": { - "port": -116224247, - "host": "276" + "port": -181601395, + "host": "277" }, - "initialDelaySeconds": -2097329452, - "timeoutSeconds": 1504385614, - "periodSeconds": 865289071, - "successThreshold": -1829146875, - "failureThreshold": -205176266 + "initialDelaySeconds": -617381112, + "timeoutSeconds": 1851229369, + "periodSeconds": -560238386, + "successThreshold": 1658749995, + "failureThreshold": -938421813 }, "readinessProbe": { "exec": { "command": [ - "277" + "278" ] }, "httpGet": { - "path": "278", - "port": 234253676, - "host": "279", - "scheme": "ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏", + "path": "279", + "port": -305362540, + "host": "280", + "scheme": "Ǩ繫ʎǑyZ涬P­蜷ɔ幩", "httpHeaders": [ { - "name": "280", - "value": "281" + "name": "281", + "value": "282" } ] }, "tcpSocket": { - "port": "282", + "port": 1167615307, "host": "283" }, - "initialDelaySeconds": -2062708879, - "timeoutSeconds": 215186711, - "periodSeconds": -141401239, - "successThreshold": -1187301925, - "failureThreshold": -402384013 + "initialDelaySeconds": 455833230, + "timeoutSeconds": 1956567721, + "periodSeconds": 155090390, + "successThreshold": -2113700533, + "failureThreshold": -2130294761 }, "startupProbe": { "exec": { @@ -847,25 +847,25 @@ }, "httpGet": { "path": "285", - "port": "286", - "host": "287", - "scheme": "鏻砅邻爥", + "port": -727263154, + "host": "286", + "scheme": "Ȗ|ʐşƧ諔迮ƙIJ嘢4", "httpHeaders": [ { - "name": "288", - "value": "289" + "name": "287", + "value": "288" } ] }, "tcpSocket": { - "port": -305362540, + "port": "289", "host": "290" }, - "initialDelaySeconds": 601198286, - "timeoutSeconds": 409029209, - "periodSeconds": 405193215, - "successThreshold": 2129989022, - "failureThreshold": -1699531929 + "initialDelaySeconds": 1137109081, + "timeoutSeconds": -1896415283, + "periodSeconds": 1540899353, + "successThreshold": -1330095135, + "failureThreshold": 1566213732 }, "lifecycle": { "postStart": { @@ -878,7 +878,7 @@ "path": "292", "port": "293", "host": "294", - "scheme": "­蜷ɔ幩š", + "scheme": "W賁Ěɭɪǹ0", "httpHeaders": [ { "name": "295", @@ -887,412 +887,391 @@ ] }, "tcpSocket": { - "port": 455833230, - "host": "297" + "port": "297", + "host": "298" } }, "preStop": { "exec": { "command": [ - "298" + "299" ] }, "httpGet": { - "path": "299", - "port": 1076497581, - "host": "300", - "scheme": "h4ɊHȖ|ʐ", + "path": "300", + "port": -1520531919, + "host": "301", + "scheme": "n(fǂǢ曣ŋayåe躒訙Ǫ", "httpHeaders": [ { - "name": "301", - "value": "302" + "name": "302", + "value": "303" } ] }, "tcpSocket": { - "port": 248533396, - "host": "303" + "port": 739175678, + "host": "304" } } }, - "terminationMessagePath": "304", - "terminationMessagePolicy": "迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ", - "imagePullPolicy": "ņ", + "terminationMessagePath": "305", + "terminationMessagePolicy": "ť嗆u8晲T", + "imagePullPolicy": "xǨŴ壶ƵfȽÃ", "securityContext": { "capabilities": { "add": [ - "DŽ髐njʉBn(fǂǢ曣" + "ȓɻ挴ʠɜ瞍阎lğ Ņ#耗Ǚ(ť1ùf" ], "drop": [ - "ay" + "ƽ眝{æ盪泙" ] }, - "privileged": false, + "privileged": true, "seLinuxOptions": { - "user": "305", - "role": "306", - "type": "307", - "level": "308" + "user": "306", + "role": "307", + "type": "308", + "level": "309" }, "windowsOptions": { - "gmsaCredentialSpecName": "309", - "gmsaCredentialSpec": "310", - "runAsUserName": "311" + "gmsaCredentialSpecName": "310", + "gmsaCredentialSpec": "311", + "runAsUserName": "312" }, - "runAsUser": 1958157659034146020, - "runAsGroup": -5996624450771474158, + "runAsUser": -2176303163074826228, + "runAsGroup": 5326516866753332539, "runAsNonRoot": false, "readOnlyRootFilesystem": true, - "allowPrivilegeEscalation": false, - "procMount": "嗆u", + "allowPrivilegeEscalation": true, + "procMount": "^輅9ɛ棕ƈ眽炊礫Ƽ¨Ix糂腂ǂǚ", "seccompProfile": { - "type": "晲T[irȎ3Ĕ\\", - "localhostProfile": "312" + "type": "EuE", + "localhostProfile": "313" } }, + "stdin": true, + "stdinOnce": true, "tty": true } ], "ephemeralContainers": [ { - "name": "313", - "image": "314", + "name": "314", + "image": "315", "command": [ - "315" - ], - "args": [ "316" ], - "workingDir": "317", + "args": [ + "317" + ], + "workingDir": "318", "ports": [ { - "name": "318", - "hostPort": -1656699070, - "containerPort": -1918622971, - "protocol": "ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz", - "hostIP": "319" + "name": "319", + "hostPort": -703434763, + "containerPort": 930549073, + "protocol": "礤铟怖ý萜Ǖc8", + "hostIP": "320" } ], "envFrom": [ { - "prefix": "320", + "prefix": "321", "configMapRef": { - "name": "321", - "optional": true - }, - "secretRef": { "name": "322", "optional": false + }, + "secretRef": { + "name": "323", + "optional": true } } ], "env": [ { - "name": "323", - "value": "324", + "name": "324", + "value": "325", "valueFrom": { "fieldRef": { - "apiVersion": "325", - "fieldPath": "326" + "apiVersion": "326", + "fieldPath": "327" }, "resourceFieldRef": { - "containerName": "327", - "resource": "328", - "divisor": "69" + "containerName": "328", + "resource": "329", + "divisor": "595" }, "configMapKeyRef": { - "name": "329", - "key": "330", - "optional": true + "name": "330", + "key": "331", + "optional": false }, "secretKeyRef": { - "name": "331", - "key": "332", - "optional": false + "name": "332", + "key": "333", + "optional": true } } } ], "resources": { "limits": { - "1b": "328" + "ɋȑoG鄧蜢暳ǽżLj捲": "775" }, "requests": { - "}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊": "699" + "U": "632" } }, "volumeMounts": [ { - "name": "333", + "name": "334", "readOnly": true, - "mountPath": "334", - "subPath": "335", - "mountPropagation": "Ik(dŊiɢzĮ蛋I", - "subPathExpr": "336" + "mountPath": "335", + "subPath": "336", + "mountPropagation": "$嬏", + "subPathExpr": "337" } ], "volumeDevices": [ { - "name": "337", - "devicePath": "338" + "name": "338", + "devicePath": "339" } ], "livenessProbe": { "exec": { "command": [ - "339" + "340" ] }, "httpGet": { - "path": "340", - "port": "341", - "host": "342", - "scheme": "ȥ}礤铟怖ý萜Ǖ", + "path": "341", + "port": "342", + "host": "343", + "scheme": "$ɛ溢臜裡×銵-紑浘牬", "httpHeaders": [ { - "name": "343", - "value": "344" + "name": "344", + "value": "345" } ] }, "tcpSocket": { - "port": -1088996269, - "host": "345" + "port": "346", + "host": "347" }, - "initialDelaySeconds": -1922458514, - "timeoutSeconds": 1480364858, - "periodSeconds": 692511776, - "successThreshold": -1231653807, - "failureThreshold": -36573584 + "initialDelaySeconds": -195171082, + "timeoutSeconds": 1648539888, + "periodSeconds": 762856658, + "successThreshold": -1898251770, + "failureThreshold": 713473395 }, "readinessProbe": { "exec": { "command": [ - "346" + "348" ] }, "httpGet": { - "path": "347", - "port": -1157640253, - "host": "348", - "scheme": "×p鬷m罂o3ǰ廋i乳'ȘUɻ;", + "path": "349", + "port": "350", + "host": "351", + "scheme": "ɴ鉂WJ1抉泅ą\u0026", "httpHeaders": [ { - "name": "349", - "value": "350" + "name": "352", + "value": "353" } ] }, "tcpSocket": { - "port": "351", - "host": "352" + "port": "354", + "host": "355" }, - "initialDelaySeconds": -478839383, - "timeoutSeconds": 989933975, - "periodSeconds": 140830733, - "successThreshold": -708495486, - "failureThreshold": -1436899600 + "initialDelaySeconds": -1943335113, + "timeoutSeconds": -39292476, + "periodSeconds": 801902541, + "successThreshold": -1312249623, + "failureThreshold": -1089435479 }, "startupProbe": { "exec": { "command": [ - "353" + "356" ] }, "httpGet": { - "path": "354", - "port": "355", - "host": "356", - "scheme": "漤ŗ坟", + "path": "357", + "port": -592521472, + "host": "358", + "scheme": ":/", "httpHeaders": [ { - "name": "357", - "value": "358" + "name": "359", + "value": "360" } ] }, "tcpSocket": { - "port": -1617422199, - "host": "359" + "port": -1101457109, + "host": "361" }, - "initialDelaySeconds": -902839620, - "timeoutSeconds": -2030665763, - "periodSeconds": 1808698094, - "successThreshold": 1155232143, - "failureThreshold": -1873425934 + "initialDelaySeconds": -513325570, + "timeoutSeconds": 1491794693, + "periodSeconds": -1457715462, + "successThreshold": 1349815334, + "failureThreshold": 1307211372 }, "lifecycle": { "postStart": { "exec": { "command": [ - "360" + "362" ] }, "httpGet": { - "path": "361", - "port": 1288391156, - "host": "362", - "scheme": "Ǥ桒ɴ鉂WJ1抉泅ą\u0026疀ȼN", + "path": "363", + "port": "364", + "host": "365", + "scheme": "ð仁Q橱9ij\\Ď愝Ű藛b磾sY", "httpHeaders": [ { - "name": "363", - "value": "364" + "name": "366", + "value": "367" } ] }, "tcpSocket": { - "port": "365", - "host": "366" + "port": "368", + "host": "369" } }, "preStop": { "exec": { "command": [ - "367" + "370" ] }, "httpGet": { - "path": "368", - "port": 1859267428, - "host": "369", - "scheme": "ȟP", + "path": "371", + "port": -1500740922, + "host": "372", + "scheme": "张q櫞繡旹翃ɾ氒ĺʈʫ羶剹ƊF豎穜姰", "httpHeaders": [ { - "name": "370", - "value": "371" + "name": "373", + "value": "374" } ] }, "tcpSocket": { - "port": 1445923603, - "host": "372" + "port": "375", + "host": "376" } } }, - "terminationMessagePath": "373", - "terminationMessagePolicy": "殆诵H玲鑠ĭ$#卛8ð仁Q", - "imagePullPolicy": "tl敷斢杧ż鯀", + "terminationMessagePath": "377", + "terminationMessagePolicy": "耖p^鏋蛹Ƚȿ醏g遧Ȋ飂廤Ƌʙcx赮ǒ", + "imagePullPolicy": "¬h`職铳s44矕Ƈè*鑏='ʨ|", "securityContext": { "capabilities": { "add": [ - "鸔ɧWǘ炙" + "敆OɈÏ 瞍髃#ɣȕW歹s" ], "drop": [ - "餸硷" + "ɥʋăƻ遲" ] }, "privileged": true, "seLinuxOptions": { - "user": "374", - "role": "375", - "type": "376", - "level": "377" + "user": "378", + "role": "379", + "type": "380", + "level": "381" }, "windowsOptions": { - "gmsaCredentialSpecName": "378", - "gmsaCredentialSpec": "379", - "runAsUserName": "380" + "gmsaCredentialSpecName": "382", + "gmsaCredentialSpec": "383", + "runAsUserName": "384" }, - "runAsUser": 5215323049148402377, - "runAsGroup": 2946116477552625615, - "runAsNonRoot": true, - "readOnlyRootFilesystem": true, + "runAsUser": 3805707846751185585, + "runAsGroup": 4820130167691486230, + "runAsNonRoot": false, + "readOnlyRootFilesystem": false, "allowPrivilegeEscalation": true, - "procMount": "ʈʫ羶剹ƊF豎穜", + "procMount": "Ů嫠!@@)Zq=歍þ螗ɃŒGm", "seccompProfile": { - "type": "l咑耖p^鏋", - "localhostProfile": "381" + "type": "z鋎", + "localhostProfile": "385" } }, "tty": true, - "targetContainerName": "382" + "targetContainerName": "386" } ], - "restartPolicy": "ȿ醏g遧", - "terminationGracePeriodSeconds": -616777763639482630, - "activeDeadlineSeconds": 2031424375743848602, - "dnsPolicy": ":{柯?B", + "restartPolicy": "¿əW#ļǹʅŚO虀^背遻堣灭ƴɦ燻踸", + "terminationGracePeriodSeconds": -8963807447996144781, + "activeDeadlineSeconds": -5539971415578447792, + "dnsPolicy": "6", "nodeSelector": { - "383": "384" + "387": "388" }, - "serviceAccountName": "385", - "serviceAccount": "386", + "serviceAccountName": "389", + "serviceAccount": "390", "automountServiceAccountToken": false, - "nodeName": "387", + "nodeName": "391", "hostNetwork": true, - "shareProcessNamespace": false, + "hostPID": true, + "hostIPC": true, + "shareProcessNamespace": true, "securityContext": { "seLinuxOptions": { - "user": "388", - "role": "389", - "type": "390", - "level": "391" + "user": "392", + "role": "393", + "type": "394", + "level": "395" }, "windowsOptions": { - "gmsaCredentialSpecName": "392", - "gmsaCredentialSpec": "393", - "runAsUserName": "394" + "gmsaCredentialSpecName": "396", + "gmsaCredentialSpec": "397", + "runAsUserName": "398" }, - "runAsUser": -1290365495982891537, - "runAsGroup": -759684899479757878, + "runAsUser": 4290717681745188904, + "runAsGroup": 3355244307027629244, "runAsNonRoot": false, "supplementalGroups": [ - 3273247375993523103 + -7106117411092125093 ], - "fsGroup": 4489057930380969432, + "fsGroup": -9164240834267238973, "sysctls": [ { - "name": "395", - "value": "396" + "name": "399", + "value": "400" } ], - "fsGroupChangePolicy": "='ʨ|ǓÓ敆OɈÏ 瞍髃", + "fsGroupChangePolicy": "", "seccompProfile": { - "type": "ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn", - "localhostProfile": "397" + "type": "d'呪", + "localhostProfile": "401" } }, "imagePullSecrets": [ { - "name": "398" + "name": "402" } ], - "hostname": "399", - "subdomain": "400", + "hostname": "403", + "subdomain": "404", "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { "nodeSelectorTerms": [ { - "matchExpressions": [ - { - "key": "401", - "operator": "+Œ9两", - "values": [ - "402" - ] - } - ], - "matchFields": [ - { - "key": "403", - "operator": "q=歍þ螗ɃŒGm¨z鋎靀G", - "values": [ - "404" - ] - } - ] - } - ] - }, - "preferredDuringSchedulingIgnoredDuringExecution": [ - { - "weight": 377409178, - "preference": { "matchExpressions": [ { "key": "405", - "operator": "#ļǹʅŚO虀^背遻堣灭ƴɦ燻", + "operator": "W瀤oɢ嫎¸殚篎3o8[y", "values": [ "406" ] @@ -1301,13 +1280,38 @@ "matchFields": [ { "key": "407", - "operator": "-觗裓6Ř筿ɾ5Ų買霎ȃň[\u003eą", + "operator": "ï驿笈", "values": [ "408" ] } ] } + ] + }, + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -1009377808, + "preference": { + "matchExpressions": [ + { + "key": "409", + "operator": "a餖Ľƛ淴ɑ?¶ȲƪE1º轪d覉;Ĕ颪", + "values": [ + "410" + ] + } + ], + "matchFields": [ + { + "key": "411", + "operator": "惍EʦŊĊ娮rȧ", + "values": [ + "412" + ] + } + ] + } } ] }, @@ -1316,30 +1320,30 @@ { "labelSelector": { "matchLabels": { - "1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5": "1--L--v_Z--Zg-_4Q__-v_t_u_.A" + "u.wg_-b8a_6_.0Q4_.84.K_-_0_..u.F.pq.c": "" }, "matchExpressions": [ { - "key": "5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y", - "operator": "Exists" + "key": "8b-3-3b17cab-ppy5e--9p-61-2we16h--5-d-k-sm.2xv17r--32b-----4-670tfz-up3n/ov_Z--Zg-_Q", + "operator": "NotIn", + "values": [ + "0..KpiS.oK-.O--5-yp8q_s-L" + ] } ] }, "namespaces": [ - "415" + "419" ], - "topologyKey": "416", + "topologyKey": "420", "namespaceSelector": { "matchLabels": { - "l_-W8o._xJ1-lFA_Xf3.V0H2-.zHw.H__V.Vz_6.Hz_V_.r_v_._e_-8": "Z6Z..11_7pX_z" + "0--0g-q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x8/Hz_V_.r_v_._e_-78o_6Z..11_7pX_.-mLlx...w_t-_.5.40Rw4D": "Y_2-n_5023Xl-3Pw_-r7g" }, "matchExpressions": [ { - "key": "w_t-_.5.40Rw4gD.._.-x6db-L7.-__-G_2kCpS__.39g_.--_-_ve5.Z", - "operator": "In", - "values": [ - "4.nw_-_x18mtxb__e" - ] + "key": "3hjo--8kb6--ut---p8--3-e-3-44-e.w--i--40wv--in-870w--it6k47-7yd-y--3wc8q8/wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...Cr", + "operator": "DoesNotExist" } ] } @@ -1347,30 +1351,30 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1479434972, + "weight": -234140, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "jo--8kb6--ut---p8--3-e-3-44---h-q7-p-2djmscp--ac8u23-k----26u5h.r3wc8q78-0020-1-0f--k--bf-94/co-__y__._12..wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...Cqr7": "r.-F__r.oh..2_uGGP..-_N_h_4Hl-X0_2-W" + "1_.-_L-__bf_9_-C-PfNx__-U_P": "tW23-_.z_.._s--_F-BR-.h_2" }, "matchExpressions": [ { - "key": "7AlR__8-7_-YD-Q9_-__..YNFu7Pg-.814e-_07-ht-E6___-X__9", + "key": "s_6O-5_7_-0w_--5-_.3--_9QW2JkU27_.-4T-I.-..K.-.0__sD.-.-_s", "operator": "Exists" } ] }, "namespaces": [ - "429" + "433" ], - "topologyKey": "430", + "topologyKey": "434", "namespaceSelector": { "matchLabels": { - "4_r.-_Rw1k8KLu..ly--J-_.ZCRT.0z-oe.G79.b": "V._nV34GH" + "Q.-_t--O3": "7z2-y.-...C4_-_2G0.-c_C.G.h--m._fN._k8__._ep2P.B._A_09E" }, "matchExpressions": [ { - "key": "9105-4_ed-0-i_zZsY_o8t5Vl6_..C", + "key": "P_p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o..p_B-d--Q5._D6_.d-n_9np", "operator": "DoesNotExist" } ] @@ -1384,32 +1388,32 @@ { "labelSelector": { "matchLabels": { - "q0o.0C_gV.9_G-.-z1YH": "b.9x98MM7-.e.Dx._.W-6..4_MU7iLfS-0.9-.-._.1..sA" + "n7-a6434---7i-f-d019o1v3u.2k8-2-d--n--r8661--3-8-t48g-w2q7z-vps548-d-1r7j--v2x-64dwb/e": "8" }, "matchExpressions": [ { - "key": "s4dw-buv-f55-2k2-e-443m678-2v89-zk873--1n133.or-0-2--rad877gr62g/dg__..2bidF.-0-...WE.-_tdt_-Z0_TMp", - "operator": "NotIn", + "key": "75-p-z---k-5r6h--y7o-0-wq-zfdw73w0---4a18-f4/d1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--2", + "operator": "In", "values": [ - "MGbG-_-8Qi..9-4.2K_FQ.E--__K-hg" + "u-.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133eT_2_t_IkI-mt4...rBQ.9-0" ] } ] }, "namespaces": [ - "443" + "447" ], - "topologyKey": "444", + "topologyKey": "448", "namespaceSelector": { "matchLabels": { - "4vk58-7e74-ddq-a-lcv0n1-i-d-----9---063-qm-j-w.57k--e--x--b--1-n4-a--o2h0fy-j-5-5-2nw/1._-_CH--.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133T": "P-336-.B__.QiA6._3o_V-w._-0d__7.81_-._-_8_8" + "m_-Z.wc..k_0_5.z.0..__k": "b.-9.Y0-_-.l__.c17__f_-336-.BT" }, "matchExpressions": [ { - "key": "0476b---nhc50-de2qh2-b-6--13lk5-e4-u-5kvp-----887j72qz6-7d841/R._.3l-_86_u2-7_._qN__A_f_-B3_UP", + "key": "N7.81_-._-_8_.._._a9", "operator": "In", "values": [ - "396h8.G__B3" + "vi.gZdnUVP._81_---l_3_-_G-D....js--a---..6bD_Mh" ] } ] @@ -1418,31 +1422,31 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1856144088, + "weight": 1276377114, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "Q-.-.g-_Z_-nSLq": "4P--_q-...Oai.D7-_9..8-8yw..__Yb_58.p-06jVZ-uP.t_.O3" + "1f8--tf---7r88-1--p61cd--s-nu5718--lks7d-x9-f-62o8/L9._5-..Bi_..aOQ_._Yn.-.4t.U.VU__-_BAB_35H__.B_6_-U..u8gwb.-6": "M9..8-8yw..__Yb_58.p-06jVZ-u0" }, "matchExpressions": [ { - "key": "3d/6_M5..-N_H_55..--E3_2D-1DW__o_-._kzB7U_.Q.45cy-5", - "operator": "Exists" + "key": "v54le-to9e--a-7je9fz87-2jvd23-0p1.360v2-x-cpor---cigu--s/j-dY7_M_-._M5..-N_H_55..--E3_2h", + "operator": "DoesNotExist" } ] }, "namespaces": [ - "457" + "461" ], - "topologyKey": "458", + "topologyKey": "462", "namespaceSelector": { "matchLabels": { - "2x-cpor---cigu---4-2-4k0267h-rl-l-u575b93-r6---4g-vg3t.vuo17qre-33-5-u8f0f1q8/6": "px_0-.mJe__.B-cd2_4" + "o17qre-33-5-u8f0f1qv--i72-x3---v25f56.w84s-n-i-711s4--9s8--o-8dm---b----03-64-8l7-l-0787--1--ia5yl9k/267hP-lX-_-..5-.._r6M__4-P-g3J6": "I-._g_.._-hKc.OB_F_--.._m_-9" }, "matchExpressions": [ { - "key": "1s._K9-.AJ-_8--___b____03_6.K8lY", - "operator": "Exists" + "key": "410-f-o-fr-5-3t--y9---2--e-yya3.98t-----60t--019-yg--4-37f-rwh-7be--y0agp51x597277q---nt/M-0R.-I-_23L_J49t-X..1", + "operator": "DoesNotExist" } ] } @@ -1451,64 +1455,67 @@ ] } }, - "schedulerName": "465", + "schedulerName": "469", "tolerations": [ { - "key": "466", - "operator": "0yVA嬂刲;牆詒ĸąs", - "value": "467", - "effect": "kx-餌勀奷Ŏ", - "tolerationSeconds": -9038755672632113093 + "key": "470", + "operator": "r}梳攔wŲ魦Ɔ0ƢĮÀĘÆɆȸȢ蒸", + "value": "471", + "effect": "U烈 źfjǰɪ嘞ȏ}杻扞Ğ", + "tolerationSeconds": 3252034671163905138 } ], "hostAliases": [ { - "ip": "468", + "ip": "472", "hostnames": [ - "469" + "473" ] } ], - "priorityClassName": "470", - "priority": -1133320634, + "priorityClassName": "474", + "priority": 347613368, "dnsConfig": { "nameservers": [ - "471" + "475" ], "searches": [ - "472" + "476" ], "options": [ { - "name": "473", - "value": "474" + "name": "477", + "value": "478" } ] }, "readinessGates": [ { - "conditionType": "į" + "conditionType": "ř岈ǎǏ]S5:œƌ嵃ǁ" } ], - "runtimeClassName": "475", - "enableServiceLinks": true, - "preemptionPolicy": "Ʀ[螵沊齣薣鰎đƝ):惝ŵ髿ɔ", + "runtimeClassName": "479", + "enableServiceLinks": false, + "preemptionPolicy": "m珢\\%傢z¦Ā竚ĐȌƨǴ叆", "overhead": { - "k_": "725" + "D輷": "792" }, "topologySpreadConstraints": [ { - "maxSkew": -2046521037, - "topologyKey": "476", - "whenUnsatisfiable": "\"T#sM網m", + "maxSkew": -484382570, + "topologyKey": "480", + "whenUnsatisfiable": "nn坾\u0026Pɫ(ʙÆʨɺC`", "labelSelector": { "matchLabels": { - "3.hy9---2--e-yya--bj7-l-9aw--2/hs.-_DM__28W-_-.0HfR-_f-5": "019_-gYY._..fP--hQ7be__-.-g-5.-59...7q___n.__16ee.6" + "n.DL.o_e-d92e8S_-0-_8Vz-E41___75Q-T": "O.__0PPX-.-d4Badb" }, "matchExpressions": [ { - "key": "B.rTt7bm9I.-..q-F-.__ck", - "operator": "DoesNotExist" + "key": "zz8-35x38i-qnr-5zi82dc3do--7lw63jvksy--w-i33-dzn6-302m7rx1/7Jl----i_I.-_7g-8iJ--p-7f3-2_Z_V_-q-L34-_D86-W_g52", + "operator": "NotIn", + "values": [ + "h.v._5.vB-.-7-.6Jv-86___3" + ] } ] } @@ -1518,36 +1525,36 @@ } }, "strategy": { - "type": "周藢烡Z树Ȁ謁", + "type": "ʔF{ȃ騑ȫ(踶NJđƟÝɹ橽ƴåj", "rollingUpdate": { "maxUnavailable": 2, "maxSurge": 3 } }, - "minReadySeconds": -59186930, - "revisionHistoryLimit": -1552013182, + "minReadySeconds": 2115665292, + "revisionHistoryLimit": 237456757, "rollbackTo": { - "revision": 2617808240737153641 + "revision": 1498428055681994500 }, - "progressDeadlineSeconds": 1872617698 + "progressDeadlineSeconds": -164140734 }, "status": { - "observedGeneration": -2252894353040736578, - "replicas": -274917863, - "updatedReplicas": -944451668, - "readyReplicas": 1371521704, - "availableReplicas": 1084489079, - "unavailableReplicas": -730503981, + "observedGeneration": -1635909846206320942, + "replicas": -253906853, + "updatedReplicas": -602665165, + "readyReplicas": -859094691, + "availableReplicas": -1624946983, + "unavailableReplicas": -779806398, "conditions": [ { - "type": "傢z¦Ā竚ĐȌƨǴ叆ĄD輷東t½", - "status": "n坾\u0026Pɫ(ʙÆ", - "lastUpdateTime": "2310-01-11T15:23:07Z", - "lastTransitionTime": "2921-01-30T02:07:21Z", - "reason": "483", - "message": "484" + "type": "mv看ƜZ", + "status": "ȇ\u003e尪璎妽4LM桵Ţ宧ʜ", + "lastUpdateTime": "2322-02-12T18:39:07Z", + "lastTransitionTime": "2398-05-12T06:43:28Z", + "reason": "487", + "message": "488" } ], - "collisionCount": -836297709 + "collisionCount": 165914268 } } \ No newline at end of file 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 de2360c5fa9caf882c7d12f827af19676f234a26..077a445f664df155131a99ab59455394e98a4b8b 100644 GIT binary patch delta 6153 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 E|2c4z@c;k- delta 5721 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 B!@>Xn 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 b170f563a76..b3e34a57c68 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 @@ -30,12 +30,12 @@ metadata: selfLink: "5" uid: "7" spec: - minReadySeconds: -59186930 - progressDeadlineSeconds: 1872617698 + minReadySeconds: 2115665292 + progressDeadlineSeconds: -164140734 replicas: 896585016 - revisionHistoryLimit: -1552013182 + revisionHistoryLimit: 237456757 rollbackTo: - revision: 2617808240737153641 + revision: 1498428055681994500 selector: matchExpressions: - key: 50-u--25cu87--r7p-w1e67-8pj5t-kl-v0q6b68--nu5oii38fn-8.629b-jd-8c45-0-8--6n--w0--w---196g8d--iv1-5--5ht-a-29--0qso796/3___47._49pIB_o61ISU4--A_.XK_._M99 @@ -46,7 +46,7 @@ spec: rollingUpdate: maxSurge: 3 maxUnavailable: 2 - type: 周藢烡Z树Ȁ謁 + type: ʔF{ȃ騑ȫ(踶NJđƟÝɹ橽ƴåj template: metadata: annotations: @@ -78,112 +78,111 @@ spec: selfLink: "28" uid: ?Qȫş spec: - activeDeadlineSeconds: 2031424375743848602 + activeDeadlineSeconds: -5539971415578447792 affinity: nodeAffinity: preferredDuringSchedulingIgnoredDuringExecution: - preference: matchExpressions: + - key: "409" + operator: a餖Ľƛ淴ɑ?¶ȲƪE1º轪d覉;Ĕ颪 + values: + - "410" + matchFields: + - key: "411" + operator: 惍EʦŊĊ娮rȧ + values: + - "412" + weight: -1009377808 + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: - key: "405" - operator: '#ļǹʅŚO虀^背遻堣灭ƴɦ燻' + operator: W瀤oɢ嫎¸殚篎3o8[y values: - "406" matchFields: - key: "407" - operator: -觗裓6Ř筿ɾ5Ų買霎ȃň[>ą + operator: ï驿笈 values: - "408" - weight: 377409178 - requiredDuringSchedulingIgnoredDuringExecution: - nodeSelectorTerms: - - matchExpressions: - - key: "401" - operator: +Œ9两 - values: - - "402" - matchFields: - - key: "403" - operator: q=歍þ螗ɃŒGm¨z鋎靀G - values: - - "404" podAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - - key: 7AlR__8-7_-YD-Q9_-__..YNFu7Pg-.814e-_07-ht-E6___-X__9 + - key: s_6O-5_7_-0w_--5-_.3--_9QW2JkU27_.-4T-I.-..K.-.0__sD.-.-_s operator: Exists matchLabels: - ? jo--8kb6--ut---p8--3-e-3-44---h-q7-p-2djmscp--ac8u23-k----26u5h.r3wc8q78-0020-1-0f--k--bf-94/co-__y__._12..wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...Cqr7 - : r.-F__r.oh..2_uGGP..-_N_h_4Hl-X0_2-W + 1_.-_L-__bf_9_-C-PfNx__-U_P: tW23-_.z_.._s--_F-BR-.h_2 namespaceSelector: matchExpressions: - - key: 9105-4_ed-0-i_zZsY_o8t5Vl6_..C + - key: P_p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o..p_B-d--Q5._D6_.d-n_9np operator: DoesNotExist matchLabels: - 4_r.-_Rw1k8KLu..ly--J-_.ZCRT.0z-oe.G79.b: V._nV34GH + Q.-_t--O3: 7z2-y.-...C4_-_2G0.-c_C.G.h--m._fN._k8__._ep2P.B._A_09E namespaces: - - "429" - topologyKey: "430" - weight: 1479434972 + - "433" + topologyKey: "434" + weight: -234140 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: 5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y - operator: Exists + - key: 8b-3-3b17cab-ppy5e--9p-61-2we16h--5-d-k-sm.2xv17r--32b-----4-670tfz-up3n/ov_Z--Zg-_Q + operator: NotIn + values: + - 0..KpiS.oK-.O--5-yp8q_s-L matchLabels: - 1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5: 1--L--v_Z--Zg-_4Q__-v_t_u_.A + u.wg_-b8a_6_.0Q4_.84.K_-_0_..u.F.pq.c: "" namespaceSelector: matchExpressions: - - key: w_t-_.5.40Rw4gD.._.-x6db-L7.-__-G_2kCpS__.39g_.--_-_ve5.Z - operator: In - values: - - 4.nw_-_x18mtxb__e + - key: 3hjo--8kb6--ut---p8--3-e-3-44-e.w--i--40wv--in-870w--it6k47-7yd-y--3wc8q8/wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...Cr + operator: DoesNotExist matchLabels: - l_-W8o._xJ1-lFA_Xf3.V0H2-.zHw.H__V.Vz_6.Hz_V_.r_v_._e_-8: Z6Z..11_7pX_z + 0--0g-q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x8/Hz_V_.r_v_._e_-78o_6Z..11_7pX_.-mLlx...w_t-_.5.40Rw4D: Y_2-n_5023Xl-3Pw_-r7g namespaces: - - "415" - topologyKey: "416" + - "419" + topologyKey: "420" podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - - key: 3d/6_M5..-N_H_55..--E3_2D-1DW__o_-._kzB7U_.Q.45cy-5 - operator: Exists + - key: v54le-to9e--a-7je9fz87-2jvd23-0p1.360v2-x-cpor---cigu--s/j-dY7_M_-._M5..-N_H_55..--E3_2h + operator: DoesNotExist matchLabels: - Q-.-.g-_Z_-nSLq: 4P--_q-...Oai.D7-_9..8-8yw..__Yb_58.p-06jVZ-uP.t_.O3 + 1f8--tf---7r88-1--p61cd--s-nu5718--lks7d-x9-f-62o8/L9._5-..Bi_..aOQ_._Yn.-.4t.U.VU__-_BAB_35H__.B_6_-U..u8gwb.-6: M9..8-8yw..__Yb_58.p-06jVZ-u0 namespaceSelector: matchExpressions: - - key: 1s._K9-.AJ-_8--___b____03_6.K8lY - operator: Exists + - key: 410-f-o-fr-5-3t--y9---2--e-yya3.98t-----60t--019-yg--4-37f-rwh-7be--y0agp51x597277q---nt/M-0R.-I-_23L_J49t-X..1 + operator: DoesNotExist matchLabels: - 2x-cpor---cigu---4-2-4k0267h-rl-l-u575b93-r6---4g-vg3t.vuo17qre-33-5-u8f0f1q8/6: px_0-.mJe__.B-cd2_4 + ? o17qre-33-5-u8f0f1qv--i72-x3---v25f56.w84s-n-i-711s4--9s8--o-8dm---b----03-64-8l7-l-0787--1--ia5yl9k/267hP-lX-_-..5-.._r6M__4-P-g3J6 + : I-._g_.._-hKc.OB_F_--.._m_-9 namespaces: - - "457" - topologyKey: "458" - weight: 1856144088 + - "461" + topologyKey: "462" + weight: 1276377114 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: s4dw-buv-f55-2k2-e-443m678-2v89-zk873--1n133.or-0-2--rad877gr62g/dg__..2bidF.-0-...WE.-_tdt_-Z0_TMp - operator: NotIn - values: - - MGbG-_-8Qi..9-4.2K_FQ.E--__K-hg - matchLabels: - q0o.0C_gV.9_G-.-z1YH: b.9x98MM7-.e.Dx._.W-6..4_MU7iLfS-0.9-.-._.1..sA - namespaceSelector: - matchExpressions: - - key: 0476b---nhc50-de2qh2-b-6--13lk5-e4-u-5kvp-----887j72qz6-7d841/R._.3l-_86_u2-7_._qN__A_f_-B3_UP + - key: 75-p-z---k-5r6h--y7o-0-wq-zfdw73w0---4a18-f4/d1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--2 operator: In values: - - 396h8.G__B3 + - u-.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133eT_2_t_IkI-mt4...rBQ.9-0 matchLabels: - ? 4vk58-7e74-ddq-a-lcv0n1-i-d-----9---063-qm-j-w.57k--e--x--b--1-n4-a--o2h0fy-j-5-5-2nw/1._-_CH--.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133T - : P-336-.B__.QiA6._3o_V-w._-0d__7.81_-._-_8_8 + n7-a6434---7i-f-d019o1v3u.2k8-2-d--n--r8661--3-8-t48g-w2q7z-vps548-d-1r7j--v2x-64dwb/e: "8" + namespaceSelector: + matchExpressions: + - key: N7.81_-._-_8_.._._a9 + operator: In + values: + - vi.gZdnUVP._81_---l_3_-_G-D....js--a---..6bD_Mh + matchLabels: + m_-Z.wc..k_0_5.z.0..__k: b.-9.Y0-_-.l__.c17__f_-336-.BT namespaces: - - "443" - topologyKey: "444" + - "447" + topologyKey: "448" automountServiceAccountToken: false containers: - args: @@ -197,13 +196,13 @@ spec: configMapKeyRef: key: "262" name: "261" - optional: false + optional: true fieldRef: apiVersion: "257" fieldPath: "258" resourceFieldRef: containerName: "259" - divisor: "124" + divisor: "812" resource: "260" secretKeyRef: key: "264" @@ -218,7 +217,7 @@ spec: name: "254" optional: false image: "246" - imagePullPolicy: ņ + imagePullPolicy: xǨŴ壶ƵfȽà lifecycle: postStart: exec: @@ -231,130 +230,133 @@ spec: value: "296" path: "292" port: "293" - scheme: ­蜷ɔ幩š + scheme: W賁Ěɭɪǹ0 tcpSocket: - host: "297" - port: 455833230 + host: "298" + port: "297" preStop: exec: command: - - "298" + - "299" httpGet: - host: "300" + host: "301" httpHeaders: - - name: "301" - value: "302" - path: "299" - port: 1076497581 - scheme: h4ɊHȖ|ʐ + - name: "302" + value: "303" + path: "300" + port: -1520531919 + scheme: n(fǂǢ曣ŋayåe躒訙Ǫ tcpSocket: - host: "303" - port: 248533396 + host: "304" + port: 739175678 livenessProbe: exec: command: - "271" - failureThreshold: -205176266 + failureThreshold: -938421813 httpGet: - host: "273" + host: "274" httpHeaders: - - name: "274" - value: "275" + - name: "275" + value: "276" path: "272" - port: 465486290 - initialDelaySeconds: -2097329452 - periodSeconds: 865289071 - successThreshold: -1829146875 + port: "273" + scheme: ɢ鬍熖B芭花ª瘡蟦JBʟ鍏H鯂²静Ʋ + initialDelaySeconds: -617381112 + periodSeconds: -560238386 + successThreshold: 1658749995 tcpSocket: - host: "276" - port: -116224247 - timeoutSeconds: 1504385614 + host: "277" + port: -181601395 + timeoutSeconds: 1851229369 name: "245" ports: - - containerPort: 2056774277 + - containerPort: -1314967760 hostIP: "251" - hostPort: -778272981 + hostPort: -1296830577 name: "250" - protocol: 现葢ŵ橨鬶l獕;跣Hǝcw媀瓄&翜舞拉 + protocol: 順\E¦队偯J僳徥淳4 readinessProbe: exec: command: - - "277" - failureThreshold: -402384013 + - "278" + failureThreshold: -2130294761 httpGet: - host: "279" + host: "280" httpHeaders: - - name: "280" - value: "281" - path: "278" - port: 234253676 - scheme: ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏 - initialDelaySeconds: -2062708879 - periodSeconds: -141401239 - successThreshold: -1187301925 + - name: "281" + value: "282" + path: "279" + port: -305362540 + scheme: Ǩ繫ʎǑyZ涬P­蜷ɔ幩 + initialDelaySeconds: 455833230 + periodSeconds: 155090390 + successThreshold: -2113700533 tcpSocket: host: "283" - port: "282" - timeoutSeconds: 215186711 + port: 1167615307 + timeoutSeconds: 1956567721 resources: limits: - V訆Ǝżŧ: "915" + Ǒ輂,ŕĪĠM蘇KŅ/»頸+SÄ蚃ɣ: "173" requests: - +SÄ蚃ɣľ)酊龨Î: "787" + 餠籲磣Óƿ頀"冓鍓贯澔 ƺ蛜6Ɖ飴Ɏi: "796" securityContext: - allowPrivilegeEscalation: false + allowPrivilegeEscalation: true capabilities: add: - - DŽ髐njʉBn(fǂǢ曣 + - ȓɻ挴ʠɜ瞍阎lğ Ņ#耗Ǚ(ť1ùf drop: - - ay - privileged: false - procMount: 嗆u + - ƽ眝{æ盪泙 + privileged: true + procMount: ^輅9ɛ棕ƈ眽炊礫Ƽ¨Ix糂腂ǂǚ readOnlyRootFilesystem: true - runAsGroup: -5996624450771474158 + runAsGroup: 5326516866753332539 runAsNonRoot: false - runAsUser: 1958157659034146020 + runAsUser: -2176303163074826228 seLinuxOptions: - level: "308" - role: "306" - type: "307" - user: "305" + level: "309" + role: "307" + type: "308" + user: "306" seccompProfile: - localhostProfile: "312" - type: 晲T[irȎ3Ĕ\ + localhostProfile: "313" + type: EuE windowsOptions: - gmsaCredentialSpec: "310" - gmsaCredentialSpecName: "309" - runAsUserName: "311" + gmsaCredentialSpec: "311" + gmsaCredentialSpecName: "310" + runAsUserName: "312" startupProbe: exec: command: - "284" - failureThreshold: -1699531929 + failureThreshold: 1566213732 httpGet: - host: "287" + host: "286" httpHeaders: - - name: "288" - value: "289" + - name: "287" + value: "288" path: "285" - port: "286" - scheme: 鏻砅邻爥 - initialDelaySeconds: 601198286 - periodSeconds: 405193215 - successThreshold: 2129989022 + port: -727263154 + scheme: Ȗ|ʐşƧ諔迮ƙIJ嘢4 + initialDelaySeconds: 1137109081 + periodSeconds: 1540899353 + successThreshold: -1330095135 tcpSocket: host: "290" - port: -305362540 - timeoutSeconds: 409029209 - terminationMessagePath: "304" - terminationMessagePolicy: 迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ + port: "289" + timeoutSeconds: -1896415283 + stdin: true + stdinOnce: true + terminationMessagePath: "305" + terminationMessagePolicy: ť嗆u8晲T tty: true volumeDevices: - devicePath: "270" name: "269" volumeMounts: - mountPath: "266" - mountPropagation: '"冓鍓贯澔 ƺ蛜6' + mountPropagation: 囌{屿oiɥ嵐sC name: "265" readOnly: true subPath: "267" @@ -362,199 +364,201 @@ spec: workingDir: "249" dnsConfig: nameservers: - - "471" + - "475" options: - - name: "473" - value: "474" + - name: "477" + value: "478" searches: - - "472" - dnsPolicy: :{柯?B - enableServiceLinks: true + - "476" + dnsPolicy: "6" + enableServiceLinks: false ephemeralContainers: - args: - - "316" + - "317" command: - - "315" + - "316" env: - - name: "323" - value: "324" + - name: "324" + value: "325" valueFrom: configMapKeyRef: - key: "330" - name: "329" - optional: true - fieldRef: - apiVersion: "325" - fieldPath: "326" - resourceFieldRef: - containerName: "327" - divisor: "69" - resource: "328" - secretKeyRef: - key: "332" - name: "331" + key: "331" + name: "330" optional: false + fieldRef: + apiVersion: "326" + fieldPath: "327" + resourceFieldRef: + containerName: "328" + divisor: "595" + resource: "329" + secretKeyRef: + key: "333" + name: "332" + optional: true envFrom: - configMapRef: - name: "321" - optional: true - prefix: "320" - secretRef: name: "322" optional: false - image: "314" - imagePullPolicy: tl敷斢杧ż鯀 + prefix: "321" + secretRef: + name: "323" + optional: true + image: "315" + imagePullPolicy: ¬h`職铳s44矕Ƈè*鑏='ʨ| lifecycle: postStart: exec: command: - - "360" + - "362" httpGet: - host: "362" + host: "365" httpHeaders: - - name: "363" - value: "364" - path: "361" - port: 1288391156 - scheme: Ǥ桒ɴ鉂WJ1抉泅ą&疀ȼN + - name: "366" + value: "367" + path: "363" + port: "364" + scheme: ð仁Q橱9ij\Ď愝Ű藛b磾sY tcpSocket: - host: "366" - port: "365" + host: "369" + port: "368" preStop: exec: command: - - "367" + - "370" httpGet: - host: "369" - httpHeaders: - - name: "370" - value: "371" - path: "368" - port: 1859267428 - scheme: ȟP - tcpSocket: host: "372" - port: 1445923603 + httpHeaders: + - name: "373" + value: "374" + path: "371" + port: -1500740922 + scheme: 张q櫞繡旹翃ɾ氒ĺʈʫ羶剹ƊF豎穜姰 + tcpSocket: + host: "376" + port: "375" livenessProbe: exec: command: - - "339" - failureThreshold: -36573584 + - "340" + failureThreshold: 713473395 httpGet: - host: "342" + host: "343" httpHeaders: - - name: "343" - value: "344" - path: "340" - port: "341" - scheme: ȥ}礤铟怖ý萜Ǖ - initialDelaySeconds: -1922458514 - periodSeconds: 692511776 - successThreshold: -1231653807 + - name: "344" + value: "345" + path: "341" + port: "342" + scheme: $ɛ溢臜裡×銵-紑浘牬 + initialDelaySeconds: -195171082 + periodSeconds: 762856658 + successThreshold: -1898251770 tcpSocket: - host: "345" - port: -1088996269 - timeoutSeconds: 1480364858 - name: "313" + host: "347" + port: "346" + timeoutSeconds: 1648539888 + name: "314" ports: - - containerPort: -1918622971 - hostIP: "319" - hostPort: -1656699070 - name: "318" - protocol: ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz + - containerPort: 930549073 + hostIP: "320" + hostPort: -703434763 + name: "319" + protocol: 礤铟怖ý萜Ǖc8 readinessProbe: exec: command: - - "346" - failureThreshold: -1436899600 + - "348" + failureThreshold: -1089435479 httpGet: - host: "348" + host: "351" httpHeaders: - - name: "349" - value: "350" - path: "347" - port: -1157640253 - scheme: ×p鬷m罂o3ǰ廋i乳'ȘUɻ; - initialDelaySeconds: -478839383 - periodSeconds: 140830733 - successThreshold: -708495486 + - name: "352" + value: "353" + path: "349" + port: "350" + scheme: ɴ鉂WJ1抉泅ą& + initialDelaySeconds: -1943335113 + periodSeconds: 801902541 + successThreshold: -1312249623 tcpSocket: - host: "352" - port: "351" - timeoutSeconds: 989933975 + host: "355" + port: "354" + timeoutSeconds: -39292476 resources: limits: - 1b: "328" + ɋȑoG鄧蜢暳ǽżLj捲: "775" requests: - '}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊': "699" + U: "632" securityContext: allowPrivilegeEscalation: true capabilities: add: - - 鸔ɧWǘ炙 + - 敆OɈÏ 瞍髃#ɣȕW歹s drop: - - 餸硷 + - ɥʋăƻ遲 privileged: true - procMount: ʈʫ羶剹ƊF豎穜 - readOnlyRootFilesystem: true - runAsGroup: 2946116477552625615 - runAsNonRoot: true - runAsUser: 5215323049148402377 + procMount: Ů嫠!@@)Zq=歍þ螗ɃŒGm + readOnlyRootFilesystem: false + runAsGroup: 4820130167691486230 + runAsNonRoot: false + runAsUser: 3805707846751185585 seLinuxOptions: - level: "377" - role: "375" - type: "376" - user: "374" + level: "381" + role: "379" + type: "380" + user: "378" seccompProfile: - localhostProfile: "381" - type: l咑耖p^鏋 + localhostProfile: "385" + type: z鋎 windowsOptions: - gmsaCredentialSpec: "379" - gmsaCredentialSpecName: "378" - runAsUserName: "380" + gmsaCredentialSpec: "383" + gmsaCredentialSpecName: "382" + runAsUserName: "384" startupProbe: exec: command: - - "353" - failureThreshold: -1873425934 + - "356" + failureThreshold: 1307211372 httpGet: - host: "356" + host: "358" httpHeaders: - - name: "357" - value: "358" - path: "354" - port: "355" - scheme: 漤ŗ坟 - initialDelaySeconds: -902839620 - periodSeconds: 1808698094 - successThreshold: 1155232143 + - name: "359" + value: "360" + path: "357" + port: -592521472 + scheme: :/ + initialDelaySeconds: -513325570 + periodSeconds: -1457715462 + successThreshold: 1349815334 tcpSocket: - host: "359" - port: -1617422199 - timeoutSeconds: -2030665763 - targetContainerName: "382" - terminationMessagePath: "373" - terminationMessagePolicy: 殆诵H玲鑠ĭ$#卛8ð仁Q + host: "361" + port: -1101457109 + timeoutSeconds: 1491794693 + targetContainerName: "386" + terminationMessagePath: "377" + terminationMessagePolicy: 耖p^鏋蛹Ƚȿ醏g遧Ȋ飂廤Ƌʙcx赮ǒ tty: true volumeDevices: - - devicePath: "338" - name: "337" + - devicePath: "339" + name: "338" volumeMounts: - - mountPath: "334" - mountPropagation: Ik(dŊiɢzĮ蛋I - name: "333" + - mountPath: "335" + mountPropagation: $嬏 + name: "334" readOnly: true - subPath: "335" - subPathExpr: "336" - workingDir: "317" + subPath: "336" + subPathExpr: "337" + workingDir: "318" hostAliases: - hostnames: - - "469" - ip: "468" + - "473" + ip: "472" + hostIPC: true hostNetwork: true - hostname: "399" + hostPID: true + hostname: "403" imagePullSecrets: - - name: "398" + - name: "402" initContainers: - args: - "178" @@ -567,13 +571,13 @@ spec: configMapKeyRef: key: "192" name: "191" - optional: false + optional: true fieldRef: apiVersion: "187" fieldPath: "188" resourceFieldRef: containerName: "189" - divisor: "573" + divisor: "713" resource: "190" secretKeyRef: key: "194" @@ -582,109 +586,108 @@ spec: envFrom: - configMapRef: name: "183" - optional: false + optional: true prefix: "182" secretRef: name: "184" - optional: false + optional: true image: "176" - imagePullPolicy: 昕Ĭ lifecycle: postStart: exec: command: - - "222" + - "221" httpGet: - host: "225" + host: "224" httpHeaders: - - name: "226" - value: "227" - path: "223" - port: "224" - scheme: '>郵[+扴ȨŮ' + - name: "225" + value: "226" + path: "222" + port: "223" + scheme: 鄠[颐o啛更偢ɇ卷荙JL tcpSocket: - host: "229" - port: "228" + host: "228" + port: "227" preStop: exec: command: - - "230" + - "229" httpGet: - host: "232" + host: "231" httpHeaders: - - name: "233" - value: "234" - path: "231" - port: -743369977 - scheme: '>犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4' + - name: "232" + value: "233" + path: "230" + port: -1506633471 + scheme: 1虊谇j爻ƙt叀碧闳ȩr嚧ʣq tcpSocket: host: "235" - port: -1224991707 + port: "234" livenessProbe: exec: command: - "201" - failureThreshold: -1150474479 + failureThreshold: -93157681 httpGet: host: "203" httpHeaders: - name: "204" value: "205" path: "202" - port: -1196874390 - scheme: S晒嶗UÐ_ƮA攤 - initialDelaySeconds: 1885897314 - periodSeconds: 1054858106 - successThreshold: 232569106 + port: -1285424066 + scheme: ni酛3ƁÀ + initialDelaySeconds: -2036074491 + periodSeconds: 165047920 + successThreshold: -393291312 tcpSocket: - host: "206" - port: -498930176 - timeoutSeconds: -465677631 + host: "207" + port: "206" + timeoutSeconds: -148216266 name: "175" ports: - - containerPort: 377225334 + - containerPort: -1343558801 hostIP: "181" - hostPort: 282592353 + hostPort: 1923334396 name: "180" - protocol: Ƹ[Ęİ榌U髷裎$MVȟ@7 + protocol: '@掇lNdǂ>' readinessProbe: exec: command: - - "207" - failureThreshold: 1752155096 + - "208" + failureThreshold: 267768240 httpGet: - host: "210" + host: "211" httpHeaders: - - name: "211" - value: "212" - path: "208" - port: "209" - scheme: 8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ - initialDelaySeconds: -2717401 - periodSeconds: -1099429189 - successThreshold: 994072122 + - name: "212" + value: "213" + path: "209" + port: "210" + scheme: 3!Zɾģ毋Ó6 + initialDelaySeconds: -228822833 + periodSeconds: -1213051101 + successThreshold: 1451056156 tcpSocket: host: "214" - port: "213" - timeoutSeconds: -1492565335 + port: -832805508 + timeoutSeconds: -970312425 resources: limits: - ǚ灄鸫rʤî萨zvt: "829" + 荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3: "86" requests: - 悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\p: "604" + t莭琽§ć\ ïì: "80" securityContext: - allowPrivilegeEscalation: true + allowPrivilegeEscalation: false capabilities: add: - - 藢xɮĵȑ6L*Z鐫û咡W< + - Ÿ8T 苧yñKJɐ扵 drop: - - lu|榝$î. + - ƚ绤fʀļ腩墺Ò媁荭gw忊|E剒蔞 privileged: false - procMount: 朦 wƯ貾坢'跩 + procMount: Ȩ<6鄰簳°Ļǟi& readOnlyRootFilesystem: true - runAsGroup: 8949541422887578058 + runAsGroup: 2001337664780390084 runAsNonRoot: true - runAsUser: -7565148469525206101 + runAsUser: -6177393256425700216 seLinuxOptions: level: "240" role: "238" @@ -692,7 +695,7 @@ spec: user: "237" seccompProfile: localhostProfile: "244" - type: ŕ翑0展} + type: "" windowsOptions: gmsaCredentialSpec: "242" gmsaCredentialSpecName: "241" @@ -701,93 +704,96 @@ spec: exec: command: - "215" - failureThreshold: 785984384 + failureThreshold: -1801140031 httpGet: - host: "218" + host: "217" httpHeaders: - - name: "219" - value: "220" + - name: "218" + value: "219" path: "216" - port: "217" - scheme: Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ - initialDelaySeconds: -1738069460 - periodSeconds: -805795167 - successThreshold: 1791615594 + port: -1492565335 + scheme: ɷ9Ì崟¿瘦ɖ緕ȚÍ勅跦Opw + initialDelaySeconds: 376404581 + periodSeconds: 2070521391 + successThreshold: -440412584 tcpSocket: - host: "221" - port: -36782737 - timeoutSeconds: -1643733106 - stdinOnce: true + host: "220" + port: -280820676 + timeoutSeconds: -661937776 terminationMessagePath: "236" + terminationMessagePolicy: 屡ʁ + tty: true volumeDevices: - devicePath: "200" name: "199" volumeMounts: - mountPath: "196" - mountPropagation: ƖHV + mountPropagation: 0矀Kʝ瘴I\p[ħsĨɆâĺɗŹ倗S name: "195" readOnly: true subPath: "197" subPathExpr: "198" workingDir: "179" - nodeName: "387" + nodeName: "391" nodeSelector: - "383": "384" + "387": "388" overhead: - k_: "725" - preemptionPolicy: Ʀ[螵沊齣薣鰎đƝ):惝ŵ髿ɔ - priority: -1133320634 - priorityClassName: "470" + D輷: "792" + preemptionPolicy: m珢\%傢z¦Ā竚ĐȌƨǴ叆 + priority: 347613368 + priorityClassName: "474" readinessGates: - - conditionType: į - restartPolicy: ȿ醏g遧 - runtimeClassName: "475" - schedulerName: "465" + - conditionType: ř岈ǎǏ]S5:œƌ嵃ǁ + restartPolicy: ¿əW#ļǹʅŚO虀^背遻堣灭ƴɦ燻踸 + runtimeClassName: "479" + schedulerName: "469" securityContext: - fsGroup: 4489057930380969432 - fsGroupChangePolicy: ='ʨ|ǓÓ敆OɈÏ 瞍髃 - runAsGroup: -759684899479757878 + fsGroup: -9164240834267238973 + fsGroupChangePolicy: "" + runAsGroup: 3355244307027629244 runAsNonRoot: false - runAsUser: -1290365495982891537 + runAsUser: 4290717681745188904 seLinuxOptions: - level: "391" - role: "389" - type: "390" - user: "388" + level: "395" + role: "393" + type: "394" + user: "392" seccompProfile: - localhostProfile: "397" - type: ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn + localhostProfile: "401" + type: d'呪 supplementalGroups: - - 3273247375993523103 + - -7106117411092125093 sysctls: - - name: "395" - value: "396" + - name: "399" + value: "400" windowsOptions: - gmsaCredentialSpec: "393" - gmsaCredentialSpecName: "392" - runAsUserName: "394" - serviceAccount: "386" - serviceAccountName: "385" + gmsaCredentialSpec: "397" + gmsaCredentialSpecName: "396" + runAsUserName: "398" + serviceAccount: "390" + serviceAccountName: "389" setHostnameAsFQDN: false - shareProcessNamespace: false - subdomain: "400" - terminationGracePeriodSeconds: -616777763639482630 + shareProcessNamespace: true + subdomain: "404" + terminationGracePeriodSeconds: -8963807447996144781 tolerations: - - effect: kx-餌勀奷Ŏ - key: "466" - operator: 0yVA嬂刲;牆詒ĸąs - tolerationSeconds: -9038755672632113093 - value: "467" + - effect: U烈 źfjǰɪ嘞ȏ}杻扞Ğ + key: "470" + operator: r}梳攔wŲ魦Ɔ0ƢĮÀĘÆɆȸȢ蒸 + tolerationSeconds: 3252034671163905138 + value: "471" topologySpreadConstraints: - labelSelector: matchExpressions: - - key: B.rTt7bm9I.-..q-F-.__ck - operator: DoesNotExist + - key: zz8-35x38i-qnr-5zi82dc3do--7lw63jvksy--w-i33-dzn6-302m7rx1/7Jl----i_I.-_7g-8iJ--p-7f3-2_Z_V_-q-L34-_D86-W_g52 + operator: NotIn + values: + - h.v._5.vB-.-7-.6Jv-86___3 matchLabels: - 3.hy9---2--e-yya--bj7-l-9aw--2/hs.-_DM__28W-_-.0HfR-_f-5: 019_-gYY._..fP--hQ7be__-.-g-5.-59...7q___n.__16ee.6 - maxSkew: -2046521037 - topologyKey: "476" - whenUnsatisfiable: '"T#sM網m' + n.DL.o_e-d92e8S_-0-_8Vz-E41___75Q-T: O.__0PPX-.-d4Badb + maxSkew: -484382570 + topologyKey: "480" + whenUnsatisfiable: nn坾&Pɫ(ʙÆʨɺC` volumes: - awsElasticBlockStore: fsType: "47" @@ -850,7 +856,6 @@ spec: medium: Xŋ朘瑥A徙ɶɊł/擇ɦĽ胚O醔ɍ厶耈 sizeLimit: "473" ephemeral: - readOnly: true volumeClaimTemplate: metadata: annotations: @@ -1043,17 +1048,17 @@ spec: storagePolicyName: "103" volumePath: "101" status: - availableReplicas: 1084489079 - collisionCount: -836297709 + availableReplicas: -1624946983 + collisionCount: 165914268 conditions: - - lastTransitionTime: "2921-01-30T02:07:21Z" - lastUpdateTime: "2310-01-11T15:23:07Z" - message: "484" - reason: "483" - status: n坾&Pɫ(ʙÆ - type: 傢z¦Ā竚ĐȌƨǴ叆ĄD輷東t½ - observedGeneration: -2252894353040736578 - readyReplicas: 1371521704 - replicas: -274917863 - unavailableReplicas: -730503981 - updatedReplicas: -944451668 + - lastTransitionTime: "2398-05-12T06:43:28Z" + lastUpdateTime: "2322-02-12T18:39:07Z" + message: "488" + reason: "487" + status: ȇ>尪璎妽4LM桵Ţ宧ʜ + type: mv看ƜZ + observedGeneration: -1635909846206320942 + readyReplicas: -859094691 + replicas: -253906853 + unavailableReplicas: -779806398 + updatedReplicas: -602665165 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 e91b2deb87b..5c79762af5a 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 @@ -441,8 +441,7 @@ "name": "174" } } - }, - "readOnly": true + } } } ], @@ -460,9 +459,9 @@ "ports": [ { "name": "180", - "hostPort": 747521320, - "containerPort": 859639931, - "protocol": "p儼Ƿ裚瓶釆Ɗ+j忊Ŗȫ焗捏ĨF", + "hostPort": 424236719, + "containerPort": -2031266553, + "protocol": "呝TG;邪", "hostIP": "181" } ], @@ -491,7 +490,7 @@ "resourceFieldRef": { "containerName": "189", "resource": "190", - "divisor": "663" + "divisor": "486" }, "configMapKeyRef": { "name": "191", @@ -501,25 +500,26 @@ "secretKeyRef": { "name": "193", "key": "194", - "optional": false + "optional": true } } } ], "resources": { "limits": { - "ſ盷": "532" + "罁胾^拜Ȍzɟ踡肒Ao/樝fw[Řż丩": "47" }, "requests": { - "[Řż丩": "47" + "榜VƋZ1": "932" } }, "volumeMounts": [ { "name": "195", + "readOnly": true, "mountPath": "196", "subPath": "197", - "mountPropagation": "VƋZ1Ůđ眊ľǎɳ,ǿ飏", + "mountPropagation": "瀑Ź9ǕLLȊɞ-uƻ悖ȩ0Ƹ[Ę", "subPathExpr": "198" } ], @@ -537,9 +537,9 @@ }, "httpGet": { "path": "202", - "port": 1214895765, + "port": 2035347577, "host": "203", - "scheme": "悖ȩ0Ƹ[Ęİ榌U", + "scheme": "姣\u003e懔%熷谟þ蛯ɰ荶ljʁ揆ɘȌ脾", "httpHeaders": [ { "name": "204", @@ -548,14 +548,14 @@ ] }, "tcpSocket": { - "port": -187060941, + "port": -1498229293, "host": "206" }, - "initialDelaySeconds": -442393168, - "timeoutSeconds": -307373517, - "periodSeconds": 1109079597, - "successThreshold": -646728130, - "failureThreshold": 1684643131 + "initialDelaySeconds": -1155992025, + "timeoutSeconds": -194343002, + "periodSeconds": -850069363, + "successThreshold": 918929368, + "failureThreshold": 1016277253 }, "readinessProbe": { "exec": { @@ -567,7 +567,7 @@ "path": "208", "port": "209", "host": "210", - "scheme": "荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3", + "scheme": "莭琽§ć\\ ïì«丯Ƙ枛牐ɺ", "httpHeaders": [ { "name": "211", @@ -576,26 +576,26 @@ ] }, "tcpSocket": { - "port": "213", - "host": "214" + "port": 1281792166, + "host": "213" }, - "initialDelaySeconds": 238949508, - "timeoutSeconds": -1389418722, - "periodSeconds": 851018015, - "successThreshold": 596942561, - "failureThreshold": -1880980172 + "initialDelaySeconds": -1934111455, + "timeoutSeconds": 766864314, + "periodSeconds": 1146016612, + "successThreshold": 1495880465, + "failureThreshold": -1032967081 }, "startupProbe": { "exec": { "command": [ - "215" + "214" ] }, "httpGet": { - "path": "216", - "port": 10098903, + "path": "215", + "port": "216", "host": "217", - "scheme": "«丯Ƙ枛牐ɺ皚", + "scheme": "ĺɗŹ倗S晒嶗UÐ_ƮA攤", "httpHeaders": [ { "name": "218", @@ -604,14 +604,14 @@ ] }, "tcpSocket": { - "port": -1934111455, + "port": -498930176, "host": "220" }, - "initialDelaySeconds": 766864314, - "timeoutSeconds": 1146016612, - "periodSeconds": 1495880465, - "successThreshold": -1032967081, - "failureThreshold": 59664438 + "initialDelaySeconds": 1885897314, + "timeoutSeconds": -465677631, + "periodSeconds": 1054858106, + "successThreshold": 232569106, + "failureThreshold": -1150474479 }, "lifecycle": { "postStart": { @@ -624,7 +624,7 @@ "path": "222", "port": "223", "host": "224", - "scheme": "'", + "scheme": "s3!Zɾģ毋", "httpHeaders": [ { "name": "225", @@ -633,7 +633,7 @@ ] }, "tcpSocket": { - "port": -801430937, + "port": 391562775, "host": "227" } }, @@ -645,454 +645,428 @@ }, "httpGet": { "path": "229", - "port": 1810980158, - "host": "230", - "scheme": "_ƮA攤/ɸɎ R§耶FfBl", + "port": "230", + "host": "231", + "scheme": "ȶ网棊ʢ=wǕɳɷ9Ì", "httpHeaders": [ { - "name": "231", - "value": "232" + "name": "232", + "value": "233" } ] }, "tcpSocket": { - "port": 1074486306, - "host": "233" + "port": -1364571630, + "host": "234" } } }, - "terminationMessagePath": "234", - "terminationMessagePolicy": "Zɾģ毋Ó6dz娝嘚庎D}埽uʎ", - "imagePullPolicy": "Ǖɳɷ9Ì崟¿瘦ɖ緕", + "terminationMessagePath": "235", + "terminationMessagePolicy": "ɖ緕ȚÍ勅跦Opwǩ", + "imagePullPolicy": "輓Ɔȓ蹣ɐǛv+8", "securityContext": { "capabilities": { "add": [ - "勅跦Opwǩ曬逴褜1Ø" + "军g\u003e郵[+扴ȨŮ+朷Ǝ膯lj" ], "drop": [ - "ȠƬQg鄠[颐o啛更偢ɇ卷荙JLĹ]" + "" ] }, - "privileged": true, + "privileged": false, "seLinuxOptions": { - "user": "235", - "role": "236", - "type": "237", - "level": "238" + "user": "236", + "role": "237", + "type": "238", + "level": "239" }, "windowsOptions": { - "gmsaCredentialSpecName": "239", - "gmsaCredentialSpec": "240", - "runAsUserName": "241" + "gmsaCredentialSpecName": "240", + "gmsaCredentialSpec": "241", + "runAsUserName": "242" }, - "runAsUser": -6470941481344047265, - "runAsGroup": 1373384864388370080, + "runAsUser": -5821728037462880994, + "runAsGroup": 4468469649483616089, "runAsNonRoot": false, "readOnlyRootFilesystem": true, - "allowPrivilegeEscalation": true, - "procMount": "W:ĸ輦唊#v", + "allowPrivilegeEscalation": false, + "procMount": "碧闳ȩr", "seccompProfile": { - "type": "ʩȂ4ē鐭#", - "localhostProfile": "242" + "type": "", + "localhostProfile": "243" } }, - "stdinOnce": true + "stdinOnce": true, + "tty": true } ], "containers": [ { - "name": "243", - "image": "244", + "name": "244", + "image": "245", "command": [ - "245" - ], - "args": [ "246" ], - "workingDir": "247", + "args": [ + "247" + ], + "workingDir": "248", "ports": [ { - "name": "248", - "hostPort": -179937987, - "containerPort": -1911544792, - "protocol": "苧yñKJɐ扵Gƚ绤fʀļ腩", - "hostIP": "249" + "name": "249", + "hostPort": -888240870, + "containerPort": 508868877, + "protocol": "岼昕ĬÇó藢xɮĵȑ6L*Z", + "hostIP": "250" } ], "envFrom": [ { - "prefix": "250", + "prefix": "251", "configMapRef": { - "name": "251", + "name": "252", "optional": false }, "secretRef": { - "name": "252", + "name": "253", "optional": false } } ], "env": [ { - "name": "253", - "value": "254", + "name": "254", + "value": "255", "valueFrom": { "fieldRef": { - "apiVersion": "255", - "fieldPath": "256" + "apiVersion": "256", + "fieldPath": "257" }, "resourceFieldRef": { - "containerName": "257", - "resource": "258", - "divisor": "189" + "containerName": "258", + "resource": "259", + "divisor": "774" }, "configMapKeyRef": { - "name": "259", - "key": "260", + "name": "260", + "key": "261", "optional": false }, "secretKeyRef": { - "name": "261", - "key": "262", - "optional": true + "name": "262", + "key": "263", + "optional": false } } } ], "resources": { "limits": { - "蔞|表徶đ寳议Ƭƶ氩Ȩ\u003c6": "446" + "$î.Ȏ蝪ʜ5遰=E埄Ȁ朦 wƯ": "393" }, "requests": { - "ŕ翑0展}": "910" + "\u003c6": "446" } }, "volumeMounts": [ { - "name": "263", - "mountPath": "264", - "subPath": "265", - "mountPropagation": "碔", - "subPathExpr": "266" + "name": "264", + "readOnly": true, + "mountPath": "265", + "subPath": "266", + "mountPropagation": "翑0展}硐庰%皧V垾", + "subPathExpr": "267" } ], "volumeDevices": [ { - "name": "267", - "devicePath": "268" + "name": "268", + "devicePath": "269" } ], "livenessProbe": { "exec": { "command": [ - "269" + "270" ] }, "httpGet": { - "path": "270", - "port": -260262954, - "host": "271", - "scheme": "ŵ橨鬶l獕;跣H", + "path": "271", + "port": "272", + "host": "273", + "scheme": "E¦", "httpHeaders": [ { - "name": "272", - "value": "273" + "name": "274", + "value": "275" } ] }, "tcpSocket": { - "port": -1164530482, - "host": "274" + "port": "276", + "host": "277" }, - "initialDelaySeconds": 1877574041, - "timeoutSeconds": 1430286749, - "periodSeconds": -374766088, - "successThreshold": -736151561, - "failureThreshold": -1515369804 + "initialDelaySeconds": 1868887309, + "timeoutSeconds": -528664199, + "periodSeconds": -316996074, + "successThreshold": 1933968533, + "failureThreshold": 549215478 }, "readinessProbe": { "exec": { "command": [ - "275" + "278" ] }, "httpGet": { - "path": "276", - "port": 1909548849, - "host": "277", - "scheme": "4Ǒ輂,ŕĪ", + "path": "279", + "port": -374766088, + "host": "280", + "scheme": "翜舞拉Œ", "httpHeaders": [ { - "name": "278", - "value": "279" + "name": "281", + "value": "282" } ] }, "tcpSocket": { - "port": 567263590, - "host": "280" + "port": "283", + "host": "284" }, - "initialDelaySeconds": 887319241, - "timeoutSeconds": 1559618829, - "periodSeconds": 1156888068, - "successThreshold": -1296077882, - "failureThreshold": 937646333 + "initialDelaySeconds": -190183379, + "timeoutSeconds": -940334911, + "periodSeconds": -341287812, + "successThreshold": 2030115750, + "failureThreshold": 1847163341 }, "startupProbe": { "exec": { "command": [ - "281" + "285" ] }, "httpGet": { - "path": "282", - "port": 1328165061, - "host": "283", - "scheme": "¸gĩ", + "path": "286", + "port": 567263590, + "host": "287", + "scheme": "KŅ/", "httpHeaders": [ { - "name": "284", - "value": "285" + "name": "288", + "value": "289" } ] }, "tcpSocket": { - "port": 1186392166, - "host": "286" + "port": "290", + "host": "291" }, - "initialDelaySeconds": 725793326, - "timeoutSeconds": 217380320, - "periodSeconds": -239231628, - "successThreshold": 1143791964, - "failureThreshold": -1129035468 + "initialDelaySeconds": -1894250541, + "timeoutSeconds": 1962818731, + "periodSeconds": 1315054653, + "successThreshold": 711020087, + "failureThreshold": 1103049140 }, "lifecycle": { "postStart": { "exec": { "command": [ - "287" + "292" ] }, "httpGet": { - "path": "288", - "port": 972193458, - "host": "289", - "scheme": "ƺ蛜6Ɖ飴ɎiǨź", + "path": "293", + "port": -2128108224, + "host": "294", + "scheme": "δ摖", "httpHeaders": [ { - "name": "290", - "value": "291" + "name": "295", + "value": "296" } ] }, "tcpSocket": { - "port": -1453143878, - "host": "292" + "port": "297", + "host": "298" } }, "preStop": { "exec": { "command": [ - "293" + "299" ] }, "httpGet": { - "path": "294", - "port": "295", - "host": "296", - "scheme": "ɥ嵐sC8?Ǻ鱎ƙ;Nŕ璻", + "path": "300", + "port": "301", + "host": "302", "httpHeaders": [ { - "name": "297", - "value": "298" + "name": "303", + "value": "304" } ] }, "tcpSocket": { - "port": "299", - "host": "300" + "port": "305", + "host": "306" } } }, - "terminationMessagePath": "301", - "terminationMessagePolicy": "h亏yƕ丆録²Ŏ)/灩聋3趐囨鏻砅邻", - "imagePullPolicy": "騎C\"6x$1sȣ±p鋄", + "terminationMessagePath": "307", + "terminationMessagePolicy": "ƺ蛜6Ɖ飴ɎiǨź", + "imagePullPolicy": "囌{屿oiɥ嵐sC", "securityContext": { "capabilities": { "add": [ - "ȹ均i绝5哇芆斩ìh4Ɋ" + "Ǻ鱎ƙ;Nŕ" ], "drop": [ - "Ȗ|ʐşƧ諔迮ƙIJ嘢4" + "Jih亏yƕ丆録²" ] }, "privileged": false, "seLinuxOptions": { - "user": "302", - "role": "303", - "type": "304", - "level": "305" + "user": "308", + "role": "309", + "type": "310", + "level": "311" }, "windowsOptions": { - "gmsaCredentialSpecName": "306", - "gmsaCredentialSpec": "307", - "runAsUserName": "308" + "gmsaCredentialSpecName": "312", + "gmsaCredentialSpec": "313", + "runAsUserName": "314" }, - "runAsUser": 4288903380102217677, - "runAsGroup": 6618112330449141397, - "runAsNonRoot": false, - "readOnlyRootFilesystem": false, - "allowPrivilegeEscalation": false, - "procMount": "ďW賁Ěɭɪǹ0衷,ƷƣMț譎懚XW", + "runAsUser": -607313695104609402, + "runAsGroup": 2179199799235189619, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "砅邻爥蹔ŧOǨ繫ʎǑyZ涬P­", "seccompProfile": { - "type": "鑳w妕眵笭/9崍h趭", - "localhostProfile": "309" + "type": "ɔ幩še", + "localhostProfile": "315" } }, - "stdin": true + "stdin": true, + "stdinOnce": true, + "tty": true } ], "ephemeralContainers": [ { - "name": "310", - "image": "311", + "name": "316", + "image": "317", "command": [ - "312" + "318" ], "args": [ - "313" + "319" ], - "workingDir": "314", + "workingDir": "320", "ports": [ { - "name": "315", - "hostPort": -748525373, - "containerPort": 805162379, - "protocol": "ǵ xǨŴ壶ƵfȽÃ", - "hostIP": "316" + "name": "321", + "hostPort": -2113700533, + "containerPort": -2130294761, + "protocol": "pɵ{", + "hostIP": "322" } ], "envFrom": [ { - "prefix": "317", + "prefix": "323", "configMapRef": { - "name": "318", - "optional": false + "name": "324", + "optional": true }, "secretRef": { - "name": "319", - "optional": true + "name": "325", + "optional": false } } ], "env": [ { - "name": "320", - "value": "321", + "name": "326", + "value": "327", "valueFrom": { "fieldRef": { - "apiVersion": "322", - "fieldPath": "323" + "apiVersion": "328", + "fieldPath": "329" }, "resourceFieldRef": { - "containerName": "324", - "resource": "325", - "divisor": "854" + "containerName": "330", + "resource": "331", + "divisor": "878" }, "configMapKeyRef": { - "name": "326", - "key": "327", + "name": "332", + "key": "333", "optional": true }, "secretKeyRef": { - "name": "328", - "key": "329", - "optional": true + "name": "334", + "key": "335", + "optional": false } } } ], "resources": { "limits": { - "ğ Ņ#耗Ǚ(": "24" + "銆jʒǚ鍰\\縑": "992" }, "requests": { - "瘍Nʊ輔3璾ėȜv1b繐汚": "243" + "鞤ɱďW賁Ěɭɪǹ0衷,Ʒƣ": "400" } }, "volumeMounts": [ { - "name": "330", - "readOnly": true, - "mountPath": "331", - "subPath": "332", - "mountPropagation": "Ü[ƛ^輅9ɛ棕ƈ眽炊礫Ƽ", - "subPathExpr": "333" + "name": "336", + "mountPath": "337", + "subPath": "338", + "mountPropagation": "(fǂǢ曣ŋayå", + "subPathExpr": "339" } ], "volumeDevices": [ { - "name": "334", - "devicePath": "335" + "name": "340", + "devicePath": "341" } ], "livenessProbe": { "exec": { "command": [ - "336" + "342" ] }, "httpGet": { - "path": "337", - "port": "338", - "host": "339", - "scheme": "dŊiɢ", + "path": "343", + "port": 1616390418, + "host": "344", + "scheme": "趭(娕uE增猍ǵ x", "httpHeaders": [ { - "name": "340", - "value": "341" + "name": "345", + "value": "346" } ] }, "tcpSocket": { - "port": -370404018, - "host": "342" - }, - "initialDelaySeconds": -1844150067, - "timeoutSeconds": 414056303, - "periodSeconds": -1143639551, - "successThreshold": 571693619, - "failureThreshold": 1643238856 - }, - "readinessProbe": { - "exec": { - "command": [ - "343" - ] - }, - "httpGet": { - "path": "344", - "port": 677650619, - "host": "345", - "scheme": "怖ý萜Ǖc8ǣƘƵŧ1ƟƓ宆!鍲ɋȑ", - "httpHeaders": [ - { - "name": "346", - "value": "347" - } - ] - }, - "tcpSocket": { - "port": -843639240, + "port": "347", "host": "348" }, - "initialDelaySeconds": 1573261475, - "timeoutSeconds": -1211577347, - "periodSeconds": 1529027685, - "successThreshold": -1612005385, - "failureThreshold": -1706593993 + "initialDelaySeconds": -1320027474, + "timeoutSeconds": -1750169306, + "periodSeconds": 2112112129, + "successThreshold": 528603974, + "failureThreshold": -342387625 }, - "startupProbe": { + "readinessProbe": { "exec": { "command": [ "349" @@ -1102,7 +1076,7 @@ "path": "350", "port": "351", "host": "352", - "scheme": "U", + "scheme": "/Ȁĵ鴁ĩȲǸ|蕎'佉賞ǧ", "httpHeaders": [ { "name": "353", @@ -1111,151 +1085,183 @@ ] }, "tcpSocket": { - "port": 758604605, - "host": "355" + "port": "355", + "host": "356" }, - "initialDelaySeconds": -291429895, - "timeoutSeconds": -478839383, - "periodSeconds": 989933975, - "successThreshold": 140830733, - "failureThreshold": -708495486 + "initialDelaySeconds": 2036955392, + "timeoutSeconds": 626243488, + "periodSeconds": -1920304485, + "successThreshold": -1842062977, + "failureThreshold": 1424401373 + }, + "startupProbe": { + "exec": { + "command": [ + "357" + ] + }, + "httpGet": { + "path": "358", + "port": "359", + "host": "360", + "scheme": "æ盪泙若`l}Ñ蠂Ü", + "httpHeaders": [ + { + "name": "361", + "value": "362" + } + ] + }, + "tcpSocket": { + "port": 1388874570, + "host": "363" + }, + "initialDelaySeconds": 1618861163, + "timeoutSeconds": 413903479, + "periodSeconds": 1708236944, + "successThreshold": -1192140557, + "failureThreshold": 1961354355 }, "lifecycle": { "postStart": { "exec": { "command": [ - "356" + "364" ] }, "httpGet": { - "path": "357", - "port": "358", - "host": "359", - "scheme": "臜裡×銵-紑浘", + "path": "365", + "port": -1347045470, + "host": "366", + "scheme": "¨Ix糂腂ǂǚŜEuEy", "httpHeaders": [ { - "name": "360", - "value": "361" + "name": "367", + "value": "368" } ] }, "tcpSocket": { - "port": -1095116290, - "host": "362" + "port": -1945921250, + "host": "369" } }, "preStop": { "exec": { "command": [ - "363" + "370" ] }, "httpGet": { - "path": "364", - "port": -1431381588, - "host": "365", - "scheme": "JŵǤ", + "path": "371", + "port": 1605974497, + "host": "372", + "scheme": "m坊柩劄奼[ƕƑĝ", "httpHeaders": [ { - "name": "366", - "value": "367" + "name": "373", + "value": "374" } ] }, "tcpSocket": { - "port": "368", - "host": "369" + "port": 293042649, + "host": "375" } } }, - "terminationMessagePath": "370", - "terminationMessagePolicy": "鉂WJ1抉泅ą\u0026疀ȼN翾ȾD虓氙磂t", - "imagePullPolicy": ":/", + "terminationMessagePath": "376", + "terminationMessagePolicy": "ǔvÄÚ×p鬷m罂o3ǰ廋i乳'", + "imagePullPolicy": "xƂ9阠", "securityContext": { "capabilities": { "add": [ - "诵H玲鑠ĭ$#卛8ð" + "wy¶熀ďJZ漤ŗ坟Ů\u003cy鯶縆ł" ], "drop": [ - "Q橱9ij\\Ď愝Ű藛b" + "[澔槃JŵǤ桒" ] }, - "privileged": false, + "privileged": true, "seLinuxOptions": { - "user": "371", - "role": "372", - "type": "373", - "level": "374" + "user": "377", + "role": "378", + "type": "379", + "level": "380" }, "windowsOptions": { - "gmsaCredentialSpecName": "375", - "gmsaCredentialSpec": "376", - "runAsUserName": "377" + "gmsaCredentialSpecName": "381", + "gmsaCredentialSpec": "382", + "runAsUserName": "383" }, - "runAsUser": 5574781452707956333, - "runAsGroup": 8850141386971124227, - "runAsNonRoot": false, - "readOnlyRootFilesystem": true, + "runAsUser": -122212946149411097, + "runAsGroup": -6534543348401656067, + "runAsNonRoot": true, + "readOnlyRootFilesystem": false, "allowPrivilegeEscalation": false, - "procMount": "忀oɎƺL肄$鬬", + "procMount": "", "seccompProfile": { - "type": "矐_", - "localhostProfile": "378" + "type": "ȼN翾ȾD虓氙磂tńČȷǻ.wȏâ磠", + "localhostProfile": "384" } }, - "tty": true, - "targetContainerName": "379" + "stdinOnce": true, + "targetContainerName": "385" } ], - "restartPolicy": "嵞嬯t{Eɾ敹Ȯ-湷D谹", - "terminationGracePeriodSeconds": -2985049970189992560, - "activeDeadlineSeconds": 4369716065827112267, + "restartPolicy": "S", + "terminationGracePeriodSeconds": 2296052591495331583, + "activeDeadlineSeconds": 4885169856784949611, + "dnsPolicy": "Q橱9ij\\Ď愝Ű藛b", "nodeSelector": { - "380": "381" + "386": "387" }, - "serviceAccountName": "382", - "serviceAccount": "383", + "serviceAccountName": "388", + "serviceAccount": "389", "automountServiceAccountToken": true, - "nodeName": "384", + "nodeName": "390", + "hostNetwork": true, + "hostPID": true, + "hostIPC": true, "shareProcessNamespace": false, "securityContext": { "seLinuxOptions": { - "user": "385", - "role": "386", - "type": "387", - "level": "388" + "user": "391", + "role": "392", + "type": "393", + "level": "394" }, "windowsOptions": { - "gmsaCredentialSpecName": "389", - "gmsaCredentialSpec": "390", - "runAsUserName": "391" + "gmsaCredentialSpecName": "395", + "gmsaCredentialSpec": "396", + "runAsUserName": "397" }, - "runAsUser": 1322232608671575212, - "runAsGroup": -3565639689247870986, - "runAsNonRoot": false, + "runAsUser": 711750319800111437, + "runAsGroup": -6445633177475289195, + "runAsNonRoot": true, "supplementalGroups": [ - -7888525810745339742 + -7316357525352987834 ], - "fsGroup": -3029419263270634763, + "fsGroup": 7306468936162090894, "sysctls": [ { - "name": "392", - "value": "393" + "name": "398", + "value": "399" } ], - "fsGroupChangePolicy": "?jĎĭ¥#ƱÁR»淹揀.", + "fsGroupChangePolicy": "肄$鬬", "seccompProfile": { - "type": "鍃G昧牱", - "localhostProfile": "394" + "type": "矐_", + "localhostProfile": "400" } }, "imagePullSecrets": [ { - "name": "395" + "name": "401" } ], - "hostname": "396", - "subdomain": "397", + "hostname": "402", + "subdomain": "403", "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { @@ -1263,19 +1269,19 @@ { "matchExpressions": [ { - "key": "398", - "operator": "", + "key": "404", + "operator": "豎穜姰l咑耖p^鏋蛹Ƚȿ醏g遧Ȋ飂廤Ƌ", "values": [ - "399" + "405" ] } ], "matchFields": [ { - "key": "400", - "operator": "kƒK07曳wœj堑ūM鈱ɖ'蠨磼", + "key": "406", + "operator": "柯?B俋¬h`職铳s44矕Ƈ", "values": [ - "401" + "407" ] } ] @@ -1284,23 +1290,23 @@ }, "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1724658051, + "weight": 1805682547, "preference": { "matchExpressions": [ { - "key": "402", - "operator": "盌3+Œ", + "key": "408", + "operator": "='ʨ|ǓÓ敆OɈÏ 瞍髃", "values": [ - "403" + "409" ] } ], "matchFields": [ { - "key": "404", - "operator": ")Zq=歍þ", + "key": "410", + "operator": "ƒK07曳w", "values": [ - "405" + "411" ] } ] @@ -1313,27 +1319,27 @@ { "labelSelector": { "matchLabels": { - "a-z_-..6W.VKs": "1" + "0--1----v8-4--558n1asz-r886-1--s/t": "r.E__-.8_e_l2.._8s--7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5" }, "matchExpressions": [ { - "key": "KA-._d._.Um.-__0", + "key": "67F3p2_-_AmD-.0P", "operator": "DoesNotExist" } ] }, "namespaces": [ - "412" + "418" ], - "topologyKey": "413", + "topologyKey": "419", "namespaceSelector": { "matchLabels": { - "p_._.-miJ4s": "0_5-_.7F3p2_-_AmD-.0AP.-.C_--.F5_x.KNC0-.-m_0-m-6Sp_N-1" + "6--3QC1--L--v_Z--Zg-_4Q__-v_t_u_.__I_-_-w": "d-5X1rh-K5y_AzOBW.9oE9_6.--v1r" }, "matchExpressions": [ { - "key": "1rhm-5y--z-0/6-1.S-B3_.b17ca-_p-y.eQ9", - "operator": "DoesNotExist" + "key": "93z-w5----7-z-63-z---5r-v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-354/K._6..tf-_u-3-_n0..KpiS.oK-.O--5-yp8q_s-1__gwj", + "operator": "Exists" } ] } @@ -1341,34 +1347,31 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -1731963575, + "weight": -450654683, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "v---064eqk5--f4e4--r1k278l-d-8o1-x-1wl----f33/Z": "jz_659GE.l_.23--_6l.-5_BZk5v3aUK_--_o_2.-4" + "G_2kCpS__.39g_.--_-_ve5.m_2_--XZ-x._0": "M2-n_5023Xl-3Pw_-r75--_-A-o-__y__._12..wrbW_E..24-O._.v._9c" }, "matchExpressions": [ { - "key": "wq--m--2k-p---139g-2wt-g-ve55m-2-dm--ux3--0--2pn-5023-lt3-w-b7/C...8-_0__5HG2_5XOAX.gUq2", - "operator": "Exists" + "key": "3hjo--8kb6--ut---p8--3-e-3-44-e.w--i--40wv--in-870w--it6k47-7yd-y--3wc8q8/Jm...Cr", + "operator": "DoesNotExist" } ] }, "namespaces": [ - "426" + "432" ], - "topologyKey": "427", + "topologyKey": "433", "namespaceSelector": { "matchLabels": { - "3hjo--8kb6--ut---p8--3-e-3-44-e.w--i--40wv--in-870w--it6k47-7yd-y--3wc8q8/wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...Cr": "5-.emV__1-wv3UDf.-4D-r.-F__r.oh..2_uGGP..-_N_h4" + "8---h-1.l-h--q0h-t2n4s-6-k5-7-a0w-ke5p-33lt-9--2-k-27-4r4-d-9a46/FL-__bf_9_-C-PfNx__-U_.Pn-W2h": "ht-E6___-X__H.-39-A_-_l67Q.-t" }, "matchExpressions": [ { - "key": "L4K..-68-7AlR__8-7_-YD-Q9_-__..YNFu7Pg-.814e-_07-ht-EP", - "operator": "In", - "values": [ - "7-.-_I-F.Pt" - ] + "key": "C-_20", + "operator": "Exists" } ] } @@ -1381,30 +1384,30 @@ { "labelSelector": { "matchLabels": { - "aP41_.-.-AQ._r.-_Rw1k8KLu..ly--J-_.ZCRT.0z-oe.G79.3bU_._nV345": "y-u.._.105-4_ed-0-i_zZsY_o8t5Vl6_..7CY-_dP" + "fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o5": "TB-d-Q" }, "matchExpressions": [ { - "key": "O-0o.0C_gV.9_G-.-z1Y_HEb.9x98MM7-.e.Dx._.W-6..4_MU7iLfS-0.o", - "operator": "Exists" + "key": "4b699/B9n.2", + "operator": "In", + "values": [ + "MM7-.e.x" + ] } ] }, "namespaces": [ - "440" + "446" ], - "topologyKey": "441", + "topologyKey": "447", "namespaceSelector": { "matchLabels": { - "bid-7x0u738--7w-tdt-u-0----p6l-3-znd-8b-dg--1035ad1od/Nn_U-...1P_.8": "8_2v89U--8.3N_.n1.--.._-x4" + "B_05._Lsu-H_.f82-8_.UdWNn_U-...1P_.D8_t..-Ww2q.zK-p-...Z-O.-j": "Vv.-_.4dwFbuvEf55Y2k.F-F..3m6.._2v89U--8.3N_.1" }, "matchExpressions": [ { - "key": "7-ufi-7/3uM77U7._pT-___-_5-6h_Ky7-_0Vw-Nzfdw.3-._CJ4a1._-_CH--C", - "operator": "NotIn", - "values": [ - "0--_qv4--_.6_N_9X-B.s8.B" - ] + "key": "8u2-__3uM77U7._pT-___-_5-6h_Ky7-_0Vw-Nzfdw.3-._J", + "operator": "DoesNotExist" } ] } @@ -1412,34 +1415,34 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -1832836223, + "weight": 1131487788, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "BQ.9-_.m7-Q____vSW_4-__h": "w-ux_E4-.-PT-_Nx__-F_._n.WaY_o.-0-yj" + "2fk3x-j9133e--2-t--k-fmt4272r--49u-0m7u-----v8.0--063-qm-j-3wc89k-0-57z4063---kb/v_5_D7RufiV-7u0--_qv4-D": "Y_o.-0-yE-R5W5_2n...78aou_j-3.J-.-r_-oPd-.2_Z__.-_U-.6p" }, "matchExpressions": [ { - "key": "dy-4-03ls-86-u2i7-6-q-----f-b-3-----73.6b---nhc50-de2qh2-b-6s/J-.-r_-oPd-.2_Z__.-_U-.60--o._8H__ln_9-A", - "operator": "Exists" + "key": "h-i-60a---9--n8i64t1-4----c-----35---1--6-u-68u8w.3-6b77-f8--tf---7r88-1--p61cd--6/e-Avi.gZdnUVP._81_---l_3_-_G-D....js--a---..6bD_M--c.0Q--2qh.b", + "operator": "NotIn", + "values": [ + "u.7.._B-ks7dG-9S-O62o.8._.---UK_-.j21---__y.9O.L-m" + ] } ] }, "namespaces": [ - "454" + "460" ], - "topologyKey": "455", + "topologyKey": "461", "namespaceSelector": { "matchLabels": { - "8.7-72qz.W.d.._1-3968": "G__B.3R6-.7Bf8GA--__A7r.8U.V_p61-dO" + "7u-h---dY7_M_-._M5..-N_H_55..--E3_2D-1DW__o_-._kzB7U_.Q.45cy5": "Y-__-Zvt.LT60v.WxPc--K" }, "matchExpressions": [ { - "key": "006j--tu-0t-8-937uqhtjrd-7---u6--522p----5506rh-3-2-h10.ale-to9e--a-7j9/lks7dG-9S-O62o.8._.---UK_-.j21---W", - "operator": "NotIn", - "values": [ - "z87_2---2.E.p9-.-3.__a.bl_--..-A" - ] + "key": "wr3qtm-8vuo17qre-33-5-u8f0f1qv--i72-x3---v25f1.2-84s-n-i-711s4--9s8--o-8dm---b----03-64-8l7-l-0787--18/iguFGT._.Y4-0.67hP-lX-_-..5-.._r6T", + "operator": "DoesNotExist" } ] } @@ -1448,64 +1451,67 @@ ] } }, - "schedulerName": "462", + "schedulerName": "468", "tolerations": [ { - "key": "463", - "operator": "Ü", - "value": "464", - "effect": "貛香\"砻B鷋RȽXv*!ɝ茀Ǩ", - "tolerationSeconds": 8594241010639209901 + "key": "469", + "operator": "E色kx-餌勀奷ŎC菡ƴ勋;*靯įƊ", + "value": "470", + "effect": "ŕ蘴濼DZj鎒ũW|ȶdžH0ƾ瘿¸", + "tolerationSeconds": -3147305732428645642 } ], "hostAliases": [ { - "ip": "465", + "ip": "471", "hostnames": [ - "466" + "472" ] } ], - "priorityClassName": "467", - "priority": 878153992, + "priorityClassName": "473", + "priority": -1756088332, "dnsConfig": { "nameservers": [ - "468" + "474" ], "searches": [ - "469" + "475" ], "options": [ { - "name": "470", - "value": "471" + "name": "476", + "value": "477" } ] }, "readinessGates": [ { - "conditionType": "=ȑ-A敲ʉ" + "conditionType": "#sM網" } ], - "runtimeClassName": "472", - "enableServiceLinks": false, - "preemptionPolicy": "梊蝴.Ĉ马āƭw鰕ǰ\"șa", + "runtimeClassName": "478", + "enableServiceLinks": true, + "preemptionPolicy": "ûŠl倳ţü¿Sʟ鍡", "overhead": { - "\u003cƋlɋN磋镮ȺPÈɥ偁髕ģƗ": "283" + "炳薝鴠:X才à脡ǯ?b砸ƻ舁Ȁ贠ȇö匉": "452" }, "topologySpreadConstraints": [ { - "maxSkew": -702578810, - "topologyKey": "473", - "whenUnsatisfiable": "Ž氮怉ƥ;\"薑Ȣ#闬輙怀¹bCũw", + "maxSkew": -447559705, + "topologyKey": "479", + "whenUnsatisfiable": "TaI楅©Ǫ壿/š^劶äɲ泒", "labelSelector": { "matchLabels": { - "N-_.F": "09z2" + "47--9k-e4ora9.t7bm9-4m04qn-n7--c3k7--fei-br7310gl-xwm5-85a/r8-L__C_60-__.19_-gYY._..fP--hQ7be__-.-g-5.-59...7q___nT": "u0-.6---Q.__y64L.0-.c-tm..__---r__._-.DL.o_e-d92e8S_-0D" }, "matchExpressions": [ { - "key": "z-g--v8-c58kh44k-b13--2.7a-h0-4d-z-23---49tw-a/G5-_-_Llmft6.5H905IBI-._g_0", - "operator": "DoesNotExist" + "key": "KTlO.__0PX", + "operator": "In", + "values": [ + "V6K_.3_583-6.f-.9-.V..Q-K_6_3" + ] } ] } @@ -1516,18 +1522,18 @@ } }, "status": { - "replicas": 432535745, - "fullyLabeledReplicas": 2073220944, - "readyReplicas": -141868138, - "availableReplicas": -1324418171, - "observedGeneration": -5431516755862952643, + "replicas": -1350756342, + "fullyLabeledReplicas": 131165488, + "readyReplicas": 1801862647, + "availableReplicas": -212999359, + "observedGeneration": 6343420286878457918, "conditions": [ { - "type": "ƻ舁Ȁ贠ȇö匉a揘O 籇", - "status": "楅©Ǫ壿/š^劶äɲ泒欞尟燬Ǻ媳ɦ", - "lastTransitionTime": "2169-06-15T23:50:17Z", - "reason": "480", - "message": "481" + "type": "", + "status": "ʋǞbȫ魙Ōȇ", + "lastTransitionTime": "2443-02-01T11:09:03Z", + "reason": "486", + "message": "487" } ] } 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 de3cfd03edf1d59068c4796c713ddb76426c1d93..3b4088e5a9f9d5a5e0c61d48df88ad1e4bc3e566 100644 GIT binary patch delta 5758 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 G0sjp$v9vM( delta 5513 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懔%熷谟þ蛯ɰ荶ljʁ揆ɘȌ脾 + initialDelaySeconds: -1155992025 + periodSeconds: -850069363 + successThreshold: 918929368 tcpSocket: host: "206" - port: -187060941 - timeoutSeconds: -307373517 + port: -1498229293 + timeoutSeconds: -194343002 name: "175" ports: - - containerPort: 859639931 + - containerPort: -2031266553 hostIP: "181" - hostPort: 747521320 + hostPort: 424236719 name: "180" - protocol: p儼Ƿ裚瓶釆Ɗ+j忊Ŗȫ焗捏ĨF + protocol: 呝TG;邪 readinessProbe: exec: command: - "207" - failureThreshold: -1880980172 + failureThreshold: -1032967081 httpGet: host: "210" httpHeaders: @@ -648,135 +651,139 @@ spec: value: "212" path: "208" port: "209" - scheme: 荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3 - initialDelaySeconds: 238949508 - periodSeconds: 851018015 - successThreshold: 596942561 + scheme: 莭琽§ć\ ïì«丯Ƙ枛牐ɺ + initialDelaySeconds: -1934111455 + periodSeconds: 1146016612 + successThreshold: 1495880465 tcpSocket: - host: "214" - port: "213" - timeoutSeconds: -1389418722 + host: "213" + port: 1281792166 + timeoutSeconds: 766864314 resources: limits: - ſ盷: "532" + 罁胾^拜Ȍzɟ踡肒Ao/樝fw[Řż丩: "47" requests: - '[Řż丩': "47" + 榜VƋZ1: "932" securityContext: - allowPrivilegeEscalation: true + allowPrivilegeEscalation: false capabilities: add: - - 勅跦Opwǩ曬逴褜1Ø + - 军g>郵[+扴ȨŮ+朷Ǝ膯lj drop: - - ȠƬQg鄠[颐o啛更偢ɇ卷荙JLĹ] - privileged: true - procMount: W:ĸ輦唊#v + - "" + privileged: false + procMount: 碧闳ȩr readOnlyRootFilesystem: true - runAsGroup: 1373384864388370080 + runAsGroup: 4468469649483616089 runAsNonRoot: false - runAsUser: -6470941481344047265 + runAsUser: -5821728037462880994 seLinuxOptions: - level: "238" - role: "236" - type: "237" - user: "235" + level: "239" + role: "237" + type: "238" + user: "236" seccompProfile: - localhostProfile: "242" - type: ʩȂ4ē鐭# + localhostProfile: "243" + type: "" windowsOptions: - gmsaCredentialSpec: "240" - gmsaCredentialSpecName: "239" - runAsUserName: "241" + gmsaCredentialSpec: "241" + gmsaCredentialSpecName: "240" + runAsUserName: "242" startupProbe: exec: command: - - "215" - failureThreshold: 59664438 + - "214" + failureThreshold: -1150474479 httpGet: host: "217" httpHeaders: - name: "218" value: "219" - path: "216" - port: 10098903 - scheme: «丯Ƙ枛牐ɺ皚 - initialDelaySeconds: 766864314 - periodSeconds: 1495880465 - successThreshold: -1032967081 + path: "215" + port: "216" + scheme: ĺɗŹ倗S晒嶗UÐ_ƮA攤 + initialDelaySeconds: 1885897314 + periodSeconds: 1054858106 + successThreshold: 232569106 tcpSocket: host: "220" - port: -1934111455 - timeoutSeconds: 1146016612 + port: -498930176 + timeoutSeconds: -465677631 stdinOnce: true - terminationMessagePath: "234" - terminationMessagePolicy: Zɾģ毋Ó6dz娝嘚庎D}埽uʎ + terminationMessagePath: "235" + terminationMessagePolicy: ɖ緕ȚÍ勅跦Opwǩ + tty: true volumeDevices: - devicePath: "200" name: "199" volumeMounts: - mountPath: "196" - mountPropagation: VƋZ1Ůđ眊ľǎɳ,ǿ飏 + mountPropagation: 瀑Ź9ǕLLȊɞ-uƻ悖ȩ0Ƹ[Ę name: "195" + readOnly: true subPath: "197" subPathExpr: "198" workingDir: "179" - nodeName: "384" + nodeName: "390" nodeSelector: - "380": "381" + "386": "387" overhead: - <ƋlɋN磋镮ȺPÈɥ偁髕ģƗ: "283" - preemptionPolicy: 梊蝴.Ĉ马āƭw鰕ǰ"șa - priority: 878153992 - priorityClassName: "467" + 炳薝鴠:X才à脡ǯ?b砸ƻ舁Ȁ贠ȇö匉: "452" + preemptionPolicy: ûŠl倳ţü¿Sʟ鍡 + priority: -1756088332 + priorityClassName: "473" readinessGates: - - conditionType: =ȑ-A敲ʉ - restartPolicy: 嵞嬯t{Eɾ敹Ȯ-湷D谹 - runtimeClassName: "472" - schedulerName: "462" + - conditionType: '#sM網' + restartPolicy: S + runtimeClassName: "478" + schedulerName: "468" securityContext: - fsGroup: -3029419263270634763 - fsGroupChangePolicy: ?jĎĭ¥#ƱÁR»淹揀. - runAsGroup: -3565639689247870986 - runAsNonRoot: false - runAsUser: 1322232608671575212 + fsGroup: 7306468936162090894 + fsGroupChangePolicy: 肄$鬬 + runAsGroup: -6445633177475289195 + runAsNonRoot: true + runAsUser: 711750319800111437 seLinuxOptions: - level: "388" - role: "386" - type: "387" - user: "385" + level: "394" + role: "392" + type: "393" + user: "391" seccompProfile: - localhostProfile: "394" - type: 鍃G昧牱 + localhostProfile: "400" + type: 矐_ supplementalGroups: - - -7888525810745339742 + - -7316357525352987834 sysctls: - - name: "392" - value: "393" + - name: "398" + value: "399" windowsOptions: - gmsaCredentialSpec: "390" - gmsaCredentialSpecName: "389" - runAsUserName: "391" - serviceAccount: "383" - serviceAccountName: "382" + gmsaCredentialSpec: "396" + gmsaCredentialSpecName: "395" + runAsUserName: "397" + serviceAccount: "389" + serviceAccountName: "388" setHostnameAsFQDN: false shareProcessNamespace: false - subdomain: "397" - terminationGracePeriodSeconds: -2985049970189992560 + subdomain: "403" + terminationGracePeriodSeconds: 2296052591495331583 tolerations: - - effect: 貛香"砻B鷋RȽXv*!ɝ茀Ǩ - key: "463" - operator: Ü - tolerationSeconds: 8594241010639209901 - value: "464" + - effect: ŕ蘴濼DZj鎒ũW|ȶdžH0ƾ瘿¸ + key: "469" + operator: E色kx-餌勀奷ŎC菡ƴ勋;*靯įƊ + tolerationSeconds: -3147305732428645642 + value: "470" topologySpreadConstraints: - labelSelector: matchExpressions: - - key: z-g--v8-c58kh44k-b13--2.7a-h0-4d-z-23---49tw-a/G5-_-_Llmft6.5H905IBI-._g_0 - operator: DoesNotExist + - key: KTlO.__0PX + operator: In + values: + - V6K_.3_583-6.f-.9-.V..Q-K_6_3 matchLabels: - N-_.F: 09z2 - maxSkew: -702578810 - topologyKey: "473" - whenUnsatisfiable: Ž氮怉ƥ;"薑Ȣ#闬輙怀¹bCũw + 47--9k-e4ora9.t7bm9-4m04qn-n7--c3k7--fei-br7310gl-xwm5-85a/r8-L__C_60-__.19_-gYY._..fP--hQ7be__-.-g-5.-59...7q___nT: u0-.6---Q.__y64L.0-.c-tm..__---r__._-.DL.o_e-d92e8S_-0D + maxSkew: -447559705 + topologyKey: "479" + whenUnsatisfiable: TaI楅©Ǫ壿/š^劶äɲ泒 volumes: - awsElasticBlockStore: fsType: "47" @@ -838,7 +845,6 @@ spec: medium: 彭聡A3fƻfʣ sizeLimit: "115" ephemeral: - readOnly: true volumeClaimTemplate: metadata: annotations: @@ -1028,14 +1034,14 @@ spec: storagePolicyName: "103" volumePath: "101" status: - availableReplicas: -1324418171 + availableReplicas: -212999359 conditions: - - lastTransitionTime: "2169-06-15T23:50:17Z" - message: "481" - reason: "480" - status: 楅©Ǫ壿/š^劶äɲ泒欞尟燬Ǻ媳ɦ - type: ƻ舁Ȁ贠ȇö匉a揘O 籇 - fullyLabeledReplicas: 2073220944 - observedGeneration: -5431516755862952643 - readyReplicas: -141868138 - replicas: 432535745 + - lastTransitionTime: "2443-02-01T11:09:03Z" + message: "487" + reason: "486" + status: ʋǞbȫ魙Ōȇ + type: "" + fullyLabeledReplicas: 131165488 + observedGeneration: 6343420286878457918 + readyReplicas: 1801862647 + replicas: -1350756342 diff --git a/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1.DaemonSet.after_roundtrip.json b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1.DaemonSet.after_roundtrip.json new file mode 100644 index 00000000000..b84bba6e07a --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1.DaemonSet.after_roundtrip.json @@ -0,0 +1,1496 @@ +{ + "kind": "DaemonSet", + "apiVersion": "apps/v1", + "metadata": { + "name": "2", + "generateName": "3", + "namespace": "4", + "selfLink": "5", + "uid": "7", + "resourceVersion": "11042405498087606203", + "generation": 8071137005907523419, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -4955867275792137171, + "labels": { + "7": "8" + }, + "annotations": { + "9": "10" + }, + "ownerReferences": [ + { + "apiVersion": "11", + "kind": "12", + "name": "13", + "uid": "Dz廔ȇ{sŊƏp", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "14" + ], + "clusterName": "15", + "managedFields": [ + { + "manager": "16", + "operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]", + "apiVersion": "17", + "fieldsType": "18" + } + ] + }, + "spec": { + "selector": { + "matchLabels": { + "8---jop9641lg.p-g8c2-k-912e5-c-e63-n-3n/E9.8ThjT9s-j41-0-6p-JFHn7y-74.-0MUORQQ.N2.3": "68._bQw.-dG6c-.6--_x.--0wmZk1_8._3s_-_Bq.m_4" + }, + "matchExpressions": [ + { + "key": "p503---477-49p---o61---4fy--9---7--9-9s-0-u5lj2--10pq-0-7-9-2-0/fP81.-.9Vdx.TB_M-H_5_.t..bG0", + "operator": "In", + "values": [ + "D07.a_.y_y_o0_5qN2_---_M.N_._a6.9bHjdH.-.5_.I8__n" + ] + } + ] + }, + "template": { + "metadata": { + "name": "25", + "generateName": "26", + "namespace": "27", + "selfLink": "28", + "uid": "TʡȂŏ{sǡƟ", + "resourceVersion": "1698285396218902212", + "generation": -4139900758039117471, + "creationTimestamp": null, + "deletionGracePeriodSeconds": 7534629739119643351, + "labels": { + "30": "31" + }, + "annotations": { + "32": "33" + }, + "ownerReferences": [ + { + "apiVersion": "34", + "kind": "35", + "name": "36", + "uid": "^", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "37" + ], + "clusterName": "38", + "managedFields": [ + { + "manager": "39", + "operation": "ĪȸŹăȲϤĦʅ芝", + "apiVersion": "40", + "fieldsType": "41" + } + ] + }, + "spec": { + "volumes": [ + { + "name": "42", + "hostPath": { + "path": "43", + "type": "" + }, + "emptyDir": { + "medium": "ɹ坼É/pȿ", + "sizeLimit": "804" + }, + "gcePersistentDisk": { + "pdName": "44", + "fsType": "45", + "partition": -1318752360 + }, + "awsElasticBlockStore": { + "volumeID": "46", + "fsType": "47", + "partition": -2007808768 + }, + "gitRepo": { + "repository": "48", + "revision": "49", + "directory": "50" + }, + "secret": { + "secretName": "51", + "items": [ + { + "key": "52", + "path": "53", + "mode": 228756891 + } + ], + "defaultMode": 1233814916, + "optional": false + }, + "nfs": { + "server": "54", + "path": "55", + "readOnly": true + }, + "iscsi": { + "targetPortal": "56", + "iqn": "57", + "lun": 408756018, + "iscsiInterface": "58", + "fsType": "59", + "readOnly": true, + "portals": [ + "60" + ], + "chapAuthDiscovery": true, + "chapAuthSession": true, + "secretRef": { + "name": "61" + }, + "initiatorName": "62" + }, + "glusterfs": { + "endpoints": "63", + "path": "64" + }, + "persistentVolumeClaim": { + "claimName": "65", + "readOnly": true + }, + "rbd": { + "monitors": [ + "66" + ], + "image": "67", + "fsType": "68", + "pool": "69", + "user": "70", + "keyring": "71", + "secretRef": { + "name": "72" + }, + "readOnly": true + }, + "flexVolume": { + "driver": "73", + "fsType": "74", + "secretRef": { + "name": "75" + }, + "readOnly": true, + "options": { + "76": "77" + } + }, + "cinder": { + "volumeID": "78", + "fsType": "79", + "secretRef": { + "name": "80" + } + }, + "cephfs": { + "monitors": [ + "81" + ], + "path": "82", + "user": "83", + "secretFile": "84", + "secretRef": { + "name": "85" + } + }, + "flocker": { + "datasetName": "86", + "datasetUUID": "87" + }, + "downwardAPI": { + "items": [ + { + "path": "88", + "fieldRef": { + "apiVersion": "89", + "fieldPath": "90" + }, + "resourceFieldRef": { + "containerName": "91", + "resource": "92", + "divisor": "915" + }, + "mode": -1768075156 + } + ], + "defaultMode": -868808281 + }, + "fc": { + "targetWWNs": [ + "93" + ], + "lun": 570501002, + "fsType": "94", + "wwids": [ + "95" + ] + }, + "azureFile": { + "secretName": "96", + "shareName": "97", + "readOnly": true + }, + "configMap": { + "name": "98", + "items": [ + { + "key": "99", + "path": "100", + "mode": 2020789772 + } + ], + "defaultMode": 952979935, + "optional": false + }, + "vsphereVolume": { + "volumePath": "101", + "fsType": "102", + "storagePolicyName": "103", + "storagePolicyID": "104" + }, + "quobyte": { + "registry": "105", + "volume": "106", + "user": "107", + "group": "108", + "tenant": "109" + }, + "azureDisk": { + "diskName": "110", + "diskURI": "111", + "cachingMode": "k ź贩j瀉ǚrǜnh0åȂ", + "fsType": "112", + "readOnly": false, + "kind": "nj揠8lj黳鈫ʕ禒Ƙá腿ħ缶" + }, + "photonPersistentDisk": { + "pdID": "113", + "fsType": "114" + }, + "projected": { + "sources": [ + { + "secret": { + "name": "115", + "items": [ + { + "key": "116", + "path": "117", + "mode": 675406340 + } + ], + "optional": false + }, + "downwardAPI": { + "items": [ + { + "path": "118", + "fieldRef": { + "apiVersion": "119", + "fieldPath": "120" + }, + "resourceFieldRef": { + "containerName": "121", + "resource": "122", + "divisor": "461" + }, + "mode": -1618937335 + } + ] + }, + "configMap": { + "name": "123", + "items": [ + { + "key": "124", + "path": "125", + "mode": -1126738259 + } + ], + "optional": true + }, + "serviceAccountToken": { + "audience": "126", + "expirationSeconds": -6345861634934949644, + "path": "127" + } + } + ], + "defaultMode": 480521693 + }, + "portworxVolume": { + "volumeID": "128", + "fsType": "129" + }, + "scaleIO": { + "gateway": "130", + "system": "131", + "secretRef": { + "name": "132" + }, + "sslEnabled": true, + "protectionDomain": "133", + "storagePool": "134", + "storageMode": "135", + "volumeName": "136", + "fsType": "137" + }, + "storageos": { + "volumeName": "138", + "volumeNamespace": "139", + "fsType": "140", + "secretRef": { + "name": "141" + } + }, + "csi": { + "driver": "142", + "readOnly": true, + "fsType": "143", + "volumeAttributes": { + "144": "145" + }, + "nodePublishSecretRef": { + "name": "146" + } + }, + "ephemeral": { + "volumeClaimTemplate": { + "metadata": { + "name": "147", + "generateName": "148", + "namespace": "149", + "selfLink": "150", + "uid": "溟ɴ扵閝ȝ鐵儣廡ɑ龫`劳\u0026¼", + "resourceVersion": "1248703441945830579", + "generation": 3849874053153949822, + "creationTimestamp": null, + "deletionGracePeriodSeconds": 2974444584632416014, + "labels": { + "152": "153" + }, + "annotations": { + "154": "155" + }, + "ownerReferences": [ + { + "apiVersion": "156", + "kind": "157", + "name": "158", + "uid": "oɘ檲ɨ銦妰黖ȓ", + "controller": true, + "blockOwnerDeletion": false + } + ], + "finalizers": [ + "159" + ], + "clusterName": "160", + "managedFields": [ + { + "manager": "161", + "operation": "獵偐ę腬瓷碑=ɉ鎷卩蝾H韹寬娬ï瓼", + "apiVersion": "162", + "fieldsType": "163" + } + ] + }, + "spec": { + "accessModes": [ + "酃=6}ɡŇƉ立hdz緄Ú|dk_瀹鞎" + ], + "selector": { + "matchLabels": { + "o-03-t-0-035--5b95w------4-n4f--139-295at-o7qff2/v2.-_-8wE._._3.-.83_iq_-y.-25C.A-j..9dfn38": "m_zm-.-_RJt2pX_2_28.6" + }, + "matchExpressions": [ + { + "key": "Wik_--DSXr.n-A9..9__Y-H-Mqpt._.-_..051", + "operator": "DoesNotExist" + } + ] + }, + "resources": { + "limits": { + "âĺɗŹ倗S晒嶗UÐ_ƮA攤/ɸɎ ": "648" + }, + "requests": { + "鴒翁杙Ŧ癃8鸖ɱJȉ罴ņ螡": "212" + } + }, + "volumeName": "170", + "storageClassName": "171", + "volumeMode": "dz娝嘚庎D}埽uʎȺ眖R#yV'WK", + "dataSource": { + "apiGroup": "172", + "kind": "173", + "name": "174" + } + } + } + } + } + ], + "initContainers": [ + { + "name": "175", + "image": "176", + "command": [ + "177" + ], + "args": [ + "178" + ], + "workingDir": "179", + "ports": [ + { + "name": "180", + "hostPort": 852780575, + "containerPort": -1252938503, + "protocol": "Opwǩ曬逴褜1ØœȠƬQg鄠", + "hostIP": "181" + } + ], + "envFrom": [ + { + "prefix": "182", + "configMapRef": { + "name": "183", + "optional": false + }, + "secretRef": { + "name": "184", + "optional": false + } + } + ], + "env": [ + { + "name": "185", + "value": "186", + "valueFrom": { + "fieldRef": { + "apiVersion": "187", + "fieldPath": "188" + }, + "resourceFieldRef": { + "containerName": "189", + "resource": "190", + "divisor": "139" + }, + "configMapKeyRef": { + "name": "191", + "key": "192", + "optional": true + }, + "secretKeyRef": { + "name": "193", + "key": "194", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "LĹ]佱¿\u003e犵殇ŕ-Ɂ圯W:ĸ輦唊": "807" + }, + "requests": { + "嚧ʣq埄": "936" + } + }, + "volumeMounts": [ + { + "name": "195", + "mountPath": "196", + "subPath": "197", + "mountPropagation": "#嬀ơŸ8T 苧yñKJɐ扵Gƚ绤f", + "subPathExpr": "198" + } + ], + "volumeDevices": [ + { + "name": "199", + "devicePath": "200" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "201" + ] + }, + "httpGet": { + "path": "202", + "port": "203", + "host": "204", + "scheme": "u|榝$î.Ȏ蝪ʜ5遰=E埄Ȁ", + "httpHeaders": [ + { + "name": "205", + "value": "206" + } + ] + }, + "tcpSocket": { + "port": 1714588921, + "host": "207" + }, + "initialDelaySeconds": -1246371817, + "timeoutSeconds": 617318981, + "periodSeconds": 432291364, + "successThreshold": 676578360, + "failureThreshold": -552281772 + }, + "readinessProbe": { + "exec": { + "command": [ + "208" + ] + }, + "httpGet": { + "path": "209", + "port": 1777326813, + "host": "210", + "scheme": "ǟi\u0026皥贸碔lNKƙ順\\E¦", + "httpHeaders": [ + { + "name": "211", + "value": "212" + } + ] + }, + "tcpSocket": { + "port": "213", + "host": "214" + }, + "initialDelaySeconds": 1868887309, + "timeoutSeconds": -528664199, + "periodSeconds": -316996074, + "successThreshold": 1933968533, + "failureThreshold": 549215478 + }, + "startupProbe": { + "exec": { + "command": [ + "215" + ] + }, + "httpGet": { + "path": "216", + "port": -374766088, + "host": "217", + "scheme": "翜舞拉Œ", + "httpHeaders": [ + { + "name": "218", + "value": "219" + } + ] + }, + "tcpSocket": { + "port": "220", + "host": "221" + }, + "initialDelaySeconds": -190183379, + "timeoutSeconds": -940334911, + "periodSeconds": -341287812, + "successThreshold": 2030115750, + "failureThreshold": 1847163341 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "222" + ] + }, + "httpGet": { + "path": "223", + "port": -816630929, + "host": "224", + "httpHeaders": [ + { + "name": "225", + "value": "226" + } + ] + }, + "tcpSocket": { + "port": 1965273344, + "host": "227" + } + }, + "preStop": { + "exec": { + "command": [ + "228" + ] + }, + "httpGet": { + "path": "229", + "port": "230", + "host": "231", + "scheme": "SÄ蚃ɣľ)酊龨δ摖ȱğ_\u003c", + "httpHeaders": [ + { + "name": "232", + "value": "233" + } + ] + }, + "tcpSocket": { + "port": -385597677, + "host": "234" + } + } + }, + "terminationMessagePath": "235", + "terminationMessagePolicy": "橈'", + "imagePullPolicy": "Ɖ飴ɎiǨ", + "securityContext": { + "capabilities": { + "add": [ + "ǵɐ鰥Z" + ], + "drop": [ + "´DÒȗÔÂɘɢ鬍熖B芭花ª瘡" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "236", + "role": "237", + "type": "238", + "level": "239" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "240", + "gmsaCredentialSpec": "241", + "runAsUserName": "242" + }, + "runAsUser": -1666202510534940446, + "runAsGroup": 2823592889848840099, + "runAsNonRoot": false, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "ƲǦŐnj汰", + "seccompProfile": { + "type": "ŕİi騎C", + "localhostProfile": "243" + } + }, + "tty": true + } + ], + "containers": [ + { + "name": "244", + "image": "245", + "command": [ + "246" + ], + "args": [ + "247" + ], + "workingDir": "248", + "ports": [ + { + "name": "249", + "hostPort": -57730414, + "containerPort": -852140121, + "protocol": "ȣ±p", + "hostIP": "250" + } + ], + "envFrom": [ + { + "prefix": "251", + "configMapRef": { + "name": "252", + "optional": true + }, + "secretRef": { + "name": "253", + "optional": true + } + } + ], + "env": [ + { + "name": "254", + "value": "255", + "valueFrom": { + "fieldRef": { + "apiVersion": "256", + "fieldPath": "257" + }, + "resourceFieldRef": { + "containerName": "258", + "resource": "259", + "divisor": "277" + }, + "configMapKeyRef": { + "name": "260", + "key": "261", + "optional": true + }, + "secretKeyRef": { + "name": "262", + "key": "263", + "optional": true + } + } + } + ], + "resources": { + "limits": { + "斩ìh4ɊHȖ|ʐşƧ諔迮ƙIJ": "850" + }, + "requests": { + "jʒǚ鍰\\縑ɀ撑¼蠾8餑噭Dµ": "635" + } + }, + "volumeMounts": [ + { + "name": "264", + "mountPath": "265", + "subPath": "266", + "mountPropagation": "衷,ƷƣMț譎懚", + "subPathExpr": "267" + } + ], + "volumeDevices": [ + { + "name": "268", + "devicePath": "269" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "270" + ] + }, + "httpGet": { + "path": "271", + "port": 872525702, + "host": "272", + "scheme": "ay", + "httpHeaders": [ + { + "name": "273", + "value": "274" + } + ] + }, + "tcpSocket": { + "port": "275", + "host": "276" + }, + "initialDelaySeconds": 628632965, + "timeoutSeconds": 552654052, + "periodSeconds": -1396197931, + "successThreshold": -1114385515, + "failureThreshold": 2144856253 + }, + "readinessProbe": { + "exec": { + "command": [ + "277" + ] + }, + "httpGet": { + "path": "278", + "port": -1186720090, + "host": "279", + "scheme": "增猍ǵ xǨŴ壶ƵfȽÃ茓pȓɻ", + "httpHeaders": [ + { + "name": "280", + "value": "281" + } + ] + }, + "tcpSocket": { + "port": "282", + "host": "283" + }, + "initialDelaySeconds": 1737172479, + "timeoutSeconds": -767058113, + "periodSeconds": 1223564938, + "successThreshold": 1241693652, + "failureThreshold": 1803882645 + }, + "startupProbe": { + "exec": { + "command": [ + "284" + ] + }, + "httpGet": { + "path": "285", + "port": "286", + "host": "287", + "scheme": "賞ǧĒzŔ瘍N", + "httpHeaders": [ + { + "name": "288", + "value": "289" + } + ] + }, + "tcpSocket": { + "port": -531787516, + "host": "290" + }, + "initialDelaySeconds": 2073630689, + "timeoutSeconds": -830875556, + "periodSeconds": -1395144116, + "successThreshold": -684167223, + "failureThreshold": -751455207 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "291" + ] + }, + "httpGet": { + "path": "292", + "port": "293", + "host": "294", + "scheme": "磉反", + "httpHeaders": [ + { + "name": "295", + "value": "296" + } + ] + }, + "tcpSocket": { + "port": -313085430, + "host": "297" + } + }, + "preStop": { + "exec": { + "command": [ + "298" + ] + }, + "httpGet": { + "path": "299", + "port": 413903479, + "host": "300", + "scheme": "ɛ棕ƈ眽炊礫Ƽ¨Ix糂", + "httpHeaders": [ + { + "name": "301", + "value": "302" + } + ] + }, + "tcpSocket": { + "port": "303", + "host": "304" + } + } + }, + "terminationMessagePath": "305", + "terminationMessagePolicy": "ǚŜEuEy竬ʆɞ", + "imagePullPolicy": "焬CQm坊柩", + "securityContext": { + "capabilities": { + "add": [ + "[ƕƑĝ®EĨǔvÄÚ" + ], + "drop": [ + "p鬷m罂o3ǰ廋i乳'" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "306", + "role": "307", + "type": "308", + "level": "309" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "310", + "gmsaCredentialSpec": "311", + "runAsUserName": "312" + }, + "runAsUser": 2506229153551047343, + "runAsGroup": 3258181973067899469, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": false, + "procMount": "蠲$ɛ溢臜裡", + "seccompProfile": { + "type": "銵-紑浘牬釼aTG", + "localhostProfile": "313" + } + }, + "stdin": true + } + ], + "ephemeralContainers": [ + { + "name": "314", + "image": "315", + "command": [ + "316" + ], + "args": [ + "317" + ], + "workingDir": "318", + "ports": [ + { + "name": "319", + "hostPort": -92253969, + "containerPort": 243566659, + "protocol": "×DJɶ羹ƞʓ%ʝ`ǭ躌ñ?卶滿筇", + "hostIP": "320" + } + ], + "envFrom": [ + { + "prefix": "321", + "configMapRef": { + "name": "322", + "optional": false + }, + "secretRef": { + "name": "323", + "optional": true + } + } + ], + "env": [ + { + "name": "324", + "value": "325", + "valueFrom": { + "fieldRef": { + "apiVersion": "326", + "fieldPath": "327" + }, + "resourceFieldRef": { + "containerName": "328", + "resource": "329", + "divisor": "574" + }, + "configMapKeyRef": { + "name": "330", + "key": "331", + "optional": true + }, + "secretKeyRef": { + "name": "332", + "key": "333", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "ĭ$": "530" + }, + "requests": { + "«V¯ÁȦtl敷": "698" + } + }, + "volumeMounts": [ + { + "name": "334", + "mountPath": "335", + "subPath": "336", + "mountPropagation": "Ű藛b磾sYȠ繽敮ǰ", + "subPathExpr": "337" + } + ], + "volumeDevices": [ + { + "name": "338", + "devicePath": "339" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "340" + ] + }, + "httpGet": { + "path": "341", + "port": 731136838, + "host": "342", + "scheme": "繡旹翃ɾ氒ĺʈʫ羶剹Ɗ", + "httpHeaders": [ + { + "name": "343", + "value": "344" + } + ] + }, + "tcpSocket": { + "port": -183458945, + "host": "345" + }, + "initialDelaySeconds": -1223327585, + "timeoutSeconds": -99080494, + "periodSeconds": -1531582553, + "successThreshold": 1474671869, + "failureThreshold": 1471419756 + }, + "readinessProbe": { + "exec": { + "command": [ + "346" + ] + }, + "httpGet": { + "path": "347", + "port": 892837330, + "host": "348", + "scheme": "気Ƀ秮ò", + "httpHeaders": [ + { + "name": "349", + "value": "350" + } + ] + }, + "tcpSocket": { + "port": "351", + "host": "352" + }, + "initialDelaySeconds": -1649234654, + "timeoutSeconds": -263708518, + "periodSeconds": 541943046, + "successThreshold": 1502194981, + "failureThreshold": 1447996588 + }, + "startupProbe": { + "exec": { + "command": [ + "353" + ] + }, + "httpGet": { + "path": "354", + "port": "355", + "host": "356", + "scheme": "đ\u003e*劶?", + "httpHeaders": [ + { + "name": "357", + "value": "358" + } + ] + }, + "tcpSocket": { + "port": -176877925, + "host": "359" + }, + "initialDelaySeconds": 1008425444, + "timeoutSeconds": -821592382, + "periodSeconds": 1678953375, + "successThreshold": 1045190247, + "failureThreshold": 1805682547 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "360" + ] + }, + "httpGet": { + "path": "361", + "port": 1767555420, + "host": "362", + "scheme": "e", + "httpHeaders": [ + { + "name": "363", + "value": "364" + } + ] + }, + "tcpSocket": { + "port": "365", + "host": "366" + } + }, + "preStop": { + "exec": { + "command": [ + "367" + ] + }, + "httpGet": { + "path": "368", + "port": -1452767599, + "host": "369", + "scheme": " 瞍髃#ɣȕ", + "httpHeaders": [ + { + "name": "370", + "value": "371" + } + ] + }, + "tcpSocket": { + "port": "372", + "host": "373" + } + } + }, + "terminationMessagePath": "374", + "terminationMessagePolicy": "s梊ɥʋăƻ遲njlȘ鹾K", + "imagePullPolicy": "O_h盌3+Œ9两@8Byß讪Ă2", + "securityContext": { + "capabilities": { + "add": [ + "m葰賦迾娙ƴ4虵p蓋沥7uPƒw©ɴĶ" + ], + "drop": [ + "" + ] + }, + "privileged": true, + "seLinuxOptions": { + "user": "375", + "role": "376", + "type": "377", + "level": "378" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "379", + "gmsaCredentialSpec": "380", + "runAsUserName": "381" + }, + "runAsUser": 6816267869367451869, + "runAsGroup": 9111865674949727136, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": false, + "procMount": "Ř筿", + "seccompProfile": { + "type": "5Ų買霎ȃň[\u003eą S", + "localhostProfile": "382" + } + }, + "stdinOnce": true, + "targetContainerName": "383" + } + ], + "restartPolicy": "'呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG", + "terminationGracePeriodSeconds": -155552760352472950, + "activeDeadlineSeconds": 7109959542220202422, + "dnsPolicy": "#t(ȗŜŲ\u0026洪y儕l", + "nodeSelector": { + "384": "385" + }, + "serviceAccountName": "386", + "serviceAccount": "387", + "automountServiceAccountToken": false, + "nodeName": "388", + "hostNetwork": true, + "hostIPC": true, + "shareProcessNamespace": false, + "securityContext": { + "seLinuxOptions": { + "user": "389", + "role": "390", + "type": "391", + "level": "392" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "393", + "gmsaCredentialSpec": "394", + "runAsUserName": "395" + }, + "runAsUser": 4841944355356012825, + "runAsGroup": -4962946920772050319, + "runAsNonRoot": true, + "supplementalGroups": [ + 5695420257629724684 + ], + "fsGroup": -4548866432246561416, + "sysctls": [ + { + "name": "396", + "value": "397" + } + ], + "fsGroupChangePolicy": "Ð扬", + "seccompProfile": { + "type": "惍EʦŊĊ娮rȧ", + "localhostProfile": "398" + } + }, + "imagePullSecrets": [ + { + "name": "399" + } + ], + "hostname": "400", + "subdomain": "401", + "affinity": { + "nodeAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": { + "nodeSelectorTerms": [ + { + "matchExpressions": [ + { + "key": "402", + "operator": "ɳ礬.b屏ɧeʫį淓¯Ą0", + "values": [ + "403" + ] + } + ], + "matchFields": [ + { + "key": "404", + "operator": "鮽ǍJB膾扉A­1襏櫯³£h刪q塨", + "values": [ + "405" + ] + } + ] + } + ] + }, + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -177041290, + "preference": { + "matchExpressions": [ + { + "key": "406", + "operator": "聧扈4ƫZ", + "values": [ + "407" + ] + } + ], + "matchFields": [ + { + "key": "408", + "operator": " ɲ±", + "values": [ + "409" + ] + } + ] + } + } + ] + }, + "podAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "p_N-1": "O-BZ..6-1.S-B3_.b7" + }, + "matchExpressions": [ + { + "key": "1rhm-5y--z-0/5eQ9", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "416" + ], + "topologyKey": "417" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -2092358209, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "nn093-pi-9o-l4-vo5byp8q-sf1--gw-jz/F_06.eqk5L": "3zHw.H__V.Vz_6.Hz_V_.r_v_._e_7" + }, + "matchExpressions": [ + { + "key": "yps4483-o--3f1p7--43nw-l-x18mtb/mLlx...w_t-_.5.40Rw4gD.._.-x6db-L7.-__-G_2kCpH", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "424" + ], + "topologyKey": "425" + } + } + ] + }, + "podAntiAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "H1_-ODgC_1-_8__T3sn-0_.i__a.O2G_-_K-0": "8mp.-10KkQ-R_R.-.--4_IT_O__3.5h_XC0_-7.-hj-O" + }, + "matchExpressions": [ + { + "key": "I.4_W_-_-7Tp_.---c", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "432" + ], + "topologyKey": "433" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -1084136601, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "6n-f-x--i-b/K_BM.6-.Y_72-_--pT75-.emV__1-wv3UDf.4": "2_uGGP..-_N_h_4Hl-X0_2--__4K..-68-7l" + }, + "matchExpressions": [ + { + "key": "2--4-r4p--w1k8--y.e2-08vc--4-7hdum1-f-7-k8q/YD-Q9_-__..YNFu7Pg-.814e-_07-ht-E6___-X__H.-39-A_-_l67Q.-t", + "operator": "NotIn", + "values": [ + "Oep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o..p_B-d--Q2" + ] + } + ] + }, + "namespaces": [ + "440" + ], + "topologyKey": "441" + } + } + ] + } + }, + "schedulerName": "442", + "tolerations": [ + { + "key": "443", + "operator": "Ž彙pg稠氦Ņs", + "value": "444", + "effect": "ưg", + "tolerationSeconds": 7158818521862381855 + } + ], + "hostAliases": [ + { + "ip": "445", + "hostnames": [ + "446" + ] + } + ], + "priorityClassName": "447", + "priority": 197024033, + "dnsConfig": { + "nameservers": [ + "448" + ], + "searches": [ + "449" + ], + "options": [ + { + "name": "450", + "value": "451" + } + ] + }, + "readinessGates": [ + { + "conditionType": "" + } + ], + "runtimeClassName": "452", + "enableServiceLinks": false, + "preemptionPolicy": "礗渶", + "overhead": { + "[IŚȆĸsǞÃ+?Ď筌ʨ:": "664" + }, + "topologySpreadConstraints": [ + { + "maxSkew": -918148948, + "topologyKey": "453", + "whenUnsatisfiable": "亪鸑躓1Ǐ詁Ȟ鮩ĺJCuɖc", + "labelSelector": { + "matchLabels": { + "cg-w2q76.6-7w-tdt-u-0----p6l-3-znd-8b-dg--1035ad1o-d-6-bk81-3s/s-g__.2": "3N_.n1.--.._-x_4..u2-__3uM77U7._pT-___-_5-6h_K7" + }, + "matchExpressions": [ + { + "key": "37-ufi-q7u0ux-qv4kd-36---9-d-6s83--r-vkm.8fmt4272r--49u-0m7u-----v---4b---h-wyux--4t7k--e--x--3/fdw.3-._CJ4a1._-_CH-6", + "operator": "DoesNotExist" + } + ] + } + } + ], + "setHostnameAsFQDN": true + } + }, + "updateStrategy": { + "type": "翘ǼZ熝Ʊ宷泐ɻvŰ`Ǧɝ憑ǖ菐u", + "rollingUpdate": { + "maxUnavailable": 2 + } + }, + "minReadySeconds": -985724127, + "revisionHistoryLimit": 2137111260 + }, + "status": { + "currentNumberScheduled": 408491268, + "numberMisscheduled": -1833348558, + "desiredNumberScheduled": 1883709155, + "numberReady": 484752614, + "observedGeneration": 3359608726763190142, + "updatedNumberScheduled": 1401559245, + "numberAvailable": -406189540, + "numberUnavailable": -2095625968, + "collisionCount": 223996911, + "conditions": [ + { + "type": "Y囙邵鄨o鷺ɷ裝TG奟cõ乨厰ʚ±", + "status": "楗鱶镖喗vȥ倉螆ȨX\u003e,«ɒó", + "lastTransitionTime": "2480-06-05T07:37:49Z", + "reason": "460", + "message": "461" + } + ] + } +} \ No newline at end of file diff --git a/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1.DaemonSet.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1.DaemonSet.after_roundtrip.pb new file mode 100644 index 0000000000000000000000000000000000000000..db2da922ba69dc70a90d8afdabe6ff7d914ad489 GIT binary patch literal 7235 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 literal 0 HcmV?d00001 diff --git a/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1.DaemonSet.after_roundtrip.yaml b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1.DaemonSet.after_roundtrip.yaml new file mode 100644 index 00000000000..86091ab5ed3 --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1.DaemonSet.after_roundtrip.yaml @@ -0,0 +1,1023 @@ +apiVersion: apps/v1 +kind: DaemonSet +metadata: + annotations: + "9": "10" + clusterName: "15" + creationTimestamp: null + deletionGracePeriodSeconds: -4955867275792137171 + finalizers: + - "14" + generateName: "3" + generation: 8071137005907523419 + labels: + "7": "8" + managedFields: + - apiVersion: "17" + fieldsType: "18" + manager: "16" + operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć] + name: "2" + namespace: "4" + ownerReferences: + - apiVersion: "11" + blockOwnerDeletion: true + controller: false + kind: "12" + name: "13" + uid: Dz廔ȇ{sŊƏp + resourceVersion: "11042405498087606203" + selfLink: "5" + uid: "7" +spec: + minReadySeconds: -985724127 + revisionHistoryLimit: 2137111260 + selector: + matchExpressions: + - key: p503---477-49p---o61---4fy--9---7--9-9s-0-u5lj2--10pq-0-7-9-2-0/fP81.-.9Vdx.TB_M-H_5_.t..bG0 + operator: In + values: + - D07.a_.y_y_o0_5qN2_---_M.N_._a6.9bHjdH.-.5_.I8__n + matchLabels: + 8---jop9641lg.p-g8c2-k-912e5-c-e63-n-3n/E9.8ThjT9s-j41-0-6p-JFHn7y-74.-0MUORQQ.N2.3: 68._bQw.-dG6c-.6--_x.--0wmZk1_8._3s_-_Bq.m_4 + template: + metadata: + annotations: + "32": "33" + clusterName: "38" + creationTimestamp: null + deletionGracePeriodSeconds: 7534629739119643351 + finalizers: + - "37" + generateName: "26" + generation: -4139900758039117471 + labels: + "30": "31" + managedFields: + - apiVersion: "40" + fieldsType: "41" + manager: "39" + operation: ĪȸŹăȲϤĦʅ芝 + name: "25" + namespace: "27" + ownerReferences: + - apiVersion: "34" + blockOwnerDeletion: true + controller: false + kind: "35" + name: "36" + uid: ^ + resourceVersion: "1698285396218902212" + selfLink: "28" + uid: TʡȂŏ{sǡƟ + spec: + activeDeadlineSeconds: 7109959542220202422 + affinity: + nodeAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - preference: + matchExpressions: + - key: "406" + operator: 聧扈4ƫZ + values: + - "407" + matchFields: + - key: "408" + operator: ' ɲ±' + values: + - "409" + weight: -177041290 + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: "402" + operator: ɳ礬.b屏ɧeʫį淓¯Ą0 + values: + - "403" + matchFields: + - key: "404" + operator: 鮽ǍJB膾扉A­1襏櫯³£h刪q塨 + values: + - "405" + podAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: yps4483-o--3f1p7--43nw-l-x18mtb/mLlx...w_t-_.5.40Rw4gD.._.-x6db-L7.-__-G_2kCpH + operator: DoesNotExist + matchLabels: + nn093-pi-9o-l4-vo5byp8q-sf1--gw-jz/F_06.eqk5L: 3zHw.H__V.Vz_6.Hz_V_.r_v_._e_7 + namespaces: + - "424" + topologyKey: "425" + weight: -2092358209 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: 1rhm-5y--z-0/5eQ9 + operator: DoesNotExist + matchLabels: + p_N-1: O-BZ..6-1.S-B3_.b7 + namespaces: + - "416" + topologyKey: "417" + podAntiAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: 2--4-r4p--w1k8--y.e2-08vc--4-7hdum1-f-7-k8q/YD-Q9_-__..YNFu7Pg-.814e-_07-ht-E6___-X__H.-39-A_-_l67Q.-t + operator: NotIn + values: + - Oep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o..p_B-d--Q2 + matchLabels: + 6n-f-x--i-b/K_BM.6-.Y_72-_--pT75-.emV__1-wv3UDf.4: 2_uGGP..-_N_h_4Hl-X0_2--__4K..-68-7l + namespaces: + - "440" + topologyKey: "441" + weight: -1084136601 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: I.4_W_-_-7Tp_.---c + operator: DoesNotExist + matchLabels: + H1_-ODgC_1-_8__T3sn-0_.i__a.O2G_-_K-0: 8mp.-10KkQ-R_R.-.--4_IT_O__3.5h_XC0_-7.-hj-O + namespaces: + - "432" + topologyKey: "433" + automountServiceAccountToken: false + containers: + - args: + - "247" + command: + - "246" + env: + - name: "254" + value: "255" + valueFrom: + configMapKeyRef: + key: "261" + name: "260" + optional: true + fieldRef: + apiVersion: "256" + fieldPath: "257" + resourceFieldRef: + containerName: "258" + divisor: "277" + resource: "259" + secretKeyRef: + key: "263" + name: "262" + optional: true + envFrom: + - configMapRef: + name: "252" + optional: true + prefix: "251" + secretRef: + name: "253" + optional: true + image: "245" + imagePullPolicy: 焬CQm坊柩 + lifecycle: + postStart: + exec: + command: + - "291" + httpGet: + host: "294" + httpHeaders: + - name: "295" + value: "296" + path: "292" + port: "293" + scheme: 磉反 + tcpSocket: + host: "297" + port: -313085430 + preStop: + exec: + command: + - "298" + httpGet: + host: "300" + httpHeaders: + - name: "301" + value: "302" + path: "299" + port: 413903479 + scheme: ɛ棕ƈ眽炊礫Ƽ¨Ix糂 + tcpSocket: + host: "304" + port: "303" + livenessProbe: + exec: + command: + - "270" + failureThreshold: 2144856253 + httpGet: + host: "272" + httpHeaders: + - name: "273" + value: "274" + path: "271" + port: 872525702 + scheme: ay + initialDelaySeconds: 628632965 + periodSeconds: -1396197931 + successThreshold: -1114385515 + tcpSocket: + host: "276" + port: "275" + timeoutSeconds: 552654052 + name: "244" + ports: + - containerPort: -852140121 + hostIP: "250" + hostPort: -57730414 + name: "249" + protocol: ȣ±p + readinessProbe: + exec: + command: + - "277" + failureThreshold: 1803882645 + httpGet: + host: "279" + httpHeaders: + - name: "280" + value: "281" + path: "278" + port: -1186720090 + scheme: 增猍ǵ xǨŴ壶ƵfȽÃ茓pȓɻ + initialDelaySeconds: 1737172479 + periodSeconds: 1223564938 + successThreshold: 1241693652 + tcpSocket: + host: "283" + port: "282" + timeoutSeconds: -767058113 + resources: + limits: + 斩ìh4ɊHȖ|ʐşƧ諔迮ƙIJ: "850" + requests: + jʒǚ鍰\縑ɀ撑¼蠾8餑噭Dµ: "635" + securityContext: + allowPrivilegeEscalation: false + capabilities: + add: + - '[ƕƑĝ®EĨǔvÄÚ' + drop: + - p鬷m罂o3ǰ廋i乳' + privileged: false + procMount: 蠲$ɛ溢臜裡 + readOnlyRootFilesystem: true + runAsGroup: 3258181973067899469 + runAsNonRoot: true + runAsUser: 2506229153551047343 + seLinuxOptions: + level: "309" + role: "307" + type: "308" + user: "306" + seccompProfile: + localhostProfile: "313" + type: 銵-紑浘牬釼aTG + windowsOptions: + gmsaCredentialSpec: "311" + gmsaCredentialSpecName: "310" + runAsUserName: "312" + startupProbe: + exec: + command: + - "284" + failureThreshold: -751455207 + httpGet: + host: "287" + httpHeaders: + - name: "288" + value: "289" + path: "285" + port: "286" + scheme: 賞ǧĒzŔ瘍N + initialDelaySeconds: 2073630689 + periodSeconds: -1395144116 + successThreshold: -684167223 + tcpSocket: + host: "290" + port: -531787516 + timeoutSeconds: -830875556 + stdin: true + terminationMessagePath: "305" + terminationMessagePolicy: ǚŜEuEy竬ʆɞ + volumeDevices: + - devicePath: "269" + name: "268" + volumeMounts: + - mountPath: "265" + mountPropagation: 衷,ƷƣMț譎懚 + name: "264" + subPath: "266" + subPathExpr: "267" + workingDir: "248" + dnsConfig: + nameservers: + - "448" + options: + - name: "450" + value: "451" + searches: + - "449" + dnsPolicy: '#t(ȗŜŲ&洪y儕l' + enableServiceLinks: false + ephemeralContainers: + - args: + - "317" + command: + - "316" + env: + - name: "324" + value: "325" + valueFrom: + configMapKeyRef: + key: "331" + name: "330" + optional: true + fieldRef: + apiVersion: "326" + fieldPath: "327" + resourceFieldRef: + containerName: "328" + divisor: "574" + resource: "329" + secretKeyRef: + key: "333" + name: "332" + optional: false + envFrom: + - configMapRef: + name: "322" + optional: false + prefix: "321" + secretRef: + name: "323" + optional: true + image: "315" + imagePullPolicy: O_h盌3+Œ9两@8Byß讪Ă2 + lifecycle: + postStart: + exec: + command: + - "360" + httpGet: + host: "362" + httpHeaders: + - name: "363" + value: "364" + path: "361" + port: 1767555420 + scheme: e + tcpSocket: + host: "366" + port: "365" + preStop: + exec: + command: + - "367" + httpGet: + host: "369" + httpHeaders: + - name: "370" + value: "371" + path: "368" + port: -1452767599 + scheme: ' 瞍髃#ɣȕ' + tcpSocket: + host: "373" + port: "372" + livenessProbe: + exec: + command: + - "340" + failureThreshold: 1471419756 + httpGet: + host: "342" + httpHeaders: + - name: "343" + value: "344" + path: "341" + port: 731136838 + scheme: 繡旹翃ɾ氒ĺʈʫ羶剹Ɗ + initialDelaySeconds: -1223327585 + periodSeconds: -1531582553 + successThreshold: 1474671869 + tcpSocket: + host: "345" + port: -183458945 + timeoutSeconds: -99080494 + name: "314" + ports: + - containerPort: 243566659 + hostIP: "320" + hostPort: -92253969 + name: "319" + protocol: ×DJɶ羹ƞʓ%ʝ`ǭ躌ñ?卶滿筇 + readinessProbe: + exec: + command: + - "346" + failureThreshold: 1447996588 + httpGet: + host: "348" + httpHeaders: + - name: "349" + value: "350" + path: "347" + port: 892837330 + scheme: 気Ƀ秮ò + initialDelaySeconds: -1649234654 + periodSeconds: 541943046 + successThreshold: 1502194981 + tcpSocket: + host: "352" + port: "351" + timeoutSeconds: -263708518 + resources: + limits: + ĭ$: "530" + requests: + «V¯ÁȦtl敷: "698" + securityContext: + allowPrivilegeEscalation: false + capabilities: + add: + - m葰賦迾娙ƴ4虵p蓋沥7uPƒw©ɴĶ + drop: + - "" + privileged: true + procMount: Ř筿 + readOnlyRootFilesystem: true + runAsGroup: 9111865674949727136 + runAsNonRoot: true + runAsUser: 6816267869367451869 + seLinuxOptions: + level: "378" + role: "376" + type: "377" + user: "375" + seccompProfile: + localhostProfile: "382" + type: 5Ų買霎ȃň[>ą S + windowsOptions: + gmsaCredentialSpec: "380" + gmsaCredentialSpecName: "379" + runAsUserName: "381" + startupProbe: + exec: + command: + - "353" + failureThreshold: 1805682547 + httpGet: + host: "356" + httpHeaders: + - name: "357" + value: "358" + path: "354" + port: "355" + scheme: đ>*劶? + initialDelaySeconds: 1008425444 + periodSeconds: 1678953375 + successThreshold: 1045190247 + tcpSocket: + host: "359" + port: -176877925 + timeoutSeconds: -821592382 + stdinOnce: true + targetContainerName: "383" + terminationMessagePath: "374" + terminationMessagePolicy: s梊ɥʋăƻ遲njlȘ鹾K + volumeDevices: + - devicePath: "339" + name: "338" + volumeMounts: + - mountPath: "335" + mountPropagation: Ű藛b磾sYȠ繽敮ǰ + name: "334" + subPath: "336" + subPathExpr: "337" + workingDir: "318" + hostAliases: + - hostnames: + - "446" + ip: "445" + hostIPC: true + hostNetwork: true + hostname: "400" + imagePullSecrets: + - name: "399" + initContainers: + - args: + - "178" + command: + - "177" + env: + - name: "185" + value: "186" + valueFrom: + configMapKeyRef: + key: "192" + name: "191" + optional: true + fieldRef: + apiVersion: "187" + fieldPath: "188" + resourceFieldRef: + containerName: "189" + divisor: "139" + resource: "190" + secretKeyRef: + key: "194" + name: "193" + optional: false + envFrom: + - configMapRef: + name: "183" + optional: false + prefix: "182" + secretRef: + name: "184" + optional: false + image: "176" + imagePullPolicy: Ɖ飴ɎiǨ + lifecycle: + postStart: + exec: + command: + - "222" + httpGet: + host: "224" + httpHeaders: + - name: "225" + value: "226" + path: "223" + port: -816630929 + tcpSocket: + host: "227" + port: 1965273344 + preStop: + exec: + command: + - "228" + httpGet: + host: "231" + httpHeaders: + - name: "232" + value: "233" + path: "229" + port: "230" + scheme: SÄ蚃ɣľ)酊龨δ摖ȱğ_< + tcpSocket: + host: "234" + port: -385597677 + livenessProbe: + exec: + command: + - "201" + failureThreshold: -552281772 + httpGet: + host: "204" + httpHeaders: + - name: "205" + value: "206" + path: "202" + port: "203" + scheme: u|榝$î.Ȏ蝪ʜ5遰=E埄Ȁ + initialDelaySeconds: -1246371817 + periodSeconds: 432291364 + successThreshold: 676578360 + tcpSocket: + host: "207" + port: 1714588921 + timeoutSeconds: 617318981 + name: "175" + ports: + - containerPort: -1252938503 + hostIP: "181" + hostPort: 852780575 + name: "180" + protocol: Opwǩ曬逴褜1ØœȠƬQg鄠 + readinessProbe: + exec: + command: + - "208" + failureThreshold: 549215478 + httpGet: + host: "210" + httpHeaders: + - name: "211" + value: "212" + path: "209" + port: 1777326813 + scheme: ǟi&皥贸碔lNKƙ順\E¦ + initialDelaySeconds: 1868887309 + periodSeconds: -316996074 + successThreshold: 1933968533 + tcpSocket: + host: "214" + port: "213" + timeoutSeconds: -528664199 + resources: + limits: + LĹ]佱¿>犵殇ŕ-Ɂ圯W:ĸ輦唊: "807" + requests: + 嚧ʣq埄: "936" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - ǵɐ鰥Z + drop: + - ´DÒȗÔÂɘɢ鬍熖B芭花ª瘡 + privileged: false + procMount: ƲǦŐnj汰 + readOnlyRootFilesystem: true + runAsGroup: 2823592889848840099 + runAsNonRoot: false + runAsUser: -1666202510534940446 + seLinuxOptions: + level: "239" + role: "237" + type: "238" + user: "236" + seccompProfile: + localhostProfile: "243" + type: ŕİi騎C + windowsOptions: + gmsaCredentialSpec: "241" + gmsaCredentialSpecName: "240" + runAsUserName: "242" + startupProbe: + exec: + command: + - "215" + failureThreshold: 1847163341 + httpGet: + host: "217" + httpHeaders: + - name: "218" + value: "219" + path: "216" + port: -374766088 + scheme: 翜舞拉Œ + initialDelaySeconds: -190183379 + periodSeconds: -341287812 + successThreshold: 2030115750 + tcpSocket: + host: "221" + port: "220" + timeoutSeconds: -940334911 + terminationMessagePath: "235" + terminationMessagePolicy: 橈' + tty: true + volumeDevices: + - devicePath: "200" + name: "199" + volumeMounts: + - mountPath: "196" + mountPropagation: '#嬀ơŸ8T 苧yñKJɐ扵Gƚ绤f' + name: "195" + subPath: "197" + subPathExpr: "198" + workingDir: "179" + nodeName: "388" + nodeSelector: + "384": "385" + overhead: + '[IŚȆĸsǞÃ+?Ď筌ʨ:': "664" + preemptionPolicy: 礗渶 + priority: 197024033 + priorityClassName: "447" + readinessGates: + - conditionType: "" + restartPolicy: '''呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG' + runtimeClassName: "452" + schedulerName: "442" + securityContext: + fsGroup: -4548866432246561416 + fsGroupChangePolicy: Ð扬 + runAsGroup: -4962946920772050319 + runAsNonRoot: true + runAsUser: 4841944355356012825 + seLinuxOptions: + level: "392" + role: "390" + type: "391" + user: "389" + seccompProfile: + localhostProfile: "398" + type: 惍EʦŊĊ娮rȧ + supplementalGroups: + - 5695420257629724684 + sysctls: + - name: "396" + value: "397" + windowsOptions: + gmsaCredentialSpec: "394" + gmsaCredentialSpecName: "393" + runAsUserName: "395" + serviceAccount: "387" + serviceAccountName: "386" + setHostnameAsFQDN: true + shareProcessNamespace: false + subdomain: "401" + terminationGracePeriodSeconds: -155552760352472950 + tolerations: + - effect: ưg + key: "443" + operator: Ž彙pg稠氦Ņs + tolerationSeconds: 7158818521862381855 + value: "444" + topologySpreadConstraints: + - labelSelector: + matchExpressions: + - key: 37-ufi-q7u0ux-qv4kd-36---9-d-6s83--r-vkm.8fmt4272r--49u-0m7u-----v---4b---h-wyux--4t7k--e--x--3/fdw.3-._CJ4a1._-_CH-6 + operator: DoesNotExist + matchLabels: + cg-w2q76.6-7w-tdt-u-0----p6l-3-znd-8b-dg--1035ad1o-d-6-bk81-3s/s-g__.2: 3N_.n1.--.._-x_4..u2-__3uM77U7._pT-___-_5-6h_K7 + maxSkew: -918148948 + topologyKey: "453" + whenUnsatisfiable: 亪鸑躓1Ǐ詁Ȟ鮩ĺJCuɖc + volumes: + - awsElasticBlockStore: + fsType: "47" + partition: -2007808768 + volumeID: "46" + azureDisk: + cachingMode: k ź贩j瀉ǚrǜnh0åȂ + diskName: "110" + diskURI: "111" + fsType: "112" + kind: nj揠8lj黳鈫ʕ禒Ƙá腿ħ缶 + readOnly: false + azureFile: + readOnly: true + secretName: "96" + shareName: "97" + cephfs: + monitors: + - "81" + path: "82" + secretFile: "84" + secretRef: + name: "85" + user: "83" + cinder: + fsType: "79" + secretRef: + name: "80" + volumeID: "78" + configMap: + defaultMode: 952979935 + items: + - key: "99" + mode: 2020789772 + path: "100" + name: "98" + optional: false + csi: + driver: "142" + fsType: "143" + nodePublishSecretRef: + name: "146" + readOnly: true + volumeAttributes: + "144": "145" + downwardAPI: + defaultMode: -868808281 + items: + - fieldRef: + apiVersion: "89" + fieldPath: "90" + mode: -1768075156 + path: "88" + resourceFieldRef: + containerName: "91" + divisor: "915" + resource: "92" + emptyDir: + medium: ɹ坼É/pȿ + sizeLimit: "804" + ephemeral: + volumeClaimTemplate: + metadata: + annotations: + "154": "155" + clusterName: "160" + creationTimestamp: null + deletionGracePeriodSeconds: 2974444584632416014 + finalizers: + - "159" + generateName: "148" + generation: 3849874053153949822 + labels: + "152": "153" + managedFields: + - apiVersion: "162" + fieldsType: "163" + manager: "161" + operation: 獵偐ę腬瓷碑=ɉ鎷卩蝾H韹寬娬ï瓼 + name: "147" + namespace: "149" + ownerReferences: + - apiVersion: "156" + blockOwnerDeletion: false + controller: true + kind: "157" + name: "158" + uid: oɘ檲ɨ銦妰黖ȓ + resourceVersion: "1248703441945830579" + selfLink: "150" + uid: 溟ɴ扵閝ȝ鐵儣廡ɑ龫`劳&¼ + spec: + accessModes: + - 酃=6}ɡŇƉ立hdz緄Ú|dk_瀹鞎 + dataSource: + apiGroup: "172" + kind: "173" + name: "174" + resources: + limits: + 'âĺɗŹ倗S晒嶗UÐ_ƮA攤/ɸɎ ': "648" + requests: + 鴒翁杙Ŧ癃8鸖ɱJȉ罴ņ螡: "212" + selector: + matchExpressions: + - key: Wik_--DSXr.n-A9..9__Y-H-Mqpt._.-_..051 + operator: DoesNotExist + matchLabels: + o-03-t-0-035--5b95w------4-n4f--139-295at-o7qff2/v2.-_-8wE._._3.-.83_iq_-y.-25C.A-j..9dfn38: m_zm-.-_RJt2pX_2_28.6 + storageClassName: "171" + volumeMode: dz娝嘚庎D}埽uʎȺ眖R#yV'WK + volumeName: "170" + fc: + fsType: "94" + lun: 570501002 + targetWWNs: + - "93" + wwids: + - "95" + flexVolume: + driver: "73" + fsType: "74" + options: + "76": "77" + readOnly: true + secretRef: + name: "75" + flocker: + datasetName: "86" + datasetUUID: "87" + gcePersistentDisk: + fsType: "45" + partition: -1318752360 + pdName: "44" + gitRepo: + directory: "50" + repository: "48" + revision: "49" + glusterfs: + endpoints: "63" + path: "64" + hostPath: + path: "43" + type: "" + iscsi: + chapAuthDiscovery: true + chapAuthSession: true + fsType: "59" + initiatorName: "62" + iqn: "57" + iscsiInterface: "58" + lun: 408756018 + portals: + - "60" + readOnly: true + secretRef: + name: "61" + targetPortal: "56" + name: "42" + nfs: + path: "55" + readOnly: true + server: "54" + persistentVolumeClaim: + claimName: "65" + readOnly: true + photonPersistentDisk: + fsType: "114" + pdID: "113" + portworxVolume: + fsType: "129" + volumeID: "128" + projected: + defaultMode: 480521693 + sources: + - configMap: + items: + - key: "124" + mode: -1126738259 + path: "125" + name: "123" + optional: true + downwardAPI: + items: + - fieldRef: + apiVersion: "119" + fieldPath: "120" + mode: -1618937335 + path: "118" + resourceFieldRef: + containerName: "121" + divisor: "461" + resource: "122" + secret: + items: + - key: "116" + mode: 675406340 + path: "117" + name: "115" + optional: false + serviceAccountToken: + audience: "126" + expirationSeconds: -6345861634934949644 + path: "127" + quobyte: + group: "108" + registry: "105" + tenant: "109" + user: "107" + volume: "106" + rbd: + fsType: "68" + image: "67" + keyring: "71" + monitors: + - "66" + pool: "69" + readOnly: true + secretRef: + name: "72" + user: "70" + scaleIO: + fsType: "137" + gateway: "130" + protectionDomain: "133" + secretRef: + name: "132" + sslEnabled: true + storageMode: "135" + storagePool: "134" + system: "131" + volumeName: "136" + secret: + defaultMode: 1233814916 + items: + - key: "52" + mode: 228756891 + path: "53" + optional: false + secretName: "51" + storageos: + fsType: "140" + secretRef: + name: "141" + volumeName: "138" + volumeNamespace: "139" + vsphereVolume: + fsType: "102" + storagePolicyID: "104" + storagePolicyName: "103" + volumePath: "101" + updateStrategy: + rollingUpdate: + maxUnavailable: 2 + type: 翘ǼZ熝Ʊ宷泐ɻvŰ`Ǧɝ憑ǖ菐u +status: + collisionCount: 223996911 + conditions: + - lastTransitionTime: "2480-06-05T07:37:49Z" + message: "461" + reason: "460" + status: 楗鱶镖喗vȥ倉螆ȨX>,«ɒó + type: Y囙邵鄨o鷺ɷ裝TG奟cõ乨厰ʚ± + currentNumberScheduled: 408491268 + desiredNumberScheduled: 1883709155 + numberAvailable: -406189540 + numberMisscheduled: -1833348558 + numberReady: 484752614 + numberUnavailable: -2095625968 + observedGeneration: 3359608726763190142 + updatedNumberScheduled: 1401559245 diff --git a/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1.Deployment.after_roundtrip.json b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1.Deployment.after_roundtrip.json new file mode 100644 index 00000000000..84eb5b2cfbe --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1.Deployment.after_roundtrip.json @@ -0,0 +1,1499 @@ +{ + "kind": "Deployment", + "apiVersion": "apps/v1", + "metadata": { + "name": "2", + "generateName": "3", + "namespace": "4", + "selfLink": "5", + "uid": "7", + "resourceVersion": "11042405498087606203", + "generation": 8071137005907523419, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -4955867275792137171, + "labels": { + "7": "8" + }, + "annotations": { + "9": "10" + }, + "ownerReferences": [ + { + "apiVersion": "11", + "kind": "12", + "name": "13", + "uid": "Dz廔ȇ{sŊƏp", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "14" + ], + "clusterName": "15", + "managedFields": [ + { + "manager": "16", + "operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]", + "apiVersion": "17", + "fieldsType": "18" + } + ] + }, + "spec": { + "replicas": 896585016, + "selector": { + "matchLabels": { + "74404d5---g8c2-k-91e.y5-g--58----0683-b-w7ld-6cs06xj-x5yv0wm-k18/M_-Nx.N_6-___._-.-W._AAn---v_-5-_8LXj": "6-4_WE-_JTrcd-2.-__E_Sv__26KX_R_.-.Nth._--S_4DA_-5_-4lQ42M--1" + }, + "matchExpressions": [ + { + "key": "50-u--25cu87--r7p-w1e67-8pj5t-kl-v0q6b68--nu5oii38fn-8.629b-jd-8c45-0-8--6n--w0--w---196g8d--iv1-5--5ht-a-29--0qso796/3___47._49pIB_o61ISU4--A_.XK_._M99", + "operator": "Exists" + } + ] + }, + "template": { + "metadata": { + "name": "25", + "generateName": "26", + "namespace": "27", + "selfLink": "28", + "uid": "?Qȫş", + "resourceVersion": "1736621709629422270", + "generation": -8542870036622468681, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -2575298329142810753, + "labels": { + "30": "31" + }, + "annotations": { + "32": "33" + }, + "ownerReferences": [ + { + "apiVersion": "34", + "kind": "35", + "name": "36", + "uid": "ƶȤ^}", + "controller": true, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "37" + ], + "clusterName": "38", + "managedFields": [ + { + "manager": "39", + "operation": "躢", + "apiVersion": "40", + "fieldsType": "41" + } + ] + }, + "spec": { + "volumes": [ + { + "name": "42", + "hostPath": { + "path": "43", + "type": "ƛƟ)ÙæNǚ錯ƶRquA?瞲Ť倱\u003c" + }, + "emptyDir": { + "medium": "Xŋ朘瑥A徙ɶɊł/擇ɦĽ胚O醔ɍ厶耈", + "sizeLimit": "473" + }, + "gcePersistentDisk": { + "pdName": "44", + "fsType": "45", + "partition": -1188153605 + }, + "awsElasticBlockStore": { + "volumeID": "46", + "fsType": "47", + "partition": 912004803, + "readOnly": true + }, + "gitRepo": { + "repository": "48", + "revision": "49", + "directory": "50" + }, + "secret": { + "secretName": "51", + "items": [ + { + "key": "52", + "path": "53", + "mode": -547518679 + } + ], + "defaultMode": 332383000, + "optional": true + }, + "nfs": { + "server": "54", + "path": "55", + "readOnly": true + }, + "iscsi": { + "targetPortal": "56", + "iqn": "57", + "lun": 994527057, + "iscsiInterface": "58", + "fsType": "59", + "portals": [ + "60" + ], + "chapAuthDiscovery": true, + "secretRef": { + "name": "61" + }, + "initiatorName": "62" + }, + "glusterfs": { + "endpoints": "63", + "path": "64", + "readOnly": true + }, + "persistentVolumeClaim": { + "claimName": "65", + "readOnly": true + }, + "rbd": { + "monitors": [ + "66" + ], + "image": "67", + "fsType": "68", + "pool": "69", + "user": "70", + "keyring": "71", + "secretRef": { + "name": "72" + } + }, + "flexVolume": { + "driver": "73", + "fsType": "74", + "secretRef": { + "name": "75" + }, + "readOnly": true, + "options": { + "76": "77" + } + }, + "cinder": { + "volumeID": "78", + "fsType": "79", + "secretRef": { + "name": "80" + } + }, + "cephfs": { + "monitors": [ + "81" + ], + "path": "82", + "user": "83", + "secretFile": "84", + "secretRef": { + "name": "85" + } + }, + "flocker": { + "datasetName": "86", + "datasetUUID": "87" + }, + "downwardAPI": { + "items": [ + { + "path": "88", + "fieldRef": { + "apiVersion": "89", + "fieldPath": "90" + }, + "resourceFieldRef": { + "containerName": "91", + "resource": "92", + "divisor": "660" + }, + "mode": 1569992019 + } + ], + "defaultMode": 824682619 + }, + "fc": { + "targetWWNs": [ + "93" + ], + "lun": -1740986684, + "fsType": "94", + "readOnly": true, + "wwids": [ + "95" + ] + }, + "azureFile": { + "secretName": "96", + "shareName": "97", + "readOnly": true + }, + "configMap": { + "name": "98", + "items": [ + { + "key": "99", + "path": "100", + "mode": 195263908 + } + ], + "defaultMode": 1593906314, + "optional": false + }, + "vsphereVolume": { + "volumePath": "101", + "fsType": "102", + "storagePolicyName": "103", + "storagePolicyID": "104" + }, + "quobyte": { + "registry": "105", + "volume": "106", + "user": "107", + "group": "108", + "tenant": "109" + }, + "azureDisk": { + "diskName": "110", + "diskURI": "111", + "cachingMode": "|@?鷅bȻN", + "fsType": "112", + "readOnly": true, + "kind": "榱*Gưoɘ檲" + }, + "photonPersistentDisk": { + "pdID": "113", + "fsType": "114" + }, + "projected": { + "sources": [ + { + "secret": { + "name": "115", + "items": [ + { + "key": "116", + "path": "117", + "mode": -323584340 + } + ], + "optional": true + }, + "downwardAPI": { + "items": [ + { + "path": "118", + "fieldRef": { + "apiVersion": "119", + "fieldPath": "120" + }, + "resourceFieldRef": { + "containerName": "121", + "resource": "122", + "divisor": "106" + }, + "mode": 173030157 + } + ] + }, + "configMap": { + "name": "123", + "items": [ + { + "key": "124", + "path": "125", + "mode": 2063799569 + } + ], + "optional": false + }, + "serviceAccountToken": { + "audience": "126", + "expirationSeconds": 8357931971650847566, + "path": "127" + } + } + ], + "defaultMode": -1334904807 + }, + "portworxVolume": { + "volumeID": "128", + "fsType": "129", + "readOnly": true + }, + "scaleIO": { + "gateway": "130", + "system": "131", + "secretRef": { + "name": "132" + }, + "protectionDomain": "133", + "storagePool": "134", + "storageMode": "135", + "volumeName": "136", + "fsType": "137" + }, + "storageos": { + "volumeName": "138", + "volumeNamespace": "139", + "fsType": "140", + "secretRef": { + "name": "141" + } + }, + "csi": { + "driver": "142", + "readOnly": false, + "fsType": "143", + "volumeAttributes": { + "144": "145" + }, + "nodePublishSecretRef": { + "name": "146" + } + }, + "ephemeral": { + "volumeClaimTemplate": { + "metadata": { + "name": "147", + "generateName": "148", + "namespace": "149", + "selfLink": "150", + "uid": "H巧壚tC十Oɢ", + "resourceVersion": "11451542506523135343", + "generation": 6028937828108618026, + "creationTimestamp": null, + "deletionGracePeriodSeconds": 6296624700137074905, + "labels": { + "152": "153" + }, + "annotations": { + "154": "155" + }, + "ownerReferences": [ + { + "apiVersion": "156", + "kind": "157", + "name": "158", + "uid": "閝ȝ", + "controller": false, + "blockOwnerDeletion": false + } + ], + "finalizers": [ + "159" + ], + "clusterName": "160", + "managedFields": [ + { + "manager": "161", + "operation": "ɑ龫`劳\u0026¼傭Ȟ1酃=6}ɡŇƉ立h", + "apiVersion": "162", + "fieldsType": "163" + } + ] + }, + "spec": { + "accessModes": [ + "鲡:" + ], + "selector": { + "matchLabels": { + "0-.-yz-0-_p4mz--.I_f6kjsz-7lwY-Y93-6": "igm_-._.q6" + }, + "matchExpressions": [ + { + "key": "m_0_F03_J", + "operator": "NotIn", + "values": [ + "4FpF_W-6" + ] + } + ] + }, + "resources": { + "limits": { + "Ŗȫ焗捏ĨFħ籘": "853" + }, + "requests": { + "zɟ踡肒Ao/樝fw[Řż丩ŽoǠ": "918" + } + }, + "volumeName": "170", + "storageClassName": "171", + "volumeMode": "Z1Ůđ眊ľǎɳ,ǿ飏騀呣", + "dataSource": { + "apiGroup": "172", + "kind": "173", + "name": "174" + } + } + } + } + } + ], + "initContainers": [ + { + "name": "175", + "image": "176", + "command": [ + "177" + ], + "args": [ + "178" + ], + "workingDir": "179", + "ports": [ + { + "name": "180", + "hostPort": 282592353, + "containerPort": 377225334, + "protocol": "Ƹ[Ęİ榌U髷裎$MVȟ@7", + "hostIP": "181" + } + ], + "envFrom": [ + { + "prefix": "182", + "configMapRef": { + "name": "183", + "optional": false + }, + "secretRef": { + "name": "184", + "optional": false + } + } + ], + "env": [ + { + "name": "185", + "value": "186", + "valueFrom": { + "fieldRef": { + "apiVersion": "187", + "fieldPath": "188" + }, + "resourceFieldRef": { + "containerName": "189", + "resource": "190", + "divisor": "573" + }, + "configMapKeyRef": { + "name": "191", + "key": "192", + "optional": false + }, + "secretKeyRef": { + "name": "193", + "key": "194", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "ǚ灄鸫rʤî萨zvt": "829" + }, + "requests": { + "悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\\p": "604" + } + }, + "volumeMounts": [ + { + "name": "195", + "readOnly": true, + "mountPath": "196", + "subPath": "197", + "mountPropagation": "ƖHV", + "subPathExpr": "198" + } + ], + "volumeDevices": [ + { + "name": "199", + "devicePath": "200" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "201" + ] + }, + "httpGet": { + "path": "202", + "port": -1196874390, + "host": "203", + "scheme": "S晒嶗UÐ_ƮA攤", + "httpHeaders": [ + { + "name": "204", + "value": "205" + } + ] + }, + "tcpSocket": { + "port": -498930176, + "host": "206" + }, + "initialDelaySeconds": 1885897314, + "timeoutSeconds": -465677631, + "periodSeconds": 1054858106, + "successThreshold": 232569106, + "failureThreshold": -1150474479 + }, + "readinessProbe": { + "exec": { + "command": [ + "207" + ] + }, + "httpGet": { + "path": "208", + "port": "209", + "host": "210", + "scheme": "8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ", + "httpHeaders": [ + { + "name": "211", + "value": "212" + } + ] + }, + "tcpSocket": { + "port": "213", + "host": "214" + }, + "initialDelaySeconds": -2717401, + "timeoutSeconds": -1492565335, + "periodSeconds": -1099429189, + "successThreshold": 994072122, + "failureThreshold": 1752155096 + }, + "startupProbe": { + "exec": { + "command": [ + "215" + ] + }, + "httpGet": { + "path": "216", + "port": "217", + "host": "218", + "scheme": "Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ", + "httpHeaders": [ + { + "name": "219", + "value": "220" + } + ] + }, + "tcpSocket": { + "port": -36782737, + "host": "221" + }, + "initialDelaySeconds": -1738069460, + "timeoutSeconds": -1643733106, + "periodSeconds": -805795167, + "successThreshold": 1791615594, + "failureThreshold": 785984384 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "222" + ] + }, + "httpGet": { + "path": "223", + "port": "224", + "host": "225", + "scheme": "\u003e郵[+扴ȨŮ", + "httpHeaders": [ + { + "name": "226", + "value": "227" + } + ] + }, + "tcpSocket": { + "port": "228", + "host": "229" + } + }, + "preStop": { + "exec": { + "command": [ + "230" + ] + }, + "httpGet": { + "path": "231", + "port": -743369977, + "host": "232", + "scheme": "\u003e犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4", + "httpHeaders": [ + { + "name": "233", + "value": "234" + } + ] + }, + "tcpSocket": { + "port": -1224991707, + "host": "235" + } + } + }, + "terminationMessagePath": "236", + "imagePullPolicy": "昕Ĭ", + "securityContext": { + "capabilities": { + "add": [ + "藢xɮĵȑ6L*Z鐫û咡W\u003c" + ], + "drop": [ + "lu|榝$î." + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "237", + "role": "238", + "type": "239", + "level": "240" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "241", + "gmsaCredentialSpec": "242", + "runAsUserName": "243" + }, + "runAsUser": -7565148469525206101, + "runAsGroup": 8949541422887578058, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "朦 wƯ貾坢'跩", + "seccompProfile": { + "type": "ŕ翑0展}", + "localhostProfile": "244" + } + }, + "stdinOnce": true + } + ], + "containers": [ + { + "name": "245", + "image": "246", + "command": [ + "247" + ], + "args": [ + "248" + ], + "workingDir": "249", + "ports": [ + { + "name": "250", + "hostPort": -778272981, + "containerPort": 2056774277, + "protocol": "现葢ŵ橨鬶l獕;跣Hǝcw媀瓄\u0026翜舞拉", + "hostIP": "251" + } + ], + "envFrom": [ + { + "prefix": "252", + "configMapRef": { + "name": "253", + "optional": true + }, + "secretRef": { + "name": "254", + "optional": false + } + } + ], + "env": [ + { + "name": "255", + "value": "256", + "valueFrom": { + "fieldRef": { + "apiVersion": "257", + "fieldPath": "258" + }, + "resourceFieldRef": { + "containerName": "259", + "resource": "260", + "divisor": "124" + }, + "configMapKeyRef": { + "name": "261", + "key": "262", + "optional": false + }, + "secretKeyRef": { + "name": "263", + "key": "264", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "V訆Ǝżŧ": "915" + }, + "requests": { + "+SÄ蚃ɣľ)酊龨Î": "787" + } + }, + "volumeMounts": [ + { + "name": "265", + "readOnly": true, + "mountPath": "266", + "subPath": "267", + "mountPropagation": "\"冓鍓贯澔 ƺ蛜6", + "subPathExpr": "268" + } + ], + "volumeDevices": [ + { + "name": "269", + "devicePath": "270" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "271" + ] + }, + "httpGet": { + "path": "272", + "port": 465486290, + "host": "273", + "httpHeaders": [ + { + "name": "274", + "value": "275" + } + ] + }, + "tcpSocket": { + "port": -116224247, + "host": "276" + }, + "initialDelaySeconds": -2097329452, + "timeoutSeconds": 1504385614, + "periodSeconds": 865289071, + "successThreshold": -1829146875, + "failureThreshold": -205176266 + }, + "readinessProbe": { + "exec": { + "command": [ + "277" + ] + }, + "httpGet": { + "path": "278", + "port": 234253676, + "host": "279", + "scheme": "ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏", + "httpHeaders": [ + { + "name": "280", + "value": "281" + } + ] + }, + "tcpSocket": { + "port": "282", + "host": "283" + }, + "initialDelaySeconds": -2062708879, + "timeoutSeconds": 215186711, + "periodSeconds": -141401239, + "successThreshold": -1187301925, + "failureThreshold": -402384013 + }, + "startupProbe": { + "exec": { + "command": [ + "284" + ] + }, + "httpGet": { + "path": "285", + "port": "286", + "host": "287", + "scheme": "鏻砅邻爥", + "httpHeaders": [ + { + "name": "288", + "value": "289" + } + ] + }, + "tcpSocket": { + "port": -305362540, + "host": "290" + }, + "initialDelaySeconds": 601198286, + "timeoutSeconds": 409029209, + "periodSeconds": 405193215, + "successThreshold": 2129989022, + "failureThreshold": -1699531929 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "291" + ] + }, + "httpGet": { + "path": "292", + "port": "293", + "host": "294", + "scheme": "­蜷ɔ幩š", + "httpHeaders": [ + { + "name": "295", + "value": "296" + } + ] + }, + "tcpSocket": { + "port": 455833230, + "host": "297" + } + }, + "preStop": { + "exec": { + "command": [ + "298" + ] + }, + "httpGet": { + "path": "299", + "port": 1076497581, + "host": "300", + "scheme": "h4ɊHȖ|ʐ", + "httpHeaders": [ + { + "name": "301", + "value": "302" + } + ] + }, + "tcpSocket": { + "port": 248533396, + "host": "303" + } + } + }, + "terminationMessagePath": "304", + "terminationMessagePolicy": "迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ", + "imagePullPolicy": "ņ", + "securityContext": { + "capabilities": { + "add": [ + "DŽ髐njʉBn(fǂǢ曣" + ], + "drop": [ + "ay" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "305", + "role": "306", + "type": "307", + "level": "308" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "309", + "gmsaCredentialSpec": "310", + "runAsUserName": "311" + }, + "runAsUser": 1958157659034146020, + "runAsGroup": -5996624450771474158, + "runAsNonRoot": false, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": false, + "procMount": "嗆u", + "seccompProfile": { + "type": "晲T[irȎ3Ĕ\\", + "localhostProfile": "312" + } + }, + "tty": true + } + ], + "ephemeralContainers": [ + { + "name": "313", + "image": "314", + "command": [ + "315" + ], + "args": [ + "316" + ], + "workingDir": "317", + "ports": [ + { + "name": "318", + "hostPort": -1656699070, + "containerPort": -1918622971, + "protocol": "ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz", + "hostIP": "319" + } + ], + "envFrom": [ + { + "prefix": "320", + "configMapRef": { + "name": "321", + "optional": true + }, + "secretRef": { + "name": "322", + "optional": false + } + } + ], + "env": [ + { + "name": "323", + "value": "324", + "valueFrom": { + "fieldRef": { + "apiVersion": "325", + "fieldPath": "326" + }, + "resourceFieldRef": { + "containerName": "327", + "resource": "328", + "divisor": "69" + }, + "configMapKeyRef": { + "name": "329", + "key": "330", + "optional": true + }, + "secretKeyRef": { + "name": "331", + "key": "332", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "1b": "328" + }, + "requests": { + "}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊": "699" + } + }, + "volumeMounts": [ + { + "name": "333", + "readOnly": true, + "mountPath": "334", + "subPath": "335", + "mountPropagation": "Ik(dŊiɢzĮ蛋I", + "subPathExpr": "336" + } + ], + "volumeDevices": [ + { + "name": "337", + "devicePath": "338" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "339" + ] + }, + "httpGet": { + "path": "340", + "port": "341", + "host": "342", + "scheme": "ȥ}礤铟怖ý萜Ǖ", + "httpHeaders": [ + { + "name": "343", + "value": "344" + } + ] + }, + "tcpSocket": { + "port": -1088996269, + "host": "345" + }, + "initialDelaySeconds": -1922458514, + "timeoutSeconds": 1480364858, + "periodSeconds": 692511776, + "successThreshold": -1231653807, + "failureThreshold": -36573584 + }, + "readinessProbe": { + "exec": { + "command": [ + "346" + ] + }, + "httpGet": { + "path": "347", + "port": -1157640253, + "host": "348", + "scheme": "×p鬷m罂o3ǰ廋i乳'ȘUɻ;", + "httpHeaders": [ + { + "name": "349", + "value": "350" + } + ] + }, + "tcpSocket": { + "port": "351", + "host": "352" + }, + "initialDelaySeconds": -478839383, + "timeoutSeconds": 989933975, + "periodSeconds": 140830733, + "successThreshold": -708495486, + "failureThreshold": -1436899600 + }, + "startupProbe": { + "exec": { + "command": [ + "353" + ] + }, + "httpGet": { + "path": "354", + "port": "355", + "host": "356", + "scheme": "漤ŗ坟", + "httpHeaders": [ + { + "name": "357", + "value": "358" + } + ] + }, + "tcpSocket": { + "port": -1617422199, + "host": "359" + }, + "initialDelaySeconds": -902839620, + "timeoutSeconds": -2030665763, + "periodSeconds": 1808698094, + "successThreshold": 1155232143, + "failureThreshold": -1873425934 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "360" + ] + }, + "httpGet": { + "path": "361", + "port": 1288391156, + "host": "362", + "scheme": "Ǥ桒ɴ鉂WJ1抉泅ą\u0026疀ȼN", + "httpHeaders": [ + { + "name": "363", + "value": "364" + } + ] + }, + "tcpSocket": { + "port": "365", + "host": "366" + } + }, + "preStop": { + "exec": { + "command": [ + "367" + ] + }, + "httpGet": { + "path": "368", + "port": 1859267428, + "host": "369", + "scheme": "ȟP", + "httpHeaders": [ + { + "name": "370", + "value": "371" + } + ] + }, + "tcpSocket": { + "port": 1445923603, + "host": "372" + } + } + }, + "terminationMessagePath": "373", + "terminationMessagePolicy": "殆诵H玲鑠ĭ$#卛8ð仁Q", + "imagePullPolicy": "tl敷斢杧ż鯀", + "securityContext": { + "capabilities": { + "add": [ + "鸔ɧWǘ炙" + ], + "drop": [ + "餸硷" + ] + }, + "privileged": true, + "seLinuxOptions": { + "user": "374", + "role": "375", + "type": "376", + "level": "377" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "378", + "gmsaCredentialSpec": "379", + "runAsUserName": "380" + }, + "runAsUser": 5215323049148402377, + "runAsGroup": 2946116477552625615, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "ʈʫ羶剹ƊF豎穜", + "seccompProfile": { + "type": "l咑耖p^鏋", + "localhostProfile": "381" + } + }, + "tty": true, + "targetContainerName": "382" + } + ], + "restartPolicy": "ȿ醏g遧", + "terminationGracePeriodSeconds": -616777763639482630, + "activeDeadlineSeconds": 2031424375743848602, + "dnsPolicy": ":{柯?B", + "nodeSelector": { + "383": "384" + }, + "serviceAccountName": "385", + "serviceAccount": "386", + "automountServiceAccountToken": false, + "nodeName": "387", + "hostNetwork": true, + "shareProcessNamespace": false, + "securityContext": { + "seLinuxOptions": { + "user": "388", + "role": "389", + "type": "390", + "level": "391" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "392", + "gmsaCredentialSpec": "393", + "runAsUserName": "394" + }, + "runAsUser": -1290365495982891537, + "runAsGroup": -759684899479757878, + "runAsNonRoot": false, + "supplementalGroups": [ + 3273247375993523103 + ], + "fsGroup": 4489057930380969432, + "sysctls": [ + { + "name": "395", + "value": "396" + } + ], + "fsGroupChangePolicy": "='ʨ|ǓÓ敆OɈÏ 瞍髃", + "seccompProfile": { + "type": "ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn", + "localhostProfile": "397" + } + }, + "imagePullSecrets": [ + { + "name": "398" + } + ], + "hostname": "399", + "subdomain": "400", + "affinity": { + "nodeAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": { + "nodeSelectorTerms": [ + { + "matchExpressions": [ + { + "key": "401", + "operator": "+Œ9两", + "values": [ + "402" + ] + } + ], + "matchFields": [ + { + "key": "403", + "operator": "q=歍þ螗ɃŒGm¨z鋎靀G", + "values": [ + "404" + ] + } + ] + } + ] + }, + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 377409178, + "preference": { + "matchExpressions": [ + { + "key": "405", + "operator": "#ļǹʅŚO虀^背遻堣灭ƴɦ燻", + "values": [ + "406" + ] + } + ], + "matchFields": [ + { + "key": "407", + "operator": "-觗裓6Ř筿ɾ5Ų買霎ȃň[\u003eą", + "values": [ + "408" + ] + } + ] + } + } + ] + }, + "podAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5": "1--L--v_Z--Zg-_4Q__-v_t_u_.A" + }, + "matchExpressions": [ + { + "key": "5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y", + "operator": "Exists" + } + ] + }, + "namespaces": [ + "415" + ], + "topologyKey": "416" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -1507671981, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-35840-w4g-27-5s6.q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x18mtxb--kexr-y/oK-.O--5-yp8q_s-1__gw_-z_659GE.l_.23--_6l.-5_Z": "3Pw_-r75--_-Ao" + }, + "matchExpressions": [ + { + "key": "hj6/bW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...CqN", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "423" + ], + "topologyKey": "424" + } + } + ] + }, + "podAntiAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "C--Y_Dp8O_._e_3_.4_W_-_7": "p_.----cp__ac8u.._-__BM.6-.Y7" + }, + "matchExpressions": [ + { + "key": "1x--i--7-nt-23h-4z-21-sap--h--q0h-t2n4s-6-k5-7-a0w-ke5p-3.nu--17---u7-gl7814ei-07shtq-6---g----9s39z-5/wv3UDf.-4D-5", + "operator": "NotIn", + "values": [ + "l67Q.-_t--O.3L.z2-y.-...C4_-_2G8" + ] + } + ] + }, + "namespaces": [ + "431" + ], + "topologyKey": "432" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 1067925263, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "k407--m-dc---6-q-q0o90--g-09--d5ez1----b69x90/um._fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_VF": "11---.-o7.pJ-4-1WV.-__05._LsuH" + }, + "matchExpressions": [ + { + "key": "8", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "439" + ], + "topologyKey": "440" + } + } + ] + } + }, + "schedulerName": "441", + "tolerations": [ + { + "key": "442", + "operator": "Ɖ肆Ző", + "value": "443", + "effect": "淵", + "tolerationSeconds": -1072615283184390308 + } + ], + "hostAliases": [ + { + "ip": "444", + "hostnames": [ + "445" + ] + } + ], + "priorityClassName": "446", + "priority": -1221153504, + "dnsConfig": { + "nameservers": [ + "447" + ], + "searches": [ + "448" + ], + "options": [ + { + "name": "449", + "value": "450" + } + ] + }, + "readinessGates": [ + { + "conditionType": "媈" + } + ], + "runtimeClassName": "451", + "enableServiceLinks": true, + "preemptionPolicy": "n夬LJ:BŐ埑Ô*ɾWȖ韝ƉşʁO^:", + "overhead": { + "ȩ纾S": "368" + }, + "topologySpreadConstraints": [ + { + "maxSkew": -1568300104, + "topologyKey": "452", + "whenUnsatisfiable": "潑嫉悔柅ȵ.Ȁ鎧Y冒Ɩ", + "labelSelector": { + "matchLabels": { + "jp-z---k-5r6h--y7n.61-cm---ch-g0t-q--qr95ws-v-5--7-ufi-7/35a-1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--.2g": "Mqp..__._-J_-fk3-_j.133eT_2_Y" + }, + "matchExpressions": [ + { + "key": "51-i-d-----9---063-qm-j-3wc89k-0-57z4063--4/rBQ.u", + "operator": "Exists" + } + ] + } + } + ], + "setHostnameAsFQDN": false + } + }, + "strategy": { + "type": "xʚ=5谠vÐ仆dždĄ跞肞", + "rollingUpdate": { + "maxUnavailable": 2, + "maxSurge": 3 + } + }, + "minReadySeconds": -1934555365, + "revisionHistoryLimit": -1189243539, + "progressDeadlineSeconds": -1510243221 + }, + "status": { + "observedGeneration": 8090469215987662586, + "replicas": 782219862, + "updatedReplicas": 1380163777, + "readyReplicas": 877113289, + "availableReplicas": -1172851921, + "unavailableReplicas": -763028101, + "conditions": [ + { + "type": "ʤY囙邵鄨o鷺ɷ裝TG奟cõ乨", + "status": "íEd楗鱶镖喗vȥ倉螆ȨX\u003e", + "lastUpdateTime": "2792-08-11T23:40:18Z", + "lastTransitionTime": "2151-08-19T18:24:00Z", + "reason": "459", + "message": "460" + } + ], + "collisionCount": -73034396 + } +} \ No newline at end of file diff --git a/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1.Deployment.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1.Deployment.after_roundtrip.pb new file mode 100644 index 0000000000000000000000000000000000000000..7dd6546377711ee1c6f357fe3c85555c64a5bf92 GIT binary patch literal 7276 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ą + values: + - "408" + weight: 377409178 + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: "401" + operator: +Œ9两 + values: + - "402" + matchFields: + - key: "403" + operator: q=歍þ螗ɃŒGm¨z鋎靀G + values: + - "404" + podAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: hj6/bW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...CqN + operator: DoesNotExist + matchLabels: + ? v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-35840-w4g-27-5s6.q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x18mtxb--kexr-y/oK-.O--5-yp8q_s-1__gw_-z_659GE.l_.23--_6l.-5_Z + : 3Pw_-r75--_-Ao + namespaces: + - "423" + topologyKey: "424" + weight: -1507671981 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: 5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y + operator: Exists + matchLabels: + 1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5: 1--L--v_Z--Zg-_4Q__-v_t_u_.A + namespaces: + - "415" + topologyKey: "416" + podAntiAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: "8" + operator: DoesNotExist + matchLabels: + k407--m-dc---6-q-q0o90--g-09--d5ez1----b69x90/um._fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_VF: 11---.-o7.pJ-4-1WV.-__05._LsuH + namespaces: + - "439" + topologyKey: "440" + weight: 1067925263 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: 1x--i--7-nt-23h-4z-21-sap--h--q0h-t2n4s-6-k5-7-a0w-ke5p-3.nu--17---u7-gl7814ei-07shtq-6---g----9s39z-5/wv3UDf.-4D-5 + operator: NotIn + values: + - l67Q.-_t--O.3L.z2-y.-...C4_-_2G8 + matchLabels: + C--Y_Dp8O_._e_3_.4_W_-_7: p_.----cp__ac8u.._-__BM.6-.Y7 + namespaces: + - "431" + topologyKey: "432" + automountServiceAccountToken: false + containers: + - args: + - "248" + command: + - "247" + env: + - name: "255" + value: "256" + valueFrom: + configMapKeyRef: + key: "262" + name: "261" + optional: false + fieldRef: + apiVersion: "257" + fieldPath: "258" + resourceFieldRef: + containerName: "259" + divisor: "124" + resource: "260" + secretKeyRef: + key: "264" + name: "263" + optional: false + envFrom: + - configMapRef: + name: "253" + optional: true + prefix: "252" + secretRef: + name: "254" + optional: false + image: "246" + imagePullPolicy: ņ + lifecycle: + postStart: + exec: + command: + - "291" + httpGet: + host: "294" + httpHeaders: + - name: "295" + value: "296" + path: "292" + port: "293" + scheme: ­蜷ɔ幩š + tcpSocket: + host: "297" + port: 455833230 + preStop: + exec: + command: + - "298" + httpGet: + host: "300" + httpHeaders: + - name: "301" + value: "302" + path: "299" + port: 1076497581 + scheme: h4ɊHȖ|ʐ + tcpSocket: + host: "303" + port: 248533396 + livenessProbe: + exec: + command: + - "271" + failureThreshold: -205176266 + httpGet: + host: "273" + httpHeaders: + - name: "274" + value: "275" + path: "272" + port: 465486290 + initialDelaySeconds: -2097329452 + periodSeconds: 865289071 + successThreshold: -1829146875 + tcpSocket: + host: "276" + port: -116224247 + timeoutSeconds: 1504385614 + name: "245" + ports: + - containerPort: 2056774277 + hostIP: "251" + hostPort: -778272981 + name: "250" + protocol: 现葢ŵ橨鬶l獕;跣Hǝcw媀瓄&翜舞拉 + readinessProbe: + exec: + command: + - "277" + failureThreshold: -402384013 + httpGet: + host: "279" + httpHeaders: + - name: "280" + value: "281" + path: "278" + port: 234253676 + scheme: ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏 + initialDelaySeconds: -2062708879 + periodSeconds: -141401239 + successThreshold: -1187301925 + tcpSocket: + host: "283" + port: "282" + timeoutSeconds: 215186711 + resources: + limits: + V訆Ǝżŧ: "915" + requests: + +SÄ蚃ɣľ)酊龨Î: "787" + securityContext: + allowPrivilegeEscalation: false + capabilities: + add: + - DŽ髐njʉBn(fǂǢ曣 + drop: + - ay + privileged: false + procMount: 嗆u + readOnlyRootFilesystem: true + runAsGroup: -5996624450771474158 + runAsNonRoot: false + runAsUser: 1958157659034146020 + seLinuxOptions: + level: "308" + role: "306" + type: "307" + user: "305" + seccompProfile: + localhostProfile: "312" + type: 晲T[irȎ3Ĕ\ + windowsOptions: + gmsaCredentialSpec: "310" + gmsaCredentialSpecName: "309" + runAsUserName: "311" + startupProbe: + exec: + command: + - "284" + failureThreshold: -1699531929 + httpGet: + host: "287" + httpHeaders: + - name: "288" + value: "289" + path: "285" + port: "286" + scheme: 鏻砅邻爥 + initialDelaySeconds: 601198286 + periodSeconds: 405193215 + successThreshold: 2129989022 + tcpSocket: + host: "290" + port: -305362540 + timeoutSeconds: 409029209 + terminationMessagePath: "304" + terminationMessagePolicy: 迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ + tty: true + volumeDevices: + - devicePath: "270" + name: "269" + volumeMounts: + - mountPath: "266" + mountPropagation: '"冓鍓贯澔 ƺ蛜6' + name: "265" + readOnly: true + subPath: "267" + subPathExpr: "268" + workingDir: "249" + dnsConfig: + nameservers: + - "447" + options: + - name: "449" + value: "450" + searches: + - "448" + dnsPolicy: :{柯?B + enableServiceLinks: true + ephemeralContainers: + - args: + - "316" + command: + - "315" + env: + - name: "323" + value: "324" + valueFrom: + configMapKeyRef: + key: "330" + name: "329" + optional: true + fieldRef: + apiVersion: "325" + fieldPath: "326" + resourceFieldRef: + containerName: "327" + divisor: "69" + resource: "328" + secretKeyRef: + key: "332" + name: "331" + optional: false + envFrom: + - configMapRef: + name: "321" + optional: true + prefix: "320" + secretRef: + name: "322" + optional: false + image: "314" + imagePullPolicy: tl敷斢杧ż鯀 + lifecycle: + postStart: + exec: + command: + - "360" + httpGet: + host: "362" + httpHeaders: + - name: "363" + value: "364" + path: "361" + port: 1288391156 + scheme: Ǥ桒ɴ鉂WJ1抉泅ą&疀ȼN + tcpSocket: + host: "366" + port: "365" + preStop: + exec: + command: + - "367" + httpGet: + host: "369" + httpHeaders: + - name: "370" + value: "371" + path: "368" + port: 1859267428 + scheme: ȟP + tcpSocket: + host: "372" + port: 1445923603 + livenessProbe: + exec: + command: + - "339" + failureThreshold: -36573584 + httpGet: + host: "342" + httpHeaders: + - name: "343" + value: "344" + path: "340" + port: "341" + scheme: ȥ}礤铟怖ý萜Ǖ + initialDelaySeconds: -1922458514 + periodSeconds: 692511776 + successThreshold: -1231653807 + tcpSocket: + host: "345" + port: -1088996269 + timeoutSeconds: 1480364858 + name: "313" + ports: + - containerPort: -1918622971 + hostIP: "319" + hostPort: -1656699070 + name: "318" + protocol: ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz + readinessProbe: + exec: + command: + - "346" + failureThreshold: -1436899600 + httpGet: + host: "348" + httpHeaders: + - name: "349" + value: "350" + path: "347" + port: -1157640253 + scheme: ×p鬷m罂o3ǰ廋i乳'ȘUɻ; + initialDelaySeconds: -478839383 + periodSeconds: 140830733 + successThreshold: -708495486 + tcpSocket: + host: "352" + port: "351" + timeoutSeconds: 989933975 + resources: + limits: + 1b: "328" + requests: + '}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊': "699" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 鸔ɧWǘ炙 + drop: + - 餸硷 + privileged: true + procMount: ʈʫ羶剹ƊF豎穜 + readOnlyRootFilesystem: true + runAsGroup: 2946116477552625615 + runAsNonRoot: true + runAsUser: 5215323049148402377 + seLinuxOptions: + level: "377" + role: "375" + type: "376" + user: "374" + seccompProfile: + localhostProfile: "381" + type: l咑耖p^鏋 + windowsOptions: + gmsaCredentialSpec: "379" + gmsaCredentialSpecName: "378" + runAsUserName: "380" + startupProbe: + exec: + command: + - "353" + failureThreshold: -1873425934 + httpGet: + host: "356" + httpHeaders: + - name: "357" + value: "358" + path: "354" + port: "355" + scheme: 漤ŗ坟 + initialDelaySeconds: -902839620 + periodSeconds: 1808698094 + successThreshold: 1155232143 + tcpSocket: + host: "359" + port: -1617422199 + timeoutSeconds: -2030665763 + targetContainerName: "382" + terminationMessagePath: "373" + terminationMessagePolicy: 殆诵H玲鑠ĭ$#卛8ð仁Q + tty: true + volumeDevices: + - devicePath: "338" + name: "337" + volumeMounts: + - mountPath: "334" + mountPropagation: Ik(dŊiɢzĮ蛋I + name: "333" + readOnly: true + subPath: "335" + subPathExpr: "336" + workingDir: "317" + hostAliases: + - hostnames: + - "445" + ip: "444" + hostNetwork: true + hostname: "399" + imagePullSecrets: + - name: "398" + initContainers: + - args: + - "178" + command: + - "177" + env: + - name: "185" + value: "186" + valueFrom: + configMapKeyRef: + key: "192" + name: "191" + optional: false + fieldRef: + apiVersion: "187" + fieldPath: "188" + resourceFieldRef: + containerName: "189" + divisor: "573" + resource: "190" + secretKeyRef: + key: "194" + name: "193" + optional: false + envFrom: + - configMapRef: + name: "183" + optional: false + prefix: "182" + secretRef: + name: "184" + optional: false + image: "176" + imagePullPolicy: 昕Ĭ + lifecycle: + postStart: + exec: + command: + - "222" + httpGet: + host: "225" + httpHeaders: + - name: "226" + value: "227" + path: "223" + port: "224" + scheme: '>郵[+扴ȨŮ' + tcpSocket: + host: "229" + port: "228" + preStop: + exec: + command: + - "230" + httpGet: + host: "232" + httpHeaders: + - name: "233" + value: "234" + path: "231" + port: -743369977 + scheme: '>犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4' + tcpSocket: + host: "235" + port: -1224991707 + livenessProbe: + exec: + command: + - "201" + failureThreshold: -1150474479 + httpGet: + host: "203" + httpHeaders: + - name: "204" + value: "205" + path: "202" + port: -1196874390 + scheme: S晒嶗UÐ_ƮA攤 + initialDelaySeconds: 1885897314 + periodSeconds: 1054858106 + successThreshold: 232569106 + tcpSocket: + host: "206" + port: -498930176 + timeoutSeconds: -465677631 + name: "175" + ports: + - containerPort: 377225334 + hostIP: "181" + hostPort: 282592353 + name: "180" + protocol: Ƹ[Ęİ榌U髷裎$MVȟ@7 + readinessProbe: + exec: + command: + - "207" + failureThreshold: 1752155096 + httpGet: + host: "210" + httpHeaders: + - name: "211" + value: "212" + path: "208" + port: "209" + scheme: 8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ + initialDelaySeconds: -2717401 + periodSeconds: -1099429189 + successThreshold: 994072122 + tcpSocket: + host: "214" + port: "213" + timeoutSeconds: -1492565335 + resources: + limits: + ǚ灄鸫rʤî萨zvt: "829" + requests: + 悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\p: "604" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 藢xɮĵȑ6L*Z鐫û咡W< + drop: + - lu|榝$î. + privileged: false + procMount: 朦 wƯ貾坢'跩 + readOnlyRootFilesystem: true + runAsGroup: 8949541422887578058 + runAsNonRoot: true + runAsUser: -7565148469525206101 + seLinuxOptions: + level: "240" + role: "238" + type: "239" + user: "237" + seccompProfile: + localhostProfile: "244" + type: ŕ翑0展} + windowsOptions: + gmsaCredentialSpec: "242" + gmsaCredentialSpecName: "241" + runAsUserName: "243" + startupProbe: + exec: + command: + - "215" + failureThreshold: 785984384 + httpGet: + host: "218" + httpHeaders: + - name: "219" + value: "220" + path: "216" + port: "217" + scheme: Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ + initialDelaySeconds: -1738069460 + periodSeconds: -805795167 + successThreshold: 1791615594 + tcpSocket: + host: "221" + port: -36782737 + timeoutSeconds: -1643733106 + stdinOnce: true + terminationMessagePath: "236" + volumeDevices: + - devicePath: "200" + name: "199" + volumeMounts: + - mountPath: "196" + mountPropagation: ƖHV + name: "195" + readOnly: true + subPath: "197" + subPathExpr: "198" + workingDir: "179" + nodeName: "387" + nodeSelector: + "383": "384" + overhead: + ȩ纾S: "368" + preemptionPolicy: 'n夬LJ:BŐ埑Ô*ɾWȖ韝ƉşʁO^:' + priority: -1221153504 + priorityClassName: "446" + readinessGates: + - conditionType: 媈 + restartPolicy: ȿ醏g遧 + runtimeClassName: "451" + schedulerName: "441" + securityContext: + fsGroup: 4489057930380969432 + fsGroupChangePolicy: ='ʨ|ǓÓ敆OɈÏ 瞍髃 + runAsGroup: -759684899479757878 + runAsNonRoot: false + runAsUser: -1290365495982891537 + seLinuxOptions: + level: "391" + role: "389" + type: "390" + user: "388" + seccompProfile: + localhostProfile: "397" + type: ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn + supplementalGroups: + - 3273247375993523103 + sysctls: + - name: "395" + value: "396" + windowsOptions: + gmsaCredentialSpec: "393" + gmsaCredentialSpecName: "392" + runAsUserName: "394" + serviceAccount: "386" + serviceAccountName: "385" + setHostnameAsFQDN: false + shareProcessNamespace: false + subdomain: "400" + terminationGracePeriodSeconds: -616777763639482630 + tolerations: + - effect: 淵 + key: "442" + operator: Ɖ肆Ző + tolerationSeconds: -1072615283184390308 + value: "443" + topologySpreadConstraints: + - labelSelector: + matchExpressions: + - key: 51-i-d-----9---063-qm-j-3wc89k-0-57z4063--4/rBQ.u + operator: Exists + matchLabels: + jp-z---k-5r6h--y7n.61-cm---ch-g0t-q--qr95ws-v-5--7-ufi-7/35a-1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--.2g: Mqp..__._-J_-fk3-_j.133eT_2_Y + maxSkew: -1568300104 + topologyKey: "452" + whenUnsatisfiable: 潑嫉悔柅ȵ.Ȁ鎧Y冒Ɩ + volumes: + - awsElasticBlockStore: + fsType: "47" + partition: 912004803 + readOnly: true + volumeID: "46" + azureDisk: + cachingMode: '|@?鷅bȻN' + diskName: "110" + diskURI: "111" + fsType: "112" + kind: 榱*Gưoɘ檲 + readOnly: true + azureFile: + readOnly: true + secretName: "96" + shareName: "97" + cephfs: + monitors: + - "81" + path: "82" + secretFile: "84" + secretRef: + name: "85" + user: "83" + cinder: + fsType: "79" + secretRef: + name: "80" + volumeID: "78" + configMap: + defaultMode: 1593906314 + items: + - key: "99" + mode: 195263908 + path: "100" + name: "98" + optional: false + csi: + driver: "142" + fsType: "143" + nodePublishSecretRef: + name: "146" + readOnly: false + volumeAttributes: + "144": "145" + downwardAPI: + defaultMode: 824682619 + items: + - fieldRef: + apiVersion: "89" + fieldPath: "90" + mode: 1569992019 + path: "88" + resourceFieldRef: + containerName: "91" + divisor: "660" + resource: "92" + emptyDir: + medium: Xŋ朘瑥A徙ɶɊł/擇ɦĽ胚O醔ɍ厶耈 + sizeLimit: "473" + ephemeral: + volumeClaimTemplate: + metadata: + annotations: + "154": "155" + clusterName: "160" + creationTimestamp: null + deletionGracePeriodSeconds: 6296624700137074905 + finalizers: + - "159" + generateName: "148" + generation: 6028937828108618026 + labels: + "152": "153" + managedFields: + - apiVersion: "162" + fieldsType: "163" + manager: "161" + operation: ɑ龫`劳&¼傭Ȟ1酃=6}ɡŇƉ立h + name: "147" + namespace: "149" + ownerReferences: + - apiVersion: "156" + blockOwnerDeletion: false + controller: false + kind: "157" + name: "158" + uid: 閝ȝ + resourceVersion: "11451542506523135343" + selfLink: "150" + uid: H巧壚tC十Oɢ + spec: + accessModes: + - '鲡:' + dataSource: + apiGroup: "172" + kind: "173" + name: "174" + resources: + limits: + Ŗȫ焗捏ĨFħ籘: "853" + requests: + zɟ踡肒Ao/樝fw[Řż丩ŽoǠ: "918" + selector: + matchExpressions: + - key: m_0_F03_J + operator: NotIn + values: + - 4FpF_W-6 + matchLabels: + 0-.-yz-0-_p4mz--.I_f6kjsz-7lwY-Y93-6: igm_-._.q6 + storageClassName: "171" + volumeMode: Z1Ůđ眊ľǎɳ,ǿ飏騀呣 + volumeName: "170" + fc: + fsType: "94" + lun: -1740986684 + readOnly: true + targetWWNs: + - "93" + wwids: + - "95" + flexVolume: + driver: "73" + fsType: "74" + options: + "76": "77" + readOnly: true + secretRef: + name: "75" + flocker: + datasetName: "86" + datasetUUID: "87" + gcePersistentDisk: + fsType: "45" + partition: -1188153605 + pdName: "44" + gitRepo: + directory: "50" + repository: "48" + revision: "49" + glusterfs: + endpoints: "63" + path: "64" + readOnly: true + hostPath: + path: "43" + type: ƛƟ)ÙæNǚ錯ƶRquA?瞲Ť倱< + iscsi: + chapAuthDiscovery: true + fsType: "59" + initiatorName: "62" + iqn: "57" + iscsiInterface: "58" + lun: 994527057 + portals: + - "60" + secretRef: + name: "61" + targetPortal: "56" + name: "42" + nfs: + path: "55" + readOnly: true + server: "54" + persistentVolumeClaim: + claimName: "65" + readOnly: true + photonPersistentDisk: + fsType: "114" + pdID: "113" + portworxVolume: + fsType: "129" + readOnly: true + volumeID: "128" + projected: + defaultMode: -1334904807 + sources: + - configMap: + items: + - key: "124" + mode: 2063799569 + path: "125" + name: "123" + optional: false + downwardAPI: + items: + - fieldRef: + apiVersion: "119" + fieldPath: "120" + mode: 173030157 + path: "118" + resourceFieldRef: + containerName: "121" + divisor: "106" + resource: "122" + secret: + items: + - key: "116" + mode: -323584340 + path: "117" + name: "115" + optional: true + serviceAccountToken: + audience: "126" + expirationSeconds: 8357931971650847566 + path: "127" + quobyte: + group: "108" + registry: "105" + tenant: "109" + user: "107" + volume: "106" + rbd: + fsType: "68" + image: "67" + keyring: "71" + monitors: + - "66" + pool: "69" + secretRef: + name: "72" + user: "70" + scaleIO: + fsType: "137" + gateway: "130" + protectionDomain: "133" + secretRef: + name: "132" + storageMode: "135" + storagePool: "134" + system: "131" + volumeName: "136" + secret: + defaultMode: 332383000 + items: + - key: "52" + mode: -547518679 + path: "53" + optional: true + secretName: "51" + storageos: + fsType: "140" + secretRef: + name: "141" + volumeName: "138" + volumeNamespace: "139" + vsphereVolume: + fsType: "102" + storagePolicyID: "104" + storagePolicyName: "103" + volumePath: "101" +status: + availableReplicas: -1172851921 + collisionCount: -73034396 + conditions: + - lastTransitionTime: "2151-08-19T18:24:00Z" + lastUpdateTime: "2792-08-11T23:40:18Z" + message: "460" + reason: "459" + status: íEd楗鱶镖喗vȥ倉螆ȨX> + type: ʤY囙邵鄨o鷺ɷ裝TG奟cõ乨 + observedGeneration: 8090469215987662586 + readyReplicas: 877113289 + replicas: 782219862 + unavailableReplicas: -763028101 + updatedReplicas: 1380163777 diff --git a/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1.ReplicaSet.after_roundtrip.json b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1.ReplicaSet.after_roundtrip.json new file mode 100644 index 00000000000..cee61543df9 --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1.ReplicaSet.after_roundtrip.json @@ -0,0 +1,1489 @@ +{ + "kind": "ReplicaSet", + "apiVersion": "apps/v1", + "metadata": { + "name": "2", + "generateName": "3", + "namespace": "4", + "selfLink": "5", + "uid": "7", + "resourceVersion": "11042405498087606203", + "generation": 8071137005907523419, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -4955867275792137171, + "labels": { + "7": "8" + }, + "annotations": { + "9": "10" + }, + "ownerReferences": [ + { + "apiVersion": "11", + "kind": "12", + "name": "13", + "uid": "Dz廔ȇ{sŊƏp", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "14" + ], + "clusterName": "15", + "managedFields": [ + { + "manager": "16", + "operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]", + "apiVersion": "17", + "fieldsType": "18" + } + ] + }, + "spec": { + "replicas": 896585016, + "minReadySeconds": -1971381490, + "selector": { + "matchLabels": { + "g8c2-k-912e5-c-e63-n-3snh-z--3uy5-----578/s.X8u4_.l.wV--__-Nx.N_6-___._-.-W._AAn---v_-5-_8LXP-o-9..1l-5": "" + }, + "matchExpressions": [ + { + "key": "U-_Bq.m_-.q8_v2LiTF_a981d3-7-fP81.-.9Vdx.TB_M-H_5_t", + "operator": "In", + "values": [ + "M--n1-p5.3___47._49pIB_o61ISU4--A_.XK_._M9T9sH.W5" + ] + } + ] + }, + "template": { + "metadata": { + "name": "25", + "generateName": "26", + "namespace": "27", + "selfLink": "28", + "uid": "ʬ", + "resourceVersion": "7336814125345800857", + "generation": -6617020301190572172, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -152893758082474859, + "labels": { + "30": "31" + }, + "annotations": { + "32": "33" + }, + "ownerReferences": [ + { + "apiVersion": "34", + "kind": "35", + "name": "36", + "uid": "ɖgȏ哙ȍȂ揲ȼDDŽLŬp:", + "controller": true, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "37" + ], + "clusterName": "38", + "managedFields": [ + { + "manager": "39", + "operation": "ƅS·Õüe0ɔȖ脵鴈Ō", + "apiVersion": "40", + "fieldsType": "41" + } + ] + }, + "spec": { + "volumes": [ + { + "name": "42", + "hostPath": { + "path": "43", + "type": "6NJPM饣`诫z徃鷢6ȥ啕禗Ǐ2啗塧ȱ" + }, + "emptyDir": { + "medium": "彭聡A3fƻfʣ", + "sizeLimit": "115" + }, + "gcePersistentDisk": { + "pdName": "44", + "fsType": "45", + "partition": -1499132872 + }, + "awsElasticBlockStore": { + "volumeID": "46", + "fsType": "47", + "partition": -762366823, + "readOnly": true + }, + "gitRepo": { + "repository": "48", + "revision": "49", + "directory": "50" + }, + "secret": { + "secretName": "51", + "items": [ + { + "key": "52", + "path": "53", + "mode": -104666658 + } + ], + "defaultMode": 372704313, + "optional": true + }, + "nfs": { + "server": "54", + "path": "55", + "readOnly": true + }, + "iscsi": { + "targetPortal": "56", + "iqn": "57", + "lun": 1655406148, + "iscsiInterface": "58", + "fsType": "59", + "readOnly": true, + "portals": [ + "60" + ], + "secretRef": { + "name": "61" + }, + "initiatorName": "62" + }, + "glusterfs": { + "endpoints": "63", + "path": "64" + }, + "persistentVolumeClaim": { + "claimName": "65", + "readOnly": true + }, + "rbd": { + "monitors": [ + "66" + ], + "image": "67", + "fsType": "68", + "pool": "69", + "user": "70", + "keyring": "71", + "secretRef": { + "name": "72" + }, + "readOnly": true + }, + "flexVolume": { + "driver": "73", + "fsType": "74", + "secretRef": { + "name": "75" + }, + "options": { + "76": "77" + } + }, + "cinder": { + "volumeID": "78", + "fsType": "79", + "secretRef": { + "name": "80" + } + }, + "cephfs": { + "monitors": [ + "81" + ], + "path": "82", + "user": "83", + "secretFile": "84", + "secretRef": { + "name": "85" + } + }, + "flocker": { + "datasetName": "86", + "datasetUUID": "87" + }, + "downwardAPI": { + "items": [ + { + "path": "88", + "fieldRef": { + "apiVersion": "89", + "fieldPath": "90" + }, + "resourceFieldRef": { + "containerName": "91", + "resource": "92", + "divisor": "457" + }, + "mode": 1235524154 + } + ], + "defaultMode": -106644772 + }, + "fc": { + "targetWWNs": [ + "93" + ], + "lun": 441887498, + "fsType": "94", + "readOnly": true, + "wwids": [ + "95" + ] + }, + "azureFile": { + "secretName": "96", + "shareName": "97" + }, + "configMap": { + "name": "98", + "items": [ + { + "key": "99", + "path": "100", + "mode": -2039036935 + } + ], + "defaultMode": -460478410, + "optional": false + }, + "vsphereVolume": { + "volumePath": "101", + "fsType": "102", + "storagePolicyName": "103", + "storagePolicyID": "104" + }, + "quobyte": { + "registry": "105", + "volume": "106", + "readOnly": true, + "user": "107", + "group": "108", + "tenant": "109" + }, + "azureDisk": { + "diskName": "110", + "diskURI": "111", + "cachingMode": "HǺƶȤ^}穠", + "fsType": "112", + "readOnly": true, + "kind": "躢" + }, + "photonPersistentDisk": { + "pdID": "113", + "fsType": "114" + }, + "projected": { + "sources": [ + { + "secret": { + "name": "115", + "items": [ + { + "key": "116", + "path": "117", + "mode": -1399063270 + } + ], + "optional": true + }, + "downwardAPI": { + "items": [ + { + "path": "118", + "fieldRef": { + "apiVersion": "119", + "fieldPath": "120" + }, + "resourceFieldRef": { + "containerName": "121", + "resource": "122", + "divisor": "746" + }, + "mode": 926891073 + } + ] + }, + "configMap": { + "name": "123", + "items": [ + { + "key": "124", + "path": "125", + "mode": -1694464659 + } + ], + "optional": true + }, + "serviceAccountToken": { + "audience": "126", + "expirationSeconds": -7593824971107985079, + "path": "127" + } + } + ], + "defaultMode": -522879476 + }, + "portworxVolume": { + "volumeID": "128", + "fsType": "129" + }, + "scaleIO": { + "gateway": "130", + "system": "131", + "secretRef": { + "name": "132" + }, + "protectionDomain": "133", + "storagePool": "134", + "storageMode": "135", + "volumeName": "136", + "fsType": "137" + }, + "storageos": { + "volumeName": "138", + "volumeNamespace": "139", + "fsType": "140", + "readOnly": true, + "secretRef": { + "name": "141" + } + }, + "csi": { + "driver": "142", + "readOnly": false, + "fsType": "143", + "volumeAttributes": { + "144": "145" + }, + "nodePublishSecretRef": { + "name": "146" + } + }, + "ephemeral": { + "volumeClaimTemplate": { + "metadata": { + "name": "147", + "generateName": "148", + "namespace": "149", + "selfLink": "150", + "resourceVersion": "5302358391842833914", + "generation": 6327094951466338107, + "creationTimestamp": null, + "deletionGracePeriodSeconds": 4217400953499279873, + "labels": { + "152": "153" + }, + "annotations": { + "154": "155" + }, + "ownerReferences": [ + { + "apiVersion": "156", + "kind": "157", + "name": "158", + "uid": "", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "159" + ], + "clusterName": "160", + "managedFields": [ + { + "manager": "161", + "operation": "O醔ɍ厶耈 T衧ȇe媹Hǝ呮}臷Ľð", + "apiVersion": "162", + "fieldsType": "163" + } + ] + }, + "spec": { + "accessModes": [ + "eÞȦY籎顒" + ], + "selector": { + "matchLabels": { + "5_Or.i1_7z.WH-.L": "d2-N_Y.t--0" + }, + "matchExpressions": [ + { + "key": "a40--87-1wpl6-2-310e5hyzn0w-p4mz4.w-6d/6yV07-_.___gO-d.iUaC_wYSJfB._.zS-._..3le-4", + "operator": "DoesNotExist" + } + ] + }, + "resources": { + "limits": { + "ŴĿ": "377" + }, + "requests": { + ".Q貇£ȹ嫰ƹǔw÷nI": "718" + } + }, + "volumeName": "170", + "storageClassName": "171", + "volumeMode": "ŀ樺ȃv渟7¤7djƯĖ漘Z剚敍0", + "dataSource": { + "apiGroup": "172", + "kind": "173", + "name": "174" + } + } + } + } + } + ], + "initContainers": [ + { + "name": "175", + "image": "176", + "command": [ + "177" + ], + "args": [ + "178" + ], + "workingDir": "179", + "ports": [ + { + "name": "180", + "hostPort": 747521320, + "containerPort": 859639931, + "protocol": "p儼Ƿ裚瓶釆Ɗ+j忊Ŗȫ焗捏ĨF", + "hostIP": "181" + } + ], + "envFrom": [ + { + "prefix": "182", + "configMapRef": { + "name": "183", + "optional": true + }, + "secretRef": { + "name": "184", + "optional": true + } + } + ], + "env": [ + { + "name": "185", + "value": "186", + "valueFrom": { + "fieldRef": { + "apiVersion": "187", + "fieldPath": "188" + }, + "resourceFieldRef": { + "containerName": "189", + "resource": "190", + "divisor": "663" + }, + "configMapKeyRef": { + "name": "191", + "key": "192", + "optional": true + }, + "secretKeyRef": { + "name": "193", + "key": "194", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "ſ盷": "532" + }, + "requests": { + "[Řż丩": "47" + } + }, + "volumeMounts": [ + { + "name": "195", + "mountPath": "196", + "subPath": "197", + "mountPropagation": "VƋZ1Ůđ眊ľǎɳ,ǿ飏", + "subPathExpr": "198" + } + ], + "volumeDevices": [ + { + "name": "199", + "devicePath": "200" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "201" + ] + }, + "httpGet": { + "path": "202", + "port": 1214895765, + "host": "203", + "scheme": "悖ȩ0Ƹ[Ęİ榌U", + "httpHeaders": [ + { + "name": "204", + "value": "205" + } + ] + }, + "tcpSocket": { + "port": -187060941, + "host": "206" + }, + "initialDelaySeconds": -442393168, + "timeoutSeconds": -307373517, + "periodSeconds": 1109079597, + "successThreshold": -646728130, + "failureThreshold": 1684643131 + }, + "readinessProbe": { + "exec": { + "command": [ + "207" + ] + }, + "httpGet": { + "path": "208", + "port": "209", + "host": "210", + "scheme": "荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3", + "httpHeaders": [ + { + "name": "211", + "value": "212" + } + ] + }, + "tcpSocket": { + "port": "213", + "host": "214" + }, + "initialDelaySeconds": 238949508, + "timeoutSeconds": -1389418722, + "periodSeconds": 851018015, + "successThreshold": 596942561, + "failureThreshold": -1880980172 + }, + "startupProbe": { + "exec": { + "command": [ + "215" + ] + }, + "httpGet": { + "path": "216", + "port": 10098903, + "host": "217", + "scheme": "«丯Ƙ枛牐ɺ皚", + "httpHeaders": [ + { + "name": "218", + "value": "219" + } + ] + }, + "tcpSocket": { + "port": -1934111455, + "host": "220" + }, + "initialDelaySeconds": 766864314, + "timeoutSeconds": 1146016612, + "periodSeconds": 1495880465, + "successThreshold": -1032967081, + "failureThreshold": 59664438 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "221" + ] + }, + "httpGet": { + "path": "222", + "port": "223", + "host": "224", + "scheme": "'", + "httpHeaders": [ + { + "name": "225", + "value": "226" + } + ] + }, + "tcpSocket": { + "port": -801430937, + "host": "227" + } + }, + "preStop": { + "exec": { + "command": [ + "228" + ] + }, + "httpGet": { + "path": "229", + "port": 1810980158, + "host": "230", + "scheme": "_ƮA攤/ɸɎ R§耶FfBl", + "httpHeaders": [ + { + "name": "231", + "value": "232" + } + ] + }, + "tcpSocket": { + "port": 1074486306, + "host": "233" + } + } + }, + "terminationMessagePath": "234", + "terminationMessagePolicy": "Zɾģ毋Ó6dz娝嘚庎D}埽uʎ", + "imagePullPolicy": "Ǖɳɷ9Ì崟¿瘦ɖ緕", + "securityContext": { + "capabilities": { + "add": [ + "勅跦Opwǩ曬逴褜1Ø" + ], + "drop": [ + "ȠƬQg鄠[颐o啛更偢ɇ卷荙JLĹ]" + ] + }, + "privileged": true, + "seLinuxOptions": { + "user": "235", + "role": "236", + "type": "237", + "level": "238" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "239", + "gmsaCredentialSpec": "240", + "runAsUserName": "241" + }, + "runAsUser": -6470941481344047265, + "runAsGroup": 1373384864388370080, + "runAsNonRoot": false, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "W:ĸ輦唊#v", + "seccompProfile": { + "type": "ʩȂ4ē鐭#", + "localhostProfile": "242" + } + }, + "stdinOnce": true + } + ], + "containers": [ + { + "name": "243", + "image": "244", + "command": [ + "245" + ], + "args": [ + "246" + ], + "workingDir": "247", + "ports": [ + { + "name": "248", + "hostPort": -179937987, + "containerPort": -1911544792, + "protocol": "苧yñKJɐ扵Gƚ绤fʀļ腩", + "hostIP": "249" + } + ], + "envFrom": [ + { + "prefix": "250", + "configMapRef": { + "name": "251", + "optional": false + }, + "secretRef": { + "name": "252", + "optional": false + } + } + ], + "env": [ + { + "name": "253", + "value": "254", + "valueFrom": { + "fieldRef": { + "apiVersion": "255", + "fieldPath": "256" + }, + "resourceFieldRef": { + "containerName": "257", + "resource": "258", + "divisor": "189" + }, + "configMapKeyRef": { + "name": "259", + "key": "260", + "optional": false + }, + "secretKeyRef": { + "name": "261", + "key": "262", + "optional": true + } + } + } + ], + "resources": { + "limits": { + "蔞|表徶đ寳议Ƭƶ氩Ȩ\u003c6": "446" + }, + "requests": { + "ŕ翑0展}": "910" + } + }, + "volumeMounts": [ + { + "name": "263", + "mountPath": "264", + "subPath": "265", + "mountPropagation": "碔", + "subPathExpr": "266" + } + ], + "volumeDevices": [ + { + "name": "267", + "devicePath": "268" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "269" + ] + }, + "httpGet": { + "path": "270", + "port": -260262954, + "host": "271", + "scheme": "ŵ橨鬶l獕;跣H", + "httpHeaders": [ + { + "name": "272", + "value": "273" + } + ] + }, + "tcpSocket": { + "port": -1164530482, + "host": "274" + }, + "initialDelaySeconds": 1877574041, + "timeoutSeconds": 1430286749, + "periodSeconds": -374766088, + "successThreshold": -736151561, + "failureThreshold": -1515369804 + }, + "readinessProbe": { + "exec": { + "command": [ + "275" + ] + }, + "httpGet": { + "path": "276", + "port": 1909548849, + "host": "277", + "scheme": "4Ǒ輂,ŕĪ", + "httpHeaders": [ + { + "name": "278", + "value": "279" + } + ] + }, + "tcpSocket": { + "port": 567263590, + "host": "280" + }, + "initialDelaySeconds": 887319241, + "timeoutSeconds": 1559618829, + "periodSeconds": 1156888068, + "successThreshold": -1296077882, + "failureThreshold": 937646333 + }, + "startupProbe": { + "exec": { + "command": [ + "281" + ] + }, + "httpGet": { + "path": "282", + "port": 1328165061, + "host": "283", + "scheme": "¸gĩ", + "httpHeaders": [ + { + "name": "284", + "value": "285" + } + ] + }, + "tcpSocket": { + "port": 1186392166, + "host": "286" + }, + "initialDelaySeconds": 725793326, + "timeoutSeconds": 217380320, + "periodSeconds": -239231628, + "successThreshold": 1143791964, + "failureThreshold": -1129035468 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "287" + ] + }, + "httpGet": { + "path": "288", + "port": 972193458, + "host": "289", + "scheme": "ƺ蛜6Ɖ飴ɎiǨź", + "httpHeaders": [ + { + "name": "290", + "value": "291" + } + ] + }, + "tcpSocket": { + "port": -1453143878, + "host": "292" + } + }, + "preStop": { + "exec": { + "command": [ + "293" + ] + }, + "httpGet": { + "path": "294", + "port": "295", + "host": "296", + "scheme": "ɥ嵐sC8?Ǻ鱎ƙ;Nŕ璻", + "httpHeaders": [ + { + "name": "297", + "value": "298" + } + ] + }, + "tcpSocket": { + "port": "299", + "host": "300" + } + } + }, + "terminationMessagePath": "301", + "terminationMessagePolicy": "h亏yƕ丆録²Ŏ)/灩聋3趐囨鏻砅邻", + "imagePullPolicy": "騎C\"6x$1sȣ±p鋄", + "securityContext": { + "capabilities": { + "add": [ + "ȹ均i绝5哇芆斩ìh4Ɋ" + ], + "drop": [ + "Ȗ|ʐşƧ諔迮ƙIJ嘢4" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "302", + "role": "303", + "type": "304", + "level": "305" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "306", + "gmsaCredentialSpec": "307", + "runAsUserName": "308" + }, + "runAsUser": 4288903380102217677, + "runAsGroup": 6618112330449141397, + "runAsNonRoot": false, + "readOnlyRootFilesystem": false, + "allowPrivilegeEscalation": false, + "procMount": "ďW賁Ěɭɪǹ0衷,ƷƣMț譎懚XW", + "seccompProfile": { + "type": "鑳w妕眵笭/9崍h趭", + "localhostProfile": "309" + } + }, + "stdin": true + } + ], + "ephemeralContainers": [ + { + "name": "310", + "image": "311", + "command": [ + "312" + ], + "args": [ + "313" + ], + "workingDir": "314", + "ports": [ + { + "name": "315", + "hostPort": -748525373, + "containerPort": 805162379, + "protocol": "ǵ xǨŴ壶ƵfȽÃ", + "hostIP": "316" + } + ], + "envFrom": [ + { + "prefix": "317", + "configMapRef": { + "name": "318", + "optional": false + }, + "secretRef": { + "name": "319", + "optional": true + } + } + ], + "env": [ + { + "name": "320", + "value": "321", + "valueFrom": { + "fieldRef": { + "apiVersion": "322", + "fieldPath": "323" + }, + "resourceFieldRef": { + "containerName": "324", + "resource": "325", + "divisor": "854" + }, + "configMapKeyRef": { + "name": "326", + "key": "327", + "optional": true + }, + "secretKeyRef": { + "name": "328", + "key": "329", + "optional": true + } + } + } + ], + "resources": { + "limits": { + "ğ Ņ#耗Ǚ(": "24" + }, + "requests": { + "瘍Nʊ輔3璾ėȜv1b繐汚": "243" + } + }, + "volumeMounts": [ + { + "name": "330", + "readOnly": true, + "mountPath": "331", + "subPath": "332", + "mountPropagation": "Ü[ƛ^輅9ɛ棕ƈ眽炊礫Ƽ", + "subPathExpr": "333" + } + ], + "volumeDevices": [ + { + "name": "334", + "devicePath": "335" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "336" + ] + }, + "httpGet": { + "path": "337", + "port": "338", + "host": "339", + "scheme": "dŊiɢ", + "httpHeaders": [ + { + "name": "340", + "value": "341" + } + ] + }, + "tcpSocket": { + "port": -370404018, + "host": "342" + }, + "initialDelaySeconds": -1844150067, + "timeoutSeconds": 414056303, + "periodSeconds": -1143639551, + "successThreshold": 571693619, + "failureThreshold": 1643238856 + }, + "readinessProbe": { + "exec": { + "command": [ + "343" + ] + }, + "httpGet": { + "path": "344", + "port": 677650619, + "host": "345", + "scheme": "怖ý萜Ǖc8ǣƘƵŧ1ƟƓ宆!鍲ɋȑ", + "httpHeaders": [ + { + "name": "346", + "value": "347" + } + ] + }, + "tcpSocket": { + "port": -843639240, + "host": "348" + }, + "initialDelaySeconds": 1573261475, + "timeoutSeconds": -1211577347, + "periodSeconds": 1529027685, + "successThreshold": -1612005385, + "failureThreshold": -1706593993 + }, + "startupProbe": { + "exec": { + "command": [ + "349" + ] + }, + "httpGet": { + "path": "350", + "port": "351", + "host": "352", + "scheme": "U", + "httpHeaders": [ + { + "name": "353", + "value": "354" + } + ] + }, + "tcpSocket": { + "port": 758604605, + "host": "355" + }, + "initialDelaySeconds": -291429895, + "timeoutSeconds": -478839383, + "periodSeconds": 989933975, + "successThreshold": 140830733, + "failureThreshold": -708495486 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "356" + ] + }, + "httpGet": { + "path": "357", + "port": "358", + "host": "359", + "scheme": "臜裡×銵-紑浘", + "httpHeaders": [ + { + "name": "360", + "value": "361" + } + ] + }, + "tcpSocket": { + "port": -1095116290, + "host": "362" + } + }, + "preStop": { + "exec": { + "command": [ + "363" + ] + }, + "httpGet": { + "path": "364", + "port": -1431381588, + "host": "365", + "scheme": "JŵǤ", + "httpHeaders": [ + { + "name": "366", + "value": "367" + } + ] + }, + "tcpSocket": { + "port": "368", + "host": "369" + } + } + }, + "terminationMessagePath": "370", + "terminationMessagePolicy": "鉂WJ1抉泅ą\u0026疀ȼN翾ȾD虓氙磂t", + "imagePullPolicy": ":/", + "securityContext": { + "capabilities": { + "add": [ + "诵H玲鑠ĭ$#卛8ð" + ], + "drop": [ + "Q橱9ij\\Ď愝Ű藛b" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "371", + "role": "372", + "type": "373", + "level": "374" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "375", + "gmsaCredentialSpec": "376", + "runAsUserName": "377" + }, + "runAsUser": 5574781452707956333, + "runAsGroup": 8850141386971124227, + "runAsNonRoot": false, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": false, + "procMount": "忀oɎƺL肄$鬬", + "seccompProfile": { + "type": "矐_", + "localhostProfile": "378" + } + }, + "tty": true, + "targetContainerName": "379" + } + ], + "restartPolicy": "嵞嬯t{Eɾ敹Ȯ-湷D谹", + "terminationGracePeriodSeconds": -2985049970189992560, + "activeDeadlineSeconds": 4369716065827112267, + "nodeSelector": { + "380": "381" + }, + "serviceAccountName": "382", + "serviceAccount": "383", + "automountServiceAccountToken": true, + "nodeName": "384", + "shareProcessNamespace": false, + "securityContext": { + "seLinuxOptions": { + "user": "385", + "role": "386", + "type": "387", + "level": "388" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "389", + "gmsaCredentialSpec": "390", + "runAsUserName": "391" + }, + "runAsUser": 1322232608671575212, + "runAsGroup": -3565639689247870986, + "runAsNonRoot": false, + "supplementalGroups": [ + -7888525810745339742 + ], + "fsGroup": -3029419263270634763, + "sysctls": [ + { + "name": "392", + "value": "393" + } + ], + "fsGroupChangePolicy": "?jĎĭ¥#ƱÁR»淹揀.", + "seccompProfile": { + "type": "鍃G昧牱", + "localhostProfile": "394" + } + }, + "imagePullSecrets": [ + { + "name": "395" + } + ], + "hostname": "396", + "subdomain": "397", + "affinity": { + "nodeAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": { + "nodeSelectorTerms": [ + { + "matchExpressions": [ + { + "key": "398", + "operator": "", + "values": [ + "399" + ] + } + ], + "matchFields": [ + { + "key": "400", + "operator": "kƒK07曳wœj堑ūM鈱ɖ'蠨磼", + "values": [ + "401" + ] + } + ] + } + ] + }, + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 1724658051, + "preference": { + "matchExpressions": [ + { + "key": "402", + "operator": "盌3+Œ", + "values": [ + "403" + ] + } + ], + "matchFields": [ + { + "key": "404", + "operator": ")Zq=歍þ", + "values": [ + "405" + ] + } + ] + } + } + ] + }, + "podAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "a-z_-..6W.VKs": "1" + }, + "matchExpressions": [ + { + "key": "KA-._d._.Um.-__0", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "412" + ], + "topologyKey": "413" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 1387858949, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "y_-3_L_2--_v2.5p_6": "u.wg_-b8a_6_.0Q4_.84.K_-_0_..u.F.pq..--3QC1--L--v_Z--Zg-_Q" + }, + "matchExpressions": [ + { + "key": "3--51", + "operator": "NotIn", + "values": [ + "C.-e16-O5" + ] + } + ] + }, + "namespaces": [ + "420" + ], + "topologyKey": "421" + } + } + ] + }, + "podAntiAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "93z-w5----7-z-63-z---5r-v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-354/9--v17r__.2bIZ___._6..tf-_u-3-_n0..KpiS.oK-.O--5-yp8q_s-1__gwj": "5HG2_5XOAX.gUqV22-4-ye52yQh7.6.-y-s4483Po_L3f1-7_O4.nM" + }, + "matchExpressions": [ + { + "key": "8mtxb__-ex-_1_-ODgC_1-_8__3", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "428" + ], + "topologyKey": "429" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -824709210, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "O2G_-_K-.03.mp.-10KkQ-R_R.-.--4_IT_O__3.5h_XC0_-7.-j": "O_8-b6E_--Y_Dp8O_._e_3_.4_W_-_-7Tp_.----p" + }, + "matchExpressions": [ + { + "key": "H72-_--pT7p", + "operator": "NotIn", + "values": [ + "0_._f" + ] + } + ] + }, + "namespaces": [ + "436" + ], + "topologyKey": "437" + } + } + ] + } + }, + "schedulerName": "438", + "tolerations": [ + { + "key": "439", + "operator": "ƞ=掔廛ĤJŇv膈ǣʛsĊ剞", + "value": "440", + "effect": "Ɵ鳝稃Ȍ液文?謮ɶÎ磣:mʂ渢pɉ驻(", + "tolerationSeconds": 5238971742940252651 + } + ], + "hostAliases": [ + { + "ip": "441", + "hostnames": [ + "442" + ] + } + ], + "priorityClassName": "443", + "priority": -125022959, + "dnsConfig": { + "nameservers": [ + "444" + ], + "searches": [ + "445" + ], + "options": [ + { + "name": "446", + "value": "447" + } + ] + }, + "readinessGates": [ + { + "conditionType": "Ɍ邪鳖üzÁ" + } + ], + "runtimeClassName": "448", + "enableServiceLinks": false, + "preemptionPolicy": ".Ą", + "overhead": { + "ɨ悪@黝Ɓ": "177" + }, + "topologySpreadConstraints": [ + { + "maxSkew": -1569123121, + "topologyKey": "449", + "whenUnsatisfiable": "魨练脨,Ƃ3貊ɔ帘錇š裢C仗ɂ覥", + "labelSelector": { + "matchLabels": { + "4e-_07-ht-E6___-X__H.-39-A_-_l67Q.-_t--O.3L.z2-y.-...C4_-_G": "8-c_C.G.h--m.f" + }, + "matchExpressions": [ + { + "key": "OA_090ERG2nV.__p_Y-.2__a_dWU_V-_QA", + "operator": "NotIn", + "values": [ + "7CY-_dc__G6N-_-0o.0C_gV.9_G-.-z1Y_HEb.9x8" + ] + } + ] + } + } + ], + "setHostnameAsFQDN": false + } + } + }, + "status": { + "replicas": 337922430, + "fullyLabeledReplicas": 31486357, + "readyReplicas": -1983654895, + "availableReplicas": 1308809900, + "observedGeneration": -5594148640067537624, + "conditions": [ + { + "type": "议ĪS", + "status": "?Ď筌ʨ:ÿ1諘蚿[ĵ皥袨\\k%橳", + "lastTransitionTime": "2125-04-24T12:13:40Z", + "reason": "456", + "message": "457" + } + ] + } +} \ No newline at end of file diff --git a/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1.ReplicaSet.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1.ReplicaSet.after_roundtrip.pb new file mode 100644 index 0000000000000000000000000000000000000000..f9c3b4c3cb82a2cc64838469b342f6a694f92c1d GIT binary patch literal 6809 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 O8Y)^)leU@crvC+Ohz897 literal 0 HcmV?d00001 diff --git a/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1.ReplicaSet.after_roundtrip.yaml b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1.ReplicaSet.after_roundtrip.yaml new file mode 100644 index 00000000000..cb100f8e595 --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1.ReplicaSet.after_roundtrip.yaml @@ -0,0 +1,1016 @@ +apiVersion: apps/v1 +kind: ReplicaSet +metadata: + annotations: + "9": "10" + clusterName: "15" + creationTimestamp: null + deletionGracePeriodSeconds: -4955867275792137171 + finalizers: + - "14" + generateName: "3" + generation: 8071137005907523419 + labels: + "7": "8" + managedFields: + - apiVersion: "17" + fieldsType: "18" + manager: "16" + operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć] + name: "2" + namespace: "4" + ownerReferences: + - apiVersion: "11" + blockOwnerDeletion: true + controller: false + kind: "12" + name: "13" + uid: Dz廔ȇ{sŊƏp + resourceVersion: "11042405498087606203" + selfLink: "5" + uid: "7" +spec: + minReadySeconds: -1971381490 + replicas: 896585016 + selector: + matchExpressions: + - key: U-_Bq.m_-.q8_v2LiTF_a981d3-7-fP81.-.9Vdx.TB_M-H_5_t + operator: In + values: + - M--n1-p5.3___47._49pIB_o61ISU4--A_.XK_._M9T9sH.W5 + matchLabels: + g8c2-k-912e5-c-e63-n-3snh-z--3uy5-----578/s.X8u4_.l.wV--__-Nx.N_6-___._-.-W._AAn---v_-5-_8LXP-o-9..1l-5: "" + template: + metadata: + annotations: + "32": "33" + clusterName: "38" + creationTimestamp: null + deletionGracePeriodSeconds: -152893758082474859 + finalizers: + - "37" + generateName: "26" + generation: -6617020301190572172 + labels: + "30": "31" + managedFields: + - apiVersion: "40" + fieldsType: "41" + manager: "39" + operation: ƅS·Õüe0ɔȖ脵鴈Ō + name: "25" + namespace: "27" + ownerReferences: + - apiVersion: "34" + blockOwnerDeletion: true + controller: true + kind: "35" + name: "36" + uid: 'ɖgȏ哙ȍȂ揲ȼDDŽLŬp:' + resourceVersion: "7336814125345800857" + selfLink: "28" + uid: ʬ + spec: + activeDeadlineSeconds: 4369716065827112267 + affinity: + nodeAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - preference: + matchExpressions: + - key: "402" + operator: 盌3+Œ + values: + - "403" + matchFields: + - key: "404" + operator: )Zq=歍þ + values: + - "405" + weight: 1724658051 + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: "398" + operator: "" + values: + - "399" + matchFields: + - key: "400" + operator: kƒK07曳wœj堑ūM鈱ɖ'蠨磼 + values: + - "401" + podAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: 3--51 + operator: NotIn + values: + - C.-e16-O5 + matchLabels: + y_-3_L_2--_v2.5p_6: u.wg_-b8a_6_.0Q4_.84.K_-_0_..u.F.pq..--3QC1--L--v_Z--Zg-_Q + namespaces: + - "420" + topologyKey: "421" + weight: 1387858949 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: KA-._d._.Um.-__0 + operator: DoesNotExist + matchLabels: + a-z_-..6W.VKs: "1" + namespaces: + - "412" + topologyKey: "413" + podAntiAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: H72-_--pT7p + operator: NotIn + values: + - 0_._f + matchLabels: + O2G_-_K-.03.mp.-10KkQ-R_R.-.--4_IT_O__3.5h_XC0_-7.-j: O_8-b6E_--Y_Dp8O_._e_3_.4_W_-_-7Tp_.----p + namespaces: + - "436" + topologyKey: "437" + weight: -824709210 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: 8mtxb__-ex-_1_-ODgC_1-_8__3 + operator: DoesNotExist + matchLabels: + 93z-w5----7-z-63-z---5r-v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-354/9--v17r__.2bIZ___._6..tf-_u-3-_n0..KpiS.oK-.O--5-yp8q_s-1__gwj: 5HG2_5XOAX.gUqV22-4-ye52yQh7.6.-y-s4483Po_L3f1-7_O4.nM + namespaces: + - "428" + topologyKey: "429" + automountServiceAccountToken: true + containers: + - args: + - "246" + command: + - "245" + env: + - name: "253" + value: "254" + valueFrom: + configMapKeyRef: + key: "260" + name: "259" + optional: false + fieldRef: + apiVersion: "255" + fieldPath: "256" + resourceFieldRef: + containerName: "257" + divisor: "189" + resource: "258" + secretKeyRef: + key: "262" + name: "261" + optional: true + envFrom: + - configMapRef: + name: "251" + optional: false + prefix: "250" + secretRef: + name: "252" + optional: false + image: "244" + imagePullPolicy: 騎C"6x$1sȣ±p鋄 + lifecycle: + postStart: + exec: + command: + - "287" + httpGet: + host: "289" + httpHeaders: + - name: "290" + value: "291" + path: "288" + port: 972193458 + scheme: ƺ蛜6Ɖ飴ɎiǨź + tcpSocket: + host: "292" + port: -1453143878 + preStop: + exec: + command: + - "293" + httpGet: + host: "296" + httpHeaders: + - name: "297" + value: "298" + path: "294" + port: "295" + scheme: ɥ嵐sC8?Ǻ鱎ƙ;Nŕ璻 + tcpSocket: + host: "300" + port: "299" + livenessProbe: + exec: + command: + - "269" + failureThreshold: -1515369804 + httpGet: + host: "271" + httpHeaders: + - name: "272" + value: "273" + path: "270" + port: -260262954 + scheme: ŵ橨鬶l獕;跣H + initialDelaySeconds: 1877574041 + periodSeconds: -374766088 + successThreshold: -736151561 + tcpSocket: + host: "274" + port: -1164530482 + timeoutSeconds: 1430286749 + name: "243" + ports: + - containerPort: -1911544792 + hostIP: "249" + hostPort: -179937987 + name: "248" + protocol: 苧yñKJɐ扵Gƚ绤fʀļ腩 + readinessProbe: + exec: + command: + - "275" + failureThreshold: 937646333 + httpGet: + host: "277" + httpHeaders: + - name: "278" + value: "279" + path: "276" + port: 1909548849 + scheme: 4Ǒ輂,ŕĪ + initialDelaySeconds: 887319241 + periodSeconds: 1156888068 + successThreshold: -1296077882 + tcpSocket: + host: "280" + port: 567263590 + timeoutSeconds: 1559618829 + resources: + limits: + 蔞|表徶đ寳议Ƭƶ氩Ȩ<6: "446" + requests: + ŕ翑0展}: "910" + securityContext: + allowPrivilegeEscalation: false + capabilities: + add: + - ȹ均i绝5哇芆斩ìh4Ɋ + drop: + - Ȗ|ʐşƧ諔迮ƙIJ嘢4 + privileged: false + procMount: ďW賁Ěɭɪǹ0衷,ƷƣMț譎懚XW + readOnlyRootFilesystem: false + runAsGroup: 6618112330449141397 + runAsNonRoot: false + runAsUser: 4288903380102217677 + seLinuxOptions: + level: "305" + role: "303" + type: "304" + user: "302" + seccompProfile: + localhostProfile: "309" + type: 鑳w妕眵笭/9崍h趭 + windowsOptions: + gmsaCredentialSpec: "307" + gmsaCredentialSpecName: "306" + runAsUserName: "308" + startupProbe: + exec: + command: + - "281" + failureThreshold: -1129035468 + httpGet: + host: "283" + httpHeaders: + - name: "284" + value: "285" + path: "282" + port: 1328165061 + scheme: ¸gĩ + initialDelaySeconds: 725793326 + periodSeconds: -239231628 + successThreshold: 1143791964 + tcpSocket: + host: "286" + port: 1186392166 + timeoutSeconds: 217380320 + stdin: true + terminationMessagePath: "301" + terminationMessagePolicy: h亏yƕ丆録²Ŏ)/灩聋3趐囨鏻砅邻 + volumeDevices: + - devicePath: "268" + name: "267" + volumeMounts: + - mountPath: "264" + mountPropagation: 碔 + name: "263" + subPath: "265" + subPathExpr: "266" + workingDir: "247" + dnsConfig: + nameservers: + - "444" + options: + - name: "446" + value: "447" + searches: + - "445" + enableServiceLinks: false + ephemeralContainers: + - args: + - "313" + command: + - "312" + env: + - name: "320" + value: "321" + valueFrom: + configMapKeyRef: + key: "327" + name: "326" + optional: true + fieldRef: + apiVersion: "322" + fieldPath: "323" + resourceFieldRef: + containerName: "324" + divisor: "854" + resource: "325" + secretKeyRef: + key: "329" + name: "328" + optional: true + envFrom: + - configMapRef: + name: "318" + optional: false + prefix: "317" + secretRef: + name: "319" + optional: true + image: "311" + imagePullPolicy: :/ + lifecycle: + postStart: + exec: + command: + - "356" + httpGet: + host: "359" + httpHeaders: + - name: "360" + value: "361" + path: "357" + port: "358" + scheme: 臜裡×銵-紑浘 + tcpSocket: + host: "362" + port: -1095116290 + preStop: + exec: + command: + - "363" + httpGet: + host: "365" + httpHeaders: + - name: "366" + value: "367" + path: "364" + port: -1431381588 + scheme: JŵǤ + tcpSocket: + host: "369" + port: "368" + livenessProbe: + exec: + command: + - "336" + failureThreshold: 1643238856 + httpGet: + host: "339" + httpHeaders: + - name: "340" + value: "341" + path: "337" + port: "338" + scheme: dŊiɢ + initialDelaySeconds: -1844150067 + periodSeconds: -1143639551 + successThreshold: 571693619 + tcpSocket: + host: "342" + port: -370404018 + timeoutSeconds: 414056303 + name: "310" + ports: + - containerPort: 805162379 + hostIP: "316" + hostPort: -748525373 + name: "315" + protocol: ǵ xǨŴ壶ƵfȽà + readinessProbe: + exec: + command: + - "343" + failureThreshold: -1706593993 + httpGet: + host: "345" + httpHeaders: + - name: "346" + value: "347" + path: "344" + port: 677650619 + scheme: 怖ý萜Ǖc8ǣƘƵŧ1ƟƓ宆!鍲ɋȑ + initialDelaySeconds: 1573261475 + periodSeconds: 1529027685 + successThreshold: -1612005385 + tcpSocket: + host: "348" + port: -843639240 + timeoutSeconds: -1211577347 + resources: + limits: + ğ Ņ#耗Ǚ(: "24" + requests: + 瘍Nʊ輔3璾ėȜv1b繐汚: "243" + securityContext: + allowPrivilegeEscalation: false + capabilities: + add: + - 诵H玲鑠ĭ$#卛8ð + drop: + - Q橱9ij\Ď愝Ű藛b + privileged: false + procMount: 忀oɎƺL肄$鬬 + readOnlyRootFilesystem: true + runAsGroup: 8850141386971124227 + runAsNonRoot: false + runAsUser: 5574781452707956333 + seLinuxOptions: + level: "374" + role: "372" + type: "373" + user: "371" + seccompProfile: + localhostProfile: "378" + type: 矐_ + windowsOptions: + gmsaCredentialSpec: "376" + gmsaCredentialSpecName: "375" + runAsUserName: "377" + startupProbe: + exec: + command: + - "349" + failureThreshold: -708495486 + httpGet: + host: "352" + httpHeaders: + - name: "353" + value: "354" + path: "350" + port: "351" + scheme: U + initialDelaySeconds: -291429895 + periodSeconds: 989933975 + successThreshold: 140830733 + tcpSocket: + host: "355" + port: 758604605 + timeoutSeconds: -478839383 + targetContainerName: "379" + terminationMessagePath: "370" + terminationMessagePolicy: 鉂WJ1抉泅ą&疀ȼN翾ȾD虓氙磂t + tty: true + volumeDevices: + - devicePath: "335" + name: "334" + volumeMounts: + - mountPath: "331" + mountPropagation: Ü[ƛ^輅9ɛ棕ƈ眽炊礫Ƽ + name: "330" + readOnly: true + subPath: "332" + subPathExpr: "333" + workingDir: "314" + hostAliases: + - hostnames: + - "442" + ip: "441" + hostname: "396" + imagePullSecrets: + - name: "395" + initContainers: + - args: + - "178" + command: + - "177" + env: + - name: "185" + value: "186" + valueFrom: + configMapKeyRef: + key: "192" + name: "191" + optional: true + fieldRef: + apiVersion: "187" + fieldPath: "188" + resourceFieldRef: + containerName: "189" + divisor: "663" + resource: "190" + secretKeyRef: + key: "194" + name: "193" + optional: false + envFrom: + - configMapRef: + name: "183" + optional: true + prefix: "182" + secretRef: + name: "184" + optional: true + image: "176" + imagePullPolicy: Ǖɳɷ9Ì崟¿瘦ɖ緕 + lifecycle: + postStart: + exec: + command: + - "221" + httpGet: + host: "224" + httpHeaders: + - name: "225" + value: "226" + path: "222" + port: "223" + scheme: '''' + tcpSocket: + host: "227" + port: -801430937 + preStop: + exec: + command: + - "228" + httpGet: + host: "230" + httpHeaders: + - name: "231" + value: "232" + path: "229" + port: 1810980158 + scheme: _ƮA攤/ɸɎ R§耶FfBl + tcpSocket: + host: "233" + port: 1074486306 + livenessProbe: + exec: + command: + - "201" + failureThreshold: 1684643131 + httpGet: + host: "203" + httpHeaders: + - name: "204" + value: "205" + path: "202" + port: 1214895765 + scheme: 悖ȩ0Ƹ[Ęİ榌U + initialDelaySeconds: -442393168 + periodSeconds: 1109079597 + successThreshold: -646728130 + tcpSocket: + host: "206" + port: -187060941 + timeoutSeconds: -307373517 + name: "175" + ports: + - containerPort: 859639931 + hostIP: "181" + hostPort: 747521320 + name: "180" + protocol: p儼Ƿ裚瓶釆Ɗ+j忊Ŗȫ焗捏ĨF + readinessProbe: + exec: + command: + - "207" + failureThreshold: -1880980172 + httpGet: + host: "210" + httpHeaders: + - name: "211" + value: "212" + path: "208" + port: "209" + scheme: 荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3 + initialDelaySeconds: 238949508 + periodSeconds: 851018015 + successThreshold: 596942561 + tcpSocket: + host: "214" + port: "213" + timeoutSeconds: -1389418722 + resources: + limits: + ſ盷: "532" + requests: + '[Řż丩': "47" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 勅跦Opwǩ曬逴褜1Ø + drop: + - ȠƬQg鄠[颐o啛更偢ɇ卷荙JLĹ] + privileged: true + procMount: W:ĸ輦唊#v + readOnlyRootFilesystem: true + runAsGroup: 1373384864388370080 + runAsNonRoot: false + runAsUser: -6470941481344047265 + seLinuxOptions: + level: "238" + role: "236" + type: "237" + user: "235" + seccompProfile: + localhostProfile: "242" + type: ʩȂ4ē鐭# + windowsOptions: + gmsaCredentialSpec: "240" + gmsaCredentialSpecName: "239" + runAsUserName: "241" + startupProbe: + exec: + command: + - "215" + failureThreshold: 59664438 + httpGet: + host: "217" + httpHeaders: + - name: "218" + value: "219" + path: "216" + port: 10098903 + scheme: «丯Ƙ枛牐ɺ皚 + initialDelaySeconds: 766864314 + periodSeconds: 1495880465 + successThreshold: -1032967081 + tcpSocket: + host: "220" + port: -1934111455 + timeoutSeconds: 1146016612 + stdinOnce: true + terminationMessagePath: "234" + terminationMessagePolicy: Zɾģ毋Ó6dz娝嘚庎D}埽uʎ + volumeDevices: + - devicePath: "200" + name: "199" + volumeMounts: + - mountPath: "196" + mountPropagation: VƋZ1Ůđ眊ľǎɳ,ǿ飏 + name: "195" + subPath: "197" + subPathExpr: "198" + workingDir: "179" + nodeName: "384" + nodeSelector: + "380": "381" + overhead: + ɨ悪@黝Ɓ: "177" + preemptionPolicy: .Ą + priority: -125022959 + priorityClassName: "443" + readinessGates: + - conditionType: Ɍ邪鳖üzÁ + restartPolicy: 嵞嬯t{Eɾ敹Ȯ-湷D谹 + runtimeClassName: "448" + schedulerName: "438" + securityContext: + fsGroup: -3029419263270634763 + fsGroupChangePolicy: ?jĎĭ¥#ƱÁR»淹揀. + runAsGroup: -3565639689247870986 + runAsNonRoot: false + runAsUser: 1322232608671575212 + seLinuxOptions: + level: "388" + role: "386" + type: "387" + user: "385" + seccompProfile: + localhostProfile: "394" + type: 鍃G昧牱 + supplementalGroups: + - -7888525810745339742 + sysctls: + - name: "392" + value: "393" + windowsOptions: + gmsaCredentialSpec: "390" + gmsaCredentialSpecName: "389" + runAsUserName: "391" + serviceAccount: "383" + serviceAccountName: "382" + setHostnameAsFQDN: false + shareProcessNamespace: false + subdomain: "397" + terminationGracePeriodSeconds: -2985049970189992560 + tolerations: + - effect: Ɵ鳝稃Ȍ液文?謮ɶÎ磣:mʂ渢pɉ驻( + key: "439" + operator: ƞ=掔廛ĤJŇv膈ǣʛsĊ剞 + tolerationSeconds: 5238971742940252651 + value: "440" + topologySpreadConstraints: + - labelSelector: + matchExpressions: + - key: OA_090ERG2nV.__p_Y-.2__a_dWU_V-_QA + operator: NotIn + values: + - 7CY-_dc__G6N-_-0o.0C_gV.9_G-.-z1Y_HEb.9x8 + matchLabels: + 4e-_07-ht-E6___-X__H.-39-A_-_l67Q.-_t--O.3L.z2-y.-...C4_-_G: 8-c_C.G.h--m.f + maxSkew: -1569123121 + topologyKey: "449" + whenUnsatisfiable: 魨练脨,Ƃ3貊ɔ帘錇š裢C仗ɂ覥 + volumes: + - awsElasticBlockStore: + fsType: "47" + partition: -762366823 + readOnly: true + volumeID: "46" + azureDisk: + cachingMode: HǺƶȤ^}穠 + diskName: "110" + diskURI: "111" + fsType: "112" + kind: 躢 + readOnly: true + azureFile: + secretName: "96" + shareName: "97" + cephfs: + monitors: + - "81" + path: "82" + secretFile: "84" + secretRef: + name: "85" + user: "83" + cinder: + fsType: "79" + secretRef: + name: "80" + volumeID: "78" + configMap: + defaultMode: -460478410 + items: + - key: "99" + mode: -2039036935 + path: "100" + name: "98" + optional: false + csi: + driver: "142" + fsType: "143" + nodePublishSecretRef: + name: "146" + readOnly: false + volumeAttributes: + "144": "145" + downwardAPI: + defaultMode: -106644772 + items: + - fieldRef: + apiVersion: "89" + fieldPath: "90" + mode: 1235524154 + path: "88" + resourceFieldRef: + containerName: "91" + divisor: "457" + resource: "92" + emptyDir: + medium: 彭聡A3fƻfʣ + sizeLimit: "115" + ephemeral: + volumeClaimTemplate: + metadata: + annotations: + "154": "155" + clusterName: "160" + creationTimestamp: null + deletionGracePeriodSeconds: 4217400953499279873 + finalizers: + - "159" + generateName: "148" + generation: 6327094951466338107 + labels: + "152": "153" + managedFields: + - apiVersion: "162" + fieldsType: "163" + manager: "161" + operation: O醔ɍ厶耈 T衧ȇe媹Hǝ呮}臷Ľð + name: "147" + namespace: "149" + ownerReferences: + - apiVersion: "156" + blockOwnerDeletion: true + controller: false + kind: "157" + name: "158" + uid: "" + resourceVersion: "5302358391842833914" + selfLink: "150" + spec: + accessModes: + - eÞȦY籎顒 + dataSource: + apiGroup: "172" + kind: "173" + name: "174" + resources: + limits: + ŴĿ: "377" + requests: + .Q貇£ȹ嫰ƹǔw÷nI: "718" + selector: + matchExpressions: + - key: a40--87-1wpl6-2-310e5hyzn0w-p4mz4.w-6d/6yV07-_.___gO-d.iUaC_wYSJfB._.zS-._..3le-4 + operator: DoesNotExist + matchLabels: + 5_Or.i1_7z.WH-.L: d2-N_Y.t--0 + storageClassName: "171" + volumeMode: ŀ樺ȃv渟7¤7djƯĖ漘Z剚敍0 + volumeName: "170" + fc: + fsType: "94" + lun: 441887498 + readOnly: true + targetWWNs: + - "93" + wwids: + - "95" + flexVolume: + driver: "73" + fsType: "74" + options: + "76": "77" + secretRef: + name: "75" + flocker: + datasetName: "86" + datasetUUID: "87" + gcePersistentDisk: + fsType: "45" + partition: -1499132872 + pdName: "44" + gitRepo: + directory: "50" + repository: "48" + revision: "49" + glusterfs: + endpoints: "63" + path: "64" + hostPath: + path: "43" + type: 6NJPM饣`诫z徃鷢6ȥ啕禗Ǐ2啗塧ȱ + iscsi: + fsType: "59" + initiatorName: "62" + iqn: "57" + iscsiInterface: "58" + lun: 1655406148 + portals: + - "60" + readOnly: true + secretRef: + name: "61" + targetPortal: "56" + name: "42" + nfs: + path: "55" + readOnly: true + server: "54" + persistentVolumeClaim: + claimName: "65" + readOnly: true + photonPersistentDisk: + fsType: "114" + pdID: "113" + portworxVolume: + fsType: "129" + volumeID: "128" + projected: + defaultMode: -522879476 + sources: + - configMap: + items: + - key: "124" + mode: -1694464659 + path: "125" + name: "123" + optional: true + downwardAPI: + items: + - fieldRef: + apiVersion: "119" + fieldPath: "120" + mode: 926891073 + path: "118" + resourceFieldRef: + containerName: "121" + divisor: "746" + resource: "122" + secret: + items: + - key: "116" + mode: -1399063270 + path: "117" + name: "115" + optional: true + serviceAccountToken: + audience: "126" + expirationSeconds: -7593824971107985079 + path: "127" + quobyte: + group: "108" + readOnly: true + registry: "105" + tenant: "109" + user: "107" + volume: "106" + rbd: + fsType: "68" + image: "67" + keyring: "71" + monitors: + - "66" + pool: "69" + readOnly: true + secretRef: + name: "72" + user: "70" + scaleIO: + fsType: "137" + gateway: "130" + protectionDomain: "133" + secretRef: + name: "132" + storageMode: "135" + storagePool: "134" + system: "131" + volumeName: "136" + secret: + defaultMode: 372704313 + items: + - key: "52" + mode: -104666658 + path: "53" + optional: true + secretName: "51" + storageos: + fsType: "140" + readOnly: true + secretRef: + name: "141" + volumeName: "138" + volumeNamespace: "139" + vsphereVolume: + fsType: "102" + storagePolicyID: "104" + storagePolicyName: "103" + volumePath: "101" +status: + availableReplicas: 1308809900 + conditions: + - lastTransitionTime: "2125-04-24T12:13:40Z" + message: "457" + reason: "456" + status: ?Ď筌ʨ:ÿ1諘蚿[ĵ皥袨\k%橳 + type: 议ĪS + fullyLabeledReplicas: 31486357 + observedGeneration: -5594148640067537624 + readyReplicas: -1983654895 + replicas: 337922430 diff --git a/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1.StatefulSet.after_roundtrip.json b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1.StatefulSet.after_roundtrip.json new file mode 100644 index 00000000000..3bd738f9edf --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1.StatefulSet.after_roundtrip.json @@ -0,0 +1,1595 @@ +{ + "kind": "StatefulSet", + "apiVersion": "apps/v1", + "metadata": { + "name": "2", + "generateName": "3", + "namespace": "4", + "selfLink": "5", + "uid": "7", + "resourceVersion": "11042405498087606203", + "generation": 8071137005907523419, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -4955867275792137171, + "labels": { + "7": "8" + }, + "annotations": { + "9": "10" + }, + "ownerReferences": [ + { + "apiVersion": "11", + "kind": "12", + "name": "13", + "uid": "Dz廔ȇ{sŊƏp", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "14" + ], + "clusterName": "15", + "managedFields": [ + { + "manager": "16", + "operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]", + "apiVersion": "17", + "fieldsType": "18" + } + ] + }, + "spec": { + "replicas": 896585016, + "selector": { + "matchLabels": { + "74404d5---g8c2-k-91e.y5-g--58----0683-b-w7ld-6cs06xj-x5yv0wm-k18/M_-Nx.N_6-___._-.-W._AAn---v_-5-_8LXj": "6-4_WE-_JTrcd-2.-__E_Sv__26KX_R_.-.Nth._--S_4DA_-5_-4lQ42M--1" + }, + "matchExpressions": [ + { + "key": "50-u--25cu87--r7p-w1e67-8pj5t-kl-v0q6b68--nu5oii38fn-8.629b-jd-8c45-0-8--6n--w0--w---196g8d--iv1-5--5ht-a-29--0qso796/3___47._49pIB_o61ISU4--A_.XK_._M99", + "operator": "Exists" + } + ] + }, + "template": { + "metadata": { + "name": "25", + "generateName": "26", + "namespace": "27", + "selfLink": "28", + "uid": "?Qȫş", + "resourceVersion": "1736621709629422270", + "generation": -8542870036622468681, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -2575298329142810753, + "labels": { + "30": "31" + }, + "annotations": { + "32": "33" + }, + "ownerReferences": [ + { + "apiVersion": "34", + "kind": "35", + "name": "36", + "uid": "ƶȤ^}", + "controller": true, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "37" + ], + "clusterName": "38", + "managedFields": [ + { + "manager": "39", + "operation": "躢", + "apiVersion": "40", + "fieldsType": "41" + } + ] + }, + "spec": { + "volumes": [ + { + "name": "42", + "hostPath": { + "path": "43", + "type": "ƛƟ)ÙæNǚ錯ƶRquA?瞲Ť倱\u003c" + }, + "emptyDir": { + "medium": "Xŋ朘瑥A徙ɶɊł/擇ɦĽ胚O醔ɍ厶耈", + "sizeLimit": "473" + }, + "gcePersistentDisk": { + "pdName": "44", + "fsType": "45", + "partition": -1188153605 + }, + "awsElasticBlockStore": { + "volumeID": "46", + "fsType": "47", + "partition": 912004803, + "readOnly": true + }, + "gitRepo": { + "repository": "48", + "revision": "49", + "directory": "50" + }, + "secret": { + "secretName": "51", + "items": [ + { + "key": "52", + "path": "53", + "mode": -547518679 + } + ], + "defaultMode": 332383000, + "optional": true + }, + "nfs": { + "server": "54", + "path": "55", + "readOnly": true + }, + "iscsi": { + "targetPortal": "56", + "iqn": "57", + "lun": 994527057, + "iscsiInterface": "58", + "fsType": "59", + "portals": [ + "60" + ], + "chapAuthDiscovery": true, + "secretRef": { + "name": "61" + }, + "initiatorName": "62" + }, + "glusterfs": { + "endpoints": "63", + "path": "64", + "readOnly": true + }, + "persistentVolumeClaim": { + "claimName": "65", + "readOnly": true + }, + "rbd": { + "monitors": [ + "66" + ], + "image": "67", + "fsType": "68", + "pool": "69", + "user": "70", + "keyring": "71", + "secretRef": { + "name": "72" + } + }, + "flexVolume": { + "driver": "73", + "fsType": "74", + "secretRef": { + "name": "75" + }, + "readOnly": true, + "options": { + "76": "77" + } + }, + "cinder": { + "volumeID": "78", + "fsType": "79", + "secretRef": { + "name": "80" + } + }, + "cephfs": { + "monitors": [ + "81" + ], + "path": "82", + "user": "83", + "secretFile": "84", + "secretRef": { + "name": "85" + } + }, + "flocker": { + "datasetName": "86", + "datasetUUID": "87" + }, + "downwardAPI": { + "items": [ + { + "path": "88", + "fieldRef": { + "apiVersion": "89", + "fieldPath": "90" + }, + "resourceFieldRef": { + "containerName": "91", + "resource": "92", + "divisor": "660" + }, + "mode": 1569992019 + } + ], + "defaultMode": 824682619 + }, + "fc": { + "targetWWNs": [ + "93" + ], + "lun": -1740986684, + "fsType": "94", + "readOnly": true, + "wwids": [ + "95" + ] + }, + "azureFile": { + "secretName": "96", + "shareName": "97", + "readOnly": true + }, + "configMap": { + "name": "98", + "items": [ + { + "key": "99", + "path": "100", + "mode": 195263908 + } + ], + "defaultMode": 1593906314, + "optional": false + }, + "vsphereVolume": { + "volumePath": "101", + "fsType": "102", + "storagePolicyName": "103", + "storagePolicyID": "104" + }, + "quobyte": { + "registry": "105", + "volume": "106", + "user": "107", + "group": "108", + "tenant": "109" + }, + "azureDisk": { + "diskName": "110", + "diskURI": "111", + "cachingMode": "|@?鷅bȻN", + "fsType": "112", + "readOnly": true, + "kind": "榱*Gưoɘ檲" + }, + "photonPersistentDisk": { + "pdID": "113", + "fsType": "114" + }, + "projected": { + "sources": [ + { + "secret": { + "name": "115", + "items": [ + { + "key": "116", + "path": "117", + "mode": -323584340 + } + ], + "optional": true + }, + "downwardAPI": { + "items": [ + { + "path": "118", + "fieldRef": { + "apiVersion": "119", + "fieldPath": "120" + }, + "resourceFieldRef": { + "containerName": "121", + "resource": "122", + "divisor": "106" + }, + "mode": 173030157 + } + ] + }, + "configMap": { + "name": "123", + "items": [ + { + "key": "124", + "path": "125", + "mode": 2063799569 + } + ], + "optional": false + }, + "serviceAccountToken": { + "audience": "126", + "expirationSeconds": 8357931971650847566, + "path": "127" + } + } + ], + "defaultMode": -1334904807 + }, + "portworxVolume": { + "volumeID": "128", + "fsType": "129", + "readOnly": true + }, + "scaleIO": { + "gateway": "130", + "system": "131", + "secretRef": { + "name": "132" + }, + "protectionDomain": "133", + "storagePool": "134", + "storageMode": "135", + "volumeName": "136", + "fsType": "137" + }, + "storageos": { + "volumeName": "138", + "volumeNamespace": "139", + "fsType": "140", + "secretRef": { + "name": "141" + } + }, + "csi": { + "driver": "142", + "readOnly": false, + "fsType": "143", + "volumeAttributes": { + "144": "145" + }, + "nodePublishSecretRef": { + "name": "146" + } + }, + "ephemeral": { + "volumeClaimTemplate": { + "metadata": { + "name": "147", + "generateName": "148", + "namespace": "149", + "selfLink": "150", + "uid": "H巧壚tC十Oɢ", + "resourceVersion": "11451542506523135343", + "generation": 6028937828108618026, + "creationTimestamp": null, + "deletionGracePeriodSeconds": 6296624700137074905, + "labels": { + "152": "153" + }, + "annotations": { + "154": "155" + }, + "ownerReferences": [ + { + "apiVersion": "156", + "kind": "157", + "name": "158", + "uid": "閝ȝ", + "controller": false, + "blockOwnerDeletion": false + } + ], + "finalizers": [ + "159" + ], + "clusterName": "160", + "managedFields": [ + { + "manager": "161", + "operation": "ɑ龫`劳\u0026¼傭Ȟ1酃=6}ɡŇƉ立h", + "apiVersion": "162", + "fieldsType": "163" + } + ] + }, + "spec": { + "accessModes": [ + "鲡:" + ], + "selector": { + "matchLabels": { + "0-.-yz-0-_p4mz--.I_f6kjsz-7lwY-Y93-6": "igm_-._.q6" + }, + "matchExpressions": [ + { + "key": "m_0_F03_J", + "operator": "NotIn", + "values": [ + "4FpF_W-6" + ] + } + ] + }, + "resources": { + "limits": { + "Ŗȫ焗捏ĨFħ籘": "853" + }, + "requests": { + "zɟ踡肒Ao/樝fw[Řż丩ŽoǠ": "918" + } + }, + "volumeName": "170", + "storageClassName": "171", + "volumeMode": "Z1Ůđ眊ľǎɳ,ǿ飏騀呣", + "dataSource": { + "apiGroup": "172", + "kind": "173", + "name": "174" + } + } + } + } + } + ], + "initContainers": [ + { + "name": "175", + "image": "176", + "command": [ + "177" + ], + "args": [ + "178" + ], + "workingDir": "179", + "ports": [ + { + "name": "180", + "hostPort": 282592353, + "containerPort": 377225334, + "protocol": "Ƹ[Ęİ榌U髷裎$MVȟ@7", + "hostIP": "181" + } + ], + "envFrom": [ + { + "prefix": "182", + "configMapRef": { + "name": "183", + "optional": false + }, + "secretRef": { + "name": "184", + "optional": false + } + } + ], + "env": [ + { + "name": "185", + "value": "186", + "valueFrom": { + "fieldRef": { + "apiVersion": "187", + "fieldPath": "188" + }, + "resourceFieldRef": { + "containerName": "189", + "resource": "190", + "divisor": "573" + }, + "configMapKeyRef": { + "name": "191", + "key": "192", + "optional": false + }, + "secretKeyRef": { + "name": "193", + "key": "194", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "ǚ灄鸫rʤî萨zvt": "829" + }, + "requests": { + "悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\\p": "604" + } + }, + "volumeMounts": [ + { + "name": "195", + "readOnly": true, + "mountPath": "196", + "subPath": "197", + "mountPropagation": "ƖHV", + "subPathExpr": "198" + } + ], + "volumeDevices": [ + { + "name": "199", + "devicePath": "200" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "201" + ] + }, + "httpGet": { + "path": "202", + "port": -1196874390, + "host": "203", + "scheme": "S晒嶗UÐ_ƮA攤", + "httpHeaders": [ + { + "name": "204", + "value": "205" + } + ] + }, + "tcpSocket": { + "port": -498930176, + "host": "206" + }, + "initialDelaySeconds": 1885897314, + "timeoutSeconds": -465677631, + "periodSeconds": 1054858106, + "successThreshold": 232569106, + "failureThreshold": -1150474479 + }, + "readinessProbe": { + "exec": { + "command": [ + "207" + ] + }, + "httpGet": { + "path": "208", + "port": "209", + "host": "210", + "scheme": "8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ", + "httpHeaders": [ + { + "name": "211", + "value": "212" + } + ] + }, + "tcpSocket": { + "port": "213", + "host": "214" + }, + "initialDelaySeconds": -2717401, + "timeoutSeconds": -1492565335, + "periodSeconds": -1099429189, + "successThreshold": 994072122, + "failureThreshold": 1752155096 + }, + "startupProbe": { + "exec": { + "command": [ + "215" + ] + }, + "httpGet": { + "path": "216", + "port": "217", + "host": "218", + "scheme": "Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ", + "httpHeaders": [ + { + "name": "219", + "value": "220" + } + ] + }, + "tcpSocket": { + "port": -36782737, + "host": "221" + }, + "initialDelaySeconds": -1738069460, + "timeoutSeconds": -1643733106, + "periodSeconds": -805795167, + "successThreshold": 1791615594, + "failureThreshold": 785984384 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "222" + ] + }, + "httpGet": { + "path": "223", + "port": "224", + "host": "225", + "scheme": "\u003e郵[+扴ȨŮ", + "httpHeaders": [ + { + "name": "226", + "value": "227" + } + ] + }, + "tcpSocket": { + "port": "228", + "host": "229" + } + }, + "preStop": { + "exec": { + "command": [ + "230" + ] + }, + "httpGet": { + "path": "231", + "port": -743369977, + "host": "232", + "scheme": "\u003e犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4", + "httpHeaders": [ + { + "name": "233", + "value": "234" + } + ] + }, + "tcpSocket": { + "port": -1224991707, + "host": "235" + } + } + }, + "terminationMessagePath": "236", + "imagePullPolicy": "昕Ĭ", + "securityContext": { + "capabilities": { + "add": [ + "藢xɮĵȑ6L*Z鐫û咡W\u003c" + ], + "drop": [ + "lu|榝$î." + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "237", + "role": "238", + "type": "239", + "level": "240" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "241", + "gmsaCredentialSpec": "242", + "runAsUserName": "243" + }, + "runAsUser": -7565148469525206101, + "runAsGroup": 8949541422887578058, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "朦 wƯ貾坢'跩", + "seccompProfile": { + "type": "ŕ翑0展}", + "localhostProfile": "244" + } + }, + "stdinOnce": true + } + ], + "containers": [ + { + "name": "245", + "image": "246", + "command": [ + "247" + ], + "args": [ + "248" + ], + "workingDir": "249", + "ports": [ + { + "name": "250", + "hostPort": -778272981, + "containerPort": 2056774277, + "protocol": "现葢ŵ橨鬶l獕;跣Hǝcw媀瓄\u0026翜舞拉", + "hostIP": "251" + } + ], + "envFrom": [ + { + "prefix": "252", + "configMapRef": { + "name": "253", + "optional": true + }, + "secretRef": { + "name": "254", + "optional": false + } + } + ], + "env": [ + { + "name": "255", + "value": "256", + "valueFrom": { + "fieldRef": { + "apiVersion": "257", + "fieldPath": "258" + }, + "resourceFieldRef": { + "containerName": "259", + "resource": "260", + "divisor": "124" + }, + "configMapKeyRef": { + "name": "261", + "key": "262", + "optional": false + }, + "secretKeyRef": { + "name": "263", + "key": "264", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "V訆Ǝżŧ": "915" + }, + "requests": { + "+SÄ蚃ɣľ)酊龨Î": "787" + } + }, + "volumeMounts": [ + { + "name": "265", + "readOnly": true, + "mountPath": "266", + "subPath": "267", + "mountPropagation": "\"冓鍓贯澔 ƺ蛜6", + "subPathExpr": "268" + } + ], + "volumeDevices": [ + { + "name": "269", + "devicePath": "270" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "271" + ] + }, + "httpGet": { + "path": "272", + "port": 465486290, + "host": "273", + "httpHeaders": [ + { + "name": "274", + "value": "275" + } + ] + }, + "tcpSocket": { + "port": -116224247, + "host": "276" + }, + "initialDelaySeconds": -2097329452, + "timeoutSeconds": 1504385614, + "periodSeconds": 865289071, + "successThreshold": -1829146875, + "failureThreshold": -205176266 + }, + "readinessProbe": { + "exec": { + "command": [ + "277" + ] + }, + "httpGet": { + "path": "278", + "port": 234253676, + "host": "279", + "scheme": "ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏", + "httpHeaders": [ + { + "name": "280", + "value": "281" + } + ] + }, + "tcpSocket": { + "port": "282", + "host": "283" + }, + "initialDelaySeconds": -2062708879, + "timeoutSeconds": 215186711, + "periodSeconds": -141401239, + "successThreshold": -1187301925, + "failureThreshold": -402384013 + }, + "startupProbe": { + "exec": { + "command": [ + "284" + ] + }, + "httpGet": { + "path": "285", + "port": "286", + "host": "287", + "scheme": "鏻砅邻爥", + "httpHeaders": [ + { + "name": "288", + "value": "289" + } + ] + }, + "tcpSocket": { + "port": -305362540, + "host": "290" + }, + "initialDelaySeconds": 601198286, + "timeoutSeconds": 409029209, + "periodSeconds": 405193215, + "successThreshold": 2129989022, + "failureThreshold": -1699531929 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "291" + ] + }, + "httpGet": { + "path": "292", + "port": "293", + "host": "294", + "scheme": "­蜷ɔ幩š", + "httpHeaders": [ + { + "name": "295", + "value": "296" + } + ] + }, + "tcpSocket": { + "port": 455833230, + "host": "297" + } + }, + "preStop": { + "exec": { + "command": [ + "298" + ] + }, + "httpGet": { + "path": "299", + "port": 1076497581, + "host": "300", + "scheme": "h4ɊHȖ|ʐ", + "httpHeaders": [ + { + "name": "301", + "value": "302" + } + ] + }, + "tcpSocket": { + "port": 248533396, + "host": "303" + } + } + }, + "terminationMessagePath": "304", + "terminationMessagePolicy": "迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ", + "imagePullPolicy": "ņ", + "securityContext": { + "capabilities": { + "add": [ + "DŽ髐njʉBn(fǂǢ曣" + ], + "drop": [ + "ay" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "305", + "role": "306", + "type": "307", + "level": "308" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "309", + "gmsaCredentialSpec": "310", + "runAsUserName": "311" + }, + "runAsUser": 1958157659034146020, + "runAsGroup": -5996624450771474158, + "runAsNonRoot": false, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": false, + "procMount": "嗆u", + "seccompProfile": { + "type": "晲T[irȎ3Ĕ\\", + "localhostProfile": "312" + } + }, + "tty": true + } + ], + "ephemeralContainers": [ + { + "name": "313", + "image": "314", + "command": [ + "315" + ], + "args": [ + "316" + ], + "workingDir": "317", + "ports": [ + { + "name": "318", + "hostPort": -1656699070, + "containerPort": -1918622971, + "protocol": "ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz", + "hostIP": "319" + } + ], + "envFrom": [ + { + "prefix": "320", + "configMapRef": { + "name": "321", + "optional": true + }, + "secretRef": { + "name": "322", + "optional": false + } + } + ], + "env": [ + { + "name": "323", + "value": "324", + "valueFrom": { + "fieldRef": { + "apiVersion": "325", + "fieldPath": "326" + }, + "resourceFieldRef": { + "containerName": "327", + "resource": "328", + "divisor": "69" + }, + "configMapKeyRef": { + "name": "329", + "key": "330", + "optional": true + }, + "secretKeyRef": { + "name": "331", + "key": "332", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "1b": "328" + }, + "requests": { + "}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊": "699" + } + }, + "volumeMounts": [ + { + "name": "333", + "readOnly": true, + "mountPath": "334", + "subPath": "335", + "mountPropagation": "Ik(dŊiɢzĮ蛋I", + "subPathExpr": "336" + } + ], + "volumeDevices": [ + { + "name": "337", + "devicePath": "338" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "339" + ] + }, + "httpGet": { + "path": "340", + "port": "341", + "host": "342", + "scheme": "ȥ}礤铟怖ý萜Ǖ", + "httpHeaders": [ + { + "name": "343", + "value": "344" + } + ] + }, + "tcpSocket": { + "port": -1088996269, + "host": "345" + }, + "initialDelaySeconds": -1922458514, + "timeoutSeconds": 1480364858, + "periodSeconds": 692511776, + "successThreshold": -1231653807, + "failureThreshold": -36573584 + }, + "readinessProbe": { + "exec": { + "command": [ + "346" + ] + }, + "httpGet": { + "path": "347", + "port": -1157640253, + "host": "348", + "scheme": "×p鬷m罂o3ǰ廋i乳'ȘUɻ;", + "httpHeaders": [ + { + "name": "349", + "value": "350" + } + ] + }, + "tcpSocket": { + "port": "351", + "host": "352" + }, + "initialDelaySeconds": -478839383, + "timeoutSeconds": 989933975, + "periodSeconds": 140830733, + "successThreshold": -708495486, + "failureThreshold": -1436899600 + }, + "startupProbe": { + "exec": { + "command": [ + "353" + ] + }, + "httpGet": { + "path": "354", + "port": "355", + "host": "356", + "scheme": "漤ŗ坟", + "httpHeaders": [ + { + "name": "357", + "value": "358" + } + ] + }, + "tcpSocket": { + "port": -1617422199, + "host": "359" + }, + "initialDelaySeconds": -902839620, + "timeoutSeconds": -2030665763, + "periodSeconds": 1808698094, + "successThreshold": 1155232143, + "failureThreshold": -1873425934 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "360" + ] + }, + "httpGet": { + "path": "361", + "port": 1288391156, + "host": "362", + "scheme": "Ǥ桒ɴ鉂WJ1抉泅ą\u0026疀ȼN", + "httpHeaders": [ + { + "name": "363", + "value": "364" + } + ] + }, + "tcpSocket": { + "port": "365", + "host": "366" + } + }, + "preStop": { + "exec": { + "command": [ + "367" + ] + }, + "httpGet": { + "path": "368", + "port": 1859267428, + "host": "369", + "scheme": "ȟP", + "httpHeaders": [ + { + "name": "370", + "value": "371" + } + ] + }, + "tcpSocket": { + "port": 1445923603, + "host": "372" + } + } + }, + "terminationMessagePath": "373", + "terminationMessagePolicy": "殆诵H玲鑠ĭ$#卛8ð仁Q", + "imagePullPolicy": "tl敷斢杧ż鯀", + "securityContext": { + "capabilities": { + "add": [ + "鸔ɧWǘ炙" + ], + "drop": [ + "餸硷" + ] + }, + "privileged": true, + "seLinuxOptions": { + "user": "374", + "role": "375", + "type": "376", + "level": "377" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "378", + "gmsaCredentialSpec": "379", + "runAsUserName": "380" + }, + "runAsUser": 5215323049148402377, + "runAsGroup": 2946116477552625615, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "ʈʫ羶剹ƊF豎穜", + "seccompProfile": { + "type": "l咑耖p^鏋", + "localhostProfile": "381" + } + }, + "tty": true, + "targetContainerName": "382" + } + ], + "restartPolicy": "ȿ醏g遧", + "terminationGracePeriodSeconds": -616777763639482630, + "activeDeadlineSeconds": 2031424375743848602, + "dnsPolicy": ":{柯?B", + "nodeSelector": { + "383": "384" + }, + "serviceAccountName": "385", + "serviceAccount": "386", + "automountServiceAccountToken": false, + "nodeName": "387", + "hostNetwork": true, + "shareProcessNamespace": false, + "securityContext": { + "seLinuxOptions": { + "user": "388", + "role": "389", + "type": "390", + "level": "391" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "392", + "gmsaCredentialSpec": "393", + "runAsUserName": "394" + }, + "runAsUser": -1290365495982891537, + "runAsGroup": -759684899479757878, + "runAsNonRoot": false, + "supplementalGroups": [ + 3273247375993523103 + ], + "fsGroup": 4489057930380969432, + "sysctls": [ + { + "name": "395", + "value": "396" + } + ], + "fsGroupChangePolicy": "='ʨ|ǓÓ敆OɈÏ 瞍髃", + "seccompProfile": { + "type": "ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn", + "localhostProfile": "397" + } + }, + "imagePullSecrets": [ + { + "name": "398" + } + ], + "hostname": "399", + "subdomain": "400", + "affinity": { + "nodeAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": { + "nodeSelectorTerms": [ + { + "matchExpressions": [ + { + "key": "401", + "operator": "+Œ9两", + "values": [ + "402" + ] + } + ], + "matchFields": [ + { + "key": "403", + "operator": "q=歍þ螗ɃŒGm¨z鋎靀G", + "values": [ + "404" + ] + } + ] + } + ] + }, + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 377409178, + "preference": { + "matchExpressions": [ + { + "key": "405", + "operator": "#ļǹʅŚO虀^背遻堣灭ƴɦ燻", + "values": [ + "406" + ] + } + ], + "matchFields": [ + { + "key": "407", + "operator": "-觗裓6Ř筿ɾ5Ų買霎ȃň[\u003eą", + "values": [ + "408" + ] + } + ] + } + } + ] + }, + "podAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5": "1--L--v_Z--Zg-_4Q__-v_t_u_.A" + }, + "matchExpressions": [ + { + "key": "5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y", + "operator": "Exists" + } + ] + }, + "namespaces": [ + "415" + ], + "topologyKey": "416" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -1507671981, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-35840-w4g-27-5s6.q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x18mtxb--kexr-y/oK-.O--5-yp8q_s-1__gw_-z_659GE.l_.23--_6l.-5_Z": "3Pw_-r75--_-Ao" + }, + "matchExpressions": [ + { + "key": "hj6/bW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...CqN", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "423" + ], + "topologyKey": "424" + } + } + ] + }, + "podAntiAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "C--Y_Dp8O_._e_3_.4_W_-_7": "p_.----cp__ac8u.._-__BM.6-.Y7" + }, + "matchExpressions": [ + { + "key": "1x--i--7-nt-23h-4z-21-sap--h--q0h-t2n4s-6-k5-7-a0w-ke5p-3.nu--17---u7-gl7814ei-07shtq-6---g----9s39z-5/wv3UDf.-4D-5", + "operator": "NotIn", + "values": [ + "l67Q.-_t--O.3L.z2-y.-...C4_-_2G8" + ] + } + ] + }, + "namespaces": [ + "431" + ], + "topologyKey": "432" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 1067925263, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "k407--m-dc---6-q-q0o90--g-09--d5ez1----b69x90/um._fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_VF": "11---.-o7.pJ-4-1WV.-__05._LsuH" + }, + "matchExpressions": [ + { + "key": "8", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "439" + ], + "topologyKey": "440" + } + } + ] + } + }, + "schedulerName": "441", + "tolerations": [ + { + "key": "442", + "operator": "Ɖ肆Ző", + "value": "443", + "effect": "淵", + "tolerationSeconds": -1072615283184390308 + } + ], + "hostAliases": [ + { + "ip": "444", + "hostnames": [ + "445" + ] + } + ], + "priorityClassName": "446", + "priority": -1221153504, + "dnsConfig": { + "nameservers": [ + "447" + ], + "searches": [ + "448" + ], + "options": [ + { + "name": "449", + "value": "450" + } + ] + }, + "readinessGates": [ + { + "conditionType": "媈" + } + ], + "runtimeClassName": "451", + "enableServiceLinks": true, + "preemptionPolicy": "n夬LJ:BŐ埑Ô*ɾWȖ韝ƉşʁO^:", + "overhead": { + "ȩ纾S": "368" + }, + "topologySpreadConstraints": [ + { + "maxSkew": -1568300104, + "topologyKey": "452", + "whenUnsatisfiable": "潑嫉悔柅ȵ.Ȁ鎧Y冒Ɩ", + "labelSelector": { + "matchLabels": { + "jp-z---k-5r6h--y7n.61-cm---ch-g0t-q--qr95ws-v-5--7-ufi-7/35a-1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--.2g": "Mqp..__._-J_-fk3-_j.133eT_2_Y" + }, + "matchExpressions": [ + { + "key": "51-i-d-----9---063-qm-j-3wc89k-0-57z4063--4/rBQ.u", + "operator": "Exists" + } + ] + } + } + ], + "setHostnameAsFQDN": false + } + }, + "volumeClaimTemplates": [ + { + "metadata": { + "name": "459", + "generateName": "460", + "namespace": "461", + "selfLink": "462", + "uid": "S誖Śs垦Ȋ髴T唼=`朇c", + "resourceVersion": "8285629342346774721", + "generation": -5107762106575809276, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -6486445241316991261, + "labels": { + "464": "465" + }, + "annotations": { + "466": "467" + }, + "ownerReferences": [ + { + "apiVersion": "468", + "kind": "469", + "name": "470", + "uid": "/nēɅĀ埰ʀł!U詨nj1ýǝ", + "controller": true, + "blockOwnerDeletion": false + } + ], + "finalizers": [ + "471" + ], + "clusterName": "472", + "managedFields": [ + { + "manager": "473", + "operation": "壛ĐíEd楗鱶镖喗vȥ", + "apiVersion": "474", + "fieldsType": "475" + } + ] + }, + "spec": { + "accessModes": [ + "Y斩I儑瓔¯" + ], + "selector": { + "matchLabels": { + "k--13lk5-e4-u-5kvp-----887j72qz6-7d84-1f396h82----23-6b77f.mgi7-2je7zjt0pp-x0r2gd---yn1/7_._qN__A_f_-B3_U__L.KH6K.RwsfI_2-_20_9.5": "8_B-ks7dx" + }, + "matchExpressions": [ + { + "key": "vUK_-.j21---__y.9O.L-.m.3--4", + "operator": "In", + "values": [ + "37u-h---dY7_M_-._M52" + ] + } + ] + }, + "resources": { + "limits": { + "涟雒驭堣Qwn:Ʋå譥a超": "19" + }, + "requests": { + "ª韷v简3VǢɾ纤ą¨?ɣ蔫椁Ȕ": "368" + } + }, + "volumeName": "482", + "storageClassName": "483", + "volumeMode": "'降\\4)ȳɍǟm{煰œ憼", + "dataSource": { + "apiGroup": "484", + "kind": "485", + "name": "486" + } + }, + "status": { + "phase": "ʌ槧ą°Z拕獘:pȚ\\猫ï卒ú", + "accessModes": [ + "èƾ竒决瘛Ǫǵ" + ], + "capacity": { + "Ǧ澵貛香\"砻B鷋": "578" + }, + "conditions": [ + { + "type": "|nET¬%ȎdžĤɂR湛", + "status": "WU=ȑ-A敲ʉ2腠梊", + "lastProbeTime": "2230-04-25T02:33:53Z", + "lastTransitionTime": "2843-07-14T02:23:26Z", + "reason": "487", + "message": "488" + } + ] + } + } + ], + "serviceName": "489", + "podManagementPolicy": "`ŇaƬȿŬ捕|", + "updateStrategy": { + "type": "șa汸\u003cƋlɋN磋镮ȺPÈ", + "rollingUpdate": { + "partition": -83826225 + } + }, + "revisionHistoryLimit": -1872519086 + }, + "status": { + "observedGeneration": -3866306318826551410, + "replicas": 1852870468, + "readyReplicas": -1993494670, + "currentReplicas": -463159422, + "updatedReplicas": 463674701, + "currentRevision": "490", + "updateRevision": "491", + "collisionCount": -1556190810, + "conditions": [ + { + "type": "ȩ硘(ǒ[", + "status": "闬輙怀¹bCũw¼ ǫđ槴Ċį軠\u003e", + "lastTransitionTime": "2446-08-01T12:34:13Z", + "reason": "492", + "message": "493" + } + ] + } +} \ No newline at end of file diff --git a/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1.StatefulSet.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1.StatefulSet.after_roundtrip.pb new file mode 100644 index 0000000000000000000000000000000000000000..6c30da2b1ce3061b0e879c5f545d35c47624ee32 GIT binary patch literal 7990 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ą + values: + - "408" + weight: 377409178 + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: "401" + operator: +Œ9两 + values: + - "402" + matchFields: + - key: "403" + operator: q=歍þ螗ɃŒGm¨z鋎靀G + values: + - "404" + podAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: hj6/bW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...CqN + operator: DoesNotExist + matchLabels: + ? v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-35840-w4g-27-5s6.q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x18mtxb--kexr-y/oK-.O--5-yp8q_s-1__gw_-z_659GE.l_.23--_6l.-5_Z + : 3Pw_-r75--_-Ao + namespaces: + - "423" + topologyKey: "424" + weight: -1507671981 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: 5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y + operator: Exists + matchLabels: + 1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5: 1--L--v_Z--Zg-_4Q__-v_t_u_.A + namespaces: + - "415" + topologyKey: "416" + podAntiAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: "8" + operator: DoesNotExist + matchLabels: + k407--m-dc---6-q-q0o90--g-09--d5ez1----b69x90/um._fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_VF: 11---.-o7.pJ-4-1WV.-__05._LsuH + namespaces: + - "439" + topologyKey: "440" + weight: 1067925263 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: 1x--i--7-nt-23h-4z-21-sap--h--q0h-t2n4s-6-k5-7-a0w-ke5p-3.nu--17---u7-gl7814ei-07shtq-6---g----9s39z-5/wv3UDf.-4D-5 + operator: NotIn + values: + - l67Q.-_t--O.3L.z2-y.-...C4_-_2G8 + matchLabels: + C--Y_Dp8O_._e_3_.4_W_-_7: p_.----cp__ac8u.._-__BM.6-.Y7 + namespaces: + - "431" + topologyKey: "432" + automountServiceAccountToken: false + containers: + - args: + - "248" + command: + - "247" + env: + - name: "255" + value: "256" + valueFrom: + configMapKeyRef: + key: "262" + name: "261" + optional: false + fieldRef: + apiVersion: "257" + fieldPath: "258" + resourceFieldRef: + containerName: "259" + divisor: "124" + resource: "260" + secretKeyRef: + key: "264" + name: "263" + optional: false + envFrom: + - configMapRef: + name: "253" + optional: true + prefix: "252" + secretRef: + name: "254" + optional: false + image: "246" + imagePullPolicy: ņ + lifecycle: + postStart: + exec: + command: + - "291" + httpGet: + host: "294" + httpHeaders: + - name: "295" + value: "296" + path: "292" + port: "293" + scheme: ­蜷ɔ幩š + tcpSocket: + host: "297" + port: 455833230 + preStop: + exec: + command: + - "298" + httpGet: + host: "300" + httpHeaders: + - name: "301" + value: "302" + path: "299" + port: 1076497581 + scheme: h4ɊHȖ|ʐ + tcpSocket: + host: "303" + port: 248533396 + livenessProbe: + exec: + command: + - "271" + failureThreshold: -205176266 + httpGet: + host: "273" + httpHeaders: + - name: "274" + value: "275" + path: "272" + port: 465486290 + initialDelaySeconds: -2097329452 + periodSeconds: 865289071 + successThreshold: -1829146875 + tcpSocket: + host: "276" + port: -116224247 + timeoutSeconds: 1504385614 + name: "245" + ports: + - containerPort: 2056774277 + hostIP: "251" + hostPort: -778272981 + name: "250" + protocol: 现葢ŵ橨鬶l獕;跣Hǝcw媀瓄&翜舞拉 + readinessProbe: + exec: + command: + - "277" + failureThreshold: -402384013 + httpGet: + host: "279" + httpHeaders: + - name: "280" + value: "281" + path: "278" + port: 234253676 + scheme: ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏 + initialDelaySeconds: -2062708879 + periodSeconds: -141401239 + successThreshold: -1187301925 + tcpSocket: + host: "283" + port: "282" + timeoutSeconds: 215186711 + resources: + limits: + V訆Ǝżŧ: "915" + requests: + +SÄ蚃ɣľ)酊龨Î: "787" + securityContext: + allowPrivilegeEscalation: false + capabilities: + add: + - DŽ髐njʉBn(fǂǢ曣 + drop: + - ay + privileged: false + procMount: 嗆u + readOnlyRootFilesystem: true + runAsGroup: -5996624450771474158 + runAsNonRoot: false + runAsUser: 1958157659034146020 + seLinuxOptions: + level: "308" + role: "306" + type: "307" + user: "305" + seccompProfile: + localhostProfile: "312" + type: 晲T[irȎ3Ĕ\ + windowsOptions: + gmsaCredentialSpec: "310" + gmsaCredentialSpecName: "309" + runAsUserName: "311" + startupProbe: + exec: + command: + - "284" + failureThreshold: -1699531929 + httpGet: + host: "287" + httpHeaders: + - name: "288" + value: "289" + path: "285" + port: "286" + scheme: 鏻砅邻爥 + initialDelaySeconds: 601198286 + periodSeconds: 405193215 + successThreshold: 2129989022 + tcpSocket: + host: "290" + port: -305362540 + timeoutSeconds: 409029209 + terminationMessagePath: "304" + terminationMessagePolicy: 迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ + tty: true + volumeDevices: + - devicePath: "270" + name: "269" + volumeMounts: + - mountPath: "266" + mountPropagation: '"冓鍓贯澔 ƺ蛜6' + name: "265" + readOnly: true + subPath: "267" + subPathExpr: "268" + workingDir: "249" + dnsConfig: + nameservers: + - "447" + options: + - name: "449" + value: "450" + searches: + - "448" + dnsPolicy: :{柯?B + enableServiceLinks: true + ephemeralContainers: + - args: + - "316" + command: + - "315" + env: + - name: "323" + value: "324" + valueFrom: + configMapKeyRef: + key: "330" + name: "329" + optional: true + fieldRef: + apiVersion: "325" + fieldPath: "326" + resourceFieldRef: + containerName: "327" + divisor: "69" + resource: "328" + secretKeyRef: + key: "332" + name: "331" + optional: false + envFrom: + - configMapRef: + name: "321" + optional: true + prefix: "320" + secretRef: + name: "322" + optional: false + image: "314" + imagePullPolicy: tl敷斢杧ż鯀 + lifecycle: + postStart: + exec: + command: + - "360" + httpGet: + host: "362" + httpHeaders: + - name: "363" + value: "364" + path: "361" + port: 1288391156 + scheme: Ǥ桒ɴ鉂WJ1抉泅ą&疀ȼN + tcpSocket: + host: "366" + port: "365" + preStop: + exec: + command: + - "367" + httpGet: + host: "369" + httpHeaders: + - name: "370" + value: "371" + path: "368" + port: 1859267428 + scheme: ȟP + tcpSocket: + host: "372" + port: 1445923603 + livenessProbe: + exec: + command: + - "339" + failureThreshold: -36573584 + httpGet: + host: "342" + httpHeaders: + - name: "343" + value: "344" + path: "340" + port: "341" + scheme: ȥ}礤铟怖ý萜Ǖ + initialDelaySeconds: -1922458514 + periodSeconds: 692511776 + successThreshold: -1231653807 + tcpSocket: + host: "345" + port: -1088996269 + timeoutSeconds: 1480364858 + name: "313" + ports: + - containerPort: -1918622971 + hostIP: "319" + hostPort: -1656699070 + name: "318" + protocol: ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz + readinessProbe: + exec: + command: + - "346" + failureThreshold: -1436899600 + httpGet: + host: "348" + httpHeaders: + - name: "349" + value: "350" + path: "347" + port: -1157640253 + scheme: ×p鬷m罂o3ǰ廋i乳'ȘUɻ; + initialDelaySeconds: -478839383 + periodSeconds: 140830733 + successThreshold: -708495486 + tcpSocket: + host: "352" + port: "351" + timeoutSeconds: 989933975 + resources: + limits: + 1b: "328" + requests: + '}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊': "699" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 鸔ɧWǘ炙 + drop: + - 餸硷 + privileged: true + procMount: ʈʫ羶剹ƊF豎穜 + readOnlyRootFilesystem: true + runAsGroup: 2946116477552625615 + runAsNonRoot: true + runAsUser: 5215323049148402377 + seLinuxOptions: + level: "377" + role: "375" + type: "376" + user: "374" + seccompProfile: + localhostProfile: "381" + type: l咑耖p^鏋 + windowsOptions: + gmsaCredentialSpec: "379" + gmsaCredentialSpecName: "378" + runAsUserName: "380" + startupProbe: + exec: + command: + - "353" + failureThreshold: -1873425934 + httpGet: + host: "356" + httpHeaders: + - name: "357" + value: "358" + path: "354" + port: "355" + scheme: 漤ŗ坟 + initialDelaySeconds: -902839620 + periodSeconds: 1808698094 + successThreshold: 1155232143 + tcpSocket: + host: "359" + port: -1617422199 + timeoutSeconds: -2030665763 + targetContainerName: "382" + terminationMessagePath: "373" + terminationMessagePolicy: 殆诵H玲鑠ĭ$#卛8ð仁Q + tty: true + volumeDevices: + - devicePath: "338" + name: "337" + volumeMounts: + - mountPath: "334" + mountPropagation: Ik(dŊiɢzĮ蛋I + name: "333" + readOnly: true + subPath: "335" + subPathExpr: "336" + workingDir: "317" + hostAliases: + - hostnames: + - "445" + ip: "444" + hostNetwork: true + hostname: "399" + imagePullSecrets: + - name: "398" + initContainers: + - args: + - "178" + command: + - "177" + env: + - name: "185" + value: "186" + valueFrom: + configMapKeyRef: + key: "192" + name: "191" + optional: false + fieldRef: + apiVersion: "187" + fieldPath: "188" + resourceFieldRef: + containerName: "189" + divisor: "573" + resource: "190" + secretKeyRef: + key: "194" + name: "193" + optional: false + envFrom: + - configMapRef: + name: "183" + optional: false + prefix: "182" + secretRef: + name: "184" + optional: false + image: "176" + imagePullPolicy: 昕Ĭ + lifecycle: + postStart: + exec: + command: + - "222" + httpGet: + host: "225" + httpHeaders: + - name: "226" + value: "227" + path: "223" + port: "224" + scheme: '>郵[+扴ȨŮ' + tcpSocket: + host: "229" + port: "228" + preStop: + exec: + command: + - "230" + httpGet: + host: "232" + httpHeaders: + - name: "233" + value: "234" + path: "231" + port: -743369977 + scheme: '>犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4' + tcpSocket: + host: "235" + port: -1224991707 + livenessProbe: + exec: + command: + - "201" + failureThreshold: -1150474479 + httpGet: + host: "203" + httpHeaders: + - name: "204" + value: "205" + path: "202" + port: -1196874390 + scheme: S晒嶗UÐ_ƮA攤 + initialDelaySeconds: 1885897314 + periodSeconds: 1054858106 + successThreshold: 232569106 + tcpSocket: + host: "206" + port: -498930176 + timeoutSeconds: -465677631 + name: "175" + ports: + - containerPort: 377225334 + hostIP: "181" + hostPort: 282592353 + name: "180" + protocol: Ƹ[Ęİ榌U髷裎$MVȟ@7 + readinessProbe: + exec: + command: + - "207" + failureThreshold: 1752155096 + httpGet: + host: "210" + httpHeaders: + - name: "211" + value: "212" + path: "208" + port: "209" + scheme: 8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ + initialDelaySeconds: -2717401 + periodSeconds: -1099429189 + successThreshold: 994072122 + tcpSocket: + host: "214" + port: "213" + timeoutSeconds: -1492565335 + resources: + limits: + ǚ灄鸫rʤî萨zvt: "829" + requests: + 悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\p: "604" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 藢xɮĵȑ6L*Z鐫û咡W< + drop: + - lu|榝$î. + privileged: false + procMount: 朦 wƯ貾坢'跩 + readOnlyRootFilesystem: true + runAsGroup: 8949541422887578058 + runAsNonRoot: true + runAsUser: -7565148469525206101 + seLinuxOptions: + level: "240" + role: "238" + type: "239" + user: "237" + seccompProfile: + localhostProfile: "244" + type: ŕ翑0展} + windowsOptions: + gmsaCredentialSpec: "242" + gmsaCredentialSpecName: "241" + runAsUserName: "243" + startupProbe: + exec: + command: + - "215" + failureThreshold: 785984384 + httpGet: + host: "218" + httpHeaders: + - name: "219" + value: "220" + path: "216" + port: "217" + scheme: Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ + initialDelaySeconds: -1738069460 + periodSeconds: -805795167 + successThreshold: 1791615594 + tcpSocket: + host: "221" + port: -36782737 + timeoutSeconds: -1643733106 + stdinOnce: true + terminationMessagePath: "236" + volumeDevices: + - devicePath: "200" + name: "199" + volumeMounts: + - mountPath: "196" + mountPropagation: ƖHV + name: "195" + readOnly: true + subPath: "197" + subPathExpr: "198" + workingDir: "179" + nodeName: "387" + nodeSelector: + "383": "384" + overhead: + ȩ纾S: "368" + preemptionPolicy: 'n夬LJ:BŐ埑Ô*ɾWȖ韝ƉşʁO^:' + priority: -1221153504 + priorityClassName: "446" + readinessGates: + - conditionType: 媈 + restartPolicy: ȿ醏g遧 + runtimeClassName: "451" + schedulerName: "441" + securityContext: + fsGroup: 4489057930380969432 + fsGroupChangePolicy: ='ʨ|ǓÓ敆OɈÏ 瞍髃 + runAsGroup: -759684899479757878 + runAsNonRoot: false + runAsUser: -1290365495982891537 + seLinuxOptions: + level: "391" + role: "389" + type: "390" + user: "388" + seccompProfile: + localhostProfile: "397" + type: ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn + supplementalGroups: + - 3273247375993523103 + sysctls: + - name: "395" + value: "396" + windowsOptions: + gmsaCredentialSpec: "393" + gmsaCredentialSpecName: "392" + runAsUserName: "394" + serviceAccount: "386" + serviceAccountName: "385" + setHostnameAsFQDN: false + shareProcessNamespace: false + subdomain: "400" + terminationGracePeriodSeconds: -616777763639482630 + tolerations: + - effect: 淵 + key: "442" + operator: Ɖ肆Ző + tolerationSeconds: -1072615283184390308 + value: "443" + topologySpreadConstraints: + - labelSelector: + matchExpressions: + - key: 51-i-d-----9---063-qm-j-3wc89k-0-57z4063--4/rBQ.u + operator: Exists + matchLabels: + jp-z---k-5r6h--y7n.61-cm---ch-g0t-q--qr95ws-v-5--7-ufi-7/35a-1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--.2g: Mqp..__._-J_-fk3-_j.133eT_2_Y + maxSkew: -1568300104 + topologyKey: "452" + whenUnsatisfiable: 潑嫉悔柅ȵ.Ȁ鎧Y冒Ɩ + volumes: + - awsElasticBlockStore: + fsType: "47" + partition: 912004803 + readOnly: true + volumeID: "46" + azureDisk: + cachingMode: '|@?鷅bȻN' + diskName: "110" + diskURI: "111" + fsType: "112" + kind: 榱*Gưoɘ檲 + readOnly: true + azureFile: + readOnly: true + secretName: "96" + shareName: "97" + cephfs: + monitors: + - "81" + path: "82" + secretFile: "84" + secretRef: + name: "85" + user: "83" + cinder: + fsType: "79" + secretRef: + name: "80" + volumeID: "78" + configMap: + defaultMode: 1593906314 + items: + - key: "99" + mode: 195263908 + path: "100" + name: "98" + optional: false + csi: + driver: "142" + fsType: "143" + nodePublishSecretRef: + name: "146" + readOnly: false + volumeAttributes: + "144": "145" + downwardAPI: + defaultMode: 824682619 + items: + - fieldRef: + apiVersion: "89" + fieldPath: "90" + mode: 1569992019 + path: "88" + resourceFieldRef: + containerName: "91" + divisor: "660" + resource: "92" + emptyDir: + medium: Xŋ朘瑥A徙ɶɊł/擇ɦĽ胚O醔ɍ厶耈 + sizeLimit: "473" + ephemeral: + volumeClaimTemplate: + metadata: + annotations: + "154": "155" + clusterName: "160" + creationTimestamp: null + deletionGracePeriodSeconds: 6296624700137074905 + finalizers: + - "159" + generateName: "148" + generation: 6028937828108618026 + labels: + "152": "153" + managedFields: + - apiVersion: "162" + fieldsType: "163" + manager: "161" + operation: ɑ龫`劳&¼傭Ȟ1酃=6}ɡŇƉ立h + name: "147" + namespace: "149" + ownerReferences: + - apiVersion: "156" + blockOwnerDeletion: false + controller: false + kind: "157" + name: "158" + uid: 閝ȝ + resourceVersion: "11451542506523135343" + selfLink: "150" + uid: H巧壚tC十Oɢ + spec: + accessModes: + - '鲡:' + dataSource: + apiGroup: "172" + kind: "173" + name: "174" + resources: + limits: + Ŗȫ焗捏ĨFħ籘: "853" + requests: + zɟ踡肒Ao/樝fw[Řż丩ŽoǠ: "918" + selector: + matchExpressions: + - key: m_0_F03_J + operator: NotIn + values: + - 4FpF_W-6 + matchLabels: + 0-.-yz-0-_p4mz--.I_f6kjsz-7lwY-Y93-6: igm_-._.q6 + storageClassName: "171" + volumeMode: Z1Ůđ眊ľǎɳ,ǿ飏騀呣 + volumeName: "170" + fc: + fsType: "94" + lun: -1740986684 + readOnly: true + targetWWNs: + - "93" + wwids: + - "95" + flexVolume: + driver: "73" + fsType: "74" + options: + "76": "77" + readOnly: true + secretRef: + name: "75" + flocker: + datasetName: "86" + datasetUUID: "87" + gcePersistentDisk: + fsType: "45" + partition: -1188153605 + pdName: "44" + gitRepo: + directory: "50" + repository: "48" + revision: "49" + glusterfs: + endpoints: "63" + path: "64" + readOnly: true + hostPath: + path: "43" + type: ƛƟ)ÙæNǚ錯ƶRquA?瞲Ť倱< + iscsi: + chapAuthDiscovery: true + fsType: "59" + initiatorName: "62" + iqn: "57" + iscsiInterface: "58" + lun: 994527057 + portals: + - "60" + secretRef: + name: "61" + targetPortal: "56" + name: "42" + nfs: + path: "55" + readOnly: true + server: "54" + persistentVolumeClaim: + claimName: "65" + readOnly: true + photonPersistentDisk: + fsType: "114" + pdID: "113" + portworxVolume: + fsType: "129" + readOnly: true + volumeID: "128" + projected: + defaultMode: -1334904807 + sources: + - configMap: + items: + - key: "124" + mode: 2063799569 + path: "125" + name: "123" + optional: false + downwardAPI: + items: + - fieldRef: + apiVersion: "119" + fieldPath: "120" + mode: 173030157 + path: "118" + resourceFieldRef: + containerName: "121" + divisor: "106" + resource: "122" + secret: + items: + - key: "116" + mode: -323584340 + path: "117" + name: "115" + optional: true + serviceAccountToken: + audience: "126" + expirationSeconds: 8357931971650847566 + path: "127" + quobyte: + group: "108" + registry: "105" + tenant: "109" + user: "107" + volume: "106" + rbd: + fsType: "68" + image: "67" + keyring: "71" + monitors: + - "66" + pool: "69" + secretRef: + name: "72" + user: "70" + scaleIO: + fsType: "137" + gateway: "130" + protectionDomain: "133" + secretRef: + name: "132" + storageMode: "135" + storagePool: "134" + system: "131" + volumeName: "136" + secret: + defaultMode: 332383000 + items: + - key: "52" + mode: -547518679 + path: "53" + optional: true + secretName: "51" + storageos: + fsType: "140" + secretRef: + name: "141" + volumeName: "138" + volumeNamespace: "139" + vsphereVolume: + fsType: "102" + storagePolicyID: "104" + storagePolicyName: "103" + volumePath: "101" + updateStrategy: + rollingUpdate: + partition: -83826225 + type: șa汸<ƋlɋN磋镮ȺPÈ + volumeClaimTemplates: + - metadata: + annotations: + "466": "467" + clusterName: "472" + creationTimestamp: null + deletionGracePeriodSeconds: -6486445241316991261 + finalizers: + - "471" + generateName: "460" + generation: -5107762106575809276 + labels: + "464": "465" + managedFields: + - apiVersion: "474" + fieldsType: "475" + manager: "473" + operation: 壛ĐíEd楗鱶镖喗vȥ + name: "459" + namespace: "461" + ownerReferences: + - apiVersion: "468" + blockOwnerDeletion: false + controller: true + kind: "469" + name: "470" + uid: /nēɅĀ埰ʀł!U詨nj1ýǝ + resourceVersion: "8285629342346774721" + selfLink: "462" + uid: S誖Śs垦Ȋ髴T唼=`朇c + spec: + accessModes: + - Y斩I儑瓔¯ + dataSource: + apiGroup: "484" + kind: "485" + name: "486" + resources: + limits: + 涟雒驭堣Qwn:Ʋå譥a超: "19" + requests: + ª韷v简3VǢɾ纤ą¨?ɣ蔫椁Ȕ: "368" + selector: + matchExpressions: + - key: vUK_-.j21---__y.9O.L-.m.3--4 + operator: In + values: + - 37u-h---dY7_M_-._M52 + matchLabels: + ? k--13lk5-e4-u-5kvp-----887j72qz6-7d84-1f396h82----23-6b77f.mgi7-2je7zjt0pp-x0r2gd---yn1/7_._qN__A_f_-B3_U__L.KH6K.RwsfI_2-_20_9.5 + : 8_B-ks7dx + storageClassName: "483" + volumeMode: '''降\4)ȳɍǟm{煰œ憼' + volumeName: "482" + status: + accessModes: + - èƾ竒决瘛Ǫǵ + capacity: + Ǧ澵貛香"砻B鷋: "578" + conditions: + - lastProbeTime: "2230-04-25T02:33:53Z" + lastTransitionTime: "2843-07-14T02:23:26Z" + message: "488" + reason: "487" + status: WU=ȑ-A敲ʉ2腠梊 + type: '|nET¬%ȎdžĤɂR湛' + phase: ʌ槧ą°Z拕獘:pȚ\猫ï卒ú +status: + collisionCount: -1556190810 + conditions: + - lastTransitionTime: "2446-08-01T12:34:13Z" + message: "493" + reason: "492" + status: 闬輙怀¹bCũw¼ ǫđ槴Ċį軠> + type: ȩ硘(ǒ[ + currentReplicas: -463159422 + currentRevision: "490" + observedGeneration: -3866306318826551410 + readyReplicas: -1993494670 + replicas: 1852870468 + updateRevision: "491" + updatedReplicas: 463674701 diff --git a/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta1.Deployment.after_roundtrip.json b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta1.Deployment.after_roundtrip.json new file mode 100644 index 00000000000..774d7d07945 --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta1.Deployment.after_roundtrip.json @@ -0,0 +1,1502 @@ +{ + "kind": "Deployment", + "apiVersion": "apps/v1beta1", + "metadata": { + "name": "2", + "generateName": "3", + "namespace": "4", + "selfLink": "5", + "uid": "7", + "resourceVersion": "11042405498087606203", + "generation": 8071137005907523419, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -4955867275792137171, + "labels": { + "7": "8" + }, + "annotations": { + "9": "10" + }, + "ownerReferences": [ + { + "apiVersion": "11", + "kind": "12", + "name": "13", + "uid": "Dz廔ȇ{sŊƏp", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "14" + ], + "clusterName": "15", + "managedFields": [ + { + "manager": "16", + "operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]", + "apiVersion": "17", + "fieldsType": "18" + } + ] + }, + "spec": { + "replicas": 896585016, + "selector": { + "matchLabels": { + "74404d5---g8c2-k-91e.y5-g--58----0683-b-w7ld-6cs06xj-x5yv0wm-k18/M_-Nx.N_6-___._-.-W._AAn---v_-5-_8LXj": "6-4_WE-_JTrcd-2.-__E_Sv__26KX_R_.-.Nth._--S_4DA_-5_-4lQ42M--1" + }, + "matchExpressions": [ + { + "key": "50-u--25cu87--r7p-w1e67-8pj5t-kl-v0q6b68--nu5oii38fn-8.629b-jd-8c45-0-8--6n--w0--w---196g8d--iv1-5--5ht-a-29--0qso796/3___47._49pIB_o61ISU4--A_.XK_._M99", + "operator": "Exists" + } + ] + }, + "template": { + "metadata": { + "name": "25", + "generateName": "26", + "namespace": "27", + "selfLink": "28", + "uid": "?Qȫş", + "resourceVersion": "1736621709629422270", + "generation": -8542870036622468681, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -2575298329142810753, + "labels": { + "30": "31" + }, + "annotations": { + "32": "33" + }, + "ownerReferences": [ + { + "apiVersion": "34", + "kind": "35", + "name": "36", + "uid": "ƶȤ^}", + "controller": true, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "37" + ], + "clusterName": "38", + "managedFields": [ + { + "manager": "39", + "operation": "躢", + "apiVersion": "40", + "fieldsType": "41" + } + ] + }, + "spec": { + "volumes": [ + { + "name": "42", + "hostPath": { + "path": "43", + "type": "ƛƟ)ÙæNǚ錯ƶRquA?瞲Ť倱\u003c" + }, + "emptyDir": { + "medium": "Xŋ朘瑥A徙ɶɊł/擇ɦĽ胚O醔ɍ厶耈", + "sizeLimit": "473" + }, + "gcePersistentDisk": { + "pdName": "44", + "fsType": "45", + "partition": -1188153605 + }, + "awsElasticBlockStore": { + "volumeID": "46", + "fsType": "47", + "partition": 912004803, + "readOnly": true + }, + "gitRepo": { + "repository": "48", + "revision": "49", + "directory": "50" + }, + "secret": { + "secretName": "51", + "items": [ + { + "key": "52", + "path": "53", + "mode": -547518679 + } + ], + "defaultMode": 332383000, + "optional": true + }, + "nfs": { + "server": "54", + "path": "55", + "readOnly": true + }, + "iscsi": { + "targetPortal": "56", + "iqn": "57", + "lun": 994527057, + "iscsiInterface": "58", + "fsType": "59", + "portals": [ + "60" + ], + "chapAuthDiscovery": true, + "secretRef": { + "name": "61" + }, + "initiatorName": "62" + }, + "glusterfs": { + "endpoints": "63", + "path": "64", + "readOnly": true + }, + "persistentVolumeClaim": { + "claimName": "65", + "readOnly": true + }, + "rbd": { + "monitors": [ + "66" + ], + "image": "67", + "fsType": "68", + "pool": "69", + "user": "70", + "keyring": "71", + "secretRef": { + "name": "72" + } + }, + "flexVolume": { + "driver": "73", + "fsType": "74", + "secretRef": { + "name": "75" + }, + "readOnly": true, + "options": { + "76": "77" + } + }, + "cinder": { + "volumeID": "78", + "fsType": "79", + "secretRef": { + "name": "80" + } + }, + "cephfs": { + "monitors": [ + "81" + ], + "path": "82", + "user": "83", + "secretFile": "84", + "secretRef": { + "name": "85" + } + }, + "flocker": { + "datasetName": "86", + "datasetUUID": "87" + }, + "downwardAPI": { + "items": [ + { + "path": "88", + "fieldRef": { + "apiVersion": "89", + "fieldPath": "90" + }, + "resourceFieldRef": { + "containerName": "91", + "resource": "92", + "divisor": "660" + }, + "mode": 1569992019 + } + ], + "defaultMode": 824682619 + }, + "fc": { + "targetWWNs": [ + "93" + ], + "lun": -1740986684, + "fsType": "94", + "readOnly": true, + "wwids": [ + "95" + ] + }, + "azureFile": { + "secretName": "96", + "shareName": "97", + "readOnly": true + }, + "configMap": { + "name": "98", + "items": [ + { + "key": "99", + "path": "100", + "mode": 195263908 + } + ], + "defaultMode": 1593906314, + "optional": false + }, + "vsphereVolume": { + "volumePath": "101", + "fsType": "102", + "storagePolicyName": "103", + "storagePolicyID": "104" + }, + "quobyte": { + "registry": "105", + "volume": "106", + "user": "107", + "group": "108", + "tenant": "109" + }, + "azureDisk": { + "diskName": "110", + "diskURI": "111", + "cachingMode": "|@?鷅bȻN", + "fsType": "112", + "readOnly": true, + "kind": "榱*Gưoɘ檲" + }, + "photonPersistentDisk": { + "pdID": "113", + "fsType": "114" + }, + "projected": { + "sources": [ + { + "secret": { + "name": "115", + "items": [ + { + "key": "116", + "path": "117", + "mode": -323584340 + } + ], + "optional": true + }, + "downwardAPI": { + "items": [ + { + "path": "118", + "fieldRef": { + "apiVersion": "119", + "fieldPath": "120" + }, + "resourceFieldRef": { + "containerName": "121", + "resource": "122", + "divisor": "106" + }, + "mode": 173030157 + } + ] + }, + "configMap": { + "name": "123", + "items": [ + { + "key": "124", + "path": "125", + "mode": 2063799569 + } + ], + "optional": false + }, + "serviceAccountToken": { + "audience": "126", + "expirationSeconds": 8357931971650847566, + "path": "127" + } + } + ], + "defaultMode": -1334904807 + }, + "portworxVolume": { + "volumeID": "128", + "fsType": "129", + "readOnly": true + }, + "scaleIO": { + "gateway": "130", + "system": "131", + "secretRef": { + "name": "132" + }, + "protectionDomain": "133", + "storagePool": "134", + "storageMode": "135", + "volumeName": "136", + "fsType": "137" + }, + "storageos": { + "volumeName": "138", + "volumeNamespace": "139", + "fsType": "140", + "secretRef": { + "name": "141" + } + }, + "csi": { + "driver": "142", + "readOnly": false, + "fsType": "143", + "volumeAttributes": { + "144": "145" + }, + "nodePublishSecretRef": { + "name": "146" + } + }, + "ephemeral": { + "volumeClaimTemplate": { + "metadata": { + "name": "147", + "generateName": "148", + "namespace": "149", + "selfLink": "150", + "uid": "H巧壚tC十Oɢ", + "resourceVersion": "11451542506523135343", + "generation": 6028937828108618026, + "creationTimestamp": null, + "deletionGracePeriodSeconds": 6296624700137074905, + "labels": { + "152": "153" + }, + "annotations": { + "154": "155" + }, + "ownerReferences": [ + { + "apiVersion": "156", + "kind": "157", + "name": "158", + "uid": "閝ȝ", + "controller": false, + "blockOwnerDeletion": false + } + ], + "finalizers": [ + "159" + ], + "clusterName": "160", + "managedFields": [ + { + "manager": "161", + "operation": "ɑ龫`劳\u0026¼傭Ȟ1酃=6}ɡŇƉ立h", + "apiVersion": "162", + "fieldsType": "163" + } + ] + }, + "spec": { + "accessModes": [ + "鲡:" + ], + "selector": { + "matchLabels": { + "0-.-yz-0-_p4mz--.I_f6kjsz-7lwY-Y93-6": "igm_-._.q6" + }, + "matchExpressions": [ + { + "key": "m_0_F03_J", + "operator": "NotIn", + "values": [ + "4FpF_W-6" + ] + } + ] + }, + "resources": { + "limits": { + "Ŗȫ焗捏ĨFħ籘": "853" + }, + "requests": { + "zɟ踡肒Ao/樝fw[Řż丩ŽoǠ": "918" + } + }, + "volumeName": "170", + "storageClassName": "171", + "volumeMode": "Z1Ůđ眊ľǎɳ,ǿ飏騀呣", + "dataSource": { + "apiGroup": "172", + "kind": "173", + "name": "174" + } + } + } + } + } + ], + "initContainers": [ + { + "name": "175", + "image": "176", + "command": [ + "177" + ], + "args": [ + "178" + ], + "workingDir": "179", + "ports": [ + { + "name": "180", + "hostPort": 282592353, + "containerPort": 377225334, + "protocol": "Ƹ[Ęİ榌U髷裎$MVȟ@7", + "hostIP": "181" + } + ], + "envFrom": [ + { + "prefix": "182", + "configMapRef": { + "name": "183", + "optional": false + }, + "secretRef": { + "name": "184", + "optional": false + } + } + ], + "env": [ + { + "name": "185", + "value": "186", + "valueFrom": { + "fieldRef": { + "apiVersion": "187", + "fieldPath": "188" + }, + "resourceFieldRef": { + "containerName": "189", + "resource": "190", + "divisor": "573" + }, + "configMapKeyRef": { + "name": "191", + "key": "192", + "optional": false + }, + "secretKeyRef": { + "name": "193", + "key": "194", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "ǚ灄鸫rʤî萨zvt": "829" + }, + "requests": { + "悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\\p": "604" + } + }, + "volumeMounts": [ + { + "name": "195", + "readOnly": true, + "mountPath": "196", + "subPath": "197", + "mountPropagation": "ƖHV", + "subPathExpr": "198" + } + ], + "volumeDevices": [ + { + "name": "199", + "devicePath": "200" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "201" + ] + }, + "httpGet": { + "path": "202", + "port": -1196874390, + "host": "203", + "scheme": "S晒嶗UÐ_ƮA攤", + "httpHeaders": [ + { + "name": "204", + "value": "205" + } + ] + }, + "tcpSocket": { + "port": -498930176, + "host": "206" + }, + "initialDelaySeconds": 1885897314, + "timeoutSeconds": -465677631, + "periodSeconds": 1054858106, + "successThreshold": 232569106, + "failureThreshold": -1150474479 + }, + "readinessProbe": { + "exec": { + "command": [ + "207" + ] + }, + "httpGet": { + "path": "208", + "port": "209", + "host": "210", + "scheme": "8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ", + "httpHeaders": [ + { + "name": "211", + "value": "212" + } + ] + }, + "tcpSocket": { + "port": "213", + "host": "214" + }, + "initialDelaySeconds": -2717401, + "timeoutSeconds": -1492565335, + "periodSeconds": -1099429189, + "successThreshold": 994072122, + "failureThreshold": 1752155096 + }, + "startupProbe": { + "exec": { + "command": [ + "215" + ] + }, + "httpGet": { + "path": "216", + "port": "217", + "host": "218", + "scheme": "Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ", + "httpHeaders": [ + { + "name": "219", + "value": "220" + } + ] + }, + "tcpSocket": { + "port": -36782737, + "host": "221" + }, + "initialDelaySeconds": -1738069460, + "timeoutSeconds": -1643733106, + "periodSeconds": -805795167, + "successThreshold": 1791615594, + "failureThreshold": 785984384 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "222" + ] + }, + "httpGet": { + "path": "223", + "port": "224", + "host": "225", + "scheme": "\u003e郵[+扴ȨŮ", + "httpHeaders": [ + { + "name": "226", + "value": "227" + } + ] + }, + "tcpSocket": { + "port": "228", + "host": "229" + } + }, + "preStop": { + "exec": { + "command": [ + "230" + ] + }, + "httpGet": { + "path": "231", + "port": -743369977, + "host": "232", + "scheme": "\u003e犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4", + "httpHeaders": [ + { + "name": "233", + "value": "234" + } + ] + }, + "tcpSocket": { + "port": -1224991707, + "host": "235" + } + } + }, + "terminationMessagePath": "236", + "imagePullPolicy": "昕Ĭ", + "securityContext": { + "capabilities": { + "add": [ + "藢xɮĵȑ6L*Z鐫û咡W\u003c" + ], + "drop": [ + "lu|榝$î." + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "237", + "role": "238", + "type": "239", + "level": "240" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "241", + "gmsaCredentialSpec": "242", + "runAsUserName": "243" + }, + "runAsUser": -7565148469525206101, + "runAsGroup": 8949541422887578058, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "朦 wƯ貾坢'跩", + "seccompProfile": { + "type": "ŕ翑0展}", + "localhostProfile": "244" + } + }, + "stdinOnce": true + } + ], + "containers": [ + { + "name": "245", + "image": "246", + "command": [ + "247" + ], + "args": [ + "248" + ], + "workingDir": "249", + "ports": [ + { + "name": "250", + "hostPort": -778272981, + "containerPort": 2056774277, + "protocol": "现葢ŵ橨鬶l獕;跣Hǝcw媀瓄\u0026翜舞拉", + "hostIP": "251" + } + ], + "envFrom": [ + { + "prefix": "252", + "configMapRef": { + "name": "253", + "optional": true + }, + "secretRef": { + "name": "254", + "optional": false + } + } + ], + "env": [ + { + "name": "255", + "value": "256", + "valueFrom": { + "fieldRef": { + "apiVersion": "257", + "fieldPath": "258" + }, + "resourceFieldRef": { + "containerName": "259", + "resource": "260", + "divisor": "124" + }, + "configMapKeyRef": { + "name": "261", + "key": "262", + "optional": false + }, + "secretKeyRef": { + "name": "263", + "key": "264", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "V訆Ǝżŧ": "915" + }, + "requests": { + "+SÄ蚃ɣľ)酊龨Î": "787" + } + }, + "volumeMounts": [ + { + "name": "265", + "readOnly": true, + "mountPath": "266", + "subPath": "267", + "mountPropagation": "\"冓鍓贯澔 ƺ蛜6", + "subPathExpr": "268" + } + ], + "volumeDevices": [ + { + "name": "269", + "devicePath": "270" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "271" + ] + }, + "httpGet": { + "path": "272", + "port": 465486290, + "host": "273", + "httpHeaders": [ + { + "name": "274", + "value": "275" + } + ] + }, + "tcpSocket": { + "port": -116224247, + "host": "276" + }, + "initialDelaySeconds": -2097329452, + "timeoutSeconds": 1504385614, + "periodSeconds": 865289071, + "successThreshold": -1829146875, + "failureThreshold": -205176266 + }, + "readinessProbe": { + "exec": { + "command": [ + "277" + ] + }, + "httpGet": { + "path": "278", + "port": 234253676, + "host": "279", + "scheme": "ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏", + "httpHeaders": [ + { + "name": "280", + "value": "281" + } + ] + }, + "tcpSocket": { + "port": "282", + "host": "283" + }, + "initialDelaySeconds": -2062708879, + "timeoutSeconds": 215186711, + "periodSeconds": -141401239, + "successThreshold": -1187301925, + "failureThreshold": -402384013 + }, + "startupProbe": { + "exec": { + "command": [ + "284" + ] + }, + "httpGet": { + "path": "285", + "port": "286", + "host": "287", + "scheme": "鏻砅邻爥", + "httpHeaders": [ + { + "name": "288", + "value": "289" + } + ] + }, + "tcpSocket": { + "port": -305362540, + "host": "290" + }, + "initialDelaySeconds": 601198286, + "timeoutSeconds": 409029209, + "periodSeconds": 405193215, + "successThreshold": 2129989022, + "failureThreshold": -1699531929 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "291" + ] + }, + "httpGet": { + "path": "292", + "port": "293", + "host": "294", + "scheme": "­蜷ɔ幩š", + "httpHeaders": [ + { + "name": "295", + "value": "296" + } + ] + }, + "tcpSocket": { + "port": 455833230, + "host": "297" + } + }, + "preStop": { + "exec": { + "command": [ + "298" + ] + }, + "httpGet": { + "path": "299", + "port": 1076497581, + "host": "300", + "scheme": "h4ɊHȖ|ʐ", + "httpHeaders": [ + { + "name": "301", + "value": "302" + } + ] + }, + "tcpSocket": { + "port": 248533396, + "host": "303" + } + } + }, + "terminationMessagePath": "304", + "terminationMessagePolicy": "迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ", + "imagePullPolicy": "ņ", + "securityContext": { + "capabilities": { + "add": [ + "DŽ髐njʉBn(fǂǢ曣" + ], + "drop": [ + "ay" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "305", + "role": "306", + "type": "307", + "level": "308" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "309", + "gmsaCredentialSpec": "310", + "runAsUserName": "311" + }, + "runAsUser": 1958157659034146020, + "runAsGroup": -5996624450771474158, + "runAsNonRoot": false, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": false, + "procMount": "嗆u", + "seccompProfile": { + "type": "晲T[irȎ3Ĕ\\", + "localhostProfile": "312" + } + }, + "tty": true + } + ], + "ephemeralContainers": [ + { + "name": "313", + "image": "314", + "command": [ + "315" + ], + "args": [ + "316" + ], + "workingDir": "317", + "ports": [ + { + "name": "318", + "hostPort": -1656699070, + "containerPort": -1918622971, + "protocol": "ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz", + "hostIP": "319" + } + ], + "envFrom": [ + { + "prefix": "320", + "configMapRef": { + "name": "321", + "optional": true + }, + "secretRef": { + "name": "322", + "optional": false + } + } + ], + "env": [ + { + "name": "323", + "value": "324", + "valueFrom": { + "fieldRef": { + "apiVersion": "325", + "fieldPath": "326" + }, + "resourceFieldRef": { + "containerName": "327", + "resource": "328", + "divisor": "69" + }, + "configMapKeyRef": { + "name": "329", + "key": "330", + "optional": true + }, + "secretKeyRef": { + "name": "331", + "key": "332", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "1b": "328" + }, + "requests": { + "}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊": "699" + } + }, + "volumeMounts": [ + { + "name": "333", + "readOnly": true, + "mountPath": "334", + "subPath": "335", + "mountPropagation": "Ik(dŊiɢzĮ蛋I", + "subPathExpr": "336" + } + ], + "volumeDevices": [ + { + "name": "337", + "devicePath": "338" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "339" + ] + }, + "httpGet": { + "path": "340", + "port": "341", + "host": "342", + "scheme": "ȥ}礤铟怖ý萜Ǖ", + "httpHeaders": [ + { + "name": "343", + "value": "344" + } + ] + }, + "tcpSocket": { + "port": -1088996269, + "host": "345" + }, + "initialDelaySeconds": -1922458514, + "timeoutSeconds": 1480364858, + "periodSeconds": 692511776, + "successThreshold": -1231653807, + "failureThreshold": -36573584 + }, + "readinessProbe": { + "exec": { + "command": [ + "346" + ] + }, + "httpGet": { + "path": "347", + "port": -1157640253, + "host": "348", + "scheme": "×p鬷m罂o3ǰ廋i乳'ȘUɻ;", + "httpHeaders": [ + { + "name": "349", + "value": "350" + } + ] + }, + "tcpSocket": { + "port": "351", + "host": "352" + }, + "initialDelaySeconds": -478839383, + "timeoutSeconds": 989933975, + "periodSeconds": 140830733, + "successThreshold": -708495486, + "failureThreshold": -1436899600 + }, + "startupProbe": { + "exec": { + "command": [ + "353" + ] + }, + "httpGet": { + "path": "354", + "port": "355", + "host": "356", + "scheme": "漤ŗ坟", + "httpHeaders": [ + { + "name": "357", + "value": "358" + } + ] + }, + "tcpSocket": { + "port": -1617422199, + "host": "359" + }, + "initialDelaySeconds": -902839620, + "timeoutSeconds": -2030665763, + "periodSeconds": 1808698094, + "successThreshold": 1155232143, + "failureThreshold": -1873425934 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "360" + ] + }, + "httpGet": { + "path": "361", + "port": 1288391156, + "host": "362", + "scheme": "Ǥ桒ɴ鉂WJ1抉泅ą\u0026疀ȼN", + "httpHeaders": [ + { + "name": "363", + "value": "364" + } + ] + }, + "tcpSocket": { + "port": "365", + "host": "366" + } + }, + "preStop": { + "exec": { + "command": [ + "367" + ] + }, + "httpGet": { + "path": "368", + "port": 1859267428, + "host": "369", + "scheme": "ȟP", + "httpHeaders": [ + { + "name": "370", + "value": "371" + } + ] + }, + "tcpSocket": { + "port": 1445923603, + "host": "372" + } + } + }, + "terminationMessagePath": "373", + "terminationMessagePolicy": "殆诵H玲鑠ĭ$#卛8ð仁Q", + "imagePullPolicy": "tl敷斢杧ż鯀", + "securityContext": { + "capabilities": { + "add": [ + "鸔ɧWǘ炙" + ], + "drop": [ + "餸硷" + ] + }, + "privileged": true, + "seLinuxOptions": { + "user": "374", + "role": "375", + "type": "376", + "level": "377" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "378", + "gmsaCredentialSpec": "379", + "runAsUserName": "380" + }, + "runAsUser": 5215323049148402377, + "runAsGroup": 2946116477552625615, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "ʈʫ羶剹ƊF豎穜", + "seccompProfile": { + "type": "l咑耖p^鏋", + "localhostProfile": "381" + } + }, + "tty": true, + "targetContainerName": "382" + } + ], + "restartPolicy": "ȿ醏g遧", + "terminationGracePeriodSeconds": -616777763639482630, + "activeDeadlineSeconds": 2031424375743848602, + "dnsPolicy": ":{柯?B", + "nodeSelector": { + "383": "384" + }, + "serviceAccountName": "385", + "serviceAccount": "386", + "automountServiceAccountToken": false, + "nodeName": "387", + "hostNetwork": true, + "shareProcessNamespace": false, + "securityContext": { + "seLinuxOptions": { + "user": "388", + "role": "389", + "type": "390", + "level": "391" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "392", + "gmsaCredentialSpec": "393", + "runAsUserName": "394" + }, + "runAsUser": -1290365495982891537, + "runAsGroup": -759684899479757878, + "runAsNonRoot": false, + "supplementalGroups": [ + 3273247375993523103 + ], + "fsGroup": 4489057930380969432, + "sysctls": [ + { + "name": "395", + "value": "396" + } + ], + "fsGroupChangePolicy": "='ʨ|ǓÓ敆OɈÏ 瞍髃", + "seccompProfile": { + "type": "ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn", + "localhostProfile": "397" + } + }, + "imagePullSecrets": [ + { + "name": "398" + } + ], + "hostname": "399", + "subdomain": "400", + "affinity": { + "nodeAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": { + "nodeSelectorTerms": [ + { + "matchExpressions": [ + { + "key": "401", + "operator": "+Œ9两", + "values": [ + "402" + ] + } + ], + "matchFields": [ + { + "key": "403", + "operator": "q=歍þ螗ɃŒGm¨z鋎靀G", + "values": [ + "404" + ] + } + ] + } + ] + }, + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 377409178, + "preference": { + "matchExpressions": [ + { + "key": "405", + "operator": "#ļǹʅŚO虀^背遻堣灭ƴɦ燻", + "values": [ + "406" + ] + } + ], + "matchFields": [ + { + "key": "407", + "operator": "-觗裓6Ř筿ɾ5Ų買霎ȃň[\u003eą", + "values": [ + "408" + ] + } + ] + } + } + ] + }, + "podAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5": "1--L--v_Z--Zg-_4Q__-v_t_u_.A" + }, + "matchExpressions": [ + { + "key": "5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y", + "operator": "Exists" + } + ] + }, + "namespaces": [ + "415" + ], + "topologyKey": "416" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -1507671981, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-35840-w4g-27-5s6.q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x18mtxb--kexr-y/oK-.O--5-yp8q_s-1__gw_-z_659GE.l_.23--_6l.-5_Z": "3Pw_-r75--_-Ao" + }, + "matchExpressions": [ + { + "key": "hj6/bW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...CqN", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "423" + ], + "topologyKey": "424" + } + } + ] + }, + "podAntiAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "C--Y_Dp8O_._e_3_.4_W_-_7": "p_.----cp__ac8u.._-__BM.6-.Y7" + }, + "matchExpressions": [ + { + "key": "1x--i--7-nt-23h-4z-21-sap--h--q0h-t2n4s-6-k5-7-a0w-ke5p-3.nu--17---u7-gl7814ei-07shtq-6---g----9s39z-5/wv3UDf.-4D-5", + "operator": "NotIn", + "values": [ + "l67Q.-_t--O.3L.z2-y.-...C4_-_2G8" + ] + } + ] + }, + "namespaces": [ + "431" + ], + "topologyKey": "432" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 1067925263, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "k407--m-dc---6-q-q0o90--g-09--d5ez1----b69x90/um._fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_VF": "11---.-o7.pJ-4-1WV.-__05._LsuH" + }, + "matchExpressions": [ + { + "key": "8", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "439" + ], + "topologyKey": "440" + } + } + ] + } + }, + "schedulerName": "441", + "tolerations": [ + { + "key": "442", + "operator": "Ɖ肆Ző", + "value": "443", + "effect": "淵", + "tolerationSeconds": -1072615283184390308 + } + ], + "hostAliases": [ + { + "ip": "444", + "hostnames": [ + "445" + ] + } + ], + "priorityClassName": "446", + "priority": -1221153504, + "dnsConfig": { + "nameservers": [ + "447" + ], + "searches": [ + "448" + ], + "options": [ + { + "name": "449", + "value": "450" + } + ] + }, + "readinessGates": [ + { + "conditionType": "媈" + } + ], + "runtimeClassName": "451", + "enableServiceLinks": true, + "preemptionPolicy": "n夬LJ:BŐ埑Ô*ɾWȖ韝ƉşʁO^:", + "overhead": { + "ȩ纾S": "368" + }, + "topologySpreadConstraints": [ + { + "maxSkew": -1568300104, + "topologyKey": "452", + "whenUnsatisfiable": "潑嫉悔柅ȵ.Ȁ鎧Y冒Ɩ", + "labelSelector": { + "matchLabels": { + "jp-z---k-5r6h--y7n.61-cm---ch-g0t-q--qr95ws-v-5--7-ufi-7/35a-1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--.2g": "Mqp..__._-J_-fk3-_j.133eT_2_Y" + }, + "matchExpressions": [ + { + "key": "51-i-d-----9---063-qm-j-3wc89k-0-57z4063--4/rBQ.u", + "operator": "Exists" + } + ] + } + } + ], + "setHostnameAsFQDN": false + } + }, + "strategy": { + "type": "xʚ=5谠vÐ仆dždĄ跞肞", + "rollingUpdate": { + "maxUnavailable": 2, + "maxSurge": 3 + } + }, + "minReadySeconds": -1934555365, + "revisionHistoryLimit": -1189243539, + "rollbackTo": { + "revision": -7874172095994035093 + }, + "progressDeadlineSeconds": 484752614 + }, + "status": { + "observedGeneration": 3359608726763190142, + "replicas": 1401559245, + "updatedReplicas": -406189540, + "readyReplicas": -2095625968, + "availableReplicas": -303330375, + "unavailableReplicas": 584721644, + "conditions": [ + { + "type": "ʀł!", + "status": "o鷺ɷ裝TG奟cõ乨厰ʚ±r珹ȟ6", + "lastUpdateTime": "2096-03-01T11:48:47Z", + "lastTransitionTime": "2035-01-21T08:11:33Z", + "reason": "459", + "message": "460" + } + ], + "collisionCount": 2099542463 + } +} \ No newline at end of file diff --git a/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta1.Deployment.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta1.Deployment.after_roundtrip.pb new file mode 100644 index 0000000000000000000000000000000000000000..964e701f5e1338ab9bc4a2aaf987ab8d0340ae32 GIT binary patch literal 7267 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 literal 0 HcmV?d00001 diff --git a/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta1.Deployment.after_roundtrip.yaml b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta1.Deployment.after_roundtrip.yaml new file mode 100644 index 00000000000..2b3c84380d6 --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta1.Deployment.after_roundtrip.yaml @@ -0,0 +1,1029 @@ +apiVersion: apps/v1beta1 +kind: Deployment +metadata: + annotations: + "9": "10" + clusterName: "15" + creationTimestamp: null + deletionGracePeriodSeconds: -4955867275792137171 + finalizers: + - "14" + generateName: "3" + generation: 8071137005907523419 + labels: + "7": "8" + managedFields: + - apiVersion: "17" + fieldsType: "18" + manager: "16" + operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć] + name: "2" + namespace: "4" + ownerReferences: + - apiVersion: "11" + blockOwnerDeletion: true + controller: false + kind: "12" + name: "13" + uid: Dz廔ȇ{sŊƏp + resourceVersion: "11042405498087606203" + selfLink: "5" + uid: "7" +spec: + minReadySeconds: -1934555365 + progressDeadlineSeconds: 484752614 + replicas: 896585016 + revisionHistoryLimit: -1189243539 + rollbackTo: + revision: -7874172095994035093 + selector: + matchExpressions: + - key: 50-u--25cu87--r7p-w1e67-8pj5t-kl-v0q6b68--nu5oii38fn-8.629b-jd-8c45-0-8--6n--w0--w---196g8d--iv1-5--5ht-a-29--0qso796/3___47._49pIB_o61ISU4--A_.XK_._M99 + operator: Exists + matchLabels: + 74404d5---g8c2-k-91e.y5-g--58----0683-b-w7ld-6cs06xj-x5yv0wm-k18/M_-Nx.N_6-___._-.-W._AAn---v_-5-_8LXj: 6-4_WE-_JTrcd-2.-__E_Sv__26KX_R_.-.Nth._--S_4DA_-5_-4lQ42M--1 + strategy: + rollingUpdate: + maxSurge: 3 + maxUnavailable: 2 + type: xʚ=5谠vÐ仆dždĄ跞肞 + template: + metadata: + annotations: + "32": "33" + clusterName: "38" + creationTimestamp: null + deletionGracePeriodSeconds: -2575298329142810753 + finalizers: + - "37" + generateName: "26" + generation: -8542870036622468681 + labels: + "30": "31" + managedFields: + - apiVersion: "40" + fieldsType: "41" + manager: "39" + operation: 躢 + name: "25" + namespace: "27" + ownerReferences: + - apiVersion: "34" + blockOwnerDeletion: true + controller: true + kind: "35" + name: "36" + uid: ƶȤ^} + resourceVersion: "1736621709629422270" + selfLink: "28" + uid: ?Qȫş + spec: + activeDeadlineSeconds: 2031424375743848602 + affinity: + nodeAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - preference: + matchExpressions: + - key: "405" + operator: '#ļǹʅŚO虀^背遻堣灭ƴɦ燻' + values: + - "406" + matchFields: + - key: "407" + operator: -觗裓6Ř筿ɾ5Ų買霎ȃň[>ą + values: + - "408" + weight: 377409178 + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: "401" + operator: +Œ9两 + values: + - "402" + matchFields: + - key: "403" + operator: q=歍þ螗ɃŒGm¨z鋎靀G + values: + - "404" + podAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: hj6/bW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...CqN + operator: DoesNotExist + matchLabels: + ? v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-35840-w4g-27-5s6.q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x18mtxb--kexr-y/oK-.O--5-yp8q_s-1__gw_-z_659GE.l_.23--_6l.-5_Z + : 3Pw_-r75--_-Ao + namespaces: + - "423" + topologyKey: "424" + weight: -1507671981 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: 5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y + operator: Exists + matchLabels: + 1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5: 1--L--v_Z--Zg-_4Q__-v_t_u_.A + namespaces: + - "415" + topologyKey: "416" + podAntiAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: "8" + operator: DoesNotExist + matchLabels: + k407--m-dc---6-q-q0o90--g-09--d5ez1----b69x90/um._fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_VF: 11---.-o7.pJ-4-1WV.-__05._LsuH + namespaces: + - "439" + topologyKey: "440" + weight: 1067925263 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: 1x--i--7-nt-23h-4z-21-sap--h--q0h-t2n4s-6-k5-7-a0w-ke5p-3.nu--17---u7-gl7814ei-07shtq-6---g----9s39z-5/wv3UDf.-4D-5 + operator: NotIn + values: + - l67Q.-_t--O.3L.z2-y.-...C4_-_2G8 + matchLabels: + C--Y_Dp8O_._e_3_.4_W_-_7: p_.----cp__ac8u.._-__BM.6-.Y7 + namespaces: + - "431" + topologyKey: "432" + automountServiceAccountToken: false + containers: + - args: + - "248" + command: + - "247" + env: + - name: "255" + value: "256" + valueFrom: + configMapKeyRef: + key: "262" + name: "261" + optional: false + fieldRef: + apiVersion: "257" + fieldPath: "258" + resourceFieldRef: + containerName: "259" + divisor: "124" + resource: "260" + secretKeyRef: + key: "264" + name: "263" + optional: false + envFrom: + - configMapRef: + name: "253" + optional: true + prefix: "252" + secretRef: + name: "254" + optional: false + image: "246" + imagePullPolicy: ņ + lifecycle: + postStart: + exec: + command: + - "291" + httpGet: + host: "294" + httpHeaders: + - name: "295" + value: "296" + path: "292" + port: "293" + scheme: ­蜷ɔ幩š + tcpSocket: + host: "297" + port: 455833230 + preStop: + exec: + command: + - "298" + httpGet: + host: "300" + httpHeaders: + - name: "301" + value: "302" + path: "299" + port: 1076497581 + scheme: h4ɊHȖ|ʐ + tcpSocket: + host: "303" + port: 248533396 + livenessProbe: + exec: + command: + - "271" + failureThreshold: -205176266 + httpGet: + host: "273" + httpHeaders: + - name: "274" + value: "275" + path: "272" + port: 465486290 + initialDelaySeconds: -2097329452 + periodSeconds: 865289071 + successThreshold: -1829146875 + tcpSocket: + host: "276" + port: -116224247 + timeoutSeconds: 1504385614 + name: "245" + ports: + - containerPort: 2056774277 + hostIP: "251" + hostPort: -778272981 + name: "250" + protocol: 现葢ŵ橨鬶l獕;跣Hǝcw媀瓄&翜舞拉 + readinessProbe: + exec: + command: + - "277" + failureThreshold: -402384013 + httpGet: + host: "279" + httpHeaders: + - name: "280" + value: "281" + path: "278" + port: 234253676 + scheme: ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏 + initialDelaySeconds: -2062708879 + periodSeconds: -141401239 + successThreshold: -1187301925 + tcpSocket: + host: "283" + port: "282" + timeoutSeconds: 215186711 + resources: + limits: + V訆Ǝżŧ: "915" + requests: + +SÄ蚃ɣľ)酊龨Î: "787" + securityContext: + allowPrivilegeEscalation: false + capabilities: + add: + - DŽ髐njʉBn(fǂǢ曣 + drop: + - ay + privileged: false + procMount: 嗆u + readOnlyRootFilesystem: true + runAsGroup: -5996624450771474158 + runAsNonRoot: false + runAsUser: 1958157659034146020 + seLinuxOptions: + level: "308" + role: "306" + type: "307" + user: "305" + seccompProfile: + localhostProfile: "312" + type: 晲T[irȎ3Ĕ\ + windowsOptions: + gmsaCredentialSpec: "310" + gmsaCredentialSpecName: "309" + runAsUserName: "311" + startupProbe: + exec: + command: + - "284" + failureThreshold: -1699531929 + httpGet: + host: "287" + httpHeaders: + - name: "288" + value: "289" + path: "285" + port: "286" + scheme: 鏻砅邻爥 + initialDelaySeconds: 601198286 + periodSeconds: 405193215 + successThreshold: 2129989022 + tcpSocket: + host: "290" + port: -305362540 + timeoutSeconds: 409029209 + terminationMessagePath: "304" + terminationMessagePolicy: 迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ + tty: true + volumeDevices: + - devicePath: "270" + name: "269" + volumeMounts: + - mountPath: "266" + mountPropagation: '"冓鍓贯澔 ƺ蛜6' + name: "265" + readOnly: true + subPath: "267" + subPathExpr: "268" + workingDir: "249" + dnsConfig: + nameservers: + - "447" + options: + - name: "449" + value: "450" + searches: + - "448" + dnsPolicy: :{柯?B + enableServiceLinks: true + ephemeralContainers: + - args: + - "316" + command: + - "315" + env: + - name: "323" + value: "324" + valueFrom: + configMapKeyRef: + key: "330" + name: "329" + optional: true + fieldRef: + apiVersion: "325" + fieldPath: "326" + resourceFieldRef: + containerName: "327" + divisor: "69" + resource: "328" + secretKeyRef: + key: "332" + name: "331" + optional: false + envFrom: + - configMapRef: + name: "321" + optional: true + prefix: "320" + secretRef: + name: "322" + optional: false + image: "314" + imagePullPolicy: tl敷斢杧ż鯀 + lifecycle: + postStart: + exec: + command: + - "360" + httpGet: + host: "362" + httpHeaders: + - name: "363" + value: "364" + path: "361" + port: 1288391156 + scheme: Ǥ桒ɴ鉂WJ1抉泅ą&疀ȼN + tcpSocket: + host: "366" + port: "365" + preStop: + exec: + command: + - "367" + httpGet: + host: "369" + httpHeaders: + - name: "370" + value: "371" + path: "368" + port: 1859267428 + scheme: ȟP + tcpSocket: + host: "372" + port: 1445923603 + livenessProbe: + exec: + command: + - "339" + failureThreshold: -36573584 + httpGet: + host: "342" + httpHeaders: + - name: "343" + value: "344" + path: "340" + port: "341" + scheme: ȥ}礤铟怖ý萜Ǖ + initialDelaySeconds: -1922458514 + periodSeconds: 692511776 + successThreshold: -1231653807 + tcpSocket: + host: "345" + port: -1088996269 + timeoutSeconds: 1480364858 + name: "313" + ports: + - containerPort: -1918622971 + hostIP: "319" + hostPort: -1656699070 + name: "318" + protocol: ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz + readinessProbe: + exec: + command: + - "346" + failureThreshold: -1436899600 + httpGet: + host: "348" + httpHeaders: + - name: "349" + value: "350" + path: "347" + port: -1157640253 + scheme: ×p鬷m罂o3ǰ廋i乳'ȘUɻ; + initialDelaySeconds: -478839383 + periodSeconds: 140830733 + successThreshold: -708495486 + tcpSocket: + host: "352" + port: "351" + timeoutSeconds: 989933975 + resources: + limits: + 1b: "328" + requests: + '}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊': "699" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 鸔ɧWǘ炙 + drop: + - 餸硷 + privileged: true + procMount: ʈʫ羶剹ƊF豎穜 + readOnlyRootFilesystem: true + runAsGroup: 2946116477552625615 + runAsNonRoot: true + runAsUser: 5215323049148402377 + seLinuxOptions: + level: "377" + role: "375" + type: "376" + user: "374" + seccompProfile: + localhostProfile: "381" + type: l咑耖p^鏋 + windowsOptions: + gmsaCredentialSpec: "379" + gmsaCredentialSpecName: "378" + runAsUserName: "380" + startupProbe: + exec: + command: + - "353" + failureThreshold: -1873425934 + httpGet: + host: "356" + httpHeaders: + - name: "357" + value: "358" + path: "354" + port: "355" + scheme: 漤ŗ坟 + initialDelaySeconds: -902839620 + periodSeconds: 1808698094 + successThreshold: 1155232143 + tcpSocket: + host: "359" + port: -1617422199 + timeoutSeconds: -2030665763 + targetContainerName: "382" + terminationMessagePath: "373" + terminationMessagePolicy: 殆诵H玲鑠ĭ$#卛8ð仁Q + tty: true + volumeDevices: + - devicePath: "338" + name: "337" + volumeMounts: + - mountPath: "334" + mountPropagation: Ik(dŊiɢzĮ蛋I + name: "333" + readOnly: true + subPath: "335" + subPathExpr: "336" + workingDir: "317" + hostAliases: + - hostnames: + - "445" + ip: "444" + hostNetwork: true + hostname: "399" + imagePullSecrets: + - name: "398" + initContainers: + - args: + - "178" + command: + - "177" + env: + - name: "185" + value: "186" + valueFrom: + configMapKeyRef: + key: "192" + name: "191" + optional: false + fieldRef: + apiVersion: "187" + fieldPath: "188" + resourceFieldRef: + containerName: "189" + divisor: "573" + resource: "190" + secretKeyRef: + key: "194" + name: "193" + optional: false + envFrom: + - configMapRef: + name: "183" + optional: false + prefix: "182" + secretRef: + name: "184" + optional: false + image: "176" + imagePullPolicy: 昕Ĭ + lifecycle: + postStart: + exec: + command: + - "222" + httpGet: + host: "225" + httpHeaders: + - name: "226" + value: "227" + path: "223" + port: "224" + scheme: '>郵[+扴ȨŮ' + tcpSocket: + host: "229" + port: "228" + preStop: + exec: + command: + - "230" + httpGet: + host: "232" + httpHeaders: + - name: "233" + value: "234" + path: "231" + port: -743369977 + scheme: '>犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4' + tcpSocket: + host: "235" + port: -1224991707 + livenessProbe: + exec: + command: + - "201" + failureThreshold: -1150474479 + httpGet: + host: "203" + httpHeaders: + - name: "204" + value: "205" + path: "202" + port: -1196874390 + scheme: S晒嶗UÐ_ƮA攤 + initialDelaySeconds: 1885897314 + periodSeconds: 1054858106 + successThreshold: 232569106 + tcpSocket: + host: "206" + port: -498930176 + timeoutSeconds: -465677631 + name: "175" + ports: + - containerPort: 377225334 + hostIP: "181" + hostPort: 282592353 + name: "180" + protocol: Ƹ[Ęİ榌U髷裎$MVȟ@7 + readinessProbe: + exec: + command: + - "207" + failureThreshold: 1752155096 + httpGet: + host: "210" + httpHeaders: + - name: "211" + value: "212" + path: "208" + port: "209" + scheme: 8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ + initialDelaySeconds: -2717401 + periodSeconds: -1099429189 + successThreshold: 994072122 + tcpSocket: + host: "214" + port: "213" + timeoutSeconds: -1492565335 + resources: + limits: + ǚ灄鸫rʤî萨zvt: "829" + requests: + 悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\p: "604" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 藢xɮĵȑ6L*Z鐫û咡W< + drop: + - lu|榝$î. + privileged: false + procMount: 朦 wƯ貾坢'跩 + readOnlyRootFilesystem: true + runAsGroup: 8949541422887578058 + runAsNonRoot: true + runAsUser: -7565148469525206101 + seLinuxOptions: + level: "240" + role: "238" + type: "239" + user: "237" + seccompProfile: + localhostProfile: "244" + type: ŕ翑0展} + windowsOptions: + gmsaCredentialSpec: "242" + gmsaCredentialSpecName: "241" + runAsUserName: "243" + startupProbe: + exec: + command: + - "215" + failureThreshold: 785984384 + httpGet: + host: "218" + httpHeaders: + - name: "219" + value: "220" + path: "216" + port: "217" + scheme: Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ + initialDelaySeconds: -1738069460 + periodSeconds: -805795167 + successThreshold: 1791615594 + tcpSocket: + host: "221" + port: -36782737 + timeoutSeconds: -1643733106 + stdinOnce: true + terminationMessagePath: "236" + volumeDevices: + - devicePath: "200" + name: "199" + volumeMounts: + - mountPath: "196" + mountPropagation: ƖHV + name: "195" + readOnly: true + subPath: "197" + subPathExpr: "198" + workingDir: "179" + nodeName: "387" + nodeSelector: + "383": "384" + overhead: + ȩ纾S: "368" + preemptionPolicy: 'n夬LJ:BŐ埑Ô*ɾWȖ韝ƉşʁO^:' + priority: -1221153504 + priorityClassName: "446" + readinessGates: + - conditionType: 媈 + restartPolicy: ȿ醏g遧 + runtimeClassName: "451" + schedulerName: "441" + securityContext: + fsGroup: 4489057930380969432 + fsGroupChangePolicy: ='ʨ|ǓÓ敆OɈÏ 瞍髃 + runAsGroup: -759684899479757878 + runAsNonRoot: false + runAsUser: -1290365495982891537 + seLinuxOptions: + level: "391" + role: "389" + type: "390" + user: "388" + seccompProfile: + localhostProfile: "397" + type: ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn + supplementalGroups: + - 3273247375993523103 + sysctls: + - name: "395" + value: "396" + windowsOptions: + gmsaCredentialSpec: "393" + gmsaCredentialSpecName: "392" + runAsUserName: "394" + serviceAccount: "386" + serviceAccountName: "385" + setHostnameAsFQDN: false + shareProcessNamespace: false + subdomain: "400" + terminationGracePeriodSeconds: -616777763639482630 + tolerations: + - effect: 淵 + key: "442" + operator: Ɖ肆Ző + tolerationSeconds: -1072615283184390308 + value: "443" + topologySpreadConstraints: + - labelSelector: + matchExpressions: + - key: 51-i-d-----9---063-qm-j-3wc89k-0-57z4063--4/rBQ.u + operator: Exists + matchLabels: + jp-z---k-5r6h--y7n.61-cm---ch-g0t-q--qr95ws-v-5--7-ufi-7/35a-1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--.2g: Mqp..__._-J_-fk3-_j.133eT_2_Y + maxSkew: -1568300104 + topologyKey: "452" + whenUnsatisfiable: 潑嫉悔柅ȵ.Ȁ鎧Y冒Ɩ + volumes: + - awsElasticBlockStore: + fsType: "47" + partition: 912004803 + readOnly: true + volumeID: "46" + azureDisk: + cachingMode: '|@?鷅bȻN' + diskName: "110" + diskURI: "111" + fsType: "112" + kind: 榱*Gưoɘ檲 + readOnly: true + azureFile: + readOnly: true + secretName: "96" + shareName: "97" + cephfs: + monitors: + - "81" + path: "82" + secretFile: "84" + secretRef: + name: "85" + user: "83" + cinder: + fsType: "79" + secretRef: + name: "80" + volumeID: "78" + configMap: + defaultMode: 1593906314 + items: + - key: "99" + mode: 195263908 + path: "100" + name: "98" + optional: false + csi: + driver: "142" + fsType: "143" + nodePublishSecretRef: + name: "146" + readOnly: false + volumeAttributes: + "144": "145" + downwardAPI: + defaultMode: 824682619 + items: + - fieldRef: + apiVersion: "89" + fieldPath: "90" + mode: 1569992019 + path: "88" + resourceFieldRef: + containerName: "91" + divisor: "660" + resource: "92" + emptyDir: + medium: Xŋ朘瑥A徙ɶɊł/擇ɦĽ胚O醔ɍ厶耈 + sizeLimit: "473" + ephemeral: + volumeClaimTemplate: + metadata: + annotations: + "154": "155" + clusterName: "160" + creationTimestamp: null + deletionGracePeriodSeconds: 6296624700137074905 + finalizers: + - "159" + generateName: "148" + generation: 6028937828108618026 + labels: + "152": "153" + managedFields: + - apiVersion: "162" + fieldsType: "163" + manager: "161" + operation: ɑ龫`劳&¼傭Ȟ1酃=6}ɡŇƉ立h + name: "147" + namespace: "149" + ownerReferences: + - apiVersion: "156" + blockOwnerDeletion: false + controller: false + kind: "157" + name: "158" + uid: 閝ȝ + resourceVersion: "11451542506523135343" + selfLink: "150" + uid: H巧壚tC十Oɢ + spec: + accessModes: + - '鲡:' + dataSource: + apiGroup: "172" + kind: "173" + name: "174" + resources: + limits: + Ŗȫ焗捏ĨFħ籘: "853" + requests: + zɟ踡肒Ao/樝fw[Řż丩ŽoǠ: "918" + selector: + matchExpressions: + - key: m_0_F03_J + operator: NotIn + values: + - 4FpF_W-6 + matchLabels: + 0-.-yz-0-_p4mz--.I_f6kjsz-7lwY-Y93-6: igm_-._.q6 + storageClassName: "171" + volumeMode: Z1Ůđ眊ľǎɳ,ǿ飏騀呣 + volumeName: "170" + fc: + fsType: "94" + lun: -1740986684 + readOnly: true + targetWWNs: + - "93" + wwids: + - "95" + flexVolume: + driver: "73" + fsType: "74" + options: + "76": "77" + readOnly: true + secretRef: + name: "75" + flocker: + datasetName: "86" + datasetUUID: "87" + gcePersistentDisk: + fsType: "45" + partition: -1188153605 + pdName: "44" + gitRepo: + directory: "50" + repository: "48" + revision: "49" + glusterfs: + endpoints: "63" + path: "64" + readOnly: true + hostPath: + path: "43" + type: ƛƟ)ÙæNǚ錯ƶRquA?瞲Ť倱< + iscsi: + chapAuthDiscovery: true + fsType: "59" + initiatorName: "62" + iqn: "57" + iscsiInterface: "58" + lun: 994527057 + portals: + - "60" + secretRef: + name: "61" + targetPortal: "56" + name: "42" + nfs: + path: "55" + readOnly: true + server: "54" + persistentVolumeClaim: + claimName: "65" + readOnly: true + photonPersistentDisk: + fsType: "114" + pdID: "113" + portworxVolume: + fsType: "129" + readOnly: true + volumeID: "128" + projected: + defaultMode: -1334904807 + sources: + - configMap: + items: + - key: "124" + mode: 2063799569 + path: "125" + name: "123" + optional: false + downwardAPI: + items: + - fieldRef: + apiVersion: "119" + fieldPath: "120" + mode: 173030157 + path: "118" + resourceFieldRef: + containerName: "121" + divisor: "106" + resource: "122" + secret: + items: + - key: "116" + mode: -323584340 + path: "117" + name: "115" + optional: true + serviceAccountToken: + audience: "126" + expirationSeconds: 8357931971650847566 + path: "127" + quobyte: + group: "108" + registry: "105" + tenant: "109" + user: "107" + volume: "106" + rbd: + fsType: "68" + image: "67" + keyring: "71" + monitors: + - "66" + pool: "69" + secretRef: + name: "72" + user: "70" + scaleIO: + fsType: "137" + gateway: "130" + protectionDomain: "133" + secretRef: + name: "132" + storageMode: "135" + storagePool: "134" + system: "131" + volumeName: "136" + secret: + defaultMode: 332383000 + items: + - key: "52" + mode: -547518679 + path: "53" + optional: true + secretName: "51" + storageos: + fsType: "140" + secretRef: + name: "141" + volumeName: "138" + volumeNamespace: "139" + vsphereVolume: + fsType: "102" + storagePolicyID: "104" + storagePolicyName: "103" + volumePath: "101" +status: + availableReplicas: -303330375 + collisionCount: 2099542463 + conditions: + - lastTransitionTime: "2035-01-21T08:11:33Z" + lastUpdateTime: "2096-03-01T11:48:47Z" + message: "460" + reason: "459" + status: o鷺ɷ裝TG奟cõ乨厰ʚ±r珹ȟ6 + type: ʀł! + observedGeneration: 3359608726763190142 + readyReplicas: -2095625968 + replicas: 1401559245 + unavailableReplicas: 584721644 + updatedReplicas: -406189540 diff --git a/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta1.StatefulSet.after_roundtrip.json b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta1.StatefulSet.after_roundtrip.json new file mode 100644 index 00000000000..bf62f533f2d --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta1.StatefulSet.after_roundtrip.json @@ -0,0 +1,1595 @@ +{ + "kind": "StatefulSet", + "apiVersion": "apps/v1beta1", + "metadata": { + "name": "2", + "generateName": "3", + "namespace": "4", + "selfLink": "5", + "uid": "7", + "resourceVersion": "11042405498087606203", + "generation": 8071137005907523419, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -4955867275792137171, + "labels": { + "7": "8" + }, + "annotations": { + "9": "10" + }, + "ownerReferences": [ + { + "apiVersion": "11", + "kind": "12", + "name": "13", + "uid": "Dz廔ȇ{sŊƏp", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "14" + ], + "clusterName": "15", + "managedFields": [ + { + "manager": "16", + "operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]", + "apiVersion": "17", + "fieldsType": "18" + } + ] + }, + "spec": { + "replicas": 896585016, + "selector": { + "matchLabels": { + "74404d5---g8c2-k-91e.y5-g--58----0683-b-w7ld-6cs06xj-x5yv0wm-k18/M_-Nx.N_6-___._-.-W._AAn---v_-5-_8LXj": "6-4_WE-_JTrcd-2.-__E_Sv__26KX_R_.-.Nth._--S_4DA_-5_-4lQ42M--1" + }, + "matchExpressions": [ + { + "key": "50-u--25cu87--r7p-w1e67-8pj5t-kl-v0q6b68--nu5oii38fn-8.629b-jd-8c45-0-8--6n--w0--w---196g8d--iv1-5--5ht-a-29--0qso796/3___47._49pIB_o61ISU4--A_.XK_._M99", + "operator": "Exists" + } + ] + }, + "template": { + "metadata": { + "name": "25", + "generateName": "26", + "namespace": "27", + "selfLink": "28", + "uid": "?Qȫş", + "resourceVersion": "1736621709629422270", + "generation": -8542870036622468681, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -2575298329142810753, + "labels": { + "30": "31" + }, + "annotations": { + "32": "33" + }, + "ownerReferences": [ + { + "apiVersion": "34", + "kind": "35", + "name": "36", + "uid": "ƶȤ^}", + "controller": true, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "37" + ], + "clusterName": "38", + "managedFields": [ + { + "manager": "39", + "operation": "躢", + "apiVersion": "40", + "fieldsType": "41" + } + ] + }, + "spec": { + "volumes": [ + { + "name": "42", + "hostPath": { + "path": "43", + "type": "ƛƟ)ÙæNǚ錯ƶRquA?瞲Ť倱\u003c" + }, + "emptyDir": { + "medium": "Xŋ朘瑥A徙ɶɊł/擇ɦĽ胚O醔ɍ厶耈", + "sizeLimit": "473" + }, + "gcePersistentDisk": { + "pdName": "44", + "fsType": "45", + "partition": -1188153605 + }, + "awsElasticBlockStore": { + "volumeID": "46", + "fsType": "47", + "partition": 912004803, + "readOnly": true + }, + "gitRepo": { + "repository": "48", + "revision": "49", + "directory": "50" + }, + "secret": { + "secretName": "51", + "items": [ + { + "key": "52", + "path": "53", + "mode": -547518679 + } + ], + "defaultMode": 332383000, + "optional": true + }, + "nfs": { + "server": "54", + "path": "55", + "readOnly": true + }, + "iscsi": { + "targetPortal": "56", + "iqn": "57", + "lun": 994527057, + "iscsiInterface": "58", + "fsType": "59", + "portals": [ + "60" + ], + "chapAuthDiscovery": true, + "secretRef": { + "name": "61" + }, + "initiatorName": "62" + }, + "glusterfs": { + "endpoints": "63", + "path": "64", + "readOnly": true + }, + "persistentVolumeClaim": { + "claimName": "65", + "readOnly": true + }, + "rbd": { + "monitors": [ + "66" + ], + "image": "67", + "fsType": "68", + "pool": "69", + "user": "70", + "keyring": "71", + "secretRef": { + "name": "72" + } + }, + "flexVolume": { + "driver": "73", + "fsType": "74", + "secretRef": { + "name": "75" + }, + "readOnly": true, + "options": { + "76": "77" + } + }, + "cinder": { + "volumeID": "78", + "fsType": "79", + "secretRef": { + "name": "80" + } + }, + "cephfs": { + "monitors": [ + "81" + ], + "path": "82", + "user": "83", + "secretFile": "84", + "secretRef": { + "name": "85" + } + }, + "flocker": { + "datasetName": "86", + "datasetUUID": "87" + }, + "downwardAPI": { + "items": [ + { + "path": "88", + "fieldRef": { + "apiVersion": "89", + "fieldPath": "90" + }, + "resourceFieldRef": { + "containerName": "91", + "resource": "92", + "divisor": "660" + }, + "mode": 1569992019 + } + ], + "defaultMode": 824682619 + }, + "fc": { + "targetWWNs": [ + "93" + ], + "lun": -1740986684, + "fsType": "94", + "readOnly": true, + "wwids": [ + "95" + ] + }, + "azureFile": { + "secretName": "96", + "shareName": "97", + "readOnly": true + }, + "configMap": { + "name": "98", + "items": [ + { + "key": "99", + "path": "100", + "mode": 195263908 + } + ], + "defaultMode": 1593906314, + "optional": false + }, + "vsphereVolume": { + "volumePath": "101", + "fsType": "102", + "storagePolicyName": "103", + "storagePolicyID": "104" + }, + "quobyte": { + "registry": "105", + "volume": "106", + "user": "107", + "group": "108", + "tenant": "109" + }, + "azureDisk": { + "diskName": "110", + "diskURI": "111", + "cachingMode": "|@?鷅bȻN", + "fsType": "112", + "readOnly": true, + "kind": "榱*Gưoɘ檲" + }, + "photonPersistentDisk": { + "pdID": "113", + "fsType": "114" + }, + "projected": { + "sources": [ + { + "secret": { + "name": "115", + "items": [ + { + "key": "116", + "path": "117", + "mode": -323584340 + } + ], + "optional": true + }, + "downwardAPI": { + "items": [ + { + "path": "118", + "fieldRef": { + "apiVersion": "119", + "fieldPath": "120" + }, + "resourceFieldRef": { + "containerName": "121", + "resource": "122", + "divisor": "106" + }, + "mode": 173030157 + } + ] + }, + "configMap": { + "name": "123", + "items": [ + { + "key": "124", + "path": "125", + "mode": 2063799569 + } + ], + "optional": false + }, + "serviceAccountToken": { + "audience": "126", + "expirationSeconds": 8357931971650847566, + "path": "127" + } + } + ], + "defaultMode": -1334904807 + }, + "portworxVolume": { + "volumeID": "128", + "fsType": "129", + "readOnly": true + }, + "scaleIO": { + "gateway": "130", + "system": "131", + "secretRef": { + "name": "132" + }, + "protectionDomain": "133", + "storagePool": "134", + "storageMode": "135", + "volumeName": "136", + "fsType": "137" + }, + "storageos": { + "volumeName": "138", + "volumeNamespace": "139", + "fsType": "140", + "secretRef": { + "name": "141" + } + }, + "csi": { + "driver": "142", + "readOnly": false, + "fsType": "143", + "volumeAttributes": { + "144": "145" + }, + "nodePublishSecretRef": { + "name": "146" + } + }, + "ephemeral": { + "volumeClaimTemplate": { + "metadata": { + "name": "147", + "generateName": "148", + "namespace": "149", + "selfLink": "150", + "uid": "H巧壚tC十Oɢ", + "resourceVersion": "11451542506523135343", + "generation": 6028937828108618026, + "creationTimestamp": null, + "deletionGracePeriodSeconds": 6296624700137074905, + "labels": { + "152": "153" + }, + "annotations": { + "154": "155" + }, + "ownerReferences": [ + { + "apiVersion": "156", + "kind": "157", + "name": "158", + "uid": "閝ȝ", + "controller": false, + "blockOwnerDeletion": false + } + ], + "finalizers": [ + "159" + ], + "clusterName": "160", + "managedFields": [ + { + "manager": "161", + "operation": "ɑ龫`劳\u0026¼傭Ȟ1酃=6}ɡŇƉ立h", + "apiVersion": "162", + "fieldsType": "163" + } + ] + }, + "spec": { + "accessModes": [ + "鲡:" + ], + "selector": { + "matchLabels": { + "0-.-yz-0-_p4mz--.I_f6kjsz-7lwY-Y93-6": "igm_-._.q6" + }, + "matchExpressions": [ + { + "key": "m_0_F03_J", + "operator": "NotIn", + "values": [ + "4FpF_W-6" + ] + } + ] + }, + "resources": { + "limits": { + "Ŗȫ焗捏ĨFħ籘": "853" + }, + "requests": { + "zɟ踡肒Ao/樝fw[Řż丩ŽoǠ": "918" + } + }, + "volumeName": "170", + "storageClassName": "171", + "volumeMode": "Z1Ůđ眊ľǎɳ,ǿ飏騀呣", + "dataSource": { + "apiGroup": "172", + "kind": "173", + "name": "174" + } + } + } + } + } + ], + "initContainers": [ + { + "name": "175", + "image": "176", + "command": [ + "177" + ], + "args": [ + "178" + ], + "workingDir": "179", + "ports": [ + { + "name": "180", + "hostPort": 282592353, + "containerPort": 377225334, + "protocol": "Ƹ[Ęİ榌U髷裎$MVȟ@7", + "hostIP": "181" + } + ], + "envFrom": [ + { + "prefix": "182", + "configMapRef": { + "name": "183", + "optional": false + }, + "secretRef": { + "name": "184", + "optional": false + } + } + ], + "env": [ + { + "name": "185", + "value": "186", + "valueFrom": { + "fieldRef": { + "apiVersion": "187", + "fieldPath": "188" + }, + "resourceFieldRef": { + "containerName": "189", + "resource": "190", + "divisor": "573" + }, + "configMapKeyRef": { + "name": "191", + "key": "192", + "optional": false + }, + "secretKeyRef": { + "name": "193", + "key": "194", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "ǚ灄鸫rʤî萨zvt": "829" + }, + "requests": { + "悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\\p": "604" + } + }, + "volumeMounts": [ + { + "name": "195", + "readOnly": true, + "mountPath": "196", + "subPath": "197", + "mountPropagation": "ƖHV", + "subPathExpr": "198" + } + ], + "volumeDevices": [ + { + "name": "199", + "devicePath": "200" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "201" + ] + }, + "httpGet": { + "path": "202", + "port": -1196874390, + "host": "203", + "scheme": "S晒嶗UÐ_ƮA攤", + "httpHeaders": [ + { + "name": "204", + "value": "205" + } + ] + }, + "tcpSocket": { + "port": -498930176, + "host": "206" + }, + "initialDelaySeconds": 1885897314, + "timeoutSeconds": -465677631, + "periodSeconds": 1054858106, + "successThreshold": 232569106, + "failureThreshold": -1150474479 + }, + "readinessProbe": { + "exec": { + "command": [ + "207" + ] + }, + "httpGet": { + "path": "208", + "port": "209", + "host": "210", + "scheme": "8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ", + "httpHeaders": [ + { + "name": "211", + "value": "212" + } + ] + }, + "tcpSocket": { + "port": "213", + "host": "214" + }, + "initialDelaySeconds": -2717401, + "timeoutSeconds": -1492565335, + "periodSeconds": -1099429189, + "successThreshold": 994072122, + "failureThreshold": 1752155096 + }, + "startupProbe": { + "exec": { + "command": [ + "215" + ] + }, + "httpGet": { + "path": "216", + "port": "217", + "host": "218", + "scheme": "Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ", + "httpHeaders": [ + { + "name": "219", + "value": "220" + } + ] + }, + "tcpSocket": { + "port": -36782737, + "host": "221" + }, + "initialDelaySeconds": -1738069460, + "timeoutSeconds": -1643733106, + "periodSeconds": -805795167, + "successThreshold": 1791615594, + "failureThreshold": 785984384 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "222" + ] + }, + "httpGet": { + "path": "223", + "port": "224", + "host": "225", + "scheme": "\u003e郵[+扴ȨŮ", + "httpHeaders": [ + { + "name": "226", + "value": "227" + } + ] + }, + "tcpSocket": { + "port": "228", + "host": "229" + } + }, + "preStop": { + "exec": { + "command": [ + "230" + ] + }, + "httpGet": { + "path": "231", + "port": -743369977, + "host": "232", + "scheme": "\u003e犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4", + "httpHeaders": [ + { + "name": "233", + "value": "234" + } + ] + }, + "tcpSocket": { + "port": -1224991707, + "host": "235" + } + } + }, + "terminationMessagePath": "236", + "imagePullPolicy": "昕Ĭ", + "securityContext": { + "capabilities": { + "add": [ + "藢xɮĵȑ6L*Z鐫û咡W\u003c" + ], + "drop": [ + "lu|榝$î." + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "237", + "role": "238", + "type": "239", + "level": "240" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "241", + "gmsaCredentialSpec": "242", + "runAsUserName": "243" + }, + "runAsUser": -7565148469525206101, + "runAsGroup": 8949541422887578058, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "朦 wƯ貾坢'跩", + "seccompProfile": { + "type": "ŕ翑0展}", + "localhostProfile": "244" + } + }, + "stdinOnce": true + } + ], + "containers": [ + { + "name": "245", + "image": "246", + "command": [ + "247" + ], + "args": [ + "248" + ], + "workingDir": "249", + "ports": [ + { + "name": "250", + "hostPort": -778272981, + "containerPort": 2056774277, + "protocol": "现葢ŵ橨鬶l獕;跣Hǝcw媀瓄\u0026翜舞拉", + "hostIP": "251" + } + ], + "envFrom": [ + { + "prefix": "252", + "configMapRef": { + "name": "253", + "optional": true + }, + "secretRef": { + "name": "254", + "optional": false + } + } + ], + "env": [ + { + "name": "255", + "value": "256", + "valueFrom": { + "fieldRef": { + "apiVersion": "257", + "fieldPath": "258" + }, + "resourceFieldRef": { + "containerName": "259", + "resource": "260", + "divisor": "124" + }, + "configMapKeyRef": { + "name": "261", + "key": "262", + "optional": false + }, + "secretKeyRef": { + "name": "263", + "key": "264", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "V訆Ǝżŧ": "915" + }, + "requests": { + "+SÄ蚃ɣľ)酊龨Î": "787" + } + }, + "volumeMounts": [ + { + "name": "265", + "readOnly": true, + "mountPath": "266", + "subPath": "267", + "mountPropagation": "\"冓鍓贯澔 ƺ蛜6", + "subPathExpr": "268" + } + ], + "volumeDevices": [ + { + "name": "269", + "devicePath": "270" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "271" + ] + }, + "httpGet": { + "path": "272", + "port": 465486290, + "host": "273", + "httpHeaders": [ + { + "name": "274", + "value": "275" + } + ] + }, + "tcpSocket": { + "port": -116224247, + "host": "276" + }, + "initialDelaySeconds": -2097329452, + "timeoutSeconds": 1504385614, + "periodSeconds": 865289071, + "successThreshold": -1829146875, + "failureThreshold": -205176266 + }, + "readinessProbe": { + "exec": { + "command": [ + "277" + ] + }, + "httpGet": { + "path": "278", + "port": 234253676, + "host": "279", + "scheme": "ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏", + "httpHeaders": [ + { + "name": "280", + "value": "281" + } + ] + }, + "tcpSocket": { + "port": "282", + "host": "283" + }, + "initialDelaySeconds": -2062708879, + "timeoutSeconds": 215186711, + "periodSeconds": -141401239, + "successThreshold": -1187301925, + "failureThreshold": -402384013 + }, + "startupProbe": { + "exec": { + "command": [ + "284" + ] + }, + "httpGet": { + "path": "285", + "port": "286", + "host": "287", + "scheme": "鏻砅邻爥", + "httpHeaders": [ + { + "name": "288", + "value": "289" + } + ] + }, + "tcpSocket": { + "port": -305362540, + "host": "290" + }, + "initialDelaySeconds": 601198286, + "timeoutSeconds": 409029209, + "periodSeconds": 405193215, + "successThreshold": 2129989022, + "failureThreshold": -1699531929 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "291" + ] + }, + "httpGet": { + "path": "292", + "port": "293", + "host": "294", + "scheme": "­蜷ɔ幩š", + "httpHeaders": [ + { + "name": "295", + "value": "296" + } + ] + }, + "tcpSocket": { + "port": 455833230, + "host": "297" + } + }, + "preStop": { + "exec": { + "command": [ + "298" + ] + }, + "httpGet": { + "path": "299", + "port": 1076497581, + "host": "300", + "scheme": "h4ɊHȖ|ʐ", + "httpHeaders": [ + { + "name": "301", + "value": "302" + } + ] + }, + "tcpSocket": { + "port": 248533396, + "host": "303" + } + } + }, + "terminationMessagePath": "304", + "terminationMessagePolicy": "迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ", + "imagePullPolicy": "ņ", + "securityContext": { + "capabilities": { + "add": [ + "DŽ髐njʉBn(fǂǢ曣" + ], + "drop": [ + "ay" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "305", + "role": "306", + "type": "307", + "level": "308" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "309", + "gmsaCredentialSpec": "310", + "runAsUserName": "311" + }, + "runAsUser": 1958157659034146020, + "runAsGroup": -5996624450771474158, + "runAsNonRoot": false, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": false, + "procMount": "嗆u", + "seccompProfile": { + "type": "晲T[irȎ3Ĕ\\", + "localhostProfile": "312" + } + }, + "tty": true + } + ], + "ephemeralContainers": [ + { + "name": "313", + "image": "314", + "command": [ + "315" + ], + "args": [ + "316" + ], + "workingDir": "317", + "ports": [ + { + "name": "318", + "hostPort": -1656699070, + "containerPort": -1918622971, + "protocol": "ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz", + "hostIP": "319" + } + ], + "envFrom": [ + { + "prefix": "320", + "configMapRef": { + "name": "321", + "optional": true + }, + "secretRef": { + "name": "322", + "optional": false + } + } + ], + "env": [ + { + "name": "323", + "value": "324", + "valueFrom": { + "fieldRef": { + "apiVersion": "325", + "fieldPath": "326" + }, + "resourceFieldRef": { + "containerName": "327", + "resource": "328", + "divisor": "69" + }, + "configMapKeyRef": { + "name": "329", + "key": "330", + "optional": true + }, + "secretKeyRef": { + "name": "331", + "key": "332", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "1b": "328" + }, + "requests": { + "}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊": "699" + } + }, + "volumeMounts": [ + { + "name": "333", + "readOnly": true, + "mountPath": "334", + "subPath": "335", + "mountPropagation": "Ik(dŊiɢzĮ蛋I", + "subPathExpr": "336" + } + ], + "volumeDevices": [ + { + "name": "337", + "devicePath": "338" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "339" + ] + }, + "httpGet": { + "path": "340", + "port": "341", + "host": "342", + "scheme": "ȥ}礤铟怖ý萜Ǖ", + "httpHeaders": [ + { + "name": "343", + "value": "344" + } + ] + }, + "tcpSocket": { + "port": -1088996269, + "host": "345" + }, + "initialDelaySeconds": -1922458514, + "timeoutSeconds": 1480364858, + "periodSeconds": 692511776, + "successThreshold": -1231653807, + "failureThreshold": -36573584 + }, + "readinessProbe": { + "exec": { + "command": [ + "346" + ] + }, + "httpGet": { + "path": "347", + "port": -1157640253, + "host": "348", + "scheme": "×p鬷m罂o3ǰ廋i乳'ȘUɻ;", + "httpHeaders": [ + { + "name": "349", + "value": "350" + } + ] + }, + "tcpSocket": { + "port": "351", + "host": "352" + }, + "initialDelaySeconds": -478839383, + "timeoutSeconds": 989933975, + "periodSeconds": 140830733, + "successThreshold": -708495486, + "failureThreshold": -1436899600 + }, + "startupProbe": { + "exec": { + "command": [ + "353" + ] + }, + "httpGet": { + "path": "354", + "port": "355", + "host": "356", + "scheme": "漤ŗ坟", + "httpHeaders": [ + { + "name": "357", + "value": "358" + } + ] + }, + "tcpSocket": { + "port": -1617422199, + "host": "359" + }, + "initialDelaySeconds": -902839620, + "timeoutSeconds": -2030665763, + "periodSeconds": 1808698094, + "successThreshold": 1155232143, + "failureThreshold": -1873425934 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "360" + ] + }, + "httpGet": { + "path": "361", + "port": 1288391156, + "host": "362", + "scheme": "Ǥ桒ɴ鉂WJ1抉泅ą\u0026疀ȼN", + "httpHeaders": [ + { + "name": "363", + "value": "364" + } + ] + }, + "tcpSocket": { + "port": "365", + "host": "366" + } + }, + "preStop": { + "exec": { + "command": [ + "367" + ] + }, + "httpGet": { + "path": "368", + "port": 1859267428, + "host": "369", + "scheme": "ȟP", + "httpHeaders": [ + { + "name": "370", + "value": "371" + } + ] + }, + "tcpSocket": { + "port": 1445923603, + "host": "372" + } + } + }, + "terminationMessagePath": "373", + "terminationMessagePolicy": "殆诵H玲鑠ĭ$#卛8ð仁Q", + "imagePullPolicy": "tl敷斢杧ż鯀", + "securityContext": { + "capabilities": { + "add": [ + "鸔ɧWǘ炙" + ], + "drop": [ + "餸硷" + ] + }, + "privileged": true, + "seLinuxOptions": { + "user": "374", + "role": "375", + "type": "376", + "level": "377" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "378", + "gmsaCredentialSpec": "379", + "runAsUserName": "380" + }, + "runAsUser": 5215323049148402377, + "runAsGroup": 2946116477552625615, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "ʈʫ羶剹ƊF豎穜", + "seccompProfile": { + "type": "l咑耖p^鏋", + "localhostProfile": "381" + } + }, + "tty": true, + "targetContainerName": "382" + } + ], + "restartPolicy": "ȿ醏g遧", + "terminationGracePeriodSeconds": -616777763639482630, + "activeDeadlineSeconds": 2031424375743848602, + "dnsPolicy": ":{柯?B", + "nodeSelector": { + "383": "384" + }, + "serviceAccountName": "385", + "serviceAccount": "386", + "automountServiceAccountToken": false, + "nodeName": "387", + "hostNetwork": true, + "shareProcessNamespace": false, + "securityContext": { + "seLinuxOptions": { + "user": "388", + "role": "389", + "type": "390", + "level": "391" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "392", + "gmsaCredentialSpec": "393", + "runAsUserName": "394" + }, + "runAsUser": -1290365495982891537, + "runAsGroup": -759684899479757878, + "runAsNonRoot": false, + "supplementalGroups": [ + 3273247375993523103 + ], + "fsGroup": 4489057930380969432, + "sysctls": [ + { + "name": "395", + "value": "396" + } + ], + "fsGroupChangePolicy": "='ʨ|ǓÓ敆OɈÏ 瞍髃", + "seccompProfile": { + "type": "ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn", + "localhostProfile": "397" + } + }, + "imagePullSecrets": [ + { + "name": "398" + } + ], + "hostname": "399", + "subdomain": "400", + "affinity": { + "nodeAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": { + "nodeSelectorTerms": [ + { + "matchExpressions": [ + { + "key": "401", + "operator": "+Œ9两", + "values": [ + "402" + ] + } + ], + "matchFields": [ + { + "key": "403", + "operator": "q=歍þ螗ɃŒGm¨z鋎靀G", + "values": [ + "404" + ] + } + ] + } + ] + }, + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 377409178, + "preference": { + "matchExpressions": [ + { + "key": "405", + "operator": "#ļǹʅŚO虀^背遻堣灭ƴɦ燻", + "values": [ + "406" + ] + } + ], + "matchFields": [ + { + "key": "407", + "operator": "-觗裓6Ř筿ɾ5Ų買霎ȃň[\u003eą", + "values": [ + "408" + ] + } + ] + } + } + ] + }, + "podAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5": "1--L--v_Z--Zg-_4Q__-v_t_u_.A" + }, + "matchExpressions": [ + { + "key": "5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y", + "operator": "Exists" + } + ] + }, + "namespaces": [ + "415" + ], + "topologyKey": "416" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -1507671981, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-35840-w4g-27-5s6.q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x18mtxb--kexr-y/oK-.O--5-yp8q_s-1__gw_-z_659GE.l_.23--_6l.-5_Z": "3Pw_-r75--_-Ao" + }, + "matchExpressions": [ + { + "key": "hj6/bW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...CqN", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "423" + ], + "topologyKey": "424" + } + } + ] + }, + "podAntiAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "C--Y_Dp8O_._e_3_.4_W_-_7": "p_.----cp__ac8u.._-__BM.6-.Y7" + }, + "matchExpressions": [ + { + "key": "1x--i--7-nt-23h-4z-21-sap--h--q0h-t2n4s-6-k5-7-a0w-ke5p-3.nu--17---u7-gl7814ei-07shtq-6---g----9s39z-5/wv3UDf.-4D-5", + "operator": "NotIn", + "values": [ + "l67Q.-_t--O.3L.z2-y.-...C4_-_2G8" + ] + } + ] + }, + "namespaces": [ + "431" + ], + "topologyKey": "432" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 1067925263, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "k407--m-dc---6-q-q0o90--g-09--d5ez1----b69x90/um._fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_VF": "11---.-o7.pJ-4-1WV.-__05._LsuH" + }, + "matchExpressions": [ + { + "key": "8", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "439" + ], + "topologyKey": "440" + } + } + ] + } + }, + "schedulerName": "441", + "tolerations": [ + { + "key": "442", + "operator": "Ɖ肆Ző", + "value": "443", + "effect": "淵", + "tolerationSeconds": -1072615283184390308 + } + ], + "hostAliases": [ + { + "ip": "444", + "hostnames": [ + "445" + ] + } + ], + "priorityClassName": "446", + "priority": -1221153504, + "dnsConfig": { + "nameservers": [ + "447" + ], + "searches": [ + "448" + ], + "options": [ + { + "name": "449", + "value": "450" + } + ] + }, + "readinessGates": [ + { + "conditionType": "媈" + } + ], + "runtimeClassName": "451", + "enableServiceLinks": true, + "preemptionPolicy": "n夬LJ:BŐ埑Ô*ɾWȖ韝ƉşʁO^:", + "overhead": { + "ȩ纾S": "368" + }, + "topologySpreadConstraints": [ + { + "maxSkew": -1568300104, + "topologyKey": "452", + "whenUnsatisfiable": "潑嫉悔柅ȵ.Ȁ鎧Y冒Ɩ", + "labelSelector": { + "matchLabels": { + "jp-z---k-5r6h--y7n.61-cm---ch-g0t-q--qr95ws-v-5--7-ufi-7/35a-1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--.2g": "Mqp..__._-J_-fk3-_j.133eT_2_Y" + }, + "matchExpressions": [ + { + "key": "51-i-d-----9---063-qm-j-3wc89k-0-57z4063--4/rBQ.u", + "operator": "Exists" + } + ] + } + } + ], + "setHostnameAsFQDN": false + } + }, + "volumeClaimTemplates": [ + { + "metadata": { + "name": "459", + "generateName": "460", + "namespace": "461", + "selfLink": "462", + "uid": "S誖Śs垦Ȋ髴T唼=`朇c", + "resourceVersion": "8285629342346774721", + "generation": -5107762106575809276, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -6486445241316991261, + "labels": { + "464": "465" + }, + "annotations": { + "466": "467" + }, + "ownerReferences": [ + { + "apiVersion": "468", + "kind": "469", + "name": "470", + "uid": "/nēɅĀ埰ʀł!U詨nj1ýǝ", + "controller": true, + "blockOwnerDeletion": false + } + ], + "finalizers": [ + "471" + ], + "clusterName": "472", + "managedFields": [ + { + "manager": "473", + "operation": "壛ĐíEd楗鱶镖喗vȥ", + "apiVersion": "474", + "fieldsType": "475" + } + ] + }, + "spec": { + "accessModes": [ + "Y斩I儑瓔¯" + ], + "selector": { + "matchLabels": { + "k--13lk5-e4-u-5kvp-----887j72qz6-7d84-1f396h82----23-6b77f.mgi7-2je7zjt0pp-x0r2gd---yn1/7_._qN__A_f_-B3_U__L.KH6K.RwsfI_2-_20_9.5": "8_B-ks7dx" + }, + "matchExpressions": [ + { + "key": "vUK_-.j21---__y.9O.L-.m.3--4", + "operator": "In", + "values": [ + "37u-h---dY7_M_-._M52" + ] + } + ] + }, + "resources": { + "limits": { + "涟雒驭堣Qwn:Ʋå譥a超": "19" + }, + "requests": { + "ª韷v简3VǢɾ纤ą¨?ɣ蔫椁Ȕ": "368" + } + }, + "volumeName": "482", + "storageClassName": "483", + "volumeMode": "'降\\4)ȳɍǟm{煰œ憼", + "dataSource": { + "apiGroup": "484", + "kind": "485", + "name": "486" + } + }, + "status": { + "phase": "ʌ槧ą°Z拕獘:pȚ\\猫ï卒ú", + "accessModes": [ + "èƾ竒决瘛Ǫǵ" + ], + "capacity": { + "Ǧ澵貛香\"砻B鷋": "578" + }, + "conditions": [ + { + "type": "|nET¬%ȎdžĤɂR湛", + "status": "WU=ȑ-A敲ʉ2腠梊", + "lastProbeTime": "2230-04-25T02:33:53Z", + "lastTransitionTime": "2843-07-14T02:23:26Z", + "reason": "487", + "message": "488" + } + ] + } + } + ], + "serviceName": "489", + "podManagementPolicy": "`ŇaƬȿŬ捕|", + "updateStrategy": { + "type": "șa汸\u003cƋlɋN磋镮ȺPÈ", + "rollingUpdate": { + "partition": -83826225 + } + }, + "revisionHistoryLimit": -1872519086 + }, + "status": { + "observedGeneration": 4142968120221896284, + "replicas": 1576197985, + "readyReplicas": -702578810, + "currentReplicas": 1539090224, + "updatedReplicas": -855944448, + "currentRevision": "490", + "updateRevision": "491", + "collisionCount": 1955001098, + "conditions": [ + { + "type": ";\"薑Ȣ#闬輙怀¹bCũw¼ ǫđ槴Ċ", + "status": "觇ƒ幦ų勏Y9=ȳB鼲糰E", + "lastTransitionTime": "2209-03-11T07:19:12Z", + "reason": "492", + "message": "493" + } + ] + } +} \ No newline at end of file diff --git a/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta1.StatefulSet.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta1.StatefulSet.after_roundtrip.pb new file mode 100644 index 0000000000000000000000000000000000000000..abea88a4f45097c813c2e6b96b13ce37ef7e15d7 GIT binary patch literal 8008 zcmZWu3s_ZU);{}?M!OqroB7WiZH7)x5zTkl``dRKGbu~ayrv{I?L-0PE>|Uc9xj3c zf^r8zP(TE^D5!vdSe^^#Fx6CcwWhy|=hk$w=AWj?DgX7IgER9#KhMKDdwKPAH*?Ib>$5j!$0y{ZtdGxTjyyv5QZ$7biZ@b%i4wyp z8Q;xutbhep6jX&(WQmn9%PSv#UGz?2MQdS3ly1$yzO%(8?XR~^P_c7qN@ge}?q-@& z89m1)h0=Ns8}%G-y5sSD*F>FT?~7Tsa{Gada6PQ6Q>aWmC*XsT&-s;qnjg~buYQA3&Y&!8m*;&fYoHI=M?7h!@*;REPX-D8+!UUMJLFD zzzSPMgixZg1*2r7a`EO}B1%L^RG<~HlER}nlqaWbMbefmR@#|_c8a@l*}PPg%qbC1 zX=v3>^D0e3nx>gGWJWP&ZOM`}n3}605oyZGXOfsj5)!nSrAUi@I&;fbgv~H|skS~> z)3CJS8Eu_rM&?!7+h9IguL+MYfteZ-Qq~IiDTFwtlcJj_kwrNOVR1{2A|sS3XP`VT zUXqcLktAlLrt4$0DQ0l2MOklO8MKa~H35^x4|+JWl2%33D>50!sqMSZ0;c z(>?aTw0XzMD6om^uXnjif9yZ{5fvLu>v@*Z^IRNx!tlf=8Q@7Y>UqgD*FNItdj6$w zJuk2nF$Z4G*Yip_br%d#nIP|Yhfy!ESTAtQC`TWoX}y4%Hk$q|Jn+nK>@D{82QAH( z?p4!=eEUz@N7n7gS+dyEHf-y16%75J;py;aY!&X-CQtRTC9bJv=ZLf1Ruti`-RtbO zp7$0XTJ0;Xb5^>lM!W_4m^pNiAoIpwz}f<%7evFgug09$uEQS{sxyT^vjoku!7^}l zI4G0~zYSUxXi<%Nk;V7YdXZ!10R<^V-q2h1{f|HSCmWhdFSJpiR3xx3!pfp(prXRz z8I}`e!<$uyF9(_Qq7tqbRaO_Nm)J+CbvMy^iF-yDr*0#;JzxnNv{auq+Min`7ld?S&CdlA)aA%Bf#LFCSuk?Tc6b;n##wuL{72UKML75K4t*RoOrtqJB-oZmPoE z0Tj-iV_8GjwaPyj%6s?xFeg;kLETM5BS(6$5eRPrBAlS+lV*`LOCSmS$l*W~3`8BK zeh0lA3%wj?q<25M*f&}d=a^Up<2W2f;oIHaL*Y-_Po+DX+$V;|fg|YP$#CH!bsM~3 z1zxafpk^pDyn-PE;fSOhk3)6g@WW#uLL?9|3WyX9L|&tNi#kZrMHC%Mlfj(G{DS;Q zWNq2d|I-Jqp95w^F%QuXk}ieu?@naLtnn^r!bDo^*DFXDTKWCU>x}dL%VC}gAp-<5 zKr~dJ*#G{`V4y@rSPFT)bWd~HhwuEH1$x4ANb}W+;(!fbrVKEGCo=IWbP6npK-d$w z#!UmT(%?YxQb0(St27#JaaLG=XD$AV}ZMY?3trI4{IC{tv^?_A~@J?`o}l>L~i zvT(Jtg9Hvi;{(x2p{Kv zCOeB_l99B_u#2de=J*;8I}V4#vjl-dmkAGQeh??Ii=>yFM{RrUWuCr@ZLpMtF%X`)Owl*_hL1)vPe4>;Yz>Y+&z?qiDkNEjKRVa8Bb_2NCJ^%4$qI}Y=hQnPiwh#YP!mK`ghY8e4Ph;Jq51n z&d57K0W#4aI4>Xq(;Q3(VF9iM79=AO*#txh2cqI-&?T}VeLsJ@f7Uyd*#7(Nn@taS zs!n;UJ8Wm&y*fP7ot|)_*L@sg#S&3{S zO2)-B92^$GF0iODV7^!cQ^peOzbsfV-a#xE!!ZHDa8+mD;kIFLYq}_bo=4Lgy*;J& zD%+&(ctEQna}Ry@L+dSjyoZXNoz|%beI@0-sUAxe>6R5a8ZI~{-VlV8BoI=P!|yh^ zN^5ZO}%tDw5Dx-sSA#W95`!i((!^bjj(uET_ zK!rd=<1gtuVL(~ijDy_P>oAJ6OCfL9|E=){e~aPuGySj43H_$@wbr1pl8;@D0YAr% z?5S@H%!#e1=(xbPGV>%^Tw!j3RlmIaL3&_U)wIx3XDMOfcAhMfoyEx!&9d*{Z&h^@k z`uA7Kd8-mQD5AQmuLeE{C`FZ-<$=W%23#cuCr$L>660UFR#gM87=CCjk*M^|sRd-L#RudwP$r@8IimW(?M3Dd$i`QPm10h|LXI8D*7f@ zV`b=cL^ANV8U~x#8))o*>@~({NTK?qRtv-UG4DK zfy4A0rpkuAe)!!sz2Sqp5(^c2y}0ESDy*&L?Z4m5dfczRGaG?#aa{0~9!T^R9uNKT zwGNN@Xe7gy4z1Kj)G(*h*#i#@`?}zM2rR^tpg%IL%pEe zrpxT6Xrg~e2Y^68;Z+v&uW}*ZOw{(D`s&MyuPK8rw7v0)Iy z3aDC61qm!$Lk$MgJruo|UIcyzS~%wBhioI?Ud%V%xSu5F^JOdY;Q=)CyJ3Q)Zt#TCG_C5QE zwSKJ4K)KrxbAXY^xr9Zn4;UMTwpmKrOHY=k`Ukv4goSkd_D-a6Z}UW z%1%POs0b{|6A}@Yk(ec!cOZ;2g}hzyBHo3z$%4eE?8?Xz1i*UfFgbzC0Ei{d}J)tG(%%e2BElG-qi_w;v%~(LIA)4o!H5F~iH=|9`(?TKyc(b-L0cUHe zpzz0btYU6^JUu=OBD^1Hfl@G7I^b(#dl2oT=#MB`r45fEv`KqBLs<=|EMDU^GXPEv zj)u7>1JEV>ZOPEI&0CZlSRBx2)Kg{&nK#Ky8%1YvI{^VAB%`!!g!yeq$VZq%S(`zT z+Ys8pZbR8PO~?WTCyOv@GiWtA9_)xWrvW78KvyV7Mu{o1!U^%)5i4hH%iaN_0acTo z)hu4kM`A=?F2CXN1TzvIN8*i)B{W5n*8&{QMxY6Pr8ys?T>yqbZUNZDPlB5eAbAFY znNw8ofuCD{3St1cAEM|z5F(S|Iv|vawr+uaB(wvVO;^F56A=p_cB>elPplcmN$O6O zjmSwgYYD5&TCzg0dVB_6V~zr}uCXe+blsCUZKGM!GPF&|j6qe})|d_2#wVCxgGoU; zhSFtoMl=!-7qgMTcUFW$%F0;=X$z(NzY`*S@Yku#Y`!ZL*$nckkce>l^iURxNyLqoe&%0#g)! z3dMorhv(T8ic?5x4K9@+0DxFQ9AGT)Um~P-{*;M>Xbp}3N})KF02Y;`P%G&L^t|aq zp29u8vA)ciF3X_zU{8K-wm+4{D!82c+(m<~!-I|v*SU7smK+-kxUSHN`cM8E;3I6jzwmMp`~Kbwmbr10H}Wcs8L$WpXzd11aM9siG~ND) zulVe<54p?EIC^Y@{>?F9Lnx&D$L0ilVmP)`zn%emu7t&S&adaa-PXf_?A@nCW#C3I2_EA`>snrVz)*u8!U~Fw!n2 z0g*E2xSQ&&{rLdW@23sk#*UrNLF-vZwX`xk)_1VaGU2K@8uNRGPRZHr?moQGGH4Fu zVwfiYfCn&yc>sn`Hw^82?`o-I=+(kTDvTl}o=0aceLdKAaHe^8^j+@O?$A8@N$>EK z>u|>d-qBu?m|-aO00ESb1wIz?Ok2I@LN)6es(*>J3;wJO(6!E=m2r^%`cp9uQea&m zE8`S@R;KgkTO27TU>5SNN{W8ouS!7Ui(nrJMK{ic1CWV1#bjKO7iMjD?KuNjYy2hm z`O%pgZ}D00WUak4U?F5Jfad{R@Xe3oUk5U5fBJ>Fkp8z@ErB%4P<7$Z)xcxu(fZG> z|I;7s!oIK`e|Iih@ZOd0^*xksm;x9gKtU_mUgj+-jkQ%1R|BOD_vqQMk3Oz)Ub=Xx z>RZZRm=FjY7XI&%5)xxm4_Mg5Yj0-A@YXM}u85P(fVWZ$QBpHXm|T_^T^ z0kcHzDn>Yv^l8D%@@YOl7`g*&HW91Xtq!}c;;`%K~L=Oc^schYkmy`J%@ z^~4$Ql2We!2NgUv-B33hv|%x9G`i1MyZXx9MRo4>631Dyqrg{ne3PrR#@=9>q3Cjo z-ky|!0RKWQR?L(j{Opp`%o2yTq(a-4Z77k=1~-p(WU69b79!CfB2rGmb|gpe;%3C5 z$F@FY*5Z;CZar_#(y~Z?p+TY5oVmuVVGSbpR!CyNq2om6o~L$XKsY3I+h`3XB=bm1 zGDCGH{%IJwiFugjL=FNY)JNeD;t5oPd9))HK}M0cMNyLht&4I#BxVrsg^0|kwdR}~ zsY{K1JeVE^w+}@O$R|0t!#pQKrpo~~=K*+wG4Y%da@fW=Jnt!I5_ z3a!14;pws6-ukKsuADFPo^G2yZmr2D)78jmm<~Pyh+uq#CiyVbU4clX$irheR~{>* zgeR$i5Ws^|2;zCxKm|}V4^9EzAtXeJ^sP`wkMkcJ_>cSPdtS0sdyf=ZTA#JIJnx+> zQJpRB&U*VkPwRP4QMupOt7>!@Y{U~(13v;t#*5)0%ag;l+RC>(JMyiA-j<5x7@DPZ zr4$`QE)fsaSqXjw_QoaR1&HmufKBrp$6oSub@^)B-31Mn^WKB4)Ai)`K>Y{U6mEE) zOFw+{!@oTbFNh&uk9GfL7Qv2pfA`9q&?AnP8GYEB-Ve?M2C`Q_nx4IJu~iiPf}atn z$u1>}%YMgbX}|v7ja3OdifMtRF~iqCn(8@Ul+I6|a!pihzjE&M1CFK*&WVQud=Yhu z?7v+v4|QBIMVOm%aMh7jFgbL|n&gMC2tF zGDEmEoF4)IPwjv^fPf`zS}@(^K3d~E<0~tQiRRqpW$x1@){^@@4F!(LReoNeG6hqG z|KLR;#sHPx$NbVtGE}65tWVbSwu_RaKprbb+4=j`QAc!#Py zy{&%04RsHgN^qjW#?GT}OL5gydkY#ep7$N7fF6bWzj&L+U|N2e!LiQbZ5~5~vV)rM z9xU~qJiE+OHSDWCVjWm`pR2M(v7EXxQMlIc^m!78cwQN%UZhw0*MLgiLm&uL-)DV3 zFA{M?$rS9K?6Nhw4!8StM=Dr=F=jn{+0ZBdoQ2J#G9juVlO-444ES=xpRa!~8Zg(; zuj|J@o*Q=H^RK#ZV!x|>uP88w2!)&UI+J@2$?U;t62A;3F(8}?2oC?%dhdw_+o3F1 zTeqX!*LUV=SKZ{I7u>CTx8QjSRz&!|0#}L`Bv}?@h){b@T)Ft>fUD{p`O5P7`PQP* z%1?hfM#U1ZFOdKtiKK!mfV}{blOX>Pz-_>14c0V2BF$RsEU^~2+E2|C*oyAm;O*_1 z-p^UiPeWZ*kQ7oY$%LU?J`h|^L0uX?hcE_LXN&cqWnk%6_pwIb(1@?T!PU^1>o`W1 z6)+Hyap~#XH@O>nm%H{?VXS~Z=a;O ztfrcwTBB%DC^<{sx|31p1-Tnm0NP6eum$K)+htZ)n^z)ps+q(SMh^wuyLmZ>U@)|G zldQqFM)=|;V$i$7zA=nu(LMui8 zW@f+p_;FCtsaSVKy{ED%GQ)A`InVw+%Sl&djb)s<%hF??^7PfXN>6*5TBc7-pEVL( z(CwZ&>m6?KbvK(lM<$|tqZLH2qO6#f(erkvEq(f8|8E^t)1}rfXVE(MxfW(#%!Wmd zYP7^%KRi>0y(LGW&SDG>u5R4>+OI=&rr_YVJuknX5CUI81VsijPyhu9ii+=e!M1m^ zz29-c*6*&Y-yQh?ZE!Sib`OpH-d>U7tXSpgtnk$jI>y&n_A$2x|LIck`++3t(YIc% zDxSS#(wW)v%8?+;<>oTY`u9GCqt+Etkv%0XRPIn(R+Na uy~cH}+jiPjabT0W$Zą + values: + - "408" + weight: 377409178 + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: "401" + operator: +Œ9两 + values: + - "402" + matchFields: + - key: "403" + operator: q=歍þ螗ɃŒGm¨z鋎靀G + values: + - "404" + podAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: hj6/bW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...CqN + operator: DoesNotExist + matchLabels: + ? v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-35840-w4g-27-5s6.q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x18mtxb--kexr-y/oK-.O--5-yp8q_s-1__gw_-z_659GE.l_.23--_6l.-5_Z + : 3Pw_-r75--_-Ao + namespaces: + - "423" + topologyKey: "424" + weight: -1507671981 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: 5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y + operator: Exists + matchLabels: + 1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5: 1--L--v_Z--Zg-_4Q__-v_t_u_.A + namespaces: + - "415" + topologyKey: "416" + podAntiAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: "8" + operator: DoesNotExist + matchLabels: + k407--m-dc---6-q-q0o90--g-09--d5ez1----b69x90/um._fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_VF: 11---.-o7.pJ-4-1WV.-__05._LsuH + namespaces: + - "439" + topologyKey: "440" + weight: 1067925263 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: 1x--i--7-nt-23h-4z-21-sap--h--q0h-t2n4s-6-k5-7-a0w-ke5p-3.nu--17---u7-gl7814ei-07shtq-6---g----9s39z-5/wv3UDf.-4D-5 + operator: NotIn + values: + - l67Q.-_t--O.3L.z2-y.-...C4_-_2G8 + matchLabels: + C--Y_Dp8O_._e_3_.4_W_-_7: p_.----cp__ac8u.._-__BM.6-.Y7 + namespaces: + - "431" + topologyKey: "432" + automountServiceAccountToken: false + containers: + - args: + - "248" + command: + - "247" + env: + - name: "255" + value: "256" + valueFrom: + configMapKeyRef: + key: "262" + name: "261" + optional: false + fieldRef: + apiVersion: "257" + fieldPath: "258" + resourceFieldRef: + containerName: "259" + divisor: "124" + resource: "260" + secretKeyRef: + key: "264" + name: "263" + optional: false + envFrom: + - configMapRef: + name: "253" + optional: true + prefix: "252" + secretRef: + name: "254" + optional: false + image: "246" + imagePullPolicy: ņ + lifecycle: + postStart: + exec: + command: + - "291" + httpGet: + host: "294" + httpHeaders: + - name: "295" + value: "296" + path: "292" + port: "293" + scheme: ­蜷ɔ幩š + tcpSocket: + host: "297" + port: 455833230 + preStop: + exec: + command: + - "298" + httpGet: + host: "300" + httpHeaders: + - name: "301" + value: "302" + path: "299" + port: 1076497581 + scheme: h4ɊHȖ|ʐ + tcpSocket: + host: "303" + port: 248533396 + livenessProbe: + exec: + command: + - "271" + failureThreshold: -205176266 + httpGet: + host: "273" + httpHeaders: + - name: "274" + value: "275" + path: "272" + port: 465486290 + initialDelaySeconds: -2097329452 + periodSeconds: 865289071 + successThreshold: -1829146875 + tcpSocket: + host: "276" + port: -116224247 + timeoutSeconds: 1504385614 + name: "245" + ports: + - containerPort: 2056774277 + hostIP: "251" + hostPort: -778272981 + name: "250" + protocol: 现葢ŵ橨鬶l獕;跣Hǝcw媀瓄&翜舞拉 + readinessProbe: + exec: + command: + - "277" + failureThreshold: -402384013 + httpGet: + host: "279" + httpHeaders: + - name: "280" + value: "281" + path: "278" + port: 234253676 + scheme: ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏 + initialDelaySeconds: -2062708879 + periodSeconds: -141401239 + successThreshold: -1187301925 + tcpSocket: + host: "283" + port: "282" + timeoutSeconds: 215186711 + resources: + limits: + V訆Ǝżŧ: "915" + requests: + +SÄ蚃ɣľ)酊龨Î: "787" + securityContext: + allowPrivilegeEscalation: false + capabilities: + add: + - DŽ髐njʉBn(fǂǢ曣 + drop: + - ay + privileged: false + procMount: 嗆u + readOnlyRootFilesystem: true + runAsGroup: -5996624450771474158 + runAsNonRoot: false + runAsUser: 1958157659034146020 + seLinuxOptions: + level: "308" + role: "306" + type: "307" + user: "305" + seccompProfile: + localhostProfile: "312" + type: 晲T[irȎ3Ĕ\ + windowsOptions: + gmsaCredentialSpec: "310" + gmsaCredentialSpecName: "309" + runAsUserName: "311" + startupProbe: + exec: + command: + - "284" + failureThreshold: -1699531929 + httpGet: + host: "287" + httpHeaders: + - name: "288" + value: "289" + path: "285" + port: "286" + scheme: 鏻砅邻爥 + initialDelaySeconds: 601198286 + periodSeconds: 405193215 + successThreshold: 2129989022 + tcpSocket: + host: "290" + port: -305362540 + timeoutSeconds: 409029209 + terminationMessagePath: "304" + terminationMessagePolicy: 迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ + tty: true + volumeDevices: + - devicePath: "270" + name: "269" + volumeMounts: + - mountPath: "266" + mountPropagation: '"冓鍓贯澔 ƺ蛜6' + name: "265" + readOnly: true + subPath: "267" + subPathExpr: "268" + workingDir: "249" + dnsConfig: + nameservers: + - "447" + options: + - name: "449" + value: "450" + searches: + - "448" + dnsPolicy: :{柯?B + enableServiceLinks: true + ephemeralContainers: + - args: + - "316" + command: + - "315" + env: + - name: "323" + value: "324" + valueFrom: + configMapKeyRef: + key: "330" + name: "329" + optional: true + fieldRef: + apiVersion: "325" + fieldPath: "326" + resourceFieldRef: + containerName: "327" + divisor: "69" + resource: "328" + secretKeyRef: + key: "332" + name: "331" + optional: false + envFrom: + - configMapRef: + name: "321" + optional: true + prefix: "320" + secretRef: + name: "322" + optional: false + image: "314" + imagePullPolicy: tl敷斢杧ż鯀 + lifecycle: + postStart: + exec: + command: + - "360" + httpGet: + host: "362" + httpHeaders: + - name: "363" + value: "364" + path: "361" + port: 1288391156 + scheme: Ǥ桒ɴ鉂WJ1抉泅ą&疀ȼN + tcpSocket: + host: "366" + port: "365" + preStop: + exec: + command: + - "367" + httpGet: + host: "369" + httpHeaders: + - name: "370" + value: "371" + path: "368" + port: 1859267428 + scheme: ȟP + tcpSocket: + host: "372" + port: 1445923603 + livenessProbe: + exec: + command: + - "339" + failureThreshold: -36573584 + httpGet: + host: "342" + httpHeaders: + - name: "343" + value: "344" + path: "340" + port: "341" + scheme: ȥ}礤铟怖ý萜Ǖ + initialDelaySeconds: -1922458514 + periodSeconds: 692511776 + successThreshold: -1231653807 + tcpSocket: + host: "345" + port: -1088996269 + timeoutSeconds: 1480364858 + name: "313" + ports: + - containerPort: -1918622971 + hostIP: "319" + hostPort: -1656699070 + name: "318" + protocol: ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz + readinessProbe: + exec: + command: + - "346" + failureThreshold: -1436899600 + httpGet: + host: "348" + httpHeaders: + - name: "349" + value: "350" + path: "347" + port: -1157640253 + scheme: ×p鬷m罂o3ǰ廋i乳'ȘUɻ; + initialDelaySeconds: -478839383 + periodSeconds: 140830733 + successThreshold: -708495486 + tcpSocket: + host: "352" + port: "351" + timeoutSeconds: 989933975 + resources: + limits: + 1b: "328" + requests: + '}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊': "699" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 鸔ɧWǘ炙 + drop: + - 餸硷 + privileged: true + procMount: ʈʫ羶剹ƊF豎穜 + readOnlyRootFilesystem: true + runAsGroup: 2946116477552625615 + runAsNonRoot: true + runAsUser: 5215323049148402377 + seLinuxOptions: + level: "377" + role: "375" + type: "376" + user: "374" + seccompProfile: + localhostProfile: "381" + type: l咑耖p^鏋 + windowsOptions: + gmsaCredentialSpec: "379" + gmsaCredentialSpecName: "378" + runAsUserName: "380" + startupProbe: + exec: + command: + - "353" + failureThreshold: -1873425934 + httpGet: + host: "356" + httpHeaders: + - name: "357" + value: "358" + path: "354" + port: "355" + scheme: 漤ŗ坟 + initialDelaySeconds: -902839620 + periodSeconds: 1808698094 + successThreshold: 1155232143 + tcpSocket: + host: "359" + port: -1617422199 + timeoutSeconds: -2030665763 + targetContainerName: "382" + terminationMessagePath: "373" + terminationMessagePolicy: 殆诵H玲鑠ĭ$#卛8ð仁Q + tty: true + volumeDevices: + - devicePath: "338" + name: "337" + volumeMounts: + - mountPath: "334" + mountPropagation: Ik(dŊiɢzĮ蛋I + name: "333" + readOnly: true + subPath: "335" + subPathExpr: "336" + workingDir: "317" + hostAliases: + - hostnames: + - "445" + ip: "444" + hostNetwork: true + hostname: "399" + imagePullSecrets: + - name: "398" + initContainers: + - args: + - "178" + command: + - "177" + env: + - name: "185" + value: "186" + valueFrom: + configMapKeyRef: + key: "192" + name: "191" + optional: false + fieldRef: + apiVersion: "187" + fieldPath: "188" + resourceFieldRef: + containerName: "189" + divisor: "573" + resource: "190" + secretKeyRef: + key: "194" + name: "193" + optional: false + envFrom: + - configMapRef: + name: "183" + optional: false + prefix: "182" + secretRef: + name: "184" + optional: false + image: "176" + imagePullPolicy: 昕Ĭ + lifecycle: + postStart: + exec: + command: + - "222" + httpGet: + host: "225" + httpHeaders: + - name: "226" + value: "227" + path: "223" + port: "224" + scheme: '>郵[+扴ȨŮ' + tcpSocket: + host: "229" + port: "228" + preStop: + exec: + command: + - "230" + httpGet: + host: "232" + httpHeaders: + - name: "233" + value: "234" + path: "231" + port: -743369977 + scheme: '>犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4' + tcpSocket: + host: "235" + port: -1224991707 + livenessProbe: + exec: + command: + - "201" + failureThreshold: -1150474479 + httpGet: + host: "203" + httpHeaders: + - name: "204" + value: "205" + path: "202" + port: -1196874390 + scheme: S晒嶗UÐ_ƮA攤 + initialDelaySeconds: 1885897314 + periodSeconds: 1054858106 + successThreshold: 232569106 + tcpSocket: + host: "206" + port: -498930176 + timeoutSeconds: -465677631 + name: "175" + ports: + - containerPort: 377225334 + hostIP: "181" + hostPort: 282592353 + name: "180" + protocol: Ƹ[Ęİ榌U髷裎$MVȟ@7 + readinessProbe: + exec: + command: + - "207" + failureThreshold: 1752155096 + httpGet: + host: "210" + httpHeaders: + - name: "211" + value: "212" + path: "208" + port: "209" + scheme: 8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ + initialDelaySeconds: -2717401 + periodSeconds: -1099429189 + successThreshold: 994072122 + tcpSocket: + host: "214" + port: "213" + timeoutSeconds: -1492565335 + resources: + limits: + ǚ灄鸫rʤî萨zvt: "829" + requests: + 悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\p: "604" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 藢xɮĵȑ6L*Z鐫û咡W< + drop: + - lu|榝$î. + privileged: false + procMount: 朦 wƯ貾坢'跩 + readOnlyRootFilesystem: true + runAsGroup: 8949541422887578058 + runAsNonRoot: true + runAsUser: -7565148469525206101 + seLinuxOptions: + level: "240" + role: "238" + type: "239" + user: "237" + seccompProfile: + localhostProfile: "244" + type: ŕ翑0展} + windowsOptions: + gmsaCredentialSpec: "242" + gmsaCredentialSpecName: "241" + runAsUserName: "243" + startupProbe: + exec: + command: + - "215" + failureThreshold: 785984384 + httpGet: + host: "218" + httpHeaders: + - name: "219" + value: "220" + path: "216" + port: "217" + scheme: Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ + initialDelaySeconds: -1738069460 + periodSeconds: -805795167 + successThreshold: 1791615594 + tcpSocket: + host: "221" + port: -36782737 + timeoutSeconds: -1643733106 + stdinOnce: true + terminationMessagePath: "236" + volumeDevices: + - devicePath: "200" + name: "199" + volumeMounts: + - mountPath: "196" + mountPropagation: ƖHV + name: "195" + readOnly: true + subPath: "197" + subPathExpr: "198" + workingDir: "179" + nodeName: "387" + nodeSelector: + "383": "384" + overhead: + ȩ纾S: "368" + preemptionPolicy: 'n夬LJ:BŐ埑Ô*ɾWȖ韝ƉşʁO^:' + priority: -1221153504 + priorityClassName: "446" + readinessGates: + - conditionType: 媈 + restartPolicy: ȿ醏g遧 + runtimeClassName: "451" + schedulerName: "441" + securityContext: + fsGroup: 4489057930380969432 + fsGroupChangePolicy: ='ʨ|ǓÓ敆OɈÏ 瞍髃 + runAsGroup: -759684899479757878 + runAsNonRoot: false + runAsUser: -1290365495982891537 + seLinuxOptions: + level: "391" + role: "389" + type: "390" + user: "388" + seccompProfile: + localhostProfile: "397" + type: ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn + supplementalGroups: + - 3273247375993523103 + sysctls: + - name: "395" + value: "396" + windowsOptions: + gmsaCredentialSpec: "393" + gmsaCredentialSpecName: "392" + runAsUserName: "394" + serviceAccount: "386" + serviceAccountName: "385" + setHostnameAsFQDN: false + shareProcessNamespace: false + subdomain: "400" + terminationGracePeriodSeconds: -616777763639482630 + tolerations: + - effect: 淵 + key: "442" + operator: Ɖ肆Ző + tolerationSeconds: -1072615283184390308 + value: "443" + topologySpreadConstraints: + - labelSelector: + matchExpressions: + - key: 51-i-d-----9---063-qm-j-3wc89k-0-57z4063--4/rBQ.u + operator: Exists + matchLabels: + jp-z---k-5r6h--y7n.61-cm---ch-g0t-q--qr95ws-v-5--7-ufi-7/35a-1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--.2g: Mqp..__._-J_-fk3-_j.133eT_2_Y + maxSkew: -1568300104 + topologyKey: "452" + whenUnsatisfiable: 潑嫉悔柅ȵ.Ȁ鎧Y冒Ɩ + volumes: + - awsElasticBlockStore: + fsType: "47" + partition: 912004803 + readOnly: true + volumeID: "46" + azureDisk: + cachingMode: '|@?鷅bȻN' + diskName: "110" + diskURI: "111" + fsType: "112" + kind: 榱*Gưoɘ檲 + readOnly: true + azureFile: + readOnly: true + secretName: "96" + shareName: "97" + cephfs: + monitors: + - "81" + path: "82" + secretFile: "84" + secretRef: + name: "85" + user: "83" + cinder: + fsType: "79" + secretRef: + name: "80" + volumeID: "78" + configMap: + defaultMode: 1593906314 + items: + - key: "99" + mode: 195263908 + path: "100" + name: "98" + optional: false + csi: + driver: "142" + fsType: "143" + nodePublishSecretRef: + name: "146" + readOnly: false + volumeAttributes: + "144": "145" + downwardAPI: + defaultMode: 824682619 + items: + - fieldRef: + apiVersion: "89" + fieldPath: "90" + mode: 1569992019 + path: "88" + resourceFieldRef: + containerName: "91" + divisor: "660" + resource: "92" + emptyDir: + medium: Xŋ朘瑥A徙ɶɊł/擇ɦĽ胚O醔ɍ厶耈 + sizeLimit: "473" + ephemeral: + volumeClaimTemplate: + metadata: + annotations: + "154": "155" + clusterName: "160" + creationTimestamp: null + deletionGracePeriodSeconds: 6296624700137074905 + finalizers: + - "159" + generateName: "148" + generation: 6028937828108618026 + labels: + "152": "153" + managedFields: + - apiVersion: "162" + fieldsType: "163" + manager: "161" + operation: ɑ龫`劳&¼傭Ȟ1酃=6}ɡŇƉ立h + name: "147" + namespace: "149" + ownerReferences: + - apiVersion: "156" + blockOwnerDeletion: false + controller: false + kind: "157" + name: "158" + uid: 閝ȝ + resourceVersion: "11451542506523135343" + selfLink: "150" + uid: H巧壚tC十Oɢ + spec: + accessModes: + - '鲡:' + dataSource: + apiGroup: "172" + kind: "173" + name: "174" + resources: + limits: + Ŗȫ焗捏ĨFħ籘: "853" + requests: + zɟ踡肒Ao/樝fw[Řż丩ŽoǠ: "918" + selector: + matchExpressions: + - key: m_0_F03_J + operator: NotIn + values: + - 4FpF_W-6 + matchLabels: + 0-.-yz-0-_p4mz--.I_f6kjsz-7lwY-Y93-6: igm_-._.q6 + storageClassName: "171" + volumeMode: Z1Ůđ眊ľǎɳ,ǿ飏騀呣 + volumeName: "170" + fc: + fsType: "94" + lun: -1740986684 + readOnly: true + targetWWNs: + - "93" + wwids: + - "95" + flexVolume: + driver: "73" + fsType: "74" + options: + "76": "77" + readOnly: true + secretRef: + name: "75" + flocker: + datasetName: "86" + datasetUUID: "87" + gcePersistentDisk: + fsType: "45" + partition: -1188153605 + pdName: "44" + gitRepo: + directory: "50" + repository: "48" + revision: "49" + glusterfs: + endpoints: "63" + path: "64" + readOnly: true + hostPath: + path: "43" + type: ƛƟ)ÙæNǚ錯ƶRquA?瞲Ť倱< + iscsi: + chapAuthDiscovery: true + fsType: "59" + initiatorName: "62" + iqn: "57" + iscsiInterface: "58" + lun: 994527057 + portals: + - "60" + secretRef: + name: "61" + targetPortal: "56" + name: "42" + nfs: + path: "55" + readOnly: true + server: "54" + persistentVolumeClaim: + claimName: "65" + readOnly: true + photonPersistentDisk: + fsType: "114" + pdID: "113" + portworxVolume: + fsType: "129" + readOnly: true + volumeID: "128" + projected: + defaultMode: -1334904807 + sources: + - configMap: + items: + - key: "124" + mode: 2063799569 + path: "125" + name: "123" + optional: false + downwardAPI: + items: + - fieldRef: + apiVersion: "119" + fieldPath: "120" + mode: 173030157 + path: "118" + resourceFieldRef: + containerName: "121" + divisor: "106" + resource: "122" + secret: + items: + - key: "116" + mode: -323584340 + path: "117" + name: "115" + optional: true + serviceAccountToken: + audience: "126" + expirationSeconds: 8357931971650847566 + path: "127" + quobyte: + group: "108" + registry: "105" + tenant: "109" + user: "107" + volume: "106" + rbd: + fsType: "68" + image: "67" + keyring: "71" + monitors: + - "66" + pool: "69" + secretRef: + name: "72" + user: "70" + scaleIO: + fsType: "137" + gateway: "130" + protectionDomain: "133" + secretRef: + name: "132" + storageMode: "135" + storagePool: "134" + system: "131" + volumeName: "136" + secret: + defaultMode: 332383000 + items: + - key: "52" + mode: -547518679 + path: "53" + optional: true + secretName: "51" + storageos: + fsType: "140" + secretRef: + name: "141" + volumeName: "138" + volumeNamespace: "139" + vsphereVolume: + fsType: "102" + storagePolicyID: "104" + storagePolicyName: "103" + volumePath: "101" + updateStrategy: + rollingUpdate: + partition: -83826225 + type: șa汸<ƋlɋN磋镮ȺPÈ + volumeClaimTemplates: + - metadata: + annotations: + "466": "467" + clusterName: "472" + creationTimestamp: null + deletionGracePeriodSeconds: -6486445241316991261 + finalizers: + - "471" + generateName: "460" + generation: -5107762106575809276 + labels: + "464": "465" + managedFields: + - apiVersion: "474" + fieldsType: "475" + manager: "473" + operation: 壛ĐíEd楗鱶镖喗vȥ + name: "459" + namespace: "461" + ownerReferences: + - apiVersion: "468" + blockOwnerDeletion: false + controller: true + kind: "469" + name: "470" + uid: /nēɅĀ埰ʀł!U詨nj1ýǝ + resourceVersion: "8285629342346774721" + selfLink: "462" + uid: S誖Śs垦Ȋ髴T唼=`朇c + spec: + accessModes: + - Y斩I儑瓔¯ + dataSource: + apiGroup: "484" + kind: "485" + name: "486" + resources: + limits: + 涟雒驭堣Qwn:Ʋå譥a超: "19" + requests: + ª韷v简3VǢɾ纤ą¨?ɣ蔫椁Ȕ: "368" + selector: + matchExpressions: + - key: vUK_-.j21---__y.9O.L-.m.3--4 + operator: In + values: + - 37u-h---dY7_M_-._M52 + matchLabels: + ? k--13lk5-e4-u-5kvp-----887j72qz6-7d84-1f396h82----23-6b77f.mgi7-2je7zjt0pp-x0r2gd---yn1/7_._qN__A_f_-B3_U__L.KH6K.RwsfI_2-_20_9.5 + : 8_B-ks7dx + storageClassName: "483" + volumeMode: '''降\4)ȳɍǟm{煰œ憼' + volumeName: "482" + status: + accessModes: + - èƾ竒决瘛Ǫǵ + capacity: + Ǧ澵貛香"砻B鷋: "578" + conditions: + - lastProbeTime: "2230-04-25T02:33:53Z" + lastTransitionTime: "2843-07-14T02:23:26Z" + message: "488" + reason: "487" + status: WU=ȑ-A敲ʉ2腠梊 + type: '|nET¬%ȎdžĤɂR湛' + phase: ʌ槧ą°Z拕獘:pȚ\猫ï卒ú +status: + collisionCount: 1955001098 + conditions: + - lastTransitionTime: "2209-03-11T07:19:12Z" + message: "493" + reason: "492" + status: 觇ƒ幦ų勏Y9=ȳB鼲糰E + type: ;"薑Ȣ#闬輙怀¹bCũw¼ ǫđ槴Ċ + currentReplicas: 1539090224 + currentRevision: "490" + observedGeneration: 4142968120221896284 + readyReplicas: -702578810 + replicas: 1576197985 + updateRevision: "491" + updatedReplicas: -855944448 diff --git a/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta2.DaemonSet.after_roundtrip.json b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta2.DaemonSet.after_roundtrip.json new file mode 100644 index 00000000000..63a3405d882 --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta2.DaemonSet.after_roundtrip.json @@ -0,0 +1,1496 @@ +{ + "kind": "DaemonSet", + "apiVersion": "apps/v1beta2", + "metadata": { + "name": "2", + "generateName": "3", + "namespace": "4", + "selfLink": "5", + "uid": "7", + "resourceVersion": "11042405498087606203", + "generation": 8071137005907523419, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -4955867275792137171, + "labels": { + "7": "8" + }, + "annotations": { + "9": "10" + }, + "ownerReferences": [ + { + "apiVersion": "11", + "kind": "12", + "name": "13", + "uid": "Dz廔ȇ{sŊƏp", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "14" + ], + "clusterName": "15", + "managedFields": [ + { + "manager": "16", + "operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]", + "apiVersion": "17", + "fieldsType": "18" + } + ] + }, + "spec": { + "selector": { + "matchLabels": { + "8---jop9641lg.p-g8c2-k-912e5-c-e63-n-3n/E9.8ThjT9s-j41-0-6p-JFHn7y-74.-0MUORQQ.N2.3": "68._bQw.-dG6c-.6--_x.--0wmZk1_8._3s_-_Bq.m_4" + }, + "matchExpressions": [ + { + "key": "p503---477-49p---o61---4fy--9---7--9-9s-0-u5lj2--10pq-0-7-9-2-0/fP81.-.9Vdx.TB_M-H_5_.t..bG0", + "operator": "In", + "values": [ + "D07.a_.y_y_o0_5qN2_---_M.N_._a6.9bHjdH.-.5_.I8__n" + ] + } + ] + }, + "template": { + "metadata": { + "name": "25", + "generateName": "26", + "namespace": "27", + "selfLink": "28", + "uid": "TʡȂŏ{sǡƟ", + "resourceVersion": "1698285396218902212", + "generation": -4139900758039117471, + "creationTimestamp": null, + "deletionGracePeriodSeconds": 7534629739119643351, + "labels": { + "30": "31" + }, + "annotations": { + "32": "33" + }, + "ownerReferences": [ + { + "apiVersion": "34", + "kind": "35", + "name": "36", + "uid": "^", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "37" + ], + "clusterName": "38", + "managedFields": [ + { + "manager": "39", + "operation": "ĪȸŹăȲϤĦʅ芝", + "apiVersion": "40", + "fieldsType": "41" + } + ] + }, + "spec": { + "volumes": [ + { + "name": "42", + "hostPath": { + "path": "43", + "type": "" + }, + "emptyDir": { + "medium": "ɹ坼É/pȿ", + "sizeLimit": "804" + }, + "gcePersistentDisk": { + "pdName": "44", + "fsType": "45", + "partition": -1318752360 + }, + "awsElasticBlockStore": { + "volumeID": "46", + "fsType": "47", + "partition": -2007808768 + }, + "gitRepo": { + "repository": "48", + "revision": "49", + "directory": "50" + }, + "secret": { + "secretName": "51", + "items": [ + { + "key": "52", + "path": "53", + "mode": 228756891 + } + ], + "defaultMode": 1233814916, + "optional": false + }, + "nfs": { + "server": "54", + "path": "55", + "readOnly": true + }, + "iscsi": { + "targetPortal": "56", + "iqn": "57", + "lun": 408756018, + "iscsiInterface": "58", + "fsType": "59", + "readOnly": true, + "portals": [ + "60" + ], + "chapAuthDiscovery": true, + "chapAuthSession": true, + "secretRef": { + "name": "61" + }, + "initiatorName": "62" + }, + "glusterfs": { + "endpoints": "63", + "path": "64" + }, + "persistentVolumeClaim": { + "claimName": "65", + "readOnly": true + }, + "rbd": { + "monitors": [ + "66" + ], + "image": "67", + "fsType": "68", + "pool": "69", + "user": "70", + "keyring": "71", + "secretRef": { + "name": "72" + }, + "readOnly": true + }, + "flexVolume": { + "driver": "73", + "fsType": "74", + "secretRef": { + "name": "75" + }, + "readOnly": true, + "options": { + "76": "77" + } + }, + "cinder": { + "volumeID": "78", + "fsType": "79", + "secretRef": { + "name": "80" + } + }, + "cephfs": { + "monitors": [ + "81" + ], + "path": "82", + "user": "83", + "secretFile": "84", + "secretRef": { + "name": "85" + } + }, + "flocker": { + "datasetName": "86", + "datasetUUID": "87" + }, + "downwardAPI": { + "items": [ + { + "path": "88", + "fieldRef": { + "apiVersion": "89", + "fieldPath": "90" + }, + "resourceFieldRef": { + "containerName": "91", + "resource": "92", + "divisor": "915" + }, + "mode": -1768075156 + } + ], + "defaultMode": -868808281 + }, + "fc": { + "targetWWNs": [ + "93" + ], + "lun": 570501002, + "fsType": "94", + "wwids": [ + "95" + ] + }, + "azureFile": { + "secretName": "96", + "shareName": "97", + "readOnly": true + }, + "configMap": { + "name": "98", + "items": [ + { + "key": "99", + "path": "100", + "mode": 2020789772 + } + ], + "defaultMode": 952979935, + "optional": false + }, + "vsphereVolume": { + "volumePath": "101", + "fsType": "102", + "storagePolicyName": "103", + "storagePolicyID": "104" + }, + "quobyte": { + "registry": "105", + "volume": "106", + "user": "107", + "group": "108", + "tenant": "109" + }, + "azureDisk": { + "diskName": "110", + "diskURI": "111", + "cachingMode": "k ź贩j瀉ǚrǜnh0åȂ", + "fsType": "112", + "readOnly": false, + "kind": "nj揠8lj黳鈫ʕ禒Ƙá腿ħ缶" + }, + "photonPersistentDisk": { + "pdID": "113", + "fsType": "114" + }, + "projected": { + "sources": [ + { + "secret": { + "name": "115", + "items": [ + { + "key": "116", + "path": "117", + "mode": 675406340 + } + ], + "optional": false + }, + "downwardAPI": { + "items": [ + { + "path": "118", + "fieldRef": { + "apiVersion": "119", + "fieldPath": "120" + }, + "resourceFieldRef": { + "containerName": "121", + "resource": "122", + "divisor": "461" + }, + "mode": -1618937335 + } + ] + }, + "configMap": { + "name": "123", + "items": [ + { + "key": "124", + "path": "125", + "mode": -1126738259 + } + ], + "optional": true + }, + "serviceAccountToken": { + "audience": "126", + "expirationSeconds": -6345861634934949644, + "path": "127" + } + } + ], + "defaultMode": 480521693 + }, + "portworxVolume": { + "volumeID": "128", + "fsType": "129" + }, + "scaleIO": { + "gateway": "130", + "system": "131", + "secretRef": { + "name": "132" + }, + "sslEnabled": true, + "protectionDomain": "133", + "storagePool": "134", + "storageMode": "135", + "volumeName": "136", + "fsType": "137" + }, + "storageos": { + "volumeName": "138", + "volumeNamespace": "139", + "fsType": "140", + "secretRef": { + "name": "141" + } + }, + "csi": { + "driver": "142", + "readOnly": true, + "fsType": "143", + "volumeAttributes": { + "144": "145" + }, + "nodePublishSecretRef": { + "name": "146" + } + }, + "ephemeral": { + "volumeClaimTemplate": { + "metadata": { + "name": "147", + "generateName": "148", + "namespace": "149", + "selfLink": "150", + "uid": "溟ɴ扵閝ȝ鐵儣廡ɑ龫`劳\u0026¼", + "resourceVersion": "1248703441945830579", + "generation": 3849874053153949822, + "creationTimestamp": null, + "deletionGracePeriodSeconds": 2974444584632416014, + "labels": { + "152": "153" + }, + "annotations": { + "154": "155" + }, + "ownerReferences": [ + { + "apiVersion": "156", + "kind": "157", + "name": "158", + "uid": "oɘ檲ɨ銦妰黖ȓ", + "controller": true, + "blockOwnerDeletion": false + } + ], + "finalizers": [ + "159" + ], + "clusterName": "160", + "managedFields": [ + { + "manager": "161", + "operation": "獵偐ę腬瓷碑=ɉ鎷卩蝾H韹寬娬ï瓼", + "apiVersion": "162", + "fieldsType": "163" + } + ] + }, + "spec": { + "accessModes": [ + "酃=6}ɡŇƉ立hdz緄Ú|dk_瀹鞎" + ], + "selector": { + "matchLabels": { + "o-03-t-0-035--5b95w------4-n4f--139-295at-o7qff2/v2.-_-8wE._._3.-.83_iq_-y.-25C.A-j..9dfn38": "m_zm-.-_RJt2pX_2_28.6" + }, + "matchExpressions": [ + { + "key": "Wik_--DSXr.n-A9..9__Y-H-Mqpt._.-_..051", + "operator": "DoesNotExist" + } + ] + }, + "resources": { + "limits": { + "âĺɗŹ倗S晒嶗UÐ_ƮA攤/ɸɎ ": "648" + }, + "requests": { + "鴒翁杙Ŧ癃8鸖ɱJȉ罴ņ螡": "212" + } + }, + "volumeName": "170", + "storageClassName": "171", + "volumeMode": "dz娝嘚庎D}埽uʎȺ眖R#yV'WK", + "dataSource": { + "apiGroup": "172", + "kind": "173", + "name": "174" + } + } + } + } + } + ], + "initContainers": [ + { + "name": "175", + "image": "176", + "command": [ + "177" + ], + "args": [ + "178" + ], + "workingDir": "179", + "ports": [ + { + "name": "180", + "hostPort": 852780575, + "containerPort": -1252938503, + "protocol": "Opwǩ曬逴褜1ØœȠƬQg鄠", + "hostIP": "181" + } + ], + "envFrom": [ + { + "prefix": "182", + "configMapRef": { + "name": "183", + "optional": false + }, + "secretRef": { + "name": "184", + "optional": false + } + } + ], + "env": [ + { + "name": "185", + "value": "186", + "valueFrom": { + "fieldRef": { + "apiVersion": "187", + "fieldPath": "188" + }, + "resourceFieldRef": { + "containerName": "189", + "resource": "190", + "divisor": "139" + }, + "configMapKeyRef": { + "name": "191", + "key": "192", + "optional": true + }, + "secretKeyRef": { + "name": "193", + "key": "194", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "LĹ]佱¿\u003e犵殇ŕ-Ɂ圯W:ĸ輦唊": "807" + }, + "requests": { + "嚧ʣq埄": "936" + } + }, + "volumeMounts": [ + { + "name": "195", + "mountPath": "196", + "subPath": "197", + "mountPropagation": "#嬀ơŸ8T 苧yñKJɐ扵Gƚ绤f", + "subPathExpr": "198" + } + ], + "volumeDevices": [ + { + "name": "199", + "devicePath": "200" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "201" + ] + }, + "httpGet": { + "path": "202", + "port": "203", + "host": "204", + "scheme": "u|榝$î.Ȏ蝪ʜ5遰=E埄Ȁ", + "httpHeaders": [ + { + "name": "205", + "value": "206" + } + ] + }, + "tcpSocket": { + "port": 1714588921, + "host": "207" + }, + "initialDelaySeconds": -1246371817, + "timeoutSeconds": 617318981, + "periodSeconds": 432291364, + "successThreshold": 676578360, + "failureThreshold": -552281772 + }, + "readinessProbe": { + "exec": { + "command": [ + "208" + ] + }, + "httpGet": { + "path": "209", + "port": 1777326813, + "host": "210", + "scheme": "ǟi\u0026皥贸碔lNKƙ順\\E¦", + "httpHeaders": [ + { + "name": "211", + "value": "212" + } + ] + }, + "tcpSocket": { + "port": "213", + "host": "214" + }, + "initialDelaySeconds": 1868887309, + "timeoutSeconds": -528664199, + "periodSeconds": -316996074, + "successThreshold": 1933968533, + "failureThreshold": 549215478 + }, + "startupProbe": { + "exec": { + "command": [ + "215" + ] + }, + "httpGet": { + "path": "216", + "port": -374766088, + "host": "217", + "scheme": "翜舞拉Œ", + "httpHeaders": [ + { + "name": "218", + "value": "219" + } + ] + }, + "tcpSocket": { + "port": "220", + "host": "221" + }, + "initialDelaySeconds": -190183379, + "timeoutSeconds": -940334911, + "periodSeconds": -341287812, + "successThreshold": 2030115750, + "failureThreshold": 1847163341 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "222" + ] + }, + "httpGet": { + "path": "223", + "port": -816630929, + "host": "224", + "httpHeaders": [ + { + "name": "225", + "value": "226" + } + ] + }, + "tcpSocket": { + "port": 1965273344, + "host": "227" + } + }, + "preStop": { + "exec": { + "command": [ + "228" + ] + }, + "httpGet": { + "path": "229", + "port": "230", + "host": "231", + "scheme": "SÄ蚃ɣľ)酊龨δ摖ȱğ_\u003c", + "httpHeaders": [ + { + "name": "232", + "value": "233" + } + ] + }, + "tcpSocket": { + "port": -385597677, + "host": "234" + } + } + }, + "terminationMessagePath": "235", + "terminationMessagePolicy": "橈'", + "imagePullPolicy": "Ɖ飴ɎiǨ", + "securityContext": { + "capabilities": { + "add": [ + "ǵɐ鰥Z" + ], + "drop": [ + "´DÒȗÔÂɘɢ鬍熖B芭花ª瘡" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "236", + "role": "237", + "type": "238", + "level": "239" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "240", + "gmsaCredentialSpec": "241", + "runAsUserName": "242" + }, + "runAsUser": -1666202510534940446, + "runAsGroup": 2823592889848840099, + "runAsNonRoot": false, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "ƲǦŐnj汰", + "seccompProfile": { + "type": "ŕİi騎C", + "localhostProfile": "243" + } + }, + "tty": true + } + ], + "containers": [ + { + "name": "244", + "image": "245", + "command": [ + "246" + ], + "args": [ + "247" + ], + "workingDir": "248", + "ports": [ + { + "name": "249", + "hostPort": -57730414, + "containerPort": -852140121, + "protocol": "ȣ±p", + "hostIP": "250" + } + ], + "envFrom": [ + { + "prefix": "251", + "configMapRef": { + "name": "252", + "optional": true + }, + "secretRef": { + "name": "253", + "optional": true + } + } + ], + "env": [ + { + "name": "254", + "value": "255", + "valueFrom": { + "fieldRef": { + "apiVersion": "256", + "fieldPath": "257" + }, + "resourceFieldRef": { + "containerName": "258", + "resource": "259", + "divisor": "277" + }, + "configMapKeyRef": { + "name": "260", + "key": "261", + "optional": true + }, + "secretKeyRef": { + "name": "262", + "key": "263", + "optional": true + } + } + } + ], + "resources": { + "limits": { + "斩ìh4ɊHȖ|ʐşƧ諔迮ƙIJ": "850" + }, + "requests": { + "jʒǚ鍰\\縑ɀ撑¼蠾8餑噭Dµ": "635" + } + }, + "volumeMounts": [ + { + "name": "264", + "mountPath": "265", + "subPath": "266", + "mountPropagation": "衷,ƷƣMț譎懚", + "subPathExpr": "267" + } + ], + "volumeDevices": [ + { + "name": "268", + "devicePath": "269" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "270" + ] + }, + "httpGet": { + "path": "271", + "port": 872525702, + "host": "272", + "scheme": "ay", + "httpHeaders": [ + { + "name": "273", + "value": "274" + } + ] + }, + "tcpSocket": { + "port": "275", + "host": "276" + }, + "initialDelaySeconds": 628632965, + "timeoutSeconds": 552654052, + "periodSeconds": -1396197931, + "successThreshold": -1114385515, + "failureThreshold": 2144856253 + }, + "readinessProbe": { + "exec": { + "command": [ + "277" + ] + }, + "httpGet": { + "path": "278", + "port": -1186720090, + "host": "279", + "scheme": "增猍ǵ xǨŴ壶ƵfȽÃ茓pȓɻ", + "httpHeaders": [ + { + "name": "280", + "value": "281" + } + ] + }, + "tcpSocket": { + "port": "282", + "host": "283" + }, + "initialDelaySeconds": 1737172479, + "timeoutSeconds": -767058113, + "periodSeconds": 1223564938, + "successThreshold": 1241693652, + "failureThreshold": 1803882645 + }, + "startupProbe": { + "exec": { + "command": [ + "284" + ] + }, + "httpGet": { + "path": "285", + "port": "286", + "host": "287", + "scheme": "賞ǧĒzŔ瘍N", + "httpHeaders": [ + { + "name": "288", + "value": "289" + } + ] + }, + "tcpSocket": { + "port": -531787516, + "host": "290" + }, + "initialDelaySeconds": 2073630689, + "timeoutSeconds": -830875556, + "periodSeconds": -1395144116, + "successThreshold": -684167223, + "failureThreshold": -751455207 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "291" + ] + }, + "httpGet": { + "path": "292", + "port": "293", + "host": "294", + "scheme": "磉反", + "httpHeaders": [ + { + "name": "295", + "value": "296" + } + ] + }, + "tcpSocket": { + "port": -313085430, + "host": "297" + } + }, + "preStop": { + "exec": { + "command": [ + "298" + ] + }, + "httpGet": { + "path": "299", + "port": 413903479, + "host": "300", + "scheme": "ɛ棕ƈ眽炊礫Ƽ¨Ix糂", + "httpHeaders": [ + { + "name": "301", + "value": "302" + } + ] + }, + "tcpSocket": { + "port": "303", + "host": "304" + } + } + }, + "terminationMessagePath": "305", + "terminationMessagePolicy": "ǚŜEuEy竬ʆɞ", + "imagePullPolicy": "焬CQm坊柩", + "securityContext": { + "capabilities": { + "add": [ + "[ƕƑĝ®EĨǔvÄÚ" + ], + "drop": [ + "p鬷m罂o3ǰ廋i乳'" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "306", + "role": "307", + "type": "308", + "level": "309" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "310", + "gmsaCredentialSpec": "311", + "runAsUserName": "312" + }, + "runAsUser": 2506229153551047343, + "runAsGroup": 3258181973067899469, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": false, + "procMount": "蠲$ɛ溢臜裡", + "seccompProfile": { + "type": "銵-紑浘牬釼aTG", + "localhostProfile": "313" + } + }, + "stdin": true + } + ], + "ephemeralContainers": [ + { + "name": "314", + "image": "315", + "command": [ + "316" + ], + "args": [ + "317" + ], + "workingDir": "318", + "ports": [ + { + "name": "319", + "hostPort": -92253969, + "containerPort": 243566659, + "protocol": "×DJɶ羹ƞʓ%ʝ`ǭ躌ñ?卶滿筇", + "hostIP": "320" + } + ], + "envFrom": [ + { + "prefix": "321", + "configMapRef": { + "name": "322", + "optional": false + }, + "secretRef": { + "name": "323", + "optional": true + } + } + ], + "env": [ + { + "name": "324", + "value": "325", + "valueFrom": { + "fieldRef": { + "apiVersion": "326", + "fieldPath": "327" + }, + "resourceFieldRef": { + "containerName": "328", + "resource": "329", + "divisor": "574" + }, + "configMapKeyRef": { + "name": "330", + "key": "331", + "optional": true + }, + "secretKeyRef": { + "name": "332", + "key": "333", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "ĭ$": "530" + }, + "requests": { + "«V¯ÁȦtl敷": "698" + } + }, + "volumeMounts": [ + { + "name": "334", + "mountPath": "335", + "subPath": "336", + "mountPropagation": "Ű藛b磾sYȠ繽敮ǰ", + "subPathExpr": "337" + } + ], + "volumeDevices": [ + { + "name": "338", + "devicePath": "339" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "340" + ] + }, + "httpGet": { + "path": "341", + "port": 731136838, + "host": "342", + "scheme": "繡旹翃ɾ氒ĺʈʫ羶剹Ɗ", + "httpHeaders": [ + { + "name": "343", + "value": "344" + } + ] + }, + "tcpSocket": { + "port": -183458945, + "host": "345" + }, + "initialDelaySeconds": -1223327585, + "timeoutSeconds": -99080494, + "periodSeconds": -1531582553, + "successThreshold": 1474671869, + "failureThreshold": 1471419756 + }, + "readinessProbe": { + "exec": { + "command": [ + "346" + ] + }, + "httpGet": { + "path": "347", + "port": 892837330, + "host": "348", + "scheme": "気Ƀ秮ò", + "httpHeaders": [ + { + "name": "349", + "value": "350" + } + ] + }, + "tcpSocket": { + "port": "351", + "host": "352" + }, + "initialDelaySeconds": -1649234654, + "timeoutSeconds": -263708518, + "periodSeconds": 541943046, + "successThreshold": 1502194981, + "failureThreshold": 1447996588 + }, + "startupProbe": { + "exec": { + "command": [ + "353" + ] + }, + "httpGet": { + "path": "354", + "port": "355", + "host": "356", + "scheme": "đ\u003e*劶?", + "httpHeaders": [ + { + "name": "357", + "value": "358" + } + ] + }, + "tcpSocket": { + "port": -176877925, + "host": "359" + }, + "initialDelaySeconds": 1008425444, + "timeoutSeconds": -821592382, + "periodSeconds": 1678953375, + "successThreshold": 1045190247, + "failureThreshold": 1805682547 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "360" + ] + }, + "httpGet": { + "path": "361", + "port": 1767555420, + "host": "362", + "scheme": "e", + "httpHeaders": [ + { + "name": "363", + "value": "364" + } + ] + }, + "tcpSocket": { + "port": "365", + "host": "366" + } + }, + "preStop": { + "exec": { + "command": [ + "367" + ] + }, + "httpGet": { + "path": "368", + "port": -1452767599, + "host": "369", + "scheme": " 瞍髃#ɣȕ", + "httpHeaders": [ + { + "name": "370", + "value": "371" + } + ] + }, + "tcpSocket": { + "port": "372", + "host": "373" + } + } + }, + "terminationMessagePath": "374", + "terminationMessagePolicy": "s梊ɥʋăƻ遲njlȘ鹾K", + "imagePullPolicy": "O_h盌3+Œ9两@8Byß讪Ă2", + "securityContext": { + "capabilities": { + "add": [ + "m葰賦迾娙ƴ4虵p蓋沥7uPƒw©ɴĶ" + ], + "drop": [ + "" + ] + }, + "privileged": true, + "seLinuxOptions": { + "user": "375", + "role": "376", + "type": "377", + "level": "378" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "379", + "gmsaCredentialSpec": "380", + "runAsUserName": "381" + }, + "runAsUser": 6816267869367451869, + "runAsGroup": 9111865674949727136, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": false, + "procMount": "Ř筿", + "seccompProfile": { + "type": "5Ų買霎ȃň[\u003eą S", + "localhostProfile": "382" + } + }, + "stdinOnce": true, + "targetContainerName": "383" + } + ], + "restartPolicy": "'呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG", + "terminationGracePeriodSeconds": -155552760352472950, + "activeDeadlineSeconds": 7109959542220202422, + "dnsPolicy": "#t(ȗŜŲ\u0026洪y儕l", + "nodeSelector": { + "384": "385" + }, + "serviceAccountName": "386", + "serviceAccount": "387", + "automountServiceAccountToken": false, + "nodeName": "388", + "hostNetwork": true, + "hostIPC": true, + "shareProcessNamespace": false, + "securityContext": { + "seLinuxOptions": { + "user": "389", + "role": "390", + "type": "391", + "level": "392" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "393", + "gmsaCredentialSpec": "394", + "runAsUserName": "395" + }, + "runAsUser": 4841944355356012825, + "runAsGroup": -4962946920772050319, + "runAsNonRoot": true, + "supplementalGroups": [ + 5695420257629724684 + ], + "fsGroup": -4548866432246561416, + "sysctls": [ + { + "name": "396", + "value": "397" + } + ], + "fsGroupChangePolicy": "Ð扬", + "seccompProfile": { + "type": "惍EʦŊĊ娮rȧ", + "localhostProfile": "398" + } + }, + "imagePullSecrets": [ + { + "name": "399" + } + ], + "hostname": "400", + "subdomain": "401", + "affinity": { + "nodeAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": { + "nodeSelectorTerms": [ + { + "matchExpressions": [ + { + "key": "402", + "operator": "ɳ礬.b屏ɧeʫį淓¯Ą0", + "values": [ + "403" + ] + } + ], + "matchFields": [ + { + "key": "404", + "operator": "鮽ǍJB膾扉A­1襏櫯³£h刪q塨", + "values": [ + "405" + ] + } + ] + } + ] + }, + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -177041290, + "preference": { + "matchExpressions": [ + { + "key": "406", + "operator": "聧扈4ƫZ", + "values": [ + "407" + ] + } + ], + "matchFields": [ + { + "key": "408", + "operator": " ɲ±", + "values": [ + "409" + ] + } + ] + } + } + ] + }, + "podAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "p_N-1": "O-BZ..6-1.S-B3_.b7" + }, + "matchExpressions": [ + { + "key": "1rhm-5y--z-0/5eQ9", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "416" + ], + "topologyKey": "417" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -2092358209, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "nn093-pi-9o-l4-vo5byp8q-sf1--gw-jz/F_06.eqk5L": "3zHw.H__V.Vz_6.Hz_V_.r_v_._e_7" + }, + "matchExpressions": [ + { + "key": "yps4483-o--3f1p7--43nw-l-x18mtb/mLlx...w_t-_.5.40Rw4gD.._.-x6db-L7.-__-G_2kCpH", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "424" + ], + "topologyKey": "425" + } + } + ] + }, + "podAntiAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "H1_-ODgC_1-_8__T3sn-0_.i__a.O2G_-_K-0": "8mp.-10KkQ-R_R.-.--4_IT_O__3.5h_XC0_-7.-hj-O" + }, + "matchExpressions": [ + { + "key": "I.4_W_-_-7Tp_.---c", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "432" + ], + "topologyKey": "433" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -1084136601, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "6n-f-x--i-b/K_BM.6-.Y_72-_--pT75-.emV__1-wv3UDf.4": "2_uGGP..-_N_h_4Hl-X0_2--__4K..-68-7l" + }, + "matchExpressions": [ + { + "key": "2--4-r4p--w1k8--y.e2-08vc--4-7hdum1-f-7-k8q/YD-Q9_-__..YNFu7Pg-.814e-_07-ht-E6___-X__H.-39-A_-_l67Q.-t", + "operator": "NotIn", + "values": [ + "Oep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o..p_B-d--Q2" + ] + } + ] + }, + "namespaces": [ + "440" + ], + "topologyKey": "441" + } + } + ] + } + }, + "schedulerName": "442", + "tolerations": [ + { + "key": "443", + "operator": "Ž彙pg稠氦Ņs", + "value": "444", + "effect": "ưg", + "tolerationSeconds": 7158818521862381855 + } + ], + "hostAliases": [ + { + "ip": "445", + "hostnames": [ + "446" + ] + } + ], + "priorityClassName": "447", + "priority": 197024033, + "dnsConfig": { + "nameservers": [ + "448" + ], + "searches": [ + "449" + ], + "options": [ + { + "name": "450", + "value": "451" + } + ] + }, + "readinessGates": [ + { + "conditionType": "" + } + ], + "runtimeClassName": "452", + "enableServiceLinks": false, + "preemptionPolicy": "礗渶", + "overhead": { + "[IŚȆĸsǞÃ+?Ď筌ʨ:": "664" + }, + "topologySpreadConstraints": [ + { + "maxSkew": -918148948, + "topologyKey": "453", + "whenUnsatisfiable": "亪鸑躓1Ǐ詁Ȟ鮩ĺJCuɖc", + "labelSelector": { + "matchLabels": { + "cg-w2q76.6-7w-tdt-u-0----p6l-3-znd-8b-dg--1035ad1o-d-6-bk81-3s/s-g__.2": "3N_.n1.--.._-x_4..u2-__3uM77U7._pT-___-_5-6h_K7" + }, + "matchExpressions": [ + { + "key": "37-ufi-q7u0ux-qv4kd-36---9-d-6s83--r-vkm.8fmt4272r--49u-0m7u-----v---4b---h-wyux--4t7k--e--x--3/fdw.3-._CJ4a1._-_CH-6", + "operator": "DoesNotExist" + } + ] + } + } + ], + "setHostnameAsFQDN": true + } + }, + "updateStrategy": { + "type": "翘ǼZ熝Ʊ宷泐ɻvŰ`Ǧɝ憑ǖ菐u", + "rollingUpdate": { + "maxUnavailable": 2 + } + }, + "minReadySeconds": -985724127, + "revisionHistoryLimit": 2137111260 + }, + "status": { + "currentNumberScheduled": 408491268, + "numberMisscheduled": -1833348558, + "desiredNumberScheduled": 1883709155, + "numberReady": 484752614, + "observedGeneration": 3359608726763190142, + "updatedNumberScheduled": 1401559245, + "numberAvailable": -406189540, + "numberUnavailable": -2095625968, + "collisionCount": 223996911, + "conditions": [ + { + "type": "Y囙邵鄨o鷺ɷ裝TG奟cõ乨厰ʚ±", + "status": "楗鱶镖喗vȥ倉螆ȨX\u003e,«ɒó", + "lastTransitionTime": "2480-06-05T07:37:49Z", + "reason": "460", + "message": "461" + } + ] + } +} \ No newline at end of file diff --git a/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta2.DaemonSet.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta2.DaemonSet.after_roundtrip.pb new file mode 100644 index 0000000000000000000000000000000000000000..a158f1b0f3e57f79e71a240b532508ed46a36a48 GIT binary patch literal 7240 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ą S + windowsOptions: + gmsaCredentialSpec: "380" + gmsaCredentialSpecName: "379" + runAsUserName: "381" + startupProbe: + exec: + command: + - "353" + failureThreshold: 1805682547 + httpGet: + host: "356" + httpHeaders: + - name: "357" + value: "358" + path: "354" + port: "355" + scheme: đ>*劶? + initialDelaySeconds: 1008425444 + periodSeconds: 1678953375 + successThreshold: 1045190247 + tcpSocket: + host: "359" + port: -176877925 + timeoutSeconds: -821592382 + stdinOnce: true + targetContainerName: "383" + terminationMessagePath: "374" + terminationMessagePolicy: s梊ɥʋăƻ遲njlȘ鹾K + volumeDevices: + - devicePath: "339" + name: "338" + volumeMounts: + - mountPath: "335" + mountPropagation: Ű藛b磾sYȠ繽敮ǰ + name: "334" + subPath: "336" + subPathExpr: "337" + workingDir: "318" + hostAliases: + - hostnames: + - "446" + ip: "445" + hostIPC: true + hostNetwork: true + hostname: "400" + imagePullSecrets: + - name: "399" + initContainers: + - args: + - "178" + command: + - "177" + env: + - name: "185" + value: "186" + valueFrom: + configMapKeyRef: + key: "192" + name: "191" + optional: true + fieldRef: + apiVersion: "187" + fieldPath: "188" + resourceFieldRef: + containerName: "189" + divisor: "139" + resource: "190" + secretKeyRef: + key: "194" + name: "193" + optional: false + envFrom: + - configMapRef: + name: "183" + optional: false + prefix: "182" + secretRef: + name: "184" + optional: false + image: "176" + imagePullPolicy: Ɖ飴ɎiǨ + lifecycle: + postStart: + exec: + command: + - "222" + httpGet: + host: "224" + httpHeaders: + - name: "225" + value: "226" + path: "223" + port: -816630929 + tcpSocket: + host: "227" + port: 1965273344 + preStop: + exec: + command: + - "228" + httpGet: + host: "231" + httpHeaders: + - name: "232" + value: "233" + path: "229" + port: "230" + scheme: SÄ蚃ɣľ)酊龨δ摖ȱğ_< + tcpSocket: + host: "234" + port: -385597677 + livenessProbe: + exec: + command: + - "201" + failureThreshold: -552281772 + httpGet: + host: "204" + httpHeaders: + - name: "205" + value: "206" + path: "202" + port: "203" + scheme: u|榝$î.Ȏ蝪ʜ5遰=E埄Ȁ + initialDelaySeconds: -1246371817 + periodSeconds: 432291364 + successThreshold: 676578360 + tcpSocket: + host: "207" + port: 1714588921 + timeoutSeconds: 617318981 + name: "175" + ports: + - containerPort: -1252938503 + hostIP: "181" + hostPort: 852780575 + name: "180" + protocol: Opwǩ曬逴褜1ØœȠƬQg鄠 + readinessProbe: + exec: + command: + - "208" + failureThreshold: 549215478 + httpGet: + host: "210" + httpHeaders: + - name: "211" + value: "212" + path: "209" + port: 1777326813 + scheme: ǟi&皥贸碔lNKƙ順\E¦ + initialDelaySeconds: 1868887309 + periodSeconds: -316996074 + successThreshold: 1933968533 + tcpSocket: + host: "214" + port: "213" + timeoutSeconds: -528664199 + resources: + limits: + LĹ]佱¿>犵殇ŕ-Ɂ圯W:ĸ輦唊: "807" + requests: + 嚧ʣq埄: "936" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - ǵɐ鰥Z + drop: + - ´DÒȗÔÂɘɢ鬍熖B芭花ª瘡 + privileged: false + procMount: ƲǦŐnj汰 + readOnlyRootFilesystem: true + runAsGroup: 2823592889848840099 + runAsNonRoot: false + runAsUser: -1666202510534940446 + seLinuxOptions: + level: "239" + role: "237" + type: "238" + user: "236" + seccompProfile: + localhostProfile: "243" + type: ŕİi騎C + windowsOptions: + gmsaCredentialSpec: "241" + gmsaCredentialSpecName: "240" + runAsUserName: "242" + startupProbe: + exec: + command: + - "215" + failureThreshold: 1847163341 + httpGet: + host: "217" + httpHeaders: + - name: "218" + value: "219" + path: "216" + port: -374766088 + scheme: 翜舞拉Œ + initialDelaySeconds: -190183379 + periodSeconds: -341287812 + successThreshold: 2030115750 + tcpSocket: + host: "221" + port: "220" + timeoutSeconds: -940334911 + terminationMessagePath: "235" + terminationMessagePolicy: 橈' + tty: true + volumeDevices: + - devicePath: "200" + name: "199" + volumeMounts: + - mountPath: "196" + mountPropagation: '#嬀ơŸ8T 苧yñKJɐ扵Gƚ绤f' + name: "195" + subPath: "197" + subPathExpr: "198" + workingDir: "179" + nodeName: "388" + nodeSelector: + "384": "385" + overhead: + '[IŚȆĸsǞÃ+?Ď筌ʨ:': "664" + preemptionPolicy: 礗渶 + priority: 197024033 + priorityClassName: "447" + readinessGates: + - conditionType: "" + restartPolicy: '''呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG' + runtimeClassName: "452" + schedulerName: "442" + securityContext: + fsGroup: -4548866432246561416 + fsGroupChangePolicy: Ð扬 + runAsGroup: -4962946920772050319 + runAsNonRoot: true + runAsUser: 4841944355356012825 + seLinuxOptions: + level: "392" + role: "390" + type: "391" + user: "389" + seccompProfile: + localhostProfile: "398" + type: 惍EʦŊĊ娮rȧ + supplementalGroups: + - 5695420257629724684 + sysctls: + - name: "396" + value: "397" + windowsOptions: + gmsaCredentialSpec: "394" + gmsaCredentialSpecName: "393" + runAsUserName: "395" + serviceAccount: "387" + serviceAccountName: "386" + setHostnameAsFQDN: true + shareProcessNamespace: false + subdomain: "401" + terminationGracePeriodSeconds: -155552760352472950 + tolerations: + - effect: ưg + key: "443" + operator: Ž彙pg稠氦Ņs + tolerationSeconds: 7158818521862381855 + value: "444" + topologySpreadConstraints: + - labelSelector: + matchExpressions: + - key: 37-ufi-q7u0ux-qv4kd-36---9-d-6s83--r-vkm.8fmt4272r--49u-0m7u-----v---4b---h-wyux--4t7k--e--x--3/fdw.3-._CJ4a1._-_CH-6 + operator: DoesNotExist + matchLabels: + cg-w2q76.6-7w-tdt-u-0----p6l-3-znd-8b-dg--1035ad1o-d-6-bk81-3s/s-g__.2: 3N_.n1.--.._-x_4..u2-__3uM77U7._pT-___-_5-6h_K7 + maxSkew: -918148948 + topologyKey: "453" + whenUnsatisfiable: 亪鸑躓1Ǐ詁Ȟ鮩ĺJCuɖc + volumes: + - awsElasticBlockStore: + fsType: "47" + partition: -2007808768 + volumeID: "46" + azureDisk: + cachingMode: k ź贩j瀉ǚrǜnh0åȂ + diskName: "110" + diskURI: "111" + fsType: "112" + kind: nj揠8lj黳鈫ʕ禒Ƙá腿ħ缶 + readOnly: false + azureFile: + readOnly: true + secretName: "96" + shareName: "97" + cephfs: + monitors: + - "81" + path: "82" + secretFile: "84" + secretRef: + name: "85" + user: "83" + cinder: + fsType: "79" + secretRef: + name: "80" + volumeID: "78" + configMap: + defaultMode: 952979935 + items: + - key: "99" + mode: 2020789772 + path: "100" + name: "98" + optional: false + csi: + driver: "142" + fsType: "143" + nodePublishSecretRef: + name: "146" + readOnly: true + volumeAttributes: + "144": "145" + downwardAPI: + defaultMode: -868808281 + items: + - fieldRef: + apiVersion: "89" + fieldPath: "90" + mode: -1768075156 + path: "88" + resourceFieldRef: + containerName: "91" + divisor: "915" + resource: "92" + emptyDir: + medium: ɹ坼É/pȿ + sizeLimit: "804" + ephemeral: + volumeClaimTemplate: + metadata: + annotations: + "154": "155" + clusterName: "160" + creationTimestamp: null + deletionGracePeriodSeconds: 2974444584632416014 + finalizers: + - "159" + generateName: "148" + generation: 3849874053153949822 + labels: + "152": "153" + managedFields: + - apiVersion: "162" + fieldsType: "163" + manager: "161" + operation: 獵偐ę腬瓷碑=ɉ鎷卩蝾H韹寬娬ï瓼 + name: "147" + namespace: "149" + ownerReferences: + - apiVersion: "156" + blockOwnerDeletion: false + controller: true + kind: "157" + name: "158" + uid: oɘ檲ɨ銦妰黖ȓ + resourceVersion: "1248703441945830579" + selfLink: "150" + uid: 溟ɴ扵閝ȝ鐵儣廡ɑ龫`劳&¼ + spec: + accessModes: + - 酃=6}ɡŇƉ立hdz緄Ú|dk_瀹鞎 + dataSource: + apiGroup: "172" + kind: "173" + name: "174" + resources: + limits: + 'âĺɗŹ倗S晒嶗UÐ_ƮA攤/ɸɎ ': "648" + requests: + 鴒翁杙Ŧ癃8鸖ɱJȉ罴ņ螡: "212" + selector: + matchExpressions: + - key: Wik_--DSXr.n-A9..9__Y-H-Mqpt._.-_..051 + operator: DoesNotExist + matchLabels: + o-03-t-0-035--5b95w------4-n4f--139-295at-o7qff2/v2.-_-8wE._._3.-.83_iq_-y.-25C.A-j..9dfn38: m_zm-.-_RJt2pX_2_28.6 + storageClassName: "171" + volumeMode: dz娝嘚庎D}埽uʎȺ眖R#yV'WK + volumeName: "170" + fc: + fsType: "94" + lun: 570501002 + targetWWNs: + - "93" + wwids: + - "95" + flexVolume: + driver: "73" + fsType: "74" + options: + "76": "77" + readOnly: true + secretRef: + name: "75" + flocker: + datasetName: "86" + datasetUUID: "87" + gcePersistentDisk: + fsType: "45" + partition: -1318752360 + pdName: "44" + gitRepo: + directory: "50" + repository: "48" + revision: "49" + glusterfs: + endpoints: "63" + path: "64" + hostPath: + path: "43" + type: "" + iscsi: + chapAuthDiscovery: true + chapAuthSession: true + fsType: "59" + initiatorName: "62" + iqn: "57" + iscsiInterface: "58" + lun: 408756018 + portals: + - "60" + readOnly: true + secretRef: + name: "61" + targetPortal: "56" + name: "42" + nfs: + path: "55" + readOnly: true + server: "54" + persistentVolumeClaim: + claimName: "65" + readOnly: true + photonPersistentDisk: + fsType: "114" + pdID: "113" + portworxVolume: + fsType: "129" + volumeID: "128" + projected: + defaultMode: 480521693 + sources: + - configMap: + items: + - key: "124" + mode: -1126738259 + path: "125" + name: "123" + optional: true + downwardAPI: + items: + - fieldRef: + apiVersion: "119" + fieldPath: "120" + mode: -1618937335 + path: "118" + resourceFieldRef: + containerName: "121" + divisor: "461" + resource: "122" + secret: + items: + - key: "116" + mode: 675406340 + path: "117" + name: "115" + optional: false + serviceAccountToken: + audience: "126" + expirationSeconds: -6345861634934949644 + path: "127" + quobyte: + group: "108" + registry: "105" + tenant: "109" + user: "107" + volume: "106" + rbd: + fsType: "68" + image: "67" + keyring: "71" + monitors: + - "66" + pool: "69" + readOnly: true + secretRef: + name: "72" + user: "70" + scaleIO: + fsType: "137" + gateway: "130" + protectionDomain: "133" + secretRef: + name: "132" + sslEnabled: true + storageMode: "135" + storagePool: "134" + system: "131" + volumeName: "136" + secret: + defaultMode: 1233814916 + items: + - key: "52" + mode: 228756891 + path: "53" + optional: false + secretName: "51" + storageos: + fsType: "140" + secretRef: + name: "141" + volumeName: "138" + volumeNamespace: "139" + vsphereVolume: + fsType: "102" + storagePolicyID: "104" + storagePolicyName: "103" + volumePath: "101" + updateStrategy: + rollingUpdate: + maxUnavailable: 2 + type: 翘ǼZ熝Ʊ宷泐ɻvŰ`Ǧɝ憑ǖ菐u +status: + collisionCount: 223996911 + conditions: + - lastTransitionTime: "2480-06-05T07:37:49Z" + message: "461" + reason: "460" + status: 楗鱶镖喗vȥ倉螆ȨX>,«ɒó + type: Y囙邵鄨o鷺ɷ裝TG奟cõ乨厰ʚ± + currentNumberScheduled: 408491268 + desiredNumberScheduled: 1883709155 + numberAvailable: -406189540 + numberMisscheduled: -1833348558 + numberReady: 484752614 + numberUnavailable: -2095625968 + observedGeneration: 3359608726763190142 + updatedNumberScheduled: 1401559245 diff --git a/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta2.Deployment.after_roundtrip.json b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta2.Deployment.after_roundtrip.json new file mode 100644 index 00000000000..f33a49452d8 --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta2.Deployment.after_roundtrip.json @@ -0,0 +1,1499 @@ +{ + "kind": "Deployment", + "apiVersion": "apps/v1beta2", + "metadata": { + "name": "2", + "generateName": "3", + "namespace": "4", + "selfLink": "5", + "uid": "7", + "resourceVersion": "11042405498087606203", + "generation": 8071137005907523419, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -4955867275792137171, + "labels": { + "7": "8" + }, + "annotations": { + "9": "10" + }, + "ownerReferences": [ + { + "apiVersion": "11", + "kind": "12", + "name": "13", + "uid": "Dz廔ȇ{sŊƏp", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "14" + ], + "clusterName": "15", + "managedFields": [ + { + "manager": "16", + "operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]", + "apiVersion": "17", + "fieldsType": "18" + } + ] + }, + "spec": { + "replicas": 896585016, + "selector": { + "matchLabels": { + "74404d5---g8c2-k-91e.y5-g--58----0683-b-w7ld-6cs06xj-x5yv0wm-k18/M_-Nx.N_6-___._-.-W._AAn---v_-5-_8LXj": "6-4_WE-_JTrcd-2.-__E_Sv__26KX_R_.-.Nth._--S_4DA_-5_-4lQ42M--1" + }, + "matchExpressions": [ + { + "key": "50-u--25cu87--r7p-w1e67-8pj5t-kl-v0q6b68--nu5oii38fn-8.629b-jd-8c45-0-8--6n--w0--w---196g8d--iv1-5--5ht-a-29--0qso796/3___47._49pIB_o61ISU4--A_.XK_._M99", + "operator": "Exists" + } + ] + }, + "template": { + "metadata": { + "name": "25", + "generateName": "26", + "namespace": "27", + "selfLink": "28", + "uid": "?Qȫş", + "resourceVersion": "1736621709629422270", + "generation": -8542870036622468681, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -2575298329142810753, + "labels": { + "30": "31" + }, + "annotations": { + "32": "33" + }, + "ownerReferences": [ + { + "apiVersion": "34", + "kind": "35", + "name": "36", + "uid": "ƶȤ^}", + "controller": true, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "37" + ], + "clusterName": "38", + "managedFields": [ + { + "manager": "39", + "operation": "躢", + "apiVersion": "40", + "fieldsType": "41" + } + ] + }, + "spec": { + "volumes": [ + { + "name": "42", + "hostPath": { + "path": "43", + "type": "ƛƟ)ÙæNǚ錯ƶRquA?瞲Ť倱\u003c" + }, + "emptyDir": { + "medium": "Xŋ朘瑥A徙ɶɊł/擇ɦĽ胚O醔ɍ厶耈", + "sizeLimit": "473" + }, + "gcePersistentDisk": { + "pdName": "44", + "fsType": "45", + "partition": -1188153605 + }, + "awsElasticBlockStore": { + "volumeID": "46", + "fsType": "47", + "partition": 912004803, + "readOnly": true + }, + "gitRepo": { + "repository": "48", + "revision": "49", + "directory": "50" + }, + "secret": { + "secretName": "51", + "items": [ + { + "key": "52", + "path": "53", + "mode": -547518679 + } + ], + "defaultMode": 332383000, + "optional": true + }, + "nfs": { + "server": "54", + "path": "55", + "readOnly": true + }, + "iscsi": { + "targetPortal": "56", + "iqn": "57", + "lun": 994527057, + "iscsiInterface": "58", + "fsType": "59", + "portals": [ + "60" + ], + "chapAuthDiscovery": true, + "secretRef": { + "name": "61" + }, + "initiatorName": "62" + }, + "glusterfs": { + "endpoints": "63", + "path": "64", + "readOnly": true + }, + "persistentVolumeClaim": { + "claimName": "65", + "readOnly": true + }, + "rbd": { + "monitors": [ + "66" + ], + "image": "67", + "fsType": "68", + "pool": "69", + "user": "70", + "keyring": "71", + "secretRef": { + "name": "72" + } + }, + "flexVolume": { + "driver": "73", + "fsType": "74", + "secretRef": { + "name": "75" + }, + "readOnly": true, + "options": { + "76": "77" + } + }, + "cinder": { + "volumeID": "78", + "fsType": "79", + "secretRef": { + "name": "80" + } + }, + "cephfs": { + "monitors": [ + "81" + ], + "path": "82", + "user": "83", + "secretFile": "84", + "secretRef": { + "name": "85" + } + }, + "flocker": { + "datasetName": "86", + "datasetUUID": "87" + }, + "downwardAPI": { + "items": [ + { + "path": "88", + "fieldRef": { + "apiVersion": "89", + "fieldPath": "90" + }, + "resourceFieldRef": { + "containerName": "91", + "resource": "92", + "divisor": "660" + }, + "mode": 1569992019 + } + ], + "defaultMode": 824682619 + }, + "fc": { + "targetWWNs": [ + "93" + ], + "lun": -1740986684, + "fsType": "94", + "readOnly": true, + "wwids": [ + "95" + ] + }, + "azureFile": { + "secretName": "96", + "shareName": "97", + "readOnly": true + }, + "configMap": { + "name": "98", + "items": [ + { + "key": "99", + "path": "100", + "mode": 195263908 + } + ], + "defaultMode": 1593906314, + "optional": false + }, + "vsphereVolume": { + "volumePath": "101", + "fsType": "102", + "storagePolicyName": "103", + "storagePolicyID": "104" + }, + "quobyte": { + "registry": "105", + "volume": "106", + "user": "107", + "group": "108", + "tenant": "109" + }, + "azureDisk": { + "diskName": "110", + "diskURI": "111", + "cachingMode": "|@?鷅bȻN", + "fsType": "112", + "readOnly": true, + "kind": "榱*Gưoɘ檲" + }, + "photonPersistentDisk": { + "pdID": "113", + "fsType": "114" + }, + "projected": { + "sources": [ + { + "secret": { + "name": "115", + "items": [ + { + "key": "116", + "path": "117", + "mode": -323584340 + } + ], + "optional": true + }, + "downwardAPI": { + "items": [ + { + "path": "118", + "fieldRef": { + "apiVersion": "119", + "fieldPath": "120" + }, + "resourceFieldRef": { + "containerName": "121", + "resource": "122", + "divisor": "106" + }, + "mode": 173030157 + } + ] + }, + "configMap": { + "name": "123", + "items": [ + { + "key": "124", + "path": "125", + "mode": 2063799569 + } + ], + "optional": false + }, + "serviceAccountToken": { + "audience": "126", + "expirationSeconds": 8357931971650847566, + "path": "127" + } + } + ], + "defaultMode": -1334904807 + }, + "portworxVolume": { + "volumeID": "128", + "fsType": "129", + "readOnly": true + }, + "scaleIO": { + "gateway": "130", + "system": "131", + "secretRef": { + "name": "132" + }, + "protectionDomain": "133", + "storagePool": "134", + "storageMode": "135", + "volumeName": "136", + "fsType": "137" + }, + "storageos": { + "volumeName": "138", + "volumeNamespace": "139", + "fsType": "140", + "secretRef": { + "name": "141" + } + }, + "csi": { + "driver": "142", + "readOnly": false, + "fsType": "143", + "volumeAttributes": { + "144": "145" + }, + "nodePublishSecretRef": { + "name": "146" + } + }, + "ephemeral": { + "volumeClaimTemplate": { + "metadata": { + "name": "147", + "generateName": "148", + "namespace": "149", + "selfLink": "150", + "uid": "H巧壚tC十Oɢ", + "resourceVersion": "11451542506523135343", + "generation": 6028937828108618026, + "creationTimestamp": null, + "deletionGracePeriodSeconds": 6296624700137074905, + "labels": { + "152": "153" + }, + "annotations": { + "154": "155" + }, + "ownerReferences": [ + { + "apiVersion": "156", + "kind": "157", + "name": "158", + "uid": "閝ȝ", + "controller": false, + "blockOwnerDeletion": false + } + ], + "finalizers": [ + "159" + ], + "clusterName": "160", + "managedFields": [ + { + "manager": "161", + "operation": "ɑ龫`劳\u0026¼傭Ȟ1酃=6}ɡŇƉ立h", + "apiVersion": "162", + "fieldsType": "163" + } + ] + }, + "spec": { + "accessModes": [ + "鲡:" + ], + "selector": { + "matchLabels": { + "0-.-yz-0-_p4mz--.I_f6kjsz-7lwY-Y93-6": "igm_-._.q6" + }, + "matchExpressions": [ + { + "key": "m_0_F03_J", + "operator": "NotIn", + "values": [ + "4FpF_W-6" + ] + } + ] + }, + "resources": { + "limits": { + "Ŗȫ焗捏ĨFħ籘": "853" + }, + "requests": { + "zɟ踡肒Ao/樝fw[Řż丩ŽoǠ": "918" + } + }, + "volumeName": "170", + "storageClassName": "171", + "volumeMode": "Z1Ůđ眊ľǎɳ,ǿ飏騀呣", + "dataSource": { + "apiGroup": "172", + "kind": "173", + "name": "174" + } + } + } + } + } + ], + "initContainers": [ + { + "name": "175", + "image": "176", + "command": [ + "177" + ], + "args": [ + "178" + ], + "workingDir": "179", + "ports": [ + { + "name": "180", + "hostPort": 282592353, + "containerPort": 377225334, + "protocol": "Ƹ[Ęİ榌U髷裎$MVȟ@7", + "hostIP": "181" + } + ], + "envFrom": [ + { + "prefix": "182", + "configMapRef": { + "name": "183", + "optional": false + }, + "secretRef": { + "name": "184", + "optional": false + } + } + ], + "env": [ + { + "name": "185", + "value": "186", + "valueFrom": { + "fieldRef": { + "apiVersion": "187", + "fieldPath": "188" + }, + "resourceFieldRef": { + "containerName": "189", + "resource": "190", + "divisor": "573" + }, + "configMapKeyRef": { + "name": "191", + "key": "192", + "optional": false + }, + "secretKeyRef": { + "name": "193", + "key": "194", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "ǚ灄鸫rʤî萨zvt": "829" + }, + "requests": { + "悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\\p": "604" + } + }, + "volumeMounts": [ + { + "name": "195", + "readOnly": true, + "mountPath": "196", + "subPath": "197", + "mountPropagation": "ƖHV", + "subPathExpr": "198" + } + ], + "volumeDevices": [ + { + "name": "199", + "devicePath": "200" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "201" + ] + }, + "httpGet": { + "path": "202", + "port": -1196874390, + "host": "203", + "scheme": "S晒嶗UÐ_ƮA攤", + "httpHeaders": [ + { + "name": "204", + "value": "205" + } + ] + }, + "tcpSocket": { + "port": -498930176, + "host": "206" + }, + "initialDelaySeconds": 1885897314, + "timeoutSeconds": -465677631, + "periodSeconds": 1054858106, + "successThreshold": 232569106, + "failureThreshold": -1150474479 + }, + "readinessProbe": { + "exec": { + "command": [ + "207" + ] + }, + "httpGet": { + "path": "208", + "port": "209", + "host": "210", + "scheme": "8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ", + "httpHeaders": [ + { + "name": "211", + "value": "212" + } + ] + }, + "tcpSocket": { + "port": "213", + "host": "214" + }, + "initialDelaySeconds": -2717401, + "timeoutSeconds": -1492565335, + "periodSeconds": -1099429189, + "successThreshold": 994072122, + "failureThreshold": 1752155096 + }, + "startupProbe": { + "exec": { + "command": [ + "215" + ] + }, + "httpGet": { + "path": "216", + "port": "217", + "host": "218", + "scheme": "Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ", + "httpHeaders": [ + { + "name": "219", + "value": "220" + } + ] + }, + "tcpSocket": { + "port": -36782737, + "host": "221" + }, + "initialDelaySeconds": -1738069460, + "timeoutSeconds": -1643733106, + "periodSeconds": -805795167, + "successThreshold": 1791615594, + "failureThreshold": 785984384 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "222" + ] + }, + "httpGet": { + "path": "223", + "port": "224", + "host": "225", + "scheme": "\u003e郵[+扴ȨŮ", + "httpHeaders": [ + { + "name": "226", + "value": "227" + } + ] + }, + "tcpSocket": { + "port": "228", + "host": "229" + } + }, + "preStop": { + "exec": { + "command": [ + "230" + ] + }, + "httpGet": { + "path": "231", + "port": -743369977, + "host": "232", + "scheme": "\u003e犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4", + "httpHeaders": [ + { + "name": "233", + "value": "234" + } + ] + }, + "tcpSocket": { + "port": -1224991707, + "host": "235" + } + } + }, + "terminationMessagePath": "236", + "imagePullPolicy": "昕Ĭ", + "securityContext": { + "capabilities": { + "add": [ + "藢xɮĵȑ6L*Z鐫û咡W\u003c" + ], + "drop": [ + "lu|榝$î." + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "237", + "role": "238", + "type": "239", + "level": "240" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "241", + "gmsaCredentialSpec": "242", + "runAsUserName": "243" + }, + "runAsUser": -7565148469525206101, + "runAsGroup": 8949541422887578058, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "朦 wƯ貾坢'跩", + "seccompProfile": { + "type": "ŕ翑0展}", + "localhostProfile": "244" + } + }, + "stdinOnce": true + } + ], + "containers": [ + { + "name": "245", + "image": "246", + "command": [ + "247" + ], + "args": [ + "248" + ], + "workingDir": "249", + "ports": [ + { + "name": "250", + "hostPort": -778272981, + "containerPort": 2056774277, + "protocol": "现葢ŵ橨鬶l獕;跣Hǝcw媀瓄\u0026翜舞拉", + "hostIP": "251" + } + ], + "envFrom": [ + { + "prefix": "252", + "configMapRef": { + "name": "253", + "optional": true + }, + "secretRef": { + "name": "254", + "optional": false + } + } + ], + "env": [ + { + "name": "255", + "value": "256", + "valueFrom": { + "fieldRef": { + "apiVersion": "257", + "fieldPath": "258" + }, + "resourceFieldRef": { + "containerName": "259", + "resource": "260", + "divisor": "124" + }, + "configMapKeyRef": { + "name": "261", + "key": "262", + "optional": false + }, + "secretKeyRef": { + "name": "263", + "key": "264", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "V訆Ǝżŧ": "915" + }, + "requests": { + "+SÄ蚃ɣľ)酊龨Î": "787" + } + }, + "volumeMounts": [ + { + "name": "265", + "readOnly": true, + "mountPath": "266", + "subPath": "267", + "mountPropagation": "\"冓鍓贯澔 ƺ蛜6", + "subPathExpr": "268" + } + ], + "volumeDevices": [ + { + "name": "269", + "devicePath": "270" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "271" + ] + }, + "httpGet": { + "path": "272", + "port": 465486290, + "host": "273", + "httpHeaders": [ + { + "name": "274", + "value": "275" + } + ] + }, + "tcpSocket": { + "port": -116224247, + "host": "276" + }, + "initialDelaySeconds": -2097329452, + "timeoutSeconds": 1504385614, + "periodSeconds": 865289071, + "successThreshold": -1829146875, + "failureThreshold": -205176266 + }, + "readinessProbe": { + "exec": { + "command": [ + "277" + ] + }, + "httpGet": { + "path": "278", + "port": 234253676, + "host": "279", + "scheme": "ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏", + "httpHeaders": [ + { + "name": "280", + "value": "281" + } + ] + }, + "tcpSocket": { + "port": "282", + "host": "283" + }, + "initialDelaySeconds": -2062708879, + "timeoutSeconds": 215186711, + "periodSeconds": -141401239, + "successThreshold": -1187301925, + "failureThreshold": -402384013 + }, + "startupProbe": { + "exec": { + "command": [ + "284" + ] + }, + "httpGet": { + "path": "285", + "port": "286", + "host": "287", + "scheme": "鏻砅邻爥", + "httpHeaders": [ + { + "name": "288", + "value": "289" + } + ] + }, + "tcpSocket": { + "port": -305362540, + "host": "290" + }, + "initialDelaySeconds": 601198286, + "timeoutSeconds": 409029209, + "periodSeconds": 405193215, + "successThreshold": 2129989022, + "failureThreshold": -1699531929 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "291" + ] + }, + "httpGet": { + "path": "292", + "port": "293", + "host": "294", + "scheme": "­蜷ɔ幩š", + "httpHeaders": [ + { + "name": "295", + "value": "296" + } + ] + }, + "tcpSocket": { + "port": 455833230, + "host": "297" + } + }, + "preStop": { + "exec": { + "command": [ + "298" + ] + }, + "httpGet": { + "path": "299", + "port": 1076497581, + "host": "300", + "scheme": "h4ɊHȖ|ʐ", + "httpHeaders": [ + { + "name": "301", + "value": "302" + } + ] + }, + "tcpSocket": { + "port": 248533396, + "host": "303" + } + } + }, + "terminationMessagePath": "304", + "terminationMessagePolicy": "迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ", + "imagePullPolicy": "ņ", + "securityContext": { + "capabilities": { + "add": [ + "DŽ髐njʉBn(fǂǢ曣" + ], + "drop": [ + "ay" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "305", + "role": "306", + "type": "307", + "level": "308" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "309", + "gmsaCredentialSpec": "310", + "runAsUserName": "311" + }, + "runAsUser": 1958157659034146020, + "runAsGroup": -5996624450771474158, + "runAsNonRoot": false, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": false, + "procMount": "嗆u", + "seccompProfile": { + "type": "晲T[irȎ3Ĕ\\", + "localhostProfile": "312" + } + }, + "tty": true + } + ], + "ephemeralContainers": [ + { + "name": "313", + "image": "314", + "command": [ + "315" + ], + "args": [ + "316" + ], + "workingDir": "317", + "ports": [ + { + "name": "318", + "hostPort": -1656699070, + "containerPort": -1918622971, + "protocol": "ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz", + "hostIP": "319" + } + ], + "envFrom": [ + { + "prefix": "320", + "configMapRef": { + "name": "321", + "optional": true + }, + "secretRef": { + "name": "322", + "optional": false + } + } + ], + "env": [ + { + "name": "323", + "value": "324", + "valueFrom": { + "fieldRef": { + "apiVersion": "325", + "fieldPath": "326" + }, + "resourceFieldRef": { + "containerName": "327", + "resource": "328", + "divisor": "69" + }, + "configMapKeyRef": { + "name": "329", + "key": "330", + "optional": true + }, + "secretKeyRef": { + "name": "331", + "key": "332", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "1b": "328" + }, + "requests": { + "}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊": "699" + } + }, + "volumeMounts": [ + { + "name": "333", + "readOnly": true, + "mountPath": "334", + "subPath": "335", + "mountPropagation": "Ik(dŊiɢzĮ蛋I", + "subPathExpr": "336" + } + ], + "volumeDevices": [ + { + "name": "337", + "devicePath": "338" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "339" + ] + }, + "httpGet": { + "path": "340", + "port": "341", + "host": "342", + "scheme": "ȥ}礤铟怖ý萜Ǖ", + "httpHeaders": [ + { + "name": "343", + "value": "344" + } + ] + }, + "tcpSocket": { + "port": -1088996269, + "host": "345" + }, + "initialDelaySeconds": -1922458514, + "timeoutSeconds": 1480364858, + "periodSeconds": 692511776, + "successThreshold": -1231653807, + "failureThreshold": -36573584 + }, + "readinessProbe": { + "exec": { + "command": [ + "346" + ] + }, + "httpGet": { + "path": "347", + "port": -1157640253, + "host": "348", + "scheme": "×p鬷m罂o3ǰ廋i乳'ȘUɻ;", + "httpHeaders": [ + { + "name": "349", + "value": "350" + } + ] + }, + "tcpSocket": { + "port": "351", + "host": "352" + }, + "initialDelaySeconds": -478839383, + "timeoutSeconds": 989933975, + "periodSeconds": 140830733, + "successThreshold": -708495486, + "failureThreshold": -1436899600 + }, + "startupProbe": { + "exec": { + "command": [ + "353" + ] + }, + "httpGet": { + "path": "354", + "port": "355", + "host": "356", + "scheme": "漤ŗ坟", + "httpHeaders": [ + { + "name": "357", + "value": "358" + } + ] + }, + "tcpSocket": { + "port": -1617422199, + "host": "359" + }, + "initialDelaySeconds": -902839620, + "timeoutSeconds": -2030665763, + "periodSeconds": 1808698094, + "successThreshold": 1155232143, + "failureThreshold": -1873425934 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "360" + ] + }, + "httpGet": { + "path": "361", + "port": 1288391156, + "host": "362", + "scheme": "Ǥ桒ɴ鉂WJ1抉泅ą\u0026疀ȼN", + "httpHeaders": [ + { + "name": "363", + "value": "364" + } + ] + }, + "tcpSocket": { + "port": "365", + "host": "366" + } + }, + "preStop": { + "exec": { + "command": [ + "367" + ] + }, + "httpGet": { + "path": "368", + "port": 1859267428, + "host": "369", + "scheme": "ȟP", + "httpHeaders": [ + { + "name": "370", + "value": "371" + } + ] + }, + "tcpSocket": { + "port": 1445923603, + "host": "372" + } + } + }, + "terminationMessagePath": "373", + "terminationMessagePolicy": "殆诵H玲鑠ĭ$#卛8ð仁Q", + "imagePullPolicy": "tl敷斢杧ż鯀", + "securityContext": { + "capabilities": { + "add": [ + "鸔ɧWǘ炙" + ], + "drop": [ + "餸硷" + ] + }, + "privileged": true, + "seLinuxOptions": { + "user": "374", + "role": "375", + "type": "376", + "level": "377" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "378", + "gmsaCredentialSpec": "379", + "runAsUserName": "380" + }, + "runAsUser": 5215323049148402377, + "runAsGroup": 2946116477552625615, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "ʈʫ羶剹ƊF豎穜", + "seccompProfile": { + "type": "l咑耖p^鏋", + "localhostProfile": "381" + } + }, + "tty": true, + "targetContainerName": "382" + } + ], + "restartPolicy": "ȿ醏g遧", + "terminationGracePeriodSeconds": -616777763639482630, + "activeDeadlineSeconds": 2031424375743848602, + "dnsPolicy": ":{柯?B", + "nodeSelector": { + "383": "384" + }, + "serviceAccountName": "385", + "serviceAccount": "386", + "automountServiceAccountToken": false, + "nodeName": "387", + "hostNetwork": true, + "shareProcessNamespace": false, + "securityContext": { + "seLinuxOptions": { + "user": "388", + "role": "389", + "type": "390", + "level": "391" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "392", + "gmsaCredentialSpec": "393", + "runAsUserName": "394" + }, + "runAsUser": -1290365495982891537, + "runAsGroup": -759684899479757878, + "runAsNonRoot": false, + "supplementalGroups": [ + 3273247375993523103 + ], + "fsGroup": 4489057930380969432, + "sysctls": [ + { + "name": "395", + "value": "396" + } + ], + "fsGroupChangePolicy": "='ʨ|ǓÓ敆OɈÏ 瞍髃", + "seccompProfile": { + "type": "ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn", + "localhostProfile": "397" + } + }, + "imagePullSecrets": [ + { + "name": "398" + } + ], + "hostname": "399", + "subdomain": "400", + "affinity": { + "nodeAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": { + "nodeSelectorTerms": [ + { + "matchExpressions": [ + { + "key": "401", + "operator": "+Œ9两", + "values": [ + "402" + ] + } + ], + "matchFields": [ + { + "key": "403", + "operator": "q=歍þ螗ɃŒGm¨z鋎靀G", + "values": [ + "404" + ] + } + ] + } + ] + }, + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 377409178, + "preference": { + "matchExpressions": [ + { + "key": "405", + "operator": "#ļǹʅŚO虀^背遻堣灭ƴɦ燻", + "values": [ + "406" + ] + } + ], + "matchFields": [ + { + "key": "407", + "operator": "-觗裓6Ř筿ɾ5Ų買霎ȃň[\u003eą", + "values": [ + "408" + ] + } + ] + } + } + ] + }, + "podAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5": "1--L--v_Z--Zg-_4Q__-v_t_u_.A" + }, + "matchExpressions": [ + { + "key": "5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y", + "operator": "Exists" + } + ] + }, + "namespaces": [ + "415" + ], + "topologyKey": "416" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -1507671981, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-35840-w4g-27-5s6.q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x18mtxb--kexr-y/oK-.O--5-yp8q_s-1__gw_-z_659GE.l_.23--_6l.-5_Z": "3Pw_-r75--_-Ao" + }, + "matchExpressions": [ + { + "key": "hj6/bW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...CqN", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "423" + ], + "topologyKey": "424" + } + } + ] + }, + "podAntiAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "C--Y_Dp8O_._e_3_.4_W_-_7": "p_.----cp__ac8u.._-__BM.6-.Y7" + }, + "matchExpressions": [ + { + "key": "1x--i--7-nt-23h-4z-21-sap--h--q0h-t2n4s-6-k5-7-a0w-ke5p-3.nu--17---u7-gl7814ei-07shtq-6---g----9s39z-5/wv3UDf.-4D-5", + "operator": "NotIn", + "values": [ + "l67Q.-_t--O.3L.z2-y.-...C4_-_2G8" + ] + } + ] + }, + "namespaces": [ + "431" + ], + "topologyKey": "432" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 1067925263, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "k407--m-dc---6-q-q0o90--g-09--d5ez1----b69x90/um._fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_VF": "11---.-o7.pJ-4-1WV.-__05._LsuH" + }, + "matchExpressions": [ + { + "key": "8", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "439" + ], + "topologyKey": "440" + } + } + ] + } + }, + "schedulerName": "441", + "tolerations": [ + { + "key": "442", + "operator": "Ɖ肆Ző", + "value": "443", + "effect": "淵", + "tolerationSeconds": -1072615283184390308 + } + ], + "hostAliases": [ + { + "ip": "444", + "hostnames": [ + "445" + ] + } + ], + "priorityClassName": "446", + "priority": -1221153504, + "dnsConfig": { + "nameservers": [ + "447" + ], + "searches": [ + "448" + ], + "options": [ + { + "name": "449", + "value": "450" + } + ] + }, + "readinessGates": [ + { + "conditionType": "媈" + } + ], + "runtimeClassName": "451", + "enableServiceLinks": true, + "preemptionPolicy": "n夬LJ:BŐ埑Ô*ɾWȖ韝ƉşʁO^:", + "overhead": { + "ȩ纾S": "368" + }, + "topologySpreadConstraints": [ + { + "maxSkew": -1568300104, + "topologyKey": "452", + "whenUnsatisfiable": "潑嫉悔柅ȵ.Ȁ鎧Y冒Ɩ", + "labelSelector": { + "matchLabels": { + "jp-z---k-5r6h--y7n.61-cm---ch-g0t-q--qr95ws-v-5--7-ufi-7/35a-1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--.2g": "Mqp..__._-J_-fk3-_j.133eT_2_Y" + }, + "matchExpressions": [ + { + "key": "51-i-d-----9---063-qm-j-3wc89k-0-57z4063--4/rBQ.u", + "operator": "Exists" + } + ] + } + } + ], + "setHostnameAsFQDN": false + } + }, + "strategy": { + "type": "xʚ=5谠vÐ仆dždĄ跞肞", + "rollingUpdate": { + "maxUnavailable": 2, + "maxSurge": 3 + } + }, + "minReadySeconds": -1934555365, + "revisionHistoryLimit": -1189243539, + "progressDeadlineSeconds": -1510243221 + }, + "status": { + "observedGeneration": 8090469215987662586, + "replicas": 782219862, + "updatedReplicas": 1380163777, + "readyReplicas": 877113289, + "availableReplicas": -1172851921, + "unavailableReplicas": -763028101, + "conditions": [ + { + "type": "ʤY囙邵鄨o鷺ɷ裝TG奟cõ乨", + "status": "íEd楗鱶镖喗vȥ倉螆ȨX\u003e", + "lastUpdateTime": "2792-08-11T23:40:18Z", + "lastTransitionTime": "2151-08-19T18:24:00Z", + "reason": "459", + "message": "460" + } + ], + "collisionCount": -73034396 + } +} \ No newline at end of file diff --git a/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta2.Deployment.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta2.Deployment.after_roundtrip.pb new file mode 100644 index 0000000000000000000000000000000000000000..c25cac48cbff615a95904e2cf6f6fe667c774cf7 GIT binary patch literal 7281 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 literal 0 HcmV?d00001 diff --git a/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta2.Deployment.after_roundtrip.yaml b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta2.Deployment.after_roundtrip.yaml new file mode 100644 index 00000000000..287439fc28f --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta2.Deployment.after_roundtrip.yaml @@ -0,0 +1,1027 @@ +apiVersion: apps/v1beta2 +kind: Deployment +metadata: + annotations: + "9": "10" + clusterName: "15" + creationTimestamp: null + deletionGracePeriodSeconds: -4955867275792137171 + finalizers: + - "14" + generateName: "3" + generation: 8071137005907523419 + labels: + "7": "8" + managedFields: + - apiVersion: "17" + fieldsType: "18" + manager: "16" + operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć] + name: "2" + namespace: "4" + ownerReferences: + - apiVersion: "11" + blockOwnerDeletion: true + controller: false + kind: "12" + name: "13" + uid: Dz廔ȇ{sŊƏp + resourceVersion: "11042405498087606203" + selfLink: "5" + uid: "7" +spec: + minReadySeconds: -1934555365 + progressDeadlineSeconds: -1510243221 + replicas: 896585016 + revisionHistoryLimit: -1189243539 + selector: + matchExpressions: + - key: 50-u--25cu87--r7p-w1e67-8pj5t-kl-v0q6b68--nu5oii38fn-8.629b-jd-8c45-0-8--6n--w0--w---196g8d--iv1-5--5ht-a-29--0qso796/3___47._49pIB_o61ISU4--A_.XK_._M99 + operator: Exists + matchLabels: + 74404d5---g8c2-k-91e.y5-g--58----0683-b-w7ld-6cs06xj-x5yv0wm-k18/M_-Nx.N_6-___._-.-W._AAn---v_-5-_8LXj: 6-4_WE-_JTrcd-2.-__E_Sv__26KX_R_.-.Nth._--S_4DA_-5_-4lQ42M--1 + strategy: + rollingUpdate: + maxSurge: 3 + maxUnavailable: 2 + type: xʚ=5谠vÐ仆dždĄ跞肞 + template: + metadata: + annotations: + "32": "33" + clusterName: "38" + creationTimestamp: null + deletionGracePeriodSeconds: -2575298329142810753 + finalizers: + - "37" + generateName: "26" + generation: -8542870036622468681 + labels: + "30": "31" + managedFields: + - apiVersion: "40" + fieldsType: "41" + manager: "39" + operation: 躢 + name: "25" + namespace: "27" + ownerReferences: + - apiVersion: "34" + blockOwnerDeletion: true + controller: true + kind: "35" + name: "36" + uid: ƶȤ^} + resourceVersion: "1736621709629422270" + selfLink: "28" + uid: ?Qȫş + spec: + activeDeadlineSeconds: 2031424375743848602 + affinity: + nodeAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - preference: + matchExpressions: + - key: "405" + operator: '#ļǹʅŚO虀^背遻堣灭ƴɦ燻' + values: + - "406" + matchFields: + - key: "407" + operator: -觗裓6Ř筿ɾ5Ų買霎ȃň[>ą + values: + - "408" + weight: 377409178 + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: "401" + operator: +Œ9两 + values: + - "402" + matchFields: + - key: "403" + operator: q=歍þ螗ɃŒGm¨z鋎靀G + values: + - "404" + podAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: hj6/bW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...CqN + operator: DoesNotExist + matchLabels: + ? v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-35840-w4g-27-5s6.q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x18mtxb--kexr-y/oK-.O--5-yp8q_s-1__gw_-z_659GE.l_.23--_6l.-5_Z + : 3Pw_-r75--_-Ao + namespaces: + - "423" + topologyKey: "424" + weight: -1507671981 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: 5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y + operator: Exists + matchLabels: + 1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5: 1--L--v_Z--Zg-_4Q__-v_t_u_.A + namespaces: + - "415" + topologyKey: "416" + podAntiAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: "8" + operator: DoesNotExist + matchLabels: + k407--m-dc---6-q-q0o90--g-09--d5ez1----b69x90/um._fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_VF: 11---.-o7.pJ-4-1WV.-__05._LsuH + namespaces: + - "439" + topologyKey: "440" + weight: 1067925263 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: 1x--i--7-nt-23h-4z-21-sap--h--q0h-t2n4s-6-k5-7-a0w-ke5p-3.nu--17---u7-gl7814ei-07shtq-6---g----9s39z-5/wv3UDf.-4D-5 + operator: NotIn + values: + - l67Q.-_t--O.3L.z2-y.-...C4_-_2G8 + matchLabels: + C--Y_Dp8O_._e_3_.4_W_-_7: p_.----cp__ac8u.._-__BM.6-.Y7 + namespaces: + - "431" + topologyKey: "432" + automountServiceAccountToken: false + containers: + - args: + - "248" + command: + - "247" + env: + - name: "255" + value: "256" + valueFrom: + configMapKeyRef: + key: "262" + name: "261" + optional: false + fieldRef: + apiVersion: "257" + fieldPath: "258" + resourceFieldRef: + containerName: "259" + divisor: "124" + resource: "260" + secretKeyRef: + key: "264" + name: "263" + optional: false + envFrom: + - configMapRef: + name: "253" + optional: true + prefix: "252" + secretRef: + name: "254" + optional: false + image: "246" + imagePullPolicy: ņ + lifecycle: + postStart: + exec: + command: + - "291" + httpGet: + host: "294" + httpHeaders: + - name: "295" + value: "296" + path: "292" + port: "293" + scheme: ­蜷ɔ幩š + tcpSocket: + host: "297" + port: 455833230 + preStop: + exec: + command: + - "298" + httpGet: + host: "300" + httpHeaders: + - name: "301" + value: "302" + path: "299" + port: 1076497581 + scheme: h4ɊHȖ|ʐ + tcpSocket: + host: "303" + port: 248533396 + livenessProbe: + exec: + command: + - "271" + failureThreshold: -205176266 + httpGet: + host: "273" + httpHeaders: + - name: "274" + value: "275" + path: "272" + port: 465486290 + initialDelaySeconds: -2097329452 + periodSeconds: 865289071 + successThreshold: -1829146875 + tcpSocket: + host: "276" + port: -116224247 + timeoutSeconds: 1504385614 + name: "245" + ports: + - containerPort: 2056774277 + hostIP: "251" + hostPort: -778272981 + name: "250" + protocol: 现葢ŵ橨鬶l獕;跣Hǝcw媀瓄&翜舞拉 + readinessProbe: + exec: + command: + - "277" + failureThreshold: -402384013 + httpGet: + host: "279" + httpHeaders: + - name: "280" + value: "281" + path: "278" + port: 234253676 + scheme: ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏 + initialDelaySeconds: -2062708879 + periodSeconds: -141401239 + successThreshold: -1187301925 + tcpSocket: + host: "283" + port: "282" + timeoutSeconds: 215186711 + resources: + limits: + V訆Ǝżŧ: "915" + requests: + +SÄ蚃ɣľ)酊龨Î: "787" + securityContext: + allowPrivilegeEscalation: false + capabilities: + add: + - DŽ髐njʉBn(fǂǢ曣 + drop: + - ay + privileged: false + procMount: 嗆u + readOnlyRootFilesystem: true + runAsGroup: -5996624450771474158 + runAsNonRoot: false + runAsUser: 1958157659034146020 + seLinuxOptions: + level: "308" + role: "306" + type: "307" + user: "305" + seccompProfile: + localhostProfile: "312" + type: 晲T[irȎ3Ĕ\ + windowsOptions: + gmsaCredentialSpec: "310" + gmsaCredentialSpecName: "309" + runAsUserName: "311" + startupProbe: + exec: + command: + - "284" + failureThreshold: -1699531929 + httpGet: + host: "287" + httpHeaders: + - name: "288" + value: "289" + path: "285" + port: "286" + scheme: 鏻砅邻爥 + initialDelaySeconds: 601198286 + periodSeconds: 405193215 + successThreshold: 2129989022 + tcpSocket: + host: "290" + port: -305362540 + timeoutSeconds: 409029209 + terminationMessagePath: "304" + terminationMessagePolicy: 迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ + tty: true + volumeDevices: + - devicePath: "270" + name: "269" + volumeMounts: + - mountPath: "266" + mountPropagation: '"冓鍓贯澔 ƺ蛜6' + name: "265" + readOnly: true + subPath: "267" + subPathExpr: "268" + workingDir: "249" + dnsConfig: + nameservers: + - "447" + options: + - name: "449" + value: "450" + searches: + - "448" + dnsPolicy: :{柯?B + enableServiceLinks: true + ephemeralContainers: + - args: + - "316" + command: + - "315" + env: + - name: "323" + value: "324" + valueFrom: + configMapKeyRef: + key: "330" + name: "329" + optional: true + fieldRef: + apiVersion: "325" + fieldPath: "326" + resourceFieldRef: + containerName: "327" + divisor: "69" + resource: "328" + secretKeyRef: + key: "332" + name: "331" + optional: false + envFrom: + - configMapRef: + name: "321" + optional: true + prefix: "320" + secretRef: + name: "322" + optional: false + image: "314" + imagePullPolicy: tl敷斢杧ż鯀 + lifecycle: + postStart: + exec: + command: + - "360" + httpGet: + host: "362" + httpHeaders: + - name: "363" + value: "364" + path: "361" + port: 1288391156 + scheme: Ǥ桒ɴ鉂WJ1抉泅ą&疀ȼN + tcpSocket: + host: "366" + port: "365" + preStop: + exec: + command: + - "367" + httpGet: + host: "369" + httpHeaders: + - name: "370" + value: "371" + path: "368" + port: 1859267428 + scheme: ȟP + tcpSocket: + host: "372" + port: 1445923603 + livenessProbe: + exec: + command: + - "339" + failureThreshold: -36573584 + httpGet: + host: "342" + httpHeaders: + - name: "343" + value: "344" + path: "340" + port: "341" + scheme: ȥ}礤铟怖ý萜Ǖ + initialDelaySeconds: -1922458514 + periodSeconds: 692511776 + successThreshold: -1231653807 + tcpSocket: + host: "345" + port: -1088996269 + timeoutSeconds: 1480364858 + name: "313" + ports: + - containerPort: -1918622971 + hostIP: "319" + hostPort: -1656699070 + name: "318" + protocol: ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz + readinessProbe: + exec: + command: + - "346" + failureThreshold: -1436899600 + httpGet: + host: "348" + httpHeaders: + - name: "349" + value: "350" + path: "347" + port: -1157640253 + scheme: ×p鬷m罂o3ǰ廋i乳'ȘUɻ; + initialDelaySeconds: -478839383 + periodSeconds: 140830733 + successThreshold: -708495486 + tcpSocket: + host: "352" + port: "351" + timeoutSeconds: 989933975 + resources: + limits: + 1b: "328" + requests: + '}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊': "699" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 鸔ɧWǘ炙 + drop: + - 餸硷 + privileged: true + procMount: ʈʫ羶剹ƊF豎穜 + readOnlyRootFilesystem: true + runAsGroup: 2946116477552625615 + runAsNonRoot: true + runAsUser: 5215323049148402377 + seLinuxOptions: + level: "377" + role: "375" + type: "376" + user: "374" + seccompProfile: + localhostProfile: "381" + type: l咑耖p^鏋 + windowsOptions: + gmsaCredentialSpec: "379" + gmsaCredentialSpecName: "378" + runAsUserName: "380" + startupProbe: + exec: + command: + - "353" + failureThreshold: -1873425934 + httpGet: + host: "356" + httpHeaders: + - name: "357" + value: "358" + path: "354" + port: "355" + scheme: 漤ŗ坟 + initialDelaySeconds: -902839620 + periodSeconds: 1808698094 + successThreshold: 1155232143 + tcpSocket: + host: "359" + port: -1617422199 + timeoutSeconds: -2030665763 + targetContainerName: "382" + terminationMessagePath: "373" + terminationMessagePolicy: 殆诵H玲鑠ĭ$#卛8ð仁Q + tty: true + volumeDevices: + - devicePath: "338" + name: "337" + volumeMounts: + - mountPath: "334" + mountPropagation: Ik(dŊiɢzĮ蛋I + name: "333" + readOnly: true + subPath: "335" + subPathExpr: "336" + workingDir: "317" + hostAliases: + - hostnames: + - "445" + ip: "444" + hostNetwork: true + hostname: "399" + imagePullSecrets: + - name: "398" + initContainers: + - args: + - "178" + command: + - "177" + env: + - name: "185" + value: "186" + valueFrom: + configMapKeyRef: + key: "192" + name: "191" + optional: false + fieldRef: + apiVersion: "187" + fieldPath: "188" + resourceFieldRef: + containerName: "189" + divisor: "573" + resource: "190" + secretKeyRef: + key: "194" + name: "193" + optional: false + envFrom: + - configMapRef: + name: "183" + optional: false + prefix: "182" + secretRef: + name: "184" + optional: false + image: "176" + imagePullPolicy: 昕Ĭ + lifecycle: + postStart: + exec: + command: + - "222" + httpGet: + host: "225" + httpHeaders: + - name: "226" + value: "227" + path: "223" + port: "224" + scheme: '>郵[+扴ȨŮ' + tcpSocket: + host: "229" + port: "228" + preStop: + exec: + command: + - "230" + httpGet: + host: "232" + httpHeaders: + - name: "233" + value: "234" + path: "231" + port: -743369977 + scheme: '>犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4' + tcpSocket: + host: "235" + port: -1224991707 + livenessProbe: + exec: + command: + - "201" + failureThreshold: -1150474479 + httpGet: + host: "203" + httpHeaders: + - name: "204" + value: "205" + path: "202" + port: -1196874390 + scheme: S晒嶗UÐ_ƮA攤 + initialDelaySeconds: 1885897314 + periodSeconds: 1054858106 + successThreshold: 232569106 + tcpSocket: + host: "206" + port: -498930176 + timeoutSeconds: -465677631 + name: "175" + ports: + - containerPort: 377225334 + hostIP: "181" + hostPort: 282592353 + name: "180" + protocol: Ƹ[Ęİ榌U髷裎$MVȟ@7 + readinessProbe: + exec: + command: + - "207" + failureThreshold: 1752155096 + httpGet: + host: "210" + httpHeaders: + - name: "211" + value: "212" + path: "208" + port: "209" + scheme: 8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ + initialDelaySeconds: -2717401 + periodSeconds: -1099429189 + successThreshold: 994072122 + tcpSocket: + host: "214" + port: "213" + timeoutSeconds: -1492565335 + resources: + limits: + ǚ灄鸫rʤî萨zvt: "829" + requests: + 悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\p: "604" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 藢xɮĵȑ6L*Z鐫û咡W< + drop: + - lu|榝$î. + privileged: false + procMount: 朦 wƯ貾坢'跩 + readOnlyRootFilesystem: true + runAsGroup: 8949541422887578058 + runAsNonRoot: true + runAsUser: -7565148469525206101 + seLinuxOptions: + level: "240" + role: "238" + type: "239" + user: "237" + seccompProfile: + localhostProfile: "244" + type: ŕ翑0展} + windowsOptions: + gmsaCredentialSpec: "242" + gmsaCredentialSpecName: "241" + runAsUserName: "243" + startupProbe: + exec: + command: + - "215" + failureThreshold: 785984384 + httpGet: + host: "218" + httpHeaders: + - name: "219" + value: "220" + path: "216" + port: "217" + scheme: Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ + initialDelaySeconds: -1738069460 + periodSeconds: -805795167 + successThreshold: 1791615594 + tcpSocket: + host: "221" + port: -36782737 + timeoutSeconds: -1643733106 + stdinOnce: true + terminationMessagePath: "236" + volumeDevices: + - devicePath: "200" + name: "199" + volumeMounts: + - mountPath: "196" + mountPropagation: ƖHV + name: "195" + readOnly: true + subPath: "197" + subPathExpr: "198" + workingDir: "179" + nodeName: "387" + nodeSelector: + "383": "384" + overhead: + ȩ纾S: "368" + preemptionPolicy: 'n夬LJ:BŐ埑Ô*ɾWȖ韝ƉşʁO^:' + priority: -1221153504 + priorityClassName: "446" + readinessGates: + - conditionType: 媈 + restartPolicy: ȿ醏g遧 + runtimeClassName: "451" + schedulerName: "441" + securityContext: + fsGroup: 4489057930380969432 + fsGroupChangePolicy: ='ʨ|ǓÓ敆OɈÏ 瞍髃 + runAsGroup: -759684899479757878 + runAsNonRoot: false + runAsUser: -1290365495982891537 + seLinuxOptions: + level: "391" + role: "389" + type: "390" + user: "388" + seccompProfile: + localhostProfile: "397" + type: ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn + supplementalGroups: + - 3273247375993523103 + sysctls: + - name: "395" + value: "396" + windowsOptions: + gmsaCredentialSpec: "393" + gmsaCredentialSpecName: "392" + runAsUserName: "394" + serviceAccount: "386" + serviceAccountName: "385" + setHostnameAsFQDN: false + shareProcessNamespace: false + subdomain: "400" + terminationGracePeriodSeconds: -616777763639482630 + tolerations: + - effect: 淵 + key: "442" + operator: Ɖ肆Ző + tolerationSeconds: -1072615283184390308 + value: "443" + topologySpreadConstraints: + - labelSelector: + matchExpressions: + - key: 51-i-d-----9---063-qm-j-3wc89k-0-57z4063--4/rBQ.u + operator: Exists + matchLabels: + jp-z---k-5r6h--y7n.61-cm---ch-g0t-q--qr95ws-v-5--7-ufi-7/35a-1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--.2g: Mqp..__._-J_-fk3-_j.133eT_2_Y + maxSkew: -1568300104 + topologyKey: "452" + whenUnsatisfiable: 潑嫉悔柅ȵ.Ȁ鎧Y冒Ɩ + volumes: + - awsElasticBlockStore: + fsType: "47" + partition: 912004803 + readOnly: true + volumeID: "46" + azureDisk: + cachingMode: '|@?鷅bȻN' + diskName: "110" + diskURI: "111" + fsType: "112" + kind: 榱*Gưoɘ檲 + readOnly: true + azureFile: + readOnly: true + secretName: "96" + shareName: "97" + cephfs: + monitors: + - "81" + path: "82" + secretFile: "84" + secretRef: + name: "85" + user: "83" + cinder: + fsType: "79" + secretRef: + name: "80" + volumeID: "78" + configMap: + defaultMode: 1593906314 + items: + - key: "99" + mode: 195263908 + path: "100" + name: "98" + optional: false + csi: + driver: "142" + fsType: "143" + nodePublishSecretRef: + name: "146" + readOnly: false + volumeAttributes: + "144": "145" + downwardAPI: + defaultMode: 824682619 + items: + - fieldRef: + apiVersion: "89" + fieldPath: "90" + mode: 1569992019 + path: "88" + resourceFieldRef: + containerName: "91" + divisor: "660" + resource: "92" + emptyDir: + medium: Xŋ朘瑥A徙ɶɊł/擇ɦĽ胚O醔ɍ厶耈 + sizeLimit: "473" + ephemeral: + volumeClaimTemplate: + metadata: + annotations: + "154": "155" + clusterName: "160" + creationTimestamp: null + deletionGracePeriodSeconds: 6296624700137074905 + finalizers: + - "159" + generateName: "148" + generation: 6028937828108618026 + labels: + "152": "153" + managedFields: + - apiVersion: "162" + fieldsType: "163" + manager: "161" + operation: ɑ龫`劳&¼傭Ȟ1酃=6}ɡŇƉ立h + name: "147" + namespace: "149" + ownerReferences: + - apiVersion: "156" + blockOwnerDeletion: false + controller: false + kind: "157" + name: "158" + uid: 閝ȝ + resourceVersion: "11451542506523135343" + selfLink: "150" + uid: H巧壚tC十Oɢ + spec: + accessModes: + - '鲡:' + dataSource: + apiGroup: "172" + kind: "173" + name: "174" + resources: + limits: + Ŗȫ焗捏ĨFħ籘: "853" + requests: + zɟ踡肒Ao/樝fw[Řż丩ŽoǠ: "918" + selector: + matchExpressions: + - key: m_0_F03_J + operator: NotIn + values: + - 4FpF_W-6 + matchLabels: + 0-.-yz-0-_p4mz--.I_f6kjsz-7lwY-Y93-6: igm_-._.q6 + storageClassName: "171" + volumeMode: Z1Ůđ眊ľǎɳ,ǿ飏騀呣 + volumeName: "170" + fc: + fsType: "94" + lun: -1740986684 + readOnly: true + targetWWNs: + - "93" + wwids: + - "95" + flexVolume: + driver: "73" + fsType: "74" + options: + "76": "77" + readOnly: true + secretRef: + name: "75" + flocker: + datasetName: "86" + datasetUUID: "87" + gcePersistentDisk: + fsType: "45" + partition: -1188153605 + pdName: "44" + gitRepo: + directory: "50" + repository: "48" + revision: "49" + glusterfs: + endpoints: "63" + path: "64" + readOnly: true + hostPath: + path: "43" + type: ƛƟ)ÙæNǚ錯ƶRquA?瞲Ť倱< + iscsi: + chapAuthDiscovery: true + fsType: "59" + initiatorName: "62" + iqn: "57" + iscsiInterface: "58" + lun: 994527057 + portals: + - "60" + secretRef: + name: "61" + targetPortal: "56" + name: "42" + nfs: + path: "55" + readOnly: true + server: "54" + persistentVolumeClaim: + claimName: "65" + readOnly: true + photonPersistentDisk: + fsType: "114" + pdID: "113" + portworxVolume: + fsType: "129" + readOnly: true + volumeID: "128" + projected: + defaultMode: -1334904807 + sources: + - configMap: + items: + - key: "124" + mode: 2063799569 + path: "125" + name: "123" + optional: false + downwardAPI: + items: + - fieldRef: + apiVersion: "119" + fieldPath: "120" + mode: 173030157 + path: "118" + resourceFieldRef: + containerName: "121" + divisor: "106" + resource: "122" + secret: + items: + - key: "116" + mode: -323584340 + path: "117" + name: "115" + optional: true + serviceAccountToken: + audience: "126" + expirationSeconds: 8357931971650847566 + path: "127" + quobyte: + group: "108" + registry: "105" + tenant: "109" + user: "107" + volume: "106" + rbd: + fsType: "68" + image: "67" + keyring: "71" + monitors: + - "66" + pool: "69" + secretRef: + name: "72" + user: "70" + scaleIO: + fsType: "137" + gateway: "130" + protectionDomain: "133" + secretRef: + name: "132" + storageMode: "135" + storagePool: "134" + system: "131" + volumeName: "136" + secret: + defaultMode: 332383000 + items: + - key: "52" + mode: -547518679 + path: "53" + optional: true + secretName: "51" + storageos: + fsType: "140" + secretRef: + name: "141" + volumeName: "138" + volumeNamespace: "139" + vsphereVolume: + fsType: "102" + storagePolicyID: "104" + storagePolicyName: "103" + volumePath: "101" +status: + availableReplicas: -1172851921 + collisionCount: -73034396 + conditions: + - lastTransitionTime: "2151-08-19T18:24:00Z" + lastUpdateTime: "2792-08-11T23:40:18Z" + message: "460" + reason: "459" + status: íEd楗鱶镖喗vȥ倉螆ȨX> + type: ʤY囙邵鄨o鷺ɷ裝TG奟cõ乨 + observedGeneration: 8090469215987662586 + readyReplicas: 877113289 + replicas: 782219862 + unavailableReplicas: -763028101 + updatedReplicas: 1380163777 diff --git a/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta2.ReplicaSet.after_roundtrip.json b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta2.ReplicaSet.after_roundtrip.json new file mode 100644 index 00000000000..52bff396ec2 --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta2.ReplicaSet.after_roundtrip.json @@ -0,0 +1,1489 @@ +{ + "kind": "ReplicaSet", + "apiVersion": "apps/v1beta2", + "metadata": { + "name": "2", + "generateName": "3", + "namespace": "4", + "selfLink": "5", + "uid": "7", + "resourceVersion": "11042405498087606203", + "generation": 8071137005907523419, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -4955867275792137171, + "labels": { + "7": "8" + }, + "annotations": { + "9": "10" + }, + "ownerReferences": [ + { + "apiVersion": "11", + "kind": "12", + "name": "13", + "uid": "Dz廔ȇ{sŊƏp", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "14" + ], + "clusterName": "15", + "managedFields": [ + { + "manager": "16", + "operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]", + "apiVersion": "17", + "fieldsType": "18" + } + ] + }, + "spec": { + "replicas": 896585016, + "minReadySeconds": -1971381490, + "selector": { + "matchLabels": { + "g8c2-k-912e5-c-e63-n-3snh-z--3uy5-----578/s.X8u4_.l.wV--__-Nx.N_6-___._-.-W._AAn---v_-5-_8LXP-o-9..1l-5": "" + }, + "matchExpressions": [ + { + "key": "U-_Bq.m_-.q8_v2LiTF_a981d3-7-fP81.-.9Vdx.TB_M-H_5_t", + "operator": "In", + "values": [ + "M--n1-p5.3___47._49pIB_o61ISU4--A_.XK_._M9T9sH.W5" + ] + } + ] + }, + "template": { + "metadata": { + "name": "25", + "generateName": "26", + "namespace": "27", + "selfLink": "28", + "uid": "ʬ", + "resourceVersion": "7336814125345800857", + "generation": -6617020301190572172, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -152893758082474859, + "labels": { + "30": "31" + }, + "annotations": { + "32": "33" + }, + "ownerReferences": [ + { + "apiVersion": "34", + "kind": "35", + "name": "36", + "uid": "ɖgȏ哙ȍȂ揲ȼDDŽLŬp:", + "controller": true, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "37" + ], + "clusterName": "38", + "managedFields": [ + { + "manager": "39", + "operation": "ƅS·Õüe0ɔȖ脵鴈Ō", + "apiVersion": "40", + "fieldsType": "41" + } + ] + }, + "spec": { + "volumes": [ + { + "name": "42", + "hostPath": { + "path": "43", + "type": "6NJPM饣`诫z徃鷢6ȥ啕禗Ǐ2啗塧ȱ" + }, + "emptyDir": { + "medium": "彭聡A3fƻfʣ", + "sizeLimit": "115" + }, + "gcePersistentDisk": { + "pdName": "44", + "fsType": "45", + "partition": -1499132872 + }, + "awsElasticBlockStore": { + "volumeID": "46", + "fsType": "47", + "partition": -762366823, + "readOnly": true + }, + "gitRepo": { + "repository": "48", + "revision": "49", + "directory": "50" + }, + "secret": { + "secretName": "51", + "items": [ + { + "key": "52", + "path": "53", + "mode": -104666658 + } + ], + "defaultMode": 372704313, + "optional": true + }, + "nfs": { + "server": "54", + "path": "55", + "readOnly": true + }, + "iscsi": { + "targetPortal": "56", + "iqn": "57", + "lun": 1655406148, + "iscsiInterface": "58", + "fsType": "59", + "readOnly": true, + "portals": [ + "60" + ], + "secretRef": { + "name": "61" + }, + "initiatorName": "62" + }, + "glusterfs": { + "endpoints": "63", + "path": "64" + }, + "persistentVolumeClaim": { + "claimName": "65", + "readOnly": true + }, + "rbd": { + "monitors": [ + "66" + ], + "image": "67", + "fsType": "68", + "pool": "69", + "user": "70", + "keyring": "71", + "secretRef": { + "name": "72" + }, + "readOnly": true + }, + "flexVolume": { + "driver": "73", + "fsType": "74", + "secretRef": { + "name": "75" + }, + "options": { + "76": "77" + } + }, + "cinder": { + "volumeID": "78", + "fsType": "79", + "secretRef": { + "name": "80" + } + }, + "cephfs": { + "monitors": [ + "81" + ], + "path": "82", + "user": "83", + "secretFile": "84", + "secretRef": { + "name": "85" + } + }, + "flocker": { + "datasetName": "86", + "datasetUUID": "87" + }, + "downwardAPI": { + "items": [ + { + "path": "88", + "fieldRef": { + "apiVersion": "89", + "fieldPath": "90" + }, + "resourceFieldRef": { + "containerName": "91", + "resource": "92", + "divisor": "457" + }, + "mode": 1235524154 + } + ], + "defaultMode": -106644772 + }, + "fc": { + "targetWWNs": [ + "93" + ], + "lun": 441887498, + "fsType": "94", + "readOnly": true, + "wwids": [ + "95" + ] + }, + "azureFile": { + "secretName": "96", + "shareName": "97" + }, + "configMap": { + "name": "98", + "items": [ + { + "key": "99", + "path": "100", + "mode": -2039036935 + } + ], + "defaultMode": -460478410, + "optional": false + }, + "vsphereVolume": { + "volumePath": "101", + "fsType": "102", + "storagePolicyName": "103", + "storagePolicyID": "104" + }, + "quobyte": { + "registry": "105", + "volume": "106", + "readOnly": true, + "user": "107", + "group": "108", + "tenant": "109" + }, + "azureDisk": { + "diskName": "110", + "diskURI": "111", + "cachingMode": "HǺƶȤ^}穠", + "fsType": "112", + "readOnly": true, + "kind": "躢" + }, + "photonPersistentDisk": { + "pdID": "113", + "fsType": "114" + }, + "projected": { + "sources": [ + { + "secret": { + "name": "115", + "items": [ + { + "key": "116", + "path": "117", + "mode": -1399063270 + } + ], + "optional": true + }, + "downwardAPI": { + "items": [ + { + "path": "118", + "fieldRef": { + "apiVersion": "119", + "fieldPath": "120" + }, + "resourceFieldRef": { + "containerName": "121", + "resource": "122", + "divisor": "746" + }, + "mode": 926891073 + } + ] + }, + "configMap": { + "name": "123", + "items": [ + { + "key": "124", + "path": "125", + "mode": -1694464659 + } + ], + "optional": true + }, + "serviceAccountToken": { + "audience": "126", + "expirationSeconds": -7593824971107985079, + "path": "127" + } + } + ], + "defaultMode": -522879476 + }, + "portworxVolume": { + "volumeID": "128", + "fsType": "129" + }, + "scaleIO": { + "gateway": "130", + "system": "131", + "secretRef": { + "name": "132" + }, + "protectionDomain": "133", + "storagePool": "134", + "storageMode": "135", + "volumeName": "136", + "fsType": "137" + }, + "storageos": { + "volumeName": "138", + "volumeNamespace": "139", + "fsType": "140", + "readOnly": true, + "secretRef": { + "name": "141" + } + }, + "csi": { + "driver": "142", + "readOnly": false, + "fsType": "143", + "volumeAttributes": { + "144": "145" + }, + "nodePublishSecretRef": { + "name": "146" + } + }, + "ephemeral": { + "volumeClaimTemplate": { + "metadata": { + "name": "147", + "generateName": "148", + "namespace": "149", + "selfLink": "150", + "resourceVersion": "5302358391842833914", + "generation": 6327094951466338107, + "creationTimestamp": null, + "deletionGracePeriodSeconds": 4217400953499279873, + "labels": { + "152": "153" + }, + "annotations": { + "154": "155" + }, + "ownerReferences": [ + { + "apiVersion": "156", + "kind": "157", + "name": "158", + "uid": "", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "159" + ], + "clusterName": "160", + "managedFields": [ + { + "manager": "161", + "operation": "O醔ɍ厶耈 T衧ȇe媹Hǝ呮}臷Ľð", + "apiVersion": "162", + "fieldsType": "163" + } + ] + }, + "spec": { + "accessModes": [ + "eÞȦY籎顒" + ], + "selector": { + "matchLabels": { + "5_Or.i1_7z.WH-.L": "d2-N_Y.t--0" + }, + "matchExpressions": [ + { + "key": "a40--87-1wpl6-2-310e5hyzn0w-p4mz4.w-6d/6yV07-_.___gO-d.iUaC_wYSJfB._.zS-._..3le-4", + "operator": "DoesNotExist" + } + ] + }, + "resources": { + "limits": { + "ŴĿ": "377" + }, + "requests": { + ".Q貇£ȹ嫰ƹǔw÷nI": "718" + } + }, + "volumeName": "170", + "storageClassName": "171", + "volumeMode": "ŀ樺ȃv渟7¤7djƯĖ漘Z剚敍0", + "dataSource": { + "apiGroup": "172", + "kind": "173", + "name": "174" + } + } + } + } + } + ], + "initContainers": [ + { + "name": "175", + "image": "176", + "command": [ + "177" + ], + "args": [ + "178" + ], + "workingDir": "179", + "ports": [ + { + "name": "180", + "hostPort": 747521320, + "containerPort": 859639931, + "protocol": "p儼Ƿ裚瓶釆Ɗ+j忊Ŗȫ焗捏ĨF", + "hostIP": "181" + } + ], + "envFrom": [ + { + "prefix": "182", + "configMapRef": { + "name": "183", + "optional": true + }, + "secretRef": { + "name": "184", + "optional": true + } + } + ], + "env": [ + { + "name": "185", + "value": "186", + "valueFrom": { + "fieldRef": { + "apiVersion": "187", + "fieldPath": "188" + }, + "resourceFieldRef": { + "containerName": "189", + "resource": "190", + "divisor": "663" + }, + "configMapKeyRef": { + "name": "191", + "key": "192", + "optional": true + }, + "secretKeyRef": { + "name": "193", + "key": "194", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "ſ盷": "532" + }, + "requests": { + "[Řż丩": "47" + } + }, + "volumeMounts": [ + { + "name": "195", + "mountPath": "196", + "subPath": "197", + "mountPropagation": "VƋZ1Ůđ眊ľǎɳ,ǿ飏", + "subPathExpr": "198" + } + ], + "volumeDevices": [ + { + "name": "199", + "devicePath": "200" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "201" + ] + }, + "httpGet": { + "path": "202", + "port": 1214895765, + "host": "203", + "scheme": "悖ȩ0Ƹ[Ęİ榌U", + "httpHeaders": [ + { + "name": "204", + "value": "205" + } + ] + }, + "tcpSocket": { + "port": -187060941, + "host": "206" + }, + "initialDelaySeconds": -442393168, + "timeoutSeconds": -307373517, + "periodSeconds": 1109079597, + "successThreshold": -646728130, + "failureThreshold": 1684643131 + }, + "readinessProbe": { + "exec": { + "command": [ + "207" + ] + }, + "httpGet": { + "path": "208", + "port": "209", + "host": "210", + "scheme": "荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3", + "httpHeaders": [ + { + "name": "211", + "value": "212" + } + ] + }, + "tcpSocket": { + "port": "213", + "host": "214" + }, + "initialDelaySeconds": 238949508, + "timeoutSeconds": -1389418722, + "periodSeconds": 851018015, + "successThreshold": 596942561, + "failureThreshold": -1880980172 + }, + "startupProbe": { + "exec": { + "command": [ + "215" + ] + }, + "httpGet": { + "path": "216", + "port": 10098903, + "host": "217", + "scheme": "«丯Ƙ枛牐ɺ皚", + "httpHeaders": [ + { + "name": "218", + "value": "219" + } + ] + }, + "tcpSocket": { + "port": -1934111455, + "host": "220" + }, + "initialDelaySeconds": 766864314, + "timeoutSeconds": 1146016612, + "periodSeconds": 1495880465, + "successThreshold": -1032967081, + "failureThreshold": 59664438 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "221" + ] + }, + "httpGet": { + "path": "222", + "port": "223", + "host": "224", + "scheme": "'", + "httpHeaders": [ + { + "name": "225", + "value": "226" + } + ] + }, + "tcpSocket": { + "port": -801430937, + "host": "227" + } + }, + "preStop": { + "exec": { + "command": [ + "228" + ] + }, + "httpGet": { + "path": "229", + "port": 1810980158, + "host": "230", + "scheme": "_ƮA攤/ɸɎ R§耶FfBl", + "httpHeaders": [ + { + "name": "231", + "value": "232" + } + ] + }, + "tcpSocket": { + "port": 1074486306, + "host": "233" + } + } + }, + "terminationMessagePath": "234", + "terminationMessagePolicy": "Zɾģ毋Ó6dz娝嘚庎D}埽uʎ", + "imagePullPolicy": "Ǖɳɷ9Ì崟¿瘦ɖ緕", + "securityContext": { + "capabilities": { + "add": [ + "勅跦Opwǩ曬逴褜1Ø" + ], + "drop": [ + "ȠƬQg鄠[颐o啛更偢ɇ卷荙JLĹ]" + ] + }, + "privileged": true, + "seLinuxOptions": { + "user": "235", + "role": "236", + "type": "237", + "level": "238" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "239", + "gmsaCredentialSpec": "240", + "runAsUserName": "241" + }, + "runAsUser": -6470941481344047265, + "runAsGroup": 1373384864388370080, + "runAsNonRoot": false, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "W:ĸ輦唊#v", + "seccompProfile": { + "type": "ʩȂ4ē鐭#", + "localhostProfile": "242" + } + }, + "stdinOnce": true + } + ], + "containers": [ + { + "name": "243", + "image": "244", + "command": [ + "245" + ], + "args": [ + "246" + ], + "workingDir": "247", + "ports": [ + { + "name": "248", + "hostPort": -179937987, + "containerPort": -1911544792, + "protocol": "苧yñKJɐ扵Gƚ绤fʀļ腩", + "hostIP": "249" + } + ], + "envFrom": [ + { + "prefix": "250", + "configMapRef": { + "name": "251", + "optional": false + }, + "secretRef": { + "name": "252", + "optional": false + } + } + ], + "env": [ + { + "name": "253", + "value": "254", + "valueFrom": { + "fieldRef": { + "apiVersion": "255", + "fieldPath": "256" + }, + "resourceFieldRef": { + "containerName": "257", + "resource": "258", + "divisor": "189" + }, + "configMapKeyRef": { + "name": "259", + "key": "260", + "optional": false + }, + "secretKeyRef": { + "name": "261", + "key": "262", + "optional": true + } + } + } + ], + "resources": { + "limits": { + "蔞|表徶đ寳议Ƭƶ氩Ȩ\u003c6": "446" + }, + "requests": { + "ŕ翑0展}": "910" + } + }, + "volumeMounts": [ + { + "name": "263", + "mountPath": "264", + "subPath": "265", + "mountPropagation": "碔", + "subPathExpr": "266" + } + ], + "volumeDevices": [ + { + "name": "267", + "devicePath": "268" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "269" + ] + }, + "httpGet": { + "path": "270", + "port": -260262954, + "host": "271", + "scheme": "ŵ橨鬶l獕;跣H", + "httpHeaders": [ + { + "name": "272", + "value": "273" + } + ] + }, + "tcpSocket": { + "port": -1164530482, + "host": "274" + }, + "initialDelaySeconds": 1877574041, + "timeoutSeconds": 1430286749, + "periodSeconds": -374766088, + "successThreshold": -736151561, + "failureThreshold": -1515369804 + }, + "readinessProbe": { + "exec": { + "command": [ + "275" + ] + }, + "httpGet": { + "path": "276", + "port": 1909548849, + "host": "277", + "scheme": "4Ǒ輂,ŕĪ", + "httpHeaders": [ + { + "name": "278", + "value": "279" + } + ] + }, + "tcpSocket": { + "port": 567263590, + "host": "280" + }, + "initialDelaySeconds": 887319241, + "timeoutSeconds": 1559618829, + "periodSeconds": 1156888068, + "successThreshold": -1296077882, + "failureThreshold": 937646333 + }, + "startupProbe": { + "exec": { + "command": [ + "281" + ] + }, + "httpGet": { + "path": "282", + "port": 1328165061, + "host": "283", + "scheme": "¸gĩ", + "httpHeaders": [ + { + "name": "284", + "value": "285" + } + ] + }, + "tcpSocket": { + "port": 1186392166, + "host": "286" + }, + "initialDelaySeconds": 725793326, + "timeoutSeconds": 217380320, + "periodSeconds": -239231628, + "successThreshold": 1143791964, + "failureThreshold": -1129035468 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "287" + ] + }, + "httpGet": { + "path": "288", + "port": 972193458, + "host": "289", + "scheme": "ƺ蛜6Ɖ飴ɎiǨź", + "httpHeaders": [ + { + "name": "290", + "value": "291" + } + ] + }, + "tcpSocket": { + "port": -1453143878, + "host": "292" + } + }, + "preStop": { + "exec": { + "command": [ + "293" + ] + }, + "httpGet": { + "path": "294", + "port": "295", + "host": "296", + "scheme": "ɥ嵐sC8?Ǻ鱎ƙ;Nŕ璻", + "httpHeaders": [ + { + "name": "297", + "value": "298" + } + ] + }, + "tcpSocket": { + "port": "299", + "host": "300" + } + } + }, + "terminationMessagePath": "301", + "terminationMessagePolicy": "h亏yƕ丆録²Ŏ)/灩聋3趐囨鏻砅邻", + "imagePullPolicy": "騎C\"6x$1sȣ±p鋄", + "securityContext": { + "capabilities": { + "add": [ + "ȹ均i绝5哇芆斩ìh4Ɋ" + ], + "drop": [ + "Ȗ|ʐşƧ諔迮ƙIJ嘢4" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "302", + "role": "303", + "type": "304", + "level": "305" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "306", + "gmsaCredentialSpec": "307", + "runAsUserName": "308" + }, + "runAsUser": 4288903380102217677, + "runAsGroup": 6618112330449141397, + "runAsNonRoot": false, + "readOnlyRootFilesystem": false, + "allowPrivilegeEscalation": false, + "procMount": "ďW賁Ěɭɪǹ0衷,ƷƣMț譎懚XW", + "seccompProfile": { + "type": "鑳w妕眵笭/9崍h趭", + "localhostProfile": "309" + } + }, + "stdin": true + } + ], + "ephemeralContainers": [ + { + "name": "310", + "image": "311", + "command": [ + "312" + ], + "args": [ + "313" + ], + "workingDir": "314", + "ports": [ + { + "name": "315", + "hostPort": -748525373, + "containerPort": 805162379, + "protocol": "ǵ xǨŴ壶ƵfȽÃ", + "hostIP": "316" + } + ], + "envFrom": [ + { + "prefix": "317", + "configMapRef": { + "name": "318", + "optional": false + }, + "secretRef": { + "name": "319", + "optional": true + } + } + ], + "env": [ + { + "name": "320", + "value": "321", + "valueFrom": { + "fieldRef": { + "apiVersion": "322", + "fieldPath": "323" + }, + "resourceFieldRef": { + "containerName": "324", + "resource": "325", + "divisor": "854" + }, + "configMapKeyRef": { + "name": "326", + "key": "327", + "optional": true + }, + "secretKeyRef": { + "name": "328", + "key": "329", + "optional": true + } + } + } + ], + "resources": { + "limits": { + "ğ Ņ#耗Ǚ(": "24" + }, + "requests": { + "瘍Nʊ輔3璾ėȜv1b繐汚": "243" + } + }, + "volumeMounts": [ + { + "name": "330", + "readOnly": true, + "mountPath": "331", + "subPath": "332", + "mountPropagation": "Ü[ƛ^輅9ɛ棕ƈ眽炊礫Ƽ", + "subPathExpr": "333" + } + ], + "volumeDevices": [ + { + "name": "334", + "devicePath": "335" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "336" + ] + }, + "httpGet": { + "path": "337", + "port": "338", + "host": "339", + "scheme": "dŊiɢ", + "httpHeaders": [ + { + "name": "340", + "value": "341" + } + ] + }, + "tcpSocket": { + "port": -370404018, + "host": "342" + }, + "initialDelaySeconds": -1844150067, + "timeoutSeconds": 414056303, + "periodSeconds": -1143639551, + "successThreshold": 571693619, + "failureThreshold": 1643238856 + }, + "readinessProbe": { + "exec": { + "command": [ + "343" + ] + }, + "httpGet": { + "path": "344", + "port": 677650619, + "host": "345", + "scheme": "怖ý萜Ǖc8ǣƘƵŧ1ƟƓ宆!鍲ɋȑ", + "httpHeaders": [ + { + "name": "346", + "value": "347" + } + ] + }, + "tcpSocket": { + "port": -843639240, + "host": "348" + }, + "initialDelaySeconds": 1573261475, + "timeoutSeconds": -1211577347, + "periodSeconds": 1529027685, + "successThreshold": -1612005385, + "failureThreshold": -1706593993 + }, + "startupProbe": { + "exec": { + "command": [ + "349" + ] + }, + "httpGet": { + "path": "350", + "port": "351", + "host": "352", + "scheme": "U", + "httpHeaders": [ + { + "name": "353", + "value": "354" + } + ] + }, + "tcpSocket": { + "port": 758604605, + "host": "355" + }, + "initialDelaySeconds": -291429895, + "timeoutSeconds": -478839383, + "periodSeconds": 989933975, + "successThreshold": 140830733, + "failureThreshold": -708495486 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "356" + ] + }, + "httpGet": { + "path": "357", + "port": "358", + "host": "359", + "scheme": "臜裡×銵-紑浘", + "httpHeaders": [ + { + "name": "360", + "value": "361" + } + ] + }, + "tcpSocket": { + "port": -1095116290, + "host": "362" + } + }, + "preStop": { + "exec": { + "command": [ + "363" + ] + }, + "httpGet": { + "path": "364", + "port": -1431381588, + "host": "365", + "scheme": "JŵǤ", + "httpHeaders": [ + { + "name": "366", + "value": "367" + } + ] + }, + "tcpSocket": { + "port": "368", + "host": "369" + } + } + }, + "terminationMessagePath": "370", + "terminationMessagePolicy": "鉂WJ1抉泅ą\u0026疀ȼN翾ȾD虓氙磂t", + "imagePullPolicy": ":/", + "securityContext": { + "capabilities": { + "add": [ + "诵H玲鑠ĭ$#卛8ð" + ], + "drop": [ + "Q橱9ij\\Ď愝Ű藛b" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "371", + "role": "372", + "type": "373", + "level": "374" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "375", + "gmsaCredentialSpec": "376", + "runAsUserName": "377" + }, + "runAsUser": 5574781452707956333, + "runAsGroup": 8850141386971124227, + "runAsNonRoot": false, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": false, + "procMount": "忀oɎƺL肄$鬬", + "seccompProfile": { + "type": "矐_", + "localhostProfile": "378" + } + }, + "tty": true, + "targetContainerName": "379" + } + ], + "restartPolicy": "嵞嬯t{Eɾ敹Ȯ-湷D谹", + "terminationGracePeriodSeconds": -2985049970189992560, + "activeDeadlineSeconds": 4369716065827112267, + "nodeSelector": { + "380": "381" + }, + "serviceAccountName": "382", + "serviceAccount": "383", + "automountServiceAccountToken": true, + "nodeName": "384", + "shareProcessNamespace": false, + "securityContext": { + "seLinuxOptions": { + "user": "385", + "role": "386", + "type": "387", + "level": "388" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "389", + "gmsaCredentialSpec": "390", + "runAsUserName": "391" + }, + "runAsUser": 1322232608671575212, + "runAsGroup": -3565639689247870986, + "runAsNonRoot": false, + "supplementalGroups": [ + -7888525810745339742 + ], + "fsGroup": -3029419263270634763, + "sysctls": [ + { + "name": "392", + "value": "393" + } + ], + "fsGroupChangePolicy": "?jĎĭ¥#ƱÁR»淹揀.", + "seccompProfile": { + "type": "鍃G昧牱", + "localhostProfile": "394" + } + }, + "imagePullSecrets": [ + { + "name": "395" + } + ], + "hostname": "396", + "subdomain": "397", + "affinity": { + "nodeAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": { + "nodeSelectorTerms": [ + { + "matchExpressions": [ + { + "key": "398", + "operator": "", + "values": [ + "399" + ] + } + ], + "matchFields": [ + { + "key": "400", + "operator": "kƒK07曳wœj堑ūM鈱ɖ'蠨磼", + "values": [ + "401" + ] + } + ] + } + ] + }, + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 1724658051, + "preference": { + "matchExpressions": [ + { + "key": "402", + "operator": "盌3+Œ", + "values": [ + "403" + ] + } + ], + "matchFields": [ + { + "key": "404", + "operator": ")Zq=歍þ", + "values": [ + "405" + ] + } + ] + } + } + ] + }, + "podAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "a-z_-..6W.VKs": "1" + }, + "matchExpressions": [ + { + "key": "KA-._d._.Um.-__0", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "412" + ], + "topologyKey": "413" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 1387858949, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "y_-3_L_2--_v2.5p_6": "u.wg_-b8a_6_.0Q4_.84.K_-_0_..u.F.pq..--3QC1--L--v_Z--Zg-_Q" + }, + "matchExpressions": [ + { + "key": "3--51", + "operator": "NotIn", + "values": [ + "C.-e16-O5" + ] + } + ] + }, + "namespaces": [ + "420" + ], + "topologyKey": "421" + } + } + ] + }, + "podAntiAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "93z-w5----7-z-63-z---5r-v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-354/9--v17r__.2bIZ___._6..tf-_u-3-_n0..KpiS.oK-.O--5-yp8q_s-1__gwj": "5HG2_5XOAX.gUqV22-4-ye52yQh7.6.-y-s4483Po_L3f1-7_O4.nM" + }, + "matchExpressions": [ + { + "key": "8mtxb__-ex-_1_-ODgC_1-_8__3", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "428" + ], + "topologyKey": "429" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -824709210, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "O2G_-_K-.03.mp.-10KkQ-R_R.-.--4_IT_O__3.5h_XC0_-7.-j": "O_8-b6E_--Y_Dp8O_._e_3_.4_W_-_-7Tp_.----p" + }, + "matchExpressions": [ + { + "key": "H72-_--pT7p", + "operator": "NotIn", + "values": [ + "0_._f" + ] + } + ] + }, + "namespaces": [ + "436" + ], + "topologyKey": "437" + } + } + ] + } + }, + "schedulerName": "438", + "tolerations": [ + { + "key": "439", + "operator": "ƞ=掔廛ĤJŇv膈ǣʛsĊ剞", + "value": "440", + "effect": "Ɵ鳝稃Ȍ液文?謮ɶÎ磣:mʂ渢pɉ驻(", + "tolerationSeconds": 5238971742940252651 + } + ], + "hostAliases": [ + { + "ip": "441", + "hostnames": [ + "442" + ] + } + ], + "priorityClassName": "443", + "priority": -125022959, + "dnsConfig": { + "nameservers": [ + "444" + ], + "searches": [ + "445" + ], + "options": [ + { + "name": "446", + "value": "447" + } + ] + }, + "readinessGates": [ + { + "conditionType": "Ɍ邪鳖üzÁ" + } + ], + "runtimeClassName": "448", + "enableServiceLinks": false, + "preemptionPolicy": ".Ą", + "overhead": { + "ɨ悪@黝Ɓ": "177" + }, + "topologySpreadConstraints": [ + { + "maxSkew": -1569123121, + "topologyKey": "449", + "whenUnsatisfiable": "魨练脨,Ƃ3貊ɔ帘錇š裢C仗ɂ覥", + "labelSelector": { + "matchLabels": { + "4e-_07-ht-E6___-X__H.-39-A_-_l67Q.-_t--O.3L.z2-y.-...C4_-_G": "8-c_C.G.h--m.f" + }, + "matchExpressions": [ + { + "key": "OA_090ERG2nV.__p_Y-.2__a_dWU_V-_QA", + "operator": "NotIn", + "values": [ + "7CY-_dc__G6N-_-0o.0C_gV.9_G-.-z1Y_HEb.9x8" + ] + } + ] + } + } + ], + "setHostnameAsFQDN": false + } + } + }, + "status": { + "replicas": 337922430, + "fullyLabeledReplicas": 31486357, + "readyReplicas": -1983654895, + "availableReplicas": 1308809900, + "observedGeneration": -5594148640067537624, + "conditions": [ + { + "type": "议ĪS", + "status": "?Ď筌ʨ:ÿ1諘蚿[ĵ皥袨\\k%橳", + "lastTransitionTime": "2125-04-24T12:13:40Z", + "reason": "456", + "message": "457" + } + ] + } +} \ No newline at end of file diff --git a/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta2.ReplicaSet.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta2.ReplicaSet.after_roundtrip.pb new file mode 100644 index 0000000000000000000000000000000000000000..7afade16394a5820a0c2094de6586b60f649cdab GIT binary patch literal 6814 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 literal 0 HcmV?d00001 diff --git a/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta2.ReplicaSet.after_roundtrip.yaml b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta2.ReplicaSet.after_roundtrip.yaml new file mode 100644 index 00000000000..e059eb2ac3d --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta2.ReplicaSet.after_roundtrip.yaml @@ -0,0 +1,1016 @@ +apiVersion: apps/v1beta2 +kind: ReplicaSet +metadata: + annotations: + "9": "10" + clusterName: "15" + creationTimestamp: null + deletionGracePeriodSeconds: -4955867275792137171 + finalizers: + - "14" + generateName: "3" + generation: 8071137005907523419 + labels: + "7": "8" + managedFields: + - apiVersion: "17" + fieldsType: "18" + manager: "16" + operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć] + name: "2" + namespace: "4" + ownerReferences: + - apiVersion: "11" + blockOwnerDeletion: true + controller: false + kind: "12" + name: "13" + uid: Dz廔ȇ{sŊƏp + resourceVersion: "11042405498087606203" + selfLink: "5" + uid: "7" +spec: + minReadySeconds: -1971381490 + replicas: 896585016 + selector: + matchExpressions: + - key: U-_Bq.m_-.q8_v2LiTF_a981d3-7-fP81.-.9Vdx.TB_M-H_5_t + operator: In + values: + - M--n1-p5.3___47._49pIB_o61ISU4--A_.XK_._M9T9sH.W5 + matchLabels: + g8c2-k-912e5-c-e63-n-3snh-z--3uy5-----578/s.X8u4_.l.wV--__-Nx.N_6-___._-.-W._AAn---v_-5-_8LXP-o-9..1l-5: "" + template: + metadata: + annotations: + "32": "33" + clusterName: "38" + creationTimestamp: null + deletionGracePeriodSeconds: -152893758082474859 + finalizers: + - "37" + generateName: "26" + generation: -6617020301190572172 + labels: + "30": "31" + managedFields: + - apiVersion: "40" + fieldsType: "41" + manager: "39" + operation: ƅS·Õüe0ɔȖ脵鴈Ō + name: "25" + namespace: "27" + ownerReferences: + - apiVersion: "34" + blockOwnerDeletion: true + controller: true + kind: "35" + name: "36" + uid: 'ɖgȏ哙ȍȂ揲ȼDDŽLŬp:' + resourceVersion: "7336814125345800857" + selfLink: "28" + uid: ʬ + spec: + activeDeadlineSeconds: 4369716065827112267 + affinity: + nodeAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - preference: + matchExpressions: + - key: "402" + operator: 盌3+Œ + values: + - "403" + matchFields: + - key: "404" + operator: )Zq=歍þ + values: + - "405" + weight: 1724658051 + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: "398" + operator: "" + values: + - "399" + matchFields: + - key: "400" + operator: kƒK07曳wœj堑ūM鈱ɖ'蠨磼 + values: + - "401" + podAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: 3--51 + operator: NotIn + values: + - C.-e16-O5 + matchLabels: + y_-3_L_2--_v2.5p_6: u.wg_-b8a_6_.0Q4_.84.K_-_0_..u.F.pq..--3QC1--L--v_Z--Zg-_Q + namespaces: + - "420" + topologyKey: "421" + weight: 1387858949 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: KA-._d._.Um.-__0 + operator: DoesNotExist + matchLabels: + a-z_-..6W.VKs: "1" + namespaces: + - "412" + topologyKey: "413" + podAntiAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: H72-_--pT7p + operator: NotIn + values: + - 0_._f + matchLabels: + O2G_-_K-.03.mp.-10KkQ-R_R.-.--4_IT_O__3.5h_XC0_-7.-j: O_8-b6E_--Y_Dp8O_._e_3_.4_W_-_-7Tp_.----p + namespaces: + - "436" + topologyKey: "437" + weight: -824709210 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: 8mtxb__-ex-_1_-ODgC_1-_8__3 + operator: DoesNotExist + matchLabels: + 93z-w5----7-z-63-z---5r-v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-354/9--v17r__.2bIZ___._6..tf-_u-3-_n0..KpiS.oK-.O--5-yp8q_s-1__gwj: 5HG2_5XOAX.gUqV22-4-ye52yQh7.6.-y-s4483Po_L3f1-7_O4.nM + namespaces: + - "428" + topologyKey: "429" + automountServiceAccountToken: true + containers: + - args: + - "246" + command: + - "245" + env: + - name: "253" + value: "254" + valueFrom: + configMapKeyRef: + key: "260" + name: "259" + optional: false + fieldRef: + apiVersion: "255" + fieldPath: "256" + resourceFieldRef: + containerName: "257" + divisor: "189" + resource: "258" + secretKeyRef: + key: "262" + name: "261" + optional: true + envFrom: + - configMapRef: + name: "251" + optional: false + prefix: "250" + secretRef: + name: "252" + optional: false + image: "244" + imagePullPolicy: 騎C"6x$1sȣ±p鋄 + lifecycle: + postStart: + exec: + command: + - "287" + httpGet: + host: "289" + httpHeaders: + - name: "290" + value: "291" + path: "288" + port: 972193458 + scheme: ƺ蛜6Ɖ飴ɎiǨź + tcpSocket: + host: "292" + port: -1453143878 + preStop: + exec: + command: + - "293" + httpGet: + host: "296" + httpHeaders: + - name: "297" + value: "298" + path: "294" + port: "295" + scheme: ɥ嵐sC8?Ǻ鱎ƙ;Nŕ璻 + tcpSocket: + host: "300" + port: "299" + livenessProbe: + exec: + command: + - "269" + failureThreshold: -1515369804 + httpGet: + host: "271" + httpHeaders: + - name: "272" + value: "273" + path: "270" + port: -260262954 + scheme: ŵ橨鬶l獕;跣H + initialDelaySeconds: 1877574041 + periodSeconds: -374766088 + successThreshold: -736151561 + tcpSocket: + host: "274" + port: -1164530482 + timeoutSeconds: 1430286749 + name: "243" + ports: + - containerPort: -1911544792 + hostIP: "249" + hostPort: -179937987 + name: "248" + protocol: 苧yñKJɐ扵Gƚ绤fʀļ腩 + readinessProbe: + exec: + command: + - "275" + failureThreshold: 937646333 + httpGet: + host: "277" + httpHeaders: + - name: "278" + value: "279" + path: "276" + port: 1909548849 + scheme: 4Ǒ輂,ŕĪ + initialDelaySeconds: 887319241 + periodSeconds: 1156888068 + successThreshold: -1296077882 + tcpSocket: + host: "280" + port: 567263590 + timeoutSeconds: 1559618829 + resources: + limits: + 蔞|表徶đ寳议Ƭƶ氩Ȩ<6: "446" + requests: + ŕ翑0展}: "910" + securityContext: + allowPrivilegeEscalation: false + capabilities: + add: + - ȹ均i绝5哇芆斩ìh4Ɋ + drop: + - Ȗ|ʐşƧ諔迮ƙIJ嘢4 + privileged: false + procMount: ďW賁Ěɭɪǹ0衷,ƷƣMț譎懚XW + readOnlyRootFilesystem: false + runAsGroup: 6618112330449141397 + runAsNonRoot: false + runAsUser: 4288903380102217677 + seLinuxOptions: + level: "305" + role: "303" + type: "304" + user: "302" + seccompProfile: + localhostProfile: "309" + type: 鑳w妕眵笭/9崍h趭 + windowsOptions: + gmsaCredentialSpec: "307" + gmsaCredentialSpecName: "306" + runAsUserName: "308" + startupProbe: + exec: + command: + - "281" + failureThreshold: -1129035468 + httpGet: + host: "283" + httpHeaders: + - name: "284" + value: "285" + path: "282" + port: 1328165061 + scheme: ¸gĩ + initialDelaySeconds: 725793326 + periodSeconds: -239231628 + successThreshold: 1143791964 + tcpSocket: + host: "286" + port: 1186392166 + timeoutSeconds: 217380320 + stdin: true + terminationMessagePath: "301" + terminationMessagePolicy: h亏yƕ丆録²Ŏ)/灩聋3趐囨鏻砅邻 + volumeDevices: + - devicePath: "268" + name: "267" + volumeMounts: + - mountPath: "264" + mountPropagation: 碔 + name: "263" + subPath: "265" + subPathExpr: "266" + workingDir: "247" + dnsConfig: + nameservers: + - "444" + options: + - name: "446" + value: "447" + searches: + - "445" + enableServiceLinks: false + ephemeralContainers: + - args: + - "313" + command: + - "312" + env: + - name: "320" + value: "321" + valueFrom: + configMapKeyRef: + key: "327" + name: "326" + optional: true + fieldRef: + apiVersion: "322" + fieldPath: "323" + resourceFieldRef: + containerName: "324" + divisor: "854" + resource: "325" + secretKeyRef: + key: "329" + name: "328" + optional: true + envFrom: + - configMapRef: + name: "318" + optional: false + prefix: "317" + secretRef: + name: "319" + optional: true + image: "311" + imagePullPolicy: :/ + lifecycle: + postStart: + exec: + command: + - "356" + httpGet: + host: "359" + httpHeaders: + - name: "360" + value: "361" + path: "357" + port: "358" + scheme: 臜裡×銵-紑浘 + tcpSocket: + host: "362" + port: -1095116290 + preStop: + exec: + command: + - "363" + httpGet: + host: "365" + httpHeaders: + - name: "366" + value: "367" + path: "364" + port: -1431381588 + scheme: JŵǤ + tcpSocket: + host: "369" + port: "368" + livenessProbe: + exec: + command: + - "336" + failureThreshold: 1643238856 + httpGet: + host: "339" + httpHeaders: + - name: "340" + value: "341" + path: "337" + port: "338" + scheme: dŊiɢ + initialDelaySeconds: -1844150067 + periodSeconds: -1143639551 + successThreshold: 571693619 + tcpSocket: + host: "342" + port: -370404018 + timeoutSeconds: 414056303 + name: "310" + ports: + - containerPort: 805162379 + hostIP: "316" + hostPort: -748525373 + name: "315" + protocol: ǵ xǨŴ壶ƵfȽà + readinessProbe: + exec: + command: + - "343" + failureThreshold: -1706593993 + httpGet: + host: "345" + httpHeaders: + - name: "346" + value: "347" + path: "344" + port: 677650619 + scheme: 怖ý萜Ǖc8ǣƘƵŧ1ƟƓ宆!鍲ɋȑ + initialDelaySeconds: 1573261475 + periodSeconds: 1529027685 + successThreshold: -1612005385 + tcpSocket: + host: "348" + port: -843639240 + timeoutSeconds: -1211577347 + resources: + limits: + ğ Ņ#耗Ǚ(: "24" + requests: + 瘍Nʊ輔3璾ėȜv1b繐汚: "243" + securityContext: + allowPrivilegeEscalation: false + capabilities: + add: + - 诵H玲鑠ĭ$#卛8ð + drop: + - Q橱9ij\Ď愝Ű藛b + privileged: false + procMount: 忀oɎƺL肄$鬬 + readOnlyRootFilesystem: true + runAsGroup: 8850141386971124227 + runAsNonRoot: false + runAsUser: 5574781452707956333 + seLinuxOptions: + level: "374" + role: "372" + type: "373" + user: "371" + seccompProfile: + localhostProfile: "378" + type: 矐_ + windowsOptions: + gmsaCredentialSpec: "376" + gmsaCredentialSpecName: "375" + runAsUserName: "377" + startupProbe: + exec: + command: + - "349" + failureThreshold: -708495486 + httpGet: + host: "352" + httpHeaders: + - name: "353" + value: "354" + path: "350" + port: "351" + scheme: U + initialDelaySeconds: -291429895 + periodSeconds: 989933975 + successThreshold: 140830733 + tcpSocket: + host: "355" + port: 758604605 + timeoutSeconds: -478839383 + targetContainerName: "379" + terminationMessagePath: "370" + terminationMessagePolicy: 鉂WJ1抉泅ą&疀ȼN翾ȾD虓氙磂t + tty: true + volumeDevices: + - devicePath: "335" + name: "334" + volumeMounts: + - mountPath: "331" + mountPropagation: Ü[ƛ^輅9ɛ棕ƈ眽炊礫Ƽ + name: "330" + readOnly: true + subPath: "332" + subPathExpr: "333" + workingDir: "314" + hostAliases: + - hostnames: + - "442" + ip: "441" + hostname: "396" + imagePullSecrets: + - name: "395" + initContainers: + - args: + - "178" + command: + - "177" + env: + - name: "185" + value: "186" + valueFrom: + configMapKeyRef: + key: "192" + name: "191" + optional: true + fieldRef: + apiVersion: "187" + fieldPath: "188" + resourceFieldRef: + containerName: "189" + divisor: "663" + resource: "190" + secretKeyRef: + key: "194" + name: "193" + optional: false + envFrom: + - configMapRef: + name: "183" + optional: true + prefix: "182" + secretRef: + name: "184" + optional: true + image: "176" + imagePullPolicy: Ǖɳɷ9Ì崟¿瘦ɖ緕 + lifecycle: + postStart: + exec: + command: + - "221" + httpGet: + host: "224" + httpHeaders: + - name: "225" + value: "226" + path: "222" + port: "223" + scheme: '''' + tcpSocket: + host: "227" + port: -801430937 + preStop: + exec: + command: + - "228" + httpGet: + host: "230" + httpHeaders: + - name: "231" + value: "232" + path: "229" + port: 1810980158 + scheme: _ƮA攤/ɸɎ R§耶FfBl + tcpSocket: + host: "233" + port: 1074486306 + livenessProbe: + exec: + command: + - "201" + failureThreshold: 1684643131 + httpGet: + host: "203" + httpHeaders: + - name: "204" + value: "205" + path: "202" + port: 1214895765 + scheme: 悖ȩ0Ƹ[Ęİ榌U + initialDelaySeconds: -442393168 + periodSeconds: 1109079597 + successThreshold: -646728130 + tcpSocket: + host: "206" + port: -187060941 + timeoutSeconds: -307373517 + name: "175" + ports: + - containerPort: 859639931 + hostIP: "181" + hostPort: 747521320 + name: "180" + protocol: p儼Ƿ裚瓶釆Ɗ+j忊Ŗȫ焗捏ĨF + readinessProbe: + exec: + command: + - "207" + failureThreshold: -1880980172 + httpGet: + host: "210" + httpHeaders: + - name: "211" + value: "212" + path: "208" + port: "209" + scheme: 荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3 + initialDelaySeconds: 238949508 + periodSeconds: 851018015 + successThreshold: 596942561 + tcpSocket: + host: "214" + port: "213" + timeoutSeconds: -1389418722 + resources: + limits: + ſ盷: "532" + requests: + '[Řż丩': "47" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 勅跦Opwǩ曬逴褜1Ø + drop: + - ȠƬQg鄠[颐o啛更偢ɇ卷荙JLĹ] + privileged: true + procMount: W:ĸ輦唊#v + readOnlyRootFilesystem: true + runAsGroup: 1373384864388370080 + runAsNonRoot: false + runAsUser: -6470941481344047265 + seLinuxOptions: + level: "238" + role: "236" + type: "237" + user: "235" + seccompProfile: + localhostProfile: "242" + type: ʩȂ4ē鐭# + windowsOptions: + gmsaCredentialSpec: "240" + gmsaCredentialSpecName: "239" + runAsUserName: "241" + startupProbe: + exec: + command: + - "215" + failureThreshold: 59664438 + httpGet: + host: "217" + httpHeaders: + - name: "218" + value: "219" + path: "216" + port: 10098903 + scheme: «丯Ƙ枛牐ɺ皚 + initialDelaySeconds: 766864314 + periodSeconds: 1495880465 + successThreshold: -1032967081 + tcpSocket: + host: "220" + port: -1934111455 + timeoutSeconds: 1146016612 + stdinOnce: true + terminationMessagePath: "234" + terminationMessagePolicy: Zɾģ毋Ó6dz娝嘚庎D}埽uʎ + volumeDevices: + - devicePath: "200" + name: "199" + volumeMounts: + - mountPath: "196" + mountPropagation: VƋZ1Ůđ眊ľǎɳ,ǿ飏 + name: "195" + subPath: "197" + subPathExpr: "198" + workingDir: "179" + nodeName: "384" + nodeSelector: + "380": "381" + overhead: + ɨ悪@黝Ɓ: "177" + preemptionPolicy: .Ą + priority: -125022959 + priorityClassName: "443" + readinessGates: + - conditionType: Ɍ邪鳖üzÁ + restartPolicy: 嵞嬯t{Eɾ敹Ȯ-湷D谹 + runtimeClassName: "448" + schedulerName: "438" + securityContext: + fsGroup: -3029419263270634763 + fsGroupChangePolicy: ?jĎĭ¥#ƱÁR»淹揀. + runAsGroup: -3565639689247870986 + runAsNonRoot: false + runAsUser: 1322232608671575212 + seLinuxOptions: + level: "388" + role: "386" + type: "387" + user: "385" + seccompProfile: + localhostProfile: "394" + type: 鍃G昧牱 + supplementalGroups: + - -7888525810745339742 + sysctls: + - name: "392" + value: "393" + windowsOptions: + gmsaCredentialSpec: "390" + gmsaCredentialSpecName: "389" + runAsUserName: "391" + serviceAccount: "383" + serviceAccountName: "382" + setHostnameAsFQDN: false + shareProcessNamespace: false + subdomain: "397" + terminationGracePeriodSeconds: -2985049970189992560 + tolerations: + - effect: Ɵ鳝稃Ȍ液文?謮ɶÎ磣:mʂ渢pɉ驻( + key: "439" + operator: ƞ=掔廛ĤJŇv膈ǣʛsĊ剞 + tolerationSeconds: 5238971742940252651 + value: "440" + topologySpreadConstraints: + - labelSelector: + matchExpressions: + - key: OA_090ERG2nV.__p_Y-.2__a_dWU_V-_QA + operator: NotIn + values: + - 7CY-_dc__G6N-_-0o.0C_gV.9_G-.-z1Y_HEb.9x8 + matchLabels: + 4e-_07-ht-E6___-X__H.-39-A_-_l67Q.-_t--O.3L.z2-y.-...C4_-_G: 8-c_C.G.h--m.f + maxSkew: -1569123121 + topologyKey: "449" + whenUnsatisfiable: 魨练脨,Ƃ3貊ɔ帘錇š裢C仗ɂ覥 + volumes: + - awsElasticBlockStore: + fsType: "47" + partition: -762366823 + readOnly: true + volumeID: "46" + azureDisk: + cachingMode: HǺƶȤ^}穠 + diskName: "110" + diskURI: "111" + fsType: "112" + kind: 躢 + readOnly: true + azureFile: + secretName: "96" + shareName: "97" + cephfs: + monitors: + - "81" + path: "82" + secretFile: "84" + secretRef: + name: "85" + user: "83" + cinder: + fsType: "79" + secretRef: + name: "80" + volumeID: "78" + configMap: + defaultMode: -460478410 + items: + - key: "99" + mode: -2039036935 + path: "100" + name: "98" + optional: false + csi: + driver: "142" + fsType: "143" + nodePublishSecretRef: + name: "146" + readOnly: false + volumeAttributes: + "144": "145" + downwardAPI: + defaultMode: -106644772 + items: + - fieldRef: + apiVersion: "89" + fieldPath: "90" + mode: 1235524154 + path: "88" + resourceFieldRef: + containerName: "91" + divisor: "457" + resource: "92" + emptyDir: + medium: 彭聡A3fƻfʣ + sizeLimit: "115" + ephemeral: + volumeClaimTemplate: + metadata: + annotations: + "154": "155" + clusterName: "160" + creationTimestamp: null + deletionGracePeriodSeconds: 4217400953499279873 + finalizers: + - "159" + generateName: "148" + generation: 6327094951466338107 + labels: + "152": "153" + managedFields: + - apiVersion: "162" + fieldsType: "163" + manager: "161" + operation: O醔ɍ厶耈 T衧ȇe媹Hǝ呮}臷Ľð + name: "147" + namespace: "149" + ownerReferences: + - apiVersion: "156" + blockOwnerDeletion: true + controller: false + kind: "157" + name: "158" + uid: "" + resourceVersion: "5302358391842833914" + selfLink: "150" + spec: + accessModes: + - eÞȦY籎顒 + dataSource: + apiGroup: "172" + kind: "173" + name: "174" + resources: + limits: + ŴĿ: "377" + requests: + .Q貇£ȹ嫰ƹǔw÷nI: "718" + selector: + matchExpressions: + - key: a40--87-1wpl6-2-310e5hyzn0w-p4mz4.w-6d/6yV07-_.___gO-d.iUaC_wYSJfB._.zS-._..3le-4 + operator: DoesNotExist + matchLabels: + 5_Or.i1_7z.WH-.L: d2-N_Y.t--0 + storageClassName: "171" + volumeMode: ŀ樺ȃv渟7¤7djƯĖ漘Z剚敍0 + volumeName: "170" + fc: + fsType: "94" + lun: 441887498 + readOnly: true + targetWWNs: + - "93" + wwids: + - "95" + flexVolume: + driver: "73" + fsType: "74" + options: + "76": "77" + secretRef: + name: "75" + flocker: + datasetName: "86" + datasetUUID: "87" + gcePersistentDisk: + fsType: "45" + partition: -1499132872 + pdName: "44" + gitRepo: + directory: "50" + repository: "48" + revision: "49" + glusterfs: + endpoints: "63" + path: "64" + hostPath: + path: "43" + type: 6NJPM饣`诫z徃鷢6ȥ啕禗Ǐ2啗塧ȱ + iscsi: + fsType: "59" + initiatorName: "62" + iqn: "57" + iscsiInterface: "58" + lun: 1655406148 + portals: + - "60" + readOnly: true + secretRef: + name: "61" + targetPortal: "56" + name: "42" + nfs: + path: "55" + readOnly: true + server: "54" + persistentVolumeClaim: + claimName: "65" + readOnly: true + photonPersistentDisk: + fsType: "114" + pdID: "113" + portworxVolume: + fsType: "129" + volumeID: "128" + projected: + defaultMode: -522879476 + sources: + - configMap: + items: + - key: "124" + mode: -1694464659 + path: "125" + name: "123" + optional: true + downwardAPI: + items: + - fieldRef: + apiVersion: "119" + fieldPath: "120" + mode: 926891073 + path: "118" + resourceFieldRef: + containerName: "121" + divisor: "746" + resource: "122" + secret: + items: + - key: "116" + mode: -1399063270 + path: "117" + name: "115" + optional: true + serviceAccountToken: + audience: "126" + expirationSeconds: -7593824971107985079 + path: "127" + quobyte: + group: "108" + readOnly: true + registry: "105" + tenant: "109" + user: "107" + volume: "106" + rbd: + fsType: "68" + image: "67" + keyring: "71" + monitors: + - "66" + pool: "69" + readOnly: true + secretRef: + name: "72" + user: "70" + scaleIO: + fsType: "137" + gateway: "130" + protectionDomain: "133" + secretRef: + name: "132" + storageMode: "135" + storagePool: "134" + system: "131" + volumeName: "136" + secret: + defaultMode: 372704313 + items: + - key: "52" + mode: -104666658 + path: "53" + optional: true + secretName: "51" + storageos: + fsType: "140" + readOnly: true + secretRef: + name: "141" + volumeName: "138" + volumeNamespace: "139" + vsphereVolume: + fsType: "102" + storagePolicyID: "104" + storagePolicyName: "103" + volumePath: "101" +status: + availableReplicas: 1308809900 + conditions: + - lastTransitionTime: "2125-04-24T12:13:40Z" + message: "457" + reason: "456" + status: ?Ď筌ʨ:ÿ1諘蚿[ĵ皥袨\k%橳 + type: 议ĪS + fullyLabeledReplicas: 31486357 + observedGeneration: -5594148640067537624 + readyReplicas: -1983654895 + replicas: 337922430 diff --git a/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta2.StatefulSet.after_roundtrip.json b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta2.StatefulSet.after_roundtrip.json new file mode 100644 index 00000000000..40a9a7ba406 --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta2.StatefulSet.after_roundtrip.json @@ -0,0 +1,1595 @@ +{ + "kind": "StatefulSet", + "apiVersion": "apps/v1beta2", + "metadata": { + "name": "2", + "generateName": "3", + "namespace": "4", + "selfLink": "5", + "uid": "7", + "resourceVersion": "11042405498087606203", + "generation": 8071137005907523419, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -4955867275792137171, + "labels": { + "7": "8" + }, + "annotations": { + "9": "10" + }, + "ownerReferences": [ + { + "apiVersion": "11", + "kind": "12", + "name": "13", + "uid": "Dz廔ȇ{sŊƏp", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "14" + ], + "clusterName": "15", + "managedFields": [ + { + "manager": "16", + "operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]", + "apiVersion": "17", + "fieldsType": "18" + } + ] + }, + "spec": { + "replicas": 896585016, + "selector": { + "matchLabels": { + "74404d5---g8c2-k-91e.y5-g--58----0683-b-w7ld-6cs06xj-x5yv0wm-k18/M_-Nx.N_6-___._-.-W._AAn---v_-5-_8LXj": "6-4_WE-_JTrcd-2.-__E_Sv__26KX_R_.-.Nth._--S_4DA_-5_-4lQ42M--1" + }, + "matchExpressions": [ + { + "key": "50-u--25cu87--r7p-w1e67-8pj5t-kl-v0q6b68--nu5oii38fn-8.629b-jd-8c45-0-8--6n--w0--w---196g8d--iv1-5--5ht-a-29--0qso796/3___47._49pIB_o61ISU4--A_.XK_._M99", + "operator": "Exists" + } + ] + }, + "template": { + "metadata": { + "name": "25", + "generateName": "26", + "namespace": "27", + "selfLink": "28", + "uid": "?Qȫş", + "resourceVersion": "1736621709629422270", + "generation": -8542870036622468681, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -2575298329142810753, + "labels": { + "30": "31" + }, + "annotations": { + "32": "33" + }, + "ownerReferences": [ + { + "apiVersion": "34", + "kind": "35", + "name": "36", + "uid": "ƶȤ^}", + "controller": true, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "37" + ], + "clusterName": "38", + "managedFields": [ + { + "manager": "39", + "operation": "躢", + "apiVersion": "40", + "fieldsType": "41" + } + ] + }, + "spec": { + "volumes": [ + { + "name": "42", + "hostPath": { + "path": "43", + "type": "ƛƟ)ÙæNǚ錯ƶRquA?瞲Ť倱\u003c" + }, + "emptyDir": { + "medium": "Xŋ朘瑥A徙ɶɊł/擇ɦĽ胚O醔ɍ厶耈", + "sizeLimit": "473" + }, + "gcePersistentDisk": { + "pdName": "44", + "fsType": "45", + "partition": -1188153605 + }, + "awsElasticBlockStore": { + "volumeID": "46", + "fsType": "47", + "partition": 912004803, + "readOnly": true + }, + "gitRepo": { + "repository": "48", + "revision": "49", + "directory": "50" + }, + "secret": { + "secretName": "51", + "items": [ + { + "key": "52", + "path": "53", + "mode": -547518679 + } + ], + "defaultMode": 332383000, + "optional": true + }, + "nfs": { + "server": "54", + "path": "55", + "readOnly": true + }, + "iscsi": { + "targetPortal": "56", + "iqn": "57", + "lun": 994527057, + "iscsiInterface": "58", + "fsType": "59", + "portals": [ + "60" + ], + "chapAuthDiscovery": true, + "secretRef": { + "name": "61" + }, + "initiatorName": "62" + }, + "glusterfs": { + "endpoints": "63", + "path": "64", + "readOnly": true + }, + "persistentVolumeClaim": { + "claimName": "65", + "readOnly": true + }, + "rbd": { + "monitors": [ + "66" + ], + "image": "67", + "fsType": "68", + "pool": "69", + "user": "70", + "keyring": "71", + "secretRef": { + "name": "72" + } + }, + "flexVolume": { + "driver": "73", + "fsType": "74", + "secretRef": { + "name": "75" + }, + "readOnly": true, + "options": { + "76": "77" + } + }, + "cinder": { + "volumeID": "78", + "fsType": "79", + "secretRef": { + "name": "80" + } + }, + "cephfs": { + "monitors": [ + "81" + ], + "path": "82", + "user": "83", + "secretFile": "84", + "secretRef": { + "name": "85" + } + }, + "flocker": { + "datasetName": "86", + "datasetUUID": "87" + }, + "downwardAPI": { + "items": [ + { + "path": "88", + "fieldRef": { + "apiVersion": "89", + "fieldPath": "90" + }, + "resourceFieldRef": { + "containerName": "91", + "resource": "92", + "divisor": "660" + }, + "mode": 1569992019 + } + ], + "defaultMode": 824682619 + }, + "fc": { + "targetWWNs": [ + "93" + ], + "lun": -1740986684, + "fsType": "94", + "readOnly": true, + "wwids": [ + "95" + ] + }, + "azureFile": { + "secretName": "96", + "shareName": "97", + "readOnly": true + }, + "configMap": { + "name": "98", + "items": [ + { + "key": "99", + "path": "100", + "mode": 195263908 + } + ], + "defaultMode": 1593906314, + "optional": false + }, + "vsphereVolume": { + "volumePath": "101", + "fsType": "102", + "storagePolicyName": "103", + "storagePolicyID": "104" + }, + "quobyte": { + "registry": "105", + "volume": "106", + "user": "107", + "group": "108", + "tenant": "109" + }, + "azureDisk": { + "diskName": "110", + "diskURI": "111", + "cachingMode": "|@?鷅bȻN", + "fsType": "112", + "readOnly": true, + "kind": "榱*Gưoɘ檲" + }, + "photonPersistentDisk": { + "pdID": "113", + "fsType": "114" + }, + "projected": { + "sources": [ + { + "secret": { + "name": "115", + "items": [ + { + "key": "116", + "path": "117", + "mode": -323584340 + } + ], + "optional": true + }, + "downwardAPI": { + "items": [ + { + "path": "118", + "fieldRef": { + "apiVersion": "119", + "fieldPath": "120" + }, + "resourceFieldRef": { + "containerName": "121", + "resource": "122", + "divisor": "106" + }, + "mode": 173030157 + } + ] + }, + "configMap": { + "name": "123", + "items": [ + { + "key": "124", + "path": "125", + "mode": 2063799569 + } + ], + "optional": false + }, + "serviceAccountToken": { + "audience": "126", + "expirationSeconds": 8357931971650847566, + "path": "127" + } + } + ], + "defaultMode": -1334904807 + }, + "portworxVolume": { + "volumeID": "128", + "fsType": "129", + "readOnly": true + }, + "scaleIO": { + "gateway": "130", + "system": "131", + "secretRef": { + "name": "132" + }, + "protectionDomain": "133", + "storagePool": "134", + "storageMode": "135", + "volumeName": "136", + "fsType": "137" + }, + "storageos": { + "volumeName": "138", + "volumeNamespace": "139", + "fsType": "140", + "secretRef": { + "name": "141" + } + }, + "csi": { + "driver": "142", + "readOnly": false, + "fsType": "143", + "volumeAttributes": { + "144": "145" + }, + "nodePublishSecretRef": { + "name": "146" + } + }, + "ephemeral": { + "volumeClaimTemplate": { + "metadata": { + "name": "147", + "generateName": "148", + "namespace": "149", + "selfLink": "150", + "uid": "H巧壚tC十Oɢ", + "resourceVersion": "11451542506523135343", + "generation": 6028937828108618026, + "creationTimestamp": null, + "deletionGracePeriodSeconds": 6296624700137074905, + "labels": { + "152": "153" + }, + "annotations": { + "154": "155" + }, + "ownerReferences": [ + { + "apiVersion": "156", + "kind": "157", + "name": "158", + "uid": "閝ȝ", + "controller": false, + "blockOwnerDeletion": false + } + ], + "finalizers": [ + "159" + ], + "clusterName": "160", + "managedFields": [ + { + "manager": "161", + "operation": "ɑ龫`劳\u0026¼傭Ȟ1酃=6}ɡŇƉ立h", + "apiVersion": "162", + "fieldsType": "163" + } + ] + }, + "spec": { + "accessModes": [ + "鲡:" + ], + "selector": { + "matchLabels": { + "0-.-yz-0-_p4mz--.I_f6kjsz-7lwY-Y93-6": "igm_-._.q6" + }, + "matchExpressions": [ + { + "key": "m_0_F03_J", + "operator": "NotIn", + "values": [ + "4FpF_W-6" + ] + } + ] + }, + "resources": { + "limits": { + "Ŗȫ焗捏ĨFħ籘": "853" + }, + "requests": { + "zɟ踡肒Ao/樝fw[Řż丩ŽoǠ": "918" + } + }, + "volumeName": "170", + "storageClassName": "171", + "volumeMode": "Z1Ůđ眊ľǎɳ,ǿ飏騀呣", + "dataSource": { + "apiGroup": "172", + "kind": "173", + "name": "174" + } + } + } + } + } + ], + "initContainers": [ + { + "name": "175", + "image": "176", + "command": [ + "177" + ], + "args": [ + "178" + ], + "workingDir": "179", + "ports": [ + { + "name": "180", + "hostPort": 282592353, + "containerPort": 377225334, + "protocol": "Ƹ[Ęİ榌U髷裎$MVȟ@7", + "hostIP": "181" + } + ], + "envFrom": [ + { + "prefix": "182", + "configMapRef": { + "name": "183", + "optional": false + }, + "secretRef": { + "name": "184", + "optional": false + } + } + ], + "env": [ + { + "name": "185", + "value": "186", + "valueFrom": { + "fieldRef": { + "apiVersion": "187", + "fieldPath": "188" + }, + "resourceFieldRef": { + "containerName": "189", + "resource": "190", + "divisor": "573" + }, + "configMapKeyRef": { + "name": "191", + "key": "192", + "optional": false + }, + "secretKeyRef": { + "name": "193", + "key": "194", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "ǚ灄鸫rʤî萨zvt": "829" + }, + "requests": { + "悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\\p": "604" + } + }, + "volumeMounts": [ + { + "name": "195", + "readOnly": true, + "mountPath": "196", + "subPath": "197", + "mountPropagation": "ƖHV", + "subPathExpr": "198" + } + ], + "volumeDevices": [ + { + "name": "199", + "devicePath": "200" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "201" + ] + }, + "httpGet": { + "path": "202", + "port": -1196874390, + "host": "203", + "scheme": "S晒嶗UÐ_ƮA攤", + "httpHeaders": [ + { + "name": "204", + "value": "205" + } + ] + }, + "tcpSocket": { + "port": -498930176, + "host": "206" + }, + "initialDelaySeconds": 1885897314, + "timeoutSeconds": -465677631, + "periodSeconds": 1054858106, + "successThreshold": 232569106, + "failureThreshold": -1150474479 + }, + "readinessProbe": { + "exec": { + "command": [ + "207" + ] + }, + "httpGet": { + "path": "208", + "port": "209", + "host": "210", + "scheme": "8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ", + "httpHeaders": [ + { + "name": "211", + "value": "212" + } + ] + }, + "tcpSocket": { + "port": "213", + "host": "214" + }, + "initialDelaySeconds": -2717401, + "timeoutSeconds": -1492565335, + "periodSeconds": -1099429189, + "successThreshold": 994072122, + "failureThreshold": 1752155096 + }, + "startupProbe": { + "exec": { + "command": [ + "215" + ] + }, + "httpGet": { + "path": "216", + "port": "217", + "host": "218", + "scheme": "Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ", + "httpHeaders": [ + { + "name": "219", + "value": "220" + } + ] + }, + "tcpSocket": { + "port": -36782737, + "host": "221" + }, + "initialDelaySeconds": -1738069460, + "timeoutSeconds": -1643733106, + "periodSeconds": -805795167, + "successThreshold": 1791615594, + "failureThreshold": 785984384 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "222" + ] + }, + "httpGet": { + "path": "223", + "port": "224", + "host": "225", + "scheme": "\u003e郵[+扴ȨŮ", + "httpHeaders": [ + { + "name": "226", + "value": "227" + } + ] + }, + "tcpSocket": { + "port": "228", + "host": "229" + } + }, + "preStop": { + "exec": { + "command": [ + "230" + ] + }, + "httpGet": { + "path": "231", + "port": -743369977, + "host": "232", + "scheme": "\u003e犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4", + "httpHeaders": [ + { + "name": "233", + "value": "234" + } + ] + }, + "tcpSocket": { + "port": -1224991707, + "host": "235" + } + } + }, + "terminationMessagePath": "236", + "imagePullPolicy": "昕Ĭ", + "securityContext": { + "capabilities": { + "add": [ + "藢xɮĵȑ6L*Z鐫û咡W\u003c" + ], + "drop": [ + "lu|榝$î." + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "237", + "role": "238", + "type": "239", + "level": "240" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "241", + "gmsaCredentialSpec": "242", + "runAsUserName": "243" + }, + "runAsUser": -7565148469525206101, + "runAsGroup": 8949541422887578058, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "朦 wƯ貾坢'跩", + "seccompProfile": { + "type": "ŕ翑0展}", + "localhostProfile": "244" + } + }, + "stdinOnce": true + } + ], + "containers": [ + { + "name": "245", + "image": "246", + "command": [ + "247" + ], + "args": [ + "248" + ], + "workingDir": "249", + "ports": [ + { + "name": "250", + "hostPort": -778272981, + "containerPort": 2056774277, + "protocol": "现葢ŵ橨鬶l獕;跣Hǝcw媀瓄\u0026翜舞拉", + "hostIP": "251" + } + ], + "envFrom": [ + { + "prefix": "252", + "configMapRef": { + "name": "253", + "optional": true + }, + "secretRef": { + "name": "254", + "optional": false + } + } + ], + "env": [ + { + "name": "255", + "value": "256", + "valueFrom": { + "fieldRef": { + "apiVersion": "257", + "fieldPath": "258" + }, + "resourceFieldRef": { + "containerName": "259", + "resource": "260", + "divisor": "124" + }, + "configMapKeyRef": { + "name": "261", + "key": "262", + "optional": false + }, + "secretKeyRef": { + "name": "263", + "key": "264", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "V訆Ǝżŧ": "915" + }, + "requests": { + "+SÄ蚃ɣľ)酊龨Î": "787" + } + }, + "volumeMounts": [ + { + "name": "265", + "readOnly": true, + "mountPath": "266", + "subPath": "267", + "mountPropagation": "\"冓鍓贯澔 ƺ蛜6", + "subPathExpr": "268" + } + ], + "volumeDevices": [ + { + "name": "269", + "devicePath": "270" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "271" + ] + }, + "httpGet": { + "path": "272", + "port": 465486290, + "host": "273", + "httpHeaders": [ + { + "name": "274", + "value": "275" + } + ] + }, + "tcpSocket": { + "port": -116224247, + "host": "276" + }, + "initialDelaySeconds": -2097329452, + "timeoutSeconds": 1504385614, + "periodSeconds": 865289071, + "successThreshold": -1829146875, + "failureThreshold": -205176266 + }, + "readinessProbe": { + "exec": { + "command": [ + "277" + ] + }, + "httpGet": { + "path": "278", + "port": 234253676, + "host": "279", + "scheme": "ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏", + "httpHeaders": [ + { + "name": "280", + "value": "281" + } + ] + }, + "tcpSocket": { + "port": "282", + "host": "283" + }, + "initialDelaySeconds": -2062708879, + "timeoutSeconds": 215186711, + "periodSeconds": -141401239, + "successThreshold": -1187301925, + "failureThreshold": -402384013 + }, + "startupProbe": { + "exec": { + "command": [ + "284" + ] + }, + "httpGet": { + "path": "285", + "port": "286", + "host": "287", + "scheme": "鏻砅邻爥", + "httpHeaders": [ + { + "name": "288", + "value": "289" + } + ] + }, + "tcpSocket": { + "port": -305362540, + "host": "290" + }, + "initialDelaySeconds": 601198286, + "timeoutSeconds": 409029209, + "periodSeconds": 405193215, + "successThreshold": 2129989022, + "failureThreshold": -1699531929 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "291" + ] + }, + "httpGet": { + "path": "292", + "port": "293", + "host": "294", + "scheme": "­蜷ɔ幩š", + "httpHeaders": [ + { + "name": "295", + "value": "296" + } + ] + }, + "tcpSocket": { + "port": 455833230, + "host": "297" + } + }, + "preStop": { + "exec": { + "command": [ + "298" + ] + }, + "httpGet": { + "path": "299", + "port": 1076497581, + "host": "300", + "scheme": "h4ɊHȖ|ʐ", + "httpHeaders": [ + { + "name": "301", + "value": "302" + } + ] + }, + "tcpSocket": { + "port": 248533396, + "host": "303" + } + } + }, + "terminationMessagePath": "304", + "terminationMessagePolicy": "迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ", + "imagePullPolicy": "ņ", + "securityContext": { + "capabilities": { + "add": [ + "DŽ髐njʉBn(fǂǢ曣" + ], + "drop": [ + "ay" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "305", + "role": "306", + "type": "307", + "level": "308" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "309", + "gmsaCredentialSpec": "310", + "runAsUserName": "311" + }, + "runAsUser": 1958157659034146020, + "runAsGroup": -5996624450771474158, + "runAsNonRoot": false, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": false, + "procMount": "嗆u", + "seccompProfile": { + "type": "晲T[irȎ3Ĕ\\", + "localhostProfile": "312" + } + }, + "tty": true + } + ], + "ephemeralContainers": [ + { + "name": "313", + "image": "314", + "command": [ + "315" + ], + "args": [ + "316" + ], + "workingDir": "317", + "ports": [ + { + "name": "318", + "hostPort": -1656699070, + "containerPort": -1918622971, + "protocol": "ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz", + "hostIP": "319" + } + ], + "envFrom": [ + { + "prefix": "320", + "configMapRef": { + "name": "321", + "optional": true + }, + "secretRef": { + "name": "322", + "optional": false + } + } + ], + "env": [ + { + "name": "323", + "value": "324", + "valueFrom": { + "fieldRef": { + "apiVersion": "325", + "fieldPath": "326" + }, + "resourceFieldRef": { + "containerName": "327", + "resource": "328", + "divisor": "69" + }, + "configMapKeyRef": { + "name": "329", + "key": "330", + "optional": true + }, + "secretKeyRef": { + "name": "331", + "key": "332", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "1b": "328" + }, + "requests": { + "}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊": "699" + } + }, + "volumeMounts": [ + { + "name": "333", + "readOnly": true, + "mountPath": "334", + "subPath": "335", + "mountPropagation": "Ik(dŊiɢzĮ蛋I", + "subPathExpr": "336" + } + ], + "volumeDevices": [ + { + "name": "337", + "devicePath": "338" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "339" + ] + }, + "httpGet": { + "path": "340", + "port": "341", + "host": "342", + "scheme": "ȥ}礤铟怖ý萜Ǖ", + "httpHeaders": [ + { + "name": "343", + "value": "344" + } + ] + }, + "tcpSocket": { + "port": -1088996269, + "host": "345" + }, + "initialDelaySeconds": -1922458514, + "timeoutSeconds": 1480364858, + "periodSeconds": 692511776, + "successThreshold": -1231653807, + "failureThreshold": -36573584 + }, + "readinessProbe": { + "exec": { + "command": [ + "346" + ] + }, + "httpGet": { + "path": "347", + "port": -1157640253, + "host": "348", + "scheme": "×p鬷m罂o3ǰ廋i乳'ȘUɻ;", + "httpHeaders": [ + { + "name": "349", + "value": "350" + } + ] + }, + "tcpSocket": { + "port": "351", + "host": "352" + }, + "initialDelaySeconds": -478839383, + "timeoutSeconds": 989933975, + "periodSeconds": 140830733, + "successThreshold": -708495486, + "failureThreshold": -1436899600 + }, + "startupProbe": { + "exec": { + "command": [ + "353" + ] + }, + "httpGet": { + "path": "354", + "port": "355", + "host": "356", + "scheme": "漤ŗ坟", + "httpHeaders": [ + { + "name": "357", + "value": "358" + } + ] + }, + "tcpSocket": { + "port": -1617422199, + "host": "359" + }, + "initialDelaySeconds": -902839620, + "timeoutSeconds": -2030665763, + "periodSeconds": 1808698094, + "successThreshold": 1155232143, + "failureThreshold": -1873425934 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "360" + ] + }, + "httpGet": { + "path": "361", + "port": 1288391156, + "host": "362", + "scheme": "Ǥ桒ɴ鉂WJ1抉泅ą\u0026疀ȼN", + "httpHeaders": [ + { + "name": "363", + "value": "364" + } + ] + }, + "tcpSocket": { + "port": "365", + "host": "366" + } + }, + "preStop": { + "exec": { + "command": [ + "367" + ] + }, + "httpGet": { + "path": "368", + "port": 1859267428, + "host": "369", + "scheme": "ȟP", + "httpHeaders": [ + { + "name": "370", + "value": "371" + } + ] + }, + "tcpSocket": { + "port": 1445923603, + "host": "372" + } + } + }, + "terminationMessagePath": "373", + "terminationMessagePolicy": "殆诵H玲鑠ĭ$#卛8ð仁Q", + "imagePullPolicy": "tl敷斢杧ż鯀", + "securityContext": { + "capabilities": { + "add": [ + "鸔ɧWǘ炙" + ], + "drop": [ + "餸硷" + ] + }, + "privileged": true, + "seLinuxOptions": { + "user": "374", + "role": "375", + "type": "376", + "level": "377" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "378", + "gmsaCredentialSpec": "379", + "runAsUserName": "380" + }, + "runAsUser": 5215323049148402377, + "runAsGroup": 2946116477552625615, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "ʈʫ羶剹ƊF豎穜", + "seccompProfile": { + "type": "l咑耖p^鏋", + "localhostProfile": "381" + } + }, + "tty": true, + "targetContainerName": "382" + } + ], + "restartPolicy": "ȿ醏g遧", + "terminationGracePeriodSeconds": -616777763639482630, + "activeDeadlineSeconds": 2031424375743848602, + "dnsPolicy": ":{柯?B", + "nodeSelector": { + "383": "384" + }, + "serviceAccountName": "385", + "serviceAccount": "386", + "automountServiceAccountToken": false, + "nodeName": "387", + "hostNetwork": true, + "shareProcessNamespace": false, + "securityContext": { + "seLinuxOptions": { + "user": "388", + "role": "389", + "type": "390", + "level": "391" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "392", + "gmsaCredentialSpec": "393", + "runAsUserName": "394" + }, + "runAsUser": -1290365495982891537, + "runAsGroup": -759684899479757878, + "runAsNonRoot": false, + "supplementalGroups": [ + 3273247375993523103 + ], + "fsGroup": 4489057930380969432, + "sysctls": [ + { + "name": "395", + "value": "396" + } + ], + "fsGroupChangePolicy": "='ʨ|ǓÓ敆OɈÏ 瞍髃", + "seccompProfile": { + "type": "ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn", + "localhostProfile": "397" + } + }, + "imagePullSecrets": [ + { + "name": "398" + } + ], + "hostname": "399", + "subdomain": "400", + "affinity": { + "nodeAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": { + "nodeSelectorTerms": [ + { + "matchExpressions": [ + { + "key": "401", + "operator": "+Œ9两", + "values": [ + "402" + ] + } + ], + "matchFields": [ + { + "key": "403", + "operator": "q=歍þ螗ɃŒGm¨z鋎靀G", + "values": [ + "404" + ] + } + ] + } + ] + }, + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 377409178, + "preference": { + "matchExpressions": [ + { + "key": "405", + "operator": "#ļǹʅŚO虀^背遻堣灭ƴɦ燻", + "values": [ + "406" + ] + } + ], + "matchFields": [ + { + "key": "407", + "operator": "-觗裓6Ř筿ɾ5Ų買霎ȃň[\u003eą", + "values": [ + "408" + ] + } + ] + } + } + ] + }, + "podAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5": "1--L--v_Z--Zg-_4Q__-v_t_u_.A" + }, + "matchExpressions": [ + { + "key": "5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y", + "operator": "Exists" + } + ] + }, + "namespaces": [ + "415" + ], + "topologyKey": "416" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -1507671981, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-35840-w4g-27-5s6.q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x18mtxb--kexr-y/oK-.O--5-yp8q_s-1__gw_-z_659GE.l_.23--_6l.-5_Z": "3Pw_-r75--_-Ao" + }, + "matchExpressions": [ + { + "key": "hj6/bW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...CqN", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "423" + ], + "topologyKey": "424" + } + } + ] + }, + "podAntiAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "C--Y_Dp8O_._e_3_.4_W_-_7": "p_.----cp__ac8u.._-__BM.6-.Y7" + }, + "matchExpressions": [ + { + "key": "1x--i--7-nt-23h-4z-21-sap--h--q0h-t2n4s-6-k5-7-a0w-ke5p-3.nu--17---u7-gl7814ei-07shtq-6---g----9s39z-5/wv3UDf.-4D-5", + "operator": "NotIn", + "values": [ + "l67Q.-_t--O.3L.z2-y.-...C4_-_2G8" + ] + } + ] + }, + "namespaces": [ + "431" + ], + "topologyKey": "432" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 1067925263, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "k407--m-dc---6-q-q0o90--g-09--d5ez1----b69x90/um._fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_VF": "11---.-o7.pJ-4-1WV.-__05._LsuH" + }, + "matchExpressions": [ + { + "key": "8", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "439" + ], + "topologyKey": "440" + } + } + ] + } + }, + "schedulerName": "441", + "tolerations": [ + { + "key": "442", + "operator": "Ɖ肆Ző", + "value": "443", + "effect": "淵", + "tolerationSeconds": -1072615283184390308 + } + ], + "hostAliases": [ + { + "ip": "444", + "hostnames": [ + "445" + ] + } + ], + "priorityClassName": "446", + "priority": -1221153504, + "dnsConfig": { + "nameservers": [ + "447" + ], + "searches": [ + "448" + ], + "options": [ + { + "name": "449", + "value": "450" + } + ] + }, + "readinessGates": [ + { + "conditionType": "媈" + } + ], + "runtimeClassName": "451", + "enableServiceLinks": true, + "preemptionPolicy": "n夬LJ:BŐ埑Ô*ɾWȖ韝ƉşʁO^:", + "overhead": { + "ȩ纾S": "368" + }, + "topologySpreadConstraints": [ + { + "maxSkew": -1568300104, + "topologyKey": "452", + "whenUnsatisfiable": "潑嫉悔柅ȵ.Ȁ鎧Y冒Ɩ", + "labelSelector": { + "matchLabels": { + "jp-z---k-5r6h--y7n.61-cm---ch-g0t-q--qr95ws-v-5--7-ufi-7/35a-1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--.2g": "Mqp..__._-J_-fk3-_j.133eT_2_Y" + }, + "matchExpressions": [ + { + "key": "51-i-d-----9---063-qm-j-3wc89k-0-57z4063--4/rBQ.u", + "operator": "Exists" + } + ] + } + } + ], + "setHostnameAsFQDN": false + } + }, + "volumeClaimTemplates": [ + { + "metadata": { + "name": "459", + "generateName": "460", + "namespace": "461", + "selfLink": "462", + "uid": "S誖Śs垦Ȋ髴T唼=`朇c", + "resourceVersion": "8285629342346774721", + "generation": -5107762106575809276, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -6486445241316991261, + "labels": { + "464": "465" + }, + "annotations": { + "466": "467" + }, + "ownerReferences": [ + { + "apiVersion": "468", + "kind": "469", + "name": "470", + "uid": "/nēɅĀ埰ʀł!U詨nj1ýǝ", + "controller": true, + "blockOwnerDeletion": false + } + ], + "finalizers": [ + "471" + ], + "clusterName": "472", + "managedFields": [ + { + "manager": "473", + "operation": "壛ĐíEd楗鱶镖喗vȥ", + "apiVersion": "474", + "fieldsType": "475" + } + ] + }, + "spec": { + "accessModes": [ + "Y斩I儑瓔¯" + ], + "selector": { + "matchLabels": { + "k--13lk5-e4-u-5kvp-----887j72qz6-7d84-1f396h82----23-6b77f.mgi7-2je7zjt0pp-x0r2gd---yn1/7_._qN__A_f_-B3_U__L.KH6K.RwsfI_2-_20_9.5": "8_B-ks7dx" + }, + "matchExpressions": [ + { + "key": "vUK_-.j21---__y.9O.L-.m.3--4", + "operator": "In", + "values": [ + "37u-h---dY7_M_-._M52" + ] + } + ] + }, + "resources": { + "limits": { + "涟雒驭堣Qwn:Ʋå譥a超": "19" + }, + "requests": { + "ª韷v简3VǢɾ纤ą¨?ɣ蔫椁Ȕ": "368" + } + }, + "volumeName": "482", + "storageClassName": "483", + "volumeMode": "'降\\4)ȳɍǟm{煰œ憼", + "dataSource": { + "apiGroup": "484", + "kind": "485", + "name": "486" + } + }, + "status": { + "phase": "ʌ槧ą°Z拕獘:pȚ\\猫ï卒ú", + "accessModes": [ + "èƾ竒决瘛Ǫǵ" + ], + "capacity": { + "Ǧ澵貛香\"砻B鷋": "578" + }, + "conditions": [ + { + "type": "|nET¬%ȎdžĤɂR湛", + "status": "WU=ȑ-A敲ʉ2腠梊", + "lastProbeTime": "2230-04-25T02:33:53Z", + "lastTransitionTime": "2843-07-14T02:23:26Z", + "reason": "487", + "message": "488" + } + ] + } + } + ], + "serviceName": "489", + "podManagementPolicy": "`ŇaƬȿŬ捕|", + "updateStrategy": { + "type": "șa汸\u003cƋlɋN磋镮ȺPÈ", + "rollingUpdate": { + "partition": -83826225 + } + }, + "revisionHistoryLimit": -1872519086 + }, + "status": { + "observedGeneration": -3866306318826551410, + "replicas": 1852870468, + "readyReplicas": -1993494670, + "currentReplicas": -463159422, + "updatedReplicas": 463674701, + "currentRevision": "490", + "updateRevision": "491", + "collisionCount": -1556190810, + "conditions": [ + { + "type": "ȩ硘(ǒ[", + "status": "闬輙怀¹bCũw¼ ǫđ槴Ċį軠\u003e", + "lastTransitionTime": "2446-08-01T12:34:13Z", + "reason": "492", + "message": "493" + } + ] + } +} \ No newline at end of file diff --git a/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta2.StatefulSet.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta2.StatefulSet.after_roundtrip.pb new file mode 100644 index 0000000000000000000000000000000000000000..be40b6bb57e40792282acdd7db99e53f01ca172f GIT binary patch literal 7995 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 ajvsjxl(U^bU95m|FcjGv$V2H&y8i_PxS(JF literal 0 HcmV?d00001 diff --git a/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta2.StatefulSet.after_roundtrip.yaml b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta2.StatefulSet.after_roundtrip.yaml new file mode 100644 index 00000000000..2bd6a1014b5 --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.19.0/apps.v1beta2.StatefulSet.after_roundtrip.yaml @@ -0,0 +1,1093 @@ +apiVersion: apps/v1beta2 +kind: StatefulSet +metadata: + annotations: + "9": "10" + clusterName: "15" + creationTimestamp: null + deletionGracePeriodSeconds: -4955867275792137171 + finalizers: + - "14" + generateName: "3" + generation: 8071137005907523419 + labels: + "7": "8" + managedFields: + - apiVersion: "17" + fieldsType: "18" + manager: "16" + operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć] + name: "2" + namespace: "4" + ownerReferences: + - apiVersion: "11" + blockOwnerDeletion: true + controller: false + kind: "12" + name: "13" + uid: Dz廔ȇ{sŊƏp + resourceVersion: "11042405498087606203" + selfLink: "5" + uid: "7" +spec: + podManagementPolicy: '`ŇaƬȿŬ捕|' + replicas: 896585016 + revisionHistoryLimit: -1872519086 + selector: + matchExpressions: + - key: 50-u--25cu87--r7p-w1e67-8pj5t-kl-v0q6b68--nu5oii38fn-8.629b-jd-8c45-0-8--6n--w0--w---196g8d--iv1-5--5ht-a-29--0qso796/3___47._49pIB_o61ISU4--A_.XK_._M99 + operator: Exists + matchLabels: + 74404d5---g8c2-k-91e.y5-g--58----0683-b-w7ld-6cs06xj-x5yv0wm-k18/M_-Nx.N_6-___._-.-W._AAn---v_-5-_8LXj: 6-4_WE-_JTrcd-2.-__E_Sv__26KX_R_.-.Nth._--S_4DA_-5_-4lQ42M--1 + serviceName: "489" + template: + metadata: + annotations: + "32": "33" + clusterName: "38" + creationTimestamp: null + deletionGracePeriodSeconds: -2575298329142810753 + finalizers: + - "37" + generateName: "26" + generation: -8542870036622468681 + labels: + "30": "31" + managedFields: + - apiVersion: "40" + fieldsType: "41" + manager: "39" + operation: 躢 + name: "25" + namespace: "27" + ownerReferences: + - apiVersion: "34" + blockOwnerDeletion: true + controller: true + kind: "35" + name: "36" + uid: ƶȤ^} + resourceVersion: "1736621709629422270" + selfLink: "28" + uid: ?Qȫş + spec: + activeDeadlineSeconds: 2031424375743848602 + affinity: + nodeAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - preference: + matchExpressions: + - key: "405" + operator: '#ļǹʅŚO虀^背遻堣灭ƴɦ燻' + values: + - "406" + matchFields: + - key: "407" + operator: -觗裓6Ř筿ɾ5Ų買霎ȃň[>ą + values: + - "408" + weight: 377409178 + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: "401" + operator: +Œ9两 + values: + - "402" + matchFields: + - key: "403" + operator: q=歍þ螗ɃŒGm¨z鋎靀G + values: + - "404" + podAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: hj6/bW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...CqN + operator: DoesNotExist + matchLabels: + ? v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-35840-w4g-27-5s6.q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x18mtxb--kexr-y/oK-.O--5-yp8q_s-1__gw_-z_659GE.l_.23--_6l.-5_Z + : 3Pw_-r75--_-Ao + namespaces: + - "423" + topologyKey: "424" + weight: -1507671981 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: 5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y + operator: Exists + matchLabels: + 1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5: 1--L--v_Z--Zg-_4Q__-v_t_u_.A + namespaces: + - "415" + topologyKey: "416" + podAntiAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: "8" + operator: DoesNotExist + matchLabels: + k407--m-dc---6-q-q0o90--g-09--d5ez1----b69x90/um._fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_VF: 11---.-o7.pJ-4-1WV.-__05._LsuH + namespaces: + - "439" + topologyKey: "440" + weight: 1067925263 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: 1x--i--7-nt-23h-4z-21-sap--h--q0h-t2n4s-6-k5-7-a0w-ke5p-3.nu--17---u7-gl7814ei-07shtq-6---g----9s39z-5/wv3UDf.-4D-5 + operator: NotIn + values: + - l67Q.-_t--O.3L.z2-y.-...C4_-_2G8 + matchLabels: + C--Y_Dp8O_._e_3_.4_W_-_7: p_.----cp__ac8u.._-__BM.6-.Y7 + namespaces: + - "431" + topologyKey: "432" + automountServiceAccountToken: false + containers: + - args: + - "248" + command: + - "247" + env: + - name: "255" + value: "256" + valueFrom: + configMapKeyRef: + key: "262" + name: "261" + optional: false + fieldRef: + apiVersion: "257" + fieldPath: "258" + resourceFieldRef: + containerName: "259" + divisor: "124" + resource: "260" + secretKeyRef: + key: "264" + name: "263" + optional: false + envFrom: + - configMapRef: + name: "253" + optional: true + prefix: "252" + secretRef: + name: "254" + optional: false + image: "246" + imagePullPolicy: ņ + lifecycle: + postStart: + exec: + command: + - "291" + httpGet: + host: "294" + httpHeaders: + - name: "295" + value: "296" + path: "292" + port: "293" + scheme: ­蜷ɔ幩š + tcpSocket: + host: "297" + port: 455833230 + preStop: + exec: + command: + - "298" + httpGet: + host: "300" + httpHeaders: + - name: "301" + value: "302" + path: "299" + port: 1076497581 + scheme: h4ɊHȖ|ʐ + tcpSocket: + host: "303" + port: 248533396 + livenessProbe: + exec: + command: + - "271" + failureThreshold: -205176266 + httpGet: + host: "273" + httpHeaders: + - name: "274" + value: "275" + path: "272" + port: 465486290 + initialDelaySeconds: -2097329452 + periodSeconds: 865289071 + successThreshold: -1829146875 + tcpSocket: + host: "276" + port: -116224247 + timeoutSeconds: 1504385614 + name: "245" + ports: + - containerPort: 2056774277 + hostIP: "251" + hostPort: -778272981 + name: "250" + protocol: 现葢ŵ橨鬶l獕;跣Hǝcw媀瓄&翜舞拉 + readinessProbe: + exec: + command: + - "277" + failureThreshold: -402384013 + httpGet: + host: "279" + httpHeaders: + - name: "280" + value: "281" + path: "278" + port: 234253676 + scheme: ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏 + initialDelaySeconds: -2062708879 + periodSeconds: -141401239 + successThreshold: -1187301925 + tcpSocket: + host: "283" + port: "282" + timeoutSeconds: 215186711 + resources: + limits: + V訆Ǝżŧ: "915" + requests: + +SÄ蚃ɣľ)酊龨Î: "787" + securityContext: + allowPrivilegeEscalation: false + capabilities: + add: + - DŽ髐njʉBn(fǂǢ曣 + drop: + - ay + privileged: false + procMount: 嗆u + readOnlyRootFilesystem: true + runAsGroup: -5996624450771474158 + runAsNonRoot: false + runAsUser: 1958157659034146020 + seLinuxOptions: + level: "308" + role: "306" + type: "307" + user: "305" + seccompProfile: + localhostProfile: "312" + type: 晲T[irȎ3Ĕ\ + windowsOptions: + gmsaCredentialSpec: "310" + gmsaCredentialSpecName: "309" + runAsUserName: "311" + startupProbe: + exec: + command: + - "284" + failureThreshold: -1699531929 + httpGet: + host: "287" + httpHeaders: + - name: "288" + value: "289" + path: "285" + port: "286" + scheme: 鏻砅邻爥 + initialDelaySeconds: 601198286 + periodSeconds: 405193215 + successThreshold: 2129989022 + tcpSocket: + host: "290" + port: -305362540 + timeoutSeconds: 409029209 + terminationMessagePath: "304" + terminationMessagePolicy: 迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ + tty: true + volumeDevices: + - devicePath: "270" + name: "269" + volumeMounts: + - mountPath: "266" + mountPropagation: '"冓鍓贯澔 ƺ蛜6' + name: "265" + readOnly: true + subPath: "267" + subPathExpr: "268" + workingDir: "249" + dnsConfig: + nameservers: + - "447" + options: + - name: "449" + value: "450" + searches: + - "448" + dnsPolicy: :{柯?B + enableServiceLinks: true + ephemeralContainers: + - args: + - "316" + command: + - "315" + env: + - name: "323" + value: "324" + valueFrom: + configMapKeyRef: + key: "330" + name: "329" + optional: true + fieldRef: + apiVersion: "325" + fieldPath: "326" + resourceFieldRef: + containerName: "327" + divisor: "69" + resource: "328" + secretKeyRef: + key: "332" + name: "331" + optional: false + envFrom: + - configMapRef: + name: "321" + optional: true + prefix: "320" + secretRef: + name: "322" + optional: false + image: "314" + imagePullPolicy: tl敷斢杧ż鯀 + lifecycle: + postStart: + exec: + command: + - "360" + httpGet: + host: "362" + httpHeaders: + - name: "363" + value: "364" + path: "361" + port: 1288391156 + scheme: Ǥ桒ɴ鉂WJ1抉泅ą&疀ȼN + tcpSocket: + host: "366" + port: "365" + preStop: + exec: + command: + - "367" + httpGet: + host: "369" + httpHeaders: + - name: "370" + value: "371" + path: "368" + port: 1859267428 + scheme: ȟP + tcpSocket: + host: "372" + port: 1445923603 + livenessProbe: + exec: + command: + - "339" + failureThreshold: -36573584 + httpGet: + host: "342" + httpHeaders: + - name: "343" + value: "344" + path: "340" + port: "341" + scheme: ȥ}礤铟怖ý萜Ǖ + initialDelaySeconds: -1922458514 + periodSeconds: 692511776 + successThreshold: -1231653807 + tcpSocket: + host: "345" + port: -1088996269 + timeoutSeconds: 1480364858 + name: "313" + ports: + - containerPort: -1918622971 + hostIP: "319" + hostPort: -1656699070 + name: "318" + protocol: ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz + readinessProbe: + exec: + command: + - "346" + failureThreshold: -1436899600 + httpGet: + host: "348" + httpHeaders: + - name: "349" + value: "350" + path: "347" + port: -1157640253 + scheme: ×p鬷m罂o3ǰ廋i乳'ȘUɻ; + initialDelaySeconds: -478839383 + periodSeconds: 140830733 + successThreshold: -708495486 + tcpSocket: + host: "352" + port: "351" + timeoutSeconds: 989933975 + resources: + limits: + 1b: "328" + requests: + '}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊': "699" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 鸔ɧWǘ炙 + drop: + - 餸硷 + privileged: true + procMount: ʈʫ羶剹ƊF豎穜 + readOnlyRootFilesystem: true + runAsGroup: 2946116477552625615 + runAsNonRoot: true + runAsUser: 5215323049148402377 + seLinuxOptions: + level: "377" + role: "375" + type: "376" + user: "374" + seccompProfile: + localhostProfile: "381" + type: l咑耖p^鏋 + windowsOptions: + gmsaCredentialSpec: "379" + gmsaCredentialSpecName: "378" + runAsUserName: "380" + startupProbe: + exec: + command: + - "353" + failureThreshold: -1873425934 + httpGet: + host: "356" + httpHeaders: + - name: "357" + value: "358" + path: "354" + port: "355" + scheme: 漤ŗ坟 + initialDelaySeconds: -902839620 + periodSeconds: 1808698094 + successThreshold: 1155232143 + tcpSocket: + host: "359" + port: -1617422199 + timeoutSeconds: -2030665763 + targetContainerName: "382" + terminationMessagePath: "373" + terminationMessagePolicy: 殆诵H玲鑠ĭ$#卛8ð仁Q + tty: true + volumeDevices: + - devicePath: "338" + name: "337" + volumeMounts: + - mountPath: "334" + mountPropagation: Ik(dŊiɢzĮ蛋I + name: "333" + readOnly: true + subPath: "335" + subPathExpr: "336" + workingDir: "317" + hostAliases: + - hostnames: + - "445" + ip: "444" + hostNetwork: true + hostname: "399" + imagePullSecrets: + - name: "398" + initContainers: + - args: + - "178" + command: + - "177" + env: + - name: "185" + value: "186" + valueFrom: + configMapKeyRef: + key: "192" + name: "191" + optional: false + fieldRef: + apiVersion: "187" + fieldPath: "188" + resourceFieldRef: + containerName: "189" + divisor: "573" + resource: "190" + secretKeyRef: + key: "194" + name: "193" + optional: false + envFrom: + - configMapRef: + name: "183" + optional: false + prefix: "182" + secretRef: + name: "184" + optional: false + image: "176" + imagePullPolicy: 昕Ĭ + lifecycle: + postStart: + exec: + command: + - "222" + httpGet: + host: "225" + httpHeaders: + - name: "226" + value: "227" + path: "223" + port: "224" + scheme: '>郵[+扴ȨŮ' + tcpSocket: + host: "229" + port: "228" + preStop: + exec: + command: + - "230" + httpGet: + host: "232" + httpHeaders: + - name: "233" + value: "234" + path: "231" + port: -743369977 + scheme: '>犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4' + tcpSocket: + host: "235" + port: -1224991707 + livenessProbe: + exec: + command: + - "201" + failureThreshold: -1150474479 + httpGet: + host: "203" + httpHeaders: + - name: "204" + value: "205" + path: "202" + port: -1196874390 + scheme: S晒嶗UÐ_ƮA攤 + initialDelaySeconds: 1885897314 + periodSeconds: 1054858106 + successThreshold: 232569106 + tcpSocket: + host: "206" + port: -498930176 + timeoutSeconds: -465677631 + name: "175" + ports: + - containerPort: 377225334 + hostIP: "181" + hostPort: 282592353 + name: "180" + protocol: Ƹ[Ęİ榌U髷裎$MVȟ@7 + readinessProbe: + exec: + command: + - "207" + failureThreshold: 1752155096 + httpGet: + host: "210" + httpHeaders: + - name: "211" + value: "212" + path: "208" + port: "209" + scheme: 8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ + initialDelaySeconds: -2717401 + periodSeconds: -1099429189 + successThreshold: 994072122 + tcpSocket: + host: "214" + port: "213" + timeoutSeconds: -1492565335 + resources: + limits: + ǚ灄鸫rʤî萨zvt: "829" + requests: + 悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\p: "604" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 藢xɮĵȑ6L*Z鐫û咡W< + drop: + - lu|榝$î. + privileged: false + procMount: 朦 wƯ貾坢'跩 + readOnlyRootFilesystem: true + runAsGroup: 8949541422887578058 + runAsNonRoot: true + runAsUser: -7565148469525206101 + seLinuxOptions: + level: "240" + role: "238" + type: "239" + user: "237" + seccompProfile: + localhostProfile: "244" + type: ŕ翑0展} + windowsOptions: + gmsaCredentialSpec: "242" + gmsaCredentialSpecName: "241" + runAsUserName: "243" + startupProbe: + exec: + command: + - "215" + failureThreshold: 785984384 + httpGet: + host: "218" + httpHeaders: + - name: "219" + value: "220" + path: "216" + port: "217" + scheme: Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ + initialDelaySeconds: -1738069460 + periodSeconds: -805795167 + successThreshold: 1791615594 + tcpSocket: + host: "221" + port: -36782737 + timeoutSeconds: -1643733106 + stdinOnce: true + terminationMessagePath: "236" + volumeDevices: + - devicePath: "200" + name: "199" + volumeMounts: + - mountPath: "196" + mountPropagation: ƖHV + name: "195" + readOnly: true + subPath: "197" + subPathExpr: "198" + workingDir: "179" + nodeName: "387" + nodeSelector: + "383": "384" + overhead: + ȩ纾S: "368" + preemptionPolicy: 'n夬LJ:BŐ埑Ô*ɾWȖ韝ƉşʁO^:' + priority: -1221153504 + priorityClassName: "446" + readinessGates: + - conditionType: 媈 + restartPolicy: ȿ醏g遧 + runtimeClassName: "451" + schedulerName: "441" + securityContext: + fsGroup: 4489057930380969432 + fsGroupChangePolicy: ='ʨ|ǓÓ敆OɈÏ 瞍髃 + runAsGroup: -759684899479757878 + runAsNonRoot: false + runAsUser: -1290365495982891537 + seLinuxOptions: + level: "391" + role: "389" + type: "390" + user: "388" + seccompProfile: + localhostProfile: "397" + type: ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn + supplementalGroups: + - 3273247375993523103 + sysctls: + - name: "395" + value: "396" + windowsOptions: + gmsaCredentialSpec: "393" + gmsaCredentialSpecName: "392" + runAsUserName: "394" + serviceAccount: "386" + serviceAccountName: "385" + setHostnameAsFQDN: false + shareProcessNamespace: false + subdomain: "400" + terminationGracePeriodSeconds: -616777763639482630 + tolerations: + - effect: 淵 + key: "442" + operator: Ɖ肆Ző + tolerationSeconds: -1072615283184390308 + value: "443" + topologySpreadConstraints: + - labelSelector: + matchExpressions: + - key: 51-i-d-----9---063-qm-j-3wc89k-0-57z4063--4/rBQ.u + operator: Exists + matchLabels: + jp-z---k-5r6h--y7n.61-cm---ch-g0t-q--qr95ws-v-5--7-ufi-7/35a-1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--.2g: Mqp..__._-J_-fk3-_j.133eT_2_Y + maxSkew: -1568300104 + topologyKey: "452" + whenUnsatisfiable: 潑嫉悔柅ȵ.Ȁ鎧Y冒Ɩ + volumes: + - awsElasticBlockStore: + fsType: "47" + partition: 912004803 + readOnly: true + volumeID: "46" + azureDisk: + cachingMode: '|@?鷅bȻN' + diskName: "110" + diskURI: "111" + fsType: "112" + kind: 榱*Gưoɘ檲 + readOnly: true + azureFile: + readOnly: true + secretName: "96" + shareName: "97" + cephfs: + monitors: + - "81" + path: "82" + secretFile: "84" + secretRef: + name: "85" + user: "83" + cinder: + fsType: "79" + secretRef: + name: "80" + volumeID: "78" + configMap: + defaultMode: 1593906314 + items: + - key: "99" + mode: 195263908 + path: "100" + name: "98" + optional: false + csi: + driver: "142" + fsType: "143" + nodePublishSecretRef: + name: "146" + readOnly: false + volumeAttributes: + "144": "145" + downwardAPI: + defaultMode: 824682619 + items: + - fieldRef: + apiVersion: "89" + fieldPath: "90" + mode: 1569992019 + path: "88" + resourceFieldRef: + containerName: "91" + divisor: "660" + resource: "92" + emptyDir: + medium: Xŋ朘瑥A徙ɶɊł/擇ɦĽ胚O醔ɍ厶耈 + sizeLimit: "473" + ephemeral: + volumeClaimTemplate: + metadata: + annotations: + "154": "155" + clusterName: "160" + creationTimestamp: null + deletionGracePeriodSeconds: 6296624700137074905 + finalizers: + - "159" + generateName: "148" + generation: 6028937828108618026 + labels: + "152": "153" + managedFields: + - apiVersion: "162" + fieldsType: "163" + manager: "161" + operation: ɑ龫`劳&¼傭Ȟ1酃=6}ɡŇƉ立h + name: "147" + namespace: "149" + ownerReferences: + - apiVersion: "156" + blockOwnerDeletion: false + controller: false + kind: "157" + name: "158" + uid: 閝ȝ + resourceVersion: "11451542506523135343" + selfLink: "150" + uid: H巧壚tC十Oɢ + spec: + accessModes: + - '鲡:' + dataSource: + apiGroup: "172" + kind: "173" + name: "174" + resources: + limits: + Ŗȫ焗捏ĨFħ籘: "853" + requests: + zɟ踡肒Ao/樝fw[Řż丩ŽoǠ: "918" + selector: + matchExpressions: + - key: m_0_F03_J + operator: NotIn + values: + - 4FpF_W-6 + matchLabels: + 0-.-yz-0-_p4mz--.I_f6kjsz-7lwY-Y93-6: igm_-._.q6 + storageClassName: "171" + volumeMode: Z1Ůđ眊ľǎɳ,ǿ飏騀呣 + volumeName: "170" + fc: + fsType: "94" + lun: -1740986684 + readOnly: true + targetWWNs: + - "93" + wwids: + - "95" + flexVolume: + driver: "73" + fsType: "74" + options: + "76": "77" + readOnly: true + secretRef: + name: "75" + flocker: + datasetName: "86" + datasetUUID: "87" + gcePersistentDisk: + fsType: "45" + partition: -1188153605 + pdName: "44" + gitRepo: + directory: "50" + repository: "48" + revision: "49" + glusterfs: + endpoints: "63" + path: "64" + readOnly: true + hostPath: + path: "43" + type: ƛƟ)ÙæNǚ錯ƶRquA?瞲Ť倱< + iscsi: + chapAuthDiscovery: true + fsType: "59" + initiatorName: "62" + iqn: "57" + iscsiInterface: "58" + lun: 994527057 + portals: + - "60" + secretRef: + name: "61" + targetPortal: "56" + name: "42" + nfs: + path: "55" + readOnly: true + server: "54" + persistentVolumeClaim: + claimName: "65" + readOnly: true + photonPersistentDisk: + fsType: "114" + pdID: "113" + portworxVolume: + fsType: "129" + readOnly: true + volumeID: "128" + projected: + defaultMode: -1334904807 + sources: + - configMap: + items: + - key: "124" + mode: 2063799569 + path: "125" + name: "123" + optional: false + downwardAPI: + items: + - fieldRef: + apiVersion: "119" + fieldPath: "120" + mode: 173030157 + path: "118" + resourceFieldRef: + containerName: "121" + divisor: "106" + resource: "122" + secret: + items: + - key: "116" + mode: -323584340 + path: "117" + name: "115" + optional: true + serviceAccountToken: + audience: "126" + expirationSeconds: 8357931971650847566 + path: "127" + quobyte: + group: "108" + registry: "105" + tenant: "109" + user: "107" + volume: "106" + rbd: + fsType: "68" + image: "67" + keyring: "71" + monitors: + - "66" + pool: "69" + secretRef: + name: "72" + user: "70" + scaleIO: + fsType: "137" + gateway: "130" + protectionDomain: "133" + secretRef: + name: "132" + storageMode: "135" + storagePool: "134" + system: "131" + volumeName: "136" + secret: + defaultMode: 332383000 + items: + - key: "52" + mode: -547518679 + path: "53" + optional: true + secretName: "51" + storageos: + fsType: "140" + secretRef: + name: "141" + volumeName: "138" + volumeNamespace: "139" + vsphereVolume: + fsType: "102" + storagePolicyID: "104" + storagePolicyName: "103" + volumePath: "101" + updateStrategy: + rollingUpdate: + partition: -83826225 + type: șa汸<ƋlɋN磋镮ȺPÈ + volumeClaimTemplates: + - metadata: + annotations: + "466": "467" + clusterName: "472" + creationTimestamp: null + deletionGracePeriodSeconds: -6486445241316991261 + finalizers: + - "471" + generateName: "460" + generation: -5107762106575809276 + labels: + "464": "465" + managedFields: + - apiVersion: "474" + fieldsType: "475" + manager: "473" + operation: 壛ĐíEd楗鱶镖喗vȥ + name: "459" + namespace: "461" + ownerReferences: + - apiVersion: "468" + blockOwnerDeletion: false + controller: true + kind: "469" + name: "470" + uid: /nēɅĀ埰ʀł!U詨nj1ýǝ + resourceVersion: "8285629342346774721" + selfLink: "462" + uid: S誖Śs垦Ȋ髴T唼=`朇c + spec: + accessModes: + - Y斩I儑瓔¯ + dataSource: + apiGroup: "484" + kind: "485" + name: "486" + resources: + limits: + 涟雒驭堣Qwn:Ʋå譥a超: "19" + requests: + ª韷v简3VǢɾ纤ą¨?ɣ蔫椁Ȕ: "368" + selector: + matchExpressions: + - key: vUK_-.j21---__y.9O.L-.m.3--4 + operator: In + values: + - 37u-h---dY7_M_-._M52 + matchLabels: + ? k--13lk5-e4-u-5kvp-----887j72qz6-7d84-1f396h82----23-6b77f.mgi7-2je7zjt0pp-x0r2gd---yn1/7_._qN__A_f_-B3_U__L.KH6K.RwsfI_2-_20_9.5 + : 8_B-ks7dx + storageClassName: "483" + volumeMode: '''降\4)ȳɍǟm{煰œ憼' + volumeName: "482" + status: + accessModes: + - èƾ竒决瘛Ǫǵ + capacity: + Ǧ澵貛香"砻B鷋: "578" + conditions: + - lastProbeTime: "2230-04-25T02:33:53Z" + lastTransitionTime: "2843-07-14T02:23:26Z" + message: "488" + reason: "487" + status: WU=ȑ-A敲ʉ2腠梊 + type: '|nET¬%ȎdžĤɂR湛' + phase: ʌ槧ą°Z拕獘:pȚ\猫ï卒ú +status: + collisionCount: -1556190810 + conditions: + - lastTransitionTime: "2446-08-01T12:34:13Z" + message: "493" + reason: "492" + status: 闬輙怀¹bCũw¼ ǫđ槴Ċį軠> + type: ȩ硘(ǒ[ + currentReplicas: -463159422 + currentRevision: "490" + observedGeneration: -3866306318826551410 + readyReplicas: -1993494670 + replicas: 1852870468 + updateRevision: "491" + updatedReplicas: 463674701 diff --git a/staging/src/k8s.io/api/testdata/v1.19.0/batch.v1.Job.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.19.0/batch.v1.Job.after_roundtrip.pb index 17b39b06efce3286d15f113067abb77b4daf4666..6205e7e0217be43c53f878e23ee8a0c0c742b9cd 100644 GIT binary patch delta 51 zcmV-30L=f9G>LR|5gvvsVS) J0kby;+7bxG6HNdB delta 54 zcmV-60LlN4G?6rr76J8<7p?*Fk;Zia>61JGxC^i^3cd;o0yHubx3m8NR|5gxvsVS) M0Rj*Jvo#0W5&_LBtxumQ!BwgII9hm%|a$P2zQ3hoOE0yZ!b V=d&*Zrvm}Mv)2Yd0<#$jvJ)X;7iRzf delta 66 zcmV-I0KNaoIm&_>%9a2brvm}Ov)2Yd0s;^Lvlj`n6J_ETiU0rr diff --git a/staging/src/k8s.io/api/testdata/v1.19.0/batch.v1beta1.CronJob.after_roundtrip.yaml b/staging/src/k8s.io/api/testdata/v1.19.0/batch.v1beta1.CronJob.after_roundtrip.yaml new file mode 100644 index 00000000000..b4b11d68996 --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.19.0/batch.v1beta1.CronJob.after_roundtrip.yaml @@ -0,0 +1,1058 @@ +apiVersion: batch/v1beta1 +kind: CronJob +metadata: + annotations: + "9": "10" + clusterName: "15" + creationTimestamp: null + deletionGracePeriodSeconds: -4955867275792137171 + finalizers: + - "14" + generateName: "3" + generation: 8071137005907523419 + labels: + "7": "8" + managedFields: + - apiVersion: "17" + fieldsType: "18" + manager: "16" + operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć] + name: "2" + namespace: "4" + ownerReferences: + - apiVersion: "11" + blockOwnerDeletion: true + controller: false + kind: "12" + name: "13" + uid: Dz廔ȇ{sŊƏp + resourceVersion: "11042405498087606203" + selfLink: "5" + uid: "7" +spec: + concurrencyPolicy: Hr鯹)晿ą + values: + - "424" + podAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: w_-r75--_-A-o-__y__._12..wrbW_E..24-O._.v._9-czf + operator: DoesNotExist + matchLabels: + 4g-27-5sx6dbp-72q--m--2k-p---139g-29.o-3/l.-5_BZk5v3aUK_--_o_2.--4Z7__i1T.miw_7a_...8-_0_5: 5.m_2_--XZx + namespaces: + - "443" + topologyKey: "444" + weight: -969397138 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: 8b-3-3b17cab-ppy5e--9p-61-2we16h--5-d-k-sm.2xv17r--32b-----4-670tfz-up3n/ov_Z--Zg-_Q + operator: NotIn + values: + - 0..KpiS.oK-.O--5-yp8q_s-L + matchLabels: + rG-7--p9.-_0R.-_-3_L_2--_v2.5p_..Y-.wg_-b8a_68: Q4_.84.K_-_0_..u.F.pq..--Q + namespaces: + - "435" + topologyKey: "436" + podAntiAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: n-9n7p22o4a-w----11rqy3eo79p-f4r1--7p--053--suug/5-4_ed-0-i_zZsY_o8t5Vl6_..7CY-_dc__G6N-_-0o.0C_gV9 + operator: NotIn + values: + - f8k + matchLabels: + k5_7_-0w_--5-_.3--_9QW2JkU27_.-4T-I.-..K.-.0__sD.6: HI-F.PWtO4-7-P41_.-.-AQ._r.-_Rw1k8KLu..ly--J-_.ZCRT.0z-oe.G79.b + namespaces: + - "459" + topologyKey: "460" + weight: -1397412563 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: 6n-f-x--i-b/8u.._-__BM.6-.Y_72-_--pT75-.emV__1-wv3UDf.4 + operator: In + values: + - n-W23-_.z_.._s--_F-BR-.W + matchLabels: + ZXC0_-7.-hj-O_8-b6E_--B: p8O_._e_3_.4_W_H + namespaces: + - "451" + topologyKey: "452" + automountServiceAccountToken: false + containers: + - args: + - "265" + command: + - "264" + env: + - name: "272" + value: "273" + valueFrom: + configMapKeyRef: + key: "279" + name: "278" + optional: false + fieldRef: + apiVersion: "274" + fieldPath: "275" + resourceFieldRef: + containerName: "276" + divisor: "107" + resource: "277" + secretKeyRef: + key: "281" + name: "280" + optional: false + envFrom: + - configMapRef: + name: "270" + optional: false + prefix: "269" + secretRef: + name: "271" + optional: false + image: "263" + imagePullPolicy: 笭/9崍h趭(娕uE增猍ǵ xǨ + lifecycle: + postStart: + exec: + command: + - "310" + httpGet: + host: "313" + httpHeaders: + - name: "314" + value: "315" + path: "311" + port: "312" + tcpSocket: + host: "316" + port: 935886668 + preStop: + exec: + command: + - "317" + httpGet: + host: "320" + httpHeaders: + - name: "321" + value: "322" + path: "318" + port: "319" + scheme: )DŽ髐njʉBn(fǂ + tcpSocket: + host: "323" + port: 872525702 + livenessProbe: + exec: + command: + - "288" + failureThreshold: -766915393 + httpGet: + host: "291" + httpHeaders: + - name: "292" + value: "293" + path: "289" + port: "290" + scheme: C"6x$1s + initialDelaySeconds: -860435782 + periodSeconds: -2088645849 + successThreshold: 1900201288 + tcpSocket: + host: "295" + port: "294" + timeoutSeconds: 1067125211 + name: "262" + ports: + - containerPort: 1157117817 + hostIP: "268" + hostPort: -825277526 + name: "267" + readinessProbe: + exec: + command: + - "296" + failureThreshold: 1802356198 + httpGet: + host: "298" + httpHeaders: + - name: "299" + value: "300" + path: "297" + port: 1167615307 + scheme: vEȤƏ埮p + initialDelaySeconds: -1467527914 + periodSeconds: 1221583046 + successThreshold: -1861307253 + tcpSocket: + host: "302" + port: "301" + timeoutSeconds: 1107276738 + resources: + limits: + 琕鶫:顇ə娯Ȱ囌{: "853" + requests: + Z龏´DÒȗÔÂɘɢ鬍熖B芭花: "372" + securityContext: + allowPrivilegeEscalation: false + capabilities: + add: + - Ƶf + drop: + - Ã茓pȓɻ + privileged: true + procMount: '#耗' + readOnlyRootFilesystem: false + runAsGroup: 5255171395073905944 + runAsNonRoot: false + runAsUser: -4099583436266168513 + seLinuxOptions: + level: "328" + role: "326" + type: "327" + user: "325" + seccompProfile: + localhostProfile: "332" + type: (ť1ùfŭƽ + windowsOptions: + gmsaCredentialSpec: "330" + gmsaCredentialSpecName: "329" + runAsUserName: "331" + startupProbe: + exec: + command: + - "303" + failureThreshold: 1697842937 + httpGet: + host: "305" + httpHeaders: + - name: "306" + value: "307" + path: "304" + port: 199049889 + scheme: IJ嘢4ʗ + initialDelaySeconds: -1896415283 + periodSeconds: -1330095135 + successThreshold: 1566213732 + tcpSocket: + host: "309" + port: "308" + timeoutSeconds: 1540899353 + stdin: true + stdinOnce: true + terminationMessagePath: "324" + terminationMessagePolicy: ay + volumeDevices: + - devicePath: "287" + name: "286" + volumeMounts: + - mountPath: "283" + mountPropagation: 亏yƕ丆録²Ŏ)/灩聋3趐囨鏻 + name: "282" + readOnly: true + subPath: "284" + subPathExpr: "285" + workingDir: "266" + dnsConfig: + nameservers: + - "467" + options: + - name: "469" + value: "470" + searches: + - "468" + dnsPolicy: 堑ūM鈱ɖ'蠨 + enableServiceLinks: false + ephemeralContainers: + - args: + - "336" + command: + - "335" + env: + - name: "343" + value: "344" + valueFrom: + configMapKeyRef: + key: "350" + name: "349" + optional: true + fieldRef: + apiVersion: "345" + fieldPath: "346" + resourceFieldRef: + containerName: "347" + divisor: "211" + resource: "348" + secretKeyRef: + key: "352" + name: "351" + optional: true + envFrom: + - configMapRef: + name: "341" + optional: false + prefix: "340" + secretRef: + name: "342" + optional: false + image: "334" + imagePullPolicy: 嵞嬯t{Eɾ敹Ȯ-湷D谹 + lifecycle: + postStart: + exec: + command: + - "380" + httpGet: + host: "382" + httpHeaders: + - name: "383" + value: "384" + path: "381" + port: 2040952835 + scheme: 诵H玲鑠ĭ$#卛8ð + tcpSocket: + host: "386" + port: "385" + preStop: + exec: + command: + - "387" + httpGet: + host: "389" + httpHeaders: + - name: "390" + value: "391" + path: "388" + port: -122203422 + scheme: 斢杧ż鯀1'鸔 + tcpSocket: + host: "392" + port: -1618269037 + livenessProbe: + exec: + command: + - "359" + failureThreshold: -478839383 + httpGet: + host: "362" + httpHeaders: + - name: "363" + value: "364" + path: "360" + port: "361" + initialDelaySeconds: 1612465029 + periodSeconds: 758604605 + successThreshold: -291429895 + tcpSocket: + host: "366" + port: "365" + timeoutSeconds: -148677969 + name: "333" + ports: + - containerPort: 1992460223 + hostIP: "339" + hostPort: -2137891092 + name: "338" + protocol: '`l}Ñ蠂Ü[ƛ^輅' + readinessProbe: + exec: + command: + - "367" + failureThreshold: -1431381588 + httpGet: + host: "369" + httpHeaders: + - name: "370" + value: "371" + path: "368" + port: 498878902 + scheme: ďJZ漤ŗ坟Ů< + initialDelaySeconds: 1808698094 + periodSeconds: -1873425934 + successThreshold: -1924862129 + tcpSocket: + host: "372" + port: -2030665763 + timeoutSeconds: 1155232143 + resources: + limits: + x糂腂: "286" + requests: + ɢzĮ蛋I滞廬耐鷞焬CQm坊柩劄奼[: "214" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 秮òƬɸĻo + drop: + - '{柯?' + privileged: false + procMount: 4矕Ƈè* + readOnlyRootFilesystem: false + runAsGroup: 1578419479310338359 + runAsNonRoot: false + runAsUser: -3231735416592443589 + seLinuxOptions: + level: "397" + role: "395" + type: "396" + user: "394" + seccompProfile: + localhostProfile: "401" + type: ='ʨ|ǓÓ敆OɈÏ 瞍髃 + windowsOptions: + gmsaCredentialSpec: "399" + gmsaCredentialSpecName: "398" + runAsUserName: "400" + startupProbe: + exec: + command: + - "373" + failureThreshold: -592521472 + httpGet: + host: "376" + httpHeaders: + - name: "377" + value: "378" + path: "374" + port: "375" + scheme: Nh×DJɶ羹ƞʓ%ʝ`ǭ + initialDelaySeconds: 911629631 + periodSeconds: 1859267428 + successThreshold: 1123323092 + tcpSocket: + host: "379" + port: -1467648837 + timeoutSeconds: 542678518 + stdin: true + stdinOnce: true + targetContainerName: "402" + terminationMessagePath: "393" + terminationMessagePolicy: 炙B餸硷张q櫞繡旹翃ɾ氒ĺʈʫ羶剹 + tty: true + volumeDevices: + - devicePath: "358" + name: "357" + volumeMounts: + - mountPath: "354" + mountPropagation: Ƶŧ1ƟƓ宆!鍲ɋȑoG鄧蜢暳ǽ + name: "353" + subPath: "355" + subPathExpr: "356" + workingDir: "337" + hostAliases: + - hostnames: + - "465" + ip: "464" + hostIPC: true + hostNetwork: true + hostname: "419" + imagePullSecrets: + - name: "418" + initContainers: + - args: + - "196" + command: + - "195" + env: + - name: "203" + value: "204" + valueFrom: + configMapKeyRef: + key: "210" + name: "209" + optional: false + fieldRef: + apiVersion: "205" + fieldPath: "206" + resourceFieldRef: + containerName: "207" + divisor: "231" + resource: "208" + secretKeyRef: + key: "212" + name: "211" + optional: true + envFrom: + - configMapRef: + name: "201" + optional: true + prefix: "200" + secretRef: + name: "202" + optional: false + image: "194" + imagePullPolicy: Gƚ绤fʀļ腩墺Ò媁荭gw + lifecycle: + postStart: + exec: + command: + - "240" + httpGet: + host: "243" + httpHeaders: + - name: "244" + value: "245" + path: "241" + port: "242" + scheme: 更偢ɇ卷荙JLĹ]佱¿>犵殇ŕ-Ɂ + tcpSocket: + host: "246" + port: 467291328 + preStop: + exec: + command: + - "247" + httpGet: + host: "249" + httpHeaders: + - name: "250" + value: "251" + path: "248" + port: -434820661 + scheme: r嚧 + tcpSocket: + host: "252" + port: 453108839 + livenessProbe: + exec: + command: + - "219" + failureThreshold: 158280212 + httpGet: + host: "222" + httpHeaders: + - name: "223" + value: "224" + path: "220" + port: "221" + scheme: 翁杙Ŧ癃8鸖ɱJȉ罴ņ螡ź + initialDelaySeconds: 513341278 + periodSeconds: 1255312175 + successThreshold: -1740959124 + tcpSocket: + host: "225" + port: -1543701088 + timeoutSeconds: 627713162 + name: "193" + ports: + - containerPort: -1409668172 + hostIP: "199" + hostPort: -1180080716 + name: "198" + protocol: 脾嚏吐ĠLƐȤ藠3.v-鿧悮坮Ȣ幟ļ腻 + readinessProbe: + exec: + command: + - "226" + failureThreshold: 1226391571 + httpGet: + host: "228" + httpHeaders: + - name: "229" + value: "230" + path: "227" + port: -1140531048 + initialDelaySeconds: 1260448044 + periodSeconds: -1791206950 + successThreshold: 1160477220 + tcpSocket: + host: "231" + port: 1741405963 + timeoutSeconds: -200461294 + resources: + limits: + "": "55" + requests: + 粕擓ƖHVe熼'FD: "235" + securityContext: + allowPrivilegeEscalation: false + capabilities: + add: + - E剒蔞 + drop: + - 表徶đ寳议Ƭƶ氩Ȩ<6鄰簳°Ļǟi&皥 + privileged: false + procMount: ¦队偯J僳徥淳4揻-$ɽ丟×x锏ɟ + readOnlyRootFilesystem: true + runAsGroup: -5569844914519516591 + runAsNonRoot: true + runAsUser: -3342656999442156006 + seLinuxOptions: + level: "257" + role: "255" + type: "256" + user: "254" + seccompProfile: + localhostProfile: "261" + type: Ǒ輂,ŕĪĠM蘇KŅ/»頸+SÄ蚃ɣ + windowsOptions: + gmsaCredentialSpec: "259" + gmsaCredentialSpecName: "258" + runAsUserName: "260" + startupProbe: + exec: + command: + - "232" + failureThreshold: 300356869 + httpGet: + host: "235" + httpHeaders: + - name: "236" + value: "237" + path: "233" + port: "234" + scheme: 勅跦Opwǩ曬逴褜1Ø + initialDelaySeconds: -589000495 + periodSeconds: 561988938 + successThreshold: 1419770315 + tcpSocket: + host: "239" + port: "238" + timeoutSeconds: -955773237 + stdin: true + terminationMessagePath: "253" + terminationMessagePolicy: 趛屡ʁ岼昕ĬÇó藢xɮĵȑ6L* + tty: true + volumeDevices: + - devicePath: "218" + name: "217" + volumeMounts: + - mountPath: "214" + mountPropagation: UÐ_ƮA攤/ɸɎ + name: "213" + subPath: "215" + subPathExpr: "216" + workingDir: "197" + nodeName: "407" + nodeSelector: + "403": "404" + overhead: + "": "368" + preemptionPolicy: 犾ȩ纾 + priority: -69353914 + priorityClassName: "466" + readinessGates: + - conditionType: ʁO + restartPolicy: ȕW歹s + runtimeClassName: "471" + schedulerName: "461" + securityContext: + fsGroup: 3104099627522161950 + fsGroupChangePolicy: ß讪Ă2讅缔m葰賦迾娙 + runAsGroup: 241576272398843100 + runAsNonRoot: false + runAsUser: -8735446882646824517 + seLinuxOptions: + level: "411" + role: "409" + type: "410" + user: "408" + seccompProfile: + localhostProfile: "417" + type: 4虵p蓋沥7uPƒ + supplementalGroups: + - 3851285476969791307 + sysctls: + - name: "415" + value: "416" + windowsOptions: + gmsaCredentialSpec: "413" + gmsaCredentialSpecName: "412" + runAsUserName: "414" + serviceAccount: "406" + serviceAccountName: "405" + setHostnameAsFQDN: false + shareProcessNamespace: false + subdomain: "420" + terminationGracePeriodSeconds: -2705718780200389430 + tolerations: + - effect: 蛡媈U曰n夬LJ:BŐ埑Ô + key: "462" + operator: T暣Ɖ肆Ző:ijɲí_夦Ŕ + tolerationSeconds: 2817479448830898187 + value: "463" + topologySpreadConstraints: + - labelSelector: + matchExpressions: + - key: 51-i-d-----9---063-qm-j-3wc89k-0-57z4063--4/rBQ.u + operator: Exists + matchLabels: + jp-z---k-5r6h--y7n.61-cm---ch-g0t-q--qr95ws-v-5--7-ufi-7/35a-1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--.2g: Mqp..__._-J_-fk3-_j.133eT_2_Y + maxSkew: -1568300104 + topologyKey: "472" + whenUnsatisfiable: 潑嫉悔柅ȵ.Ȁ鎧Y冒Ɩ + volumes: + - awsElasticBlockStore: + fsType: "65" + partition: -1853411528 + volumeID: "64" + azureDisk: + cachingMode: A3fƻfʣ繡楙¯ + diskName: "128" + diskURI: "129" + fsType: "130" + kind: 勗E濞偘1ɩÅ議Ǹ轺@)蓳嗘TʡȂ + readOnly: true + azureFile: + secretName: "114" + shareName: "115" + cephfs: + monitors: + - "99" + path: "100" + readOnly: true + secretFile: "102" + secretRef: + name: "103" + user: "101" + cinder: + fsType: "97" + secretRef: + name: "98" + volumeID: "96" + configMap: + defaultMode: -347579237 + items: + - key: "117" + mode: 1793473487 + path: "118" + name: "116" + optional: false + csi: + driver: "160" + fsType: "161" + nodePublishSecretRef: + name: "164" + readOnly: false + volumeAttributes: + "162": "163" + downwardAPI: + defaultMode: -1775926229 + items: + - fieldRef: + apiVersion: "107" + fieldPath: "108" + mode: -1011172037 + path: "106" + resourceFieldRef: + containerName: "109" + divisor: "52" + resource: "110" + emptyDir: + medium: 捵TwMȗ礼2ħ籦ö嗏ʑ>季Cʖ畬 + sizeLimit: "347" + ephemeral: + volumeClaimTemplate: + metadata: + annotations: + "172": "173" + clusterName: "178" + creationTimestamp: null + deletionGracePeriodSeconds: 3218160964766401208 + finalizers: + - "177" + generateName: "166" + generation: -6008930988505485536 + labels: + "170": "171" + managedFields: + - apiVersion: "180" + fieldsType: "181" + manager: "179" + operation: quA?瞲Ť倱<įXŋ + name: "165" + namespace: "167" + ownerReferences: + - apiVersion: "174" + blockOwnerDeletion: false + controller: true + kind: "175" + name: "176" + uid: ɜa頢ƛƟ)ÙæNǚ + resourceVersion: "4447340384943270560" + selfLink: "168" + uid: A徙ɶɊł/擇ɦĽ胚 + spec: + accessModes: + - 厶耈 T衧ȇe媹Hǝ呮}臷 + dataSource: + apiGroup: "190" + kind: "191" + name: "192" + resources: + limits: + /樝fw[Řż丩ŽoǠŻʘY賃ɪ鐊: "967" + requests: + ǎɳ,ǿ飏騀呣ǎfǣ萭旿@掇lNd: "150" + selector: + matchExpressions: + - key: 6tv27r-m8w-6-9-35d8.w-v-93ix6bigm-h8-3q768km-0--03-t-0-05/4--6o--Bo-F__..XR.7_1-p-6_._31.-.-z + operator: NotIn + values: + - A5b.5-CX_VBC.Jn4f_1 + matchLabels: + 5P.-i.Fg.Cs_.w: 4_2IN..3O4y..-W.5w9-Wm_AO-l8VKLyHA_.-F_E2_QOuQ_0 + storageClassName: "189" + volumeMode: 髷裎$MVȟ@7飣奺Ȋ + volumeName: "188" + fc: + fsType: "112" + lun: -740816174 + targetWWNs: + - "111" + wwids: + - "113" + flexVolume: + driver: "91" + fsType: "92" + options: + "94": "95" + secretRef: + name: "93" + flocker: + datasetName: "104" + datasetUUID: "105" + gcePersistentDisk: + fsType: "63" + partition: 1399152294 + pdName: "62" + readOnly: true + gitRepo: + directory: "68" + repository: "66" + revision: "67" + glusterfs: + endpoints: "81" + path: "82" + readOnly: true + hostPath: + path: "61" + type: j剐'宣I拍N嚳ķȗ + iscsi: + fsType: "77" + initiatorName: "80" + iqn: "75" + iscsiInterface: "76" + lun: -1483417237 + portals: + - "78" + secretRef: + name: "79" + targetPortal: "74" + name: "60" + nfs: + path: "73" + server: "72" + persistentVolumeClaim: + claimName: "83" + readOnly: true + photonPersistentDisk: + fsType: "132" + pdID: "131" + portworxVolume: + fsType: "147" + volumeID: "146" + projected: + defaultMode: -1332301579 + sources: + - configMap: + items: + - key: "142" + mode: -1249460160 + path: "143" + name: "141" + optional: false + downwardAPI: + items: + - fieldRef: + apiVersion: "137" + fieldPath: "138" + mode: 1525389481 + path: "136" + resourceFieldRef: + containerName: "139" + divisor: "618" + resource: "140" + secret: + items: + - key: "134" + mode: 550215822 + path: "135" + name: "133" + optional: false + serviceAccountToken: + audience: "144" + expirationSeconds: -8988970531898753887 + path: "145" + quobyte: + group: "126" + readOnly: true + registry: "123" + tenant: "127" + user: "125" + volume: "124" + rbd: + fsType: "86" + image: "85" + keyring: "89" + monitors: + - "84" + pool: "87" + readOnly: true + secretRef: + name: "90" + user: "88" + scaleIO: + fsType: "155" + gateway: "148" + protectionDomain: "151" + readOnly: true + secretRef: + name: "150" + storageMode: "153" + storagePool: "152" + system: "149" + volumeName: "154" + secret: + defaultMode: -1852451720 + items: + - key: "70" + mode: 1395607230 + path: "71" + optional: true + secretName: "69" + storageos: + fsType: "158" + readOnly: true + secretRef: + name: "159" + volumeName: "156" + volumeNamespace: "157" + vsphereVolume: + fsType: "120" + storagePolicyID: "122" + storagePolicyName: "121" + volumePath: "119" + ttlSecondsAfterFinished: -339602975 + schedule: "19" + startingDeadlineSeconds: -2555947251840004808 + successfulJobsHistoryLimit: 305459364 + suspend: true +status: + active: + - apiVersion: "482" + fieldPath: "484" + kind: "479" + name: "481" + namespace: "480" + resourceVersion: "483" + uid: vÐ仆dždĄ跞肞=ɴ diff --git a/staging/src/k8s.io/api/testdata/v1.19.0/batch.v1beta1.JobTemplate.after_roundtrip.json b/staging/src/k8s.io/api/testdata/v1.19.0/batch.v1beta1.JobTemplate.after_roundtrip.json new file mode 100644 index 00000000000..53dc25a9808 --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.19.0/batch.v1beta1.JobTemplate.after_roundtrip.json @@ -0,0 +1,1523 @@ +{ + "kind": "JobTemplate", + "apiVersion": "batch/v1beta1", + "metadata": { + "name": "2", + "generateName": "3", + "namespace": "4", + "selfLink": "5", + "uid": "7", + "resourceVersion": "11042405498087606203", + "generation": 8071137005907523419, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -4955867275792137171, + "labels": { + "7": "8" + }, + "annotations": { + "9": "10" + }, + "ownerReferences": [ + { + "apiVersion": "11", + "kind": "12", + "name": "13", + "uid": "Dz廔ȇ{sŊƏp", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "14" + ], + "clusterName": "15", + "managedFields": [ + { + "manager": "16", + "operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]", + "apiVersion": "17", + "fieldsType": "18" + } + ] + }, + "template": { + "metadata": { + "name": "19", + "generateName": "20", + "namespace": "21", + "selfLink": "22", + "uid": "SǡƏ", + "resourceVersion": "17916580954637291219", + "generation": 5259823216098853135, + "creationTimestamp": null, + "deletionGracePeriodSeconds": 4075183944016503389, + "labels": { + "24": "25" + }, + "annotations": { + "26": "27" + }, + "ownerReferences": [ + { + "apiVersion": "28", + "kind": "29", + "name": "30", + "uid": "ɑ", + "controller": true, + "blockOwnerDeletion": false + } + ], + "finalizers": [ + "31" + ], + "clusterName": "32", + "managedFields": [ + { + "manager": "33", + "operation": "ěĂ凗蓏Ŋ蛊ĉy緅縕", + "apiVersion": "34", + "fieldsType": "35" + } + ] + }, + "spec": { + "parallelism": -443114323, + "completions": -1771909905, + "activeDeadlineSeconds": -9086179100394185427, + "backoffLimit": -1796008812, + "selector": { + "matchLabels": { + "g5i9/l-Y._.-444": "c2_kS91.e5K-_e63_-_3-n-_-__3u-.__P__.7U-Uo_4_-D7r__.am64" + }, + "matchExpressions": [ + { + "key": "2.-__E_Sv__26KX_R_.-.Nth._--S_4DA_-5_-4lQ42M--n1-5", + "operator": "In", + "values": [ + "Ou1.m_.5AW-_S-.3g.7_2fNc5-_.-RX8" + ] + } + ] + }, + "manualSelector": false, + "template": { + "metadata": { + "name": "42", + "generateName": "43", + "namespace": "44", + "selfLink": "45", + "uid": "Ȗ脵鴈Ō", + "resourceVersion": "5994087412557504692", + "generation": 9213888658033954596, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -2901856114738744973, + "labels": { + "47": "48" + }, + "annotations": { + "49": "50" + }, + "ownerReferences": [ + { + "apiVersion": "51", + "kind": "52", + "name": "53", + "uid": "I拍N嚳ķȗɊ捵TwMȗ礼", + "controller": false, + "blockOwnerDeletion": false + } + ], + "finalizers": [ + "54" + ], + "clusterName": "55", + "managedFields": [ + { + "manager": "56", + "operation": "ö嗏ʑ\u003e季Cʖ畬x骀Šĸů", + "apiVersion": "57", + "fieldsType": "58" + } + ] + }, + "spec": { + "volumes": [ + { + "name": "59", + "hostPath": { + "path": "60", + "type": "/淹\\韲翁\u0026ʢsɜ曢\\%枅:=ǛƓ" + }, + "emptyDir": { + "medium": "踓Ǻǧ湬淊kŪ睴鸏:ɥ³ƞsɁ8^ʥ", + "sizeLimit": "681" + }, + "gcePersistentDisk": { + "pdName": "61", + "fsType": "62", + "partition": 2065358741, + "readOnly": true + }, + "awsElasticBlockStore": { + "volumeID": "63", + "fsType": "64", + "partition": -104666658, + "readOnly": true + }, + "gitRepo": { + "repository": "65", + "revision": "66", + "directory": "67" + }, + "secret": { + "secretName": "68", + "items": [ + { + "key": "69", + "path": "70", + "mode": 1648350164 + } + ], + "defaultMode": 1655406148, + "optional": true + }, + "nfs": { + "server": "71", + "path": "72" + }, + "iscsi": { + "targetPortal": "73", + "iqn": "74", + "lun": -663180249, + "iscsiInterface": "75", + "fsType": "76", + "readOnly": true, + "portals": [ + "77" + ], + "chapAuthSession": true, + "secretRef": { + "name": "78" + }, + "initiatorName": "79" + }, + "glusterfs": { + "endpoints": "80", + "path": "81" + }, + "persistentVolumeClaim": { + "claimName": "82" + }, + "rbd": { + "monitors": [ + "83" + ], + "image": "84", + "fsType": "85", + "pool": "86", + "user": "87", + "keyring": "88", + "secretRef": { + "name": "89" + }, + "readOnly": true + }, + "flexVolume": { + "driver": "90", + "fsType": "91", + "secretRef": { + "name": "92" + }, + "readOnly": true, + "options": { + "93": "94" + } + }, + "cinder": { + "volumeID": "95", + "fsType": "96", + "readOnly": true, + "secretRef": { + "name": "97" + } + }, + "cephfs": { + "monitors": [ + "98" + ], + "path": "99", + "user": "100", + "secretFile": "101", + "secretRef": { + "name": "102" + } + }, + "flocker": { + "datasetName": "103", + "datasetUUID": "104" + }, + "downwardAPI": { + "items": [ + { + "path": "105", + "fieldRef": { + "apiVersion": "106", + "fieldPath": "107" + }, + "resourceFieldRef": { + "containerName": "108", + "resource": "109", + "divisor": "889" + }, + "mode": 1322858613 + } + ], + "defaultMode": 1801487647 + }, + "fc": { + "targetWWNs": [ + "110" + ], + "lun": 1169718433, + "fsType": "111", + "wwids": [ + "112" + ] + }, + "azureFile": { + "secretName": "113", + "shareName": "114" + }, + "configMap": { + "name": "115", + "items": [ + { + "key": "116", + "path": "117", + "mode": -1194714697 + } + ], + "defaultMode": -599608368, + "optional": true + }, + "vsphereVolume": { + "volumePath": "118", + "fsType": "119", + "storagePolicyName": "120", + "storagePolicyID": "121" + }, + "quobyte": { + "registry": "122", + "volume": "123", + "readOnly": true, + "user": "124", + "group": "125", + "tenant": "126" + }, + "azureDisk": { + "diskName": "127", + "diskURI": "128", + "cachingMode": "ʜǝ鿟ldg滠鼍ƭt", + "fsType": "129", + "readOnly": true, + "kind": "ȫşŇɜa" + }, + "photonPersistentDisk": { + "pdID": "130", + "fsType": "131" + }, + "projected": { + "sources": [ + { + "secret": { + "name": "132", + "items": [ + { + "key": "133", + "path": "134", + "mode": 782113097 + } + ], + "optional": true + }, + "downwardAPI": { + "items": [ + { + "path": "135", + "fieldRef": { + "apiVersion": "136", + "fieldPath": "137" + }, + "resourceFieldRef": { + "containerName": "138", + "resource": "139", + "divisor": "952" + }, + "mode": -555780268 + } + ] + }, + "configMap": { + "name": "140", + "items": [ + { + "key": "141", + "path": "142", + "mode": 1730325900 + } + ], + "optional": true + }, + "serviceAccountToken": { + "audience": "143", + "expirationSeconds": -2937394236764575757, + "path": "144" + } + } + ], + "defaultMode": -1980941277 + }, + "portworxVolume": { + "volumeID": "145", + "fsType": "146", + "readOnly": true + }, + "scaleIO": { + "gateway": "147", + "system": "148", + "secretRef": { + "name": "149" + }, + "sslEnabled": true, + "protectionDomain": "150", + "storagePool": "151", + "storageMode": "152", + "volumeName": "153", + "fsType": "154" + }, + "storageos": { + "volumeName": "155", + "volumeNamespace": "156", + "fsType": "157", + "readOnly": true, + "secretRef": { + "name": "158" + } + }, + "csi": { + "driver": "159", + "readOnly": true, + "fsType": "160", + "volumeAttributes": { + "161": "162" + }, + "nodePublishSecretRef": { + "name": "163" + } + }, + "ephemeral": { + "volumeClaimTemplate": { + "metadata": { + "name": "164", + "generateName": "165", + "namespace": "166", + "selfLink": "167", + "uid": ";栍dʪīT捘ɍi縱ù墴1Rƥ贫d飼", + "resourceVersion": "917467801074989174", + "generation": -8801560367353238479, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -1837257934517376612, + "labels": { + "169": "170" + }, + "annotations": { + "171": "172" + }, + "ownerReferences": [ + { + "apiVersion": "173", + "kind": "174", + "name": "175", + "uid": "", + "controller": true, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "176" + ], + "clusterName": "177", + "managedFields": [ + { + "manager": "178", + "operation": "蒅!a坩O`涁İ而踪鄌", + "apiVersion": "179", + "fieldsType": "180" + } + ] + }, + "spec": { + "accessModes": [ + "|@?鷅bȻN" + ], + "selector": { + "matchLabels": { + "fi-a--w---f-e.z-j4kh6oqu-or---40--87-1wpl6-2-310e5hyzn0w-p4mzlu/m_AO-l8VKLyHA_.-F_E2_QOQ": "E._._3.-.83_iq_-y.-25C.A-j..9dfn3Y8d_0_.---M_4FF" + }, + "matchExpressions": [ + { + "key": "39-295at-o7qff7-x--r7v66bm71u-n4f9wk-3--652x01--p--n4-4-l.onh-9289---x-p-qpt6-1w-3205c1lxeqyn-5--9d5a3-7bf46g-40883176jte/Pi.-_-a-G", + "operator": "Exists" + } + ] + }, + "resources": { + "limits": { + "?$矡ȶ网棊ʢ": "891" + }, + "requests": { + "Ⱥ眖R#yV'WKw(ğ": "423" + } + }, + "volumeName": "187", + "storageClassName": "188", + "volumeMode": "跦Opwǩ曬逴褜1", + "dataSource": { + "apiGroup": "189", + "kind": "190", + "name": "191" + } + } + } + } + } + ], + "initContainers": [ + { + "name": "192", + "image": "193", + "command": [ + "194" + ], + "args": [ + "195" + ], + "workingDir": "196", + "ports": [ + { + "name": "197", + "hostPort": -805795167, + "containerPort": 1791615594, + "protocol": "Ƥ熪军g\u003e郵[+扴", + "hostIP": "198" + } + ], + "envFrom": [ + { + "prefix": "199", + "configMapRef": { + "name": "200", + "optional": false + }, + "secretRef": { + "name": "201", + "optional": false + } + } + ], + "env": [ + { + "name": "202", + "value": "203", + "valueFrom": { + "fieldRef": { + "apiVersion": "204", + "fieldPath": "205" + }, + "resourceFieldRef": { + "containerName": "206", + "resource": "207", + "divisor": "241" + }, + "configMapKeyRef": { + "name": "208", + "key": "209", + "optional": true + }, + "secretKeyRef": { + "name": "210", + "key": "211", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "": "268" + }, + "requests": { + "-Ɂ圯W:ĸ輦唊#v铿ʩȂ4ē鐭#嬀ơ": "340" + } + }, + "volumeMounts": [ + { + "name": "212", + "mountPath": "213", + "subPath": "214", + "mountPropagation": "藢xɮĵȑ6L*Z鐫û咡W\u003c", + "subPathExpr": "215" + } + ], + "volumeDevices": [ + { + "name": "216", + "devicePath": "217" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "218" + ] + }, + "httpGet": { + "path": "219", + "port": -1225815437, + "host": "220", + "scheme": "荭gw忊|E", + "httpHeaders": [ + { + "name": "221", + "value": "222" + } + ] + }, + "tcpSocket": { + "port": -438588982, + "host": "223" + }, + "initialDelaySeconds": 1004325340, + "timeoutSeconds": -1313320434, + "periodSeconds": 14304392, + "successThreshold": 465972736, + "failureThreshold": -1784617397 + }, + "readinessProbe": { + "exec": { + "command": [ + "224" + ] + }, + "httpGet": { + "path": "225", + "port": "226", + "host": "227", + "scheme": "貾坢'跩aŕ翑0", + "httpHeaders": [ + { + "name": "228", + "value": "229" + } + ] + }, + "tcpSocket": { + "port": 1165327504, + "host": "230" + }, + "initialDelaySeconds": -2165496, + "timeoutSeconds": -1778952574, + "periodSeconds": 1386255869, + "successThreshold": -778272981, + "failureThreshold": 2056774277 + }, + "startupProbe": { + "exec": { + "command": [ + "231" + ] + }, + "httpGet": { + "path": "232", + "port": -1928016742, + "host": "233", + "scheme": "E¦", + "httpHeaders": [ + { + "name": "234", + "value": "235" + } + ] + }, + "tcpSocket": { + "port": "236", + "host": "237" + }, + "initialDelaySeconds": 1868887309, + "timeoutSeconds": -528664199, + "periodSeconds": -316996074, + "successThreshold": 1933968533, + "failureThreshold": 549215478 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "238" + ] + }, + "httpGet": { + "path": "239", + "port": 878005329, + "host": "240", + "scheme": "丟×x锏ɟ4Ǒ", + "httpHeaders": [ + { + "name": "241", + "value": "242" + } + ] + }, + "tcpSocket": { + "port": "243", + "host": "244" + } + }, + "preStop": { + "exec": { + "command": [ + "245" + ] + }, + "httpGet": { + "path": "246", + "port": 1746399757, + "host": "247", + "scheme": "V訆Ǝżŧ", + "httpHeaders": [ + { + "name": "248", + "value": "249" + } + ] + }, + "tcpSocket": { + "port": 204229950, + "host": "250" + } + } + }, + "terminationMessagePath": "251", + "terminationMessagePolicy": "NƗ¸gĩ", + "imagePullPolicy": "酊龨δ摖ȱğ_\u003c", + "securityContext": { + "capabilities": { + "add": [ + "J橈'琕鶫:顇ə娯" + ], + "drop": [ + "囌{屿oiɥ嵐sC" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "252", + "role": "253", + "type": "254", + "level": "255" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "256", + "gmsaCredentialSpec": "257", + "runAsUserName": "258" + }, + "runAsUser": 7917735345573161773, + "runAsGroup": -6499508485510627932, + "runAsNonRoot": true, + "readOnlyRootFilesystem": false, + "allowPrivilegeEscalation": false, + "procMount": "Jih亏yƕ丆録²", + "seccompProfile": { + "type": ")/灩聋3趐囨鏻", + "localhostProfile": "259" + } + }, + "tty": true + } + ], + "containers": [ + { + "name": "260", + "image": "261", + "command": [ + "262" + ], + "args": [ + "263" + ], + "workingDir": "264", + "ports": [ + { + "name": "265", + "hostPort": -1365158918, + "containerPort": -305362540, + "protocol": "Ǩ繫ʎǑyZ涬P­蜷ɔ幩", + "hostIP": "266" + } + ], + "envFrom": [ + { + "prefix": "267", + "configMapRef": { + "name": "268", + "optional": true + }, + "secretRef": { + "name": "269", + "optional": true + } + } + ], + "env": [ + { + "name": "270", + "value": "271", + "valueFrom": { + "fieldRef": { + "apiVersion": "272", + "fieldPath": "273" + }, + "resourceFieldRef": { + "containerName": "274", + "resource": "275", + "divisor": "9" + }, + "configMapKeyRef": { + "name": "276", + "key": "277", + "optional": false + }, + "secretKeyRef": { + "name": "278", + "key": "279", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "{WOŭW灬pȭCV擭銆jʒǚ鍰": "212" + }, + "requests": { + "| 鞤ɱďW賁Ěɭɪǹ0衷,": "227" + } + }, + "volumeMounts": [ + { + "name": "280", + "readOnly": true, + "mountPath": "281", + "subPath": "282", + "mountPropagation": "Bn(fǂǢ曣ŋayåe躒訙Ǫ", + "subPathExpr": "283" + } + ], + "volumeDevices": [ + { + "name": "284", + "devicePath": "285" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "286" + ] + }, + "httpGet": { + "path": "287", + "port": "288", + "host": "289", + "scheme": "uE增猍ǵ xǨŴ", + "httpHeaders": [ + { + "name": "290", + "value": "291" + } + ] + }, + "tcpSocket": { + "port": 2112112129, + "host": "292" + }, + "initialDelaySeconds": 528603974, + "timeoutSeconds": -342387625, + "periodSeconds": 1862455894, + "successThreshold": 1080918702, + "failureThreshold": -239264629 + }, + "readinessProbe": { + "exec": { + "command": [ + "293" + ] + }, + "httpGet": { + "path": "294", + "port": -186532794, + "host": "295", + "scheme": "ĩȲǸ|蕎'佉賞ǧĒzŔ瘍Nʊ輔3璾ė", + "httpHeaders": [ + { + "name": "296", + "value": "297" + } + ] + }, + "tcpSocket": { + "port": "298", + "host": "299" + }, + "initialDelaySeconds": -751455207, + "timeoutSeconds": -894026356, + "periodSeconds": 646133945, + "successThreshold": -506710067, + "failureThreshold": -47594442 + }, + "startupProbe": { + "exec": { + "command": [ + "300" + ] + }, + "httpGet": { + "path": "301", + "port": -1894326843, + "host": "302", + "scheme": "ƛ^輅9ɛ棕ƈ眽炊礫Ƽ¨I", + "httpHeaders": [ + { + "name": "303", + "value": "304" + } + ] + }, + "tcpSocket": { + "port": "305", + "host": "306" + }, + "initialDelaySeconds": -106856189, + "timeoutSeconds": -2078917333, + "periodSeconds": 86851677, + "successThreshold": -404911753, + "failureThreshold": 890223061 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "307" + ] + }, + "httpGet": { + "path": "308", + "port": -468215285, + "host": "309", + "scheme": "ʆɞȥ}礤铟怖ý萜Ǖc8", + "httpHeaders": [ + { + "name": "310", + "value": "311" + } + ] + }, + "tcpSocket": { + "port": "312", + "host": "313" + } + }, + "preStop": { + "exec": { + "command": [ + "314" + ] + }, + "httpGet": { + "path": "315", + "port": 293042649, + "host": "316", + "scheme": "ǔvÄÚ×p鬷m罂o3ǰ廋i乳'", + "httpHeaders": [ + { + "name": "317", + "value": "318" + } + ] + }, + "tcpSocket": { + "port": "319", + "host": "320" + } + } + }, + "terminationMessagePath": "321", + "terminationMessagePolicy": "ɻ;襕ċ桉桃喕", + "imagePullPolicy": "熀ďJZ漤", + "securityContext": { + "capabilities": { + "add": [ + "Ů\u003cy鯶縆łƑ[澔" + ], + "drop": [ + "JŵǤ" + ] + }, + "privileged": true, + "seLinuxOptions": { + "user": "322", + "role": "323", + "type": "324", + "level": "325" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "326", + "gmsaCredentialSpec": "327", + "runAsUserName": "328" + }, + "runAsUser": 296399212346260204, + "runAsGroup": 1571605531283019612, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": false, + "procMount": "\u0026疀", + "seccompProfile": { + "type": "N翾", + "localhostProfile": "329" + } + }, + "tty": true + } + ], + "ephemeralContainers": [ + { + "name": "330", + "image": "331", + "command": [ + "332" + ], + "args": [ + "333" + ], + "workingDir": "334", + "ports": [ + { + "name": "335", + "hostPort": -1703842211, + "containerPort": 970355275, + "protocol": "ńČȷǻ.wȏâ磠Ƴ崖S", + "hostIP": "336" + } + ], + "envFrom": [ + { + "prefix": "337", + "configMapRef": { + "name": "338", + "optional": false + }, + "secretRef": { + "name": "339", + "optional": true + } + } + ], + "env": [ + { + "name": "340", + "value": "341", + "valueFrom": { + "fieldRef": { + "apiVersion": "342", + "fieldPath": "343" + }, + "resourceFieldRef": { + "containerName": "344", + "resource": "345", + "divisor": "592" + }, + "configMapKeyRef": { + "name": "346", + "key": "347", + "optional": false + }, + "secretKeyRef": { + "name": "348", + "key": "349", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "ż鯀1": "636" + }, + "requests": { + "sYȠ繽敮ǰ詀": "570" + } + }, + "volumeMounts": [ + { + "name": "350", + "readOnly": true, + "mountPath": "351", + "subPath": "352", + "mountPropagation": "櫞繡旹翃ɾ氒ĺʈʫ羶剹Ɗ", + "subPathExpr": "353" + } + ], + "volumeDevices": [ + { + "name": "354", + "devicePath": "355" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "356" + ] + }, + "httpGet": { + "path": "357", + "port": -1247120403, + "host": "358", + "scheme": "ɾ", + "httpHeaders": [ + { + "name": "359", + "value": "360" + } + ] + }, + "tcpSocket": { + "port": -1695993040, + "host": "361" + }, + "initialDelaySeconds": 1218203975, + "timeoutSeconds": -1726456869, + "periodSeconds": 892837330, + "successThreshold": 789384689, + "failureThreshold": 436796816 + }, + "readinessProbe": { + "exec": { + "command": [ + "362" + ] + }, + "httpGet": { + "path": "363", + "port": "364", + "host": "365", + "scheme": "Ȋ飂廤Ƌʙcx赮ǒđ\u003e*劶?jĎ", + "httpHeaders": [ + { + "name": "366", + "value": "367" + } + ] + }, + "tcpSocket": { + "port": "368", + "host": "369" + }, + "initialDelaySeconds": -821592382, + "timeoutSeconds": 1678953375, + "periodSeconds": 1045190247, + "successThreshold": 1805682547, + "failureThreshold": -651405950 + }, + "startupProbe": { + "exec": { + "command": [ + "370" + ] + }, + "httpGet": { + "path": "371", + "port": "372", + "host": "373", + "scheme": "|ǓÓ敆OɈÏ 瞍髃", + "httpHeaders": [ + { + "name": "374", + "value": "375" + } + ] + }, + "tcpSocket": { + "port": -392406530, + "host": "376" + }, + "initialDelaySeconds": -839925309, + "timeoutSeconds": -526099499, + "periodSeconds": -1014296961, + "successThreshold": 1708011112, + "failureThreshold": -603097910 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "377" + ] + }, + "httpGet": { + "path": "378", + "port": "379", + "host": "380", + "scheme": "遲njlȘ鹾KƂʼnçȶŮ嫠!@@)Z", + "httpHeaders": [ + { + "name": "381", + "value": "382" + } + ] + }, + "tcpSocket": { + "port": "383", + "host": "384" + } + }, + "preStop": { + "exec": { + "command": [ + "385" + ] + }, + "httpGet": { + "path": "386", + "port": 1041627045, + "host": "387", + "scheme": "2讅缔m葰賦迾娙ƴ4", + "httpHeaders": [ + { + "name": "388", + "value": "389" + } + ] + }, + "tcpSocket": { + "port": 2088991012, + "host": "390" + } + } + }, + "terminationMessagePath": "391", + "terminationMessagePolicy": "沥7uPƒw©ɴĶ烷Ľthp", + "imagePullPolicy": "陴Sĕ濦ʓɻŊ0蚢鑸鶲Ãqb", + "securityContext": { + "capabilities": { + "add": [ + "滨Ė" + ], + "drop": [ + "h}颉hȱɷȰW瀤oɢ嫎" + ] + }, + "privileged": true, + "seLinuxOptions": { + "user": "392", + "role": "393", + "type": "394", + "level": "395" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "396", + "gmsaCredentialSpec": "397", + "runAsUserName": "398" + }, + "runAsUser": -4298540371641498337, + "runAsGroup": 2803560372754431995, + "runAsNonRoot": false, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "t(ȗŜŲ\u0026洪y儕lmòɻŶJ詢QǾɁ", + "seccompProfile": { + "type": "G鯇ɀ魒Ð扬=惍EʦŊĊ娮rȧŹ黷`嵐", + "localhostProfile": "399" + } + }, + "stdin": true, + "stdinOnce": true, + "targetContainerName": "400" + } + ], + "restartPolicy": "婦", + "terminationGracePeriodSeconds": -7767642171323610380, + "activeDeadlineSeconds": -4963438147266444254, + "dnsPolicy": "ʫį淓¯Ą0ƛ忀z委\u003e,趐V曡88 ", + "nodeSelector": { + "401": "402" + }, + "serviceAccountName": "403", + "serviceAccount": "404", + "automountServiceAccountToken": false, + "nodeName": "405", + "hostPID": true, + "shareProcessNamespace": false, + "securityContext": { + "seLinuxOptions": { + "user": "406", + "role": "407", + "type": "408", + "level": "409" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "410", + "gmsaCredentialSpec": "411", + "runAsUserName": "412" + }, + "runAsUser": -8872996084157186866, + "runAsGroup": -1083846598029307786, + "runAsNonRoot": false, + "supplementalGroups": [ + -46143243150134963 + ], + "fsGroup": -6298002649883493725, + "sysctls": [ + { + "name": "413", + "value": "414" + } + ], + "fsGroupChangePolicy": "ä2 ɲ±m嵘厶sȰÖ埡Æ", + "seccompProfile": { + "type": "Ş襵樞úʥ銀", + "localhostProfile": "415" + } + }, + "imagePullSecrets": [ + { + "name": "416" + } + ], + "hostname": "417", + "subdomain": "418", + "affinity": { + "nodeAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": { + "nodeSelectorTerms": [ + { + "matchExpressions": [ + { + "key": "419", + "operator": "ĵ'o儿Ƭ銭u裡_Ơ9oÕęȄ怈", + "values": [ + "420" + ] + } + ], + "matchFields": [ + { + "key": "421", + "operator": "", + "values": [ + "422" + ] + } + ] + } + ] + }, + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -1677779481, + "preference": { + "matchExpressions": [ + { + "key": "423", + "operator": "WĶʗ", + "values": [ + "424" + ] + } + ], + "matchFields": [ + { + "key": "425", + "operator": "裥d[榴^șƷK", + "values": [ + "426" + ] + } + ] + } + } + ] + }, + "podAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "9oE9_6.--v17r__.2bIZ___._6..tf-_u-3-_n0..KpiS.oK-O": "o5-yp8q_s-1_g" + }, + "matchExpressions": [ + { + "key": "x3zm-lx300w-tj-35840-w4g-27-5sx6dbp-72q--m--2k-p---19/6l.-5_BZk5v3aUK_--_o_2.--4ZH", + "operator": "NotIn", + "values": [ + "M.--_-_ve5.m_2_--XZ-x.__.Y_2-n_503" + ] + } + ] + }, + "namespaces": [ + "433" + ], + "topologyKey": "434" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 1569550894, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "A-o-__y__._12..wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._L2": "Jm...CqrN7_B__--v-3-BzO5z80n_Ht5W_._._-2M2._I-_P..w-W_-E" + }, + "matchExpressions": [ + { + "key": "75p1em---1wwv3-f/k47M7y-Dy__3wcq", + "operator": "NotIn", + "values": [ + "x4D-r.-F__r.oh..2_uGGP..-_N_h_4Hl-X0_2--__4K..-68-A" + ] + } + ] + }, + "namespaces": [ + "441" + ], + "topologyKey": "442" + } + } + ] + }, + "podAntiAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "w_--5-_.3--_9QW2JkU27_.-4T-9": "4.K.-.0__sD.-.-_I-F.PWtO4-7-P41_.-.-AQ._4" + }, + "matchExpressions": [ + { + "key": "J-_.ZCRT.0z-oe.G79.3bU_._nV34GH", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "449" + ], + "topologyKey": "450" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 1206700920, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "HzZsY_o8t5Vl6_..7CY-_c": "ZG6N-_-0o.0C_gV.9_G-.-z1H" + }, + "matchExpressions": [ + { + "key": "cg-w2q76.6-7w-tdt-u-0----p6l-3-znd-8b-dg--1035ad1o-d-6-bk81-3s/9x98MM7-.e.Dx._.W-6..4_MU7iLfS-0.9-.-._.1..s._jP6j.u--.K--g__.2", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "457" + ], + "topologyKey": "458" + } + } + ] + } + }, + "schedulerName": "459", + "tolerations": [ + { + "key": "460", + "operator": "眊:YĹ爩í鬯濴VǕ癶L浼h嫨炛", + "value": "461", + "effect": "ÖTő净湅oĒ弦", + "tolerationSeconds": -3092025889836357564 + } + ], + "hostAliases": [ + { + "ip": "462", + "hostnames": [ + "463" + ] + } + ], + "priorityClassName": "464", + "priority": -192869830, + "dnsConfig": { + "nameservers": [ + "465" + ], + "searches": [ + "466" + ], + "options": [ + { + "name": "467", + "value": "468" + } + ] + }, + "readinessGates": [ + { + "conditionType": "讱" + } + ], + "runtimeClassName": "469", + "enableServiceLinks": true, + "preemptionPolicy": "疅檎ǽ曖sƖTƫ雮蛱ñYȴ鴜.弊þ", + "overhead": { + "奿ÆŁĪŀc=Ƨz鈡煰敹xŪOr揷Ŝ": "15" + }, + "topologySpreadConstraints": [ + { + "maxSkew": -816594589, + "topologyKey": "470", + "whenUnsatisfiable": "", + "labelSelector": { + "matchLabels": { + "D7RufiV-7u0--_qv4--_.6_N_9X-B.s8.N_rM-k8": "7e.._d--Y-_l-v0-1V-N-R__R9" + }, + "matchExpressions": [ + { + "key": "b-k7cr-mo-dz12---i/6.W-m_-Z.wc..k_0_5.z.0..__D-1b.-9.Y0-_-.l__.c17__f_-336-B", + "operator": "Exists" + } + ] + } + } + ], + "setHostnameAsFQDN": true + } + }, + "ttlSecondsAfterFinished": -1766935785 + } + } +} \ No newline at end of file diff --git a/staging/src/k8s.io/api/testdata/v1.19.0/batch.v1beta1.JobTemplate.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.19.0/batch.v1beta1.JobTemplate.after_roundtrip.pb index f742b1e2b4234d22ffbc7be8bdb2f6f5f25ca53a..df78532ef3005c8c87c1ef7a6b8c05d608c6a153 100644 GIT binary patch delta 57 zcmV-90LK57Ig>e%BLV7>B(4Fwk<+6Amy>q^(E+WKNdm$P>M{!b3km`?ITH4>76Xj~ P0qC=&25ADb4+(}7nhF(7 delta 60 zcmV-C0K@;2Ih8q(BLVD@B(4Fyk<+6AnUi+`(E+cMNdm$P>@o`f3km`?ITHA@76Xj~ S0qV1)25ABU5CO9d35FBcWfg7! diff --git a/staging/src/k8s.io/api/testdata/v1.19.0/batch.v1beta1.JobTemplate.after_roundtrip.yaml b/staging/src/k8s.io/api/testdata/v1.19.0/batch.v1beta1.JobTemplate.after_roundtrip.yaml new file mode 100644 index 00000000000..e42d79b6aa9 --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.19.0/batch.v1beta1.JobTemplate.after_roundtrip.yaml @@ -0,0 +1,1044 @@ +apiVersion: batch/v1beta1 +kind: JobTemplate +metadata: + annotations: + "9": "10" + clusterName: "15" + creationTimestamp: null + deletionGracePeriodSeconds: -4955867275792137171 + finalizers: + - "14" + generateName: "3" + generation: 8071137005907523419 + labels: + "7": "8" + managedFields: + - apiVersion: "17" + fieldsType: "18" + manager: "16" + operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć] + name: "2" + namespace: "4" + ownerReferences: + - apiVersion: "11" + blockOwnerDeletion: true + controller: false + kind: "12" + name: "13" + uid: Dz廔ȇ{sŊƏp + resourceVersion: "11042405498087606203" + selfLink: "5" + uid: "7" +template: + metadata: + annotations: + "26": "27" + clusterName: "32" + creationTimestamp: null + deletionGracePeriodSeconds: 4075183944016503389 + finalizers: + - "31" + generateName: "20" + generation: 5259823216098853135 + labels: + "24": "25" + managedFields: + - apiVersion: "34" + fieldsType: "35" + manager: "33" + operation: ěĂ凗蓏Ŋ蛊ĉy緅縕 + name: "19" + namespace: "21" + ownerReferences: + - apiVersion: "28" + blockOwnerDeletion: false + controller: true + kind: "29" + name: "30" + uid: ɑ + resourceVersion: "17916580954637291219" + selfLink: "22" + uid: SǡƏ + spec: + activeDeadlineSeconds: -9086179100394185427 + backoffLimit: -1796008812 + completions: -1771909905 + manualSelector: false + parallelism: -443114323 + selector: + matchExpressions: + - key: 2.-__E_Sv__26KX_R_.-.Nth._--S_4DA_-5_-4lQ42M--n1-5 + operator: In + values: + - Ou1.m_.5AW-_S-.3g.7_2fNc5-_.-RX8 + matchLabels: + g5i9/l-Y._.-444: c2_kS91.e5K-_e63_-_3-n-_-__3u-.__P__.7U-Uo_4_-D7r__.am64 + template: + metadata: + annotations: + "49": "50" + clusterName: "55" + creationTimestamp: null + deletionGracePeriodSeconds: -2901856114738744973 + finalizers: + - "54" + generateName: "43" + generation: 9213888658033954596 + labels: + "47": "48" + managedFields: + - apiVersion: "57" + fieldsType: "58" + manager: "56" + operation: ö嗏ʑ>季Cʖ畬x骀Šĸů + name: "42" + namespace: "44" + ownerReferences: + - apiVersion: "51" + blockOwnerDeletion: false + controller: false + kind: "52" + name: "53" + uid: I拍N嚳ķȗɊ捵TwMȗ礼 + resourceVersion: "5994087412557504692" + selfLink: "45" + uid: Ȗ脵鴈Ō + spec: + activeDeadlineSeconds: -4963438147266444254 + affinity: + nodeAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - preference: + matchExpressions: + - key: "423" + operator: WĶʗ + values: + - "424" + matchFields: + - key: "425" + operator: 裥d[榴^șƷK + values: + - "426" + weight: -1677779481 + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: "419" + operator: ĵ'o儿Ƭ銭u裡_Ơ9oÕęȄ怈 + values: + - "420" + matchFields: + - key: "421" + operator: "" + values: + - "422" + podAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: 75p1em---1wwv3-f/k47M7y-Dy__3wcq + operator: NotIn + values: + - x4D-r.-F__r.oh..2_uGGP..-_N_h_4Hl-X0_2--__4K..-68-A + matchLabels: + A-o-__y__._12..wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._L2: Jm...CqrN7_B__--v-3-BzO5z80n_Ht5W_._._-2M2._I-_P..w-W_-E + namespaces: + - "441" + topologyKey: "442" + weight: 1569550894 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: x3zm-lx300w-tj-35840-w4g-27-5sx6dbp-72q--m--2k-p---19/6l.-5_BZk5v3aUK_--_o_2.--4ZH + operator: NotIn + values: + - M.--_-_ve5.m_2_--XZ-x.__.Y_2-n_503 + matchLabels: + 9oE9_6.--v17r__.2bIZ___._6..tf-_u-3-_n0..KpiS.oK-O: o5-yp8q_s-1_g + namespaces: + - "433" + topologyKey: "434" + podAntiAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: cg-w2q76.6-7w-tdt-u-0----p6l-3-znd-8b-dg--1035ad1o-d-6-bk81-3s/9x98MM7-.e.Dx._.W-6..4_MU7iLfS-0.9-.-._.1..s._jP6j.u--.K--g__.2 + operator: DoesNotExist + matchLabels: + HzZsY_o8t5Vl6_..7CY-_c: ZG6N-_-0o.0C_gV.9_G-.-z1H + namespaces: + - "457" + topologyKey: "458" + weight: 1206700920 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: J-_.ZCRT.0z-oe.G79.3bU_._nV34GH + operator: DoesNotExist + matchLabels: + w_--5-_.3--_9QW2JkU27_.-4T-9: 4.K.-.0__sD.-.-_I-F.PWtO4-7-P41_.-.-AQ._4 + namespaces: + - "449" + topologyKey: "450" + automountServiceAccountToken: false + containers: + - args: + - "263" + command: + - "262" + env: + - name: "270" + value: "271" + valueFrom: + configMapKeyRef: + key: "277" + name: "276" + optional: false + fieldRef: + apiVersion: "272" + fieldPath: "273" + resourceFieldRef: + containerName: "274" + divisor: "9" + resource: "275" + secretKeyRef: + key: "279" + name: "278" + optional: false + envFrom: + - configMapRef: + name: "268" + optional: true + prefix: "267" + secretRef: + name: "269" + optional: true + image: "261" + imagePullPolicy: 熀ďJZ漤 + lifecycle: + postStart: + exec: + command: + - "307" + httpGet: + host: "309" + httpHeaders: + - name: "310" + value: "311" + path: "308" + port: -468215285 + scheme: ʆɞȥ}礤铟怖ý萜Ǖc8 + tcpSocket: + host: "313" + port: "312" + preStop: + exec: + command: + - "314" + httpGet: + host: "316" + httpHeaders: + - name: "317" + value: "318" + path: "315" + port: 293042649 + scheme: ǔvÄÚ×p鬷m罂o3ǰ廋i乳' + tcpSocket: + host: "320" + port: "319" + livenessProbe: + exec: + command: + - "286" + failureThreshold: -239264629 + httpGet: + host: "289" + httpHeaders: + - name: "290" + value: "291" + path: "287" + port: "288" + scheme: uE增猍ǵ xǨŴ + initialDelaySeconds: 528603974 + periodSeconds: 1862455894 + successThreshold: 1080918702 + tcpSocket: + host: "292" + port: 2112112129 + timeoutSeconds: -342387625 + name: "260" + ports: + - containerPort: -305362540 + hostIP: "266" + hostPort: -1365158918 + name: "265" + protocol: Ǩ繫ʎǑyZ涬P­蜷ɔ幩 + readinessProbe: + exec: + command: + - "293" + failureThreshold: -47594442 + httpGet: + host: "295" + httpHeaders: + - name: "296" + value: "297" + path: "294" + port: -186532794 + scheme: ĩȲǸ|蕎'佉賞ǧĒzŔ瘍Nʊ輔3璾ė + initialDelaySeconds: -751455207 + periodSeconds: 646133945 + successThreshold: -506710067 + tcpSocket: + host: "299" + port: "298" + timeoutSeconds: -894026356 + resources: + limits: + '{WOŭW灬pȭCV擭銆jʒǚ鍰': "212" + requests: + '| 鞤ɱďW賁Ěɭɪǹ0衷,': "227" + securityContext: + allowPrivilegeEscalation: false + capabilities: + add: + - Ů,趐V曡88 ' + enableServiceLinks: true + ephemeralContainers: + - args: + - "333" + command: + - "332" + env: + - name: "340" + value: "341" + valueFrom: + configMapKeyRef: + key: "347" + name: "346" + optional: false + fieldRef: + apiVersion: "342" + fieldPath: "343" + resourceFieldRef: + containerName: "344" + divisor: "592" + resource: "345" + secretKeyRef: + key: "349" + name: "348" + optional: false + envFrom: + - configMapRef: + name: "338" + optional: false + prefix: "337" + secretRef: + name: "339" + optional: true + image: "331" + imagePullPolicy: 陴Sĕ濦ʓɻŊ0蚢鑸鶲Ãqb + lifecycle: + postStart: + exec: + command: + - "377" + httpGet: + host: "380" + httpHeaders: + - name: "381" + value: "382" + path: "378" + port: "379" + scheme: 遲njlȘ鹾KƂʼnçȶŮ嫠!@@)Z + tcpSocket: + host: "384" + port: "383" + preStop: + exec: + command: + - "385" + httpGet: + host: "387" + httpHeaders: + - name: "388" + value: "389" + path: "386" + port: 1041627045 + scheme: 2讅缔m葰賦迾娙ƴ4 + tcpSocket: + host: "390" + port: 2088991012 + livenessProbe: + exec: + command: + - "356" + failureThreshold: 436796816 + httpGet: + host: "358" + httpHeaders: + - name: "359" + value: "360" + path: "357" + port: -1247120403 + scheme: ɾ + initialDelaySeconds: 1218203975 + periodSeconds: 892837330 + successThreshold: 789384689 + tcpSocket: + host: "361" + port: -1695993040 + timeoutSeconds: -1726456869 + name: "330" + ports: + - containerPort: 970355275 + hostIP: "336" + hostPort: -1703842211 + name: "335" + protocol: ńČȷǻ.wȏâ磠Ƴ崖S + readinessProbe: + exec: + command: + - "362" + failureThreshold: -651405950 + httpGet: + host: "365" + httpHeaders: + - name: "366" + value: "367" + path: "363" + port: "364" + scheme: Ȋ飂廤Ƌʙcx赮ǒđ>*劶?jĎ + initialDelaySeconds: -821592382 + periodSeconds: 1045190247 + successThreshold: 1805682547 + tcpSocket: + host: "369" + port: "368" + timeoutSeconds: 1678953375 + resources: + limits: + ż鯀1: "636" + requests: + sYȠ繽敮ǰ詀: "570" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 滨Ė + drop: + - h}颉hȱɷȰW瀤oɢ嫎 + privileged: true + procMount: t(ȗŜŲ&洪y儕lmòɻŶJ詢QǾɁ + readOnlyRootFilesystem: true + runAsGroup: 2803560372754431995 + runAsNonRoot: false + runAsUser: -4298540371641498337 + seLinuxOptions: + level: "395" + role: "393" + type: "394" + user: "392" + seccompProfile: + localhostProfile: "399" + type: G鯇ɀ魒Ð扬=惍EʦŊĊ娮rȧŹ黷`嵐 + windowsOptions: + gmsaCredentialSpec: "397" + gmsaCredentialSpecName: "396" + runAsUserName: "398" + startupProbe: + exec: + command: + - "370" + failureThreshold: -603097910 + httpGet: + host: "373" + httpHeaders: + - name: "374" + value: "375" + path: "371" + port: "372" + scheme: '|ǓÓ敆OɈÏ 瞍髃' + initialDelaySeconds: -839925309 + periodSeconds: -1014296961 + successThreshold: 1708011112 + tcpSocket: + host: "376" + port: -392406530 + timeoutSeconds: -526099499 + stdin: true + stdinOnce: true + targetContainerName: "400" + terminationMessagePath: "391" + terminationMessagePolicy: 沥7uPƒw©ɴĶ烷Ľthp + volumeDevices: + - devicePath: "355" + name: "354" + volumeMounts: + - mountPath: "351" + mountPropagation: 櫞繡旹翃ɾ氒ĺʈʫ羶剹Ɗ + name: "350" + readOnly: true + subPath: "352" + subPathExpr: "353" + workingDir: "334" + hostAliases: + - hostnames: + - "463" + ip: "462" + hostPID: true + hostname: "417" + imagePullSecrets: + - name: "416" + initContainers: + - args: + - "195" + command: + - "194" + env: + - name: "202" + value: "203" + valueFrom: + configMapKeyRef: + key: "209" + name: "208" + optional: true + fieldRef: + apiVersion: "204" + fieldPath: "205" + resourceFieldRef: + containerName: "206" + divisor: "241" + resource: "207" + secretKeyRef: + key: "211" + name: "210" + optional: false + envFrom: + - configMapRef: + name: "200" + optional: false + prefix: "199" + secretRef: + name: "201" + optional: false + image: "193" + imagePullPolicy: 酊龨δ摖ȱğ_< + lifecycle: + postStart: + exec: + command: + - "238" + httpGet: + host: "240" + httpHeaders: + - name: "241" + value: "242" + path: "239" + port: 878005329 + scheme: 丟×x锏ɟ4Ǒ + tcpSocket: + host: "244" + port: "243" + preStop: + exec: + command: + - "245" + httpGet: + host: "247" + httpHeaders: + - name: "248" + value: "249" + path: "246" + port: 1746399757 + scheme: V訆Ǝżŧ + tcpSocket: + host: "250" + port: 204229950 + livenessProbe: + exec: + command: + - "218" + failureThreshold: -1784617397 + httpGet: + host: "220" + httpHeaders: + - name: "221" + value: "222" + path: "219" + port: -1225815437 + scheme: 荭gw忊|E + initialDelaySeconds: 1004325340 + periodSeconds: 14304392 + successThreshold: 465972736 + tcpSocket: + host: "223" + port: -438588982 + timeoutSeconds: -1313320434 + name: "192" + ports: + - containerPort: 1791615594 + hostIP: "198" + hostPort: -805795167 + name: "197" + protocol: Ƥ熪军g>郵[+扴 + readinessProbe: + exec: + command: + - "224" + failureThreshold: 2056774277 + httpGet: + host: "227" + httpHeaders: + - name: "228" + value: "229" + path: "225" + port: "226" + scheme: 貾坢'跩aŕ翑0 + initialDelaySeconds: -2165496 + periodSeconds: 1386255869 + successThreshold: -778272981 + tcpSocket: + host: "230" + port: 1165327504 + timeoutSeconds: -1778952574 + resources: + limits: + "": "268" + requests: + -Ɂ圯W:ĸ輦唊#v铿ʩȂ4ē鐭#嬀ơ: "340" + securityContext: + allowPrivilegeEscalation: false + capabilities: + add: + - J橈'琕鶫:顇ə娯 + drop: + - 囌{屿oiɥ嵐sC + privileged: false + procMount: Jih亏yƕ丆録² + readOnlyRootFilesystem: false + runAsGroup: -6499508485510627932 + runAsNonRoot: true + runAsUser: 7917735345573161773 + seLinuxOptions: + level: "255" + role: "253" + type: "254" + user: "252" + seccompProfile: + localhostProfile: "259" + type: )/灩聋3趐囨鏻 + windowsOptions: + gmsaCredentialSpec: "257" + gmsaCredentialSpecName: "256" + runAsUserName: "258" + startupProbe: + exec: + command: + - "231" + failureThreshold: 549215478 + httpGet: + host: "233" + httpHeaders: + - name: "234" + value: "235" + path: "232" + port: -1928016742 + scheme: E¦ + initialDelaySeconds: 1868887309 + periodSeconds: -316996074 + successThreshold: 1933968533 + tcpSocket: + host: "237" + port: "236" + timeoutSeconds: -528664199 + terminationMessagePath: "251" + terminationMessagePolicy: NƗ¸gĩ + tty: true + volumeDevices: + - devicePath: "217" + name: "216" + volumeMounts: + - mountPath: "213" + mountPropagation: 藢xɮĵȑ6L*Z鐫û咡W< + name: "212" + subPath: "214" + subPathExpr: "215" + workingDir: "196" + nodeName: "405" + nodeSelector: + "401": "402" + overhead: + 奿ÆŁĪŀc=Ƨz鈡煰敹xŪOr揷Ŝ: "15" + preemptionPolicy: 疅檎ǽ曖sƖTƫ雮蛱ñYȴ鴜.弊þ + priority: -192869830 + priorityClassName: "464" + readinessGates: + - conditionType: 讱 + restartPolicy: 婦 + runtimeClassName: "469" + schedulerName: "459" + securityContext: + fsGroup: -6298002649883493725 + fsGroupChangePolicy: ä2 ɲ±m嵘厶sȰÖ埡Æ + runAsGroup: -1083846598029307786 + runAsNonRoot: false + runAsUser: -8872996084157186866 + seLinuxOptions: + level: "409" + role: "407" + type: "408" + user: "406" + seccompProfile: + localhostProfile: "415" + type: Ş襵樞úʥ銀 + supplementalGroups: + - -46143243150134963 + sysctls: + - name: "413" + value: "414" + windowsOptions: + gmsaCredentialSpec: "411" + gmsaCredentialSpecName: "410" + runAsUserName: "412" + serviceAccount: "404" + serviceAccountName: "403" + setHostnameAsFQDN: true + shareProcessNamespace: false + subdomain: "418" + terminationGracePeriodSeconds: -7767642171323610380 + tolerations: + - effect: ÖTő净湅oĒ弦 + key: "460" + operator: 眊:YĹ爩í鬯濴VǕ癶L浼h嫨炛 + tolerationSeconds: -3092025889836357564 + value: "461" + topologySpreadConstraints: + - labelSelector: + matchExpressions: + - key: b-k7cr-mo-dz12---i/6.W-m_-Z.wc..k_0_5.z.0..__D-1b.-9.Y0-_-.l__.c17__f_-336-B + operator: Exists + matchLabels: + D7RufiV-7u0--_qv4--_.6_N_9X-B.s8.N_rM-k8: 7e.._d--Y-_l-v0-1V-N-R__R9 + maxSkew: -816594589 + topologyKey: "470" + whenUnsatisfiable: "" + volumes: + - awsElasticBlockStore: + fsType: "64" + partition: -104666658 + readOnly: true + volumeID: "63" + azureDisk: + cachingMode: ʜǝ鿟ldg滠鼍ƭt + diskName: "127" + diskURI: "128" + fsType: "129" + kind: ȫşŇɜa + readOnly: true + azureFile: + secretName: "113" + shareName: "114" + cephfs: + monitors: + - "98" + path: "99" + secretFile: "101" + secretRef: + name: "102" + user: "100" + cinder: + fsType: "96" + readOnly: true + secretRef: + name: "97" + volumeID: "95" + configMap: + defaultMode: -599608368 + items: + - key: "116" + mode: -1194714697 + path: "117" + name: "115" + optional: true + csi: + driver: "159" + fsType: "160" + nodePublishSecretRef: + name: "163" + readOnly: true + volumeAttributes: + "161": "162" + downwardAPI: + defaultMode: 1801487647 + items: + - fieldRef: + apiVersion: "106" + fieldPath: "107" + mode: 1322858613 + path: "105" + resourceFieldRef: + containerName: "108" + divisor: "889" + resource: "109" + emptyDir: + medium: 踓Ǻǧ湬淊kŪ睴鸏:ɥ³ƞsɁ8^ʥ + sizeLimit: "681" + ephemeral: + volumeClaimTemplate: + metadata: + annotations: + "171": "172" + clusterName: "177" + creationTimestamp: null + deletionGracePeriodSeconds: -1837257934517376612 + finalizers: + - "176" + generateName: "165" + generation: -8801560367353238479 + labels: + "169": "170" + managedFields: + - apiVersion: "179" + fieldsType: "180" + manager: "178" + operation: 蒅!a坩O`涁İ而踪鄌 + name: "164" + namespace: "166" + ownerReferences: + - apiVersion: "173" + blockOwnerDeletion: true + controller: true + kind: "174" + name: "175" + uid: "" + resourceVersion: "917467801074989174" + selfLink: "167" + uid: ;栍dʪīT捘ɍi縱ù墴1Rƥ贫d飼 + spec: + accessModes: + - '|@?鷅bȻN' + dataSource: + apiGroup: "189" + kind: "190" + name: "191" + resources: + limits: + ?$矡ȶ网棊ʢ: "891" + requests: + Ⱥ眖R#yV'WKw(ğ: "423" + selector: + matchExpressions: + - key: 39-295at-o7qff7-x--r7v66bm71u-n4f9wk-3--652x01--p--n4-4-l.onh-9289---x-p-qpt6-1w-3205c1lxeqyn-5--9d5a3-7bf46g-40883176jte/Pi.-_-a-G + operator: Exists + matchLabels: + fi-a--w---f-e.z-j4kh6oqu-or---40--87-1wpl6-2-310e5hyzn0w-p4mzlu/m_AO-l8VKLyHA_.-F_E2_QOQ: E._._3.-.83_iq_-y.-25C.A-j..9dfn3Y8d_0_.---M_4FF + storageClassName: "188" + volumeMode: 跦Opwǩ曬逴褜1 + volumeName: "187" + fc: + fsType: "111" + lun: 1169718433 + targetWWNs: + - "110" + wwids: + - "112" + flexVolume: + driver: "90" + fsType: "91" + options: + "93": "94" + readOnly: true + secretRef: + name: "92" + flocker: + datasetName: "103" + datasetUUID: "104" + gcePersistentDisk: + fsType: "62" + partition: 2065358741 + pdName: "61" + readOnly: true + gitRepo: + directory: "67" + repository: "65" + revision: "66" + glusterfs: + endpoints: "80" + path: "81" + hostPath: + path: "60" + type: /淹\韲翁&ʢsɜ曢\%枅:=ǛƓ + iscsi: + chapAuthSession: true + fsType: "76" + initiatorName: "79" + iqn: "74" + iscsiInterface: "75" + lun: -663180249 + portals: + - "77" + readOnly: true + secretRef: + name: "78" + targetPortal: "73" + name: "59" + nfs: + path: "72" + server: "71" + persistentVolumeClaim: + claimName: "82" + photonPersistentDisk: + fsType: "131" + pdID: "130" + portworxVolume: + fsType: "146" + readOnly: true + volumeID: "145" + projected: + defaultMode: -1980941277 + sources: + - configMap: + items: + - key: "141" + mode: 1730325900 + path: "142" + name: "140" + optional: true + downwardAPI: + items: + - fieldRef: + apiVersion: "136" + fieldPath: "137" + mode: -555780268 + path: "135" + resourceFieldRef: + containerName: "138" + divisor: "952" + resource: "139" + secret: + items: + - key: "133" + mode: 782113097 + path: "134" + name: "132" + optional: true + serviceAccountToken: + audience: "143" + expirationSeconds: -2937394236764575757 + path: "144" + quobyte: + group: "125" + readOnly: true + registry: "122" + tenant: "126" + user: "124" + volume: "123" + rbd: + fsType: "85" + image: "84" + keyring: "88" + monitors: + - "83" + pool: "86" + readOnly: true + secretRef: + name: "89" + user: "87" + scaleIO: + fsType: "154" + gateway: "147" + protectionDomain: "150" + secretRef: + name: "149" + sslEnabled: true + storageMode: "152" + storagePool: "151" + system: "148" + volumeName: "153" + secret: + defaultMode: 1655406148 + items: + - key: "69" + mode: 1648350164 + path: "70" + optional: true + secretName: "68" + storageos: + fsType: "157" + readOnly: true + secretRef: + name: "158" + volumeName: "155" + volumeNamespace: "156" + vsphereVolume: + fsType: "119" + storagePolicyID: "121" + storagePolicyName: "120" + volumePath: "118" + ttlSecondsAfterFinished: -1766935785 diff --git a/staging/src/k8s.io/api/testdata/v1.19.0/core.v1.Pod.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.19.0/core.v1.Pod.after_roundtrip.pb new file mode 100644 index 0000000000000000000000000000000000000000..ff7af3620849223b756e75279b8f38defbccfb22 GIT binary patch literal 7193 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 literal 0 HcmV?d00001 diff --git a/staging/src/k8s.io/api/testdata/v1.19.0/core.v1.ReplicationController.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.19.0/core.v1.ReplicationController.after_roundtrip.pb new file mode 100644 index 0000000000000000000000000000000000000000..78bf2b97d6fb6cf933031dd56007e0d7ce432277 GIT binary patch literal 6848 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 Nq*QHCXl8@e@P9gt(*FPe literal 0 HcmV?d00001 diff --git a/staging/src/k8s.io/api/testdata/v1.19.0/extensions.v1beta1.DaemonSet.after_roundtrip.json b/staging/src/k8s.io/api/testdata/v1.19.0/extensions.v1beta1.DaemonSet.after_roundtrip.json new file mode 100644 index 00000000000..8820c1a61bc --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.19.0/extensions.v1beta1.DaemonSet.after_roundtrip.json @@ -0,0 +1,1497 @@ +{ + "kind": "DaemonSet", + "apiVersion": "extensions/v1beta1", + "metadata": { + "name": "2", + "generateName": "3", + "namespace": "4", + "selfLink": "5", + "uid": "7", + "resourceVersion": "11042405498087606203", + "generation": 8071137005907523419, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -4955867275792137171, + "labels": { + "7": "8" + }, + "annotations": { + "9": "10" + }, + "ownerReferences": [ + { + "apiVersion": "11", + "kind": "12", + "name": "13", + "uid": "Dz廔ȇ{sŊƏp", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "14" + ], + "clusterName": "15", + "managedFields": [ + { + "manager": "16", + "operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]", + "apiVersion": "17", + "fieldsType": "18" + } + ] + }, + "spec": { + "selector": { + "matchLabels": { + "8---jop9641lg.p-g8c2-k-912e5-c-e63-n-3n/E9.8ThjT9s-j41-0-6p-JFHn7y-74.-0MUORQQ.N2.3": "68._bQw.-dG6c-.6--_x.--0wmZk1_8._3s_-_Bq.m_4" + }, + "matchExpressions": [ + { + "key": "p503---477-49p---o61---4fy--9---7--9-9s-0-u5lj2--10pq-0-7-9-2-0/fP81.-.9Vdx.TB_M-H_5_.t..bG0", + "operator": "In", + "values": [ + "D07.a_.y_y_o0_5qN2_---_M.N_._a6.9bHjdH.-.5_.I8__n" + ] + } + ] + }, + "template": { + "metadata": { + "name": "25", + "generateName": "26", + "namespace": "27", + "selfLink": "28", + "uid": "TʡȂŏ{sǡƟ", + "resourceVersion": "1698285396218902212", + "generation": -4139900758039117471, + "creationTimestamp": null, + "deletionGracePeriodSeconds": 7534629739119643351, + "labels": { + "30": "31" + }, + "annotations": { + "32": "33" + }, + "ownerReferences": [ + { + "apiVersion": "34", + "kind": "35", + "name": "36", + "uid": "^", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "37" + ], + "clusterName": "38", + "managedFields": [ + { + "manager": "39", + "operation": "ĪȸŹăȲϤĦʅ芝", + "apiVersion": "40", + "fieldsType": "41" + } + ] + }, + "spec": { + "volumes": [ + { + "name": "42", + "hostPath": { + "path": "43", + "type": "" + }, + "emptyDir": { + "medium": "ɹ坼É/pȿ", + "sizeLimit": "804" + }, + "gcePersistentDisk": { + "pdName": "44", + "fsType": "45", + "partition": -1318752360 + }, + "awsElasticBlockStore": { + "volumeID": "46", + "fsType": "47", + "partition": -2007808768 + }, + "gitRepo": { + "repository": "48", + "revision": "49", + "directory": "50" + }, + "secret": { + "secretName": "51", + "items": [ + { + "key": "52", + "path": "53", + "mode": 228756891 + } + ], + "defaultMode": 1233814916, + "optional": false + }, + "nfs": { + "server": "54", + "path": "55", + "readOnly": true + }, + "iscsi": { + "targetPortal": "56", + "iqn": "57", + "lun": 408756018, + "iscsiInterface": "58", + "fsType": "59", + "readOnly": true, + "portals": [ + "60" + ], + "chapAuthDiscovery": true, + "chapAuthSession": true, + "secretRef": { + "name": "61" + }, + "initiatorName": "62" + }, + "glusterfs": { + "endpoints": "63", + "path": "64" + }, + "persistentVolumeClaim": { + "claimName": "65", + "readOnly": true + }, + "rbd": { + "monitors": [ + "66" + ], + "image": "67", + "fsType": "68", + "pool": "69", + "user": "70", + "keyring": "71", + "secretRef": { + "name": "72" + }, + "readOnly": true + }, + "flexVolume": { + "driver": "73", + "fsType": "74", + "secretRef": { + "name": "75" + }, + "readOnly": true, + "options": { + "76": "77" + } + }, + "cinder": { + "volumeID": "78", + "fsType": "79", + "secretRef": { + "name": "80" + } + }, + "cephfs": { + "monitors": [ + "81" + ], + "path": "82", + "user": "83", + "secretFile": "84", + "secretRef": { + "name": "85" + } + }, + "flocker": { + "datasetName": "86", + "datasetUUID": "87" + }, + "downwardAPI": { + "items": [ + { + "path": "88", + "fieldRef": { + "apiVersion": "89", + "fieldPath": "90" + }, + "resourceFieldRef": { + "containerName": "91", + "resource": "92", + "divisor": "915" + }, + "mode": -1768075156 + } + ], + "defaultMode": -868808281 + }, + "fc": { + "targetWWNs": [ + "93" + ], + "lun": 570501002, + "fsType": "94", + "wwids": [ + "95" + ] + }, + "azureFile": { + "secretName": "96", + "shareName": "97", + "readOnly": true + }, + "configMap": { + "name": "98", + "items": [ + { + "key": "99", + "path": "100", + "mode": 2020789772 + } + ], + "defaultMode": 952979935, + "optional": false + }, + "vsphereVolume": { + "volumePath": "101", + "fsType": "102", + "storagePolicyName": "103", + "storagePolicyID": "104" + }, + "quobyte": { + "registry": "105", + "volume": "106", + "user": "107", + "group": "108", + "tenant": "109" + }, + "azureDisk": { + "diskName": "110", + "diskURI": "111", + "cachingMode": "k ź贩j瀉ǚrǜnh0åȂ", + "fsType": "112", + "readOnly": false, + "kind": "nj揠8lj黳鈫ʕ禒Ƙá腿ħ缶" + }, + "photonPersistentDisk": { + "pdID": "113", + "fsType": "114" + }, + "projected": { + "sources": [ + { + "secret": { + "name": "115", + "items": [ + { + "key": "116", + "path": "117", + "mode": 675406340 + } + ], + "optional": false + }, + "downwardAPI": { + "items": [ + { + "path": "118", + "fieldRef": { + "apiVersion": "119", + "fieldPath": "120" + }, + "resourceFieldRef": { + "containerName": "121", + "resource": "122", + "divisor": "461" + }, + "mode": -1618937335 + } + ] + }, + "configMap": { + "name": "123", + "items": [ + { + "key": "124", + "path": "125", + "mode": -1126738259 + } + ], + "optional": true + }, + "serviceAccountToken": { + "audience": "126", + "expirationSeconds": -6345861634934949644, + "path": "127" + } + } + ], + "defaultMode": 480521693 + }, + "portworxVolume": { + "volumeID": "128", + "fsType": "129" + }, + "scaleIO": { + "gateway": "130", + "system": "131", + "secretRef": { + "name": "132" + }, + "sslEnabled": true, + "protectionDomain": "133", + "storagePool": "134", + "storageMode": "135", + "volumeName": "136", + "fsType": "137" + }, + "storageos": { + "volumeName": "138", + "volumeNamespace": "139", + "fsType": "140", + "secretRef": { + "name": "141" + } + }, + "csi": { + "driver": "142", + "readOnly": true, + "fsType": "143", + "volumeAttributes": { + "144": "145" + }, + "nodePublishSecretRef": { + "name": "146" + } + }, + "ephemeral": { + "volumeClaimTemplate": { + "metadata": { + "name": "147", + "generateName": "148", + "namespace": "149", + "selfLink": "150", + "uid": "溟ɴ扵閝ȝ鐵儣廡ɑ龫`劳\u0026¼", + "resourceVersion": "1248703441945830579", + "generation": 3849874053153949822, + "creationTimestamp": null, + "deletionGracePeriodSeconds": 2974444584632416014, + "labels": { + "152": "153" + }, + "annotations": { + "154": "155" + }, + "ownerReferences": [ + { + "apiVersion": "156", + "kind": "157", + "name": "158", + "uid": "oɘ檲ɨ銦妰黖ȓ", + "controller": true, + "blockOwnerDeletion": false + } + ], + "finalizers": [ + "159" + ], + "clusterName": "160", + "managedFields": [ + { + "manager": "161", + "operation": "獵偐ę腬瓷碑=ɉ鎷卩蝾H韹寬娬ï瓼", + "apiVersion": "162", + "fieldsType": "163" + } + ] + }, + "spec": { + "accessModes": [ + "酃=6}ɡŇƉ立hdz緄Ú|dk_瀹鞎" + ], + "selector": { + "matchLabels": { + "o-03-t-0-035--5b95w------4-n4f--139-295at-o7qff2/v2.-_-8wE._._3.-.83_iq_-y.-25C.A-j..9dfn38": "m_zm-.-_RJt2pX_2_28.6" + }, + "matchExpressions": [ + { + "key": "Wik_--DSXr.n-A9..9__Y-H-Mqpt._.-_..051", + "operator": "DoesNotExist" + } + ] + }, + "resources": { + "limits": { + "âĺɗŹ倗S晒嶗UÐ_ƮA攤/ɸɎ ": "648" + }, + "requests": { + "鴒翁杙Ŧ癃8鸖ɱJȉ罴ņ螡": "212" + } + }, + "volumeName": "170", + "storageClassName": "171", + "volumeMode": "dz娝嘚庎D}埽uʎȺ眖R#yV'WK", + "dataSource": { + "apiGroup": "172", + "kind": "173", + "name": "174" + } + } + } + } + } + ], + "initContainers": [ + { + "name": "175", + "image": "176", + "command": [ + "177" + ], + "args": [ + "178" + ], + "workingDir": "179", + "ports": [ + { + "name": "180", + "hostPort": 852780575, + "containerPort": -1252938503, + "protocol": "Opwǩ曬逴褜1ØœȠƬQg鄠", + "hostIP": "181" + } + ], + "envFrom": [ + { + "prefix": "182", + "configMapRef": { + "name": "183", + "optional": false + }, + "secretRef": { + "name": "184", + "optional": false + } + } + ], + "env": [ + { + "name": "185", + "value": "186", + "valueFrom": { + "fieldRef": { + "apiVersion": "187", + "fieldPath": "188" + }, + "resourceFieldRef": { + "containerName": "189", + "resource": "190", + "divisor": "139" + }, + "configMapKeyRef": { + "name": "191", + "key": "192", + "optional": true + }, + "secretKeyRef": { + "name": "193", + "key": "194", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "LĹ]佱¿\u003e犵殇ŕ-Ɂ圯W:ĸ輦唊": "807" + }, + "requests": { + "嚧ʣq埄": "936" + } + }, + "volumeMounts": [ + { + "name": "195", + "mountPath": "196", + "subPath": "197", + "mountPropagation": "#嬀ơŸ8T 苧yñKJɐ扵Gƚ绤f", + "subPathExpr": "198" + } + ], + "volumeDevices": [ + { + "name": "199", + "devicePath": "200" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "201" + ] + }, + "httpGet": { + "path": "202", + "port": "203", + "host": "204", + "scheme": "u|榝$î.Ȏ蝪ʜ5遰=E埄Ȁ", + "httpHeaders": [ + { + "name": "205", + "value": "206" + } + ] + }, + "tcpSocket": { + "port": 1714588921, + "host": "207" + }, + "initialDelaySeconds": -1246371817, + "timeoutSeconds": 617318981, + "periodSeconds": 432291364, + "successThreshold": 676578360, + "failureThreshold": -552281772 + }, + "readinessProbe": { + "exec": { + "command": [ + "208" + ] + }, + "httpGet": { + "path": "209", + "port": 1777326813, + "host": "210", + "scheme": "ǟi\u0026皥贸碔lNKƙ順\\E¦", + "httpHeaders": [ + { + "name": "211", + "value": "212" + } + ] + }, + "tcpSocket": { + "port": "213", + "host": "214" + }, + "initialDelaySeconds": 1868887309, + "timeoutSeconds": -528664199, + "periodSeconds": -316996074, + "successThreshold": 1933968533, + "failureThreshold": 549215478 + }, + "startupProbe": { + "exec": { + "command": [ + "215" + ] + }, + "httpGet": { + "path": "216", + "port": -374766088, + "host": "217", + "scheme": "翜舞拉Œ", + "httpHeaders": [ + { + "name": "218", + "value": "219" + } + ] + }, + "tcpSocket": { + "port": "220", + "host": "221" + }, + "initialDelaySeconds": -190183379, + "timeoutSeconds": -940334911, + "periodSeconds": -341287812, + "successThreshold": 2030115750, + "failureThreshold": 1847163341 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "222" + ] + }, + "httpGet": { + "path": "223", + "port": -816630929, + "host": "224", + "httpHeaders": [ + { + "name": "225", + "value": "226" + } + ] + }, + "tcpSocket": { + "port": 1965273344, + "host": "227" + } + }, + "preStop": { + "exec": { + "command": [ + "228" + ] + }, + "httpGet": { + "path": "229", + "port": "230", + "host": "231", + "scheme": "SÄ蚃ɣľ)酊龨δ摖ȱğ_\u003c", + "httpHeaders": [ + { + "name": "232", + "value": "233" + } + ] + }, + "tcpSocket": { + "port": -385597677, + "host": "234" + } + } + }, + "terminationMessagePath": "235", + "terminationMessagePolicy": "橈'", + "imagePullPolicy": "Ɖ飴ɎiǨ", + "securityContext": { + "capabilities": { + "add": [ + "ǵɐ鰥Z" + ], + "drop": [ + "´DÒȗÔÂɘɢ鬍熖B芭花ª瘡" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "236", + "role": "237", + "type": "238", + "level": "239" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "240", + "gmsaCredentialSpec": "241", + "runAsUserName": "242" + }, + "runAsUser": -1666202510534940446, + "runAsGroup": 2823592889848840099, + "runAsNonRoot": false, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "ƲǦŐnj汰", + "seccompProfile": { + "type": "ŕİi騎C", + "localhostProfile": "243" + } + }, + "tty": true + } + ], + "containers": [ + { + "name": "244", + "image": "245", + "command": [ + "246" + ], + "args": [ + "247" + ], + "workingDir": "248", + "ports": [ + { + "name": "249", + "hostPort": -57730414, + "containerPort": -852140121, + "protocol": "ȣ±p", + "hostIP": "250" + } + ], + "envFrom": [ + { + "prefix": "251", + "configMapRef": { + "name": "252", + "optional": true + }, + "secretRef": { + "name": "253", + "optional": true + } + } + ], + "env": [ + { + "name": "254", + "value": "255", + "valueFrom": { + "fieldRef": { + "apiVersion": "256", + "fieldPath": "257" + }, + "resourceFieldRef": { + "containerName": "258", + "resource": "259", + "divisor": "277" + }, + "configMapKeyRef": { + "name": "260", + "key": "261", + "optional": true + }, + "secretKeyRef": { + "name": "262", + "key": "263", + "optional": true + } + } + } + ], + "resources": { + "limits": { + "斩ìh4ɊHȖ|ʐşƧ諔迮ƙIJ": "850" + }, + "requests": { + "jʒǚ鍰\\縑ɀ撑¼蠾8餑噭Dµ": "635" + } + }, + "volumeMounts": [ + { + "name": "264", + "mountPath": "265", + "subPath": "266", + "mountPropagation": "衷,ƷƣMț譎懚", + "subPathExpr": "267" + } + ], + "volumeDevices": [ + { + "name": "268", + "devicePath": "269" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "270" + ] + }, + "httpGet": { + "path": "271", + "port": 872525702, + "host": "272", + "scheme": "ay", + "httpHeaders": [ + { + "name": "273", + "value": "274" + } + ] + }, + "tcpSocket": { + "port": "275", + "host": "276" + }, + "initialDelaySeconds": 628632965, + "timeoutSeconds": 552654052, + "periodSeconds": -1396197931, + "successThreshold": -1114385515, + "failureThreshold": 2144856253 + }, + "readinessProbe": { + "exec": { + "command": [ + "277" + ] + }, + "httpGet": { + "path": "278", + "port": -1186720090, + "host": "279", + "scheme": "增猍ǵ xǨŴ壶ƵfȽÃ茓pȓɻ", + "httpHeaders": [ + { + "name": "280", + "value": "281" + } + ] + }, + "tcpSocket": { + "port": "282", + "host": "283" + }, + "initialDelaySeconds": 1737172479, + "timeoutSeconds": -767058113, + "periodSeconds": 1223564938, + "successThreshold": 1241693652, + "failureThreshold": 1803882645 + }, + "startupProbe": { + "exec": { + "command": [ + "284" + ] + }, + "httpGet": { + "path": "285", + "port": "286", + "host": "287", + "scheme": "賞ǧĒzŔ瘍N", + "httpHeaders": [ + { + "name": "288", + "value": "289" + } + ] + }, + "tcpSocket": { + "port": -531787516, + "host": "290" + }, + "initialDelaySeconds": 2073630689, + "timeoutSeconds": -830875556, + "periodSeconds": -1395144116, + "successThreshold": -684167223, + "failureThreshold": -751455207 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "291" + ] + }, + "httpGet": { + "path": "292", + "port": "293", + "host": "294", + "scheme": "磉反", + "httpHeaders": [ + { + "name": "295", + "value": "296" + } + ] + }, + "tcpSocket": { + "port": -313085430, + "host": "297" + } + }, + "preStop": { + "exec": { + "command": [ + "298" + ] + }, + "httpGet": { + "path": "299", + "port": 413903479, + "host": "300", + "scheme": "ɛ棕ƈ眽炊礫Ƽ¨Ix糂", + "httpHeaders": [ + { + "name": "301", + "value": "302" + } + ] + }, + "tcpSocket": { + "port": "303", + "host": "304" + } + } + }, + "terminationMessagePath": "305", + "terminationMessagePolicy": "ǚŜEuEy竬ʆɞ", + "imagePullPolicy": "焬CQm坊柩", + "securityContext": { + "capabilities": { + "add": [ + "[ƕƑĝ®EĨǔvÄÚ" + ], + "drop": [ + "p鬷m罂o3ǰ廋i乳'" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "306", + "role": "307", + "type": "308", + "level": "309" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "310", + "gmsaCredentialSpec": "311", + "runAsUserName": "312" + }, + "runAsUser": 2506229153551047343, + "runAsGroup": 3258181973067899469, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": false, + "procMount": "蠲$ɛ溢臜裡", + "seccompProfile": { + "type": "銵-紑浘牬釼aTG", + "localhostProfile": "313" + } + }, + "stdin": true + } + ], + "ephemeralContainers": [ + { + "name": "314", + "image": "315", + "command": [ + "316" + ], + "args": [ + "317" + ], + "workingDir": "318", + "ports": [ + { + "name": "319", + "hostPort": -92253969, + "containerPort": 243566659, + "protocol": "×DJɶ羹ƞʓ%ʝ`ǭ躌ñ?卶滿筇", + "hostIP": "320" + } + ], + "envFrom": [ + { + "prefix": "321", + "configMapRef": { + "name": "322", + "optional": false + }, + "secretRef": { + "name": "323", + "optional": true + } + } + ], + "env": [ + { + "name": "324", + "value": "325", + "valueFrom": { + "fieldRef": { + "apiVersion": "326", + "fieldPath": "327" + }, + "resourceFieldRef": { + "containerName": "328", + "resource": "329", + "divisor": "574" + }, + "configMapKeyRef": { + "name": "330", + "key": "331", + "optional": true + }, + "secretKeyRef": { + "name": "332", + "key": "333", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "ĭ$": "530" + }, + "requests": { + "«V¯ÁȦtl敷": "698" + } + }, + "volumeMounts": [ + { + "name": "334", + "mountPath": "335", + "subPath": "336", + "mountPropagation": "Ű藛b磾sYȠ繽敮ǰ", + "subPathExpr": "337" + } + ], + "volumeDevices": [ + { + "name": "338", + "devicePath": "339" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "340" + ] + }, + "httpGet": { + "path": "341", + "port": 731136838, + "host": "342", + "scheme": "繡旹翃ɾ氒ĺʈʫ羶剹Ɗ", + "httpHeaders": [ + { + "name": "343", + "value": "344" + } + ] + }, + "tcpSocket": { + "port": -183458945, + "host": "345" + }, + "initialDelaySeconds": -1223327585, + "timeoutSeconds": -99080494, + "periodSeconds": -1531582553, + "successThreshold": 1474671869, + "failureThreshold": 1471419756 + }, + "readinessProbe": { + "exec": { + "command": [ + "346" + ] + }, + "httpGet": { + "path": "347", + "port": 892837330, + "host": "348", + "scheme": "気Ƀ秮ò", + "httpHeaders": [ + { + "name": "349", + "value": "350" + } + ] + }, + "tcpSocket": { + "port": "351", + "host": "352" + }, + "initialDelaySeconds": -1649234654, + "timeoutSeconds": -263708518, + "periodSeconds": 541943046, + "successThreshold": 1502194981, + "failureThreshold": 1447996588 + }, + "startupProbe": { + "exec": { + "command": [ + "353" + ] + }, + "httpGet": { + "path": "354", + "port": "355", + "host": "356", + "scheme": "đ\u003e*劶?", + "httpHeaders": [ + { + "name": "357", + "value": "358" + } + ] + }, + "tcpSocket": { + "port": -176877925, + "host": "359" + }, + "initialDelaySeconds": 1008425444, + "timeoutSeconds": -821592382, + "periodSeconds": 1678953375, + "successThreshold": 1045190247, + "failureThreshold": 1805682547 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "360" + ] + }, + "httpGet": { + "path": "361", + "port": 1767555420, + "host": "362", + "scheme": "e", + "httpHeaders": [ + { + "name": "363", + "value": "364" + } + ] + }, + "tcpSocket": { + "port": "365", + "host": "366" + } + }, + "preStop": { + "exec": { + "command": [ + "367" + ] + }, + "httpGet": { + "path": "368", + "port": -1452767599, + "host": "369", + "scheme": " 瞍髃#ɣȕ", + "httpHeaders": [ + { + "name": "370", + "value": "371" + } + ] + }, + "tcpSocket": { + "port": "372", + "host": "373" + } + } + }, + "terminationMessagePath": "374", + "terminationMessagePolicy": "s梊ɥʋăƻ遲njlȘ鹾K", + "imagePullPolicy": "O_h盌3+Œ9两@8Byß讪Ă2", + "securityContext": { + "capabilities": { + "add": [ + "m葰賦迾娙ƴ4虵p蓋沥7uPƒw©ɴĶ" + ], + "drop": [ + "" + ] + }, + "privileged": true, + "seLinuxOptions": { + "user": "375", + "role": "376", + "type": "377", + "level": "378" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "379", + "gmsaCredentialSpec": "380", + "runAsUserName": "381" + }, + "runAsUser": 6816267869367451869, + "runAsGroup": 9111865674949727136, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": false, + "procMount": "Ř筿", + "seccompProfile": { + "type": "5Ų買霎ȃň[\u003eą S", + "localhostProfile": "382" + } + }, + "stdinOnce": true, + "targetContainerName": "383" + } + ], + "restartPolicy": "'呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG", + "terminationGracePeriodSeconds": -155552760352472950, + "activeDeadlineSeconds": 7109959542220202422, + "dnsPolicy": "#t(ȗŜŲ\u0026洪y儕l", + "nodeSelector": { + "384": "385" + }, + "serviceAccountName": "386", + "serviceAccount": "387", + "automountServiceAccountToken": false, + "nodeName": "388", + "hostNetwork": true, + "hostIPC": true, + "shareProcessNamespace": false, + "securityContext": { + "seLinuxOptions": { + "user": "389", + "role": "390", + "type": "391", + "level": "392" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "393", + "gmsaCredentialSpec": "394", + "runAsUserName": "395" + }, + "runAsUser": 4841944355356012825, + "runAsGroup": -4962946920772050319, + "runAsNonRoot": true, + "supplementalGroups": [ + 5695420257629724684 + ], + "fsGroup": -4548866432246561416, + "sysctls": [ + { + "name": "396", + "value": "397" + } + ], + "fsGroupChangePolicy": "Ð扬", + "seccompProfile": { + "type": "惍EʦŊĊ娮rȧ", + "localhostProfile": "398" + } + }, + "imagePullSecrets": [ + { + "name": "399" + } + ], + "hostname": "400", + "subdomain": "401", + "affinity": { + "nodeAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": { + "nodeSelectorTerms": [ + { + "matchExpressions": [ + { + "key": "402", + "operator": "ɳ礬.b屏ɧeʫį淓¯Ą0", + "values": [ + "403" + ] + } + ], + "matchFields": [ + { + "key": "404", + "operator": "鮽ǍJB膾扉A­1襏櫯³£h刪q塨", + "values": [ + "405" + ] + } + ] + } + ] + }, + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -177041290, + "preference": { + "matchExpressions": [ + { + "key": "406", + "operator": "聧扈4ƫZ", + "values": [ + "407" + ] + } + ], + "matchFields": [ + { + "key": "408", + "operator": " ɲ±", + "values": [ + "409" + ] + } + ] + } + } + ] + }, + "podAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "p_N-1": "O-BZ..6-1.S-B3_.b7" + }, + "matchExpressions": [ + { + "key": "1rhm-5y--z-0/5eQ9", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "416" + ], + "topologyKey": "417" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -2092358209, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "nn093-pi-9o-l4-vo5byp8q-sf1--gw-jz/F_06.eqk5L": "3zHw.H__V.Vz_6.Hz_V_.r_v_._e_7" + }, + "matchExpressions": [ + { + "key": "yps4483-o--3f1p7--43nw-l-x18mtb/mLlx...w_t-_.5.40Rw4gD.._.-x6db-L7.-__-G_2kCpH", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "424" + ], + "topologyKey": "425" + } + } + ] + }, + "podAntiAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "H1_-ODgC_1-_8__T3sn-0_.i__a.O2G_-_K-0": "8mp.-10KkQ-R_R.-.--4_IT_O__3.5h_XC0_-7.-hj-O" + }, + "matchExpressions": [ + { + "key": "I.4_W_-_-7Tp_.---c", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "432" + ], + "topologyKey": "433" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -1084136601, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "6n-f-x--i-b/K_BM.6-.Y_72-_--pT75-.emV__1-wv3UDf.4": "2_uGGP..-_N_h_4Hl-X0_2--__4K..-68-7l" + }, + "matchExpressions": [ + { + "key": "2--4-r4p--w1k8--y.e2-08vc--4-7hdum1-f-7-k8q/YD-Q9_-__..YNFu7Pg-.814e-_07-ht-E6___-X__H.-39-A_-_l67Q.-t", + "operator": "NotIn", + "values": [ + "Oep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o..p_B-d--Q2" + ] + } + ] + }, + "namespaces": [ + "440" + ], + "topologyKey": "441" + } + } + ] + } + }, + "schedulerName": "442", + "tolerations": [ + { + "key": "443", + "operator": "Ž彙pg稠氦Ņs", + "value": "444", + "effect": "ưg", + "tolerationSeconds": 7158818521862381855 + } + ], + "hostAliases": [ + { + "ip": "445", + "hostnames": [ + "446" + ] + } + ], + "priorityClassName": "447", + "priority": 197024033, + "dnsConfig": { + "nameservers": [ + "448" + ], + "searches": [ + "449" + ], + "options": [ + { + "name": "450", + "value": "451" + } + ] + }, + "readinessGates": [ + { + "conditionType": "" + } + ], + "runtimeClassName": "452", + "enableServiceLinks": false, + "preemptionPolicy": "礗渶", + "overhead": { + "[IŚȆĸsǞÃ+?Ď筌ʨ:": "664" + }, + "topologySpreadConstraints": [ + { + "maxSkew": -918148948, + "topologyKey": "453", + "whenUnsatisfiable": "亪鸑躓1Ǐ詁Ȟ鮩ĺJCuɖc", + "labelSelector": { + "matchLabels": { + "cg-w2q76.6-7w-tdt-u-0----p6l-3-znd-8b-dg--1035ad1o-d-6-bk81-3s/s-g__.2": "3N_.n1.--.._-x_4..u2-__3uM77U7._pT-___-_5-6h_K7" + }, + "matchExpressions": [ + { + "key": "37-ufi-q7u0ux-qv4kd-36---9-d-6s83--r-vkm.8fmt4272r--49u-0m7u-----v---4b---h-wyux--4t7k--e--x--3/fdw.3-._CJ4a1._-_CH-6", + "operator": "DoesNotExist" + } + ] + } + } + ], + "setHostnameAsFQDN": true + } + }, + "updateStrategy": { + "type": "翘ǼZ熝Ʊ宷泐ɻvŰ`Ǧɝ憑ǖ菐u", + "rollingUpdate": { + "maxUnavailable": 2 + } + }, + "minReadySeconds": -985724127, + "templateGeneration": -8308852022291575505, + "revisionHistoryLimit": 408491268 + }, + "status": { + "currentNumberScheduled": -1833348558, + "numberMisscheduled": 1883709155, + "desiredNumberScheduled": 484752614, + "numberReady": 1191556990, + "observedGeneration": 5927758286740396237, + "updatedNumberScheduled": -406189540, + "numberAvailable": -2095625968, + "numberUnavailable": -303330375, + "collisionCount": -7415502, + "conditions": [ + { + "type": "囙邵鄨o鷺ɷ裝TG奟cõ乨厰ʚ±r珹ȟ", + "status": "喗vȥ倉螆ȨX\u003e,«ɒó\u003c碡", + "lastTransitionTime": "2343-06-05T09:00:28Z", + "reason": "460", + "message": "461" + } + ] + } +} \ No newline at end of file diff --git a/staging/src/k8s.io/api/testdata/v1.19.0/extensions.v1beta1.DaemonSet.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.19.0/extensions.v1beta1.DaemonSet.after_roundtrip.pb new file mode 100644 index 0000000000000000000000000000000000000000..b3abca3d232de46dd85b229ebf3473adcf4f4410 GIT binary patch literal 7268 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ą S + windowsOptions: + gmsaCredentialSpec: "380" + gmsaCredentialSpecName: "379" + runAsUserName: "381" + startupProbe: + exec: + command: + - "353" + failureThreshold: 1805682547 + httpGet: + host: "356" + httpHeaders: + - name: "357" + value: "358" + path: "354" + port: "355" + scheme: đ>*劶? + initialDelaySeconds: 1008425444 + periodSeconds: 1678953375 + successThreshold: 1045190247 + tcpSocket: + host: "359" + port: -176877925 + timeoutSeconds: -821592382 + stdinOnce: true + targetContainerName: "383" + terminationMessagePath: "374" + terminationMessagePolicy: s梊ɥʋăƻ遲njlȘ鹾K + volumeDevices: + - devicePath: "339" + name: "338" + volumeMounts: + - mountPath: "335" + mountPropagation: Ű藛b磾sYȠ繽敮ǰ + name: "334" + subPath: "336" + subPathExpr: "337" + workingDir: "318" + hostAliases: + - hostnames: + - "446" + ip: "445" + hostIPC: true + hostNetwork: true + hostname: "400" + imagePullSecrets: + - name: "399" + initContainers: + - args: + - "178" + command: + - "177" + env: + - name: "185" + value: "186" + valueFrom: + configMapKeyRef: + key: "192" + name: "191" + optional: true + fieldRef: + apiVersion: "187" + fieldPath: "188" + resourceFieldRef: + containerName: "189" + divisor: "139" + resource: "190" + secretKeyRef: + key: "194" + name: "193" + optional: false + envFrom: + - configMapRef: + name: "183" + optional: false + prefix: "182" + secretRef: + name: "184" + optional: false + image: "176" + imagePullPolicy: Ɖ飴ɎiǨ + lifecycle: + postStart: + exec: + command: + - "222" + httpGet: + host: "224" + httpHeaders: + - name: "225" + value: "226" + path: "223" + port: -816630929 + tcpSocket: + host: "227" + port: 1965273344 + preStop: + exec: + command: + - "228" + httpGet: + host: "231" + httpHeaders: + - name: "232" + value: "233" + path: "229" + port: "230" + scheme: SÄ蚃ɣľ)酊龨δ摖ȱğ_< + tcpSocket: + host: "234" + port: -385597677 + livenessProbe: + exec: + command: + - "201" + failureThreshold: -552281772 + httpGet: + host: "204" + httpHeaders: + - name: "205" + value: "206" + path: "202" + port: "203" + scheme: u|榝$î.Ȏ蝪ʜ5遰=E埄Ȁ + initialDelaySeconds: -1246371817 + periodSeconds: 432291364 + successThreshold: 676578360 + tcpSocket: + host: "207" + port: 1714588921 + timeoutSeconds: 617318981 + name: "175" + ports: + - containerPort: -1252938503 + hostIP: "181" + hostPort: 852780575 + name: "180" + protocol: Opwǩ曬逴褜1ØœȠƬQg鄠 + readinessProbe: + exec: + command: + - "208" + failureThreshold: 549215478 + httpGet: + host: "210" + httpHeaders: + - name: "211" + value: "212" + path: "209" + port: 1777326813 + scheme: ǟi&皥贸碔lNKƙ順\E¦ + initialDelaySeconds: 1868887309 + periodSeconds: -316996074 + successThreshold: 1933968533 + tcpSocket: + host: "214" + port: "213" + timeoutSeconds: -528664199 + resources: + limits: + LĹ]佱¿>犵殇ŕ-Ɂ圯W:ĸ輦唊: "807" + requests: + 嚧ʣq埄: "936" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - ǵɐ鰥Z + drop: + - ´DÒȗÔÂɘɢ鬍熖B芭花ª瘡 + privileged: false + procMount: ƲǦŐnj汰 + readOnlyRootFilesystem: true + runAsGroup: 2823592889848840099 + runAsNonRoot: false + runAsUser: -1666202510534940446 + seLinuxOptions: + level: "239" + role: "237" + type: "238" + user: "236" + seccompProfile: + localhostProfile: "243" + type: ŕİi騎C + windowsOptions: + gmsaCredentialSpec: "241" + gmsaCredentialSpecName: "240" + runAsUserName: "242" + startupProbe: + exec: + command: + - "215" + failureThreshold: 1847163341 + httpGet: + host: "217" + httpHeaders: + - name: "218" + value: "219" + path: "216" + port: -374766088 + scheme: 翜舞拉Œ + initialDelaySeconds: -190183379 + periodSeconds: -341287812 + successThreshold: 2030115750 + tcpSocket: + host: "221" + port: "220" + timeoutSeconds: -940334911 + terminationMessagePath: "235" + terminationMessagePolicy: 橈' + tty: true + volumeDevices: + - devicePath: "200" + name: "199" + volumeMounts: + - mountPath: "196" + mountPropagation: '#嬀ơŸ8T 苧yñKJɐ扵Gƚ绤f' + name: "195" + subPath: "197" + subPathExpr: "198" + workingDir: "179" + nodeName: "388" + nodeSelector: + "384": "385" + overhead: + '[IŚȆĸsǞÃ+?Ď筌ʨ:': "664" + preemptionPolicy: 礗渶 + priority: 197024033 + priorityClassName: "447" + readinessGates: + - conditionType: "" + restartPolicy: '''呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG' + runtimeClassName: "452" + schedulerName: "442" + securityContext: + fsGroup: -4548866432246561416 + fsGroupChangePolicy: Ð扬 + runAsGroup: -4962946920772050319 + runAsNonRoot: true + runAsUser: 4841944355356012825 + seLinuxOptions: + level: "392" + role: "390" + type: "391" + user: "389" + seccompProfile: + localhostProfile: "398" + type: 惍EʦŊĊ娮rȧ + supplementalGroups: + - 5695420257629724684 + sysctls: + - name: "396" + value: "397" + windowsOptions: + gmsaCredentialSpec: "394" + gmsaCredentialSpecName: "393" + runAsUserName: "395" + serviceAccount: "387" + serviceAccountName: "386" + setHostnameAsFQDN: true + shareProcessNamespace: false + subdomain: "401" + terminationGracePeriodSeconds: -155552760352472950 + tolerations: + - effect: ưg + key: "443" + operator: Ž彙pg稠氦Ņs + tolerationSeconds: 7158818521862381855 + value: "444" + topologySpreadConstraints: + - labelSelector: + matchExpressions: + - key: 37-ufi-q7u0ux-qv4kd-36---9-d-6s83--r-vkm.8fmt4272r--49u-0m7u-----v---4b---h-wyux--4t7k--e--x--3/fdw.3-._CJ4a1._-_CH-6 + operator: DoesNotExist + matchLabels: + cg-w2q76.6-7w-tdt-u-0----p6l-3-znd-8b-dg--1035ad1o-d-6-bk81-3s/s-g__.2: 3N_.n1.--.._-x_4..u2-__3uM77U7._pT-___-_5-6h_K7 + maxSkew: -918148948 + topologyKey: "453" + whenUnsatisfiable: 亪鸑躓1Ǐ詁Ȟ鮩ĺJCuɖc + volumes: + - awsElasticBlockStore: + fsType: "47" + partition: -2007808768 + volumeID: "46" + azureDisk: + cachingMode: k ź贩j瀉ǚrǜnh0åȂ + diskName: "110" + diskURI: "111" + fsType: "112" + kind: nj揠8lj黳鈫ʕ禒Ƙá腿ħ缶 + readOnly: false + azureFile: + readOnly: true + secretName: "96" + shareName: "97" + cephfs: + monitors: + - "81" + path: "82" + secretFile: "84" + secretRef: + name: "85" + user: "83" + cinder: + fsType: "79" + secretRef: + name: "80" + volumeID: "78" + configMap: + defaultMode: 952979935 + items: + - key: "99" + mode: 2020789772 + path: "100" + name: "98" + optional: false + csi: + driver: "142" + fsType: "143" + nodePublishSecretRef: + name: "146" + readOnly: true + volumeAttributes: + "144": "145" + downwardAPI: + defaultMode: -868808281 + items: + - fieldRef: + apiVersion: "89" + fieldPath: "90" + mode: -1768075156 + path: "88" + resourceFieldRef: + containerName: "91" + divisor: "915" + resource: "92" + emptyDir: + medium: ɹ坼É/pȿ + sizeLimit: "804" + ephemeral: + volumeClaimTemplate: + metadata: + annotations: + "154": "155" + clusterName: "160" + creationTimestamp: null + deletionGracePeriodSeconds: 2974444584632416014 + finalizers: + - "159" + generateName: "148" + generation: 3849874053153949822 + labels: + "152": "153" + managedFields: + - apiVersion: "162" + fieldsType: "163" + manager: "161" + operation: 獵偐ę腬瓷碑=ɉ鎷卩蝾H韹寬娬ï瓼 + name: "147" + namespace: "149" + ownerReferences: + - apiVersion: "156" + blockOwnerDeletion: false + controller: true + kind: "157" + name: "158" + uid: oɘ檲ɨ銦妰黖ȓ + resourceVersion: "1248703441945830579" + selfLink: "150" + uid: 溟ɴ扵閝ȝ鐵儣廡ɑ龫`劳&¼ + spec: + accessModes: + - 酃=6}ɡŇƉ立hdz緄Ú|dk_瀹鞎 + dataSource: + apiGroup: "172" + kind: "173" + name: "174" + resources: + limits: + 'âĺɗŹ倗S晒嶗UÐ_ƮA攤/ɸɎ ': "648" + requests: + 鴒翁杙Ŧ癃8鸖ɱJȉ罴ņ螡: "212" + selector: + matchExpressions: + - key: Wik_--DSXr.n-A9..9__Y-H-Mqpt._.-_..051 + operator: DoesNotExist + matchLabels: + o-03-t-0-035--5b95w------4-n4f--139-295at-o7qff2/v2.-_-8wE._._3.-.83_iq_-y.-25C.A-j..9dfn38: m_zm-.-_RJt2pX_2_28.6 + storageClassName: "171" + volumeMode: dz娝嘚庎D}埽uʎȺ眖R#yV'WK + volumeName: "170" + fc: + fsType: "94" + lun: 570501002 + targetWWNs: + - "93" + wwids: + - "95" + flexVolume: + driver: "73" + fsType: "74" + options: + "76": "77" + readOnly: true + secretRef: + name: "75" + flocker: + datasetName: "86" + datasetUUID: "87" + gcePersistentDisk: + fsType: "45" + partition: -1318752360 + pdName: "44" + gitRepo: + directory: "50" + repository: "48" + revision: "49" + glusterfs: + endpoints: "63" + path: "64" + hostPath: + path: "43" + type: "" + iscsi: + chapAuthDiscovery: true + chapAuthSession: true + fsType: "59" + initiatorName: "62" + iqn: "57" + iscsiInterface: "58" + lun: 408756018 + portals: + - "60" + readOnly: true + secretRef: + name: "61" + targetPortal: "56" + name: "42" + nfs: + path: "55" + readOnly: true + server: "54" + persistentVolumeClaim: + claimName: "65" + readOnly: true + photonPersistentDisk: + fsType: "114" + pdID: "113" + portworxVolume: + fsType: "129" + volumeID: "128" + projected: + defaultMode: 480521693 + sources: + - configMap: + items: + - key: "124" + mode: -1126738259 + path: "125" + name: "123" + optional: true + downwardAPI: + items: + - fieldRef: + apiVersion: "119" + fieldPath: "120" + mode: -1618937335 + path: "118" + resourceFieldRef: + containerName: "121" + divisor: "461" + resource: "122" + secret: + items: + - key: "116" + mode: 675406340 + path: "117" + name: "115" + optional: false + serviceAccountToken: + audience: "126" + expirationSeconds: -6345861634934949644 + path: "127" + quobyte: + group: "108" + registry: "105" + tenant: "109" + user: "107" + volume: "106" + rbd: + fsType: "68" + image: "67" + keyring: "71" + monitors: + - "66" + pool: "69" + readOnly: true + secretRef: + name: "72" + user: "70" + scaleIO: + fsType: "137" + gateway: "130" + protectionDomain: "133" + secretRef: + name: "132" + sslEnabled: true + storageMode: "135" + storagePool: "134" + system: "131" + volumeName: "136" + secret: + defaultMode: 1233814916 + items: + - key: "52" + mode: 228756891 + path: "53" + optional: false + secretName: "51" + storageos: + fsType: "140" + secretRef: + name: "141" + volumeName: "138" + volumeNamespace: "139" + vsphereVolume: + fsType: "102" + storagePolicyID: "104" + storagePolicyName: "103" + volumePath: "101" + templateGeneration: -8308852022291575505 + updateStrategy: + rollingUpdate: + maxUnavailable: 2 + type: 翘ǼZ熝Ʊ宷泐ɻvŰ`Ǧɝ憑ǖ菐u +status: + collisionCount: -7415502 + conditions: + - lastTransitionTime: "2343-06-05T09:00:28Z" + message: "461" + reason: "460" + status: 喗vȥ倉螆ȨX>,«ɒó<碡 + type: 囙邵鄨o鷺ɷ裝TG奟cõ乨厰ʚ±r珹ȟ + currentNumberScheduled: -1833348558 + desiredNumberScheduled: 484752614 + numberAvailable: -2095625968 + numberMisscheduled: 1883709155 + numberReady: 1191556990 + numberUnavailable: -303330375 + observedGeneration: 5927758286740396237 + updatedNumberScheduled: -406189540 diff --git a/staging/src/k8s.io/api/testdata/v1.19.0/extensions.v1beta1.Deployment.after_roundtrip.json b/staging/src/k8s.io/api/testdata/v1.19.0/extensions.v1beta1.Deployment.after_roundtrip.json new file mode 100644 index 00000000000..d097d7227ec --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.19.0/extensions.v1beta1.Deployment.after_roundtrip.json @@ -0,0 +1,1502 @@ +{ + "kind": "Deployment", + "apiVersion": "extensions/v1beta1", + "metadata": { + "name": "2", + "generateName": "3", + "namespace": "4", + "selfLink": "5", + "uid": "7", + "resourceVersion": "11042405498087606203", + "generation": 8071137005907523419, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -4955867275792137171, + "labels": { + "7": "8" + }, + "annotations": { + "9": "10" + }, + "ownerReferences": [ + { + "apiVersion": "11", + "kind": "12", + "name": "13", + "uid": "Dz廔ȇ{sŊƏp", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "14" + ], + "clusterName": "15", + "managedFields": [ + { + "manager": "16", + "operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]", + "apiVersion": "17", + "fieldsType": "18" + } + ] + }, + "spec": { + "replicas": 896585016, + "selector": { + "matchLabels": { + "74404d5---g8c2-k-91e.y5-g--58----0683-b-w7ld-6cs06xj-x5yv0wm-k18/M_-Nx.N_6-___._-.-W._AAn---v_-5-_8LXj": "6-4_WE-_JTrcd-2.-__E_Sv__26KX_R_.-.Nth._--S_4DA_-5_-4lQ42M--1" + }, + "matchExpressions": [ + { + "key": "50-u--25cu87--r7p-w1e67-8pj5t-kl-v0q6b68--nu5oii38fn-8.629b-jd-8c45-0-8--6n--w0--w---196g8d--iv1-5--5ht-a-29--0qso796/3___47._49pIB_o61ISU4--A_.XK_._M99", + "operator": "Exists" + } + ] + }, + "template": { + "metadata": { + "name": "25", + "generateName": "26", + "namespace": "27", + "selfLink": "28", + "uid": "?Qȫş", + "resourceVersion": "1736621709629422270", + "generation": -8542870036622468681, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -2575298329142810753, + "labels": { + "30": "31" + }, + "annotations": { + "32": "33" + }, + "ownerReferences": [ + { + "apiVersion": "34", + "kind": "35", + "name": "36", + "uid": "ƶȤ^}", + "controller": true, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "37" + ], + "clusterName": "38", + "managedFields": [ + { + "manager": "39", + "operation": "躢", + "apiVersion": "40", + "fieldsType": "41" + } + ] + }, + "spec": { + "volumes": [ + { + "name": "42", + "hostPath": { + "path": "43", + "type": "ƛƟ)ÙæNǚ錯ƶRquA?瞲Ť倱\u003c" + }, + "emptyDir": { + "medium": "Xŋ朘瑥A徙ɶɊł/擇ɦĽ胚O醔ɍ厶耈", + "sizeLimit": "473" + }, + "gcePersistentDisk": { + "pdName": "44", + "fsType": "45", + "partition": -1188153605 + }, + "awsElasticBlockStore": { + "volumeID": "46", + "fsType": "47", + "partition": 912004803, + "readOnly": true + }, + "gitRepo": { + "repository": "48", + "revision": "49", + "directory": "50" + }, + "secret": { + "secretName": "51", + "items": [ + { + "key": "52", + "path": "53", + "mode": -547518679 + } + ], + "defaultMode": 332383000, + "optional": true + }, + "nfs": { + "server": "54", + "path": "55", + "readOnly": true + }, + "iscsi": { + "targetPortal": "56", + "iqn": "57", + "lun": 994527057, + "iscsiInterface": "58", + "fsType": "59", + "portals": [ + "60" + ], + "chapAuthDiscovery": true, + "secretRef": { + "name": "61" + }, + "initiatorName": "62" + }, + "glusterfs": { + "endpoints": "63", + "path": "64", + "readOnly": true + }, + "persistentVolumeClaim": { + "claimName": "65", + "readOnly": true + }, + "rbd": { + "monitors": [ + "66" + ], + "image": "67", + "fsType": "68", + "pool": "69", + "user": "70", + "keyring": "71", + "secretRef": { + "name": "72" + } + }, + "flexVolume": { + "driver": "73", + "fsType": "74", + "secretRef": { + "name": "75" + }, + "readOnly": true, + "options": { + "76": "77" + } + }, + "cinder": { + "volumeID": "78", + "fsType": "79", + "secretRef": { + "name": "80" + } + }, + "cephfs": { + "monitors": [ + "81" + ], + "path": "82", + "user": "83", + "secretFile": "84", + "secretRef": { + "name": "85" + } + }, + "flocker": { + "datasetName": "86", + "datasetUUID": "87" + }, + "downwardAPI": { + "items": [ + { + "path": "88", + "fieldRef": { + "apiVersion": "89", + "fieldPath": "90" + }, + "resourceFieldRef": { + "containerName": "91", + "resource": "92", + "divisor": "660" + }, + "mode": 1569992019 + } + ], + "defaultMode": 824682619 + }, + "fc": { + "targetWWNs": [ + "93" + ], + "lun": -1740986684, + "fsType": "94", + "readOnly": true, + "wwids": [ + "95" + ] + }, + "azureFile": { + "secretName": "96", + "shareName": "97", + "readOnly": true + }, + "configMap": { + "name": "98", + "items": [ + { + "key": "99", + "path": "100", + "mode": 195263908 + } + ], + "defaultMode": 1593906314, + "optional": false + }, + "vsphereVolume": { + "volumePath": "101", + "fsType": "102", + "storagePolicyName": "103", + "storagePolicyID": "104" + }, + "quobyte": { + "registry": "105", + "volume": "106", + "user": "107", + "group": "108", + "tenant": "109" + }, + "azureDisk": { + "diskName": "110", + "diskURI": "111", + "cachingMode": "|@?鷅bȻN", + "fsType": "112", + "readOnly": true, + "kind": "榱*Gưoɘ檲" + }, + "photonPersistentDisk": { + "pdID": "113", + "fsType": "114" + }, + "projected": { + "sources": [ + { + "secret": { + "name": "115", + "items": [ + { + "key": "116", + "path": "117", + "mode": -323584340 + } + ], + "optional": true + }, + "downwardAPI": { + "items": [ + { + "path": "118", + "fieldRef": { + "apiVersion": "119", + "fieldPath": "120" + }, + "resourceFieldRef": { + "containerName": "121", + "resource": "122", + "divisor": "106" + }, + "mode": 173030157 + } + ] + }, + "configMap": { + "name": "123", + "items": [ + { + "key": "124", + "path": "125", + "mode": 2063799569 + } + ], + "optional": false + }, + "serviceAccountToken": { + "audience": "126", + "expirationSeconds": 8357931971650847566, + "path": "127" + } + } + ], + "defaultMode": -1334904807 + }, + "portworxVolume": { + "volumeID": "128", + "fsType": "129", + "readOnly": true + }, + "scaleIO": { + "gateway": "130", + "system": "131", + "secretRef": { + "name": "132" + }, + "protectionDomain": "133", + "storagePool": "134", + "storageMode": "135", + "volumeName": "136", + "fsType": "137" + }, + "storageos": { + "volumeName": "138", + "volumeNamespace": "139", + "fsType": "140", + "secretRef": { + "name": "141" + } + }, + "csi": { + "driver": "142", + "readOnly": false, + "fsType": "143", + "volumeAttributes": { + "144": "145" + }, + "nodePublishSecretRef": { + "name": "146" + } + }, + "ephemeral": { + "volumeClaimTemplate": { + "metadata": { + "name": "147", + "generateName": "148", + "namespace": "149", + "selfLink": "150", + "uid": "H巧壚tC十Oɢ", + "resourceVersion": "11451542506523135343", + "generation": 6028937828108618026, + "creationTimestamp": null, + "deletionGracePeriodSeconds": 6296624700137074905, + "labels": { + "152": "153" + }, + "annotations": { + "154": "155" + }, + "ownerReferences": [ + { + "apiVersion": "156", + "kind": "157", + "name": "158", + "uid": "閝ȝ", + "controller": false, + "blockOwnerDeletion": false + } + ], + "finalizers": [ + "159" + ], + "clusterName": "160", + "managedFields": [ + { + "manager": "161", + "operation": "ɑ龫`劳\u0026¼傭Ȟ1酃=6}ɡŇƉ立h", + "apiVersion": "162", + "fieldsType": "163" + } + ] + }, + "spec": { + "accessModes": [ + "鲡:" + ], + "selector": { + "matchLabels": { + "0-.-yz-0-_p4mz--.I_f6kjsz-7lwY-Y93-6": "igm_-._.q6" + }, + "matchExpressions": [ + { + "key": "m_0_F03_J", + "operator": "NotIn", + "values": [ + "4FpF_W-6" + ] + } + ] + }, + "resources": { + "limits": { + "Ŗȫ焗捏ĨFħ籘": "853" + }, + "requests": { + "zɟ踡肒Ao/樝fw[Řż丩ŽoǠ": "918" + } + }, + "volumeName": "170", + "storageClassName": "171", + "volumeMode": "Z1Ůđ眊ľǎɳ,ǿ飏騀呣", + "dataSource": { + "apiGroup": "172", + "kind": "173", + "name": "174" + } + } + } + } + } + ], + "initContainers": [ + { + "name": "175", + "image": "176", + "command": [ + "177" + ], + "args": [ + "178" + ], + "workingDir": "179", + "ports": [ + { + "name": "180", + "hostPort": 282592353, + "containerPort": 377225334, + "protocol": "Ƹ[Ęİ榌U髷裎$MVȟ@7", + "hostIP": "181" + } + ], + "envFrom": [ + { + "prefix": "182", + "configMapRef": { + "name": "183", + "optional": false + }, + "secretRef": { + "name": "184", + "optional": false + } + } + ], + "env": [ + { + "name": "185", + "value": "186", + "valueFrom": { + "fieldRef": { + "apiVersion": "187", + "fieldPath": "188" + }, + "resourceFieldRef": { + "containerName": "189", + "resource": "190", + "divisor": "573" + }, + "configMapKeyRef": { + "name": "191", + "key": "192", + "optional": false + }, + "secretKeyRef": { + "name": "193", + "key": "194", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "ǚ灄鸫rʤî萨zvt": "829" + }, + "requests": { + "悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\\p": "604" + } + }, + "volumeMounts": [ + { + "name": "195", + "readOnly": true, + "mountPath": "196", + "subPath": "197", + "mountPropagation": "ƖHV", + "subPathExpr": "198" + } + ], + "volumeDevices": [ + { + "name": "199", + "devicePath": "200" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "201" + ] + }, + "httpGet": { + "path": "202", + "port": -1196874390, + "host": "203", + "scheme": "S晒嶗UÐ_ƮA攤", + "httpHeaders": [ + { + "name": "204", + "value": "205" + } + ] + }, + "tcpSocket": { + "port": -498930176, + "host": "206" + }, + "initialDelaySeconds": 1885897314, + "timeoutSeconds": -465677631, + "periodSeconds": 1054858106, + "successThreshold": 232569106, + "failureThreshold": -1150474479 + }, + "readinessProbe": { + "exec": { + "command": [ + "207" + ] + }, + "httpGet": { + "path": "208", + "port": "209", + "host": "210", + "scheme": "8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ", + "httpHeaders": [ + { + "name": "211", + "value": "212" + } + ] + }, + "tcpSocket": { + "port": "213", + "host": "214" + }, + "initialDelaySeconds": -2717401, + "timeoutSeconds": -1492565335, + "periodSeconds": -1099429189, + "successThreshold": 994072122, + "failureThreshold": 1752155096 + }, + "startupProbe": { + "exec": { + "command": [ + "215" + ] + }, + "httpGet": { + "path": "216", + "port": "217", + "host": "218", + "scheme": "Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ", + "httpHeaders": [ + { + "name": "219", + "value": "220" + } + ] + }, + "tcpSocket": { + "port": -36782737, + "host": "221" + }, + "initialDelaySeconds": -1738069460, + "timeoutSeconds": -1643733106, + "periodSeconds": -805795167, + "successThreshold": 1791615594, + "failureThreshold": 785984384 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "222" + ] + }, + "httpGet": { + "path": "223", + "port": "224", + "host": "225", + "scheme": "\u003e郵[+扴ȨŮ", + "httpHeaders": [ + { + "name": "226", + "value": "227" + } + ] + }, + "tcpSocket": { + "port": "228", + "host": "229" + } + }, + "preStop": { + "exec": { + "command": [ + "230" + ] + }, + "httpGet": { + "path": "231", + "port": -743369977, + "host": "232", + "scheme": "\u003e犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4", + "httpHeaders": [ + { + "name": "233", + "value": "234" + } + ] + }, + "tcpSocket": { + "port": -1224991707, + "host": "235" + } + } + }, + "terminationMessagePath": "236", + "imagePullPolicy": "昕Ĭ", + "securityContext": { + "capabilities": { + "add": [ + "藢xɮĵȑ6L*Z鐫û咡W\u003c" + ], + "drop": [ + "lu|榝$î." + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "237", + "role": "238", + "type": "239", + "level": "240" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "241", + "gmsaCredentialSpec": "242", + "runAsUserName": "243" + }, + "runAsUser": -7565148469525206101, + "runAsGroup": 8949541422887578058, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "朦 wƯ貾坢'跩", + "seccompProfile": { + "type": "ŕ翑0展}", + "localhostProfile": "244" + } + }, + "stdinOnce": true + } + ], + "containers": [ + { + "name": "245", + "image": "246", + "command": [ + "247" + ], + "args": [ + "248" + ], + "workingDir": "249", + "ports": [ + { + "name": "250", + "hostPort": -778272981, + "containerPort": 2056774277, + "protocol": "现葢ŵ橨鬶l獕;跣Hǝcw媀瓄\u0026翜舞拉", + "hostIP": "251" + } + ], + "envFrom": [ + { + "prefix": "252", + "configMapRef": { + "name": "253", + "optional": true + }, + "secretRef": { + "name": "254", + "optional": false + } + } + ], + "env": [ + { + "name": "255", + "value": "256", + "valueFrom": { + "fieldRef": { + "apiVersion": "257", + "fieldPath": "258" + }, + "resourceFieldRef": { + "containerName": "259", + "resource": "260", + "divisor": "124" + }, + "configMapKeyRef": { + "name": "261", + "key": "262", + "optional": false + }, + "secretKeyRef": { + "name": "263", + "key": "264", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "V訆Ǝżŧ": "915" + }, + "requests": { + "+SÄ蚃ɣľ)酊龨Î": "787" + } + }, + "volumeMounts": [ + { + "name": "265", + "readOnly": true, + "mountPath": "266", + "subPath": "267", + "mountPropagation": "\"冓鍓贯澔 ƺ蛜6", + "subPathExpr": "268" + } + ], + "volumeDevices": [ + { + "name": "269", + "devicePath": "270" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "271" + ] + }, + "httpGet": { + "path": "272", + "port": 465486290, + "host": "273", + "httpHeaders": [ + { + "name": "274", + "value": "275" + } + ] + }, + "tcpSocket": { + "port": -116224247, + "host": "276" + }, + "initialDelaySeconds": -2097329452, + "timeoutSeconds": 1504385614, + "periodSeconds": 865289071, + "successThreshold": -1829146875, + "failureThreshold": -205176266 + }, + "readinessProbe": { + "exec": { + "command": [ + "277" + ] + }, + "httpGet": { + "path": "278", + "port": 234253676, + "host": "279", + "scheme": "ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏", + "httpHeaders": [ + { + "name": "280", + "value": "281" + } + ] + }, + "tcpSocket": { + "port": "282", + "host": "283" + }, + "initialDelaySeconds": -2062708879, + "timeoutSeconds": 215186711, + "periodSeconds": -141401239, + "successThreshold": -1187301925, + "failureThreshold": -402384013 + }, + "startupProbe": { + "exec": { + "command": [ + "284" + ] + }, + "httpGet": { + "path": "285", + "port": "286", + "host": "287", + "scheme": "鏻砅邻爥", + "httpHeaders": [ + { + "name": "288", + "value": "289" + } + ] + }, + "tcpSocket": { + "port": -305362540, + "host": "290" + }, + "initialDelaySeconds": 601198286, + "timeoutSeconds": 409029209, + "periodSeconds": 405193215, + "successThreshold": 2129989022, + "failureThreshold": -1699531929 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "291" + ] + }, + "httpGet": { + "path": "292", + "port": "293", + "host": "294", + "scheme": "­蜷ɔ幩š", + "httpHeaders": [ + { + "name": "295", + "value": "296" + } + ] + }, + "tcpSocket": { + "port": 455833230, + "host": "297" + } + }, + "preStop": { + "exec": { + "command": [ + "298" + ] + }, + "httpGet": { + "path": "299", + "port": 1076497581, + "host": "300", + "scheme": "h4ɊHȖ|ʐ", + "httpHeaders": [ + { + "name": "301", + "value": "302" + } + ] + }, + "tcpSocket": { + "port": 248533396, + "host": "303" + } + } + }, + "terminationMessagePath": "304", + "terminationMessagePolicy": "迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ", + "imagePullPolicy": "ņ", + "securityContext": { + "capabilities": { + "add": [ + "DŽ髐njʉBn(fǂǢ曣" + ], + "drop": [ + "ay" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "305", + "role": "306", + "type": "307", + "level": "308" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "309", + "gmsaCredentialSpec": "310", + "runAsUserName": "311" + }, + "runAsUser": 1958157659034146020, + "runAsGroup": -5996624450771474158, + "runAsNonRoot": false, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": false, + "procMount": "嗆u", + "seccompProfile": { + "type": "晲T[irȎ3Ĕ\\", + "localhostProfile": "312" + } + }, + "tty": true + } + ], + "ephemeralContainers": [ + { + "name": "313", + "image": "314", + "command": [ + "315" + ], + "args": [ + "316" + ], + "workingDir": "317", + "ports": [ + { + "name": "318", + "hostPort": -1656699070, + "containerPort": -1918622971, + "protocol": "ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz", + "hostIP": "319" + } + ], + "envFrom": [ + { + "prefix": "320", + "configMapRef": { + "name": "321", + "optional": true + }, + "secretRef": { + "name": "322", + "optional": false + } + } + ], + "env": [ + { + "name": "323", + "value": "324", + "valueFrom": { + "fieldRef": { + "apiVersion": "325", + "fieldPath": "326" + }, + "resourceFieldRef": { + "containerName": "327", + "resource": "328", + "divisor": "69" + }, + "configMapKeyRef": { + "name": "329", + "key": "330", + "optional": true + }, + "secretKeyRef": { + "name": "331", + "key": "332", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "1b": "328" + }, + "requests": { + "}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊": "699" + } + }, + "volumeMounts": [ + { + "name": "333", + "readOnly": true, + "mountPath": "334", + "subPath": "335", + "mountPropagation": "Ik(dŊiɢzĮ蛋I", + "subPathExpr": "336" + } + ], + "volumeDevices": [ + { + "name": "337", + "devicePath": "338" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "339" + ] + }, + "httpGet": { + "path": "340", + "port": "341", + "host": "342", + "scheme": "ȥ}礤铟怖ý萜Ǖ", + "httpHeaders": [ + { + "name": "343", + "value": "344" + } + ] + }, + "tcpSocket": { + "port": -1088996269, + "host": "345" + }, + "initialDelaySeconds": -1922458514, + "timeoutSeconds": 1480364858, + "periodSeconds": 692511776, + "successThreshold": -1231653807, + "failureThreshold": -36573584 + }, + "readinessProbe": { + "exec": { + "command": [ + "346" + ] + }, + "httpGet": { + "path": "347", + "port": -1157640253, + "host": "348", + "scheme": "×p鬷m罂o3ǰ廋i乳'ȘUɻ;", + "httpHeaders": [ + { + "name": "349", + "value": "350" + } + ] + }, + "tcpSocket": { + "port": "351", + "host": "352" + }, + "initialDelaySeconds": -478839383, + "timeoutSeconds": 989933975, + "periodSeconds": 140830733, + "successThreshold": -708495486, + "failureThreshold": -1436899600 + }, + "startupProbe": { + "exec": { + "command": [ + "353" + ] + }, + "httpGet": { + "path": "354", + "port": "355", + "host": "356", + "scheme": "漤ŗ坟", + "httpHeaders": [ + { + "name": "357", + "value": "358" + } + ] + }, + "tcpSocket": { + "port": -1617422199, + "host": "359" + }, + "initialDelaySeconds": -902839620, + "timeoutSeconds": -2030665763, + "periodSeconds": 1808698094, + "successThreshold": 1155232143, + "failureThreshold": -1873425934 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "360" + ] + }, + "httpGet": { + "path": "361", + "port": 1288391156, + "host": "362", + "scheme": "Ǥ桒ɴ鉂WJ1抉泅ą\u0026疀ȼN", + "httpHeaders": [ + { + "name": "363", + "value": "364" + } + ] + }, + "tcpSocket": { + "port": "365", + "host": "366" + } + }, + "preStop": { + "exec": { + "command": [ + "367" + ] + }, + "httpGet": { + "path": "368", + "port": 1859267428, + "host": "369", + "scheme": "ȟP", + "httpHeaders": [ + { + "name": "370", + "value": "371" + } + ] + }, + "tcpSocket": { + "port": 1445923603, + "host": "372" + } + } + }, + "terminationMessagePath": "373", + "terminationMessagePolicy": "殆诵H玲鑠ĭ$#卛8ð仁Q", + "imagePullPolicy": "tl敷斢杧ż鯀", + "securityContext": { + "capabilities": { + "add": [ + "鸔ɧWǘ炙" + ], + "drop": [ + "餸硷" + ] + }, + "privileged": true, + "seLinuxOptions": { + "user": "374", + "role": "375", + "type": "376", + "level": "377" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "378", + "gmsaCredentialSpec": "379", + "runAsUserName": "380" + }, + "runAsUser": 5215323049148402377, + "runAsGroup": 2946116477552625615, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "ʈʫ羶剹ƊF豎穜", + "seccompProfile": { + "type": "l咑耖p^鏋", + "localhostProfile": "381" + } + }, + "tty": true, + "targetContainerName": "382" + } + ], + "restartPolicy": "ȿ醏g遧", + "terminationGracePeriodSeconds": -616777763639482630, + "activeDeadlineSeconds": 2031424375743848602, + "dnsPolicy": ":{柯?B", + "nodeSelector": { + "383": "384" + }, + "serviceAccountName": "385", + "serviceAccount": "386", + "automountServiceAccountToken": false, + "nodeName": "387", + "hostNetwork": true, + "shareProcessNamespace": false, + "securityContext": { + "seLinuxOptions": { + "user": "388", + "role": "389", + "type": "390", + "level": "391" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "392", + "gmsaCredentialSpec": "393", + "runAsUserName": "394" + }, + "runAsUser": -1290365495982891537, + "runAsGroup": -759684899479757878, + "runAsNonRoot": false, + "supplementalGroups": [ + 3273247375993523103 + ], + "fsGroup": 4489057930380969432, + "sysctls": [ + { + "name": "395", + "value": "396" + } + ], + "fsGroupChangePolicy": "='ʨ|ǓÓ敆OɈÏ 瞍髃", + "seccompProfile": { + "type": "ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn", + "localhostProfile": "397" + } + }, + "imagePullSecrets": [ + { + "name": "398" + } + ], + "hostname": "399", + "subdomain": "400", + "affinity": { + "nodeAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": { + "nodeSelectorTerms": [ + { + "matchExpressions": [ + { + "key": "401", + "operator": "+Œ9两", + "values": [ + "402" + ] + } + ], + "matchFields": [ + { + "key": "403", + "operator": "q=歍þ螗ɃŒGm¨z鋎靀G", + "values": [ + "404" + ] + } + ] + } + ] + }, + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 377409178, + "preference": { + "matchExpressions": [ + { + "key": "405", + "operator": "#ļǹʅŚO虀^背遻堣灭ƴɦ燻", + "values": [ + "406" + ] + } + ], + "matchFields": [ + { + "key": "407", + "operator": "-觗裓6Ř筿ɾ5Ų買霎ȃň[\u003eą", + "values": [ + "408" + ] + } + ] + } + } + ] + }, + "podAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5": "1--L--v_Z--Zg-_4Q__-v_t_u_.A" + }, + "matchExpressions": [ + { + "key": "5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y", + "operator": "Exists" + } + ] + }, + "namespaces": [ + "415" + ], + "topologyKey": "416" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -1507671981, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-35840-w4g-27-5s6.q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x18mtxb--kexr-y/oK-.O--5-yp8q_s-1__gw_-z_659GE.l_.23--_6l.-5_Z": "3Pw_-r75--_-Ao" + }, + "matchExpressions": [ + { + "key": "hj6/bW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...CqN", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "423" + ], + "topologyKey": "424" + } + } + ] + }, + "podAntiAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "C--Y_Dp8O_._e_3_.4_W_-_7": "p_.----cp__ac8u.._-__BM.6-.Y7" + }, + "matchExpressions": [ + { + "key": "1x--i--7-nt-23h-4z-21-sap--h--q0h-t2n4s-6-k5-7-a0w-ke5p-3.nu--17---u7-gl7814ei-07shtq-6---g----9s39z-5/wv3UDf.-4D-5", + "operator": "NotIn", + "values": [ + "l67Q.-_t--O.3L.z2-y.-...C4_-_2G8" + ] + } + ] + }, + "namespaces": [ + "431" + ], + "topologyKey": "432" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 1067925263, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "k407--m-dc---6-q-q0o90--g-09--d5ez1----b69x90/um._fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_VF": "11---.-o7.pJ-4-1WV.-__05._LsuH" + }, + "matchExpressions": [ + { + "key": "8", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "439" + ], + "topologyKey": "440" + } + } + ] + } + }, + "schedulerName": "441", + "tolerations": [ + { + "key": "442", + "operator": "Ɖ肆Ző", + "value": "443", + "effect": "淵", + "tolerationSeconds": -1072615283184390308 + } + ], + "hostAliases": [ + { + "ip": "444", + "hostnames": [ + "445" + ] + } + ], + "priorityClassName": "446", + "priority": -1221153504, + "dnsConfig": { + "nameservers": [ + "447" + ], + "searches": [ + "448" + ], + "options": [ + { + "name": "449", + "value": "450" + } + ] + }, + "readinessGates": [ + { + "conditionType": "媈" + } + ], + "runtimeClassName": "451", + "enableServiceLinks": true, + "preemptionPolicy": "n夬LJ:BŐ埑Ô*ɾWȖ韝ƉşʁO^:", + "overhead": { + "ȩ纾S": "368" + }, + "topologySpreadConstraints": [ + { + "maxSkew": -1568300104, + "topologyKey": "452", + "whenUnsatisfiable": "潑嫉悔柅ȵ.Ȁ鎧Y冒Ɩ", + "labelSelector": { + "matchLabels": { + "jp-z---k-5r6h--y7n.61-cm---ch-g0t-q--qr95ws-v-5--7-ufi-7/35a-1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--.2g": "Mqp..__._-J_-fk3-_j.133eT_2_Y" + }, + "matchExpressions": [ + { + "key": "51-i-d-----9---063-qm-j-3wc89k-0-57z4063--4/rBQ.u", + "operator": "Exists" + } + ] + } + } + ], + "setHostnameAsFQDN": false + } + }, + "strategy": { + "type": "xʚ=5谠vÐ仆dždĄ跞肞", + "rollingUpdate": { + "maxUnavailable": 2, + "maxSurge": 3 + } + }, + "minReadySeconds": -1934555365, + "revisionHistoryLimit": -1189243539, + "rollbackTo": { + "revision": -7874172095994035093 + }, + "progressDeadlineSeconds": 484752614 + }, + "status": { + "observedGeneration": 3359608726763190142, + "replicas": 1401559245, + "updatedReplicas": -406189540, + "readyReplicas": -2095625968, + "availableReplicas": -303330375, + "unavailableReplicas": 584721644, + "conditions": [ + { + "type": "ʀł!", + "status": "o鷺ɷ裝TG奟cõ乨厰ʚ±r珹ȟ6", + "lastUpdateTime": "2096-03-01T11:48:47Z", + "lastTransitionTime": "2035-01-21T08:11:33Z", + "reason": "459", + "message": "460" + } + ], + "collisionCount": 2099542463 + } +} \ No newline at end of file diff --git a/staging/src/k8s.io/api/testdata/v1.19.0/extensions.v1beta1.Deployment.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.19.0/extensions.v1beta1.Deployment.after_roundtrip.pb new file mode 100644 index 0000000000000000000000000000000000000000..777d9bf79a72cefabfb51c8ee8f43fad53cbf6c2 GIT binary patch literal 7273 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ˎXX}>ERKxq`10J9J57f9 gk&&mq|Mu-UCWBI4`={nGlMBxMwI(#jVz3$h7nJmg)Bpeg literal 0 HcmV?d00001 diff --git a/staging/src/k8s.io/api/testdata/v1.19.0/extensions.v1beta1.Deployment.after_roundtrip.yaml b/staging/src/k8s.io/api/testdata/v1.19.0/extensions.v1beta1.Deployment.after_roundtrip.yaml new file mode 100644 index 00000000000..ba180271a32 --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.19.0/extensions.v1beta1.Deployment.after_roundtrip.yaml @@ -0,0 +1,1029 @@ +apiVersion: extensions/v1beta1 +kind: Deployment +metadata: + annotations: + "9": "10" + clusterName: "15" + creationTimestamp: null + deletionGracePeriodSeconds: -4955867275792137171 + finalizers: + - "14" + generateName: "3" + generation: 8071137005907523419 + labels: + "7": "8" + managedFields: + - apiVersion: "17" + fieldsType: "18" + manager: "16" + operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć] + name: "2" + namespace: "4" + ownerReferences: + - apiVersion: "11" + blockOwnerDeletion: true + controller: false + kind: "12" + name: "13" + uid: Dz廔ȇ{sŊƏp + resourceVersion: "11042405498087606203" + selfLink: "5" + uid: "7" +spec: + minReadySeconds: -1934555365 + progressDeadlineSeconds: 484752614 + replicas: 896585016 + revisionHistoryLimit: -1189243539 + rollbackTo: + revision: -7874172095994035093 + selector: + matchExpressions: + - key: 50-u--25cu87--r7p-w1e67-8pj5t-kl-v0q6b68--nu5oii38fn-8.629b-jd-8c45-0-8--6n--w0--w---196g8d--iv1-5--5ht-a-29--0qso796/3___47._49pIB_o61ISU4--A_.XK_._M99 + operator: Exists + matchLabels: + 74404d5---g8c2-k-91e.y5-g--58----0683-b-w7ld-6cs06xj-x5yv0wm-k18/M_-Nx.N_6-___._-.-W._AAn---v_-5-_8LXj: 6-4_WE-_JTrcd-2.-__E_Sv__26KX_R_.-.Nth._--S_4DA_-5_-4lQ42M--1 + strategy: + rollingUpdate: + maxSurge: 3 + maxUnavailable: 2 + type: xʚ=5谠vÐ仆dždĄ跞肞 + template: + metadata: + annotations: + "32": "33" + clusterName: "38" + creationTimestamp: null + deletionGracePeriodSeconds: -2575298329142810753 + finalizers: + - "37" + generateName: "26" + generation: -8542870036622468681 + labels: + "30": "31" + managedFields: + - apiVersion: "40" + fieldsType: "41" + manager: "39" + operation: 躢 + name: "25" + namespace: "27" + ownerReferences: + - apiVersion: "34" + blockOwnerDeletion: true + controller: true + kind: "35" + name: "36" + uid: ƶȤ^} + resourceVersion: "1736621709629422270" + selfLink: "28" + uid: ?Qȫş + spec: + activeDeadlineSeconds: 2031424375743848602 + affinity: + nodeAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - preference: + matchExpressions: + - key: "405" + operator: '#ļǹʅŚO虀^背遻堣灭ƴɦ燻' + values: + - "406" + matchFields: + - key: "407" + operator: -觗裓6Ř筿ɾ5Ų買霎ȃň[>ą + values: + - "408" + weight: 377409178 + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: "401" + operator: +Œ9两 + values: + - "402" + matchFields: + - key: "403" + operator: q=歍þ螗ɃŒGm¨z鋎靀G + values: + - "404" + podAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: hj6/bW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...CqN + operator: DoesNotExist + matchLabels: + ? v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-35840-w4g-27-5s6.q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x18mtxb--kexr-y/oK-.O--5-yp8q_s-1__gw_-z_659GE.l_.23--_6l.-5_Z + : 3Pw_-r75--_-Ao + namespaces: + - "423" + topologyKey: "424" + weight: -1507671981 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: 5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y + operator: Exists + matchLabels: + 1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5: 1--L--v_Z--Zg-_4Q__-v_t_u_.A + namespaces: + - "415" + topologyKey: "416" + podAntiAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: "8" + operator: DoesNotExist + matchLabels: + k407--m-dc---6-q-q0o90--g-09--d5ez1----b69x90/um._fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_VF: 11---.-o7.pJ-4-1WV.-__05._LsuH + namespaces: + - "439" + topologyKey: "440" + weight: 1067925263 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: 1x--i--7-nt-23h-4z-21-sap--h--q0h-t2n4s-6-k5-7-a0w-ke5p-3.nu--17---u7-gl7814ei-07shtq-6---g----9s39z-5/wv3UDf.-4D-5 + operator: NotIn + values: + - l67Q.-_t--O.3L.z2-y.-...C4_-_2G8 + matchLabels: + C--Y_Dp8O_._e_3_.4_W_-_7: p_.----cp__ac8u.._-__BM.6-.Y7 + namespaces: + - "431" + topologyKey: "432" + automountServiceAccountToken: false + containers: + - args: + - "248" + command: + - "247" + env: + - name: "255" + value: "256" + valueFrom: + configMapKeyRef: + key: "262" + name: "261" + optional: false + fieldRef: + apiVersion: "257" + fieldPath: "258" + resourceFieldRef: + containerName: "259" + divisor: "124" + resource: "260" + secretKeyRef: + key: "264" + name: "263" + optional: false + envFrom: + - configMapRef: + name: "253" + optional: true + prefix: "252" + secretRef: + name: "254" + optional: false + image: "246" + imagePullPolicy: ņ + lifecycle: + postStart: + exec: + command: + - "291" + httpGet: + host: "294" + httpHeaders: + - name: "295" + value: "296" + path: "292" + port: "293" + scheme: ­蜷ɔ幩š + tcpSocket: + host: "297" + port: 455833230 + preStop: + exec: + command: + - "298" + httpGet: + host: "300" + httpHeaders: + - name: "301" + value: "302" + path: "299" + port: 1076497581 + scheme: h4ɊHȖ|ʐ + tcpSocket: + host: "303" + port: 248533396 + livenessProbe: + exec: + command: + - "271" + failureThreshold: -205176266 + httpGet: + host: "273" + httpHeaders: + - name: "274" + value: "275" + path: "272" + port: 465486290 + initialDelaySeconds: -2097329452 + periodSeconds: 865289071 + successThreshold: -1829146875 + tcpSocket: + host: "276" + port: -116224247 + timeoutSeconds: 1504385614 + name: "245" + ports: + - containerPort: 2056774277 + hostIP: "251" + hostPort: -778272981 + name: "250" + protocol: 现葢ŵ橨鬶l獕;跣Hǝcw媀瓄&翜舞拉 + readinessProbe: + exec: + command: + - "277" + failureThreshold: -402384013 + httpGet: + host: "279" + httpHeaders: + - name: "280" + value: "281" + path: "278" + port: 234253676 + scheme: ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏 + initialDelaySeconds: -2062708879 + periodSeconds: -141401239 + successThreshold: -1187301925 + tcpSocket: + host: "283" + port: "282" + timeoutSeconds: 215186711 + resources: + limits: + V訆Ǝżŧ: "915" + requests: + +SÄ蚃ɣľ)酊龨Î: "787" + securityContext: + allowPrivilegeEscalation: false + capabilities: + add: + - DŽ髐njʉBn(fǂǢ曣 + drop: + - ay + privileged: false + procMount: 嗆u + readOnlyRootFilesystem: true + runAsGroup: -5996624450771474158 + runAsNonRoot: false + runAsUser: 1958157659034146020 + seLinuxOptions: + level: "308" + role: "306" + type: "307" + user: "305" + seccompProfile: + localhostProfile: "312" + type: 晲T[irȎ3Ĕ\ + windowsOptions: + gmsaCredentialSpec: "310" + gmsaCredentialSpecName: "309" + runAsUserName: "311" + startupProbe: + exec: + command: + - "284" + failureThreshold: -1699531929 + httpGet: + host: "287" + httpHeaders: + - name: "288" + value: "289" + path: "285" + port: "286" + scheme: 鏻砅邻爥 + initialDelaySeconds: 601198286 + periodSeconds: 405193215 + successThreshold: 2129989022 + tcpSocket: + host: "290" + port: -305362540 + timeoutSeconds: 409029209 + terminationMessagePath: "304" + terminationMessagePolicy: 迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ + tty: true + volumeDevices: + - devicePath: "270" + name: "269" + volumeMounts: + - mountPath: "266" + mountPropagation: '"冓鍓贯澔 ƺ蛜6' + name: "265" + readOnly: true + subPath: "267" + subPathExpr: "268" + workingDir: "249" + dnsConfig: + nameservers: + - "447" + options: + - name: "449" + value: "450" + searches: + - "448" + dnsPolicy: :{柯?B + enableServiceLinks: true + ephemeralContainers: + - args: + - "316" + command: + - "315" + env: + - name: "323" + value: "324" + valueFrom: + configMapKeyRef: + key: "330" + name: "329" + optional: true + fieldRef: + apiVersion: "325" + fieldPath: "326" + resourceFieldRef: + containerName: "327" + divisor: "69" + resource: "328" + secretKeyRef: + key: "332" + name: "331" + optional: false + envFrom: + - configMapRef: + name: "321" + optional: true + prefix: "320" + secretRef: + name: "322" + optional: false + image: "314" + imagePullPolicy: tl敷斢杧ż鯀 + lifecycle: + postStart: + exec: + command: + - "360" + httpGet: + host: "362" + httpHeaders: + - name: "363" + value: "364" + path: "361" + port: 1288391156 + scheme: Ǥ桒ɴ鉂WJ1抉泅ą&疀ȼN + tcpSocket: + host: "366" + port: "365" + preStop: + exec: + command: + - "367" + httpGet: + host: "369" + httpHeaders: + - name: "370" + value: "371" + path: "368" + port: 1859267428 + scheme: ȟP + tcpSocket: + host: "372" + port: 1445923603 + livenessProbe: + exec: + command: + - "339" + failureThreshold: -36573584 + httpGet: + host: "342" + httpHeaders: + - name: "343" + value: "344" + path: "340" + port: "341" + scheme: ȥ}礤铟怖ý萜Ǖ + initialDelaySeconds: -1922458514 + periodSeconds: 692511776 + successThreshold: -1231653807 + tcpSocket: + host: "345" + port: -1088996269 + timeoutSeconds: 1480364858 + name: "313" + ports: + - containerPort: -1918622971 + hostIP: "319" + hostPort: -1656699070 + name: "318" + protocol: ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz + readinessProbe: + exec: + command: + - "346" + failureThreshold: -1436899600 + httpGet: + host: "348" + httpHeaders: + - name: "349" + value: "350" + path: "347" + port: -1157640253 + scheme: ×p鬷m罂o3ǰ廋i乳'ȘUɻ; + initialDelaySeconds: -478839383 + periodSeconds: 140830733 + successThreshold: -708495486 + tcpSocket: + host: "352" + port: "351" + timeoutSeconds: 989933975 + resources: + limits: + 1b: "328" + requests: + '}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊': "699" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 鸔ɧWǘ炙 + drop: + - 餸硷 + privileged: true + procMount: ʈʫ羶剹ƊF豎穜 + readOnlyRootFilesystem: true + runAsGroup: 2946116477552625615 + runAsNonRoot: true + runAsUser: 5215323049148402377 + seLinuxOptions: + level: "377" + role: "375" + type: "376" + user: "374" + seccompProfile: + localhostProfile: "381" + type: l咑耖p^鏋 + windowsOptions: + gmsaCredentialSpec: "379" + gmsaCredentialSpecName: "378" + runAsUserName: "380" + startupProbe: + exec: + command: + - "353" + failureThreshold: -1873425934 + httpGet: + host: "356" + httpHeaders: + - name: "357" + value: "358" + path: "354" + port: "355" + scheme: 漤ŗ坟 + initialDelaySeconds: -902839620 + periodSeconds: 1808698094 + successThreshold: 1155232143 + tcpSocket: + host: "359" + port: -1617422199 + timeoutSeconds: -2030665763 + targetContainerName: "382" + terminationMessagePath: "373" + terminationMessagePolicy: 殆诵H玲鑠ĭ$#卛8ð仁Q + tty: true + volumeDevices: + - devicePath: "338" + name: "337" + volumeMounts: + - mountPath: "334" + mountPropagation: Ik(dŊiɢzĮ蛋I + name: "333" + readOnly: true + subPath: "335" + subPathExpr: "336" + workingDir: "317" + hostAliases: + - hostnames: + - "445" + ip: "444" + hostNetwork: true + hostname: "399" + imagePullSecrets: + - name: "398" + initContainers: + - args: + - "178" + command: + - "177" + env: + - name: "185" + value: "186" + valueFrom: + configMapKeyRef: + key: "192" + name: "191" + optional: false + fieldRef: + apiVersion: "187" + fieldPath: "188" + resourceFieldRef: + containerName: "189" + divisor: "573" + resource: "190" + secretKeyRef: + key: "194" + name: "193" + optional: false + envFrom: + - configMapRef: + name: "183" + optional: false + prefix: "182" + secretRef: + name: "184" + optional: false + image: "176" + imagePullPolicy: 昕Ĭ + lifecycle: + postStart: + exec: + command: + - "222" + httpGet: + host: "225" + httpHeaders: + - name: "226" + value: "227" + path: "223" + port: "224" + scheme: '>郵[+扴ȨŮ' + tcpSocket: + host: "229" + port: "228" + preStop: + exec: + command: + - "230" + httpGet: + host: "232" + httpHeaders: + - name: "233" + value: "234" + path: "231" + port: -743369977 + scheme: '>犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4' + tcpSocket: + host: "235" + port: -1224991707 + livenessProbe: + exec: + command: + - "201" + failureThreshold: -1150474479 + httpGet: + host: "203" + httpHeaders: + - name: "204" + value: "205" + path: "202" + port: -1196874390 + scheme: S晒嶗UÐ_ƮA攤 + initialDelaySeconds: 1885897314 + periodSeconds: 1054858106 + successThreshold: 232569106 + tcpSocket: + host: "206" + port: -498930176 + timeoutSeconds: -465677631 + name: "175" + ports: + - containerPort: 377225334 + hostIP: "181" + hostPort: 282592353 + name: "180" + protocol: Ƹ[Ęİ榌U髷裎$MVȟ@7 + readinessProbe: + exec: + command: + - "207" + failureThreshold: 1752155096 + httpGet: + host: "210" + httpHeaders: + - name: "211" + value: "212" + path: "208" + port: "209" + scheme: 8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ + initialDelaySeconds: -2717401 + periodSeconds: -1099429189 + successThreshold: 994072122 + tcpSocket: + host: "214" + port: "213" + timeoutSeconds: -1492565335 + resources: + limits: + ǚ灄鸫rʤî萨zvt: "829" + requests: + 悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\p: "604" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 藢xɮĵȑ6L*Z鐫û咡W< + drop: + - lu|榝$î. + privileged: false + procMount: 朦 wƯ貾坢'跩 + readOnlyRootFilesystem: true + runAsGroup: 8949541422887578058 + runAsNonRoot: true + runAsUser: -7565148469525206101 + seLinuxOptions: + level: "240" + role: "238" + type: "239" + user: "237" + seccompProfile: + localhostProfile: "244" + type: ŕ翑0展} + windowsOptions: + gmsaCredentialSpec: "242" + gmsaCredentialSpecName: "241" + runAsUserName: "243" + startupProbe: + exec: + command: + - "215" + failureThreshold: 785984384 + httpGet: + host: "218" + httpHeaders: + - name: "219" + value: "220" + path: "216" + port: "217" + scheme: Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ + initialDelaySeconds: -1738069460 + periodSeconds: -805795167 + successThreshold: 1791615594 + tcpSocket: + host: "221" + port: -36782737 + timeoutSeconds: -1643733106 + stdinOnce: true + terminationMessagePath: "236" + volumeDevices: + - devicePath: "200" + name: "199" + volumeMounts: + - mountPath: "196" + mountPropagation: ƖHV + name: "195" + readOnly: true + subPath: "197" + subPathExpr: "198" + workingDir: "179" + nodeName: "387" + nodeSelector: + "383": "384" + overhead: + ȩ纾S: "368" + preemptionPolicy: 'n夬LJ:BŐ埑Ô*ɾWȖ韝ƉşʁO^:' + priority: -1221153504 + priorityClassName: "446" + readinessGates: + - conditionType: 媈 + restartPolicy: ȿ醏g遧 + runtimeClassName: "451" + schedulerName: "441" + securityContext: + fsGroup: 4489057930380969432 + fsGroupChangePolicy: ='ʨ|ǓÓ敆OɈÏ 瞍髃 + runAsGroup: -759684899479757878 + runAsNonRoot: false + runAsUser: -1290365495982891537 + seLinuxOptions: + level: "391" + role: "389" + type: "390" + user: "388" + seccompProfile: + localhostProfile: "397" + type: ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn + supplementalGroups: + - 3273247375993523103 + sysctls: + - name: "395" + value: "396" + windowsOptions: + gmsaCredentialSpec: "393" + gmsaCredentialSpecName: "392" + runAsUserName: "394" + serviceAccount: "386" + serviceAccountName: "385" + setHostnameAsFQDN: false + shareProcessNamespace: false + subdomain: "400" + terminationGracePeriodSeconds: -616777763639482630 + tolerations: + - effect: 淵 + key: "442" + operator: Ɖ肆Ző + tolerationSeconds: -1072615283184390308 + value: "443" + topologySpreadConstraints: + - labelSelector: + matchExpressions: + - key: 51-i-d-----9---063-qm-j-3wc89k-0-57z4063--4/rBQ.u + operator: Exists + matchLabels: + jp-z---k-5r6h--y7n.61-cm---ch-g0t-q--qr95ws-v-5--7-ufi-7/35a-1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--.2g: Mqp..__._-J_-fk3-_j.133eT_2_Y + maxSkew: -1568300104 + topologyKey: "452" + whenUnsatisfiable: 潑嫉悔柅ȵ.Ȁ鎧Y冒Ɩ + volumes: + - awsElasticBlockStore: + fsType: "47" + partition: 912004803 + readOnly: true + volumeID: "46" + azureDisk: + cachingMode: '|@?鷅bȻN' + diskName: "110" + diskURI: "111" + fsType: "112" + kind: 榱*Gưoɘ檲 + readOnly: true + azureFile: + readOnly: true + secretName: "96" + shareName: "97" + cephfs: + monitors: + - "81" + path: "82" + secretFile: "84" + secretRef: + name: "85" + user: "83" + cinder: + fsType: "79" + secretRef: + name: "80" + volumeID: "78" + configMap: + defaultMode: 1593906314 + items: + - key: "99" + mode: 195263908 + path: "100" + name: "98" + optional: false + csi: + driver: "142" + fsType: "143" + nodePublishSecretRef: + name: "146" + readOnly: false + volumeAttributes: + "144": "145" + downwardAPI: + defaultMode: 824682619 + items: + - fieldRef: + apiVersion: "89" + fieldPath: "90" + mode: 1569992019 + path: "88" + resourceFieldRef: + containerName: "91" + divisor: "660" + resource: "92" + emptyDir: + medium: Xŋ朘瑥A徙ɶɊł/擇ɦĽ胚O醔ɍ厶耈 + sizeLimit: "473" + ephemeral: + volumeClaimTemplate: + metadata: + annotations: + "154": "155" + clusterName: "160" + creationTimestamp: null + deletionGracePeriodSeconds: 6296624700137074905 + finalizers: + - "159" + generateName: "148" + generation: 6028937828108618026 + labels: + "152": "153" + managedFields: + - apiVersion: "162" + fieldsType: "163" + manager: "161" + operation: ɑ龫`劳&¼傭Ȟ1酃=6}ɡŇƉ立h + name: "147" + namespace: "149" + ownerReferences: + - apiVersion: "156" + blockOwnerDeletion: false + controller: false + kind: "157" + name: "158" + uid: 閝ȝ + resourceVersion: "11451542506523135343" + selfLink: "150" + uid: H巧壚tC十Oɢ + spec: + accessModes: + - '鲡:' + dataSource: + apiGroup: "172" + kind: "173" + name: "174" + resources: + limits: + Ŗȫ焗捏ĨFħ籘: "853" + requests: + zɟ踡肒Ao/樝fw[Řż丩ŽoǠ: "918" + selector: + matchExpressions: + - key: m_0_F03_J + operator: NotIn + values: + - 4FpF_W-6 + matchLabels: + 0-.-yz-0-_p4mz--.I_f6kjsz-7lwY-Y93-6: igm_-._.q6 + storageClassName: "171" + volumeMode: Z1Ůđ眊ľǎɳ,ǿ飏騀呣 + volumeName: "170" + fc: + fsType: "94" + lun: -1740986684 + readOnly: true + targetWWNs: + - "93" + wwids: + - "95" + flexVolume: + driver: "73" + fsType: "74" + options: + "76": "77" + readOnly: true + secretRef: + name: "75" + flocker: + datasetName: "86" + datasetUUID: "87" + gcePersistentDisk: + fsType: "45" + partition: -1188153605 + pdName: "44" + gitRepo: + directory: "50" + repository: "48" + revision: "49" + glusterfs: + endpoints: "63" + path: "64" + readOnly: true + hostPath: + path: "43" + type: ƛƟ)ÙæNǚ錯ƶRquA?瞲Ť倱< + iscsi: + chapAuthDiscovery: true + fsType: "59" + initiatorName: "62" + iqn: "57" + iscsiInterface: "58" + lun: 994527057 + portals: + - "60" + secretRef: + name: "61" + targetPortal: "56" + name: "42" + nfs: + path: "55" + readOnly: true + server: "54" + persistentVolumeClaim: + claimName: "65" + readOnly: true + photonPersistentDisk: + fsType: "114" + pdID: "113" + portworxVolume: + fsType: "129" + readOnly: true + volumeID: "128" + projected: + defaultMode: -1334904807 + sources: + - configMap: + items: + - key: "124" + mode: 2063799569 + path: "125" + name: "123" + optional: false + downwardAPI: + items: + - fieldRef: + apiVersion: "119" + fieldPath: "120" + mode: 173030157 + path: "118" + resourceFieldRef: + containerName: "121" + divisor: "106" + resource: "122" + secret: + items: + - key: "116" + mode: -323584340 + path: "117" + name: "115" + optional: true + serviceAccountToken: + audience: "126" + expirationSeconds: 8357931971650847566 + path: "127" + quobyte: + group: "108" + registry: "105" + tenant: "109" + user: "107" + volume: "106" + rbd: + fsType: "68" + image: "67" + keyring: "71" + monitors: + - "66" + pool: "69" + secretRef: + name: "72" + user: "70" + scaleIO: + fsType: "137" + gateway: "130" + protectionDomain: "133" + secretRef: + name: "132" + storageMode: "135" + storagePool: "134" + system: "131" + volumeName: "136" + secret: + defaultMode: 332383000 + items: + - key: "52" + mode: -547518679 + path: "53" + optional: true + secretName: "51" + storageos: + fsType: "140" + secretRef: + name: "141" + volumeName: "138" + volumeNamespace: "139" + vsphereVolume: + fsType: "102" + storagePolicyID: "104" + storagePolicyName: "103" + volumePath: "101" +status: + availableReplicas: -303330375 + collisionCount: 2099542463 + conditions: + - lastTransitionTime: "2035-01-21T08:11:33Z" + lastUpdateTime: "2096-03-01T11:48:47Z" + message: "460" + reason: "459" + status: o鷺ɷ裝TG奟cõ乨厰ʚ±r珹ȟ6 + type: ʀł! + observedGeneration: 3359608726763190142 + readyReplicas: -2095625968 + replicas: 1401559245 + unavailableReplicas: 584721644 + updatedReplicas: -406189540 diff --git a/staging/src/k8s.io/api/testdata/v1.19.0/extensions.v1beta1.ReplicaSet.after_roundtrip.json b/staging/src/k8s.io/api/testdata/v1.19.0/extensions.v1beta1.ReplicaSet.after_roundtrip.json new file mode 100644 index 00000000000..3c9d80eff21 --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.19.0/extensions.v1beta1.ReplicaSet.after_roundtrip.json @@ -0,0 +1,1489 @@ +{ + "kind": "ReplicaSet", + "apiVersion": "extensions/v1beta1", + "metadata": { + "name": "2", + "generateName": "3", + "namespace": "4", + "selfLink": "5", + "uid": "7", + "resourceVersion": "11042405498087606203", + "generation": 8071137005907523419, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -4955867275792137171, + "labels": { + "7": "8" + }, + "annotations": { + "9": "10" + }, + "ownerReferences": [ + { + "apiVersion": "11", + "kind": "12", + "name": "13", + "uid": "Dz廔ȇ{sŊƏp", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "14" + ], + "clusterName": "15", + "managedFields": [ + { + "manager": "16", + "operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]", + "apiVersion": "17", + "fieldsType": "18" + } + ] + }, + "spec": { + "replicas": 896585016, + "minReadySeconds": -1971381490, + "selector": { + "matchLabels": { + "g8c2-k-912e5-c-e63-n-3snh-z--3uy5-----578/s.X8u4_.l.wV--__-Nx.N_6-___._-.-W._AAn---v_-5-_8LXP-o-9..1l-5": "" + }, + "matchExpressions": [ + { + "key": "U-_Bq.m_-.q8_v2LiTF_a981d3-7-fP81.-.9Vdx.TB_M-H_5_t", + "operator": "In", + "values": [ + "M--n1-p5.3___47._49pIB_o61ISU4--A_.XK_._M9T9sH.W5" + ] + } + ] + }, + "template": { + "metadata": { + "name": "25", + "generateName": "26", + "namespace": "27", + "selfLink": "28", + "uid": "ʬ", + "resourceVersion": "7336814125345800857", + "generation": -6617020301190572172, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -152893758082474859, + "labels": { + "30": "31" + }, + "annotations": { + "32": "33" + }, + "ownerReferences": [ + { + "apiVersion": "34", + "kind": "35", + "name": "36", + "uid": "ɖgȏ哙ȍȂ揲ȼDDŽLŬp:", + "controller": true, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "37" + ], + "clusterName": "38", + "managedFields": [ + { + "manager": "39", + "operation": "ƅS·Õüe0ɔȖ脵鴈Ō", + "apiVersion": "40", + "fieldsType": "41" + } + ] + }, + "spec": { + "volumes": [ + { + "name": "42", + "hostPath": { + "path": "43", + "type": "6NJPM饣`诫z徃鷢6ȥ啕禗Ǐ2啗塧ȱ" + }, + "emptyDir": { + "medium": "彭聡A3fƻfʣ", + "sizeLimit": "115" + }, + "gcePersistentDisk": { + "pdName": "44", + "fsType": "45", + "partition": -1499132872 + }, + "awsElasticBlockStore": { + "volumeID": "46", + "fsType": "47", + "partition": -762366823, + "readOnly": true + }, + "gitRepo": { + "repository": "48", + "revision": "49", + "directory": "50" + }, + "secret": { + "secretName": "51", + "items": [ + { + "key": "52", + "path": "53", + "mode": -104666658 + } + ], + "defaultMode": 372704313, + "optional": true + }, + "nfs": { + "server": "54", + "path": "55", + "readOnly": true + }, + "iscsi": { + "targetPortal": "56", + "iqn": "57", + "lun": 1655406148, + "iscsiInterface": "58", + "fsType": "59", + "readOnly": true, + "portals": [ + "60" + ], + "secretRef": { + "name": "61" + }, + "initiatorName": "62" + }, + "glusterfs": { + "endpoints": "63", + "path": "64" + }, + "persistentVolumeClaim": { + "claimName": "65", + "readOnly": true + }, + "rbd": { + "monitors": [ + "66" + ], + "image": "67", + "fsType": "68", + "pool": "69", + "user": "70", + "keyring": "71", + "secretRef": { + "name": "72" + }, + "readOnly": true + }, + "flexVolume": { + "driver": "73", + "fsType": "74", + "secretRef": { + "name": "75" + }, + "options": { + "76": "77" + } + }, + "cinder": { + "volumeID": "78", + "fsType": "79", + "secretRef": { + "name": "80" + } + }, + "cephfs": { + "monitors": [ + "81" + ], + "path": "82", + "user": "83", + "secretFile": "84", + "secretRef": { + "name": "85" + } + }, + "flocker": { + "datasetName": "86", + "datasetUUID": "87" + }, + "downwardAPI": { + "items": [ + { + "path": "88", + "fieldRef": { + "apiVersion": "89", + "fieldPath": "90" + }, + "resourceFieldRef": { + "containerName": "91", + "resource": "92", + "divisor": "457" + }, + "mode": 1235524154 + } + ], + "defaultMode": -106644772 + }, + "fc": { + "targetWWNs": [ + "93" + ], + "lun": 441887498, + "fsType": "94", + "readOnly": true, + "wwids": [ + "95" + ] + }, + "azureFile": { + "secretName": "96", + "shareName": "97" + }, + "configMap": { + "name": "98", + "items": [ + { + "key": "99", + "path": "100", + "mode": -2039036935 + } + ], + "defaultMode": -460478410, + "optional": false + }, + "vsphereVolume": { + "volumePath": "101", + "fsType": "102", + "storagePolicyName": "103", + "storagePolicyID": "104" + }, + "quobyte": { + "registry": "105", + "volume": "106", + "readOnly": true, + "user": "107", + "group": "108", + "tenant": "109" + }, + "azureDisk": { + "diskName": "110", + "diskURI": "111", + "cachingMode": "HǺƶȤ^}穠", + "fsType": "112", + "readOnly": true, + "kind": "躢" + }, + "photonPersistentDisk": { + "pdID": "113", + "fsType": "114" + }, + "projected": { + "sources": [ + { + "secret": { + "name": "115", + "items": [ + { + "key": "116", + "path": "117", + "mode": -1399063270 + } + ], + "optional": true + }, + "downwardAPI": { + "items": [ + { + "path": "118", + "fieldRef": { + "apiVersion": "119", + "fieldPath": "120" + }, + "resourceFieldRef": { + "containerName": "121", + "resource": "122", + "divisor": "746" + }, + "mode": 926891073 + } + ] + }, + "configMap": { + "name": "123", + "items": [ + { + "key": "124", + "path": "125", + "mode": -1694464659 + } + ], + "optional": true + }, + "serviceAccountToken": { + "audience": "126", + "expirationSeconds": -7593824971107985079, + "path": "127" + } + } + ], + "defaultMode": -522879476 + }, + "portworxVolume": { + "volumeID": "128", + "fsType": "129" + }, + "scaleIO": { + "gateway": "130", + "system": "131", + "secretRef": { + "name": "132" + }, + "protectionDomain": "133", + "storagePool": "134", + "storageMode": "135", + "volumeName": "136", + "fsType": "137" + }, + "storageos": { + "volumeName": "138", + "volumeNamespace": "139", + "fsType": "140", + "readOnly": true, + "secretRef": { + "name": "141" + } + }, + "csi": { + "driver": "142", + "readOnly": false, + "fsType": "143", + "volumeAttributes": { + "144": "145" + }, + "nodePublishSecretRef": { + "name": "146" + } + }, + "ephemeral": { + "volumeClaimTemplate": { + "metadata": { + "name": "147", + "generateName": "148", + "namespace": "149", + "selfLink": "150", + "resourceVersion": "5302358391842833914", + "generation": 6327094951466338107, + "creationTimestamp": null, + "deletionGracePeriodSeconds": 4217400953499279873, + "labels": { + "152": "153" + }, + "annotations": { + "154": "155" + }, + "ownerReferences": [ + { + "apiVersion": "156", + "kind": "157", + "name": "158", + "uid": "", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "159" + ], + "clusterName": "160", + "managedFields": [ + { + "manager": "161", + "operation": "O醔ɍ厶耈 T衧ȇe媹Hǝ呮}臷Ľð", + "apiVersion": "162", + "fieldsType": "163" + } + ] + }, + "spec": { + "accessModes": [ + "eÞȦY籎顒" + ], + "selector": { + "matchLabels": { + "5_Or.i1_7z.WH-.L": "d2-N_Y.t--0" + }, + "matchExpressions": [ + { + "key": "a40--87-1wpl6-2-310e5hyzn0w-p4mz4.w-6d/6yV07-_.___gO-d.iUaC_wYSJfB._.zS-._..3le-4", + "operator": "DoesNotExist" + } + ] + }, + "resources": { + "limits": { + "ŴĿ": "377" + }, + "requests": { + ".Q貇£ȹ嫰ƹǔw÷nI": "718" + } + }, + "volumeName": "170", + "storageClassName": "171", + "volumeMode": "ŀ樺ȃv渟7¤7djƯĖ漘Z剚敍0", + "dataSource": { + "apiGroup": "172", + "kind": "173", + "name": "174" + } + } + } + } + } + ], + "initContainers": [ + { + "name": "175", + "image": "176", + "command": [ + "177" + ], + "args": [ + "178" + ], + "workingDir": "179", + "ports": [ + { + "name": "180", + "hostPort": 747521320, + "containerPort": 859639931, + "protocol": "p儼Ƿ裚瓶釆Ɗ+j忊Ŗȫ焗捏ĨF", + "hostIP": "181" + } + ], + "envFrom": [ + { + "prefix": "182", + "configMapRef": { + "name": "183", + "optional": true + }, + "secretRef": { + "name": "184", + "optional": true + } + } + ], + "env": [ + { + "name": "185", + "value": "186", + "valueFrom": { + "fieldRef": { + "apiVersion": "187", + "fieldPath": "188" + }, + "resourceFieldRef": { + "containerName": "189", + "resource": "190", + "divisor": "663" + }, + "configMapKeyRef": { + "name": "191", + "key": "192", + "optional": true + }, + "secretKeyRef": { + "name": "193", + "key": "194", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "ſ盷": "532" + }, + "requests": { + "[Řż丩": "47" + } + }, + "volumeMounts": [ + { + "name": "195", + "mountPath": "196", + "subPath": "197", + "mountPropagation": "VƋZ1Ůđ眊ľǎɳ,ǿ飏", + "subPathExpr": "198" + } + ], + "volumeDevices": [ + { + "name": "199", + "devicePath": "200" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "201" + ] + }, + "httpGet": { + "path": "202", + "port": 1214895765, + "host": "203", + "scheme": "悖ȩ0Ƹ[Ęİ榌U", + "httpHeaders": [ + { + "name": "204", + "value": "205" + } + ] + }, + "tcpSocket": { + "port": -187060941, + "host": "206" + }, + "initialDelaySeconds": -442393168, + "timeoutSeconds": -307373517, + "periodSeconds": 1109079597, + "successThreshold": -646728130, + "failureThreshold": 1684643131 + }, + "readinessProbe": { + "exec": { + "command": [ + "207" + ] + }, + "httpGet": { + "path": "208", + "port": "209", + "host": "210", + "scheme": "荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3", + "httpHeaders": [ + { + "name": "211", + "value": "212" + } + ] + }, + "tcpSocket": { + "port": "213", + "host": "214" + }, + "initialDelaySeconds": 238949508, + "timeoutSeconds": -1389418722, + "periodSeconds": 851018015, + "successThreshold": 596942561, + "failureThreshold": -1880980172 + }, + "startupProbe": { + "exec": { + "command": [ + "215" + ] + }, + "httpGet": { + "path": "216", + "port": 10098903, + "host": "217", + "scheme": "«丯Ƙ枛牐ɺ皚", + "httpHeaders": [ + { + "name": "218", + "value": "219" + } + ] + }, + "tcpSocket": { + "port": -1934111455, + "host": "220" + }, + "initialDelaySeconds": 766864314, + "timeoutSeconds": 1146016612, + "periodSeconds": 1495880465, + "successThreshold": -1032967081, + "failureThreshold": 59664438 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "221" + ] + }, + "httpGet": { + "path": "222", + "port": "223", + "host": "224", + "scheme": "'", + "httpHeaders": [ + { + "name": "225", + "value": "226" + } + ] + }, + "tcpSocket": { + "port": -801430937, + "host": "227" + } + }, + "preStop": { + "exec": { + "command": [ + "228" + ] + }, + "httpGet": { + "path": "229", + "port": 1810980158, + "host": "230", + "scheme": "_ƮA攤/ɸɎ R§耶FfBl", + "httpHeaders": [ + { + "name": "231", + "value": "232" + } + ] + }, + "tcpSocket": { + "port": 1074486306, + "host": "233" + } + } + }, + "terminationMessagePath": "234", + "terminationMessagePolicy": "Zɾģ毋Ó6dz娝嘚庎D}埽uʎ", + "imagePullPolicy": "Ǖɳɷ9Ì崟¿瘦ɖ緕", + "securityContext": { + "capabilities": { + "add": [ + "勅跦Opwǩ曬逴褜1Ø" + ], + "drop": [ + "ȠƬQg鄠[颐o啛更偢ɇ卷荙JLĹ]" + ] + }, + "privileged": true, + "seLinuxOptions": { + "user": "235", + "role": "236", + "type": "237", + "level": "238" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "239", + "gmsaCredentialSpec": "240", + "runAsUserName": "241" + }, + "runAsUser": -6470941481344047265, + "runAsGroup": 1373384864388370080, + "runAsNonRoot": false, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "W:ĸ輦唊#v", + "seccompProfile": { + "type": "ʩȂ4ē鐭#", + "localhostProfile": "242" + } + }, + "stdinOnce": true + } + ], + "containers": [ + { + "name": "243", + "image": "244", + "command": [ + "245" + ], + "args": [ + "246" + ], + "workingDir": "247", + "ports": [ + { + "name": "248", + "hostPort": -179937987, + "containerPort": -1911544792, + "protocol": "苧yñKJɐ扵Gƚ绤fʀļ腩", + "hostIP": "249" + } + ], + "envFrom": [ + { + "prefix": "250", + "configMapRef": { + "name": "251", + "optional": false + }, + "secretRef": { + "name": "252", + "optional": false + } + } + ], + "env": [ + { + "name": "253", + "value": "254", + "valueFrom": { + "fieldRef": { + "apiVersion": "255", + "fieldPath": "256" + }, + "resourceFieldRef": { + "containerName": "257", + "resource": "258", + "divisor": "189" + }, + "configMapKeyRef": { + "name": "259", + "key": "260", + "optional": false + }, + "secretKeyRef": { + "name": "261", + "key": "262", + "optional": true + } + } + } + ], + "resources": { + "limits": { + "蔞|表徶đ寳议Ƭƶ氩Ȩ\u003c6": "446" + }, + "requests": { + "ŕ翑0展}": "910" + } + }, + "volumeMounts": [ + { + "name": "263", + "mountPath": "264", + "subPath": "265", + "mountPropagation": "碔", + "subPathExpr": "266" + } + ], + "volumeDevices": [ + { + "name": "267", + "devicePath": "268" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "269" + ] + }, + "httpGet": { + "path": "270", + "port": -260262954, + "host": "271", + "scheme": "ŵ橨鬶l獕;跣H", + "httpHeaders": [ + { + "name": "272", + "value": "273" + } + ] + }, + "tcpSocket": { + "port": -1164530482, + "host": "274" + }, + "initialDelaySeconds": 1877574041, + "timeoutSeconds": 1430286749, + "periodSeconds": -374766088, + "successThreshold": -736151561, + "failureThreshold": -1515369804 + }, + "readinessProbe": { + "exec": { + "command": [ + "275" + ] + }, + "httpGet": { + "path": "276", + "port": 1909548849, + "host": "277", + "scheme": "4Ǒ輂,ŕĪ", + "httpHeaders": [ + { + "name": "278", + "value": "279" + } + ] + }, + "tcpSocket": { + "port": 567263590, + "host": "280" + }, + "initialDelaySeconds": 887319241, + "timeoutSeconds": 1559618829, + "periodSeconds": 1156888068, + "successThreshold": -1296077882, + "failureThreshold": 937646333 + }, + "startupProbe": { + "exec": { + "command": [ + "281" + ] + }, + "httpGet": { + "path": "282", + "port": 1328165061, + "host": "283", + "scheme": "¸gĩ", + "httpHeaders": [ + { + "name": "284", + "value": "285" + } + ] + }, + "tcpSocket": { + "port": 1186392166, + "host": "286" + }, + "initialDelaySeconds": 725793326, + "timeoutSeconds": 217380320, + "periodSeconds": -239231628, + "successThreshold": 1143791964, + "failureThreshold": -1129035468 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "287" + ] + }, + "httpGet": { + "path": "288", + "port": 972193458, + "host": "289", + "scheme": "ƺ蛜6Ɖ飴ɎiǨź", + "httpHeaders": [ + { + "name": "290", + "value": "291" + } + ] + }, + "tcpSocket": { + "port": -1453143878, + "host": "292" + } + }, + "preStop": { + "exec": { + "command": [ + "293" + ] + }, + "httpGet": { + "path": "294", + "port": "295", + "host": "296", + "scheme": "ɥ嵐sC8?Ǻ鱎ƙ;Nŕ璻", + "httpHeaders": [ + { + "name": "297", + "value": "298" + } + ] + }, + "tcpSocket": { + "port": "299", + "host": "300" + } + } + }, + "terminationMessagePath": "301", + "terminationMessagePolicy": "h亏yƕ丆録²Ŏ)/灩聋3趐囨鏻砅邻", + "imagePullPolicy": "騎C\"6x$1sȣ±p鋄", + "securityContext": { + "capabilities": { + "add": [ + "ȹ均i绝5哇芆斩ìh4Ɋ" + ], + "drop": [ + "Ȗ|ʐşƧ諔迮ƙIJ嘢4" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "302", + "role": "303", + "type": "304", + "level": "305" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "306", + "gmsaCredentialSpec": "307", + "runAsUserName": "308" + }, + "runAsUser": 4288903380102217677, + "runAsGroup": 6618112330449141397, + "runAsNonRoot": false, + "readOnlyRootFilesystem": false, + "allowPrivilegeEscalation": false, + "procMount": "ďW賁Ěɭɪǹ0衷,ƷƣMț譎懚XW", + "seccompProfile": { + "type": "鑳w妕眵笭/9崍h趭", + "localhostProfile": "309" + } + }, + "stdin": true + } + ], + "ephemeralContainers": [ + { + "name": "310", + "image": "311", + "command": [ + "312" + ], + "args": [ + "313" + ], + "workingDir": "314", + "ports": [ + { + "name": "315", + "hostPort": -748525373, + "containerPort": 805162379, + "protocol": "ǵ xǨŴ壶ƵfȽÃ", + "hostIP": "316" + } + ], + "envFrom": [ + { + "prefix": "317", + "configMapRef": { + "name": "318", + "optional": false + }, + "secretRef": { + "name": "319", + "optional": true + } + } + ], + "env": [ + { + "name": "320", + "value": "321", + "valueFrom": { + "fieldRef": { + "apiVersion": "322", + "fieldPath": "323" + }, + "resourceFieldRef": { + "containerName": "324", + "resource": "325", + "divisor": "854" + }, + "configMapKeyRef": { + "name": "326", + "key": "327", + "optional": true + }, + "secretKeyRef": { + "name": "328", + "key": "329", + "optional": true + } + } + } + ], + "resources": { + "limits": { + "ğ Ņ#耗Ǚ(": "24" + }, + "requests": { + "瘍Nʊ輔3璾ėȜv1b繐汚": "243" + } + }, + "volumeMounts": [ + { + "name": "330", + "readOnly": true, + "mountPath": "331", + "subPath": "332", + "mountPropagation": "Ü[ƛ^輅9ɛ棕ƈ眽炊礫Ƽ", + "subPathExpr": "333" + } + ], + "volumeDevices": [ + { + "name": "334", + "devicePath": "335" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "336" + ] + }, + "httpGet": { + "path": "337", + "port": "338", + "host": "339", + "scheme": "dŊiɢ", + "httpHeaders": [ + { + "name": "340", + "value": "341" + } + ] + }, + "tcpSocket": { + "port": -370404018, + "host": "342" + }, + "initialDelaySeconds": -1844150067, + "timeoutSeconds": 414056303, + "periodSeconds": -1143639551, + "successThreshold": 571693619, + "failureThreshold": 1643238856 + }, + "readinessProbe": { + "exec": { + "command": [ + "343" + ] + }, + "httpGet": { + "path": "344", + "port": 677650619, + "host": "345", + "scheme": "怖ý萜Ǖc8ǣƘƵŧ1ƟƓ宆!鍲ɋȑ", + "httpHeaders": [ + { + "name": "346", + "value": "347" + } + ] + }, + "tcpSocket": { + "port": -843639240, + "host": "348" + }, + "initialDelaySeconds": 1573261475, + "timeoutSeconds": -1211577347, + "periodSeconds": 1529027685, + "successThreshold": -1612005385, + "failureThreshold": -1706593993 + }, + "startupProbe": { + "exec": { + "command": [ + "349" + ] + }, + "httpGet": { + "path": "350", + "port": "351", + "host": "352", + "scheme": "U", + "httpHeaders": [ + { + "name": "353", + "value": "354" + } + ] + }, + "tcpSocket": { + "port": 758604605, + "host": "355" + }, + "initialDelaySeconds": -291429895, + "timeoutSeconds": -478839383, + "periodSeconds": 989933975, + "successThreshold": 140830733, + "failureThreshold": -708495486 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "356" + ] + }, + "httpGet": { + "path": "357", + "port": "358", + "host": "359", + "scheme": "臜裡×銵-紑浘", + "httpHeaders": [ + { + "name": "360", + "value": "361" + } + ] + }, + "tcpSocket": { + "port": -1095116290, + "host": "362" + } + }, + "preStop": { + "exec": { + "command": [ + "363" + ] + }, + "httpGet": { + "path": "364", + "port": -1431381588, + "host": "365", + "scheme": "JŵǤ", + "httpHeaders": [ + { + "name": "366", + "value": "367" + } + ] + }, + "tcpSocket": { + "port": "368", + "host": "369" + } + } + }, + "terminationMessagePath": "370", + "terminationMessagePolicy": "鉂WJ1抉泅ą\u0026疀ȼN翾ȾD虓氙磂t", + "imagePullPolicy": ":/", + "securityContext": { + "capabilities": { + "add": [ + "诵H玲鑠ĭ$#卛8ð" + ], + "drop": [ + "Q橱9ij\\Ď愝Ű藛b" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "371", + "role": "372", + "type": "373", + "level": "374" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "375", + "gmsaCredentialSpec": "376", + "runAsUserName": "377" + }, + "runAsUser": 5574781452707956333, + "runAsGroup": 8850141386971124227, + "runAsNonRoot": false, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": false, + "procMount": "忀oɎƺL肄$鬬", + "seccompProfile": { + "type": "矐_", + "localhostProfile": "378" + } + }, + "tty": true, + "targetContainerName": "379" + } + ], + "restartPolicy": "嵞嬯t{Eɾ敹Ȯ-湷D谹", + "terminationGracePeriodSeconds": -2985049970189992560, + "activeDeadlineSeconds": 4369716065827112267, + "nodeSelector": { + "380": "381" + }, + "serviceAccountName": "382", + "serviceAccount": "383", + "automountServiceAccountToken": true, + "nodeName": "384", + "shareProcessNamespace": false, + "securityContext": { + "seLinuxOptions": { + "user": "385", + "role": "386", + "type": "387", + "level": "388" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "389", + "gmsaCredentialSpec": "390", + "runAsUserName": "391" + }, + "runAsUser": 1322232608671575212, + "runAsGroup": -3565639689247870986, + "runAsNonRoot": false, + "supplementalGroups": [ + -7888525810745339742 + ], + "fsGroup": -3029419263270634763, + "sysctls": [ + { + "name": "392", + "value": "393" + } + ], + "fsGroupChangePolicy": "?jĎĭ¥#ƱÁR»淹揀.", + "seccompProfile": { + "type": "鍃G昧牱", + "localhostProfile": "394" + } + }, + "imagePullSecrets": [ + { + "name": "395" + } + ], + "hostname": "396", + "subdomain": "397", + "affinity": { + "nodeAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": { + "nodeSelectorTerms": [ + { + "matchExpressions": [ + { + "key": "398", + "operator": "", + "values": [ + "399" + ] + } + ], + "matchFields": [ + { + "key": "400", + "operator": "kƒK07曳wœj堑ūM鈱ɖ'蠨磼", + "values": [ + "401" + ] + } + ] + } + ] + }, + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 1724658051, + "preference": { + "matchExpressions": [ + { + "key": "402", + "operator": "盌3+Œ", + "values": [ + "403" + ] + } + ], + "matchFields": [ + { + "key": "404", + "operator": ")Zq=歍þ", + "values": [ + "405" + ] + } + ] + } + } + ] + }, + "podAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "a-z_-..6W.VKs": "1" + }, + "matchExpressions": [ + { + "key": "KA-._d._.Um.-__0", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "412" + ], + "topologyKey": "413" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 1387858949, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "y_-3_L_2--_v2.5p_6": "u.wg_-b8a_6_.0Q4_.84.K_-_0_..u.F.pq..--3QC1--L--v_Z--Zg-_Q" + }, + "matchExpressions": [ + { + "key": "3--51", + "operator": "NotIn", + "values": [ + "C.-e16-O5" + ] + } + ] + }, + "namespaces": [ + "420" + ], + "topologyKey": "421" + } + } + ] + }, + "podAntiAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "93z-w5----7-z-63-z---5r-v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-354/9--v17r__.2bIZ___._6..tf-_u-3-_n0..KpiS.oK-.O--5-yp8q_s-1__gwj": "5HG2_5XOAX.gUqV22-4-ye52yQh7.6.-y-s4483Po_L3f1-7_O4.nM" + }, + "matchExpressions": [ + { + "key": "8mtxb__-ex-_1_-ODgC_1-_8__3", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "428" + ], + "topologyKey": "429" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -824709210, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "O2G_-_K-.03.mp.-10KkQ-R_R.-.--4_IT_O__3.5h_XC0_-7.-j": "O_8-b6E_--Y_Dp8O_._e_3_.4_W_-_-7Tp_.----p" + }, + "matchExpressions": [ + { + "key": "H72-_--pT7p", + "operator": "NotIn", + "values": [ + "0_._f" + ] + } + ] + }, + "namespaces": [ + "436" + ], + "topologyKey": "437" + } + } + ] + } + }, + "schedulerName": "438", + "tolerations": [ + { + "key": "439", + "operator": "ƞ=掔廛ĤJŇv膈ǣʛsĊ剞", + "value": "440", + "effect": "Ɵ鳝稃Ȍ液文?謮ɶÎ磣:mʂ渢pɉ驻(", + "tolerationSeconds": 5238971742940252651 + } + ], + "hostAliases": [ + { + "ip": "441", + "hostnames": [ + "442" + ] + } + ], + "priorityClassName": "443", + "priority": -125022959, + "dnsConfig": { + "nameservers": [ + "444" + ], + "searches": [ + "445" + ], + "options": [ + { + "name": "446", + "value": "447" + } + ] + }, + "readinessGates": [ + { + "conditionType": "Ɍ邪鳖üzÁ" + } + ], + "runtimeClassName": "448", + "enableServiceLinks": false, + "preemptionPolicy": ".Ą", + "overhead": { + "ɨ悪@黝Ɓ": "177" + }, + "topologySpreadConstraints": [ + { + "maxSkew": -1569123121, + "topologyKey": "449", + "whenUnsatisfiable": "魨练脨,Ƃ3貊ɔ帘錇š裢C仗ɂ覥", + "labelSelector": { + "matchLabels": { + "4e-_07-ht-E6___-X__H.-39-A_-_l67Q.-_t--O.3L.z2-y.-...C4_-_G": "8-c_C.G.h--m.f" + }, + "matchExpressions": [ + { + "key": "OA_090ERG2nV.__p_Y-.2__a_dWU_V-_QA", + "operator": "NotIn", + "values": [ + "7CY-_dc__G6N-_-0o.0C_gV.9_G-.-z1Y_HEb.9x8" + ] + } + ] + } + } + ], + "setHostnameAsFQDN": false + } + } + }, + "status": { + "replicas": 337922430, + "fullyLabeledReplicas": 31486357, + "readyReplicas": -1983654895, + "availableReplicas": 1308809900, + "observedGeneration": -5594148640067537624, + "conditions": [ + { + "type": "议ĪS", + "status": "?Ď筌ʨ:ÿ1諘蚿[ĵ皥袨\\k%橳", + "lastTransitionTime": "2125-04-24T12:13:40Z", + "reason": "456", + "message": "457" + } + ] + } +} \ No newline at end of file diff --git a/staging/src/k8s.io/api/testdata/v1.19.0/extensions.v1beta1.ReplicaSet.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.19.0/extensions.v1beta1.ReplicaSet.after_roundtrip.pb new file mode 100644 index 0000000000000000000000000000000000000000..f771a5beb45bf4b6064b4fd25597ed83c6855576 GIT binary patch literal 6820 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 XPu|R}V=N{+l%t`d1vP1#$!_{z5TgrB literal 0 HcmV?d00001 diff --git a/staging/src/k8s.io/api/testdata/v1.19.0/extensions.v1beta1.ReplicaSet.after_roundtrip.yaml b/staging/src/k8s.io/api/testdata/v1.19.0/extensions.v1beta1.ReplicaSet.after_roundtrip.yaml new file mode 100644 index 00000000000..85310ac38fa --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.19.0/extensions.v1beta1.ReplicaSet.after_roundtrip.yaml @@ -0,0 +1,1016 @@ +apiVersion: extensions/v1beta1 +kind: ReplicaSet +metadata: + annotations: + "9": "10" + clusterName: "15" + creationTimestamp: null + deletionGracePeriodSeconds: -4955867275792137171 + finalizers: + - "14" + generateName: "3" + generation: 8071137005907523419 + labels: + "7": "8" + managedFields: + - apiVersion: "17" + fieldsType: "18" + manager: "16" + operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć] + name: "2" + namespace: "4" + ownerReferences: + - apiVersion: "11" + blockOwnerDeletion: true + controller: false + kind: "12" + name: "13" + uid: Dz廔ȇ{sŊƏp + resourceVersion: "11042405498087606203" + selfLink: "5" + uid: "7" +spec: + minReadySeconds: -1971381490 + replicas: 896585016 + selector: + matchExpressions: + - key: U-_Bq.m_-.q8_v2LiTF_a981d3-7-fP81.-.9Vdx.TB_M-H_5_t + operator: In + values: + - M--n1-p5.3___47._49pIB_o61ISU4--A_.XK_._M9T9sH.W5 + matchLabels: + g8c2-k-912e5-c-e63-n-3snh-z--3uy5-----578/s.X8u4_.l.wV--__-Nx.N_6-___._-.-W._AAn---v_-5-_8LXP-o-9..1l-5: "" + template: + metadata: + annotations: + "32": "33" + clusterName: "38" + creationTimestamp: null + deletionGracePeriodSeconds: -152893758082474859 + finalizers: + - "37" + generateName: "26" + generation: -6617020301190572172 + labels: + "30": "31" + managedFields: + - apiVersion: "40" + fieldsType: "41" + manager: "39" + operation: ƅS·Õüe0ɔȖ脵鴈Ō + name: "25" + namespace: "27" + ownerReferences: + - apiVersion: "34" + blockOwnerDeletion: true + controller: true + kind: "35" + name: "36" + uid: 'ɖgȏ哙ȍȂ揲ȼDDŽLŬp:' + resourceVersion: "7336814125345800857" + selfLink: "28" + uid: ʬ + spec: + activeDeadlineSeconds: 4369716065827112267 + affinity: + nodeAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - preference: + matchExpressions: + - key: "402" + operator: 盌3+Œ + values: + - "403" + matchFields: + - key: "404" + operator: )Zq=歍þ + values: + - "405" + weight: 1724658051 + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: "398" + operator: "" + values: + - "399" + matchFields: + - key: "400" + operator: kƒK07曳wœj堑ūM鈱ɖ'蠨磼 + values: + - "401" + podAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: 3--51 + operator: NotIn + values: + - C.-e16-O5 + matchLabels: + y_-3_L_2--_v2.5p_6: u.wg_-b8a_6_.0Q4_.84.K_-_0_..u.F.pq..--3QC1--L--v_Z--Zg-_Q + namespaces: + - "420" + topologyKey: "421" + weight: 1387858949 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: KA-._d._.Um.-__0 + operator: DoesNotExist + matchLabels: + a-z_-..6W.VKs: "1" + namespaces: + - "412" + topologyKey: "413" + podAntiAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: H72-_--pT7p + operator: NotIn + values: + - 0_._f + matchLabels: + O2G_-_K-.03.mp.-10KkQ-R_R.-.--4_IT_O__3.5h_XC0_-7.-j: O_8-b6E_--Y_Dp8O_._e_3_.4_W_-_-7Tp_.----p + namespaces: + - "436" + topologyKey: "437" + weight: -824709210 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: 8mtxb__-ex-_1_-ODgC_1-_8__3 + operator: DoesNotExist + matchLabels: + 93z-w5----7-z-63-z---5r-v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-354/9--v17r__.2bIZ___._6..tf-_u-3-_n0..KpiS.oK-.O--5-yp8q_s-1__gwj: 5HG2_5XOAX.gUqV22-4-ye52yQh7.6.-y-s4483Po_L3f1-7_O4.nM + namespaces: + - "428" + topologyKey: "429" + automountServiceAccountToken: true + containers: + - args: + - "246" + command: + - "245" + env: + - name: "253" + value: "254" + valueFrom: + configMapKeyRef: + key: "260" + name: "259" + optional: false + fieldRef: + apiVersion: "255" + fieldPath: "256" + resourceFieldRef: + containerName: "257" + divisor: "189" + resource: "258" + secretKeyRef: + key: "262" + name: "261" + optional: true + envFrom: + - configMapRef: + name: "251" + optional: false + prefix: "250" + secretRef: + name: "252" + optional: false + image: "244" + imagePullPolicy: 騎C"6x$1sȣ±p鋄 + lifecycle: + postStart: + exec: + command: + - "287" + httpGet: + host: "289" + httpHeaders: + - name: "290" + value: "291" + path: "288" + port: 972193458 + scheme: ƺ蛜6Ɖ飴ɎiǨź + tcpSocket: + host: "292" + port: -1453143878 + preStop: + exec: + command: + - "293" + httpGet: + host: "296" + httpHeaders: + - name: "297" + value: "298" + path: "294" + port: "295" + scheme: ɥ嵐sC8?Ǻ鱎ƙ;Nŕ璻 + tcpSocket: + host: "300" + port: "299" + livenessProbe: + exec: + command: + - "269" + failureThreshold: -1515369804 + httpGet: + host: "271" + httpHeaders: + - name: "272" + value: "273" + path: "270" + port: -260262954 + scheme: ŵ橨鬶l獕;跣H + initialDelaySeconds: 1877574041 + periodSeconds: -374766088 + successThreshold: -736151561 + tcpSocket: + host: "274" + port: -1164530482 + timeoutSeconds: 1430286749 + name: "243" + ports: + - containerPort: -1911544792 + hostIP: "249" + hostPort: -179937987 + name: "248" + protocol: 苧yñKJɐ扵Gƚ绤fʀļ腩 + readinessProbe: + exec: + command: + - "275" + failureThreshold: 937646333 + httpGet: + host: "277" + httpHeaders: + - name: "278" + value: "279" + path: "276" + port: 1909548849 + scheme: 4Ǒ輂,ŕĪ + initialDelaySeconds: 887319241 + periodSeconds: 1156888068 + successThreshold: -1296077882 + tcpSocket: + host: "280" + port: 567263590 + timeoutSeconds: 1559618829 + resources: + limits: + 蔞|表徶đ寳议Ƭƶ氩Ȩ<6: "446" + requests: + ŕ翑0展}: "910" + securityContext: + allowPrivilegeEscalation: false + capabilities: + add: + - ȹ均i绝5哇芆斩ìh4Ɋ + drop: + - Ȗ|ʐşƧ諔迮ƙIJ嘢4 + privileged: false + procMount: ďW賁Ěɭɪǹ0衷,ƷƣMț譎懚XW + readOnlyRootFilesystem: false + runAsGroup: 6618112330449141397 + runAsNonRoot: false + runAsUser: 4288903380102217677 + seLinuxOptions: + level: "305" + role: "303" + type: "304" + user: "302" + seccompProfile: + localhostProfile: "309" + type: 鑳w妕眵笭/9崍h趭 + windowsOptions: + gmsaCredentialSpec: "307" + gmsaCredentialSpecName: "306" + runAsUserName: "308" + startupProbe: + exec: + command: + - "281" + failureThreshold: -1129035468 + httpGet: + host: "283" + httpHeaders: + - name: "284" + value: "285" + path: "282" + port: 1328165061 + scheme: ¸gĩ + initialDelaySeconds: 725793326 + periodSeconds: -239231628 + successThreshold: 1143791964 + tcpSocket: + host: "286" + port: 1186392166 + timeoutSeconds: 217380320 + stdin: true + terminationMessagePath: "301" + terminationMessagePolicy: h亏yƕ丆録²Ŏ)/灩聋3趐囨鏻砅邻 + volumeDevices: + - devicePath: "268" + name: "267" + volumeMounts: + - mountPath: "264" + mountPropagation: 碔 + name: "263" + subPath: "265" + subPathExpr: "266" + workingDir: "247" + dnsConfig: + nameservers: + - "444" + options: + - name: "446" + value: "447" + searches: + - "445" + enableServiceLinks: false + ephemeralContainers: + - args: + - "313" + command: + - "312" + env: + - name: "320" + value: "321" + valueFrom: + configMapKeyRef: + key: "327" + name: "326" + optional: true + fieldRef: + apiVersion: "322" + fieldPath: "323" + resourceFieldRef: + containerName: "324" + divisor: "854" + resource: "325" + secretKeyRef: + key: "329" + name: "328" + optional: true + envFrom: + - configMapRef: + name: "318" + optional: false + prefix: "317" + secretRef: + name: "319" + optional: true + image: "311" + imagePullPolicy: :/ + lifecycle: + postStart: + exec: + command: + - "356" + httpGet: + host: "359" + httpHeaders: + - name: "360" + value: "361" + path: "357" + port: "358" + scheme: 臜裡×銵-紑浘 + tcpSocket: + host: "362" + port: -1095116290 + preStop: + exec: + command: + - "363" + httpGet: + host: "365" + httpHeaders: + - name: "366" + value: "367" + path: "364" + port: -1431381588 + scheme: JŵǤ + tcpSocket: + host: "369" + port: "368" + livenessProbe: + exec: + command: + - "336" + failureThreshold: 1643238856 + httpGet: + host: "339" + httpHeaders: + - name: "340" + value: "341" + path: "337" + port: "338" + scheme: dŊiɢ + initialDelaySeconds: -1844150067 + periodSeconds: -1143639551 + successThreshold: 571693619 + tcpSocket: + host: "342" + port: -370404018 + timeoutSeconds: 414056303 + name: "310" + ports: + - containerPort: 805162379 + hostIP: "316" + hostPort: -748525373 + name: "315" + protocol: ǵ xǨŴ壶ƵfȽà + readinessProbe: + exec: + command: + - "343" + failureThreshold: -1706593993 + httpGet: + host: "345" + httpHeaders: + - name: "346" + value: "347" + path: "344" + port: 677650619 + scheme: 怖ý萜Ǖc8ǣƘƵŧ1ƟƓ宆!鍲ɋȑ + initialDelaySeconds: 1573261475 + periodSeconds: 1529027685 + successThreshold: -1612005385 + tcpSocket: + host: "348" + port: -843639240 + timeoutSeconds: -1211577347 + resources: + limits: + ğ Ņ#耗Ǚ(: "24" + requests: + 瘍Nʊ輔3璾ėȜv1b繐汚: "243" + securityContext: + allowPrivilegeEscalation: false + capabilities: + add: + - 诵H玲鑠ĭ$#卛8ð + drop: + - Q橱9ij\Ď愝Ű藛b + privileged: false + procMount: 忀oɎƺL肄$鬬 + readOnlyRootFilesystem: true + runAsGroup: 8850141386971124227 + runAsNonRoot: false + runAsUser: 5574781452707956333 + seLinuxOptions: + level: "374" + role: "372" + type: "373" + user: "371" + seccompProfile: + localhostProfile: "378" + type: 矐_ + windowsOptions: + gmsaCredentialSpec: "376" + gmsaCredentialSpecName: "375" + runAsUserName: "377" + startupProbe: + exec: + command: + - "349" + failureThreshold: -708495486 + httpGet: + host: "352" + httpHeaders: + - name: "353" + value: "354" + path: "350" + port: "351" + scheme: U + initialDelaySeconds: -291429895 + periodSeconds: 989933975 + successThreshold: 140830733 + tcpSocket: + host: "355" + port: 758604605 + timeoutSeconds: -478839383 + targetContainerName: "379" + terminationMessagePath: "370" + terminationMessagePolicy: 鉂WJ1抉泅ą&疀ȼN翾ȾD虓氙磂t + tty: true + volumeDevices: + - devicePath: "335" + name: "334" + volumeMounts: + - mountPath: "331" + mountPropagation: Ü[ƛ^輅9ɛ棕ƈ眽炊礫Ƽ + name: "330" + readOnly: true + subPath: "332" + subPathExpr: "333" + workingDir: "314" + hostAliases: + - hostnames: + - "442" + ip: "441" + hostname: "396" + imagePullSecrets: + - name: "395" + initContainers: + - args: + - "178" + command: + - "177" + env: + - name: "185" + value: "186" + valueFrom: + configMapKeyRef: + key: "192" + name: "191" + optional: true + fieldRef: + apiVersion: "187" + fieldPath: "188" + resourceFieldRef: + containerName: "189" + divisor: "663" + resource: "190" + secretKeyRef: + key: "194" + name: "193" + optional: false + envFrom: + - configMapRef: + name: "183" + optional: true + prefix: "182" + secretRef: + name: "184" + optional: true + image: "176" + imagePullPolicy: Ǖɳɷ9Ì崟¿瘦ɖ緕 + lifecycle: + postStart: + exec: + command: + - "221" + httpGet: + host: "224" + httpHeaders: + - name: "225" + value: "226" + path: "222" + port: "223" + scheme: '''' + tcpSocket: + host: "227" + port: -801430937 + preStop: + exec: + command: + - "228" + httpGet: + host: "230" + httpHeaders: + - name: "231" + value: "232" + path: "229" + port: 1810980158 + scheme: _ƮA攤/ɸɎ R§耶FfBl + tcpSocket: + host: "233" + port: 1074486306 + livenessProbe: + exec: + command: + - "201" + failureThreshold: 1684643131 + httpGet: + host: "203" + httpHeaders: + - name: "204" + value: "205" + path: "202" + port: 1214895765 + scheme: 悖ȩ0Ƹ[Ęİ榌U + initialDelaySeconds: -442393168 + periodSeconds: 1109079597 + successThreshold: -646728130 + tcpSocket: + host: "206" + port: -187060941 + timeoutSeconds: -307373517 + name: "175" + ports: + - containerPort: 859639931 + hostIP: "181" + hostPort: 747521320 + name: "180" + protocol: p儼Ƿ裚瓶釆Ɗ+j忊Ŗȫ焗捏ĨF + readinessProbe: + exec: + command: + - "207" + failureThreshold: -1880980172 + httpGet: + host: "210" + httpHeaders: + - name: "211" + value: "212" + path: "208" + port: "209" + scheme: 荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3 + initialDelaySeconds: 238949508 + periodSeconds: 851018015 + successThreshold: 596942561 + tcpSocket: + host: "214" + port: "213" + timeoutSeconds: -1389418722 + resources: + limits: + ſ盷: "532" + requests: + '[Řż丩': "47" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 勅跦Opwǩ曬逴褜1Ø + drop: + - ȠƬQg鄠[颐o啛更偢ɇ卷荙JLĹ] + privileged: true + procMount: W:ĸ輦唊#v + readOnlyRootFilesystem: true + runAsGroup: 1373384864388370080 + runAsNonRoot: false + runAsUser: -6470941481344047265 + seLinuxOptions: + level: "238" + role: "236" + type: "237" + user: "235" + seccompProfile: + localhostProfile: "242" + type: ʩȂ4ē鐭# + windowsOptions: + gmsaCredentialSpec: "240" + gmsaCredentialSpecName: "239" + runAsUserName: "241" + startupProbe: + exec: + command: + - "215" + failureThreshold: 59664438 + httpGet: + host: "217" + httpHeaders: + - name: "218" + value: "219" + path: "216" + port: 10098903 + scheme: «丯Ƙ枛牐ɺ皚 + initialDelaySeconds: 766864314 + periodSeconds: 1495880465 + successThreshold: -1032967081 + tcpSocket: + host: "220" + port: -1934111455 + timeoutSeconds: 1146016612 + stdinOnce: true + terminationMessagePath: "234" + terminationMessagePolicy: Zɾģ毋Ó6dz娝嘚庎D}埽uʎ + volumeDevices: + - devicePath: "200" + name: "199" + volumeMounts: + - mountPath: "196" + mountPropagation: VƋZ1Ůđ眊ľǎɳ,ǿ飏 + name: "195" + subPath: "197" + subPathExpr: "198" + workingDir: "179" + nodeName: "384" + nodeSelector: + "380": "381" + overhead: + ɨ悪@黝Ɓ: "177" + preemptionPolicy: .Ą + priority: -125022959 + priorityClassName: "443" + readinessGates: + - conditionType: Ɍ邪鳖üzÁ + restartPolicy: 嵞嬯t{Eɾ敹Ȯ-湷D谹 + runtimeClassName: "448" + schedulerName: "438" + securityContext: + fsGroup: -3029419263270634763 + fsGroupChangePolicy: ?jĎĭ¥#ƱÁR»淹揀. + runAsGroup: -3565639689247870986 + runAsNonRoot: false + runAsUser: 1322232608671575212 + seLinuxOptions: + level: "388" + role: "386" + type: "387" + user: "385" + seccompProfile: + localhostProfile: "394" + type: 鍃G昧牱 + supplementalGroups: + - -7888525810745339742 + sysctls: + - name: "392" + value: "393" + windowsOptions: + gmsaCredentialSpec: "390" + gmsaCredentialSpecName: "389" + runAsUserName: "391" + serviceAccount: "383" + serviceAccountName: "382" + setHostnameAsFQDN: false + shareProcessNamespace: false + subdomain: "397" + terminationGracePeriodSeconds: -2985049970189992560 + tolerations: + - effect: Ɵ鳝稃Ȍ液文?謮ɶÎ磣:mʂ渢pɉ驻( + key: "439" + operator: ƞ=掔廛ĤJŇv膈ǣʛsĊ剞 + tolerationSeconds: 5238971742940252651 + value: "440" + topologySpreadConstraints: + - labelSelector: + matchExpressions: + - key: OA_090ERG2nV.__p_Y-.2__a_dWU_V-_QA + operator: NotIn + values: + - 7CY-_dc__G6N-_-0o.0C_gV.9_G-.-z1Y_HEb.9x8 + matchLabels: + 4e-_07-ht-E6___-X__H.-39-A_-_l67Q.-_t--O.3L.z2-y.-...C4_-_G: 8-c_C.G.h--m.f + maxSkew: -1569123121 + topologyKey: "449" + whenUnsatisfiable: 魨练脨,Ƃ3貊ɔ帘錇š裢C仗ɂ覥 + volumes: + - awsElasticBlockStore: + fsType: "47" + partition: -762366823 + readOnly: true + volumeID: "46" + azureDisk: + cachingMode: HǺƶȤ^}穠 + diskName: "110" + diskURI: "111" + fsType: "112" + kind: 躢 + readOnly: true + azureFile: + secretName: "96" + shareName: "97" + cephfs: + monitors: + - "81" + path: "82" + secretFile: "84" + secretRef: + name: "85" + user: "83" + cinder: + fsType: "79" + secretRef: + name: "80" + volumeID: "78" + configMap: + defaultMode: -460478410 + items: + - key: "99" + mode: -2039036935 + path: "100" + name: "98" + optional: false + csi: + driver: "142" + fsType: "143" + nodePublishSecretRef: + name: "146" + readOnly: false + volumeAttributes: + "144": "145" + downwardAPI: + defaultMode: -106644772 + items: + - fieldRef: + apiVersion: "89" + fieldPath: "90" + mode: 1235524154 + path: "88" + resourceFieldRef: + containerName: "91" + divisor: "457" + resource: "92" + emptyDir: + medium: 彭聡A3fƻfʣ + sizeLimit: "115" + ephemeral: + volumeClaimTemplate: + metadata: + annotations: + "154": "155" + clusterName: "160" + creationTimestamp: null + deletionGracePeriodSeconds: 4217400953499279873 + finalizers: + - "159" + generateName: "148" + generation: 6327094951466338107 + labels: + "152": "153" + managedFields: + - apiVersion: "162" + fieldsType: "163" + manager: "161" + operation: O醔ɍ厶耈 T衧ȇe媹Hǝ呮}臷Ľð + name: "147" + namespace: "149" + ownerReferences: + - apiVersion: "156" + blockOwnerDeletion: true + controller: false + kind: "157" + name: "158" + uid: "" + resourceVersion: "5302358391842833914" + selfLink: "150" + spec: + accessModes: + - eÞȦY籎顒 + dataSource: + apiGroup: "172" + kind: "173" + name: "174" + resources: + limits: + ŴĿ: "377" + requests: + .Q貇£ȹ嫰ƹǔw÷nI: "718" + selector: + matchExpressions: + - key: a40--87-1wpl6-2-310e5hyzn0w-p4mz4.w-6d/6yV07-_.___gO-d.iUaC_wYSJfB._.zS-._..3le-4 + operator: DoesNotExist + matchLabels: + 5_Or.i1_7z.WH-.L: d2-N_Y.t--0 + storageClassName: "171" + volumeMode: ŀ樺ȃv渟7¤7djƯĖ漘Z剚敍0 + volumeName: "170" + fc: + fsType: "94" + lun: 441887498 + readOnly: true + targetWWNs: + - "93" + wwids: + - "95" + flexVolume: + driver: "73" + fsType: "74" + options: + "76": "77" + secretRef: + name: "75" + flocker: + datasetName: "86" + datasetUUID: "87" + gcePersistentDisk: + fsType: "45" + partition: -1499132872 + pdName: "44" + gitRepo: + directory: "50" + repository: "48" + revision: "49" + glusterfs: + endpoints: "63" + path: "64" + hostPath: + path: "43" + type: 6NJPM饣`诫z徃鷢6ȥ啕禗Ǐ2啗塧ȱ + iscsi: + fsType: "59" + initiatorName: "62" + iqn: "57" + iscsiInterface: "58" + lun: 1655406148 + portals: + - "60" + readOnly: true + secretRef: + name: "61" + targetPortal: "56" + name: "42" + nfs: + path: "55" + readOnly: true + server: "54" + persistentVolumeClaim: + claimName: "65" + readOnly: true + photonPersistentDisk: + fsType: "114" + pdID: "113" + portworxVolume: + fsType: "129" + volumeID: "128" + projected: + defaultMode: -522879476 + sources: + - configMap: + items: + - key: "124" + mode: -1694464659 + path: "125" + name: "123" + optional: true + downwardAPI: + items: + - fieldRef: + apiVersion: "119" + fieldPath: "120" + mode: 926891073 + path: "118" + resourceFieldRef: + containerName: "121" + divisor: "746" + resource: "122" + secret: + items: + - key: "116" + mode: -1399063270 + path: "117" + name: "115" + optional: true + serviceAccountToken: + audience: "126" + expirationSeconds: -7593824971107985079 + path: "127" + quobyte: + group: "108" + readOnly: true + registry: "105" + tenant: "109" + user: "107" + volume: "106" + rbd: + fsType: "68" + image: "67" + keyring: "71" + monitors: + - "66" + pool: "69" + readOnly: true + secretRef: + name: "72" + user: "70" + scaleIO: + fsType: "137" + gateway: "130" + protectionDomain: "133" + secretRef: + name: "132" + storageMode: "135" + storagePool: "134" + system: "131" + volumeName: "136" + secret: + defaultMode: 372704313 + items: + - key: "52" + mode: -104666658 + path: "53" + optional: true + secretName: "51" + storageos: + fsType: "140" + readOnly: true + secretRef: + name: "141" + volumeName: "138" + volumeNamespace: "139" + vsphereVolume: + fsType: "102" + storagePolicyID: "104" + storagePolicyName: "103" + volumePath: "101" +status: + availableReplicas: 1308809900 + conditions: + - lastTransitionTime: "2125-04-24T12:13:40Z" + message: "457" + reason: "456" + status: ?Ď筌ʨ:ÿ1諘蚿[ĵ皥袨\k%橳 + type: 议ĪS + fullyLabeledReplicas: 31486357 + observedGeneration: -5594148640067537624 + readyReplicas: -1983654895 + replicas: 337922430 diff --git a/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1.DaemonSet.after_roundtrip.json b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1.DaemonSet.after_roundtrip.json new file mode 100644 index 00000000000..b84bba6e07a --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1.DaemonSet.after_roundtrip.json @@ -0,0 +1,1496 @@ +{ + "kind": "DaemonSet", + "apiVersion": "apps/v1", + "metadata": { + "name": "2", + "generateName": "3", + "namespace": "4", + "selfLink": "5", + "uid": "7", + "resourceVersion": "11042405498087606203", + "generation": 8071137005907523419, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -4955867275792137171, + "labels": { + "7": "8" + }, + "annotations": { + "9": "10" + }, + "ownerReferences": [ + { + "apiVersion": "11", + "kind": "12", + "name": "13", + "uid": "Dz廔ȇ{sŊƏp", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "14" + ], + "clusterName": "15", + "managedFields": [ + { + "manager": "16", + "operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]", + "apiVersion": "17", + "fieldsType": "18" + } + ] + }, + "spec": { + "selector": { + "matchLabels": { + "8---jop9641lg.p-g8c2-k-912e5-c-e63-n-3n/E9.8ThjT9s-j41-0-6p-JFHn7y-74.-0MUORQQ.N2.3": "68._bQw.-dG6c-.6--_x.--0wmZk1_8._3s_-_Bq.m_4" + }, + "matchExpressions": [ + { + "key": "p503---477-49p---o61---4fy--9---7--9-9s-0-u5lj2--10pq-0-7-9-2-0/fP81.-.9Vdx.TB_M-H_5_.t..bG0", + "operator": "In", + "values": [ + "D07.a_.y_y_o0_5qN2_---_M.N_._a6.9bHjdH.-.5_.I8__n" + ] + } + ] + }, + "template": { + "metadata": { + "name": "25", + "generateName": "26", + "namespace": "27", + "selfLink": "28", + "uid": "TʡȂŏ{sǡƟ", + "resourceVersion": "1698285396218902212", + "generation": -4139900758039117471, + "creationTimestamp": null, + "deletionGracePeriodSeconds": 7534629739119643351, + "labels": { + "30": "31" + }, + "annotations": { + "32": "33" + }, + "ownerReferences": [ + { + "apiVersion": "34", + "kind": "35", + "name": "36", + "uid": "^", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "37" + ], + "clusterName": "38", + "managedFields": [ + { + "manager": "39", + "operation": "ĪȸŹăȲϤĦʅ芝", + "apiVersion": "40", + "fieldsType": "41" + } + ] + }, + "spec": { + "volumes": [ + { + "name": "42", + "hostPath": { + "path": "43", + "type": "" + }, + "emptyDir": { + "medium": "ɹ坼É/pȿ", + "sizeLimit": "804" + }, + "gcePersistentDisk": { + "pdName": "44", + "fsType": "45", + "partition": -1318752360 + }, + "awsElasticBlockStore": { + "volumeID": "46", + "fsType": "47", + "partition": -2007808768 + }, + "gitRepo": { + "repository": "48", + "revision": "49", + "directory": "50" + }, + "secret": { + "secretName": "51", + "items": [ + { + "key": "52", + "path": "53", + "mode": 228756891 + } + ], + "defaultMode": 1233814916, + "optional": false + }, + "nfs": { + "server": "54", + "path": "55", + "readOnly": true + }, + "iscsi": { + "targetPortal": "56", + "iqn": "57", + "lun": 408756018, + "iscsiInterface": "58", + "fsType": "59", + "readOnly": true, + "portals": [ + "60" + ], + "chapAuthDiscovery": true, + "chapAuthSession": true, + "secretRef": { + "name": "61" + }, + "initiatorName": "62" + }, + "glusterfs": { + "endpoints": "63", + "path": "64" + }, + "persistentVolumeClaim": { + "claimName": "65", + "readOnly": true + }, + "rbd": { + "monitors": [ + "66" + ], + "image": "67", + "fsType": "68", + "pool": "69", + "user": "70", + "keyring": "71", + "secretRef": { + "name": "72" + }, + "readOnly": true + }, + "flexVolume": { + "driver": "73", + "fsType": "74", + "secretRef": { + "name": "75" + }, + "readOnly": true, + "options": { + "76": "77" + } + }, + "cinder": { + "volumeID": "78", + "fsType": "79", + "secretRef": { + "name": "80" + } + }, + "cephfs": { + "monitors": [ + "81" + ], + "path": "82", + "user": "83", + "secretFile": "84", + "secretRef": { + "name": "85" + } + }, + "flocker": { + "datasetName": "86", + "datasetUUID": "87" + }, + "downwardAPI": { + "items": [ + { + "path": "88", + "fieldRef": { + "apiVersion": "89", + "fieldPath": "90" + }, + "resourceFieldRef": { + "containerName": "91", + "resource": "92", + "divisor": "915" + }, + "mode": -1768075156 + } + ], + "defaultMode": -868808281 + }, + "fc": { + "targetWWNs": [ + "93" + ], + "lun": 570501002, + "fsType": "94", + "wwids": [ + "95" + ] + }, + "azureFile": { + "secretName": "96", + "shareName": "97", + "readOnly": true + }, + "configMap": { + "name": "98", + "items": [ + { + "key": "99", + "path": "100", + "mode": 2020789772 + } + ], + "defaultMode": 952979935, + "optional": false + }, + "vsphereVolume": { + "volumePath": "101", + "fsType": "102", + "storagePolicyName": "103", + "storagePolicyID": "104" + }, + "quobyte": { + "registry": "105", + "volume": "106", + "user": "107", + "group": "108", + "tenant": "109" + }, + "azureDisk": { + "diskName": "110", + "diskURI": "111", + "cachingMode": "k ź贩j瀉ǚrǜnh0åȂ", + "fsType": "112", + "readOnly": false, + "kind": "nj揠8lj黳鈫ʕ禒Ƙá腿ħ缶" + }, + "photonPersistentDisk": { + "pdID": "113", + "fsType": "114" + }, + "projected": { + "sources": [ + { + "secret": { + "name": "115", + "items": [ + { + "key": "116", + "path": "117", + "mode": 675406340 + } + ], + "optional": false + }, + "downwardAPI": { + "items": [ + { + "path": "118", + "fieldRef": { + "apiVersion": "119", + "fieldPath": "120" + }, + "resourceFieldRef": { + "containerName": "121", + "resource": "122", + "divisor": "461" + }, + "mode": -1618937335 + } + ] + }, + "configMap": { + "name": "123", + "items": [ + { + "key": "124", + "path": "125", + "mode": -1126738259 + } + ], + "optional": true + }, + "serviceAccountToken": { + "audience": "126", + "expirationSeconds": -6345861634934949644, + "path": "127" + } + } + ], + "defaultMode": 480521693 + }, + "portworxVolume": { + "volumeID": "128", + "fsType": "129" + }, + "scaleIO": { + "gateway": "130", + "system": "131", + "secretRef": { + "name": "132" + }, + "sslEnabled": true, + "protectionDomain": "133", + "storagePool": "134", + "storageMode": "135", + "volumeName": "136", + "fsType": "137" + }, + "storageos": { + "volumeName": "138", + "volumeNamespace": "139", + "fsType": "140", + "secretRef": { + "name": "141" + } + }, + "csi": { + "driver": "142", + "readOnly": true, + "fsType": "143", + "volumeAttributes": { + "144": "145" + }, + "nodePublishSecretRef": { + "name": "146" + } + }, + "ephemeral": { + "volumeClaimTemplate": { + "metadata": { + "name": "147", + "generateName": "148", + "namespace": "149", + "selfLink": "150", + "uid": "溟ɴ扵閝ȝ鐵儣廡ɑ龫`劳\u0026¼", + "resourceVersion": "1248703441945830579", + "generation": 3849874053153949822, + "creationTimestamp": null, + "deletionGracePeriodSeconds": 2974444584632416014, + "labels": { + "152": "153" + }, + "annotations": { + "154": "155" + }, + "ownerReferences": [ + { + "apiVersion": "156", + "kind": "157", + "name": "158", + "uid": "oɘ檲ɨ銦妰黖ȓ", + "controller": true, + "blockOwnerDeletion": false + } + ], + "finalizers": [ + "159" + ], + "clusterName": "160", + "managedFields": [ + { + "manager": "161", + "operation": "獵偐ę腬瓷碑=ɉ鎷卩蝾H韹寬娬ï瓼", + "apiVersion": "162", + "fieldsType": "163" + } + ] + }, + "spec": { + "accessModes": [ + "酃=6}ɡŇƉ立hdz緄Ú|dk_瀹鞎" + ], + "selector": { + "matchLabels": { + "o-03-t-0-035--5b95w------4-n4f--139-295at-o7qff2/v2.-_-8wE._._3.-.83_iq_-y.-25C.A-j..9dfn38": "m_zm-.-_RJt2pX_2_28.6" + }, + "matchExpressions": [ + { + "key": "Wik_--DSXr.n-A9..9__Y-H-Mqpt._.-_..051", + "operator": "DoesNotExist" + } + ] + }, + "resources": { + "limits": { + "âĺɗŹ倗S晒嶗UÐ_ƮA攤/ɸɎ ": "648" + }, + "requests": { + "鴒翁杙Ŧ癃8鸖ɱJȉ罴ņ螡": "212" + } + }, + "volumeName": "170", + "storageClassName": "171", + "volumeMode": "dz娝嘚庎D}埽uʎȺ眖R#yV'WK", + "dataSource": { + "apiGroup": "172", + "kind": "173", + "name": "174" + } + } + } + } + } + ], + "initContainers": [ + { + "name": "175", + "image": "176", + "command": [ + "177" + ], + "args": [ + "178" + ], + "workingDir": "179", + "ports": [ + { + "name": "180", + "hostPort": 852780575, + "containerPort": -1252938503, + "protocol": "Opwǩ曬逴褜1ØœȠƬQg鄠", + "hostIP": "181" + } + ], + "envFrom": [ + { + "prefix": "182", + "configMapRef": { + "name": "183", + "optional": false + }, + "secretRef": { + "name": "184", + "optional": false + } + } + ], + "env": [ + { + "name": "185", + "value": "186", + "valueFrom": { + "fieldRef": { + "apiVersion": "187", + "fieldPath": "188" + }, + "resourceFieldRef": { + "containerName": "189", + "resource": "190", + "divisor": "139" + }, + "configMapKeyRef": { + "name": "191", + "key": "192", + "optional": true + }, + "secretKeyRef": { + "name": "193", + "key": "194", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "LĹ]佱¿\u003e犵殇ŕ-Ɂ圯W:ĸ輦唊": "807" + }, + "requests": { + "嚧ʣq埄": "936" + } + }, + "volumeMounts": [ + { + "name": "195", + "mountPath": "196", + "subPath": "197", + "mountPropagation": "#嬀ơŸ8T 苧yñKJɐ扵Gƚ绤f", + "subPathExpr": "198" + } + ], + "volumeDevices": [ + { + "name": "199", + "devicePath": "200" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "201" + ] + }, + "httpGet": { + "path": "202", + "port": "203", + "host": "204", + "scheme": "u|榝$î.Ȏ蝪ʜ5遰=E埄Ȁ", + "httpHeaders": [ + { + "name": "205", + "value": "206" + } + ] + }, + "tcpSocket": { + "port": 1714588921, + "host": "207" + }, + "initialDelaySeconds": -1246371817, + "timeoutSeconds": 617318981, + "periodSeconds": 432291364, + "successThreshold": 676578360, + "failureThreshold": -552281772 + }, + "readinessProbe": { + "exec": { + "command": [ + "208" + ] + }, + "httpGet": { + "path": "209", + "port": 1777326813, + "host": "210", + "scheme": "ǟi\u0026皥贸碔lNKƙ順\\E¦", + "httpHeaders": [ + { + "name": "211", + "value": "212" + } + ] + }, + "tcpSocket": { + "port": "213", + "host": "214" + }, + "initialDelaySeconds": 1868887309, + "timeoutSeconds": -528664199, + "periodSeconds": -316996074, + "successThreshold": 1933968533, + "failureThreshold": 549215478 + }, + "startupProbe": { + "exec": { + "command": [ + "215" + ] + }, + "httpGet": { + "path": "216", + "port": -374766088, + "host": "217", + "scheme": "翜舞拉Œ", + "httpHeaders": [ + { + "name": "218", + "value": "219" + } + ] + }, + "tcpSocket": { + "port": "220", + "host": "221" + }, + "initialDelaySeconds": -190183379, + "timeoutSeconds": -940334911, + "periodSeconds": -341287812, + "successThreshold": 2030115750, + "failureThreshold": 1847163341 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "222" + ] + }, + "httpGet": { + "path": "223", + "port": -816630929, + "host": "224", + "httpHeaders": [ + { + "name": "225", + "value": "226" + } + ] + }, + "tcpSocket": { + "port": 1965273344, + "host": "227" + } + }, + "preStop": { + "exec": { + "command": [ + "228" + ] + }, + "httpGet": { + "path": "229", + "port": "230", + "host": "231", + "scheme": "SÄ蚃ɣľ)酊龨δ摖ȱğ_\u003c", + "httpHeaders": [ + { + "name": "232", + "value": "233" + } + ] + }, + "tcpSocket": { + "port": -385597677, + "host": "234" + } + } + }, + "terminationMessagePath": "235", + "terminationMessagePolicy": "橈'", + "imagePullPolicy": "Ɖ飴ɎiǨ", + "securityContext": { + "capabilities": { + "add": [ + "ǵɐ鰥Z" + ], + "drop": [ + "´DÒȗÔÂɘɢ鬍熖B芭花ª瘡" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "236", + "role": "237", + "type": "238", + "level": "239" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "240", + "gmsaCredentialSpec": "241", + "runAsUserName": "242" + }, + "runAsUser": -1666202510534940446, + "runAsGroup": 2823592889848840099, + "runAsNonRoot": false, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "ƲǦŐnj汰", + "seccompProfile": { + "type": "ŕİi騎C", + "localhostProfile": "243" + } + }, + "tty": true + } + ], + "containers": [ + { + "name": "244", + "image": "245", + "command": [ + "246" + ], + "args": [ + "247" + ], + "workingDir": "248", + "ports": [ + { + "name": "249", + "hostPort": -57730414, + "containerPort": -852140121, + "protocol": "ȣ±p", + "hostIP": "250" + } + ], + "envFrom": [ + { + "prefix": "251", + "configMapRef": { + "name": "252", + "optional": true + }, + "secretRef": { + "name": "253", + "optional": true + } + } + ], + "env": [ + { + "name": "254", + "value": "255", + "valueFrom": { + "fieldRef": { + "apiVersion": "256", + "fieldPath": "257" + }, + "resourceFieldRef": { + "containerName": "258", + "resource": "259", + "divisor": "277" + }, + "configMapKeyRef": { + "name": "260", + "key": "261", + "optional": true + }, + "secretKeyRef": { + "name": "262", + "key": "263", + "optional": true + } + } + } + ], + "resources": { + "limits": { + "斩ìh4ɊHȖ|ʐşƧ諔迮ƙIJ": "850" + }, + "requests": { + "jʒǚ鍰\\縑ɀ撑¼蠾8餑噭Dµ": "635" + } + }, + "volumeMounts": [ + { + "name": "264", + "mountPath": "265", + "subPath": "266", + "mountPropagation": "衷,ƷƣMț譎懚", + "subPathExpr": "267" + } + ], + "volumeDevices": [ + { + "name": "268", + "devicePath": "269" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "270" + ] + }, + "httpGet": { + "path": "271", + "port": 872525702, + "host": "272", + "scheme": "ay", + "httpHeaders": [ + { + "name": "273", + "value": "274" + } + ] + }, + "tcpSocket": { + "port": "275", + "host": "276" + }, + "initialDelaySeconds": 628632965, + "timeoutSeconds": 552654052, + "periodSeconds": -1396197931, + "successThreshold": -1114385515, + "failureThreshold": 2144856253 + }, + "readinessProbe": { + "exec": { + "command": [ + "277" + ] + }, + "httpGet": { + "path": "278", + "port": -1186720090, + "host": "279", + "scheme": "增猍ǵ xǨŴ壶ƵfȽÃ茓pȓɻ", + "httpHeaders": [ + { + "name": "280", + "value": "281" + } + ] + }, + "tcpSocket": { + "port": "282", + "host": "283" + }, + "initialDelaySeconds": 1737172479, + "timeoutSeconds": -767058113, + "periodSeconds": 1223564938, + "successThreshold": 1241693652, + "failureThreshold": 1803882645 + }, + "startupProbe": { + "exec": { + "command": [ + "284" + ] + }, + "httpGet": { + "path": "285", + "port": "286", + "host": "287", + "scheme": "賞ǧĒzŔ瘍N", + "httpHeaders": [ + { + "name": "288", + "value": "289" + } + ] + }, + "tcpSocket": { + "port": -531787516, + "host": "290" + }, + "initialDelaySeconds": 2073630689, + "timeoutSeconds": -830875556, + "periodSeconds": -1395144116, + "successThreshold": -684167223, + "failureThreshold": -751455207 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "291" + ] + }, + "httpGet": { + "path": "292", + "port": "293", + "host": "294", + "scheme": "磉反", + "httpHeaders": [ + { + "name": "295", + "value": "296" + } + ] + }, + "tcpSocket": { + "port": -313085430, + "host": "297" + } + }, + "preStop": { + "exec": { + "command": [ + "298" + ] + }, + "httpGet": { + "path": "299", + "port": 413903479, + "host": "300", + "scheme": "ɛ棕ƈ眽炊礫Ƽ¨Ix糂", + "httpHeaders": [ + { + "name": "301", + "value": "302" + } + ] + }, + "tcpSocket": { + "port": "303", + "host": "304" + } + } + }, + "terminationMessagePath": "305", + "terminationMessagePolicy": "ǚŜEuEy竬ʆɞ", + "imagePullPolicy": "焬CQm坊柩", + "securityContext": { + "capabilities": { + "add": [ + "[ƕƑĝ®EĨǔvÄÚ" + ], + "drop": [ + "p鬷m罂o3ǰ廋i乳'" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "306", + "role": "307", + "type": "308", + "level": "309" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "310", + "gmsaCredentialSpec": "311", + "runAsUserName": "312" + }, + "runAsUser": 2506229153551047343, + "runAsGroup": 3258181973067899469, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": false, + "procMount": "蠲$ɛ溢臜裡", + "seccompProfile": { + "type": "銵-紑浘牬釼aTG", + "localhostProfile": "313" + } + }, + "stdin": true + } + ], + "ephemeralContainers": [ + { + "name": "314", + "image": "315", + "command": [ + "316" + ], + "args": [ + "317" + ], + "workingDir": "318", + "ports": [ + { + "name": "319", + "hostPort": -92253969, + "containerPort": 243566659, + "protocol": "×DJɶ羹ƞʓ%ʝ`ǭ躌ñ?卶滿筇", + "hostIP": "320" + } + ], + "envFrom": [ + { + "prefix": "321", + "configMapRef": { + "name": "322", + "optional": false + }, + "secretRef": { + "name": "323", + "optional": true + } + } + ], + "env": [ + { + "name": "324", + "value": "325", + "valueFrom": { + "fieldRef": { + "apiVersion": "326", + "fieldPath": "327" + }, + "resourceFieldRef": { + "containerName": "328", + "resource": "329", + "divisor": "574" + }, + "configMapKeyRef": { + "name": "330", + "key": "331", + "optional": true + }, + "secretKeyRef": { + "name": "332", + "key": "333", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "ĭ$": "530" + }, + "requests": { + "«V¯ÁȦtl敷": "698" + } + }, + "volumeMounts": [ + { + "name": "334", + "mountPath": "335", + "subPath": "336", + "mountPropagation": "Ű藛b磾sYȠ繽敮ǰ", + "subPathExpr": "337" + } + ], + "volumeDevices": [ + { + "name": "338", + "devicePath": "339" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "340" + ] + }, + "httpGet": { + "path": "341", + "port": 731136838, + "host": "342", + "scheme": "繡旹翃ɾ氒ĺʈʫ羶剹Ɗ", + "httpHeaders": [ + { + "name": "343", + "value": "344" + } + ] + }, + "tcpSocket": { + "port": -183458945, + "host": "345" + }, + "initialDelaySeconds": -1223327585, + "timeoutSeconds": -99080494, + "periodSeconds": -1531582553, + "successThreshold": 1474671869, + "failureThreshold": 1471419756 + }, + "readinessProbe": { + "exec": { + "command": [ + "346" + ] + }, + "httpGet": { + "path": "347", + "port": 892837330, + "host": "348", + "scheme": "気Ƀ秮ò", + "httpHeaders": [ + { + "name": "349", + "value": "350" + } + ] + }, + "tcpSocket": { + "port": "351", + "host": "352" + }, + "initialDelaySeconds": -1649234654, + "timeoutSeconds": -263708518, + "periodSeconds": 541943046, + "successThreshold": 1502194981, + "failureThreshold": 1447996588 + }, + "startupProbe": { + "exec": { + "command": [ + "353" + ] + }, + "httpGet": { + "path": "354", + "port": "355", + "host": "356", + "scheme": "đ\u003e*劶?", + "httpHeaders": [ + { + "name": "357", + "value": "358" + } + ] + }, + "tcpSocket": { + "port": -176877925, + "host": "359" + }, + "initialDelaySeconds": 1008425444, + "timeoutSeconds": -821592382, + "periodSeconds": 1678953375, + "successThreshold": 1045190247, + "failureThreshold": 1805682547 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "360" + ] + }, + "httpGet": { + "path": "361", + "port": 1767555420, + "host": "362", + "scheme": "e", + "httpHeaders": [ + { + "name": "363", + "value": "364" + } + ] + }, + "tcpSocket": { + "port": "365", + "host": "366" + } + }, + "preStop": { + "exec": { + "command": [ + "367" + ] + }, + "httpGet": { + "path": "368", + "port": -1452767599, + "host": "369", + "scheme": " 瞍髃#ɣȕ", + "httpHeaders": [ + { + "name": "370", + "value": "371" + } + ] + }, + "tcpSocket": { + "port": "372", + "host": "373" + } + } + }, + "terminationMessagePath": "374", + "terminationMessagePolicy": "s梊ɥʋăƻ遲njlȘ鹾K", + "imagePullPolicy": "O_h盌3+Œ9两@8Byß讪Ă2", + "securityContext": { + "capabilities": { + "add": [ + "m葰賦迾娙ƴ4虵p蓋沥7uPƒw©ɴĶ" + ], + "drop": [ + "" + ] + }, + "privileged": true, + "seLinuxOptions": { + "user": "375", + "role": "376", + "type": "377", + "level": "378" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "379", + "gmsaCredentialSpec": "380", + "runAsUserName": "381" + }, + "runAsUser": 6816267869367451869, + "runAsGroup": 9111865674949727136, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": false, + "procMount": "Ř筿", + "seccompProfile": { + "type": "5Ų買霎ȃň[\u003eą S", + "localhostProfile": "382" + } + }, + "stdinOnce": true, + "targetContainerName": "383" + } + ], + "restartPolicy": "'呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG", + "terminationGracePeriodSeconds": -155552760352472950, + "activeDeadlineSeconds": 7109959542220202422, + "dnsPolicy": "#t(ȗŜŲ\u0026洪y儕l", + "nodeSelector": { + "384": "385" + }, + "serviceAccountName": "386", + "serviceAccount": "387", + "automountServiceAccountToken": false, + "nodeName": "388", + "hostNetwork": true, + "hostIPC": true, + "shareProcessNamespace": false, + "securityContext": { + "seLinuxOptions": { + "user": "389", + "role": "390", + "type": "391", + "level": "392" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "393", + "gmsaCredentialSpec": "394", + "runAsUserName": "395" + }, + "runAsUser": 4841944355356012825, + "runAsGroup": -4962946920772050319, + "runAsNonRoot": true, + "supplementalGroups": [ + 5695420257629724684 + ], + "fsGroup": -4548866432246561416, + "sysctls": [ + { + "name": "396", + "value": "397" + } + ], + "fsGroupChangePolicy": "Ð扬", + "seccompProfile": { + "type": "惍EʦŊĊ娮rȧ", + "localhostProfile": "398" + } + }, + "imagePullSecrets": [ + { + "name": "399" + } + ], + "hostname": "400", + "subdomain": "401", + "affinity": { + "nodeAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": { + "nodeSelectorTerms": [ + { + "matchExpressions": [ + { + "key": "402", + "operator": "ɳ礬.b屏ɧeʫį淓¯Ą0", + "values": [ + "403" + ] + } + ], + "matchFields": [ + { + "key": "404", + "operator": "鮽ǍJB膾扉A­1襏櫯³£h刪q塨", + "values": [ + "405" + ] + } + ] + } + ] + }, + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -177041290, + "preference": { + "matchExpressions": [ + { + "key": "406", + "operator": "聧扈4ƫZ", + "values": [ + "407" + ] + } + ], + "matchFields": [ + { + "key": "408", + "operator": " ɲ±", + "values": [ + "409" + ] + } + ] + } + } + ] + }, + "podAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "p_N-1": "O-BZ..6-1.S-B3_.b7" + }, + "matchExpressions": [ + { + "key": "1rhm-5y--z-0/5eQ9", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "416" + ], + "topologyKey": "417" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -2092358209, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "nn093-pi-9o-l4-vo5byp8q-sf1--gw-jz/F_06.eqk5L": "3zHw.H__V.Vz_6.Hz_V_.r_v_._e_7" + }, + "matchExpressions": [ + { + "key": "yps4483-o--3f1p7--43nw-l-x18mtb/mLlx...w_t-_.5.40Rw4gD.._.-x6db-L7.-__-G_2kCpH", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "424" + ], + "topologyKey": "425" + } + } + ] + }, + "podAntiAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "H1_-ODgC_1-_8__T3sn-0_.i__a.O2G_-_K-0": "8mp.-10KkQ-R_R.-.--4_IT_O__3.5h_XC0_-7.-hj-O" + }, + "matchExpressions": [ + { + "key": "I.4_W_-_-7Tp_.---c", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "432" + ], + "topologyKey": "433" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -1084136601, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "6n-f-x--i-b/K_BM.6-.Y_72-_--pT75-.emV__1-wv3UDf.4": "2_uGGP..-_N_h_4Hl-X0_2--__4K..-68-7l" + }, + "matchExpressions": [ + { + "key": "2--4-r4p--w1k8--y.e2-08vc--4-7hdum1-f-7-k8q/YD-Q9_-__..YNFu7Pg-.814e-_07-ht-E6___-X__H.-39-A_-_l67Q.-t", + "operator": "NotIn", + "values": [ + "Oep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o..p_B-d--Q2" + ] + } + ] + }, + "namespaces": [ + "440" + ], + "topologyKey": "441" + } + } + ] + } + }, + "schedulerName": "442", + "tolerations": [ + { + "key": "443", + "operator": "Ž彙pg稠氦Ņs", + "value": "444", + "effect": "ưg", + "tolerationSeconds": 7158818521862381855 + } + ], + "hostAliases": [ + { + "ip": "445", + "hostnames": [ + "446" + ] + } + ], + "priorityClassName": "447", + "priority": 197024033, + "dnsConfig": { + "nameservers": [ + "448" + ], + "searches": [ + "449" + ], + "options": [ + { + "name": "450", + "value": "451" + } + ] + }, + "readinessGates": [ + { + "conditionType": "" + } + ], + "runtimeClassName": "452", + "enableServiceLinks": false, + "preemptionPolicy": "礗渶", + "overhead": { + "[IŚȆĸsǞÃ+?Ď筌ʨ:": "664" + }, + "topologySpreadConstraints": [ + { + "maxSkew": -918148948, + "topologyKey": "453", + "whenUnsatisfiable": "亪鸑躓1Ǐ詁Ȟ鮩ĺJCuɖc", + "labelSelector": { + "matchLabels": { + "cg-w2q76.6-7w-tdt-u-0----p6l-3-znd-8b-dg--1035ad1o-d-6-bk81-3s/s-g__.2": "3N_.n1.--.._-x_4..u2-__3uM77U7._pT-___-_5-6h_K7" + }, + "matchExpressions": [ + { + "key": "37-ufi-q7u0ux-qv4kd-36---9-d-6s83--r-vkm.8fmt4272r--49u-0m7u-----v---4b---h-wyux--4t7k--e--x--3/fdw.3-._CJ4a1._-_CH-6", + "operator": "DoesNotExist" + } + ] + } + } + ], + "setHostnameAsFQDN": true + } + }, + "updateStrategy": { + "type": "翘ǼZ熝Ʊ宷泐ɻvŰ`Ǧɝ憑ǖ菐u", + "rollingUpdate": { + "maxUnavailable": 2 + } + }, + "minReadySeconds": -985724127, + "revisionHistoryLimit": 2137111260 + }, + "status": { + "currentNumberScheduled": 408491268, + "numberMisscheduled": -1833348558, + "desiredNumberScheduled": 1883709155, + "numberReady": 484752614, + "observedGeneration": 3359608726763190142, + "updatedNumberScheduled": 1401559245, + "numberAvailable": -406189540, + "numberUnavailable": -2095625968, + "collisionCount": 223996911, + "conditions": [ + { + "type": "Y囙邵鄨o鷺ɷ裝TG奟cõ乨厰ʚ±", + "status": "楗鱶镖喗vȥ倉螆ȨX\u003e,«ɒó", + "lastTransitionTime": "2480-06-05T07:37:49Z", + "reason": "460", + "message": "461" + } + ] + } +} \ No newline at end of file diff --git a/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1.DaemonSet.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1.DaemonSet.after_roundtrip.pb new file mode 100644 index 0000000000000000000000000000000000000000..db2da922ba69dc70a90d8afdabe6ff7d914ad489 GIT binary patch literal 7235 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 literal 0 HcmV?d00001 diff --git a/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1.DaemonSet.after_roundtrip.yaml b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1.DaemonSet.after_roundtrip.yaml new file mode 100644 index 00000000000..86091ab5ed3 --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1.DaemonSet.after_roundtrip.yaml @@ -0,0 +1,1023 @@ +apiVersion: apps/v1 +kind: DaemonSet +metadata: + annotations: + "9": "10" + clusterName: "15" + creationTimestamp: null + deletionGracePeriodSeconds: -4955867275792137171 + finalizers: + - "14" + generateName: "3" + generation: 8071137005907523419 + labels: + "7": "8" + managedFields: + - apiVersion: "17" + fieldsType: "18" + manager: "16" + operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć] + name: "2" + namespace: "4" + ownerReferences: + - apiVersion: "11" + blockOwnerDeletion: true + controller: false + kind: "12" + name: "13" + uid: Dz廔ȇ{sŊƏp + resourceVersion: "11042405498087606203" + selfLink: "5" + uid: "7" +spec: + minReadySeconds: -985724127 + revisionHistoryLimit: 2137111260 + selector: + matchExpressions: + - key: p503---477-49p---o61---4fy--9---7--9-9s-0-u5lj2--10pq-0-7-9-2-0/fP81.-.9Vdx.TB_M-H_5_.t..bG0 + operator: In + values: + - D07.a_.y_y_o0_5qN2_---_M.N_._a6.9bHjdH.-.5_.I8__n + matchLabels: + 8---jop9641lg.p-g8c2-k-912e5-c-e63-n-3n/E9.8ThjT9s-j41-0-6p-JFHn7y-74.-0MUORQQ.N2.3: 68._bQw.-dG6c-.6--_x.--0wmZk1_8._3s_-_Bq.m_4 + template: + metadata: + annotations: + "32": "33" + clusterName: "38" + creationTimestamp: null + deletionGracePeriodSeconds: 7534629739119643351 + finalizers: + - "37" + generateName: "26" + generation: -4139900758039117471 + labels: + "30": "31" + managedFields: + - apiVersion: "40" + fieldsType: "41" + manager: "39" + operation: ĪȸŹăȲϤĦʅ芝 + name: "25" + namespace: "27" + ownerReferences: + - apiVersion: "34" + blockOwnerDeletion: true + controller: false + kind: "35" + name: "36" + uid: ^ + resourceVersion: "1698285396218902212" + selfLink: "28" + uid: TʡȂŏ{sǡƟ + spec: + activeDeadlineSeconds: 7109959542220202422 + affinity: + nodeAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - preference: + matchExpressions: + - key: "406" + operator: 聧扈4ƫZ + values: + - "407" + matchFields: + - key: "408" + operator: ' ɲ±' + values: + - "409" + weight: -177041290 + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: "402" + operator: ɳ礬.b屏ɧeʫį淓¯Ą0 + values: + - "403" + matchFields: + - key: "404" + operator: 鮽ǍJB膾扉A­1襏櫯³£h刪q塨 + values: + - "405" + podAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: yps4483-o--3f1p7--43nw-l-x18mtb/mLlx...w_t-_.5.40Rw4gD.._.-x6db-L7.-__-G_2kCpH + operator: DoesNotExist + matchLabels: + nn093-pi-9o-l4-vo5byp8q-sf1--gw-jz/F_06.eqk5L: 3zHw.H__V.Vz_6.Hz_V_.r_v_._e_7 + namespaces: + - "424" + topologyKey: "425" + weight: -2092358209 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: 1rhm-5y--z-0/5eQ9 + operator: DoesNotExist + matchLabels: + p_N-1: O-BZ..6-1.S-B3_.b7 + namespaces: + - "416" + topologyKey: "417" + podAntiAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: 2--4-r4p--w1k8--y.e2-08vc--4-7hdum1-f-7-k8q/YD-Q9_-__..YNFu7Pg-.814e-_07-ht-E6___-X__H.-39-A_-_l67Q.-t + operator: NotIn + values: + - Oep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o..p_B-d--Q2 + matchLabels: + 6n-f-x--i-b/K_BM.6-.Y_72-_--pT75-.emV__1-wv3UDf.4: 2_uGGP..-_N_h_4Hl-X0_2--__4K..-68-7l + namespaces: + - "440" + topologyKey: "441" + weight: -1084136601 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: I.4_W_-_-7Tp_.---c + operator: DoesNotExist + matchLabels: + H1_-ODgC_1-_8__T3sn-0_.i__a.O2G_-_K-0: 8mp.-10KkQ-R_R.-.--4_IT_O__3.5h_XC0_-7.-hj-O + namespaces: + - "432" + topologyKey: "433" + automountServiceAccountToken: false + containers: + - args: + - "247" + command: + - "246" + env: + - name: "254" + value: "255" + valueFrom: + configMapKeyRef: + key: "261" + name: "260" + optional: true + fieldRef: + apiVersion: "256" + fieldPath: "257" + resourceFieldRef: + containerName: "258" + divisor: "277" + resource: "259" + secretKeyRef: + key: "263" + name: "262" + optional: true + envFrom: + - configMapRef: + name: "252" + optional: true + prefix: "251" + secretRef: + name: "253" + optional: true + image: "245" + imagePullPolicy: 焬CQm坊柩 + lifecycle: + postStart: + exec: + command: + - "291" + httpGet: + host: "294" + httpHeaders: + - name: "295" + value: "296" + path: "292" + port: "293" + scheme: 磉反 + tcpSocket: + host: "297" + port: -313085430 + preStop: + exec: + command: + - "298" + httpGet: + host: "300" + httpHeaders: + - name: "301" + value: "302" + path: "299" + port: 413903479 + scheme: ɛ棕ƈ眽炊礫Ƽ¨Ix糂 + tcpSocket: + host: "304" + port: "303" + livenessProbe: + exec: + command: + - "270" + failureThreshold: 2144856253 + httpGet: + host: "272" + httpHeaders: + - name: "273" + value: "274" + path: "271" + port: 872525702 + scheme: ay + initialDelaySeconds: 628632965 + periodSeconds: -1396197931 + successThreshold: -1114385515 + tcpSocket: + host: "276" + port: "275" + timeoutSeconds: 552654052 + name: "244" + ports: + - containerPort: -852140121 + hostIP: "250" + hostPort: -57730414 + name: "249" + protocol: ȣ±p + readinessProbe: + exec: + command: + - "277" + failureThreshold: 1803882645 + httpGet: + host: "279" + httpHeaders: + - name: "280" + value: "281" + path: "278" + port: -1186720090 + scheme: 增猍ǵ xǨŴ壶ƵfȽÃ茓pȓɻ + initialDelaySeconds: 1737172479 + periodSeconds: 1223564938 + successThreshold: 1241693652 + tcpSocket: + host: "283" + port: "282" + timeoutSeconds: -767058113 + resources: + limits: + 斩ìh4ɊHȖ|ʐşƧ諔迮ƙIJ: "850" + requests: + jʒǚ鍰\縑ɀ撑¼蠾8餑噭Dµ: "635" + securityContext: + allowPrivilegeEscalation: false + capabilities: + add: + - '[ƕƑĝ®EĨǔvÄÚ' + drop: + - p鬷m罂o3ǰ廋i乳' + privileged: false + procMount: 蠲$ɛ溢臜裡 + readOnlyRootFilesystem: true + runAsGroup: 3258181973067899469 + runAsNonRoot: true + runAsUser: 2506229153551047343 + seLinuxOptions: + level: "309" + role: "307" + type: "308" + user: "306" + seccompProfile: + localhostProfile: "313" + type: 銵-紑浘牬釼aTG + windowsOptions: + gmsaCredentialSpec: "311" + gmsaCredentialSpecName: "310" + runAsUserName: "312" + startupProbe: + exec: + command: + - "284" + failureThreshold: -751455207 + httpGet: + host: "287" + httpHeaders: + - name: "288" + value: "289" + path: "285" + port: "286" + scheme: 賞ǧĒzŔ瘍N + initialDelaySeconds: 2073630689 + periodSeconds: -1395144116 + successThreshold: -684167223 + tcpSocket: + host: "290" + port: -531787516 + timeoutSeconds: -830875556 + stdin: true + terminationMessagePath: "305" + terminationMessagePolicy: ǚŜEuEy竬ʆɞ + volumeDevices: + - devicePath: "269" + name: "268" + volumeMounts: + - mountPath: "265" + mountPropagation: 衷,ƷƣMț譎懚 + name: "264" + subPath: "266" + subPathExpr: "267" + workingDir: "248" + dnsConfig: + nameservers: + - "448" + options: + - name: "450" + value: "451" + searches: + - "449" + dnsPolicy: '#t(ȗŜŲ&洪y儕l' + enableServiceLinks: false + ephemeralContainers: + - args: + - "317" + command: + - "316" + env: + - name: "324" + value: "325" + valueFrom: + configMapKeyRef: + key: "331" + name: "330" + optional: true + fieldRef: + apiVersion: "326" + fieldPath: "327" + resourceFieldRef: + containerName: "328" + divisor: "574" + resource: "329" + secretKeyRef: + key: "333" + name: "332" + optional: false + envFrom: + - configMapRef: + name: "322" + optional: false + prefix: "321" + secretRef: + name: "323" + optional: true + image: "315" + imagePullPolicy: O_h盌3+Œ9两@8Byß讪Ă2 + lifecycle: + postStart: + exec: + command: + - "360" + httpGet: + host: "362" + httpHeaders: + - name: "363" + value: "364" + path: "361" + port: 1767555420 + scheme: e + tcpSocket: + host: "366" + port: "365" + preStop: + exec: + command: + - "367" + httpGet: + host: "369" + httpHeaders: + - name: "370" + value: "371" + path: "368" + port: -1452767599 + scheme: ' 瞍髃#ɣȕ' + tcpSocket: + host: "373" + port: "372" + livenessProbe: + exec: + command: + - "340" + failureThreshold: 1471419756 + httpGet: + host: "342" + httpHeaders: + - name: "343" + value: "344" + path: "341" + port: 731136838 + scheme: 繡旹翃ɾ氒ĺʈʫ羶剹Ɗ + initialDelaySeconds: -1223327585 + periodSeconds: -1531582553 + successThreshold: 1474671869 + tcpSocket: + host: "345" + port: -183458945 + timeoutSeconds: -99080494 + name: "314" + ports: + - containerPort: 243566659 + hostIP: "320" + hostPort: -92253969 + name: "319" + protocol: ×DJɶ羹ƞʓ%ʝ`ǭ躌ñ?卶滿筇 + readinessProbe: + exec: + command: + - "346" + failureThreshold: 1447996588 + httpGet: + host: "348" + httpHeaders: + - name: "349" + value: "350" + path: "347" + port: 892837330 + scheme: 気Ƀ秮ò + initialDelaySeconds: -1649234654 + periodSeconds: 541943046 + successThreshold: 1502194981 + tcpSocket: + host: "352" + port: "351" + timeoutSeconds: -263708518 + resources: + limits: + ĭ$: "530" + requests: + «V¯ÁȦtl敷: "698" + securityContext: + allowPrivilegeEscalation: false + capabilities: + add: + - m葰賦迾娙ƴ4虵p蓋沥7uPƒw©ɴĶ + drop: + - "" + privileged: true + procMount: Ř筿 + readOnlyRootFilesystem: true + runAsGroup: 9111865674949727136 + runAsNonRoot: true + runAsUser: 6816267869367451869 + seLinuxOptions: + level: "378" + role: "376" + type: "377" + user: "375" + seccompProfile: + localhostProfile: "382" + type: 5Ų買霎ȃň[>ą S + windowsOptions: + gmsaCredentialSpec: "380" + gmsaCredentialSpecName: "379" + runAsUserName: "381" + startupProbe: + exec: + command: + - "353" + failureThreshold: 1805682547 + httpGet: + host: "356" + httpHeaders: + - name: "357" + value: "358" + path: "354" + port: "355" + scheme: đ>*劶? + initialDelaySeconds: 1008425444 + periodSeconds: 1678953375 + successThreshold: 1045190247 + tcpSocket: + host: "359" + port: -176877925 + timeoutSeconds: -821592382 + stdinOnce: true + targetContainerName: "383" + terminationMessagePath: "374" + terminationMessagePolicy: s梊ɥʋăƻ遲njlȘ鹾K + volumeDevices: + - devicePath: "339" + name: "338" + volumeMounts: + - mountPath: "335" + mountPropagation: Ű藛b磾sYȠ繽敮ǰ + name: "334" + subPath: "336" + subPathExpr: "337" + workingDir: "318" + hostAliases: + - hostnames: + - "446" + ip: "445" + hostIPC: true + hostNetwork: true + hostname: "400" + imagePullSecrets: + - name: "399" + initContainers: + - args: + - "178" + command: + - "177" + env: + - name: "185" + value: "186" + valueFrom: + configMapKeyRef: + key: "192" + name: "191" + optional: true + fieldRef: + apiVersion: "187" + fieldPath: "188" + resourceFieldRef: + containerName: "189" + divisor: "139" + resource: "190" + secretKeyRef: + key: "194" + name: "193" + optional: false + envFrom: + - configMapRef: + name: "183" + optional: false + prefix: "182" + secretRef: + name: "184" + optional: false + image: "176" + imagePullPolicy: Ɖ飴ɎiǨ + lifecycle: + postStart: + exec: + command: + - "222" + httpGet: + host: "224" + httpHeaders: + - name: "225" + value: "226" + path: "223" + port: -816630929 + tcpSocket: + host: "227" + port: 1965273344 + preStop: + exec: + command: + - "228" + httpGet: + host: "231" + httpHeaders: + - name: "232" + value: "233" + path: "229" + port: "230" + scheme: SÄ蚃ɣľ)酊龨δ摖ȱğ_< + tcpSocket: + host: "234" + port: -385597677 + livenessProbe: + exec: + command: + - "201" + failureThreshold: -552281772 + httpGet: + host: "204" + httpHeaders: + - name: "205" + value: "206" + path: "202" + port: "203" + scheme: u|榝$î.Ȏ蝪ʜ5遰=E埄Ȁ + initialDelaySeconds: -1246371817 + periodSeconds: 432291364 + successThreshold: 676578360 + tcpSocket: + host: "207" + port: 1714588921 + timeoutSeconds: 617318981 + name: "175" + ports: + - containerPort: -1252938503 + hostIP: "181" + hostPort: 852780575 + name: "180" + protocol: Opwǩ曬逴褜1ØœȠƬQg鄠 + readinessProbe: + exec: + command: + - "208" + failureThreshold: 549215478 + httpGet: + host: "210" + httpHeaders: + - name: "211" + value: "212" + path: "209" + port: 1777326813 + scheme: ǟi&皥贸碔lNKƙ順\E¦ + initialDelaySeconds: 1868887309 + periodSeconds: -316996074 + successThreshold: 1933968533 + tcpSocket: + host: "214" + port: "213" + timeoutSeconds: -528664199 + resources: + limits: + LĹ]佱¿>犵殇ŕ-Ɂ圯W:ĸ輦唊: "807" + requests: + 嚧ʣq埄: "936" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - ǵɐ鰥Z + drop: + - ´DÒȗÔÂɘɢ鬍熖B芭花ª瘡 + privileged: false + procMount: ƲǦŐnj汰 + readOnlyRootFilesystem: true + runAsGroup: 2823592889848840099 + runAsNonRoot: false + runAsUser: -1666202510534940446 + seLinuxOptions: + level: "239" + role: "237" + type: "238" + user: "236" + seccompProfile: + localhostProfile: "243" + type: ŕİi騎C + windowsOptions: + gmsaCredentialSpec: "241" + gmsaCredentialSpecName: "240" + runAsUserName: "242" + startupProbe: + exec: + command: + - "215" + failureThreshold: 1847163341 + httpGet: + host: "217" + httpHeaders: + - name: "218" + value: "219" + path: "216" + port: -374766088 + scheme: 翜舞拉Œ + initialDelaySeconds: -190183379 + periodSeconds: -341287812 + successThreshold: 2030115750 + tcpSocket: + host: "221" + port: "220" + timeoutSeconds: -940334911 + terminationMessagePath: "235" + terminationMessagePolicy: 橈' + tty: true + volumeDevices: + - devicePath: "200" + name: "199" + volumeMounts: + - mountPath: "196" + mountPropagation: '#嬀ơŸ8T 苧yñKJɐ扵Gƚ绤f' + name: "195" + subPath: "197" + subPathExpr: "198" + workingDir: "179" + nodeName: "388" + nodeSelector: + "384": "385" + overhead: + '[IŚȆĸsǞÃ+?Ď筌ʨ:': "664" + preemptionPolicy: 礗渶 + priority: 197024033 + priorityClassName: "447" + readinessGates: + - conditionType: "" + restartPolicy: '''呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG' + runtimeClassName: "452" + schedulerName: "442" + securityContext: + fsGroup: -4548866432246561416 + fsGroupChangePolicy: Ð扬 + runAsGroup: -4962946920772050319 + runAsNonRoot: true + runAsUser: 4841944355356012825 + seLinuxOptions: + level: "392" + role: "390" + type: "391" + user: "389" + seccompProfile: + localhostProfile: "398" + type: 惍EʦŊĊ娮rȧ + supplementalGroups: + - 5695420257629724684 + sysctls: + - name: "396" + value: "397" + windowsOptions: + gmsaCredentialSpec: "394" + gmsaCredentialSpecName: "393" + runAsUserName: "395" + serviceAccount: "387" + serviceAccountName: "386" + setHostnameAsFQDN: true + shareProcessNamespace: false + subdomain: "401" + terminationGracePeriodSeconds: -155552760352472950 + tolerations: + - effect: ưg + key: "443" + operator: Ž彙pg稠氦Ņs + tolerationSeconds: 7158818521862381855 + value: "444" + topologySpreadConstraints: + - labelSelector: + matchExpressions: + - key: 37-ufi-q7u0ux-qv4kd-36---9-d-6s83--r-vkm.8fmt4272r--49u-0m7u-----v---4b---h-wyux--4t7k--e--x--3/fdw.3-._CJ4a1._-_CH-6 + operator: DoesNotExist + matchLabels: + cg-w2q76.6-7w-tdt-u-0----p6l-3-znd-8b-dg--1035ad1o-d-6-bk81-3s/s-g__.2: 3N_.n1.--.._-x_4..u2-__3uM77U7._pT-___-_5-6h_K7 + maxSkew: -918148948 + topologyKey: "453" + whenUnsatisfiable: 亪鸑躓1Ǐ詁Ȟ鮩ĺJCuɖc + volumes: + - awsElasticBlockStore: + fsType: "47" + partition: -2007808768 + volumeID: "46" + azureDisk: + cachingMode: k ź贩j瀉ǚrǜnh0åȂ + diskName: "110" + diskURI: "111" + fsType: "112" + kind: nj揠8lj黳鈫ʕ禒Ƙá腿ħ缶 + readOnly: false + azureFile: + readOnly: true + secretName: "96" + shareName: "97" + cephfs: + monitors: + - "81" + path: "82" + secretFile: "84" + secretRef: + name: "85" + user: "83" + cinder: + fsType: "79" + secretRef: + name: "80" + volumeID: "78" + configMap: + defaultMode: 952979935 + items: + - key: "99" + mode: 2020789772 + path: "100" + name: "98" + optional: false + csi: + driver: "142" + fsType: "143" + nodePublishSecretRef: + name: "146" + readOnly: true + volumeAttributes: + "144": "145" + downwardAPI: + defaultMode: -868808281 + items: + - fieldRef: + apiVersion: "89" + fieldPath: "90" + mode: -1768075156 + path: "88" + resourceFieldRef: + containerName: "91" + divisor: "915" + resource: "92" + emptyDir: + medium: ɹ坼É/pȿ + sizeLimit: "804" + ephemeral: + volumeClaimTemplate: + metadata: + annotations: + "154": "155" + clusterName: "160" + creationTimestamp: null + deletionGracePeriodSeconds: 2974444584632416014 + finalizers: + - "159" + generateName: "148" + generation: 3849874053153949822 + labels: + "152": "153" + managedFields: + - apiVersion: "162" + fieldsType: "163" + manager: "161" + operation: 獵偐ę腬瓷碑=ɉ鎷卩蝾H韹寬娬ï瓼 + name: "147" + namespace: "149" + ownerReferences: + - apiVersion: "156" + blockOwnerDeletion: false + controller: true + kind: "157" + name: "158" + uid: oɘ檲ɨ銦妰黖ȓ + resourceVersion: "1248703441945830579" + selfLink: "150" + uid: 溟ɴ扵閝ȝ鐵儣廡ɑ龫`劳&¼ + spec: + accessModes: + - 酃=6}ɡŇƉ立hdz緄Ú|dk_瀹鞎 + dataSource: + apiGroup: "172" + kind: "173" + name: "174" + resources: + limits: + 'âĺɗŹ倗S晒嶗UÐ_ƮA攤/ɸɎ ': "648" + requests: + 鴒翁杙Ŧ癃8鸖ɱJȉ罴ņ螡: "212" + selector: + matchExpressions: + - key: Wik_--DSXr.n-A9..9__Y-H-Mqpt._.-_..051 + operator: DoesNotExist + matchLabels: + o-03-t-0-035--5b95w------4-n4f--139-295at-o7qff2/v2.-_-8wE._._3.-.83_iq_-y.-25C.A-j..9dfn38: m_zm-.-_RJt2pX_2_28.6 + storageClassName: "171" + volumeMode: dz娝嘚庎D}埽uʎȺ眖R#yV'WK + volumeName: "170" + fc: + fsType: "94" + lun: 570501002 + targetWWNs: + - "93" + wwids: + - "95" + flexVolume: + driver: "73" + fsType: "74" + options: + "76": "77" + readOnly: true + secretRef: + name: "75" + flocker: + datasetName: "86" + datasetUUID: "87" + gcePersistentDisk: + fsType: "45" + partition: -1318752360 + pdName: "44" + gitRepo: + directory: "50" + repository: "48" + revision: "49" + glusterfs: + endpoints: "63" + path: "64" + hostPath: + path: "43" + type: "" + iscsi: + chapAuthDiscovery: true + chapAuthSession: true + fsType: "59" + initiatorName: "62" + iqn: "57" + iscsiInterface: "58" + lun: 408756018 + portals: + - "60" + readOnly: true + secretRef: + name: "61" + targetPortal: "56" + name: "42" + nfs: + path: "55" + readOnly: true + server: "54" + persistentVolumeClaim: + claimName: "65" + readOnly: true + photonPersistentDisk: + fsType: "114" + pdID: "113" + portworxVolume: + fsType: "129" + volumeID: "128" + projected: + defaultMode: 480521693 + sources: + - configMap: + items: + - key: "124" + mode: -1126738259 + path: "125" + name: "123" + optional: true + downwardAPI: + items: + - fieldRef: + apiVersion: "119" + fieldPath: "120" + mode: -1618937335 + path: "118" + resourceFieldRef: + containerName: "121" + divisor: "461" + resource: "122" + secret: + items: + - key: "116" + mode: 675406340 + path: "117" + name: "115" + optional: false + serviceAccountToken: + audience: "126" + expirationSeconds: -6345861634934949644 + path: "127" + quobyte: + group: "108" + registry: "105" + tenant: "109" + user: "107" + volume: "106" + rbd: + fsType: "68" + image: "67" + keyring: "71" + monitors: + - "66" + pool: "69" + readOnly: true + secretRef: + name: "72" + user: "70" + scaleIO: + fsType: "137" + gateway: "130" + protectionDomain: "133" + secretRef: + name: "132" + sslEnabled: true + storageMode: "135" + storagePool: "134" + system: "131" + volumeName: "136" + secret: + defaultMode: 1233814916 + items: + - key: "52" + mode: 228756891 + path: "53" + optional: false + secretName: "51" + storageos: + fsType: "140" + secretRef: + name: "141" + volumeName: "138" + volumeNamespace: "139" + vsphereVolume: + fsType: "102" + storagePolicyID: "104" + storagePolicyName: "103" + volumePath: "101" + updateStrategy: + rollingUpdate: + maxUnavailable: 2 + type: 翘ǼZ熝Ʊ宷泐ɻvŰ`Ǧɝ憑ǖ菐u +status: + collisionCount: 223996911 + conditions: + - lastTransitionTime: "2480-06-05T07:37:49Z" + message: "461" + reason: "460" + status: 楗鱶镖喗vȥ倉螆ȨX>,«ɒó + type: Y囙邵鄨o鷺ɷ裝TG奟cõ乨厰ʚ± + currentNumberScheduled: 408491268 + desiredNumberScheduled: 1883709155 + numberAvailable: -406189540 + numberMisscheduled: -1833348558 + numberReady: 484752614 + numberUnavailable: -2095625968 + observedGeneration: 3359608726763190142 + updatedNumberScheduled: 1401559245 diff --git a/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1.Deployment.after_roundtrip.json b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1.Deployment.after_roundtrip.json new file mode 100644 index 00000000000..84eb5b2cfbe --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1.Deployment.after_roundtrip.json @@ -0,0 +1,1499 @@ +{ + "kind": "Deployment", + "apiVersion": "apps/v1", + "metadata": { + "name": "2", + "generateName": "3", + "namespace": "4", + "selfLink": "5", + "uid": "7", + "resourceVersion": "11042405498087606203", + "generation": 8071137005907523419, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -4955867275792137171, + "labels": { + "7": "8" + }, + "annotations": { + "9": "10" + }, + "ownerReferences": [ + { + "apiVersion": "11", + "kind": "12", + "name": "13", + "uid": "Dz廔ȇ{sŊƏp", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "14" + ], + "clusterName": "15", + "managedFields": [ + { + "manager": "16", + "operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]", + "apiVersion": "17", + "fieldsType": "18" + } + ] + }, + "spec": { + "replicas": 896585016, + "selector": { + "matchLabels": { + "74404d5---g8c2-k-91e.y5-g--58----0683-b-w7ld-6cs06xj-x5yv0wm-k18/M_-Nx.N_6-___._-.-W._AAn---v_-5-_8LXj": "6-4_WE-_JTrcd-2.-__E_Sv__26KX_R_.-.Nth._--S_4DA_-5_-4lQ42M--1" + }, + "matchExpressions": [ + { + "key": "50-u--25cu87--r7p-w1e67-8pj5t-kl-v0q6b68--nu5oii38fn-8.629b-jd-8c45-0-8--6n--w0--w---196g8d--iv1-5--5ht-a-29--0qso796/3___47._49pIB_o61ISU4--A_.XK_._M99", + "operator": "Exists" + } + ] + }, + "template": { + "metadata": { + "name": "25", + "generateName": "26", + "namespace": "27", + "selfLink": "28", + "uid": "?Qȫş", + "resourceVersion": "1736621709629422270", + "generation": -8542870036622468681, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -2575298329142810753, + "labels": { + "30": "31" + }, + "annotations": { + "32": "33" + }, + "ownerReferences": [ + { + "apiVersion": "34", + "kind": "35", + "name": "36", + "uid": "ƶȤ^}", + "controller": true, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "37" + ], + "clusterName": "38", + "managedFields": [ + { + "manager": "39", + "operation": "躢", + "apiVersion": "40", + "fieldsType": "41" + } + ] + }, + "spec": { + "volumes": [ + { + "name": "42", + "hostPath": { + "path": "43", + "type": "ƛƟ)ÙæNǚ錯ƶRquA?瞲Ť倱\u003c" + }, + "emptyDir": { + "medium": "Xŋ朘瑥A徙ɶɊł/擇ɦĽ胚O醔ɍ厶耈", + "sizeLimit": "473" + }, + "gcePersistentDisk": { + "pdName": "44", + "fsType": "45", + "partition": -1188153605 + }, + "awsElasticBlockStore": { + "volumeID": "46", + "fsType": "47", + "partition": 912004803, + "readOnly": true + }, + "gitRepo": { + "repository": "48", + "revision": "49", + "directory": "50" + }, + "secret": { + "secretName": "51", + "items": [ + { + "key": "52", + "path": "53", + "mode": -547518679 + } + ], + "defaultMode": 332383000, + "optional": true + }, + "nfs": { + "server": "54", + "path": "55", + "readOnly": true + }, + "iscsi": { + "targetPortal": "56", + "iqn": "57", + "lun": 994527057, + "iscsiInterface": "58", + "fsType": "59", + "portals": [ + "60" + ], + "chapAuthDiscovery": true, + "secretRef": { + "name": "61" + }, + "initiatorName": "62" + }, + "glusterfs": { + "endpoints": "63", + "path": "64", + "readOnly": true + }, + "persistentVolumeClaim": { + "claimName": "65", + "readOnly": true + }, + "rbd": { + "monitors": [ + "66" + ], + "image": "67", + "fsType": "68", + "pool": "69", + "user": "70", + "keyring": "71", + "secretRef": { + "name": "72" + } + }, + "flexVolume": { + "driver": "73", + "fsType": "74", + "secretRef": { + "name": "75" + }, + "readOnly": true, + "options": { + "76": "77" + } + }, + "cinder": { + "volumeID": "78", + "fsType": "79", + "secretRef": { + "name": "80" + } + }, + "cephfs": { + "monitors": [ + "81" + ], + "path": "82", + "user": "83", + "secretFile": "84", + "secretRef": { + "name": "85" + } + }, + "flocker": { + "datasetName": "86", + "datasetUUID": "87" + }, + "downwardAPI": { + "items": [ + { + "path": "88", + "fieldRef": { + "apiVersion": "89", + "fieldPath": "90" + }, + "resourceFieldRef": { + "containerName": "91", + "resource": "92", + "divisor": "660" + }, + "mode": 1569992019 + } + ], + "defaultMode": 824682619 + }, + "fc": { + "targetWWNs": [ + "93" + ], + "lun": -1740986684, + "fsType": "94", + "readOnly": true, + "wwids": [ + "95" + ] + }, + "azureFile": { + "secretName": "96", + "shareName": "97", + "readOnly": true + }, + "configMap": { + "name": "98", + "items": [ + { + "key": "99", + "path": "100", + "mode": 195263908 + } + ], + "defaultMode": 1593906314, + "optional": false + }, + "vsphereVolume": { + "volumePath": "101", + "fsType": "102", + "storagePolicyName": "103", + "storagePolicyID": "104" + }, + "quobyte": { + "registry": "105", + "volume": "106", + "user": "107", + "group": "108", + "tenant": "109" + }, + "azureDisk": { + "diskName": "110", + "diskURI": "111", + "cachingMode": "|@?鷅bȻN", + "fsType": "112", + "readOnly": true, + "kind": "榱*Gưoɘ檲" + }, + "photonPersistentDisk": { + "pdID": "113", + "fsType": "114" + }, + "projected": { + "sources": [ + { + "secret": { + "name": "115", + "items": [ + { + "key": "116", + "path": "117", + "mode": -323584340 + } + ], + "optional": true + }, + "downwardAPI": { + "items": [ + { + "path": "118", + "fieldRef": { + "apiVersion": "119", + "fieldPath": "120" + }, + "resourceFieldRef": { + "containerName": "121", + "resource": "122", + "divisor": "106" + }, + "mode": 173030157 + } + ] + }, + "configMap": { + "name": "123", + "items": [ + { + "key": "124", + "path": "125", + "mode": 2063799569 + } + ], + "optional": false + }, + "serviceAccountToken": { + "audience": "126", + "expirationSeconds": 8357931971650847566, + "path": "127" + } + } + ], + "defaultMode": -1334904807 + }, + "portworxVolume": { + "volumeID": "128", + "fsType": "129", + "readOnly": true + }, + "scaleIO": { + "gateway": "130", + "system": "131", + "secretRef": { + "name": "132" + }, + "protectionDomain": "133", + "storagePool": "134", + "storageMode": "135", + "volumeName": "136", + "fsType": "137" + }, + "storageos": { + "volumeName": "138", + "volumeNamespace": "139", + "fsType": "140", + "secretRef": { + "name": "141" + } + }, + "csi": { + "driver": "142", + "readOnly": false, + "fsType": "143", + "volumeAttributes": { + "144": "145" + }, + "nodePublishSecretRef": { + "name": "146" + } + }, + "ephemeral": { + "volumeClaimTemplate": { + "metadata": { + "name": "147", + "generateName": "148", + "namespace": "149", + "selfLink": "150", + "uid": "H巧壚tC十Oɢ", + "resourceVersion": "11451542506523135343", + "generation": 6028937828108618026, + "creationTimestamp": null, + "deletionGracePeriodSeconds": 6296624700137074905, + "labels": { + "152": "153" + }, + "annotations": { + "154": "155" + }, + "ownerReferences": [ + { + "apiVersion": "156", + "kind": "157", + "name": "158", + "uid": "閝ȝ", + "controller": false, + "blockOwnerDeletion": false + } + ], + "finalizers": [ + "159" + ], + "clusterName": "160", + "managedFields": [ + { + "manager": "161", + "operation": "ɑ龫`劳\u0026¼傭Ȟ1酃=6}ɡŇƉ立h", + "apiVersion": "162", + "fieldsType": "163" + } + ] + }, + "spec": { + "accessModes": [ + "鲡:" + ], + "selector": { + "matchLabels": { + "0-.-yz-0-_p4mz--.I_f6kjsz-7lwY-Y93-6": "igm_-._.q6" + }, + "matchExpressions": [ + { + "key": "m_0_F03_J", + "operator": "NotIn", + "values": [ + "4FpF_W-6" + ] + } + ] + }, + "resources": { + "limits": { + "Ŗȫ焗捏ĨFħ籘": "853" + }, + "requests": { + "zɟ踡肒Ao/樝fw[Řż丩ŽoǠ": "918" + } + }, + "volumeName": "170", + "storageClassName": "171", + "volumeMode": "Z1Ůđ眊ľǎɳ,ǿ飏騀呣", + "dataSource": { + "apiGroup": "172", + "kind": "173", + "name": "174" + } + } + } + } + } + ], + "initContainers": [ + { + "name": "175", + "image": "176", + "command": [ + "177" + ], + "args": [ + "178" + ], + "workingDir": "179", + "ports": [ + { + "name": "180", + "hostPort": 282592353, + "containerPort": 377225334, + "protocol": "Ƹ[Ęİ榌U髷裎$MVȟ@7", + "hostIP": "181" + } + ], + "envFrom": [ + { + "prefix": "182", + "configMapRef": { + "name": "183", + "optional": false + }, + "secretRef": { + "name": "184", + "optional": false + } + } + ], + "env": [ + { + "name": "185", + "value": "186", + "valueFrom": { + "fieldRef": { + "apiVersion": "187", + "fieldPath": "188" + }, + "resourceFieldRef": { + "containerName": "189", + "resource": "190", + "divisor": "573" + }, + "configMapKeyRef": { + "name": "191", + "key": "192", + "optional": false + }, + "secretKeyRef": { + "name": "193", + "key": "194", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "ǚ灄鸫rʤî萨zvt": "829" + }, + "requests": { + "悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\\p": "604" + } + }, + "volumeMounts": [ + { + "name": "195", + "readOnly": true, + "mountPath": "196", + "subPath": "197", + "mountPropagation": "ƖHV", + "subPathExpr": "198" + } + ], + "volumeDevices": [ + { + "name": "199", + "devicePath": "200" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "201" + ] + }, + "httpGet": { + "path": "202", + "port": -1196874390, + "host": "203", + "scheme": "S晒嶗UÐ_ƮA攤", + "httpHeaders": [ + { + "name": "204", + "value": "205" + } + ] + }, + "tcpSocket": { + "port": -498930176, + "host": "206" + }, + "initialDelaySeconds": 1885897314, + "timeoutSeconds": -465677631, + "periodSeconds": 1054858106, + "successThreshold": 232569106, + "failureThreshold": -1150474479 + }, + "readinessProbe": { + "exec": { + "command": [ + "207" + ] + }, + "httpGet": { + "path": "208", + "port": "209", + "host": "210", + "scheme": "8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ", + "httpHeaders": [ + { + "name": "211", + "value": "212" + } + ] + }, + "tcpSocket": { + "port": "213", + "host": "214" + }, + "initialDelaySeconds": -2717401, + "timeoutSeconds": -1492565335, + "periodSeconds": -1099429189, + "successThreshold": 994072122, + "failureThreshold": 1752155096 + }, + "startupProbe": { + "exec": { + "command": [ + "215" + ] + }, + "httpGet": { + "path": "216", + "port": "217", + "host": "218", + "scheme": "Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ", + "httpHeaders": [ + { + "name": "219", + "value": "220" + } + ] + }, + "tcpSocket": { + "port": -36782737, + "host": "221" + }, + "initialDelaySeconds": -1738069460, + "timeoutSeconds": -1643733106, + "periodSeconds": -805795167, + "successThreshold": 1791615594, + "failureThreshold": 785984384 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "222" + ] + }, + "httpGet": { + "path": "223", + "port": "224", + "host": "225", + "scheme": "\u003e郵[+扴ȨŮ", + "httpHeaders": [ + { + "name": "226", + "value": "227" + } + ] + }, + "tcpSocket": { + "port": "228", + "host": "229" + } + }, + "preStop": { + "exec": { + "command": [ + "230" + ] + }, + "httpGet": { + "path": "231", + "port": -743369977, + "host": "232", + "scheme": "\u003e犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4", + "httpHeaders": [ + { + "name": "233", + "value": "234" + } + ] + }, + "tcpSocket": { + "port": -1224991707, + "host": "235" + } + } + }, + "terminationMessagePath": "236", + "imagePullPolicy": "昕Ĭ", + "securityContext": { + "capabilities": { + "add": [ + "藢xɮĵȑ6L*Z鐫û咡W\u003c" + ], + "drop": [ + "lu|榝$î." + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "237", + "role": "238", + "type": "239", + "level": "240" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "241", + "gmsaCredentialSpec": "242", + "runAsUserName": "243" + }, + "runAsUser": -7565148469525206101, + "runAsGroup": 8949541422887578058, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "朦 wƯ貾坢'跩", + "seccompProfile": { + "type": "ŕ翑0展}", + "localhostProfile": "244" + } + }, + "stdinOnce": true + } + ], + "containers": [ + { + "name": "245", + "image": "246", + "command": [ + "247" + ], + "args": [ + "248" + ], + "workingDir": "249", + "ports": [ + { + "name": "250", + "hostPort": -778272981, + "containerPort": 2056774277, + "protocol": "现葢ŵ橨鬶l獕;跣Hǝcw媀瓄\u0026翜舞拉", + "hostIP": "251" + } + ], + "envFrom": [ + { + "prefix": "252", + "configMapRef": { + "name": "253", + "optional": true + }, + "secretRef": { + "name": "254", + "optional": false + } + } + ], + "env": [ + { + "name": "255", + "value": "256", + "valueFrom": { + "fieldRef": { + "apiVersion": "257", + "fieldPath": "258" + }, + "resourceFieldRef": { + "containerName": "259", + "resource": "260", + "divisor": "124" + }, + "configMapKeyRef": { + "name": "261", + "key": "262", + "optional": false + }, + "secretKeyRef": { + "name": "263", + "key": "264", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "V訆Ǝżŧ": "915" + }, + "requests": { + "+SÄ蚃ɣľ)酊龨Î": "787" + } + }, + "volumeMounts": [ + { + "name": "265", + "readOnly": true, + "mountPath": "266", + "subPath": "267", + "mountPropagation": "\"冓鍓贯澔 ƺ蛜6", + "subPathExpr": "268" + } + ], + "volumeDevices": [ + { + "name": "269", + "devicePath": "270" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "271" + ] + }, + "httpGet": { + "path": "272", + "port": 465486290, + "host": "273", + "httpHeaders": [ + { + "name": "274", + "value": "275" + } + ] + }, + "tcpSocket": { + "port": -116224247, + "host": "276" + }, + "initialDelaySeconds": -2097329452, + "timeoutSeconds": 1504385614, + "periodSeconds": 865289071, + "successThreshold": -1829146875, + "failureThreshold": -205176266 + }, + "readinessProbe": { + "exec": { + "command": [ + "277" + ] + }, + "httpGet": { + "path": "278", + "port": 234253676, + "host": "279", + "scheme": "ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏", + "httpHeaders": [ + { + "name": "280", + "value": "281" + } + ] + }, + "tcpSocket": { + "port": "282", + "host": "283" + }, + "initialDelaySeconds": -2062708879, + "timeoutSeconds": 215186711, + "periodSeconds": -141401239, + "successThreshold": -1187301925, + "failureThreshold": -402384013 + }, + "startupProbe": { + "exec": { + "command": [ + "284" + ] + }, + "httpGet": { + "path": "285", + "port": "286", + "host": "287", + "scheme": "鏻砅邻爥", + "httpHeaders": [ + { + "name": "288", + "value": "289" + } + ] + }, + "tcpSocket": { + "port": -305362540, + "host": "290" + }, + "initialDelaySeconds": 601198286, + "timeoutSeconds": 409029209, + "periodSeconds": 405193215, + "successThreshold": 2129989022, + "failureThreshold": -1699531929 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "291" + ] + }, + "httpGet": { + "path": "292", + "port": "293", + "host": "294", + "scheme": "­蜷ɔ幩š", + "httpHeaders": [ + { + "name": "295", + "value": "296" + } + ] + }, + "tcpSocket": { + "port": 455833230, + "host": "297" + } + }, + "preStop": { + "exec": { + "command": [ + "298" + ] + }, + "httpGet": { + "path": "299", + "port": 1076497581, + "host": "300", + "scheme": "h4ɊHȖ|ʐ", + "httpHeaders": [ + { + "name": "301", + "value": "302" + } + ] + }, + "tcpSocket": { + "port": 248533396, + "host": "303" + } + } + }, + "terminationMessagePath": "304", + "terminationMessagePolicy": "迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ", + "imagePullPolicy": "ņ", + "securityContext": { + "capabilities": { + "add": [ + "DŽ髐njʉBn(fǂǢ曣" + ], + "drop": [ + "ay" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "305", + "role": "306", + "type": "307", + "level": "308" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "309", + "gmsaCredentialSpec": "310", + "runAsUserName": "311" + }, + "runAsUser": 1958157659034146020, + "runAsGroup": -5996624450771474158, + "runAsNonRoot": false, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": false, + "procMount": "嗆u", + "seccompProfile": { + "type": "晲T[irȎ3Ĕ\\", + "localhostProfile": "312" + } + }, + "tty": true + } + ], + "ephemeralContainers": [ + { + "name": "313", + "image": "314", + "command": [ + "315" + ], + "args": [ + "316" + ], + "workingDir": "317", + "ports": [ + { + "name": "318", + "hostPort": -1656699070, + "containerPort": -1918622971, + "protocol": "ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz", + "hostIP": "319" + } + ], + "envFrom": [ + { + "prefix": "320", + "configMapRef": { + "name": "321", + "optional": true + }, + "secretRef": { + "name": "322", + "optional": false + } + } + ], + "env": [ + { + "name": "323", + "value": "324", + "valueFrom": { + "fieldRef": { + "apiVersion": "325", + "fieldPath": "326" + }, + "resourceFieldRef": { + "containerName": "327", + "resource": "328", + "divisor": "69" + }, + "configMapKeyRef": { + "name": "329", + "key": "330", + "optional": true + }, + "secretKeyRef": { + "name": "331", + "key": "332", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "1b": "328" + }, + "requests": { + "}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊": "699" + } + }, + "volumeMounts": [ + { + "name": "333", + "readOnly": true, + "mountPath": "334", + "subPath": "335", + "mountPropagation": "Ik(dŊiɢzĮ蛋I", + "subPathExpr": "336" + } + ], + "volumeDevices": [ + { + "name": "337", + "devicePath": "338" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "339" + ] + }, + "httpGet": { + "path": "340", + "port": "341", + "host": "342", + "scheme": "ȥ}礤铟怖ý萜Ǖ", + "httpHeaders": [ + { + "name": "343", + "value": "344" + } + ] + }, + "tcpSocket": { + "port": -1088996269, + "host": "345" + }, + "initialDelaySeconds": -1922458514, + "timeoutSeconds": 1480364858, + "periodSeconds": 692511776, + "successThreshold": -1231653807, + "failureThreshold": -36573584 + }, + "readinessProbe": { + "exec": { + "command": [ + "346" + ] + }, + "httpGet": { + "path": "347", + "port": -1157640253, + "host": "348", + "scheme": "×p鬷m罂o3ǰ廋i乳'ȘUɻ;", + "httpHeaders": [ + { + "name": "349", + "value": "350" + } + ] + }, + "tcpSocket": { + "port": "351", + "host": "352" + }, + "initialDelaySeconds": -478839383, + "timeoutSeconds": 989933975, + "periodSeconds": 140830733, + "successThreshold": -708495486, + "failureThreshold": -1436899600 + }, + "startupProbe": { + "exec": { + "command": [ + "353" + ] + }, + "httpGet": { + "path": "354", + "port": "355", + "host": "356", + "scheme": "漤ŗ坟", + "httpHeaders": [ + { + "name": "357", + "value": "358" + } + ] + }, + "tcpSocket": { + "port": -1617422199, + "host": "359" + }, + "initialDelaySeconds": -902839620, + "timeoutSeconds": -2030665763, + "periodSeconds": 1808698094, + "successThreshold": 1155232143, + "failureThreshold": -1873425934 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "360" + ] + }, + "httpGet": { + "path": "361", + "port": 1288391156, + "host": "362", + "scheme": "Ǥ桒ɴ鉂WJ1抉泅ą\u0026疀ȼN", + "httpHeaders": [ + { + "name": "363", + "value": "364" + } + ] + }, + "tcpSocket": { + "port": "365", + "host": "366" + } + }, + "preStop": { + "exec": { + "command": [ + "367" + ] + }, + "httpGet": { + "path": "368", + "port": 1859267428, + "host": "369", + "scheme": "ȟP", + "httpHeaders": [ + { + "name": "370", + "value": "371" + } + ] + }, + "tcpSocket": { + "port": 1445923603, + "host": "372" + } + } + }, + "terminationMessagePath": "373", + "terminationMessagePolicy": "殆诵H玲鑠ĭ$#卛8ð仁Q", + "imagePullPolicy": "tl敷斢杧ż鯀", + "securityContext": { + "capabilities": { + "add": [ + "鸔ɧWǘ炙" + ], + "drop": [ + "餸硷" + ] + }, + "privileged": true, + "seLinuxOptions": { + "user": "374", + "role": "375", + "type": "376", + "level": "377" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "378", + "gmsaCredentialSpec": "379", + "runAsUserName": "380" + }, + "runAsUser": 5215323049148402377, + "runAsGroup": 2946116477552625615, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "ʈʫ羶剹ƊF豎穜", + "seccompProfile": { + "type": "l咑耖p^鏋", + "localhostProfile": "381" + } + }, + "tty": true, + "targetContainerName": "382" + } + ], + "restartPolicy": "ȿ醏g遧", + "terminationGracePeriodSeconds": -616777763639482630, + "activeDeadlineSeconds": 2031424375743848602, + "dnsPolicy": ":{柯?B", + "nodeSelector": { + "383": "384" + }, + "serviceAccountName": "385", + "serviceAccount": "386", + "automountServiceAccountToken": false, + "nodeName": "387", + "hostNetwork": true, + "shareProcessNamespace": false, + "securityContext": { + "seLinuxOptions": { + "user": "388", + "role": "389", + "type": "390", + "level": "391" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "392", + "gmsaCredentialSpec": "393", + "runAsUserName": "394" + }, + "runAsUser": -1290365495982891537, + "runAsGroup": -759684899479757878, + "runAsNonRoot": false, + "supplementalGroups": [ + 3273247375993523103 + ], + "fsGroup": 4489057930380969432, + "sysctls": [ + { + "name": "395", + "value": "396" + } + ], + "fsGroupChangePolicy": "='ʨ|ǓÓ敆OɈÏ 瞍髃", + "seccompProfile": { + "type": "ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn", + "localhostProfile": "397" + } + }, + "imagePullSecrets": [ + { + "name": "398" + } + ], + "hostname": "399", + "subdomain": "400", + "affinity": { + "nodeAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": { + "nodeSelectorTerms": [ + { + "matchExpressions": [ + { + "key": "401", + "operator": "+Œ9两", + "values": [ + "402" + ] + } + ], + "matchFields": [ + { + "key": "403", + "operator": "q=歍þ螗ɃŒGm¨z鋎靀G", + "values": [ + "404" + ] + } + ] + } + ] + }, + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 377409178, + "preference": { + "matchExpressions": [ + { + "key": "405", + "operator": "#ļǹʅŚO虀^背遻堣灭ƴɦ燻", + "values": [ + "406" + ] + } + ], + "matchFields": [ + { + "key": "407", + "operator": "-觗裓6Ř筿ɾ5Ų買霎ȃň[\u003eą", + "values": [ + "408" + ] + } + ] + } + } + ] + }, + "podAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5": "1--L--v_Z--Zg-_4Q__-v_t_u_.A" + }, + "matchExpressions": [ + { + "key": "5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y", + "operator": "Exists" + } + ] + }, + "namespaces": [ + "415" + ], + "topologyKey": "416" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -1507671981, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-35840-w4g-27-5s6.q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x18mtxb--kexr-y/oK-.O--5-yp8q_s-1__gw_-z_659GE.l_.23--_6l.-5_Z": "3Pw_-r75--_-Ao" + }, + "matchExpressions": [ + { + "key": "hj6/bW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...CqN", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "423" + ], + "topologyKey": "424" + } + } + ] + }, + "podAntiAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "C--Y_Dp8O_._e_3_.4_W_-_7": "p_.----cp__ac8u.._-__BM.6-.Y7" + }, + "matchExpressions": [ + { + "key": "1x--i--7-nt-23h-4z-21-sap--h--q0h-t2n4s-6-k5-7-a0w-ke5p-3.nu--17---u7-gl7814ei-07shtq-6---g----9s39z-5/wv3UDf.-4D-5", + "operator": "NotIn", + "values": [ + "l67Q.-_t--O.3L.z2-y.-...C4_-_2G8" + ] + } + ] + }, + "namespaces": [ + "431" + ], + "topologyKey": "432" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 1067925263, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "k407--m-dc---6-q-q0o90--g-09--d5ez1----b69x90/um._fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_VF": "11---.-o7.pJ-4-1WV.-__05._LsuH" + }, + "matchExpressions": [ + { + "key": "8", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "439" + ], + "topologyKey": "440" + } + } + ] + } + }, + "schedulerName": "441", + "tolerations": [ + { + "key": "442", + "operator": "Ɖ肆Ző", + "value": "443", + "effect": "淵", + "tolerationSeconds": -1072615283184390308 + } + ], + "hostAliases": [ + { + "ip": "444", + "hostnames": [ + "445" + ] + } + ], + "priorityClassName": "446", + "priority": -1221153504, + "dnsConfig": { + "nameservers": [ + "447" + ], + "searches": [ + "448" + ], + "options": [ + { + "name": "449", + "value": "450" + } + ] + }, + "readinessGates": [ + { + "conditionType": "媈" + } + ], + "runtimeClassName": "451", + "enableServiceLinks": true, + "preemptionPolicy": "n夬LJ:BŐ埑Ô*ɾWȖ韝ƉşʁO^:", + "overhead": { + "ȩ纾S": "368" + }, + "topologySpreadConstraints": [ + { + "maxSkew": -1568300104, + "topologyKey": "452", + "whenUnsatisfiable": "潑嫉悔柅ȵ.Ȁ鎧Y冒Ɩ", + "labelSelector": { + "matchLabels": { + "jp-z---k-5r6h--y7n.61-cm---ch-g0t-q--qr95ws-v-5--7-ufi-7/35a-1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--.2g": "Mqp..__._-J_-fk3-_j.133eT_2_Y" + }, + "matchExpressions": [ + { + "key": "51-i-d-----9---063-qm-j-3wc89k-0-57z4063--4/rBQ.u", + "operator": "Exists" + } + ] + } + } + ], + "setHostnameAsFQDN": false + } + }, + "strategy": { + "type": "xʚ=5谠vÐ仆dždĄ跞肞", + "rollingUpdate": { + "maxUnavailable": 2, + "maxSurge": 3 + } + }, + "minReadySeconds": -1934555365, + "revisionHistoryLimit": -1189243539, + "progressDeadlineSeconds": -1510243221 + }, + "status": { + "observedGeneration": 8090469215987662586, + "replicas": 782219862, + "updatedReplicas": 1380163777, + "readyReplicas": 877113289, + "availableReplicas": -1172851921, + "unavailableReplicas": -763028101, + "conditions": [ + { + "type": "ʤY囙邵鄨o鷺ɷ裝TG奟cõ乨", + "status": "íEd楗鱶镖喗vȥ倉螆ȨX\u003e", + "lastUpdateTime": "2792-08-11T23:40:18Z", + "lastTransitionTime": "2151-08-19T18:24:00Z", + "reason": "459", + "message": "460" + } + ], + "collisionCount": -73034396 + } +} \ No newline at end of file diff --git a/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1.Deployment.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1.Deployment.after_roundtrip.pb new file mode 100644 index 0000000000000000000000000000000000000000..7dd6546377711ee1c6f357fe3c85555c64a5bf92 GIT binary patch literal 7276 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ą + values: + - "408" + weight: 377409178 + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: "401" + operator: +Œ9两 + values: + - "402" + matchFields: + - key: "403" + operator: q=歍þ螗ɃŒGm¨z鋎靀G + values: + - "404" + podAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: hj6/bW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...CqN + operator: DoesNotExist + matchLabels: + ? v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-35840-w4g-27-5s6.q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x18mtxb--kexr-y/oK-.O--5-yp8q_s-1__gw_-z_659GE.l_.23--_6l.-5_Z + : 3Pw_-r75--_-Ao + namespaces: + - "423" + topologyKey: "424" + weight: -1507671981 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: 5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y + operator: Exists + matchLabels: + 1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5: 1--L--v_Z--Zg-_4Q__-v_t_u_.A + namespaces: + - "415" + topologyKey: "416" + podAntiAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: "8" + operator: DoesNotExist + matchLabels: + k407--m-dc---6-q-q0o90--g-09--d5ez1----b69x90/um._fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_VF: 11---.-o7.pJ-4-1WV.-__05._LsuH + namespaces: + - "439" + topologyKey: "440" + weight: 1067925263 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: 1x--i--7-nt-23h-4z-21-sap--h--q0h-t2n4s-6-k5-7-a0w-ke5p-3.nu--17---u7-gl7814ei-07shtq-6---g----9s39z-5/wv3UDf.-4D-5 + operator: NotIn + values: + - l67Q.-_t--O.3L.z2-y.-...C4_-_2G8 + matchLabels: + C--Y_Dp8O_._e_3_.4_W_-_7: p_.----cp__ac8u.._-__BM.6-.Y7 + namespaces: + - "431" + topologyKey: "432" + automountServiceAccountToken: false + containers: + - args: + - "248" + command: + - "247" + env: + - name: "255" + value: "256" + valueFrom: + configMapKeyRef: + key: "262" + name: "261" + optional: false + fieldRef: + apiVersion: "257" + fieldPath: "258" + resourceFieldRef: + containerName: "259" + divisor: "124" + resource: "260" + secretKeyRef: + key: "264" + name: "263" + optional: false + envFrom: + - configMapRef: + name: "253" + optional: true + prefix: "252" + secretRef: + name: "254" + optional: false + image: "246" + imagePullPolicy: ņ + lifecycle: + postStart: + exec: + command: + - "291" + httpGet: + host: "294" + httpHeaders: + - name: "295" + value: "296" + path: "292" + port: "293" + scheme: ­蜷ɔ幩š + tcpSocket: + host: "297" + port: 455833230 + preStop: + exec: + command: + - "298" + httpGet: + host: "300" + httpHeaders: + - name: "301" + value: "302" + path: "299" + port: 1076497581 + scheme: h4ɊHȖ|ʐ + tcpSocket: + host: "303" + port: 248533396 + livenessProbe: + exec: + command: + - "271" + failureThreshold: -205176266 + httpGet: + host: "273" + httpHeaders: + - name: "274" + value: "275" + path: "272" + port: 465486290 + initialDelaySeconds: -2097329452 + periodSeconds: 865289071 + successThreshold: -1829146875 + tcpSocket: + host: "276" + port: -116224247 + timeoutSeconds: 1504385614 + name: "245" + ports: + - containerPort: 2056774277 + hostIP: "251" + hostPort: -778272981 + name: "250" + protocol: 现葢ŵ橨鬶l獕;跣Hǝcw媀瓄&翜舞拉 + readinessProbe: + exec: + command: + - "277" + failureThreshold: -402384013 + httpGet: + host: "279" + httpHeaders: + - name: "280" + value: "281" + path: "278" + port: 234253676 + scheme: ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏 + initialDelaySeconds: -2062708879 + periodSeconds: -141401239 + successThreshold: -1187301925 + tcpSocket: + host: "283" + port: "282" + timeoutSeconds: 215186711 + resources: + limits: + V訆Ǝżŧ: "915" + requests: + +SÄ蚃ɣľ)酊龨Î: "787" + securityContext: + allowPrivilegeEscalation: false + capabilities: + add: + - DŽ髐njʉBn(fǂǢ曣 + drop: + - ay + privileged: false + procMount: 嗆u + readOnlyRootFilesystem: true + runAsGroup: -5996624450771474158 + runAsNonRoot: false + runAsUser: 1958157659034146020 + seLinuxOptions: + level: "308" + role: "306" + type: "307" + user: "305" + seccompProfile: + localhostProfile: "312" + type: 晲T[irȎ3Ĕ\ + windowsOptions: + gmsaCredentialSpec: "310" + gmsaCredentialSpecName: "309" + runAsUserName: "311" + startupProbe: + exec: + command: + - "284" + failureThreshold: -1699531929 + httpGet: + host: "287" + httpHeaders: + - name: "288" + value: "289" + path: "285" + port: "286" + scheme: 鏻砅邻爥 + initialDelaySeconds: 601198286 + periodSeconds: 405193215 + successThreshold: 2129989022 + tcpSocket: + host: "290" + port: -305362540 + timeoutSeconds: 409029209 + terminationMessagePath: "304" + terminationMessagePolicy: 迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ + tty: true + volumeDevices: + - devicePath: "270" + name: "269" + volumeMounts: + - mountPath: "266" + mountPropagation: '"冓鍓贯澔 ƺ蛜6' + name: "265" + readOnly: true + subPath: "267" + subPathExpr: "268" + workingDir: "249" + dnsConfig: + nameservers: + - "447" + options: + - name: "449" + value: "450" + searches: + - "448" + dnsPolicy: :{柯?B + enableServiceLinks: true + ephemeralContainers: + - args: + - "316" + command: + - "315" + env: + - name: "323" + value: "324" + valueFrom: + configMapKeyRef: + key: "330" + name: "329" + optional: true + fieldRef: + apiVersion: "325" + fieldPath: "326" + resourceFieldRef: + containerName: "327" + divisor: "69" + resource: "328" + secretKeyRef: + key: "332" + name: "331" + optional: false + envFrom: + - configMapRef: + name: "321" + optional: true + prefix: "320" + secretRef: + name: "322" + optional: false + image: "314" + imagePullPolicy: tl敷斢杧ż鯀 + lifecycle: + postStart: + exec: + command: + - "360" + httpGet: + host: "362" + httpHeaders: + - name: "363" + value: "364" + path: "361" + port: 1288391156 + scheme: Ǥ桒ɴ鉂WJ1抉泅ą&疀ȼN + tcpSocket: + host: "366" + port: "365" + preStop: + exec: + command: + - "367" + httpGet: + host: "369" + httpHeaders: + - name: "370" + value: "371" + path: "368" + port: 1859267428 + scheme: ȟP + tcpSocket: + host: "372" + port: 1445923603 + livenessProbe: + exec: + command: + - "339" + failureThreshold: -36573584 + httpGet: + host: "342" + httpHeaders: + - name: "343" + value: "344" + path: "340" + port: "341" + scheme: ȥ}礤铟怖ý萜Ǖ + initialDelaySeconds: -1922458514 + periodSeconds: 692511776 + successThreshold: -1231653807 + tcpSocket: + host: "345" + port: -1088996269 + timeoutSeconds: 1480364858 + name: "313" + ports: + - containerPort: -1918622971 + hostIP: "319" + hostPort: -1656699070 + name: "318" + protocol: ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz + readinessProbe: + exec: + command: + - "346" + failureThreshold: -1436899600 + httpGet: + host: "348" + httpHeaders: + - name: "349" + value: "350" + path: "347" + port: -1157640253 + scheme: ×p鬷m罂o3ǰ廋i乳'ȘUɻ; + initialDelaySeconds: -478839383 + periodSeconds: 140830733 + successThreshold: -708495486 + tcpSocket: + host: "352" + port: "351" + timeoutSeconds: 989933975 + resources: + limits: + 1b: "328" + requests: + '}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊': "699" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 鸔ɧWǘ炙 + drop: + - 餸硷 + privileged: true + procMount: ʈʫ羶剹ƊF豎穜 + readOnlyRootFilesystem: true + runAsGroup: 2946116477552625615 + runAsNonRoot: true + runAsUser: 5215323049148402377 + seLinuxOptions: + level: "377" + role: "375" + type: "376" + user: "374" + seccompProfile: + localhostProfile: "381" + type: l咑耖p^鏋 + windowsOptions: + gmsaCredentialSpec: "379" + gmsaCredentialSpecName: "378" + runAsUserName: "380" + startupProbe: + exec: + command: + - "353" + failureThreshold: -1873425934 + httpGet: + host: "356" + httpHeaders: + - name: "357" + value: "358" + path: "354" + port: "355" + scheme: 漤ŗ坟 + initialDelaySeconds: -902839620 + periodSeconds: 1808698094 + successThreshold: 1155232143 + tcpSocket: + host: "359" + port: -1617422199 + timeoutSeconds: -2030665763 + targetContainerName: "382" + terminationMessagePath: "373" + terminationMessagePolicy: 殆诵H玲鑠ĭ$#卛8ð仁Q + tty: true + volumeDevices: + - devicePath: "338" + name: "337" + volumeMounts: + - mountPath: "334" + mountPropagation: Ik(dŊiɢzĮ蛋I + name: "333" + readOnly: true + subPath: "335" + subPathExpr: "336" + workingDir: "317" + hostAliases: + - hostnames: + - "445" + ip: "444" + hostNetwork: true + hostname: "399" + imagePullSecrets: + - name: "398" + initContainers: + - args: + - "178" + command: + - "177" + env: + - name: "185" + value: "186" + valueFrom: + configMapKeyRef: + key: "192" + name: "191" + optional: false + fieldRef: + apiVersion: "187" + fieldPath: "188" + resourceFieldRef: + containerName: "189" + divisor: "573" + resource: "190" + secretKeyRef: + key: "194" + name: "193" + optional: false + envFrom: + - configMapRef: + name: "183" + optional: false + prefix: "182" + secretRef: + name: "184" + optional: false + image: "176" + imagePullPolicy: 昕Ĭ + lifecycle: + postStart: + exec: + command: + - "222" + httpGet: + host: "225" + httpHeaders: + - name: "226" + value: "227" + path: "223" + port: "224" + scheme: '>郵[+扴ȨŮ' + tcpSocket: + host: "229" + port: "228" + preStop: + exec: + command: + - "230" + httpGet: + host: "232" + httpHeaders: + - name: "233" + value: "234" + path: "231" + port: -743369977 + scheme: '>犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4' + tcpSocket: + host: "235" + port: -1224991707 + livenessProbe: + exec: + command: + - "201" + failureThreshold: -1150474479 + httpGet: + host: "203" + httpHeaders: + - name: "204" + value: "205" + path: "202" + port: -1196874390 + scheme: S晒嶗UÐ_ƮA攤 + initialDelaySeconds: 1885897314 + periodSeconds: 1054858106 + successThreshold: 232569106 + tcpSocket: + host: "206" + port: -498930176 + timeoutSeconds: -465677631 + name: "175" + ports: + - containerPort: 377225334 + hostIP: "181" + hostPort: 282592353 + name: "180" + protocol: Ƹ[Ęİ榌U髷裎$MVȟ@7 + readinessProbe: + exec: + command: + - "207" + failureThreshold: 1752155096 + httpGet: + host: "210" + httpHeaders: + - name: "211" + value: "212" + path: "208" + port: "209" + scheme: 8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ + initialDelaySeconds: -2717401 + periodSeconds: -1099429189 + successThreshold: 994072122 + tcpSocket: + host: "214" + port: "213" + timeoutSeconds: -1492565335 + resources: + limits: + ǚ灄鸫rʤî萨zvt: "829" + requests: + 悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\p: "604" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 藢xɮĵȑ6L*Z鐫û咡W< + drop: + - lu|榝$î. + privileged: false + procMount: 朦 wƯ貾坢'跩 + readOnlyRootFilesystem: true + runAsGroup: 8949541422887578058 + runAsNonRoot: true + runAsUser: -7565148469525206101 + seLinuxOptions: + level: "240" + role: "238" + type: "239" + user: "237" + seccompProfile: + localhostProfile: "244" + type: ŕ翑0展} + windowsOptions: + gmsaCredentialSpec: "242" + gmsaCredentialSpecName: "241" + runAsUserName: "243" + startupProbe: + exec: + command: + - "215" + failureThreshold: 785984384 + httpGet: + host: "218" + httpHeaders: + - name: "219" + value: "220" + path: "216" + port: "217" + scheme: Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ + initialDelaySeconds: -1738069460 + periodSeconds: -805795167 + successThreshold: 1791615594 + tcpSocket: + host: "221" + port: -36782737 + timeoutSeconds: -1643733106 + stdinOnce: true + terminationMessagePath: "236" + volumeDevices: + - devicePath: "200" + name: "199" + volumeMounts: + - mountPath: "196" + mountPropagation: ƖHV + name: "195" + readOnly: true + subPath: "197" + subPathExpr: "198" + workingDir: "179" + nodeName: "387" + nodeSelector: + "383": "384" + overhead: + ȩ纾S: "368" + preemptionPolicy: 'n夬LJ:BŐ埑Ô*ɾWȖ韝ƉşʁO^:' + priority: -1221153504 + priorityClassName: "446" + readinessGates: + - conditionType: 媈 + restartPolicy: ȿ醏g遧 + runtimeClassName: "451" + schedulerName: "441" + securityContext: + fsGroup: 4489057930380969432 + fsGroupChangePolicy: ='ʨ|ǓÓ敆OɈÏ 瞍髃 + runAsGroup: -759684899479757878 + runAsNonRoot: false + runAsUser: -1290365495982891537 + seLinuxOptions: + level: "391" + role: "389" + type: "390" + user: "388" + seccompProfile: + localhostProfile: "397" + type: ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn + supplementalGroups: + - 3273247375993523103 + sysctls: + - name: "395" + value: "396" + windowsOptions: + gmsaCredentialSpec: "393" + gmsaCredentialSpecName: "392" + runAsUserName: "394" + serviceAccount: "386" + serviceAccountName: "385" + setHostnameAsFQDN: false + shareProcessNamespace: false + subdomain: "400" + terminationGracePeriodSeconds: -616777763639482630 + tolerations: + - effect: 淵 + key: "442" + operator: Ɖ肆Ző + tolerationSeconds: -1072615283184390308 + value: "443" + topologySpreadConstraints: + - labelSelector: + matchExpressions: + - key: 51-i-d-----9---063-qm-j-3wc89k-0-57z4063--4/rBQ.u + operator: Exists + matchLabels: + jp-z---k-5r6h--y7n.61-cm---ch-g0t-q--qr95ws-v-5--7-ufi-7/35a-1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--.2g: Mqp..__._-J_-fk3-_j.133eT_2_Y + maxSkew: -1568300104 + topologyKey: "452" + whenUnsatisfiable: 潑嫉悔柅ȵ.Ȁ鎧Y冒Ɩ + volumes: + - awsElasticBlockStore: + fsType: "47" + partition: 912004803 + readOnly: true + volumeID: "46" + azureDisk: + cachingMode: '|@?鷅bȻN' + diskName: "110" + diskURI: "111" + fsType: "112" + kind: 榱*Gưoɘ檲 + readOnly: true + azureFile: + readOnly: true + secretName: "96" + shareName: "97" + cephfs: + monitors: + - "81" + path: "82" + secretFile: "84" + secretRef: + name: "85" + user: "83" + cinder: + fsType: "79" + secretRef: + name: "80" + volumeID: "78" + configMap: + defaultMode: 1593906314 + items: + - key: "99" + mode: 195263908 + path: "100" + name: "98" + optional: false + csi: + driver: "142" + fsType: "143" + nodePublishSecretRef: + name: "146" + readOnly: false + volumeAttributes: + "144": "145" + downwardAPI: + defaultMode: 824682619 + items: + - fieldRef: + apiVersion: "89" + fieldPath: "90" + mode: 1569992019 + path: "88" + resourceFieldRef: + containerName: "91" + divisor: "660" + resource: "92" + emptyDir: + medium: Xŋ朘瑥A徙ɶɊł/擇ɦĽ胚O醔ɍ厶耈 + sizeLimit: "473" + ephemeral: + volumeClaimTemplate: + metadata: + annotations: + "154": "155" + clusterName: "160" + creationTimestamp: null + deletionGracePeriodSeconds: 6296624700137074905 + finalizers: + - "159" + generateName: "148" + generation: 6028937828108618026 + labels: + "152": "153" + managedFields: + - apiVersion: "162" + fieldsType: "163" + manager: "161" + operation: ɑ龫`劳&¼傭Ȟ1酃=6}ɡŇƉ立h + name: "147" + namespace: "149" + ownerReferences: + - apiVersion: "156" + blockOwnerDeletion: false + controller: false + kind: "157" + name: "158" + uid: 閝ȝ + resourceVersion: "11451542506523135343" + selfLink: "150" + uid: H巧壚tC十Oɢ + spec: + accessModes: + - '鲡:' + dataSource: + apiGroup: "172" + kind: "173" + name: "174" + resources: + limits: + Ŗȫ焗捏ĨFħ籘: "853" + requests: + zɟ踡肒Ao/樝fw[Řż丩ŽoǠ: "918" + selector: + matchExpressions: + - key: m_0_F03_J + operator: NotIn + values: + - 4FpF_W-6 + matchLabels: + 0-.-yz-0-_p4mz--.I_f6kjsz-7lwY-Y93-6: igm_-._.q6 + storageClassName: "171" + volumeMode: Z1Ůđ眊ľǎɳ,ǿ飏騀呣 + volumeName: "170" + fc: + fsType: "94" + lun: -1740986684 + readOnly: true + targetWWNs: + - "93" + wwids: + - "95" + flexVolume: + driver: "73" + fsType: "74" + options: + "76": "77" + readOnly: true + secretRef: + name: "75" + flocker: + datasetName: "86" + datasetUUID: "87" + gcePersistentDisk: + fsType: "45" + partition: -1188153605 + pdName: "44" + gitRepo: + directory: "50" + repository: "48" + revision: "49" + glusterfs: + endpoints: "63" + path: "64" + readOnly: true + hostPath: + path: "43" + type: ƛƟ)ÙæNǚ錯ƶRquA?瞲Ť倱< + iscsi: + chapAuthDiscovery: true + fsType: "59" + initiatorName: "62" + iqn: "57" + iscsiInterface: "58" + lun: 994527057 + portals: + - "60" + secretRef: + name: "61" + targetPortal: "56" + name: "42" + nfs: + path: "55" + readOnly: true + server: "54" + persistentVolumeClaim: + claimName: "65" + readOnly: true + photonPersistentDisk: + fsType: "114" + pdID: "113" + portworxVolume: + fsType: "129" + readOnly: true + volumeID: "128" + projected: + defaultMode: -1334904807 + sources: + - configMap: + items: + - key: "124" + mode: 2063799569 + path: "125" + name: "123" + optional: false + downwardAPI: + items: + - fieldRef: + apiVersion: "119" + fieldPath: "120" + mode: 173030157 + path: "118" + resourceFieldRef: + containerName: "121" + divisor: "106" + resource: "122" + secret: + items: + - key: "116" + mode: -323584340 + path: "117" + name: "115" + optional: true + serviceAccountToken: + audience: "126" + expirationSeconds: 8357931971650847566 + path: "127" + quobyte: + group: "108" + registry: "105" + tenant: "109" + user: "107" + volume: "106" + rbd: + fsType: "68" + image: "67" + keyring: "71" + monitors: + - "66" + pool: "69" + secretRef: + name: "72" + user: "70" + scaleIO: + fsType: "137" + gateway: "130" + protectionDomain: "133" + secretRef: + name: "132" + storageMode: "135" + storagePool: "134" + system: "131" + volumeName: "136" + secret: + defaultMode: 332383000 + items: + - key: "52" + mode: -547518679 + path: "53" + optional: true + secretName: "51" + storageos: + fsType: "140" + secretRef: + name: "141" + volumeName: "138" + volumeNamespace: "139" + vsphereVolume: + fsType: "102" + storagePolicyID: "104" + storagePolicyName: "103" + volumePath: "101" +status: + availableReplicas: -1172851921 + collisionCount: -73034396 + conditions: + - lastTransitionTime: "2151-08-19T18:24:00Z" + lastUpdateTime: "2792-08-11T23:40:18Z" + message: "460" + reason: "459" + status: íEd楗鱶镖喗vȥ倉螆ȨX> + type: ʤY囙邵鄨o鷺ɷ裝TG奟cõ乨 + observedGeneration: 8090469215987662586 + readyReplicas: 877113289 + replicas: 782219862 + unavailableReplicas: -763028101 + updatedReplicas: 1380163777 diff --git a/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1.ReplicaSet.after_roundtrip.json b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1.ReplicaSet.after_roundtrip.json new file mode 100644 index 00000000000..cee61543df9 --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1.ReplicaSet.after_roundtrip.json @@ -0,0 +1,1489 @@ +{ + "kind": "ReplicaSet", + "apiVersion": "apps/v1", + "metadata": { + "name": "2", + "generateName": "3", + "namespace": "4", + "selfLink": "5", + "uid": "7", + "resourceVersion": "11042405498087606203", + "generation": 8071137005907523419, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -4955867275792137171, + "labels": { + "7": "8" + }, + "annotations": { + "9": "10" + }, + "ownerReferences": [ + { + "apiVersion": "11", + "kind": "12", + "name": "13", + "uid": "Dz廔ȇ{sŊƏp", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "14" + ], + "clusterName": "15", + "managedFields": [ + { + "manager": "16", + "operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]", + "apiVersion": "17", + "fieldsType": "18" + } + ] + }, + "spec": { + "replicas": 896585016, + "minReadySeconds": -1971381490, + "selector": { + "matchLabels": { + "g8c2-k-912e5-c-e63-n-3snh-z--3uy5-----578/s.X8u4_.l.wV--__-Nx.N_6-___._-.-W._AAn---v_-5-_8LXP-o-9..1l-5": "" + }, + "matchExpressions": [ + { + "key": "U-_Bq.m_-.q8_v2LiTF_a981d3-7-fP81.-.9Vdx.TB_M-H_5_t", + "operator": "In", + "values": [ + "M--n1-p5.3___47._49pIB_o61ISU4--A_.XK_._M9T9sH.W5" + ] + } + ] + }, + "template": { + "metadata": { + "name": "25", + "generateName": "26", + "namespace": "27", + "selfLink": "28", + "uid": "ʬ", + "resourceVersion": "7336814125345800857", + "generation": -6617020301190572172, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -152893758082474859, + "labels": { + "30": "31" + }, + "annotations": { + "32": "33" + }, + "ownerReferences": [ + { + "apiVersion": "34", + "kind": "35", + "name": "36", + "uid": "ɖgȏ哙ȍȂ揲ȼDDŽLŬp:", + "controller": true, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "37" + ], + "clusterName": "38", + "managedFields": [ + { + "manager": "39", + "operation": "ƅS·Õüe0ɔȖ脵鴈Ō", + "apiVersion": "40", + "fieldsType": "41" + } + ] + }, + "spec": { + "volumes": [ + { + "name": "42", + "hostPath": { + "path": "43", + "type": "6NJPM饣`诫z徃鷢6ȥ啕禗Ǐ2啗塧ȱ" + }, + "emptyDir": { + "medium": "彭聡A3fƻfʣ", + "sizeLimit": "115" + }, + "gcePersistentDisk": { + "pdName": "44", + "fsType": "45", + "partition": -1499132872 + }, + "awsElasticBlockStore": { + "volumeID": "46", + "fsType": "47", + "partition": -762366823, + "readOnly": true + }, + "gitRepo": { + "repository": "48", + "revision": "49", + "directory": "50" + }, + "secret": { + "secretName": "51", + "items": [ + { + "key": "52", + "path": "53", + "mode": -104666658 + } + ], + "defaultMode": 372704313, + "optional": true + }, + "nfs": { + "server": "54", + "path": "55", + "readOnly": true + }, + "iscsi": { + "targetPortal": "56", + "iqn": "57", + "lun": 1655406148, + "iscsiInterface": "58", + "fsType": "59", + "readOnly": true, + "portals": [ + "60" + ], + "secretRef": { + "name": "61" + }, + "initiatorName": "62" + }, + "glusterfs": { + "endpoints": "63", + "path": "64" + }, + "persistentVolumeClaim": { + "claimName": "65", + "readOnly": true + }, + "rbd": { + "monitors": [ + "66" + ], + "image": "67", + "fsType": "68", + "pool": "69", + "user": "70", + "keyring": "71", + "secretRef": { + "name": "72" + }, + "readOnly": true + }, + "flexVolume": { + "driver": "73", + "fsType": "74", + "secretRef": { + "name": "75" + }, + "options": { + "76": "77" + } + }, + "cinder": { + "volumeID": "78", + "fsType": "79", + "secretRef": { + "name": "80" + } + }, + "cephfs": { + "monitors": [ + "81" + ], + "path": "82", + "user": "83", + "secretFile": "84", + "secretRef": { + "name": "85" + } + }, + "flocker": { + "datasetName": "86", + "datasetUUID": "87" + }, + "downwardAPI": { + "items": [ + { + "path": "88", + "fieldRef": { + "apiVersion": "89", + "fieldPath": "90" + }, + "resourceFieldRef": { + "containerName": "91", + "resource": "92", + "divisor": "457" + }, + "mode": 1235524154 + } + ], + "defaultMode": -106644772 + }, + "fc": { + "targetWWNs": [ + "93" + ], + "lun": 441887498, + "fsType": "94", + "readOnly": true, + "wwids": [ + "95" + ] + }, + "azureFile": { + "secretName": "96", + "shareName": "97" + }, + "configMap": { + "name": "98", + "items": [ + { + "key": "99", + "path": "100", + "mode": -2039036935 + } + ], + "defaultMode": -460478410, + "optional": false + }, + "vsphereVolume": { + "volumePath": "101", + "fsType": "102", + "storagePolicyName": "103", + "storagePolicyID": "104" + }, + "quobyte": { + "registry": "105", + "volume": "106", + "readOnly": true, + "user": "107", + "group": "108", + "tenant": "109" + }, + "azureDisk": { + "diskName": "110", + "diskURI": "111", + "cachingMode": "HǺƶȤ^}穠", + "fsType": "112", + "readOnly": true, + "kind": "躢" + }, + "photonPersistentDisk": { + "pdID": "113", + "fsType": "114" + }, + "projected": { + "sources": [ + { + "secret": { + "name": "115", + "items": [ + { + "key": "116", + "path": "117", + "mode": -1399063270 + } + ], + "optional": true + }, + "downwardAPI": { + "items": [ + { + "path": "118", + "fieldRef": { + "apiVersion": "119", + "fieldPath": "120" + }, + "resourceFieldRef": { + "containerName": "121", + "resource": "122", + "divisor": "746" + }, + "mode": 926891073 + } + ] + }, + "configMap": { + "name": "123", + "items": [ + { + "key": "124", + "path": "125", + "mode": -1694464659 + } + ], + "optional": true + }, + "serviceAccountToken": { + "audience": "126", + "expirationSeconds": -7593824971107985079, + "path": "127" + } + } + ], + "defaultMode": -522879476 + }, + "portworxVolume": { + "volumeID": "128", + "fsType": "129" + }, + "scaleIO": { + "gateway": "130", + "system": "131", + "secretRef": { + "name": "132" + }, + "protectionDomain": "133", + "storagePool": "134", + "storageMode": "135", + "volumeName": "136", + "fsType": "137" + }, + "storageos": { + "volumeName": "138", + "volumeNamespace": "139", + "fsType": "140", + "readOnly": true, + "secretRef": { + "name": "141" + } + }, + "csi": { + "driver": "142", + "readOnly": false, + "fsType": "143", + "volumeAttributes": { + "144": "145" + }, + "nodePublishSecretRef": { + "name": "146" + } + }, + "ephemeral": { + "volumeClaimTemplate": { + "metadata": { + "name": "147", + "generateName": "148", + "namespace": "149", + "selfLink": "150", + "resourceVersion": "5302358391842833914", + "generation": 6327094951466338107, + "creationTimestamp": null, + "deletionGracePeriodSeconds": 4217400953499279873, + "labels": { + "152": "153" + }, + "annotations": { + "154": "155" + }, + "ownerReferences": [ + { + "apiVersion": "156", + "kind": "157", + "name": "158", + "uid": "", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "159" + ], + "clusterName": "160", + "managedFields": [ + { + "manager": "161", + "operation": "O醔ɍ厶耈 T衧ȇe媹Hǝ呮}臷Ľð", + "apiVersion": "162", + "fieldsType": "163" + } + ] + }, + "spec": { + "accessModes": [ + "eÞȦY籎顒" + ], + "selector": { + "matchLabels": { + "5_Or.i1_7z.WH-.L": "d2-N_Y.t--0" + }, + "matchExpressions": [ + { + "key": "a40--87-1wpl6-2-310e5hyzn0w-p4mz4.w-6d/6yV07-_.___gO-d.iUaC_wYSJfB._.zS-._..3le-4", + "operator": "DoesNotExist" + } + ] + }, + "resources": { + "limits": { + "ŴĿ": "377" + }, + "requests": { + ".Q貇£ȹ嫰ƹǔw÷nI": "718" + } + }, + "volumeName": "170", + "storageClassName": "171", + "volumeMode": "ŀ樺ȃv渟7¤7djƯĖ漘Z剚敍0", + "dataSource": { + "apiGroup": "172", + "kind": "173", + "name": "174" + } + } + } + } + } + ], + "initContainers": [ + { + "name": "175", + "image": "176", + "command": [ + "177" + ], + "args": [ + "178" + ], + "workingDir": "179", + "ports": [ + { + "name": "180", + "hostPort": 747521320, + "containerPort": 859639931, + "protocol": "p儼Ƿ裚瓶釆Ɗ+j忊Ŗȫ焗捏ĨF", + "hostIP": "181" + } + ], + "envFrom": [ + { + "prefix": "182", + "configMapRef": { + "name": "183", + "optional": true + }, + "secretRef": { + "name": "184", + "optional": true + } + } + ], + "env": [ + { + "name": "185", + "value": "186", + "valueFrom": { + "fieldRef": { + "apiVersion": "187", + "fieldPath": "188" + }, + "resourceFieldRef": { + "containerName": "189", + "resource": "190", + "divisor": "663" + }, + "configMapKeyRef": { + "name": "191", + "key": "192", + "optional": true + }, + "secretKeyRef": { + "name": "193", + "key": "194", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "ſ盷": "532" + }, + "requests": { + "[Řż丩": "47" + } + }, + "volumeMounts": [ + { + "name": "195", + "mountPath": "196", + "subPath": "197", + "mountPropagation": "VƋZ1Ůđ眊ľǎɳ,ǿ飏", + "subPathExpr": "198" + } + ], + "volumeDevices": [ + { + "name": "199", + "devicePath": "200" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "201" + ] + }, + "httpGet": { + "path": "202", + "port": 1214895765, + "host": "203", + "scheme": "悖ȩ0Ƹ[Ęİ榌U", + "httpHeaders": [ + { + "name": "204", + "value": "205" + } + ] + }, + "tcpSocket": { + "port": -187060941, + "host": "206" + }, + "initialDelaySeconds": -442393168, + "timeoutSeconds": -307373517, + "periodSeconds": 1109079597, + "successThreshold": -646728130, + "failureThreshold": 1684643131 + }, + "readinessProbe": { + "exec": { + "command": [ + "207" + ] + }, + "httpGet": { + "path": "208", + "port": "209", + "host": "210", + "scheme": "荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3", + "httpHeaders": [ + { + "name": "211", + "value": "212" + } + ] + }, + "tcpSocket": { + "port": "213", + "host": "214" + }, + "initialDelaySeconds": 238949508, + "timeoutSeconds": -1389418722, + "periodSeconds": 851018015, + "successThreshold": 596942561, + "failureThreshold": -1880980172 + }, + "startupProbe": { + "exec": { + "command": [ + "215" + ] + }, + "httpGet": { + "path": "216", + "port": 10098903, + "host": "217", + "scheme": "«丯Ƙ枛牐ɺ皚", + "httpHeaders": [ + { + "name": "218", + "value": "219" + } + ] + }, + "tcpSocket": { + "port": -1934111455, + "host": "220" + }, + "initialDelaySeconds": 766864314, + "timeoutSeconds": 1146016612, + "periodSeconds": 1495880465, + "successThreshold": -1032967081, + "failureThreshold": 59664438 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "221" + ] + }, + "httpGet": { + "path": "222", + "port": "223", + "host": "224", + "scheme": "'", + "httpHeaders": [ + { + "name": "225", + "value": "226" + } + ] + }, + "tcpSocket": { + "port": -801430937, + "host": "227" + } + }, + "preStop": { + "exec": { + "command": [ + "228" + ] + }, + "httpGet": { + "path": "229", + "port": 1810980158, + "host": "230", + "scheme": "_ƮA攤/ɸɎ R§耶FfBl", + "httpHeaders": [ + { + "name": "231", + "value": "232" + } + ] + }, + "tcpSocket": { + "port": 1074486306, + "host": "233" + } + } + }, + "terminationMessagePath": "234", + "terminationMessagePolicy": "Zɾģ毋Ó6dz娝嘚庎D}埽uʎ", + "imagePullPolicy": "Ǖɳɷ9Ì崟¿瘦ɖ緕", + "securityContext": { + "capabilities": { + "add": [ + "勅跦Opwǩ曬逴褜1Ø" + ], + "drop": [ + "ȠƬQg鄠[颐o啛更偢ɇ卷荙JLĹ]" + ] + }, + "privileged": true, + "seLinuxOptions": { + "user": "235", + "role": "236", + "type": "237", + "level": "238" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "239", + "gmsaCredentialSpec": "240", + "runAsUserName": "241" + }, + "runAsUser": -6470941481344047265, + "runAsGroup": 1373384864388370080, + "runAsNonRoot": false, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "W:ĸ輦唊#v", + "seccompProfile": { + "type": "ʩȂ4ē鐭#", + "localhostProfile": "242" + } + }, + "stdinOnce": true + } + ], + "containers": [ + { + "name": "243", + "image": "244", + "command": [ + "245" + ], + "args": [ + "246" + ], + "workingDir": "247", + "ports": [ + { + "name": "248", + "hostPort": -179937987, + "containerPort": -1911544792, + "protocol": "苧yñKJɐ扵Gƚ绤fʀļ腩", + "hostIP": "249" + } + ], + "envFrom": [ + { + "prefix": "250", + "configMapRef": { + "name": "251", + "optional": false + }, + "secretRef": { + "name": "252", + "optional": false + } + } + ], + "env": [ + { + "name": "253", + "value": "254", + "valueFrom": { + "fieldRef": { + "apiVersion": "255", + "fieldPath": "256" + }, + "resourceFieldRef": { + "containerName": "257", + "resource": "258", + "divisor": "189" + }, + "configMapKeyRef": { + "name": "259", + "key": "260", + "optional": false + }, + "secretKeyRef": { + "name": "261", + "key": "262", + "optional": true + } + } + } + ], + "resources": { + "limits": { + "蔞|表徶đ寳议Ƭƶ氩Ȩ\u003c6": "446" + }, + "requests": { + "ŕ翑0展}": "910" + } + }, + "volumeMounts": [ + { + "name": "263", + "mountPath": "264", + "subPath": "265", + "mountPropagation": "碔", + "subPathExpr": "266" + } + ], + "volumeDevices": [ + { + "name": "267", + "devicePath": "268" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "269" + ] + }, + "httpGet": { + "path": "270", + "port": -260262954, + "host": "271", + "scheme": "ŵ橨鬶l獕;跣H", + "httpHeaders": [ + { + "name": "272", + "value": "273" + } + ] + }, + "tcpSocket": { + "port": -1164530482, + "host": "274" + }, + "initialDelaySeconds": 1877574041, + "timeoutSeconds": 1430286749, + "periodSeconds": -374766088, + "successThreshold": -736151561, + "failureThreshold": -1515369804 + }, + "readinessProbe": { + "exec": { + "command": [ + "275" + ] + }, + "httpGet": { + "path": "276", + "port": 1909548849, + "host": "277", + "scheme": "4Ǒ輂,ŕĪ", + "httpHeaders": [ + { + "name": "278", + "value": "279" + } + ] + }, + "tcpSocket": { + "port": 567263590, + "host": "280" + }, + "initialDelaySeconds": 887319241, + "timeoutSeconds": 1559618829, + "periodSeconds": 1156888068, + "successThreshold": -1296077882, + "failureThreshold": 937646333 + }, + "startupProbe": { + "exec": { + "command": [ + "281" + ] + }, + "httpGet": { + "path": "282", + "port": 1328165061, + "host": "283", + "scheme": "¸gĩ", + "httpHeaders": [ + { + "name": "284", + "value": "285" + } + ] + }, + "tcpSocket": { + "port": 1186392166, + "host": "286" + }, + "initialDelaySeconds": 725793326, + "timeoutSeconds": 217380320, + "periodSeconds": -239231628, + "successThreshold": 1143791964, + "failureThreshold": -1129035468 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "287" + ] + }, + "httpGet": { + "path": "288", + "port": 972193458, + "host": "289", + "scheme": "ƺ蛜6Ɖ飴ɎiǨź", + "httpHeaders": [ + { + "name": "290", + "value": "291" + } + ] + }, + "tcpSocket": { + "port": -1453143878, + "host": "292" + } + }, + "preStop": { + "exec": { + "command": [ + "293" + ] + }, + "httpGet": { + "path": "294", + "port": "295", + "host": "296", + "scheme": "ɥ嵐sC8?Ǻ鱎ƙ;Nŕ璻", + "httpHeaders": [ + { + "name": "297", + "value": "298" + } + ] + }, + "tcpSocket": { + "port": "299", + "host": "300" + } + } + }, + "terminationMessagePath": "301", + "terminationMessagePolicy": "h亏yƕ丆録²Ŏ)/灩聋3趐囨鏻砅邻", + "imagePullPolicy": "騎C\"6x$1sȣ±p鋄", + "securityContext": { + "capabilities": { + "add": [ + "ȹ均i绝5哇芆斩ìh4Ɋ" + ], + "drop": [ + "Ȗ|ʐşƧ諔迮ƙIJ嘢4" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "302", + "role": "303", + "type": "304", + "level": "305" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "306", + "gmsaCredentialSpec": "307", + "runAsUserName": "308" + }, + "runAsUser": 4288903380102217677, + "runAsGroup": 6618112330449141397, + "runAsNonRoot": false, + "readOnlyRootFilesystem": false, + "allowPrivilegeEscalation": false, + "procMount": "ďW賁Ěɭɪǹ0衷,ƷƣMț譎懚XW", + "seccompProfile": { + "type": "鑳w妕眵笭/9崍h趭", + "localhostProfile": "309" + } + }, + "stdin": true + } + ], + "ephemeralContainers": [ + { + "name": "310", + "image": "311", + "command": [ + "312" + ], + "args": [ + "313" + ], + "workingDir": "314", + "ports": [ + { + "name": "315", + "hostPort": -748525373, + "containerPort": 805162379, + "protocol": "ǵ xǨŴ壶ƵfȽÃ", + "hostIP": "316" + } + ], + "envFrom": [ + { + "prefix": "317", + "configMapRef": { + "name": "318", + "optional": false + }, + "secretRef": { + "name": "319", + "optional": true + } + } + ], + "env": [ + { + "name": "320", + "value": "321", + "valueFrom": { + "fieldRef": { + "apiVersion": "322", + "fieldPath": "323" + }, + "resourceFieldRef": { + "containerName": "324", + "resource": "325", + "divisor": "854" + }, + "configMapKeyRef": { + "name": "326", + "key": "327", + "optional": true + }, + "secretKeyRef": { + "name": "328", + "key": "329", + "optional": true + } + } + } + ], + "resources": { + "limits": { + "ğ Ņ#耗Ǚ(": "24" + }, + "requests": { + "瘍Nʊ輔3璾ėȜv1b繐汚": "243" + } + }, + "volumeMounts": [ + { + "name": "330", + "readOnly": true, + "mountPath": "331", + "subPath": "332", + "mountPropagation": "Ü[ƛ^輅9ɛ棕ƈ眽炊礫Ƽ", + "subPathExpr": "333" + } + ], + "volumeDevices": [ + { + "name": "334", + "devicePath": "335" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "336" + ] + }, + "httpGet": { + "path": "337", + "port": "338", + "host": "339", + "scheme": "dŊiɢ", + "httpHeaders": [ + { + "name": "340", + "value": "341" + } + ] + }, + "tcpSocket": { + "port": -370404018, + "host": "342" + }, + "initialDelaySeconds": -1844150067, + "timeoutSeconds": 414056303, + "periodSeconds": -1143639551, + "successThreshold": 571693619, + "failureThreshold": 1643238856 + }, + "readinessProbe": { + "exec": { + "command": [ + "343" + ] + }, + "httpGet": { + "path": "344", + "port": 677650619, + "host": "345", + "scheme": "怖ý萜Ǖc8ǣƘƵŧ1ƟƓ宆!鍲ɋȑ", + "httpHeaders": [ + { + "name": "346", + "value": "347" + } + ] + }, + "tcpSocket": { + "port": -843639240, + "host": "348" + }, + "initialDelaySeconds": 1573261475, + "timeoutSeconds": -1211577347, + "periodSeconds": 1529027685, + "successThreshold": -1612005385, + "failureThreshold": -1706593993 + }, + "startupProbe": { + "exec": { + "command": [ + "349" + ] + }, + "httpGet": { + "path": "350", + "port": "351", + "host": "352", + "scheme": "U", + "httpHeaders": [ + { + "name": "353", + "value": "354" + } + ] + }, + "tcpSocket": { + "port": 758604605, + "host": "355" + }, + "initialDelaySeconds": -291429895, + "timeoutSeconds": -478839383, + "periodSeconds": 989933975, + "successThreshold": 140830733, + "failureThreshold": -708495486 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "356" + ] + }, + "httpGet": { + "path": "357", + "port": "358", + "host": "359", + "scheme": "臜裡×銵-紑浘", + "httpHeaders": [ + { + "name": "360", + "value": "361" + } + ] + }, + "tcpSocket": { + "port": -1095116290, + "host": "362" + } + }, + "preStop": { + "exec": { + "command": [ + "363" + ] + }, + "httpGet": { + "path": "364", + "port": -1431381588, + "host": "365", + "scheme": "JŵǤ", + "httpHeaders": [ + { + "name": "366", + "value": "367" + } + ] + }, + "tcpSocket": { + "port": "368", + "host": "369" + } + } + }, + "terminationMessagePath": "370", + "terminationMessagePolicy": "鉂WJ1抉泅ą\u0026疀ȼN翾ȾD虓氙磂t", + "imagePullPolicy": ":/", + "securityContext": { + "capabilities": { + "add": [ + "诵H玲鑠ĭ$#卛8ð" + ], + "drop": [ + "Q橱9ij\\Ď愝Ű藛b" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "371", + "role": "372", + "type": "373", + "level": "374" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "375", + "gmsaCredentialSpec": "376", + "runAsUserName": "377" + }, + "runAsUser": 5574781452707956333, + "runAsGroup": 8850141386971124227, + "runAsNonRoot": false, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": false, + "procMount": "忀oɎƺL肄$鬬", + "seccompProfile": { + "type": "矐_", + "localhostProfile": "378" + } + }, + "tty": true, + "targetContainerName": "379" + } + ], + "restartPolicy": "嵞嬯t{Eɾ敹Ȯ-湷D谹", + "terminationGracePeriodSeconds": -2985049970189992560, + "activeDeadlineSeconds": 4369716065827112267, + "nodeSelector": { + "380": "381" + }, + "serviceAccountName": "382", + "serviceAccount": "383", + "automountServiceAccountToken": true, + "nodeName": "384", + "shareProcessNamespace": false, + "securityContext": { + "seLinuxOptions": { + "user": "385", + "role": "386", + "type": "387", + "level": "388" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "389", + "gmsaCredentialSpec": "390", + "runAsUserName": "391" + }, + "runAsUser": 1322232608671575212, + "runAsGroup": -3565639689247870986, + "runAsNonRoot": false, + "supplementalGroups": [ + -7888525810745339742 + ], + "fsGroup": -3029419263270634763, + "sysctls": [ + { + "name": "392", + "value": "393" + } + ], + "fsGroupChangePolicy": "?jĎĭ¥#ƱÁR»淹揀.", + "seccompProfile": { + "type": "鍃G昧牱", + "localhostProfile": "394" + } + }, + "imagePullSecrets": [ + { + "name": "395" + } + ], + "hostname": "396", + "subdomain": "397", + "affinity": { + "nodeAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": { + "nodeSelectorTerms": [ + { + "matchExpressions": [ + { + "key": "398", + "operator": "", + "values": [ + "399" + ] + } + ], + "matchFields": [ + { + "key": "400", + "operator": "kƒK07曳wœj堑ūM鈱ɖ'蠨磼", + "values": [ + "401" + ] + } + ] + } + ] + }, + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 1724658051, + "preference": { + "matchExpressions": [ + { + "key": "402", + "operator": "盌3+Œ", + "values": [ + "403" + ] + } + ], + "matchFields": [ + { + "key": "404", + "operator": ")Zq=歍þ", + "values": [ + "405" + ] + } + ] + } + } + ] + }, + "podAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "a-z_-..6W.VKs": "1" + }, + "matchExpressions": [ + { + "key": "KA-._d._.Um.-__0", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "412" + ], + "topologyKey": "413" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 1387858949, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "y_-3_L_2--_v2.5p_6": "u.wg_-b8a_6_.0Q4_.84.K_-_0_..u.F.pq..--3QC1--L--v_Z--Zg-_Q" + }, + "matchExpressions": [ + { + "key": "3--51", + "operator": "NotIn", + "values": [ + "C.-e16-O5" + ] + } + ] + }, + "namespaces": [ + "420" + ], + "topologyKey": "421" + } + } + ] + }, + "podAntiAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "93z-w5----7-z-63-z---5r-v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-354/9--v17r__.2bIZ___._6..tf-_u-3-_n0..KpiS.oK-.O--5-yp8q_s-1__gwj": "5HG2_5XOAX.gUqV22-4-ye52yQh7.6.-y-s4483Po_L3f1-7_O4.nM" + }, + "matchExpressions": [ + { + "key": "8mtxb__-ex-_1_-ODgC_1-_8__3", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "428" + ], + "topologyKey": "429" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -824709210, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "O2G_-_K-.03.mp.-10KkQ-R_R.-.--4_IT_O__3.5h_XC0_-7.-j": "O_8-b6E_--Y_Dp8O_._e_3_.4_W_-_-7Tp_.----p" + }, + "matchExpressions": [ + { + "key": "H72-_--pT7p", + "operator": "NotIn", + "values": [ + "0_._f" + ] + } + ] + }, + "namespaces": [ + "436" + ], + "topologyKey": "437" + } + } + ] + } + }, + "schedulerName": "438", + "tolerations": [ + { + "key": "439", + "operator": "ƞ=掔廛ĤJŇv膈ǣʛsĊ剞", + "value": "440", + "effect": "Ɵ鳝稃Ȍ液文?謮ɶÎ磣:mʂ渢pɉ驻(", + "tolerationSeconds": 5238971742940252651 + } + ], + "hostAliases": [ + { + "ip": "441", + "hostnames": [ + "442" + ] + } + ], + "priorityClassName": "443", + "priority": -125022959, + "dnsConfig": { + "nameservers": [ + "444" + ], + "searches": [ + "445" + ], + "options": [ + { + "name": "446", + "value": "447" + } + ] + }, + "readinessGates": [ + { + "conditionType": "Ɍ邪鳖üzÁ" + } + ], + "runtimeClassName": "448", + "enableServiceLinks": false, + "preemptionPolicy": ".Ą", + "overhead": { + "ɨ悪@黝Ɓ": "177" + }, + "topologySpreadConstraints": [ + { + "maxSkew": -1569123121, + "topologyKey": "449", + "whenUnsatisfiable": "魨练脨,Ƃ3貊ɔ帘錇š裢C仗ɂ覥", + "labelSelector": { + "matchLabels": { + "4e-_07-ht-E6___-X__H.-39-A_-_l67Q.-_t--O.3L.z2-y.-...C4_-_G": "8-c_C.G.h--m.f" + }, + "matchExpressions": [ + { + "key": "OA_090ERG2nV.__p_Y-.2__a_dWU_V-_QA", + "operator": "NotIn", + "values": [ + "7CY-_dc__G6N-_-0o.0C_gV.9_G-.-z1Y_HEb.9x8" + ] + } + ] + } + } + ], + "setHostnameAsFQDN": false + } + } + }, + "status": { + "replicas": 337922430, + "fullyLabeledReplicas": 31486357, + "readyReplicas": -1983654895, + "availableReplicas": 1308809900, + "observedGeneration": -5594148640067537624, + "conditions": [ + { + "type": "议ĪS", + "status": "?Ď筌ʨ:ÿ1諘蚿[ĵ皥袨\\k%橳", + "lastTransitionTime": "2125-04-24T12:13:40Z", + "reason": "456", + "message": "457" + } + ] + } +} \ No newline at end of file diff --git a/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1.ReplicaSet.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1.ReplicaSet.after_roundtrip.pb new file mode 100644 index 0000000000000000000000000000000000000000..f9c3b4c3cb82a2cc64838469b342f6a694f92c1d GIT binary patch literal 6809 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 O8Y)^)leU@crvC+Ohz897 literal 0 HcmV?d00001 diff --git a/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1.ReplicaSet.after_roundtrip.yaml b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1.ReplicaSet.after_roundtrip.yaml new file mode 100644 index 00000000000..cb100f8e595 --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1.ReplicaSet.after_roundtrip.yaml @@ -0,0 +1,1016 @@ +apiVersion: apps/v1 +kind: ReplicaSet +metadata: + annotations: + "9": "10" + clusterName: "15" + creationTimestamp: null + deletionGracePeriodSeconds: -4955867275792137171 + finalizers: + - "14" + generateName: "3" + generation: 8071137005907523419 + labels: + "7": "8" + managedFields: + - apiVersion: "17" + fieldsType: "18" + manager: "16" + operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć] + name: "2" + namespace: "4" + ownerReferences: + - apiVersion: "11" + blockOwnerDeletion: true + controller: false + kind: "12" + name: "13" + uid: Dz廔ȇ{sŊƏp + resourceVersion: "11042405498087606203" + selfLink: "5" + uid: "7" +spec: + minReadySeconds: -1971381490 + replicas: 896585016 + selector: + matchExpressions: + - key: U-_Bq.m_-.q8_v2LiTF_a981d3-7-fP81.-.9Vdx.TB_M-H_5_t + operator: In + values: + - M--n1-p5.3___47._49pIB_o61ISU4--A_.XK_._M9T9sH.W5 + matchLabels: + g8c2-k-912e5-c-e63-n-3snh-z--3uy5-----578/s.X8u4_.l.wV--__-Nx.N_6-___._-.-W._AAn---v_-5-_8LXP-o-9..1l-5: "" + template: + metadata: + annotations: + "32": "33" + clusterName: "38" + creationTimestamp: null + deletionGracePeriodSeconds: -152893758082474859 + finalizers: + - "37" + generateName: "26" + generation: -6617020301190572172 + labels: + "30": "31" + managedFields: + - apiVersion: "40" + fieldsType: "41" + manager: "39" + operation: ƅS·Õüe0ɔȖ脵鴈Ō + name: "25" + namespace: "27" + ownerReferences: + - apiVersion: "34" + blockOwnerDeletion: true + controller: true + kind: "35" + name: "36" + uid: 'ɖgȏ哙ȍȂ揲ȼDDŽLŬp:' + resourceVersion: "7336814125345800857" + selfLink: "28" + uid: ʬ + spec: + activeDeadlineSeconds: 4369716065827112267 + affinity: + nodeAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - preference: + matchExpressions: + - key: "402" + operator: 盌3+Œ + values: + - "403" + matchFields: + - key: "404" + operator: )Zq=歍þ + values: + - "405" + weight: 1724658051 + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: "398" + operator: "" + values: + - "399" + matchFields: + - key: "400" + operator: kƒK07曳wœj堑ūM鈱ɖ'蠨磼 + values: + - "401" + podAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: 3--51 + operator: NotIn + values: + - C.-e16-O5 + matchLabels: + y_-3_L_2--_v2.5p_6: u.wg_-b8a_6_.0Q4_.84.K_-_0_..u.F.pq..--3QC1--L--v_Z--Zg-_Q + namespaces: + - "420" + topologyKey: "421" + weight: 1387858949 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: KA-._d._.Um.-__0 + operator: DoesNotExist + matchLabels: + a-z_-..6W.VKs: "1" + namespaces: + - "412" + topologyKey: "413" + podAntiAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: H72-_--pT7p + operator: NotIn + values: + - 0_._f + matchLabels: + O2G_-_K-.03.mp.-10KkQ-R_R.-.--4_IT_O__3.5h_XC0_-7.-j: O_8-b6E_--Y_Dp8O_._e_3_.4_W_-_-7Tp_.----p + namespaces: + - "436" + topologyKey: "437" + weight: -824709210 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: 8mtxb__-ex-_1_-ODgC_1-_8__3 + operator: DoesNotExist + matchLabels: + 93z-w5----7-z-63-z---5r-v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-354/9--v17r__.2bIZ___._6..tf-_u-3-_n0..KpiS.oK-.O--5-yp8q_s-1__gwj: 5HG2_5XOAX.gUqV22-4-ye52yQh7.6.-y-s4483Po_L3f1-7_O4.nM + namespaces: + - "428" + topologyKey: "429" + automountServiceAccountToken: true + containers: + - args: + - "246" + command: + - "245" + env: + - name: "253" + value: "254" + valueFrom: + configMapKeyRef: + key: "260" + name: "259" + optional: false + fieldRef: + apiVersion: "255" + fieldPath: "256" + resourceFieldRef: + containerName: "257" + divisor: "189" + resource: "258" + secretKeyRef: + key: "262" + name: "261" + optional: true + envFrom: + - configMapRef: + name: "251" + optional: false + prefix: "250" + secretRef: + name: "252" + optional: false + image: "244" + imagePullPolicy: 騎C"6x$1sȣ±p鋄 + lifecycle: + postStart: + exec: + command: + - "287" + httpGet: + host: "289" + httpHeaders: + - name: "290" + value: "291" + path: "288" + port: 972193458 + scheme: ƺ蛜6Ɖ飴ɎiǨź + tcpSocket: + host: "292" + port: -1453143878 + preStop: + exec: + command: + - "293" + httpGet: + host: "296" + httpHeaders: + - name: "297" + value: "298" + path: "294" + port: "295" + scheme: ɥ嵐sC8?Ǻ鱎ƙ;Nŕ璻 + tcpSocket: + host: "300" + port: "299" + livenessProbe: + exec: + command: + - "269" + failureThreshold: -1515369804 + httpGet: + host: "271" + httpHeaders: + - name: "272" + value: "273" + path: "270" + port: -260262954 + scheme: ŵ橨鬶l獕;跣H + initialDelaySeconds: 1877574041 + periodSeconds: -374766088 + successThreshold: -736151561 + tcpSocket: + host: "274" + port: -1164530482 + timeoutSeconds: 1430286749 + name: "243" + ports: + - containerPort: -1911544792 + hostIP: "249" + hostPort: -179937987 + name: "248" + protocol: 苧yñKJɐ扵Gƚ绤fʀļ腩 + readinessProbe: + exec: + command: + - "275" + failureThreshold: 937646333 + httpGet: + host: "277" + httpHeaders: + - name: "278" + value: "279" + path: "276" + port: 1909548849 + scheme: 4Ǒ輂,ŕĪ + initialDelaySeconds: 887319241 + periodSeconds: 1156888068 + successThreshold: -1296077882 + tcpSocket: + host: "280" + port: 567263590 + timeoutSeconds: 1559618829 + resources: + limits: + 蔞|表徶đ寳议Ƭƶ氩Ȩ<6: "446" + requests: + ŕ翑0展}: "910" + securityContext: + allowPrivilegeEscalation: false + capabilities: + add: + - ȹ均i绝5哇芆斩ìh4Ɋ + drop: + - Ȗ|ʐşƧ諔迮ƙIJ嘢4 + privileged: false + procMount: ďW賁Ěɭɪǹ0衷,ƷƣMț譎懚XW + readOnlyRootFilesystem: false + runAsGroup: 6618112330449141397 + runAsNonRoot: false + runAsUser: 4288903380102217677 + seLinuxOptions: + level: "305" + role: "303" + type: "304" + user: "302" + seccompProfile: + localhostProfile: "309" + type: 鑳w妕眵笭/9崍h趭 + windowsOptions: + gmsaCredentialSpec: "307" + gmsaCredentialSpecName: "306" + runAsUserName: "308" + startupProbe: + exec: + command: + - "281" + failureThreshold: -1129035468 + httpGet: + host: "283" + httpHeaders: + - name: "284" + value: "285" + path: "282" + port: 1328165061 + scheme: ¸gĩ + initialDelaySeconds: 725793326 + periodSeconds: -239231628 + successThreshold: 1143791964 + tcpSocket: + host: "286" + port: 1186392166 + timeoutSeconds: 217380320 + stdin: true + terminationMessagePath: "301" + terminationMessagePolicy: h亏yƕ丆録²Ŏ)/灩聋3趐囨鏻砅邻 + volumeDevices: + - devicePath: "268" + name: "267" + volumeMounts: + - mountPath: "264" + mountPropagation: 碔 + name: "263" + subPath: "265" + subPathExpr: "266" + workingDir: "247" + dnsConfig: + nameservers: + - "444" + options: + - name: "446" + value: "447" + searches: + - "445" + enableServiceLinks: false + ephemeralContainers: + - args: + - "313" + command: + - "312" + env: + - name: "320" + value: "321" + valueFrom: + configMapKeyRef: + key: "327" + name: "326" + optional: true + fieldRef: + apiVersion: "322" + fieldPath: "323" + resourceFieldRef: + containerName: "324" + divisor: "854" + resource: "325" + secretKeyRef: + key: "329" + name: "328" + optional: true + envFrom: + - configMapRef: + name: "318" + optional: false + prefix: "317" + secretRef: + name: "319" + optional: true + image: "311" + imagePullPolicy: :/ + lifecycle: + postStart: + exec: + command: + - "356" + httpGet: + host: "359" + httpHeaders: + - name: "360" + value: "361" + path: "357" + port: "358" + scheme: 臜裡×銵-紑浘 + tcpSocket: + host: "362" + port: -1095116290 + preStop: + exec: + command: + - "363" + httpGet: + host: "365" + httpHeaders: + - name: "366" + value: "367" + path: "364" + port: -1431381588 + scheme: JŵǤ + tcpSocket: + host: "369" + port: "368" + livenessProbe: + exec: + command: + - "336" + failureThreshold: 1643238856 + httpGet: + host: "339" + httpHeaders: + - name: "340" + value: "341" + path: "337" + port: "338" + scheme: dŊiɢ + initialDelaySeconds: -1844150067 + periodSeconds: -1143639551 + successThreshold: 571693619 + tcpSocket: + host: "342" + port: -370404018 + timeoutSeconds: 414056303 + name: "310" + ports: + - containerPort: 805162379 + hostIP: "316" + hostPort: -748525373 + name: "315" + protocol: ǵ xǨŴ壶ƵfȽà + readinessProbe: + exec: + command: + - "343" + failureThreshold: -1706593993 + httpGet: + host: "345" + httpHeaders: + - name: "346" + value: "347" + path: "344" + port: 677650619 + scheme: 怖ý萜Ǖc8ǣƘƵŧ1ƟƓ宆!鍲ɋȑ + initialDelaySeconds: 1573261475 + periodSeconds: 1529027685 + successThreshold: -1612005385 + tcpSocket: + host: "348" + port: -843639240 + timeoutSeconds: -1211577347 + resources: + limits: + ğ Ņ#耗Ǚ(: "24" + requests: + 瘍Nʊ輔3璾ėȜv1b繐汚: "243" + securityContext: + allowPrivilegeEscalation: false + capabilities: + add: + - 诵H玲鑠ĭ$#卛8ð + drop: + - Q橱9ij\Ď愝Ű藛b + privileged: false + procMount: 忀oɎƺL肄$鬬 + readOnlyRootFilesystem: true + runAsGroup: 8850141386971124227 + runAsNonRoot: false + runAsUser: 5574781452707956333 + seLinuxOptions: + level: "374" + role: "372" + type: "373" + user: "371" + seccompProfile: + localhostProfile: "378" + type: 矐_ + windowsOptions: + gmsaCredentialSpec: "376" + gmsaCredentialSpecName: "375" + runAsUserName: "377" + startupProbe: + exec: + command: + - "349" + failureThreshold: -708495486 + httpGet: + host: "352" + httpHeaders: + - name: "353" + value: "354" + path: "350" + port: "351" + scheme: U + initialDelaySeconds: -291429895 + periodSeconds: 989933975 + successThreshold: 140830733 + tcpSocket: + host: "355" + port: 758604605 + timeoutSeconds: -478839383 + targetContainerName: "379" + terminationMessagePath: "370" + terminationMessagePolicy: 鉂WJ1抉泅ą&疀ȼN翾ȾD虓氙磂t + tty: true + volumeDevices: + - devicePath: "335" + name: "334" + volumeMounts: + - mountPath: "331" + mountPropagation: Ü[ƛ^輅9ɛ棕ƈ眽炊礫Ƽ + name: "330" + readOnly: true + subPath: "332" + subPathExpr: "333" + workingDir: "314" + hostAliases: + - hostnames: + - "442" + ip: "441" + hostname: "396" + imagePullSecrets: + - name: "395" + initContainers: + - args: + - "178" + command: + - "177" + env: + - name: "185" + value: "186" + valueFrom: + configMapKeyRef: + key: "192" + name: "191" + optional: true + fieldRef: + apiVersion: "187" + fieldPath: "188" + resourceFieldRef: + containerName: "189" + divisor: "663" + resource: "190" + secretKeyRef: + key: "194" + name: "193" + optional: false + envFrom: + - configMapRef: + name: "183" + optional: true + prefix: "182" + secretRef: + name: "184" + optional: true + image: "176" + imagePullPolicy: Ǖɳɷ9Ì崟¿瘦ɖ緕 + lifecycle: + postStart: + exec: + command: + - "221" + httpGet: + host: "224" + httpHeaders: + - name: "225" + value: "226" + path: "222" + port: "223" + scheme: '''' + tcpSocket: + host: "227" + port: -801430937 + preStop: + exec: + command: + - "228" + httpGet: + host: "230" + httpHeaders: + - name: "231" + value: "232" + path: "229" + port: 1810980158 + scheme: _ƮA攤/ɸɎ R§耶FfBl + tcpSocket: + host: "233" + port: 1074486306 + livenessProbe: + exec: + command: + - "201" + failureThreshold: 1684643131 + httpGet: + host: "203" + httpHeaders: + - name: "204" + value: "205" + path: "202" + port: 1214895765 + scheme: 悖ȩ0Ƹ[Ęİ榌U + initialDelaySeconds: -442393168 + periodSeconds: 1109079597 + successThreshold: -646728130 + tcpSocket: + host: "206" + port: -187060941 + timeoutSeconds: -307373517 + name: "175" + ports: + - containerPort: 859639931 + hostIP: "181" + hostPort: 747521320 + name: "180" + protocol: p儼Ƿ裚瓶釆Ɗ+j忊Ŗȫ焗捏ĨF + readinessProbe: + exec: + command: + - "207" + failureThreshold: -1880980172 + httpGet: + host: "210" + httpHeaders: + - name: "211" + value: "212" + path: "208" + port: "209" + scheme: 荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3 + initialDelaySeconds: 238949508 + periodSeconds: 851018015 + successThreshold: 596942561 + tcpSocket: + host: "214" + port: "213" + timeoutSeconds: -1389418722 + resources: + limits: + ſ盷: "532" + requests: + '[Řż丩': "47" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 勅跦Opwǩ曬逴褜1Ø + drop: + - ȠƬQg鄠[颐o啛更偢ɇ卷荙JLĹ] + privileged: true + procMount: W:ĸ輦唊#v + readOnlyRootFilesystem: true + runAsGroup: 1373384864388370080 + runAsNonRoot: false + runAsUser: -6470941481344047265 + seLinuxOptions: + level: "238" + role: "236" + type: "237" + user: "235" + seccompProfile: + localhostProfile: "242" + type: ʩȂ4ē鐭# + windowsOptions: + gmsaCredentialSpec: "240" + gmsaCredentialSpecName: "239" + runAsUserName: "241" + startupProbe: + exec: + command: + - "215" + failureThreshold: 59664438 + httpGet: + host: "217" + httpHeaders: + - name: "218" + value: "219" + path: "216" + port: 10098903 + scheme: «丯Ƙ枛牐ɺ皚 + initialDelaySeconds: 766864314 + periodSeconds: 1495880465 + successThreshold: -1032967081 + tcpSocket: + host: "220" + port: -1934111455 + timeoutSeconds: 1146016612 + stdinOnce: true + terminationMessagePath: "234" + terminationMessagePolicy: Zɾģ毋Ó6dz娝嘚庎D}埽uʎ + volumeDevices: + - devicePath: "200" + name: "199" + volumeMounts: + - mountPath: "196" + mountPropagation: VƋZ1Ůđ眊ľǎɳ,ǿ飏 + name: "195" + subPath: "197" + subPathExpr: "198" + workingDir: "179" + nodeName: "384" + nodeSelector: + "380": "381" + overhead: + ɨ悪@黝Ɓ: "177" + preemptionPolicy: .Ą + priority: -125022959 + priorityClassName: "443" + readinessGates: + - conditionType: Ɍ邪鳖üzÁ + restartPolicy: 嵞嬯t{Eɾ敹Ȯ-湷D谹 + runtimeClassName: "448" + schedulerName: "438" + securityContext: + fsGroup: -3029419263270634763 + fsGroupChangePolicy: ?jĎĭ¥#ƱÁR»淹揀. + runAsGroup: -3565639689247870986 + runAsNonRoot: false + runAsUser: 1322232608671575212 + seLinuxOptions: + level: "388" + role: "386" + type: "387" + user: "385" + seccompProfile: + localhostProfile: "394" + type: 鍃G昧牱 + supplementalGroups: + - -7888525810745339742 + sysctls: + - name: "392" + value: "393" + windowsOptions: + gmsaCredentialSpec: "390" + gmsaCredentialSpecName: "389" + runAsUserName: "391" + serviceAccount: "383" + serviceAccountName: "382" + setHostnameAsFQDN: false + shareProcessNamespace: false + subdomain: "397" + terminationGracePeriodSeconds: -2985049970189992560 + tolerations: + - effect: Ɵ鳝稃Ȍ液文?謮ɶÎ磣:mʂ渢pɉ驻( + key: "439" + operator: ƞ=掔廛ĤJŇv膈ǣʛsĊ剞 + tolerationSeconds: 5238971742940252651 + value: "440" + topologySpreadConstraints: + - labelSelector: + matchExpressions: + - key: OA_090ERG2nV.__p_Y-.2__a_dWU_V-_QA + operator: NotIn + values: + - 7CY-_dc__G6N-_-0o.0C_gV.9_G-.-z1Y_HEb.9x8 + matchLabels: + 4e-_07-ht-E6___-X__H.-39-A_-_l67Q.-_t--O.3L.z2-y.-...C4_-_G: 8-c_C.G.h--m.f + maxSkew: -1569123121 + topologyKey: "449" + whenUnsatisfiable: 魨练脨,Ƃ3貊ɔ帘錇š裢C仗ɂ覥 + volumes: + - awsElasticBlockStore: + fsType: "47" + partition: -762366823 + readOnly: true + volumeID: "46" + azureDisk: + cachingMode: HǺƶȤ^}穠 + diskName: "110" + diskURI: "111" + fsType: "112" + kind: 躢 + readOnly: true + azureFile: + secretName: "96" + shareName: "97" + cephfs: + monitors: + - "81" + path: "82" + secretFile: "84" + secretRef: + name: "85" + user: "83" + cinder: + fsType: "79" + secretRef: + name: "80" + volumeID: "78" + configMap: + defaultMode: -460478410 + items: + - key: "99" + mode: -2039036935 + path: "100" + name: "98" + optional: false + csi: + driver: "142" + fsType: "143" + nodePublishSecretRef: + name: "146" + readOnly: false + volumeAttributes: + "144": "145" + downwardAPI: + defaultMode: -106644772 + items: + - fieldRef: + apiVersion: "89" + fieldPath: "90" + mode: 1235524154 + path: "88" + resourceFieldRef: + containerName: "91" + divisor: "457" + resource: "92" + emptyDir: + medium: 彭聡A3fƻfʣ + sizeLimit: "115" + ephemeral: + volumeClaimTemplate: + metadata: + annotations: + "154": "155" + clusterName: "160" + creationTimestamp: null + deletionGracePeriodSeconds: 4217400953499279873 + finalizers: + - "159" + generateName: "148" + generation: 6327094951466338107 + labels: + "152": "153" + managedFields: + - apiVersion: "162" + fieldsType: "163" + manager: "161" + operation: O醔ɍ厶耈 T衧ȇe媹Hǝ呮}臷Ľð + name: "147" + namespace: "149" + ownerReferences: + - apiVersion: "156" + blockOwnerDeletion: true + controller: false + kind: "157" + name: "158" + uid: "" + resourceVersion: "5302358391842833914" + selfLink: "150" + spec: + accessModes: + - eÞȦY籎顒 + dataSource: + apiGroup: "172" + kind: "173" + name: "174" + resources: + limits: + ŴĿ: "377" + requests: + .Q貇£ȹ嫰ƹǔw÷nI: "718" + selector: + matchExpressions: + - key: a40--87-1wpl6-2-310e5hyzn0w-p4mz4.w-6d/6yV07-_.___gO-d.iUaC_wYSJfB._.zS-._..3le-4 + operator: DoesNotExist + matchLabels: + 5_Or.i1_7z.WH-.L: d2-N_Y.t--0 + storageClassName: "171" + volumeMode: ŀ樺ȃv渟7¤7djƯĖ漘Z剚敍0 + volumeName: "170" + fc: + fsType: "94" + lun: 441887498 + readOnly: true + targetWWNs: + - "93" + wwids: + - "95" + flexVolume: + driver: "73" + fsType: "74" + options: + "76": "77" + secretRef: + name: "75" + flocker: + datasetName: "86" + datasetUUID: "87" + gcePersistentDisk: + fsType: "45" + partition: -1499132872 + pdName: "44" + gitRepo: + directory: "50" + repository: "48" + revision: "49" + glusterfs: + endpoints: "63" + path: "64" + hostPath: + path: "43" + type: 6NJPM饣`诫z徃鷢6ȥ啕禗Ǐ2啗塧ȱ + iscsi: + fsType: "59" + initiatorName: "62" + iqn: "57" + iscsiInterface: "58" + lun: 1655406148 + portals: + - "60" + readOnly: true + secretRef: + name: "61" + targetPortal: "56" + name: "42" + nfs: + path: "55" + readOnly: true + server: "54" + persistentVolumeClaim: + claimName: "65" + readOnly: true + photonPersistentDisk: + fsType: "114" + pdID: "113" + portworxVolume: + fsType: "129" + volumeID: "128" + projected: + defaultMode: -522879476 + sources: + - configMap: + items: + - key: "124" + mode: -1694464659 + path: "125" + name: "123" + optional: true + downwardAPI: + items: + - fieldRef: + apiVersion: "119" + fieldPath: "120" + mode: 926891073 + path: "118" + resourceFieldRef: + containerName: "121" + divisor: "746" + resource: "122" + secret: + items: + - key: "116" + mode: -1399063270 + path: "117" + name: "115" + optional: true + serviceAccountToken: + audience: "126" + expirationSeconds: -7593824971107985079 + path: "127" + quobyte: + group: "108" + readOnly: true + registry: "105" + tenant: "109" + user: "107" + volume: "106" + rbd: + fsType: "68" + image: "67" + keyring: "71" + monitors: + - "66" + pool: "69" + readOnly: true + secretRef: + name: "72" + user: "70" + scaleIO: + fsType: "137" + gateway: "130" + protectionDomain: "133" + secretRef: + name: "132" + storageMode: "135" + storagePool: "134" + system: "131" + volumeName: "136" + secret: + defaultMode: 372704313 + items: + - key: "52" + mode: -104666658 + path: "53" + optional: true + secretName: "51" + storageos: + fsType: "140" + readOnly: true + secretRef: + name: "141" + volumeName: "138" + volumeNamespace: "139" + vsphereVolume: + fsType: "102" + storagePolicyID: "104" + storagePolicyName: "103" + volumePath: "101" +status: + availableReplicas: 1308809900 + conditions: + - lastTransitionTime: "2125-04-24T12:13:40Z" + message: "457" + reason: "456" + status: ?Ď筌ʨ:ÿ1諘蚿[ĵ皥袨\k%橳 + type: 议ĪS + fullyLabeledReplicas: 31486357 + observedGeneration: -5594148640067537624 + readyReplicas: -1983654895 + replicas: 337922430 diff --git a/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1.StatefulSet.after_roundtrip.json b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1.StatefulSet.after_roundtrip.json new file mode 100644 index 00000000000..3bd738f9edf --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1.StatefulSet.after_roundtrip.json @@ -0,0 +1,1595 @@ +{ + "kind": "StatefulSet", + "apiVersion": "apps/v1", + "metadata": { + "name": "2", + "generateName": "3", + "namespace": "4", + "selfLink": "5", + "uid": "7", + "resourceVersion": "11042405498087606203", + "generation": 8071137005907523419, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -4955867275792137171, + "labels": { + "7": "8" + }, + "annotations": { + "9": "10" + }, + "ownerReferences": [ + { + "apiVersion": "11", + "kind": "12", + "name": "13", + "uid": "Dz廔ȇ{sŊƏp", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "14" + ], + "clusterName": "15", + "managedFields": [ + { + "manager": "16", + "operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]", + "apiVersion": "17", + "fieldsType": "18" + } + ] + }, + "spec": { + "replicas": 896585016, + "selector": { + "matchLabels": { + "74404d5---g8c2-k-91e.y5-g--58----0683-b-w7ld-6cs06xj-x5yv0wm-k18/M_-Nx.N_6-___._-.-W._AAn---v_-5-_8LXj": "6-4_WE-_JTrcd-2.-__E_Sv__26KX_R_.-.Nth._--S_4DA_-5_-4lQ42M--1" + }, + "matchExpressions": [ + { + "key": "50-u--25cu87--r7p-w1e67-8pj5t-kl-v0q6b68--nu5oii38fn-8.629b-jd-8c45-0-8--6n--w0--w---196g8d--iv1-5--5ht-a-29--0qso796/3___47._49pIB_o61ISU4--A_.XK_._M99", + "operator": "Exists" + } + ] + }, + "template": { + "metadata": { + "name": "25", + "generateName": "26", + "namespace": "27", + "selfLink": "28", + "uid": "?Qȫş", + "resourceVersion": "1736621709629422270", + "generation": -8542870036622468681, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -2575298329142810753, + "labels": { + "30": "31" + }, + "annotations": { + "32": "33" + }, + "ownerReferences": [ + { + "apiVersion": "34", + "kind": "35", + "name": "36", + "uid": "ƶȤ^}", + "controller": true, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "37" + ], + "clusterName": "38", + "managedFields": [ + { + "manager": "39", + "operation": "躢", + "apiVersion": "40", + "fieldsType": "41" + } + ] + }, + "spec": { + "volumes": [ + { + "name": "42", + "hostPath": { + "path": "43", + "type": "ƛƟ)ÙæNǚ錯ƶRquA?瞲Ť倱\u003c" + }, + "emptyDir": { + "medium": "Xŋ朘瑥A徙ɶɊł/擇ɦĽ胚O醔ɍ厶耈", + "sizeLimit": "473" + }, + "gcePersistentDisk": { + "pdName": "44", + "fsType": "45", + "partition": -1188153605 + }, + "awsElasticBlockStore": { + "volumeID": "46", + "fsType": "47", + "partition": 912004803, + "readOnly": true + }, + "gitRepo": { + "repository": "48", + "revision": "49", + "directory": "50" + }, + "secret": { + "secretName": "51", + "items": [ + { + "key": "52", + "path": "53", + "mode": -547518679 + } + ], + "defaultMode": 332383000, + "optional": true + }, + "nfs": { + "server": "54", + "path": "55", + "readOnly": true + }, + "iscsi": { + "targetPortal": "56", + "iqn": "57", + "lun": 994527057, + "iscsiInterface": "58", + "fsType": "59", + "portals": [ + "60" + ], + "chapAuthDiscovery": true, + "secretRef": { + "name": "61" + }, + "initiatorName": "62" + }, + "glusterfs": { + "endpoints": "63", + "path": "64", + "readOnly": true + }, + "persistentVolumeClaim": { + "claimName": "65", + "readOnly": true + }, + "rbd": { + "monitors": [ + "66" + ], + "image": "67", + "fsType": "68", + "pool": "69", + "user": "70", + "keyring": "71", + "secretRef": { + "name": "72" + } + }, + "flexVolume": { + "driver": "73", + "fsType": "74", + "secretRef": { + "name": "75" + }, + "readOnly": true, + "options": { + "76": "77" + } + }, + "cinder": { + "volumeID": "78", + "fsType": "79", + "secretRef": { + "name": "80" + } + }, + "cephfs": { + "monitors": [ + "81" + ], + "path": "82", + "user": "83", + "secretFile": "84", + "secretRef": { + "name": "85" + } + }, + "flocker": { + "datasetName": "86", + "datasetUUID": "87" + }, + "downwardAPI": { + "items": [ + { + "path": "88", + "fieldRef": { + "apiVersion": "89", + "fieldPath": "90" + }, + "resourceFieldRef": { + "containerName": "91", + "resource": "92", + "divisor": "660" + }, + "mode": 1569992019 + } + ], + "defaultMode": 824682619 + }, + "fc": { + "targetWWNs": [ + "93" + ], + "lun": -1740986684, + "fsType": "94", + "readOnly": true, + "wwids": [ + "95" + ] + }, + "azureFile": { + "secretName": "96", + "shareName": "97", + "readOnly": true + }, + "configMap": { + "name": "98", + "items": [ + { + "key": "99", + "path": "100", + "mode": 195263908 + } + ], + "defaultMode": 1593906314, + "optional": false + }, + "vsphereVolume": { + "volumePath": "101", + "fsType": "102", + "storagePolicyName": "103", + "storagePolicyID": "104" + }, + "quobyte": { + "registry": "105", + "volume": "106", + "user": "107", + "group": "108", + "tenant": "109" + }, + "azureDisk": { + "diskName": "110", + "diskURI": "111", + "cachingMode": "|@?鷅bȻN", + "fsType": "112", + "readOnly": true, + "kind": "榱*Gưoɘ檲" + }, + "photonPersistentDisk": { + "pdID": "113", + "fsType": "114" + }, + "projected": { + "sources": [ + { + "secret": { + "name": "115", + "items": [ + { + "key": "116", + "path": "117", + "mode": -323584340 + } + ], + "optional": true + }, + "downwardAPI": { + "items": [ + { + "path": "118", + "fieldRef": { + "apiVersion": "119", + "fieldPath": "120" + }, + "resourceFieldRef": { + "containerName": "121", + "resource": "122", + "divisor": "106" + }, + "mode": 173030157 + } + ] + }, + "configMap": { + "name": "123", + "items": [ + { + "key": "124", + "path": "125", + "mode": 2063799569 + } + ], + "optional": false + }, + "serviceAccountToken": { + "audience": "126", + "expirationSeconds": 8357931971650847566, + "path": "127" + } + } + ], + "defaultMode": -1334904807 + }, + "portworxVolume": { + "volumeID": "128", + "fsType": "129", + "readOnly": true + }, + "scaleIO": { + "gateway": "130", + "system": "131", + "secretRef": { + "name": "132" + }, + "protectionDomain": "133", + "storagePool": "134", + "storageMode": "135", + "volumeName": "136", + "fsType": "137" + }, + "storageos": { + "volumeName": "138", + "volumeNamespace": "139", + "fsType": "140", + "secretRef": { + "name": "141" + } + }, + "csi": { + "driver": "142", + "readOnly": false, + "fsType": "143", + "volumeAttributes": { + "144": "145" + }, + "nodePublishSecretRef": { + "name": "146" + } + }, + "ephemeral": { + "volumeClaimTemplate": { + "metadata": { + "name": "147", + "generateName": "148", + "namespace": "149", + "selfLink": "150", + "uid": "H巧壚tC十Oɢ", + "resourceVersion": "11451542506523135343", + "generation": 6028937828108618026, + "creationTimestamp": null, + "deletionGracePeriodSeconds": 6296624700137074905, + "labels": { + "152": "153" + }, + "annotations": { + "154": "155" + }, + "ownerReferences": [ + { + "apiVersion": "156", + "kind": "157", + "name": "158", + "uid": "閝ȝ", + "controller": false, + "blockOwnerDeletion": false + } + ], + "finalizers": [ + "159" + ], + "clusterName": "160", + "managedFields": [ + { + "manager": "161", + "operation": "ɑ龫`劳\u0026¼傭Ȟ1酃=6}ɡŇƉ立h", + "apiVersion": "162", + "fieldsType": "163" + } + ] + }, + "spec": { + "accessModes": [ + "鲡:" + ], + "selector": { + "matchLabels": { + "0-.-yz-0-_p4mz--.I_f6kjsz-7lwY-Y93-6": "igm_-._.q6" + }, + "matchExpressions": [ + { + "key": "m_0_F03_J", + "operator": "NotIn", + "values": [ + "4FpF_W-6" + ] + } + ] + }, + "resources": { + "limits": { + "Ŗȫ焗捏ĨFħ籘": "853" + }, + "requests": { + "zɟ踡肒Ao/樝fw[Řż丩ŽoǠ": "918" + } + }, + "volumeName": "170", + "storageClassName": "171", + "volumeMode": "Z1Ůđ眊ľǎɳ,ǿ飏騀呣", + "dataSource": { + "apiGroup": "172", + "kind": "173", + "name": "174" + } + } + } + } + } + ], + "initContainers": [ + { + "name": "175", + "image": "176", + "command": [ + "177" + ], + "args": [ + "178" + ], + "workingDir": "179", + "ports": [ + { + "name": "180", + "hostPort": 282592353, + "containerPort": 377225334, + "protocol": "Ƹ[Ęİ榌U髷裎$MVȟ@7", + "hostIP": "181" + } + ], + "envFrom": [ + { + "prefix": "182", + "configMapRef": { + "name": "183", + "optional": false + }, + "secretRef": { + "name": "184", + "optional": false + } + } + ], + "env": [ + { + "name": "185", + "value": "186", + "valueFrom": { + "fieldRef": { + "apiVersion": "187", + "fieldPath": "188" + }, + "resourceFieldRef": { + "containerName": "189", + "resource": "190", + "divisor": "573" + }, + "configMapKeyRef": { + "name": "191", + "key": "192", + "optional": false + }, + "secretKeyRef": { + "name": "193", + "key": "194", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "ǚ灄鸫rʤî萨zvt": "829" + }, + "requests": { + "悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\\p": "604" + } + }, + "volumeMounts": [ + { + "name": "195", + "readOnly": true, + "mountPath": "196", + "subPath": "197", + "mountPropagation": "ƖHV", + "subPathExpr": "198" + } + ], + "volumeDevices": [ + { + "name": "199", + "devicePath": "200" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "201" + ] + }, + "httpGet": { + "path": "202", + "port": -1196874390, + "host": "203", + "scheme": "S晒嶗UÐ_ƮA攤", + "httpHeaders": [ + { + "name": "204", + "value": "205" + } + ] + }, + "tcpSocket": { + "port": -498930176, + "host": "206" + }, + "initialDelaySeconds": 1885897314, + "timeoutSeconds": -465677631, + "periodSeconds": 1054858106, + "successThreshold": 232569106, + "failureThreshold": -1150474479 + }, + "readinessProbe": { + "exec": { + "command": [ + "207" + ] + }, + "httpGet": { + "path": "208", + "port": "209", + "host": "210", + "scheme": "8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ", + "httpHeaders": [ + { + "name": "211", + "value": "212" + } + ] + }, + "tcpSocket": { + "port": "213", + "host": "214" + }, + "initialDelaySeconds": -2717401, + "timeoutSeconds": -1492565335, + "periodSeconds": -1099429189, + "successThreshold": 994072122, + "failureThreshold": 1752155096 + }, + "startupProbe": { + "exec": { + "command": [ + "215" + ] + }, + "httpGet": { + "path": "216", + "port": "217", + "host": "218", + "scheme": "Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ", + "httpHeaders": [ + { + "name": "219", + "value": "220" + } + ] + }, + "tcpSocket": { + "port": -36782737, + "host": "221" + }, + "initialDelaySeconds": -1738069460, + "timeoutSeconds": -1643733106, + "periodSeconds": -805795167, + "successThreshold": 1791615594, + "failureThreshold": 785984384 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "222" + ] + }, + "httpGet": { + "path": "223", + "port": "224", + "host": "225", + "scheme": "\u003e郵[+扴ȨŮ", + "httpHeaders": [ + { + "name": "226", + "value": "227" + } + ] + }, + "tcpSocket": { + "port": "228", + "host": "229" + } + }, + "preStop": { + "exec": { + "command": [ + "230" + ] + }, + "httpGet": { + "path": "231", + "port": -743369977, + "host": "232", + "scheme": "\u003e犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4", + "httpHeaders": [ + { + "name": "233", + "value": "234" + } + ] + }, + "tcpSocket": { + "port": -1224991707, + "host": "235" + } + } + }, + "terminationMessagePath": "236", + "imagePullPolicy": "昕Ĭ", + "securityContext": { + "capabilities": { + "add": [ + "藢xɮĵȑ6L*Z鐫û咡W\u003c" + ], + "drop": [ + "lu|榝$î." + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "237", + "role": "238", + "type": "239", + "level": "240" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "241", + "gmsaCredentialSpec": "242", + "runAsUserName": "243" + }, + "runAsUser": -7565148469525206101, + "runAsGroup": 8949541422887578058, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "朦 wƯ貾坢'跩", + "seccompProfile": { + "type": "ŕ翑0展}", + "localhostProfile": "244" + } + }, + "stdinOnce": true + } + ], + "containers": [ + { + "name": "245", + "image": "246", + "command": [ + "247" + ], + "args": [ + "248" + ], + "workingDir": "249", + "ports": [ + { + "name": "250", + "hostPort": -778272981, + "containerPort": 2056774277, + "protocol": "现葢ŵ橨鬶l獕;跣Hǝcw媀瓄\u0026翜舞拉", + "hostIP": "251" + } + ], + "envFrom": [ + { + "prefix": "252", + "configMapRef": { + "name": "253", + "optional": true + }, + "secretRef": { + "name": "254", + "optional": false + } + } + ], + "env": [ + { + "name": "255", + "value": "256", + "valueFrom": { + "fieldRef": { + "apiVersion": "257", + "fieldPath": "258" + }, + "resourceFieldRef": { + "containerName": "259", + "resource": "260", + "divisor": "124" + }, + "configMapKeyRef": { + "name": "261", + "key": "262", + "optional": false + }, + "secretKeyRef": { + "name": "263", + "key": "264", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "V訆Ǝżŧ": "915" + }, + "requests": { + "+SÄ蚃ɣľ)酊龨Î": "787" + } + }, + "volumeMounts": [ + { + "name": "265", + "readOnly": true, + "mountPath": "266", + "subPath": "267", + "mountPropagation": "\"冓鍓贯澔 ƺ蛜6", + "subPathExpr": "268" + } + ], + "volumeDevices": [ + { + "name": "269", + "devicePath": "270" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "271" + ] + }, + "httpGet": { + "path": "272", + "port": 465486290, + "host": "273", + "httpHeaders": [ + { + "name": "274", + "value": "275" + } + ] + }, + "tcpSocket": { + "port": -116224247, + "host": "276" + }, + "initialDelaySeconds": -2097329452, + "timeoutSeconds": 1504385614, + "periodSeconds": 865289071, + "successThreshold": -1829146875, + "failureThreshold": -205176266 + }, + "readinessProbe": { + "exec": { + "command": [ + "277" + ] + }, + "httpGet": { + "path": "278", + "port": 234253676, + "host": "279", + "scheme": "ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏", + "httpHeaders": [ + { + "name": "280", + "value": "281" + } + ] + }, + "tcpSocket": { + "port": "282", + "host": "283" + }, + "initialDelaySeconds": -2062708879, + "timeoutSeconds": 215186711, + "periodSeconds": -141401239, + "successThreshold": -1187301925, + "failureThreshold": -402384013 + }, + "startupProbe": { + "exec": { + "command": [ + "284" + ] + }, + "httpGet": { + "path": "285", + "port": "286", + "host": "287", + "scheme": "鏻砅邻爥", + "httpHeaders": [ + { + "name": "288", + "value": "289" + } + ] + }, + "tcpSocket": { + "port": -305362540, + "host": "290" + }, + "initialDelaySeconds": 601198286, + "timeoutSeconds": 409029209, + "periodSeconds": 405193215, + "successThreshold": 2129989022, + "failureThreshold": -1699531929 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "291" + ] + }, + "httpGet": { + "path": "292", + "port": "293", + "host": "294", + "scheme": "­蜷ɔ幩š", + "httpHeaders": [ + { + "name": "295", + "value": "296" + } + ] + }, + "tcpSocket": { + "port": 455833230, + "host": "297" + } + }, + "preStop": { + "exec": { + "command": [ + "298" + ] + }, + "httpGet": { + "path": "299", + "port": 1076497581, + "host": "300", + "scheme": "h4ɊHȖ|ʐ", + "httpHeaders": [ + { + "name": "301", + "value": "302" + } + ] + }, + "tcpSocket": { + "port": 248533396, + "host": "303" + } + } + }, + "terminationMessagePath": "304", + "terminationMessagePolicy": "迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ", + "imagePullPolicy": "ņ", + "securityContext": { + "capabilities": { + "add": [ + "DŽ髐njʉBn(fǂǢ曣" + ], + "drop": [ + "ay" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "305", + "role": "306", + "type": "307", + "level": "308" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "309", + "gmsaCredentialSpec": "310", + "runAsUserName": "311" + }, + "runAsUser": 1958157659034146020, + "runAsGroup": -5996624450771474158, + "runAsNonRoot": false, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": false, + "procMount": "嗆u", + "seccompProfile": { + "type": "晲T[irȎ3Ĕ\\", + "localhostProfile": "312" + } + }, + "tty": true + } + ], + "ephemeralContainers": [ + { + "name": "313", + "image": "314", + "command": [ + "315" + ], + "args": [ + "316" + ], + "workingDir": "317", + "ports": [ + { + "name": "318", + "hostPort": -1656699070, + "containerPort": -1918622971, + "protocol": "ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz", + "hostIP": "319" + } + ], + "envFrom": [ + { + "prefix": "320", + "configMapRef": { + "name": "321", + "optional": true + }, + "secretRef": { + "name": "322", + "optional": false + } + } + ], + "env": [ + { + "name": "323", + "value": "324", + "valueFrom": { + "fieldRef": { + "apiVersion": "325", + "fieldPath": "326" + }, + "resourceFieldRef": { + "containerName": "327", + "resource": "328", + "divisor": "69" + }, + "configMapKeyRef": { + "name": "329", + "key": "330", + "optional": true + }, + "secretKeyRef": { + "name": "331", + "key": "332", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "1b": "328" + }, + "requests": { + "}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊": "699" + } + }, + "volumeMounts": [ + { + "name": "333", + "readOnly": true, + "mountPath": "334", + "subPath": "335", + "mountPropagation": "Ik(dŊiɢzĮ蛋I", + "subPathExpr": "336" + } + ], + "volumeDevices": [ + { + "name": "337", + "devicePath": "338" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "339" + ] + }, + "httpGet": { + "path": "340", + "port": "341", + "host": "342", + "scheme": "ȥ}礤铟怖ý萜Ǖ", + "httpHeaders": [ + { + "name": "343", + "value": "344" + } + ] + }, + "tcpSocket": { + "port": -1088996269, + "host": "345" + }, + "initialDelaySeconds": -1922458514, + "timeoutSeconds": 1480364858, + "periodSeconds": 692511776, + "successThreshold": -1231653807, + "failureThreshold": -36573584 + }, + "readinessProbe": { + "exec": { + "command": [ + "346" + ] + }, + "httpGet": { + "path": "347", + "port": -1157640253, + "host": "348", + "scheme": "×p鬷m罂o3ǰ廋i乳'ȘUɻ;", + "httpHeaders": [ + { + "name": "349", + "value": "350" + } + ] + }, + "tcpSocket": { + "port": "351", + "host": "352" + }, + "initialDelaySeconds": -478839383, + "timeoutSeconds": 989933975, + "periodSeconds": 140830733, + "successThreshold": -708495486, + "failureThreshold": -1436899600 + }, + "startupProbe": { + "exec": { + "command": [ + "353" + ] + }, + "httpGet": { + "path": "354", + "port": "355", + "host": "356", + "scheme": "漤ŗ坟", + "httpHeaders": [ + { + "name": "357", + "value": "358" + } + ] + }, + "tcpSocket": { + "port": -1617422199, + "host": "359" + }, + "initialDelaySeconds": -902839620, + "timeoutSeconds": -2030665763, + "periodSeconds": 1808698094, + "successThreshold": 1155232143, + "failureThreshold": -1873425934 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "360" + ] + }, + "httpGet": { + "path": "361", + "port": 1288391156, + "host": "362", + "scheme": "Ǥ桒ɴ鉂WJ1抉泅ą\u0026疀ȼN", + "httpHeaders": [ + { + "name": "363", + "value": "364" + } + ] + }, + "tcpSocket": { + "port": "365", + "host": "366" + } + }, + "preStop": { + "exec": { + "command": [ + "367" + ] + }, + "httpGet": { + "path": "368", + "port": 1859267428, + "host": "369", + "scheme": "ȟP", + "httpHeaders": [ + { + "name": "370", + "value": "371" + } + ] + }, + "tcpSocket": { + "port": 1445923603, + "host": "372" + } + } + }, + "terminationMessagePath": "373", + "terminationMessagePolicy": "殆诵H玲鑠ĭ$#卛8ð仁Q", + "imagePullPolicy": "tl敷斢杧ż鯀", + "securityContext": { + "capabilities": { + "add": [ + "鸔ɧWǘ炙" + ], + "drop": [ + "餸硷" + ] + }, + "privileged": true, + "seLinuxOptions": { + "user": "374", + "role": "375", + "type": "376", + "level": "377" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "378", + "gmsaCredentialSpec": "379", + "runAsUserName": "380" + }, + "runAsUser": 5215323049148402377, + "runAsGroup": 2946116477552625615, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "ʈʫ羶剹ƊF豎穜", + "seccompProfile": { + "type": "l咑耖p^鏋", + "localhostProfile": "381" + } + }, + "tty": true, + "targetContainerName": "382" + } + ], + "restartPolicy": "ȿ醏g遧", + "terminationGracePeriodSeconds": -616777763639482630, + "activeDeadlineSeconds": 2031424375743848602, + "dnsPolicy": ":{柯?B", + "nodeSelector": { + "383": "384" + }, + "serviceAccountName": "385", + "serviceAccount": "386", + "automountServiceAccountToken": false, + "nodeName": "387", + "hostNetwork": true, + "shareProcessNamespace": false, + "securityContext": { + "seLinuxOptions": { + "user": "388", + "role": "389", + "type": "390", + "level": "391" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "392", + "gmsaCredentialSpec": "393", + "runAsUserName": "394" + }, + "runAsUser": -1290365495982891537, + "runAsGroup": -759684899479757878, + "runAsNonRoot": false, + "supplementalGroups": [ + 3273247375993523103 + ], + "fsGroup": 4489057930380969432, + "sysctls": [ + { + "name": "395", + "value": "396" + } + ], + "fsGroupChangePolicy": "='ʨ|ǓÓ敆OɈÏ 瞍髃", + "seccompProfile": { + "type": "ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn", + "localhostProfile": "397" + } + }, + "imagePullSecrets": [ + { + "name": "398" + } + ], + "hostname": "399", + "subdomain": "400", + "affinity": { + "nodeAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": { + "nodeSelectorTerms": [ + { + "matchExpressions": [ + { + "key": "401", + "operator": "+Œ9两", + "values": [ + "402" + ] + } + ], + "matchFields": [ + { + "key": "403", + "operator": "q=歍þ螗ɃŒGm¨z鋎靀G", + "values": [ + "404" + ] + } + ] + } + ] + }, + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 377409178, + "preference": { + "matchExpressions": [ + { + "key": "405", + "operator": "#ļǹʅŚO虀^背遻堣灭ƴɦ燻", + "values": [ + "406" + ] + } + ], + "matchFields": [ + { + "key": "407", + "operator": "-觗裓6Ř筿ɾ5Ų買霎ȃň[\u003eą", + "values": [ + "408" + ] + } + ] + } + } + ] + }, + "podAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5": "1--L--v_Z--Zg-_4Q__-v_t_u_.A" + }, + "matchExpressions": [ + { + "key": "5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y", + "operator": "Exists" + } + ] + }, + "namespaces": [ + "415" + ], + "topologyKey": "416" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -1507671981, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-35840-w4g-27-5s6.q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x18mtxb--kexr-y/oK-.O--5-yp8q_s-1__gw_-z_659GE.l_.23--_6l.-5_Z": "3Pw_-r75--_-Ao" + }, + "matchExpressions": [ + { + "key": "hj6/bW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...CqN", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "423" + ], + "topologyKey": "424" + } + } + ] + }, + "podAntiAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "C--Y_Dp8O_._e_3_.4_W_-_7": "p_.----cp__ac8u.._-__BM.6-.Y7" + }, + "matchExpressions": [ + { + "key": "1x--i--7-nt-23h-4z-21-sap--h--q0h-t2n4s-6-k5-7-a0w-ke5p-3.nu--17---u7-gl7814ei-07shtq-6---g----9s39z-5/wv3UDf.-4D-5", + "operator": "NotIn", + "values": [ + "l67Q.-_t--O.3L.z2-y.-...C4_-_2G8" + ] + } + ] + }, + "namespaces": [ + "431" + ], + "topologyKey": "432" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 1067925263, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "k407--m-dc---6-q-q0o90--g-09--d5ez1----b69x90/um._fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_VF": "11---.-o7.pJ-4-1WV.-__05._LsuH" + }, + "matchExpressions": [ + { + "key": "8", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "439" + ], + "topologyKey": "440" + } + } + ] + } + }, + "schedulerName": "441", + "tolerations": [ + { + "key": "442", + "operator": "Ɖ肆Ző", + "value": "443", + "effect": "淵", + "tolerationSeconds": -1072615283184390308 + } + ], + "hostAliases": [ + { + "ip": "444", + "hostnames": [ + "445" + ] + } + ], + "priorityClassName": "446", + "priority": -1221153504, + "dnsConfig": { + "nameservers": [ + "447" + ], + "searches": [ + "448" + ], + "options": [ + { + "name": "449", + "value": "450" + } + ] + }, + "readinessGates": [ + { + "conditionType": "媈" + } + ], + "runtimeClassName": "451", + "enableServiceLinks": true, + "preemptionPolicy": "n夬LJ:BŐ埑Ô*ɾWȖ韝ƉşʁO^:", + "overhead": { + "ȩ纾S": "368" + }, + "topologySpreadConstraints": [ + { + "maxSkew": -1568300104, + "topologyKey": "452", + "whenUnsatisfiable": "潑嫉悔柅ȵ.Ȁ鎧Y冒Ɩ", + "labelSelector": { + "matchLabels": { + "jp-z---k-5r6h--y7n.61-cm---ch-g0t-q--qr95ws-v-5--7-ufi-7/35a-1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--.2g": "Mqp..__._-J_-fk3-_j.133eT_2_Y" + }, + "matchExpressions": [ + { + "key": "51-i-d-----9---063-qm-j-3wc89k-0-57z4063--4/rBQ.u", + "operator": "Exists" + } + ] + } + } + ], + "setHostnameAsFQDN": false + } + }, + "volumeClaimTemplates": [ + { + "metadata": { + "name": "459", + "generateName": "460", + "namespace": "461", + "selfLink": "462", + "uid": "S誖Śs垦Ȋ髴T唼=`朇c", + "resourceVersion": "8285629342346774721", + "generation": -5107762106575809276, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -6486445241316991261, + "labels": { + "464": "465" + }, + "annotations": { + "466": "467" + }, + "ownerReferences": [ + { + "apiVersion": "468", + "kind": "469", + "name": "470", + "uid": "/nēɅĀ埰ʀł!U詨nj1ýǝ", + "controller": true, + "blockOwnerDeletion": false + } + ], + "finalizers": [ + "471" + ], + "clusterName": "472", + "managedFields": [ + { + "manager": "473", + "operation": "壛ĐíEd楗鱶镖喗vȥ", + "apiVersion": "474", + "fieldsType": "475" + } + ] + }, + "spec": { + "accessModes": [ + "Y斩I儑瓔¯" + ], + "selector": { + "matchLabels": { + "k--13lk5-e4-u-5kvp-----887j72qz6-7d84-1f396h82----23-6b77f.mgi7-2je7zjt0pp-x0r2gd---yn1/7_._qN__A_f_-B3_U__L.KH6K.RwsfI_2-_20_9.5": "8_B-ks7dx" + }, + "matchExpressions": [ + { + "key": "vUK_-.j21---__y.9O.L-.m.3--4", + "operator": "In", + "values": [ + "37u-h---dY7_M_-._M52" + ] + } + ] + }, + "resources": { + "limits": { + "涟雒驭堣Qwn:Ʋå譥a超": "19" + }, + "requests": { + "ª韷v简3VǢɾ纤ą¨?ɣ蔫椁Ȕ": "368" + } + }, + "volumeName": "482", + "storageClassName": "483", + "volumeMode": "'降\\4)ȳɍǟm{煰œ憼", + "dataSource": { + "apiGroup": "484", + "kind": "485", + "name": "486" + } + }, + "status": { + "phase": "ʌ槧ą°Z拕獘:pȚ\\猫ï卒ú", + "accessModes": [ + "èƾ竒决瘛Ǫǵ" + ], + "capacity": { + "Ǧ澵貛香\"砻B鷋": "578" + }, + "conditions": [ + { + "type": "|nET¬%ȎdžĤɂR湛", + "status": "WU=ȑ-A敲ʉ2腠梊", + "lastProbeTime": "2230-04-25T02:33:53Z", + "lastTransitionTime": "2843-07-14T02:23:26Z", + "reason": "487", + "message": "488" + } + ] + } + } + ], + "serviceName": "489", + "podManagementPolicy": "`ŇaƬȿŬ捕|", + "updateStrategy": { + "type": "șa汸\u003cƋlɋN磋镮ȺPÈ", + "rollingUpdate": { + "partition": -83826225 + } + }, + "revisionHistoryLimit": -1872519086 + }, + "status": { + "observedGeneration": -3866306318826551410, + "replicas": 1852870468, + "readyReplicas": -1993494670, + "currentReplicas": -463159422, + "updatedReplicas": 463674701, + "currentRevision": "490", + "updateRevision": "491", + "collisionCount": -1556190810, + "conditions": [ + { + "type": "ȩ硘(ǒ[", + "status": "闬輙怀¹bCũw¼ ǫđ槴Ċį軠\u003e", + "lastTransitionTime": "2446-08-01T12:34:13Z", + "reason": "492", + "message": "493" + } + ] + } +} \ No newline at end of file diff --git a/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1.StatefulSet.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1.StatefulSet.after_roundtrip.pb new file mode 100644 index 0000000000000000000000000000000000000000..6c30da2b1ce3061b0e879c5f545d35c47624ee32 GIT binary patch literal 7990 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ą + values: + - "408" + weight: 377409178 + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: "401" + operator: +Œ9两 + values: + - "402" + matchFields: + - key: "403" + operator: q=歍þ螗ɃŒGm¨z鋎靀G + values: + - "404" + podAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: hj6/bW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...CqN + operator: DoesNotExist + matchLabels: + ? v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-35840-w4g-27-5s6.q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x18mtxb--kexr-y/oK-.O--5-yp8q_s-1__gw_-z_659GE.l_.23--_6l.-5_Z + : 3Pw_-r75--_-Ao + namespaces: + - "423" + topologyKey: "424" + weight: -1507671981 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: 5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y + operator: Exists + matchLabels: + 1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5: 1--L--v_Z--Zg-_4Q__-v_t_u_.A + namespaces: + - "415" + topologyKey: "416" + podAntiAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: "8" + operator: DoesNotExist + matchLabels: + k407--m-dc---6-q-q0o90--g-09--d5ez1----b69x90/um._fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_VF: 11---.-o7.pJ-4-1WV.-__05._LsuH + namespaces: + - "439" + topologyKey: "440" + weight: 1067925263 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: 1x--i--7-nt-23h-4z-21-sap--h--q0h-t2n4s-6-k5-7-a0w-ke5p-3.nu--17---u7-gl7814ei-07shtq-6---g----9s39z-5/wv3UDf.-4D-5 + operator: NotIn + values: + - l67Q.-_t--O.3L.z2-y.-...C4_-_2G8 + matchLabels: + C--Y_Dp8O_._e_3_.4_W_-_7: p_.----cp__ac8u.._-__BM.6-.Y7 + namespaces: + - "431" + topologyKey: "432" + automountServiceAccountToken: false + containers: + - args: + - "248" + command: + - "247" + env: + - name: "255" + value: "256" + valueFrom: + configMapKeyRef: + key: "262" + name: "261" + optional: false + fieldRef: + apiVersion: "257" + fieldPath: "258" + resourceFieldRef: + containerName: "259" + divisor: "124" + resource: "260" + secretKeyRef: + key: "264" + name: "263" + optional: false + envFrom: + - configMapRef: + name: "253" + optional: true + prefix: "252" + secretRef: + name: "254" + optional: false + image: "246" + imagePullPolicy: ņ + lifecycle: + postStart: + exec: + command: + - "291" + httpGet: + host: "294" + httpHeaders: + - name: "295" + value: "296" + path: "292" + port: "293" + scheme: ­蜷ɔ幩š + tcpSocket: + host: "297" + port: 455833230 + preStop: + exec: + command: + - "298" + httpGet: + host: "300" + httpHeaders: + - name: "301" + value: "302" + path: "299" + port: 1076497581 + scheme: h4ɊHȖ|ʐ + tcpSocket: + host: "303" + port: 248533396 + livenessProbe: + exec: + command: + - "271" + failureThreshold: -205176266 + httpGet: + host: "273" + httpHeaders: + - name: "274" + value: "275" + path: "272" + port: 465486290 + initialDelaySeconds: -2097329452 + periodSeconds: 865289071 + successThreshold: -1829146875 + tcpSocket: + host: "276" + port: -116224247 + timeoutSeconds: 1504385614 + name: "245" + ports: + - containerPort: 2056774277 + hostIP: "251" + hostPort: -778272981 + name: "250" + protocol: 现葢ŵ橨鬶l獕;跣Hǝcw媀瓄&翜舞拉 + readinessProbe: + exec: + command: + - "277" + failureThreshold: -402384013 + httpGet: + host: "279" + httpHeaders: + - name: "280" + value: "281" + path: "278" + port: 234253676 + scheme: ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏 + initialDelaySeconds: -2062708879 + periodSeconds: -141401239 + successThreshold: -1187301925 + tcpSocket: + host: "283" + port: "282" + timeoutSeconds: 215186711 + resources: + limits: + V訆Ǝżŧ: "915" + requests: + +SÄ蚃ɣľ)酊龨Î: "787" + securityContext: + allowPrivilegeEscalation: false + capabilities: + add: + - DŽ髐njʉBn(fǂǢ曣 + drop: + - ay + privileged: false + procMount: 嗆u + readOnlyRootFilesystem: true + runAsGroup: -5996624450771474158 + runAsNonRoot: false + runAsUser: 1958157659034146020 + seLinuxOptions: + level: "308" + role: "306" + type: "307" + user: "305" + seccompProfile: + localhostProfile: "312" + type: 晲T[irȎ3Ĕ\ + windowsOptions: + gmsaCredentialSpec: "310" + gmsaCredentialSpecName: "309" + runAsUserName: "311" + startupProbe: + exec: + command: + - "284" + failureThreshold: -1699531929 + httpGet: + host: "287" + httpHeaders: + - name: "288" + value: "289" + path: "285" + port: "286" + scheme: 鏻砅邻爥 + initialDelaySeconds: 601198286 + periodSeconds: 405193215 + successThreshold: 2129989022 + tcpSocket: + host: "290" + port: -305362540 + timeoutSeconds: 409029209 + terminationMessagePath: "304" + terminationMessagePolicy: 迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ + tty: true + volumeDevices: + - devicePath: "270" + name: "269" + volumeMounts: + - mountPath: "266" + mountPropagation: '"冓鍓贯澔 ƺ蛜6' + name: "265" + readOnly: true + subPath: "267" + subPathExpr: "268" + workingDir: "249" + dnsConfig: + nameservers: + - "447" + options: + - name: "449" + value: "450" + searches: + - "448" + dnsPolicy: :{柯?B + enableServiceLinks: true + ephemeralContainers: + - args: + - "316" + command: + - "315" + env: + - name: "323" + value: "324" + valueFrom: + configMapKeyRef: + key: "330" + name: "329" + optional: true + fieldRef: + apiVersion: "325" + fieldPath: "326" + resourceFieldRef: + containerName: "327" + divisor: "69" + resource: "328" + secretKeyRef: + key: "332" + name: "331" + optional: false + envFrom: + - configMapRef: + name: "321" + optional: true + prefix: "320" + secretRef: + name: "322" + optional: false + image: "314" + imagePullPolicy: tl敷斢杧ż鯀 + lifecycle: + postStart: + exec: + command: + - "360" + httpGet: + host: "362" + httpHeaders: + - name: "363" + value: "364" + path: "361" + port: 1288391156 + scheme: Ǥ桒ɴ鉂WJ1抉泅ą&疀ȼN + tcpSocket: + host: "366" + port: "365" + preStop: + exec: + command: + - "367" + httpGet: + host: "369" + httpHeaders: + - name: "370" + value: "371" + path: "368" + port: 1859267428 + scheme: ȟP + tcpSocket: + host: "372" + port: 1445923603 + livenessProbe: + exec: + command: + - "339" + failureThreshold: -36573584 + httpGet: + host: "342" + httpHeaders: + - name: "343" + value: "344" + path: "340" + port: "341" + scheme: ȥ}礤铟怖ý萜Ǖ + initialDelaySeconds: -1922458514 + periodSeconds: 692511776 + successThreshold: -1231653807 + tcpSocket: + host: "345" + port: -1088996269 + timeoutSeconds: 1480364858 + name: "313" + ports: + - containerPort: -1918622971 + hostIP: "319" + hostPort: -1656699070 + name: "318" + protocol: ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz + readinessProbe: + exec: + command: + - "346" + failureThreshold: -1436899600 + httpGet: + host: "348" + httpHeaders: + - name: "349" + value: "350" + path: "347" + port: -1157640253 + scheme: ×p鬷m罂o3ǰ廋i乳'ȘUɻ; + initialDelaySeconds: -478839383 + periodSeconds: 140830733 + successThreshold: -708495486 + tcpSocket: + host: "352" + port: "351" + timeoutSeconds: 989933975 + resources: + limits: + 1b: "328" + requests: + '}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊': "699" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 鸔ɧWǘ炙 + drop: + - 餸硷 + privileged: true + procMount: ʈʫ羶剹ƊF豎穜 + readOnlyRootFilesystem: true + runAsGroup: 2946116477552625615 + runAsNonRoot: true + runAsUser: 5215323049148402377 + seLinuxOptions: + level: "377" + role: "375" + type: "376" + user: "374" + seccompProfile: + localhostProfile: "381" + type: l咑耖p^鏋 + windowsOptions: + gmsaCredentialSpec: "379" + gmsaCredentialSpecName: "378" + runAsUserName: "380" + startupProbe: + exec: + command: + - "353" + failureThreshold: -1873425934 + httpGet: + host: "356" + httpHeaders: + - name: "357" + value: "358" + path: "354" + port: "355" + scheme: 漤ŗ坟 + initialDelaySeconds: -902839620 + periodSeconds: 1808698094 + successThreshold: 1155232143 + tcpSocket: + host: "359" + port: -1617422199 + timeoutSeconds: -2030665763 + targetContainerName: "382" + terminationMessagePath: "373" + terminationMessagePolicy: 殆诵H玲鑠ĭ$#卛8ð仁Q + tty: true + volumeDevices: + - devicePath: "338" + name: "337" + volumeMounts: + - mountPath: "334" + mountPropagation: Ik(dŊiɢzĮ蛋I + name: "333" + readOnly: true + subPath: "335" + subPathExpr: "336" + workingDir: "317" + hostAliases: + - hostnames: + - "445" + ip: "444" + hostNetwork: true + hostname: "399" + imagePullSecrets: + - name: "398" + initContainers: + - args: + - "178" + command: + - "177" + env: + - name: "185" + value: "186" + valueFrom: + configMapKeyRef: + key: "192" + name: "191" + optional: false + fieldRef: + apiVersion: "187" + fieldPath: "188" + resourceFieldRef: + containerName: "189" + divisor: "573" + resource: "190" + secretKeyRef: + key: "194" + name: "193" + optional: false + envFrom: + - configMapRef: + name: "183" + optional: false + prefix: "182" + secretRef: + name: "184" + optional: false + image: "176" + imagePullPolicy: 昕Ĭ + lifecycle: + postStart: + exec: + command: + - "222" + httpGet: + host: "225" + httpHeaders: + - name: "226" + value: "227" + path: "223" + port: "224" + scheme: '>郵[+扴ȨŮ' + tcpSocket: + host: "229" + port: "228" + preStop: + exec: + command: + - "230" + httpGet: + host: "232" + httpHeaders: + - name: "233" + value: "234" + path: "231" + port: -743369977 + scheme: '>犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4' + tcpSocket: + host: "235" + port: -1224991707 + livenessProbe: + exec: + command: + - "201" + failureThreshold: -1150474479 + httpGet: + host: "203" + httpHeaders: + - name: "204" + value: "205" + path: "202" + port: -1196874390 + scheme: S晒嶗UÐ_ƮA攤 + initialDelaySeconds: 1885897314 + periodSeconds: 1054858106 + successThreshold: 232569106 + tcpSocket: + host: "206" + port: -498930176 + timeoutSeconds: -465677631 + name: "175" + ports: + - containerPort: 377225334 + hostIP: "181" + hostPort: 282592353 + name: "180" + protocol: Ƹ[Ęİ榌U髷裎$MVȟ@7 + readinessProbe: + exec: + command: + - "207" + failureThreshold: 1752155096 + httpGet: + host: "210" + httpHeaders: + - name: "211" + value: "212" + path: "208" + port: "209" + scheme: 8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ + initialDelaySeconds: -2717401 + periodSeconds: -1099429189 + successThreshold: 994072122 + tcpSocket: + host: "214" + port: "213" + timeoutSeconds: -1492565335 + resources: + limits: + ǚ灄鸫rʤî萨zvt: "829" + requests: + 悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\p: "604" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 藢xɮĵȑ6L*Z鐫û咡W< + drop: + - lu|榝$î. + privileged: false + procMount: 朦 wƯ貾坢'跩 + readOnlyRootFilesystem: true + runAsGroup: 8949541422887578058 + runAsNonRoot: true + runAsUser: -7565148469525206101 + seLinuxOptions: + level: "240" + role: "238" + type: "239" + user: "237" + seccompProfile: + localhostProfile: "244" + type: ŕ翑0展} + windowsOptions: + gmsaCredentialSpec: "242" + gmsaCredentialSpecName: "241" + runAsUserName: "243" + startupProbe: + exec: + command: + - "215" + failureThreshold: 785984384 + httpGet: + host: "218" + httpHeaders: + - name: "219" + value: "220" + path: "216" + port: "217" + scheme: Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ + initialDelaySeconds: -1738069460 + periodSeconds: -805795167 + successThreshold: 1791615594 + tcpSocket: + host: "221" + port: -36782737 + timeoutSeconds: -1643733106 + stdinOnce: true + terminationMessagePath: "236" + volumeDevices: + - devicePath: "200" + name: "199" + volumeMounts: + - mountPath: "196" + mountPropagation: ƖHV + name: "195" + readOnly: true + subPath: "197" + subPathExpr: "198" + workingDir: "179" + nodeName: "387" + nodeSelector: + "383": "384" + overhead: + ȩ纾S: "368" + preemptionPolicy: 'n夬LJ:BŐ埑Ô*ɾWȖ韝ƉşʁO^:' + priority: -1221153504 + priorityClassName: "446" + readinessGates: + - conditionType: 媈 + restartPolicy: ȿ醏g遧 + runtimeClassName: "451" + schedulerName: "441" + securityContext: + fsGroup: 4489057930380969432 + fsGroupChangePolicy: ='ʨ|ǓÓ敆OɈÏ 瞍髃 + runAsGroup: -759684899479757878 + runAsNonRoot: false + runAsUser: -1290365495982891537 + seLinuxOptions: + level: "391" + role: "389" + type: "390" + user: "388" + seccompProfile: + localhostProfile: "397" + type: ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn + supplementalGroups: + - 3273247375993523103 + sysctls: + - name: "395" + value: "396" + windowsOptions: + gmsaCredentialSpec: "393" + gmsaCredentialSpecName: "392" + runAsUserName: "394" + serviceAccount: "386" + serviceAccountName: "385" + setHostnameAsFQDN: false + shareProcessNamespace: false + subdomain: "400" + terminationGracePeriodSeconds: -616777763639482630 + tolerations: + - effect: 淵 + key: "442" + operator: Ɖ肆Ző + tolerationSeconds: -1072615283184390308 + value: "443" + topologySpreadConstraints: + - labelSelector: + matchExpressions: + - key: 51-i-d-----9---063-qm-j-3wc89k-0-57z4063--4/rBQ.u + operator: Exists + matchLabels: + jp-z---k-5r6h--y7n.61-cm---ch-g0t-q--qr95ws-v-5--7-ufi-7/35a-1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--.2g: Mqp..__._-J_-fk3-_j.133eT_2_Y + maxSkew: -1568300104 + topologyKey: "452" + whenUnsatisfiable: 潑嫉悔柅ȵ.Ȁ鎧Y冒Ɩ + volumes: + - awsElasticBlockStore: + fsType: "47" + partition: 912004803 + readOnly: true + volumeID: "46" + azureDisk: + cachingMode: '|@?鷅bȻN' + diskName: "110" + diskURI: "111" + fsType: "112" + kind: 榱*Gưoɘ檲 + readOnly: true + azureFile: + readOnly: true + secretName: "96" + shareName: "97" + cephfs: + monitors: + - "81" + path: "82" + secretFile: "84" + secretRef: + name: "85" + user: "83" + cinder: + fsType: "79" + secretRef: + name: "80" + volumeID: "78" + configMap: + defaultMode: 1593906314 + items: + - key: "99" + mode: 195263908 + path: "100" + name: "98" + optional: false + csi: + driver: "142" + fsType: "143" + nodePublishSecretRef: + name: "146" + readOnly: false + volumeAttributes: + "144": "145" + downwardAPI: + defaultMode: 824682619 + items: + - fieldRef: + apiVersion: "89" + fieldPath: "90" + mode: 1569992019 + path: "88" + resourceFieldRef: + containerName: "91" + divisor: "660" + resource: "92" + emptyDir: + medium: Xŋ朘瑥A徙ɶɊł/擇ɦĽ胚O醔ɍ厶耈 + sizeLimit: "473" + ephemeral: + volumeClaimTemplate: + metadata: + annotations: + "154": "155" + clusterName: "160" + creationTimestamp: null + deletionGracePeriodSeconds: 6296624700137074905 + finalizers: + - "159" + generateName: "148" + generation: 6028937828108618026 + labels: + "152": "153" + managedFields: + - apiVersion: "162" + fieldsType: "163" + manager: "161" + operation: ɑ龫`劳&¼傭Ȟ1酃=6}ɡŇƉ立h + name: "147" + namespace: "149" + ownerReferences: + - apiVersion: "156" + blockOwnerDeletion: false + controller: false + kind: "157" + name: "158" + uid: 閝ȝ + resourceVersion: "11451542506523135343" + selfLink: "150" + uid: H巧壚tC十Oɢ + spec: + accessModes: + - '鲡:' + dataSource: + apiGroup: "172" + kind: "173" + name: "174" + resources: + limits: + Ŗȫ焗捏ĨFħ籘: "853" + requests: + zɟ踡肒Ao/樝fw[Řż丩ŽoǠ: "918" + selector: + matchExpressions: + - key: m_0_F03_J + operator: NotIn + values: + - 4FpF_W-6 + matchLabels: + 0-.-yz-0-_p4mz--.I_f6kjsz-7lwY-Y93-6: igm_-._.q6 + storageClassName: "171" + volumeMode: Z1Ůđ眊ľǎɳ,ǿ飏騀呣 + volumeName: "170" + fc: + fsType: "94" + lun: -1740986684 + readOnly: true + targetWWNs: + - "93" + wwids: + - "95" + flexVolume: + driver: "73" + fsType: "74" + options: + "76": "77" + readOnly: true + secretRef: + name: "75" + flocker: + datasetName: "86" + datasetUUID: "87" + gcePersistentDisk: + fsType: "45" + partition: -1188153605 + pdName: "44" + gitRepo: + directory: "50" + repository: "48" + revision: "49" + glusterfs: + endpoints: "63" + path: "64" + readOnly: true + hostPath: + path: "43" + type: ƛƟ)ÙæNǚ錯ƶRquA?瞲Ť倱< + iscsi: + chapAuthDiscovery: true + fsType: "59" + initiatorName: "62" + iqn: "57" + iscsiInterface: "58" + lun: 994527057 + portals: + - "60" + secretRef: + name: "61" + targetPortal: "56" + name: "42" + nfs: + path: "55" + readOnly: true + server: "54" + persistentVolumeClaim: + claimName: "65" + readOnly: true + photonPersistentDisk: + fsType: "114" + pdID: "113" + portworxVolume: + fsType: "129" + readOnly: true + volumeID: "128" + projected: + defaultMode: -1334904807 + sources: + - configMap: + items: + - key: "124" + mode: 2063799569 + path: "125" + name: "123" + optional: false + downwardAPI: + items: + - fieldRef: + apiVersion: "119" + fieldPath: "120" + mode: 173030157 + path: "118" + resourceFieldRef: + containerName: "121" + divisor: "106" + resource: "122" + secret: + items: + - key: "116" + mode: -323584340 + path: "117" + name: "115" + optional: true + serviceAccountToken: + audience: "126" + expirationSeconds: 8357931971650847566 + path: "127" + quobyte: + group: "108" + registry: "105" + tenant: "109" + user: "107" + volume: "106" + rbd: + fsType: "68" + image: "67" + keyring: "71" + monitors: + - "66" + pool: "69" + secretRef: + name: "72" + user: "70" + scaleIO: + fsType: "137" + gateway: "130" + protectionDomain: "133" + secretRef: + name: "132" + storageMode: "135" + storagePool: "134" + system: "131" + volumeName: "136" + secret: + defaultMode: 332383000 + items: + - key: "52" + mode: -547518679 + path: "53" + optional: true + secretName: "51" + storageos: + fsType: "140" + secretRef: + name: "141" + volumeName: "138" + volumeNamespace: "139" + vsphereVolume: + fsType: "102" + storagePolicyID: "104" + storagePolicyName: "103" + volumePath: "101" + updateStrategy: + rollingUpdate: + partition: -83826225 + type: șa汸<ƋlɋN磋镮ȺPÈ + volumeClaimTemplates: + - metadata: + annotations: + "466": "467" + clusterName: "472" + creationTimestamp: null + deletionGracePeriodSeconds: -6486445241316991261 + finalizers: + - "471" + generateName: "460" + generation: -5107762106575809276 + labels: + "464": "465" + managedFields: + - apiVersion: "474" + fieldsType: "475" + manager: "473" + operation: 壛ĐíEd楗鱶镖喗vȥ + name: "459" + namespace: "461" + ownerReferences: + - apiVersion: "468" + blockOwnerDeletion: false + controller: true + kind: "469" + name: "470" + uid: /nēɅĀ埰ʀł!U詨nj1ýǝ + resourceVersion: "8285629342346774721" + selfLink: "462" + uid: S誖Śs垦Ȋ髴T唼=`朇c + spec: + accessModes: + - Y斩I儑瓔¯ + dataSource: + apiGroup: "484" + kind: "485" + name: "486" + resources: + limits: + 涟雒驭堣Qwn:Ʋå譥a超: "19" + requests: + ª韷v简3VǢɾ纤ą¨?ɣ蔫椁Ȕ: "368" + selector: + matchExpressions: + - key: vUK_-.j21---__y.9O.L-.m.3--4 + operator: In + values: + - 37u-h---dY7_M_-._M52 + matchLabels: + ? k--13lk5-e4-u-5kvp-----887j72qz6-7d84-1f396h82----23-6b77f.mgi7-2je7zjt0pp-x0r2gd---yn1/7_._qN__A_f_-B3_U__L.KH6K.RwsfI_2-_20_9.5 + : 8_B-ks7dx + storageClassName: "483" + volumeMode: '''降\4)ȳɍǟm{煰œ憼' + volumeName: "482" + status: + accessModes: + - èƾ竒决瘛Ǫǵ + capacity: + Ǧ澵貛香"砻B鷋: "578" + conditions: + - lastProbeTime: "2230-04-25T02:33:53Z" + lastTransitionTime: "2843-07-14T02:23:26Z" + message: "488" + reason: "487" + status: WU=ȑ-A敲ʉ2腠梊 + type: '|nET¬%ȎdžĤɂR湛' + phase: ʌ槧ą°Z拕獘:pȚ\猫ï卒ú +status: + collisionCount: -1556190810 + conditions: + - lastTransitionTime: "2446-08-01T12:34:13Z" + message: "493" + reason: "492" + status: 闬輙怀¹bCũw¼ ǫđ槴Ċį軠> + type: ȩ硘(ǒ[ + currentReplicas: -463159422 + currentRevision: "490" + observedGeneration: -3866306318826551410 + readyReplicas: -1993494670 + replicas: 1852870468 + updateRevision: "491" + updatedReplicas: 463674701 diff --git a/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta1.Deployment.after_roundtrip.json b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta1.Deployment.after_roundtrip.json new file mode 100644 index 00000000000..774d7d07945 --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta1.Deployment.after_roundtrip.json @@ -0,0 +1,1502 @@ +{ + "kind": "Deployment", + "apiVersion": "apps/v1beta1", + "metadata": { + "name": "2", + "generateName": "3", + "namespace": "4", + "selfLink": "5", + "uid": "7", + "resourceVersion": "11042405498087606203", + "generation": 8071137005907523419, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -4955867275792137171, + "labels": { + "7": "8" + }, + "annotations": { + "9": "10" + }, + "ownerReferences": [ + { + "apiVersion": "11", + "kind": "12", + "name": "13", + "uid": "Dz廔ȇ{sŊƏp", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "14" + ], + "clusterName": "15", + "managedFields": [ + { + "manager": "16", + "operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]", + "apiVersion": "17", + "fieldsType": "18" + } + ] + }, + "spec": { + "replicas": 896585016, + "selector": { + "matchLabels": { + "74404d5---g8c2-k-91e.y5-g--58----0683-b-w7ld-6cs06xj-x5yv0wm-k18/M_-Nx.N_6-___._-.-W._AAn---v_-5-_8LXj": "6-4_WE-_JTrcd-2.-__E_Sv__26KX_R_.-.Nth._--S_4DA_-5_-4lQ42M--1" + }, + "matchExpressions": [ + { + "key": "50-u--25cu87--r7p-w1e67-8pj5t-kl-v0q6b68--nu5oii38fn-8.629b-jd-8c45-0-8--6n--w0--w---196g8d--iv1-5--5ht-a-29--0qso796/3___47._49pIB_o61ISU4--A_.XK_._M99", + "operator": "Exists" + } + ] + }, + "template": { + "metadata": { + "name": "25", + "generateName": "26", + "namespace": "27", + "selfLink": "28", + "uid": "?Qȫş", + "resourceVersion": "1736621709629422270", + "generation": -8542870036622468681, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -2575298329142810753, + "labels": { + "30": "31" + }, + "annotations": { + "32": "33" + }, + "ownerReferences": [ + { + "apiVersion": "34", + "kind": "35", + "name": "36", + "uid": "ƶȤ^}", + "controller": true, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "37" + ], + "clusterName": "38", + "managedFields": [ + { + "manager": "39", + "operation": "躢", + "apiVersion": "40", + "fieldsType": "41" + } + ] + }, + "spec": { + "volumes": [ + { + "name": "42", + "hostPath": { + "path": "43", + "type": "ƛƟ)ÙæNǚ錯ƶRquA?瞲Ť倱\u003c" + }, + "emptyDir": { + "medium": "Xŋ朘瑥A徙ɶɊł/擇ɦĽ胚O醔ɍ厶耈", + "sizeLimit": "473" + }, + "gcePersistentDisk": { + "pdName": "44", + "fsType": "45", + "partition": -1188153605 + }, + "awsElasticBlockStore": { + "volumeID": "46", + "fsType": "47", + "partition": 912004803, + "readOnly": true + }, + "gitRepo": { + "repository": "48", + "revision": "49", + "directory": "50" + }, + "secret": { + "secretName": "51", + "items": [ + { + "key": "52", + "path": "53", + "mode": -547518679 + } + ], + "defaultMode": 332383000, + "optional": true + }, + "nfs": { + "server": "54", + "path": "55", + "readOnly": true + }, + "iscsi": { + "targetPortal": "56", + "iqn": "57", + "lun": 994527057, + "iscsiInterface": "58", + "fsType": "59", + "portals": [ + "60" + ], + "chapAuthDiscovery": true, + "secretRef": { + "name": "61" + }, + "initiatorName": "62" + }, + "glusterfs": { + "endpoints": "63", + "path": "64", + "readOnly": true + }, + "persistentVolumeClaim": { + "claimName": "65", + "readOnly": true + }, + "rbd": { + "monitors": [ + "66" + ], + "image": "67", + "fsType": "68", + "pool": "69", + "user": "70", + "keyring": "71", + "secretRef": { + "name": "72" + } + }, + "flexVolume": { + "driver": "73", + "fsType": "74", + "secretRef": { + "name": "75" + }, + "readOnly": true, + "options": { + "76": "77" + } + }, + "cinder": { + "volumeID": "78", + "fsType": "79", + "secretRef": { + "name": "80" + } + }, + "cephfs": { + "monitors": [ + "81" + ], + "path": "82", + "user": "83", + "secretFile": "84", + "secretRef": { + "name": "85" + } + }, + "flocker": { + "datasetName": "86", + "datasetUUID": "87" + }, + "downwardAPI": { + "items": [ + { + "path": "88", + "fieldRef": { + "apiVersion": "89", + "fieldPath": "90" + }, + "resourceFieldRef": { + "containerName": "91", + "resource": "92", + "divisor": "660" + }, + "mode": 1569992019 + } + ], + "defaultMode": 824682619 + }, + "fc": { + "targetWWNs": [ + "93" + ], + "lun": -1740986684, + "fsType": "94", + "readOnly": true, + "wwids": [ + "95" + ] + }, + "azureFile": { + "secretName": "96", + "shareName": "97", + "readOnly": true + }, + "configMap": { + "name": "98", + "items": [ + { + "key": "99", + "path": "100", + "mode": 195263908 + } + ], + "defaultMode": 1593906314, + "optional": false + }, + "vsphereVolume": { + "volumePath": "101", + "fsType": "102", + "storagePolicyName": "103", + "storagePolicyID": "104" + }, + "quobyte": { + "registry": "105", + "volume": "106", + "user": "107", + "group": "108", + "tenant": "109" + }, + "azureDisk": { + "diskName": "110", + "diskURI": "111", + "cachingMode": "|@?鷅bȻN", + "fsType": "112", + "readOnly": true, + "kind": "榱*Gưoɘ檲" + }, + "photonPersistentDisk": { + "pdID": "113", + "fsType": "114" + }, + "projected": { + "sources": [ + { + "secret": { + "name": "115", + "items": [ + { + "key": "116", + "path": "117", + "mode": -323584340 + } + ], + "optional": true + }, + "downwardAPI": { + "items": [ + { + "path": "118", + "fieldRef": { + "apiVersion": "119", + "fieldPath": "120" + }, + "resourceFieldRef": { + "containerName": "121", + "resource": "122", + "divisor": "106" + }, + "mode": 173030157 + } + ] + }, + "configMap": { + "name": "123", + "items": [ + { + "key": "124", + "path": "125", + "mode": 2063799569 + } + ], + "optional": false + }, + "serviceAccountToken": { + "audience": "126", + "expirationSeconds": 8357931971650847566, + "path": "127" + } + } + ], + "defaultMode": -1334904807 + }, + "portworxVolume": { + "volumeID": "128", + "fsType": "129", + "readOnly": true + }, + "scaleIO": { + "gateway": "130", + "system": "131", + "secretRef": { + "name": "132" + }, + "protectionDomain": "133", + "storagePool": "134", + "storageMode": "135", + "volumeName": "136", + "fsType": "137" + }, + "storageos": { + "volumeName": "138", + "volumeNamespace": "139", + "fsType": "140", + "secretRef": { + "name": "141" + } + }, + "csi": { + "driver": "142", + "readOnly": false, + "fsType": "143", + "volumeAttributes": { + "144": "145" + }, + "nodePublishSecretRef": { + "name": "146" + } + }, + "ephemeral": { + "volumeClaimTemplate": { + "metadata": { + "name": "147", + "generateName": "148", + "namespace": "149", + "selfLink": "150", + "uid": "H巧壚tC十Oɢ", + "resourceVersion": "11451542506523135343", + "generation": 6028937828108618026, + "creationTimestamp": null, + "deletionGracePeriodSeconds": 6296624700137074905, + "labels": { + "152": "153" + }, + "annotations": { + "154": "155" + }, + "ownerReferences": [ + { + "apiVersion": "156", + "kind": "157", + "name": "158", + "uid": "閝ȝ", + "controller": false, + "blockOwnerDeletion": false + } + ], + "finalizers": [ + "159" + ], + "clusterName": "160", + "managedFields": [ + { + "manager": "161", + "operation": "ɑ龫`劳\u0026¼傭Ȟ1酃=6}ɡŇƉ立h", + "apiVersion": "162", + "fieldsType": "163" + } + ] + }, + "spec": { + "accessModes": [ + "鲡:" + ], + "selector": { + "matchLabels": { + "0-.-yz-0-_p4mz--.I_f6kjsz-7lwY-Y93-6": "igm_-._.q6" + }, + "matchExpressions": [ + { + "key": "m_0_F03_J", + "operator": "NotIn", + "values": [ + "4FpF_W-6" + ] + } + ] + }, + "resources": { + "limits": { + "Ŗȫ焗捏ĨFħ籘": "853" + }, + "requests": { + "zɟ踡肒Ao/樝fw[Řż丩ŽoǠ": "918" + } + }, + "volumeName": "170", + "storageClassName": "171", + "volumeMode": "Z1Ůđ眊ľǎɳ,ǿ飏騀呣", + "dataSource": { + "apiGroup": "172", + "kind": "173", + "name": "174" + } + } + } + } + } + ], + "initContainers": [ + { + "name": "175", + "image": "176", + "command": [ + "177" + ], + "args": [ + "178" + ], + "workingDir": "179", + "ports": [ + { + "name": "180", + "hostPort": 282592353, + "containerPort": 377225334, + "protocol": "Ƹ[Ęİ榌U髷裎$MVȟ@7", + "hostIP": "181" + } + ], + "envFrom": [ + { + "prefix": "182", + "configMapRef": { + "name": "183", + "optional": false + }, + "secretRef": { + "name": "184", + "optional": false + } + } + ], + "env": [ + { + "name": "185", + "value": "186", + "valueFrom": { + "fieldRef": { + "apiVersion": "187", + "fieldPath": "188" + }, + "resourceFieldRef": { + "containerName": "189", + "resource": "190", + "divisor": "573" + }, + "configMapKeyRef": { + "name": "191", + "key": "192", + "optional": false + }, + "secretKeyRef": { + "name": "193", + "key": "194", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "ǚ灄鸫rʤî萨zvt": "829" + }, + "requests": { + "悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\\p": "604" + } + }, + "volumeMounts": [ + { + "name": "195", + "readOnly": true, + "mountPath": "196", + "subPath": "197", + "mountPropagation": "ƖHV", + "subPathExpr": "198" + } + ], + "volumeDevices": [ + { + "name": "199", + "devicePath": "200" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "201" + ] + }, + "httpGet": { + "path": "202", + "port": -1196874390, + "host": "203", + "scheme": "S晒嶗UÐ_ƮA攤", + "httpHeaders": [ + { + "name": "204", + "value": "205" + } + ] + }, + "tcpSocket": { + "port": -498930176, + "host": "206" + }, + "initialDelaySeconds": 1885897314, + "timeoutSeconds": -465677631, + "periodSeconds": 1054858106, + "successThreshold": 232569106, + "failureThreshold": -1150474479 + }, + "readinessProbe": { + "exec": { + "command": [ + "207" + ] + }, + "httpGet": { + "path": "208", + "port": "209", + "host": "210", + "scheme": "8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ", + "httpHeaders": [ + { + "name": "211", + "value": "212" + } + ] + }, + "tcpSocket": { + "port": "213", + "host": "214" + }, + "initialDelaySeconds": -2717401, + "timeoutSeconds": -1492565335, + "periodSeconds": -1099429189, + "successThreshold": 994072122, + "failureThreshold": 1752155096 + }, + "startupProbe": { + "exec": { + "command": [ + "215" + ] + }, + "httpGet": { + "path": "216", + "port": "217", + "host": "218", + "scheme": "Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ", + "httpHeaders": [ + { + "name": "219", + "value": "220" + } + ] + }, + "tcpSocket": { + "port": -36782737, + "host": "221" + }, + "initialDelaySeconds": -1738069460, + "timeoutSeconds": -1643733106, + "periodSeconds": -805795167, + "successThreshold": 1791615594, + "failureThreshold": 785984384 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "222" + ] + }, + "httpGet": { + "path": "223", + "port": "224", + "host": "225", + "scheme": "\u003e郵[+扴ȨŮ", + "httpHeaders": [ + { + "name": "226", + "value": "227" + } + ] + }, + "tcpSocket": { + "port": "228", + "host": "229" + } + }, + "preStop": { + "exec": { + "command": [ + "230" + ] + }, + "httpGet": { + "path": "231", + "port": -743369977, + "host": "232", + "scheme": "\u003e犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4", + "httpHeaders": [ + { + "name": "233", + "value": "234" + } + ] + }, + "tcpSocket": { + "port": -1224991707, + "host": "235" + } + } + }, + "terminationMessagePath": "236", + "imagePullPolicy": "昕Ĭ", + "securityContext": { + "capabilities": { + "add": [ + "藢xɮĵȑ6L*Z鐫û咡W\u003c" + ], + "drop": [ + "lu|榝$î." + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "237", + "role": "238", + "type": "239", + "level": "240" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "241", + "gmsaCredentialSpec": "242", + "runAsUserName": "243" + }, + "runAsUser": -7565148469525206101, + "runAsGroup": 8949541422887578058, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "朦 wƯ貾坢'跩", + "seccompProfile": { + "type": "ŕ翑0展}", + "localhostProfile": "244" + } + }, + "stdinOnce": true + } + ], + "containers": [ + { + "name": "245", + "image": "246", + "command": [ + "247" + ], + "args": [ + "248" + ], + "workingDir": "249", + "ports": [ + { + "name": "250", + "hostPort": -778272981, + "containerPort": 2056774277, + "protocol": "现葢ŵ橨鬶l獕;跣Hǝcw媀瓄\u0026翜舞拉", + "hostIP": "251" + } + ], + "envFrom": [ + { + "prefix": "252", + "configMapRef": { + "name": "253", + "optional": true + }, + "secretRef": { + "name": "254", + "optional": false + } + } + ], + "env": [ + { + "name": "255", + "value": "256", + "valueFrom": { + "fieldRef": { + "apiVersion": "257", + "fieldPath": "258" + }, + "resourceFieldRef": { + "containerName": "259", + "resource": "260", + "divisor": "124" + }, + "configMapKeyRef": { + "name": "261", + "key": "262", + "optional": false + }, + "secretKeyRef": { + "name": "263", + "key": "264", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "V訆Ǝżŧ": "915" + }, + "requests": { + "+SÄ蚃ɣľ)酊龨Î": "787" + } + }, + "volumeMounts": [ + { + "name": "265", + "readOnly": true, + "mountPath": "266", + "subPath": "267", + "mountPropagation": "\"冓鍓贯澔 ƺ蛜6", + "subPathExpr": "268" + } + ], + "volumeDevices": [ + { + "name": "269", + "devicePath": "270" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "271" + ] + }, + "httpGet": { + "path": "272", + "port": 465486290, + "host": "273", + "httpHeaders": [ + { + "name": "274", + "value": "275" + } + ] + }, + "tcpSocket": { + "port": -116224247, + "host": "276" + }, + "initialDelaySeconds": -2097329452, + "timeoutSeconds": 1504385614, + "periodSeconds": 865289071, + "successThreshold": -1829146875, + "failureThreshold": -205176266 + }, + "readinessProbe": { + "exec": { + "command": [ + "277" + ] + }, + "httpGet": { + "path": "278", + "port": 234253676, + "host": "279", + "scheme": "ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏", + "httpHeaders": [ + { + "name": "280", + "value": "281" + } + ] + }, + "tcpSocket": { + "port": "282", + "host": "283" + }, + "initialDelaySeconds": -2062708879, + "timeoutSeconds": 215186711, + "periodSeconds": -141401239, + "successThreshold": -1187301925, + "failureThreshold": -402384013 + }, + "startupProbe": { + "exec": { + "command": [ + "284" + ] + }, + "httpGet": { + "path": "285", + "port": "286", + "host": "287", + "scheme": "鏻砅邻爥", + "httpHeaders": [ + { + "name": "288", + "value": "289" + } + ] + }, + "tcpSocket": { + "port": -305362540, + "host": "290" + }, + "initialDelaySeconds": 601198286, + "timeoutSeconds": 409029209, + "periodSeconds": 405193215, + "successThreshold": 2129989022, + "failureThreshold": -1699531929 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "291" + ] + }, + "httpGet": { + "path": "292", + "port": "293", + "host": "294", + "scheme": "­蜷ɔ幩š", + "httpHeaders": [ + { + "name": "295", + "value": "296" + } + ] + }, + "tcpSocket": { + "port": 455833230, + "host": "297" + } + }, + "preStop": { + "exec": { + "command": [ + "298" + ] + }, + "httpGet": { + "path": "299", + "port": 1076497581, + "host": "300", + "scheme": "h4ɊHȖ|ʐ", + "httpHeaders": [ + { + "name": "301", + "value": "302" + } + ] + }, + "tcpSocket": { + "port": 248533396, + "host": "303" + } + } + }, + "terminationMessagePath": "304", + "terminationMessagePolicy": "迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ", + "imagePullPolicy": "ņ", + "securityContext": { + "capabilities": { + "add": [ + "DŽ髐njʉBn(fǂǢ曣" + ], + "drop": [ + "ay" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "305", + "role": "306", + "type": "307", + "level": "308" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "309", + "gmsaCredentialSpec": "310", + "runAsUserName": "311" + }, + "runAsUser": 1958157659034146020, + "runAsGroup": -5996624450771474158, + "runAsNonRoot": false, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": false, + "procMount": "嗆u", + "seccompProfile": { + "type": "晲T[irȎ3Ĕ\\", + "localhostProfile": "312" + } + }, + "tty": true + } + ], + "ephemeralContainers": [ + { + "name": "313", + "image": "314", + "command": [ + "315" + ], + "args": [ + "316" + ], + "workingDir": "317", + "ports": [ + { + "name": "318", + "hostPort": -1656699070, + "containerPort": -1918622971, + "protocol": "ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz", + "hostIP": "319" + } + ], + "envFrom": [ + { + "prefix": "320", + "configMapRef": { + "name": "321", + "optional": true + }, + "secretRef": { + "name": "322", + "optional": false + } + } + ], + "env": [ + { + "name": "323", + "value": "324", + "valueFrom": { + "fieldRef": { + "apiVersion": "325", + "fieldPath": "326" + }, + "resourceFieldRef": { + "containerName": "327", + "resource": "328", + "divisor": "69" + }, + "configMapKeyRef": { + "name": "329", + "key": "330", + "optional": true + }, + "secretKeyRef": { + "name": "331", + "key": "332", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "1b": "328" + }, + "requests": { + "}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊": "699" + } + }, + "volumeMounts": [ + { + "name": "333", + "readOnly": true, + "mountPath": "334", + "subPath": "335", + "mountPropagation": "Ik(dŊiɢzĮ蛋I", + "subPathExpr": "336" + } + ], + "volumeDevices": [ + { + "name": "337", + "devicePath": "338" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "339" + ] + }, + "httpGet": { + "path": "340", + "port": "341", + "host": "342", + "scheme": "ȥ}礤铟怖ý萜Ǖ", + "httpHeaders": [ + { + "name": "343", + "value": "344" + } + ] + }, + "tcpSocket": { + "port": -1088996269, + "host": "345" + }, + "initialDelaySeconds": -1922458514, + "timeoutSeconds": 1480364858, + "periodSeconds": 692511776, + "successThreshold": -1231653807, + "failureThreshold": -36573584 + }, + "readinessProbe": { + "exec": { + "command": [ + "346" + ] + }, + "httpGet": { + "path": "347", + "port": -1157640253, + "host": "348", + "scheme": "×p鬷m罂o3ǰ廋i乳'ȘUɻ;", + "httpHeaders": [ + { + "name": "349", + "value": "350" + } + ] + }, + "tcpSocket": { + "port": "351", + "host": "352" + }, + "initialDelaySeconds": -478839383, + "timeoutSeconds": 989933975, + "periodSeconds": 140830733, + "successThreshold": -708495486, + "failureThreshold": -1436899600 + }, + "startupProbe": { + "exec": { + "command": [ + "353" + ] + }, + "httpGet": { + "path": "354", + "port": "355", + "host": "356", + "scheme": "漤ŗ坟", + "httpHeaders": [ + { + "name": "357", + "value": "358" + } + ] + }, + "tcpSocket": { + "port": -1617422199, + "host": "359" + }, + "initialDelaySeconds": -902839620, + "timeoutSeconds": -2030665763, + "periodSeconds": 1808698094, + "successThreshold": 1155232143, + "failureThreshold": -1873425934 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "360" + ] + }, + "httpGet": { + "path": "361", + "port": 1288391156, + "host": "362", + "scheme": "Ǥ桒ɴ鉂WJ1抉泅ą\u0026疀ȼN", + "httpHeaders": [ + { + "name": "363", + "value": "364" + } + ] + }, + "tcpSocket": { + "port": "365", + "host": "366" + } + }, + "preStop": { + "exec": { + "command": [ + "367" + ] + }, + "httpGet": { + "path": "368", + "port": 1859267428, + "host": "369", + "scheme": "ȟP", + "httpHeaders": [ + { + "name": "370", + "value": "371" + } + ] + }, + "tcpSocket": { + "port": 1445923603, + "host": "372" + } + } + }, + "terminationMessagePath": "373", + "terminationMessagePolicy": "殆诵H玲鑠ĭ$#卛8ð仁Q", + "imagePullPolicy": "tl敷斢杧ż鯀", + "securityContext": { + "capabilities": { + "add": [ + "鸔ɧWǘ炙" + ], + "drop": [ + "餸硷" + ] + }, + "privileged": true, + "seLinuxOptions": { + "user": "374", + "role": "375", + "type": "376", + "level": "377" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "378", + "gmsaCredentialSpec": "379", + "runAsUserName": "380" + }, + "runAsUser": 5215323049148402377, + "runAsGroup": 2946116477552625615, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "ʈʫ羶剹ƊF豎穜", + "seccompProfile": { + "type": "l咑耖p^鏋", + "localhostProfile": "381" + } + }, + "tty": true, + "targetContainerName": "382" + } + ], + "restartPolicy": "ȿ醏g遧", + "terminationGracePeriodSeconds": -616777763639482630, + "activeDeadlineSeconds": 2031424375743848602, + "dnsPolicy": ":{柯?B", + "nodeSelector": { + "383": "384" + }, + "serviceAccountName": "385", + "serviceAccount": "386", + "automountServiceAccountToken": false, + "nodeName": "387", + "hostNetwork": true, + "shareProcessNamespace": false, + "securityContext": { + "seLinuxOptions": { + "user": "388", + "role": "389", + "type": "390", + "level": "391" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "392", + "gmsaCredentialSpec": "393", + "runAsUserName": "394" + }, + "runAsUser": -1290365495982891537, + "runAsGroup": -759684899479757878, + "runAsNonRoot": false, + "supplementalGroups": [ + 3273247375993523103 + ], + "fsGroup": 4489057930380969432, + "sysctls": [ + { + "name": "395", + "value": "396" + } + ], + "fsGroupChangePolicy": "='ʨ|ǓÓ敆OɈÏ 瞍髃", + "seccompProfile": { + "type": "ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn", + "localhostProfile": "397" + } + }, + "imagePullSecrets": [ + { + "name": "398" + } + ], + "hostname": "399", + "subdomain": "400", + "affinity": { + "nodeAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": { + "nodeSelectorTerms": [ + { + "matchExpressions": [ + { + "key": "401", + "operator": "+Œ9两", + "values": [ + "402" + ] + } + ], + "matchFields": [ + { + "key": "403", + "operator": "q=歍þ螗ɃŒGm¨z鋎靀G", + "values": [ + "404" + ] + } + ] + } + ] + }, + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 377409178, + "preference": { + "matchExpressions": [ + { + "key": "405", + "operator": "#ļǹʅŚO虀^背遻堣灭ƴɦ燻", + "values": [ + "406" + ] + } + ], + "matchFields": [ + { + "key": "407", + "operator": "-觗裓6Ř筿ɾ5Ų買霎ȃň[\u003eą", + "values": [ + "408" + ] + } + ] + } + } + ] + }, + "podAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5": "1--L--v_Z--Zg-_4Q__-v_t_u_.A" + }, + "matchExpressions": [ + { + "key": "5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y", + "operator": "Exists" + } + ] + }, + "namespaces": [ + "415" + ], + "topologyKey": "416" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -1507671981, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-35840-w4g-27-5s6.q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x18mtxb--kexr-y/oK-.O--5-yp8q_s-1__gw_-z_659GE.l_.23--_6l.-5_Z": "3Pw_-r75--_-Ao" + }, + "matchExpressions": [ + { + "key": "hj6/bW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...CqN", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "423" + ], + "topologyKey": "424" + } + } + ] + }, + "podAntiAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "C--Y_Dp8O_._e_3_.4_W_-_7": "p_.----cp__ac8u.._-__BM.6-.Y7" + }, + "matchExpressions": [ + { + "key": "1x--i--7-nt-23h-4z-21-sap--h--q0h-t2n4s-6-k5-7-a0w-ke5p-3.nu--17---u7-gl7814ei-07shtq-6---g----9s39z-5/wv3UDf.-4D-5", + "operator": "NotIn", + "values": [ + "l67Q.-_t--O.3L.z2-y.-...C4_-_2G8" + ] + } + ] + }, + "namespaces": [ + "431" + ], + "topologyKey": "432" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 1067925263, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "k407--m-dc---6-q-q0o90--g-09--d5ez1----b69x90/um._fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_VF": "11---.-o7.pJ-4-1WV.-__05._LsuH" + }, + "matchExpressions": [ + { + "key": "8", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "439" + ], + "topologyKey": "440" + } + } + ] + } + }, + "schedulerName": "441", + "tolerations": [ + { + "key": "442", + "operator": "Ɖ肆Ző", + "value": "443", + "effect": "淵", + "tolerationSeconds": -1072615283184390308 + } + ], + "hostAliases": [ + { + "ip": "444", + "hostnames": [ + "445" + ] + } + ], + "priorityClassName": "446", + "priority": -1221153504, + "dnsConfig": { + "nameservers": [ + "447" + ], + "searches": [ + "448" + ], + "options": [ + { + "name": "449", + "value": "450" + } + ] + }, + "readinessGates": [ + { + "conditionType": "媈" + } + ], + "runtimeClassName": "451", + "enableServiceLinks": true, + "preemptionPolicy": "n夬LJ:BŐ埑Ô*ɾWȖ韝ƉşʁO^:", + "overhead": { + "ȩ纾S": "368" + }, + "topologySpreadConstraints": [ + { + "maxSkew": -1568300104, + "topologyKey": "452", + "whenUnsatisfiable": "潑嫉悔柅ȵ.Ȁ鎧Y冒Ɩ", + "labelSelector": { + "matchLabels": { + "jp-z---k-5r6h--y7n.61-cm---ch-g0t-q--qr95ws-v-5--7-ufi-7/35a-1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--.2g": "Mqp..__._-J_-fk3-_j.133eT_2_Y" + }, + "matchExpressions": [ + { + "key": "51-i-d-----9---063-qm-j-3wc89k-0-57z4063--4/rBQ.u", + "operator": "Exists" + } + ] + } + } + ], + "setHostnameAsFQDN": false + } + }, + "strategy": { + "type": "xʚ=5谠vÐ仆dždĄ跞肞", + "rollingUpdate": { + "maxUnavailable": 2, + "maxSurge": 3 + } + }, + "minReadySeconds": -1934555365, + "revisionHistoryLimit": -1189243539, + "rollbackTo": { + "revision": -7874172095994035093 + }, + "progressDeadlineSeconds": 484752614 + }, + "status": { + "observedGeneration": 3359608726763190142, + "replicas": 1401559245, + "updatedReplicas": -406189540, + "readyReplicas": -2095625968, + "availableReplicas": -303330375, + "unavailableReplicas": 584721644, + "conditions": [ + { + "type": "ʀł!", + "status": "o鷺ɷ裝TG奟cõ乨厰ʚ±r珹ȟ6", + "lastUpdateTime": "2096-03-01T11:48:47Z", + "lastTransitionTime": "2035-01-21T08:11:33Z", + "reason": "459", + "message": "460" + } + ], + "collisionCount": 2099542463 + } +} \ No newline at end of file diff --git a/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta1.Deployment.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta1.Deployment.after_roundtrip.pb new file mode 100644 index 0000000000000000000000000000000000000000..964e701f5e1338ab9bc4a2aaf987ab8d0340ae32 GIT binary patch literal 7267 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 literal 0 HcmV?d00001 diff --git a/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta1.Deployment.after_roundtrip.yaml b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta1.Deployment.after_roundtrip.yaml new file mode 100644 index 00000000000..2b3c84380d6 --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta1.Deployment.after_roundtrip.yaml @@ -0,0 +1,1029 @@ +apiVersion: apps/v1beta1 +kind: Deployment +metadata: + annotations: + "9": "10" + clusterName: "15" + creationTimestamp: null + deletionGracePeriodSeconds: -4955867275792137171 + finalizers: + - "14" + generateName: "3" + generation: 8071137005907523419 + labels: + "7": "8" + managedFields: + - apiVersion: "17" + fieldsType: "18" + manager: "16" + operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć] + name: "2" + namespace: "4" + ownerReferences: + - apiVersion: "11" + blockOwnerDeletion: true + controller: false + kind: "12" + name: "13" + uid: Dz廔ȇ{sŊƏp + resourceVersion: "11042405498087606203" + selfLink: "5" + uid: "7" +spec: + minReadySeconds: -1934555365 + progressDeadlineSeconds: 484752614 + replicas: 896585016 + revisionHistoryLimit: -1189243539 + rollbackTo: + revision: -7874172095994035093 + selector: + matchExpressions: + - key: 50-u--25cu87--r7p-w1e67-8pj5t-kl-v0q6b68--nu5oii38fn-8.629b-jd-8c45-0-8--6n--w0--w---196g8d--iv1-5--5ht-a-29--0qso796/3___47._49pIB_o61ISU4--A_.XK_._M99 + operator: Exists + matchLabels: + 74404d5---g8c2-k-91e.y5-g--58----0683-b-w7ld-6cs06xj-x5yv0wm-k18/M_-Nx.N_6-___._-.-W._AAn---v_-5-_8LXj: 6-4_WE-_JTrcd-2.-__E_Sv__26KX_R_.-.Nth._--S_4DA_-5_-4lQ42M--1 + strategy: + rollingUpdate: + maxSurge: 3 + maxUnavailable: 2 + type: xʚ=5谠vÐ仆dždĄ跞肞 + template: + metadata: + annotations: + "32": "33" + clusterName: "38" + creationTimestamp: null + deletionGracePeriodSeconds: -2575298329142810753 + finalizers: + - "37" + generateName: "26" + generation: -8542870036622468681 + labels: + "30": "31" + managedFields: + - apiVersion: "40" + fieldsType: "41" + manager: "39" + operation: 躢 + name: "25" + namespace: "27" + ownerReferences: + - apiVersion: "34" + blockOwnerDeletion: true + controller: true + kind: "35" + name: "36" + uid: ƶȤ^} + resourceVersion: "1736621709629422270" + selfLink: "28" + uid: ?Qȫş + spec: + activeDeadlineSeconds: 2031424375743848602 + affinity: + nodeAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - preference: + matchExpressions: + - key: "405" + operator: '#ļǹʅŚO虀^背遻堣灭ƴɦ燻' + values: + - "406" + matchFields: + - key: "407" + operator: -觗裓6Ř筿ɾ5Ų買霎ȃň[>ą + values: + - "408" + weight: 377409178 + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: "401" + operator: +Œ9两 + values: + - "402" + matchFields: + - key: "403" + operator: q=歍þ螗ɃŒGm¨z鋎靀G + values: + - "404" + podAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: hj6/bW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...CqN + operator: DoesNotExist + matchLabels: + ? v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-35840-w4g-27-5s6.q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x18mtxb--kexr-y/oK-.O--5-yp8q_s-1__gw_-z_659GE.l_.23--_6l.-5_Z + : 3Pw_-r75--_-Ao + namespaces: + - "423" + topologyKey: "424" + weight: -1507671981 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: 5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y + operator: Exists + matchLabels: + 1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5: 1--L--v_Z--Zg-_4Q__-v_t_u_.A + namespaces: + - "415" + topologyKey: "416" + podAntiAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: "8" + operator: DoesNotExist + matchLabels: + k407--m-dc---6-q-q0o90--g-09--d5ez1----b69x90/um._fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_VF: 11---.-o7.pJ-4-1WV.-__05._LsuH + namespaces: + - "439" + topologyKey: "440" + weight: 1067925263 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: 1x--i--7-nt-23h-4z-21-sap--h--q0h-t2n4s-6-k5-7-a0w-ke5p-3.nu--17---u7-gl7814ei-07shtq-6---g----9s39z-5/wv3UDf.-4D-5 + operator: NotIn + values: + - l67Q.-_t--O.3L.z2-y.-...C4_-_2G8 + matchLabels: + C--Y_Dp8O_._e_3_.4_W_-_7: p_.----cp__ac8u.._-__BM.6-.Y7 + namespaces: + - "431" + topologyKey: "432" + automountServiceAccountToken: false + containers: + - args: + - "248" + command: + - "247" + env: + - name: "255" + value: "256" + valueFrom: + configMapKeyRef: + key: "262" + name: "261" + optional: false + fieldRef: + apiVersion: "257" + fieldPath: "258" + resourceFieldRef: + containerName: "259" + divisor: "124" + resource: "260" + secretKeyRef: + key: "264" + name: "263" + optional: false + envFrom: + - configMapRef: + name: "253" + optional: true + prefix: "252" + secretRef: + name: "254" + optional: false + image: "246" + imagePullPolicy: ņ + lifecycle: + postStart: + exec: + command: + - "291" + httpGet: + host: "294" + httpHeaders: + - name: "295" + value: "296" + path: "292" + port: "293" + scheme: ­蜷ɔ幩š + tcpSocket: + host: "297" + port: 455833230 + preStop: + exec: + command: + - "298" + httpGet: + host: "300" + httpHeaders: + - name: "301" + value: "302" + path: "299" + port: 1076497581 + scheme: h4ɊHȖ|ʐ + tcpSocket: + host: "303" + port: 248533396 + livenessProbe: + exec: + command: + - "271" + failureThreshold: -205176266 + httpGet: + host: "273" + httpHeaders: + - name: "274" + value: "275" + path: "272" + port: 465486290 + initialDelaySeconds: -2097329452 + periodSeconds: 865289071 + successThreshold: -1829146875 + tcpSocket: + host: "276" + port: -116224247 + timeoutSeconds: 1504385614 + name: "245" + ports: + - containerPort: 2056774277 + hostIP: "251" + hostPort: -778272981 + name: "250" + protocol: 现葢ŵ橨鬶l獕;跣Hǝcw媀瓄&翜舞拉 + readinessProbe: + exec: + command: + - "277" + failureThreshold: -402384013 + httpGet: + host: "279" + httpHeaders: + - name: "280" + value: "281" + path: "278" + port: 234253676 + scheme: ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏 + initialDelaySeconds: -2062708879 + periodSeconds: -141401239 + successThreshold: -1187301925 + tcpSocket: + host: "283" + port: "282" + timeoutSeconds: 215186711 + resources: + limits: + V訆Ǝżŧ: "915" + requests: + +SÄ蚃ɣľ)酊龨Î: "787" + securityContext: + allowPrivilegeEscalation: false + capabilities: + add: + - DŽ髐njʉBn(fǂǢ曣 + drop: + - ay + privileged: false + procMount: 嗆u + readOnlyRootFilesystem: true + runAsGroup: -5996624450771474158 + runAsNonRoot: false + runAsUser: 1958157659034146020 + seLinuxOptions: + level: "308" + role: "306" + type: "307" + user: "305" + seccompProfile: + localhostProfile: "312" + type: 晲T[irȎ3Ĕ\ + windowsOptions: + gmsaCredentialSpec: "310" + gmsaCredentialSpecName: "309" + runAsUserName: "311" + startupProbe: + exec: + command: + - "284" + failureThreshold: -1699531929 + httpGet: + host: "287" + httpHeaders: + - name: "288" + value: "289" + path: "285" + port: "286" + scheme: 鏻砅邻爥 + initialDelaySeconds: 601198286 + periodSeconds: 405193215 + successThreshold: 2129989022 + tcpSocket: + host: "290" + port: -305362540 + timeoutSeconds: 409029209 + terminationMessagePath: "304" + terminationMessagePolicy: 迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ + tty: true + volumeDevices: + - devicePath: "270" + name: "269" + volumeMounts: + - mountPath: "266" + mountPropagation: '"冓鍓贯澔 ƺ蛜6' + name: "265" + readOnly: true + subPath: "267" + subPathExpr: "268" + workingDir: "249" + dnsConfig: + nameservers: + - "447" + options: + - name: "449" + value: "450" + searches: + - "448" + dnsPolicy: :{柯?B + enableServiceLinks: true + ephemeralContainers: + - args: + - "316" + command: + - "315" + env: + - name: "323" + value: "324" + valueFrom: + configMapKeyRef: + key: "330" + name: "329" + optional: true + fieldRef: + apiVersion: "325" + fieldPath: "326" + resourceFieldRef: + containerName: "327" + divisor: "69" + resource: "328" + secretKeyRef: + key: "332" + name: "331" + optional: false + envFrom: + - configMapRef: + name: "321" + optional: true + prefix: "320" + secretRef: + name: "322" + optional: false + image: "314" + imagePullPolicy: tl敷斢杧ż鯀 + lifecycle: + postStart: + exec: + command: + - "360" + httpGet: + host: "362" + httpHeaders: + - name: "363" + value: "364" + path: "361" + port: 1288391156 + scheme: Ǥ桒ɴ鉂WJ1抉泅ą&疀ȼN + tcpSocket: + host: "366" + port: "365" + preStop: + exec: + command: + - "367" + httpGet: + host: "369" + httpHeaders: + - name: "370" + value: "371" + path: "368" + port: 1859267428 + scheme: ȟP + tcpSocket: + host: "372" + port: 1445923603 + livenessProbe: + exec: + command: + - "339" + failureThreshold: -36573584 + httpGet: + host: "342" + httpHeaders: + - name: "343" + value: "344" + path: "340" + port: "341" + scheme: ȥ}礤铟怖ý萜Ǖ + initialDelaySeconds: -1922458514 + periodSeconds: 692511776 + successThreshold: -1231653807 + tcpSocket: + host: "345" + port: -1088996269 + timeoutSeconds: 1480364858 + name: "313" + ports: + - containerPort: -1918622971 + hostIP: "319" + hostPort: -1656699070 + name: "318" + protocol: ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz + readinessProbe: + exec: + command: + - "346" + failureThreshold: -1436899600 + httpGet: + host: "348" + httpHeaders: + - name: "349" + value: "350" + path: "347" + port: -1157640253 + scheme: ×p鬷m罂o3ǰ廋i乳'ȘUɻ; + initialDelaySeconds: -478839383 + periodSeconds: 140830733 + successThreshold: -708495486 + tcpSocket: + host: "352" + port: "351" + timeoutSeconds: 989933975 + resources: + limits: + 1b: "328" + requests: + '}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊': "699" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 鸔ɧWǘ炙 + drop: + - 餸硷 + privileged: true + procMount: ʈʫ羶剹ƊF豎穜 + readOnlyRootFilesystem: true + runAsGroup: 2946116477552625615 + runAsNonRoot: true + runAsUser: 5215323049148402377 + seLinuxOptions: + level: "377" + role: "375" + type: "376" + user: "374" + seccompProfile: + localhostProfile: "381" + type: l咑耖p^鏋 + windowsOptions: + gmsaCredentialSpec: "379" + gmsaCredentialSpecName: "378" + runAsUserName: "380" + startupProbe: + exec: + command: + - "353" + failureThreshold: -1873425934 + httpGet: + host: "356" + httpHeaders: + - name: "357" + value: "358" + path: "354" + port: "355" + scheme: 漤ŗ坟 + initialDelaySeconds: -902839620 + periodSeconds: 1808698094 + successThreshold: 1155232143 + tcpSocket: + host: "359" + port: -1617422199 + timeoutSeconds: -2030665763 + targetContainerName: "382" + terminationMessagePath: "373" + terminationMessagePolicy: 殆诵H玲鑠ĭ$#卛8ð仁Q + tty: true + volumeDevices: + - devicePath: "338" + name: "337" + volumeMounts: + - mountPath: "334" + mountPropagation: Ik(dŊiɢzĮ蛋I + name: "333" + readOnly: true + subPath: "335" + subPathExpr: "336" + workingDir: "317" + hostAliases: + - hostnames: + - "445" + ip: "444" + hostNetwork: true + hostname: "399" + imagePullSecrets: + - name: "398" + initContainers: + - args: + - "178" + command: + - "177" + env: + - name: "185" + value: "186" + valueFrom: + configMapKeyRef: + key: "192" + name: "191" + optional: false + fieldRef: + apiVersion: "187" + fieldPath: "188" + resourceFieldRef: + containerName: "189" + divisor: "573" + resource: "190" + secretKeyRef: + key: "194" + name: "193" + optional: false + envFrom: + - configMapRef: + name: "183" + optional: false + prefix: "182" + secretRef: + name: "184" + optional: false + image: "176" + imagePullPolicy: 昕Ĭ + lifecycle: + postStart: + exec: + command: + - "222" + httpGet: + host: "225" + httpHeaders: + - name: "226" + value: "227" + path: "223" + port: "224" + scheme: '>郵[+扴ȨŮ' + tcpSocket: + host: "229" + port: "228" + preStop: + exec: + command: + - "230" + httpGet: + host: "232" + httpHeaders: + - name: "233" + value: "234" + path: "231" + port: -743369977 + scheme: '>犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4' + tcpSocket: + host: "235" + port: -1224991707 + livenessProbe: + exec: + command: + - "201" + failureThreshold: -1150474479 + httpGet: + host: "203" + httpHeaders: + - name: "204" + value: "205" + path: "202" + port: -1196874390 + scheme: S晒嶗UÐ_ƮA攤 + initialDelaySeconds: 1885897314 + periodSeconds: 1054858106 + successThreshold: 232569106 + tcpSocket: + host: "206" + port: -498930176 + timeoutSeconds: -465677631 + name: "175" + ports: + - containerPort: 377225334 + hostIP: "181" + hostPort: 282592353 + name: "180" + protocol: Ƹ[Ęİ榌U髷裎$MVȟ@7 + readinessProbe: + exec: + command: + - "207" + failureThreshold: 1752155096 + httpGet: + host: "210" + httpHeaders: + - name: "211" + value: "212" + path: "208" + port: "209" + scheme: 8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ + initialDelaySeconds: -2717401 + periodSeconds: -1099429189 + successThreshold: 994072122 + tcpSocket: + host: "214" + port: "213" + timeoutSeconds: -1492565335 + resources: + limits: + ǚ灄鸫rʤî萨zvt: "829" + requests: + 悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\p: "604" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 藢xɮĵȑ6L*Z鐫û咡W< + drop: + - lu|榝$î. + privileged: false + procMount: 朦 wƯ貾坢'跩 + readOnlyRootFilesystem: true + runAsGroup: 8949541422887578058 + runAsNonRoot: true + runAsUser: -7565148469525206101 + seLinuxOptions: + level: "240" + role: "238" + type: "239" + user: "237" + seccompProfile: + localhostProfile: "244" + type: ŕ翑0展} + windowsOptions: + gmsaCredentialSpec: "242" + gmsaCredentialSpecName: "241" + runAsUserName: "243" + startupProbe: + exec: + command: + - "215" + failureThreshold: 785984384 + httpGet: + host: "218" + httpHeaders: + - name: "219" + value: "220" + path: "216" + port: "217" + scheme: Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ + initialDelaySeconds: -1738069460 + periodSeconds: -805795167 + successThreshold: 1791615594 + tcpSocket: + host: "221" + port: -36782737 + timeoutSeconds: -1643733106 + stdinOnce: true + terminationMessagePath: "236" + volumeDevices: + - devicePath: "200" + name: "199" + volumeMounts: + - mountPath: "196" + mountPropagation: ƖHV + name: "195" + readOnly: true + subPath: "197" + subPathExpr: "198" + workingDir: "179" + nodeName: "387" + nodeSelector: + "383": "384" + overhead: + ȩ纾S: "368" + preemptionPolicy: 'n夬LJ:BŐ埑Ô*ɾWȖ韝ƉşʁO^:' + priority: -1221153504 + priorityClassName: "446" + readinessGates: + - conditionType: 媈 + restartPolicy: ȿ醏g遧 + runtimeClassName: "451" + schedulerName: "441" + securityContext: + fsGroup: 4489057930380969432 + fsGroupChangePolicy: ='ʨ|ǓÓ敆OɈÏ 瞍髃 + runAsGroup: -759684899479757878 + runAsNonRoot: false + runAsUser: -1290365495982891537 + seLinuxOptions: + level: "391" + role: "389" + type: "390" + user: "388" + seccompProfile: + localhostProfile: "397" + type: ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn + supplementalGroups: + - 3273247375993523103 + sysctls: + - name: "395" + value: "396" + windowsOptions: + gmsaCredentialSpec: "393" + gmsaCredentialSpecName: "392" + runAsUserName: "394" + serviceAccount: "386" + serviceAccountName: "385" + setHostnameAsFQDN: false + shareProcessNamespace: false + subdomain: "400" + terminationGracePeriodSeconds: -616777763639482630 + tolerations: + - effect: 淵 + key: "442" + operator: Ɖ肆Ző + tolerationSeconds: -1072615283184390308 + value: "443" + topologySpreadConstraints: + - labelSelector: + matchExpressions: + - key: 51-i-d-----9---063-qm-j-3wc89k-0-57z4063--4/rBQ.u + operator: Exists + matchLabels: + jp-z---k-5r6h--y7n.61-cm---ch-g0t-q--qr95ws-v-5--7-ufi-7/35a-1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--.2g: Mqp..__._-J_-fk3-_j.133eT_2_Y + maxSkew: -1568300104 + topologyKey: "452" + whenUnsatisfiable: 潑嫉悔柅ȵ.Ȁ鎧Y冒Ɩ + volumes: + - awsElasticBlockStore: + fsType: "47" + partition: 912004803 + readOnly: true + volumeID: "46" + azureDisk: + cachingMode: '|@?鷅bȻN' + diskName: "110" + diskURI: "111" + fsType: "112" + kind: 榱*Gưoɘ檲 + readOnly: true + azureFile: + readOnly: true + secretName: "96" + shareName: "97" + cephfs: + monitors: + - "81" + path: "82" + secretFile: "84" + secretRef: + name: "85" + user: "83" + cinder: + fsType: "79" + secretRef: + name: "80" + volumeID: "78" + configMap: + defaultMode: 1593906314 + items: + - key: "99" + mode: 195263908 + path: "100" + name: "98" + optional: false + csi: + driver: "142" + fsType: "143" + nodePublishSecretRef: + name: "146" + readOnly: false + volumeAttributes: + "144": "145" + downwardAPI: + defaultMode: 824682619 + items: + - fieldRef: + apiVersion: "89" + fieldPath: "90" + mode: 1569992019 + path: "88" + resourceFieldRef: + containerName: "91" + divisor: "660" + resource: "92" + emptyDir: + medium: Xŋ朘瑥A徙ɶɊł/擇ɦĽ胚O醔ɍ厶耈 + sizeLimit: "473" + ephemeral: + volumeClaimTemplate: + metadata: + annotations: + "154": "155" + clusterName: "160" + creationTimestamp: null + deletionGracePeriodSeconds: 6296624700137074905 + finalizers: + - "159" + generateName: "148" + generation: 6028937828108618026 + labels: + "152": "153" + managedFields: + - apiVersion: "162" + fieldsType: "163" + manager: "161" + operation: ɑ龫`劳&¼傭Ȟ1酃=6}ɡŇƉ立h + name: "147" + namespace: "149" + ownerReferences: + - apiVersion: "156" + blockOwnerDeletion: false + controller: false + kind: "157" + name: "158" + uid: 閝ȝ + resourceVersion: "11451542506523135343" + selfLink: "150" + uid: H巧壚tC十Oɢ + spec: + accessModes: + - '鲡:' + dataSource: + apiGroup: "172" + kind: "173" + name: "174" + resources: + limits: + Ŗȫ焗捏ĨFħ籘: "853" + requests: + zɟ踡肒Ao/樝fw[Řż丩ŽoǠ: "918" + selector: + matchExpressions: + - key: m_0_F03_J + operator: NotIn + values: + - 4FpF_W-6 + matchLabels: + 0-.-yz-0-_p4mz--.I_f6kjsz-7lwY-Y93-6: igm_-._.q6 + storageClassName: "171" + volumeMode: Z1Ůđ眊ľǎɳ,ǿ飏騀呣 + volumeName: "170" + fc: + fsType: "94" + lun: -1740986684 + readOnly: true + targetWWNs: + - "93" + wwids: + - "95" + flexVolume: + driver: "73" + fsType: "74" + options: + "76": "77" + readOnly: true + secretRef: + name: "75" + flocker: + datasetName: "86" + datasetUUID: "87" + gcePersistentDisk: + fsType: "45" + partition: -1188153605 + pdName: "44" + gitRepo: + directory: "50" + repository: "48" + revision: "49" + glusterfs: + endpoints: "63" + path: "64" + readOnly: true + hostPath: + path: "43" + type: ƛƟ)ÙæNǚ錯ƶRquA?瞲Ť倱< + iscsi: + chapAuthDiscovery: true + fsType: "59" + initiatorName: "62" + iqn: "57" + iscsiInterface: "58" + lun: 994527057 + portals: + - "60" + secretRef: + name: "61" + targetPortal: "56" + name: "42" + nfs: + path: "55" + readOnly: true + server: "54" + persistentVolumeClaim: + claimName: "65" + readOnly: true + photonPersistentDisk: + fsType: "114" + pdID: "113" + portworxVolume: + fsType: "129" + readOnly: true + volumeID: "128" + projected: + defaultMode: -1334904807 + sources: + - configMap: + items: + - key: "124" + mode: 2063799569 + path: "125" + name: "123" + optional: false + downwardAPI: + items: + - fieldRef: + apiVersion: "119" + fieldPath: "120" + mode: 173030157 + path: "118" + resourceFieldRef: + containerName: "121" + divisor: "106" + resource: "122" + secret: + items: + - key: "116" + mode: -323584340 + path: "117" + name: "115" + optional: true + serviceAccountToken: + audience: "126" + expirationSeconds: 8357931971650847566 + path: "127" + quobyte: + group: "108" + registry: "105" + tenant: "109" + user: "107" + volume: "106" + rbd: + fsType: "68" + image: "67" + keyring: "71" + monitors: + - "66" + pool: "69" + secretRef: + name: "72" + user: "70" + scaleIO: + fsType: "137" + gateway: "130" + protectionDomain: "133" + secretRef: + name: "132" + storageMode: "135" + storagePool: "134" + system: "131" + volumeName: "136" + secret: + defaultMode: 332383000 + items: + - key: "52" + mode: -547518679 + path: "53" + optional: true + secretName: "51" + storageos: + fsType: "140" + secretRef: + name: "141" + volumeName: "138" + volumeNamespace: "139" + vsphereVolume: + fsType: "102" + storagePolicyID: "104" + storagePolicyName: "103" + volumePath: "101" +status: + availableReplicas: -303330375 + collisionCount: 2099542463 + conditions: + - lastTransitionTime: "2035-01-21T08:11:33Z" + lastUpdateTime: "2096-03-01T11:48:47Z" + message: "460" + reason: "459" + status: o鷺ɷ裝TG奟cõ乨厰ʚ±r珹ȟ6 + type: ʀł! + observedGeneration: 3359608726763190142 + readyReplicas: -2095625968 + replicas: 1401559245 + unavailableReplicas: 584721644 + updatedReplicas: -406189540 diff --git a/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta1.StatefulSet.after_roundtrip.json b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta1.StatefulSet.after_roundtrip.json new file mode 100644 index 00000000000..bf62f533f2d --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta1.StatefulSet.after_roundtrip.json @@ -0,0 +1,1595 @@ +{ + "kind": "StatefulSet", + "apiVersion": "apps/v1beta1", + "metadata": { + "name": "2", + "generateName": "3", + "namespace": "4", + "selfLink": "5", + "uid": "7", + "resourceVersion": "11042405498087606203", + "generation": 8071137005907523419, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -4955867275792137171, + "labels": { + "7": "8" + }, + "annotations": { + "9": "10" + }, + "ownerReferences": [ + { + "apiVersion": "11", + "kind": "12", + "name": "13", + "uid": "Dz廔ȇ{sŊƏp", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "14" + ], + "clusterName": "15", + "managedFields": [ + { + "manager": "16", + "operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]", + "apiVersion": "17", + "fieldsType": "18" + } + ] + }, + "spec": { + "replicas": 896585016, + "selector": { + "matchLabels": { + "74404d5---g8c2-k-91e.y5-g--58----0683-b-w7ld-6cs06xj-x5yv0wm-k18/M_-Nx.N_6-___._-.-W._AAn---v_-5-_8LXj": "6-4_WE-_JTrcd-2.-__E_Sv__26KX_R_.-.Nth._--S_4DA_-5_-4lQ42M--1" + }, + "matchExpressions": [ + { + "key": "50-u--25cu87--r7p-w1e67-8pj5t-kl-v0q6b68--nu5oii38fn-8.629b-jd-8c45-0-8--6n--w0--w---196g8d--iv1-5--5ht-a-29--0qso796/3___47._49pIB_o61ISU4--A_.XK_._M99", + "operator": "Exists" + } + ] + }, + "template": { + "metadata": { + "name": "25", + "generateName": "26", + "namespace": "27", + "selfLink": "28", + "uid": "?Qȫş", + "resourceVersion": "1736621709629422270", + "generation": -8542870036622468681, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -2575298329142810753, + "labels": { + "30": "31" + }, + "annotations": { + "32": "33" + }, + "ownerReferences": [ + { + "apiVersion": "34", + "kind": "35", + "name": "36", + "uid": "ƶȤ^}", + "controller": true, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "37" + ], + "clusterName": "38", + "managedFields": [ + { + "manager": "39", + "operation": "躢", + "apiVersion": "40", + "fieldsType": "41" + } + ] + }, + "spec": { + "volumes": [ + { + "name": "42", + "hostPath": { + "path": "43", + "type": "ƛƟ)ÙæNǚ錯ƶRquA?瞲Ť倱\u003c" + }, + "emptyDir": { + "medium": "Xŋ朘瑥A徙ɶɊł/擇ɦĽ胚O醔ɍ厶耈", + "sizeLimit": "473" + }, + "gcePersistentDisk": { + "pdName": "44", + "fsType": "45", + "partition": -1188153605 + }, + "awsElasticBlockStore": { + "volumeID": "46", + "fsType": "47", + "partition": 912004803, + "readOnly": true + }, + "gitRepo": { + "repository": "48", + "revision": "49", + "directory": "50" + }, + "secret": { + "secretName": "51", + "items": [ + { + "key": "52", + "path": "53", + "mode": -547518679 + } + ], + "defaultMode": 332383000, + "optional": true + }, + "nfs": { + "server": "54", + "path": "55", + "readOnly": true + }, + "iscsi": { + "targetPortal": "56", + "iqn": "57", + "lun": 994527057, + "iscsiInterface": "58", + "fsType": "59", + "portals": [ + "60" + ], + "chapAuthDiscovery": true, + "secretRef": { + "name": "61" + }, + "initiatorName": "62" + }, + "glusterfs": { + "endpoints": "63", + "path": "64", + "readOnly": true + }, + "persistentVolumeClaim": { + "claimName": "65", + "readOnly": true + }, + "rbd": { + "monitors": [ + "66" + ], + "image": "67", + "fsType": "68", + "pool": "69", + "user": "70", + "keyring": "71", + "secretRef": { + "name": "72" + } + }, + "flexVolume": { + "driver": "73", + "fsType": "74", + "secretRef": { + "name": "75" + }, + "readOnly": true, + "options": { + "76": "77" + } + }, + "cinder": { + "volumeID": "78", + "fsType": "79", + "secretRef": { + "name": "80" + } + }, + "cephfs": { + "monitors": [ + "81" + ], + "path": "82", + "user": "83", + "secretFile": "84", + "secretRef": { + "name": "85" + } + }, + "flocker": { + "datasetName": "86", + "datasetUUID": "87" + }, + "downwardAPI": { + "items": [ + { + "path": "88", + "fieldRef": { + "apiVersion": "89", + "fieldPath": "90" + }, + "resourceFieldRef": { + "containerName": "91", + "resource": "92", + "divisor": "660" + }, + "mode": 1569992019 + } + ], + "defaultMode": 824682619 + }, + "fc": { + "targetWWNs": [ + "93" + ], + "lun": -1740986684, + "fsType": "94", + "readOnly": true, + "wwids": [ + "95" + ] + }, + "azureFile": { + "secretName": "96", + "shareName": "97", + "readOnly": true + }, + "configMap": { + "name": "98", + "items": [ + { + "key": "99", + "path": "100", + "mode": 195263908 + } + ], + "defaultMode": 1593906314, + "optional": false + }, + "vsphereVolume": { + "volumePath": "101", + "fsType": "102", + "storagePolicyName": "103", + "storagePolicyID": "104" + }, + "quobyte": { + "registry": "105", + "volume": "106", + "user": "107", + "group": "108", + "tenant": "109" + }, + "azureDisk": { + "diskName": "110", + "diskURI": "111", + "cachingMode": "|@?鷅bȻN", + "fsType": "112", + "readOnly": true, + "kind": "榱*Gưoɘ檲" + }, + "photonPersistentDisk": { + "pdID": "113", + "fsType": "114" + }, + "projected": { + "sources": [ + { + "secret": { + "name": "115", + "items": [ + { + "key": "116", + "path": "117", + "mode": -323584340 + } + ], + "optional": true + }, + "downwardAPI": { + "items": [ + { + "path": "118", + "fieldRef": { + "apiVersion": "119", + "fieldPath": "120" + }, + "resourceFieldRef": { + "containerName": "121", + "resource": "122", + "divisor": "106" + }, + "mode": 173030157 + } + ] + }, + "configMap": { + "name": "123", + "items": [ + { + "key": "124", + "path": "125", + "mode": 2063799569 + } + ], + "optional": false + }, + "serviceAccountToken": { + "audience": "126", + "expirationSeconds": 8357931971650847566, + "path": "127" + } + } + ], + "defaultMode": -1334904807 + }, + "portworxVolume": { + "volumeID": "128", + "fsType": "129", + "readOnly": true + }, + "scaleIO": { + "gateway": "130", + "system": "131", + "secretRef": { + "name": "132" + }, + "protectionDomain": "133", + "storagePool": "134", + "storageMode": "135", + "volumeName": "136", + "fsType": "137" + }, + "storageos": { + "volumeName": "138", + "volumeNamespace": "139", + "fsType": "140", + "secretRef": { + "name": "141" + } + }, + "csi": { + "driver": "142", + "readOnly": false, + "fsType": "143", + "volumeAttributes": { + "144": "145" + }, + "nodePublishSecretRef": { + "name": "146" + } + }, + "ephemeral": { + "volumeClaimTemplate": { + "metadata": { + "name": "147", + "generateName": "148", + "namespace": "149", + "selfLink": "150", + "uid": "H巧壚tC十Oɢ", + "resourceVersion": "11451542506523135343", + "generation": 6028937828108618026, + "creationTimestamp": null, + "deletionGracePeriodSeconds": 6296624700137074905, + "labels": { + "152": "153" + }, + "annotations": { + "154": "155" + }, + "ownerReferences": [ + { + "apiVersion": "156", + "kind": "157", + "name": "158", + "uid": "閝ȝ", + "controller": false, + "blockOwnerDeletion": false + } + ], + "finalizers": [ + "159" + ], + "clusterName": "160", + "managedFields": [ + { + "manager": "161", + "operation": "ɑ龫`劳\u0026¼傭Ȟ1酃=6}ɡŇƉ立h", + "apiVersion": "162", + "fieldsType": "163" + } + ] + }, + "spec": { + "accessModes": [ + "鲡:" + ], + "selector": { + "matchLabels": { + "0-.-yz-0-_p4mz--.I_f6kjsz-7lwY-Y93-6": "igm_-._.q6" + }, + "matchExpressions": [ + { + "key": "m_0_F03_J", + "operator": "NotIn", + "values": [ + "4FpF_W-6" + ] + } + ] + }, + "resources": { + "limits": { + "Ŗȫ焗捏ĨFħ籘": "853" + }, + "requests": { + "zɟ踡肒Ao/樝fw[Řż丩ŽoǠ": "918" + } + }, + "volumeName": "170", + "storageClassName": "171", + "volumeMode": "Z1Ůđ眊ľǎɳ,ǿ飏騀呣", + "dataSource": { + "apiGroup": "172", + "kind": "173", + "name": "174" + } + } + } + } + } + ], + "initContainers": [ + { + "name": "175", + "image": "176", + "command": [ + "177" + ], + "args": [ + "178" + ], + "workingDir": "179", + "ports": [ + { + "name": "180", + "hostPort": 282592353, + "containerPort": 377225334, + "protocol": "Ƹ[Ęİ榌U髷裎$MVȟ@7", + "hostIP": "181" + } + ], + "envFrom": [ + { + "prefix": "182", + "configMapRef": { + "name": "183", + "optional": false + }, + "secretRef": { + "name": "184", + "optional": false + } + } + ], + "env": [ + { + "name": "185", + "value": "186", + "valueFrom": { + "fieldRef": { + "apiVersion": "187", + "fieldPath": "188" + }, + "resourceFieldRef": { + "containerName": "189", + "resource": "190", + "divisor": "573" + }, + "configMapKeyRef": { + "name": "191", + "key": "192", + "optional": false + }, + "secretKeyRef": { + "name": "193", + "key": "194", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "ǚ灄鸫rʤî萨zvt": "829" + }, + "requests": { + "悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\\p": "604" + } + }, + "volumeMounts": [ + { + "name": "195", + "readOnly": true, + "mountPath": "196", + "subPath": "197", + "mountPropagation": "ƖHV", + "subPathExpr": "198" + } + ], + "volumeDevices": [ + { + "name": "199", + "devicePath": "200" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "201" + ] + }, + "httpGet": { + "path": "202", + "port": -1196874390, + "host": "203", + "scheme": "S晒嶗UÐ_ƮA攤", + "httpHeaders": [ + { + "name": "204", + "value": "205" + } + ] + }, + "tcpSocket": { + "port": -498930176, + "host": "206" + }, + "initialDelaySeconds": 1885897314, + "timeoutSeconds": -465677631, + "periodSeconds": 1054858106, + "successThreshold": 232569106, + "failureThreshold": -1150474479 + }, + "readinessProbe": { + "exec": { + "command": [ + "207" + ] + }, + "httpGet": { + "path": "208", + "port": "209", + "host": "210", + "scheme": "8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ", + "httpHeaders": [ + { + "name": "211", + "value": "212" + } + ] + }, + "tcpSocket": { + "port": "213", + "host": "214" + }, + "initialDelaySeconds": -2717401, + "timeoutSeconds": -1492565335, + "periodSeconds": -1099429189, + "successThreshold": 994072122, + "failureThreshold": 1752155096 + }, + "startupProbe": { + "exec": { + "command": [ + "215" + ] + }, + "httpGet": { + "path": "216", + "port": "217", + "host": "218", + "scheme": "Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ", + "httpHeaders": [ + { + "name": "219", + "value": "220" + } + ] + }, + "tcpSocket": { + "port": -36782737, + "host": "221" + }, + "initialDelaySeconds": -1738069460, + "timeoutSeconds": -1643733106, + "periodSeconds": -805795167, + "successThreshold": 1791615594, + "failureThreshold": 785984384 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "222" + ] + }, + "httpGet": { + "path": "223", + "port": "224", + "host": "225", + "scheme": "\u003e郵[+扴ȨŮ", + "httpHeaders": [ + { + "name": "226", + "value": "227" + } + ] + }, + "tcpSocket": { + "port": "228", + "host": "229" + } + }, + "preStop": { + "exec": { + "command": [ + "230" + ] + }, + "httpGet": { + "path": "231", + "port": -743369977, + "host": "232", + "scheme": "\u003e犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4", + "httpHeaders": [ + { + "name": "233", + "value": "234" + } + ] + }, + "tcpSocket": { + "port": -1224991707, + "host": "235" + } + } + }, + "terminationMessagePath": "236", + "imagePullPolicy": "昕Ĭ", + "securityContext": { + "capabilities": { + "add": [ + "藢xɮĵȑ6L*Z鐫û咡W\u003c" + ], + "drop": [ + "lu|榝$î." + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "237", + "role": "238", + "type": "239", + "level": "240" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "241", + "gmsaCredentialSpec": "242", + "runAsUserName": "243" + }, + "runAsUser": -7565148469525206101, + "runAsGroup": 8949541422887578058, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "朦 wƯ貾坢'跩", + "seccompProfile": { + "type": "ŕ翑0展}", + "localhostProfile": "244" + } + }, + "stdinOnce": true + } + ], + "containers": [ + { + "name": "245", + "image": "246", + "command": [ + "247" + ], + "args": [ + "248" + ], + "workingDir": "249", + "ports": [ + { + "name": "250", + "hostPort": -778272981, + "containerPort": 2056774277, + "protocol": "现葢ŵ橨鬶l獕;跣Hǝcw媀瓄\u0026翜舞拉", + "hostIP": "251" + } + ], + "envFrom": [ + { + "prefix": "252", + "configMapRef": { + "name": "253", + "optional": true + }, + "secretRef": { + "name": "254", + "optional": false + } + } + ], + "env": [ + { + "name": "255", + "value": "256", + "valueFrom": { + "fieldRef": { + "apiVersion": "257", + "fieldPath": "258" + }, + "resourceFieldRef": { + "containerName": "259", + "resource": "260", + "divisor": "124" + }, + "configMapKeyRef": { + "name": "261", + "key": "262", + "optional": false + }, + "secretKeyRef": { + "name": "263", + "key": "264", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "V訆Ǝżŧ": "915" + }, + "requests": { + "+SÄ蚃ɣľ)酊龨Î": "787" + } + }, + "volumeMounts": [ + { + "name": "265", + "readOnly": true, + "mountPath": "266", + "subPath": "267", + "mountPropagation": "\"冓鍓贯澔 ƺ蛜6", + "subPathExpr": "268" + } + ], + "volumeDevices": [ + { + "name": "269", + "devicePath": "270" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "271" + ] + }, + "httpGet": { + "path": "272", + "port": 465486290, + "host": "273", + "httpHeaders": [ + { + "name": "274", + "value": "275" + } + ] + }, + "tcpSocket": { + "port": -116224247, + "host": "276" + }, + "initialDelaySeconds": -2097329452, + "timeoutSeconds": 1504385614, + "periodSeconds": 865289071, + "successThreshold": -1829146875, + "failureThreshold": -205176266 + }, + "readinessProbe": { + "exec": { + "command": [ + "277" + ] + }, + "httpGet": { + "path": "278", + "port": 234253676, + "host": "279", + "scheme": "ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏", + "httpHeaders": [ + { + "name": "280", + "value": "281" + } + ] + }, + "tcpSocket": { + "port": "282", + "host": "283" + }, + "initialDelaySeconds": -2062708879, + "timeoutSeconds": 215186711, + "periodSeconds": -141401239, + "successThreshold": -1187301925, + "failureThreshold": -402384013 + }, + "startupProbe": { + "exec": { + "command": [ + "284" + ] + }, + "httpGet": { + "path": "285", + "port": "286", + "host": "287", + "scheme": "鏻砅邻爥", + "httpHeaders": [ + { + "name": "288", + "value": "289" + } + ] + }, + "tcpSocket": { + "port": -305362540, + "host": "290" + }, + "initialDelaySeconds": 601198286, + "timeoutSeconds": 409029209, + "periodSeconds": 405193215, + "successThreshold": 2129989022, + "failureThreshold": -1699531929 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "291" + ] + }, + "httpGet": { + "path": "292", + "port": "293", + "host": "294", + "scheme": "­蜷ɔ幩š", + "httpHeaders": [ + { + "name": "295", + "value": "296" + } + ] + }, + "tcpSocket": { + "port": 455833230, + "host": "297" + } + }, + "preStop": { + "exec": { + "command": [ + "298" + ] + }, + "httpGet": { + "path": "299", + "port": 1076497581, + "host": "300", + "scheme": "h4ɊHȖ|ʐ", + "httpHeaders": [ + { + "name": "301", + "value": "302" + } + ] + }, + "tcpSocket": { + "port": 248533396, + "host": "303" + } + } + }, + "terminationMessagePath": "304", + "terminationMessagePolicy": "迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ", + "imagePullPolicy": "ņ", + "securityContext": { + "capabilities": { + "add": [ + "DŽ髐njʉBn(fǂǢ曣" + ], + "drop": [ + "ay" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "305", + "role": "306", + "type": "307", + "level": "308" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "309", + "gmsaCredentialSpec": "310", + "runAsUserName": "311" + }, + "runAsUser": 1958157659034146020, + "runAsGroup": -5996624450771474158, + "runAsNonRoot": false, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": false, + "procMount": "嗆u", + "seccompProfile": { + "type": "晲T[irȎ3Ĕ\\", + "localhostProfile": "312" + } + }, + "tty": true + } + ], + "ephemeralContainers": [ + { + "name": "313", + "image": "314", + "command": [ + "315" + ], + "args": [ + "316" + ], + "workingDir": "317", + "ports": [ + { + "name": "318", + "hostPort": -1656699070, + "containerPort": -1918622971, + "protocol": "ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz", + "hostIP": "319" + } + ], + "envFrom": [ + { + "prefix": "320", + "configMapRef": { + "name": "321", + "optional": true + }, + "secretRef": { + "name": "322", + "optional": false + } + } + ], + "env": [ + { + "name": "323", + "value": "324", + "valueFrom": { + "fieldRef": { + "apiVersion": "325", + "fieldPath": "326" + }, + "resourceFieldRef": { + "containerName": "327", + "resource": "328", + "divisor": "69" + }, + "configMapKeyRef": { + "name": "329", + "key": "330", + "optional": true + }, + "secretKeyRef": { + "name": "331", + "key": "332", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "1b": "328" + }, + "requests": { + "}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊": "699" + } + }, + "volumeMounts": [ + { + "name": "333", + "readOnly": true, + "mountPath": "334", + "subPath": "335", + "mountPropagation": "Ik(dŊiɢzĮ蛋I", + "subPathExpr": "336" + } + ], + "volumeDevices": [ + { + "name": "337", + "devicePath": "338" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "339" + ] + }, + "httpGet": { + "path": "340", + "port": "341", + "host": "342", + "scheme": "ȥ}礤铟怖ý萜Ǖ", + "httpHeaders": [ + { + "name": "343", + "value": "344" + } + ] + }, + "tcpSocket": { + "port": -1088996269, + "host": "345" + }, + "initialDelaySeconds": -1922458514, + "timeoutSeconds": 1480364858, + "periodSeconds": 692511776, + "successThreshold": -1231653807, + "failureThreshold": -36573584 + }, + "readinessProbe": { + "exec": { + "command": [ + "346" + ] + }, + "httpGet": { + "path": "347", + "port": -1157640253, + "host": "348", + "scheme": "×p鬷m罂o3ǰ廋i乳'ȘUɻ;", + "httpHeaders": [ + { + "name": "349", + "value": "350" + } + ] + }, + "tcpSocket": { + "port": "351", + "host": "352" + }, + "initialDelaySeconds": -478839383, + "timeoutSeconds": 989933975, + "periodSeconds": 140830733, + "successThreshold": -708495486, + "failureThreshold": -1436899600 + }, + "startupProbe": { + "exec": { + "command": [ + "353" + ] + }, + "httpGet": { + "path": "354", + "port": "355", + "host": "356", + "scheme": "漤ŗ坟", + "httpHeaders": [ + { + "name": "357", + "value": "358" + } + ] + }, + "tcpSocket": { + "port": -1617422199, + "host": "359" + }, + "initialDelaySeconds": -902839620, + "timeoutSeconds": -2030665763, + "periodSeconds": 1808698094, + "successThreshold": 1155232143, + "failureThreshold": -1873425934 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "360" + ] + }, + "httpGet": { + "path": "361", + "port": 1288391156, + "host": "362", + "scheme": "Ǥ桒ɴ鉂WJ1抉泅ą\u0026疀ȼN", + "httpHeaders": [ + { + "name": "363", + "value": "364" + } + ] + }, + "tcpSocket": { + "port": "365", + "host": "366" + } + }, + "preStop": { + "exec": { + "command": [ + "367" + ] + }, + "httpGet": { + "path": "368", + "port": 1859267428, + "host": "369", + "scheme": "ȟP", + "httpHeaders": [ + { + "name": "370", + "value": "371" + } + ] + }, + "tcpSocket": { + "port": 1445923603, + "host": "372" + } + } + }, + "terminationMessagePath": "373", + "terminationMessagePolicy": "殆诵H玲鑠ĭ$#卛8ð仁Q", + "imagePullPolicy": "tl敷斢杧ż鯀", + "securityContext": { + "capabilities": { + "add": [ + "鸔ɧWǘ炙" + ], + "drop": [ + "餸硷" + ] + }, + "privileged": true, + "seLinuxOptions": { + "user": "374", + "role": "375", + "type": "376", + "level": "377" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "378", + "gmsaCredentialSpec": "379", + "runAsUserName": "380" + }, + "runAsUser": 5215323049148402377, + "runAsGroup": 2946116477552625615, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "ʈʫ羶剹ƊF豎穜", + "seccompProfile": { + "type": "l咑耖p^鏋", + "localhostProfile": "381" + } + }, + "tty": true, + "targetContainerName": "382" + } + ], + "restartPolicy": "ȿ醏g遧", + "terminationGracePeriodSeconds": -616777763639482630, + "activeDeadlineSeconds": 2031424375743848602, + "dnsPolicy": ":{柯?B", + "nodeSelector": { + "383": "384" + }, + "serviceAccountName": "385", + "serviceAccount": "386", + "automountServiceAccountToken": false, + "nodeName": "387", + "hostNetwork": true, + "shareProcessNamespace": false, + "securityContext": { + "seLinuxOptions": { + "user": "388", + "role": "389", + "type": "390", + "level": "391" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "392", + "gmsaCredentialSpec": "393", + "runAsUserName": "394" + }, + "runAsUser": -1290365495982891537, + "runAsGroup": -759684899479757878, + "runAsNonRoot": false, + "supplementalGroups": [ + 3273247375993523103 + ], + "fsGroup": 4489057930380969432, + "sysctls": [ + { + "name": "395", + "value": "396" + } + ], + "fsGroupChangePolicy": "='ʨ|ǓÓ敆OɈÏ 瞍髃", + "seccompProfile": { + "type": "ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn", + "localhostProfile": "397" + } + }, + "imagePullSecrets": [ + { + "name": "398" + } + ], + "hostname": "399", + "subdomain": "400", + "affinity": { + "nodeAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": { + "nodeSelectorTerms": [ + { + "matchExpressions": [ + { + "key": "401", + "operator": "+Œ9两", + "values": [ + "402" + ] + } + ], + "matchFields": [ + { + "key": "403", + "operator": "q=歍þ螗ɃŒGm¨z鋎靀G", + "values": [ + "404" + ] + } + ] + } + ] + }, + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 377409178, + "preference": { + "matchExpressions": [ + { + "key": "405", + "operator": "#ļǹʅŚO虀^背遻堣灭ƴɦ燻", + "values": [ + "406" + ] + } + ], + "matchFields": [ + { + "key": "407", + "operator": "-觗裓6Ř筿ɾ5Ų買霎ȃň[\u003eą", + "values": [ + "408" + ] + } + ] + } + } + ] + }, + "podAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5": "1--L--v_Z--Zg-_4Q__-v_t_u_.A" + }, + "matchExpressions": [ + { + "key": "5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y", + "operator": "Exists" + } + ] + }, + "namespaces": [ + "415" + ], + "topologyKey": "416" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -1507671981, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-35840-w4g-27-5s6.q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x18mtxb--kexr-y/oK-.O--5-yp8q_s-1__gw_-z_659GE.l_.23--_6l.-5_Z": "3Pw_-r75--_-Ao" + }, + "matchExpressions": [ + { + "key": "hj6/bW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...CqN", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "423" + ], + "topologyKey": "424" + } + } + ] + }, + "podAntiAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "C--Y_Dp8O_._e_3_.4_W_-_7": "p_.----cp__ac8u.._-__BM.6-.Y7" + }, + "matchExpressions": [ + { + "key": "1x--i--7-nt-23h-4z-21-sap--h--q0h-t2n4s-6-k5-7-a0w-ke5p-3.nu--17---u7-gl7814ei-07shtq-6---g----9s39z-5/wv3UDf.-4D-5", + "operator": "NotIn", + "values": [ + "l67Q.-_t--O.3L.z2-y.-...C4_-_2G8" + ] + } + ] + }, + "namespaces": [ + "431" + ], + "topologyKey": "432" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 1067925263, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "k407--m-dc---6-q-q0o90--g-09--d5ez1----b69x90/um._fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_VF": "11---.-o7.pJ-4-1WV.-__05._LsuH" + }, + "matchExpressions": [ + { + "key": "8", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "439" + ], + "topologyKey": "440" + } + } + ] + } + }, + "schedulerName": "441", + "tolerations": [ + { + "key": "442", + "operator": "Ɖ肆Ző", + "value": "443", + "effect": "淵", + "tolerationSeconds": -1072615283184390308 + } + ], + "hostAliases": [ + { + "ip": "444", + "hostnames": [ + "445" + ] + } + ], + "priorityClassName": "446", + "priority": -1221153504, + "dnsConfig": { + "nameservers": [ + "447" + ], + "searches": [ + "448" + ], + "options": [ + { + "name": "449", + "value": "450" + } + ] + }, + "readinessGates": [ + { + "conditionType": "媈" + } + ], + "runtimeClassName": "451", + "enableServiceLinks": true, + "preemptionPolicy": "n夬LJ:BŐ埑Ô*ɾWȖ韝ƉşʁO^:", + "overhead": { + "ȩ纾S": "368" + }, + "topologySpreadConstraints": [ + { + "maxSkew": -1568300104, + "topologyKey": "452", + "whenUnsatisfiable": "潑嫉悔柅ȵ.Ȁ鎧Y冒Ɩ", + "labelSelector": { + "matchLabels": { + "jp-z---k-5r6h--y7n.61-cm---ch-g0t-q--qr95ws-v-5--7-ufi-7/35a-1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--.2g": "Mqp..__._-J_-fk3-_j.133eT_2_Y" + }, + "matchExpressions": [ + { + "key": "51-i-d-----9---063-qm-j-3wc89k-0-57z4063--4/rBQ.u", + "operator": "Exists" + } + ] + } + } + ], + "setHostnameAsFQDN": false + } + }, + "volumeClaimTemplates": [ + { + "metadata": { + "name": "459", + "generateName": "460", + "namespace": "461", + "selfLink": "462", + "uid": "S誖Śs垦Ȋ髴T唼=`朇c", + "resourceVersion": "8285629342346774721", + "generation": -5107762106575809276, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -6486445241316991261, + "labels": { + "464": "465" + }, + "annotations": { + "466": "467" + }, + "ownerReferences": [ + { + "apiVersion": "468", + "kind": "469", + "name": "470", + "uid": "/nēɅĀ埰ʀł!U詨nj1ýǝ", + "controller": true, + "blockOwnerDeletion": false + } + ], + "finalizers": [ + "471" + ], + "clusterName": "472", + "managedFields": [ + { + "manager": "473", + "operation": "壛ĐíEd楗鱶镖喗vȥ", + "apiVersion": "474", + "fieldsType": "475" + } + ] + }, + "spec": { + "accessModes": [ + "Y斩I儑瓔¯" + ], + "selector": { + "matchLabels": { + "k--13lk5-e4-u-5kvp-----887j72qz6-7d84-1f396h82----23-6b77f.mgi7-2je7zjt0pp-x0r2gd---yn1/7_._qN__A_f_-B3_U__L.KH6K.RwsfI_2-_20_9.5": "8_B-ks7dx" + }, + "matchExpressions": [ + { + "key": "vUK_-.j21---__y.9O.L-.m.3--4", + "operator": "In", + "values": [ + "37u-h---dY7_M_-._M52" + ] + } + ] + }, + "resources": { + "limits": { + "涟雒驭堣Qwn:Ʋå譥a超": "19" + }, + "requests": { + "ª韷v简3VǢɾ纤ą¨?ɣ蔫椁Ȕ": "368" + } + }, + "volumeName": "482", + "storageClassName": "483", + "volumeMode": "'降\\4)ȳɍǟm{煰œ憼", + "dataSource": { + "apiGroup": "484", + "kind": "485", + "name": "486" + } + }, + "status": { + "phase": "ʌ槧ą°Z拕獘:pȚ\\猫ï卒ú", + "accessModes": [ + "èƾ竒决瘛Ǫǵ" + ], + "capacity": { + "Ǧ澵貛香\"砻B鷋": "578" + }, + "conditions": [ + { + "type": "|nET¬%ȎdžĤɂR湛", + "status": "WU=ȑ-A敲ʉ2腠梊", + "lastProbeTime": "2230-04-25T02:33:53Z", + "lastTransitionTime": "2843-07-14T02:23:26Z", + "reason": "487", + "message": "488" + } + ] + } + } + ], + "serviceName": "489", + "podManagementPolicy": "`ŇaƬȿŬ捕|", + "updateStrategy": { + "type": "șa汸\u003cƋlɋN磋镮ȺPÈ", + "rollingUpdate": { + "partition": -83826225 + } + }, + "revisionHistoryLimit": -1872519086 + }, + "status": { + "observedGeneration": 4142968120221896284, + "replicas": 1576197985, + "readyReplicas": -702578810, + "currentReplicas": 1539090224, + "updatedReplicas": -855944448, + "currentRevision": "490", + "updateRevision": "491", + "collisionCount": 1955001098, + "conditions": [ + { + "type": ";\"薑Ȣ#闬輙怀¹bCũw¼ ǫđ槴Ċ", + "status": "觇ƒ幦ų勏Y9=ȳB鼲糰E", + "lastTransitionTime": "2209-03-11T07:19:12Z", + "reason": "492", + "message": "493" + } + ] + } +} \ No newline at end of file diff --git a/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta1.StatefulSet.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta1.StatefulSet.after_roundtrip.pb new file mode 100644 index 0000000000000000000000000000000000000000..abea88a4f45097c813c2e6b96b13ce37ef7e15d7 GIT binary patch literal 8008 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 uy~cH}+jiPjabT0W$Zą + values: + - "408" + weight: 377409178 + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: "401" + operator: +Œ9两 + values: + - "402" + matchFields: + - key: "403" + operator: q=歍þ螗ɃŒGm¨z鋎靀G + values: + - "404" + podAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: hj6/bW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...CqN + operator: DoesNotExist + matchLabels: + ? v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-35840-w4g-27-5s6.q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x18mtxb--kexr-y/oK-.O--5-yp8q_s-1__gw_-z_659GE.l_.23--_6l.-5_Z + : 3Pw_-r75--_-Ao + namespaces: + - "423" + topologyKey: "424" + weight: -1507671981 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: 5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y + operator: Exists + matchLabels: + 1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5: 1--L--v_Z--Zg-_4Q__-v_t_u_.A + namespaces: + - "415" + topologyKey: "416" + podAntiAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: "8" + operator: DoesNotExist + matchLabels: + k407--m-dc---6-q-q0o90--g-09--d5ez1----b69x90/um._fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_VF: 11---.-o7.pJ-4-1WV.-__05._LsuH + namespaces: + - "439" + topologyKey: "440" + weight: 1067925263 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: 1x--i--7-nt-23h-4z-21-sap--h--q0h-t2n4s-6-k5-7-a0w-ke5p-3.nu--17---u7-gl7814ei-07shtq-6---g----9s39z-5/wv3UDf.-4D-5 + operator: NotIn + values: + - l67Q.-_t--O.3L.z2-y.-...C4_-_2G8 + matchLabels: + C--Y_Dp8O_._e_3_.4_W_-_7: p_.----cp__ac8u.._-__BM.6-.Y7 + namespaces: + - "431" + topologyKey: "432" + automountServiceAccountToken: false + containers: + - args: + - "248" + command: + - "247" + env: + - name: "255" + value: "256" + valueFrom: + configMapKeyRef: + key: "262" + name: "261" + optional: false + fieldRef: + apiVersion: "257" + fieldPath: "258" + resourceFieldRef: + containerName: "259" + divisor: "124" + resource: "260" + secretKeyRef: + key: "264" + name: "263" + optional: false + envFrom: + - configMapRef: + name: "253" + optional: true + prefix: "252" + secretRef: + name: "254" + optional: false + image: "246" + imagePullPolicy: ņ + lifecycle: + postStart: + exec: + command: + - "291" + httpGet: + host: "294" + httpHeaders: + - name: "295" + value: "296" + path: "292" + port: "293" + scheme: ­蜷ɔ幩š + tcpSocket: + host: "297" + port: 455833230 + preStop: + exec: + command: + - "298" + httpGet: + host: "300" + httpHeaders: + - name: "301" + value: "302" + path: "299" + port: 1076497581 + scheme: h4ɊHȖ|ʐ + tcpSocket: + host: "303" + port: 248533396 + livenessProbe: + exec: + command: + - "271" + failureThreshold: -205176266 + httpGet: + host: "273" + httpHeaders: + - name: "274" + value: "275" + path: "272" + port: 465486290 + initialDelaySeconds: -2097329452 + periodSeconds: 865289071 + successThreshold: -1829146875 + tcpSocket: + host: "276" + port: -116224247 + timeoutSeconds: 1504385614 + name: "245" + ports: + - containerPort: 2056774277 + hostIP: "251" + hostPort: -778272981 + name: "250" + protocol: 现葢ŵ橨鬶l獕;跣Hǝcw媀瓄&翜舞拉 + readinessProbe: + exec: + command: + - "277" + failureThreshold: -402384013 + httpGet: + host: "279" + httpHeaders: + - name: "280" + value: "281" + path: "278" + port: 234253676 + scheme: ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏 + initialDelaySeconds: -2062708879 + periodSeconds: -141401239 + successThreshold: -1187301925 + tcpSocket: + host: "283" + port: "282" + timeoutSeconds: 215186711 + resources: + limits: + V訆Ǝżŧ: "915" + requests: + +SÄ蚃ɣľ)酊龨Î: "787" + securityContext: + allowPrivilegeEscalation: false + capabilities: + add: + - DŽ髐njʉBn(fǂǢ曣 + drop: + - ay + privileged: false + procMount: 嗆u + readOnlyRootFilesystem: true + runAsGroup: -5996624450771474158 + runAsNonRoot: false + runAsUser: 1958157659034146020 + seLinuxOptions: + level: "308" + role: "306" + type: "307" + user: "305" + seccompProfile: + localhostProfile: "312" + type: 晲T[irȎ3Ĕ\ + windowsOptions: + gmsaCredentialSpec: "310" + gmsaCredentialSpecName: "309" + runAsUserName: "311" + startupProbe: + exec: + command: + - "284" + failureThreshold: -1699531929 + httpGet: + host: "287" + httpHeaders: + - name: "288" + value: "289" + path: "285" + port: "286" + scheme: 鏻砅邻爥 + initialDelaySeconds: 601198286 + periodSeconds: 405193215 + successThreshold: 2129989022 + tcpSocket: + host: "290" + port: -305362540 + timeoutSeconds: 409029209 + terminationMessagePath: "304" + terminationMessagePolicy: 迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ + tty: true + volumeDevices: + - devicePath: "270" + name: "269" + volumeMounts: + - mountPath: "266" + mountPropagation: '"冓鍓贯澔 ƺ蛜6' + name: "265" + readOnly: true + subPath: "267" + subPathExpr: "268" + workingDir: "249" + dnsConfig: + nameservers: + - "447" + options: + - name: "449" + value: "450" + searches: + - "448" + dnsPolicy: :{柯?B + enableServiceLinks: true + ephemeralContainers: + - args: + - "316" + command: + - "315" + env: + - name: "323" + value: "324" + valueFrom: + configMapKeyRef: + key: "330" + name: "329" + optional: true + fieldRef: + apiVersion: "325" + fieldPath: "326" + resourceFieldRef: + containerName: "327" + divisor: "69" + resource: "328" + secretKeyRef: + key: "332" + name: "331" + optional: false + envFrom: + - configMapRef: + name: "321" + optional: true + prefix: "320" + secretRef: + name: "322" + optional: false + image: "314" + imagePullPolicy: tl敷斢杧ż鯀 + lifecycle: + postStart: + exec: + command: + - "360" + httpGet: + host: "362" + httpHeaders: + - name: "363" + value: "364" + path: "361" + port: 1288391156 + scheme: Ǥ桒ɴ鉂WJ1抉泅ą&疀ȼN + tcpSocket: + host: "366" + port: "365" + preStop: + exec: + command: + - "367" + httpGet: + host: "369" + httpHeaders: + - name: "370" + value: "371" + path: "368" + port: 1859267428 + scheme: ȟP + tcpSocket: + host: "372" + port: 1445923603 + livenessProbe: + exec: + command: + - "339" + failureThreshold: -36573584 + httpGet: + host: "342" + httpHeaders: + - name: "343" + value: "344" + path: "340" + port: "341" + scheme: ȥ}礤铟怖ý萜Ǖ + initialDelaySeconds: -1922458514 + periodSeconds: 692511776 + successThreshold: -1231653807 + tcpSocket: + host: "345" + port: -1088996269 + timeoutSeconds: 1480364858 + name: "313" + ports: + - containerPort: -1918622971 + hostIP: "319" + hostPort: -1656699070 + name: "318" + protocol: ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz + readinessProbe: + exec: + command: + - "346" + failureThreshold: -1436899600 + httpGet: + host: "348" + httpHeaders: + - name: "349" + value: "350" + path: "347" + port: -1157640253 + scheme: ×p鬷m罂o3ǰ廋i乳'ȘUɻ; + initialDelaySeconds: -478839383 + periodSeconds: 140830733 + successThreshold: -708495486 + tcpSocket: + host: "352" + port: "351" + timeoutSeconds: 989933975 + resources: + limits: + 1b: "328" + requests: + '}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊': "699" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 鸔ɧWǘ炙 + drop: + - 餸硷 + privileged: true + procMount: ʈʫ羶剹ƊF豎穜 + readOnlyRootFilesystem: true + runAsGroup: 2946116477552625615 + runAsNonRoot: true + runAsUser: 5215323049148402377 + seLinuxOptions: + level: "377" + role: "375" + type: "376" + user: "374" + seccompProfile: + localhostProfile: "381" + type: l咑耖p^鏋 + windowsOptions: + gmsaCredentialSpec: "379" + gmsaCredentialSpecName: "378" + runAsUserName: "380" + startupProbe: + exec: + command: + - "353" + failureThreshold: -1873425934 + httpGet: + host: "356" + httpHeaders: + - name: "357" + value: "358" + path: "354" + port: "355" + scheme: 漤ŗ坟 + initialDelaySeconds: -902839620 + periodSeconds: 1808698094 + successThreshold: 1155232143 + tcpSocket: + host: "359" + port: -1617422199 + timeoutSeconds: -2030665763 + targetContainerName: "382" + terminationMessagePath: "373" + terminationMessagePolicy: 殆诵H玲鑠ĭ$#卛8ð仁Q + tty: true + volumeDevices: + - devicePath: "338" + name: "337" + volumeMounts: + - mountPath: "334" + mountPropagation: Ik(dŊiɢzĮ蛋I + name: "333" + readOnly: true + subPath: "335" + subPathExpr: "336" + workingDir: "317" + hostAliases: + - hostnames: + - "445" + ip: "444" + hostNetwork: true + hostname: "399" + imagePullSecrets: + - name: "398" + initContainers: + - args: + - "178" + command: + - "177" + env: + - name: "185" + value: "186" + valueFrom: + configMapKeyRef: + key: "192" + name: "191" + optional: false + fieldRef: + apiVersion: "187" + fieldPath: "188" + resourceFieldRef: + containerName: "189" + divisor: "573" + resource: "190" + secretKeyRef: + key: "194" + name: "193" + optional: false + envFrom: + - configMapRef: + name: "183" + optional: false + prefix: "182" + secretRef: + name: "184" + optional: false + image: "176" + imagePullPolicy: 昕Ĭ + lifecycle: + postStart: + exec: + command: + - "222" + httpGet: + host: "225" + httpHeaders: + - name: "226" + value: "227" + path: "223" + port: "224" + scheme: '>郵[+扴ȨŮ' + tcpSocket: + host: "229" + port: "228" + preStop: + exec: + command: + - "230" + httpGet: + host: "232" + httpHeaders: + - name: "233" + value: "234" + path: "231" + port: -743369977 + scheme: '>犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4' + tcpSocket: + host: "235" + port: -1224991707 + livenessProbe: + exec: + command: + - "201" + failureThreshold: -1150474479 + httpGet: + host: "203" + httpHeaders: + - name: "204" + value: "205" + path: "202" + port: -1196874390 + scheme: S晒嶗UÐ_ƮA攤 + initialDelaySeconds: 1885897314 + periodSeconds: 1054858106 + successThreshold: 232569106 + tcpSocket: + host: "206" + port: -498930176 + timeoutSeconds: -465677631 + name: "175" + ports: + - containerPort: 377225334 + hostIP: "181" + hostPort: 282592353 + name: "180" + protocol: Ƹ[Ęİ榌U髷裎$MVȟ@7 + readinessProbe: + exec: + command: + - "207" + failureThreshold: 1752155096 + httpGet: + host: "210" + httpHeaders: + - name: "211" + value: "212" + path: "208" + port: "209" + scheme: 8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ + initialDelaySeconds: -2717401 + periodSeconds: -1099429189 + successThreshold: 994072122 + tcpSocket: + host: "214" + port: "213" + timeoutSeconds: -1492565335 + resources: + limits: + ǚ灄鸫rʤî萨zvt: "829" + requests: + 悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\p: "604" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 藢xɮĵȑ6L*Z鐫û咡W< + drop: + - lu|榝$î. + privileged: false + procMount: 朦 wƯ貾坢'跩 + readOnlyRootFilesystem: true + runAsGroup: 8949541422887578058 + runAsNonRoot: true + runAsUser: -7565148469525206101 + seLinuxOptions: + level: "240" + role: "238" + type: "239" + user: "237" + seccompProfile: + localhostProfile: "244" + type: ŕ翑0展} + windowsOptions: + gmsaCredentialSpec: "242" + gmsaCredentialSpecName: "241" + runAsUserName: "243" + startupProbe: + exec: + command: + - "215" + failureThreshold: 785984384 + httpGet: + host: "218" + httpHeaders: + - name: "219" + value: "220" + path: "216" + port: "217" + scheme: Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ + initialDelaySeconds: -1738069460 + periodSeconds: -805795167 + successThreshold: 1791615594 + tcpSocket: + host: "221" + port: -36782737 + timeoutSeconds: -1643733106 + stdinOnce: true + terminationMessagePath: "236" + volumeDevices: + - devicePath: "200" + name: "199" + volumeMounts: + - mountPath: "196" + mountPropagation: ƖHV + name: "195" + readOnly: true + subPath: "197" + subPathExpr: "198" + workingDir: "179" + nodeName: "387" + nodeSelector: + "383": "384" + overhead: + ȩ纾S: "368" + preemptionPolicy: 'n夬LJ:BŐ埑Ô*ɾWȖ韝ƉşʁO^:' + priority: -1221153504 + priorityClassName: "446" + readinessGates: + - conditionType: 媈 + restartPolicy: ȿ醏g遧 + runtimeClassName: "451" + schedulerName: "441" + securityContext: + fsGroup: 4489057930380969432 + fsGroupChangePolicy: ='ʨ|ǓÓ敆OɈÏ 瞍髃 + runAsGroup: -759684899479757878 + runAsNonRoot: false + runAsUser: -1290365495982891537 + seLinuxOptions: + level: "391" + role: "389" + type: "390" + user: "388" + seccompProfile: + localhostProfile: "397" + type: ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn + supplementalGroups: + - 3273247375993523103 + sysctls: + - name: "395" + value: "396" + windowsOptions: + gmsaCredentialSpec: "393" + gmsaCredentialSpecName: "392" + runAsUserName: "394" + serviceAccount: "386" + serviceAccountName: "385" + setHostnameAsFQDN: false + shareProcessNamespace: false + subdomain: "400" + terminationGracePeriodSeconds: -616777763639482630 + tolerations: + - effect: 淵 + key: "442" + operator: Ɖ肆Ző + tolerationSeconds: -1072615283184390308 + value: "443" + topologySpreadConstraints: + - labelSelector: + matchExpressions: + - key: 51-i-d-----9---063-qm-j-3wc89k-0-57z4063--4/rBQ.u + operator: Exists + matchLabels: + jp-z---k-5r6h--y7n.61-cm---ch-g0t-q--qr95ws-v-5--7-ufi-7/35a-1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--.2g: Mqp..__._-J_-fk3-_j.133eT_2_Y + maxSkew: -1568300104 + topologyKey: "452" + whenUnsatisfiable: 潑嫉悔柅ȵ.Ȁ鎧Y冒Ɩ + volumes: + - awsElasticBlockStore: + fsType: "47" + partition: 912004803 + readOnly: true + volumeID: "46" + azureDisk: + cachingMode: '|@?鷅bȻN' + diskName: "110" + diskURI: "111" + fsType: "112" + kind: 榱*Gưoɘ檲 + readOnly: true + azureFile: + readOnly: true + secretName: "96" + shareName: "97" + cephfs: + monitors: + - "81" + path: "82" + secretFile: "84" + secretRef: + name: "85" + user: "83" + cinder: + fsType: "79" + secretRef: + name: "80" + volumeID: "78" + configMap: + defaultMode: 1593906314 + items: + - key: "99" + mode: 195263908 + path: "100" + name: "98" + optional: false + csi: + driver: "142" + fsType: "143" + nodePublishSecretRef: + name: "146" + readOnly: false + volumeAttributes: + "144": "145" + downwardAPI: + defaultMode: 824682619 + items: + - fieldRef: + apiVersion: "89" + fieldPath: "90" + mode: 1569992019 + path: "88" + resourceFieldRef: + containerName: "91" + divisor: "660" + resource: "92" + emptyDir: + medium: Xŋ朘瑥A徙ɶɊł/擇ɦĽ胚O醔ɍ厶耈 + sizeLimit: "473" + ephemeral: + volumeClaimTemplate: + metadata: + annotations: + "154": "155" + clusterName: "160" + creationTimestamp: null + deletionGracePeriodSeconds: 6296624700137074905 + finalizers: + - "159" + generateName: "148" + generation: 6028937828108618026 + labels: + "152": "153" + managedFields: + - apiVersion: "162" + fieldsType: "163" + manager: "161" + operation: ɑ龫`劳&¼傭Ȟ1酃=6}ɡŇƉ立h + name: "147" + namespace: "149" + ownerReferences: + - apiVersion: "156" + blockOwnerDeletion: false + controller: false + kind: "157" + name: "158" + uid: 閝ȝ + resourceVersion: "11451542506523135343" + selfLink: "150" + uid: H巧壚tC十Oɢ + spec: + accessModes: + - '鲡:' + dataSource: + apiGroup: "172" + kind: "173" + name: "174" + resources: + limits: + Ŗȫ焗捏ĨFħ籘: "853" + requests: + zɟ踡肒Ao/樝fw[Řż丩ŽoǠ: "918" + selector: + matchExpressions: + - key: m_0_F03_J + operator: NotIn + values: + - 4FpF_W-6 + matchLabels: + 0-.-yz-0-_p4mz--.I_f6kjsz-7lwY-Y93-6: igm_-._.q6 + storageClassName: "171" + volumeMode: Z1Ůđ眊ľǎɳ,ǿ飏騀呣 + volumeName: "170" + fc: + fsType: "94" + lun: -1740986684 + readOnly: true + targetWWNs: + - "93" + wwids: + - "95" + flexVolume: + driver: "73" + fsType: "74" + options: + "76": "77" + readOnly: true + secretRef: + name: "75" + flocker: + datasetName: "86" + datasetUUID: "87" + gcePersistentDisk: + fsType: "45" + partition: -1188153605 + pdName: "44" + gitRepo: + directory: "50" + repository: "48" + revision: "49" + glusterfs: + endpoints: "63" + path: "64" + readOnly: true + hostPath: + path: "43" + type: ƛƟ)ÙæNǚ錯ƶRquA?瞲Ť倱< + iscsi: + chapAuthDiscovery: true + fsType: "59" + initiatorName: "62" + iqn: "57" + iscsiInterface: "58" + lun: 994527057 + portals: + - "60" + secretRef: + name: "61" + targetPortal: "56" + name: "42" + nfs: + path: "55" + readOnly: true + server: "54" + persistentVolumeClaim: + claimName: "65" + readOnly: true + photonPersistentDisk: + fsType: "114" + pdID: "113" + portworxVolume: + fsType: "129" + readOnly: true + volumeID: "128" + projected: + defaultMode: -1334904807 + sources: + - configMap: + items: + - key: "124" + mode: 2063799569 + path: "125" + name: "123" + optional: false + downwardAPI: + items: + - fieldRef: + apiVersion: "119" + fieldPath: "120" + mode: 173030157 + path: "118" + resourceFieldRef: + containerName: "121" + divisor: "106" + resource: "122" + secret: + items: + - key: "116" + mode: -323584340 + path: "117" + name: "115" + optional: true + serviceAccountToken: + audience: "126" + expirationSeconds: 8357931971650847566 + path: "127" + quobyte: + group: "108" + registry: "105" + tenant: "109" + user: "107" + volume: "106" + rbd: + fsType: "68" + image: "67" + keyring: "71" + monitors: + - "66" + pool: "69" + secretRef: + name: "72" + user: "70" + scaleIO: + fsType: "137" + gateway: "130" + protectionDomain: "133" + secretRef: + name: "132" + storageMode: "135" + storagePool: "134" + system: "131" + volumeName: "136" + secret: + defaultMode: 332383000 + items: + - key: "52" + mode: -547518679 + path: "53" + optional: true + secretName: "51" + storageos: + fsType: "140" + secretRef: + name: "141" + volumeName: "138" + volumeNamespace: "139" + vsphereVolume: + fsType: "102" + storagePolicyID: "104" + storagePolicyName: "103" + volumePath: "101" + updateStrategy: + rollingUpdate: + partition: -83826225 + type: șa汸<ƋlɋN磋镮ȺPÈ + volumeClaimTemplates: + - metadata: + annotations: + "466": "467" + clusterName: "472" + creationTimestamp: null + deletionGracePeriodSeconds: -6486445241316991261 + finalizers: + - "471" + generateName: "460" + generation: -5107762106575809276 + labels: + "464": "465" + managedFields: + - apiVersion: "474" + fieldsType: "475" + manager: "473" + operation: 壛ĐíEd楗鱶镖喗vȥ + name: "459" + namespace: "461" + ownerReferences: + - apiVersion: "468" + blockOwnerDeletion: false + controller: true + kind: "469" + name: "470" + uid: /nēɅĀ埰ʀł!U詨nj1ýǝ + resourceVersion: "8285629342346774721" + selfLink: "462" + uid: S誖Śs垦Ȋ髴T唼=`朇c + spec: + accessModes: + - Y斩I儑瓔¯ + dataSource: + apiGroup: "484" + kind: "485" + name: "486" + resources: + limits: + 涟雒驭堣Qwn:Ʋå譥a超: "19" + requests: + ª韷v简3VǢɾ纤ą¨?ɣ蔫椁Ȕ: "368" + selector: + matchExpressions: + - key: vUK_-.j21---__y.9O.L-.m.3--4 + operator: In + values: + - 37u-h---dY7_M_-._M52 + matchLabels: + ? k--13lk5-e4-u-5kvp-----887j72qz6-7d84-1f396h82----23-6b77f.mgi7-2je7zjt0pp-x0r2gd---yn1/7_._qN__A_f_-B3_U__L.KH6K.RwsfI_2-_20_9.5 + : 8_B-ks7dx + storageClassName: "483" + volumeMode: '''降\4)ȳɍǟm{煰œ憼' + volumeName: "482" + status: + accessModes: + - èƾ竒决瘛Ǫǵ + capacity: + Ǧ澵貛香"砻B鷋: "578" + conditions: + - lastProbeTime: "2230-04-25T02:33:53Z" + lastTransitionTime: "2843-07-14T02:23:26Z" + message: "488" + reason: "487" + status: WU=ȑ-A敲ʉ2腠梊 + type: '|nET¬%ȎdžĤɂR湛' + phase: ʌ槧ą°Z拕獘:pȚ\猫ï卒ú +status: + collisionCount: 1955001098 + conditions: + - lastTransitionTime: "2209-03-11T07:19:12Z" + message: "493" + reason: "492" + status: 觇ƒ幦ų勏Y9=ȳB鼲糰E + type: ;"薑Ȣ#闬輙怀¹bCũw¼ ǫđ槴Ċ + currentReplicas: 1539090224 + currentRevision: "490" + observedGeneration: 4142968120221896284 + readyReplicas: -702578810 + replicas: 1576197985 + updateRevision: "491" + updatedReplicas: -855944448 diff --git a/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta2.DaemonSet.after_roundtrip.json b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta2.DaemonSet.after_roundtrip.json new file mode 100644 index 00000000000..63a3405d882 --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta2.DaemonSet.after_roundtrip.json @@ -0,0 +1,1496 @@ +{ + "kind": "DaemonSet", + "apiVersion": "apps/v1beta2", + "metadata": { + "name": "2", + "generateName": "3", + "namespace": "4", + "selfLink": "5", + "uid": "7", + "resourceVersion": "11042405498087606203", + "generation": 8071137005907523419, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -4955867275792137171, + "labels": { + "7": "8" + }, + "annotations": { + "9": "10" + }, + "ownerReferences": [ + { + "apiVersion": "11", + "kind": "12", + "name": "13", + "uid": "Dz廔ȇ{sŊƏp", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "14" + ], + "clusterName": "15", + "managedFields": [ + { + "manager": "16", + "operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]", + "apiVersion": "17", + "fieldsType": "18" + } + ] + }, + "spec": { + "selector": { + "matchLabels": { + "8---jop9641lg.p-g8c2-k-912e5-c-e63-n-3n/E9.8ThjT9s-j41-0-6p-JFHn7y-74.-0MUORQQ.N2.3": "68._bQw.-dG6c-.6--_x.--0wmZk1_8._3s_-_Bq.m_4" + }, + "matchExpressions": [ + { + "key": "p503---477-49p---o61---4fy--9---7--9-9s-0-u5lj2--10pq-0-7-9-2-0/fP81.-.9Vdx.TB_M-H_5_.t..bG0", + "operator": "In", + "values": [ + "D07.a_.y_y_o0_5qN2_---_M.N_._a6.9bHjdH.-.5_.I8__n" + ] + } + ] + }, + "template": { + "metadata": { + "name": "25", + "generateName": "26", + "namespace": "27", + "selfLink": "28", + "uid": "TʡȂŏ{sǡƟ", + "resourceVersion": "1698285396218902212", + "generation": -4139900758039117471, + "creationTimestamp": null, + "deletionGracePeriodSeconds": 7534629739119643351, + "labels": { + "30": "31" + }, + "annotations": { + "32": "33" + }, + "ownerReferences": [ + { + "apiVersion": "34", + "kind": "35", + "name": "36", + "uid": "^", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "37" + ], + "clusterName": "38", + "managedFields": [ + { + "manager": "39", + "operation": "ĪȸŹăȲϤĦʅ芝", + "apiVersion": "40", + "fieldsType": "41" + } + ] + }, + "spec": { + "volumes": [ + { + "name": "42", + "hostPath": { + "path": "43", + "type": "" + }, + "emptyDir": { + "medium": "ɹ坼É/pȿ", + "sizeLimit": "804" + }, + "gcePersistentDisk": { + "pdName": "44", + "fsType": "45", + "partition": -1318752360 + }, + "awsElasticBlockStore": { + "volumeID": "46", + "fsType": "47", + "partition": -2007808768 + }, + "gitRepo": { + "repository": "48", + "revision": "49", + "directory": "50" + }, + "secret": { + "secretName": "51", + "items": [ + { + "key": "52", + "path": "53", + "mode": 228756891 + } + ], + "defaultMode": 1233814916, + "optional": false + }, + "nfs": { + "server": "54", + "path": "55", + "readOnly": true + }, + "iscsi": { + "targetPortal": "56", + "iqn": "57", + "lun": 408756018, + "iscsiInterface": "58", + "fsType": "59", + "readOnly": true, + "portals": [ + "60" + ], + "chapAuthDiscovery": true, + "chapAuthSession": true, + "secretRef": { + "name": "61" + }, + "initiatorName": "62" + }, + "glusterfs": { + "endpoints": "63", + "path": "64" + }, + "persistentVolumeClaim": { + "claimName": "65", + "readOnly": true + }, + "rbd": { + "monitors": [ + "66" + ], + "image": "67", + "fsType": "68", + "pool": "69", + "user": "70", + "keyring": "71", + "secretRef": { + "name": "72" + }, + "readOnly": true + }, + "flexVolume": { + "driver": "73", + "fsType": "74", + "secretRef": { + "name": "75" + }, + "readOnly": true, + "options": { + "76": "77" + } + }, + "cinder": { + "volumeID": "78", + "fsType": "79", + "secretRef": { + "name": "80" + } + }, + "cephfs": { + "monitors": [ + "81" + ], + "path": "82", + "user": "83", + "secretFile": "84", + "secretRef": { + "name": "85" + } + }, + "flocker": { + "datasetName": "86", + "datasetUUID": "87" + }, + "downwardAPI": { + "items": [ + { + "path": "88", + "fieldRef": { + "apiVersion": "89", + "fieldPath": "90" + }, + "resourceFieldRef": { + "containerName": "91", + "resource": "92", + "divisor": "915" + }, + "mode": -1768075156 + } + ], + "defaultMode": -868808281 + }, + "fc": { + "targetWWNs": [ + "93" + ], + "lun": 570501002, + "fsType": "94", + "wwids": [ + "95" + ] + }, + "azureFile": { + "secretName": "96", + "shareName": "97", + "readOnly": true + }, + "configMap": { + "name": "98", + "items": [ + { + "key": "99", + "path": "100", + "mode": 2020789772 + } + ], + "defaultMode": 952979935, + "optional": false + }, + "vsphereVolume": { + "volumePath": "101", + "fsType": "102", + "storagePolicyName": "103", + "storagePolicyID": "104" + }, + "quobyte": { + "registry": "105", + "volume": "106", + "user": "107", + "group": "108", + "tenant": "109" + }, + "azureDisk": { + "diskName": "110", + "diskURI": "111", + "cachingMode": "k ź贩j瀉ǚrǜnh0åȂ", + "fsType": "112", + "readOnly": false, + "kind": "nj揠8lj黳鈫ʕ禒Ƙá腿ħ缶" + }, + "photonPersistentDisk": { + "pdID": "113", + "fsType": "114" + }, + "projected": { + "sources": [ + { + "secret": { + "name": "115", + "items": [ + { + "key": "116", + "path": "117", + "mode": 675406340 + } + ], + "optional": false + }, + "downwardAPI": { + "items": [ + { + "path": "118", + "fieldRef": { + "apiVersion": "119", + "fieldPath": "120" + }, + "resourceFieldRef": { + "containerName": "121", + "resource": "122", + "divisor": "461" + }, + "mode": -1618937335 + } + ] + }, + "configMap": { + "name": "123", + "items": [ + { + "key": "124", + "path": "125", + "mode": -1126738259 + } + ], + "optional": true + }, + "serviceAccountToken": { + "audience": "126", + "expirationSeconds": -6345861634934949644, + "path": "127" + } + } + ], + "defaultMode": 480521693 + }, + "portworxVolume": { + "volumeID": "128", + "fsType": "129" + }, + "scaleIO": { + "gateway": "130", + "system": "131", + "secretRef": { + "name": "132" + }, + "sslEnabled": true, + "protectionDomain": "133", + "storagePool": "134", + "storageMode": "135", + "volumeName": "136", + "fsType": "137" + }, + "storageos": { + "volumeName": "138", + "volumeNamespace": "139", + "fsType": "140", + "secretRef": { + "name": "141" + } + }, + "csi": { + "driver": "142", + "readOnly": true, + "fsType": "143", + "volumeAttributes": { + "144": "145" + }, + "nodePublishSecretRef": { + "name": "146" + } + }, + "ephemeral": { + "volumeClaimTemplate": { + "metadata": { + "name": "147", + "generateName": "148", + "namespace": "149", + "selfLink": "150", + "uid": "溟ɴ扵閝ȝ鐵儣廡ɑ龫`劳\u0026¼", + "resourceVersion": "1248703441945830579", + "generation": 3849874053153949822, + "creationTimestamp": null, + "deletionGracePeriodSeconds": 2974444584632416014, + "labels": { + "152": "153" + }, + "annotations": { + "154": "155" + }, + "ownerReferences": [ + { + "apiVersion": "156", + "kind": "157", + "name": "158", + "uid": "oɘ檲ɨ銦妰黖ȓ", + "controller": true, + "blockOwnerDeletion": false + } + ], + "finalizers": [ + "159" + ], + "clusterName": "160", + "managedFields": [ + { + "manager": "161", + "operation": "獵偐ę腬瓷碑=ɉ鎷卩蝾H韹寬娬ï瓼", + "apiVersion": "162", + "fieldsType": "163" + } + ] + }, + "spec": { + "accessModes": [ + "酃=6}ɡŇƉ立hdz緄Ú|dk_瀹鞎" + ], + "selector": { + "matchLabels": { + "o-03-t-0-035--5b95w------4-n4f--139-295at-o7qff2/v2.-_-8wE._._3.-.83_iq_-y.-25C.A-j..9dfn38": "m_zm-.-_RJt2pX_2_28.6" + }, + "matchExpressions": [ + { + "key": "Wik_--DSXr.n-A9..9__Y-H-Mqpt._.-_..051", + "operator": "DoesNotExist" + } + ] + }, + "resources": { + "limits": { + "âĺɗŹ倗S晒嶗UÐ_ƮA攤/ɸɎ ": "648" + }, + "requests": { + "鴒翁杙Ŧ癃8鸖ɱJȉ罴ņ螡": "212" + } + }, + "volumeName": "170", + "storageClassName": "171", + "volumeMode": "dz娝嘚庎D}埽uʎȺ眖R#yV'WK", + "dataSource": { + "apiGroup": "172", + "kind": "173", + "name": "174" + } + } + } + } + } + ], + "initContainers": [ + { + "name": "175", + "image": "176", + "command": [ + "177" + ], + "args": [ + "178" + ], + "workingDir": "179", + "ports": [ + { + "name": "180", + "hostPort": 852780575, + "containerPort": -1252938503, + "protocol": "Opwǩ曬逴褜1ØœȠƬQg鄠", + "hostIP": "181" + } + ], + "envFrom": [ + { + "prefix": "182", + "configMapRef": { + "name": "183", + "optional": false + }, + "secretRef": { + "name": "184", + "optional": false + } + } + ], + "env": [ + { + "name": "185", + "value": "186", + "valueFrom": { + "fieldRef": { + "apiVersion": "187", + "fieldPath": "188" + }, + "resourceFieldRef": { + "containerName": "189", + "resource": "190", + "divisor": "139" + }, + "configMapKeyRef": { + "name": "191", + "key": "192", + "optional": true + }, + "secretKeyRef": { + "name": "193", + "key": "194", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "LĹ]佱¿\u003e犵殇ŕ-Ɂ圯W:ĸ輦唊": "807" + }, + "requests": { + "嚧ʣq埄": "936" + } + }, + "volumeMounts": [ + { + "name": "195", + "mountPath": "196", + "subPath": "197", + "mountPropagation": "#嬀ơŸ8T 苧yñKJɐ扵Gƚ绤f", + "subPathExpr": "198" + } + ], + "volumeDevices": [ + { + "name": "199", + "devicePath": "200" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "201" + ] + }, + "httpGet": { + "path": "202", + "port": "203", + "host": "204", + "scheme": "u|榝$î.Ȏ蝪ʜ5遰=E埄Ȁ", + "httpHeaders": [ + { + "name": "205", + "value": "206" + } + ] + }, + "tcpSocket": { + "port": 1714588921, + "host": "207" + }, + "initialDelaySeconds": -1246371817, + "timeoutSeconds": 617318981, + "periodSeconds": 432291364, + "successThreshold": 676578360, + "failureThreshold": -552281772 + }, + "readinessProbe": { + "exec": { + "command": [ + "208" + ] + }, + "httpGet": { + "path": "209", + "port": 1777326813, + "host": "210", + "scheme": "ǟi\u0026皥贸碔lNKƙ順\\E¦", + "httpHeaders": [ + { + "name": "211", + "value": "212" + } + ] + }, + "tcpSocket": { + "port": "213", + "host": "214" + }, + "initialDelaySeconds": 1868887309, + "timeoutSeconds": -528664199, + "periodSeconds": -316996074, + "successThreshold": 1933968533, + "failureThreshold": 549215478 + }, + "startupProbe": { + "exec": { + "command": [ + "215" + ] + }, + "httpGet": { + "path": "216", + "port": -374766088, + "host": "217", + "scheme": "翜舞拉Œ", + "httpHeaders": [ + { + "name": "218", + "value": "219" + } + ] + }, + "tcpSocket": { + "port": "220", + "host": "221" + }, + "initialDelaySeconds": -190183379, + "timeoutSeconds": -940334911, + "periodSeconds": -341287812, + "successThreshold": 2030115750, + "failureThreshold": 1847163341 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "222" + ] + }, + "httpGet": { + "path": "223", + "port": -816630929, + "host": "224", + "httpHeaders": [ + { + "name": "225", + "value": "226" + } + ] + }, + "tcpSocket": { + "port": 1965273344, + "host": "227" + } + }, + "preStop": { + "exec": { + "command": [ + "228" + ] + }, + "httpGet": { + "path": "229", + "port": "230", + "host": "231", + "scheme": "SÄ蚃ɣľ)酊龨δ摖ȱğ_\u003c", + "httpHeaders": [ + { + "name": "232", + "value": "233" + } + ] + }, + "tcpSocket": { + "port": -385597677, + "host": "234" + } + } + }, + "terminationMessagePath": "235", + "terminationMessagePolicy": "橈'", + "imagePullPolicy": "Ɖ飴ɎiǨ", + "securityContext": { + "capabilities": { + "add": [ + "ǵɐ鰥Z" + ], + "drop": [ + "´DÒȗÔÂɘɢ鬍熖B芭花ª瘡" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "236", + "role": "237", + "type": "238", + "level": "239" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "240", + "gmsaCredentialSpec": "241", + "runAsUserName": "242" + }, + "runAsUser": -1666202510534940446, + "runAsGroup": 2823592889848840099, + "runAsNonRoot": false, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "ƲǦŐnj汰", + "seccompProfile": { + "type": "ŕİi騎C", + "localhostProfile": "243" + } + }, + "tty": true + } + ], + "containers": [ + { + "name": "244", + "image": "245", + "command": [ + "246" + ], + "args": [ + "247" + ], + "workingDir": "248", + "ports": [ + { + "name": "249", + "hostPort": -57730414, + "containerPort": -852140121, + "protocol": "ȣ±p", + "hostIP": "250" + } + ], + "envFrom": [ + { + "prefix": "251", + "configMapRef": { + "name": "252", + "optional": true + }, + "secretRef": { + "name": "253", + "optional": true + } + } + ], + "env": [ + { + "name": "254", + "value": "255", + "valueFrom": { + "fieldRef": { + "apiVersion": "256", + "fieldPath": "257" + }, + "resourceFieldRef": { + "containerName": "258", + "resource": "259", + "divisor": "277" + }, + "configMapKeyRef": { + "name": "260", + "key": "261", + "optional": true + }, + "secretKeyRef": { + "name": "262", + "key": "263", + "optional": true + } + } + } + ], + "resources": { + "limits": { + "斩ìh4ɊHȖ|ʐşƧ諔迮ƙIJ": "850" + }, + "requests": { + "jʒǚ鍰\\縑ɀ撑¼蠾8餑噭Dµ": "635" + } + }, + "volumeMounts": [ + { + "name": "264", + "mountPath": "265", + "subPath": "266", + "mountPropagation": "衷,ƷƣMț譎懚", + "subPathExpr": "267" + } + ], + "volumeDevices": [ + { + "name": "268", + "devicePath": "269" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "270" + ] + }, + "httpGet": { + "path": "271", + "port": 872525702, + "host": "272", + "scheme": "ay", + "httpHeaders": [ + { + "name": "273", + "value": "274" + } + ] + }, + "tcpSocket": { + "port": "275", + "host": "276" + }, + "initialDelaySeconds": 628632965, + "timeoutSeconds": 552654052, + "periodSeconds": -1396197931, + "successThreshold": -1114385515, + "failureThreshold": 2144856253 + }, + "readinessProbe": { + "exec": { + "command": [ + "277" + ] + }, + "httpGet": { + "path": "278", + "port": -1186720090, + "host": "279", + "scheme": "增猍ǵ xǨŴ壶ƵfȽÃ茓pȓɻ", + "httpHeaders": [ + { + "name": "280", + "value": "281" + } + ] + }, + "tcpSocket": { + "port": "282", + "host": "283" + }, + "initialDelaySeconds": 1737172479, + "timeoutSeconds": -767058113, + "periodSeconds": 1223564938, + "successThreshold": 1241693652, + "failureThreshold": 1803882645 + }, + "startupProbe": { + "exec": { + "command": [ + "284" + ] + }, + "httpGet": { + "path": "285", + "port": "286", + "host": "287", + "scheme": "賞ǧĒzŔ瘍N", + "httpHeaders": [ + { + "name": "288", + "value": "289" + } + ] + }, + "tcpSocket": { + "port": -531787516, + "host": "290" + }, + "initialDelaySeconds": 2073630689, + "timeoutSeconds": -830875556, + "periodSeconds": -1395144116, + "successThreshold": -684167223, + "failureThreshold": -751455207 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "291" + ] + }, + "httpGet": { + "path": "292", + "port": "293", + "host": "294", + "scheme": "磉反", + "httpHeaders": [ + { + "name": "295", + "value": "296" + } + ] + }, + "tcpSocket": { + "port": -313085430, + "host": "297" + } + }, + "preStop": { + "exec": { + "command": [ + "298" + ] + }, + "httpGet": { + "path": "299", + "port": 413903479, + "host": "300", + "scheme": "ɛ棕ƈ眽炊礫Ƽ¨Ix糂", + "httpHeaders": [ + { + "name": "301", + "value": "302" + } + ] + }, + "tcpSocket": { + "port": "303", + "host": "304" + } + } + }, + "terminationMessagePath": "305", + "terminationMessagePolicy": "ǚŜEuEy竬ʆɞ", + "imagePullPolicy": "焬CQm坊柩", + "securityContext": { + "capabilities": { + "add": [ + "[ƕƑĝ®EĨǔvÄÚ" + ], + "drop": [ + "p鬷m罂o3ǰ廋i乳'" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "306", + "role": "307", + "type": "308", + "level": "309" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "310", + "gmsaCredentialSpec": "311", + "runAsUserName": "312" + }, + "runAsUser": 2506229153551047343, + "runAsGroup": 3258181973067899469, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": false, + "procMount": "蠲$ɛ溢臜裡", + "seccompProfile": { + "type": "銵-紑浘牬釼aTG", + "localhostProfile": "313" + } + }, + "stdin": true + } + ], + "ephemeralContainers": [ + { + "name": "314", + "image": "315", + "command": [ + "316" + ], + "args": [ + "317" + ], + "workingDir": "318", + "ports": [ + { + "name": "319", + "hostPort": -92253969, + "containerPort": 243566659, + "protocol": "×DJɶ羹ƞʓ%ʝ`ǭ躌ñ?卶滿筇", + "hostIP": "320" + } + ], + "envFrom": [ + { + "prefix": "321", + "configMapRef": { + "name": "322", + "optional": false + }, + "secretRef": { + "name": "323", + "optional": true + } + } + ], + "env": [ + { + "name": "324", + "value": "325", + "valueFrom": { + "fieldRef": { + "apiVersion": "326", + "fieldPath": "327" + }, + "resourceFieldRef": { + "containerName": "328", + "resource": "329", + "divisor": "574" + }, + "configMapKeyRef": { + "name": "330", + "key": "331", + "optional": true + }, + "secretKeyRef": { + "name": "332", + "key": "333", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "ĭ$": "530" + }, + "requests": { + "«V¯ÁȦtl敷": "698" + } + }, + "volumeMounts": [ + { + "name": "334", + "mountPath": "335", + "subPath": "336", + "mountPropagation": "Ű藛b磾sYȠ繽敮ǰ", + "subPathExpr": "337" + } + ], + "volumeDevices": [ + { + "name": "338", + "devicePath": "339" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "340" + ] + }, + "httpGet": { + "path": "341", + "port": 731136838, + "host": "342", + "scheme": "繡旹翃ɾ氒ĺʈʫ羶剹Ɗ", + "httpHeaders": [ + { + "name": "343", + "value": "344" + } + ] + }, + "tcpSocket": { + "port": -183458945, + "host": "345" + }, + "initialDelaySeconds": -1223327585, + "timeoutSeconds": -99080494, + "periodSeconds": -1531582553, + "successThreshold": 1474671869, + "failureThreshold": 1471419756 + }, + "readinessProbe": { + "exec": { + "command": [ + "346" + ] + }, + "httpGet": { + "path": "347", + "port": 892837330, + "host": "348", + "scheme": "気Ƀ秮ò", + "httpHeaders": [ + { + "name": "349", + "value": "350" + } + ] + }, + "tcpSocket": { + "port": "351", + "host": "352" + }, + "initialDelaySeconds": -1649234654, + "timeoutSeconds": -263708518, + "periodSeconds": 541943046, + "successThreshold": 1502194981, + "failureThreshold": 1447996588 + }, + "startupProbe": { + "exec": { + "command": [ + "353" + ] + }, + "httpGet": { + "path": "354", + "port": "355", + "host": "356", + "scheme": "đ\u003e*劶?", + "httpHeaders": [ + { + "name": "357", + "value": "358" + } + ] + }, + "tcpSocket": { + "port": -176877925, + "host": "359" + }, + "initialDelaySeconds": 1008425444, + "timeoutSeconds": -821592382, + "periodSeconds": 1678953375, + "successThreshold": 1045190247, + "failureThreshold": 1805682547 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "360" + ] + }, + "httpGet": { + "path": "361", + "port": 1767555420, + "host": "362", + "scheme": "e", + "httpHeaders": [ + { + "name": "363", + "value": "364" + } + ] + }, + "tcpSocket": { + "port": "365", + "host": "366" + } + }, + "preStop": { + "exec": { + "command": [ + "367" + ] + }, + "httpGet": { + "path": "368", + "port": -1452767599, + "host": "369", + "scheme": " 瞍髃#ɣȕ", + "httpHeaders": [ + { + "name": "370", + "value": "371" + } + ] + }, + "tcpSocket": { + "port": "372", + "host": "373" + } + } + }, + "terminationMessagePath": "374", + "terminationMessagePolicy": "s梊ɥʋăƻ遲njlȘ鹾K", + "imagePullPolicy": "O_h盌3+Œ9两@8Byß讪Ă2", + "securityContext": { + "capabilities": { + "add": [ + "m葰賦迾娙ƴ4虵p蓋沥7uPƒw©ɴĶ" + ], + "drop": [ + "" + ] + }, + "privileged": true, + "seLinuxOptions": { + "user": "375", + "role": "376", + "type": "377", + "level": "378" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "379", + "gmsaCredentialSpec": "380", + "runAsUserName": "381" + }, + "runAsUser": 6816267869367451869, + "runAsGroup": 9111865674949727136, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": false, + "procMount": "Ř筿", + "seccompProfile": { + "type": "5Ų買霎ȃň[\u003eą S", + "localhostProfile": "382" + } + }, + "stdinOnce": true, + "targetContainerName": "383" + } + ], + "restartPolicy": "'呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG", + "terminationGracePeriodSeconds": -155552760352472950, + "activeDeadlineSeconds": 7109959542220202422, + "dnsPolicy": "#t(ȗŜŲ\u0026洪y儕l", + "nodeSelector": { + "384": "385" + }, + "serviceAccountName": "386", + "serviceAccount": "387", + "automountServiceAccountToken": false, + "nodeName": "388", + "hostNetwork": true, + "hostIPC": true, + "shareProcessNamespace": false, + "securityContext": { + "seLinuxOptions": { + "user": "389", + "role": "390", + "type": "391", + "level": "392" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "393", + "gmsaCredentialSpec": "394", + "runAsUserName": "395" + }, + "runAsUser": 4841944355356012825, + "runAsGroup": -4962946920772050319, + "runAsNonRoot": true, + "supplementalGroups": [ + 5695420257629724684 + ], + "fsGroup": -4548866432246561416, + "sysctls": [ + { + "name": "396", + "value": "397" + } + ], + "fsGroupChangePolicy": "Ð扬", + "seccompProfile": { + "type": "惍EʦŊĊ娮rȧ", + "localhostProfile": "398" + } + }, + "imagePullSecrets": [ + { + "name": "399" + } + ], + "hostname": "400", + "subdomain": "401", + "affinity": { + "nodeAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": { + "nodeSelectorTerms": [ + { + "matchExpressions": [ + { + "key": "402", + "operator": "ɳ礬.b屏ɧeʫį淓¯Ą0", + "values": [ + "403" + ] + } + ], + "matchFields": [ + { + "key": "404", + "operator": "鮽ǍJB膾扉A­1襏櫯³£h刪q塨", + "values": [ + "405" + ] + } + ] + } + ] + }, + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -177041290, + "preference": { + "matchExpressions": [ + { + "key": "406", + "operator": "聧扈4ƫZ", + "values": [ + "407" + ] + } + ], + "matchFields": [ + { + "key": "408", + "operator": " ɲ±", + "values": [ + "409" + ] + } + ] + } + } + ] + }, + "podAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "p_N-1": "O-BZ..6-1.S-B3_.b7" + }, + "matchExpressions": [ + { + "key": "1rhm-5y--z-0/5eQ9", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "416" + ], + "topologyKey": "417" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -2092358209, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "nn093-pi-9o-l4-vo5byp8q-sf1--gw-jz/F_06.eqk5L": "3zHw.H__V.Vz_6.Hz_V_.r_v_._e_7" + }, + "matchExpressions": [ + { + "key": "yps4483-o--3f1p7--43nw-l-x18mtb/mLlx...w_t-_.5.40Rw4gD.._.-x6db-L7.-__-G_2kCpH", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "424" + ], + "topologyKey": "425" + } + } + ] + }, + "podAntiAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "H1_-ODgC_1-_8__T3sn-0_.i__a.O2G_-_K-0": "8mp.-10KkQ-R_R.-.--4_IT_O__3.5h_XC0_-7.-hj-O" + }, + "matchExpressions": [ + { + "key": "I.4_W_-_-7Tp_.---c", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "432" + ], + "topologyKey": "433" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -1084136601, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "6n-f-x--i-b/K_BM.6-.Y_72-_--pT75-.emV__1-wv3UDf.4": "2_uGGP..-_N_h_4Hl-X0_2--__4K..-68-7l" + }, + "matchExpressions": [ + { + "key": "2--4-r4p--w1k8--y.e2-08vc--4-7hdum1-f-7-k8q/YD-Q9_-__..YNFu7Pg-.814e-_07-ht-E6___-X__H.-39-A_-_l67Q.-t", + "operator": "NotIn", + "values": [ + "Oep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o..p_B-d--Q2" + ] + } + ] + }, + "namespaces": [ + "440" + ], + "topologyKey": "441" + } + } + ] + } + }, + "schedulerName": "442", + "tolerations": [ + { + "key": "443", + "operator": "Ž彙pg稠氦Ņs", + "value": "444", + "effect": "ưg", + "tolerationSeconds": 7158818521862381855 + } + ], + "hostAliases": [ + { + "ip": "445", + "hostnames": [ + "446" + ] + } + ], + "priorityClassName": "447", + "priority": 197024033, + "dnsConfig": { + "nameservers": [ + "448" + ], + "searches": [ + "449" + ], + "options": [ + { + "name": "450", + "value": "451" + } + ] + }, + "readinessGates": [ + { + "conditionType": "" + } + ], + "runtimeClassName": "452", + "enableServiceLinks": false, + "preemptionPolicy": "礗渶", + "overhead": { + "[IŚȆĸsǞÃ+?Ď筌ʨ:": "664" + }, + "topologySpreadConstraints": [ + { + "maxSkew": -918148948, + "topologyKey": "453", + "whenUnsatisfiable": "亪鸑躓1Ǐ詁Ȟ鮩ĺJCuɖc", + "labelSelector": { + "matchLabels": { + "cg-w2q76.6-7w-tdt-u-0----p6l-3-znd-8b-dg--1035ad1o-d-6-bk81-3s/s-g__.2": "3N_.n1.--.._-x_4..u2-__3uM77U7._pT-___-_5-6h_K7" + }, + "matchExpressions": [ + { + "key": "37-ufi-q7u0ux-qv4kd-36---9-d-6s83--r-vkm.8fmt4272r--49u-0m7u-----v---4b---h-wyux--4t7k--e--x--3/fdw.3-._CJ4a1._-_CH-6", + "operator": "DoesNotExist" + } + ] + } + } + ], + "setHostnameAsFQDN": true + } + }, + "updateStrategy": { + "type": "翘ǼZ熝Ʊ宷泐ɻvŰ`Ǧɝ憑ǖ菐u", + "rollingUpdate": { + "maxUnavailable": 2 + } + }, + "minReadySeconds": -985724127, + "revisionHistoryLimit": 2137111260 + }, + "status": { + "currentNumberScheduled": 408491268, + "numberMisscheduled": -1833348558, + "desiredNumberScheduled": 1883709155, + "numberReady": 484752614, + "observedGeneration": 3359608726763190142, + "updatedNumberScheduled": 1401559245, + "numberAvailable": -406189540, + "numberUnavailable": -2095625968, + "collisionCount": 223996911, + "conditions": [ + { + "type": "Y囙邵鄨o鷺ɷ裝TG奟cõ乨厰ʚ±", + "status": "楗鱶镖喗vȥ倉螆ȨX\u003e,«ɒó", + "lastTransitionTime": "2480-06-05T07:37:49Z", + "reason": "460", + "message": "461" + } + ] + } +} \ No newline at end of file diff --git a/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta2.DaemonSet.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta2.DaemonSet.after_roundtrip.pb new file mode 100644 index 0000000000000000000000000000000000000000..a158f1b0f3e57f79e71a240b532508ed46a36a48 GIT binary patch literal 7240 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ą S + windowsOptions: + gmsaCredentialSpec: "380" + gmsaCredentialSpecName: "379" + runAsUserName: "381" + startupProbe: + exec: + command: + - "353" + failureThreshold: 1805682547 + httpGet: + host: "356" + httpHeaders: + - name: "357" + value: "358" + path: "354" + port: "355" + scheme: đ>*劶? + initialDelaySeconds: 1008425444 + periodSeconds: 1678953375 + successThreshold: 1045190247 + tcpSocket: + host: "359" + port: -176877925 + timeoutSeconds: -821592382 + stdinOnce: true + targetContainerName: "383" + terminationMessagePath: "374" + terminationMessagePolicy: s梊ɥʋăƻ遲njlȘ鹾K + volumeDevices: + - devicePath: "339" + name: "338" + volumeMounts: + - mountPath: "335" + mountPropagation: Ű藛b磾sYȠ繽敮ǰ + name: "334" + subPath: "336" + subPathExpr: "337" + workingDir: "318" + hostAliases: + - hostnames: + - "446" + ip: "445" + hostIPC: true + hostNetwork: true + hostname: "400" + imagePullSecrets: + - name: "399" + initContainers: + - args: + - "178" + command: + - "177" + env: + - name: "185" + value: "186" + valueFrom: + configMapKeyRef: + key: "192" + name: "191" + optional: true + fieldRef: + apiVersion: "187" + fieldPath: "188" + resourceFieldRef: + containerName: "189" + divisor: "139" + resource: "190" + secretKeyRef: + key: "194" + name: "193" + optional: false + envFrom: + - configMapRef: + name: "183" + optional: false + prefix: "182" + secretRef: + name: "184" + optional: false + image: "176" + imagePullPolicy: Ɖ飴ɎiǨ + lifecycle: + postStart: + exec: + command: + - "222" + httpGet: + host: "224" + httpHeaders: + - name: "225" + value: "226" + path: "223" + port: -816630929 + tcpSocket: + host: "227" + port: 1965273344 + preStop: + exec: + command: + - "228" + httpGet: + host: "231" + httpHeaders: + - name: "232" + value: "233" + path: "229" + port: "230" + scheme: SÄ蚃ɣľ)酊龨δ摖ȱğ_< + tcpSocket: + host: "234" + port: -385597677 + livenessProbe: + exec: + command: + - "201" + failureThreshold: -552281772 + httpGet: + host: "204" + httpHeaders: + - name: "205" + value: "206" + path: "202" + port: "203" + scheme: u|榝$î.Ȏ蝪ʜ5遰=E埄Ȁ + initialDelaySeconds: -1246371817 + periodSeconds: 432291364 + successThreshold: 676578360 + tcpSocket: + host: "207" + port: 1714588921 + timeoutSeconds: 617318981 + name: "175" + ports: + - containerPort: -1252938503 + hostIP: "181" + hostPort: 852780575 + name: "180" + protocol: Opwǩ曬逴褜1ØœȠƬQg鄠 + readinessProbe: + exec: + command: + - "208" + failureThreshold: 549215478 + httpGet: + host: "210" + httpHeaders: + - name: "211" + value: "212" + path: "209" + port: 1777326813 + scheme: ǟi&皥贸碔lNKƙ順\E¦ + initialDelaySeconds: 1868887309 + periodSeconds: -316996074 + successThreshold: 1933968533 + tcpSocket: + host: "214" + port: "213" + timeoutSeconds: -528664199 + resources: + limits: + LĹ]佱¿>犵殇ŕ-Ɂ圯W:ĸ輦唊: "807" + requests: + 嚧ʣq埄: "936" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - ǵɐ鰥Z + drop: + - ´DÒȗÔÂɘɢ鬍熖B芭花ª瘡 + privileged: false + procMount: ƲǦŐnj汰 + readOnlyRootFilesystem: true + runAsGroup: 2823592889848840099 + runAsNonRoot: false + runAsUser: -1666202510534940446 + seLinuxOptions: + level: "239" + role: "237" + type: "238" + user: "236" + seccompProfile: + localhostProfile: "243" + type: ŕİi騎C + windowsOptions: + gmsaCredentialSpec: "241" + gmsaCredentialSpecName: "240" + runAsUserName: "242" + startupProbe: + exec: + command: + - "215" + failureThreshold: 1847163341 + httpGet: + host: "217" + httpHeaders: + - name: "218" + value: "219" + path: "216" + port: -374766088 + scheme: 翜舞拉Œ + initialDelaySeconds: -190183379 + periodSeconds: -341287812 + successThreshold: 2030115750 + tcpSocket: + host: "221" + port: "220" + timeoutSeconds: -940334911 + terminationMessagePath: "235" + terminationMessagePolicy: 橈' + tty: true + volumeDevices: + - devicePath: "200" + name: "199" + volumeMounts: + - mountPath: "196" + mountPropagation: '#嬀ơŸ8T 苧yñKJɐ扵Gƚ绤f' + name: "195" + subPath: "197" + subPathExpr: "198" + workingDir: "179" + nodeName: "388" + nodeSelector: + "384": "385" + overhead: + '[IŚȆĸsǞÃ+?Ď筌ʨ:': "664" + preemptionPolicy: 礗渶 + priority: 197024033 + priorityClassName: "447" + readinessGates: + - conditionType: "" + restartPolicy: '''呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG' + runtimeClassName: "452" + schedulerName: "442" + securityContext: + fsGroup: -4548866432246561416 + fsGroupChangePolicy: Ð扬 + runAsGroup: -4962946920772050319 + runAsNonRoot: true + runAsUser: 4841944355356012825 + seLinuxOptions: + level: "392" + role: "390" + type: "391" + user: "389" + seccompProfile: + localhostProfile: "398" + type: 惍EʦŊĊ娮rȧ + supplementalGroups: + - 5695420257629724684 + sysctls: + - name: "396" + value: "397" + windowsOptions: + gmsaCredentialSpec: "394" + gmsaCredentialSpecName: "393" + runAsUserName: "395" + serviceAccount: "387" + serviceAccountName: "386" + setHostnameAsFQDN: true + shareProcessNamespace: false + subdomain: "401" + terminationGracePeriodSeconds: -155552760352472950 + tolerations: + - effect: ưg + key: "443" + operator: Ž彙pg稠氦Ņs + tolerationSeconds: 7158818521862381855 + value: "444" + topologySpreadConstraints: + - labelSelector: + matchExpressions: + - key: 37-ufi-q7u0ux-qv4kd-36---9-d-6s83--r-vkm.8fmt4272r--49u-0m7u-----v---4b---h-wyux--4t7k--e--x--3/fdw.3-._CJ4a1._-_CH-6 + operator: DoesNotExist + matchLabels: + cg-w2q76.6-7w-tdt-u-0----p6l-3-znd-8b-dg--1035ad1o-d-6-bk81-3s/s-g__.2: 3N_.n1.--.._-x_4..u2-__3uM77U7._pT-___-_5-6h_K7 + maxSkew: -918148948 + topologyKey: "453" + whenUnsatisfiable: 亪鸑躓1Ǐ詁Ȟ鮩ĺJCuɖc + volumes: + - awsElasticBlockStore: + fsType: "47" + partition: -2007808768 + volumeID: "46" + azureDisk: + cachingMode: k ź贩j瀉ǚrǜnh0åȂ + diskName: "110" + diskURI: "111" + fsType: "112" + kind: nj揠8lj黳鈫ʕ禒Ƙá腿ħ缶 + readOnly: false + azureFile: + readOnly: true + secretName: "96" + shareName: "97" + cephfs: + monitors: + - "81" + path: "82" + secretFile: "84" + secretRef: + name: "85" + user: "83" + cinder: + fsType: "79" + secretRef: + name: "80" + volumeID: "78" + configMap: + defaultMode: 952979935 + items: + - key: "99" + mode: 2020789772 + path: "100" + name: "98" + optional: false + csi: + driver: "142" + fsType: "143" + nodePublishSecretRef: + name: "146" + readOnly: true + volumeAttributes: + "144": "145" + downwardAPI: + defaultMode: -868808281 + items: + - fieldRef: + apiVersion: "89" + fieldPath: "90" + mode: -1768075156 + path: "88" + resourceFieldRef: + containerName: "91" + divisor: "915" + resource: "92" + emptyDir: + medium: ɹ坼É/pȿ + sizeLimit: "804" + ephemeral: + volumeClaimTemplate: + metadata: + annotations: + "154": "155" + clusterName: "160" + creationTimestamp: null + deletionGracePeriodSeconds: 2974444584632416014 + finalizers: + - "159" + generateName: "148" + generation: 3849874053153949822 + labels: + "152": "153" + managedFields: + - apiVersion: "162" + fieldsType: "163" + manager: "161" + operation: 獵偐ę腬瓷碑=ɉ鎷卩蝾H韹寬娬ï瓼 + name: "147" + namespace: "149" + ownerReferences: + - apiVersion: "156" + blockOwnerDeletion: false + controller: true + kind: "157" + name: "158" + uid: oɘ檲ɨ銦妰黖ȓ + resourceVersion: "1248703441945830579" + selfLink: "150" + uid: 溟ɴ扵閝ȝ鐵儣廡ɑ龫`劳&¼ + spec: + accessModes: + - 酃=6}ɡŇƉ立hdz緄Ú|dk_瀹鞎 + dataSource: + apiGroup: "172" + kind: "173" + name: "174" + resources: + limits: + 'âĺɗŹ倗S晒嶗UÐ_ƮA攤/ɸɎ ': "648" + requests: + 鴒翁杙Ŧ癃8鸖ɱJȉ罴ņ螡: "212" + selector: + matchExpressions: + - key: Wik_--DSXr.n-A9..9__Y-H-Mqpt._.-_..051 + operator: DoesNotExist + matchLabels: + o-03-t-0-035--5b95w------4-n4f--139-295at-o7qff2/v2.-_-8wE._._3.-.83_iq_-y.-25C.A-j..9dfn38: m_zm-.-_RJt2pX_2_28.6 + storageClassName: "171" + volumeMode: dz娝嘚庎D}埽uʎȺ眖R#yV'WK + volumeName: "170" + fc: + fsType: "94" + lun: 570501002 + targetWWNs: + - "93" + wwids: + - "95" + flexVolume: + driver: "73" + fsType: "74" + options: + "76": "77" + readOnly: true + secretRef: + name: "75" + flocker: + datasetName: "86" + datasetUUID: "87" + gcePersistentDisk: + fsType: "45" + partition: -1318752360 + pdName: "44" + gitRepo: + directory: "50" + repository: "48" + revision: "49" + glusterfs: + endpoints: "63" + path: "64" + hostPath: + path: "43" + type: "" + iscsi: + chapAuthDiscovery: true + chapAuthSession: true + fsType: "59" + initiatorName: "62" + iqn: "57" + iscsiInterface: "58" + lun: 408756018 + portals: + - "60" + readOnly: true + secretRef: + name: "61" + targetPortal: "56" + name: "42" + nfs: + path: "55" + readOnly: true + server: "54" + persistentVolumeClaim: + claimName: "65" + readOnly: true + photonPersistentDisk: + fsType: "114" + pdID: "113" + portworxVolume: + fsType: "129" + volumeID: "128" + projected: + defaultMode: 480521693 + sources: + - configMap: + items: + - key: "124" + mode: -1126738259 + path: "125" + name: "123" + optional: true + downwardAPI: + items: + - fieldRef: + apiVersion: "119" + fieldPath: "120" + mode: -1618937335 + path: "118" + resourceFieldRef: + containerName: "121" + divisor: "461" + resource: "122" + secret: + items: + - key: "116" + mode: 675406340 + path: "117" + name: "115" + optional: false + serviceAccountToken: + audience: "126" + expirationSeconds: -6345861634934949644 + path: "127" + quobyte: + group: "108" + registry: "105" + tenant: "109" + user: "107" + volume: "106" + rbd: + fsType: "68" + image: "67" + keyring: "71" + monitors: + - "66" + pool: "69" + readOnly: true + secretRef: + name: "72" + user: "70" + scaleIO: + fsType: "137" + gateway: "130" + protectionDomain: "133" + secretRef: + name: "132" + sslEnabled: true + storageMode: "135" + storagePool: "134" + system: "131" + volumeName: "136" + secret: + defaultMode: 1233814916 + items: + - key: "52" + mode: 228756891 + path: "53" + optional: false + secretName: "51" + storageos: + fsType: "140" + secretRef: + name: "141" + volumeName: "138" + volumeNamespace: "139" + vsphereVolume: + fsType: "102" + storagePolicyID: "104" + storagePolicyName: "103" + volumePath: "101" + updateStrategy: + rollingUpdate: + maxUnavailable: 2 + type: 翘ǼZ熝Ʊ宷泐ɻvŰ`Ǧɝ憑ǖ菐u +status: + collisionCount: 223996911 + conditions: + - lastTransitionTime: "2480-06-05T07:37:49Z" + message: "461" + reason: "460" + status: 楗鱶镖喗vȥ倉螆ȨX>,«ɒó + type: Y囙邵鄨o鷺ɷ裝TG奟cõ乨厰ʚ± + currentNumberScheduled: 408491268 + desiredNumberScheduled: 1883709155 + numberAvailable: -406189540 + numberMisscheduled: -1833348558 + numberReady: 484752614 + numberUnavailable: -2095625968 + observedGeneration: 3359608726763190142 + updatedNumberScheduled: 1401559245 diff --git a/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta2.Deployment.after_roundtrip.json b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta2.Deployment.after_roundtrip.json new file mode 100644 index 00000000000..f33a49452d8 --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta2.Deployment.after_roundtrip.json @@ -0,0 +1,1499 @@ +{ + "kind": "Deployment", + "apiVersion": "apps/v1beta2", + "metadata": { + "name": "2", + "generateName": "3", + "namespace": "4", + "selfLink": "5", + "uid": "7", + "resourceVersion": "11042405498087606203", + "generation": 8071137005907523419, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -4955867275792137171, + "labels": { + "7": "8" + }, + "annotations": { + "9": "10" + }, + "ownerReferences": [ + { + "apiVersion": "11", + "kind": "12", + "name": "13", + "uid": "Dz廔ȇ{sŊƏp", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "14" + ], + "clusterName": "15", + "managedFields": [ + { + "manager": "16", + "operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]", + "apiVersion": "17", + "fieldsType": "18" + } + ] + }, + "spec": { + "replicas": 896585016, + "selector": { + "matchLabels": { + "74404d5---g8c2-k-91e.y5-g--58----0683-b-w7ld-6cs06xj-x5yv0wm-k18/M_-Nx.N_6-___._-.-W._AAn---v_-5-_8LXj": "6-4_WE-_JTrcd-2.-__E_Sv__26KX_R_.-.Nth._--S_4DA_-5_-4lQ42M--1" + }, + "matchExpressions": [ + { + "key": "50-u--25cu87--r7p-w1e67-8pj5t-kl-v0q6b68--nu5oii38fn-8.629b-jd-8c45-0-8--6n--w0--w---196g8d--iv1-5--5ht-a-29--0qso796/3___47._49pIB_o61ISU4--A_.XK_._M99", + "operator": "Exists" + } + ] + }, + "template": { + "metadata": { + "name": "25", + "generateName": "26", + "namespace": "27", + "selfLink": "28", + "uid": "?Qȫş", + "resourceVersion": "1736621709629422270", + "generation": -8542870036622468681, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -2575298329142810753, + "labels": { + "30": "31" + }, + "annotations": { + "32": "33" + }, + "ownerReferences": [ + { + "apiVersion": "34", + "kind": "35", + "name": "36", + "uid": "ƶȤ^}", + "controller": true, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "37" + ], + "clusterName": "38", + "managedFields": [ + { + "manager": "39", + "operation": "躢", + "apiVersion": "40", + "fieldsType": "41" + } + ] + }, + "spec": { + "volumes": [ + { + "name": "42", + "hostPath": { + "path": "43", + "type": "ƛƟ)ÙæNǚ錯ƶRquA?瞲Ť倱\u003c" + }, + "emptyDir": { + "medium": "Xŋ朘瑥A徙ɶɊł/擇ɦĽ胚O醔ɍ厶耈", + "sizeLimit": "473" + }, + "gcePersistentDisk": { + "pdName": "44", + "fsType": "45", + "partition": -1188153605 + }, + "awsElasticBlockStore": { + "volumeID": "46", + "fsType": "47", + "partition": 912004803, + "readOnly": true + }, + "gitRepo": { + "repository": "48", + "revision": "49", + "directory": "50" + }, + "secret": { + "secretName": "51", + "items": [ + { + "key": "52", + "path": "53", + "mode": -547518679 + } + ], + "defaultMode": 332383000, + "optional": true + }, + "nfs": { + "server": "54", + "path": "55", + "readOnly": true + }, + "iscsi": { + "targetPortal": "56", + "iqn": "57", + "lun": 994527057, + "iscsiInterface": "58", + "fsType": "59", + "portals": [ + "60" + ], + "chapAuthDiscovery": true, + "secretRef": { + "name": "61" + }, + "initiatorName": "62" + }, + "glusterfs": { + "endpoints": "63", + "path": "64", + "readOnly": true + }, + "persistentVolumeClaim": { + "claimName": "65", + "readOnly": true + }, + "rbd": { + "monitors": [ + "66" + ], + "image": "67", + "fsType": "68", + "pool": "69", + "user": "70", + "keyring": "71", + "secretRef": { + "name": "72" + } + }, + "flexVolume": { + "driver": "73", + "fsType": "74", + "secretRef": { + "name": "75" + }, + "readOnly": true, + "options": { + "76": "77" + } + }, + "cinder": { + "volumeID": "78", + "fsType": "79", + "secretRef": { + "name": "80" + } + }, + "cephfs": { + "monitors": [ + "81" + ], + "path": "82", + "user": "83", + "secretFile": "84", + "secretRef": { + "name": "85" + } + }, + "flocker": { + "datasetName": "86", + "datasetUUID": "87" + }, + "downwardAPI": { + "items": [ + { + "path": "88", + "fieldRef": { + "apiVersion": "89", + "fieldPath": "90" + }, + "resourceFieldRef": { + "containerName": "91", + "resource": "92", + "divisor": "660" + }, + "mode": 1569992019 + } + ], + "defaultMode": 824682619 + }, + "fc": { + "targetWWNs": [ + "93" + ], + "lun": -1740986684, + "fsType": "94", + "readOnly": true, + "wwids": [ + "95" + ] + }, + "azureFile": { + "secretName": "96", + "shareName": "97", + "readOnly": true + }, + "configMap": { + "name": "98", + "items": [ + { + "key": "99", + "path": "100", + "mode": 195263908 + } + ], + "defaultMode": 1593906314, + "optional": false + }, + "vsphereVolume": { + "volumePath": "101", + "fsType": "102", + "storagePolicyName": "103", + "storagePolicyID": "104" + }, + "quobyte": { + "registry": "105", + "volume": "106", + "user": "107", + "group": "108", + "tenant": "109" + }, + "azureDisk": { + "diskName": "110", + "diskURI": "111", + "cachingMode": "|@?鷅bȻN", + "fsType": "112", + "readOnly": true, + "kind": "榱*Gưoɘ檲" + }, + "photonPersistentDisk": { + "pdID": "113", + "fsType": "114" + }, + "projected": { + "sources": [ + { + "secret": { + "name": "115", + "items": [ + { + "key": "116", + "path": "117", + "mode": -323584340 + } + ], + "optional": true + }, + "downwardAPI": { + "items": [ + { + "path": "118", + "fieldRef": { + "apiVersion": "119", + "fieldPath": "120" + }, + "resourceFieldRef": { + "containerName": "121", + "resource": "122", + "divisor": "106" + }, + "mode": 173030157 + } + ] + }, + "configMap": { + "name": "123", + "items": [ + { + "key": "124", + "path": "125", + "mode": 2063799569 + } + ], + "optional": false + }, + "serviceAccountToken": { + "audience": "126", + "expirationSeconds": 8357931971650847566, + "path": "127" + } + } + ], + "defaultMode": -1334904807 + }, + "portworxVolume": { + "volumeID": "128", + "fsType": "129", + "readOnly": true + }, + "scaleIO": { + "gateway": "130", + "system": "131", + "secretRef": { + "name": "132" + }, + "protectionDomain": "133", + "storagePool": "134", + "storageMode": "135", + "volumeName": "136", + "fsType": "137" + }, + "storageos": { + "volumeName": "138", + "volumeNamespace": "139", + "fsType": "140", + "secretRef": { + "name": "141" + } + }, + "csi": { + "driver": "142", + "readOnly": false, + "fsType": "143", + "volumeAttributes": { + "144": "145" + }, + "nodePublishSecretRef": { + "name": "146" + } + }, + "ephemeral": { + "volumeClaimTemplate": { + "metadata": { + "name": "147", + "generateName": "148", + "namespace": "149", + "selfLink": "150", + "uid": "H巧壚tC十Oɢ", + "resourceVersion": "11451542506523135343", + "generation": 6028937828108618026, + "creationTimestamp": null, + "deletionGracePeriodSeconds": 6296624700137074905, + "labels": { + "152": "153" + }, + "annotations": { + "154": "155" + }, + "ownerReferences": [ + { + "apiVersion": "156", + "kind": "157", + "name": "158", + "uid": "閝ȝ", + "controller": false, + "blockOwnerDeletion": false + } + ], + "finalizers": [ + "159" + ], + "clusterName": "160", + "managedFields": [ + { + "manager": "161", + "operation": "ɑ龫`劳\u0026¼傭Ȟ1酃=6}ɡŇƉ立h", + "apiVersion": "162", + "fieldsType": "163" + } + ] + }, + "spec": { + "accessModes": [ + "鲡:" + ], + "selector": { + "matchLabels": { + "0-.-yz-0-_p4mz--.I_f6kjsz-7lwY-Y93-6": "igm_-._.q6" + }, + "matchExpressions": [ + { + "key": "m_0_F03_J", + "operator": "NotIn", + "values": [ + "4FpF_W-6" + ] + } + ] + }, + "resources": { + "limits": { + "Ŗȫ焗捏ĨFħ籘": "853" + }, + "requests": { + "zɟ踡肒Ao/樝fw[Řż丩ŽoǠ": "918" + } + }, + "volumeName": "170", + "storageClassName": "171", + "volumeMode": "Z1Ůđ眊ľǎɳ,ǿ飏騀呣", + "dataSource": { + "apiGroup": "172", + "kind": "173", + "name": "174" + } + } + } + } + } + ], + "initContainers": [ + { + "name": "175", + "image": "176", + "command": [ + "177" + ], + "args": [ + "178" + ], + "workingDir": "179", + "ports": [ + { + "name": "180", + "hostPort": 282592353, + "containerPort": 377225334, + "protocol": "Ƹ[Ęİ榌U髷裎$MVȟ@7", + "hostIP": "181" + } + ], + "envFrom": [ + { + "prefix": "182", + "configMapRef": { + "name": "183", + "optional": false + }, + "secretRef": { + "name": "184", + "optional": false + } + } + ], + "env": [ + { + "name": "185", + "value": "186", + "valueFrom": { + "fieldRef": { + "apiVersion": "187", + "fieldPath": "188" + }, + "resourceFieldRef": { + "containerName": "189", + "resource": "190", + "divisor": "573" + }, + "configMapKeyRef": { + "name": "191", + "key": "192", + "optional": false + }, + "secretKeyRef": { + "name": "193", + "key": "194", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "ǚ灄鸫rʤî萨zvt": "829" + }, + "requests": { + "悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\\p": "604" + } + }, + "volumeMounts": [ + { + "name": "195", + "readOnly": true, + "mountPath": "196", + "subPath": "197", + "mountPropagation": "ƖHV", + "subPathExpr": "198" + } + ], + "volumeDevices": [ + { + "name": "199", + "devicePath": "200" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "201" + ] + }, + "httpGet": { + "path": "202", + "port": -1196874390, + "host": "203", + "scheme": "S晒嶗UÐ_ƮA攤", + "httpHeaders": [ + { + "name": "204", + "value": "205" + } + ] + }, + "tcpSocket": { + "port": -498930176, + "host": "206" + }, + "initialDelaySeconds": 1885897314, + "timeoutSeconds": -465677631, + "periodSeconds": 1054858106, + "successThreshold": 232569106, + "failureThreshold": -1150474479 + }, + "readinessProbe": { + "exec": { + "command": [ + "207" + ] + }, + "httpGet": { + "path": "208", + "port": "209", + "host": "210", + "scheme": "8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ", + "httpHeaders": [ + { + "name": "211", + "value": "212" + } + ] + }, + "tcpSocket": { + "port": "213", + "host": "214" + }, + "initialDelaySeconds": -2717401, + "timeoutSeconds": -1492565335, + "periodSeconds": -1099429189, + "successThreshold": 994072122, + "failureThreshold": 1752155096 + }, + "startupProbe": { + "exec": { + "command": [ + "215" + ] + }, + "httpGet": { + "path": "216", + "port": "217", + "host": "218", + "scheme": "Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ", + "httpHeaders": [ + { + "name": "219", + "value": "220" + } + ] + }, + "tcpSocket": { + "port": -36782737, + "host": "221" + }, + "initialDelaySeconds": -1738069460, + "timeoutSeconds": -1643733106, + "periodSeconds": -805795167, + "successThreshold": 1791615594, + "failureThreshold": 785984384 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "222" + ] + }, + "httpGet": { + "path": "223", + "port": "224", + "host": "225", + "scheme": "\u003e郵[+扴ȨŮ", + "httpHeaders": [ + { + "name": "226", + "value": "227" + } + ] + }, + "tcpSocket": { + "port": "228", + "host": "229" + } + }, + "preStop": { + "exec": { + "command": [ + "230" + ] + }, + "httpGet": { + "path": "231", + "port": -743369977, + "host": "232", + "scheme": "\u003e犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4", + "httpHeaders": [ + { + "name": "233", + "value": "234" + } + ] + }, + "tcpSocket": { + "port": -1224991707, + "host": "235" + } + } + }, + "terminationMessagePath": "236", + "imagePullPolicy": "昕Ĭ", + "securityContext": { + "capabilities": { + "add": [ + "藢xɮĵȑ6L*Z鐫û咡W\u003c" + ], + "drop": [ + "lu|榝$î." + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "237", + "role": "238", + "type": "239", + "level": "240" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "241", + "gmsaCredentialSpec": "242", + "runAsUserName": "243" + }, + "runAsUser": -7565148469525206101, + "runAsGroup": 8949541422887578058, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "朦 wƯ貾坢'跩", + "seccompProfile": { + "type": "ŕ翑0展}", + "localhostProfile": "244" + } + }, + "stdinOnce": true + } + ], + "containers": [ + { + "name": "245", + "image": "246", + "command": [ + "247" + ], + "args": [ + "248" + ], + "workingDir": "249", + "ports": [ + { + "name": "250", + "hostPort": -778272981, + "containerPort": 2056774277, + "protocol": "现葢ŵ橨鬶l獕;跣Hǝcw媀瓄\u0026翜舞拉", + "hostIP": "251" + } + ], + "envFrom": [ + { + "prefix": "252", + "configMapRef": { + "name": "253", + "optional": true + }, + "secretRef": { + "name": "254", + "optional": false + } + } + ], + "env": [ + { + "name": "255", + "value": "256", + "valueFrom": { + "fieldRef": { + "apiVersion": "257", + "fieldPath": "258" + }, + "resourceFieldRef": { + "containerName": "259", + "resource": "260", + "divisor": "124" + }, + "configMapKeyRef": { + "name": "261", + "key": "262", + "optional": false + }, + "secretKeyRef": { + "name": "263", + "key": "264", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "V訆Ǝżŧ": "915" + }, + "requests": { + "+SÄ蚃ɣľ)酊龨Î": "787" + } + }, + "volumeMounts": [ + { + "name": "265", + "readOnly": true, + "mountPath": "266", + "subPath": "267", + "mountPropagation": "\"冓鍓贯澔 ƺ蛜6", + "subPathExpr": "268" + } + ], + "volumeDevices": [ + { + "name": "269", + "devicePath": "270" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "271" + ] + }, + "httpGet": { + "path": "272", + "port": 465486290, + "host": "273", + "httpHeaders": [ + { + "name": "274", + "value": "275" + } + ] + }, + "tcpSocket": { + "port": -116224247, + "host": "276" + }, + "initialDelaySeconds": -2097329452, + "timeoutSeconds": 1504385614, + "periodSeconds": 865289071, + "successThreshold": -1829146875, + "failureThreshold": -205176266 + }, + "readinessProbe": { + "exec": { + "command": [ + "277" + ] + }, + "httpGet": { + "path": "278", + "port": 234253676, + "host": "279", + "scheme": "ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏", + "httpHeaders": [ + { + "name": "280", + "value": "281" + } + ] + }, + "tcpSocket": { + "port": "282", + "host": "283" + }, + "initialDelaySeconds": -2062708879, + "timeoutSeconds": 215186711, + "periodSeconds": -141401239, + "successThreshold": -1187301925, + "failureThreshold": -402384013 + }, + "startupProbe": { + "exec": { + "command": [ + "284" + ] + }, + "httpGet": { + "path": "285", + "port": "286", + "host": "287", + "scheme": "鏻砅邻爥", + "httpHeaders": [ + { + "name": "288", + "value": "289" + } + ] + }, + "tcpSocket": { + "port": -305362540, + "host": "290" + }, + "initialDelaySeconds": 601198286, + "timeoutSeconds": 409029209, + "periodSeconds": 405193215, + "successThreshold": 2129989022, + "failureThreshold": -1699531929 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "291" + ] + }, + "httpGet": { + "path": "292", + "port": "293", + "host": "294", + "scheme": "­蜷ɔ幩š", + "httpHeaders": [ + { + "name": "295", + "value": "296" + } + ] + }, + "tcpSocket": { + "port": 455833230, + "host": "297" + } + }, + "preStop": { + "exec": { + "command": [ + "298" + ] + }, + "httpGet": { + "path": "299", + "port": 1076497581, + "host": "300", + "scheme": "h4ɊHȖ|ʐ", + "httpHeaders": [ + { + "name": "301", + "value": "302" + } + ] + }, + "tcpSocket": { + "port": 248533396, + "host": "303" + } + } + }, + "terminationMessagePath": "304", + "terminationMessagePolicy": "迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ", + "imagePullPolicy": "ņ", + "securityContext": { + "capabilities": { + "add": [ + "DŽ髐njʉBn(fǂǢ曣" + ], + "drop": [ + "ay" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "305", + "role": "306", + "type": "307", + "level": "308" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "309", + "gmsaCredentialSpec": "310", + "runAsUserName": "311" + }, + "runAsUser": 1958157659034146020, + "runAsGroup": -5996624450771474158, + "runAsNonRoot": false, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": false, + "procMount": "嗆u", + "seccompProfile": { + "type": "晲T[irȎ3Ĕ\\", + "localhostProfile": "312" + } + }, + "tty": true + } + ], + "ephemeralContainers": [ + { + "name": "313", + "image": "314", + "command": [ + "315" + ], + "args": [ + "316" + ], + "workingDir": "317", + "ports": [ + { + "name": "318", + "hostPort": -1656699070, + "containerPort": -1918622971, + "protocol": "ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz", + "hostIP": "319" + } + ], + "envFrom": [ + { + "prefix": "320", + "configMapRef": { + "name": "321", + "optional": true + }, + "secretRef": { + "name": "322", + "optional": false + } + } + ], + "env": [ + { + "name": "323", + "value": "324", + "valueFrom": { + "fieldRef": { + "apiVersion": "325", + "fieldPath": "326" + }, + "resourceFieldRef": { + "containerName": "327", + "resource": "328", + "divisor": "69" + }, + "configMapKeyRef": { + "name": "329", + "key": "330", + "optional": true + }, + "secretKeyRef": { + "name": "331", + "key": "332", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "1b": "328" + }, + "requests": { + "}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊": "699" + } + }, + "volumeMounts": [ + { + "name": "333", + "readOnly": true, + "mountPath": "334", + "subPath": "335", + "mountPropagation": "Ik(dŊiɢzĮ蛋I", + "subPathExpr": "336" + } + ], + "volumeDevices": [ + { + "name": "337", + "devicePath": "338" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "339" + ] + }, + "httpGet": { + "path": "340", + "port": "341", + "host": "342", + "scheme": "ȥ}礤铟怖ý萜Ǖ", + "httpHeaders": [ + { + "name": "343", + "value": "344" + } + ] + }, + "tcpSocket": { + "port": -1088996269, + "host": "345" + }, + "initialDelaySeconds": -1922458514, + "timeoutSeconds": 1480364858, + "periodSeconds": 692511776, + "successThreshold": -1231653807, + "failureThreshold": -36573584 + }, + "readinessProbe": { + "exec": { + "command": [ + "346" + ] + }, + "httpGet": { + "path": "347", + "port": -1157640253, + "host": "348", + "scheme": "×p鬷m罂o3ǰ廋i乳'ȘUɻ;", + "httpHeaders": [ + { + "name": "349", + "value": "350" + } + ] + }, + "tcpSocket": { + "port": "351", + "host": "352" + }, + "initialDelaySeconds": -478839383, + "timeoutSeconds": 989933975, + "periodSeconds": 140830733, + "successThreshold": -708495486, + "failureThreshold": -1436899600 + }, + "startupProbe": { + "exec": { + "command": [ + "353" + ] + }, + "httpGet": { + "path": "354", + "port": "355", + "host": "356", + "scheme": "漤ŗ坟", + "httpHeaders": [ + { + "name": "357", + "value": "358" + } + ] + }, + "tcpSocket": { + "port": -1617422199, + "host": "359" + }, + "initialDelaySeconds": -902839620, + "timeoutSeconds": -2030665763, + "periodSeconds": 1808698094, + "successThreshold": 1155232143, + "failureThreshold": -1873425934 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "360" + ] + }, + "httpGet": { + "path": "361", + "port": 1288391156, + "host": "362", + "scheme": "Ǥ桒ɴ鉂WJ1抉泅ą\u0026疀ȼN", + "httpHeaders": [ + { + "name": "363", + "value": "364" + } + ] + }, + "tcpSocket": { + "port": "365", + "host": "366" + } + }, + "preStop": { + "exec": { + "command": [ + "367" + ] + }, + "httpGet": { + "path": "368", + "port": 1859267428, + "host": "369", + "scheme": "ȟP", + "httpHeaders": [ + { + "name": "370", + "value": "371" + } + ] + }, + "tcpSocket": { + "port": 1445923603, + "host": "372" + } + } + }, + "terminationMessagePath": "373", + "terminationMessagePolicy": "殆诵H玲鑠ĭ$#卛8ð仁Q", + "imagePullPolicy": "tl敷斢杧ż鯀", + "securityContext": { + "capabilities": { + "add": [ + "鸔ɧWǘ炙" + ], + "drop": [ + "餸硷" + ] + }, + "privileged": true, + "seLinuxOptions": { + "user": "374", + "role": "375", + "type": "376", + "level": "377" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "378", + "gmsaCredentialSpec": "379", + "runAsUserName": "380" + }, + "runAsUser": 5215323049148402377, + "runAsGroup": 2946116477552625615, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "ʈʫ羶剹ƊF豎穜", + "seccompProfile": { + "type": "l咑耖p^鏋", + "localhostProfile": "381" + } + }, + "tty": true, + "targetContainerName": "382" + } + ], + "restartPolicy": "ȿ醏g遧", + "terminationGracePeriodSeconds": -616777763639482630, + "activeDeadlineSeconds": 2031424375743848602, + "dnsPolicy": ":{柯?B", + "nodeSelector": { + "383": "384" + }, + "serviceAccountName": "385", + "serviceAccount": "386", + "automountServiceAccountToken": false, + "nodeName": "387", + "hostNetwork": true, + "shareProcessNamespace": false, + "securityContext": { + "seLinuxOptions": { + "user": "388", + "role": "389", + "type": "390", + "level": "391" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "392", + "gmsaCredentialSpec": "393", + "runAsUserName": "394" + }, + "runAsUser": -1290365495982891537, + "runAsGroup": -759684899479757878, + "runAsNonRoot": false, + "supplementalGroups": [ + 3273247375993523103 + ], + "fsGroup": 4489057930380969432, + "sysctls": [ + { + "name": "395", + "value": "396" + } + ], + "fsGroupChangePolicy": "='ʨ|ǓÓ敆OɈÏ 瞍髃", + "seccompProfile": { + "type": "ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn", + "localhostProfile": "397" + } + }, + "imagePullSecrets": [ + { + "name": "398" + } + ], + "hostname": "399", + "subdomain": "400", + "affinity": { + "nodeAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": { + "nodeSelectorTerms": [ + { + "matchExpressions": [ + { + "key": "401", + "operator": "+Œ9两", + "values": [ + "402" + ] + } + ], + "matchFields": [ + { + "key": "403", + "operator": "q=歍þ螗ɃŒGm¨z鋎靀G", + "values": [ + "404" + ] + } + ] + } + ] + }, + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 377409178, + "preference": { + "matchExpressions": [ + { + "key": "405", + "operator": "#ļǹʅŚO虀^背遻堣灭ƴɦ燻", + "values": [ + "406" + ] + } + ], + "matchFields": [ + { + "key": "407", + "operator": "-觗裓6Ř筿ɾ5Ų買霎ȃň[\u003eą", + "values": [ + "408" + ] + } + ] + } + } + ] + }, + "podAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5": "1--L--v_Z--Zg-_4Q__-v_t_u_.A" + }, + "matchExpressions": [ + { + "key": "5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y", + "operator": "Exists" + } + ] + }, + "namespaces": [ + "415" + ], + "topologyKey": "416" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -1507671981, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-35840-w4g-27-5s6.q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x18mtxb--kexr-y/oK-.O--5-yp8q_s-1__gw_-z_659GE.l_.23--_6l.-5_Z": "3Pw_-r75--_-Ao" + }, + "matchExpressions": [ + { + "key": "hj6/bW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...CqN", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "423" + ], + "topologyKey": "424" + } + } + ] + }, + "podAntiAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "C--Y_Dp8O_._e_3_.4_W_-_7": "p_.----cp__ac8u.._-__BM.6-.Y7" + }, + "matchExpressions": [ + { + "key": "1x--i--7-nt-23h-4z-21-sap--h--q0h-t2n4s-6-k5-7-a0w-ke5p-3.nu--17---u7-gl7814ei-07shtq-6---g----9s39z-5/wv3UDf.-4D-5", + "operator": "NotIn", + "values": [ + "l67Q.-_t--O.3L.z2-y.-...C4_-_2G8" + ] + } + ] + }, + "namespaces": [ + "431" + ], + "topologyKey": "432" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 1067925263, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "k407--m-dc---6-q-q0o90--g-09--d5ez1----b69x90/um._fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_VF": "11---.-o7.pJ-4-1WV.-__05._LsuH" + }, + "matchExpressions": [ + { + "key": "8", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "439" + ], + "topologyKey": "440" + } + } + ] + } + }, + "schedulerName": "441", + "tolerations": [ + { + "key": "442", + "operator": "Ɖ肆Ző", + "value": "443", + "effect": "淵", + "tolerationSeconds": -1072615283184390308 + } + ], + "hostAliases": [ + { + "ip": "444", + "hostnames": [ + "445" + ] + } + ], + "priorityClassName": "446", + "priority": -1221153504, + "dnsConfig": { + "nameservers": [ + "447" + ], + "searches": [ + "448" + ], + "options": [ + { + "name": "449", + "value": "450" + } + ] + }, + "readinessGates": [ + { + "conditionType": "媈" + } + ], + "runtimeClassName": "451", + "enableServiceLinks": true, + "preemptionPolicy": "n夬LJ:BŐ埑Ô*ɾWȖ韝ƉşʁO^:", + "overhead": { + "ȩ纾S": "368" + }, + "topologySpreadConstraints": [ + { + "maxSkew": -1568300104, + "topologyKey": "452", + "whenUnsatisfiable": "潑嫉悔柅ȵ.Ȁ鎧Y冒Ɩ", + "labelSelector": { + "matchLabels": { + "jp-z---k-5r6h--y7n.61-cm---ch-g0t-q--qr95ws-v-5--7-ufi-7/35a-1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--.2g": "Mqp..__._-J_-fk3-_j.133eT_2_Y" + }, + "matchExpressions": [ + { + "key": "51-i-d-----9---063-qm-j-3wc89k-0-57z4063--4/rBQ.u", + "operator": "Exists" + } + ] + } + } + ], + "setHostnameAsFQDN": false + } + }, + "strategy": { + "type": "xʚ=5谠vÐ仆dždĄ跞肞", + "rollingUpdate": { + "maxUnavailable": 2, + "maxSurge": 3 + } + }, + "minReadySeconds": -1934555365, + "revisionHistoryLimit": -1189243539, + "progressDeadlineSeconds": -1510243221 + }, + "status": { + "observedGeneration": 8090469215987662586, + "replicas": 782219862, + "updatedReplicas": 1380163777, + "readyReplicas": 877113289, + "availableReplicas": -1172851921, + "unavailableReplicas": -763028101, + "conditions": [ + { + "type": "ʤY囙邵鄨o鷺ɷ裝TG奟cõ乨", + "status": "íEd楗鱶镖喗vȥ倉螆ȨX\u003e", + "lastUpdateTime": "2792-08-11T23:40:18Z", + "lastTransitionTime": "2151-08-19T18:24:00Z", + "reason": "459", + "message": "460" + } + ], + "collisionCount": -73034396 + } +} \ No newline at end of file diff --git a/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta2.Deployment.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta2.Deployment.after_roundtrip.pb new file mode 100644 index 0000000000000000000000000000000000000000..c25cac48cbff615a95904e2cf6f6fe667c774cf7 GIT binary patch literal 7281 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 literal 0 HcmV?d00001 diff --git a/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta2.Deployment.after_roundtrip.yaml b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta2.Deployment.after_roundtrip.yaml new file mode 100644 index 00000000000..287439fc28f --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta2.Deployment.after_roundtrip.yaml @@ -0,0 +1,1027 @@ +apiVersion: apps/v1beta2 +kind: Deployment +metadata: + annotations: + "9": "10" + clusterName: "15" + creationTimestamp: null + deletionGracePeriodSeconds: -4955867275792137171 + finalizers: + - "14" + generateName: "3" + generation: 8071137005907523419 + labels: + "7": "8" + managedFields: + - apiVersion: "17" + fieldsType: "18" + manager: "16" + operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć] + name: "2" + namespace: "4" + ownerReferences: + - apiVersion: "11" + blockOwnerDeletion: true + controller: false + kind: "12" + name: "13" + uid: Dz廔ȇ{sŊƏp + resourceVersion: "11042405498087606203" + selfLink: "5" + uid: "7" +spec: + minReadySeconds: -1934555365 + progressDeadlineSeconds: -1510243221 + replicas: 896585016 + revisionHistoryLimit: -1189243539 + selector: + matchExpressions: + - key: 50-u--25cu87--r7p-w1e67-8pj5t-kl-v0q6b68--nu5oii38fn-8.629b-jd-8c45-0-8--6n--w0--w---196g8d--iv1-5--5ht-a-29--0qso796/3___47._49pIB_o61ISU4--A_.XK_._M99 + operator: Exists + matchLabels: + 74404d5---g8c2-k-91e.y5-g--58----0683-b-w7ld-6cs06xj-x5yv0wm-k18/M_-Nx.N_6-___._-.-W._AAn---v_-5-_8LXj: 6-4_WE-_JTrcd-2.-__E_Sv__26KX_R_.-.Nth._--S_4DA_-5_-4lQ42M--1 + strategy: + rollingUpdate: + maxSurge: 3 + maxUnavailable: 2 + type: xʚ=5谠vÐ仆dždĄ跞肞 + template: + metadata: + annotations: + "32": "33" + clusterName: "38" + creationTimestamp: null + deletionGracePeriodSeconds: -2575298329142810753 + finalizers: + - "37" + generateName: "26" + generation: -8542870036622468681 + labels: + "30": "31" + managedFields: + - apiVersion: "40" + fieldsType: "41" + manager: "39" + operation: 躢 + name: "25" + namespace: "27" + ownerReferences: + - apiVersion: "34" + blockOwnerDeletion: true + controller: true + kind: "35" + name: "36" + uid: ƶȤ^} + resourceVersion: "1736621709629422270" + selfLink: "28" + uid: ?Qȫş + spec: + activeDeadlineSeconds: 2031424375743848602 + affinity: + nodeAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - preference: + matchExpressions: + - key: "405" + operator: '#ļǹʅŚO虀^背遻堣灭ƴɦ燻' + values: + - "406" + matchFields: + - key: "407" + operator: -觗裓6Ř筿ɾ5Ų買霎ȃň[>ą + values: + - "408" + weight: 377409178 + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: "401" + operator: +Œ9两 + values: + - "402" + matchFields: + - key: "403" + operator: q=歍þ螗ɃŒGm¨z鋎靀G + values: + - "404" + podAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: hj6/bW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...CqN + operator: DoesNotExist + matchLabels: + ? v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-35840-w4g-27-5s6.q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x18mtxb--kexr-y/oK-.O--5-yp8q_s-1__gw_-z_659GE.l_.23--_6l.-5_Z + : 3Pw_-r75--_-Ao + namespaces: + - "423" + topologyKey: "424" + weight: -1507671981 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: 5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y + operator: Exists + matchLabels: + 1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5: 1--L--v_Z--Zg-_4Q__-v_t_u_.A + namespaces: + - "415" + topologyKey: "416" + podAntiAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: "8" + operator: DoesNotExist + matchLabels: + k407--m-dc---6-q-q0o90--g-09--d5ez1----b69x90/um._fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_VF: 11---.-o7.pJ-4-1WV.-__05._LsuH + namespaces: + - "439" + topologyKey: "440" + weight: 1067925263 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: 1x--i--7-nt-23h-4z-21-sap--h--q0h-t2n4s-6-k5-7-a0w-ke5p-3.nu--17---u7-gl7814ei-07shtq-6---g----9s39z-5/wv3UDf.-4D-5 + operator: NotIn + values: + - l67Q.-_t--O.3L.z2-y.-...C4_-_2G8 + matchLabels: + C--Y_Dp8O_._e_3_.4_W_-_7: p_.----cp__ac8u.._-__BM.6-.Y7 + namespaces: + - "431" + topologyKey: "432" + automountServiceAccountToken: false + containers: + - args: + - "248" + command: + - "247" + env: + - name: "255" + value: "256" + valueFrom: + configMapKeyRef: + key: "262" + name: "261" + optional: false + fieldRef: + apiVersion: "257" + fieldPath: "258" + resourceFieldRef: + containerName: "259" + divisor: "124" + resource: "260" + secretKeyRef: + key: "264" + name: "263" + optional: false + envFrom: + - configMapRef: + name: "253" + optional: true + prefix: "252" + secretRef: + name: "254" + optional: false + image: "246" + imagePullPolicy: ņ + lifecycle: + postStart: + exec: + command: + - "291" + httpGet: + host: "294" + httpHeaders: + - name: "295" + value: "296" + path: "292" + port: "293" + scheme: ­蜷ɔ幩š + tcpSocket: + host: "297" + port: 455833230 + preStop: + exec: + command: + - "298" + httpGet: + host: "300" + httpHeaders: + - name: "301" + value: "302" + path: "299" + port: 1076497581 + scheme: h4ɊHȖ|ʐ + tcpSocket: + host: "303" + port: 248533396 + livenessProbe: + exec: + command: + - "271" + failureThreshold: -205176266 + httpGet: + host: "273" + httpHeaders: + - name: "274" + value: "275" + path: "272" + port: 465486290 + initialDelaySeconds: -2097329452 + periodSeconds: 865289071 + successThreshold: -1829146875 + tcpSocket: + host: "276" + port: -116224247 + timeoutSeconds: 1504385614 + name: "245" + ports: + - containerPort: 2056774277 + hostIP: "251" + hostPort: -778272981 + name: "250" + protocol: 现葢ŵ橨鬶l獕;跣Hǝcw媀瓄&翜舞拉 + readinessProbe: + exec: + command: + - "277" + failureThreshold: -402384013 + httpGet: + host: "279" + httpHeaders: + - name: "280" + value: "281" + path: "278" + port: 234253676 + scheme: ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏 + initialDelaySeconds: -2062708879 + periodSeconds: -141401239 + successThreshold: -1187301925 + tcpSocket: + host: "283" + port: "282" + timeoutSeconds: 215186711 + resources: + limits: + V訆Ǝżŧ: "915" + requests: + +SÄ蚃ɣľ)酊龨Î: "787" + securityContext: + allowPrivilegeEscalation: false + capabilities: + add: + - DŽ髐njʉBn(fǂǢ曣 + drop: + - ay + privileged: false + procMount: 嗆u + readOnlyRootFilesystem: true + runAsGroup: -5996624450771474158 + runAsNonRoot: false + runAsUser: 1958157659034146020 + seLinuxOptions: + level: "308" + role: "306" + type: "307" + user: "305" + seccompProfile: + localhostProfile: "312" + type: 晲T[irȎ3Ĕ\ + windowsOptions: + gmsaCredentialSpec: "310" + gmsaCredentialSpecName: "309" + runAsUserName: "311" + startupProbe: + exec: + command: + - "284" + failureThreshold: -1699531929 + httpGet: + host: "287" + httpHeaders: + - name: "288" + value: "289" + path: "285" + port: "286" + scheme: 鏻砅邻爥 + initialDelaySeconds: 601198286 + periodSeconds: 405193215 + successThreshold: 2129989022 + tcpSocket: + host: "290" + port: -305362540 + timeoutSeconds: 409029209 + terminationMessagePath: "304" + terminationMessagePolicy: 迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ + tty: true + volumeDevices: + - devicePath: "270" + name: "269" + volumeMounts: + - mountPath: "266" + mountPropagation: '"冓鍓贯澔 ƺ蛜6' + name: "265" + readOnly: true + subPath: "267" + subPathExpr: "268" + workingDir: "249" + dnsConfig: + nameservers: + - "447" + options: + - name: "449" + value: "450" + searches: + - "448" + dnsPolicy: :{柯?B + enableServiceLinks: true + ephemeralContainers: + - args: + - "316" + command: + - "315" + env: + - name: "323" + value: "324" + valueFrom: + configMapKeyRef: + key: "330" + name: "329" + optional: true + fieldRef: + apiVersion: "325" + fieldPath: "326" + resourceFieldRef: + containerName: "327" + divisor: "69" + resource: "328" + secretKeyRef: + key: "332" + name: "331" + optional: false + envFrom: + - configMapRef: + name: "321" + optional: true + prefix: "320" + secretRef: + name: "322" + optional: false + image: "314" + imagePullPolicy: tl敷斢杧ż鯀 + lifecycle: + postStart: + exec: + command: + - "360" + httpGet: + host: "362" + httpHeaders: + - name: "363" + value: "364" + path: "361" + port: 1288391156 + scheme: Ǥ桒ɴ鉂WJ1抉泅ą&疀ȼN + tcpSocket: + host: "366" + port: "365" + preStop: + exec: + command: + - "367" + httpGet: + host: "369" + httpHeaders: + - name: "370" + value: "371" + path: "368" + port: 1859267428 + scheme: ȟP + tcpSocket: + host: "372" + port: 1445923603 + livenessProbe: + exec: + command: + - "339" + failureThreshold: -36573584 + httpGet: + host: "342" + httpHeaders: + - name: "343" + value: "344" + path: "340" + port: "341" + scheme: ȥ}礤铟怖ý萜Ǖ + initialDelaySeconds: -1922458514 + periodSeconds: 692511776 + successThreshold: -1231653807 + tcpSocket: + host: "345" + port: -1088996269 + timeoutSeconds: 1480364858 + name: "313" + ports: + - containerPort: -1918622971 + hostIP: "319" + hostPort: -1656699070 + name: "318" + protocol: ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz + readinessProbe: + exec: + command: + - "346" + failureThreshold: -1436899600 + httpGet: + host: "348" + httpHeaders: + - name: "349" + value: "350" + path: "347" + port: -1157640253 + scheme: ×p鬷m罂o3ǰ廋i乳'ȘUɻ; + initialDelaySeconds: -478839383 + periodSeconds: 140830733 + successThreshold: -708495486 + tcpSocket: + host: "352" + port: "351" + timeoutSeconds: 989933975 + resources: + limits: + 1b: "328" + requests: + '}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊': "699" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 鸔ɧWǘ炙 + drop: + - 餸硷 + privileged: true + procMount: ʈʫ羶剹ƊF豎穜 + readOnlyRootFilesystem: true + runAsGroup: 2946116477552625615 + runAsNonRoot: true + runAsUser: 5215323049148402377 + seLinuxOptions: + level: "377" + role: "375" + type: "376" + user: "374" + seccompProfile: + localhostProfile: "381" + type: l咑耖p^鏋 + windowsOptions: + gmsaCredentialSpec: "379" + gmsaCredentialSpecName: "378" + runAsUserName: "380" + startupProbe: + exec: + command: + - "353" + failureThreshold: -1873425934 + httpGet: + host: "356" + httpHeaders: + - name: "357" + value: "358" + path: "354" + port: "355" + scheme: 漤ŗ坟 + initialDelaySeconds: -902839620 + periodSeconds: 1808698094 + successThreshold: 1155232143 + tcpSocket: + host: "359" + port: -1617422199 + timeoutSeconds: -2030665763 + targetContainerName: "382" + terminationMessagePath: "373" + terminationMessagePolicy: 殆诵H玲鑠ĭ$#卛8ð仁Q + tty: true + volumeDevices: + - devicePath: "338" + name: "337" + volumeMounts: + - mountPath: "334" + mountPropagation: Ik(dŊiɢzĮ蛋I + name: "333" + readOnly: true + subPath: "335" + subPathExpr: "336" + workingDir: "317" + hostAliases: + - hostnames: + - "445" + ip: "444" + hostNetwork: true + hostname: "399" + imagePullSecrets: + - name: "398" + initContainers: + - args: + - "178" + command: + - "177" + env: + - name: "185" + value: "186" + valueFrom: + configMapKeyRef: + key: "192" + name: "191" + optional: false + fieldRef: + apiVersion: "187" + fieldPath: "188" + resourceFieldRef: + containerName: "189" + divisor: "573" + resource: "190" + secretKeyRef: + key: "194" + name: "193" + optional: false + envFrom: + - configMapRef: + name: "183" + optional: false + prefix: "182" + secretRef: + name: "184" + optional: false + image: "176" + imagePullPolicy: 昕Ĭ + lifecycle: + postStart: + exec: + command: + - "222" + httpGet: + host: "225" + httpHeaders: + - name: "226" + value: "227" + path: "223" + port: "224" + scheme: '>郵[+扴ȨŮ' + tcpSocket: + host: "229" + port: "228" + preStop: + exec: + command: + - "230" + httpGet: + host: "232" + httpHeaders: + - name: "233" + value: "234" + path: "231" + port: -743369977 + scheme: '>犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4' + tcpSocket: + host: "235" + port: -1224991707 + livenessProbe: + exec: + command: + - "201" + failureThreshold: -1150474479 + httpGet: + host: "203" + httpHeaders: + - name: "204" + value: "205" + path: "202" + port: -1196874390 + scheme: S晒嶗UÐ_ƮA攤 + initialDelaySeconds: 1885897314 + periodSeconds: 1054858106 + successThreshold: 232569106 + tcpSocket: + host: "206" + port: -498930176 + timeoutSeconds: -465677631 + name: "175" + ports: + - containerPort: 377225334 + hostIP: "181" + hostPort: 282592353 + name: "180" + protocol: Ƹ[Ęİ榌U髷裎$MVȟ@7 + readinessProbe: + exec: + command: + - "207" + failureThreshold: 1752155096 + httpGet: + host: "210" + httpHeaders: + - name: "211" + value: "212" + path: "208" + port: "209" + scheme: 8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ + initialDelaySeconds: -2717401 + periodSeconds: -1099429189 + successThreshold: 994072122 + tcpSocket: + host: "214" + port: "213" + timeoutSeconds: -1492565335 + resources: + limits: + ǚ灄鸫rʤî萨zvt: "829" + requests: + 悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\p: "604" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 藢xɮĵȑ6L*Z鐫û咡W< + drop: + - lu|榝$î. + privileged: false + procMount: 朦 wƯ貾坢'跩 + readOnlyRootFilesystem: true + runAsGroup: 8949541422887578058 + runAsNonRoot: true + runAsUser: -7565148469525206101 + seLinuxOptions: + level: "240" + role: "238" + type: "239" + user: "237" + seccompProfile: + localhostProfile: "244" + type: ŕ翑0展} + windowsOptions: + gmsaCredentialSpec: "242" + gmsaCredentialSpecName: "241" + runAsUserName: "243" + startupProbe: + exec: + command: + - "215" + failureThreshold: 785984384 + httpGet: + host: "218" + httpHeaders: + - name: "219" + value: "220" + path: "216" + port: "217" + scheme: Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ + initialDelaySeconds: -1738069460 + periodSeconds: -805795167 + successThreshold: 1791615594 + tcpSocket: + host: "221" + port: -36782737 + timeoutSeconds: -1643733106 + stdinOnce: true + terminationMessagePath: "236" + volumeDevices: + - devicePath: "200" + name: "199" + volumeMounts: + - mountPath: "196" + mountPropagation: ƖHV + name: "195" + readOnly: true + subPath: "197" + subPathExpr: "198" + workingDir: "179" + nodeName: "387" + nodeSelector: + "383": "384" + overhead: + ȩ纾S: "368" + preemptionPolicy: 'n夬LJ:BŐ埑Ô*ɾWȖ韝ƉşʁO^:' + priority: -1221153504 + priorityClassName: "446" + readinessGates: + - conditionType: 媈 + restartPolicy: ȿ醏g遧 + runtimeClassName: "451" + schedulerName: "441" + securityContext: + fsGroup: 4489057930380969432 + fsGroupChangePolicy: ='ʨ|ǓÓ敆OɈÏ 瞍髃 + runAsGroup: -759684899479757878 + runAsNonRoot: false + runAsUser: -1290365495982891537 + seLinuxOptions: + level: "391" + role: "389" + type: "390" + user: "388" + seccompProfile: + localhostProfile: "397" + type: ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn + supplementalGroups: + - 3273247375993523103 + sysctls: + - name: "395" + value: "396" + windowsOptions: + gmsaCredentialSpec: "393" + gmsaCredentialSpecName: "392" + runAsUserName: "394" + serviceAccount: "386" + serviceAccountName: "385" + setHostnameAsFQDN: false + shareProcessNamespace: false + subdomain: "400" + terminationGracePeriodSeconds: -616777763639482630 + tolerations: + - effect: 淵 + key: "442" + operator: Ɖ肆Ző + tolerationSeconds: -1072615283184390308 + value: "443" + topologySpreadConstraints: + - labelSelector: + matchExpressions: + - key: 51-i-d-----9---063-qm-j-3wc89k-0-57z4063--4/rBQ.u + operator: Exists + matchLabels: + jp-z---k-5r6h--y7n.61-cm---ch-g0t-q--qr95ws-v-5--7-ufi-7/35a-1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--.2g: Mqp..__._-J_-fk3-_j.133eT_2_Y + maxSkew: -1568300104 + topologyKey: "452" + whenUnsatisfiable: 潑嫉悔柅ȵ.Ȁ鎧Y冒Ɩ + volumes: + - awsElasticBlockStore: + fsType: "47" + partition: 912004803 + readOnly: true + volumeID: "46" + azureDisk: + cachingMode: '|@?鷅bȻN' + diskName: "110" + diskURI: "111" + fsType: "112" + kind: 榱*Gưoɘ檲 + readOnly: true + azureFile: + readOnly: true + secretName: "96" + shareName: "97" + cephfs: + monitors: + - "81" + path: "82" + secretFile: "84" + secretRef: + name: "85" + user: "83" + cinder: + fsType: "79" + secretRef: + name: "80" + volumeID: "78" + configMap: + defaultMode: 1593906314 + items: + - key: "99" + mode: 195263908 + path: "100" + name: "98" + optional: false + csi: + driver: "142" + fsType: "143" + nodePublishSecretRef: + name: "146" + readOnly: false + volumeAttributes: + "144": "145" + downwardAPI: + defaultMode: 824682619 + items: + - fieldRef: + apiVersion: "89" + fieldPath: "90" + mode: 1569992019 + path: "88" + resourceFieldRef: + containerName: "91" + divisor: "660" + resource: "92" + emptyDir: + medium: Xŋ朘瑥A徙ɶɊł/擇ɦĽ胚O醔ɍ厶耈 + sizeLimit: "473" + ephemeral: + volumeClaimTemplate: + metadata: + annotations: + "154": "155" + clusterName: "160" + creationTimestamp: null + deletionGracePeriodSeconds: 6296624700137074905 + finalizers: + - "159" + generateName: "148" + generation: 6028937828108618026 + labels: + "152": "153" + managedFields: + - apiVersion: "162" + fieldsType: "163" + manager: "161" + operation: ɑ龫`劳&¼傭Ȟ1酃=6}ɡŇƉ立h + name: "147" + namespace: "149" + ownerReferences: + - apiVersion: "156" + blockOwnerDeletion: false + controller: false + kind: "157" + name: "158" + uid: 閝ȝ + resourceVersion: "11451542506523135343" + selfLink: "150" + uid: H巧壚tC十Oɢ + spec: + accessModes: + - '鲡:' + dataSource: + apiGroup: "172" + kind: "173" + name: "174" + resources: + limits: + Ŗȫ焗捏ĨFħ籘: "853" + requests: + zɟ踡肒Ao/樝fw[Řż丩ŽoǠ: "918" + selector: + matchExpressions: + - key: m_0_F03_J + operator: NotIn + values: + - 4FpF_W-6 + matchLabels: + 0-.-yz-0-_p4mz--.I_f6kjsz-7lwY-Y93-6: igm_-._.q6 + storageClassName: "171" + volumeMode: Z1Ůđ眊ľǎɳ,ǿ飏騀呣 + volumeName: "170" + fc: + fsType: "94" + lun: -1740986684 + readOnly: true + targetWWNs: + - "93" + wwids: + - "95" + flexVolume: + driver: "73" + fsType: "74" + options: + "76": "77" + readOnly: true + secretRef: + name: "75" + flocker: + datasetName: "86" + datasetUUID: "87" + gcePersistentDisk: + fsType: "45" + partition: -1188153605 + pdName: "44" + gitRepo: + directory: "50" + repository: "48" + revision: "49" + glusterfs: + endpoints: "63" + path: "64" + readOnly: true + hostPath: + path: "43" + type: ƛƟ)ÙæNǚ錯ƶRquA?瞲Ť倱< + iscsi: + chapAuthDiscovery: true + fsType: "59" + initiatorName: "62" + iqn: "57" + iscsiInterface: "58" + lun: 994527057 + portals: + - "60" + secretRef: + name: "61" + targetPortal: "56" + name: "42" + nfs: + path: "55" + readOnly: true + server: "54" + persistentVolumeClaim: + claimName: "65" + readOnly: true + photonPersistentDisk: + fsType: "114" + pdID: "113" + portworxVolume: + fsType: "129" + readOnly: true + volumeID: "128" + projected: + defaultMode: -1334904807 + sources: + - configMap: + items: + - key: "124" + mode: 2063799569 + path: "125" + name: "123" + optional: false + downwardAPI: + items: + - fieldRef: + apiVersion: "119" + fieldPath: "120" + mode: 173030157 + path: "118" + resourceFieldRef: + containerName: "121" + divisor: "106" + resource: "122" + secret: + items: + - key: "116" + mode: -323584340 + path: "117" + name: "115" + optional: true + serviceAccountToken: + audience: "126" + expirationSeconds: 8357931971650847566 + path: "127" + quobyte: + group: "108" + registry: "105" + tenant: "109" + user: "107" + volume: "106" + rbd: + fsType: "68" + image: "67" + keyring: "71" + monitors: + - "66" + pool: "69" + secretRef: + name: "72" + user: "70" + scaleIO: + fsType: "137" + gateway: "130" + protectionDomain: "133" + secretRef: + name: "132" + storageMode: "135" + storagePool: "134" + system: "131" + volumeName: "136" + secret: + defaultMode: 332383000 + items: + - key: "52" + mode: -547518679 + path: "53" + optional: true + secretName: "51" + storageos: + fsType: "140" + secretRef: + name: "141" + volumeName: "138" + volumeNamespace: "139" + vsphereVolume: + fsType: "102" + storagePolicyID: "104" + storagePolicyName: "103" + volumePath: "101" +status: + availableReplicas: -1172851921 + collisionCount: -73034396 + conditions: + - lastTransitionTime: "2151-08-19T18:24:00Z" + lastUpdateTime: "2792-08-11T23:40:18Z" + message: "460" + reason: "459" + status: íEd楗鱶镖喗vȥ倉螆ȨX> + type: ʤY囙邵鄨o鷺ɷ裝TG奟cõ乨 + observedGeneration: 8090469215987662586 + readyReplicas: 877113289 + replicas: 782219862 + unavailableReplicas: -763028101 + updatedReplicas: 1380163777 diff --git a/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta2.ReplicaSet.after_roundtrip.json b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta2.ReplicaSet.after_roundtrip.json new file mode 100644 index 00000000000..52bff396ec2 --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta2.ReplicaSet.after_roundtrip.json @@ -0,0 +1,1489 @@ +{ + "kind": "ReplicaSet", + "apiVersion": "apps/v1beta2", + "metadata": { + "name": "2", + "generateName": "3", + "namespace": "4", + "selfLink": "5", + "uid": "7", + "resourceVersion": "11042405498087606203", + "generation": 8071137005907523419, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -4955867275792137171, + "labels": { + "7": "8" + }, + "annotations": { + "9": "10" + }, + "ownerReferences": [ + { + "apiVersion": "11", + "kind": "12", + "name": "13", + "uid": "Dz廔ȇ{sŊƏp", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "14" + ], + "clusterName": "15", + "managedFields": [ + { + "manager": "16", + "operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]", + "apiVersion": "17", + "fieldsType": "18" + } + ] + }, + "spec": { + "replicas": 896585016, + "minReadySeconds": -1971381490, + "selector": { + "matchLabels": { + "g8c2-k-912e5-c-e63-n-3snh-z--3uy5-----578/s.X8u4_.l.wV--__-Nx.N_6-___._-.-W._AAn---v_-5-_8LXP-o-9..1l-5": "" + }, + "matchExpressions": [ + { + "key": "U-_Bq.m_-.q8_v2LiTF_a981d3-7-fP81.-.9Vdx.TB_M-H_5_t", + "operator": "In", + "values": [ + "M--n1-p5.3___47._49pIB_o61ISU4--A_.XK_._M9T9sH.W5" + ] + } + ] + }, + "template": { + "metadata": { + "name": "25", + "generateName": "26", + "namespace": "27", + "selfLink": "28", + "uid": "ʬ", + "resourceVersion": "7336814125345800857", + "generation": -6617020301190572172, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -152893758082474859, + "labels": { + "30": "31" + }, + "annotations": { + "32": "33" + }, + "ownerReferences": [ + { + "apiVersion": "34", + "kind": "35", + "name": "36", + "uid": "ɖgȏ哙ȍȂ揲ȼDDŽLŬp:", + "controller": true, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "37" + ], + "clusterName": "38", + "managedFields": [ + { + "manager": "39", + "operation": "ƅS·Õüe0ɔȖ脵鴈Ō", + "apiVersion": "40", + "fieldsType": "41" + } + ] + }, + "spec": { + "volumes": [ + { + "name": "42", + "hostPath": { + "path": "43", + "type": "6NJPM饣`诫z徃鷢6ȥ啕禗Ǐ2啗塧ȱ" + }, + "emptyDir": { + "medium": "彭聡A3fƻfʣ", + "sizeLimit": "115" + }, + "gcePersistentDisk": { + "pdName": "44", + "fsType": "45", + "partition": -1499132872 + }, + "awsElasticBlockStore": { + "volumeID": "46", + "fsType": "47", + "partition": -762366823, + "readOnly": true + }, + "gitRepo": { + "repository": "48", + "revision": "49", + "directory": "50" + }, + "secret": { + "secretName": "51", + "items": [ + { + "key": "52", + "path": "53", + "mode": -104666658 + } + ], + "defaultMode": 372704313, + "optional": true + }, + "nfs": { + "server": "54", + "path": "55", + "readOnly": true + }, + "iscsi": { + "targetPortal": "56", + "iqn": "57", + "lun": 1655406148, + "iscsiInterface": "58", + "fsType": "59", + "readOnly": true, + "portals": [ + "60" + ], + "secretRef": { + "name": "61" + }, + "initiatorName": "62" + }, + "glusterfs": { + "endpoints": "63", + "path": "64" + }, + "persistentVolumeClaim": { + "claimName": "65", + "readOnly": true + }, + "rbd": { + "monitors": [ + "66" + ], + "image": "67", + "fsType": "68", + "pool": "69", + "user": "70", + "keyring": "71", + "secretRef": { + "name": "72" + }, + "readOnly": true + }, + "flexVolume": { + "driver": "73", + "fsType": "74", + "secretRef": { + "name": "75" + }, + "options": { + "76": "77" + } + }, + "cinder": { + "volumeID": "78", + "fsType": "79", + "secretRef": { + "name": "80" + } + }, + "cephfs": { + "monitors": [ + "81" + ], + "path": "82", + "user": "83", + "secretFile": "84", + "secretRef": { + "name": "85" + } + }, + "flocker": { + "datasetName": "86", + "datasetUUID": "87" + }, + "downwardAPI": { + "items": [ + { + "path": "88", + "fieldRef": { + "apiVersion": "89", + "fieldPath": "90" + }, + "resourceFieldRef": { + "containerName": "91", + "resource": "92", + "divisor": "457" + }, + "mode": 1235524154 + } + ], + "defaultMode": -106644772 + }, + "fc": { + "targetWWNs": [ + "93" + ], + "lun": 441887498, + "fsType": "94", + "readOnly": true, + "wwids": [ + "95" + ] + }, + "azureFile": { + "secretName": "96", + "shareName": "97" + }, + "configMap": { + "name": "98", + "items": [ + { + "key": "99", + "path": "100", + "mode": -2039036935 + } + ], + "defaultMode": -460478410, + "optional": false + }, + "vsphereVolume": { + "volumePath": "101", + "fsType": "102", + "storagePolicyName": "103", + "storagePolicyID": "104" + }, + "quobyte": { + "registry": "105", + "volume": "106", + "readOnly": true, + "user": "107", + "group": "108", + "tenant": "109" + }, + "azureDisk": { + "diskName": "110", + "diskURI": "111", + "cachingMode": "HǺƶȤ^}穠", + "fsType": "112", + "readOnly": true, + "kind": "躢" + }, + "photonPersistentDisk": { + "pdID": "113", + "fsType": "114" + }, + "projected": { + "sources": [ + { + "secret": { + "name": "115", + "items": [ + { + "key": "116", + "path": "117", + "mode": -1399063270 + } + ], + "optional": true + }, + "downwardAPI": { + "items": [ + { + "path": "118", + "fieldRef": { + "apiVersion": "119", + "fieldPath": "120" + }, + "resourceFieldRef": { + "containerName": "121", + "resource": "122", + "divisor": "746" + }, + "mode": 926891073 + } + ] + }, + "configMap": { + "name": "123", + "items": [ + { + "key": "124", + "path": "125", + "mode": -1694464659 + } + ], + "optional": true + }, + "serviceAccountToken": { + "audience": "126", + "expirationSeconds": -7593824971107985079, + "path": "127" + } + } + ], + "defaultMode": -522879476 + }, + "portworxVolume": { + "volumeID": "128", + "fsType": "129" + }, + "scaleIO": { + "gateway": "130", + "system": "131", + "secretRef": { + "name": "132" + }, + "protectionDomain": "133", + "storagePool": "134", + "storageMode": "135", + "volumeName": "136", + "fsType": "137" + }, + "storageos": { + "volumeName": "138", + "volumeNamespace": "139", + "fsType": "140", + "readOnly": true, + "secretRef": { + "name": "141" + } + }, + "csi": { + "driver": "142", + "readOnly": false, + "fsType": "143", + "volumeAttributes": { + "144": "145" + }, + "nodePublishSecretRef": { + "name": "146" + } + }, + "ephemeral": { + "volumeClaimTemplate": { + "metadata": { + "name": "147", + "generateName": "148", + "namespace": "149", + "selfLink": "150", + "resourceVersion": "5302358391842833914", + "generation": 6327094951466338107, + "creationTimestamp": null, + "deletionGracePeriodSeconds": 4217400953499279873, + "labels": { + "152": "153" + }, + "annotations": { + "154": "155" + }, + "ownerReferences": [ + { + "apiVersion": "156", + "kind": "157", + "name": "158", + "uid": "", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "159" + ], + "clusterName": "160", + "managedFields": [ + { + "manager": "161", + "operation": "O醔ɍ厶耈 T衧ȇe媹Hǝ呮}臷Ľð", + "apiVersion": "162", + "fieldsType": "163" + } + ] + }, + "spec": { + "accessModes": [ + "eÞȦY籎顒" + ], + "selector": { + "matchLabels": { + "5_Or.i1_7z.WH-.L": "d2-N_Y.t--0" + }, + "matchExpressions": [ + { + "key": "a40--87-1wpl6-2-310e5hyzn0w-p4mz4.w-6d/6yV07-_.___gO-d.iUaC_wYSJfB._.zS-._..3le-4", + "operator": "DoesNotExist" + } + ] + }, + "resources": { + "limits": { + "ŴĿ": "377" + }, + "requests": { + ".Q貇£ȹ嫰ƹǔw÷nI": "718" + } + }, + "volumeName": "170", + "storageClassName": "171", + "volumeMode": "ŀ樺ȃv渟7¤7djƯĖ漘Z剚敍0", + "dataSource": { + "apiGroup": "172", + "kind": "173", + "name": "174" + } + } + } + } + } + ], + "initContainers": [ + { + "name": "175", + "image": "176", + "command": [ + "177" + ], + "args": [ + "178" + ], + "workingDir": "179", + "ports": [ + { + "name": "180", + "hostPort": 747521320, + "containerPort": 859639931, + "protocol": "p儼Ƿ裚瓶釆Ɗ+j忊Ŗȫ焗捏ĨF", + "hostIP": "181" + } + ], + "envFrom": [ + { + "prefix": "182", + "configMapRef": { + "name": "183", + "optional": true + }, + "secretRef": { + "name": "184", + "optional": true + } + } + ], + "env": [ + { + "name": "185", + "value": "186", + "valueFrom": { + "fieldRef": { + "apiVersion": "187", + "fieldPath": "188" + }, + "resourceFieldRef": { + "containerName": "189", + "resource": "190", + "divisor": "663" + }, + "configMapKeyRef": { + "name": "191", + "key": "192", + "optional": true + }, + "secretKeyRef": { + "name": "193", + "key": "194", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "ſ盷": "532" + }, + "requests": { + "[Řż丩": "47" + } + }, + "volumeMounts": [ + { + "name": "195", + "mountPath": "196", + "subPath": "197", + "mountPropagation": "VƋZ1Ůđ眊ľǎɳ,ǿ飏", + "subPathExpr": "198" + } + ], + "volumeDevices": [ + { + "name": "199", + "devicePath": "200" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "201" + ] + }, + "httpGet": { + "path": "202", + "port": 1214895765, + "host": "203", + "scheme": "悖ȩ0Ƹ[Ęİ榌U", + "httpHeaders": [ + { + "name": "204", + "value": "205" + } + ] + }, + "tcpSocket": { + "port": -187060941, + "host": "206" + }, + "initialDelaySeconds": -442393168, + "timeoutSeconds": -307373517, + "periodSeconds": 1109079597, + "successThreshold": -646728130, + "failureThreshold": 1684643131 + }, + "readinessProbe": { + "exec": { + "command": [ + "207" + ] + }, + "httpGet": { + "path": "208", + "port": "209", + "host": "210", + "scheme": "荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3", + "httpHeaders": [ + { + "name": "211", + "value": "212" + } + ] + }, + "tcpSocket": { + "port": "213", + "host": "214" + }, + "initialDelaySeconds": 238949508, + "timeoutSeconds": -1389418722, + "periodSeconds": 851018015, + "successThreshold": 596942561, + "failureThreshold": -1880980172 + }, + "startupProbe": { + "exec": { + "command": [ + "215" + ] + }, + "httpGet": { + "path": "216", + "port": 10098903, + "host": "217", + "scheme": "«丯Ƙ枛牐ɺ皚", + "httpHeaders": [ + { + "name": "218", + "value": "219" + } + ] + }, + "tcpSocket": { + "port": -1934111455, + "host": "220" + }, + "initialDelaySeconds": 766864314, + "timeoutSeconds": 1146016612, + "periodSeconds": 1495880465, + "successThreshold": -1032967081, + "failureThreshold": 59664438 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "221" + ] + }, + "httpGet": { + "path": "222", + "port": "223", + "host": "224", + "scheme": "'", + "httpHeaders": [ + { + "name": "225", + "value": "226" + } + ] + }, + "tcpSocket": { + "port": -801430937, + "host": "227" + } + }, + "preStop": { + "exec": { + "command": [ + "228" + ] + }, + "httpGet": { + "path": "229", + "port": 1810980158, + "host": "230", + "scheme": "_ƮA攤/ɸɎ R§耶FfBl", + "httpHeaders": [ + { + "name": "231", + "value": "232" + } + ] + }, + "tcpSocket": { + "port": 1074486306, + "host": "233" + } + } + }, + "terminationMessagePath": "234", + "terminationMessagePolicy": "Zɾģ毋Ó6dz娝嘚庎D}埽uʎ", + "imagePullPolicy": "Ǖɳɷ9Ì崟¿瘦ɖ緕", + "securityContext": { + "capabilities": { + "add": [ + "勅跦Opwǩ曬逴褜1Ø" + ], + "drop": [ + "ȠƬQg鄠[颐o啛更偢ɇ卷荙JLĹ]" + ] + }, + "privileged": true, + "seLinuxOptions": { + "user": "235", + "role": "236", + "type": "237", + "level": "238" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "239", + "gmsaCredentialSpec": "240", + "runAsUserName": "241" + }, + "runAsUser": -6470941481344047265, + "runAsGroup": 1373384864388370080, + "runAsNonRoot": false, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "W:ĸ輦唊#v", + "seccompProfile": { + "type": "ʩȂ4ē鐭#", + "localhostProfile": "242" + } + }, + "stdinOnce": true + } + ], + "containers": [ + { + "name": "243", + "image": "244", + "command": [ + "245" + ], + "args": [ + "246" + ], + "workingDir": "247", + "ports": [ + { + "name": "248", + "hostPort": -179937987, + "containerPort": -1911544792, + "protocol": "苧yñKJɐ扵Gƚ绤fʀļ腩", + "hostIP": "249" + } + ], + "envFrom": [ + { + "prefix": "250", + "configMapRef": { + "name": "251", + "optional": false + }, + "secretRef": { + "name": "252", + "optional": false + } + } + ], + "env": [ + { + "name": "253", + "value": "254", + "valueFrom": { + "fieldRef": { + "apiVersion": "255", + "fieldPath": "256" + }, + "resourceFieldRef": { + "containerName": "257", + "resource": "258", + "divisor": "189" + }, + "configMapKeyRef": { + "name": "259", + "key": "260", + "optional": false + }, + "secretKeyRef": { + "name": "261", + "key": "262", + "optional": true + } + } + } + ], + "resources": { + "limits": { + "蔞|表徶đ寳议Ƭƶ氩Ȩ\u003c6": "446" + }, + "requests": { + "ŕ翑0展}": "910" + } + }, + "volumeMounts": [ + { + "name": "263", + "mountPath": "264", + "subPath": "265", + "mountPropagation": "碔", + "subPathExpr": "266" + } + ], + "volumeDevices": [ + { + "name": "267", + "devicePath": "268" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "269" + ] + }, + "httpGet": { + "path": "270", + "port": -260262954, + "host": "271", + "scheme": "ŵ橨鬶l獕;跣H", + "httpHeaders": [ + { + "name": "272", + "value": "273" + } + ] + }, + "tcpSocket": { + "port": -1164530482, + "host": "274" + }, + "initialDelaySeconds": 1877574041, + "timeoutSeconds": 1430286749, + "periodSeconds": -374766088, + "successThreshold": -736151561, + "failureThreshold": -1515369804 + }, + "readinessProbe": { + "exec": { + "command": [ + "275" + ] + }, + "httpGet": { + "path": "276", + "port": 1909548849, + "host": "277", + "scheme": "4Ǒ輂,ŕĪ", + "httpHeaders": [ + { + "name": "278", + "value": "279" + } + ] + }, + "tcpSocket": { + "port": 567263590, + "host": "280" + }, + "initialDelaySeconds": 887319241, + "timeoutSeconds": 1559618829, + "periodSeconds": 1156888068, + "successThreshold": -1296077882, + "failureThreshold": 937646333 + }, + "startupProbe": { + "exec": { + "command": [ + "281" + ] + }, + "httpGet": { + "path": "282", + "port": 1328165061, + "host": "283", + "scheme": "¸gĩ", + "httpHeaders": [ + { + "name": "284", + "value": "285" + } + ] + }, + "tcpSocket": { + "port": 1186392166, + "host": "286" + }, + "initialDelaySeconds": 725793326, + "timeoutSeconds": 217380320, + "periodSeconds": -239231628, + "successThreshold": 1143791964, + "failureThreshold": -1129035468 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "287" + ] + }, + "httpGet": { + "path": "288", + "port": 972193458, + "host": "289", + "scheme": "ƺ蛜6Ɖ飴ɎiǨź", + "httpHeaders": [ + { + "name": "290", + "value": "291" + } + ] + }, + "tcpSocket": { + "port": -1453143878, + "host": "292" + } + }, + "preStop": { + "exec": { + "command": [ + "293" + ] + }, + "httpGet": { + "path": "294", + "port": "295", + "host": "296", + "scheme": "ɥ嵐sC8?Ǻ鱎ƙ;Nŕ璻", + "httpHeaders": [ + { + "name": "297", + "value": "298" + } + ] + }, + "tcpSocket": { + "port": "299", + "host": "300" + } + } + }, + "terminationMessagePath": "301", + "terminationMessagePolicy": "h亏yƕ丆録²Ŏ)/灩聋3趐囨鏻砅邻", + "imagePullPolicy": "騎C\"6x$1sȣ±p鋄", + "securityContext": { + "capabilities": { + "add": [ + "ȹ均i绝5哇芆斩ìh4Ɋ" + ], + "drop": [ + "Ȗ|ʐşƧ諔迮ƙIJ嘢4" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "302", + "role": "303", + "type": "304", + "level": "305" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "306", + "gmsaCredentialSpec": "307", + "runAsUserName": "308" + }, + "runAsUser": 4288903380102217677, + "runAsGroup": 6618112330449141397, + "runAsNonRoot": false, + "readOnlyRootFilesystem": false, + "allowPrivilegeEscalation": false, + "procMount": "ďW賁Ěɭɪǹ0衷,ƷƣMț譎懚XW", + "seccompProfile": { + "type": "鑳w妕眵笭/9崍h趭", + "localhostProfile": "309" + } + }, + "stdin": true + } + ], + "ephemeralContainers": [ + { + "name": "310", + "image": "311", + "command": [ + "312" + ], + "args": [ + "313" + ], + "workingDir": "314", + "ports": [ + { + "name": "315", + "hostPort": -748525373, + "containerPort": 805162379, + "protocol": "ǵ xǨŴ壶ƵfȽÃ", + "hostIP": "316" + } + ], + "envFrom": [ + { + "prefix": "317", + "configMapRef": { + "name": "318", + "optional": false + }, + "secretRef": { + "name": "319", + "optional": true + } + } + ], + "env": [ + { + "name": "320", + "value": "321", + "valueFrom": { + "fieldRef": { + "apiVersion": "322", + "fieldPath": "323" + }, + "resourceFieldRef": { + "containerName": "324", + "resource": "325", + "divisor": "854" + }, + "configMapKeyRef": { + "name": "326", + "key": "327", + "optional": true + }, + "secretKeyRef": { + "name": "328", + "key": "329", + "optional": true + } + } + } + ], + "resources": { + "limits": { + "ğ Ņ#耗Ǚ(": "24" + }, + "requests": { + "瘍Nʊ輔3璾ėȜv1b繐汚": "243" + } + }, + "volumeMounts": [ + { + "name": "330", + "readOnly": true, + "mountPath": "331", + "subPath": "332", + "mountPropagation": "Ü[ƛ^輅9ɛ棕ƈ眽炊礫Ƽ", + "subPathExpr": "333" + } + ], + "volumeDevices": [ + { + "name": "334", + "devicePath": "335" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "336" + ] + }, + "httpGet": { + "path": "337", + "port": "338", + "host": "339", + "scheme": "dŊiɢ", + "httpHeaders": [ + { + "name": "340", + "value": "341" + } + ] + }, + "tcpSocket": { + "port": -370404018, + "host": "342" + }, + "initialDelaySeconds": -1844150067, + "timeoutSeconds": 414056303, + "periodSeconds": -1143639551, + "successThreshold": 571693619, + "failureThreshold": 1643238856 + }, + "readinessProbe": { + "exec": { + "command": [ + "343" + ] + }, + "httpGet": { + "path": "344", + "port": 677650619, + "host": "345", + "scheme": "怖ý萜Ǖc8ǣƘƵŧ1ƟƓ宆!鍲ɋȑ", + "httpHeaders": [ + { + "name": "346", + "value": "347" + } + ] + }, + "tcpSocket": { + "port": -843639240, + "host": "348" + }, + "initialDelaySeconds": 1573261475, + "timeoutSeconds": -1211577347, + "periodSeconds": 1529027685, + "successThreshold": -1612005385, + "failureThreshold": -1706593993 + }, + "startupProbe": { + "exec": { + "command": [ + "349" + ] + }, + "httpGet": { + "path": "350", + "port": "351", + "host": "352", + "scheme": "U", + "httpHeaders": [ + { + "name": "353", + "value": "354" + } + ] + }, + "tcpSocket": { + "port": 758604605, + "host": "355" + }, + "initialDelaySeconds": -291429895, + "timeoutSeconds": -478839383, + "periodSeconds": 989933975, + "successThreshold": 140830733, + "failureThreshold": -708495486 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "356" + ] + }, + "httpGet": { + "path": "357", + "port": "358", + "host": "359", + "scheme": "臜裡×銵-紑浘", + "httpHeaders": [ + { + "name": "360", + "value": "361" + } + ] + }, + "tcpSocket": { + "port": -1095116290, + "host": "362" + } + }, + "preStop": { + "exec": { + "command": [ + "363" + ] + }, + "httpGet": { + "path": "364", + "port": -1431381588, + "host": "365", + "scheme": "JŵǤ", + "httpHeaders": [ + { + "name": "366", + "value": "367" + } + ] + }, + "tcpSocket": { + "port": "368", + "host": "369" + } + } + }, + "terminationMessagePath": "370", + "terminationMessagePolicy": "鉂WJ1抉泅ą\u0026疀ȼN翾ȾD虓氙磂t", + "imagePullPolicy": ":/", + "securityContext": { + "capabilities": { + "add": [ + "诵H玲鑠ĭ$#卛8ð" + ], + "drop": [ + "Q橱9ij\\Ď愝Ű藛b" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "371", + "role": "372", + "type": "373", + "level": "374" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "375", + "gmsaCredentialSpec": "376", + "runAsUserName": "377" + }, + "runAsUser": 5574781452707956333, + "runAsGroup": 8850141386971124227, + "runAsNonRoot": false, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": false, + "procMount": "忀oɎƺL肄$鬬", + "seccompProfile": { + "type": "矐_", + "localhostProfile": "378" + } + }, + "tty": true, + "targetContainerName": "379" + } + ], + "restartPolicy": "嵞嬯t{Eɾ敹Ȯ-湷D谹", + "terminationGracePeriodSeconds": -2985049970189992560, + "activeDeadlineSeconds": 4369716065827112267, + "nodeSelector": { + "380": "381" + }, + "serviceAccountName": "382", + "serviceAccount": "383", + "automountServiceAccountToken": true, + "nodeName": "384", + "shareProcessNamespace": false, + "securityContext": { + "seLinuxOptions": { + "user": "385", + "role": "386", + "type": "387", + "level": "388" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "389", + "gmsaCredentialSpec": "390", + "runAsUserName": "391" + }, + "runAsUser": 1322232608671575212, + "runAsGroup": -3565639689247870986, + "runAsNonRoot": false, + "supplementalGroups": [ + -7888525810745339742 + ], + "fsGroup": -3029419263270634763, + "sysctls": [ + { + "name": "392", + "value": "393" + } + ], + "fsGroupChangePolicy": "?jĎĭ¥#ƱÁR»淹揀.", + "seccompProfile": { + "type": "鍃G昧牱", + "localhostProfile": "394" + } + }, + "imagePullSecrets": [ + { + "name": "395" + } + ], + "hostname": "396", + "subdomain": "397", + "affinity": { + "nodeAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": { + "nodeSelectorTerms": [ + { + "matchExpressions": [ + { + "key": "398", + "operator": "", + "values": [ + "399" + ] + } + ], + "matchFields": [ + { + "key": "400", + "operator": "kƒK07曳wœj堑ūM鈱ɖ'蠨磼", + "values": [ + "401" + ] + } + ] + } + ] + }, + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 1724658051, + "preference": { + "matchExpressions": [ + { + "key": "402", + "operator": "盌3+Œ", + "values": [ + "403" + ] + } + ], + "matchFields": [ + { + "key": "404", + "operator": ")Zq=歍þ", + "values": [ + "405" + ] + } + ] + } + } + ] + }, + "podAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "a-z_-..6W.VKs": "1" + }, + "matchExpressions": [ + { + "key": "KA-._d._.Um.-__0", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "412" + ], + "topologyKey": "413" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 1387858949, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "y_-3_L_2--_v2.5p_6": "u.wg_-b8a_6_.0Q4_.84.K_-_0_..u.F.pq..--3QC1--L--v_Z--Zg-_Q" + }, + "matchExpressions": [ + { + "key": "3--51", + "operator": "NotIn", + "values": [ + "C.-e16-O5" + ] + } + ] + }, + "namespaces": [ + "420" + ], + "topologyKey": "421" + } + } + ] + }, + "podAntiAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "93z-w5----7-z-63-z---5r-v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-354/9--v17r__.2bIZ___._6..tf-_u-3-_n0..KpiS.oK-.O--5-yp8q_s-1__gwj": "5HG2_5XOAX.gUqV22-4-ye52yQh7.6.-y-s4483Po_L3f1-7_O4.nM" + }, + "matchExpressions": [ + { + "key": "8mtxb__-ex-_1_-ODgC_1-_8__3", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "428" + ], + "topologyKey": "429" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -824709210, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "O2G_-_K-.03.mp.-10KkQ-R_R.-.--4_IT_O__3.5h_XC0_-7.-j": "O_8-b6E_--Y_Dp8O_._e_3_.4_W_-_-7Tp_.----p" + }, + "matchExpressions": [ + { + "key": "H72-_--pT7p", + "operator": "NotIn", + "values": [ + "0_._f" + ] + } + ] + }, + "namespaces": [ + "436" + ], + "topologyKey": "437" + } + } + ] + } + }, + "schedulerName": "438", + "tolerations": [ + { + "key": "439", + "operator": "ƞ=掔廛ĤJŇv膈ǣʛsĊ剞", + "value": "440", + "effect": "Ɵ鳝稃Ȍ液文?謮ɶÎ磣:mʂ渢pɉ驻(", + "tolerationSeconds": 5238971742940252651 + } + ], + "hostAliases": [ + { + "ip": "441", + "hostnames": [ + "442" + ] + } + ], + "priorityClassName": "443", + "priority": -125022959, + "dnsConfig": { + "nameservers": [ + "444" + ], + "searches": [ + "445" + ], + "options": [ + { + "name": "446", + "value": "447" + } + ] + }, + "readinessGates": [ + { + "conditionType": "Ɍ邪鳖üzÁ" + } + ], + "runtimeClassName": "448", + "enableServiceLinks": false, + "preemptionPolicy": ".Ą", + "overhead": { + "ɨ悪@黝Ɓ": "177" + }, + "topologySpreadConstraints": [ + { + "maxSkew": -1569123121, + "topologyKey": "449", + "whenUnsatisfiable": "魨练脨,Ƃ3貊ɔ帘錇š裢C仗ɂ覥", + "labelSelector": { + "matchLabels": { + "4e-_07-ht-E6___-X__H.-39-A_-_l67Q.-_t--O.3L.z2-y.-...C4_-_G": "8-c_C.G.h--m.f" + }, + "matchExpressions": [ + { + "key": "OA_090ERG2nV.__p_Y-.2__a_dWU_V-_QA", + "operator": "NotIn", + "values": [ + "7CY-_dc__G6N-_-0o.0C_gV.9_G-.-z1Y_HEb.9x8" + ] + } + ] + } + } + ], + "setHostnameAsFQDN": false + } + } + }, + "status": { + "replicas": 337922430, + "fullyLabeledReplicas": 31486357, + "readyReplicas": -1983654895, + "availableReplicas": 1308809900, + "observedGeneration": -5594148640067537624, + "conditions": [ + { + "type": "议ĪS", + "status": "?Ď筌ʨ:ÿ1諘蚿[ĵ皥袨\\k%橳", + "lastTransitionTime": "2125-04-24T12:13:40Z", + "reason": "456", + "message": "457" + } + ] + } +} \ No newline at end of file diff --git a/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta2.ReplicaSet.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta2.ReplicaSet.after_roundtrip.pb new file mode 100644 index 0000000000000000000000000000000000000000..7afade16394a5820a0c2094de6586b60f649cdab GIT binary patch literal 6814 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 literal 0 HcmV?d00001 diff --git a/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta2.ReplicaSet.after_roundtrip.yaml b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta2.ReplicaSet.after_roundtrip.yaml new file mode 100644 index 00000000000..e059eb2ac3d --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta2.ReplicaSet.after_roundtrip.yaml @@ -0,0 +1,1016 @@ +apiVersion: apps/v1beta2 +kind: ReplicaSet +metadata: + annotations: + "9": "10" + clusterName: "15" + creationTimestamp: null + deletionGracePeriodSeconds: -4955867275792137171 + finalizers: + - "14" + generateName: "3" + generation: 8071137005907523419 + labels: + "7": "8" + managedFields: + - apiVersion: "17" + fieldsType: "18" + manager: "16" + operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć] + name: "2" + namespace: "4" + ownerReferences: + - apiVersion: "11" + blockOwnerDeletion: true + controller: false + kind: "12" + name: "13" + uid: Dz廔ȇ{sŊƏp + resourceVersion: "11042405498087606203" + selfLink: "5" + uid: "7" +spec: + minReadySeconds: -1971381490 + replicas: 896585016 + selector: + matchExpressions: + - key: U-_Bq.m_-.q8_v2LiTF_a981d3-7-fP81.-.9Vdx.TB_M-H_5_t + operator: In + values: + - M--n1-p5.3___47._49pIB_o61ISU4--A_.XK_._M9T9sH.W5 + matchLabels: + g8c2-k-912e5-c-e63-n-3snh-z--3uy5-----578/s.X8u4_.l.wV--__-Nx.N_6-___._-.-W._AAn---v_-5-_8LXP-o-9..1l-5: "" + template: + metadata: + annotations: + "32": "33" + clusterName: "38" + creationTimestamp: null + deletionGracePeriodSeconds: -152893758082474859 + finalizers: + - "37" + generateName: "26" + generation: -6617020301190572172 + labels: + "30": "31" + managedFields: + - apiVersion: "40" + fieldsType: "41" + manager: "39" + operation: ƅS·Õüe0ɔȖ脵鴈Ō + name: "25" + namespace: "27" + ownerReferences: + - apiVersion: "34" + blockOwnerDeletion: true + controller: true + kind: "35" + name: "36" + uid: 'ɖgȏ哙ȍȂ揲ȼDDŽLŬp:' + resourceVersion: "7336814125345800857" + selfLink: "28" + uid: ʬ + spec: + activeDeadlineSeconds: 4369716065827112267 + affinity: + nodeAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - preference: + matchExpressions: + - key: "402" + operator: 盌3+Œ + values: + - "403" + matchFields: + - key: "404" + operator: )Zq=歍þ + values: + - "405" + weight: 1724658051 + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: "398" + operator: "" + values: + - "399" + matchFields: + - key: "400" + operator: kƒK07曳wœj堑ūM鈱ɖ'蠨磼 + values: + - "401" + podAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: 3--51 + operator: NotIn + values: + - C.-e16-O5 + matchLabels: + y_-3_L_2--_v2.5p_6: u.wg_-b8a_6_.0Q4_.84.K_-_0_..u.F.pq..--3QC1--L--v_Z--Zg-_Q + namespaces: + - "420" + topologyKey: "421" + weight: 1387858949 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: KA-._d._.Um.-__0 + operator: DoesNotExist + matchLabels: + a-z_-..6W.VKs: "1" + namespaces: + - "412" + topologyKey: "413" + podAntiAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: H72-_--pT7p + operator: NotIn + values: + - 0_._f + matchLabels: + O2G_-_K-.03.mp.-10KkQ-R_R.-.--4_IT_O__3.5h_XC0_-7.-j: O_8-b6E_--Y_Dp8O_._e_3_.4_W_-_-7Tp_.----p + namespaces: + - "436" + topologyKey: "437" + weight: -824709210 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: 8mtxb__-ex-_1_-ODgC_1-_8__3 + operator: DoesNotExist + matchLabels: + 93z-w5----7-z-63-z---5r-v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-354/9--v17r__.2bIZ___._6..tf-_u-3-_n0..KpiS.oK-.O--5-yp8q_s-1__gwj: 5HG2_5XOAX.gUqV22-4-ye52yQh7.6.-y-s4483Po_L3f1-7_O4.nM + namespaces: + - "428" + topologyKey: "429" + automountServiceAccountToken: true + containers: + - args: + - "246" + command: + - "245" + env: + - name: "253" + value: "254" + valueFrom: + configMapKeyRef: + key: "260" + name: "259" + optional: false + fieldRef: + apiVersion: "255" + fieldPath: "256" + resourceFieldRef: + containerName: "257" + divisor: "189" + resource: "258" + secretKeyRef: + key: "262" + name: "261" + optional: true + envFrom: + - configMapRef: + name: "251" + optional: false + prefix: "250" + secretRef: + name: "252" + optional: false + image: "244" + imagePullPolicy: 騎C"6x$1sȣ±p鋄 + lifecycle: + postStart: + exec: + command: + - "287" + httpGet: + host: "289" + httpHeaders: + - name: "290" + value: "291" + path: "288" + port: 972193458 + scheme: ƺ蛜6Ɖ飴ɎiǨź + tcpSocket: + host: "292" + port: -1453143878 + preStop: + exec: + command: + - "293" + httpGet: + host: "296" + httpHeaders: + - name: "297" + value: "298" + path: "294" + port: "295" + scheme: ɥ嵐sC8?Ǻ鱎ƙ;Nŕ璻 + tcpSocket: + host: "300" + port: "299" + livenessProbe: + exec: + command: + - "269" + failureThreshold: -1515369804 + httpGet: + host: "271" + httpHeaders: + - name: "272" + value: "273" + path: "270" + port: -260262954 + scheme: ŵ橨鬶l獕;跣H + initialDelaySeconds: 1877574041 + periodSeconds: -374766088 + successThreshold: -736151561 + tcpSocket: + host: "274" + port: -1164530482 + timeoutSeconds: 1430286749 + name: "243" + ports: + - containerPort: -1911544792 + hostIP: "249" + hostPort: -179937987 + name: "248" + protocol: 苧yñKJɐ扵Gƚ绤fʀļ腩 + readinessProbe: + exec: + command: + - "275" + failureThreshold: 937646333 + httpGet: + host: "277" + httpHeaders: + - name: "278" + value: "279" + path: "276" + port: 1909548849 + scheme: 4Ǒ輂,ŕĪ + initialDelaySeconds: 887319241 + periodSeconds: 1156888068 + successThreshold: -1296077882 + tcpSocket: + host: "280" + port: 567263590 + timeoutSeconds: 1559618829 + resources: + limits: + 蔞|表徶đ寳议Ƭƶ氩Ȩ<6: "446" + requests: + ŕ翑0展}: "910" + securityContext: + allowPrivilegeEscalation: false + capabilities: + add: + - ȹ均i绝5哇芆斩ìh4Ɋ + drop: + - Ȗ|ʐşƧ諔迮ƙIJ嘢4 + privileged: false + procMount: ďW賁Ěɭɪǹ0衷,ƷƣMț譎懚XW + readOnlyRootFilesystem: false + runAsGroup: 6618112330449141397 + runAsNonRoot: false + runAsUser: 4288903380102217677 + seLinuxOptions: + level: "305" + role: "303" + type: "304" + user: "302" + seccompProfile: + localhostProfile: "309" + type: 鑳w妕眵笭/9崍h趭 + windowsOptions: + gmsaCredentialSpec: "307" + gmsaCredentialSpecName: "306" + runAsUserName: "308" + startupProbe: + exec: + command: + - "281" + failureThreshold: -1129035468 + httpGet: + host: "283" + httpHeaders: + - name: "284" + value: "285" + path: "282" + port: 1328165061 + scheme: ¸gĩ + initialDelaySeconds: 725793326 + periodSeconds: -239231628 + successThreshold: 1143791964 + tcpSocket: + host: "286" + port: 1186392166 + timeoutSeconds: 217380320 + stdin: true + terminationMessagePath: "301" + terminationMessagePolicy: h亏yƕ丆録²Ŏ)/灩聋3趐囨鏻砅邻 + volumeDevices: + - devicePath: "268" + name: "267" + volumeMounts: + - mountPath: "264" + mountPropagation: 碔 + name: "263" + subPath: "265" + subPathExpr: "266" + workingDir: "247" + dnsConfig: + nameservers: + - "444" + options: + - name: "446" + value: "447" + searches: + - "445" + enableServiceLinks: false + ephemeralContainers: + - args: + - "313" + command: + - "312" + env: + - name: "320" + value: "321" + valueFrom: + configMapKeyRef: + key: "327" + name: "326" + optional: true + fieldRef: + apiVersion: "322" + fieldPath: "323" + resourceFieldRef: + containerName: "324" + divisor: "854" + resource: "325" + secretKeyRef: + key: "329" + name: "328" + optional: true + envFrom: + - configMapRef: + name: "318" + optional: false + prefix: "317" + secretRef: + name: "319" + optional: true + image: "311" + imagePullPolicy: :/ + lifecycle: + postStart: + exec: + command: + - "356" + httpGet: + host: "359" + httpHeaders: + - name: "360" + value: "361" + path: "357" + port: "358" + scheme: 臜裡×銵-紑浘 + tcpSocket: + host: "362" + port: -1095116290 + preStop: + exec: + command: + - "363" + httpGet: + host: "365" + httpHeaders: + - name: "366" + value: "367" + path: "364" + port: -1431381588 + scheme: JŵǤ + tcpSocket: + host: "369" + port: "368" + livenessProbe: + exec: + command: + - "336" + failureThreshold: 1643238856 + httpGet: + host: "339" + httpHeaders: + - name: "340" + value: "341" + path: "337" + port: "338" + scheme: dŊiɢ + initialDelaySeconds: -1844150067 + periodSeconds: -1143639551 + successThreshold: 571693619 + tcpSocket: + host: "342" + port: -370404018 + timeoutSeconds: 414056303 + name: "310" + ports: + - containerPort: 805162379 + hostIP: "316" + hostPort: -748525373 + name: "315" + protocol: ǵ xǨŴ壶ƵfȽà + readinessProbe: + exec: + command: + - "343" + failureThreshold: -1706593993 + httpGet: + host: "345" + httpHeaders: + - name: "346" + value: "347" + path: "344" + port: 677650619 + scheme: 怖ý萜Ǖc8ǣƘƵŧ1ƟƓ宆!鍲ɋȑ + initialDelaySeconds: 1573261475 + periodSeconds: 1529027685 + successThreshold: -1612005385 + tcpSocket: + host: "348" + port: -843639240 + timeoutSeconds: -1211577347 + resources: + limits: + ğ Ņ#耗Ǚ(: "24" + requests: + 瘍Nʊ輔3璾ėȜv1b繐汚: "243" + securityContext: + allowPrivilegeEscalation: false + capabilities: + add: + - 诵H玲鑠ĭ$#卛8ð + drop: + - Q橱9ij\Ď愝Ű藛b + privileged: false + procMount: 忀oɎƺL肄$鬬 + readOnlyRootFilesystem: true + runAsGroup: 8850141386971124227 + runAsNonRoot: false + runAsUser: 5574781452707956333 + seLinuxOptions: + level: "374" + role: "372" + type: "373" + user: "371" + seccompProfile: + localhostProfile: "378" + type: 矐_ + windowsOptions: + gmsaCredentialSpec: "376" + gmsaCredentialSpecName: "375" + runAsUserName: "377" + startupProbe: + exec: + command: + - "349" + failureThreshold: -708495486 + httpGet: + host: "352" + httpHeaders: + - name: "353" + value: "354" + path: "350" + port: "351" + scheme: U + initialDelaySeconds: -291429895 + periodSeconds: 989933975 + successThreshold: 140830733 + tcpSocket: + host: "355" + port: 758604605 + timeoutSeconds: -478839383 + targetContainerName: "379" + terminationMessagePath: "370" + terminationMessagePolicy: 鉂WJ1抉泅ą&疀ȼN翾ȾD虓氙磂t + tty: true + volumeDevices: + - devicePath: "335" + name: "334" + volumeMounts: + - mountPath: "331" + mountPropagation: Ü[ƛ^輅9ɛ棕ƈ眽炊礫Ƽ + name: "330" + readOnly: true + subPath: "332" + subPathExpr: "333" + workingDir: "314" + hostAliases: + - hostnames: + - "442" + ip: "441" + hostname: "396" + imagePullSecrets: + - name: "395" + initContainers: + - args: + - "178" + command: + - "177" + env: + - name: "185" + value: "186" + valueFrom: + configMapKeyRef: + key: "192" + name: "191" + optional: true + fieldRef: + apiVersion: "187" + fieldPath: "188" + resourceFieldRef: + containerName: "189" + divisor: "663" + resource: "190" + secretKeyRef: + key: "194" + name: "193" + optional: false + envFrom: + - configMapRef: + name: "183" + optional: true + prefix: "182" + secretRef: + name: "184" + optional: true + image: "176" + imagePullPolicy: Ǖɳɷ9Ì崟¿瘦ɖ緕 + lifecycle: + postStart: + exec: + command: + - "221" + httpGet: + host: "224" + httpHeaders: + - name: "225" + value: "226" + path: "222" + port: "223" + scheme: '''' + tcpSocket: + host: "227" + port: -801430937 + preStop: + exec: + command: + - "228" + httpGet: + host: "230" + httpHeaders: + - name: "231" + value: "232" + path: "229" + port: 1810980158 + scheme: _ƮA攤/ɸɎ R§耶FfBl + tcpSocket: + host: "233" + port: 1074486306 + livenessProbe: + exec: + command: + - "201" + failureThreshold: 1684643131 + httpGet: + host: "203" + httpHeaders: + - name: "204" + value: "205" + path: "202" + port: 1214895765 + scheme: 悖ȩ0Ƹ[Ęİ榌U + initialDelaySeconds: -442393168 + periodSeconds: 1109079597 + successThreshold: -646728130 + tcpSocket: + host: "206" + port: -187060941 + timeoutSeconds: -307373517 + name: "175" + ports: + - containerPort: 859639931 + hostIP: "181" + hostPort: 747521320 + name: "180" + protocol: p儼Ƿ裚瓶釆Ɗ+j忊Ŗȫ焗捏ĨF + readinessProbe: + exec: + command: + - "207" + failureThreshold: -1880980172 + httpGet: + host: "210" + httpHeaders: + - name: "211" + value: "212" + path: "208" + port: "209" + scheme: 荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3 + initialDelaySeconds: 238949508 + periodSeconds: 851018015 + successThreshold: 596942561 + tcpSocket: + host: "214" + port: "213" + timeoutSeconds: -1389418722 + resources: + limits: + ſ盷: "532" + requests: + '[Řż丩': "47" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 勅跦Opwǩ曬逴褜1Ø + drop: + - ȠƬQg鄠[颐o啛更偢ɇ卷荙JLĹ] + privileged: true + procMount: W:ĸ輦唊#v + readOnlyRootFilesystem: true + runAsGroup: 1373384864388370080 + runAsNonRoot: false + runAsUser: -6470941481344047265 + seLinuxOptions: + level: "238" + role: "236" + type: "237" + user: "235" + seccompProfile: + localhostProfile: "242" + type: ʩȂ4ē鐭# + windowsOptions: + gmsaCredentialSpec: "240" + gmsaCredentialSpecName: "239" + runAsUserName: "241" + startupProbe: + exec: + command: + - "215" + failureThreshold: 59664438 + httpGet: + host: "217" + httpHeaders: + - name: "218" + value: "219" + path: "216" + port: 10098903 + scheme: «丯Ƙ枛牐ɺ皚 + initialDelaySeconds: 766864314 + periodSeconds: 1495880465 + successThreshold: -1032967081 + tcpSocket: + host: "220" + port: -1934111455 + timeoutSeconds: 1146016612 + stdinOnce: true + terminationMessagePath: "234" + terminationMessagePolicy: Zɾģ毋Ó6dz娝嘚庎D}埽uʎ + volumeDevices: + - devicePath: "200" + name: "199" + volumeMounts: + - mountPath: "196" + mountPropagation: VƋZ1Ůđ眊ľǎɳ,ǿ飏 + name: "195" + subPath: "197" + subPathExpr: "198" + workingDir: "179" + nodeName: "384" + nodeSelector: + "380": "381" + overhead: + ɨ悪@黝Ɓ: "177" + preemptionPolicy: .Ą + priority: -125022959 + priorityClassName: "443" + readinessGates: + - conditionType: Ɍ邪鳖üzÁ + restartPolicy: 嵞嬯t{Eɾ敹Ȯ-湷D谹 + runtimeClassName: "448" + schedulerName: "438" + securityContext: + fsGroup: -3029419263270634763 + fsGroupChangePolicy: ?jĎĭ¥#ƱÁR»淹揀. + runAsGroup: -3565639689247870986 + runAsNonRoot: false + runAsUser: 1322232608671575212 + seLinuxOptions: + level: "388" + role: "386" + type: "387" + user: "385" + seccompProfile: + localhostProfile: "394" + type: 鍃G昧牱 + supplementalGroups: + - -7888525810745339742 + sysctls: + - name: "392" + value: "393" + windowsOptions: + gmsaCredentialSpec: "390" + gmsaCredentialSpecName: "389" + runAsUserName: "391" + serviceAccount: "383" + serviceAccountName: "382" + setHostnameAsFQDN: false + shareProcessNamespace: false + subdomain: "397" + terminationGracePeriodSeconds: -2985049970189992560 + tolerations: + - effect: Ɵ鳝稃Ȍ液文?謮ɶÎ磣:mʂ渢pɉ驻( + key: "439" + operator: ƞ=掔廛ĤJŇv膈ǣʛsĊ剞 + tolerationSeconds: 5238971742940252651 + value: "440" + topologySpreadConstraints: + - labelSelector: + matchExpressions: + - key: OA_090ERG2nV.__p_Y-.2__a_dWU_V-_QA + operator: NotIn + values: + - 7CY-_dc__G6N-_-0o.0C_gV.9_G-.-z1Y_HEb.9x8 + matchLabels: + 4e-_07-ht-E6___-X__H.-39-A_-_l67Q.-_t--O.3L.z2-y.-...C4_-_G: 8-c_C.G.h--m.f + maxSkew: -1569123121 + topologyKey: "449" + whenUnsatisfiable: 魨练脨,Ƃ3貊ɔ帘錇š裢C仗ɂ覥 + volumes: + - awsElasticBlockStore: + fsType: "47" + partition: -762366823 + readOnly: true + volumeID: "46" + azureDisk: + cachingMode: HǺƶȤ^}穠 + diskName: "110" + diskURI: "111" + fsType: "112" + kind: 躢 + readOnly: true + azureFile: + secretName: "96" + shareName: "97" + cephfs: + monitors: + - "81" + path: "82" + secretFile: "84" + secretRef: + name: "85" + user: "83" + cinder: + fsType: "79" + secretRef: + name: "80" + volumeID: "78" + configMap: + defaultMode: -460478410 + items: + - key: "99" + mode: -2039036935 + path: "100" + name: "98" + optional: false + csi: + driver: "142" + fsType: "143" + nodePublishSecretRef: + name: "146" + readOnly: false + volumeAttributes: + "144": "145" + downwardAPI: + defaultMode: -106644772 + items: + - fieldRef: + apiVersion: "89" + fieldPath: "90" + mode: 1235524154 + path: "88" + resourceFieldRef: + containerName: "91" + divisor: "457" + resource: "92" + emptyDir: + medium: 彭聡A3fƻfʣ + sizeLimit: "115" + ephemeral: + volumeClaimTemplate: + metadata: + annotations: + "154": "155" + clusterName: "160" + creationTimestamp: null + deletionGracePeriodSeconds: 4217400953499279873 + finalizers: + - "159" + generateName: "148" + generation: 6327094951466338107 + labels: + "152": "153" + managedFields: + - apiVersion: "162" + fieldsType: "163" + manager: "161" + operation: O醔ɍ厶耈 T衧ȇe媹Hǝ呮}臷Ľð + name: "147" + namespace: "149" + ownerReferences: + - apiVersion: "156" + blockOwnerDeletion: true + controller: false + kind: "157" + name: "158" + uid: "" + resourceVersion: "5302358391842833914" + selfLink: "150" + spec: + accessModes: + - eÞȦY籎顒 + dataSource: + apiGroup: "172" + kind: "173" + name: "174" + resources: + limits: + ŴĿ: "377" + requests: + .Q貇£ȹ嫰ƹǔw÷nI: "718" + selector: + matchExpressions: + - key: a40--87-1wpl6-2-310e5hyzn0w-p4mz4.w-6d/6yV07-_.___gO-d.iUaC_wYSJfB._.zS-._..3le-4 + operator: DoesNotExist + matchLabels: + 5_Or.i1_7z.WH-.L: d2-N_Y.t--0 + storageClassName: "171" + volumeMode: ŀ樺ȃv渟7¤7djƯĖ漘Z剚敍0 + volumeName: "170" + fc: + fsType: "94" + lun: 441887498 + readOnly: true + targetWWNs: + - "93" + wwids: + - "95" + flexVolume: + driver: "73" + fsType: "74" + options: + "76": "77" + secretRef: + name: "75" + flocker: + datasetName: "86" + datasetUUID: "87" + gcePersistentDisk: + fsType: "45" + partition: -1499132872 + pdName: "44" + gitRepo: + directory: "50" + repository: "48" + revision: "49" + glusterfs: + endpoints: "63" + path: "64" + hostPath: + path: "43" + type: 6NJPM饣`诫z徃鷢6ȥ啕禗Ǐ2啗塧ȱ + iscsi: + fsType: "59" + initiatorName: "62" + iqn: "57" + iscsiInterface: "58" + lun: 1655406148 + portals: + - "60" + readOnly: true + secretRef: + name: "61" + targetPortal: "56" + name: "42" + nfs: + path: "55" + readOnly: true + server: "54" + persistentVolumeClaim: + claimName: "65" + readOnly: true + photonPersistentDisk: + fsType: "114" + pdID: "113" + portworxVolume: + fsType: "129" + volumeID: "128" + projected: + defaultMode: -522879476 + sources: + - configMap: + items: + - key: "124" + mode: -1694464659 + path: "125" + name: "123" + optional: true + downwardAPI: + items: + - fieldRef: + apiVersion: "119" + fieldPath: "120" + mode: 926891073 + path: "118" + resourceFieldRef: + containerName: "121" + divisor: "746" + resource: "122" + secret: + items: + - key: "116" + mode: -1399063270 + path: "117" + name: "115" + optional: true + serviceAccountToken: + audience: "126" + expirationSeconds: -7593824971107985079 + path: "127" + quobyte: + group: "108" + readOnly: true + registry: "105" + tenant: "109" + user: "107" + volume: "106" + rbd: + fsType: "68" + image: "67" + keyring: "71" + monitors: + - "66" + pool: "69" + readOnly: true + secretRef: + name: "72" + user: "70" + scaleIO: + fsType: "137" + gateway: "130" + protectionDomain: "133" + secretRef: + name: "132" + storageMode: "135" + storagePool: "134" + system: "131" + volumeName: "136" + secret: + defaultMode: 372704313 + items: + - key: "52" + mode: -104666658 + path: "53" + optional: true + secretName: "51" + storageos: + fsType: "140" + readOnly: true + secretRef: + name: "141" + volumeName: "138" + volumeNamespace: "139" + vsphereVolume: + fsType: "102" + storagePolicyID: "104" + storagePolicyName: "103" + volumePath: "101" +status: + availableReplicas: 1308809900 + conditions: + - lastTransitionTime: "2125-04-24T12:13:40Z" + message: "457" + reason: "456" + status: ?Ď筌ʨ:ÿ1諘蚿[ĵ皥袨\k%橳 + type: 议ĪS + fullyLabeledReplicas: 31486357 + observedGeneration: -5594148640067537624 + readyReplicas: -1983654895 + replicas: 337922430 diff --git a/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta2.StatefulSet.after_roundtrip.json b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta2.StatefulSet.after_roundtrip.json new file mode 100644 index 00000000000..40a9a7ba406 --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta2.StatefulSet.after_roundtrip.json @@ -0,0 +1,1595 @@ +{ + "kind": "StatefulSet", + "apiVersion": "apps/v1beta2", + "metadata": { + "name": "2", + "generateName": "3", + "namespace": "4", + "selfLink": "5", + "uid": "7", + "resourceVersion": "11042405498087606203", + "generation": 8071137005907523419, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -4955867275792137171, + "labels": { + "7": "8" + }, + "annotations": { + "9": "10" + }, + "ownerReferences": [ + { + "apiVersion": "11", + "kind": "12", + "name": "13", + "uid": "Dz廔ȇ{sŊƏp", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "14" + ], + "clusterName": "15", + "managedFields": [ + { + "manager": "16", + "operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]", + "apiVersion": "17", + "fieldsType": "18" + } + ] + }, + "spec": { + "replicas": 896585016, + "selector": { + "matchLabels": { + "74404d5---g8c2-k-91e.y5-g--58----0683-b-w7ld-6cs06xj-x5yv0wm-k18/M_-Nx.N_6-___._-.-W._AAn---v_-5-_8LXj": "6-4_WE-_JTrcd-2.-__E_Sv__26KX_R_.-.Nth._--S_4DA_-5_-4lQ42M--1" + }, + "matchExpressions": [ + { + "key": "50-u--25cu87--r7p-w1e67-8pj5t-kl-v0q6b68--nu5oii38fn-8.629b-jd-8c45-0-8--6n--w0--w---196g8d--iv1-5--5ht-a-29--0qso796/3___47._49pIB_o61ISU4--A_.XK_._M99", + "operator": "Exists" + } + ] + }, + "template": { + "metadata": { + "name": "25", + "generateName": "26", + "namespace": "27", + "selfLink": "28", + "uid": "?Qȫş", + "resourceVersion": "1736621709629422270", + "generation": -8542870036622468681, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -2575298329142810753, + "labels": { + "30": "31" + }, + "annotations": { + "32": "33" + }, + "ownerReferences": [ + { + "apiVersion": "34", + "kind": "35", + "name": "36", + "uid": "ƶȤ^}", + "controller": true, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "37" + ], + "clusterName": "38", + "managedFields": [ + { + "manager": "39", + "operation": "躢", + "apiVersion": "40", + "fieldsType": "41" + } + ] + }, + "spec": { + "volumes": [ + { + "name": "42", + "hostPath": { + "path": "43", + "type": "ƛƟ)ÙæNǚ錯ƶRquA?瞲Ť倱\u003c" + }, + "emptyDir": { + "medium": "Xŋ朘瑥A徙ɶɊł/擇ɦĽ胚O醔ɍ厶耈", + "sizeLimit": "473" + }, + "gcePersistentDisk": { + "pdName": "44", + "fsType": "45", + "partition": -1188153605 + }, + "awsElasticBlockStore": { + "volumeID": "46", + "fsType": "47", + "partition": 912004803, + "readOnly": true + }, + "gitRepo": { + "repository": "48", + "revision": "49", + "directory": "50" + }, + "secret": { + "secretName": "51", + "items": [ + { + "key": "52", + "path": "53", + "mode": -547518679 + } + ], + "defaultMode": 332383000, + "optional": true + }, + "nfs": { + "server": "54", + "path": "55", + "readOnly": true + }, + "iscsi": { + "targetPortal": "56", + "iqn": "57", + "lun": 994527057, + "iscsiInterface": "58", + "fsType": "59", + "portals": [ + "60" + ], + "chapAuthDiscovery": true, + "secretRef": { + "name": "61" + }, + "initiatorName": "62" + }, + "glusterfs": { + "endpoints": "63", + "path": "64", + "readOnly": true + }, + "persistentVolumeClaim": { + "claimName": "65", + "readOnly": true + }, + "rbd": { + "monitors": [ + "66" + ], + "image": "67", + "fsType": "68", + "pool": "69", + "user": "70", + "keyring": "71", + "secretRef": { + "name": "72" + } + }, + "flexVolume": { + "driver": "73", + "fsType": "74", + "secretRef": { + "name": "75" + }, + "readOnly": true, + "options": { + "76": "77" + } + }, + "cinder": { + "volumeID": "78", + "fsType": "79", + "secretRef": { + "name": "80" + } + }, + "cephfs": { + "monitors": [ + "81" + ], + "path": "82", + "user": "83", + "secretFile": "84", + "secretRef": { + "name": "85" + } + }, + "flocker": { + "datasetName": "86", + "datasetUUID": "87" + }, + "downwardAPI": { + "items": [ + { + "path": "88", + "fieldRef": { + "apiVersion": "89", + "fieldPath": "90" + }, + "resourceFieldRef": { + "containerName": "91", + "resource": "92", + "divisor": "660" + }, + "mode": 1569992019 + } + ], + "defaultMode": 824682619 + }, + "fc": { + "targetWWNs": [ + "93" + ], + "lun": -1740986684, + "fsType": "94", + "readOnly": true, + "wwids": [ + "95" + ] + }, + "azureFile": { + "secretName": "96", + "shareName": "97", + "readOnly": true + }, + "configMap": { + "name": "98", + "items": [ + { + "key": "99", + "path": "100", + "mode": 195263908 + } + ], + "defaultMode": 1593906314, + "optional": false + }, + "vsphereVolume": { + "volumePath": "101", + "fsType": "102", + "storagePolicyName": "103", + "storagePolicyID": "104" + }, + "quobyte": { + "registry": "105", + "volume": "106", + "user": "107", + "group": "108", + "tenant": "109" + }, + "azureDisk": { + "diskName": "110", + "diskURI": "111", + "cachingMode": "|@?鷅bȻN", + "fsType": "112", + "readOnly": true, + "kind": "榱*Gưoɘ檲" + }, + "photonPersistentDisk": { + "pdID": "113", + "fsType": "114" + }, + "projected": { + "sources": [ + { + "secret": { + "name": "115", + "items": [ + { + "key": "116", + "path": "117", + "mode": -323584340 + } + ], + "optional": true + }, + "downwardAPI": { + "items": [ + { + "path": "118", + "fieldRef": { + "apiVersion": "119", + "fieldPath": "120" + }, + "resourceFieldRef": { + "containerName": "121", + "resource": "122", + "divisor": "106" + }, + "mode": 173030157 + } + ] + }, + "configMap": { + "name": "123", + "items": [ + { + "key": "124", + "path": "125", + "mode": 2063799569 + } + ], + "optional": false + }, + "serviceAccountToken": { + "audience": "126", + "expirationSeconds": 8357931971650847566, + "path": "127" + } + } + ], + "defaultMode": -1334904807 + }, + "portworxVolume": { + "volumeID": "128", + "fsType": "129", + "readOnly": true + }, + "scaleIO": { + "gateway": "130", + "system": "131", + "secretRef": { + "name": "132" + }, + "protectionDomain": "133", + "storagePool": "134", + "storageMode": "135", + "volumeName": "136", + "fsType": "137" + }, + "storageos": { + "volumeName": "138", + "volumeNamespace": "139", + "fsType": "140", + "secretRef": { + "name": "141" + } + }, + "csi": { + "driver": "142", + "readOnly": false, + "fsType": "143", + "volumeAttributes": { + "144": "145" + }, + "nodePublishSecretRef": { + "name": "146" + } + }, + "ephemeral": { + "volumeClaimTemplate": { + "metadata": { + "name": "147", + "generateName": "148", + "namespace": "149", + "selfLink": "150", + "uid": "H巧壚tC十Oɢ", + "resourceVersion": "11451542506523135343", + "generation": 6028937828108618026, + "creationTimestamp": null, + "deletionGracePeriodSeconds": 6296624700137074905, + "labels": { + "152": "153" + }, + "annotations": { + "154": "155" + }, + "ownerReferences": [ + { + "apiVersion": "156", + "kind": "157", + "name": "158", + "uid": "閝ȝ", + "controller": false, + "blockOwnerDeletion": false + } + ], + "finalizers": [ + "159" + ], + "clusterName": "160", + "managedFields": [ + { + "manager": "161", + "operation": "ɑ龫`劳\u0026¼傭Ȟ1酃=6}ɡŇƉ立h", + "apiVersion": "162", + "fieldsType": "163" + } + ] + }, + "spec": { + "accessModes": [ + "鲡:" + ], + "selector": { + "matchLabels": { + "0-.-yz-0-_p4mz--.I_f6kjsz-7lwY-Y93-6": "igm_-._.q6" + }, + "matchExpressions": [ + { + "key": "m_0_F03_J", + "operator": "NotIn", + "values": [ + "4FpF_W-6" + ] + } + ] + }, + "resources": { + "limits": { + "Ŗȫ焗捏ĨFħ籘": "853" + }, + "requests": { + "zɟ踡肒Ao/樝fw[Řż丩ŽoǠ": "918" + } + }, + "volumeName": "170", + "storageClassName": "171", + "volumeMode": "Z1Ůđ眊ľǎɳ,ǿ飏騀呣", + "dataSource": { + "apiGroup": "172", + "kind": "173", + "name": "174" + } + } + } + } + } + ], + "initContainers": [ + { + "name": "175", + "image": "176", + "command": [ + "177" + ], + "args": [ + "178" + ], + "workingDir": "179", + "ports": [ + { + "name": "180", + "hostPort": 282592353, + "containerPort": 377225334, + "protocol": "Ƹ[Ęİ榌U髷裎$MVȟ@7", + "hostIP": "181" + } + ], + "envFrom": [ + { + "prefix": "182", + "configMapRef": { + "name": "183", + "optional": false + }, + "secretRef": { + "name": "184", + "optional": false + } + } + ], + "env": [ + { + "name": "185", + "value": "186", + "valueFrom": { + "fieldRef": { + "apiVersion": "187", + "fieldPath": "188" + }, + "resourceFieldRef": { + "containerName": "189", + "resource": "190", + "divisor": "573" + }, + "configMapKeyRef": { + "name": "191", + "key": "192", + "optional": false + }, + "secretKeyRef": { + "name": "193", + "key": "194", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "ǚ灄鸫rʤî萨zvt": "829" + }, + "requests": { + "悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\\p": "604" + } + }, + "volumeMounts": [ + { + "name": "195", + "readOnly": true, + "mountPath": "196", + "subPath": "197", + "mountPropagation": "ƖHV", + "subPathExpr": "198" + } + ], + "volumeDevices": [ + { + "name": "199", + "devicePath": "200" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "201" + ] + }, + "httpGet": { + "path": "202", + "port": -1196874390, + "host": "203", + "scheme": "S晒嶗UÐ_ƮA攤", + "httpHeaders": [ + { + "name": "204", + "value": "205" + } + ] + }, + "tcpSocket": { + "port": -498930176, + "host": "206" + }, + "initialDelaySeconds": 1885897314, + "timeoutSeconds": -465677631, + "periodSeconds": 1054858106, + "successThreshold": 232569106, + "failureThreshold": -1150474479 + }, + "readinessProbe": { + "exec": { + "command": [ + "207" + ] + }, + "httpGet": { + "path": "208", + "port": "209", + "host": "210", + "scheme": "8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ", + "httpHeaders": [ + { + "name": "211", + "value": "212" + } + ] + }, + "tcpSocket": { + "port": "213", + "host": "214" + }, + "initialDelaySeconds": -2717401, + "timeoutSeconds": -1492565335, + "periodSeconds": -1099429189, + "successThreshold": 994072122, + "failureThreshold": 1752155096 + }, + "startupProbe": { + "exec": { + "command": [ + "215" + ] + }, + "httpGet": { + "path": "216", + "port": "217", + "host": "218", + "scheme": "Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ", + "httpHeaders": [ + { + "name": "219", + "value": "220" + } + ] + }, + "tcpSocket": { + "port": -36782737, + "host": "221" + }, + "initialDelaySeconds": -1738069460, + "timeoutSeconds": -1643733106, + "periodSeconds": -805795167, + "successThreshold": 1791615594, + "failureThreshold": 785984384 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "222" + ] + }, + "httpGet": { + "path": "223", + "port": "224", + "host": "225", + "scheme": "\u003e郵[+扴ȨŮ", + "httpHeaders": [ + { + "name": "226", + "value": "227" + } + ] + }, + "tcpSocket": { + "port": "228", + "host": "229" + } + }, + "preStop": { + "exec": { + "command": [ + "230" + ] + }, + "httpGet": { + "path": "231", + "port": -743369977, + "host": "232", + "scheme": "\u003e犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4", + "httpHeaders": [ + { + "name": "233", + "value": "234" + } + ] + }, + "tcpSocket": { + "port": -1224991707, + "host": "235" + } + } + }, + "terminationMessagePath": "236", + "imagePullPolicy": "昕Ĭ", + "securityContext": { + "capabilities": { + "add": [ + "藢xɮĵȑ6L*Z鐫û咡W\u003c" + ], + "drop": [ + "lu|榝$î." + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "237", + "role": "238", + "type": "239", + "level": "240" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "241", + "gmsaCredentialSpec": "242", + "runAsUserName": "243" + }, + "runAsUser": -7565148469525206101, + "runAsGroup": 8949541422887578058, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "朦 wƯ貾坢'跩", + "seccompProfile": { + "type": "ŕ翑0展}", + "localhostProfile": "244" + } + }, + "stdinOnce": true + } + ], + "containers": [ + { + "name": "245", + "image": "246", + "command": [ + "247" + ], + "args": [ + "248" + ], + "workingDir": "249", + "ports": [ + { + "name": "250", + "hostPort": -778272981, + "containerPort": 2056774277, + "protocol": "现葢ŵ橨鬶l獕;跣Hǝcw媀瓄\u0026翜舞拉", + "hostIP": "251" + } + ], + "envFrom": [ + { + "prefix": "252", + "configMapRef": { + "name": "253", + "optional": true + }, + "secretRef": { + "name": "254", + "optional": false + } + } + ], + "env": [ + { + "name": "255", + "value": "256", + "valueFrom": { + "fieldRef": { + "apiVersion": "257", + "fieldPath": "258" + }, + "resourceFieldRef": { + "containerName": "259", + "resource": "260", + "divisor": "124" + }, + "configMapKeyRef": { + "name": "261", + "key": "262", + "optional": false + }, + "secretKeyRef": { + "name": "263", + "key": "264", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "V訆Ǝżŧ": "915" + }, + "requests": { + "+SÄ蚃ɣľ)酊龨Î": "787" + } + }, + "volumeMounts": [ + { + "name": "265", + "readOnly": true, + "mountPath": "266", + "subPath": "267", + "mountPropagation": "\"冓鍓贯澔 ƺ蛜6", + "subPathExpr": "268" + } + ], + "volumeDevices": [ + { + "name": "269", + "devicePath": "270" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "271" + ] + }, + "httpGet": { + "path": "272", + "port": 465486290, + "host": "273", + "httpHeaders": [ + { + "name": "274", + "value": "275" + } + ] + }, + "tcpSocket": { + "port": -116224247, + "host": "276" + }, + "initialDelaySeconds": -2097329452, + "timeoutSeconds": 1504385614, + "periodSeconds": 865289071, + "successThreshold": -1829146875, + "failureThreshold": -205176266 + }, + "readinessProbe": { + "exec": { + "command": [ + "277" + ] + }, + "httpGet": { + "path": "278", + "port": 234253676, + "host": "279", + "scheme": "ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏", + "httpHeaders": [ + { + "name": "280", + "value": "281" + } + ] + }, + "tcpSocket": { + "port": "282", + "host": "283" + }, + "initialDelaySeconds": -2062708879, + "timeoutSeconds": 215186711, + "periodSeconds": -141401239, + "successThreshold": -1187301925, + "failureThreshold": -402384013 + }, + "startupProbe": { + "exec": { + "command": [ + "284" + ] + }, + "httpGet": { + "path": "285", + "port": "286", + "host": "287", + "scheme": "鏻砅邻爥", + "httpHeaders": [ + { + "name": "288", + "value": "289" + } + ] + }, + "tcpSocket": { + "port": -305362540, + "host": "290" + }, + "initialDelaySeconds": 601198286, + "timeoutSeconds": 409029209, + "periodSeconds": 405193215, + "successThreshold": 2129989022, + "failureThreshold": -1699531929 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "291" + ] + }, + "httpGet": { + "path": "292", + "port": "293", + "host": "294", + "scheme": "­蜷ɔ幩š", + "httpHeaders": [ + { + "name": "295", + "value": "296" + } + ] + }, + "tcpSocket": { + "port": 455833230, + "host": "297" + } + }, + "preStop": { + "exec": { + "command": [ + "298" + ] + }, + "httpGet": { + "path": "299", + "port": 1076497581, + "host": "300", + "scheme": "h4ɊHȖ|ʐ", + "httpHeaders": [ + { + "name": "301", + "value": "302" + } + ] + }, + "tcpSocket": { + "port": 248533396, + "host": "303" + } + } + }, + "terminationMessagePath": "304", + "terminationMessagePolicy": "迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ", + "imagePullPolicy": "ņ", + "securityContext": { + "capabilities": { + "add": [ + "DŽ髐njʉBn(fǂǢ曣" + ], + "drop": [ + "ay" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "305", + "role": "306", + "type": "307", + "level": "308" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "309", + "gmsaCredentialSpec": "310", + "runAsUserName": "311" + }, + "runAsUser": 1958157659034146020, + "runAsGroup": -5996624450771474158, + "runAsNonRoot": false, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": false, + "procMount": "嗆u", + "seccompProfile": { + "type": "晲T[irȎ3Ĕ\\", + "localhostProfile": "312" + } + }, + "tty": true + } + ], + "ephemeralContainers": [ + { + "name": "313", + "image": "314", + "command": [ + "315" + ], + "args": [ + "316" + ], + "workingDir": "317", + "ports": [ + { + "name": "318", + "hostPort": -1656699070, + "containerPort": -1918622971, + "protocol": "ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz", + "hostIP": "319" + } + ], + "envFrom": [ + { + "prefix": "320", + "configMapRef": { + "name": "321", + "optional": true + }, + "secretRef": { + "name": "322", + "optional": false + } + } + ], + "env": [ + { + "name": "323", + "value": "324", + "valueFrom": { + "fieldRef": { + "apiVersion": "325", + "fieldPath": "326" + }, + "resourceFieldRef": { + "containerName": "327", + "resource": "328", + "divisor": "69" + }, + "configMapKeyRef": { + "name": "329", + "key": "330", + "optional": true + }, + "secretKeyRef": { + "name": "331", + "key": "332", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "1b": "328" + }, + "requests": { + "}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊": "699" + } + }, + "volumeMounts": [ + { + "name": "333", + "readOnly": true, + "mountPath": "334", + "subPath": "335", + "mountPropagation": "Ik(dŊiɢzĮ蛋I", + "subPathExpr": "336" + } + ], + "volumeDevices": [ + { + "name": "337", + "devicePath": "338" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "339" + ] + }, + "httpGet": { + "path": "340", + "port": "341", + "host": "342", + "scheme": "ȥ}礤铟怖ý萜Ǖ", + "httpHeaders": [ + { + "name": "343", + "value": "344" + } + ] + }, + "tcpSocket": { + "port": -1088996269, + "host": "345" + }, + "initialDelaySeconds": -1922458514, + "timeoutSeconds": 1480364858, + "periodSeconds": 692511776, + "successThreshold": -1231653807, + "failureThreshold": -36573584 + }, + "readinessProbe": { + "exec": { + "command": [ + "346" + ] + }, + "httpGet": { + "path": "347", + "port": -1157640253, + "host": "348", + "scheme": "×p鬷m罂o3ǰ廋i乳'ȘUɻ;", + "httpHeaders": [ + { + "name": "349", + "value": "350" + } + ] + }, + "tcpSocket": { + "port": "351", + "host": "352" + }, + "initialDelaySeconds": -478839383, + "timeoutSeconds": 989933975, + "periodSeconds": 140830733, + "successThreshold": -708495486, + "failureThreshold": -1436899600 + }, + "startupProbe": { + "exec": { + "command": [ + "353" + ] + }, + "httpGet": { + "path": "354", + "port": "355", + "host": "356", + "scheme": "漤ŗ坟", + "httpHeaders": [ + { + "name": "357", + "value": "358" + } + ] + }, + "tcpSocket": { + "port": -1617422199, + "host": "359" + }, + "initialDelaySeconds": -902839620, + "timeoutSeconds": -2030665763, + "periodSeconds": 1808698094, + "successThreshold": 1155232143, + "failureThreshold": -1873425934 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "360" + ] + }, + "httpGet": { + "path": "361", + "port": 1288391156, + "host": "362", + "scheme": "Ǥ桒ɴ鉂WJ1抉泅ą\u0026疀ȼN", + "httpHeaders": [ + { + "name": "363", + "value": "364" + } + ] + }, + "tcpSocket": { + "port": "365", + "host": "366" + } + }, + "preStop": { + "exec": { + "command": [ + "367" + ] + }, + "httpGet": { + "path": "368", + "port": 1859267428, + "host": "369", + "scheme": "ȟP", + "httpHeaders": [ + { + "name": "370", + "value": "371" + } + ] + }, + "tcpSocket": { + "port": 1445923603, + "host": "372" + } + } + }, + "terminationMessagePath": "373", + "terminationMessagePolicy": "殆诵H玲鑠ĭ$#卛8ð仁Q", + "imagePullPolicy": "tl敷斢杧ż鯀", + "securityContext": { + "capabilities": { + "add": [ + "鸔ɧWǘ炙" + ], + "drop": [ + "餸硷" + ] + }, + "privileged": true, + "seLinuxOptions": { + "user": "374", + "role": "375", + "type": "376", + "level": "377" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "378", + "gmsaCredentialSpec": "379", + "runAsUserName": "380" + }, + "runAsUser": 5215323049148402377, + "runAsGroup": 2946116477552625615, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "ʈʫ羶剹ƊF豎穜", + "seccompProfile": { + "type": "l咑耖p^鏋", + "localhostProfile": "381" + } + }, + "tty": true, + "targetContainerName": "382" + } + ], + "restartPolicy": "ȿ醏g遧", + "terminationGracePeriodSeconds": -616777763639482630, + "activeDeadlineSeconds": 2031424375743848602, + "dnsPolicy": ":{柯?B", + "nodeSelector": { + "383": "384" + }, + "serviceAccountName": "385", + "serviceAccount": "386", + "automountServiceAccountToken": false, + "nodeName": "387", + "hostNetwork": true, + "shareProcessNamespace": false, + "securityContext": { + "seLinuxOptions": { + "user": "388", + "role": "389", + "type": "390", + "level": "391" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "392", + "gmsaCredentialSpec": "393", + "runAsUserName": "394" + }, + "runAsUser": -1290365495982891537, + "runAsGroup": -759684899479757878, + "runAsNonRoot": false, + "supplementalGroups": [ + 3273247375993523103 + ], + "fsGroup": 4489057930380969432, + "sysctls": [ + { + "name": "395", + "value": "396" + } + ], + "fsGroupChangePolicy": "='ʨ|ǓÓ敆OɈÏ 瞍髃", + "seccompProfile": { + "type": "ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn", + "localhostProfile": "397" + } + }, + "imagePullSecrets": [ + { + "name": "398" + } + ], + "hostname": "399", + "subdomain": "400", + "affinity": { + "nodeAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": { + "nodeSelectorTerms": [ + { + "matchExpressions": [ + { + "key": "401", + "operator": "+Œ9两", + "values": [ + "402" + ] + } + ], + "matchFields": [ + { + "key": "403", + "operator": "q=歍þ螗ɃŒGm¨z鋎靀G", + "values": [ + "404" + ] + } + ] + } + ] + }, + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 377409178, + "preference": { + "matchExpressions": [ + { + "key": "405", + "operator": "#ļǹʅŚO虀^背遻堣灭ƴɦ燻", + "values": [ + "406" + ] + } + ], + "matchFields": [ + { + "key": "407", + "operator": "-觗裓6Ř筿ɾ5Ų買霎ȃň[\u003eą", + "values": [ + "408" + ] + } + ] + } + } + ] + }, + "podAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5": "1--L--v_Z--Zg-_4Q__-v_t_u_.A" + }, + "matchExpressions": [ + { + "key": "5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y", + "operator": "Exists" + } + ] + }, + "namespaces": [ + "415" + ], + "topologyKey": "416" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -1507671981, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-35840-w4g-27-5s6.q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x18mtxb--kexr-y/oK-.O--5-yp8q_s-1__gw_-z_659GE.l_.23--_6l.-5_Z": "3Pw_-r75--_-Ao" + }, + "matchExpressions": [ + { + "key": "hj6/bW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...CqN", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "423" + ], + "topologyKey": "424" + } + } + ] + }, + "podAntiAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "C--Y_Dp8O_._e_3_.4_W_-_7": "p_.----cp__ac8u.._-__BM.6-.Y7" + }, + "matchExpressions": [ + { + "key": "1x--i--7-nt-23h-4z-21-sap--h--q0h-t2n4s-6-k5-7-a0w-ke5p-3.nu--17---u7-gl7814ei-07shtq-6---g----9s39z-5/wv3UDf.-4D-5", + "operator": "NotIn", + "values": [ + "l67Q.-_t--O.3L.z2-y.-...C4_-_2G8" + ] + } + ] + }, + "namespaces": [ + "431" + ], + "topologyKey": "432" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 1067925263, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "k407--m-dc---6-q-q0o90--g-09--d5ez1----b69x90/um._fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_VF": "11---.-o7.pJ-4-1WV.-__05._LsuH" + }, + "matchExpressions": [ + { + "key": "8", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "439" + ], + "topologyKey": "440" + } + } + ] + } + }, + "schedulerName": "441", + "tolerations": [ + { + "key": "442", + "operator": "Ɖ肆Ző", + "value": "443", + "effect": "淵", + "tolerationSeconds": -1072615283184390308 + } + ], + "hostAliases": [ + { + "ip": "444", + "hostnames": [ + "445" + ] + } + ], + "priorityClassName": "446", + "priority": -1221153504, + "dnsConfig": { + "nameservers": [ + "447" + ], + "searches": [ + "448" + ], + "options": [ + { + "name": "449", + "value": "450" + } + ] + }, + "readinessGates": [ + { + "conditionType": "媈" + } + ], + "runtimeClassName": "451", + "enableServiceLinks": true, + "preemptionPolicy": "n夬LJ:BŐ埑Ô*ɾWȖ韝ƉşʁO^:", + "overhead": { + "ȩ纾S": "368" + }, + "topologySpreadConstraints": [ + { + "maxSkew": -1568300104, + "topologyKey": "452", + "whenUnsatisfiable": "潑嫉悔柅ȵ.Ȁ鎧Y冒Ɩ", + "labelSelector": { + "matchLabels": { + "jp-z---k-5r6h--y7n.61-cm---ch-g0t-q--qr95ws-v-5--7-ufi-7/35a-1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--.2g": "Mqp..__._-J_-fk3-_j.133eT_2_Y" + }, + "matchExpressions": [ + { + "key": "51-i-d-----9---063-qm-j-3wc89k-0-57z4063--4/rBQ.u", + "operator": "Exists" + } + ] + } + } + ], + "setHostnameAsFQDN": false + } + }, + "volumeClaimTemplates": [ + { + "metadata": { + "name": "459", + "generateName": "460", + "namespace": "461", + "selfLink": "462", + "uid": "S誖Śs垦Ȋ髴T唼=`朇c", + "resourceVersion": "8285629342346774721", + "generation": -5107762106575809276, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -6486445241316991261, + "labels": { + "464": "465" + }, + "annotations": { + "466": "467" + }, + "ownerReferences": [ + { + "apiVersion": "468", + "kind": "469", + "name": "470", + "uid": "/nēɅĀ埰ʀł!U詨nj1ýǝ", + "controller": true, + "blockOwnerDeletion": false + } + ], + "finalizers": [ + "471" + ], + "clusterName": "472", + "managedFields": [ + { + "manager": "473", + "operation": "壛ĐíEd楗鱶镖喗vȥ", + "apiVersion": "474", + "fieldsType": "475" + } + ] + }, + "spec": { + "accessModes": [ + "Y斩I儑瓔¯" + ], + "selector": { + "matchLabels": { + "k--13lk5-e4-u-5kvp-----887j72qz6-7d84-1f396h82----23-6b77f.mgi7-2je7zjt0pp-x0r2gd---yn1/7_._qN__A_f_-B3_U__L.KH6K.RwsfI_2-_20_9.5": "8_B-ks7dx" + }, + "matchExpressions": [ + { + "key": "vUK_-.j21---__y.9O.L-.m.3--4", + "operator": "In", + "values": [ + "37u-h---dY7_M_-._M52" + ] + } + ] + }, + "resources": { + "limits": { + "涟雒驭堣Qwn:Ʋå譥a超": "19" + }, + "requests": { + "ª韷v简3VǢɾ纤ą¨?ɣ蔫椁Ȕ": "368" + } + }, + "volumeName": "482", + "storageClassName": "483", + "volumeMode": "'降\\4)ȳɍǟm{煰œ憼", + "dataSource": { + "apiGroup": "484", + "kind": "485", + "name": "486" + } + }, + "status": { + "phase": "ʌ槧ą°Z拕獘:pȚ\\猫ï卒ú", + "accessModes": [ + "èƾ竒决瘛Ǫǵ" + ], + "capacity": { + "Ǧ澵貛香\"砻B鷋": "578" + }, + "conditions": [ + { + "type": "|nET¬%ȎdžĤɂR湛", + "status": "WU=ȑ-A敲ʉ2腠梊", + "lastProbeTime": "2230-04-25T02:33:53Z", + "lastTransitionTime": "2843-07-14T02:23:26Z", + "reason": "487", + "message": "488" + } + ] + } + } + ], + "serviceName": "489", + "podManagementPolicy": "`ŇaƬȿŬ捕|", + "updateStrategy": { + "type": "șa汸\u003cƋlɋN磋镮ȺPÈ", + "rollingUpdate": { + "partition": -83826225 + } + }, + "revisionHistoryLimit": -1872519086 + }, + "status": { + "observedGeneration": -3866306318826551410, + "replicas": 1852870468, + "readyReplicas": -1993494670, + "currentReplicas": -463159422, + "updatedReplicas": 463674701, + "currentRevision": "490", + "updateRevision": "491", + "collisionCount": -1556190810, + "conditions": [ + { + "type": "ȩ硘(ǒ[", + "status": "闬輙怀¹bCũw¼ ǫđ槴Ċį軠\u003e", + "lastTransitionTime": "2446-08-01T12:34:13Z", + "reason": "492", + "message": "493" + } + ] + } +} \ No newline at end of file diff --git a/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta2.StatefulSet.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta2.StatefulSet.after_roundtrip.pb new file mode 100644 index 0000000000000000000000000000000000000000..be40b6bb57e40792282acdd7db99e53f01ca172f GIT binary patch literal 7995 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 ajvsjxl(U^bU95m|FcjGv$V2H&y8i_PxS(JF literal 0 HcmV?d00001 diff --git a/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta2.StatefulSet.after_roundtrip.yaml b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta2.StatefulSet.after_roundtrip.yaml new file mode 100644 index 00000000000..2bd6a1014b5 --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.20.0/apps.v1beta2.StatefulSet.after_roundtrip.yaml @@ -0,0 +1,1093 @@ +apiVersion: apps/v1beta2 +kind: StatefulSet +metadata: + annotations: + "9": "10" + clusterName: "15" + creationTimestamp: null + deletionGracePeriodSeconds: -4955867275792137171 + finalizers: + - "14" + generateName: "3" + generation: 8071137005907523419 + labels: + "7": "8" + managedFields: + - apiVersion: "17" + fieldsType: "18" + manager: "16" + operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć] + name: "2" + namespace: "4" + ownerReferences: + - apiVersion: "11" + blockOwnerDeletion: true + controller: false + kind: "12" + name: "13" + uid: Dz廔ȇ{sŊƏp + resourceVersion: "11042405498087606203" + selfLink: "5" + uid: "7" +spec: + podManagementPolicy: '`ŇaƬȿŬ捕|' + replicas: 896585016 + revisionHistoryLimit: -1872519086 + selector: + matchExpressions: + - key: 50-u--25cu87--r7p-w1e67-8pj5t-kl-v0q6b68--nu5oii38fn-8.629b-jd-8c45-0-8--6n--w0--w---196g8d--iv1-5--5ht-a-29--0qso796/3___47._49pIB_o61ISU4--A_.XK_._M99 + operator: Exists + matchLabels: + 74404d5---g8c2-k-91e.y5-g--58----0683-b-w7ld-6cs06xj-x5yv0wm-k18/M_-Nx.N_6-___._-.-W._AAn---v_-5-_8LXj: 6-4_WE-_JTrcd-2.-__E_Sv__26KX_R_.-.Nth._--S_4DA_-5_-4lQ42M--1 + serviceName: "489" + template: + metadata: + annotations: + "32": "33" + clusterName: "38" + creationTimestamp: null + deletionGracePeriodSeconds: -2575298329142810753 + finalizers: + - "37" + generateName: "26" + generation: -8542870036622468681 + labels: + "30": "31" + managedFields: + - apiVersion: "40" + fieldsType: "41" + manager: "39" + operation: 躢 + name: "25" + namespace: "27" + ownerReferences: + - apiVersion: "34" + blockOwnerDeletion: true + controller: true + kind: "35" + name: "36" + uid: ƶȤ^} + resourceVersion: "1736621709629422270" + selfLink: "28" + uid: ?Qȫş + spec: + activeDeadlineSeconds: 2031424375743848602 + affinity: + nodeAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - preference: + matchExpressions: + - key: "405" + operator: '#ļǹʅŚO虀^背遻堣灭ƴɦ燻' + values: + - "406" + matchFields: + - key: "407" + operator: -觗裓6Ř筿ɾ5Ų買霎ȃň[>ą + values: + - "408" + weight: 377409178 + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: "401" + operator: +Œ9两 + values: + - "402" + matchFields: + - key: "403" + operator: q=歍þ螗ɃŒGm¨z鋎靀G + values: + - "404" + podAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: hj6/bW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...CqN + operator: DoesNotExist + matchLabels: + ? v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-35840-w4g-27-5s6.q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x18mtxb--kexr-y/oK-.O--5-yp8q_s-1__gw_-z_659GE.l_.23--_6l.-5_Z + : 3Pw_-r75--_-Ao + namespaces: + - "423" + topologyKey: "424" + weight: -1507671981 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: 5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y + operator: Exists + matchLabels: + 1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5: 1--L--v_Z--Zg-_4Q__-v_t_u_.A + namespaces: + - "415" + topologyKey: "416" + podAntiAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: "8" + operator: DoesNotExist + matchLabels: + k407--m-dc---6-q-q0o90--g-09--d5ez1----b69x90/um._fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_VF: 11---.-o7.pJ-4-1WV.-__05._LsuH + namespaces: + - "439" + topologyKey: "440" + weight: 1067925263 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: 1x--i--7-nt-23h-4z-21-sap--h--q0h-t2n4s-6-k5-7-a0w-ke5p-3.nu--17---u7-gl7814ei-07shtq-6---g----9s39z-5/wv3UDf.-4D-5 + operator: NotIn + values: + - l67Q.-_t--O.3L.z2-y.-...C4_-_2G8 + matchLabels: + C--Y_Dp8O_._e_3_.4_W_-_7: p_.----cp__ac8u.._-__BM.6-.Y7 + namespaces: + - "431" + topologyKey: "432" + automountServiceAccountToken: false + containers: + - args: + - "248" + command: + - "247" + env: + - name: "255" + value: "256" + valueFrom: + configMapKeyRef: + key: "262" + name: "261" + optional: false + fieldRef: + apiVersion: "257" + fieldPath: "258" + resourceFieldRef: + containerName: "259" + divisor: "124" + resource: "260" + secretKeyRef: + key: "264" + name: "263" + optional: false + envFrom: + - configMapRef: + name: "253" + optional: true + prefix: "252" + secretRef: + name: "254" + optional: false + image: "246" + imagePullPolicy: ņ + lifecycle: + postStart: + exec: + command: + - "291" + httpGet: + host: "294" + httpHeaders: + - name: "295" + value: "296" + path: "292" + port: "293" + scheme: ­蜷ɔ幩š + tcpSocket: + host: "297" + port: 455833230 + preStop: + exec: + command: + - "298" + httpGet: + host: "300" + httpHeaders: + - name: "301" + value: "302" + path: "299" + port: 1076497581 + scheme: h4ɊHȖ|ʐ + tcpSocket: + host: "303" + port: 248533396 + livenessProbe: + exec: + command: + - "271" + failureThreshold: -205176266 + httpGet: + host: "273" + httpHeaders: + - name: "274" + value: "275" + path: "272" + port: 465486290 + initialDelaySeconds: -2097329452 + periodSeconds: 865289071 + successThreshold: -1829146875 + tcpSocket: + host: "276" + port: -116224247 + timeoutSeconds: 1504385614 + name: "245" + ports: + - containerPort: 2056774277 + hostIP: "251" + hostPort: -778272981 + name: "250" + protocol: 现葢ŵ橨鬶l獕;跣Hǝcw媀瓄&翜舞拉 + readinessProbe: + exec: + command: + - "277" + failureThreshold: -402384013 + httpGet: + host: "279" + httpHeaders: + - name: "280" + value: "281" + path: "278" + port: 234253676 + scheme: ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏 + initialDelaySeconds: -2062708879 + periodSeconds: -141401239 + successThreshold: -1187301925 + tcpSocket: + host: "283" + port: "282" + timeoutSeconds: 215186711 + resources: + limits: + V訆Ǝżŧ: "915" + requests: + +SÄ蚃ɣľ)酊龨Î: "787" + securityContext: + allowPrivilegeEscalation: false + capabilities: + add: + - DŽ髐njʉBn(fǂǢ曣 + drop: + - ay + privileged: false + procMount: 嗆u + readOnlyRootFilesystem: true + runAsGroup: -5996624450771474158 + runAsNonRoot: false + runAsUser: 1958157659034146020 + seLinuxOptions: + level: "308" + role: "306" + type: "307" + user: "305" + seccompProfile: + localhostProfile: "312" + type: 晲T[irȎ3Ĕ\ + windowsOptions: + gmsaCredentialSpec: "310" + gmsaCredentialSpecName: "309" + runAsUserName: "311" + startupProbe: + exec: + command: + - "284" + failureThreshold: -1699531929 + httpGet: + host: "287" + httpHeaders: + - name: "288" + value: "289" + path: "285" + port: "286" + scheme: 鏻砅邻爥 + initialDelaySeconds: 601198286 + periodSeconds: 405193215 + successThreshold: 2129989022 + tcpSocket: + host: "290" + port: -305362540 + timeoutSeconds: 409029209 + terminationMessagePath: "304" + terminationMessagePolicy: 迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ + tty: true + volumeDevices: + - devicePath: "270" + name: "269" + volumeMounts: + - mountPath: "266" + mountPropagation: '"冓鍓贯澔 ƺ蛜6' + name: "265" + readOnly: true + subPath: "267" + subPathExpr: "268" + workingDir: "249" + dnsConfig: + nameservers: + - "447" + options: + - name: "449" + value: "450" + searches: + - "448" + dnsPolicy: :{柯?B + enableServiceLinks: true + ephemeralContainers: + - args: + - "316" + command: + - "315" + env: + - name: "323" + value: "324" + valueFrom: + configMapKeyRef: + key: "330" + name: "329" + optional: true + fieldRef: + apiVersion: "325" + fieldPath: "326" + resourceFieldRef: + containerName: "327" + divisor: "69" + resource: "328" + secretKeyRef: + key: "332" + name: "331" + optional: false + envFrom: + - configMapRef: + name: "321" + optional: true + prefix: "320" + secretRef: + name: "322" + optional: false + image: "314" + imagePullPolicy: tl敷斢杧ż鯀 + lifecycle: + postStart: + exec: + command: + - "360" + httpGet: + host: "362" + httpHeaders: + - name: "363" + value: "364" + path: "361" + port: 1288391156 + scheme: Ǥ桒ɴ鉂WJ1抉泅ą&疀ȼN + tcpSocket: + host: "366" + port: "365" + preStop: + exec: + command: + - "367" + httpGet: + host: "369" + httpHeaders: + - name: "370" + value: "371" + path: "368" + port: 1859267428 + scheme: ȟP + tcpSocket: + host: "372" + port: 1445923603 + livenessProbe: + exec: + command: + - "339" + failureThreshold: -36573584 + httpGet: + host: "342" + httpHeaders: + - name: "343" + value: "344" + path: "340" + port: "341" + scheme: ȥ}礤铟怖ý萜Ǖ + initialDelaySeconds: -1922458514 + periodSeconds: 692511776 + successThreshold: -1231653807 + tcpSocket: + host: "345" + port: -1088996269 + timeoutSeconds: 1480364858 + name: "313" + ports: + - containerPort: -1918622971 + hostIP: "319" + hostPort: -1656699070 + name: "318" + protocol: ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz + readinessProbe: + exec: + command: + - "346" + failureThreshold: -1436899600 + httpGet: + host: "348" + httpHeaders: + - name: "349" + value: "350" + path: "347" + port: -1157640253 + scheme: ×p鬷m罂o3ǰ廋i乳'ȘUɻ; + initialDelaySeconds: -478839383 + periodSeconds: 140830733 + successThreshold: -708495486 + tcpSocket: + host: "352" + port: "351" + timeoutSeconds: 989933975 + resources: + limits: + 1b: "328" + requests: + '}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊': "699" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 鸔ɧWǘ炙 + drop: + - 餸硷 + privileged: true + procMount: ʈʫ羶剹ƊF豎穜 + readOnlyRootFilesystem: true + runAsGroup: 2946116477552625615 + runAsNonRoot: true + runAsUser: 5215323049148402377 + seLinuxOptions: + level: "377" + role: "375" + type: "376" + user: "374" + seccompProfile: + localhostProfile: "381" + type: l咑耖p^鏋 + windowsOptions: + gmsaCredentialSpec: "379" + gmsaCredentialSpecName: "378" + runAsUserName: "380" + startupProbe: + exec: + command: + - "353" + failureThreshold: -1873425934 + httpGet: + host: "356" + httpHeaders: + - name: "357" + value: "358" + path: "354" + port: "355" + scheme: 漤ŗ坟 + initialDelaySeconds: -902839620 + periodSeconds: 1808698094 + successThreshold: 1155232143 + tcpSocket: + host: "359" + port: -1617422199 + timeoutSeconds: -2030665763 + targetContainerName: "382" + terminationMessagePath: "373" + terminationMessagePolicy: 殆诵H玲鑠ĭ$#卛8ð仁Q + tty: true + volumeDevices: + - devicePath: "338" + name: "337" + volumeMounts: + - mountPath: "334" + mountPropagation: Ik(dŊiɢzĮ蛋I + name: "333" + readOnly: true + subPath: "335" + subPathExpr: "336" + workingDir: "317" + hostAliases: + - hostnames: + - "445" + ip: "444" + hostNetwork: true + hostname: "399" + imagePullSecrets: + - name: "398" + initContainers: + - args: + - "178" + command: + - "177" + env: + - name: "185" + value: "186" + valueFrom: + configMapKeyRef: + key: "192" + name: "191" + optional: false + fieldRef: + apiVersion: "187" + fieldPath: "188" + resourceFieldRef: + containerName: "189" + divisor: "573" + resource: "190" + secretKeyRef: + key: "194" + name: "193" + optional: false + envFrom: + - configMapRef: + name: "183" + optional: false + prefix: "182" + secretRef: + name: "184" + optional: false + image: "176" + imagePullPolicy: 昕Ĭ + lifecycle: + postStart: + exec: + command: + - "222" + httpGet: + host: "225" + httpHeaders: + - name: "226" + value: "227" + path: "223" + port: "224" + scheme: '>郵[+扴ȨŮ' + tcpSocket: + host: "229" + port: "228" + preStop: + exec: + command: + - "230" + httpGet: + host: "232" + httpHeaders: + - name: "233" + value: "234" + path: "231" + port: -743369977 + scheme: '>犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4' + tcpSocket: + host: "235" + port: -1224991707 + livenessProbe: + exec: + command: + - "201" + failureThreshold: -1150474479 + httpGet: + host: "203" + httpHeaders: + - name: "204" + value: "205" + path: "202" + port: -1196874390 + scheme: S晒嶗UÐ_ƮA攤 + initialDelaySeconds: 1885897314 + periodSeconds: 1054858106 + successThreshold: 232569106 + tcpSocket: + host: "206" + port: -498930176 + timeoutSeconds: -465677631 + name: "175" + ports: + - containerPort: 377225334 + hostIP: "181" + hostPort: 282592353 + name: "180" + protocol: Ƹ[Ęİ榌U髷裎$MVȟ@7 + readinessProbe: + exec: + command: + - "207" + failureThreshold: 1752155096 + httpGet: + host: "210" + httpHeaders: + - name: "211" + value: "212" + path: "208" + port: "209" + scheme: 8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ + initialDelaySeconds: -2717401 + periodSeconds: -1099429189 + successThreshold: 994072122 + tcpSocket: + host: "214" + port: "213" + timeoutSeconds: -1492565335 + resources: + limits: + ǚ灄鸫rʤî萨zvt: "829" + requests: + 悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\p: "604" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 藢xɮĵȑ6L*Z鐫û咡W< + drop: + - lu|榝$î. + privileged: false + procMount: 朦 wƯ貾坢'跩 + readOnlyRootFilesystem: true + runAsGroup: 8949541422887578058 + runAsNonRoot: true + runAsUser: -7565148469525206101 + seLinuxOptions: + level: "240" + role: "238" + type: "239" + user: "237" + seccompProfile: + localhostProfile: "244" + type: ŕ翑0展} + windowsOptions: + gmsaCredentialSpec: "242" + gmsaCredentialSpecName: "241" + runAsUserName: "243" + startupProbe: + exec: + command: + - "215" + failureThreshold: 785984384 + httpGet: + host: "218" + httpHeaders: + - name: "219" + value: "220" + path: "216" + port: "217" + scheme: Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ + initialDelaySeconds: -1738069460 + periodSeconds: -805795167 + successThreshold: 1791615594 + tcpSocket: + host: "221" + port: -36782737 + timeoutSeconds: -1643733106 + stdinOnce: true + terminationMessagePath: "236" + volumeDevices: + - devicePath: "200" + name: "199" + volumeMounts: + - mountPath: "196" + mountPropagation: ƖHV + name: "195" + readOnly: true + subPath: "197" + subPathExpr: "198" + workingDir: "179" + nodeName: "387" + nodeSelector: + "383": "384" + overhead: + ȩ纾S: "368" + preemptionPolicy: 'n夬LJ:BŐ埑Ô*ɾWȖ韝ƉşʁO^:' + priority: -1221153504 + priorityClassName: "446" + readinessGates: + - conditionType: 媈 + restartPolicy: ȿ醏g遧 + runtimeClassName: "451" + schedulerName: "441" + securityContext: + fsGroup: 4489057930380969432 + fsGroupChangePolicy: ='ʨ|ǓÓ敆OɈÏ 瞍髃 + runAsGroup: -759684899479757878 + runAsNonRoot: false + runAsUser: -1290365495982891537 + seLinuxOptions: + level: "391" + role: "389" + type: "390" + user: "388" + seccompProfile: + localhostProfile: "397" + type: ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn + supplementalGroups: + - 3273247375993523103 + sysctls: + - name: "395" + value: "396" + windowsOptions: + gmsaCredentialSpec: "393" + gmsaCredentialSpecName: "392" + runAsUserName: "394" + serviceAccount: "386" + serviceAccountName: "385" + setHostnameAsFQDN: false + shareProcessNamespace: false + subdomain: "400" + terminationGracePeriodSeconds: -616777763639482630 + tolerations: + - effect: 淵 + key: "442" + operator: Ɖ肆Ző + tolerationSeconds: -1072615283184390308 + value: "443" + topologySpreadConstraints: + - labelSelector: + matchExpressions: + - key: 51-i-d-----9---063-qm-j-3wc89k-0-57z4063--4/rBQ.u + operator: Exists + matchLabels: + jp-z---k-5r6h--y7n.61-cm---ch-g0t-q--qr95ws-v-5--7-ufi-7/35a-1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--.2g: Mqp..__._-J_-fk3-_j.133eT_2_Y + maxSkew: -1568300104 + topologyKey: "452" + whenUnsatisfiable: 潑嫉悔柅ȵ.Ȁ鎧Y冒Ɩ + volumes: + - awsElasticBlockStore: + fsType: "47" + partition: 912004803 + readOnly: true + volumeID: "46" + azureDisk: + cachingMode: '|@?鷅bȻN' + diskName: "110" + diskURI: "111" + fsType: "112" + kind: 榱*Gưoɘ檲 + readOnly: true + azureFile: + readOnly: true + secretName: "96" + shareName: "97" + cephfs: + monitors: + - "81" + path: "82" + secretFile: "84" + secretRef: + name: "85" + user: "83" + cinder: + fsType: "79" + secretRef: + name: "80" + volumeID: "78" + configMap: + defaultMode: 1593906314 + items: + - key: "99" + mode: 195263908 + path: "100" + name: "98" + optional: false + csi: + driver: "142" + fsType: "143" + nodePublishSecretRef: + name: "146" + readOnly: false + volumeAttributes: + "144": "145" + downwardAPI: + defaultMode: 824682619 + items: + - fieldRef: + apiVersion: "89" + fieldPath: "90" + mode: 1569992019 + path: "88" + resourceFieldRef: + containerName: "91" + divisor: "660" + resource: "92" + emptyDir: + medium: Xŋ朘瑥A徙ɶɊł/擇ɦĽ胚O醔ɍ厶耈 + sizeLimit: "473" + ephemeral: + volumeClaimTemplate: + metadata: + annotations: + "154": "155" + clusterName: "160" + creationTimestamp: null + deletionGracePeriodSeconds: 6296624700137074905 + finalizers: + - "159" + generateName: "148" + generation: 6028937828108618026 + labels: + "152": "153" + managedFields: + - apiVersion: "162" + fieldsType: "163" + manager: "161" + operation: ɑ龫`劳&¼傭Ȟ1酃=6}ɡŇƉ立h + name: "147" + namespace: "149" + ownerReferences: + - apiVersion: "156" + blockOwnerDeletion: false + controller: false + kind: "157" + name: "158" + uid: 閝ȝ + resourceVersion: "11451542506523135343" + selfLink: "150" + uid: H巧壚tC十Oɢ + spec: + accessModes: + - '鲡:' + dataSource: + apiGroup: "172" + kind: "173" + name: "174" + resources: + limits: + Ŗȫ焗捏ĨFħ籘: "853" + requests: + zɟ踡肒Ao/樝fw[Řż丩ŽoǠ: "918" + selector: + matchExpressions: + - key: m_0_F03_J + operator: NotIn + values: + - 4FpF_W-6 + matchLabels: + 0-.-yz-0-_p4mz--.I_f6kjsz-7lwY-Y93-6: igm_-._.q6 + storageClassName: "171" + volumeMode: Z1Ůđ眊ľǎɳ,ǿ飏騀呣 + volumeName: "170" + fc: + fsType: "94" + lun: -1740986684 + readOnly: true + targetWWNs: + - "93" + wwids: + - "95" + flexVolume: + driver: "73" + fsType: "74" + options: + "76": "77" + readOnly: true + secretRef: + name: "75" + flocker: + datasetName: "86" + datasetUUID: "87" + gcePersistentDisk: + fsType: "45" + partition: -1188153605 + pdName: "44" + gitRepo: + directory: "50" + repository: "48" + revision: "49" + glusterfs: + endpoints: "63" + path: "64" + readOnly: true + hostPath: + path: "43" + type: ƛƟ)ÙæNǚ錯ƶRquA?瞲Ť倱< + iscsi: + chapAuthDiscovery: true + fsType: "59" + initiatorName: "62" + iqn: "57" + iscsiInterface: "58" + lun: 994527057 + portals: + - "60" + secretRef: + name: "61" + targetPortal: "56" + name: "42" + nfs: + path: "55" + readOnly: true + server: "54" + persistentVolumeClaim: + claimName: "65" + readOnly: true + photonPersistentDisk: + fsType: "114" + pdID: "113" + portworxVolume: + fsType: "129" + readOnly: true + volumeID: "128" + projected: + defaultMode: -1334904807 + sources: + - configMap: + items: + - key: "124" + mode: 2063799569 + path: "125" + name: "123" + optional: false + downwardAPI: + items: + - fieldRef: + apiVersion: "119" + fieldPath: "120" + mode: 173030157 + path: "118" + resourceFieldRef: + containerName: "121" + divisor: "106" + resource: "122" + secret: + items: + - key: "116" + mode: -323584340 + path: "117" + name: "115" + optional: true + serviceAccountToken: + audience: "126" + expirationSeconds: 8357931971650847566 + path: "127" + quobyte: + group: "108" + registry: "105" + tenant: "109" + user: "107" + volume: "106" + rbd: + fsType: "68" + image: "67" + keyring: "71" + monitors: + - "66" + pool: "69" + secretRef: + name: "72" + user: "70" + scaleIO: + fsType: "137" + gateway: "130" + protectionDomain: "133" + secretRef: + name: "132" + storageMode: "135" + storagePool: "134" + system: "131" + volumeName: "136" + secret: + defaultMode: 332383000 + items: + - key: "52" + mode: -547518679 + path: "53" + optional: true + secretName: "51" + storageos: + fsType: "140" + secretRef: + name: "141" + volumeName: "138" + volumeNamespace: "139" + vsphereVolume: + fsType: "102" + storagePolicyID: "104" + storagePolicyName: "103" + volumePath: "101" + updateStrategy: + rollingUpdate: + partition: -83826225 + type: șa汸<ƋlɋN磋镮ȺPÈ + volumeClaimTemplates: + - metadata: + annotations: + "466": "467" + clusterName: "472" + creationTimestamp: null + deletionGracePeriodSeconds: -6486445241316991261 + finalizers: + - "471" + generateName: "460" + generation: -5107762106575809276 + labels: + "464": "465" + managedFields: + - apiVersion: "474" + fieldsType: "475" + manager: "473" + operation: 壛ĐíEd楗鱶镖喗vȥ + name: "459" + namespace: "461" + ownerReferences: + - apiVersion: "468" + blockOwnerDeletion: false + controller: true + kind: "469" + name: "470" + uid: /nēɅĀ埰ʀł!U詨nj1ýǝ + resourceVersion: "8285629342346774721" + selfLink: "462" + uid: S誖Śs垦Ȋ髴T唼=`朇c + spec: + accessModes: + - Y斩I儑瓔¯ + dataSource: + apiGroup: "484" + kind: "485" + name: "486" + resources: + limits: + 涟雒驭堣Qwn:Ʋå譥a超: "19" + requests: + ª韷v简3VǢɾ纤ą¨?ɣ蔫椁Ȕ: "368" + selector: + matchExpressions: + - key: vUK_-.j21---__y.9O.L-.m.3--4 + operator: In + values: + - 37u-h---dY7_M_-._M52 + matchLabels: + ? k--13lk5-e4-u-5kvp-----887j72qz6-7d84-1f396h82----23-6b77f.mgi7-2je7zjt0pp-x0r2gd---yn1/7_._qN__A_f_-B3_U__L.KH6K.RwsfI_2-_20_9.5 + : 8_B-ks7dx + storageClassName: "483" + volumeMode: '''降\4)ȳɍǟm{煰œ憼' + volumeName: "482" + status: + accessModes: + - èƾ竒决瘛Ǫǵ + capacity: + Ǧ澵貛香"砻B鷋: "578" + conditions: + - lastProbeTime: "2230-04-25T02:33:53Z" + lastTransitionTime: "2843-07-14T02:23:26Z" + message: "488" + reason: "487" + status: WU=ȑ-A敲ʉ2腠梊 + type: '|nET¬%ȎdžĤɂR湛' + phase: ʌ槧ą°Z拕獘:pȚ\猫ï卒ú +status: + collisionCount: -1556190810 + conditions: + - lastTransitionTime: "2446-08-01T12:34:13Z" + message: "493" + reason: "492" + status: 闬輙怀¹bCũw¼ ǫđ槴Ċį軠> + type: ȩ硘(ǒ[ + currentReplicas: -463159422 + currentRevision: "490" + observedGeneration: -3866306318826551410 + readyReplicas: -1993494670 + replicas: 1852870468 + updateRevision: "491" + updatedReplicas: 463674701 diff --git a/staging/src/k8s.io/api/testdata/v1.20.0/batch.v1.Job.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.20.0/batch.v1.Job.after_roundtrip.pb index 17b39b06efce3286d15f113067abb77b4daf4666..6205e7e0217be43c53f878e23ee8a0c0c742b9cd 100644 GIT binary patch delta 51 zcmV-30L=f9G>LR|5gvvsVS) J0kby;+7bxG6HNdB delta 54 zcmV-60LlN4G?6rr76J8<7p?*Fk;Zia>61JGxC^i^3cd;o0yHubx3m8NR|5gxvsVS) M0Rj*Jvo#0W5&_LBtxumQ!BwgII9hm%|a$P2zQ3hoOE0yZ!b V=d&*Zrvm}Mv)2Yd0<#$jvJ)X;7iRzf delta 66 zcmV-I0KNaoIm&_>%9a2brvm}Ov)2Yd0s;^Lvlj`n6J_ETiU0rr diff --git a/staging/src/k8s.io/api/testdata/v1.20.0/batch.v1beta1.CronJob.after_roundtrip.yaml b/staging/src/k8s.io/api/testdata/v1.20.0/batch.v1beta1.CronJob.after_roundtrip.yaml new file mode 100644 index 00000000000..b4b11d68996 --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.20.0/batch.v1beta1.CronJob.after_roundtrip.yaml @@ -0,0 +1,1058 @@ +apiVersion: batch/v1beta1 +kind: CronJob +metadata: + annotations: + "9": "10" + clusterName: "15" + creationTimestamp: null + deletionGracePeriodSeconds: -4955867275792137171 + finalizers: + - "14" + generateName: "3" + generation: 8071137005907523419 + labels: + "7": "8" + managedFields: + - apiVersion: "17" + fieldsType: "18" + manager: "16" + operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć] + name: "2" + namespace: "4" + ownerReferences: + - apiVersion: "11" + blockOwnerDeletion: true + controller: false + kind: "12" + name: "13" + uid: Dz廔ȇ{sŊƏp + resourceVersion: "11042405498087606203" + selfLink: "5" + uid: "7" +spec: + concurrencyPolicy: Hr鯹)晿ą + values: + - "424" + podAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: w_-r75--_-A-o-__y__._12..wrbW_E..24-O._.v._9-czf + operator: DoesNotExist + matchLabels: + 4g-27-5sx6dbp-72q--m--2k-p---139g-29.o-3/l.-5_BZk5v3aUK_--_o_2.--4Z7__i1T.miw_7a_...8-_0_5: 5.m_2_--XZx + namespaces: + - "443" + topologyKey: "444" + weight: -969397138 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: 8b-3-3b17cab-ppy5e--9p-61-2we16h--5-d-k-sm.2xv17r--32b-----4-670tfz-up3n/ov_Z--Zg-_Q + operator: NotIn + values: + - 0..KpiS.oK-.O--5-yp8q_s-L + matchLabels: + rG-7--p9.-_0R.-_-3_L_2--_v2.5p_..Y-.wg_-b8a_68: Q4_.84.K_-_0_..u.F.pq..--Q + namespaces: + - "435" + topologyKey: "436" + podAntiAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: n-9n7p22o4a-w----11rqy3eo79p-f4r1--7p--053--suug/5-4_ed-0-i_zZsY_o8t5Vl6_..7CY-_dc__G6N-_-0o.0C_gV9 + operator: NotIn + values: + - f8k + matchLabels: + k5_7_-0w_--5-_.3--_9QW2JkU27_.-4T-I.-..K.-.0__sD.6: HI-F.PWtO4-7-P41_.-.-AQ._r.-_Rw1k8KLu..ly--J-_.ZCRT.0z-oe.G79.b + namespaces: + - "459" + topologyKey: "460" + weight: -1397412563 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: 6n-f-x--i-b/8u.._-__BM.6-.Y_72-_--pT75-.emV__1-wv3UDf.4 + operator: In + values: + - n-W23-_.z_.._s--_F-BR-.W + matchLabels: + ZXC0_-7.-hj-O_8-b6E_--B: p8O_._e_3_.4_W_H + namespaces: + - "451" + topologyKey: "452" + automountServiceAccountToken: false + containers: + - args: + - "265" + command: + - "264" + env: + - name: "272" + value: "273" + valueFrom: + configMapKeyRef: + key: "279" + name: "278" + optional: false + fieldRef: + apiVersion: "274" + fieldPath: "275" + resourceFieldRef: + containerName: "276" + divisor: "107" + resource: "277" + secretKeyRef: + key: "281" + name: "280" + optional: false + envFrom: + - configMapRef: + name: "270" + optional: false + prefix: "269" + secretRef: + name: "271" + optional: false + image: "263" + imagePullPolicy: 笭/9崍h趭(娕uE增猍ǵ xǨ + lifecycle: + postStart: + exec: + command: + - "310" + httpGet: + host: "313" + httpHeaders: + - name: "314" + value: "315" + path: "311" + port: "312" + tcpSocket: + host: "316" + port: 935886668 + preStop: + exec: + command: + - "317" + httpGet: + host: "320" + httpHeaders: + - name: "321" + value: "322" + path: "318" + port: "319" + scheme: )DŽ髐njʉBn(fǂ + tcpSocket: + host: "323" + port: 872525702 + livenessProbe: + exec: + command: + - "288" + failureThreshold: -766915393 + httpGet: + host: "291" + httpHeaders: + - name: "292" + value: "293" + path: "289" + port: "290" + scheme: C"6x$1s + initialDelaySeconds: -860435782 + periodSeconds: -2088645849 + successThreshold: 1900201288 + tcpSocket: + host: "295" + port: "294" + timeoutSeconds: 1067125211 + name: "262" + ports: + - containerPort: 1157117817 + hostIP: "268" + hostPort: -825277526 + name: "267" + readinessProbe: + exec: + command: + - "296" + failureThreshold: 1802356198 + httpGet: + host: "298" + httpHeaders: + - name: "299" + value: "300" + path: "297" + port: 1167615307 + scheme: vEȤƏ埮p + initialDelaySeconds: -1467527914 + periodSeconds: 1221583046 + successThreshold: -1861307253 + tcpSocket: + host: "302" + port: "301" + timeoutSeconds: 1107276738 + resources: + limits: + 琕鶫:顇ə娯Ȱ囌{: "853" + requests: + Z龏´DÒȗÔÂɘɢ鬍熖B芭花: "372" + securityContext: + allowPrivilegeEscalation: false + capabilities: + add: + - Ƶf + drop: + - Ã茓pȓɻ + privileged: true + procMount: '#耗' + readOnlyRootFilesystem: false + runAsGroup: 5255171395073905944 + runAsNonRoot: false + runAsUser: -4099583436266168513 + seLinuxOptions: + level: "328" + role: "326" + type: "327" + user: "325" + seccompProfile: + localhostProfile: "332" + type: (ť1ùfŭƽ + windowsOptions: + gmsaCredentialSpec: "330" + gmsaCredentialSpecName: "329" + runAsUserName: "331" + startupProbe: + exec: + command: + - "303" + failureThreshold: 1697842937 + httpGet: + host: "305" + httpHeaders: + - name: "306" + value: "307" + path: "304" + port: 199049889 + scheme: IJ嘢4ʗ + initialDelaySeconds: -1896415283 + periodSeconds: -1330095135 + successThreshold: 1566213732 + tcpSocket: + host: "309" + port: "308" + timeoutSeconds: 1540899353 + stdin: true + stdinOnce: true + terminationMessagePath: "324" + terminationMessagePolicy: ay + volumeDevices: + - devicePath: "287" + name: "286" + volumeMounts: + - mountPath: "283" + mountPropagation: 亏yƕ丆録²Ŏ)/灩聋3趐囨鏻 + name: "282" + readOnly: true + subPath: "284" + subPathExpr: "285" + workingDir: "266" + dnsConfig: + nameservers: + - "467" + options: + - name: "469" + value: "470" + searches: + - "468" + dnsPolicy: 堑ūM鈱ɖ'蠨 + enableServiceLinks: false + ephemeralContainers: + - args: + - "336" + command: + - "335" + env: + - name: "343" + value: "344" + valueFrom: + configMapKeyRef: + key: "350" + name: "349" + optional: true + fieldRef: + apiVersion: "345" + fieldPath: "346" + resourceFieldRef: + containerName: "347" + divisor: "211" + resource: "348" + secretKeyRef: + key: "352" + name: "351" + optional: true + envFrom: + - configMapRef: + name: "341" + optional: false + prefix: "340" + secretRef: + name: "342" + optional: false + image: "334" + imagePullPolicy: 嵞嬯t{Eɾ敹Ȯ-湷D谹 + lifecycle: + postStart: + exec: + command: + - "380" + httpGet: + host: "382" + httpHeaders: + - name: "383" + value: "384" + path: "381" + port: 2040952835 + scheme: 诵H玲鑠ĭ$#卛8ð + tcpSocket: + host: "386" + port: "385" + preStop: + exec: + command: + - "387" + httpGet: + host: "389" + httpHeaders: + - name: "390" + value: "391" + path: "388" + port: -122203422 + scheme: 斢杧ż鯀1'鸔 + tcpSocket: + host: "392" + port: -1618269037 + livenessProbe: + exec: + command: + - "359" + failureThreshold: -478839383 + httpGet: + host: "362" + httpHeaders: + - name: "363" + value: "364" + path: "360" + port: "361" + initialDelaySeconds: 1612465029 + periodSeconds: 758604605 + successThreshold: -291429895 + tcpSocket: + host: "366" + port: "365" + timeoutSeconds: -148677969 + name: "333" + ports: + - containerPort: 1992460223 + hostIP: "339" + hostPort: -2137891092 + name: "338" + protocol: '`l}Ñ蠂Ü[ƛ^輅' + readinessProbe: + exec: + command: + - "367" + failureThreshold: -1431381588 + httpGet: + host: "369" + httpHeaders: + - name: "370" + value: "371" + path: "368" + port: 498878902 + scheme: ďJZ漤ŗ坟Ů< + initialDelaySeconds: 1808698094 + periodSeconds: -1873425934 + successThreshold: -1924862129 + tcpSocket: + host: "372" + port: -2030665763 + timeoutSeconds: 1155232143 + resources: + limits: + x糂腂: "286" + requests: + ɢzĮ蛋I滞廬耐鷞焬CQm坊柩劄奼[: "214" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 秮òƬɸĻo + drop: + - '{柯?' + privileged: false + procMount: 4矕Ƈè* + readOnlyRootFilesystem: false + runAsGroup: 1578419479310338359 + runAsNonRoot: false + runAsUser: -3231735416592443589 + seLinuxOptions: + level: "397" + role: "395" + type: "396" + user: "394" + seccompProfile: + localhostProfile: "401" + type: ='ʨ|ǓÓ敆OɈÏ 瞍髃 + windowsOptions: + gmsaCredentialSpec: "399" + gmsaCredentialSpecName: "398" + runAsUserName: "400" + startupProbe: + exec: + command: + - "373" + failureThreshold: -592521472 + httpGet: + host: "376" + httpHeaders: + - name: "377" + value: "378" + path: "374" + port: "375" + scheme: Nh×DJɶ羹ƞʓ%ʝ`ǭ + initialDelaySeconds: 911629631 + periodSeconds: 1859267428 + successThreshold: 1123323092 + tcpSocket: + host: "379" + port: -1467648837 + timeoutSeconds: 542678518 + stdin: true + stdinOnce: true + targetContainerName: "402" + terminationMessagePath: "393" + terminationMessagePolicy: 炙B餸硷张q櫞繡旹翃ɾ氒ĺʈʫ羶剹 + tty: true + volumeDevices: + - devicePath: "358" + name: "357" + volumeMounts: + - mountPath: "354" + mountPropagation: Ƶŧ1ƟƓ宆!鍲ɋȑoG鄧蜢暳ǽ + name: "353" + subPath: "355" + subPathExpr: "356" + workingDir: "337" + hostAliases: + - hostnames: + - "465" + ip: "464" + hostIPC: true + hostNetwork: true + hostname: "419" + imagePullSecrets: + - name: "418" + initContainers: + - args: + - "196" + command: + - "195" + env: + - name: "203" + value: "204" + valueFrom: + configMapKeyRef: + key: "210" + name: "209" + optional: false + fieldRef: + apiVersion: "205" + fieldPath: "206" + resourceFieldRef: + containerName: "207" + divisor: "231" + resource: "208" + secretKeyRef: + key: "212" + name: "211" + optional: true + envFrom: + - configMapRef: + name: "201" + optional: true + prefix: "200" + secretRef: + name: "202" + optional: false + image: "194" + imagePullPolicy: Gƚ绤fʀļ腩墺Ò媁荭gw + lifecycle: + postStart: + exec: + command: + - "240" + httpGet: + host: "243" + httpHeaders: + - name: "244" + value: "245" + path: "241" + port: "242" + scheme: 更偢ɇ卷荙JLĹ]佱¿>犵殇ŕ-Ɂ + tcpSocket: + host: "246" + port: 467291328 + preStop: + exec: + command: + - "247" + httpGet: + host: "249" + httpHeaders: + - name: "250" + value: "251" + path: "248" + port: -434820661 + scheme: r嚧 + tcpSocket: + host: "252" + port: 453108839 + livenessProbe: + exec: + command: + - "219" + failureThreshold: 158280212 + httpGet: + host: "222" + httpHeaders: + - name: "223" + value: "224" + path: "220" + port: "221" + scheme: 翁杙Ŧ癃8鸖ɱJȉ罴ņ螡ź + initialDelaySeconds: 513341278 + periodSeconds: 1255312175 + successThreshold: -1740959124 + tcpSocket: + host: "225" + port: -1543701088 + timeoutSeconds: 627713162 + name: "193" + ports: + - containerPort: -1409668172 + hostIP: "199" + hostPort: -1180080716 + name: "198" + protocol: 脾嚏吐ĠLƐȤ藠3.v-鿧悮坮Ȣ幟ļ腻 + readinessProbe: + exec: + command: + - "226" + failureThreshold: 1226391571 + httpGet: + host: "228" + httpHeaders: + - name: "229" + value: "230" + path: "227" + port: -1140531048 + initialDelaySeconds: 1260448044 + periodSeconds: -1791206950 + successThreshold: 1160477220 + tcpSocket: + host: "231" + port: 1741405963 + timeoutSeconds: -200461294 + resources: + limits: + "": "55" + requests: + 粕擓ƖHVe熼'FD: "235" + securityContext: + allowPrivilegeEscalation: false + capabilities: + add: + - E剒蔞 + drop: + - 表徶đ寳议Ƭƶ氩Ȩ<6鄰簳°Ļǟi&皥 + privileged: false + procMount: ¦队偯J僳徥淳4揻-$ɽ丟×x锏ɟ + readOnlyRootFilesystem: true + runAsGroup: -5569844914519516591 + runAsNonRoot: true + runAsUser: -3342656999442156006 + seLinuxOptions: + level: "257" + role: "255" + type: "256" + user: "254" + seccompProfile: + localhostProfile: "261" + type: Ǒ輂,ŕĪĠM蘇KŅ/»頸+SÄ蚃ɣ + windowsOptions: + gmsaCredentialSpec: "259" + gmsaCredentialSpecName: "258" + runAsUserName: "260" + startupProbe: + exec: + command: + - "232" + failureThreshold: 300356869 + httpGet: + host: "235" + httpHeaders: + - name: "236" + value: "237" + path: "233" + port: "234" + scheme: 勅跦Opwǩ曬逴褜1Ø + initialDelaySeconds: -589000495 + periodSeconds: 561988938 + successThreshold: 1419770315 + tcpSocket: + host: "239" + port: "238" + timeoutSeconds: -955773237 + stdin: true + terminationMessagePath: "253" + terminationMessagePolicy: 趛屡ʁ岼昕ĬÇó藢xɮĵȑ6L* + tty: true + volumeDevices: + - devicePath: "218" + name: "217" + volumeMounts: + - mountPath: "214" + mountPropagation: UÐ_ƮA攤/ɸɎ + name: "213" + subPath: "215" + subPathExpr: "216" + workingDir: "197" + nodeName: "407" + nodeSelector: + "403": "404" + overhead: + "": "368" + preemptionPolicy: 犾ȩ纾 + priority: -69353914 + priorityClassName: "466" + readinessGates: + - conditionType: ʁO + restartPolicy: ȕW歹s + runtimeClassName: "471" + schedulerName: "461" + securityContext: + fsGroup: 3104099627522161950 + fsGroupChangePolicy: ß讪Ă2讅缔m葰賦迾娙 + runAsGroup: 241576272398843100 + runAsNonRoot: false + runAsUser: -8735446882646824517 + seLinuxOptions: + level: "411" + role: "409" + type: "410" + user: "408" + seccompProfile: + localhostProfile: "417" + type: 4虵p蓋沥7uPƒ + supplementalGroups: + - 3851285476969791307 + sysctls: + - name: "415" + value: "416" + windowsOptions: + gmsaCredentialSpec: "413" + gmsaCredentialSpecName: "412" + runAsUserName: "414" + serviceAccount: "406" + serviceAccountName: "405" + setHostnameAsFQDN: false + shareProcessNamespace: false + subdomain: "420" + terminationGracePeriodSeconds: -2705718780200389430 + tolerations: + - effect: 蛡媈U曰n夬LJ:BŐ埑Ô + key: "462" + operator: T暣Ɖ肆Ző:ijɲí_夦Ŕ + tolerationSeconds: 2817479448830898187 + value: "463" + topologySpreadConstraints: + - labelSelector: + matchExpressions: + - key: 51-i-d-----9---063-qm-j-3wc89k-0-57z4063--4/rBQ.u + operator: Exists + matchLabels: + jp-z---k-5r6h--y7n.61-cm---ch-g0t-q--qr95ws-v-5--7-ufi-7/35a-1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--.2g: Mqp..__._-J_-fk3-_j.133eT_2_Y + maxSkew: -1568300104 + topologyKey: "472" + whenUnsatisfiable: 潑嫉悔柅ȵ.Ȁ鎧Y冒Ɩ + volumes: + - awsElasticBlockStore: + fsType: "65" + partition: -1853411528 + volumeID: "64" + azureDisk: + cachingMode: A3fƻfʣ繡楙¯ + diskName: "128" + diskURI: "129" + fsType: "130" + kind: 勗E濞偘1ɩÅ議Ǹ轺@)蓳嗘TʡȂ + readOnly: true + azureFile: + secretName: "114" + shareName: "115" + cephfs: + monitors: + - "99" + path: "100" + readOnly: true + secretFile: "102" + secretRef: + name: "103" + user: "101" + cinder: + fsType: "97" + secretRef: + name: "98" + volumeID: "96" + configMap: + defaultMode: -347579237 + items: + - key: "117" + mode: 1793473487 + path: "118" + name: "116" + optional: false + csi: + driver: "160" + fsType: "161" + nodePublishSecretRef: + name: "164" + readOnly: false + volumeAttributes: + "162": "163" + downwardAPI: + defaultMode: -1775926229 + items: + - fieldRef: + apiVersion: "107" + fieldPath: "108" + mode: -1011172037 + path: "106" + resourceFieldRef: + containerName: "109" + divisor: "52" + resource: "110" + emptyDir: + medium: 捵TwMȗ礼2ħ籦ö嗏ʑ>季Cʖ畬 + sizeLimit: "347" + ephemeral: + volumeClaimTemplate: + metadata: + annotations: + "172": "173" + clusterName: "178" + creationTimestamp: null + deletionGracePeriodSeconds: 3218160964766401208 + finalizers: + - "177" + generateName: "166" + generation: -6008930988505485536 + labels: + "170": "171" + managedFields: + - apiVersion: "180" + fieldsType: "181" + manager: "179" + operation: quA?瞲Ť倱<įXŋ + name: "165" + namespace: "167" + ownerReferences: + - apiVersion: "174" + blockOwnerDeletion: false + controller: true + kind: "175" + name: "176" + uid: ɜa頢ƛƟ)ÙæNǚ + resourceVersion: "4447340384943270560" + selfLink: "168" + uid: A徙ɶɊł/擇ɦĽ胚 + spec: + accessModes: + - 厶耈 T衧ȇe媹Hǝ呮}臷 + dataSource: + apiGroup: "190" + kind: "191" + name: "192" + resources: + limits: + /樝fw[Řż丩ŽoǠŻʘY賃ɪ鐊: "967" + requests: + ǎɳ,ǿ飏騀呣ǎfǣ萭旿@掇lNd: "150" + selector: + matchExpressions: + - key: 6tv27r-m8w-6-9-35d8.w-v-93ix6bigm-h8-3q768km-0--03-t-0-05/4--6o--Bo-F__..XR.7_1-p-6_._31.-.-z + operator: NotIn + values: + - A5b.5-CX_VBC.Jn4f_1 + matchLabels: + 5P.-i.Fg.Cs_.w: 4_2IN..3O4y..-W.5w9-Wm_AO-l8VKLyHA_.-F_E2_QOuQ_0 + storageClassName: "189" + volumeMode: 髷裎$MVȟ@7飣奺Ȋ + volumeName: "188" + fc: + fsType: "112" + lun: -740816174 + targetWWNs: + - "111" + wwids: + - "113" + flexVolume: + driver: "91" + fsType: "92" + options: + "94": "95" + secretRef: + name: "93" + flocker: + datasetName: "104" + datasetUUID: "105" + gcePersistentDisk: + fsType: "63" + partition: 1399152294 + pdName: "62" + readOnly: true + gitRepo: + directory: "68" + repository: "66" + revision: "67" + glusterfs: + endpoints: "81" + path: "82" + readOnly: true + hostPath: + path: "61" + type: j剐'宣I拍N嚳ķȗ + iscsi: + fsType: "77" + initiatorName: "80" + iqn: "75" + iscsiInterface: "76" + lun: -1483417237 + portals: + - "78" + secretRef: + name: "79" + targetPortal: "74" + name: "60" + nfs: + path: "73" + server: "72" + persistentVolumeClaim: + claimName: "83" + readOnly: true + photonPersistentDisk: + fsType: "132" + pdID: "131" + portworxVolume: + fsType: "147" + volumeID: "146" + projected: + defaultMode: -1332301579 + sources: + - configMap: + items: + - key: "142" + mode: -1249460160 + path: "143" + name: "141" + optional: false + downwardAPI: + items: + - fieldRef: + apiVersion: "137" + fieldPath: "138" + mode: 1525389481 + path: "136" + resourceFieldRef: + containerName: "139" + divisor: "618" + resource: "140" + secret: + items: + - key: "134" + mode: 550215822 + path: "135" + name: "133" + optional: false + serviceAccountToken: + audience: "144" + expirationSeconds: -8988970531898753887 + path: "145" + quobyte: + group: "126" + readOnly: true + registry: "123" + tenant: "127" + user: "125" + volume: "124" + rbd: + fsType: "86" + image: "85" + keyring: "89" + monitors: + - "84" + pool: "87" + readOnly: true + secretRef: + name: "90" + user: "88" + scaleIO: + fsType: "155" + gateway: "148" + protectionDomain: "151" + readOnly: true + secretRef: + name: "150" + storageMode: "153" + storagePool: "152" + system: "149" + volumeName: "154" + secret: + defaultMode: -1852451720 + items: + - key: "70" + mode: 1395607230 + path: "71" + optional: true + secretName: "69" + storageos: + fsType: "158" + readOnly: true + secretRef: + name: "159" + volumeName: "156" + volumeNamespace: "157" + vsphereVolume: + fsType: "120" + storagePolicyID: "122" + storagePolicyName: "121" + volumePath: "119" + ttlSecondsAfterFinished: -339602975 + schedule: "19" + startingDeadlineSeconds: -2555947251840004808 + successfulJobsHistoryLimit: 305459364 + suspend: true +status: + active: + - apiVersion: "482" + fieldPath: "484" + kind: "479" + name: "481" + namespace: "480" + resourceVersion: "483" + uid: vÐ仆dždĄ跞肞=ɴ diff --git a/staging/src/k8s.io/api/testdata/v1.20.0/batch.v1beta1.JobTemplate.after_roundtrip.json b/staging/src/k8s.io/api/testdata/v1.20.0/batch.v1beta1.JobTemplate.after_roundtrip.json new file mode 100644 index 00000000000..53dc25a9808 --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.20.0/batch.v1beta1.JobTemplate.after_roundtrip.json @@ -0,0 +1,1523 @@ +{ + "kind": "JobTemplate", + "apiVersion": "batch/v1beta1", + "metadata": { + "name": "2", + "generateName": "3", + "namespace": "4", + "selfLink": "5", + "uid": "7", + "resourceVersion": "11042405498087606203", + "generation": 8071137005907523419, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -4955867275792137171, + "labels": { + "7": "8" + }, + "annotations": { + "9": "10" + }, + "ownerReferences": [ + { + "apiVersion": "11", + "kind": "12", + "name": "13", + "uid": "Dz廔ȇ{sŊƏp", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "14" + ], + "clusterName": "15", + "managedFields": [ + { + "manager": "16", + "operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]", + "apiVersion": "17", + "fieldsType": "18" + } + ] + }, + "template": { + "metadata": { + "name": "19", + "generateName": "20", + "namespace": "21", + "selfLink": "22", + "uid": "SǡƏ", + "resourceVersion": "17916580954637291219", + "generation": 5259823216098853135, + "creationTimestamp": null, + "deletionGracePeriodSeconds": 4075183944016503389, + "labels": { + "24": "25" + }, + "annotations": { + "26": "27" + }, + "ownerReferences": [ + { + "apiVersion": "28", + "kind": "29", + "name": "30", + "uid": "ɑ", + "controller": true, + "blockOwnerDeletion": false + } + ], + "finalizers": [ + "31" + ], + "clusterName": "32", + "managedFields": [ + { + "manager": "33", + "operation": "ěĂ凗蓏Ŋ蛊ĉy緅縕", + "apiVersion": "34", + "fieldsType": "35" + } + ] + }, + "spec": { + "parallelism": -443114323, + "completions": -1771909905, + "activeDeadlineSeconds": -9086179100394185427, + "backoffLimit": -1796008812, + "selector": { + "matchLabels": { + "g5i9/l-Y._.-444": "c2_kS91.e5K-_e63_-_3-n-_-__3u-.__P__.7U-Uo_4_-D7r__.am64" + }, + "matchExpressions": [ + { + "key": "2.-__E_Sv__26KX_R_.-.Nth._--S_4DA_-5_-4lQ42M--n1-5", + "operator": "In", + "values": [ + "Ou1.m_.5AW-_S-.3g.7_2fNc5-_.-RX8" + ] + } + ] + }, + "manualSelector": false, + "template": { + "metadata": { + "name": "42", + "generateName": "43", + "namespace": "44", + "selfLink": "45", + "uid": "Ȗ脵鴈Ō", + "resourceVersion": "5994087412557504692", + "generation": 9213888658033954596, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -2901856114738744973, + "labels": { + "47": "48" + }, + "annotations": { + "49": "50" + }, + "ownerReferences": [ + { + "apiVersion": "51", + "kind": "52", + "name": "53", + "uid": "I拍N嚳ķȗɊ捵TwMȗ礼", + "controller": false, + "blockOwnerDeletion": false + } + ], + "finalizers": [ + "54" + ], + "clusterName": "55", + "managedFields": [ + { + "manager": "56", + "operation": "ö嗏ʑ\u003e季Cʖ畬x骀Šĸů", + "apiVersion": "57", + "fieldsType": "58" + } + ] + }, + "spec": { + "volumes": [ + { + "name": "59", + "hostPath": { + "path": "60", + "type": "/淹\\韲翁\u0026ʢsɜ曢\\%枅:=ǛƓ" + }, + "emptyDir": { + "medium": "踓Ǻǧ湬淊kŪ睴鸏:ɥ³ƞsɁ8^ʥ", + "sizeLimit": "681" + }, + "gcePersistentDisk": { + "pdName": "61", + "fsType": "62", + "partition": 2065358741, + "readOnly": true + }, + "awsElasticBlockStore": { + "volumeID": "63", + "fsType": "64", + "partition": -104666658, + "readOnly": true + }, + "gitRepo": { + "repository": "65", + "revision": "66", + "directory": "67" + }, + "secret": { + "secretName": "68", + "items": [ + { + "key": "69", + "path": "70", + "mode": 1648350164 + } + ], + "defaultMode": 1655406148, + "optional": true + }, + "nfs": { + "server": "71", + "path": "72" + }, + "iscsi": { + "targetPortal": "73", + "iqn": "74", + "lun": -663180249, + "iscsiInterface": "75", + "fsType": "76", + "readOnly": true, + "portals": [ + "77" + ], + "chapAuthSession": true, + "secretRef": { + "name": "78" + }, + "initiatorName": "79" + }, + "glusterfs": { + "endpoints": "80", + "path": "81" + }, + "persistentVolumeClaim": { + "claimName": "82" + }, + "rbd": { + "monitors": [ + "83" + ], + "image": "84", + "fsType": "85", + "pool": "86", + "user": "87", + "keyring": "88", + "secretRef": { + "name": "89" + }, + "readOnly": true + }, + "flexVolume": { + "driver": "90", + "fsType": "91", + "secretRef": { + "name": "92" + }, + "readOnly": true, + "options": { + "93": "94" + } + }, + "cinder": { + "volumeID": "95", + "fsType": "96", + "readOnly": true, + "secretRef": { + "name": "97" + } + }, + "cephfs": { + "monitors": [ + "98" + ], + "path": "99", + "user": "100", + "secretFile": "101", + "secretRef": { + "name": "102" + } + }, + "flocker": { + "datasetName": "103", + "datasetUUID": "104" + }, + "downwardAPI": { + "items": [ + { + "path": "105", + "fieldRef": { + "apiVersion": "106", + "fieldPath": "107" + }, + "resourceFieldRef": { + "containerName": "108", + "resource": "109", + "divisor": "889" + }, + "mode": 1322858613 + } + ], + "defaultMode": 1801487647 + }, + "fc": { + "targetWWNs": [ + "110" + ], + "lun": 1169718433, + "fsType": "111", + "wwids": [ + "112" + ] + }, + "azureFile": { + "secretName": "113", + "shareName": "114" + }, + "configMap": { + "name": "115", + "items": [ + { + "key": "116", + "path": "117", + "mode": -1194714697 + } + ], + "defaultMode": -599608368, + "optional": true + }, + "vsphereVolume": { + "volumePath": "118", + "fsType": "119", + "storagePolicyName": "120", + "storagePolicyID": "121" + }, + "quobyte": { + "registry": "122", + "volume": "123", + "readOnly": true, + "user": "124", + "group": "125", + "tenant": "126" + }, + "azureDisk": { + "diskName": "127", + "diskURI": "128", + "cachingMode": "ʜǝ鿟ldg滠鼍ƭt", + "fsType": "129", + "readOnly": true, + "kind": "ȫşŇɜa" + }, + "photonPersistentDisk": { + "pdID": "130", + "fsType": "131" + }, + "projected": { + "sources": [ + { + "secret": { + "name": "132", + "items": [ + { + "key": "133", + "path": "134", + "mode": 782113097 + } + ], + "optional": true + }, + "downwardAPI": { + "items": [ + { + "path": "135", + "fieldRef": { + "apiVersion": "136", + "fieldPath": "137" + }, + "resourceFieldRef": { + "containerName": "138", + "resource": "139", + "divisor": "952" + }, + "mode": -555780268 + } + ] + }, + "configMap": { + "name": "140", + "items": [ + { + "key": "141", + "path": "142", + "mode": 1730325900 + } + ], + "optional": true + }, + "serviceAccountToken": { + "audience": "143", + "expirationSeconds": -2937394236764575757, + "path": "144" + } + } + ], + "defaultMode": -1980941277 + }, + "portworxVolume": { + "volumeID": "145", + "fsType": "146", + "readOnly": true + }, + "scaleIO": { + "gateway": "147", + "system": "148", + "secretRef": { + "name": "149" + }, + "sslEnabled": true, + "protectionDomain": "150", + "storagePool": "151", + "storageMode": "152", + "volumeName": "153", + "fsType": "154" + }, + "storageos": { + "volumeName": "155", + "volumeNamespace": "156", + "fsType": "157", + "readOnly": true, + "secretRef": { + "name": "158" + } + }, + "csi": { + "driver": "159", + "readOnly": true, + "fsType": "160", + "volumeAttributes": { + "161": "162" + }, + "nodePublishSecretRef": { + "name": "163" + } + }, + "ephemeral": { + "volumeClaimTemplate": { + "metadata": { + "name": "164", + "generateName": "165", + "namespace": "166", + "selfLink": "167", + "uid": ";栍dʪīT捘ɍi縱ù墴1Rƥ贫d飼", + "resourceVersion": "917467801074989174", + "generation": -8801560367353238479, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -1837257934517376612, + "labels": { + "169": "170" + }, + "annotations": { + "171": "172" + }, + "ownerReferences": [ + { + "apiVersion": "173", + "kind": "174", + "name": "175", + "uid": "", + "controller": true, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "176" + ], + "clusterName": "177", + "managedFields": [ + { + "manager": "178", + "operation": "蒅!a坩O`涁İ而踪鄌", + "apiVersion": "179", + "fieldsType": "180" + } + ] + }, + "spec": { + "accessModes": [ + "|@?鷅bȻN" + ], + "selector": { + "matchLabels": { + "fi-a--w---f-e.z-j4kh6oqu-or---40--87-1wpl6-2-310e5hyzn0w-p4mzlu/m_AO-l8VKLyHA_.-F_E2_QOQ": "E._._3.-.83_iq_-y.-25C.A-j..9dfn3Y8d_0_.---M_4FF" + }, + "matchExpressions": [ + { + "key": "39-295at-o7qff7-x--r7v66bm71u-n4f9wk-3--652x01--p--n4-4-l.onh-9289---x-p-qpt6-1w-3205c1lxeqyn-5--9d5a3-7bf46g-40883176jte/Pi.-_-a-G", + "operator": "Exists" + } + ] + }, + "resources": { + "limits": { + "?$矡ȶ网棊ʢ": "891" + }, + "requests": { + "Ⱥ眖R#yV'WKw(ğ": "423" + } + }, + "volumeName": "187", + "storageClassName": "188", + "volumeMode": "跦Opwǩ曬逴褜1", + "dataSource": { + "apiGroup": "189", + "kind": "190", + "name": "191" + } + } + } + } + } + ], + "initContainers": [ + { + "name": "192", + "image": "193", + "command": [ + "194" + ], + "args": [ + "195" + ], + "workingDir": "196", + "ports": [ + { + "name": "197", + "hostPort": -805795167, + "containerPort": 1791615594, + "protocol": "Ƥ熪军g\u003e郵[+扴", + "hostIP": "198" + } + ], + "envFrom": [ + { + "prefix": "199", + "configMapRef": { + "name": "200", + "optional": false + }, + "secretRef": { + "name": "201", + "optional": false + } + } + ], + "env": [ + { + "name": "202", + "value": "203", + "valueFrom": { + "fieldRef": { + "apiVersion": "204", + "fieldPath": "205" + }, + "resourceFieldRef": { + "containerName": "206", + "resource": "207", + "divisor": "241" + }, + "configMapKeyRef": { + "name": "208", + "key": "209", + "optional": true + }, + "secretKeyRef": { + "name": "210", + "key": "211", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "": "268" + }, + "requests": { + "-Ɂ圯W:ĸ輦唊#v铿ʩȂ4ē鐭#嬀ơ": "340" + } + }, + "volumeMounts": [ + { + "name": "212", + "mountPath": "213", + "subPath": "214", + "mountPropagation": "藢xɮĵȑ6L*Z鐫û咡W\u003c", + "subPathExpr": "215" + } + ], + "volumeDevices": [ + { + "name": "216", + "devicePath": "217" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "218" + ] + }, + "httpGet": { + "path": "219", + "port": -1225815437, + "host": "220", + "scheme": "荭gw忊|E", + "httpHeaders": [ + { + "name": "221", + "value": "222" + } + ] + }, + "tcpSocket": { + "port": -438588982, + "host": "223" + }, + "initialDelaySeconds": 1004325340, + "timeoutSeconds": -1313320434, + "periodSeconds": 14304392, + "successThreshold": 465972736, + "failureThreshold": -1784617397 + }, + "readinessProbe": { + "exec": { + "command": [ + "224" + ] + }, + "httpGet": { + "path": "225", + "port": "226", + "host": "227", + "scheme": "貾坢'跩aŕ翑0", + "httpHeaders": [ + { + "name": "228", + "value": "229" + } + ] + }, + "tcpSocket": { + "port": 1165327504, + "host": "230" + }, + "initialDelaySeconds": -2165496, + "timeoutSeconds": -1778952574, + "periodSeconds": 1386255869, + "successThreshold": -778272981, + "failureThreshold": 2056774277 + }, + "startupProbe": { + "exec": { + "command": [ + "231" + ] + }, + "httpGet": { + "path": "232", + "port": -1928016742, + "host": "233", + "scheme": "E¦", + "httpHeaders": [ + { + "name": "234", + "value": "235" + } + ] + }, + "tcpSocket": { + "port": "236", + "host": "237" + }, + "initialDelaySeconds": 1868887309, + "timeoutSeconds": -528664199, + "periodSeconds": -316996074, + "successThreshold": 1933968533, + "failureThreshold": 549215478 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "238" + ] + }, + "httpGet": { + "path": "239", + "port": 878005329, + "host": "240", + "scheme": "丟×x锏ɟ4Ǒ", + "httpHeaders": [ + { + "name": "241", + "value": "242" + } + ] + }, + "tcpSocket": { + "port": "243", + "host": "244" + } + }, + "preStop": { + "exec": { + "command": [ + "245" + ] + }, + "httpGet": { + "path": "246", + "port": 1746399757, + "host": "247", + "scheme": "V訆Ǝżŧ", + "httpHeaders": [ + { + "name": "248", + "value": "249" + } + ] + }, + "tcpSocket": { + "port": 204229950, + "host": "250" + } + } + }, + "terminationMessagePath": "251", + "terminationMessagePolicy": "NƗ¸gĩ", + "imagePullPolicy": "酊龨δ摖ȱğ_\u003c", + "securityContext": { + "capabilities": { + "add": [ + "J橈'琕鶫:顇ə娯" + ], + "drop": [ + "囌{屿oiɥ嵐sC" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "252", + "role": "253", + "type": "254", + "level": "255" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "256", + "gmsaCredentialSpec": "257", + "runAsUserName": "258" + }, + "runAsUser": 7917735345573161773, + "runAsGroup": -6499508485510627932, + "runAsNonRoot": true, + "readOnlyRootFilesystem": false, + "allowPrivilegeEscalation": false, + "procMount": "Jih亏yƕ丆録²", + "seccompProfile": { + "type": ")/灩聋3趐囨鏻", + "localhostProfile": "259" + } + }, + "tty": true + } + ], + "containers": [ + { + "name": "260", + "image": "261", + "command": [ + "262" + ], + "args": [ + "263" + ], + "workingDir": "264", + "ports": [ + { + "name": "265", + "hostPort": -1365158918, + "containerPort": -305362540, + "protocol": "Ǩ繫ʎǑyZ涬P­蜷ɔ幩", + "hostIP": "266" + } + ], + "envFrom": [ + { + "prefix": "267", + "configMapRef": { + "name": "268", + "optional": true + }, + "secretRef": { + "name": "269", + "optional": true + } + } + ], + "env": [ + { + "name": "270", + "value": "271", + "valueFrom": { + "fieldRef": { + "apiVersion": "272", + "fieldPath": "273" + }, + "resourceFieldRef": { + "containerName": "274", + "resource": "275", + "divisor": "9" + }, + "configMapKeyRef": { + "name": "276", + "key": "277", + "optional": false + }, + "secretKeyRef": { + "name": "278", + "key": "279", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "{WOŭW灬pȭCV擭銆jʒǚ鍰": "212" + }, + "requests": { + "| 鞤ɱďW賁Ěɭɪǹ0衷,": "227" + } + }, + "volumeMounts": [ + { + "name": "280", + "readOnly": true, + "mountPath": "281", + "subPath": "282", + "mountPropagation": "Bn(fǂǢ曣ŋayåe躒訙Ǫ", + "subPathExpr": "283" + } + ], + "volumeDevices": [ + { + "name": "284", + "devicePath": "285" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "286" + ] + }, + "httpGet": { + "path": "287", + "port": "288", + "host": "289", + "scheme": "uE增猍ǵ xǨŴ", + "httpHeaders": [ + { + "name": "290", + "value": "291" + } + ] + }, + "tcpSocket": { + "port": 2112112129, + "host": "292" + }, + "initialDelaySeconds": 528603974, + "timeoutSeconds": -342387625, + "periodSeconds": 1862455894, + "successThreshold": 1080918702, + "failureThreshold": -239264629 + }, + "readinessProbe": { + "exec": { + "command": [ + "293" + ] + }, + "httpGet": { + "path": "294", + "port": -186532794, + "host": "295", + "scheme": "ĩȲǸ|蕎'佉賞ǧĒzŔ瘍Nʊ輔3璾ė", + "httpHeaders": [ + { + "name": "296", + "value": "297" + } + ] + }, + "tcpSocket": { + "port": "298", + "host": "299" + }, + "initialDelaySeconds": -751455207, + "timeoutSeconds": -894026356, + "periodSeconds": 646133945, + "successThreshold": -506710067, + "failureThreshold": -47594442 + }, + "startupProbe": { + "exec": { + "command": [ + "300" + ] + }, + "httpGet": { + "path": "301", + "port": -1894326843, + "host": "302", + "scheme": "ƛ^輅9ɛ棕ƈ眽炊礫Ƽ¨I", + "httpHeaders": [ + { + "name": "303", + "value": "304" + } + ] + }, + "tcpSocket": { + "port": "305", + "host": "306" + }, + "initialDelaySeconds": -106856189, + "timeoutSeconds": -2078917333, + "periodSeconds": 86851677, + "successThreshold": -404911753, + "failureThreshold": 890223061 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "307" + ] + }, + "httpGet": { + "path": "308", + "port": -468215285, + "host": "309", + "scheme": "ʆɞȥ}礤铟怖ý萜Ǖc8", + "httpHeaders": [ + { + "name": "310", + "value": "311" + } + ] + }, + "tcpSocket": { + "port": "312", + "host": "313" + } + }, + "preStop": { + "exec": { + "command": [ + "314" + ] + }, + "httpGet": { + "path": "315", + "port": 293042649, + "host": "316", + "scheme": "ǔvÄÚ×p鬷m罂o3ǰ廋i乳'", + "httpHeaders": [ + { + "name": "317", + "value": "318" + } + ] + }, + "tcpSocket": { + "port": "319", + "host": "320" + } + } + }, + "terminationMessagePath": "321", + "terminationMessagePolicy": "ɻ;襕ċ桉桃喕", + "imagePullPolicy": "熀ďJZ漤", + "securityContext": { + "capabilities": { + "add": [ + "Ů\u003cy鯶縆łƑ[澔" + ], + "drop": [ + "JŵǤ" + ] + }, + "privileged": true, + "seLinuxOptions": { + "user": "322", + "role": "323", + "type": "324", + "level": "325" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "326", + "gmsaCredentialSpec": "327", + "runAsUserName": "328" + }, + "runAsUser": 296399212346260204, + "runAsGroup": 1571605531283019612, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": false, + "procMount": "\u0026疀", + "seccompProfile": { + "type": "N翾", + "localhostProfile": "329" + } + }, + "tty": true + } + ], + "ephemeralContainers": [ + { + "name": "330", + "image": "331", + "command": [ + "332" + ], + "args": [ + "333" + ], + "workingDir": "334", + "ports": [ + { + "name": "335", + "hostPort": -1703842211, + "containerPort": 970355275, + "protocol": "ńČȷǻ.wȏâ磠Ƴ崖S", + "hostIP": "336" + } + ], + "envFrom": [ + { + "prefix": "337", + "configMapRef": { + "name": "338", + "optional": false + }, + "secretRef": { + "name": "339", + "optional": true + } + } + ], + "env": [ + { + "name": "340", + "value": "341", + "valueFrom": { + "fieldRef": { + "apiVersion": "342", + "fieldPath": "343" + }, + "resourceFieldRef": { + "containerName": "344", + "resource": "345", + "divisor": "592" + }, + "configMapKeyRef": { + "name": "346", + "key": "347", + "optional": false + }, + "secretKeyRef": { + "name": "348", + "key": "349", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "ż鯀1": "636" + }, + "requests": { + "sYȠ繽敮ǰ詀": "570" + } + }, + "volumeMounts": [ + { + "name": "350", + "readOnly": true, + "mountPath": "351", + "subPath": "352", + "mountPropagation": "櫞繡旹翃ɾ氒ĺʈʫ羶剹Ɗ", + "subPathExpr": "353" + } + ], + "volumeDevices": [ + { + "name": "354", + "devicePath": "355" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "356" + ] + }, + "httpGet": { + "path": "357", + "port": -1247120403, + "host": "358", + "scheme": "ɾ", + "httpHeaders": [ + { + "name": "359", + "value": "360" + } + ] + }, + "tcpSocket": { + "port": -1695993040, + "host": "361" + }, + "initialDelaySeconds": 1218203975, + "timeoutSeconds": -1726456869, + "periodSeconds": 892837330, + "successThreshold": 789384689, + "failureThreshold": 436796816 + }, + "readinessProbe": { + "exec": { + "command": [ + "362" + ] + }, + "httpGet": { + "path": "363", + "port": "364", + "host": "365", + "scheme": "Ȋ飂廤Ƌʙcx赮ǒđ\u003e*劶?jĎ", + "httpHeaders": [ + { + "name": "366", + "value": "367" + } + ] + }, + "tcpSocket": { + "port": "368", + "host": "369" + }, + "initialDelaySeconds": -821592382, + "timeoutSeconds": 1678953375, + "periodSeconds": 1045190247, + "successThreshold": 1805682547, + "failureThreshold": -651405950 + }, + "startupProbe": { + "exec": { + "command": [ + "370" + ] + }, + "httpGet": { + "path": "371", + "port": "372", + "host": "373", + "scheme": "|ǓÓ敆OɈÏ 瞍髃", + "httpHeaders": [ + { + "name": "374", + "value": "375" + } + ] + }, + "tcpSocket": { + "port": -392406530, + "host": "376" + }, + "initialDelaySeconds": -839925309, + "timeoutSeconds": -526099499, + "periodSeconds": -1014296961, + "successThreshold": 1708011112, + "failureThreshold": -603097910 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "377" + ] + }, + "httpGet": { + "path": "378", + "port": "379", + "host": "380", + "scheme": "遲njlȘ鹾KƂʼnçȶŮ嫠!@@)Z", + "httpHeaders": [ + { + "name": "381", + "value": "382" + } + ] + }, + "tcpSocket": { + "port": "383", + "host": "384" + } + }, + "preStop": { + "exec": { + "command": [ + "385" + ] + }, + "httpGet": { + "path": "386", + "port": 1041627045, + "host": "387", + "scheme": "2讅缔m葰賦迾娙ƴ4", + "httpHeaders": [ + { + "name": "388", + "value": "389" + } + ] + }, + "tcpSocket": { + "port": 2088991012, + "host": "390" + } + } + }, + "terminationMessagePath": "391", + "terminationMessagePolicy": "沥7uPƒw©ɴĶ烷Ľthp", + "imagePullPolicy": "陴Sĕ濦ʓɻŊ0蚢鑸鶲Ãqb", + "securityContext": { + "capabilities": { + "add": [ + "滨Ė" + ], + "drop": [ + "h}颉hȱɷȰW瀤oɢ嫎" + ] + }, + "privileged": true, + "seLinuxOptions": { + "user": "392", + "role": "393", + "type": "394", + "level": "395" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "396", + "gmsaCredentialSpec": "397", + "runAsUserName": "398" + }, + "runAsUser": -4298540371641498337, + "runAsGroup": 2803560372754431995, + "runAsNonRoot": false, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "t(ȗŜŲ\u0026洪y儕lmòɻŶJ詢QǾɁ", + "seccompProfile": { + "type": "G鯇ɀ魒Ð扬=惍EʦŊĊ娮rȧŹ黷`嵐", + "localhostProfile": "399" + } + }, + "stdin": true, + "stdinOnce": true, + "targetContainerName": "400" + } + ], + "restartPolicy": "婦", + "terminationGracePeriodSeconds": -7767642171323610380, + "activeDeadlineSeconds": -4963438147266444254, + "dnsPolicy": "ʫį淓¯Ą0ƛ忀z委\u003e,趐V曡88 ", + "nodeSelector": { + "401": "402" + }, + "serviceAccountName": "403", + "serviceAccount": "404", + "automountServiceAccountToken": false, + "nodeName": "405", + "hostPID": true, + "shareProcessNamespace": false, + "securityContext": { + "seLinuxOptions": { + "user": "406", + "role": "407", + "type": "408", + "level": "409" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "410", + "gmsaCredentialSpec": "411", + "runAsUserName": "412" + }, + "runAsUser": -8872996084157186866, + "runAsGroup": -1083846598029307786, + "runAsNonRoot": false, + "supplementalGroups": [ + -46143243150134963 + ], + "fsGroup": -6298002649883493725, + "sysctls": [ + { + "name": "413", + "value": "414" + } + ], + "fsGroupChangePolicy": "ä2 ɲ±m嵘厶sȰÖ埡Æ", + "seccompProfile": { + "type": "Ş襵樞úʥ銀", + "localhostProfile": "415" + } + }, + "imagePullSecrets": [ + { + "name": "416" + } + ], + "hostname": "417", + "subdomain": "418", + "affinity": { + "nodeAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": { + "nodeSelectorTerms": [ + { + "matchExpressions": [ + { + "key": "419", + "operator": "ĵ'o儿Ƭ銭u裡_Ơ9oÕęȄ怈", + "values": [ + "420" + ] + } + ], + "matchFields": [ + { + "key": "421", + "operator": "", + "values": [ + "422" + ] + } + ] + } + ] + }, + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -1677779481, + "preference": { + "matchExpressions": [ + { + "key": "423", + "operator": "WĶʗ", + "values": [ + "424" + ] + } + ], + "matchFields": [ + { + "key": "425", + "operator": "裥d[榴^șƷK", + "values": [ + "426" + ] + } + ] + } + } + ] + }, + "podAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "9oE9_6.--v17r__.2bIZ___._6..tf-_u-3-_n0..KpiS.oK-O": "o5-yp8q_s-1_g" + }, + "matchExpressions": [ + { + "key": "x3zm-lx300w-tj-35840-w4g-27-5sx6dbp-72q--m--2k-p---19/6l.-5_BZk5v3aUK_--_o_2.--4ZH", + "operator": "NotIn", + "values": [ + "M.--_-_ve5.m_2_--XZ-x.__.Y_2-n_503" + ] + } + ] + }, + "namespaces": [ + "433" + ], + "topologyKey": "434" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 1569550894, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "A-o-__y__._12..wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._L2": "Jm...CqrN7_B__--v-3-BzO5z80n_Ht5W_._._-2M2._I-_P..w-W_-E" + }, + "matchExpressions": [ + { + "key": "75p1em---1wwv3-f/k47M7y-Dy__3wcq", + "operator": "NotIn", + "values": [ + "x4D-r.-F__r.oh..2_uGGP..-_N_h_4Hl-X0_2--__4K..-68-A" + ] + } + ] + }, + "namespaces": [ + "441" + ], + "topologyKey": "442" + } + } + ] + }, + "podAntiAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "w_--5-_.3--_9QW2JkU27_.-4T-9": "4.K.-.0__sD.-.-_I-F.PWtO4-7-P41_.-.-AQ._4" + }, + "matchExpressions": [ + { + "key": "J-_.ZCRT.0z-oe.G79.3bU_._nV34GH", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "449" + ], + "topologyKey": "450" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 1206700920, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "HzZsY_o8t5Vl6_..7CY-_c": "ZG6N-_-0o.0C_gV.9_G-.-z1H" + }, + "matchExpressions": [ + { + "key": "cg-w2q76.6-7w-tdt-u-0----p6l-3-znd-8b-dg--1035ad1o-d-6-bk81-3s/9x98MM7-.e.Dx._.W-6..4_MU7iLfS-0.9-.-._.1..s._jP6j.u--.K--g__.2", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "457" + ], + "topologyKey": "458" + } + } + ] + } + }, + "schedulerName": "459", + "tolerations": [ + { + "key": "460", + "operator": "眊:YĹ爩í鬯濴VǕ癶L浼h嫨炛", + "value": "461", + "effect": "ÖTő净湅oĒ弦", + "tolerationSeconds": -3092025889836357564 + } + ], + "hostAliases": [ + { + "ip": "462", + "hostnames": [ + "463" + ] + } + ], + "priorityClassName": "464", + "priority": -192869830, + "dnsConfig": { + "nameservers": [ + "465" + ], + "searches": [ + "466" + ], + "options": [ + { + "name": "467", + "value": "468" + } + ] + }, + "readinessGates": [ + { + "conditionType": "讱" + } + ], + "runtimeClassName": "469", + "enableServiceLinks": true, + "preemptionPolicy": "疅檎ǽ曖sƖTƫ雮蛱ñYȴ鴜.弊þ", + "overhead": { + "奿ÆŁĪŀc=Ƨz鈡煰敹xŪOr揷Ŝ": "15" + }, + "topologySpreadConstraints": [ + { + "maxSkew": -816594589, + "topologyKey": "470", + "whenUnsatisfiable": "", + "labelSelector": { + "matchLabels": { + "D7RufiV-7u0--_qv4--_.6_N_9X-B.s8.N_rM-k8": "7e.._d--Y-_l-v0-1V-N-R__R9" + }, + "matchExpressions": [ + { + "key": "b-k7cr-mo-dz12---i/6.W-m_-Z.wc..k_0_5.z.0..__D-1b.-9.Y0-_-.l__.c17__f_-336-B", + "operator": "Exists" + } + ] + } + } + ], + "setHostnameAsFQDN": true + } + }, + "ttlSecondsAfterFinished": -1766935785 + } + } +} \ No newline at end of file diff --git a/staging/src/k8s.io/api/testdata/v1.20.0/batch.v1beta1.JobTemplate.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.20.0/batch.v1beta1.JobTemplate.after_roundtrip.pb index f742b1e2b4234d22ffbc7be8bdb2f6f5f25ca53a..df78532ef3005c8c87c1ef7a6b8c05d608c6a153 100644 GIT binary patch delta 57 zcmV-90LK57Ig>e%BLV7>B(4Fwk<+6Amy>q^(E+WKNdm$P>M{!b3km`?ITH4>76Xj~ P0qC=&25ADb4+(}7nhF(7 delta 60 zcmV-C0K@;2Ih8q(BLVD@B(4Fyk<+6AnUi+`(E+cMNdm$P>@o`f3km`?ITHA@76Xj~ S0qV1)25ABU5CO9d35FBcWfg7! diff --git a/staging/src/k8s.io/api/testdata/v1.20.0/batch.v1beta1.JobTemplate.after_roundtrip.yaml b/staging/src/k8s.io/api/testdata/v1.20.0/batch.v1beta1.JobTemplate.after_roundtrip.yaml new file mode 100644 index 00000000000..e42d79b6aa9 --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.20.0/batch.v1beta1.JobTemplate.after_roundtrip.yaml @@ -0,0 +1,1044 @@ +apiVersion: batch/v1beta1 +kind: JobTemplate +metadata: + annotations: + "9": "10" + clusterName: "15" + creationTimestamp: null + deletionGracePeriodSeconds: -4955867275792137171 + finalizers: + - "14" + generateName: "3" + generation: 8071137005907523419 + labels: + "7": "8" + managedFields: + - apiVersion: "17" + fieldsType: "18" + manager: "16" + operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć] + name: "2" + namespace: "4" + ownerReferences: + - apiVersion: "11" + blockOwnerDeletion: true + controller: false + kind: "12" + name: "13" + uid: Dz廔ȇ{sŊƏp + resourceVersion: "11042405498087606203" + selfLink: "5" + uid: "7" +template: + metadata: + annotations: + "26": "27" + clusterName: "32" + creationTimestamp: null + deletionGracePeriodSeconds: 4075183944016503389 + finalizers: + - "31" + generateName: "20" + generation: 5259823216098853135 + labels: + "24": "25" + managedFields: + - apiVersion: "34" + fieldsType: "35" + manager: "33" + operation: ěĂ凗蓏Ŋ蛊ĉy緅縕 + name: "19" + namespace: "21" + ownerReferences: + - apiVersion: "28" + blockOwnerDeletion: false + controller: true + kind: "29" + name: "30" + uid: ɑ + resourceVersion: "17916580954637291219" + selfLink: "22" + uid: SǡƏ + spec: + activeDeadlineSeconds: -9086179100394185427 + backoffLimit: -1796008812 + completions: -1771909905 + manualSelector: false + parallelism: -443114323 + selector: + matchExpressions: + - key: 2.-__E_Sv__26KX_R_.-.Nth._--S_4DA_-5_-4lQ42M--n1-5 + operator: In + values: + - Ou1.m_.5AW-_S-.3g.7_2fNc5-_.-RX8 + matchLabels: + g5i9/l-Y._.-444: c2_kS91.e5K-_e63_-_3-n-_-__3u-.__P__.7U-Uo_4_-D7r__.am64 + template: + metadata: + annotations: + "49": "50" + clusterName: "55" + creationTimestamp: null + deletionGracePeriodSeconds: -2901856114738744973 + finalizers: + - "54" + generateName: "43" + generation: 9213888658033954596 + labels: + "47": "48" + managedFields: + - apiVersion: "57" + fieldsType: "58" + manager: "56" + operation: ö嗏ʑ>季Cʖ畬x骀Šĸů + name: "42" + namespace: "44" + ownerReferences: + - apiVersion: "51" + blockOwnerDeletion: false + controller: false + kind: "52" + name: "53" + uid: I拍N嚳ķȗɊ捵TwMȗ礼 + resourceVersion: "5994087412557504692" + selfLink: "45" + uid: Ȗ脵鴈Ō + spec: + activeDeadlineSeconds: -4963438147266444254 + affinity: + nodeAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - preference: + matchExpressions: + - key: "423" + operator: WĶʗ + values: + - "424" + matchFields: + - key: "425" + operator: 裥d[榴^șƷK + values: + - "426" + weight: -1677779481 + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: "419" + operator: ĵ'o儿Ƭ銭u裡_Ơ9oÕęȄ怈 + values: + - "420" + matchFields: + - key: "421" + operator: "" + values: + - "422" + podAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: 75p1em---1wwv3-f/k47M7y-Dy__3wcq + operator: NotIn + values: + - x4D-r.-F__r.oh..2_uGGP..-_N_h_4Hl-X0_2--__4K..-68-A + matchLabels: + A-o-__y__._12..wrbW_E..24-O._.v._9-cz.-Y6T4g_-.._L2: Jm...CqrN7_B__--v-3-BzO5z80n_Ht5W_._._-2M2._I-_P..w-W_-E + namespaces: + - "441" + topologyKey: "442" + weight: 1569550894 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: x3zm-lx300w-tj-35840-w4g-27-5sx6dbp-72q--m--2k-p---19/6l.-5_BZk5v3aUK_--_o_2.--4ZH + operator: NotIn + values: + - M.--_-_ve5.m_2_--XZ-x.__.Y_2-n_503 + matchLabels: + 9oE9_6.--v17r__.2bIZ___._6..tf-_u-3-_n0..KpiS.oK-O: o5-yp8q_s-1_g + namespaces: + - "433" + topologyKey: "434" + podAntiAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: cg-w2q76.6-7w-tdt-u-0----p6l-3-znd-8b-dg--1035ad1o-d-6-bk81-3s/9x98MM7-.e.Dx._.W-6..4_MU7iLfS-0.9-.-._.1..s._jP6j.u--.K--g__.2 + operator: DoesNotExist + matchLabels: + HzZsY_o8t5Vl6_..7CY-_c: ZG6N-_-0o.0C_gV.9_G-.-z1H + namespaces: + - "457" + topologyKey: "458" + weight: 1206700920 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: J-_.ZCRT.0z-oe.G79.3bU_._nV34GH + operator: DoesNotExist + matchLabels: + w_--5-_.3--_9QW2JkU27_.-4T-9: 4.K.-.0__sD.-.-_I-F.PWtO4-7-P41_.-.-AQ._4 + namespaces: + - "449" + topologyKey: "450" + automountServiceAccountToken: false + containers: + - args: + - "263" + command: + - "262" + env: + - name: "270" + value: "271" + valueFrom: + configMapKeyRef: + key: "277" + name: "276" + optional: false + fieldRef: + apiVersion: "272" + fieldPath: "273" + resourceFieldRef: + containerName: "274" + divisor: "9" + resource: "275" + secretKeyRef: + key: "279" + name: "278" + optional: false + envFrom: + - configMapRef: + name: "268" + optional: true + prefix: "267" + secretRef: + name: "269" + optional: true + image: "261" + imagePullPolicy: 熀ďJZ漤 + lifecycle: + postStart: + exec: + command: + - "307" + httpGet: + host: "309" + httpHeaders: + - name: "310" + value: "311" + path: "308" + port: -468215285 + scheme: ʆɞȥ}礤铟怖ý萜Ǖc8 + tcpSocket: + host: "313" + port: "312" + preStop: + exec: + command: + - "314" + httpGet: + host: "316" + httpHeaders: + - name: "317" + value: "318" + path: "315" + port: 293042649 + scheme: ǔvÄÚ×p鬷m罂o3ǰ廋i乳' + tcpSocket: + host: "320" + port: "319" + livenessProbe: + exec: + command: + - "286" + failureThreshold: -239264629 + httpGet: + host: "289" + httpHeaders: + - name: "290" + value: "291" + path: "287" + port: "288" + scheme: uE增猍ǵ xǨŴ + initialDelaySeconds: 528603974 + periodSeconds: 1862455894 + successThreshold: 1080918702 + tcpSocket: + host: "292" + port: 2112112129 + timeoutSeconds: -342387625 + name: "260" + ports: + - containerPort: -305362540 + hostIP: "266" + hostPort: -1365158918 + name: "265" + protocol: Ǩ繫ʎǑyZ涬P­蜷ɔ幩 + readinessProbe: + exec: + command: + - "293" + failureThreshold: -47594442 + httpGet: + host: "295" + httpHeaders: + - name: "296" + value: "297" + path: "294" + port: -186532794 + scheme: ĩȲǸ|蕎'佉賞ǧĒzŔ瘍Nʊ輔3璾ė + initialDelaySeconds: -751455207 + periodSeconds: 646133945 + successThreshold: -506710067 + tcpSocket: + host: "299" + port: "298" + timeoutSeconds: -894026356 + resources: + limits: + '{WOŭW灬pȭCV擭銆jʒǚ鍰': "212" + requests: + '| 鞤ɱďW賁Ěɭɪǹ0衷,': "227" + securityContext: + allowPrivilegeEscalation: false + capabilities: + add: + - Ů,趐V曡88 ' + enableServiceLinks: true + ephemeralContainers: + - args: + - "333" + command: + - "332" + env: + - name: "340" + value: "341" + valueFrom: + configMapKeyRef: + key: "347" + name: "346" + optional: false + fieldRef: + apiVersion: "342" + fieldPath: "343" + resourceFieldRef: + containerName: "344" + divisor: "592" + resource: "345" + secretKeyRef: + key: "349" + name: "348" + optional: false + envFrom: + - configMapRef: + name: "338" + optional: false + prefix: "337" + secretRef: + name: "339" + optional: true + image: "331" + imagePullPolicy: 陴Sĕ濦ʓɻŊ0蚢鑸鶲Ãqb + lifecycle: + postStart: + exec: + command: + - "377" + httpGet: + host: "380" + httpHeaders: + - name: "381" + value: "382" + path: "378" + port: "379" + scheme: 遲njlȘ鹾KƂʼnçȶŮ嫠!@@)Z + tcpSocket: + host: "384" + port: "383" + preStop: + exec: + command: + - "385" + httpGet: + host: "387" + httpHeaders: + - name: "388" + value: "389" + path: "386" + port: 1041627045 + scheme: 2讅缔m葰賦迾娙ƴ4 + tcpSocket: + host: "390" + port: 2088991012 + livenessProbe: + exec: + command: + - "356" + failureThreshold: 436796816 + httpGet: + host: "358" + httpHeaders: + - name: "359" + value: "360" + path: "357" + port: -1247120403 + scheme: ɾ + initialDelaySeconds: 1218203975 + periodSeconds: 892837330 + successThreshold: 789384689 + tcpSocket: + host: "361" + port: -1695993040 + timeoutSeconds: -1726456869 + name: "330" + ports: + - containerPort: 970355275 + hostIP: "336" + hostPort: -1703842211 + name: "335" + protocol: ńČȷǻ.wȏâ磠Ƴ崖S + readinessProbe: + exec: + command: + - "362" + failureThreshold: -651405950 + httpGet: + host: "365" + httpHeaders: + - name: "366" + value: "367" + path: "363" + port: "364" + scheme: Ȋ飂廤Ƌʙcx赮ǒđ>*劶?jĎ + initialDelaySeconds: -821592382 + periodSeconds: 1045190247 + successThreshold: 1805682547 + tcpSocket: + host: "369" + port: "368" + timeoutSeconds: 1678953375 + resources: + limits: + ż鯀1: "636" + requests: + sYȠ繽敮ǰ詀: "570" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 滨Ė + drop: + - h}颉hȱɷȰW瀤oɢ嫎 + privileged: true + procMount: t(ȗŜŲ&洪y儕lmòɻŶJ詢QǾɁ + readOnlyRootFilesystem: true + runAsGroup: 2803560372754431995 + runAsNonRoot: false + runAsUser: -4298540371641498337 + seLinuxOptions: + level: "395" + role: "393" + type: "394" + user: "392" + seccompProfile: + localhostProfile: "399" + type: G鯇ɀ魒Ð扬=惍EʦŊĊ娮rȧŹ黷`嵐 + windowsOptions: + gmsaCredentialSpec: "397" + gmsaCredentialSpecName: "396" + runAsUserName: "398" + startupProbe: + exec: + command: + - "370" + failureThreshold: -603097910 + httpGet: + host: "373" + httpHeaders: + - name: "374" + value: "375" + path: "371" + port: "372" + scheme: '|ǓÓ敆OɈÏ 瞍髃' + initialDelaySeconds: -839925309 + periodSeconds: -1014296961 + successThreshold: 1708011112 + tcpSocket: + host: "376" + port: -392406530 + timeoutSeconds: -526099499 + stdin: true + stdinOnce: true + targetContainerName: "400" + terminationMessagePath: "391" + terminationMessagePolicy: 沥7uPƒw©ɴĶ烷Ľthp + volumeDevices: + - devicePath: "355" + name: "354" + volumeMounts: + - mountPath: "351" + mountPropagation: 櫞繡旹翃ɾ氒ĺʈʫ羶剹Ɗ + name: "350" + readOnly: true + subPath: "352" + subPathExpr: "353" + workingDir: "334" + hostAliases: + - hostnames: + - "463" + ip: "462" + hostPID: true + hostname: "417" + imagePullSecrets: + - name: "416" + initContainers: + - args: + - "195" + command: + - "194" + env: + - name: "202" + value: "203" + valueFrom: + configMapKeyRef: + key: "209" + name: "208" + optional: true + fieldRef: + apiVersion: "204" + fieldPath: "205" + resourceFieldRef: + containerName: "206" + divisor: "241" + resource: "207" + secretKeyRef: + key: "211" + name: "210" + optional: false + envFrom: + - configMapRef: + name: "200" + optional: false + prefix: "199" + secretRef: + name: "201" + optional: false + image: "193" + imagePullPolicy: 酊龨δ摖ȱğ_< + lifecycle: + postStart: + exec: + command: + - "238" + httpGet: + host: "240" + httpHeaders: + - name: "241" + value: "242" + path: "239" + port: 878005329 + scheme: 丟×x锏ɟ4Ǒ + tcpSocket: + host: "244" + port: "243" + preStop: + exec: + command: + - "245" + httpGet: + host: "247" + httpHeaders: + - name: "248" + value: "249" + path: "246" + port: 1746399757 + scheme: V訆Ǝżŧ + tcpSocket: + host: "250" + port: 204229950 + livenessProbe: + exec: + command: + - "218" + failureThreshold: -1784617397 + httpGet: + host: "220" + httpHeaders: + - name: "221" + value: "222" + path: "219" + port: -1225815437 + scheme: 荭gw忊|E + initialDelaySeconds: 1004325340 + periodSeconds: 14304392 + successThreshold: 465972736 + tcpSocket: + host: "223" + port: -438588982 + timeoutSeconds: -1313320434 + name: "192" + ports: + - containerPort: 1791615594 + hostIP: "198" + hostPort: -805795167 + name: "197" + protocol: Ƥ熪军g>郵[+扴 + readinessProbe: + exec: + command: + - "224" + failureThreshold: 2056774277 + httpGet: + host: "227" + httpHeaders: + - name: "228" + value: "229" + path: "225" + port: "226" + scheme: 貾坢'跩aŕ翑0 + initialDelaySeconds: -2165496 + periodSeconds: 1386255869 + successThreshold: -778272981 + tcpSocket: + host: "230" + port: 1165327504 + timeoutSeconds: -1778952574 + resources: + limits: + "": "268" + requests: + -Ɂ圯W:ĸ輦唊#v铿ʩȂ4ē鐭#嬀ơ: "340" + securityContext: + allowPrivilegeEscalation: false + capabilities: + add: + - J橈'琕鶫:顇ə娯 + drop: + - 囌{屿oiɥ嵐sC + privileged: false + procMount: Jih亏yƕ丆録² + readOnlyRootFilesystem: false + runAsGroup: -6499508485510627932 + runAsNonRoot: true + runAsUser: 7917735345573161773 + seLinuxOptions: + level: "255" + role: "253" + type: "254" + user: "252" + seccompProfile: + localhostProfile: "259" + type: )/灩聋3趐囨鏻 + windowsOptions: + gmsaCredentialSpec: "257" + gmsaCredentialSpecName: "256" + runAsUserName: "258" + startupProbe: + exec: + command: + - "231" + failureThreshold: 549215478 + httpGet: + host: "233" + httpHeaders: + - name: "234" + value: "235" + path: "232" + port: -1928016742 + scheme: E¦ + initialDelaySeconds: 1868887309 + periodSeconds: -316996074 + successThreshold: 1933968533 + tcpSocket: + host: "237" + port: "236" + timeoutSeconds: -528664199 + terminationMessagePath: "251" + terminationMessagePolicy: NƗ¸gĩ + tty: true + volumeDevices: + - devicePath: "217" + name: "216" + volumeMounts: + - mountPath: "213" + mountPropagation: 藢xɮĵȑ6L*Z鐫û咡W< + name: "212" + subPath: "214" + subPathExpr: "215" + workingDir: "196" + nodeName: "405" + nodeSelector: + "401": "402" + overhead: + 奿ÆŁĪŀc=Ƨz鈡煰敹xŪOr揷Ŝ: "15" + preemptionPolicy: 疅檎ǽ曖sƖTƫ雮蛱ñYȴ鴜.弊þ + priority: -192869830 + priorityClassName: "464" + readinessGates: + - conditionType: 讱 + restartPolicy: 婦 + runtimeClassName: "469" + schedulerName: "459" + securityContext: + fsGroup: -6298002649883493725 + fsGroupChangePolicy: ä2 ɲ±m嵘厶sȰÖ埡Æ + runAsGroup: -1083846598029307786 + runAsNonRoot: false + runAsUser: -8872996084157186866 + seLinuxOptions: + level: "409" + role: "407" + type: "408" + user: "406" + seccompProfile: + localhostProfile: "415" + type: Ş襵樞úʥ銀 + supplementalGroups: + - -46143243150134963 + sysctls: + - name: "413" + value: "414" + windowsOptions: + gmsaCredentialSpec: "411" + gmsaCredentialSpecName: "410" + runAsUserName: "412" + serviceAccount: "404" + serviceAccountName: "403" + setHostnameAsFQDN: true + shareProcessNamespace: false + subdomain: "418" + terminationGracePeriodSeconds: -7767642171323610380 + tolerations: + - effect: ÖTő净湅oĒ弦 + key: "460" + operator: 眊:YĹ爩í鬯濴VǕ癶L浼h嫨炛 + tolerationSeconds: -3092025889836357564 + value: "461" + topologySpreadConstraints: + - labelSelector: + matchExpressions: + - key: b-k7cr-mo-dz12---i/6.W-m_-Z.wc..k_0_5.z.0..__D-1b.-9.Y0-_-.l__.c17__f_-336-B + operator: Exists + matchLabels: + D7RufiV-7u0--_qv4--_.6_N_9X-B.s8.N_rM-k8: 7e.._d--Y-_l-v0-1V-N-R__R9 + maxSkew: -816594589 + topologyKey: "470" + whenUnsatisfiable: "" + volumes: + - awsElasticBlockStore: + fsType: "64" + partition: -104666658 + readOnly: true + volumeID: "63" + azureDisk: + cachingMode: ʜǝ鿟ldg滠鼍ƭt + diskName: "127" + diskURI: "128" + fsType: "129" + kind: ȫşŇɜa + readOnly: true + azureFile: + secretName: "113" + shareName: "114" + cephfs: + monitors: + - "98" + path: "99" + secretFile: "101" + secretRef: + name: "102" + user: "100" + cinder: + fsType: "96" + readOnly: true + secretRef: + name: "97" + volumeID: "95" + configMap: + defaultMode: -599608368 + items: + - key: "116" + mode: -1194714697 + path: "117" + name: "115" + optional: true + csi: + driver: "159" + fsType: "160" + nodePublishSecretRef: + name: "163" + readOnly: true + volumeAttributes: + "161": "162" + downwardAPI: + defaultMode: 1801487647 + items: + - fieldRef: + apiVersion: "106" + fieldPath: "107" + mode: 1322858613 + path: "105" + resourceFieldRef: + containerName: "108" + divisor: "889" + resource: "109" + emptyDir: + medium: 踓Ǻǧ湬淊kŪ睴鸏:ɥ³ƞsɁ8^ʥ + sizeLimit: "681" + ephemeral: + volumeClaimTemplate: + metadata: + annotations: + "171": "172" + clusterName: "177" + creationTimestamp: null + deletionGracePeriodSeconds: -1837257934517376612 + finalizers: + - "176" + generateName: "165" + generation: -8801560367353238479 + labels: + "169": "170" + managedFields: + - apiVersion: "179" + fieldsType: "180" + manager: "178" + operation: 蒅!a坩O`涁İ而踪鄌 + name: "164" + namespace: "166" + ownerReferences: + - apiVersion: "173" + blockOwnerDeletion: true + controller: true + kind: "174" + name: "175" + uid: "" + resourceVersion: "917467801074989174" + selfLink: "167" + uid: ;栍dʪīT捘ɍi縱ù墴1Rƥ贫d飼 + spec: + accessModes: + - '|@?鷅bȻN' + dataSource: + apiGroup: "189" + kind: "190" + name: "191" + resources: + limits: + ?$矡ȶ网棊ʢ: "891" + requests: + Ⱥ眖R#yV'WKw(ğ: "423" + selector: + matchExpressions: + - key: 39-295at-o7qff7-x--r7v66bm71u-n4f9wk-3--652x01--p--n4-4-l.onh-9289---x-p-qpt6-1w-3205c1lxeqyn-5--9d5a3-7bf46g-40883176jte/Pi.-_-a-G + operator: Exists + matchLabels: + fi-a--w---f-e.z-j4kh6oqu-or---40--87-1wpl6-2-310e5hyzn0w-p4mzlu/m_AO-l8VKLyHA_.-F_E2_QOQ: E._._3.-.83_iq_-y.-25C.A-j..9dfn3Y8d_0_.---M_4FF + storageClassName: "188" + volumeMode: 跦Opwǩ曬逴褜1 + volumeName: "187" + fc: + fsType: "111" + lun: 1169718433 + targetWWNs: + - "110" + wwids: + - "112" + flexVolume: + driver: "90" + fsType: "91" + options: + "93": "94" + readOnly: true + secretRef: + name: "92" + flocker: + datasetName: "103" + datasetUUID: "104" + gcePersistentDisk: + fsType: "62" + partition: 2065358741 + pdName: "61" + readOnly: true + gitRepo: + directory: "67" + repository: "65" + revision: "66" + glusterfs: + endpoints: "80" + path: "81" + hostPath: + path: "60" + type: /淹\韲翁&ʢsɜ曢\%枅:=ǛƓ + iscsi: + chapAuthSession: true + fsType: "76" + initiatorName: "79" + iqn: "74" + iscsiInterface: "75" + lun: -663180249 + portals: + - "77" + readOnly: true + secretRef: + name: "78" + targetPortal: "73" + name: "59" + nfs: + path: "72" + server: "71" + persistentVolumeClaim: + claimName: "82" + photonPersistentDisk: + fsType: "131" + pdID: "130" + portworxVolume: + fsType: "146" + readOnly: true + volumeID: "145" + projected: + defaultMode: -1980941277 + sources: + - configMap: + items: + - key: "141" + mode: 1730325900 + path: "142" + name: "140" + optional: true + downwardAPI: + items: + - fieldRef: + apiVersion: "136" + fieldPath: "137" + mode: -555780268 + path: "135" + resourceFieldRef: + containerName: "138" + divisor: "952" + resource: "139" + secret: + items: + - key: "133" + mode: 782113097 + path: "134" + name: "132" + optional: true + serviceAccountToken: + audience: "143" + expirationSeconds: -2937394236764575757 + path: "144" + quobyte: + group: "125" + readOnly: true + registry: "122" + tenant: "126" + user: "124" + volume: "123" + rbd: + fsType: "85" + image: "84" + keyring: "88" + monitors: + - "83" + pool: "86" + readOnly: true + secretRef: + name: "89" + user: "87" + scaleIO: + fsType: "154" + gateway: "147" + protectionDomain: "150" + secretRef: + name: "149" + sslEnabled: true + storageMode: "152" + storagePool: "151" + system: "148" + volumeName: "153" + secret: + defaultMode: 1655406148 + items: + - key: "69" + mode: 1648350164 + path: "70" + optional: true + secretName: "68" + storageos: + fsType: "157" + readOnly: true + secretRef: + name: "158" + volumeName: "155" + volumeNamespace: "156" + vsphereVolume: + fsType: "119" + storagePolicyID: "121" + storagePolicyName: "120" + volumePath: "118" + ttlSecondsAfterFinished: -1766935785 diff --git a/staging/src/k8s.io/api/testdata/v1.20.0/core.v1.Pod.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.20.0/core.v1.Pod.after_roundtrip.pb new file mode 100644 index 0000000000000000000000000000000000000000..ff7af3620849223b756e75279b8f38defbccfb22 GIT binary patch literal 7193 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 literal 0 HcmV?d00001 diff --git a/staging/src/k8s.io/api/testdata/v1.20.0/core.v1.ReplicationController.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.20.0/core.v1.ReplicationController.after_roundtrip.pb new file mode 100644 index 0000000000000000000000000000000000000000..78bf2b97d6fb6cf933031dd56007e0d7ce432277 GIT binary patch literal 6848 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 Nq*QHCXl8@e@P9gt(*FPe literal 0 HcmV?d00001 diff --git a/staging/src/k8s.io/api/testdata/v1.20.0/extensions.v1beta1.DaemonSet.after_roundtrip.json b/staging/src/k8s.io/api/testdata/v1.20.0/extensions.v1beta1.DaemonSet.after_roundtrip.json new file mode 100644 index 00000000000..8820c1a61bc --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.20.0/extensions.v1beta1.DaemonSet.after_roundtrip.json @@ -0,0 +1,1497 @@ +{ + "kind": "DaemonSet", + "apiVersion": "extensions/v1beta1", + "metadata": { + "name": "2", + "generateName": "3", + "namespace": "4", + "selfLink": "5", + "uid": "7", + "resourceVersion": "11042405498087606203", + "generation": 8071137005907523419, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -4955867275792137171, + "labels": { + "7": "8" + }, + "annotations": { + "9": "10" + }, + "ownerReferences": [ + { + "apiVersion": "11", + "kind": "12", + "name": "13", + "uid": "Dz廔ȇ{sŊƏp", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "14" + ], + "clusterName": "15", + "managedFields": [ + { + "manager": "16", + "operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]", + "apiVersion": "17", + "fieldsType": "18" + } + ] + }, + "spec": { + "selector": { + "matchLabels": { + "8---jop9641lg.p-g8c2-k-912e5-c-e63-n-3n/E9.8ThjT9s-j41-0-6p-JFHn7y-74.-0MUORQQ.N2.3": "68._bQw.-dG6c-.6--_x.--0wmZk1_8._3s_-_Bq.m_4" + }, + "matchExpressions": [ + { + "key": "p503---477-49p---o61---4fy--9---7--9-9s-0-u5lj2--10pq-0-7-9-2-0/fP81.-.9Vdx.TB_M-H_5_.t..bG0", + "operator": "In", + "values": [ + "D07.a_.y_y_o0_5qN2_---_M.N_._a6.9bHjdH.-.5_.I8__n" + ] + } + ] + }, + "template": { + "metadata": { + "name": "25", + "generateName": "26", + "namespace": "27", + "selfLink": "28", + "uid": "TʡȂŏ{sǡƟ", + "resourceVersion": "1698285396218902212", + "generation": -4139900758039117471, + "creationTimestamp": null, + "deletionGracePeriodSeconds": 7534629739119643351, + "labels": { + "30": "31" + }, + "annotations": { + "32": "33" + }, + "ownerReferences": [ + { + "apiVersion": "34", + "kind": "35", + "name": "36", + "uid": "^", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "37" + ], + "clusterName": "38", + "managedFields": [ + { + "manager": "39", + "operation": "ĪȸŹăȲϤĦʅ芝", + "apiVersion": "40", + "fieldsType": "41" + } + ] + }, + "spec": { + "volumes": [ + { + "name": "42", + "hostPath": { + "path": "43", + "type": "" + }, + "emptyDir": { + "medium": "ɹ坼É/pȿ", + "sizeLimit": "804" + }, + "gcePersistentDisk": { + "pdName": "44", + "fsType": "45", + "partition": -1318752360 + }, + "awsElasticBlockStore": { + "volumeID": "46", + "fsType": "47", + "partition": -2007808768 + }, + "gitRepo": { + "repository": "48", + "revision": "49", + "directory": "50" + }, + "secret": { + "secretName": "51", + "items": [ + { + "key": "52", + "path": "53", + "mode": 228756891 + } + ], + "defaultMode": 1233814916, + "optional": false + }, + "nfs": { + "server": "54", + "path": "55", + "readOnly": true + }, + "iscsi": { + "targetPortal": "56", + "iqn": "57", + "lun": 408756018, + "iscsiInterface": "58", + "fsType": "59", + "readOnly": true, + "portals": [ + "60" + ], + "chapAuthDiscovery": true, + "chapAuthSession": true, + "secretRef": { + "name": "61" + }, + "initiatorName": "62" + }, + "glusterfs": { + "endpoints": "63", + "path": "64" + }, + "persistentVolumeClaim": { + "claimName": "65", + "readOnly": true + }, + "rbd": { + "monitors": [ + "66" + ], + "image": "67", + "fsType": "68", + "pool": "69", + "user": "70", + "keyring": "71", + "secretRef": { + "name": "72" + }, + "readOnly": true + }, + "flexVolume": { + "driver": "73", + "fsType": "74", + "secretRef": { + "name": "75" + }, + "readOnly": true, + "options": { + "76": "77" + } + }, + "cinder": { + "volumeID": "78", + "fsType": "79", + "secretRef": { + "name": "80" + } + }, + "cephfs": { + "monitors": [ + "81" + ], + "path": "82", + "user": "83", + "secretFile": "84", + "secretRef": { + "name": "85" + } + }, + "flocker": { + "datasetName": "86", + "datasetUUID": "87" + }, + "downwardAPI": { + "items": [ + { + "path": "88", + "fieldRef": { + "apiVersion": "89", + "fieldPath": "90" + }, + "resourceFieldRef": { + "containerName": "91", + "resource": "92", + "divisor": "915" + }, + "mode": -1768075156 + } + ], + "defaultMode": -868808281 + }, + "fc": { + "targetWWNs": [ + "93" + ], + "lun": 570501002, + "fsType": "94", + "wwids": [ + "95" + ] + }, + "azureFile": { + "secretName": "96", + "shareName": "97", + "readOnly": true + }, + "configMap": { + "name": "98", + "items": [ + { + "key": "99", + "path": "100", + "mode": 2020789772 + } + ], + "defaultMode": 952979935, + "optional": false + }, + "vsphereVolume": { + "volumePath": "101", + "fsType": "102", + "storagePolicyName": "103", + "storagePolicyID": "104" + }, + "quobyte": { + "registry": "105", + "volume": "106", + "user": "107", + "group": "108", + "tenant": "109" + }, + "azureDisk": { + "diskName": "110", + "diskURI": "111", + "cachingMode": "k ź贩j瀉ǚrǜnh0åȂ", + "fsType": "112", + "readOnly": false, + "kind": "nj揠8lj黳鈫ʕ禒Ƙá腿ħ缶" + }, + "photonPersistentDisk": { + "pdID": "113", + "fsType": "114" + }, + "projected": { + "sources": [ + { + "secret": { + "name": "115", + "items": [ + { + "key": "116", + "path": "117", + "mode": 675406340 + } + ], + "optional": false + }, + "downwardAPI": { + "items": [ + { + "path": "118", + "fieldRef": { + "apiVersion": "119", + "fieldPath": "120" + }, + "resourceFieldRef": { + "containerName": "121", + "resource": "122", + "divisor": "461" + }, + "mode": -1618937335 + } + ] + }, + "configMap": { + "name": "123", + "items": [ + { + "key": "124", + "path": "125", + "mode": -1126738259 + } + ], + "optional": true + }, + "serviceAccountToken": { + "audience": "126", + "expirationSeconds": -6345861634934949644, + "path": "127" + } + } + ], + "defaultMode": 480521693 + }, + "portworxVolume": { + "volumeID": "128", + "fsType": "129" + }, + "scaleIO": { + "gateway": "130", + "system": "131", + "secretRef": { + "name": "132" + }, + "sslEnabled": true, + "protectionDomain": "133", + "storagePool": "134", + "storageMode": "135", + "volumeName": "136", + "fsType": "137" + }, + "storageos": { + "volumeName": "138", + "volumeNamespace": "139", + "fsType": "140", + "secretRef": { + "name": "141" + } + }, + "csi": { + "driver": "142", + "readOnly": true, + "fsType": "143", + "volumeAttributes": { + "144": "145" + }, + "nodePublishSecretRef": { + "name": "146" + } + }, + "ephemeral": { + "volumeClaimTemplate": { + "metadata": { + "name": "147", + "generateName": "148", + "namespace": "149", + "selfLink": "150", + "uid": "溟ɴ扵閝ȝ鐵儣廡ɑ龫`劳\u0026¼", + "resourceVersion": "1248703441945830579", + "generation": 3849874053153949822, + "creationTimestamp": null, + "deletionGracePeriodSeconds": 2974444584632416014, + "labels": { + "152": "153" + }, + "annotations": { + "154": "155" + }, + "ownerReferences": [ + { + "apiVersion": "156", + "kind": "157", + "name": "158", + "uid": "oɘ檲ɨ銦妰黖ȓ", + "controller": true, + "blockOwnerDeletion": false + } + ], + "finalizers": [ + "159" + ], + "clusterName": "160", + "managedFields": [ + { + "manager": "161", + "operation": "獵偐ę腬瓷碑=ɉ鎷卩蝾H韹寬娬ï瓼", + "apiVersion": "162", + "fieldsType": "163" + } + ] + }, + "spec": { + "accessModes": [ + "酃=6}ɡŇƉ立hdz緄Ú|dk_瀹鞎" + ], + "selector": { + "matchLabels": { + "o-03-t-0-035--5b95w------4-n4f--139-295at-o7qff2/v2.-_-8wE._._3.-.83_iq_-y.-25C.A-j..9dfn38": "m_zm-.-_RJt2pX_2_28.6" + }, + "matchExpressions": [ + { + "key": "Wik_--DSXr.n-A9..9__Y-H-Mqpt._.-_..051", + "operator": "DoesNotExist" + } + ] + }, + "resources": { + "limits": { + "âĺɗŹ倗S晒嶗UÐ_ƮA攤/ɸɎ ": "648" + }, + "requests": { + "鴒翁杙Ŧ癃8鸖ɱJȉ罴ņ螡": "212" + } + }, + "volumeName": "170", + "storageClassName": "171", + "volumeMode": "dz娝嘚庎D}埽uʎȺ眖R#yV'WK", + "dataSource": { + "apiGroup": "172", + "kind": "173", + "name": "174" + } + } + } + } + } + ], + "initContainers": [ + { + "name": "175", + "image": "176", + "command": [ + "177" + ], + "args": [ + "178" + ], + "workingDir": "179", + "ports": [ + { + "name": "180", + "hostPort": 852780575, + "containerPort": -1252938503, + "protocol": "Opwǩ曬逴褜1ØœȠƬQg鄠", + "hostIP": "181" + } + ], + "envFrom": [ + { + "prefix": "182", + "configMapRef": { + "name": "183", + "optional": false + }, + "secretRef": { + "name": "184", + "optional": false + } + } + ], + "env": [ + { + "name": "185", + "value": "186", + "valueFrom": { + "fieldRef": { + "apiVersion": "187", + "fieldPath": "188" + }, + "resourceFieldRef": { + "containerName": "189", + "resource": "190", + "divisor": "139" + }, + "configMapKeyRef": { + "name": "191", + "key": "192", + "optional": true + }, + "secretKeyRef": { + "name": "193", + "key": "194", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "LĹ]佱¿\u003e犵殇ŕ-Ɂ圯W:ĸ輦唊": "807" + }, + "requests": { + "嚧ʣq埄": "936" + } + }, + "volumeMounts": [ + { + "name": "195", + "mountPath": "196", + "subPath": "197", + "mountPropagation": "#嬀ơŸ8T 苧yñKJɐ扵Gƚ绤f", + "subPathExpr": "198" + } + ], + "volumeDevices": [ + { + "name": "199", + "devicePath": "200" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "201" + ] + }, + "httpGet": { + "path": "202", + "port": "203", + "host": "204", + "scheme": "u|榝$î.Ȏ蝪ʜ5遰=E埄Ȁ", + "httpHeaders": [ + { + "name": "205", + "value": "206" + } + ] + }, + "tcpSocket": { + "port": 1714588921, + "host": "207" + }, + "initialDelaySeconds": -1246371817, + "timeoutSeconds": 617318981, + "periodSeconds": 432291364, + "successThreshold": 676578360, + "failureThreshold": -552281772 + }, + "readinessProbe": { + "exec": { + "command": [ + "208" + ] + }, + "httpGet": { + "path": "209", + "port": 1777326813, + "host": "210", + "scheme": "ǟi\u0026皥贸碔lNKƙ順\\E¦", + "httpHeaders": [ + { + "name": "211", + "value": "212" + } + ] + }, + "tcpSocket": { + "port": "213", + "host": "214" + }, + "initialDelaySeconds": 1868887309, + "timeoutSeconds": -528664199, + "periodSeconds": -316996074, + "successThreshold": 1933968533, + "failureThreshold": 549215478 + }, + "startupProbe": { + "exec": { + "command": [ + "215" + ] + }, + "httpGet": { + "path": "216", + "port": -374766088, + "host": "217", + "scheme": "翜舞拉Œ", + "httpHeaders": [ + { + "name": "218", + "value": "219" + } + ] + }, + "tcpSocket": { + "port": "220", + "host": "221" + }, + "initialDelaySeconds": -190183379, + "timeoutSeconds": -940334911, + "periodSeconds": -341287812, + "successThreshold": 2030115750, + "failureThreshold": 1847163341 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "222" + ] + }, + "httpGet": { + "path": "223", + "port": -816630929, + "host": "224", + "httpHeaders": [ + { + "name": "225", + "value": "226" + } + ] + }, + "tcpSocket": { + "port": 1965273344, + "host": "227" + } + }, + "preStop": { + "exec": { + "command": [ + "228" + ] + }, + "httpGet": { + "path": "229", + "port": "230", + "host": "231", + "scheme": "SÄ蚃ɣľ)酊龨δ摖ȱğ_\u003c", + "httpHeaders": [ + { + "name": "232", + "value": "233" + } + ] + }, + "tcpSocket": { + "port": -385597677, + "host": "234" + } + } + }, + "terminationMessagePath": "235", + "terminationMessagePolicy": "橈'", + "imagePullPolicy": "Ɖ飴ɎiǨ", + "securityContext": { + "capabilities": { + "add": [ + "ǵɐ鰥Z" + ], + "drop": [ + "´DÒȗÔÂɘɢ鬍熖B芭花ª瘡" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "236", + "role": "237", + "type": "238", + "level": "239" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "240", + "gmsaCredentialSpec": "241", + "runAsUserName": "242" + }, + "runAsUser": -1666202510534940446, + "runAsGroup": 2823592889848840099, + "runAsNonRoot": false, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "ƲǦŐnj汰", + "seccompProfile": { + "type": "ŕİi騎C", + "localhostProfile": "243" + } + }, + "tty": true + } + ], + "containers": [ + { + "name": "244", + "image": "245", + "command": [ + "246" + ], + "args": [ + "247" + ], + "workingDir": "248", + "ports": [ + { + "name": "249", + "hostPort": -57730414, + "containerPort": -852140121, + "protocol": "ȣ±p", + "hostIP": "250" + } + ], + "envFrom": [ + { + "prefix": "251", + "configMapRef": { + "name": "252", + "optional": true + }, + "secretRef": { + "name": "253", + "optional": true + } + } + ], + "env": [ + { + "name": "254", + "value": "255", + "valueFrom": { + "fieldRef": { + "apiVersion": "256", + "fieldPath": "257" + }, + "resourceFieldRef": { + "containerName": "258", + "resource": "259", + "divisor": "277" + }, + "configMapKeyRef": { + "name": "260", + "key": "261", + "optional": true + }, + "secretKeyRef": { + "name": "262", + "key": "263", + "optional": true + } + } + } + ], + "resources": { + "limits": { + "斩ìh4ɊHȖ|ʐşƧ諔迮ƙIJ": "850" + }, + "requests": { + "jʒǚ鍰\\縑ɀ撑¼蠾8餑噭Dµ": "635" + } + }, + "volumeMounts": [ + { + "name": "264", + "mountPath": "265", + "subPath": "266", + "mountPropagation": "衷,ƷƣMț譎懚", + "subPathExpr": "267" + } + ], + "volumeDevices": [ + { + "name": "268", + "devicePath": "269" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "270" + ] + }, + "httpGet": { + "path": "271", + "port": 872525702, + "host": "272", + "scheme": "ay", + "httpHeaders": [ + { + "name": "273", + "value": "274" + } + ] + }, + "tcpSocket": { + "port": "275", + "host": "276" + }, + "initialDelaySeconds": 628632965, + "timeoutSeconds": 552654052, + "periodSeconds": -1396197931, + "successThreshold": -1114385515, + "failureThreshold": 2144856253 + }, + "readinessProbe": { + "exec": { + "command": [ + "277" + ] + }, + "httpGet": { + "path": "278", + "port": -1186720090, + "host": "279", + "scheme": "增猍ǵ xǨŴ壶ƵfȽÃ茓pȓɻ", + "httpHeaders": [ + { + "name": "280", + "value": "281" + } + ] + }, + "tcpSocket": { + "port": "282", + "host": "283" + }, + "initialDelaySeconds": 1737172479, + "timeoutSeconds": -767058113, + "periodSeconds": 1223564938, + "successThreshold": 1241693652, + "failureThreshold": 1803882645 + }, + "startupProbe": { + "exec": { + "command": [ + "284" + ] + }, + "httpGet": { + "path": "285", + "port": "286", + "host": "287", + "scheme": "賞ǧĒzŔ瘍N", + "httpHeaders": [ + { + "name": "288", + "value": "289" + } + ] + }, + "tcpSocket": { + "port": -531787516, + "host": "290" + }, + "initialDelaySeconds": 2073630689, + "timeoutSeconds": -830875556, + "periodSeconds": -1395144116, + "successThreshold": -684167223, + "failureThreshold": -751455207 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "291" + ] + }, + "httpGet": { + "path": "292", + "port": "293", + "host": "294", + "scheme": "磉反", + "httpHeaders": [ + { + "name": "295", + "value": "296" + } + ] + }, + "tcpSocket": { + "port": -313085430, + "host": "297" + } + }, + "preStop": { + "exec": { + "command": [ + "298" + ] + }, + "httpGet": { + "path": "299", + "port": 413903479, + "host": "300", + "scheme": "ɛ棕ƈ眽炊礫Ƽ¨Ix糂", + "httpHeaders": [ + { + "name": "301", + "value": "302" + } + ] + }, + "tcpSocket": { + "port": "303", + "host": "304" + } + } + }, + "terminationMessagePath": "305", + "terminationMessagePolicy": "ǚŜEuEy竬ʆɞ", + "imagePullPolicy": "焬CQm坊柩", + "securityContext": { + "capabilities": { + "add": [ + "[ƕƑĝ®EĨǔvÄÚ" + ], + "drop": [ + "p鬷m罂o3ǰ廋i乳'" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "306", + "role": "307", + "type": "308", + "level": "309" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "310", + "gmsaCredentialSpec": "311", + "runAsUserName": "312" + }, + "runAsUser": 2506229153551047343, + "runAsGroup": 3258181973067899469, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": false, + "procMount": "蠲$ɛ溢臜裡", + "seccompProfile": { + "type": "銵-紑浘牬釼aTG", + "localhostProfile": "313" + } + }, + "stdin": true + } + ], + "ephemeralContainers": [ + { + "name": "314", + "image": "315", + "command": [ + "316" + ], + "args": [ + "317" + ], + "workingDir": "318", + "ports": [ + { + "name": "319", + "hostPort": -92253969, + "containerPort": 243566659, + "protocol": "×DJɶ羹ƞʓ%ʝ`ǭ躌ñ?卶滿筇", + "hostIP": "320" + } + ], + "envFrom": [ + { + "prefix": "321", + "configMapRef": { + "name": "322", + "optional": false + }, + "secretRef": { + "name": "323", + "optional": true + } + } + ], + "env": [ + { + "name": "324", + "value": "325", + "valueFrom": { + "fieldRef": { + "apiVersion": "326", + "fieldPath": "327" + }, + "resourceFieldRef": { + "containerName": "328", + "resource": "329", + "divisor": "574" + }, + "configMapKeyRef": { + "name": "330", + "key": "331", + "optional": true + }, + "secretKeyRef": { + "name": "332", + "key": "333", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "ĭ$": "530" + }, + "requests": { + "«V¯ÁȦtl敷": "698" + } + }, + "volumeMounts": [ + { + "name": "334", + "mountPath": "335", + "subPath": "336", + "mountPropagation": "Ű藛b磾sYȠ繽敮ǰ", + "subPathExpr": "337" + } + ], + "volumeDevices": [ + { + "name": "338", + "devicePath": "339" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "340" + ] + }, + "httpGet": { + "path": "341", + "port": 731136838, + "host": "342", + "scheme": "繡旹翃ɾ氒ĺʈʫ羶剹Ɗ", + "httpHeaders": [ + { + "name": "343", + "value": "344" + } + ] + }, + "tcpSocket": { + "port": -183458945, + "host": "345" + }, + "initialDelaySeconds": -1223327585, + "timeoutSeconds": -99080494, + "periodSeconds": -1531582553, + "successThreshold": 1474671869, + "failureThreshold": 1471419756 + }, + "readinessProbe": { + "exec": { + "command": [ + "346" + ] + }, + "httpGet": { + "path": "347", + "port": 892837330, + "host": "348", + "scheme": "気Ƀ秮ò", + "httpHeaders": [ + { + "name": "349", + "value": "350" + } + ] + }, + "tcpSocket": { + "port": "351", + "host": "352" + }, + "initialDelaySeconds": -1649234654, + "timeoutSeconds": -263708518, + "periodSeconds": 541943046, + "successThreshold": 1502194981, + "failureThreshold": 1447996588 + }, + "startupProbe": { + "exec": { + "command": [ + "353" + ] + }, + "httpGet": { + "path": "354", + "port": "355", + "host": "356", + "scheme": "đ\u003e*劶?", + "httpHeaders": [ + { + "name": "357", + "value": "358" + } + ] + }, + "tcpSocket": { + "port": -176877925, + "host": "359" + }, + "initialDelaySeconds": 1008425444, + "timeoutSeconds": -821592382, + "periodSeconds": 1678953375, + "successThreshold": 1045190247, + "failureThreshold": 1805682547 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "360" + ] + }, + "httpGet": { + "path": "361", + "port": 1767555420, + "host": "362", + "scheme": "e", + "httpHeaders": [ + { + "name": "363", + "value": "364" + } + ] + }, + "tcpSocket": { + "port": "365", + "host": "366" + } + }, + "preStop": { + "exec": { + "command": [ + "367" + ] + }, + "httpGet": { + "path": "368", + "port": -1452767599, + "host": "369", + "scheme": " 瞍髃#ɣȕ", + "httpHeaders": [ + { + "name": "370", + "value": "371" + } + ] + }, + "tcpSocket": { + "port": "372", + "host": "373" + } + } + }, + "terminationMessagePath": "374", + "terminationMessagePolicy": "s梊ɥʋăƻ遲njlȘ鹾K", + "imagePullPolicy": "O_h盌3+Œ9两@8Byß讪Ă2", + "securityContext": { + "capabilities": { + "add": [ + "m葰賦迾娙ƴ4虵p蓋沥7uPƒw©ɴĶ" + ], + "drop": [ + "" + ] + }, + "privileged": true, + "seLinuxOptions": { + "user": "375", + "role": "376", + "type": "377", + "level": "378" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "379", + "gmsaCredentialSpec": "380", + "runAsUserName": "381" + }, + "runAsUser": 6816267869367451869, + "runAsGroup": 9111865674949727136, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": false, + "procMount": "Ř筿", + "seccompProfile": { + "type": "5Ų買霎ȃň[\u003eą S", + "localhostProfile": "382" + } + }, + "stdinOnce": true, + "targetContainerName": "383" + } + ], + "restartPolicy": "'呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG", + "terminationGracePeriodSeconds": -155552760352472950, + "activeDeadlineSeconds": 7109959542220202422, + "dnsPolicy": "#t(ȗŜŲ\u0026洪y儕l", + "nodeSelector": { + "384": "385" + }, + "serviceAccountName": "386", + "serviceAccount": "387", + "automountServiceAccountToken": false, + "nodeName": "388", + "hostNetwork": true, + "hostIPC": true, + "shareProcessNamespace": false, + "securityContext": { + "seLinuxOptions": { + "user": "389", + "role": "390", + "type": "391", + "level": "392" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "393", + "gmsaCredentialSpec": "394", + "runAsUserName": "395" + }, + "runAsUser": 4841944355356012825, + "runAsGroup": -4962946920772050319, + "runAsNonRoot": true, + "supplementalGroups": [ + 5695420257629724684 + ], + "fsGroup": -4548866432246561416, + "sysctls": [ + { + "name": "396", + "value": "397" + } + ], + "fsGroupChangePolicy": "Ð扬", + "seccompProfile": { + "type": "惍EʦŊĊ娮rȧ", + "localhostProfile": "398" + } + }, + "imagePullSecrets": [ + { + "name": "399" + } + ], + "hostname": "400", + "subdomain": "401", + "affinity": { + "nodeAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": { + "nodeSelectorTerms": [ + { + "matchExpressions": [ + { + "key": "402", + "operator": "ɳ礬.b屏ɧeʫį淓¯Ą0", + "values": [ + "403" + ] + } + ], + "matchFields": [ + { + "key": "404", + "operator": "鮽ǍJB膾扉A­1襏櫯³£h刪q塨", + "values": [ + "405" + ] + } + ] + } + ] + }, + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -177041290, + "preference": { + "matchExpressions": [ + { + "key": "406", + "operator": "聧扈4ƫZ", + "values": [ + "407" + ] + } + ], + "matchFields": [ + { + "key": "408", + "operator": " ɲ±", + "values": [ + "409" + ] + } + ] + } + } + ] + }, + "podAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "p_N-1": "O-BZ..6-1.S-B3_.b7" + }, + "matchExpressions": [ + { + "key": "1rhm-5y--z-0/5eQ9", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "416" + ], + "topologyKey": "417" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -2092358209, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "nn093-pi-9o-l4-vo5byp8q-sf1--gw-jz/F_06.eqk5L": "3zHw.H__V.Vz_6.Hz_V_.r_v_._e_7" + }, + "matchExpressions": [ + { + "key": "yps4483-o--3f1p7--43nw-l-x18mtb/mLlx...w_t-_.5.40Rw4gD.._.-x6db-L7.-__-G_2kCpH", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "424" + ], + "topologyKey": "425" + } + } + ] + }, + "podAntiAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "H1_-ODgC_1-_8__T3sn-0_.i__a.O2G_-_K-0": "8mp.-10KkQ-R_R.-.--4_IT_O__3.5h_XC0_-7.-hj-O" + }, + "matchExpressions": [ + { + "key": "I.4_W_-_-7Tp_.---c", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "432" + ], + "topologyKey": "433" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -1084136601, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "6n-f-x--i-b/K_BM.6-.Y_72-_--pT75-.emV__1-wv3UDf.4": "2_uGGP..-_N_h_4Hl-X0_2--__4K..-68-7l" + }, + "matchExpressions": [ + { + "key": "2--4-r4p--w1k8--y.e2-08vc--4-7hdum1-f-7-k8q/YD-Q9_-__..YNFu7Pg-.814e-_07-ht-E6___-X__H.-39-A_-_l67Q.-t", + "operator": "NotIn", + "values": [ + "Oep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o..p_B-d--Q2" + ] + } + ] + }, + "namespaces": [ + "440" + ], + "topologyKey": "441" + } + } + ] + } + }, + "schedulerName": "442", + "tolerations": [ + { + "key": "443", + "operator": "Ž彙pg稠氦Ņs", + "value": "444", + "effect": "ưg", + "tolerationSeconds": 7158818521862381855 + } + ], + "hostAliases": [ + { + "ip": "445", + "hostnames": [ + "446" + ] + } + ], + "priorityClassName": "447", + "priority": 197024033, + "dnsConfig": { + "nameservers": [ + "448" + ], + "searches": [ + "449" + ], + "options": [ + { + "name": "450", + "value": "451" + } + ] + }, + "readinessGates": [ + { + "conditionType": "" + } + ], + "runtimeClassName": "452", + "enableServiceLinks": false, + "preemptionPolicy": "礗渶", + "overhead": { + "[IŚȆĸsǞÃ+?Ď筌ʨ:": "664" + }, + "topologySpreadConstraints": [ + { + "maxSkew": -918148948, + "topologyKey": "453", + "whenUnsatisfiable": "亪鸑躓1Ǐ詁Ȟ鮩ĺJCuɖc", + "labelSelector": { + "matchLabels": { + "cg-w2q76.6-7w-tdt-u-0----p6l-3-znd-8b-dg--1035ad1o-d-6-bk81-3s/s-g__.2": "3N_.n1.--.._-x_4..u2-__3uM77U7._pT-___-_5-6h_K7" + }, + "matchExpressions": [ + { + "key": "37-ufi-q7u0ux-qv4kd-36---9-d-6s83--r-vkm.8fmt4272r--49u-0m7u-----v---4b---h-wyux--4t7k--e--x--3/fdw.3-._CJ4a1._-_CH-6", + "operator": "DoesNotExist" + } + ] + } + } + ], + "setHostnameAsFQDN": true + } + }, + "updateStrategy": { + "type": "翘ǼZ熝Ʊ宷泐ɻvŰ`Ǧɝ憑ǖ菐u", + "rollingUpdate": { + "maxUnavailable": 2 + } + }, + "minReadySeconds": -985724127, + "templateGeneration": -8308852022291575505, + "revisionHistoryLimit": 408491268 + }, + "status": { + "currentNumberScheduled": -1833348558, + "numberMisscheduled": 1883709155, + "desiredNumberScheduled": 484752614, + "numberReady": 1191556990, + "observedGeneration": 5927758286740396237, + "updatedNumberScheduled": -406189540, + "numberAvailable": -2095625968, + "numberUnavailable": -303330375, + "collisionCount": -7415502, + "conditions": [ + { + "type": "囙邵鄨o鷺ɷ裝TG奟cõ乨厰ʚ±r珹ȟ", + "status": "喗vȥ倉螆ȨX\u003e,«ɒó\u003c碡", + "lastTransitionTime": "2343-06-05T09:00:28Z", + "reason": "460", + "message": "461" + } + ] + } +} \ No newline at end of file diff --git a/staging/src/k8s.io/api/testdata/v1.20.0/extensions.v1beta1.DaemonSet.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.20.0/extensions.v1beta1.DaemonSet.after_roundtrip.pb new file mode 100644 index 0000000000000000000000000000000000000000..b3abca3d232de46dd85b229ebf3473adcf4f4410 GIT binary patch literal 7268 zcmZWt30z#&)t@(H^Jy!6YNcbp&vD!ky^r_aeQSPIvzmlx77}BOwa*YB1OiN0LZHhR zmMlyX0wk=W+?5y1QoqSSC-e#V;Zpr49%<~U zVJJ0eE=_5Sk>}FQw2>D~Mjl&!yrjrCcGR=)*SRj6`>-|62yzW7m1E?^A|o%^sCXDE zGk1h4ZN8(nP)CES1wHO-8gyLT9Pd5)TYpt?tbe4=x%X+1rU*t}WnPu&79(9s(d$%% zPDB4d<=a8~?MjaApDrLWg=QM$+@4#`%O@W}Ek zr4T71i@3)gU!AyiExSr!G4p_|vU<|m0v07NleZvNMo8bqBE%JBZpz?w_=t0Lq%YdR zX6hnSL(#vqN*o47L`6ZOW`(zGnJ2$f3lY-bMIjGZnnU^0_H+Rup0n1-a$CN1L_U)L1K)8Y%&Up#VDw8KUzQC<|%O<{&ntDo4ZxG ziI+81P$jI%0jDfkCzTP|HYrfyL_rKXR0YHjdPszl)xljh&2ee zPaX6hKCVuchsMr__IFR$1UjqT^^UgSo=NAaz@-bLpfL=^M4D))Zh#+x3O@ueAo*-C6XXXVD)~v60#rw!A!_V-x1nV`k?$80RtLn(&jvrt?Wom721!<{?t>uUDZH~K~^mi*S&I-WmW;Ta7y)h6CqxZ&O> zR?fc>PDUZetYETFkr|u^n{72Yykpy9vnxwmweKqtA{RKC86gU6?1CxwNNAs zS!R1W?EO|4C~@;4EC>*dfk>u@X>cC_;xQ0~f!ifW;QxZ8k!vg{is{GXN(nODZ9(Q^ zD9g-mP)d+7MDum@J@kM1Yfn3R(nPOqxu^Cw)0M7P_o-m_(comSyTLgS1{aBA?xW4= z)74Xrp+kMY3=CI!cl)cW?3aSaC)Ci1Dqq9dCHA54>0>G3KC+}3ZGbJx5^PbH<9-rs zyZC_nqPycU&#~ay3je-F0r*N{2E8z>p~5lu5RG|;o@a>Odu8wOC=;2l2o~e!!Z@-^ zzyu(oDVn}+9u*d@KDW-|c2#lowdZ;+&54m>Y9qIuI%6hCo@*;$}TVg2^ z)D}GN?D^!+fj5q!gd2m$2krumN85w@nt~l|iEx!L!9omJ2t?RqqHhY>hEQOz%0E;e zDDMgFyR>=zGBN<~rl|dtp^`E*5`Y!p@?ICVjzr@B%qxzj+Nm3-8eL6G^OqI|x_hSg zdRxvAkQ8KcgJi(py%e1oo~Vj|W^l05_eZ44a73zN`El@k%hV}nb&>06p#IRRh+B~P zsy1^}W$hPAet1+|^t zo$>cv3RX5bh626yq2WGX)kLW6NT{yd)44uSRW>!Y%xo+E_{$FlUjNHCRO|)Er32+J zhh9q(m^<@gJ$0@o*T6mg!83)vvYPFX%|&6@5)eRjtOBZIRY?S*Zls&8WzV;=7Ya~ZE))4gL_uTes25fi)s6FAN`)<{_Z@~ ze%xMGIYxySfeZ=eDT~PAX~dm0kw}vgW;-hVEeK!ppf%%#DeBeY6o8;?1>^+q--R(T*zj(xc z&RGU3i{QPGeu$jN+!^W}pE{JVD7bgRUtYe@ewGiOJnZj2XFqT6Nb~JKv%}ZcMJ7m$ zI`1FHr@P6ux<)bg(?2EiWrhwGpYoUQ7v0^P$gpsf6*-leZT1e>`w2^9nvL|M^a7F( zS@l(jXPDJ!(IyrOBc5G{7Ga%DQkXmFpYS{LMp;>$hLLp}(z4NZ5$(*Dk_xTr4wRb;<ptCvpPC&~PU15GjuPU_WilT~9HbOX+w?Z8z z;;aI+9qr=P%)F%d%tyEHVp+C8&jTEkSdmLC5VtO22`=uElatV+3IL>zmgz#qV(aq% z*p2|_Eeew9LKMA^qJK?4PT#$p*U{=FTNmp*(xDDpk8`sSr?cC1eKWgSSO#_DO2jb_ zsF_w4s=$>QYf++}2+$6i=_}Ujt91Z+DNWzFn9~s~o|cYQGZvaz!HW75Fc~T9t)Lu2 zTmC~C49SLwF>~5DFW}zuRV3mw$BcA^k$#fqoj~64N%R@_L9W1_4*P)t)glHiQ-7YI@S(L}jhWrGI;fGhJScNt0B356ha~iia zahZ^{fz@>@f!(fMKFY?vThg!rc>v zc4`Fj7M`FjuYiN{iUL`&qLM5~6Eygwa?!1qU#^Xc`Qnf6GZDjDe!kjTFm>90tS7X4 zFnFSgchtL%c#gY!)@}`z9fzqZPcj)Ef+`R>lF9HY$-JRXBXt6aKRm=A2nHmf4`(hs zpd~Pc?=l&lgcV4)V+@NHk_`1x=g8An$NTM*4+U&P{@#7A8sshZHJy86zH>NusT0~K z;dBOWF+*SHYdkgGvBTF|MtB-jHwvtzNhG!4HAu~PO^LhxPG8S%cbjWiU2hH^I92HA zUzy;A;5D?&-53}&`BG~;!!*u_gFt~F{blvY?KO3=XjO%D`r_p@k>&h3X z*x~&z+Kt?+1ONMZ1Sd9?P!Ju%YDDq?h)hJ*+e4Etf-KO3hdf}ab=y6G#*@Lp;XwP* z?WZ3_yM6cM8`3&Es<_C5Gwa83d9mj7PoC<`{0dOMsG_l5S@LK9t%3j3hHs@Bu* zY}J1e77u+G7>j4X_{g`Fo*#fQhU`YbQV#7d4|NQBE4EE_6+vZ-=y_8^-pWwl$xX~1 z_Q55NYEPZxsH4PN?`;qD9185MT@)iuWovuo#+57uQY6DF~m@PtTBZ$H#u)V9s z*|#m!Rk4_`A)zsZ6B=kWkd6Ulnc*ykhfLEDNoaT#((QI?mjCqrd&5}_PZ|*d#|==w z1K=P&0cE;K9&-3NK0na;{CAchj-gnt4@@=%_qX^Dl)I`Uu0Zk_Ui*P72t-SPk3L)3 zbut2zG0#5x!sJXE^Yw7s+cW;qd9lnhmwWzG-^X*hD8m4CKR_w;t)gAyzVQa@)7ra{?6x)k6-B767E!pBDjSp%61Zf6c5!l@Ws=wPy~^oxCEk^ zAc+y7Dgna3K^fkojI`kc7%T}NQ-&|8Ie`;({^1KHMl*fuQ!8AJp1scD+^H5v>HQBo zD*|T^PIt`@7b~)8GY%T(^}Jj^9oYpDh)qAgI(jBFTooKW!cQFzo-X#ZgnCaqM-vw3 zduz8?N{w_O{m7QBs6g1E$bb_{0m@6xL-|m;!k<;%jxZ|9N=9lDO5RGEnONGK%x6P% zl~GcL$|IZ`pNqCah!>c63?0fW=x!oFRkTYNSvDUqN5}b(Dazvtt6SH@F9`AylGF5+ z3bTiz^Ra^RQ@5cVNn`W+WpFZCGfR!Wy{%=qLy6%*bTb)XY2)il`g_8V&Tz zRPu?6Xea!ONkGz2K_Q4hVxE$LPzoXlh~ra}3s{U;eQ|=gnFqD>#mkZW?|@ouY?(*b z0xn>lq>?<;vzUjViFv4JG59FNLCkB>AGH;~I^!#j%IZ9e#Zk8;!FwSvG2(8SK63YT z^D|RtgQEu>{SW&NUGR@h2F~t-`9iqN#iR#>A%6&$xmY0SB*X;(2TYn*SO}N764ZoY zaKNO6h4J@gF0`-6Zw%mYFAW_p=h?f+p-V9AR{F>G?hW>Hj$%(|-gbY@#jrPMY61e; zI9$4745cf^a@;MhzF^(4q(H|+?vtM5fst{4P485n0N<3vN{Zf0ZWnZRnFZt#sbAfD zUw+FNuDnFS^7Ft*o4;-(Fj?xI@b^_aN2m8scLyde_{vAzHgeN2Tn!-NOpvr|5u)W=cUL;^QjkKKRHwBeiN#loXvfB=B4r3n{w$D5shR9+Ikpz zSp)-K8T<3;a7B$p)k6FG>b#|aQ@xIX$oeGHm$-l3bPP2UaD?dgH>dv^Y0kwoK6|`m zX63!pLnX%8lW%rjp3U|AadcpI(oqW1Ut$O7G~7)d5j(t9@|Wo_@?cr8P$}WXpydSL ze^AC_8SXlUp75H81ci}^gh*{(b*TNh$R@+)lr_r@=0MA#P%yU*f6z8*DcsOiN=p+GGopHxw&9BbX zL}7Q7wCJnn|N2f;jQyMD&u1ckYu$6l=fnnj`ag-{KCLKudk)zLt~XL9j=n1}SwD4Y zQ($kiyWiJ)(SN?uJGRr+_smqMx7ok9YN|GPxH2F5@^ipR;mVlXYQH`m5gU81v0?Y< z`_H~{kmAbDT(wiC0czgB317`jm;U|nrjofa{x7Nnl=<7g)eg^!eZIe|sir>ImdG_7 z?V5;Sky=^(c73FdS};=A`%#3ud|+TKyvj8y@o75FcdQ{)G88K7$_`x|^ą S + windowsOptions: + gmsaCredentialSpec: "380" + gmsaCredentialSpecName: "379" + runAsUserName: "381" + startupProbe: + exec: + command: + - "353" + failureThreshold: 1805682547 + httpGet: + host: "356" + httpHeaders: + - name: "357" + value: "358" + path: "354" + port: "355" + scheme: đ>*劶? + initialDelaySeconds: 1008425444 + periodSeconds: 1678953375 + successThreshold: 1045190247 + tcpSocket: + host: "359" + port: -176877925 + timeoutSeconds: -821592382 + stdinOnce: true + targetContainerName: "383" + terminationMessagePath: "374" + terminationMessagePolicy: s梊ɥʋăƻ遲njlȘ鹾K + volumeDevices: + - devicePath: "339" + name: "338" + volumeMounts: + - mountPath: "335" + mountPropagation: Ű藛b磾sYȠ繽敮ǰ + name: "334" + subPath: "336" + subPathExpr: "337" + workingDir: "318" + hostAliases: + - hostnames: + - "446" + ip: "445" + hostIPC: true + hostNetwork: true + hostname: "400" + imagePullSecrets: + - name: "399" + initContainers: + - args: + - "178" + command: + - "177" + env: + - name: "185" + value: "186" + valueFrom: + configMapKeyRef: + key: "192" + name: "191" + optional: true + fieldRef: + apiVersion: "187" + fieldPath: "188" + resourceFieldRef: + containerName: "189" + divisor: "139" + resource: "190" + secretKeyRef: + key: "194" + name: "193" + optional: false + envFrom: + - configMapRef: + name: "183" + optional: false + prefix: "182" + secretRef: + name: "184" + optional: false + image: "176" + imagePullPolicy: Ɖ飴ɎiǨ + lifecycle: + postStart: + exec: + command: + - "222" + httpGet: + host: "224" + httpHeaders: + - name: "225" + value: "226" + path: "223" + port: -816630929 + tcpSocket: + host: "227" + port: 1965273344 + preStop: + exec: + command: + - "228" + httpGet: + host: "231" + httpHeaders: + - name: "232" + value: "233" + path: "229" + port: "230" + scheme: SÄ蚃ɣľ)酊龨δ摖ȱğ_< + tcpSocket: + host: "234" + port: -385597677 + livenessProbe: + exec: + command: + - "201" + failureThreshold: -552281772 + httpGet: + host: "204" + httpHeaders: + - name: "205" + value: "206" + path: "202" + port: "203" + scheme: u|榝$î.Ȏ蝪ʜ5遰=E埄Ȁ + initialDelaySeconds: -1246371817 + periodSeconds: 432291364 + successThreshold: 676578360 + tcpSocket: + host: "207" + port: 1714588921 + timeoutSeconds: 617318981 + name: "175" + ports: + - containerPort: -1252938503 + hostIP: "181" + hostPort: 852780575 + name: "180" + protocol: Opwǩ曬逴褜1ØœȠƬQg鄠 + readinessProbe: + exec: + command: + - "208" + failureThreshold: 549215478 + httpGet: + host: "210" + httpHeaders: + - name: "211" + value: "212" + path: "209" + port: 1777326813 + scheme: ǟi&皥贸碔lNKƙ順\E¦ + initialDelaySeconds: 1868887309 + periodSeconds: -316996074 + successThreshold: 1933968533 + tcpSocket: + host: "214" + port: "213" + timeoutSeconds: -528664199 + resources: + limits: + LĹ]佱¿>犵殇ŕ-Ɂ圯W:ĸ輦唊: "807" + requests: + 嚧ʣq埄: "936" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - ǵɐ鰥Z + drop: + - ´DÒȗÔÂɘɢ鬍熖B芭花ª瘡 + privileged: false + procMount: ƲǦŐnj汰 + readOnlyRootFilesystem: true + runAsGroup: 2823592889848840099 + runAsNonRoot: false + runAsUser: -1666202510534940446 + seLinuxOptions: + level: "239" + role: "237" + type: "238" + user: "236" + seccompProfile: + localhostProfile: "243" + type: ŕİi騎C + windowsOptions: + gmsaCredentialSpec: "241" + gmsaCredentialSpecName: "240" + runAsUserName: "242" + startupProbe: + exec: + command: + - "215" + failureThreshold: 1847163341 + httpGet: + host: "217" + httpHeaders: + - name: "218" + value: "219" + path: "216" + port: -374766088 + scheme: 翜舞拉Œ + initialDelaySeconds: -190183379 + periodSeconds: -341287812 + successThreshold: 2030115750 + tcpSocket: + host: "221" + port: "220" + timeoutSeconds: -940334911 + terminationMessagePath: "235" + terminationMessagePolicy: 橈' + tty: true + volumeDevices: + - devicePath: "200" + name: "199" + volumeMounts: + - mountPath: "196" + mountPropagation: '#嬀ơŸ8T 苧yñKJɐ扵Gƚ绤f' + name: "195" + subPath: "197" + subPathExpr: "198" + workingDir: "179" + nodeName: "388" + nodeSelector: + "384": "385" + overhead: + '[IŚȆĸsǞÃ+?Ď筌ʨ:': "664" + preemptionPolicy: 礗渶 + priority: 197024033 + priorityClassName: "447" + readinessGates: + - conditionType: "" + restartPolicy: '''呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG' + runtimeClassName: "452" + schedulerName: "442" + securityContext: + fsGroup: -4548866432246561416 + fsGroupChangePolicy: Ð扬 + runAsGroup: -4962946920772050319 + runAsNonRoot: true + runAsUser: 4841944355356012825 + seLinuxOptions: + level: "392" + role: "390" + type: "391" + user: "389" + seccompProfile: + localhostProfile: "398" + type: 惍EʦŊĊ娮rȧ + supplementalGroups: + - 5695420257629724684 + sysctls: + - name: "396" + value: "397" + windowsOptions: + gmsaCredentialSpec: "394" + gmsaCredentialSpecName: "393" + runAsUserName: "395" + serviceAccount: "387" + serviceAccountName: "386" + setHostnameAsFQDN: true + shareProcessNamespace: false + subdomain: "401" + terminationGracePeriodSeconds: -155552760352472950 + tolerations: + - effect: ưg + key: "443" + operator: Ž彙pg稠氦Ņs + tolerationSeconds: 7158818521862381855 + value: "444" + topologySpreadConstraints: + - labelSelector: + matchExpressions: + - key: 37-ufi-q7u0ux-qv4kd-36---9-d-6s83--r-vkm.8fmt4272r--49u-0m7u-----v---4b---h-wyux--4t7k--e--x--3/fdw.3-._CJ4a1._-_CH-6 + operator: DoesNotExist + matchLabels: + cg-w2q76.6-7w-tdt-u-0----p6l-3-znd-8b-dg--1035ad1o-d-6-bk81-3s/s-g__.2: 3N_.n1.--.._-x_4..u2-__3uM77U7._pT-___-_5-6h_K7 + maxSkew: -918148948 + topologyKey: "453" + whenUnsatisfiable: 亪鸑躓1Ǐ詁Ȟ鮩ĺJCuɖc + volumes: + - awsElasticBlockStore: + fsType: "47" + partition: -2007808768 + volumeID: "46" + azureDisk: + cachingMode: k ź贩j瀉ǚrǜnh0åȂ + diskName: "110" + diskURI: "111" + fsType: "112" + kind: nj揠8lj黳鈫ʕ禒Ƙá腿ħ缶 + readOnly: false + azureFile: + readOnly: true + secretName: "96" + shareName: "97" + cephfs: + monitors: + - "81" + path: "82" + secretFile: "84" + secretRef: + name: "85" + user: "83" + cinder: + fsType: "79" + secretRef: + name: "80" + volumeID: "78" + configMap: + defaultMode: 952979935 + items: + - key: "99" + mode: 2020789772 + path: "100" + name: "98" + optional: false + csi: + driver: "142" + fsType: "143" + nodePublishSecretRef: + name: "146" + readOnly: true + volumeAttributes: + "144": "145" + downwardAPI: + defaultMode: -868808281 + items: + - fieldRef: + apiVersion: "89" + fieldPath: "90" + mode: -1768075156 + path: "88" + resourceFieldRef: + containerName: "91" + divisor: "915" + resource: "92" + emptyDir: + medium: ɹ坼É/pȿ + sizeLimit: "804" + ephemeral: + volumeClaimTemplate: + metadata: + annotations: + "154": "155" + clusterName: "160" + creationTimestamp: null + deletionGracePeriodSeconds: 2974444584632416014 + finalizers: + - "159" + generateName: "148" + generation: 3849874053153949822 + labels: + "152": "153" + managedFields: + - apiVersion: "162" + fieldsType: "163" + manager: "161" + operation: 獵偐ę腬瓷碑=ɉ鎷卩蝾H韹寬娬ï瓼 + name: "147" + namespace: "149" + ownerReferences: + - apiVersion: "156" + blockOwnerDeletion: false + controller: true + kind: "157" + name: "158" + uid: oɘ檲ɨ銦妰黖ȓ + resourceVersion: "1248703441945830579" + selfLink: "150" + uid: 溟ɴ扵閝ȝ鐵儣廡ɑ龫`劳&¼ + spec: + accessModes: + - 酃=6}ɡŇƉ立hdz緄Ú|dk_瀹鞎 + dataSource: + apiGroup: "172" + kind: "173" + name: "174" + resources: + limits: + 'âĺɗŹ倗S晒嶗UÐ_ƮA攤/ɸɎ ': "648" + requests: + 鴒翁杙Ŧ癃8鸖ɱJȉ罴ņ螡: "212" + selector: + matchExpressions: + - key: Wik_--DSXr.n-A9..9__Y-H-Mqpt._.-_..051 + operator: DoesNotExist + matchLabels: + o-03-t-0-035--5b95w------4-n4f--139-295at-o7qff2/v2.-_-8wE._._3.-.83_iq_-y.-25C.A-j..9dfn38: m_zm-.-_RJt2pX_2_28.6 + storageClassName: "171" + volumeMode: dz娝嘚庎D}埽uʎȺ眖R#yV'WK + volumeName: "170" + fc: + fsType: "94" + lun: 570501002 + targetWWNs: + - "93" + wwids: + - "95" + flexVolume: + driver: "73" + fsType: "74" + options: + "76": "77" + readOnly: true + secretRef: + name: "75" + flocker: + datasetName: "86" + datasetUUID: "87" + gcePersistentDisk: + fsType: "45" + partition: -1318752360 + pdName: "44" + gitRepo: + directory: "50" + repository: "48" + revision: "49" + glusterfs: + endpoints: "63" + path: "64" + hostPath: + path: "43" + type: "" + iscsi: + chapAuthDiscovery: true + chapAuthSession: true + fsType: "59" + initiatorName: "62" + iqn: "57" + iscsiInterface: "58" + lun: 408756018 + portals: + - "60" + readOnly: true + secretRef: + name: "61" + targetPortal: "56" + name: "42" + nfs: + path: "55" + readOnly: true + server: "54" + persistentVolumeClaim: + claimName: "65" + readOnly: true + photonPersistentDisk: + fsType: "114" + pdID: "113" + portworxVolume: + fsType: "129" + volumeID: "128" + projected: + defaultMode: 480521693 + sources: + - configMap: + items: + - key: "124" + mode: -1126738259 + path: "125" + name: "123" + optional: true + downwardAPI: + items: + - fieldRef: + apiVersion: "119" + fieldPath: "120" + mode: -1618937335 + path: "118" + resourceFieldRef: + containerName: "121" + divisor: "461" + resource: "122" + secret: + items: + - key: "116" + mode: 675406340 + path: "117" + name: "115" + optional: false + serviceAccountToken: + audience: "126" + expirationSeconds: -6345861634934949644 + path: "127" + quobyte: + group: "108" + registry: "105" + tenant: "109" + user: "107" + volume: "106" + rbd: + fsType: "68" + image: "67" + keyring: "71" + monitors: + - "66" + pool: "69" + readOnly: true + secretRef: + name: "72" + user: "70" + scaleIO: + fsType: "137" + gateway: "130" + protectionDomain: "133" + secretRef: + name: "132" + sslEnabled: true + storageMode: "135" + storagePool: "134" + system: "131" + volumeName: "136" + secret: + defaultMode: 1233814916 + items: + - key: "52" + mode: 228756891 + path: "53" + optional: false + secretName: "51" + storageos: + fsType: "140" + secretRef: + name: "141" + volumeName: "138" + volumeNamespace: "139" + vsphereVolume: + fsType: "102" + storagePolicyID: "104" + storagePolicyName: "103" + volumePath: "101" + templateGeneration: -8308852022291575505 + updateStrategy: + rollingUpdate: + maxUnavailable: 2 + type: 翘ǼZ熝Ʊ宷泐ɻvŰ`Ǧɝ憑ǖ菐u +status: + collisionCount: -7415502 + conditions: + - lastTransitionTime: "2343-06-05T09:00:28Z" + message: "461" + reason: "460" + status: 喗vȥ倉螆ȨX>,«ɒó<碡 + type: 囙邵鄨o鷺ɷ裝TG奟cõ乨厰ʚ±r珹ȟ + currentNumberScheduled: -1833348558 + desiredNumberScheduled: 484752614 + numberAvailable: -2095625968 + numberMisscheduled: 1883709155 + numberReady: 1191556990 + numberUnavailable: -303330375 + observedGeneration: 5927758286740396237 + updatedNumberScheduled: -406189540 diff --git a/staging/src/k8s.io/api/testdata/v1.20.0/extensions.v1beta1.Deployment.after_roundtrip.json b/staging/src/k8s.io/api/testdata/v1.20.0/extensions.v1beta1.Deployment.after_roundtrip.json new file mode 100644 index 00000000000..d097d7227ec --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.20.0/extensions.v1beta1.Deployment.after_roundtrip.json @@ -0,0 +1,1502 @@ +{ + "kind": "Deployment", + "apiVersion": "extensions/v1beta1", + "metadata": { + "name": "2", + "generateName": "3", + "namespace": "4", + "selfLink": "5", + "uid": "7", + "resourceVersion": "11042405498087606203", + "generation": 8071137005907523419, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -4955867275792137171, + "labels": { + "7": "8" + }, + "annotations": { + "9": "10" + }, + "ownerReferences": [ + { + "apiVersion": "11", + "kind": "12", + "name": "13", + "uid": "Dz廔ȇ{sŊƏp", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "14" + ], + "clusterName": "15", + "managedFields": [ + { + "manager": "16", + "operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]", + "apiVersion": "17", + "fieldsType": "18" + } + ] + }, + "spec": { + "replicas": 896585016, + "selector": { + "matchLabels": { + "74404d5---g8c2-k-91e.y5-g--58----0683-b-w7ld-6cs06xj-x5yv0wm-k18/M_-Nx.N_6-___._-.-W._AAn---v_-5-_8LXj": "6-4_WE-_JTrcd-2.-__E_Sv__26KX_R_.-.Nth._--S_4DA_-5_-4lQ42M--1" + }, + "matchExpressions": [ + { + "key": "50-u--25cu87--r7p-w1e67-8pj5t-kl-v0q6b68--nu5oii38fn-8.629b-jd-8c45-0-8--6n--w0--w---196g8d--iv1-5--5ht-a-29--0qso796/3___47._49pIB_o61ISU4--A_.XK_._M99", + "operator": "Exists" + } + ] + }, + "template": { + "metadata": { + "name": "25", + "generateName": "26", + "namespace": "27", + "selfLink": "28", + "uid": "?Qȫş", + "resourceVersion": "1736621709629422270", + "generation": -8542870036622468681, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -2575298329142810753, + "labels": { + "30": "31" + }, + "annotations": { + "32": "33" + }, + "ownerReferences": [ + { + "apiVersion": "34", + "kind": "35", + "name": "36", + "uid": "ƶȤ^}", + "controller": true, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "37" + ], + "clusterName": "38", + "managedFields": [ + { + "manager": "39", + "operation": "躢", + "apiVersion": "40", + "fieldsType": "41" + } + ] + }, + "spec": { + "volumes": [ + { + "name": "42", + "hostPath": { + "path": "43", + "type": "ƛƟ)ÙæNǚ錯ƶRquA?瞲Ť倱\u003c" + }, + "emptyDir": { + "medium": "Xŋ朘瑥A徙ɶɊł/擇ɦĽ胚O醔ɍ厶耈", + "sizeLimit": "473" + }, + "gcePersistentDisk": { + "pdName": "44", + "fsType": "45", + "partition": -1188153605 + }, + "awsElasticBlockStore": { + "volumeID": "46", + "fsType": "47", + "partition": 912004803, + "readOnly": true + }, + "gitRepo": { + "repository": "48", + "revision": "49", + "directory": "50" + }, + "secret": { + "secretName": "51", + "items": [ + { + "key": "52", + "path": "53", + "mode": -547518679 + } + ], + "defaultMode": 332383000, + "optional": true + }, + "nfs": { + "server": "54", + "path": "55", + "readOnly": true + }, + "iscsi": { + "targetPortal": "56", + "iqn": "57", + "lun": 994527057, + "iscsiInterface": "58", + "fsType": "59", + "portals": [ + "60" + ], + "chapAuthDiscovery": true, + "secretRef": { + "name": "61" + }, + "initiatorName": "62" + }, + "glusterfs": { + "endpoints": "63", + "path": "64", + "readOnly": true + }, + "persistentVolumeClaim": { + "claimName": "65", + "readOnly": true + }, + "rbd": { + "monitors": [ + "66" + ], + "image": "67", + "fsType": "68", + "pool": "69", + "user": "70", + "keyring": "71", + "secretRef": { + "name": "72" + } + }, + "flexVolume": { + "driver": "73", + "fsType": "74", + "secretRef": { + "name": "75" + }, + "readOnly": true, + "options": { + "76": "77" + } + }, + "cinder": { + "volumeID": "78", + "fsType": "79", + "secretRef": { + "name": "80" + } + }, + "cephfs": { + "monitors": [ + "81" + ], + "path": "82", + "user": "83", + "secretFile": "84", + "secretRef": { + "name": "85" + } + }, + "flocker": { + "datasetName": "86", + "datasetUUID": "87" + }, + "downwardAPI": { + "items": [ + { + "path": "88", + "fieldRef": { + "apiVersion": "89", + "fieldPath": "90" + }, + "resourceFieldRef": { + "containerName": "91", + "resource": "92", + "divisor": "660" + }, + "mode": 1569992019 + } + ], + "defaultMode": 824682619 + }, + "fc": { + "targetWWNs": [ + "93" + ], + "lun": -1740986684, + "fsType": "94", + "readOnly": true, + "wwids": [ + "95" + ] + }, + "azureFile": { + "secretName": "96", + "shareName": "97", + "readOnly": true + }, + "configMap": { + "name": "98", + "items": [ + { + "key": "99", + "path": "100", + "mode": 195263908 + } + ], + "defaultMode": 1593906314, + "optional": false + }, + "vsphereVolume": { + "volumePath": "101", + "fsType": "102", + "storagePolicyName": "103", + "storagePolicyID": "104" + }, + "quobyte": { + "registry": "105", + "volume": "106", + "user": "107", + "group": "108", + "tenant": "109" + }, + "azureDisk": { + "diskName": "110", + "diskURI": "111", + "cachingMode": "|@?鷅bȻN", + "fsType": "112", + "readOnly": true, + "kind": "榱*Gưoɘ檲" + }, + "photonPersistentDisk": { + "pdID": "113", + "fsType": "114" + }, + "projected": { + "sources": [ + { + "secret": { + "name": "115", + "items": [ + { + "key": "116", + "path": "117", + "mode": -323584340 + } + ], + "optional": true + }, + "downwardAPI": { + "items": [ + { + "path": "118", + "fieldRef": { + "apiVersion": "119", + "fieldPath": "120" + }, + "resourceFieldRef": { + "containerName": "121", + "resource": "122", + "divisor": "106" + }, + "mode": 173030157 + } + ] + }, + "configMap": { + "name": "123", + "items": [ + { + "key": "124", + "path": "125", + "mode": 2063799569 + } + ], + "optional": false + }, + "serviceAccountToken": { + "audience": "126", + "expirationSeconds": 8357931971650847566, + "path": "127" + } + } + ], + "defaultMode": -1334904807 + }, + "portworxVolume": { + "volumeID": "128", + "fsType": "129", + "readOnly": true + }, + "scaleIO": { + "gateway": "130", + "system": "131", + "secretRef": { + "name": "132" + }, + "protectionDomain": "133", + "storagePool": "134", + "storageMode": "135", + "volumeName": "136", + "fsType": "137" + }, + "storageos": { + "volumeName": "138", + "volumeNamespace": "139", + "fsType": "140", + "secretRef": { + "name": "141" + } + }, + "csi": { + "driver": "142", + "readOnly": false, + "fsType": "143", + "volumeAttributes": { + "144": "145" + }, + "nodePublishSecretRef": { + "name": "146" + } + }, + "ephemeral": { + "volumeClaimTemplate": { + "metadata": { + "name": "147", + "generateName": "148", + "namespace": "149", + "selfLink": "150", + "uid": "H巧壚tC十Oɢ", + "resourceVersion": "11451542506523135343", + "generation": 6028937828108618026, + "creationTimestamp": null, + "deletionGracePeriodSeconds": 6296624700137074905, + "labels": { + "152": "153" + }, + "annotations": { + "154": "155" + }, + "ownerReferences": [ + { + "apiVersion": "156", + "kind": "157", + "name": "158", + "uid": "閝ȝ", + "controller": false, + "blockOwnerDeletion": false + } + ], + "finalizers": [ + "159" + ], + "clusterName": "160", + "managedFields": [ + { + "manager": "161", + "operation": "ɑ龫`劳\u0026¼傭Ȟ1酃=6}ɡŇƉ立h", + "apiVersion": "162", + "fieldsType": "163" + } + ] + }, + "spec": { + "accessModes": [ + "鲡:" + ], + "selector": { + "matchLabels": { + "0-.-yz-0-_p4mz--.I_f6kjsz-7lwY-Y93-6": "igm_-._.q6" + }, + "matchExpressions": [ + { + "key": "m_0_F03_J", + "operator": "NotIn", + "values": [ + "4FpF_W-6" + ] + } + ] + }, + "resources": { + "limits": { + "Ŗȫ焗捏ĨFħ籘": "853" + }, + "requests": { + "zɟ踡肒Ao/樝fw[Řż丩ŽoǠ": "918" + } + }, + "volumeName": "170", + "storageClassName": "171", + "volumeMode": "Z1Ůđ眊ľǎɳ,ǿ飏騀呣", + "dataSource": { + "apiGroup": "172", + "kind": "173", + "name": "174" + } + } + } + } + } + ], + "initContainers": [ + { + "name": "175", + "image": "176", + "command": [ + "177" + ], + "args": [ + "178" + ], + "workingDir": "179", + "ports": [ + { + "name": "180", + "hostPort": 282592353, + "containerPort": 377225334, + "protocol": "Ƹ[Ęİ榌U髷裎$MVȟ@7", + "hostIP": "181" + } + ], + "envFrom": [ + { + "prefix": "182", + "configMapRef": { + "name": "183", + "optional": false + }, + "secretRef": { + "name": "184", + "optional": false + } + } + ], + "env": [ + { + "name": "185", + "value": "186", + "valueFrom": { + "fieldRef": { + "apiVersion": "187", + "fieldPath": "188" + }, + "resourceFieldRef": { + "containerName": "189", + "resource": "190", + "divisor": "573" + }, + "configMapKeyRef": { + "name": "191", + "key": "192", + "optional": false + }, + "secretKeyRef": { + "name": "193", + "key": "194", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "ǚ灄鸫rʤî萨zvt": "829" + }, + "requests": { + "悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\\p": "604" + } + }, + "volumeMounts": [ + { + "name": "195", + "readOnly": true, + "mountPath": "196", + "subPath": "197", + "mountPropagation": "ƖHV", + "subPathExpr": "198" + } + ], + "volumeDevices": [ + { + "name": "199", + "devicePath": "200" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "201" + ] + }, + "httpGet": { + "path": "202", + "port": -1196874390, + "host": "203", + "scheme": "S晒嶗UÐ_ƮA攤", + "httpHeaders": [ + { + "name": "204", + "value": "205" + } + ] + }, + "tcpSocket": { + "port": -498930176, + "host": "206" + }, + "initialDelaySeconds": 1885897314, + "timeoutSeconds": -465677631, + "periodSeconds": 1054858106, + "successThreshold": 232569106, + "failureThreshold": -1150474479 + }, + "readinessProbe": { + "exec": { + "command": [ + "207" + ] + }, + "httpGet": { + "path": "208", + "port": "209", + "host": "210", + "scheme": "8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ", + "httpHeaders": [ + { + "name": "211", + "value": "212" + } + ] + }, + "tcpSocket": { + "port": "213", + "host": "214" + }, + "initialDelaySeconds": -2717401, + "timeoutSeconds": -1492565335, + "periodSeconds": -1099429189, + "successThreshold": 994072122, + "failureThreshold": 1752155096 + }, + "startupProbe": { + "exec": { + "command": [ + "215" + ] + }, + "httpGet": { + "path": "216", + "port": "217", + "host": "218", + "scheme": "Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ", + "httpHeaders": [ + { + "name": "219", + "value": "220" + } + ] + }, + "tcpSocket": { + "port": -36782737, + "host": "221" + }, + "initialDelaySeconds": -1738069460, + "timeoutSeconds": -1643733106, + "periodSeconds": -805795167, + "successThreshold": 1791615594, + "failureThreshold": 785984384 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "222" + ] + }, + "httpGet": { + "path": "223", + "port": "224", + "host": "225", + "scheme": "\u003e郵[+扴ȨŮ", + "httpHeaders": [ + { + "name": "226", + "value": "227" + } + ] + }, + "tcpSocket": { + "port": "228", + "host": "229" + } + }, + "preStop": { + "exec": { + "command": [ + "230" + ] + }, + "httpGet": { + "path": "231", + "port": -743369977, + "host": "232", + "scheme": "\u003e犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4", + "httpHeaders": [ + { + "name": "233", + "value": "234" + } + ] + }, + "tcpSocket": { + "port": -1224991707, + "host": "235" + } + } + }, + "terminationMessagePath": "236", + "imagePullPolicy": "昕Ĭ", + "securityContext": { + "capabilities": { + "add": [ + "藢xɮĵȑ6L*Z鐫û咡W\u003c" + ], + "drop": [ + "lu|榝$î." + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "237", + "role": "238", + "type": "239", + "level": "240" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "241", + "gmsaCredentialSpec": "242", + "runAsUserName": "243" + }, + "runAsUser": -7565148469525206101, + "runAsGroup": 8949541422887578058, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "朦 wƯ貾坢'跩", + "seccompProfile": { + "type": "ŕ翑0展}", + "localhostProfile": "244" + } + }, + "stdinOnce": true + } + ], + "containers": [ + { + "name": "245", + "image": "246", + "command": [ + "247" + ], + "args": [ + "248" + ], + "workingDir": "249", + "ports": [ + { + "name": "250", + "hostPort": -778272981, + "containerPort": 2056774277, + "protocol": "现葢ŵ橨鬶l獕;跣Hǝcw媀瓄\u0026翜舞拉", + "hostIP": "251" + } + ], + "envFrom": [ + { + "prefix": "252", + "configMapRef": { + "name": "253", + "optional": true + }, + "secretRef": { + "name": "254", + "optional": false + } + } + ], + "env": [ + { + "name": "255", + "value": "256", + "valueFrom": { + "fieldRef": { + "apiVersion": "257", + "fieldPath": "258" + }, + "resourceFieldRef": { + "containerName": "259", + "resource": "260", + "divisor": "124" + }, + "configMapKeyRef": { + "name": "261", + "key": "262", + "optional": false + }, + "secretKeyRef": { + "name": "263", + "key": "264", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "V訆Ǝżŧ": "915" + }, + "requests": { + "+SÄ蚃ɣľ)酊龨Î": "787" + } + }, + "volumeMounts": [ + { + "name": "265", + "readOnly": true, + "mountPath": "266", + "subPath": "267", + "mountPropagation": "\"冓鍓贯澔 ƺ蛜6", + "subPathExpr": "268" + } + ], + "volumeDevices": [ + { + "name": "269", + "devicePath": "270" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "271" + ] + }, + "httpGet": { + "path": "272", + "port": 465486290, + "host": "273", + "httpHeaders": [ + { + "name": "274", + "value": "275" + } + ] + }, + "tcpSocket": { + "port": -116224247, + "host": "276" + }, + "initialDelaySeconds": -2097329452, + "timeoutSeconds": 1504385614, + "periodSeconds": 865289071, + "successThreshold": -1829146875, + "failureThreshold": -205176266 + }, + "readinessProbe": { + "exec": { + "command": [ + "277" + ] + }, + "httpGet": { + "path": "278", + "port": 234253676, + "host": "279", + "scheme": "ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏", + "httpHeaders": [ + { + "name": "280", + "value": "281" + } + ] + }, + "tcpSocket": { + "port": "282", + "host": "283" + }, + "initialDelaySeconds": -2062708879, + "timeoutSeconds": 215186711, + "periodSeconds": -141401239, + "successThreshold": -1187301925, + "failureThreshold": -402384013 + }, + "startupProbe": { + "exec": { + "command": [ + "284" + ] + }, + "httpGet": { + "path": "285", + "port": "286", + "host": "287", + "scheme": "鏻砅邻爥", + "httpHeaders": [ + { + "name": "288", + "value": "289" + } + ] + }, + "tcpSocket": { + "port": -305362540, + "host": "290" + }, + "initialDelaySeconds": 601198286, + "timeoutSeconds": 409029209, + "periodSeconds": 405193215, + "successThreshold": 2129989022, + "failureThreshold": -1699531929 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "291" + ] + }, + "httpGet": { + "path": "292", + "port": "293", + "host": "294", + "scheme": "­蜷ɔ幩š", + "httpHeaders": [ + { + "name": "295", + "value": "296" + } + ] + }, + "tcpSocket": { + "port": 455833230, + "host": "297" + } + }, + "preStop": { + "exec": { + "command": [ + "298" + ] + }, + "httpGet": { + "path": "299", + "port": 1076497581, + "host": "300", + "scheme": "h4ɊHȖ|ʐ", + "httpHeaders": [ + { + "name": "301", + "value": "302" + } + ] + }, + "tcpSocket": { + "port": 248533396, + "host": "303" + } + } + }, + "terminationMessagePath": "304", + "terminationMessagePolicy": "迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ", + "imagePullPolicy": "ņ", + "securityContext": { + "capabilities": { + "add": [ + "DŽ髐njʉBn(fǂǢ曣" + ], + "drop": [ + "ay" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "305", + "role": "306", + "type": "307", + "level": "308" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "309", + "gmsaCredentialSpec": "310", + "runAsUserName": "311" + }, + "runAsUser": 1958157659034146020, + "runAsGroup": -5996624450771474158, + "runAsNonRoot": false, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": false, + "procMount": "嗆u", + "seccompProfile": { + "type": "晲T[irȎ3Ĕ\\", + "localhostProfile": "312" + } + }, + "tty": true + } + ], + "ephemeralContainers": [ + { + "name": "313", + "image": "314", + "command": [ + "315" + ], + "args": [ + "316" + ], + "workingDir": "317", + "ports": [ + { + "name": "318", + "hostPort": -1656699070, + "containerPort": -1918622971, + "protocol": "ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz", + "hostIP": "319" + } + ], + "envFrom": [ + { + "prefix": "320", + "configMapRef": { + "name": "321", + "optional": true + }, + "secretRef": { + "name": "322", + "optional": false + } + } + ], + "env": [ + { + "name": "323", + "value": "324", + "valueFrom": { + "fieldRef": { + "apiVersion": "325", + "fieldPath": "326" + }, + "resourceFieldRef": { + "containerName": "327", + "resource": "328", + "divisor": "69" + }, + "configMapKeyRef": { + "name": "329", + "key": "330", + "optional": true + }, + "secretKeyRef": { + "name": "331", + "key": "332", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "1b": "328" + }, + "requests": { + "}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊": "699" + } + }, + "volumeMounts": [ + { + "name": "333", + "readOnly": true, + "mountPath": "334", + "subPath": "335", + "mountPropagation": "Ik(dŊiɢzĮ蛋I", + "subPathExpr": "336" + } + ], + "volumeDevices": [ + { + "name": "337", + "devicePath": "338" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "339" + ] + }, + "httpGet": { + "path": "340", + "port": "341", + "host": "342", + "scheme": "ȥ}礤铟怖ý萜Ǖ", + "httpHeaders": [ + { + "name": "343", + "value": "344" + } + ] + }, + "tcpSocket": { + "port": -1088996269, + "host": "345" + }, + "initialDelaySeconds": -1922458514, + "timeoutSeconds": 1480364858, + "periodSeconds": 692511776, + "successThreshold": -1231653807, + "failureThreshold": -36573584 + }, + "readinessProbe": { + "exec": { + "command": [ + "346" + ] + }, + "httpGet": { + "path": "347", + "port": -1157640253, + "host": "348", + "scheme": "×p鬷m罂o3ǰ廋i乳'ȘUɻ;", + "httpHeaders": [ + { + "name": "349", + "value": "350" + } + ] + }, + "tcpSocket": { + "port": "351", + "host": "352" + }, + "initialDelaySeconds": -478839383, + "timeoutSeconds": 989933975, + "periodSeconds": 140830733, + "successThreshold": -708495486, + "failureThreshold": -1436899600 + }, + "startupProbe": { + "exec": { + "command": [ + "353" + ] + }, + "httpGet": { + "path": "354", + "port": "355", + "host": "356", + "scheme": "漤ŗ坟", + "httpHeaders": [ + { + "name": "357", + "value": "358" + } + ] + }, + "tcpSocket": { + "port": -1617422199, + "host": "359" + }, + "initialDelaySeconds": -902839620, + "timeoutSeconds": -2030665763, + "periodSeconds": 1808698094, + "successThreshold": 1155232143, + "failureThreshold": -1873425934 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "360" + ] + }, + "httpGet": { + "path": "361", + "port": 1288391156, + "host": "362", + "scheme": "Ǥ桒ɴ鉂WJ1抉泅ą\u0026疀ȼN", + "httpHeaders": [ + { + "name": "363", + "value": "364" + } + ] + }, + "tcpSocket": { + "port": "365", + "host": "366" + } + }, + "preStop": { + "exec": { + "command": [ + "367" + ] + }, + "httpGet": { + "path": "368", + "port": 1859267428, + "host": "369", + "scheme": "ȟP", + "httpHeaders": [ + { + "name": "370", + "value": "371" + } + ] + }, + "tcpSocket": { + "port": 1445923603, + "host": "372" + } + } + }, + "terminationMessagePath": "373", + "terminationMessagePolicy": "殆诵H玲鑠ĭ$#卛8ð仁Q", + "imagePullPolicy": "tl敷斢杧ż鯀", + "securityContext": { + "capabilities": { + "add": [ + "鸔ɧWǘ炙" + ], + "drop": [ + "餸硷" + ] + }, + "privileged": true, + "seLinuxOptions": { + "user": "374", + "role": "375", + "type": "376", + "level": "377" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "378", + "gmsaCredentialSpec": "379", + "runAsUserName": "380" + }, + "runAsUser": 5215323049148402377, + "runAsGroup": 2946116477552625615, + "runAsNonRoot": true, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "ʈʫ羶剹ƊF豎穜", + "seccompProfile": { + "type": "l咑耖p^鏋", + "localhostProfile": "381" + } + }, + "tty": true, + "targetContainerName": "382" + } + ], + "restartPolicy": "ȿ醏g遧", + "terminationGracePeriodSeconds": -616777763639482630, + "activeDeadlineSeconds": 2031424375743848602, + "dnsPolicy": ":{柯?B", + "nodeSelector": { + "383": "384" + }, + "serviceAccountName": "385", + "serviceAccount": "386", + "automountServiceAccountToken": false, + "nodeName": "387", + "hostNetwork": true, + "shareProcessNamespace": false, + "securityContext": { + "seLinuxOptions": { + "user": "388", + "role": "389", + "type": "390", + "level": "391" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "392", + "gmsaCredentialSpec": "393", + "runAsUserName": "394" + }, + "runAsUser": -1290365495982891537, + "runAsGroup": -759684899479757878, + "runAsNonRoot": false, + "supplementalGroups": [ + 3273247375993523103 + ], + "fsGroup": 4489057930380969432, + "sysctls": [ + { + "name": "395", + "value": "396" + } + ], + "fsGroupChangePolicy": "='ʨ|ǓÓ敆OɈÏ 瞍髃", + "seccompProfile": { + "type": "ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn", + "localhostProfile": "397" + } + }, + "imagePullSecrets": [ + { + "name": "398" + } + ], + "hostname": "399", + "subdomain": "400", + "affinity": { + "nodeAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": { + "nodeSelectorTerms": [ + { + "matchExpressions": [ + { + "key": "401", + "operator": "+Œ9两", + "values": [ + "402" + ] + } + ], + "matchFields": [ + { + "key": "403", + "operator": "q=歍þ螗ɃŒGm¨z鋎靀G", + "values": [ + "404" + ] + } + ] + } + ] + }, + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 377409178, + "preference": { + "matchExpressions": [ + { + "key": "405", + "operator": "#ļǹʅŚO虀^背遻堣灭ƴɦ燻", + "values": [ + "406" + ] + } + ], + "matchFields": [ + { + "key": "407", + "operator": "-觗裓6Ř筿ɾ5Ų買霎ȃň[\u003eą", + "values": [ + "408" + ] + } + ] + } + } + ] + }, + "podAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5": "1--L--v_Z--Zg-_4Q__-v_t_u_.A" + }, + "matchExpressions": [ + { + "key": "5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y", + "operator": "Exists" + } + ] + }, + "namespaces": [ + "415" + ], + "topologyKey": "416" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -1507671981, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-35840-w4g-27-5s6.q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x18mtxb--kexr-y/oK-.O--5-yp8q_s-1__gw_-z_659GE.l_.23--_6l.-5_Z": "3Pw_-r75--_-Ao" + }, + "matchExpressions": [ + { + "key": "hj6/bW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...CqN", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "423" + ], + "topologyKey": "424" + } + } + ] + }, + "podAntiAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "C--Y_Dp8O_._e_3_.4_W_-_7": "p_.----cp__ac8u.._-__BM.6-.Y7" + }, + "matchExpressions": [ + { + "key": "1x--i--7-nt-23h-4z-21-sap--h--q0h-t2n4s-6-k5-7-a0w-ke5p-3.nu--17---u7-gl7814ei-07shtq-6---g----9s39z-5/wv3UDf.-4D-5", + "operator": "NotIn", + "values": [ + "l67Q.-_t--O.3L.z2-y.-...C4_-_2G8" + ] + } + ] + }, + "namespaces": [ + "431" + ], + "topologyKey": "432" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 1067925263, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "k407--m-dc---6-q-q0o90--g-09--d5ez1----b69x90/um._fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_VF": "11---.-o7.pJ-4-1WV.-__05._LsuH" + }, + "matchExpressions": [ + { + "key": "8", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "439" + ], + "topologyKey": "440" + } + } + ] + } + }, + "schedulerName": "441", + "tolerations": [ + { + "key": "442", + "operator": "Ɖ肆Ző", + "value": "443", + "effect": "淵", + "tolerationSeconds": -1072615283184390308 + } + ], + "hostAliases": [ + { + "ip": "444", + "hostnames": [ + "445" + ] + } + ], + "priorityClassName": "446", + "priority": -1221153504, + "dnsConfig": { + "nameservers": [ + "447" + ], + "searches": [ + "448" + ], + "options": [ + { + "name": "449", + "value": "450" + } + ] + }, + "readinessGates": [ + { + "conditionType": "媈" + } + ], + "runtimeClassName": "451", + "enableServiceLinks": true, + "preemptionPolicy": "n夬LJ:BŐ埑Ô*ɾWȖ韝ƉşʁO^:", + "overhead": { + "ȩ纾S": "368" + }, + "topologySpreadConstraints": [ + { + "maxSkew": -1568300104, + "topologyKey": "452", + "whenUnsatisfiable": "潑嫉悔柅ȵ.Ȁ鎧Y冒Ɩ", + "labelSelector": { + "matchLabels": { + "jp-z---k-5r6h--y7n.61-cm---ch-g0t-q--qr95ws-v-5--7-ufi-7/35a-1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--.2g": "Mqp..__._-J_-fk3-_j.133eT_2_Y" + }, + "matchExpressions": [ + { + "key": "51-i-d-----9---063-qm-j-3wc89k-0-57z4063--4/rBQ.u", + "operator": "Exists" + } + ] + } + } + ], + "setHostnameAsFQDN": false + } + }, + "strategy": { + "type": "xʚ=5谠vÐ仆dždĄ跞肞", + "rollingUpdate": { + "maxUnavailable": 2, + "maxSurge": 3 + } + }, + "minReadySeconds": -1934555365, + "revisionHistoryLimit": -1189243539, + "rollbackTo": { + "revision": -7874172095994035093 + }, + "progressDeadlineSeconds": 484752614 + }, + "status": { + "observedGeneration": 3359608726763190142, + "replicas": 1401559245, + "updatedReplicas": -406189540, + "readyReplicas": -2095625968, + "availableReplicas": -303330375, + "unavailableReplicas": 584721644, + "conditions": [ + { + "type": "ʀł!", + "status": "o鷺ɷ裝TG奟cõ乨厰ʚ±r珹ȟ6", + "lastUpdateTime": "2096-03-01T11:48:47Z", + "lastTransitionTime": "2035-01-21T08:11:33Z", + "reason": "459", + "message": "460" + } + ], + "collisionCount": 2099542463 + } +} \ No newline at end of file diff --git a/staging/src/k8s.io/api/testdata/v1.20.0/extensions.v1beta1.Deployment.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.20.0/extensions.v1beta1.Deployment.after_roundtrip.pb new file mode 100644 index 0000000000000000000000000000000000000000..777d9bf79a72cefabfb51c8ee8f43fad53cbf6c2 GIT binary patch literal 7273 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ˎXX}>ERKxq`10J9J57f9 gk&&mq|Mu-UCWBI4`={nGlMBxMwI(#jVz3$h7nJmg)Bpeg literal 0 HcmV?d00001 diff --git a/staging/src/k8s.io/api/testdata/v1.20.0/extensions.v1beta1.Deployment.after_roundtrip.yaml b/staging/src/k8s.io/api/testdata/v1.20.0/extensions.v1beta1.Deployment.after_roundtrip.yaml new file mode 100644 index 00000000000..ba180271a32 --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.20.0/extensions.v1beta1.Deployment.after_roundtrip.yaml @@ -0,0 +1,1029 @@ +apiVersion: extensions/v1beta1 +kind: Deployment +metadata: + annotations: + "9": "10" + clusterName: "15" + creationTimestamp: null + deletionGracePeriodSeconds: -4955867275792137171 + finalizers: + - "14" + generateName: "3" + generation: 8071137005907523419 + labels: + "7": "8" + managedFields: + - apiVersion: "17" + fieldsType: "18" + manager: "16" + operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć] + name: "2" + namespace: "4" + ownerReferences: + - apiVersion: "11" + blockOwnerDeletion: true + controller: false + kind: "12" + name: "13" + uid: Dz廔ȇ{sŊƏp + resourceVersion: "11042405498087606203" + selfLink: "5" + uid: "7" +spec: + minReadySeconds: -1934555365 + progressDeadlineSeconds: 484752614 + replicas: 896585016 + revisionHistoryLimit: -1189243539 + rollbackTo: + revision: -7874172095994035093 + selector: + matchExpressions: + - key: 50-u--25cu87--r7p-w1e67-8pj5t-kl-v0q6b68--nu5oii38fn-8.629b-jd-8c45-0-8--6n--w0--w---196g8d--iv1-5--5ht-a-29--0qso796/3___47._49pIB_o61ISU4--A_.XK_._M99 + operator: Exists + matchLabels: + 74404d5---g8c2-k-91e.y5-g--58----0683-b-w7ld-6cs06xj-x5yv0wm-k18/M_-Nx.N_6-___._-.-W._AAn---v_-5-_8LXj: 6-4_WE-_JTrcd-2.-__E_Sv__26KX_R_.-.Nth._--S_4DA_-5_-4lQ42M--1 + strategy: + rollingUpdate: + maxSurge: 3 + maxUnavailable: 2 + type: xʚ=5谠vÐ仆dždĄ跞肞 + template: + metadata: + annotations: + "32": "33" + clusterName: "38" + creationTimestamp: null + deletionGracePeriodSeconds: -2575298329142810753 + finalizers: + - "37" + generateName: "26" + generation: -8542870036622468681 + labels: + "30": "31" + managedFields: + - apiVersion: "40" + fieldsType: "41" + manager: "39" + operation: 躢 + name: "25" + namespace: "27" + ownerReferences: + - apiVersion: "34" + blockOwnerDeletion: true + controller: true + kind: "35" + name: "36" + uid: ƶȤ^} + resourceVersion: "1736621709629422270" + selfLink: "28" + uid: ?Qȫş + spec: + activeDeadlineSeconds: 2031424375743848602 + affinity: + nodeAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - preference: + matchExpressions: + - key: "405" + operator: '#ļǹʅŚO虀^背遻堣灭ƴɦ燻' + values: + - "406" + matchFields: + - key: "407" + operator: -觗裓6Ř筿ɾ5Ų買霎ȃň[>ą + values: + - "408" + weight: 377409178 + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: "401" + operator: +Œ9两 + values: + - "402" + matchFields: + - key: "403" + operator: q=歍þ螗ɃŒGm¨z鋎靀G + values: + - "404" + podAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: hj6/bW_E..24-O._.v._9-cz.-Y6T4g_-.._Lf2t_m...CqN + operator: DoesNotExist + matchLabels: + ? v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-35840-w4g-27-5s6.q-22r4wye52y-h7463lyps4483-o--3f1p7--43nw-l-x18mtxb--kexr-y/oK-.O--5-yp8q_s-1__gw_-z_659GE.l_.23--_6l.-5_Z + : 3Pw_-r75--_-Ao + namespaces: + - "423" + topologyKey: "424" + weight: -1507671981 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: 5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___Y + operator: Exists + matchLabels: + 1-2ga-v205p-26-u5wg-g8.m-l80--5o1--cp6-5-x1---0w4rm-0u6/l-7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp5: 1--L--v_Z--Zg-_4Q__-v_t_u_.A + namespaces: + - "415" + topologyKey: "416" + podAntiAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: "8" + operator: DoesNotExist + matchLabels: + k407--m-dc---6-q-q0o90--g-09--d5ez1----b69x90/um._fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_VF: 11---.-o7.pJ-4-1WV.-__05._LsuH + namespaces: + - "439" + topologyKey: "440" + weight: 1067925263 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: 1x--i--7-nt-23h-4z-21-sap--h--q0h-t2n4s-6-k5-7-a0w-ke5p-3.nu--17---u7-gl7814ei-07shtq-6---g----9s39z-5/wv3UDf.-4D-5 + operator: NotIn + values: + - l67Q.-_t--O.3L.z2-y.-...C4_-_2G8 + matchLabels: + C--Y_Dp8O_._e_3_.4_W_-_7: p_.----cp__ac8u.._-__BM.6-.Y7 + namespaces: + - "431" + topologyKey: "432" + automountServiceAccountToken: false + containers: + - args: + - "248" + command: + - "247" + env: + - name: "255" + value: "256" + valueFrom: + configMapKeyRef: + key: "262" + name: "261" + optional: false + fieldRef: + apiVersion: "257" + fieldPath: "258" + resourceFieldRef: + containerName: "259" + divisor: "124" + resource: "260" + secretKeyRef: + key: "264" + name: "263" + optional: false + envFrom: + - configMapRef: + name: "253" + optional: true + prefix: "252" + secretRef: + name: "254" + optional: false + image: "246" + imagePullPolicy: ņ + lifecycle: + postStart: + exec: + command: + - "291" + httpGet: + host: "294" + httpHeaders: + - name: "295" + value: "296" + path: "292" + port: "293" + scheme: ­蜷ɔ幩š + tcpSocket: + host: "297" + port: 455833230 + preStop: + exec: + command: + - "298" + httpGet: + host: "300" + httpHeaders: + - name: "301" + value: "302" + path: "299" + port: 1076497581 + scheme: h4ɊHȖ|ʐ + tcpSocket: + host: "303" + port: 248533396 + livenessProbe: + exec: + command: + - "271" + failureThreshold: -205176266 + httpGet: + host: "273" + httpHeaders: + - name: "274" + value: "275" + path: "272" + port: 465486290 + initialDelaySeconds: -2097329452 + periodSeconds: 865289071 + successThreshold: -1829146875 + tcpSocket: + host: "276" + port: -116224247 + timeoutSeconds: 1504385614 + name: "245" + ports: + - containerPort: 2056774277 + hostIP: "251" + hostPort: -778272981 + name: "250" + protocol: 现葢ŵ橨鬶l獕;跣Hǝcw媀瓄&翜舞拉 + readinessProbe: + exec: + command: + - "277" + failureThreshold: -402384013 + httpGet: + host: "279" + httpHeaders: + - name: "280" + value: "281" + path: "278" + port: 234253676 + scheme: ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏 + initialDelaySeconds: -2062708879 + periodSeconds: -141401239 + successThreshold: -1187301925 + tcpSocket: + host: "283" + port: "282" + timeoutSeconds: 215186711 + resources: + limits: + V訆Ǝżŧ: "915" + requests: + +SÄ蚃ɣľ)酊龨Î: "787" + securityContext: + allowPrivilegeEscalation: false + capabilities: + add: + - DŽ髐njʉBn(fǂǢ曣 + drop: + - ay + privileged: false + procMount: 嗆u + readOnlyRootFilesystem: true + runAsGroup: -5996624450771474158 + runAsNonRoot: false + runAsUser: 1958157659034146020 + seLinuxOptions: + level: "308" + role: "306" + type: "307" + user: "305" + seccompProfile: + localhostProfile: "312" + type: 晲T[irȎ3Ĕ\ + windowsOptions: + gmsaCredentialSpec: "310" + gmsaCredentialSpecName: "309" + runAsUserName: "311" + startupProbe: + exec: + command: + - "284" + failureThreshold: -1699531929 + httpGet: + host: "287" + httpHeaders: + - name: "288" + value: "289" + path: "285" + port: "286" + scheme: 鏻砅邻爥 + initialDelaySeconds: 601198286 + periodSeconds: 405193215 + successThreshold: 2129989022 + tcpSocket: + host: "290" + port: -305362540 + timeoutSeconds: 409029209 + terminationMessagePath: "304" + terminationMessagePolicy: 迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ + tty: true + volumeDevices: + - devicePath: "270" + name: "269" + volumeMounts: + - mountPath: "266" + mountPropagation: '"冓鍓贯澔 ƺ蛜6' + name: "265" + readOnly: true + subPath: "267" + subPathExpr: "268" + workingDir: "249" + dnsConfig: + nameservers: + - "447" + options: + - name: "449" + value: "450" + searches: + - "448" + dnsPolicy: :{柯?B + enableServiceLinks: true + ephemeralContainers: + - args: + - "316" + command: + - "315" + env: + - name: "323" + value: "324" + valueFrom: + configMapKeyRef: + key: "330" + name: "329" + optional: true + fieldRef: + apiVersion: "325" + fieldPath: "326" + resourceFieldRef: + containerName: "327" + divisor: "69" + resource: "328" + secretKeyRef: + key: "332" + name: "331" + optional: false + envFrom: + - configMapRef: + name: "321" + optional: true + prefix: "320" + secretRef: + name: "322" + optional: false + image: "314" + imagePullPolicy: tl敷斢杧ż鯀 + lifecycle: + postStart: + exec: + command: + - "360" + httpGet: + host: "362" + httpHeaders: + - name: "363" + value: "364" + path: "361" + port: 1288391156 + scheme: Ǥ桒ɴ鉂WJ1抉泅ą&疀ȼN + tcpSocket: + host: "366" + port: "365" + preStop: + exec: + command: + - "367" + httpGet: + host: "369" + httpHeaders: + - name: "370" + value: "371" + path: "368" + port: 1859267428 + scheme: ȟP + tcpSocket: + host: "372" + port: 1445923603 + livenessProbe: + exec: + command: + - "339" + failureThreshold: -36573584 + httpGet: + host: "342" + httpHeaders: + - name: "343" + value: "344" + path: "340" + port: "341" + scheme: ȥ}礤铟怖ý萜Ǖ + initialDelaySeconds: -1922458514 + periodSeconds: 692511776 + successThreshold: -1231653807 + tcpSocket: + host: "345" + port: -1088996269 + timeoutSeconds: 1480364858 + name: "313" + ports: + - containerPort: -1918622971 + hostIP: "319" + hostPort: -1656699070 + name: "318" + protocol: ĵ鴁ĩȲǸ|蕎'佉賞ǧĒz + readinessProbe: + exec: + command: + - "346" + failureThreshold: -1436899600 + httpGet: + host: "348" + httpHeaders: + - name: "349" + value: "350" + path: "347" + port: -1157640253 + scheme: ×p鬷m罂o3ǰ廋i乳'ȘUɻ; + initialDelaySeconds: -478839383 + periodSeconds: 140830733 + successThreshold: -708495486 + tcpSocket: + host: "352" + port: "351" + timeoutSeconds: 989933975 + resources: + limits: + 1b: "328" + requests: + '}Ñ蠂Ü[ƛ^輅9ɛ棕ƈ眽炊': "699" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 鸔ɧWǘ炙 + drop: + - 餸硷 + privileged: true + procMount: ʈʫ羶剹ƊF豎穜 + readOnlyRootFilesystem: true + runAsGroup: 2946116477552625615 + runAsNonRoot: true + runAsUser: 5215323049148402377 + seLinuxOptions: + level: "377" + role: "375" + type: "376" + user: "374" + seccompProfile: + localhostProfile: "381" + type: l咑耖p^鏋 + windowsOptions: + gmsaCredentialSpec: "379" + gmsaCredentialSpecName: "378" + runAsUserName: "380" + startupProbe: + exec: + command: + - "353" + failureThreshold: -1873425934 + httpGet: + host: "356" + httpHeaders: + - name: "357" + value: "358" + path: "354" + port: "355" + scheme: 漤ŗ坟 + initialDelaySeconds: -902839620 + periodSeconds: 1808698094 + successThreshold: 1155232143 + tcpSocket: + host: "359" + port: -1617422199 + timeoutSeconds: -2030665763 + targetContainerName: "382" + terminationMessagePath: "373" + terminationMessagePolicy: 殆诵H玲鑠ĭ$#卛8ð仁Q + tty: true + volumeDevices: + - devicePath: "338" + name: "337" + volumeMounts: + - mountPath: "334" + mountPropagation: Ik(dŊiɢzĮ蛋I + name: "333" + readOnly: true + subPath: "335" + subPathExpr: "336" + workingDir: "317" + hostAliases: + - hostnames: + - "445" + ip: "444" + hostNetwork: true + hostname: "399" + imagePullSecrets: + - name: "398" + initContainers: + - args: + - "178" + command: + - "177" + env: + - name: "185" + value: "186" + valueFrom: + configMapKeyRef: + key: "192" + name: "191" + optional: false + fieldRef: + apiVersion: "187" + fieldPath: "188" + resourceFieldRef: + containerName: "189" + divisor: "573" + resource: "190" + secretKeyRef: + key: "194" + name: "193" + optional: false + envFrom: + - configMapRef: + name: "183" + optional: false + prefix: "182" + secretRef: + name: "184" + optional: false + image: "176" + imagePullPolicy: 昕Ĭ + lifecycle: + postStart: + exec: + command: + - "222" + httpGet: + host: "225" + httpHeaders: + - name: "226" + value: "227" + path: "223" + port: "224" + scheme: '>郵[+扴ȨŮ' + tcpSocket: + host: "229" + port: "228" + preStop: + exec: + command: + - "230" + httpGet: + host: "232" + httpHeaders: + - name: "233" + value: "234" + path: "231" + port: -743369977 + scheme: '>犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ4' + tcpSocket: + host: "235" + port: -1224991707 + livenessProbe: + exec: + command: + - "201" + failureThreshold: -1150474479 + httpGet: + host: "203" + httpHeaders: + - name: "204" + value: "205" + path: "202" + port: -1196874390 + scheme: S晒嶗UÐ_ƮA攤 + initialDelaySeconds: 1885897314 + periodSeconds: 1054858106 + successThreshold: 232569106 + tcpSocket: + host: "206" + port: -498930176 + timeoutSeconds: -465677631 + name: "175" + ports: + - containerPort: 377225334 + hostIP: "181" + hostPort: 282592353 + name: "180" + protocol: Ƹ[Ęİ榌U髷裎$MVȟ@7 + readinessProbe: + exec: + command: + - "207" + failureThreshold: 1752155096 + httpGet: + host: "210" + httpHeaders: + - name: "211" + value: "212" + path: "208" + port: "209" + scheme: 8鸖ɱJȉ罴ņ螡źȰ?$矡ȶ网棊ʢ + initialDelaySeconds: -2717401 + periodSeconds: -1099429189 + successThreshold: 994072122 + tcpSocket: + host: "214" + port: "213" + timeoutSeconds: -1492565335 + resources: + limits: + ǚ灄鸫rʤî萨zvt: "829" + requests: + 悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\p: "604" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 藢xɮĵȑ6L*Z鐫û咡W< + drop: + - lu|榝$î. + privileged: false + procMount: 朦 wƯ貾坢'跩 + readOnlyRootFilesystem: true + runAsGroup: 8949541422887578058 + runAsNonRoot: true + runAsUser: -7565148469525206101 + seLinuxOptions: + level: "240" + role: "238" + type: "239" + user: "237" + seccompProfile: + localhostProfile: "244" + type: ŕ翑0展} + windowsOptions: + gmsaCredentialSpec: "242" + gmsaCredentialSpecName: "241" + runAsUserName: "243" + startupProbe: + exec: + command: + - "215" + failureThreshold: 785984384 + httpGet: + host: "218" + httpHeaders: + - name: "219" + value: "220" + path: "216" + port: "217" + scheme: Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ + initialDelaySeconds: -1738069460 + periodSeconds: -805795167 + successThreshold: 1791615594 + tcpSocket: + host: "221" + port: -36782737 + timeoutSeconds: -1643733106 + stdinOnce: true + terminationMessagePath: "236" + volumeDevices: + - devicePath: "200" + name: "199" + volumeMounts: + - mountPath: "196" + mountPropagation: ƖHV + name: "195" + readOnly: true + subPath: "197" + subPathExpr: "198" + workingDir: "179" + nodeName: "387" + nodeSelector: + "383": "384" + overhead: + ȩ纾S: "368" + preemptionPolicy: 'n夬LJ:BŐ埑Ô*ɾWȖ韝ƉşʁO^:' + priority: -1221153504 + priorityClassName: "446" + readinessGates: + - conditionType: 媈 + restartPolicy: ȿ醏g遧 + runtimeClassName: "451" + schedulerName: "441" + securityContext: + fsGroup: 4489057930380969432 + fsGroupChangePolicy: ='ʨ|ǓÓ敆OɈÏ 瞍髃 + runAsGroup: -759684899479757878 + runAsNonRoot: false + runAsUser: -1290365495982891537 + seLinuxOptions: + level: "391" + role: "389" + type: "390" + user: "388" + seccompProfile: + localhostProfile: "397" + type: ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn + supplementalGroups: + - 3273247375993523103 + sysctls: + - name: "395" + value: "396" + windowsOptions: + gmsaCredentialSpec: "393" + gmsaCredentialSpecName: "392" + runAsUserName: "394" + serviceAccount: "386" + serviceAccountName: "385" + setHostnameAsFQDN: false + shareProcessNamespace: false + subdomain: "400" + terminationGracePeriodSeconds: -616777763639482630 + tolerations: + - effect: 淵 + key: "442" + operator: Ɖ肆Ző + tolerationSeconds: -1072615283184390308 + value: "443" + topologySpreadConstraints: + - labelSelector: + matchExpressions: + - key: 51-i-d-----9---063-qm-j-3wc89k-0-57z4063--4/rBQ.u + operator: Exists + matchLabels: + jp-z---k-5r6h--y7n.61-cm---ch-g0t-q--qr95ws-v-5--7-ufi-7/35a-1-CdM._bk81S3.s_s_6.-_v__.rP._2_O--d.7.--.2g: Mqp..__._-J_-fk3-_j.133eT_2_Y + maxSkew: -1568300104 + topologyKey: "452" + whenUnsatisfiable: 潑嫉悔柅ȵ.Ȁ鎧Y冒Ɩ + volumes: + - awsElasticBlockStore: + fsType: "47" + partition: 912004803 + readOnly: true + volumeID: "46" + azureDisk: + cachingMode: '|@?鷅bȻN' + diskName: "110" + diskURI: "111" + fsType: "112" + kind: 榱*Gưoɘ檲 + readOnly: true + azureFile: + readOnly: true + secretName: "96" + shareName: "97" + cephfs: + monitors: + - "81" + path: "82" + secretFile: "84" + secretRef: + name: "85" + user: "83" + cinder: + fsType: "79" + secretRef: + name: "80" + volumeID: "78" + configMap: + defaultMode: 1593906314 + items: + - key: "99" + mode: 195263908 + path: "100" + name: "98" + optional: false + csi: + driver: "142" + fsType: "143" + nodePublishSecretRef: + name: "146" + readOnly: false + volumeAttributes: + "144": "145" + downwardAPI: + defaultMode: 824682619 + items: + - fieldRef: + apiVersion: "89" + fieldPath: "90" + mode: 1569992019 + path: "88" + resourceFieldRef: + containerName: "91" + divisor: "660" + resource: "92" + emptyDir: + medium: Xŋ朘瑥A徙ɶɊł/擇ɦĽ胚O醔ɍ厶耈 + sizeLimit: "473" + ephemeral: + volumeClaimTemplate: + metadata: + annotations: + "154": "155" + clusterName: "160" + creationTimestamp: null + deletionGracePeriodSeconds: 6296624700137074905 + finalizers: + - "159" + generateName: "148" + generation: 6028937828108618026 + labels: + "152": "153" + managedFields: + - apiVersion: "162" + fieldsType: "163" + manager: "161" + operation: ɑ龫`劳&¼傭Ȟ1酃=6}ɡŇƉ立h + name: "147" + namespace: "149" + ownerReferences: + - apiVersion: "156" + blockOwnerDeletion: false + controller: false + kind: "157" + name: "158" + uid: 閝ȝ + resourceVersion: "11451542506523135343" + selfLink: "150" + uid: H巧壚tC十Oɢ + spec: + accessModes: + - '鲡:' + dataSource: + apiGroup: "172" + kind: "173" + name: "174" + resources: + limits: + Ŗȫ焗捏ĨFħ籘: "853" + requests: + zɟ踡肒Ao/樝fw[Řż丩ŽoǠ: "918" + selector: + matchExpressions: + - key: m_0_F03_J + operator: NotIn + values: + - 4FpF_W-6 + matchLabels: + 0-.-yz-0-_p4mz--.I_f6kjsz-7lwY-Y93-6: igm_-._.q6 + storageClassName: "171" + volumeMode: Z1Ůđ眊ľǎɳ,ǿ飏騀呣 + volumeName: "170" + fc: + fsType: "94" + lun: -1740986684 + readOnly: true + targetWWNs: + - "93" + wwids: + - "95" + flexVolume: + driver: "73" + fsType: "74" + options: + "76": "77" + readOnly: true + secretRef: + name: "75" + flocker: + datasetName: "86" + datasetUUID: "87" + gcePersistentDisk: + fsType: "45" + partition: -1188153605 + pdName: "44" + gitRepo: + directory: "50" + repository: "48" + revision: "49" + glusterfs: + endpoints: "63" + path: "64" + readOnly: true + hostPath: + path: "43" + type: ƛƟ)ÙæNǚ錯ƶRquA?瞲Ť倱< + iscsi: + chapAuthDiscovery: true + fsType: "59" + initiatorName: "62" + iqn: "57" + iscsiInterface: "58" + lun: 994527057 + portals: + - "60" + secretRef: + name: "61" + targetPortal: "56" + name: "42" + nfs: + path: "55" + readOnly: true + server: "54" + persistentVolumeClaim: + claimName: "65" + readOnly: true + photonPersistentDisk: + fsType: "114" + pdID: "113" + portworxVolume: + fsType: "129" + readOnly: true + volumeID: "128" + projected: + defaultMode: -1334904807 + sources: + - configMap: + items: + - key: "124" + mode: 2063799569 + path: "125" + name: "123" + optional: false + downwardAPI: + items: + - fieldRef: + apiVersion: "119" + fieldPath: "120" + mode: 173030157 + path: "118" + resourceFieldRef: + containerName: "121" + divisor: "106" + resource: "122" + secret: + items: + - key: "116" + mode: -323584340 + path: "117" + name: "115" + optional: true + serviceAccountToken: + audience: "126" + expirationSeconds: 8357931971650847566 + path: "127" + quobyte: + group: "108" + registry: "105" + tenant: "109" + user: "107" + volume: "106" + rbd: + fsType: "68" + image: "67" + keyring: "71" + monitors: + - "66" + pool: "69" + secretRef: + name: "72" + user: "70" + scaleIO: + fsType: "137" + gateway: "130" + protectionDomain: "133" + secretRef: + name: "132" + storageMode: "135" + storagePool: "134" + system: "131" + volumeName: "136" + secret: + defaultMode: 332383000 + items: + - key: "52" + mode: -547518679 + path: "53" + optional: true + secretName: "51" + storageos: + fsType: "140" + secretRef: + name: "141" + volumeName: "138" + volumeNamespace: "139" + vsphereVolume: + fsType: "102" + storagePolicyID: "104" + storagePolicyName: "103" + volumePath: "101" +status: + availableReplicas: -303330375 + collisionCount: 2099542463 + conditions: + - lastTransitionTime: "2035-01-21T08:11:33Z" + lastUpdateTime: "2096-03-01T11:48:47Z" + message: "460" + reason: "459" + status: o鷺ɷ裝TG奟cõ乨厰ʚ±r珹ȟ6 + type: ʀł! + observedGeneration: 3359608726763190142 + readyReplicas: -2095625968 + replicas: 1401559245 + unavailableReplicas: 584721644 + updatedReplicas: -406189540 diff --git a/staging/src/k8s.io/api/testdata/v1.20.0/extensions.v1beta1.ReplicaSet.after_roundtrip.json b/staging/src/k8s.io/api/testdata/v1.20.0/extensions.v1beta1.ReplicaSet.after_roundtrip.json new file mode 100644 index 00000000000..3c9d80eff21 --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.20.0/extensions.v1beta1.ReplicaSet.after_roundtrip.json @@ -0,0 +1,1489 @@ +{ + "kind": "ReplicaSet", + "apiVersion": "extensions/v1beta1", + "metadata": { + "name": "2", + "generateName": "3", + "namespace": "4", + "selfLink": "5", + "uid": "7", + "resourceVersion": "11042405498087606203", + "generation": 8071137005907523419, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -4955867275792137171, + "labels": { + "7": "8" + }, + "annotations": { + "9": "10" + }, + "ownerReferences": [ + { + "apiVersion": "11", + "kind": "12", + "name": "13", + "uid": "Dz廔ȇ{sŊƏp", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "14" + ], + "clusterName": "15", + "managedFields": [ + { + "manager": "16", + "operation": "鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć]", + "apiVersion": "17", + "fieldsType": "18" + } + ] + }, + "spec": { + "replicas": 896585016, + "minReadySeconds": -1971381490, + "selector": { + "matchLabels": { + "g8c2-k-912e5-c-e63-n-3snh-z--3uy5-----578/s.X8u4_.l.wV--__-Nx.N_6-___._-.-W._AAn---v_-5-_8LXP-o-9..1l-5": "" + }, + "matchExpressions": [ + { + "key": "U-_Bq.m_-.q8_v2LiTF_a981d3-7-fP81.-.9Vdx.TB_M-H_5_t", + "operator": "In", + "values": [ + "M--n1-p5.3___47._49pIB_o61ISU4--A_.XK_._M9T9sH.W5" + ] + } + ] + }, + "template": { + "metadata": { + "name": "25", + "generateName": "26", + "namespace": "27", + "selfLink": "28", + "uid": "ʬ", + "resourceVersion": "7336814125345800857", + "generation": -6617020301190572172, + "creationTimestamp": null, + "deletionGracePeriodSeconds": -152893758082474859, + "labels": { + "30": "31" + }, + "annotations": { + "32": "33" + }, + "ownerReferences": [ + { + "apiVersion": "34", + "kind": "35", + "name": "36", + "uid": "ɖgȏ哙ȍȂ揲ȼDDŽLŬp:", + "controller": true, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "37" + ], + "clusterName": "38", + "managedFields": [ + { + "manager": "39", + "operation": "ƅS·Õüe0ɔȖ脵鴈Ō", + "apiVersion": "40", + "fieldsType": "41" + } + ] + }, + "spec": { + "volumes": [ + { + "name": "42", + "hostPath": { + "path": "43", + "type": "6NJPM饣`诫z徃鷢6ȥ啕禗Ǐ2啗塧ȱ" + }, + "emptyDir": { + "medium": "彭聡A3fƻfʣ", + "sizeLimit": "115" + }, + "gcePersistentDisk": { + "pdName": "44", + "fsType": "45", + "partition": -1499132872 + }, + "awsElasticBlockStore": { + "volumeID": "46", + "fsType": "47", + "partition": -762366823, + "readOnly": true + }, + "gitRepo": { + "repository": "48", + "revision": "49", + "directory": "50" + }, + "secret": { + "secretName": "51", + "items": [ + { + "key": "52", + "path": "53", + "mode": -104666658 + } + ], + "defaultMode": 372704313, + "optional": true + }, + "nfs": { + "server": "54", + "path": "55", + "readOnly": true + }, + "iscsi": { + "targetPortal": "56", + "iqn": "57", + "lun": 1655406148, + "iscsiInterface": "58", + "fsType": "59", + "readOnly": true, + "portals": [ + "60" + ], + "secretRef": { + "name": "61" + }, + "initiatorName": "62" + }, + "glusterfs": { + "endpoints": "63", + "path": "64" + }, + "persistentVolumeClaim": { + "claimName": "65", + "readOnly": true + }, + "rbd": { + "monitors": [ + "66" + ], + "image": "67", + "fsType": "68", + "pool": "69", + "user": "70", + "keyring": "71", + "secretRef": { + "name": "72" + }, + "readOnly": true + }, + "flexVolume": { + "driver": "73", + "fsType": "74", + "secretRef": { + "name": "75" + }, + "options": { + "76": "77" + } + }, + "cinder": { + "volumeID": "78", + "fsType": "79", + "secretRef": { + "name": "80" + } + }, + "cephfs": { + "monitors": [ + "81" + ], + "path": "82", + "user": "83", + "secretFile": "84", + "secretRef": { + "name": "85" + } + }, + "flocker": { + "datasetName": "86", + "datasetUUID": "87" + }, + "downwardAPI": { + "items": [ + { + "path": "88", + "fieldRef": { + "apiVersion": "89", + "fieldPath": "90" + }, + "resourceFieldRef": { + "containerName": "91", + "resource": "92", + "divisor": "457" + }, + "mode": 1235524154 + } + ], + "defaultMode": -106644772 + }, + "fc": { + "targetWWNs": [ + "93" + ], + "lun": 441887498, + "fsType": "94", + "readOnly": true, + "wwids": [ + "95" + ] + }, + "azureFile": { + "secretName": "96", + "shareName": "97" + }, + "configMap": { + "name": "98", + "items": [ + { + "key": "99", + "path": "100", + "mode": -2039036935 + } + ], + "defaultMode": -460478410, + "optional": false + }, + "vsphereVolume": { + "volumePath": "101", + "fsType": "102", + "storagePolicyName": "103", + "storagePolicyID": "104" + }, + "quobyte": { + "registry": "105", + "volume": "106", + "readOnly": true, + "user": "107", + "group": "108", + "tenant": "109" + }, + "azureDisk": { + "diskName": "110", + "diskURI": "111", + "cachingMode": "HǺƶȤ^}穠", + "fsType": "112", + "readOnly": true, + "kind": "躢" + }, + "photonPersistentDisk": { + "pdID": "113", + "fsType": "114" + }, + "projected": { + "sources": [ + { + "secret": { + "name": "115", + "items": [ + { + "key": "116", + "path": "117", + "mode": -1399063270 + } + ], + "optional": true + }, + "downwardAPI": { + "items": [ + { + "path": "118", + "fieldRef": { + "apiVersion": "119", + "fieldPath": "120" + }, + "resourceFieldRef": { + "containerName": "121", + "resource": "122", + "divisor": "746" + }, + "mode": 926891073 + } + ] + }, + "configMap": { + "name": "123", + "items": [ + { + "key": "124", + "path": "125", + "mode": -1694464659 + } + ], + "optional": true + }, + "serviceAccountToken": { + "audience": "126", + "expirationSeconds": -7593824971107985079, + "path": "127" + } + } + ], + "defaultMode": -522879476 + }, + "portworxVolume": { + "volumeID": "128", + "fsType": "129" + }, + "scaleIO": { + "gateway": "130", + "system": "131", + "secretRef": { + "name": "132" + }, + "protectionDomain": "133", + "storagePool": "134", + "storageMode": "135", + "volumeName": "136", + "fsType": "137" + }, + "storageos": { + "volumeName": "138", + "volumeNamespace": "139", + "fsType": "140", + "readOnly": true, + "secretRef": { + "name": "141" + } + }, + "csi": { + "driver": "142", + "readOnly": false, + "fsType": "143", + "volumeAttributes": { + "144": "145" + }, + "nodePublishSecretRef": { + "name": "146" + } + }, + "ephemeral": { + "volumeClaimTemplate": { + "metadata": { + "name": "147", + "generateName": "148", + "namespace": "149", + "selfLink": "150", + "resourceVersion": "5302358391842833914", + "generation": 6327094951466338107, + "creationTimestamp": null, + "deletionGracePeriodSeconds": 4217400953499279873, + "labels": { + "152": "153" + }, + "annotations": { + "154": "155" + }, + "ownerReferences": [ + { + "apiVersion": "156", + "kind": "157", + "name": "158", + "uid": "", + "controller": false, + "blockOwnerDeletion": true + } + ], + "finalizers": [ + "159" + ], + "clusterName": "160", + "managedFields": [ + { + "manager": "161", + "operation": "O醔ɍ厶耈 T衧ȇe媹Hǝ呮}臷Ľð", + "apiVersion": "162", + "fieldsType": "163" + } + ] + }, + "spec": { + "accessModes": [ + "eÞȦY籎顒" + ], + "selector": { + "matchLabels": { + "5_Or.i1_7z.WH-.L": "d2-N_Y.t--0" + }, + "matchExpressions": [ + { + "key": "a40--87-1wpl6-2-310e5hyzn0w-p4mz4.w-6d/6yV07-_.___gO-d.iUaC_wYSJfB._.zS-._..3le-4", + "operator": "DoesNotExist" + } + ] + }, + "resources": { + "limits": { + "ŴĿ": "377" + }, + "requests": { + ".Q貇£ȹ嫰ƹǔw÷nI": "718" + } + }, + "volumeName": "170", + "storageClassName": "171", + "volumeMode": "ŀ樺ȃv渟7¤7djƯĖ漘Z剚敍0", + "dataSource": { + "apiGroup": "172", + "kind": "173", + "name": "174" + } + } + } + } + } + ], + "initContainers": [ + { + "name": "175", + "image": "176", + "command": [ + "177" + ], + "args": [ + "178" + ], + "workingDir": "179", + "ports": [ + { + "name": "180", + "hostPort": 747521320, + "containerPort": 859639931, + "protocol": "p儼Ƿ裚瓶釆Ɗ+j忊Ŗȫ焗捏ĨF", + "hostIP": "181" + } + ], + "envFrom": [ + { + "prefix": "182", + "configMapRef": { + "name": "183", + "optional": true + }, + "secretRef": { + "name": "184", + "optional": true + } + } + ], + "env": [ + { + "name": "185", + "value": "186", + "valueFrom": { + "fieldRef": { + "apiVersion": "187", + "fieldPath": "188" + }, + "resourceFieldRef": { + "containerName": "189", + "resource": "190", + "divisor": "663" + }, + "configMapKeyRef": { + "name": "191", + "key": "192", + "optional": true + }, + "secretKeyRef": { + "name": "193", + "key": "194", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "ſ盷": "532" + }, + "requests": { + "[Řż丩": "47" + } + }, + "volumeMounts": [ + { + "name": "195", + "mountPath": "196", + "subPath": "197", + "mountPropagation": "VƋZ1Ůđ眊ľǎɳ,ǿ飏", + "subPathExpr": "198" + } + ], + "volumeDevices": [ + { + "name": "199", + "devicePath": "200" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "201" + ] + }, + "httpGet": { + "path": "202", + "port": 1214895765, + "host": "203", + "scheme": "悖ȩ0Ƹ[Ęİ榌U", + "httpHeaders": [ + { + "name": "204", + "value": "205" + } + ] + }, + "tcpSocket": { + "port": -187060941, + "host": "206" + }, + "initialDelaySeconds": -442393168, + "timeoutSeconds": -307373517, + "periodSeconds": 1109079597, + "successThreshold": -646728130, + "failureThreshold": 1684643131 + }, + "readinessProbe": { + "exec": { + "command": [ + "207" + ] + }, + "httpGet": { + "path": "208", + "port": "209", + "host": "210", + "scheme": "荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3", + "httpHeaders": [ + { + "name": "211", + "value": "212" + } + ] + }, + "tcpSocket": { + "port": "213", + "host": "214" + }, + "initialDelaySeconds": 238949508, + "timeoutSeconds": -1389418722, + "periodSeconds": 851018015, + "successThreshold": 596942561, + "failureThreshold": -1880980172 + }, + "startupProbe": { + "exec": { + "command": [ + "215" + ] + }, + "httpGet": { + "path": "216", + "port": 10098903, + "host": "217", + "scheme": "«丯Ƙ枛牐ɺ皚", + "httpHeaders": [ + { + "name": "218", + "value": "219" + } + ] + }, + "tcpSocket": { + "port": -1934111455, + "host": "220" + }, + "initialDelaySeconds": 766864314, + "timeoutSeconds": 1146016612, + "periodSeconds": 1495880465, + "successThreshold": -1032967081, + "failureThreshold": 59664438 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "221" + ] + }, + "httpGet": { + "path": "222", + "port": "223", + "host": "224", + "scheme": "'", + "httpHeaders": [ + { + "name": "225", + "value": "226" + } + ] + }, + "tcpSocket": { + "port": -801430937, + "host": "227" + } + }, + "preStop": { + "exec": { + "command": [ + "228" + ] + }, + "httpGet": { + "path": "229", + "port": 1810980158, + "host": "230", + "scheme": "_ƮA攤/ɸɎ R§耶FfBl", + "httpHeaders": [ + { + "name": "231", + "value": "232" + } + ] + }, + "tcpSocket": { + "port": 1074486306, + "host": "233" + } + } + }, + "terminationMessagePath": "234", + "terminationMessagePolicy": "Zɾģ毋Ó6dz娝嘚庎D}埽uʎ", + "imagePullPolicy": "Ǖɳɷ9Ì崟¿瘦ɖ緕", + "securityContext": { + "capabilities": { + "add": [ + "勅跦Opwǩ曬逴褜1Ø" + ], + "drop": [ + "ȠƬQg鄠[颐o啛更偢ɇ卷荙JLĹ]" + ] + }, + "privileged": true, + "seLinuxOptions": { + "user": "235", + "role": "236", + "type": "237", + "level": "238" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "239", + "gmsaCredentialSpec": "240", + "runAsUserName": "241" + }, + "runAsUser": -6470941481344047265, + "runAsGroup": 1373384864388370080, + "runAsNonRoot": false, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "W:ĸ輦唊#v", + "seccompProfile": { + "type": "ʩȂ4ē鐭#", + "localhostProfile": "242" + } + }, + "stdinOnce": true + } + ], + "containers": [ + { + "name": "243", + "image": "244", + "command": [ + "245" + ], + "args": [ + "246" + ], + "workingDir": "247", + "ports": [ + { + "name": "248", + "hostPort": -179937987, + "containerPort": -1911544792, + "protocol": "苧yñKJɐ扵Gƚ绤fʀļ腩", + "hostIP": "249" + } + ], + "envFrom": [ + { + "prefix": "250", + "configMapRef": { + "name": "251", + "optional": false + }, + "secretRef": { + "name": "252", + "optional": false + } + } + ], + "env": [ + { + "name": "253", + "value": "254", + "valueFrom": { + "fieldRef": { + "apiVersion": "255", + "fieldPath": "256" + }, + "resourceFieldRef": { + "containerName": "257", + "resource": "258", + "divisor": "189" + }, + "configMapKeyRef": { + "name": "259", + "key": "260", + "optional": false + }, + "secretKeyRef": { + "name": "261", + "key": "262", + "optional": true + } + } + } + ], + "resources": { + "limits": { + "蔞|表徶đ寳议Ƭƶ氩Ȩ\u003c6": "446" + }, + "requests": { + "ŕ翑0展}": "910" + } + }, + "volumeMounts": [ + { + "name": "263", + "mountPath": "264", + "subPath": "265", + "mountPropagation": "碔", + "subPathExpr": "266" + } + ], + "volumeDevices": [ + { + "name": "267", + "devicePath": "268" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "269" + ] + }, + "httpGet": { + "path": "270", + "port": -260262954, + "host": "271", + "scheme": "ŵ橨鬶l獕;跣H", + "httpHeaders": [ + { + "name": "272", + "value": "273" + } + ] + }, + "tcpSocket": { + "port": -1164530482, + "host": "274" + }, + "initialDelaySeconds": 1877574041, + "timeoutSeconds": 1430286749, + "periodSeconds": -374766088, + "successThreshold": -736151561, + "failureThreshold": -1515369804 + }, + "readinessProbe": { + "exec": { + "command": [ + "275" + ] + }, + "httpGet": { + "path": "276", + "port": 1909548849, + "host": "277", + "scheme": "4Ǒ輂,ŕĪ", + "httpHeaders": [ + { + "name": "278", + "value": "279" + } + ] + }, + "tcpSocket": { + "port": 567263590, + "host": "280" + }, + "initialDelaySeconds": 887319241, + "timeoutSeconds": 1559618829, + "periodSeconds": 1156888068, + "successThreshold": -1296077882, + "failureThreshold": 937646333 + }, + "startupProbe": { + "exec": { + "command": [ + "281" + ] + }, + "httpGet": { + "path": "282", + "port": 1328165061, + "host": "283", + "scheme": "¸gĩ", + "httpHeaders": [ + { + "name": "284", + "value": "285" + } + ] + }, + "tcpSocket": { + "port": 1186392166, + "host": "286" + }, + "initialDelaySeconds": 725793326, + "timeoutSeconds": 217380320, + "periodSeconds": -239231628, + "successThreshold": 1143791964, + "failureThreshold": -1129035468 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "287" + ] + }, + "httpGet": { + "path": "288", + "port": 972193458, + "host": "289", + "scheme": "ƺ蛜6Ɖ飴ɎiǨź", + "httpHeaders": [ + { + "name": "290", + "value": "291" + } + ] + }, + "tcpSocket": { + "port": -1453143878, + "host": "292" + } + }, + "preStop": { + "exec": { + "command": [ + "293" + ] + }, + "httpGet": { + "path": "294", + "port": "295", + "host": "296", + "scheme": "ɥ嵐sC8?Ǻ鱎ƙ;Nŕ璻", + "httpHeaders": [ + { + "name": "297", + "value": "298" + } + ] + }, + "tcpSocket": { + "port": "299", + "host": "300" + } + } + }, + "terminationMessagePath": "301", + "terminationMessagePolicy": "h亏yƕ丆録²Ŏ)/灩聋3趐囨鏻砅邻", + "imagePullPolicy": "騎C\"6x$1sȣ±p鋄", + "securityContext": { + "capabilities": { + "add": [ + "ȹ均i绝5哇芆斩ìh4Ɋ" + ], + "drop": [ + "Ȗ|ʐşƧ諔迮ƙIJ嘢4" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "302", + "role": "303", + "type": "304", + "level": "305" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "306", + "gmsaCredentialSpec": "307", + "runAsUserName": "308" + }, + "runAsUser": 4288903380102217677, + "runAsGroup": 6618112330449141397, + "runAsNonRoot": false, + "readOnlyRootFilesystem": false, + "allowPrivilegeEscalation": false, + "procMount": "ďW賁Ěɭɪǹ0衷,ƷƣMț譎懚XW", + "seccompProfile": { + "type": "鑳w妕眵笭/9崍h趭", + "localhostProfile": "309" + } + }, + "stdin": true + } + ], + "ephemeralContainers": [ + { + "name": "310", + "image": "311", + "command": [ + "312" + ], + "args": [ + "313" + ], + "workingDir": "314", + "ports": [ + { + "name": "315", + "hostPort": -748525373, + "containerPort": 805162379, + "protocol": "ǵ xǨŴ壶ƵfȽÃ", + "hostIP": "316" + } + ], + "envFrom": [ + { + "prefix": "317", + "configMapRef": { + "name": "318", + "optional": false + }, + "secretRef": { + "name": "319", + "optional": true + } + } + ], + "env": [ + { + "name": "320", + "value": "321", + "valueFrom": { + "fieldRef": { + "apiVersion": "322", + "fieldPath": "323" + }, + "resourceFieldRef": { + "containerName": "324", + "resource": "325", + "divisor": "854" + }, + "configMapKeyRef": { + "name": "326", + "key": "327", + "optional": true + }, + "secretKeyRef": { + "name": "328", + "key": "329", + "optional": true + } + } + } + ], + "resources": { + "limits": { + "ğ Ņ#耗Ǚ(": "24" + }, + "requests": { + "瘍Nʊ輔3璾ėȜv1b繐汚": "243" + } + }, + "volumeMounts": [ + { + "name": "330", + "readOnly": true, + "mountPath": "331", + "subPath": "332", + "mountPropagation": "Ü[ƛ^輅9ɛ棕ƈ眽炊礫Ƽ", + "subPathExpr": "333" + } + ], + "volumeDevices": [ + { + "name": "334", + "devicePath": "335" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "336" + ] + }, + "httpGet": { + "path": "337", + "port": "338", + "host": "339", + "scheme": "dŊiɢ", + "httpHeaders": [ + { + "name": "340", + "value": "341" + } + ] + }, + "tcpSocket": { + "port": -370404018, + "host": "342" + }, + "initialDelaySeconds": -1844150067, + "timeoutSeconds": 414056303, + "periodSeconds": -1143639551, + "successThreshold": 571693619, + "failureThreshold": 1643238856 + }, + "readinessProbe": { + "exec": { + "command": [ + "343" + ] + }, + "httpGet": { + "path": "344", + "port": 677650619, + "host": "345", + "scheme": "怖ý萜Ǖc8ǣƘƵŧ1ƟƓ宆!鍲ɋȑ", + "httpHeaders": [ + { + "name": "346", + "value": "347" + } + ] + }, + "tcpSocket": { + "port": -843639240, + "host": "348" + }, + "initialDelaySeconds": 1573261475, + "timeoutSeconds": -1211577347, + "periodSeconds": 1529027685, + "successThreshold": -1612005385, + "failureThreshold": -1706593993 + }, + "startupProbe": { + "exec": { + "command": [ + "349" + ] + }, + "httpGet": { + "path": "350", + "port": "351", + "host": "352", + "scheme": "U", + "httpHeaders": [ + { + "name": "353", + "value": "354" + } + ] + }, + "tcpSocket": { + "port": 758604605, + "host": "355" + }, + "initialDelaySeconds": -291429895, + "timeoutSeconds": -478839383, + "periodSeconds": 989933975, + "successThreshold": 140830733, + "failureThreshold": -708495486 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "356" + ] + }, + "httpGet": { + "path": "357", + "port": "358", + "host": "359", + "scheme": "臜裡×銵-紑浘", + "httpHeaders": [ + { + "name": "360", + "value": "361" + } + ] + }, + "tcpSocket": { + "port": -1095116290, + "host": "362" + } + }, + "preStop": { + "exec": { + "command": [ + "363" + ] + }, + "httpGet": { + "path": "364", + "port": -1431381588, + "host": "365", + "scheme": "JŵǤ", + "httpHeaders": [ + { + "name": "366", + "value": "367" + } + ] + }, + "tcpSocket": { + "port": "368", + "host": "369" + } + } + }, + "terminationMessagePath": "370", + "terminationMessagePolicy": "鉂WJ1抉泅ą\u0026疀ȼN翾ȾD虓氙磂t", + "imagePullPolicy": ":/", + "securityContext": { + "capabilities": { + "add": [ + "诵H玲鑠ĭ$#卛8ð" + ], + "drop": [ + "Q橱9ij\\Ď愝Ű藛b" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "371", + "role": "372", + "type": "373", + "level": "374" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "375", + "gmsaCredentialSpec": "376", + "runAsUserName": "377" + }, + "runAsUser": 5574781452707956333, + "runAsGroup": 8850141386971124227, + "runAsNonRoot": false, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": false, + "procMount": "忀oɎƺL肄$鬬", + "seccompProfile": { + "type": "矐_", + "localhostProfile": "378" + } + }, + "tty": true, + "targetContainerName": "379" + } + ], + "restartPolicy": "嵞嬯t{Eɾ敹Ȯ-湷D谹", + "terminationGracePeriodSeconds": -2985049970189992560, + "activeDeadlineSeconds": 4369716065827112267, + "nodeSelector": { + "380": "381" + }, + "serviceAccountName": "382", + "serviceAccount": "383", + "automountServiceAccountToken": true, + "nodeName": "384", + "shareProcessNamespace": false, + "securityContext": { + "seLinuxOptions": { + "user": "385", + "role": "386", + "type": "387", + "level": "388" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "389", + "gmsaCredentialSpec": "390", + "runAsUserName": "391" + }, + "runAsUser": 1322232608671575212, + "runAsGroup": -3565639689247870986, + "runAsNonRoot": false, + "supplementalGroups": [ + -7888525810745339742 + ], + "fsGroup": -3029419263270634763, + "sysctls": [ + { + "name": "392", + "value": "393" + } + ], + "fsGroupChangePolicy": "?jĎĭ¥#ƱÁR»淹揀.", + "seccompProfile": { + "type": "鍃G昧牱", + "localhostProfile": "394" + } + }, + "imagePullSecrets": [ + { + "name": "395" + } + ], + "hostname": "396", + "subdomain": "397", + "affinity": { + "nodeAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": { + "nodeSelectorTerms": [ + { + "matchExpressions": [ + { + "key": "398", + "operator": "", + "values": [ + "399" + ] + } + ], + "matchFields": [ + { + "key": "400", + "operator": "kƒK07曳wœj堑ūM鈱ɖ'蠨磼", + "values": [ + "401" + ] + } + ] + } + ] + }, + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 1724658051, + "preference": { + "matchExpressions": [ + { + "key": "402", + "operator": "盌3+Œ", + "values": [ + "403" + ] + } + ], + "matchFields": [ + { + "key": "404", + "operator": ")Zq=歍þ", + "values": [ + "405" + ] + } + ] + } + } + ] + }, + "podAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "a-z_-..6W.VKs": "1" + }, + "matchExpressions": [ + { + "key": "KA-._d._.Um.-__0", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "412" + ], + "topologyKey": "413" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": 1387858949, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "y_-3_L_2--_v2.5p_6": "u.wg_-b8a_6_.0Q4_.84.K_-_0_..u.F.pq..--3QC1--L--v_Z--Zg-_Q" + }, + "matchExpressions": [ + { + "key": "3--51", + "operator": "NotIn", + "values": [ + "C.-e16-O5" + ] + } + ] + }, + "namespaces": [ + "420" + ], + "topologyKey": "421" + } + } + ] + }, + "podAntiAffinity": { + "requiredDuringSchedulingIgnoredDuringExecution": [ + { + "labelSelector": { + "matchLabels": { + "93z-w5----7-z-63-z---5r-v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-354/9--v17r__.2bIZ___._6..tf-_u-3-_n0..KpiS.oK-.O--5-yp8q_s-1__gwj": "5HG2_5XOAX.gUqV22-4-ye52yQh7.6.-y-s4483Po_L3f1-7_O4.nM" + }, + "matchExpressions": [ + { + "key": "8mtxb__-ex-_1_-ODgC_1-_8__3", + "operator": "DoesNotExist" + } + ] + }, + "namespaces": [ + "428" + ], + "topologyKey": "429" + } + ], + "preferredDuringSchedulingIgnoredDuringExecution": [ + { + "weight": -824709210, + "podAffinityTerm": { + "labelSelector": { + "matchLabels": { + "O2G_-_K-.03.mp.-10KkQ-R_R.-.--4_IT_O__3.5h_XC0_-7.-j": "O_8-b6E_--Y_Dp8O_._e_3_.4_W_-_-7Tp_.----p" + }, + "matchExpressions": [ + { + "key": "H72-_--pT7p", + "operator": "NotIn", + "values": [ + "0_._f" + ] + } + ] + }, + "namespaces": [ + "436" + ], + "topologyKey": "437" + } + } + ] + } + }, + "schedulerName": "438", + "tolerations": [ + { + "key": "439", + "operator": "ƞ=掔廛ĤJŇv膈ǣʛsĊ剞", + "value": "440", + "effect": "Ɵ鳝稃Ȍ液文?謮ɶÎ磣:mʂ渢pɉ驻(", + "tolerationSeconds": 5238971742940252651 + } + ], + "hostAliases": [ + { + "ip": "441", + "hostnames": [ + "442" + ] + } + ], + "priorityClassName": "443", + "priority": -125022959, + "dnsConfig": { + "nameservers": [ + "444" + ], + "searches": [ + "445" + ], + "options": [ + { + "name": "446", + "value": "447" + } + ] + }, + "readinessGates": [ + { + "conditionType": "Ɍ邪鳖üzÁ" + } + ], + "runtimeClassName": "448", + "enableServiceLinks": false, + "preemptionPolicy": ".Ą", + "overhead": { + "ɨ悪@黝Ɓ": "177" + }, + "topologySpreadConstraints": [ + { + "maxSkew": -1569123121, + "topologyKey": "449", + "whenUnsatisfiable": "魨练脨,Ƃ3貊ɔ帘錇š裢C仗ɂ覥", + "labelSelector": { + "matchLabels": { + "4e-_07-ht-E6___-X__H.-39-A_-_l67Q.-_t--O.3L.z2-y.-...C4_-_G": "8-c_C.G.h--m.f" + }, + "matchExpressions": [ + { + "key": "OA_090ERG2nV.__p_Y-.2__a_dWU_V-_QA", + "operator": "NotIn", + "values": [ + "7CY-_dc__G6N-_-0o.0C_gV.9_G-.-z1Y_HEb.9x8" + ] + } + ] + } + } + ], + "setHostnameAsFQDN": false + } + } + }, + "status": { + "replicas": 337922430, + "fullyLabeledReplicas": 31486357, + "readyReplicas": -1983654895, + "availableReplicas": 1308809900, + "observedGeneration": -5594148640067537624, + "conditions": [ + { + "type": "议ĪS", + "status": "?Ď筌ʨ:ÿ1諘蚿[ĵ皥袨\\k%橳", + "lastTransitionTime": "2125-04-24T12:13:40Z", + "reason": "456", + "message": "457" + } + ] + } +} \ No newline at end of file diff --git a/staging/src/k8s.io/api/testdata/v1.20.0/extensions.v1beta1.ReplicaSet.after_roundtrip.pb b/staging/src/k8s.io/api/testdata/v1.20.0/extensions.v1beta1.ReplicaSet.after_roundtrip.pb new file mode 100644 index 0000000000000000000000000000000000000000..f771a5beb45bf4b6064b4fd25597ed83c6855576 GIT binary patch literal 6820 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 XPu|R}V=N{+l%t`d1vP1#$!_{z5TgrB literal 0 HcmV?d00001 diff --git a/staging/src/k8s.io/api/testdata/v1.20.0/extensions.v1beta1.ReplicaSet.after_roundtrip.yaml b/staging/src/k8s.io/api/testdata/v1.20.0/extensions.v1beta1.ReplicaSet.after_roundtrip.yaml new file mode 100644 index 00000000000..85310ac38fa --- /dev/null +++ b/staging/src/k8s.io/api/testdata/v1.20.0/extensions.v1beta1.ReplicaSet.after_roundtrip.yaml @@ -0,0 +1,1016 @@ +apiVersion: extensions/v1beta1 +kind: ReplicaSet +metadata: + annotations: + "9": "10" + clusterName: "15" + creationTimestamp: null + deletionGracePeriodSeconds: -4955867275792137171 + finalizers: + - "14" + generateName: "3" + generation: 8071137005907523419 + labels: + "7": "8" + managedFields: + - apiVersion: "17" + fieldsType: "18" + manager: "16" + operation: 鐊唊飙Ş-U圴÷a/ɔ}摁(湗Ć] + name: "2" + namespace: "4" + ownerReferences: + - apiVersion: "11" + blockOwnerDeletion: true + controller: false + kind: "12" + name: "13" + uid: Dz廔ȇ{sŊƏp + resourceVersion: "11042405498087606203" + selfLink: "5" + uid: "7" +spec: + minReadySeconds: -1971381490 + replicas: 896585016 + selector: + matchExpressions: + - key: U-_Bq.m_-.q8_v2LiTF_a981d3-7-fP81.-.9Vdx.TB_M-H_5_t + operator: In + values: + - M--n1-p5.3___47._49pIB_o61ISU4--A_.XK_._M9T9sH.W5 + matchLabels: + g8c2-k-912e5-c-e63-n-3snh-z--3uy5-----578/s.X8u4_.l.wV--__-Nx.N_6-___._-.-W._AAn---v_-5-_8LXP-o-9..1l-5: "" + template: + metadata: + annotations: + "32": "33" + clusterName: "38" + creationTimestamp: null + deletionGracePeriodSeconds: -152893758082474859 + finalizers: + - "37" + generateName: "26" + generation: -6617020301190572172 + labels: + "30": "31" + managedFields: + - apiVersion: "40" + fieldsType: "41" + manager: "39" + operation: ƅS·Õüe0ɔȖ脵鴈Ō + name: "25" + namespace: "27" + ownerReferences: + - apiVersion: "34" + blockOwnerDeletion: true + controller: true + kind: "35" + name: "36" + uid: 'ɖgȏ哙ȍȂ揲ȼDDŽLŬp:' + resourceVersion: "7336814125345800857" + selfLink: "28" + uid: ʬ + spec: + activeDeadlineSeconds: 4369716065827112267 + affinity: + nodeAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - preference: + matchExpressions: + - key: "402" + operator: 盌3+Œ + values: + - "403" + matchFields: + - key: "404" + operator: )Zq=歍þ + values: + - "405" + weight: 1724658051 + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: "398" + operator: "" + values: + - "399" + matchFields: + - key: "400" + operator: kƒK07曳wœj堑ūM鈱ɖ'蠨磼 + values: + - "401" + podAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: 3--51 + operator: NotIn + values: + - C.-e16-O5 + matchLabels: + y_-3_L_2--_v2.5p_6: u.wg_-b8a_6_.0Q4_.84.K_-_0_..u.F.pq..--3QC1--L--v_Z--Zg-_Q + namespaces: + - "420" + topologyKey: "421" + weight: 1387858949 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: KA-._d._.Um.-__0 + operator: DoesNotExist + matchLabels: + a-z_-..6W.VKs: "1" + namespaces: + - "412" + topologyKey: "413" + podAntiAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: H72-_--pT7p + operator: NotIn + values: + - 0_._f + matchLabels: + O2G_-_K-.03.mp.-10KkQ-R_R.-.--4_IT_O__3.5h_XC0_-7.-j: O_8-b6E_--Y_Dp8O_._e_3_.4_W_-_-7Tp_.----p + namespaces: + - "436" + topologyKey: "437" + weight: -824709210 + requiredDuringSchedulingIgnoredDuringExecution: + - labelSelector: + matchExpressions: + - key: 8mtxb__-ex-_1_-ODgC_1-_8__3 + operator: DoesNotExist + matchLabels: + 93z-w5----7-z-63-z---5r-v-5-e-m78o-6-6211-7p--3zm-lx300w-tj-354/9--v17r__.2bIZ___._6..tf-_u-3-_n0..KpiS.oK-.O--5-yp8q_s-1__gwj: 5HG2_5XOAX.gUqV22-4-ye52yQh7.6.-y-s4483Po_L3f1-7_O4.nM + namespaces: + - "428" + topologyKey: "429" + automountServiceAccountToken: true + containers: + - args: + - "246" + command: + - "245" + env: + - name: "253" + value: "254" + valueFrom: + configMapKeyRef: + key: "260" + name: "259" + optional: false + fieldRef: + apiVersion: "255" + fieldPath: "256" + resourceFieldRef: + containerName: "257" + divisor: "189" + resource: "258" + secretKeyRef: + key: "262" + name: "261" + optional: true + envFrom: + - configMapRef: + name: "251" + optional: false + prefix: "250" + secretRef: + name: "252" + optional: false + image: "244" + imagePullPolicy: 騎C"6x$1sȣ±p鋄 + lifecycle: + postStart: + exec: + command: + - "287" + httpGet: + host: "289" + httpHeaders: + - name: "290" + value: "291" + path: "288" + port: 972193458 + scheme: ƺ蛜6Ɖ飴ɎiǨź + tcpSocket: + host: "292" + port: -1453143878 + preStop: + exec: + command: + - "293" + httpGet: + host: "296" + httpHeaders: + - name: "297" + value: "298" + path: "294" + port: "295" + scheme: ɥ嵐sC8?Ǻ鱎ƙ;Nŕ璻 + tcpSocket: + host: "300" + port: "299" + livenessProbe: + exec: + command: + - "269" + failureThreshold: -1515369804 + httpGet: + host: "271" + httpHeaders: + - name: "272" + value: "273" + path: "270" + port: -260262954 + scheme: ŵ橨鬶l獕;跣H + initialDelaySeconds: 1877574041 + periodSeconds: -374766088 + successThreshold: -736151561 + tcpSocket: + host: "274" + port: -1164530482 + timeoutSeconds: 1430286749 + name: "243" + ports: + - containerPort: -1911544792 + hostIP: "249" + hostPort: -179937987 + name: "248" + protocol: 苧yñKJɐ扵Gƚ绤fʀļ腩 + readinessProbe: + exec: + command: + - "275" + failureThreshold: 937646333 + httpGet: + host: "277" + httpHeaders: + - name: "278" + value: "279" + path: "276" + port: 1909548849 + scheme: 4Ǒ輂,ŕĪ + initialDelaySeconds: 887319241 + periodSeconds: 1156888068 + successThreshold: -1296077882 + tcpSocket: + host: "280" + port: 567263590 + timeoutSeconds: 1559618829 + resources: + limits: + 蔞|表徶đ寳议Ƭƶ氩Ȩ<6: "446" + requests: + ŕ翑0展}: "910" + securityContext: + allowPrivilegeEscalation: false + capabilities: + add: + - ȹ均i绝5哇芆斩ìh4Ɋ + drop: + - Ȗ|ʐşƧ諔迮ƙIJ嘢4 + privileged: false + procMount: ďW賁Ěɭɪǹ0衷,ƷƣMț譎懚XW + readOnlyRootFilesystem: false + runAsGroup: 6618112330449141397 + runAsNonRoot: false + runAsUser: 4288903380102217677 + seLinuxOptions: + level: "305" + role: "303" + type: "304" + user: "302" + seccompProfile: + localhostProfile: "309" + type: 鑳w妕眵笭/9崍h趭 + windowsOptions: + gmsaCredentialSpec: "307" + gmsaCredentialSpecName: "306" + runAsUserName: "308" + startupProbe: + exec: + command: + - "281" + failureThreshold: -1129035468 + httpGet: + host: "283" + httpHeaders: + - name: "284" + value: "285" + path: "282" + port: 1328165061 + scheme: ¸gĩ + initialDelaySeconds: 725793326 + periodSeconds: -239231628 + successThreshold: 1143791964 + tcpSocket: + host: "286" + port: 1186392166 + timeoutSeconds: 217380320 + stdin: true + terminationMessagePath: "301" + terminationMessagePolicy: h亏yƕ丆録²Ŏ)/灩聋3趐囨鏻砅邻 + volumeDevices: + - devicePath: "268" + name: "267" + volumeMounts: + - mountPath: "264" + mountPropagation: 碔 + name: "263" + subPath: "265" + subPathExpr: "266" + workingDir: "247" + dnsConfig: + nameservers: + - "444" + options: + - name: "446" + value: "447" + searches: + - "445" + enableServiceLinks: false + ephemeralContainers: + - args: + - "313" + command: + - "312" + env: + - name: "320" + value: "321" + valueFrom: + configMapKeyRef: + key: "327" + name: "326" + optional: true + fieldRef: + apiVersion: "322" + fieldPath: "323" + resourceFieldRef: + containerName: "324" + divisor: "854" + resource: "325" + secretKeyRef: + key: "329" + name: "328" + optional: true + envFrom: + - configMapRef: + name: "318" + optional: false + prefix: "317" + secretRef: + name: "319" + optional: true + image: "311" + imagePullPolicy: :/ + lifecycle: + postStart: + exec: + command: + - "356" + httpGet: + host: "359" + httpHeaders: + - name: "360" + value: "361" + path: "357" + port: "358" + scheme: 臜裡×銵-紑浘 + tcpSocket: + host: "362" + port: -1095116290 + preStop: + exec: + command: + - "363" + httpGet: + host: "365" + httpHeaders: + - name: "366" + value: "367" + path: "364" + port: -1431381588 + scheme: JŵǤ + tcpSocket: + host: "369" + port: "368" + livenessProbe: + exec: + command: + - "336" + failureThreshold: 1643238856 + httpGet: + host: "339" + httpHeaders: + - name: "340" + value: "341" + path: "337" + port: "338" + scheme: dŊiɢ + initialDelaySeconds: -1844150067 + periodSeconds: -1143639551 + successThreshold: 571693619 + tcpSocket: + host: "342" + port: -370404018 + timeoutSeconds: 414056303 + name: "310" + ports: + - containerPort: 805162379 + hostIP: "316" + hostPort: -748525373 + name: "315" + protocol: ǵ xǨŴ壶ƵfȽà + readinessProbe: + exec: + command: + - "343" + failureThreshold: -1706593993 + httpGet: + host: "345" + httpHeaders: + - name: "346" + value: "347" + path: "344" + port: 677650619 + scheme: 怖ý萜Ǖc8ǣƘƵŧ1ƟƓ宆!鍲ɋȑ + initialDelaySeconds: 1573261475 + periodSeconds: 1529027685 + successThreshold: -1612005385 + tcpSocket: + host: "348" + port: -843639240 + timeoutSeconds: -1211577347 + resources: + limits: + ğ Ņ#耗Ǚ(: "24" + requests: + 瘍Nʊ輔3璾ėȜv1b繐汚: "243" + securityContext: + allowPrivilegeEscalation: false + capabilities: + add: + - 诵H玲鑠ĭ$#卛8ð + drop: + - Q橱9ij\Ď愝Ű藛b + privileged: false + procMount: 忀oɎƺL肄$鬬 + readOnlyRootFilesystem: true + runAsGroup: 8850141386971124227 + runAsNonRoot: false + runAsUser: 5574781452707956333 + seLinuxOptions: + level: "374" + role: "372" + type: "373" + user: "371" + seccompProfile: + localhostProfile: "378" + type: 矐_ + windowsOptions: + gmsaCredentialSpec: "376" + gmsaCredentialSpecName: "375" + runAsUserName: "377" + startupProbe: + exec: + command: + - "349" + failureThreshold: -708495486 + httpGet: + host: "352" + httpHeaders: + - name: "353" + value: "354" + path: "350" + port: "351" + scheme: U + initialDelaySeconds: -291429895 + periodSeconds: 989933975 + successThreshold: 140830733 + tcpSocket: + host: "355" + port: 758604605 + timeoutSeconds: -478839383 + targetContainerName: "379" + terminationMessagePath: "370" + terminationMessagePolicy: 鉂WJ1抉泅ą&疀ȼN翾ȾD虓氙磂t + tty: true + volumeDevices: + - devicePath: "335" + name: "334" + volumeMounts: + - mountPath: "331" + mountPropagation: Ü[ƛ^輅9ɛ棕ƈ眽炊礫Ƽ + name: "330" + readOnly: true + subPath: "332" + subPathExpr: "333" + workingDir: "314" + hostAliases: + - hostnames: + - "442" + ip: "441" + hostname: "396" + imagePullSecrets: + - name: "395" + initContainers: + - args: + - "178" + command: + - "177" + env: + - name: "185" + value: "186" + valueFrom: + configMapKeyRef: + key: "192" + name: "191" + optional: true + fieldRef: + apiVersion: "187" + fieldPath: "188" + resourceFieldRef: + containerName: "189" + divisor: "663" + resource: "190" + secretKeyRef: + key: "194" + name: "193" + optional: false + envFrom: + - configMapRef: + name: "183" + optional: true + prefix: "182" + secretRef: + name: "184" + optional: true + image: "176" + imagePullPolicy: Ǖɳɷ9Ì崟¿瘦ɖ緕 + lifecycle: + postStart: + exec: + command: + - "221" + httpGet: + host: "224" + httpHeaders: + - name: "225" + value: "226" + path: "222" + port: "223" + scheme: '''' + tcpSocket: + host: "227" + port: -801430937 + preStop: + exec: + command: + - "228" + httpGet: + host: "230" + httpHeaders: + - name: "231" + value: "232" + path: "229" + port: 1810980158 + scheme: _ƮA攤/ɸɎ R§耶FfBl + tcpSocket: + host: "233" + port: 1074486306 + livenessProbe: + exec: + command: + - "201" + failureThreshold: 1684643131 + httpGet: + host: "203" + httpHeaders: + - name: "204" + value: "205" + path: "202" + port: 1214895765 + scheme: 悖ȩ0Ƹ[Ęİ榌U + initialDelaySeconds: -442393168 + periodSeconds: 1109079597 + successThreshold: -646728130 + tcpSocket: + host: "206" + port: -187060941 + timeoutSeconds: -307373517 + name: "175" + ports: + - containerPort: 859639931 + hostIP: "181" + hostPort: 747521320 + name: "180" + protocol: p儼Ƿ裚瓶釆Ɗ+j忊Ŗȫ焗捏ĨF + readinessProbe: + exec: + command: + - "207" + failureThreshold: -1880980172 + httpGet: + host: "210" + httpHeaders: + - name: "211" + value: "212" + path: "208" + port: "209" + scheme: 荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3 + initialDelaySeconds: 238949508 + periodSeconds: 851018015 + successThreshold: 596942561 + tcpSocket: + host: "214" + port: "213" + timeoutSeconds: -1389418722 + resources: + limits: + ſ盷: "532" + requests: + '[Řż丩': "47" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 勅跦Opwǩ曬逴褜1Ø + drop: + - ȠƬQg鄠[颐o啛更偢ɇ卷荙JLĹ] + privileged: true + procMount: W:ĸ輦唊#v + readOnlyRootFilesystem: true + runAsGroup: 1373384864388370080 + runAsNonRoot: false + runAsUser: -6470941481344047265 + seLinuxOptions: + level: "238" + role: "236" + type: "237" + user: "235" + seccompProfile: + localhostProfile: "242" + type: ʩȂ4ē鐭# + windowsOptions: + gmsaCredentialSpec: "240" + gmsaCredentialSpecName: "239" + runAsUserName: "241" + startupProbe: + exec: + command: + - "215" + failureThreshold: 59664438 + httpGet: + host: "217" + httpHeaders: + - name: "218" + value: "219" + path: "216" + port: 10098903 + scheme: «丯Ƙ枛牐ɺ皚 + initialDelaySeconds: 766864314 + periodSeconds: 1495880465 + successThreshold: -1032967081 + tcpSocket: + host: "220" + port: -1934111455 + timeoutSeconds: 1146016612 + stdinOnce: true + terminationMessagePath: "234" + terminationMessagePolicy: Zɾģ毋Ó6dz娝嘚庎D}埽uʎ + volumeDevices: + - devicePath: "200" + name: "199" + volumeMounts: + - mountPath: "196" + mountPropagation: VƋZ1Ůđ眊ľǎɳ,ǿ飏 + name: "195" + subPath: "197" + subPathExpr: "198" + workingDir: "179" + nodeName: "384" + nodeSelector: + "380": "381" + overhead: + ɨ悪@黝Ɓ: "177" + preemptionPolicy: .Ą + priority: -125022959 + priorityClassName: "443" + readinessGates: + - conditionType: Ɍ邪鳖üzÁ + restartPolicy: 嵞嬯t{Eɾ敹Ȯ-湷D谹 + runtimeClassName: "448" + schedulerName: "438" + securityContext: + fsGroup: -3029419263270634763 + fsGroupChangePolicy: ?jĎĭ¥#ƱÁR»淹揀. + runAsGroup: -3565639689247870986 + runAsNonRoot: false + runAsUser: 1322232608671575212 + seLinuxOptions: + level: "388" + role: "386" + type: "387" + user: "385" + seccompProfile: + localhostProfile: "394" + type: 鍃G昧牱 + supplementalGroups: + - -7888525810745339742 + sysctls: + - name: "392" + value: "393" + windowsOptions: + gmsaCredentialSpec: "390" + gmsaCredentialSpecName: "389" + runAsUserName: "391" + serviceAccount: "383" + serviceAccountName: "382" + setHostnameAsFQDN: false + shareProcessNamespace: false + subdomain: "397" + terminationGracePeriodSeconds: -2985049970189992560 + tolerations: + - effect: Ɵ鳝稃Ȍ液文?謮ɶÎ磣:mʂ渢pɉ驻( + key: "439" + operator: ƞ=掔廛ĤJŇv膈ǣʛsĊ剞 + tolerationSeconds: 5238971742940252651 + value: "440" + topologySpreadConstraints: + - labelSelector: + matchExpressions: + - key: OA_090ERG2nV.__p_Y-.2__a_dWU_V-_QA + operator: NotIn + values: + - 7CY-_dc__G6N-_-0o.0C_gV.9_G-.-z1Y_HEb.9x8 + matchLabels: + 4e-_07-ht-E6___-X__H.-39-A_-_l67Q.-_t--O.3L.z2-y.-...C4_-_G: 8-c_C.G.h--m.f + maxSkew: -1569123121 + topologyKey: "449" + whenUnsatisfiable: 魨练脨,Ƃ3貊ɔ帘錇š裢C仗ɂ覥 + volumes: + - awsElasticBlockStore: + fsType: "47" + partition: -762366823 + readOnly: true + volumeID: "46" + azureDisk: + cachingMode: HǺƶȤ^}穠 + diskName: "110" + diskURI: "111" + fsType: "112" + kind: 躢 + readOnly: true + azureFile: + secretName: "96" + shareName: "97" + cephfs: + monitors: + - "81" + path: "82" + secretFile: "84" + secretRef: + name: "85" + user: "83" + cinder: + fsType: "79" + secretRef: + name: "80" + volumeID: "78" + configMap: + defaultMode: -460478410 + items: + - key: "99" + mode: -2039036935 + path: "100" + name: "98" + optional: false + csi: + driver: "142" + fsType: "143" + nodePublishSecretRef: + name: "146" + readOnly: false + volumeAttributes: + "144": "145" + downwardAPI: + defaultMode: -106644772 + items: + - fieldRef: + apiVersion: "89" + fieldPath: "90" + mode: 1235524154 + path: "88" + resourceFieldRef: + containerName: "91" + divisor: "457" + resource: "92" + emptyDir: + medium: 彭聡A3fƻfʣ + sizeLimit: "115" + ephemeral: + volumeClaimTemplate: + metadata: + annotations: + "154": "155" + clusterName: "160" + creationTimestamp: null + deletionGracePeriodSeconds: 4217400953499279873 + finalizers: + - "159" + generateName: "148" + generation: 6327094951466338107 + labels: + "152": "153" + managedFields: + - apiVersion: "162" + fieldsType: "163" + manager: "161" + operation: O醔ɍ厶耈 T衧ȇe媹Hǝ呮}臷Ľð + name: "147" + namespace: "149" + ownerReferences: + - apiVersion: "156" + blockOwnerDeletion: true + controller: false + kind: "157" + name: "158" + uid: "" + resourceVersion: "5302358391842833914" + selfLink: "150" + spec: + accessModes: + - eÞȦY籎顒 + dataSource: + apiGroup: "172" + kind: "173" + name: "174" + resources: + limits: + ŴĿ: "377" + requests: + .Q貇£ȹ嫰ƹǔw÷nI: "718" + selector: + matchExpressions: + - key: a40--87-1wpl6-2-310e5hyzn0w-p4mz4.w-6d/6yV07-_.___gO-d.iUaC_wYSJfB._.zS-._..3le-4 + operator: DoesNotExist + matchLabels: + 5_Or.i1_7z.WH-.L: d2-N_Y.t--0 + storageClassName: "171" + volumeMode: ŀ樺ȃv渟7¤7djƯĖ漘Z剚敍0 + volumeName: "170" + fc: + fsType: "94" + lun: 441887498 + readOnly: true + targetWWNs: + - "93" + wwids: + - "95" + flexVolume: + driver: "73" + fsType: "74" + options: + "76": "77" + secretRef: + name: "75" + flocker: + datasetName: "86" + datasetUUID: "87" + gcePersistentDisk: + fsType: "45" + partition: -1499132872 + pdName: "44" + gitRepo: + directory: "50" + repository: "48" + revision: "49" + glusterfs: + endpoints: "63" + path: "64" + hostPath: + path: "43" + type: 6NJPM饣`诫z徃鷢6ȥ啕禗Ǐ2啗塧ȱ + iscsi: + fsType: "59" + initiatorName: "62" + iqn: "57" + iscsiInterface: "58" + lun: 1655406148 + portals: + - "60" + readOnly: true + secretRef: + name: "61" + targetPortal: "56" + name: "42" + nfs: + path: "55" + readOnly: true + server: "54" + persistentVolumeClaim: + claimName: "65" + readOnly: true + photonPersistentDisk: + fsType: "114" + pdID: "113" + portworxVolume: + fsType: "129" + volumeID: "128" + projected: + defaultMode: -522879476 + sources: + - configMap: + items: + - key: "124" + mode: -1694464659 + path: "125" + name: "123" + optional: true + downwardAPI: + items: + - fieldRef: + apiVersion: "119" + fieldPath: "120" + mode: 926891073 + path: "118" + resourceFieldRef: + containerName: "121" + divisor: "746" + resource: "122" + secret: + items: + - key: "116" + mode: -1399063270 + path: "117" + name: "115" + optional: true + serviceAccountToken: + audience: "126" + expirationSeconds: -7593824971107985079 + path: "127" + quobyte: + group: "108" + readOnly: true + registry: "105" + tenant: "109" + user: "107" + volume: "106" + rbd: + fsType: "68" + image: "67" + keyring: "71" + monitors: + - "66" + pool: "69" + readOnly: true + secretRef: + name: "72" + user: "70" + scaleIO: + fsType: "137" + gateway: "130" + protectionDomain: "133" + secretRef: + name: "132" + storageMode: "135" + storagePool: "134" + system: "131" + volumeName: "136" + secret: + defaultMode: 372704313 + items: + - key: "52" + mode: -104666658 + path: "53" + optional: true + secretName: "51" + storageos: + fsType: "140" + readOnly: true + secretRef: + name: "141" + volumeName: "138" + volumeNamespace: "139" + vsphereVolume: + fsType: "102" + storagePolicyID: "104" + storagePolicyName: "103" + volumePath: "101" +status: + availableReplicas: 1308809900 + conditions: + - lastTransitionTime: "2125-04-24T12:13:40Z" + message: "457" + reason: "456" + status: ?Ď筌ʨ:ÿ1諘蚿[ĵ皥袨\k%橳 + type: 议ĪS + fullyLabeledReplicas: 31486357 + observedGeneration: -5594148640067537624 + readyReplicas: -1983654895 + replicas: 337922430 diff --git a/test/e2e/storage/framework/testpattern.go b/test/e2e/storage/framework/testpattern.go index 232022de345..5b3843e551f 100644 --- a/test/e2e/storage/framework/testpattern.go +++ b/test/e2e/storage/framework/testpattern.go @@ -102,7 +102,7 @@ var ( } // DefaultFsGenericEphemeralVolume is TestPattern for "Generic Ephemeral-volume (default fs)" DefaultFsGenericEphemeralVolume = TestPattern{ - Name: "Generic Ephemeral-volume (default fs) [Feature:GenericEphemeralVolume]", + Name: "Generic Ephemeral-volume (default fs)", VolType: GenericEphemeralVolume, } // DefaultFsPreprovisionedPV is TestPattern for "Pre-provisioned PV (default fs)" @@ -134,7 +134,7 @@ var ( } // Ext3GenericEphemeralVolume is TestPattern for "Generic Ephemeral-volume (ext3)" Ext3GenericEphemeralVolume = TestPattern{ - Name: "Generic Ephemeral-volume (ext3) [Feature:GenericEphemeralVolume]", + Name: "Generic Ephemeral-volume (ext3)", VolType: GenericEphemeralVolume, FsType: "ext3", } @@ -167,7 +167,7 @@ var ( } // Ext4GenericEphemeralVolume is TestPattern for "Generic Ephemeral-volume (ext4)" Ext4GenericEphemeralVolume = TestPattern{ - Name: "Generic Ephemeral-volume (ext4) [Feature:GenericEphemeralVolume]", + Name: "Generic Ephemeral-volume (ext4)", VolType: GenericEphemeralVolume, FsType: "ext4", } @@ -202,7 +202,7 @@ var ( } // XfsGenericEphemeralVolume is TestPattern for "Generic Ephemeral-volume (xfs)" XfsGenericEphemeralVolume = TestPattern{ - Name: "Generic Ephemeral-volume (xfs) [Feature:GenericEphemeralVolume]", + Name: "Generic Ephemeral-volume (xfs)", VolType: GenericEphemeralVolume, FsType: "xfs", FeatureTag: "[Slow]", @@ -240,7 +240,7 @@ var ( } // NtfsGenericEphemeralVolume is TestPattern for "Generic Ephemeral-volume (ntfs)" NtfsGenericEphemeralVolume = TestPattern{ - Name: "Generic Ephemeral-volume (ntfs) [Feature:GenericEphemeralVolume]", + Name: "Generic Ephemeral-volume (ntfs)", VolType: GenericEphemeralVolume, FsType: "ntfs", FeatureTag: "[Feature:Windows]",