From 00dba76918e8ce5b5cff6719bbd64c2cd38ad4e2 Mon Sep 17 00:00:00 2001 From: Ben Swartzlander Date: Wed, 26 May 2021 15:10:26 -0400 Subject: [PATCH] Add DataSourceRef field to PVC spec Modify the behavior of the AnyVolumeDataSource alpha feature gate to enable a new field, DataSourceRef, rather than modifying the behavior of the existing DataSource field. This allows addition Volume Populators in a way that doesn't risk breaking backwards compatibility, although it will result in eventually deprecating the DataSource field. --- api/openapi-spec/swagger.json | 6 +- pkg/api/persistentvolumeclaim/util.go | 79 +- pkg/api/persistentvolumeclaim/util_test.go | 124 +- pkg/apis/core/types.go | 24 +- pkg/apis/core/v1/zz_generated.conversion.go | 2 + pkg/apis/core/validation/validation.go | 42 +- pkg/apis/core/validation/validation_test.go | 87 +- pkg/apis/core/zz_generated.deepcopy.go | 5 + .../persistentvolumeclaim/storage/storage.go | 46 +- .../storage/storage_test.go | 96 ++ .../core/persistentvolumeclaim/strategy.go | 22 +- .../persistentvolumeclaim/strategy_test.go | 136 ++ .../src/k8s.io/api/core/v1/generated.pb.go | 1531 +++++++++-------- .../src/k8s.io/api/core/v1/generated.proto | 25 +- staging/src/k8s.io/api/core/v1/types.go | 24 +- .../core/v1/types_swagger_doc_generated.go | 3 +- .../api/core/v1/zz_generated.deepcopy.go | 5 + .../api/testdata/HEAD/apps.v1.DaemonSet.json | 952 +++++----- .../api/testdata/HEAD/apps.v1.DaemonSet.pb | Bin 8139 -> 7727 bytes .../api/testdata/HEAD/apps.v1.DaemonSet.yaml | 962 +++++------ .../api/testdata/HEAD/apps.v1.Deployment.json | 1278 +++++++------- .../api/testdata/HEAD/apps.v1.Deployment.pb | Bin 8098 -> 8371 bytes .../api/testdata/HEAD/apps.v1.Deployment.yaml | 1121 ++++++------ .../api/testdata/HEAD/apps.v1.ReplicaSet.json | 1230 ++++++------- .../api/testdata/HEAD/apps.v1.ReplicaSet.pb | Bin 8295 -> 8040 bytes .../api/testdata/HEAD/apps.v1.ReplicaSet.yaml | 1220 ++++++------- .../testdata/HEAD/apps.v1.StatefulSet.json | 1382 +++++++-------- .../api/testdata/HEAD/apps.v1.StatefulSet.pb | Bin 8881 -> 9132 bytes .../testdata/HEAD/apps.v1.StatefulSet.yaml | 1224 ++++++------- .../HEAD/apps.v1beta1.Deployment.json | 1280 +++++++------- .../testdata/HEAD/apps.v1beta1.Deployment.pb | Bin 8111 -> 8378 bytes .../HEAD/apps.v1beta1.Deployment.yaml | 1123 ++++++------ .../HEAD/apps.v1beta1.StatefulSet.json | 1382 +++++++-------- .../testdata/HEAD/apps.v1beta1.StatefulSet.pb | Bin 8863 -> 9135 bytes .../HEAD/apps.v1beta1.StatefulSet.yaml | 1224 ++++++------- .../testdata/HEAD/apps.v1beta2.DaemonSet.json | 952 +++++----- .../testdata/HEAD/apps.v1beta2.DaemonSet.pb | Bin 8144 -> 7732 bytes .../testdata/HEAD/apps.v1beta2.DaemonSet.yaml | 962 +++++------ .../HEAD/apps.v1beta2.Deployment.json | 1278 +++++++------- .../testdata/HEAD/apps.v1beta2.Deployment.pb | Bin 8103 -> 8376 bytes .../HEAD/apps.v1beta2.Deployment.yaml | 1121 ++++++------ .../HEAD/apps.v1beta2.ReplicaSet.json | 1230 ++++++------- .../testdata/HEAD/apps.v1beta2.ReplicaSet.pb | Bin 8300 -> 8045 bytes .../HEAD/apps.v1beta2.ReplicaSet.yaml | 1220 ++++++------- .../HEAD/apps.v1beta2.StatefulSet.json | 1382 +++++++-------- .../testdata/HEAD/apps.v1beta2.StatefulSet.pb | Bin 8886 -> 9137 bytes .../HEAD/apps.v1beta2.StatefulSet.yaml | 1224 ++++++------- .../api/testdata/HEAD/batch.v1.CronJob.json | 1512 ++++++++-------- .../api/testdata/HEAD/batch.v1.CronJob.pb | Bin 8523 -> 8307 bytes .../api/testdata/HEAD/batch.v1.CronJob.yaml | 1092 ++++++------ .../api/testdata/HEAD/batch.v1.Job.json | 895 +++++----- .../k8s.io/api/testdata/HEAD/batch.v1.Job.pb | Bin 7814 -> 7853 bytes .../api/testdata/HEAD/batch.v1.Job.yaml | 1041 +++++------ .../testdata/HEAD/batch.v1beta1.CronJob.json | 1512 ++++++++-------- .../testdata/HEAD/batch.v1beta1.CronJob.pb | Bin 8528 -> 8312 bytes .../testdata/HEAD/batch.v1beta1.CronJob.yaml | 1092 ++++++------ .../HEAD/batch.v1beta1.JobTemplate.json | 861 ++++----- .../HEAD/batch.v1beta1.JobTemplate.pb | Bin 8406 -> 8248 bytes .../HEAD/batch.v1beta1.JobTemplate.yaml | 865 +++++----- .../HEAD/core.v1.PersistentVolumeClaim.json | 23 +- .../HEAD/core.v1.PersistentVolumeClaim.pb | Bin 607 -> 642 bytes .../HEAD/core.v1.PersistentVolumeClaim.yaml | 22 +- .../k8s.io/api/testdata/HEAD/core.v1.Pod.json | 1091 ++++++------ .../k8s.io/api/testdata/HEAD/core.v1.Pod.pb | Bin 8135 -> 8040 bytes .../k8s.io/api/testdata/HEAD/core.v1.Pod.yaml | 1066 ++++++------ .../testdata/HEAD/core.v1.PodTemplate.json | 930 +++++----- .../api/testdata/HEAD/core.v1.PodTemplate.pb | Bin 7335 -> 7691 bytes .../testdata/HEAD/core.v1.PodTemplate.yaml | 930 +++++----- .../HEAD/core.v1.ReplicationController.json | 723 ++++---- .../HEAD/core.v1.ReplicationController.pb | Bin 7889 -> 8148 bytes .../HEAD/core.v1.ReplicationController.yaml | 721 ++++---- .../HEAD/extensions.v1beta1.DaemonSet.json | 954 +++++----- .../HEAD/extensions.v1beta1.DaemonSet.pb | Bin 8183 -> 7755 bytes .../HEAD/extensions.v1beta1.DaemonSet.yaml | 964 +++++------ .../HEAD/extensions.v1beta1.Deployment.json | 1280 +++++++------- .../HEAD/extensions.v1beta1.Deployment.pb | Bin 8117 -> 8384 bytes .../HEAD/extensions.v1beta1.Deployment.yaml | 1123 ++++++------ .../HEAD/extensions.v1beta1.ReplicaSet.json | 1230 ++++++------- .../HEAD/extensions.v1beta1.ReplicaSet.pb | Bin 8306 -> 8051 bytes .../HEAD/extensions.v1beta1.ReplicaSet.yaml | 1220 ++++++------- .../core/v1/persistentvolumeclaimspec.go | 9 + .../applyconfigurations/internal/internal.go | 3 + 82 files changed, 24037 insertions(+), 23126 deletions(-) diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json index 6923189b68e..f958855a443 100644 --- a/api/openapi-spec/swagger.json +++ b/api/openapi-spec/swagger.json @@ -7140,7 +7140,11 @@ }, "dataSource": { "$ref": "#/definitions/io.k8s.api.core.v1.TypedLocalObjectReference", - "description": "This field can be used to specify either: * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot) * An existing PVC (PersistentVolumeClaim) * An existing custom resource that implements data population (Alpha) In order to use custom resource types that implement data population, the AnyVolumeDataSource feature gate must be enabled. If the provisioner or an external controller can support the specified data source, it will create a new volume based on the contents of the specified data source." + "description": "This field can be used to specify either: * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot) * An existing PVC (PersistentVolumeClaim) If the provisioner or an external controller can support the specified data source, it will create a new volume based on the contents of the specified data source. If the AnyVolumeDataSource feature gate is enabled, this field will always have the same contents as the DataSourceRef field." + }, + "dataSourceRef": { + "$ref": "#/definitions/io.k8s.api.core.v1.TypedLocalObjectReference", + "description": "Specifies the object from which to populate the volume with data, if a non-empty volume is desired. This may be any local object from a non-empty API group (non core object) or a PersistentVolumeClaim object. When this field is specified, volume binding will only succeed if the type of the specified object matches some installed volume populator or dynamic provisioner. This field will replace the functionality of the DataSource field and as such if both fields are non-empty, they must have the same value. For backwards compatibility, both fields (DataSource and DataSourceRef) will be set to the same value automatically if one of them is empty and the other is non-empty. There are two important differences between DataSource and DataSourceRef: * While DataSource only allows two specific types of objects, DataSourceRef\n allows any non-core object, as well as PersistentVolumeClaim objects.\n* While DataSource ignores disallowed values (dropping them), DataSourceRef\n preserves all values, and generates an error if a disallowed value is\n specified.\n(Alpha) Using this field requires the AnyVolumeDataSource feature gate to be enabled." }, "resources": { "$ref": "#/definitions/io.k8s.api.core.v1.ResourceRequirements", diff --git a/pkg/api/persistentvolumeclaim/util.go b/pkg/api/persistentvolumeclaim/util.go index f338f199715..1f55fcbd460 100644 --- a/pkg/api/persistentvolumeclaim/util.go +++ b/pkg/api/persistentvolumeclaim/util.go @@ -29,8 +29,47 @@ const ( // DropDisabledFields removes disabled fields from the pvc spec. // This should be called from PrepareForCreate/PrepareForUpdate for all resources containing a pvc spec. -func DropDisabledFields(pvcSpec, oldPVCSpec *core.PersistentVolumeClaimSpec) { - if !dataSourceIsEnabled(pvcSpec) && !dataSourceInUse(oldPVCSpec) { +func DropDisabledFields(pvcSpec *core.PersistentVolumeClaimSpec) { + // Drop the contents of the dataSourceRef field if the AnyVolumeDataSource + // feature gate is disabled. + if !utilfeature.DefaultFeatureGate.Enabled(features.AnyVolumeDataSource) { + pvcSpec.DataSourceRef = nil + } +} + +// EnforceDataSourceBackwardsCompatibility drops the data source field under certain conditions +// to maintain backwards compatibility with old behavior. +// See KEP 1495 for details. +// Specifically, if this is an update of a PVC with no data source, or a creation of a new PVC, +// and the dataSourceRef field is not filled in, then we will drop "invalid" data sources +// (anything other than a PVC or a VolumeSnapshot) from this request as if an empty PVC had +// been requested. +// This should be called after DropDisabledFields so that if the AnyVolumeDataSource feature +// gate is disabled, dataSourceRef will be forced to empty, ensuring pre-1.22 behavior. +// This should be called before NormalizeDataSources, so that data sources other than PVCs +// and VolumeSnapshots can only be set through the dataSourceRef field and not the dataSource +// field. +func EnforceDataSourceBackwardsCompatibility(pvcSpec, oldPVCSpec *core.PersistentVolumeClaimSpec) { + // Check if the old PVC has a data source here is so that on updates from old clients + // that omit dataSourceRef, we preserve the data source, even if it would have been + // invalid to specify it at using the dataSource field at create. + if dataSourceInUse(oldPVCSpec) { + return + } + + // Check if dataSourceRef is empty is because if it's not empty, then there is + // definitely a newer client and it definitely either wants to create a non-empty + // volume, or it wants to update a PVC that has a data source. Whether the + // specified data source is valid or satisfiable is a matter for validation and + // the volume populator code, but we can say with certainty that the client is + // not expecting the legacy behavior of ignoring invalid data sources. + if pvcSpec.DataSourceRef != nil { + return + } + + // Historically, we only allow PVCs and VolumeSnapshots in the dataSource field. + // All other values are silently dropped. + if !dataSourceIsPvcOrSnapshot(pvcSpec.DataSource) { pvcSpec.DataSource = nil } } @@ -39,31 +78,43 @@ func dataSourceInUse(oldPVCSpec *core.PersistentVolumeClaimSpec) bool { if oldPVCSpec == nil { return false } - if oldPVCSpec.DataSource != nil { + if oldPVCSpec.DataSource != nil || oldPVCSpec.DataSourceRef != nil { return true } return false } -func dataSourceIsEnabled(pvcSpec *core.PersistentVolumeClaimSpec) bool { - if pvcSpec.DataSource != nil { - if utilfeature.DefaultFeatureGate.Enabled(features.AnyVolumeDataSource) { - return true - } - +func dataSourceIsPvcOrSnapshot(dataSource *core.TypedLocalObjectReference) bool { + if dataSource != nil { apiGroup := "" - if pvcSpec.DataSource.APIGroup != nil { - apiGroup = *pvcSpec.DataSource.APIGroup + if dataSource.APIGroup != nil { + apiGroup = *dataSource.APIGroup } - if pvcSpec.DataSource.Kind == pvc && + if dataSource.Kind == pvc && apiGroup == "" { return true - } - if pvcSpec.DataSource.Kind == volumeSnapshot && apiGroup == "snapshot.storage.k8s.io" { + if dataSource.Kind == volumeSnapshot && apiGroup == "snapshot.storage.k8s.io" { return true } } return false } + +// NormalizeDataSources ensures that DataSource and DataSourceRef have the same contents +// as long as both are not explicitly set. +// This should be used by creates/gets of PVCs, but not updates +func NormalizeDataSources(pvcSpec *core.PersistentVolumeClaimSpec) { + // Don't enable this behavior if the feature gate is not on + if !utilfeature.DefaultFeatureGate.Enabled(features.AnyVolumeDataSource) { + return + } + if pvcSpec.DataSource != nil && pvcSpec.DataSourceRef == nil { + // Using the old way of setting a data source + pvcSpec.DataSourceRef = pvcSpec.DataSource.DeepCopy() + } else if pvcSpec.DataSourceRef != nil && pvcSpec.DataSource == nil { + // Using the new way of setting a data source + pvcSpec.DataSource = pvcSpec.DataSourceRef.DeepCopy() + } +} diff --git a/pkg/api/persistentvolumeclaim/util_test.go b/pkg/api/persistentvolumeclaim/util_test.go index a8ea213dd67..9f3da4e945d 100644 --- a/pkg/api/persistentvolumeclaim/util_test.go +++ b/pkg/api/persistentvolumeclaim/util_test.go @@ -68,9 +68,6 @@ func TestDropDisabledSnapshotDataSource(t *testing.T) { }, } - // Ensure that any data sources aren't enabled for this test - defer featuregatetesting.SetFeatureGateDuringTest(t, utilfeature.DefaultFeatureGate, features.AnyVolumeDataSource, false)() - for _, oldpvcInfo := range pvcInfo { for _, newpvcInfo := range pvcInfo { oldpvc := oldpvcInfo.pvc() @@ -80,11 +77,7 @@ func TestDropDisabledSnapshotDataSource(t *testing.T) { } t.Run(fmt.Sprintf("old pvc %v, new pvc %v", oldpvcInfo.description, newpvcInfo.description), func(t *testing.T) { - var oldpvcSpec *core.PersistentVolumeClaimSpec - if oldpvc != nil { - oldpvcSpec = &oldpvc.Spec - } - DropDisabledFields(&newpvc.Spec, oldpvcSpec) + EnforceDataSourceBackwardsCompatibility(&newpvc.Spec, nil) // old pvc should never be changed if !reflect.DeepEqual(oldpvc, oldpvcInfo.pvc()) { @@ -148,20 +141,15 @@ func TestPVCDataSourceSpecFilter(t *testing.T) { }, } - // Ensure that any data sources aren't enabled for this test - defer featuregatetesting.SetFeatureGateDuringTest(t, utilfeature.DefaultFeatureGate, features.AnyVolumeDataSource, false)() - for testName, test := range tests { t.Run(testName, func(t *testing.T) { - DropDisabledFields(&test.spec, nil) + EnforceDataSourceBackwardsCompatibility(&test.spec, nil) if test.spec.DataSource != test.want { t.Errorf("expected drop datasource condition was not met, test: %s, spec: %v, expected: %v", testName, test.spec, test.want) } }) - } - } // TestAnyDataSourceFilter checks to ensure the AnyVolumeDataSource feature gate works @@ -175,59 +163,127 @@ func TestAnyDataSourceFilter(t *testing.T) { } volumeDataSource := makeDataSource("", "PersistentVolumeClaim", "my-vol") - snapshotDataSource := makeDataSource("snapshot.storage.k8s.io", "VolumeSnapshot", "my-snap") - genericDataSource := makeDataSource("generic.storage.k8s.io", "Generic", "my-foo") var tests = map[string]struct { spec core.PersistentVolumeClaimSpec anyEnabled bool want *core.TypedLocalObjectReference + wantRef *core.TypedLocalObjectReference }{ "any disabled with empty ds": { spec: core.PersistentVolumeClaimSpec{}, - want: nil, }, "any disabled with volume ds": { spec: core.PersistentVolumeClaimSpec{DataSource: volumeDataSource}, want: volumeDataSource, }, - "any disabled with snapshot ds": { - spec: core.PersistentVolumeClaimSpec{DataSource: snapshotDataSource}, - want: snapshotDataSource, + "any disabled with volume ds ref": { + spec: core.PersistentVolumeClaimSpec{DataSourceRef: volumeDataSource}, }, - "any disabled with generic ds": { - spec: core.PersistentVolumeClaimSpec{DataSource: genericDataSource}, - want: nil, + "any disabled with both data sources": { + spec: core.PersistentVolumeClaimSpec{DataSource: volumeDataSource, DataSourceRef: volumeDataSource}, + want: volumeDataSource, }, "any enabled with empty ds": { spec: core.PersistentVolumeClaimSpec{}, anyEnabled: true, - want: nil, }, "any enabled with volume ds": { spec: core.PersistentVolumeClaimSpec{DataSource: volumeDataSource}, anyEnabled: true, want: volumeDataSource, }, - "any enabled with snapshot ds": { - spec: core.PersistentVolumeClaimSpec{DataSource: snapshotDataSource}, + "any enabled with volume ds ref": { + spec: core.PersistentVolumeClaimSpec{DataSourceRef: volumeDataSource}, anyEnabled: true, - want: snapshotDataSource, + wantRef: volumeDataSource, }, - "any enabled with generic ds": { - spec: core.PersistentVolumeClaimSpec{DataSource: genericDataSource}, + "any enabled with both data sources": { + spec: core.PersistentVolumeClaimSpec{DataSource: volumeDataSource, DataSourceRef: volumeDataSource}, anyEnabled: true, - want: genericDataSource, + want: volumeDataSource, + wantRef: volumeDataSource, }, } for testName, test := range tests { t.Run(testName, func(t *testing.T) { defer featuregatetesting.SetFeatureGateDuringTest(t, utilfeature.DefaultFeatureGate, features.AnyVolumeDataSource, test.anyEnabled)() - DropDisabledFields(&test.spec, nil) - if test.spec.DataSource != test.want { - t.Errorf("expected condition was not met, test: %s, anyEnabled: %v, spec: %v, expected: %v", - testName, test.anyEnabled, test.spec, test.want) + DropDisabledFields(&test.spec) + if test.spec.DataSource != test.want || test.spec.DataSourceRef != test.wantRef { + t.Errorf("expected condition was not met, test: %s, anyEnabled: %v, spec: %v, expected: %v %v", + testName, test.anyEnabled, test.spec, test.want, test.wantRef) + } + }) + } +} + +// TestDataSourceRef checks to ensure the DataSourceRef field handles backwards +// compatibility with the DataSource field +func TestDataSourceRef(t *testing.T) { + makeDataSource := func(apiGroup, kind, name string) *core.TypedLocalObjectReference { + return &core.TypedLocalObjectReference{ + APIGroup: &apiGroup, + Kind: kind, + Name: name, + } + } + + volumeDataSource := makeDataSource("", "PersistentVolumeClaim", "my-vol") + snapshotDataSource := makeDataSource("snapshot.storage.k8s.io", "VolumeSnapshot", "my-snap") + genericDataSource := makeDataSource("generic.storage.k8s.io", "Generic", "my-foo") + coreDataSource := makeDataSource("", "Pod", "my-pod") + + var tests = map[string]struct { + spec core.PersistentVolumeClaimSpec + want *core.TypedLocalObjectReference + }{ + "empty ds": { + spec: core.PersistentVolumeClaimSpec{}, + }, + "volume ds": { + spec: core.PersistentVolumeClaimSpec{DataSource: volumeDataSource}, + want: volumeDataSource, + }, + "snapshot ds": { + spec: core.PersistentVolumeClaimSpec{DataSource: snapshotDataSource}, + want: snapshotDataSource, + }, + "generic ds": { + spec: core.PersistentVolumeClaimSpec{DataSource: genericDataSource}, + want: genericDataSource, + }, + "core ds": { + spec: core.PersistentVolumeClaimSpec{DataSource: coreDataSource}, + want: coreDataSource, + }, + "volume ds ref": { + spec: core.PersistentVolumeClaimSpec{DataSourceRef: volumeDataSource}, + want: volumeDataSource, + }, + "snapshot ds ref": { + spec: core.PersistentVolumeClaimSpec{DataSourceRef: snapshotDataSource}, + want: snapshotDataSource, + }, + "generic ds ref": { + spec: core.PersistentVolumeClaimSpec{DataSourceRef: genericDataSource}, + want: genericDataSource, + }, + "core ds ref": { + spec: core.PersistentVolumeClaimSpec{DataSourceRef: coreDataSource}, + want: coreDataSource, + }, + } + + defer featuregatetesting.SetFeatureGateDuringTest(t, utilfeature.DefaultFeatureGate, features.AnyVolumeDataSource, true)() + + for testName, test := range tests { + t.Run(testName, func(t *testing.T) { + NormalizeDataSources(&test.spec) + if !reflect.DeepEqual(test.spec.DataSource, test.want) || + !reflect.DeepEqual(test.spec.DataSourceRef, test.want) { + t.Errorf("expected condition was not met, test: %s, spec: %v, expected: %v", + testName, test.spec, test.want) } }) } diff --git a/pkg/apis/core/types.go b/pkg/apis/core/types.go index 57f31639f1c..8fdb51cf815 100644 --- a/pkg/apis/core/types.go +++ b/pkg/apis/core/types.go @@ -450,13 +450,31 @@ type PersistentVolumeClaimSpec struct { // This field can be used to specify either: // * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot) // * An existing PVC (PersistentVolumeClaim) - // * An existing custom resource that implements data population (Alpha) - // In order to use custom resource types that implement data population, - // the AnyVolumeDataSource feature gate must be enabled. // If the provisioner or an external controller can support the specified data source, // it will create a new volume based on the contents of the specified data source. + // If the AnyVolumeDataSource feature gate is enabled, this field will always have + // the same contents as the DataSourceRef field. // +optional DataSource *TypedLocalObjectReference + // Specifies the object from which to populate the volume with data, if a non-empty + // volume is desired. This may be any local object from a non-empty API group (non + // core object) or a PersistentVolumeClaim object. + // When this field is specified, volume binding will only succeed if the type of + // the specified object matches some installed volume populator or dynamic + // provisioner. + // This field will replace the functionality of the DataSource field and as such + // if both fields are non-empty, they must have the same value. For backwards + // compatibility, both fields (DataSource and DataSourceRef) will be set to the same + // value automatically if one of them is empty and the other is non-empty. + // There are two important differences between DataSource and DataSourceRef: + // * While DataSource only allows two specific types of objects, DataSourceRef + // allows any non-core object, as well as PersistentVolumeClaim objects. + // * While DataSource ignores disallowed values (dropping them), DataSourceRef + // preserves all values, and generates an error if a disallowed value is + // specified. + // (Alpha) Using this field requires the AnyVolumeDataSource feature gate to be enabled. + // +optional + DataSourceRef *TypedLocalObjectReference } // PersistentVolumeClaimConditionType defines the condition of PV claim. diff --git a/pkg/apis/core/v1/zz_generated.conversion.go b/pkg/apis/core/v1/zz_generated.conversion.go index 26cc97f56e7..3f46c6ddc63 100644 --- a/pkg/apis/core/v1/zz_generated.conversion.go +++ b/pkg/apis/core/v1/zz_generated.conversion.go @@ -5117,6 +5117,7 @@ func autoConvert_v1_PersistentVolumeClaimSpec_To_core_PersistentVolumeClaimSpec( out.StorageClassName = (*string)(unsafe.Pointer(in.StorageClassName)) out.VolumeMode = (*core.PersistentVolumeMode)(unsafe.Pointer(in.VolumeMode)) out.DataSource = (*core.TypedLocalObjectReference)(unsafe.Pointer(in.DataSource)) + out.DataSourceRef = (*core.TypedLocalObjectReference)(unsafe.Pointer(in.DataSourceRef)) return nil } @@ -5135,6 +5136,7 @@ func autoConvert_core_PersistentVolumeClaimSpec_To_v1_PersistentVolumeClaimSpec( out.StorageClassName = (*string)(unsafe.Pointer(in.StorageClassName)) out.VolumeMode = (*v1.PersistentVolumeMode)(unsafe.Pointer(in.VolumeMode)) out.DataSource = (*v1.TypedLocalObjectReference)(unsafe.Pointer(in.DataSource)) + out.DataSourceRef = (*v1.TypedLocalObjectReference)(unsafe.Pointer(in.DataSourceRef)) return nil } diff --git a/pkg/apis/core/validation/validation.go b/pkg/apis/core/validation/validation.go index 2b9955156e8..c695d1a8dc2 100644 --- a/pkg/apis/core/validation/validation.go +++ b/pkg/apis/core/validation/validation.go @@ -2046,6 +2046,27 @@ func ValidatePersistentVolumeClaim(pvc *core.PersistentVolumeClaim, opts Persist return allErrs } +// validateDataSource validates a DataSource/DataSourceRef in a PersistentVolumeClaimSpec +func validateDataSource(dataSource *core.TypedLocalObjectReference, fldPath *field.Path) field.ErrorList { + allErrs := field.ErrorList{} + + if len(dataSource.Name) == 0 { + allErrs = append(allErrs, field.Required(fldPath.Child("name"), "")) + } + if len(dataSource.Kind) == 0 { + allErrs = append(allErrs, field.Required(fldPath.Child("kind"), "")) + } + apiGroup := "" + if dataSource.APIGroup != nil { + apiGroup = *dataSource.APIGroup + } + if len(apiGroup) == 0 && dataSource.Kind != "PersistentVolumeClaim" { + allErrs = append(allErrs, field.Invalid(fldPath, dataSource.Kind, "")) + } + + return allErrs +} + // ValidatePersistentVolumeClaimSpec validates a PersistentVolumeClaimSpec func ValidatePersistentVolumeClaimSpec(spec *core.PersistentVolumeClaimSpec, fldPath *field.Path, opts PersistentVolumeClaimSpecValidationOptions) field.ErrorList { allErrs := field.ErrorList{} @@ -2096,18 +2117,15 @@ func ValidatePersistentVolumeClaimSpec(spec *core.PersistentVolumeClaimSpec, fld } if spec.DataSource != nil { - if len(spec.DataSource.Name) == 0 { - allErrs = append(allErrs, field.Required(fldPath.Child("dataSource", "name"), "")) - } - if len(spec.DataSource.Kind) == 0 { - allErrs = append(allErrs, field.Required(fldPath.Child("dataSource", "kind"), "")) - } - apiGroup := "" - if spec.DataSource.APIGroup != nil { - apiGroup = *spec.DataSource.APIGroup - } - if len(apiGroup) == 0 && spec.DataSource.Kind != "PersistentVolumeClaim" { - allErrs = append(allErrs, field.Invalid(fldPath.Child("dataSource"), spec.DataSource.Kind, "")) + allErrs = append(allErrs, validateDataSource(spec.DataSource, fldPath.Child("dataSource"))...) + } + if spec.DataSourceRef != nil { + allErrs = append(allErrs, validateDataSource(spec.DataSourceRef, fldPath.Child("dataSourceRef"))...) + } + if spec.DataSource != nil && spec.DataSourceRef != nil { + if !apiequality.Semantic.DeepEqual(spec.DataSource, spec.DataSourceRef) { + allErrs = append(allErrs, field.Invalid(fldPath, fldPath.Child("dataSource"), + "must match dataSourceRef")) } } diff --git a/pkg/apis/core/validation/validation_test.go b/pkg/apis/core/validation/validation_test.go index 7dc13795955..b358ad1f2d5 100644 --- a/pkg/apis/core/validation/validation_test.go +++ b/pkg/apis/core/validation/validation_test.go @@ -1462,6 +1462,27 @@ func testValidatePVC(t *testing.T, ephemeral bool) { VolumeMode: &invalidMode, }), }, + "mismatch-data-source-and-ref": { + isExpectedFailure: true, + claim: testVolumeClaim(goodName, goodNS, core.PersistentVolumeClaimSpec{ + AccessModes: []core.PersistentVolumeAccessMode{ + core.ReadWriteOnce, + }, + Resources: core.ResourceRequirements{ + Requests: core.ResourceList{ + core.ResourceName(core.ResourceStorage): resource.MustParse("10G"), + }, + }, + DataSource: &core.TypedLocalObjectReference{ + Kind: "PersistentVolumeClaim", + Name: "pvc1", + }, + DataSourceRef: &core.TypedLocalObjectReference{ + Kind: "PersistentVolumeClaim", + Name: "pvc2", + }, + }), + }, } for name, scenario := range scenarios { @@ -16833,7 +16854,7 @@ func TestValidateWindowsSecurityContextOptions(t *testing.T) { } } -func testDataSourceInSpec(name string, kind string, apiGroup string) *core.PersistentVolumeClaimSpec { +func testDataSourceInSpec(name, kind, apiGroup string) *core.PersistentVolumeClaimSpec { scName := "csi-plugin" dataSourceInSpec := core.PersistentVolumeClaimSpec{ AccessModes: []core.PersistentVolumeAccessMode{ @@ -16891,14 +16912,13 @@ func TestAlphaVolumePVCDataSource(t *testing.T) { } for _, tc := range testCases { + opts := PersistentVolumeClaimSpecValidationOptions{} if tc.expectedFail { - opts := PersistentVolumeClaimSpecValidationOptions{} if errs := ValidatePersistentVolumeClaimSpec(&tc.claimSpec, field.NewPath("spec"), opts); len(errs) == 0 { t.Errorf("expected failure: %v", errs) } } else { - opts := PersistentVolumeClaimSpecValidationOptions{} if errs := ValidatePersistentVolumeClaimSpec(&tc.claimSpec, field.NewPath("spec"), opts); len(errs) != 0 { t.Errorf("expected success: %v", errs) } @@ -16906,6 +16926,67 @@ func TestAlphaVolumePVCDataSource(t *testing.T) { } } +func testAnyDataSource(t *testing.T, ds, dsRef bool) { + testCases := []struct { + testName string + claimSpec core.PersistentVolumeClaimSpec + expectedFail bool + }{ + { + testName: "test create from valid snapshot source", + claimSpec: *testDataSourceInSpec("test_snapshot", "VolumeSnapshot", "snapshot.storage.k8s.io"), + }, + { + testName: "test create from valid pvc source", + claimSpec: *testDataSourceInSpec("test_pvc", "PersistentVolumeClaim", ""), + }, + { + testName: "test missing name in snapshot datasource should fail", + claimSpec: *testDataSourceInSpec("", "VolumeSnapshot", "snapshot.storage.k8s.io"), + expectedFail: true, + }, + { + testName: "test missing kind in snapshot datasource should fail", + claimSpec: *testDataSourceInSpec("test_snapshot", "", "snapshot.storage.k8s.io"), + expectedFail: true, + }, + { + testName: "test create from valid generic custom resource source", + claimSpec: *testDataSourceInSpec("test_generic", "Generic", "generic.storage.k8s.io"), + }, + { + testName: "test invalid datasource should fail", + claimSpec: *testDataSourceInSpec("test_pod", "Pod", ""), + expectedFail: true, + }, + } + + for _, tc := range testCases { + if dsRef { + tc.claimSpec.DataSourceRef = tc.claimSpec.DataSource.DeepCopy() + } + if !ds { + tc.claimSpec.DataSource = nil + } + opts := PersistentVolumeClaimSpecValidationOptions{} + if tc.expectedFail { + if errs := ValidatePersistentVolumeClaimSpec(&tc.claimSpec, field.NewPath("spec"), opts); len(errs) == 0 { + t.Errorf("expected failure: %v", errs) + } + } else { + if errs := ValidatePersistentVolumeClaimSpec(&tc.claimSpec, field.NewPath("spec"), opts); len(errs) != 0 { + t.Errorf("expected success: %v", errs) + } + } + } +} + +func TestAnyDataSource(t *testing.T) { + testAnyDataSource(t, true, false) + testAnyDataSource(t, false, true) + testAnyDataSource(t, true, false) +} + func TestValidateTopologySpreadConstraints(t *testing.T) { testCases := []struct { name string diff --git a/pkg/apis/core/zz_generated.deepcopy.go b/pkg/apis/core/zz_generated.deepcopy.go index cb5e272f166..0e5fa25612a 100644 --- a/pkg/apis/core/zz_generated.deepcopy.go +++ b/pkg/apis/core/zz_generated.deepcopy.go @@ -2936,6 +2936,11 @@ func (in *PersistentVolumeClaimSpec) DeepCopyInto(out *PersistentVolumeClaimSpec *out = new(TypedLocalObjectReference) (*in).DeepCopyInto(*out) } + if in.DataSourceRef != nil { + in, out := &in.DataSourceRef, &out.DataSourceRef + *out = new(TypedLocalObjectReference) + (*in).DeepCopyInto(*out) + } return } diff --git a/pkg/registry/core/persistentvolumeclaim/storage/storage.go b/pkg/registry/core/persistentvolumeclaim/storage/storage.go index 409e0695365..f02eb05b3c8 100644 --- a/pkg/registry/core/persistentvolumeclaim/storage/storage.go +++ b/pkg/registry/core/persistentvolumeclaim/storage/storage.go @@ -18,6 +18,7 @@ package storage import ( "context" + pvcutil "k8s.io/kubernetes/pkg/api/persistentvolumeclaim" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime" @@ -62,7 +63,10 @@ func NewREST(optsGetter generic.RESTOptionsGetter) (*REST, *StatusREST, error) { statusStore.UpdateStrategy = persistentvolumeclaim.StatusStrategy statusStore.ResetFieldsStrategy = persistentvolumeclaim.StatusStrategy - return &REST{store}, &StatusREST{store: &statusStore}, nil + rest := &REST{store} + store.Decorator = rest.defaultOnRead + + return rest, &StatusREST{store: &statusStore}, nil } // Implement ShortNamesProvider @@ -73,6 +77,46 @@ func (r *REST) ShortNames() []string { return []string{"pvc"} } +// defaultOnRead sets interlinked fields that were not previously set on read. +// We can't do this in the normal defaulting path because that same logic +// applies on Get, Create, and Update, but we need to distinguish between them. +// +// This will be called on both PersistentVolumeClaim and PersistentVolumeClaimList types. +func (r *REST) defaultOnRead(obj runtime.Object) { + switch s := obj.(type) { + case *api.PersistentVolumeClaim: + r.defaultOnReadPvc(s) + case *api.PersistentVolumeClaimList: + r.defaultOnReadPvcList(s) + default: + // This was not an object we can default. This is not an error, as the + // caching layer can pass through here, too. + } +} + +// defaultOnReadPvcList defaults a PersistentVolumeClaimList. +func (r *REST) defaultOnReadPvcList(pvcList *api.PersistentVolumeClaimList) { + if pvcList == nil { + return + } + + for i := range pvcList.Items { + r.defaultOnReadPvc(&pvcList.Items[i]) + } +} + +// defaultOnReadPvc defaults a single PersistentVolumeClaim. +func (r *REST) defaultOnReadPvc(pvc *api.PersistentVolumeClaim) { + if pvc == nil { + return + } + + // We set dataSourceRef to the same value as dataSource at creation time now, + // but for pre-existing PVCs with data sources, the dataSourceRef field will + // be blank, so we fill it in here at read time. + pvcutil.NormalizeDataSources(&pvc.Spec) +} + // StatusREST implements the REST endpoint for changing the status of a persistentvolumeclaim. type StatusREST struct { store *genericregistry.Store diff --git a/pkg/registry/core/persistentvolumeclaim/storage/storage_test.go b/pkg/registry/core/persistentvolumeclaim/storage/storage_test.go index e623e7115b3..5cbdc2a65ca 100644 --- a/pkg/registry/core/persistentvolumeclaim/storage/storage_test.go +++ b/pkg/registry/core/persistentvolumeclaim/storage/storage_test.go @@ -17,6 +17,7 @@ limitations under the License. package storage import ( + "reflect" "testing" apiequality "k8s.io/apimachinery/pkg/api/equality" @@ -31,7 +32,10 @@ import ( genericregistrytest "k8s.io/apiserver/pkg/registry/generic/testing" "k8s.io/apiserver/pkg/registry/rest" etcd3testing "k8s.io/apiserver/pkg/storage/etcd3/testing" + utilfeature "k8s.io/apiserver/pkg/util/feature" + featuregatetesting "k8s.io/component-base/featuregate/testing" api "k8s.io/kubernetes/pkg/apis/core" + "k8s.io/kubernetes/pkg/features" "k8s.io/kubernetes/pkg/registry/registrytest" ) @@ -207,3 +211,95 @@ func TestShortNames(t *testing.T) { expected := []string{"pvc"} registrytest.AssertShortNames(t, storage, expected) } + +func TestDefaultOnReadPvc(t *testing.T) { + storage, _, server := newStorage(t) + defer server.Terminate(t) + defer storage.Store.DestroyFunc() + + dataSource := api.TypedLocalObjectReference{ + Kind: "PersistentVolumeClaim", + Name: "my-pvc", + } + + var tests = map[string]struct { + anyEnabled bool + dataSource bool + dataSourceRef bool + want bool + wantRef bool + }{ + "any disabled with empty ds": { + anyEnabled: false, + }, + "any disabled with volume ds": { + dataSource: true, + want: true, + }, + "any disabled with volume ds ref": { + dataSourceRef: true, + wantRef: true, + }, + "any disabled with both data sources": { + dataSource: true, + dataSourceRef: true, + want: true, + wantRef: true, + }, + "any enabled with empty ds": { + anyEnabled: true, + }, + "any enabled with volume ds": { + anyEnabled: true, + dataSource: true, + want: true, + wantRef: true, + }, + "any enabled with volume ds ref": { + anyEnabled: true, + dataSourceRef: true, + want: true, + wantRef: true, + }, + "any enabled with both data sources": { + anyEnabled: true, + dataSource: true, + dataSourceRef: true, + want: true, + wantRef: true, + }, + } + + for testName, test := range tests { + t.Run(testName, func(t *testing.T) { + defer featuregatetesting.SetFeatureGateDuringTest(t, utilfeature.DefaultFeatureGate, features.AnyVolumeDataSource, test.anyEnabled)() + pvc := new(api.PersistentVolumeClaim) + if test.dataSource { + pvc.Spec.DataSource = dataSource.DeepCopy() + } + if test.dataSourceRef { + pvc.Spec.DataSourceRef = dataSource.DeepCopy() + } + var expectDataSource *api.TypedLocalObjectReference + if test.want { + expectDataSource = &dataSource + } + var expectDataSourceRef *api.TypedLocalObjectReference + if test.wantRef { + expectDataSourceRef = &dataSource + } + + // Method under test + storage.defaultOnReadPvc(pvc) + + if !reflect.DeepEqual(pvc.Spec.DataSource, expectDataSource) { + t.Errorf("data source does not match, test: %s, anyEnabled: %v, dataSource: %v, expected: %v", + testName, test.anyEnabled, test.dataSource, test.want) + } + if !reflect.DeepEqual(pvc.Spec.DataSourceRef, expectDataSourceRef) { + t.Errorf("data source ref does not match, test: %s, anyEnabled: %v, dataSourceRef: %v, expected: %v", + testName, test.anyEnabled, test.dataSourceRef, test.wantRef) + } + }) + } +} diff --git a/pkg/registry/core/persistentvolumeclaim/strategy.go b/pkg/registry/core/persistentvolumeclaim/strategy.go index c8f2025311f..b9e975794b8 100644 --- a/pkg/registry/core/persistentvolumeclaim/strategy.go +++ b/pkg/registry/core/persistentvolumeclaim/strategy.go @@ -67,7 +67,17 @@ func (persistentvolumeclaimStrategy) PrepareForCreate(ctx context.Context, obj r pvc := obj.(*api.PersistentVolumeClaim) pvc.Status = api.PersistentVolumeClaimStatus{} - pvcutil.DropDisabledFields(&pvc.Spec, nil) + pvcutil.DropDisabledFields(&pvc.Spec) + + // For data sources, we need to do 2 things to implement KEP 1495 + + // First drop invalid values from spec.dataSource (anything other than PVC or + // VolumeSnapshot) if certain conditions are met. + pvcutil.EnforceDataSourceBackwardsCompatibility(&pvc.Spec, nil) + + // Second copy dataSource -> dataSourceRef or dataSourceRef -> dataSource if one of them + // is nil and the other is non-nil + pvcutil.NormalizeDataSources(&pvc.Spec) } func (persistentvolumeclaimStrategy) Validate(ctx context.Context, obj runtime.Object) field.ErrorList { @@ -95,7 +105,15 @@ func (persistentvolumeclaimStrategy) PrepareForUpdate(ctx context.Context, obj, oldPvc := old.(*api.PersistentVolumeClaim) newPvc.Status = oldPvc.Status - pvcutil.DropDisabledFields(&newPvc.Spec, &oldPvc.Spec) + pvcutil.DropDisabledFields(&newPvc.Spec) + + // We need to use similar logic to PrepareForCreate here both to preserve backwards + // compatibility with the old behavior (ignoring of garbage dataSources at both create + // and update time) and also for compatibility with older clients, that might omit + // the dataSourceRef field which we filled in automatically, so we have to fill it + // in again here. + pvcutil.EnforceDataSourceBackwardsCompatibility(&newPvc.Spec, &oldPvc.Spec) + pvcutil.NormalizeDataSources(&newPvc.Spec) } func (persistentvolumeclaimStrategy) ValidateUpdate(ctx context.Context, obj, old runtime.Object) field.ErrorList { diff --git a/pkg/registry/core/persistentvolumeclaim/strategy_test.go b/pkg/registry/core/persistentvolumeclaim/strategy_test.go index 7dd07bcd42e..44d3091038e 100644 --- a/pkg/registry/core/persistentvolumeclaim/strategy_test.go +++ b/pkg/registry/core/persistentvolumeclaim/strategy_test.go @@ -118,3 +118,139 @@ func TestDropConditions(t *testing.T) { } } } + +func TestPrepareForCreate(t *testing.T) { + ctx := genericapirequest.NewDefaultContext() + + makeDataSource := func(apiGroup, kind, name string) *api.TypedLocalObjectReference { + return &api.TypedLocalObjectReference{ + APIGroup: &apiGroup, + Kind: kind, + Name: name, + } + } + + volumeDataSource := makeDataSource("", "PersistentVolumeClaim", "my-vol") + snapshotDataSource := makeDataSource("snapshot.storage.k8s.io", "VolumeSnapshot", "my-snap") + genericDataSource := makeDataSource("generic.storage.k8s.io", "Generic", "my-foo") + coreDataSource := makeDataSource("", "Pod", "my-pod") + + var tests = map[string]struct { + anyEnabled bool + dataSource *api.TypedLocalObjectReference + dataSourceRef *api.TypedLocalObjectReference + want *api.TypedLocalObjectReference + wantRef *api.TypedLocalObjectReference + }{ + "any disabled with empty ds": { + want: nil, + }, + "any disabled with volume ds": { + dataSource: volumeDataSource, + want: volumeDataSource, + }, + "any disabled with snapshot ds": { + dataSource: snapshotDataSource, + want: snapshotDataSource, + }, + "any disabled with generic ds": { + dataSource: genericDataSource, + want: nil, + }, + "any disabled with invalid ds": { + dataSource: coreDataSource, + want: nil, + }, + "any disabled with volume ds ref": { + dataSourceRef: volumeDataSource, + }, + "any disabled with snapshot ds ref": { + dataSourceRef: snapshotDataSource, + }, + "any disabled with generic ds ref": { + dataSourceRef: genericDataSource, + }, + "any disabled with invalid ds ref": { + dataSourceRef: coreDataSource, + }, + "any enabled with empty ds": { + anyEnabled: true, + want: nil, + }, + "any enabled with volume ds": { + dataSource: volumeDataSource, + anyEnabled: true, + want: volumeDataSource, + wantRef: volumeDataSource, + }, + "any enabled with snapshot ds": { + dataSource: snapshotDataSource, + anyEnabled: true, + want: snapshotDataSource, + wantRef: snapshotDataSource, + }, + "any enabled with generic ds": { + dataSource: genericDataSource, + anyEnabled: true, + }, + "any enabled with invalid ds": { + dataSource: coreDataSource, + anyEnabled: true, + }, + "any enabled with volume ds ref": { + dataSourceRef: volumeDataSource, + anyEnabled: true, + want: volumeDataSource, + wantRef: volumeDataSource, + }, + "any enabled with snapshot ds ref": { + dataSourceRef: snapshotDataSource, + anyEnabled: true, + want: snapshotDataSource, + wantRef: snapshotDataSource, + }, + "any enabled with generic ds ref": { + dataSourceRef: genericDataSource, + anyEnabled: true, + want: genericDataSource, + wantRef: genericDataSource, + }, + "any enabled with invalid ds ref": { + dataSourceRef: coreDataSource, + anyEnabled: true, + want: coreDataSource, + wantRef: coreDataSource, + }, + "any enabled with mismatched data sources": { + dataSource: volumeDataSource, + dataSourceRef: snapshotDataSource, + anyEnabled: true, + want: volumeDataSource, + wantRef: snapshotDataSource, + }, + } + + for testName, test := range tests { + t.Run(testName, func(t *testing.T) { + defer featuregatetesting.SetFeatureGateDuringTest(t, utilfeature.DefaultFeatureGate, features.AnyVolumeDataSource, test.anyEnabled)() + pvc := api.PersistentVolumeClaim{ + Spec: api.PersistentVolumeClaimSpec{ + DataSource: test.dataSource, + DataSourceRef: test.dataSourceRef, + }, + } + + // Method under test + Strategy.PrepareForCreate(ctx, &pvc) + + if !reflect.DeepEqual(pvc.Spec.DataSource, test.want) { + t.Errorf("data source does not match, test: %s, anyEnabled: %v, dataSource: %v, expected: %v", + testName, test.anyEnabled, test.dataSource, test.want) + } + if !reflect.DeepEqual(pvc.Spec.DataSourceRef, test.wantRef) { + t.Errorf("data source ref does not match, test: %s, anyEnabled: %v, dataSourceRef: %v, expected: %v", + testName, test.anyEnabled, test.dataSourceRef, test.wantRef) + } + }) + } +} diff --git a/staging/src/k8s.io/api/core/v1/generated.pb.go b/staging/src/k8s.io/api/core/v1/generated.pb.go index 9ca70b61bee..2594443719b 100644 --- a/staging/src/k8s.io/api/core/v1/generated.pb.go +++ b/staging/src/k8s.io/api/core/v1/generated.pb.go @@ -6087,16 +6087,16 @@ func init() { } var fileDescriptor_83c10c24ec417dc9 = []byte{ - // 14044 bytes of a gzipped FileDescriptorProto + // 14068 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0xbd, 0x69, 0x70, 0x5c, 0xd9, - 0x75, 0x18, 0xac, 0xd7, 0x8d, 0xad, 0x0f, 0xf6, 0x0b, 0x92, 0x03, 0x62, 0x86, 0x04, 0xe7, 0x51, - 0xe2, 0x70, 0x34, 0x33, 0xa0, 0x38, 0x8b, 0x34, 0x9e, 0x91, 0xc6, 0x02, 0xd0, 0x00, 0xd9, 0x43, - 0x02, 0xec, 0xb9, 0x0d, 0x92, 0x92, 0x3c, 0x52, 0xe9, 0xa1, 0xfb, 0x02, 0x78, 0x42, 0xf7, 0x7b, - 0x3d, 0xef, 0xbd, 0x06, 0x89, 0xf9, 0xe4, 0xfa, 0xfc, 0xc9, 0xab, 0xbc, 0x7c, 0xa5, 0x4a, 0x39, - 0x9b, 0xed, 0x72, 0xa5, 0x1c, 0xa7, 0x6c, 0xc5, 0xd9, 0x1c, 0x3b, 0xb6, 0x63, 0x39, 0xb1, 0x13, - 0x67, 0x71, 0xf2, 0xc3, 0x71, 0x5c, 0x89, 0xe5, 0x2a, 0x57, 0x10, 0x9b, 0x4e, 0x95, 0x4b, 0x3f, - 0x62, 0x3b, 0x71, 0xf2, 0x23, 0x88, 0x2b, 0x4e, 0xdd, 0xf5, 0xdd, 0xfb, 0x96, 0xee, 0x06, 0x07, - 0x84, 0x46, 0xaa, 0xf9, 0xd7, 0x7d, 0xcf, 0xb9, 0xe7, 0xde, 0x77, 0xd7, 0x73, 0xcf, 0x0a, 0xaf, + 0x79, 0x18, 0xaa, 0xdb, 0x8d, 0xad, 0x3f, 0xec, 0x07, 0x24, 0x07, 0xc4, 0x0c, 0x09, 0xce, 0xa5, + 0xc4, 0xe1, 0x68, 0x66, 0x40, 0x71, 0x16, 0x69, 0x3c, 0x23, 0x8d, 0x05, 0xa0, 0x01, 0xb2, 0x87, + 0x04, 0xd8, 0x73, 0x1a, 0x24, 0x25, 0x79, 0xa4, 0xd2, 0x45, 0xf7, 0x01, 0x70, 0x85, 0xee, 0x7b, + 0x7b, 0xee, 0xbd, 0x0d, 0x12, 0xf3, 0xe4, 0x7a, 0x7e, 0xf2, 0x2a, 0x2f, 0xaf, 0x54, 0xaf, 0xfc, + 0xb2, 0xd8, 0x2e, 0x57, 0xca, 0x71, 0xca, 0x56, 0x94, 0xcd, 0xb1, 0x63, 0x3b, 0x96, 0x13, 0x3b, + 0xbb, 0x93, 0x1f, 0x8e, 0xe3, 0x4a, 0x2c, 0x57, 0xb9, 0x82, 0xd8, 0x74, 0xaa, 0x5c, 0xfa, 0x11, + 0xdb, 0x89, 0x93, 0x1f, 0x41, 0x5c, 0x71, 0xea, 0xac, 0xf7, 0x9c, 0xbb, 0x74, 0x37, 0x38, 0x20, + 0x34, 0x52, 0xcd, 0xbf, 0xee, 0xf3, 0x7d, 0xe7, 0x3b, 0xe7, 0x9e, 0xf5, 0x3b, 0xdf, 0x0a, 0xaf, 0xee, 0xbe, 0x1c, 0x2e, 0xb8, 0xfe, 0x95, 0xdd, 0xce, 0x26, 0x09, 0x3c, 0x12, 0x91, 0xf0, 0xca, 0x1e, 0xf1, 0x1a, 0x7e, 0x70, 0x45, 0x00, 0x9c, 0xb6, 0x7b, 0xa5, 0xee, 0x07, 0xe4, 0xca, 0xde, 0xd5, 0x2b, 0xdb, 0xc4, 0x23, 0x81, 0x13, 0x91, 0xc6, 0x42, 0x3b, 0xf0, 0x23, 0x1f, 0x21, 0x8e, @@ -6106,7 +6106,7 @@ var fileDescriptor_83c10c24ec417dc9 = []byte{ 0x60, 0xff, 0x4a, 0x7b, 0x77, 0x9b, 0xb5, 0x1b, 0x90, 0xd0, 0xef, 0x04, 0x75, 0x92, 0x6c, 0xb8, 0x6b, 0xad, 0xf0, 0x4a, 0x8b, 0x44, 0x4e, 0x46, 0x77, 0xe7, 0xae, 0xe4, 0xd5, 0x0a, 0x3a, 0x5e, 0xe4, 0xb6, 0xd2, 0xcd, 0x7c, 0xb8, 0x57, 0x85, 0xb0, 0xbe, 0x43, 0x5a, 0x4e, 0xaa, 0xde, 0x0b, - 0x79, 0xf5, 0x3a, 0x91, 0xdb, 0xbc, 0xe2, 0x7a, 0x51, 0x18, 0x05, 0xc9, 0x4a, 0xf6, 0x57, 0x2d, + 0x79, 0xf5, 0x3a, 0x91, 0xdb, 0xbc, 0xe2, 0x7a, 0x51, 0x18, 0x05, 0xc9, 0x4a, 0xf6, 0xd7, 0x2c, 0xb8, 0xb0, 0x78, 0xb7, 0xb6, 0xd2, 0x74, 0xc2, 0xc8, 0xad, 0x2f, 0x35, 0xfd, 0xfa, 0x6e, 0x2d, 0xf2, 0x03, 0x72, 0xc7, 0x6f, 0x76, 0x5a, 0xa4, 0xc6, 0x06, 0x02, 0x3d, 0x0b, 0x23, 0x7b, 0xec, 0x7f, 0xa5, 0x3c, 0x6b, 0x5d, 0xb0, 0x2e, 0x97, 0x96, 0xa6, 0x7e, 0xe3, 0x60, 0xfe, 0x7d, 0x0f, @@ -6114,7 +6114,7 @@ var fileDescriptor_83c10c24ec417dc9 = []byte{ 0x64, 0xb6, 0xc0, 0x70, 0x27, 0x04, 0xee, 0xd0, 0x6a, 0x8d, 0x96, 0x62, 0x01, 0x45, 0x57, 0xa0, 0xd4, 0x76, 0x82, 0xc8, 0x8d, 0x5c, 0xdf, 0x9b, 0x2d, 0x5e, 0xb0, 0x2e, 0x0f, 0x2e, 0x4d, 0x0b, 0xd4, 0x52, 0x55, 0x02, 0x70, 0x8c, 0x43, 0xbb, 0x11, 0x10, 0xa7, 0x71, 0xcb, 0x6b, 0xee, 0xcf, - 0x0e, 0x5c, 0xb0, 0x2e, 0x8f, 0xc4, 0xdd, 0xc0, 0xa2, 0x1c, 0x2b, 0x0c, 0xfb, 0x47, 0x0a, 0x30, + 0x0e, 0x5c, 0xb0, 0x2e, 0x8f, 0xc4, 0xdd, 0xc0, 0xa2, 0x1c, 0x2b, 0x0c, 0xfb, 0xc7, 0x0a, 0x30, 0xb2, 0xb8, 0xb5, 0xe5, 0x7a, 0x6e, 0xb4, 0x8f, 0xee, 0xc0, 0x98, 0xe7, 0x37, 0x88, 0xfc, 0xcf, 0xbe, 0x62, 0xf4, 0xf9, 0x0b, 0x0b, 0xe9, 0xa5, 0xb4, 0xb0, 0xae, 0xe1, 0x2d, 0x4d, 0x3d, 0x38, 0x98, 0x1f, 0xd3, 0x4b, 0xb0, 0x41, 0x07, 0x61, 0x18, 0x6d, 0xfb, 0x0d, 0x45, 0xb6, 0xc0, 0xc8, @@ -6127,7 +6127,7 @@ var fileDescriptor_83c10c24ec417dc9 = []byte{ 0x68, 0x47, 0xcc, 0x37, 0x12, 0x75, 0xa1, 0xac, 0x20, 0x58, 0xc3, 0xb2, 0xef, 0x43, 0x69, 0x71, 0xcf, 0x77, 0x1b, 0x55, 0xbf, 0x11, 0xa2, 0x5d, 0x98, 0x6c, 0x07, 0x64, 0x8b, 0x04, 0xaa, 0x68, 0xd6, 0xba, 0x50, 0xbc, 0x3c, 0xfa, 0xfc, 0xe5, 0xcc, 0x8f, 0x35, 0x51, 0x57, 0xbc, 0x28, 0xd8, - 0x5f, 0x7a, 0x4c, 0xb4, 0x37, 0x99, 0x80, 0xe2, 0x24, 0x65, 0xfb, 0x5f, 0x14, 0xe0, 0xf4, 0xe2, + 0x5f, 0x7a, 0x4c, 0xb4, 0x37, 0x99, 0x80, 0xe2, 0x24, 0x65, 0xfb, 0x9f, 0x17, 0xe0, 0xf4, 0xe2, 0xdb, 0x9d, 0x80, 0x94, 0xdd, 0x70, 0x37, 0xb9, 0xc2, 0x1b, 0x6e, 0xb8, 0xbb, 0x1e, 0x8f, 0x80, 0x5a, 0x5a, 0x65, 0x51, 0x8e, 0x15, 0x06, 0x7a, 0x0e, 0x86, 0xe9, 0xef, 0xdb, 0xb8, 0x22, 0x3e, 0x79, 0x46, 0x20, 0x8f, 0x96, 0x9d, 0xc8, 0x29, 0x73, 0x10, 0x96, 0x38, 0x68, 0x0d, 0x46, 0xeb, @@ -6140,84 +6140,84 @@ var fileDescriptor_83c10c24ec417dc9 = []byte{ 0x42, 0x52, 0x0f, 0x48, 0xa4, 0x0d, 0xa9, 0x5a, 0x18, 0x35, 0x05, 0xc1, 0x1a, 0x16, 0x3d, 0x10, 0xc2, 0x1d, 0x27, 0x60, 0xeb, 0x4b, 0x0c, 0xac, 0x3a, 0x10, 0x6a, 0x12, 0x80, 0x63, 0x1c, 0xe3, 0x40, 0x28, 0xf6, 0x3a, 0x10, 0xd0, 0xc7, 0x60, 0x32, 0x6e, 0x2c, 0x6c, 0x3b, 0x75, 0x39, 0x80, - 0x6c, 0xcb, 0xd4, 0x4c, 0x10, 0x4e, 0xe2, 0xda, 0x7f, 0xdb, 0x12, 0x8b, 0x87, 0x7e, 0xf5, 0xbb, - 0xfc, 0x5b, 0xed, 0x5f, 0xb2, 0x60, 0x78, 0xc9, 0xf5, 0x1a, 0xae, 0xb7, 0x8d, 0x3e, 0x0b, 0x23, + 0x6c, 0xcb, 0xd4, 0x4c, 0x10, 0x4e, 0xe2, 0xda, 0x7f, 0xd3, 0x12, 0x8b, 0x87, 0x7e, 0xf5, 0xbb, + 0xfc, 0x5b, 0xed, 0x5f, 0xb6, 0x60, 0x78, 0xc9, 0xf5, 0x1a, 0xae, 0xb7, 0x8d, 0x3e, 0x0b, 0x23, 0xf4, 0x6e, 0x6a, 0x38, 0x91, 0x23, 0xce, 0xbd, 0x0f, 0x69, 0x7b, 0x4b, 0x5d, 0x15, 0x0b, 0xed, 0xdd, 0x6d, 0x5a, 0x10, 0x2e, 0x50, 0x6c, 0xba, 0xdb, 0x6e, 0x6d, 0x7e, 0x8e, 0xd4, 0xa3, 0x35, 0x12, 0x39, 0xf1, 0xe7, 0xc4, 0x65, 0x58, 0x51, 0x45, 0x37, 0x60, 0x28, 0x72, 0x82, 0x6d, 0x12, 0x89, 0x03, 0x30, 0xf3, 0xa0, 0xe2, 0x35, 0x31, 0xdd, 0x91, 0xc4, 0xab, 0x93, 0xf8, 0x5a, 0xd8, - 0x60, 0x55, 0xb1, 0x20, 0x61, 0xff, 0xd0, 0x30, 0x9c, 0x5d, 0xae, 0x55, 0x72, 0xd6, 0xd5, 0x25, + 0x60, 0x55, 0xb1, 0x20, 0x61, 0xff, 0xc8, 0x30, 0x9c, 0x5d, 0xae, 0x55, 0x72, 0xd6, 0xd5, 0x25, 0x18, 0x6a, 0x04, 0xee, 0x1e, 0x09, 0xc4, 0x38, 0x2b, 0x2a, 0x65, 0x56, 0x8a, 0x05, 0x14, 0xbd, 0x0c, 0x63, 0xfc, 0x42, 0xba, 0xee, 0x78, 0x8d, 0xa6, 0x1c, 0xe2, 0x53, 0x02, 0x7b, 0xec, 0x8e, 0x06, 0xc3, 0x06, 0xe6, 0x11, 0x17, 0xd5, 0xa5, 0xc4, 0x66, 0xcc, 0xbb, 0xec, 0xbe, 0x68, 0xc1, 0x14, 0x6f, 0x66, 0x31, 0x8a, 0x02, 0x77, 0xb3, 0x13, 0x91, 0x70, 0x76, 0x90, 0x9d, 0x74, 0xcb, 0x59, 0xa3, 0x95, 0x3b, 0x02, 0x0b, 0x77, 0x12, 0x54, 0xf8, 0x21, 0x38, 0x2b, 0xda, 0x9d, 0x4a, - 0x82, 0x71, 0xaa, 0x59, 0xf4, 0x9d, 0x16, 0xcc, 0xd5, 0x7d, 0x2f, 0x0a, 0xfc, 0x66, 0x93, 0x04, + 0x82, 0x71, 0xaa, 0x59, 0xf4, 0xdd, 0x16, 0xcc, 0xd5, 0x7d, 0x2f, 0x0a, 0xfc, 0x66, 0x93, 0x04, 0xd5, 0xce, 0x66, 0xd3, 0x0d, 0x77, 0xf8, 0x3a, 0xc5, 0x64, 0x8b, 0x9d, 0x04, 0x39, 0x73, 0xa8, 0x90, 0xc4, 0x1c, 0x9e, 0x7f, 0x70, 0x30, 0x3f, 0xb7, 0x9c, 0x4b, 0x0a, 0x77, 0x69, 0x06, 0xed, 0x02, 0xa2, 0x57, 0x69, 0x2d, 0x72, 0xb6, 0x49, 0xdc, 0xf8, 0x70, 0xff, 0x8d, 0x9f, 0x79, 0x70, 0x30, 0x8f, 0xd6, 0x53, 0x24, 0x70, 0x06, 0x59, 0xf4, 0x16, 0x9c, 0xa2, 0xa5, 0xa9, 0x6f, 0x1d, - 0xe9, 0xbf, 0xb9, 0xd9, 0x07, 0x07, 0xf3, 0xa7, 0xd6, 0x33, 0x88, 0xe0, 0x4c, 0xd2, 0xe8, 0x3b, + 0xe9, 0xbf, 0xb9, 0xd9, 0x07, 0x07, 0xf3, 0xa7, 0xd6, 0x33, 0x88, 0xe0, 0x4c, 0xd2, 0xe8, 0xbb, 0x2c, 0x38, 0x1b, 0x7f, 0xfe, 0xca, 0xfd, 0xb6, 0xe3, 0x35, 0xe2, 0x86, 0x4b, 0xfd, 0x37, 0x4c, 0xcf, 0xe4, 0xb3, 0xcb, 0x79, 0x94, 0x70, 0x7e, 0x23, 0x73, 0xcb, 0x70, 0x3a, 0x73, 0xb5, 0xa0, 0x29, 0x28, 0xee, 0x12, 0xce, 0x05, 0x95, 0x30, 0xfd, 0x89, 0x4e, 0xc1, 0xe0, 0x9e, 0xd3, 0xec, - 0x88, 0x8d, 0x82, 0xf9, 0x9f, 0x57, 0x0a, 0x2f, 0x5b, 0xf6, 0xbf, 0x2c, 0xc2, 0xe4, 0x72, 0xad, + 0x88, 0x8d, 0x82, 0xf9, 0x9f, 0x57, 0x0a, 0x2f, 0x5b, 0xf6, 0xbf, 0x28, 0xc2, 0xe4, 0x72, 0xad, 0xf2, 0x50, 0xbb, 0x50, 0xbf, 0x86, 0x0a, 0x5d, 0xaf, 0xa1, 0xf8, 0x52, 0x2b, 0xe6, 0x5e, 0x6a, - 0xff, 0x6f, 0xc6, 0x16, 0x1a, 0x60, 0x5b, 0xe8, 0x5b, 0x72, 0xb6, 0xd0, 0x31, 0x6f, 0x9c, 0xbd, + 0xff, 0x77, 0xc6, 0x16, 0x1a, 0x60, 0x5b, 0xe8, 0xdb, 0x72, 0xb6, 0xd0, 0x31, 0x6f, 0x9c, 0xbd, 0x9c, 0x55, 0x34, 0xc8, 0x26, 0x33, 0x93, 0x63, 0xb9, 0xe9, 0xd7, 0x9d, 0x66, 0xf2, 0xe8, 0x3b, 0xe2, 0x52, 0x3a, 0x9e, 0x79, 0xac, 0xc3, 0xd8, 0xb2, 0xd3, 0x76, 0x36, 0xdd, 0xa6, 0x1b, 0xb9, 0x24, 0x44, 0x4f, 0x41, 0xd1, 0x69, 0x34, 0x18, 0xb7, 0x55, 0x5a, 0x3a, 0xfd, 0xe0, 0x60, 0xbe, 0xb8, 0xd8, 0xa0, 0xd7, 0x3e, 0x28, 0xac, 0x7d, 0x4c, 0x31, 0xd0, 0x07, 0x61, 0xa0, 0x11, 0xf8, 0xed, 0xd9, 0x02, 0xc3, 0xa4, 0xbb, 0x6e, 0xa0, 0x1c, 0xf8, 0xed, 0x04, 0x2a, 0xc3, 0xb1, 0x7f, - 0xad, 0x00, 0x4f, 0x2c, 0x93, 0xf6, 0xce, 0x6a, 0x2d, 0xe7, 0xfc, 0xbe, 0x0c, 0x23, 0x2d, 0xdf, + 0xbd, 0x00, 0x4f, 0x2c, 0x93, 0xf6, 0xce, 0x6a, 0x2d, 0xe7, 0xfc, 0xbe, 0x0c, 0x23, 0x2d, 0xdf, 0x73, 0x23, 0x3f, 0x08, 0x45, 0xd3, 0x6c, 0x45, 0xac, 0x89, 0x32, 0xac, 0xa0, 0xe8, 0x02, 0x0c, 0xb4, 0x63, 0xa6, 0x72, 0x4c, 0x32, 0xa4, 0x8c, 0x9d, 0x64, 0x10, 0x8a, 0xd1, 0x09, 0x49, 0x20, 0x56, 0x8c, 0xc2, 0xb8, 0x1d, 0x92, 0x00, 0x33, 0x48, 0x7c, 0x33, 0xd3, 0x3b, 0x5b, 0x9c, 0xd0, 0x89, 0x9b, 0x99, 0x42, 0xb0, 0x86, 0x85, 0xaa, 0x50, 0x0a, 0x13, 0x33, 0xdb, 0xd7, 0x36, 0x1d, - 0x67, 0x57, 0xb7, 0x9a, 0xc9, 0x98, 0x88, 0x71, 0xa3, 0x0c, 0xf5, 0xbc, 0xba, 0xbf, 0x52, 0x00, - 0xc4, 0x87, 0xf0, 0x1b, 0x6c, 0xe0, 0x6e, 0xa7, 0x07, 0xae, 0xff, 0x2d, 0x71, 0x5c, 0xa3, 0xf7, - 0x3f, 0x2c, 0x78, 0x62, 0xd9, 0xf5, 0x1a, 0x24, 0xc8, 0x59, 0x80, 0x8f, 0xe6, 0x2d, 0x7b, 0x34, + 0x67, 0x57, 0xb7, 0x9a, 0xc9, 0x98, 0x88, 0x71, 0xa3, 0x0c, 0xf5, 0xbc, 0xba, 0xbf, 0x5a, 0x00, + 0xc4, 0x87, 0xf0, 0x9b, 0x6c, 0xe0, 0x6e, 0xa7, 0x07, 0xae, 0xff, 0x2d, 0x71, 0x5c, 0xa3, 0xf7, + 0xdf, 0x2d, 0x78, 0x62, 0xd9, 0xf5, 0x1a, 0x24, 0xc8, 0x59, 0x80, 0x8f, 0xe6, 0x2d, 0x7b, 0x34, 0xa6, 0xc1, 0x58, 0x62, 0x03, 0xc7, 0xb0, 0xc4, 0xec, 0x3f, 0xb1, 0x00, 0xf1, 0xcf, 0x7e, 0xd7, 0x7d, 0xec, 0xed, 0xf4, 0xc7, 0x1e, 0xc3, 0xb2, 0xb0, 0x6f, 0xc2, 0xc4, 0x72, 0xd3, 0x25, 0x5e, 0x54, 0xa9, 0x2e, 0xfb, 0xde, 0x96, 0xbb, 0x8d, 0x5e, 0x81, 0x89, 0xc8, 0x6d, 0x11, 0xbf, 0x13, 0xd5, 0x48, 0xdd, 0xf7, 0xd8, 0x4b, 0xd2, 0xba, 0x3c, 0xb8, 0x84, 0x1e, 0x1c, 0xcc, 0x4f, 0x6c, 0x18, 0x10, 0x9c, 0xc0, 0xb4, 0x7f, 0x8f, 0x8e, 0x9f, 0xdf, 0x6a, 0xfb, 0x1e, 0xf1, 0xa2, 0x65, 0xdf, 0x6b, 0x70, 0x89, 0xc3, 0x2b, 0x30, 0x10, 0xd1, 0xf1, 0xe0, 0x63, 0x77, 0x49, 0x6e, 0x14, - 0x3a, 0x0a, 0x87, 0x07, 0xf3, 0x67, 0xd2, 0x35, 0xd8, 0x38, 0xb1, 0x3a, 0xe8, 0x5b, 0x60, 0x28, + 0x3a, 0x0a, 0x87, 0x07, 0xf3, 0x67, 0xd2, 0x35, 0xd8, 0x38, 0xb1, 0x3a, 0xe8, 0xdb, 0x60, 0x28, 0x8c, 0x9c, 0xa8, 0x13, 0x8a, 0xd1, 0x7c, 0x52, 0x8e, 0x66, 0x8d, 0x95, 0x1e, 0x1e, 0xcc, 0x4f, 0xaa, 0x6a, 0xbc, 0x08, 0x8b, 0x0a, 0xe8, 0x69, 0x18, 0x6e, 0x91, 0x30, 0x74, 0xb6, 0xe5, 0x6d, 0x38, 0x29, 0xea, 0x0e, 0xaf, 0xf1, 0x62, 0x2c, 0xe1, 0xe8, 0x22, 0x0c, 0x92, 0x20, 0xf0, 0x03, - 0xb1, 0x47, 0xc7, 0x05, 0xe2, 0xe0, 0x0a, 0x2d, 0xc4, 0x1c, 0x66, 0xff, 0x3b, 0x0b, 0x26, 0x55, + 0xb1, 0x47, 0xc7, 0x05, 0xe2, 0xe0, 0x0a, 0x2d, 0xc4, 0x1c, 0x66, 0xff, 0x5b, 0x0b, 0x26, 0x55, 0x5f, 0x79, 0x5b, 0x27, 0xf0, 0x2a, 0xf8, 0x14, 0x40, 0x5d, 0x7e, 0x60, 0xc8, 0x6e, 0x8f, 0xd1, 0xe7, 0x2f, 0x65, 0x5e, 0xd4, 0xa9, 0x61, 0x8c, 0x29, 0xab, 0xa2, 0x10, 0x6b, 0xd4, 0xec, 0x7f, - 0x62, 0xc1, 0x4c, 0xe2, 0x8b, 0x6e, 0xba, 0x61, 0x84, 0xde, 0x4c, 0x7d, 0xd5, 0x42, 0x7f, 0x5f, + 0x64, 0xc1, 0x4c, 0xe2, 0x8b, 0x6e, 0xba, 0x61, 0x84, 0xde, 0x4c, 0x7d, 0xd5, 0x42, 0x7f, 0x5f, 0x45, 0x6b, 0xb3, 0x6f, 0x52, 0x4b, 0x59, 0x96, 0x68, 0x5f, 0x74, 0x1d, 0x06, 0xdd, 0x88, 0xb4, 0xe4, 0xc7, 0x5c, 0xec, 0xfa, 0x31, 0xbc, 0x57, 0xf1, 0x8c, 0x54, 0x68, 0x4d, 0xcc, 0x09, 0xd8, - 0xbf, 0x56, 0x84, 0x12, 0x5f, 0xb6, 0x6b, 0x4e, 0xfb, 0x04, 0xe6, 0xe2, 0x19, 0x28, 0xb9, 0xad, + 0xbf, 0x5e, 0x84, 0x12, 0x5f, 0xb6, 0x6b, 0x4e, 0xfb, 0x04, 0xe6, 0xe2, 0x19, 0x28, 0xb9, 0xad, 0x56, 0x27, 0x72, 0x36, 0xc5, 0x71, 0x3e, 0xc2, 0xb7, 0x56, 0x45, 0x16, 0xe2, 0x18, 0x8e, 0x2a, 0x30, 0xc0, 0xba, 0xc2, 0xbf, 0xf2, 0xa9, 0xec, 0xaf, 0x14, 0x7d, 0x5f, 0x28, 0x3b, 0x91, 0xc3, 0x39, 0x29, 0x75, 0x8f, 0xd0, 0x22, 0xcc, 0x48, 0x20, 0x07, 0x60, 0xd3, 0xf5, 0x9c, 0x60, 0x9f, 0x96, 0xcd, 0x16, 0x19, 0xc1, 0xe7, 0xba, 0x13, 0x5c, 0x52, 0xf8, 0x9c, 0xac, 0xfa, 0xb0, 0x18, 0x80, 0x35, 0xa2, 0x73, 0x1f, 0x81, 0x92, 0x42, 0x3e, 0x0a, 0x43, 0x34, 0xf7, 0x31, 0x98, 0x4c, - 0xb4, 0xd5, 0xab, 0xfa, 0x98, 0xce, 0x4f, 0xfd, 0x32, 0x3b, 0x32, 0x44, 0xaf, 0x57, 0xbc, 0x3d, + 0xb4, 0xd5, 0xab, 0xfa, 0x98, 0xce, 0x4f, 0xfd, 0x0a, 0x3b, 0x32, 0x44, 0xaf, 0x57, 0xbc, 0x3d, 0x71, 0xe4, 0xbe, 0x0d, 0xa7, 0x9a, 0x19, 0x27, 0x99, 0x98, 0xd7, 0xfe, 0x4f, 0xbe, 0x27, 0xc4, 0x67, 0x9f, 0xca, 0x82, 0xe2, 0xcc, 0x36, 0x28, 0x8f, 0xe0, 0xb7, 0xe9, 0x06, 0x71, 0x9a, 0x3a, 0xbb, 0x7d, 0x4b, 0x94, 0x61, 0x05, 0xa5, 0xe7, 0xdd, 0x29, 0xd5, 0xf9, 0x1b, 0x64, 0xbf, 0x46, - 0x9a, 0xa4, 0x1e, 0xf9, 0xc1, 0xd7, 0xb5, 0xfb, 0xe7, 0xf8, 0xe8, 0xf3, 0xe3, 0x72, 0x54, 0x10, - 0x28, 0xde, 0x20, 0xfb, 0x7c, 0x2a, 0xf4, 0xaf, 0x2b, 0x76, 0xfd, 0xba, 0x9f, 0xb5, 0x60, 0x5c, + 0x9a, 0xa4, 0x1e, 0xf9, 0xc1, 0x37, 0xb4, 0xfb, 0xe7, 0xf8, 0xe8, 0xf3, 0xe3, 0x72, 0x54, 0x10, + 0x28, 0xde, 0x20, 0xfb, 0x7c, 0x2a, 0xf4, 0xaf, 0x2b, 0x76, 0xfd, 0xba, 0x9f, 0xb3, 0x60, 0x5c, 0x7d, 0xdd, 0x09, 0x9c, 0x0b, 0x4b, 0xe6, 0xb9, 0x70, 0xae, 0xeb, 0x02, 0xcf, 0x39, 0x11, 0xbe, - 0x52, 0x80, 0xb3, 0x0a, 0x87, 0xbe, 0x0d, 0xf8, 0x1f, 0xb1, 0xaa, 0xae, 0x40, 0xc9, 0x53, 0x52, + 0x5a, 0x80, 0xb3, 0x0a, 0x87, 0xbe, 0x0d, 0xf8, 0x1f, 0xb1, 0xaa, 0xae, 0x40, 0xc9, 0x53, 0x52, 0x2b, 0xcb, 0x14, 0x17, 0xc5, 0x32, 0xab, 0x18, 0x87, 0xb2, 0x78, 0x5e, 0x2c, 0x5a, 0x1a, 0xd3, 0xc5, 0xb9, 0x42, 0x74, 0xbb, 0x04, 0xc5, 0x8e, 0xdb, 0x10, 0x17, 0xcc, 0x87, 0xe4, 0x68, 0xdf, 0xae, 0x94, 0x0f, 0x0f, 0xe6, 0x9f, 0xcc, 0x53, 0x25, 0xd0, 0x9b, 0x2d, 0x5c, 0xb8, 0x5d, 0x29, 0x63, 0x5a, 0x19, 0x2d, 0xc2, 0xa4, 0xd4, 0x96, 0xdc, 0xa1, 0xec, 0x96, 0xef, 0x89, 0x7b, 0x48, 0xc9, 0x64, 0xb1, 0x09, 0xc6, 0x49, 0x7c, 0x54, 0x86, 0xa9, 0xdd, 0xce, 0x26, 0x69, 0x92, 0x88, 0x7f, 0xf0, 0x0d, 0xc2, 0x25, 0x96, 0xa5, 0xf8, 0x65, 0x76, 0x23, 0x01, 0xc7, 0xa9, 0x1a, 0xf6, - 0x5f, 0xb0, 0xfb, 0x40, 0x8c, 0x5e, 0x35, 0xf0, 0xe9, 0xc2, 0xa2, 0xd4, 0xbf, 0x9e, 0xcb, 0xb9, + 0x5f, 0xb0, 0xfb, 0x40, 0x8c, 0x5e, 0x35, 0xf0, 0xe9, 0xc2, 0xa2, 0xd4, 0xbf, 0x91, 0xcb, 0xb9, 0x9f, 0x55, 0x71, 0x83, 0xec, 0x6f, 0xf8, 0x94, 0x33, 0xcf, 0x5e, 0x15, 0xc6, 0x9a, 0x1f, 0xe8, - 0xba, 0xe6, 0x7f, 0xbe, 0x00, 0xa7, 0xd5, 0x08, 0x18, 0x4c, 0xe0, 0x37, 0xfa, 0x18, 0x5c, 0x85, + 0xba, 0xe6, 0x7f, 0xa1, 0x00, 0xa7, 0xd5, 0x08, 0x18, 0x4c, 0xe0, 0x37, 0xfb, 0x18, 0x5c, 0x85, 0xd1, 0x06, 0xd9, 0x72, 0x3a, 0xcd, 0x48, 0x89, 0xcf, 0x07, 0xb9, 0x0a, 0xa5, 0x1c, 0x17, 0x63, - 0x1d, 0xe7, 0x08, 0xc3, 0xf6, 0x3f, 0x47, 0xd9, 0x45, 0x1c, 0x39, 0x74, 0x8d, 0xab, 0x5d, 0x63, + 0x1d, 0xe7, 0x08, 0xc3, 0xf6, 0x3f, 0x46, 0xd9, 0x45, 0x1c, 0x39, 0x74, 0x8d, 0xab, 0x5d, 0x63, 0xe5, 0xee, 0x9a, 0x8b, 0x30, 0xe8, 0xb6, 0x28, 0x63, 0x56, 0x30, 0xf9, 0xad, 0x0a, 0x2d, 0xc4, 0x1c, 0x86, 0x3e, 0x00, 0xc3, 0x75, 0xbf, 0xd5, 0x72, 0xbc, 0x06, 0xbb, 0xf2, 0x4a, 0x4b, 0xa3, 0x94, 0x77, 0x5b, 0xe6, 0x45, 0x58, 0xc2, 0xd0, 0x13, 0x30, 0xe0, 0x04, 0xdb, 0x5c, 0x86, 0x51, @@ -6226,7 +6226,7 @@ var fileDescriptor_83c10c24ec417dc9 = []byte{ 0xc2, 0x60, 0xdb, 0x0f, 0xa2, 0x70, 0x76, 0x88, 0x0d, 0xf7, 0x93, 0x39, 0x07, 0x11, 0xff, 0xda, 0xaa, 0x1f, 0x44, 0xf1, 0x07, 0xd0, 0x7f, 0x21, 0xe6, 0xd5, 0xd1, 0x4d, 0x18, 0x26, 0xde, 0xde, 0x6a, 0xe0, 0xb7, 0x66, 0x67, 0xf2, 0x29, 0xad, 0x70, 0x14, 0xbe, 0xcc, 0x62, 0x1e, 0x55, 0x14, - 0x63, 0x49, 0x02, 0x7d, 0x0b, 0x14, 0x89, 0xb7, 0x37, 0x3b, 0xcc, 0x28, 0xcd, 0xe5, 0x50, 0xba, + 0x63, 0x49, 0x02, 0x7d, 0x1b, 0x14, 0x89, 0xb7, 0x37, 0x3b, 0xcc, 0x28, 0xcd, 0xe5, 0x50, 0xba, 0xe3, 0x04, 0xf1, 0x99, 0xbf, 0xe2, 0xed, 0x61, 0x5a, 0x07, 0x7d, 0x12, 0x4a, 0xf2, 0xc0, 0x08, 0x85, 0xb0, 0x2e, 0x73, 0xc1, 0xca, 0x63, 0x06, 0x93, 0xb7, 0x3a, 0x6e, 0x40, 0x5a, 0xc4, 0x8b, 0xc2, 0xf8, 0x84, 0x94, 0xd0, 0x10, 0xc7, 0xd4, 0xd0, 0x27, 0xa5, 0x84, 0x78, 0xcd, 0xef, 0x78, @@ -6251,282 +6251,282 @@ var fileDescriptor_83c10c24ec417dc9 = []byte{ 0x63, 0x1c, 0xca, 0x4c, 0x46, 0xd1, 0xfe, 0x2c, 0x62, 0xa8, 0xea, 0x60, 0xd9, 0xd8, 0xf8, 0x24, 0xa6, 0xe5, 0xf6, 0x26, 0x4c, 0xa8, 0x83, 0x90, 0x8d, 0x09, 0x9a, 0x87, 0x41, 0xc6, 0x3e, 0x09, 0xe9, 0x5a, 0x89, 0x76, 0x81, 0xb1, 0x56, 0x98, 0x97, 0xb3, 0x2e, 0xb8, 0x6f, 0x93, 0xa5, 0xfd, - 0x88, 0xf0, 0x37, 0x7d, 0x51, 0xeb, 0x82, 0x04, 0xe0, 0x18, 0xc7, 0xfe, 0x3f, 0x9c, 0x0d, 0x8d, + 0x88, 0xf0, 0x37, 0x7d, 0x51, 0xeb, 0x82, 0x04, 0xe0, 0x18, 0xc7, 0xfe, 0xdf, 0x9c, 0x0d, 0x8d, 0x4f, 0xdb, 0x3e, 0xee, 0x97, 0x67, 0x61, 0x64, 0xc7, 0x0f, 0x23, 0x8a, 0xcd, 0xda, 0x18, 0x8c, 0x19, 0xcf, 0xeb, 0xa2, 0x1c, 0x2b, 0x0c, 0xf4, 0x2a, 0x8c, 0xd7, 0xf5, 0x06, 0xc4, 0xe5, 0xa8, 0x8e, 0x11, 0xa3, 0x75, 0x6c, 0xe2, 0xa2, 0x97, 0x61, 0x84, 0xd9, 0x80, 0xd4, 0xfd, 0xa6, 0xe0, 0xda, 0xe4, 0x0d, 0x3f, 0x52, 0x15, 0xe5, 0x87, 0xda, 0x6f, 0xac, 0xb0, 0xd1, 0x25, 0x18, 0xa2, - 0x5d, 0xa8, 0x54, 0xc5, 0xb5, 0xa4, 0x04, 0x45, 0xd7, 0x59, 0x29, 0x16, 0x50, 0xfb, 0x2f, 0x15, - 0xb4, 0x51, 0xa6, 0xef, 0x61, 0x82, 0xaa, 0x30, 0x7c, 0xcf, 0x71, 0x23, 0xd7, 0xdb, 0x16, 0xfc, - 0xc7, 0xd3, 0x5d, 0xef, 0x28, 0x56, 0xe9, 0x2e, 0xaf, 0xc0, 0x6f, 0x51, 0xf1, 0x07, 0x4b, 0x32, - 0x94, 0x62, 0xd0, 0xf1, 0x3c, 0x4a, 0xb1, 0xd0, 0x2f, 0x45, 0xcc, 0x2b, 0x70, 0x8a, 0xe2, 0x0f, - 0x96, 0x64, 0xd0, 0x9b, 0x00, 0x72, 0x87, 0x91, 0x86, 0xb0, 0xbd, 0x78, 0xb6, 0x37, 0xd1, 0x0d, - 0x55, 0x67, 0x69, 0x82, 0xde, 0xd1, 0xf1, 0x7f, 0xac, 0xd1, 0xb3, 0x23, 0xc6, 0xa7, 0xa5, 0x3b, - 0x83, 0xbe, 0x8d, 0x2e, 0x71, 0x27, 0x88, 0x48, 0x63, 0x31, 0x12, 0x83, 0xf3, 0xc1, 0xfe, 0x1e, - 0x29, 0x1b, 0x6e, 0x8b, 0xe8, 0xdb, 0x41, 0x10, 0xc1, 0x31, 0x3d, 0xfb, 0x17, 0x8b, 0x30, 0x9b, - 0xd7, 0x5d, 0xba, 0xe8, 0xc8, 0x7d, 0x37, 0x5a, 0xa6, 0xec, 0x95, 0x65, 0x2e, 0xba, 0x15, 0x51, - 0x8e, 0x15, 0x06, 0x9d, 0xfd, 0xd0, 0xdd, 0x96, 0x6f, 0xcc, 0xc1, 0x78, 0xf6, 0x6b, 0xac, 0x14, - 0x0b, 0x28, 0xc5, 0x0b, 0x88, 0x13, 0x0a, 0xe3, 0x1e, 0x6d, 0x95, 0x60, 0x56, 0x8a, 0x05, 0x54, - 0x97, 0x76, 0x0d, 0xf4, 0x90, 0x76, 0x19, 0x43, 0x34, 0x78, 0xbc, 0x43, 0x84, 0x3e, 0x03, 0xb0, - 0xe5, 0x7a, 0x6e, 0xb8, 0xc3, 0xa8, 0x0f, 0x1d, 0x99, 0xba, 0x62, 0xce, 0x56, 0x15, 0x15, 0xac, - 0x51, 0x44, 0x2f, 0xc1, 0xa8, 0xda, 0x80, 0x95, 0x32, 0xd3, 0x74, 0x6a, 0x96, 0x23, 0xf1, 0x69, - 0x54, 0xc6, 0x3a, 0x9e, 0xfd, 0xb9, 0xe4, 0x7a, 0x11, 0x3b, 0x40, 0x1b, 0x5f, 0xab, 0xdf, 0xf1, - 0x2d, 0x74, 0x1f, 0x5f, 0xfb, 0x6b, 0x45, 0x98, 0x34, 0x1a, 0xeb, 0x84, 0x7d, 0x9c, 0x59, 0xd7, - 0xe8, 0x01, 0xee, 0x44, 0x44, 0xec, 0x3f, 0xbb, 0xf7, 0x56, 0xd1, 0x0f, 0x79, 0xba, 0x03, 0x78, - 0x7d, 0xf4, 0x19, 0x28, 0x35, 0x9d, 0x90, 0x49, 0xce, 0x88, 0xd8, 0x77, 0xfd, 0x10, 0x8b, 0x1f, - 0x26, 0x4e, 0x18, 0x69, 0xb7, 0x26, 0xa7, 0x1d, 0x93, 0xa4, 0x37, 0x0d, 0xe5, 0x4f, 0xa4, 0xf5, - 0x98, 0xea, 0x04, 0x65, 0x62, 0xf6, 0x31, 0x87, 0xa1, 0x97, 0x61, 0x2c, 0x20, 0x6c, 0x55, 0x2c, - 0x53, 0x6e, 0x8e, 0x2d, 0xb3, 0xc1, 0x98, 0xed, 0xc3, 0x1a, 0x0c, 0x1b, 0x98, 0xf1, 0xdb, 0x60, - 0xa8, 0xcb, 0xdb, 0xe0, 0x69, 0x18, 0x66, 0x3f, 0xd4, 0x0a, 0x50, 0xb3, 0x51, 0xe1, 0xc5, 0x58, - 0xc2, 0x93, 0x0b, 0x66, 0xa4, 0xbf, 0x05, 0x43, 0x5f, 0x1f, 0x62, 0x51, 0x33, 0x2d, 0xf3, 0x08, - 0x3f, 0xe5, 0xc4, 0x92, 0xc7, 0x12, 0x66, 0x7f, 0x10, 0x26, 0xca, 0x0e, 0x69, 0xf9, 0xde, 0x8a, - 0xd7, 0x68, 0xfb, 0xae, 0x17, 0xa1, 0x59, 0x18, 0x60, 0x97, 0x08, 0x3f, 0x02, 0x06, 0x68, 0x43, - 0x98, 0x95, 0xd8, 0xdb, 0x70, 0xba, 0xec, 0xdf, 0xf3, 0xee, 0x39, 0x41, 0x63, 0xb1, 0x5a, 0xd1, - 0xde, 0xd7, 0xeb, 0xf2, 0x7d, 0xc7, 0x8d, 0xb6, 0x32, 0x8f, 0x5e, 0xad, 0x26, 0x67, 0x6b, 0x57, - 0xdd, 0x26, 0xc9, 0x91, 0x82, 0xfc, 0xd5, 0x82, 0xd1, 0x52, 0x8c, 0xaf, 0xb4, 0x5a, 0x56, 0xae, - 0x56, 0xeb, 0x0d, 0x18, 0xd9, 0x72, 0x49, 0xb3, 0x81, 0xc9, 0x96, 0x58, 0x89, 0x4f, 0xe5, 0xdb, - 0xa1, 0xac, 0x52, 0x4c, 0x29, 0xf5, 0xe2, 0xaf, 0xc3, 0x55, 0x51, 0x19, 0x2b, 0x32, 0x68, 0x17, - 0xa6, 0xe4, 0x83, 0x41, 0x42, 0xc5, 0xba, 0x7c, 0xba, 0xdb, 0x2b, 0xc4, 0x24, 0x7e, 0xea, 0xc1, - 0xc1, 0xfc, 0x14, 0x4e, 0x90, 0xc1, 0x29, 0xc2, 0xf4, 0x39, 0xd8, 0xa2, 0x27, 0xf0, 0x00, 0x1b, - 0x7e, 0xf6, 0x1c, 0x64, 0x2f, 0x5b, 0x56, 0x6a, 0xff, 0x98, 0x05, 0x8f, 0xa5, 0x46, 0x46, 0xbc, - 0xf0, 0x8f, 0x79, 0x16, 0x92, 0x2f, 0xee, 0x42, 0xef, 0x17, 0xb7, 0xfd, 0x77, 0x2c, 0x38, 0xb5, - 0xd2, 0x6a, 0x47, 0xfb, 0x65, 0xd7, 0x54, 0x41, 0x7d, 0x04, 0x86, 0x5a, 0xa4, 0xe1, 0x76, 0x5a, - 0x62, 0xe6, 0xe6, 0xe5, 0x29, 0xb5, 0xc6, 0x4a, 0x0f, 0x0f, 0xe6, 0xc7, 0x6b, 0x91, 0x1f, 0x38, - 0xdb, 0x84, 0x17, 0x60, 0x81, 0xce, 0xce, 0x7a, 0xf7, 0x6d, 0x72, 0xd3, 0x6d, 0xb9, 0xd2, 0xae, - 0xa8, 0xab, 0xcc, 0x6e, 0x41, 0x0e, 0xe8, 0xc2, 0x1b, 0x1d, 0xc7, 0x8b, 0xdc, 0x68, 0x5f, 0x68, - 0x8f, 0x24, 0x11, 0x1c, 0xd3, 0xb3, 0xbf, 0x6a, 0xc1, 0xa4, 0x5c, 0xf7, 0x8b, 0x8d, 0x46, 0x40, - 0xc2, 0x10, 0xcd, 0x41, 0xc1, 0x6d, 0x8b, 0x5e, 0x82, 0xe8, 0x65, 0xa1, 0x52, 0xc5, 0x05, 0xb7, - 0x2d, 0xd9, 0x32, 0x76, 0x10, 0x16, 0x4d, 0x45, 0xda, 0x75, 0x51, 0x8e, 0x15, 0x06, 0xba, 0x0c, - 0x23, 0x9e, 0xdf, 0xe0, 0xb6, 0x5d, 0xfc, 0x4a, 0x63, 0x0b, 0x6c, 0x5d, 0x94, 0x61, 0x05, 0x45, - 0x55, 0x28, 0x71, 0xb3, 0xa7, 0x78, 0xd1, 0xf6, 0x65, 0x3c, 0xc5, 0xbe, 0x6c, 0x43, 0xd6, 0xc4, - 0x31, 0x11, 0xfb, 0x57, 0x2d, 0x18, 0x93, 0x5f, 0xd6, 0x27, 0xcf, 0x49, 0xb7, 0x56, 0xcc, 0x6f, - 0xc6, 0x5b, 0x8b, 0xf2, 0x8c, 0x0c, 0x62, 0xb0, 0x8a, 0xc5, 0x23, 0xb1, 0x8a, 0x57, 0x61, 0xd4, - 0x69, 0xb7, 0xab, 0x26, 0x9f, 0xc9, 0x96, 0xd2, 0x62, 0x5c, 0x8c, 0x75, 0x1c, 0xfb, 0x47, 0x0b, - 0x30, 0x21, 0xbf, 0xa0, 0xd6, 0xd9, 0x0c, 0x49, 0x84, 0x36, 0xa0, 0xe4, 0xf0, 0x59, 0x22, 0x72, - 0x91, 0x5f, 0xcc, 0x96, 0x23, 0x18, 0x53, 0x1a, 0x5f, 0xf8, 0x8b, 0xb2, 0x36, 0x8e, 0x09, 0xa1, - 0x26, 0x4c, 0x7b, 0x7e, 0xc4, 0x0e, 0x7f, 0x05, 0xef, 0xa6, 0xda, 0x49, 0x52, 0x3f, 0x2b, 0xa8, - 0x4f, 0xaf, 0x27, 0xa9, 0xe0, 0x34, 0x61, 0xb4, 0x22, 0x65, 0x33, 0xc5, 0x7c, 0x61, 0x80, 0x3e, - 0x71, 0xd9, 0xa2, 0x19, 0xfb, 0x57, 0x2c, 0x28, 0x49, 0xb4, 0x93, 0xd0, 0xe2, 0xad, 0xc1, 0x70, - 0xc8, 0x26, 0x41, 0x0e, 0x8d, 0xdd, 0xad, 0xe3, 0x7c, 0xbe, 0xe2, 0x3b, 0x8d, 0xff, 0x0f, 0xb1, - 0xa4, 0xc1, 0x44, 0xf3, 0xaa, 0xfb, 0xef, 0x12, 0xd1, 0xbc, 0xea, 0x4f, 0xce, 0xa5, 0xf4, 0x47, - 0xac, 0xcf, 0x9a, 0xac, 0x8b, 0xb2, 0x5e, 0xed, 0x80, 0x6c, 0xb9, 0xf7, 0x93, 0xac, 0x57, 0x95, - 0x95, 0x62, 0x01, 0x45, 0x6f, 0xc2, 0x58, 0x5d, 0xca, 0x64, 0xe3, 0x1d, 0x7e, 0xa9, 0xab, 0x7e, - 0x40, 0xa9, 0x92, 0xb8, 0x2c, 0x64, 0x59, 0xab, 0x8f, 0x0d, 0x6a, 0xa6, 0x19, 0x41, 0xb1, 0x97, - 0x19, 0x41, 0x4c, 0x37, 0x5f, 0xa9, 0xfe, 0xe3, 0x16, 0x0c, 0x71, 0x59, 0x5c, 0x7f, 0xa2, 0x50, - 0x4d, 0xb3, 0x16, 0x8f, 0xdd, 0x1d, 0x5a, 0x28, 0x34, 0x65, 0x68, 0x0d, 0x4a, 0xec, 0x07, 0x93, - 0x25, 0x16, 0xf3, 0xad, 0xee, 0x79, 0xab, 0x7a, 0x07, 0xef, 0xc8, 0x6a, 0x38, 0xa6, 0x60, 0xff, - 0x70, 0x91, 0x9e, 0x6e, 0x31, 0xaa, 0x71, 0xe9, 0x5b, 0x8f, 0xee, 0xd2, 0x2f, 0x3c, 0xaa, 0x4b, - 0x7f, 0x1b, 0x26, 0xeb, 0x9a, 0x1e, 0x2e, 0x9e, 0xc9, 0xcb, 0x5d, 0x17, 0x89, 0xa6, 0xb2, 0xe3, - 0x52, 0x96, 0x65, 0x93, 0x08, 0x4e, 0x52, 0x45, 0xdf, 0x06, 0x63, 0x7c, 0x9e, 0x45, 0x2b, 0xdc, - 0x12, 0xe3, 0x03, 0xf9, 0xeb, 0x45, 0x6f, 0x82, 0x4b, 0xe5, 0xb4, 0xea, 0xd8, 0x20, 0x66, 0xff, - 0xa9, 0x05, 0x68, 0xa5, 0xbd, 0x43, 0x5a, 0x24, 0x70, 0x9a, 0xb1, 0x38, 0xfd, 0xfb, 0x2d, 0x98, - 0x25, 0xa9, 0xe2, 0x65, 0xbf, 0xd5, 0x12, 0x8f, 0x96, 0x9c, 0x77, 0xf5, 0x4a, 0x4e, 0x1d, 0xe5, - 0x96, 0x30, 0x9b, 0x87, 0x81, 0x73, 0xdb, 0x43, 0x6b, 0x30, 0xc3, 0x6f, 0x49, 0x05, 0xd0, 0x6c, - 0xaf, 0x1f, 0x17, 0x84, 0x67, 0x36, 0xd2, 0x28, 0x38, 0xab, 0x9e, 0xfd, 0x5d, 0x63, 0x90, 0xdb, - 0x8b, 0xf7, 0xf4, 0x08, 0xef, 0xe9, 0x11, 0xde, 0xd3, 0x23, 0xbc, 0xa7, 0x47, 0x78, 0x4f, 0x8f, - 0xf0, 0x4d, 0xaf, 0x47, 0xf8, 0xcb, 0x16, 0x9c, 0x56, 0xd7, 0x80, 0xf1, 0xf0, 0xfd, 0x3c, 0xcc, - 0xf0, 0xed, 0xb6, 0xdc, 0x74, 0xdc, 0xd6, 0x06, 0x69, 0xb5, 0x9b, 0x4e, 0x24, 0xb5, 0xee, 0x57, - 0x33, 0x57, 0x6e, 0xc2, 0x62, 0xd5, 0xa8, 0xb8, 0xf4, 0x18, 0xbd, 0x9e, 0x32, 0x00, 0x38, 0xab, - 0x19, 0xfb, 0x17, 0x47, 0x60, 0x70, 0x65, 0x8f, 0x78, 0xd1, 0x09, 0x3c, 0x11, 0xea, 0x30, 0xe1, - 0x7a, 0x7b, 0x7e, 0x73, 0x8f, 0x34, 0x38, 0xfc, 0x28, 0x2f, 0xd9, 0x33, 0x82, 0xf4, 0x44, 0xc5, - 0x20, 0x81, 0x13, 0x24, 0x1f, 0x85, 0x34, 0xf9, 0x1a, 0x0c, 0xf1, 0x43, 0x5c, 0x88, 0x92, 0x33, - 0xcf, 0x6c, 0x36, 0x88, 0xe2, 0x6a, 0x8a, 0x25, 0xdd, 0xfc, 0x92, 0x10, 0xd5, 0xd1, 0xe7, 0x60, - 0x62, 0xcb, 0x0d, 0xc2, 0x68, 0xc3, 0x6d, 0x91, 0x30, 0x72, 0x5a, 0xed, 0x87, 0x90, 0x1e, 0xab, - 0x71, 0x58, 0x35, 0x28, 0xe1, 0x04, 0x65, 0xb4, 0x0d, 0xe3, 0x4d, 0x47, 0x6f, 0x6a, 0xf8, 0xc8, - 0x4d, 0xa9, 0xdb, 0xe1, 0xa6, 0x4e, 0x08, 0x9b, 0x74, 0xe9, 0x76, 0xaa, 0x33, 0x01, 0xe8, 0x08, - 0x13, 0x0b, 0xa8, 0xed, 0xc4, 0x25, 0x9f, 0x1c, 0x46, 0x19, 0x1d, 0x66, 0x20, 0x5b, 0x32, 0x19, - 0x1d, 0xcd, 0x0c, 0xf6, 0xb3, 0x50, 0x22, 0x74, 0x08, 0x29, 0x61, 0x71, 0xc1, 0x5c, 0xe9, 0xaf, - 0xaf, 0x6b, 0x6e, 0x3d, 0xf0, 0x4d, 0xb9, 0xfd, 0x8a, 0xa4, 0x84, 0x63, 0xa2, 0x68, 0x19, 0x86, - 0x42, 0x12, 0xb8, 0x24, 0x14, 0x57, 0x4d, 0x97, 0x69, 0x64, 0x68, 0xdc, 0xb7, 0x84, 0xff, 0xc6, - 0xa2, 0x2a, 0x5d, 0x5e, 0x0e, 0x13, 0x69, 0xb2, 0xcb, 0x40, 0x5b, 0x5e, 0x8b, 0xac, 0x14, 0x0b, - 0x28, 0x7a, 0x1d, 0x86, 0x03, 0xd2, 0x64, 0x8a, 0xa1, 0xf1, 0xfe, 0x17, 0x39, 0xd7, 0x33, 0xf1, - 0x7a, 0x58, 0x12, 0x40, 0x37, 0x00, 0x05, 0x84, 0x32, 0x4a, 0xae, 0xb7, 0xad, 0xcc, 0x46, 0xc5, - 0x41, 0xab, 0x18, 0x52, 0x1c, 0x63, 0x48, 0x37, 0x1f, 0x9c, 0x51, 0x0d, 0x5d, 0x83, 0x69, 0x55, - 0x5a, 0xf1, 0xc2, 0xc8, 0xa1, 0x07, 0xdc, 0x24, 0xa3, 0xa5, 0xe4, 0x14, 0x38, 0x89, 0x80, 0xd3, - 0x75, 0xec, 0x2f, 0x5b, 0xc0, 0xc7, 0xf9, 0x04, 0x5e, 0xe7, 0xaf, 0x99, 0xaf, 0xf3, 0xb3, 0xb9, - 0x33, 0x97, 0xf3, 0x32, 0xff, 0xb2, 0x05, 0xa3, 0xda, 0xcc, 0xc6, 0x6b, 0xd6, 0xea, 0xb2, 0x66, - 0x3b, 0x30, 0x45, 0x57, 0xfa, 0xad, 0xcd, 0x90, 0x04, 0x7b, 0xa4, 0xc1, 0x16, 0x66, 0xe1, 0xe1, - 0x16, 0xa6, 0x32, 0x51, 0xbb, 0x99, 0x20, 0x88, 0x53, 0x4d, 0xd8, 0x9f, 0x95, 0x5d, 0x55, 0x16, - 0x7d, 0x75, 0x35, 0xe7, 0x09, 0x8b, 0x3e, 0x35, 0xab, 0x38, 0xc6, 0xa1, 0x5b, 0x6d, 0xc7, 0x0f, - 0xa3, 0xa4, 0x45, 0xdf, 0x75, 0x3f, 0x8c, 0x30, 0x83, 0xd8, 0x2f, 0x00, 0xac, 0xdc, 0x27, 0x75, - 0xbe, 0x62, 0xf5, 0xc7, 0x83, 0x95, 0xff, 0x78, 0xb0, 0x7f, 0xdb, 0x82, 0x89, 0xd5, 0x65, 0xe3, - 0xe6, 0x5a, 0x00, 0xe0, 0x2f, 0x9e, 0xbb, 0x77, 0xd7, 0xa5, 0x3a, 0x9c, 0x6b, 0x34, 0x55, 0x29, - 0xd6, 0x30, 0xd0, 0x59, 0x28, 0x36, 0x3b, 0x9e, 0x10, 0x1f, 0x0e, 0xd3, 0xeb, 0xf1, 0x66, 0xc7, - 0xc3, 0xb4, 0x4c, 0x73, 0x29, 0x28, 0xf6, 0xed, 0x52, 0xd0, 0xd3, 0xb5, 0x1f, 0xcd, 0xc3, 0xe0, - 0xbd, 0x7b, 0x6e, 0x83, 0x3b, 0x50, 0x0a, 0x55, 0xfd, 0xdd, 0xbb, 0x95, 0x72, 0x88, 0x79, 0xb9, - 0xfd, 0xa5, 0x22, 0xcc, 0xad, 0x36, 0xc9, 0xfd, 0x77, 0xe8, 0x44, 0xda, 0xaf, 0x43, 0xc4, 0xd1, - 0x04, 0x31, 0x47, 0x75, 0x7a, 0xe9, 0x3d, 0x1e, 0x5b, 0x30, 0xcc, 0x0d, 0xda, 0xa4, 0x4b, 0xe9, - 0xab, 0x59, 0xad, 0xe7, 0x0f, 0xc8, 0x02, 0x37, 0x8c, 0x13, 0x1e, 0x71, 0xea, 0xc2, 0x14, 0xa5, - 0x58, 0x12, 0x9f, 0x7b, 0x05, 0xc6, 0x74, 0xcc, 0x23, 0xb9, 0x9f, 0xfd, 0x7f, 0x45, 0x98, 0xa2, - 0x3d, 0x78, 0xa4, 0x13, 0x71, 0x3b, 0x3d, 0x11, 0xc7, 0xed, 0x82, 0xd4, 0x7b, 0x36, 0xde, 0x4c, - 0xce, 0xc6, 0xd5, 0xbc, 0xd9, 0x38, 0xe9, 0x39, 0xf8, 0x4e, 0x0b, 0x66, 0x56, 0x9b, 0x7e, 0x7d, - 0x37, 0xe1, 0x26, 0xf4, 0x12, 0x8c, 0xd2, 0xe3, 0x38, 0x34, 0x3c, 0xd8, 0x8d, 0x98, 0x06, 0x02, - 0x84, 0x75, 0x3c, 0xad, 0xda, 0xed, 0xdb, 0x95, 0x72, 0x56, 0x28, 0x04, 0x01, 0xc2, 0x3a, 0x9e, - 0xfd, 0x9b, 0x16, 0x9c, 0xbb, 0xb6, 0xbc, 0x12, 0x2f, 0xc5, 0x54, 0x34, 0x86, 0x4b, 0x30, 0xd4, - 0x6e, 0x68, 0x5d, 0x89, 0xc5, 0xab, 0x65, 0xd6, 0x0b, 0x01, 0x7d, 0xb7, 0x44, 0x1a, 0xf9, 0x69, - 0x0b, 0x66, 0xae, 0xb9, 0x11, 0xbd, 0x5d, 0x93, 0x71, 0x01, 0xe8, 0xf5, 0x1a, 0xba, 0x91, 0x1f, - 0xec, 0x27, 0xe3, 0x02, 0x60, 0x05, 0xc1, 0x1a, 0x16, 0x6f, 0x79, 0xcf, 0x65, 0xa6, 0xd4, 0x05, - 0x53, 0xd1, 0x84, 0x45, 0x39, 0x56, 0x18, 0xf4, 0xc3, 0x1a, 0x6e, 0xc0, 0x64, 0x74, 0xfb, 0xe2, - 0x84, 0x55, 0x1f, 0x56, 0x96, 0x00, 0x1c, 0xe3, 0xd8, 0x7f, 0x6c, 0xc1, 0xfc, 0xb5, 0x66, 0x27, - 0x8c, 0x48, 0xb0, 0x15, 0xe6, 0x9c, 0x8e, 0x2f, 0x40, 0x89, 0x48, 0x89, 0xb8, 0xe8, 0xb5, 0xe2, - 0x18, 0x95, 0xa8, 0x9c, 0x87, 0x27, 0x50, 0x78, 0x7d, 0x38, 0x1d, 0x1e, 0xcd, 0x6b, 0x6c, 0x15, - 0x10, 0xd1, 0xdb, 0xd2, 0xe3, 0x35, 0x30, 0xc7, 0xef, 0x95, 0x14, 0x14, 0x67, 0xd4, 0xb0, 0x7f, - 0xcc, 0x82, 0xd3, 0xea, 0x83, 0xdf, 0x75, 0x9f, 0x69, 0xff, 0x5c, 0x01, 0xc6, 0xaf, 0x6f, 0x6c, - 0x54, 0xaf, 0x91, 0x48, 0x5c, 0xdb, 0xbd, 0xf5, 0xdc, 0x58, 0x53, 0xd7, 0x75, 0x7b, 0xcc, 0x75, - 0x22, 0xb7, 0xb9, 0xc0, 0xc3, 0xfe, 0x2c, 0x54, 0xbc, 0xe8, 0x56, 0x50, 0x8b, 0x02, 0xd7, 0xdb, - 0xce, 0x54, 0xf0, 0x49, 0xe6, 0xa2, 0x98, 0xc7, 0x5c, 0xa0, 0x17, 0x60, 0x88, 0xc5, 0x1d, 0x92, - 0x93, 0xf0, 0xb8, 0x7a, 0x0b, 0xb1, 0xd2, 0xc3, 0x83, 0xf9, 0xd2, 0x6d, 0x5c, 0xe1, 0x7f, 0xb0, - 0x40, 0x45, 0xb7, 0x61, 0x74, 0x27, 0x8a, 0xda, 0xd7, 0x89, 0xd3, 0x20, 0x81, 0x3c, 0x0e, 0xcf, - 0x67, 0x1d, 0x87, 0x74, 0x10, 0x38, 0x5a, 0x7c, 0x82, 0xc4, 0x65, 0x21, 0xd6, 0xe9, 0xd8, 0x35, - 0x80, 0x18, 0x76, 0x4c, 0x9a, 0x0a, 0xfb, 0x0f, 0x2d, 0x18, 0xe6, 0x21, 0x20, 0x02, 0xf4, 0x51, - 0x18, 0x20, 0xf7, 0x49, 0x5d, 0x70, 0xbc, 0x99, 0x1d, 0x8e, 0x39, 0x2d, 0x2e, 0x71, 0xa5, 0xff, - 0x31, 0xab, 0x85, 0xae, 0xc3, 0x30, 0xed, 0xed, 0x35, 0x15, 0x0f, 0xe3, 0xc9, 0xbc, 0x2f, 0x56, - 0xd3, 0xce, 0x99, 0x33, 0x51, 0x84, 0x65, 0x75, 0xa6, 0x1e, 0xae, 0xb7, 0x6b, 0xf4, 0xc4, 0x8e, - 0xba, 0x31, 0x16, 0x1b, 0xcb, 0x55, 0x8e, 0x24, 0xa8, 0x71, 0xf5, 0xb0, 0x2c, 0xc4, 0x31, 0x11, - 0x7b, 0x03, 0x4a, 0x74, 0x52, 0x17, 0x9b, 0xae, 0xd3, 0x5d, 0xe3, 0xfd, 0x0c, 0x94, 0xa4, 0x3e, - 0x3b, 0x14, 0xae, 0xdf, 0x8c, 0xaa, 0x54, 0x77, 0x87, 0x38, 0x86, 0xdb, 0x5b, 0x70, 0x8a, 0x59, - 0x27, 0x3a, 0xd1, 0x8e, 0xb1, 0xc7, 0x7a, 0x2f, 0xe6, 0x67, 0xc5, 0x03, 0x92, 0xcf, 0xcc, 0xac, - 0xe6, 0x5d, 0x39, 0x26, 0x29, 0xc6, 0x8f, 0x49, 0xfb, 0x6b, 0x03, 0xf0, 0x78, 0xa5, 0x96, 0x1f, - 0x1d, 0xe4, 0x65, 0x18, 0xe3, 0x7c, 0x29, 0x5d, 0xda, 0x4e, 0x53, 0xb4, 0xab, 0x44, 0xad, 0x1b, - 0x1a, 0x0c, 0x1b, 0x98, 0xe8, 0x1c, 0x14, 0xdd, 0xb7, 0xbc, 0xa4, 0xef, 0x51, 0xe5, 0x8d, 0x75, - 0x4c, 0xcb, 0x29, 0x98, 0xb2, 0xb8, 0xfc, 0xee, 0x50, 0x60, 0xc5, 0xe6, 0xbe, 0x06, 0x13, 0x6e, - 0x58, 0x0f, 0xdd, 0x8a, 0x47, 0xcf, 0x19, 0xed, 0xa4, 0x52, 0xc2, 0x0d, 0xda, 0x69, 0x05, 0xc5, - 0x09, 0x6c, 0xed, 0x22, 0x1b, 0xec, 0x9b, 0x4d, 0xee, 0xe9, 0x0b, 0x4d, 0x5f, 0x00, 0x6d, 0xf6, - 0x75, 0x21, 0x93, 0x99, 0x8b, 0x17, 0x00, 0xff, 0xe0, 0x10, 0x4b, 0x18, 0x7d, 0x39, 0xd6, 0x77, - 0x9c, 0xf6, 0x62, 0x27, 0xda, 0x29, 0xbb, 0x61, 0xdd, 0xdf, 0x23, 0xc1, 0x3e, 0x7b, 0xf4, 0x8f, - 0xc4, 0x2f, 0x47, 0x05, 0x58, 0xbe, 0xbe, 0x58, 0xa5, 0x98, 0x38, 0x5d, 0x07, 0x2d, 0xc2, 0xa4, - 0x2c, 0xac, 0x91, 0x90, 0x5d, 0x61, 0xa3, 0x8c, 0x8c, 0xf2, 0x06, 0x12, 0xc5, 0x8a, 0x48, 0x12, - 0xdf, 0xe4, 0xa4, 0xe1, 0x38, 0x38, 0xe9, 0x8f, 0xc0, 0xb8, 0xeb, 0xb9, 0x91, 0xeb, 0x44, 0x3e, - 0x57, 0xf8, 0xf0, 0xf7, 0x3d, 0x93, 0x64, 0x57, 0x74, 0x00, 0x36, 0xf1, 0xec, 0xff, 0x32, 0x00, - 0xd3, 0x6c, 0xda, 0xde, 0x5b, 0x61, 0xdf, 0x4c, 0x2b, 0xec, 0x76, 0x7a, 0x85, 0x1d, 0xc7, 0x13, - 0xe1, 0xa1, 0x97, 0xd9, 0xe7, 0xa0, 0xa4, 0x1c, 0xa0, 0xa4, 0x07, 0xa4, 0x95, 0xe3, 0x01, 0xd9, - 0x9b, 0xfb, 0x90, 0x36, 0x64, 0xc5, 0x4c, 0x1b, 0xb2, 0xbf, 0x6e, 0x41, 0xac, 0xc1, 0x40, 0xd7, - 0xa1, 0xd4, 0xf6, 0x99, 0x69, 0x64, 0x20, 0xed, 0x8d, 0x1f, 0xcf, 0xbc, 0xa8, 0xf8, 0xa5, 0xc8, - 0x3f, 0xbe, 0x2a, 0x6b, 0xe0, 0xb8, 0x32, 0x5a, 0x82, 0xe1, 0x76, 0x40, 0x6a, 0x11, 0x0b, 0x12, - 0xd2, 0x93, 0x0e, 0x5f, 0x23, 0x1c, 0x1f, 0xcb, 0x8a, 0xf6, 0xcf, 0x5b, 0x00, 0xdc, 0x4c, 0xcb, - 0xf1, 0xb6, 0xc9, 0x09, 0x48, 0xad, 0xcb, 0x30, 0x10, 0xb6, 0x49, 0xbd, 0x9b, 0xd1, 0x6a, 0xdc, - 0x9f, 0x5a, 0x9b, 0xd4, 0xe3, 0x01, 0xa7, 0xff, 0x30, 0xab, 0x6d, 0x7f, 0x37, 0xc0, 0x44, 0x8c, - 0x56, 0x89, 0x48, 0x0b, 0x3d, 0x67, 0x04, 0x0d, 0x38, 0x9b, 0x08, 0x1a, 0x50, 0x62, 0xd8, 0x9a, - 0x80, 0xf4, 0x73, 0x50, 0x6c, 0x39, 0xf7, 0x85, 0x04, 0xec, 0x99, 0xee, 0xdd, 0xa0, 0xf4, 0x17, - 0xd6, 0x9c, 0xfb, 0xfc, 0x91, 0xf8, 0x8c, 0x5c, 0x20, 0x6b, 0xce, 0xfd, 0x43, 0x6e, 0x9a, 0xca, - 0x0e, 0xa9, 0x9b, 0x6e, 0x18, 0x7d, 0xe1, 0x3f, 0xc7, 0xff, 0xd9, 0xb2, 0xa3, 0x8d, 0xb0, 0xb6, - 0x5c, 0x4f, 0x58, 0x20, 0xf5, 0xd5, 0x96, 0xeb, 0x25, 0xdb, 0x72, 0xbd, 0x3e, 0xda, 0x72, 0x3d, - 0xf4, 0x36, 0x0c, 0x0b, 0x03, 0x41, 0x11, 0xa4, 0xe7, 0x4a, 0x1f, 0xed, 0x09, 0xfb, 0x42, 0xde, - 0xe6, 0x15, 0xf9, 0x08, 0x16, 0xa5, 0x3d, 0xdb, 0x95, 0x0d, 0xa2, 0xbf, 0x62, 0xc1, 0x84, 0xf8, - 0x8d, 0xc9, 0x5b, 0x1d, 0x12, 0x46, 0x82, 0xf7, 0xfc, 0x70, 0xff, 0x7d, 0x10, 0x15, 0x79, 0x57, - 0x3e, 0x2c, 0x8f, 0x59, 0x13, 0xd8, 0xb3, 0x47, 0x89, 0x5e, 0xa0, 0xbf, 0x67, 0xc1, 0xa9, 0x96, - 0x73, 0x9f, 0xb7, 0xc8, 0xcb, 0xb0, 0x13, 0xb9, 0xbe, 0x50, 0xb4, 0x7f, 0xb4, 0xbf, 0xe9, 0x4f, - 0x55, 0xe7, 0x9d, 0x94, 0xda, 0xc0, 0x53, 0x59, 0x28, 0x3d, 0xbb, 0x9a, 0xd9, 0xaf, 0xb9, 0x2d, - 0x18, 0x91, 0xeb, 0x2d, 0x43, 0xd4, 0x50, 0xd6, 0x19, 0xeb, 0x23, 0xdb, 0x67, 0xea, 0xce, 0xf8, - 0xb4, 0x1d, 0xb1, 0xd6, 0x1e, 0x69, 0x3b, 0x9f, 0x83, 0x31, 0x7d, 0x8d, 0x3d, 0xd2, 0xb6, 0xde, - 0x82, 0x99, 0x8c, 0xb5, 0xf4, 0x48, 0x9b, 0xbc, 0x07, 0x67, 0x73, 0xd7, 0xc7, 0xa3, 0x6c, 0xd8, - 0xfe, 0x39, 0x4b, 0x3f, 0x07, 0x4f, 0x40, 0x75, 0xb0, 0x6c, 0xaa, 0x0e, 0xce, 0x77, 0xdf, 0x39, - 0x39, 0xfa, 0x83, 0x37, 0xf5, 0x4e, 0xd3, 0x53, 0x1d, 0xbd, 0x0e, 0x43, 0x4d, 0x5a, 0x22, 0xcd, - 0x4c, 0xed, 0xde, 0x3b, 0x32, 0xe6, 0xa5, 0x58, 0x79, 0x88, 0x05, 0x05, 0xfb, 0x97, 0x2c, 0x18, - 0x38, 0x81, 0x91, 0xc0, 0xe6, 0x48, 0x3c, 0x97, 0x4b, 0x5a, 0xc4, 0x0f, 0x5e, 0xc0, 0xce, 0xbd, - 0x95, 0xfb, 0x11, 0xf1, 0x42, 0xf6, 0x54, 0xcc, 0x1c, 0x98, 0x9f, 0xb4, 0x60, 0xe6, 0xa6, 0xef, - 0x34, 0x96, 0x9c, 0xa6, 0xe3, 0xd5, 0x49, 0x50, 0xf1, 0xb6, 0x8f, 0x64, 0x23, 0x5d, 0xe8, 0x69, - 0x23, 0xbd, 0x2c, 0x4d, 0x8c, 0x06, 0xf2, 0xe7, 0x8f, 0x32, 0x92, 0xc9, 0x30, 0x2a, 0x86, 0x31, - 0xec, 0x0e, 0x20, 0xbd, 0x97, 0xc2, 0x63, 0x05, 0xc3, 0xb0, 0xcb, 0xfb, 0x2b, 0x26, 0xf1, 0xa9, - 0x6c, 0x06, 0x2f, 0xf5, 0x79, 0x9a, 0x2f, 0x06, 0x2f, 0xc0, 0x92, 0x90, 0xfd, 0x32, 0x64, 0xba, - 0xbd, 0xf7, 0x16, 0x3e, 0xd8, 0x9f, 0x84, 0x69, 0x56, 0xf3, 0x88, 0x0f, 0x63, 0x3b, 0x21, 0xdb, - 0xcc, 0x08, 0x88, 0x67, 0x7f, 0xd1, 0x82, 0xc9, 0xf5, 0x44, 0x9c, 0xb0, 0x4b, 0x4c, 0x1b, 0x9a, - 0x21, 0x52, 0xaf, 0xb1, 0x52, 0x2c, 0xa0, 0xc7, 0x2e, 0xc9, 0xfa, 0x0b, 0x0b, 0xe2, 0x48, 0x14, - 0x27, 0xc0, 0xbe, 0x2d, 0x1b, 0xec, 0x5b, 0xa6, 0x84, 0x45, 0x75, 0x27, 0x8f, 0x7b, 0x43, 0x37, - 0x54, 0x8c, 0xa6, 0x2e, 0xc2, 0x95, 0x98, 0x0c, 0x5f, 0x8a, 0x13, 0x66, 0x20, 0x27, 0x19, 0xb5, - 0xc9, 0xfe, 0x9d, 0x02, 0x20, 0x85, 0xdb, 0x77, 0x0c, 0xa9, 0x74, 0x8d, 0xe3, 0x89, 0x21, 0xb5, - 0x07, 0x88, 0xe9, 0xf3, 0x03, 0xc7, 0x0b, 0x39, 0x59, 0x57, 0xc8, 0xee, 0x8e, 0x66, 0x2c, 0x30, - 0x27, 0x9a, 0x44, 0x37, 0x53, 0xd4, 0x70, 0x46, 0x0b, 0x9a, 0x9d, 0xc6, 0x60, 0xbf, 0x76, 0x1a, - 0x43, 0x3d, 0xbc, 0xd2, 0x7e, 0xd6, 0x82, 0x71, 0x35, 0x4c, 0xef, 0x12, 0x9b, 0x71, 0xd5, 0x9f, - 0x9c, 0x03, 0xb4, 0xaa, 0x75, 0x99, 0x5d, 0x2c, 0xdf, 0xca, 0xbc, 0x0b, 0x9d, 0xa6, 0xfb, 0x36, - 0x51, 0x11, 0xfc, 0xe6, 0x85, 0xb7, 0xa0, 0x28, 0x3d, 0x3c, 0x98, 0x1f, 0x57, 0xff, 0x78, 0xc4, - 0xe0, 0xb8, 0x0a, 0x3d, 0x92, 0x27, 0x13, 0x4b, 0x11, 0xbd, 0x04, 0x83, 0xed, 0x1d, 0x27, 0x24, - 0x09, 0xdf, 0x9a, 0xc1, 0x2a, 0x2d, 0x3c, 0x3c, 0x98, 0x9f, 0x50, 0x15, 0x58, 0x09, 0xe6, 0xd8, - 0xfd, 0x47, 0xe6, 0x4a, 0x2f, 0xce, 0x9e, 0x91, 0xb9, 0xfe, 0xd4, 0x82, 0x81, 0x75, 0xbf, 0x71, - 0x12, 0x47, 0xc0, 0x6b, 0xc6, 0x11, 0xf0, 0x44, 0x5e, 0x30, 0xf7, 0xdc, 0xdd, 0xbf, 0x9a, 0xd8, - 0xfd, 0xe7, 0x73, 0x29, 0x74, 0xdf, 0xf8, 0x2d, 0x18, 0x65, 0x21, 0xe2, 0x85, 0x1f, 0xd1, 0x0b, - 0xc6, 0x86, 0x9f, 0x4f, 0x6c, 0xf8, 0x49, 0x0d, 0x55, 0xdb, 0xe9, 0x4f, 0xc3, 0xb0, 0x70, 0x4c, - 0x49, 0x3a, 0x69, 0x0a, 0x5c, 0x2c, 0xe1, 0xf6, 0x8f, 0x17, 0xc1, 0x08, 0x49, 0x8f, 0x7e, 0xc5, - 0x82, 0x85, 0x80, 0x1b, 0xac, 0x36, 0xca, 0x9d, 0xc0, 0xf5, 0xb6, 0x6b, 0xf5, 0x1d, 0xd2, 0xe8, - 0x34, 0x5d, 0x6f, 0xbb, 0xb2, 0xed, 0xf9, 0xaa, 0x78, 0xe5, 0x3e, 0xa9, 0x77, 0x98, 0x12, 0xac, - 0x47, 0xfc, 0x7b, 0x65, 0xf8, 0xfd, 0xfc, 0x83, 0x83, 0xf9, 0x05, 0x7c, 0x24, 0xda, 0xf8, 0x88, - 0x7d, 0x41, 0xbf, 0x69, 0xc1, 0x15, 0x1e, 0xa9, 0xbd, 0xff, 0xfe, 0x77, 0x79, 0x2d, 0x57, 0x25, - 0xa9, 0x98, 0xc8, 0x06, 0x09, 0x5a, 0x4b, 0x1f, 0x11, 0x03, 0x7a, 0xa5, 0x7a, 0xb4, 0xb6, 0xf0, - 0x51, 0x3b, 0x67, 0xff, 0xb3, 0x22, 0x8c, 0x8b, 0x08, 0x4e, 0xe2, 0x0e, 0x78, 0xc9, 0x58, 0x12, - 0x4f, 0x26, 0x96, 0xc4, 0xb4, 0x81, 0x7c, 0x3c, 0xc7, 0x7f, 0x08, 0xd3, 0xf4, 0x70, 0xbe, 0x4e, - 0x9c, 0x20, 0xda, 0x24, 0x0e, 0x37, 0xbf, 0x2a, 0x1e, 0xf9, 0xf4, 0x57, 0xe2, 0xb9, 0x9b, 0x49, - 0x62, 0x38, 0x4d, 0xff, 0x9b, 0xe9, 0xce, 0xf1, 0x60, 0x2a, 0x15, 0x84, 0xeb, 0x53, 0x50, 0x52, - 0x5e, 0x15, 0xe2, 0xd0, 0xe9, 0x1e, 0xcb, 0x2e, 0x49, 0x81, 0x8b, 0xd0, 0x62, 0x8f, 0x9e, 0x98, - 0x9c, 0xfd, 0x0f, 0x0a, 0x46, 0x83, 0x7c, 0x12, 0xd7, 0x61, 0xc4, 0x09, 0x43, 0x77, 0xdb, 0x23, - 0x0d, 0xb1, 0x63, 0xdf, 0x9f, 0xb7, 0x63, 0x8d, 0x66, 0x98, 0x67, 0xcb, 0xa2, 0xa8, 0x89, 0x15, - 0x0d, 0x74, 0x9d, 0x1b, 0xb9, 0xed, 0xc9, 0xf7, 0x5e, 0x7f, 0xd4, 0x40, 0x9a, 0xc1, 0xed, 0x11, - 0x2c, 0xea, 0xa3, 0x4f, 0x73, 0x2b, 0xc4, 0x1b, 0x9e, 0x7f, 0xcf, 0xbb, 0xe6, 0xfb, 0x32, 0x4a, - 0x42, 0x7f, 0x04, 0xa7, 0xa5, 0xed, 0xa1, 0xaa, 0x8e, 0x4d, 0x6a, 0xfd, 0x45, 0xb5, 0xfc, 0x3c, - 0xcc, 0x50, 0xd2, 0xa6, 0x13, 0x73, 0x88, 0x08, 0x4c, 0x8a, 0xf0, 0x60, 0xb2, 0x4c, 0x8c, 0x5d, - 0xe6, 0x53, 0xce, 0xac, 0x1d, 0xcb, 0x91, 0x6f, 0x98, 0x24, 0x70, 0x92, 0xa6, 0xfd, 0x53, 0x16, - 0x30, 0x87, 0xce, 0x13, 0xe0, 0x47, 0x3e, 0x66, 0xf2, 0x23, 0xb3, 0x79, 0x83, 0x9c, 0xc3, 0x8a, - 0xbc, 0xc8, 0x57, 0x56, 0x35, 0xf0, 0xef, 0xef, 0x0b, 0xd3, 0x91, 0xde, 0xef, 0x0f, 0xfb, 0x7f, - 0x5b, 0xfc, 0x10, 0x53, 0x3e, 0x0f, 0xe8, 0xdb, 0x61, 0xa4, 0xee, 0xb4, 0x9d, 0x3a, 0xcf, 0x9f, - 0x92, 0x2b, 0xd1, 0x33, 0x2a, 0x2d, 0x2c, 0x8b, 0x1a, 0x5c, 0x42, 0x25, 0xc3, 0xcc, 0x8d, 0xc8, - 0xe2, 0x9e, 0x52, 0x29, 0xd5, 0xe4, 0xdc, 0x2e, 0x8c, 0x1b, 0xc4, 0x1e, 0xa9, 0x38, 0xe3, 0xdb, - 0xf9, 0x15, 0xab, 0xc2, 0x22, 0xb6, 0x60, 0xda, 0xd3, 0xfe, 0xd3, 0x0b, 0x45, 0x3e, 0x2e, 0xdf, - 0xdf, 0xeb, 0x12, 0x65, 0xb7, 0x8f, 0xe6, 0x2b, 0x9a, 0x20, 0x83, 0xd3, 0x94, 0xed, 0x9f, 0xb0, - 0xe0, 0x31, 0x1d, 0x51, 0x73, 0x47, 0xe9, 0xa5, 0x23, 0x28, 0xc3, 0x88, 0xdf, 0x26, 0x81, 0x13, - 0xf9, 0x81, 0xb8, 0x35, 0x2e, 0xcb, 0x41, 0xbf, 0x25, 0xca, 0x0f, 0x45, 0xf4, 0x71, 0x49, 0x5d, - 0x96, 0x63, 0x55, 0x93, 0xbe, 0x3e, 0xd9, 0x60, 0x84, 0xc2, 0xf1, 0x88, 0x9d, 0x01, 0x4c, 0x5d, - 0x1e, 0x62, 0x01, 0xb1, 0xbf, 0x66, 0xf1, 0x85, 0xa5, 0x77, 0x1d, 0xbd, 0x05, 0x53, 0x2d, 0x27, - 0xaa, 0xef, 0xac, 0xdc, 0x6f, 0x07, 0x5c, 0xe3, 0x22, 0xc7, 0xe9, 0x99, 0x5e, 0xe3, 0xa4, 0x7d, - 0x64, 0x6c, 0x58, 0xb9, 0x96, 0x20, 0x86, 0x53, 0xe4, 0xd1, 0x26, 0x8c, 0xb2, 0x32, 0xe6, 0x53, - 0x17, 0x76, 0x63, 0x0d, 0xf2, 0x5a, 0x53, 0x16, 0x07, 0x6b, 0x31, 0x1d, 0xac, 0x13, 0xb5, 0x7f, - 0xa6, 0xc8, 0x77, 0x3b, 0x63, 0xe5, 0x9f, 0x86, 0xe1, 0xb6, 0xdf, 0x58, 0xae, 0x94, 0xb1, 0x98, - 0x05, 0x75, 0x8d, 0x54, 0x79, 0x31, 0x96, 0x70, 0x74, 0x19, 0x46, 0xc4, 0x4f, 0xa9, 0x21, 0x63, - 0x67, 0xb3, 0xc0, 0x0b, 0xb1, 0x82, 0xa2, 0xe7, 0x01, 0xda, 0x81, 0xbf, 0xe7, 0x36, 0x58, 0xac, - 0x87, 0xa2, 0x69, 0x2c, 0x54, 0x55, 0x10, 0xac, 0x61, 0xa1, 0x57, 0x61, 0xbc, 0xe3, 0x85, 0x9c, - 0x1d, 0xd1, 0x22, 0xbb, 0x2a, 0x33, 0x96, 0xdb, 0x3a, 0x10, 0x9b, 0xb8, 0x68, 0x11, 0x86, 0x22, - 0x87, 0x19, 0xbf, 0x0c, 0xe6, 0x1b, 0xdf, 0x6e, 0x50, 0x0c, 0x3d, 0x55, 0x07, 0xad, 0x80, 0x45, - 0x45, 0xf4, 0x29, 0xe9, 0xde, 0xca, 0x0f, 0x76, 0x61, 0xf5, 0xde, 0xdf, 0x25, 0xa0, 0x39, 0xb7, - 0x0a, 0x6b, 0x7a, 0x83, 0x16, 0x7a, 0x05, 0x80, 0xdc, 0x8f, 0x48, 0xe0, 0x39, 0x4d, 0x65, 0x5b, - 0xa6, 0xf8, 0x82, 0xb2, 0xbf, 0xee, 0x47, 0xb7, 0x43, 0xb2, 0xa2, 0x30, 0xb0, 0x86, 0x6d, 0xff, - 0x66, 0x09, 0x20, 0xe6, 0xdb, 0xd1, 0xdb, 0xa9, 0x83, 0xeb, 0xd9, 0xee, 0x9c, 0xfe, 0xf1, 0x9d, - 0x5a, 0xe8, 0x7b, 0x2c, 0x18, 0x75, 0x9a, 0x4d, 0xbf, 0xee, 0xf0, 0xd8, 0xbb, 0x85, 0xee, 0x07, - 0xa7, 0x68, 0x7f, 0x31, 0xae, 0xc1, 0xbb, 0xf0, 0x82, 0x5c, 0xa1, 0x1a, 0xa4, 0x67, 0x2f, 0xf4, - 0x86, 0xd1, 0x87, 0xe4, 0x53, 0xb1, 0x68, 0x0c, 0xa5, 0x7a, 0x2a, 0x96, 0xd8, 0x1d, 0xa1, 0xbf, - 0x12, 0x6f, 0x1b, 0xaf, 0xc4, 0x81, 0x7c, 0xff, 0x3d, 0x83, 0x7d, 0xed, 0xf5, 0x40, 0x44, 0x55, - 0xdd, 0x97, 0x7f, 0x30, 0xdf, 0x59, 0x4e, 0x7b, 0x27, 0xf5, 0xf0, 0xe3, 0xff, 0x1c, 0x4c, 0x36, - 0x4c, 0x26, 0x40, 0xac, 0xc4, 0xa7, 0xf2, 0xe8, 0x26, 0x78, 0x86, 0xf8, 0xda, 0x4f, 0x00, 0x70, - 0x92, 0x30, 0xaa, 0xf2, 0xd0, 0x0e, 0x15, 0x6f, 0xcb, 0x17, 0x9e, 0x17, 0x76, 0xee, 0x5c, 0xee, - 0x87, 0x11, 0x69, 0x51, 0xcc, 0xf8, 0x76, 0x5f, 0x17, 0x75, 0xb1, 0xa2, 0x82, 0x5e, 0x87, 0x21, - 0xe6, 0x2d, 0x15, 0xce, 0x8e, 0xe4, 0x4b, 0x9c, 0xcd, 0x58, 0x65, 0xf1, 0x86, 0x64, 0x7f, 0x43, - 0x2c, 0x28, 0xa0, 0xeb, 0xd2, 0x17, 0x31, 0xac, 0x78, 0xb7, 0x43, 0xc2, 0x7c, 0x11, 0x4b, 0x4b, - 0xef, 0x8f, 0xdd, 0x0c, 0x79, 0x79, 0x66, 0x42, 0x2f, 0xa3, 0x26, 0xe5, 0xa2, 0xc4, 0x7f, 0x99, - 0x27, 0x6c, 0x16, 0xf2, 0xbb, 0x67, 0xe6, 0x12, 0x8b, 0x87, 0xf3, 0x8e, 0x49, 0x02, 0x27, 0x69, - 0x52, 0x8e, 0x94, 0xef, 0x7a, 0xe1, 0xbb, 0xd1, 0xeb, 0xec, 0xe0, 0x0f, 0x71, 0x76, 0x1b, 0xf1, - 0x12, 0x2c, 0xea, 0x9f, 0x28, 0x7b, 0x30, 0xe7, 0xc1, 0x54, 0x72, 0x8b, 0x3e, 0x52, 0x76, 0xe4, - 0x0f, 0x07, 0x60, 0xc2, 0x5c, 0x52, 0xe8, 0x0a, 0x94, 0x04, 0x11, 0x15, 0xdb, 0x5f, 0xed, 0x92, - 0x35, 0x09, 0xc0, 0x31, 0x0e, 0x4b, 0xe9, 0xc0, 0xaa, 0x6b, 0xc6, 0xba, 0x71, 0x4a, 0x07, 0x05, - 0xc1, 0x1a, 0x16, 0x7d, 0x58, 0x6d, 0xfa, 0x7e, 0xa4, 0x2e, 0x24, 0xb5, 0xee, 0x96, 0x58, 0x29, - 0x16, 0x50, 0x7a, 0x11, 0xed, 0x92, 0xc0, 0x23, 0x4d, 0x33, 0x0a, 0xb0, 0xba, 0x88, 0x6e, 0xe8, - 0x40, 0x6c, 0xe2, 0xd2, 0xeb, 0xd4, 0x0f, 0xd9, 0x42, 0x16, 0xcf, 0xb7, 0xd8, 0xf8, 0xb9, 0xc6, - 0xdd, 0xa1, 0x25, 0x1c, 0x7d, 0x12, 0x1e, 0x53, 0x91, 0x8e, 0x30, 0xd7, 0x66, 0xc8, 0x16, 0x87, - 0x0c, 0x69, 0xcb, 0x63, 0xcb, 0xd9, 0x68, 0x38, 0xaf, 0x3e, 0x7a, 0x0d, 0x26, 0x04, 0x8b, 0x2f, - 0x29, 0x0e, 0x9b, 0x06, 0x36, 0x37, 0x0c, 0x28, 0x4e, 0x60, 0xcb, 0x38, 0xc6, 0x8c, 0xcb, 0x96, - 0x14, 0x46, 0xd2, 0x71, 0x8c, 0x75, 0x38, 0x4e, 0xd5, 0x40, 0x8b, 0x30, 0xc9, 0x79, 0x30, 0xd7, - 0xdb, 0xe6, 0x73, 0x22, 0x5c, 0xab, 0xd4, 0x96, 0xba, 0x65, 0x82, 0x71, 0x12, 0x1f, 0xbd, 0x0c, - 0x63, 0x4e, 0x50, 0xdf, 0x71, 0x23, 0x52, 0x8f, 0x3a, 0x01, 0xf7, 0xb9, 0xd2, 0x2c, 0x94, 0x16, - 0x35, 0x18, 0x36, 0x30, 0xed, 0xb7, 0x61, 0x26, 0x23, 0x4e, 0x02, 0x5d, 0x38, 0x4e, 0xdb, 0x95, - 0xdf, 0x94, 0x30, 0x63, 0x5e, 0xac, 0x56, 0xe4, 0xd7, 0x68, 0x58, 0x74, 0x75, 0xb2, 0x78, 0x0a, - 0x5a, 0x5a, 0x40, 0xb5, 0x3a, 0x57, 0x25, 0x00, 0xc7, 0x38, 0xf6, 0x7f, 0x2f, 0xc0, 0x64, 0x86, - 0x6e, 0x85, 0xa5, 0xa6, 0x4b, 0x3c, 0x52, 0xe2, 0x4c, 0x74, 0x66, 0x58, 0xec, 0xc2, 0x11, 0xc2, - 0x62, 0x17, 0x7b, 0x85, 0xc5, 0x1e, 0x78, 0x27, 0x61, 0xb1, 0xcd, 0x11, 0x1b, 0xec, 0x6b, 0xc4, - 0x32, 0x42, 0x69, 0x0f, 0x1d, 0x31, 0x94, 0xb6, 0x31, 0xe8, 0xc3, 0x7d, 0x0c, 0xfa, 0x0f, 0x17, - 0x60, 0x2a, 0x69, 0x49, 0x79, 0x02, 0x72, 0xdb, 0xd7, 0x0d, 0xb9, 0xed, 0xe5, 0x7e, 0x5c, 0x61, - 0x73, 0x65, 0xb8, 0x38, 0x21, 0xc3, 0xfd, 0x60, 0x5f, 0xd4, 0xba, 0xcb, 0x73, 0xff, 0x66, 0x01, - 0x4e, 0x67, 0xfa, 0xe2, 0x9e, 0xc0, 0xd8, 0xdc, 0x32, 0xc6, 0xe6, 0xb9, 0xbe, 0xdd, 0x84, 0x73, - 0x07, 0xe8, 0x6e, 0x62, 0x80, 0xae, 0xf4, 0x4f, 0xb2, 0xfb, 0x28, 0x7d, 0xb5, 0x08, 0xe7, 0x33, - 0xeb, 0xc5, 0x62, 0xcf, 0x55, 0x43, 0xec, 0xf9, 0x7c, 0x42, 0xec, 0x69, 0x77, 0xaf, 0x7d, 0x3c, - 0x72, 0x50, 0xe1, 0x2e, 0xcb, 0x9c, 0xfe, 0x1f, 0x52, 0x06, 0x6a, 0xb8, 0xcb, 0x2a, 0x42, 0xd8, - 0xa4, 0xfb, 0xcd, 0x24, 0xfb, 0xfc, 0x37, 0x16, 0x9c, 0xcd, 0x9c, 0x9b, 0x13, 0x90, 0x75, 0xad, - 0x9b, 0xb2, 0xae, 0xa7, 0xfb, 0x5e, 0xad, 0x39, 0xc2, 0xaf, 0x5f, 0x1f, 0xc8, 0xf9, 0x16, 0xf6, + 0x5d, 0xa8, 0x54, 0xc5, 0xb5, 0xa4, 0x04, 0x45, 0xd7, 0x59, 0x29, 0x16, 0x50, 0xfb, 0xff, 0x2b, + 0x68, 0xa3, 0x4c, 0xdf, 0xc3, 0x04, 0x55, 0x61, 0xf8, 0x9e, 0xe3, 0x46, 0xae, 0xb7, 0x2d, 0xf8, + 0x8f, 0xa7, 0xbb, 0xde, 0x51, 0xac, 0xd2, 0x5d, 0x5e, 0x81, 0xdf, 0xa2, 0xe2, 0x0f, 0x96, 0x64, + 0x28, 0xc5, 0xa0, 0xe3, 0x79, 0x94, 0x62, 0xa1, 0x5f, 0x8a, 0x98, 0x57, 0xe0, 0x14, 0xc5, 0x1f, + 0x2c, 0xc9, 0xa0, 0x37, 0x01, 0xe4, 0x0e, 0x23, 0x0d, 0x61, 0x7b, 0xf1, 0x6c, 0x6f, 0xa2, 0x1b, + 0xaa, 0xce, 0xd2, 0x04, 0xbd, 0xa3, 0xe3, 0xff, 0x58, 0xa3, 0x67, 0x47, 0x8c, 0x4f, 0x4b, 0x77, + 0x06, 0x7d, 0x07, 0x5d, 0xe2, 0x4e, 0x10, 0x91, 0xc6, 0x62, 0x24, 0x06, 0xe7, 0x83, 0xfd, 0x3d, + 0x52, 0x36, 0xdc, 0x16, 0xd1, 0xb7, 0x83, 0x20, 0x82, 0x63, 0x7a, 0xf6, 0x2f, 0x15, 0x61, 0x36, + 0xaf, 0xbb, 0x74, 0xd1, 0x91, 0xfb, 0x6e, 0xb4, 0x4c, 0xd9, 0x2b, 0xcb, 0x5c, 0x74, 0x2b, 0xa2, + 0x1c, 0x2b, 0x0c, 0x3a, 0xfb, 0xa1, 0xbb, 0x2d, 0xdf, 0x98, 0x83, 0xf1, 0xec, 0xd7, 0x58, 0x29, + 0x16, 0x50, 0x8a, 0x17, 0x10, 0x27, 0x14, 0xc6, 0x3d, 0xda, 0x2a, 0xc1, 0xac, 0x14, 0x0b, 0xa8, + 0x2e, 0xed, 0x1a, 0xe8, 0x21, 0xed, 0x32, 0x86, 0x68, 0xf0, 0x78, 0x87, 0x08, 0x7d, 0x06, 0x60, + 0xcb, 0xf5, 0xdc, 0x70, 0x87, 0x51, 0x1f, 0x3a, 0x32, 0x75, 0xc5, 0x9c, 0xad, 0x2a, 0x2a, 0x58, + 0xa3, 0x88, 0x5e, 0x82, 0x51, 0xb5, 0x01, 0x2b, 0x65, 0xa6, 0xe9, 0xd4, 0x2c, 0x47, 0xe2, 0xd3, + 0xa8, 0x8c, 0x75, 0x3c, 0xfb, 0x73, 0xc9, 0xf5, 0x22, 0x76, 0x80, 0x36, 0xbe, 0x56, 0xbf, 0xe3, + 0x5b, 0xe8, 0x3e, 0xbe, 0xf6, 0xd7, 0x8b, 0x30, 0x69, 0x34, 0xd6, 0x09, 0xfb, 0x38, 0xb3, 0xae, + 0xd1, 0x03, 0xdc, 0x89, 0x88, 0xd8, 0x7f, 0x76, 0xef, 0xad, 0xa2, 0x1f, 0xf2, 0x74, 0x07, 0xf0, + 0xfa, 0xe8, 0x33, 0x50, 0x6a, 0x3a, 0x21, 0x93, 0x9c, 0x11, 0xb1, 0xef, 0xfa, 0x21, 0x16, 0x3f, + 0x4c, 0x9c, 0x30, 0xd2, 0x6e, 0x4d, 0x4e, 0x3b, 0x26, 0x49, 0x6f, 0x1a, 0xca, 0x9f, 0x48, 0xeb, + 0x31, 0xd5, 0x09, 0xca, 0xc4, 0xec, 0x63, 0x0e, 0x43, 0x2f, 0xc3, 0x58, 0x40, 0xd8, 0xaa, 0x58, + 0xa6, 0xdc, 0x1c, 0x5b, 0x66, 0x83, 0x31, 0xdb, 0x87, 0x35, 0x18, 0x36, 0x30, 0xe3, 0xb7, 0xc1, + 0x50, 0x97, 0xb7, 0xc1, 0xd3, 0x30, 0xcc, 0x7e, 0xa8, 0x15, 0xa0, 0x66, 0xa3, 0xc2, 0x8b, 0xb1, + 0x84, 0x27, 0x17, 0xcc, 0x48, 0x7f, 0x0b, 0x86, 0xbe, 0x3e, 0xc4, 0xa2, 0x66, 0x5a, 0xe6, 0x11, + 0x7e, 0xca, 0x89, 0x25, 0x8f, 0x25, 0xcc, 0xfe, 0x20, 0x4c, 0x94, 0x1d, 0xd2, 0xf2, 0xbd, 0x15, + 0xaf, 0xd1, 0xf6, 0x5d, 0x2f, 0x42, 0xb3, 0x30, 0xc0, 0x2e, 0x11, 0x7e, 0x04, 0x0c, 0xd0, 0x86, + 0x30, 0x2b, 0xb1, 0xb7, 0xe1, 0x74, 0xd9, 0xbf, 0xe7, 0xdd, 0x73, 0x82, 0xc6, 0x62, 0xb5, 0xa2, + 0xbd, 0xaf, 0xd7, 0xe5, 0xfb, 0x8e, 0x1b, 0x6d, 0x65, 0x1e, 0xbd, 0x5a, 0x4d, 0xce, 0xd6, 0xae, + 0xba, 0x4d, 0x92, 0x23, 0x05, 0xf9, 0xcb, 0x05, 0xa3, 0xa5, 0x18, 0x5f, 0x69, 0xb5, 0xac, 0x5c, + 0xad, 0xd6, 0x1b, 0x30, 0xb2, 0xe5, 0x92, 0x66, 0x03, 0x93, 0x2d, 0xb1, 0x12, 0x9f, 0xca, 0xb7, + 0x43, 0x59, 0xa5, 0x98, 0x52, 0xea, 0xc5, 0x5f, 0x87, 0xab, 0xa2, 0x32, 0x56, 0x64, 0xd0, 0x2e, + 0x4c, 0xc9, 0x07, 0x83, 0x84, 0x8a, 0x75, 0xf9, 0x74, 0xb7, 0x57, 0x88, 0x49, 0xfc, 0xd4, 0x83, + 0x83, 0xf9, 0x29, 0x9c, 0x20, 0x83, 0x53, 0x84, 0xe9, 0x73, 0xb0, 0x45, 0x4f, 0xe0, 0x01, 0x36, + 0xfc, 0xec, 0x39, 0xc8, 0x5e, 0xb6, 0xac, 0xd4, 0xfe, 0x09, 0x0b, 0x1e, 0x4b, 0x8d, 0x8c, 0x78, + 0xe1, 0x1f, 0xf3, 0x2c, 0x24, 0x5f, 0xdc, 0x85, 0xde, 0x2f, 0x6e, 0xfb, 0x6f, 0x59, 0x70, 0x6a, + 0xa5, 0xd5, 0x8e, 0xf6, 0xcb, 0xae, 0xa9, 0x82, 0xfa, 0x08, 0x0c, 0xb5, 0x48, 0xc3, 0xed, 0xb4, + 0xc4, 0xcc, 0xcd, 0xcb, 0x53, 0x6a, 0x8d, 0x95, 0x1e, 0x1e, 0xcc, 0x8f, 0xd7, 0x22, 0x3f, 0x70, + 0xb6, 0x09, 0x2f, 0xc0, 0x02, 0x9d, 0x9d, 0xf5, 0xee, 0xdb, 0xe4, 0xa6, 0xdb, 0x72, 0xa5, 0x5d, + 0x51, 0x57, 0x99, 0xdd, 0x82, 0x1c, 0xd0, 0x85, 0x37, 0x3a, 0x8e, 0x17, 0xb9, 0xd1, 0xbe, 0xd0, + 0x1e, 0x49, 0x22, 0x38, 0xa6, 0x67, 0x7f, 0xcd, 0x82, 0x49, 0xb9, 0xee, 0x17, 0x1b, 0x8d, 0x80, + 0x84, 0x21, 0x9a, 0x83, 0x82, 0xdb, 0x16, 0xbd, 0x04, 0xd1, 0xcb, 0x42, 0xa5, 0x8a, 0x0b, 0x6e, + 0x5b, 0xb2, 0x65, 0xec, 0x20, 0x2c, 0x9a, 0x8a, 0xb4, 0xeb, 0xa2, 0x1c, 0x2b, 0x0c, 0x74, 0x19, + 0x46, 0x3c, 0xbf, 0xc1, 0x6d, 0xbb, 0xf8, 0x95, 0xc6, 0x16, 0xd8, 0xba, 0x28, 0xc3, 0x0a, 0x8a, + 0xaa, 0x50, 0xe2, 0x66, 0x4f, 0xf1, 0xa2, 0xed, 0xcb, 0x78, 0x8a, 0x7d, 0xd9, 0x86, 0xac, 0x89, + 0x63, 0x22, 0xf6, 0xaf, 0x59, 0x30, 0x26, 0xbf, 0xac, 0x4f, 0x9e, 0x93, 0x6e, 0xad, 0x98, 0xdf, + 0x8c, 0xb7, 0x16, 0xe5, 0x19, 0x19, 0xc4, 0x60, 0x15, 0x8b, 0x47, 0x62, 0x15, 0xaf, 0xc2, 0xa8, + 0xd3, 0x6e, 0x57, 0x4d, 0x3e, 0x93, 0x2d, 0xa5, 0xc5, 0xb8, 0x18, 0xeb, 0x38, 0xf6, 0x8f, 0x17, + 0x60, 0x42, 0x7e, 0x41, 0xad, 0xb3, 0x19, 0x92, 0x08, 0x6d, 0x40, 0xc9, 0xe1, 0xb3, 0x44, 0xe4, + 0x22, 0xbf, 0x98, 0x2d, 0x47, 0x30, 0xa6, 0x34, 0xbe, 0xf0, 0x17, 0x65, 0x6d, 0x1c, 0x13, 0x42, + 0x4d, 0x98, 0xf6, 0xfc, 0x88, 0x1d, 0xfe, 0x0a, 0xde, 0x4d, 0xb5, 0x93, 0xa4, 0x7e, 0x56, 0x50, + 0x9f, 0x5e, 0x4f, 0x52, 0xc1, 0x69, 0xc2, 0x68, 0x45, 0xca, 0x66, 0x8a, 0xf9, 0xc2, 0x00, 0x7d, + 0xe2, 0xb2, 0x45, 0x33, 0xf6, 0xaf, 0x5a, 0x50, 0x92, 0x68, 0x27, 0xa1, 0xc5, 0x5b, 0x83, 0xe1, + 0x90, 0x4d, 0x82, 0x1c, 0x1a, 0xbb, 0x5b, 0xc7, 0xf9, 0x7c, 0xc5, 0x77, 0x1a, 0xff, 0x1f, 0x62, + 0x49, 0x83, 0x89, 0xe6, 0x55, 0xf7, 0xdf, 0x25, 0xa2, 0x79, 0xd5, 0x9f, 0x9c, 0x4b, 0xe9, 0x8f, + 0x58, 0x9f, 0x35, 0x59, 0x17, 0x65, 0xbd, 0xda, 0x01, 0xd9, 0x72, 0xef, 0x27, 0x59, 0xaf, 0x2a, + 0x2b, 0xc5, 0x02, 0x8a, 0xde, 0x84, 0xb1, 0xba, 0x94, 0xc9, 0xc6, 0x3b, 0xfc, 0x52, 0x57, 0xfd, + 0x80, 0x52, 0x25, 0x71, 0x59, 0xc8, 0xb2, 0x56, 0x1f, 0x1b, 0xd4, 0x4c, 0x33, 0x82, 0x62, 0x2f, + 0x33, 0x82, 0x98, 0x6e, 0xbe, 0x52, 0xfd, 0x27, 0x2d, 0x18, 0xe2, 0xb2, 0xb8, 0xfe, 0x44, 0xa1, + 0x9a, 0x66, 0x2d, 0x1e, 0xbb, 0x3b, 0xb4, 0x50, 0x68, 0xca, 0xd0, 0x1a, 0x94, 0xd8, 0x0f, 0x26, + 0x4b, 0x2c, 0xe6, 0x5b, 0xdd, 0xf3, 0x56, 0xf5, 0x0e, 0xde, 0x91, 0xd5, 0x70, 0x4c, 0xc1, 0xfe, + 0xd1, 0x22, 0x3d, 0xdd, 0x62, 0x54, 0xe3, 0xd2, 0xb7, 0x1e, 0xdd, 0xa5, 0x5f, 0x78, 0x54, 0x97, + 0xfe, 0x36, 0x4c, 0xd6, 0x35, 0x3d, 0x5c, 0x3c, 0x93, 0x97, 0xbb, 0x2e, 0x12, 0x4d, 0x65, 0xc7, + 0xa5, 0x2c, 0xcb, 0x26, 0x11, 0x9c, 0xa4, 0x8a, 0xbe, 0x03, 0xc6, 0xf8, 0x3c, 0x8b, 0x56, 0xb8, + 0x25, 0xc6, 0x07, 0xf2, 0xd7, 0x8b, 0xde, 0x04, 0x97, 0xca, 0x69, 0xd5, 0xb1, 0x41, 0xcc, 0xfe, + 0x53, 0x0b, 0xd0, 0x4a, 0x7b, 0x87, 0xb4, 0x48, 0xe0, 0x34, 0x63, 0x71, 0xfa, 0x0f, 0x5a, 0x30, + 0x4b, 0x52, 0xc5, 0xcb, 0x7e, 0xab, 0x25, 0x1e, 0x2d, 0x39, 0xef, 0xea, 0x95, 0x9c, 0x3a, 0xca, + 0x2d, 0x61, 0x36, 0x0f, 0x03, 0xe7, 0xb6, 0x87, 0xd6, 0x60, 0x86, 0xdf, 0x92, 0x0a, 0xa0, 0xd9, + 0x5e, 0x3f, 0x2e, 0x08, 0xcf, 0x6c, 0xa4, 0x51, 0x70, 0x56, 0x3d, 0xfb, 0x7b, 0xc6, 0x20, 0xb7, + 0x17, 0xef, 0xe9, 0x11, 0xde, 0xd3, 0x23, 0xbc, 0xa7, 0x47, 0x78, 0x4f, 0x8f, 0xf0, 0x9e, 0x1e, + 0xe1, 0x5b, 0x5e, 0x8f, 0xf0, 0xff, 0x5b, 0x70, 0x5a, 0x5d, 0x03, 0xc6, 0xc3, 0xf7, 0xf3, 0x30, + 0xc3, 0xb7, 0xdb, 0x72, 0xd3, 0x71, 0x5b, 0x1b, 0xa4, 0xd5, 0x6e, 0x3a, 0x91, 0xd4, 0xba, 0x5f, + 0xcd, 0x5c, 0xb9, 0x09, 0x8b, 0x55, 0xa3, 0xe2, 0xd2, 0x63, 0xf4, 0x7a, 0xca, 0x00, 0xe0, 0xac, + 0x66, 0xec, 0x5f, 0x1a, 0x81, 0xc1, 0x95, 0x3d, 0xe2, 0x45, 0x27, 0xf0, 0x44, 0xa8, 0xc3, 0x84, + 0xeb, 0xed, 0xf9, 0xcd, 0x3d, 0xd2, 0xe0, 0xf0, 0xa3, 0xbc, 0x64, 0xcf, 0x08, 0xd2, 0x13, 0x15, + 0x83, 0x04, 0x4e, 0x90, 0x7c, 0x14, 0xd2, 0xe4, 0x6b, 0x30, 0xc4, 0x0f, 0x71, 0x21, 0x4a, 0xce, + 0x3c, 0xb3, 0xd9, 0x20, 0x8a, 0xab, 0x29, 0x96, 0x74, 0xf3, 0x4b, 0x42, 0x54, 0x47, 0x9f, 0x83, + 0x89, 0x2d, 0x37, 0x08, 0xa3, 0x0d, 0xb7, 0x45, 0xc2, 0xc8, 0x69, 0xb5, 0x1f, 0x42, 0x7a, 0xac, + 0xc6, 0x61, 0xd5, 0xa0, 0x84, 0x13, 0x94, 0xd1, 0x36, 0x8c, 0x37, 0x1d, 0xbd, 0xa9, 0xe1, 0x23, + 0x37, 0xa5, 0x6e, 0x87, 0x9b, 0x3a, 0x21, 0x6c, 0xd2, 0xa5, 0xdb, 0xa9, 0xce, 0x04, 0xa0, 0x23, + 0x4c, 0x2c, 0xa0, 0xb6, 0x13, 0x97, 0x7c, 0x72, 0x18, 0x65, 0x74, 0x98, 0x81, 0x6c, 0xc9, 0x64, + 0x74, 0x34, 0x33, 0xd8, 0xcf, 0x42, 0x89, 0xd0, 0x21, 0xa4, 0x84, 0xc5, 0x05, 0x73, 0xa5, 0xbf, + 0xbe, 0xae, 0xb9, 0xf5, 0xc0, 0x37, 0xe5, 0xf6, 0x2b, 0x92, 0x12, 0x8e, 0x89, 0xa2, 0x65, 0x18, + 0x0a, 0x49, 0xe0, 0x92, 0x50, 0x5c, 0x35, 0x5d, 0xa6, 0x91, 0xa1, 0x71, 0xdf, 0x12, 0xfe, 0x1b, + 0x8b, 0xaa, 0x74, 0x79, 0x39, 0x4c, 0xa4, 0xc9, 0x2e, 0x03, 0x6d, 0x79, 0x2d, 0xb2, 0x52, 0x2c, + 0xa0, 0xe8, 0x75, 0x18, 0x0e, 0x48, 0x93, 0x29, 0x86, 0xc6, 0xfb, 0x5f, 0xe4, 0x5c, 0xcf, 0xc4, + 0xeb, 0x61, 0x49, 0x00, 0xdd, 0x00, 0x14, 0x10, 0xca, 0x28, 0xb9, 0xde, 0xb6, 0x32, 0x1b, 0x15, + 0x07, 0xad, 0x62, 0x48, 0x71, 0x8c, 0x21, 0xdd, 0x7c, 0x70, 0x46, 0x35, 0x74, 0x0d, 0xa6, 0x55, + 0x69, 0xc5, 0x0b, 0x23, 0x87, 0x1e, 0x70, 0x93, 0x8c, 0x96, 0x92, 0x53, 0xe0, 0x24, 0x02, 0x4e, + 0xd7, 0xb1, 0xbf, 0x6c, 0x01, 0x1f, 0xe7, 0x13, 0x78, 0x9d, 0xbf, 0x66, 0xbe, 0xce, 0xcf, 0xe6, + 0xce, 0x5c, 0xce, 0xcb, 0xfc, 0xcb, 0x16, 0x8c, 0x6a, 0x33, 0x1b, 0xaf, 0x59, 0xab, 0xcb, 0x9a, + 0xed, 0xc0, 0x14, 0x5d, 0xe9, 0xb7, 0x36, 0x43, 0x12, 0xec, 0x91, 0x06, 0x5b, 0x98, 0x85, 0x87, + 0x5b, 0x98, 0xca, 0x44, 0xed, 0x66, 0x82, 0x20, 0x4e, 0x35, 0x61, 0x7f, 0x56, 0x76, 0x55, 0x59, + 0xf4, 0xd5, 0xd5, 0x9c, 0x27, 0x2c, 0xfa, 0xd4, 0xac, 0xe2, 0x18, 0x87, 0x6e, 0xb5, 0x1d, 0x3f, + 0x8c, 0x92, 0x16, 0x7d, 0xd7, 0xfd, 0x30, 0xc2, 0x0c, 0x62, 0xbf, 0x00, 0xb0, 0x72, 0x9f, 0xd4, + 0xf9, 0x8a, 0xd5, 0x1f, 0x0f, 0x56, 0xfe, 0xe3, 0xc1, 0xfe, 0x6d, 0x0b, 0x26, 0x56, 0x97, 0x8d, + 0x9b, 0x6b, 0x01, 0x80, 0xbf, 0x78, 0xee, 0xde, 0x5d, 0x97, 0xea, 0x70, 0xae, 0xd1, 0x54, 0xa5, + 0x58, 0xc3, 0x40, 0x67, 0xa1, 0xd8, 0xec, 0x78, 0x42, 0x7c, 0x38, 0x4c, 0xaf, 0xc7, 0x9b, 0x1d, + 0x0f, 0xd3, 0x32, 0xcd, 0xa5, 0xa0, 0xd8, 0xb7, 0x4b, 0x41, 0x4f, 0xd7, 0x7e, 0x34, 0x0f, 0x83, + 0xf7, 0xee, 0xb9, 0x0d, 0xee, 0x40, 0x29, 0x54, 0xf5, 0x77, 0xef, 0x56, 0xca, 0x21, 0xe6, 0xe5, + 0xf6, 0x97, 0x8a, 0x30, 0xb7, 0xda, 0x24, 0xf7, 0xdf, 0xa1, 0x13, 0x69, 0xbf, 0x0e, 0x11, 0x47, + 0x13, 0xc4, 0x1c, 0xd5, 0xe9, 0xa5, 0xf7, 0x78, 0x6c, 0xc1, 0x30, 0x37, 0x68, 0x93, 0x2e, 0xa5, + 0xaf, 0x66, 0xb5, 0x9e, 0x3f, 0x20, 0x0b, 0xdc, 0x30, 0x4e, 0x78, 0xc4, 0xa9, 0x0b, 0x53, 0x94, + 0x62, 0x49, 0x7c, 0xee, 0x15, 0x18, 0xd3, 0x31, 0x8f, 0xe4, 0x7e, 0xf6, 0xff, 0x14, 0x61, 0x8a, + 0xf6, 0xe0, 0x91, 0x4e, 0xc4, 0xed, 0xf4, 0x44, 0x1c, 0xb7, 0x0b, 0x52, 0xef, 0xd9, 0x78, 0x33, + 0x39, 0x1b, 0x57, 0xf3, 0x66, 0xe3, 0xa4, 0xe7, 0xe0, 0xbb, 0x2d, 0x98, 0x59, 0x6d, 0xfa, 0xf5, + 0xdd, 0x84, 0x9b, 0xd0, 0x4b, 0x30, 0x4a, 0x8f, 0xe3, 0xd0, 0xf0, 0x60, 0x37, 0x62, 0x1a, 0x08, + 0x10, 0xd6, 0xf1, 0xb4, 0x6a, 0xb7, 0x6f, 0x57, 0xca, 0x59, 0xa1, 0x10, 0x04, 0x08, 0xeb, 0x78, + 0xf6, 0x6f, 0x5a, 0x70, 0xee, 0xda, 0xf2, 0x4a, 0xbc, 0x14, 0x53, 0xd1, 0x18, 0x2e, 0xc1, 0x50, + 0xbb, 0xa1, 0x75, 0x25, 0x16, 0xaf, 0x96, 0x59, 0x2f, 0x04, 0xf4, 0xdd, 0x12, 0x69, 0xe4, 0x67, + 0x2d, 0x98, 0xb9, 0xe6, 0x46, 0xf4, 0x76, 0x4d, 0xc6, 0x05, 0xa0, 0xd7, 0x6b, 0xe8, 0x46, 0x7e, + 0xb0, 0x9f, 0x8c, 0x0b, 0x80, 0x15, 0x04, 0x6b, 0x58, 0xbc, 0xe5, 0x3d, 0x97, 0x99, 0x52, 0x17, + 0x4c, 0x45, 0x13, 0x16, 0xe5, 0x58, 0x61, 0xd0, 0x0f, 0x6b, 0xb8, 0x01, 0x93, 0xd1, 0xed, 0x8b, + 0x13, 0x56, 0x7d, 0x58, 0x59, 0x02, 0x70, 0x8c, 0x63, 0xff, 0xb1, 0x05, 0xf3, 0xd7, 0x9a, 0x9d, + 0x30, 0x22, 0xc1, 0x56, 0x98, 0x73, 0x3a, 0xbe, 0x00, 0x25, 0x22, 0x25, 0xe2, 0xa2, 0xd7, 0x8a, + 0x63, 0x54, 0xa2, 0x72, 0x1e, 0x9e, 0x40, 0xe1, 0xf5, 0xe1, 0x74, 0x78, 0x34, 0xaf, 0xb1, 0x55, + 0x40, 0x44, 0x6f, 0x4b, 0x8f, 0xd7, 0xc0, 0x1c, 0xbf, 0x57, 0x52, 0x50, 0x9c, 0x51, 0xc3, 0xfe, + 0x09, 0x0b, 0x4e, 0xab, 0x0f, 0x7e, 0xd7, 0x7d, 0xa6, 0xfd, 0xf3, 0x05, 0x18, 0xbf, 0xbe, 0xb1, + 0x51, 0xbd, 0x46, 0x22, 0x71, 0x6d, 0xf7, 0xd6, 0x73, 0x63, 0x4d, 0x5d, 0xd7, 0xed, 0x31, 0xd7, + 0x89, 0xdc, 0xe6, 0x02, 0x0f, 0xfb, 0xb3, 0x50, 0xf1, 0xa2, 0x5b, 0x41, 0x2d, 0x0a, 0x5c, 0x6f, + 0x3b, 0x53, 0xc1, 0x27, 0x99, 0x8b, 0x62, 0x1e, 0x73, 0x81, 0x5e, 0x80, 0x21, 0x16, 0x77, 0x48, + 0x4e, 0xc2, 0xe3, 0xea, 0x2d, 0xc4, 0x4a, 0x0f, 0x0f, 0xe6, 0x4b, 0xb7, 0x71, 0x85, 0xff, 0xc1, + 0x02, 0x15, 0xdd, 0x86, 0xd1, 0x9d, 0x28, 0x6a, 0x5f, 0x27, 0x4e, 0x83, 0x04, 0xf2, 0x38, 0x3c, + 0x9f, 0x75, 0x1c, 0xd2, 0x41, 0xe0, 0x68, 0xf1, 0x09, 0x12, 0x97, 0x85, 0x58, 0xa7, 0x63, 0xd7, + 0x00, 0x62, 0xd8, 0x31, 0x69, 0x2a, 0xec, 0x3f, 0xb4, 0x60, 0x98, 0x87, 0x80, 0x08, 0xd0, 0x47, + 0x61, 0x80, 0xdc, 0x27, 0x75, 0xc1, 0xf1, 0x66, 0x76, 0x38, 0xe6, 0xb4, 0xb8, 0xc4, 0x95, 0xfe, + 0xc7, 0xac, 0x16, 0xba, 0x0e, 0xc3, 0xb4, 0xb7, 0xd7, 0x54, 0x3c, 0x8c, 0x27, 0xf3, 0xbe, 0x58, + 0x4d, 0x3b, 0x67, 0xce, 0x44, 0x11, 0x96, 0xd5, 0x99, 0x7a, 0xb8, 0xde, 0xae, 0xd1, 0x13, 0x3b, + 0xea, 0xc6, 0x58, 0x6c, 0x2c, 0x57, 0x39, 0x92, 0xa0, 0xc6, 0xd5, 0xc3, 0xb2, 0x10, 0xc7, 0x44, + 0xec, 0x0d, 0x28, 0xd1, 0x49, 0x5d, 0x6c, 0xba, 0x4e, 0x77, 0x8d, 0xf7, 0x33, 0x50, 0x92, 0xfa, + 0xec, 0x50, 0xb8, 0x7e, 0x33, 0xaa, 0x52, 0xdd, 0x1d, 0xe2, 0x18, 0x6e, 0x6f, 0xc1, 0x29, 0x66, + 0x9d, 0xe8, 0x44, 0x3b, 0xc6, 0x1e, 0xeb, 0xbd, 0x98, 0x9f, 0x15, 0x0f, 0x48, 0x3e, 0x33, 0xb3, + 0x9a, 0x77, 0xe5, 0x98, 0xa4, 0x18, 0x3f, 0x26, 0xed, 0xaf, 0x0f, 0xc0, 0xe3, 0x95, 0x5a, 0x7e, + 0x74, 0x90, 0x97, 0x61, 0x8c, 0xf3, 0xa5, 0x74, 0x69, 0x3b, 0x4d, 0xd1, 0xae, 0x12, 0xb5, 0x6e, + 0x68, 0x30, 0x6c, 0x60, 0xa2, 0x73, 0x50, 0x74, 0xdf, 0xf2, 0x92, 0xbe, 0x47, 0x95, 0x37, 0xd6, + 0x31, 0x2d, 0xa7, 0x60, 0xca, 0xe2, 0xf2, 0xbb, 0x43, 0x81, 0x15, 0x9b, 0xfb, 0x1a, 0x4c, 0xb8, + 0x61, 0x3d, 0x74, 0x2b, 0x1e, 0x3d, 0x67, 0xb4, 0x93, 0x4a, 0x09, 0x37, 0x68, 0xa7, 0x15, 0x14, + 0x27, 0xb0, 0xb5, 0x8b, 0x6c, 0xb0, 0x6f, 0x36, 0xb9, 0xa7, 0x2f, 0x34, 0x7d, 0x01, 0xb4, 0xd9, + 0xd7, 0x85, 0x4c, 0x66, 0x2e, 0x5e, 0x00, 0xfc, 0x83, 0x43, 0x2c, 0x61, 0xf4, 0xe5, 0x58, 0xdf, + 0x71, 0xda, 0x8b, 0x9d, 0x68, 0xa7, 0xec, 0x86, 0x75, 0x7f, 0x8f, 0x04, 0xfb, 0xec, 0xd1, 0x3f, + 0x12, 0xbf, 0x1c, 0x15, 0x60, 0xf9, 0xfa, 0x62, 0x95, 0x62, 0xe2, 0x74, 0x1d, 0xb4, 0x08, 0x93, + 0xb2, 0xb0, 0x46, 0x42, 0x76, 0x85, 0x8d, 0x32, 0x32, 0xca, 0x1b, 0x48, 0x14, 0x2b, 0x22, 0x49, + 0x7c, 0x93, 0x93, 0x86, 0xe3, 0xe0, 0xa4, 0x3f, 0x02, 0xe3, 0xae, 0xe7, 0x46, 0xae, 0x13, 0xf9, + 0x5c, 0xe1, 0xc3, 0xdf, 0xf7, 0x4c, 0x92, 0x5d, 0xd1, 0x01, 0xd8, 0xc4, 0xb3, 0xff, 0xf3, 0x00, + 0x4c, 0xb3, 0x69, 0x7b, 0x6f, 0x85, 0x7d, 0x2b, 0xad, 0xb0, 0xdb, 0xe9, 0x15, 0x76, 0x1c, 0x4f, + 0x84, 0x87, 0x5e, 0x66, 0x9f, 0x83, 0x92, 0x72, 0x80, 0x92, 0x1e, 0x90, 0x56, 0x8e, 0x07, 0x64, + 0x6f, 0xee, 0x43, 0xda, 0x90, 0x15, 0x33, 0x6d, 0xc8, 0xfe, 0xaa, 0x05, 0xb1, 0x06, 0x03, 0x5d, + 0x87, 0x52, 0xdb, 0x67, 0xa6, 0x91, 0x81, 0xb4, 0x37, 0x7e, 0x3c, 0xf3, 0xa2, 0xe2, 0x97, 0x22, + 0xff, 0xf8, 0xaa, 0xac, 0x81, 0xe3, 0xca, 0x68, 0x09, 0x86, 0xdb, 0x01, 0xa9, 0x45, 0x2c, 0x48, + 0x48, 0x4f, 0x3a, 0x7c, 0x8d, 0x70, 0x7c, 0x2c, 0x2b, 0xda, 0xbf, 0x60, 0x01, 0x70, 0x33, 0x2d, + 0xc7, 0xdb, 0x26, 0x27, 0x20, 0xb5, 0x2e, 0xc3, 0x40, 0xd8, 0x26, 0xf5, 0x6e, 0x46, 0xab, 0x71, + 0x7f, 0x6a, 0x6d, 0x52, 0x8f, 0x07, 0x9c, 0xfe, 0xc3, 0xac, 0xb6, 0xfd, 0xbd, 0x00, 0x13, 0x31, + 0x5a, 0x25, 0x22, 0x2d, 0xf4, 0x9c, 0x11, 0x34, 0xe0, 0x6c, 0x22, 0x68, 0x40, 0x89, 0x61, 0x6b, + 0x02, 0xd2, 0xcf, 0x41, 0xb1, 0xe5, 0xdc, 0x17, 0x12, 0xb0, 0x67, 0xba, 0x77, 0x83, 0xd2, 0x5f, + 0x58, 0x73, 0xee, 0xf3, 0x47, 0xe2, 0x33, 0x72, 0x81, 0xac, 0x39, 0xf7, 0x0f, 0xb9, 0x69, 0x2a, + 0x3b, 0xa4, 0x6e, 0xba, 0x61, 0xf4, 0x85, 0xff, 0x14, 0xff, 0x67, 0xcb, 0x8e, 0x36, 0xc2, 0xda, + 0x72, 0x3d, 0x61, 0x81, 0xd4, 0x57, 0x5b, 0xae, 0x97, 0x6c, 0xcb, 0xf5, 0xfa, 0x68, 0xcb, 0xf5, + 0xd0, 0xdb, 0x30, 0x2c, 0x0c, 0x04, 0x45, 0x90, 0x9e, 0x2b, 0x7d, 0xb4, 0x27, 0xec, 0x0b, 0x79, + 0x9b, 0x57, 0xe4, 0x23, 0x58, 0x94, 0xf6, 0x6c, 0x57, 0x36, 0x88, 0xfe, 0x92, 0x05, 0x13, 0xe2, + 0x37, 0x26, 0x6f, 0x75, 0x48, 0x18, 0x09, 0xde, 0xf3, 0xc3, 0xfd, 0xf7, 0x41, 0x54, 0xe4, 0x5d, + 0xf9, 0xb0, 0x3c, 0x66, 0x4d, 0x60, 0xcf, 0x1e, 0x25, 0x7a, 0x81, 0xfe, 0x8e, 0x05, 0xa7, 0x5a, + 0xce, 0x7d, 0xde, 0x22, 0x2f, 0xc3, 0x4e, 0xe4, 0xfa, 0x42, 0xd1, 0xfe, 0xd1, 0xfe, 0xa6, 0x3f, + 0x55, 0x9d, 0x77, 0x52, 0x6a, 0x03, 0x4f, 0x65, 0xa1, 0xf4, 0xec, 0x6a, 0x66, 0xbf, 0xe6, 0xb6, + 0x60, 0x44, 0xae, 0xb7, 0x0c, 0x51, 0x43, 0x59, 0x67, 0xac, 0x8f, 0x6c, 0x9f, 0xa9, 0x3b, 0xe3, + 0xd3, 0x76, 0xc4, 0x5a, 0x7b, 0xa4, 0xed, 0x7c, 0x0e, 0xc6, 0xf4, 0x35, 0xf6, 0x48, 0xdb, 0x7a, + 0x0b, 0x66, 0x32, 0xd6, 0xd2, 0x23, 0x6d, 0xf2, 0x1e, 0x9c, 0xcd, 0x5d, 0x1f, 0x8f, 0xb2, 0x61, + 0xfb, 0xe7, 0x2d, 0xfd, 0x1c, 0x3c, 0x01, 0xd5, 0xc1, 0xb2, 0xa9, 0x3a, 0x38, 0xdf, 0x7d, 0xe7, + 0xe4, 0xe8, 0x0f, 0xde, 0xd4, 0x3b, 0x4d, 0x4f, 0x75, 0xf4, 0x3a, 0x0c, 0x35, 0x69, 0x89, 0x34, + 0x33, 0xb5, 0x7b, 0xef, 0xc8, 0x98, 0x97, 0x62, 0xe5, 0x21, 0x16, 0x14, 0xec, 0x5f, 0xb6, 0x60, + 0xe0, 0x04, 0x46, 0x02, 0x9b, 0x23, 0xf1, 0x5c, 0x2e, 0x69, 0x11, 0x3f, 0x78, 0x01, 0x3b, 0xf7, + 0x56, 0xee, 0x47, 0xc4, 0x0b, 0xd9, 0x53, 0x31, 0x73, 0x60, 0x7e, 0xda, 0x82, 0x99, 0x9b, 0xbe, + 0xd3, 0x58, 0x72, 0x9a, 0x8e, 0x57, 0x27, 0x41, 0xc5, 0xdb, 0x3e, 0x92, 0x8d, 0x74, 0xa1, 0xa7, + 0x8d, 0xf4, 0xb2, 0x34, 0x31, 0x1a, 0xc8, 0x9f, 0x3f, 0xca, 0x48, 0x26, 0xc3, 0xa8, 0x18, 0xc6, + 0xb0, 0x3b, 0x80, 0xf4, 0x5e, 0x0a, 0x8f, 0x15, 0x0c, 0xc3, 0x2e, 0xef, 0xaf, 0x98, 0xc4, 0xa7, + 0xb2, 0x19, 0xbc, 0xd4, 0xe7, 0x69, 0xbe, 0x18, 0xbc, 0x00, 0x4b, 0x42, 0xf6, 0xcb, 0x90, 0xe9, + 0xf6, 0xde, 0x5b, 0xf8, 0x60, 0x7f, 0x12, 0xa6, 0x59, 0xcd, 0x23, 0x3e, 0x8c, 0xed, 0x84, 0x6c, + 0x33, 0x23, 0x20, 0x9e, 0xfd, 0x45, 0x0b, 0x26, 0xd7, 0x13, 0x71, 0xc2, 0x2e, 0x31, 0x6d, 0x68, + 0x86, 0x48, 0xbd, 0xc6, 0x4a, 0xb1, 0x80, 0x1e, 0xbb, 0x24, 0xeb, 0x2f, 0x2c, 0x88, 0x23, 0x51, + 0x9c, 0x00, 0xfb, 0xb6, 0x6c, 0xb0, 0x6f, 0x99, 0x12, 0x16, 0xd5, 0x9d, 0x3c, 0xee, 0x0d, 0xdd, + 0x50, 0x31, 0x9a, 0xba, 0x08, 0x57, 0x62, 0x32, 0x7c, 0x29, 0x4e, 0x98, 0x81, 0x9c, 0x64, 0xd4, + 0x26, 0xfb, 0x77, 0x0a, 0x80, 0x14, 0x6e, 0xdf, 0x31, 0xa4, 0xd2, 0x35, 0x8e, 0x27, 0x86, 0xd4, + 0x1e, 0x20, 0xa6, 0xcf, 0x0f, 0x1c, 0x2f, 0xe4, 0x64, 0x5d, 0x21, 0xbb, 0x3b, 0x9a, 0xb1, 0xc0, + 0x9c, 0x68, 0x12, 0xdd, 0x4c, 0x51, 0xc3, 0x19, 0x2d, 0x68, 0x76, 0x1a, 0x83, 0xfd, 0xda, 0x69, + 0x0c, 0xf5, 0xf0, 0x4a, 0xfb, 0x39, 0x0b, 0xc6, 0xd5, 0x30, 0xbd, 0x4b, 0x6c, 0xc6, 0x55, 0x7f, + 0x72, 0x0e, 0xd0, 0xaa, 0xd6, 0x65, 0x76, 0xb1, 0x7c, 0x3b, 0xf3, 0x2e, 0x74, 0x9a, 0xee, 0xdb, + 0x44, 0x45, 0xf0, 0x9b, 0x17, 0xde, 0x82, 0xa2, 0xf4, 0xf0, 0x60, 0x7e, 0x5c, 0xfd, 0xe3, 0x11, + 0x83, 0xe3, 0x2a, 0xf4, 0x48, 0x9e, 0x4c, 0x2c, 0x45, 0xf4, 0x12, 0x0c, 0xb6, 0x77, 0x9c, 0x90, + 0x24, 0x7c, 0x6b, 0x06, 0xab, 0xb4, 0xf0, 0xf0, 0x60, 0x7e, 0x42, 0x55, 0x60, 0x25, 0x98, 0x63, + 0xf7, 0x1f, 0x99, 0x2b, 0xbd, 0x38, 0x7b, 0x46, 0xe6, 0xfa, 0x53, 0x0b, 0x06, 0xd6, 0xfd, 0xc6, + 0x49, 0x1c, 0x01, 0xaf, 0x19, 0x47, 0xc0, 0x13, 0x79, 0xc1, 0xdc, 0x73, 0x77, 0xff, 0x6a, 0x62, + 0xf7, 0x9f, 0xcf, 0xa5, 0xd0, 0x7d, 0xe3, 0xb7, 0x60, 0x94, 0x85, 0x88, 0x17, 0x7e, 0x44, 0x2f, + 0x18, 0x1b, 0x7e, 0x3e, 0xb1, 0xe1, 0x27, 0x35, 0x54, 0x6d, 0xa7, 0x3f, 0x0d, 0xc3, 0xc2, 0x31, + 0x25, 0xe9, 0xa4, 0x29, 0x70, 0xb1, 0x84, 0xdb, 0x3f, 0x59, 0x04, 0x23, 0x24, 0x3d, 0xfa, 0x55, + 0x0b, 0x16, 0x02, 0x6e, 0xb0, 0xda, 0x28, 0x77, 0x02, 0xd7, 0xdb, 0xae, 0xd5, 0x77, 0x48, 0xa3, + 0xd3, 0x74, 0xbd, 0xed, 0xca, 0xb6, 0xe7, 0xab, 0xe2, 0x95, 0xfb, 0xa4, 0xde, 0x61, 0x4a, 0xb0, + 0x1e, 0xf1, 0xef, 0x95, 0xe1, 0xf7, 0xf3, 0x0f, 0x0e, 0xe6, 0x17, 0xf0, 0x91, 0x68, 0xe3, 0x23, + 0xf6, 0x05, 0xfd, 0xa6, 0x05, 0x57, 0x78, 0xa4, 0xf6, 0xfe, 0xfb, 0xdf, 0xe5, 0xb5, 0x5c, 0x95, + 0xa4, 0x62, 0x22, 0x1b, 0x24, 0x68, 0x2d, 0x7d, 0x44, 0x0c, 0xe8, 0x95, 0xea, 0xd1, 0xda, 0xc2, + 0x47, 0xed, 0x9c, 0xfd, 0x4f, 0x8a, 0x30, 0x2e, 0x22, 0x38, 0x89, 0x3b, 0xe0, 0x25, 0x63, 0x49, + 0x3c, 0x99, 0x58, 0x12, 0xd3, 0x06, 0xf2, 0xf1, 0x1c, 0xff, 0x21, 0x4c, 0xd3, 0xc3, 0xf9, 0x3a, + 0x71, 0x82, 0x68, 0x93, 0x38, 0xdc, 0xfc, 0xaa, 0x78, 0xe4, 0xd3, 0x5f, 0x89, 0xe7, 0x6e, 0x26, + 0x89, 0xe1, 0x34, 0xfd, 0x6f, 0xa5, 0x3b, 0xc7, 0x83, 0xa9, 0x54, 0x10, 0xae, 0x4f, 0x41, 0x49, + 0x79, 0x55, 0x88, 0x43, 0xa7, 0x7b, 0x2c, 0xbb, 0x24, 0x05, 0x2e, 0x42, 0x8b, 0x3d, 0x7a, 0x62, + 0x72, 0xf6, 0xdf, 0x2b, 0x18, 0x0d, 0xf2, 0x49, 0x5c, 0x87, 0x11, 0x27, 0x0c, 0xdd, 0x6d, 0x8f, + 0x34, 0xc4, 0x8e, 0x7d, 0x7f, 0xde, 0x8e, 0x35, 0x9a, 0x61, 0x9e, 0x2d, 0x8b, 0xa2, 0x26, 0x56, + 0x34, 0xd0, 0x75, 0x6e, 0xe4, 0xb6, 0x27, 0xdf, 0x7b, 0xfd, 0x51, 0x03, 0x69, 0x06, 0xb7, 0x47, + 0xb0, 0xa8, 0x8f, 0x3e, 0xcd, 0xad, 0x10, 0x6f, 0x78, 0xfe, 0x3d, 0xef, 0x9a, 0xef, 0xcb, 0x28, + 0x09, 0xfd, 0x11, 0x9c, 0x96, 0xb6, 0x87, 0xaa, 0x3a, 0x36, 0xa9, 0xf5, 0x17, 0xd5, 0xf2, 0xf3, + 0x30, 0x43, 0x49, 0x9b, 0x4e, 0xcc, 0x21, 0x22, 0x30, 0x29, 0xc2, 0x83, 0xc9, 0x32, 0x31, 0x76, + 0x99, 0x4f, 0x39, 0xb3, 0x76, 0x2c, 0x47, 0xbe, 0x61, 0x92, 0xc0, 0x49, 0x9a, 0xf6, 0xcf, 0x58, + 0xc0, 0x1c, 0x3a, 0x4f, 0x80, 0x1f, 0xf9, 0x98, 0xc9, 0x8f, 0xcc, 0xe6, 0x0d, 0x72, 0x0e, 0x2b, + 0xf2, 0x22, 0x5f, 0x59, 0xd5, 0xc0, 0xbf, 0xbf, 0x2f, 0x4c, 0x47, 0x7a, 0xbf, 0x3f, 0xec, 0xff, + 0x65, 0xf1, 0x43, 0x4c, 0xf9, 0x3c, 0xa0, 0xef, 0x84, 0x91, 0xba, 0xd3, 0x76, 0xea, 0x3c, 0x7f, + 0x4a, 0xae, 0x44, 0xcf, 0xa8, 0xb4, 0xb0, 0x2c, 0x6a, 0x70, 0x09, 0x95, 0x0c, 0x33, 0x37, 0x22, + 0x8b, 0x7b, 0x4a, 0xa5, 0x54, 0x93, 0x73, 0xbb, 0x30, 0x6e, 0x10, 0x7b, 0xa4, 0xe2, 0x8c, 0xef, + 0xe4, 0x57, 0xac, 0x0a, 0x8b, 0xd8, 0x82, 0x69, 0x4f, 0xfb, 0x4f, 0x2f, 0x14, 0xf9, 0xb8, 0x7c, + 0x7f, 0xaf, 0x4b, 0x94, 0xdd, 0x3e, 0x9a, 0xaf, 0x68, 0x82, 0x0c, 0x4e, 0x53, 0xb6, 0x7f, 0xca, + 0x82, 0xc7, 0x74, 0x44, 0xcd, 0x1d, 0xa5, 0x97, 0x8e, 0xa0, 0x0c, 0x23, 0x7e, 0x9b, 0x04, 0x4e, + 0xe4, 0x07, 0xe2, 0xd6, 0xb8, 0x2c, 0x07, 0xfd, 0x96, 0x28, 0x3f, 0x14, 0xd1, 0xc7, 0x25, 0x75, + 0x59, 0x8e, 0x55, 0x4d, 0xfa, 0xfa, 0x64, 0x83, 0x11, 0x0a, 0xc7, 0x23, 0x76, 0x06, 0x30, 0x75, + 0x79, 0x88, 0x05, 0xc4, 0xfe, 0xba, 0xc5, 0x17, 0x96, 0xde, 0x75, 0xf4, 0x16, 0x4c, 0xb5, 0x9c, + 0xa8, 0xbe, 0xb3, 0x72, 0xbf, 0x1d, 0x70, 0x8d, 0x8b, 0x1c, 0xa7, 0x67, 0x7a, 0x8d, 0x93, 0xf6, + 0x91, 0xb1, 0x61, 0xe5, 0x5a, 0x82, 0x18, 0x4e, 0x91, 0x47, 0x9b, 0x30, 0xca, 0xca, 0x98, 0x4f, + 0x5d, 0xd8, 0x8d, 0x35, 0xc8, 0x6b, 0x4d, 0x59, 0x1c, 0xac, 0xc5, 0x74, 0xb0, 0x4e, 0xd4, 0xfe, + 0x4a, 0x91, 0xef, 0x76, 0xc6, 0xca, 0x3f, 0x0d, 0xc3, 0x6d, 0xbf, 0xb1, 0x5c, 0x29, 0x63, 0x31, + 0x0b, 0xea, 0x1a, 0xa9, 0xf2, 0x62, 0x2c, 0xe1, 0xe8, 0x32, 0x8c, 0x88, 0x9f, 0x52, 0x43, 0xc6, + 0xce, 0x66, 0x81, 0x17, 0x62, 0x05, 0x45, 0xcf, 0x03, 0xb4, 0x03, 0x7f, 0xcf, 0x6d, 0xb0, 0x58, + 0x0f, 0x45, 0xd3, 0x58, 0xa8, 0xaa, 0x20, 0x58, 0xc3, 0x42, 0xaf, 0xc2, 0x78, 0xc7, 0x0b, 0x39, + 0x3b, 0xa2, 0x45, 0x76, 0x55, 0x66, 0x2c, 0xb7, 0x75, 0x20, 0x36, 0x71, 0xd1, 0x22, 0x0c, 0x45, + 0x0e, 0x33, 0x7e, 0x19, 0xcc, 0x37, 0xbe, 0xdd, 0xa0, 0x18, 0x7a, 0xaa, 0x0e, 0x5a, 0x01, 0x8b, + 0x8a, 0xe8, 0x53, 0xd2, 0xbd, 0x95, 0x1f, 0xec, 0xc2, 0xea, 0xbd, 0xbf, 0x4b, 0x40, 0x73, 0x6e, + 0x15, 0xd6, 0xf4, 0x06, 0x2d, 0xf4, 0x0a, 0x00, 0xb9, 0x1f, 0x91, 0xc0, 0x73, 0x9a, 0xca, 0xb6, + 0x4c, 0xf1, 0x05, 0x65, 0x7f, 0xdd, 0x8f, 0x6e, 0x87, 0x64, 0x45, 0x61, 0x60, 0x0d, 0xdb, 0xfe, + 0xcd, 0x12, 0x40, 0xcc, 0xb7, 0xa3, 0xb7, 0x53, 0x07, 0xd7, 0xb3, 0xdd, 0x39, 0xfd, 0xe3, 0x3b, + 0xb5, 0xd0, 0xf7, 0x59, 0x30, 0xea, 0x34, 0x9b, 0x7e, 0xdd, 0xe1, 0xb1, 0x77, 0x0b, 0xdd, 0x0f, + 0x4e, 0xd1, 0xfe, 0x62, 0x5c, 0x83, 0x77, 0xe1, 0x05, 0xb9, 0x42, 0x35, 0x48, 0xcf, 0x5e, 0xe8, + 0x0d, 0xa3, 0x0f, 0xc9, 0xa7, 0x62, 0xd1, 0x18, 0x4a, 0xf5, 0x54, 0x2c, 0xb1, 0x3b, 0x42, 0x7f, + 0x25, 0xde, 0x36, 0x5e, 0x89, 0x03, 0xf9, 0xfe, 0x7b, 0x06, 0xfb, 0xda, 0xeb, 0x81, 0x88, 0xaa, + 0xba, 0x2f, 0xff, 0x60, 0xbe, 0xb3, 0x9c, 0xf6, 0x4e, 0xea, 0xe1, 0xc7, 0xff, 0x39, 0x98, 0x6c, + 0x98, 0x4c, 0x80, 0x58, 0x89, 0x4f, 0xe5, 0xd1, 0x4d, 0xf0, 0x0c, 0xf1, 0xb5, 0x9f, 0x00, 0xe0, + 0x24, 0x61, 0x54, 0xe5, 0xa1, 0x1d, 0x2a, 0xde, 0x96, 0x2f, 0x3c, 0x2f, 0xec, 0xdc, 0xb9, 0xdc, + 0x0f, 0x23, 0xd2, 0xa2, 0x98, 0xf1, 0xed, 0xbe, 0x2e, 0xea, 0x62, 0x45, 0x05, 0xbd, 0x0e, 0x43, + 0xcc, 0x5b, 0x2a, 0x9c, 0x1d, 0xc9, 0x97, 0x38, 0x9b, 0xb1, 0xca, 0xe2, 0x0d, 0xc9, 0xfe, 0x86, + 0x58, 0x50, 0x40, 0xd7, 0xa5, 0x2f, 0x62, 0x58, 0xf1, 0x6e, 0x87, 0x84, 0xf9, 0x22, 0x96, 0x96, + 0xde, 0x1f, 0xbb, 0x19, 0xf2, 0xf2, 0xcc, 0x84, 0x5e, 0x46, 0x4d, 0xca, 0x45, 0x89, 0xff, 0x32, + 0x4f, 0xd8, 0x2c, 0xe4, 0x77, 0xcf, 0xcc, 0x25, 0x16, 0x0f, 0xe7, 0x1d, 0x93, 0x04, 0x4e, 0xd2, + 0xa4, 0x1c, 0x29, 0xdf, 0xf5, 0xc2, 0x77, 0xa3, 0xd7, 0xd9, 0xc1, 0x1f, 0xe2, 0xec, 0x36, 0xe2, + 0x25, 0x58, 0xd4, 0x3f, 0x51, 0xf6, 0x60, 0xce, 0x83, 0xa9, 0xe4, 0x16, 0x7d, 0xa4, 0xec, 0xc8, + 0x1f, 0x0e, 0xc0, 0x84, 0xb9, 0xa4, 0xd0, 0x15, 0x28, 0x09, 0x22, 0x2a, 0xb6, 0xbf, 0xda, 0x25, + 0x6b, 0x12, 0x80, 0x63, 0x1c, 0x96, 0xd2, 0x81, 0x55, 0xd7, 0x8c, 0x75, 0xe3, 0x94, 0x0e, 0x0a, + 0x82, 0x35, 0x2c, 0xfa, 0xb0, 0xda, 0xf4, 0xfd, 0x48, 0x5d, 0x48, 0x6a, 0xdd, 0x2d, 0xb1, 0x52, + 0x2c, 0xa0, 0xf4, 0x22, 0xda, 0x25, 0x81, 0x47, 0x9a, 0x66, 0x14, 0x60, 0x75, 0x11, 0xdd, 0xd0, + 0x81, 0xd8, 0xc4, 0xa5, 0xd7, 0xa9, 0x1f, 0xb2, 0x85, 0x2c, 0x9e, 0x6f, 0xb1, 0xf1, 0x73, 0x8d, + 0xbb, 0x43, 0x4b, 0x38, 0xfa, 0x24, 0x3c, 0xa6, 0x22, 0x1d, 0x61, 0xae, 0xcd, 0x90, 0x2d, 0x0e, + 0x19, 0xd2, 0x96, 0xc7, 0x96, 0xb3, 0xd1, 0x70, 0x5e, 0x7d, 0xf4, 0x1a, 0x4c, 0x08, 0x16, 0x5f, + 0x52, 0x1c, 0x36, 0x0d, 0x6c, 0x6e, 0x18, 0x50, 0x9c, 0xc0, 0x96, 0x71, 0x8c, 0x19, 0x97, 0x2d, + 0x29, 0x8c, 0xa4, 0xe3, 0x18, 0xeb, 0x70, 0x9c, 0xaa, 0x81, 0x16, 0x61, 0x92, 0xf3, 0x60, 0xae, + 0xb7, 0xcd, 0xe7, 0x44, 0xb8, 0x56, 0xa9, 0x2d, 0x75, 0xcb, 0x04, 0xe3, 0x24, 0x3e, 0x7a, 0x19, + 0xc6, 0x9c, 0xa0, 0xbe, 0xe3, 0x46, 0xa4, 0x1e, 0x75, 0x02, 0xee, 0x73, 0xa5, 0x59, 0x28, 0x2d, + 0x6a, 0x30, 0x6c, 0x60, 0xda, 0x6f, 0xc3, 0x4c, 0x46, 0x9c, 0x04, 0xba, 0x70, 0x9c, 0xb6, 0x2b, + 0xbf, 0x29, 0x61, 0xc6, 0xbc, 0x58, 0xad, 0xc8, 0xaf, 0xd1, 0xb0, 0xe8, 0xea, 0x64, 0xf1, 0x14, + 0xb4, 0xb4, 0x80, 0x6a, 0x75, 0xae, 0x4a, 0x00, 0x8e, 0x71, 0xec, 0xff, 0x56, 0x80, 0xc9, 0x0c, + 0xdd, 0x0a, 0x4b, 0x4d, 0x97, 0x78, 0xa4, 0xc4, 0x99, 0xe8, 0xcc, 0xb0, 0xd8, 0x85, 0x23, 0x84, + 0xc5, 0x2e, 0xf6, 0x0a, 0x8b, 0x3d, 0xf0, 0x4e, 0xc2, 0x62, 0x9b, 0x23, 0x36, 0xd8, 0xd7, 0x88, + 0x65, 0x84, 0xd2, 0x1e, 0x3a, 0x62, 0x28, 0x6d, 0x63, 0xd0, 0x87, 0xfb, 0x18, 0xf4, 0x1f, 0x2d, + 0xc0, 0x54, 0xd2, 0x92, 0xf2, 0x04, 0xe4, 0xb6, 0xaf, 0x1b, 0x72, 0xdb, 0xcb, 0xfd, 0xb8, 0xc2, + 0xe6, 0xca, 0x70, 0x71, 0x42, 0x86, 0xfb, 0xc1, 0xbe, 0xa8, 0x75, 0x97, 0xe7, 0xfe, 0xf5, 0x02, + 0x9c, 0xce, 0xf4, 0xc5, 0x3d, 0x81, 0xb1, 0xb9, 0x65, 0x8c, 0xcd, 0x73, 0x7d, 0xbb, 0x09, 0xe7, + 0x0e, 0xd0, 0xdd, 0xc4, 0x00, 0x5d, 0xe9, 0x9f, 0x64, 0xf7, 0x51, 0xfa, 0x5a, 0x11, 0xce, 0x67, + 0xd6, 0x8b, 0xc5, 0x9e, 0xab, 0x86, 0xd8, 0xf3, 0xf9, 0x84, 0xd8, 0xd3, 0xee, 0x5e, 0xfb, 0x78, + 0xe4, 0xa0, 0xc2, 0x5d, 0x96, 0x39, 0xfd, 0x3f, 0xa4, 0x0c, 0xd4, 0x70, 0x97, 0x55, 0x84, 0xb0, + 0x49, 0xf7, 0x5b, 0x49, 0xf6, 0xf9, 0xaf, 0x2d, 0x38, 0x9b, 0x39, 0x37, 0x27, 0x20, 0xeb, 0x5a, + 0x37, 0x65, 0x5d, 0x4f, 0xf7, 0xbd, 0x5a, 0x73, 0x84, 0x5f, 0x5f, 0x19, 0xcc, 0xf9, 0x16, 0xf6, 0x92, 0xbf, 0x05, 0xa3, 0x4e, 0xbd, 0x4e, 0xc2, 0x70, 0xcd, 0x6f, 0xa8, 0xc8, 0xbf, 0xcf, 0xb1, 0x77, 0x56, 0x5c, 0x7c, 0x78, 0x30, 0x3f, 0x97, 0x24, 0x11, 0x83, 0xb1, 0x4e, 0x01, 0x7d, 0x1a, 0x46, 0x42, 0x71, 0x6f, 0x8a, 0xb9, 0x7f, 0xa1, 0xcf, 0xc1, 0x71, 0x36, 0x49, 0xd3, 0x0c, 0x4d, @@ -6535,437 +6535,439 @@ var fileDescriptor_83c10c24ec417dc9 = []byte{ 0xcb, 0x4d, 0x27, 0x64, 0xce, 0x32, 0x62, 0x15, 0xb2, 0xf0, 0x47, 0xb5, 0x04, 0x0c, 0xa7, 0xb0, 0xd1, 0xaa, 0x6c, 0x95, 0x05, 0x1a, 0xe4, 0x0b, 0xf3, 0x52, 0xdc, 0xa2, 0x48, 0x8c, 0x7b, 0x2a, 0x39, 0xfc, 0x6c, 0xe0, 0xb5, 0x9a, 0xe8, 0xd3, 0x00, 0x74, 0xf9, 0x08, 0x39, 0xc4, 0x70, 0xfe, - 0xe1, 0x49, 0x4f, 0x95, 0x46, 0xa6, 0x6d, 0x2f, 0xf3, 0x70, 0x2d, 0x2b, 0x22, 0x58, 0x23, 0x68, - 0xff, 0xf0, 0x00, 0x3c, 0xde, 0xe5, 0x8c, 0x44, 0x8b, 0xa6, 0x1e, 0xf6, 0x99, 0xe4, 0xe3, 0x7a, - 0x2e, 0xb3, 0xb2, 0xf1, 0xda, 0x4e, 0x2c, 0xc5, 0xc2, 0x3b, 0x5e, 0x8a, 0x3f, 0x60, 0x69, 0x62, - 0x0f, 0x6e, 0xf1, 0xf9, 0xb1, 0x23, 0x9e, 0xfd, 0xc7, 0x28, 0x07, 0xd9, 0xca, 0x10, 0x26, 0x3c, - 0xdf, 0x77, 0x77, 0xfa, 0x96, 0x2e, 0x9c, 0xac, 0x94, 0xf8, 0xb7, 0x2d, 0x38, 0xd7, 0x35, 0x68, - 0xc7, 0x37, 0x20, 0xc3, 0x60, 0x7f, 0xc1, 0x82, 0x27, 0x33, 0x6b, 0x18, 0x66, 0x46, 0x57, 0xa0, - 0x54, 0xa7, 0x85, 0x9a, 0x97, 0x66, 0xec, 0xbe, 0x2e, 0x01, 0x38, 0xc6, 0x31, 0xac, 0x89, 0x0a, - 0x3d, 0xad, 0x89, 0x7e, 0xd5, 0x82, 0xd4, 0xa6, 0x3f, 0x81, 0xdb, 0xa7, 0x62, 0xde, 0x3e, 0xef, - 0xef, 0x67, 0x34, 0x73, 0x2e, 0x9e, 0x3f, 0x99, 0x84, 0x33, 0x39, 0x5e, 0x4a, 0x7b, 0x30, 0xbd, - 0x5d, 0x27, 0xa6, 0xff, 0x6b, 0xb7, 0xb8, 0x30, 0x5d, 0x9d, 0x65, 0x59, 0xea, 0xce, 0xe9, 0x14, - 0x0a, 0x4e, 0x37, 0x81, 0xbe, 0x60, 0xc1, 0x29, 0xe7, 0x5e, 0x98, 0xca, 0xf5, 0x2f, 0xd6, 0xce, - 0x8b, 0x99, 0x92, 0x9d, 0xbb, 0xb5, 0x14, 0xbe, 0xd1, 0x3c, 0xcb, 0x65, 0x9a, 0x85, 0x85, 0x33, - 0xdb, 0x42, 0x58, 0x04, 0xb8, 0xa7, 0x6f, 0x94, 0x2e, 0x1e, 0xda, 0x59, 0xee, 0x64, 0xfc, 0x5a, - 0x94, 0x10, 0xac, 0xe8, 0xa0, 0xcf, 0x42, 0x69, 0x5b, 0xfa, 0x78, 0x66, 0x5c, 0xbb, 0xf1, 0x40, - 0x76, 0xf7, 0x7c, 0xe5, 0xea, 0x59, 0x85, 0x84, 0x63, 0xa2, 0xe8, 0x35, 0x28, 0x7a, 0x5b, 0x61, - 0xb7, 0x74, 0xa0, 0x09, 0x3b, 0x3c, 0x1e, 0x07, 0x61, 0x7d, 0xb5, 0x86, 0x69, 0x45, 0x74, 0x1d, - 0x8a, 0xc1, 0x66, 0x43, 0x88, 0x25, 0x33, 0x37, 0x29, 0x5e, 0x2a, 0xe7, 0xf4, 0x8a, 0x51, 0xc2, - 0x4b, 0x65, 0x4c, 0x49, 0xa0, 0x2a, 0x0c, 0x32, 0xd7, 0x1e, 0x71, 0xc9, 0x65, 0xb2, 0xf3, 0x5d, - 0x5c, 0xe4, 0x78, 0xb0, 0x04, 0x86, 0x80, 0x39, 0x21, 0xb4, 0x01, 0x43, 0x75, 0x96, 0x3a, 0x52, - 0x04, 0x46, 0xfb, 0x50, 0xa6, 0x00, 0xb2, 0x4b, 0x4e, 0x4d, 0x21, 0x8f, 0x63, 0x18, 0x58, 0xd0, - 0x62, 0x54, 0x49, 0x7b, 0x67, 0x2b, 0x14, 0xa9, 0x8e, 0xb3, 0xa9, 0x76, 0x49, 0x15, 0x2b, 0xa8, - 0x32, 0x0c, 0x2c, 0x68, 0xa1, 0x57, 0xa0, 0xb0, 0x55, 0x17, 0x6e, 0x3b, 0x99, 0x92, 0x48, 0x33, - 0x94, 0xc5, 0xd2, 0xd0, 0x83, 0x83, 0xf9, 0xc2, 0xea, 0x32, 0x2e, 0x6c, 0xd5, 0xd1, 0x3a, 0x0c, - 0x6f, 0x71, 0xe7, 0x77, 0x21, 0x6c, 0x7c, 0x2a, 0xdb, 0x2f, 0x3f, 0xe5, 0x1f, 0xcf, 0x3d, 0x56, - 0x04, 0x00, 0x4b, 0x22, 0x2c, 0x5e, 0xbc, 0x72, 0xe2, 0x17, 0x31, 0xc4, 0x16, 0x8e, 0x16, 0x78, - 0x81, 0x33, 0x1d, 0x71, 0x28, 0x00, 0xac, 0x51, 0xa4, 0xab, 0xda, 0x91, 0xf9, 0xe6, 0x45, 0xb0, - 0x99, 0xcc, 0x55, 0xdd, 0x23, 0x15, 0x3f, 0x5f, 0xd5, 0x0a, 0x09, 0xc7, 0x44, 0xd1, 0x2e, 0x8c, - 0xef, 0x85, 0xed, 0x1d, 0x22, 0xb7, 0x34, 0x8b, 0x3d, 0x93, 0x73, 0x2f, 0xdf, 0x11, 0x88, 0x6e, - 0x10, 0x75, 0x9c, 0x66, 0xea, 0x14, 0x62, 0x3a, 0xfd, 0x3b, 0x3a, 0x31, 0x6c, 0xd2, 0xa6, 0xc3, - 0xff, 0x56, 0xc7, 0xdf, 0xdc, 0x8f, 0x88, 0x08, 0xfd, 0x95, 0x39, 0xfc, 0x6f, 0x70, 0x94, 0xf4, - 0xf0, 0x0b, 0x00, 0x96, 0x44, 0xd0, 0x1d, 0x31, 0x3c, 0xec, 0xf4, 0x9c, 0xca, 0x8f, 0xcf, 0xb9, - 0x28, 0x91, 0x72, 0x06, 0x85, 0x9d, 0x96, 0x31, 0x29, 0x76, 0x4a, 0xb6, 0x77, 0xfc, 0xc8, 0xf7, - 0x12, 0x27, 0xf4, 0x74, 0xfe, 0x29, 0x59, 0xcd, 0xc0, 0x4f, 0x9f, 0x92, 0x59, 0x58, 0x38, 0xb3, - 0x2d, 0xd4, 0x80, 0x89, 0xb6, 0x1f, 0x44, 0xf7, 0xfc, 0x40, 0xae, 0x2f, 0xd4, 0x45, 0x58, 0x62, - 0x60, 0x8a, 0x16, 0x59, 0x54, 0x3d, 0x13, 0x82, 0x13, 0x34, 0xd1, 0x27, 0x60, 0x38, 0xac, 0x3b, - 0x4d, 0x52, 0xb9, 0x35, 0x3b, 0x93, 0x7f, 0xfd, 0xd4, 0x38, 0x4a, 0xce, 0xea, 0xe2, 0xc1, 0xe5, - 0x39, 0x0a, 0x96, 0xe4, 0xd0, 0x2a, 0x0c, 0xb2, 0x7c, 0x60, 0x2c, 0x4e, 0x5d, 0x4e, 0x98, 0xd1, - 0x94, 0x55, 0x34, 0x3f, 0x9b, 0x58, 0x31, 0xe6, 0xd5, 0xe9, 0x1e, 0x10, 0x6f, 0x06, 0x3f, 0x9c, - 0x3d, 0x9d, 0xbf, 0x07, 0xc4, 0x53, 0xe3, 0x56, 0xad, 0xdb, 0x1e, 0x50, 0x48, 0x38, 0x26, 0x4a, - 0x4f, 0x66, 0x7a, 0x9a, 0x9e, 0xe9, 0x62, 0xce, 0x93, 0x7b, 0x96, 0xb2, 0x93, 0x99, 0x9e, 0xa4, - 0x94, 0x84, 0xfd, 0xfb, 0xc3, 0x69, 0x9e, 0x85, 0xbd, 0x32, 0xbf, 0xcb, 0x4a, 0x29, 0x20, 0x3f, - 0xdc, 0xaf, 0xd0, 0xeb, 0x18, 0x59, 0xf0, 0x2f, 0x58, 0x70, 0xa6, 0x9d, 0xf9, 0x21, 0x82, 0x01, - 0xe8, 0x4f, 0x76, 0xc6, 0x3f, 0x5d, 0xc5, 0x34, 0xcc, 0x86, 0xe3, 0x9c, 0x96, 0x92, 0xcf, 0x9c, - 0xe2, 0x3b, 0x7e, 0xe6, 0xac, 0xc1, 0x08, 0x63, 0x32, 0x7b, 0xa4, 0x52, 0x4e, 0xbe, 0xf6, 0x18, - 0x2b, 0xb1, 0x2c, 0x2a, 0x62, 0x45, 0x02, 0xfd, 0xa0, 0x05, 0xe7, 0x92, 0x5d, 0xc7, 0x84, 0x81, - 0x45, 0x20, 0x44, 0xfe, 0xc0, 0x5d, 0x15, 0xdf, 0x9f, 0xe2, 0xff, 0x0d, 0xe4, 0xc3, 0x5e, 0x08, - 0xb8, 0x7b, 0x63, 0xa8, 0x9c, 0xf1, 0xc2, 0x1e, 0x32, 0xb5, 0x0a, 0x7d, 0xbc, 0xb2, 0x5f, 0x84, - 0xb1, 0x96, 0xdf, 0xf1, 0x22, 0x61, 0xfd, 0x23, 0x2c, 0x11, 0x98, 0x06, 0x7e, 0x4d, 0x2b, 0xc7, - 0x06, 0x56, 0xe2, 0x6d, 0x3e, 0xf2, 0xd0, 0x6f, 0xf3, 0x37, 0x61, 0xcc, 0xd3, 0xcc, 0x55, 0x05, - 0x3f, 0x70, 0x29, 0x3f, 0x88, 0xa9, 0x6e, 0xdc, 0xca, 0x7b, 0xa9, 0x97, 0x60, 0x83, 0xda, 0xc9, - 0x3e, 0xf8, 0xbe, 0x6c, 0x65, 0x30, 0xf5, 0x5c, 0x04, 0xf0, 0x51, 0x53, 0x04, 0x70, 0x29, 0x29, - 0x02, 0x48, 0x49, 0x94, 0x8d, 0xd7, 0x7f, 0xff, 0x39, 0x5a, 0xfa, 0x0d, 0x84, 0x68, 0x37, 0xe1, - 0x42, 0xaf, 0x6b, 0x89, 0x99, 0x81, 0x35, 0x94, 0xfe, 0x30, 0x36, 0x03, 0x6b, 0x54, 0xca, 0x98, - 0x41, 0xfa, 0x0d, 0xb1, 0x63, 0xff, 0x57, 0x0b, 0x8a, 0x55, 0xbf, 0x71, 0x02, 0x0f, 0xde, 0x8f, - 0x19, 0x0f, 0xde, 0xc7, 0xb3, 0x2f, 0xc4, 0x46, 0xae, 0x3c, 0x7c, 0x25, 0x21, 0x0f, 0x3f, 0x97, - 0x47, 0xa0, 0xbb, 0xf4, 0xfb, 0x27, 0x8b, 0x30, 0x5a, 0xf5, 0x1b, 0xca, 0x06, 0xfb, 0xd7, 0x1f, - 0xc6, 0x06, 0x3b, 0x37, 0xd3, 0x80, 0x46, 0x99, 0x59, 0x8f, 0x49, 0xf7, 0xd3, 0x6f, 0x30, 0x53, - 0xec, 0xbb, 0xc4, 0xdd, 0xde, 0x89, 0x48, 0x23, 0xf9, 0x39, 0x27, 0x67, 0x8a, 0xfd, 0xfb, 0x05, - 0x98, 0x4c, 0xb4, 0x8e, 0x9a, 0x30, 0xde, 0xd4, 0xa5, 0xad, 0x62, 0x9d, 0x3e, 0x94, 0xa0, 0x56, - 0x98, 0xb2, 0x6a, 0x45, 0xd8, 0x24, 0x8e, 0x16, 0x00, 0x94, 0xfa, 0x51, 0x8a, 0xf5, 0x18, 0xd7, - 0xaf, 0xf4, 0x93, 0x21, 0xd6, 0x30, 0xd0, 0x4b, 0x30, 0x1a, 0xf9, 0x6d, 0xbf, 0xe9, 0x6f, 0xef, - 0xdf, 0x20, 0x32, 0xa8, 0x93, 0x32, 0x50, 0xdb, 0x88, 0x41, 0x58, 0xc7, 0x43, 0xf7, 0x61, 0x5a, - 0x11, 0xa9, 0x1d, 0x83, 0x04, 0x9a, 0x49, 0x15, 0xd6, 0x93, 0x14, 0x71, 0xba, 0x11, 0xfb, 0xa7, - 0x8b, 0x7c, 0x88, 0xbd, 0xc8, 0x7d, 0x6f, 0x37, 0xbc, 0xbb, 0x77, 0xc3, 0x57, 0x2d, 0x98, 0xa2, - 0xad, 0x33, 0xeb, 0x1b, 0x79, 0xcd, 0xab, 0xb0, 0xc9, 0x56, 0x97, 0xb0, 0xc9, 0x97, 0xe8, 0xa9, - 0xd9, 0xf0, 0x3b, 0x91, 0x90, 0xdd, 0x69, 0xc7, 0x22, 0x2d, 0xc5, 0x02, 0x2a, 0xf0, 0x48, 0x10, - 0x08, 0x8f, 0x41, 0x1d, 0x8f, 0x04, 0x01, 0x16, 0x50, 0x19, 0x55, 0x79, 0x20, 0x3b, 0xaa, 0x32, - 0x0f, 0x8e, 0x29, 0xec, 0x34, 0x04, 0xc3, 0xa5, 0x05, 0xc7, 0x94, 0x06, 0x1c, 0x31, 0x8e, 0xfd, - 0x73, 0x45, 0x18, 0xab, 0xfa, 0x8d, 0x58, 0xf5, 0xf8, 0xa2, 0xa1, 0x7a, 0xbc, 0x90, 0x50, 0x3d, - 0x4e, 0xe9, 0xb8, 0xef, 0x29, 0x1a, 0xbf, 0x5e, 0x8a, 0xc6, 0x7f, 0x6a, 0xb1, 0x59, 0x2b, 0xaf, - 0xd7, 0xb8, 0x31, 0x17, 0xba, 0x0a, 0xa3, 0xec, 0x80, 0x61, 0x2e, 0xaa, 0x52, 0x1f, 0xc7, 0xb2, - 0x05, 0xad, 0xc7, 0xc5, 0x58, 0xc7, 0x41, 0x97, 0x61, 0x24, 0x24, 0x4e, 0x50, 0xdf, 0x51, 0xa7, - 0xab, 0x50, 0x9e, 0xf1, 0x32, 0xac, 0xa0, 0xe8, 0x8d, 0x38, 0x2e, 0x63, 0x31, 0xdf, 0xe5, 0x4d, - 0xef, 0x0f, 0xdf, 0x22, 0xf9, 0xc1, 0x18, 0xed, 0xbb, 0x80, 0xd2, 0xf8, 0x7d, 0x04, 0x24, 0x9b, - 0x37, 0x03, 0x92, 0x95, 0x52, 0xc1, 0xc8, 0xfe, 0xdc, 0x82, 0x89, 0xaa, 0xdf, 0xa0, 0x5b, 0xf7, - 0x9b, 0x69, 0x9f, 0xea, 0x41, 0x69, 0x87, 0xba, 0x04, 0xa5, 0xbd, 0x08, 0x83, 0x55, 0xbf, 0x51, - 0xa9, 0x76, 0xf3, 0x37, 0xb7, 0xff, 0x96, 0x05, 0xc3, 0x55, 0xbf, 0x71, 0x02, 0x6a, 0x81, 0x8f, - 0x9a, 0x6a, 0x81, 0xc7, 0x72, 0xd6, 0x4d, 0x8e, 0x26, 0xe0, 0x6f, 0x0c, 0xc0, 0x38, 0xed, 0xa7, - 0xbf, 0x2d, 0xa7, 0xd2, 0x18, 0x36, 0xab, 0x8f, 0x61, 0xa3, 0x5c, 0xb8, 0xdf, 0x6c, 0xfa, 0xf7, - 0x92, 0xd3, 0xba, 0xca, 0x4a, 0xb1, 0x80, 0xa2, 0x67, 0x61, 0xa4, 0x1d, 0x90, 0x3d, 0xd7, 0x17, - 0xec, 0xad, 0xa6, 0x64, 0xa9, 0x8a, 0x72, 0xac, 0x30, 0xe8, 0xb3, 0x30, 0x74, 0x3d, 0x7a, 0x95, - 0xd7, 0x7d, 0xaf, 0xc1, 0x25, 0xe7, 0x45, 0x91, 0x39, 0x41, 0x2b, 0xc7, 0x06, 0x16, 0xba, 0x0b, - 0x25, 0xf6, 0x9f, 0x1d, 0x3b, 0x47, 0xcf, 0xc1, 0x29, 0x72, 0xb2, 0x09, 0x02, 0x38, 0xa6, 0x85, - 0x9e, 0x07, 0x88, 0x64, 0xf4, 0xf1, 0x50, 0x04, 0x9f, 0x52, 0x4f, 0x01, 0x15, 0x97, 0x3c, 0xc4, - 0x1a, 0x16, 0x7a, 0x06, 0x4a, 0x91, 0xe3, 0x36, 0x6f, 0xba, 0x1e, 0x09, 0x99, 0x44, 0xbc, 0x28, - 0x53, 0xa3, 0x89, 0x42, 0x1c, 0xc3, 0x29, 0x2b, 0xc6, 0x22, 0x33, 0xf0, 0x0c, 0xbe, 0x23, 0x0c, - 0x9b, 0xb1, 0x62, 0x37, 0x55, 0x29, 0xd6, 0x30, 0xd0, 0x0e, 0x3c, 0xe1, 0x7a, 0x2c, 0xcb, 0x00, - 0xa9, 0xed, 0xba, 0xed, 0x8d, 0x9b, 0xb5, 0x3b, 0x24, 0x70, 0xb7, 0xf6, 0x97, 0x9c, 0xfa, 0x2e, - 0xf1, 0x64, 0x76, 0xc5, 0xf7, 0x8b, 0x2e, 0x3e, 0x51, 0xe9, 0x82, 0x8b, 0xbb, 0x52, 0xb2, 0x5f, - 0x86, 0xd3, 0x55, 0xbf, 0x51, 0xf5, 0x83, 0x68, 0xd5, 0x0f, 0xee, 0x39, 0x41, 0x43, 0xae, 0x94, - 0x79, 0x19, 0x25, 0x81, 0x1e, 0x85, 0x83, 0xfc, 0xa0, 0x30, 0x22, 0x20, 0xbc, 0xc0, 0x98, 0xaf, - 0x23, 0xfa, 0xf6, 0xd4, 0x19, 0x1b, 0xa0, 0x52, 0x6e, 0x5c, 0x73, 0x22, 0x82, 0x6e, 0xb1, 0x54, - 0xc2, 0xf1, 0x8d, 0x28, 0xaa, 0x3f, 0xad, 0xa5, 0x12, 0x8e, 0x81, 0x99, 0x57, 0xa8, 0x59, 0xdf, - 0xfe, 0x6f, 0x83, 0xec, 0x70, 0x4c, 0xa4, 0x6d, 0x40, 0x9f, 0x81, 0x89, 0x90, 0xdc, 0x74, 0xbd, - 0xce, 0x7d, 0x29, 0x8d, 0xe8, 0xe2, 0x9d, 0x55, 0x5b, 0xd1, 0x31, 0xb9, 0x4c, 0xd3, 0x2c, 0xc3, - 0x09, 0x6a, 0xa8, 0x05, 0x13, 0xf7, 0x5c, 0xaf, 0xe1, 0xdf, 0x0b, 0x25, 0xfd, 0x91, 0x7c, 0xd1, - 0xe6, 0x5d, 0x8e, 0x99, 0xe8, 0xa3, 0xd1, 0xdc, 0x5d, 0x83, 0x18, 0x4e, 0x10, 0xa7, 0x0b, 0x30, - 0xe8, 0x78, 0x8b, 0xe1, 0xed, 0x90, 0x04, 0x22, 0x29, 0x34, 0x5b, 0x80, 0x58, 0x16, 0xe2, 0x18, - 0x4e, 0x17, 0x20, 0xfb, 0x73, 0x2d, 0xf0, 0x3b, 0x3c, 0x47, 0x80, 0x58, 0x80, 0x58, 0x95, 0x62, - 0x0d, 0x83, 0x6e, 0x50, 0xf6, 0x6f, 0xdd, 0xf7, 0xb0, 0xef, 0x47, 0x72, 0x4b, 0xb3, 0x34, 0xa4, - 0x5a, 0x39, 0x36, 0xb0, 0xd0, 0x2a, 0xa0, 0xb0, 0xd3, 0x6e, 0x37, 0x99, 0xd9, 0x87, 0xd3, 0x64, - 0xa4, 0xb8, 0xca, 0xbd, 0xc8, 0x43, 0xa7, 0xd6, 0x52, 0x50, 0x9c, 0x51, 0x83, 0x9e, 0xd5, 0x5b, - 0xa2, 0xab, 0x83, 0xac, 0xab, 0x5c, 0x0d, 0x52, 0xe3, 0xfd, 0x94, 0x30, 0xb4, 0x02, 0xc3, 0xe1, - 0x7e, 0x58, 0x8f, 0x44, 0x0c, 0xb8, 0x9c, 0xcc, 0x3c, 0x35, 0x86, 0xa2, 0x25, 0x86, 0xe3, 0x55, - 0xb0, 0xac, 0x8b, 0xea, 0x30, 0x23, 0x28, 0x2e, 0xef, 0x38, 0x9e, 0xca, 0x73, 0xc2, 0xad, 0x5f, - 0xaf, 0x3e, 0x38, 0x98, 0x9f, 0x11, 0x2d, 0xeb, 0xe0, 0xc3, 0x83, 0xf9, 0x33, 0x55, 0xbf, 0x91, - 0x01, 0xc1, 0x59, 0xd4, 0xf8, 0xe2, 0xab, 0xd7, 0xfd, 0x56, 0xbb, 0x1a, 0xf8, 0x5b, 0x6e, 0x93, - 0x74, 0x53, 0x25, 0xd5, 0x0c, 0x4c, 0xb1, 0xf8, 0x8c, 0x32, 0x9c, 0xa0, 0x66, 0x7f, 0x3b, 0xe3, - 0x67, 0x58, 0x1e, 0xe4, 0xa8, 0x13, 0x10, 0xd4, 0x82, 0xf1, 0x36, 0xdb, 0x26, 0x22, 0x72, 0xbf, - 0x58, 0xeb, 0x2f, 0xf6, 0x29, 0x12, 0xb9, 0x47, 0xaf, 0x01, 0x25, 0xb2, 0x64, 0x6f, 0xcd, 0xaa, - 0x4e, 0x0e, 0x9b, 0xd4, 0xed, 0x1f, 0x7b, 0x8c, 0xdd, 0x88, 0x35, 0x2e, 0xe7, 0x18, 0x16, 0xc6, - 0xf6, 0xe2, 0x69, 0x35, 0x97, 0x2f, 0x70, 0x8b, 0xa7, 0x45, 0x18, 0xec, 0x63, 0x59, 0x17, 0x7d, - 0x1a, 0x26, 0xe8, 0x4b, 0x45, 0xdd, 0x4a, 0xe1, 0xec, 0xa9, 0xfc, 0xa0, 0x08, 0x0a, 0x4b, 0xcf, - 0xea, 0xa1, 0x57, 0xc6, 0x09, 0x62, 0xe8, 0x0d, 0x66, 0x16, 0x22, 0x49, 0x17, 0xfa, 0x21, 0xad, - 0x5b, 0x80, 0x48, 0xb2, 0x1a, 0x11, 0xd4, 0x81, 0x99, 0x74, 0x0e, 0xb0, 0x70, 0xd6, 0xce, 0x67, - 0xf9, 0xd2, 0x69, 0xbc, 0xe2, 0xf4, 0x0b, 0x69, 0x58, 0x88, 0xb3, 0xe8, 0xa3, 0x9b, 0x30, 0x2e, - 0x92, 0x01, 0x8b, 0x95, 0x5b, 0x34, 0xe4, 0x80, 0xe3, 0x58, 0x07, 0x1e, 0x26, 0x0b, 0xb0, 0x59, - 0x19, 0x6d, 0xc3, 0x39, 0x2d, 0x39, 0xcf, 0xb5, 0xc0, 0x61, 0xca, 0x7c, 0x97, 0x1d, 0xa7, 0xda, - 0x5d, 0xfd, 0xe4, 0x83, 0x83, 0xf9, 0x73, 0x1b, 0xdd, 0x10, 0x71, 0x77, 0x3a, 0xe8, 0x16, 0x9c, - 0xe6, 0x2e, 0xbd, 0x65, 0xe2, 0x34, 0x9a, 0xae, 0xa7, 0x98, 0x01, 0xbe, 0xe5, 0xcf, 0x3e, 0x38, - 0x98, 0x3f, 0xbd, 0x98, 0x85, 0x80, 0xb3, 0xeb, 0xa1, 0x8f, 0x42, 0xa9, 0xe1, 0x85, 0x62, 0x0c, - 0x86, 0x8c, 0xfc, 0x47, 0xa5, 0xf2, 0x7a, 0x4d, 0x7d, 0x7f, 0xfc, 0x07, 0xc7, 0x15, 0xd0, 0x36, - 0x97, 0x15, 0x2b, 0x09, 0xc6, 0x70, 0x2a, 0xa4, 0x51, 0x52, 0xc8, 0x67, 0x38, 0xf5, 0x71, 0x25, - 0x89, 0xb2, 0x75, 0x37, 0xfc, 0xfd, 0x0c, 0xc2, 0xe8, 0x75, 0x40, 0xf4, 0x05, 0xe1, 0xd6, 0xc9, - 0x62, 0x9d, 0xa5, 0x85, 0x60, 0xa2, 0xf5, 0x11, 0xd3, 0xcd, 0xac, 0x96, 0xc2, 0xc0, 0x19, 0xb5, - 0xd0, 0x75, 0x7a, 0xaa, 0xe8, 0xa5, 0xe2, 0xd4, 0x52, 0xd9, 0xea, 0xca, 0xa4, 0x1d, 0x90, 0xba, - 0x13, 0x91, 0x86, 0x49, 0x11, 0x27, 0xea, 0xa1, 0x06, 0x3c, 0xe1, 0x74, 0x22, 0x9f, 0x89, 0xe1, - 0x4d, 0xd4, 0x0d, 0x7f, 0x97, 0x78, 0x4c, 0x03, 0x36, 0xb2, 0x74, 0x81, 0x72, 0x1b, 0x8b, 0x5d, - 0xf0, 0x70, 0x57, 0x2a, 0x94, 0x4b, 0x54, 0xe9, 0x69, 0xc1, 0x0c, 0xd4, 0x94, 0x91, 0xa2, 0xf6, - 0x25, 0x18, 0xdd, 0xf1, 0xc3, 0x68, 0x9d, 0x44, 0xf7, 0xfc, 0x60, 0x57, 0xc4, 0xdb, 0x8c, 0x63, - 0x34, 0xc7, 0x20, 0xac, 0xe3, 0xd1, 0x67, 0x20, 0xb3, 0xcf, 0xa8, 0x94, 0x99, 0x6a, 0x7c, 0x24, - 0x3e, 0x63, 0xae, 0xf3, 0x62, 0x2c, 0xe1, 0x12, 0xb5, 0x52, 0x5d, 0x66, 0x6a, 0xee, 0x04, 0x6a, - 0xa5, 0xba, 0x8c, 0x25, 0x9c, 0x2e, 0xd7, 0x70, 0xc7, 0x09, 0x48, 0x35, 0xf0, 0xeb, 0x24, 0xd4, - 0x22, 0x83, 0x3f, 0xce, 0xa3, 0x89, 0xd2, 0xe5, 0x5a, 0xcb, 0x42, 0xc0, 0xd9, 0xf5, 0x10, 0x49, - 0x27, 0xa6, 0x9a, 0xc8, 0xd7, 0x4f, 0xa4, 0xf9, 0x99, 0x3e, 0x73, 0x53, 0x79, 0x30, 0xa5, 0x52, - 0x62, 0xf1, 0xf8, 0xa1, 0xe1, 0xec, 0x24, 0x5b, 0xdb, 0xfd, 0x07, 0x1f, 0x55, 0x1a, 0x9f, 0x4a, - 0x82, 0x12, 0x4e, 0xd1, 0x36, 0x62, 0x71, 0x4d, 0xf5, 0x8c, 0xc5, 0x75, 0x05, 0x4a, 0x61, 0x67, - 0xb3, 0xe1, 0xb7, 0x1c, 0xd7, 0x63, 0x6a, 0x6e, 0xed, 0x3d, 0x52, 0x93, 0x00, 0x1c, 0xe3, 0xa0, - 0x55, 0x18, 0x71, 0xa4, 0x3a, 0x07, 0xe5, 0x47, 0x5f, 0x51, 0x4a, 0x1c, 0x1e, 0x90, 0x40, 0x2a, - 0x70, 0x54, 0x5d, 0xf4, 0x2a, 0x8c, 0x0b, 0x97, 0x54, 0x91, 0x8d, 0x71, 0xc6, 0xf4, 0x1b, 0xaa, - 0xe9, 0x40, 0x6c, 0xe2, 0xa2, 0xdb, 0x30, 0x1a, 0xf9, 0x4d, 0xe6, 0xfc, 0x42, 0xd9, 0xbc, 0x33, - 0xf9, 0x71, 0xc4, 0x36, 0x14, 0x9a, 0x2e, 0x49, 0x55, 0x55, 0xb1, 0x4e, 0x07, 0x6d, 0xf0, 0xf5, - 0xce, 0x22, 0x64, 0x93, 0x70, 0xf6, 0xb1, 0xfc, 0x3b, 0x49, 0x05, 0xd2, 0x36, 0xb7, 0x83, 0xa8, - 0x89, 0x75, 0x32, 0xe8, 0x1a, 0x4c, 0xb7, 0x03, 0xd7, 0x67, 0x6b, 0x42, 0x69, 0xf2, 0x66, 0xcd, - 0xf4, 0x3c, 0xd5, 0x24, 0x02, 0x4e, 0xd7, 0x61, 0x1e, 0xc5, 0xa2, 0x70, 0xf6, 0x2c, 0x4f, 0xd8, - 0xcc, 0x9f, 0x77, 0xbc, 0x0c, 0x2b, 0x28, 0x5a, 0x63, 0x27, 0x31, 0x97, 0x4c, 0xcc, 0xce, 0xe5, - 0x07, 0x7c, 0xd1, 0x25, 0x18, 0x9c, 0x79, 0x55, 0x7f, 0x71, 0x4c, 0x01, 0x35, 0xb4, 0xcc, 0x7e, - 0xf4, 0xc5, 0x10, 0xce, 0x3e, 0xd1, 0xc5, 0x48, 0x2e, 0xf1, 0xbc, 0x88, 0x19, 0x02, 0xa3, 0x38, - 0xc4, 0x09, 0x9a, 0xe8, 0xe3, 0x30, 0x25, 0xc2, 0xd4, 0xc5, 0xc3, 0x74, 0x2e, 0x36, 0x29, 0xc6, - 0x09, 0x18, 0x4e, 0x61, 0xf3, 0xcc, 0x01, 0xce, 0x66, 0x93, 0x88, 0xa3, 0xef, 0xa6, 0xeb, 0xed, - 0x86, 0xb3, 0xe7, 0xd9, 0xf9, 0x20, 0x32, 0x07, 0x24, 0xa1, 0x38, 0xa3, 0x06, 0xda, 0x80, 0xa9, - 0x76, 0x40, 0x48, 0x8b, 0x31, 0xfa, 0xe2, 0x3e, 0x9b, 0xe7, 0x0e, 0xf5, 0xb4, 0x27, 0xd5, 0x04, - 0xec, 0x30, 0xa3, 0x0c, 0xa7, 0x28, 0xa0, 0x7b, 0x30, 0xe2, 0xef, 0x91, 0x60, 0x87, 0x38, 0x8d, - 0xd9, 0x0b, 0x5d, 0x4c, 0xdc, 0xc5, 0xe5, 0x76, 0x4b, 0xe0, 0x26, 0xb4, 0xff, 0xb2, 0xb8, 0xb7, - 0xf6, 0x5f, 0x36, 0x86, 0x7e, 0xc8, 0x82, 0xb3, 0x52, 0x61, 0x50, 0x6b, 0xd3, 0x51, 0x5f, 0xf6, - 0xbd, 0x30, 0x0a, 0xb8, 0x0b, 0xf8, 0x93, 0xf9, 0x6e, 0xd1, 0x1b, 0x39, 0x95, 0x94, 0x70, 0xf4, - 0x6c, 0x1e, 0x46, 0x88, 0xf3, 0x5b, 0x44, 0xcb, 0x30, 0x1d, 0x92, 0x48, 0x1e, 0x46, 0x8b, 0xe1, - 0xea, 0x1b, 0xe5, 0xf5, 0xd9, 0x8b, 0xdc, 0x7f, 0x9d, 0x6e, 0x86, 0x5a, 0x12, 0x88, 0xd3, 0xf8, - 0x73, 0xdf, 0x0a, 0xd3, 0xa9, 0xeb, 0xff, 0x28, 0x19, 0x51, 0xe6, 0x76, 0x61, 0xdc, 0x18, 0xe2, - 0x47, 0xaa, 0x3d, 0xfe, 0x57, 0xc3, 0x50, 0x52, 0x9a, 0x45, 0x74, 0xc5, 0x54, 0x18, 0x9f, 0x4d, - 0x2a, 0x8c, 0x47, 0xe8, 0xbb, 0x5e, 0xd7, 0x11, 0x6f, 0x64, 0x44, 0xed, 0xca, 0xdb, 0xd0, 0xfd, - 0xbb, 0x63, 0x6b, 0xe2, 0xda, 0x62, 0xdf, 0x9a, 0xe7, 0x81, 0xae, 0x12, 0xe0, 0x6b, 0x30, 0xed, - 0xf9, 0x8c, 0xe7, 0x24, 0x0d, 0xc9, 0x50, 0x30, 0xbe, 0xa1, 0xa4, 0x87, 0xc1, 0x48, 0x20, 0xe0, - 0x74, 0x1d, 0xda, 0x20, 0xbf, 0xf8, 0x93, 0x22, 0x67, 0xce, 0x17, 0x60, 0x01, 0x45, 0x17, 0x61, - 0xb0, 0xed, 0x37, 0x2a, 0x55, 0xc1, 0x6f, 0x6a, 0xb1, 0x22, 0x1b, 0x95, 0x2a, 0xe6, 0x30, 0xb4, - 0x08, 0x43, 0xec, 0x47, 0x38, 0x3b, 0x96, 0x1f, 0xef, 0x80, 0xd5, 0xd0, 0xf2, 0xcd, 0xb0, 0x0a, - 0x58, 0x54, 0x64, 0xa2, 0x2f, 0xca, 0xa4, 0x33, 0xd1, 0xd7, 0xf0, 0x43, 0x8a, 0xbe, 0x24, 0x01, - 0x1c, 0xd3, 0x42, 0xf7, 0xe1, 0xb4, 0xf1, 0x30, 0xe2, 0x4b, 0x84, 0x84, 0xc2, 0xe7, 0xfa, 0x62, - 0xd7, 0x17, 0x91, 0xd0, 0x54, 0x9f, 0x13, 0x9d, 0x3e, 0x5d, 0xc9, 0xa2, 0x84, 0xb3, 0x1b, 0x40, - 0x4d, 0x98, 0xae, 0xa7, 0x5a, 0x1d, 0xe9, 0xbf, 0x55, 0x35, 0xa1, 0xe9, 0x16, 0xd3, 0x84, 0xd1, - 0xab, 0x30, 0xf2, 0x96, 0x1f, 0xb2, 0xb3, 0x5a, 0xf0, 0xc8, 0xd2, 0x61, 0x77, 0xe4, 0x8d, 0x5b, - 0x35, 0x56, 0x7e, 0x78, 0x30, 0x3f, 0x5a, 0xf5, 0x1b, 0xf2, 0x2f, 0x56, 0x15, 0xd0, 0xf7, 0x5a, - 0x30, 0x97, 0x7e, 0x79, 0xa9, 0x4e, 0x8f, 0xf7, 0xdf, 0x69, 0x5b, 0x34, 0x3a, 0xb7, 0x92, 0x4b, - 0x0e, 0x77, 0x69, 0xca, 0xfe, 0x65, 0x8b, 0x49, 0xdd, 0x84, 0x06, 0x88, 0x84, 0x9d, 0xe6, 0x49, - 0xa4, 0xd9, 0x5c, 0x31, 0x94, 0x53, 0x0f, 0x6d, 0xb9, 0xf0, 0xcf, 0x2d, 0x66, 0xb9, 0x70, 0x82, - 0x2e, 0x0a, 0x6f, 0xc0, 0x48, 0x24, 0xd3, 0x9f, 0x76, 0xc9, 0x0c, 0xaa, 0x75, 0x8a, 0x59, 0x6f, - 0x28, 0x8e, 0x55, 0x65, 0x3a, 0x55, 0x64, 0xec, 0x7f, 0xc4, 0x67, 0x40, 0x42, 0x4e, 0x40, 0x07, - 0x50, 0x36, 0x75, 0x00, 0xf3, 0x3d, 0xbe, 0x20, 0x47, 0x17, 0xf0, 0x0f, 0xcd, 0x7e, 0x33, 0x49, - 0xcd, 0xbb, 0xdd, 0x64, 0xc6, 0xfe, 0xa2, 0x05, 0x10, 0x87, 0xe2, 0x65, 0xf2, 0x65, 0x3f, 0x90, - 0x39, 0x16, 0xb3, 0xb2, 0x09, 0xbd, 0x4c, 0x79, 0x54, 0x3f, 0xf2, 0xeb, 0x7e, 0x53, 0x68, 0xb8, - 0x9e, 0x88, 0xd5, 0x10, 0xbc, 0xfc, 0x50, 0xfb, 0x8d, 0x15, 0x36, 0x9a, 0x97, 0x81, 0xbf, 0x8a, - 0xb1, 0x62, 0xcc, 0x08, 0xfa, 0xf5, 0x23, 0x16, 0x9c, 0xca, 0xb2, 0x77, 0xa5, 0x2f, 0x1e, 0x2e, - 0xb3, 0x52, 0xe6, 0x4c, 0x6a, 0x36, 0xef, 0x88, 0x72, 0xac, 0x30, 0xfa, 0xce, 0x1c, 0x76, 0xb4, - 0x18, 0xb8, 0xb7, 0x60, 0xbc, 0x1a, 0x10, 0xed, 0x72, 0x7d, 0x8d, 0x3b, 0x93, 0xf3, 0xfe, 0x3c, - 0x7b, 0x64, 0x47, 0x72, 0xfb, 0x67, 0x0a, 0x70, 0x8a, 0x5b, 0x05, 0x2c, 0xee, 0xf9, 0x6e, 0xa3, - 0xea, 0x37, 0x44, 0xd6, 0xb7, 0x4f, 0xc1, 0x58, 0x5b, 0x13, 0x34, 0x76, 0x8b, 0xe7, 0xa8, 0x0b, - 0x24, 0x63, 0xd1, 0x88, 0x5e, 0x8a, 0x0d, 0x5a, 0xa8, 0x01, 0x63, 0x64, 0xcf, 0xad, 0x2b, 0xd5, - 0x72, 0xe1, 0xc8, 0x17, 0x9d, 0x6a, 0x65, 0x45, 0xa3, 0x83, 0x0d, 0xaa, 0x8f, 0x20, 0x9f, 0xaf, - 0xfd, 0xa3, 0x16, 0x3c, 0x96, 0x13, 0xfd, 0x91, 0x36, 0x77, 0x8f, 0xd9, 0x5f, 0x88, 0x65, 0xab, - 0x9a, 0xe3, 0x56, 0x19, 0x58, 0x40, 0xd1, 0x27, 0x00, 0xb8, 0x55, 0x05, 0x7d, 0x72, 0xf7, 0x0a, - 0x93, 0x67, 0x44, 0xf8, 0xd2, 0x82, 0x35, 0xc9, 0xfa, 0x58, 0xa3, 0x65, 0x7f, 0x69, 0x00, 0x06, - 0x79, 0xee, 0xf1, 0x55, 0x18, 0xde, 0xe1, 0xb9, 0x30, 0xfa, 0x49, 0xbb, 0x11, 0x0b, 0x43, 0x78, - 0x01, 0x96, 0x95, 0xd1, 0x1a, 0xcc, 0xf0, 0x5c, 0x22, 0xcd, 0x32, 0x69, 0x3a, 0xfb, 0x52, 0x72, - 0xc7, 0xf3, 0x70, 0x2a, 0x09, 0x66, 0x25, 0x8d, 0x82, 0xb3, 0xea, 0xa1, 0xd7, 0x60, 0x82, 0xbe, - 0xa4, 0xfc, 0x4e, 0x24, 0x29, 0xf1, 0x2c, 0x22, 0xea, 0xe9, 0xb6, 0x61, 0x40, 0x71, 0x02, 0x9b, - 0x3e, 0xe6, 0xdb, 0x29, 0x19, 0xe5, 0x60, 0xfc, 0x98, 0x37, 0xe5, 0x92, 0x26, 0x2e, 0x33, 0x74, - 0xed, 0x30, 0xb3, 0xde, 0x8d, 0x9d, 0x80, 0x84, 0x3b, 0x7e, 0xb3, 0xc1, 0x98, 0xbe, 0x41, 0xcd, - 0xd0, 0x35, 0x01, 0xc7, 0xa9, 0x1a, 0x94, 0xca, 0x96, 0xe3, 0x36, 0x3b, 0x01, 0x89, 0xa9, 0x0c, - 0x99, 0x54, 0x56, 0x13, 0x70, 0x9c, 0xaa, 0xd1, 0x5b, 0xf8, 0x3a, 0x7c, 0x3c, 0xc2, 0x57, 0xba, - 0x60, 0x4f, 0x57, 0x03, 0x9f, 0x9e, 0xd8, 0x32, 0x76, 0x8e, 0x32, 0x93, 0x1e, 0x96, 0x6e, 0xbe, - 0x5d, 0xa2, 0xcc, 0x09, 0x43, 0x52, 0x4e, 0xc1, 0xb0, 0x54, 0xa8, 0x09, 0x07, 0x5f, 0x49, 0x05, - 0x5d, 0x85, 0x51, 0x91, 0x8a, 0x82, 0x59, 0xf3, 0xf2, 0x35, 0xc2, 0x2c, 0x2b, 0xca, 0x71, 0x31, - 0xd6, 0x71, 0xec, 0xef, 0x2b, 0xc0, 0x4c, 0x86, 0x3b, 0x06, 0x3f, 0x13, 0xb7, 0xdd, 0x30, 0x52, - 0x49, 0x0d, 0xb5, 0x33, 0x91, 0x97, 0x63, 0x85, 0x41, 0x37, 0x1e, 0x3f, 0x75, 0x93, 0x27, 0xad, - 0x30, 0x77, 0x16, 0xd0, 0x23, 0xa6, 0x07, 0xbc, 0x00, 0x03, 0x9d, 0x90, 0xc8, 0xf8, 0x90, 0xea, - 0x0e, 0x62, 0x0a, 0x37, 0x06, 0xa1, 0x6f, 0x82, 0x6d, 0xa5, 0xbb, 0xd2, 0xde, 0x04, 0x5c, 0x7b, - 0xc5, 0x61, 0xb4, 0x73, 0x11, 0xf1, 0x1c, 0x2f, 0x12, 0x2f, 0x87, 0x38, 0xd0, 0x19, 0x2b, 0xc5, - 0x02, 0x6a, 0x7f, 0xa9, 0x08, 0x67, 0x73, 0x1d, 0xb4, 0x68, 0xd7, 0x5b, 0xbe, 0xe7, 0x46, 0xbe, - 0x32, 0x59, 0xe1, 0xc1, 0xcd, 0x48, 0x7b, 0x67, 0x4d, 0x94, 0x63, 0x85, 0x81, 0x2e, 0xc1, 0x20, - 0x13, 0xd7, 0xa5, 0xd2, 0x3b, 0x2e, 0x95, 0x79, 0xb4, 0x1b, 0x0e, 0xee, 0x3b, 0x75, 0xee, 0x45, - 0x7a, 0x1d, 0xfb, 0xcd, 0xe4, 0xe9, 0x48, 0xbb, 0xeb, 0xfb, 0x4d, 0xcc, 0x80, 0xe8, 0x03, 0x62, - 0xbc, 0x12, 0x36, 0x1a, 0xd8, 0x69, 0xf8, 0xa1, 0x36, 0x68, 0x4f, 0xc3, 0xf0, 0x2e, 0xd9, 0x0f, - 0x5c, 0x6f, 0x3b, 0x69, 0xbb, 0x73, 0x83, 0x17, 0x63, 0x09, 0x37, 0x33, 0x75, 0x0d, 0x1f, 0x77, - 0xce, 0xdb, 0x91, 0x9e, 0x77, 0xed, 0x0f, 0x14, 0x61, 0x12, 0x2f, 0x95, 0xdf, 0x9b, 0x88, 0xdb, - 0xe9, 0x89, 0x38, 0xee, 0x9c, 0xb7, 0xbd, 0x67, 0xe3, 0x17, 0x2c, 0x98, 0x64, 0x09, 0x31, 0x44, - 0x58, 0x2c, 0xd7, 0xf7, 0x4e, 0x80, 0xaf, 0xbd, 0x08, 0x83, 0x01, 0x6d, 0x34, 0x99, 0xd7, 0x91, - 0xf5, 0x04, 0x73, 0x18, 0x7a, 0x02, 0x06, 0x58, 0x17, 0xe8, 0xe4, 0x8d, 0xf1, 0x94, 0x58, 0x65, - 0x27, 0x72, 0x30, 0x2b, 0x65, 0xb1, 0x5e, 0x30, 0x69, 0x37, 0x5d, 0xde, 0xe9, 0x58, 0x99, 0xfa, - 0xee, 0x70, 0xdd, 0xce, 0xec, 0xda, 0x3b, 0x8b, 0xf5, 0x92, 0x4d, 0xb2, 0xfb, 0x9b, 0xf1, 0x8f, - 0x0b, 0x70, 0x3e, 0xb3, 0x5e, 0xdf, 0xb1, 0x5e, 0xba, 0xd7, 0x7e, 0x94, 0x29, 0x0f, 0x8a, 0x27, - 0x68, 0x19, 0x39, 0xd0, 0x2f, 0x2b, 0x3b, 0xd8, 0x47, 0x08, 0x96, 0xcc, 0x21, 0x7b, 0x97, 0x84, - 0x60, 0xc9, 0xec, 0x5b, 0xce, 0x9b, 0xf7, 0x2f, 0x0a, 0x39, 0xdf, 0xc2, 0x5e, 0xbf, 0x97, 0xe9, - 0x39, 0xc3, 0x80, 0xa1, 0x7c, 0x51, 0xf2, 0x33, 0x86, 0x97, 0x61, 0x05, 0x45, 0x8b, 0x30, 0xd9, - 0x72, 0x3d, 0x7a, 0xf8, 0xec, 0x9b, 0x1c, 0xa6, 0x8a, 0x90, 0xb5, 0x66, 0x82, 0x71, 0x12, 0x1f, - 0xb9, 0x5a, 0x78, 0x96, 0x42, 0x7e, 0xa6, 0xf4, 0xdc, 0xde, 0x2e, 0x98, 0x8a, 0x66, 0x35, 0x8a, - 0x19, 0xa1, 0x5a, 0xd6, 0x34, 0xa1, 0x47, 0xb1, 0x7f, 0xa1, 0xc7, 0x58, 0xb6, 0xc0, 0x63, 0xee, - 0x55, 0x18, 0x7f, 0x68, 0x29, 0xb7, 0xfd, 0xd5, 0x22, 0x3c, 0xde, 0x65, 0xdb, 0xf3, 0xb3, 0xde, - 0x98, 0x03, 0xed, 0xac, 0x4f, 0xcd, 0x43, 0x15, 0x4e, 0x6d, 0x75, 0x9a, 0xcd, 0x7d, 0xe6, 0x30, - 0x40, 0x1a, 0x12, 0x43, 0xf0, 0x94, 0xf2, 0xa5, 0x7f, 0x6a, 0x35, 0x03, 0x07, 0x67, 0xd6, 0xa4, - 0x2f, 0x07, 0x7a, 0x93, 0xec, 0x2b, 0x52, 0x89, 0x97, 0x03, 0xd6, 0x81, 0xd8, 0xc4, 0x45, 0xd7, - 0x60, 0xda, 0xd9, 0x73, 0x5c, 0x1e, 0xe3, 0x56, 0x12, 0xe0, 0x4f, 0x07, 0x25, 0x9c, 0x5c, 0x4c, - 0x22, 0xe0, 0x74, 0x1d, 0xf4, 0x3a, 0x20, 0x7f, 0x93, 0x99, 0x15, 0x37, 0xae, 0x11, 0x4f, 0xe8, - 0x03, 0xd9, 0xdc, 0x15, 0xe3, 0x23, 0xe1, 0x56, 0x0a, 0x03, 0x67, 0xd4, 0x4a, 0x84, 0x3b, 0x19, - 0xca, 0x0f, 0x77, 0xd2, 0xfd, 0x5c, 0xec, 0x99, 0x6d, 0xe3, 0x3f, 0x59, 0xf4, 0xfa, 0xe2, 0x4c, - 0xbe, 0x19, 0xb5, 0xef, 0x55, 0x66, 0xcf, 0xc7, 0x05, 0x97, 0x5a, 0x90, 0x8e, 0xd3, 0x9a, 0x3d, - 0x5f, 0x0c, 0xc4, 0x26, 0x2e, 0x5f, 0x10, 0x61, 0xec, 0x1b, 0x6a, 0xb0, 0xf8, 0x22, 0xb4, 0x90, - 0xc2, 0x40, 0x9f, 0x84, 0xe1, 0x86, 0xbb, 0xe7, 0x86, 0x42, 0x6c, 0x73, 0x64, 0x1d, 0x49, 0x7c, - 0x0e, 0x96, 0x39, 0x19, 0x2c, 0xe9, 0xd9, 0x3f, 0x50, 0x80, 0x71, 0xd9, 0xe2, 0x1b, 0x1d, 0x3f, - 0x72, 0x4e, 0xe0, 0x5a, 0xbe, 0x66, 0x5c, 0xcb, 0x1f, 0xe8, 0x16, 0x5f, 0x89, 0x75, 0x29, 0xf7, - 0x3a, 0xbe, 0x95, 0xb8, 0x8e, 0x9f, 0xea, 0x4d, 0xaa, 0xfb, 0x35, 0xfc, 0x8f, 0x2d, 0x98, 0x36, - 0xf0, 0x4f, 0xe0, 0x36, 0x58, 0x35, 0x6f, 0x83, 0x27, 0x7b, 0x7e, 0x43, 0xce, 0x2d, 0xf0, 0xdd, - 0xc5, 0x44, 0xdf, 0xd9, 0xe9, 0xff, 0x16, 0x0c, 0xec, 0x38, 0x41, 0xa3, 0x5b, 0x3c, 0xf9, 0x54, - 0xa5, 0x85, 0xeb, 0x4e, 0x20, 0x14, 0xa2, 0xcf, 0xaa, 0x44, 0xe5, 0x4e, 0xd0, 0x5b, 0x19, 0xca, - 0x9a, 0x42, 0x2f, 0xc3, 0x50, 0x58, 0xf7, 0xdb, 0xca, 0x5d, 0xe0, 0x02, 0x4f, 0x62, 0x4e, 0x4b, - 0x0e, 0x0f, 0xe6, 0x91, 0xd9, 0x1c, 0x2d, 0xc6, 0x02, 0x1f, 0x7d, 0x0a, 0xc6, 0xd9, 0x2f, 0x65, - 0x9d, 0x54, 0xcc, 0xcf, 0x3d, 0x55, 0xd3, 0x11, 0xb9, 0xe9, 0x9e, 0x51, 0x84, 0x4d, 0x52, 0x73, - 0xdb, 0x50, 0x52, 0x9f, 0xf5, 0x48, 0x95, 0x90, 0xff, 0xbe, 0x08, 0x33, 0x19, 0x6b, 0x0e, 0x85, - 0xc6, 0x4c, 0x5c, 0xed, 0x73, 0xa9, 0xbe, 0xc3, 0xb9, 0x08, 0xd9, 0x6b, 0xa8, 0x21, 0xd6, 0x56, - 0xdf, 0x8d, 0xde, 0x0e, 0x49, 0xb2, 0x51, 0x5a, 0xd4, 0xbb, 0x51, 0xda, 0xd8, 0x89, 0x0d, 0x35, - 0x6d, 0x48, 0xf5, 0xf4, 0x91, 0xce, 0xe9, 0x9f, 0x15, 0xe1, 0x54, 0x56, 0xc8, 0x37, 0xf4, 0xf9, - 0x44, 0x36, 0xc3, 0x17, 0xfb, 0x0d, 0x16, 0xc7, 0x53, 0x1c, 0x72, 0x61, 0xf3, 0xd2, 0x82, 0x99, - 0xdf, 0xb0, 0xe7, 0x30, 0x8b, 0x36, 0x59, 0xdc, 0x83, 0x80, 0x67, 0xa1, 0x94, 0xc7, 0xc7, 0x87, - 0xfb, 0xee, 0x80, 0x48, 0x5f, 0x19, 0x26, 0x2c, 0x1f, 0x64, 0x71, 0x6f, 0xcb, 0x07, 0xd9, 0xf2, - 0x9c, 0x0b, 0xa3, 0xda, 0xd7, 0x3c, 0xd2, 0x19, 0xdf, 0xa5, 0xb7, 0x95, 0xd6, 0xef, 0x47, 0x3a, - 0xeb, 0x3f, 0x6a, 0x41, 0xc2, 0x18, 0x5e, 0x89, 0xc5, 0xac, 0x5c, 0xb1, 0xd8, 0x05, 0x18, 0x08, - 0xfc, 0x26, 0x49, 0xa6, 0xfd, 0xc3, 0x7e, 0x93, 0x60, 0x06, 0xa1, 0x18, 0x51, 0x2c, 0xec, 0x18, - 0xd3, 0x1f, 0x72, 0xe2, 0x89, 0x76, 0x11, 0x06, 0x9b, 0x64, 0x8f, 0x34, 0x93, 0xd9, 0x59, 0x6e, - 0xd2, 0x42, 0xcc, 0x61, 0xf6, 0x2f, 0x0c, 0xc0, 0xb9, 0xae, 0x91, 0x43, 0xe8, 0x73, 0x68, 0xdb, - 0x89, 0xc8, 0x3d, 0x67, 0x3f, 0x99, 0x46, 0xe1, 0x1a, 0x2f, 0xc6, 0x12, 0xce, 0xdc, 0x95, 0x78, - 0x34, 0xe4, 0x84, 0x10, 0x51, 0x04, 0x41, 0x16, 0x50, 0x53, 0x28, 0x55, 0x3c, 0x0e, 0xa1, 0xd4, - 0xf3, 0x00, 0x61, 0xd8, 0xe4, 0x26, 0x43, 0x0d, 0xe1, 0x07, 0x15, 0x47, 0xcd, 0xae, 0xdd, 0x14, - 0x10, 0xac, 0x61, 0xa1, 0x32, 0x4c, 0xb5, 0x03, 0x3f, 0xe2, 0x32, 0xd9, 0x32, 0xb7, 0xaa, 0x1b, - 0x34, 0x83, 0x36, 0x54, 0x13, 0x70, 0x9c, 0xaa, 0x81, 0x5e, 0x82, 0x51, 0x11, 0xc8, 0xa1, 0xea, - 0xfb, 0x4d, 0x21, 0x06, 0x52, 0x86, 0x66, 0xb5, 0x18, 0x84, 0x75, 0x3c, 0xad, 0x1a, 0x13, 0xf4, - 0x0e, 0x67, 0x56, 0xe3, 0xc2, 0x5e, 0x0d, 0x2f, 0x11, 0xfe, 0x71, 0xa4, 0xaf, 0xf0, 0x8f, 0xb1, - 0x60, 0xac, 0xd4, 0xb7, 0x12, 0x0d, 0x7a, 0x8a, 0x92, 0x7e, 0x76, 0x00, 0x66, 0xc4, 0xc2, 0x79, - 0xd4, 0xcb, 0xe5, 0x76, 0x7a, 0xb9, 0x1c, 0x87, 0xe8, 0xec, 0xbd, 0x35, 0x73, 0xd2, 0x6b, 0xe6, - 0x07, 0x2d, 0x30, 0xd9, 0x2b, 0xf4, 0xff, 0xe4, 0xe6, 0xa1, 0x79, 0x29, 0x97, 0x5d, 0x6b, 0xc8, - 0x0b, 0xe4, 0x1d, 0x66, 0xa4, 0xb1, 0xff, 0xa3, 0x05, 0x4f, 0xf6, 0xa4, 0x88, 0x56, 0xa0, 0xc4, - 0x78, 0x40, 0xed, 0x75, 0xf6, 0x94, 0xb2, 0xba, 0x95, 0x80, 0x1c, 0x96, 0x34, 0xae, 0x89, 0x56, - 0x52, 0x09, 0x7f, 0x9e, 0xce, 0x48, 0xf8, 0x73, 0xda, 0x18, 0x9e, 0x87, 0xcc, 0xf8, 0xf3, 0xfd, - 0xf4, 0xc6, 0x31, 0x3c, 0x5e, 0xd0, 0x87, 0x0d, 0xb1, 0x9f, 0x9d, 0x10, 0xfb, 0x21, 0x13, 0x5b, - 0xbb, 0x43, 0x3e, 0x0e, 0x53, 0x2c, 0xc2, 0x13, 0xb3, 0x01, 0x17, 0xbe, 0x38, 0x85, 0xd8, 0xce, - 0xf3, 0x66, 0x02, 0x86, 0x53, 0xd8, 0xf6, 0x1f, 0x15, 0x61, 0x88, 0x6f, 0xbf, 0x13, 0x78, 0x13, - 0x3e, 0x03, 0x25, 0xb7, 0xd5, 0xea, 0xf0, 0x1c, 0x2e, 0x83, 0xdc, 0x01, 0x97, 0xce, 0x53, 0x45, - 0x16, 0xe2, 0x18, 0x8e, 0x56, 0x85, 0xc4, 0xb9, 0x4b, 0x10, 0x49, 0xde, 0xf1, 0x85, 0xb2, 0x13, - 0x39, 0x9c, 0xc1, 0x51, 0xf7, 0x6c, 0x2c, 0x9b, 0x46, 0x9f, 0x01, 0x08, 0xa3, 0xc0, 0xf5, 0xb6, - 0x69, 0x99, 0x88, 0x99, 0xfa, 0xc1, 0x2e, 0xd4, 0x6a, 0x0a, 0x99, 0xd3, 0x8c, 0xcf, 0x1c, 0x05, - 0xc0, 0x1a, 0x45, 0xb4, 0x60, 0xdc, 0xf4, 0x73, 0x89, 0xb9, 0x03, 0x4e, 0x35, 0x9e, 0xb3, 0xb9, - 0x8f, 0x40, 0x49, 0x11, 0xef, 0x25, 0x7f, 0x1a, 0xd3, 0xd9, 0xa2, 0x8f, 0xc1, 0x64, 0xa2, 0x6f, - 0x47, 0x12, 0x5f, 0xfd, 0xa2, 0x05, 0x93, 0xbc, 0x33, 0x2b, 0xde, 0x9e, 0xb8, 0x0d, 0xde, 0x86, - 0x53, 0xcd, 0x8c, 0x53, 0x59, 0x4c, 0x7f, 0xff, 0xa7, 0xb8, 0x12, 0x57, 0x65, 0x41, 0x71, 0x66, - 0x1b, 0xe8, 0x32, 0xdd, 0x71, 0xf4, 0xd4, 0x75, 0x9a, 0xc2, 0x1f, 0x77, 0x8c, 0xef, 0x36, 0x5e, - 0x86, 0x15, 0xd4, 0xfe, 0x5d, 0x0b, 0xa6, 0x79, 0xcf, 0x6f, 0x90, 0x7d, 0x75, 0x36, 0x7d, 0x3d, - 0xfb, 0x2e, 0xb2, 0x87, 0x15, 0x72, 0xb2, 0x87, 0xe9, 0x9f, 0x56, 0xec, 0xfa, 0x69, 0x3f, 0x63, - 0x81, 0x58, 0x21, 0x27, 0x20, 0x84, 0xf8, 0x56, 0x53, 0x08, 0x31, 0x97, 0xbf, 0x09, 0x72, 0xa4, - 0x0f, 0x7f, 0x6e, 0xc1, 0x14, 0x47, 0x88, 0xb5, 0xe5, 0x5f, 0xd7, 0x79, 0xe8, 0x27, 0xc7, 0xf0, - 0x0d, 0xb2, 0xbf, 0xe1, 0x57, 0x9d, 0x68, 0x27, 0xfb, 0xa3, 0x8c, 0xc9, 0x1a, 0xe8, 0x3a, 0x59, - 0x0d, 0xb9, 0x81, 0x8e, 0x90, 0xb8, 0xfc, 0xc8, 0xc9, 0x35, 0xec, 0xaf, 0x59, 0x80, 0x78, 0x33, - 0x06, 0xe3, 0x46, 0xd9, 0x21, 0x56, 0xaa, 0x5d, 0x74, 0xf1, 0xd1, 0xa4, 0x20, 0x58, 0xc3, 0x3a, - 0x96, 0xe1, 0x49, 0x98, 0x3c, 0x14, 0x7b, 0x9b, 0x3c, 0x1c, 0x61, 0x44, 0xff, 0xf5, 0x10, 0x24, - 0xbd, 0x7e, 0xd0, 0x1d, 0x18, 0xab, 0x3b, 0x6d, 0x67, 0xd3, 0x6d, 0xba, 0x91, 0x4b, 0xc2, 0x6e, - 0x46, 0x59, 0xcb, 0x1a, 0x9e, 0x50, 0x52, 0x6b, 0x25, 0xd8, 0xa0, 0x83, 0x16, 0x00, 0xda, 0x81, - 0xbb, 0xe7, 0x36, 0xc9, 0x36, 0x93, 0x95, 0xb0, 0x08, 0x00, 0xdc, 0xd2, 0x48, 0x96, 0x62, 0x0d, - 0x23, 0xc3, 0xc5, 0xba, 0xf8, 0x88, 0x5d, 0xac, 0xe1, 0xc4, 0x5c, 0xac, 0x07, 0x8e, 0xe4, 0x62, - 0x3d, 0x72, 0x64, 0x17, 0xeb, 0xc1, 0xbe, 0x5c, 0xac, 0x31, 0x9c, 0x91, 0xbc, 0x27, 0xfd, 0xbf, - 0xea, 0x36, 0x89, 0x78, 0x70, 0xf0, 0xb0, 0x05, 0x73, 0x0f, 0x0e, 0xe6, 0xcf, 0xe0, 0x4c, 0x0c, - 0x9c, 0x53, 0x13, 0x7d, 0x02, 0x66, 0x9d, 0x66, 0xd3, 0xbf, 0xa7, 0x26, 0x75, 0x25, 0xac, 0x3b, - 0x4d, 0xae, 0x84, 0x18, 0x66, 0x54, 0x9f, 0x78, 0x70, 0x30, 0x3f, 0xbb, 0x98, 0x83, 0x83, 0x73, - 0x6b, 0xa3, 0x8f, 0x42, 0xa9, 0x1d, 0xf8, 0xf5, 0x35, 0xcd, 0x35, 0xf1, 0x3c, 0x1d, 0xc0, 0xaa, - 0x2c, 0x3c, 0x3c, 0x98, 0x1f, 0x57, 0x7f, 0xd8, 0x85, 0x1f, 0x57, 0xc8, 0xf0, 0x99, 0x1e, 0x3d, - 0x56, 0x9f, 0xe9, 0x5d, 0x98, 0xa9, 0x91, 0xc0, 0x65, 0x69, 0xce, 0x1b, 0xf1, 0xf9, 0xb4, 0x01, - 0xa5, 0x20, 0x71, 0x22, 0xf7, 0x15, 0xd8, 0x51, 0xcb, 0x72, 0x20, 0x4f, 0xe0, 0x98, 0x90, 0xfd, - 0xbf, 0x2c, 0x18, 0x16, 0x5e, 0x3e, 0x27, 0xc0, 0x35, 0x2e, 0x1a, 0x9a, 0x84, 0xf9, 0xec, 0x01, - 0x63, 0x9d, 0xc9, 0xd5, 0x21, 0x54, 0x12, 0x3a, 0x84, 0x27, 0xbb, 0x11, 0xe9, 0xae, 0x3d, 0xf8, - 0x6b, 0x45, 0xca, 0xbd, 0x1b, 0xfe, 0xa6, 0x8f, 0x7e, 0x08, 0xd6, 0x61, 0x38, 0x14, 0xfe, 0x8e, - 0x85, 0x7c, 0x03, 0xfd, 0xe4, 0x24, 0xc6, 0x76, 0x6c, 0xc2, 0xc3, 0x51, 0x12, 0xc9, 0x74, 0xa4, - 0x2c, 0x3e, 0x42, 0x47, 0xca, 0x5e, 0x1e, 0xb9, 0x03, 0xc7, 0xe1, 0x91, 0x6b, 0x7f, 0x85, 0xdd, - 0x9c, 0x7a, 0xf9, 0x09, 0x30, 0x55, 0xd7, 0xcc, 0x3b, 0xd6, 0xee, 0xb2, 0xb2, 0x44, 0xa7, 0x72, - 0x98, 0xab, 0x9f, 0xb7, 0xe0, 0x5c, 0xc6, 0x57, 0x69, 0x9c, 0xd6, 0xb3, 0x30, 0xe2, 0x74, 0x1a, - 0xae, 0xda, 0xcb, 0x9a, 0x3e, 0x71, 0x51, 0x94, 0x63, 0x85, 0x81, 0x96, 0x61, 0x9a, 0xdc, 0x6f, - 0xbb, 0x5c, 0x95, 0xaa, 0x5b, 0xb5, 0x16, 0xb9, 0x6b, 0xd8, 0x4a, 0x12, 0x88, 0xd3, 0xf8, 0x2a, - 0x0a, 0x4a, 0x31, 0x37, 0x0a, 0xca, 0xdf, 0xb5, 0x60, 0x54, 0x79, 0xfc, 0x3d, 0xf2, 0xd1, 0xfe, - 0xb8, 0x39, 0xda, 0x8f, 0x77, 0x19, 0xed, 0x9c, 0x61, 0xfe, 0xed, 0x82, 0xea, 0x6f, 0xd5, 0x0f, - 0xa2, 0x3e, 0x38, 0xb8, 0x87, 0xb7, 0xc3, 0xbf, 0x0a, 0xa3, 0x4e, 0xbb, 0x2d, 0x01, 0xd2, 0x06, - 0x8d, 0x85, 0xe9, 0x8d, 0x8b, 0xb1, 0x8e, 0xa3, 0xdc, 0x02, 0x8a, 0xb9, 0x6e, 0x01, 0x0d, 0x80, - 0xc8, 0x09, 0xb6, 0x49, 0x44, 0xcb, 0x44, 0xc4, 0xb2, 0xfc, 0xf3, 0xa6, 0x13, 0xb9, 0xcd, 0x05, - 0xd7, 0x8b, 0xc2, 0x28, 0x58, 0xa8, 0x78, 0xd1, 0xad, 0x80, 0x3f, 0x21, 0xb5, 0x90, 0x40, 0x8a, - 0x16, 0xd6, 0xe8, 0x4a, 0xef, 0x76, 0xd6, 0xc6, 0xa0, 0x69, 0xcc, 0xb0, 0x2e, 0xca, 0xb1, 0xc2, - 0xb0, 0x3f, 0xc2, 0x6e, 0x1f, 0x36, 0xa6, 0x47, 0x8b, 0xa1, 0xf3, 0xf7, 0xc7, 0xd4, 0x6c, 0x30, - 0x4d, 0x66, 0x59, 0x8f, 0xd4, 0xd3, 0xfd, 0xb0, 0xa7, 0x0d, 0xeb, 0x4e, 0x6a, 0x71, 0x38, 0x1f, - 0xf4, 0x6d, 0x29, 0x03, 0x95, 0xe7, 0x7a, 0xdc, 0x1a, 0x47, 0x30, 0x49, 0x61, 0x39, 0x3b, 0x58, - 0x46, 0x83, 0x4a, 0x55, 0xec, 0x0b, 0x2d, 0x67, 0x87, 0x00, 0xe0, 0x18, 0x87, 0x32, 0x53, 0xea, - 0x4f, 0x38, 0x8b, 0xe2, 0xd8, 0x95, 0x0a, 0x3b, 0xc4, 0x1a, 0x06, 0xba, 0x22, 0x04, 0x0a, 0x5c, - 0x2f, 0xf0, 0x78, 0x42, 0xa0, 0x20, 0x87, 0x4b, 0x93, 0x02, 0x5d, 0x85, 0x51, 0x95, 0xb6, 0xb7, - 0xca, 0xb3, 0xc1, 0x8a, 0x65, 0xb6, 0x12, 0x17, 0x63, 0x1d, 0x07, 0x6d, 0xc0, 0x64, 0xc8, 0xe5, - 0x6c, 0x2a, 0xa0, 0x30, 0x97, 0x57, 0x7e, 0x50, 0x5a, 0x01, 0xd5, 0x4c, 0xf0, 0x21, 0x2b, 0xe2, - 0xa7, 0x93, 0xf4, 0x40, 0x4f, 0x92, 0x40, 0xaf, 0xc1, 0x44, 0xd3, 0x77, 0x1a, 0x4b, 0x4e, 0xd3, - 0xf1, 0xea, 0x6c, 0x7c, 0x46, 0xcc, 0xec, 0x8f, 0x37, 0x0d, 0x28, 0x4e, 0x60, 0x53, 0xe6, 0x4d, - 0x2f, 0x11, 0x41, 0xb0, 0x1d, 0x6f, 0x9b, 0x84, 0x22, 0x09, 0x2b, 0x63, 0xde, 0x6e, 0xe6, 0xe0, - 0xe0, 0xdc, 0xda, 0xe8, 0x65, 0x18, 0x93, 0x9f, 0xaf, 0x05, 0x6c, 0x88, 0x3d, 0x2c, 0x34, 0x18, - 0x36, 0x30, 0xd1, 0x3d, 0x38, 0x2d, 0xff, 0x6f, 0x04, 0xce, 0xd6, 0x96, 0x5b, 0x17, 0x5e, 0xcc, - 0xdc, 0x15, 0x73, 0x51, 0xfa, 0x0b, 0xae, 0x64, 0x21, 0x1d, 0x1e, 0xcc, 0x5f, 0x10, 0xa3, 0x96, - 0x09, 0x67, 0x93, 0x98, 0x4d, 0x1f, 0xad, 0xc1, 0xcc, 0x0e, 0x71, 0x9a, 0xd1, 0xce, 0xf2, 0x0e, - 0xa9, 0xef, 0xca, 0x4d, 0xc7, 0xc2, 0x40, 0x68, 0x7e, 0x09, 0xd7, 0xd3, 0x28, 0x38, 0xab, 0x1e, - 0x7a, 0x13, 0x66, 0xdb, 0x9d, 0xcd, 0xa6, 0x1b, 0xee, 0xac, 0xfb, 0x11, 0x33, 0x05, 0x52, 0x59, - 0x80, 0x45, 0xbc, 0x08, 0x15, 0x68, 0xa3, 0x9a, 0x83, 0x87, 0x73, 0x29, 0xa0, 0xb7, 0xe1, 0x74, - 0x62, 0x31, 0x08, 0x8f, 0xf9, 0x89, 0xfc, 0x94, 0x02, 0xb5, 0xac, 0x0a, 0x22, 0xf8, 0x44, 0x16, - 0x08, 0x67, 0x37, 0x81, 0x5e, 0x01, 0x70, 0xdb, 0xab, 0x4e, 0xcb, 0x6d, 0xd2, 0xe7, 0xe2, 0x0c, - 0x5b, 0x27, 0xf4, 0xe9, 0x00, 0x95, 0xaa, 0x2c, 0xa5, 0xe7, 0xb3, 0xf8, 0xb7, 0x8f, 0x35, 0x6c, - 0x54, 0x85, 0x09, 0xf1, 0x6f, 0x5f, 0x4c, 0xeb, 0xb4, 0x72, 0x4e, 0x9f, 0x90, 0x35, 0xd4, 0x5c, - 0x22, 0xb3, 0x84, 0xcd, 0x5e, 0xa2, 0x3e, 0xda, 0x86, 0x73, 0x22, 0x61, 0x34, 0xd1, 0xd7, 0xa9, - 0x9c, 0x87, 0x90, 0xc5, 0xf2, 0x1f, 0xe1, 0x6e, 0x0f, 0x8b, 0xdd, 0x10, 0x71, 0x77, 0x3a, 0xf4, - 0x7e, 0xd7, 0x97, 0x3b, 0x77, 0x07, 0x3d, 0xcd, 0xcd, 0x93, 0xe8, 0xfd, 0x7e, 0x33, 0x09, 0xc4, - 0x69, 0x7c, 0x14, 0xc2, 0x69, 0xd7, 0xcb, 0x5a, 0xdd, 0x67, 0x18, 0xa1, 0x8f, 0x71, 0x4f, 0xd8, - 0xee, 0x2b, 0x3b, 0x13, 0xce, 0x57, 0x76, 0x26, 0xed, 0x77, 0x66, 0x85, 0xf7, 0x3b, 0x16, 0xad, - 0xad, 0x71, 0xea, 0xe8, 0xb3, 0x30, 0xa6, 0x7f, 0x98, 0xe0, 0x3a, 0x2e, 0x65, 0x33, 0xb2, 0xda, - 0xf9, 0xc0, 0xf9, 0x7c, 0x75, 0x06, 0xe8, 0x30, 0x6c, 0x50, 0x44, 0xf5, 0x0c, 0x9f, 0xf1, 0x2b, - 0xfd, 0x71, 0x35, 0xfd, 0x1b, 0xa1, 0x11, 0xc8, 0x5e, 0xf6, 0xe8, 0x26, 0x8c, 0xd4, 0x9b, 0x2e, - 0xf1, 0xa2, 0x4a, 0xb5, 0x5b, 0x94, 0xb7, 0x65, 0x81, 0x23, 0xf6, 0x91, 0x08, 0xcd, 0xcf, 0xcb, - 0xb0, 0xa2, 0x60, 0xff, 0x5a, 0x01, 0xe6, 0x7b, 0xe4, 0x79, 0x48, 0xa8, 0xa4, 0xac, 0xbe, 0x54, - 0x52, 0x8b, 0x32, 0xd5, 0xf5, 0x7a, 0x42, 0xda, 0x95, 0x48, 0x63, 0x1d, 0xcb, 0xbc, 0x92, 0xf8, - 0x7d, 0xbb, 0x08, 0xe8, 0x5a, 0xad, 0x81, 0x9e, 0x4e, 0x2e, 0x86, 0x36, 0x7b, 0xb0, 0xff, 0x27, - 0x70, 0xae, 0x66, 0xd2, 0xfe, 0x4a, 0x01, 0x4e, 0xab, 0x21, 0xfc, 0xe6, 0x1d, 0xb8, 0xdb, 0xe9, - 0x81, 0x3b, 0x06, 0xbd, 0xae, 0x7d, 0x0b, 0x86, 0x78, 0xd8, 0xba, 0x3e, 0x58, 0xef, 0x8b, 0x66, - 0x84, 0x57, 0xc5, 0xed, 0x19, 0x51, 0x5e, 0xbf, 0xd7, 0x82, 0xc9, 0x8d, 0xe5, 0x6a, 0xcd, 0xaf, - 0xef, 0x92, 0x68, 0x91, 0x3f, 0x95, 0xb0, 0xe6, 0x5d, 0xfb, 0x30, 0xec, 0x71, 0x16, 0xe3, 0x7d, - 0x01, 0x06, 0x76, 0xfc, 0x30, 0x4a, 0x1a, 0x7d, 0x5c, 0xf7, 0xc3, 0x08, 0x33, 0x88, 0xfd, 0x7b, - 0x16, 0x0c, 0x6e, 0x38, 0xae, 0x17, 0x49, 0x05, 0x81, 0x95, 0xa3, 0x20, 0xe8, 0xe7, 0xbb, 0xd0, - 0x4b, 0x30, 0x44, 0xb6, 0xb6, 0x48, 0x3d, 0x12, 0xb3, 0x2a, 0x43, 0x13, 0x0c, 0xad, 0xb0, 0x52, - 0xca, 0x0b, 0xb2, 0xc6, 0xf8, 0x5f, 0x2c, 0x90, 0xd1, 0x5d, 0x28, 0x45, 0x6e, 0x8b, 0x2c, 0x36, - 0x1a, 0x42, 0x6d, 0xfe, 0x10, 0xe1, 0x15, 0x36, 0x24, 0x01, 0x1c, 0xd3, 0xb2, 0xbf, 0x54, 0x00, - 0x88, 0xe3, 0xfd, 0xf4, 0xfa, 0xc4, 0xa5, 0x94, 0x42, 0xf5, 0x52, 0x86, 0x42, 0x15, 0xc5, 0x04, - 0x33, 0xb4, 0xa9, 0x6a, 0x98, 0x8a, 0x7d, 0x0d, 0xd3, 0xc0, 0x51, 0x86, 0x69, 0x19, 0xa6, 0xe3, - 0x78, 0x45, 0x66, 0xb8, 0x36, 0x76, 0x7d, 0x6e, 0x24, 0x81, 0x38, 0x8d, 0x6f, 0x13, 0xb8, 0xa0, - 0xc2, 0xb6, 0x88, 0x1b, 0x8d, 0x59, 0x65, 0xeb, 0x0a, 0xea, 0x1e, 0xe3, 0x14, 0x6b, 0x8c, 0x0b, - 0xb9, 0x1a, 0xe3, 0x9f, 0xb0, 0xe0, 0x54, 0xb2, 0x1d, 0xe6, 0x8f, 0xfb, 0x45, 0x0b, 0x4e, 0x33, - 0xbd, 0x39, 0x6b, 0x35, 0xad, 0xa5, 0x7f, 0xb1, 0x6b, 0x28, 0x9a, 0x9c, 0x1e, 0xc7, 0x31, 0x30, - 0xd6, 0xb2, 0x48, 0xe3, 0xec, 0x16, 0xed, 0xff, 0x50, 0x80, 0xd9, 0xbc, 0x18, 0x36, 0xcc, 0x69, - 0xc3, 0xb9, 0x5f, 0xdb, 0x25, 0xf7, 0x84, 0x69, 0x7c, 0xec, 0xb4, 0xc1, 0x8b, 0xb1, 0x84, 0x27, - 0x43, 0xf7, 0x17, 0xfa, 0x0c, 0xdd, 0xbf, 0x03, 0xd3, 0xf7, 0x76, 0x88, 0x77, 0xdb, 0x0b, 0x9d, - 0xc8, 0x0d, 0xb7, 0x5c, 0xa6, 0x63, 0xe6, 0xeb, 0xe6, 0x15, 0x69, 0xc0, 0x7e, 0x37, 0x89, 0x70, - 0x78, 0x30, 0x7f, 0xce, 0x28, 0x88, 0xbb, 0xcc, 0x0f, 0x12, 0x9c, 0x26, 0x9a, 0xce, 0x7c, 0x30, - 0xf0, 0x08, 0x33, 0x1f, 0xd8, 0x5f, 0xb4, 0xe0, 0x6c, 0x6e, 0xba, 0x55, 0x74, 0x19, 0x46, 0x9c, - 0xb6, 0xcb, 0xc5, 0xf4, 0xe2, 0x18, 0x65, 0xe2, 0xa0, 0x6a, 0x85, 0x0b, 0xe9, 0x15, 0x54, 0xa5, - 0x81, 0x2f, 0xe4, 0xa6, 0x81, 0xef, 0x99, 0xd5, 0xdd, 0xfe, 0x1e, 0x0b, 0x84, 0xc3, 0x69, 0x1f, - 0x67, 0xf7, 0xa7, 0x60, 0x6c, 0x2f, 0x9d, 0x1d, 0xe9, 0x42, 0xbe, 0x07, 0xae, 0xc8, 0x89, 0xa4, - 0x18, 0x32, 0x23, 0x13, 0x92, 0x41, 0xcb, 0x6e, 0x80, 0x80, 0x96, 0x09, 0x13, 0x42, 0xf7, 0xee, - 0xcd, 0xf3, 0x00, 0x0d, 0x86, 0xab, 0xe5, 0xd2, 0x57, 0x37, 0x73, 0x59, 0x41, 0xb0, 0x86, 0x65, - 0xff, 0xdb, 0x02, 0x8c, 0xca, 0x6c, 0x3c, 0x1d, 0xaf, 0x1f, 0x51, 0xd1, 0x91, 0xd2, 0x73, 0xa2, - 0x2b, 0x50, 0x62, 0xb2, 0xcc, 0x6a, 0x2c, 0x61, 0x53, 0x92, 0x84, 0x35, 0x09, 0xc0, 0x31, 0x0e, - 0xdd, 0x45, 0x61, 0x67, 0x93, 0xa1, 0x27, 0xdc, 0x23, 0x6b, 0xbc, 0x18, 0x4b, 0x38, 0xfa, 0x04, - 0x4c, 0xf1, 0x7a, 0x81, 0xdf, 0x76, 0xb6, 0xb9, 0xfe, 0x63, 0x50, 0x05, 0x50, 0x98, 0x5a, 0x4b, - 0xc0, 0x0e, 0x0f, 0xe6, 0x4f, 0x25, 0xcb, 0x98, 0x62, 0x2f, 0x45, 0x85, 0x99, 0x39, 0xf1, 0x46, - 0xe8, 0xee, 0x4f, 0x59, 0x47, 0xc5, 0x20, 0xac, 0xe3, 0xd9, 0x9f, 0x05, 0x94, 0xce, 0x4b, 0x84, - 0x5e, 0xe7, 0xb6, 0xad, 0x6e, 0x40, 0x1a, 0xdd, 0x14, 0x7d, 0x7a, 0x98, 0x00, 0xe9, 0xd9, 0xc4, - 0x6b, 0x61, 0x55, 0xdf, 0xfe, 0xff, 0x8b, 0x30, 0x95, 0xf4, 0xe5, 0x46, 0xd7, 0x61, 0x88, 0xb3, - 0x1e, 0x82, 0x7c, 0x17, 0x3b, 0x12, 0xcd, 0x03, 0x9c, 0x1d, 0xc2, 0x82, 0x7b, 0x11, 0xf5, 0xd1, - 0x9b, 0x30, 0xda, 0xf0, 0xef, 0x79, 0xf7, 0x9c, 0xa0, 0xb1, 0x58, 0xad, 0x88, 0xe5, 0x9c, 0xf9, - 0xb0, 0x2d, 0xc7, 0x68, 0xba, 0x57, 0x39, 0xd3, 0x99, 0xc6, 0x20, 0xac, 0x93, 0x43, 0x1b, 0x2c, - 0x98, 0xf9, 0x96, 0xbb, 0xbd, 0xe6, 0xb4, 0xbb, 0x39, 0x3a, 0x2c, 0x4b, 0x24, 0x8d, 0xf2, 0xb8, - 0x88, 0x78, 0xce, 0x01, 0x38, 0x26, 0x84, 0x3e, 0x0f, 0x33, 0x61, 0x8e, 0xb8, 0x3d, 0x2f, 0x4d, - 0x5d, 0x37, 0x09, 0xf4, 0xd2, 0x63, 0x0f, 0x0e, 0xe6, 0x67, 0xb2, 0x04, 0xf3, 0x59, 0xcd, 0xd8, - 0x3f, 0x72, 0x0a, 0x8c, 0x4d, 0x6c, 0x64, 0x2d, 0xb5, 0x8e, 0x29, 0x6b, 0x29, 0x86, 0x11, 0xd2, - 0x6a, 0x47, 0xfb, 0x65, 0x37, 0xe8, 0x96, 0xcb, 0x7b, 0x45, 0xe0, 0xa4, 0x69, 0x4a, 0x08, 0x56, - 0x74, 0xb2, 0x53, 0xcb, 0x16, 0xbf, 0x8e, 0xa9, 0x65, 0x07, 0x4e, 0x30, 0xb5, 0xec, 0x3a, 0x0c, - 0x6f, 0xbb, 0x11, 0x26, 0x6d, 0x5f, 0x30, 0xfd, 0x99, 0xeb, 0xf0, 0x1a, 0x47, 0x49, 0x27, 0x31, - 0x14, 0x00, 0x2c, 0x89, 0xa0, 0xd7, 0xd5, 0x0e, 0x1c, 0xca, 0x7f, 0x98, 0xa7, 0x0d, 0x1e, 0x32, - 0xf7, 0xa0, 0x48, 0x20, 0x3b, 0xfc, 0xb0, 0x09, 0x64, 0x57, 0x65, 0xda, 0xd7, 0x91, 0x7c, 0xaf, - 0x24, 0x96, 0xd5, 0xb5, 0x47, 0xb2, 0xd7, 0x3b, 0x7a, 0xaa, 0xdc, 0x52, 0xfe, 0x49, 0xa0, 0xb2, - 0xe0, 0xf6, 0x99, 0x20, 0xf7, 0x7b, 0x2c, 0x38, 0xdd, 0xce, 0xca, 0x1a, 0x2d, 0x6c, 0x03, 0x5e, - 0xea, 0x3b, 0x31, 0xb5, 0xd1, 0x20, 0x93, 0xa9, 0x65, 0xa2, 0xe1, 0xec, 0xe6, 0xe8, 0x40, 0x07, - 0x9b, 0x0d, 0xa1, 0xa3, 0xbe, 0x98, 0x93, 0x69, 0xb7, 0x4b, 0x7e, 0xdd, 0x8d, 0x8c, 0xac, 0xae, - 0xef, 0xcf, 0xcb, 0xea, 0xda, 0x77, 0x2e, 0xd7, 0xd7, 0x55, 0x8e, 0xdd, 0xf1, 0xfc, 0xa5, 0xc4, - 0x33, 0xe8, 0xf6, 0xcc, 0xac, 0xfb, 0xba, 0xca, 0xac, 0xdb, 0x25, 0x52, 0x2d, 0xcf, 0x9b, 0xdb, - 0x33, 0x9f, 0xae, 0x96, 0x13, 0x77, 0xf2, 0x78, 0x72, 0xe2, 0x1a, 0x57, 0x0d, 0x4f, 0xcb, 0xfa, - 0x4c, 0x8f, 0xab, 0xc6, 0xa0, 0xdb, 0xfd, 0xb2, 0xe1, 0xf9, 0x7f, 0xa7, 0x1f, 0x2a, 0xff, 0xef, - 0x1d, 0x3d, 0x9f, 0x2e, 0xea, 0x91, 0x30, 0x96, 0x22, 0xf5, 0x99, 0x45, 0xf7, 0x8e, 0x7e, 0x01, - 0xce, 0xe4, 0xd3, 0x55, 0xf7, 0x5c, 0x9a, 0x6e, 0xe6, 0x15, 0x98, 0xca, 0xce, 0x7b, 0xea, 0x64, - 0xb2, 0xf3, 0x9e, 0x3e, 0xf6, 0xec, 0xbc, 0x67, 0x4e, 0x20, 0x3b, 0xef, 0x63, 0x27, 0x98, 0x9d, - 0xf7, 0x0e, 0x33, 0xa8, 0xe1, 0x61, 0x7b, 0x44, 0x64, 0xdd, 0xec, 0x28, 0xae, 0x59, 0xb1, 0x7d, - 0xf8, 0xc7, 0x29, 0x10, 0x8e, 0x49, 0x65, 0x64, 0xfd, 0x9d, 0x7d, 0x04, 0x59, 0x7f, 0xd7, 0xe3, - 0xac, 0xbf, 0x67, 0xf3, 0xa7, 0x3a, 0xc3, 0x05, 0x23, 0x27, 0xd7, 0xef, 0x1d, 0x3d, 0x47, 0xef, - 0xe3, 0x5d, 0xb4, 0x26, 0x59, 0x82, 0xc7, 0x2e, 0x99, 0x79, 0x5f, 0xe3, 0x99, 0x79, 0x9f, 0xc8, - 0x3f, 0xc9, 0x93, 0xd7, 0x9d, 0x91, 0x8f, 0x97, 0xf6, 0x4b, 0xc5, 0x70, 0x64, 0x31, 0x84, 0x73, - 0xfa, 0xa5, 0x82, 0x40, 0xa6, 0xfb, 0xa5, 0x40, 0x38, 0x26, 0x65, 0x7f, 0x5f, 0x01, 0xce, 0x77, - 0xdf, 0x6f, 0xb1, 0x34, 0xb5, 0x1a, 0x2b, 0x91, 0x13, 0xd2, 0x54, 0xfe, 0x66, 0x8b, 0xb1, 0xfa, - 0x0e, 0x49, 0x77, 0x0d, 0xa6, 0x95, 0xef, 0x46, 0xd3, 0xad, 0xef, 0xaf, 0xc7, 0x2f, 0x5f, 0xe5, - 0xef, 0x5e, 0x4b, 0x22, 0xe0, 0x74, 0x1d, 0xb4, 0x08, 0x93, 0x46, 0x61, 0xa5, 0x2c, 0xde, 0x66, - 0x4a, 0x7c, 0x5b, 0x33, 0xc1, 0x38, 0x89, 0x6f, 0x7f, 0xd9, 0x82, 0xc7, 0x72, 0xd2, 0xda, 0xf5, - 0x1d, 0x71, 0x6d, 0x0b, 0x26, 0xdb, 0x66, 0xd5, 0x1e, 0x41, 0x22, 0x8d, 0xe4, 0x79, 0xaa, 0xaf, - 0x09, 0x00, 0x4e, 0x12, 0xb5, 0x7f, 0xaa, 0x00, 0xe7, 0xba, 0x1a, 0x23, 0x22, 0x0c, 0x67, 0xb6, - 0x5b, 0xa1, 0xb3, 0x1c, 0x90, 0x06, 0xf1, 0x22, 0xd7, 0x69, 0xd6, 0xda, 0xa4, 0xae, 0xc9, 0xc3, - 0x99, 0x55, 0xdf, 0xb5, 0xb5, 0xda, 0x62, 0x1a, 0x03, 0xe7, 0xd4, 0x44, 0xab, 0x80, 0xd2, 0x10, - 0x31, 0xc3, 0x2c, 0x1a, 0x75, 0x9a, 0x1e, 0xce, 0xa8, 0x81, 0x3e, 0x02, 0xe3, 0xca, 0xc8, 0x51, - 0x9b, 0x71, 0x76, 0xb0, 0x63, 0x1d, 0x80, 0x4d, 0x3c, 0x74, 0x95, 0x87, 0x33, 0x17, 0x81, 0xef, - 0x85, 0xf0, 0x7c, 0x52, 0xc6, 0x2a, 0x17, 0xc5, 0x58, 0xc7, 0x59, 0xba, 0xfc, 0x1b, 0x7f, 0x70, - 0xfe, 0x7d, 0xbf, 0xf5, 0x07, 0xe7, 0xdf, 0xf7, 0xbb, 0x7f, 0x70, 0xfe, 0x7d, 0xdf, 0xf1, 0xe0, - 0xbc, 0xf5, 0x1b, 0x0f, 0xce, 0x5b, 0xbf, 0xf5, 0xe0, 0xbc, 0xf5, 0xbb, 0x0f, 0xce, 0x5b, 0xbf, - 0xff, 0xe0, 0xbc, 0xf5, 0xa5, 0x3f, 0x3c, 0xff, 0xbe, 0x4f, 0x15, 0xf6, 0xae, 0xfe, 0xdf, 0x00, - 0x00, 0x00, 0xff, 0xff, 0x7a, 0x57, 0x60, 0xaf, 0xc8, 0x03, 0x01, 0x00, + 0xe1, 0x49, 0x4f, 0x95, 0x46, 0xa6, 0x6d, 0x2f, 0xf3, 0x70, 0x2d, 0x2b, 0x22, 0x58, 0x23, 0x88, + 0xb6, 0x60, 0x3c, 0xfe, 0x17, 0xe7, 0x8d, 0x3c, 0x62, 0x0b, 0x4c, 0xee, 0x5d, 0xd6, 0xe9, 0x60, + 0x93, 0xac, 0xfd, 0xa3, 0x03, 0xf0, 0x78, 0x97, 0xb3, 0x18, 0x2d, 0x9a, 0xfa, 0xde, 0x67, 0x92, + 0x8f, 0xf8, 0xb9, 0xcc, 0xca, 0xc6, 0xab, 0x3e, 0xb1, 0xe4, 0x0b, 0xef, 0x78, 0xc9, 0xff, 0x90, + 0xa5, 0x89, 0x57, 0xb8, 0x65, 0xe9, 0xc7, 0x8e, 0x78, 0xc7, 0x1c, 0xa3, 0xbc, 0x65, 0x2b, 0x43, + 0x68, 0xf1, 0x7c, 0xdf, 0xdd, 0xe9, 0x5b, 0x8a, 0x71, 0xb2, 0xd2, 0xe8, 0xdf, 0xb6, 0xe0, 0x5c, + 0xd7, 0xe0, 0x20, 0xdf, 0x84, 0x8c, 0x89, 0xfd, 0x05, 0x0b, 0x9e, 0xcc, 0xac, 0x61, 0x98, 0x33, + 0x5d, 0x81, 0x52, 0x9d, 0x16, 0x6a, 0xde, 0xa0, 0xb1, 0x9b, 0xbc, 0x04, 0xe0, 0x18, 0xc7, 0xb0, + 0x5a, 0x2a, 0xf4, 0xb4, 0x5a, 0xfa, 0x35, 0x0b, 0x52, 0x87, 0xcb, 0x09, 0xdc, 0x72, 0x15, 0xf3, + 0x96, 0x7b, 0x7f, 0x3f, 0xa3, 0x99, 0x73, 0xc1, 0xfd, 0xc9, 0x24, 0x9c, 0xc9, 0xf1, 0x86, 0xda, + 0x83, 0xe9, 0xed, 0x3a, 0x31, 0xfd, 0x6c, 0xbb, 0xc5, 0x9f, 0xe9, 0xea, 0x94, 0xcb, 0x52, 0x84, + 0x4e, 0xa7, 0x50, 0x70, 0xba, 0x09, 0xf4, 0x05, 0x0b, 0x4e, 0x39, 0xf7, 0xc2, 0x15, 0xca, 0xad, + 0xb8, 0xf5, 0xa5, 0xa6, 0x5f, 0xdf, 0xa5, 0x57, 0x81, 0xdc, 0x08, 0x2f, 0x66, 0x4a, 0x90, 0xee, + 0xd6, 0x52, 0xf8, 0x46, 0xf3, 0x2c, 0x67, 0x6a, 0x16, 0x16, 0xce, 0x6c, 0x0b, 0x61, 0x11, 0x48, + 0x9f, 0xbe, 0x85, 0xba, 0x78, 0x82, 0x67, 0xb9, 0xad, 0xf1, 0xeb, 0x57, 0x42, 0xb0, 0xa2, 0x83, + 0x3e, 0x0b, 0xa5, 0x6d, 0xe9, 0x4b, 0x9a, 0x71, 0xbd, 0xc7, 0x03, 0xd9, 0xdd, 0xc3, 0x96, 0xab, + 0x81, 0x15, 0x12, 0x8e, 0x89, 0xa2, 0xd7, 0xa0, 0xe8, 0x6d, 0x85, 0xdd, 0xd2, 0x8e, 0x26, 0xec, + 0xfd, 0x78, 0xbc, 0x85, 0xf5, 0xd5, 0x1a, 0xa6, 0x15, 0xd1, 0x75, 0x28, 0x06, 0x9b, 0x0d, 0x21, + 0xfe, 0xcc, 0xdc, 0xa4, 0x78, 0xa9, 0x9c, 0xd3, 0x2b, 0x46, 0x09, 0x2f, 0x95, 0x31, 0x25, 0x81, + 0xaa, 0x30, 0xc8, 0x5c, 0x88, 0xc4, 0x65, 0x9a, 0xf9, 0x6c, 0xe8, 0xe2, 0x8a, 0xc7, 0x83, 0x32, + 0x30, 0x04, 0xcc, 0x09, 0xa1, 0x0d, 0x18, 0xaa, 0xb3, 0x14, 0x95, 0xe2, 0xf6, 0xfc, 0x50, 0xa6, + 0xa0, 0xb3, 0x4b, 0xee, 0x4e, 0x21, 0xf7, 0x63, 0x18, 0x58, 0xd0, 0x62, 0x54, 0x49, 0x7b, 0x67, + 0x2b, 0x14, 0x29, 0x95, 0xb3, 0xa9, 0x76, 0x49, 0x49, 0x2b, 0xa8, 0x32, 0x0c, 0x2c, 0x68, 0xa1, + 0x57, 0xa0, 0xb0, 0x55, 0x17, 0xee, 0x41, 0x99, 0x12, 0x4f, 0x33, 0x64, 0xc6, 0xd2, 0xd0, 0x83, + 0x83, 0xf9, 0xc2, 0xea, 0x32, 0x2e, 0x6c, 0xd5, 0xd1, 0x3a, 0x0c, 0x6f, 0x71, 0x27, 0x7b, 0x21, + 0xd4, 0x7c, 0x2a, 0xdb, 0xff, 0x3f, 0xe5, 0x87, 0xcf, 0x3d, 0x63, 0x04, 0x00, 0x4b, 0x22, 0x2c, + 0x2e, 0xbd, 0x0a, 0x16, 0x20, 0x62, 0x95, 0x2d, 0x1c, 0x2d, 0xc0, 0x03, 0x67, 0x6e, 0xe2, 0x90, + 0x03, 0x58, 0xa3, 0x48, 0x57, 0xb5, 0x23, 0xf3, 0xda, 0x8b, 0xa0, 0x36, 0x99, 0xab, 0xba, 0x47, + 0xca, 0x7f, 0xbe, 0xaa, 0x15, 0x12, 0x8e, 0x89, 0xa2, 0x5d, 0x18, 0xdf, 0x0b, 0xdb, 0x3b, 0x44, + 0x6e, 0x69, 0x16, 0xe3, 0x26, 0xe7, 0x5e, 0xbe, 0x23, 0x10, 0xdd, 0x20, 0xea, 0x38, 0xcd, 0xd4, + 0x29, 0xc4, 0x78, 0xa8, 0x3b, 0x3a, 0x31, 0x6c, 0xd2, 0xa6, 0xc3, 0xff, 0x56, 0xc7, 0xdf, 0xdc, + 0x8f, 0x88, 0x08, 0x31, 0x96, 0x39, 0xfc, 0x6f, 0x70, 0x94, 0xf4, 0xf0, 0x0b, 0x00, 0x96, 0x44, + 0xd0, 0x1d, 0x31, 0x3c, 0xec, 0xf4, 0x9c, 0xca, 0x8f, 0x03, 0xba, 0x28, 0x91, 0x72, 0x06, 0x85, + 0x9d, 0x96, 0x31, 0x29, 0x76, 0x4a, 0xb6, 0x77, 0xfc, 0xc8, 0xf7, 0x12, 0x27, 0xf4, 0x74, 0xfe, + 0x29, 0x59, 0xcd, 0xc0, 0x4f, 0x9f, 0x92, 0x59, 0x58, 0x38, 0xb3, 0x2d, 0xd4, 0x80, 0x89, 0xb6, + 0x1f, 0x44, 0xf7, 0xfc, 0x40, 0xae, 0x2f, 0xd4, 0x45, 0x28, 0x63, 0x60, 0x8a, 0x16, 0x59, 0xf4, + 0x3e, 0x13, 0x82, 0x13, 0x34, 0xd1, 0x27, 0x60, 0x38, 0xac, 0x3b, 0x4d, 0x52, 0xb9, 0x35, 0x3b, + 0x93, 0x7f, 0xfd, 0xd4, 0x38, 0x4a, 0xce, 0xea, 0xe2, 0x41, 0xec, 0x39, 0x0a, 0x96, 0xe4, 0xd0, + 0x2a, 0x0c, 0xb2, 0xbc, 0x63, 0x2c, 0x1e, 0x5e, 0x4e, 0x38, 0xd3, 0x94, 0xf5, 0x35, 0x3f, 0x9b, + 0x58, 0x31, 0xe6, 0xd5, 0xe9, 0x1e, 0x10, 0x6f, 0x13, 0x3f, 0x9c, 0x3d, 0x9d, 0xbf, 0x07, 0xc4, + 0x93, 0xe6, 0x56, 0xad, 0xdb, 0x1e, 0x50, 0x48, 0x38, 0x26, 0x4a, 0x4f, 0x66, 0x7a, 0x9a, 0x9e, + 0xe9, 0x62, 0x36, 0x94, 0x7b, 0x96, 0xb2, 0x93, 0x99, 0x9e, 0xa4, 0x94, 0x84, 0xfd, 0xfb, 0xc3, + 0x69, 0x9e, 0x85, 0xbd, 0x66, 0xbf, 0xc7, 0x4a, 0x29, 0x3a, 0x3f, 0xdc, 0xaf, 0x70, 0xed, 0x18, + 0x59, 0xf0, 0x2f, 0x58, 0x70, 0xa6, 0x9d, 0xf9, 0x21, 0x82, 0x01, 0xe8, 0x4f, 0x46, 0xc7, 0x3f, + 0x5d, 0xc5, 0x4e, 0xcc, 0x86, 0xe3, 0x9c, 0x96, 0x92, 0xcf, 0x9c, 0xe2, 0x3b, 0x7e, 0xe6, 0xac, + 0xc1, 0x08, 0x63, 0x32, 0x7b, 0xa4, 0x6c, 0x4e, 0xbe, 0xf9, 0x18, 0x2b, 0xb1, 0x2c, 0x2a, 0x62, + 0x45, 0x02, 0xfd, 0xb0, 0x05, 0xe7, 0x92, 0x5d, 0xc7, 0x84, 0x81, 0x45, 0xc0, 0x45, 0xfe, 0x90, + 0x5e, 0x15, 0xdf, 0x9f, 0xe2, 0xff, 0x0d, 0xe4, 0xc3, 0x5e, 0x08, 0xb8, 0x7b, 0x63, 0xa8, 0x9c, + 0xf1, 0x92, 0x1f, 0x32, 0xb5, 0x17, 0x7d, 0xbc, 0xe6, 0x5f, 0x84, 0xb1, 0x96, 0xdf, 0xf1, 0x22, + 0x61, 0x65, 0x24, 0x2c, 0x1e, 0x98, 0xa6, 0x7f, 0x4d, 0x2b, 0xc7, 0x06, 0x56, 0x42, 0x06, 0x30, + 0xf2, 0xd0, 0x32, 0x80, 0x37, 0x61, 0xcc, 0xd3, 0xcc, 0x62, 0x05, 0x3f, 0x70, 0x29, 0x3f, 0x58, + 0xaa, 0x6e, 0x44, 0xcb, 0x7b, 0xa9, 0x97, 0x60, 0x83, 0xda, 0xc9, 0x3e, 0xf8, 0xbe, 0x6c, 0x65, + 0x30, 0xf5, 0x5c, 0x04, 0xf0, 0x51, 0x53, 0x04, 0x70, 0x29, 0x29, 0x02, 0x48, 0x49, 0xae, 0x8d, + 0xd7, 0x7f, 0xff, 0xb9, 0x60, 0xfa, 0x0d, 0xb8, 0x68, 0x37, 0xe1, 0x42, 0xaf, 0x6b, 0x89, 0x99, + 0x9b, 0x35, 0x94, 0x9e, 0x32, 0x36, 0x37, 0x6b, 0x54, 0xca, 0x98, 0x41, 0xfa, 0x0d, 0xe5, 0x63, + 0xff, 0x17, 0x0b, 0x8a, 0x55, 0xbf, 0x71, 0x02, 0x0f, 0xde, 0x8f, 0x19, 0x0f, 0xde, 0xc7, 0xb3, + 0x2f, 0xc4, 0x46, 0xae, 0xdc, 0x7d, 0x25, 0x21, 0x77, 0x3f, 0x97, 0x47, 0xa0, 0xbb, 0x94, 0xfd, + 0xa7, 0x8b, 0x30, 0x5a, 0xf5, 0x1b, 0xca, 0xd6, 0xfb, 0x9f, 0x3d, 0x8c, 0xad, 0x77, 0x6e, 0x46, + 0x03, 0x8d, 0x32, 0xb3, 0x52, 0x93, 0x6e, 0xae, 0xdf, 0x64, 0x26, 0xdf, 0x77, 0x89, 0xbb, 0xbd, + 0x13, 0x91, 0x46, 0xf2, 0x73, 0x4e, 0xce, 0xe4, 0xfb, 0xf7, 0x0b, 0x30, 0x99, 0x68, 0x1d, 0x35, + 0x61, 0xbc, 0xa9, 0x4b, 0x75, 0xc5, 0x3a, 0x7d, 0x28, 0x81, 0xb0, 0x30, 0x99, 0xd5, 0x8a, 0xb0, + 0x49, 0x1c, 0x2d, 0x00, 0x28, 0x35, 0xa7, 0x14, 0xeb, 0x31, 0xae, 0x5f, 0xe9, 0x41, 0x43, 0xac, + 0x61, 0xa0, 0x97, 0x60, 0x34, 0xf2, 0xdb, 0x7e, 0xd3, 0xdf, 0xde, 0xbf, 0x41, 0x64, 0xf0, 0x28, + 0x65, 0x08, 0xb7, 0x11, 0x83, 0xb0, 0x8e, 0x87, 0xee, 0xc3, 0xb4, 0x22, 0x52, 0x3b, 0x06, 0x49, + 0x37, 0x93, 0x2a, 0xac, 0x27, 0x29, 0xe2, 0x74, 0x23, 0xf6, 0xcf, 0x16, 0xf9, 0x10, 0x7b, 0x91, + 0xfb, 0xde, 0x6e, 0x78, 0x77, 0xef, 0x86, 0xaf, 0x59, 0x30, 0x45, 0x5b, 0x67, 0x56, 0x3e, 0xf2, + 0x9a, 0x57, 0xe1, 0x99, 0xad, 0x2e, 0xe1, 0x99, 0x2f, 0xd1, 0x53, 0xb3, 0xe1, 0x77, 0x22, 0x21, + 0xbb, 0xd3, 0x8e, 0x45, 0x5a, 0x8a, 0x05, 0x54, 0xe0, 0x91, 0x20, 0x10, 0x9e, 0x89, 0x3a, 0x1e, + 0x09, 0x02, 0x2c, 0xa0, 0x32, 0x7a, 0xf3, 0x40, 0x76, 0xf4, 0x66, 0x1e, 0x84, 0x53, 0xd8, 0x83, + 0x08, 0x86, 0x4b, 0x0b, 0xc2, 0x29, 0x0d, 0x45, 0x62, 0x1c, 0xfb, 0xe7, 0x8b, 0x30, 0x56, 0xf5, + 0x1b, 0xb1, 0x8a, 0xf3, 0x45, 0x43, 0xc5, 0x79, 0x21, 0xa1, 0xe2, 0x9c, 0xd2, 0x71, 0xdf, 0x53, + 0x68, 0x7e, 0xa3, 0x14, 0x9a, 0xff, 0xd8, 0x62, 0xb3, 0x56, 0x5e, 0xaf, 0x71, 0xa3, 0x31, 0x74, + 0x15, 0x46, 0xd9, 0x01, 0xc3, 0x5c, 0x61, 0xa5, 0xde, 0x8f, 0x65, 0x25, 0x5a, 0x8f, 0x8b, 0xb1, + 0x8e, 0x83, 0x2e, 0xc3, 0x48, 0x48, 0x9c, 0xa0, 0xbe, 0xa3, 0x4e, 0x57, 0xa1, 0xa4, 0xe3, 0x65, + 0x58, 0x41, 0xd1, 0x1b, 0x71, 0xfc, 0xc7, 0x62, 0xbe, 0x6b, 0x9d, 0xde, 0x1f, 0xbe, 0x45, 0xf2, + 0x83, 0x3e, 0xda, 0x77, 0x01, 0xa5, 0xf1, 0xfb, 0x08, 0x7c, 0x36, 0x6f, 0x06, 0x3e, 0x2b, 0xa5, + 0x82, 0x9e, 0xfd, 0xb9, 0x05, 0x13, 0x55, 0xbf, 0x41, 0xb7, 0xee, 0xb7, 0xd2, 0x3e, 0xd5, 0x83, + 0xdf, 0x0e, 0x75, 0x09, 0x7e, 0x7b, 0x11, 0x06, 0xab, 0x7e, 0xa3, 0x52, 0xed, 0xe6, 0xd7, 0x6e, + 0xff, 0x0d, 0x0b, 0x86, 0xab, 0x7e, 0xe3, 0x04, 0xd4, 0x02, 0x1f, 0x35, 0xd5, 0x02, 0x8f, 0xe5, + 0xac, 0x9b, 0x1c, 0x4d, 0xc0, 0x5f, 0x1b, 0x80, 0x71, 0xda, 0x4f, 0x7f, 0x5b, 0x4e, 0xa5, 0x31, + 0x6c, 0x56, 0x1f, 0xc3, 0x46, 0xb9, 0x70, 0xbf, 0xd9, 0xf4, 0xef, 0x25, 0xa7, 0x75, 0x95, 0x95, + 0x62, 0x01, 0x45, 0xcf, 0xc2, 0x48, 0x3b, 0x20, 0x7b, 0xae, 0x2f, 0xd8, 0x5b, 0x4d, 0xc9, 0x52, + 0x15, 0xe5, 0x58, 0x61, 0xd0, 0x67, 0x61, 0xe8, 0x7a, 0xf4, 0x2a, 0xaf, 0xfb, 0x5e, 0x83, 0x4b, + 0xce, 0x8b, 0x22, 0x43, 0x83, 0x56, 0x8e, 0x0d, 0x2c, 0x74, 0x17, 0x4a, 0xec, 0x3f, 0x3b, 0x76, + 0x8e, 0x9e, 0xeb, 0x53, 0xe4, 0x7e, 0x13, 0x04, 0x70, 0x4c, 0x0b, 0x3d, 0x0f, 0x10, 0xc9, 0x28, + 0xe7, 0xa1, 0x08, 0x72, 0xa5, 0x9e, 0x02, 0x2a, 0xfe, 0x79, 0x88, 0x35, 0x2c, 0xf4, 0x0c, 0x94, + 0x22, 0xc7, 0x6d, 0xde, 0x74, 0x3d, 0x12, 0x32, 0x89, 0x78, 0x51, 0xa6, 0x60, 0x13, 0x85, 0x38, + 0x86, 0x53, 0x56, 0x8c, 0x45, 0x80, 0xe0, 0x99, 0x82, 0x47, 0x18, 0x36, 0x63, 0xc5, 0x6e, 0xaa, + 0x52, 0xac, 0x61, 0xa0, 0x1d, 0x78, 0xc2, 0xf5, 0x58, 0x36, 0x03, 0x52, 0xdb, 0x75, 0xdb, 0x1b, + 0x37, 0x6b, 0x77, 0x48, 0xe0, 0x6e, 0xed, 0x2f, 0x39, 0xf5, 0x5d, 0xe2, 0xc9, 0x2c, 0x8e, 0xef, + 0x17, 0x5d, 0x7c, 0xa2, 0xd2, 0x05, 0x17, 0x77, 0xa5, 0x64, 0xbf, 0x0c, 0xa7, 0xab, 0x7e, 0xa3, + 0xea, 0x07, 0xd1, 0xaa, 0x1f, 0xdc, 0x73, 0x82, 0x86, 0x5c, 0x29, 0xf3, 0x32, 0x1a, 0x03, 0x3d, + 0x0a, 0x07, 0xf9, 0x41, 0x61, 0x44, 0x5a, 0x78, 0x81, 0x31, 0x5f, 0x47, 0xf4, 0x21, 0xaa, 0x33, + 0x36, 0x40, 0xa5, 0xf6, 0xb8, 0xe6, 0x44, 0x04, 0xdd, 0x62, 0x29, 0x8b, 0xe3, 0x1b, 0x51, 0x54, + 0x7f, 0x5a, 0x4b, 0x59, 0x1c, 0x03, 0x33, 0xaf, 0x50, 0xb3, 0xbe, 0xfd, 0x5f, 0x07, 0xd9, 0xe1, + 0x98, 0x48, 0x0f, 0x81, 0x3e, 0x03, 0x13, 0x21, 0xb9, 0xe9, 0x7a, 0x9d, 0xfb, 0x52, 0x1a, 0xd1, + 0xc5, 0x0b, 0xac, 0xb6, 0xa2, 0x63, 0x72, 0x99, 0xa6, 0x59, 0x86, 0x13, 0xd4, 0x50, 0x0b, 0x26, + 0xee, 0xb9, 0x5e, 0xc3, 0xbf, 0x17, 0x4a, 0xfa, 0x23, 0xf9, 0xa2, 0xcd, 0xbb, 0x1c, 0x33, 0xd1, + 0x47, 0xa3, 0xb9, 0xbb, 0x06, 0x31, 0x9c, 0x20, 0x4e, 0x17, 0x60, 0xd0, 0xf1, 0x16, 0xc3, 0xdb, + 0x21, 0x09, 0x44, 0xf2, 0x69, 0xb6, 0x00, 0xb1, 0x2c, 0xc4, 0x31, 0x9c, 0x2e, 0x40, 0xf6, 0xe7, + 0x5a, 0xe0, 0x77, 0x78, 0x2e, 0x02, 0xb1, 0x00, 0xb1, 0x2a, 0xc5, 0x1a, 0x06, 0xdd, 0xa0, 0xec, + 0xdf, 0xba, 0xef, 0x61, 0xdf, 0x8f, 0xe4, 0x96, 0x66, 0xe9, 0x4e, 0xb5, 0x72, 0x6c, 0x60, 0xa1, + 0x55, 0x40, 0x61, 0xa7, 0xdd, 0x6e, 0x32, 0xf3, 0x12, 0xa7, 0xc9, 0x48, 0x71, 0x95, 0x7b, 0x91, + 0x87, 0x68, 0xad, 0xa5, 0xa0, 0x38, 0xa3, 0x06, 0x3d, 0xab, 0xb7, 0x44, 0x57, 0x07, 0x59, 0x57, + 0xb9, 0x1a, 0xa4, 0xc6, 0xfb, 0x29, 0x61, 0x68, 0x05, 0x86, 0xc3, 0xfd, 0xb0, 0x1e, 0x89, 0x58, + 0x73, 0x39, 0x19, 0x80, 0x6a, 0x0c, 0x45, 0x4b, 0x40, 0xc7, 0xab, 0x60, 0x59, 0x17, 0xd5, 0x61, + 0x46, 0x50, 0x5c, 0xde, 0x71, 0x3c, 0x95, 0x4f, 0x85, 0x5b, 0xd9, 0x5e, 0x7d, 0x70, 0x30, 0x3f, + 0x23, 0x5a, 0xd6, 0xc1, 0x87, 0x07, 0xf3, 0x67, 0xaa, 0x7e, 0x23, 0x03, 0x82, 0xb3, 0xa8, 0xf1, + 0xc5, 0x57, 0xaf, 0xfb, 0xad, 0x76, 0x35, 0xf0, 0xb7, 0xdc, 0x26, 0xe9, 0xa6, 0x4a, 0xaa, 0x19, + 0x98, 0x62, 0xf1, 0x19, 0x65, 0x38, 0x41, 0xcd, 0xfe, 0x4e, 0xc6, 0xcf, 0xb0, 0x7c, 0xcb, 0x51, + 0x27, 0x20, 0xa8, 0x05, 0xe3, 0x6d, 0xb6, 0x4d, 0x44, 0x86, 0x00, 0xb1, 0xd6, 0x5f, 0xec, 0x53, + 0x24, 0x72, 0x8f, 0x5e, 0x03, 0xa6, 0x99, 0x4a, 0x55, 0x27, 0x87, 0x4d, 0xea, 0xf6, 0x4f, 0x3c, + 0xc6, 0x6e, 0xc4, 0x1a, 0x97, 0x73, 0x0c, 0x0b, 0xa3, 0x7e, 0xf1, 0xb4, 0x9a, 0xcb, 0x17, 0xb8, + 0xc5, 0xd3, 0x22, 0x1c, 0x03, 0xb0, 0xac, 0x8b, 0x3e, 0x0d, 0x13, 0xf4, 0xa5, 0xa2, 0x6e, 0xa5, + 0x70, 0xf6, 0x54, 0x7e, 0xf0, 0x05, 0x85, 0xa5, 0x67, 0x0f, 0xd1, 0x2b, 0xe3, 0x04, 0x31, 0xf4, + 0x06, 0x33, 0x0b, 0x91, 0xa4, 0x0b, 0xfd, 0x90, 0xd6, 0x2d, 0x40, 0x24, 0x59, 0x8d, 0x08, 0xea, + 0xc0, 0x4c, 0x3a, 0xd7, 0x58, 0x38, 0x6b, 0xe7, 0xb3, 0x7c, 0xe9, 0x74, 0x61, 0x71, 0x9a, 0x87, + 0x34, 0x2c, 0xc4, 0x59, 0xf4, 0xd1, 0x4d, 0x18, 0x17, 0x49, 0x87, 0xc5, 0xca, 0x2d, 0x1a, 0x72, + 0xc0, 0x71, 0xac, 0x03, 0x0f, 0x93, 0x05, 0xd8, 0xac, 0x8c, 0xb6, 0xe1, 0x9c, 0x96, 0x04, 0xe8, + 0x5a, 0xe0, 0x30, 0x65, 0xbe, 0xcb, 0x8e, 0x53, 0xed, 0xae, 0x7e, 0xf2, 0xc1, 0xc1, 0xfc, 0xb9, + 0x8d, 0x6e, 0x88, 0xb8, 0x3b, 0x1d, 0x74, 0x0b, 0x4e, 0x73, 0xd7, 0xe1, 0x32, 0x71, 0x1a, 0x4d, + 0xd7, 0x53, 0xcc, 0x00, 0xdf, 0xf2, 0x67, 0x1f, 0x1c, 0xcc, 0x9f, 0x5e, 0xcc, 0x42, 0xc0, 0xd9, + 0xf5, 0xd0, 0x47, 0xa1, 0xd4, 0xf0, 0x42, 0x31, 0x06, 0x43, 0x46, 0x9e, 0xa5, 0x52, 0x79, 0xbd, + 0xa6, 0xbe, 0x3f, 0xfe, 0x83, 0xe3, 0x0a, 0x68, 0x9b, 0xcb, 0x8a, 0x95, 0x04, 0x63, 0x38, 0x15, + 0x3a, 0x29, 0x29, 0xe4, 0x33, 0x9c, 0x07, 0xb9, 0x92, 0x44, 0xd9, 0xd4, 0x1b, 0x7e, 0x85, 0x06, + 0x61, 0xf4, 0x3a, 0x20, 0xfa, 0x82, 0x70, 0xeb, 0x64, 0xb1, 0xce, 0xd2, 0x4f, 0x30, 0xd1, 0xfa, + 0x88, 0xe9, 0xce, 0x56, 0x4b, 0x61, 0xe0, 0x8c, 0x5a, 0xe8, 0x3a, 0x3d, 0x55, 0xf4, 0x52, 0x71, + 0x6a, 0xa9, 0xac, 0x78, 0x65, 0xd2, 0x0e, 0x48, 0xdd, 0x89, 0x48, 0xc3, 0xa4, 0x88, 0x13, 0xf5, + 0x50, 0x03, 0x9e, 0x70, 0x3a, 0x91, 0xcf, 0xc4, 0xf0, 0x26, 0xea, 0x86, 0xbf, 0x4b, 0x3c, 0xa6, + 0x01, 0x1b, 0x59, 0xba, 0x40, 0xb9, 0x8d, 0xc5, 0x2e, 0x78, 0xb8, 0x2b, 0x15, 0xca, 0x25, 0xaa, + 0x34, 0xb8, 0x60, 0x06, 0x84, 0xca, 0x48, 0x85, 0xfb, 0x12, 0x8c, 0xee, 0xf8, 0x61, 0xb4, 0x4e, + 0xa2, 0x7b, 0x7e, 0xb0, 0x2b, 0xe2, 0x7a, 0xc6, 0xb1, 0xa0, 0x63, 0x10, 0xd6, 0xf1, 0xe8, 0x33, + 0x90, 0xd9, 0x67, 0x54, 0xca, 0x4c, 0x35, 0x3e, 0x12, 0x9f, 0x31, 0xd7, 0x79, 0x31, 0x96, 0x70, + 0x89, 0x5a, 0xa9, 0x2e, 0x33, 0x35, 0x77, 0x02, 0xb5, 0x52, 0x5d, 0xc6, 0x12, 0x4e, 0x97, 0x6b, + 0xb8, 0xe3, 0x04, 0xa4, 0x1a, 0xf8, 0x75, 0x12, 0x6a, 0x11, 0xc8, 0x1f, 0xe7, 0x51, 0x4b, 0xe9, + 0x72, 0xad, 0x65, 0x21, 0xe0, 0xec, 0x7a, 0x88, 0xa4, 0x13, 0x60, 0x4d, 0xe4, 0xeb, 0x27, 0xd2, + 0xfc, 0x4c, 0x9f, 0x39, 0xb0, 0x3c, 0x98, 0x52, 0xa9, 0xb7, 0x78, 0x9c, 0xd2, 0x70, 0x76, 0x92, + 0xad, 0xed, 0xfe, 0x83, 0x9c, 0x2a, 0x8d, 0x4f, 0x25, 0x41, 0x09, 0xa7, 0x68, 0x1b, 0x31, 0xbf, + 0xa6, 0x7a, 0xc6, 0xfc, 0xba, 0x02, 0xa5, 0xb0, 0xb3, 0xd9, 0xf0, 0x5b, 0x8e, 0xeb, 0x31, 0x35, + 0xb7, 0xf6, 0x1e, 0xa9, 0x49, 0x00, 0x8e, 0x71, 0xd0, 0x2a, 0x8c, 0x38, 0x52, 0x9d, 0x83, 0xf2, + 0xa3, 0xbc, 0x28, 0x25, 0x0e, 0x0f, 0x7c, 0x20, 0x15, 0x38, 0xaa, 0x2e, 0x7a, 0x15, 0xc6, 0x85, + 0xeb, 0xab, 0xc8, 0xfa, 0x38, 0x63, 0xfa, 0x27, 0xd5, 0x74, 0x20, 0x36, 0x71, 0xd1, 0x6d, 0x18, + 0x8d, 0xfc, 0x26, 0x73, 0xb2, 0xa1, 0x6c, 0xde, 0x99, 0xfc, 0x78, 0x65, 0x1b, 0x0a, 0x4d, 0x97, + 0xa4, 0xaa, 0xaa, 0x58, 0xa7, 0x83, 0x36, 0xf8, 0x7a, 0x67, 0x91, 0xb8, 0x49, 0x38, 0xfb, 0x58, + 0xfe, 0x9d, 0xa4, 0x02, 0x76, 0x9b, 0xdb, 0x41, 0xd4, 0xc4, 0x3a, 0x19, 0x74, 0x0d, 0xa6, 0xdb, + 0x81, 0xeb, 0xb3, 0x35, 0xa1, 0x34, 0x79, 0xb3, 0x66, 0x1a, 0xa0, 0x6a, 0x12, 0x01, 0xa7, 0xeb, + 0x30, 0xcf, 0x65, 0x51, 0x38, 0x7b, 0x96, 0x27, 0x86, 0xe6, 0xcf, 0x3b, 0x5e, 0x86, 0x15, 0x14, + 0xad, 0xb1, 0x93, 0x98, 0x4b, 0x26, 0x66, 0xe7, 0xf2, 0x03, 0xcb, 0xe8, 0x12, 0x0c, 0xce, 0xbc, + 0xaa, 0xbf, 0x38, 0xa6, 0x80, 0x1a, 0x5a, 0x06, 0x41, 0xfa, 0x62, 0x08, 0x67, 0x9f, 0xe8, 0x62, + 0x24, 0x97, 0x78, 0x5e, 0xc4, 0x0c, 0x81, 0x51, 0x1c, 0xe2, 0x04, 0x4d, 0xf4, 0x71, 0x98, 0x12, + 0xe1, 0xf0, 0xe2, 0x61, 0x3a, 0x17, 0x9b, 0x2e, 0xe3, 0x04, 0x0c, 0xa7, 0xb0, 0x79, 0x86, 0x02, + 0x67, 0xb3, 0x49, 0xc4, 0xd1, 0x77, 0xd3, 0xf5, 0x76, 0xc3, 0xd9, 0xf3, 0xec, 0x7c, 0x10, 0x19, + 0x0a, 0x92, 0x50, 0x9c, 0x51, 0x03, 0x6d, 0xc0, 0x54, 0x3b, 0x20, 0xa4, 0xc5, 0x18, 0x7d, 0x71, + 0x9f, 0xcd, 0x73, 0xc7, 0x7d, 0xda, 0x93, 0x6a, 0x02, 0x76, 0x98, 0x51, 0x86, 0x53, 0x14, 0xd0, + 0x3d, 0x18, 0xf1, 0xf7, 0x48, 0xb0, 0x43, 0x9c, 0xc6, 0xec, 0x85, 0x2e, 0xa6, 0xf4, 0xe2, 0x72, + 0xbb, 0x25, 0x70, 0x13, 0xda, 0x7f, 0x59, 0xdc, 0x5b, 0xfb, 0x2f, 0x1b, 0x43, 0x3f, 0x62, 0xc1, + 0x59, 0xa9, 0x30, 0xa8, 0xb5, 0xe9, 0xa8, 0x2f, 0xfb, 0x5e, 0x18, 0x05, 0xdc, 0xd5, 0xfc, 0xc9, + 0x7c, 0xf7, 0xeb, 0x8d, 0x9c, 0x4a, 0x4a, 0x38, 0x7a, 0x36, 0x0f, 0x23, 0xc4, 0xf9, 0x2d, 0xa2, + 0x65, 0x98, 0x0e, 0x49, 0x24, 0x0f, 0xa3, 0xc5, 0x70, 0xf5, 0x8d, 0xf2, 0xfa, 0xec, 0x45, 0xee, + 0x27, 0x4f, 0x37, 0x43, 0x2d, 0x09, 0xc4, 0x69, 0xfc, 0xb9, 0x6f, 0x87, 0xe9, 0xd4, 0xf5, 0x7f, + 0x94, 0xcc, 0x2b, 0x73, 0xbb, 0x30, 0x6e, 0x0c, 0xf1, 0x23, 0xd5, 0x1e, 0xff, 0xcb, 0x61, 0x28, + 0x29, 0xcd, 0x22, 0xba, 0x62, 0x2a, 0x8c, 0xcf, 0x26, 0x15, 0xc6, 0x23, 0xf4, 0x5d, 0xaf, 0xeb, + 0x88, 0x37, 0x32, 0xa2, 0x83, 0xe5, 0x6d, 0xe8, 0xfe, 0xdd, 0xbe, 0x35, 0x71, 0x6d, 0xb1, 0x6f, + 0xcd, 0xf3, 0x40, 0x57, 0x09, 0xf0, 0x35, 0x98, 0xf6, 0x7c, 0xc6, 0x73, 0x92, 0x86, 0x64, 0x28, + 0x18, 0xdf, 0x50, 0xd2, 0xc3, 0x6d, 0x24, 0x10, 0x70, 0xba, 0x0e, 0x6d, 0x90, 0x5f, 0xfc, 0x49, + 0x91, 0x33, 0xe7, 0x0b, 0xb0, 0x80, 0xa2, 0x8b, 0x30, 0xd8, 0xf6, 0x1b, 0x95, 0xaa, 0xe0, 0x37, + 0xb5, 0x98, 0x94, 0x8d, 0x4a, 0x15, 0x73, 0x18, 0x5a, 0x84, 0x21, 0xf6, 0x23, 0x9c, 0x1d, 0xcb, + 0x8f, 0xab, 0xc0, 0x6a, 0x68, 0x79, 0x6d, 0x58, 0x05, 0x2c, 0x2a, 0x32, 0xd1, 0x17, 0x65, 0xd2, + 0x99, 0xe8, 0x6b, 0xf8, 0x21, 0x45, 0x5f, 0x92, 0x00, 0x8e, 0x69, 0xa1, 0xfb, 0x70, 0xda, 0x78, + 0x18, 0xf1, 0x25, 0x42, 0x42, 0xe1, 0xdb, 0x7d, 0xb1, 0xeb, 0x8b, 0x48, 0x68, 0xaa, 0xcf, 0x89, + 0x4e, 0x9f, 0xae, 0x64, 0x51, 0xc2, 0xd9, 0x0d, 0xa0, 0x26, 0x4c, 0xd7, 0x53, 0xad, 0x8e, 0xf4, + 0xdf, 0xaa, 0x9a, 0xd0, 0x74, 0x8b, 0x69, 0xc2, 0xe8, 0x55, 0x18, 0x79, 0xcb, 0x0f, 0xd9, 0x59, + 0x2d, 0x78, 0x64, 0xe9, 0x18, 0x3c, 0xf2, 0xc6, 0xad, 0x1a, 0x2b, 0x3f, 0x3c, 0x98, 0x1f, 0xad, + 0xfa, 0x0d, 0xf9, 0x17, 0xab, 0x0a, 0xe8, 0xfb, 0x2d, 0x98, 0x4b, 0xbf, 0xbc, 0x54, 0xa7, 0xc7, + 0xfb, 0xef, 0xb4, 0x2d, 0x1a, 0x9d, 0x5b, 0xc9, 0x25, 0x87, 0xbb, 0x34, 0x65, 0xff, 0x8a, 0xc5, + 0xa4, 0x6e, 0x42, 0x03, 0x44, 0xc2, 0x4e, 0xf3, 0x24, 0xd2, 0x79, 0xae, 0x18, 0xca, 0xa9, 0x87, + 0xb6, 0x5c, 0xf8, 0xa7, 0x16, 0xb3, 0x5c, 0x38, 0x41, 0x17, 0x85, 0x37, 0x60, 0x24, 0x92, 0x69, + 0x56, 0xbb, 0x64, 0x20, 0xd5, 0x3a, 0xc5, 0xac, 0x37, 0x14, 0xc7, 0xaa, 0x32, 0xaa, 0x2a, 0x32, + 0xf6, 0x3f, 0xe0, 0x33, 0x20, 0x21, 0x27, 0xa0, 0x03, 0x28, 0x9b, 0x3a, 0x80, 0xf9, 0x1e, 0x5f, + 0x90, 0xa3, 0x0b, 0xf8, 0xfb, 0x66, 0xbf, 0x99, 0xa4, 0xe6, 0xdd, 0x6e, 0x32, 0x63, 0x7f, 0xd1, + 0x02, 0x88, 0x43, 0xfe, 0x32, 0xf9, 0xb2, 0x1f, 0xc8, 0x5c, 0x8e, 0x59, 0x59, 0x8b, 0x5e, 0xa6, + 0x3c, 0xaa, 0x1f, 0xf9, 0x75, 0xbf, 0x29, 0x34, 0x5c, 0x4f, 0xc4, 0x6a, 0x08, 0x5e, 0x7e, 0xa8, + 0xfd, 0xc6, 0x0a, 0x1b, 0xcd, 0xcb, 0x00, 0x63, 0xc5, 0x58, 0x31, 0x66, 0x04, 0x17, 0xfb, 0x31, + 0x0b, 0x4e, 0x65, 0xd9, 0xbb, 0xd2, 0x17, 0x0f, 0x97, 0x59, 0x29, 0x73, 0x26, 0x35, 0x9b, 0x77, + 0x44, 0x39, 0x56, 0x18, 0x7d, 0x67, 0x28, 0x3b, 0x5a, 0xac, 0xdd, 0x5b, 0x30, 0x5e, 0x0d, 0x88, + 0x76, 0xb9, 0xbe, 0xc6, 0x9d, 0xd6, 0x79, 0x7f, 0x9e, 0x3d, 0xb2, 0xc3, 0xba, 0xfd, 0x95, 0x02, + 0x9c, 0xe2, 0x56, 0x01, 0x8b, 0x7b, 0xbe, 0xdb, 0xa8, 0xfa, 0x0d, 0x91, 0x5d, 0xee, 0x53, 0x30, + 0xd6, 0xd6, 0x04, 0x8d, 0xdd, 0xe2, 0x46, 0xea, 0x02, 0xc9, 0x58, 0x34, 0xa2, 0x97, 0x62, 0x83, + 0x16, 0x6a, 0xc0, 0x18, 0xd9, 0x73, 0xeb, 0x4a, 0xb5, 0x5c, 0x38, 0xf2, 0x45, 0xa7, 0x5a, 0x59, + 0xd1, 0xe8, 0x60, 0x83, 0xea, 0x23, 0xc8, 0x1b, 0x6c, 0xff, 0xb8, 0x05, 0x8f, 0xe5, 0x44, 0x99, + 0xa4, 0xcd, 0xdd, 0x63, 0xf6, 0x17, 0x62, 0xd9, 0xaa, 0xe6, 0xb8, 0x55, 0x06, 0x16, 0x50, 0xf4, + 0x09, 0x00, 0x6e, 0x55, 0x41, 0x9f, 0xdc, 0xbd, 0xc2, 0xf1, 0x19, 0x91, 0xc4, 0xb4, 0xa0, 0x50, + 0xb2, 0x3e, 0xd6, 0x68, 0xd9, 0x5f, 0x1a, 0x80, 0x41, 0x9e, 0xe3, 0x7c, 0x15, 0x86, 0x77, 0x78, + 0xce, 0x8d, 0x7e, 0xd2, 0x7b, 0xc4, 0xc2, 0x10, 0x5e, 0x80, 0x65, 0x65, 0xb4, 0x06, 0x33, 0x3c, + 0x67, 0x49, 0xb3, 0x4c, 0x9a, 0xce, 0xbe, 0x94, 0xdc, 0xf1, 0x7c, 0x9f, 0x4a, 0x82, 0x59, 0x49, + 0xa3, 0xe0, 0xac, 0x7a, 0xe8, 0x35, 0x98, 0xa0, 0x2f, 0x29, 0xbf, 0x13, 0x49, 0x4a, 0x3c, 0x5b, + 0x89, 0x7a, 0xba, 0x6d, 0x18, 0x50, 0x9c, 0xc0, 0xa6, 0x8f, 0xf9, 0x76, 0x4a, 0x46, 0x39, 0x18, + 0x3f, 0xe6, 0x4d, 0xb9, 0xa4, 0x89, 0xcb, 0x0c, 0x5d, 0x3b, 0xcc, 0xac, 0x77, 0x63, 0x27, 0x20, + 0xe1, 0x8e, 0xdf, 0x6c, 0x30, 0xa6, 0x6f, 0x50, 0x33, 0x74, 0x4d, 0xc0, 0x71, 0xaa, 0x06, 0xa5, + 0xb2, 0xe5, 0xb8, 0xcd, 0x4e, 0x40, 0x62, 0x2a, 0x43, 0x26, 0x95, 0xd5, 0x04, 0x1c, 0xa7, 0x6a, + 0xf4, 0x16, 0xbe, 0x0e, 0x1f, 0x8f, 0xf0, 0x95, 0x2e, 0xd8, 0xd3, 0xd5, 0xc0, 0xa7, 0x27, 0xb6, + 0x8c, 0xd1, 0xa3, 0xcc, 0xa4, 0x87, 0xa5, 0x3b, 0x71, 0x97, 0x68, 0x76, 0xc2, 0x90, 0x94, 0x53, + 0x30, 0x2c, 0x15, 0x6a, 0xc2, 0x91, 0x58, 0x52, 0x41, 0x57, 0x61, 0x54, 0xa4, 0xbc, 0x60, 0xd6, + 0xbc, 0x7c, 0x8d, 0x30, 0xcb, 0x8a, 0x72, 0x5c, 0x8c, 0x75, 0x1c, 0xfb, 0x07, 0x0a, 0x30, 0x93, + 0xe1, 0x8e, 0xc1, 0xcf, 0xc4, 0x6d, 0x37, 0x8c, 0x54, 0xf2, 0x44, 0xed, 0x4c, 0xe4, 0xe5, 0x58, + 0x61, 0xd0, 0x8d, 0xc7, 0x4f, 0xdd, 0xe4, 0x49, 0x2b, 0xcc, 0x9d, 0x05, 0xf4, 0x88, 0x69, 0x08, + 0x2f, 0xc0, 0x40, 0x27, 0x24, 0x32, 0x0e, 0xa5, 0xba, 0x83, 0x98, 0xc2, 0x8d, 0x41, 0xe8, 0x9b, + 0x60, 0x5b, 0xe9, 0xae, 0xb4, 0x37, 0x01, 0xd7, 0x5e, 0x71, 0x18, 0xed, 0x5c, 0x44, 0x3c, 0xc7, + 0x8b, 0xc4, 0xcb, 0x21, 0x0e, 0xa8, 0xc6, 0x4a, 0xb1, 0x80, 0xda, 0x5f, 0x2a, 0xc2, 0xd9, 0x5c, + 0x07, 0x2d, 0xda, 0xf5, 0x96, 0xef, 0xb9, 0x91, 0xaf, 0x4c, 0x56, 0x78, 0x10, 0x35, 0xd2, 0xde, + 0x59, 0x13, 0xe5, 0x58, 0x61, 0xa0, 0x4b, 0x30, 0xc8, 0xc4, 0x75, 0xa9, 0x34, 0x92, 0x4b, 0x65, + 0x1e, 0x55, 0x87, 0x83, 0xfb, 0x4e, 0xd1, 0x7b, 0x91, 0x5e, 0xc7, 0x7e, 0x33, 0x79, 0x3a, 0xd2, + 0xee, 0xfa, 0x7e, 0x13, 0x33, 0x20, 0xfa, 0x80, 0x18, 0xaf, 0x84, 0x8d, 0x06, 0x76, 0x1a, 0x7e, + 0xa8, 0x0d, 0xda, 0xd3, 0x30, 0xbc, 0x4b, 0xf6, 0x03, 0xd7, 0xdb, 0x4e, 0xda, 0xee, 0xdc, 0xe0, + 0xc5, 0x58, 0xc2, 0xcd, 0x8c, 0x60, 0xc3, 0xc7, 0x9d, 0x5b, 0x77, 0xa4, 0xe7, 0x5d, 0xfb, 0x43, + 0x45, 0x98, 0xc4, 0x4b, 0xe5, 0xf7, 0x26, 0xe2, 0x76, 0x7a, 0x22, 0x8e, 0x3b, 0xb7, 0x6e, 0xef, + 0xd9, 0xf8, 0x45, 0x0b, 0x26, 0x59, 0xe2, 0x0d, 0x11, 0x7e, 0xcb, 0xf5, 0xbd, 0x13, 0xe0, 0x6b, + 0x2f, 0xc2, 0x60, 0x40, 0x1b, 0x4d, 0xe6, 0x8f, 0x64, 0x3d, 0xc1, 0x1c, 0x86, 0x9e, 0x80, 0x01, + 0xd6, 0x05, 0x3a, 0x79, 0x63, 0x3c, 0xf5, 0x56, 0xd9, 0x89, 0x1c, 0xcc, 0x4a, 0x59, 0x4c, 0x19, + 0x4c, 0xda, 0x4d, 0x97, 0x77, 0x3a, 0x56, 0xa6, 0xbe, 0x3b, 0x5c, 0xb7, 0x33, 0xbb, 0xf6, 0xce, + 0x62, 0xca, 0x64, 0x93, 0xec, 0xfe, 0x66, 0xfc, 0xe3, 0x02, 0x9c, 0xcf, 0xac, 0xd7, 0x77, 0x4c, + 0x99, 0xee, 0xb5, 0x1f, 0x65, 0x6a, 0x85, 0xe2, 0x09, 0x5a, 0x46, 0x0e, 0xf4, 0xcb, 0xca, 0x0e, + 0xf6, 0x11, 0xea, 0x25, 0x73, 0xc8, 0xde, 0x25, 0xa1, 0x5e, 0x32, 0xfb, 0x96, 0xf3, 0xe6, 0xfd, + 0x8b, 0x42, 0xce, 0xb7, 0xb0, 0xd7, 0xef, 0x65, 0x7a, 0xce, 0x30, 0x60, 0x28, 0x5f, 0x94, 0xfc, + 0x8c, 0xe1, 0x65, 0x58, 0x41, 0xd1, 0x22, 0x4c, 0xb6, 0x5c, 0x8f, 0x1e, 0x3e, 0xfb, 0x26, 0x87, + 0xa9, 0x22, 0x71, 0xad, 0x99, 0x60, 0x9c, 0xc4, 0x47, 0xae, 0x16, 0x06, 0xa6, 0x90, 0x9f, 0x91, + 0x3d, 0xb7, 0xb7, 0x0b, 0xa6, 0xa2, 0x59, 0x8d, 0x62, 0x46, 0x48, 0x98, 0x35, 0x4d, 0xe8, 0x51, + 0xec, 0x5f, 0xe8, 0x31, 0x96, 0x2d, 0xf0, 0x98, 0x7b, 0x15, 0xc6, 0x1f, 0x5a, 0xca, 0x6d, 0x7f, + 0xad, 0x08, 0x8f, 0x77, 0xd9, 0xf6, 0xfc, 0xac, 0x37, 0xe6, 0x40, 0x3b, 0xeb, 0x53, 0xf3, 0x50, + 0x85, 0x53, 0x5b, 0x9d, 0x66, 0x73, 0x9f, 0x39, 0x0c, 0x90, 0x86, 0xc4, 0x10, 0x3c, 0xa5, 0x7c, + 0xe9, 0x9f, 0x5a, 0xcd, 0xc0, 0xc1, 0x99, 0x35, 0xe9, 0xcb, 0x81, 0xde, 0x24, 0xfb, 0x8a, 0x54, + 0xe2, 0xe5, 0x80, 0x75, 0x20, 0x36, 0x71, 0xd1, 0x35, 0x98, 0x76, 0xf6, 0x1c, 0x97, 0xc7, 0xd2, + 0x95, 0x04, 0xf8, 0xd3, 0x41, 0x09, 0x27, 0x17, 0x93, 0x08, 0x38, 0x5d, 0x07, 0xbd, 0x0e, 0xc8, + 0xdf, 0x64, 0x66, 0xc5, 0x8d, 0x6b, 0xc4, 0x13, 0xfa, 0x40, 0x36, 0x77, 0xc5, 0xf8, 0x48, 0xb8, + 0x95, 0xc2, 0xc0, 0x19, 0xb5, 0x12, 0xe1, 0x4e, 0x86, 0xf2, 0xc3, 0x9d, 0x74, 0x3f, 0x17, 0x7b, + 0x66, 0xf5, 0xf8, 0x8f, 0x16, 0xbd, 0xbe, 0x38, 0x93, 0x6f, 0x46, 0x07, 0x7c, 0x95, 0xd9, 0xf3, + 0x71, 0xc1, 0xa5, 0x16, 0xa4, 0xe3, 0xb4, 0x66, 0xcf, 0x17, 0x03, 0xb1, 0x89, 0xcb, 0x17, 0x44, + 0x18, 0xfb, 0x86, 0x1a, 0x2c, 0xbe, 0x08, 0x61, 0xa4, 0x30, 0xd0, 0x27, 0x61, 0xb8, 0xe1, 0xee, + 0xb9, 0xa1, 0x10, 0xdb, 0x1c, 0x59, 0x47, 0x12, 0x9f, 0x83, 0x65, 0x4e, 0x06, 0x4b, 0x7a, 0xf6, + 0x0f, 0x15, 0x60, 0x5c, 0xb6, 0xf8, 0x46, 0xc7, 0x8f, 0x9c, 0x13, 0xb8, 0x96, 0xaf, 0x19, 0xd7, + 0xf2, 0x07, 0xba, 0xc5, 0x71, 0x62, 0x5d, 0xca, 0xbd, 0x8e, 0x6f, 0x25, 0xae, 0xe3, 0xa7, 0x7a, + 0x93, 0xea, 0x7e, 0x0d, 0xff, 0x43, 0x0b, 0xa6, 0x0d, 0xfc, 0x13, 0xb8, 0x0d, 0x56, 0xcd, 0xdb, + 0xe0, 0xc9, 0x9e, 0xdf, 0x90, 0x73, 0x0b, 0x7c, 0x6f, 0x31, 0xd1, 0x77, 0x76, 0xfa, 0xbf, 0x05, + 0x03, 0x3b, 0x4e, 0xd0, 0xe8, 0x16, 0xb7, 0x3e, 0x55, 0x69, 0xe1, 0xba, 0x13, 0x08, 0x85, 0xe8, + 0xb3, 0x2a, 0x21, 0xba, 0x13, 0xf4, 0x56, 0x86, 0xb2, 0xa6, 0xd0, 0xcb, 0x30, 0x14, 0xd6, 0xfd, + 0xb6, 0x72, 0x17, 0xb8, 0xc0, 0x93, 0xa5, 0xd3, 0x92, 0xc3, 0x83, 0x79, 0x64, 0x36, 0x47, 0x8b, + 0xb1, 0xc0, 0x47, 0x9f, 0x82, 0x71, 0xf6, 0x4b, 0x59, 0x27, 0x15, 0xf3, 0x73, 0x5c, 0xd5, 0x74, + 0x44, 0x6e, 0xba, 0x67, 0x14, 0x61, 0x93, 0xd4, 0xdc, 0x36, 0x94, 0xd4, 0x67, 0x3d, 0x52, 0x25, + 0xe4, 0xbf, 0x2b, 0xc2, 0x4c, 0xc6, 0x9a, 0x43, 0xa1, 0x31, 0x13, 0x57, 0xfb, 0x5c, 0xaa, 0xef, + 0x70, 0x2e, 0x42, 0xf6, 0x1a, 0x6a, 0x88, 0xb5, 0xd5, 0x77, 0xa3, 0xb7, 0x43, 0x92, 0x6c, 0x94, + 0x16, 0xf5, 0x6e, 0x94, 0x36, 0x76, 0x62, 0x43, 0x4d, 0x1b, 0x52, 0x3d, 0x7d, 0xa4, 0x73, 0xfa, + 0x67, 0x45, 0x38, 0x95, 0x15, 0x5a, 0x0e, 0x7d, 0x3e, 0x91, 0x35, 0xf1, 0xc5, 0x7e, 0x83, 0xd2, + 0xf1, 0x54, 0x8a, 0x5c, 0xd8, 0xbc, 0xb4, 0x60, 0xe6, 0x51, 0xec, 0x39, 0xcc, 0xa2, 0x4d, 0x16, + 0xf7, 0x20, 0xe0, 0xd9, 0x2e, 0xe5, 0xf1, 0xf1, 0xe1, 0xbe, 0x3b, 0x20, 0xd2, 0x64, 0x86, 0x09, + 0xcb, 0x07, 0x59, 0xdc, 0xdb, 0xf2, 0x41, 0xb6, 0x3c, 0xe7, 0xc2, 0xa8, 0xf6, 0x35, 0x8f, 0x74, + 0xc6, 0x77, 0xe9, 0x6d, 0xa5, 0xf5, 0xfb, 0x91, 0xce, 0xfa, 0x8f, 0x5b, 0x90, 0x30, 0x86, 0x57, + 0x62, 0x31, 0x2b, 0x57, 0x2c, 0x76, 0x01, 0x06, 0x02, 0xbf, 0x49, 0x92, 0xe9, 0x05, 0xb1, 0xdf, + 0x24, 0x98, 0x41, 0x28, 0x46, 0x14, 0x0b, 0x3b, 0xc6, 0xf4, 0x87, 0x9c, 0x78, 0xa2, 0x5d, 0x84, + 0xc1, 0x26, 0xd9, 0x23, 0xcd, 0x64, 0x16, 0x98, 0x9b, 0xb4, 0x10, 0x73, 0x98, 0xfd, 0x8b, 0x03, + 0x70, 0xae, 0x6b, 0xe4, 0x10, 0xfa, 0x1c, 0xda, 0x76, 0x22, 0x72, 0xcf, 0xd9, 0x4f, 0xa6, 0x6b, + 0xb8, 0xc6, 0x8b, 0xb1, 0x84, 0x33, 0x77, 0x25, 0x1e, 0x75, 0x39, 0x21, 0x44, 0x14, 0xc1, 0x96, + 0x05, 0xd4, 0x14, 0x4a, 0x15, 0x8f, 0x43, 0x28, 0xf5, 0x3c, 0x40, 0x18, 0x36, 0xb9, 0xc9, 0x50, + 0x43, 0xf8, 0x41, 0xc5, 0xd1, 0xb9, 0x6b, 0x37, 0x05, 0x04, 0x6b, 0x58, 0xa8, 0x0c, 0x53, 0xed, + 0xc0, 0x8f, 0xb8, 0x4c, 0xb6, 0xcc, 0xad, 0xea, 0x06, 0xcd, 0xa0, 0x0d, 0xd5, 0x04, 0x1c, 0xa7, + 0x6a, 0xa0, 0x97, 0x60, 0x54, 0x04, 0x72, 0xa8, 0xfa, 0x7e, 0x53, 0x88, 0x81, 0x94, 0xa1, 0x59, + 0x2d, 0x06, 0x61, 0x1d, 0x4f, 0xab, 0xc6, 0x04, 0xbd, 0xc3, 0x99, 0xd5, 0xb8, 0xb0, 0x57, 0xc3, + 0x4b, 0x84, 0x99, 0x1c, 0xe9, 0x2b, 0xcc, 0x64, 0x2c, 0x18, 0x2b, 0xf5, 0xad, 0x44, 0x83, 0x9e, + 0xa2, 0xa4, 0x9f, 0x1b, 0x80, 0x19, 0xb1, 0x70, 0x1e, 0xf5, 0x72, 0xb9, 0x9d, 0x5e, 0x2e, 0xc7, + 0x21, 0x3a, 0x7b, 0x6f, 0xcd, 0x9c, 0xf4, 0x9a, 0xf9, 0x61, 0x0b, 0x4c, 0xf6, 0x0a, 0xfd, 0x5f, + 0xb9, 0xf9, 0x6e, 0x5e, 0xca, 0x65, 0xd7, 0x1a, 0xf2, 0x02, 0x79, 0x87, 0x99, 0x6f, 0xec, 0xff, + 0x60, 0xc1, 0x93, 0x3d, 0x29, 0xa2, 0x15, 0x28, 0x31, 0x1e, 0x50, 0x7b, 0x9d, 0x3d, 0xa5, 0xac, + 0x6e, 0x25, 0x20, 0x87, 0x25, 0x8d, 0x6b, 0xa2, 0x95, 0x54, 0x62, 0xa1, 0xa7, 0x33, 0x12, 0x0b, + 0x9d, 0x36, 0x86, 0xe7, 0x21, 0x33, 0x0b, 0xfd, 0x20, 0xbd, 0x71, 0x0c, 0x8f, 0x17, 0xf4, 0x61, + 0x43, 0xec, 0x67, 0x27, 0xc4, 0x7e, 0xc8, 0xc4, 0xd6, 0xee, 0x90, 0x8f, 0xc3, 0x14, 0x8b, 0xf0, + 0xc4, 0x6c, 0xc0, 0x85, 0x2f, 0x4e, 0x21, 0xb6, 0xf3, 0xbc, 0x99, 0x80, 0xe1, 0x14, 0xb6, 0xfd, + 0x47, 0x45, 0x18, 0xe2, 0xdb, 0xef, 0x04, 0xde, 0x84, 0xcf, 0x40, 0xc9, 0x6d, 0xb5, 0x3a, 0x3c, + 0x57, 0xcc, 0x20, 0x77, 0xc0, 0xa5, 0xf3, 0x54, 0x91, 0x85, 0x38, 0x86, 0xa3, 0x55, 0x21, 0x71, + 0xee, 0x12, 0x44, 0x92, 0x77, 0x7c, 0xa1, 0xec, 0x44, 0x0e, 0x67, 0x70, 0xd4, 0x3d, 0x1b, 0xcb, + 0xa6, 0xd1, 0x67, 0x00, 0xc2, 0x28, 0x70, 0xbd, 0x6d, 0x5a, 0x26, 0x62, 0xa6, 0x7e, 0xb0, 0x0b, + 0xb5, 0x9a, 0x42, 0xe6, 0x34, 0xe3, 0x33, 0x47, 0x01, 0xb0, 0x46, 0x11, 0x2d, 0x18, 0x37, 0xfd, + 0x5c, 0x62, 0xee, 0x80, 0x53, 0x8d, 0xe7, 0x6c, 0xee, 0x23, 0x50, 0x52, 0xc4, 0x7b, 0xc9, 0x9f, + 0xc6, 0x74, 0xb6, 0xe8, 0x63, 0x30, 0x99, 0xe8, 0xdb, 0x91, 0xc4, 0x57, 0xbf, 0x64, 0xc1, 0x24, + 0xef, 0xcc, 0x8a, 0xb7, 0x27, 0x6e, 0x83, 0xb7, 0xe1, 0x54, 0x33, 0xe3, 0x54, 0x16, 0xd3, 0xdf, + 0xff, 0x29, 0xae, 0xc4, 0x55, 0x59, 0x50, 0x9c, 0xd9, 0x06, 0xba, 0x4c, 0x77, 0x1c, 0x3d, 0x75, + 0x9d, 0xa6, 0xf0, 0xc7, 0x1d, 0xe3, 0xbb, 0x8d, 0x97, 0x61, 0x05, 0xb5, 0x7f, 0xd7, 0x82, 0x69, + 0xde, 0xf3, 0x1b, 0x64, 0x5f, 0x9d, 0x4d, 0xdf, 0xc8, 0xbe, 0x8b, 0x2c, 0x65, 0x85, 0x9c, 0x2c, + 0x65, 0xfa, 0xa7, 0x15, 0xbb, 0x7e, 0xda, 0x57, 0x2c, 0x10, 0x2b, 0xe4, 0x04, 0x84, 0x10, 0xdf, + 0x6e, 0x0a, 0x21, 0xe6, 0xf2, 0x37, 0x41, 0x8e, 0xf4, 0xe1, 0xcf, 0x2d, 0x98, 0xe2, 0x08, 0xb1, + 0xb6, 0xfc, 0x1b, 0x3a, 0x0f, 0xfd, 0xe4, 0x32, 0xbe, 0x41, 0xf6, 0x37, 0xfc, 0xaa, 0x13, 0xed, + 0x64, 0x7f, 0x94, 0x31, 0x59, 0x03, 0x5d, 0x27, 0xab, 0x21, 0x37, 0xd0, 0x11, 0x12, 0xa4, 0x1f, + 0x39, 0x89, 0x87, 0xfd, 0x75, 0x0b, 0x10, 0x6f, 0xc6, 0x60, 0xdc, 0x28, 0x3b, 0xc4, 0x4a, 0xb5, + 0x8b, 0x2e, 0x3e, 0x9a, 0x14, 0x04, 0x6b, 0x58, 0xc7, 0x32, 0x3c, 0x09, 0x93, 0x87, 0x62, 0x6f, + 0x93, 0x87, 0x23, 0x8c, 0xe8, 0xbf, 0x1a, 0x82, 0xa4, 0xd7, 0x0f, 0xba, 0x03, 0x63, 0x75, 0xa7, + 0xed, 0x6c, 0xba, 0x4d, 0x37, 0x72, 0x49, 0xd8, 0xcd, 0x28, 0x6b, 0x59, 0xc3, 0x13, 0x4a, 0x6a, + 0xad, 0x04, 0x1b, 0x74, 0xd0, 0x02, 0x40, 0x3b, 0x70, 0xf7, 0xdc, 0x26, 0xd9, 0x66, 0xb2, 0x12, + 0x16, 0x01, 0x80, 0x5b, 0x1a, 0xc9, 0x52, 0xac, 0x61, 0x64, 0xb8, 0x58, 0x17, 0x1f, 0xb1, 0x8b, + 0x35, 0x9c, 0x98, 0x8b, 0xf5, 0xc0, 0x91, 0x5c, 0xac, 0x47, 0x8e, 0xec, 0x62, 0x3d, 0xd8, 0x97, + 0x8b, 0x35, 0x86, 0x33, 0x92, 0xf7, 0xa4, 0xff, 0x57, 0xdd, 0x26, 0x11, 0x0f, 0x0e, 0x1e, 0xb6, + 0x60, 0xee, 0xc1, 0xc1, 0xfc, 0x19, 0x9c, 0x89, 0x81, 0x73, 0x6a, 0xa2, 0x4f, 0xc0, 0xac, 0xd3, + 0x6c, 0xfa, 0xf7, 0xd4, 0xa4, 0xae, 0x84, 0x75, 0xa7, 0xc9, 0x95, 0x10, 0xc3, 0x8c, 0xea, 0x13, + 0x0f, 0x0e, 0xe6, 0x67, 0x17, 0x73, 0x70, 0x70, 0x6e, 0x6d, 0xf4, 0x51, 0x28, 0xb5, 0x03, 0xbf, + 0xbe, 0xa6, 0xb9, 0x26, 0x9e, 0xa7, 0x03, 0x58, 0x95, 0x85, 0x87, 0x07, 0xf3, 0xe3, 0xea, 0x0f, + 0xbb, 0xf0, 0xe3, 0x0a, 0x19, 0x3e, 0xd3, 0xa3, 0xc7, 0xea, 0x33, 0xbd, 0x0b, 0x33, 0x35, 0x12, + 0xb8, 0x2c, 0x9d, 0x7a, 0x23, 0x3e, 0x9f, 0x36, 0xa0, 0x14, 0x24, 0x4e, 0xe4, 0xbe, 0x02, 0x3b, + 0x6a, 0xd9, 0x14, 0xe4, 0x09, 0x1c, 0x13, 0xb2, 0xff, 0xa7, 0x05, 0xc3, 0xc2, 0xcb, 0xe7, 0x04, + 0xb8, 0xc6, 0x45, 0x43, 0x93, 0x30, 0x9f, 0x3d, 0x60, 0xac, 0x33, 0xb9, 0x3a, 0x84, 0x4a, 0x42, + 0x87, 0xf0, 0x64, 0x37, 0x22, 0xdd, 0xb5, 0x07, 0x7f, 0xa5, 0x48, 0xb9, 0x77, 0xc3, 0xdf, 0xf4, + 0xd1, 0x0f, 0xc1, 0x3a, 0x0c, 0x87, 0xc2, 0xdf, 0xb1, 0x90, 0x6f, 0xa0, 0x9f, 0x9c, 0xc4, 0xd8, + 0x8e, 0x4d, 0x78, 0x38, 0x4a, 0x22, 0x99, 0x8e, 0x94, 0xc5, 0x47, 0xe8, 0x48, 0xd9, 0xcb, 0x23, + 0x77, 0xe0, 0x38, 0x3c, 0x72, 0xed, 0xaf, 0xb2, 0x9b, 0x53, 0x2f, 0x3f, 0x01, 0xa6, 0xea, 0x9a, + 0x79, 0xc7, 0xda, 0x5d, 0x56, 0x96, 0xe8, 0x54, 0x0e, 0x73, 0xf5, 0x0b, 0x16, 0x9c, 0xcb, 0xf8, + 0x2a, 0x8d, 0xd3, 0x7a, 0x16, 0x46, 0x9c, 0x4e, 0xc3, 0x55, 0x7b, 0x59, 0xd3, 0x27, 0x2e, 0x8a, + 0x72, 0xac, 0x30, 0xd0, 0x32, 0x4c, 0x93, 0xfb, 0x6d, 0x97, 0xab, 0x52, 0x75, 0xab, 0xd6, 0x22, + 0x77, 0x0d, 0x5b, 0x49, 0x02, 0x71, 0x1a, 0x5f, 0x45, 0x41, 0x29, 0xe6, 0x46, 0x41, 0xf9, 0xdb, + 0x16, 0x8c, 0x2a, 0x8f, 0xbf, 0x47, 0x3e, 0xda, 0x1f, 0x37, 0x47, 0xfb, 0xf1, 0x2e, 0xa3, 0x9d, + 0x33, 0xcc, 0xbf, 0x5d, 0x50, 0xfd, 0xad, 0xfa, 0x41, 0xd4, 0x07, 0x07, 0xf7, 0xf0, 0x76, 0xf8, + 0x57, 0x61, 0xd4, 0x69, 0xb7, 0x25, 0x40, 0xda, 0xa0, 0xb1, 0x30, 0xbd, 0x71, 0x31, 0xd6, 0x71, + 0x94, 0x5b, 0x40, 0x31, 0xd7, 0x2d, 0xa0, 0x01, 0x10, 0x39, 0xc1, 0x36, 0x89, 0x68, 0x99, 0x88, + 0x58, 0x96, 0x7f, 0xde, 0x74, 0x22, 0xb7, 0xb9, 0xe0, 0x7a, 0x51, 0x18, 0x05, 0x0b, 0x15, 0x2f, + 0xba, 0x15, 0xf0, 0x27, 0xa4, 0x16, 0x12, 0x48, 0xd1, 0xc2, 0x1a, 0x5d, 0xe9, 0xdd, 0xce, 0xda, + 0x18, 0x34, 0x8d, 0x19, 0xd6, 0x45, 0x39, 0x56, 0x18, 0xf6, 0x47, 0xd8, 0xed, 0xc3, 0xc6, 0xf4, + 0x68, 0x31, 0x74, 0xfe, 0xee, 0x98, 0x9a, 0x0d, 0xa6, 0xc9, 0x2c, 0xeb, 0x91, 0x7a, 0xba, 0x1f, + 0xf6, 0xb4, 0x61, 0xdd, 0x49, 0x2d, 0x0e, 0xe7, 0x83, 0xbe, 0x23, 0x65, 0xa0, 0xf2, 0x5c, 0x8f, + 0x5b, 0xe3, 0x08, 0x26, 0x29, 0x2c, 0x67, 0x07, 0xcb, 0x68, 0x50, 0xa9, 0x8a, 0x7d, 0xa1, 0xe5, + 0xec, 0x10, 0x00, 0x1c, 0xe3, 0x50, 0x66, 0x4a, 0xfd, 0x09, 0x67, 0x51, 0x1c, 0xbb, 0x52, 0x61, + 0x87, 0x58, 0xc3, 0x40, 0x57, 0x84, 0x40, 0x81, 0xeb, 0x05, 0x1e, 0x4f, 0x08, 0x14, 0xe4, 0x70, + 0x69, 0x52, 0xa0, 0xab, 0x30, 0xaa, 0xd2, 0x03, 0x57, 0x79, 0xd6, 0x59, 0xb1, 0xcc, 0x56, 0xe2, + 0x62, 0xac, 0xe3, 0xa0, 0x0d, 0x98, 0x0c, 0xb9, 0x9c, 0x4d, 0x05, 0x14, 0xe6, 0xf2, 0xca, 0x0f, + 0x4a, 0x2b, 0xa0, 0x9a, 0x09, 0x3e, 0x64, 0x45, 0xfc, 0x74, 0x92, 0x1e, 0xe8, 0x49, 0x12, 0xe8, + 0x35, 0x98, 0x68, 0xfa, 0x4e, 0x63, 0xc9, 0x69, 0x3a, 0x5e, 0x9d, 0x8d, 0xcf, 0x88, 0x99, 0x65, + 0xf2, 0xa6, 0x01, 0xc5, 0x09, 0x6c, 0xca, 0xbc, 0xe9, 0x25, 0x22, 0x08, 0xb6, 0xe3, 0x6d, 0x93, + 0x50, 0x24, 0x7b, 0x65, 0xcc, 0xdb, 0xcd, 0x1c, 0x1c, 0x9c, 0x5b, 0x1b, 0xbd, 0x0c, 0x63, 0xf2, + 0xf3, 0xb5, 0x80, 0x0d, 0xb1, 0x87, 0x85, 0x06, 0xc3, 0x06, 0x26, 0xba, 0x07, 0xa7, 0xe5, 0xff, + 0x8d, 0xc0, 0xd9, 0xda, 0x72, 0xeb, 0xc2, 0x8b, 0x99, 0xbb, 0x62, 0x2e, 0x4a, 0x7f, 0xc1, 0x95, + 0x2c, 0xa4, 0xc3, 0x83, 0xf9, 0x0b, 0x62, 0xd4, 0x32, 0xe1, 0x6c, 0x12, 0xb3, 0xe9, 0xa3, 0x35, + 0x98, 0xd9, 0x21, 0x4e, 0x33, 0xda, 0x59, 0xde, 0x21, 0xf5, 0x5d, 0xb9, 0xe9, 0x58, 0x18, 0x08, + 0xcd, 0x2f, 0xe1, 0x7a, 0x1a, 0x05, 0x67, 0xd5, 0x43, 0x6f, 0xc2, 0x6c, 0xbb, 0xb3, 0xd9, 0x74, + 0xc3, 0x9d, 0x75, 0x3f, 0x62, 0xa6, 0x40, 0x2a, 0xdb, 0xb0, 0x88, 0x17, 0xa1, 0x02, 0x6d, 0x54, + 0x73, 0xf0, 0x70, 0x2e, 0x05, 0xf4, 0x36, 0x9c, 0x4e, 0x2c, 0x06, 0xe1, 0x31, 0x3f, 0x91, 0x9f, + 0x52, 0xa0, 0x96, 0x55, 0x41, 0x04, 0x9f, 0xc8, 0x02, 0xe1, 0xec, 0x26, 0xd0, 0x2b, 0x00, 0x6e, + 0x7b, 0xd5, 0x69, 0xb9, 0x4d, 0xfa, 0x5c, 0x9c, 0x61, 0xeb, 0x84, 0x3e, 0x1d, 0xa0, 0x52, 0x95, + 0xa5, 0xf4, 0x7c, 0x16, 0xff, 0xf6, 0xb1, 0x86, 0x8d, 0xaa, 0x30, 0x21, 0xfe, 0xed, 0x8b, 0x69, + 0x9d, 0x56, 0xce, 0xe9, 0x13, 0xb2, 0x86, 0x9a, 0x4b, 0x64, 0x96, 0xb0, 0xd9, 0x4b, 0xd4, 0x47, + 0xdb, 0x70, 0x4e, 0x24, 0xa6, 0x26, 0xfa, 0x3a, 0x95, 0xf3, 0x10, 0xb2, 0x58, 0xfe, 0x23, 0xdc, + 0xed, 0x61, 0xb1, 0x1b, 0x22, 0xee, 0x4e, 0x87, 0xde, 0xef, 0xfa, 0x72, 0xe7, 0xee, 0xa0, 0xa7, + 0xb9, 0x79, 0x12, 0xbd, 0xdf, 0x6f, 0x26, 0x81, 0x38, 0x8d, 0x8f, 0x42, 0x38, 0xed, 0x7a, 0x59, + 0xab, 0xfb, 0x0c, 0x23, 0xf4, 0x31, 0xee, 0x09, 0xdb, 0x7d, 0x65, 0x67, 0xc2, 0xf9, 0xca, 0xce, + 0xa4, 0xfd, 0xce, 0xac, 0xf0, 0x7e, 0xc7, 0xa2, 0xb5, 0x35, 0x4e, 0x1d, 0x7d, 0x16, 0xc6, 0xf4, + 0x0f, 0x13, 0x5c, 0xc7, 0xa5, 0x6c, 0x46, 0x56, 0x3b, 0x1f, 0x38, 0x9f, 0xaf, 0xce, 0x00, 0x1d, + 0x86, 0x0d, 0x8a, 0xa8, 0x9e, 0xe1, 0x33, 0x7e, 0xa5, 0x3f, 0xae, 0xa6, 0x7f, 0x23, 0x34, 0x02, + 0xd9, 0xcb, 0x1e, 0xdd, 0x84, 0x91, 0x7a, 0xd3, 0x25, 0x5e, 0x54, 0xa9, 0x76, 0x8b, 0xf2, 0xb6, + 0x2c, 0x70, 0xc4, 0x3e, 0x12, 0xa1, 0xf9, 0x79, 0x19, 0x56, 0x14, 0xec, 0x5f, 0x2f, 0xc0, 0x7c, + 0x8f, 0x3c, 0x0f, 0x09, 0x95, 0x94, 0xd5, 0x97, 0x4a, 0x6a, 0x51, 0xa6, 0xd4, 0x5e, 0x4f, 0x48, + 0xbb, 0x12, 0xe9, 0xb2, 0x63, 0x99, 0x57, 0x12, 0xbf, 0x6f, 0x17, 0x01, 0x5d, 0xab, 0x35, 0xd0, + 0xd3, 0xc9, 0xc5, 0xd0, 0x66, 0x0f, 0xf6, 0xff, 0x04, 0xce, 0xd5, 0x4c, 0xda, 0x5f, 0x2d, 0xc0, + 0x69, 0x35, 0x84, 0xdf, 0xba, 0x03, 0x77, 0x3b, 0x3d, 0x70, 0xc7, 0xa0, 0xd7, 0xb5, 0x6f, 0xc1, + 0x10, 0x0f, 0x5b, 0xd7, 0x07, 0xeb, 0x7d, 0xd1, 0x8c, 0xf0, 0xaa, 0xb8, 0x3d, 0x23, 0xca, 0xeb, + 0xf7, 0x5b, 0x30, 0xb9, 0xb1, 0x5c, 0xad, 0xf9, 0xf5, 0x5d, 0x12, 0x2d, 0xf2, 0xa7, 0x12, 0xd6, + 0xbc, 0x6b, 0x1f, 0x86, 0x3d, 0xce, 0x62, 0xbc, 0x2f, 0xc0, 0xc0, 0x8e, 0x1f, 0x46, 0x49, 0xa3, + 0x8f, 0xeb, 0x7e, 0x18, 0x61, 0x06, 0xb1, 0x7f, 0xcf, 0x82, 0xc1, 0x0d, 0xc7, 0xf5, 0x22, 0xa9, + 0x20, 0xb0, 0x72, 0x14, 0x04, 0xfd, 0x7c, 0x17, 0x7a, 0x09, 0x86, 0xc8, 0xd6, 0x16, 0xa9, 0x47, + 0x62, 0x56, 0x65, 0x68, 0x82, 0xa1, 0x15, 0x56, 0x4a, 0x79, 0x41, 0xd6, 0x18, 0xff, 0x8b, 0x05, + 0x32, 0xba, 0x0b, 0xa5, 0xc8, 0x6d, 0x91, 0xc5, 0x46, 0x43, 0xa8, 0xcd, 0x1f, 0x22, 0xbc, 0xc2, + 0x86, 0x24, 0x80, 0x63, 0x5a, 0xf6, 0x97, 0x0a, 0x00, 0x71, 0xbc, 0x9f, 0x5e, 0x9f, 0xb8, 0x94, + 0x52, 0xa8, 0x5e, 0xca, 0x50, 0xa8, 0xa2, 0x98, 0x60, 0x86, 0x36, 0x55, 0x0d, 0x53, 0xb1, 0xaf, + 0x61, 0x1a, 0x38, 0xca, 0x30, 0x2d, 0xc3, 0x74, 0x1c, 0xaf, 0xc8, 0x0c, 0xd7, 0xc6, 0xae, 0xcf, + 0x8d, 0x24, 0x10, 0xa7, 0xf1, 0x6d, 0x02, 0x17, 0x54, 0xd8, 0x16, 0x71, 0xa3, 0x31, 0xab, 0x6c, + 0x5d, 0x41, 0xdd, 0x63, 0x9c, 0x62, 0x8d, 0x71, 0x21, 0x57, 0x63, 0xfc, 0x53, 0x16, 0x9c, 0x4a, + 0xb6, 0xc3, 0xfc, 0x71, 0xbf, 0x68, 0xc1, 0x69, 0xa6, 0x37, 0x67, 0xad, 0xa6, 0xb5, 0xf4, 0x2f, + 0x76, 0x0d, 0x45, 0x93, 0xd3, 0xe3, 0x38, 0x06, 0xc6, 0x5a, 0x16, 0x69, 0x9c, 0xdd, 0xa2, 0xfd, + 0xef, 0x0b, 0x30, 0x9b, 0x17, 0xc3, 0x86, 0x39, 0x6d, 0x38, 0xf7, 0x6b, 0xbb, 0xe4, 0x9e, 0x30, + 0x8d, 0x8f, 0x9d, 0x36, 0x78, 0x31, 0x96, 0xf0, 0x64, 0xe8, 0xfe, 0x42, 0x9f, 0xa1, 0xfb, 0x77, + 0x60, 0xfa, 0xde, 0x0e, 0xf1, 0x6e, 0x7b, 0xa1, 0x13, 0xb9, 0xe1, 0x96, 0xcb, 0x74, 0xcc, 0x7c, + 0xdd, 0xbc, 0x22, 0x0d, 0xd8, 0xef, 0x26, 0x11, 0x0e, 0x0f, 0xe6, 0xcf, 0x19, 0x05, 0x71, 0x97, + 0xf9, 0x41, 0x82, 0xd3, 0x44, 0xd3, 0x99, 0x0f, 0x06, 0x1e, 0x61, 0xe6, 0x03, 0xfb, 0x8b, 0x16, + 0x9c, 0xcd, 0x4d, 0xba, 0x8a, 0x2e, 0xc3, 0x88, 0xd3, 0x76, 0xb9, 0x98, 0x5e, 0x1c, 0xa3, 0x4c, + 0x1c, 0x54, 0xad, 0x70, 0x21, 0xbd, 0x82, 0xaa, 0x74, 0xf3, 0x85, 0xdc, 0x74, 0xf3, 0x3d, 0xb3, + 0xc7, 0xdb, 0xdf, 0x67, 0x81, 0x70, 0x38, 0xed, 0xe3, 0xec, 0xfe, 0x14, 0x8c, 0xed, 0xa5, 0xb3, + 0x23, 0x5d, 0xc8, 0xf7, 0xc0, 0x15, 0x39, 0x91, 0x14, 0x43, 0x66, 0x64, 0x42, 0x32, 0x68, 0xd9, + 0x0d, 0x10, 0xd0, 0x32, 0x61, 0x42, 0xe8, 0xde, 0xbd, 0x79, 0x1e, 0xa0, 0xc1, 0x70, 0xb5, 0x9c, + 0xfd, 0xea, 0x66, 0x2e, 0x2b, 0x08, 0xd6, 0xb0, 0xec, 0x7f, 0x53, 0x80, 0x51, 0x99, 0x8d, 0xa7, + 0xe3, 0xf5, 0x23, 0x2a, 0x3a, 0x52, 0x7a, 0x4e, 0x74, 0x05, 0x4a, 0x4c, 0x96, 0x59, 0x8d, 0x25, + 0x6c, 0x4a, 0x92, 0xb0, 0x26, 0x01, 0x38, 0xc6, 0xa1, 0xbb, 0x28, 0xec, 0x6c, 0x32, 0xf4, 0x84, + 0x7b, 0x64, 0x8d, 0x17, 0x63, 0x09, 0x47, 0x9f, 0x80, 0x29, 0x5e, 0x2f, 0xf0, 0xdb, 0xce, 0x36, + 0xd7, 0x7f, 0x0c, 0xaa, 0x00, 0x0a, 0x53, 0x6b, 0x09, 0xd8, 0xe1, 0xc1, 0xfc, 0xa9, 0x64, 0x19, + 0x53, 0xec, 0xa5, 0xa8, 0x30, 0x33, 0x27, 0xde, 0x08, 0xdd, 0xfd, 0x29, 0xeb, 0xa8, 0x18, 0x84, + 0x75, 0x3c, 0xfb, 0xb3, 0x80, 0xd2, 0x79, 0x89, 0xd0, 0xeb, 0xdc, 0xb6, 0xd5, 0x0d, 0x48, 0xa3, + 0x9b, 0xa2, 0x4f, 0x0f, 0x13, 0x20, 0x3d, 0x9b, 0x78, 0x2d, 0xac, 0xea, 0xdb, 0xff, 0x6f, 0x11, + 0xa6, 0x92, 0xbe, 0xdc, 0xe8, 0x3a, 0x0c, 0x71, 0xd6, 0x43, 0x90, 0xef, 0x62, 0x47, 0xa2, 0x79, + 0x80, 0xb3, 0x43, 0x58, 0x70, 0x2f, 0xa2, 0x3e, 0x7a, 0x13, 0x46, 0x1b, 0xfe, 0x3d, 0xef, 0x9e, + 0x13, 0x34, 0x16, 0xab, 0x15, 0xb1, 0x9c, 0x33, 0x1f, 0xb6, 0xe5, 0x18, 0x4d, 0xf7, 0x2a, 0x67, + 0x3a, 0xd3, 0x18, 0x84, 0x75, 0x72, 0x68, 0x83, 0x05, 0x33, 0xdf, 0x72, 0xb7, 0xd7, 0x9c, 0x76, + 0x37, 0x47, 0x87, 0x65, 0x89, 0xa4, 0x51, 0x1e, 0x17, 0x11, 0xcf, 0x39, 0x00, 0xc7, 0x84, 0xd0, + 0xe7, 0x61, 0x26, 0xcc, 0x11, 0xb7, 0xe7, 0xa5, 0xa9, 0xeb, 0x26, 0x81, 0x5e, 0x7a, 0xec, 0xc1, + 0xc1, 0xfc, 0x4c, 0x96, 0x60, 0x3e, 0xab, 0x19, 0xfb, 0xc7, 0x4e, 0x81, 0xb1, 0x89, 0x8d, 0xac, + 0xa5, 0xd6, 0x31, 0x65, 0x2d, 0xc5, 0x30, 0x42, 0x5a, 0xed, 0x68, 0xbf, 0xec, 0x06, 0xdd, 0x72, + 0x86, 0xaf, 0x08, 0x9c, 0x34, 0x4d, 0x09, 0xc1, 0x8a, 0x4e, 0x76, 0x6a, 0xd9, 0xe2, 0x37, 0x30, + 0xb5, 0xec, 0xc0, 0x09, 0xa6, 0x96, 0x5d, 0x87, 0xe1, 0x6d, 0x37, 0xc2, 0xa4, 0xed, 0x0b, 0xa6, + 0x3f, 0x73, 0x1d, 0x5e, 0xe3, 0x28, 0xe9, 0x24, 0x86, 0x02, 0x80, 0x25, 0x11, 0xf4, 0xba, 0xda, + 0x81, 0x43, 0xf9, 0x0f, 0xf3, 0xb4, 0xc1, 0x43, 0xe6, 0x1e, 0x14, 0x09, 0x64, 0x87, 0x1f, 0x36, + 0x81, 0xec, 0xaa, 0x4c, 0xfb, 0x3a, 0x92, 0xef, 0x95, 0xc4, 0xb2, 0xba, 0xf6, 0x48, 0xf6, 0x7a, + 0x47, 0x4f, 0x95, 0x5b, 0xca, 0x3f, 0x09, 0x54, 0x16, 0xdc, 0x3e, 0x13, 0xe4, 0x7e, 0x9f, 0x05, + 0xa7, 0xdb, 0x59, 0x59, 0xa3, 0x85, 0x6d, 0xc0, 0x4b, 0x7d, 0x27, 0xa6, 0x36, 0x1a, 0x64, 0x32, + 0xb5, 0x4c, 0x34, 0x9c, 0xdd, 0x1c, 0x1d, 0xe8, 0x60, 0xb3, 0x21, 0x74, 0xd4, 0x17, 0x73, 0x32, + 0xed, 0x76, 0xc9, 0xaf, 0xbb, 0x91, 0x91, 0xd5, 0xf5, 0xfd, 0x79, 0x59, 0x5d, 0xfb, 0xce, 0xe5, + 0xfa, 0xba, 0xca, 0xb1, 0x3b, 0x9e, 0xbf, 0x94, 0x78, 0x06, 0xdd, 0x9e, 0x99, 0x75, 0x5f, 0x57, + 0x99, 0x75, 0xbb, 0x44, 0xaa, 0xe5, 0x79, 0x73, 0x7b, 0xe6, 0xd3, 0xd5, 0x72, 0xe2, 0x4e, 0x1e, + 0x4f, 0x4e, 0x5c, 0xe3, 0xaa, 0xe1, 0x69, 0x59, 0x9f, 0xe9, 0x71, 0xd5, 0x18, 0x74, 0xbb, 0x5f, + 0x36, 0x3c, 0xff, 0xef, 0xf4, 0x43, 0xe5, 0xff, 0xbd, 0xa3, 0xe7, 0xd3, 0x45, 0x3d, 0x12, 0xc6, + 0x52, 0xa4, 0x3e, 0xb3, 0xe8, 0xde, 0xd1, 0x2f, 0xc0, 0x99, 0x7c, 0xba, 0xea, 0x9e, 0x4b, 0xd3, + 0xcd, 0xbc, 0x02, 0x53, 0xd9, 0x79, 0x4f, 0x9d, 0x4c, 0x76, 0xde, 0xd3, 0xc7, 0x9e, 0x9d, 0xf7, + 0xcc, 0x09, 0x64, 0xe7, 0x7d, 0xec, 0x04, 0xb3, 0xf3, 0xde, 0x61, 0x06, 0x35, 0x3c, 0x6c, 0x8f, + 0x88, 0xac, 0x9b, 0x1d, 0xc5, 0x35, 0x2b, 0xb6, 0x0f, 0xff, 0x38, 0x05, 0xc2, 0x31, 0xa9, 0x8c, + 0xac, 0xbf, 0xb3, 0x8f, 0x20, 0xeb, 0xef, 0x7a, 0x9c, 0xf5, 0xf7, 0x6c, 0xfe, 0x54, 0x67, 0xb8, + 0x60, 0xe4, 0xe4, 0xfa, 0xbd, 0xa3, 0xe7, 0xe8, 0x7d, 0xbc, 0x8b, 0xd6, 0x24, 0x4b, 0xf0, 0xd8, + 0x25, 0x33, 0xef, 0x6b, 0x3c, 0x33, 0xef, 0x13, 0xf9, 0x27, 0x79, 0xf2, 0xba, 0x33, 0xf2, 0xf1, + 0xd2, 0x7e, 0xa9, 0x18, 0x8e, 0x2c, 0x86, 0x70, 0x4e, 0xbf, 0x54, 0x10, 0xc8, 0x74, 0xbf, 0x14, + 0x08, 0xc7, 0xa4, 0xec, 0x1f, 0x28, 0xc0, 0xf9, 0xee, 0xfb, 0x2d, 0x96, 0xa6, 0x56, 0x63, 0x25, + 0x72, 0x42, 0x9a, 0xca, 0xdf, 0x6c, 0x31, 0x56, 0xdf, 0x21, 0xe9, 0xae, 0xc1, 0xb4, 0xf2, 0xdd, + 0x68, 0xba, 0xf5, 0xfd, 0xf5, 0xf8, 0xe5, 0xab, 0xfc, 0xdd, 0x6b, 0x49, 0x04, 0x9c, 0xae, 0x83, + 0x16, 0x61, 0xd2, 0x28, 0xac, 0x94, 0xc5, 0xdb, 0x4c, 0x89, 0x6f, 0x6b, 0x26, 0x18, 0x27, 0xf1, + 0xed, 0x2f, 0x5b, 0xf0, 0x58, 0x4e, 0x5a, 0xbb, 0xbe, 0x23, 0xae, 0x6d, 0xc1, 0x64, 0xdb, 0xac, + 0xda, 0x23, 0x48, 0xa4, 0x91, 0x3c, 0x4f, 0xf5, 0x35, 0x01, 0xc0, 0x49, 0xa2, 0xf6, 0xcf, 0x14, + 0xe0, 0x5c, 0x57, 0x63, 0x44, 0x84, 0xe1, 0xcc, 0x76, 0x2b, 0x74, 0x96, 0x03, 0xd2, 0x20, 0x5e, + 0xe4, 0x3a, 0xcd, 0x5a, 0x9b, 0xd4, 0x35, 0x79, 0x38, 0xb3, 0xea, 0xbb, 0xb6, 0x56, 0x5b, 0x4c, + 0x63, 0xe0, 0x9c, 0x9a, 0x68, 0x15, 0x50, 0x1a, 0x22, 0x66, 0x98, 0x45, 0xa3, 0x4e, 0xd3, 0xc3, + 0x19, 0x35, 0xd0, 0x47, 0x60, 0x5c, 0x19, 0x39, 0x6a, 0x33, 0xce, 0x0e, 0x76, 0xac, 0x03, 0xb0, + 0x89, 0x87, 0xae, 0xf2, 0x70, 0xe6, 0x22, 0xf0, 0xbd, 0x10, 0x9e, 0x4f, 0xca, 0x58, 0xe5, 0xa2, + 0x18, 0xeb, 0x38, 0x4b, 0x97, 0x7f, 0xe3, 0x0f, 0xce, 0xbf, 0xef, 0xb7, 0xfe, 0xe0, 0xfc, 0xfb, + 0x7e, 0xf7, 0x0f, 0xce, 0xbf, 0xef, 0xbb, 0x1e, 0x9c, 0xb7, 0x7e, 0xe3, 0xc1, 0x79, 0xeb, 0xb7, + 0x1e, 0x9c, 0xb7, 0x7e, 0xf7, 0xc1, 0x79, 0xeb, 0xf7, 0x1f, 0x9c, 0xb7, 0xbe, 0xf4, 0x87, 0xe7, + 0xdf, 0xf7, 0xa9, 0xc2, 0xde, 0xd5, 0xff, 0x13, 0x00, 0x00, 0xff, 0xff, 0x11, 0xbd, 0x2b, 0x2b, + 0x30, 0x04, 0x01, 0x00, } func (m *AWSElasticBlockStoreVolumeSource) Marshal() (dAtA []byte, err error) { @@ -13152,6 +13154,18 @@ func (m *PersistentVolumeClaimSpec) MarshalToSizedBuffer(dAtA []byte) (int, erro _ = i var l int _ = l + if m.DataSourceRef != nil { + { + size, err := m.DataSourceRef.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x42 + } if m.DataSource != nil { { size, err := m.DataSource.MarshalToSizedBuffer(dAtA[:i]) @@ -21742,6 +21756,10 @@ func (m *PersistentVolumeClaimSpec) Size() (n int) { l = m.DataSource.Size() n += 1 + l + sovGenerated(uint64(l)) } + if m.DataSourceRef != nil { + l = m.DataSourceRef.Size() + n += 1 + l + sovGenerated(uint64(l)) + } return n } @@ -25770,6 +25788,7 @@ func (this *PersistentVolumeClaimSpec) String() string { `StorageClassName:` + valueToStringGenerated(this.StorageClassName) + `,`, `VolumeMode:` + valueToStringGenerated(this.VolumeMode) + `,`, `DataSource:` + strings.Replace(this.DataSource.String(), "TypedLocalObjectReference", "TypedLocalObjectReference", 1) + `,`, + `DataSourceRef:` + strings.Replace(this.DataSourceRef.String(), "TypedLocalObjectReference", "TypedLocalObjectReference", 1) + `,`, `}`, }, "") return s @@ -47409,6 +47428,42 @@ func (m *PersistentVolumeClaimSpec) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex + case 8: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field DataSourceRef", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.DataSourceRef == nil { + m.DataSourceRef = &TypedLocalObjectReference{} + } + if err := m.DataSourceRef.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipGenerated(dAtA[iNdEx:]) diff --git a/staging/src/k8s.io/api/core/v1/generated.proto b/staging/src/k8s.io/api/core/v1/generated.proto index c2f66dd2196..87c0ab6290c 100644 --- a/staging/src/k8s.io/api/core/v1/generated.proto +++ b/staging/src/k8s.io/api/core/v1/generated.proto @@ -2679,13 +2679,32 @@ message PersistentVolumeClaimSpec { // This field can be used to specify either: // * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot) // * An existing PVC (PersistentVolumeClaim) - // * An existing custom resource that implements data population (Alpha) - // In order to use custom resource types that implement data population, - // the AnyVolumeDataSource feature gate must be enabled. // If the provisioner or an external controller can support the specified data source, // it will create a new volume based on the contents of the specified data source. + // If the AnyVolumeDataSource feature gate is enabled, this field will always have + // the same contents as the DataSourceRef field. // +optional optional TypedLocalObjectReference dataSource = 7; + + // Specifies the object from which to populate the volume with data, if a non-empty + // volume is desired. This may be any local object from a non-empty API group (non + // core object) or a PersistentVolumeClaim object. + // When this field is specified, volume binding will only succeed if the type of + // the specified object matches some installed volume populator or dynamic + // provisioner. + // This field will replace the functionality of the DataSource field and as such + // if both fields are non-empty, they must have the same value. For backwards + // compatibility, both fields (DataSource and DataSourceRef) will be set to the same + // value automatically if one of them is empty and the other is non-empty. + // There are two important differences between DataSource and DataSourceRef: + // * While DataSource only allows two specific types of objects, DataSourceRef + // allows any non-core object, as well as PersistentVolumeClaim objects. + // * While DataSource ignores disallowed values (dropping them), DataSourceRef + // preserves all values, and generates an error if a disallowed value is + // specified. + // (Alpha) Using this field requires the AnyVolumeDataSource feature gate to be enabled. + // +optional + optional TypedLocalObjectReference dataSourceRef = 8; } // PersistentVolumeClaimStatus is the current status of a persistent volume claim. diff --git a/staging/src/k8s.io/api/core/v1/types.go b/staging/src/k8s.io/api/core/v1/types.go index 3f6a6211b21..1a30849b322 100644 --- a/staging/src/k8s.io/api/core/v1/types.go +++ b/staging/src/k8s.io/api/core/v1/types.go @@ -492,13 +492,31 @@ type PersistentVolumeClaimSpec struct { // This field can be used to specify either: // * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot) // * An existing PVC (PersistentVolumeClaim) - // * An existing custom resource that implements data population (Alpha) - // In order to use custom resource types that implement data population, - // the AnyVolumeDataSource feature gate must be enabled. // If the provisioner or an external controller can support the specified data source, // it will create a new volume based on the contents of the specified data source. + // If the AnyVolumeDataSource feature gate is enabled, this field will always have + // the same contents as the DataSourceRef field. // +optional DataSource *TypedLocalObjectReference `json:"dataSource,omitempty" protobuf:"bytes,7,opt,name=dataSource"` + // Specifies the object from which to populate the volume with data, if a non-empty + // volume is desired. This may be any local object from a non-empty API group (non + // core object) or a PersistentVolumeClaim object. + // When this field is specified, volume binding will only succeed if the type of + // the specified object matches some installed volume populator or dynamic + // provisioner. + // This field will replace the functionality of the DataSource field and as such + // if both fields are non-empty, they must have the same value. For backwards + // compatibility, both fields (DataSource and DataSourceRef) will be set to the same + // value automatically if one of them is empty and the other is non-empty. + // There are two important differences between DataSource and DataSourceRef: + // * While DataSource only allows two specific types of objects, DataSourceRef + // allows any non-core object, as well as PersistentVolumeClaim objects. + // * While DataSource ignores disallowed values (dropping them), DataSourceRef + // preserves all values, and generates an error if a disallowed value is + // specified. + // (Alpha) Using this field requires the AnyVolumeDataSource feature gate to be enabled. + // +optional + DataSourceRef *TypedLocalObjectReference `json:"dataSourceRef,omitempty" protobuf:"bytes,8,opt,name=dataSourceRef"` } // PersistentVolumeClaimConditionType is a valid value of PersistentVolumeClaimCondition.Type diff --git a/staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go b/staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go index f29297985f8..4df8e1299a7 100644 --- a/staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go +++ b/staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go @@ -1301,7 +1301,8 @@ var map_PersistentVolumeClaimSpec = map[string]string{ "volumeName": "VolumeName is the binding reference to the PersistentVolume backing this claim.", "storageClassName": "Name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1", "volumeMode": "volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec.", - "dataSource": "This field can be used to specify either: * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot) * An existing PVC (PersistentVolumeClaim) * An existing custom resource that implements data population (Alpha) In order to use custom resource types that implement data population, the AnyVolumeDataSource feature gate must be enabled. If the provisioner or an external controller can support the specified data source, it will create a new volume based on the contents of the specified data source.", + "dataSource": "This field can be used to specify either: * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot) * An existing PVC (PersistentVolumeClaim) If the provisioner or an external controller can support the specified data source, it will create a new volume based on the contents of the specified data source. If the AnyVolumeDataSource feature gate is enabled, this field will always have the same contents as the DataSourceRef field.", + "dataSourceRef": "Specifies the object from which to populate the volume with data, if a non-empty volume is desired. This may be any local object from a non-empty API group (non core object) or a PersistentVolumeClaim object. When this field is specified, volume binding will only succeed if the type of the specified object matches some installed volume populator or dynamic provisioner. This field will replace the functionality of the DataSource field and as such if both fields are non-empty, they must have the same value. For backwards compatibility, both fields (DataSource and DataSourceRef) will be set to the same value automatically if one of them is empty and the other is non-empty. There are two important differences between DataSource and DataSourceRef: * While DataSource only allows two specific types of objects, DataSourceRef\n allows any non-core object, as well as PersistentVolumeClaim objects.\n* While DataSource ignores disallowed values (dropping them), DataSourceRef\n preserves all values, and generates an error if a disallowed value is\n specified.\n(Alpha) Using this field requires the AnyVolumeDataSource feature gate to be enabled.", } func (PersistentVolumeClaimSpec) SwaggerDoc() map[string]string { diff --git a/staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go b/staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go index 7cc563171c5..ff660ae2758 100644 --- a/staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go +++ b/staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go @@ -2934,6 +2934,11 @@ func (in *PersistentVolumeClaimSpec) DeepCopyInto(out *PersistentVolumeClaimSpec *out = new(TypedLocalObjectReference) (*in).DeepCopyInto(*out) } + if in.DataSourceRef != nil { + in, out := &in.DataSourceRef, &out.DataSourceRef + *out = new(TypedLocalObjectReference) + (*in).DeepCopyInto(*out) + } return } 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 7d952f77cd1..05243a0eb26 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 @@ -442,6 +442,11 @@ "apiGroup": "175", "kind": "176", "name": "177" + }, + "dataSourceRef": { + "apiGroup": "178", + "kind": "179", + "name": "180" } } } @@ -450,59 +455,59 @@ ], "initContainers": [ { - "name": "178", - "image": "179", + "name": "181", + "image": "182", "command": [ - "180" + "183" ], "args": [ - "181" + "184" ], - "workingDir": "182", + "workingDir": "185", "ports": [ { - "name": "183", - "hostPort": -1981710234, - "containerPort": -1109619518, - "protocol": "ĺ}潷ʒ胵輓Ɔȓ蹣ɐǛv+8Ƥ熪", - "hostIP": "184" + "name": "186", + "hostPort": 852780575, + "containerPort": -1252938503, + "protocol": "Opwǩ曬逴褜1ØœȠƬQg鄠", + "hostIP": "187" } ], "envFrom": [ { - "prefix": "185", + "prefix": "188", "configMapRef": { - "name": "186", - "optional": true + "name": "189", + "optional": false }, "secretRef": { - "name": "187", - "optional": true + "name": "190", + "optional": false } } ], "env": [ { - "name": "188", - "value": "189", + "name": "191", + "value": "192", "valueFrom": { "fieldRef": { - "apiVersion": "190", - "fieldPath": "191" + "apiVersion": "193", + "fieldPath": "194" }, "resourceFieldRef": { - "containerName": "192", - "resource": "193", - "divisor": "617" + "containerName": "195", + "resource": "196", + "divisor": "139" }, "configMapKeyRef": { - "name": "194", - "key": "195", - "optional": false + "name": "197", + "key": "198", + "optional": true }, "secretKeyRef": { - "name": "196", - "key": "197", + "name": "199", + "key": "200", "optional": false } } @@ -510,255 +515,254 @@ ], "resources": { "limits": { - "朷Ǝ膯ljVX1虊谇": "279" + "LĹ]佱¿\u003e犵殇ŕ-Ɂ圯W:ĸ輦唊": "807" }, "requests": { - "圯W:ĸ輦唊#v铿ʩȂ4ē鐭#嬀": "918" + "嚧ʣq埄": "936" } }, "volumeMounts": [ { - "name": "198", - "mountPath": "199", - "subPath": "200", - "mountPropagation": "ó藢xɮĵȑ6L*", - "subPathExpr": "201" + "name": "201", + "mountPath": "202", + "subPath": "203", + "mountPropagation": "#嬀ơŸ8T 苧yñKJɐ扵Gƚ绤f", + "subPathExpr": "204" } ], "volumeDevices": [ { - "name": "202", - "devicePath": "203" + "name": "205", + "devicePath": "206" } ], "livenessProbe": { "exec": { "command": [ - "204" + "207" ] }, "httpGet": { - "path": "205", - "port": "206", - "host": "207", - "scheme": "fʀļ腩墺Ò媁荭gw忊", + "path": "208", + "port": "209", + "host": "210", + "scheme": "u|榝$î.Ȏ蝪ʜ5遰=E埄Ȁ", "httpHeaders": [ { - "name": "208", - "value": "209" + "name": "211", + "value": "212" } ] }, "tcpSocket": { - "port": -1761398388, - "host": "210" + "port": 1714588921, + "host": "213" }, - "initialDelaySeconds": -1532958330, - "timeoutSeconds": -438588982, - "periodSeconds": 1004325340, - "successThreshold": -1313320434, - "failureThreshold": 14304392, - "terminationGracePeriodSeconds": 2001337664780390084 + "initialDelaySeconds": -1246371817, + "timeoutSeconds": 617318981, + "periodSeconds": 432291364, + "successThreshold": 676578360, + "failureThreshold": -552281772, + "terminationGracePeriodSeconds": -2910346974754087949 }, "readinessProbe": { "exec": { "command": [ - "211" + "214" ] }, "httpGet": { - "path": "212", - "port": -614161319, - "host": "213", - "scheme": "Ȩ\u003c6鄰簳°Ļǟi\u0026", + "path": "215", + "port": 656200799, + "host": "216", "httpHeaders": [ { - "name": "214", - "value": "215" + "name": "217", + "value": "218" } ] }, "tcpSocket": { - "port": "216", - "host": "217" + "port": "219", + "host": "220" }, - "initialDelaySeconds": 233282513, - "timeoutSeconds": -518330919, - "periodSeconds": 1313273370, - "successThreshold": -1296830577, - "failureThreshold": -1314967760, - "terminationGracePeriodSeconds": 5043322816247327651 + "initialDelaySeconds": -2165496, + "timeoutSeconds": -1778952574, + "periodSeconds": 1386255869, + "successThreshold": -778272981, + "failureThreshold": 2056774277, + "terminationGracePeriodSeconds": -9219895030215397584 }, "startupProbe": { "exec": { "command": [ - "218" + "221" ] }, "httpGet": { - "path": "219", - "port": "220", - "host": "221", - "scheme": "队偯J僳徥淳4揻", + "path": "222", + "port": "223", + "host": "224", + "scheme": "鬶l獕;跣Hǝcw", "httpHeaders": [ { - "name": "222", - "value": "223" + "name": "225", + "value": "226" } ] }, "tcpSocket": { - "port": 878005329, - "host": "224" + "port": -374766088, + "host": "227" }, - "initialDelaySeconds": -1244119841, - "timeoutSeconds": 1235694147, - "periodSeconds": 348370746, - "successThreshold": 468369166, - "failureThreshold": 1909548849, - "terminationGracePeriodSeconds": 6410850623145248813 + "initialDelaySeconds": -736151561, + "timeoutSeconds": -1515369804, + "periodSeconds": -1856061695, + "successThreshold": 1868683352, + "failureThreshold": -1137436579, + "terminationGracePeriodSeconds": 8876559635423161004 }, "lifecycle": { "postStart": { "exec": { "command": [ - "225" + "228" ] }, "httpGet": { - "path": "226", - "port": "227", - "host": "228", - "scheme": "鰔澝qV訆ƎżŧL²sNƗ¸", + "path": "229", + "port": "230", + "host": "231", + "scheme": "ŕĪĠM蘇KŅ/»頸+SÄ蚃ɣ", "httpHeaders": [ { - "name": "229", - "value": "230" + "name": "232", + "value": "233" } ] }, "tcpSocket": { - "port": "231", - "host": "232" + "port": 1993268896, + "host": "234" } }, "preStop": { "exec": { "command": [ - "233" + "235" ] }, "httpGet": { - "path": "234", - "port": "235", - "host": "236", - "scheme": "δ摖", + "path": "236", + "port": "237", + "host": "238", + "scheme": "ƿ頀\"冓鍓贯澔 ", "httpHeaders": [ { - "name": "237", - "value": "238" + "name": "239", + "value": "240" } ] }, "tcpSocket": { - "port": "239", - "host": "240" + "port": "241", + "host": "242" } } }, - "terminationMessagePath": "241", - "terminationMessagePolicy": "_\u003cǬëJ橈'琕鶫:顇ə娯Ȱ", - "imagePullPolicy": "ǵɐ鰥Z", + "terminationMessagePath": "243", + "terminationMessagePolicy": "6Ɖ飴ɎiǨź'", + "imagePullPolicy": "{屿oiɥ嵐sC8?Ǻ", "securityContext": { "capabilities": { "add": [ - "DÒȗÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ" + ";Nŕ璻Jih亏yƕ丆録²Ŏ" ], "drop": [ - "H鯂²静ƲǦŐnj汰8ŕİi騎C\"6" + "/灩聋3趐囨鏻砅邻爥蹔ŧOǨ繫" ] }, - "privileged": false, + "privileged": true, "seLinuxOptions": { - "user": "242", - "role": "243", - "type": "244", - "level": "245" + "user": "244", + "role": "245", + "type": "246", + "level": "247" }, "windowsOptions": { - "gmsaCredentialSpecName": "246", - "gmsaCredentialSpec": "247", - "runAsUserName": "248", + "gmsaCredentialSpecName": "248", + "gmsaCredentialSpec": "249", + "runAsUserName": "250", "hostProcess": true }, - "runAsUser": -7299434051955863644, - "runAsGroup": 4041264710404335706, - "runAsNonRoot": false, + "runAsUser": 4041264710404335706, + "runAsGroup": 6453802934472477147, + "runAsNonRoot": true, "readOnlyRootFilesystem": true, "allowPrivilegeEscalation": true, - "procMount": "ȹ均i绝5哇芆斩ìh4Ɋ", + "procMount": "šeSvEȤƏ埮pɵ{WOŭW灬pȭ", "seccompProfile": { - "type": "Ȗ|ʐşƧ諔迮ƙIJ嘢4", - "localhostProfile": "249" + "type": "V擭銆j", + "localhostProfile": "251" } } } ], "containers": [ { - "name": "250", - "image": "251", + "name": "252", + "image": "253", "command": [ - "252" + "254" ], "args": [ - "253" + "255" ], - "workingDir": "254", + "workingDir": "256", "ports": [ { - "name": "255", - "hostPort": 1540899353, - "containerPort": -1330095135, - "protocol": " 鞤ɱďW賁Ěɭɪǹ0衷,ƷƣMț譎", - "hostIP": "256" + "name": "257", + "hostPort": -1408385387, + "containerPort": -1225881740, + "protocol": "撑¼蠾8餑噭", + "hostIP": "258" } ], "envFrom": [ { - "prefix": "257", + "prefix": "259", "configMapRef": { - "name": "258", - "optional": false + "name": "260", + "optional": true }, "secretRef": { - "name": "259", + "name": "261", "optional": false } } ], "env": [ { - "name": "260", - "value": "261", + "name": "262", + "value": "263", "valueFrom": { "fieldRef": { - "apiVersion": "262", - "fieldPath": "263" + "apiVersion": "264", + "fieldPath": "265" }, "resourceFieldRef": { - "containerName": "264", - "resource": "265", - "divisor": "293" + "containerName": "266", + "resource": "267", + "divisor": "834" }, "configMapKeyRef": { - "name": "266", - "key": "267", + "name": "268", + "key": "269", "optional": true }, "secretKeyRef": { - "name": "268", - "key": "269", + "name": "270", + "key": "271", "optional": false } } @@ -766,514 +770,512 @@ ], "resources": { "limits": { - "9崍": "210" + "n(fǂǢ曣ŋayåe躒訙Ǫ": "12" }, "requests": { - ")ǂť嗆u8晲T[irȎ3Ĕ\\ɢX鰨松": "775" + "(娕uE增猍": "264" } }, "volumeMounts": [ { - "name": "270", - "readOnly": true, - "mountPath": "271", - "subPath": "272", - "mountPropagation": "ʠɜ瞍阎lğ Ņ", - "subPathExpr": "273" + "name": "272", + "mountPath": "273", + "subPath": "274", + "mountPropagation": "irȎ3Ĕ\\ɢX鰨松", + "subPathExpr": "275" } ], "volumeDevices": [ { - "name": "274", - "devicePath": "275" + "name": "276", + "devicePath": "277" } ], "livenessProbe": { "exec": { "command": [ - "276" + "278" ] }, "httpGet": { - "path": "277", - "port": 1866529638, - "host": "278", - "scheme": "Ŕ瘍Nʊ輔3璾ėȜv1b繐汚磉反-n", + "path": "279", + "port": "280", + "host": "281", + "scheme": "ɜ瞍阎lğ Ņ#耗Ǚ(", "httpHeaders": [ { - "name": "279", - "value": "280" + "name": "282", + "value": "283" } ] }, "tcpSocket": { - "port": 638012651, - "host": "281" + "port": 317211081, + "host": "284" }, - "initialDelaySeconds": -1161185537, - "timeoutSeconds": 1928937303, - "periodSeconds": 1611386356, - "successThreshold": 821341581, - "failureThreshold": 240657401, - "terminationGracePeriodSeconds": 7806703309589874498 + "initialDelaySeconds": -1934305215, + "timeoutSeconds": -655359985, + "periodSeconds": 875971520, + "successThreshold": 161338049, + "failureThreshold": 65094252, + "terminationGracePeriodSeconds": -6831592407095063988 }, "readinessProbe": { "exec": { "command": [ - "282" + "285" ] }, "httpGet": { - "path": "283", - "port": "284", - "host": "285", - "scheme": "Ik(dŊiɢzĮ蛋I", + "path": "286", + "port": -2126891601, + "host": "287", + "scheme": "l}Ñ蠂Ü[ƛ^輅9ɛ棕", "httpHeaders": [ { - "name": "286", - "value": "287" + "name": "288", + "value": "289" } ] }, "tcpSocket": { - "port": "288", - "host": "289" + "port": "290", + "host": "291" }, - "initialDelaySeconds": 571693619, - "timeoutSeconds": 1643238856, - "periodSeconds": -2028546276, - "successThreshold": -2128305760, - "failureThreshold": 1605974497, - "terminationGracePeriodSeconds": 2002344837004307079 + "initialDelaySeconds": 1660454722, + "timeoutSeconds": -1317234078, + "periodSeconds": -1347045470, + "successThreshold": 1169580662, + "failureThreshold": 404234347, + "terminationGracePeriodSeconds": 8560122250231719622 }, "startupProbe": { "exec": { "command": [ - "290" + "292" ] }, "httpGet": { - "path": "291", - "port": "292", - "host": "293", - "scheme": "奼[ƕƑĝ®EĨǔvÄÚ×p鬷m罂", + "path": "293", + "port": "294", + "host": "295", + "scheme": "ǚŜEuEy竬ʆɞ", "httpHeaders": [ { - "name": "294", - "value": "295" + "name": "296", + "value": "297" } ] }, "tcpSocket": { - "port": -1894647727, - "host": "296" + "port": "298", + "host": "299" }, - "initialDelaySeconds": 235623869, - "timeoutSeconds": 564558594, - "periodSeconds": -505848936, - "successThreshold": -1819021257, - "failureThreshold": 1447314009, - "terminationGracePeriodSeconds": -7637760856622746738 + "initialDelaySeconds": 336252010, + "timeoutSeconds": 677650619, + "periodSeconds": 930785927, + "successThreshold": 1624098740, + "failureThreshold": 1419787816, + "terminationGracePeriodSeconds": -506227444233847191 }, "lifecycle": { "postStart": { "exec": { "command": [ - "297" + "300" ] }, "httpGet": { - "path": "298", - "port": 466267060, - "host": "299", - "scheme": "wy¶熀ďJZ漤ŗ坟Ů\u003cy鯶縆ł", + "path": "301", + "port": "302", + "host": "303", + "scheme": "ĝ®EĨǔvÄÚ×p鬷", "httpHeaders": [ { - "name": "300", - "value": "301" + "name": "304", + "value": "305" } ] }, "tcpSocket": { - "port": "302", - "host": "303" + "port": 1673908530, + "host": "306" } }, "preStop": { "exec": { "command": [ - "304" + "307" ] }, "httpGet": { - "path": "305", - "port": "306", - "host": "307", - "scheme": "Ē3Nh×DJɶ羹ƞʓ%ʝ", + "path": "308", + "port": "309", + "host": "310", + "scheme": "żLj捲攻xƂ9阠$嬏wy¶熀", "httpHeaders": [ { - "name": "308", - "value": "309" + "name": "311", + "value": "312" } ] }, "tcpSocket": { - "port": "310", - "host": "311" + "port": -1912967242, + "host": "313" } } }, - "terminationMessagePath": "312", - "terminationMessagePolicy": "躌ñ?卶滿筇ȟP:/a", - "imagePullPolicy": ".wȏâ磠Ƴ崖S«V¯ÁȦtl敷斢", + "terminationMessagePath": "314", + "terminationMessagePolicy": "漤ŗ坟", + "imagePullPolicy": "-紑浘牬釼aTGÒ鵌", "securityContext": { "capabilities": { "add": [ - "鯀1'鸔ɧWǘ炙B餸硷张q櫞繡旹翃" + "Nh×DJɶ羹ƞʓ%ʝ`ǭ" ], "drop": [ - "氒ĺʈʫ羶剹ƊF豎穜姰l咑耖p^鏋蛹" + "ñ?卶滿筇ȟP:/a" ] }, "privileged": false, "seLinuxOptions": { - "user": "313", - "role": "314", - "type": "315", - "level": "316" + "user": "315", + "role": "316", + "type": "317", + "level": "318" }, "windowsOptions": { - "gmsaCredentialSpecName": "317", - "gmsaCredentialSpec": "318", - "runAsUserName": "319", - "hostProcess": true + "gmsaCredentialSpecName": "319", + "gmsaCredentialSpec": "320", + "runAsUserName": "321", + "hostProcess": false }, - "runAsUser": -1286199491017539507, - "runAsGroup": -6292316479661489180, + "runAsUser": 308757565294839546, + "runAsGroup": 5797412715505520759, "runAsNonRoot": false, - "readOnlyRootFilesystem": false, + "readOnlyRootFilesystem": true, "allowPrivilegeEscalation": false, - "procMount": "cx赮ǒđ\u003e*劶?j", + "procMount": "ð仁Q橱9ij\\Ď愝Ű藛b磾sY", "seccompProfile": { - "type": "ĭ¥#ƱÁR", - "localhostProfile": "320" + "type": "繽敮ǰ詀ǿ忀oɎƺ", + "localhostProfile": "322" } }, - "stdin": true, "tty": true } ], "ephemeralContainers": [ { - "name": "321", - "image": "322", + "name": "323", + "image": "324", "command": [ - "323" + "325" ], "args": [ - "324" + "326" ], - "workingDir": "325", + "workingDir": "327", "ports": [ { - "name": "326", - "hostPort": 2032588794, - "containerPort": -1371690155, - "protocol": "G昧牱fsǕT衩kƒK07曳wœj堑", - "hostIP": "327" + "name": "328", + "hostPort": 788093377, + "containerPort": -557687916, + "protocol": "_敕", + "hostIP": "329" } ], "envFrom": [ { - "prefix": "328", + "prefix": "330", "configMapRef": { - "name": "329", + "name": "331", "optional": true }, "secretRef": { - "name": "330", + "name": "332", "optional": false } } ], "env": [ { - "name": "331", - "value": "332", + "name": "333", + "value": "334", "valueFrom": { "fieldRef": { - "apiVersion": "333", - "fieldPath": "334" + "apiVersion": "335", + "fieldPath": "336" }, "resourceFieldRef": { - "containerName": "335", - "resource": "336", - "divisor": "473" + "containerName": "337", + "resource": "338", + "divisor": "971" }, "configMapKeyRef": { - "name": "337", - "key": "338", - "optional": false - }, - "secretKeyRef": { "name": "339", "key": "340", "optional": true + }, + "secretKeyRef": { + "name": "341", + "key": "342", + "optional": true } } } ], "resources": { "limits": { - "盌3+Œ": "752" + "湷D谹気Ƀ秮òƬɸĻo:{": "523" }, "requests": { - ")Zq=歍þ": "759" + "赮ǒđ\u003e*劶?jĎĭ¥#ƱÁR»": "929" } }, "volumeMounts": [ { - "name": "341", - "mountPath": "342", - "subPath": "343", - "mountPropagation": "讅缔m葰賦迾娙ƴ4虵p", - "subPathExpr": "344" + "name": "343", + "readOnly": true, + "mountPath": "344", + "subPath": "345", + "mountPropagation": "|ǓÓ敆OɈÏ 瞍髃", + "subPathExpr": "346" } ], "volumeDevices": [ { - "name": "345", - "devicePath": "346" + "name": "347", + "devicePath": "348" } ], "livenessProbe": { "exec": { "command": [ - "347" + "349" ] }, "httpGet": { - "path": "348", - "port": 1034835933, - "host": "349", - "scheme": "O虀^背遻堣灭ƴɦ燻踸陴", + "path": "350", + "port": "351", + "host": "352", + "scheme": "07曳wœj堑ūM鈱ɖ'蠨", "httpHeaders": [ { - "name": "350", - "value": "351" + "name": "353", + "value": "354" } ] }, "tcpSocket": { - "port": -1744546613, - "host": "352" + "port": "355", + "host": "356" }, - "initialDelaySeconds": 650448405, - "timeoutSeconds": 1943254244, - "periodSeconds": -168773629, - "successThreshold": 2068592383, - "failureThreshold": 1566765016, - "terminationGracePeriodSeconds": -1112599546012453731 + "initialDelaySeconds": -242798806, + "timeoutSeconds": -1940800545, + "periodSeconds": 681004793, + "successThreshold": 2002666266, + "failureThreshold": -2033879721, + "terminationGracePeriodSeconds": -4409241678312226730 }, "readinessProbe": { "exec": { "command": [ - "353" + "357" ] }, "httpGet": { - "path": "354", - "port": "355", - "host": "356", - "scheme": "b轫ʓ滨ĖRh}颉hȱɷȰW", + "path": "358", + "port": 279062028, + "host": "359", + "scheme": "Byß讪Ă2讅缔m葰賦迾娙ƴ4虵p", "httpHeaders": [ { - "name": "357", - "value": "358" + "name": "360", + "value": "361" } ] }, "tcpSocket": { - "port": "359", - "host": "360" + "port": -943058206, + "host": "362" }, - "initialDelaySeconds": 636493142, - "timeoutSeconds": -192358697, - "periodSeconds": 420595064, - "successThreshold": 1195176401, - "failureThreshold": 902204699, - "terminationGracePeriodSeconds": 9196919020604133323 + "initialDelaySeconds": 725557531, + "timeoutSeconds": -703127031, + "periodSeconds": 741667779, + "successThreshold": -381344241, + "failureThreshold": -2122876628, + "terminationGracePeriodSeconds": 2700145646260085226 }, "startupProbe": { "exec": { "command": [ - "361" + "363" ] }, "httpGet": { - "path": "362", - "port": "363", - "host": "364", - "scheme": "y#t(ȗŜŲ\u0026", + "path": "364", + "port": "365", + "host": "366", + "scheme": "thp像-", "httpHeaders": [ { - "name": "365", - "value": "366" + "name": "367", + "value": "368" } ] }, "tcpSocket": { - "port": 1387858949, - "host": "367" + "port": "369", + "host": "370" }, - "initialDelaySeconds": 156368232, - "timeoutSeconds": -815239246, - "periodSeconds": 44612600, - "successThreshold": -688929182, - "failureThreshold": -1222486879, - "terminationGracePeriodSeconds": 6543873941346781273 + "initialDelaySeconds": 1589417286, + "timeoutSeconds": 445878206, + "periodSeconds": 1874051321, + "successThreshold": -500012714, + "failureThreshold": 1762917570, + "terminationGracePeriodSeconds": 4794571970514469019 }, "lifecycle": { "postStart": { "exec": { "command": [ - "368" + "371" ] }, "httpGet": { - "path": "369", - "port": 1176168596, - "host": "370", - "scheme": "轪d覉;Ĕ", + "path": "372", + "port": "373", + "host": "374", + "scheme": "b轫ʓ滨ĖRh}颉hȱɷȰW", "httpHeaders": [ { - "name": "371", - "value": "372" + "name": "375", + "value": "376" } ] }, "tcpSocket": { - "port": "373", - "host": "374" + "port": "377", + "host": "378" } }, "preStop": { "exec": { "command": [ - "375" + "379" ] }, "httpGet": { - "path": "376", - "port": "377", - "host": "378", - "scheme": "ʦŊĊ娮", + "path": "380", + "port": -1743587482, + "host": "381", "httpHeaders": [ { - "name": "379", - "value": "380" + "name": "382", + "value": "383" } ] }, "tcpSocket": { - "port": "381", - "host": "382" + "port": 858034123, + "host": "384" } } }, - "terminationMessagePath": "383", - "terminationMessagePolicy": "Ź黷`嵐;Ƭ婦d%蹶/ʗp壥Ƥ揤郡ɑ鮽", - "imagePullPolicy": "委\u003e,趐V曡88 u怞荊ù灹8緔Tj", + "terminationMessagePath": "385", + "terminationMessagePolicy": "喾@潷", + "imagePullPolicy": "#t(ȗŜŲ\u0026洪y儕l", "securityContext": { "capabilities": { "add": [ - "蓋Cȗä2 ɲ±m嵘厶sȰÖ" + "ɻŶJ詢" ], "drop": [ - "ÆɰŞ襵" + "ǾɁ鍻G鯇ɀ魒Ð扬=惍E" ] }, - "privileged": true, + "privileged": false, "seLinuxOptions": { - "user": "384", - "role": "385", - "type": "386", - "level": "387" + "user": "386", + "role": "387", + "type": "388", + "level": "389" }, "windowsOptions": { - "gmsaCredentialSpecName": "388", - "gmsaCredentialSpec": "389", - "runAsUserName": "390", + "gmsaCredentialSpecName": "390", + "gmsaCredentialSpec": "391", + "runAsUserName": "392", "hostProcess": false }, - "runAsUser": -5519662252699559890, - "runAsGroup": -1624551961163368198, + "runAsUser": -5071790362153704411, + "runAsGroup": -2841141127223294729, "runAsNonRoot": false, "readOnlyRootFilesystem": false, "allowPrivilegeEscalation": false, - "procMount": "阫Ƈʥ椹ý", + "procMount": ";Ƭ婦d%蹶/ʗp壥Ƥ", "seccompProfile": { - "type": "ȕ笧L唞鹚蝉茲ʛ饊ɣKIJWĶʗ{裦i÷", - "localhostProfile": "391" + "type": "郡ɑ鮽ǍJB膾扉A­1襏櫯³", + "localhostProfile": "393" } }, - "stdin": true, "stdinOnce": true, - "targetContainerName": "392" + "targetContainerName": "394" } ], - "restartPolicy": "砘Cș栣险¹贮獘薟8Mĕ霉}閜LI", - "terminationGracePeriodSeconds": 3296766428578159624, - "activeDeadlineSeconds": -8925090445844634303, - "dnsPolicy": "q沷¾!", + "restartPolicy": "刪q塨Ý-扚聧扈4ƫZɀȩ愉", + "terminationGracePeriodSeconds": -1390311149947249535, + "activeDeadlineSeconds": 2684251781701131156, + "dnsPolicy": "厶s", "nodeSelector": { - "393": "394" + "395": "396" }, - "serviceAccountName": "395", - "serviceAccount": "396", + "serviceAccountName": "397", + "serviceAccount": "398", "automountServiceAccountToken": true, - "nodeName": "397", + "nodeName": "399", + "hostPID": true, "hostIPC": true, "shareProcessNamespace": true, "securityContext": { "seLinuxOptions": { - "user": "398", - "role": "399", - "type": "400", - "level": "401" + "user": "400", + "role": "401", + "type": "402", + "level": "403" }, "windowsOptions": { - "gmsaCredentialSpecName": "402", - "gmsaCredentialSpec": "403", - "runAsUserName": "404", + "gmsaCredentialSpecName": "404", + "gmsaCredentialSpec": "405", + "runAsUserName": "406", "hostProcess": true }, - "runAsUser": -3496040522639830925, - "runAsGroup": 2960114664726223450, - "runAsNonRoot": false, + "runAsUser": -3184085461588437523, + "runAsGroup": -2037509302018919599, + "runAsNonRoot": true, "supplementalGroups": [ - 2402603282459663167 + -885564056413671854 ], - "fsGroup": 3564097949592109139, + "fsGroup": 4301352137345790658, "sysctls": [ { - "name": "405", - "value": "406" + "name": "407", + "value": "408" } ], - "fsGroupChangePolicy": "ûǭg怨彬ɈNƋl塠傫üMɮ6", + "fsGroupChangePolicy": "柱栦阫Ƈʥ椹", "seccompProfile": { - "type": ".¸赂ʓ蔋 ǵq砯á缈gȇǙ屏宨殴妓ɡ", - "localhostProfile": "407" + "type": "飝ȕ笧L唞鹚蝉茲ʛ饊ɣKIJWĶʗ{裦i", + "localhostProfile": "409" } }, "imagePullSecrets": [ { - "name": "408" + "name": "410" } ], - "hostname": "409", - "subdomain": "410", + "hostname": "411", + "subdomain": "412", "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { @@ -1281,19 +1283,19 @@ { "matchExpressions": [ { - "key": "411", - "operator": "Üɉ愂,wa纝佯fɞ", + "key": "413", + "operator": "șƷK*ƌ驔瓊'", "values": [ - "412" + "414" ] } ], "matchFields": [ { - "key": "413", - "operator": "鏚U駯Ĕ驢.'鿳Ï掗掍瓣;", + "key": "415", + "operator": "Mĕ霉}閜LIȜŚɇA%ɀ蓧", "values": [ - "414" + "416" ] } ] @@ -1302,23 +1304,23 @@ }, "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1690937616, + "weight": 836045166, "preference": { "matchExpressions": [ { - "key": "415", - "operator": "襉{遠", + "key": "417", + "operator": "ȋ灋槊盘", "values": [ - "416" + "418" ] } ], "matchFields": [ { - "key": "417", - "operator": "诰ðÈ娒Ġ滔xvŗÑ\"", + "key": "419", + "operator": "牬庘颮6(", "values": [ - "418" + "420" ] } ] @@ -1331,27 +1333,30 @@ { "labelSelector": { "matchLabels": { - "lx..w": "t-_.5.40w" + "8o1-x-1wl--7/S.ol": "Fgw_-z_659GE.l_.23--_6l.-5B" }, "matchExpressions": [ { - "key": "G_2kCpS__.39g_.--_-_ve5.m_2_--XZ-x._0", - "operator": "DoesNotExist" + "key": "z_o_2.--4Z7__i1T.miw_a", + "operator": "NotIn", + "values": [ + "At-_.5.40Rw4gD.._.-x6db-L7.-__-G_2kCpS__.39g_.t" + ] } ] }, "namespaces": [ - "425" + "427" ], - "topologyKey": "426", + "topologyKey": "428", "namespaceSelector": { "matchLabels": { - "8V": "3sn-03" + "5gp-c-coa--y--4-1204wrb---1024g-5-3v9-9jcz9f-64/M-_x18mtxb__-ex-_1_-ODgL": "GIT_B" }, "matchExpressions": [ { - "key": "p9-4-d2-22--i--40wv--in-870w--it6k47-y/003.mp.-10KkQ-R_R.-.--4_IT_O__3.5h_XC0_-7.-hj-O_8-b6E_--Y_Dp8O3", - "operator": "Exists" + "key": "8-b6E_--Y_Dp8O_._e_3_.4_Wh", + "operator": "DoesNotExist" } ] } @@ -1359,34 +1364,37 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -947725955, + "weight": -585767440, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "E00.0_._.-_L-__bf_9_-C-PfNxG": "U_.Pn-W23-_.z_.._s--_F-BR-.h_-2-.s_6O-5_7_-0w_e" + "I_--.k47M7y-Dy__3wc.q.8_00.0_._f": "L-__bf_9_-C-PfNx__-U_.Pn-W23-_.z_.._s--_F-BR0" }, "matchExpressions": [ { - "key": "3--_9QW2JkU27_.-4T-I.-..K.2", - "operator": "In", + "key": "n", + "operator": "NotIn", "values": [ - "6___-X__H.-39-A_-_l67Q.-_t--O.3L.z2-y.-.8" + "a68-7AlR__8-7_-YD-Q9_-__..YNFu7Pg-.814e-_07-ht-EP" ] } ] }, "namespaces": [ - "439" + "441" ], - "topologyKey": "440", + "topologyKey": "442", "namespaceSelector": { "matchLabels": { - "7G79.3bU_._nV34GH": "qu.._.105-4_ed-0-iz" + "tO4-7-P41_.-.-AQ._r.-_R1": "8KLu..ly--J-_.ZCRT.0z-e" }, "matchExpressions": [ { - "key": "o79p-f4r1--7p--053--suu--9f82k8-2-d--n--e/Y_o8t5Vl6_..7CY-_dc__G6N-_-0o.0C_gV.9_G-.-z1Y_HEb.9x98MM7-.6", - "operator": "DoesNotExist" + "key": "34G._--u.._.105-4_ed-0-H", + "operator": "NotIn", + "values": [ + "a_dWU_V-_Q_Ap._2_xa_o..p_B-d--Q5._D6_.d-n_9n.p.2-.-Qw__YT.1q" + ] } ] } @@ -1399,27 +1407,27 @@ { "labelSelector": { "matchLabels": { - "uv-f55-2k2-e-443m678-2v89-zk873--1n13sx82-cx-428u2j--3u-777.6-b-b-8/u...WE.-_tdt_-Z0_TM_p6lM.z": "" + "3_Lsu-H_.f82-82": "dWNn_U-...1P_.D8_t..-Ww27" }, "matchExpressions": [ { - "key": "w.3-._CJ4a1._-_CH--.C.8-S9_-4CwMqp..__._-J_-fk3-_j1", - "operator": "Exists" + "key": "v.-_.4dwFbuvEf55Y2k.F-F..3m6.._2v89U--8.3N_.1", + "operator": "DoesNotExist" } ] }, "namespaces": [ - "453" + "455" ], - "topologyKey": "454", + "topologyKey": "456", "namespaceSelector": { "matchLabels": { - "d--Y-_l-v0-1V-N-R__RR9YAZ...W-m_-Z.wc..k_0_5.z.0..__D-1b.9": "Y0-_-.l__.c17__f_-336-.B__.QiA6._3o_V-w._-0d__7.81_-._-_Z" + "8": "7--.2cg.MGbG-_-8Qi..9-4.2K_FQ.E--__K-h_-0-T-_Lq-.5-s_-_5_DR" }, "matchExpressions": [ { - "key": "5__-_._.3l-_86_u2-7_._qN__A_f_-BT", - "operator": "Exists" + "key": "y72r--49u-0m7uu/x_qv4--_.6_N_9X-B.s8.N_rM-k5.C.7", + "operator": "DoesNotExist" } ] } @@ -1427,34 +1435,31 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1819321475, + "weight": 339079271, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "i60a--z.u-5kvp-----887j72qz6-7d84-1f396h82----23-6b77-f4/M--c.0Q--2qh.Eb_I": "i.U.-7" + "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": "62o787-7lk2/L.--4P--_q-.9", + "key": "3.js--a---..6bD_M--c.0Q--2qh.Eb_.__1.-5", "operator": "Exists" } ] }, "namespaces": [ - "467" + "469" ], - "topologyKey": "468", + "topologyKey": "470", "namespaceSelector": { "matchLabels": { - "j21---__y.9O.L-.m.3--.4_-8U.2617.W74-R_Z_Tz.a3_HWo4N": "U_.-_-I-P._..leR--e" + "E35H__.B_E": "U..u8gwbk" }, "matchExpressions": [ { - "key": "9rl-l-u575b93-r0.j-0r3qtm-8vuo17qre-33-5-u8f0f1qv--i2/7_2---2.E.p9-.-3.__a.bl_--..-._S-.-_-16-...8", - "operator": "In", - "values": [ - "x3___-..f5-6x-_-o_6O_If-5_-_.F" - ] + "key": "Q_mgi.U.-e7z-t0-pQ-.-.g-_Z_-nSL.--4i", + "operator": "Exists" } ] } @@ -1463,102 +1468,101 @@ ] } }, - "schedulerName": "475", + "schedulerName": "477", "tolerations": [ { - "key": "476", - "operator": "4%ʬD$;X郪\\#撄貶à圽榕ɹ", - "value": "477", - "effect": "慰x:", - "tolerationSeconds": 3362400521064014157 + "key": "478", + "operator": "ŭʔb'?舍ȃʥx臥]å摞", + "value": "479", + "tolerationSeconds": 3053978290188957517 } ], "hostAliases": [ { - "ip": "478", + "ip": "480", "hostnames": [ - "479" + "481" ] } ], - "priorityClassName": "480", - "priority": 743241089, + "priorityClassName": "482", + "priority": -340583156, "dnsConfig": { "nameservers": [ - "481" + "483" ], "searches": [ - "482" + "484" ], "options": [ { - "name": "483", - "value": "484" + "name": "485", + "value": "486" } ] }, "readinessGates": [ { - "conditionType": "0yVA嬂刲;牆詒ĸąs" + "conditionType": "țc£PAÎǨȨ栋" } ], - "runtimeClassName": "485", + "runtimeClassName": "487", "enableServiceLinks": false, - "preemptionPolicy": "Iƭij韺ʧ\u003e", + "preemptionPolicy": "n{鳻", "overhead": { - "D傕Ɠ栊闔虝巒瀦ŕ": "124" + "隅DžbİEMǶɼ`|褞": "229" }, "topologySpreadConstraints": [ { - "maxSkew": -174245111, - "topologyKey": "486", - "whenUnsatisfiable": "", + "maxSkew": 1486667065, + "topologyKey": "488", + "whenUnsatisfiable": "DŽɤȶšɞƵõ禲#樹罽濅ʏ 撜粞", "labelSelector": { "matchLabels": { - "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" + "H_55..--E3_2D-1DW__o_-.k": "7" }, "matchExpressions": [ { - "key": "ee.-.66hcB.rTt7bm9I.-..q-F-.__c.k7__f--_br..1.--x", - "operator": "In", + "key": "oZvt.LT60v.WxPc---K__-iguFGT._.Y4-0.67hP-lX-_-..b", + "operator": "NotIn", "values": [ - "zJ_.84.-0-.6---Q.__y64L.0-.c-tm..__---r__._-.DL.oe" + "H1z..j_.r3--T" ] } ] } } ], - "setHostnameAsFQDN": true + "setHostnameAsFQDN": false } }, "updateStrategy": { - "type": "秮ȳĵ/Ş槀墺=Ĉ鳟/d\u0026", + "type": "șa汸\u003cƋlɋN磋镮ȺPÈ", "rollingUpdate": { "maxUnavailable": 2, "maxSurge": 3 } }, - "minReadySeconds": 1559072561, - "revisionHistoryLimit": -629510776 + "minReadySeconds": 1750503412, + "revisionHistoryLimit": 128240007 }, "status": { - "currentNumberScheduled": -69450448, - "numberMisscheduled": -212409426, - "desiredNumberScheduled": 17761427, - "numberReady": 1329525670, - "observedGeneration": -721999650192865404, - "updatedNumberScheduled": 1162680985, - "numberAvailable": 171558604, - "numberUnavailable": -161888815, - "collisionCount": 1714841371, + "currentNumberScheduled": -900194589, + "numberMisscheduled": 295177820, + "desiredNumberScheduled": 1576197985, + "numberReady": -702578810, + "observedGeneration": -1989254568785172688, + "updatedNumberScheduled": -855944448, + "numberAvailable": -1556190810, + "numberUnavailable": -487001726, + "collisionCount": -2081947001, "conditions": [ { - "type": "ɝ鶼K癨琞Z氞唬蹵ɥeȿĦ", - "status": "", - "lastTransitionTime": "2124-10-20T09:17:54Z", - "reason": "493", - "message": "494" + "type": "薑Ȣ#闬輙怀¹bCũw¼ ǫ", + "status": ":$", + "lastTransitionTime": "2082-11-07T20:44:23Z", + "reason": "495", + "message": "496" } ] } 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 8276b4fa0a181b8f41d066d59d71d1f5bf989592..cbce71e46f6d655f592bb2b0159e9ad43b348dc6 100644 GIT binary patch delta 5571 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 delta 5981 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劶?j - readOnlyRootFilesystem: false - runAsGroup: -6292316479661489180 + procMount: ð仁Q橱9ij\Ď愝Ű藛b磾sY + readOnlyRootFilesystem: true + runAsGroup: 5797412715505520759 runAsNonRoot: false - runAsUser: -1286199491017539507 + runAsUser: 308757565294839546 seLinuxOptions: - level: "316" - role: "314" - type: "315" - user: "313" + level: "318" + role: "316" + type: "317" + user: "315" seccompProfile: - localhostProfile: "320" - type: ĭ¥#ƱÁR + localhostProfile: "322" + type: 繽敮ǰ詀ǿ忀oɎƺ windowsOptions: - gmsaCredentialSpec: "318" - gmsaCredentialSpecName: "317" - hostProcess: true - runAsUserName: "319" + gmsaCredentialSpec: "320" + gmsaCredentialSpecName: "319" + hostProcess: false + runAsUserName: "321" startupProbe: exec: command: - - "290" - failureThreshold: 1447314009 + - "292" + failureThreshold: 1419787816 httpGet: - host: "293" + host: "295" httpHeaders: - - name: "294" - value: "295" - path: "291" - port: "292" - scheme: 奼[ƕƑĝ®EĨǔvÄÚ×p鬷m罂 - initialDelaySeconds: 235623869 - periodSeconds: -505848936 - successThreshold: -1819021257 + - name: "296" + value: "297" + path: "293" + port: "294" + scheme: ǚŜEuEy竬ʆɞ + initialDelaySeconds: 336252010 + periodSeconds: 930785927 + successThreshold: 1624098740 tcpSocket: - host: "296" - port: -1894647727 - terminationGracePeriodSeconds: -7637760856622746738 - timeoutSeconds: 564558594 - stdin: true - terminationMessagePath: "312" - terminationMessagePolicy: 躌ñ?卶滿筇ȟP:/a + host: "299" + port: "298" + terminationGracePeriodSeconds: -506227444233847191 + timeoutSeconds: 677650619 + terminationMessagePath: "314" + terminationMessagePolicy: 漤ŗ坟 tty: true volumeDevices: - - devicePath: "275" - name: "274" + - devicePath: "277" + name: "276" volumeMounts: - - mountPath: "271" - mountPropagation: ʠɜ瞍阎lğ Ņ - name: "270" - readOnly: true - subPath: "272" - subPathExpr: "273" - workingDir: "254" + - mountPath: "273" + mountPropagation: irȎ3Ĕ\ɢX鰨松 + name: "272" + subPath: "274" + subPathExpr: "275" + workingDir: "256" dnsConfig: nameservers: - - "481" + - "483" options: - - name: "483" - value: "484" + - name: "485" + value: "486" searches: - - "482" - dnsPolicy: q沷¾! + - "484" + dnsPolicy: 厶s enableServiceLinks: false ephemeralContainers: - args: - - "324" + - "326" command: - - "323" + - "325" env: - - name: "331" - value: "332" + - name: "333" + value: "334" valueFrom: configMapKeyRef: - key: "338" - name: "337" - optional: false - fieldRef: - apiVersion: "333" - fieldPath: "334" - resourceFieldRef: - containerName: "335" - divisor: "473" - resource: "336" - secretKeyRef: key: "340" name: "339" optional: true + fieldRef: + apiVersion: "335" + fieldPath: "336" + resourceFieldRef: + containerName: "337" + divisor: "971" + resource: "338" + secretKeyRef: + key: "342" + name: "341" + optional: true envFrom: - configMapRef: - name: "329" + name: "331" optional: true - prefix: "328" + prefix: "330" secretRef: - name: "330" + name: "332" optional: false - image: "322" - imagePullPolicy: 委>,趐V曡88 u怞荊ù灹8緔Tj + image: "324" + imagePullPolicy: '#t(ȗŜŲ&洪y儕l' lifecycle: postStart: exec: command: - - "368" + - "371" httpGet: - host: "370" - httpHeaders: - - name: "371" - value: "372" - path: "369" - port: 1176168596 - scheme: 轪d覉;Ĕ - tcpSocket: host: "374" + httpHeaders: + - name: "375" + value: "376" + path: "372" port: "373" + scheme: b轫ʓ滨ĖRh}颉hȱɷȰW + tcpSocket: + host: "378" + port: "377" preStop: exec: command: - - "375" + - "379" httpGet: - host: "378" + host: "381" httpHeaders: - - name: "379" - value: "380" - path: "376" - port: "377" - scheme: ʦŊĊ娮 + - name: "382" + value: "383" + path: "380" + port: -1743587482 tcpSocket: - host: "382" - port: "381" + host: "384" + port: 858034123 livenessProbe: exec: command: - - "347" - failureThreshold: 1566765016 + - "349" + failureThreshold: -2033879721 httpGet: - host: "349" - httpHeaders: - - name: "350" - value: "351" - path: "348" - port: 1034835933 - scheme: O虀^背遻堣灭ƴɦ燻踸陴 - initialDelaySeconds: 650448405 - periodSeconds: -168773629 - successThreshold: 2068592383 - tcpSocket: host: "352" - port: -1744546613 - terminationGracePeriodSeconds: -1112599546012453731 - timeoutSeconds: 1943254244 - name: "321" + httpHeaders: + - name: "353" + value: "354" + path: "350" + port: "351" + scheme: 07曳wœj堑ūM鈱ɖ'蠨 + initialDelaySeconds: -242798806 + periodSeconds: 681004793 + successThreshold: 2002666266 + tcpSocket: + host: "356" + port: "355" + terminationGracePeriodSeconds: -4409241678312226730 + timeoutSeconds: -1940800545 + name: "323" ports: - - containerPort: -1371690155 - hostIP: "327" - hostPort: 2032588794 - name: "326" - protocol: G昧牱fsǕT衩kƒK07曳wœj堑 + - containerPort: -557687916 + hostIP: "329" + hostPort: 788093377 + name: "328" + protocol: _敕 readinessProbe: exec: command: - - "353" - failureThreshold: 902204699 + - "357" + failureThreshold: -2122876628 httpGet: - host: "356" + host: "359" httpHeaders: - - name: "357" - value: "358" - path: "354" - port: "355" - scheme: b轫ʓ滨ĖRh}颉hȱɷȰW - initialDelaySeconds: 636493142 - periodSeconds: 420595064 - successThreshold: 1195176401 + - name: "360" + value: "361" + path: "358" + port: 279062028 + scheme: Byß讪Ă2讅缔m葰賦迾娙ƴ4虵p + initialDelaySeconds: 725557531 + periodSeconds: 741667779 + successThreshold: -381344241 tcpSocket: - host: "360" - port: "359" - terminationGracePeriodSeconds: 9196919020604133323 - timeoutSeconds: -192358697 + host: "362" + port: -943058206 + terminationGracePeriodSeconds: 2700145646260085226 + timeoutSeconds: -703127031 resources: limits: - 盌3+Œ: "752" + 湷D谹気Ƀ秮òƬɸĻo:{: "523" requests: - )Zq=歍þ: "759" + 赮ǒđ>*劶?jĎĭ¥#ƱÁR»: "929" securityContext: allowPrivilegeEscalation: false capabilities: add: - - 蓋Cȗä2 ɲ±m嵘厶sȰÖ + - ɻŶJ詢 drop: - - ÆɰŞ襵 - privileged: true - procMount: 阫Ƈʥ椹ý + - ǾɁ鍻G鯇ɀ魒Ð扬=惍E + privileged: false + procMount: ;Ƭ婦d%蹶/ʗp壥Ƥ readOnlyRootFilesystem: false - runAsGroup: -1624551961163368198 + runAsGroup: -2841141127223294729 runAsNonRoot: false - runAsUser: -5519662252699559890 + runAsUser: -5071790362153704411 seLinuxOptions: - level: "387" - role: "385" - type: "386" - user: "384" + level: "389" + role: "387" + type: "388" + user: "386" seccompProfile: - localhostProfile: "391" - type: ȕ笧L唞鹚蝉茲ʛ饊ɣKIJWĶʗ{裦i÷ + localhostProfile: "393" + type: 郡ɑ鮽ǍJB膾扉A­1襏櫯³ windowsOptions: - gmsaCredentialSpec: "389" - gmsaCredentialSpecName: "388" + gmsaCredentialSpec: "391" + gmsaCredentialSpecName: "390" hostProcess: false - runAsUserName: "390" + runAsUserName: "392" startupProbe: exec: command: - - "361" - failureThreshold: -1222486879 + - "363" + failureThreshold: 1762917570 httpGet: - host: "364" + host: "366" httpHeaders: - - name: "365" - value: "366" - path: "362" - port: "363" - scheme: y#t(ȗŜŲ& - initialDelaySeconds: 156368232 - periodSeconds: 44612600 - successThreshold: -688929182 + - name: "367" + value: "368" + path: "364" + port: "365" + scheme: thp像- + initialDelaySeconds: 1589417286 + periodSeconds: 1874051321 + successThreshold: -500012714 tcpSocket: - host: "367" - port: 1387858949 - terminationGracePeriodSeconds: 6543873941346781273 - timeoutSeconds: -815239246 - stdin: true + host: "370" + port: "369" + terminationGracePeriodSeconds: 4794571970514469019 + timeoutSeconds: 445878206 stdinOnce: true - targetContainerName: "392" - terminationMessagePath: "383" - terminationMessagePolicy: Ź黷`嵐;Ƭ婦d%蹶/ʗp壥Ƥ揤郡ɑ鮽 + targetContainerName: "394" + terminationMessagePath: "385" + terminationMessagePolicy: 喾@潷 volumeDevices: - - devicePath: "346" - name: "345" + - devicePath: "348" + name: "347" volumeMounts: - - mountPath: "342" - mountPropagation: 讅缔m葰賦迾娙ƴ4虵p - name: "341" - subPath: "343" - subPathExpr: "344" - workingDir: "325" + - mountPath: "344" + mountPropagation: '|ǓÓ敆OɈÏ 瞍髃' + name: "343" + readOnly: true + subPath: "345" + subPathExpr: "346" + workingDir: "327" hostAliases: - hostnames: - - "479" - ip: "478" + - "481" + ip: "480" hostIPC: true - hostname: "409" + hostPID: true + hostname: "411" imagePullSecrets: - - name: "408" + - name: "410" initContainers: - args: - - "181" + - "184" command: - - "180" + - "183" env: - - name: "188" - value: "189" + - name: "191" + value: "192" valueFrom: configMapKeyRef: - key: "195" - name: "194" - optional: false + key: "198" + name: "197" + optional: true fieldRef: - apiVersion: "190" - fieldPath: "191" + apiVersion: "193" + fieldPath: "194" resourceFieldRef: - containerName: "192" - divisor: "617" - resource: "193" + containerName: "195" + divisor: "139" + resource: "196" secretKeyRef: - key: "197" - name: "196" + key: "200" + name: "199" optional: false envFrom: - configMapRef: - name: "186" - optional: true - prefix: "185" + name: "189" + optional: false + prefix: "188" secretRef: - name: "187" - optional: true - image: "179" - imagePullPolicy: ǵɐ鰥Z + name: "190" + optional: false + image: "182" + imagePullPolicy: '{屿oiɥ嵐sC8?Ǻ' lifecycle: postStart: exec: command: - - "225" + - "228" httpGet: - host: "228" + host: "231" httpHeaders: - - name: "229" - value: "230" - path: "226" - port: "227" - scheme: 鰔澝qV訆ƎżŧL²sNƗ¸ + - name: "232" + value: "233" + path: "229" + port: "230" + scheme: ŕĪĠM蘇KŅ/»頸+SÄ蚃ɣ tcpSocket: - host: "232" - port: "231" + host: "234" + port: 1993268896 preStop: exec: command: - - "233" + - "235" httpGet: - host: "236" + host: "238" httpHeaders: - - name: "237" - value: "238" - path: "234" - port: "235" - scheme: δ摖 + - name: "239" + value: "240" + path: "236" + port: "237" + scheme: 'ƿ頀"冓鍓贯澔 ' tcpSocket: - host: "240" - port: "239" + host: "242" + port: "241" livenessProbe: exec: command: - - "204" - failureThreshold: 14304392 + - "207" + failureThreshold: -552281772 httpGet: - host: "207" - httpHeaders: - - name: "208" - value: "209" - path: "205" - port: "206" - scheme: fʀļ腩墺Ò媁荭gw忊 - initialDelaySeconds: -1532958330 - periodSeconds: 1004325340 - successThreshold: -1313320434 - tcpSocket: host: "210" - port: -1761398388 - terminationGracePeriodSeconds: 2001337664780390084 - timeoutSeconds: -438588982 - name: "178" + httpHeaders: + - name: "211" + value: "212" + path: "208" + port: "209" + scheme: u|榝$î.Ȏ蝪ʜ5遰=E埄Ȁ + initialDelaySeconds: -1246371817 + periodSeconds: 432291364 + successThreshold: 676578360 + tcpSocket: + host: "213" + port: 1714588921 + terminationGracePeriodSeconds: -2910346974754087949 + timeoutSeconds: 617318981 + name: "181" ports: - - containerPort: -1109619518 - hostIP: "184" - hostPort: -1981710234 - name: "183" - protocol: ĺ}潷ʒ胵輓Ɔȓ蹣ɐǛv+8Ƥ熪 + - containerPort: -1252938503 + hostIP: "187" + hostPort: 852780575 + name: "186" + protocol: Opwǩ曬逴褜1ØœȠƬQg鄠 readinessProbe: exec: command: - - "211" - failureThreshold: -1314967760 + - "214" + failureThreshold: 2056774277 httpGet: - host: "213" + host: "216" httpHeaders: - - name: "214" - value: "215" - path: "212" - port: -614161319 - scheme: Ȩ<6鄰簳°Ļǟi& - initialDelaySeconds: 233282513 - periodSeconds: 1313273370 - successThreshold: -1296830577 + - name: "217" + value: "218" + path: "215" + port: 656200799 + initialDelaySeconds: -2165496 + periodSeconds: 1386255869 + successThreshold: -778272981 tcpSocket: - host: "217" - port: "216" - terminationGracePeriodSeconds: 5043322816247327651 - timeoutSeconds: -518330919 + host: "220" + port: "219" + terminationGracePeriodSeconds: -9219895030215397584 + timeoutSeconds: -1778952574 resources: limits: - 朷Ǝ膯ljVX1虊谇: "279" + LĹ]佱¿>犵殇ŕ-Ɂ圯W:ĸ輦唊: "807" requests: - 圯W:ĸ輦唊#v铿ʩȂ4ē鐭#嬀: "918" + 嚧ʣq埄: "936" securityContext: allowPrivilegeEscalation: true capabilities: add: - - DÒȗÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ + - ;Nŕ璻Jih亏yƕ丆録²Ŏ drop: - - H鯂²静ƲǦŐnj汰8ŕİi騎C"6 - privileged: false - procMount: ȹ均i绝5哇芆斩ìh4Ɋ + - /灩聋3趐囨鏻砅邻爥蹔ŧOǨ繫 + privileged: true + procMount: šeSvEȤƏ埮pɵ{WOŭW灬pȭ readOnlyRootFilesystem: true - runAsGroup: 4041264710404335706 - runAsNonRoot: false - runAsUser: -7299434051955863644 + runAsGroup: 6453802934472477147 + runAsNonRoot: true + runAsUser: 4041264710404335706 seLinuxOptions: - level: "245" - role: "243" - type: "244" - user: "242" + level: "247" + role: "245" + type: "246" + user: "244" seccompProfile: - localhostProfile: "249" - type: Ȗ|ʐşƧ諔迮ƙIJ嘢4 + localhostProfile: "251" + type: V擭銆j windowsOptions: - gmsaCredentialSpec: "247" - gmsaCredentialSpecName: "246" + gmsaCredentialSpec: "249" + gmsaCredentialSpecName: "248" hostProcess: true - runAsUserName: "248" + runAsUserName: "250" startupProbe: exec: command: - - "218" - failureThreshold: 1909548849 + - "221" + failureThreshold: -1137436579 httpGet: - host: "221" - httpHeaders: - - name: "222" - value: "223" - path: "219" - port: "220" - scheme: 队偯J僳徥淳4揻 - initialDelaySeconds: -1244119841 - periodSeconds: 348370746 - successThreshold: 468369166 - tcpSocket: host: "224" - port: 878005329 - terminationGracePeriodSeconds: 6410850623145248813 - timeoutSeconds: 1235694147 - terminationMessagePath: "241" - terminationMessagePolicy: _<ǬëJ橈'琕鶫:顇ə娯Ȱ + httpHeaders: + - name: "225" + value: "226" + path: "222" + port: "223" + scheme: 鬶l獕;跣Hǝcw + initialDelaySeconds: -736151561 + periodSeconds: -1856061695 + successThreshold: 1868683352 + tcpSocket: + host: "227" + port: -374766088 + terminationGracePeriodSeconds: 8876559635423161004 + timeoutSeconds: -1515369804 + terminationMessagePath: "243" + terminationMessagePolicy: 6Ɖ飴ɎiǨź' volumeDevices: - - devicePath: "203" - name: "202" + - devicePath: "206" + name: "205" volumeMounts: - - mountPath: "199" - mountPropagation: ó藢xɮĵȑ6L* - name: "198" - subPath: "200" - subPathExpr: "201" - workingDir: "182" - nodeName: "397" + - mountPath: "202" + mountPropagation: '#嬀ơŸ8T 苧yñKJɐ扵Gƚ绤f' + name: "201" + subPath: "203" + subPathExpr: "204" + workingDir: "185" + nodeName: "399" nodeSelector: - "393": "394" + "395": "396" overhead: - D傕Ɠ栊闔虝巒瀦ŕ: "124" - preemptionPolicy: Iƭij韺ʧ> - priority: 743241089 - priorityClassName: "480" + 隅DžbİEMǶɼ`|褞: "229" + preemptionPolicy: n{鳻 + priority: -340583156 + priorityClassName: "482" readinessGates: - - conditionType: 0yVA嬂刲;牆詒ĸąs - restartPolicy: 砘Cș栣险¹贮獘薟8Mĕ霉}閜LI - runtimeClassName: "485" - schedulerName: "475" + - conditionType: țc£PAÎǨȨ栋 + restartPolicy: 刪q塨Ý-扚聧扈4ƫZɀȩ愉 + runtimeClassName: "487" + schedulerName: "477" securityContext: - fsGroup: 3564097949592109139 - fsGroupChangePolicy: ûǭg怨彬ɈNƋl塠傫üMɮ6 - runAsGroup: 2960114664726223450 - runAsNonRoot: false - runAsUser: -3496040522639830925 + fsGroup: 4301352137345790658 + fsGroupChangePolicy: 柱栦阫Ƈʥ椹 + runAsGroup: -2037509302018919599 + runAsNonRoot: true + runAsUser: -3184085461588437523 seLinuxOptions: - level: "401" - role: "399" - type: "400" - user: "398" + level: "403" + role: "401" + type: "402" + user: "400" seccompProfile: - localhostProfile: "407" - type: .¸赂ʓ蔋 ǵq砯á缈gȇǙ屏宨殴妓ɡ + localhostProfile: "409" + type: 飝ȕ笧L唞鹚蝉茲ʛ饊ɣKIJWĶʗ{裦i supplementalGroups: - - 2402603282459663167 + - -885564056413671854 sysctls: - - name: "405" - value: "406" + - name: "407" + value: "408" windowsOptions: - gmsaCredentialSpec: "403" - gmsaCredentialSpecName: "402" + gmsaCredentialSpec: "405" + gmsaCredentialSpecName: "404" hostProcess: true - runAsUserName: "404" - serviceAccount: "396" - serviceAccountName: "395" - setHostnameAsFQDN: true + runAsUserName: "406" + serviceAccount: "398" + serviceAccountName: "397" + setHostnameAsFQDN: false shareProcessNamespace: true - subdomain: "410" - terminationGracePeriodSeconds: 3296766428578159624 + subdomain: "412" + terminationGracePeriodSeconds: -1390311149947249535 tolerations: - - effect: '慰x:' - key: "476" - operator: 4%ʬD$;X郪\#撄貶à圽榕ɹ - tolerationSeconds: 3362400521064014157 - value: "477" + - key: "478" + operator: ŭʔb'?舍ȃʥx臥]å摞 + tolerationSeconds: 3053978290188957517 + value: "479" topologySpreadConstraints: - labelSelector: matchExpressions: - - key: ee.-.66hcB.rTt7bm9I.-..q-F-.__c.k7__f--_br..1.--x - operator: In + - key: oZvt.LT60v.WxPc---K__-iguFGT._.Y4-0.67hP-lX-_-..b + operator: NotIn values: - - zJ_.84.-0-.6---Q.__y64L.0-.c-tm..__---r__._-.DL.oe + - H1z..j_.r3--T matchLabels: - 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: "486" - whenUnsatisfiable: "" + H_55..--E3_2D-1DW__o_-.k: "7" + maxSkew: 1486667065 + topologyKey: "488" + whenUnsatisfiable: DŽɤȶšɞƵõ禲#樹罽濅ʏ 撜粞 volumes: - awsElasticBlockStore: fsType: "49" @@ -894,6 +892,10 @@ spec: apiGroup: "175" kind: "176" name: "177" + dataSourceRef: + apiGroup: "178" + kind: "179" + name: "180" resources: limits: 'âĺɗŹ倗S晒嶗UÐ_ƮA攤/ɸɎ ': "648" @@ -1051,20 +1053,20 @@ spec: rollingUpdate: maxSurge: 3 maxUnavailable: 2 - type: 秮ȳĵ/Ş槀墺=Ĉ鳟/d& + type: șa汸<ƋlɋN磋镮ȺPÈ status: - collisionCount: 1714841371 + collisionCount: -2081947001 conditions: - - lastTransitionTime: "2124-10-20T09:17:54Z" - message: "494" - reason: "493" - status: "" - type: ɝ鶼K癨琞Z氞唬蹵ɥeȿĦ - currentNumberScheduled: -69450448 - desiredNumberScheduled: 17761427 - numberAvailable: 171558604 - numberMisscheduled: -212409426 - numberReady: 1329525670 - numberUnavailable: -161888815 - observedGeneration: -721999650192865404 - updatedNumberScheduled: 1162680985 + - lastTransitionTime: "2082-11-07T20:44:23Z" + message: "496" + reason: "495" + status: :$ + type: 薑Ȣ#闬輙怀¹bCũw¼ ǫ + currentNumberScheduled: -900194589 + desiredNumberScheduled: 1576197985 + numberAvailable: -1556190810 + numberMisscheduled: 295177820 + numberReady: -702578810 + numberUnavailable: -487001726 + observedGeneration: -1989254568785172688 + updatedNumberScheduled: -855944448 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 401a32cf2c7..7f7b990bf13 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 @@ -443,6 +443,11 @@ "apiGroup": "175", "kind": "176", "name": "177" + }, + "dataSourceRef": { + "apiGroup": "178", + "kind": "179", + "name": "180" } } } @@ -451,388 +456,356 @@ ], "initContainers": [ { - "name": "178", - "image": "179", + "name": "181", + "image": "182", "command": [ - "180" + "183" ], "args": [ - "181" + "184" ], - "workingDir": "182", + "workingDir": "185", "ports": [ { - "name": "183", - "hostPort": 1923334396, - "containerPort": -1343558801, - "protocol": "@掇lNdǂ\u003e", - "hostIP": "184" + "name": "186", + "hostPort": 282592353, + "containerPort": 377225334, + "protocol": "Ƹ[Ęİ榌U髷裎$MVȟ@7", + "hostIP": "187" } ], "envFrom": [ { - "prefix": "185", + "prefix": "188", "configMapRef": { - "name": "186", - "optional": true + "name": "189", + "optional": false }, "secretRef": { - "name": "187", - "optional": true - } - } - ], - "env": [ - { - "name": "188", - "value": "189", - "valueFrom": { - "fieldRef": { - "apiVersion": "190", - "fieldPath": "191" - }, - "resourceFieldRef": { - "containerName": "192", - "resource": "193", - "divisor": "713" - }, - "configMapKeyRef": { - "name": "194", - "key": "195", - "optional": true - }, - "secretKeyRef": { - "name": "196", - "key": "197", - "optional": false - } - } - } - ], - "resources": { - "limits": { - "荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3": "86" - }, - "requests": { - "t莭琽§ć\\ ïì": "80" - } - }, - "volumeMounts": [ - { - "name": "198", - "readOnly": true, - "mountPath": "199", - "subPath": "200", - "mountPropagation": "0矀Kʝ瘴I\\p[ħsĨɆâĺɗŹ倗S", - "subPathExpr": "201" - } - ], - "volumeDevices": [ - { - "name": "202", - "devicePath": "203" - } - ], - "livenessProbe": { - "exec": { - "command": [ - "204" - ] - }, - "httpGet": { - "path": "205", - "port": -1285424066, - "host": "206", - "scheme": "ni酛3ƁÀ", - "httpHeaders": [ - { - "name": "207", - "value": "208" - } - ] - }, - "tcpSocket": { - "port": "209", - "host": "210" - }, - "initialDelaySeconds": -2036074491, - "timeoutSeconds": -148216266, - "periodSeconds": 165047920, - "successThreshold": -393291312, - "failureThreshold": -93157681, - "terminationGracePeriodSeconds": -4856573944864548413 - }, - "readinessProbe": { - "exec": { - "command": [ - "211" - ] - }, - "httpGet": { - "path": "212", - "port": -331283026, - "host": "213", - "scheme": "ȉ", - "httpHeaders": [ - { - "name": "214", - "value": "215" - } - ] - }, - "tcpSocket": { - "port": 714088955, - "host": "216" - }, - "initialDelaySeconds": 1033766276, - "timeoutSeconds": -1745509819, - "periodSeconds": -859135545, - "successThreshold": -1543701088, - "failureThreshold": 513341278, - "terminationGracePeriodSeconds": 2696007505383404823 - }, - "startupProbe": { - "exec": { - "command": [ - "217" - ] - }, - "httpGet": { - "path": "218", - "port": -361442565, - "host": "219", - "scheme": "w", - "httpHeaders": [ - { - "name": "220", - "value": "221" - } - ] - }, - "tcpSocket": { - "port": -1099429189, - "host": "222" - }, - "initialDelaySeconds": 994072122, - "timeoutSeconds": 1752155096, - "periodSeconds": -1962065705, - "successThreshold": 1701999128, - "failureThreshold": -1364571630, - "terminationGracePeriodSeconds": 7258403424756645907 - }, - "lifecycle": { - "postStart": { - "exec": { - "command": [ - "223" - ] - }, - "httpGet": { - "path": "224", - "port": -1109619518, - "host": "225", - "scheme": "ĺ}潷ʒ胵輓Ɔȓ蹣ɐǛv+8Ƥ熪", - "httpHeaders": [ - { - "name": "226", - "value": "227" - } - ] - }, - "tcpSocket": { - "port": "228", - "host": "229" - } - }, - "preStop": { - "exec": { - "command": [ - "230" - ] - }, - "httpGet": { - "path": "231", - "port": 461585849, - "host": "232", - "scheme": "ɇ卷荙JLĹ]佱¿\u003e犵殇ŕ-Ɂ", - "httpHeaders": [ - { - "name": "233", - "value": "234" - } - ] - }, - "tcpSocket": { - "port": 467291328, - "host": "235" - } - } - }, - "terminationMessagePath": "236", - "terminationMessagePolicy": "ĸ輦唊", - "imagePullPolicy": "r嚧", - "securityContext": { - "capabilities": { - "add": [ - "埄趛" - ], - "drop": [ - "ʁ岼昕ĬÇ" - ] - }, - "privileged": true, - "seLinuxOptions": { - "user": "237", - "role": "238", - "type": "239", - "level": "240" - }, - "windowsOptions": { - "gmsaCredentialSpecName": "241", - "gmsaCredentialSpec": "242", - "runAsUserName": "243", - "hostProcess": false - }, - "runAsUser": 161123823296532265, - "runAsGroup": -6406791857291159870, - "runAsNonRoot": false, - "readOnlyRootFilesystem": false, - "allowPrivilegeEscalation": false, - "procMount": "鐫û咡W\u003c敄lu|榝", - "seccompProfile": { - "type": "î.Ȏ蝪ʜ5遰=", - "localhostProfile": "244" - } - }, - "stdin": true, - "stdinOnce": true, - "tty": true - } - ], - "containers": [ - { - "name": "245", - "image": "246", - "command": [ - "247" - ], - "args": [ - "248" - ], - "workingDir": "249", - "ports": [ - { - "name": "250", - "hostPort": -370386363, - "containerPort": 1714588921, - "protocol": "Ư貾", - "hostIP": "251" - } - ], - "envFrom": [ - { - "prefix": "252", - "configMapRef": { - "name": "253", - "optional": true - }, - "secretRef": { - "name": "254", + "name": "190", "optional": false } } ], "env": [ { - "name": "255", - "value": "256", + "name": "191", + "value": "192", "valueFrom": { "fieldRef": { - "apiVersion": "257", - "fieldPath": "258" + "apiVersion": "193", + "fieldPath": "194" }, "resourceFieldRef": { - "containerName": "259", - "resource": "260", - "divisor": "271" + "containerName": "195", + "resource": "196", + "divisor": "573" }, "configMapKeyRef": { - "name": "261", - "key": "262", + "name": "197", + "key": "198", "optional": false }, "secretKeyRef": { - "name": "263", - "key": "264", - "optional": true + "name": "199", + "key": "200", + "optional": false } } } ], "resources": { "limits": { - "庰%皧V": "116" + "ǚ灄鸫rʤî萨zvt": "829" }, "requests": { - "": "289" + "悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\\p": "604" } }, "volumeMounts": [ { - "name": "265", + "name": "201", "readOnly": true, - "mountPath": "266", - "subPath": "267", - "mountPropagation": "橨鬶l獕;跣Hǝcw媀瓄\u0026翜舞拉Œ", - "subPathExpr": "268" + "mountPath": "202", + "subPath": "203", + "mountPropagation": "ƖHV", + "subPathExpr": "204" } ], "volumeDevices": [ { - "name": "269", - "devicePath": "270" + "name": "205", + "devicePath": "206" } ], "livenessProbe": { "exec": { "command": [ - "271" + "207" ] }, "httpGet": { - "path": "272", - "port": 1907998540, - "host": "273", - "scheme": ",ŕ", + "path": "208", + "port": -1196874390, + "host": "209", + "scheme": "S晒嶗UÐ_ƮA攤", "httpHeaders": [ { - "name": "274", - "value": "275" + "name": "210", + "value": "211" } ] }, "tcpSocket": { - "port": "276", - "host": "277" + "port": -498930176, + "host": "212" }, - "initialDelaySeconds": -253326525, - "timeoutSeconds": 567263590, - "periodSeconds": 887319241, - "successThreshold": 1559618829, - "failureThreshold": 1156888068, - "terminationGracePeriodSeconds": -5566612115749133989 + "initialDelaySeconds": 1885897314, + "timeoutSeconds": -465677631, + "periodSeconds": 1054858106, + "successThreshold": 232569106, + "failureThreshold": -1150474479, + "terminationGracePeriodSeconds": 3196828455642760911 }, "readinessProbe": { "exec": { "command": [ - "278" + "213" ] }, "httpGet": { - "path": "279", - "port": 1315054653, + "path": "214", + "port": "215", + "host": "216", + "scheme": "3!Zɾģ毋Ó6", + "httpHeaders": [ + { + "name": "217", + "value": "218" + } + ] + }, + "tcpSocket": { + "port": -832805508, + "host": "219" + }, + "initialDelaySeconds": -228822833, + "timeoutSeconds": -970312425, + "periodSeconds": -1213051101, + "successThreshold": 1451056156, + "failureThreshold": 267768240, + "terminationGracePeriodSeconds": -549108701661089463 + }, + "startupProbe": { + "exec": { + "command": [ + "220" + ] + }, + "httpGet": { + "path": "221", + "port": "222", + "host": "223", + "scheme": "#yV'WKw(ğ儴Ůĺ}", + "httpHeaders": [ + { + "name": "224", + "value": "225" + } + ] + }, + "tcpSocket": { + "port": -20130017, + "host": "226" + }, + "initialDelaySeconds": -1244623134, + "timeoutSeconds": -1334110502, + "periodSeconds": -398297599, + "successThreshold": 873056500, + "failureThreshold": -36782737, + "terminationGracePeriodSeconds": -7464951486382552895 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "227" + ] + }, + "httpGet": { + "path": "228", + "port": "229", + "host": "230", + "scheme": "鄠[颐o啛更偢ɇ卷荙JL", + "httpHeaders": [ + { + "name": "231", + "value": "232" + } + ] + }, + "tcpSocket": { + "port": "233", + "host": "234" + } + }, + "preStop": { + "exec": { + "command": [ + "235" + ] + }, + "httpGet": { + "path": "236", + "port": -1506633471, + "host": "237", + "scheme": "1虊谇j爻ƙt叀碧闳ȩr嚧ʣq", + "httpHeaders": [ + { + "name": "238", + "value": "239" + } + ] + }, + "tcpSocket": { + "port": "240", + "host": "241" + } + } + }, + "terminationMessagePath": "242", + "terminationMessagePolicy": "屡ʁ", + "securityContext": { + "capabilities": { + "add": [ + "Ÿ8T 苧yñKJɐ扵" + ], + "drop": [ + "ƚ绤fʀļ腩墺Ò媁荭gw忊|E剒蔞" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "243", + "role": "244", + "type": "245", + "level": "246" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "247", + "gmsaCredentialSpec": "248", + "runAsUserName": "249", + "hostProcess": true + }, + "runAsUser": 3582457287488712192, + "runAsGroup": -7664873352063067579, + "runAsNonRoot": true, + "readOnlyRootFilesystem": false, + "allowPrivilegeEscalation": true, + "procMount": "\u003c6", + "seccompProfile": { + "type": "簳°Ļǟi\u0026皥贸", + "localhostProfile": "250" + } + }, + "stdin": true + } + ], + "containers": [ + { + "name": "251", + "image": "252", + "command": [ + "253" + ], + "args": [ + "254" + ], + "workingDir": "255", + "ports": [ + { + "name": "256", + "hostPort": -1314967760, + "containerPort": 1174240097, + "protocol": "\\E¦队偯J僳徥淳", + "hostIP": "257" + } + ], + "envFrom": [ + { + "prefix": "258", + "configMapRef": { + "name": "259", + "optional": false + }, + "secretRef": { + "name": "260", + "optional": true + } + } + ], + "env": [ + { + "name": "261", + "value": "262", + "valueFrom": { + "fieldRef": { + "apiVersion": "263", + "fieldPath": "264" + }, + "resourceFieldRef": { + "containerName": "265", + "resource": "266", + "divisor": "965" + }, + "configMapKeyRef": { + "name": "267", + "key": "268", + "optional": false + }, + "secretKeyRef": { + "name": "269", + "key": "270", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "4Ǒ輂,ŕĪ": "398" + }, + "requests": { + "V訆Ǝżŧ": "915" + } + }, + "volumeMounts": [ + { + "name": "271", + "readOnly": true, + "mountPath": "272", + "subPath": "273", + "mountPropagation": "SÄ蚃ɣľ)酊龨δ摖ȱğ_\u003c", + "subPathExpr": "274" + } + ], + "volumeDevices": [ + { + "name": "275", + "devicePath": "276" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "277" + ] + }, + "httpGet": { + "path": "278", + "port": "279", "host": "280", - "scheme": "蚃ɣľ)酊龨δ摖ȱ", + "scheme": "蛜6Ɖ飴ɎiǨź'ǵɐ鰥Z龏", "httpHeaders": [ { "name": "281", @@ -841,27 +814,27 @@ ] }, "tcpSocket": { - "port": "283", - "host": "284" + "port": -614098868, + "host": "283" }, - "initialDelaySeconds": 1905181464, - "timeoutSeconds": -1730959016, - "periodSeconds": 1272940694, - "successThreshold": -385597677, - "failureThreshold": 422133388, - "terminationGracePeriodSeconds": 8385745044578923915 + "initialDelaySeconds": 234253676, + "timeoutSeconds": 846286700, + "periodSeconds": 1080545253, + "successThreshold": 1843491416, + "failureThreshold": -1204965397, + "terminationGracePeriodSeconds": -2125560879532395341 }, - "startupProbe": { + "readinessProbe": { "exec": { "command": [ - "285" + "284" ] }, "httpGet": { - "path": "286", - "port": 1013673874, + "path": "285", + "port": "286", "host": "287", - "scheme": "ə娯Ȱ囌{", + "scheme": "花ª瘡蟦JBʟ鍏", "httpHeaders": [ { "name": "288", @@ -870,158 +843,187 @@ ] }, "tcpSocket": { - "port": -1829146875, - "host": "290" + "port": "290", + "host": "291" }, - "initialDelaySeconds": -205176266, - "timeoutSeconds": 490479437, - "periodSeconds": -116469891, - "successThreshold": 311083651, - "failureThreshold": 353361793, - "terminationGracePeriodSeconds": -8939747084334542875 + "initialDelaySeconds": -2062708879, + "timeoutSeconds": 215186711, + "periodSeconds": -141401239, + "successThreshold": -1187301925, + "failureThreshold": -402384013, + "terminationGracePeriodSeconds": -779972051078659613 + }, + "startupProbe": { + "exec": { + "command": [ + "292" + ] + }, + "httpGet": { + "path": "293", + "port": "294", + "host": "295", + "scheme": "İ", + "httpHeaders": [ + { + "name": "296", + "value": "297" + } + ] + }, + "tcpSocket": { + "port": "298", + "host": "299" + }, + "initialDelaySeconds": -1615316902, + "timeoutSeconds": -793616601, + "periodSeconds": -522215271, + "successThreshold": 1374479082, + "failureThreshold": 737722974, + "terminationGracePeriodSeconds": -247950237984551522 }, "lifecycle": { "postStart": { "exec": { "command": [ - "291" + "300" ] }, "httpGet": { - "path": "292", - "port": -1021949447, - "host": "293", - "scheme": "B芭", + "path": "301", + "port": 1502643091, + "host": "302", + "scheme": "­蜷ɔ幩š", "httpHeaders": [ { - "name": "294", - "value": "295" + "name": "303", + "value": "304" } ] }, "tcpSocket": { - "port": "296", - "host": "297" + "port": 455833230, + "host": "305" } }, "preStop": { "exec": { "command": [ - "298" + "306" ] }, "httpGet": { - "path": "299", - "port": "300", - "host": "301", - "scheme": "yƕ丆録²Ŏ)", + "path": "307", + "port": 1076497581, + "host": "308", + "scheme": "h4ɊHȖ|ʐ", "httpHeaders": [ { - "name": "302", - "value": "303" + "name": "309", + "value": "310" } ] }, "tcpSocket": { - "port": 507384491, - "host": "304" + "port": 248533396, + "host": "311" } } }, - "terminationMessagePath": "305", - "terminationMessagePolicy": "3", - "imagePullPolicy": "汰8ŕİi騎C\"6x$1s", + "terminationMessagePath": "312", + "terminationMessagePolicy": "迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ", + "imagePullPolicy": "ņ", "securityContext": { "capabilities": { "add": [ - "p鋄5弢ȹ均i绝5" + "DŽ髐njʉBn(fǂǢ曣" ], "drop": [ - "" + "ay" ] }, - "privileged": true, + "privileged": false, "seLinuxOptions": { - "user": "306", - "role": "307", - "type": "308", - "level": "309" + "user": "313", + "role": "314", + "type": "315", + "level": "316" }, "windowsOptions": { - "gmsaCredentialSpecName": "310", - "gmsaCredentialSpec": "311", - "runAsUserName": "312", - "hostProcess": false + "gmsaCredentialSpecName": "317", + "gmsaCredentialSpec": "318", + "runAsUserName": "319", + "hostProcess": true }, - "runAsUser": -3385088507022597813, - "runAsGroup": 7023916302283403328, - "runAsNonRoot": false, + "runAsUser": -3576337664396773931, + "runAsGroup": -4786249339103684082, + "runAsNonRoot": true, "readOnlyRootFilesystem": false, - "allowPrivilegeEscalation": false, - "procMount": "ş", + "allowPrivilegeEscalation": true, + "procMount": "u8晲", "seccompProfile": { - "type": "諔迮ƙ", - "localhostProfile": "313" + "type": "[irȎ3Ĕ\\ɢX鰨松/Ȁĵ鴁ĩȲ", + "localhostProfile": "320" } }, - "stdinOnce": true + "stdin": true } ], "ephemeralContainers": [ { - "name": "314", - "image": "315", + "name": "321", + "image": "322", "command": [ - "316" + "323" ], "args": [ - "317" + "324" ], - "workingDir": "318", + "workingDir": "325", "ports": [ { - "name": "319", - "hostPort": -488127393, - "containerPort": 1137109081, - "protocol": "丽饾| 鞤ɱď", - "hostIP": "320" + "name": "326", + "hostPort": 1453852685, + "containerPort": 2037135322, + "protocol": "ǧĒzŔ瘍N", + "hostIP": "327" } ], "envFrom": [ { - "prefix": "321", + "prefix": "328", "configMapRef": { - "name": "322", + "name": "329", "optional": true }, "secretRef": { - "name": "323", - "optional": false + "name": "330", + "optional": true } } ], "env": [ { - "name": "324", - "value": "325", + "name": "331", + "value": "332", "valueFrom": { "fieldRef": { - "apiVersion": "326", - "fieldPath": "327" + "apiVersion": "333", + "fieldPath": "334" }, "resourceFieldRef": { - "containerName": "328", - "resource": "329", - "divisor": "66" + "containerName": "335", + "resource": "336", + "divisor": "464" }, "configMapKeyRef": { - "name": "330", - "key": "331", + "name": "337", + "key": "338", "optional": true }, "secretKeyRef": { - "name": "332", - "key": "333", + "name": "339", + "key": "340", "optional": false } } @@ -1029,56 +1031,28 @@ ], "resources": { "limits": { - "ƣMț譎懚X": "93" + "汚磉反-n": "653" }, "requests": { - "曣ŋayåe躒訙": "484" + "^輅9ɛ棕ƈ眽炊礫Ƽ¨Ix糂腂ǂǚ": "999" } }, "volumeMounts": [ { - "name": "334", - "mountPath": "335", - "subPath": "336", - "mountPropagation": "(娕uE增猍", - "subPathExpr": "337" + "name": "341", + "mountPath": "342", + "subPath": "343", + "mountPropagation": "蛋I滞廬耐鷞焬CQm坊柩", + "subPathExpr": "344" } ], "volumeDevices": [ { - "name": "338", - "devicePath": "339" + "name": "345", + "devicePath": "346" } ], "livenessProbe": { - "exec": { - "command": [ - "340" - ] - }, - "httpGet": { - "path": "341", - "port": "342", - "host": "343", - "httpHeaders": [ - { - "name": "344", - "value": "345" - } - ] - }, - "tcpSocket": { - "port": -819013491, - "host": "346" - }, - "initialDelaySeconds": -1843539391, - "timeoutSeconds": 1238925115, - "periodSeconds": -1758095966, - "successThreshold": 1627026804, - "failureThreshold": -1508967300, - "terminationGracePeriodSeconds": -4548040070833300341 - }, - "readinessProbe": { "exec": { "command": [ "347" @@ -1086,9 +1060,9 @@ }, "httpGet": { "path": "348", - "port": -186532794, + "port": -1088996269, "host": "349", - "scheme": "ĩȲǸ|蕎'佉賞ǧĒzŔ瘍Nʊ輔3璾ė", + "scheme": "ƘƵŧ1ƟƓ宆!", "httpHeaders": [ { "name": "350", @@ -1097,80 +1071,86 @@ ] }, "tcpSocket": { - "port": "352", - "host": "353" + "port": -1836225650, + "host": "352" }, - "initialDelaySeconds": -751455207, - "timeoutSeconds": -894026356, - "periodSeconds": 646133945, - "successThreshold": -506710067, - "failureThreshold": -47594442, - "terminationGracePeriodSeconds": -8866033802256420471 + "initialDelaySeconds": -1065853311, + "timeoutSeconds": 559999152, + "periodSeconds": -843639240, + "successThreshold": 1573261475, + "failureThreshold": -1211577347, + "terminationGracePeriodSeconds": 6567123901989213629 }, - "startupProbe": { + "readinessProbe": { "exec": { "command": [ - "354" + "353" ] }, "httpGet": { - "path": "355", - "port": -1789721862, - "host": "356", - "scheme": "閈誹ʅ蕉ɼ", + "path": "354", + "port": 705333281, + "host": "355", + "scheme": "xƂ9阠", "httpHeaders": [ { - "name": "357", - "value": "358" + "name": "356", + "value": "357" } ] }, "tcpSocket": { - "port": 374862544, - "host": "359" + "port": -916583020, + "host": "358" }, - "initialDelaySeconds": 1518001294, - "timeoutSeconds": 1467189105, - "periodSeconds": -2068583194, - "successThreshold": -29073009, - "failureThreshold": 1190831814, - "terminationGracePeriodSeconds": 7262727411813417219 + "initialDelaySeconds": -606614374, + "timeoutSeconds": -3478003, + "periodSeconds": 498878902, + "successThreshold": 652646450, + "failureThreshold": 757223010, + "terminationGracePeriodSeconds": -8216131738691912586 + }, + "startupProbe": { + "exec": { + "command": [ + "359" + ] + }, + "httpGet": { + "path": "360", + "port": "361", + "host": "362", + "scheme": "Ů\u003cy鯶縆łƑ[澔", + "httpHeaders": [ + { + "name": "363", + "value": "364" + } + ] + }, + "tcpSocket": { + "port": 1288391156, + "host": "365" + }, + "initialDelaySeconds": -952255430, + "timeoutSeconds": 1568034275, + "periodSeconds": -824007302, + "successThreshold": -359713104, + "failureThreshold": 1671084780, + "terminationGracePeriodSeconds": 1571605531283019612 }, "lifecycle": { "postStart": { "exec": { "command": [ - "360" + "366" ] }, "httpGet": { - "path": "361", - "port": 890223061, - "host": "362", - "scheme": "uEy竬ʆɞȥ}礤铟怖ý萜Ǖc8ǣ", - "httpHeaders": [ - { - "name": "363", - "value": "364" - } - ] - }, - "tcpSocket": { - "port": "365", - "host": "366" - } - }, - "preStop": { - "exec": { - "command": [ - "367" - ] - }, - "httpGet": { - "path": "368", - "port": 797714018, + "path": "367", + "port": "368", "host": "369", - "scheme": "vÄÚ×", + "scheme": "%ʝ`ǭ", "httpHeaders": [ { "name": "370", @@ -1179,104 +1159,126 @@ ] }, "tcpSocket": { - "port": "372", - "host": "373" + "port": -1467648837, + "host": "372" + } + }, + "preStop": { + "exec": { + "command": [ + "373" + ] + }, + "httpGet": { + "path": "374", + "port": "375", + "host": "376", + "scheme": "磂tńČȷǻ.wȏâ磠Ƴ崖S", + "httpHeaders": [ + { + "name": "377", + "value": "378" + } + ] + }, + "tcpSocket": { + "port": "379", + "host": "380" } } }, - "terminationMessagePath": "374", - "terminationMessagePolicy": "m罂o3ǰ廋i乳'ȘUɻ", - "imagePullPolicy": "阠$嬏", + "terminationMessagePath": "381", + "terminationMessagePolicy": "¯ÁȦtl敷斢", + "imagePullPolicy": "愝Ű藛b磾sYȠ繽敮ǰ詀ǿ忀oɎƺL", "securityContext": { "capabilities": { "add": [ - "¶熀ďJZ漤" + "鬬$矐_敕ű嵞嬯t{Eɾ" ], "drop": [ - "" + "Ȯ-湷D谹気Ƀ秮òƬɸĻo:" ] }, "privileged": true, "seLinuxOptions": { - "user": "375", - "role": "376", - "type": "377", - "level": "378" + "user": "382", + "role": "383", + "type": "384", + "level": "385" }, "windowsOptions": { - "gmsaCredentialSpecName": "379", - "gmsaCredentialSpec": "380", - "runAsUserName": "381", - "hostProcess": false + "gmsaCredentialSpecName": "386", + "gmsaCredentialSpec": "387", + "runAsUserName": "388", + "hostProcess": true }, - "runAsUser": 5680561050872693436, - "runAsGroup": -8721643037453811760, + "runAsUser": 4224635496843945227, + "runAsGroup": 73764735411458498, "runAsNonRoot": false, - "readOnlyRootFilesystem": true, - "allowPrivilegeEscalation": true, - "procMount": "槃JŵǤ桒ɴ鉂WJ", + "readOnlyRootFilesystem": false, + "allowPrivilegeEscalation": false, + "procMount": "s44矕Ƈè", "seccompProfile": { - "type": "抉泅ą\u0026疀ȼN翾ȾD虓氙磂tńČȷǻ", - "localhostProfile": "382" + "type": "鑏='ʨ|ǓÓ敆OɈÏ 瞍", + "localhostProfile": "389" } }, - "targetContainerName": "383" + "tty": true, + "targetContainerName": "390" } ], - "restartPolicy": "ȏâ磠", - "terminationGracePeriodSeconds": 5614430095732678823, - "activeDeadlineSeconds": 5204116807884683873, - "dnsPolicy": "8ð仁Q橱9ij\\Ď愝Ű藛b", + "restartPolicy": "ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn", + "terminationGracePeriodSeconds": -8335674866227004872, + "activeDeadlineSeconds": 3305070661619041050, + "dnsPolicy": "+Œ9两", "nodeSelector": { - "384": "385" + "391": "392" }, - "serviceAccountName": "386", - "serviceAccount": "387", - "automountServiceAccountToken": true, - "nodeName": "388", - "hostNetwork": true, + "serviceAccountName": "393", + "serviceAccount": "394", + "automountServiceAccountToken": false, + "nodeName": "395", "hostPID": true, - "hostIPC": true, - "shareProcessNamespace": false, + "shareProcessNamespace": true, "securityContext": { "seLinuxOptions": { - "user": "389", - "role": "390", - "type": "391", - "level": "392" + "user": "396", + "role": "397", + "type": "398", + "level": "399" }, "windowsOptions": { - "gmsaCredentialSpecName": "393", - "gmsaCredentialSpec": "394", - "runAsUserName": "395", + "gmsaCredentialSpecName": "400", + "gmsaCredentialSpec": "401", + "runAsUserName": "402", "hostProcess": false }, - "runAsUser": -3072254610148392250, - "runAsGroup": -935274303703112577, + "runAsUser": 3438266910774132295, + "runAsGroup": 3230705132538051674, "runAsNonRoot": true, "supplementalGroups": [ - 5215323049148402377 + -1600417733583164525 ], - "fsGroup": 2946116477552625615, + "fsGroup": -3964669311891901178, "sysctls": [ { - "name": "396", - "value": "397" + "name": "403", + "value": "404" } ], - "fsGroupChangePolicy": "$鬬$矐_敕", + "fsGroupChangePolicy": "ƴ4虵p", "seccompProfile": { - "type": "嵞嬯t{Eɾ敹Ȯ-湷D谹", - "localhostProfile": "398" + "type": "沥7uPƒw©ɴĶ烷Ľthp", + "localhostProfile": "405" } }, "imagePullSecrets": [ { - "name": "399" + "name": "406" } ], - "hostname": "400", - "subdomain": "401", + "hostname": "407", + "subdomain": "408", "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { @@ -1284,19 +1286,19 @@ { "matchExpressions": [ { - "key": "402", - "operator": "", + "key": "409", + "operator": "濦ʓɻŊ0蚢鑸鶲Ãqb轫", "values": [ - "403" + "410" ] } ], "matchFields": [ { - "key": "404", - "operator": "ɸĻo:{柯?B俋¬h`職铳s44矕Ƈ", + "key": "411", + "operator": " ", "values": [ - "405" + "412" ] } ] @@ -1305,23 +1307,23 @@ }, "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1805682547, + "weight": -5241849, "preference": { "matchExpressions": [ { - "key": "406", - "operator": "='ʨ|ǓÓ敆OɈÏ 瞍髃", + "key": "413", + "operator": "'呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG", "values": [ - "407" + "414" ] } ], "matchFields": [ { - "key": "408", - "operator": "ƒK07曳w", + "key": "415", + "operator": "[y#t(", "values": [ - "409" + "416" ] } ] @@ -1334,27 +1336,30 @@ { "labelSelector": { "matchLabels": { - "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" + "rG-7--p9.-_0R.-_-3_L_2--_v2.5p_..Y-.wg_-b8a_68": "Q4_.84.K_-_0_..u.F.pq..--Q" }, "matchExpressions": [ { - "key": "67F3p2_-_AmD-.0P", - "operator": "DoesNotExist" + "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": [ - "416" + "423" ], - "topologyKey": "417", + "topologyKey": "424", "namespaceSelector": { "matchLabels": { - "6--3QC1--L--v_Z--Zg-_4Q__-v_t_u_.__I_-_-w": "d-5X1rh-K5y_AzOBW.9oE9_6.--v1r" + "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": "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": "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" } ] } @@ -1362,31 +1367,31 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -450654683, + "weight": -234140, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "G_2kCpS__.39g_.--_-_ve5.m_2_--XZ-x._0": "M2-n_5023Xl-3Pw_-r75--_-A-o-__y__._12..wrbW_E..24-O._.v._9c" + "1_.-_L-__bf_9_-C-PfNx__-U_P": "tW23-_.z_.._s--_F-BR-.h_2" }, "matchExpressions": [ { - "key": "3hjo--8kb6--ut---p8--3-e-3-44-e.w--i--40wv--in-870w--it6k47-7yd-y--3wc8q8/Jm...Cr", - "operator": "DoesNotExist" + "key": "s_6O-5_7_-0w_--5-_.3--_9QW2JkU27_.-4T-I.-..K.-.0__sD.-.-_s", + "operator": "Exists" } ] }, "namespaces": [ - "430" + "437" ], - "topologyKey": "431", + "topologyKey": "438", "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" + "Q.-_t--O3": "7z2-y.-...C4_-_2G0.-c_C.G.h--m._fN._k8__._ep2P.B._A_09E" }, "matchExpressions": [ { - "key": "C-_20", - "operator": "Exists" + "key": "P_p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o..p_B-d--Q5._D6_.d-n_9np", + "operator": "DoesNotExist" } ] } @@ -1399,30 +1404,33 @@ { "labelSelector": { "matchLabels": { - "fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o5": "TB-d-Q" + "n7-a6434---7i-f-d019o1v3u.2k8-2-d--n--r8661--3-8-t48g-w2q7z-vps548-d-1r7j--v2x-64dwb/e": "8" }, "matchExpressions": [ { - "key": "4b699/B9n.2", + "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": [ - "MM7-.e.x" + "u-.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133eT_2_t_IkI-mt4...rBQ.9-0" ] } ] }, "namespaces": [ - "444" + "451" ], - "topologyKey": "445", + "topologyKey": "452", "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" + "m_-Z.wc..k_0_5.z.0..__k": "b.-9.Y0-_-.l__.c17__f_-336-.BT" }, "matchExpressions": [ { - "key": "8u2-__3uM77U7._pT-___-_5-6h_Ky7-_0Vw-Nzfdw.3-._J", - "operator": "DoesNotExist" + "key": "N7.81_-._-_8_.._._a9", + "operator": "In", + "values": [ + "vi.gZdnUVP._81_---l_3_-_G-D....js--a---..6bD_Mh" + ] } ] } @@ -1430,33 +1438,30 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1131487788, + "weight": 1276377114, "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" + "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": "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": "v54le-to9e--a-7je9fz87-2jvd23-0p1.360v2-x-cpor---cigu--s/j-dY7_M_-._M5..-N_H_55..--E3_2h", + "operator": "DoesNotExist" } ] }, "namespaces": [ - "458" + "465" ], - "topologyKey": "459", + "topologyKey": "466", "namespaceSelector": { "matchLabels": { - "7u-h---dY7_M_-._M5..-N_H_55..--E3_2D-1DW__o_-._kzB7U_.Q.45cy5": "Y-__-Zvt.LT60v.WxPc--K" + "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": "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", + "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" } ] @@ -1466,66 +1471,66 @@ ] } }, - "schedulerName": "466", + "schedulerName": "473", "tolerations": [ { - "key": "467", - "operator": "E色kx-餌勀奷ŎC菡ƴ勋;*靯įƊ", - "value": "468", - "effect": "ŕ蘴濼DZj鎒ũW|ȶdžH0ƾ瘿¸", - "tolerationSeconds": -3147305732428645642 + "key": "474", + "operator": "r}梳攔wŲ魦Ɔ0ƢĮÀĘÆɆȸȢ蒸", + "value": "475", + "effect": "U烈 źfjǰɪ嘞ȏ}杻扞Ğ", + "tolerationSeconds": 3252034671163905138 } ], "hostAliases": [ { - "ip": "469", + "ip": "476", "hostnames": [ - "470" + "477" ] } ], - "priorityClassName": "471", - "priority": -1756088332, + "priorityClassName": "478", + "priority": 347613368, "dnsConfig": { "nameservers": [ - "472" + "479" ], "searches": [ - "473" + "480" ], "options": [ { - "name": "474", - "value": "475" + "name": "481", + "value": "482" } ] }, "readinessGates": [ { - "conditionType": "#sM網" + "conditionType": "ř岈ǎǏ]S5:œƌ嵃ǁ" } ], - "runtimeClassName": "476", - "enableServiceLinks": true, - "preemptionPolicy": "ûŠl倳ţü¿Sʟ鍡", + "runtimeClassName": "483", + "enableServiceLinks": false, + "preemptionPolicy": "m珢\\%傢z¦Ā竚ĐȌƨǴ叆", "overhead": { - "炳薝鴠:X才à脡ǯ?b砸ƻ舁Ȁ贠ȇö匉": "452" + "D輷": "792" }, "topologySpreadConstraints": [ { - "maxSkew": -447559705, - "topologyKey": "477", - "whenUnsatisfiable": "TaI楅©Ǫ壿/š^劶äɲ泒", + "maxSkew": -484382570, + "topologyKey": "484", + "whenUnsatisfiable": "nn坾\u0026Pɫ(ʙÆʨɺC`", "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" + "n.DL.o_e-d92e8S_-0-_8Vz-E41___75Q-T": "O.__0PPX-.-d4Badb" }, "matchExpressions": [ { - "key": "KTlO.__0PX", - "operator": "In", + "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": [ - "V6K_.3_583-6.f-.9-.V..Q-K_6_3" + "h.v._5.vB-.-7-.6Jv-86___3" ] } ] @@ -1536,34 +1541,33 @@ } }, "strategy": { - "type": "卍睊", + "type": "ʔF{ȃ騑ȫ(踶NJđƟÝɹ橽ƴåj", "rollingUpdate": { "maxUnavailable": 2, "maxSurge": 3 } }, - "minReadySeconds": -212999359, - "revisionHistoryLimit": -866496758, - "paused": true, - "progressDeadlineSeconds": 1499408621 + "minReadySeconds": 2115665292, + "revisionHistoryLimit": 237456757, + "progressDeadlineSeconds": -1402499324 }, "status": { - "observedGeneration": 4061426462677728903, - "replicas": 208086661, - "updatedReplicas": 1598926042, - "readyReplicas": -1813284990, - "availableReplicas": 1659111388, - "unavailableReplicas": -717288184, + "observedGeneration": -8619941635428506201, + "replicas": -380889943, + "updatedReplicas": 466048730, + "readyReplicas": -601845829, + "availableReplicas": 426527089, + "unavailableReplicas": -1890403855, "conditions": [ { - "type": "Ä_ʝ3Ƙr埁摢噓涫祲ŗȨĽ堐mpƮ", - "status": "嘯龡班悦ʀ臺穔", - "lastUpdateTime": "2294-09-29T07:15:12Z", - "lastTransitionTime": "2196-06-26T01:09:43Z", - "reason": "484", - "message": "485" + "type": "绰爪qĖĖȠ姓ȇ\u003e尪璎妽", + "status": "ĈȖ董缞濪葷cŲ", + "lastUpdateTime": "1999-05-06T18:42:43Z", + "lastTransitionTime": "2109-09-25T13:37:56Z", + "reason": "491", + "message": "492" } ], - "collisionCount": 16994744 + "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 84c5610d39b75c1b86489794c28598e682309dc0..31efb844076649b35893bfcb067bc6f42e234940 100644 GIT binary patch delta 6108 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 delta 5847 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 diff --git a/staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.yaml b/staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.yaml index 592fcf818d8..59abf43459e 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.yaml +++ b/staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.yaml @@ -31,11 +31,10 @@ metadata: selfLink: "5" uid: "7" spec: - minReadySeconds: -212999359 - paused: true - progressDeadlineSeconds: 1499408621 + minReadySeconds: 2115665292 + progressDeadlineSeconds: -1402499324 replicas: 896585016 - revisionHistoryLimit: -866496758 + revisionHistoryLimit: 237456757 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 +45,7 @@ spec: rollingUpdate: maxSurge: 3 maxUnavailable: 2 - type: 卍睊 + type: ʔF{ȃ騑ȫ(踶NJđƟÝɹ橽ƴåj template: metadata: annotations: @@ -79,730 +78,730 @@ spec: selfLink: "29" uid: ?Qȫş spec: - activeDeadlineSeconds: 5204116807884683873 + activeDeadlineSeconds: 3305070661619041050 affinity: nodeAffinity: preferredDuringSchedulingIgnoredDuringExecution: - preference: matchExpressions: - - key: "406" - operator: ='ʨ|ǓÓ敆OɈÏ 瞍髃 + - key: "413" + operator: '''呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG' values: - - "407" + - "414" matchFields: - - key: "408" - operator: ƒK07曳w + - key: "415" + operator: '[y#t(' values: - - "409" - weight: 1805682547 + - "416" + weight: -5241849 requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - - key: "402" - operator: "" + - key: "409" + operator: 濦ʓɻŊ0蚢鑸鶲Ãqb轫 values: - - "403" + - "410" matchFields: - - key: "404" - operator: ɸĻo:{柯?B俋¬h`職铳s44矕Ƈ + - key: "411" + operator: ' ' values: - - "405" + - "412" podAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - - key: 3hjo--8kb6--ut---p8--3-e-3-44-e.w--i--40wv--in-870w--it6k47-7yd-y--3wc8q8/Jm...Cr - operator: DoesNotExist - matchLabels: - 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: C-_20 + - key: s_6O-5_7_-0w_--5-_.3--_9QW2JkU27_.-4T-I.-..K.-.0__sD.-.-_s operator: Exists 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 + 1_.-_L-__bf_9_-C-PfNx__-U_P: tW23-_.z_.._s--_F-BR-.h_2 + 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 + matchLabels: + Q.-_t--O3: 7z2-y.-...C4_-_2G0.-c_C.G.h--m._fN._k8__._ep2P.B._A_09E namespaces: - - "430" - topologyKey: "431" - weight: -450654683 + - "437" + topologyKey: "438" + weight: -234140 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: 67F3p2_-_AmD-.0P - operator: DoesNotExist + - 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: - 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 + rG-7--p9.-_0R.-_-3_L_2--_v2.5p_..Y-.wg_-b8a_68: Q4_.84.K_-_0_..u.F.pq..--Q 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: 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: - 6--3QC1--L--v_Z--Zg-_4Q__-v_t_u_.__I_-_-w: d-5X1rh-K5y_AzOBW.9oE9_6.--v1r + 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: - - "416" - topologyKey: "417" + - "423" + topologyKey: "424" 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 - 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 - 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 + - key: v54le-to9e--a-7je9fz87-2jvd23-0p1.360v2-x-cpor---cigu--s/j-dY7_M_-._M5..-N_H_55..--E3_2h operator: DoesNotExist matchLabels: - 7u-h---dY7_M_-._M5..-N_H_55..--E3_2D-1DW__o_-._kzB7U_.Q.45cy5: Y-__-Zvt.LT60v.WxPc--K + 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: 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: + ? 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: - - "458" - topologyKey: "459" - weight: 1131487788 + - "465" + topologyKey: "466" + weight: 1276377114 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: 4b699/B9n.2 + - 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: - - MM7-.e.x + - u-.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133eT_2_t_IkI-mt4...rBQ.9-0 matchLabels: - fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o5: TB-d-Q + n7-a6434---7i-f-d019o1v3u.2k8-2-d--n--r8661--3-8-t48g-w2q7z-vps548-d-1r7j--v2x-64dwb/e: "8" namespaceSelector: matchExpressions: - - key: 8u2-__3uM77U7._pT-___-_5-6h_Ky7-_0Vw-Nzfdw.3-._J - operator: DoesNotExist + - key: N7.81_-._-_8_.._._a9 + operator: In + values: + - vi.gZdnUVP._81_---l_3_-_G-D....js--a---..6bD_Mh 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 + m_-Z.wc..k_0_5.z.0..__k: b.-9.Y0-_-.l__.c17__f_-336-.BT namespaces: - - "444" - topologyKey: "445" - automountServiceAccountToken: true + - "451" + topologyKey: "452" + automountServiceAccountToken: false containers: - args: - - "248" + - "254" command: - - "247" + - "253" env: - - name: "255" - value: "256" + - name: "261" + value: "262" valueFrom: configMapKeyRef: - key: "262" - name: "261" + key: "268" + name: "267" optional: false fieldRef: - apiVersion: "257" - fieldPath: "258" + apiVersion: "263" + fieldPath: "264" resourceFieldRef: - containerName: "259" - divisor: "271" - resource: "260" + containerName: "265" + divisor: "965" + resource: "266" secretKeyRef: - key: "264" - name: "263" - optional: true + key: "270" + name: "269" + optional: false envFrom: - configMapRef: - name: "253" - optional: true - prefix: "252" - secretRef: - name: "254" + name: "259" optional: false - image: "246" - imagePullPolicy: 汰8ŕİi騎C"6x$1s + prefix: "258" + secretRef: + name: "260" + optional: true + image: "252" + imagePullPolicy: ņ lifecycle: postStart: exec: command: - - "291" + - "300" httpGet: - host: "293" + host: "302" httpHeaders: - - name: "294" - value: "295" - path: "292" - port: -1021949447 - scheme: B芭 + - name: "303" + value: "304" + path: "301" + port: 1502643091 + scheme: ­蜷ɔ幩š tcpSocket: - host: "297" - port: "296" + host: "305" + port: 455833230 preStop: exec: command: - - "298" + - "306" httpGet: - host: "301" + host: "308" httpHeaders: - - name: "302" - value: "303" - path: "299" - port: "300" - scheme: yƕ丆録²Ŏ) + - name: "309" + value: "310" + path: "307" + port: 1076497581 + scheme: h4ɊHȖ|ʐ tcpSocket: - host: "304" - port: 507384491 + host: "311" + port: 248533396 livenessProbe: exec: command: - - "271" - failureThreshold: 1156888068 - httpGet: - host: "273" - httpHeaders: - - name: "274" - value: "275" - path: "272" - port: 1907998540 - scheme: ',ŕ' - initialDelaySeconds: -253326525 - periodSeconds: 887319241 - successThreshold: 1559618829 - tcpSocket: - host: "277" - port: "276" - terminationGracePeriodSeconds: -5566612115749133989 - timeoutSeconds: 567263590 - name: "245" - ports: - - containerPort: 1714588921 - hostIP: "251" - hostPort: -370386363 - name: "250" - protocol: Ư貾 - readinessProbe: - exec: - command: - - "278" - failureThreshold: 422133388 + - "277" + failureThreshold: -1204965397 httpGet: host: "280" httpHeaders: - name: "281" value: "282" - path: "279" - port: 1315054653 - scheme: 蚃ɣľ)酊龨δ摖ȱ - initialDelaySeconds: 1905181464 - periodSeconds: 1272940694 - successThreshold: -385597677 + path: "278" + port: "279" + scheme: 蛜6Ɖ飴ɎiǨź'ǵɐ鰥Z龏 + initialDelaySeconds: 234253676 + periodSeconds: 1080545253 + successThreshold: 1843491416 tcpSocket: - host: "284" - port: "283" - terminationGracePeriodSeconds: 8385745044578923915 - timeoutSeconds: -1730959016 - resources: - limits: - 庰%皧V: "116" - requests: - "": "289" - securityContext: - allowPrivilegeEscalation: false - capabilities: - add: - - p鋄5弢ȹ均i绝5 - drop: - - "" - privileged: true - procMount: ş - readOnlyRootFilesystem: false - runAsGroup: 7023916302283403328 - runAsNonRoot: false - runAsUser: -3385088507022597813 - seLinuxOptions: - level: "309" - role: "307" - type: "308" - user: "306" - seccompProfile: - localhostProfile: "313" - type: 諔迮ƙ - windowsOptions: - gmsaCredentialSpec: "311" - gmsaCredentialSpecName: "310" - hostProcess: false - runAsUserName: "312" - startupProbe: + host: "283" + port: -614098868 + terminationGracePeriodSeconds: -2125560879532395341 + timeoutSeconds: 846286700 + name: "251" + ports: + - containerPort: 1174240097 + hostIP: "257" + hostPort: -1314967760 + name: "256" + protocol: \E¦队偯J僳徥淳 + readinessProbe: exec: command: - - "285" - failureThreshold: 353361793 + - "284" + failureThreshold: -402384013 httpGet: host: "287" httpHeaders: - name: "288" value: "289" - path: "286" - port: 1013673874 - scheme: ə娯Ȱ囌{ - initialDelaySeconds: -205176266 - periodSeconds: -116469891 - successThreshold: 311083651 + path: "285" + port: "286" + scheme: 花ª瘡蟦JBʟ鍏 + initialDelaySeconds: -2062708879 + periodSeconds: -141401239 + successThreshold: -1187301925 tcpSocket: - host: "290" - port: -1829146875 - terminationGracePeriodSeconds: -8939747084334542875 - timeoutSeconds: 490479437 - stdinOnce: true - terminationMessagePath: "305" - terminationMessagePolicy: "3" + host: "291" + port: "290" + terminationGracePeriodSeconds: -779972051078659613 + timeoutSeconds: 215186711 + resources: + limits: + 4Ǒ輂,ŕĪ: "398" + requests: + V訆Ǝżŧ: "915" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - DŽ髐njʉBn(fǂǢ曣 + drop: + - ay + privileged: false + procMount: u8晲 + readOnlyRootFilesystem: false + runAsGroup: -4786249339103684082 + runAsNonRoot: true + runAsUser: -3576337664396773931 + seLinuxOptions: + level: "316" + role: "314" + type: "315" + user: "313" + seccompProfile: + localhostProfile: "320" + type: '[irȎ3Ĕ\ɢX鰨松/Ȁĵ鴁ĩȲ' + windowsOptions: + gmsaCredentialSpec: "318" + gmsaCredentialSpecName: "317" + hostProcess: true + runAsUserName: "319" + startupProbe: + exec: + command: + - "292" + failureThreshold: 737722974 + httpGet: + host: "295" + httpHeaders: + - name: "296" + value: "297" + path: "293" + port: "294" + scheme: İ + initialDelaySeconds: -1615316902 + periodSeconds: -522215271 + successThreshold: 1374479082 + tcpSocket: + host: "299" + port: "298" + terminationGracePeriodSeconds: -247950237984551522 + timeoutSeconds: -793616601 + stdin: true + terminationMessagePath: "312" + terminationMessagePolicy: 迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ volumeDevices: - - devicePath: "270" - name: "269" + - devicePath: "276" + name: "275" volumeMounts: - - mountPath: "266" - mountPropagation: 橨鬶l獕;跣Hǝcw媀瓄&翜舞拉Œ - name: "265" + - mountPath: "272" + mountPropagation: SÄ蚃ɣľ)酊龨δ摖ȱğ_< + name: "271" readOnly: true - subPath: "267" - subPathExpr: "268" - workingDir: "249" + subPath: "273" + subPathExpr: "274" + workingDir: "255" dnsConfig: nameservers: - - "472" + - "479" options: - - name: "474" - value: "475" + - name: "481" + value: "482" searches: - - "473" - dnsPolicy: 8ð仁Q橱9ij\Ď愝Ű藛b - enableServiceLinks: true + - "480" + dnsPolicy: +Œ9两 + enableServiceLinks: false ephemeralContainers: - args: - - "317" + - "324" command: - - "316" + - "323" env: - - name: "324" - value: "325" + - name: "331" + value: "332" valueFrom: configMapKeyRef: - key: "331" - name: "330" + key: "338" + name: "337" optional: true fieldRef: - apiVersion: "326" - fieldPath: "327" + apiVersion: "333" + fieldPath: "334" resourceFieldRef: - containerName: "328" - divisor: "66" - resource: "329" + containerName: "335" + divisor: "464" + resource: "336" secretKeyRef: - key: "333" - name: "332" + key: "340" + name: "339" optional: false envFrom: - configMapRef: - name: "322" + name: "329" optional: true - prefix: "321" + prefix: "328" secretRef: - name: "323" - optional: false - image: "315" - imagePullPolicy: 阠$嬏 + name: "330" + optional: true + image: "322" + imagePullPolicy: 愝Ű藛b磾sYȠ繽敮ǰ詀ǿ忀oɎƺL lifecycle: postStart: exec: command: - - "360" - httpGet: - host: "362" - httpHeaders: - - name: "363" - value: "364" - path: "361" - port: 890223061 - scheme: uEy竬ʆɞȥ}礤铟怖ý萜Ǖc8ǣ - tcpSocket: - host: "366" - port: "365" - preStop: - exec: - command: - - "367" + - "366" httpGet: host: "369" httpHeaders: - name: "370" value: "371" - path: "368" - port: 797714018 - scheme: vÄÚ× + path: "367" + port: "368" + scheme: '%ʝ`ǭ' tcpSocket: - host: "373" - port: "372" + host: "372" + port: -1467648837 + preStop: + exec: + command: + - "373" + httpGet: + host: "376" + httpHeaders: + - name: "377" + value: "378" + path: "374" + port: "375" + scheme: 磂tńČȷǻ.wȏâ磠Ƴ崖S + tcpSocket: + host: "380" + port: "379" livenessProbe: - exec: - command: - - "340" - failureThreshold: -1508967300 - httpGet: - host: "343" - httpHeaders: - - name: "344" - value: "345" - path: "341" - port: "342" - initialDelaySeconds: -1843539391 - periodSeconds: -1758095966 - successThreshold: 1627026804 - tcpSocket: - host: "346" - port: -819013491 - terminationGracePeriodSeconds: -4548040070833300341 - timeoutSeconds: 1238925115 - name: "314" - ports: - - containerPort: 1137109081 - hostIP: "320" - hostPort: -488127393 - name: "319" - protocol: 丽饾| 鞤ɱď - readinessProbe: exec: command: - "347" - failureThreshold: -47594442 + failureThreshold: -1211577347 httpGet: host: "349" httpHeaders: - name: "350" value: "351" path: "348" - port: -186532794 - scheme: ĩȲǸ|蕎'佉賞ǧĒzŔ瘍Nʊ輔3璾ė - initialDelaySeconds: -751455207 - periodSeconds: 646133945 - successThreshold: -506710067 + port: -1088996269 + scheme: ƘƵŧ1ƟƓ宆! + initialDelaySeconds: -1065853311 + periodSeconds: -843639240 + successThreshold: 1573261475 tcpSocket: - host: "353" - port: "352" - terminationGracePeriodSeconds: -8866033802256420471 - timeoutSeconds: -894026356 - resources: - limits: - ƣMț譎懚X: "93" - requests: - 曣ŋayåe躒訙: "484" - securityContext: - allowPrivilegeEscalation: true - capabilities: - add: - - ¶熀ďJZ漤 - drop: - - "" - privileged: true - procMount: 槃JŵǤ桒ɴ鉂WJ - readOnlyRootFilesystem: true - runAsGroup: -8721643037453811760 - runAsNonRoot: false - runAsUser: 5680561050872693436 - seLinuxOptions: - level: "378" - role: "376" - type: "377" - user: "375" - seccompProfile: - localhostProfile: "382" - type: 抉泅ą&疀ȼN翾ȾD虓氙磂tńČȷǻ - windowsOptions: - gmsaCredentialSpec: "380" - gmsaCredentialSpecName: "379" - hostProcess: false - runAsUserName: "381" - startupProbe: - exec: - command: - - "354" - failureThreshold: 1190831814 - httpGet: - host: "356" - httpHeaders: - - name: "357" - value: "358" - path: "355" - port: -1789721862 - scheme: 閈誹ʅ蕉ɼ - initialDelaySeconds: 1518001294 - periodSeconds: -2068583194 - successThreshold: -29073009 - tcpSocket: - host: "359" - port: 374862544 - terminationGracePeriodSeconds: 7262727411813417219 - timeoutSeconds: 1467189105 - targetContainerName: "383" - terminationMessagePath: "374" - terminationMessagePolicy: m罂o3ǰ廋i乳'ȘUɻ - volumeDevices: - - devicePath: "339" - name: "338" - volumeMounts: - - mountPath: "335" - mountPropagation: (娕uE增猍 - name: "334" - subPath: "336" - subPathExpr: "337" - workingDir: "318" - hostAliases: - - hostnames: - - "470" - ip: "469" - hostIPC: true - hostNetwork: true - hostPID: true - hostname: "400" - imagePullSecrets: - - name: "399" - initContainers: - - args: - - "181" - command: - - "180" - env: - - name: "188" - value: "189" - valueFrom: - configMapKeyRef: - key: "195" - name: "194" - optional: true - fieldRef: - apiVersion: "190" - fieldPath: "191" - resourceFieldRef: - containerName: "192" - divisor: "713" - resource: "193" - secretKeyRef: - key: "197" - name: "196" - optional: false - envFrom: - - configMapRef: - name: "186" - optional: true - prefix: "185" - secretRef: - name: "187" - optional: true - image: "179" - imagePullPolicy: r嚧 - lifecycle: - postStart: - exec: - command: - - "223" - httpGet: - host: "225" - httpHeaders: - - name: "226" - value: "227" - path: "224" - port: -1109619518 - scheme: ĺ}潷ʒ胵輓Ɔȓ蹣ɐǛv+8Ƥ熪 - tcpSocket: - host: "229" - port: "228" - preStop: - exec: - command: - - "230" - httpGet: - host: "232" - httpHeaders: - - name: "233" - value: "234" - path: "231" - port: 461585849 - scheme: ɇ卷荙JLĹ]佱¿>犵殇ŕ-Ɂ - tcpSocket: - host: "235" - port: 467291328 - livenessProbe: - exec: - command: - - "204" - failureThreshold: -93157681 - httpGet: - host: "206" - httpHeaders: - - name: "207" - value: "208" - path: "205" - port: -1285424066 - scheme: ni酛3ƁÀ - initialDelaySeconds: -2036074491 - periodSeconds: 165047920 - successThreshold: -393291312 - tcpSocket: - host: "210" - port: "209" - terminationGracePeriodSeconds: -4856573944864548413 - timeoutSeconds: -148216266 - name: "178" + host: "352" + port: -1836225650 + terminationGracePeriodSeconds: 6567123901989213629 + timeoutSeconds: 559999152 + name: "321" ports: - - containerPort: -1343558801 - hostIP: "184" - hostPort: 1923334396 - name: "183" - protocol: '@掇lNdǂ>' + - containerPort: 2037135322 + hostIP: "327" + hostPort: 1453852685 + name: "326" + protocol: ǧĒzŔ瘍N readinessProbe: exec: command: - - "211" - failureThreshold: 513341278 + - "353" + failureThreshold: 757223010 httpGet: - host: "213" + host: "355" httpHeaders: - - name: "214" - value: "215" - path: "212" - port: -331283026 - scheme: ȉ - initialDelaySeconds: 1033766276 - periodSeconds: -859135545 - successThreshold: -1543701088 + - name: "356" + value: "357" + path: "354" + port: 705333281 + scheme: xƂ9阠 + initialDelaySeconds: -606614374 + periodSeconds: 498878902 + successThreshold: 652646450 tcpSocket: - host: "216" - port: 714088955 - terminationGracePeriodSeconds: 2696007505383404823 - timeoutSeconds: -1745509819 + host: "358" + port: -916583020 + terminationGracePeriodSeconds: -8216131738691912586 + timeoutSeconds: -3478003 resources: limits: - 荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3: "86" + 汚磉反-n: "653" requests: - t莭琽§ć\ ïì: "80" + ^輅9ɛ棕ƈ眽炊礫Ƽ¨Ix糂腂ǂǚ: "999" securityContext: allowPrivilegeEscalation: false capabilities: add: - - 埄趛 + - 鬬$矐_敕ű嵞嬯t{Eɾ drop: - - ʁ岼昕ĬÇ + - 'Ȯ-湷D谹気Ƀ秮òƬɸĻo:' privileged: true - procMount: 鐫û咡W<敄lu|榝 + procMount: s44矕Ƈè readOnlyRootFilesystem: false - runAsGroup: -6406791857291159870 + runAsGroup: 73764735411458498 runAsNonRoot: false - runAsUser: 161123823296532265 + runAsUser: 4224635496843945227 seLinuxOptions: - level: "240" - role: "238" - type: "239" - user: "237" + level: "385" + role: "383" + type: "384" + user: "382" seccompProfile: - localhostProfile: "244" - type: î.Ȏ蝪ʜ5遰= + localhostProfile: "389" + type: 鑏='ʨ|ǓÓ敆OɈÏ 瞍 windowsOptions: - gmsaCredentialSpec: "242" - gmsaCredentialSpecName: "241" - hostProcess: false - runAsUserName: "243" + gmsaCredentialSpec: "387" + gmsaCredentialSpecName: "386" + hostProcess: true + runAsUserName: "388" startupProbe: exec: command: - - "217" - failureThreshold: -1364571630 + - "359" + failureThreshold: 1671084780 httpGet: - host: "219" + host: "362" httpHeaders: - - name: "220" - value: "221" - path: "218" - port: -361442565 - scheme: w - initialDelaySeconds: 994072122 - periodSeconds: -1962065705 - successThreshold: 1701999128 + - name: "363" + value: "364" + path: "360" + port: "361" + scheme: Ů尪璎妽 + 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 ee71197b060..eb54d883944 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 @@ -442,6 +442,11 @@ "apiGroup": "175", "kind": "176", "name": "177" + }, + "dataSourceRef": { + "apiGroup": "178", + "kind": "179", + "name": "180" } } } @@ -450,317 +455,59 @@ ], "initContainers": [ { - "name": "178", - "image": "179", + "name": "181", + "image": "182", "command": [ - "180" + "183" ], "args": [ - "181" + "184" ], - "workingDir": "182", + "workingDir": "185", "ports": [ { - "name": "183", - "hostPort": 424236719, - "containerPort": -2031266553, - "protocol": "呝TG;邪", - "hostIP": "184" + "name": "186", + "hostPort": 747521320, + "containerPort": 859639931, + "protocol": "p儼Ƿ裚瓶釆Ɗ+j忊Ŗȫ焗捏ĨF", + "hostIP": "187" } ], "envFrom": [ { - "prefix": "185", + "prefix": "188", "configMapRef": { - "name": "186", + "name": "189", "optional": true }, "secretRef": { - "name": "187", + "name": "190", "optional": true } } ], "env": [ { - "name": "188", - "value": "189", + "name": "191", + "value": "192", "valueFrom": { "fieldRef": { - "apiVersion": "190", - "fieldPath": "191" + "apiVersion": "193", + "fieldPath": "194" }, "resourceFieldRef": { - "containerName": "192", - "resource": "193", - "divisor": "486" + "containerName": "195", + "resource": "196", + "divisor": "663" }, "configMapKeyRef": { - "name": "194", - "key": "195", + "name": "197", + "key": "198", "optional": true }, "secretKeyRef": { - "name": "196", - "key": "197", - "optional": true - } - } - } - ], - "resources": { - "limits": { - "罁胾^拜Ȍzɟ踡肒Ao/樝fw[Řż丩": "47" - }, - "requests": { - "榜VƋZ1": "932" - } - }, - "volumeMounts": [ - { - "name": "198", - "readOnly": true, - "mountPath": "199", - "subPath": "200", - "mountPropagation": "瀑Ź9ǕLLȊɞ-uƻ悖ȩ0Ƹ[Ę", - "subPathExpr": "201" - } - ], - "volumeDevices": [ - { - "name": "202", - "devicePath": "203" - } - ], - "livenessProbe": { - "exec": { - "command": [ - "204" - ] - }, - "httpGet": { - "path": "205", - "port": 2035347577, - "host": "206", - "scheme": "姣\u003e懔%熷谟þ蛯ɰ荶ljʁ揆ɘȌ脾", - "httpHeaders": [ - { - "name": "207", - "value": "208" - } - ] - }, - "tcpSocket": { - "port": -1498229293, - "host": "209" - }, - "initialDelaySeconds": -1155992025, - "timeoutSeconds": -194343002, - "periodSeconds": -850069363, - "successThreshold": 918929368, - "failureThreshold": 1016277253, - "terminationGracePeriodSeconds": -8520337362162976488 - }, - "readinessProbe": { - "exec": { - "command": [ - "210" - ] - }, - "httpGet": { - "path": "211", - "port": "212", - "host": "213", - "scheme": "悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\\p", - "httpHeaders": [ - { - "name": "214", - "value": "215" - } - ] - }, - "tcpSocket": { - "port": 538852927, - "host": "216" - }, - "initialDelaySeconds": -407545915, - "timeoutSeconds": 902535764, - "periodSeconds": 716842280, - "successThreshold": 1479266199, - "failureThreshold": 163512962, - "terminationGracePeriodSeconds": -8521017368802772029 - }, - "startupProbe": { - "exec": { - "command": [ - "217" - ] - }, - "httpGet": { - "path": "218", - "port": 1623772781, - "host": "219", - "scheme": "UÐ_ƮA攤/ɸɎ", - "httpHeaders": [ - { - "name": "220", - "value": "221" - } - ] - }, - "tcpSocket": { - "port": "222", - "host": "223" - }, - "initialDelaySeconds": 1054858106, - "timeoutSeconds": 232569106, - "periodSeconds": -1150474479, - "successThreshold": 744319626, - "failureThreshold": -2107743490, - "terminationGracePeriodSeconds": 8569885835306406695 - }, - "lifecycle": { - "postStart": { - "exec": { - "command": [ - "224" - ] - }, - "httpGet": { - "path": "225", - "port": 896430536, - "host": "226", - "scheme": "罴ņ螡źȰ", - "httpHeaders": [ - { - "name": "227", - "value": "228" - } - ] - }, - "tcpSocket": { - "port": 513341278, - "host": "229" - } - }, - "preStop": { - "exec": { - "command": [ - "230" - ] - }, - "httpGet": { - "path": "231", - "port": 1451056156, - "host": "232", - "scheme": "uʎȺ眖R#", - "httpHeaders": [ - { - "name": "233", - "value": "234" - } - ] - }, - "tcpSocket": { - "port": "235", - "host": "236" - } - } - }, - "terminationMessagePath": "237", - "terminationMessagePolicy": "'WKw(ğ儴Ůĺ}潷ʒ胵輓Ɔ", - "imagePullPolicy": "1ØœȠƬQg鄠", - "securityContext": { - "capabilities": { - "add": [ - "o啛更偢ɇ卷荙JLĹ]佱¿\u003e犵殇ŕ-Ɂ" - ], - "drop": [ - "W:ĸ輦唊#v" - ] - }, - "privileged": false, - "seLinuxOptions": { - "user": "238", - "role": "239", - "type": "240", - "level": "241" - }, - "windowsOptions": { - "gmsaCredentialSpecName": "242", - "gmsaCredentialSpec": "243", - "runAsUserName": "244", - "hostProcess": true - }, - "runAsUser": 7510677649797968740, - "runAsGroup": -1629447906545846003, - "runAsNonRoot": true, - "readOnlyRootFilesystem": true, - "allowPrivilegeEscalation": true, - "procMount": "8T 苧yñKJɐ扵Gƚ绤fʀ", - "seccompProfile": { - "type": "腩墺Ò媁荭gw忊|E剒蔞|表徶", - "localhostProfile": "245" - } - }, - "stdin": true - } - ], - "containers": [ - { - "name": "246", - "image": "247", - "command": [ - "248" - ], - "args": [ - "249" - ], - "workingDir": "250", - "ports": [ - { - "name": "251", - "hostPort": 59244165, - "containerPort": -614161319, - "protocol": "Ȩ\u003c6鄰簳°Ļǟi\u0026", - "hostIP": "252" - } - ], - "envFrom": [ - { - "prefix": "253", - "configMapRef": { - "name": "254", - "optional": false - }, - "secretRef": { - "name": "255", - "optional": false - } - } - ], - "env": [ - { - "name": "256", - "value": "257", - "valueFrom": { - "fieldRef": { - "apiVersion": "258", - "fieldPath": "259" - }, - "resourceFieldRef": { - "containerName": "260", - "resource": "261", - "divisor": "861" - }, - "configMapKeyRef": { - "name": "262", - "key": "263", - "optional": true - }, - "secretKeyRef": { - "name": "264", - "key": "265", + "name": "199", + "key": "200", "optional": false } } @@ -768,512 +515,769 @@ ], "resources": { "limits": { - "¦队偯J僳徥淳4揻-$ɽ丟×x锏ɟ": "178" + "ſ盷": "532" }, "requests": { - "Ö闊 鰔澝qV": "752" + "[Řż丩": "47" } }, "volumeMounts": [ { - "name": "266", - "readOnly": true, - "mountPath": "267", - "subPath": "268", - "mountPropagation": "/»頸+SÄ蚃ɣľ)酊龨Î", - "subPathExpr": "269" + "name": "201", + "mountPath": "202", + "subPath": "203", + "mountPropagation": "VƋZ1Ůđ眊ľǎɳ,ǿ飏", + "subPathExpr": "204" } ], "volumeDevices": [ { - "name": "270", - "devicePath": "271" + "name": "205", + "devicePath": "206" } ], "livenessProbe": { "exec": { "command": [ - "272" + "207" ] }, "httpGet": { - "path": "273", - "port": "274", - "host": "275", - "scheme": "冓鍓贯", + "path": "208", + "port": 1214895765, + "host": "209", + "scheme": "悖ȩ0Ƹ[Ęİ榌U", "httpHeaders": [ { - "name": "276", - "value": "277" + "name": "210", + "value": "211" } ] }, "tcpSocket": { - "port": "278", - "host": "279" + "port": -187060941, + "host": "212" }, - "initialDelaySeconds": 1290950685, - "timeoutSeconds": 12533543, - "periodSeconds": 1058960779, - "successThreshold": -2133441986, - "failureThreshold": 472742933, - "terminationGracePeriodSeconds": 217739466937954194 + "initialDelaySeconds": -442393168, + "timeoutSeconds": -307373517, + "periodSeconds": 1109079597, + "successThreshold": -646728130, + "failureThreshold": 1684643131, + "terminationGracePeriodSeconds": 5055443896475056676 }, "readinessProbe": { "exec": { "command": [ - "280" + "213" ] }, "httpGet": { - "path": "281", - "port": 1401790459, - "host": "282", - "scheme": "ǵɐ鰥Z", + "path": "214", + "port": "215", + "host": "216", + "scheme": "惇¸t颟.鵫ǚ灄鸫rʤî萨", "httpHeaders": [ { - "name": "283", - "value": "284" + "name": "217", + "value": "218" } ] }, "tcpSocket": { - "port": -1103045151, - "host": "285" + "port": "219", + "host": "220" }, - "initialDelaySeconds": -614098868, - "timeoutSeconds": 234253676, - "periodSeconds": 846286700, - "successThreshold": 1080545253, - "failureThreshold": 1843491416, - "terminationGracePeriodSeconds": -5175286970144973961 + "initialDelaySeconds": 1885896895, + "timeoutSeconds": -1232888129, + "periodSeconds": -1682044542, + "successThreshold": 1182477686, + "failureThreshold": -503805926, + "terminationGracePeriodSeconds": 332054723335023688 }, "startupProbe": { "exec": { "command": [ - "286" + "221" ] }, "httpGet": { - "path": "287", - "port": "288", - "host": "289", - "scheme": "芭花ª瘡蟦JBʟ鍏H鯂²静ƲǦŐnj", + "path": "222", + "port": "223", + "host": "224", + "scheme": "«丯Ƙ枛牐ɺ皚", "httpHeaders": [ { - "name": "290", - "value": "291" + "name": "225", + "value": "226" } ] }, "tcpSocket": { - "port": -560238386, - "host": "292" + "port": -1934111455, + "host": "227" }, - "initialDelaySeconds": 1658749995, - "timeoutSeconds": -938421813, - "periodSeconds": 809683205, - "successThreshold": -1615316902, - "failureThreshold": -793616601, - "terminationGracePeriodSeconds": -2242897509815578930 + "initialDelaySeconds": 766864314, + "timeoutSeconds": 1146016612, + "periodSeconds": 1495880465, + "successThreshold": -1032967081, + "failureThreshold": 59664438, + "terminationGracePeriodSeconds": 4116652091516790056 }, "lifecycle": { "postStart": { "exec": { "command": [ - "293" + "228" ] }, "httpGet": { - "path": "294", - "port": -1699531929, - "host": "295", - "scheme": "Z涬P­蜷ɔ幩šeS", + "path": "229", + "port": -1196874390, + "host": "230", + "scheme": "S晒嶗UÐ_ƮA攤", "httpHeaders": [ { - "name": "296", - "value": "297" + "name": "231", + "value": "232" } ] }, "tcpSocket": { - "port": 155090390, - "host": "298" + "port": -498930176, + "host": "233" } }, "preStop": { "exec": { "command": [ - "299" + "234" ] }, "httpGet": { - "path": "300", - "port": "301", - "host": "302", + "path": "235", + "port": "236", + "host": "237", + "scheme": "鴒翁杙Ŧ癃8鸖ɱJȉ罴ņ螡", "httpHeaders": [ { - "name": "303", - "value": "304" + "name": "238", + "value": "239" } ] }, "tcpSocket": { - "port": -727263154, - "host": "305" + "port": "240", + "host": "241" } } }, - "terminationMessagePath": "306", - "terminationMessagePolicy": "Ȗ|ʐşƧ諔迮ƙIJ嘢4", - "imagePullPolicy": "ʒǚ鍰\\縑ɀ撑¼蠾8餑噭Dµ", + "terminationMessagePath": "242", + "terminationMessagePolicy": "?$矡ȶ网棊ʢ", + "imagePullPolicy": "ʎȺ眖R#", "securityContext": { "capabilities": { "add": [ - ")DŽ髐njʉBn(fǂ" + "'WKw(ğ儴Ůĺ}潷ʒ胵輓Ɔ" ], "drop": [ - "曣ŋayåe躒訙" + "" ] }, - "privileged": false, + "privileged": true, "seLinuxOptions": { - "user": "307", - "role": "308", - "type": "309", - "level": "310" + "user": "243", + "role": "244", + "type": "245", + "level": "246" }, "windowsOptions": { - "gmsaCredentialSpecName": "311", - "gmsaCredentialSpec": "312", - "runAsUserName": "313", - "hostProcess": true + "gmsaCredentialSpecName": "247", + "gmsaCredentialSpec": "248", + "runAsUserName": "249", + "hostProcess": false }, - "runAsUser": 1083662227773909466, - "runAsGroup": 6245571390016329382, + "runAsUser": -2529737859863639391, + "runAsGroup": 7694930383795602762, "runAsNonRoot": true, "readOnlyRootFilesystem": false, - "allowPrivilegeEscalation": false, - "procMount": "[irȎ3Ĕ\\ɢX鰨松/Ȁĵ鴁ĩȲ", + "allowPrivilegeEscalation": true, + "procMount": "\u003e郵[+扴ȨŮ", "seccompProfile": { - "type": "|蕎'佉賞ǧ", - "localhostProfile": "314" + "type": "朷Ǝ膯ljVX1虊谇", + "localhostProfile": "250" } }, - "stdin": true + "stdin": true, + "tty": true } ], - "ephemeralContainers": [ + "containers": [ { - "name": "315", - "image": "316", + "name": "251", + "image": "252", "command": [ - "317" + "253" ], "args": [ - "318" + "254" ], - "workingDir": "319", + "workingDir": "255", "ports": [ { - "name": "320", - "hostPort": -1920304485, - "containerPort": -1842062977, - "protocol": "輔3璾ėȜv1b繐汚磉反-n覦", - "hostIP": "321" + "name": "256", + "hostPort": 1381579966, + "containerPort": -1418092595, + "protocol": "闳ȩr嚧ʣq埄趛屡ʁ岼昕ĬÇó藢x", + "hostIP": "257" } ], "envFrom": [ { - "prefix": "322", + "prefix": "258", "configMapRef": { - "name": "323", + "name": "259", "optional": true }, "secretRef": { - "name": "324", + "name": "260", "optional": true } } ], "env": [ { - "name": "325", - "value": "326", + "name": "261", + "value": "262", "valueFrom": { "fieldRef": { - "apiVersion": "327", - "fieldPath": "328" + "apiVersion": "263", + "fieldPath": "264" }, "resourceFieldRef": { - "containerName": "329", - "resource": "330", - "divisor": "992" + "containerName": "265", + "resource": "266", + "divisor": "894" }, "configMapKeyRef": { - "name": "331", - "key": "332", + "name": "267", + "key": "268", "optional": true }, "secretKeyRef": { - "name": "333", - "key": "334", - "optional": true + "name": "269", + "key": "270", + "optional": false } } } ], "resources": { "limits": { - "ʨIk(dŊiɢzĮ蛋I滞": "394" + "W\u003c敄lu|榝$î.Ȏ": "546" }, "requests": { - "ɞȥ}礤铟怖ý萜Ǖ": "305" + "剒蔞|表": "379" } }, "volumeMounts": [ { - "name": "335", + "name": "271", "readOnly": true, - "mountPath": "336", - "subPath": "337", - "mountPropagation": "Ƒĝ®EĨǔvÄÚ×p鬷m", - "subPathExpr": "338" + "mountPath": "272", + "subPath": "273", + "mountPropagation": "朦 wƯ貾坢'跩", + "subPathExpr": "274" } ], "volumeDevices": [ { - "name": "339", - "devicePath": "340" + "name": "275", + "devicePath": "276" } ], "livenessProbe": { "exec": { "command": [ - "341" + "277" ] }, "httpGet": { - "path": "342", - "port": 1529027685, - "host": "343", - "scheme": "żLj捲攻xƂ9阠$嬏wy¶熀", + "path": "278", + "port": -1471289102, + "host": "279", + "scheme": "i\u0026皥贸碔lNKƙ順\\E¦队偯J僳徥淳", "httpHeaders": [ { - "name": "344", - "value": "345" + "name": "280", + "value": "281" } ] }, "tcpSocket": { - "port": -1912967242, - "host": "346" + "port": 113873869, + "host": "282" }, - "initialDelaySeconds": -2106399359, - "timeoutSeconds": 1443270783, - "periodSeconds": -1038975198, - "successThreshold": 1821835340, - "failureThreshold": 2046765799, - "terminationGracePeriodSeconds": -6946775447206795219 + "initialDelaySeconds": -1421951296, + "timeoutSeconds": 878005329, + "periodSeconds": -1244119841, + "successThreshold": 1235694147, + "failureThreshold": 348370746, + "terminationGracePeriodSeconds": 2011630253582325853 }, "readinessProbe": { "exec": { "command": [ - "347" + "283" ] }, "httpGet": { - "path": "348", - "port": "349", - "host": "350", - "scheme": "Ƒ[澔", + "path": "284", + "port": 1907998540, + "host": "285", + "scheme": ",ŕ", "httpHeaders": [ { - "name": "351", - "value": "352" + "name": "286", + "value": "287" } ] }, "tcpSocket": { - "port": 1288391156, - "host": "353" + "port": "288", + "host": "289" }, - "initialDelaySeconds": -952255430, - "timeoutSeconds": 1568034275, - "periodSeconds": -824007302, - "successThreshold": -359713104, - "failureThreshold": 1671084780, - "terminationGracePeriodSeconds": 1571605531283019612 + "initialDelaySeconds": -253326525, + "timeoutSeconds": 567263590, + "periodSeconds": 887319241, + "successThreshold": 1559618829, + "failureThreshold": 1156888068, + "terminationGracePeriodSeconds": -5566612115749133989 }, "startupProbe": { "exec": { "command": [ - "354" + "290" ] }, "httpGet": { - "path": "355", - "port": -514169648, - "host": "356", - "scheme": "\u0026疀", + "path": "291", + "port": 1315054653, + "host": "292", + "scheme": "蚃ɣľ)酊龨δ摖ȱ", "httpHeaders": [ { - "name": "357", - "value": "358" + "name": "293", + "value": "294" } ] }, "tcpSocket": { - "port": "359", - "host": "360" + "port": "295", + "host": "296" }, - "initialDelaySeconds": -39292476, - "timeoutSeconds": 801902541, - "periodSeconds": -1312249623, - "successThreshold": -1089435479, - "failureThreshold": -1031303729, - "terminationGracePeriodSeconds": -7317946572666008364 + "initialDelaySeconds": 1905181464, + "timeoutSeconds": -1730959016, + "periodSeconds": 1272940694, + "successThreshold": -385597677, + "failureThreshold": 422133388, + "terminationGracePeriodSeconds": 8385745044578923915 }, "lifecycle": { "postStart": { "exec": { "command": [ - "361" + "297" ] }, "httpGet": { - "path": "362", - "port": 1445923603, - "host": "363", - "scheme": "殆诵H玲鑠ĭ$#卛8ð仁Q", + "path": "298", + "port": "299", + "host": "300", + "scheme": "iǨź'ǵɐ鰥Z龏´DÒȗÔÂɘɢ", "httpHeaders": [ { - "name": "364", - "value": "365" + "name": "301", + "value": "302" } ] }, "tcpSocket": { - "port": "366", - "host": "367" + "port": 802134138, + "host": "303" } }, "preStop": { "exec": { "command": [ - "368" + "304" ] }, "httpGet": { - "path": "369", - "port": "370", - "host": "371", - "scheme": "杧ż鯀1'", + "path": "305", + "port": -126958936, + "host": "306", + "scheme": "h亏yƕ丆録²Ŏ)/灩聋3趐囨鏻砅邻", "httpHeaders": [ { - "name": "372", - "value": "373" + "name": "307", + "value": "308" } ] }, "tcpSocket": { - "port": 1297979953, - "host": "374" + "port": "309", + "host": "310" } } }, - "terminationMessagePath": "375", - "terminationMessagePolicy": "ǘ炙", - "imagePullPolicy": "ǰ詀ǿ忀oɎƺL", + "terminationMessagePath": "311", + "terminationMessagePolicy": "ŧOǨ繫ʎǑyZ涬P­蜷ɔ幩šeS", + "imagePullPolicy": "哇芆斩ìh4ɊHȖ|ʐşƧ諔迮", "securityContext": { "capabilities": { "add": [ - "鬬$矐_敕ű嵞嬯t{Eɾ" + "嘢4ʗN,丽饾| 鞤ɱďW賁" ], "drop": [ - "Ȯ-湷D谹気Ƀ秮òƬɸĻo:" + "ɭɪǹ0衷," ] }, "privileged": true, "seLinuxOptions": { - "user": "376", - "role": "377", - "type": "378", - "level": "379" + "user": "312", + "role": "313", + "type": "314", + "level": "315" }, "windowsOptions": { - "gmsaCredentialSpecName": "380", - "gmsaCredentialSpec": "381", - "runAsUserName": "382", + "gmsaCredentialSpecName": "316", + "gmsaCredentialSpec": "317", + "runAsUserName": "318", "hostProcess": true }, - "runAsUser": 4224635496843945227, - "runAsGroup": 73764735411458498, + "runAsUser": -1119183212148951030, + "runAsGroup": -7146044409185304665, "runAsNonRoot": false, - "readOnlyRootFilesystem": false, - "allowPrivilegeEscalation": false, - "procMount": "s44矕Ƈè", + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "w妕眵笭/9崍h趭(娕", "seccompProfile": { - "type": "鑏='ʨ|ǓÓ敆OɈÏ 瞍", - "localhostProfile": "383" + "type": "E增猍", + "localhostProfile": "319" + } + } + } + ], + "ephemeralContainers": [ + { + "name": "320", + "image": "321", + "command": [ + "322" + ], + "args": [ + "323" + ], + "workingDir": "324", + "ports": [ + { + "name": "325", + "hostPort": 601942575, + "containerPort": -1320027474, + "protocol": "Ƶf", + "hostIP": "326" + } + ], + "envFrom": [ + { + "prefix": "327", + "configMapRef": { + "name": "328", + "optional": true + }, + "secretRef": { + "name": "329", + "optional": true + } + } + ], + "env": [ + { + "name": "330", + "value": "331", + "valueFrom": { + "fieldRef": { + "apiVersion": "332", + "fieldPath": "333" + }, + "resourceFieldRef": { + "containerName": "334", + "resource": "335", + "divisor": "179" + }, + "configMapKeyRef": { + "name": "336", + "key": "337", + "optional": false + }, + "secretKeyRef": { + "name": "338", + "key": "339", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "阎l": "464" + }, + "requests": { + "'佉": "633" + } + }, + "volumeMounts": [ + { + "name": "340", + "mountPath": "341", + "subPath": "342", + "mountPropagation": "(ť1ùfŭƽ", + "subPathExpr": "343" + } + ], + "volumeDevices": [ + { + "name": "344", + "devicePath": "345" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "346" + ] + }, + "httpGet": { + "path": "347", + "port": -684167223, + "host": "348", + "scheme": "1b", + "httpHeaders": [ + { + "name": "349", + "value": "350" + } + ] + }, + "tcpSocket": { + "port": "351", + "host": "352" + }, + "initialDelaySeconds": -47594442, + "timeoutSeconds": -2064284357, + "periodSeconds": 725624946, + "successThreshold": -34803208, + "failureThreshold": -313085430, + "terminationGracePeriodSeconds": -7686796864837350582 + }, + "readinessProbe": { + "exec": { + "command": [ + "353" + ] + }, + "httpGet": { + "path": "354", + "port": 1611386356, + "host": "355", + "scheme": "ɼ搳ǭ濑箨ʨIk(", + "httpHeaders": [ + { + "name": "356", + "value": "357" + } + ] + }, + "tcpSocket": { + "port": 2115799218, + "host": "358" + }, + "initialDelaySeconds": 1984241264, + "timeoutSeconds": -758033170, + "periodSeconds": -487434422, + "successThreshold": -370404018, + "failureThreshold": -1844150067, + "terminationGracePeriodSeconds": 1778358283914418699 + }, + "startupProbe": { + "exec": { + "command": [ + "359" + ] + }, + "httpGet": { + "path": "360", + "port": "361", + "host": "362", + "scheme": "焬CQm坊柩", + "httpHeaders": [ + { + "name": "363", + "value": "364" + } + ] + }, + "tcpSocket": { + "port": "365", + "host": "366" + }, + "initialDelaySeconds": -135823101, + "timeoutSeconds": -1345219897, + "periodSeconds": 1141812777, + "successThreshold": -1830926023, + "failureThreshold": -320410537, + "terminationGracePeriodSeconds": 8766190045617353809 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "367" + ] + }, + "httpGet": { + "path": "368", + "port": "369", + "host": "370", + "scheme": "!鍲ɋȑoG鄧蜢暳ǽżLj", + "httpHeaders": [ + { + "name": "371", + "value": "372" + } + ] + }, + "tcpSocket": { + "port": 1333166203, + "host": "373" + } + }, + "preStop": { + "exec": { + "command": [ + "374" + ] + }, + "httpGet": { + "path": "375", + "port": 758604605, + "host": "376", + "scheme": "ċ桉桃喕蠲$ɛ溢臜裡×銵-紑", + "httpHeaders": [ + { + "name": "377", + "value": "378" + } + ] + }, + "tcpSocket": { + "port": "379", + "host": "380" + } + } + }, + "terminationMessagePath": "381", + "terminationMessagePolicy": "釼aTGÒ鵌", + "imagePullPolicy": "ŵǤ桒ɴ鉂WJ1抉泅ą\u0026疀ȼN翾Ⱦ", + "securityContext": { + "capabilities": { + "add": [ + "氙磂tńČȷǻ.wȏâ磠Ƴ崖S«V¯Á" + ], + "drop": [ + "tl敷斢杧ż鯀" + ] + }, + "privileged": true, + "seLinuxOptions": { + "user": "382", + "role": "383", + "type": "384", + "level": "385" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "386", + "gmsaCredentialSpec": "387", + "runAsUserName": "388", + "hostProcess": true + }, + "runAsUser": -3379825899840103887, + "runAsGroup": -6950412587983829837, + "runAsNonRoot": true, + "readOnlyRootFilesystem": false, + "allowPrivilegeEscalation": true, + "procMount": "张q櫞繡旹翃ɾ氒ĺʈʫ羶剹ƊF豎穜姰", + "seccompProfile": { + "type": "咑耖p^鏋蛹Ƚȿ醏g", + "localhostProfile": "389" } }, "tty": true, - "targetContainerName": "384" + "targetContainerName": "390" } ], - "restartPolicy": "ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn", - "terminationGracePeriodSeconds": -8335674866227004872, - "activeDeadlineSeconds": 3305070661619041050, - "dnsPolicy": "+Œ9两", + "restartPolicy": "飂廤Ƌʙcx", + "terminationGracePeriodSeconds": -4767735291842597991, + "activeDeadlineSeconds": -7888525810745339742, + "dnsPolicy": "h`職铳s44矕Ƈ", "nodeSelector": { - "385": "386" + "391": "392" }, - "serviceAccountName": "387", - "serviceAccount": "388", - "automountServiceAccountToken": false, - "nodeName": "389", - "hostPID": true, + "serviceAccountName": "393", + "serviceAccount": "394", + "automountServiceAccountToken": true, + "nodeName": "395", + "hostIPC": true, "shareProcessNamespace": true, "securityContext": { "seLinuxOptions": { - "user": "390", - "role": "391", - "type": "392", - "level": "393" + "user": "396", + "role": "397", + "type": "398", + "level": "399" }, "windowsOptions": { - "gmsaCredentialSpecName": "394", - "gmsaCredentialSpec": "395", - "runAsUserName": "396", + "gmsaCredentialSpecName": "400", + "gmsaCredentialSpec": "401", + "runAsUserName": "402", "hostProcess": false }, - "runAsUser": 3438266910774132295, - "runAsGroup": 3230705132538051674, - "runAsNonRoot": true, + "runAsUser": 5422399684456852309, + "runAsGroup": -4636770370363077377, + "runAsNonRoot": false, "supplementalGroups": [ - -1600417733583164525 + -5728960352366086876 ], - "fsGroup": -3964669311891901178, + "fsGroup": 1712752437570220896, "sysctls": [ { - "name": "397", - "value": "398" + "name": "403", + "value": "404" } ], - "fsGroupChangePolicy": "ƴ4虵p", + "fsGroupChangePolicy": "", "seccompProfile": { - "type": "沥7uPƒw©ɴĶ烷Ľthp", - "localhostProfile": "399" + "type": "#", + "localhostProfile": "405" } }, "imagePullSecrets": [ { - "name": "400" + "name": "406" } ], - "hostname": "401", - "subdomain": "402", + "hostname": "407", + "subdomain": "408", "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { @@ -1281,19 +1285,19 @@ { "matchExpressions": [ { - "key": "403", - "operator": "濦ʓɻŊ0蚢鑸鶲Ãqb轫", + "key": "409", + "operator": "7曳wœj堑ūM鈱ɖ'蠨磼O_h盌3", "values": [ - "404" + "410" ] } ], "matchFields": [ { - "key": "405", - "operator": " ", + "key": "411", + "operator": "@@)Zq=歍þ螗ɃŒGm¨z鋎靀G¿", "values": [ - "406" + "412" ] } ] @@ -1302,23 +1306,23 @@ }, "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -5241849, + "weight": 687140791, "preference": { "matchExpressions": [ { - "key": "407", - "operator": "'呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG", + "key": "413", + "operator": "ļǹʅŚO虀", "values": [ - "408" + "414" ] } ], "matchFields": [ { - "key": "409", - "operator": "[y#t(", + "key": "415", + "operator": "ɴĶ烷Ľthp像-觗裓6Ř", "values": [ - "410" + "416" ] } ] @@ -1331,30 +1335,30 @@ { "labelSelector": { "matchLabels": { - "rG-7--p9.-_0R.-_-3_L_2--_v2.5p_..Y-.wg_-b8a_68": "Q4_.84.K_-_0_..u.F.pq..--Q" + "0": "X8s--7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp_._.-miJ4x-_0_5-_7" }, "matchExpressions": [ { - "key": "8b-3-3b17cab-ppy5e--9p-61-2we16h--5-d-k-sm.2xv17r--32b-----4-670tfz-up3n/ov_Z--Zg-_Q", - "operator": "NotIn", + "key": "c-.F5_x.KNC0-.-m_0-m-6Sp_N-S..o", + "operator": "In", "values": [ - "0..KpiS.oK-.O--5-yp8q_s-L" + "g-_4Q__-v_t_u_.__I_-_-3-3--5X1rh-K5y_AzOBW.9oE9_6.--v7" ] } ] }, "namespaces": [ - "417" + "423" ], - "topologyKey": "418", + "topologyKey": "424", "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" } ] } @@ -1362,31 +1366,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": [ - "431" + "437" ], - "topologyKey": "432", + "topologyKey": "438", "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" + ] } ] } @@ -1399,32 +1409,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": [ - "445" + "451" ], - "topologyKey": "446", + "topologyKey": "452", "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" ] } ] @@ -1433,31 +1440,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": [ - "459" + "465" ], - "topologyKey": "460", + "topologyKey": "466", "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" + ] } ] } @@ -1466,89 +1476,89 @@ ] } }, - "schedulerName": "467", + "schedulerName": "473", "tolerations": [ { - "key": "468", - "operator": "r}梳攔wŲ魦Ɔ0ƢĮÀĘÆɆȸȢ蒸", - "value": "469", - "effect": "U烈 źfjǰɪ嘞ȏ}杻扞Ğ", - "tolerationSeconds": 3252034671163905138 + "key": "474", + "operator": "4%ʬD$;X郪\\#撄貶à圽榕ɹ", + "value": "475", + "effect": "慰x:", + "tolerationSeconds": 3362400521064014157 } ], "hostAliases": [ { - "ip": "470", + "ip": "476", "hostnames": [ - "471" + "477" ] } ], - "priorityClassName": "472", - "priority": 347613368, + "priorityClassName": "478", + "priority": 743241089, "dnsConfig": { "nameservers": [ - "473" + "479" ], "searches": [ - "474" + "480" ], "options": [ { - "name": "475", - "value": "476" + "name": "481", + "value": "482" } ] }, "readinessGates": [ { - "conditionType": "ř岈ǎǏ]S5:œƌ嵃ǁ" + "conditionType": "0yVA嬂刲;牆詒ĸąs" } ], - "runtimeClassName": "477", + "runtimeClassName": "483", "enableServiceLinks": false, - "preemptionPolicy": "m珢\\%傢z¦Ā竚ĐȌƨǴ叆", + "preemptionPolicy": "Iƭij韺ʧ\u003e", "overhead": { - "D輷": "792" + "D傕Ɠ栊闔虝巒瀦ŕ": "124" }, "topologySpreadConstraints": [ { - "maxSkew": -484382570, - "topologyKey": "478", - "whenUnsatisfiable": "nn坾\u0026Pɫ(ʙÆʨɺC`", + "maxSkew": -174245111, + "topologyKey": "484", + "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 } } }, "status": { - "replicas": 2106170541, - "fullyLabeledReplicas": 415168801, - "readyReplicas": 1448332644, - "availableReplicas": -2060941196, - "observedGeneration": 7426283174216567769, + "replicas": 1205668420, + "fullyLabeledReplicas": -1754098513, + "readyReplicas": -877836536, + "availableReplicas": 138992869, + "observedGeneration": -7169014491472696647, "conditions": [ { - "type": "犓`ɜɅco\\穜T睭憲Ħ焵i,ŋŨN", - "status": "\u003c暉Ŝ!ȣ绰爪qĖĖȠ姓ȇ\u003e尪璎", - "lastTransitionTime": "2597-11-21T15:14:16Z", - "reason": "485", - "message": "486" + "type": "零șPî壣V礆á¤拈tY圻醆锛[", + "status": "嬜Š\u0026?鳢.ǀŭ瘢颦z疵", + "lastTransitionTime": "2455-07-16T22:37:15Z", + "reason": "491", + "message": "492" } ] } 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 02aa2d59449a8b23b28673d5e086226323ac74dc..d50b76310547a8a30a5ebf9eee5ec9c78ec15702 100644 GIT binary patch delta 6102 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 WH>$oKdM`m`*Ln#n0or=#J^mkcn_(mX delta 6344 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 diff --git a/staging/src/k8s.io/api/testdata/HEAD/apps.v1.ReplicaSet.yaml b/staging/src/k8s.io/api/testdata/HEAD/apps.v1.ReplicaSet.yaml index f7f01f3daba..7d7421bb35a 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/apps.v1.ReplicaSet.yaml +++ b/staging/src/k8s.io/api/testdata/HEAD/apps.v1.ReplicaSet.yaml @@ -73,731 +73,733 @@ spec: selfLink: "29" uid: ʬ spec: - activeDeadlineSeconds: 3305070661619041050 + activeDeadlineSeconds: -7888525810745339742 affinity: nodeAffinity: preferredDuringSchedulingIgnoredDuringExecution: - preference: matchExpressions: - - key: "407" - operator: '''呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG' + - key: "413" + operator: ļǹʅŚO虀 values: - - "408" + - "414" matchFields: - - key: "409" - operator: '[y#t(' + - key: "415" + operator: ɴĶ烷Ľthp像-觗裓6Ř values: - - "410" - weight: -5241849 + - "416" + weight: 687140791 requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - - key: "403" - operator: 濦ʓɻŊ0蚢鑸鶲Ãqb轫 + - key: "409" + operator: 7曳wœj堑ūM鈱ɖ'蠨磼O_h盌3 values: - - "404" + - "410" matchFields: - - key: "405" - operator: ' ' + - key: "411" + operator: '@@)Zq=歍þ螗ɃŒGm¨z鋎靀G¿' values: - - "406" + - "412" 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: - - "431" - topologyKey: "432" - weight: -234140 + - "437" + topologyKey: "438" + 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 - operator: NotIn + - key: c-.F5_x.KNC0-.-m_0-m-6Sp_N-S..o + operator: In values: - - 0..KpiS.oK-.O--5-yp8q_s-L + - g-_4Q__-v_t_u_.__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 + "0": X8s--7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp_._.-miJ4x-_0_5-_7 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: - - "417" - topologyKey: "418" + - "423" + topologyKey: "424" 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: - - "459" - topologyKey: "460" - weight: 1276377114 + - "465" + topologyKey: "466" + 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: - - "445" - topologyKey: "446" - automountServiceAccountToken: false + - "451" + topologyKey: "452" + automountServiceAccountToken: true containers: - args: - - "249" + - "254" command: - - "248" + - "253" env: - - name: "256" - value: "257" + - name: "261" + value: "262" valueFrom: configMapKeyRef: - key: "263" - name: "262" + key: "268" + name: "267" optional: true fieldRef: - apiVersion: "258" - fieldPath: "259" + apiVersion: "263" + fieldPath: "264" resourceFieldRef: - containerName: "260" - divisor: "861" - resource: "261" + containerName: "265" + divisor: "894" + resource: "266" secretKeyRef: - key: "265" - name: "264" + key: "270" + name: "269" optional: false envFrom: - configMapRef: - name: "254" - optional: false - prefix: "253" + name: "259" + optional: true + prefix: "258" secretRef: - name: "255" - optional: false - image: "247" - imagePullPolicy: ʒǚ鍰\縑ɀ撑¼蠾8餑噭Dµ + name: "260" + optional: true + image: "252" + imagePullPolicy: 哇芆斩ìh4ɊHȖ|ʐşƧ諔迮 lifecycle: postStart: exec: command: - - "293" + - "297" httpGet: - host: "295" + host: "300" httpHeaders: - - name: "296" - value: "297" - path: "294" - port: -1699531929 - scheme: Z涬P­蜷ɔ幩šeS + - name: "301" + value: "302" + path: "298" + port: "299" + scheme: iǨź'ǵɐ鰥Z龏´DÒȗÔÂɘɢ tcpSocket: - host: "298" - port: 155090390 + host: "303" + port: 802134138 preStop: exec: command: - - "299" + - "304" httpGet: - host: "302" + host: "306" httpHeaders: - - name: "303" - value: "304" - path: "300" - port: "301" + - name: "307" + value: "308" + path: "305" + port: -126958936 + scheme: h亏yƕ丆録²Ŏ)/灩聋3趐囨鏻砅邻 tcpSocket: - host: "305" - port: -727263154 + host: "310" + port: "309" livenessProbe: exec: command: - - "272" - failureThreshold: 472742933 + - "277" + failureThreshold: 348370746 httpGet: - host: "275" - httpHeaders: - - name: "276" - value: "277" - path: "273" - port: "274" - scheme: 冓鍓贯 - initialDelaySeconds: 1290950685 - periodSeconds: 1058960779 - successThreshold: -2133441986 - tcpSocket: host: "279" - port: "278" - terminationGracePeriodSeconds: 217739466937954194 - timeoutSeconds: 12533543 - name: "246" - ports: - - containerPort: -614161319 - hostIP: "252" - hostPort: 59244165 - name: "251" - protocol: Ȩ<6鄰簳°Ļǟi& - readinessProbe: - exec: - command: - - "280" - failureThreshold: 1843491416 - httpGet: + httpHeaders: + - name: "280" + value: "281" + path: "278" + port: -1471289102 + scheme: i&皥贸碔lNKƙ順\E¦队偯J僳徥淳 + initialDelaySeconds: -1421951296 + periodSeconds: -1244119841 + successThreshold: 1235694147 + tcpSocket: host: "282" - httpHeaders: - - name: "283" - value: "284" - path: "281" - port: 1401790459 - scheme: ǵɐ鰥Z - initialDelaySeconds: -614098868 - periodSeconds: 846286700 - successThreshold: 1080545253 - tcpSocket: + port: 113873869 + terminationGracePeriodSeconds: 2011630253582325853 + timeoutSeconds: 878005329 + name: "251" + ports: + - containerPort: -1418092595 + hostIP: "257" + hostPort: 1381579966 + name: "256" + protocol: 闳ȩr嚧ʣq埄趛屡ʁ岼昕ĬÇó藢x + readinessProbe: + exec: + command: + - "283" + failureThreshold: 1156888068 + httpGet: host: "285" - port: -1103045151 - terminationGracePeriodSeconds: -5175286970144973961 - timeoutSeconds: 234253676 - resources: - limits: - ¦队偯J僳徥淳4揻-$ɽ丟×x锏ɟ: "178" - requests: - Ö闊 鰔澝qV: "752" - securityContext: - allowPrivilegeEscalation: false - capabilities: - add: - - )DŽ髐njʉBn(fǂ - drop: - - 曣ŋayåe躒訙 - privileged: false - procMount: '[irȎ3Ĕ\ɢX鰨松/Ȁĵ鴁ĩȲ' - readOnlyRootFilesystem: false - runAsGroup: 6245571390016329382 - runAsNonRoot: true - runAsUser: 1083662227773909466 - seLinuxOptions: - level: "310" - role: "308" - type: "309" - user: "307" - seccompProfile: - localhostProfile: "314" - type: '|蕎''佉賞ǧ' - windowsOptions: - gmsaCredentialSpec: "312" - gmsaCredentialSpecName: "311" - hostProcess: true - runAsUserName: "313" - startupProbe: - exec: - command: - - "286" - failureThreshold: -793616601 - httpGet: + httpHeaders: + - name: "286" + value: "287" + path: "284" + port: 1907998540 + scheme: ',ŕ' + initialDelaySeconds: -253326525 + periodSeconds: 887319241 + successThreshold: 1559618829 + tcpSocket: host: "289" - httpHeaders: - - name: "290" - value: "291" - path: "287" port: "288" - scheme: 芭花ª瘡蟦JBʟ鍏H鯂²静ƲǦŐnj - initialDelaySeconds: 1658749995 - periodSeconds: 809683205 - successThreshold: -1615316902 - tcpSocket: - host: "292" - port: -560238386 - terminationGracePeriodSeconds: -2242897509815578930 - timeoutSeconds: -938421813 - stdin: true - terminationMessagePath: "306" - terminationMessagePolicy: Ȗ|ʐşƧ諔迮ƙIJ嘢4 - volumeDevices: - - devicePath: "271" - name: "270" - volumeMounts: - - mountPath: "267" - mountPropagation: /»頸+SÄ蚃ɣľ)酊龨Î - name: "266" - readOnly: true - subPath: "268" - subPathExpr: "269" - workingDir: "250" - dnsConfig: - nameservers: - - "473" - options: - - name: "475" - value: "476" - searches: - - "474" - dnsPolicy: +Œ9两 - enableServiceLinks: false - ephemeralContainers: - - args: - - "318" - command: - - "317" - env: - - name: "325" - value: "326" - valueFrom: - configMapKeyRef: - key: "332" - name: "331" - optional: true - fieldRef: - apiVersion: "327" - fieldPath: "328" - resourceFieldRef: - containerName: "329" - divisor: "992" - resource: "330" - secretKeyRef: - key: "334" - name: "333" - optional: true - envFrom: - - configMapRef: - name: "323" - optional: true - prefix: "322" - secretRef: - name: "324" - optional: true - image: "316" - imagePullPolicy: ǰ詀ǿ忀oɎƺL - lifecycle: - postStart: - exec: - command: - - "361" - httpGet: - host: "363" - httpHeaders: - - name: "364" - value: "365" - path: "362" - port: 1445923603 - scheme: 殆诵H玲鑠ĭ$#卛8ð仁Q - tcpSocket: - host: "367" - port: "366" - preStop: - exec: - command: - - "368" - httpGet: - host: "371" - httpHeaders: - - name: "372" - value: "373" - path: "369" - port: "370" - scheme: 杧ż鯀1' - tcpSocket: - host: "374" - port: 1297979953 - livenessProbe: - exec: - command: - - "341" - failureThreshold: 2046765799 - httpGet: - host: "343" - httpHeaders: - - name: "344" - value: "345" - path: "342" - port: 1529027685 - scheme: żLj捲攻xƂ9阠$嬏wy¶熀 - initialDelaySeconds: -2106399359 - periodSeconds: -1038975198 - successThreshold: 1821835340 - tcpSocket: - host: "346" - port: -1912967242 - terminationGracePeriodSeconds: -6946775447206795219 - timeoutSeconds: 1443270783 - name: "315" - ports: - - containerPort: -1842062977 - hostIP: "321" - hostPort: -1920304485 - name: "320" - protocol: 輔3璾ėȜv1b繐汚磉反-n覦 - readinessProbe: - exec: - command: - - "347" - failureThreshold: 1671084780 - httpGet: - host: "350" - httpHeaders: - - name: "351" - value: "352" - path: "348" - port: "349" - scheme: Ƒ[澔 - initialDelaySeconds: -952255430 - periodSeconds: -824007302 - successThreshold: -359713104 - tcpSocket: - host: "353" - port: 1288391156 - terminationGracePeriodSeconds: 1571605531283019612 - timeoutSeconds: 1568034275 + terminationGracePeriodSeconds: -5566612115749133989 + timeoutSeconds: 567263590 resources: limits: - ʨIk(dŊiɢzĮ蛋I滞: "394" + W<敄lu|榝$î.Ȏ: "546" requests: - ɞȥ}礤铟怖ý萜Ǖ: "305" - securityContext: - allowPrivilegeEscalation: false - capabilities: - add: - - 鬬$矐_敕ű嵞嬯t{Eɾ - drop: - - 'Ȯ-湷D谹気Ƀ秮òƬɸĻo:' - privileged: true - procMount: s44矕Ƈè - readOnlyRootFilesystem: false - runAsGroup: 73764735411458498 - runAsNonRoot: false - runAsUser: 4224635496843945227 - seLinuxOptions: - level: "379" - role: "377" - type: "378" - user: "376" - seccompProfile: - localhostProfile: "383" - type: 鑏='ʨ|ǓÓ敆OɈÏ 瞍 - windowsOptions: - gmsaCredentialSpec: "381" - gmsaCredentialSpecName: "380" - hostProcess: true - runAsUserName: "382" - startupProbe: - exec: - command: - - "354" - failureThreshold: -1031303729 - httpGet: - host: "356" - httpHeaders: - - name: "357" - value: "358" - path: "355" - port: -514169648 - scheme: '&疀' - initialDelaySeconds: -39292476 - periodSeconds: -1312249623 - successThreshold: -1089435479 - tcpSocket: - host: "360" - port: "359" - terminationGracePeriodSeconds: -7317946572666008364 - timeoutSeconds: 801902541 - targetContainerName: "384" - terminationMessagePath: "375" - terminationMessagePolicy: ǘ炙 - tty: true - volumeDevices: - - devicePath: "340" - name: "339" - volumeMounts: - - mountPath: "336" - mountPropagation: Ƒĝ®EĨǔvÄÚ×p鬷m - name: "335" - readOnly: true - subPath: "337" - subPathExpr: "338" - workingDir: "319" - hostAliases: - - hostnames: - - "471" - ip: "470" - hostPID: true - hostname: "401" - imagePullSecrets: - - name: "400" - initContainers: - - args: - - "181" - command: - - "180" - env: - - name: "188" - value: "189" - valueFrom: - configMapKeyRef: - key: "195" - name: "194" - optional: true - fieldRef: - apiVersion: "190" - fieldPath: "191" - resourceFieldRef: - containerName: "192" - divisor: "486" - resource: "193" - secretKeyRef: - key: "197" - name: "196" - optional: true - envFrom: - - configMapRef: - name: "186" - optional: true - prefix: "185" - secretRef: - name: "187" - optional: true - image: "179" - imagePullPolicy: 1ØœȠƬQg鄠 - lifecycle: - postStart: - exec: - command: - - "224" - httpGet: - host: "226" - httpHeaders: - - name: "227" - value: "228" - path: "225" - port: 896430536 - scheme: 罴ņ螡źȰ - tcpSocket: - host: "229" - port: 513341278 - preStop: - exec: - command: - - "230" - httpGet: - host: "232" - httpHeaders: - - name: "233" - value: "234" - path: "231" - port: 1451056156 - scheme: uʎȺ眖R# - tcpSocket: - host: "236" - port: "235" - livenessProbe: - exec: - command: - - "204" - failureThreshold: 1016277253 - httpGet: - host: "206" - httpHeaders: - - name: "207" - value: "208" - path: "205" - port: 2035347577 - scheme: 姣>懔%熷谟þ蛯ɰ荶ljʁ揆ɘȌ脾 - initialDelaySeconds: -1155992025 - periodSeconds: -850069363 - successThreshold: 918929368 - tcpSocket: - host: "209" - port: -1498229293 - terminationGracePeriodSeconds: -8520337362162976488 - timeoutSeconds: -194343002 - name: "178" - ports: - - containerPort: -2031266553 - hostIP: "184" - hostPort: 424236719 - name: "183" - protocol: 呝TG;邪 - readinessProbe: - exec: - command: - - "210" - failureThreshold: 163512962 - httpGet: - host: "213" - httpHeaders: - - name: "214" - value: "215" - path: "211" - port: "212" - scheme: 悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\p - initialDelaySeconds: -407545915 - periodSeconds: 716842280 - successThreshold: 1479266199 - tcpSocket: - host: "216" - port: 538852927 - terminationGracePeriodSeconds: -8521017368802772029 - timeoutSeconds: 902535764 - resources: - limits: - 罁胾^拜Ȍzɟ踡肒Ao/樝fw[Řż丩: "47" - requests: - 榜VƋZ1: "932" + 剒蔞|表: "379" securityContext: allowPrivilegeEscalation: true capabilities: add: - - o啛更偢ɇ卷荙JLĹ]佱¿>犵殇ŕ-Ɂ + - 嘢4ʗN,丽饾| 鞤ɱďW賁 drop: - - W:ĸ輦唊#v - privileged: false - procMount: 8T 苧yñKJɐ扵Gƚ绤fʀ + - ɭɪǹ0衷, + privileged: true + procMount: w妕眵笭/9崍h趭(娕 readOnlyRootFilesystem: true - runAsGroup: -1629447906545846003 - runAsNonRoot: true - runAsUser: 7510677649797968740 + runAsGroup: -7146044409185304665 + runAsNonRoot: false + runAsUser: -1119183212148951030 seLinuxOptions: - level: "241" - role: "239" - type: "240" - user: "238" + level: "315" + role: "313" + type: "314" + user: "312" seccompProfile: - localhostProfile: "245" - type: 腩墺Ò媁荭gw忊|E剒蔞|表徶 + localhostProfile: "319" + type: E增猍 windowsOptions: - gmsaCredentialSpec: "243" - gmsaCredentialSpecName: "242" + gmsaCredentialSpec: "317" + gmsaCredentialSpecName: "316" hostProcess: true - runAsUserName: "244" + runAsUserName: "318" startupProbe: exec: command: - - "217" - failureThreshold: -2107743490 + - "290" + failureThreshold: 422133388 httpGet: - host: "219" + host: "292" httpHeaders: - - name: "220" - value: "221" - path: "218" - port: 1623772781 - scheme: UÐ_ƮA攤/ɸɎ - initialDelaySeconds: 1054858106 - periodSeconds: -1150474479 - successThreshold: 744319626 + - name: "293" + value: "294" + path: "291" + port: 1315054653 + scheme: 蚃ɣľ)酊龨δ摖ȱ + initialDelaySeconds: 1905181464 + periodSeconds: 1272940694 + successThreshold: -385597677 tcpSocket: - host: "223" - port: "222" - terminationGracePeriodSeconds: 8569885835306406695 - timeoutSeconds: 232569106 - stdin: true - terminationMessagePath: "237" - terminationMessagePolicy: '''WKw(ğ儴Ůĺ}潷ʒ胵輓Ɔ' + host: "296" + port: "295" + terminationGracePeriodSeconds: 8385745044578923915 + timeoutSeconds: -1730959016 + terminationMessagePath: "311" + terminationMessagePolicy: ŧOǨ繫ʎǑyZ涬P­蜷ɔ幩šeS volumeDevices: - - devicePath: "203" - name: "202" + - devicePath: "276" + name: "275" volumeMounts: - - mountPath: "199" - mountPropagation: 瀑Ź9ǕLLȊɞ-uƻ悖ȩ0Ƹ[Ę - name: "198" + - mountPath: "272" + mountPropagation: 朦 wƯ貾坢'跩 + name: "271" readOnly: true - subPath: "200" - subPathExpr: "201" - workingDir: "182" - nodeName: "389" + subPath: "273" + subPathExpr: "274" + workingDir: "255" + dnsConfig: + nameservers: + - "479" + options: + - name: "481" + value: "482" + searches: + - "480" + dnsPolicy: h`職铳s44矕Ƈ + enableServiceLinks: false + ephemeralContainers: + - args: + - "323" + command: + - "322" + env: + - name: "330" + value: "331" + valueFrom: + configMapKeyRef: + key: "337" + name: "336" + optional: false + fieldRef: + apiVersion: "332" + fieldPath: "333" + resourceFieldRef: + containerName: "334" + divisor: "179" + resource: "335" + secretKeyRef: + key: "339" + name: "338" + optional: false + envFrom: + - configMapRef: + name: "328" + optional: true + prefix: "327" + secretRef: + name: "329" + optional: true + image: "321" + imagePullPolicy: ŵǤ桒ɴ鉂WJ1抉泅ą&疀ȼN翾Ⱦ + lifecycle: + postStart: + exec: + command: + - "367" + httpGet: + host: "370" + httpHeaders: + - name: "371" + value: "372" + path: "368" + port: "369" + scheme: '!鍲ɋȑoG鄧蜢暳ǽżLj' + tcpSocket: + host: "373" + port: 1333166203 + preStop: + exec: + command: + - "374" + httpGet: + host: "376" + httpHeaders: + - name: "377" + value: "378" + path: "375" + port: 758604605 + scheme: ċ桉桃喕蠲$ɛ溢臜裡×銵-紑 + tcpSocket: + host: "380" + port: "379" + livenessProbe: + exec: + command: + - "346" + failureThreshold: -313085430 + httpGet: + host: "348" + httpHeaders: + - name: "349" + value: "350" + path: "347" + port: -684167223 + scheme: 1b + initialDelaySeconds: -47594442 + periodSeconds: 725624946 + successThreshold: -34803208 + tcpSocket: + host: "352" + port: "351" + terminationGracePeriodSeconds: -7686796864837350582 + timeoutSeconds: -2064284357 + name: "320" + ports: + - containerPort: -1320027474 + hostIP: "326" + hostPort: 601942575 + name: "325" + protocol: Ƶf + readinessProbe: + exec: + command: + - "353" + failureThreshold: -1844150067 + httpGet: + host: "355" + httpHeaders: + - name: "356" + value: "357" + path: "354" + port: 1611386356 + scheme: ɼ搳ǭ濑箨ʨIk( + initialDelaySeconds: 1984241264 + periodSeconds: -487434422 + successThreshold: -370404018 + tcpSocket: + host: "358" + port: 2115799218 + terminationGracePeriodSeconds: 1778358283914418699 + timeoutSeconds: -758033170 + resources: + limits: + 阎l: "464" + requests: + '''佉': "633" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 氙磂tńČȷǻ.wȏâ磠Ƴ崖S«V¯Á + drop: + - tl敷斢杧ż鯀 + privileged: true + procMount: 张q櫞繡旹翃ɾ氒ĺʈʫ羶剹ƊF豎穜姰 + readOnlyRootFilesystem: false + runAsGroup: -6950412587983829837 + runAsNonRoot: true + runAsUser: -3379825899840103887 + seLinuxOptions: + level: "385" + role: "383" + type: "384" + user: "382" + seccompProfile: + localhostProfile: "389" + type: 咑耖p^鏋蛹Ƚȿ醏g + windowsOptions: + gmsaCredentialSpec: "387" + gmsaCredentialSpecName: "386" + hostProcess: true + runAsUserName: "388" + startupProbe: + exec: + command: + - "359" + failureThreshold: -320410537 + httpGet: + host: "362" + httpHeaders: + - name: "363" + value: "364" + path: "360" + port: "361" + scheme: 焬CQm坊柩 + initialDelaySeconds: -135823101 + periodSeconds: 1141812777 + successThreshold: -1830926023 + tcpSocket: + host: "366" + port: "365" + terminationGracePeriodSeconds: 8766190045617353809 + timeoutSeconds: -1345219897 + targetContainerName: "390" + terminationMessagePath: "381" + terminationMessagePolicy: 釼aTGÒ鵌 + tty: true + volumeDevices: + - devicePath: "345" + name: "344" + volumeMounts: + - mountPath: "341" + mountPropagation: (ť1ùfŭƽ + name: "340" + subPath: "342" + subPathExpr: "343" + workingDir: "324" + hostAliases: + - hostnames: + - "477" + ip: "476" + hostIPC: true + hostname: "407" + imagePullSecrets: + - name: "406" + initContainers: + - args: + - "184" + command: + - "183" + env: + - name: "191" + value: "192" + valueFrom: + configMapKeyRef: + key: "198" + name: "197" + optional: true + fieldRef: + apiVersion: "193" + fieldPath: "194" + resourceFieldRef: + containerName: "195" + divisor: "663" + resource: "196" + secretKeyRef: + key: "200" + name: "199" + optional: false + envFrom: + - configMapRef: + name: "189" + optional: true + prefix: "188" + secretRef: + name: "190" + optional: true + image: "182" + imagePullPolicy: ʎȺ眖R# + lifecycle: + postStart: + exec: + command: + - "228" + httpGet: + host: "230" + httpHeaders: + - name: "231" + value: "232" + path: "229" + port: -1196874390 + scheme: S晒嶗UÐ_ƮA攤 + tcpSocket: + host: "233" + port: -498930176 + preStop: + exec: + command: + - "234" + httpGet: + host: "237" + httpHeaders: + - name: "238" + value: "239" + path: "235" + port: "236" + scheme: 鴒翁杙Ŧ癃8鸖ɱJȉ罴ņ螡 + tcpSocket: + host: "241" + port: "240" + livenessProbe: + exec: + command: + - "207" + failureThreshold: 1684643131 + httpGet: + host: "209" + httpHeaders: + - name: "210" + value: "211" + path: "208" + port: 1214895765 + scheme: 悖ȩ0Ƹ[Ęİ榌U + initialDelaySeconds: -442393168 + periodSeconds: 1109079597 + successThreshold: -646728130 + tcpSocket: + host: "212" + port: -187060941 + terminationGracePeriodSeconds: 5055443896475056676 + timeoutSeconds: -307373517 + name: "181" + ports: + - containerPort: 859639931 + hostIP: "187" + hostPort: 747521320 + name: "186" + protocol: p儼Ƿ裚瓶釆Ɗ+j忊Ŗȫ焗捏ĨF + readinessProbe: + exec: + command: + - "213" + failureThreshold: -503805926 + httpGet: + host: "216" + httpHeaders: + - name: "217" + value: "218" + path: "214" + port: "215" + scheme: 惇¸t颟.鵫ǚ灄鸫rʤî萨 + initialDelaySeconds: 1885896895 + periodSeconds: -1682044542 + successThreshold: 1182477686 + tcpSocket: + host: "220" + port: "219" + terminationGracePeriodSeconds: 332054723335023688 + timeoutSeconds: -1232888129 + resources: + limits: + ſ盷: "532" + requests: + '[Řż丩': "47" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - '''WKw(ğ儴Ůĺ}潷ʒ胵輓Ɔ' + drop: + - "" + privileged: true + procMount: '>郵[+扴ȨŮ' + readOnlyRootFilesystem: false + runAsGroup: 7694930383795602762 + runAsNonRoot: true + runAsUser: -2529737859863639391 + seLinuxOptions: + level: "246" + role: "244" + type: "245" + user: "243" + seccompProfile: + localhostProfile: "250" + type: 朷Ǝ膯ljVX1虊谇 + windowsOptions: + gmsaCredentialSpec: "248" + gmsaCredentialSpecName: "247" + hostProcess: false + runAsUserName: "249" + startupProbe: + exec: + command: + - "221" + failureThreshold: 59664438 + httpGet: + host: "224" + httpHeaders: + - name: "225" + value: "226" + path: "222" + port: "223" + scheme: «丯Ƙ枛牐ɺ皚 + initialDelaySeconds: 766864314 + periodSeconds: 1495880465 + successThreshold: -1032967081 + tcpSocket: + host: "227" + port: -1934111455 + terminationGracePeriodSeconds: 4116652091516790056 + timeoutSeconds: 1146016612 + stdin: true + terminationMessagePath: "242" + terminationMessagePolicy: ?$矡ȶ网棊ʢ + tty: true + volumeDevices: + - devicePath: "206" + name: "205" + volumeMounts: + - mountPath: "202" + mountPropagation: VƋZ1Ůđ眊ľǎɳ,ǿ飏 + name: "201" + subPath: "203" + subPathExpr: "204" + workingDir: "185" + nodeName: "395" nodeSelector: - "385": "386" + "391": "392" overhead: - D輷: "792" - preemptionPolicy: m珢\%傢z¦Ā竚ĐȌƨǴ叆 - priority: 347613368 - priorityClassName: "472" + D傕Ɠ栊闔虝巒瀦ŕ: "124" + preemptionPolicy: Iƭij韺ʧ> + priority: 743241089 + priorityClassName: "478" readinessGates: - - conditionType: ř岈ǎǏ]S5:œƌ嵃ǁ - restartPolicy: ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn - runtimeClassName: "477" - schedulerName: "467" + - conditionType: 0yVA嬂刲;牆詒ĸąs + restartPolicy: 飂廤Ƌʙcx + runtimeClassName: "483" + schedulerName: "473" securityContext: - fsGroup: -3964669311891901178 - fsGroupChangePolicy: ƴ4虵p - runAsGroup: 3230705132538051674 - runAsNonRoot: true - runAsUser: 3438266910774132295 + fsGroup: 1712752437570220896 + fsGroupChangePolicy: "" + runAsGroup: -4636770370363077377 + runAsNonRoot: false + runAsUser: 5422399684456852309 seLinuxOptions: - level: "393" - role: "391" - type: "392" - user: "390" + level: "399" + role: "397" + type: "398" + user: "396" seccompProfile: - localhostProfile: "399" - type: 沥7uPƒw©ɴĶ烷Ľthp + localhostProfile: "405" + type: '#' supplementalGroups: - - -1600417733583164525 + - -5728960352366086876 sysctls: - - name: "397" - value: "398" + - name: "403" + value: "404" windowsOptions: - gmsaCredentialSpec: "395" - gmsaCredentialSpecName: "394" + gmsaCredentialSpec: "401" + gmsaCredentialSpecName: "400" hostProcess: false - runAsUserName: "396" - serviceAccount: "388" - serviceAccountName: "387" - setHostnameAsFQDN: false + runAsUserName: "402" + serviceAccount: "394" + serviceAccountName: "393" + setHostnameAsFQDN: true shareProcessNamespace: true - subdomain: "402" - terminationGracePeriodSeconds: -8335674866227004872 + subdomain: "408" + terminationGracePeriodSeconds: -4767735291842597991 tolerations: - - effect: U烈 źfjǰɪ嘞ȏ}杻扞Ğ - key: "468" - operator: r}梳攔wŲ魦Ɔ0ƢĮÀĘÆɆȸȢ蒸 - tolerationSeconds: 3252034671163905138 - value: "469" + - effect: '慰x:' + key: "474" + operator: 4%ʬD$;X郪\#撄貶à圽榕ɹ + tolerationSeconds: 3362400521064014157 + value: "475" 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: "478" - 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: "484" + whenUnsatisfiable: "" volumes: - awsElasticBlockStore: fsType: "49" @@ -896,6 +898,10 @@ spec: apiGroup: "175" kind: "176" name: "177" + dataSourceRef: + apiGroup: "178" + kind: "179" + name: "180" resources: limits: ŴĿ: "377" @@ -1049,14 +1055,14 @@ spec: storagePolicyName: "105" volumePath: "103" status: - availableReplicas: -2060941196 + availableReplicas: 138992869 conditions: - - lastTransitionTime: "2597-11-21T15:14:16Z" - message: "486" - reason: "485" - status: <暉Ŝ!ȣ绰爪qĖĖȠ姓ȇ>尪璎 - type: 犓`ɜɅco\穜T睭憲Ħ焵i,ŋŨN - fullyLabeledReplicas: 415168801 - observedGeneration: 7426283174216567769 - readyReplicas: 1448332644 - replicas: 2106170541 + - lastTransitionTime: "2455-07-16T22:37:15Z" + message: "492" + reason: "491" + status: 嬜Š&?鳢.ǀŭ瘢颦z疵 + type: 零șPî壣V礆á¤拈tY圻醆锛[ + fullyLabeledReplicas: -1754098513 + observedGeneration: -7169014491472696647 + readyReplicas: -877836536 + replicas: 1205668420 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 d9244fb4f18..ac6fc0a78d8 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 @@ -443,6 +443,11 @@ "apiGroup": "175", "kind": "176", "name": "177" + }, + "dataSourceRef": { + "apiGroup": "178", + "kind": "179", + "name": "180" } } } @@ -451,388 +456,356 @@ ], "initContainers": [ { - "name": "178", - "image": "179", + "name": "181", + "image": "182", "command": [ - "180" + "183" ], "args": [ - "181" + "184" ], - "workingDir": "182", + "workingDir": "185", "ports": [ { - "name": "183", - "hostPort": 1923334396, - "containerPort": -1343558801, - "protocol": "@掇lNdǂ\u003e", - "hostIP": "184" + "name": "186", + "hostPort": 282592353, + "containerPort": 377225334, + "protocol": "Ƹ[Ęİ榌U髷裎$MVȟ@7", + "hostIP": "187" } ], "envFrom": [ { - "prefix": "185", + "prefix": "188", "configMapRef": { - "name": "186", - "optional": true + "name": "189", + "optional": false }, "secretRef": { - "name": "187", - "optional": true - } - } - ], - "env": [ - { - "name": "188", - "value": "189", - "valueFrom": { - "fieldRef": { - "apiVersion": "190", - "fieldPath": "191" - }, - "resourceFieldRef": { - "containerName": "192", - "resource": "193", - "divisor": "713" - }, - "configMapKeyRef": { - "name": "194", - "key": "195", - "optional": true - }, - "secretKeyRef": { - "name": "196", - "key": "197", - "optional": false - } - } - } - ], - "resources": { - "limits": { - "荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3": "86" - }, - "requests": { - "t莭琽§ć\\ ïì": "80" - } - }, - "volumeMounts": [ - { - "name": "198", - "readOnly": true, - "mountPath": "199", - "subPath": "200", - "mountPropagation": "0矀Kʝ瘴I\\p[ħsĨɆâĺɗŹ倗S", - "subPathExpr": "201" - } - ], - "volumeDevices": [ - { - "name": "202", - "devicePath": "203" - } - ], - "livenessProbe": { - "exec": { - "command": [ - "204" - ] - }, - "httpGet": { - "path": "205", - "port": -1285424066, - "host": "206", - "scheme": "ni酛3ƁÀ", - "httpHeaders": [ - { - "name": "207", - "value": "208" - } - ] - }, - "tcpSocket": { - "port": "209", - "host": "210" - }, - "initialDelaySeconds": -2036074491, - "timeoutSeconds": -148216266, - "periodSeconds": 165047920, - "successThreshold": -393291312, - "failureThreshold": -93157681, - "terminationGracePeriodSeconds": -4856573944864548413 - }, - "readinessProbe": { - "exec": { - "command": [ - "211" - ] - }, - "httpGet": { - "path": "212", - "port": -331283026, - "host": "213", - "scheme": "ȉ", - "httpHeaders": [ - { - "name": "214", - "value": "215" - } - ] - }, - "tcpSocket": { - "port": 714088955, - "host": "216" - }, - "initialDelaySeconds": 1033766276, - "timeoutSeconds": -1745509819, - "periodSeconds": -859135545, - "successThreshold": -1543701088, - "failureThreshold": 513341278, - "terminationGracePeriodSeconds": 2696007505383404823 - }, - "startupProbe": { - "exec": { - "command": [ - "217" - ] - }, - "httpGet": { - "path": "218", - "port": -361442565, - "host": "219", - "scheme": "w", - "httpHeaders": [ - { - "name": "220", - "value": "221" - } - ] - }, - "tcpSocket": { - "port": -1099429189, - "host": "222" - }, - "initialDelaySeconds": 994072122, - "timeoutSeconds": 1752155096, - "periodSeconds": -1962065705, - "successThreshold": 1701999128, - "failureThreshold": -1364571630, - "terminationGracePeriodSeconds": 7258403424756645907 - }, - "lifecycle": { - "postStart": { - "exec": { - "command": [ - "223" - ] - }, - "httpGet": { - "path": "224", - "port": -1109619518, - "host": "225", - "scheme": "ĺ}潷ʒ胵輓Ɔȓ蹣ɐǛv+8Ƥ熪", - "httpHeaders": [ - { - "name": "226", - "value": "227" - } - ] - }, - "tcpSocket": { - "port": "228", - "host": "229" - } - }, - "preStop": { - "exec": { - "command": [ - "230" - ] - }, - "httpGet": { - "path": "231", - "port": 461585849, - "host": "232", - "scheme": "ɇ卷荙JLĹ]佱¿\u003e犵殇ŕ-Ɂ", - "httpHeaders": [ - { - "name": "233", - "value": "234" - } - ] - }, - "tcpSocket": { - "port": 467291328, - "host": "235" - } - } - }, - "terminationMessagePath": "236", - "terminationMessagePolicy": "ĸ輦唊", - "imagePullPolicy": "r嚧", - "securityContext": { - "capabilities": { - "add": [ - "埄趛" - ], - "drop": [ - "ʁ岼昕ĬÇ" - ] - }, - "privileged": true, - "seLinuxOptions": { - "user": "237", - "role": "238", - "type": "239", - "level": "240" - }, - "windowsOptions": { - "gmsaCredentialSpecName": "241", - "gmsaCredentialSpec": "242", - "runAsUserName": "243", - "hostProcess": false - }, - "runAsUser": 161123823296532265, - "runAsGroup": -6406791857291159870, - "runAsNonRoot": false, - "readOnlyRootFilesystem": false, - "allowPrivilegeEscalation": false, - "procMount": "鐫û咡W\u003c敄lu|榝", - "seccompProfile": { - "type": "î.Ȏ蝪ʜ5遰=", - "localhostProfile": "244" - } - }, - "stdin": true, - "stdinOnce": true, - "tty": true - } - ], - "containers": [ - { - "name": "245", - "image": "246", - "command": [ - "247" - ], - "args": [ - "248" - ], - "workingDir": "249", - "ports": [ - { - "name": "250", - "hostPort": -370386363, - "containerPort": 1714588921, - "protocol": "Ư貾", - "hostIP": "251" - } - ], - "envFrom": [ - { - "prefix": "252", - "configMapRef": { - "name": "253", - "optional": true - }, - "secretRef": { - "name": "254", + "name": "190", "optional": false } } ], "env": [ { - "name": "255", - "value": "256", + "name": "191", + "value": "192", "valueFrom": { "fieldRef": { - "apiVersion": "257", - "fieldPath": "258" + "apiVersion": "193", + "fieldPath": "194" }, "resourceFieldRef": { - "containerName": "259", - "resource": "260", - "divisor": "271" + "containerName": "195", + "resource": "196", + "divisor": "573" }, "configMapKeyRef": { - "name": "261", - "key": "262", + "name": "197", + "key": "198", "optional": false }, "secretKeyRef": { - "name": "263", - "key": "264", - "optional": true + "name": "199", + "key": "200", + "optional": false } } } ], "resources": { "limits": { - "庰%皧V": "116" + "ǚ灄鸫rʤî萨zvt": "829" }, "requests": { - "": "289" + "悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\\p": "604" } }, "volumeMounts": [ { - "name": "265", + "name": "201", "readOnly": true, - "mountPath": "266", - "subPath": "267", - "mountPropagation": "橨鬶l獕;跣Hǝcw媀瓄\u0026翜舞拉Œ", - "subPathExpr": "268" + "mountPath": "202", + "subPath": "203", + "mountPropagation": "ƖHV", + "subPathExpr": "204" } ], "volumeDevices": [ { - "name": "269", - "devicePath": "270" + "name": "205", + "devicePath": "206" } ], "livenessProbe": { "exec": { "command": [ - "271" + "207" ] }, "httpGet": { - "path": "272", - "port": 1907998540, - "host": "273", - "scheme": ",ŕ", + "path": "208", + "port": -1196874390, + "host": "209", + "scheme": "S晒嶗UÐ_ƮA攤", "httpHeaders": [ { - "name": "274", - "value": "275" + "name": "210", + "value": "211" } ] }, "tcpSocket": { - "port": "276", - "host": "277" + "port": -498930176, + "host": "212" }, - "initialDelaySeconds": -253326525, - "timeoutSeconds": 567263590, - "periodSeconds": 887319241, - "successThreshold": 1559618829, - "failureThreshold": 1156888068, - "terminationGracePeriodSeconds": -5566612115749133989 + "initialDelaySeconds": 1885897314, + "timeoutSeconds": -465677631, + "periodSeconds": 1054858106, + "successThreshold": 232569106, + "failureThreshold": -1150474479, + "terminationGracePeriodSeconds": 3196828455642760911 }, "readinessProbe": { "exec": { "command": [ - "278" + "213" ] }, "httpGet": { - "path": "279", - "port": 1315054653, + "path": "214", + "port": "215", + "host": "216", + "scheme": "3!Zɾģ毋Ó6", + "httpHeaders": [ + { + "name": "217", + "value": "218" + } + ] + }, + "tcpSocket": { + "port": -832805508, + "host": "219" + }, + "initialDelaySeconds": -228822833, + "timeoutSeconds": -970312425, + "periodSeconds": -1213051101, + "successThreshold": 1451056156, + "failureThreshold": 267768240, + "terminationGracePeriodSeconds": -549108701661089463 + }, + "startupProbe": { + "exec": { + "command": [ + "220" + ] + }, + "httpGet": { + "path": "221", + "port": "222", + "host": "223", + "scheme": "#yV'WKw(ğ儴Ůĺ}", + "httpHeaders": [ + { + "name": "224", + "value": "225" + } + ] + }, + "tcpSocket": { + "port": -20130017, + "host": "226" + }, + "initialDelaySeconds": -1244623134, + "timeoutSeconds": -1334110502, + "periodSeconds": -398297599, + "successThreshold": 873056500, + "failureThreshold": -36782737, + "terminationGracePeriodSeconds": -7464951486382552895 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "227" + ] + }, + "httpGet": { + "path": "228", + "port": "229", + "host": "230", + "scheme": "鄠[颐o啛更偢ɇ卷荙JL", + "httpHeaders": [ + { + "name": "231", + "value": "232" + } + ] + }, + "tcpSocket": { + "port": "233", + "host": "234" + } + }, + "preStop": { + "exec": { + "command": [ + "235" + ] + }, + "httpGet": { + "path": "236", + "port": -1506633471, + "host": "237", + "scheme": "1虊谇j爻ƙt叀碧闳ȩr嚧ʣq", + "httpHeaders": [ + { + "name": "238", + "value": "239" + } + ] + }, + "tcpSocket": { + "port": "240", + "host": "241" + } + } + }, + "terminationMessagePath": "242", + "terminationMessagePolicy": "屡ʁ", + "securityContext": { + "capabilities": { + "add": [ + "Ÿ8T 苧yñKJɐ扵" + ], + "drop": [ + "ƚ绤fʀļ腩墺Ò媁荭gw忊|E剒蔞" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "243", + "role": "244", + "type": "245", + "level": "246" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "247", + "gmsaCredentialSpec": "248", + "runAsUserName": "249", + "hostProcess": true + }, + "runAsUser": 3582457287488712192, + "runAsGroup": -7664873352063067579, + "runAsNonRoot": true, + "readOnlyRootFilesystem": false, + "allowPrivilegeEscalation": true, + "procMount": "\u003c6", + "seccompProfile": { + "type": "簳°Ļǟi\u0026皥贸", + "localhostProfile": "250" + } + }, + "stdin": true + } + ], + "containers": [ + { + "name": "251", + "image": "252", + "command": [ + "253" + ], + "args": [ + "254" + ], + "workingDir": "255", + "ports": [ + { + "name": "256", + "hostPort": -1314967760, + "containerPort": 1174240097, + "protocol": "\\E¦队偯J僳徥淳", + "hostIP": "257" + } + ], + "envFrom": [ + { + "prefix": "258", + "configMapRef": { + "name": "259", + "optional": false + }, + "secretRef": { + "name": "260", + "optional": true + } + } + ], + "env": [ + { + "name": "261", + "value": "262", + "valueFrom": { + "fieldRef": { + "apiVersion": "263", + "fieldPath": "264" + }, + "resourceFieldRef": { + "containerName": "265", + "resource": "266", + "divisor": "965" + }, + "configMapKeyRef": { + "name": "267", + "key": "268", + "optional": false + }, + "secretKeyRef": { + "name": "269", + "key": "270", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "4Ǒ輂,ŕĪ": "398" + }, + "requests": { + "V訆Ǝżŧ": "915" + } + }, + "volumeMounts": [ + { + "name": "271", + "readOnly": true, + "mountPath": "272", + "subPath": "273", + "mountPropagation": "SÄ蚃ɣľ)酊龨δ摖ȱğ_\u003c", + "subPathExpr": "274" + } + ], + "volumeDevices": [ + { + "name": "275", + "devicePath": "276" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "277" + ] + }, + "httpGet": { + "path": "278", + "port": "279", "host": "280", - "scheme": "蚃ɣľ)酊龨δ摖ȱ", + "scheme": "蛜6Ɖ飴ɎiǨź'ǵɐ鰥Z龏", "httpHeaders": [ { "name": "281", @@ -841,27 +814,27 @@ ] }, "tcpSocket": { - "port": "283", - "host": "284" + "port": -614098868, + "host": "283" }, - "initialDelaySeconds": 1905181464, - "timeoutSeconds": -1730959016, - "periodSeconds": 1272940694, - "successThreshold": -385597677, - "failureThreshold": 422133388, - "terminationGracePeriodSeconds": 8385745044578923915 + "initialDelaySeconds": 234253676, + "timeoutSeconds": 846286700, + "periodSeconds": 1080545253, + "successThreshold": 1843491416, + "failureThreshold": -1204965397, + "terminationGracePeriodSeconds": -2125560879532395341 }, - "startupProbe": { + "readinessProbe": { "exec": { "command": [ - "285" + "284" ] }, "httpGet": { - "path": "286", - "port": 1013673874, + "path": "285", + "port": "286", "host": "287", - "scheme": "ə娯Ȱ囌{", + "scheme": "花ª瘡蟦JBʟ鍏", "httpHeaders": [ { "name": "288", @@ -870,158 +843,187 @@ ] }, "tcpSocket": { - "port": -1829146875, - "host": "290" + "port": "290", + "host": "291" }, - "initialDelaySeconds": -205176266, - "timeoutSeconds": 490479437, - "periodSeconds": -116469891, - "successThreshold": 311083651, - "failureThreshold": 353361793, - "terminationGracePeriodSeconds": -8939747084334542875 + "initialDelaySeconds": -2062708879, + "timeoutSeconds": 215186711, + "periodSeconds": -141401239, + "successThreshold": -1187301925, + "failureThreshold": -402384013, + "terminationGracePeriodSeconds": -779972051078659613 + }, + "startupProbe": { + "exec": { + "command": [ + "292" + ] + }, + "httpGet": { + "path": "293", + "port": "294", + "host": "295", + "scheme": "İ", + "httpHeaders": [ + { + "name": "296", + "value": "297" + } + ] + }, + "tcpSocket": { + "port": "298", + "host": "299" + }, + "initialDelaySeconds": -1615316902, + "timeoutSeconds": -793616601, + "periodSeconds": -522215271, + "successThreshold": 1374479082, + "failureThreshold": 737722974, + "terminationGracePeriodSeconds": -247950237984551522 }, "lifecycle": { "postStart": { "exec": { "command": [ - "291" + "300" ] }, "httpGet": { - "path": "292", - "port": -1021949447, - "host": "293", - "scheme": "B芭", + "path": "301", + "port": 1502643091, + "host": "302", + "scheme": "­蜷ɔ幩š", "httpHeaders": [ { - "name": "294", - "value": "295" + "name": "303", + "value": "304" } ] }, "tcpSocket": { - "port": "296", - "host": "297" + "port": 455833230, + "host": "305" } }, "preStop": { "exec": { "command": [ - "298" + "306" ] }, "httpGet": { - "path": "299", - "port": "300", - "host": "301", - "scheme": "yƕ丆録²Ŏ)", + "path": "307", + "port": 1076497581, + "host": "308", + "scheme": "h4ɊHȖ|ʐ", "httpHeaders": [ { - "name": "302", - "value": "303" + "name": "309", + "value": "310" } ] }, "tcpSocket": { - "port": 507384491, - "host": "304" + "port": 248533396, + "host": "311" } } }, - "terminationMessagePath": "305", - "terminationMessagePolicy": "3", - "imagePullPolicy": "汰8ŕİi騎C\"6x$1s", + "terminationMessagePath": "312", + "terminationMessagePolicy": "迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ", + "imagePullPolicy": "ņ", "securityContext": { "capabilities": { "add": [ - "p鋄5弢ȹ均i绝5" + "DŽ髐njʉBn(fǂǢ曣" ], "drop": [ - "" + "ay" ] }, - "privileged": true, + "privileged": false, "seLinuxOptions": { - "user": "306", - "role": "307", - "type": "308", - "level": "309" + "user": "313", + "role": "314", + "type": "315", + "level": "316" }, "windowsOptions": { - "gmsaCredentialSpecName": "310", - "gmsaCredentialSpec": "311", - "runAsUserName": "312", - "hostProcess": false + "gmsaCredentialSpecName": "317", + "gmsaCredentialSpec": "318", + "runAsUserName": "319", + "hostProcess": true }, - "runAsUser": -3385088507022597813, - "runAsGroup": 7023916302283403328, - "runAsNonRoot": false, + "runAsUser": -3576337664396773931, + "runAsGroup": -4786249339103684082, + "runAsNonRoot": true, "readOnlyRootFilesystem": false, - "allowPrivilegeEscalation": false, - "procMount": "ş", + "allowPrivilegeEscalation": true, + "procMount": "u8晲", "seccompProfile": { - "type": "諔迮ƙ", - "localhostProfile": "313" + "type": "[irȎ3Ĕ\\ɢX鰨松/Ȁĵ鴁ĩȲ", + "localhostProfile": "320" } }, - "stdinOnce": true + "stdin": true } ], "ephemeralContainers": [ { - "name": "314", - "image": "315", + "name": "321", + "image": "322", "command": [ - "316" + "323" ], "args": [ - "317" + "324" ], - "workingDir": "318", + "workingDir": "325", "ports": [ { - "name": "319", - "hostPort": -488127393, - "containerPort": 1137109081, - "protocol": "丽饾| 鞤ɱď", - "hostIP": "320" + "name": "326", + "hostPort": 1453852685, + "containerPort": 2037135322, + "protocol": "ǧĒzŔ瘍N", + "hostIP": "327" } ], "envFrom": [ { - "prefix": "321", + "prefix": "328", "configMapRef": { - "name": "322", + "name": "329", "optional": true }, "secretRef": { - "name": "323", - "optional": false + "name": "330", + "optional": true } } ], "env": [ { - "name": "324", - "value": "325", + "name": "331", + "value": "332", "valueFrom": { "fieldRef": { - "apiVersion": "326", - "fieldPath": "327" + "apiVersion": "333", + "fieldPath": "334" }, "resourceFieldRef": { - "containerName": "328", - "resource": "329", - "divisor": "66" + "containerName": "335", + "resource": "336", + "divisor": "464" }, "configMapKeyRef": { - "name": "330", - "key": "331", + "name": "337", + "key": "338", "optional": true }, "secretKeyRef": { - "name": "332", - "key": "333", + "name": "339", + "key": "340", "optional": false } } @@ -1029,56 +1031,28 @@ ], "resources": { "limits": { - "ƣMț譎懚X": "93" + "汚磉反-n": "653" }, "requests": { - "曣ŋayåe躒訙": "484" + "^輅9ɛ棕ƈ眽炊礫Ƽ¨Ix糂腂ǂǚ": "999" } }, "volumeMounts": [ { - "name": "334", - "mountPath": "335", - "subPath": "336", - "mountPropagation": "(娕uE增猍", - "subPathExpr": "337" + "name": "341", + "mountPath": "342", + "subPath": "343", + "mountPropagation": "蛋I滞廬耐鷞焬CQm坊柩", + "subPathExpr": "344" } ], "volumeDevices": [ { - "name": "338", - "devicePath": "339" + "name": "345", + "devicePath": "346" } ], "livenessProbe": { - "exec": { - "command": [ - "340" - ] - }, - "httpGet": { - "path": "341", - "port": "342", - "host": "343", - "httpHeaders": [ - { - "name": "344", - "value": "345" - } - ] - }, - "tcpSocket": { - "port": -819013491, - "host": "346" - }, - "initialDelaySeconds": -1843539391, - "timeoutSeconds": 1238925115, - "periodSeconds": -1758095966, - "successThreshold": 1627026804, - "failureThreshold": -1508967300, - "terminationGracePeriodSeconds": -4548040070833300341 - }, - "readinessProbe": { "exec": { "command": [ "347" @@ -1086,9 +1060,9 @@ }, "httpGet": { "path": "348", - "port": -186532794, + "port": -1088996269, "host": "349", - "scheme": "ĩȲǸ|蕎'佉賞ǧĒzŔ瘍Nʊ輔3璾ė", + "scheme": "ƘƵŧ1ƟƓ宆!", "httpHeaders": [ { "name": "350", @@ -1097,80 +1071,86 @@ ] }, "tcpSocket": { - "port": "352", - "host": "353" + "port": -1836225650, + "host": "352" }, - "initialDelaySeconds": -751455207, - "timeoutSeconds": -894026356, - "periodSeconds": 646133945, - "successThreshold": -506710067, - "failureThreshold": -47594442, - "terminationGracePeriodSeconds": -8866033802256420471 + "initialDelaySeconds": -1065853311, + "timeoutSeconds": 559999152, + "periodSeconds": -843639240, + "successThreshold": 1573261475, + "failureThreshold": -1211577347, + "terminationGracePeriodSeconds": 6567123901989213629 }, - "startupProbe": { + "readinessProbe": { "exec": { "command": [ - "354" + "353" ] }, "httpGet": { - "path": "355", - "port": -1789721862, - "host": "356", - "scheme": "閈誹ʅ蕉ɼ", + "path": "354", + "port": 705333281, + "host": "355", + "scheme": "xƂ9阠", "httpHeaders": [ { - "name": "357", - "value": "358" + "name": "356", + "value": "357" } ] }, "tcpSocket": { - "port": 374862544, - "host": "359" + "port": -916583020, + "host": "358" }, - "initialDelaySeconds": 1518001294, - "timeoutSeconds": 1467189105, - "periodSeconds": -2068583194, - "successThreshold": -29073009, - "failureThreshold": 1190831814, - "terminationGracePeriodSeconds": 7262727411813417219 + "initialDelaySeconds": -606614374, + "timeoutSeconds": -3478003, + "periodSeconds": 498878902, + "successThreshold": 652646450, + "failureThreshold": 757223010, + "terminationGracePeriodSeconds": -8216131738691912586 + }, + "startupProbe": { + "exec": { + "command": [ + "359" + ] + }, + "httpGet": { + "path": "360", + "port": "361", + "host": "362", + "scheme": "Ů\u003cy鯶縆łƑ[澔", + "httpHeaders": [ + { + "name": "363", + "value": "364" + } + ] + }, + "tcpSocket": { + "port": 1288391156, + "host": "365" + }, + "initialDelaySeconds": -952255430, + "timeoutSeconds": 1568034275, + "periodSeconds": -824007302, + "successThreshold": -359713104, + "failureThreshold": 1671084780, + "terminationGracePeriodSeconds": 1571605531283019612 }, "lifecycle": { "postStart": { "exec": { "command": [ - "360" + "366" ] }, "httpGet": { - "path": "361", - "port": 890223061, - "host": "362", - "scheme": "uEy竬ʆɞȥ}礤铟怖ý萜Ǖc8ǣ", - "httpHeaders": [ - { - "name": "363", - "value": "364" - } - ] - }, - "tcpSocket": { - "port": "365", - "host": "366" - } - }, - "preStop": { - "exec": { - "command": [ - "367" - ] - }, - "httpGet": { - "path": "368", - "port": 797714018, + "path": "367", + "port": "368", "host": "369", - "scheme": "vÄÚ×", + "scheme": "%ʝ`ǭ", "httpHeaders": [ { "name": "370", @@ -1179,104 +1159,126 @@ ] }, "tcpSocket": { - "port": "372", - "host": "373" + "port": -1467648837, + "host": "372" + } + }, + "preStop": { + "exec": { + "command": [ + "373" + ] + }, + "httpGet": { + "path": "374", + "port": "375", + "host": "376", + "scheme": "磂tńČȷǻ.wȏâ磠Ƴ崖S", + "httpHeaders": [ + { + "name": "377", + "value": "378" + } + ] + }, + "tcpSocket": { + "port": "379", + "host": "380" } } }, - "terminationMessagePath": "374", - "terminationMessagePolicy": "m罂o3ǰ廋i乳'ȘUɻ", - "imagePullPolicy": "阠$嬏", + "terminationMessagePath": "381", + "terminationMessagePolicy": "¯ÁȦtl敷斢", + "imagePullPolicy": "愝Ű藛b磾sYȠ繽敮ǰ詀ǿ忀oɎƺL", "securityContext": { "capabilities": { "add": [ - "¶熀ďJZ漤" + "鬬$矐_敕ű嵞嬯t{Eɾ" ], "drop": [ - "" + "Ȯ-湷D谹気Ƀ秮òƬɸĻo:" ] }, "privileged": true, "seLinuxOptions": { - "user": "375", - "role": "376", - "type": "377", - "level": "378" + "user": "382", + "role": "383", + "type": "384", + "level": "385" }, "windowsOptions": { - "gmsaCredentialSpecName": "379", - "gmsaCredentialSpec": "380", - "runAsUserName": "381", - "hostProcess": false + "gmsaCredentialSpecName": "386", + "gmsaCredentialSpec": "387", + "runAsUserName": "388", + "hostProcess": true }, - "runAsUser": 5680561050872693436, - "runAsGroup": -8721643037453811760, + "runAsUser": 4224635496843945227, + "runAsGroup": 73764735411458498, "runAsNonRoot": false, - "readOnlyRootFilesystem": true, - "allowPrivilegeEscalation": true, - "procMount": "槃JŵǤ桒ɴ鉂WJ", + "readOnlyRootFilesystem": false, + "allowPrivilegeEscalation": false, + "procMount": "s44矕Ƈè", "seccompProfile": { - "type": "抉泅ą\u0026疀ȼN翾ȾD虓氙磂tńČȷǻ", - "localhostProfile": "382" + "type": "鑏='ʨ|ǓÓ敆OɈÏ 瞍", + "localhostProfile": "389" } }, - "targetContainerName": "383" + "tty": true, + "targetContainerName": "390" } ], - "restartPolicy": "ȏâ磠", - "terminationGracePeriodSeconds": 5614430095732678823, - "activeDeadlineSeconds": 5204116807884683873, - "dnsPolicy": "8ð仁Q橱9ij\\Ď愝Ű藛b", + "restartPolicy": "ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn", + "terminationGracePeriodSeconds": -8335674866227004872, + "activeDeadlineSeconds": 3305070661619041050, + "dnsPolicy": "+Œ9两", "nodeSelector": { - "384": "385" + "391": "392" }, - "serviceAccountName": "386", - "serviceAccount": "387", - "automountServiceAccountToken": true, - "nodeName": "388", - "hostNetwork": true, + "serviceAccountName": "393", + "serviceAccount": "394", + "automountServiceAccountToken": false, + "nodeName": "395", "hostPID": true, - "hostIPC": true, - "shareProcessNamespace": false, + "shareProcessNamespace": true, "securityContext": { "seLinuxOptions": { - "user": "389", - "role": "390", - "type": "391", - "level": "392" + "user": "396", + "role": "397", + "type": "398", + "level": "399" }, "windowsOptions": { - "gmsaCredentialSpecName": "393", - "gmsaCredentialSpec": "394", - "runAsUserName": "395", + "gmsaCredentialSpecName": "400", + "gmsaCredentialSpec": "401", + "runAsUserName": "402", "hostProcess": false }, - "runAsUser": -3072254610148392250, - "runAsGroup": -935274303703112577, + "runAsUser": 3438266910774132295, + "runAsGroup": 3230705132538051674, "runAsNonRoot": true, "supplementalGroups": [ - 5215323049148402377 + -1600417733583164525 ], - "fsGroup": 2946116477552625615, + "fsGroup": -3964669311891901178, "sysctls": [ { - "name": "396", - "value": "397" + "name": "403", + "value": "404" } ], - "fsGroupChangePolicy": "$鬬$矐_敕", + "fsGroupChangePolicy": "ƴ4虵p", "seccompProfile": { - "type": "嵞嬯t{Eɾ敹Ȯ-湷D谹", - "localhostProfile": "398" + "type": "沥7uPƒw©ɴĶ烷Ľthp", + "localhostProfile": "405" } }, "imagePullSecrets": [ { - "name": "399" + "name": "406" } ], - "hostname": "400", - "subdomain": "401", + "hostname": "407", + "subdomain": "408", "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { @@ -1284,19 +1286,19 @@ { "matchExpressions": [ { - "key": "402", - "operator": "", + "key": "409", + "operator": "濦ʓɻŊ0蚢鑸鶲Ãqb轫", "values": [ - "403" + "410" ] } ], "matchFields": [ { - "key": "404", - "operator": "ɸĻo:{柯?B俋¬h`職铳s44矕Ƈ", + "key": "411", + "operator": " ", "values": [ - "405" + "412" ] } ] @@ -1305,23 +1307,23 @@ }, "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1805682547, + "weight": -5241849, "preference": { "matchExpressions": [ { - "key": "406", - "operator": "='ʨ|ǓÓ敆OɈÏ 瞍髃", + "key": "413", + "operator": "'呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG", "values": [ - "407" + "414" ] } ], "matchFields": [ { - "key": "408", - "operator": "ƒK07曳w", + "key": "415", + "operator": "[y#t(", "values": [ - "409" + "416" ] } ] @@ -1334,27 +1336,30 @@ { "labelSelector": { "matchLabels": { - "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" + "rG-7--p9.-_0R.-_-3_L_2--_v2.5p_..Y-.wg_-b8a_68": "Q4_.84.K_-_0_..u.F.pq..--Q" }, "matchExpressions": [ { - "key": "67F3p2_-_AmD-.0P", - "operator": "DoesNotExist" + "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": [ - "416" + "423" ], - "topologyKey": "417", + "topologyKey": "424", "namespaceSelector": { "matchLabels": { - "6--3QC1--L--v_Z--Zg-_4Q__-v_t_u_.__I_-_-w": "d-5X1rh-K5y_AzOBW.9oE9_6.--v1r" + "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": "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": "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" } ] } @@ -1362,31 +1367,31 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -450654683, + "weight": -234140, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "G_2kCpS__.39g_.--_-_ve5.m_2_--XZ-x._0": "M2-n_5023Xl-3Pw_-r75--_-A-o-__y__._12..wrbW_E..24-O._.v._9c" + "1_.-_L-__bf_9_-C-PfNx__-U_P": "tW23-_.z_.._s--_F-BR-.h_2" }, "matchExpressions": [ { - "key": "3hjo--8kb6--ut---p8--3-e-3-44-e.w--i--40wv--in-870w--it6k47-7yd-y--3wc8q8/Jm...Cr", - "operator": "DoesNotExist" + "key": "s_6O-5_7_-0w_--5-_.3--_9QW2JkU27_.-4T-I.-..K.-.0__sD.-.-_s", + "operator": "Exists" } ] }, "namespaces": [ - "430" + "437" ], - "topologyKey": "431", + "topologyKey": "438", "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" + "Q.-_t--O3": "7z2-y.-...C4_-_2G0.-c_C.G.h--m._fN._k8__._ep2P.B._A_09E" }, "matchExpressions": [ { - "key": "C-_20", - "operator": "Exists" + "key": "P_p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o..p_B-d--Q5._D6_.d-n_9np", + "operator": "DoesNotExist" } ] } @@ -1399,30 +1404,33 @@ { "labelSelector": { "matchLabels": { - "fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o5": "TB-d-Q" + "n7-a6434---7i-f-d019o1v3u.2k8-2-d--n--r8661--3-8-t48g-w2q7z-vps548-d-1r7j--v2x-64dwb/e": "8" }, "matchExpressions": [ { - "key": "4b699/B9n.2", + "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": [ - "MM7-.e.x" + "u-.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133eT_2_t_IkI-mt4...rBQ.9-0" ] } ] }, "namespaces": [ - "444" + "451" ], - "topologyKey": "445", + "topologyKey": "452", "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" + "m_-Z.wc..k_0_5.z.0..__k": "b.-9.Y0-_-.l__.c17__f_-336-.BT" }, "matchExpressions": [ { - "key": "8u2-__3uM77U7._pT-___-_5-6h_Ky7-_0Vw-Nzfdw.3-._J", - "operator": "DoesNotExist" + "key": "N7.81_-._-_8_.._._a9", + "operator": "In", + "values": [ + "vi.gZdnUVP._81_---l_3_-_G-D....js--a---..6bD_Mh" + ] } ] } @@ -1430,33 +1438,30 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1131487788, + "weight": 1276377114, "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" + "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": "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": "v54le-to9e--a-7je9fz87-2jvd23-0p1.360v2-x-cpor---cigu--s/j-dY7_M_-._M5..-N_H_55..--E3_2h", + "operator": "DoesNotExist" } ] }, "namespaces": [ - "458" + "465" ], - "topologyKey": "459", + "topologyKey": "466", "namespaceSelector": { "matchLabels": { - "7u-h---dY7_M_-._M5..-N_H_55..--E3_2D-1DW__o_-._kzB7U_.Q.45cy5": "Y-__-Zvt.LT60v.WxPc--K" + "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": "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", + "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" } ] @@ -1466,66 +1471,66 @@ ] } }, - "schedulerName": "466", + "schedulerName": "473", "tolerations": [ { - "key": "467", - "operator": "E色kx-餌勀奷ŎC菡ƴ勋;*靯įƊ", - "value": "468", - "effect": "ŕ蘴濼DZj鎒ũW|ȶdžH0ƾ瘿¸", - "tolerationSeconds": -3147305732428645642 + "key": "474", + "operator": "r}梳攔wŲ魦Ɔ0ƢĮÀĘÆɆȸȢ蒸", + "value": "475", + "effect": "U烈 źfjǰɪ嘞ȏ}杻扞Ğ", + "tolerationSeconds": 3252034671163905138 } ], "hostAliases": [ { - "ip": "469", + "ip": "476", "hostnames": [ - "470" + "477" ] } ], - "priorityClassName": "471", - "priority": -1756088332, + "priorityClassName": "478", + "priority": 347613368, "dnsConfig": { "nameservers": [ - "472" + "479" ], "searches": [ - "473" + "480" ], "options": [ { - "name": "474", - "value": "475" + "name": "481", + "value": "482" } ] }, "readinessGates": [ { - "conditionType": "#sM網" + "conditionType": "ř岈ǎǏ]S5:œƌ嵃ǁ" } ], - "runtimeClassName": "476", - "enableServiceLinks": true, - "preemptionPolicy": "ûŠl倳ţü¿Sʟ鍡", + "runtimeClassName": "483", + "enableServiceLinks": false, + "preemptionPolicy": "m珢\\%傢z¦Ā竚ĐȌƨǴ叆", "overhead": { - "炳薝鴠:X才à脡ǯ?b砸ƻ舁Ȁ贠ȇö匉": "452" + "D輷": "792" }, "topologySpreadConstraints": [ { - "maxSkew": -447559705, - "topologyKey": "477", - "whenUnsatisfiable": "TaI楅©Ǫ壿/š^劶äɲ泒", + "maxSkew": -484382570, + "topologyKey": "484", + "whenUnsatisfiable": "nn坾\u0026Pɫ(ʙÆʨɺC`", "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" + "n.DL.o_e-d92e8S_-0-_8Vz-E41___75Q-T": "O.__0PPX-.-d4Badb" }, "matchExpressions": [ { - "key": "KTlO.__0PX", - "operator": "In", + "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": [ - "V6K_.3_583-6.f-.9-.V..Q-K_6_3" + "h.v._5.vB-.-7-.6Jv-86___3" ] } ] @@ -1538,131 +1543,136 @@ "volumeClaimTemplates": [ { "metadata": { - "name": "484", - "generateName": "485", - "namespace": "486", - "selfLink": "487", - "uid": "ʬÇ[輚趞ț@", - "resourceVersion": "17306677052996382890", - "generation": -7348861935573569087, - "creationTimestamp": "1982-10-30T18:37:00Z", - "deletionGracePeriodSeconds": -7914036355585221334, + "name": "491", + "generateName": "492", + "namespace": "493", + "selfLink": "494", + "uid": "4LM桵Ţ宧ʜ嵹ʌ5Ë}", + "resourceVersion": "932117408350471144", + "generation": 4446917721686139397, + "creationTimestamp": "2013-04-06T12:27:00Z", + "deletionGracePeriodSeconds": -2948232978388571762, "labels": { - "489": "490" + "496": "497" }, "annotations": { - "491": "492" + "498": "499" }, "ownerReferences": [ { - "apiVersion": "493", - "kind": "494", - "name": "495", - "uid": "\u003e泔Eëæ:\u003c堸眺舐嘯龡班悦ʀ臺穔", - "controller": true, - "blockOwnerDeletion": true + "apiVersion": "500", + "kind": "501", + "name": "502", + "uid": "憲Ħ焵i,ŋ", + "controller": false, + "blockOwnerDeletion": false } ], "finalizers": [ - "496" + "503" ], - "clusterName": "497", + "clusterName": "504", "managedFields": [ { - "manager": "498", - "operation": "ƥm粝ôD齆O#ȞM\u003c²彾Ǟʈɐ碓", - "apiVersion": "499", - "fieldsType": "500", - "subresource": "501" + "manager": "505", + "operation": "Ʀ§:Ǫ魚Emv看ƜZ穑S", + "apiVersion": "506", + "fieldsType": "507", + "subresource": "508" } ] }, "spec": { "accessModes": [ - "uȒ\u003cȕ碭ȡ,簓\u0026禑Ŏ瑁鑕婙蓫椧蒭諎漎" + "Is{豘ñ澀j劎笜釼鮭Ɯ" ], "selector": { "matchLabels": { - "3Q_-tHJ-_x-_l_-Ts1-Eb.zj.h96-63-T-.M----p_-6": "9_i-M_._i3-__5nw-_-0__P0.3_rK-Mn1l.j_.17.T-_.X_KS-J.9_j570n__a" + "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": "c59x3oo2/a4-___..1.N_l..-8", - "operator": "DoesNotExist" + "key": "R_-U7-F34-6.-_-O-F__h9", + "operator": "Exists" } ] }, "resources": { "limits": { - "": "736" + "獪霛圦Ƶ": "159" }, "requests": { - "DÓǶɟ汩b隊曻:Bȗ轊": "278" + "-劺b": "142" } }, - "volumeName": "508", - "storageClassName": "509", - "volumeMode": "ɋb賝łų$Q郔惻¬\\ơ^", + "volumeName": "515", + "storageClassName": "516", + "volumeMode": "ê婼SƸ炃\u0026-Ƹ绿浠穸æǷ^ɘʘ", "dataSource": { - "apiGroup": "510", - "kind": "511", - "name": "512" + "apiGroup": "517", + "kind": "518", + "name": "519" + }, + "dataSourceRef": { + "apiGroup": "520", + "kind": "521", + "name": "522" } }, "status": { - "phase": "VǕ酈t史C\u003c镼ƶƭ", + "phase": "h蹤?攫垳ȿūDmÒ侠泊蠻毜鷟傚罢ț", "accessModes": [ - "" + "\u003e7u?=ȳ皆Cds壋" ], "capacity": { - "蟀贑!ǃȥ瓤骁ȩ": "486" + "H%": "764" }, "conditions": [ { - "type": "儲ȃ\u003cDŽ噻ȁ隞ĻȀ拞抵\u003c躁ĄȐ煷叺", - "status": "貂ĝ,梙Ŭ贩濑bħ瓌L綡簏Ʉ", - "lastProbeTime": "2002-10-17T05:21:34Z", - "lastTransitionTime": "2090-08-02T09:40:31Z", - "reason": "513", - "message": "514" + "type": "A麭T棞詢¡ɅǏõxġ疾ɇ", + "status": "=击S", + "lastProbeTime": "2806-03-31T09:12:56Z", + "lastTransitionTime": "2430-10-28T09:53:06Z", + "reason": "523", + "message": "524" } ] } } ], - "serviceName": "515", - "podManagementPolicy": "(DǺM變ǣƆ鄾篏q鴥络@", + "serviceName": "525", + "podManagementPolicy": "軈ĕʦ竳÷ 骵蓧應ĸ簋涼ĥ訛\\`ĝňY", "updateStrategy": { - "type": "撇Ȥ寭ƉɫDžXSgƈɿ1", + "type": "Ä嚕uʟ膠ĉ班康%m忣àÂƺ琰Ȃ", "rollingUpdate": { - "partition": -578791744 + "partition": 804652982 } }, - "revisionHistoryLimit": 1747963012, - "minReadySeconds": 227754708, + "revisionHistoryLimit": -827620894, + "minReadySeconds": -619299042, "persistentVolumeClaimRetentionPolicy": { - "whenDeleted": "牦[闤ŬNĻ", - "whenScaled": "ĕ" + "whenDeleted": "弞þƔ剛Ʃ°qgWǰ绿络a", + "whenScaled": "7ɞŶJŖ)j{驟ʦcȃ/I" } }, "status": { - "observedGeneration": 6686533762378407166, - "replicas": -506660990, - "readyReplicas": 504213151, - "currentReplicas": -1264206794, - "updatedReplicas": -691647199, - "currentRevision": "516", - "updateRevision": "517", - "collisionCount": -1994313473, + "observedGeneration": -3509397394862257066, + "replicas": -1343766220, + "readyReplicas": -346713296, + "currentReplicas": 282379690, + "updatedReplicas": -554064621, + "currentRevision": "526", + "updateRevision": "527", + "collisionCount": 974374726, "conditions": [ { - "type": "龌帲笁銭1ÂơHđ\"-劺b", - "status": "Dê婼SƸ炃\u0026-Ƹ绿浠穸æǷ^ɘ", - "lastTransitionTime": "2624-04-25T00:24:24Z", - "reason": "518", - "message": "519" + "type": "劾ůk`磾ƃ妹浓ª", + "status": "痞濥鐳VDɝÔȗ$", + "lastTransitionTime": "2141-07-05T00:48:21Z", + "reason": "528", + "message": "529" } ], - "availableReplicas": 2082714834 + "availableReplicas": -1350782402 } } \ No newline at end of file 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 ff1cfd16da2bca644b2895a7991720e49d030b71..3bc2c122bebc8e2e3f8c62e87598b92405868a48 100644 GIT binary patch delta 6893 zcmY*ed0bT2_2+>oeQ6r~D2ob$fFLMFW?^R1Urm~}G3qai$!un6OcP_w;_uuUH7S3bdH25i?mhRc-*f1j zcVd3UZ~cqsSN`sd|JdBV%h7~?)gP)Q|CR@CsHB-B{RM#<>;J%CA27)hKpLwzOn!&> zq?(^{#Srlj8NkX41w;)EU=@ZM2qFVGk)?oep+I;Y5Md?|kz?^IDY*B&@ArOp2mXkV z4{v^ba*}T9EAz(NJ#{UPypxfRf_}%?QRh%U{zRU=2tJYUZW0&z0!iW#k4FOaFgzP1 z5f7x$Kr%p;#L!=n@W4qjo>W5oba%%pjAbUoFXCBpD*1pgQRzOL|D3tjbc}-KysA)- zkmMS7XOX4MeAe87CskIAlwd2F4JP0gG6%Pi`I%3yG#0uW3T$nrvEO@km3RzeoyM~9 z0cYiYYoDn_`y&UdgcaokxzWprEK@JwO%&=EK}4`0-Uy_`DU9w3cVm-eDfYAt*vb+o zI?W@`Obps8JiSMwJ!9oF@ii5EX@v`YjC?4_FZi#$`>*`q6t0Rd?9k(jFOMZ}IHA%Lr(fQ`FF4^4=v>24++?_(rqgbmuLfA`jgD-?%W3 z#da1C?-1cvKKaz5A8X^v)_D6*zYN^TyczuZfs?f?SL_;u(fw@DEFoaM9}B z<9`hd1yS(~r~Bo2x4UV`R^vF+Wj>6h!ZV~)zDJ1( zCR&LZ?(;pCdebRKU8`U}u=Kf)htGMAj{POf(|p9%XDVOo?$0wd*t(Aq*x+RBO0sl{ z$RS_!Zl`k8beLE9`=+A86**PZ`I~yZHmVvVYzgwuZ3A12ss>;F;)5T)^(sB2W6ZY8 zXS-qb7k(`AnL_w=bANdt^IqXc@B1swjsN(jCV;?+fjR| zslYPo$vZW%cbm1&b7pLjCEr{eHvHAzE8l+id8c775#CVr?Z|;WKYot5DbJd#)Q^Xc z%*K|Yg8%R;7XgHi1R|^eBChk>NF?~Bl@JgJU<~Z@z&;QK^agBCe1Gy_bKe_RW`z)8 z)$erv^OqD94 z>>(1uh)T-j4E$E5LY?Q^?bWtXa|z>aX!TSMdrqG+8VYvAxX&Gj6Iq6O5Eim5MTFrY zN396jz2|kW-0u+7JQ93N06Ts98As(Y=ZUlKiYDWrtEbL0-0P?u^Bk`B94NN7uX0ru zPK?gS8+Ze(z=~AhhU{q>;dn}-8Yh$P0Md$Gmrk3HWCKE}DvdN|1rWq*i!}}*Et8|g zRE?(BBU&G?p%`V8CMi_tazUdNfnKD+dU(5&ewj|)LDL8=r?SXZN(|x=AH&L zO^&B_6QsU+%|nsT=+k1>YV&BC6VNhRqcdquMVoVIv|d^zfMjV}TO7w_Xw`=wdeqSE zAN29%8`$L_{!%UeWG+D}_Thc+# z-XlY=Od)Fn$R7xD1Gy$yMw=vo7r;d1L==Z&8CFeUGx?n~w^czL-YglRG(`d{1M5>z zhM>eFJ-0*7L7A!PqM*PMHcd`KDAT}YAxVhU$IRM75ejvXAlJzvN<}%a`Bo&RVGGTc zQxJpnJ5WwstX}5zU`j~X#40FGm=(*SIk8JMEc!G>K_K8%iQNnmPe;i+MHz&Gwrx$9V^Nk0nvu8^W!7Sq)7D?`t1^x27xKr zdVI6>F`B5*sfdx1)BbP{@c_*!~i*gNV+b6@+d(T64kknOq(Q1w7$CI z5dnf@;wCYBo4R!tK+=RLv~3+0GL5gOrAbRPO+Zm7o{yBMCl-QmO(sra*iLDW#yeH1I9+1vLY$gRu4AH*J8VB=fC= z6R)t=)+ z?zXb0m#ne2yeQ*Oyx5+_X_{5_28_I^hgAWOu&Ni@i!$$n_N)qkiB<1IdsfBJ zp25(5G5G}f$V7uHuh27mJk5T@*kf>4bmnAcU^uUED)k&W&6(fhIM`!tb)0E2optXT zHJ`9_SKxfa@HL2A}2`K0UXQTMfbT^ zORIda$cye-F8EquYr&L|3rD{_?3)j}efrMLfbgm>zf5K-|2A;tF2cXK&;Itww=VZQ z7Y&GJxtAlz@t_J0^0(n0UT48dIabm=$UhZr8#A>zPnH_1B_AIkPYwX6ugdt|e&fsU zz4^n(hZ=nG!y8q;j1qF-dS{>SWmsFY?VOK;@TTFf`vaNYws#DQ?ONx5hAZFby+y=a zAjtKk0Yu4hGW93?^HT}L;Sz{vbdP%q4{h+YR-`y;8=Z{I%-Mc%0qV=!Xne_r1RSUCbz0i3|4`Q;oY$Ul&jd01H$<}U5XHuf!w zv{g8Z2dU|n2G{73ID0NOrY=Y8h_T9XEYH2KJ6`WNU-B2jJV$YryQUdHIe<-0z|0F6 zK?_hMaDo(;d$sPp3+Jw0Vei%m=7GM8W41GI))JBaf0S^6zzJAC0u%_GfD42W@?lqR z|9G!ybfP73hO6PIdtewAh(E6hpd?@wToPdUv&#LNfK{1bzg8m9(RbLM=Y#xEG=c2` zjHC~x=jJG`G*!!5D!&N-T>!@kjYo1xVNFQ!$aTE@idrTv*dBw*Gum>mJwV;-s z{+m8~3H3AJ7gF%GgX29uV+pz3{b_;kF)Z)X;_J5KGHD4Qt%pOxZlbG2o! zW3XT%?>g+E@Lv#qw}~gVyA0*6uS|F3x8{tun{r*p8%!0}y_U|20Y`aJzW;;dq`B_1 zLpa>XDp%tF4H2~et%7==NbpfY=+xw7$HB1~QMTjZ_IhKHz0)=_XQS?K7}ZTnrspoE zQ?xB8R^_%RD*>WGYF?9r<_WB(X|lK+t)dJM17_5isHk;-$zp|wO|dZ)WajNTISS&% zEM7@OJCY%v}Ea|aIL&eFY!s4Thp@<(xXJ4N3l7{5`tQMyPTHA&XOay;VhG= z0qWD_c%&poLS9F59FI6H8W1qx=EZ=ww7H6e3~RM`k-HDU6EJ)g>C6b=Mn<$0nTZq$ znB}Yd3w}X<2dRYzvjYMK$AiHEfz-l78)+JTB?a%RI5Zd-a{1rAZ%olWFwtSE$}!it z>h>+gi@eE%#}R{vh~aG%@dg|&cnBA`(uQCG#G6e7N$_P8o(J#Zc_oDKHHvs1Hv|Nn zO6|OS#C7Dj6fu9MzpVEcS(Pqc!33qOVXQFD+qbUX^7)Uqr6H)ghb(oLL30OdX|Ys0dWxRHF3F1! zzj%=~-1W(_cLr;GrMS1fA#%Za=RPd(h4PTzw+c%A!-h{>{meHJ-gda|^FZc@18rlz zlazDEyT5pI??mN>=)8L^8xX{^_#DC8V>w)L>`i|!L!zjgl4Z$PJ#~kG5d*Bi1-2;P zWu&I@mi?#n!i!39L;d^j`C0=Z`>r1M8vh+4>~!^w&xr6-y$wVD%(bRskH2#B*5AMT z{AS}1`-qqhf{gTvMv|!C0~65fyPM~D2{%$CRX2IM{ouxlZi81CG8Tq>FVl{CYEAdD z1fJ(8pPXeLrzsx7%)QNINSeGX=^l5rnbI|lZz^c{eW zNLGGIQ#_6vyuuigfU;>boP`I?z3u~zF|M|;^!3(5t~2MHwLKHP?ylU4^N#bmDYi1p z$l{z6*s()ACr&)=YN^niwYBCx$6&ML#L0|T=h?=nC#*fld1h#?yZ4N<_kgXy)zM=- zWjSFRHjSpth9)KMXDA##7|K~*5p)4_cts2=wU>R<{GX9GXNUViAIk5=@wSHg?wY~^ zB9eq^*40vL*=_9f_M#N5D+M=06a`Yv?|_%e^6Hl!d=%n1uc*0%pSSBoG!T$sc%0C^ zYT#5j-1o?Pn@+zPKWWUfwr6Z})($!Mw|X-TFJSi*Ak*B#DZHrSOaplPzQiS{S9poj zQRbdMW_wPab`2Mq^DUJd49>9{ucUG3mj~zdHUGYOjvAK;ygTPZguo@*qa=KXY6}LW9e%gr9!x3WoXubzX>wSLT_M~>6^Dt z7j#~EJ|ZZnrYpBJFxW4u?Cp`FaqL6u{?&wxAxRZV(|3=nbK2-*O; zUpk9Unc7{2gNe_XOJ~9q!x%tsY4F7701-+EgqMrduPyE49kVBndAb|sZO?Qym0Fsj zU0szc@jemdy@+tNhMz>&_i@0h2l z(b3dy8N`u`1?52N963rxVyHj^Ob8$o5t^GV1o^ZXIEN=UHJtw5d4gucMcwMbqyQaCx-rPtFzb5hW}iMxc@5R{;SBU_+J@N#=r!J zbpdGzS{5@C+-D3&UU1eNcQp4~&zq0W-EOS%y8u|d~zhF9+s4NM(2=eilJR{w!oNdkSuGaCxwp|nD#=$Jp zVb}gK+ioiGdB^V2m7zgFb#I*Rhza)71qJ2*cxb-_O=h?g0AV1I5JgCc&$>tVm}>3q zuH*g2q47hWV}tJM4(IM-)3B?z)Oq@>>8QK2@s*9HgXTT!XCrc&vCz>_yVKs{E;?i? zc9nNKMuw(ucbsoC9x~=zMqCxW)_iJm(CP9^cl=+xR?zdc&v6zs|9I&VL}vr^lUDF# zsN-z2am-TVC~mZLjrZ<|UpvtYVs(u+ZK58PZO!J>k>>rsPkPnU)naeoY%Q3zFmxXg z^sl<1vyFqh+bXm*}I>Z#~oGuL*|SYti#G)V8CpI)n( X3etle6f7-u-Pp%pes?eC>-_#79YUk| delta 6608 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 Tw@AFU;SF!~NAPb5W5E9aSsWi@ diff --git a/staging/src/k8s.io/api/testdata/HEAD/apps.v1.StatefulSet.yaml b/staging/src/k8s.io/api/testdata/HEAD/apps.v1.StatefulSet.yaml index 268ae356991..ac57c613386 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/apps.v1.StatefulSet.yaml +++ b/staging/src/k8s.io/api/testdata/HEAD/apps.v1.StatefulSet.yaml @@ -31,20 +31,20 @@ metadata: selfLink: "5" uid: "7" spec: - minReadySeconds: 227754708 + minReadySeconds: -619299042 persistentVolumeClaimRetentionPolicy: - whenDeleted: 牦[闤ŬNĻ - whenScaled: ĕ - podManagementPolicy: (DǺM變ǣƆ鄾篏q鴥络@ + whenDeleted: 弞þƔ剛Ʃ°qgWǰ绿络a + whenScaled: 7ɞŶJŖ)j{驟ʦcȃ/I + podManagementPolicy: 軈ĕʦ竳÷ 骵蓧應ĸ簋涼ĥ訛\`ĝňY replicas: 896585016 - revisionHistoryLimit: 1747963012 + revisionHistoryLimit: -827620894 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: "515" + serviceName: "525" template: metadata: annotations: @@ -77,730 +77,730 @@ spec: selfLink: "29" uid: ?Qȫş spec: - activeDeadlineSeconds: 5204116807884683873 + activeDeadlineSeconds: 3305070661619041050 affinity: nodeAffinity: preferredDuringSchedulingIgnoredDuringExecution: - preference: matchExpressions: - - key: "406" - operator: ='ʨ|ǓÓ敆OɈÏ 瞍髃 + - key: "413" + operator: '''呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG' values: - - "407" + - "414" matchFields: - - key: "408" - operator: ƒK07曳w + - key: "415" + operator: '[y#t(' values: - - "409" - weight: 1805682547 + - "416" + weight: -5241849 requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - - key: "402" - operator: "" + - key: "409" + operator: 濦ʓɻŊ0蚢鑸鶲Ãqb轫 values: - - "403" + - "410" matchFields: - - key: "404" - operator: ɸĻo:{柯?B俋¬h`職铳s44矕Ƈ + - key: "411" + operator: ' ' values: - - "405" + - "412" podAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - - key: 3hjo--8kb6--ut---p8--3-e-3-44-e.w--i--40wv--in-870w--it6k47-7yd-y--3wc8q8/Jm...Cr - operator: DoesNotExist - matchLabels: - 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: C-_20 + - key: s_6O-5_7_-0w_--5-_.3--_9QW2JkU27_.-4T-I.-..K.-.0__sD.-.-_s operator: Exists 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 + 1_.-_L-__bf_9_-C-PfNx__-U_P: tW23-_.z_.._s--_F-BR-.h_2 + 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 + matchLabels: + Q.-_t--O3: 7z2-y.-...C4_-_2G0.-c_C.G.h--m._fN._k8__._ep2P.B._A_09E namespaces: - - "430" - topologyKey: "431" - weight: -450654683 + - "437" + topologyKey: "438" + weight: -234140 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: 67F3p2_-_AmD-.0P - operator: DoesNotExist + - 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: - 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 + rG-7--p9.-_0R.-_-3_L_2--_v2.5p_..Y-.wg_-b8a_68: Q4_.84.K_-_0_..u.F.pq..--Q 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: 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: - 6--3QC1--L--v_Z--Zg-_4Q__-v_t_u_.__I_-_-w: d-5X1rh-K5y_AzOBW.9oE9_6.--v1r + 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: - - "416" - topologyKey: "417" + - "423" + topologyKey: "424" 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 - 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 - 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 + - key: v54le-to9e--a-7je9fz87-2jvd23-0p1.360v2-x-cpor---cigu--s/j-dY7_M_-._M5..-N_H_55..--E3_2h operator: DoesNotExist matchLabels: - 7u-h---dY7_M_-._M5..-N_H_55..--E3_2D-1DW__o_-._kzB7U_.Q.45cy5: Y-__-Zvt.LT60v.WxPc--K + 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: 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: + ? 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: - - "458" - topologyKey: "459" - weight: 1131487788 + - "465" + topologyKey: "466" + weight: 1276377114 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: 4b699/B9n.2 + - 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: - - MM7-.e.x + - u-.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133eT_2_t_IkI-mt4...rBQ.9-0 matchLabels: - fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o5: TB-d-Q + n7-a6434---7i-f-d019o1v3u.2k8-2-d--n--r8661--3-8-t48g-w2q7z-vps548-d-1r7j--v2x-64dwb/e: "8" namespaceSelector: matchExpressions: - - key: 8u2-__3uM77U7._pT-___-_5-6h_Ky7-_0Vw-Nzfdw.3-._J - operator: DoesNotExist + - key: N7.81_-._-_8_.._._a9 + operator: In + values: + - vi.gZdnUVP._81_---l_3_-_G-D....js--a---..6bD_Mh 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 + m_-Z.wc..k_0_5.z.0..__k: b.-9.Y0-_-.l__.c17__f_-336-.BT namespaces: - - "444" - topologyKey: "445" - automountServiceAccountToken: true + - "451" + topologyKey: "452" + automountServiceAccountToken: false containers: - args: - - "248" + - "254" command: - - "247" + - "253" env: - - name: "255" - value: "256" + - name: "261" + value: "262" valueFrom: configMapKeyRef: - key: "262" - name: "261" + key: "268" + name: "267" optional: false fieldRef: - apiVersion: "257" - fieldPath: "258" + apiVersion: "263" + fieldPath: "264" resourceFieldRef: - containerName: "259" - divisor: "271" - resource: "260" + containerName: "265" + divisor: "965" + resource: "266" secretKeyRef: - key: "264" - name: "263" - optional: true + key: "270" + name: "269" + optional: false envFrom: - configMapRef: - name: "253" - optional: true - prefix: "252" - secretRef: - name: "254" + name: "259" optional: false - image: "246" - imagePullPolicy: 汰8ŕİi騎C"6x$1s + prefix: "258" + secretRef: + name: "260" + optional: true + image: "252" + imagePullPolicy: ņ lifecycle: postStart: exec: command: - - "291" + - "300" httpGet: - host: "293" + host: "302" httpHeaders: - - name: "294" - value: "295" - path: "292" - port: -1021949447 - scheme: B芭 + - name: "303" + value: "304" + path: "301" + port: 1502643091 + scheme: ­蜷ɔ幩š tcpSocket: - host: "297" - port: "296" + host: "305" + port: 455833230 preStop: exec: command: - - "298" + - "306" httpGet: - host: "301" + host: "308" httpHeaders: - - name: "302" - value: "303" - path: "299" - port: "300" - scheme: yƕ丆録²Ŏ) + - name: "309" + value: "310" + path: "307" + port: 1076497581 + scheme: h4ɊHȖ|ʐ tcpSocket: - host: "304" - port: 507384491 + host: "311" + port: 248533396 livenessProbe: exec: command: - - "271" - failureThreshold: 1156888068 - httpGet: - host: "273" - httpHeaders: - - name: "274" - value: "275" - path: "272" - port: 1907998540 - scheme: ',ŕ' - initialDelaySeconds: -253326525 - periodSeconds: 887319241 - successThreshold: 1559618829 - tcpSocket: - host: "277" - port: "276" - terminationGracePeriodSeconds: -5566612115749133989 - timeoutSeconds: 567263590 - name: "245" - ports: - - containerPort: 1714588921 - hostIP: "251" - hostPort: -370386363 - name: "250" - protocol: Ư貾 - readinessProbe: - exec: - command: - - "278" - failureThreshold: 422133388 + - "277" + failureThreshold: -1204965397 httpGet: host: "280" httpHeaders: - name: "281" value: "282" - path: "279" - port: 1315054653 - scheme: 蚃ɣľ)酊龨δ摖ȱ - initialDelaySeconds: 1905181464 - periodSeconds: 1272940694 - successThreshold: -385597677 + path: "278" + port: "279" + scheme: 蛜6Ɖ飴ɎiǨź'ǵɐ鰥Z龏 + initialDelaySeconds: 234253676 + periodSeconds: 1080545253 + successThreshold: 1843491416 tcpSocket: - host: "284" - port: "283" - terminationGracePeriodSeconds: 8385745044578923915 - timeoutSeconds: -1730959016 - resources: - limits: - 庰%皧V: "116" - requests: - "": "289" - securityContext: - allowPrivilegeEscalation: false - capabilities: - add: - - p鋄5弢ȹ均i绝5 - drop: - - "" - privileged: true - procMount: ş - readOnlyRootFilesystem: false - runAsGroup: 7023916302283403328 - runAsNonRoot: false - runAsUser: -3385088507022597813 - seLinuxOptions: - level: "309" - role: "307" - type: "308" - user: "306" - seccompProfile: - localhostProfile: "313" - type: 諔迮ƙ - windowsOptions: - gmsaCredentialSpec: "311" - gmsaCredentialSpecName: "310" - hostProcess: false - runAsUserName: "312" - startupProbe: + host: "283" + port: -614098868 + terminationGracePeriodSeconds: -2125560879532395341 + timeoutSeconds: 846286700 + name: "251" + ports: + - containerPort: 1174240097 + hostIP: "257" + hostPort: -1314967760 + name: "256" + protocol: \E¦队偯J僳徥淳 + readinessProbe: exec: command: - - "285" - failureThreshold: 353361793 + - "284" + failureThreshold: -402384013 httpGet: host: "287" httpHeaders: - name: "288" value: "289" - path: "286" - port: 1013673874 - scheme: ə娯Ȱ囌{ - initialDelaySeconds: -205176266 - periodSeconds: -116469891 - successThreshold: 311083651 + path: "285" + port: "286" + scheme: 花ª瘡蟦JBʟ鍏 + initialDelaySeconds: -2062708879 + periodSeconds: -141401239 + successThreshold: -1187301925 tcpSocket: - host: "290" - port: -1829146875 - terminationGracePeriodSeconds: -8939747084334542875 - timeoutSeconds: 490479437 - stdinOnce: true - terminationMessagePath: "305" - terminationMessagePolicy: "3" + host: "291" + port: "290" + terminationGracePeriodSeconds: -779972051078659613 + timeoutSeconds: 215186711 + resources: + limits: + 4Ǒ輂,ŕĪ: "398" + requests: + V訆Ǝżŧ: "915" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - DŽ髐njʉBn(fǂǢ曣 + drop: + - ay + privileged: false + procMount: u8晲 + readOnlyRootFilesystem: false + runAsGroup: -4786249339103684082 + runAsNonRoot: true + runAsUser: -3576337664396773931 + seLinuxOptions: + level: "316" + role: "314" + type: "315" + user: "313" + seccompProfile: + localhostProfile: "320" + type: '[irȎ3Ĕ\ɢX鰨松/Ȁĵ鴁ĩȲ' + windowsOptions: + gmsaCredentialSpec: "318" + gmsaCredentialSpecName: "317" + hostProcess: true + runAsUserName: "319" + startupProbe: + exec: + command: + - "292" + failureThreshold: 737722974 + httpGet: + host: "295" + httpHeaders: + - name: "296" + value: "297" + path: "293" + port: "294" + scheme: İ + initialDelaySeconds: -1615316902 + periodSeconds: -522215271 + successThreshold: 1374479082 + tcpSocket: + host: "299" + port: "298" + terminationGracePeriodSeconds: -247950237984551522 + timeoutSeconds: -793616601 + stdin: true + terminationMessagePath: "312" + terminationMessagePolicy: 迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ volumeDevices: - - devicePath: "270" - name: "269" + - devicePath: "276" + name: "275" volumeMounts: - - mountPath: "266" - mountPropagation: 橨鬶l獕;跣Hǝcw媀瓄&翜舞拉Œ - name: "265" + - mountPath: "272" + mountPropagation: SÄ蚃ɣľ)酊龨δ摖ȱğ_< + name: "271" readOnly: true - subPath: "267" - subPathExpr: "268" - workingDir: "249" + subPath: "273" + subPathExpr: "274" + workingDir: "255" dnsConfig: nameservers: - - "472" + - "479" options: - - name: "474" - value: "475" + - name: "481" + value: "482" searches: - - "473" - dnsPolicy: 8ð仁Q橱9ij\Ď愝Ű藛b - enableServiceLinks: true + - "480" + dnsPolicy: +Œ9两 + enableServiceLinks: false ephemeralContainers: - args: - - "317" + - "324" command: - - "316" + - "323" env: - - name: "324" - value: "325" + - name: "331" + value: "332" valueFrom: configMapKeyRef: - key: "331" - name: "330" + key: "338" + name: "337" optional: true fieldRef: - apiVersion: "326" - fieldPath: "327" + apiVersion: "333" + fieldPath: "334" resourceFieldRef: - containerName: "328" - divisor: "66" - resource: "329" + containerName: "335" + divisor: "464" + resource: "336" secretKeyRef: - key: "333" - name: "332" + key: "340" + name: "339" optional: false envFrom: - configMapRef: - name: "322" + name: "329" optional: true - prefix: "321" + prefix: "328" secretRef: - name: "323" - optional: false - image: "315" - imagePullPolicy: 阠$嬏 + name: "330" + optional: true + image: "322" + imagePullPolicy: 愝Ű藛b磾sYȠ繽敮ǰ詀ǿ忀oɎƺL lifecycle: postStart: exec: command: - - "360" - httpGet: - host: "362" - httpHeaders: - - name: "363" - value: "364" - path: "361" - port: 890223061 - scheme: uEy竬ʆɞȥ}礤铟怖ý萜Ǖc8ǣ - tcpSocket: - host: "366" - port: "365" - preStop: - exec: - command: - - "367" + - "366" httpGet: host: "369" httpHeaders: - name: "370" value: "371" - path: "368" - port: 797714018 - scheme: vÄÚ× + path: "367" + port: "368" + scheme: '%ʝ`ǭ' tcpSocket: - host: "373" - port: "372" + host: "372" + port: -1467648837 + preStop: + exec: + command: + - "373" + httpGet: + host: "376" + httpHeaders: + - name: "377" + value: "378" + path: "374" + port: "375" + scheme: 磂tńČȷǻ.wȏâ磠Ƴ崖S + tcpSocket: + host: "380" + port: "379" livenessProbe: - exec: - command: - - "340" - failureThreshold: -1508967300 - httpGet: - host: "343" - httpHeaders: - - name: "344" - value: "345" - path: "341" - port: "342" - initialDelaySeconds: -1843539391 - periodSeconds: -1758095966 - successThreshold: 1627026804 - tcpSocket: - host: "346" - port: -819013491 - terminationGracePeriodSeconds: -4548040070833300341 - timeoutSeconds: 1238925115 - name: "314" - ports: - - containerPort: 1137109081 - hostIP: "320" - hostPort: -488127393 - name: "319" - protocol: 丽饾| 鞤ɱď - readinessProbe: exec: command: - "347" - failureThreshold: -47594442 + failureThreshold: -1211577347 httpGet: host: "349" httpHeaders: - name: "350" value: "351" path: "348" - port: -186532794 - scheme: ĩȲǸ|蕎'佉賞ǧĒzŔ瘍Nʊ輔3璾ė - initialDelaySeconds: -751455207 - periodSeconds: 646133945 - successThreshold: -506710067 + port: -1088996269 + scheme: ƘƵŧ1ƟƓ宆! + initialDelaySeconds: -1065853311 + periodSeconds: -843639240 + successThreshold: 1573261475 tcpSocket: - host: "353" - port: "352" - terminationGracePeriodSeconds: -8866033802256420471 - timeoutSeconds: -894026356 - resources: - limits: - ƣMț譎懚X: "93" - requests: - 曣ŋayåe躒訙: "484" - securityContext: - allowPrivilegeEscalation: true - capabilities: - add: - - ¶熀ďJZ漤 - drop: - - "" - privileged: true - procMount: 槃JŵǤ桒ɴ鉂WJ - readOnlyRootFilesystem: true - runAsGroup: -8721643037453811760 - runAsNonRoot: false - runAsUser: 5680561050872693436 - seLinuxOptions: - level: "378" - role: "376" - type: "377" - user: "375" - seccompProfile: - localhostProfile: "382" - type: 抉泅ą&疀ȼN翾ȾD虓氙磂tńČȷǻ - windowsOptions: - gmsaCredentialSpec: "380" - gmsaCredentialSpecName: "379" - hostProcess: false - runAsUserName: "381" - startupProbe: - exec: - command: - - "354" - failureThreshold: 1190831814 - httpGet: - host: "356" - httpHeaders: - - name: "357" - value: "358" - path: "355" - port: -1789721862 - scheme: 閈誹ʅ蕉ɼ - initialDelaySeconds: 1518001294 - periodSeconds: -2068583194 - successThreshold: -29073009 - tcpSocket: - host: "359" - port: 374862544 - terminationGracePeriodSeconds: 7262727411813417219 - timeoutSeconds: 1467189105 - targetContainerName: "383" - terminationMessagePath: "374" - terminationMessagePolicy: m罂o3ǰ廋i乳'ȘUɻ - volumeDevices: - - devicePath: "339" - name: "338" - volumeMounts: - - mountPath: "335" - mountPropagation: (娕uE增猍 - name: "334" - subPath: "336" - subPathExpr: "337" - workingDir: "318" - hostAliases: - - hostnames: - - "470" - ip: "469" - hostIPC: true - hostNetwork: true - hostPID: true - hostname: "400" - imagePullSecrets: - - name: "399" - initContainers: - - args: - - "181" - command: - - "180" - env: - - name: "188" - value: "189" - valueFrom: - configMapKeyRef: - key: "195" - name: "194" - optional: true - fieldRef: - apiVersion: "190" - fieldPath: "191" - resourceFieldRef: - containerName: "192" - divisor: "713" - resource: "193" - secretKeyRef: - key: "197" - name: "196" - optional: false - envFrom: - - configMapRef: - name: "186" - optional: true - prefix: "185" - secretRef: - name: "187" - optional: true - image: "179" - imagePullPolicy: r嚧 - lifecycle: - postStart: - exec: - command: - - "223" - httpGet: - host: "225" - httpHeaders: - - name: "226" - value: "227" - path: "224" - port: -1109619518 - scheme: ĺ}潷ʒ胵輓Ɔȓ蹣ɐǛv+8Ƥ熪 - tcpSocket: - host: "229" - port: "228" - preStop: - exec: - command: - - "230" - httpGet: - host: "232" - httpHeaders: - - name: "233" - value: "234" - path: "231" - port: 461585849 - scheme: ɇ卷荙JLĹ]佱¿>犵殇ŕ-Ɂ - tcpSocket: - host: "235" - port: 467291328 - livenessProbe: - exec: - command: - - "204" - failureThreshold: -93157681 - httpGet: - host: "206" - httpHeaders: - - name: "207" - value: "208" - path: "205" - port: -1285424066 - scheme: ni酛3ƁÀ - initialDelaySeconds: -2036074491 - periodSeconds: 165047920 - successThreshold: -393291312 - tcpSocket: - host: "210" - port: "209" - terminationGracePeriodSeconds: -4856573944864548413 - timeoutSeconds: -148216266 - name: "178" + host: "352" + port: -1836225650 + terminationGracePeriodSeconds: 6567123901989213629 + timeoutSeconds: 559999152 + name: "321" ports: - - containerPort: -1343558801 - hostIP: "184" - hostPort: 1923334396 - name: "183" - protocol: '@掇lNdǂ>' + - containerPort: 2037135322 + hostIP: "327" + hostPort: 1453852685 + name: "326" + protocol: ǧĒzŔ瘍N readinessProbe: exec: command: - - "211" - failureThreshold: 513341278 + - "353" + failureThreshold: 757223010 httpGet: - host: "213" + host: "355" httpHeaders: - - name: "214" - value: "215" - path: "212" - port: -331283026 - scheme: ȉ - initialDelaySeconds: 1033766276 - periodSeconds: -859135545 - successThreshold: -1543701088 + - name: "356" + value: "357" + path: "354" + port: 705333281 + scheme: xƂ9阠 + initialDelaySeconds: -606614374 + periodSeconds: 498878902 + successThreshold: 652646450 tcpSocket: - host: "216" - port: 714088955 - terminationGracePeriodSeconds: 2696007505383404823 - timeoutSeconds: -1745509819 + host: "358" + port: -916583020 + terminationGracePeriodSeconds: -8216131738691912586 + timeoutSeconds: -3478003 resources: limits: - 荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3: "86" + 汚磉反-n: "653" requests: - t莭琽§ć\ ïì: "80" + ^輅9ɛ棕ƈ眽炊礫Ƽ¨Ix糂腂ǂǚ: "999" securityContext: allowPrivilegeEscalation: false capabilities: add: - - 埄趛 + - 鬬$矐_敕ű嵞嬯t{Eɾ drop: - - ʁ岼昕ĬÇ + - 'Ȯ-湷D谹気Ƀ秮òƬɸĻo:' privileged: true - procMount: 鐫û咡W<敄lu|榝 + procMount: s44矕Ƈè readOnlyRootFilesystem: false - runAsGroup: -6406791857291159870 + runAsGroup: 73764735411458498 runAsNonRoot: false - runAsUser: 161123823296532265 + runAsUser: 4224635496843945227 seLinuxOptions: - level: "240" - role: "238" - type: "239" - user: "237" + level: "385" + role: "383" + type: "384" + user: "382" seccompProfile: - localhostProfile: "244" - type: î.Ȏ蝪ʜ5遰= + localhostProfile: "389" + type: 鑏='ʨ|ǓÓ敆OɈÏ 瞍 windowsOptions: - gmsaCredentialSpec: "242" - gmsaCredentialSpecName: "241" - hostProcess: false - runAsUserName: "243" + gmsaCredentialSpec: "387" + gmsaCredentialSpecName: "386" + hostProcess: true + runAsUserName: "388" startupProbe: exec: command: - - "217" - failureThreshold: -1364571630 + - "359" + failureThreshold: 1671084780 httpGet: - host: "219" + host: "362" httpHeaders: - - name: "220" - value: "221" - path: "218" - port: -361442565 - scheme: w - initialDelaySeconds: 994072122 - periodSeconds: -1962065705 - successThreshold: 1701999128 + - name: "363" + value: "364" + path: "360" + port: "361" + scheme: Ů泔Eëæ:<堸眺舐嘯龡班悦ʀ臺穔' - resourceVersion: "17306677052996382890" - selfLink: "487" - uid: ʬÇ[輚趞ț@ + - apiVersion: "500" + blockOwnerDeletion: false + controller: false + kind: "501" + name: "502" + uid: 憲Ħ焵i,ŋ + resourceVersion: "932117408350471144" + selfLink: "494" + uid: 4LM桵Ţ宧ʜ嵹ʌ5Ë} spec: accessModes: - - uȒ<ȕ碭ȡ,簓&禑Ŏ瑁鑕婙蓫椧蒭諎漎 + - Is{豘ñ澀j劎笜釼鮭Ɯ dataSource: - apiGroup: "510" - kind: "511" - name: "512" + apiGroup: "517" + kind: "518" + name: "519" + dataSourceRef: + apiGroup: "520" + kind: "521" + name: "522" resources: limits: - "": "736" + 獪霛圦Ƶ: "159" requests: - DÓǶɟ汩b隊曻:Bȗ轊: "278" + -劺b: "142" selector: matchExpressions: - - key: c59x3oo2/a4-___..1.N_l..-8 - operator: DoesNotExist + - key: R_-U7-F34-6.-_-O-F__h9 + operator: Exists matchLabels: - 3Q_-tHJ-_x-_l_-Ts1-Eb.zj.h96-63-T-.M----p_-6: 9_i-M_._i3-__5nw-_-0__P0.3_rK-Mn1l.j_.17.T-_.X_KS-J.9_j570n__a - storageClassName: "509" - volumeMode: ɋb賝łų$Q郔惻¬\ơ^ - volumeName: "508" + 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: "516" + volumeMode: ê婼SƸ炃&-Ƹ绿浠穸æǷ^ɘʘ + volumeName: "515" status: accessModes: - - "" + - '>7u?=ȳ皆Cds壋' capacity: - 蟀贑!ǃȥ瓤骁ȩ: "486" + H%: "764" conditions: - - lastProbeTime: "2002-10-17T05:21:34Z" - lastTransitionTime: "2090-08-02T09:40:31Z" - message: "514" - reason: "513" - status: 貂ĝ,梙Ŭ贩濑bħ瓌L綡簏Ʉ - type: 儲ȃ<DŽ噻ȁ隞ĻȀ拞抵<躁ĄȐ煷叺 - phase: VǕ酈t史C<镼ƶƭ + - lastProbeTime: "2806-03-31T09:12:56Z" + lastTransitionTime: "2430-10-28T09:53:06Z" + message: "524" + reason: "523" + status: =击S + type: A麭T棞詢¡ɅǏõxġ疾ɇ + phase: h蹤?攫垳ȿūDmÒ侠泊蠻毜鷟傚罢ț status: - availableReplicas: 2082714834 - collisionCount: -1994313473 + availableReplicas: -1350782402 + collisionCount: 974374726 conditions: - - lastTransitionTime: "2624-04-25T00:24:24Z" - message: "519" - reason: "518" - status: Dê婼SƸ炃&-Ƹ绿浠穸æǷ^ɘ - type: 龌帲笁銭1ÂơHđ"-劺b - currentReplicas: -1264206794 - currentRevision: "516" - observedGeneration: 6686533762378407166 - readyReplicas: 504213151 - replicas: -506660990 - updateRevision: "517" - updatedReplicas: -691647199 + - lastTransitionTime: "2141-07-05T00:48:21Z" + message: "529" + reason: "528" + status: 痞濥鐳VDɝÔȗ$ + type: 劾ůk`磾ƃ妹浓ª + currentReplicas: 282379690 + currentRevision: "526" + observedGeneration: -3509397394862257066 + readyReplicas: -346713296 + replicas: -1343766220 + updateRevision: "527" + updatedReplicas: -554064621 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 cb1894d41ad..996b6d53a93 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 @@ -443,6 +443,11 @@ "apiGroup": "175", "kind": "176", "name": "177" + }, + "dataSourceRef": { + "apiGroup": "178", + "kind": "179", + "name": "180" } } } @@ -451,388 +456,356 @@ ], "initContainers": [ { - "name": "178", - "image": "179", + "name": "181", + "image": "182", "command": [ - "180" + "183" ], "args": [ - "181" + "184" ], - "workingDir": "182", + "workingDir": "185", "ports": [ { - "name": "183", - "hostPort": 1923334396, - "containerPort": -1343558801, - "protocol": "@掇lNdǂ\u003e", - "hostIP": "184" + "name": "186", + "hostPort": 282592353, + "containerPort": 377225334, + "protocol": "Ƹ[Ęİ榌U髷裎$MVȟ@7", + "hostIP": "187" } ], "envFrom": [ { - "prefix": "185", + "prefix": "188", "configMapRef": { - "name": "186", - "optional": true + "name": "189", + "optional": false }, "secretRef": { - "name": "187", - "optional": true - } - } - ], - "env": [ - { - "name": "188", - "value": "189", - "valueFrom": { - "fieldRef": { - "apiVersion": "190", - "fieldPath": "191" - }, - "resourceFieldRef": { - "containerName": "192", - "resource": "193", - "divisor": "713" - }, - "configMapKeyRef": { - "name": "194", - "key": "195", - "optional": true - }, - "secretKeyRef": { - "name": "196", - "key": "197", - "optional": false - } - } - } - ], - "resources": { - "limits": { - "荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3": "86" - }, - "requests": { - "t莭琽§ć\\ ïì": "80" - } - }, - "volumeMounts": [ - { - "name": "198", - "readOnly": true, - "mountPath": "199", - "subPath": "200", - "mountPropagation": "0矀Kʝ瘴I\\p[ħsĨɆâĺɗŹ倗S", - "subPathExpr": "201" - } - ], - "volumeDevices": [ - { - "name": "202", - "devicePath": "203" - } - ], - "livenessProbe": { - "exec": { - "command": [ - "204" - ] - }, - "httpGet": { - "path": "205", - "port": -1285424066, - "host": "206", - "scheme": "ni酛3ƁÀ", - "httpHeaders": [ - { - "name": "207", - "value": "208" - } - ] - }, - "tcpSocket": { - "port": "209", - "host": "210" - }, - "initialDelaySeconds": -2036074491, - "timeoutSeconds": -148216266, - "periodSeconds": 165047920, - "successThreshold": -393291312, - "failureThreshold": -93157681, - "terminationGracePeriodSeconds": -4856573944864548413 - }, - "readinessProbe": { - "exec": { - "command": [ - "211" - ] - }, - "httpGet": { - "path": "212", - "port": -331283026, - "host": "213", - "scheme": "ȉ", - "httpHeaders": [ - { - "name": "214", - "value": "215" - } - ] - }, - "tcpSocket": { - "port": 714088955, - "host": "216" - }, - "initialDelaySeconds": 1033766276, - "timeoutSeconds": -1745509819, - "periodSeconds": -859135545, - "successThreshold": -1543701088, - "failureThreshold": 513341278, - "terminationGracePeriodSeconds": 2696007505383404823 - }, - "startupProbe": { - "exec": { - "command": [ - "217" - ] - }, - "httpGet": { - "path": "218", - "port": -361442565, - "host": "219", - "scheme": "w", - "httpHeaders": [ - { - "name": "220", - "value": "221" - } - ] - }, - "tcpSocket": { - "port": -1099429189, - "host": "222" - }, - "initialDelaySeconds": 994072122, - "timeoutSeconds": 1752155096, - "periodSeconds": -1962065705, - "successThreshold": 1701999128, - "failureThreshold": -1364571630, - "terminationGracePeriodSeconds": 7258403424756645907 - }, - "lifecycle": { - "postStart": { - "exec": { - "command": [ - "223" - ] - }, - "httpGet": { - "path": "224", - "port": -1109619518, - "host": "225", - "scheme": "ĺ}潷ʒ胵輓Ɔȓ蹣ɐǛv+8Ƥ熪", - "httpHeaders": [ - { - "name": "226", - "value": "227" - } - ] - }, - "tcpSocket": { - "port": "228", - "host": "229" - } - }, - "preStop": { - "exec": { - "command": [ - "230" - ] - }, - "httpGet": { - "path": "231", - "port": 461585849, - "host": "232", - "scheme": "ɇ卷荙JLĹ]佱¿\u003e犵殇ŕ-Ɂ", - "httpHeaders": [ - { - "name": "233", - "value": "234" - } - ] - }, - "tcpSocket": { - "port": 467291328, - "host": "235" - } - } - }, - "terminationMessagePath": "236", - "terminationMessagePolicy": "ĸ輦唊", - "imagePullPolicy": "r嚧", - "securityContext": { - "capabilities": { - "add": [ - "埄趛" - ], - "drop": [ - "ʁ岼昕ĬÇ" - ] - }, - "privileged": true, - "seLinuxOptions": { - "user": "237", - "role": "238", - "type": "239", - "level": "240" - }, - "windowsOptions": { - "gmsaCredentialSpecName": "241", - "gmsaCredentialSpec": "242", - "runAsUserName": "243", - "hostProcess": false - }, - "runAsUser": 161123823296532265, - "runAsGroup": -6406791857291159870, - "runAsNonRoot": false, - "readOnlyRootFilesystem": false, - "allowPrivilegeEscalation": false, - "procMount": "鐫û咡W\u003c敄lu|榝", - "seccompProfile": { - "type": "î.Ȏ蝪ʜ5遰=", - "localhostProfile": "244" - } - }, - "stdin": true, - "stdinOnce": true, - "tty": true - } - ], - "containers": [ - { - "name": "245", - "image": "246", - "command": [ - "247" - ], - "args": [ - "248" - ], - "workingDir": "249", - "ports": [ - { - "name": "250", - "hostPort": -370386363, - "containerPort": 1714588921, - "protocol": "Ư貾", - "hostIP": "251" - } - ], - "envFrom": [ - { - "prefix": "252", - "configMapRef": { - "name": "253", - "optional": true - }, - "secretRef": { - "name": "254", + "name": "190", "optional": false } } ], "env": [ { - "name": "255", - "value": "256", + "name": "191", + "value": "192", "valueFrom": { "fieldRef": { - "apiVersion": "257", - "fieldPath": "258" + "apiVersion": "193", + "fieldPath": "194" }, "resourceFieldRef": { - "containerName": "259", - "resource": "260", - "divisor": "271" + "containerName": "195", + "resource": "196", + "divisor": "573" }, "configMapKeyRef": { - "name": "261", - "key": "262", + "name": "197", + "key": "198", "optional": false }, "secretKeyRef": { - "name": "263", - "key": "264", - "optional": true + "name": "199", + "key": "200", + "optional": false } } } ], "resources": { "limits": { - "庰%皧V": "116" + "ǚ灄鸫rʤî萨zvt": "829" }, "requests": { - "": "289" + "悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\\p": "604" } }, "volumeMounts": [ { - "name": "265", + "name": "201", "readOnly": true, - "mountPath": "266", - "subPath": "267", - "mountPropagation": "橨鬶l獕;跣Hǝcw媀瓄\u0026翜舞拉Œ", - "subPathExpr": "268" + "mountPath": "202", + "subPath": "203", + "mountPropagation": "ƖHV", + "subPathExpr": "204" } ], "volumeDevices": [ { - "name": "269", - "devicePath": "270" + "name": "205", + "devicePath": "206" } ], "livenessProbe": { "exec": { "command": [ - "271" + "207" ] }, "httpGet": { - "path": "272", - "port": 1907998540, - "host": "273", - "scheme": ",ŕ", + "path": "208", + "port": -1196874390, + "host": "209", + "scheme": "S晒嶗UÐ_ƮA攤", "httpHeaders": [ { - "name": "274", - "value": "275" + "name": "210", + "value": "211" } ] }, "tcpSocket": { - "port": "276", - "host": "277" + "port": -498930176, + "host": "212" }, - "initialDelaySeconds": -253326525, - "timeoutSeconds": 567263590, - "periodSeconds": 887319241, - "successThreshold": 1559618829, - "failureThreshold": 1156888068, - "terminationGracePeriodSeconds": -5566612115749133989 + "initialDelaySeconds": 1885897314, + "timeoutSeconds": -465677631, + "periodSeconds": 1054858106, + "successThreshold": 232569106, + "failureThreshold": -1150474479, + "terminationGracePeriodSeconds": 3196828455642760911 }, "readinessProbe": { "exec": { "command": [ - "278" + "213" ] }, "httpGet": { - "path": "279", - "port": 1315054653, + "path": "214", + "port": "215", + "host": "216", + "scheme": "3!Zɾģ毋Ó6", + "httpHeaders": [ + { + "name": "217", + "value": "218" + } + ] + }, + "tcpSocket": { + "port": -832805508, + "host": "219" + }, + "initialDelaySeconds": -228822833, + "timeoutSeconds": -970312425, + "periodSeconds": -1213051101, + "successThreshold": 1451056156, + "failureThreshold": 267768240, + "terminationGracePeriodSeconds": -549108701661089463 + }, + "startupProbe": { + "exec": { + "command": [ + "220" + ] + }, + "httpGet": { + "path": "221", + "port": "222", + "host": "223", + "scheme": "#yV'WKw(ğ儴Ůĺ}", + "httpHeaders": [ + { + "name": "224", + "value": "225" + } + ] + }, + "tcpSocket": { + "port": -20130017, + "host": "226" + }, + "initialDelaySeconds": -1244623134, + "timeoutSeconds": -1334110502, + "periodSeconds": -398297599, + "successThreshold": 873056500, + "failureThreshold": -36782737, + "terminationGracePeriodSeconds": -7464951486382552895 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "227" + ] + }, + "httpGet": { + "path": "228", + "port": "229", + "host": "230", + "scheme": "鄠[颐o啛更偢ɇ卷荙JL", + "httpHeaders": [ + { + "name": "231", + "value": "232" + } + ] + }, + "tcpSocket": { + "port": "233", + "host": "234" + } + }, + "preStop": { + "exec": { + "command": [ + "235" + ] + }, + "httpGet": { + "path": "236", + "port": -1506633471, + "host": "237", + "scheme": "1虊谇j爻ƙt叀碧闳ȩr嚧ʣq", + "httpHeaders": [ + { + "name": "238", + "value": "239" + } + ] + }, + "tcpSocket": { + "port": "240", + "host": "241" + } + } + }, + "terminationMessagePath": "242", + "terminationMessagePolicy": "屡ʁ", + "securityContext": { + "capabilities": { + "add": [ + "Ÿ8T 苧yñKJɐ扵" + ], + "drop": [ + "ƚ绤fʀļ腩墺Ò媁荭gw忊|E剒蔞" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "243", + "role": "244", + "type": "245", + "level": "246" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "247", + "gmsaCredentialSpec": "248", + "runAsUserName": "249", + "hostProcess": true + }, + "runAsUser": 3582457287488712192, + "runAsGroup": -7664873352063067579, + "runAsNonRoot": true, + "readOnlyRootFilesystem": false, + "allowPrivilegeEscalation": true, + "procMount": "\u003c6", + "seccompProfile": { + "type": "簳°Ļǟi\u0026皥贸", + "localhostProfile": "250" + } + }, + "stdin": true + } + ], + "containers": [ + { + "name": "251", + "image": "252", + "command": [ + "253" + ], + "args": [ + "254" + ], + "workingDir": "255", + "ports": [ + { + "name": "256", + "hostPort": -1314967760, + "containerPort": 1174240097, + "protocol": "\\E¦队偯J僳徥淳", + "hostIP": "257" + } + ], + "envFrom": [ + { + "prefix": "258", + "configMapRef": { + "name": "259", + "optional": false + }, + "secretRef": { + "name": "260", + "optional": true + } + } + ], + "env": [ + { + "name": "261", + "value": "262", + "valueFrom": { + "fieldRef": { + "apiVersion": "263", + "fieldPath": "264" + }, + "resourceFieldRef": { + "containerName": "265", + "resource": "266", + "divisor": "965" + }, + "configMapKeyRef": { + "name": "267", + "key": "268", + "optional": false + }, + "secretKeyRef": { + "name": "269", + "key": "270", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "4Ǒ輂,ŕĪ": "398" + }, + "requests": { + "V訆Ǝżŧ": "915" + } + }, + "volumeMounts": [ + { + "name": "271", + "readOnly": true, + "mountPath": "272", + "subPath": "273", + "mountPropagation": "SÄ蚃ɣľ)酊龨δ摖ȱğ_\u003c", + "subPathExpr": "274" + } + ], + "volumeDevices": [ + { + "name": "275", + "devicePath": "276" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "277" + ] + }, + "httpGet": { + "path": "278", + "port": "279", "host": "280", - "scheme": "蚃ɣľ)酊龨δ摖ȱ", + "scheme": "蛜6Ɖ飴ɎiǨź'ǵɐ鰥Z龏", "httpHeaders": [ { "name": "281", @@ -841,27 +814,27 @@ ] }, "tcpSocket": { - "port": "283", - "host": "284" + "port": -614098868, + "host": "283" }, - "initialDelaySeconds": 1905181464, - "timeoutSeconds": -1730959016, - "periodSeconds": 1272940694, - "successThreshold": -385597677, - "failureThreshold": 422133388, - "terminationGracePeriodSeconds": 8385745044578923915 + "initialDelaySeconds": 234253676, + "timeoutSeconds": 846286700, + "periodSeconds": 1080545253, + "successThreshold": 1843491416, + "failureThreshold": -1204965397, + "terminationGracePeriodSeconds": -2125560879532395341 }, - "startupProbe": { + "readinessProbe": { "exec": { "command": [ - "285" + "284" ] }, "httpGet": { - "path": "286", - "port": 1013673874, + "path": "285", + "port": "286", "host": "287", - "scheme": "ə娯Ȱ囌{", + "scheme": "花ª瘡蟦JBʟ鍏", "httpHeaders": [ { "name": "288", @@ -870,158 +843,187 @@ ] }, "tcpSocket": { - "port": -1829146875, - "host": "290" + "port": "290", + "host": "291" }, - "initialDelaySeconds": -205176266, - "timeoutSeconds": 490479437, - "periodSeconds": -116469891, - "successThreshold": 311083651, - "failureThreshold": 353361793, - "terminationGracePeriodSeconds": -8939747084334542875 + "initialDelaySeconds": -2062708879, + "timeoutSeconds": 215186711, + "periodSeconds": -141401239, + "successThreshold": -1187301925, + "failureThreshold": -402384013, + "terminationGracePeriodSeconds": -779972051078659613 + }, + "startupProbe": { + "exec": { + "command": [ + "292" + ] + }, + "httpGet": { + "path": "293", + "port": "294", + "host": "295", + "scheme": "İ", + "httpHeaders": [ + { + "name": "296", + "value": "297" + } + ] + }, + "tcpSocket": { + "port": "298", + "host": "299" + }, + "initialDelaySeconds": -1615316902, + "timeoutSeconds": -793616601, + "periodSeconds": -522215271, + "successThreshold": 1374479082, + "failureThreshold": 737722974, + "terminationGracePeriodSeconds": -247950237984551522 }, "lifecycle": { "postStart": { "exec": { "command": [ - "291" + "300" ] }, "httpGet": { - "path": "292", - "port": -1021949447, - "host": "293", - "scheme": "B芭", + "path": "301", + "port": 1502643091, + "host": "302", + "scheme": "­蜷ɔ幩š", "httpHeaders": [ { - "name": "294", - "value": "295" + "name": "303", + "value": "304" } ] }, "tcpSocket": { - "port": "296", - "host": "297" + "port": 455833230, + "host": "305" } }, "preStop": { "exec": { "command": [ - "298" + "306" ] }, "httpGet": { - "path": "299", - "port": "300", - "host": "301", - "scheme": "yƕ丆録²Ŏ)", + "path": "307", + "port": 1076497581, + "host": "308", + "scheme": "h4ɊHȖ|ʐ", "httpHeaders": [ { - "name": "302", - "value": "303" + "name": "309", + "value": "310" } ] }, "tcpSocket": { - "port": 507384491, - "host": "304" + "port": 248533396, + "host": "311" } } }, - "terminationMessagePath": "305", - "terminationMessagePolicy": "3", - "imagePullPolicy": "汰8ŕİi騎C\"6x$1s", + "terminationMessagePath": "312", + "terminationMessagePolicy": "迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ", + "imagePullPolicy": "ņ", "securityContext": { "capabilities": { "add": [ - "p鋄5弢ȹ均i绝5" + "DŽ髐njʉBn(fǂǢ曣" ], "drop": [ - "" + "ay" ] }, - "privileged": true, + "privileged": false, "seLinuxOptions": { - "user": "306", - "role": "307", - "type": "308", - "level": "309" + "user": "313", + "role": "314", + "type": "315", + "level": "316" }, "windowsOptions": { - "gmsaCredentialSpecName": "310", - "gmsaCredentialSpec": "311", - "runAsUserName": "312", - "hostProcess": false + "gmsaCredentialSpecName": "317", + "gmsaCredentialSpec": "318", + "runAsUserName": "319", + "hostProcess": true }, - "runAsUser": -3385088507022597813, - "runAsGroup": 7023916302283403328, - "runAsNonRoot": false, + "runAsUser": -3576337664396773931, + "runAsGroup": -4786249339103684082, + "runAsNonRoot": true, "readOnlyRootFilesystem": false, - "allowPrivilegeEscalation": false, - "procMount": "ş", + "allowPrivilegeEscalation": true, + "procMount": "u8晲", "seccompProfile": { - "type": "諔迮ƙ", - "localhostProfile": "313" + "type": "[irȎ3Ĕ\\ɢX鰨松/Ȁĵ鴁ĩȲ", + "localhostProfile": "320" } }, - "stdinOnce": true + "stdin": true } ], "ephemeralContainers": [ { - "name": "314", - "image": "315", + "name": "321", + "image": "322", "command": [ - "316" + "323" ], "args": [ - "317" + "324" ], - "workingDir": "318", + "workingDir": "325", "ports": [ { - "name": "319", - "hostPort": -488127393, - "containerPort": 1137109081, - "protocol": "丽饾| 鞤ɱď", - "hostIP": "320" + "name": "326", + "hostPort": 1453852685, + "containerPort": 2037135322, + "protocol": "ǧĒzŔ瘍N", + "hostIP": "327" } ], "envFrom": [ { - "prefix": "321", + "prefix": "328", "configMapRef": { - "name": "322", + "name": "329", "optional": true }, "secretRef": { - "name": "323", - "optional": false + "name": "330", + "optional": true } } ], "env": [ { - "name": "324", - "value": "325", + "name": "331", + "value": "332", "valueFrom": { "fieldRef": { - "apiVersion": "326", - "fieldPath": "327" + "apiVersion": "333", + "fieldPath": "334" }, "resourceFieldRef": { - "containerName": "328", - "resource": "329", - "divisor": "66" + "containerName": "335", + "resource": "336", + "divisor": "464" }, "configMapKeyRef": { - "name": "330", - "key": "331", + "name": "337", + "key": "338", "optional": true }, "secretKeyRef": { - "name": "332", - "key": "333", + "name": "339", + "key": "340", "optional": false } } @@ -1029,56 +1031,28 @@ ], "resources": { "limits": { - "ƣMț譎懚X": "93" + "汚磉反-n": "653" }, "requests": { - "曣ŋayåe躒訙": "484" + "^輅9ɛ棕ƈ眽炊礫Ƽ¨Ix糂腂ǂǚ": "999" } }, "volumeMounts": [ { - "name": "334", - "mountPath": "335", - "subPath": "336", - "mountPropagation": "(娕uE增猍", - "subPathExpr": "337" + "name": "341", + "mountPath": "342", + "subPath": "343", + "mountPropagation": "蛋I滞廬耐鷞焬CQm坊柩", + "subPathExpr": "344" } ], "volumeDevices": [ { - "name": "338", - "devicePath": "339" + "name": "345", + "devicePath": "346" } ], "livenessProbe": { - "exec": { - "command": [ - "340" - ] - }, - "httpGet": { - "path": "341", - "port": "342", - "host": "343", - "httpHeaders": [ - { - "name": "344", - "value": "345" - } - ] - }, - "tcpSocket": { - "port": -819013491, - "host": "346" - }, - "initialDelaySeconds": -1843539391, - "timeoutSeconds": 1238925115, - "periodSeconds": -1758095966, - "successThreshold": 1627026804, - "failureThreshold": -1508967300, - "terminationGracePeriodSeconds": -4548040070833300341 - }, - "readinessProbe": { "exec": { "command": [ "347" @@ -1086,9 +1060,9 @@ }, "httpGet": { "path": "348", - "port": -186532794, + "port": -1088996269, "host": "349", - "scheme": "ĩȲǸ|蕎'佉賞ǧĒzŔ瘍Nʊ輔3璾ė", + "scheme": "ƘƵŧ1ƟƓ宆!", "httpHeaders": [ { "name": "350", @@ -1097,80 +1071,86 @@ ] }, "tcpSocket": { - "port": "352", - "host": "353" + "port": -1836225650, + "host": "352" }, - "initialDelaySeconds": -751455207, - "timeoutSeconds": -894026356, - "periodSeconds": 646133945, - "successThreshold": -506710067, - "failureThreshold": -47594442, - "terminationGracePeriodSeconds": -8866033802256420471 + "initialDelaySeconds": -1065853311, + "timeoutSeconds": 559999152, + "periodSeconds": -843639240, + "successThreshold": 1573261475, + "failureThreshold": -1211577347, + "terminationGracePeriodSeconds": 6567123901989213629 }, - "startupProbe": { + "readinessProbe": { "exec": { "command": [ - "354" + "353" ] }, "httpGet": { - "path": "355", - "port": -1789721862, - "host": "356", - "scheme": "閈誹ʅ蕉ɼ", + "path": "354", + "port": 705333281, + "host": "355", + "scheme": "xƂ9阠", "httpHeaders": [ { - "name": "357", - "value": "358" + "name": "356", + "value": "357" } ] }, "tcpSocket": { - "port": 374862544, - "host": "359" + "port": -916583020, + "host": "358" }, - "initialDelaySeconds": 1518001294, - "timeoutSeconds": 1467189105, - "periodSeconds": -2068583194, - "successThreshold": -29073009, - "failureThreshold": 1190831814, - "terminationGracePeriodSeconds": 7262727411813417219 + "initialDelaySeconds": -606614374, + "timeoutSeconds": -3478003, + "periodSeconds": 498878902, + "successThreshold": 652646450, + "failureThreshold": 757223010, + "terminationGracePeriodSeconds": -8216131738691912586 + }, + "startupProbe": { + "exec": { + "command": [ + "359" + ] + }, + "httpGet": { + "path": "360", + "port": "361", + "host": "362", + "scheme": "Ů\u003cy鯶縆łƑ[澔", + "httpHeaders": [ + { + "name": "363", + "value": "364" + } + ] + }, + "tcpSocket": { + "port": 1288391156, + "host": "365" + }, + "initialDelaySeconds": -952255430, + "timeoutSeconds": 1568034275, + "periodSeconds": -824007302, + "successThreshold": -359713104, + "failureThreshold": 1671084780, + "terminationGracePeriodSeconds": 1571605531283019612 }, "lifecycle": { "postStart": { "exec": { "command": [ - "360" + "366" ] }, "httpGet": { - "path": "361", - "port": 890223061, - "host": "362", - "scheme": "uEy竬ʆɞȥ}礤铟怖ý萜Ǖc8ǣ", - "httpHeaders": [ - { - "name": "363", - "value": "364" - } - ] - }, - "tcpSocket": { - "port": "365", - "host": "366" - } - }, - "preStop": { - "exec": { - "command": [ - "367" - ] - }, - "httpGet": { - "path": "368", - "port": 797714018, + "path": "367", + "port": "368", "host": "369", - "scheme": "vÄÚ×", + "scheme": "%ʝ`ǭ", "httpHeaders": [ { "name": "370", @@ -1179,104 +1159,126 @@ ] }, "tcpSocket": { - "port": "372", - "host": "373" + "port": -1467648837, + "host": "372" + } + }, + "preStop": { + "exec": { + "command": [ + "373" + ] + }, + "httpGet": { + "path": "374", + "port": "375", + "host": "376", + "scheme": "磂tńČȷǻ.wȏâ磠Ƴ崖S", + "httpHeaders": [ + { + "name": "377", + "value": "378" + } + ] + }, + "tcpSocket": { + "port": "379", + "host": "380" } } }, - "terminationMessagePath": "374", - "terminationMessagePolicy": "m罂o3ǰ廋i乳'ȘUɻ", - "imagePullPolicy": "阠$嬏", + "terminationMessagePath": "381", + "terminationMessagePolicy": "¯ÁȦtl敷斢", + "imagePullPolicy": "愝Ű藛b磾sYȠ繽敮ǰ詀ǿ忀oɎƺL", "securityContext": { "capabilities": { "add": [ - "¶熀ďJZ漤" + "鬬$矐_敕ű嵞嬯t{Eɾ" ], "drop": [ - "" + "Ȯ-湷D谹気Ƀ秮òƬɸĻo:" ] }, "privileged": true, "seLinuxOptions": { - "user": "375", - "role": "376", - "type": "377", - "level": "378" + "user": "382", + "role": "383", + "type": "384", + "level": "385" }, "windowsOptions": { - "gmsaCredentialSpecName": "379", - "gmsaCredentialSpec": "380", - "runAsUserName": "381", - "hostProcess": false + "gmsaCredentialSpecName": "386", + "gmsaCredentialSpec": "387", + "runAsUserName": "388", + "hostProcess": true }, - "runAsUser": 5680561050872693436, - "runAsGroup": -8721643037453811760, + "runAsUser": 4224635496843945227, + "runAsGroup": 73764735411458498, "runAsNonRoot": false, - "readOnlyRootFilesystem": true, - "allowPrivilegeEscalation": true, - "procMount": "槃JŵǤ桒ɴ鉂WJ", + "readOnlyRootFilesystem": false, + "allowPrivilegeEscalation": false, + "procMount": "s44矕Ƈè", "seccompProfile": { - "type": "抉泅ą\u0026疀ȼN翾ȾD虓氙磂tńČȷǻ", - "localhostProfile": "382" + "type": "鑏='ʨ|ǓÓ敆OɈÏ 瞍", + "localhostProfile": "389" } }, - "targetContainerName": "383" + "tty": true, + "targetContainerName": "390" } ], - "restartPolicy": "ȏâ磠", - "terminationGracePeriodSeconds": 5614430095732678823, - "activeDeadlineSeconds": 5204116807884683873, - "dnsPolicy": "8ð仁Q橱9ij\\Ď愝Ű藛b", + "restartPolicy": "ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn", + "terminationGracePeriodSeconds": -8335674866227004872, + "activeDeadlineSeconds": 3305070661619041050, + "dnsPolicy": "+Œ9两", "nodeSelector": { - "384": "385" + "391": "392" }, - "serviceAccountName": "386", - "serviceAccount": "387", - "automountServiceAccountToken": true, - "nodeName": "388", - "hostNetwork": true, + "serviceAccountName": "393", + "serviceAccount": "394", + "automountServiceAccountToken": false, + "nodeName": "395", "hostPID": true, - "hostIPC": true, - "shareProcessNamespace": false, + "shareProcessNamespace": true, "securityContext": { "seLinuxOptions": { - "user": "389", - "role": "390", - "type": "391", - "level": "392" + "user": "396", + "role": "397", + "type": "398", + "level": "399" }, "windowsOptions": { - "gmsaCredentialSpecName": "393", - "gmsaCredentialSpec": "394", - "runAsUserName": "395", + "gmsaCredentialSpecName": "400", + "gmsaCredentialSpec": "401", + "runAsUserName": "402", "hostProcess": false }, - "runAsUser": -3072254610148392250, - "runAsGroup": -935274303703112577, + "runAsUser": 3438266910774132295, + "runAsGroup": 3230705132538051674, "runAsNonRoot": true, "supplementalGroups": [ - 5215323049148402377 + -1600417733583164525 ], - "fsGroup": 2946116477552625615, + "fsGroup": -3964669311891901178, "sysctls": [ { - "name": "396", - "value": "397" + "name": "403", + "value": "404" } ], - "fsGroupChangePolicy": "$鬬$矐_敕", + "fsGroupChangePolicy": "ƴ4虵p", "seccompProfile": { - "type": "嵞嬯t{Eɾ敹Ȯ-湷D谹", - "localhostProfile": "398" + "type": "沥7uPƒw©ɴĶ烷Ľthp", + "localhostProfile": "405" } }, "imagePullSecrets": [ { - "name": "399" + "name": "406" } ], - "hostname": "400", - "subdomain": "401", + "hostname": "407", + "subdomain": "408", "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { @@ -1284,19 +1286,19 @@ { "matchExpressions": [ { - "key": "402", - "operator": "", + "key": "409", + "operator": "濦ʓɻŊ0蚢鑸鶲Ãqb轫", "values": [ - "403" + "410" ] } ], "matchFields": [ { - "key": "404", - "operator": "ɸĻo:{柯?B俋¬h`職铳s44矕Ƈ", + "key": "411", + "operator": " ", "values": [ - "405" + "412" ] } ] @@ -1305,23 +1307,23 @@ }, "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1805682547, + "weight": -5241849, "preference": { "matchExpressions": [ { - "key": "406", - "operator": "='ʨ|ǓÓ敆OɈÏ 瞍髃", + "key": "413", + "operator": "'呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG", "values": [ - "407" + "414" ] } ], "matchFields": [ { - "key": "408", - "operator": "ƒK07曳w", + "key": "415", + "operator": "[y#t(", "values": [ - "409" + "416" ] } ] @@ -1334,27 +1336,30 @@ { "labelSelector": { "matchLabels": { - "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" + "rG-7--p9.-_0R.-_-3_L_2--_v2.5p_..Y-.wg_-b8a_68": "Q4_.84.K_-_0_..u.F.pq..--Q" }, "matchExpressions": [ { - "key": "67F3p2_-_AmD-.0P", - "operator": "DoesNotExist" + "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": [ - "416" + "423" ], - "topologyKey": "417", + "topologyKey": "424", "namespaceSelector": { "matchLabels": { - "6--3QC1--L--v_Z--Zg-_4Q__-v_t_u_.__I_-_-w": "d-5X1rh-K5y_AzOBW.9oE9_6.--v1r" + "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": "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": "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" } ] } @@ -1362,31 +1367,31 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -450654683, + "weight": -234140, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "G_2kCpS__.39g_.--_-_ve5.m_2_--XZ-x._0": "M2-n_5023Xl-3Pw_-r75--_-A-o-__y__._12..wrbW_E..24-O._.v._9c" + "1_.-_L-__bf_9_-C-PfNx__-U_P": "tW23-_.z_.._s--_F-BR-.h_2" }, "matchExpressions": [ { - "key": "3hjo--8kb6--ut---p8--3-e-3-44-e.w--i--40wv--in-870w--it6k47-7yd-y--3wc8q8/Jm...Cr", - "operator": "DoesNotExist" + "key": "s_6O-5_7_-0w_--5-_.3--_9QW2JkU27_.-4T-I.-..K.-.0__sD.-.-_s", + "operator": "Exists" } ] }, "namespaces": [ - "430" + "437" ], - "topologyKey": "431", + "topologyKey": "438", "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" + "Q.-_t--O3": "7z2-y.-...C4_-_2G0.-c_C.G.h--m._fN._k8__._ep2P.B._A_09E" }, "matchExpressions": [ { - "key": "C-_20", - "operator": "Exists" + "key": "P_p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o..p_B-d--Q5._D6_.d-n_9np", + "operator": "DoesNotExist" } ] } @@ -1399,30 +1404,33 @@ { "labelSelector": { "matchLabels": { - "fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o5": "TB-d-Q" + "n7-a6434---7i-f-d019o1v3u.2k8-2-d--n--r8661--3-8-t48g-w2q7z-vps548-d-1r7j--v2x-64dwb/e": "8" }, "matchExpressions": [ { - "key": "4b699/B9n.2", + "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": [ - "MM7-.e.x" + "u-.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133eT_2_t_IkI-mt4...rBQ.9-0" ] } ] }, "namespaces": [ - "444" + "451" ], - "topologyKey": "445", + "topologyKey": "452", "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" + "m_-Z.wc..k_0_5.z.0..__k": "b.-9.Y0-_-.l__.c17__f_-336-.BT" }, "matchExpressions": [ { - "key": "8u2-__3uM77U7._pT-___-_5-6h_Ky7-_0Vw-Nzfdw.3-._J", - "operator": "DoesNotExist" + "key": "N7.81_-._-_8_.._._a9", + "operator": "In", + "values": [ + "vi.gZdnUVP._81_---l_3_-_G-D....js--a---..6bD_Mh" + ] } ] } @@ -1430,33 +1438,30 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1131487788, + "weight": 1276377114, "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" + "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": "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": "v54le-to9e--a-7je9fz87-2jvd23-0p1.360v2-x-cpor---cigu--s/j-dY7_M_-._M5..-N_H_55..--E3_2h", + "operator": "DoesNotExist" } ] }, "namespaces": [ - "458" + "465" ], - "topologyKey": "459", + "topologyKey": "466", "namespaceSelector": { "matchLabels": { - "7u-h---dY7_M_-._M5..-N_H_55..--E3_2D-1DW__o_-._kzB7U_.Q.45cy5": "Y-__-Zvt.LT60v.WxPc--K" + "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": "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", + "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" } ] @@ -1466,66 +1471,66 @@ ] } }, - "schedulerName": "466", + "schedulerName": "473", "tolerations": [ { - "key": "467", - "operator": "E色kx-餌勀奷ŎC菡ƴ勋;*靯įƊ", - "value": "468", - "effect": "ŕ蘴濼DZj鎒ũW|ȶdžH0ƾ瘿¸", - "tolerationSeconds": -3147305732428645642 + "key": "474", + "operator": "r}梳攔wŲ魦Ɔ0ƢĮÀĘÆɆȸȢ蒸", + "value": "475", + "effect": "U烈 źfjǰɪ嘞ȏ}杻扞Ğ", + "tolerationSeconds": 3252034671163905138 } ], "hostAliases": [ { - "ip": "469", + "ip": "476", "hostnames": [ - "470" + "477" ] } ], - "priorityClassName": "471", - "priority": -1756088332, + "priorityClassName": "478", + "priority": 347613368, "dnsConfig": { "nameservers": [ - "472" + "479" ], "searches": [ - "473" + "480" ], "options": [ { - "name": "474", - "value": "475" + "name": "481", + "value": "482" } ] }, "readinessGates": [ { - "conditionType": "#sM網" + "conditionType": "ř岈ǎǏ]S5:œƌ嵃ǁ" } ], - "runtimeClassName": "476", - "enableServiceLinks": true, - "preemptionPolicy": "ûŠl倳ţü¿Sʟ鍡", + "runtimeClassName": "483", + "enableServiceLinks": false, + "preemptionPolicy": "m珢\\%傢z¦Ā竚ĐȌƨǴ叆", "overhead": { - "炳薝鴠:X才à脡ǯ?b砸ƻ舁Ȁ贠ȇö匉": "452" + "D輷": "792" }, "topologySpreadConstraints": [ { - "maxSkew": -447559705, - "topologyKey": "477", - "whenUnsatisfiable": "TaI楅©Ǫ壿/š^劶äɲ泒", + "maxSkew": -484382570, + "topologyKey": "484", + "whenUnsatisfiable": "nn坾\u0026Pɫ(ʙÆʨɺC`", "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" + "n.DL.o_e-d92e8S_-0-_8Vz-E41___75Q-T": "O.__0PPX-.-d4Badb" }, "matchExpressions": [ { - "key": "KTlO.__0PX", - "operator": "In", + "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": [ - "V6K_.3_583-6.f-.9-.V..Q-K_6_3" + "h.v._5.vB-.-7-.6Jv-86___3" ] } ] @@ -1536,37 +1541,36 @@ } }, "strategy": { - "type": "卍睊", + "type": "ʔF{ȃ騑ȫ(踶NJđƟÝɹ橽ƴåj", "rollingUpdate": { "maxUnavailable": 2, "maxSurge": 3 } }, - "minReadySeconds": -212999359, - "revisionHistoryLimit": -866496758, - "paused": true, + "minReadySeconds": 2115665292, + "revisionHistoryLimit": 237456757, "rollbackTo": { - "revision": 5409045697701816557 + "revision": 1498428055681994500 }, - "progressDeadlineSeconds": -1491990975 + "progressDeadlineSeconds": -164140734 }, "status": { - "observedGeneration": 893725404715704439, - "replicas": -611078700, - "updatedReplicas": -280135412, - "readyReplicas": 143932221, - "availableReplicas": 845369726, - "unavailableReplicas": 1757097428, + "observedGeneration": -1635909846206320942, + "replicas": -253906853, + "updatedReplicas": -602665165, + "readyReplicas": -859094691, + "availableReplicas": -1624946983, + "unavailableReplicas": -779806398, "conditions": [ { - "type": ",R譏K", - "status": "埁摢噓涫祲ŗȨĽ堐mpƮ搌麸$\u003cʖ欢", - "lastUpdateTime": "2587-03-02T15:57:31Z", - "lastTransitionTime": "2127-02-15T04:53:58Z", - "reason": "484", - "message": "485" + "type": "mv看ƜZ", + "status": "ȇ\u003e尪璎妽4LM桵Ţ宧ʜ", + "lastUpdateTime": "2322-02-12T18:39:07Z", + "lastTransitionTime": "2398-05-12T06:43:28Z", + "reason": "491", + "message": "492" } ], - "collisionCount": 2000058265 + "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 3e2efed74d7e0130f32e241d813a2af4e3e1ec9c..3bbd25819167c23ad7da6a6cba9b38122a5dd3bc 100644 GIT binary patch delta 6230 zcmY*dd0bT2^`8eW^mPe&u`MO}rDV)PZSM2!i(QhSCJ|9_SIqBs10t)!2*?0UKf@*} zB0CBw5J3eOkWE1m5@BYTA#Jm?{UlMdnapOE#xya;Y`=47(5CapnRoBI@7{CI`JVOk zW9Of!ejupsiJH0Rf}DTsdpnK_s{LKvf}pk^U)O0HO$SL5GdA!+kU4mUJ(!-T!?Rwe zKCDw`U$#WuMF;b$#sJa7gL#c(21DpzLFO4CLO2l72t=9(L>74RN(t?K`ND{}bHXm}75l}u`32IKTthq20q8KQnm&!K-TP1blX6hCTfu%2LGxu|Q* zJv6<}+f`<-v|X@ul1ZJHqZQan)3C6JIj5Rv95{A z@j-XZen+3R4gX$%Rnn>|ihkD5h^jJ=kxew_M&!tbWZ;!4ZM-EUGvA|fX4-VX)rBh1=-39 zYA8CKo-)V~VwEAoI;k=MwFdIS~s5Pkoq)GSA( zXsv(7*}lQo+vRQ&Qq*qBP)!+{Da*Z}OBvwh*R8Ar#sZHD z7fQ8L4|`weu{T-!U5)M1)Pd!XelR@hJ397Ugs=68v(H+!-aAlaZFY8_pa|epVoIvg zPZiLQ`?u2t<{_BZ#XC^Z;fjJT8-uL9evIlCg&;xwAvOqFbUpOar|*9Im0#&$ony|O z0qjOJUHq;r0ENhFwt=dd+}ow^zZ0aj9{k6bov+y^zoEh(baprz*1NmUWxLzUokyqk zT1)IBzM}rgimi@D-?_1+_F~(fh~dvGE`Rm)Cta2bDzdrktMdnTfAi{aE*}+HcI~)(!g1nT2gO~w`Nq)DvFq0!C8t;<0!WFIqClGxAQ=cB4n&AB zM9;PlO5Ub3rd9XTzjXH>Rd>YNYt7@worBi1o{}N!XikcWtd|SG3M5V`rhuyDgle@^ zZyLP|mm;3h=vzP`OlK`g=KH{o5;XZZ2TYYHajHjp3H{9#08S@>k^BvgZIJU-9 zQ#v{F6xqP;}ej{ zlrL{VNH-ycM}m0^ucRO(qePUBvbV89UM{a@AtVZx1VnxkQdBM{sQ~RTi5c@Vb8#F( zamfg;WM(eU%vq8V{wt1Umzq*nvzbc~yMk<$Z_>8oY!m|;5Jb3~AQ`KJ=n{%f;}GJK z(RL&VS&}(_i!9`$6jf5ht@);GNzz1=2`4Aeh>WTh2q>R?%Py1vBEnM~ zYeAdwLiQ;Zl)sI|Ny}NBu3;izlMu^BvG@th>5G}CXf+m_FrZDqI36diUyIj)?(q{Q z77I8p9%r(w2}c2X&`O!bixkWzg3$F0(|=1W{PJwNA(;M_qBqg&GE@|=SR_#bc&Vu< z2_MkZ7Md#58gi-0>{%|skBZ$|}5iDp$a0}7F3iRU$xB+XCc(Za-K zEKW$*_|+ntjX@J2xLlA$RxG(BKsu3C!IT6h2;lyQ9f)1XYG^emSXyXaw%r8!1i7JT zjFQqp!)Yupid)vempOPz`VzD)M*_KLMXh9YM4XsRoR};;W86)A&@Z=P6vvu3vurw8 zuFMv&U``mPGxsO3NM|>4VEgP=IAAlcVw?nyKvWPLwT4+r&snar8V|2QqZ&aKi{o`a zkMrvq8P<}*yf`DI`O}x*oxu#vpueMN2)HIbNkb?niAX+6(-6qlr0|lR|IEm8Gp)P)?=}ZYdtA zX9iT5ckk3}@n5QQ>k0l!rE(GQl^Y&8f*dfaCdTC~>2Tmk|*xlfm09$4_IK zJfOuQo-3sMHwHoWkj4U0jK_oMqZD0A)s@~ecZRI6=DL&jNZ@c&56LbNs26w*>IGht z1&CR^ri8w?``t1s>_*|I1C+%WW*^>UZM62fk5#PoogDIZR6e+Douln>m3-o_7kCo- zd40NG;30p3kw2XAI^;OK?k^W)RSc91ybehiuiq&bc%76B94QxK==2(4;N~<76-{jA`Aaz|pR%#5%{I5+Nu>}%o zlEzvDPB-4Y+TB#^I(uO4L^ZbeJmIcC;?Kq)1qc>+e!5~Pyt218kZSoW23`ogTH0PR zJM7}ouMP+1BW|7j{zhq%d-rH2}?cJ5;**#)!%5hZ{dfGdE2L>F+vs}%c zQytp_$B-;o{9(-`5#>lwSqPGlWhgjI(Z8b^+pxAK!n?OKf1+<`w6og1=M3|Zz1cHz zBx$OUfa$oa{rp6&>qL=vUw5+E^+Ne`mc_0;wch$xNc16r6(qvEM6z-T3J*b2A_}iG zzI}1@%4L4K?ywE^y*%bT_euj59rSyJ6di&@^dmvhAxNa?2&3=z^bU;oT1O_^QXlp- zAN39n!vgt-bq16fyhh3lB7a`HQ)lox7iwsyX1e+gPZb5q2q?q=yHG|nQ1m*#Oa;zg zati#NIzk|w0YNk}bMx0dvVN&K(%R-K9klgW&;QvkK0$bG@kZ9M}w0(c2GSjY<{ z^lHm^PXH`om%2YH2|Pv=eY9tMy1Mwhrt|q=?q9dge-ijoyI50q)M=XEOQJy+P$^I;Eq+h95B#jFvtBBW=G~o@3x=Mx7zpypA`gc!OPFDTzYI%XJ&R*db`9rOI7Bt<{bSd)MTktE#Lx=%@6IMcxZT#NDX6P#*Lp z6|(=;lBR%2$Wc=GoQw=t%hVu{BXtMW>;hOyiYc_`*$V>duvmncQWCnhiuvbPl!Xh@XvL@gC<&wzMR zkg5rZo5e)PmDR0gMNG?0&(254j8a7rB^G2T2NK1`| zfREH95eYaBvTDf1V;~R1i!=pU*5hPZxRchWkd#ZH%dTQayZLXGbciV9RmPo5= ziT{KxM6iF2`~~96-)~;I8L%IJn?%x$ci9{5XKbCkz0F?d>M47Gn4~C!{}N^1GHsKU zub-(8l=uFYi7bQ`jlNeBaOGjWua@i$iWok1<>SCaWXIvgPiAu89_SbgoTQDO?EdtX zipiQyaYeV=Kp=?Ul5-?~-{x@jiC2RB49T)_cAmXh_ccBbj96d=DcWUqnvwd0H>ds+ zUPM_7ZEkw!?LfOBY~PiWe(--!MVzg>{xKEV-`hMC#9ckK#}}mCxcS=GpWHb3?LI1@ zlcJ;jqEQs)H^2lm5U1musF3E2q8n#DG}ZF#WVgjH43!8&y&Y*sd=1vyQG(11OhC@6 zNWzo|Zszu8Dg;eYRgCv~I*M~_rPd0^(Buefc2rHYdpe%C54Z;RuMQkQK%{E_2~#5R z8=}Tp(tz?=54%fSY`xwC2NOIUW7!)W&wI{|x*K{Xd%edCCtq;AP?+hgw4aYDI7JLQ z%y;V4gPyi(>~3hV^|{Wpx=x+W`O{+O7;~Sa2f5D;E%NrBbN3!_mUudQCi?BCoWs_U z%mvW+Bs~&MAO}N`{Wyb31VnWu1f` z$jtAkK!M6eR0Jbq>-l}Y@AO&EaG9;xUbD$PR_~WQ=`M?4%z*~u=XKp~XdjX(IrRL^ z8|N(35P$#Rn;*`MxHVP&A+Y)g}nCG$koP%oyUAs=;e2Blm%Xd z4Ya=U?sW6*&3z4D1#C8QyuZF8Fe@yiL$>954(+ucierA|*!4$O?+H(BrR&(J6tm2I z_>8UH)zdk3$QUf?{Jdako-PO>AusJ2?f*@vVL?bpb?tlILa0G|tGL@8ki_GM{#v;r I++Z~PKNY5zUjP6A delta 5847 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 DK=<`{ 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 d3f3e922f73..49136a7a2e9 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 @@ -31,13 +31,12 @@ metadata: selfLink: "5" uid: "7" spec: - minReadySeconds: -212999359 - paused: true - progressDeadlineSeconds: -1491990975 + minReadySeconds: 2115665292 + progressDeadlineSeconds: -164140734 replicas: 896585016 - revisionHistoryLimit: -866496758 + revisionHistoryLimit: 237456757 rollbackTo: - revision: 5409045697701816557 + 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 @@ -48,7 +47,7 @@ spec: rollingUpdate: maxSurge: 3 maxUnavailable: 2 - type: 卍睊 + type: ʔF{ȃ騑ȫ(踶NJđƟÝɹ橽ƴåj template: metadata: annotations: @@ -81,730 +80,730 @@ spec: selfLink: "29" uid: ?Qȫş spec: - activeDeadlineSeconds: 5204116807884683873 + activeDeadlineSeconds: 3305070661619041050 affinity: nodeAffinity: preferredDuringSchedulingIgnoredDuringExecution: - preference: matchExpressions: - - key: "406" - operator: ='ʨ|ǓÓ敆OɈÏ 瞍髃 + - key: "413" + operator: '''呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG' values: - - "407" + - "414" matchFields: - - key: "408" - operator: ƒK07曳w + - key: "415" + operator: '[y#t(' values: - - "409" - weight: 1805682547 + - "416" + weight: -5241849 requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - - key: "402" - operator: "" + - key: "409" + operator: 濦ʓɻŊ0蚢鑸鶲Ãqb轫 values: - - "403" + - "410" matchFields: - - key: "404" - operator: ɸĻo:{柯?B俋¬h`職铳s44矕Ƈ + - key: "411" + operator: ' ' values: - - "405" + - "412" podAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - - key: 3hjo--8kb6--ut---p8--3-e-3-44-e.w--i--40wv--in-870w--it6k47-7yd-y--3wc8q8/Jm...Cr - operator: DoesNotExist - matchLabels: - 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: C-_20 + - key: s_6O-5_7_-0w_--5-_.3--_9QW2JkU27_.-4T-I.-..K.-.0__sD.-.-_s operator: Exists 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 + 1_.-_L-__bf_9_-C-PfNx__-U_P: tW23-_.z_.._s--_F-BR-.h_2 + 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 + matchLabels: + Q.-_t--O3: 7z2-y.-...C4_-_2G0.-c_C.G.h--m._fN._k8__._ep2P.B._A_09E namespaces: - - "430" - topologyKey: "431" - weight: -450654683 + - "437" + topologyKey: "438" + weight: -234140 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: 67F3p2_-_AmD-.0P - operator: DoesNotExist + - 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: - 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 + rG-7--p9.-_0R.-_-3_L_2--_v2.5p_..Y-.wg_-b8a_68: Q4_.84.K_-_0_..u.F.pq..--Q 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: 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: - 6--3QC1--L--v_Z--Zg-_4Q__-v_t_u_.__I_-_-w: d-5X1rh-K5y_AzOBW.9oE9_6.--v1r + 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: - - "416" - topologyKey: "417" + - "423" + topologyKey: "424" 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 - 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 - 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 + - key: v54le-to9e--a-7je9fz87-2jvd23-0p1.360v2-x-cpor---cigu--s/j-dY7_M_-._M5..-N_H_55..--E3_2h operator: DoesNotExist matchLabels: - 7u-h---dY7_M_-._M5..-N_H_55..--E3_2D-1DW__o_-._kzB7U_.Q.45cy5: Y-__-Zvt.LT60v.WxPc--K + 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: 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: + ? 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: - - "458" - topologyKey: "459" - weight: 1131487788 + - "465" + topologyKey: "466" + weight: 1276377114 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: 4b699/B9n.2 + - 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: - - MM7-.e.x + - u-.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133eT_2_t_IkI-mt4...rBQ.9-0 matchLabels: - fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o5: TB-d-Q + n7-a6434---7i-f-d019o1v3u.2k8-2-d--n--r8661--3-8-t48g-w2q7z-vps548-d-1r7j--v2x-64dwb/e: "8" namespaceSelector: matchExpressions: - - key: 8u2-__3uM77U7._pT-___-_5-6h_Ky7-_0Vw-Nzfdw.3-._J - operator: DoesNotExist + - key: N7.81_-._-_8_.._._a9 + operator: In + values: + - vi.gZdnUVP._81_---l_3_-_G-D....js--a---..6bD_Mh 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 + m_-Z.wc..k_0_5.z.0..__k: b.-9.Y0-_-.l__.c17__f_-336-.BT namespaces: - - "444" - topologyKey: "445" - automountServiceAccountToken: true + - "451" + topologyKey: "452" + automountServiceAccountToken: false containers: - args: - - "248" + - "254" command: - - "247" + - "253" env: - - name: "255" - value: "256" + - name: "261" + value: "262" valueFrom: configMapKeyRef: - key: "262" - name: "261" + key: "268" + name: "267" optional: false fieldRef: - apiVersion: "257" - fieldPath: "258" + apiVersion: "263" + fieldPath: "264" resourceFieldRef: - containerName: "259" - divisor: "271" - resource: "260" + containerName: "265" + divisor: "965" + resource: "266" secretKeyRef: - key: "264" - name: "263" - optional: true + key: "270" + name: "269" + optional: false envFrom: - configMapRef: - name: "253" - optional: true - prefix: "252" - secretRef: - name: "254" + name: "259" optional: false - image: "246" - imagePullPolicy: 汰8ŕİi騎C"6x$1s + prefix: "258" + secretRef: + name: "260" + optional: true + image: "252" + imagePullPolicy: ņ lifecycle: postStart: exec: command: - - "291" + - "300" httpGet: - host: "293" + host: "302" httpHeaders: - - name: "294" - value: "295" - path: "292" - port: -1021949447 - scheme: B芭 + - name: "303" + value: "304" + path: "301" + port: 1502643091 + scheme: ­蜷ɔ幩š tcpSocket: - host: "297" - port: "296" + host: "305" + port: 455833230 preStop: exec: command: - - "298" + - "306" httpGet: - host: "301" + host: "308" httpHeaders: - - name: "302" - value: "303" - path: "299" - port: "300" - scheme: yƕ丆録²Ŏ) + - name: "309" + value: "310" + path: "307" + port: 1076497581 + scheme: h4ɊHȖ|ʐ tcpSocket: - host: "304" - port: 507384491 + host: "311" + port: 248533396 livenessProbe: exec: command: - - "271" - failureThreshold: 1156888068 - httpGet: - host: "273" - httpHeaders: - - name: "274" - value: "275" - path: "272" - port: 1907998540 - scheme: ',ŕ' - initialDelaySeconds: -253326525 - periodSeconds: 887319241 - successThreshold: 1559618829 - tcpSocket: - host: "277" - port: "276" - terminationGracePeriodSeconds: -5566612115749133989 - timeoutSeconds: 567263590 - name: "245" - ports: - - containerPort: 1714588921 - hostIP: "251" - hostPort: -370386363 - name: "250" - protocol: Ư貾 - readinessProbe: - exec: - command: - - "278" - failureThreshold: 422133388 + - "277" + failureThreshold: -1204965397 httpGet: host: "280" httpHeaders: - name: "281" value: "282" - path: "279" - port: 1315054653 - scheme: 蚃ɣľ)酊龨δ摖ȱ - initialDelaySeconds: 1905181464 - periodSeconds: 1272940694 - successThreshold: -385597677 + path: "278" + port: "279" + scheme: 蛜6Ɖ飴ɎiǨź'ǵɐ鰥Z龏 + initialDelaySeconds: 234253676 + periodSeconds: 1080545253 + successThreshold: 1843491416 tcpSocket: - host: "284" - port: "283" - terminationGracePeriodSeconds: 8385745044578923915 - timeoutSeconds: -1730959016 - resources: - limits: - 庰%皧V: "116" - requests: - "": "289" - securityContext: - allowPrivilegeEscalation: false - capabilities: - add: - - p鋄5弢ȹ均i绝5 - drop: - - "" - privileged: true - procMount: ş - readOnlyRootFilesystem: false - runAsGroup: 7023916302283403328 - runAsNonRoot: false - runAsUser: -3385088507022597813 - seLinuxOptions: - level: "309" - role: "307" - type: "308" - user: "306" - seccompProfile: - localhostProfile: "313" - type: 諔迮ƙ - windowsOptions: - gmsaCredentialSpec: "311" - gmsaCredentialSpecName: "310" - hostProcess: false - runAsUserName: "312" - startupProbe: + host: "283" + port: -614098868 + terminationGracePeriodSeconds: -2125560879532395341 + timeoutSeconds: 846286700 + name: "251" + ports: + - containerPort: 1174240097 + hostIP: "257" + hostPort: -1314967760 + name: "256" + protocol: \E¦队偯J僳徥淳 + readinessProbe: exec: command: - - "285" - failureThreshold: 353361793 + - "284" + failureThreshold: -402384013 httpGet: host: "287" httpHeaders: - name: "288" value: "289" - path: "286" - port: 1013673874 - scheme: ə娯Ȱ囌{ - initialDelaySeconds: -205176266 - periodSeconds: -116469891 - successThreshold: 311083651 + path: "285" + port: "286" + scheme: 花ª瘡蟦JBʟ鍏 + initialDelaySeconds: -2062708879 + periodSeconds: -141401239 + successThreshold: -1187301925 tcpSocket: - host: "290" - port: -1829146875 - terminationGracePeriodSeconds: -8939747084334542875 - timeoutSeconds: 490479437 - stdinOnce: true - terminationMessagePath: "305" - terminationMessagePolicy: "3" + host: "291" + port: "290" + terminationGracePeriodSeconds: -779972051078659613 + timeoutSeconds: 215186711 + resources: + limits: + 4Ǒ輂,ŕĪ: "398" + requests: + V訆Ǝżŧ: "915" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - DŽ髐njʉBn(fǂǢ曣 + drop: + - ay + privileged: false + procMount: u8晲 + readOnlyRootFilesystem: false + runAsGroup: -4786249339103684082 + runAsNonRoot: true + runAsUser: -3576337664396773931 + seLinuxOptions: + level: "316" + role: "314" + type: "315" + user: "313" + seccompProfile: + localhostProfile: "320" + type: '[irȎ3Ĕ\ɢX鰨松/Ȁĵ鴁ĩȲ' + windowsOptions: + gmsaCredentialSpec: "318" + gmsaCredentialSpecName: "317" + hostProcess: true + runAsUserName: "319" + startupProbe: + exec: + command: + - "292" + failureThreshold: 737722974 + httpGet: + host: "295" + httpHeaders: + - name: "296" + value: "297" + path: "293" + port: "294" + scheme: İ + initialDelaySeconds: -1615316902 + periodSeconds: -522215271 + successThreshold: 1374479082 + tcpSocket: + host: "299" + port: "298" + terminationGracePeriodSeconds: -247950237984551522 + timeoutSeconds: -793616601 + stdin: true + terminationMessagePath: "312" + terminationMessagePolicy: 迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ volumeDevices: - - devicePath: "270" - name: "269" + - devicePath: "276" + name: "275" volumeMounts: - - mountPath: "266" - mountPropagation: 橨鬶l獕;跣Hǝcw媀瓄&翜舞拉Œ - name: "265" + - mountPath: "272" + mountPropagation: SÄ蚃ɣľ)酊龨δ摖ȱğ_< + name: "271" readOnly: true - subPath: "267" - subPathExpr: "268" - workingDir: "249" + subPath: "273" + subPathExpr: "274" + workingDir: "255" dnsConfig: nameservers: - - "472" + - "479" options: - - name: "474" - value: "475" + - name: "481" + value: "482" searches: - - "473" - dnsPolicy: 8ð仁Q橱9ij\Ď愝Ű藛b - enableServiceLinks: true + - "480" + dnsPolicy: +Œ9两 + enableServiceLinks: false ephemeralContainers: - args: - - "317" + - "324" command: - - "316" + - "323" env: - - name: "324" - value: "325" + - name: "331" + value: "332" valueFrom: configMapKeyRef: - key: "331" - name: "330" + key: "338" + name: "337" optional: true fieldRef: - apiVersion: "326" - fieldPath: "327" + apiVersion: "333" + fieldPath: "334" resourceFieldRef: - containerName: "328" - divisor: "66" - resource: "329" + containerName: "335" + divisor: "464" + resource: "336" secretKeyRef: - key: "333" - name: "332" + key: "340" + name: "339" optional: false envFrom: - configMapRef: - name: "322" + name: "329" optional: true - prefix: "321" + prefix: "328" secretRef: - name: "323" - optional: false - image: "315" - imagePullPolicy: 阠$嬏 + name: "330" + optional: true + image: "322" + imagePullPolicy: 愝Ű藛b磾sYȠ繽敮ǰ詀ǿ忀oɎƺL lifecycle: postStart: exec: command: - - "360" - httpGet: - host: "362" - httpHeaders: - - name: "363" - value: "364" - path: "361" - port: 890223061 - scheme: uEy竬ʆɞȥ}礤铟怖ý萜Ǖc8ǣ - tcpSocket: - host: "366" - port: "365" - preStop: - exec: - command: - - "367" + - "366" httpGet: host: "369" httpHeaders: - name: "370" value: "371" - path: "368" - port: 797714018 - scheme: vÄÚ× + path: "367" + port: "368" + scheme: '%ʝ`ǭ' tcpSocket: - host: "373" - port: "372" + host: "372" + port: -1467648837 + preStop: + exec: + command: + - "373" + httpGet: + host: "376" + httpHeaders: + - name: "377" + value: "378" + path: "374" + port: "375" + scheme: 磂tńČȷǻ.wȏâ磠Ƴ崖S + tcpSocket: + host: "380" + port: "379" livenessProbe: - exec: - command: - - "340" - failureThreshold: -1508967300 - httpGet: - host: "343" - httpHeaders: - - name: "344" - value: "345" - path: "341" - port: "342" - initialDelaySeconds: -1843539391 - periodSeconds: -1758095966 - successThreshold: 1627026804 - tcpSocket: - host: "346" - port: -819013491 - terminationGracePeriodSeconds: -4548040070833300341 - timeoutSeconds: 1238925115 - name: "314" - ports: - - containerPort: 1137109081 - hostIP: "320" - hostPort: -488127393 - name: "319" - protocol: 丽饾| 鞤ɱď - readinessProbe: exec: command: - "347" - failureThreshold: -47594442 + failureThreshold: -1211577347 httpGet: host: "349" httpHeaders: - name: "350" value: "351" path: "348" - port: -186532794 - scheme: ĩȲǸ|蕎'佉賞ǧĒzŔ瘍Nʊ輔3璾ė - initialDelaySeconds: -751455207 - periodSeconds: 646133945 - successThreshold: -506710067 + port: -1088996269 + scheme: ƘƵŧ1ƟƓ宆! + initialDelaySeconds: -1065853311 + periodSeconds: -843639240 + successThreshold: 1573261475 tcpSocket: - host: "353" - port: "352" - terminationGracePeriodSeconds: -8866033802256420471 - timeoutSeconds: -894026356 - resources: - limits: - ƣMț譎懚X: "93" - requests: - 曣ŋayåe躒訙: "484" - securityContext: - allowPrivilegeEscalation: true - capabilities: - add: - - ¶熀ďJZ漤 - drop: - - "" - privileged: true - procMount: 槃JŵǤ桒ɴ鉂WJ - readOnlyRootFilesystem: true - runAsGroup: -8721643037453811760 - runAsNonRoot: false - runAsUser: 5680561050872693436 - seLinuxOptions: - level: "378" - role: "376" - type: "377" - user: "375" - seccompProfile: - localhostProfile: "382" - type: 抉泅ą&疀ȼN翾ȾD虓氙磂tńČȷǻ - windowsOptions: - gmsaCredentialSpec: "380" - gmsaCredentialSpecName: "379" - hostProcess: false - runAsUserName: "381" - startupProbe: - exec: - command: - - "354" - failureThreshold: 1190831814 - httpGet: - host: "356" - httpHeaders: - - name: "357" - value: "358" - path: "355" - port: -1789721862 - scheme: 閈誹ʅ蕉ɼ - initialDelaySeconds: 1518001294 - periodSeconds: -2068583194 - successThreshold: -29073009 - tcpSocket: - host: "359" - port: 374862544 - terminationGracePeriodSeconds: 7262727411813417219 - timeoutSeconds: 1467189105 - targetContainerName: "383" - terminationMessagePath: "374" - terminationMessagePolicy: m罂o3ǰ廋i乳'ȘUɻ - volumeDevices: - - devicePath: "339" - name: "338" - volumeMounts: - - mountPath: "335" - mountPropagation: (娕uE增猍 - name: "334" - subPath: "336" - subPathExpr: "337" - workingDir: "318" - hostAliases: - - hostnames: - - "470" - ip: "469" - hostIPC: true - hostNetwork: true - hostPID: true - hostname: "400" - imagePullSecrets: - - name: "399" - initContainers: - - args: - - "181" - command: - - "180" - env: - - name: "188" - value: "189" - valueFrom: - configMapKeyRef: - key: "195" - name: "194" - optional: true - fieldRef: - apiVersion: "190" - fieldPath: "191" - resourceFieldRef: - containerName: "192" - divisor: "713" - resource: "193" - secretKeyRef: - key: "197" - name: "196" - optional: false - envFrom: - - configMapRef: - name: "186" - optional: true - prefix: "185" - secretRef: - name: "187" - optional: true - image: "179" - imagePullPolicy: r嚧 - lifecycle: - postStart: - exec: - command: - - "223" - httpGet: - host: "225" - httpHeaders: - - name: "226" - value: "227" - path: "224" - port: -1109619518 - scheme: ĺ}潷ʒ胵輓Ɔȓ蹣ɐǛv+8Ƥ熪 - tcpSocket: - host: "229" - port: "228" - preStop: - exec: - command: - - "230" - httpGet: - host: "232" - httpHeaders: - - name: "233" - value: "234" - path: "231" - port: 461585849 - scheme: ɇ卷荙JLĹ]佱¿>犵殇ŕ-Ɂ - tcpSocket: - host: "235" - port: 467291328 - livenessProbe: - exec: - command: - - "204" - failureThreshold: -93157681 - httpGet: - host: "206" - httpHeaders: - - name: "207" - value: "208" - path: "205" - port: -1285424066 - scheme: ni酛3ƁÀ - initialDelaySeconds: -2036074491 - periodSeconds: 165047920 - successThreshold: -393291312 - tcpSocket: - host: "210" - port: "209" - terminationGracePeriodSeconds: -4856573944864548413 - timeoutSeconds: -148216266 - name: "178" + host: "352" + port: -1836225650 + terminationGracePeriodSeconds: 6567123901989213629 + timeoutSeconds: 559999152 + name: "321" ports: - - containerPort: -1343558801 - hostIP: "184" - hostPort: 1923334396 - name: "183" - protocol: '@掇lNdǂ>' + - containerPort: 2037135322 + hostIP: "327" + hostPort: 1453852685 + name: "326" + protocol: ǧĒzŔ瘍N readinessProbe: exec: command: - - "211" - failureThreshold: 513341278 + - "353" + failureThreshold: 757223010 httpGet: - host: "213" + host: "355" httpHeaders: - - name: "214" - value: "215" - path: "212" - port: -331283026 - scheme: ȉ - initialDelaySeconds: 1033766276 - periodSeconds: -859135545 - successThreshold: -1543701088 + - name: "356" + value: "357" + path: "354" + port: 705333281 + scheme: xƂ9阠 + initialDelaySeconds: -606614374 + periodSeconds: 498878902 + successThreshold: 652646450 tcpSocket: - host: "216" - port: 714088955 - terminationGracePeriodSeconds: 2696007505383404823 - timeoutSeconds: -1745509819 + host: "358" + port: -916583020 + terminationGracePeriodSeconds: -8216131738691912586 + timeoutSeconds: -3478003 resources: limits: - 荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3: "86" + 汚磉反-n: "653" requests: - t莭琽§ć\ ïì: "80" + ^輅9ɛ棕ƈ眽炊礫Ƽ¨Ix糂腂ǂǚ: "999" securityContext: allowPrivilegeEscalation: false capabilities: add: - - 埄趛 + - 鬬$矐_敕ű嵞嬯t{Eɾ drop: - - ʁ岼昕ĬÇ + - 'Ȯ-湷D谹気Ƀ秮òƬɸĻo:' privileged: true - procMount: 鐫û咡W<敄lu|榝 + procMount: s44矕Ƈè readOnlyRootFilesystem: false - runAsGroup: -6406791857291159870 + runAsGroup: 73764735411458498 runAsNonRoot: false - runAsUser: 161123823296532265 + runAsUser: 4224635496843945227 seLinuxOptions: - level: "240" - role: "238" - type: "239" - user: "237" + level: "385" + role: "383" + type: "384" + user: "382" seccompProfile: - localhostProfile: "244" - type: î.Ȏ蝪ʜ5遰= + localhostProfile: "389" + type: 鑏='ʨ|ǓÓ敆OɈÏ 瞍 windowsOptions: - gmsaCredentialSpec: "242" - gmsaCredentialSpecName: "241" - hostProcess: false - runAsUserName: "243" + gmsaCredentialSpec: "387" + gmsaCredentialSpecName: "386" + hostProcess: true + runAsUserName: "388" startupProbe: exec: command: - - "217" - failureThreshold: -1364571630 + - "359" + failureThreshold: 1671084780 httpGet: - host: "219" + host: "362" httpHeaders: - - name: "220" - value: "221" - path: "218" - port: -361442565 - scheme: w - initialDelaySeconds: 994072122 - periodSeconds: -1962065705 - successThreshold: 1701999128 + - name: "363" + value: "364" + path: "360" + port: "361" + scheme: Ů尪璎妽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 21de0a7122a..683ccdc1747 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 @@ -443,6 +443,11 @@ "apiGroup": "175", "kind": "176", "name": "177" + }, + "dataSourceRef": { + "apiGroup": "178", + "kind": "179", + "name": "180" } } } @@ -451,388 +456,356 @@ ], "initContainers": [ { - "name": "178", - "image": "179", + "name": "181", + "image": "182", "command": [ - "180" + "183" ], "args": [ - "181" + "184" ], - "workingDir": "182", + "workingDir": "185", "ports": [ { - "name": "183", - "hostPort": 1923334396, - "containerPort": -1343558801, - "protocol": "@掇lNdǂ\u003e", - "hostIP": "184" + "name": "186", + "hostPort": 282592353, + "containerPort": 377225334, + "protocol": "Ƹ[Ęİ榌U髷裎$MVȟ@7", + "hostIP": "187" } ], "envFrom": [ { - "prefix": "185", + "prefix": "188", "configMapRef": { - "name": "186", - "optional": true + "name": "189", + "optional": false }, "secretRef": { - "name": "187", - "optional": true - } - } - ], - "env": [ - { - "name": "188", - "value": "189", - "valueFrom": { - "fieldRef": { - "apiVersion": "190", - "fieldPath": "191" - }, - "resourceFieldRef": { - "containerName": "192", - "resource": "193", - "divisor": "713" - }, - "configMapKeyRef": { - "name": "194", - "key": "195", - "optional": true - }, - "secretKeyRef": { - "name": "196", - "key": "197", - "optional": false - } - } - } - ], - "resources": { - "limits": { - "荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3": "86" - }, - "requests": { - "t莭琽§ć\\ ïì": "80" - } - }, - "volumeMounts": [ - { - "name": "198", - "readOnly": true, - "mountPath": "199", - "subPath": "200", - "mountPropagation": "0矀Kʝ瘴I\\p[ħsĨɆâĺɗŹ倗S", - "subPathExpr": "201" - } - ], - "volumeDevices": [ - { - "name": "202", - "devicePath": "203" - } - ], - "livenessProbe": { - "exec": { - "command": [ - "204" - ] - }, - "httpGet": { - "path": "205", - "port": -1285424066, - "host": "206", - "scheme": "ni酛3ƁÀ", - "httpHeaders": [ - { - "name": "207", - "value": "208" - } - ] - }, - "tcpSocket": { - "port": "209", - "host": "210" - }, - "initialDelaySeconds": -2036074491, - "timeoutSeconds": -148216266, - "periodSeconds": 165047920, - "successThreshold": -393291312, - "failureThreshold": -93157681, - "terminationGracePeriodSeconds": -4856573944864548413 - }, - "readinessProbe": { - "exec": { - "command": [ - "211" - ] - }, - "httpGet": { - "path": "212", - "port": -331283026, - "host": "213", - "scheme": "ȉ", - "httpHeaders": [ - { - "name": "214", - "value": "215" - } - ] - }, - "tcpSocket": { - "port": 714088955, - "host": "216" - }, - "initialDelaySeconds": 1033766276, - "timeoutSeconds": -1745509819, - "periodSeconds": -859135545, - "successThreshold": -1543701088, - "failureThreshold": 513341278, - "terminationGracePeriodSeconds": 2696007505383404823 - }, - "startupProbe": { - "exec": { - "command": [ - "217" - ] - }, - "httpGet": { - "path": "218", - "port": -361442565, - "host": "219", - "scheme": "w", - "httpHeaders": [ - { - "name": "220", - "value": "221" - } - ] - }, - "tcpSocket": { - "port": -1099429189, - "host": "222" - }, - "initialDelaySeconds": 994072122, - "timeoutSeconds": 1752155096, - "periodSeconds": -1962065705, - "successThreshold": 1701999128, - "failureThreshold": -1364571630, - "terminationGracePeriodSeconds": 7258403424756645907 - }, - "lifecycle": { - "postStart": { - "exec": { - "command": [ - "223" - ] - }, - "httpGet": { - "path": "224", - "port": -1109619518, - "host": "225", - "scheme": "ĺ}潷ʒ胵輓Ɔȓ蹣ɐǛv+8Ƥ熪", - "httpHeaders": [ - { - "name": "226", - "value": "227" - } - ] - }, - "tcpSocket": { - "port": "228", - "host": "229" - } - }, - "preStop": { - "exec": { - "command": [ - "230" - ] - }, - "httpGet": { - "path": "231", - "port": 461585849, - "host": "232", - "scheme": "ɇ卷荙JLĹ]佱¿\u003e犵殇ŕ-Ɂ", - "httpHeaders": [ - { - "name": "233", - "value": "234" - } - ] - }, - "tcpSocket": { - "port": 467291328, - "host": "235" - } - } - }, - "terminationMessagePath": "236", - "terminationMessagePolicy": "ĸ輦唊", - "imagePullPolicy": "r嚧", - "securityContext": { - "capabilities": { - "add": [ - "埄趛" - ], - "drop": [ - "ʁ岼昕ĬÇ" - ] - }, - "privileged": true, - "seLinuxOptions": { - "user": "237", - "role": "238", - "type": "239", - "level": "240" - }, - "windowsOptions": { - "gmsaCredentialSpecName": "241", - "gmsaCredentialSpec": "242", - "runAsUserName": "243", - "hostProcess": false - }, - "runAsUser": 161123823296532265, - "runAsGroup": -6406791857291159870, - "runAsNonRoot": false, - "readOnlyRootFilesystem": false, - "allowPrivilegeEscalation": false, - "procMount": "鐫û咡W\u003c敄lu|榝", - "seccompProfile": { - "type": "î.Ȏ蝪ʜ5遰=", - "localhostProfile": "244" - } - }, - "stdin": true, - "stdinOnce": true, - "tty": true - } - ], - "containers": [ - { - "name": "245", - "image": "246", - "command": [ - "247" - ], - "args": [ - "248" - ], - "workingDir": "249", - "ports": [ - { - "name": "250", - "hostPort": -370386363, - "containerPort": 1714588921, - "protocol": "Ư貾", - "hostIP": "251" - } - ], - "envFrom": [ - { - "prefix": "252", - "configMapRef": { - "name": "253", - "optional": true - }, - "secretRef": { - "name": "254", + "name": "190", "optional": false } } ], "env": [ { - "name": "255", - "value": "256", + "name": "191", + "value": "192", "valueFrom": { "fieldRef": { - "apiVersion": "257", - "fieldPath": "258" + "apiVersion": "193", + "fieldPath": "194" }, "resourceFieldRef": { - "containerName": "259", - "resource": "260", - "divisor": "271" + "containerName": "195", + "resource": "196", + "divisor": "573" }, "configMapKeyRef": { - "name": "261", - "key": "262", + "name": "197", + "key": "198", "optional": false }, "secretKeyRef": { - "name": "263", - "key": "264", - "optional": true + "name": "199", + "key": "200", + "optional": false } } } ], "resources": { "limits": { - "庰%皧V": "116" + "ǚ灄鸫rʤî萨zvt": "829" }, "requests": { - "": "289" + "悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\\p": "604" } }, "volumeMounts": [ { - "name": "265", + "name": "201", "readOnly": true, - "mountPath": "266", - "subPath": "267", - "mountPropagation": "橨鬶l獕;跣Hǝcw媀瓄\u0026翜舞拉Œ", - "subPathExpr": "268" + "mountPath": "202", + "subPath": "203", + "mountPropagation": "ƖHV", + "subPathExpr": "204" } ], "volumeDevices": [ { - "name": "269", - "devicePath": "270" + "name": "205", + "devicePath": "206" } ], "livenessProbe": { "exec": { "command": [ - "271" + "207" ] }, "httpGet": { - "path": "272", - "port": 1907998540, - "host": "273", - "scheme": ",ŕ", + "path": "208", + "port": -1196874390, + "host": "209", + "scheme": "S晒嶗UÐ_ƮA攤", "httpHeaders": [ { - "name": "274", - "value": "275" + "name": "210", + "value": "211" } ] }, "tcpSocket": { - "port": "276", - "host": "277" + "port": -498930176, + "host": "212" }, - "initialDelaySeconds": -253326525, - "timeoutSeconds": 567263590, - "periodSeconds": 887319241, - "successThreshold": 1559618829, - "failureThreshold": 1156888068, - "terminationGracePeriodSeconds": -5566612115749133989 + "initialDelaySeconds": 1885897314, + "timeoutSeconds": -465677631, + "periodSeconds": 1054858106, + "successThreshold": 232569106, + "failureThreshold": -1150474479, + "terminationGracePeriodSeconds": 3196828455642760911 }, "readinessProbe": { "exec": { "command": [ - "278" + "213" ] }, "httpGet": { - "path": "279", - "port": 1315054653, + "path": "214", + "port": "215", + "host": "216", + "scheme": "3!Zɾģ毋Ó6", + "httpHeaders": [ + { + "name": "217", + "value": "218" + } + ] + }, + "tcpSocket": { + "port": -832805508, + "host": "219" + }, + "initialDelaySeconds": -228822833, + "timeoutSeconds": -970312425, + "periodSeconds": -1213051101, + "successThreshold": 1451056156, + "failureThreshold": 267768240, + "terminationGracePeriodSeconds": -549108701661089463 + }, + "startupProbe": { + "exec": { + "command": [ + "220" + ] + }, + "httpGet": { + "path": "221", + "port": "222", + "host": "223", + "scheme": "#yV'WKw(ğ儴Ůĺ}", + "httpHeaders": [ + { + "name": "224", + "value": "225" + } + ] + }, + "tcpSocket": { + "port": -20130017, + "host": "226" + }, + "initialDelaySeconds": -1244623134, + "timeoutSeconds": -1334110502, + "periodSeconds": -398297599, + "successThreshold": 873056500, + "failureThreshold": -36782737, + "terminationGracePeriodSeconds": -7464951486382552895 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "227" + ] + }, + "httpGet": { + "path": "228", + "port": "229", + "host": "230", + "scheme": "鄠[颐o啛更偢ɇ卷荙JL", + "httpHeaders": [ + { + "name": "231", + "value": "232" + } + ] + }, + "tcpSocket": { + "port": "233", + "host": "234" + } + }, + "preStop": { + "exec": { + "command": [ + "235" + ] + }, + "httpGet": { + "path": "236", + "port": -1506633471, + "host": "237", + "scheme": "1虊谇j爻ƙt叀碧闳ȩr嚧ʣq", + "httpHeaders": [ + { + "name": "238", + "value": "239" + } + ] + }, + "tcpSocket": { + "port": "240", + "host": "241" + } + } + }, + "terminationMessagePath": "242", + "terminationMessagePolicy": "屡ʁ", + "securityContext": { + "capabilities": { + "add": [ + "Ÿ8T 苧yñKJɐ扵" + ], + "drop": [ + "ƚ绤fʀļ腩墺Ò媁荭gw忊|E剒蔞" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "243", + "role": "244", + "type": "245", + "level": "246" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "247", + "gmsaCredentialSpec": "248", + "runAsUserName": "249", + "hostProcess": true + }, + "runAsUser": 3582457287488712192, + "runAsGroup": -7664873352063067579, + "runAsNonRoot": true, + "readOnlyRootFilesystem": false, + "allowPrivilegeEscalation": true, + "procMount": "\u003c6", + "seccompProfile": { + "type": "簳°Ļǟi\u0026皥贸", + "localhostProfile": "250" + } + }, + "stdin": true + } + ], + "containers": [ + { + "name": "251", + "image": "252", + "command": [ + "253" + ], + "args": [ + "254" + ], + "workingDir": "255", + "ports": [ + { + "name": "256", + "hostPort": -1314967760, + "containerPort": 1174240097, + "protocol": "\\E¦队偯J僳徥淳", + "hostIP": "257" + } + ], + "envFrom": [ + { + "prefix": "258", + "configMapRef": { + "name": "259", + "optional": false + }, + "secretRef": { + "name": "260", + "optional": true + } + } + ], + "env": [ + { + "name": "261", + "value": "262", + "valueFrom": { + "fieldRef": { + "apiVersion": "263", + "fieldPath": "264" + }, + "resourceFieldRef": { + "containerName": "265", + "resource": "266", + "divisor": "965" + }, + "configMapKeyRef": { + "name": "267", + "key": "268", + "optional": false + }, + "secretKeyRef": { + "name": "269", + "key": "270", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "4Ǒ輂,ŕĪ": "398" + }, + "requests": { + "V訆Ǝżŧ": "915" + } + }, + "volumeMounts": [ + { + "name": "271", + "readOnly": true, + "mountPath": "272", + "subPath": "273", + "mountPropagation": "SÄ蚃ɣľ)酊龨δ摖ȱğ_\u003c", + "subPathExpr": "274" + } + ], + "volumeDevices": [ + { + "name": "275", + "devicePath": "276" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "277" + ] + }, + "httpGet": { + "path": "278", + "port": "279", "host": "280", - "scheme": "蚃ɣľ)酊龨δ摖ȱ", + "scheme": "蛜6Ɖ飴ɎiǨź'ǵɐ鰥Z龏", "httpHeaders": [ { "name": "281", @@ -841,27 +814,27 @@ ] }, "tcpSocket": { - "port": "283", - "host": "284" + "port": -614098868, + "host": "283" }, - "initialDelaySeconds": 1905181464, - "timeoutSeconds": -1730959016, - "periodSeconds": 1272940694, - "successThreshold": -385597677, - "failureThreshold": 422133388, - "terminationGracePeriodSeconds": 8385745044578923915 + "initialDelaySeconds": 234253676, + "timeoutSeconds": 846286700, + "periodSeconds": 1080545253, + "successThreshold": 1843491416, + "failureThreshold": -1204965397, + "terminationGracePeriodSeconds": -2125560879532395341 }, - "startupProbe": { + "readinessProbe": { "exec": { "command": [ - "285" + "284" ] }, "httpGet": { - "path": "286", - "port": 1013673874, + "path": "285", + "port": "286", "host": "287", - "scheme": "ə娯Ȱ囌{", + "scheme": "花ª瘡蟦JBʟ鍏", "httpHeaders": [ { "name": "288", @@ -870,158 +843,187 @@ ] }, "tcpSocket": { - "port": -1829146875, - "host": "290" + "port": "290", + "host": "291" }, - "initialDelaySeconds": -205176266, - "timeoutSeconds": 490479437, - "periodSeconds": -116469891, - "successThreshold": 311083651, - "failureThreshold": 353361793, - "terminationGracePeriodSeconds": -8939747084334542875 + "initialDelaySeconds": -2062708879, + "timeoutSeconds": 215186711, + "periodSeconds": -141401239, + "successThreshold": -1187301925, + "failureThreshold": -402384013, + "terminationGracePeriodSeconds": -779972051078659613 + }, + "startupProbe": { + "exec": { + "command": [ + "292" + ] + }, + "httpGet": { + "path": "293", + "port": "294", + "host": "295", + "scheme": "İ", + "httpHeaders": [ + { + "name": "296", + "value": "297" + } + ] + }, + "tcpSocket": { + "port": "298", + "host": "299" + }, + "initialDelaySeconds": -1615316902, + "timeoutSeconds": -793616601, + "periodSeconds": -522215271, + "successThreshold": 1374479082, + "failureThreshold": 737722974, + "terminationGracePeriodSeconds": -247950237984551522 }, "lifecycle": { "postStart": { "exec": { "command": [ - "291" + "300" ] }, "httpGet": { - "path": "292", - "port": -1021949447, - "host": "293", - "scheme": "B芭", + "path": "301", + "port": 1502643091, + "host": "302", + "scheme": "­蜷ɔ幩š", "httpHeaders": [ { - "name": "294", - "value": "295" + "name": "303", + "value": "304" } ] }, "tcpSocket": { - "port": "296", - "host": "297" + "port": 455833230, + "host": "305" } }, "preStop": { "exec": { "command": [ - "298" + "306" ] }, "httpGet": { - "path": "299", - "port": "300", - "host": "301", - "scheme": "yƕ丆録²Ŏ)", + "path": "307", + "port": 1076497581, + "host": "308", + "scheme": "h4ɊHȖ|ʐ", "httpHeaders": [ { - "name": "302", - "value": "303" + "name": "309", + "value": "310" } ] }, "tcpSocket": { - "port": 507384491, - "host": "304" + "port": 248533396, + "host": "311" } } }, - "terminationMessagePath": "305", - "terminationMessagePolicy": "3", - "imagePullPolicy": "汰8ŕİi騎C\"6x$1s", + "terminationMessagePath": "312", + "terminationMessagePolicy": "迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ", + "imagePullPolicy": "ņ", "securityContext": { "capabilities": { "add": [ - "p鋄5弢ȹ均i绝5" + "DŽ髐njʉBn(fǂǢ曣" ], "drop": [ - "" + "ay" ] }, - "privileged": true, + "privileged": false, "seLinuxOptions": { - "user": "306", - "role": "307", - "type": "308", - "level": "309" + "user": "313", + "role": "314", + "type": "315", + "level": "316" }, "windowsOptions": { - "gmsaCredentialSpecName": "310", - "gmsaCredentialSpec": "311", - "runAsUserName": "312", - "hostProcess": false + "gmsaCredentialSpecName": "317", + "gmsaCredentialSpec": "318", + "runAsUserName": "319", + "hostProcess": true }, - "runAsUser": -3385088507022597813, - "runAsGroup": 7023916302283403328, - "runAsNonRoot": false, + "runAsUser": -3576337664396773931, + "runAsGroup": -4786249339103684082, + "runAsNonRoot": true, "readOnlyRootFilesystem": false, - "allowPrivilegeEscalation": false, - "procMount": "ş", + "allowPrivilegeEscalation": true, + "procMount": "u8晲", "seccompProfile": { - "type": "諔迮ƙ", - "localhostProfile": "313" + "type": "[irȎ3Ĕ\\ɢX鰨松/Ȁĵ鴁ĩȲ", + "localhostProfile": "320" } }, - "stdinOnce": true + "stdin": true } ], "ephemeralContainers": [ { - "name": "314", - "image": "315", + "name": "321", + "image": "322", "command": [ - "316" + "323" ], "args": [ - "317" + "324" ], - "workingDir": "318", + "workingDir": "325", "ports": [ { - "name": "319", - "hostPort": -488127393, - "containerPort": 1137109081, - "protocol": "丽饾| 鞤ɱď", - "hostIP": "320" + "name": "326", + "hostPort": 1453852685, + "containerPort": 2037135322, + "protocol": "ǧĒzŔ瘍N", + "hostIP": "327" } ], "envFrom": [ { - "prefix": "321", + "prefix": "328", "configMapRef": { - "name": "322", + "name": "329", "optional": true }, "secretRef": { - "name": "323", - "optional": false + "name": "330", + "optional": true } } ], "env": [ { - "name": "324", - "value": "325", + "name": "331", + "value": "332", "valueFrom": { "fieldRef": { - "apiVersion": "326", - "fieldPath": "327" + "apiVersion": "333", + "fieldPath": "334" }, "resourceFieldRef": { - "containerName": "328", - "resource": "329", - "divisor": "66" + "containerName": "335", + "resource": "336", + "divisor": "464" }, "configMapKeyRef": { - "name": "330", - "key": "331", + "name": "337", + "key": "338", "optional": true }, "secretKeyRef": { - "name": "332", - "key": "333", + "name": "339", + "key": "340", "optional": false } } @@ -1029,56 +1031,28 @@ ], "resources": { "limits": { - "ƣMț譎懚X": "93" + "汚磉反-n": "653" }, "requests": { - "曣ŋayåe躒訙": "484" + "^輅9ɛ棕ƈ眽炊礫Ƽ¨Ix糂腂ǂǚ": "999" } }, "volumeMounts": [ { - "name": "334", - "mountPath": "335", - "subPath": "336", - "mountPropagation": "(娕uE增猍", - "subPathExpr": "337" + "name": "341", + "mountPath": "342", + "subPath": "343", + "mountPropagation": "蛋I滞廬耐鷞焬CQm坊柩", + "subPathExpr": "344" } ], "volumeDevices": [ { - "name": "338", - "devicePath": "339" + "name": "345", + "devicePath": "346" } ], "livenessProbe": { - "exec": { - "command": [ - "340" - ] - }, - "httpGet": { - "path": "341", - "port": "342", - "host": "343", - "httpHeaders": [ - { - "name": "344", - "value": "345" - } - ] - }, - "tcpSocket": { - "port": -819013491, - "host": "346" - }, - "initialDelaySeconds": -1843539391, - "timeoutSeconds": 1238925115, - "periodSeconds": -1758095966, - "successThreshold": 1627026804, - "failureThreshold": -1508967300, - "terminationGracePeriodSeconds": -4548040070833300341 - }, - "readinessProbe": { "exec": { "command": [ "347" @@ -1086,9 +1060,9 @@ }, "httpGet": { "path": "348", - "port": -186532794, + "port": -1088996269, "host": "349", - "scheme": "ĩȲǸ|蕎'佉賞ǧĒzŔ瘍Nʊ輔3璾ė", + "scheme": "ƘƵŧ1ƟƓ宆!", "httpHeaders": [ { "name": "350", @@ -1097,80 +1071,86 @@ ] }, "tcpSocket": { - "port": "352", - "host": "353" + "port": -1836225650, + "host": "352" }, - "initialDelaySeconds": -751455207, - "timeoutSeconds": -894026356, - "periodSeconds": 646133945, - "successThreshold": -506710067, - "failureThreshold": -47594442, - "terminationGracePeriodSeconds": -8866033802256420471 + "initialDelaySeconds": -1065853311, + "timeoutSeconds": 559999152, + "periodSeconds": -843639240, + "successThreshold": 1573261475, + "failureThreshold": -1211577347, + "terminationGracePeriodSeconds": 6567123901989213629 }, - "startupProbe": { + "readinessProbe": { "exec": { "command": [ - "354" + "353" ] }, "httpGet": { - "path": "355", - "port": -1789721862, - "host": "356", - "scheme": "閈誹ʅ蕉ɼ", + "path": "354", + "port": 705333281, + "host": "355", + "scheme": "xƂ9阠", "httpHeaders": [ { - "name": "357", - "value": "358" + "name": "356", + "value": "357" } ] }, "tcpSocket": { - "port": 374862544, - "host": "359" + "port": -916583020, + "host": "358" }, - "initialDelaySeconds": 1518001294, - "timeoutSeconds": 1467189105, - "periodSeconds": -2068583194, - "successThreshold": -29073009, - "failureThreshold": 1190831814, - "terminationGracePeriodSeconds": 7262727411813417219 + "initialDelaySeconds": -606614374, + "timeoutSeconds": -3478003, + "periodSeconds": 498878902, + "successThreshold": 652646450, + "failureThreshold": 757223010, + "terminationGracePeriodSeconds": -8216131738691912586 + }, + "startupProbe": { + "exec": { + "command": [ + "359" + ] + }, + "httpGet": { + "path": "360", + "port": "361", + "host": "362", + "scheme": "Ů\u003cy鯶縆łƑ[澔", + "httpHeaders": [ + { + "name": "363", + "value": "364" + } + ] + }, + "tcpSocket": { + "port": 1288391156, + "host": "365" + }, + "initialDelaySeconds": -952255430, + "timeoutSeconds": 1568034275, + "periodSeconds": -824007302, + "successThreshold": -359713104, + "failureThreshold": 1671084780, + "terminationGracePeriodSeconds": 1571605531283019612 }, "lifecycle": { "postStart": { "exec": { "command": [ - "360" + "366" ] }, "httpGet": { - "path": "361", - "port": 890223061, - "host": "362", - "scheme": "uEy竬ʆɞȥ}礤铟怖ý萜Ǖc8ǣ", - "httpHeaders": [ - { - "name": "363", - "value": "364" - } - ] - }, - "tcpSocket": { - "port": "365", - "host": "366" - } - }, - "preStop": { - "exec": { - "command": [ - "367" - ] - }, - "httpGet": { - "path": "368", - "port": 797714018, + "path": "367", + "port": "368", "host": "369", - "scheme": "vÄÚ×", + "scheme": "%ʝ`ǭ", "httpHeaders": [ { "name": "370", @@ -1179,104 +1159,126 @@ ] }, "tcpSocket": { - "port": "372", - "host": "373" + "port": -1467648837, + "host": "372" + } + }, + "preStop": { + "exec": { + "command": [ + "373" + ] + }, + "httpGet": { + "path": "374", + "port": "375", + "host": "376", + "scheme": "磂tńČȷǻ.wȏâ磠Ƴ崖S", + "httpHeaders": [ + { + "name": "377", + "value": "378" + } + ] + }, + "tcpSocket": { + "port": "379", + "host": "380" } } }, - "terminationMessagePath": "374", - "terminationMessagePolicy": "m罂o3ǰ廋i乳'ȘUɻ", - "imagePullPolicy": "阠$嬏", + "terminationMessagePath": "381", + "terminationMessagePolicy": "¯ÁȦtl敷斢", + "imagePullPolicy": "愝Ű藛b磾sYȠ繽敮ǰ詀ǿ忀oɎƺL", "securityContext": { "capabilities": { "add": [ - "¶熀ďJZ漤" + "鬬$矐_敕ű嵞嬯t{Eɾ" ], "drop": [ - "" + "Ȯ-湷D谹気Ƀ秮òƬɸĻo:" ] }, "privileged": true, "seLinuxOptions": { - "user": "375", - "role": "376", - "type": "377", - "level": "378" + "user": "382", + "role": "383", + "type": "384", + "level": "385" }, "windowsOptions": { - "gmsaCredentialSpecName": "379", - "gmsaCredentialSpec": "380", - "runAsUserName": "381", - "hostProcess": false + "gmsaCredentialSpecName": "386", + "gmsaCredentialSpec": "387", + "runAsUserName": "388", + "hostProcess": true }, - "runAsUser": 5680561050872693436, - "runAsGroup": -8721643037453811760, + "runAsUser": 4224635496843945227, + "runAsGroup": 73764735411458498, "runAsNonRoot": false, - "readOnlyRootFilesystem": true, - "allowPrivilegeEscalation": true, - "procMount": "槃JŵǤ桒ɴ鉂WJ", + "readOnlyRootFilesystem": false, + "allowPrivilegeEscalation": false, + "procMount": "s44矕Ƈè", "seccompProfile": { - "type": "抉泅ą\u0026疀ȼN翾ȾD虓氙磂tńČȷǻ", - "localhostProfile": "382" + "type": "鑏='ʨ|ǓÓ敆OɈÏ 瞍", + "localhostProfile": "389" } }, - "targetContainerName": "383" + "tty": true, + "targetContainerName": "390" } ], - "restartPolicy": "ȏâ磠", - "terminationGracePeriodSeconds": 5614430095732678823, - "activeDeadlineSeconds": 5204116807884683873, - "dnsPolicy": "8ð仁Q橱9ij\\Ď愝Ű藛b", + "restartPolicy": "ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn", + "terminationGracePeriodSeconds": -8335674866227004872, + "activeDeadlineSeconds": 3305070661619041050, + "dnsPolicy": "+Œ9两", "nodeSelector": { - "384": "385" + "391": "392" }, - "serviceAccountName": "386", - "serviceAccount": "387", - "automountServiceAccountToken": true, - "nodeName": "388", - "hostNetwork": true, + "serviceAccountName": "393", + "serviceAccount": "394", + "automountServiceAccountToken": false, + "nodeName": "395", "hostPID": true, - "hostIPC": true, - "shareProcessNamespace": false, + "shareProcessNamespace": true, "securityContext": { "seLinuxOptions": { - "user": "389", - "role": "390", - "type": "391", - "level": "392" + "user": "396", + "role": "397", + "type": "398", + "level": "399" }, "windowsOptions": { - "gmsaCredentialSpecName": "393", - "gmsaCredentialSpec": "394", - "runAsUserName": "395", + "gmsaCredentialSpecName": "400", + "gmsaCredentialSpec": "401", + "runAsUserName": "402", "hostProcess": false }, - "runAsUser": -3072254610148392250, - "runAsGroup": -935274303703112577, + "runAsUser": 3438266910774132295, + "runAsGroup": 3230705132538051674, "runAsNonRoot": true, "supplementalGroups": [ - 5215323049148402377 + -1600417733583164525 ], - "fsGroup": 2946116477552625615, + "fsGroup": -3964669311891901178, "sysctls": [ { - "name": "396", - "value": "397" + "name": "403", + "value": "404" } ], - "fsGroupChangePolicy": "$鬬$矐_敕", + "fsGroupChangePolicy": "ƴ4虵p", "seccompProfile": { - "type": "嵞嬯t{Eɾ敹Ȯ-湷D谹", - "localhostProfile": "398" + "type": "沥7uPƒw©ɴĶ烷Ľthp", + "localhostProfile": "405" } }, "imagePullSecrets": [ { - "name": "399" + "name": "406" } ], - "hostname": "400", - "subdomain": "401", + "hostname": "407", + "subdomain": "408", "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { @@ -1284,19 +1286,19 @@ { "matchExpressions": [ { - "key": "402", - "operator": "", + "key": "409", + "operator": "濦ʓɻŊ0蚢鑸鶲Ãqb轫", "values": [ - "403" + "410" ] } ], "matchFields": [ { - "key": "404", - "operator": "ɸĻo:{柯?B俋¬h`職铳s44矕Ƈ", + "key": "411", + "operator": " ", "values": [ - "405" + "412" ] } ] @@ -1305,23 +1307,23 @@ }, "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1805682547, + "weight": -5241849, "preference": { "matchExpressions": [ { - "key": "406", - "operator": "='ʨ|ǓÓ敆OɈÏ 瞍髃", + "key": "413", + "operator": "'呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG", "values": [ - "407" + "414" ] } ], "matchFields": [ { - "key": "408", - "operator": "ƒK07曳w", + "key": "415", + "operator": "[y#t(", "values": [ - "409" + "416" ] } ] @@ -1334,27 +1336,30 @@ { "labelSelector": { "matchLabels": { - "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" + "rG-7--p9.-_0R.-_-3_L_2--_v2.5p_..Y-.wg_-b8a_68": "Q4_.84.K_-_0_..u.F.pq..--Q" }, "matchExpressions": [ { - "key": "67F3p2_-_AmD-.0P", - "operator": "DoesNotExist" + "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": [ - "416" + "423" ], - "topologyKey": "417", + "topologyKey": "424", "namespaceSelector": { "matchLabels": { - "6--3QC1--L--v_Z--Zg-_4Q__-v_t_u_.__I_-_-w": "d-5X1rh-K5y_AzOBW.9oE9_6.--v1r" + "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": "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": "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" } ] } @@ -1362,31 +1367,31 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -450654683, + "weight": -234140, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "G_2kCpS__.39g_.--_-_ve5.m_2_--XZ-x._0": "M2-n_5023Xl-3Pw_-r75--_-A-o-__y__._12..wrbW_E..24-O._.v._9c" + "1_.-_L-__bf_9_-C-PfNx__-U_P": "tW23-_.z_.._s--_F-BR-.h_2" }, "matchExpressions": [ { - "key": "3hjo--8kb6--ut---p8--3-e-3-44-e.w--i--40wv--in-870w--it6k47-7yd-y--3wc8q8/Jm...Cr", - "operator": "DoesNotExist" + "key": "s_6O-5_7_-0w_--5-_.3--_9QW2JkU27_.-4T-I.-..K.-.0__sD.-.-_s", + "operator": "Exists" } ] }, "namespaces": [ - "430" + "437" ], - "topologyKey": "431", + "topologyKey": "438", "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" + "Q.-_t--O3": "7z2-y.-...C4_-_2G0.-c_C.G.h--m._fN._k8__._ep2P.B._A_09E" }, "matchExpressions": [ { - "key": "C-_20", - "operator": "Exists" + "key": "P_p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o..p_B-d--Q5._D6_.d-n_9np", + "operator": "DoesNotExist" } ] } @@ -1399,30 +1404,33 @@ { "labelSelector": { "matchLabels": { - "fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o5": "TB-d-Q" + "n7-a6434---7i-f-d019o1v3u.2k8-2-d--n--r8661--3-8-t48g-w2q7z-vps548-d-1r7j--v2x-64dwb/e": "8" }, "matchExpressions": [ { - "key": "4b699/B9n.2", + "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": [ - "MM7-.e.x" + "u-.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133eT_2_t_IkI-mt4...rBQ.9-0" ] } ] }, "namespaces": [ - "444" + "451" ], - "topologyKey": "445", + "topologyKey": "452", "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" + "m_-Z.wc..k_0_5.z.0..__k": "b.-9.Y0-_-.l__.c17__f_-336-.BT" }, "matchExpressions": [ { - "key": "8u2-__3uM77U7._pT-___-_5-6h_Ky7-_0Vw-Nzfdw.3-._J", - "operator": "DoesNotExist" + "key": "N7.81_-._-_8_.._._a9", + "operator": "In", + "values": [ + "vi.gZdnUVP._81_---l_3_-_G-D....js--a---..6bD_Mh" + ] } ] } @@ -1430,33 +1438,30 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1131487788, + "weight": 1276377114, "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" + "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": "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": "v54le-to9e--a-7je9fz87-2jvd23-0p1.360v2-x-cpor---cigu--s/j-dY7_M_-._M5..-N_H_55..--E3_2h", + "operator": "DoesNotExist" } ] }, "namespaces": [ - "458" + "465" ], - "topologyKey": "459", + "topologyKey": "466", "namespaceSelector": { "matchLabels": { - "7u-h---dY7_M_-._M5..-N_H_55..--E3_2D-1DW__o_-._kzB7U_.Q.45cy5": "Y-__-Zvt.LT60v.WxPc--K" + "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": "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", + "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" } ] @@ -1466,66 +1471,66 @@ ] } }, - "schedulerName": "466", + "schedulerName": "473", "tolerations": [ { - "key": "467", - "operator": "E色kx-餌勀奷ŎC菡ƴ勋;*靯įƊ", - "value": "468", - "effect": "ŕ蘴濼DZj鎒ũW|ȶdžH0ƾ瘿¸", - "tolerationSeconds": -3147305732428645642 + "key": "474", + "operator": "r}梳攔wŲ魦Ɔ0ƢĮÀĘÆɆȸȢ蒸", + "value": "475", + "effect": "U烈 źfjǰɪ嘞ȏ}杻扞Ğ", + "tolerationSeconds": 3252034671163905138 } ], "hostAliases": [ { - "ip": "469", + "ip": "476", "hostnames": [ - "470" + "477" ] } ], - "priorityClassName": "471", - "priority": -1756088332, + "priorityClassName": "478", + "priority": 347613368, "dnsConfig": { "nameservers": [ - "472" + "479" ], "searches": [ - "473" + "480" ], "options": [ { - "name": "474", - "value": "475" + "name": "481", + "value": "482" } ] }, "readinessGates": [ { - "conditionType": "#sM網" + "conditionType": "ř岈ǎǏ]S5:œƌ嵃ǁ" } ], - "runtimeClassName": "476", - "enableServiceLinks": true, - "preemptionPolicy": "ûŠl倳ţü¿Sʟ鍡", + "runtimeClassName": "483", + "enableServiceLinks": false, + "preemptionPolicy": "m珢\\%傢z¦Ā竚ĐȌƨǴ叆", "overhead": { - "炳薝鴠:X才à脡ǯ?b砸ƻ舁Ȁ贠ȇö匉": "452" + "D輷": "792" }, "topologySpreadConstraints": [ { - "maxSkew": -447559705, - "topologyKey": "477", - "whenUnsatisfiable": "TaI楅©Ǫ壿/š^劶äɲ泒", + "maxSkew": -484382570, + "topologyKey": "484", + "whenUnsatisfiable": "nn坾\u0026Pɫ(ʙÆʨɺC`", "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" + "n.DL.o_e-d92e8S_-0-_8Vz-E41___75Q-T": "O.__0PPX-.-d4Badb" }, "matchExpressions": [ { - "key": "KTlO.__0PX", - "operator": "In", + "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": [ - "V6K_.3_583-6.f-.9-.V..Q-K_6_3" + "h.v._5.vB-.-7-.6Jv-86___3" ] } ] @@ -1538,131 +1543,136 @@ "volumeClaimTemplates": [ { "metadata": { - "name": "484", - "generateName": "485", - "namespace": "486", - "selfLink": "487", - "uid": "ʬÇ[輚趞ț@", - "resourceVersion": "17306677052996382890", - "generation": -7348861935573569087, - "creationTimestamp": "1982-10-30T18:37:00Z", - "deletionGracePeriodSeconds": -7914036355585221334, + "name": "491", + "generateName": "492", + "namespace": "493", + "selfLink": "494", + "uid": "4LM桵Ţ宧ʜ嵹ʌ5Ë}", + "resourceVersion": "932117408350471144", + "generation": 4446917721686139397, + "creationTimestamp": "2013-04-06T12:27:00Z", + "deletionGracePeriodSeconds": -2948232978388571762, "labels": { - "489": "490" + "496": "497" }, "annotations": { - "491": "492" + "498": "499" }, "ownerReferences": [ { - "apiVersion": "493", - "kind": "494", - "name": "495", - "uid": "\u003e泔Eëæ:\u003c堸眺舐嘯龡班悦ʀ臺穔", - "controller": true, - "blockOwnerDeletion": true + "apiVersion": "500", + "kind": "501", + "name": "502", + "uid": "憲Ħ焵i,ŋ", + "controller": false, + "blockOwnerDeletion": false } ], "finalizers": [ - "496" + "503" ], - "clusterName": "497", + "clusterName": "504", "managedFields": [ { - "manager": "498", - "operation": "ƥm粝ôD齆O#ȞM\u003c²彾Ǟʈɐ碓", - "apiVersion": "499", - "fieldsType": "500", - "subresource": "501" + "manager": "505", + "operation": "Ʀ§:Ǫ魚Emv看ƜZ穑S", + "apiVersion": "506", + "fieldsType": "507", + "subresource": "508" } ] }, "spec": { "accessModes": [ - "uȒ\u003cȕ碭ȡ,簓\u0026禑Ŏ瑁鑕婙蓫椧蒭諎漎" + "Is{豘ñ澀j劎笜釼鮭Ɯ" ], "selector": { "matchLabels": { - "3Q_-tHJ-_x-_l_-Ts1-Eb.zj.h96-63-T-.M----p_-6": "9_i-M_._i3-__5nw-_-0__P0.3_rK-Mn1l.j_.17.T-_.X_KS-J.9_j570n__a" + "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": "c59x3oo2/a4-___..1.N_l..-8", - "operator": "DoesNotExist" + "key": "R_-U7-F34-6.-_-O-F__h9", + "operator": "Exists" } ] }, "resources": { "limits": { - "": "736" + "獪霛圦Ƶ": "159" }, "requests": { - "DÓǶɟ汩b隊曻:Bȗ轊": "278" + "-劺b": "142" } }, - "volumeName": "508", - "storageClassName": "509", - "volumeMode": "ɋb賝łų$Q郔惻¬\\ơ^", + "volumeName": "515", + "storageClassName": "516", + "volumeMode": "ê婼SƸ炃\u0026-Ƹ绿浠穸æǷ^ɘʘ", "dataSource": { - "apiGroup": "510", - "kind": "511", - "name": "512" + "apiGroup": "517", + "kind": "518", + "name": "519" + }, + "dataSourceRef": { + "apiGroup": "520", + "kind": "521", + "name": "522" } }, "status": { - "phase": "VǕ酈t史C\u003c镼ƶƭ", + "phase": "h蹤?攫垳ȿūDmÒ侠泊蠻毜鷟傚罢ț", "accessModes": [ - "" + "\u003e7u?=ȳ皆Cds壋" ], "capacity": { - "蟀贑!ǃȥ瓤骁ȩ": "486" + "H%": "764" }, "conditions": [ { - "type": "儲ȃ\u003cDŽ噻ȁ隞ĻȀ拞抵\u003c躁ĄȐ煷叺", - "status": "貂ĝ,梙Ŭ贩濑bħ瓌L綡簏Ʉ", - "lastProbeTime": "2002-10-17T05:21:34Z", - "lastTransitionTime": "2090-08-02T09:40:31Z", - "reason": "513", - "message": "514" + "type": "A麭T棞詢¡ɅǏõxġ疾ɇ", + "status": "=击S", + "lastProbeTime": "2806-03-31T09:12:56Z", + "lastTransitionTime": "2430-10-28T09:53:06Z", + "reason": "523", + "message": "524" } ] } } ], - "serviceName": "515", - "podManagementPolicy": "(DǺM變ǣƆ鄾篏q鴥络@", + "serviceName": "525", + "podManagementPolicy": "軈ĕʦ竳÷ 骵蓧應ĸ簋涼ĥ訛\\`ĝňY", "updateStrategy": { - "type": "撇Ȥ寭ƉɫDžXSgƈɿ1", + "type": "Ä嚕uʟ膠ĉ班康%m忣àÂƺ琰Ȃ", "rollingUpdate": { - "partition": -578791744 + "partition": 804652982 } }, - "revisionHistoryLimit": 1747963012, - "minReadySeconds": 227754708, + "revisionHistoryLimit": -827620894, + "minReadySeconds": -619299042, "persistentVolumeClaimRetentionPolicy": { - "whenDeleted": "牦[闤ŬNĻ", - "whenScaled": "ĕ" + "whenDeleted": "弞þƔ剛Ʃ°qgWǰ绿络a", + "whenScaled": "7ɞŶJŖ)j{驟ʦcȃ/I" } }, "status": { - "observedGeneration": -5388384335248450956, - "replicas": 184101100, - "readyReplicas": -1742186708, - "currentReplicas": 428141081, - "updatedReplicas": -705407478, - "currentRevision": "516", - "updateRevision": "517", - "collisionCount": 1808522007, + "observedGeneration": -5220291719109120281, + "replicas": -1497706631, + "readyReplicas": -1313274125, + "currentReplicas": -281508057, + "updatedReplicas": 222952727, + "currentRevision": "526", + "updateRevision": "527", + "collisionCount": -696643813, "conditions": [ { - "type": "ʟ]mʦ獪霛圦Ƶ胐N砽§", - "status": "Y伂滹Ǽ颠Nc5ɚnX", - "lastTransitionTime": "2709-09-26T10:19:04Z", - "reason": "518", - "message": "519" + "type": "", + "status": "ůk`磾ƃ妹浓ª斈2婵=ǻ4 ʙ但Ǭ", + "lastTransitionTime": "2522-06-10T02:30:22Z", + "reason": "528", + "message": "529" } ], - "availableReplicas": 499586111 + "availableReplicas": 1369790557 } } \ No newline at end of file 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 115b176e9c32c28803914aafea8b5588ba061fb4..fde5bf5eca906ee66fcb442c0bd2881bdf5aca6b 100644 GIT binary patch delta 6983 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 aM>n4W0m3c{mYBNn-vjmK@E;3Z(EkI^6vwsz delta 6619 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犵殇ŕ-Ɂ - tcpSocket: - host: "235" - port: 467291328 - livenessProbe: - exec: - command: - - "204" - failureThreshold: -93157681 - httpGet: - host: "206" - httpHeaders: - - name: "207" - value: "208" - path: "205" - port: -1285424066 - scheme: ni酛3ƁÀ - initialDelaySeconds: -2036074491 - periodSeconds: 165047920 - successThreshold: -393291312 - tcpSocket: - host: "210" - port: "209" - terminationGracePeriodSeconds: -4856573944864548413 - timeoutSeconds: -148216266 - name: "178" + host: "352" + port: -1836225650 + terminationGracePeriodSeconds: 6567123901989213629 + timeoutSeconds: 559999152 + name: "321" ports: - - containerPort: -1343558801 - hostIP: "184" - hostPort: 1923334396 - name: "183" - protocol: '@掇lNdǂ>' + - containerPort: 2037135322 + hostIP: "327" + hostPort: 1453852685 + name: "326" + protocol: ǧĒzŔ瘍N readinessProbe: exec: command: - - "211" - failureThreshold: 513341278 + - "353" + failureThreshold: 757223010 httpGet: - host: "213" + host: "355" httpHeaders: - - name: "214" - value: "215" - path: "212" - port: -331283026 - scheme: ȉ - initialDelaySeconds: 1033766276 - periodSeconds: -859135545 - successThreshold: -1543701088 + - name: "356" + value: "357" + path: "354" + port: 705333281 + scheme: xƂ9阠 + initialDelaySeconds: -606614374 + periodSeconds: 498878902 + successThreshold: 652646450 tcpSocket: - host: "216" - port: 714088955 - terminationGracePeriodSeconds: 2696007505383404823 - timeoutSeconds: -1745509819 + host: "358" + port: -916583020 + terminationGracePeriodSeconds: -8216131738691912586 + timeoutSeconds: -3478003 resources: limits: - 荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3: "86" + 汚磉反-n: "653" requests: - t莭琽§ć\ ïì: "80" + ^輅9ɛ棕ƈ眽炊礫Ƽ¨Ix糂腂ǂǚ: "999" securityContext: allowPrivilegeEscalation: false capabilities: add: - - 埄趛 + - 鬬$矐_敕ű嵞嬯t{Eɾ drop: - - ʁ岼昕ĬÇ + - 'Ȯ-湷D谹気Ƀ秮òƬɸĻo:' privileged: true - procMount: 鐫û咡W<敄lu|榝 + procMount: s44矕Ƈè readOnlyRootFilesystem: false - runAsGroup: -6406791857291159870 + runAsGroup: 73764735411458498 runAsNonRoot: false - runAsUser: 161123823296532265 + runAsUser: 4224635496843945227 seLinuxOptions: - level: "240" - role: "238" - type: "239" - user: "237" + level: "385" + role: "383" + type: "384" + user: "382" seccompProfile: - localhostProfile: "244" - type: î.Ȏ蝪ʜ5遰= + localhostProfile: "389" + type: 鑏='ʨ|ǓÓ敆OɈÏ 瞍 windowsOptions: - gmsaCredentialSpec: "242" - gmsaCredentialSpecName: "241" - hostProcess: false - runAsUserName: "243" + gmsaCredentialSpec: "387" + gmsaCredentialSpecName: "386" + hostProcess: true + runAsUserName: "388" startupProbe: exec: command: - - "217" - failureThreshold: -1364571630 + - "359" + failureThreshold: 1671084780 httpGet: - host: "219" + host: "362" httpHeaders: - - name: "220" - value: "221" - path: "218" - port: -361442565 - scheme: w - initialDelaySeconds: 994072122 - periodSeconds: -1962065705 - successThreshold: 1701999128 + - name: "363" + value: "364" + path: "360" + port: "361" + scheme: Ů泔Eëæ:<堸眺舐嘯龡班悦ʀ臺穔' - resourceVersion: "17306677052996382890" - selfLink: "487" - uid: ʬÇ[輚趞ț@ + - apiVersion: "500" + blockOwnerDeletion: false + controller: false + kind: "501" + name: "502" + uid: 憲Ħ焵i,ŋ + resourceVersion: "932117408350471144" + selfLink: "494" + uid: 4LM桵Ţ宧ʜ嵹ʌ5Ë} spec: accessModes: - - uȒ<ȕ碭ȡ,簓&禑Ŏ瑁鑕婙蓫椧蒭諎漎 + - Is{豘ñ澀j劎笜釼鮭Ɯ dataSource: - apiGroup: "510" - kind: "511" - name: "512" + apiGroup: "517" + kind: "518" + name: "519" + dataSourceRef: + apiGroup: "520" + kind: "521" + name: "522" resources: limits: - "": "736" + 獪霛圦Ƶ: "159" requests: - DÓǶɟ汩b隊曻:Bȗ轊: "278" + -劺b: "142" selector: matchExpressions: - - key: c59x3oo2/a4-___..1.N_l..-8 - operator: DoesNotExist + - key: R_-U7-F34-6.-_-O-F__h9 + operator: Exists matchLabels: - 3Q_-tHJ-_x-_l_-Ts1-Eb.zj.h96-63-T-.M----p_-6: 9_i-M_._i3-__5nw-_-0__P0.3_rK-Mn1l.j_.17.T-_.X_KS-J.9_j570n__a - storageClassName: "509" - volumeMode: ɋb賝łų$Q郔惻¬\ơ^ - volumeName: "508" + 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: "516" + volumeMode: ê婼SƸ炃&-Ƹ绿浠穸æǷ^ɘʘ + volumeName: "515" status: accessModes: - - "" + - '>7u?=ȳ皆Cds壋' capacity: - 蟀贑!ǃȥ瓤骁ȩ: "486" + H%: "764" conditions: - - lastProbeTime: "2002-10-17T05:21:34Z" - lastTransitionTime: "2090-08-02T09:40:31Z" - message: "514" - reason: "513" - status: 貂ĝ,梙Ŭ贩濑bħ瓌L綡簏Ʉ - type: 儲ȃ<DŽ噻ȁ隞ĻȀ拞抵<躁ĄȐ煷叺 - phase: VǕ酈t史C<镼ƶƭ + - lastProbeTime: "2806-03-31T09:12:56Z" + lastTransitionTime: "2430-10-28T09:53:06Z" + message: "524" + reason: "523" + status: =击S + type: A麭T棞詢¡ɅǏõxġ疾ɇ + phase: h蹤?攫垳ȿūDmÒ侠泊蠻毜鷟傚罢ț status: - availableReplicas: 499586111 - collisionCount: 1808522007 + availableReplicas: 1369790557 + collisionCount: -696643813 conditions: - - lastTransitionTime: "2709-09-26T10:19:04Z" - message: "519" - reason: "518" - status: Y伂滹Ǽ颠Nc5ɚnX - type: ʟ]mʦ獪霛圦Ƶ胐N砽§ - currentReplicas: 428141081 - currentRevision: "516" - observedGeneration: -5388384335248450956 - readyReplicas: -1742186708 - replicas: 184101100 - updateRevision: "517" - updatedReplicas: -705407478 + - lastTransitionTime: "2522-06-10T02:30:22Z" + message: "529" + reason: "528" + status: ůk`磾ƃ妹浓ª斈2婵=ǻ4 ʙ但Ǭ + type: "" + currentReplicas: -281508057 + currentRevision: "526" + observedGeneration: -5220291719109120281 + readyReplicas: -1313274125 + replicas: -1497706631 + updateRevision: "527" + updatedReplicas: 222952727 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 620a19856be..4bb2f6cb8dc 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 @@ -442,6 +442,11 @@ "apiGroup": "175", "kind": "176", "name": "177" + }, + "dataSourceRef": { + "apiGroup": "178", + "kind": "179", + "name": "180" } } } @@ -450,59 +455,59 @@ ], "initContainers": [ { - "name": "178", - "image": "179", + "name": "181", + "image": "182", "command": [ - "180" + "183" ], "args": [ - "181" + "184" ], - "workingDir": "182", + "workingDir": "185", "ports": [ { - "name": "183", - "hostPort": -1981710234, - "containerPort": -1109619518, - "protocol": "ĺ}潷ʒ胵輓Ɔȓ蹣ɐǛv+8Ƥ熪", - "hostIP": "184" + "name": "186", + "hostPort": 852780575, + "containerPort": -1252938503, + "protocol": "Opwǩ曬逴褜1ØœȠƬQg鄠", + "hostIP": "187" } ], "envFrom": [ { - "prefix": "185", + "prefix": "188", "configMapRef": { - "name": "186", - "optional": true + "name": "189", + "optional": false }, "secretRef": { - "name": "187", - "optional": true + "name": "190", + "optional": false } } ], "env": [ { - "name": "188", - "value": "189", + "name": "191", + "value": "192", "valueFrom": { "fieldRef": { - "apiVersion": "190", - "fieldPath": "191" + "apiVersion": "193", + "fieldPath": "194" }, "resourceFieldRef": { - "containerName": "192", - "resource": "193", - "divisor": "617" + "containerName": "195", + "resource": "196", + "divisor": "139" }, "configMapKeyRef": { - "name": "194", - "key": "195", - "optional": false + "name": "197", + "key": "198", + "optional": true }, "secretKeyRef": { - "name": "196", - "key": "197", + "name": "199", + "key": "200", "optional": false } } @@ -510,255 +515,254 @@ ], "resources": { "limits": { - "朷Ǝ膯ljVX1虊谇": "279" + "LĹ]佱¿\u003e犵殇ŕ-Ɂ圯W:ĸ輦唊": "807" }, "requests": { - "圯W:ĸ輦唊#v铿ʩȂ4ē鐭#嬀": "918" + "嚧ʣq埄": "936" } }, "volumeMounts": [ { - "name": "198", - "mountPath": "199", - "subPath": "200", - "mountPropagation": "ó藢xɮĵȑ6L*", - "subPathExpr": "201" + "name": "201", + "mountPath": "202", + "subPath": "203", + "mountPropagation": "#嬀ơŸ8T 苧yñKJɐ扵Gƚ绤f", + "subPathExpr": "204" } ], "volumeDevices": [ { - "name": "202", - "devicePath": "203" + "name": "205", + "devicePath": "206" } ], "livenessProbe": { "exec": { "command": [ - "204" + "207" ] }, "httpGet": { - "path": "205", - "port": "206", - "host": "207", - "scheme": "fʀļ腩墺Ò媁荭gw忊", + "path": "208", + "port": "209", + "host": "210", + "scheme": "u|榝$î.Ȏ蝪ʜ5遰=E埄Ȁ", "httpHeaders": [ { - "name": "208", - "value": "209" + "name": "211", + "value": "212" } ] }, "tcpSocket": { - "port": -1761398388, - "host": "210" + "port": 1714588921, + "host": "213" }, - "initialDelaySeconds": -1532958330, - "timeoutSeconds": -438588982, - "periodSeconds": 1004325340, - "successThreshold": -1313320434, - "failureThreshold": 14304392, - "terminationGracePeriodSeconds": 2001337664780390084 + "initialDelaySeconds": -1246371817, + "timeoutSeconds": 617318981, + "periodSeconds": 432291364, + "successThreshold": 676578360, + "failureThreshold": -552281772, + "terminationGracePeriodSeconds": -2910346974754087949 }, "readinessProbe": { "exec": { "command": [ - "211" + "214" ] }, "httpGet": { - "path": "212", - "port": -614161319, - "host": "213", - "scheme": "Ȩ\u003c6鄰簳°Ļǟi\u0026", + "path": "215", + "port": 656200799, + "host": "216", "httpHeaders": [ { - "name": "214", - "value": "215" + "name": "217", + "value": "218" } ] }, "tcpSocket": { - "port": "216", - "host": "217" + "port": "219", + "host": "220" }, - "initialDelaySeconds": 233282513, - "timeoutSeconds": -518330919, - "periodSeconds": 1313273370, - "successThreshold": -1296830577, - "failureThreshold": -1314967760, - "terminationGracePeriodSeconds": 5043322816247327651 + "initialDelaySeconds": -2165496, + "timeoutSeconds": -1778952574, + "periodSeconds": 1386255869, + "successThreshold": -778272981, + "failureThreshold": 2056774277, + "terminationGracePeriodSeconds": -9219895030215397584 }, "startupProbe": { "exec": { "command": [ - "218" + "221" ] }, "httpGet": { - "path": "219", - "port": "220", - "host": "221", - "scheme": "队偯J僳徥淳4揻", + "path": "222", + "port": "223", + "host": "224", + "scheme": "鬶l獕;跣Hǝcw", "httpHeaders": [ { - "name": "222", - "value": "223" + "name": "225", + "value": "226" } ] }, "tcpSocket": { - "port": 878005329, - "host": "224" + "port": -374766088, + "host": "227" }, - "initialDelaySeconds": -1244119841, - "timeoutSeconds": 1235694147, - "periodSeconds": 348370746, - "successThreshold": 468369166, - "failureThreshold": 1909548849, - "terminationGracePeriodSeconds": 6410850623145248813 + "initialDelaySeconds": -736151561, + "timeoutSeconds": -1515369804, + "periodSeconds": -1856061695, + "successThreshold": 1868683352, + "failureThreshold": -1137436579, + "terminationGracePeriodSeconds": 8876559635423161004 }, "lifecycle": { "postStart": { "exec": { "command": [ - "225" + "228" ] }, "httpGet": { - "path": "226", - "port": "227", - "host": "228", - "scheme": "鰔澝qV訆ƎżŧL²sNƗ¸", + "path": "229", + "port": "230", + "host": "231", + "scheme": "ŕĪĠM蘇KŅ/»頸+SÄ蚃ɣ", "httpHeaders": [ { - "name": "229", - "value": "230" + "name": "232", + "value": "233" } ] }, "tcpSocket": { - "port": "231", - "host": "232" + "port": 1993268896, + "host": "234" } }, "preStop": { "exec": { "command": [ - "233" + "235" ] }, "httpGet": { - "path": "234", - "port": "235", - "host": "236", - "scheme": "δ摖", + "path": "236", + "port": "237", + "host": "238", + "scheme": "ƿ頀\"冓鍓贯澔 ", "httpHeaders": [ { - "name": "237", - "value": "238" + "name": "239", + "value": "240" } ] }, "tcpSocket": { - "port": "239", - "host": "240" + "port": "241", + "host": "242" } } }, - "terminationMessagePath": "241", - "terminationMessagePolicy": "_\u003cǬëJ橈'琕鶫:顇ə娯Ȱ", - "imagePullPolicy": "ǵɐ鰥Z", + "terminationMessagePath": "243", + "terminationMessagePolicy": "6Ɖ飴ɎiǨź'", + "imagePullPolicy": "{屿oiɥ嵐sC8?Ǻ", "securityContext": { "capabilities": { "add": [ - "DÒȗÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ" + ";Nŕ璻Jih亏yƕ丆録²Ŏ" ], "drop": [ - "H鯂²静ƲǦŐnj汰8ŕİi騎C\"6" + "/灩聋3趐囨鏻砅邻爥蹔ŧOǨ繫" ] }, - "privileged": false, + "privileged": true, "seLinuxOptions": { - "user": "242", - "role": "243", - "type": "244", - "level": "245" + "user": "244", + "role": "245", + "type": "246", + "level": "247" }, "windowsOptions": { - "gmsaCredentialSpecName": "246", - "gmsaCredentialSpec": "247", - "runAsUserName": "248", + "gmsaCredentialSpecName": "248", + "gmsaCredentialSpec": "249", + "runAsUserName": "250", "hostProcess": true }, - "runAsUser": -7299434051955863644, - "runAsGroup": 4041264710404335706, - "runAsNonRoot": false, + "runAsUser": 4041264710404335706, + "runAsGroup": 6453802934472477147, + "runAsNonRoot": true, "readOnlyRootFilesystem": true, "allowPrivilegeEscalation": true, - "procMount": "ȹ均i绝5哇芆斩ìh4Ɋ", + "procMount": "šeSvEȤƏ埮pɵ{WOŭW灬pȭ", "seccompProfile": { - "type": "Ȗ|ʐşƧ諔迮ƙIJ嘢4", - "localhostProfile": "249" + "type": "V擭銆j", + "localhostProfile": "251" } } } ], "containers": [ { - "name": "250", - "image": "251", + "name": "252", + "image": "253", "command": [ - "252" + "254" ], "args": [ - "253" + "255" ], - "workingDir": "254", + "workingDir": "256", "ports": [ { - "name": "255", - "hostPort": 1540899353, - "containerPort": -1330095135, - "protocol": " 鞤ɱďW賁Ěɭɪǹ0衷,ƷƣMț譎", - "hostIP": "256" + "name": "257", + "hostPort": -1408385387, + "containerPort": -1225881740, + "protocol": "撑¼蠾8餑噭", + "hostIP": "258" } ], "envFrom": [ { - "prefix": "257", + "prefix": "259", "configMapRef": { - "name": "258", - "optional": false + "name": "260", + "optional": true }, "secretRef": { - "name": "259", + "name": "261", "optional": false } } ], "env": [ { - "name": "260", - "value": "261", + "name": "262", + "value": "263", "valueFrom": { "fieldRef": { - "apiVersion": "262", - "fieldPath": "263" + "apiVersion": "264", + "fieldPath": "265" }, "resourceFieldRef": { - "containerName": "264", - "resource": "265", - "divisor": "293" + "containerName": "266", + "resource": "267", + "divisor": "834" }, "configMapKeyRef": { - "name": "266", - "key": "267", + "name": "268", + "key": "269", "optional": true }, "secretKeyRef": { - "name": "268", - "key": "269", + "name": "270", + "key": "271", "optional": false } } @@ -766,514 +770,512 @@ ], "resources": { "limits": { - "9崍": "210" + "n(fǂǢ曣ŋayåe躒訙Ǫ": "12" }, "requests": { - ")ǂť嗆u8晲T[irȎ3Ĕ\\ɢX鰨松": "775" + "(娕uE增猍": "264" } }, "volumeMounts": [ { - "name": "270", - "readOnly": true, - "mountPath": "271", - "subPath": "272", - "mountPropagation": "ʠɜ瞍阎lğ Ņ", - "subPathExpr": "273" + "name": "272", + "mountPath": "273", + "subPath": "274", + "mountPropagation": "irȎ3Ĕ\\ɢX鰨松", + "subPathExpr": "275" } ], "volumeDevices": [ { - "name": "274", - "devicePath": "275" + "name": "276", + "devicePath": "277" } ], "livenessProbe": { "exec": { "command": [ - "276" + "278" ] }, "httpGet": { - "path": "277", - "port": 1866529638, - "host": "278", - "scheme": "Ŕ瘍Nʊ輔3璾ėȜv1b繐汚磉反-n", + "path": "279", + "port": "280", + "host": "281", + "scheme": "ɜ瞍阎lğ Ņ#耗Ǚ(", "httpHeaders": [ { - "name": "279", - "value": "280" + "name": "282", + "value": "283" } ] }, "tcpSocket": { - "port": 638012651, - "host": "281" + "port": 317211081, + "host": "284" }, - "initialDelaySeconds": -1161185537, - "timeoutSeconds": 1928937303, - "periodSeconds": 1611386356, - "successThreshold": 821341581, - "failureThreshold": 240657401, - "terminationGracePeriodSeconds": 7806703309589874498 + "initialDelaySeconds": -1934305215, + "timeoutSeconds": -655359985, + "periodSeconds": 875971520, + "successThreshold": 161338049, + "failureThreshold": 65094252, + "terminationGracePeriodSeconds": -6831592407095063988 }, "readinessProbe": { "exec": { "command": [ - "282" + "285" ] }, "httpGet": { - "path": "283", - "port": "284", - "host": "285", - "scheme": "Ik(dŊiɢzĮ蛋I", + "path": "286", + "port": -2126891601, + "host": "287", + "scheme": "l}Ñ蠂Ü[ƛ^輅9ɛ棕", "httpHeaders": [ { - "name": "286", - "value": "287" + "name": "288", + "value": "289" } ] }, "tcpSocket": { - "port": "288", - "host": "289" + "port": "290", + "host": "291" }, - "initialDelaySeconds": 571693619, - "timeoutSeconds": 1643238856, - "periodSeconds": -2028546276, - "successThreshold": -2128305760, - "failureThreshold": 1605974497, - "terminationGracePeriodSeconds": 2002344837004307079 + "initialDelaySeconds": 1660454722, + "timeoutSeconds": -1317234078, + "periodSeconds": -1347045470, + "successThreshold": 1169580662, + "failureThreshold": 404234347, + "terminationGracePeriodSeconds": 8560122250231719622 }, "startupProbe": { "exec": { "command": [ - "290" + "292" ] }, "httpGet": { - "path": "291", - "port": "292", - "host": "293", - "scheme": "奼[ƕƑĝ®EĨǔvÄÚ×p鬷m罂", + "path": "293", + "port": "294", + "host": "295", + "scheme": "ǚŜEuEy竬ʆɞ", "httpHeaders": [ { - "name": "294", - "value": "295" + "name": "296", + "value": "297" } ] }, "tcpSocket": { - "port": -1894647727, - "host": "296" + "port": "298", + "host": "299" }, - "initialDelaySeconds": 235623869, - "timeoutSeconds": 564558594, - "periodSeconds": -505848936, - "successThreshold": -1819021257, - "failureThreshold": 1447314009, - "terminationGracePeriodSeconds": -7637760856622746738 + "initialDelaySeconds": 336252010, + "timeoutSeconds": 677650619, + "periodSeconds": 930785927, + "successThreshold": 1624098740, + "failureThreshold": 1419787816, + "terminationGracePeriodSeconds": -506227444233847191 }, "lifecycle": { "postStart": { "exec": { "command": [ - "297" + "300" ] }, "httpGet": { - "path": "298", - "port": 466267060, - "host": "299", - "scheme": "wy¶熀ďJZ漤ŗ坟Ů\u003cy鯶縆ł", + "path": "301", + "port": "302", + "host": "303", + "scheme": "ĝ®EĨǔvÄÚ×p鬷", "httpHeaders": [ { - "name": "300", - "value": "301" + "name": "304", + "value": "305" } ] }, "tcpSocket": { - "port": "302", - "host": "303" + "port": 1673908530, + "host": "306" } }, "preStop": { "exec": { "command": [ - "304" + "307" ] }, "httpGet": { - "path": "305", - "port": "306", - "host": "307", - "scheme": "Ē3Nh×DJɶ羹ƞʓ%ʝ", + "path": "308", + "port": "309", + "host": "310", + "scheme": "żLj捲攻xƂ9阠$嬏wy¶熀", "httpHeaders": [ { - "name": "308", - "value": "309" + "name": "311", + "value": "312" } ] }, "tcpSocket": { - "port": "310", - "host": "311" + "port": -1912967242, + "host": "313" } } }, - "terminationMessagePath": "312", - "terminationMessagePolicy": "躌ñ?卶滿筇ȟP:/a", - "imagePullPolicy": ".wȏâ磠Ƴ崖S«V¯ÁȦtl敷斢", + "terminationMessagePath": "314", + "terminationMessagePolicy": "漤ŗ坟", + "imagePullPolicy": "-紑浘牬釼aTGÒ鵌", "securityContext": { "capabilities": { "add": [ - "鯀1'鸔ɧWǘ炙B餸硷张q櫞繡旹翃" + "Nh×DJɶ羹ƞʓ%ʝ`ǭ" ], "drop": [ - "氒ĺʈʫ羶剹ƊF豎穜姰l咑耖p^鏋蛹" + "ñ?卶滿筇ȟP:/a" ] }, "privileged": false, "seLinuxOptions": { - "user": "313", - "role": "314", - "type": "315", - "level": "316" + "user": "315", + "role": "316", + "type": "317", + "level": "318" }, "windowsOptions": { - "gmsaCredentialSpecName": "317", - "gmsaCredentialSpec": "318", - "runAsUserName": "319", - "hostProcess": true + "gmsaCredentialSpecName": "319", + "gmsaCredentialSpec": "320", + "runAsUserName": "321", + "hostProcess": false }, - "runAsUser": -1286199491017539507, - "runAsGroup": -6292316479661489180, + "runAsUser": 308757565294839546, + "runAsGroup": 5797412715505520759, "runAsNonRoot": false, - "readOnlyRootFilesystem": false, + "readOnlyRootFilesystem": true, "allowPrivilegeEscalation": false, - "procMount": "cx赮ǒđ\u003e*劶?j", + "procMount": "ð仁Q橱9ij\\Ď愝Ű藛b磾sY", "seccompProfile": { - "type": "ĭ¥#ƱÁR", - "localhostProfile": "320" + "type": "繽敮ǰ詀ǿ忀oɎƺ", + "localhostProfile": "322" } }, - "stdin": true, "tty": true } ], "ephemeralContainers": [ { - "name": "321", - "image": "322", + "name": "323", + "image": "324", "command": [ - "323" + "325" ], "args": [ - "324" + "326" ], - "workingDir": "325", + "workingDir": "327", "ports": [ { - "name": "326", - "hostPort": 2032588794, - "containerPort": -1371690155, - "protocol": "G昧牱fsǕT衩kƒK07曳wœj堑", - "hostIP": "327" + "name": "328", + "hostPort": 788093377, + "containerPort": -557687916, + "protocol": "_敕", + "hostIP": "329" } ], "envFrom": [ { - "prefix": "328", + "prefix": "330", "configMapRef": { - "name": "329", + "name": "331", "optional": true }, "secretRef": { - "name": "330", + "name": "332", "optional": false } } ], "env": [ { - "name": "331", - "value": "332", + "name": "333", + "value": "334", "valueFrom": { "fieldRef": { - "apiVersion": "333", - "fieldPath": "334" + "apiVersion": "335", + "fieldPath": "336" }, "resourceFieldRef": { - "containerName": "335", - "resource": "336", - "divisor": "473" + "containerName": "337", + "resource": "338", + "divisor": "971" }, "configMapKeyRef": { - "name": "337", - "key": "338", - "optional": false - }, - "secretKeyRef": { "name": "339", "key": "340", "optional": true + }, + "secretKeyRef": { + "name": "341", + "key": "342", + "optional": true } } } ], "resources": { "limits": { - "盌3+Œ": "752" + "湷D谹気Ƀ秮òƬɸĻo:{": "523" }, "requests": { - ")Zq=歍þ": "759" + "赮ǒđ\u003e*劶?jĎĭ¥#ƱÁR»": "929" } }, "volumeMounts": [ { - "name": "341", - "mountPath": "342", - "subPath": "343", - "mountPropagation": "讅缔m葰賦迾娙ƴ4虵p", - "subPathExpr": "344" + "name": "343", + "readOnly": true, + "mountPath": "344", + "subPath": "345", + "mountPropagation": "|ǓÓ敆OɈÏ 瞍髃", + "subPathExpr": "346" } ], "volumeDevices": [ { - "name": "345", - "devicePath": "346" + "name": "347", + "devicePath": "348" } ], "livenessProbe": { "exec": { "command": [ - "347" + "349" ] }, "httpGet": { - "path": "348", - "port": 1034835933, - "host": "349", - "scheme": "O虀^背遻堣灭ƴɦ燻踸陴", + "path": "350", + "port": "351", + "host": "352", + "scheme": "07曳wœj堑ūM鈱ɖ'蠨", "httpHeaders": [ { - "name": "350", - "value": "351" + "name": "353", + "value": "354" } ] }, "tcpSocket": { - "port": -1744546613, - "host": "352" + "port": "355", + "host": "356" }, - "initialDelaySeconds": 650448405, - "timeoutSeconds": 1943254244, - "periodSeconds": -168773629, - "successThreshold": 2068592383, - "failureThreshold": 1566765016, - "terminationGracePeriodSeconds": -1112599546012453731 + "initialDelaySeconds": -242798806, + "timeoutSeconds": -1940800545, + "periodSeconds": 681004793, + "successThreshold": 2002666266, + "failureThreshold": -2033879721, + "terminationGracePeriodSeconds": -4409241678312226730 }, "readinessProbe": { "exec": { "command": [ - "353" + "357" ] }, "httpGet": { - "path": "354", - "port": "355", - "host": "356", - "scheme": "b轫ʓ滨ĖRh}颉hȱɷȰW", + "path": "358", + "port": 279062028, + "host": "359", + "scheme": "Byß讪Ă2讅缔m葰賦迾娙ƴ4虵p", "httpHeaders": [ { - "name": "357", - "value": "358" + "name": "360", + "value": "361" } ] }, "tcpSocket": { - "port": "359", - "host": "360" + "port": -943058206, + "host": "362" }, - "initialDelaySeconds": 636493142, - "timeoutSeconds": -192358697, - "periodSeconds": 420595064, - "successThreshold": 1195176401, - "failureThreshold": 902204699, - "terminationGracePeriodSeconds": 9196919020604133323 + "initialDelaySeconds": 725557531, + "timeoutSeconds": -703127031, + "periodSeconds": 741667779, + "successThreshold": -381344241, + "failureThreshold": -2122876628, + "terminationGracePeriodSeconds": 2700145646260085226 }, "startupProbe": { "exec": { "command": [ - "361" + "363" ] }, "httpGet": { - "path": "362", - "port": "363", - "host": "364", - "scheme": "y#t(ȗŜŲ\u0026", + "path": "364", + "port": "365", + "host": "366", + "scheme": "thp像-", "httpHeaders": [ { - "name": "365", - "value": "366" + "name": "367", + "value": "368" } ] }, "tcpSocket": { - "port": 1387858949, - "host": "367" + "port": "369", + "host": "370" }, - "initialDelaySeconds": 156368232, - "timeoutSeconds": -815239246, - "periodSeconds": 44612600, - "successThreshold": -688929182, - "failureThreshold": -1222486879, - "terminationGracePeriodSeconds": 6543873941346781273 + "initialDelaySeconds": 1589417286, + "timeoutSeconds": 445878206, + "periodSeconds": 1874051321, + "successThreshold": -500012714, + "failureThreshold": 1762917570, + "terminationGracePeriodSeconds": 4794571970514469019 }, "lifecycle": { "postStart": { "exec": { "command": [ - "368" + "371" ] }, "httpGet": { - "path": "369", - "port": 1176168596, - "host": "370", - "scheme": "轪d覉;Ĕ", + "path": "372", + "port": "373", + "host": "374", + "scheme": "b轫ʓ滨ĖRh}颉hȱɷȰW", "httpHeaders": [ { - "name": "371", - "value": "372" + "name": "375", + "value": "376" } ] }, "tcpSocket": { - "port": "373", - "host": "374" + "port": "377", + "host": "378" } }, "preStop": { "exec": { "command": [ - "375" + "379" ] }, "httpGet": { - "path": "376", - "port": "377", - "host": "378", - "scheme": "ʦŊĊ娮", + "path": "380", + "port": -1743587482, + "host": "381", "httpHeaders": [ { - "name": "379", - "value": "380" + "name": "382", + "value": "383" } ] }, "tcpSocket": { - "port": "381", - "host": "382" + "port": 858034123, + "host": "384" } } }, - "terminationMessagePath": "383", - "terminationMessagePolicy": "Ź黷`嵐;Ƭ婦d%蹶/ʗp壥Ƥ揤郡ɑ鮽", - "imagePullPolicy": "委\u003e,趐V曡88 u怞荊ù灹8緔Tj", + "terminationMessagePath": "385", + "terminationMessagePolicy": "喾@潷", + "imagePullPolicy": "#t(ȗŜŲ\u0026洪y儕l", "securityContext": { "capabilities": { "add": [ - "蓋Cȗä2 ɲ±m嵘厶sȰÖ" + "ɻŶJ詢" ], "drop": [ - "ÆɰŞ襵" + "ǾɁ鍻G鯇ɀ魒Ð扬=惍E" ] }, - "privileged": true, + "privileged": false, "seLinuxOptions": { - "user": "384", - "role": "385", - "type": "386", - "level": "387" + "user": "386", + "role": "387", + "type": "388", + "level": "389" }, "windowsOptions": { - "gmsaCredentialSpecName": "388", - "gmsaCredentialSpec": "389", - "runAsUserName": "390", + "gmsaCredentialSpecName": "390", + "gmsaCredentialSpec": "391", + "runAsUserName": "392", "hostProcess": false }, - "runAsUser": -5519662252699559890, - "runAsGroup": -1624551961163368198, + "runAsUser": -5071790362153704411, + "runAsGroup": -2841141127223294729, "runAsNonRoot": false, "readOnlyRootFilesystem": false, "allowPrivilegeEscalation": false, - "procMount": "阫Ƈʥ椹ý", + "procMount": ";Ƭ婦d%蹶/ʗp壥Ƥ", "seccompProfile": { - "type": "ȕ笧L唞鹚蝉茲ʛ饊ɣKIJWĶʗ{裦i÷", - "localhostProfile": "391" + "type": "郡ɑ鮽ǍJB膾扉A­1襏櫯³", + "localhostProfile": "393" } }, - "stdin": true, "stdinOnce": true, - "targetContainerName": "392" + "targetContainerName": "394" } ], - "restartPolicy": "砘Cș栣险¹贮獘薟8Mĕ霉}閜LI", - "terminationGracePeriodSeconds": 3296766428578159624, - "activeDeadlineSeconds": -8925090445844634303, - "dnsPolicy": "q沷¾!", + "restartPolicy": "刪q塨Ý-扚聧扈4ƫZɀȩ愉", + "terminationGracePeriodSeconds": -1390311149947249535, + "activeDeadlineSeconds": 2684251781701131156, + "dnsPolicy": "厶s", "nodeSelector": { - "393": "394" + "395": "396" }, - "serviceAccountName": "395", - "serviceAccount": "396", + "serviceAccountName": "397", + "serviceAccount": "398", "automountServiceAccountToken": true, - "nodeName": "397", + "nodeName": "399", + "hostPID": true, "hostIPC": true, "shareProcessNamespace": true, "securityContext": { "seLinuxOptions": { - "user": "398", - "role": "399", - "type": "400", - "level": "401" + "user": "400", + "role": "401", + "type": "402", + "level": "403" }, "windowsOptions": { - "gmsaCredentialSpecName": "402", - "gmsaCredentialSpec": "403", - "runAsUserName": "404", + "gmsaCredentialSpecName": "404", + "gmsaCredentialSpec": "405", + "runAsUserName": "406", "hostProcess": true }, - "runAsUser": -3496040522639830925, - "runAsGroup": 2960114664726223450, - "runAsNonRoot": false, + "runAsUser": -3184085461588437523, + "runAsGroup": -2037509302018919599, + "runAsNonRoot": true, "supplementalGroups": [ - 2402603282459663167 + -885564056413671854 ], - "fsGroup": 3564097949592109139, + "fsGroup": 4301352137345790658, "sysctls": [ { - "name": "405", - "value": "406" + "name": "407", + "value": "408" } ], - "fsGroupChangePolicy": "ûǭg怨彬ɈNƋl塠傫üMɮ6", + "fsGroupChangePolicy": "柱栦阫Ƈʥ椹", "seccompProfile": { - "type": ".¸赂ʓ蔋 ǵq砯á缈gȇǙ屏宨殴妓ɡ", - "localhostProfile": "407" + "type": "飝ȕ笧L唞鹚蝉茲ʛ饊ɣKIJWĶʗ{裦i", + "localhostProfile": "409" } }, "imagePullSecrets": [ { - "name": "408" + "name": "410" } ], - "hostname": "409", - "subdomain": "410", + "hostname": "411", + "subdomain": "412", "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { @@ -1281,19 +1283,19 @@ { "matchExpressions": [ { - "key": "411", - "operator": "Üɉ愂,wa纝佯fɞ", + "key": "413", + "operator": "șƷK*ƌ驔瓊'", "values": [ - "412" + "414" ] } ], "matchFields": [ { - "key": "413", - "operator": "鏚U駯Ĕ驢.'鿳Ï掗掍瓣;", + "key": "415", + "operator": "Mĕ霉}閜LIȜŚɇA%ɀ蓧", "values": [ - "414" + "416" ] } ] @@ -1302,23 +1304,23 @@ }, "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1690937616, + "weight": 836045166, "preference": { "matchExpressions": [ { - "key": "415", - "operator": "襉{遠", + "key": "417", + "operator": "ȋ灋槊盘", "values": [ - "416" + "418" ] } ], "matchFields": [ { - "key": "417", - "operator": "诰ðÈ娒Ġ滔xvŗÑ\"", + "key": "419", + "operator": "牬庘颮6(", "values": [ - "418" + "420" ] } ] @@ -1331,27 +1333,30 @@ { "labelSelector": { "matchLabels": { - "lx..w": "t-_.5.40w" + "8o1-x-1wl--7/S.ol": "Fgw_-z_659GE.l_.23--_6l.-5B" }, "matchExpressions": [ { - "key": "G_2kCpS__.39g_.--_-_ve5.m_2_--XZ-x._0", - "operator": "DoesNotExist" + "key": "z_o_2.--4Z7__i1T.miw_a", + "operator": "NotIn", + "values": [ + "At-_.5.40Rw4gD.._.-x6db-L7.-__-G_2kCpS__.39g_.t" + ] } ] }, "namespaces": [ - "425" + "427" ], - "topologyKey": "426", + "topologyKey": "428", "namespaceSelector": { "matchLabels": { - "8V": "3sn-03" + "5gp-c-coa--y--4-1204wrb---1024g-5-3v9-9jcz9f-64/M-_x18mtxb__-ex-_1_-ODgL": "GIT_B" }, "matchExpressions": [ { - "key": "p9-4-d2-22--i--40wv--in-870w--it6k47-y/003.mp.-10KkQ-R_R.-.--4_IT_O__3.5h_XC0_-7.-hj-O_8-b6E_--Y_Dp8O3", - "operator": "Exists" + "key": "8-b6E_--Y_Dp8O_._e_3_.4_Wh", + "operator": "DoesNotExist" } ] } @@ -1359,34 +1364,37 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -947725955, + "weight": -585767440, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "E00.0_._.-_L-__bf_9_-C-PfNxG": "U_.Pn-W23-_.z_.._s--_F-BR-.h_-2-.s_6O-5_7_-0w_e" + "I_--.k47M7y-Dy__3wc.q.8_00.0_._f": "L-__bf_9_-C-PfNx__-U_.Pn-W23-_.z_.._s--_F-BR0" }, "matchExpressions": [ { - "key": "3--_9QW2JkU27_.-4T-I.-..K.2", - "operator": "In", + "key": "n", + "operator": "NotIn", "values": [ - "6___-X__H.-39-A_-_l67Q.-_t--O.3L.z2-y.-.8" + "a68-7AlR__8-7_-YD-Q9_-__..YNFu7Pg-.814e-_07-ht-EP" ] } ] }, "namespaces": [ - "439" + "441" ], - "topologyKey": "440", + "topologyKey": "442", "namespaceSelector": { "matchLabels": { - "7G79.3bU_._nV34GH": "qu.._.105-4_ed-0-iz" + "tO4-7-P41_.-.-AQ._r.-_R1": "8KLu..ly--J-_.ZCRT.0z-e" }, "matchExpressions": [ { - "key": "o79p-f4r1--7p--053--suu--9f82k8-2-d--n--e/Y_o8t5Vl6_..7CY-_dc__G6N-_-0o.0C_gV.9_G-.-z1Y_HEb.9x98MM7-.6", - "operator": "DoesNotExist" + "key": "34G._--u.._.105-4_ed-0-H", + "operator": "NotIn", + "values": [ + "a_dWU_V-_Q_Ap._2_xa_o..p_B-d--Q5._D6_.d-n_9n.p.2-.-Qw__YT.1q" + ] } ] } @@ -1399,27 +1407,27 @@ { "labelSelector": { "matchLabels": { - "uv-f55-2k2-e-443m678-2v89-zk873--1n13sx82-cx-428u2j--3u-777.6-b-b-8/u...WE.-_tdt_-Z0_TM_p6lM.z": "" + "3_Lsu-H_.f82-82": "dWNn_U-...1P_.D8_t..-Ww27" }, "matchExpressions": [ { - "key": "w.3-._CJ4a1._-_CH--.C.8-S9_-4CwMqp..__._-J_-fk3-_j1", - "operator": "Exists" + "key": "v.-_.4dwFbuvEf55Y2k.F-F..3m6.._2v89U--8.3N_.1", + "operator": "DoesNotExist" } ] }, "namespaces": [ - "453" + "455" ], - "topologyKey": "454", + "topologyKey": "456", "namespaceSelector": { "matchLabels": { - "d--Y-_l-v0-1V-N-R__RR9YAZ...W-m_-Z.wc..k_0_5.z.0..__D-1b.9": "Y0-_-.l__.c17__f_-336-.B__.QiA6._3o_V-w._-0d__7.81_-._-_Z" + "8": "7--.2cg.MGbG-_-8Qi..9-4.2K_FQ.E--__K-h_-0-T-_Lq-.5-s_-_5_DR" }, "matchExpressions": [ { - "key": "5__-_._.3l-_86_u2-7_._qN__A_f_-BT", - "operator": "Exists" + "key": "y72r--49u-0m7uu/x_qv4--_.6_N_9X-B.s8.N_rM-k5.C.7", + "operator": "DoesNotExist" } ] } @@ -1427,34 +1435,31 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1819321475, + "weight": 339079271, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "i60a--z.u-5kvp-----887j72qz6-7d84-1f396h82----23-6b77-f4/M--c.0Q--2qh.Eb_I": "i.U.-7" + "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": "62o787-7lk2/L.--4P--_q-.9", + "key": "3.js--a---..6bD_M--c.0Q--2qh.Eb_.__1.-5", "operator": "Exists" } ] }, "namespaces": [ - "467" + "469" ], - "topologyKey": "468", + "topologyKey": "470", "namespaceSelector": { "matchLabels": { - "j21---__y.9O.L-.m.3--.4_-8U.2617.W74-R_Z_Tz.a3_HWo4N": "U_.-_-I-P._..leR--e" + "E35H__.B_E": "U..u8gwbk" }, "matchExpressions": [ { - "key": "9rl-l-u575b93-r0.j-0r3qtm-8vuo17qre-33-5-u8f0f1qv--i2/7_2---2.E.p9-.-3.__a.bl_--..-._S-.-_-16-...8", - "operator": "In", - "values": [ - "x3___-..f5-6x-_-o_6O_If-5_-_.F" - ] + "key": "Q_mgi.U.-e7z-t0-pQ-.-.g-_Z_-nSL.--4i", + "operator": "Exists" } ] } @@ -1463,102 +1468,101 @@ ] } }, - "schedulerName": "475", + "schedulerName": "477", "tolerations": [ { - "key": "476", - "operator": "4%ʬD$;X郪\\#撄貶à圽榕ɹ", - "value": "477", - "effect": "慰x:", - "tolerationSeconds": 3362400521064014157 + "key": "478", + "operator": "ŭʔb'?舍ȃʥx臥]å摞", + "value": "479", + "tolerationSeconds": 3053978290188957517 } ], "hostAliases": [ { - "ip": "478", + "ip": "480", "hostnames": [ - "479" + "481" ] } ], - "priorityClassName": "480", - "priority": 743241089, + "priorityClassName": "482", + "priority": -340583156, "dnsConfig": { "nameservers": [ - "481" + "483" ], "searches": [ - "482" + "484" ], "options": [ { - "name": "483", - "value": "484" + "name": "485", + "value": "486" } ] }, "readinessGates": [ { - "conditionType": "0yVA嬂刲;牆詒ĸąs" + "conditionType": "țc£PAÎǨȨ栋" } ], - "runtimeClassName": "485", + "runtimeClassName": "487", "enableServiceLinks": false, - "preemptionPolicy": "Iƭij韺ʧ\u003e", + "preemptionPolicy": "n{鳻", "overhead": { - "D傕Ɠ栊闔虝巒瀦ŕ": "124" + "隅DžbİEMǶɼ`|褞": "229" }, "topologySpreadConstraints": [ { - "maxSkew": -174245111, - "topologyKey": "486", - "whenUnsatisfiable": "", + "maxSkew": 1486667065, + "topologyKey": "488", + "whenUnsatisfiable": "DŽɤȶšɞƵõ禲#樹罽濅ʏ 撜粞", "labelSelector": { "matchLabels": { - "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" + "H_55..--E3_2D-1DW__o_-.k": "7" }, "matchExpressions": [ { - "key": "ee.-.66hcB.rTt7bm9I.-..q-F-.__c.k7__f--_br..1.--x", - "operator": "In", + "key": "oZvt.LT60v.WxPc---K__-iguFGT._.Y4-0.67hP-lX-_-..b", + "operator": "NotIn", "values": [ - "zJ_.84.-0-.6---Q.__y64L.0-.c-tm..__---r__._-.DL.oe" + "H1z..j_.r3--T" ] } ] } } ], - "setHostnameAsFQDN": true + "setHostnameAsFQDN": false } }, "updateStrategy": { - "type": "秮ȳĵ/Ş槀墺=Ĉ鳟/d\u0026", + "type": "șa汸\u003cƋlɋN磋镮ȺPÈ", "rollingUpdate": { "maxUnavailable": 2, "maxSurge": 3 } }, - "minReadySeconds": 1559072561, - "revisionHistoryLimit": -629510776 + "minReadySeconds": 1750503412, + "revisionHistoryLimit": 128240007 }, "status": { - "currentNumberScheduled": -69450448, - "numberMisscheduled": -212409426, - "desiredNumberScheduled": 17761427, - "numberReady": 1329525670, - "observedGeneration": -721999650192865404, - "updatedNumberScheduled": 1162680985, - "numberAvailable": 171558604, - "numberUnavailable": -161888815, - "collisionCount": 1714841371, + "currentNumberScheduled": -900194589, + "numberMisscheduled": 295177820, + "desiredNumberScheduled": 1576197985, + "numberReady": -702578810, + "observedGeneration": -1989254568785172688, + "updatedNumberScheduled": -855944448, + "numberAvailable": -1556190810, + "numberUnavailable": -487001726, + "collisionCount": -2081947001, "conditions": [ { - "type": "ɝ鶼K癨琞Z氞唬蹵ɥeȿĦ", - "status": "", - "lastTransitionTime": "2124-10-20T09:17:54Z", - "reason": "493", - "message": "494" + "type": "薑Ȣ#闬輙怀¹bCũw¼ ǫ", + "status": ":$", + "lastTransitionTime": "2082-11-07T20:44:23Z", + "reason": "495", + "message": "496" } ] } 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 61a51c453f7f947100d3e194fe78c25b2d092d0e..6b0a087d989fc1e7e2834a11e28cd39b62d640f7 100644 GIT binary patch delta 5564 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 delta 5989 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 diff --git a/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.DaemonSet.yaml b/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.DaemonSet.yaml index 206ce1223a4..5577e3ad744 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.DaemonSet.yaml +++ b/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.DaemonSet.yaml @@ -31,8 +31,8 @@ metadata: selfLink: "5" uid: "7" spec: - minReadySeconds: 1559072561 - revisionHistoryLimit: -629510776 + minReadySeconds: 1750503412 + revisionHistoryLimit: 128240007 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 @@ -73,728 +73,726 @@ spec: selfLink: "29" uid: TʡȂŏ{sǡƟ spec: - activeDeadlineSeconds: -8925090445844634303 + activeDeadlineSeconds: 2684251781701131156 affinity: nodeAffinity: preferredDuringSchedulingIgnoredDuringExecution: - preference: matchExpressions: - - key: "415" - operator: 襉{遠 - values: - - "416" - matchFields: - key: "417" - operator: 诰ðÈ娒Ġ滔xvŗÑ" + operator: ȋ灋槊盘 values: - "418" - weight: 1690937616 + matchFields: + - key: "419" + operator: 牬庘颮6( + values: + - "420" + weight: 836045166 requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - - key: "411" - operator: Üɉ愂,wa纝佯fɞ - values: - - "412" - matchFields: - key: "413" - operator: 鏚U駯Ĕ驢.'鿳Ï掗掍瓣; + operator: șƷK*ƌ驔瓊' values: - "414" + matchFields: + - key: "415" + operator: Mĕ霉}閜LIȜŚɇA%ɀ蓧 + values: + - "416" podAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - - key: 3--_9QW2JkU27_.-4T-I.-..K.2 - operator: In + - key: "n" + operator: NotIn values: - - 6___-X__H.-39-A_-_l67Q.-_t--O.3L.z2-y.-.8 + - a68-7AlR__8-7_-YD-Q9_-__..YNFu7Pg-.814e-_07-ht-EP matchLabels: - E00.0_._.-_L-__bf_9_-C-PfNxG: U_.Pn-W23-_.z_.._s--_F-BR-.h_-2-.s_6O-5_7_-0w_e + I_--.k47M7y-Dy__3wc.q.8_00.0_._f: L-__bf_9_-C-PfNx__-U_.Pn-W23-_.z_.._s--_F-BR0 namespaceSelector: matchExpressions: - - key: o79p-f4r1--7p--053--suu--9f82k8-2-d--n--e/Y_o8t5Vl6_..7CY-_dc__G6N-_-0o.0C_gV.9_G-.-z1Y_HEb.9x98MM7-.6 - operator: DoesNotExist + - key: 34G._--u.._.105-4_ed-0-H + operator: NotIn + values: + - a_dWU_V-_Q_Ap._2_xa_o..p_B-d--Q5._D6_.d-n_9n.p.2-.-Qw__YT.1q matchLabels: - 7G79.3bU_._nV34GH: qu.._.105-4_ed-0-iz + tO4-7-P41_.-.-AQ._r.-_R1: 8KLu..ly--J-_.ZCRT.0z-e namespaces: - - "439" - topologyKey: "440" - weight: -947725955 + - "441" + topologyKey: "442" + weight: -585767440 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: G_2kCpS__.39g_.--_-_ve5.m_2_--XZ-x._0 - operator: DoesNotExist + - key: z_o_2.--4Z7__i1T.miw_a + operator: NotIn + values: + - At-_.5.40Rw4gD.._.-x6db-L7.-__-G_2kCpS__.39g_.t matchLabels: - lx..w: t-_.5.40w + 8o1-x-1wl--7/S.ol: Fgw_-z_659GE.l_.23--_6l.-5B namespaceSelector: matchExpressions: - - key: p9-4-d2-22--i--40wv--in-870w--it6k47-y/003.mp.-10KkQ-R_R.-.--4_IT_O__3.5h_XC0_-7.-hj-O_8-b6E_--Y_Dp8O3 - operator: Exists + - key: 8-b6E_--Y_Dp8O_._e_3_.4_Wh + operator: DoesNotExist matchLabels: - 8V: 3sn-03 + 5gp-c-coa--y--4-1204wrb---1024g-5-3v9-9jcz9f-64/M-_x18mtxb__-ex-_1_-ODgL: GIT_B namespaces: - - "425" - topologyKey: "426" + - "427" + topologyKey: "428" podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - - key: 62o787-7lk2/L.--4P--_q-.9 + - key: 3.js--a---..6bD_M--c.0Q--2qh.Eb_.__1.-5 operator: Exists matchLabels: - i60a--z.u-5kvp-----887j72qz6-7d84-1f396h82----23-6b77-f4/M--c.0Q--2qh.Eb_I: i.U.-7 + 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: 9rl-l-u575b93-r0.j-0r3qtm-8vuo17qre-33-5-u8f0f1qv--i2/7_2---2.E.p9-.-3.__a.bl_--..-._S-.-_-16-...8 - operator: In - values: - - x3___-..f5-6x-_-o_6O_If-5_-_.F + - key: Q_mgi.U.-e7z-t0-pQ-.-.g-_Z_-nSL.--4i + operator: Exists matchLabels: - j21---__y.9O.L-.m.3--.4_-8U.2617.W74-R_Z_Tz.a3_HWo4N: U_.-_-I-P._..leR--e + E35H__.B_E: U..u8gwbk namespaces: - - "467" - topologyKey: "468" - weight: 1819321475 + - "469" + topologyKey: "470" + weight: 339079271 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: w.3-._CJ4a1._-_CH--.C.8-S9_-4CwMqp..__._-J_-fk3-_j1 - operator: Exists + - key: v.-_.4dwFbuvEf55Y2k.F-F..3m6.._2v89U--8.3N_.1 + operator: DoesNotExist matchLabels: - uv-f55-2k2-e-443m678-2v89-zk873--1n13sx82-cx-428u2j--3u-777.6-b-b-8/u...WE.-_tdt_-Z0_TM_p6lM.z: "" + 3_Lsu-H_.f82-82: dWNn_U-...1P_.D8_t..-Ww27 namespaceSelector: matchExpressions: - - key: 5__-_._.3l-_86_u2-7_._qN__A_f_-BT - operator: Exists + - key: y72r--49u-0m7uu/x_qv4--_.6_N_9X-B.s8.N_rM-k5.C.7 + operator: DoesNotExist matchLabels: - d--Y-_l-v0-1V-N-R__RR9YAZ...W-m_-Z.wc..k_0_5.z.0..__D-1b.9: Y0-_-.l__.c17__f_-336-.B__.QiA6._3o_V-w._-0d__7.81_-._-_Z + "8": 7--.2cg.MGbG-_-8Qi..9-4.2K_FQ.E--__K-h_-0-T-_Lq-.5-s_-_5_DR namespaces: - - "453" - topologyKey: "454" + - "455" + topologyKey: "456" automountServiceAccountToken: true containers: - args: - - "253" + - "255" command: - - "252" + - "254" env: - - name: "260" - value: "261" + - name: "262" + value: "263" valueFrom: configMapKeyRef: - key: "267" - name: "266" - optional: true - fieldRef: - apiVersion: "262" - fieldPath: "263" - resourceFieldRef: - containerName: "264" - divisor: "293" - resource: "265" - secretKeyRef: key: "269" name: "268" + optional: true + fieldRef: + apiVersion: "264" + fieldPath: "265" + resourceFieldRef: + containerName: "266" + divisor: "834" + resource: "267" + secretKeyRef: + key: "271" + name: "270" optional: false envFrom: - configMapRef: - name: "258" - optional: false - prefix: "257" + name: "260" + optional: true + prefix: "259" secretRef: - name: "259" + name: "261" optional: false - image: "251" - imagePullPolicy: .wȏâ磠Ƴ崖S«V¯ÁȦtl敷斢 + image: "253" + imagePullPolicy: -紑浘牬釼aTGÒ鵌 lifecycle: postStart: exec: command: - - "297" + - "300" httpGet: - host: "299" - httpHeaders: - - name: "300" - value: "301" - path: "298" - port: 466267060 - scheme: wy¶熀ďJZ漤ŗ坟Ů*劶?j - readOnlyRootFilesystem: false - runAsGroup: -6292316479661489180 + procMount: ð仁Q橱9ij\Ď愝Ű藛b磾sY + readOnlyRootFilesystem: true + runAsGroup: 5797412715505520759 runAsNonRoot: false - runAsUser: -1286199491017539507 + runAsUser: 308757565294839546 seLinuxOptions: - level: "316" - role: "314" - type: "315" - user: "313" + level: "318" + role: "316" + type: "317" + user: "315" seccompProfile: - localhostProfile: "320" - type: ĭ¥#ƱÁR + localhostProfile: "322" + type: 繽敮ǰ詀ǿ忀oɎƺ windowsOptions: - gmsaCredentialSpec: "318" - gmsaCredentialSpecName: "317" - hostProcess: true - runAsUserName: "319" + gmsaCredentialSpec: "320" + gmsaCredentialSpecName: "319" + hostProcess: false + runAsUserName: "321" startupProbe: exec: command: - - "290" - failureThreshold: 1447314009 + - "292" + failureThreshold: 1419787816 httpGet: - host: "293" + host: "295" httpHeaders: - - name: "294" - value: "295" - path: "291" - port: "292" - scheme: 奼[ƕƑĝ®EĨǔvÄÚ×p鬷m罂 - initialDelaySeconds: 235623869 - periodSeconds: -505848936 - successThreshold: -1819021257 + - name: "296" + value: "297" + path: "293" + port: "294" + scheme: ǚŜEuEy竬ʆɞ + initialDelaySeconds: 336252010 + periodSeconds: 930785927 + successThreshold: 1624098740 tcpSocket: - host: "296" - port: -1894647727 - terminationGracePeriodSeconds: -7637760856622746738 - timeoutSeconds: 564558594 - stdin: true - terminationMessagePath: "312" - terminationMessagePolicy: 躌ñ?卶滿筇ȟP:/a + host: "299" + port: "298" + terminationGracePeriodSeconds: -506227444233847191 + timeoutSeconds: 677650619 + terminationMessagePath: "314" + terminationMessagePolicy: 漤ŗ坟 tty: true volumeDevices: - - devicePath: "275" - name: "274" + - devicePath: "277" + name: "276" volumeMounts: - - mountPath: "271" - mountPropagation: ʠɜ瞍阎lğ Ņ - name: "270" - readOnly: true - subPath: "272" - subPathExpr: "273" - workingDir: "254" + - mountPath: "273" + mountPropagation: irȎ3Ĕ\ɢX鰨松 + name: "272" + subPath: "274" + subPathExpr: "275" + workingDir: "256" dnsConfig: nameservers: - - "481" + - "483" options: - - name: "483" - value: "484" + - name: "485" + value: "486" searches: - - "482" - dnsPolicy: q沷¾! + - "484" + dnsPolicy: 厶s enableServiceLinks: false ephemeralContainers: - args: - - "324" + - "326" command: - - "323" + - "325" env: - - name: "331" - value: "332" + - name: "333" + value: "334" valueFrom: configMapKeyRef: - key: "338" - name: "337" - optional: false - fieldRef: - apiVersion: "333" - fieldPath: "334" - resourceFieldRef: - containerName: "335" - divisor: "473" - resource: "336" - secretKeyRef: key: "340" name: "339" optional: true + fieldRef: + apiVersion: "335" + fieldPath: "336" + resourceFieldRef: + containerName: "337" + divisor: "971" + resource: "338" + secretKeyRef: + key: "342" + name: "341" + optional: true envFrom: - configMapRef: - name: "329" + name: "331" optional: true - prefix: "328" + prefix: "330" secretRef: - name: "330" + name: "332" optional: false - image: "322" - imagePullPolicy: 委>,趐V曡88 u怞荊ù灹8緔Tj + image: "324" + imagePullPolicy: '#t(ȗŜŲ&洪y儕l' lifecycle: postStart: exec: command: - - "368" + - "371" httpGet: - host: "370" - httpHeaders: - - name: "371" - value: "372" - path: "369" - port: 1176168596 - scheme: 轪d覉;Ĕ - tcpSocket: host: "374" + httpHeaders: + - name: "375" + value: "376" + path: "372" port: "373" + scheme: b轫ʓ滨ĖRh}颉hȱɷȰW + tcpSocket: + host: "378" + port: "377" preStop: exec: command: - - "375" + - "379" httpGet: - host: "378" + host: "381" httpHeaders: - - name: "379" - value: "380" - path: "376" - port: "377" - scheme: ʦŊĊ娮 + - name: "382" + value: "383" + path: "380" + port: -1743587482 tcpSocket: - host: "382" - port: "381" + host: "384" + port: 858034123 livenessProbe: exec: command: - - "347" - failureThreshold: 1566765016 + - "349" + failureThreshold: -2033879721 httpGet: - host: "349" - httpHeaders: - - name: "350" - value: "351" - path: "348" - port: 1034835933 - scheme: O虀^背遻堣灭ƴɦ燻踸陴 - initialDelaySeconds: 650448405 - periodSeconds: -168773629 - successThreshold: 2068592383 - tcpSocket: host: "352" - port: -1744546613 - terminationGracePeriodSeconds: -1112599546012453731 - timeoutSeconds: 1943254244 - name: "321" + httpHeaders: + - name: "353" + value: "354" + path: "350" + port: "351" + scheme: 07曳wœj堑ūM鈱ɖ'蠨 + initialDelaySeconds: -242798806 + periodSeconds: 681004793 + successThreshold: 2002666266 + tcpSocket: + host: "356" + port: "355" + terminationGracePeriodSeconds: -4409241678312226730 + timeoutSeconds: -1940800545 + name: "323" ports: - - containerPort: -1371690155 - hostIP: "327" - hostPort: 2032588794 - name: "326" - protocol: G昧牱fsǕT衩kƒK07曳wœj堑 + - containerPort: -557687916 + hostIP: "329" + hostPort: 788093377 + name: "328" + protocol: _敕 readinessProbe: exec: command: - - "353" - failureThreshold: 902204699 + - "357" + failureThreshold: -2122876628 httpGet: - host: "356" + host: "359" httpHeaders: - - name: "357" - value: "358" - path: "354" - port: "355" - scheme: b轫ʓ滨ĖRh}颉hȱɷȰW - initialDelaySeconds: 636493142 - periodSeconds: 420595064 - successThreshold: 1195176401 + - name: "360" + value: "361" + path: "358" + port: 279062028 + scheme: Byß讪Ă2讅缔m葰賦迾娙ƴ4虵p + initialDelaySeconds: 725557531 + periodSeconds: 741667779 + successThreshold: -381344241 tcpSocket: - host: "360" - port: "359" - terminationGracePeriodSeconds: 9196919020604133323 - timeoutSeconds: -192358697 + host: "362" + port: -943058206 + terminationGracePeriodSeconds: 2700145646260085226 + timeoutSeconds: -703127031 resources: limits: - 盌3+Œ: "752" + 湷D谹気Ƀ秮òƬɸĻo:{: "523" requests: - )Zq=歍þ: "759" + 赮ǒđ>*劶?jĎĭ¥#ƱÁR»: "929" securityContext: allowPrivilegeEscalation: false capabilities: add: - - 蓋Cȗä2 ɲ±m嵘厶sȰÖ + - ɻŶJ詢 drop: - - ÆɰŞ襵 - privileged: true - procMount: 阫Ƈʥ椹ý + - ǾɁ鍻G鯇ɀ魒Ð扬=惍E + privileged: false + procMount: ;Ƭ婦d%蹶/ʗp壥Ƥ readOnlyRootFilesystem: false - runAsGroup: -1624551961163368198 + runAsGroup: -2841141127223294729 runAsNonRoot: false - runAsUser: -5519662252699559890 + runAsUser: -5071790362153704411 seLinuxOptions: - level: "387" - role: "385" - type: "386" - user: "384" + level: "389" + role: "387" + type: "388" + user: "386" seccompProfile: - localhostProfile: "391" - type: ȕ笧L唞鹚蝉茲ʛ饊ɣKIJWĶʗ{裦i÷ + localhostProfile: "393" + type: 郡ɑ鮽ǍJB膾扉A­1襏櫯³ windowsOptions: - gmsaCredentialSpec: "389" - gmsaCredentialSpecName: "388" + gmsaCredentialSpec: "391" + gmsaCredentialSpecName: "390" hostProcess: false - runAsUserName: "390" + runAsUserName: "392" startupProbe: exec: command: - - "361" - failureThreshold: -1222486879 + - "363" + failureThreshold: 1762917570 httpGet: - host: "364" + host: "366" httpHeaders: - - name: "365" - value: "366" - path: "362" - port: "363" - scheme: y#t(ȗŜŲ& - initialDelaySeconds: 156368232 - periodSeconds: 44612600 - successThreshold: -688929182 + - name: "367" + value: "368" + path: "364" + port: "365" + scheme: thp像- + initialDelaySeconds: 1589417286 + periodSeconds: 1874051321 + successThreshold: -500012714 tcpSocket: - host: "367" - port: 1387858949 - terminationGracePeriodSeconds: 6543873941346781273 - timeoutSeconds: -815239246 - stdin: true + host: "370" + port: "369" + terminationGracePeriodSeconds: 4794571970514469019 + timeoutSeconds: 445878206 stdinOnce: true - targetContainerName: "392" - terminationMessagePath: "383" - terminationMessagePolicy: Ź黷`嵐;Ƭ婦d%蹶/ʗp壥Ƥ揤郡ɑ鮽 + targetContainerName: "394" + terminationMessagePath: "385" + terminationMessagePolicy: 喾@潷 volumeDevices: - - devicePath: "346" - name: "345" + - devicePath: "348" + name: "347" volumeMounts: - - mountPath: "342" - mountPropagation: 讅缔m葰賦迾娙ƴ4虵p - name: "341" - subPath: "343" - subPathExpr: "344" - workingDir: "325" + - mountPath: "344" + mountPropagation: '|ǓÓ敆OɈÏ 瞍髃' + name: "343" + readOnly: true + subPath: "345" + subPathExpr: "346" + workingDir: "327" hostAliases: - hostnames: - - "479" - ip: "478" + - "481" + ip: "480" hostIPC: true - hostname: "409" + hostPID: true + hostname: "411" imagePullSecrets: - - name: "408" + - name: "410" initContainers: - args: - - "181" + - "184" command: - - "180" + - "183" env: - - name: "188" - value: "189" + - name: "191" + value: "192" valueFrom: configMapKeyRef: - key: "195" - name: "194" - optional: false + key: "198" + name: "197" + optional: true fieldRef: - apiVersion: "190" - fieldPath: "191" + apiVersion: "193" + fieldPath: "194" resourceFieldRef: - containerName: "192" - divisor: "617" - resource: "193" + containerName: "195" + divisor: "139" + resource: "196" secretKeyRef: - key: "197" - name: "196" + key: "200" + name: "199" optional: false envFrom: - configMapRef: - name: "186" - optional: true - prefix: "185" + name: "189" + optional: false + prefix: "188" secretRef: - name: "187" - optional: true - image: "179" - imagePullPolicy: ǵɐ鰥Z + name: "190" + optional: false + image: "182" + imagePullPolicy: '{屿oiɥ嵐sC8?Ǻ' lifecycle: postStart: exec: command: - - "225" + - "228" httpGet: - host: "228" + host: "231" httpHeaders: - - name: "229" - value: "230" - path: "226" - port: "227" - scheme: 鰔澝qV訆ƎżŧL²sNƗ¸ + - name: "232" + value: "233" + path: "229" + port: "230" + scheme: ŕĪĠM蘇KŅ/»頸+SÄ蚃ɣ tcpSocket: - host: "232" - port: "231" + host: "234" + port: 1993268896 preStop: exec: command: - - "233" + - "235" httpGet: - host: "236" + host: "238" httpHeaders: - - name: "237" - value: "238" - path: "234" - port: "235" - scheme: δ摖 + - name: "239" + value: "240" + path: "236" + port: "237" + scheme: 'ƿ頀"冓鍓贯澔 ' tcpSocket: - host: "240" - port: "239" + host: "242" + port: "241" livenessProbe: exec: command: - - "204" - failureThreshold: 14304392 + - "207" + failureThreshold: -552281772 httpGet: - host: "207" - httpHeaders: - - name: "208" - value: "209" - path: "205" - port: "206" - scheme: fʀļ腩墺Ò媁荭gw忊 - initialDelaySeconds: -1532958330 - periodSeconds: 1004325340 - successThreshold: -1313320434 - tcpSocket: host: "210" - port: -1761398388 - terminationGracePeriodSeconds: 2001337664780390084 - timeoutSeconds: -438588982 - name: "178" + httpHeaders: + - name: "211" + value: "212" + path: "208" + port: "209" + scheme: u|榝$î.Ȏ蝪ʜ5遰=E埄Ȁ + initialDelaySeconds: -1246371817 + periodSeconds: 432291364 + successThreshold: 676578360 + tcpSocket: + host: "213" + port: 1714588921 + terminationGracePeriodSeconds: -2910346974754087949 + timeoutSeconds: 617318981 + name: "181" ports: - - containerPort: -1109619518 - hostIP: "184" - hostPort: -1981710234 - name: "183" - protocol: ĺ}潷ʒ胵輓Ɔȓ蹣ɐǛv+8Ƥ熪 + - containerPort: -1252938503 + hostIP: "187" + hostPort: 852780575 + name: "186" + protocol: Opwǩ曬逴褜1ØœȠƬQg鄠 readinessProbe: exec: command: - - "211" - failureThreshold: -1314967760 + - "214" + failureThreshold: 2056774277 httpGet: - host: "213" + host: "216" httpHeaders: - - name: "214" - value: "215" - path: "212" - port: -614161319 - scheme: Ȩ<6鄰簳°Ļǟi& - initialDelaySeconds: 233282513 - periodSeconds: 1313273370 - successThreshold: -1296830577 + - name: "217" + value: "218" + path: "215" + port: 656200799 + initialDelaySeconds: -2165496 + periodSeconds: 1386255869 + successThreshold: -778272981 tcpSocket: - host: "217" - port: "216" - terminationGracePeriodSeconds: 5043322816247327651 - timeoutSeconds: -518330919 + host: "220" + port: "219" + terminationGracePeriodSeconds: -9219895030215397584 + timeoutSeconds: -1778952574 resources: limits: - 朷Ǝ膯ljVX1虊谇: "279" + LĹ]佱¿>犵殇ŕ-Ɂ圯W:ĸ輦唊: "807" requests: - 圯W:ĸ輦唊#v铿ʩȂ4ē鐭#嬀: "918" + 嚧ʣq埄: "936" securityContext: allowPrivilegeEscalation: true capabilities: add: - - DÒȗÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ + - ;Nŕ璻Jih亏yƕ丆録²Ŏ drop: - - H鯂²静ƲǦŐnj汰8ŕİi騎C"6 - privileged: false - procMount: ȹ均i绝5哇芆斩ìh4Ɋ + - /灩聋3趐囨鏻砅邻爥蹔ŧOǨ繫 + privileged: true + procMount: šeSvEȤƏ埮pɵ{WOŭW灬pȭ readOnlyRootFilesystem: true - runAsGroup: 4041264710404335706 - runAsNonRoot: false - runAsUser: -7299434051955863644 + runAsGroup: 6453802934472477147 + runAsNonRoot: true + runAsUser: 4041264710404335706 seLinuxOptions: - level: "245" - role: "243" - type: "244" - user: "242" + level: "247" + role: "245" + type: "246" + user: "244" seccompProfile: - localhostProfile: "249" - type: Ȗ|ʐşƧ諔迮ƙIJ嘢4 + localhostProfile: "251" + type: V擭銆j windowsOptions: - gmsaCredentialSpec: "247" - gmsaCredentialSpecName: "246" + gmsaCredentialSpec: "249" + gmsaCredentialSpecName: "248" hostProcess: true - runAsUserName: "248" + runAsUserName: "250" startupProbe: exec: command: - - "218" - failureThreshold: 1909548849 + - "221" + failureThreshold: -1137436579 httpGet: - host: "221" - httpHeaders: - - name: "222" - value: "223" - path: "219" - port: "220" - scheme: 队偯J僳徥淳4揻 - initialDelaySeconds: -1244119841 - periodSeconds: 348370746 - successThreshold: 468369166 - tcpSocket: host: "224" - port: 878005329 - terminationGracePeriodSeconds: 6410850623145248813 - timeoutSeconds: 1235694147 - terminationMessagePath: "241" - terminationMessagePolicy: _<ǬëJ橈'琕鶫:顇ə娯Ȱ + httpHeaders: + - name: "225" + value: "226" + path: "222" + port: "223" + scheme: 鬶l獕;跣Hǝcw + initialDelaySeconds: -736151561 + periodSeconds: -1856061695 + successThreshold: 1868683352 + tcpSocket: + host: "227" + port: -374766088 + terminationGracePeriodSeconds: 8876559635423161004 + timeoutSeconds: -1515369804 + terminationMessagePath: "243" + terminationMessagePolicy: 6Ɖ飴ɎiǨź' volumeDevices: - - devicePath: "203" - name: "202" + - devicePath: "206" + name: "205" volumeMounts: - - mountPath: "199" - mountPropagation: ó藢xɮĵȑ6L* - name: "198" - subPath: "200" - subPathExpr: "201" - workingDir: "182" - nodeName: "397" + - mountPath: "202" + mountPropagation: '#嬀ơŸ8T 苧yñKJɐ扵Gƚ绤f' + name: "201" + subPath: "203" + subPathExpr: "204" + workingDir: "185" + nodeName: "399" nodeSelector: - "393": "394" + "395": "396" overhead: - D傕Ɠ栊闔虝巒瀦ŕ: "124" - preemptionPolicy: Iƭij韺ʧ> - priority: 743241089 - priorityClassName: "480" + 隅DžbİEMǶɼ`|褞: "229" + preemptionPolicy: n{鳻 + priority: -340583156 + priorityClassName: "482" readinessGates: - - conditionType: 0yVA嬂刲;牆詒ĸąs - restartPolicy: 砘Cș栣险¹贮獘薟8Mĕ霉}閜LI - runtimeClassName: "485" - schedulerName: "475" + - conditionType: țc£PAÎǨȨ栋 + restartPolicy: 刪q塨Ý-扚聧扈4ƫZɀȩ愉 + runtimeClassName: "487" + schedulerName: "477" securityContext: - fsGroup: 3564097949592109139 - fsGroupChangePolicy: ûǭg怨彬ɈNƋl塠傫üMɮ6 - runAsGroup: 2960114664726223450 - runAsNonRoot: false - runAsUser: -3496040522639830925 + fsGroup: 4301352137345790658 + fsGroupChangePolicy: 柱栦阫Ƈʥ椹 + runAsGroup: -2037509302018919599 + runAsNonRoot: true + runAsUser: -3184085461588437523 seLinuxOptions: - level: "401" - role: "399" - type: "400" - user: "398" + level: "403" + role: "401" + type: "402" + user: "400" seccompProfile: - localhostProfile: "407" - type: .¸赂ʓ蔋 ǵq砯á缈gȇǙ屏宨殴妓ɡ + localhostProfile: "409" + type: 飝ȕ笧L唞鹚蝉茲ʛ饊ɣKIJWĶʗ{裦i supplementalGroups: - - 2402603282459663167 + - -885564056413671854 sysctls: - - name: "405" - value: "406" + - name: "407" + value: "408" windowsOptions: - gmsaCredentialSpec: "403" - gmsaCredentialSpecName: "402" + gmsaCredentialSpec: "405" + gmsaCredentialSpecName: "404" hostProcess: true - runAsUserName: "404" - serviceAccount: "396" - serviceAccountName: "395" - setHostnameAsFQDN: true + runAsUserName: "406" + serviceAccount: "398" + serviceAccountName: "397" + setHostnameAsFQDN: false shareProcessNamespace: true - subdomain: "410" - terminationGracePeriodSeconds: 3296766428578159624 + subdomain: "412" + terminationGracePeriodSeconds: -1390311149947249535 tolerations: - - effect: '慰x:' - key: "476" - operator: 4%ʬD$;X郪\#撄貶à圽榕ɹ - tolerationSeconds: 3362400521064014157 - value: "477" + - key: "478" + operator: ŭʔb'?舍ȃʥx臥]å摞 + tolerationSeconds: 3053978290188957517 + value: "479" topologySpreadConstraints: - labelSelector: matchExpressions: - - key: ee.-.66hcB.rTt7bm9I.-..q-F-.__c.k7__f--_br..1.--x - operator: In + - key: oZvt.LT60v.WxPc---K__-iguFGT._.Y4-0.67hP-lX-_-..b + operator: NotIn values: - - zJ_.84.-0-.6---Q.__y64L.0-.c-tm..__---r__._-.DL.oe + - H1z..j_.r3--T matchLabels: - 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: "486" - whenUnsatisfiable: "" + H_55..--E3_2D-1DW__o_-.k: "7" + maxSkew: 1486667065 + topologyKey: "488" + whenUnsatisfiable: DŽɤȶšɞƵõ禲#樹罽濅ʏ 撜粞 volumes: - awsElasticBlockStore: fsType: "49" @@ -894,6 +892,10 @@ spec: apiGroup: "175" kind: "176" name: "177" + dataSourceRef: + apiGroup: "178" + kind: "179" + name: "180" resources: limits: 'âĺɗŹ倗S晒嶗UÐ_ƮA攤/ɸɎ ': "648" @@ -1051,20 +1053,20 @@ spec: rollingUpdate: maxSurge: 3 maxUnavailable: 2 - type: 秮ȳĵ/Ş槀墺=Ĉ鳟/d& + type: șa汸<ƋlɋN磋镮ȺPÈ status: - collisionCount: 1714841371 + collisionCount: -2081947001 conditions: - - lastTransitionTime: "2124-10-20T09:17:54Z" - message: "494" - reason: "493" - status: "" - type: ɝ鶼K癨琞Z氞唬蹵ɥeȿĦ - currentNumberScheduled: -69450448 - desiredNumberScheduled: 17761427 - numberAvailable: 171558604 - numberMisscheduled: -212409426 - numberReady: 1329525670 - numberUnavailable: -161888815 - observedGeneration: -721999650192865404 - updatedNumberScheduled: 1162680985 + - lastTransitionTime: "2082-11-07T20:44:23Z" + message: "496" + reason: "495" + status: :$ + type: 薑Ȣ#闬輙怀¹bCũw¼ ǫ + currentNumberScheduled: -900194589 + desiredNumberScheduled: 1576197985 + numberAvailable: -1556190810 + numberMisscheduled: 295177820 + numberReady: -702578810 + numberUnavailable: -487001726 + observedGeneration: -1989254568785172688 + updatedNumberScheduled: -855944448 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 283ac64273c..f0d6e901260 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 @@ -443,6 +443,11 @@ "apiGroup": "175", "kind": "176", "name": "177" + }, + "dataSourceRef": { + "apiGroup": "178", + "kind": "179", + "name": "180" } } } @@ -451,388 +456,356 @@ ], "initContainers": [ { - "name": "178", - "image": "179", + "name": "181", + "image": "182", "command": [ - "180" + "183" ], "args": [ - "181" + "184" ], - "workingDir": "182", + "workingDir": "185", "ports": [ { - "name": "183", - "hostPort": 1923334396, - "containerPort": -1343558801, - "protocol": "@掇lNdǂ\u003e", - "hostIP": "184" + "name": "186", + "hostPort": 282592353, + "containerPort": 377225334, + "protocol": "Ƹ[Ęİ榌U髷裎$MVȟ@7", + "hostIP": "187" } ], "envFrom": [ { - "prefix": "185", + "prefix": "188", "configMapRef": { - "name": "186", - "optional": true + "name": "189", + "optional": false }, "secretRef": { - "name": "187", - "optional": true - } - } - ], - "env": [ - { - "name": "188", - "value": "189", - "valueFrom": { - "fieldRef": { - "apiVersion": "190", - "fieldPath": "191" - }, - "resourceFieldRef": { - "containerName": "192", - "resource": "193", - "divisor": "713" - }, - "configMapKeyRef": { - "name": "194", - "key": "195", - "optional": true - }, - "secretKeyRef": { - "name": "196", - "key": "197", - "optional": false - } - } - } - ], - "resources": { - "limits": { - "荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3": "86" - }, - "requests": { - "t莭琽§ć\\ ïì": "80" - } - }, - "volumeMounts": [ - { - "name": "198", - "readOnly": true, - "mountPath": "199", - "subPath": "200", - "mountPropagation": "0矀Kʝ瘴I\\p[ħsĨɆâĺɗŹ倗S", - "subPathExpr": "201" - } - ], - "volumeDevices": [ - { - "name": "202", - "devicePath": "203" - } - ], - "livenessProbe": { - "exec": { - "command": [ - "204" - ] - }, - "httpGet": { - "path": "205", - "port": -1285424066, - "host": "206", - "scheme": "ni酛3ƁÀ", - "httpHeaders": [ - { - "name": "207", - "value": "208" - } - ] - }, - "tcpSocket": { - "port": "209", - "host": "210" - }, - "initialDelaySeconds": -2036074491, - "timeoutSeconds": -148216266, - "periodSeconds": 165047920, - "successThreshold": -393291312, - "failureThreshold": -93157681, - "terminationGracePeriodSeconds": -4856573944864548413 - }, - "readinessProbe": { - "exec": { - "command": [ - "211" - ] - }, - "httpGet": { - "path": "212", - "port": -331283026, - "host": "213", - "scheme": "ȉ", - "httpHeaders": [ - { - "name": "214", - "value": "215" - } - ] - }, - "tcpSocket": { - "port": 714088955, - "host": "216" - }, - "initialDelaySeconds": 1033766276, - "timeoutSeconds": -1745509819, - "periodSeconds": -859135545, - "successThreshold": -1543701088, - "failureThreshold": 513341278, - "terminationGracePeriodSeconds": 2696007505383404823 - }, - "startupProbe": { - "exec": { - "command": [ - "217" - ] - }, - "httpGet": { - "path": "218", - "port": -361442565, - "host": "219", - "scheme": "w", - "httpHeaders": [ - { - "name": "220", - "value": "221" - } - ] - }, - "tcpSocket": { - "port": -1099429189, - "host": "222" - }, - "initialDelaySeconds": 994072122, - "timeoutSeconds": 1752155096, - "periodSeconds": -1962065705, - "successThreshold": 1701999128, - "failureThreshold": -1364571630, - "terminationGracePeriodSeconds": 7258403424756645907 - }, - "lifecycle": { - "postStart": { - "exec": { - "command": [ - "223" - ] - }, - "httpGet": { - "path": "224", - "port": -1109619518, - "host": "225", - "scheme": "ĺ}潷ʒ胵輓Ɔȓ蹣ɐǛv+8Ƥ熪", - "httpHeaders": [ - { - "name": "226", - "value": "227" - } - ] - }, - "tcpSocket": { - "port": "228", - "host": "229" - } - }, - "preStop": { - "exec": { - "command": [ - "230" - ] - }, - "httpGet": { - "path": "231", - "port": 461585849, - "host": "232", - "scheme": "ɇ卷荙JLĹ]佱¿\u003e犵殇ŕ-Ɂ", - "httpHeaders": [ - { - "name": "233", - "value": "234" - } - ] - }, - "tcpSocket": { - "port": 467291328, - "host": "235" - } - } - }, - "terminationMessagePath": "236", - "terminationMessagePolicy": "ĸ輦唊", - "imagePullPolicy": "r嚧", - "securityContext": { - "capabilities": { - "add": [ - "埄趛" - ], - "drop": [ - "ʁ岼昕ĬÇ" - ] - }, - "privileged": true, - "seLinuxOptions": { - "user": "237", - "role": "238", - "type": "239", - "level": "240" - }, - "windowsOptions": { - "gmsaCredentialSpecName": "241", - "gmsaCredentialSpec": "242", - "runAsUserName": "243", - "hostProcess": false - }, - "runAsUser": 161123823296532265, - "runAsGroup": -6406791857291159870, - "runAsNonRoot": false, - "readOnlyRootFilesystem": false, - "allowPrivilegeEscalation": false, - "procMount": "鐫û咡W\u003c敄lu|榝", - "seccompProfile": { - "type": "î.Ȏ蝪ʜ5遰=", - "localhostProfile": "244" - } - }, - "stdin": true, - "stdinOnce": true, - "tty": true - } - ], - "containers": [ - { - "name": "245", - "image": "246", - "command": [ - "247" - ], - "args": [ - "248" - ], - "workingDir": "249", - "ports": [ - { - "name": "250", - "hostPort": -370386363, - "containerPort": 1714588921, - "protocol": "Ư貾", - "hostIP": "251" - } - ], - "envFrom": [ - { - "prefix": "252", - "configMapRef": { - "name": "253", - "optional": true - }, - "secretRef": { - "name": "254", + "name": "190", "optional": false } } ], "env": [ { - "name": "255", - "value": "256", + "name": "191", + "value": "192", "valueFrom": { "fieldRef": { - "apiVersion": "257", - "fieldPath": "258" + "apiVersion": "193", + "fieldPath": "194" }, "resourceFieldRef": { - "containerName": "259", - "resource": "260", - "divisor": "271" + "containerName": "195", + "resource": "196", + "divisor": "573" }, "configMapKeyRef": { - "name": "261", - "key": "262", + "name": "197", + "key": "198", "optional": false }, "secretKeyRef": { - "name": "263", - "key": "264", - "optional": true + "name": "199", + "key": "200", + "optional": false } } } ], "resources": { "limits": { - "庰%皧V": "116" + "ǚ灄鸫rʤî萨zvt": "829" }, "requests": { - "": "289" + "悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\\p": "604" } }, "volumeMounts": [ { - "name": "265", + "name": "201", "readOnly": true, - "mountPath": "266", - "subPath": "267", - "mountPropagation": "橨鬶l獕;跣Hǝcw媀瓄\u0026翜舞拉Œ", - "subPathExpr": "268" + "mountPath": "202", + "subPath": "203", + "mountPropagation": "ƖHV", + "subPathExpr": "204" } ], "volumeDevices": [ { - "name": "269", - "devicePath": "270" + "name": "205", + "devicePath": "206" } ], "livenessProbe": { "exec": { "command": [ - "271" + "207" ] }, "httpGet": { - "path": "272", - "port": 1907998540, - "host": "273", - "scheme": ",ŕ", + "path": "208", + "port": -1196874390, + "host": "209", + "scheme": "S晒嶗UÐ_ƮA攤", "httpHeaders": [ { - "name": "274", - "value": "275" + "name": "210", + "value": "211" } ] }, "tcpSocket": { - "port": "276", - "host": "277" + "port": -498930176, + "host": "212" }, - "initialDelaySeconds": -253326525, - "timeoutSeconds": 567263590, - "periodSeconds": 887319241, - "successThreshold": 1559618829, - "failureThreshold": 1156888068, - "terminationGracePeriodSeconds": -5566612115749133989 + "initialDelaySeconds": 1885897314, + "timeoutSeconds": -465677631, + "periodSeconds": 1054858106, + "successThreshold": 232569106, + "failureThreshold": -1150474479, + "terminationGracePeriodSeconds": 3196828455642760911 }, "readinessProbe": { "exec": { "command": [ - "278" + "213" ] }, "httpGet": { - "path": "279", - "port": 1315054653, + "path": "214", + "port": "215", + "host": "216", + "scheme": "3!Zɾģ毋Ó6", + "httpHeaders": [ + { + "name": "217", + "value": "218" + } + ] + }, + "tcpSocket": { + "port": -832805508, + "host": "219" + }, + "initialDelaySeconds": -228822833, + "timeoutSeconds": -970312425, + "periodSeconds": -1213051101, + "successThreshold": 1451056156, + "failureThreshold": 267768240, + "terminationGracePeriodSeconds": -549108701661089463 + }, + "startupProbe": { + "exec": { + "command": [ + "220" + ] + }, + "httpGet": { + "path": "221", + "port": "222", + "host": "223", + "scheme": "#yV'WKw(ğ儴Ůĺ}", + "httpHeaders": [ + { + "name": "224", + "value": "225" + } + ] + }, + "tcpSocket": { + "port": -20130017, + "host": "226" + }, + "initialDelaySeconds": -1244623134, + "timeoutSeconds": -1334110502, + "periodSeconds": -398297599, + "successThreshold": 873056500, + "failureThreshold": -36782737, + "terminationGracePeriodSeconds": -7464951486382552895 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "227" + ] + }, + "httpGet": { + "path": "228", + "port": "229", + "host": "230", + "scheme": "鄠[颐o啛更偢ɇ卷荙JL", + "httpHeaders": [ + { + "name": "231", + "value": "232" + } + ] + }, + "tcpSocket": { + "port": "233", + "host": "234" + } + }, + "preStop": { + "exec": { + "command": [ + "235" + ] + }, + "httpGet": { + "path": "236", + "port": -1506633471, + "host": "237", + "scheme": "1虊谇j爻ƙt叀碧闳ȩr嚧ʣq", + "httpHeaders": [ + { + "name": "238", + "value": "239" + } + ] + }, + "tcpSocket": { + "port": "240", + "host": "241" + } + } + }, + "terminationMessagePath": "242", + "terminationMessagePolicy": "屡ʁ", + "securityContext": { + "capabilities": { + "add": [ + "Ÿ8T 苧yñKJɐ扵" + ], + "drop": [ + "ƚ绤fʀļ腩墺Ò媁荭gw忊|E剒蔞" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "243", + "role": "244", + "type": "245", + "level": "246" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "247", + "gmsaCredentialSpec": "248", + "runAsUserName": "249", + "hostProcess": true + }, + "runAsUser": 3582457287488712192, + "runAsGroup": -7664873352063067579, + "runAsNonRoot": true, + "readOnlyRootFilesystem": false, + "allowPrivilegeEscalation": true, + "procMount": "\u003c6", + "seccompProfile": { + "type": "簳°Ļǟi\u0026皥贸", + "localhostProfile": "250" + } + }, + "stdin": true + } + ], + "containers": [ + { + "name": "251", + "image": "252", + "command": [ + "253" + ], + "args": [ + "254" + ], + "workingDir": "255", + "ports": [ + { + "name": "256", + "hostPort": -1314967760, + "containerPort": 1174240097, + "protocol": "\\E¦队偯J僳徥淳", + "hostIP": "257" + } + ], + "envFrom": [ + { + "prefix": "258", + "configMapRef": { + "name": "259", + "optional": false + }, + "secretRef": { + "name": "260", + "optional": true + } + } + ], + "env": [ + { + "name": "261", + "value": "262", + "valueFrom": { + "fieldRef": { + "apiVersion": "263", + "fieldPath": "264" + }, + "resourceFieldRef": { + "containerName": "265", + "resource": "266", + "divisor": "965" + }, + "configMapKeyRef": { + "name": "267", + "key": "268", + "optional": false + }, + "secretKeyRef": { + "name": "269", + "key": "270", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "4Ǒ輂,ŕĪ": "398" + }, + "requests": { + "V訆Ǝżŧ": "915" + } + }, + "volumeMounts": [ + { + "name": "271", + "readOnly": true, + "mountPath": "272", + "subPath": "273", + "mountPropagation": "SÄ蚃ɣľ)酊龨δ摖ȱğ_\u003c", + "subPathExpr": "274" + } + ], + "volumeDevices": [ + { + "name": "275", + "devicePath": "276" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "277" + ] + }, + "httpGet": { + "path": "278", + "port": "279", "host": "280", - "scheme": "蚃ɣľ)酊龨δ摖ȱ", + "scheme": "蛜6Ɖ飴ɎiǨź'ǵɐ鰥Z龏", "httpHeaders": [ { "name": "281", @@ -841,27 +814,27 @@ ] }, "tcpSocket": { - "port": "283", - "host": "284" + "port": -614098868, + "host": "283" }, - "initialDelaySeconds": 1905181464, - "timeoutSeconds": -1730959016, - "periodSeconds": 1272940694, - "successThreshold": -385597677, - "failureThreshold": 422133388, - "terminationGracePeriodSeconds": 8385745044578923915 + "initialDelaySeconds": 234253676, + "timeoutSeconds": 846286700, + "periodSeconds": 1080545253, + "successThreshold": 1843491416, + "failureThreshold": -1204965397, + "terminationGracePeriodSeconds": -2125560879532395341 }, - "startupProbe": { + "readinessProbe": { "exec": { "command": [ - "285" + "284" ] }, "httpGet": { - "path": "286", - "port": 1013673874, + "path": "285", + "port": "286", "host": "287", - "scheme": "ə娯Ȱ囌{", + "scheme": "花ª瘡蟦JBʟ鍏", "httpHeaders": [ { "name": "288", @@ -870,158 +843,187 @@ ] }, "tcpSocket": { - "port": -1829146875, - "host": "290" + "port": "290", + "host": "291" }, - "initialDelaySeconds": -205176266, - "timeoutSeconds": 490479437, - "periodSeconds": -116469891, - "successThreshold": 311083651, - "failureThreshold": 353361793, - "terminationGracePeriodSeconds": -8939747084334542875 + "initialDelaySeconds": -2062708879, + "timeoutSeconds": 215186711, + "periodSeconds": -141401239, + "successThreshold": -1187301925, + "failureThreshold": -402384013, + "terminationGracePeriodSeconds": -779972051078659613 + }, + "startupProbe": { + "exec": { + "command": [ + "292" + ] + }, + "httpGet": { + "path": "293", + "port": "294", + "host": "295", + "scheme": "İ", + "httpHeaders": [ + { + "name": "296", + "value": "297" + } + ] + }, + "tcpSocket": { + "port": "298", + "host": "299" + }, + "initialDelaySeconds": -1615316902, + "timeoutSeconds": -793616601, + "periodSeconds": -522215271, + "successThreshold": 1374479082, + "failureThreshold": 737722974, + "terminationGracePeriodSeconds": -247950237984551522 }, "lifecycle": { "postStart": { "exec": { "command": [ - "291" + "300" ] }, "httpGet": { - "path": "292", - "port": -1021949447, - "host": "293", - "scheme": "B芭", + "path": "301", + "port": 1502643091, + "host": "302", + "scheme": "­蜷ɔ幩š", "httpHeaders": [ { - "name": "294", - "value": "295" + "name": "303", + "value": "304" } ] }, "tcpSocket": { - "port": "296", - "host": "297" + "port": 455833230, + "host": "305" } }, "preStop": { "exec": { "command": [ - "298" + "306" ] }, "httpGet": { - "path": "299", - "port": "300", - "host": "301", - "scheme": "yƕ丆録²Ŏ)", + "path": "307", + "port": 1076497581, + "host": "308", + "scheme": "h4ɊHȖ|ʐ", "httpHeaders": [ { - "name": "302", - "value": "303" + "name": "309", + "value": "310" } ] }, "tcpSocket": { - "port": 507384491, - "host": "304" + "port": 248533396, + "host": "311" } } }, - "terminationMessagePath": "305", - "terminationMessagePolicy": "3", - "imagePullPolicy": "汰8ŕİi騎C\"6x$1s", + "terminationMessagePath": "312", + "terminationMessagePolicy": "迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ", + "imagePullPolicy": "ņ", "securityContext": { "capabilities": { "add": [ - "p鋄5弢ȹ均i绝5" + "DŽ髐njʉBn(fǂǢ曣" ], "drop": [ - "" + "ay" ] }, - "privileged": true, + "privileged": false, "seLinuxOptions": { - "user": "306", - "role": "307", - "type": "308", - "level": "309" + "user": "313", + "role": "314", + "type": "315", + "level": "316" }, "windowsOptions": { - "gmsaCredentialSpecName": "310", - "gmsaCredentialSpec": "311", - "runAsUserName": "312", - "hostProcess": false + "gmsaCredentialSpecName": "317", + "gmsaCredentialSpec": "318", + "runAsUserName": "319", + "hostProcess": true }, - "runAsUser": -3385088507022597813, - "runAsGroup": 7023916302283403328, - "runAsNonRoot": false, + "runAsUser": -3576337664396773931, + "runAsGroup": -4786249339103684082, + "runAsNonRoot": true, "readOnlyRootFilesystem": false, - "allowPrivilegeEscalation": false, - "procMount": "ş", + "allowPrivilegeEscalation": true, + "procMount": "u8晲", "seccompProfile": { - "type": "諔迮ƙ", - "localhostProfile": "313" + "type": "[irȎ3Ĕ\\ɢX鰨松/Ȁĵ鴁ĩȲ", + "localhostProfile": "320" } }, - "stdinOnce": true + "stdin": true } ], "ephemeralContainers": [ { - "name": "314", - "image": "315", + "name": "321", + "image": "322", "command": [ - "316" + "323" ], "args": [ - "317" + "324" ], - "workingDir": "318", + "workingDir": "325", "ports": [ { - "name": "319", - "hostPort": -488127393, - "containerPort": 1137109081, - "protocol": "丽饾| 鞤ɱď", - "hostIP": "320" + "name": "326", + "hostPort": 1453852685, + "containerPort": 2037135322, + "protocol": "ǧĒzŔ瘍N", + "hostIP": "327" } ], "envFrom": [ { - "prefix": "321", + "prefix": "328", "configMapRef": { - "name": "322", + "name": "329", "optional": true }, "secretRef": { - "name": "323", - "optional": false + "name": "330", + "optional": true } } ], "env": [ { - "name": "324", - "value": "325", + "name": "331", + "value": "332", "valueFrom": { "fieldRef": { - "apiVersion": "326", - "fieldPath": "327" + "apiVersion": "333", + "fieldPath": "334" }, "resourceFieldRef": { - "containerName": "328", - "resource": "329", - "divisor": "66" + "containerName": "335", + "resource": "336", + "divisor": "464" }, "configMapKeyRef": { - "name": "330", - "key": "331", + "name": "337", + "key": "338", "optional": true }, "secretKeyRef": { - "name": "332", - "key": "333", + "name": "339", + "key": "340", "optional": false } } @@ -1029,56 +1031,28 @@ ], "resources": { "limits": { - "ƣMț譎懚X": "93" + "汚磉反-n": "653" }, "requests": { - "曣ŋayåe躒訙": "484" + "^輅9ɛ棕ƈ眽炊礫Ƽ¨Ix糂腂ǂǚ": "999" } }, "volumeMounts": [ { - "name": "334", - "mountPath": "335", - "subPath": "336", - "mountPropagation": "(娕uE增猍", - "subPathExpr": "337" + "name": "341", + "mountPath": "342", + "subPath": "343", + "mountPropagation": "蛋I滞廬耐鷞焬CQm坊柩", + "subPathExpr": "344" } ], "volumeDevices": [ { - "name": "338", - "devicePath": "339" + "name": "345", + "devicePath": "346" } ], "livenessProbe": { - "exec": { - "command": [ - "340" - ] - }, - "httpGet": { - "path": "341", - "port": "342", - "host": "343", - "httpHeaders": [ - { - "name": "344", - "value": "345" - } - ] - }, - "tcpSocket": { - "port": -819013491, - "host": "346" - }, - "initialDelaySeconds": -1843539391, - "timeoutSeconds": 1238925115, - "periodSeconds": -1758095966, - "successThreshold": 1627026804, - "failureThreshold": -1508967300, - "terminationGracePeriodSeconds": -4548040070833300341 - }, - "readinessProbe": { "exec": { "command": [ "347" @@ -1086,9 +1060,9 @@ }, "httpGet": { "path": "348", - "port": -186532794, + "port": -1088996269, "host": "349", - "scheme": "ĩȲǸ|蕎'佉賞ǧĒzŔ瘍Nʊ輔3璾ė", + "scheme": "ƘƵŧ1ƟƓ宆!", "httpHeaders": [ { "name": "350", @@ -1097,80 +1071,86 @@ ] }, "tcpSocket": { - "port": "352", - "host": "353" + "port": -1836225650, + "host": "352" }, - "initialDelaySeconds": -751455207, - "timeoutSeconds": -894026356, - "periodSeconds": 646133945, - "successThreshold": -506710067, - "failureThreshold": -47594442, - "terminationGracePeriodSeconds": -8866033802256420471 + "initialDelaySeconds": -1065853311, + "timeoutSeconds": 559999152, + "periodSeconds": -843639240, + "successThreshold": 1573261475, + "failureThreshold": -1211577347, + "terminationGracePeriodSeconds": 6567123901989213629 }, - "startupProbe": { + "readinessProbe": { "exec": { "command": [ - "354" + "353" ] }, "httpGet": { - "path": "355", - "port": -1789721862, - "host": "356", - "scheme": "閈誹ʅ蕉ɼ", + "path": "354", + "port": 705333281, + "host": "355", + "scheme": "xƂ9阠", "httpHeaders": [ { - "name": "357", - "value": "358" + "name": "356", + "value": "357" } ] }, "tcpSocket": { - "port": 374862544, - "host": "359" + "port": -916583020, + "host": "358" }, - "initialDelaySeconds": 1518001294, - "timeoutSeconds": 1467189105, - "periodSeconds": -2068583194, - "successThreshold": -29073009, - "failureThreshold": 1190831814, - "terminationGracePeriodSeconds": 7262727411813417219 + "initialDelaySeconds": -606614374, + "timeoutSeconds": -3478003, + "periodSeconds": 498878902, + "successThreshold": 652646450, + "failureThreshold": 757223010, + "terminationGracePeriodSeconds": -8216131738691912586 + }, + "startupProbe": { + "exec": { + "command": [ + "359" + ] + }, + "httpGet": { + "path": "360", + "port": "361", + "host": "362", + "scheme": "Ů\u003cy鯶縆łƑ[澔", + "httpHeaders": [ + { + "name": "363", + "value": "364" + } + ] + }, + "tcpSocket": { + "port": 1288391156, + "host": "365" + }, + "initialDelaySeconds": -952255430, + "timeoutSeconds": 1568034275, + "periodSeconds": -824007302, + "successThreshold": -359713104, + "failureThreshold": 1671084780, + "terminationGracePeriodSeconds": 1571605531283019612 }, "lifecycle": { "postStart": { "exec": { "command": [ - "360" + "366" ] }, "httpGet": { - "path": "361", - "port": 890223061, - "host": "362", - "scheme": "uEy竬ʆɞȥ}礤铟怖ý萜Ǖc8ǣ", - "httpHeaders": [ - { - "name": "363", - "value": "364" - } - ] - }, - "tcpSocket": { - "port": "365", - "host": "366" - } - }, - "preStop": { - "exec": { - "command": [ - "367" - ] - }, - "httpGet": { - "path": "368", - "port": 797714018, + "path": "367", + "port": "368", "host": "369", - "scheme": "vÄÚ×", + "scheme": "%ʝ`ǭ", "httpHeaders": [ { "name": "370", @@ -1179,104 +1159,126 @@ ] }, "tcpSocket": { - "port": "372", - "host": "373" + "port": -1467648837, + "host": "372" + } + }, + "preStop": { + "exec": { + "command": [ + "373" + ] + }, + "httpGet": { + "path": "374", + "port": "375", + "host": "376", + "scheme": "磂tńČȷǻ.wȏâ磠Ƴ崖S", + "httpHeaders": [ + { + "name": "377", + "value": "378" + } + ] + }, + "tcpSocket": { + "port": "379", + "host": "380" } } }, - "terminationMessagePath": "374", - "terminationMessagePolicy": "m罂o3ǰ廋i乳'ȘUɻ", - "imagePullPolicy": "阠$嬏", + "terminationMessagePath": "381", + "terminationMessagePolicy": "¯ÁȦtl敷斢", + "imagePullPolicy": "愝Ű藛b磾sYȠ繽敮ǰ詀ǿ忀oɎƺL", "securityContext": { "capabilities": { "add": [ - "¶熀ďJZ漤" + "鬬$矐_敕ű嵞嬯t{Eɾ" ], "drop": [ - "" + "Ȯ-湷D谹気Ƀ秮òƬɸĻo:" ] }, "privileged": true, "seLinuxOptions": { - "user": "375", - "role": "376", - "type": "377", - "level": "378" + "user": "382", + "role": "383", + "type": "384", + "level": "385" }, "windowsOptions": { - "gmsaCredentialSpecName": "379", - "gmsaCredentialSpec": "380", - "runAsUserName": "381", - "hostProcess": false + "gmsaCredentialSpecName": "386", + "gmsaCredentialSpec": "387", + "runAsUserName": "388", + "hostProcess": true }, - "runAsUser": 5680561050872693436, - "runAsGroup": -8721643037453811760, + "runAsUser": 4224635496843945227, + "runAsGroup": 73764735411458498, "runAsNonRoot": false, - "readOnlyRootFilesystem": true, - "allowPrivilegeEscalation": true, - "procMount": "槃JŵǤ桒ɴ鉂WJ", + "readOnlyRootFilesystem": false, + "allowPrivilegeEscalation": false, + "procMount": "s44矕Ƈè", "seccompProfile": { - "type": "抉泅ą\u0026疀ȼN翾ȾD虓氙磂tńČȷǻ", - "localhostProfile": "382" + "type": "鑏='ʨ|ǓÓ敆OɈÏ 瞍", + "localhostProfile": "389" } }, - "targetContainerName": "383" + "tty": true, + "targetContainerName": "390" } ], - "restartPolicy": "ȏâ磠", - "terminationGracePeriodSeconds": 5614430095732678823, - "activeDeadlineSeconds": 5204116807884683873, - "dnsPolicy": "8ð仁Q橱9ij\\Ď愝Ű藛b", + "restartPolicy": "ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn", + "terminationGracePeriodSeconds": -8335674866227004872, + "activeDeadlineSeconds": 3305070661619041050, + "dnsPolicy": "+Œ9两", "nodeSelector": { - "384": "385" + "391": "392" }, - "serviceAccountName": "386", - "serviceAccount": "387", - "automountServiceAccountToken": true, - "nodeName": "388", - "hostNetwork": true, + "serviceAccountName": "393", + "serviceAccount": "394", + "automountServiceAccountToken": false, + "nodeName": "395", "hostPID": true, - "hostIPC": true, - "shareProcessNamespace": false, + "shareProcessNamespace": true, "securityContext": { "seLinuxOptions": { - "user": "389", - "role": "390", - "type": "391", - "level": "392" + "user": "396", + "role": "397", + "type": "398", + "level": "399" }, "windowsOptions": { - "gmsaCredentialSpecName": "393", - "gmsaCredentialSpec": "394", - "runAsUserName": "395", + "gmsaCredentialSpecName": "400", + "gmsaCredentialSpec": "401", + "runAsUserName": "402", "hostProcess": false }, - "runAsUser": -3072254610148392250, - "runAsGroup": -935274303703112577, + "runAsUser": 3438266910774132295, + "runAsGroup": 3230705132538051674, "runAsNonRoot": true, "supplementalGroups": [ - 5215323049148402377 + -1600417733583164525 ], - "fsGroup": 2946116477552625615, + "fsGroup": -3964669311891901178, "sysctls": [ { - "name": "396", - "value": "397" + "name": "403", + "value": "404" } ], - "fsGroupChangePolicy": "$鬬$矐_敕", + "fsGroupChangePolicy": "ƴ4虵p", "seccompProfile": { - "type": "嵞嬯t{Eɾ敹Ȯ-湷D谹", - "localhostProfile": "398" + "type": "沥7uPƒw©ɴĶ烷Ľthp", + "localhostProfile": "405" } }, "imagePullSecrets": [ { - "name": "399" + "name": "406" } ], - "hostname": "400", - "subdomain": "401", + "hostname": "407", + "subdomain": "408", "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { @@ -1284,19 +1286,19 @@ { "matchExpressions": [ { - "key": "402", - "operator": "", + "key": "409", + "operator": "濦ʓɻŊ0蚢鑸鶲Ãqb轫", "values": [ - "403" + "410" ] } ], "matchFields": [ { - "key": "404", - "operator": "ɸĻo:{柯?B俋¬h`職铳s44矕Ƈ", + "key": "411", + "operator": " ", "values": [ - "405" + "412" ] } ] @@ -1305,23 +1307,23 @@ }, "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1805682547, + "weight": -5241849, "preference": { "matchExpressions": [ { - "key": "406", - "operator": "='ʨ|ǓÓ敆OɈÏ 瞍髃", + "key": "413", + "operator": "'呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG", "values": [ - "407" + "414" ] } ], "matchFields": [ { - "key": "408", - "operator": "ƒK07曳w", + "key": "415", + "operator": "[y#t(", "values": [ - "409" + "416" ] } ] @@ -1334,27 +1336,30 @@ { "labelSelector": { "matchLabels": { - "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" + "rG-7--p9.-_0R.-_-3_L_2--_v2.5p_..Y-.wg_-b8a_68": "Q4_.84.K_-_0_..u.F.pq..--Q" }, "matchExpressions": [ { - "key": "67F3p2_-_AmD-.0P", - "operator": "DoesNotExist" + "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": [ - "416" + "423" ], - "topologyKey": "417", + "topologyKey": "424", "namespaceSelector": { "matchLabels": { - "6--3QC1--L--v_Z--Zg-_4Q__-v_t_u_.__I_-_-w": "d-5X1rh-K5y_AzOBW.9oE9_6.--v1r" + "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": "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": "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" } ] } @@ -1362,31 +1367,31 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -450654683, + "weight": -234140, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "G_2kCpS__.39g_.--_-_ve5.m_2_--XZ-x._0": "M2-n_5023Xl-3Pw_-r75--_-A-o-__y__._12..wrbW_E..24-O._.v._9c" + "1_.-_L-__bf_9_-C-PfNx__-U_P": "tW23-_.z_.._s--_F-BR-.h_2" }, "matchExpressions": [ { - "key": "3hjo--8kb6--ut---p8--3-e-3-44-e.w--i--40wv--in-870w--it6k47-7yd-y--3wc8q8/Jm...Cr", - "operator": "DoesNotExist" + "key": "s_6O-5_7_-0w_--5-_.3--_9QW2JkU27_.-4T-I.-..K.-.0__sD.-.-_s", + "operator": "Exists" } ] }, "namespaces": [ - "430" + "437" ], - "topologyKey": "431", + "topologyKey": "438", "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" + "Q.-_t--O3": "7z2-y.-...C4_-_2G0.-c_C.G.h--m._fN._k8__._ep2P.B._A_09E" }, "matchExpressions": [ { - "key": "C-_20", - "operator": "Exists" + "key": "P_p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o..p_B-d--Q5._D6_.d-n_9np", + "operator": "DoesNotExist" } ] } @@ -1399,30 +1404,33 @@ { "labelSelector": { "matchLabels": { - "fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o5": "TB-d-Q" + "n7-a6434---7i-f-d019o1v3u.2k8-2-d--n--r8661--3-8-t48g-w2q7z-vps548-d-1r7j--v2x-64dwb/e": "8" }, "matchExpressions": [ { - "key": "4b699/B9n.2", + "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": [ - "MM7-.e.x" + "u-.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133eT_2_t_IkI-mt4...rBQ.9-0" ] } ] }, "namespaces": [ - "444" + "451" ], - "topologyKey": "445", + "topologyKey": "452", "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" + "m_-Z.wc..k_0_5.z.0..__k": "b.-9.Y0-_-.l__.c17__f_-336-.BT" }, "matchExpressions": [ { - "key": "8u2-__3uM77U7._pT-___-_5-6h_Ky7-_0Vw-Nzfdw.3-._J", - "operator": "DoesNotExist" + "key": "N7.81_-._-_8_.._._a9", + "operator": "In", + "values": [ + "vi.gZdnUVP._81_---l_3_-_G-D....js--a---..6bD_Mh" + ] } ] } @@ -1430,33 +1438,30 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1131487788, + "weight": 1276377114, "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" + "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": "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": "v54le-to9e--a-7je9fz87-2jvd23-0p1.360v2-x-cpor---cigu--s/j-dY7_M_-._M5..-N_H_55..--E3_2h", + "operator": "DoesNotExist" } ] }, "namespaces": [ - "458" + "465" ], - "topologyKey": "459", + "topologyKey": "466", "namespaceSelector": { "matchLabels": { - "7u-h---dY7_M_-._M5..-N_H_55..--E3_2D-1DW__o_-._kzB7U_.Q.45cy5": "Y-__-Zvt.LT60v.WxPc--K" + "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": "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", + "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" } ] @@ -1466,66 +1471,66 @@ ] } }, - "schedulerName": "466", + "schedulerName": "473", "tolerations": [ { - "key": "467", - "operator": "E色kx-餌勀奷ŎC菡ƴ勋;*靯įƊ", - "value": "468", - "effect": "ŕ蘴濼DZj鎒ũW|ȶdžH0ƾ瘿¸", - "tolerationSeconds": -3147305732428645642 + "key": "474", + "operator": "r}梳攔wŲ魦Ɔ0ƢĮÀĘÆɆȸȢ蒸", + "value": "475", + "effect": "U烈 źfjǰɪ嘞ȏ}杻扞Ğ", + "tolerationSeconds": 3252034671163905138 } ], "hostAliases": [ { - "ip": "469", + "ip": "476", "hostnames": [ - "470" + "477" ] } ], - "priorityClassName": "471", - "priority": -1756088332, + "priorityClassName": "478", + "priority": 347613368, "dnsConfig": { "nameservers": [ - "472" + "479" ], "searches": [ - "473" + "480" ], "options": [ { - "name": "474", - "value": "475" + "name": "481", + "value": "482" } ] }, "readinessGates": [ { - "conditionType": "#sM網" + "conditionType": "ř岈ǎǏ]S5:œƌ嵃ǁ" } ], - "runtimeClassName": "476", - "enableServiceLinks": true, - "preemptionPolicy": "ûŠl倳ţü¿Sʟ鍡", + "runtimeClassName": "483", + "enableServiceLinks": false, + "preemptionPolicy": "m珢\\%傢z¦Ā竚ĐȌƨǴ叆", "overhead": { - "炳薝鴠:X才à脡ǯ?b砸ƻ舁Ȁ贠ȇö匉": "452" + "D輷": "792" }, "topologySpreadConstraints": [ { - "maxSkew": -447559705, - "topologyKey": "477", - "whenUnsatisfiable": "TaI楅©Ǫ壿/š^劶äɲ泒", + "maxSkew": -484382570, + "topologyKey": "484", + "whenUnsatisfiable": "nn坾\u0026Pɫ(ʙÆʨɺC`", "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" + "n.DL.o_e-d92e8S_-0-_8Vz-E41___75Q-T": "O.__0PPX-.-d4Badb" }, "matchExpressions": [ { - "key": "KTlO.__0PX", - "operator": "In", + "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": [ - "V6K_.3_583-6.f-.9-.V..Q-K_6_3" + "h.v._5.vB-.-7-.6Jv-86___3" ] } ] @@ -1536,34 +1541,33 @@ } }, "strategy": { - "type": "卍睊", + "type": "ʔF{ȃ騑ȫ(踶NJđƟÝɹ橽ƴåj", "rollingUpdate": { "maxUnavailable": 2, "maxSurge": 3 } }, - "minReadySeconds": -212999359, - "revisionHistoryLimit": -866496758, - "paused": true, - "progressDeadlineSeconds": 1499408621 + "minReadySeconds": 2115665292, + "revisionHistoryLimit": 237456757, + "progressDeadlineSeconds": -1402499324 }, "status": { - "observedGeneration": 4061426462677728903, - "replicas": 208086661, - "updatedReplicas": 1598926042, - "readyReplicas": -1813284990, - "availableReplicas": 1659111388, - "unavailableReplicas": -717288184, + "observedGeneration": -8619941635428506201, + "replicas": -380889943, + "updatedReplicas": 466048730, + "readyReplicas": -601845829, + "availableReplicas": 426527089, + "unavailableReplicas": -1890403855, "conditions": [ { - "type": "Ä_ʝ3Ƙr埁摢噓涫祲ŗȨĽ堐mpƮ", - "status": "嘯龡班悦ʀ臺穔", - "lastUpdateTime": "2294-09-29T07:15:12Z", - "lastTransitionTime": "2196-06-26T01:09:43Z", - "reason": "484", - "message": "485" + "type": "绰爪qĖĖȠ姓ȇ\u003e尪璎妽", + "status": "ĈȖ董缞濪葷cŲ", + "lastUpdateTime": "1999-05-06T18:42:43Z", + "lastTransitionTime": "2109-09-25T13:37:56Z", + "reason": "491", + "message": "492" } ], - "collisionCount": 16994744 + "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 a0a702161adf962656469eca04e32a80eba3589b..34e44f8760110ac987a97f52b6e3ac91ad24d01c 100644 GIT binary patch delta 6228 zcmY*dcU)9gzMl)W+$|wD*i`x>^BqH{XdG7>7nhGNz18nv)G!aqh zD4>9X3aB7WK@p5FmF(M;-Tfp{U-~ptHl`S3+WVaubd&kxH}{--?m55n`+a}4U%Se3aR;h?YxlIpIp~z8%>8u5;HdNeuz1Anmv@BsKqm0qdurr zXI`;H-%W?|s>T4(BSLwNV+Lo@p@PgaK!gY&q7jJn7!X3q5L?OE=Ld2hGnv6s;l9+qo*`ml~ zphQfkLv=-t_&E&^f})a1E!<$78tX7txo|`D@96vJpGb~s--V*bZS~d@3@jIQjk%Ym z*ZMk3?G?5Qwhl6>^Ky&=Td8~)1-DQIxP>Y{_Q0x%5?@oXtKB;GTmQ~-zh$g*qGEi| zQ@!8WXKlrQ5MY(GvXY{o3oxRp%%9078gthyD$GDO0x1a^XPoUjcu2AD_O}nZDpDPt zw)2lV&bX@ly~pDGW0jAQYii`unh^0z`tDhVu)p>0zw&KBWDy23FNS@1`HhTl%ZDwt z+R#XMYiseesMp`$`R^Ir2XCFd6cnyD;4gXII@tQcyHs2SMK2Gqq)CiSc9-w4q$z|Y z)yVkD`^Har8;UE@2RLOAAINvvcY|Jw(5oN0<+qC#qOQ|x<0o53o45 z{BP4EKvW_p7=Jq6?K?E&s&k*~vK=8(5jjx4$Vn0R&}4Ci<)iL5C?XM&lbJ=q?G%P3 z3)R4O-Hn}v(}LS+Mmj}ul|SR$|NLZCa5KP#$a8_48N%w?FXaTb;`ua~7BWL@rTNtq z9YNpcDDj`Ha_pVl9i1MPEXFseKxB`kQqYPD)p^38G54w~AUIE?8I$$jLsBmFa z8}*3qVvoJi+V5^?lO_)=ef<65QU9^A=Og_sM_ql^%5}bhLTi(&`vgS*rxH_Am3}Ip zej>1)E-(+nye{5>iVjy4blDhU?G0d5wJPC&(4y;Mmp^&?+phvj5APUr?F?c! zvhmV)r9mh}U9$~TPUqe%dGD
xf9zwCI`?)Zj^c*xc6tY7EpK9}WbD|a26++!`a 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 DY0#JG delta 5839 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 diff --git a/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.Deployment.yaml b/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.Deployment.yaml index a94db877bb3..12c3e335e08 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.Deployment.yaml +++ b/staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.Deployment.yaml @@ -31,11 +31,10 @@ metadata: selfLink: "5" uid: "7" spec: - minReadySeconds: -212999359 - paused: true - progressDeadlineSeconds: 1499408621 + minReadySeconds: 2115665292 + progressDeadlineSeconds: -1402499324 replicas: 896585016 - revisionHistoryLimit: -866496758 + revisionHistoryLimit: 237456757 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 +45,7 @@ spec: rollingUpdate: maxSurge: 3 maxUnavailable: 2 - type: 卍睊 + type: ʔF{ȃ騑ȫ(踶NJđƟÝɹ橽ƴåj template: metadata: annotations: @@ -79,730 +78,730 @@ spec: selfLink: "29" uid: ?Qȫş spec: - activeDeadlineSeconds: 5204116807884683873 + activeDeadlineSeconds: 3305070661619041050 affinity: nodeAffinity: preferredDuringSchedulingIgnoredDuringExecution: - preference: matchExpressions: - - key: "406" - operator: ='ʨ|ǓÓ敆OɈÏ 瞍髃 + - key: "413" + operator: '''呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG' values: - - "407" + - "414" matchFields: - - key: "408" - operator: ƒK07曳w + - key: "415" + operator: '[y#t(' values: - - "409" - weight: 1805682547 + - "416" + weight: -5241849 requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - - key: "402" - operator: "" + - key: "409" + operator: 濦ʓɻŊ0蚢鑸鶲Ãqb轫 values: - - "403" + - "410" matchFields: - - key: "404" - operator: ɸĻo:{柯?B俋¬h`職铳s44矕Ƈ + - key: "411" + operator: ' ' values: - - "405" + - "412" podAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - - key: 3hjo--8kb6--ut---p8--3-e-3-44-e.w--i--40wv--in-870w--it6k47-7yd-y--3wc8q8/Jm...Cr - operator: DoesNotExist - matchLabels: - 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: C-_20 + - key: s_6O-5_7_-0w_--5-_.3--_9QW2JkU27_.-4T-I.-..K.-.0__sD.-.-_s operator: Exists 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 + 1_.-_L-__bf_9_-C-PfNx__-U_P: tW23-_.z_.._s--_F-BR-.h_2 + 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 + matchLabels: + Q.-_t--O3: 7z2-y.-...C4_-_2G0.-c_C.G.h--m._fN._k8__._ep2P.B._A_09E namespaces: - - "430" - topologyKey: "431" - weight: -450654683 + - "437" + topologyKey: "438" + weight: -234140 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: 67F3p2_-_AmD-.0P - operator: DoesNotExist + - 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: - 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 + rG-7--p9.-_0R.-_-3_L_2--_v2.5p_..Y-.wg_-b8a_68: Q4_.84.K_-_0_..u.F.pq..--Q 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: 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: - 6--3QC1--L--v_Z--Zg-_4Q__-v_t_u_.__I_-_-w: d-5X1rh-K5y_AzOBW.9oE9_6.--v1r + 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: - - "416" - topologyKey: "417" + - "423" + topologyKey: "424" 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 - 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 - 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 + - key: v54le-to9e--a-7je9fz87-2jvd23-0p1.360v2-x-cpor---cigu--s/j-dY7_M_-._M5..-N_H_55..--E3_2h operator: DoesNotExist matchLabels: - 7u-h---dY7_M_-._M5..-N_H_55..--E3_2D-1DW__o_-._kzB7U_.Q.45cy5: Y-__-Zvt.LT60v.WxPc--K + 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: 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: + ? 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: - - "458" - topologyKey: "459" - weight: 1131487788 + - "465" + topologyKey: "466" + weight: 1276377114 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: 4b699/B9n.2 + - 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: - - MM7-.e.x + - u-.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133eT_2_t_IkI-mt4...rBQ.9-0 matchLabels: - fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o5: TB-d-Q + n7-a6434---7i-f-d019o1v3u.2k8-2-d--n--r8661--3-8-t48g-w2q7z-vps548-d-1r7j--v2x-64dwb/e: "8" namespaceSelector: matchExpressions: - - key: 8u2-__3uM77U7._pT-___-_5-6h_Ky7-_0Vw-Nzfdw.3-._J - operator: DoesNotExist + - key: N7.81_-._-_8_.._._a9 + operator: In + values: + - vi.gZdnUVP._81_---l_3_-_G-D....js--a---..6bD_Mh 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 + m_-Z.wc..k_0_5.z.0..__k: b.-9.Y0-_-.l__.c17__f_-336-.BT namespaces: - - "444" - topologyKey: "445" - automountServiceAccountToken: true + - "451" + topologyKey: "452" + automountServiceAccountToken: false containers: - args: - - "248" + - "254" command: - - "247" + - "253" env: - - name: "255" - value: "256" + - name: "261" + value: "262" valueFrom: configMapKeyRef: - key: "262" - name: "261" + key: "268" + name: "267" optional: false fieldRef: - apiVersion: "257" - fieldPath: "258" + apiVersion: "263" + fieldPath: "264" resourceFieldRef: - containerName: "259" - divisor: "271" - resource: "260" + containerName: "265" + divisor: "965" + resource: "266" secretKeyRef: - key: "264" - name: "263" - optional: true + key: "270" + name: "269" + optional: false envFrom: - configMapRef: - name: "253" - optional: true - prefix: "252" - secretRef: - name: "254" + name: "259" optional: false - image: "246" - imagePullPolicy: 汰8ŕİi騎C"6x$1s + prefix: "258" + secretRef: + name: "260" + optional: true + image: "252" + imagePullPolicy: ņ lifecycle: postStart: exec: command: - - "291" + - "300" httpGet: - host: "293" + host: "302" httpHeaders: - - name: "294" - value: "295" - path: "292" - port: -1021949447 - scheme: B芭 + - name: "303" + value: "304" + path: "301" + port: 1502643091 + scheme: ­蜷ɔ幩š tcpSocket: - host: "297" - port: "296" + host: "305" + port: 455833230 preStop: exec: command: - - "298" + - "306" httpGet: - host: "301" + host: "308" httpHeaders: - - name: "302" - value: "303" - path: "299" - port: "300" - scheme: yƕ丆録²Ŏ) + - name: "309" + value: "310" + path: "307" + port: 1076497581 + scheme: h4ɊHȖ|ʐ tcpSocket: - host: "304" - port: 507384491 + host: "311" + port: 248533396 livenessProbe: exec: command: - - "271" - failureThreshold: 1156888068 - httpGet: - host: "273" - httpHeaders: - - name: "274" - value: "275" - path: "272" - port: 1907998540 - scheme: ',ŕ' - initialDelaySeconds: -253326525 - periodSeconds: 887319241 - successThreshold: 1559618829 - tcpSocket: - host: "277" - port: "276" - terminationGracePeriodSeconds: -5566612115749133989 - timeoutSeconds: 567263590 - name: "245" - ports: - - containerPort: 1714588921 - hostIP: "251" - hostPort: -370386363 - name: "250" - protocol: Ư貾 - readinessProbe: - exec: - command: - - "278" - failureThreshold: 422133388 + - "277" + failureThreshold: -1204965397 httpGet: host: "280" httpHeaders: - name: "281" value: "282" - path: "279" - port: 1315054653 - scheme: 蚃ɣľ)酊龨δ摖ȱ - initialDelaySeconds: 1905181464 - periodSeconds: 1272940694 - successThreshold: -385597677 + path: "278" + port: "279" + scheme: 蛜6Ɖ飴ɎiǨź'ǵɐ鰥Z龏 + initialDelaySeconds: 234253676 + periodSeconds: 1080545253 + successThreshold: 1843491416 tcpSocket: - host: "284" - port: "283" - terminationGracePeriodSeconds: 8385745044578923915 - timeoutSeconds: -1730959016 - resources: - limits: - 庰%皧V: "116" - requests: - "": "289" - securityContext: - allowPrivilegeEscalation: false - capabilities: - add: - - p鋄5弢ȹ均i绝5 - drop: - - "" - privileged: true - procMount: ş - readOnlyRootFilesystem: false - runAsGroup: 7023916302283403328 - runAsNonRoot: false - runAsUser: -3385088507022597813 - seLinuxOptions: - level: "309" - role: "307" - type: "308" - user: "306" - seccompProfile: - localhostProfile: "313" - type: 諔迮ƙ - windowsOptions: - gmsaCredentialSpec: "311" - gmsaCredentialSpecName: "310" - hostProcess: false - runAsUserName: "312" - startupProbe: + host: "283" + port: -614098868 + terminationGracePeriodSeconds: -2125560879532395341 + timeoutSeconds: 846286700 + name: "251" + ports: + - containerPort: 1174240097 + hostIP: "257" + hostPort: -1314967760 + name: "256" + protocol: \E¦队偯J僳徥淳 + readinessProbe: exec: command: - - "285" - failureThreshold: 353361793 + - "284" + failureThreshold: -402384013 httpGet: host: "287" httpHeaders: - name: "288" value: "289" - path: "286" - port: 1013673874 - scheme: ə娯Ȱ囌{ - initialDelaySeconds: -205176266 - periodSeconds: -116469891 - successThreshold: 311083651 + path: "285" + port: "286" + scheme: 花ª瘡蟦JBʟ鍏 + initialDelaySeconds: -2062708879 + periodSeconds: -141401239 + successThreshold: -1187301925 tcpSocket: - host: "290" - port: -1829146875 - terminationGracePeriodSeconds: -8939747084334542875 - timeoutSeconds: 490479437 - stdinOnce: true - terminationMessagePath: "305" - terminationMessagePolicy: "3" + host: "291" + port: "290" + terminationGracePeriodSeconds: -779972051078659613 + timeoutSeconds: 215186711 + resources: + limits: + 4Ǒ輂,ŕĪ: "398" + requests: + V訆Ǝżŧ: "915" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - DŽ髐njʉBn(fǂǢ曣 + drop: + - ay + privileged: false + procMount: u8晲 + readOnlyRootFilesystem: false + runAsGroup: -4786249339103684082 + runAsNonRoot: true + runAsUser: -3576337664396773931 + seLinuxOptions: + level: "316" + role: "314" + type: "315" + user: "313" + seccompProfile: + localhostProfile: "320" + type: '[irȎ3Ĕ\ɢX鰨松/Ȁĵ鴁ĩȲ' + windowsOptions: + gmsaCredentialSpec: "318" + gmsaCredentialSpecName: "317" + hostProcess: true + runAsUserName: "319" + startupProbe: + exec: + command: + - "292" + failureThreshold: 737722974 + httpGet: + host: "295" + httpHeaders: + - name: "296" + value: "297" + path: "293" + port: "294" + scheme: İ + initialDelaySeconds: -1615316902 + periodSeconds: -522215271 + successThreshold: 1374479082 + tcpSocket: + host: "299" + port: "298" + terminationGracePeriodSeconds: -247950237984551522 + timeoutSeconds: -793616601 + stdin: true + terminationMessagePath: "312" + terminationMessagePolicy: 迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ volumeDevices: - - devicePath: "270" - name: "269" + - devicePath: "276" + name: "275" volumeMounts: - - mountPath: "266" - mountPropagation: 橨鬶l獕;跣Hǝcw媀瓄&翜舞拉Œ - name: "265" + - mountPath: "272" + mountPropagation: SÄ蚃ɣľ)酊龨δ摖ȱğ_< + name: "271" readOnly: true - subPath: "267" - subPathExpr: "268" - workingDir: "249" + subPath: "273" + subPathExpr: "274" + workingDir: "255" dnsConfig: nameservers: - - "472" + - "479" options: - - name: "474" - value: "475" + - name: "481" + value: "482" searches: - - "473" - dnsPolicy: 8ð仁Q橱9ij\Ď愝Ű藛b - enableServiceLinks: true + - "480" + dnsPolicy: +Œ9两 + enableServiceLinks: false ephemeralContainers: - args: - - "317" + - "324" command: - - "316" + - "323" env: - - name: "324" - value: "325" + - name: "331" + value: "332" valueFrom: configMapKeyRef: - key: "331" - name: "330" + key: "338" + name: "337" optional: true fieldRef: - apiVersion: "326" - fieldPath: "327" + apiVersion: "333" + fieldPath: "334" resourceFieldRef: - containerName: "328" - divisor: "66" - resource: "329" + containerName: "335" + divisor: "464" + resource: "336" secretKeyRef: - key: "333" - name: "332" + key: "340" + name: "339" optional: false envFrom: - configMapRef: - name: "322" + name: "329" optional: true - prefix: "321" + prefix: "328" secretRef: - name: "323" - optional: false - image: "315" - imagePullPolicy: 阠$嬏 + name: "330" + optional: true + image: "322" + imagePullPolicy: 愝Ű藛b磾sYȠ繽敮ǰ詀ǿ忀oɎƺL lifecycle: postStart: exec: command: - - "360" - httpGet: - host: "362" - httpHeaders: - - name: "363" - value: "364" - path: "361" - port: 890223061 - scheme: uEy竬ʆɞȥ}礤铟怖ý萜Ǖc8ǣ - tcpSocket: - host: "366" - port: "365" - preStop: - exec: - command: - - "367" + - "366" httpGet: host: "369" httpHeaders: - name: "370" value: "371" - path: "368" - port: 797714018 - scheme: vÄÚ× + path: "367" + port: "368" + scheme: '%ʝ`ǭ' tcpSocket: - host: "373" - port: "372" + host: "372" + port: -1467648837 + preStop: + exec: + command: + - "373" + httpGet: + host: "376" + httpHeaders: + - name: "377" + value: "378" + path: "374" + port: "375" + scheme: 磂tńČȷǻ.wȏâ磠Ƴ崖S + tcpSocket: + host: "380" + port: "379" livenessProbe: - exec: - command: - - "340" - failureThreshold: -1508967300 - httpGet: - host: "343" - httpHeaders: - - name: "344" - value: "345" - path: "341" - port: "342" - initialDelaySeconds: -1843539391 - periodSeconds: -1758095966 - successThreshold: 1627026804 - tcpSocket: - host: "346" - port: -819013491 - terminationGracePeriodSeconds: -4548040070833300341 - timeoutSeconds: 1238925115 - name: "314" - ports: - - containerPort: 1137109081 - hostIP: "320" - hostPort: -488127393 - name: "319" - protocol: 丽饾| 鞤ɱď - readinessProbe: exec: command: - "347" - failureThreshold: -47594442 + failureThreshold: -1211577347 httpGet: host: "349" httpHeaders: - name: "350" value: "351" path: "348" - port: -186532794 - scheme: ĩȲǸ|蕎'佉賞ǧĒzŔ瘍Nʊ輔3璾ė - initialDelaySeconds: -751455207 - periodSeconds: 646133945 - successThreshold: -506710067 + port: -1088996269 + scheme: ƘƵŧ1ƟƓ宆! + initialDelaySeconds: -1065853311 + periodSeconds: -843639240 + successThreshold: 1573261475 tcpSocket: - host: "353" - port: "352" - terminationGracePeriodSeconds: -8866033802256420471 - timeoutSeconds: -894026356 - resources: - limits: - ƣMț譎懚X: "93" - requests: - 曣ŋayåe躒訙: "484" - securityContext: - allowPrivilegeEscalation: true - capabilities: - add: - - ¶熀ďJZ漤 - drop: - - "" - privileged: true - procMount: 槃JŵǤ桒ɴ鉂WJ - readOnlyRootFilesystem: true - runAsGroup: -8721643037453811760 - runAsNonRoot: false - runAsUser: 5680561050872693436 - seLinuxOptions: - level: "378" - role: "376" - type: "377" - user: "375" - seccompProfile: - localhostProfile: "382" - type: 抉泅ą&疀ȼN翾ȾD虓氙磂tńČȷǻ - windowsOptions: - gmsaCredentialSpec: "380" - gmsaCredentialSpecName: "379" - hostProcess: false - runAsUserName: "381" - startupProbe: - exec: - command: - - "354" - failureThreshold: 1190831814 - httpGet: - host: "356" - httpHeaders: - - name: "357" - value: "358" - path: "355" - port: -1789721862 - scheme: 閈誹ʅ蕉ɼ - initialDelaySeconds: 1518001294 - periodSeconds: -2068583194 - successThreshold: -29073009 - tcpSocket: - host: "359" - port: 374862544 - terminationGracePeriodSeconds: 7262727411813417219 - timeoutSeconds: 1467189105 - targetContainerName: "383" - terminationMessagePath: "374" - terminationMessagePolicy: m罂o3ǰ廋i乳'ȘUɻ - volumeDevices: - - devicePath: "339" - name: "338" - volumeMounts: - - mountPath: "335" - mountPropagation: (娕uE增猍 - name: "334" - subPath: "336" - subPathExpr: "337" - workingDir: "318" - hostAliases: - - hostnames: - - "470" - ip: "469" - hostIPC: true - hostNetwork: true - hostPID: true - hostname: "400" - imagePullSecrets: - - name: "399" - initContainers: - - args: - - "181" - command: - - "180" - env: - - name: "188" - value: "189" - valueFrom: - configMapKeyRef: - key: "195" - name: "194" - optional: true - fieldRef: - apiVersion: "190" - fieldPath: "191" - resourceFieldRef: - containerName: "192" - divisor: "713" - resource: "193" - secretKeyRef: - key: "197" - name: "196" - optional: false - envFrom: - - configMapRef: - name: "186" - optional: true - prefix: "185" - secretRef: - name: "187" - optional: true - image: "179" - imagePullPolicy: r嚧 - lifecycle: - postStart: - exec: - command: - - "223" - httpGet: - host: "225" - httpHeaders: - - name: "226" - value: "227" - path: "224" - port: -1109619518 - scheme: ĺ}潷ʒ胵輓Ɔȓ蹣ɐǛv+8Ƥ熪 - tcpSocket: - host: "229" - port: "228" - preStop: - exec: - command: - - "230" - httpGet: - host: "232" - httpHeaders: - - name: "233" - value: "234" - path: "231" - port: 461585849 - scheme: ɇ卷荙JLĹ]佱¿>犵殇ŕ-Ɂ - tcpSocket: - host: "235" - port: 467291328 - livenessProbe: - exec: - command: - - "204" - failureThreshold: -93157681 - httpGet: - host: "206" - httpHeaders: - - name: "207" - value: "208" - path: "205" - port: -1285424066 - scheme: ni酛3ƁÀ - initialDelaySeconds: -2036074491 - periodSeconds: 165047920 - successThreshold: -393291312 - tcpSocket: - host: "210" - port: "209" - terminationGracePeriodSeconds: -4856573944864548413 - timeoutSeconds: -148216266 - name: "178" + host: "352" + port: -1836225650 + terminationGracePeriodSeconds: 6567123901989213629 + timeoutSeconds: 559999152 + name: "321" ports: - - containerPort: -1343558801 - hostIP: "184" - hostPort: 1923334396 - name: "183" - protocol: '@掇lNdǂ>' + - containerPort: 2037135322 + hostIP: "327" + hostPort: 1453852685 + name: "326" + protocol: ǧĒzŔ瘍N readinessProbe: exec: command: - - "211" - failureThreshold: 513341278 + - "353" + failureThreshold: 757223010 httpGet: - host: "213" + host: "355" httpHeaders: - - name: "214" - value: "215" - path: "212" - port: -331283026 - scheme: ȉ - initialDelaySeconds: 1033766276 - periodSeconds: -859135545 - successThreshold: -1543701088 + - name: "356" + value: "357" + path: "354" + port: 705333281 + scheme: xƂ9阠 + initialDelaySeconds: -606614374 + periodSeconds: 498878902 + successThreshold: 652646450 tcpSocket: - host: "216" - port: 714088955 - terminationGracePeriodSeconds: 2696007505383404823 - timeoutSeconds: -1745509819 + host: "358" + port: -916583020 + terminationGracePeriodSeconds: -8216131738691912586 + timeoutSeconds: -3478003 resources: limits: - 荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3: "86" + 汚磉反-n: "653" requests: - t莭琽§ć\ ïì: "80" + ^輅9ɛ棕ƈ眽炊礫Ƽ¨Ix糂腂ǂǚ: "999" securityContext: allowPrivilegeEscalation: false capabilities: add: - - 埄趛 + - 鬬$矐_敕ű嵞嬯t{Eɾ drop: - - ʁ岼昕ĬÇ + - 'Ȯ-湷D谹気Ƀ秮òƬɸĻo:' privileged: true - procMount: 鐫û咡W<敄lu|榝 + procMount: s44矕Ƈè readOnlyRootFilesystem: false - runAsGroup: -6406791857291159870 + runAsGroup: 73764735411458498 runAsNonRoot: false - runAsUser: 161123823296532265 + runAsUser: 4224635496843945227 seLinuxOptions: - level: "240" - role: "238" - type: "239" - user: "237" + level: "385" + role: "383" + type: "384" + user: "382" seccompProfile: - localhostProfile: "244" - type: î.Ȏ蝪ʜ5遰= + localhostProfile: "389" + type: 鑏='ʨ|ǓÓ敆OɈÏ 瞍 windowsOptions: - gmsaCredentialSpec: "242" - gmsaCredentialSpecName: "241" - hostProcess: false - runAsUserName: "243" + gmsaCredentialSpec: "387" + gmsaCredentialSpecName: "386" + hostProcess: true + runAsUserName: "388" startupProbe: exec: command: - - "217" - failureThreshold: -1364571630 + - "359" + failureThreshold: 1671084780 httpGet: - host: "219" + host: "362" httpHeaders: - - name: "220" - value: "221" - path: "218" - port: -361442565 - scheme: w - initialDelaySeconds: 994072122 - periodSeconds: -1962065705 - successThreshold: 1701999128 + - name: "363" + value: "364" + path: "360" + port: "361" + scheme: Ů尪璎妽 + 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 8ad2a97cb67..0befb531a03 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 @@ -442,6 +442,11 @@ "apiGroup": "175", "kind": "176", "name": "177" + }, + "dataSourceRef": { + "apiGroup": "178", + "kind": "179", + "name": "180" } } } @@ -450,317 +455,59 @@ ], "initContainers": [ { - "name": "178", - "image": "179", + "name": "181", + "image": "182", "command": [ - "180" + "183" ], "args": [ - "181" + "184" ], - "workingDir": "182", + "workingDir": "185", "ports": [ { - "name": "183", - "hostPort": 424236719, - "containerPort": -2031266553, - "protocol": "呝TG;邪", - "hostIP": "184" + "name": "186", + "hostPort": 747521320, + "containerPort": 859639931, + "protocol": "p儼Ƿ裚瓶釆Ɗ+j忊Ŗȫ焗捏ĨF", + "hostIP": "187" } ], "envFrom": [ { - "prefix": "185", + "prefix": "188", "configMapRef": { - "name": "186", + "name": "189", "optional": true }, "secretRef": { - "name": "187", + "name": "190", "optional": true } } ], "env": [ { - "name": "188", - "value": "189", + "name": "191", + "value": "192", "valueFrom": { "fieldRef": { - "apiVersion": "190", - "fieldPath": "191" + "apiVersion": "193", + "fieldPath": "194" }, "resourceFieldRef": { - "containerName": "192", - "resource": "193", - "divisor": "486" + "containerName": "195", + "resource": "196", + "divisor": "663" }, "configMapKeyRef": { - "name": "194", - "key": "195", + "name": "197", + "key": "198", "optional": true }, "secretKeyRef": { - "name": "196", - "key": "197", - "optional": true - } - } - } - ], - "resources": { - "limits": { - "罁胾^拜Ȍzɟ踡肒Ao/樝fw[Řż丩": "47" - }, - "requests": { - "榜VƋZ1": "932" - } - }, - "volumeMounts": [ - { - "name": "198", - "readOnly": true, - "mountPath": "199", - "subPath": "200", - "mountPropagation": "瀑Ź9ǕLLȊɞ-uƻ悖ȩ0Ƹ[Ę", - "subPathExpr": "201" - } - ], - "volumeDevices": [ - { - "name": "202", - "devicePath": "203" - } - ], - "livenessProbe": { - "exec": { - "command": [ - "204" - ] - }, - "httpGet": { - "path": "205", - "port": 2035347577, - "host": "206", - "scheme": "姣\u003e懔%熷谟þ蛯ɰ荶ljʁ揆ɘȌ脾", - "httpHeaders": [ - { - "name": "207", - "value": "208" - } - ] - }, - "tcpSocket": { - "port": -1498229293, - "host": "209" - }, - "initialDelaySeconds": -1155992025, - "timeoutSeconds": -194343002, - "periodSeconds": -850069363, - "successThreshold": 918929368, - "failureThreshold": 1016277253, - "terminationGracePeriodSeconds": -8520337362162976488 - }, - "readinessProbe": { - "exec": { - "command": [ - "210" - ] - }, - "httpGet": { - "path": "211", - "port": "212", - "host": "213", - "scheme": "悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\\p", - "httpHeaders": [ - { - "name": "214", - "value": "215" - } - ] - }, - "tcpSocket": { - "port": 538852927, - "host": "216" - }, - "initialDelaySeconds": -407545915, - "timeoutSeconds": 902535764, - "periodSeconds": 716842280, - "successThreshold": 1479266199, - "failureThreshold": 163512962, - "terminationGracePeriodSeconds": -8521017368802772029 - }, - "startupProbe": { - "exec": { - "command": [ - "217" - ] - }, - "httpGet": { - "path": "218", - "port": 1623772781, - "host": "219", - "scheme": "UÐ_ƮA攤/ɸɎ", - "httpHeaders": [ - { - "name": "220", - "value": "221" - } - ] - }, - "tcpSocket": { - "port": "222", - "host": "223" - }, - "initialDelaySeconds": 1054858106, - "timeoutSeconds": 232569106, - "periodSeconds": -1150474479, - "successThreshold": 744319626, - "failureThreshold": -2107743490, - "terminationGracePeriodSeconds": 8569885835306406695 - }, - "lifecycle": { - "postStart": { - "exec": { - "command": [ - "224" - ] - }, - "httpGet": { - "path": "225", - "port": 896430536, - "host": "226", - "scheme": "罴ņ螡źȰ", - "httpHeaders": [ - { - "name": "227", - "value": "228" - } - ] - }, - "tcpSocket": { - "port": 513341278, - "host": "229" - } - }, - "preStop": { - "exec": { - "command": [ - "230" - ] - }, - "httpGet": { - "path": "231", - "port": 1451056156, - "host": "232", - "scheme": "uʎȺ眖R#", - "httpHeaders": [ - { - "name": "233", - "value": "234" - } - ] - }, - "tcpSocket": { - "port": "235", - "host": "236" - } - } - }, - "terminationMessagePath": "237", - "terminationMessagePolicy": "'WKw(ğ儴Ůĺ}潷ʒ胵輓Ɔ", - "imagePullPolicy": "1ØœȠƬQg鄠", - "securityContext": { - "capabilities": { - "add": [ - "o啛更偢ɇ卷荙JLĹ]佱¿\u003e犵殇ŕ-Ɂ" - ], - "drop": [ - "W:ĸ輦唊#v" - ] - }, - "privileged": false, - "seLinuxOptions": { - "user": "238", - "role": "239", - "type": "240", - "level": "241" - }, - "windowsOptions": { - "gmsaCredentialSpecName": "242", - "gmsaCredentialSpec": "243", - "runAsUserName": "244", - "hostProcess": true - }, - "runAsUser": 7510677649797968740, - "runAsGroup": -1629447906545846003, - "runAsNonRoot": true, - "readOnlyRootFilesystem": true, - "allowPrivilegeEscalation": true, - "procMount": "8T 苧yñKJɐ扵Gƚ绤fʀ", - "seccompProfile": { - "type": "腩墺Ò媁荭gw忊|E剒蔞|表徶", - "localhostProfile": "245" - } - }, - "stdin": true - } - ], - "containers": [ - { - "name": "246", - "image": "247", - "command": [ - "248" - ], - "args": [ - "249" - ], - "workingDir": "250", - "ports": [ - { - "name": "251", - "hostPort": 59244165, - "containerPort": -614161319, - "protocol": "Ȩ\u003c6鄰簳°Ļǟi\u0026", - "hostIP": "252" - } - ], - "envFrom": [ - { - "prefix": "253", - "configMapRef": { - "name": "254", - "optional": false - }, - "secretRef": { - "name": "255", - "optional": false - } - } - ], - "env": [ - { - "name": "256", - "value": "257", - "valueFrom": { - "fieldRef": { - "apiVersion": "258", - "fieldPath": "259" - }, - "resourceFieldRef": { - "containerName": "260", - "resource": "261", - "divisor": "861" - }, - "configMapKeyRef": { - "name": "262", - "key": "263", - "optional": true - }, - "secretKeyRef": { - "name": "264", - "key": "265", + "name": "199", + "key": "200", "optional": false } } @@ -768,512 +515,769 @@ ], "resources": { "limits": { - "¦队偯J僳徥淳4揻-$ɽ丟×x锏ɟ": "178" + "ſ盷": "532" }, "requests": { - "Ö闊 鰔澝qV": "752" + "[Řż丩": "47" } }, "volumeMounts": [ { - "name": "266", - "readOnly": true, - "mountPath": "267", - "subPath": "268", - "mountPropagation": "/»頸+SÄ蚃ɣľ)酊龨Î", - "subPathExpr": "269" + "name": "201", + "mountPath": "202", + "subPath": "203", + "mountPropagation": "VƋZ1Ůđ眊ľǎɳ,ǿ飏", + "subPathExpr": "204" } ], "volumeDevices": [ { - "name": "270", - "devicePath": "271" + "name": "205", + "devicePath": "206" } ], "livenessProbe": { "exec": { "command": [ - "272" + "207" ] }, "httpGet": { - "path": "273", - "port": "274", - "host": "275", - "scheme": "冓鍓贯", + "path": "208", + "port": 1214895765, + "host": "209", + "scheme": "悖ȩ0Ƹ[Ęİ榌U", "httpHeaders": [ { - "name": "276", - "value": "277" + "name": "210", + "value": "211" } ] }, "tcpSocket": { - "port": "278", - "host": "279" + "port": -187060941, + "host": "212" }, - "initialDelaySeconds": 1290950685, - "timeoutSeconds": 12533543, - "periodSeconds": 1058960779, - "successThreshold": -2133441986, - "failureThreshold": 472742933, - "terminationGracePeriodSeconds": 217739466937954194 + "initialDelaySeconds": -442393168, + "timeoutSeconds": -307373517, + "periodSeconds": 1109079597, + "successThreshold": -646728130, + "failureThreshold": 1684643131, + "terminationGracePeriodSeconds": 5055443896475056676 }, "readinessProbe": { "exec": { "command": [ - "280" + "213" ] }, "httpGet": { - "path": "281", - "port": 1401790459, - "host": "282", - "scheme": "ǵɐ鰥Z", + "path": "214", + "port": "215", + "host": "216", + "scheme": "惇¸t颟.鵫ǚ灄鸫rʤî萨", "httpHeaders": [ { - "name": "283", - "value": "284" + "name": "217", + "value": "218" } ] }, "tcpSocket": { - "port": -1103045151, - "host": "285" + "port": "219", + "host": "220" }, - "initialDelaySeconds": -614098868, - "timeoutSeconds": 234253676, - "periodSeconds": 846286700, - "successThreshold": 1080545253, - "failureThreshold": 1843491416, - "terminationGracePeriodSeconds": -5175286970144973961 + "initialDelaySeconds": 1885896895, + "timeoutSeconds": -1232888129, + "periodSeconds": -1682044542, + "successThreshold": 1182477686, + "failureThreshold": -503805926, + "terminationGracePeriodSeconds": 332054723335023688 }, "startupProbe": { "exec": { "command": [ - "286" + "221" ] }, "httpGet": { - "path": "287", - "port": "288", - "host": "289", - "scheme": "芭花ª瘡蟦JBʟ鍏H鯂²静ƲǦŐnj", + "path": "222", + "port": "223", + "host": "224", + "scheme": "«丯Ƙ枛牐ɺ皚", "httpHeaders": [ { - "name": "290", - "value": "291" + "name": "225", + "value": "226" } ] }, "tcpSocket": { - "port": -560238386, - "host": "292" + "port": -1934111455, + "host": "227" }, - "initialDelaySeconds": 1658749995, - "timeoutSeconds": -938421813, - "periodSeconds": 809683205, - "successThreshold": -1615316902, - "failureThreshold": -793616601, - "terminationGracePeriodSeconds": -2242897509815578930 + "initialDelaySeconds": 766864314, + "timeoutSeconds": 1146016612, + "periodSeconds": 1495880465, + "successThreshold": -1032967081, + "failureThreshold": 59664438, + "terminationGracePeriodSeconds": 4116652091516790056 }, "lifecycle": { "postStart": { "exec": { "command": [ - "293" + "228" ] }, "httpGet": { - "path": "294", - "port": -1699531929, - "host": "295", - "scheme": "Z涬P­蜷ɔ幩šeS", + "path": "229", + "port": -1196874390, + "host": "230", + "scheme": "S晒嶗UÐ_ƮA攤", "httpHeaders": [ { - "name": "296", - "value": "297" + "name": "231", + "value": "232" } ] }, "tcpSocket": { - "port": 155090390, - "host": "298" + "port": -498930176, + "host": "233" } }, "preStop": { "exec": { "command": [ - "299" + "234" ] }, "httpGet": { - "path": "300", - "port": "301", - "host": "302", + "path": "235", + "port": "236", + "host": "237", + "scheme": "鴒翁杙Ŧ癃8鸖ɱJȉ罴ņ螡", "httpHeaders": [ { - "name": "303", - "value": "304" + "name": "238", + "value": "239" } ] }, "tcpSocket": { - "port": -727263154, - "host": "305" + "port": "240", + "host": "241" } } }, - "terminationMessagePath": "306", - "terminationMessagePolicy": "Ȗ|ʐşƧ諔迮ƙIJ嘢4", - "imagePullPolicy": "ʒǚ鍰\\縑ɀ撑¼蠾8餑噭Dµ", + "terminationMessagePath": "242", + "terminationMessagePolicy": "?$矡ȶ网棊ʢ", + "imagePullPolicy": "ʎȺ眖R#", "securityContext": { "capabilities": { "add": [ - ")DŽ髐njʉBn(fǂ" + "'WKw(ğ儴Ůĺ}潷ʒ胵輓Ɔ" ], "drop": [ - "曣ŋayåe躒訙" + "" ] }, - "privileged": false, + "privileged": true, "seLinuxOptions": { - "user": "307", - "role": "308", - "type": "309", - "level": "310" + "user": "243", + "role": "244", + "type": "245", + "level": "246" }, "windowsOptions": { - "gmsaCredentialSpecName": "311", - "gmsaCredentialSpec": "312", - "runAsUserName": "313", - "hostProcess": true + "gmsaCredentialSpecName": "247", + "gmsaCredentialSpec": "248", + "runAsUserName": "249", + "hostProcess": false }, - "runAsUser": 1083662227773909466, - "runAsGroup": 6245571390016329382, + "runAsUser": -2529737859863639391, + "runAsGroup": 7694930383795602762, "runAsNonRoot": true, "readOnlyRootFilesystem": false, - "allowPrivilegeEscalation": false, - "procMount": "[irȎ3Ĕ\\ɢX鰨松/Ȁĵ鴁ĩȲ", + "allowPrivilegeEscalation": true, + "procMount": "\u003e郵[+扴ȨŮ", "seccompProfile": { - "type": "|蕎'佉賞ǧ", - "localhostProfile": "314" + "type": "朷Ǝ膯ljVX1虊谇", + "localhostProfile": "250" } }, - "stdin": true + "stdin": true, + "tty": true } ], - "ephemeralContainers": [ + "containers": [ { - "name": "315", - "image": "316", + "name": "251", + "image": "252", "command": [ - "317" + "253" ], "args": [ - "318" + "254" ], - "workingDir": "319", + "workingDir": "255", "ports": [ { - "name": "320", - "hostPort": -1920304485, - "containerPort": -1842062977, - "protocol": "輔3璾ėȜv1b繐汚磉反-n覦", - "hostIP": "321" + "name": "256", + "hostPort": 1381579966, + "containerPort": -1418092595, + "protocol": "闳ȩr嚧ʣq埄趛屡ʁ岼昕ĬÇó藢x", + "hostIP": "257" } ], "envFrom": [ { - "prefix": "322", + "prefix": "258", "configMapRef": { - "name": "323", + "name": "259", "optional": true }, "secretRef": { - "name": "324", + "name": "260", "optional": true } } ], "env": [ { - "name": "325", - "value": "326", + "name": "261", + "value": "262", "valueFrom": { "fieldRef": { - "apiVersion": "327", - "fieldPath": "328" + "apiVersion": "263", + "fieldPath": "264" }, "resourceFieldRef": { - "containerName": "329", - "resource": "330", - "divisor": "992" + "containerName": "265", + "resource": "266", + "divisor": "894" }, "configMapKeyRef": { - "name": "331", - "key": "332", + "name": "267", + "key": "268", "optional": true }, "secretKeyRef": { - "name": "333", - "key": "334", - "optional": true + "name": "269", + "key": "270", + "optional": false } } } ], "resources": { "limits": { - "ʨIk(dŊiɢzĮ蛋I滞": "394" + "W\u003c敄lu|榝$î.Ȏ": "546" }, "requests": { - "ɞȥ}礤铟怖ý萜Ǖ": "305" + "剒蔞|表": "379" } }, "volumeMounts": [ { - "name": "335", + "name": "271", "readOnly": true, - "mountPath": "336", - "subPath": "337", - "mountPropagation": "Ƒĝ®EĨǔvÄÚ×p鬷m", - "subPathExpr": "338" + "mountPath": "272", + "subPath": "273", + "mountPropagation": "朦 wƯ貾坢'跩", + "subPathExpr": "274" } ], "volumeDevices": [ { - "name": "339", - "devicePath": "340" + "name": "275", + "devicePath": "276" } ], "livenessProbe": { "exec": { "command": [ - "341" + "277" ] }, "httpGet": { - "path": "342", - "port": 1529027685, - "host": "343", - "scheme": "żLj捲攻xƂ9阠$嬏wy¶熀", + "path": "278", + "port": -1471289102, + "host": "279", + "scheme": "i\u0026皥贸碔lNKƙ順\\E¦队偯J僳徥淳", "httpHeaders": [ { - "name": "344", - "value": "345" + "name": "280", + "value": "281" } ] }, "tcpSocket": { - "port": -1912967242, - "host": "346" + "port": 113873869, + "host": "282" }, - "initialDelaySeconds": -2106399359, - "timeoutSeconds": 1443270783, - "periodSeconds": -1038975198, - "successThreshold": 1821835340, - "failureThreshold": 2046765799, - "terminationGracePeriodSeconds": -6946775447206795219 + "initialDelaySeconds": -1421951296, + "timeoutSeconds": 878005329, + "periodSeconds": -1244119841, + "successThreshold": 1235694147, + "failureThreshold": 348370746, + "terminationGracePeriodSeconds": 2011630253582325853 }, "readinessProbe": { "exec": { "command": [ - "347" + "283" ] }, "httpGet": { - "path": "348", - "port": "349", - "host": "350", - "scheme": "Ƒ[澔", + "path": "284", + "port": 1907998540, + "host": "285", + "scheme": ",ŕ", "httpHeaders": [ { - "name": "351", - "value": "352" + "name": "286", + "value": "287" } ] }, "tcpSocket": { - "port": 1288391156, - "host": "353" + "port": "288", + "host": "289" }, - "initialDelaySeconds": -952255430, - "timeoutSeconds": 1568034275, - "periodSeconds": -824007302, - "successThreshold": -359713104, - "failureThreshold": 1671084780, - "terminationGracePeriodSeconds": 1571605531283019612 + "initialDelaySeconds": -253326525, + "timeoutSeconds": 567263590, + "periodSeconds": 887319241, + "successThreshold": 1559618829, + "failureThreshold": 1156888068, + "terminationGracePeriodSeconds": -5566612115749133989 }, "startupProbe": { "exec": { "command": [ - "354" + "290" ] }, "httpGet": { - "path": "355", - "port": -514169648, - "host": "356", - "scheme": "\u0026疀", + "path": "291", + "port": 1315054653, + "host": "292", + "scheme": "蚃ɣľ)酊龨δ摖ȱ", "httpHeaders": [ { - "name": "357", - "value": "358" + "name": "293", + "value": "294" } ] }, "tcpSocket": { - "port": "359", - "host": "360" + "port": "295", + "host": "296" }, - "initialDelaySeconds": -39292476, - "timeoutSeconds": 801902541, - "periodSeconds": -1312249623, - "successThreshold": -1089435479, - "failureThreshold": -1031303729, - "terminationGracePeriodSeconds": -7317946572666008364 + "initialDelaySeconds": 1905181464, + "timeoutSeconds": -1730959016, + "periodSeconds": 1272940694, + "successThreshold": -385597677, + "failureThreshold": 422133388, + "terminationGracePeriodSeconds": 8385745044578923915 }, "lifecycle": { "postStart": { "exec": { "command": [ - "361" + "297" ] }, "httpGet": { - "path": "362", - "port": 1445923603, - "host": "363", - "scheme": "殆诵H玲鑠ĭ$#卛8ð仁Q", + "path": "298", + "port": "299", + "host": "300", + "scheme": "iǨź'ǵɐ鰥Z龏´DÒȗÔÂɘɢ", "httpHeaders": [ { - "name": "364", - "value": "365" + "name": "301", + "value": "302" } ] }, "tcpSocket": { - "port": "366", - "host": "367" + "port": 802134138, + "host": "303" } }, "preStop": { "exec": { "command": [ - "368" + "304" ] }, "httpGet": { - "path": "369", - "port": "370", - "host": "371", - "scheme": "杧ż鯀1'", + "path": "305", + "port": -126958936, + "host": "306", + "scheme": "h亏yƕ丆録²Ŏ)/灩聋3趐囨鏻砅邻", "httpHeaders": [ { - "name": "372", - "value": "373" + "name": "307", + "value": "308" } ] }, "tcpSocket": { - "port": 1297979953, - "host": "374" + "port": "309", + "host": "310" } } }, - "terminationMessagePath": "375", - "terminationMessagePolicy": "ǘ炙", - "imagePullPolicy": "ǰ詀ǿ忀oɎƺL", + "terminationMessagePath": "311", + "terminationMessagePolicy": "ŧOǨ繫ʎǑyZ涬P­蜷ɔ幩šeS", + "imagePullPolicy": "哇芆斩ìh4ɊHȖ|ʐşƧ諔迮", "securityContext": { "capabilities": { "add": [ - "鬬$矐_敕ű嵞嬯t{Eɾ" + "嘢4ʗN,丽饾| 鞤ɱďW賁" ], "drop": [ - "Ȯ-湷D谹気Ƀ秮òƬɸĻo:" + "ɭɪǹ0衷," ] }, "privileged": true, "seLinuxOptions": { - "user": "376", - "role": "377", - "type": "378", - "level": "379" + "user": "312", + "role": "313", + "type": "314", + "level": "315" }, "windowsOptions": { - "gmsaCredentialSpecName": "380", - "gmsaCredentialSpec": "381", - "runAsUserName": "382", + "gmsaCredentialSpecName": "316", + "gmsaCredentialSpec": "317", + "runAsUserName": "318", "hostProcess": true }, - "runAsUser": 4224635496843945227, - "runAsGroup": 73764735411458498, + "runAsUser": -1119183212148951030, + "runAsGroup": -7146044409185304665, "runAsNonRoot": false, - "readOnlyRootFilesystem": false, - "allowPrivilegeEscalation": false, - "procMount": "s44矕Ƈè", + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "w妕眵笭/9崍h趭(娕", "seccompProfile": { - "type": "鑏='ʨ|ǓÓ敆OɈÏ 瞍", - "localhostProfile": "383" + "type": "E增猍", + "localhostProfile": "319" + } + } + } + ], + "ephemeralContainers": [ + { + "name": "320", + "image": "321", + "command": [ + "322" + ], + "args": [ + "323" + ], + "workingDir": "324", + "ports": [ + { + "name": "325", + "hostPort": 601942575, + "containerPort": -1320027474, + "protocol": "Ƶf", + "hostIP": "326" + } + ], + "envFrom": [ + { + "prefix": "327", + "configMapRef": { + "name": "328", + "optional": true + }, + "secretRef": { + "name": "329", + "optional": true + } + } + ], + "env": [ + { + "name": "330", + "value": "331", + "valueFrom": { + "fieldRef": { + "apiVersion": "332", + "fieldPath": "333" + }, + "resourceFieldRef": { + "containerName": "334", + "resource": "335", + "divisor": "179" + }, + "configMapKeyRef": { + "name": "336", + "key": "337", + "optional": false + }, + "secretKeyRef": { + "name": "338", + "key": "339", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "阎l": "464" + }, + "requests": { + "'佉": "633" + } + }, + "volumeMounts": [ + { + "name": "340", + "mountPath": "341", + "subPath": "342", + "mountPropagation": "(ť1ùfŭƽ", + "subPathExpr": "343" + } + ], + "volumeDevices": [ + { + "name": "344", + "devicePath": "345" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "346" + ] + }, + "httpGet": { + "path": "347", + "port": -684167223, + "host": "348", + "scheme": "1b", + "httpHeaders": [ + { + "name": "349", + "value": "350" + } + ] + }, + "tcpSocket": { + "port": "351", + "host": "352" + }, + "initialDelaySeconds": -47594442, + "timeoutSeconds": -2064284357, + "periodSeconds": 725624946, + "successThreshold": -34803208, + "failureThreshold": -313085430, + "terminationGracePeriodSeconds": -7686796864837350582 + }, + "readinessProbe": { + "exec": { + "command": [ + "353" + ] + }, + "httpGet": { + "path": "354", + "port": 1611386356, + "host": "355", + "scheme": "ɼ搳ǭ濑箨ʨIk(", + "httpHeaders": [ + { + "name": "356", + "value": "357" + } + ] + }, + "tcpSocket": { + "port": 2115799218, + "host": "358" + }, + "initialDelaySeconds": 1984241264, + "timeoutSeconds": -758033170, + "periodSeconds": -487434422, + "successThreshold": -370404018, + "failureThreshold": -1844150067, + "terminationGracePeriodSeconds": 1778358283914418699 + }, + "startupProbe": { + "exec": { + "command": [ + "359" + ] + }, + "httpGet": { + "path": "360", + "port": "361", + "host": "362", + "scheme": "焬CQm坊柩", + "httpHeaders": [ + { + "name": "363", + "value": "364" + } + ] + }, + "tcpSocket": { + "port": "365", + "host": "366" + }, + "initialDelaySeconds": -135823101, + "timeoutSeconds": -1345219897, + "periodSeconds": 1141812777, + "successThreshold": -1830926023, + "failureThreshold": -320410537, + "terminationGracePeriodSeconds": 8766190045617353809 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "367" + ] + }, + "httpGet": { + "path": "368", + "port": "369", + "host": "370", + "scheme": "!鍲ɋȑoG鄧蜢暳ǽżLj", + "httpHeaders": [ + { + "name": "371", + "value": "372" + } + ] + }, + "tcpSocket": { + "port": 1333166203, + "host": "373" + } + }, + "preStop": { + "exec": { + "command": [ + "374" + ] + }, + "httpGet": { + "path": "375", + "port": 758604605, + "host": "376", + "scheme": "ċ桉桃喕蠲$ɛ溢臜裡×銵-紑", + "httpHeaders": [ + { + "name": "377", + "value": "378" + } + ] + }, + "tcpSocket": { + "port": "379", + "host": "380" + } + } + }, + "terminationMessagePath": "381", + "terminationMessagePolicy": "釼aTGÒ鵌", + "imagePullPolicy": "ŵǤ桒ɴ鉂WJ1抉泅ą\u0026疀ȼN翾Ⱦ", + "securityContext": { + "capabilities": { + "add": [ + "氙磂tńČȷǻ.wȏâ磠Ƴ崖S«V¯Á" + ], + "drop": [ + "tl敷斢杧ż鯀" + ] + }, + "privileged": true, + "seLinuxOptions": { + "user": "382", + "role": "383", + "type": "384", + "level": "385" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "386", + "gmsaCredentialSpec": "387", + "runAsUserName": "388", + "hostProcess": true + }, + "runAsUser": -3379825899840103887, + "runAsGroup": -6950412587983829837, + "runAsNonRoot": true, + "readOnlyRootFilesystem": false, + "allowPrivilegeEscalation": true, + "procMount": "张q櫞繡旹翃ɾ氒ĺʈʫ羶剹ƊF豎穜姰", + "seccompProfile": { + "type": "咑耖p^鏋蛹Ƚȿ醏g", + "localhostProfile": "389" } }, "tty": true, - "targetContainerName": "384" + "targetContainerName": "390" } ], - "restartPolicy": "ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn", - "terminationGracePeriodSeconds": -8335674866227004872, - "activeDeadlineSeconds": 3305070661619041050, - "dnsPolicy": "+Œ9两", + "restartPolicy": "飂廤Ƌʙcx", + "terminationGracePeriodSeconds": -4767735291842597991, + "activeDeadlineSeconds": -7888525810745339742, + "dnsPolicy": "h`職铳s44矕Ƈ", "nodeSelector": { - "385": "386" + "391": "392" }, - "serviceAccountName": "387", - "serviceAccount": "388", - "automountServiceAccountToken": false, - "nodeName": "389", - "hostPID": true, + "serviceAccountName": "393", + "serviceAccount": "394", + "automountServiceAccountToken": true, + "nodeName": "395", + "hostIPC": true, "shareProcessNamespace": true, "securityContext": { "seLinuxOptions": { - "user": "390", - "role": "391", - "type": "392", - "level": "393" + "user": "396", + "role": "397", + "type": "398", + "level": "399" }, "windowsOptions": { - "gmsaCredentialSpecName": "394", - "gmsaCredentialSpec": "395", - "runAsUserName": "396", + "gmsaCredentialSpecName": "400", + "gmsaCredentialSpec": "401", + "runAsUserName": "402", "hostProcess": false }, - "runAsUser": 3438266910774132295, - "runAsGroup": 3230705132538051674, - "runAsNonRoot": true, + "runAsUser": 5422399684456852309, + "runAsGroup": -4636770370363077377, + "runAsNonRoot": false, "supplementalGroups": [ - -1600417733583164525 + -5728960352366086876 ], - "fsGroup": -3964669311891901178, + "fsGroup": 1712752437570220896, "sysctls": [ { - "name": "397", - "value": "398" + "name": "403", + "value": "404" } ], - "fsGroupChangePolicy": "ƴ4虵p", + "fsGroupChangePolicy": "", "seccompProfile": { - "type": "沥7uPƒw©ɴĶ烷Ľthp", - "localhostProfile": "399" + "type": "#", + "localhostProfile": "405" } }, "imagePullSecrets": [ { - "name": "400" + "name": "406" } ], - "hostname": "401", - "subdomain": "402", + "hostname": "407", + "subdomain": "408", "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { @@ -1281,19 +1285,19 @@ { "matchExpressions": [ { - "key": "403", - "operator": "濦ʓɻŊ0蚢鑸鶲Ãqb轫", + "key": "409", + "operator": "7曳wœj堑ūM鈱ɖ'蠨磼O_h盌3", "values": [ - "404" + "410" ] } ], "matchFields": [ { - "key": "405", - "operator": " ", + "key": "411", + "operator": "@@)Zq=歍þ螗ɃŒGm¨z鋎靀G¿", "values": [ - "406" + "412" ] } ] @@ -1302,23 +1306,23 @@ }, "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -5241849, + "weight": 687140791, "preference": { "matchExpressions": [ { - "key": "407", - "operator": "'呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG", + "key": "413", + "operator": "ļǹʅŚO虀", "values": [ - "408" + "414" ] } ], "matchFields": [ { - "key": "409", - "operator": "[y#t(", + "key": "415", + "operator": "ɴĶ烷Ľthp像-觗裓6Ř", "values": [ - "410" + "416" ] } ] @@ -1331,30 +1335,30 @@ { "labelSelector": { "matchLabels": { - "rG-7--p9.-_0R.-_-3_L_2--_v2.5p_..Y-.wg_-b8a_68": "Q4_.84.K_-_0_..u.F.pq..--Q" + "0": "X8s--7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp_._.-miJ4x-_0_5-_7" }, "matchExpressions": [ { - "key": "8b-3-3b17cab-ppy5e--9p-61-2we16h--5-d-k-sm.2xv17r--32b-----4-670tfz-up3n/ov_Z--Zg-_Q", - "operator": "NotIn", + "key": "c-.F5_x.KNC0-.-m_0-m-6Sp_N-S..o", + "operator": "In", "values": [ - "0..KpiS.oK-.O--5-yp8q_s-L" + "g-_4Q__-v_t_u_.__I_-_-3-3--5X1rh-K5y_AzOBW.9oE9_6.--v7" ] } ] }, "namespaces": [ - "417" + "423" ], - "topologyKey": "418", + "topologyKey": "424", "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" } ] } @@ -1362,31 +1366,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": [ - "431" + "437" ], - "topologyKey": "432", + "topologyKey": "438", "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" + ] } ] } @@ -1399,32 +1409,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": [ - "445" + "451" ], - "topologyKey": "446", + "topologyKey": "452", "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" ] } ] @@ -1433,31 +1440,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": [ - "459" + "465" ], - "topologyKey": "460", + "topologyKey": "466", "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" + ] } ] } @@ -1466,89 +1476,89 @@ ] } }, - "schedulerName": "467", + "schedulerName": "473", "tolerations": [ { - "key": "468", - "operator": "r}梳攔wŲ魦Ɔ0ƢĮÀĘÆɆȸȢ蒸", - "value": "469", - "effect": "U烈 źfjǰɪ嘞ȏ}杻扞Ğ", - "tolerationSeconds": 3252034671163905138 + "key": "474", + "operator": "4%ʬD$;X郪\\#撄貶à圽榕ɹ", + "value": "475", + "effect": "慰x:", + "tolerationSeconds": 3362400521064014157 } ], "hostAliases": [ { - "ip": "470", + "ip": "476", "hostnames": [ - "471" + "477" ] } ], - "priorityClassName": "472", - "priority": 347613368, + "priorityClassName": "478", + "priority": 743241089, "dnsConfig": { "nameservers": [ - "473" + "479" ], "searches": [ - "474" + "480" ], "options": [ { - "name": "475", - "value": "476" + "name": "481", + "value": "482" } ] }, "readinessGates": [ { - "conditionType": "ř岈ǎǏ]S5:œƌ嵃ǁ" + "conditionType": "0yVA嬂刲;牆詒ĸąs" } ], - "runtimeClassName": "477", + "runtimeClassName": "483", "enableServiceLinks": false, - "preemptionPolicy": "m珢\\%傢z¦Ā竚ĐȌƨǴ叆", + "preemptionPolicy": "Iƭij韺ʧ\u003e", "overhead": { - "D輷": "792" + "D傕Ɠ栊闔虝巒瀦ŕ": "124" }, "topologySpreadConstraints": [ { - "maxSkew": -484382570, - "topologyKey": "478", - "whenUnsatisfiable": "nn坾\u0026Pɫ(ʙÆʨɺC`", + "maxSkew": -174245111, + "topologyKey": "484", + "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 } } }, "status": { - "replicas": 2106170541, - "fullyLabeledReplicas": 415168801, - "readyReplicas": 1448332644, - "availableReplicas": -2060941196, - "observedGeneration": 7426283174216567769, + "replicas": 1205668420, + "fullyLabeledReplicas": -1754098513, + "readyReplicas": -877836536, + "availableReplicas": 138992869, + "observedGeneration": -7169014491472696647, "conditions": [ { - "type": "犓`ɜɅco\\穜T睭憲Ħ焵i,ŋŨN", - "status": "\u003c暉Ŝ!ȣ绰爪qĖĖȠ姓ȇ\u003e尪璎", - "lastTransitionTime": "2597-11-21T15:14:16Z", - "reason": "485", - "message": "486" + "type": "零șPî壣V礆á¤拈tY圻醆锛[", + "status": "嬜Š\u0026?鳢.ǀŭ瘢颦z疵", + "lastTransitionTime": "2455-07-16T22:37:15Z", + "reason": "491", + "message": "492" } ] } 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 e5a1ebe5a90c0f5b2f270734f5f5b46335e6638f..f74e9638f6f7b3566b92b1f43c5ef8d63a31ce0f 100644 GIT binary patch delta 6050 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 delta 6328 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懔%熷谟þ蛯ɰ荶ljʁ揆ɘȌ脾 - initialDelaySeconds: -1155992025 - periodSeconds: -850069363 - successThreshold: 918929368 - tcpSocket: - host: "209" - port: -1498229293 - terminationGracePeriodSeconds: -8520337362162976488 - timeoutSeconds: -194343002 - name: "178" - ports: - - containerPort: -2031266553 - hostIP: "184" - hostPort: 424236719 - name: "183" - protocol: 呝TG;邪 - readinessProbe: - exec: - command: - - "210" - failureThreshold: 163512962 - httpGet: - host: "213" - httpHeaders: - - name: "214" - value: "215" - path: "211" - port: "212" - scheme: 悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\p - initialDelaySeconds: -407545915 - periodSeconds: 716842280 - successThreshold: 1479266199 - tcpSocket: - host: "216" - port: 538852927 - terminationGracePeriodSeconds: -8521017368802772029 - timeoutSeconds: 902535764 - resources: - limits: - 罁胾^拜Ȍzɟ踡肒Ao/樝fw[Řż丩: "47" - requests: - 榜VƋZ1: "932" + 剒蔞|表: "379" securityContext: allowPrivilegeEscalation: true capabilities: add: - - o啛更偢ɇ卷荙JLĹ]佱¿>犵殇ŕ-Ɂ + - 嘢4ʗN,丽饾| 鞤ɱďW賁 drop: - - W:ĸ輦唊#v - privileged: false - procMount: 8T 苧yñKJɐ扵Gƚ绤fʀ + - ɭɪǹ0衷, + privileged: true + procMount: w妕眵笭/9崍h趭(娕 readOnlyRootFilesystem: true - runAsGroup: -1629447906545846003 - runAsNonRoot: true - runAsUser: 7510677649797968740 + runAsGroup: -7146044409185304665 + runAsNonRoot: false + runAsUser: -1119183212148951030 seLinuxOptions: - level: "241" - role: "239" - type: "240" - user: "238" + level: "315" + role: "313" + type: "314" + user: "312" seccompProfile: - localhostProfile: "245" - type: 腩墺Ò媁荭gw忊|E剒蔞|表徶 + localhostProfile: "319" + type: E增猍 windowsOptions: - gmsaCredentialSpec: "243" - gmsaCredentialSpecName: "242" + gmsaCredentialSpec: "317" + gmsaCredentialSpecName: "316" hostProcess: true - runAsUserName: "244" + runAsUserName: "318" startupProbe: exec: command: - - "217" - failureThreshold: -2107743490 + - "290" + failureThreshold: 422133388 httpGet: - host: "219" + host: "292" httpHeaders: - - name: "220" - value: "221" - path: "218" - port: 1623772781 - scheme: UÐ_ƮA攤/ɸɎ - initialDelaySeconds: 1054858106 - periodSeconds: -1150474479 - successThreshold: 744319626 + - name: "293" + value: "294" + path: "291" + port: 1315054653 + scheme: 蚃ɣľ)酊龨δ摖ȱ + initialDelaySeconds: 1905181464 + periodSeconds: 1272940694 + successThreshold: -385597677 tcpSocket: - host: "223" - port: "222" - terminationGracePeriodSeconds: 8569885835306406695 - timeoutSeconds: 232569106 - stdin: true - terminationMessagePath: "237" - terminationMessagePolicy: '''WKw(ğ儴Ůĺ}潷ʒ胵輓Ɔ' + host: "296" + port: "295" + terminationGracePeriodSeconds: 8385745044578923915 + timeoutSeconds: -1730959016 + terminationMessagePath: "311" + terminationMessagePolicy: ŧOǨ繫ʎǑyZ涬P­蜷ɔ幩šeS volumeDevices: - - devicePath: "203" - name: "202" + - devicePath: "276" + name: "275" volumeMounts: - - mountPath: "199" - mountPropagation: 瀑Ź9ǕLLȊɞ-uƻ悖ȩ0Ƹ[Ę - name: "198" + - mountPath: "272" + mountPropagation: 朦 wƯ貾坢'跩 + name: "271" readOnly: true - subPath: "200" - subPathExpr: "201" - workingDir: "182" - nodeName: "389" + subPath: "273" + subPathExpr: "274" + workingDir: "255" + dnsConfig: + nameservers: + - "479" + options: + - name: "481" + value: "482" + searches: + - "480" + dnsPolicy: h`職铳s44矕Ƈ + enableServiceLinks: false + ephemeralContainers: + - args: + - "323" + command: + - "322" + env: + - name: "330" + value: "331" + valueFrom: + configMapKeyRef: + key: "337" + name: "336" + optional: false + fieldRef: + apiVersion: "332" + fieldPath: "333" + resourceFieldRef: + containerName: "334" + divisor: "179" + resource: "335" + secretKeyRef: + key: "339" + name: "338" + optional: false + envFrom: + - configMapRef: + name: "328" + optional: true + prefix: "327" + secretRef: + name: "329" + optional: true + image: "321" + imagePullPolicy: ŵǤ桒ɴ鉂WJ1抉泅ą&疀ȼN翾Ⱦ + lifecycle: + postStart: + exec: + command: + - "367" + httpGet: + host: "370" + httpHeaders: + - name: "371" + value: "372" + path: "368" + port: "369" + scheme: '!鍲ɋȑoG鄧蜢暳ǽżLj' + tcpSocket: + host: "373" + port: 1333166203 + preStop: + exec: + command: + - "374" + httpGet: + host: "376" + httpHeaders: + - name: "377" + value: "378" + path: "375" + port: 758604605 + scheme: ċ桉桃喕蠲$ɛ溢臜裡×銵-紑 + tcpSocket: + host: "380" + port: "379" + livenessProbe: + exec: + command: + - "346" + failureThreshold: -313085430 + httpGet: + host: "348" + httpHeaders: + - name: "349" + value: "350" + path: "347" + port: -684167223 + scheme: 1b + initialDelaySeconds: -47594442 + periodSeconds: 725624946 + successThreshold: -34803208 + tcpSocket: + host: "352" + port: "351" + terminationGracePeriodSeconds: -7686796864837350582 + timeoutSeconds: -2064284357 + name: "320" + ports: + - containerPort: -1320027474 + hostIP: "326" + hostPort: 601942575 + name: "325" + protocol: Ƶf + readinessProbe: + exec: + command: + - "353" + failureThreshold: -1844150067 + httpGet: + host: "355" + httpHeaders: + - name: "356" + value: "357" + path: "354" + port: 1611386356 + scheme: ɼ搳ǭ濑箨ʨIk( + initialDelaySeconds: 1984241264 + periodSeconds: -487434422 + successThreshold: -370404018 + tcpSocket: + host: "358" + port: 2115799218 + terminationGracePeriodSeconds: 1778358283914418699 + timeoutSeconds: -758033170 + resources: + limits: + 阎l: "464" + requests: + '''佉': "633" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 氙磂tńČȷǻ.wȏâ磠Ƴ崖S«V¯Á + drop: + - tl敷斢杧ż鯀 + privileged: true + procMount: 张q櫞繡旹翃ɾ氒ĺʈʫ羶剹ƊF豎穜姰 + readOnlyRootFilesystem: false + runAsGroup: -6950412587983829837 + runAsNonRoot: true + runAsUser: -3379825899840103887 + seLinuxOptions: + level: "385" + role: "383" + type: "384" + user: "382" + seccompProfile: + localhostProfile: "389" + type: 咑耖p^鏋蛹Ƚȿ醏g + windowsOptions: + gmsaCredentialSpec: "387" + gmsaCredentialSpecName: "386" + hostProcess: true + runAsUserName: "388" + startupProbe: + exec: + command: + - "359" + failureThreshold: -320410537 + httpGet: + host: "362" + httpHeaders: + - name: "363" + value: "364" + path: "360" + port: "361" + scheme: 焬CQm坊柩 + initialDelaySeconds: -135823101 + periodSeconds: 1141812777 + successThreshold: -1830926023 + tcpSocket: + host: "366" + port: "365" + terminationGracePeriodSeconds: 8766190045617353809 + timeoutSeconds: -1345219897 + targetContainerName: "390" + terminationMessagePath: "381" + terminationMessagePolicy: 釼aTGÒ鵌 + tty: true + volumeDevices: + - devicePath: "345" + name: "344" + volumeMounts: + - mountPath: "341" + mountPropagation: (ť1ùfŭƽ + name: "340" + subPath: "342" + subPathExpr: "343" + workingDir: "324" + hostAliases: + - hostnames: + - "477" + ip: "476" + hostIPC: true + hostname: "407" + imagePullSecrets: + - name: "406" + initContainers: + - args: + - "184" + command: + - "183" + env: + - name: "191" + value: "192" + valueFrom: + configMapKeyRef: + key: "198" + name: "197" + optional: true + fieldRef: + apiVersion: "193" + fieldPath: "194" + resourceFieldRef: + containerName: "195" + divisor: "663" + resource: "196" + secretKeyRef: + key: "200" + name: "199" + optional: false + envFrom: + - configMapRef: + name: "189" + optional: true + prefix: "188" + secretRef: + name: "190" + optional: true + image: "182" + imagePullPolicy: ʎȺ眖R# + lifecycle: + postStart: + exec: + command: + - "228" + httpGet: + host: "230" + httpHeaders: + - name: "231" + value: "232" + path: "229" + port: -1196874390 + scheme: S晒嶗UÐ_ƮA攤 + tcpSocket: + host: "233" + port: -498930176 + preStop: + exec: + command: + - "234" + httpGet: + host: "237" + httpHeaders: + - name: "238" + value: "239" + path: "235" + port: "236" + scheme: 鴒翁杙Ŧ癃8鸖ɱJȉ罴ņ螡 + tcpSocket: + host: "241" + port: "240" + livenessProbe: + exec: + command: + - "207" + failureThreshold: 1684643131 + httpGet: + host: "209" + httpHeaders: + - name: "210" + value: "211" + path: "208" + port: 1214895765 + scheme: 悖ȩ0Ƹ[Ęİ榌U + initialDelaySeconds: -442393168 + periodSeconds: 1109079597 + successThreshold: -646728130 + tcpSocket: + host: "212" + port: -187060941 + terminationGracePeriodSeconds: 5055443896475056676 + timeoutSeconds: -307373517 + name: "181" + ports: + - containerPort: 859639931 + hostIP: "187" + hostPort: 747521320 + name: "186" + protocol: p儼Ƿ裚瓶釆Ɗ+j忊Ŗȫ焗捏ĨF + readinessProbe: + exec: + command: + - "213" + failureThreshold: -503805926 + httpGet: + host: "216" + httpHeaders: + - name: "217" + value: "218" + path: "214" + port: "215" + scheme: 惇¸t颟.鵫ǚ灄鸫rʤî萨 + initialDelaySeconds: 1885896895 + periodSeconds: -1682044542 + successThreshold: 1182477686 + tcpSocket: + host: "220" + port: "219" + terminationGracePeriodSeconds: 332054723335023688 + timeoutSeconds: -1232888129 + resources: + limits: + ſ盷: "532" + requests: + '[Řż丩': "47" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - '''WKw(ğ儴Ůĺ}潷ʒ胵輓Ɔ' + drop: + - "" + privileged: true + procMount: '>郵[+扴ȨŮ' + readOnlyRootFilesystem: false + runAsGroup: 7694930383795602762 + runAsNonRoot: true + runAsUser: -2529737859863639391 + seLinuxOptions: + level: "246" + role: "244" + type: "245" + user: "243" + seccompProfile: + localhostProfile: "250" + type: 朷Ǝ膯ljVX1虊谇 + windowsOptions: + gmsaCredentialSpec: "248" + gmsaCredentialSpecName: "247" + hostProcess: false + runAsUserName: "249" + startupProbe: + exec: + command: + - "221" + failureThreshold: 59664438 + httpGet: + host: "224" + httpHeaders: + - name: "225" + value: "226" + path: "222" + port: "223" + scheme: «丯Ƙ枛牐ɺ皚 + initialDelaySeconds: 766864314 + periodSeconds: 1495880465 + successThreshold: -1032967081 + tcpSocket: + host: "227" + port: -1934111455 + terminationGracePeriodSeconds: 4116652091516790056 + timeoutSeconds: 1146016612 + stdin: true + terminationMessagePath: "242" + terminationMessagePolicy: ?$矡ȶ网棊ʢ + tty: true + volumeDevices: + - devicePath: "206" + name: "205" + volumeMounts: + - mountPath: "202" + mountPropagation: VƋZ1Ůđ眊ľǎɳ,ǿ飏 + name: "201" + subPath: "203" + subPathExpr: "204" + workingDir: "185" + nodeName: "395" nodeSelector: - "385": "386" + "391": "392" overhead: - D輷: "792" - preemptionPolicy: m珢\%傢z¦Ā竚ĐȌƨǴ叆 - priority: 347613368 - priorityClassName: "472" + D傕Ɠ栊闔虝巒瀦ŕ: "124" + preemptionPolicy: Iƭij韺ʧ> + priority: 743241089 + priorityClassName: "478" readinessGates: - - conditionType: ř岈ǎǏ]S5:œƌ嵃ǁ - restartPolicy: ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn - runtimeClassName: "477" - schedulerName: "467" + - conditionType: 0yVA嬂刲;牆詒ĸąs + restartPolicy: 飂廤Ƌʙcx + runtimeClassName: "483" + schedulerName: "473" securityContext: - fsGroup: -3964669311891901178 - fsGroupChangePolicy: ƴ4虵p - runAsGroup: 3230705132538051674 - runAsNonRoot: true - runAsUser: 3438266910774132295 + fsGroup: 1712752437570220896 + fsGroupChangePolicy: "" + runAsGroup: -4636770370363077377 + runAsNonRoot: false + runAsUser: 5422399684456852309 seLinuxOptions: - level: "393" - role: "391" - type: "392" - user: "390" + level: "399" + role: "397" + type: "398" + user: "396" seccompProfile: - localhostProfile: "399" - type: 沥7uPƒw©ɴĶ烷Ľthp + localhostProfile: "405" + type: '#' supplementalGroups: - - -1600417733583164525 + - -5728960352366086876 sysctls: - - name: "397" - value: "398" + - name: "403" + value: "404" windowsOptions: - gmsaCredentialSpec: "395" - gmsaCredentialSpecName: "394" + gmsaCredentialSpec: "401" + gmsaCredentialSpecName: "400" hostProcess: false - runAsUserName: "396" - serviceAccount: "388" - serviceAccountName: "387" - setHostnameAsFQDN: false + runAsUserName: "402" + serviceAccount: "394" + serviceAccountName: "393" + setHostnameAsFQDN: true shareProcessNamespace: true - subdomain: "402" - terminationGracePeriodSeconds: -8335674866227004872 + subdomain: "408" + terminationGracePeriodSeconds: -4767735291842597991 tolerations: - - effect: U烈 źfjǰɪ嘞ȏ}杻扞Ğ - key: "468" - operator: r}梳攔wŲ魦Ɔ0ƢĮÀĘÆɆȸȢ蒸 - tolerationSeconds: 3252034671163905138 - value: "469" + - effect: '慰x:' + key: "474" + operator: 4%ʬD$;X郪\#撄貶à圽榕ɹ + tolerationSeconds: 3362400521064014157 + value: "475" 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: "478" - 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: "484" + whenUnsatisfiable: "" volumes: - awsElasticBlockStore: fsType: "49" @@ -896,6 +898,10 @@ spec: apiGroup: "175" kind: "176" name: "177" + dataSourceRef: + apiGroup: "178" + kind: "179" + name: "180" resources: limits: ŴĿ: "377" @@ -1049,14 +1055,14 @@ spec: storagePolicyName: "105" volumePath: "103" status: - availableReplicas: -2060941196 + availableReplicas: 138992869 conditions: - - lastTransitionTime: "2597-11-21T15:14:16Z" - message: "486" - reason: "485" - status: <暉Ŝ!ȣ绰爪qĖĖȠ姓ȇ>尪璎 - type: 犓`ɜɅco\穜T睭憲Ħ焵i,ŋŨN - fullyLabeledReplicas: 415168801 - observedGeneration: 7426283174216567769 - readyReplicas: 1448332644 - replicas: 2106170541 + - lastTransitionTime: "2455-07-16T22:37:15Z" + message: "492" + reason: "491" + status: 嬜Š&?鳢.ǀŭ瘢颦z疵 + type: 零șPî壣V礆á¤拈tY圻醆锛[ + fullyLabeledReplicas: -1754098513 + observedGeneration: -7169014491472696647 + readyReplicas: -877836536 + replicas: 1205668420 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 a103ccccd74..779f8e13d56 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 @@ -443,6 +443,11 @@ "apiGroup": "175", "kind": "176", "name": "177" + }, + "dataSourceRef": { + "apiGroup": "178", + "kind": "179", + "name": "180" } } } @@ -451,388 +456,356 @@ ], "initContainers": [ { - "name": "178", - "image": "179", + "name": "181", + "image": "182", "command": [ - "180" + "183" ], "args": [ - "181" + "184" ], - "workingDir": "182", + "workingDir": "185", "ports": [ { - "name": "183", - "hostPort": 1923334396, - "containerPort": -1343558801, - "protocol": "@掇lNdǂ\u003e", - "hostIP": "184" + "name": "186", + "hostPort": 282592353, + "containerPort": 377225334, + "protocol": "Ƹ[Ęİ榌U髷裎$MVȟ@7", + "hostIP": "187" } ], "envFrom": [ { - "prefix": "185", + "prefix": "188", "configMapRef": { - "name": "186", - "optional": true + "name": "189", + "optional": false }, "secretRef": { - "name": "187", - "optional": true - } - } - ], - "env": [ - { - "name": "188", - "value": "189", - "valueFrom": { - "fieldRef": { - "apiVersion": "190", - "fieldPath": "191" - }, - "resourceFieldRef": { - "containerName": "192", - "resource": "193", - "divisor": "713" - }, - "configMapKeyRef": { - "name": "194", - "key": "195", - "optional": true - }, - "secretKeyRef": { - "name": "196", - "key": "197", - "optional": false - } - } - } - ], - "resources": { - "limits": { - "荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3": "86" - }, - "requests": { - "t莭琽§ć\\ ïì": "80" - } - }, - "volumeMounts": [ - { - "name": "198", - "readOnly": true, - "mountPath": "199", - "subPath": "200", - "mountPropagation": "0矀Kʝ瘴I\\p[ħsĨɆâĺɗŹ倗S", - "subPathExpr": "201" - } - ], - "volumeDevices": [ - { - "name": "202", - "devicePath": "203" - } - ], - "livenessProbe": { - "exec": { - "command": [ - "204" - ] - }, - "httpGet": { - "path": "205", - "port": -1285424066, - "host": "206", - "scheme": "ni酛3ƁÀ", - "httpHeaders": [ - { - "name": "207", - "value": "208" - } - ] - }, - "tcpSocket": { - "port": "209", - "host": "210" - }, - "initialDelaySeconds": -2036074491, - "timeoutSeconds": -148216266, - "periodSeconds": 165047920, - "successThreshold": -393291312, - "failureThreshold": -93157681, - "terminationGracePeriodSeconds": -4856573944864548413 - }, - "readinessProbe": { - "exec": { - "command": [ - "211" - ] - }, - "httpGet": { - "path": "212", - "port": -331283026, - "host": "213", - "scheme": "ȉ", - "httpHeaders": [ - { - "name": "214", - "value": "215" - } - ] - }, - "tcpSocket": { - "port": 714088955, - "host": "216" - }, - "initialDelaySeconds": 1033766276, - "timeoutSeconds": -1745509819, - "periodSeconds": -859135545, - "successThreshold": -1543701088, - "failureThreshold": 513341278, - "terminationGracePeriodSeconds": 2696007505383404823 - }, - "startupProbe": { - "exec": { - "command": [ - "217" - ] - }, - "httpGet": { - "path": "218", - "port": -361442565, - "host": "219", - "scheme": "w", - "httpHeaders": [ - { - "name": "220", - "value": "221" - } - ] - }, - "tcpSocket": { - "port": -1099429189, - "host": "222" - }, - "initialDelaySeconds": 994072122, - "timeoutSeconds": 1752155096, - "periodSeconds": -1962065705, - "successThreshold": 1701999128, - "failureThreshold": -1364571630, - "terminationGracePeriodSeconds": 7258403424756645907 - }, - "lifecycle": { - "postStart": { - "exec": { - "command": [ - "223" - ] - }, - "httpGet": { - "path": "224", - "port": -1109619518, - "host": "225", - "scheme": "ĺ}潷ʒ胵輓Ɔȓ蹣ɐǛv+8Ƥ熪", - "httpHeaders": [ - { - "name": "226", - "value": "227" - } - ] - }, - "tcpSocket": { - "port": "228", - "host": "229" - } - }, - "preStop": { - "exec": { - "command": [ - "230" - ] - }, - "httpGet": { - "path": "231", - "port": 461585849, - "host": "232", - "scheme": "ɇ卷荙JLĹ]佱¿\u003e犵殇ŕ-Ɂ", - "httpHeaders": [ - { - "name": "233", - "value": "234" - } - ] - }, - "tcpSocket": { - "port": 467291328, - "host": "235" - } - } - }, - "terminationMessagePath": "236", - "terminationMessagePolicy": "ĸ輦唊", - "imagePullPolicy": "r嚧", - "securityContext": { - "capabilities": { - "add": [ - "埄趛" - ], - "drop": [ - "ʁ岼昕ĬÇ" - ] - }, - "privileged": true, - "seLinuxOptions": { - "user": "237", - "role": "238", - "type": "239", - "level": "240" - }, - "windowsOptions": { - "gmsaCredentialSpecName": "241", - "gmsaCredentialSpec": "242", - "runAsUserName": "243", - "hostProcess": false - }, - "runAsUser": 161123823296532265, - "runAsGroup": -6406791857291159870, - "runAsNonRoot": false, - "readOnlyRootFilesystem": false, - "allowPrivilegeEscalation": false, - "procMount": "鐫û咡W\u003c敄lu|榝", - "seccompProfile": { - "type": "î.Ȏ蝪ʜ5遰=", - "localhostProfile": "244" - } - }, - "stdin": true, - "stdinOnce": true, - "tty": true - } - ], - "containers": [ - { - "name": "245", - "image": "246", - "command": [ - "247" - ], - "args": [ - "248" - ], - "workingDir": "249", - "ports": [ - { - "name": "250", - "hostPort": -370386363, - "containerPort": 1714588921, - "protocol": "Ư貾", - "hostIP": "251" - } - ], - "envFrom": [ - { - "prefix": "252", - "configMapRef": { - "name": "253", - "optional": true - }, - "secretRef": { - "name": "254", + "name": "190", "optional": false } } ], "env": [ { - "name": "255", - "value": "256", + "name": "191", + "value": "192", "valueFrom": { "fieldRef": { - "apiVersion": "257", - "fieldPath": "258" + "apiVersion": "193", + "fieldPath": "194" }, "resourceFieldRef": { - "containerName": "259", - "resource": "260", - "divisor": "271" + "containerName": "195", + "resource": "196", + "divisor": "573" }, "configMapKeyRef": { - "name": "261", - "key": "262", + "name": "197", + "key": "198", "optional": false }, "secretKeyRef": { - "name": "263", - "key": "264", - "optional": true + "name": "199", + "key": "200", + "optional": false } } } ], "resources": { "limits": { - "庰%皧V": "116" + "ǚ灄鸫rʤî萨zvt": "829" }, "requests": { - "": "289" + "悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\\p": "604" } }, "volumeMounts": [ { - "name": "265", + "name": "201", "readOnly": true, - "mountPath": "266", - "subPath": "267", - "mountPropagation": "橨鬶l獕;跣Hǝcw媀瓄\u0026翜舞拉Œ", - "subPathExpr": "268" + "mountPath": "202", + "subPath": "203", + "mountPropagation": "ƖHV", + "subPathExpr": "204" } ], "volumeDevices": [ { - "name": "269", - "devicePath": "270" + "name": "205", + "devicePath": "206" } ], "livenessProbe": { "exec": { "command": [ - "271" + "207" ] }, "httpGet": { - "path": "272", - "port": 1907998540, - "host": "273", - "scheme": ",ŕ", + "path": "208", + "port": -1196874390, + "host": "209", + "scheme": "S晒嶗UÐ_ƮA攤", "httpHeaders": [ { - "name": "274", - "value": "275" + "name": "210", + "value": "211" } ] }, "tcpSocket": { - "port": "276", - "host": "277" + "port": -498930176, + "host": "212" }, - "initialDelaySeconds": -253326525, - "timeoutSeconds": 567263590, - "periodSeconds": 887319241, - "successThreshold": 1559618829, - "failureThreshold": 1156888068, - "terminationGracePeriodSeconds": -5566612115749133989 + "initialDelaySeconds": 1885897314, + "timeoutSeconds": -465677631, + "periodSeconds": 1054858106, + "successThreshold": 232569106, + "failureThreshold": -1150474479, + "terminationGracePeriodSeconds": 3196828455642760911 }, "readinessProbe": { "exec": { "command": [ - "278" + "213" ] }, "httpGet": { - "path": "279", - "port": 1315054653, + "path": "214", + "port": "215", + "host": "216", + "scheme": "3!Zɾģ毋Ó6", + "httpHeaders": [ + { + "name": "217", + "value": "218" + } + ] + }, + "tcpSocket": { + "port": -832805508, + "host": "219" + }, + "initialDelaySeconds": -228822833, + "timeoutSeconds": -970312425, + "periodSeconds": -1213051101, + "successThreshold": 1451056156, + "failureThreshold": 267768240, + "terminationGracePeriodSeconds": -549108701661089463 + }, + "startupProbe": { + "exec": { + "command": [ + "220" + ] + }, + "httpGet": { + "path": "221", + "port": "222", + "host": "223", + "scheme": "#yV'WKw(ğ儴Ůĺ}", + "httpHeaders": [ + { + "name": "224", + "value": "225" + } + ] + }, + "tcpSocket": { + "port": -20130017, + "host": "226" + }, + "initialDelaySeconds": -1244623134, + "timeoutSeconds": -1334110502, + "periodSeconds": -398297599, + "successThreshold": 873056500, + "failureThreshold": -36782737, + "terminationGracePeriodSeconds": -7464951486382552895 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "227" + ] + }, + "httpGet": { + "path": "228", + "port": "229", + "host": "230", + "scheme": "鄠[颐o啛更偢ɇ卷荙JL", + "httpHeaders": [ + { + "name": "231", + "value": "232" + } + ] + }, + "tcpSocket": { + "port": "233", + "host": "234" + } + }, + "preStop": { + "exec": { + "command": [ + "235" + ] + }, + "httpGet": { + "path": "236", + "port": -1506633471, + "host": "237", + "scheme": "1虊谇j爻ƙt叀碧闳ȩr嚧ʣq", + "httpHeaders": [ + { + "name": "238", + "value": "239" + } + ] + }, + "tcpSocket": { + "port": "240", + "host": "241" + } + } + }, + "terminationMessagePath": "242", + "terminationMessagePolicy": "屡ʁ", + "securityContext": { + "capabilities": { + "add": [ + "Ÿ8T 苧yñKJɐ扵" + ], + "drop": [ + "ƚ绤fʀļ腩墺Ò媁荭gw忊|E剒蔞" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "243", + "role": "244", + "type": "245", + "level": "246" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "247", + "gmsaCredentialSpec": "248", + "runAsUserName": "249", + "hostProcess": true + }, + "runAsUser": 3582457287488712192, + "runAsGroup": -7664873352063067579, + "runAsNonRoot": true, + "readOnlyRootFilesystem": false, + "allowPrivilegeEscalation": true, + "procMount": "\u003c6", + "seccompProfile": { + "type": "簳°Ļǟi\u0026皥贸", + "localhostProfile": "250" + } + }, + "stdin": true + } + ], + "containers": [ + { + "name": "251", + "image": "252", + "command": [ + "253" + ], + "args": [ + "254" + ], + "workingDir": "255", + "ports": [ + { + "name": "256", + "hostPort": -1314967760, + "containerPort": 1174240097, + "protocol": "\\E¦队偯J僳徥淳", + "hostIP": "257" + } + ], + "envFrom": [ + { + "prefix": "258", + "configMapRef": { + "name": "259", + "optional": false + }, + "secretRef": { + "name": "260", + "optional": true + } + } + ], + "env": [ + { + "name": "261", + "value": "262", + "valueFrom": { + "fieldRef": { + "apiVersion": "263", + "fieldPath": "264" + }, + "resourceFieldRef": { + "containerName": "265", + "resource": "266", + "divisor": "965" + }, + "configMapKeyRef": { + "name": "267", + "key": "268", + "optional": false + }, + "secretKeyRef": { + "name": "269", + "key": "270", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "4Ǒ輂,ŕĪ": "398" + }, + "requests": { + "V訆Ǝżŧ": "915" + } + }, + "volumeMounts": [ + { + "name": "271", + "readOnly": true, + "mountPath": "272", + "subPath": "273", + "mountPropagation": "SÄ蚃ɣľ)酊龨δ摖ȱğ_\u003c", + "subPathExpr": "274" + } + ], + "volumeDevices": [ + { + "name": "275", + "devicePath": "276" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "277" + ] + }, + "httpGet": { + "path": "278", + "port": "279", "host": "280", - "scheme": "蚃ɣľ)酊龨δ摖ȱ", + "scheme": "蛜6Ɖ飴ɎiǨź'ǵɐ鰥Z龏", "httpHeaders": [ { "name": "281", @@ -841,27 +814,27 @@ ] }, "tcpSocket": { - "port": "283", - "host": "284" + "port": -614098868, + "host": "283" }, - "initialDelaySeconds": 1905181464, - "timeoutSeconds": -1730959016, - "periodSeconds": 1272940694, - "successThreshold": -385597677, - "failureThreshold": 422133388, - "terminationGracePeriodSeconds": 8385745044578923915 + "initialDelaySeconds": 234253676, + "timeoutSeconds": 846286700, + "periodSeconds": 1080545253, + "successThreshold": 1843491416, + "failureThreshold": -1204965397, + "terminationGracePeriodSeconds": -2125560879532395341 }, - "startupProbe": { + "readinessProbe": { "exec": { "command": [ - "285" + "284" ] }, "httpGet": { - "path": "286", - "port": 1013673874, + "path": "285", + "port": "286", "host": "287", - "scheme": "ə娯Ȱ囌{", + "scheme": "花ª瘡蟦JBʟ鍏", "httpHeaders": [ { "name": "288", @@ -870,158 +843,187 @@ ] }, "tcpSocket": { - "port": -1829146875, - "host": "290" + "port": "290", + "host": "291" }, - "initialDelaySeconds": -205176266, - "timeoutSeconds": 490479437, - "periodSeconds": -116469891, - "successThreshold": 311083651, - "failureThreshold": 353361793, - "terminationGracePeriodSeconds": -8939747084334542875 + "initialDelaySeconds": -2062708879, + "timeoutSeconds": 215186711, + "periodSeconds": -141401239, + "successThreshold": -1187301925, + "failureThreshold": -402384013, + "terminationGracePeriodSeconds": -779972051078659613 + }, + "startupProbe": { + "exec": { + "command": [ + "292" + ] + }, + "httpGet": { + "path": "293", + "port": "294", + "host": "295", + "scheme": "İ", + "httpHeaders": [ + { + "name": "296", + "value": "297" + } + ] + }, + "tcpSocket": { + "port": "298", + "host": "299" + }, + "initialDelaySeconds": -1615316902, + "timeoutSeconds": -793616601, + "periodSeconds": -522215271, + "successThreshold": 1374479082, + "failureThreshold": 737722974, + "terminationGracePeriodSeconds": -247950237984551522 }, "lifecycle": { "postStart": { "exec": { "command": [ - "291" + "300" ] }, "httpGet": { - "path": "292", - "port": -1021949447, - "host": "293", - "scheme": "B芭", + "path": "301", + "port": 1502643091, + "host": "302", + "scheme": "­蜷ɔ幩š", "httpHeaders": [ { - "name": "294", - "value": "295" + "name": "303", + "value": "304" } ] }, "tcpSocket": { - "port": "296", - "host": "297" + "port": 455833230, + "host": "305" } }, "preStop": { "exec": { "command": [ - "298" + "306" ] }, "httpGet": { - "path": "299", - "port": "300", - "host": "301", - "scheme": "yƕ丆録²Ŏ)", + "path": "307", + "port": 1076497581, + "host": "308", + "scheme": "h4ɊHȖ|ʐ", "httpHeaders": [ { - "name": "302", - "value": "303" + "name": "309", + "value": "310" } ] }, "tcpSocket": { - "port": 507384491, - "host": "304" + "port": 248533396, + "host": "311" } } }, - "terminationMessagePath": "305", - "terminationMessagePolicy": "3", - "imagePullPolicy": "汰8ŕİi騎C\"6x$1s", + "terminationMessagePath": "312", + "terminationMessagePolicy": "迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ", + "imagePullPolicy": "ņ", "securityContext": { "capabilities": { "add": [ - "p鋄5弢ȹ均i绝5" + "DŽ髐njʉBn(fǂǢ曣" ], "drop": [ - "" + "ay" ] }, - "privileged": true, + "privileged": false, "seLinuxOptions": { - "user": "306", - "role": "307", - "type": "308", - "level": "309" + "user": "313", + "role": "314", + "type": "315", + "level": "316" }, "windowsOptions": { - "gmsaCredentialSpecName": "310", - "gmsaCredentialSpec": "311", - "runAsUserName": "312", - "hostProcess": false + "gmsaCredentialSpecName": "317", + "gmsaCredentialSpec": "318", + "runAsUserName": "319", + "hostProcess": true }, - "runAsUser": -3385088507022597813, - "runAsGroup": 7023916302283403328, - "runAsNonRoot": false, + "runAsUser": -3576337664396773931, + "runAsGroup": -4786249339103684082, + "runAsNonRoot": true, "readOnlyRootFilesystem": false, - "allowPrivilegeEscalation": false, - "procMount": "ş", + "allowPrivilegeEscalation": true, + "procMount": "u8晲", "seccompProfile": { - "type": "諔迮ƙ", - "localhostProfile": "313" + "type": "[irȎ3Ĕ\\ɢX鰨松/Ȁĵ鴁ĩȲ", + "localhostProfile": "320" } }, - "stdinOnce": true + "stdin": true } ], "ephemeralContainers": [ { - "name": "314", - "image": "315", + "name": "321", + "image": "322", "command": [ - "316" + "323" ], "args": [ - "317" + "324" ], - "workingDir": "318", + "workingDir": "325", "ports": [ { - "name": "319", - "hostPort": -488127393, - "containerPort": 1137109081, - "protocol": "丽饾| 鞤ɱď", - "hostIP": "320" + "name": "326", + "hostPort": 1453852685, + "containerPort": 2037135322, + "protocol": "ǧĒzŔ瘍N", + "hostIP": "327" } ], "envFrom": [ { - "prefix": "321", + "prefix": "328", "configMapRef": { - "name": "322", + "name": "329", "optional": true }, "secretRef": { - "name": "323", - "optional": false + "name": "330", + "optional": true } } ], "env": [ { - "name": "324", - "value": "325", + "name": "331", + "value": "332", "valueFrom": { "fieldRef": { - "apiVersion": "326", - "fieldPath": "327" + "apiVersion": "333", + "fieldPath": "334" }, "resourceFieldRef": { - "containerName": "328", - "resource": "329", - "divisor": "66" + "containerName": "335", + "resource": "336", + "divisor": "464" }, "configMapKeyRef": { - "name": "330", - "key": "331", + "name": "337", + "key": "338", "optional": true }, "secretKeyRef": { - "name": "332", - "key": "333", + "name": "339", + "key": "340", "optional": false } } @@ -1029,56 +1031,28 @@ ], "resources": { "limits": { - "ƣMț譎懚X": "93" + "汚磉反-n": "653" }, "requests": { - "曣ŋayåe躒訙": "484" + "^輅9ɛ棕ƈ眽炊礫Ƽ¨Ix糂腂ǂǚ": "999" } }, "volumeMounts": [ { - "name": "334", - "mountPath": "335", - "subPath": "336", - "mountPropagation": "(娕uE增猍", - "subPathExpr": "337" + "name": "341", + "mountPath": "342", + "subPath": "343", + "mountPropagation": "蛋I滞廬耐鷞焬CQm坊柩", + "subPathExpr": "344" } ], "volumeDevices": [ { - "name": "338", - "devicePath": "339" + "name": "345", + "devicePath": "346" } ], "livenessProbe": { - "exec": { - "command": [ - "340" - ] - }, - "httpGet": { - "path": "341", - "port": "342", - "host": "343", - "httpHeaders": [ - { - "name": "344", - "value": "345" - } - ] - }, - "tcpSocket": { - "port": -819013491, - "host": "346" - }, - "initialDelaySeconds": -1843539391, - "timeoutSeconds": 1238925115, - "periodSeconds": -1758095966, - "successThreshold": 1627026804, - "failureThreshold": -1508967300, - "terminationGracePeriodSeconds": -4548040070833300341 - }, - "readinessProbe": { "exec": { "command": [ "347" @@ -1086,9 +1060,9 @@ }, "httpGet": { "path": "348", - "port": -186532794, + "port": -1088996269, "host": "349", - "scheme": "ĩȲǸ|蕎'佉賞ǧĒzŔ瘍Nʊ輔3璾ė", + "scheme": "ƘƵŧ1ƟƓ宆!", "httpHeaders": [ { "name": "350", @@ -1097,80 +1071,86 @@ ] }, "tcpSocket": { - "port": "352", - "host": "353" + "port": -1836225650, + "host": "352" }, - "initialDelaySeconds": -751455207, - "timeoutSeconds": -894026356, - "periodSeconds": 646133945, - "successThreshold": -506710067, - "failureThreshold": -47594442, - "terminationGracePeriodSeconds": -8866033802256420471 + "initialDelaySeconds": -1065853311, + "timeoutSeconds": 559999152, + "periodSeconds": -843639240, + "successThreshold": 1573261475, + "failureThreshold": -1211577347, + "terminationGracePeriodSeconds": 6567123901989213629 }, - "startupProbe": { + "readinessProbe": { "exec": { "command": [ - "354" + "353" ] }, "httpGet": { - "path": "355", - "port": -1789721862, - "host": "356", - "scheme": "閈誹ʅ蕉ɼ", + "path": "354", + "port": 705333281, + "host": "355", + "scheme": "xƂ9阠", "httpHeaders": [ { - "name": "357", - "value": "358" + "name": "356", + "value": "357" } ] }, "tcpSocket": { - "port": 374862544, - "host": "359" + "port": -916583020, + "host": "358" }, - "initialDelaySeconds": 1518001294, - "timeoutSeconds": 1467189105, - "periodSeconds": -2068583194, - "successThreshold": -29073009, - "failureThreshold": 1190831814, - "terminationGracePeriodSeconds": 7262727411813417219 + "initialDelaySeconds": -606614374, + "timeoutSeconds": -3478003, + "periodSeconds": 498878902, + "successThreshold": 652646450, + "failureThreshold": 757223010, + "terminationGracePeriodSeconds": -8216131738691912586 + }, + "startupProbe": { + "exec": { + "command": [ + "359" + ] + }, + "httpGet": { + "path": "360", + "port": "361", + "host": "362", + "scheme": "Ů\u003cy鯶縆łƑ[澔", + "httpHeaders": [ + { + "name": "363", + "value": "364" + } + ] + }, + "tcpSocket": { + "port": 1288391156, + "host": "365" + }, + "initialDelaySeconds": -952255430, + "timeoutSeconds": 1568034275, + "periodSeconds": -824007302, + "successThreshold": -359713104, + "failureThreshold": 1671084780, + "terminationGracePeriodSeconds": 1571605531283019612 }, "lifecycle": { "postStart": { "exec": { "command": [ - "360" + "366" ] }, "httpGet": { - "path": "361", - "port": 890223061, - "host": "362", - "scheme": "uEy竬ʆɞȥ}礤铟怖ý萜Ǖc8ǣ", - "httpHeaders": [ - { - "name": "363", - "value": "364" - } - ] - }, - "tcpSocket": { - "port": "365", - "host": "366" - } - }, - "preStop": { - "exec": { - "command": [ - "367" - ] - }, - "httpGet": { - "path": "368", - "port": 797714018, + "path": "367", + "port": "368", "host": "369", - "scheme": "vÄÚ×", + "scheme": "%ʝ`ǭ", "httpHeaders": [ { "name": "370", @@ -1179,104 +1159,126 @@ ] }, "tcpSocket": { - "port": "372", - "host": "373" + "port": -1467648837, + "host": "372" + } + }, + "preStop": { + "exec": { + "command": [ + "373" + ] + }, + "httpGet": { + "path": "374", + "port": "375", + "host": "376", + "scheme": "磂tńČȷǻ.wȏâ磠Ƴ崖S", + "httpHeaders": [ + { + "name": "377", + "value": "378" + } + ] + }, + "tcpSocket": { + "port": "379", + "host": "380" } } }, - "terminationMessagePath": "374", - "terminationMessagePolicy": "m罂o3ǰ廋i乳'ȘUɻ", - "imagePullPolicy": "阠$嬏", + "terminationMessagePath": "381", + "terminationMessagePolicy": "¯ÁȦtl敷斢", + "imagePullPolicy": "愝Ű藛b磾sYȠ繽敮ǰ詀ǿ忀oɎƺL", "securityContext": { "capabilities": { "add": [ - "¶熀ďJZ漤" + "鬬$矐_敕ű嵞嬯t{Eɾ" ], "drop": [ - "" + "Ȯ-湷D谹気Ƀ秮òƬɸĻo:" ] }, "privileged": true, "seLinuxOptions": { - "user": "375", - "role": "376", - "type": "377", - "level": "378" + "user": "382", + "role": "383", + "type": "384", + "level": "385" }, "windowsOptions": { - "gmsaCredentialSpecName": "379", - "gmsaCredentialSpec": "380", - "runAsUserName": "381", - "hostProcess": false + "gmsaCredentialSpecName": "386", + "gmsaCredentialSpec": "387", + "runAsUserName": "388", + "hostProcess": true }, - "runAsUser": 5680561050872693436, - "runAsGroup": -8721643037453811760, + "runAsUser": 4224635496843945227, + "runAsGroup": 73764735411458498, "runAsNonRoot": false, - "readOnlyRootFilesystem": true, - "allowPrivilegeEscalation": true, - "procMount": "槃JŵǤ桒ɴ鉂WJ", + "readOnlyRootFilesystem": false, + "allowPrivilegeEscalation": false, + "procMount": "s44矕Ƈè", "seccompProfile": { - "type": "抉泅ą\u0026疀ȼN翾ȾD虓氙磂tńČȷǻ", - "localhostProfile": "382" + "type": "鑏='ʨ|ǓÓ敆OɈÏ 瞍", + "localhostProfile": "389" } }, - "targetContainerName": "383" + "tty": true, + "targetContainerName": "390" } ], - "restartPolicy": "ȏâ磠", - "terminationGracePeriodSeconds": 5614430095732678823, - "activeDeadlineSeconds": 5204116807884683873, - "dnsPolicy": "8ð仁Q橱9ij\\Ď愝Ű藛b", + "restartPolicy": "ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn", + "terminationGracePeriodSeconds": -8335674866227004872, + "activeDeadlineSeconds": 3305070661619041050, + "dnsPolicy": "+Œ9两", "nodeSelector": { - "384": "385" + "391": "392" }, - "serviceAccountName": "386", - "serviceAccount": "387", - "automountServiceAccountToken": true, - "nodeName": "388", - "hostNetwork": true, + "serviceAccountName": "393", + "serviceAccount": "394", + "automountServiceAccountToken": false, + "nodeName": "395", "hostPID": true, - "hostIPC": true, - "shareProcessNamespace": false, + "shareProcessNamespace": true, "securityContext": { "seLinuxOptions": { - "user": "389", - "role": "390", - "type": "391", - "level": "392" + "user": "396", + "role": "397", + "type": "398", + "level": "399" }, "windowsOptions": { - "gmsaCredentialSpecName": "393", - "gmsaCredentialSpec": "394", - "runAsUserName": "395", + "gmsaCredentialSpecName": "400", + "gmsaCredentialSpec": "401", + "runAsUserName": "402", "hostProcess": false }, - "runAsUser": -3072254610148392250, - "runAsGroup": -935274303703112577, + "runAsUser": 3438266910774132295, + "runAsGroup": 3230705132538051674, "runAsNonRoot": true, "supplementalGroups": [ - 5215323049148402377 + -1600417733583164525 ], - "fsGroup": 2946116477552625615, + "fsGroup": -3964669311891901178, "sysctls": [ { - "name": "396", - "value": "397" + "name": "403", + "value": "404" } ], - "fsGroupChangePolicy": "$鬬$矐_敕", + "fsGroupChangePolicy": "ƴ4虵p", "seccompProfile": { - "type": "嵞嬯t{Eɾ敹Ȯ-湷D谹", - "localhostProfile": "398" + "type": "沥7uPƒw©ɴĶ烷Ľthp", + "localhostProfile": "405" } }, "imagePullSecrets": [ { - "name": "399" + "name": "406" } ], - "hostname": "400", - "subdomain": "401", + "hostname": "407", + "subdomain": "408", "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { @@ -1284,19 +1286,19 @@ { "matchExpressions": [ { - "key": "402", - "operator": "", + "key": "409", + "operator": "濦ʓɻŊ0蚢鑸鶲Ãqb轫", "values": [ - "403" + "410" ] } ], "matchFields": [ { - "key": "404", - "operator": "ɸĻo:{柯?B俋¬h`職铳s44矕Ƈ", + "key": "411", + "operator": " ", "values": [ - "405" + "412" ] } ] @@ -1305,23 +1307,23 @@ }, "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1805682547, + "weight": -5241849, "preference": { "matchExpressions": [ { - "key": "406", - "operator": "='ʨ|ǓÓ敆OɈÏ 瞍髃", + "key": "413", + "operator": "'呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG", "values": [ - "407" + "414" ] } ], "matchFields": [ { - "key": "408", - "operator": "ƒK07曳w", + "key": "415", + "operator": "[y#t(", "values": [ - "409" + "416" ] } ] @@ -1334,27 +1336,30 @@ { "labelSelector": { "matchLabels": { - "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" + "rG-7--p9.-_0R.-_-3_L_2--_v2.5p_..Y-.wg_-b8a_68": "Q4_.84.K_-_0_..u.F.pq..--Q" }, "matchExpressions": [ { - "key": "67F3p2_-_AmD-.0P", - "operator": "DoesNotExist" + "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": [ - "416" + "423" ], - "topologyKey": "417", + "topologyKey": "424", "namespaceSelector": { "matchLabels": { - "6--3QC1--L--v_Z--Zg-_4Q__-v_t_u_.__I_-_-w": "d-5X1rh-K5y_AzOBW.9oE9_6.--v1r" + "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": "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": "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" } ] } @@ -1362,31 +1367,31 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -450654683, + "weight": -234140, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "G_2kCpS__.39g_.--_-_ve5.m_2_--XZ-x._0": "M2-n_5023Xl-3Pw_-r75--_-A-o-__y__._12..wrbW_E..24-O._.v._9c" + "1_.-_L-__bf_9_-C-PfNx__-U_P": "tW23-_.z_.._s--_F-BR-.h_2" }, "matchExpressions": [ { - "key": "3hjo--8kb6--ut---p8--3-e-3-44-e.w--i--40wv--in-870w--it6k47-7yd-y--3wc8q8/Jm...Cr", - "operator": "DoesNotExist" + "key": "s_6O-5_7_-0w_--5-_.3--_9QW2JkU27_.-4T-I.-..K.-.0__sD.-.-_s", + "operator": "Exists" } ] }, "namespaces": [ - "430" + "437" ], - "topologyKey": "431", + "topologyKey": "438", "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" + "Q.-_t--O3": "7z2-y.-...C4_-_2G0.-c_C.G.h--m._fN._k8__._ep2P.B._A_09E" }, "matchExpressions": [ { - "key": "C-_20", - "operator": "Exists" + "key": "P_p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o..p_B-d--Q5._D6_.d-n_9np", + "operator": "DoesNotExist" } ] } @@ -1399,30 +1404,33 @@ { "labelSelector": { "matchLabels": { - "fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o5": "TB-d-Q" + "n7-a6434---7i-f-d019o1v3u.2k8-2-d--n--r8661--3-8-t48g-w2q7z-vps548-d-1r7j--v2x-64dwb/e": "8" }, "matchExpressions": [ { - "key": "4b699/B9n.2", + "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": [ - "MM7-.e.x" + "u-.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133eT_2_t_IkI-mt4...rBQ.9-0" ] } ] }, "namespaces": [ - "444" + "451" ], - "topologyKey": "445", + "topologyKey": "452", "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" + "m_-Z.wc..k_0_5.z.0..__k": "b.-9.Y0-_-.l__.c17__f_-336-.BT" }, "matchExpressions": [ { - "key": "8u2-__3uM77U7._pT-___-_5-6h_Ky7-_0Vw-Nzfdw.3-._J", - "operator": "DoesNotExist" + "key": "N7.81_-._-_8_.._._a9", + "operator": "In", + "values": [ + "vi.gZdnUVP._81_---l_3_-_G-D....js--a---..6bD_Mh" + ] } ] } @@ -1430,33 +1438,30 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1131487788, + "weight": 1276377114, "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" + "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": "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": "v54le-to9e--a-7je9fz87-2jvd23-0p1.360v2-x-cpor---cigu--s/j-dY7_M_-._M5..-N_H_55..--E3_2h", + "operator": "DoesNotExist" } ] }, "namespaces": [ - "458" + "465" ], - "topologyKey": "459", + "topologyKey": "466", "namespaceSelector": { "matchLabels": { - "7u-h---dY7_M_-._M5..-N_H_55..--E3_2D-1DW__o_-._kzB7U_.Q.45cy5": "Y-__-Zvt.LT60v.WxPc--K" + "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": "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", + "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" } ] @@ -1466,66 +1471,66 @@ ] } }, - "schedulerName": "466", + "schedulerName": "473", "tolerations": [ { - "key": "467", - "operator": "E色kx-餌勀奷ŎC菡ƴ勋;*靯įƊ", - "value": "468", - "effect": "ŕ蘴濼DZj鎒ũW|ȶdžH0ƾ瘿¸", - "tolerationSeconds": -3147305732428645642 + "key": "474", + "operator": "r}梳攔wŲ魦Ɔ0ƢĮÀĘÆɆȸȢ蒸", + "value": "475", + "effect": "U烈 źfjǰɪ嘞ȏ}杻扞Ğ", + "tolerationSeconds": 3252034671163905138 } ], "hostAliases": [ { - "ip": "469", + "ip": "476", "hostnames": [ - "470" + "477" ] } ], - "priorityClassName": "471", - "priority": -1756088332, + "priorityClassName": "478", + "priority": 347613368, "dnsConfig": { "nameservers": [ - "472" + "479" ], "searches": [ - "473" + "480" ], "options": [ { - "name": "474", - "value": "475" + "name": "481", + "value": "482" } ] }, "readinessGates": [ { - "conditionType": "#sM網" + "conditionType": "ř岈ǎǏ]S5:œƌ嵃ǁ" } ], - "runtimeClassName": "476", - "enableServiceLinks": true, - "preemptionPolicy": "ûŠl倳ţü¿Sʟ鍡", + "runtimeClassName": "483", + "enableServiceLinks": false, + "preemptionPolicy": "m珢\\%傢z¦Ā竚ĐȌƨǴ叆", "overhead": { - "炳薝鴠:X才à脡ǯ?b砸ƻ舁Ȁ贠ȇö匉": "452" + "D輷": "792" }, "topologySpreadConstraints": [ { - "maxSkew": -447559705, - "topologyKey": "477", - "whenUnsatisfiable": "TaI楅©Ǫ壿/š^劶äɲ泒", + "maxSkew": -484382570, + "topologyKey": "484", + "whenUnsatisfiable": "nn坾\u0026Pɫ(ʙÆʨɺC`", "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" + "n.DL.o_e-d92e8S_-0-_8Vz-E41___75Q-T": "O.__0PPX-.-d4Badb" }, "matchExpressions": [ { - "key": "KTlO.__0PX", - "operator": "In", + "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": [ - "V6K_.3_583-6.f-.9-.V..Q-K_6_3" + "h.v._5.vB-.-7-.6Jv-86___3" ] } ] @@ -1538,131 +1543,136 @@ "volumeClaimTemplates": [ { "metadata": { - "name": "484", - "generateName": "485", - "namespace": "486", - "selfLink": "487", - "uid": "ʬÇ[輚趞ț@", - "resourceVersion": "17306677052996382890", - "generation": -7348861935573569087, - "creationTimestamp": "1982-10-30T18:37:00Z", - "deletionGracePeriodSeconds": -7914036355585221334, + "name": "491", + "generateName": "492", + "namespace": "493", + "selfLink": "494", + "uid": "4LM桵Ţ宧ʜ嵹ʌ5Ë}", + "resourceVersion": "932117408350471144", + "generation": 4446917721686139397, + "creationTimestamp": "2013-04-06T12:27:00Z", + "deletionGracePeriodSeconds": -2948232978388571762, "labels": { - "489": "490" + "496": "497" }, "annotations": { - "491": "492" + "498": "499" }, "ownerReferences": [ { - "apiVersion": "493", - "kind": "494", - "name": "495", - "uid": "\u003e泔Eëæ:\u003c堸眺舐嘯龡班悦ʀ臺穔", - "controller": true, - "blockOwnerDeletion": true + "apiVersion": "500", + "kind": "501", + "name": "502", + "uid": "憲Ħ焵i,ŋ", + "controller": false, + "blockOwnerDeletion": false } ], "finalizers": [ - "496" + "503" ], - "clusterName": "497", + "clusterName": "504", "managedFields": [ { - "manager": "498", - "operation": "ƥm粝ôD齆O#ȞM\u003c²彾Ǟʈɐ碓", - "apiVersion": "499", - "fieldsType": "500", - "subresource": "501" + "manager": "505", + "operation": "Ʀ§:Ǫ魚Emv看ƜZ穑S", + "apiVersion": "506", + "fieldsType": "507", + "subresource": "508" } ] }, "spec": { "accessModes": [ - "uȒ\u003cȕ碭ȡ,簓\u0026禑Ŏ瑁鑕婙蓫椧蒭諎漎" + "Is{豘ñ澀j劎笜釼鮭Ɯ" ], "selector": { "matchLabels": { - "3Q_-tHJ-_x-_l_-Ts1-Eb.zj.h96-63-T-.M----p_-6": "9_i-M_._i3-__5nw-_-0__P0.3_rK-Mn1l.j_.17.T-_.X_KS-J.9_j570n__a" + "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": "c59x3oo2/a4-___..1.N_l..-8", - "operator": "DoesNotExist" + "key": "R_-U7-F34-6.-_-O-F__h9", + "operator": "Exists" } ] }, "resources": { "limits": { - "": "736" + "獪霛圦Ƶ": "159" }, "requests": { - "DÓǶɟ汩b隊曻:Bȗ轊": "278" + "-劺b": "142" } }, - "volumeName": "508", - "storageClassName": "509", - "volumeMode": "ɋb賝łų$Q郔惻¬\\ơ^", + "volumeName": "515", + "storageClassName": "516", + "volumeMode": "ê婼SƸ炃\u0026-Ƹ绿浠穸æǷ^ɘʘ", "dataSource": { - "apiGroup": "510", - "kind": "511", - "name": "512" + "apiGroup": "517", + "kind": "518", + "name": "519" + }, + "dataSourceRef": { + "apiGroup": "520", + "kind": "521", + "name": "522" } }, "status": { - "phase": "VǕ酈t史C\u003c镼ƶƭ", + "phase": "h蹤?攫垳ȿūDmÒ侠泊蠻毜鷟傚罢ț", "accessModes": [ - "" + "\u003e7u?=ȳ皆Cds壋" ], "capacity": { - "蟀贑!ǃȥ瓤骁ȩ": "486" + "H%": "764" }, "conditions": [ { - "type": "儲ȃ\u003cDŽ噻ȁ隞ĻȀ拞抵\u003c躁ĄȐ煷叺", - "status": "貂ĝ,梙Ŭ贩濑bħ瓌L綡簏Ʉ", - "lastProbeTime": "2002-10-17T05:21:34Z", - "lastTransitionTime": "2090-08-02T09:40:31Z", - "reason": "513", - "message": "514" + "type": "A麭T棞詢¡ɅǏõxġ疾ɇ", + "status": "=击S", + "lastProbeTime": "2806-03-31T09:12:56Z", + "lastTransitionTime": "2430-10-28T09:53:06Z", + "reason": "523", + "message": "524" } ] } } ], - "serviceName": "515", - "podManagementPolicy": "(DǺM變ǣƆ鄾篏q鴥络@", + "serviceName": "525", + "podManagementPolicy": "軈ĕʦ竳÷ 骵蓧應ĸ簋涼ĥ訛\\`ĝňY", "updateStrategy": { - "type": "撇Ȥ寭ƉɫDžXSgƈɿ1", + "type": "Ä嚕uʟ膠ĉ班康%m忣àÂƺ琰Ȃ", "rollingUpdate": { - "partition": -578791744 + "partition": 804652982 } }, - "revisionHistoryLimit": 1747963012, - "minReadySeconds": 227754708, + "revisionHistoryLimit": -827620894, + "minReadySeconds": -619299042, "persistentVolumeClaimRetentionPolicy": { - "whenDeleted": "牦[闤ŬNĻ", - "whenScaled": "ĕ" + "whenDeleted": "弞þƔ剛Ʃ°qgWǰ绿络a", + "whenScaled": "7ɞŶJŖ)j{驟ʦcȃ/I" } }, "status": { - "observedGeneration": 6686533762378407166, - "replicas": -506660990, - "readyReplicas": 504213151, - "currentReplicas": -1264206794, - "updatedReplicas": -691647199, - "currentRevision": "516", - "updateRevision": "517", - "collisionCount": -1994313473, + "observedGeneration": -3509397394862257066, + "replicas": -1343766220, + "readyReplicas": -346713296, + "currentReplicas": 282379690, + "updatedReplicas": -554064621, + "currentRevision": "526", + "updateRevision": "527", + "collisionCount": 974374726, "conditions": [ { - "type": "龌帲笁銭1ÂơHđ\"-劺b", - "status": "Dê婼SƸ炃\u0026-Ƹ绿浠穸æǷ^ɘ", - "lastTransitionTime": "2624-04-25T00:24:24Z", - "reason": "518", - "message": "519" + "type": "劾ůk`磾ƃ妹浓ª", + "status": "痞濥鐳VDɝÔȗ$", + "lastTransitionTime": "2141-07-05T00:48:21Z", + "reason": "528", + "message": "529" } ], - "availableReplicas": 2082714834 + "availableReplicas": -1350782402 } } \ No newline at end of file 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 004722fee1eb4e067878c2330a62f157205d9c62..1a94112750a44127359aecf96a9e41426d4b07d8 100644 GIT binary patch delta 6958 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 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 2c384a390c5..f41dcf2304b 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 @@ -31,20 +31,20 @@ metadata: selfLink: "5" uid: "7" spec: - minReadySeconds: 227754708 + minReadySeconds: -619299042 persistentVolumeClaimRetentionPolicy: - whenDeleted: 牦[闤ŬNĻ - whenScaled: ĕ - podManagementPolicy: (DǺM變ǣƆ鄾篏q鴥络@ + whenDeleted: 弞þƔ剛Ʃ°qgWǰ绿络a + whenScaled: 7ɞŶJŖ)j{驟ʦcȃ/I + podManagementPolicy: 軈ĕʦ竳÷ 骵蓧應ĸ簋涼ĥ訛\`ĝňY replicas: 896585016 - revisionHistoryLimit: 1747963012 + revisionHistoryLimit: -827620894 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: "515" + serviceName: "525" template: metadata: annotations: @@ -77,730 +77,730 @@ spec: selfLink: "29" uid: ?Qȫş spec: - activeDeadlineSeconds: 5204116807884683873 + activeDeadlineSeconds: 3305070661619041050 affinity: nodeAffinity: preferredDuringSchedulingIgnoredDuringExecution: - preference: matchExpressions: - - key: "406" - operator: ='ʨ|ǓÓ敆OɈÏ 瞍髃 + - key: "413" + operator: '''呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG' values: - - "407" + - "414" matchFields: - - key: "408" - operator: ƒK07曳w + - key: "415" + operator: '[y#t(' values: - - "409" - weight: 1805682547 + - "416" + weight: -5241849 requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - - key: "402" - operator: "" + - key: "409" + operator: 濦ʓɻŊ0蚢鑸鶲Ãqb轫 values: - - "403" + - "410" matchFields: - - key: "404" - operator: ɸĻo:{柯?B俋¬h`職铳s44矕Ƈ + - key: "411" + operator: ' ' values: - - "405" + - "412" podAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - - key: 3hjo--8kb6--ut---p8--3-e-3-44-e.w--i--40wv--in-870w--it6k47-7yd-y--3wc8q8/Jm...Cr - operator: DoesNotExist - matchLabels: - 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: C-_20 + - key: s_6O-5_7_-0w_--5-_.3--_9QW2JkU27_.-4T-I.-..K.-.0__sD.-.-_s operator: Exists 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 + 1_.-_L-__bf_9_-C-PfNx__-U_P: tW23-_.z_.._s--_F-BR-.h_2 + 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 + matchLabels: + Q.-_t--O3: 7z2-y.-...C4_-_2G0.-c_C.G.h--m._fN._k8__._ep2P.B._A_09E namespaces: - - "430" - topologyKey: "431" - weight: -450654683 + - "437" + topologyKey: "438" + weight: -234140 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: 67F3p2_-_AmD-.0P - operator: DoesNotExist + - 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: - 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 + rG-7--p9.-_0R.-_-3_L_2--_v2.5p_..Y-.wg_-b8a_68: Q4_.84.K_-_0_..u.F.pq..--Q 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: 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: - 6--3QC1--L--v_Z--Zg-_4Q__-v_t_u_.__I_-_-w: d-5X1rh-K5y_AzOBW.9oE9_6.--v1r + 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: - - "416" - topologyKey: "417" + - "423" + topologyKey: "424" 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 - 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 - 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 + - key: v54le-to9e--a-7je9fz87-2jvd23-0p1.360v2-x-cpor---cigu--s/j-dY7_M_-._M5..-N_H_55..--E3_2h operator: DoesNotExist matchLabels: - 7u-h---dY7_M_-._M5..-N_H_55..--E3_2D-1DW__o_-._kzB7U_.Q.45cy5: Y-__-Zvt.LT60v.WxPc--K + 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: 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: + ? 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: - - "458" - topologyKey: "459" - weight: 1131487788 + - "465" + topologyKey: "466" + weight: 1276377114 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: 4b699/B9n.2 + - 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: - - MM7-.e.x + - u-.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133eT_2_t_IkI-mt4...rBQ.9-0 matchLabels: - fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o5: TB-d-Q + n7-a6434---7i-f-d019o1v3u.2k8-2-d--n--r8661--3-8-t48g-w2q7z-vps548-d-1r7j--v2x-64dwb/e: "8" namespaceSelector: matchExpressions: - - key: 8u2-__3uM77U7._pT-___-_5-6h_Ky7-_0Vw-Nzfdw.3-._J - operator: DoesNotExist + - key: N7.81_-._-_8_.._._a9 + operator: In + values: + - vi.gZdnUVP._81_---l_3_-_G-D....js--a---..6bD_Mh 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 + m_-Z.wc..k_0_5.z.0..__k: b.-9.Y0-_-.l__.c17__f_-336-.BT namespaces: - - "444" - topologyKey: "445" - automountServiceAccountToken: true + - "451" + topologyKey: "452" + automountServiceAccountToken: false containers: - args: - - "248" + - "254" command: - - "247" + - "253" env: - - name: "255" - value: "256" + - name: "261" + value: "262" valueFrom: configMapKeyRef: - key: "262" - name: "261" + key: "268" + name: "267" optional: false fieldRef: - apiVersion: "257" - fieldPath: "258" + apiVersion: "263" + fieldPath: "264" resourceFieldRef: - containerName: "259" - divisor: "271" - resource: "260" + containerName: "265" + divisor: "965" + resource: "266" secretKeyRef: - key: "264" - name: "263" - optional: true + key: "270" + name: "269" + optional: false envFrom: - configMapRef: - name: "253" - optional: true - prefix: "252" - secretRef: - name: "254" + name: "259" optional: false - image: "246" - imagePullPolicy: 汰8ŕİi騎C"6x$1s + prefix: "258" + secretRef: + name: "260" + optional: true + image: "252" + imagePullPolicy: ņ lifecycle: postStart: exec: command: - - "291" + - "300" httpGet: - host: "293" + host: "302" httpHeaders: - - name: "294" - value: "295" - path: "292" - port: -1021949447 - scheme: B芭 + - name: "303" + value: "304" + path: "301" + port: 1502643091 + scheme: ­蜷ɔ幩š tcpSocket: - host: "297" - port: "296" + host: "305" + port: 455833230 preStop: exec: command: - - "298" + - "306" httpGet: - host: "301" + host: "308" httpHeaders: - - name: "302" - value: "303" - path: "299" - port: "300" - scheme: yƕ丆録²Ŏ) + - name: "309" + value: "310" + path: "307" + port: 1076497581 + scheme: h4ɊHȖ|ʐ tcpSocket: - host: "304" - port: 507384491 + host: "311" + port: 248533396 livenessProbe: exec: command: - - "271" - failureThreshold: 1156888068 - httpGet: - host: "273" - httpHeaders: - - name: "274" - value: "275" - path: "272" - port: 1907998540 - scheme: ',ŕ' - initialDelaySeconds: -253326525 - periodSeconds: 887319241 - successThreshold: 1559618829 - tcpSocket: - host: "277" - port: "276" - terminationGracePeriodSeconds: -5566612115749133989 - timeoutSeconds: 567263590 - name: "245" - ports: - - containerPort: 1714588921 - hostIP: "251" - hostPort: -370386363 - name: "250" - protocol: Ư貾 - readinessProbe: - exec: - command: - - "278" - failureThreshold: 422133388 + - "277" + failureThreshold: -1204965397 httpGet: host: "280" httpHeaders: - name: "281" value: "282" - path: "279" - port: 1315054653 - scheme: 蚃ɣľ)酊龨δ摖ȱ - initialDelaySeconds: 1905181464 - periodSeconds: 1272940694 - successThreshold: -385597677 + path: "278" + port: "279" + scheme: 蛜6Ɖ飴ɎiǨź'ǵɐ鰥Z龏 + initialDelaySeconds: 234253676 + periodSeconds: 1080545253 + successThreshold: 1843491416 tcpSocket: - host: "284" - port: "283" - terminationGracePeriodSeconds: 8385745044578923915 - timeoutSeconds: -1730959016 - resources: - limits: - 庰%皧V: "116" - requests: - "": "289" - securityContext: - allowPrivilegeEscalation: false - capabilities: - add: - - p鋄5弢ȹ均i绝5 - drop: - - "" - privileged: true - procMount: ş - readOnlyRootFilesystem: false - runAsGroup: 7023916302283403328 - runAsNonRoot: false - runAsUser: -3385088507022597813 - seLinuxOptions: - level: "309" - role: "307" - type: "308" - user: "306" - seccompProfile: - localhostProfile: "313" - type: 諔迮ƙ - windowsOptions: - gmsaCredentialSpec: "311" - gmsaCredentialSpecName: "310" - hostProcess: false - runAsUserName: "312" - startupProbe: + host: "283" + port: -614098868 + terminationGracePeriodSeconds: -2125560879532395341 + timeoutSeconds: 846286700 + name: "251" + ports: + - containerPort: 1174240097 + hostIP: "257" + hostPort: -1314967760 + name: "256" + protocol: \E¦队偯J僳徥淳 + readinessProbe: exec: command: - - "285" - failureThreshold: 353361793 + - "284" + failureThreshold: -402384013 httpGet: host: "287" httpHeaders: - name: "288" value: "289" - path: "286" - port: 1013673874 - scheme: ə娯Ȱ囌{ - initialDelaySeconds: -205176266 - periodSeconds: -116469891 - successThreshold: 311083651 + path: "285" + port: "286" + scheme: 花ª瘡蟦JBʟ鍏 + initialDelaySeconds: -2062708879 + periodSeconds: -141401239 + successThreshold: -1187301925 tcpSocket: - host: "290" - port: -1829146875 - terminationGracePeriodSeconds: -8939747084334542875 - timeoutSeconds: 490479437 - stdinOnce: true - terminationMessagePath: "305" - terminationMessagePolicy: "3" + host: "291" + port: "290" + terminationGracePeriodSeconds: -779972051078659613 + timeoutSeconds: 215186711 + resources: + limits: + 4Ǒ輂,ŕĪ: "398" + requests: + V訆Ǝżŧ: "915" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - DŽ髐njʉBn(fǂǢ曣 + drop: + - ay + privileged: false + procMount: u8晲 + readOnlyRootFilesystem: false + runAsGroup: -4786249339103684082 + runAsNonRoot: true + runAsUser: -3576337664396773931 + seLinuxOptions: + level: "316" + role: "314" + type: "315" + user: "313" + seccompProfile: + localhostProfile: "320" + type: '[irȎ3Ĕ\ɢX鰨松/Ȁĵ鴁ĩȲ' + windowsOptions: + gmsaCredentialSpec: "318" + gmsaCredentialSpecName: "317" + hostProcess: true + runAsUserName: "319" + startupProbe: + exec: + command: + - "292" + failureThreshold: 737722974 + httpGet: + host: "295" + httpHeaders: + - name: "296" + value: "297" + path: "293" + port: "294" + scheme: İ + initialDelaySeconds: -1615316902 + periodSeconds: -522215271 + successThreshold: 1374479082 + tcpSocket: + host: "299" + port: "298" + terminationGracePeriodSeconds: -247950237984551522 + timeoutSeconds: -793616601 + stdin: true + terminationMessagePath: "312" + terminationMessagePolicy: 迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ volumeDevices: - - devicePath: "270" - name: "269" + - devicePath: "276" + name: "275" volumeMounts: - - mountPath: "266" - mountPropagation: 橨鬶l獕;跣Hǝcw媀瓄&翜舞拉Œ - name: "265" + - mountPath: "272" + mountPropagation: SÄ蚃ɣľ)酊龨δ摖ȱğ_< + name: "271" readOnly: true - subPath: "267" - subPathExpr: "268" - workingDir: "249" + subPath: "273" + subPathExpr: "274" + workingDir: "255" dnsConfig: nameservers: - - "472" + - "479" options: - - name: "474" - value: "475" + - name: "481" + value: "482" searches: - - "473" - dnsPolicy: 8ð仁Q橱9ij\Ď愝Ű藛b - enableServiceLinks: true + - "480" + dnsPolicy: +Œ9两 + enableServiceLinks: false ephemeralContainers: - args: - - "317" + - "324" command: - - "316" + - "323" env: - - name: "324" - value: "325" + - name: "331" + value: "332" valueFrom: configMapKeyRef: - key: "331" - name: "330" + key: "338" + name: "337" optional: true fieldRef: - apiVersion: "326" - fieldPath: "327" + apiVersion: "333" + fieldPath: "334" resourceFieldRef: - containerName: "328" - divisor: "66" - resource: "329" + containerName: "335" + divisor: "464" + resource: "336" secretKeyRef: - key: "333" - name: "332" + key: "340" + name: "339" optional: false envFrom: - configMapRef: - name: "322" + name: "329" optional: true - prefix: "321" + prefix: "328" secretRef: - name: "323" - optional: false - image: "315" - imagePullPolicy: 阠$嬏 + name: "330" + optional: true + image: "322" + imagePullPolicy: 愝Ű藛b磾sYȠ繽敮ǰ詀ǿ忀oɎƺL lifecycle: postStart: exec: command: - - "360" - httpGet: - host: "362" - httpHeaders: - - name: "363" - value: "364" - path: "361" - port: 890223061 - scheme: uEy竬ʆɞȥ}礤铟怖ý萜Ǖc8ǣ - tcpSocket: - host: "366" - port: "365" - preStop: - exec: - command: - - "367" + - "366" httpGet: host: "369" httpHeaders: - name: "370" value: "371" - path: "368" - port: 797714018 - scheme: vÄÚ× + path: "367" + port: "368" + scheme: '%ʝ`ǭ' tcpSocket: - host: "373" - port: "372" + host: "372" + port: -1467648837 + preStop: + exec: + command: + - "373" + httpGet: + host: "376" + httpHeaders: + - name: "377" + value: "378" + path: "374" + port: "375" + scheme: 磂tńČȷǻ.wȏâ磠Ƴ崖S + tcpSocket: + host: "380" + port: "379" livenessProbe: - exec: - command: - - "340" - failureThreshold: -1508967300 - httpGet: - host: "343" - httpHeaders: - - name: "344" - value: "345" - path: "341" - port: "342" - initialDelaySeconds: -1843539391 - periodSeconds: -1758095966 - successThreshold: 1627026804 - tcpSocket: - host: "346" - port: -819013491 - terminationGracePeriodSeconds: -4548040070833300341 - timeoutSeconds: 1238925115 - name: "314" - ports: - - containerPort: 1137109081 - hostIP: "320" - hostPort: -488127393 - name: "319" - protocol: 丽饾| 鞤ɱď - readinessProbe: exec: command: - "347" - failureThreshold: -47594442 + failureThreshold: -1211577347 httpGet: host: "349" httpHeaders: - name: "350" value: "351" path: "348" - port: -186532794 - scheme: ĩȲǸ|蕎'佉賞ǧĒzŔ瘍Nʊ輔3璾ė - initialDelaySeconds: -751455207 - periodSeconds: 646133945 - successThreshold: -506710067 + port: -1088996269 + scheme: ƘƵŧ1ƟƓ宆! + initialDelaySeconds: -1065853311 + periodSeconds: -843639240 + successThreshold: 1573261475 tcpSocket: - host: "353" - port: "352" - terminationGracePeriodSeconds: -8866033802256420471 - timeoutSeconds: -894026356 - resources: - limits: - ƣMț譎懚X: "93" - requests: - 曣ŋayåe躒訙: "484" - securityContext: - allowPrivilegeEscalation: true - capabilities: - add: - - ¶熀ďJZ漤 - drop: - - "" - privileged: true - procMount: 槃JŵǤ桒ɴ鉂WJ - readOnlyRootFilesystem: true - runAsGroup: -8721643037453811760 - runAsNonRoot: false - runAsUser: 5680561050872693436 - seLinuxOptions: - level: "378" - role: "376" - type: "377" - user: "375" - seccompProfile: - localhostProfile: "382" - type: 抉泅ą&疀ȼN翾ȾD虓氙磂tńČȷǻ - windowsOptions: - gmsaCredentialSpec: "380" - gmsaCredentialSpecName: "379" - hostProcess: false - runAsUserName: "381" - startupProbe: - exec: - command: - - "354" - failureThreshold: 1190831814 - httpGet: - host: "356" - httpHeaders: - - name: "357" - value: "358" - path: "355" - port: -1789721862 - scheme: 閈誹ʅ蕉ɼ - initialDelaySeconds: 1518001294 - periodSeconds: -2068583194 - successThreshold: -29073009 - tcpSocket: - host: "359" - port: 374862544 - terminationGracePeriodSeconds: 7262727411813417219 - timeoutSeconds: 1467189105 - targetContainerName: "383" - terminationMessagePath: "374" - terminationMessagePolicy: m罂o3ǰ廋i乳'ȘUɻ - volumeDevices: - - devicePath: "339" - name: "338" - volumeMounts: - - mountPath: "335" - mountPropagation: (娕uE增猍 - name: "334" - subPath: "336" - subPathExpr: "337" - workingDir: "318" - hostAliases: - - hostnames: - - "470" - ip: "469" - hostIPC: true - hostNetwork: true - hostPID: true - hostname: "400" - imagePullSecrets: - - name: "399" - initContainers: - - args: - - "181" - command: - - "180" - env: - - name: "188" - value: "189" - valueFrom: - configMapKeyRef: - key: "195" - name: "194" - optional: true - fieldRef: - apiVersion: "190" - fieldPath: "191" - resourceFieldRef: - containerName: "192" - divisor: "713" - resource: "193" - secretKeyRef: - key: "197" - name: "196" - optional: false - envFrom: - - configMapRef: - name: "186" - optional: true - prefix: "185" - secretRef: - name: "187" - optional: true - image: "179" - imagePullPolicy: r嚧 - lifecycle: - postStart: - exec: - command: - - "223" - httpGet: - host: "225" - httpHeaders: - - name: "226" - value: "227" - path: "224" - port: -1109619518 - scheme: ĺ}潷ʒ胵輓Ɔȓ蹣ɐǛv+8Ƥ熪 - tcpSocket: - host: "229" - port: "228" - preStop: - exec: - command: - - "230" - httpGet: - host: "232" - httpHeaders: - - name: "233" - value: "234" - path: "231" - port: 461585849 - scheme: ɇ卷荙JLĹ]佱¿>犵殇ŕ-Ɂ - tcpSocket: - host: "235" - port: 467291328 - livenessProbe: - exec: - command: - - "204" - failureThreshold: -93157681 - httpGet: - host: "206" - httpHeaders: - - name: "207" - value: "208" - path: "205" - port: -1285424066 - scheme: ni酛3ƁÀ - initialDelaySeconds: -2036074491 - periodSeconds: 165047920 - successThreshold: -393291312 - tcpSocket: - host: "210" - port: "209" - terminationGracePeriodSeconds: -4856573944864548413 - timeoutSeconds: -148216266 - name: "178" + host: "352" + port: -1836225650 + terminationGracePeriodSeconds: 6567123901989213629 + timeoutSeconds: 559999152 + name: "321" ports: - - containerPort: -1343558801 - hostIP: "184" - hostPort: 1923334396 - name: "183" - protocol: '@掇lNdǂ>' + - containerPort: 2037135322 + hostIP: "327" + hostPort: 1453852685 + name: "326" + protocol: ǧĒzŔ瘍N readinessProbe: exec: command: - - "211" - failureThreshold: 513341278 + - "353" + failureThreshold: 757223010 httpGet: - host: "213" + host: "355" httpHeaders: - - name: "214" - value: "215" - path: "212" - port: -331283026 - scheme: ȉ - initialDelaySeconds: 1033766276 - periodSeconds: -859135545 - successThreshold: -1543701088 + - name: "356" + value: "357" + path: "354" + port: 705333281 + scheme: xƂ9阠 + initialDelaySeconds: -606614374 + periodSeconds: 498878902 + successThreshold: 652646450 tcpSocket: - host: "216" - port: 714088955 - terminationGracePeriodSeconds: 2696007505383404823 - timeoutSeconds: -1745509819 + host: "358" + port: -916583020 + terminationGracePeriodSeconds: -8216131738691912586 + timeoutSeconds: -3478003 resources: limits: - 荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3: "86" + 汚磉反-n: "653" requests: - t莭琽§ć\ ïì: "80" + ^輅9ɛ棕ƈ眽炊礫Ƽ¨Ix糂腂ǂǚ: "999" securityContext: allowPrivilegeEscalation: false capabilities: add: - - 埄趛 + - 鬬$矐_敕ű嵞嬯t{Eɾ drop: - - ʁ岼昕ĬÇ + - 'Ȯ-湷D谹気Ƀ秮òƬɸĻo:' privileged: true - procMount: 鐫û咡W<敄lu|榝 + procMount: s44矕Ƈè readOnlyRootFilesystem: false - runAsGroup: -6406791857291159870 + runAsGroup: 73764735411458498 runAsNonRoot: false - runAsUser: 161123823296532265 + runAsUser: 4224635496843945227 seLinuxOptions: - level: "240" - role: "238" - type: "239" - user: "237" + level: "385" + role: "383" + type: "384" + user: "382" seccompProfile: - localhostProfile: "244" - type: î.Ȏ蝪ʜ5遰= + localhostProfile: "389" + type: 鑏='ʨ|ǓÓ敆OɈÏ 瞍 windowsOptions: - gmsaCredentialSpec: "242" - gmsaCredentialSpecName: "241" - hostProcess: false - runAsUserName: "243" + gmsaCredentialSpec: "387" + gmsaCredentialSpecName: "386" + hostProcess: true + runAsUserName: "388" startupProbe: exec: command: - - "217" - failureThreshold: -1364571630 + - "359" + failureThreshold: 1671084780 httpGet: - host: "219" + host: "362" httpHeaders: - - name: "220" - value: "221" - path: "218" - port: -361442565 - scheme: w - initialDelaySeconds: 994072122 - periodSeconds: -1962065705 - successThreshold: 1701999128 + - name: "363" + value: "364" + path: "360" + port: "361" + scheme: Ů泔Eëæ:<堸眺舐嘯龡班悦ʀ臺穔' - resourceVersion: "17306677052996382890" - selfLink: "487" - uid: ʬÇ[輚趞ț@ + - apiVersion: "500" + blockOwnerDeletion: false + controller: false + kind: "501" + name: "502" + uid: 憲Ħ焵i,ŋ + resourceVersion: "932117408350471144" + selfLink: "494" + uid: 4LM桵Ţ宧ʜ嵹ʌ5Ë} spec: accessModes: - - uȒ<ȕ碭ȡ,簓&禑Ŏ瑁鑕婙蓫椧蒭諎漎 + - Is{豘ñ澀j劎笜釼鮭Ɯ dataSource: - apiGroup: "510" - kind: "511" - name: "512" + apiGroup: "517" + kind: "518" + name: "519" + dataSourceRef: + apiGroup: "520" + kind: "521" + name: "522" resources: limits: - "": "736" + 獪霛圦Ƶ: "159" requests: - DÓǶɟ汩b隊曻:Bȗ轊: "278" + -劺b: "142" selector: matchExpressions: - - key: c59x3oo2/a4-___..1.N_l..-8 - operator: DoesNotExist + - key: R_-U7-F34-6.-_-O-F__h9 + operator: Exists matchLabels: - 3Q_-tHJ-_x-_l_-Ts1-Eb.zj.h96-63-T-.M----p_-6: 9_i-M_._i3-__5nw-_-0__P0.3_rK-Mn1l.j_.17.T-_.X_KS-J.9_j570n__a - storageClassName: "509" - volumeMode: ɋb賝łų$Q郔惻¬\ơ^ - volumeName: "508" + 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: "516" + volumeMode: ê婼SƸ炃&-Ƹ绿浠穸æǷ^ɘʘ + volumeName: "515" status: accessModes: - - "" + - '>7u?=ȳ皆Cds壋' capacity: - 蟀贑!ǃȥ瓤骁ȩ: "486" + H%: "764" conditions: - - lastProbeTime: "2002-10-17T05:21:34Z" - lastTransitionTime: "2090-08-02T09:40:31Z" - message: "514" - reason: "513" - status: 貂ĝ,梙Ŭ贩濑bħ瓌L綡簏Ʉ - type: 儲ȃ<DŽ噻ȁ隞ĻȀ拞抵<躁ĄȐ煷叺 - phase: VǕ酈t史C<镼ƶƭ + - lastProbeTime: "2806-03-31T09:12:56Z" + lastTransitionTime: "2430-10-28T09:53:06Z" + message: "524" + reason: "523" + status: =击S + type: A麭T棞詢¡ɅǏõxġ疾ɇ + phase: h蹤?攫垳ȿūDmÒ侠泊蠻毜鷟傚罢ț status: - availableReplicas: 2082714834 - collisionCount: -1994313473 + availableReplicas: -1350782402 + collisionCount: 974374726 conditions: - - lastTransitionTime: "2624-04-25T00:24:24Z" - message: "519" - reason: "518" - status: Dê婼SƸ炃&-Ƹ绿浠穸æǷ^ɘ - type: 龌帲笁銭1ÂơHđ"-劺b - currentReplicas: -1264206794 - currentRevision: "516" - observedGeneration: 6686533762378407166 - readyReplicas: 504213151 - replicas: -506660990 - updateRevision: "517" - updatedReplicas: -691647199 + - lastTransitionTime: "2141-07-05T00:48:21Z" + message: "529" + reason: "528" + status: 痞濥鐳VDɝÔȗ$ + type: 劾ůk`磾ƃ妹浓ª + currentReplicas: 282379690 + currentRevision: "526" + observedGeneration: -3509397394862257066 + readyReplicas: -346713296 + replicas: -1343766220 + updateRevision: "527" + updatedReplicas: -554064621 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 5e465b03fa3..02a8eec39d0 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 @@ -492,6 +492,11 @@ "apiGroup": "194", "kind": "195", "name": "196" + }, + "dataSourceRef": { + "apiGroup": "197", + "kind": "198", + "name": "199" } } } @@ -500,829 +505,831 @@ ], "initContainers": [ { - "name": "197", - "image": "198", + "name": "200", + "image": "201", "command": [ - "199" + "202" ], "args": [ - "200" + "203" ], - "workingDir": "201", + "workingDir": "204", "ports": [ { - "name": "202", - "hostPort": 1919527626, - "containerPort": -389501466, - "protocol": ".鵫", - "hostIP": "203" + "name": "205", + "hostPort": -1180080716, + "containerPort": -1409668172, + "protocol": "脾嚏吐ĠLƐȤ藠3.v-鿧悮坮Ȣ幟ļ腻", + "hostIP": "206" } ], "envFrom": [ { - "prefix": "204", + "prefix": "207", "configMapRef": { - "name": "205", + "name": "208", "optional": true }, "secretRef": { - "name": "206", + "name": "209", "optional": false } } ], "env": [ { - "name": "207", - "value": "208", + "name": "210", + "value": "211", "valueFrom": { "fieldRef": { - "apiVersion": "209", - "fieldPath": "210" + "apiVersion": "212", + "fieldPath": "213" }, "resourceFieldRef": { - "containerName": "211", - "resource": "212", - "divisor": "322" + "containerName": "214", + "resource": "215", + "divisor": "231" }, "configMapKeyRef": { - "name": "213", - "key": "214", - "optional": true + "name": "216", + "key": "217", + "optional": false }, "secretKeyRef": { - "name": "215", - "key": "216", - "optional": false + "name": "218", + "key": "219", + "optional": true } } } ], "resources": { "limits": { - "莭琽§ć\\ ïì«丯Ƙ枛牐ɺ": "660" + "": "55" }, "requests": { - "I\\p[": "853" + "粕擓ƖHVe熼'FD": "235" } }, "volumeMounts": [ { - "name": "217", - "readOnly": true, - "mountPath": "218", - "subPath": "219", - "mountPropagation": "HVe熼'FD剂讼ɓ", - "subPathExpr": "220" + "name": "220", + "mountPath": "221", + "subPath": "222", + "mountPropagation": "UÐ_ƮA攤/ɸɎ", + "subPathExpr": "223" } ], "volumeDevices": [ { - "name": "221", - "devicePath": "222" + "name": "224", + "devicePath": "225" } ], "livenessProbe": { "exec": { "command": [ - "223" + "226" ] }, "httpGet": { - "path": "224", - "port": "225", - "host": "226", - "scheme": "A", + "path": "227", + "port": "228", + "host": "229", + "scheme": "翁杙Ŧ癃8鸖ɱJȉ罴ņ螡ź", "httpHeaders": [ { - "name": "227", - "value": "228" + "name": "230", + "value": "231" } ] }, "tcpSocket": { - "port": 2060823740, - "host": "229" + "port": -1543701088, + "host": "232" }, - "initialDelaySeconds": -498930176, - "timeoutSeconds": 1885897314, - "periodSeconds": -465677631, - "successThreshold": 1054858106, - "failureThreshold": 232569106, - "terminationGracePeriodSeconds": -4941250258285962800 + "initialDelaySeconds": 513341278, + "timeoutSeconds": 627713162, + "periodSeconds": 1255312175, + "successThreshold": -1740959124, + "failureThreshold": 158280212, + "terminationGracePeriodSeconds": -1552383991890236277 }, "readinessProbe": { "exec": { "command": [ - "230" + "233" ] }, "httpGet": { - "path": "231", - "port": "232", - "host": "233", - "scheme": "s3!Zɾģ毋", + "path": "234", + "port": -1099429189, + "host": "235", + "scheme": "9Ì", "httpHeaders": [ { - "name": "234", - "value": "235" + "name": "236", + "value": "237" } ] }, "tcpSocket": { - "port": 391562775, - "host": "236" + "port": -1364571630, + "host": "238" }, - "initialDelaySeconds": -775511009, - "timeoutSeconds": -832805508, - "periodSeconds": -228822833, - "successThreshold": -970312425, - "failureThreshold": -1213051101, - "terminationGracePeriodSeconds": 6232238734837754388 + "initialDelaySeconds": 1689978741, + "timeoutSeconds": -1423854443, + "periodSeconds": -1798849477, + "successThreshold": -1017263912, + "failureThreshold": 852780575, + "terminationGracePeriodSeconds": -5381329890395615297 }, "startupProbe": { "exec": { "command": [ - "237" + "239" ] }, "httpGet": { - "path": "238", - "port": -1140531048, - "host": "239", + "path": "240", + "port": 1853396726, + "host": "241", + "scheme": "曬逴褜1ØœȠƬQg鄠[颐o啛更偢ɇ卷", "httpHeaders": [ { - "name": "240", - "value": "241" + "name": "242", + "value": "243" } ] }, "tcpSocket": { - "port": 1741405963, - "host": "242" + "port": "244", + "host": "245" }, - "initialDelaySeconds": 1260448044, - "timeoutSeconds": -200461294, - "periodSeconds": -1791206950, - "successThreshold": 1160477220, - "failureThreshold": 1226391571, - "terminationGracePeriodSeconds": 6347577485454457915 + "initialDelaySeconds": -1789370277, + "timeoutSeconds": -1738948598, + "periodSeconds": 1724958480, + "successThreshold": -879005591, + "failureThreshold": -743369977, + "terminationGracePeriodSeconds": -6977492437661738751 }, "lifecycle": { "postStart": { "exec": { "command": [ - "243" + "246" ] }, "httpGet": { - "path": "244", - "port": "245", - "host": "246", - "scheme": "Opwǩ曬逴褜1ØœȠƬQg鄠", + "path": "247", + "port": "248", + "host": "249", + "scheme": "j爻ƙt叀碧闳ȩr嚧ʣq埄趛屡ʁ岼昕Ĭ", "httpHeaders": [ { - "name": "247", - "value": "248" + "name": "250", + "value": "251" } ] }, "tcpSocket": { - "port": 1102291854, - "host": "249" + "port": "252", + "host": "253" } }, "preStop": { "exec": { "command": [ - "250" + "254" ] }, "httpGet": { - "path": "251", - "port": 809006670, - "host": "252", - "scheme": "扴ȨŮ+朷Ǝ膯ljVX1虊谇", + "path": "255", + "port": "256", + "host": "257", + "scheme": "y", "httpHeaders": [ { - "name": "253", - "value": "254" + "name": "258", + "value": "259" } ] }, "tcpSocket": { - "port": -1748648882, - "host": "255" + "port": -1620315711, + "host": "260" } } }, - "terminationMessagePath": "256", - "terminationMessagePolicy": "t叀碧闳ȩr嚧ʣq埄", - "imagePullPolicy": "ē鐭#嬀ơŸ8T 苧yñKJɐ", + "terminationMessagePath": "261", + "terminationMessagePolicy": "ɐ扵", + "imagePullPolicy": "鐫û咡W\u003c敄lu|榝", "securityContext": { "capabilities": { "add": [ - "ƚ绤fʀļ腩墺Ò媁荭gw忊|E剒蔞" + ".Ȏ蝪ʜ5遰=" ], "drop": [ - "表徶đ寳议Ƭƶ氩Ȩ\u003c6鄰簳°Ļǟi\u0026皥" - ] - }, - "privileged": false, - "seLinuxOptions": { - "user": "257", - "role": "258", - "type": "259", - "level": "260" - }, - "windowsOptions": { - "gmsaCredentialSpecName": "261", - "gmsaCredentialSpec": "262", - "runAsUserName": "263", - "hostProcess": false - }, - "runAsUser": 8833778257967181711, - "runAsGroup": -5647743520459672618, - "runAsNonRoot": true, - "readOnlyRootFilesystem": false, - "allowPrivilegeEscalation": true, - "procMount": "队偯J僳徥淳4揻", - "seccompProfile": { - "type": "$ɽ丟×x锏ɟ4Ǒ輂,ŕĪĠ", - "localhostProfile": "264" - } - }, - "stdin": true, - "stdinOnce": true - } - ], - "containers": [ - { - "name": "265", - "image": "266", - "command": [ - "267" - ], - "args": [ - "268" - ], - "workingDir": "269", - "ports": [ - { - "name": "270", - "hostPort": 1156888068, - "containerPort": -1296077882, - "protocol": "頸", - "hostIP": "271" - } - ], - "envFrom": [ - { - "prefix": "272", - "configMapRef": { - "name": "273", - "optional": true - }, - "secretRef": { - "name": "274", - "optional": false - } - } - ], - "env": [ - { - "name": "275", - "value": "276", - "valueFrom": { - "fieldRef": { - "apiVersion": "277", - "fieldPath": "278" - }, - "resourceFieldRef": { - "containerName": "279", - "resource": "280", - "divisor": "50" - }, - "configMapKeyRef": { - "name": "281", - "key": "282", - "optional": true - }, - "secretKeyRef": { - "name": "283", - "key": "284", - "optional": false - } - } - } - ], - "resources": { - "limits": { - "´摖ȱ": "528" - }, - "requests": { - "鍓贯澔 ƺ蛜6Ɖ飴": "86" - } - }, - "volumeMounts": [ - { - "name": "285", - "mountPath": "286", - "subPath": "287", - "mountPropagation": "", - "subPathExpr": "288" - } - ], - "volumeDevices": [ - { - "name": "289", - "devicePath": "290" - } - ], - "livenessProbe": { - "exec": { - "command": [ - "291" - ] - }, - "httpGet": { - "path": "292", - "port": -1453143878, - "host": "293", - "scheme": "鰥Z龏´DÒȗ", - "httpHeaders": [ - { - "name": "294", - "value": "295" - } - ] - }, - "tcpSocket": { - "port": 1843491416, - "host": "296" - }, - "initialDelaySeconds": -1204965397, - "timeoutSeconds": -494895708, - "periodSeconds": -1021949447, - "successThreshold": 802134138, - "failureThreshold": -942399354, - "terminationGracePeriodSeconds": 5431518803727886665 - }, - "readinessProbe": { - "exec": { - "command": [ - "297" - ] - }, - "httpGet": { - "path": "298", - "port": "299", - "host": "300", - "scheme": "J", - "httpHeaders": [ - { - "name": "301", - "value": "302" - } - ] - }, - "tcpSocket": { - "port": "303", - "host": "304" - }, - "initialDelaySeconds": 657418949, - "timeoutSeconds": -992558278, - "periodSeconds": 287654902, - "successThreshold": -2062708879, - "failureThreshold": 215186711, - "terminationGracePeriodSeconds": -607313695104609402 - }, - "startupProbe": { - "exec": { - "command": [ - "305" - ] - }, - "httpGet": { - "path": "306", - "port": -617381112, - "host": "307", - "scheme": "8ŕİi騎C\"6x", - "httpHeaders": [ - { - "name": "308", - "value": "309" - } - ] - }, - "tcpSocket": { - "port": -852140121, - "host": "310" - }, - "initialDelaySeconds": 1606930340, - "timeoutSeconds": 940930263, - "periodSeconds": -860435782, - "successThreshold": 1067125211, - "failureThreshold": -2088645849, - "terminationGracePeriodSeconds": 8161302388850132593 - }, - "lifecycle": { - "postStart": { - "exec": { - "command": [ - "311" - ] - }, - "httpGet": { - "path": "312", - "port": 1167615307, - "host": "313", - "scheme": "vEȤƏ埮p", - "httpHeaders": [ - { - "name": "314", - "value": "315" - } - ] - }, - "tcpSocket": { - "port": "316", - "host": "317" - } - }, - "preStop": { - "exec": { - "command": [ - "318" - ] - }, - "httpGet": { - "path": "319", - "port": 1575106083, - "host": "320", - "scheme": "ş", - "httpHeaders": [ - { - "name": "321", - "value": "322" - } - ] - }, - "tcpSocket": { - "port": "323", - "host": "324" - } - } - }, - "terminationMessagePath": "325", - "terminationMessagePolicy": "迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ", - "imagePullPolicy": "ņ", - "securityContext": { - "capabilities": { - "add": [ - "DŽ髐njʉBn(fǂǢ曣" - ], - "drop": [ - "ay" - ] - }, - "privileged": false, - "seLinuxOptions": { - "user": "326", - "role": "327", - "type": "328", - "level": "329" - }, - "windowsOptions": { - "gmsaCredentialSpecName": "330", - "gmsaCredentialSpec": "331", - "runAsUserName": "332", - "hostProcess": true - }, - "runAsUser": -3576337664396773931, - "runAsGroup": -4786249339103684082, - "runAsNonRoot": true, - "readOnlyRootFilesystem": false, - "allowPrivilegeEscalation": true, - "procMount": "u8晲", - "seccompProfile": { - "type": "[irȎ3Ĕ\\ɢX鰨松/Ȁĵ鴁ĩȲ", - "localhostProfile": "333" - } - }, - "stdin": true - } - ], - "ephemeralContainers": [ - { - "name": "334", - "image": "335", - "command": [ - "336" - ], - "args": [ - "337" - ], - "workingDir": "338", - "ports": [ - { - "name": "339", - "hostPort": 1453852685, - "containerPort": 2037135322, - "protocol": "ǧĒzŔ瘍N", - "hostIP": "340" - } - ], - "envFrom": [ - { - "prefix": "341", - "configMapRef": { - "name": "342", - "optional": true - }, - "secretRef": { - "name": "343", - "optional": true - } - } - ], - "env": [ - { - "name": "344", - "value": "345", - "valueFrom": { - "fieldRef": { - "apiVersion": "346", - "fieldPath": "347" - }, - "resourceFieldRef": { - "containerName": "348", - "resource": "349", - "divisor": "464" - }, - "configMapKeyRef": { - "name": "350", - "key": "351", - "optional": true - }, - "secretKeyRef": { - "name": "352", - "key": "353", - "optional": false - } - } - } - ], - "resources": { - "limits": { - "汚磉反-n": "653" - }, - "requests": { - "^輅9ɛ棕ƈ眽炊礫Ƽ¨Ix糂腂ǂǚ": "999" - } - }, - "volumeMounts": [ - { - "name": "354", - "mountPath": "355", - "subPath": "356", - "mountPropagation": "蛋I滞廬耐鷞焬CQm坊柩", - "subPathExpr": "357" - } - ], - "volumeDevices": [ - { - "name": "358", - "devicePath": "359" - } - ], - "livenessProbe": { - "exec": { - "command": [ - "360" - ] - }, - "httpGet": { - "path": "361", - "port": -1088996269, - "host": "362", - "scheme": "ƘƵŧ1ƟƓ宆!", - "httpHeaders": [ - { - "name": "363", - "value": "364" - } - ] - }, - "tcpSocket": { - "port": -1836225650, - "host": "365" - }, - "initialDelaySeconds": -1065853311, - "timeoutSeconds": 559999152, - "periodSeconds": -843639240, - "successThreshold": 1573261475, - "failureThreshold": -1211577347, - "terminationGracePeriodSeconds": 6567123901989213629 - }, - "readinessProbe": { - "exec": { - "command": [ - "366" - ] - }, - "httpGet": { - "path": "367", - "port": 705333281, - "host": "368", - "scheme": "xƂ9阠", - "httpHeaders": [ - { - "name": "369", - "value": "370" - } - ] - }, - "tcpSocket": { - "port": -916583020, - "host": "371" - }, - "initialDelaySeconds": -606614374, - "timeoutSeconds": -3478003, - "periodSeconds": 498878902, - "successThreshold": 652646450, - "failureThreshold": 757223010, - "terminationGracePeriodSeconds": -8216131738691912586 - }, - "startupProbe": { - "exec": { - "command": [ - "372" - ] - }, - "httpGet": { - "path": "373", - "port": "374", - "host": "375", - "scheme": "Ů\u003cy鯶縆łƑ[澔", - "httpHeaders": [ - { - "name": "376", - "value": "377" - } - ] - }, - "tcpSocket": { - "port": 1288391156, - "host": "378" - }, - "initialDelaySeconds": -952255430, - "timeoutSeconds": 1568034275, - "periodSeconds": -824007302, - "successThreshold": -359713104, - "failureThreshold": 1671084780, - "terminationGracePeriodSeconds": 1571605531283019612 - }, - "lifecycle": { - "postStart": { - "exec": { - "command": [ - "379" - ] - }, - "httpGet": { - "path": "380", - "port": "381", - "host": "382", - "scheme": "%ʝ`ǭ", - "httpHeaders": [ - { - "name": "383", - "value": "384" - } - ] - }, - "tcpSocket": { - "port": -1467648837, - "host": "385" - } - }, - "preStop": { - "exec": { - "command": [ - "386" - ] - }, - "httpGet": { - "path": "387", - "port": "388", - "host": "389", - "scheme": "磂tńČȷǻ.wȏâ磠Ƴ崖S", - "httpHeaders": [ - { - "name": "390", - "value": "391" - } - ] - }, - "tcpSocket": { - "port": "392", - "host": "393" - } - } - }, - "terminationMessagePath": "394", - "terminationMessagePolicy": "¯ÁȦtl敷斢", - "imagePullPolicy": "愝Ű藛b磾sYȠ繽敮ǰ詀ǿ忀oɎƺL", - "securityContext": { - "capabilities": { - "add": [ - "鬬$矐_敕ű嵞嬯t{Eɾ" - ], - "drop": [ - "Ȯ-湷D谹気Ƀ秮òƬɸĻo:" + "埄Ȁ朦 wƯ貾坢'跩a" ] }, "privileged": true, "seLinuxOptions": { - "user": "395", - "role": "396", - "type": "397", - "level": "398" + "user": "262", + "role": "263", + "type": "264", + "level": "265" }, "windowsOptions": { - "gmsaCredentialSpecName": "399", - "gmsaCredentialSpec": "400", - "runAsUserName": "401", + "gmsaCredentialSpecName": "266", + "gmsaCredentialSpec": "267", + "runAsUserName": "268", + "hostProcess": false + }, + "runAsUser": 3024893073780181445, + "runAsGroup": 5005043520982487553, + "runAsNonRoot": false, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": false, + "procMount": "垾现葢ŵ橨", + "seccompProfile": { + "type": "l獕;跣Hǝcw媀瓄", + "localhostProfile": "269" + } + } + } + ], + "containers": [ + { + "name": "270", + "image": "271", + "command": [ + "272" + ], + "args": [ + "273" + ], + "workingDir": "274", + "ports": [ + { + "name": "275", + "hostPort": 1868683352, + "containerPort": -1137436579, + "protocol": "颶妧Ö闊", + "hostIP": "276" + } + ], + "envFrom": [ + { + "prefix": "277", + "configMapRef": { + "name": "278", + "optional": false + }, + "secretRef": { + "name": "279", + "optional": true + } + } + ], + "env": [ + { + "name": "280", + "value": "281", + "valueFrom": { + "fieldRef": { + "apiVersion": "282", + "fieldPath": "283" + }, + "resourceFieldRef": { + "containerName": "284", + "resource": "285", + "divisor": "381" + }, + "configMapKeyRef": { + "name": "286", + "key": "287", + "optional": true + }, + "secretKeyRef": { + "name": "288", + "key": "289", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "²sNƗ¸g": "50" + }, + "requests": { + "酊龨δ摖ȱğ_\u003c": "118" + } + }, + "volumeMounts": [ + { + "name": "290", + "readOnly": true, + "mountPath": "291", + "subPath": "292", + "mountPropagation": "ƺ蛜6Ɖ飴ɎiǨź", + "subPathExpr": "293" + } + ], + "volumeDevices": [ + { + "name": "294", + "devicePath": "295" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "296" + ] + }, + "httpGet": { + "path": "297", + "port": 865289071, + "host": "298", + "scheme": "iɥ嵐sC8", + "httpHeaders": [ + { + "name": "299", + "value": "300" + } + ] + }, + "tcpSocket": { + "port": -898536659, + "host": "301" + }, + "initialDelaySeconds": -1513284745, + "timeoutSeconds": 1258370227, + "periodSeconds": -414121491, + "successThreshold": -1862764022, + "failureThreshold": -300247800, + "terminationGracePeriodSeconds": 1661310708546756312 + }, + "readinessProbe": { + "exec": { + "command": [ + "302" + ] + }, + "httpGet": { + "path": "303", + "port": "304", + "host": "305", + "scheme": "yƕ丆録²Ŏ)", + "httpHeaders": [ + { + "name": "306", + "value": "307" + } + ] + }, + "tcpSocket": { + "port": 507384491, + "host": "308" + }, + "initialDelaySeconds": -1117254382, + "timeoutSeconds": 1354318307, + "periodSeconds": -1329220997, + "successThreshold": -1659431885, + "failureThreshold": -668834933, + "terminationGracePeriodSeconds": -3376301370309029429 + }, + "startupProbe": { + "exec": { + "command": [ + "309" + ] + }, + "httpGet": { + "path": "310", + "port": -305362540, + "host": "311", + "scheme": "Ǩ繫ʎǑyZ涬P­蜷ɔ幩", + "httpHeaders": [ + { + "name": "312", + "value": "313" + } + ] + }, + "tcpSocket": { + "port": 1167615307, + "host": "314" + }, + "initialDelaySeconds": 455833230, + "timeoutSeconds": 1956567721, + "periodSeconds": 155090390, + "successThreshold": -2113700533, + "failureThreshold": -2130294761, + "terminationGracePeriodSeconds": -3385088507022597813 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "315" + ] + }, + "httpGet": { + "path": "316", + "port": 1473407401, + "host": "317", + "scheme": "ʐşƧ", + "httpHeaders": [ + { + "name": "318", + "value": "319" + } + ] + }, + "tcpSocket": { + "port": 199049889, + "host": "320" + } + }, + "preStop": { + "exec": { + "command": [ + "321" + ] + }, + "httpGet": { + "path": "322", + "port": -1952582931, + "host": "323", + "scheme": "ʒǚ鍰\\縑ɀ撑¼蠾8餑噭Dµ", + "httpHeaders": [ + { + "name": "324", + "value": "325" + } + ] + }, + "tcpSocket": { + "port": "326", + "host": "327" + } + } + }, + "terminationMessagePath": "328", + "terminationMessagePolicy": ")DŽ髐njʉBn(fǂ", + "imagePullPolicy": "疪鑳w妕眵笭/9崍", + "securityContext": { + "capabilities": { + "add": [ + "(娕uE增猍" + ], + "drop": [ + " xǨŴ壶ƵfȽÃ茓pȓɻ挴ʠɜ瞍" + ] + }, + "privileged": true, + "seLinuxOptions": { + "user": "329", + "role": "330", + "type": "331", + "level": "332" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "333", + "gmsaCredentialSpec": "334", + "runAsUserName": "335", + "hostProcess": false + }, + "runAsUser": 2548453080315983269, + "runAsGroup": -8236071895143008294, + "runAsNonRoot": false, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": false, + "procMount": "1ùfŭƽ眝{æ盪泙若`l}Ñ蠂", + "seccompProfile": { + "type": "[ƛ^輅", + "localhostProfile": "336" + } + }, + "stdinOnce": true, + "tty": true + } + ], + "ephemeralContainers": [ + { + "name": "337", + "image": "338", + "command": [ + "339" + ], + "args": [ + "340" + ], + "workingDir": "341", + "ports": [ + { + "name": "342", + "hostPort": -1977635123, + "containerPort": 1660454722, + "protocol": "礫Ƽ¨Ix糂腂ǂǚŜEu", + "hostIP": "343" + } + ], + "envFrom": [ + { + "prefix": "344", + "configMapRef": { + "name": "345", + "optional": true + }, + "secretRef": { + "name": "346", + "optional": true + } + } + ], + "env": [ + { + "name": "347", + "value": "348", + "valueFrom": { + "fieldRef": { + "apiVersion": "349", + "fieldPath": "350" + }, + "resourceFieldRef": { + "containerName": "351", + "resource": "352", + "divisor": "741" + }, + "configMapKeyRef": { + "name": "353", + "key": "354", + "optional": true + }, + "secretKeyRef": { + "name": "355", + "key": "356", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "ý萜Ǖc": "275" + }, + "requests": { + "Ƒĝ®EĨǔvÄÚ×p鬷m": "69" + } + }, + "volumeMounts": [ + { + "name": "357", + "readOnly": true, + "mountPath": "358", + "subPath": "359", + "mountPropagation": "暳ǽżLj捲攻xƂ9阠$嬏wy¶熀", + "subPathExpr": "360" + } + ], + "volumeDevices": [ + { + "name": "361", + "devicePath": "362" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "363" + ] + }, + "httpGet": { + "path": "364", + "port": "365", + "host": "366", + "scheme": "裡×銵-紑浘牬釼", + "httpHeaders": [ + { + "name": "367", + "value": "368" + } + ] + }, + "tcpSocket": { + "port": 1648539888, + "host": "369" + }, + "initialDelaySeconds": 762856658, + "timeoutSeconds": -1898251770, + "periodSeconds": 713473395, + "successThreshold": -912220708, + "failureThreshold": -92253969, + "terminationGracePeriodSeconds": 1046110838271944058 + }, + "readinessProbe": { + "exec": { + "command": [ + "370" + ] + }, + "httpGet": { + "path": "371", + "port": 1797904220, + "host": "372", + "scheme": "羹", + "httpHeaders": [ + { + "name": "373", + "value": "374" + } + ] + }, + "tcpSocket": { + "port": "375", + "host": "376" + }, + "initialDelaySeconds": -1510210852, + "timeoutSeconds": 1604463080, + "periodSeconds": 1770824317, + "successThreshold": -1736247571, + "failureThreshold": 1504775716, + "terminationGracePeriodSeconds": 8657972883429789645 + }, + "startupProbe": { + "exec": { + "command": [ + "377" + ] + }, + "httpGet": { + "path": "378", + "port": 1859267428, + "host": "379", + "scheme": "ȟP", + "httpHeaders": [ + { + "name": "380", + "value": "381" + } + ] + }, + "tcpSocket": { + "port": 1445923603, + "host": "382" + }, + "initialDelaySeconds": 2040952835, + "timeoutSeconds": -1101457109, + "periodSeconds": -513325570, + "successThreshold": 1491794693, + "failureThreshold": -1457715462, + "terminationGracePeriodSeconds": 5797412715505520759 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "383" + ] + }, + "httpGet": { + "path": "384", + "port": "385", + "host": "386", + "scheme": "V", + "httpHeaders": [ + { + "name": "387", + "value": "388" + } + ] + }, + "tcpSocket": { + "port": 1791758702, + "host": "389" + } + }, + "preStop": { + "exec": { + "command": [ + "390" + ] + }, + "httpGet": { + "path": "391", + "port": "392", + "host": "393", + "scheme": "\\Ď愝Ű藛b磾sYȠ繽敮ǰ詀ǿ忀o", + "httpHeaders": [ + { + "name": "394", + "value": "395" + } + ] + }, + "tcpSocket": { + "port": -1082980401, + "host": "396" + } + } + }, + "terminationMessagePath": "397", + "terminationMessagePolicy": "肄$鬬", + "imagePullPolicy": "ʈʫ羶剹ƊF豎穜", + "securityContext": { + "capabilities": { + "add": [ + "咑耖p^鏋蛹Ƚȿ醏g" + ], + "drop": [ + "Ȋ飂廤Ƌʙcx赮ǒđ\u003e*劶?jĎ" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "398", + "role": "399", + "type": "400", + "level": "401" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "402", + "gmsaCredentialSpec": "403", + "runAsUserName": "404", "hostProcess": true }, - "runAsUser": 4224635496843945227, - "runAsGroup": 73764735411458498, + "runAsUser": -3365965984794126745, + "runAsGroup": 7755347487915595851, "runAsNonRoot": false, "readOnlyRootFilesystem": false, "allowPrivilegeEscalation": false, - "procMount": "s44矕Ƈè", + "procMount": "e", "seccompProfile": { - "type": "鑏='ʨ|ǓÓ敆OɈÏ 瞍", - "localhostProfile": "402" + "type": "G昧牱fsǕT衩kƒK07曳wœj堑", + "localhostProfile": "405" } }, + "stdin": true, "tty": true, - "targetContainerName": "403" + "targetContainerName": "406" } ], - "restartPolicy": "ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn", - "terminationGracePeriodSeconds": -8335674866227004872, - "activeDeadlineSeconds": 3305070661619041050, - "dnsPolicy": "+Œ9两", + "restartPolicy": "鈱ɖ'蠨磼O_h盌3+Œ9两@8", + "terminationGracePeriodSeconds": 8904478052175112945, + "activeDeadlineSeconds": -560099625007040954, + "dnsPolicy": "螗ɃŒGm¨z鋎靀", "nodeSelector": { - "404": "405" + "407": "408" }, - "serviceAccountName": "406", - "serviceAccount": "407", - "automountServiceAccountToken": false, - "nodeName": "408", - "hostPID": true, + "serviceAccountName": "409", + "serviceAccount": "410", + "automountServiceAccountToken": true, + "nodeName": "411", + "hostNetwork": true, "shareProcessNamespace": true, "securityContext": { "seLinuxOptions": { - "user": "409", - "role": "410", - "type": "411", - "level": "412" + "user": "412", + "role": "413", + "type": "414", + "level": "415" }, "windowsOptions": { - "gmsaCredentialSpecName": "413", - "gmsaCredentialSpec": "414", - "runAsUserName": "415", - "hostProcess": false + "gmsaCredentialSpecName": "416", + "gmsaCredentialSpec": "417", + "runAsUserName": "418", + "hostProcess": true }, - "runAsUser": 3438266910774132295, - "runAsGroup": 3230705132538051674, + "runAsUser": 107192836721418523, + "runAsGroup": -3019907599090873206, "runAsNonRoot": true, "supplementalGroups": [ - -1600417733583164525 + 5333609790435719468 ], - "fsGroup": -3964669311891901178, + "fsGroup": 2700145646260085226, "sysctls": [ { - "name": "416", - "value": "417" + "name": "419", + "value": "420" } ], - "fsGroupChangePolicy": "ƴ4虵p", + "fsGroupChangePolicy": "灭ƴɦ燻踸陴Sĕ濦", "seccompProfile": { - "type": "沥7uPƒw©ɴĶ烷Ľthp", - "localhostProfile": "418" + "type": "ɻŊ0", + "localhostProfile": "421" } }, "imagePullSecrets": [ { - "name": "419" + "name": "422" } ], - "hostname": "420", - "subdomain": "421", + "hostname": "423", + "subdomain": "424", "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { @@ -1330,19 +1337,19 @@ { "matchExpressions": [ { - "key": "422", - "operator": "濦ʓɻŊ0蚢鑸鶲Ãqb轫", + "key": "425", + "operator": "", "values": [ - "423" + "426" ] } ], "matchFields": [ { - "key": "424", - "operator": " ", + "key": "427", + "operator": "b轫ʓ滨ĖRh}颉hȱɷȰW", "values": [ - "425" + "428" ] } ] @@ -1351,23 +1358,23 @@ }, "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -5241849, + "weight": 903393545, "preference": { "matchExpressions": [ { - "key": "426", - "operator": "'呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG", + "key": "429", + "operator": "嫎¸殚篎3o8[y#t(", "values": [ - "427" + "430" ] } ], "matchFields": [ { - "key": "428", - "operator": "[y#t(", + "key": "431", + "operator": "¯rƈa餖Ľƛ淴ɑ?¶Ȳ", "values": [ - "429" + "432" ] } ] @@ -1380,30 +1387,33 @@ { "labelSelector": { "matchLabels": { - "rG-7--p9.-_0R.-_-3_L_2--_v2.5p_..Y-.wg_-b8a_68": "Q4_.84.K_-_0_..u.F.pq..--Q" + "8v--xk-gr-2/5-miJ4x-_0_5-_.7F3p2_-_AmD-.0AP.-.C_--.F5_x.KNC0-.-m_0-m-6SN": "S" }, "matchExpressions": [ { - "key": "8b-3-3b17cab-ppy5e--9p-61-2we16h--5-d-k-sm.2xv17r--32b-----4-670tfz-up3n/ov_Z--Zg-_Q", + "key": "0l4-vo5bypq.5---f31-0-2t3z-w5h/Z9p_6.C.-e16-O_.Q-U-_s-mtA.W5_-5_.V1-rU.___06.eqk5E_-4-.XH-.k7", "operator": "NotIn", "values": [ - "0..KpiS.oK-.O--5-yp8q_s-L" + "V.Vz_6.Hz_V_.r_v_._e_-78o_6Z..11_7pX3" ] } ] }, "namespaces": [ - "436" + "439" ], - "topologyKey": "437", + "topologyKey": "440", "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" + "5023-lt3-w-br75gp-c-coa--y--4-1204wrb---1024g-5-3v9-9jcz9f-6-g.4-----385h---0-u73phjo--8kb6--ut---p8--3-e-3-44---h-q7-ps/HG2_5XOAX.gUqV22-4-ye52yQh7.6.-y-s4483Po_L3f1-7_O4.nw_-_x18mtxB": "w-W_-E" }, "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": "75p1em---1wwv3-f/k47M7y-Dy__3wcq", + "operator": "NotIn", + "values": [ + "x4D-r.-F__r.oh..2_uGGP..-_N_h_4Hl-X0_2--__4K..-68-A" + ] } ] } @@ -1411,31 +1421,34 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -234140, + "weight": 199195373, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "1_.-_L-__bf_9_-C-PfNx__-U_P": "tW23-_.z_.._s--_F-BR-.h_2" + "w_--5-_.3--_9QW2JkU27_.-4T-9": "4.K.-.0__sD.-.-_I-F.PWtO4-7-P41_.-.-AQ._4" }, "matchExpressions": [ { - "key": "s_6O-5_7_-0w_--5-_.3--_9QW2JkU27_.-4T-I.-..K.-.0__sD.-.-_s", - "operator": "Exists" + "key": "J-_.ZCRT.0z-oe.G79.3bU_._nV34GH", + "operator": "DoesNotExist" } ] }, "namespaces": [ - "450" + "453" ], - "topologyKey": "451", + "topologyKey": "454", "namespaceSelector": { "matchLabels": { - "Q.-_t--O3": "7z2-y.-...C4_-_2G0.-c_C.G.h--m._fN._k8__._ep2P.B._A_09E" + "5i-z-s--o8t5-l6-407--m-dc---6-q-q0o90--g-09--d5ez1----b9/ERG2nV.__Y": "T_YT.1--3" }, "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": "3_Lsu-H_.f82-82", + "operator": "NotIn", + "values": [ + "P6j.u--.K--g__..2bidF.-0-...WE.-_tdt_-Z0_TM_p6lM.Y-nI" + ] } ] } @@ -1448,32 +1461,29 @@ { "labelSelector": { "matchLabels": { - "n7-a6434---7i-f-d019o1v3u.2k8-2-d--n--r8661--3-8-t48g-w2q7z-vps548-d-1r7j--v2x-64dwb/e": "8" + "t1n13sx82-cx-4q/Lbk81S3.T": "d" }, "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": "l--7-n--kfk3x-j9133e--2t.58-7e74-ddq-a-lcv0n1-i-d-----9---063-qm-j-3wc89k-0-57z4063---kb/i..9-4.2K_FQ.E--__K-h_-0-T-_Lq-.5-s_-_5_D7RufiV-7uu", + "operator": "DoesNotExist" } ] }, "namespaces": [ - "464" + "467" ], - "topologyKey": "465", + "topologyKey": "468", "namespaceSelector": { "matchLabels": { - "m_-Z.wc..k_0_5.z.0..__k": "b.-9.Y0-_-.l__.c17__f_-336-.BT" + "f_-.l__.c17__f_-336-.B__.QiA6._3o_V-w._-0d__78": "O-._-_8_.._._a-.N.__-_._.3l-_86_u2-7_._qN__A_f_B" }, "matchExpressions": [ { - "key": "N7.81_-._-_8_.._._a9", + "key": "U__L.KH6K.RwsfI_j", "operator": "In", "values": [ - "vi.gZdnUVP._81_---l_3_-_G-D....js--a---..6bD_Mh" + "" ] } ] @@ -1482,31 +1492,37 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1276377114, + "weight": 1560053496, "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" + "5396hq/v..Bi_..aOQ_._Yn.-.4t.U.VU__-_BAB_35HB": "u8gwb.-R6_pQ_mgi.U.-e7z-t0-pQ-.-.g-Z" }, "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": "ai.D7-_9..8-8yw..__Yb_58.p-06jVZ-uP.t_.O937uh", + "operator": "In", + "values": [ + "7.W74-R_Z_Tz.a3_HWo4_6" + ] } ] }, "namespaces": [ - "478" + "481" ], - "topologyKey": "479", + "topologyKey": "482", "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" + ] } ] } @@ -1515,93 +1531,93 @@ ] } }, - "schedulerName": "486", + "schedulerName": "489", "tolerations": [ { - "key": "487", - "operator": "r}梳攔wŲ魦Ɔ0ƢĮÀĘÆɆȸȢ蒸", - "value": "488", - "effect": "U烈 źfjǰɪ嘞ȏ}杻扞Ğ", - "tolerationSeconds": 3252034671163905138 + "key": "490", + "operator": "4%ʬD$;X郪\\#撄貶à圽榕ɹ", + "value": "491", + "effect": "慰x:", + "tolerationSeconds": 3362400521064014157 } ], "hostAliases": [ { - "ip": "489", + "ip": "492", "hostnames": [ - "490" + "493" ] } ], - "priorityClassName": "491", - "priority": 347613368, + "priorityClassName": "494", + "priority": 743241089, "dnsConfig": { "nameservers": [ - "492" + "495" ], "searches": [ - "493" + "496" ], "options": [ { - "name": "494", - "value": "495" + "name": "497", + "value": "498" } ] }, "readinessGates": [ { - "conditionType": "ř岈ǎǏ]S5:œƌ嵃ǁ" + "conditionType": "0yVA嬂刲;牆詒ĸąs" } ], - "runtimeClassName": "496", + "runtimeClassName": "499", "enableServiceLinks": false, - "preemptionPolicy": "m珢\\%傢z¦Ā竚ĐȌƨǴ叆", + "preemptionPolicy": "Iƭij韺ʧ\u003e", "overhead": { - "D輷": "792" + "D傕Ɠ栊闔虝巒瀦ŕ": "124" }, "topologySpreadConstraints": [ { - "maxSkew": -484382570, - "topologyKey": "497", - "whenUnsatisfiable": "nn坾\u0026Pɫ(ʙÆʨɺC`", + "maxSkew": -174245111, + "topologyKey": "500", + "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, - "completionMode": "{ȃ騑ȫ(踶NJđƟÝɹ橽ƴåj}c殶", + "ttlSecondsAfterFinished": -1166275743, + "completionMode": "ĵ/Ş槀墺=Ĉ鳟/d\u0026蒡", "suspend": false } }, - "successfulJobsHistoryLimit": -2006986560, - "failedJobsHistoryLimit": -380889943 + "successfulJobsHistoryLimit": -1190434752, + "failedJobsHistoryLimit": -212409426 }, "status": { "active": [ { - "kind": "504", - "namespace": "505", - "name": "506", - "uid": "暉Ŝ!ȣ绰", - "apiVersion": "507", - "resourceVersion": "508", - "fieldPath": "509" + "kind": "507", + "namespace": "508", + "name": "509", + "uid": "蒱鄆\u0026嬜Š\u0026?鳢.ǀŭ瘢颦", + "apiVersion": "510", + "resourceVersion": "511", + "fieldPath": "512" } ] } 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 cf9ef3d3aaed51866572c9e43ea0c955e8eaa52b..610b854a870fec5198e35c479bfaf9abf308118a 100644 GIT binary patch delta 5923 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 O90u_@7$gYS9{&eRxd$`= delta 6122 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劶?jĎ privileged: false - procMount: 队偯J僳徥淳4揻 + procMount: e readOnlyRootFilesystem: false - runAsGroup: -5647743520459672618 - runAsNonRoot: true - runAsUser: 8833778257967181711 + runAsGroup: 7755347487915595851 + runAsNonRoot: false + runAsUser: -3365965984794126745 seLinuxOptions: - level: "260" - role: "258" - type: "259" - user: "257" + level: "401" + role: "399" + type: "400" + user: "398" seccompProfile: - localhostProfile: "264" - type: $ɽ丟×x锏ɟ4Ǒ輂,ŕĪĠ + localhostProfile: "405" + type: G昧牱fsǕT衩kƒK07曳wœj堑 windowsOptions: - gmsaCredentialSpec: "262" - gmsaCredentialSpecName: "261" - hostProcess: false - runAsUserName: "263" + gmsaCredentialSpec: "403" + gmsaCredentialSpecName: "402" + hostProcess: true + runAsUserName: "404" startupProbe: exec: command: - - "237" - failureThreshold: 1226391571 + - "377" + failureThreshold: -1457715462 httpGet: - host: "239" + host: "379" httpHeaders: - - name: "240" - value: "241" - path: "238" - port: -1140531048 - initialDelaySeconds: 1260448044 - periodSeconds: -1791206950 - successThreshold: 1160477220 + - name: "380" + value: "381" + path: "378" + port: 1859267428 + scheme: ȟP + initialDelaySeconds: 2040952835 + periodSeconds: -513325570 + successThreshold: 1491794693 tcpSocket: - host: "242" - port: 1741405963 - terminationGracePeriodSeconds: 6347577485454457915 - timeoutSeconds: -200461294 + host: "382" + port: 1445923603 + terminationGracePeriodSeconds: 5797412715505520759 + timeoutSeconds: -1101457109 stdin: true - stdinOnce: true - terminationMessagePath: "256" - terminationMessagePolicy: t叀碧闳ȩr嚧ʣq埄 + targetContainerName: "406" + terminationMessagePath: "397" + terminationMessagePolicy: 肄$鬬 + tty: true volumeDevices: - - devicePath: "222" - name: "221" + - devicePath: "362" + name: "361" volumeMounts: - - mountPath: "218" - mountPropagation: HVe熼'FD剂讼ɓ - name: "217" + - mountPath: "358" + mountPropagation: 暳ǽżLj捲攻xƂ9阠$嬏wy¶熀 + name: "357" readOnly: true - subPath: "219" - subPathExpr: "220" - workingDir: "201" - nodeName: "408" + subPath: "359" + subPathExpr: "360" + workingDir: "341" + hostAliases: + - hostnames: + - "493" + ip: "492" + hostNetwork: true + hostname: "423" + imagePullSecrets: + - name: "422" + initContainers: + - args: + - "203" + command: + - "202" + env: + - name: "210" + value: "211" + valueFrom: + configMapKeyRef: + key: "217" + name: "216" + optional: false + fieldRef: + apiVersion: "212" + fieldPath: "213" + resourceFieldRef: + containerName: "214" + divisor: "231" + resource: "215" + secretKeyRef: + key: "219" + name: "218" + optional: true + envFrom: + - configMapRef: + name: "208" + optional: true + prefix: "207" + secretRef: + name: "209" + optional: false + image: "201" + imagePullPolicy: 鐫û咡W<敄lu|榝 + lifecycle: + postStart: + exec: + command: + - "246" + httpGet: + host: "249" + httpHeaders: + - name: "250" + value: "251" + path: "247" + port: "248" + scheme: j爻ƙt叀碧闳ȩr嚧ʣq埄趛屡ʁ岼昕Ĭ + tcpSocket: + host: "253" + port: "252" + preStop: + exec: + command: + - "254" + httpGet: + host: "257" + httpHeaders: + - name: "258" + value: "259" + path: "255" + port: "256" + scheme: "y" + tcpSocket: + host: "260" + port: -1620315711 + livenessProbe: + exec: + command: + - "226" + failureThreshold: 158280212 + httpGet: + host: "229" + httpHeaders: + - name: "230" + value: "231" + path: "227" + port: "228" + scheme: 翁杙Ŧ癃8鸖ɱJȉ罴ņ螡ź + initialDelaySeconds: 513341278 + periodSeconds: 1255312175 + successThreshold: -1740959124 + tcpSocket: + host: "232" + port: -1543701088 + terminationGracePeriodSeconds: -1552383991890236277 + timeoutSeconds: 627713162 + name: "200" + ports: + - containerPort: -1409668172 + hostIP: "206" + hostPort: -1180080716 + name: "205" + protocol: 脾嚏吐ĠLƐȤ藠3.v-鿧悮坮Ȣ幟ļ腻 + readinessProbe: + exec: + command: + - "233" + failureThreshold: 852780575 + httpGet: + host: "235" + httpHeaders: + - name: "236" + value: "237" + path: "234" + port: -1099429189 + scheme: 9Ì + initialDelaySeconds: 1689978741 + periodSeconds: -1798849477 + successThreshold: -1017263912 + tcpSocket: + host: "238" + port: -1364571630 + terminationGracePeriodSeconds: -5381329890395615297 + timeoutSeconds: -1423854443 + resources: + limits: + "": "55" + requests: + 粕擓ƖHVe熼'FD: "235" + securityContext: + allowPrivilegeEscalation: false + capabilities: + add: + - .Ȏ蝪ʜ5遰= + drop: + - 埄Ȁ朦 wƯ貾坢'跩a + privileged: true + procMount: 垾现葢ŵ橨 + readOnlyRootFilesystem: true + runAsGroup: 5005043520982487553 + runAsNonRoot: false + runAsUser: 3024893073780181445 + seLinuxOptions: + level: "265" + role: "263" + type: "264" + user: "262" + seccompProfile: + localhostProfile: "269" + type: l獕;跣Hǝcw媀瓄 + windowsOptions: + gmsaCredentialSpec: "267" + gmsaCredentialSpecName: "266" + hostProcess: false + runAsUserName: "268" + startupProbe: + exec: + command: + - "239" + failureThreshold: -743369977 + httpGet: + host: "241" + httpHeaders: + - name: "242" + value: "243" + path: "240" + port: 1853396726 + scheme: 曬逴褜1ØœȠƬQg鄠[颐o啛更偢ɇ卷 + initialDelaySeconds: -1789370277 + periodSeconds: 1724958480 + successThreshold: -879005591 + tcpSocket: + host: "245" + port: "244" + terminationGracePeriodSeconds: -6977492437661738751 + timeoutSeconds: -1738948598 + terminationMessagePath: "261" + terminationMessagePolicy: ɐ扵 + volumeDevices: + - devicePath: "225" + name: "224" + volumeMounts: + - mountPath: "221" + mountPropagation: UÐ_ƮA攤/ɸɎ + name: "220" + subPath: "222" + subPathExpr: "223" + workingDir: "204" + nodeName: "411" nodeSelector: - "404": "405" + "407": "408" overhead: - D輷: "792" - preemptionPolicy: m珢\%傢z¦Ā竚ĐȌƨǴ叆 - priority: 347613368 - priorityClassName: "491" + D傕Ɠ栊闔虝巒瀦ŕ: "124" + preemptionPolicy: Iƭij韺ʧ> + priority: 743241089 + priorityClassName: "494" readinessGates: - - conditionType: ř岈ǎǏ]S5:œƌ嵃ǁ - restartPolicy: ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn - runtimeClassName: "496" - schedulerName: "486" + - conditionType: 0yVA嬂刲;牆詒ĸąs + restartPolicy: 鈱ɖ'蠨磼O_h盌3+Œ9两@8 + runtimeClassName: "499" + schedulerName: "489" securityContext: - fsGroup: -3964669311891901178 - fsGroupChangePolicy: ƴ4虵p - runAsGroup: 3230705132538051674 + fsGroup: 2700145646260085226 + fsGroupChangePolicy: 灭ƴɦ燻踸陴Sĕ濦 + runAsGroup: -3019907599090873206 runAsNonRoot: true - runAsUser: 3438266910774132295 + runAsUser: 107192836721418523 seLinuxOptions: - level: "412" - role: "410" - type: "411" - user: "409" + level: "415" + role: "413" + type: "414" + user: "412" seccompProfile: - localhostProfile: "418" - type: 沥7uPƒw©ɴĶ烷Ľthp + localhostProfile: "421" + type: ɻŊ0 supplementalGroups: - - -1600417733583164525 + - 5333609790435719468 sysctls: - - name: "416" - value: "417" + - name: "419" + value: "420" windowsOptions: - gmsaCredentialSpec: "414" - gmsaCredentialSpecName: "413" - hostProcess: false - runAsUserName: "415" - serviceAccount: "407" - serviceAccountName: "406" - setHostnameAsFQDN: false + gmsaCredentialSpec: "417" + gmsaCredentialSpecName: "416" + hostProcess: true + runAsUserName: "418" + serviceAccount: "410" + serviceAccountName: "409" + setHostnameAsFQDN: true shareProcessNamespace: true - subdomain: "421" - terminationGracePeriodSeconds: -8335674866227004872 + subdomain: "424" + terminationGracePeriodSeconds: 8904478052175112945 tolerations: - - effect: U烈 źfjǰɪ嘞ȏ}杻扞Ğ - key: "487" - operator: r}梳攔wŲ魦Ɔ0ƢĮÀĘÆɆȸȢ蒸 - tolerationSeconds: 3252034671163905138 - value: "488" + - effect: '慰x:' + key: "490" + operator: 4%ʬD$;X郪\#撄貶à圽榕ɹ + tolerationSeconds: 3362400521064014157 + value: "491" 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: "497" - 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: "500" + whenUnsatisfiable: "" volumes: - awsElasticBlockStore: fsType: "68" @@ -933,6 +941,10 @@ spec: apiGroup: "194" kind: "195" name: "196" + dataSourceRef: + apiGroup: "197" + kind: "198" + name: "199" resources: limits: /樝fw[Řż丩ŽoǠŻʘY賃ɪ鐊: "967" @@ -1087,17 +1099,17 @@ spec: storagePolicyID: "125" storagePolicyName: "124" volumePath: "122" - ttlSecondsAfterFinished: -1285029915 + ttlSecondsAfterFinished: -1166275743 schedule: "20" startingDeadlineSeconds: -2555947251840004808 - successfulJobsHistoryLimit: -2006986560 + successfulJobsHistoryLimit: -1190434752 suspend: true status: active: - - apiVersion: "507" - fieldPath: "509" - kind: "504" - name: "506" - namespace: "505" - resourceVersion: "508" - uid: 暉Ŝ!ȣ绰 + - apiVersion: "510" + fieldPath: "512" + kind: "507" + name: "509" + namespace: "508" + resourceVersion: "511" + uid: 蒱鄆&嬜Š&?鳢.ǀŭ瘢颦 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 012b083c2b9..e76149b1ef1 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 @@ -445,6 +445,11 @@ "apiGroup": "175", "kind": "176", "name": "177" + }, + "dataSourceRef": { + "apiGroup": "178", + "kind": "179", + "name": "180" } } } @@ -453,256 +458,256 @@ ], "initContainers": [ { - "name": "178", - "image": "179", + "name": "181", + "image": "182", "command": [ - "180" + "183" ], "args": [ - "181" + "184" ], - "workingDir": "182", + "workingDir": "185", "ports": [ { - "name": "183", - "hostPort": -1179067190, - "containerPort": 1434408532, - "protocol": "`劳\u0026¼傭Ȟ1酃=6}ɡŇƉ立h", - "hostIP": "184" + "name": "186", + "hostPort": -1280763790, + "containerPort": 44308192, + "protocol": "Żwʮ馜üNșƶ4ĩĉ", + "hostIP": "187" } ], "envFrom": [ { - "prefix": "185", + "prefix": "188", "configMapRef": { - "name": "186", + "name": "189", "optional": true }, "secretRef": { - "name": "187", + "name": "190", "optional": false } } ], "env": [ { - "name": "188", - "value": "189", + "name": "191", + "value": "192", "valueFrom": { "fieldRef": { - "apiVersion": "190", - "fieldPath": "191" + "apiVersion": "193", + "fieldPath": "194" }, "resourceFieldRef": { - "containerName": "192", - "resource": "193", - "divisor": "993" + "containerName": "195", + "resource": "196", + "divisor": "440" }, "configMapKeyRef": { - "name": "194", - "key": "195", + "name": "197", + "key": "198", "optional": false }, "secretKeyRef": { - "name": "196", - "key": "197", - "optional": true + "name": "199", + "key": "200", + "optional": false } } } ], "resources": { "limits": { - "n芞QÄȻȊ+?ƭ峧Y栲茇竛": "118" + "": "993" }, "requests": { - "Ā\u003cé瞾ʀNŬɨǙÄr": "862" + "瀹鞎sn芞": "621" } }, "volumeMounts": [ { - "name": "198", - "mountPath": "199", - "subPath": "200", - "mountPropagation": "蒒5靇C'ɵK.Q貇£ȹ嫰", - "subPathExpr": "201" + "name": "201", + "readOnly": true, + "mountPath": "202", + "subPath": "203", + "mountPropagation": "鲡:", + "subPathExpr": "204" } ], "volumeDevices": [ { - "name": "202", - "devicePath": "203" + "name": "205", + "devicePath": "206" } ], "livenessProbe": { "exec": { "command": [ - "204" + "207" ] }, "httpGet": { - "path": "205", - "port": -1470854631, - "host": "206", - "scheme": "ùƸʋŀ樺ȃ", + "path": "208", + "port": 1094670193, + "host": "209", + "scheme": "栲茇竛吲蚛隖\u003cǶĬ4y£軶ǃ*ʙ嫙\u0026", "httpHeaders": [ { - "name": "207", - "value": "208" + "name": "210", + "value": "211" } ] }, "tcpSocket": { - "port": -270045321, - "host": "209" + "port": "212", + "host": "213" }, - "initialDelaySeconds": -1366875038, - "timeoutSeconds": -1188430996, - "periodSeconds": -2015604435, - "successThreshold": 576428641, - "failureThreshold": 1719293828, - "terminationGracePeriodSeconds": 7695418809915380277 + "initialDelaySeconds": -802585193, + "timeoutSeconds": 1901330124, + "periodSeconds": 1944205014, + "successThreshold": -2079582559, + "failureThreshold": -1167888910, + "terminationGracePeriodSeconds": 9134864175859680954 }, "readinessProbe": { "exec": { "command": [ - "210" + "214" ] }, "httpGet": { - "path": "211", - "port": "212", - "host": "213", - "scheme": "敍0)鈼¬麄", + "path": "215", + "port": "216", + "host": "217", + "scheme": "ȹ嫰ƹǔw÷nI粛E煹ǐƲE", "httpHeaders": [ { - "name": "214", - "value": "215" + "name": "218", + "value": "219" } ] }, "tcpSocket": { - "port": -648954478, - "host": "216" + "port": -88173241, + "host": "220" }, - "initialDelaySeconds": 1170649416, - "timeoutSeconds": 893619181, - "periodSeconds": -1891134534, - "successThreshold": -1710454086, - "failureThreshold": 192146389, - "terminationGracePeriodSeconds": 5519151154130360761 + "initialDelaySeconds": -1390686338, + "timeoutSeconds": 1762266578, + "periodSeconds": 1908897348, + "successThreshold": -153894372, + "failureThreshold": -1294101963, + "terminationGracePeriodSeconds": -8426138335498948912 }, "startupProbe": { "exec": { "command": [ - "217" + "221" ] }, "httpGet": { - "path": "218", - "port": "219", - "host": "220", - "scheme": "瓧嫭塓烀罁胾^拜", + "path": "222", + "port": -1273036797, + "host": "223", + "scheme": "ŤǢʭ嵔棂p儼Ƿ裚瓶", "httpHeaders": [ { - "name": "221", - "value": "222" + "name": "224", + "value": "225" } ] }, "tcpSocket": { - "port": "223", - "host": "224" + "port": -1549755975, + "host": "226" }, - "initialDelaySeconds": -1613115506, - "timeoutSeconds": -1341523482, - "periodSeconds": 1385030458, - "successThreshold": 427196286, - "failureThreshold": 1048864116, - "terminationGracePeriodSeconds": 1132874952502226901 + "initialDelaySeconds": -1275947865, + "timeoutSeconds": -2112697830, + "periodSeconds": -560140039, + "successThreshold": -1933850966, + "failureThreshold": 441998152, + "terminationGracePeriodSeconds": 3211788672813464064 }, "lifecycle": { "postStart": { "exec": { "command": [ - "225" + "227" ] }, "httpGet": { - "path": "226", - "port": 817152661, - "host": "227", - "scheme": "LJèux榜VƋZ", + "path": "228", + "port": "229", + "host": "230", + "scheme": "拜Ȍzɟ踡肒Ao/樝f", "httpHeaders": [ { - "name": "228", - "value": "229" + "name": "231", + "value": "232" } ] }, "tcpSocket": { - "port": "230", - "host": "231" + "port": -1497057920, + "host": "233" } }, "preStop": { "exec": { "command": [ - "232" + "234" ] }, "httpGet": { - "path": "233", - "port": -2000048581, - "host": "234", - "scheme": "9ǕLLȊɞ-uƻ悖ȩ0Ƹ[Ę", + "path": "235", + "port": "236", + "host": "237", + "scheme": "x榜VƋZ1Ůđ眊ľǎɳ,ǿ飏騀呣ǎ", "httpHeaders": [ { - "name": "235", - "value": "236" + "name": "238", + "value": "239" } ] }, "tcpSocket": { - "port": "237", - "host": "238" + "port": "240", + "host": "241" } } }, - "terminationMessagePath": "239", - "terminationMessagePolicy": "U髷裎$MVȟ@7飣奺Ȋ", - "imagePullPolicy": "ljʁ揆ɘȌ脾嚏吐ĠL", + "terminationMessagePath": "242", + "terminationMessagePolicy": "萭旿@掇lNdǂ\u003e5姣", "securityContext": { "capabilities": { "add": [ - "藠3.v-鿧悮坮Ȣ幟ļ腻ŬƩȿ0" + "ȟ@7飣奺Ȋ礶惇¸t颟.鵫ǚ灄" ], "drop": [ - "Kʝ瘴I\\p[ħsĨɆâĺɗ" + "rʤî萨zvt莭琽§ć\\ ïì" ] }, - "privileged": true, + "privileged": false, "seLinuxOptions": { - "user": "240", - "role": "241", - "type": "242", - "level": "243" + "user": "243", + "role": "244", + "type": "245", + "level": "246" }, "windowsOptions": { - "gmsaCredentialSpecName": "244", - "gmsaCredentialSpec": "245", - "runAsUserName": "246", - "hostProcess": true + "gmsaCredentialSpecName": "247", + "gmsaCredentialSpec": "248", + "runAsUserName": "249", + "hostProcess": false }, - "runAsUser": 8088324525605310061, - "runAsGroup": 4006793330334483398, - "runAsNonRoot": true, - "readOnlyRootFilesystem": true, + "runAsUser": 5064334456447889244, + "runAsGroup": 9197199583783594492, + "runAsNonRoot": false, + "readOnlyRootFilesystem": false, "allowPrivilegeEscalation": false, - "procMount": "攤/ɸɎ R§耶FfBl", + "procMount": "N粕擓ƖHVe熼", "seccompProfile": { - "type": "3!Zɾģ毋Ó6", - "localhostProfile": "247" + "type": "FD剂讼ɓȌʟn", + "localhostProfile": "250" } }, "stdinOnce": true, @@ -711,319 +716,316 @@ ], "containers": [ { - "name": "248", - "image": "249", + "name": "251", + "image": "252", "command": [ - "250" + "253" ], "args": [ - "251" + "254" ], - "workingDir": "252", + "workingDir": "255", "ports": [ { - "name": "253", - "hostPort": -970312425, - "containerPort": -1213051101, - "protocol": "埽uʎȺ眖R", - "hostIP": "254" + "name": "256", + "hostPort": 1087851818, + "containerPort": -1142814363, + "protocol": "f\u003c鴒翁杙Ŧ癃8鸖ɱJȉ罴ņ螡źȰ", + "hostIP": "257" } ], "envFrom": [ { - "prefix": "255", + "prefix": "258", "configMapRef": { - "name": "256", - "optional": true + "name": "259", + "optional": false }, "secretRef": { - "name": "257", - "optional": false + "name": "260", + "optional": true } } ], "env": [ { - "name": "258", - "value": "259", + "name": "261", + "value": "262", "valueFrom": { "fieldRef": { - "apiVersion": "260", - "fieldPath": "261" + "apiVersion": "263", + "fieldPath": "264" }, "resourceFieldRef": { - "containerName": "262", - "resource": "263", - "divisor": "509" + "containerName": "265", + "resource": "266", + "divisor": "1" }, "configMapKeyRef": { - "name": "264", - "key": "265", + "name": "267", + "key": "268", "optional": true }, "secretKeyRef": { - "name": "266", - "key": "267", - "optional": false + "name": "269", + "key": "270", + "optional": true } } } ], "resources": { "limits": { - "Ůĺ}潷ʒ胵輓": "404" + "ɳɷ9Ì": "134" }, "requests": { - "1ØœȠƬQg鄠": "488" + "WKw(": "800" } }, "volumeMounts": [ { - "name": "268", + "name": "271", "readOnly": true, - "mountPath": "269", - "subPath": "270", - "mountPropagation": "\u003e郵[+扴ȨŮ", - "subPathExpr": "271" + "mountPath": "272", + "subPath": "273", + "mountPropagation": "跦Opwǩ曬逴褜1", + "subPathExpr": "274" } ], "volumeDevices": [ { - "name": "272", - "devicePath": "273" + "name": "275", + "devicePath": "276" } ], "livenessProbe": { "exec": { "command": [ - "274" + "277" ] }, "httpGet": { - "path": "275", - "port": "276", - "host": "277", - "scheme": "佱¿\u003e犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ", + "path": "278", + "port": "279", + "host": "280", "httpHeaders": [ { - "name": "278", - "value": "279" + "name": "281", + "value": "282" } ] }, "tcpSocket": { - "port": -379385405, - "host": "280" + "port": 785984384, + "host": "283" }, - "initialDelaySeconds": -1224991707, - "timeoutSeconds": 887398685, - "periodSeconds": -612420031, - "successThreshold": -1139949896, - "failureThreshold": 1274622498, - "terminationGracePeriodSeconds": -772827768292101457 + "initialDelaySeconds": 193463975, + "timeoutSeconds": 1831208885, + "periodSeconds": -1425408777, + "successThreshold": -820113531, + "failureThreshold": 622267234, + "terminationGracePeriodSeconds": 1763564411727068601 }, "readinessProbe": { "exec": { "command": [ - "281" + "284" ] }, "httpGet": { - "path": "282", - "port": -1871050070, - "host": "283", - "scheme": "KJɐ扵Gƚ绤fʀļ腩墺", + "path": "285", + "port": "286", + "host": "287", + "scheme": "Ů+朷Ǝ膯ljVX1虊", "httpHeaders": [ { - "name": "284", - "value": "285" + "name": "288", + "value": "289" } ] }, "tcpSocket": { - "port": "286", - "host": "287" + "port": -979584143, + "host": "290" }, - "initialDelaySeconds": -631862664, - "timeoutSeconds": 1056531337, - "periodSeconds": -53728881, - "successThreshold": -52739417, - "failureThreshold": 764360370, - "terminationGracePeriodSeconds": -4822130814617082943 + "initialDelaySeconds": -1748648882, + "timeoutSeconds": -239843014, + "periodSeconds": 1381579966, + "successThreshold": -1418092595, + "failureThreshold": -1538905728, + "terminationGracePeriodSeconds": -1867540518204155332 }, "startupProbe": { "exec": { "command": [ - "288" + "291" ] }, "httpGet": { - "path": "289", - "port": 1004325340, - "host": "290", - "scheme": "徶đ寳议Ƭƶ氩Ȩ", + "path": "292", + "port": "293", + "host": "294", + "scheme": "q埄趛屡ʁ岼昕ĬÇó藢xɮĵȑ6L*", "httpHeaders": [ { - "name": "291", - "value": "292" + "name": "295", + "value": "296" } ] }, "tcpSocket": { - "port": -18758819, - "host": "293" + "port": 1574967021, + "host": "297" }, - "initialDelaySeconds": -1666819085, - "timeoutSeconds": -282193676, - "periodSeconds": 1777326813, - "successThreshold": -1471289102, - "failureThreshold": 704287801, - "terminationGracePeriodSeconds": 8549738818875784336 + "initialDelaySeconds": -244758593, + "timeoutSeconds": 591440053, + "periodSeconds": 104069700, + "successThreshold": -331594625, + "failureThreshold": 888935190, + "terminationGracePeriodSeconds": 7193904584276385338 }, "lifecycle": { "postStart": { "exec": { "command": [ - "294" + "298" ] }, "httpGet": { - "path": "295", - "port": "296", - "host": "297", - "scheme": "V垾现葢ŵ橨鬶l", + "path": "299", + "port": "300", + "host": "301", + "scheme": "w忊|E剒蔞|表徶đ寳议", "httpHeaders": [ { - "name": "298", - "value": "299" + "name": "302", + "value": "303" } ] }, "tcpSocket": { - "port": "300", - "host": "301" + "port": -614161319, + "host": "304" } }, "preStop": { "exec": { "command": [ - "302" + "305" ] }, "httpGet": { - "path": "303", - "port": "304", - "host": "305", - "scheme": "淳4揻-$ɽ丟×x锏ɟ", + "path": "306", + "port": "307", + "host": "308", + "scheme": "跩aŕ翑", "httpHeaders": [ { - "name": "306", - "value": "307" + "name": "309", + "value": "310" } ] }, "tcpSocket": { - "port": 1907998540, - "host": "308" + "port": "311", + "host": "312" } } }, - "terminationMessagePath": "309", - "terminationMessagePolicy": ",ŕ", - "imagePullPolicy": "澝qV訆Ǝżŧ", + "terminationMessagePath": "313", + "imagePullPolicy": "\u0026皥贸碔lNKƙ順\\E¦队偯", "securityContext": { "capabilities": { "add": [ - "sNƗ¸gĩ餠籲磣Óƿ頀\"冓鍓贯澔" + "徥淳4揻-$ɽ丟" ], "drop": [ - "ƺ蛜6Ɖ飴ɎiǨź" + "" ] }, - "privileged": true, + "privileged": false, "seLinuxOptions": { - "user": "310", - "role": "311", - "type": "312", - "level": "313" + "user": "314", + "role": "315", + "type": "316", + "level": "317" }, "windowsOptions": { - "gmsaCredentialSpecName": "314", - "gmsaCredentialSpec": "315", - "runAsUserName": "316", - "hostProcess": true + "gmsaCredentialSpecName": "318", + "gmsaCredentialSpec": "319", + "runAsUserName": "320", + "hostProcess": false }, - "runAsUser": 3716388262106582789, - "runAsGroup": 2830586634171662902, + "runAsUser": -816831389119959689, + "runAsGroup": 8194791334069427324, "runAsNonRoot": false, "readOnlyRootFilesystem": false, - "allowPrivilegeEscalation": false, - "procMount": "ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏", + "allowPrivilegeEscalation": true, + "procMount": "M蘇KŅ/»頸+SÄ蚃ɣľ)酊龨δ", "seccompProfile": { - "type": "鯂²静", - "localhostProfile": "317" + "type": "ȱğ_\u003cǬëJ橈'琕鶫:顇ə", + "localhostProfile": "321" } }, - "stdin": true, "stdinOnce": true, "tty": true } ], "ephemeralContainers": [ { - "name": "318", - "image": "319", + "name": "322", + "image": "323", "command": [ - "320" + "324" ], "args": [ - "321" + "325" ], - "workingDir": "322", + "workingDir": "326", "ports": [ { - "name": "323", - "hostPort": -617381112, - "containerPort": 1851229369, - "protocol": "ŕİi騎C", - "hostIP": "324" + "name": "327", + "hostPort": 1504385614, + "containerPort": 865289071, + "protocol": "iɥ嵐sC8", + "hostIP": "328" } ], "envFrom": [ { - "prefix": "325", + "prefix": "329", "configMapRef": { - "name": "326", + "name": "330", "optional": false }, "secretRef": { - "name": "327", - "optional": true + "name": "331", + "optional": false } } ], "env": [ { - "name": "328", - "value": "329", + "name": "332", + "value": "333", "valueFrom": { "fieldRef": { - "apiVersion": "330", - "fieldPath": "331" + "apiVersion": "334", + "fieldPath": "335" }, "resourceFieldRef": { - "containerName": "332", - "resource": "333", - "divisor": "817" + "containerName": "336", + "resource": "337", + "divisor": "832" }, "configMapKeyRef": { - "name": "334", - "key": "335", + "name": "338", + "key": "339", "optional": false }, "secretKeyRef": { - "name": "336", - "key": "337", + "name": "340", + "key": "341", "optional": false } } @@ -1031,255 +1033,256 @@ ], "resources": { "limits": { - "": "243" + "h亏yƕ丆録²Ŏ)/灩聋3趐囨鏻砅邻": "127" }, "requests": { - "ɔ幩še": "641" + "C\"6x$1s": "463" } }, "volumeMounts": [ { - "name": "338", - "readOnly": true, - "mountPath": "339", - "subPath": "340", - "mountPropagation": "", - "subPathExpr": "341" + "name": "342", + "mountPath": "343", + "subPath": "344", + "mountPropagation": "P­蜷ɔ幩šeSvEȤƏ埮pɵ{W", + "subPathExpr": "345" } ], "volumeDevices": [ { - "name": "342", - "devicePath": "343" + "name": "346", + "devicePath": "347" } ], "livenessProbe": { "exec": { "command": [ - "344" + "348" ] }, "httpGet": { - "path": "345", - "port": "346", - "host": "347", - "scheme": "pɵ{", + "path": "349", + "port": -1700828941, + "host": "350", + "scheme": "諔迮ƙ", "httpHeaders": [ { - "name": "348", - "value": "349" + "name": "351", + "value": "352" } ] }, "tcpSocket": { - "port": "350", - "host": "351" + "port": "353", + "host": "354" }, - "initialDelaySeconds": 1221583046, - "timeoutSeconds": -1861307253, - "periodSeconds": 1802356198, - "successThreshold": -5838370, - "failureThreshold": 595289079, - "terminationGracePeriodSeconds": -7062605330414484831 + "initialDelaySeconds": -969533986, + "timeoutSeconds": 299741709, + "periodSeconds": -488127393, + "successThreshold": 1137109081, + "failureThreshold": -1896415283, + "terminationGracePeriodSeconds": 6618112330449141397 }, "readinessProbe": { "exec": { "command": [ - "352" + "355" ] }, "httpGet": { - "path": "353", - "port": -1952582931, - "host": "354", - "scheme": "ʒǚ鍰\\縑ɀ撑¼蠾8餑噭Dµ", + "path": "356", + "port": "357", + "host": "358", + "scheme": "ɱďW賁Ě", "httpHeaders": [ { - "name": "355", - "value": "356" + "name": "359", + "value": "360" } ] }, "tcpSocket": { - "port": "357", - "host": "358" + "port": 1436222565, + "host": "361" }, - "initialDelaySeconds": 748460736, - "timeoutSeconds": 1601057463, - "periodSeconds": 864674728, - "successThreshold": -707765804, - "failureThreshold": -1491762290, - "terminationGracePeriodSeconds": -6530634860612550556 + "initialDelaySeconds": -674445196, + "timeoutSeconds": 1239158543, + "periodSeconds": -543432015, + "successThreshold": -515370067, + "failureThreshold": 2073046460, + "terminationGracePeriodSeconds": 7270263763744228913 }, "startupProbe": { "exec": { "command": [ - "359" + "362" ] }, "httpGet": { - "path": "360", - "port": 129997413, - "host": "361", - "scheme": "Ǣ曣ŋayåe躒訙", + "path": "363", + "port": "364", + "host": "365", + "scheme": "XW疪鑳w妕眵", "httpHeaders": [ { - "name": "362", - "value": "363" + "name": "366", + "value": "367" } ] }, "tcpSocket": { - "port": "364", - "host": "365" + "port": 455919108, + "host": "368" }, - "initialDelaySeconds": 2144856253, - "timeoutSeconds": 739175678, - "periodSeconds": -17241638, - "successThreshold": 1454160406, - "failureThreshold": 597943993, - "terminationGracePeriodSeconds": -5315960194881172085 + "initialDelaySeconds": -832681001, + "timeoutSeconds": 1616390418, + "periodSeconds": -1337533938, + "successThreshold": 1473765654, + "failureThreshold": 252309773, + "terminationGracePeriodSeconds": -8460346884535567850 }, "lifecycle": { "postStart": { "exec": { "command": [ - "366" + "369" ] }, "httpGet": { - "path": "367", - "port": -637630736, - "host": "368", - "scheme": "Ŵ壶ƵfȽÃ茓pȓɻ", + "path": "370", + "port": -869776221, + "host": "371", + "scheme": "[irȎ3Ĕ\\ɢX鰨松/Ȁĵ鴁ĩȲ", "httpHeaders": [ { - "name": "369", - "value": "370" + "name": "372", + "value": "373" } ] }, "tcpSocket": { - "port": "371", - "host": "372" + "port": "374", + "host": "375" } }, "preStop": { "exec": { "command": [ - "373" + "376" ] }, "httpGet": { - "path": "374", - "port": "375", - "host": "376", - "scheme": "Ǹ|蕎'佉賞ǧĒz", + "path": "377", + "port": -1917609921, + "host": "378", + "scheme": "耗", "httpHeaders": [ { - "name": "377", - "value": "378" + "name": "379", + "value": "380" } ] }, "tcpSocket": { - "port": -1920304485, - "host": "379" + "port": "381", + "host": "382" } } }, - "terminationMessagePath": "380", - "imagePullPolicy": "ŭƽ眝{æ盪泙若`l}Ñ蠂Ü[ƛ^輅9", + "terminationMessagePath": "383", + "terminationMessagePolicy": "ť1ùfŭƽ眝{æ盪泙若`l}Ñ蠂Ü[", + "imagePullPolicy": "灲閈誹ʅ蕉ɼ搳", "securityContext": { "capabilities": { "add": [ - "ƈ眽炊礫Ƽ¨Ix糂腂" + "箨ʨIk(dŊiɢ" ], "drop": [ - "ǚŜEuEy竬ʆɞ" + "Į蛋I滞廬耐鷞焬CQ" ] }, "privileged": true, "seLinuxOptions": { - "user": "381", - "role": "382", - "type": "383", - "level": "384" + "user": "384", + "role": "385", + "type": "386", + "level": "387" }, "windowsOptions": { - "gmsaCredentialSpecName": "385", - "gmsaCredentialSpec": "386", - "runAsUserName": "387", - "hostProcess": true + "gmsaCredentialSpecName": "388", + "gmsaCredentialSpec": "389", + "runAsUserName": "390", + "hostProcess": false }, - "runAsUser": 2002344837004307079, - "runAsGroup": 6975450977224404481, + "runAsUser": -506227444233847191, + "runAsGroup": -583355774536171734, "runAsNonRoot": false, "readOnlyRootFilesystem": false, - "allowPrivilegeEscalation": true, - "procMount": "ǣƘƵŧ1ƟƓ宆!鍲ɋȑoG鄧蜢暳ǽż", + "allowPrivilegeEscalation": false, + "procMount": "EĨǔvÄÚ×p", "seccompProfile": { - "type": "", - "localhostProfile": "388" + "type": "m罂o3ǰ廋i乳'ȘUɻ", + "localhostProfile": "391" } }, "stdin": true, + "stdinOnce": true, "tty": true, - "targetContainerName": "389" + "targetContainerName": "392" } ], - "restartPolicy": "xƂ9阠", - "terminationGracePeriodSeconds": -1251681867635446860, - "activeDeadlineSeconds": -3936694093978979945, - "dnsPolicy": "喕", + "restartPolicy": "ċ桉桃喕蠲$ɛ溢臜裡×銵-紑", + "terminationGracePeriodSeconds": -3877666641335425693, + "activeDeadlineSeconds": -2391833818948531474, + "dnsPolicy": "Ƒ[澔", "nodeSelector": { - "390": "391" + "393": "394" }, - "serviceAccountName": "392", - "serviceAccount": "393", - "automountServiceAccountToken": false, - "nodeName": "394", - "hostIPC": true, - "shareProcessNamespace": false, + "serviceAccountName": "395", + "serviceAccount": "396", + "automountServiceAccountToken": true, + "nodeName": "397", + "hostPID": true, + "shareProcessNamespace": true, "securityContext": { "seLinuxOptions": { - "user": "395", - "role": "396", - "type": "397", - "level": "398" + "user": "398", + "role": "399", + "type": "400", + "level": "401" }, "windowsOptions": { - "gmsaCredentialSpecName": "399", - "gmsaCredentialSpec": "400", - "runAsUserName": "401", - "hostProcess": true + "gmsaCredentialSpecName": "402", + "gmsaCredentialSpec": "403", + "runAsUserName": "404", + "hostProcess": false }, - "runAsUser": -6831737663967002548, - "runAsGroup": 8790792169692841191, + "runAsUser": 7177254483209867257, + "runAsGroup": 7721939829013914482, "runAsNonRoot": true, "supplementalGroups": [ - 419368455950991325 + -5080569150241191388 ], - "fsGroup": 7768299165267384830, + "fsGroup": -6486306216295496187, "sysctls": [ { - "name": "402", - "value": "403" + "name": "405", + "value": "406" } ], - "fsGroupChangePolicy": "G", + "fsGroupChangePolicy": "ȼN翾ȾD虓氙磂tńČȷǻ.wȏâ磠", "seccompProfile": { - "type": "鵌Ē3Nh×DJɶ羹ƞʓ%ʝ", - "localhostProfile": "404" + "type": "崖S«V¯Á", + "localhostProfile": "407" } }, "imagePullSecrets": [ { - "name": "405" + "name": "408" } ], - "hostname": "406", - "subdomain": "407", + "hostname": "409", + "subdomain": "410", "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { @@ -1287,19 +1290,19 @@ { "matchExpressions": [ { - "key": "408", - "operator": "ȾD虓氙磂tńČȷǻ.wȏâ磠Ƴ崖S«", + "key": "411", + "operator": "\\Ď愝Ű藛b磾sYȠ繽敮ǰ詀ǿ忀o", "values": [ - "409" + "412" ] } ], "matchFields": [ { - "key": "410", - "operator": "仁", + "key": "413", + "operator": "旹翃ɾ氒ĺʈʫ", "values": [ - "411" + "414" ] } ] @@ -1308,23 +1311,23 @@ }, "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -316155142, + "weight": -855547676, "preference": { "matchExpressions": [ { - "key": "412", - "operator": "ij\\", + "key": "415", + "operator": "F豎穜姰l咑耖p^鏋蛹Ƚȿ", "values": [ - "413" + "416" ] } ], "matchFields": [ { - "key": "414", - "operator": "ż鯀1", + "key": "417", + "operator": "ò", "values": [ - "415" + "418" ] } ] @@ -1337,27 +1340,30 @@ { "labelSelector": { "matchLabels": { - "w--2--82--cj-1-s--op34-yy28-38xmu5nx4s--41-7--65m8-1x129v.5kr-x0u-1meljf-5269893-t-kl35d6--7rs37zzgy3-4----nf---3a-cgr6q/z._8M0U1z": "X--56-7" + "4_-y.8_38xm-.nx.sEK4.B.__6m": "J1-1.9_.-.Ms7_tP" }, "matchExpressions": [ { - "key": "Jd._.Um.-__k.j._g-G-7--p9.-_0R.-_-3_L_2--_v2.5p_..Y-.wg_-b8a_68", - "operator": "Exists" + "key": "37zzgy3-4----nf---3a-cgr6---r58-e-l203-8sln7-3x-b--550397801/1.k9M86.9a_-0R_.Z__v", + "operator": "NotIn", + "values": [ + "0_1V4.-r-8S5--_7_-Zp_._.-miJ4x-_0_5-_.7F3p2_-_AmD-.0AP.-.Cc" + ] } ] }, "namespaces": [ - "422" + "425" ], - "topologyKey": "423", + "topologyKey": "426", "namespaceSelector": { "matchLabels": { - "x.KNC0-.-m_0-m-6Sp_N-S..O-BZ..6-5": "bB3_.b17ca-p" + "3QC1--L--v_Z--ZgC": "Q__-v_t_u_.__O" }, "matchExpressions": [ { - "key": "1rhm-5y--z-0/5eQ9", - "operator": "DoesNotExist" + "key": "w3--5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___._6..tf-_u-a", + "operator": "Exists" } ] } @@ -1365,34 +1371,34 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -1731963575, + "weight": 957174721, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "v---064eqk5--f4e4--r1k278l-d-8o1-x-1wl----f33/Z": "jz_659GE.l_.23--_6l.-5_BZk5v3aUK_--_o_2.-4" + "o._xJ1-lFA_Xf3.V0H2-.zHw.H__V.Vz_6.Hz_V_.r_v_._e_-78o_66": "11_7pX_.-mLlx...w_t-_.5.40Rw4gD.._.-x6db-L7.-__-G_2C" }, "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": "4exr-1-o--g--1l-8---3snw0-3i--a7-2--o--u0038mp9c10-k-r--l.06-4g-z46--f2t-m839q/2_--XZ-x.__.Y_p", + "operator": "NotIn", + "values": [ + "N7_B_r" + ] } ] }, "namespaces": [ - "436" + "439" ], - "topologyKey": "437", + "topologyKey": "440", "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" + "O_._e_3_.4_W_-q": "Tp_.----cp__ac8u.._-__BM.6-.Y_72-_--pT75-.emV__1-wv3UDf.-4D-rr" }, "matchExpressions": [ { - "key": "L4K..-68-7AlR__8-7_-YD-Q9_-__..YNFu7Pg-.814e-_07-ht-EP", - "operator": "In", - "values": [ - "7-.-_I-F.Pt" - ] + "key": "XN_h_4Hl-X0_2--__4K..-68-7AlR__8-7_-YD-Q9_-T", + "operator": "Exists" } ] } @@ -1405,26 +1411,29 @@ { "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" + "ue--s-1--t-4m7a-41-6j4m--4-r4p--w1k8--u87lyqq-o-3-7/07-ht-E6_Q": "h--m._fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWUV" }, "matchExpressions": [ { - "key": "O-0o.0C_gV.9_G-.-z1Y_HEb.9x98MM7-.e.Dx._.W-6..4_MU7iLfS-0.o", - "operator": "Exists" + "key": "xa_o..p_B-d--Q5._D6_.d-n_9n.p.2-.-Qw__YT.1---.-o7.pJ-4-W", + "operator": "In", + "values": [ + "U7iLfS-0.9-.-._.1..s._jP6j.u--.K--g__..2bidFx" + ] } ] }, "namespaces": [ - "450" + "453" ], - "topologyKey": "451", + "topologyKey": "454", "namespaceSelector": { "matchLabels": { - "bid-7x0u738--7w-tdt-u-0----p6l-3-znd-8b-dg--1035ad1od/Nn_U-...1P_.8": "8_2v89U--8.3N_.n1.--.._-x4" + "2-_.4dwFbuvf": "5Y2k.F-F..3m6.._2v89U--8.3N_.n1.--.._-x_4..u2-__3uM77U7J" }, "matchExpressions": [ { - "key": "7-ufi-7/3uM77U7._pT-___-_5-6h_Ky7-_0Vw-Nzfdw.3-._CJ4a1._-_CH--C", + "key": "61-cm---ch-g0t-q--qr95ws-v-5--7-ufi-7/E5-6h_Kyo", "operator": "NotIn", "values": [ "0--_qv4--_.6_N_9X-B.s8.B" @@ -1450,9 +1459,9 @@ ] }, "namespaces": [ - "464" + "467" ], - "topologyKey": "465", + "topologyKey": "468", "namespaceSelector": { "matchLabels": { "8.7-72qz.W.d.._1-3968": "G__B.3R6-.7Bf8GA--__A7r.8U.V_p61-dO" @@ -1472,37 +1481,37 @@ ] } }, - "schedulerName": "472", + "schedulerName": "475", "tolerations": [ { - "key": "473", + "key": "476", "operator": "Ü", - "value": "474", + "value": "477", "effect": "貛香\"砻B鷋RȽXv*!ɝ茀Ǩ", "tolerationSeconds": 8594241010639209901 } ], "hostAliases": [ { - "ip": "475", + "ip": "478", "hostnames": [ - "476" + "479" ] } ], - "priorityClassName": "477", + "priorityClassName": "480", "priority": 878153992, "dnsConfig": { "nameservers": [ - "478" + "481" ], "searches": [ - "479" + "482" ], "options": [ { - "name": "480", - "value": "481" + "name": "483", + "value": "484" } ] }, @@ -1511,7 +1520,7 @@ "conditionType": "=ȑ-A敲ʉ" } ], - "runtimeClassName": "482", + "runtimeClassName": "485", "enableServiceLinks": false, "preemptionPolicy": "梊蝴.Ĉ马āƭw鰕ǰ\"șa", "overhead": { @@ -1520,7 +1529,7 @@ "topologySpreadConstraints": [ { "maxSkew": -702578810, - "topologyKey": "483", + "topologyKey": "486", "whenUnsatisfiable": "Ž氮怉ƥ;\"薑Ȣ#闬輙怀¹bCũw", "labelSelector": { "matchLabels": { @@ -1549,13 +1558,13 @@ "status": "翻颌徚J殦殐ƕ蟶ŃēÖ釐駆Ŕƿe魛ĩ", "lastProbeTime": "2427-08-17T22:26:07Z", "lastTransitionTime": "2012-08-22T05:26:31Z", - "reason": "490", - "message": "491" + "reason": "493", + "message": "494" } ], "active": 543081713, "succeeded": -377965530, "failed": 77405208, - "completedIndexes": "492" + "completedIndexes": "495" } } \ 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 670266b0724c82251ad5db86e47f8845fa516dea..8bdcc0505571e2aed518eccf3b10cd9b875ce260 100644 GIT binary patch delta 5145 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 LY=#gPWC{9zqQuo7 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 a6deede1740..2c2f1a5e14d 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 @@ -78,72 +78,73 @@ spec: selfLink: "29" uid: ɸ=ǤÆ碛,1 spec: - activeDeadlineSeconds: -3936694093978979945 + activeDeadlineSeconds: -2391833818948531474 affinity: nodeAffinity: preferredDuringSchedulingIgnoredDuringExecution: - preference: matchExpressions: - - key: "412" - operator: ij\ + - key: "415" + operator: F豎穜姰l咑耖p^鏋蛹Ƚȿ values: - - "413" + - "416" matchFields: - - key: "414" - operator: ż鯀1 + - key: "417" + operator: ò values: - - "415" - weight: -316155142 + - "418" + weight: -855547676 requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - - key: "408" - operator: ȾD虓氙磂tńČȷǻ.wȏâ磠Ƴ崖S« + - key: "411" + operator: \Ď愝Ű藛b磾sYȠ繽敮ǰ詀ǿ忀o values: - - "409" + - "412" matchFields: - - key: "410" - operator: 仁 + - key: "413" + operator: 旹翃ɾ氒ĺʈʫ values: - - "411" + - "414" podAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: 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: 4exr-1-o--g--1l-8---3snw0-3i--a7-2--o--u0038mp9c10-k-r--l.06-4g-z46--f2t-m839q/2_--XZ-x.__.Y_p + operator: NotIn + values: + - N7_B_r matchLabels: - v---064eqk5--f4e4--r1k278l-d-8o1-x-1wl----f33/Z: jz_659GE.l_.23--_6l.-5_BZk5v3aUK_--_o_2.-4 + o._xJ1-lFA_Xf3.V0H2-.zHw.H__V.Vz_6.Hz_V_.r_v_._e_-78o_66: 11_7pX_.-mLlx...w_t-_.5.40Rw4gD.._.-x6db-L7.-__-G_2C namespaceSelector: matchExpressions: - - key: L4K..-68-7AlR__8-7_-YD-Q9_-__..YNFu7Pg-.814e-_07-ht-EP - operator: In - values: - - 7-.-_I-F.Pt + - key: XN_h_4Hl-X0_2--__4K..-68-7AlR__8-7_-YD-Q9_-T + operator: Exists 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 + O_._e_3_.4_W_-q: Tp_.----cp__ac8u.._-__BM.6-.Y_72-_--pT75-.emV__1-wv3UDf.-4D-rr namespaces: - - "436" - topologyKey: "437" - weight: -1731963575 + - "439" + topologyKey: "440" + weight: 957174721 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: Jd._.Um.-__k.j._g-G-7--p9.-_0R.-_-3_L_2--_v2.5p_..Y-.wg_-b8a_68 - operator: Exists + - key: 37zzgy3-4----nf---3a-cgr6---r58-e-l203-8sln7-3x-b--550397801/1.k9M86.9a_-0R_.Z__v + operator: NotIn + values: + - 0_1V4.-r-8S5--_7_-Zp_._.-miJ4x-_0_5-_.7F3p2_-_AmD-.0AP.-.Cc matchLabels: - ? w--2--82--cj-1-s--op34-yy28-38xmu5nx4s--41-7--65m8-1x129v.5kr-x0u-1meljf-5269893-t-kl35d6--7rs37zzgy3-4----nf---3a-cgr6q/z._8M0U1z - : X--56-7 + 4_-y.8_38xm-.nx.sEK4.B.__6m: J1-1.9_.-.Ms7_tP namespaceSelector: matchExpressions: - - key: 1rhm-5y--z-0/5eQ9 - operator: DoesNotExist + - key: w3--5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___._6..tf-_u-a + operator: Exists matchLabels: - x.KNC0-.-m_0-m-6Sp_N-S..O-BZ..6-5: bB3_.b17ca-p + 3QC1--L--v_Z--ZgC: Q__-v_t_u_.__O namespaces: - - "422" - topologyKey: "423" + - "425" + topologyKey: "426" podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: @@ -162,638 +163,638 @@ spec: matchLabels: 8.7-72qz.W.d.._1-3968: G__B.3R6-.7Bf8GA--__A7r.8U.V_p61-dO namespaces: - - "464" - topologyKey: "465" + - "467" + topologyKey: "468" weight: -1832836223 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: O-0o.0C_gV.9_G-.-z1Y_HEb.9x98MM7-.e.Dx._.W-6..4_MU7iLfS-0.o - operator: Exists + - key: xa_o..p_B-d--Q5._D6_.d-n_9n.p.2-.-Qw__YT.1---.-o7.pJ-4-W + operator: In + values: + - U7iLfS-0.9-.-._.1..s._jP6j.u--.K--g__..2bidFx matchLabels: - aP41_.-.-AQ._r.-_Rw1k8KLu..ly--J-_.ZCRT.0z-oe.G79.3bU_._nV345: y-u.._.105-4_ed-0-i_zZsY_o8t5Vl6_..7CY-_dP + ue--s-1--t-4m7a-41-6j4m--4-r4p--w1k8--u87lyqq-o-3-7/07-ht-E6_Q: h--m._fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWUV namespaceSelector: matchExpressions: - - key: 7-ufi-7/3uM77U7._pT-___-_5-6h_Ky7-_0Vw-Nzfdw.3-._CJ4a1._-_CH--C + - key: 61-cm---ch-g0t-q--qr95ws-v-5--7-ufi-7/E5-6h_Kyo operator: NotIn values: - 0--_qv4--_.6_N_9X-B.s8.B matchLabels: - bid-7x0u738--7w-tdt-u-0----p6l-3-znd-8b-dg--1035ad1od/Nn_U-...1P_.8: 8_2v89U--8.3N_.n1.--.._-x4 + 2-_.4dwFbuvf: 5Y2k.F-F..3m6.._2v89U--8.3N_.n1.--.._-x_4..u2-__3uM77U7J namespaces: - - "450" - topologyKey: "451" - automountServiceAccountToken: false + - "453" + topologyKey: "454" + automountServiceAccountToken: true containers: - args: - - "251" + - "254" command: - - "250" + - "253" env: - - name: "258" - value: "259" + - name: "261" + value: "262" valueFrom: configMapKeyRef: - key: "265" - name: "264" + key: "268" + name: "267" optional: true fieldRef: - apiVersion: "260" - fieldPath: "261" + apiVersion: "263" + fieldPath: "264" resourceFieldRef: - containerName: "262" - divisor: "509" - resource: "263" + containerName: "265" + divisor: "1" + resource: "266" secretKeyRef: - key: "267" - name: "266" - optional: false + key: "270" + name: "269" + optional: true envFrom: - configMapRef: - name: "256" - optional: true - prefix: "255" - secretRef: - name: "257" + name: "259" optional: false - image: "249" - imagePullPolicy: 澝qV訆Ǝżŧ + prefix: "258" + secretRef: + name: "260" + optional: true + image: "252" + imagePullPolicy: '&皥贸碔lNKƙ順\E¦队偯' lifecycle: postStart: exec: command: - - "294" + - "298" httpGet: - host: "297" - httpHeaders: - - name: "298" - value: "299" - path: "295" - port: "296" - scheme: V垾现葢ŵ橨鬶l - tcpSocket: host: "301" + httpHeaders: + - name: "302" + value: "303" + path: "299" port: "300" + scheme: w忊|E剒蔞|表徶đ寳议 + tcpSocket: + host: "304" + port: -614161319 preStop: exec: command: - - "302" + - "305" httpGet: - host: "305" - httpHeaders: - - name: "306" - value: "307" - path: "303" - port: "304" - scheme: 淳4揻-$ɽ丟×x锏ɟ - tcpSocket: host: "308" - port: 1907998540 + httpHeaders: + - name: "309" + value: "310" + path: "306" + port: "307" + scheme: 跩aŕ翑 + tcpSocket: + host: "312" + port: "311" livenessProbe: exec: command: - - "274" - failureThreshold: 1274622498 + - "277" + failureThreshold: 622267234 httpGet: - host: "277" - httpHeaders: - - name: "278" - value: "279" - path: "275" - port: "276" - scheme: 佱¿>犵殇ŕ-Ɂ圯W:ĸ輦唊#v铿ʩȂ - initialDelaySeconds: -1224991707 - periodSeconds: -612420031 - successThreshold: -1139949896 - tcpSocket: host: "280" - port: -379385405 - terminationGracePeriodSeconds: -772827768292101457 - timeoutSeconds: 887398685 - name: "248" - ports: - - containerPort: -1213051101 - hostIP: "254" - hostPort: -970312425 - name: "253" - protocol: 埽uʎȺ眖R - readinessProbe: - exec: - command: - - "281" - failureThreshold: 764360370 - httpGet: + httpHeaders: + - name: "281" + value: "282" + path: "278" + port: "279" + initialDelaySeconds: 193463975 + periodSeconds: -1425408777 + successThreshold: -820113531 + tcpSocket: host: "283" - httpHeaders: - - name: "284" - value: "285" - path: "282" - port: -1871050070 - scheme: KJɐ扵Gƚ绤fʀļ腩墺 - initialDelaySeconds: -631862664 - periodSeconds: -53728881 - successThreshold: -52739417 - tcpSocket: - host: "287" - port: "286" - terminationGracePeriodSeconds: -4822130814617082943 - timeoutSeconds: 1056531337 - resources: - limits: - Ůĺ}潷ʒ胵輓: "404" - requests: - 1ØœȠƬQg鄠: "488" - securityContext: - allowPrivilegeEscalation: false - capabilities: - add: - - sNƗ¸gĩ餠籲磣Óƿ頀"冓鍓贯澔 - drop: - - ƺ蛜6Ɖ飴ɎiǨź - privileged: true - procMount: ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏 - readOnlyRootFilesystem: false - runAsGroup: 2830586634171662902 - runAsNonRoot: false - runAsUser: 3716388262106582789 - seLinuxOptions: - level: "313" - role: "311" - type: "312" - user: "310" - seccompProfile: - localhostProfile: "317" - type: 鯂²静 - windowsOptions: - gmsaCredentialSpec: "315" - gmsaCredentialSpecName: "314" - hostProcess: true - runAsUserName: "316" - startupProbe: - exec: - command: - - "288" - failureThreshold: 704287801 - httpGet: - host: "290" - httpHeaders: - - name: "291" - value: "292" - path: "289" - port: 1004325340 - scheme: 徶đ寳议Ƭƶ氩Ȩ - initialDelaySeconds: -1666819085 - periodSeconds: 1777326813 - successThreshold: -1471289102 - tcpSocket: - host: "293" - port: -18758819 - terminationGracePeriodSeconds: 8549738818875784336 - timeoutSeconds: -282193676 - stdin: true - stdinOnce: true - terminationMessagePath: "309" - terminationMessagePolicy: ',ŕ' - tty: true - volumeDevices: - - devicePath: "273" - name: "272" - volumeMounts: - - mountPath: "269" - mountPropagation: '>郵[+扴ȨŮ' - name: "268" - readOnly: true - subPath: "270" - subPathExpr: "271" - workingDir: "252" - dnsConfig: - nameservers: - - "478" - options: - - name: "480" - value: "481" - searches: - - "479" - dnsPolicy: 喕 - enableServiceLinks: false - ephemeralContainers: - - args: - - "321" - command: - - "320" - env: - - name: "328" - value: "329" - valueFrom: - configMapKeyRef: - key: "335" - name: "334" - optional: false - fieldRef: - apiVersion: "330" - fieldPath: "331" - resourceFieldRef: - containerName: "332" - divisor: "817" - resource: "333" - secretKeyRef: - key: "337" - name: "336" - optional: false - envFrom: - - configMapRef: - name: "326" - optional: false - prefix: "325" - secretRef: - name: "327" - optional: true - image: "319" - imagePullPolicy: ŭƽ眝{æ盪泙若`l}Ñ蠂Ü[ƛ^輅9 - lifecycle: - postStart: - exec: - command: - - "366" - httpGet: - host: "368" - httpHeaders: - - name: "369" - value: "370" - path: "367" - port: -637630736 - scheme: Ŵ壶ƵfȽÃ茓pȓɻ - tcpSocket: - host: "372" - port: "371" - preStop: - exec: - command: - - "373" - httpGet: - host: "376" - httpHeaders: - - name: "377" - value: "378" - path: "374" - port: "375" - scheme: Ǹ|蕎'佉賞ǧĒz - tcpSocket: - host: "379" - port: -1920304485 - livenessProbe: - exec: - command: - - "344" - failureThreshold: 595289079 - httpGet: - host: "347" - httpHeaders: - - name: "348" - value: "349" - path: "345" - port: "346" - scheme: pɵ{ - initialDelaySeconds: 1221583046 - periodSeconds: 1802356198 - successThreshold: -5838370 - tcpSocket: - host: "351" - port: "350" - terminationGracePeriodSeconds: -7062605330414484831 - timeoutSeconds: -1861307253 - name: "318" + port: 785984384 + terminationGracePeriodSeconds: 1763564411727068601 + timeoutSeconds: 1831208885 + name: "251" ports: - - containerPort: 1851229369 - hostIP: "324" - hostPort: -617381112 - name: "323" - protocol: ŕİi騎C + - containerPort: -1142814363 + hostIP: "257" + hostPort: 1087851818 + name: "256" + protocol: f<鴒翁杙Ŧ癃8鸖ɱJȉ罴ņ螡źȰ readinessProbe: exec: command: - - "352" - failureThreshold: -1491762290 + - "284" + failureThreshold: -1538905728 httpGet: - host: "354" + host: "287" httpHeaders: - - name: "355" - value: "356" - path: "353" - port: -1952582931 - scheme: ʒǚ鍰\縑ɀ撑¼蠾8餑噭Dµ - initialDelaySeconds: 748460736 - periodSeconds: 864674728 - successThreshold: -707765804 + - name: "288" + value: "289" + path: "285" + port: "286" + scheme: Ů+朷Ǝ膯ljVX1虊 + initialDelaySeconds: -1748648882 + periodSeconds: 1381579966 + successThreshold: -1418092595 tcpSocket: - host: "358" - port: "357" - terminationGracePeriodSeconds: -6530634860612550556 - timeoutSeconds: 1601057463 + host: "290" + port: -979584143 + terminationGracePeriodSeconds: -1867540518204155332 + timeoutSeconds: -239843014 resources: limits: - "": "243" + ɳɷ9Ì: "134" requests: - ɔ幩še: "641" + WKw(: "800" securityContext: allowPrivilegeEscalation: true capabilities: add: - - ƈ眽炊礫Ƽ¨Ix糂腂 + - 徥淳4揻-$ɽ丟 drop: - - ǚŜEuEy竬ʆɞ - privileged: true - procMount: ǣƘƵŧ1ƟƓ宆!鍲ɋȑoG鄧蜢暳ǽż + - "" + privileged: false + procMount: M蘇KŅ/»頸+SÄ蚃ɣľ)酊龨δ readOnlyRootFilesystem: false - runAsGroup: 6975450977224404481 + runAsGroup: 8194791334069427324 runAsNonRoot: false - runAsUser: 2002344837004307079 + runAsUser: -816831389119959689 seLinuxOptions: - level: "384" - role: "382" - type: "383" - user: "381" + level: "317" + role: "315" + type: "316" + user: "314" seccompProfile: - localhostProfile: "388" - type: "" + localhostProfile: "321" + type: ȱğ_<ǬëJ橈'琕鶫:顇ə windowsOptions: - gmsaCredentialSpec: "386" - gmsaCredentialSpecName: "385" - hostProcess: true - runAsUserName: "387" + gmsaCredentialSpec: "319" + gmsaCredentialSpecName: "318" + hostProcess: false + runAsUserName: "320" startupProbe: exec: command: - - "359" - failureThreshold: 597943993 + - "291" + failureThreshold: 888935190 httpGet: - host: "361" + host: "294" httpHeaders: - - name: "362" - value: "363" - path: "360" - port: 129997413 - scheme: Ǣ曣ŋayåe躒訙 - initialDelaySeconds: 2144856253 - periodSeconds: -17241638 - successThreshold: 1454160406 + - name: "295" + value: "296" + path: "292" + port: "293" + scheme: q埄趛屡ʁ岼昕ĬÇó藢xɮĵȑ6L* + initialDelaySeconds: -244758593 + periodSeconds: 104069700 + successThreshold: -331594625 tcpSocket: - host: "365" - port: "364" - terminationGracePeriodSeconds: -5315960194881172085 - timeoutSeconds: 739175678 - stdin: true - targetContainerName: "389" - terminationMessagePath: "380" + host: "297" + port: 1574967021 + terminationGracePeriodSeconds: 7193904584276385338 + timeoutSeconds: 591440053 + stdinOnce: true + terminationMessagePath: "313" tty: true volumeDevices: - - devicePath: "343" - name: "342" + - devicePath: "276" + name: "275" volumeMounts: - - mountPath: "339" - mountPropagation: "" - name: "338" + - mountPath: "272" + mountPropagation: 跦Opwǩ曬逴褜1 + name: "271" readOnly: true - subPath: "340" - subPathExpr: "341" - workingDir: "322" - hostAliases: - - hostnames: - - "476" - ip: "475" - hostIPC: true - hostname: "406" - imagePullSecrets: - - name: "405" - initContainers: + subPath: "273" + subPathExpr: "274" + workingDir: "255" + dnsConfig: + nameservers: + - "481" + options: + - name: "483" + value: "484" + searches: + - "482" + dnsPolicy: Ƒ[澔 + enableServiceLinks: false + ephemeralContainers: - args: - - "181" + - "325" command: - - "180" + - "324" env: - - name: "188" - value: "189" + - name: "332" + value: "333" valueFrom: configMapKeyRef: - key: "195" - name: "194" + key: "339" + name: "338" optional: false fieldRef: - apiVersion: "190" - fieldPath: "191" + apiVersion: "334" + fieldPath: "335" resourceFieldRef: - containerName: "192" - divisor: "993" - resource: "193" + containerName: "336" + divisor: "832" + resource: "337" secretKeyRef: - key: "197" - name: "196" - optional: true + key: "341" + name: "340" + optional: false envFrom: - configMapRef: - name: "186" - optional: true - prefix: "185" - secretRef: - name: "187" + name: "330" optional: false - image: "179" - imagePullPolicy: ljʁ揆ɘȌ脾嚏吐ĠL + prefix: "329" + secretRef: + name: "331" + optional: false + image: "323" + imagePullPolicy: 灲閈誹ʅ蕉ɼ搳 lifecycle: postStart: exec: command: - - "225" + - "369" httpGet: - host: "227" + host: "371" httpHeaders: - - name: "228" - value: "229" - path: "226" - port: 817152661 - scheme: LJèux榜VƋZ + - name: "372" + value: "373" + path: "370" + port: -869776221 + scheme: '[irȎ3Ĕ\ɢX鰨松/Ȁĵ鴁ĩȲ' tcpSocket: - host: "231" - port: "230" + host: "375" + port: "374" preStop: exec: command: - - "232" + - "376" httpGet: - host: "234" + host: "378" httpHeaders: - - name: "235" - value: "236" - path: "233" - port: -2000048581 - scheme: 9ǕLLȊɞ-uƻ悖ȩ0Ƹ[Ę + - name: "379" + value: "380" + path: "377" + port: -1917609921 + scheme: 耗 tcpSocket: - host: "238" - port: "237" + host: "382" + port: "381" livenessProbe: exec: command: - - "204" - failureThreshold: 1719293828 + - "348" + failureThreshold: -1896415283 httpGet: - host: "206" + host: "350" httpHeaders: - - name: "207" - value: "208" - path: "205" - port: -1470854631 - scheme: ùƸʋŀ樺ȃ - initialDelaySeconds: -1366875038 - periodSeconds: -2015604435 - successThreshold: 576428641 + - name: "351" + value: "352" + path: "349" + port: -1700828941 + scheme: 諔迮ƙ + initialDelaySeconds: -969533986 + periodSeconds: -488127393 + successThreshold: 1137109081 tcpSocket: - host: "209" - port: -270045321 - terminationGracePeriodSeconds: 7695418809915380277 - timeoutSeconds: -1188430996 - name: "178" + host: "354" + port: "353" + terminationGracePeriodSeconds: 6618112330449141397 + timeoutSeconds: 299741709 + name: "322" ports: - - containerPort: 1434408532 - hostIP: "184" - hostPort: -1179067190 - name: "183" - protocol: '`劳&¼傭Ȟ1酃=6}ɡŇƉ立h' + - containerPort: 865289071 + hostIP: "328" + hostPort: 1504385614 + name: "327" + protocol: iɥ嵐sC8 readinessProbe: exec: command: - - "210" - failureThreshold: 192146389 + - "355" + failureThreshold: 2073046460 httpGet: - host: "213" + host: "358" httpHeaders: - - name: "214" - value: "215" - path: "211" - port: "212" - scheme: 敍0)鈼¬麄 - initialDelaySeconds: 1170649416 - periodSeconds: -1891134534 - successThreshold: -1710454086 + - name: "359" + value: "360" + path: "356" + port: "357" + scheme: ɱďW賁Ě + initialDelaySeconds: -674445196 + periodSeconds: -543432015 + successThreshold: -515370067 tcpSocket: - host: "216" - port: -648954478 - terminationGracePeriodSeconds: 5519151154130360761 - timeoutSeconds: 893619181 + host: "361" + port: 1436222565 + terminationGracePeriodSeconds: 7270263763744228913 + timeoutSeconds: 1239158543 resources: limits: - n芞QÄȻȊ+?ƭ峧Y栲茇竛: "118" + h亏yƕ丆録²Ŏ)/灩聋3趐囨鏻砅邻: "127" requests: - Ā<é瞾ʀNŬɨǙÄr: "862" + C"6x$1s: "463" securityContext: allowPrivilegeEscalation: false capabilities: add: - - 藠3.v-鿧悮坮Ȣ幟ļ腻ŬƩȿ0 + - 箨ʨIk(dŊiɢ drop: - - Kʝ瘴I\p[ħsĨɆâĺɗ + - Į蛋I滞廬耐鷞焬CQ privileged: true - procMount: 攤/ɸɎ R§耶FfBl - readOnlyRootFilesystem: true - runAsGroup: 4006793330334483398 - runAsNonRoot: true - runAsUser: 8088324525605310061 + procMount: EĨǔvÄÚ×p + readOnlyRootFilesystem: false + runAsGroup: -583355774536171734 + runAsNonRoot: false + runAsUser: -506227444233847191 seLinuxOptions: - level: "243" - role: "241" - type: "242" - user: "240" + level: "387" + role: "385" + type: "386" + user: "384" seccompProfile: - localhostProfile: "247" - type: 3!Zɾģ毋Ó6 + localhostProfile: "391" + type: m罂o3ǰ廋i乳'ȘUɻ windowsOptions: - gmsaCredentialSpec: "245" - gmsaCredentialSpecName: "244" - hostProcess: true - runAsUserName: "246" + gmsaCredentialSpec: "389" + gmsaCredentialSpecName: "388" + hostProcess: false + runAsUserName: "390" startupProbe: exec: command: - - "217" - failureThreshold: 1048864116 + - "362" + failureThreshold: 252309773 httpGet: - host: "220" + host: "365" httpHeaders: - - name: "221" - value: "222" - path: "218" - port: "219" - scheme: 瓧嫭塓烀罁胾^拜 - initialDelaySeconds: -1613115506 - periodSeconds: 1385030458 - successThreshold: 427196286 + - name: "366" + value: "367" + path: "363" + port: "364" + scheme: XW疪鑳w妕眵 + initialDelaySeconds: -832681001 + periodSeconds: -1337533938 + successThreshold: 1473765654 tcpSocket: - host: "224" - port: "223" - terminationGracePeriodSeconds: 1132874952502226901 - timeoutSeconds: -1341523482 + host: "368" + port: 455919108 + terminationGracePeriodSeconds: -8460346884535567850 + timeoutSeconds: 1616390418 + stdin: true stdinOnce: true - terminationMessagePath: "239" - terminationMessagePolicy: U髷裎$MVȟ@7飣奺Ȋ + targetContainerName: "392" + terminationMessagePath: "383" + terminationMessagePolicy: ť1ùfŭƽ眝{æ盪泙若`l}Ñ蠂Ü[ tty: true volumeDevices: - - devicePath: "203" - name: "202" + - devicePath: "347" + name: "346" volumeMounts: - - mountPath: "199" - mountPropagation: 蒒5靇C'ɵK.Q貇£ȹ嫰 - name: "198" - subPath: "200" - subPathExpr: "201" - workingDir: "182" - nodeName: "394" + - mountPath: "343" + mountPropagation: P­蜷ɔ幩šeSvEȤƏ埮pɵ{W + name: "342" + subPath: "344" + subPathExpr: "345" + workingDir: "326" + hostAliases: + - hostnames: + - "479" + ip: "478" + hostPID: true + hostname: "409" + imagePullSecrets: + - name: "408" + initContainers: + - args: + - "184" + command: + - "183" + env: + - name: "191" + value: "192" + valueFrom: + configMapKeyRef: + key: "198" + name: "197" + optional: false + fieldRef: + apiVersion: "193" + fieldPath: "194" + resourceFieldRef: + containerName: "195" + divisor: "440" + resource: "196" + secretKeyRef: + key: "200" + name: "199" + optional: false + envFrom: + - configMapRef: + name: "189" + optional: true + prefix: "188" + secretRef: + name: "190" + optional: false + image: "182" + lifecycle: + postStart: + exec: + command: + - "227" + httpGet: + host: "230" + httpHeaders: + - name: "231" + value: "232" + path: "228" + port: "229" + scheme: 拜Ȍzɟ踡肒Ao/樝f + tcpSocket: + host: "233" + port: -1497057920 + preStop: + exec: + command: + - "234" + httpGet: + host: "237" + httpHeaders: + - name: "238" + value: "239" + path: "235" + port: "236" + scheme: x榜VƋZ1Ůđ眊ľǎɳ,ǿ飏騀呣ǎ + tcpSocket: + host: "241" + port: "240" + livenessProbe: + exec: + command: + - "207" + failureThreshold: -1167888910 + httpGet: + host: "209" + httpHeaders: + - name: "210" + value: "211" + path: "208" + port: 1094670193 + scheme: 栲茇竛吲蚛隖<ǶĬ4y£軶ǃ*ʙ嫙& + initialDelaySeconds: -802585193 + periodSeconds: 1944205014 + successThreshold: -2079582559 + tcpSocket: + host: "213" + port: "212" + terminationGracePeriodSeconds: 9134864175859680954 + timeoutSeconds: 1901330124 + name: "181" + ports: + - containerPort: 44308192 + hostIP: "187" + hostPort: -1280763790 + name: "186" + protocol: Żwʮ馜üNșƶ4ĩĉ + readinessProbe: + exec: + command: + - "214" + failureThreshold: -1294101963 + httpGet: + host: "217" + httpHeaders: + - name: "218" + value: "219" + path: "215" + port: "216" + scheme: ȹ嫰ƹǔw÷nI粛E煹ǐƲE + initialDelaySeconds: -1390686338 + periodSeconds: 1908897348 + successThreshold: -153894372 + tcpSocket: + host: "220" + port: -88173241 + terminationGracePeriodSeconds: -8426138335498948912 + timeoutSeconds: 1762266578 + resources: + limits: + "": "993" + requests: + 瀹鞎sn芞: "621" + securityContext: + allowPrivilegeEscalation: false + capabilities: + add: + - ȟ@7飣奺Ȋ礶惇¸t颟.鵫ǚ灄 + drop: + - rʤî萨zvt莭琽§ć\ ïì + privileged: false + procMount: N粕擓ƖHVe熼 + readOnlyRootFilesystem: false + runAsGroup: 9197199583783594492 + runAsNonRoot: false + runAsUser: 5064334456447889244 + seLinuxOptions: + level: "246" + role: "244" + type: "245" + user: "243" + seccompProfile: + localhostProfile: "250" + type: FD剂讼ɓȌʟn + windowsOptions: + gmsaCredentialSpec: "248" + gmsaCredentialSpecName: "247" + hostProcess: false + runAsUserName: "249" + startupProbe: + exec: + command: + - "221" + failureThreshold: 441998152 + httpGet: + host: "223" + httpHeaders: + - name: "224" + value: "225" + path: "222" + port: -1273036797 + scheme: ŤǢʭ嵔棂p儼Ƿ裚瓶 + initialDelaySeconds: -1275947865 + periodSeconds: -560140039 + successThreshold: -1933850966 + tcpSocket: + host: "226" + port: -1549755975 + terminationGracePeriodSeconds: 3211788672813464064 + timeoutSeconds: -2112697830 + stdinOnce: true + terminationMessagePath: "242" + terminationMessagePolicy: 萭旿@掇lNdǂ>5姣 + tty: true + volumeDevices: + - devicePath: "206" + name: "205" + volumeMounts: + - mountPath: "202" + mountPropagation: '鲡:' + name: "201" + readOnly: true + subPath: "203" + subPathExpr: "204" + workingDir: "185" + nodeName: "397" nodeSelector: - "390": "391" + "393": "394" overhead: <ƋlɋN磋镮ȺPÈɥ偁髕ģƗ: "283" preemptionPolicy: 梊蝴.Ĉ马āƭw鰕ǰ"șa priority: 878153992 - priorityClassName: "477" + priorityClassName: "480" readinessGates: - conditionType: =ȑ-A敲ʉ - restartPolicy: xƂ9阠 - runtimeClassName: "482" - schedulerName: "472" + restartPolicy: ċ桉桃喕蠲$ɛ溢臜裡×銵-紑 + runtimeClassName: "485" + schedulerName: "475" securityContext: - fsGroup: 7768299165267384830 - fsGroupChangePolicy: G - runAsGroup: 8790792169692841191 + fsGroup: -6486306216295496187 + fsGroupChangePolicy: ȼN翾ȾD虓氙磂tńČȷǻ.wȏâ磠 + runAsGroup: 7721939829013914482 runAsNonRoot: true - runAsUser: -6831737663967002548 + runAsUser: 7177254483209867257 seLinuxOptions: - level: "398" - role: "396" - type: "397" - user: "395" + level: "401" + role: "399" + type: "400" + user: "398" seccompProfile: - localhostProfile: "404" - type: 鵌Ē3Nh×DJɶ羹ƞʓ%ʝ + localhostProfile: "407" + type: 崖S«V¯Á supplementalGroups: - - 419368455950991325 + - -5080569150241191388 sysctls: - - name: "402" - value: "403" + - name: "405" + value: "406" windowsOptions: - gmsaCredentialSpec: "400" - gmsaCredentialSpecName: "399" - hostProcess: true - runAsUserName: "401" - serviceAccount: "393" - serviceAccountName: "392" + gmsaCredentialSpec: "403" + gmsaCredentialSpecName: "402" + hostProcess: false + runAsUserName: "404" + serviceAccount: "396" + serviceAccountName: "395" setHostnameAsFQDN: false - shareProcessNamespace: false - subdomain: "407" - terminationGracePeriodSeconds: -1251681867635446860 + shareProcessNamespace: true + subdomain: "410" + terminationGracePeriodSeconds: -3877666641335425693 tolerations: - effect: 貛香"砻B鷋RȽXv*!ɝ茀Ǩ - key: "473" + key: "476" operator: Ü tolerationSeconds: 8594241010639209901 - value: "474" + value: "477" topologySpreadConstraints: - labelSelector: matchExpressions: @@ -802,7 +803,7 @@ spec: matchLabels: N-_.F: 09z2 maxSkew: -702578810 - topologyKey: "483" + topologyKey: "486" whenUnsatisfiable: Ž氮怉ƥ;"薑Ȣ#闬輙怀¹bCũw volumes: - awsElasticBlockStore: @@ -903,6 +904,10 @@ spec: apiGroup: "175" kind: "176" name: "177" + dataSourceRef: + apiGroup: "178" + kind: "179" + name: "180" resources: limits: Ŋƞ究:hoĂɋ: "206" @@ -1057,12 +1062,12 @@ spec: ttlSecondsAfterFinished: -1284862566 status: active: 543081713 - completedIndexes: "492" + completedIndexes: "495" conditions: - lastProbeTime: "2427-08-17T22:26:07Z" lastTransitionTime: "2012-08-22T05:26:31Z" - message: "491" - reason: "490" + message: "494" + reason: "493" status: 翻颌徚J殦殐ƕ蟶ŃēÖ釐駆Ŕƿe魛ĩ type: ɓ为\Ŧƺ猑\#ȼ縤ɰTaI楅© failed: 77405208 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 c8201432dfd..78c59f9455a 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 @@ -492,6 +492,11 @@ "apiGroup": "194", "kind": "195", "name": "196" + }, + "dataSourceRef": { + "apiGroup": "197", + "kind": "198", + "name": "199" } } } @@ -500,829 +505,831 @@ ], "initContainers": [ { - "name": "197", - "image": "198", + "name": "200", + "image": "201", "command": [ - "199" + "202" ], "args": [ - "200" + "203" ], - "workingDir": "201", + "workingDir": "204", "ports": [ { - "name": "202", - "hostPort": 1919527626, - "containerPort": -389501466, - "protocol": ".鵫", - "hostIP": "203" + "name": "205", + "hostPort": -1180080716, + "containerPort": -1409668172, + "protocol": "脾嚏吐ĠLƐȤ藠3.v-鿧悮坮Ȣ幟ļ腻", + "hostIP": "206" } ], "envFrom": [ { - "prefix": "204", + "prefix": "207", "configMapRef": { - "name": "205", + "name": "208", "optional": true }, "secretRef": { - "name": "206", + "name": "209", "optional": false } } ], "env": [ { - "name": "207", - "value": "208", + "name": "210", + "value": "211", "valueFrom": { "fieldRef": { - "apiVersion": "209", - "fieldPath": "210" + "apiVersion": "212", + "fieldPath": "213" }, "resourceFieldRef": { - "containerName": "211", - "resource": "212", - "divisor": "322" + "containerName": "214", + "resource": "215", + "divisor": "231" }, "configMapKeyRef": { - "name": "213", - "key": "214", - "optional": true + "name": "216", + "key": "217", + "optional": false }, "secretKeyRef": { - "name": "215", - "key": "216", - "optional": false + "name": "218", + "key": "219", + "optional": true } } } ], "resources": { "limits": { - "莭琽§ć\\ ïì«丯Ƙ枛牐ɺ": "660" + "": "55" }, "requests": { - "I\\p[": "853" + "粕擓ƖHVe熼'FD": "235" } }, "volumeMounts": [ { - "name": "217", - "readOnly": true, - "mountPath": "218", - "subPath": "219", - "mountPropagation": "HVe熼'FD剂讼ɓ", - "subPathExpr": "220" + "name": "220", + "mountPath": "221", + "subPath": "222", + "mountPropagation": "UÐ_ƮA攤/ɸɎ", + "subPathExpr": "223" } ], "volumeDevices": [ { - "name": "221", - "devicePath": "222" + "name": "224", + "devicePath": "225" } ], "livenessProbe": { "exec": { "command": [ - "223" + "226" ] }, "httpGet": { - "path": "224", - "port": "225", - "host": "226", - "scheme": "A", + "path": "227", + "port": "228", + "host": "229", + "scheme": "翁杙Ŧ癃8鸖ɱJȉ罴ņ螡ź", "httpHeaders": [ { - "name": "227", - "value": "228" + "name": "230", + "value": "231" } ] }, "tcpSocket": { - "port": 2060823740, - "host": "229" + "port": -1543701088, + "host": "232" }, - "initialDelaySeconds": -498930176, - "timeoutSeconds": 1885897314, - "periodSeconds": -465677631, - "successThreshold": 1054858106, - "failureThreshold": 232569106, - "terminationGracePeriodSeconds": -4941250258285962800 + "initialDelaySeconds": 513341278, + "timeoutSeconds": 627713162, + "periodSeconds": 1255312175, + "successThreshold": -1740959124, + "failureThreshold": 158280212, + "terminationGracePeriodSeconds": -1552383991890236277 }, "readinessProbe": { "exec": { "command": [ - "230" + "233" ] }, "httpGet": { - "path": "231", - "port": "232", - "host": "233", - "scheme": "s3!Zɾģ毋", + "path": "234", + "port": -1099429189, + "host": "235", + "scheme": "9Ì", "httpHeaders": [ { - "name": "234", - "value": "235" + "name": "236", + "value": "237" } ] }, "tcpSocket": { - "port": 391562775, - "host": "236" + "port": -1364571630, + "host": "238" }, - "initialDelaySeconds": -775511009, - "timeoutSeconds": -832805508, - "periodSeconds": -228822833, - "successThreshold": -970312425, - "failureThreshold": -1213051101, - "terminationGracePeriodSeconds": 6232238734837754388 + "initialDelaySeconds": 1689978741, + "timeoutSeconds": -1423854443, + "periodSeconds": -1798849477, + "successThreshold": -1017263912, + "failureThreshold": 852780575, + "terminationGracePeriodSeconds": -5381329890395615297 }, "startupProbe": { "exec": { "command": [ - "237" + "239" ] }, "httpGet": { - "path": "238", - "port": -1140531048, - "host": "239", + "path": "240", + "port": 1853396726, + "host": "241", + "scheme": "曬逴褜1ØœȠƬQg鄠[颐o啛更偢ɇ卷", "httpHeaders": [ { - "name": "240", - "value": "241" + "name": "242", + "value": "243" } ] }, "tcpSocket": { - "port": 1741405963, - "host": "242" + "port": "244", + "host": "245" }, - "initialDelaySeconds": 1260448044, - "timeoutSeconds": -200461294, - "periodSeconds": -1791206950, - "successThreshold": 1160477220, - "failureThreshold": 1226391571, - "terminationGracePeriodSeconds": 6347577485454457915 + "initialDelaySeconds": -1789370277, + "timeoutSeconds": -1738948598, + "periodSeconds": 1724958480, + "successThreshold": -879005591, + "failureThreshold": -743369977, + "terminationGracePeriodSeconds": -6977492437661738751 }, "lifecycle": { "postStart": { "exec": { "command": [ - "243" + "246" ] }, "httpGet": { - "path": "244", - "port": "245", - "host": "246", - "scheme": "Opwǩ曬逴褜1ØœȠƬQg鄠", + "path": "247", + "port": "248", + "host": "249", + "scheme": "j爻ƙt叀碧闳ȩr嚧ʣq埄趛屡ʁ岼昕Ĭ", "httpHeaders": [ { - "name": "247", - "value": "248" + "name": "250", + "value": "251" } ] }, "tcpSocket": { - "port": 1102291854, - "host": "249" + "port": "252", + "host": "253" } }, "preStop": { "exec": { "command": [ - "250" + "254" ] }, "httpGet": { - "path": "251", - "port": 809006670, - "host": "252", - "scheme": "扴ȨŮ+朷Ǝ膯ljVX1虊谇", + "path": "255", + "port": "256", + "host": "257", + "scheme": "y", "httpHeaders": [ { - "name": "253", - "value": "254" + "name": "258", + "value": "259" } ] }, "tcpSocket": { - "port": -1748648882, - "host": "255" + "port": -1620315711, + "host": "260" } } }, - "terminationMessagePath": "256", - "terminationMessagePolicy": "t叀碧闳ȩr嚧ʣq埄", - "imagePullPolicy": "ē鐭#嬀ơŸ8T 苧yñKJɐ", + "terminationMessagePath": "261", + "terminationMessagePolicy": "ɐ扵", + "imagePullPolicy": "鐫û咡W\u003c敄lu|榝", "securityContext": { "capabilities": { "add": [ - "ƚ绤fʀļ腩墺Ò媁荭gw忊|E剒蔞" + ".Ȏ蝪ʜ5遰=" ], "drop": [ - "表徶đ寳议Ƭƶ氩Ȩ\u003c6鄰簳°Ļǟi\u0026皥" - ] - }, - "privileged": false, - "seLinuxOptions": { - "user": "257", - "role": "258", - "type": "259", - "level": "260" - }, - "windowsOptions": { - "gmsaCredentialSpecName": "261", - "gmsaCredentialSpec": "262", - "runAsUserName": "263", - "hostProcess": false - }, - "runAsUser": 8833778257967181711, - "runAsGroup": -5647743520459672618, - "runAsNonRoot": true, - "readOnlyRootFilesystem": false, - "allowPrivilegeEscalation": true, - "procMount": "队偯J僳徥淳4揻", - "seccompProfile": { - "type": "$ɽ丟×x锏ɟ4Ǒ輂,ŕĪĠ", - "localhostProfile": "264" - } - }, - "stdin": true, - "stdinOnce": true - } - ], - "containers": [ - { - "name": "265", - "image": "266", - "command": [ - "267" - ], - "args": [ - "268" - ], - "workingDir": "269", - "ports": [ - { - "name": "270", - "hostPort": 1156888068, - "containerPort": -1296077882, - "protocol": "頸", - "hostIP": "271" - } - ], - "envFrom": [ - { - "prefix": "272", - "configMapRef": { - "name": "273", - "optional": true - }, - "secretRef": { - "name": "274", - "optional": false - } - } - ], - "env": [ - { - "name": "275", - "value": "276", - "valueFrom": { - "fieldRef": { - "apiVersion": "277", - "fieldPath": "278" - }, - "resourceFieldRef": { - "containerName": "279", - "resource": "280", - "divisor": "50" - }, - "configMapKeyRef": { - "name": "281", - "key": "282", - "optional": true - }, - "secretKeyRef": { - "name": "283", - "key": "284", - "optional": false - } - } - } - ], - "resources": { - "limits": { - "´摖ȱ": "528" - }, - "requests": { - "鍓贯澔 ƺ蛜6Ɖ飴": "86" - } - }, - "volumeMounts": [ - { - "name": "285", - "mountPath": "286", - "subPath": "287", - "mountPropagation": "", - "subPathExpr": "288" - } - ], - "volumeDevices": [ - { - "name": "289", - "devicePath": "290" - } - ], - "livenessProbe": { - "exec": { - "command": [ - "291" - ] - }, - "httpGet": { - "path": "292", - "port": -1453143878, - "host": "293", - "scheme": "鰥Z龏´DÒȗ", - "httpHeaders": [ - { - "name": "294", - "value": "295" - } - ] - }, - "tcpSocket": { - "port": 1843491416, - "host": "296" - }, - "initialDelaySeconds": -1204965397, - "timeoutSeconds": -494895708, - "periodSeconds": -1021949447, - "successThreshold": 802134138, - "failureThreshold": -942399354, - "terminationGracePeriodSeconds": 5431518803727886665 - }, - "readinessProbe": { - "exec": { - "command": [ - "297" - ] - }, - "httpGet": { - "path": "298", - "port": "299", - "host": "300", - "scheme": "J", - "httpHeaders": [ - { - "name": "301", - "value": "302" - } - ] - }, - "tcpSocket": { - "port": "303", - "host": "304" - }, - "initialDelaySeconds": 657418949, - "timeoutSeconds": -992558278, - "periodSeconds": 287654902, - "successThreshold": -2062708879, - "failureThreshold": 215186711, - "terminationGracePeriodSeconds": -607313695104609402 - }, - "startupProbe": { - "exec": { - "command": [ - "305" - ] - }, - "httpGet": { - "path": "306", - "port": -617381112, - "host": "307", - "scheme": "8ŕİi騎C\"6x", - "httpHeaders": [ - { - "name": "308", - "value": "309" - } - ] - }, - "tcpSocket": { - "port": -852140121, - "host": "310" - }, - "initialDelaySeconds": 1606930340, - "timeoutSeconds": 940930263, - "periodSeconds": -860435782, - "successThreshold": 1067125211, - "failureThreshold": -2088645849, - "terminationGracePeriodSeconds": 8161302388850132593 - }, - "lifecycle": { - "postStart": { - "exec": { - "command": [ - "311" - ] - }, - "httpGet": { - "path": "312", - "port": 1167615307, - "host": "313", - "scheme": "vEȤƏ埮p", - "httpHeaders": [ - { - "name": "314", - "value": "315" - } - ] - }, - "tcpSocket": { - "port": "316", - "host": "317" - } - }, - "preStop": { - "exec": { - "command": [ - "318" - ] - }, - "httpGet": { - "path": "319", - "port": 1575106083, - "host": "320", - "scheme": "ş", - "httpHeaders": [ - { - "name": "321", - "value": "322" - } - ] - }, - "tcpSocket": { - "port": "323", - "host": "324" - } - } - }, - "terminationMessagePath": "325", - "terminationMessagePolicy": "迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ", - "imagePullPolicy": "ņ", - "securityContext": { - "capabilities": { - "add": [ - "DŽ髐njʉBn(fǂǢ曣" - ], - "drop": [ - "ay" - ] - }, - "privileged": false, - "seLinuxOptions": { - "user": "326", - "role": "327", - "type": "328", - "level": "329" - }, - "windowsOptions": { - "gmsaCredentialSpecName": "330", - "gmsaCredentialSpec": "331", - "runAsUserName": "332", - "hostProcess": true - }, - "runAsUser": -3576337664396773931, - "runAsGroup": -4786249339103684082, - "runAsNonRoot": true, - "readOnlyRootFilesystem": false, - "allowPrivilegeEscalation": true, - "procMount": "u8晲", - "seccompProfile": { - "type": "[irȎ3Ĕ\\ɢX鰨松/Ȁĵ鴁ĩȲ", - "localhostProfile": "333" - } - }, - "stdin": true - } - ], - "ephemeralContainers": [ - { - "name": "334", - "image": "335", - "command": [ - "336" - ], - "args": [ - "337" - ], - "workingDir": "338", - "ports": [ - { - "name": "339", - "hostPort": 1453852685, - "containerPort": 2037135322, - "protocol": "ǧĒzŔ瘍N", - "hostIP": "340" - } - ], - "envFrom": [ - { - "prefix": "341", - "configMapRef": { - "name": "342", - "optional": true - }, - "secretRef": { - "name": "343", - "optional": true - } - } - ], - "env": [ - { - "name": "344", - "value": "345", - "valueFrom": { - "fieldRef": { - "apiVersion": "346", - "fieldPath": "347" - }, - "resourceFieldRef": { - "containerName": "348", - "resource": "349", - "divisor": "464" - }, - "configMapKeyRef": { - "name": "350", - "key": "351", - "optional": true - }, - "secretKeyRef": { - "name": "352", - "key": "353", - "optional": false - } - } - } - ], - "resources": { - "limits": { - "汚磉反-n": "653" - }, - "requests": { - "^輅9ɛ棕ƈ眽炊礫Ƽ¨Ix糂腂ǂǚ": "999" - } - }, - "volumeMounts": [ - { - "name": "354", - "mountPath": "355", - "subPath": "356", - "mountPropagation": "蛋I滞廬耐鷞焬CQm坊柩", - "subPathExpr": "357" - } - ], - "volumeDevices": [ - { - "name": "358", - "devicePath": "359" - } - ], - "livenessProbe": { - "exec": { - "command": [ - "360" - ] - }, - "httpGet": { - "path": "361", - "port": -1088996269, - "host": "362", - "scheme": "ƘƵŧ1ƟƓ宆!", - "httpHeaders": [ - { - "name": "363", - "value": "364" - } - ] - }, - "tcpSocket": { - "port": -1836225650, - "host": "365" - }, - "initialDelaySeconds": -1065853311, - "timeoutSeconds": 559999152, - "periodSeconds": -843639240, - "successThreshold": 1573261475, - "failureThreshold": -1211577347, - "terminationGracePeriodSeconds": 6567123901989213629 - }, - "readinessProbe": { - "exec": { - "command": [ - "366" - ] - }, - "httpGet": { - "path": "367", - "port": 705333281, - "host": "368", - "scheme": "xƂ9阠", - "httpHeaders": [ - { - "name": "369", - "value": "370" - } - ] - }, - "tcpSocket": { - "port": -916583020, - "host": "371" - }, - "initialDelaySeconds": -606614374, - "timeoutSeconds": -3478003, - "periodSeconds": 498878902, - "successThreshold": 652646450, - "failureThreshold": 757223010, - "terminationGracePeriodSeconds": -8216131738691912586 - }, - "startupProbe": { - "exec": { - "command": [ - "372" - ] - }, - "httpGet": { - "path": "373", - "port": "374", - "host": "375", - "scheme": "Ů\u003cy鯶縆łƑ[澔", - "httpHeaders": [ - { - "name": "376", - "value": "377" - } - ] - }, - "tcpSocket": { - "port": 1288391156, - "host": "378" - }, - "initialDelaySeconds": -952255430, - "timeoutSeconds": 1568034275, - "periodSeconds": -824007302, - "successThreshold": -359713104, - "failureThreshold": 1671084780, - "terminationGracePeriodSeconds": 1571605531283019612 - }, - "lifecycle": { - "postStart": { - "exec": { - "command": [ - "379" - ] - }, - "httpGet": { - "path": "380", - "port": "381", - "host": "382", - "scheme": "%ʝ`ǭ", - "httpHeaders": [ - { - "name": "383", - "value": "384" - } - ] - }, - "tcpSocket": { - "port": -1467648837, - "host": "385" - } - }, - "preStop": { - "exec": { - "command": [ - "386" - ] - }, - "httpGet": { - "path": "387", - "port": "388", - "host": "389", - "scheme": "磂tńČȷǻ.wȏâ磠Ƴ崖S", - "httpHeaders": [ - { - "name": "390", - "value": "391" - } - ] - }, - "tcpSocket": { - "port": "392", - "host": "393" - } - } - }, - "terminationMessagePath": "394", - "terminationMessagePolicy": "¯ÁȦtl敷斢", - "imagePullPolicy": "愝Ű藛b磾sYȠ繽敮ǰ詀ǿ忀oɎƺL", - "securityContext": { - "capabilities": { - "add": [ - "鬬$矐_敕ű嵞嬯t{Eɾ" - ], - "drop": [ - "Ȯ-湷D谹気Ƀ秮òƬɸĻo:" + "埄Ȁ朦 wƯ貾坢'跩a" ] }, "privileged": true, "seLinuxOptions": { - "user": "395", - "role": "396", - "type": "397", - "level": "398" + "user": "262", + "role": "263", + "type": "264", + "level": "265" }, "windowsOptions": { - "gmsaCredentialSpecName": "399", - "gmsaCredentialSpec": "400", - "runAsUserName": "401", + "gmsaCredentialSpecName": "266", + "gmsaCredentialSpec": "267", + "runAsUserName": "268", + "hostProcess": false + }, + "runAsUser": 3024893073780181445, + "runAsGroup": 5005043520982487553, + "runAsNonRoot": false, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": false, + "procMount": "垾现葢ŵ橨", + "seccompProfile": { + "type": "l獕;跣Hǝcw媀瓄", + "localhostProfile": "269" + } + } + } + ], + "containers": [ + { + "name": "270", + "image": "271", + "command": [ + "272" + ], + "args": [ + "273" + ], + "workingDir": "274", + "ports": [ + { + "name": "275", + "hostPort": 1868683352, + "containerPort": -1137436579, + "protocol": "颶妧Ö闊", + "hostIP": "276" + } + ], + "envFrom": [ + { + "prefix": "277", + "configMapRef": { + "name": "278", + "optional": false + }, + "secretRef": { + "name": "279", + "optional": true + } + } + ], + "env": [ + { + "name": "280", + "value": "281", + "valueFrom": { + "fieldRef": { + "apiVersion": "282", + "fieldPath": "283" + }, + "resourceFieldRef": { + "containerName": "284", + "resource": "285", + "divisor": "381" + }, + "configMapKeyRef": { + "name": "286", + "key": "287", + "optional": true + }, + "secretKeyRef": { + "name": "288", + "key": "289", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "²sNƗ¸g": "50" + }, + "requests": { + "酊龨δ摖ȱğ_\u003c": "118" + } + }, + "volumeMounts": [ + { + "name": "290", + "readOnly": true, + "mountPath": "291", + "subPath": "292", + "mountPropagation": "ƺ蛜6Ɖ飴ɎiǨź", + "subPathExpr": "293" + } + ], + "volumeDevices": [ + { + "name": "294", + "devicePath": "295" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "296" + ] + }, + "httpGet": { + "path": "297", + "port": 865289071, + "host": "298", + "scheme": "iɥ嵐sC8", + "httpHeaders": [ + { + "name": "299", + "value": "300" + } + ] + }, + "tcpSocket": { + "port": -898536659, + "host": "301" + }, + "initialDelaySeconds": -1513284745, + "timeoutSeconds": 1258370227, + "periodSeconds": -414121491, + "successThreshold": -1862764022, + "failureThreshold": -300247800, + "terminationGracePeriodSeconds": 1661310708546756312 + }, + "readinessProbe": { + "exec": { + "command": [ + "302" + ] + }, + "httpGet": { + "path": "303", + "port": "304", + "host": "305", + "scheme": "yƕ丆録²Ŏ)", + "httpHeaders": [ + { + "name": "306", + "value": "307" + } + ] + }, + "tcpSocket": { + "port": 507384491, + "host": "308" + }, + "initialDelaySeconds": -1117254382, + "timeoutSeconds": 1354318307, + "periodSeconds": -1329220997, + "successThreshold": -1659431885, + "failureThreshold": -668834933, + "terminationGracePeriodSeconds": -3376301370309029429 + }, + "startupProbe": { + "exec": { + "command": [ + "309" + ] + }, + "httpGet": { + "path": "310", + "port": -305362540, + "host": "311", + "scheme": "Ǩ繫ʎǑyZ涬P­蜷ɔ幩", + "httpHeaders": [ + { + "name": "312", + "value": "313" + } + ] + }, + "tcpSocket": { + "port": 1167615307, + "host": "314" + }, + "initialDelaySeconds": 455833230, + "timeoutSeconds": 1956567721, + "periodSeconds": 155090390, + "successThreshold": -2113700533, + "failureThreshold": -2130294761, + "terminationGracePeriodSeconds": -3385088507022597813 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "315" + ] + }, + "httpGet": { + "path": "316", + "port": 1473407401, + "host": "317", + "scheme": "ʐşƧ", + "httpHeaders": [ + { + "name": "318", + "value": "319" + } + ] + }, + "tcpSocket": { + "port": 199049889, + "host": "320" + } + }, + "preStop": { + "exec": { + "command": [ + "321" + ] + }, + "httpGet": { + "path": "322", + "port": -1952582931, + "host": "323", + "scheme": "ʒǚ鍰\\縑ɀ撑¼蠾8餑噭Dµ", + "httpHeaders": [ + { + "name": "324", + "value": "325" + } + ] + }, + "tcpSocket": { + "port": "326", + "host": "327" + } + } + }, + "terminationMessagePath": "328", + "terminationMessagePolicy": ")DŽ髐njʉBn(fǂ", + "imagePullPolicy": "疪鑳w妕眵笭/9崍", + "securityContext": { + "capabilities": { + "add": [ + "(娕uE增猍" + ], + "drop": [ + " xǨŴ壶ƵfȽÃ茓pȓɻ挴ʠɜ瞍" + ] + }, + "privileged": true, + "seLinuxOptions": { + "user": "329", + "role": "330", + "type": "331", + "level": "332" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "333", + "gmsaCredentialSpec": "334", + "runAsUserName": "335", + "hostProcess": false + }, + "runAsUser": 2548453080315983269, + "runAsGroup": -8236071895143008294, + "runAsNonRoot": false, + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": false, + "procMount": "1ùfŭƽ眝{æ盪泙若`l}Ñ蠂", + "seccompProfile": { + "type": "[ƛ^輅", + "localhostProfile": "336" + } + }, + "stdinOnce": true, + "tty": true + } + ], + "ephemeralContainers": [ + { + "name": "337", + "image": "338", + "command": [ + "339" + ], + "args": [ + "340" + ], + "workingDir": "341", + "ports": [ + { + "name": "342", + "hostPort": -1977635123, + "containerPort": 1660454722, + "protocol": "礫Ƽ¨Ix糂腂ǂǚŜEu", + "hostIP": "343" + } + ], + "envFrom": [ + { + "prefix": "344", + "configMapRef": { + "name": "345", + "optional": true + }, + "secretRef": { + "name": "346", + "optional": true + } + } + ], + "env": [ + { + "name": "347", + "value": "348", + "valueFrom": { + "fieldRef": { + "apiVersion": "349", + "fieldPath": "350" + }, + "resourceFieldRef": { + "containerName": "351", + "resource": "352", + "divisor": "741" + }, + "configMapKeyRef": { + "name": "353", + "key": "354", + "optional": true + }, + "secretKeyRef": { + "name": "355", + "key": "356", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "ý萜Ǖc": "275" + }, + "requests": { + "Ƒĝ®EĨǔvÄÚ×p鬷m": "69" + } + }, + "volumeMounts": [ + { + "name": "357", + "readOnly": true, + "mountPath": "358", + "subPath": "359", + "mountPropagation": "暳ǽżLj捲攻xƂ9阠$嬏wy¶熀", + "subPathExpr": "360" + } + ], + "volumeDevices": [ + { + "name": "361", + "devicePath": "362" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "363" + ] + }, + "httpGet": { + "path": "364", + "port": "365", + "host": "366", + "scheme": "裡×銵-紑浘牬釼", + "httpHeaders": [ + { + "name": "367", + "value": "368" + } + ] + }, + "tcpSocket": { + "port": 1648539888, + "host": "369" + }, + "initialDelaySeconds": 762856658, + "timeoutSeconds": -1898251770, + "periodSeconds": 713473395, + "successThreshold": -912220708, + "failureThreshold": -92253969, + "terminationGracePeriodSeconds": 1046110838271944058 + }, + "readinessProbe": { + "exec": { + "command": [ + "370" + ] + }, + "httpGet": { + "path": "371", + "port": 1797904220, + "host": "372", + "scheme": "羹", + "httpHeaders": [ + { + "name": "373", + "value": "374" + } + ] + }, + "tcpSocket": { + "port": "375", + "host": "376" + }, + "initialDelaySeconds": -1510210852, + "timeoutSeconds": 1604463080, + "periodSeconds": 1770824317, + "successThreshold": -1736247571, + "failureThreshold": 1504775716, + "terminationGracePeriodSeconds": 8657972883429789645 + }, + "startupProbe": { + "exec": { + "command": [ + "377" + ] + }, + "httpGet": { + "path": "378", + "port": 1859267428, + "host": "379", + "scheme": "ȟP", + "httpHeaders": [ + { + "name": "380", + "value": "381" + } + ] + }, + "tcpSocket": { + "port": 1445923603, + "host": "382" + }, + "initialDelaySeconds": 2040952835, + "timeoutSeconds": -1101457109, + "periodSeconds": -513325570, + "successThreshold": 1491794693, + "failureThreshold": -1457715462, + "terminationGracePeriodSeconds": 5797412715505520759 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "383" + ] + }, + "httpGet": { + "path": "384", + "port": "385", + "host": "386", + "scheme": "V", + "httpHeaders": [ + { + "name": "387", + "value": "388" + } + ] + }, + "tcpSocket": { + "port": 1791758702, + "host": "389" + } + }, + "preStop": { + "exec": { + "command": [ + "390" + ] + }, + "httpGet": { + "path": "391", + "port": "392", + "host": "393", + "scheme": "\\Ď愝Ű藛b磾sYȠ繽敮ǰ詀ǿ忀o", + "httpHeaders": [ + { + "name": "394", + "value": "395" + } + ] + }, + "tcpSocket": { + "port": -1082980401, + "host": "396" + } + } + }, + "terminationMessagePath": "397", + "terminationMessagePolicy": "肄$鬬", + "imagePullPolicy": "ʈʫ羶剹ƊF豎穜", + "securityContext": { + "capabilities": { + "add": [ + "咑耖p^鏋蛹Ƚȿ醏g" + ], + "drop": [ + "Ȋ飂廤Ƌʙcx赮ǒđ\u003e*劶?jĎ" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "398", + "role": "399", + "type": "400", + "level": "401" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "402", + "gmsaCredentialSpec": "403", + "runAsUserName": "404", "hostProcess": true }, - "runAsUser": 4224635496843945227, - "runAsGroup": 73764735411458498, + "runAsUser": -3365965984794126745, + "runAsGroup": 7755347487915595851, "runAsNonRoot": false, "readOnlyRootFilesystem": false, "allowPrivilegeEscalation": false, - "procMount": "s44矕Ƈè", + "procMount": "e", "seccompProfile": { - "type": "鑏='ʨ|ǓÓ敆OɈÏ 瞍", - "localhostProfile": "402" + "type": "G昧牱fsǕT衩kƒK07曳wœj堑", + "localhostProfile": "405" } }, + "stdin": true, "tty": true, - "targetContainerName": "403" + "targetContainerName": "406" } ], - "restartPolicy": "ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn", - "terminationGracePeriodSeconds": -8335674866227004872, - "activeDeadlineSeconds": 3305070661619041050, - "dnsPolicy": "+Œ9两", + "restartPolicy": "鈱ɖ'蠨磼O_h盌3+Œ9两@8", + "terminationGracePeriodSeconds": 8904478052175112945, + "activeDeadlineSeconds": -560099625007040954, + "dnsPolicy": "螗ɃŒGm¨z鋎靀", "nodeSelector": { - "404": "405" + "407": "408" }, - "serviceAccountName": "406", - "serviceAccount": "407", - "automountServiceAccountToken": false, - "nodeName": "408", - "hostPID": true, + "serviceAccountName": "409", + "serviceAccount": "410", + "automountServiceAccountToken": true, + "nodeName": "411", + "hostNetwork": true, "shareProcessNamespace": true, "securityContext": { "seLinuxOptions": { - "user": "409", - "role": "410", - "type": "411", - "level": "412" + "user": "412", + "role": "413", + "type": "414", + "level": "415" }, "windowsOptions": { - "gmsaCredentialSpecName": "413", - "gmsaCredentialSpec": "414", - "runAsUserName": "415", - "hostProcess": false + "gmsaCredentialSpecName": "416", + "gmsaCredentialSpec": "417", + "runAsUserName": "418", + "hostProcess": true }, - "runAsUser": 3438266910774132295, - "runAsGroup": 3230705132538051674, + "runAsUser": 107192836721418523, + "runAsGroup": -3019907599090873206, "runAsNonRoot": true, "supplementalGroups": [ - -1600417733583164525 + 5333609790435719468 ], - "fsGroup": -3964669311891901178, + "fsGroup": 2700145646260085226, "sysctls": [ { - "name": "416", - "value": "417" + "name": "419", + "value": "420" } ], - "fsGroupChangePolicy": "ƴ4虵p", + "fsGroupChangePolicy": "灭ƴɦ燻踸陴Sĕ濦", "seccompProfile": { - "type": "沥7uPƒw©ɴĶ烷Ľthp", - "localhostProfile": "418" + "type": "ɻŊ0", + "localhostProfile": "421" } }, "imagePullSecrets": [ { - "name": "419" + "name": "422" } ], - "hostname": "420", - "subdomain": "421", + "hostname": "423", + "subdomain": "424", "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { @@ -1330,19 +1337,19 @@ { "matchExpressions": [ { - "key": "422", - "operator": "濦ʓɻŊ0蚢鑸鶲Ãqb轫", + "key": "425", + "operator": "", "values": [ - "423" + "426" ] } ], "matchFields": [ { - "key": "424", - "operator": " ", + "key": "427", + "operator": "b轫ʓ滨ĖRh}颉hȱɷȰW", "values": [ - "425" + "428" ] } ] @@ -1351,23 +1358,23 @@ }, "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -5241849, + "weight": 903393545, "preference": { "matchExpressions": [ { - "key": "426", - "operator": "'呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG", + "key": "429", + "operator": "嫎¸殚篎3o8[y#t(", "values": [ - "427" + "430" ] } ], "matchFields": [ { - "key": "428", - "operator": "[y#t(", + "key": "431", + "operator": "¯rƈa餖Ľƛ淴ɑ?¶Ȳ", "values": [ - "429" + "432" ] } ] @@ -1380,30 +1387,33 @@ { "labelSelector": { "matchLabels": { - "rG-7--p9.-_0R.-_-3_L_2--_v2.5p_..Y-.wg_-b8a_68": "Q4_.84.K_-_0_..u.F.pq..--Q" + "8v--xk-gr-2/5-miJ4x-_0_5-_.7F3p2_-_AmD-.0AP.-.C_--.F5_x.KNC0-.-m_0-m-6SN": "S" }, "matchExpressions": [ { - "key": "8b-3-3b17cab-ppy5e--9p-61-2we16h--5-d-k-sm.2xv17r--32b-----4-670tfz-up3n/ov_Z--Zg-_Q", + "key": "0l4-vo5bypq.5---f31-0-2t3z-w5h/Z9p_6.C.-e16-O_.Q-U-_s-mtA.W5_-5_.V1-rU.___06.eqk5E_-4-.XH-.k7", "operator": "NotIn", "values": [ - "0..KpiS.oK-.O--5-yp8q_s-L" + "V.Vz_6.Hz_V_.r_v_._e_-78o_6Z..11_7pX3" ] } ] }, "namespaces": [ - "436" + "439" ], - "topologyKey": "437", + "topologyKey": "440", "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" + "5023-lt3-w-br75gp-c-coa--y--4-1204wrb---1024g-5-3v9-9jcz9f-6-g.4-----385h---0-u73phjo--8kb6--ut---p8--3-e-3-44---h-q7-ps/HG2_5XOAX.gUqV22-4-ye52yQh7.6.-y-s4483Po_L3f1-7_O4.nw_-_x18mtxB": "w-W_-E" }, "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": "75p1em---1wwv3-f/k47M7y-Dy__3wcq", + "operator": "NotIn", + "values": [ + "x4D-r.-F__r.oh..2_uGGP..-_N_h_4Hl-X0_2--__4K..-68-A" + ] } ] } @@ -1411,31 +1421,34 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -234140, + "weight": 199195373, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "1_.-_L-__bf_9_-C-PfNx__-U_P": "tW23-_.z_.._s--_F-BR-.h_2" + "w_--5-_.3--_9QW2JkU27_.-4T-9": "4.K.-.0__sD.-.-_I-F.PWtO4-7-P41_.-.-AQ._4" }, "matchExpressions": [ { - "key": "s_6O-5_7_-0w_--5-_.3--_9QW2JkU27_.-4T-I.-..K.-.0__sD.-.-_s", - "operator": "Exists" + "key": "J-_.ZCRT.0z-oe.G79.3bU_._nV34GH", + "operator": "DoesNotExist" } ] }, "namespaces": [ - "450" + "453" ], - "topologyKey": "451", + "topologyKey": "454", "namespaceSelector": { "matchLabels": { - "Q.-_t--O3": "7z2-y.-...C4_-_2G0.-c_C.G.h--m._fN._k8__._ep2P.B._A_09E" + "5i-z-s--o8t5-l6-407--m-dc---6-q-q0o90--g-09--d5ez1----b9/ERG2nV.__Y": "T_YT.1--3" }, "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": "3_Lsu-H_.f82-82", + "operator": "NotIn", + "values": [ + "P6j.u--.K--g__..2bidF.-0-...WE.-_tdt_-Z0_TM_p6lM.Y-nI" + ] } ] } @@ -1448,32 +1461,29 @@ { "labelSelector": { "matchLabels": { - "n7-a6434---7i-f-d019o1v3u.2k8-2-d--n--r8661--3-8-t48g-w2q7z-vps548-d-1r7j--v2x-64dwb/e": "8" + "t1n13sx82-cx-4q/Lbk81S3.T": "d" }, "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": "l--7-n--kfk3x-j9133e--2t.58-7e74-ddq-a-lcv0n1-i-d-----9---063-qm-j-3wc89k-0-57z4063---kb/i..9-4.2K_FQ.E--__K-h_-0-T-_Lq-.5-s_-_5_D7RufiV-7uu", + "operator": "DoesNotExist" } ] }, "namespaces": [ - "464" + "467" ], - "topologyKey": "465", + "topologyKey": "468", "namespaceSelector": { "matchLabels": { - "m_-Z.wc..k_0_5.z.0..__k": "b.-9.Y0-_-.l__.c17__f_-336-.BT" + "f_-.l__.c17__f_-336-.B__.QiA6._3o_V-w._-0d__78": "O-._-_8_.._._a-.N.__-_._.3l-_86_u2-7_._qN__A_f_B" }, "matchExpressions": [ { - "key": "N7.81_-._-_8_.._._a9", + "key": "U__L.KH6K.RwsfI_j", "operator": "In", "values": [ - "vi.gZdnUVP._81_---l_3_-_G-D....js--a---..6bD_Mh" + "" ] } ] @@ -1482,31 +1492,37 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1276377114, + "weight": 1560053496, "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" + "5396hq/v..Bi_..aOQ_._Yn.-.4t.U.VU__-_BAB_35HB": "u8gwb.-R6_pQ_mgi.U.-e7z-t0-pQ-.-.g-Z" }, "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": "ai.D7-_9..8-8yw..__Yb_58.p-06jVZ-uP.t_.O937uh", + "operator": "In", + "values": [ + "7.W74-R_Z_Tz.a3_HWo4_6" + ] } ] }, "namespaces": [ - "478" + "481" ], - "topologyKey": "479", + "topologyKey": "482", "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" + ] } ] } @@ -1515,93 +1531,93 @@ ] } }, - "schedulerName": "486", + "schedulerName": "489", "tolerations": [ { - "key": "487", - "operator": "r}梳攔wŲ魦Ɔ0ƢĮÀĘÆɆȸȢ蒸", - "value": "488", - "effect": "U烈 źfjǰɪ嘞ȏ}杻扞Ğ", - "tolerationSeconds": 3252034671163905138 + "key": "490", + "operator": "4%ʬD$;X郪\\#撄貶à圽榕ɹ", + "value": "491", + "effect": "慰x:", + "tolerationSeconds": 3362400521064014157 } ], "hostAliases": [ { - "ip": "489", + "ip": "492", "hostnames": [ - "490" + "493" ] } ], - "priorityClassName": "491", - "priority": 347613368, + "priorityClassName": "494", + "priority": 743241089, "dnsConfig": { "nameservers": [ - "492" + "495" ], "searches": [ - "493" + "496" ], "options": [ { - "name": "494", - "value": "495" + "name": "497", + "value": "498" } ] }, "readinessGates": [ { - "conditionType": "ř岈ǎǏ]S5:œƌ嵃ǁ" + "conditionType": "0yVA嬂刲;牆詒ĸąs" } ], - "runtimeClassName": "496", + "runtimeClassName": "499", "enableServiceLinks": false, - "preemptionPolicy": "m珢\\%傢z¦Ā竚ĐȌƨǴ叆", + "preemptionPolicy": "Iƭij韺ʧ\u003e", "overhead": { - "D輷": "792" + "D傕Ɠ栊闔虝巒瀦ŕ": "124" }, "topologySpreadConstraints": [ { - "maxSkew": -484382570, - "topologyKey": "497", - "whenUnsatisfiable": "nn坾\u0026Pɫ(ʙÆʨɺC`", + "maxSkew": -174245111, + "topologyKey": "500", + "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, - "completionMode": "{ȃ騑ȫ(踶NJđƟÝɹ橽ƴåj}c殶", + "ttlSecondsAfterFinished": -1166275743, + "completionMode": "ĵ/Ş槀墺=Ĉ鳟/d\u0026蒡", "suspend": false } }, - "successfulJobsHistoryLimit": -2006986560, - "failedJobsHistoryLimit": -380889943 + "successfulJobsHistoryLimit": -1190434752, + "failedJobsHistoryLimit": -212409426 }, "status": { "active": [ { - "kind": "504", - "namespace": "505", - "name": "506", - "uid": "暉Ŝ!ȣ绰", - "apiVersion": "507", - "resourceVersion": "508", - "fieldPath": "509" + "kind": "507", + "namespace": "508", + "name": "509", + "uid": "蒱鄆\u0026嬜Š\u0026?鳢.ǀŭ瘢颦", + "apiVersion": "510", + "resourceVersion": "511", + "fieldPath": "512" } ] } 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 4addd0a61b13bfc71f537614c2f93b79d97d866f..0e4f7ba919ac18130cf09c3e03e7234006bea77d 100644 GIT binary patch delta 5880 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 HvxNOWqryN= 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 341a73aed1c..77d7a69b6a6 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 @@ -32,7 +32,7 @@ metadata: uid: "7" spec: concurrencyPolicy: Hr鯹)晿*劶?jĎ privileged: false - procMount: 队偯J僳徥淳4揻 + procMount: e readOnlyRootFilesystem: false - runAsGroup: -5647743520459672618 - runAsNonRoot: true - runAsUser: 8833778257967181711 + runAsGroup: 7755347487915595851 + runAsNonRoot: false + runAsUser: -3365965984794126745 seLinuxOptions: - level: "260" - role: "258" - type: "259" - user: "257" + level: "401" + role: "399" + type: "400" + user: "398" seccompProfile: - localhostProfile: "264" - type: $ɽ丟×x锏ɟ4Ǒ輂,ŕĪĠ + localhostProfile: "405" + type: G昧牱fsǕT衩kƒK07曳wœj堑 windowsOptions: - gmsaCredentialSpec: "262" - gmsaCredentialSpecName: "261" - hostProcess: false - runAsUserName: "263" + gmsaCredentialSpec: "403" + gmsaCredentialSpecName: "402" + hostProcess: true + runAsUserName: "404" startupProbe: exec: command: - - "237" - failureThreshold: 1226391571 + - "377" + failureThreshold: -1457715462 httpGet: - host: "239" + host: "379" httpHeaders: - - name: "240" - value: "241" - path: "238" - port: -1140531048 - initialDelaySeconds: 1260448044 - periodSeconds: -1791206950 - successThreshold: 1160477220 + - name: "380" + value: "381" + path: "378" + port: 1859267428 + scheme: ȟP + initialDelaySeconds: 2040952835 + periodSeconds: -513325570 + successThreshold: 1491794693 tcpSocket: - host: "242" - port: 1741405963 - terminationGracePeriodSeconds: 6347577485454457915 - timeoutSeconds: -200461294 + host: "382" + port: 1445923603 + terminationGracePeriodSeconds: 5797412715505520759 + timeoutSeconds: -1101457109 stdin: true - stdinOnce: true - terminationMessagePath: "256" - terminationMessagePolicy: t叀碧闳ȩr嚧ʣq埄 + targetContainerName: "406" + terminationMessagePath: "397" + terminationMessagePolicy: 肄$鬬 + tty: true volumeDevices: - - devicePath: "222" - name: "221" + - devicePath: "362" + name: "361" volumeMounts: - - mountPath: "218" - mountPropagation: HVe熼'FD剂讼ɓ - name: "217" + - mountPath: "358" + mountPropagation: 暳ǽżLj捲攻xƂ9阠$嬏wy¶熀 + name: "357" readOnly: true - subPath: "219" - subPathExpr: "220" - workingDir: "201" - nodeName: "408" + subPath: "359" + subPathExpr: "360" + workingDir: "341" + hostAliases: + - hostnames: + - "493" + ip: "492" + hostNetwork: true + hostname: "423" + imagePullSecrets: + - name: "422" + initContainers: + - args: + - "203" + command: + - "202" + env: + - name: "210" + value: "211" + valueFrom: + configMapKeyRef: + key: "217" + name: "216" + optional: false + fieldRef: + apiVersion: "212" + fieldPath: "213" + resourceFieldRef: + containerName: "214" + divisor: "231" + resource: "215" + secretKeyRef: + key: "219" + name: "218" + optional: true + envFrom: + - configMapRef: + name: "208" + optional: true + prefix: "207" + secretRef: + name: "209" + optional: false + image: "201" + imagePullPolicy: 鐫û咡W<敄lu|榝 + lifecycle: + postStart: + exec: + command: + - "246" + httpGet: + host: "249" + httpHeaders: + - name: "250" + value: "251" + path: "247" + port: "248" + scheme: j爻ƙt叀碧闳ȩr嚧ʣq埄趛屡ʁ岼昕Ĭ + tcpSocket: + host: "253" + port: "252" + preStop: + exec: + command: + - "254" + httpGet: + host: "257" + httpHeaders: + - name: "258" + value: "259" + path: "255" + port: "256" + scheme: "y" + tcpSocket: + host: "260" + port: -1620315711 + livenessProbe: + exec: + command: + - "226" + failureThreshold: 158280212 + httpGet: + host: "229" + httpHeaders: + - name: "230" + value: "231" + path: "227" + port: "228" + scheme: 翁杙Ŧ癃8鸖ɱJȉ罴ņ螡ź + initialDelaySeconds: 513341278 + periodSeconds: 1255312175 + successThreshold: -1740959124 + tcpSocket: + host: "232" + port: -1543701088 + terminationGracePeriodSeconds: -1552383991890236277 + timeoutSeconds: 627713162 + name: "200" + ports: + - containerPort: -1409668172 + hostIP: "206" + hostPort: -1180080716 + name: "205" + protocol: 脾嚏吐ĠLƐȤ藠3.v-鿧悮坮Ȣ幟ļ腻 + readinessProbe: + exec: + command: + - "233" + failureThreshold: 852780575 + httpGet: + host: "235" + httpHeaders: + - name: "236" + value: "237" + path: "234" + port: -1099429189 + scheme: 9Ì + initialDelaySeconds: 1689978741 + periodSeconds: -1798849477 + successThreshold: -1017263912 + tcpSocket: + host: "238" + port: -1364571630 + terminationGracePeriodSeconds: -5381329890395615297 + timeoutSeconds: -1423854443 + resources: + limits: + "": "55" + requests: + 粕擓ƖHVe熼'FD: "235" + securityContext: + allowPrivilegeEscalation: false + capabilities: + add: + - .Ȏ蝪ʜ5遰= + drop: + - 埄Ȁ朦 wƯ貾坢'跩a + privileged: true + procMount: 垾现葢ŵ橨 + readOnlyRootFilesystem: true + runAsGroup: 5005043520982487553 + runAsNonRoot: false + runAsUser: 3024893073780181445 + seLinuxOptions: + level: "265" + role: "263" + type: "264" + user: "262" + seccompProfile: + localhostProfile: "269" + type: l獕;跣Hǝcw媀瓄 + windowsOptions: + gmsaCredentialSpec: "267" + gmsaCredentialSpecName: "266" + hostProcess: false + runAsUserName: "268" + startupProbe: + exec: + command: + - "239" + failureThreshold: -743369977 + httpGet: + host: "241" + httpHeaders: + - name: "242" + value: "243" + path: "240" + port: 1853396726 + scheme: 曬逴褜1ØœȠƬQg鄠[颐o啛更偢ɇ卷 + initialDelaySeconds: -1789370277 + periodSeconds: 1724958480 + successThreshold: -879005591 + tcpSocket: + host: "245" + port: "244" + terminationGracePeriodSeconds: -6977492437661738751 + timeoutSeconds: -1738948598 + terminationMessagePath: "261" + terminationMessagePolicy: ɐ扵 + volumeDevices: + - devicePath: "225" + name: "224" + volumeMounts: + - mountPath: "221" + mountPropagation: UÐ_ƮA攤/ɸɎ + name: "220" + subPath: "222" + subPathExpr: "223" + workingDir: "204" + nodeName: "411" nodeSelector: - "404": "405" + "407": "408" overhead: - D輷: "792" - preemptionPolicy: m珢\%傢z¦Ā竚ĐȌƨǴ叆 - priority: 347613368 - priorityClassName: "491" + D傕Ɠ栊闔虝巒瀦ŕ: "124" + preemptionPolicy: Iƭij韺ʧ> + priority: 743241089 + priorityClassName: "494" readinessGates: - - conditionType: ř岈ǎǏ]S5:œƌ嵃ǁ - restartPolicy: ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn - runtimeClassName: "496" - schedulerName: "486" + - conditionType: 0yVA嬂刲;牆詒ĸąs + restartPolicy: 鈱ɖ'蠨磼O_h盌3+Œ9两@8 + runtimeClassName: "499" + schedulerName: "489" securityContext: - fsGroup: -3964669311891901178 - fsGroupChangePolicy: ƴ4虵p - runAsGroup: 3230705132538051674 + fsGroup: 2700145646260085226 + fsGroupChangePolicy: 灭ƴɦ燻踸陴Sĕ濦 + runAsGroup: -3019907599090873206 runAsNonRoot: true - runAsUser: 3438266910774132295 + runAsUser: 107192836721418523 seLinuxOptions: - level: "412" - role: "410" - type: "411" - user: "409" + level: "415" + role: "413" + type: "414" + user: "412" seccompProfile: - localhostProfile: "418" - type: 沥7uPƒw©ɴĶ烷Ľthp + localhostProfile: "421" + type: ɻŊ0 supplementalGroups: - - -1600417733583164525 + - 5333609790435719468 sysctls: - - name: "416" - value: "417" + - name: "419" + value: "420" windowsOptions: - gmsaCredentialSpec: "414" - gmsaCredentialSpecName: "413" - hostProcess: false - runAsUserName: "415" - serviceAccount: "407" - serviceAccountName: "406" - setHostnameAsFQDN: false + gmsaCredentialSpec: "417" + gmsaCredentialSpecName: "416" + hostProcess: true + runAsUserName: "418" + serviceAccount: "410" + serviceAccountName: "409" + setHostnameAsFQDN: true shareProcessNamespace: true - subdomain: "421" - terminationGracePeriodSeconds: -8335674866227004872 + subdomain: "424" + terminationGracePeriodSeconds: 8904478052175112945 tolerations: - - effect: U烈 źfjǰɪ嘞ȏ}杻扞Ğ - key: "487" - operator: r}梳攔wŲ魦Ɔ0ƢĮÀĘÆɆȸȢ蒸 - tolerationSeconds: 3252034671163905138 - value: "488" + - effect: '慰x:' + key: "490" + operator: 4%ʬD$;X郪\#撄貶à圽榕ɹ + tolerationSeconds: 3362400521064014157 + value: "491" 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: "497" - 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: "500" + whenUnsatisfiable: "" volumes: - awsElasticBlockStore: fsType: "68" @@ -933,6 +941,10 @@ spec: apiGroup: "194" kind: "195" name: "196" + dataSourceRef: + apiGroup: "197" + kind: "198" + name: "199" resources: limits: /樝fw[Řż丩ŽoǠŻʘY賃ɪ鐊: "967" @@ -1087,17 +1099,17 @@ spec: storagePolicyID: "125" storagePolicyName: "124" volumePath: "122" - ttlSecondsAfterFinished: -1285029915 + ttlSecondsAfterFinished: -1166275743 schedule: "20" startingDeadlineSeconds: -2555947251840004808 - successfulJobsHistoryLimit: -2006986560 + successfulJobsHistoryLimit: -1190434752 suspend: true status: active: - - apiVersion: "507" - fieldPath: "509" - kind: "504" - name: "506" - namespace: "505" - resourceVersion: "508" - uid: 暉Ŝ!ȣ绰 + - apiVersion: "510" + fieldPath: "512" + kind: "507" + name: "509" + namespace: "508" + resourceVersion: "511" + uid: 蒱鄆&嬜Š&?鳢.ǀŭ瘢颦 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 aa987ad1b57..5c70e764e3b 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 @@ -490,6 +490,11 @@ "apiGroup": "193", "kind": "194", "name": "195" + }, + "dataSourceRef": { + "apiGroup": "196", + "kind": "197", + "name": "198" } } } @@ -498,59 +503,59 @@ ], "initContainers": [ { - "name": "196", - "image": "197", + "name": "199", + "image": "200", "command": [ - "198" + "201" ], "args": [ - "199" + "202" ], - "workingDir": "200", + "workingDir": "203", "ports": [ { - "name": "201", - "hostPort": -589000495, - "containerPort": -955773237, - "protocol": "g鄠[颐o啛更偢ɇ卷荙JLĹ]佱¿", - "hostIP": "202" + "name": "204", + "hostPort": -805795167, + "containerPort": 1791615594, + "protocol": "Ƥ熪军g\u003e郵[+扴", + "hostIP": "205" } ], "envFrom": [ { - "prefix": "203", + "prefix": "206", "configMapRef": { - "name": "204", + "name": "207", "optional": false }, "secretRef": { - "name": "205", + "name": "208", "optional": false } } ], "env": [ { - "name": "206", - "value": "207", + "name": "209", + "value": "210", "valueFrom": { "fieldRef": { - "apiVersion": "208", - "fieldPath": "209" + "apiVersion": "211", + "fieldPath": "212" }, "resourceFieldRef": { - "containerName": "210", - "resource": "211", - "divisor": "729" + "containerName": "213", + "resource": "214", + "divisor": "241" }, "configMapKeyRef": { - "name": "212", - "key": "213", + "name": "215", + "key": "216", "optional": true }, "secretKeyRef": { - "name": "214", - "key": "215", + "name": "217", + "key": "218", "optional": false } } @@ -558,113 +563,112 @@ ], "resources": { "limits": { - "輦唊#v铿ʩȂ4ē鐭": "879" + "": "268" }, "requests": { - "昕Ĭ": "524" + "-Ɂ圯W:ĸ輦唊#v铿ʩȂ4ē鐭#嬀ơ": "340" } }, "volumeMounts": [ { - "name": "216", - "mountPath": "217", - "subPath": "218", - "mountPropagation": " 苧yñKJɐ", - "subPathExpr": "219" + "name": "219", + "mountPath": "220", + "subPath": "221", + "mountPropagation": "藢xɮĵȑ6L*Z鐫û咡W\u003c", + "subPathExpr": "222" } ], "volumeDevices": [ { - "name": "220", - "devicePath": "221" + "name": "223", + "devicePath": "224" } ], "livenessProbe": { "exec": { "command": [ - "222" + "225" ] }, "httpGet": { - "path": "223", - "port": "224", - "host": "225", - "scheme": "咡W", + "path": "226", + "port": -1225815437, + "host": "227", + "scheme": "荭gw忊|E", "httpHeaders": [ { - "name": "226", - "value": "227" + "name": "228", + "value": "229" } ] }, "tcpSocket": { - "port": 888935190, - "host": "228" + "port": -438588982, + "host": "230" }, - "initialDelaySeconds": 1674961434, - "timeoutSeconds": -553100686, - "periodSeconds": 44509253, - "successThreshold": -1661575965, - "failureThreshold": 183376425, - "terminationGracePeriodSeconds": 439010468654957223 + "initialDelaySeconds": 1004325340, + "timeoutSeconds": -1313320434, + "periodSeconds": 14304392, + "successThreshold": 465972736, + "failureThreshold": -1784617397, + "terminationGracePeriodSeconds": 8340498462419356921 }, "readinessProbe": { "exec": { "command": [ - "229" + "231" ] }, "httpGet": { - "path": "230", - "port": -2133054549, - "host": "231", - "scheme": "遰=E", + "path": "232", + "port": 627670321, + "host": "233", "httpHeaders": [ { - "name": "232", - "value": "233" + "name": "234", + "value": "235" } ] }, "tcpSocket": { - "port": "234", - "host": "235" + "port": "236", + "host": "237" }, - "initialDelaySeconds": -1462219068, - "timeoutSeconds": -370386363, - "periodSeconds": 1714588921, - "successThreshold": -1246371817, - "failureThreshold": 617318981, - "terminationGracePeriodSeconds": 1856677271350902065 + "initialDelaySeconds": -1666819085, + "timeoutSeconds": -282193676, + "periodSeconds": 1777326813, + "successThreshold": -1471289102, + "failureThreshold": 704287801, + "terminationGracePeriodSeconds": 8549738818875784336 }, "startupProbe": { "exec": { "command": [ - "236" + "238" ] }, "httpGet": { - "path": "237", - "port": "238", - "host": "239", - "scheme": "ŕ翑0展}", + "path": "239", + "port": -518330919, + "host": "240", + "scheme": "NKƙ順\\E¦队偯J僳徥淳4揻-$", "httpHeaders": [ { - "name": "240", - "value": "241" + "name": "241", + "value": "242" } ] }, "tcpSocket": { - "port": "242", + "port": 1235694147, "host": "243" }, - "initialDelaySeconds": -1778952574, - "timeoutSeconds": 1386255869, - "periodSeconds": -778272981, - "successThreshold": 2056774277, - "failureThreshold": -2146674095, - "terminationGracePeriodSeconds": -1117820874616112287 + "initialDelaySeconds": 348370746, + "timeoutSeconds": 468369166, + "periodSeconds": 1909548849, + "successThreshold": 1492642476, + "failureThreshold": -367153801, + "terminationGracePeriodSeconds": 8194791334069427324 }, "lifecycle": { "postStart": { @@ -675,58 +679,58 @@ }, "httpGet": { "path": "245", - "port": "246", - "host": "247", - "scheme": "队偯J僳徥淳4揻", + "port": 1746399757, + "host": "246", + "scheme": "V訆Ǝżŧ", "httpHeaders": [ { - "name": "248", - "value": "249" + "name": "247", + "value": "248" } ] }, "tcpSocket": { - "port": 878005329, - "host": "250" + "port": 204229950, + "host": "249" } }, "preStop": { "exec": { "command": [ - "251" + "250" ] }, "httpGet": { - "path": "252", - "port": "253", - "host": "254", - "scheme": "Œɥ颶妧Ö闊 鰔澝qV訆Ǝ", + "path": "251", + "port": "252", + "host": "253", + "scheme": "ɣľ)酊龨δ摖ȱğ_\u003cǬëJ橈", "httpHeaders": [ { - "name": "255", - "value": "256" + "name": "254", + "value": "255" } ] }, "tcpSocket": { - "port": 509813083, + "port": "256", "host": "257" } } }, "terminationMessagePath": "258", - "terminationMessagePolicy": "²sNƗ¸g", - "imagePullPolicy": ")酊龨δ摖ȱğ_\u003cǬëJ橈'琕鶫:", + "terminationMessagePolicy": "鶫:顇ə娯Ȱ囌{屿oiɥ嵐sC", + "imagePullPolicy": "ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏", "securityContext": { "capabilities": { "add": [ - "" + "²静ƲǦŐnj汰8" ], "drop": [ - "Ȱ囌{屿oiɥ嵐sC8?Ǻ鱎ƙ;" + "İ" ] }, - "privileged": false, + "privileged": true, "seLinuxOptions": { "user": "259", "role": "260", @@ -737,21 +741,19 @@ "gmsaCredentialSpecName": "263", "gmsaCredentialSpec": "264", "runAsUserName": "265", - "hostProcess": false + "hostProcess": true }, - "runAsUser": -7747494447986851160, - "runAsGroup": 802922970712269023, - "runAsNonRoot": true, + "runAsUser": -1311522118950739815, + "runAsGroup": 5903342706635131481, + "runAsNonRoot": false, "readOnlyRootFilesystem": true, - "allowPrivilegeEscalation": false, - "procMount": "録²Ŏ)/灩聋3趐囨鏻砅邻爥", + "allowPrivilegeEscalation": true, + "procMount": "±p鋄5弢ȹ均i绝5哇芆", "seccompProfile": { - "type": "ŧOǨ繫ʎǑyZ涬P­蜷ɔ幩šeS", + "type": "ì", "localhostProfile": "266" } - }, - "stdin": true, - "tty": true + } } ], "containers": [ @@ -768,9 +770,9 @@ "ports": [ { "name": "272", - "hostPort": -2130294761, - "containerPort": -788152336, - "protocol": "ɵ", + "hostPort": -1449289597, + "containerPort": 1473407401, + "protocol": "ʐşƧ", "hostIP": "273" } ], @@ -799,7 +801,7 @@ "resourceFieldRef": { "containerName": "281", "resource": "282", - "divisor": "879" + "divisor": "178" }, "configMapKeyRef": { "name": "283", @@ -809,25 +811,26 @@ "secretKeyRef": { "name": "285", "key": "286", - "optional": true + "optional": false } } } ], "resources": { "limits": { - "擭銆jʒǚ鍰\\縑": "992" + "饾| 鞤ɱďW賁Ěɭɪǹ0衷,ƷƣM": "270" }, "requests": { - "鞤ɱďW賁Ěɭɪǹ0衷,Ʒƣ": "400" + "(fǂǢ曣ŋayå": "182" } }, "volumeMounts": [ { "name": "287", + "readOnly": true, "mountPath": "288", "subPath": "289", - "mountPropagation": "(fǂǢ曣ŋayå", + "mountPropagation": "崍h趭(娕u", "subPathExpr": "290" } ], @@ -845,9 +848,9 @@ }, "httpGet": { "path": "294", - "port": 1616390418, + "port": -869776221, "host": "295", - "scheme": "趭(娕uE增猍ǵ x", + "scheme": "[irȎ3Ĕ\\ɢX鰨松/Ȁĵ鴁ĩȲ", "httpHeaders": [ { "name": "296", @@ -859,12 +862,12 @@ "port": "298", "host": "299" }, - "initialDelaySeconds": -1320027474, - "timeoutSeconds": -1750169306, - "periodSeconds": 2112112129, - "successThreshold": 528603974, - "failureThreshold": -342387625, - "terminationGracePeriodSeconds": 7999187157758442620 + "initialDelaySeconds": 1532103808, + "timeoutSeconds": 593357971, + "periodSeconds": 1453852685, + "successThreshold": 2037135322, + "failureThreshold": -571541491, + "terminationGracePeriodSeconds": -7117039988160665426 }, "readinessProbe": { "exec": { @@ -874,9 +877,8 @@ }, "httpGet": { "path": "301", - "port": -647531549, + "port": -1920304485, "host": "302", - "scheme": "ʠɜ瞍阎lğ Ņ", "httpHeaders": [ { "name": "303", @@ -885,257 +887,285 @@ ] }, "tcpSocket": { - "port": "305", - "host": "306" + "port": -531787516, + "host": "305" }, - "initialDelaySeconds": -602411444, - "timeoutSeconds": -1519458130, - "periodSeconds": 711356517, - "successThreshold": -598179789, - "failureThreshold": 317211081, - "terminationGracePeriodSeconds": -8307777636454344321 + "initialDelaySeconds": 2073630689, + "timeoutSeconds": -830875556, + "periodSeconds": -1395144116, + "successThreshold": -684167223, + "failureThreshold": -751455207, + "terminationGracePeriodSeconds": -3839813958613977681 }, "startupProbe": { "exec": { "command": [ - "307" + "306" ] }, "httpGet": { - "path": "308", - "port": 65094252, - "host": "309", - "scheme": "æ盪泙若`l}Ñ蠂Ü", + "path": "307", + "port": -2064284357, + "host": "308", "httpHeaders": [ { - "name": "310", - "value": "311" + "name": "309", + "value": "310" } ] }, "tcpSocket": { - "port": 1388874570, - "host": "312" + "port": -313085430, + "host": "311" }, - "initialDelaySeconds": 1618861163, - "timeoutSeconds": 413903479, - "periodSeconds": 1708236944, - "successThreshold": -1192140557, - "failureThreshold": 1961354355, - "terminationGracePeriodSeconds": -8493878174888297652 + "initialDelaySeconds": -1789721862, + "timeoutSeconds": 638012651, + "periodSeconds": -1161185537, + "successThreshold": 1928937303, + "failureThreshold": 1611386356, + "terminationGracePeriodSeconds": 3527635231201289331 }, "lifecycle": { "postStart": { "exec": { "command": [ - "313" + "312" ] }, "httpGet": { - "path": "314", - "port": "315", - "host": "316", - "scheme": "Ik(dŊiɢzĮ蛋I", + "path": "313", + "port": -1347045470, + "host": "314", + "scheme": "¨Ix糂腂ǂǚŜEuEy", "httpHeaders": [ { - "name": "317", - "value": "318" + "name": "315", + "value": "316" } ] }, "tcpSocket": { - "port": "319", - "host": "320" + "port": -1945921250, + "host": "317" } }, "preStop": { "exec": { "command": [ - "321" + "318" ] }, "httpGet": { - "path": "322", - "port": "323", - "host": "324", - "scheme": "}礤铟怖ý萜Ǖc8ǣ", + "path": "319", + "port": 1605974497, + "host": "320", + "scheme": "m坊柩劄奼[ƕƑĝ", "httpHeaders": [ { - "name": "325", - "value": "326" + "name": "321", + "value": "322" } ] }, "tcpSocket": { - "port": "327", - "host": "328" + "port": 293042649, + "host": "323" } } }, - "terminationMessagePath": "329", - "terminationMessagePolicy": "ŧ1ƟƓ宆!鍲ɋȑoG鄧蜢暳ǽżLj捲攻", - "imagePullPolicy": "U", + "terminationMessagePath": "324", + "terminationMessagePolicy": "ǔvÄÚ×p鬷m罂o3ǰ廋i乳'", + "imagePullPolicy": "xƂ9阠", "securityContext": { "capabilities": { "add": [ - "襕ċ桉桃喕蠲$ɛ溢臜裡×銵" + "wy¶熀ďJZ漤ŗ坟Ů\u003cy鯶縆ł" ], "drop": [ - "紑浘牬釼aTGÒ鵌Ē3Nh×DJɶ羹ƞ" + "[澔槃JŵǤ桒" ] }, "privileged": true, "seLinuxOptions": { - "user": "330", - "role": "331", - "type": "332", - "level": "333" + "user": "325", + "role": "326", + "type": "327", + "level": "328" }, "windowsOptions": { - "gmsaCredentialSpecName": "334", - "gmsaCredentialSpec": "335", - "runAsUserName": "336", + "gmsaCredentialSpecName": "329", + "gmsaCredentialSpec": "330", + "runAsUserName": "331", "hostProcess": true }, - "runAsUser": -4166164136222066963, - "runAsGroup": 6462962492290658756, + "runAsUser": 7721939829013914482, + "runAsGroup": -2468498954406158514, "runAsNonRoot": false, - "readOnlyRootFilesystem": true, - "allowPrivilegeEscalation": true, - "procMount": "筇ȟP", + "readOnlyRootFilesystem": false, + "allowPrivilegeEscalation": false, + "procMount": "ȼN翾ȾD虓氙磂tńČȷǻ.wȏâ磠", "seccompProfile": { - "type": "/a殆诵H玲鑠ĭ$", - "localhostProfile": "337" + "type": "崖S«V¯Á", + "localhostProfile": "332" } }, - "stdinOnce": true, + "stdin": true, "tty": true } ], "ephemeralContainers": [ { - "name": "338", - "image": "339", + "name": "333", + "image": "334", "command": [ - "340" + "335" ], "args": [ - "341" + "336" ], - "workingDir": "342", + "workingDir": "337", "ports": [ { - "name": "343", - "hostPort": 488431979, - "containerPort": -253063948, - "protocol": "橱9ij\\Ď愝Ű藛b磾s", - "hostIP": "344" + "name": "338", + "hostPort": -1069764899, + "containerPort": -329321819, + "protocol": "ż鯀1", + "hostIP": "339" } ], "envFrom": [ { - "prefix": "345", + "prefix": "340", "configMapRef": { - "name": "346", - "optional": false + "name": "341", + "optional": true }, "secretRef": { - "name": "347", + "name": "342", "optional": true } } ], "env": [ { - "name": "348", - "value": "349", + "name": "343", + "value": "344", "valueFrom": { "fieldRef": { - "apiVersion": "350", - "fieldPath": "351" + "apiVersion": "345", + "fieldPath": "346" }, "resourceFieldRef": { - "containerName": "352", - "resource": "353", - "divisor": "522" + "containerName": "347", + "resource": "348", + "divisor": "343" }, "configMapKeyRef": { - "name": "354", - "key": "355", + "name": "349", + "key": "350", "optional": true }, "secretKeyRef": { - "name": "356", - "key": "357", - "optional": true + "name": "351", + "key": "352", + "optional": false } } } ], "resources": { "limits": { - "ƺL肄$鬬$矐_敕ű嵞嬯": "84" + "q櫞繡": "121" }, "requests": { - "姰l咑耖p^鏋蛹Ƚȿ": "232" + "肄$鬬": "915" } }, "volumeMounts": [ { - "name": "358", + "name": "353", "readOnly": true, - "mountPath": "359", - "subPath": "360", - "mountPropagation": "ƬɸĻo:{柯?B俋¬h`職", - "subPathExpr": "361" + "mountPath": "354", + "subPath": "355", + "mountPropagation": "羶剹ƊF豎穜姰l咑耖", + "subPathExpr": "356" } ], "volumeDevices": [ { - "name": "362", - "devicePath": "363" + "name": "357", + "devicePath": "358" } ], "livenessProbe": { "exec": { "command": [ - "364" + "359" ] }, "httpGet": { - "path": "365", - "port": "366", - "host": "367", - "scheme": "¥", + "path": "360", + "port": 892837330, + "host": "361", + "scheme": "気Ƀ秮ò", "httpHeaders": [ { - "name": "368", - "value": "369" + "name": "362", + "value": "363" } ] }, "tcpSocket": { - "port": "370", - "host": "371" + "port": "364", + "host": "365" }, - "initialDelaySeconds": 1045190247, - "timeoutSeconds": 1805682547, - "periodSeconds": -651405950, - "successThreshold": 1903147240, - "failureThreshold": 178262944, - "terminationGracePeriodSeconds": 7591592723235237403 + "initialDelaySeconds": -1649234654, + "timeoutSeconds": -263708518, + "periodSeconds": 541943046, + "successThreshold": 1502194981, + "failureThreshold": 1447996588, + "terminationGracePeriodSeconds": -3565639689247870986 }, "readinessProbe": { "exec": { "command": [ - "372" + "366" ] }, "httpGet": { - "path": "373", - "port": "374", + "path": "367", + "port": "368", + "host": "369", + "scheme": "h`職铳s44矕Ƈ", + "httpHeaders": [ + { + "name": "370", + "value": "371" + } + ] + }, + "tcpSocket": { + "port": 1592612939, + "host": "372" + }, + "initialDelaySeconds": 168484477, + "timeoutSeconds": 1022152027, + "periodSeconds": -1001034710, + "successThreshold": 467693083, + "failureThreshold": 1262500808, + "terminationGracePeriodSeconds": -867246751039954454 + }, + "startupProbe": { + "exec": { + "command": [ + "373" + ] + }, + "httpGet": { + "path": "374", + "port": -1452767599, "host": "375", - "scheme": "昧牱fsǕT衩kƒK0", + "scheme": " 瞍髃#ɣȕ", "httpHeaders": [ { "name": "376", @@ -1144,185 +1174,159 @@ ] }, "tcpSocket": { - "port": -629974246, - "host": "378" + "port": "378", + "host": "379" }, - "initialDelaySeconds": 22814565, - "timeoutSeconds": -89787189, - "periodSeconds": -96528156, - "successThreshold": -2043135662, - "failureThreshold": 240154501, - "terminationGracePeriodSeconds": -1988677584282886128 - }, - "startupProbe": { - "exec": { - "command": [ - "379" - ] - }, - "httpGet": { - "path": "380", - "port": 1885676566, - "host": "381", - "scheme": "O_h盌3+Œ9两@8Byß讪Ă2", - "httpHeaders": [ - { - "name": "382", - "value": "383" - } - ] - }, - "tcpSocket": { - "port": -281926929, - "host": "384" - }, - "initialDelaySeconds": -372626292, - "timeoutSeconds": 2018111855, - "periodSeconds": 1019901190, - "successThreshold": -1625381496, - "failureThreshold": -548803057, - "terminationGracePeriodSeconds": -8201340979270163756 + "initialDelaySeconds": -1014296961, + "timeoutSeconds": 1708011112, + "periodSeconds": -603097910, + "successThreshold": 1776174141, + "failureThreshold": -1349160121, + "terminationGracePeriodSeconds": -3183357344394757806 }, "lifecycle": { "postStart": { "exec": { "command": [ - "385" + "380" ] }, "httpGet": { - "path": "386", - "port": "387", - "host": "388", - "scheme": "ǹʅŚO虀^背", + "path": "381", + "port": "382", + "host": "383", + "scheme": "'蠨磼O_h盌3+Œ9两@8", "httpHeaders": [ { - "name": "389", - "value": "390" + "name": "384", + "value": "385" } ] }, "tcpSocket": { - "port": -1442230895, - "host": "391" + "port": -130408357, + "host": "386" } }, "preStop": { "exec": { "command": [ - "392" + "387" ] }, "httpGet": { - "path": "393", - "port": 1468940509, - "host": "394", - "scheme": "像-觗裓6Ř", + "path": "388", + "port": "389", + "host": "390", + "scheme": "ŒGm¨z鋎靀G", "httpHeaders": [ { - "name": "395", - "value": "396" + "name": "391", + "value": "392" } ] }, "tcpSocket": { - "port": 1762917570, - "host": "397" + "port": "393", + "host": "394" } } }, - "terminationMessagePath": "398", - "terminationMessagePolicy": "Ų買霎ȃň[\u003eą", - "imagePullPolicy": "ĖRh}颉hȱɷȰW瀤oɢ嫎¸殚篎", + "terminationMessagePath": "395", + "terminationMessagePolicy": "W#ļǹʅŚO虀^", + "imagePullPolicy": "ɴĶ烷Ľthp像-觗裓6Ř", "securityContext": { "capabilities": { "add": [ - "8[y#t(ȗŜŲ" + "5Ų買霎ȃň[\u003eą S" ], "drop": [ - "洪" + "d'呪" ] }, - "privileged": true, + "privileged": false, "seLinuxOptions": { - "user": "399", - "role": "400", - "type": "401", - "level": "402" + "user": "396", + "role": "397", + "type": "398", + "level": "399" }, "windowsOptions": { - "gmsaCredentialSpecName": "403", - "gmsaCredentialSpec": "404", - "runAsUserName": "405", + "gmsaCredentialSpecName": "400", + "gmsaCredentialSpec": "401", + "runAsUserName": "402", "hostProcess": false }, - "runAsUser": 4233308148542782456, - "runAsGroup": -2958928304063527963, + "runAsUser": -4328915352766545090, + "runAsGroup": -8583816881639870831, "runAsNonRoot": false, "readOnlyRootFilesystem": false, - "allowPrivilegeEscalation": false, - "procMount": "ǾɁ鍻G鯇ɀ魒Ð扬=惍E", + "allowPrivilegeEscalation": true, + "procMount": "", "seccompProfile": { - "type": "ŊĊ娮rȧŹ黷", - "localhostProfile": "406" + "type": "ǻG喾@潷ƹ8ï驿", + "localhostProfile": "403" } }, + "stdin": true, + "stdinOnce": true, "tty": true, - "targetContainerName": "407" + "targetContainerName": "404" } ], - "restartPolicy": ";Ƭ婦d%蹶/ʗp壥Ƥ", - "terminationGracePeriodSeconds": -6472827475835479775, - "activeDeadlineSeconds": -1598226175696024006, - "dnsPolicy": "z委\u003e,趐V曡88 ", + "restartPolicy": "rƈa餖Ľ", + "terminationGracePeriodSeconds": -3501425899000054955, + "activeDeadlineSeconds": -5896459953103714718, + "dnsPolicy": "ŶJ詢QǾɁ鍻G鯇ɀ魒Ð扬=", "nodeSelector": { - "408": "409" + "405": "406" }, - "serviceAccountName": "410", - "serviceAccount": "411", + "serviceAccountName": "407", + "serviceAccount": "408", "automountServiceAccountToken": false, - "nodeName": "412", + "nodeName": "409", + "hostNetwork": true, "hostPID": true, "shareProcessNamespace": false, "securityContext": { "seLinuxOptions": { - "user": "413", - "role": "414", - "type": "415", - "level": "416" + "user": "410", + "role": "411", + "type": "412", + "level": "413" }, "windowsOptions": { - "gmsaCredentialSpecName": "417", - "gmsaCredentialSpec": "418", - "runAsUserName": "419", - "hostProcess": true + "gmsaCredentialSpecName": "414", + "gmsaCredentialSpec": "415", + "runAsUserName": "416", + "hostProcess": false }, - "runAsUser": -5785208110583552190, - "runAsGroup": -8157642381087094542, - "runAsNonRoot": true, + "runAsUser": -2841141127223294729, + "runAsGroup": -6754946370765710682, + "runAsNonRoot": false, "supplementalGroups": [ - -6356503130840432651 + -1612979559790338418 ], - "fsGroup": -2019276087967685705, + "fsGroup": 6541871045343732877, "sysctls": [ { - "name": "420", - "value": "421" + "name": "417", + "value": "418" } ], - "fsGroupChangePolicy": "2 ɲ±m嵘厶sȰÖ埡ÆɰŞ", + "fsGroupChangePolicy": "d%蹶/ʗp壥", "seccompProfile": { - "type": "樞úʥ銀ƨ", - "localhostProfile": "422" + "type": "揤郡ɑ鮽ǍJB膾扉", + "localhostProfile": "419" } }, "imagePullSecrets": [ { - "name": "423" + "name": "420" } ], - "hostname": "424", - "subdomain": "425", + "hostname": "421", + "subdomain": "422", "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { @@ -1330,19 +1334,19 @@ { "matchExpressions": [ { - "key": "426", - "operator": "'o儿Ƭ銭u裡_", + "key": "423", + "operator": " u怞荊ù灹8緔Tj§E蓋Cȗä", "values": [ - "427" + "424" ] } ], "matchFields": [ { - "key": "428", - "operator": "L唞鹚蝉茲ʛ饊ɣKIJWĶʗ{裦i", + "key": "425", + "operator": "愉BʟƮƙ", "values": [ - "429" + "426" ] } ] @@ -1351,23 +1355,23 @@ }, "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -1896690864, + "weight": -1699090088, "preference": { "matchExpressions": [ { - "key": "430", - "operator": "砘Cș栣险¹贮獘薟8Mĕ霉}閜LI", + "key": "427", + "operator": "普闎Ť萃Q+駟à稨氙", "values": [ - "431" + "428" ] } ], "matchFields": [ { - "key": "432", - "operator": "", + "key": "429", + "operator": "血x柱栦阫Ƈʥ椹ý飝ȕ笧L", "values": [ - "433" + "430" ] } ] @@ -1380,30 +1384,30 @@ { "labelSelector": { "matchLabels": { - "Z___._6..tf-_u-3-_n0..p": "S.K" + "0l4-vo5bypq.5---f31-0-2t3z-w5h/Z9p_6.C.-e16-O_.Q-U-_s-mtA.W5_-5_.V1-rU.___06.eqk5E_-4-.XH-.k7": "2" }, "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": "e-_o_2.--4Z7__i1T.miw_7a_...8-_0__5HG2_5XOAX.gUqV22-4-y5", + "operator": "DoesNotExist" } ] }, "namespaces": [ - "440" + "437" ], - "topologyKey": "441", + "topologyKey": "438", "namespaceSelector": { "matchLabels": { - "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": "2_I-_P..w-W_-nE...-__--.k47M7y-Dy__3wc.7" + "Y.39g_.--_-_ve5.m_U": "mXZ-3" }, "matchExpressions": [ { - "key": "L._.-_L-__bf_9_-C-PfNx__-U_.Pn-W23W", - "operator": "Exists" + "key": "p-a7-2--o--u0038mp9c10-k-r---3g7nz4-------385h-6.6qr-7----rgvf3q-z-5z80n--t5--9-4-d2-22--i--401/2-n_5023Xl-3Pw_-r75--_-A-o-_y", + "operator": "In", + "values": [ + "Z-nE...-__--.4" + ] } ] } @@ -1411,34 +1415,37 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -1250715930, + "weight": 450920824, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "8-7AlR__8-7_-YD-Q9_-_1": "YNFu7Pg-.814e-_07-ht-E6___-X__H.-39-A_-_l67Q.-_t--O.37" + "0k5-7-a0w-ke5p-33lt-9--2-k-27-4r4-d-9a42-2y20--s-7l6e--s-9/5-.emV__1-wv3UDf.-4D-r.-F__r.oh..2_uGGP..-_N_h_4Hl-X0_2--__4K.a": "A_-_l67Q.-_t--O.3L.z2-y.-...CC" }, "matchExpressions": [ { - "key": "oe7-7973b--7-n-34-h/C4_-_2G0.-c_C.G.hu", + "key": "d-m._fN._k8__._ep21", "operator": "In", "values": [ - "qu.._.105-4_ed-0-iz" + "5_--u.._.105-4_ed-0-i_zZsYo" ] } ] }, "namespaces": [ - "454" + "451" ], - "topologyKey": "455", + "topologyKey": "452", "namespaceSelector": { "matchLabels": { - "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" + "8d5ez1----b69x98--7g0e6-x5-7-a6434---7i-f-d019v.g9f82k8-2-d--n--r8661--3-8-tc/TB-d--Q5._D60": "F.-0-...WE.-_tdE" }, "matchExpressions": [ { - "key": "v.-_.4dwFbuvEf55Y2k.F-F..3m6.._2v89U--8.3N_.1", - "operator": "DoesNotExist" + "key": "t1n13sx82-cx-4q/0_TM_p6lM.Y-nd_.b_-gL_1..5a-1-CdM._bk81S3.T", + "operator": "NotIn", + "values": [ + "2-__3uM77U7._pT-___-_5-6h_K7" + ] } ] } @@ -1451,30 +1458,33 @@ { "labelSelector": { "matchLabels": { - "2.u2-__3uM77U7._pT-___-_5-6h_Ky7-_0Vw-Nzfdw.w": "QCJ4a1._-_CH--.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133eT2" + "q": "zfdw.3-._CJ4a1._-_CH-6" }, "matchExpressions": [ { - "key": "wc89k-0-57z4063---k1b6x91-0f-w8l--7c17j.n78aou-jf35-k7cr-mo-dz12----8q--n260pvo8-8---ln-9ei-vi9g-dn--q/4...rBQ.9-_.m7-Q____vSW_4-___-_--x", - "operator": "NotIn", + "key": "nJ_-fk3-_j.133eT_2_t_IkI-mt4...rBQ.9-_.m7-Q____vSW_4-__h", + "operator": "In", "values": [ - "81_---l_3_-_G-D....js--a---..6bD_M--c.0Q-2" + "m_-Z.wc..k_0_5.z.0..__D-1b.-9.Y0-_-.l__.c17__f_-336-.B_1" ] } ] }, "namespaces": [ - "468" + "465" ], - "topologyKey": "469", + "topologyKey": "466", "namespaceSelector": { "matchLabels": { - "4-tf---7r88-1--p61cd--s-nu5718--lks7d-x99/8-.4t.U.VU__-_BAB_35H__.B_6_-U..u8gwb.-R6_Q": "ai.D7-_5" + "o9-ak9-5--y-4-03ls-86-u2i7-6-q-----f-b-3-----7--6-7-wf.c50-de2qh2-b-6--13lk5-e4-u-5kvp-----887j72qz6-7d84-1f396h82a/n.60--o._H": "gwb.-R6_pQ_mgi.U.-e7z-t0-pQ-.-.g-_Z_-nSLq" }, "matchExpressions": [ { - "key": "le-to9e--a-7je9fz87-2jvd23-0p9j1t36--a4bl-gq38v7--a2o5.o-4k0267h5/m06jVZ-uP.t_.O937u-h---dY7_M_-._M5..-N_H_55..--E3_2D-1W", - "operator": "DoesNotExist" + "key": "8v---a9j23/9", + "operator": "In", + "values": [ + "y__y.9O.L-.m.3h" + ] } ] } @@ -1482,34 +1492,34 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1093414706, + "weight": -2090647419, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "75-.._r6M__4-P-g3Jt6e9G.-84": "W-.auZTcwJ._KVpx_0-.mJe__.B-cd2_84-M-_-U...s._K9-.AJ-_8-W" + "N-._M5..-N_H_55..--E3_2D-1DW_o": "k._kzB7U_.Q.45cy-.._-__-Zvt.L6" }, "matchExpressions": [ { - "key": "3---49t7/87B_1BKi-5y-9-kE-4.._c_____gNM-.T-..--44-Bb1.R_.225.5D1.--8", - "operator": "DoesNotExist" + "key": "3m-8vuo17qre-33-5-u8f0f1qv--i72-x3---v255/GT._.Y4-0.67hP-lX-_-..5-.._r6M__4P", + "operator": "In", + "values": [ + "6x-_-o_6O_If-5_-_._F-09z024" + ] } ] }, "namespaces": [ - "482" + "479" ], - "topologyKey": "483", + "topologyKey": "480", "namespaceSelector": { "matchLabels": { - "a-C3-._-l__KSvV-8-L__C_60-__.19_-gYY._..P": "whQ7be__-.-g5" + "23---49tw-2j.7-e10-f-o-fr-5-3t--y9---5/G0.87B_1BKi-5y-9-kE-4.._c_____gNM-.T-..--44-Bb1.R_.225.5D1.-a": "ql__KSvV-8-L__C_60-__.19_-gYY._..fP-h" }, "matchExpressions": [ { - "key": "P__n.__16ee.-.66hcB.rTt7bm9I.-..q-F-.__c.k7__f--_br..0", - "operator": "In", - "values": [ - "h_qD-J_.84.-0-.6---Q.__y64L.0-.c-tm..__---r__._-.DLo" - ] + "key": "ctyxc-1-x9-i9wegl8ppv90-u---2-w-bn54kh-9/77q___n.__16ee.-.66c", + "operator": "Exists" } ] } @@ -1518,67 +1528,64 @@ ] } }, - "schedulerName": "490", + "schedulerName": "487", "tolerations": [ { - "key": "491", - "operator": "ʇɆȏ+\u0026ɃB沅零", - "value": "492", - "effect": "=Ĉ鳟/d\u0026蒡榤Ⱦ盜ŭ飼", - "tolerationSeconds": 5710269275969351972 + "key": "488", + "operator": "珢\\%傢z¦Ā竚ĐȌƨǴ", + "value": "489", + "effect": "Ƀ咇8夎純Ǐnn坾", + "tolerationSeconds": 7246782235209217945 } ], "hostAliases": [ { - "ip": "493", + "ip": "490", "hostnames": [ - "494" + "491" ] } ], - "priorityClassName": "495", - "priority": 171558604, + "priorityClassName": "492", + "priority": 516555648, "dnsConfig": { "nameservers": [ - "496" + "493" ], "searches": [ - "497" + "494" ], "options": [ { - "name": "498", - "value": "499" + "name": "495", + "value": "496" } ] }, "readinessGates": [ { - "conditionType": "鳢.ǀŭ瘢颦z疵悡nȩ純z邜排A" + "conditionType": "ɺ" } ], - "runtimeClassName": "500", + "runtimeClassName": "497", "enableServiceLinks": true, - "preemptionPolicy": "{De½t;Äƾ", + "preemptionPolicy": "牯雫íȣƎǗ啕倽|銜Ʌ0斃搡Cʼn嘡", "overhead": { - "3§T旦y6辱Ŵ鎥": "789" + "Ɇȏ+\u0026ɃB沅零șPî壣V礆á¤": "650" }, "topologySpreadConstraints": [ { - "maxSkew": 1725443144, - "topologyKey": "501", - "whenUnsatisfiable": "ƫƍƙơ卍睊Pǎ玒", + "maxSkew": -1190434752, + "topologyKey": "498", + "whenUnsatisfiable": "ŭ飼蒱鄆", "labelSelector": { "matchLabels": { - "1h9-z8-35x38iq/V_-q-L34-_D86-Wg": "51_n4a-n.Q_-.__A9-4l_m.A.Zi___Y__YDuzh9N6-...2_.Qa" + "i86t27w417-7-lyzeqr/G.i-F_.TJ.-V6K_.3_58t": "lSKp.Iw2__V3T68.W7De.._g" }, "matchExpressions": [ { - "key": "086----3-893097-0zy976-0--q-90fo4gk.3f--5nwy-m0---063-r-z-n1l3j-4175-x-0---9/s", - "operator": "In", - "values": [ - "79_j570n__.-7_I8.--4-___..1N" - ] + "key": "m2-8-i--------uzh9-6o0972-3-4.d50v-k47/z._3.x.8iSq-r_5--..dc3doP_.l-3", + "operator": "Exists" } ] } @@ -1587,8 +1594,8 @@ "setHostnameAsFQDN": true } }, - "ttlSecondsAfterFinished": -654972141, - "completionMode": "]ɬ朞ɄƶÁ1!ƜaǓÜ覚镉嵸ɫò", + "ttlSecondsAfterFinished": 1600150514, + "completionMode": "ıȦjJ綒鷈颿懽]轸", "suspend": false } } 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 3c14121b4de0105998f4c747a26cf7df6949bd11..3dc356c2b58d44d1f989f21027ce96062dee398b 100644 GIT binary patch delta 5738 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 delta 5827 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,趐V曡88 ' + - "494" + dnsPolicy: ŶJ詢QǾɁ鍻G鯇ɀ魒Ð扬= enableServiceLinks: true ephemeralContainers: - args: - - "341" + - "336" command: - - "340" + - "335" env: - - name: "348" - value: "349" + - name: "343" + value: "344" valueFrom: configMapKeyRef: - key: "355" - name: "354" + key: "350" + name: "349" optional: true fieldRef: - apiVersion: "350" - fieldPath: "351" + apiVersion: "345" + fieldPath: "346" resourceFieldRef: - containerName: "352" - divisor: "522" - resource: "353" + containerName: "347" + divisor: "343" + resource: "348" secretKeyRef: - key: "357" - name: "356" - optional: true + key: "352" + name: "351" + optional: false envFrom: - configMapRef: - name: "346" - optional: false - prefix: "345" - secretRef: - name: "347" + name: "341" optional: true - image: "339" - imagePullPolicy: ĖRh}颉hȱɷȰW瀤oɢ嫎¸殚篎 + prefix: "340" + secretRef: + name: "342" + optional: true + image: "334" + imagePullPolicy: ɴĶ烷Ľthp像-觗裓6Ř lifecycle: postStart: exec: command: - - "385" + - "380" httpGet: - host: "388" + host: "383" httpHeaders: - - name: "389" - value: "390" - path: "386" - port: "387" - scheme: ǹʅŚO虀^背 + - name: "384" + value: "385" + path: "381" + port: "382" + scheme: '''蠨磼O_h盌3+Œ9两@8' tcpSocket: - host: "391" - port: -1442230895 + host: "386" + port: -130408357 preStop: exec: command: - - "392" + - "387" httpGet: - host: "394" + host: "390" httpHeaders: - - name: "395" - value: "396" - path: "393" - port: 1468940509 - scheme: 像-觗裓6Ř + - name: "391" + value: "392" + path: "388" + port: "389" + scheme: ŒGm¨z鋎靀G tcpSocket: - host: "397" - port: 1762917570 + host: "394" + port: "393" livenessProbe: exec: command: - - "364" - failureThreshold: 178262944 + - "359" + failureThreshold: 1447996588 httpGet: - host: "367" + host: "361" httpHeaders: - - name: "368" - value: "369" - path: "365" - port: "366" - scheme: ¥ - initialDelaySeconds: 1045190247 - periodSeconds: -651405950 - successThreshold: 1903147240 + - name: "362" + value: "363" + path: "360" + port: 892837330 + scheme: 気Ƀ秮ò + initialDelaySeconds: -1649234654 + periodSeconds: 541943046 + successThreshold: 1502194981 tcpSocket: - host: "371" - port: "370" - terminationGracePeriodSeconds: 7591592723235237403 - timeoutSeconds: 1805682547 - name: "338" + host: "365" + port: "364" + terminationGracePeriodSeconds: -3565639689247870986 + timeoutSeconds: -263708518 + name: "333" ports: - - containerPort: -253063948 - hostIP: "344" - hostPort: 488431979 - name: "343" - protocol: 橱9ij\Ď愝Ű藛b磾s + - containerPort: -329321819 + hostIP: "339" + hostPort: -1069764899 + name: "338" + protocol: ż鯀1 readinessProbe: exec: command: - - "372" - failureThreshold: 240154501 + - "366" + failureThreshold: 1262500808 + httpGet: + host: "369" + httpHeaders: + - name: "370" + value: "371" + path: "367" + port: "368" + scheme: h`職铳s44矕Ƈ + initialDelaySeconds: 168484477 + periodSeconds: -1001034710 + successThreshold: 467693083 + tcpSocket: + host: "372" + port: 1592612939 + terminationGracePeriodSeconds: -867246751039954454 + timeoutSeconds: 1022152027 + resources: + limits: + q櫞繡: "121" + requests: + 肄$鬬: "915" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 5Ų買霎ȃň[>ą S + drop: + - d'呪 + privileged: false + procMount: "" + readOnlyRootFilesystem: false + runAsGroup: -8583816881639870831 + runAsNonRoot: false + runAsUser: -4328915352766545090 + seLinuxOptions: + level: "399" + role: "397" + type: "398" + user: "396" + seccompProfile: + localhostProfile: "403" + type: ǻG喾@潷ƹ8ï驿 + windowsOptions: + gmsaCredentialSpec: "401" + gmsaCredentialSpecName: "400" + hostProcess: false + runAsUserName: "402" + startupProbe: + exec: + command: + - "373" + failureThreshold: -1349160121 httpGet: host: "375" httpHeaders: - name: "376" value: "377" - path: "373" - port: "374" - scheme: 昧牱fsǕT衩kƒK0 - initialDelaySeconds: 22814565 - periodSeconds: -96528156 - successThreshold: -2043135662 + path: "374" + port: -1452767599 + scheme: ' 瞍髃#ɣȕ' + initialDelaySeconds: -1014296961 + periodSeconds: -603097910 + successThreshold: 1776174141 tcpSocket: - host: "378" - port: -629974246 - terminationGracePeriodSeconds: -1988677584282886128 - timeoutSeconds: -89787189 - resources: - limits: - ƺL肄$鬬$矐_敕ű嵞嬯: "84" - requests: - 姰l咑耖p^鏋蛹Ƚȿ: "232" - securityContext: - allowPrivilegeEscalation: false - capabilities: - add: - - 8[y#t(ȗŜŲ - drop: - - 洪 - privileged: true - procMount: ǾɁ鍻G鯇ɀ魒Ð扬=惍E - readOnlyRootFilesystem: false - runAsGroup: -2958928304063527963 - runAsNonRoot: false - runAsUser: 4233308148542782456 - seLinuxOptions: - level: "402" - role: "400" - type: "401" - user: "399" - seccompProfile: - localhostProfile: "406" - type: ŊĊ娮rȧŹ黷 - windowsOptions: - gmsaCredentialSpec: "404" - gmsaCredentialSpecName: "403" - hostProcess: false - runAsUserName: "405" - startupProbe: - exec: - command: - - "379" - failureThreshold: -548803057 - httpGet: - host: "381" - httpHeaders: - - name: "382" - value: "383" - path: "380" - port: 1885676566 - scheme: O_h盌3+Œ9两@8Byß讪Ă2 - initialDelaySeconds: -372626292 - periodSeconds: 1019901190 - successThreshold: -1625381496 - tcpSocket: - host: "384" - port: -281926929 - terminationGracePeriodSeconds: -8201340979270163756 - timeoutSeconds: 2018111855 - targetContainerName: "407" - terminationMessagePath: "398" - terminationMessagePolicy: Ų買霎ȃň[>ą + host: "379" + port: "378" + terminationGracePeriodSeconds: -3183357344394757806 + timeoutSeconds: 1708011112 + stdin: true + stdinOnce: true + targetContainerName: "404" + terminationMessagePath: "395" + terminationMessagePolicy: W#ļǹʅŚO虀^ tty: true volumeDevices: - - devicePath: "363" - name: "362" + - devicePath: "358" + name: "357" volumeMounts: - - mountPath: "359" - mountPropagation: ƬɸĻo:{柯?B俋¬h`職 - name: "358" + - mountPath: "354" + mountPropagation: 羶剹ƊF豎穜姰l咑耖 + name: "353" readOnly: true - subPath: "360" - subPathExpr: "361" - workingDir: "342" + subPath: "355" + subPathExpr: "356" + workingDir: "337" hostAliases: - hostnames: - - "494" - ip: "493" + - "491" + ip: "490" + hostNetwork: true hostPID: true - hostname: "424" + hostname: "421" imagePullSecrets: - - name: "423" + - name: "420" initContainers: - args: - - "199" + - "202" command: - - "198" + - "201" env: - - name: "206" - value: "207" + - name: "209" + value: "210" valueFrom: configMapKeyRef: - key: "213" - name: "212" + key: "216" + name: "215" optional: true fieldRef: - apiVersion: "208" - fieldPath: "209" + apiVersion: "211" + fieldPath: "212" resourceFieldRef: - containerName: "210" - divisor: "729" - resource: "211" + containerName: "213" + divisor: "241" + resource: "214" secretKeyRef: - key: "215" - name: "214" + key: "218" + name: "217" optional: false envFrom: - configMapRef: - name: "204" + name: "207" optional: false - prefix: "203" + prefix: "206" secretRef: - name: "205" + name: "208" optional: false - image: "197" - imagePullPolicy: ')酊龨δ摖ȱğ_<ǬëJ橈''琕鶫:' + image: "200" + imagePullPolicy: ÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ鍏 lifecycle: postStart: exec: command: - "244" httpGet: - host: "247" + host: "246" httpHeaders: - - name: "248" - value: "249" + - name: "247" + value: "248" path: "245" - port: "246" - scheme: 队偯J僳徥淳4揻 + port: 1746399757 + scheme: V訆Ǝżŧ tcpSocket: - host: "250" - port: 878005329 + host: "249" + port: 204229950 preStop: exec: command: - - "251" + - "250" httpGet: - host: "254" + host: "253" httpHeaders: - - name: "255" - value: "256" - path: "252" - port: "253" - scheme: Œɥ颶妧Ö闊 鰔澝qV訆Ǝ + - name: "254" + value: "255" + path: "251" + port: "252" + scheme: ɣľ)酊龨δ摖ȱğ_<ǬëJ橈 tcpSocket: host: "257" - port: 509813083 + port: "256" livenessProbe: exec: command: - - "222" - failureThreshold: 183376425 + - "225" + failureThreshold: -1784617397 httpGet: - host: "225" + host: "227" httpHeaders: - - name: "226" - value: "227" - path: "223" - port: "224" - scheme: 咡W - initialDelaySeconds: 1674961434 - periodSeconds: 44509253 - successThreshold: -1661575965 + - name: "228" + value: "229" + path: "226" + port: -1225815437 + scheme: 荭gw忊|E + initialDelaySeconds: 1004325340 + periodSeconds: 14304392 + successThreshold: 465972736 tcpSocket: - host: "228" - port: 888935190 - terminationGracePeriodSeconds: 439010468654957223 - timeoutSeconds: -553100686 - name: "196" + host: "230" + port: -438588982 + terminationGracePeriodSeconds: 8340498462419356921 + timeoutSeconds: -1313320434 + name: "199" ports: - - containerPort: -955773237 - hostIP: "202" - hostPort: -589000495 - name: "201" - protocol: g鄠[颐o啛更偢ɇ卷荙JLĹ]佱¿ + - containerPort: 1791615594 + hostIP: "205" + hostPort: -805795167 + name: "204" + protocol: Ƥ熪军g>郵[+扴 readinessProbe: exec: command: - - "229" - failureThreshold: 617318981 + - "231" + failureThreshold: 704287801 httpGet: - host: "231" + host: "233" httpHeaders: - - name: "232" - value: "233" - path: "230" - port: -2133054549 - scheme: 遰=E - initialDelaySeconds: -1462219068 - periodSeconds: 1714588921 - successThreshold: -1246371817 + - name: "234" + value: "235" + path: "232" + port: 627670321 + initialDelaySeconds: -1666819085 + periodSeconds: 1777326813 + successThreshold: -1471289102 tcpSocket: - host: "235" - port: "234" - terminationGracePeriodSeconds: 1856677271350902065 - timeoutSeconds: -370386363 + host: "237" + port: "236" + terminationGracePeriodSeconds: 8549738818875784336 + timeoutSeconds: -282193676 resources: limits: - 輦唊#v铿ʩȂ4ē鐭: "879" + "": "268" requests: - 昕Ĭ: "524" + -Ɂ圯W:ĸ輦唊#v铿ʩȂ4ē鐭#嬀ơ: "340" securityContext: - allowPrivilegeEscalation: false + allowPrivilegeEscalation: true capabilities: add: - - "" + - ²静ƲǦŐnj汰8 drop: - - Ȱ囌{屿oiɥ嵐sC8?Ǻ鱎ƙ; - privileged: false - procMount: 録²Ŏ)/灩聋3趐囨鏻砅邻爥 + - İ + privileged: true + procMount: ±p鋄5弢ȹ均i绝5哇芆 readOnlyRootFilesystem: true - runAsGroup: 802922970712269023 - runAsNonRoot: true - runAsUser: -7747494447986851160 + runAsGroup: 5903342706635131481 + runAsNonRoot: false + runAsUser: -1311522118950739815 seLinuxOptions: level: "262" role: "260" @@ -734,108 +739,104 @@ template: user: "259" seccompProfile: localhostProfile: "266" - type: ŧOǨ繫ʎǑyZ涬P­蜷ɔ幩šeS + type: ì windowsOptions: gmsaCredentialSpec: "264" gmsaCredentialSpecName: "263" - hostProcess: false + hostProcess: true runAsUserName: "265" startupProbe: exec: command: - - "236" - failureThreshold: -2146674095 + - "238" + failureThreshold: -367153801 httpGet: - host: "239" + host: "240" httpHeaders: - - name: "240" - value: "241" - path: "237" - port: "238" - scheme: ŕ翑0展} - initialDelaySeconds: -1778952574 - periodSeconds: -778272981 - successThreshold: 2056774277 + - name: "241" + value: "242" + path: "239" + port: -518330919 + scheme: NKƙ順\E¦队偯J僳徥淳4揻-$ + initialDelaySeconds: 348370746 + periodSeconds: 1909548849 + successThreshold: 1492642476 tcpSocket: host: "243" - port: "242" - terminationGracePeriodSeconds: -1117820874616112287 - timeoutSeconds: 1386255869 - stdin: true + port: 1235694147 + terminationGracePeriodSeconds: 8194791334069427324 + timeoutSeconds: 468369166 terminationMessagePath: "258" - terminationMessagePolicy: ²sNƗ¸g - tty: true + terminationMessagePolicy: 鶫:顇ə娯Ȱ囌{屿oiɥ嵐sC volumeDevices: - - devicePath: "221" - name: "220" + - devicePath: "224" + name: "223" volumeMounts: - - mountPath: "217" - mountPropagation: ' 苧yñKJɐ' - name: "216" - subPath: "218" - subPathExpr: "219" - workingDir: "200" - nodeName: "412" + - mountPath: "220" + mountPropagation: 藢xɮĵȑ6L*Z鐫û咡W< + name: "219" + subPath: "221" + subPathExpr: "222" + workingDir: "203" + nodeName: "409" nodeSelector: - "408": "409" + "405": "406" overhead: - 3§T旦y6辱Ŵ鎥: "789" - preemptionPolicy: '{De½t;Äƾ' - priority: 171558604 - priorityClassName: "495" + Ɇȏ+&ɃB沅零șPî壣V礆á¤: "650" + preemptionPolicy: 牯雫íȣƎǗ啕倽|銜Ʌ0斃搡Cʼn嘡 + priority: 516555648 + priorityClassName: "492" readinessGates: - - conditionType: 鳢.ǀŭ瘢颦z疵悡nȩ純z邜排A - restartPolicy: ;Ƭ婦d%蹶/ʗp壥Ƥ - runtimeClassName: "500" - schedulerName: "490" + - conditionType: ɺ + restartPolicy: rƈa餖Ľ + runtimeClassName: "497" + schedulerName: "487" securityContext: - fsGroup: -2019276087967685705 - fsGroupChangePolicy: 2 ɲ±m嵘厶sȰÖ埡ÆɰŞ - runAsGroup: -8157642381087094542 - runAsNonRoot: true - runAsUser: -5785208110583552190 + fsGroup: 6541871045343732877 + fsGroupChangePolicy: d%蹶/ʗp壥 + runAsGroup: -6754946370765710682 + runAsNonRoot: false + runAsUser: -2841141127223294729 seLinuxOptions: - level: "416" - role: "414" - type: "415" - user: "413" + level: "413" + role: "411" + type: "412" + user: "410" seccompProfile: - localhostProfile: "422" - type: 樞úʥ銀ƨ + localhostProfile: "419" + type: 揤郡ɑ鮽ǍJB膾扉 supplementalGroups: - - -6356503130840432651 + - -1612979559790338418 sysctls: - - name: "420" - value: "421" + - name: "417" + value: "418" windowsOptions: - gmsaCredentialSpec: "418" - gmsaCredentialSpecName: "417" - hostProcess: true - runAsUserName: "419" - serviceAccount: "411" - serviceAccountName: "410" + gmsaCredentialSpec: "415" + gmsaCredentialSpecName: "414" + hostProcess: false + runAsUserName: "416" + serviceAccount: "408" + serviceAccountName: "407" setHostnameAsFQDN: true shareProcessNamespace: false - subdomain: "425" - terminationGracePeriodSeconds: -6472827475835479775 + subdomain: "422" + terminationGracePeriodSeconds: -3501425899000054955 tolerations: - - effect: =Ĉ鳟/d&蒡榤Ⱦ盜ŭ飼 - key: "491" - operator: ʇɆȏ+&ɃB沅零 - tolerationSeconds: 5710269275969351972 - value: "492" + - effect: Ƀ咇8夎純Ǐnn坾 + key: "488" + operator: 珢\%傢z¦Ā竚ĐȌƨǴ + tolerationSeconds: 7246782235209217945 + value: "489" topologySpreadConstraints: - labelSelector: matchExpressions: - - key: 086----3-893097-0zy976-0--q-90fo4gk.3f--5nwy-m0---063-r-z-n1l3j-4175-x-0---9/s - operator: In - values: - - 79_j570n__.-7_I8.--4-___..1N + - key: m2-8-i--------uzh9-6o0972-3-4.d50v-k47/z._3.x.8iSq-r_5--..dc3doP_.l-3 + operator: Exists matchLabels: - 1h9-z8-35x38iq/V_-q-L34-_D86-Wg: 51_n4a-n.Q_-.__A9-4l_m.A.Zi___Y__YDuzh9N6-...2_.Qa - maxSkew: 1725443144 - topologyKey: "501" - whenUnsatisfiable: ƫƍƙơ卍睊Pǎ玒 + i86t27w417-7-lyzeqr/G.i-F_.TJ.-V6K_.3_58t: lSKp.Iw2__V3T68.W7De.._g + maxSkew: -1190434752 + topologyKey: "498" + whenUnsatisfiable: ŭ飼蒱鄆 volumes: - awsElasticBlockStore: fsType: "67" @@ -936,6 +937,10 @@ template: apiGroup: "193" kind: "194" name: "195" + dataSourceRef: + apiGroup: "196" + kind: "197" + name: "198" resources: limits: ?$矡ȶ网棊ʢ: "891" @@ -1090,4 +1095,4 @@ template: storagePolicyID: "124" storagePolicyName: "123" volumePath: "121" - ttlSecondsAfterFinished: -654972141 + ttlSecondsAfterFinished: 1600150514 diff --git a/staging/src/k8s.io/api/testdata/HEAD/core.v1.PersistentVolumeClaim.json b/staging/src/k8s.io/api/testdata/HEAD/core.v1.PersistentVolumeClaim.json index 50bd0460992..1251e93c569 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/core.v1.PersistentVolumeClaim.json +++ b/staging/src/k8s.io/api/testdata/HEAD/core.v1.PersistentVolumeClaim.json @@ -71,24 +71,29 @@ "apiGroup": "28", "kind": "29", "name": "30" + }, + "dataSourceRef": { + "apiGroup": "31", + "kind": "32", + "name": "33" } }, "status": { - "phase": "燴壩卄蓨MĮ?", + "phase": "gɸ=ǤÆ碛,1ZƜ/C龷Ȫ", "accessModes": [ - "ĭÐl恕ɍȇ廄裭4懙" + "l殛瓷雼浢Ü礽" ], "capacity": { - "嵒ƫS捕ɷD¡轫n": "583" + "{囥": "721" }, "conditions": [ { - "type": "Ü郀", - "status": "ƣKʘńw:5塋", - "lastProbeTime": "2588-10-04T08:20:38Z", - "lastTransitionTime": "2095-10-31T02:52:44Z", - "reason": "31", - "message": "32" + "type": "n(鲼ƳÐƣKʘńw:5塋訩塶\"=", + "status": "Ka縳讋ɮ衺勽Ƙq", + "lastProbeTime": "2343-07-10T15:32:16Z", + "lastTransitionTime": "2944-07-13T11:02:13Z", + "reason": "34", + "message": "35" } ] } diff --git a/staging/src/k8s.io/api/testdata/HEAD/core.v1.PersistentVolumeClaim.pb b/staging/src/k8s.io/api/testdata/HEAD/core.v1.PersistentVolumeClaim.pb index c73d155ea4595fcaf84edea25a1f2f8909afe601..de69094f13d448cb3d3c61a6d5b1a61f91803f78 100644 GIT binary patch delta 183 zcmV;o07(De1cC*SA_3ZwBf0{O0+HYUe?klj0y8lZ0y8oi0y8rjj{yo7XUVud$E3rC z=c1b|F6^UfwW7nE=cK(F4GIK%<(s7v1quT9V}Wv%`?aqf5$|#e{b{HRYj;=%}gXp|&DD5)(^d=eV=zu8Ya8=%KphC5yer lm~k2i2!N2t^eYemA_xez;-$!P5CAFyGc+;+Gc_6jA^_>eP+0%~ delta 148 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 Q4l9BgSt%+YB)}B#FH5P*Q2+n{ 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 54076304e25..5b24fe836b5 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 @@ -31,154 +31,159 @@ metadata: selfLink: "5" uid: "7" spec: - activeDeadlineSeconds: 4288903380102217677 + activeDeadlineSeconds: -1027633754006304958 affinity: nodeAffinity: preferredDuringSchedulingIgnoredDuringExecution: - preference: matchExpressions: - - key: "389" - operator: 若`l} + - key: "388" + operator: 劄奼[ƕƑĝ®E values: - - "390" + - "389" matchFields: - - key: "391" - operator: "" + - key: "390" + operator: Ɠ宆!鍲ɋȑoG鄧 values: - - "392" - weight: -684167223 + - "391" + weight: 1624098740 requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - - key: "385" - operator: ȲǸ|蕎'佉賞ǧĒzŔ + - key: "384" + operator: Ƽ¨Ix糂腂ǂ values: - - "386" + - "385" matchFields: - - key: "387" - operator: fŭƽ眝{ + - key: "386" + operator: zĮ蛋I滞廬耐鷞焬CQ values: - - "388" + - "387" podAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - - 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 + - key: 3--51 + operator: NotIn + values: + - C.-e16-O5 matchLabels: - 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 + y_-3_L_2--_v2.5p_6: u.wg_-b8a_6_.0Q4_.84.K_-_0_..u.F.pq..--3QC1--L--v_Z--Zg-_Q namespaceSelector: matchExpressions: - - key: 34-5-yqu20-9105g4-edj0fh/8C4_-_2G0.-c_C.G.h--m._fN._k8__._p + - key: 8mtxb__-ex-_1_-ODgC_1-_8__3 operator: DoesNotExist matchLabels: - 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 + 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: - - "413" - topologyKey: "414" - weight: 1357609391 + - "412" + topologyKey: "413" + weight: -688929182 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: 8609a-e0--1----v8-2/ck..1Q7._l.._Q.6.I--2_9.v.--_.--4QQ.-s.H.Hu-k-_-0-T1mel--F2 + - key: 1-_I-A-_3bz._8M0U1_-__.71-_-9_._X-D---k..1Q7._l..Q operator: DoesNotExist matchLabels: - x9-35o-1-5w5z3-d----0p---s-9----747o-3.jr-927--m6-k8-c2---2etfh41ca-z-5g2wco28---6/Dup.2L_s-o779._-k-5___-Qq..csh-3--ZT: 6_31-_I-A-_3bz._8M0U1_-__.71-_-9_._XD + K_A-_9_Z_C..7o_x3..-.8-Jp-94: Tm.__G-8...__.Q_c8.G.b_9_18 namespaceSelector: matchExpressions: - - key: C0-.-m_0-m-6Sp_N-S..O-BZ..6-1.S-B3_.b17ca-p - operator: In + - key: 0R_.Z__Lv8_.O_..8n.--z_-..6W.VKs + operator: NotIn values: - - 3-3--5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ_K + - 6E__-.8_e_l2.._8s--7_3x_-J_.....7..--w0_1V7 matchLabels: - 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 + 4sE4: B.__65m8_1-1.9_.-.Ms7_t.P_3..H..k9M6 namespaces: - - "399" - topologyKey: "400" + - "398" + topologyKey: "399" podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - - key: 3.js--a---..6bD_M--c.0Q--2qh.Eb_.__1.-5 + - key: b6---9-d-6s83--r-vk58-7e74-ddq-al.8-0m2/48-S9_-4CwMqp..__X operator: Exists 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 + 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: Q_mgi.U.-e7z-t0-pQ-.-.g-_Z_-nSL.--4i - operator: Exists + - key: vi.Z + operator: NotIn + values: + - 03l-_86_u2-7_._qN__A_f_-B3_U__L.H matchLabels: - E35H__.B_E: U..u8gwbk + 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: - - "441" - topologyKey: "442" - weight: 339079271 + - "440" + topologyKey: "441" + weight: -616061040 requiredDuringSchedulingIgnoredDuringExecution: - labelSelector: matchExpressions: - - key: v.-_.4dwFbuvEf55Y2k.F-F..3m6.._2v89U--8.3N_.1 - 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 matchLabels: - 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 + 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: y72r--49u-0m7uu/x_qv4--_.6_N_9X-B.s8.N_rM-k5.C.7 + - key: P6j.u--.K--g__..b operator: DoesNotExist matchLabels: - "8": 7--.2cg.MGbG-_-8Qi..9-4.2K_FQ.E--__K-h_-0-T-_Lq-.5-s_-_5_DR + ? 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: - - "427" - topologyKey: "428" + - "426" + topologyKey: "427" automountServiceAccountToken: false containers: - args: - - "228" + - "229" command: - - "227" + - "228" env: - - name: "235" - value: "236" + - name: "236" + value: "237" valueFrom: configMapKeyRef: - key: "242" - name: "241" - optional: true + key: "243" + name: "242" + optional: false fieldRef: - apiVersion: "237" - fieldPath: "238" + apiVersion: "238" + fieldPath: "239" resourceFieldRef: - containerName: "239" - divisor: "478" - resource: "240" + containerName: "240" + divisor: "421" + resource: "241" secretKeyRef: - key: "244" - name: "243" + key: "245" + name: "244" optional: false envFrom: - configMapRef: - name: "233" - optional: true - prefix: "232" - secretRef: name: "234" optional: true - image: "226" - imagePullPolicy: ?$矡ȶ网棊ʢ + prefix: "233" + secretRef: + name: "235" + optional: true + image: "227" + imagePullPolicy: 悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\p lifecycle: postStart: exec: command: - - "271" + - "272" httpGet: host: "274" httpHeaders: - name: "275" value: "276" - path: "272" - port: "273" - scheme: 粕擓ƖHVe熼'FD + path: "273" + port: 1422435836 + scheme: ',ǿ飏騀呣ǎfǣ萭旿@掇lNdǂ' tcpSocket: host: "278" port: "277" @@ -187,571 +192,566 @@ spec: command: - "279" httpGet: - host: "281" + host: "282" httpHeaders: - - name: "282" - value: "283" + - name: "283" + value: "284" path: "280" - port: 100356493 - scheme: ƮA攤/ɸɎ R§耶FfB + port: "281" + scheme: Vȟ@7飣奺Ȋ礶惇¸t颟.鵫ǚ灄 tcpSocket: - host: "285" - port: "284" + host: "286" + port: "285" livenessProbe: exec: command: - - "251" - failureThreshold: 1427600698 + - "252" + failureThreshold: 208045354 httpGet: - host: "253" + host: "255" httpHeaders: - - name: "254" - value: "255" - path: "252" - port: 486195690 - scheme: 1Ůđ眊ľǎɳ,ǿ飏騀 - initialDelaySeconds: 474119379 - periodSeconds: -1343558801 - successThreshold: 284401429 + - name: "256" + value: "257" + path: "253" + port: "254" + scheme: '{Ⱦdz@' + initialDelaySeconds: 632397602 + periodSeconds: -730174220 + successThreshold: 433084615 tcpSocket: - host: "256" - port: -490345684 - terminationGracePeriodSeconds: -6576869501326512452 - timeoutSeconds: 1923334396 - name: "225" + host: "258" + port: 406308963 + terminationGracePeriodSeconds: -1159835821828680707 + timeoutSeconds: 2026784878 + name: "226" ports: - - containerPort: 1348377429 - hostIP: "231" - hostPort: 804417065 - name: "230" - protocol: 廷s{Ⱦdz@ùƸʋŀ樺ȃv渟7 + - containerPort: -1941847253 + hostIP: "232" + hostPort: 483512911 + name: "231" + protocol: =6}ɡ readinessProbe: exec: command: - - "257" - failureThreshold: -1180080716 + - "259" + failureThreshold: -820458255 httpGet: - host: "260" + host: "261" httpHeaders: - - name: "261" - value: "262" - path: "258" - port: "259" - scheme: '>5姣>懔%熷谟' - initialDelaySeconds: -1763501586 - periodSeconds: -1675041613 - successThreshold: 963670270 + - name: "262" + value: "263" + path: "260" + port: 576428641 + scheme: ƯĖ漘Z剚敍0)鈼¬麄p呝T + initialDelaySeconds: -1710454086 + periodSeconds: 1285027515 + successThreshold: 111876618 tcpSocket: - host: "263" - port: -1920661051 - terminationGracePeriodSeconds: -6054478692818889553 - timeoutSeconds: -337240309 + host: "264" + port: -1891134534 + terminationGracePeriodSeconds: -4763823273964408583 + timeoutSeconds: 192146389 resources: limits: - 0)鈼¬麄p呝TG;邪匾mɩC[ó瓧嫭: "957" + _瀹鞎sn芞QÄȻȊ+?: "193" requests: - ĨFħ籘Àǒɿʒ: "692" + '@Ȗs«öʮĀ<é瞾': "51" securityContext: - allowPrivilegeEscalation: true + allowPrivilegeEscalation: false capabilities: add: - - Ǖɳɷ9Ì崟¿瘦ɖ緕 + - sĨɆâĺɗŹ倗S晒嶗U drop: - - Í勅跦Opwǩ曬逴褜1ØœȠƬ + - _ƮA攤/ɸɎ R§耶FfBl privileged: true - procMount: 卷 - readOnlyRootFilesystem: true - runAsGroup: 4734307467052060549 + procMount: 娝嘚庎D}埽uʎȺ眖R#yV' + readOnlyRootFilesystem: false + runAsGroup: -7106791338981314910 runAsNonRoot: true - runAsUser: 7864982275050120786 + runAsUser: 3850139838566476547 seLinuxOptions: - level: "290" - role: "288" - type: "289" - user: "287" + level: "291" + role: "289" + type: "290" + user: "288" seccompProfile: - localhostProfile: "294" - type: J + localhostProfile: "295" + type: Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ windowsOptions: - gmsaCredentialSpec: "292" - gmsaCredentialSpecName: "291" - hostProcess: false - runAsUserName: "293" + gmsaCredentialSpec: "293" + gmsaCredentialSpecName: "292" + hostProcess: true + runAsUserName: "294" startupProbe: exec: command: - - "264" - failureThreshold: -406148612 + - "265" + failureThreshold: 105707873 httpGet: - host: "266" + host: "267" httpHeaders: - - name: "267" - value: "268" - path: "265" - port: -1498229293 - scheme: LƐȤ藠3.v-鿧悮坮Ȣ幟ļ腻 - initialDelaySeconds: -1171167638 - periodSeconds: 1179132251 - successThreshold: -2123728714 + - name: "268" + value: "269" + path: "266" + port: -122979840 + scheme: 罁胾^拜Ȍzɟ踡肒Ao/樝fw[Řż丩 + initialDelaySeconds: 2045456786 + periodSeconds: -1537700150 + successThreshold: -1815868713 tcpSocket: - host: "270" - port: "269" - terminationGracePeriodSeconds: 241615716805649441 - timeoutSeconds: -1336170981 + host: "271" + port: "270" + terminationGracePeriodSeconds: -810905585400838367 + timeoutSeconds: 988932710 stdin: true - terminationMessagePath: "286" - terminationMessagePolicy: 3!Zɾģ毋Ó6 + terminationMessagePath: "287" + terminationMessagePolicy: ʤî萨zvt莭 + tty: true volumeDevices: - - devicePath: "250" - name: "249" + - devicePath: "251" + name: "250" volumeMounts: - - mountPath: "246" - mountPropagation: o/樝fw[Řż丩Ž - name: "245" - readOnly: true - subPath: "247" - subPathExpr: "248" - workingDir: "229" + - mountPath: "247" + mountPropagation: £軶ǃ*ʙ嫙&蒒5靇C'ɵK.Q貇 + name: "246" + subPath: "248" + subPathExpr: "249" + workingDir: "230" dnsConfig: nameservers: - - "455" + - "454" options: - - name: "457" - value: "458" + - name: "456" + value: "457" searches: - - "456" - dnsPolicy: 饾| 鞤ɱďW賁Ěɭɪǹ0衷,ƷƣM + - "455" + dnsPolicy: Ȁĵ鴁 enableServiceLinks: false ephemeralContainers: - args: - - "298" + - "299" command: - - "297" + - "298" env: - - name: "305" - value: "306" + - name: "306" + value: "307" valueFrom: configMapKeyRef: - key: "312" - name: "311" + key: "313" + name: "312" optional: true fieldRef: - apiVersion: "307" - fieldPath: "308" + apiVersion: "308" + fieldPath: "309" resourceFieldRef: - containerName: "309" - divisor: "626" - resource: "310" + containerName: "310" + divisor: "730" + resource: "311" secretKeyRef: - key: "314" - name: "313" - optional: true + key: "315" + name: "314" + optional: false envFrom: - configMapRef: - name: "303" - optional: false - prefix: "302" - secretRef: name: "304" optional: true - image: "296" - imagePullPolicy: 囌{屿oiɥ嵐sC + prefix: "303" + secretRef: + name: "305" + optional: false + image: "297" + imagePullPolicy: 哇芆斩ìh4ɊHȖ|ʐşƧ諔迮 lifecycle: postStart: exec: command: - - "342" + - "343" httpGet: - host: "344" + host: "345" httpHeaders: - - name: "345" - value: "346" - path: "343" - port: -2128108224 - scheme: δ摖 + - name: "346" + value: "347" + path: "344" + port: 50696420 + scheme: iǨź'ǵɐ鰥Z龏´DÒȗÔÂɘɢ tcpSocket: host: "348" - port: "347" + port: 802134138 preStop: exec: command: - "349" httpGet: - host: "352" + host: "351" httpHeaders: - - name: "353" - value: "354" + - name: "352" + value: "353" path: "350" - port: "351" + port: -126958936 + scheme: h亏yƕ丆録²Ŏ)/灩聋3趐囨鏻砅邻 tcpSocket: - host: "356" - port: "355" + host: "355" + port: "354" livenessProbe: exec: command: - - "321" - failureThreshold: -2146674095 + - "322" + failureThreshold: -787458357 httpGet: host: "324" httpHeaders: - name: "325" value: "326" - path: "322" - port: "323" - scheme: ŕ翑0展} - initialDelaySeconds: -1778952574 - periodSeconds: -778272981 - successThreshold: 2056774277 + path: "323" + port: 14304392 + scheme: 寳议Ƭƶ氩Ȩ<6鄰簳°Ļǟi&皥贸碔 + initialDelaySeconds: -1296830577 + periodSeconds: 1174240097 + successThreshold: -1928016742 tcpSocket: host: "328" port: "327" - terminationGracePeriodSeconds: -1117820874616112287 - timeoutSeconds: 1386255869 - name: "295" + terminationGracePeriodSeconds: 342609112008782456 + timeoutSeconds: -1314967760 + name: "296" ports: - - containerPort: -1624574056 - hostIP: "301" - hostPort: -743369977 - name: "300" - protocol: 犵殇ŕ-Ɂ圯W:ĸ輦唊# + - containerPort: -805795167 + hostIP: "302" + hostPort: -1643733106 + name: "301" + protocol: 8Ƥ熪军g>郵[+ readinessProbe: exec: command: - "329" - failureThreshold: 2030115750 + failureThreshold: 1907998540 httpGet: host: "331" httpHeaders: - name: "332" value: "333" path: "330" - port: 303592056 - scheme: 獕;跣Hǝcw媀瓄&翜舞拉 - initialDelaySeconds: 2066735093 - periodSeconds: -940334911 - successThreshold: -341287812 + port: -528664199 + scheme: 徥淳4揻-$ɽ丟 + initialDelaySeconds: 468369166 + periodSeconds: 1492642476 + successThreshold: -367153801 tcpSocket: host: "335" port: "334" - terminationGracePeriodSeconds: 7933506142593743951 - timeoutSeconds: -190183379 + terminationGracePeriodSeconds: 8959437085840841638 + timeoutSeconds: 1909548849 resources: limits: - Ÿ8T 苧yñKJɐ扵: "44" + 1虊谇j爻ƙt叀碧闳ȩr嚧ʣq: "431" requests: - û咡W<敄lu|榝$î.Ȏ蝪ʜ5: "723" + ē鐭#嬀ơŸ8T 苧yñKJɐ: "894" securityContext: - allowPrivilegeEscalation: false + allowPrivilegeEscalation: true capabilities: add: - - Ǻ鱎ƙ;Nŕ + - 嘢4ʗN,丽饾| 鞤ɱďW賁 drop: - - Jih亏yƕ丆録² - privileged: false - procMount: 邻爥蹔ŧOǨ繫ʎǑyZ涬P­蜷ɔ幩 + - ɭɪǹ0衷, + privileged: true + procMount: w妕眵笭/9崍h趭(娕 readOnlyRootFilesystem: true - runAsGroup: -4798571027889325171 - runAsNonRoot: true - runAsUser: -5099422937845460309 + runAsGroup: -7146044409185304665 + runAsNonRoot: false + runAsUser: -1119183212148951030 seLinuxOptions: - level: "361" - role: "359" - type: "360" - user: "358" + level: "360" + role: "358" + type: "359" + user: "357" seccompProfile: - localhostProfile: "365" - type: eSvEȤƏ埮pɵ{WOŭW灬p + localhostProfile: "364" + type: E增猍 windowsOptions: - gmsaCredentialSpec: "363" - gmsaCredentialSpecName: "362" + gmsaCredentialSpec: "362" + gmsaCredentialSpecName: "361" hostProcess: true - runAsUserName: "364" + runAsUserName: "363" startupProbe: exec: command: - "336" - failureThreshold: 1328165061 + failureThreshold: -385597677 httpGet: - host: "338" + host: "339" httpHeaders: - - name: "339" - value: "340" + - name: "340" + value: "341" path: "337" - port: -816630929 - initialDelaySeconds: 509813083 - periodSeconds: 204229950 - successThreshold: 237070189 + port: "338" + scheme: M蘇KŅ/»頸+SÄ蚃ɣľ)酊龨δ + initialDelaySeconds: -1971421078 + periodSeconds: -1730959016 + successThreshold: 1272940694 tcpSocket: - host: "341" - port: 1965273344 - terminationGracePeriodSeconds: -2419752030496149068 - timeoutSeconds: -1389984716 - stdinOnce: true - targetContainerName: "366" - terminationMessagePath: "357" - terminationMessagePolicy: ƺ蛜6Ɖ飴ɎiǨź - tty: true + host: "342" + port: 458427807 + terminationGracePeriodSeconds: 1813049096022212391 + timeoutSeconds: 1905181464 + targetContainerName: "365" + terminationMessagePath: "356" + terminationMessagePolicy: ŧOǨ繫ʎǑyZ涬P­蜷ɔ幩šeS volumeDevices: - - devicePath: "320" - name: "319" + - devicePath: "321" + name: "320" volumeMounts: - - mountPath: "316" - mountPropagation: 徶đ寳议Ƭƶ氩Ȩ - name: "315" - subPath: "317" - subPathExpr: "318" - workingDir: "299" + - mountPath: "317" + mountPropagation: û咡W<敄lu|榝$î.Ȏ蝪ʜ5 + name: "316" + subPath: "318" + subPathExpr: "319" + workingDir: "300" hostAliases: - hostnames: - - "453" - ip: "452" - hostIPC: true - hostNetwork: true - hostname: "383" + - "452" + ip: "451" + hostPID: true + hostname: "382" imagePullSecrets: - - name: "382" + - name: "381" initContainers: - args: - - "157" + - "160" command: - - "156" + - "159" env: - - name: "164" - value: "165" + - name: "167" + value: "168" valueFrom: configMapKeyRef: - key: "171" - name: "170" + key: "174" + name: "173" optional: true fieldRef: - apiVersion: "166" - fieldPath: "167" + apiVersion: "169" + fieldPath: "170" resourceFieldRef: - containerName: "168" - divisor: "275" - resource: "169" + containerName: "171" + divisor: "877" + resource: "172" secretKeyRef: - key: "173" - name: "172" + key: "176" + name: "175" optional: false envFrom: - configMapRef: - name: "162" + name: "165" optional: false - prefix: "161" + prefix: "164" secretRef: - name: "163" + name: "166" optional: true - image: "155" - imagePullPolicy: 垁鷌辪 + image: "158" lifecycle: postStart: exec: command: - - "201" + - "204" httpGet: - host: "204" + host: "206" httpHeaders: - - name: "205" - value: "206" - path: "202" - port: "203" - scheme: 銦妰黖ȓƇ$缔獵偐ę腬瓷碑=ɉ + - name: "207" + value: "208" + path: "205" + port: -1296140 + scheme: Y籎顒ǥŴ tcpSocket: - host: "207" - port: 1180382332 + host: "209" + port: 1061537 preStop: exec: command: - - "208" + - "210" httpGet: - host: "211" + host: "213" httpHeaders: - - name: "212" - value: "213" - path: "209" - port: "210" - scheme: 蕵ɢ + - name: "214" + value: "215" + path: "211" + port: "212" + scheme: 墴1Rƥ贫d tcpSocket: - host: "215" - port: "214" + host: "216" + port: -33154680 livenessProbe: exec: command: - - "180" - failureThreshold: 1231820696 + - "183" + failureThreshold: 952979935 httpGet: - host: "183" + host: "185" httpHeaders: - - name: "184" - value: "185" - path: "181" - port: "182" - scheme: 0åȂ町恰nj揠8lj - initialDelaySeconds: -1188153605 - periodSeconds: 912004803 - successThreshold: -2098817064 + - name: "186" + value: "187" + path: "184" + port: -522879476 + scheme: "N" + initialDelaySeconds: -687313111 + periodSeconds: 1730325900 + successThreshold: -828368050 tcpSocket: - host: "186" - port: -2049272966 - terminationGracePeriodSeconds: 5366407347694307113 - timeoutSeconds: -427769948 - name: "154" + host: "189" + port: "188" + terminationGracePeriodSeconds: 3485267088372060587 + timeoutSeconds: -131161294 + name: "157" ports: - - containerPort: -573382936 - hostIP: "160" - hostPort: 664393458 - name: "159" - protocol: 嫫猤痈C*ĕʄő芖{|ǘ"^饣V + - containerPort: -1746427184 + hostIP: "163" + hostPort: 869879222 + name: "162" + protocol: ŏ{ readinessProbe: exec: command: - - "187" - failureThreshold: 1569992019 + - "190" + failureThreshold: 749147575 httpGet: - host: "189" - httpHeaders: - - name: "190" - value: "191" - path: "188" - port: 1322581021 - scheme: 坩O`涁İ而踪鄌eÞ - initialDelaySeconds: 565789036 - periodSeconds: -582473401 - successThreshold: -1252931244 - tcpSocket: host: "192" - port: -1319491110 - terminationGracePeriodSeconds: 4559267523176571 - timeoutSeconds: -1572269414 + httpHeaders: + - name: "193" + value: "194" + path: "191" + port: -1893103047 + scheme: įXŋ朘瑥A徙ɶɊł/擇ɦĽ胚O醔ɍ + initialDelaySeconds: 1836896522 + periodSeconds: 2064656704 + successThreshold: -1940723300 + tcpSocket: + host: "196" + port: "195" + terminationGracePeriodSeconds: 2131277878630553496 + timeoutSeconds: -2101285839 resources: limits: - ǝ鿟ldg滠鼍ƭt?QȫşŇɜ: "211" + É/p: "144" requests: - VzÏ抴ŨfZhUʎ浵ɲõ: "303" + $妻ƅTGS: "845" securityContext: allowPrivilegeEscalation: false capabilities: add: - - 珝Żwʮ馜ü + - 閼咎櫸eʔŊ drop: - - șƶ4ĩĉş蝿ɖȃ賲鐅臬dH巧 - privileged: true - procMount: :贅wE@Ȗs«öʮĀ<é瞾 + - 究:hoĂɋ瀐<ɉ湨 + privileged: false + procMount: Ǯń readOnlyRootFilesystem: true - runAsGroup: -4525194116194020035 + runAsGroup: -879001843196053690 runAsNonRoot: true - runAsUser: 42649466061901501 + runAsUser: 5069703513298030462 seLinuxOptions: - level: "220" - role: "218" - type: "219" - user: "217" + level: "221" + role: "219" + type: "220" + user: "218" seccompProfile: - localhostProfile: "224" - type: NŬɨǙÄr蛏豈ɃHŠơŴĿ + localhostProfile: "225" + type: ǰ溟ɴ扵閝ȝ鐵儣廡ɑ龫`劳 windowsOptions: - gmsaCredentialSpec: "222" - gmsaCredentialSpecName: "221" + gmsaCredentialSpec: "223" + gmsaCredentialSpecName: "222" hostProcess: true - runAsUserName: "223" + runAsUserName: "224" startupProbe: exec: command: - - "193" - failureThreshold: 741871873 + - "197" + failureThreshold: -1618937335 httpGet: - host: "196" - httpHeaders: - - name: "197" - value: "198" - path: "194" - port: "195" - scheme: 鹎ğ#咻痗ȡmƴy綸_Ú8參遼 - initialDelaySeconds: -997191789 - periodSeconds: -918862259 - successThreshold: 655980302 - tcpSocket: host: "200" + httpHeaders: + - name: "201" + value: "202" + path: "198" port: "199" - terminationGracePeriodSeconds: 1919118248821998564 - timeoutSeconds: -935589762 + initialDelaySeconds: 994527057 + periodSeconds: -1346458591 + successThreshold: 1234551517 + tcpSocket: + host: "203" + port: 675406340 + terminationGracePeriodSeconds: -8171267464271993058 + timeoutSeconds: -1482763519 stdin: true - stdinOnce: true - terminationMessagePath: "216" - terminationMessagePolicy: ńMǰ溟ɴ扵閝 + terminationMessagePath: "217" + terminationMessagePolicy: 跾|@?鷅bȻN+ņ榱* tty: true volumeDevices: - - devicePath: "179" - name: "178" + - devicePath: "182" + name: "181" volumeMounts: - - mountPath: "175" - mountPropagation: Ť倱<įXŋ朘瑥A - name: "174" + - mountPath: "178" + mountPropagation: ^}穠C]躢|)黰eȪ嵛4$%QɰV + name: "177" readOnly: true - subPath: "176" - subPathExpr: "177" - workingDir: "158" - nodeName: "371" + subPath: "179" + subPathExpr: "180" + workingDir: "161" + nodeName: "370" nodeSelector: - "367": "368" + "366": "367" overhead: - 隅DžbİEMǶɼ`|褞: "229" - preemptionPolicy: n{鳻 - priority: -340583156 - priorityClassName: "454" + kƱ: "313" + preemptionPolicy: ħ\ + priority: 780753434 + priorityClassName: "453" readinessGates: - - conditionType: țc£PAÎǨȨ栋 - restartPolicy: V擭銆j - runtimeClassName: "459" - schedulerName: "449" + - conditionType: ¤趜磕绘翁揌p:oŇE + restartPolicy: xǨŴ壶ƵfȽà + runtimeClassName: "458" + schedulerName: "448" securityContext: - fsGroup: 2373631082804169687 - fsGroupChangePolicy: 趭(娕uE增猍ǵ x - runAsGroup: -495558749504439559 + fsGroup: 1362411221198469787 + fsGroupChangePolicy: 輔3璾ėȜv1b繐汚磉反-n覦 + runAsGroup: -2587337448078233130 runAsNonRoot: false - runAsUser: -6717020695319852049 + runAsUser: 8749429589533479764 seLinuxOptions: - level: "375" - role: "373" - type: "374" - user: "372" + level: "374" + role: "372" + type: "373" + user: "371" seccompProfile: - localhostProfile: "381" - type: Ŵ壶ƵfȽÃ茓pȓɻ + localhostProfile: "380" + type: 閈誹ʅ蕉ɼ supplementalGroups: - - 933334675092942213 + - 8748656795747647539 sysctls: - - name: "379" - value: "380" + - name: "378" + value: "379" windowsOptions: - gmsaCredentialSpec: "377" - gmsaCredentialSpecName: "376" - hostProcess: true - runAsUserName: "378" - serviceAccount: "370" - serviceAccountName: "369" + gmsaCredentialSpec: "376" + gmsaCredentialSpecName: "375" + hostProcess: false + runAsUserName: "377" + serviceAccount: "369" + serviceAccountName: "368" setHostnameAsFQDN: false shareProcessNamespace: false - subdomain: "384" - terminationGracePeriodSeconds: -2096491188749634309 + subdomain: "383" + terminationGracePeriodSeconds: -6480965203152502098 tolerations: - - key: "450" - operator: ŭʔb'?舍ȃʥx臥]å摞 - tolerationSeconds: 3053978290188957517 - value: "451" + - effect: 甬Ʈ岢r臣鐐qwïźU痤ȵ + key: "449" + operator: 瘂S淫íŶƭ鬯富Nú顏*z犔kU + tolerationSeconds: -4322909565451750640 + value: "450" topologySpreadConstraints: - labelSelector: matchExpressions: - - key: oZvt.LT60v.WxPc---K__-iguFGT._.Y4-0.67hP-lX-_-..b - operator: NotIn - values: - - H1z..j_.r3--T + - key: h---dY7_M_-._M5..-N_H_55..--E3_2D1 + operator: DoesNotExist matchLabels: - H_55..--E3_2D-1DW__o_-.k: "7" - maxSkew: 1486667065 - topologyKey: "460" - whenUnsatisfiable: DŽɤȶšɞƵõ禲#樹罽濅ʏ 撜粞 + Q_mgi.U.-e7z-t0-pQ-.-.g-_Z_-nSL.--4i: Wq-...Oai.D7-_9..8-8yw..__Yb_8 + maxSkew: 1674267790 + topologyKey: "459" + whenUnsatisfiable: G峣搒R谱ʜ篲&ZǘtnjʣǕV volumes: - awsElasticBlockStore: fsType: "25" @@ -851,6 +851,10 @@ spec: apiGroup: "151" kind: "152" name: "153" + dataSourceRef: + apiGroup: "154" + kind: "155" + name: "156" resources: limits: ɜ曢\%枅:=ǛƓɥ踓Ǻǧ湬: "530" @@ -1004,126 +1008,126 @@ spec: volumePath: "79" status: conditions: - - lastProbeTime: "2446-08-01T12:34:13Z" - lastTransitionTime: "2721-06-15T10:27:00Z" - message: "468" - reason: "467" - status: 闬輙怀¹bCũw¼ ǫđ槴Ċį軠> - type: 偁髕ģƗ鐫?勥穌砊ʑȩ硘(ǒ[ + - lastProbeTime: "2761-08-29T15:09:53Z" + lastTransitionTime: "2608-03-08T03:06:33Z" + message: "467" + reason: "466" + status: '{煰' + type: ?ɣ蔫椁Ȕ蝬KȴǃmŁȒ|'从 containerStatuses: - - containerID: "502" - image: "500" - imageID: "501" + - containerID: "501" + image: "499" + imageID: "500" lastState: running: - startedAt: "2018-06-11T20:33:19Z" + startedAt: "2127-06-24T09:29:52Z" terminated: - containerID: "499" - exitCode: 267482175 - finishedAt: "2921-08-01T07:23:37Z" - message: "498" - reason: "497" - signal: -724869497 - startedAt: "2261-09-25T07:35:50Z" + containerID: "498" + exitCode: 1574959758 + finishedAt: "2299-04-20T19:57:50Z" + message: "497" + reason: "496" + signal: 1657812021 + startedAt: "2153-04-02T23:06:37Z" waiting: - message: "496" - reason: "495" - name: "489" - ready: false - restartCount: 1996366336 - started: true - state: - running: - startedAt: "2639-07-13T08:26:34Z" - terminated: - containerID: "494" - exitCode: -477105883 - finishedAt: "2270-10-11T19:35:54Z" - message: "493" - reason: "492" - signal: 1266675441 - startedAt: "2760-06-20T08:13:38Z" - waiting: - message: "491" - reason: "490" - ephemeralContainerStatuses: - - containerID: "516" - image: "514" - imageID: "515" - lastState: - running: - startedAt: "2470-09-16T06:10:29Z" - terminated: - containerID: "513" - exitCode: -379260195 - finishedAt: "2940-09-11T05:49:16Z" - message: "512" - reason: "511" - signal: 1724179157 - startedAt: "2713-05-24T08:16:36Z" - waiting: - message: "510" - reason: "509" - name: "503" + message: "495" + reason: "494" + name: "488" ready: true - restartCount: -579160123 + restartCount: 2015720150 started: false state: running: - startedAt: "2679-03-05T15:56:11Z" + startedAt: "2760-10-14T11:51:24Z" terminated: - containerID: "508" - exitCode: -678247306 - finishedAt: "2671-06-02T09:10:05Z" - message: "507" - reason: "506" - signal: -798353979 - startedAt: "2522-07-17T20:42:05Z" + containerID: "493" + exitCode: 165747350 + finishedAt: "2699-11-10T05:45:30Z" + message: "492" + reason: "491" + signal: 470888375 + startedAt: "2942-12-12T07:01:06Z" waiting: - message: "505" - reason: "504" - hostIP: "472" - initContainerStatuses: - - containerID: "488" - image: "486" - imageID: "487" + message: "490" + reason: "489" + ephemeralContainerStatuses: + - containerID: "515" + image: "513" + imageID: "514" lastState: running: - startedAt: "2909-12-17T10:35:05Z" + startedAt: "2100-10-03T01:21:07Z" terminated: - containerID: "485" - exitCode: 344566548 - finishedAt: "2181-04-23T17:08:11Z" - message: "484" - reason: "483" - signal: -1274159576 - startedAt: "2448-03-03T21:49:58Z" + containerID: "512" + exitCode: -1308926448 + finishedAt: "2358-12-25T12:18:48Z" + message: "511" + reason: "510" + signal: 1208014329 + startedAt: "2915-11-30T10:57:55Z" waiting: - message: "482" - reason: "481" - name: "475" - ready: false - restartCount: 880515121 + message: "509" + reason: "508" + name: "502" + ready: true + restartCount: 1093414706 started: true state: running: - startedAt: "2044-06-19T19:39:57Z" + startedAt: "2513-06-23T10:07:34Z" terminated: - containerID: "480" - exitCode: -702718077 - finishedAt: "2953-05-20T20:14:17Z" - message: "479" - reason: "478" - signal: 648978003 - startedAt: "2298-10-11T07:26:38Z" + containerID: "507" + exitCode: -1155216843 + finishedAt: "2685-03-12T10:07:19Z" + message: "506" + reason: "505" + signal: 839330574 + startedAt: "2296-08-29T04:36:22Z" waiting: - message: "477" - reason: "476" - message: "469" - nominatedNodeName: "471" - phase: șa汸<ƋlɋN磋镮ȺPÈ - podIP: "473" + message: "504" + reason: "503" + hostIP: "471" + initContainerStatuses: + - containerID: "487" + image: "485" + imageID: "486" + lastState: + running: + startedAt: "2687-07-04T15:23:41Z" + terminated: + containerID: "484" + exitCode: 1892596557 + finishedAt: "2719-07-17T22:00:10Z" + message: "483" + reason: "482" + signal: -1952419528 + startedAt: "2135-06-21T01:04:43Z" + waiting: + message: "481" + reason: "480" + name: "474" + ready: false + restartCount: -391574961 + started: true + state: + running: + startedAt: "2207-07-09T15:21:43Z" + terminated: + containerID: "479" + exitCode: 1874682186 + finishedAt: "2465-03-18T23:55:27Z" + message: "478" + reason: "477" + signal: -768346969 + startedAt: "2757-03-25T09:04:49Z" + waiting: + message: "476" + reason: "475" + message: "468" + nominatedNodeName: "470" + phase: VǢɾ纤ą + podIP: "472" podIPs: - - ip: "474" - qosClass: ɹNL觀嫧酞篐8郫焮3ó緼Ŷ獃夕ƆIJ - reason: "470" + - ip: "473" + qosClass: 澵貛香"砻B + reason: "469" 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 520e147a2bc..fede0026eec 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 @@ -428,6 +428,11 @@ "apiGroup": "169", "kind": "170", "name": "171" + }, + "dataSourceRef": { + "apiGroup": "172", + "kind": "173", + "name": "174" } } } @@ -436,371 +441,372 @@ ], "initContainers": [ { - "name": "172", - "image": "173", + "name": "175", + "image": "176", "command": [ - "174" + "177" ], "args": [ - "175" + "178" ], - "workingDir": "176", + "workingDir": "179", "ports": [ { - "name": "177", - "hostPort": 949227156, - "containerPort": 231063530, - "protocol": "8參遼ūPH炮掊°n", - "hostIP": "178" + "name": "180", + "hostPort": -379514302, + "containerPort": 173916181, + "protocol": "鷅bȻN+ņ榱*Gưoɘ檲ɨ銦", + "hostIP": "181" } ], "envFrom": [ { - "prefix": "179", + "prefix": "182", "configMapRef": { - "name": "180", - "optional": true + "name": "183", + "optional": false }, "secretRef": { - "name": "181", - "optional": false + "name": "184", + "optional": true } } ], "env": [ { - "name": "182", - "value": "183", + "name": "185", + "value": "186", "valueFrom": { "fieldRef": { - "apiVersion": "184", - "fieldPath": "185" + "apiVersion": "187", + "fieldPath": "188" }, "resourceFieldRef": { - "containerName": "186", - "resource": "187", - "divisor": "577" + "containerName": "189", + "resource": "190", + "divisor": "959" }, "configMapKeyRef": { - "name": "188", - "key": "189", + "name": "191", + "key": "192", "optional": false }, "secretKeyRef": { - "name": "190", - "key": "191", - "optional": true + "name": "193", + "key": "194", + "optional": false } } } ], "resources": { "limits": { - "hoĂɋ": "206" + "瓷碑": "809" }, "requests": { - "瓷碑": "809" + "=å睫}堇硲蕵ɢ苆ǮńMǰ溟ɴ扵閝ȝ": "829" } }, "volumeMounts": [ { - "name": "192", - "mountPath": "193", - "subPath": "194", - "mountPropagation": "å睫}堇硲蕵ɢ苆", - "subPathExpr": "195" + "name": "195", + "mountPath": "196", + "subPath": "197", + "mountPropagation": "虽U珝Żwʮ馜üNșƶ4ĩĉş蝿ɖȃ", + "subPathExpr": "198" } ], "volumeDevices": [ { - "name": "196", - "devicePath": "197" + "name": "199", + "devicePath": "200" } ], "livenessProbe": { "exec": { "command": [ - "198" + "201" ] }, "httpGet": { - "path": "199", - "port": -57352147, - "host": "200", - "scheme": "Y鶪5w垁鷌辪虽U珝", + "path": "202", + "port": "203", + "host": "204", + "scheme": "|dk_瀹鞎sn芞QÄȻȊ+?", "httpHeaders": [ { - "name": "201", - "value": "202" + "name": "205", + "value": "206" } ] }, "tcpSocket": { - "port": "203", - "host": "204" + "port": 1094670193, + "host": "207" }, - "initialDelaySeconds": 411878451, - "timeoutSeconds": 1676588692, - "periodSeconds": -254454655, - "successThreshold": -1925916855, - "failureThreshold": -1553779100, - "terminationGracePeriodSeconds": 8334895174951990407 + "initialDelaySeconds": 905846572, + "timeoutSeconds": -396185898, + "periodSeconds": 166278802, + "successThreshold": -2005424724, + "failureThreshold": 462729263, + "terminationGracePeriodSeconds": -2545119488724336295 }, "readinessProbe": { "exec": { "command": [ - "205" + "208" ] }, "httpGet": { - "path": "206", - "port": 1463207240, - "host": "207", - "scheme": "蝿", + "path": "209", + "port": 1054302708, + "host": "210", "httpHeaders": [ { - "name": "208", - "value": "209" + "name": "211", + "value": "212" } ] }, "tcpSocket": { - "port": "210", - "host": "211" + "port": "213", + "host": "214" }, - "initialDelaySeconds": 1435507444, - "timeoutSeconds": -1430577593, - "periodSeconds": 524249411, - "successThreshold": -1617359505, - "failureThreshold": -1801400049, - "terminationGracePeriodSeconds": -5734988028820567880 + "initialDelaySeconds": -2093767566, + "timeoutSeconds": -1718681455, + "periodSeconds": 386652373, + "successThreshold": -1157800046, + "failureThreshold": 1577445629, + "terminationGracePeriodSeconds": 562397907094900922 }, "startupProbe": { "exec": { "command": [ - "212" + "215" ] }, "httpGet": { - "path": "213", - "port": "214", - "host": "215", - "scheme": "十Oɢǵʭd鲡:", + "path": "216", + "port": "217", + "host": "218", + "scheme": "C'ɵK.Q貇£ȹ嫰ƹǔw÷nI粛", "httpHeaders": [ { - "name": "216", - "value": "217" + "name": "219", + "value": "220" } ] }, "tcpSocket": { - "port": -2037320199, - "host": "218" + "port": "221", + "host": "222" }, - "initialDelaySeconds": 185639167, - "timeoutSeconds": 1487007476, - "periodSeconds": 393169267, - "successThreshold": 1381010768, - "failureThreshold": -722355061, - "terminationGracePeriodSeconds": 6388225771169951791 + "initialDelaySeconds": 800220849, + "timeoutSeconds": -1429994426, + "periodSeconds": 135036402, + "successThreshold": -1650568978, + "failureThreshold": 304141309, + "terminationGracePeriodSeconds": -378701183370790036 }, "lifecycle": { "postStart": { "exec": { "command": [ - "219" + "223" ] }, "httpGet": { - "path": "220", - "port": "221", - "host": "222", - "scheme": "Ĭ4y£軶", + "path": "224", + "port": 1791729314, + "host": "225", + "scheme": "漘Z剚敍0)", "httpHeaders": [ { - "name": "223", - "value": "224" + "name": "226", + "value": "227" } ] }, "tcpSocket": { - "port": "225", - "host": "226" + "port": 424236719, + "host": "228" } }, "preStop": { "exec": { "command": [ - "227" + "229" ] }, "httpGet": { - "path": "228", - "port": "229", - "host": "230", - "scheme": "ɃHŠơŴĿǹ_Áȉ彂Ŵ廷", + "path": "230", + "port": -1131820775, + "host": "231", + "scheme": "Ƿ裚瓶釆Ɗ+j忊", "httpHeaders": [ { - "name": "231", - "value": "232" + "name": "232", + "value": "233" } ] }, "tcpSocket": { - "port": "233", - "host": "234" + "port": "234", + "host": "235" } } }, - "terminationMessagePath": "235", - "terminationMessagePolicy": "Ⱦdz@ùƸʋŀ", - "imagePullPolicy": "ǐƲE'iþŹʣy豎@ɀ羭,铻OŤǢʭ", + "terminationMessagePath": "236", + "terminationMessagePolicy": "焗捏", + "imagePullPolicy": "罁胾^拜Ȍzɟ踡肒Ao/樝fw[Řż丩", "securityContext": { "capabilities": { "add": [ - "p儼Ƿ裚瓶釆Ɗ+j忊Ŗȫ焗捏ĨF" + "" ], "drop": [ - "籘Àǒɿʒ刽ʼn" + "ŻʘY賃ɪ鐊瀑Ź9ǕLLȊɞ-uƻ悖ȩ" ] }, "privileged": false, "seLinuxOptions": { - "user": "236", - "role": "237", - "type": "238", - "level": "239" + "user": "237", + "role": "238", + "type": "239", + "level": "240" }, "windowsOptions": { - "gmsaCredentialSpecName": "240", - "gmsaCredentialSpec": "241", - "runAsUserName": "242", - "hostProcess": false + "gmsaCredentialSpecName": "241", + "gmsaCredentialSpec": "242", + "runAsUserName": "243", + "hostProcess": true }, - "runAsUser": 8519427267030036521, - "runAsGroup": -4151726557168738613, + "runAsUser": 301534795599983361, + "runAsGroup": -505892685699484816, "runAsNonRoot": true, - "readOnlyRootFilesystem": true, + "readOnlyRootFilesystem": false, "allowPrivilegeEscalation": false, - "procMount": "x榜VƋZ1Ůđ眊ľǎɳ,ǿ飏騀呣ǎ", + "procMount": "", "seccompProfile": { - "type": "ǣ萭", - "localhostProfile": "243" + "type": "Vȟ@7飣奺Ȋ礶惇¸t颟.鵫ǚ灄", + "localhostProfile": "244" } }, - "stdin": true + "stdin": true, + "stdinOnce": true } ], "containers": [ { - "name": "244", - "image": "245", + "name": "245", + "image": "246", "command": [ - "246" - ], - "args": [ "247" ], - "workingDir": "248", + "args": [ + "248" + ], + "workingDir": "249", "ports": [ { - "name": "249", - "hostPort": 70206540, - "containerPort": -1694108493, - "protocol": "ǂ\u003e5姣\u003e懔%熷", - "hostIP": "250" + "name": "250", + "hostPort": -421846800, + "containerPort": 62799871, + "protocol": "vt莭琽§ć\\ ïì«", + "hostIP": "251" } ], "envFrom": [ { - "prefix": "251", + "prefix": "252", "configMapRef": { - "name": "252", - "optional": true - }, - "secretRef": { "name": "253", "optional": false + }, + "secretRef": { + "name": "254", + "optional": true } } ], "env": [ { - "name": "254", - "value": "255", + "name": "255", + "value": "256", "valueFrom": { "fieldRef": { - "apiVersion": "256", - "fieldPath": "257" + "apiVersion": "257", + "fieldPath": "258" }, "resourceFieldRef": { - "containerName": "258", - "resource": "259", - "divisor": "138" + "containerName": "259", + "resource": "260", + "divisor": "804" }, "configMapKeyRef": { - "name": "260", - "key": "261", + "name": "261", + "key": "262", "optional": true }, "secretKeyRef": { - "name": "262", - "key": "263", - "optional": false + "name": "263", + "key": "264", + "optional": true } } } ], "resources": { "limits": { - "脾嚏吐ĠLƐȤ藠3.v-鿧悮坮Ȣ幟ļ腻": "575" + "粕擓ƖHVe熼'FD": "235" }, "requests": { - "丯Ƙ枛牐ɺ皚|": "933" + "嶗U": "647" } }, "volumeMounts": [ { - "name": "264", - "mountPath": "265", - "subPath": "266", - "mountPropagation": "[ħsĨɆâĺɗŹ倗S晒嶗UÐ_Ʈ", - "subPathExpr": "267" + "name": "265", + "mountPath": "266", + "subPath": "267", + "mountPropagation": "i酛3ƁÀ*f\u003c鴒翁杙Ŧ癃", + "subPathExpr": "268" } ], "volumeDevices": [ { - "name": "268", - "devicePath": "269" + "name": "269", + "devicePath": "270" } ], "livenessProbe": { "exec": { "command": [ - "270" + "271" ] }, "httpGet": { - "path": "271", - "port": 1087851818, - "host": "272", + "path": "272", + "port": 630004123, + "host": "273", + "scheme": "ɾģ毋Ó6dz娝嘚", "httpHeaders": [ { - "name": "273", - "value": "274" + "name": "274", + "value": "275" } ] }, "tcpSocket": { - "port": "275", + "port": -1213051101, "host": "276" }, - "initialDelaySeconds": -2036074491, - "timeoutSeconds": -148216266, - "periodSeconds": 165047920, - "successThreshold": -393291312, - "failureThreshold": -93157681, - "terminationGracePeriodSeconds": -4856573944864548413 + "initialDelaySeconds": 1451056156, + "timeoutSeconds": 267768240, + "periodSeconds": -127849333, + "successThreshold": -1455098755, + "failureThreshold": -1140531048, + "terminationGracePeriodSeconds": -8648209499645539653 }, "readinessProbe": { "exec": { @@ -810,200 +816,199 @@ }, "httpGet": { "path": "278", - "port": -331283026, - "host": "279", - "scheme": "ȉ", + "port": "279", + "host": "280", + "scheme": "'WKw(ğ儴Ůĺ}潷ʒ胵輓Ɔ", "httpHeaders": [ { - "name": "280", - "value": "281" + "name": "281", + "value": "282" } ] }, "tcpSocket": { - "port": 714088955, - "host": "282" + "port": -36782737, + "host": "283" }, - "initialDelaySeconds": 1033766276, - "timeoutSeconds": -1745509819, - "periodSeconds": -859135545, - "successThreshold": -1543701088, - "failureThreshold": 513341278, - "terminationGracePeriodSeconds": 2696007505383404823 + "initialDelaySeconds": -1738069460, + "timeoutSeconds": -1643733106, + "periodSeconds": -805795167, + "successThreshold": 1791615594, + "failureThreshold": 785984384, + "terminationGracePeriodSeconds": 830921445879518469 }, "startupProbe": { "exec": { "command": [ - "283" + "284" ] }, "httpGet": { - "path": "284", - "port": -361442565, - "host": "285", - "scheme": "w", + "path": "285", + "port": 622267234, + "host": "286", + "scheme": "[+扴ȨŮ+朷Ǝ膯ljV", "httpHeaders": [ { - "name": "286", - "value": "287" + "name": "287", + "value": "288" } ] }, "tcpSocket": { - "port": -1099429189, - "host": "288" + "port": "289", + "host": "290" }, - "initialDelaySeconds": 994072122, - "timeoutSeconds": 1752155096, - "periodSeconds": -1962065705, - "successThreshold": 1701999128, - "failureThreshold": -1364571630, - "terminationGracePeriodSeconds": 7258403424756645907 + "initialDelaySeconds": -171684192, + "timeoutSeconds": -602419938, + "periodSeconds": 1040396664, + "successThreshold": -979584143, + "failureThreshold": -1748648882, + "terminationGracePeriodSeconds": -1030117900836778816 }, "lifecycle": { "postStart": { "exec": { "command": [ - "289" + "291" ] }, "httpGet": { - "path": "290", - "port": -1109619518, - "host": "291", - "scheme": "ĺ}潷ʒ胵輓Ɔȓ蹣ɐǛv+8Ƥ熪", + "path": "292", + "port": 415947324, + "host": "293", + "scheme": "v铿ʩȂ4ē鐭#嬀ơŸ8T 苧yñ", "httpHeaders": [ { - "name": "292", - "value": "293" + "name": "294", + "value": "295" } ] }, "tcpSocket": { - "port": "294", - "host": "295" + "port": "296", + "host": "297" } }, "preStop": { "exec": { "command": [ - "296" + "298" ] }, "httpGet": { - "path": "297", - "port": 461585849, - "host": "298", - "scheme": "ɇ卷荙JLĹ]佱¿\u003e犵殇ŕ-Ɂ", + "path": "299", + "port": "300", + "host": "301", + "scheme": "鐫û咡W\u003c敄lu|榝", "httpHeaders": [ { - "name": "299", - "value": "300" + "name": "302", + "value": "303" } ] }, "tcpSocket": { - "port": 467291328, - "host": "301" + "port": 102215089, + "host": "304" } } }, - "terminationMessagePath": "302", - "terminationMessagePolicy": "ĸ輦唊", - "imagePullPolicy": "r嚧", + "terminationMessagePath": "305", + "terminationMessagePolicy": "Ȏ蝪ʜ5遰=E埄Ȁ朦 wƯ貾坢'跩aŕ", + "imagePullPolicy": "Ļǟi\u0026", "securityContext": { "capabilities": { "add": [ - "埄趛" + "碔" ], "drop": [ - "ʁ岼昕ĬÇ" + "NKƙ順\\E¦队偯J僳徥淳4揻-$" ] }, - "privileged": true, + "privileged": false, "seLinuxOptions": { - "user": "303", - "role": "304", - "type": "305", - "level": "306" + "user": "306", + "role": "307", + "type": "308", + "level": "309" }, "windowsOptions": { - "gmsaCredentialSpecName": "307", - "gmsaCredentialSpec": "308", - "runAsUserName": "309", + "gmsaCredentialSpecName": "310", + "gmsaCredentialSpec": "311", + "runAsUserName": "312", "hostProcess": false }, - "runAsUser": 161123823296532265, - "runAsGroup": -6406791857291159870, + "runAsUser": 8025933883888025358, + "runAsGroup": 8201449858636177397, "runAsNonRoot": false, - "readOnlyRootFilesystem": false, - "allowPrivilegeEscalation": false, - "procMount": "鐫û咡W\u003c敄lu|榝", + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "ŕĪĠM蘇KŅ/»頸+SÄ蚃ɣ", "seccompProfile": { - "type": "î.Ȏ蝪ʜ5遰=", - "localhostProfile": "310" + "type": ")酊龨δ摖ȱğ_\u003cǬëJ橈'琕鶫:", + "localhostProfile": "313" } }, "stdin": true, - "stdinOnce": true, "tty": true } ], "ephemeralContainers": [ { - "name": "311", - "image": "312", + "name": "314", + "image": "315", "command": [ - "313" + "316" ], "args": [ - "314" + "317" ], - "workingDir": "315", + "workingDir": "318", "ports": [ { - "name": "316", - "hostPort": -370386363, - "containerPort": 1714588921, - "protocol": "Ư貾", - "hostIP": "317" + "name": "319", + "hostPort": -116224247, + "containerPort": -2097329452, + "protocol": "屿oiɥ嵐sC8?", + "hostIP": "320" } ], "envFrom": [ { - "prefix": "318", + "prefix": "321", "configMapRef": { - "name": "319", - "optional": true + "name": "322", + "optional": false }, "secretRef": { - "name": "320", - "optional": false + "name": "323", + "optional": true } } ], "env": [ { - "name": "321", - "value": "322", + "name": "324", + "value": "325", "valueFrom": { "fieldRef": { - "apiVersion": "323", - "fieldPath": "324" + "apiVersion": "326", + "fieldPath": "327" }, "resourceFieldRef": { - "containerName": "325", - "resource": "326", - "divisor": "271" + "containerName": "328", + "resource": "329", + "divisor": "974" }, "configMapKeyRef": { - "name": "327", - "key": "328", - "optional": false + "name": "330", + "key": "331", + "optional": true }, "secretKeyRef": { - "name": "329", - "key": "330", + "name": "332", + "key": "333", "optional": true } } @@ -1011,257 +1016,256 @@ ], "resources": { "limits": { - "庰%皧V": "116" + "亏yƕ丆録²Ŏ)/灩聋3趐囨鏻": "838" }, "requests": { - "": "289" + "i騎C\"6x$1sȣ±p鋄5弢ȹ均": "582" } }, "volumeMounts": [ { - "name": "331", + "name": "334", "readOnly": true, - "mountPath": "332", - "subPath": "333", - "mountPropagation": "橨鬶l獕;跣Hǝcw媀瓄\u0026翜舞拉Œ", - "subPathExpr": "334" + "mountPath": "335", + "subPath": "336", + "mountPropagation": "vEȤƏ埮p", + "subPathExpr": "337" } ], "volumeDevices": [ { - "name": "335", - "devicePath": "336" + "name": "338", + "devicePath": "339" } ], "livenessProbe": { "exec": { "command": [ - "337" + "340" ] }, "httpGet": { - "path": "338", - "port": 1907998540, - "host": "339", - "scheme": ",ŕ", + "path": "341", + "port": 1473407401, + "host": "342", + "scheme": "ʐşƧ", "httpHeaders": [ { - "name": "340", - "value": "341" + "name": "343", + "value": "344" } ] }, "tcpSocket": { - "port": "342", - "host": "343" + "port": 199049889, + "host": "345" }, - "initialDelaySeconds": -253326525, - "timeoutSeconds": 567263590, - "periodSeconds": 887319241, - "successThreshold": 1559618829, - "failureThreshold": 1156888068, - "terminationGracePeriodSeconds": -5566612115749133989 + "initialDelaySeconds": 1947032456, + "timeoutSeconds": 1233904535, + "periodSeconds": -969533986, + "successThreshold": 299741709, + "failureThreshold": -488127393, + "terminationGracePeriodSeconds": 4883846315878203110 }, "readinessProbe": { "exec": { "command": [ - "344" + "346" ] }, "httpGet": { - "path": "345", - "port": 1315054653, - "host": "346", - "scheme": "蚃ɣľ)酊龨δ摖ȱ", + "path": "347", + "port": "348", + "host": "349", + "scheme": " 鞤ɱďW賁Ěɭɪǹ0衷,ƷƣMț譎", "httpHeaders": [ { - "name": "347", - "value": "348" + "name": "350", + "value": "351" } ] }, "tcpSocket": { - "port": "349", - "host": "350" + "port": "352", + "host": "353" }, - "initialDelaySeconds": 1905181464, - "timeoutSeconds": -1730959016, - "periodSeconds": 1272940694, - "successThreshold": -385597677, - "failureThreshold": 422133388, - "terminationGracePeriodSeconds": 8385745044578923915 + "initialDelaySeconds": -200074798, + "timeoutSeconds": 556036216, + "periodSeconds": -1838917931, + "successThreshold": -1563928252, + "failureThreshold": -302933400, + "terminationGracePeriodSeconds": 7094149050088640176 }, "startupProbe": { "exec": { "command": [ - "351" + "354" ] }, "httpGet": { - "path": "352", - "port": 1013673874, - "host": "353", - "scheme": "ə娯Ȱ囌{", + "path": "355", + "port": -832681001, + "host": "356", + "scheme": "h趭", "httpHeaders": [ { - "name": "354", - "value": "355" + "name": "357", + "value": "358" } ] }, "tcpSocket": { - "port": -1829146875, - "host": "356" + "port": "359", + "host": "360" }, - "initialDelaySeconds": -205176266, - "timeoutSeconds": 490479437, - "periodSeconds": -116469891, - "successThreshold": 311083651, - "failureThreshold": 353361793, - "terminationGracePeriodSeconds": -8939747084334542875 + "initialDelaySeconds": -1969828011, + "timeoutSeconds": -1186720090, + "periodSeconds": -748525373, + "successThreshold": 805162379, + "failureThreshold": 1486914884, + "terminationGracePeriodSeconds": -2753079965660681160 }, "lifecycle": { "postStart": { "exec": { "command": [ - "357" + "361" ] }, "httpGet": { - "path": "358", - "port": -1021949447, - "host": "359", - "scheme": "B芭", + "path": "362", + "port": -819013491, + "host": "363", + "scheme": "Ĕ\\ɢX鰨松/Ȁĵ鴁ĩȲǸ|蕎", "httpHeaders": [ { - "name": "360", - "value": "361" + "name": "364", + "value": "365" } ] }, "tcpSocket": { - "port": "362", - "host": "363" + "port": "366", + "host": "367" } }, "preStop": { "exec": { "command": [ - "364" + "368" ] }, "httpGet": { - "path": "365", - "port": "366", - "host": "367", - "scheme": "yƕ丆録²Ŏ)", + "path": "369", + "port": "370", + "host": "371", + "scheme": "(ť1ùfŭƽ", "httpHeaders": [ { - "name": "368", - "value": "369" + "name": "372", + "value": "373" } ] }, "tcpSocket": { - "port": 507384491, - "host": "370" + "port": "374", + "host": "375" } } }, - "terminationMessagePath": "371", - "terminationMessagePolicy": "3", - "imagePullPolicy": "汰8ŕİi騎C\"6x$1s", + "terminationMessagePath": "376", + "terminationMessagePolicy": "æ盪泙若`l}Ñ蠂Ü", + "imagePullPolicy": "覦灲閈誹ʅ蕉", "securityContext": { "capabilities": { "add": [ - "p鋄5弢ȹ均i绝5" + "ǭ濑箨ʨIk" ], "drop": [ - "" + "dŊiɢ" ] }, - "privileged": true, + "privileged": false, "seLinuxOptions": { - "user": "372", - "role": "373", - "type": "374", - "level": "375" + "user": "377", + "role": "378", + "type": "379", + "level": "380" }, "windowsOptions": { - "gmsaCredentialSpecName": "376", - "gmsaCredentialSpec": "377", - "runAsUserName": "378", - "hostProcess": false + "gmsaCredentialSpecName": "381", + "gmsaCredentialSpec": "382", + "runAsUserName": "383", + "hostProcess": true }, - "runAsUser": -3385088507022597813, - "runAsGroup": 7023916302283403328, + "runAsUser": 3835909844513980271, + "runAsGroup": -4911894469676245979, "runAsNonRoot": false, "readOnlyRootFilesystem": false, "allowPrivilegeEscalation": false, - "procMount": "ş", + "procMount": "Qm坊柩劄", "seccompProfile": { - "type": "諔迮ƙ", - "localhostProfile": "379" + "type": "[ƕƑĝ®EĨǔvÄÚ", + "localhostProfile": "384" } }, + "stdin": true, "stdinOnce": true, - "targetContainerName": "380" + "tty": true, + "targetContainerName": "385" } ], - "restartPolicy": "4ʗN,丽饾| 鞤ɱď", - "terminationGracePeriodSeconds": 5667186155078596628, - "activeDeadlineSeconds": 8952305945735902812, - "dnsPolicy": "µņP)DŽ髐njʉBn(fǂǢ", + "restartPolicy": "鬷m罂", + "terminationGracePeriodSeconds": 6757106584708307313, + "activeDeadlineSeconds": -8137450023376708507, + "dnsPolicy": "żLj捲攻xƂ9阠$嬏wy¶熀", "nodeSelector": { - "381": "382" + "386": "387" }, - "serviceAccountName": "383", - "serviceAccount": "384", - "automountServiceAccountToken": false, - "nodeName": "385", - "hostNetwork": true, - "hostPID": true, - "hostIPC": true, - "shareProcessNamespace": true, + "serviceAccountName": "388", + "serviceAccount": "389", + "automountServiceAccountToken": true, + "nodeName": "390", + "shareProcessNamespace": false, "securityContext": { "seLinuxOptions": { - "user": "386", - "role": "387", - "type": "388", - "level": "389" + "user": "391", + "role": "392", + "type": "393", + "level": "394" }, "windowsOptions": { - "gmsaCredentialSpecName": "390", - "gmsaCredentialSpec": "391", - "runAsUserName": "392", - "hostProcess": true + "gmsaCredentialSpecName": "395", + "gmsaCredentialSpec": "396", + "runAsUserName": "397", + "hostProcess": false }, - "runAsUser": 2373631082804169687, - "runAsGroup": 6942343986058351509, + "runAsUser": 8790792169692841191, + "runAsGroup": 5680561050872693436, "runAsNonRoot": true, "supplementalGroups": [ - 3174735363260936461 + 7768299165267384830 ], - "fsGroup": -8460346884535567850, + "fsGroup": -838253411893392910, "sysctls": [ { - "name": "393", - "value": "394" + "name": "398", + "value": "399" } ], - "fsGroupChangePolicy": "8", + "fsGroupChangePolicy": "槃JŵǤ桒ɴ鉂WJ", "seccompProfile": { - "type": "T[", - "localhostProfile": "395" + "type": "抉泅ą\u0026疀ȼN翾ȾD虓氙磂tńČȷǻ", + "localhostProfile": "400" } }, "imagePullSecrets": [ { - "name": "396" + "name": "401" } ], - "hostname": "397", - "subdomain": "398", + "hostname": "402", + "subdomain": "403", "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { @@ -1269,19 +1273,19 @@ { "matchExpressions": [ { - "key": "399", - "operator": "Ƶf", + "key": "404", + "operator": "鑠ĭ$#卛8ð仁Q橱9", "values": [ - "400" + "405" ] } ], "matchFields": [ { - "key": "401", - "operator": "X鰨松/Ȁĵ鴁ĩȲǸ|蕎'佉賞", + "key": "406", + "operator": "斢杧ż鯀1'鸔", "values": [ - "402" + "407" ] } ] @@ -1290,23 +1294,23 @@ }, "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -1519458130, + "weight": -585628051, "preference": { "matchExpressions": [ { - "key": "403", - "operator": "Ŕ瘍Nʊ輔3璾ėȜv1b繐汚磉反-n", + "key": "408", + "operator": "炙B餸硷张q櫞繡旹翃ɾ氒ĺʈʫ羶剹", "values": [ - "404" + "409" ] } ], "matchFields": [ { - "key": "405", - "operator": "^輅9ɛ棕ƈ眽炊礫Ƽ¨Ix糂腂ǂǚ", + "key": "410", + "operator": "嬯t{", "values": [ - "406" + "411" ] } ] @@ -1319,30 +1323,30 @@ { "labelSelector": { "matchLabels": { - "f.-zv._._.5-H.T.-.-.T-V_D_0-K_AS": "NZ_C..7o_x3..-.8-Jp-9-4-Tm.__G-8...__.Q_c8.G.b_9_18" + "4_-y.8_38xm-.nx.sEK4.B.__6m": "J1-1.9_.-.Ms7_tP" }, "matchExpressions": [ { - "key": "1-_I-A-_3bz._8M0U1_-__.71-_-9_._X-D---k..1Q7._l..Q", - "operator": "DoesNotExist" + "key": "37zzgy3-4----nf---3a-cgr6---r58-e-l203-8sln7-3x-b--550397801/1.k9M86.9a_-0R_.Z__v", + "operator": "NotIn", + "values": [ + "0_1V4.-r-8S5--_7_-Zp_._.-miJ4x-_0_5-_.7F3p2_-_AmD-.0AP.-.Cc" + ] } ] }, "namespaces": [ - "413" + "418" ], - "topologyKey": "414", + "topologyKey": "419", "namespaceSelector": { "matchLabels": { - "4sE4": "B.__65m8_1-1.9_.-.Ms7_t.P_3..H..k9M6" + "3QC1--L--v_Z--ZgC": "Q__-v_t_u_.__O" }, "matchExpressions": [ { - "key": "0R_.Z__Lv8_.O_..8n.--z_-..6W.VKs", - "operator": "NotIn", - "values": [ - "6E__-.8_e_l2.._8s--7_3x_-J_.....7..--w0_1V7" - ] + "key": "w3--5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___._6..tf-_u-a", + "operator": "Exists" } ] } @@ -1350,34 +1354,34 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -688929182, + "weight": 957174721, "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" + "o._xJ1-lFA_Xf3.V0H2-.zHw.H__V.Vz_6.Hz_V_.r_v_._e_-78o_66": "11_7pX_.-mLlx...w_t-_.5.40Rw4gD.._.-x6db-L7.-__-G_2C" }, "matchExpressions": [ { - "key": "3--51", + "key": "4exr-1-o--g--1l-8---3snw0-3i--a7-2--o--u0038mp9c10-k-r--l.06-4g-z46--f2t-m839q/2_--XZ-x.__.Y_p", "operator": "NotIn", "values": [ - "C.-e16-O5" + "N7_B_r" ] } ] }, "namespaces": [ - "427" + "432" ], - "topologyKey": "428", + "topologyKey": "433", "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" + "O_._e_3_.4_W_-q": "Tp_.----cp__ac8u.._-__BM.6-.Y_72-_--pT75-.emV__1-wv3UDf.-4D-rr" }, "matchExpressions": [ { - "key": "8mtxb__-ex-_1_-ODgC_1-_8__3", - "operator": "DoesNotExist" + "key": "XN_h_4Hl-X0_2--__4K..-68-7AlR__8-7_-YD-Q9_-T", + "operator": "Exists" } ] } @@ -1390,27 +1394,33 @@ { "labelSelector": { "matchLabels": { - "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" + "ue--s-1--t-4m7a-41-6j4m--4-r4p--w1k8--u87lyqq-o-3-7/07-ht-E6_Q": "h--m._fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWUV" }, "matchExpressions": [ { - "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" + "key": "xa_o..p_B-d--Q5._D6_.d-n_9n.p.2-.-Qw__YT.1---.-o7.pJ-4-W", + "operator": "In", + "values": [ + "U7iLfS-0.9-.-._.1..s._jP6j.u--.K--g__..2bidFx" + ] } ] }, "namespaces": [ - "441" + "446" ], - "topologyKey": "442", + "topologyKey": "447", "namespaceSelector": { "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" + "2-_.4dwFbuvf": "5Y2k.F-F..3m6.._2v89U--8.3N_.n1.--.._-x_4..u2-__3uM77U7J" }, "matchExpressions": [ { - "key": "P6j.u--.K--g__..b", - "operator": "DoesNotExist" + "key": "61-cm---ch-g0t-q--qr95ws-v-5--7-ufi-7/E5-6h_Kyo", + "operator": "NotIn", + "values": [ + "0--_qv4--_.6_N_9X-B.s8.B" + ] } ] } @@ -1418,33 +1428,33 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -616061040, + "weight": -1832836223, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "L_v.-_.4dwFbuvEf55Y2k.F-F..3m6.._2v89U--8.3N_.n1.--.._-x_4.u": "j__3uM77U7._pT-___-_5-6h_Ky7-_0Vw-Nzfdw.w" + "BQ.9-_.m7-Q____vSW_4-__h": "w-ux_E4-.-PT-_Nx__-F_._n.WaY_o.-0-yj" }, "matchExpressions": [ { - "key": "b6---9-d-6s83--r-vk58-7e74-ddq-al.8-0m2/48-S9_-4CwMqp..__X", + "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" } ] }, "namespaces": [ - "455" + "460" ], - "topologyKey": "456", + "topologyKey": "461", "namespaceSelector": { "matchLabels": { - "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" + "8.7-72qz.W.d.._1-3968": "G__B.3R6-.7Bf8GA--__A7r.8U.V_p61-dO" }, "matchExpressions": [ { - "key": "vi.Z", + "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": [ - "03l-_86_u2-7_._qN__A_f_-B3_U__L.H" + "z87_2---2.E.p9-.-3.__a.bl_--..-A" ] } ] @@ -1454,63 +1464,63 @@ ] } }, - "schedulerName": "463", + "schedulerName": "468", "tolerations": [ { - "key": "464", - "operator": "瘂S淫íŶƭ鬯富Nú顏*z犔kU", - "value": "465", - "effect": "甬Ʈ岢r臣鐐qwïźU痤ȵ", - "tolerationSeconds": -4322909565451750640 + "key": "469", + "operator": "Ü", + "value": "470", + "effect": "貛香\"砻B鷋RȽXv*!ɝ茀Ǩ", + "tolerationSeconds": 8594241010639209901 } ], "hostAliases": [ { - "ip": "466", + "ip": "471", "hostnames": [ - "467" + "472" ] } ], - "priorityClassName": "468", - "priority": 780753434, + "priorityClassName": "473", + "priority": 878153992, "dnsConfig": { "nameservers": [ - "469" + "474" ], "searches": [ - "470" + "475" ], "options": [ { - "name": "471", - "value": "472" + "name": "476", + "value": "477" } ] }, "readinessGates": [ { - "conditionType": "¤趜磕绘翁揌p:oŇE" + "conditionType": "=ȑ-A敲ʉ" } ], - "runtimeClassName": "473", + "runtimeClassName": "478", "enableServiceLinks": false, - "preemptionPolicy": "ħ\\", + "preemptionPolicy": "梊蝴.Ĉ马āƭw鰕ǰ\"șa", "overhead": { - "kƱ": "313" + "\u003cƋlɋN磋镮ȺPÈɥ偁髕ģƗ": "283" }, "topologySpreadConstraints": [ { - "maxSkew": 1674267790, - "topologyKey": "474", - "whenUnsatisfiable": "G峣搒R谱ʜ篲\u0026ZǘtnjʣǕV", + "maxSkew": -702578810, + "topologyKey": "479", + "whenUnsatisfiable": "Ž氮怉ƥ;\"薑Ȣ#闬輙怀¹bCũw", "labelSelector": { "matchLabels": { - "Q_mgi.U.-e7z-t0-pQ-.-.g-_Z_-nSL.--4i": "Wq-...Oai.D7-_9..8-8yw..__Yb_8" + "N-_.F": "09z2" }, "matchExpressions": [ { - "key": "h---dY7_M_-._M5..-N_H_55..--E3_2D1", + "key": "z-g--v8-c58kh44k-b13--2.7a-h0-4d-z-23---49tw-a/G5-_-_Llmft6.5H905IBI-._g_0", "operator": "DoesNotExist" } ] 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 97970c0e14080cf6261d39d3f7fc740116ea4c08..b8f32d80550a93378c19d6bc66feb7d9ba4a4abc 100644 GIT binary patch delta 5848 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 YhY#犵殇ŕ-Ɂ - tcpSocket: host: "301" - port: 467291328 + httpHeaders: + - name: "302" + value: "303" + path: "299" + port: "300" + scheme: 鐫û咡W<敄lu|榝 + tcpSocket: + host: "304" + port: 102215089 livenessProbe: exec: command: - - "270" - failureThreshold: -93157681 + - "271" + failureThreshold: -1140531048 httpGet: - host: "272" + host: "273" httpHeaders: - - name: "273" - value: "274" - path: "271" - port: 1087851818 - initialDelaySeconds: -2036074491 - periodSeconds: 165047920 - successThreshold: -393291312 + - name: "274" + value: "275" + path: "272" + port: 630004123 + scheme: ɾģ毋Ó6dz娝嘚 + initialDelaySeconds: 1451056156 + periodSeconds: -127849333 + successThreshold: -1455098755 tcpSocket: host: "276" - port: "275" - terminationGracePeriodSeconds: -4856573944864548413 - timeoutSeconds: -148216266 - name: "244" + port: -1213051101 + terminationGracePeriodSeconds: -8648209499645539653 + timeoutSeconds: 267768240 + name: "245" ports: - - containerPort: -1694108493 - hostIP: "250" - hostPort: 70206540 - name: "249" - protocol: ǂ>5姣>懔%熷 + - containerPort: 62799871 + hostIP: "251" + hostPort: -421846800 + name: "250" + protocol: vt莭琽§ć\ ïì« readinessProbe: exec: command: - "277" - failureThreshold: 513341278 + failureThreshold: 785984384 httpGet: - host: "279" + host: "280" httpHeaders: - - name: "280" - value: "281" + - name: "281" + value: "282" path: "278" - port: -331283026 - scheme: ȉ - initialDelaySeconds: 1033766276 - periodSeconds: -859135545 - successThreshold: -1543701088 + port: "279" + scheme: '''WKw(ğ儴Ůĺ}潷ʒ胵輓Ɔ' + initialDelaySeconds: -1738069460 + periodSeconds: -805795167 + successThreshold: 1791615594 tcpSocket: - host: "282" - port: 714088955 - terminationGracePeriodSeconds: 2696007505383404823 - timeoutSeconds: -1745509819 + host: "283" + port: -36782737 + terminationGracePeriodSeconds: 830921445879518469 + timeoutSeconds: -1643733106 resources: limits: - 脾嚏吐ĠLƐȤ藠3.v-鿧悮坮Ȣ幟ļ腻: "575" + 粕擓ƖHVe熼'FD: "235" requests: - 丯Ƙ枛牐ɺ皚|: "933" + 嶗U: "647" securityContext: - allowPrivilegeEscalation: false + allowPrivilegeEscalation: true capabilities: add: - - 埄趛 + - 碔 drop: - - ʁ岼昕ĬÇ - privileged: true - procMount: 鐫û咡W<敄lu|榝 - readOnlyRootFilesystem: false - runAsGroup: -6406791857291159870 + - NKƙ順\E¦队偯J僳徥淳4揻-$ + privileged: false + procMount: ŕĪĠM蘇KŅ/»頸+SÄ蚃ɣ + readOnlyRootFilesystem: true + runAsGroup: 8201449858636177397 runAsNonRoot: false - runAsUser: 161123823296532265 + runAsUser: 8025933883888025358 seLinuxOptions: - level: "306" - role: "304" - type: "305" - user: "303" + level: "309" + role: "307" + type: "308" + user: "306" seccompProfile: - localhostProfile: "310" - type: î.Ȏ蝪ʜ5遰= + localhostProfile: "313" + type: ')酊龨δ摖ȱğ_<ǬëJ橈''琕鶫:' windowsOptions: - gmsaCredentialSpec: "308" - gmsaCredentialSpecName: "307" + gmsaCredentialSpec: "311" + gmsaCredentialSpecName: "310" hostProcess: false - runAsUserName: "309" + runAsUserName: "312" startupProbe: exec: command: - - "283" - failureThreshold: -1364571630 + - "284" + failureThreshold: -1748648882 httpGet: - host: "285" + host: "286" httpHeaders: - - name: "286" - value: "287" - path: "284" - port: -361442565 - scheme: w - initialDelaySeconds: 994072122 - periodSeconds: -1962065705 - successThreshold: 1701999128 + - name: "287" + value: "288" + path: "285" + port: 622267234 + scheme: '[+扴ȨŮ+朷Ǝ膯ljV' + initialDelaySeconds: -171684192 + periodSeconds: 1040396664 + successThreshold: -979584143 tcpSocket: - host: "288" - port: -1099429189 - terminationGracePeriodSeconds: 7258403424756645907 - timeoutSeconds: 1752155096 + host: "290" + port: "289" + terminationGracePeriodSeconds: -1030117900836778816 + timeoutSeconds: -602419938 stdin: true - stdinOnce: true - terminationMessagePath: "302" - terminationMessagePolicy: ĸ輦唊 + terminationMessagePath: "305" + terminationMessagePolicy: Ȏ蝪ʜ5遰=E埄Ȁ朦 wƯ貾坢'跩aŕ tty: true volumeDevices: - - devicePath: "269" - name: "268" + - devicePath: "270" + name: "269" volumeMounts: - - mountPath: "265" - mountPropagation: '[ħsĨɆâĺɗŹ倗S晒嶗UÐ_Ʈ' - name: "264" - subPath: "266" - subPathExpr: "267" - workingDir: "248" + - mountPath: "266" + mountPropagation: i酛3ƁÀ*f<鴒翁杙Ŧ癃 + name: "265" + subPath: "267" + subPathExpr: "268" + workingDir: "249" dnsConfig: nameservers: - - "469" + - "474" options: - - name: "471" - value: "472" + - name: "476" + value: "477" searches: - - "470" - dnsPolicy: µņP)DŽ髐njʉBn(fǂǢ + - "475" + dnsPolicy: żLj捲攻xƂ9阠$嬏wy¶熀 enableServiceLinks: false ephemeralContainers: - args: - - "314" + - "317" command: - - "313" + - "316" env: - - name: "321" - value: "322" + - name: "324" + value: "325" valueFrom: configMapKeyRef: - key: "328" - name: "327" - optional: false + key: "331" + name: "330" + optional: true fieldRef: - apiVersion: "323" - fieldPath: "324" + apiVersion: "326" + fieldPath: "327" resourceFieldRef: - containerName: "325" - divisor: "271" - resource: "326" + containerName: "328" + divisor: "974" + resource: "329" secretKeyRef: - key: "330" - name: "329" + key: "333" + name: "332" optional: true envFrom: - configMapRef: - name: "319" - optional: true - prefix: "318" - secretRef: - name: "320" + name: "322" optional: false - image: "312" - imagePullPolicy: 汰8ŕİi騎C"6x$1s + prefix: "321" + secretRef: + name: "323" + optional: true + image: "315" + imagePullPolicy: 覦灲閈誹ʅ蕉 lifecycle: postStart: exec: command: - - "357" + - "361" httpGet: - host: "359" - httpHeaders: - - name: "360" - value: "361" - path: "358" - port: -1021949447 - scheme: B芭 - tcpSocket: host: "363" - port: "362" + httpHeaders: + - name: "364" + value: "365" + path: "362" + port: -819013491 + scheme: Ĕ\ɢX鰨松/Ȁĵ鴁ĩȲǸ|蕎 + tcpSocket: + host: "367" + port: "366" preStop: exec: command: - - "364" + - "368" httpGet: - host: "367" + host: "371" httpHeaders: - - name: "368" - value: "369" - path: "365" - port: "366" - scheme: yƕ丆録²Ŏ) + - name: "372" + value: "373" + path: "369" + port: "370" + scheme: (ť1ùfŭƽ tcpSocket: - host: "370" - port: 507384491 + host: "375" + port: "374" livenessProbe: exec: command: - - "337" - failureThreshold: 1156888068 + - "340" + failureThreshold: -488127393 httpGet: - host: "339" + host: "342" httpHeaders: - - name: "340" - value: "341" - path: "338" - port: 1907998540 - scheme: ',ŕ' - initialDelaySeconds: -253326525 - periodSeconds: 887319241 - successThreshold: 1559618829 + - name: "343" + value: "344" + path: "341" + port: 1473407401 + scheme: ʐşƧ + initialDelaySeconds: 1947032456 + periodSeconds: -969533986 + successThreshold: 299741709 tcpSocket: - host: "343" - port: "342" - terminationGracePeriodSeconds: -5566612115749133989 - timeoutSeconds: 567263590 - name: "311" + host: "345" + port: 199049889 + terminationGracePeriodSeconds: 4883846315878203110 + timeoutSeconds: 1233904535 + name: "314" ports: - - containerPort: 1714588921 - hostIP: "317" - hostPort: -370386363 - name: "316" - protocol: Ư貾 + - containerPort: -2097329452 + hostIP: "320" + hostPort: -116224247 + name: "319" + protocol: 屿oiɥ嵐sC8? readinessProbe: exec: command: - - "344" - failureThreshold: 422133388 + - "346" + failureThreshold: -302933400 httpGet: - host: "346" + host: "349" httpHeaders: - - name: "347" - value: "348" - path: "345" - port: 1315054653 - scheme: 蚃ɣľ)酊龨δ摖ȱ - initialDelaySeconds: 1905181464 - periodSeconds: 1272940694 - successThreshold: -385597677 + - name: "350" + value: "351" + path: "347" + port: "348" + scheme: ' 鞤ɱďW賁Ěɭɪǹ0衷,ƷƣMț譎' + initialDelaySeconds: -200074798 + periodSeconds: -1838917931 + successThreshold: -1563928252 tcpSocket: - host: "350" - port: "349" - terminationGracePeriodSeconds: 8385745044578923915 - timeoutSeconds: -1730959016 + host: "353" + port: "352" + terminationGracePeriodSeconds: 7094149050088640176 + timeoutSeconds: 556036216 resources: limits: - 庰%皧V: "116" + 亏yƕ丆録²Ŏ)/灩聋3趐囨鏻: "838" requests: - "": "289" + i騎C"6x$1sȣ±p鋄5弢ȹ均: "582" securityContext: allowPrivilegeEscalation: false capabilities: add: - - p鋄5弢ȹ均i绝5 + - ǭ濑箨ʨIk drop: - - "" - privileged: true - procMount: ş + - dŊiɢ + privileged: false + procMount: Qm坊柩劄 readOnlyRootFilesystem: false - runAsGroup: 7023916302283403328 + runAsGroup: -4911894469676245979 runAsNonRoot: false - runAsUser: -3385088507022597813 + runAsUser: 3835909844513980271 seLinuxOptions: - level: "375" - role: "373" - type: "374" - user: "372" + level: "380" + role: "378" + type: "379" + user: "377" seccompProfile: - localhostProfile: "379" - type: 諔迮ƙ + localhostProfile: "384" + type: '[ƕƑĝ®EĨǔvÄÚ' windowsOptions: - gmsaCredentialSpec: "377" - gmsaCredentialSpecName: "376" - hostProcess: false - runAsUserName: "378" + gmsaCredentialSpec: "382" + gmsaCredentialSpecName: "381" + hostProcess: true + runAsUserName: "383" startupProbe: exec: command: - - "351" - failureThreshold: 353361793 + - "354" + failureThreshold: 1486914884 httpGet: - host: "353" - httpHeaders: - - name: "354" - value: "355" - path: "352" - port: 1013673874 - scheme: ə娯Ȱ囌{ - initialDelaySeconds: -205176266 - periodSeconds: -116469891 - successThreshold: 311083651 - tcpSocket: host: "356" - port: -1829146875 - terminationGracePeriodSeconds: -8939747084334542875 - timeoutSeconds: 490479437 + httpHeaders: + - name: "357" + value: "358" + path: "355" + port: -832681001 + scheme: h趭 + initialDelaySeconds: -1969828011 + periodSeconds: -748525373 + successThreshold: 805162379 + tcpSocket: + host: "360" + port: "359" + terminationGracePeriodSeconds: -2753079965660681160 + timeoutSeconds: -1186720090 + stdin: true stdinOnce: true - targetContainerName: "380" - terminationMessagePath: "371" - terminationMessagePolicy: "3" + targetContainerName: "385" + terminationMessagePath: "376" + terminationMessagePolicy: æ盪泙若`l}Ñ蠂Ü + tty: true volumeDevices: - - devicePath: "336" - name: "335" + - devicePath: "339" + name: "338" volumeMounts: - - mountPath: "332" - mountPropagation: 橨鬶l獕;跣Hǝcw媀瓄&翜舞拉Œ - name: "331" + - mountPath: "335" + mountPropagation: vEȤƏ埮p + name: "334" readOnly: true - subPath: "333" - subPathExpr: "334" - workingDir: "315" + subPath: "336" + subPathExpr: "337" + workingDir: "318" hostAliases: - hostnames: - - "467" - ip: "466" - hostIPC: true - hostNetwork: true - hostPID: true - hostname: "397" + - "472" + ip: "471" + hostname: "402" imagePullSecrets: - - name: "396" + - name: "401" initContainers: - args: - - "175" + - "178" command: - - "174" + - "177" env: - - name: "182" - value: "183" + - name: "185" + value: "186" valueFrom: configMapKeyRef: - key: "189" - name: "188" + key: "192" + name: "191" optional: false fieldRef: - apiVersion: "184" - fieldPath: "185" + apiVersion: "187" + fieldPath: "188" resourceFieldRef: - containerName: "186" - divisor: "577" - resource: "187" + containerName: "189" + divisor: "959" + resource: "190" secretKeyRef: - key: "191" - name: "190" - optional: true + key: "194" + name: "193" + optional: false envFrom: - configMapRef: - name: "180" - optional: true - prefix: "179" - secretRef: - name: "181" + name: "183" optional: false - image: "173" - imagePullPolicy: ǐƲE'iþŹʣy豎@ɀ羭,铻OŤǢʭ + prefix: "182" + secretRef: + name: "184" + optional: true + image: "176" + imagePullPolicy: 罁胾^拜Ȍzɟ踡肒Ao/樝fw[Řż丩 lifecycle: postStart: exec: command: - - "219" + - "223" httpGet: - host: "222" + host: "225" httpHeaders: - - name: "223" - value: "224" - path: "220" - port: "221" - scheme: Ĭ4y£軶 + - name: "226" + value: "227" + path: "224" + port: 1791729314 + scheme: 漘Z剚敍0) tcpSocket: - host: "226" - port: "225" + host: "228" + port: 424236719 preStop: exec: command: - - "227" + - "229" httpGet: - host: "230" + host: "231" httpHeaders: - - name: "231" - value: "232" - path: "228" - port: "229" - scheme: ɃHŠơŴĿǹ_Áȉ彂Ŵ廷 + - name: "232" + value: "233" + path: "230" + port: -1131820775 + scheme: Ƿ裚瓶釆Ɗ+j忊 tcpSocket: - host: "234" - port: "233" + host: "235" + port: "234" livenessProbe: exec: command: - - "198" - failureThreshold: -1553779100 + - "201" + failureThreshold: 462729263 httpGet: - host: "200" - httpHeaders: - - name: "201" - value: "202" - path: "199" - port: -57352147 - scheme: Y鶪5w垁鷌辪虽U珝 - initialDelaySeconds: 411878451 - periodSeconds: -254454655 - successThreshold: -1925916855 - tcpSocket: host: "204" + httpHeaders: + - name: "205" + value: "206" + path: "202" port: "203" - terminationGracePeriodSeconds: 8334895174951990407 - timeoutSeconds: 1676588692 - name: "172" + scheme: '|dk_瀹鞎sn芞QÄȻȊ+?' + initialDelaySeconds: 905846572 + periodSeconds: 166278802 + successThreshold: -2005424724 + tcpSocket: + host: "207" + port: 1094670193 + terminationGracePeriodSeconds: -2545119488724336295 + timeoutSeconds: -396185898 + name: "175" ports: - - containerPort: 231063530 - hostIP: "178" - hostPort: 949227156 - name: "177" - protocol: 8參遼ūPH炮掊°n + - containerPort: 173916181 + hostIP: "181" + hostPort: -379514302 + name: "180" + protocol: 鷅bȻN+ņ榱*Gưoɘ檲ɨ銦 readinessProbe: exec: command: - - "205" - failureThreshold: -1801400049 + - "208" + failureThreshold: 1577445629 httpGet: - host: "207" + host: "210" httpHeaders: - - name: "208" - value: "209" - path: "206" - port: 1463207240 - scheme: 蝿 - initialDelaySeconds: 1435507444 - periodSeconds: 524249411 - successThreshold: -1617359505 + - name: "211" + value: "212" + path: "209" + port: 1054302708 + initialDelaySeconds: -2093767566 + periodSeconds: 386652373 + successThreshold: -1157800046 tcpSocket: - host: "211" - port: "210" - terminationGracePeriodSeconds: -5734988028820567880 - timeoutSeconds: -1430577593 + host: "214" + port: "213" + terminationGracePeriodSeconds: 562397907094900922 + timeoutSeconds: -1718681455 resources: limits: - hoĂɋ: "206" - requests: 瓷碑: "809" + requests: + =å睫}堇硲蕵ɢ苆ǮńMǰ溟ɴ扵閝ȝ: "829" securityContext: allowPrivilegeEscalation: false capabilities: add: - - p儼Ƿ裚瓶釆Ɗ+j忊Ŗȫ焗捏ĨF + - "" drop: - - 籘Àǒɿʒ刽ʼn + - ŻʘY賃ɪ鐊瀑Ź9ǕLLȊɞ-uƻ悖ȩ privileged: false - procMount: x榜VƋZ1Ůđ眊ľǎɳ,ǿ飏騀呣ǎ - readOnlyRootFilesystem: true - runAsGroup: -4151726557168738613 + procMount: "" + readOnlyRootFilesystem: false + runAsGroup: -505892685699484816 runAsNonRoot: true - runAsUser: 8519427267030036521 + runAsUser: 301534795599983361 seLinuxOptions: - level: "239" - role: "237" - type: "238" - user: "236" + level: "240" + role: "238" + type: "239" + user: "237" seccompProfile: - localhostProfile: "243" - type: ǣ萭 + localhostProfile: "244" + type: Vȟ@7飣奺Ȋ礶惇¸t颟.鵫ǚ灄 windowsOptions: - gmsaCredentialSpec: "241" - gmsaCredentialSpecName: "240" - hostProcess: false - runAsUserName: "242" + gmsaCredentialSpec: "242" + gmsaCredentialSpecName: "241" + hostProcess: true + runAsUserName: "243" startupProbe: exec: command: - - "212" - failureThreshold: -722355061 + - "215" + failureThreshold: 304141309 httpGet: - host: "215" - httpHeaders: - - name: "216" - value: "217" - path: "213" - port: "214" - scheme: '十Oɢǵʭd鲡:' - initialDelaySeconds: 185639167 - periodSeconds: 393169267 - successThreshold: 1381010768 - tcpSocket: host: "218" - port: -2037320199 - terminationGracePeriodSeconds: 6388225771169951791 - timeoutSeconds: 1487007476 + httpHeaders: + - name: "219" + value: "220" + path: "216" + port: "217" + scheme: C'ɵK.Q貇£ȹ嫰ƹǔw÷nI粛 + initialDelaySeconds: 800220849 + periodSeconds: 135036402 + successThreshold: -1650568978 + tcpSocket: + host: "222" + port: "221" + terminationGracePeriodSeconds: -378701183370790036 + timeoutSeconds: -1429994426 stdin: true - terminationMessagePath: "235" - terminationMessagePolicy: Ⱦdz@ùƸʋŀ + stdinOnce: true + terminationMessagePath: "236" + terminationMessagePolicy: 焗捏 volumeDevices: - - devicePath: "197" - name: "196" + - devicePath: "200" + name: "199" volumeMounts: - - mountPath: "193" - mountPropagation: å睫}堇硲蕵ɢ苆 - name: "192" - subPath: "194" - subPathExpr: "195" - workingDir: "176" - nodeName: "385" + - mountPath: "196" + mountPropagation: 虽U珝Żwʮ馜üNșƶ4ĩĉş蝿ɖȃ + name: "195" + subPath: "197" + subPathExpr: "198" + workingDir: "179" + nodeName: "390" nodeSelector: - "381": "382" + "386": "387" overhead: - kƱ: "313" - preemptionPolicy: ħ\ - priority: 780753434 - priorityClassName: "468" + <ƋlɋN磋镮ȺPÈɥ偁髕ģƗ: "283" + preemptionPolicy: 梊蝴.Ĉ马āƭw鰕ǰ"șa + priority: 878153992 + priorityClassName: "473" readinessGates: - - conditionType: ¤趜磕绘翁揌p:oŇE - restartPolicy: 4ʗN,丽饾| 鞤ɱď - runtimeClassName: "473" - schedulerName: "463" + - conditionType: =ȑ-A敲ʉ + restartPolicy: 鬷m罂 + runtimeClassName: "478" + schedulerName: "468" securityContext: - fsGroup: -8460346884535567850 - fsGroupChangePolicy: "8" - runAsGroup: 6942343986058351509 + fsGroup: -838253411893392910 + fsGroupChangePolicy: 槃JŵǤ桒ɴ鉂WJ + runAsGroup: 5680561050872693436 runAsNonRoot: true - runAsUser: 2373631082804169687 + runAsUser: 8790792169692841191 seLinuxOptions: - level: "389" - role: "387" - type: "388" - user: "386" + level: "394" + role: "392" + type: "393" + user: "391" seccompProfile: - localhostProfile: "395" - type: T[ + localhostProfile: "400" + type: 抉泅ą&疀ȼN翾ȾD虓氙磂tńČȷǻ supplementalGroups: - - 3174735363260936461 + - 7768299165267384830 sysctls: - - name: "393" - value: "394" + - name: "398" + value: "399" windowsOptions: - gmsaCredentialSpec: "391" - gmsaCredentialSpecName: "390" - hostProcess: true - runAsUserName: "392" - serviceAccount: "384" - serviceAccountName: "383" + gmsaCredentialSpec: "396" + gmsaCredentialSpecName: "395" + hostProcess: false + runAsUserName: "397" + serviceAccount: "389" + serviceAccountName: "388" setHostnameAsFQDN: false - shareProcessNamespace: true - subdomain: "398" - terminationGracePeriodSeconds: 5667186155078596628 + shareProcessNamespace: false + subdomain: "403" + terminationGracePeriodSeconds: 6757106584708307313 tolerations: - - effect: 甬Ʈ岢r臣鐐qwïźU痤ȵ - key: "464" - operator: 瘂S淫íŶƭ鬯富Nú顏*z犔kU - tolerationSeconds: -4322909565451750640 - value: "465" + - effect: 貛香"砻B鷋RȽXv*!ɝ茀Ǩ + key: "469" + operator: Ü + tolerationSeconds: 8594241010639209901 + value: "470" topologySpreadConstraints: - labelSelector: matchExpressions: - - key: h---dY7_M_-._M5..-N_H_55..--E3_2D1 + - key: z-g--v8-c58kh44k-b13--2.7a-h0-4d-z-23---49tw-a/G5-_-_Llmft6.5H905IBI-._g_0 operator: DoesNotExist matchLabels: - Q_mgi.U.-e7z-t0-pQ-.-.g-_Z_-nSL.--4i: Wq-...Oai.D7-_9..8-8yw..__Yb_8 - maxSkew: 1674267790 - topologyKey: "474" - whenUnsatisfiable: G峣搒R谱ʜ篲&ZǘtnjʣǕV + N-_.F: 09z2 + maxSkew: -702578810 + topologyKey: "479" + whenUnsatisfiable: Ž氮怉ƥ;"薑Ȣ#闬輙怀¹bCũw volumes: - awsElasticBlockStore: fsType: "43" @@ -885,6 +887,10 @@ template: apiGroup: "169" kind: "170" name: "171" + dataSourceRef: + apiGroup: "172" + kind: "173" + name: "174" resources: limits: Y籎顒ǥŴ: "744" 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 0c4c54545db..4771d972309 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 @@ -433,6 +433,11 @@ "apiGroup": "171", "kind": "172", "name": "173" + }, + "dataSourceRef": { + "apiGroup": "174", + "kind": "175", + "name": "176" } } } @@ -441,59 +446,58 @@ ], "initContainers": [ { - "name": "174", - "image": "175", + "name": "177", + "image": "178", "command": [ - "176" + "179" ], "args": [ - "177" + "180" ], - "workingDir": "178", + "workingDir": "181", "ports": [ { - "name": "179", - "hostPort": -1872407654, - "containerPort": 32378685, - "protocol": "ş蝿ɖȃ賲鐅臬", - "hostIP": "180" + "name": "182", + "hostPort": 118729776, + "containerPort": -614785801, + "hostIP": "183" } ], "envFrom": [ { - "prefix": "181", + "prefix": "184", "configMapRef": { - "name": "182", - "optional": false + "name": "185", + "optional": true }, "secretRef": { - "name": "183", + "name": "186", "optional": true } } ], "env": [ { - "name": "184", - "value": "185", + "name": "187", + "value": "188", "valueFrom": { "fieldRef": { - "apiVersion": "186", - "fieldPath": "187" + "apiVersion": "189", + "fieldPath": "190" }, "resourceFieldRef": { - "containerName": "188", - "resource": "189", - "divisor": "117" + "containerName": "191", + "resource": "192", + "divisor": "421" }, "configMapKeyRef": { - "name": "190", - "key": "191", - "optional": true + "name": "193", + "key": "194", + "optional": false }, "secretKeyRef": { - "name": "192", - "key": "193", + "name": "195", + "key": "196", "optional": false } } @@ -501,406 +505,407 @@ ], "resources": { "limits": { - "ʭd鲡:贅wE@Ȗs«öʮĀ\u003cé瞾ʀN": "197" + "_瀹鞎sn芞QÄȻȊ+?": "193" }, "requests": { - "軶ǃ*ʙ嫙\u0026蒒5靇": "813" + "@Ȗs«öʮĀ\u003cé瞾": "51" } }, "volumeMounts": [ { - "name": "194", - "mountPath": "195", - "subPath": "196", - "mountPropagation": "ǹ_Áȉ彂Ŵ廷s", - "subPathExpr": "197" + "name": "197", + "mountPath": "198", + "subPath": "199", + "mountPropagation": "£軶ǃ*ʙ嫙\u0026蒒5靇C'ɵK.Q貇", + "subPathExpr": "200" } ], "volumeDevices": [ { - "name": "198", - "devicePath": "199" + "name": "201", + "devicePath": "202" } ], "livenessProbe": { "exec": { "command": [ - "200" + "203" ] }, "httpGet": { - "path": "201", - "port": 1923650413, - "host": "202", - "scheme": "I粛E煹ǐƲE'iþŹʣy", + "path": "204", + "port": "205", + "host": "206", + "scheme": "{Ⱦdz@", "httpHeaders": [ { - "name": "203", - "value": "204" + "name": "207", + "value": "208" } ] }, "tcpSocket": { - "port": "205", - "host": "206" + "port": 406308963, + "host": "209" }, - "initialDelaySeconds": -1961863213, - "timeoutSeconds": -103588794, - "periodSeconds": -1045704964, - "successThreshold": 1089147958, - "failureThreshold": -1273036797, - "terminationGracePeriodSeconds": 2787866729016106782 + "initialDelaySeconds": 632397602, + "timeoutSeconds": 2026784878, + "periodSeconds": -730174220, + "successThreshold": 433084615, + "failureThreshold": 208045354, + "terminationGracePeriodSeconds": -1159835821828680707 }, "readinessProbe": { "exec": { "command": [ - "207" + "210" ] }, "httpGet": { - "path": "208", - "port": 859639931, - "host": "209", - "scheme": "p儼Ƿ裚瓶釆Ɗ+j忊Ŗȫ焗捏ĨF", + "path": "211", + "port": 576428641, + "host": "212", + "scheme": "ƯĖ漘Z剚敍0)鈼¬麄p呝T", "httpHeaders": [ { - "name": "210", - "value": "211" + "name": "213", + "value": "214" } ] }, "tcpSocket": { - "port": "212", - "host": "213" + "port": -1891134534, + "host": "215" }, - "initialDelaySeconds": 1380874688, - "timeoutSeconds": -1018741501, - "periodSeconds": -674091068, - "successThreshold": -2061678740, - "failureThreshold": -495373547, - "terminationGracePeriodSeconds": -703684984628150402 + "initialDelaySeconds": -1710454086, + "timeoutSeconds": 192146389, + "periodSeconds": 1285027515, + "successThreshold": 111876618, + "failureThreshold": -820458255, + "terminationGracePeriodSeconds": -4763823273964408583 }, "startupProbe": { "exec": { "command": [ - "214" + "216" ] }, "httpGet": { - "path": "215", - "port": 1255169591, - "host": "216", - "scheme": "褎weLJèux", + "path": "217", + "port": -122979840, + "host": "218", + "scheme": "罁胾^拜Ȍzɟ踡肒Ao/樝fw[Řż丩", "httpHeaders": [ { - "name": "217", - "value": "218" + "name": "219", + "value": "220" } ] }, "tcpSocket": { - "port": "219", - "host": "220" + "port": "221", + "host": "222" }, - "initialDelaySeconds": -1133499416, - "timeoutSeconds": 486195690, - "periodSeconds": 1157241180, - "successThreshold": -1810997540, - "failureThreshold": -1681029343, - "terminationGracePeriodSeconds": -6826008110504741173 + "initialDelaySeconds": 2045456786, + "timeoutSeconds": 988932710, + "periodSeconds": -1537700150, + "successThreshold": -1815868713, + "failureThreshold": 105707873, + "terminationGracePeriodSeconds": -810905585400838367 }, "lifecycle": { "postStart": { "exec": { "command": [ - "221" + "223" ] }, "httpGet": { - "path": "222", - "port": "223", - "host": "224", - "scheme": "LLȊɞ-uƻ悖ȩ0Ƹ[Ęİ榌", + "path": "224", + "port": 1422435836, + "host": "225", + "scheme": ",ǿ飏騀呣ǎfǣ萭旿@掇lNdǂ", "httpHeaders": [ { - "name": "225", - "value": "226" + "name": "226", + "value": "227" } ] }, "tcpSocket": { - "port": "227", - "host": "228" + "port": "228", + "host": "229" } }, "preStop": { "exec": { "command": [ - "229" + "230" ] }, "httpGet": { - "path": "230", - "port": "231", - "host": "232", - "scheme": "懔%熷谟", + "path": "231", + "port": "232", + "host": "233", + "scheme": "Vȟ@7飣奺Ȋ礶惇¸t颟.鵫ǚ灄", "httpHeaders": [ { - "name": "233", - "value": "234" + "name": "234", + "value": "235" } ] }, "tcpSocket": { - "port": -1920661051, - "host": "235" + "port": "236", + "host": "237" } } }, - "terminationMessagePath": "236", - "terminationMessagePolicy": "荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3", - "imagePullPolicy": "vt莭琽§ć\\ ïì«", + "terminationMessagePath": "238", + "terminationMessagePolicy": "ʤî萨zvt莭", + "imagePullPolicy": "悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\\p", "securityContext": { "capabilities": { "add": [ - "枛牐ɺ皚|懥ƖN粕擓ƖHVe熼'F" + "sĨɆâĺɗŹ倗S晒嶗U" ], "drop": [ - "剂讼ɓȌʟni酛3Ɓ" + "_ƮA攤/ɸɎ R§耶FfBl" ] }, - "privileged": false, + "privileged": true, "seLinuxOptions": { - "user": "237", - "role": "238", - "type": "239", - "level": "240" + "user": "239", + "role": "240", + "type": "241", + "level": "242" }, "windowsOptions": { - "gmsaCredentialSpecName": "241", - "gmsaCredentialSpec": "242", - "runAsUserName": "243", - "hostProcess": false + "gmsaCredentialSpecName": "243", + "gmsaCredentialSpec": "244", + "runAsUserName": "245", + "hostProcess": true }, - "runAsUser": 4530581071337252406, - "runAsGroup": 708875421817317137, + "runAsUser": 3850139838566476547, + "runAsGroup": -7106791338981314910, "runAsNonRoot": true, - "readOnlyRootFilesystem": true, + "readOnlyRootFilesystem": false, "allowPrivilegeEscalation": false, - "procMount": "鸖ɱJȉ罴ņ螡źȰ", + "procMount": "娝嘚庎D}埽uʎȺ眖R#yV'", "seccompProfile": { - "type": "$矡ȶ", - "localhostProfile": "244" + "type": "Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ", + "localhostProfile": "246" } }, - "stdinOnce": true, + "stdin": true, "tty": true } ], "containers": [ { - "name": "245", - "image": "246", + "name": "247", + "image": "248", "command": [ - "247" + "249" ], "args": [ - "248" + "250" ], - "workingDir": "249", + "workingDir": "251", "ports": [ { - "name": "250", - "hostPort": -1905643191, - "containerPort": -2717401, - "protocol": "ɳɷ9Ì", - "hostIP": "251" + "name": "252", + "hostPort": -1643733106, + "containerPort": -805795167, + "protocol": "8Ƥ熪军g\u003e郵[+", + "hostIP": "253" } ], "envFrom": [ { - "prefix": "252", + "prefix": "254", "configMapRef": { - "name": "253", - "optional": false + "name": "255", + "optional": true }, "secretRef": { - "name": "254", - "optional": true + "name": "256", + "optional": false } } ], "env": [ { - "name": "255", - "value": "256", + "name": "257", + "value": "258", "valueFrom": { "fieldRef": { - "apiVersion": "257", - "fieldPath": "258" + "apiVersion": "259", + "fieldPath": "260" }, "resourceFieldRef": { - "containerName": "259", - "resource": "260", - "divisor": "800" + "containerName": "261", + "resource": "262", + "divisor": "730" }, "configMapKeyRef": { - "name": "261", - "key": "262", - "optional": false - }, - "secretKeyRef": { "name": "263", "key": "264", "optional": true + }, + "secretKeyRef": { + "name": "265", + "key": "266", + "optional": false } } } ], "resources": { "limits": { - "pw": "934" + "1虊谇j爻ƙt叀碧闳ȩr嚧ʣq": "431" }, "requests": { - "輓Ɔȓ蹣ɐǛv+8": "375" + "ē鐭#嬀ơŸ8T 苧yñKJɐ": "894" } }, "volumeMounts": [ { - "name": "265", - "mountPath": "266", - "subPath": "267", - "mountPropagation": "颐o", - "subPathExpr": "268" + "name": "267", + "mountPath": "268", + "subPath": "269", + "mountPropagation": "û咡W\u003c敄lu|榝$î.Ȏ蝪ʜ5", + "subPathExpr": "270" } ], "volumeDevices": [ { - "name": "269", - "devicePath": "270" + "name": "271", + "devicePath": "272" } ], "livenessProbe": { "exec": { "command": [ - "271" + "273" ] }, "httpGet": { - "path": "272", - "port": 972978563, - "host": "273", - "scheme": "ȨŮ+朷Ǝ膯", + "path": "274", + "port": 14304392, + "host": "275", + "scheme": "寳议Ƭƶ氩Ȩ\u003c6鄰簳°Ļǟi\u0026皥贸碔", "httpHeaders": [ { - "name": "274", - "value": "275" + "name": "276", + "value": "277" } ] }, "tcpSocket": { - "port": -1506633471, - "host": "276" + "port": "278", + "host": "279" }, - "initialDelaySeconds": -249989919, - "timeoutSeconds": -171684192, - "periodSeconds": -602419938, - "successThreshold": 1040396664, - "failureThreshold": -979584143, - "terminationGracePeriodSeconds": -7510389757339505131 + "initialDelaySeconds": -1296830577, + "timeoutSeconds": -1314967760, + "periodSeconds": 1174240097, + "successThreshold": -1928016742, + "failureThreshold": -787458357, + "terminationGracePeriodSeconds": 342609112008782456 }, "readinessProbe": { "exec": { "command": [ - "277" + "280" ] }, "httpGet": { - "path": "278", - "port": -1538905728, - "host": "279", - "scheme": "ȩr嚧ʣq埄趛屡ʁ岼昕ĬÇó藢xɮ", + "path": "281", + "port": -528664199, + "host": "282", + "scheme": "徥淳4揻-$ɽ丟", "httpHeaders": [ { - "name": "280", - "value": "281" + "name": "283", + "value": "284" } ] }, "tcpSocket": { - "port": "282", - "host": "283" + "port": "285", + "host": "286" }, - "initialDelaySeconds": -1817291584, - "timeoutSeconds": 1224868165, - "periodSeconds": 582041100, - "successThreshold": 509188266, - "failureThreshold": -940514142, - "terminationGracePeriodSeconds": 6764431850409848860 + "initialDelaySeconds": 468369166, + "timeoutSeconds": 1909548849, + "periodSeconds": 1492642476, + "successThreshold": -367153801, + "failureThreshold": 1907998540, + "terminationGracePeriodSeconds": 8959437085840841638 }, "startupProbe": { "exec": { "command": [ - "284" + "287" ] }, "httpGet": { - "path": "285", - "port": -331594625, - "host": "286", - "scheme": "lu|榝$î.", + "path": "288", + "port": "289", + "host": "290", + "scheme": "M蘇KŅ/»頸+SÄ蚃ɣľ)酊龨δ", "httpHeaders": [ { - "name": "287", - "value": "288" + "name": "291", + "value": "292" } ] }, "tcpSocket": { - "port": "289", - "host": "290" + "port": 458427807, + "host": "293" }, - "initialDelaySeconds": -1505188927, - "timeoutSeconds": -2133054549, - "periodSeconds": 2083727489, - "successThreshold": 486365838, - "failureThreshold": 133009177, - "terminationGracePeriodSeconds": -6177393256425700216 + "initialDelaySeconds": -1971421078, + "timeoutSeconds": 1905181464, + "periodSeconds": -1730959016, + "successThreshold": 1272940694, + "failureThreshold": -385597677, + "terminationGracePeriodSeconds": 1813049096022212391 }, "lifecycle": { "postStart": { "exec": { "command": [ - "291" + "294" ] }, "httpGet": { - "path": "292", - "port": "293", - "host": "294", + "path": "295", + "port": 50696420, + "host": "296", + "scheme": "iǨź'ǵɐ鰥Z龏´DÒȗÔÂɘɢ", "httpHeaders": [ { - "name": "295", - "value": "296" + "name": "297", + "value": "298" } ] }, "tcpSocket": { - "port": "297", - "host": "298" + "port": 802134138, + "host": "299" } }, "preStop": { "exec": { "command": [ - "299" + "300" ] }, "httpGet": { - "path": "300", - "port": "301", + "path": "301", + "port": -126958936, "host": "302", - "scheme": "跩aŕ翑", + "scheme": "h亏yƕ丆録²Ŏ)/灩聋3趐囨鏻砅邻", "httpHeaders": [ { "name": "303", @@ -915,17 +920,18 @@ } }, "terminationMessagePath": "307", - "imagePullPolicy": "\u0026皥贸碔lNKƙ順\\E¦队偯", + "terminationMessagePolicy": "ŧOǨ繫ʎǑyZ涬P­蜷ɔ幩šeS", + "imagePullPolicy": "哇芆斩ìh4ɊHȖ|ʐşƧ諔迮", "securityContext": { "capabilities": { "add": [ - "徥淳4揻-$ɽ丟" + "嘢4ʗN,丽饾| 鞤ɱďW賁" ], "drop": [ - "" + "ɭɪǹ0衷," ] }, - "privileged": false, + "privileged": true, "seLinuxOptions": { "user": "308", "role": "309", @@ -936,21 +942,19 @@ "gmsaCredentialSpecName": "312", "gmsaCredentialSpec": "313", "runAsUserName": "314", - "hostProcess": false + "hostProcess": true }, - "runAsUser": -816831389119959689, - "runAsGroup": 8194791334069427324, + "runAsUser": -1119183212148951030, + "runAsGroup": -7146044409185304665, "runAsNonRoot": false, - "readOnlyRootFilesystem": false, + "readOnlyRootFilesystem": true, "allowPrivilegeEscalation": true, - "procMount": "M蘇KŅ/»頸+SÄ蚃ɣľ)酊龨δ", + "procMount": "w妕眵笭/9崍h趭(娕", "seccompProfile": { - "type": "ȱğ_\u003cǬëJ橈'琕鶫:顇ə", + "type": "E增猍", "localhostProfile": "315" } - }, - "stdinOnce": true, - "tty": true + } } ], "ephemeralContainers": [ @@ -967,9 +971,9 @@ "ports": [ { "name": "321", - "hostPort": 1504385614, - "containerPort": 865289071, - "protocol": "iɥ嵐sC8", + "hostPort": 601942575, + "containerPort": -1320027474, + "protocol": "Ƶf", "hostIP": "322" } ], @@ -978,11 +982,11 @@ "prefix": "323", "configMapRef": { "name": "324", - "optional": false + "optional": true }, "secretRef": { "name": "325", - "optional": false + "optional": true } } ], @@ -998,7 +1002,7 @@ "resourceFieldRef": { "containerName": "330", "resource": "331", - "divisor": "832" + "divisor": "179" }, "configMapKeyRef": { "name": "332", @@ -1015,10 +1019,10 @@ ], "resources": { "limits": { - "h亏yƕ丆録²Ŏ)/灩聋3趐囨鏻砅邻": "127" + "阎l": "464" }, "requests": { - "C\"6x$1s": "463" + "'佉": "633" } }, "volumeMounts": [ @@ -1026,7 +1030,7 @@ "name": "336", "mountPath": "337", "subPath": "338", - "mountPropagation": "P­蜷ɔ幩šeSvEȤƏ埮pɵ{W", + "mountPropagation": "(ť1ùfŭƽ", "subPathExpr": "339" } ], @@ -1044,9 +1048,9 @@ }, "httpGet": { "path": "343", - "port": -1700828941, + "port": -684167223, "host": "344", - "scheme": "諔迮ƙ", + "scheme": "1b", "httpHeaders": [ { "name": "345", @@ -1058,12 +1062,12 @@ "port": "347", "host": "348" }, - "initialDelaySeconds": -969533986, - "timeoutSeconds": 299741709, - "periodSeconds": -488127393, - "successThreshold": 1137109081, - "failureThreshold": -1896415283, - "terminationGracePeriodSeconds": 6618112330449141397 + "initialDelaySeconds": -47594442, + "timeoutSeconds": -2064284357, + "periodSeconds": 725624946, + "successThreshold": -34803208, + "failureThreshold": -313085430, + "terminationGracePeriodSeconds": -7686796864837350582 }, "readinessProbe": { "exec": { @@ -1073,55 +1077,55 @@ }, "httpGet": { "path": "350", - "port": "351", - "host": "352", - "scheme": "ɱďW賁Ě", + "port": 1611386356, + "host": "351", + "scheme": "ɼ搳ǭ濑箨ʨIk(", "httpHeaders": [ { - "name": "353", - "value": "354" + "name": "352", + "value": "353" } ] }, "tcpSocket": { - "port": 1436222565, - "host": "355" + "port": 2115799218, + "host": "354" }, - "initialDelaySeconds": -674445196, - "timeoutSeconds": 1239158543, - "periodSeconds": -543432015, - "successThreshold": -515370067, - "failureThreshold": 2073046460, - "terminationGracePeriodSeconds": 7270263763744228913 + "initialDelaySeconds": 1984241264, + "timeoutSeconds": -758033170, + "periodSeconds": -487434422, + "successThreshold": -370404018, + "failureThreshold": -1844150067, + "terminationGracePeriodSeconds": 1778358283914418699 }, "startupProbe": { "exec": { "command": [ - "356" + "355" ] }, "httpGet": { - "path": "357", - "port": "358", - "host": "359", - "scheme": "XW疪鑳w妕眵", + "path": "356", + "port": "357", + "host": "358", + "scheme": "焬CQm坊柩", "httpHeaders": [ { - "name": "360", - "value": "361" + "name": "359", + "value": "360" } ] }, "tcpSocket": { - "port": 455919108, + "port": "361", "host": "362" }, - "initialDelaySeconds": -832681001, - "timeoutSeconds": 1616390418, - "periodSeconds": -1337533938, - "successThreshold": 1473765654, - "failureThreshold": 252309773, - "terminationGracePeriodSeconds": -8460346884535567850 + "initialDelaySeconds": -135823101, + "timeoutSeconds": -1345219897, + "periodSeconds": 1141812777, + "successThreshold": -1830926023, + "failureThreshold": -320410537, + "terminationGracePeriodSeconds": 8766190045617353809 }, "lifecycle": { "postStart": { @@ -1132,18 +1136,18 @@ }, "httpGet": { "path": "364", - "port": -869776221, - "host": "365", - "scheme": "[irȎ3Ĕ\\ɢX鰨松/Ȁĵ鴁ĩȲ", + "port": "365", + "host": "366", + "scheme": "!鍲ɋȑoG鄧蜢暳ǽżLj", "httpHeaders": [ { - "name": "366", - "value": "367" + "name": "367", + "value": "368" } ] }, "tcpSocket": { - "port": "368", + "port": 1333166203, "host": "369" } }, @@ -1155,9 +1159,9 @@ }, "httpGet": { "path": "371", - "port": -1917609921, + "port": 758604605, "host": "372", - "scheme": "耗", + "scheme": "ċ桉桃喕蠲$ɛ溢臜裡×銵-紑", "httpHeaders": [ { "name": "373", @@ -1172,15 +1176,15 @@ } }, "terminationMessagePath": "377", - "terminationMessagePolicy": "ť1ùfŭƽ眝{æ盪泙若`l}Ñ蠂Ü[", - "imagePullPolicy": "灲閈誹ʅ蕉ɼ搳", + "terminationMessagePolicy": "釼aTGÒ鵌", + "imagePullPolicy": "ŵǤ桒ɴ鉂WJ1抉泅ą\u0026疀ȼN翾Ⱦ", "securityContext": { "capabilities": { "add": [ - "箨ʨIk(dŊiɢ" + "氙磂tńČȷǻ.wȏâ磠Ƴ崖S«V¯Á" ], "drop": [ - "Į蛋I滞廬耐鷞焬CQ" + "tl敷斢杧ż鯀" ] }, "privileged": true, @@ -1194,29 +1198,27 @@ "gmsaCredentialSpecName": "382", "gmsaCredentialSpec": "383", "runAsUserName": "384", - "hostProcess": false + "hostProcess": true }, - "runAsUser": -506227444233847191, - "runAsGroup": -583355774536171734, - "runAsNonRoot": false, + "runAsUser": -3379825899840103887, + "runAsGroup": -6950412587983829837, + "runAsNonRoot": true, "readOnlyRootFilesystem": false, - "allowPrivilegeEscalation": false, - "procMount": "EĨǔvÄÚ×p", + "allowPrivilegeEscalation": true, + "procMount": "张q櫞繡旹翃ɾ氒ĺʈʫ羶剹ƊF豎穜姰", "seccompProfile": { - "type": "m罂o3ǰ廋i乳'ȘUɻ", + "type": "咑耖p^鏋蛹Ƚȿ醏g", "localhostProfile": "385" } }, - "stdin": true, - "stdinOnce": true, "tty": true, "targetContainerName": "386" } ], - "restartPolicy": "ċ桉桃喕蠲$ɛ溢臜裡×銵-紑", - "terminationGracePeriodSeconds": -3877666641335425693, - "activeDeadlineSeconds": -2391833818948531474, - "dnsPolicy": "Ƒ[澔", + "restartPolicy": "飂廤Ƌʙcx", + "terminationGracePeriodSeconds": -4767735291842597991, + "activeDeadlineSeconds": -7888525810745339742, + "dnsPolicy": "h`職铳s44矕Ƈ", "nodeSelector": { "387": "388" }, @@ -1224,7 +1226,7 @@ "serviceAccount": "390", "automountServiceAccountToken": true, "nodeName": "391", - "hostPID": true, + "hostIPC": true, "shareProcessNamespace": true, "securityContext": { "seLinuxOptions": { @@ -1239,22 +1241,22 @@ "runAsUserName": "398", "hostProcess": false }, - "runAsUser": 7177254483209867257, - "runAsGroup": 7721939829013914482, - "runAsNonRoot": true, + "runAsUser": 5422399684456852309, + "runAsGroup": -4636770370363077377, + "runAsNonRoot": false, "supplementalGroups": [ - -5080569150241191388 + -5728960352366086876 ], - "fsGroup": -6486306216295496187, + "fsGroup": 1712752437570220896, "sysctls": [ { "name": "399", "value": "400" } ], - "fsGroupChangePolicy": "ȼN翾ȾD虓氙磂tńČȷǻ.wȏâ磠", + "fsGroupChangePolicy": "", "seccompProfile": { - "type": "崖S«V¯Á", + "type": "#", "localhostProfile": "401" } }, @@ -1273,7 +1275,7 @@ "matchExpressions": [ { "key": "405", - "operator": "\\Ď愝Ű藛b磾sYȠ繽敮ǰ詀ǿ忀o", + "operator": "7曳wœj堑ūM鈱ɖ'蠨磼O_h盌3", "values": [ "406" ] @@ -1282,7 +1284,7 @@ "matchFields": [ { "key": "407", - "operator": "旹翃ɾ氒ĺʈʫ", + "operator": "@@)Zq=歍þ螗ɃŒGm¨z鋎靀G¿", "values": [ "408" ] @@ -1293,12 +1295,12 @@ }, "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -855547676, + "weight": 687140791, "preference": { "matchExpressions": [ { "key": "409", - "operator": "F豎穜姰l咑耖p^鏋蛹Ƚȿ", + "operator": "ļǹʅŚO虀", "values": [ "410" ] @@ -1307,7 +1309,7 @@ "matchFields": [ { "key": "411", - "operator": "ò", + "operator": "ɴĶ烷Ľthp像-觗裓6Ř", "values": [ "412" ] @@ -1322,14 +1324,14 @@ { "labelSelector": { "matchLabels": { - "4_-y.8_38xm-.nx.sEK4.B.__6m": "J1-1.9_.-.Ms7_tP" + "0": "X8s--7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp_._.-miJ4x-_0_5-_7" }, "matchExpressions": [ { - "key": "37zzgy3-4----nf---3a-cgr6---r58-e-l203-8sln7-3x-b--550397801/1.k9M86.9a_-0R_.Z__v", - "operator": "NotIn", + "key": "c-.F5_x.KNC0-.-m_0-m-6Sp_N-S..o", + "operator": "In", "values": [ - "0_1V4.-r-8S5--_7_-Zp_._.-miJ4x-_0_5-_.7F3p2_-_AmD-.0AP.-.Cc" + "g-_4Q__-v_t_u_.__I_-_-3-3--5X1rh-K5y_AzOBW.9oE9_6.--v7" ] } ] @@ -1340,11 +1342,11 @@ "topologyKey": "420", "namespaceSelector": { "matchLabels": { - "3QC1--L--v_Z--ZgC": "Q__-v_t_u_.__O" + "4eq5": "" }, "matchExpressions": [ { - "key": "w3--5X1rh-K5y_AzOBW.9oE9_6.--v17r__.2bIZ___._6..tf-_u-a", + "key": "XH-.k.7.l_-W8o._xJ1-lFA_Xf3.V0H2-.zHw.H__V.Vz_6.z", "operator": "Exists" } ] @@ -1353,18 +1355,18 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 957174721, + "weight": 888976270, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "o._xJ1-lFA_Xf3.V0H2-.zHw.H__V.Vz_6.Hz_V_.r_v_._e_-78o_66": "11_7pX_.-mLlx...w_t-_.5.40Rw4gD.._.-x6db-L7.-__-G_2C" + "z_o_2.--4Z7__i1T.miw_a": "2..8-_0__5HG2_5XOAX.gUqV22-4-ye52yQh7.6.-y-s4483Po_L3f1-7_O4n" }, "matchExpressions": [ { - "key": "4exr-1-o--g--1l-8---3snw0-3i--a7-2--o--u0038mp9c10-k-r--l.06-4g-z46--f2t-m839q/2_--XZ-x.__.Y_p", - "operator": "NotIn", + "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": [ - "N7_B_r" + "H-7Tp_.----cp__ac8u.._-__BM.6-.Y_72-_--pT75-.emVQ" ] } ] @@ -1375,12 +1377,15 @@ "topologyKey": "434", "namespaceSelector": { "matchLabels": { - "O_._e_3_.4_W_-q": "Tp_.----cp__ac8u.._-__BM.6-.Y_72-_--pT75-.emV__1-wv3UDf.-4D-rr" + "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": "XN_h_4Hl-X0_2--__4K..-68-7AlR__8-7_-YD-Q9_-T", - "operator": "Exists" + "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" + ] } ] } @@ -1393,15 +1398,12 @@ { "labelSelector": { "matchLabels": { - "ue--s-1--t-4m7a-41-6j4m--4-r4p--w1k8--u87lyqq-o-3-7/07-ht-E6_Q": "h--m._fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWUV" + "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": "xa_o..p_B-d--Q5._D6_.d-n_9n.p.2-.-Qw__YT.1---.-o7.pJ-4-W", - "operator": "In", - "values": [ - "U7iLfS-0.9-.-._.1..s._jP6j.u--.K--g__..2bidFx" - ] + "key": "D7RufiV-7u0--_qv4--_.6_N_9X-B.s8.N_rM-k8", + "operator": "Exists" } ] }, @@ -1411,14 +1413,14 @@ "topologyKey": "448", "namespaceSelector": { "matchLabels": { - "2-_.4dwFbuvf": "5Y2k.F-F..3m6.._2v89U--8.3N_.n1.--.._-x_4..u2-__3uM77U7J" + "u_.mu": "U___vSW_4-___-_--ux_E4-.-PT-_Nx__-F_._n.WaY_o.-0-E" }, "matchExpressions": [ { - "key": "61-cm---ch-g0t-q--qr95ws-v-5--7-ufi-7/E5-6h_Kyo", - "operator": "NotIn", + "key": "Jj-3.J-.-r_-oPd-.2_Z__.-_U-.60--o._8H__ln_9--Avi.gZdnUVP._81_s", + "operator": "In", "values": [ - "0--_qv4--_.6_N_9X-B.s8.B" + "V._qN__A_f_-B3_U__L.KH6K.RwsfI2" ] } ] @@ -1427,15 +1429,15 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -1832836223, + "weight": -1668452490, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "BQ.9-_.m7-Q____vSW_4-__h": "w-ux_E4-.-PT-_Nx__-F_._n.WaY_o.-0-yj" + "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": "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", + "key": "6W74-R_Z_Tz.a3_Ho", "operator": "Exists" } ] @@ -1446,14 +1448,14 @@ "topologyKey": "462", "namespaceSelector": { "matchLabels": { - "8.7-72qz.W.d.._1-3968": "G__B.3R6-.7Bf8GA--__A7r.8U.V_p61-dO" + "h1DW__o_-._kzB7U_.Q.45cy-.._-__Z": "t.LT60v.WxPc---K__i" }, "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", + "key": "ki2/rlX-_-..5-.._r6M__4-P-g3Jt6e9G.-8p4__-.auZTcwJV", + "operator": "In", "values": [ - "z87_2---2.E.p9-.-3.__a.bl_--..-A" + "x3___-..f5-6x-_-o_6O_If-5_-_.F" ] } ] @@ -1467,10 +1469,10 @@ "tolerations": [ { "key": "470", - "operator": "Ü", + "operator": "4%ʬD$;X郪\\#撄貶à圽榕ɹ", "value": "471", - "effect": "貛香\"砻B鷋RȽXv*!ɝ茀Ǩ", - "tolerationSeconds": 8594241010639209901 + "effect": "慰x:", + "tolerationSeconds": 3362400521064014157 } ], "hostAliases": [ @@ -1482,7 +1484,7 @@ } ], "priorityClassName": "474", - "priority": 878153992, + "priority": 743241089, "dnsConfig": { "nameservers": [ "475" @@ -1499,48 +1501,51 @@ }, "readinessGates": [ { - "conditionType": "=ȑ-A敲ʉ" + "conditionType": "0yVA嬂刲;牆詒ĸąs" } ], "runtimeClassName": "479", "enableServiceLinks": false, - "preemptionPolicy": "梊蝴.Ĉ马āƭw鰕ǰ\"șa", + "preemptionPolicy": "Iƭij韺ʧ\u003e", "overhead": { - "\u003cƋlɋN磋镮ȺPÈɥ偁髕ģƗ": "283" + "D傕Ɠ栊闔虝巒瀦ŕ": "124" }, "topologySpreadConstraints": [ { - "maxSkew": -702578810, + "maxSkew": -174245111, "topologyKey": "480", - "whenUnsatisfiable": "Ž氮怉ƥ;\"薑Ȣ#闬輙怀¹bCũw", + "whenUnsatisfiable": "", "labelSelector": { "matchLabels": { - "N-_.F": "09z2" + "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": "z-g--v8-c58kh44k-b13--2.7a-h0-4d-z-23---49tw-a/G5-_-_Llmft6.5H905IBI-._g_0", - "operator": "DoesNotExist" + "key": "ee.-.66hcB.rTt7bm9I.-..q-F-.__c.k7__f--_br..1.--x", + "operator": "In", + "values": [ + "zJ_.84.-0-.6---Q.__y64L.0-.c-tm..__---r__._-.DL.oe" + ] } ] } } ], - "setHostnameAsFQDN": false + "setHostnameAsFQDN": true } } }, "status": { - "replicas": 432535745, - "fullyLabeledReplicas": 2073220944, - "readyReplicas": -141868138, - "availableReplicas": -1324418171, - "observedGeneration": -5431516755862952643, + "replicas": 1205668420, + "fullyLabeledReplicas": -1754098513, + "readyReplicas": -877836536, + "availableReplicas": 138992869, + "observedGeneration": -7169014491472696647, "conditions": [ { - "type": "ƻ舁Ȁ贠ȇö匉a揘O 籇", - "status": "楅©Ǫ壿/š^劶äɲ泒欞尟燬Ǻ媳ɦ", - "lastTransitionTime": "2169-06-15T23:50:17Z", + "type": "零șPî壣V礆á¤拈tY圻醆锛[", + "status": "嬜Š\u0026?鳢.ǀŭ瘢颦z疵", + "lastTransitionTime": "2455-07-16T22:37:15Z", "reason": "487", "message": "488" } 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 411dd51bc5934d41fbbf873cae9a8f971ac6a33f..b4b86630de06e3f4d7d21582681bc467fb28d83c 100644 GIT binary patch delta 5752 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 delta 5375 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郵[+ readinessProbe: exec: command: - - "277" - failureThreshold: -940514142 + - "280" + failureThreshold: 1907998540 httpGet: - host: "279" + host: "282" httpHeaders: - - name: "280" - value: "281" - path: "278" - port: -1538905728 - scheme: ȩr嚧ʣq埄趛屡ʁ岼昕ĬÇó藢xɮ - initialDelaySeconds: -1817291584 - periodSeconds: 582041100 - successThreshold: 509188266 + - name: "283" + value: "284" + path: "281" + port: -528664199 + scheme: 徥淳4揻-$ɽ丟 + initialDelaySeconds: 468369166 + periodSeconds: 1492642476 + successThreshold: -367153801 tcpSocket: - host: "283" - port: "282" - terminationGracePeriodSeconds: 6764431850409848860 - timeoutSeconds: 1224868165 + host: "286" + port: "285" + terminationGracePeriodSeconds: 8959437085840841638 + timeoutSeconds: 1909548849 resources: limits: - pw: "934" + 1虊谇j爻ƙt叀碧闳ȩr嚧ʣq: "431" requests: - 輓Ɔȓ蹣ɐǛv+8: "375" + ē鐭#嬀ơŸ8T 苧yñKJɐ: "894" securityContext: allowPrivilegeEscalation: true capabilities: add: - - 徥淳4揻-$ɽ丟 + - 嘢4ʗN,丽饾| 鞤ɱďW賁 drop: - - "" - privileged: false - procMount: M蘇KŅ/»頸+SÄ蚃ɣľ)酊龨δ - readOnlyRootFilesystem: false - runAsGroup: 8194791334069427324 + - ɭɪǹ0衷, + privileged: true + procMount: w妕眵笭/9崍h趭(娕 + readOnlyRootFilesystem: true + runAsGroup: -7146044409185304665 runAsNonRoot: false - runAsUser: -816831389119959689 + runAsUser: -1119183212148951030 seLinuxOptions: level: "311" role: "309" @@ -314,46 +315,45 @@ spec: user: "308" seccompProfile: localhostProfile: "315" - type: ȱğ_<ǬëJ橈'琕鶫:顇ə + type: E增猍 windowsOptions: gmsaCredentialSpec: "313" gmsaCredentialSpecName: "312" - hostProcess: false + hostProcess: true runAsUserName: "314" startupProbe: exec: command: - - "284" - failureThreshold: 133009177 + - "287" + failureThreshold: -385597677 httpGet: - host: "286" - httpHeaders: - - name: "287" - value: "288" - path: "285" - port: -331594625 - scheme: lu|榝$î. - initialDelaySeconds: -1505188927 - periodSeconds: 2083727489 - successThreshold: 486365838 - tcpSocket: host: "290" + httpHeaders: + - name: "291" + value: "292" + path: "288" port: "289" - terminationGracePeriodSeconds: -6177393256425700216 - timeoutSeconds: -2133054549 - stdinOnce: true + scheme: M蘇KŅ/»頸+SÄ蚃ɣľ)酊龨δ + initialDelaySeconds: -1971421078 + periodSeconds: -1730959016 + successThreshold: 1272940694 + tcpSocket: + host: "293" + port: 458427807 + terminationGracePeriodSeconds: 1813049096022212391 + timeoutSeconds: 1905181464 terminationMessagePath: "307" - tty: true + terminationMessagePolicy: ŧOǨ繫ʎǑyZ涬P­蜷ɔ幩šeS volumeDevices: - - devicePath: "270" - name: "269" + - devicePath: "272" + name: "271" volumeMounts: - - mountPath: "266" - mountPropagation: 颐o - name: "265" - subPath: "267" - subPathExpr: "268" - workingDir: "249" + - mountPath: "268" + mountPropagation: û咡W<敄lu|榝$î.Ȏ蝪ʜ5 + name: "267" + subPath: "269" + subPathExpr: "270" + workingDir: "251" dnsConfig: nameservers: - "475" @@ -362,7 +362,7 @@ spec: value: "478" searches: - "476" - dnsPolicy: Ƒ[澔 + dnsPolicy: h`職铳s44矕Ƈ enableServiceLinks: false ephemeralContainers: - args: @@ -382,7 +382,7 @@ spec: fieldPath: "329" resourceFieldRef: containerName: "330" - divisor: "832" + divisor: "179" resource: "331" secretKeyRef: key: "335" @@ -391,29 +391,29 @@ spec: envFrom: - configMapRef: name: "324" - optional: false + optional: true prefix: "323" secretRef: name: "325" - optional: false + optional: true image: "317" - imagePullPolicy: 灲閈誹ʅ蕉ɼ搳 + imagePullPolicy: ŵǤ桒ɴ鉂WJ1抉泅ą&疀ȼN翾Ⱦ lifecycle: postStart: exec: command: - "363" httpGet: - host: "365" + host: "366" httpHeaders: - - name: "366" - value: "367" + - name: "367" + value: "368" path: "364" - port: -869776221 - scheme: '[irȎ3Ĕ\ɢX鰨松/Ȁĵ鴁ĩȲ' + port: "365" + scheme: '!鍲ɋȑoG鄧蜢暳ǽżLj' tcpSocket: host: "369" - port: "368" + port: 1333166203 preStop: exec: command: @@ -424,8 +424,8 @@ spec: - name: "373" value: "374" path: "371" - port: -1917609921 - scheme: 耗 + port: 758604605 + scheme: ċ桉桃喕蠲$ɛ溢臜裡×銵-紑 tcpSocket: host: "376" port: "375" @@ -433,69 +433,69 @@ spec: exec: command: - "342" - failureThreshold: -1896415283 + failureThreshold: -313085430 httpGet: host: "344" httpHeaders: - name: "345" value: "346" path: "343" - port: -1700828941 - scheme: 諔迮ƙ - initialDelaySeconds: -969533986 - periodSeconds: -488127393 - successThreshold: 1137109081 + port: -684167223 + scheme: 1b + initialDelaySeconds: -47594442 + periodSeconds: 725624946 + successThreshold: -34803208 tcpSocket: host: "348" port: "347" - terminationGracePeriodSeconds: 6618112330449141397 - timeoutSeconds: 299741709 + terminationGracePeriodSeconds: -7686796864837350582 + timeoutSeconds: -2064284357 name: "316" ports: - - containerPort: 865289071 + - containerPort: -1320027474 hostIP: "322" - hostPort: 1504385614 + hostPort: 601942575 name: "321" - protocol: iɥ嵐sC8 + protocol: Ƶf readinessProbe: exec: command: - "349" - failureThreshold: 2073046460 + failureThreshold: -1844150067 httpGet: - host: "352" + host: "351" httpHeaders: - - name: "353" - value: "354" + - name: "352" + value: "353" path: "350" - port: "351" - scheme: ɱďW賁Ě - initialDelaySeconds: -674445196 - periodSeconds: -543432015 - successThreshold: -515370067 + port: 1611386356 + scheme: ɼ搳ǭ濑箨ʨIk( + initialDelaySeconds: 1984241264 + periodSeconds: -487434422 + successThreshold: -370404018 tcpSocket: - host: "355" - port: 1436222565 - terminationGracePeriodSeconds: 7270263763744228913 - timeoutSeconds: 1239158543 + host: "354" + port: 2115799218 + terminationGracePeriodSeconds: 1778358283914418699 + timeoutSeconds: -758033170 resources: limits: - h亏yƕ丆録²Ŏ)/灩聋3趐囨鏻砅邻: "127" + 阎l: "464" requests: - C"6x$1s: "463" + '''佉': "633" securityContext: - allowPrivilegeEscalation: false + allowPrivilegeEscalation: true capabilities: add: - - 箨ʨIk(dŊiɢ + - 氙磂tńČȷǻ.wȏâ磠Ƴ崖S«V¯Á drop: - - Į蛋I滞廬耐鷞焬CQ + - tl敷斢杧ż鯀 privileged: true - procMount: EĨǔvÄÚ×p + procMount: 张q櫞繡旹翃ɾ氒ĺʈʫ羶剹ƊF豎穜姰 readOnlyRootFilesystem: false - runAsGroup: -583355774536171734 - runAsNonRoot: false - runAsUser: -506227444233847191 + runAsGroup: -6950412587983829837 + runAsNonRoot: true + runAsUser: -3379825899840103887 seLinuxOptions: level: "381" role: "379" @@ -503,45 +503,43 @@ spec: user: "378" seccompProfile: localhostProfile: "385" - type: m罂o3ǰ廋i乳'ȘUɻ + type: 咑耖p^鏋蛹Ƚȿ醏g windowsOptions: gmsaCredentialSpec: "383" gmsaCredentialSpecName: "382" - hostProcess: false + hostProcess: true runAsUserName: "384" startupProbe: exec: command: - - "356" - failureThreshold: 252309773 + - "355" + failureThreshold: -320410537 httpGet: - host: "359" + host: "358" httpHeaders: - - name: "360" - value: "361" - path: "357" - port: "358" - scheme: XW疪鑳w妕眵 - initialDelaySeconds: -832681001 - periodSeconds: -1337533938 - successThreshold: 1473765654 + - name: "359" + value: "360" + path: "356" + port: "357" + scheme: 焬CQm坊柩 + initialDelaySeconds: -135823101 + periodSeconds: 1141812777 + successThreshold: -1830926023 tcpSocket: host: "362" - port: 455919108 - terminationGracePeriodSeconds: -8460346884535567850 - timeoutSeconds: 1616390418 - stdin: true - stdinOnce: true + port: "361" + terminationGracePeriodSeconds: 8766190045617353809 + timeoutSeconds: -1345219897 targetContainerName: "386" terminationMessagePath: "377" - terminationMessagePolicy: ť1ùfŭƽ眝{æ盪泙若`l}Ñ蠂Ü[ + terminationMessagePolicy: 釼aTGÒ鵌 tty: true volumeDevices: - devicePath: "341" name: "340" volumeMounts: - mountPath: "337" - mountPropagation: P­蜷ɔ幩šeSvEȤƏ埮pɵ{W + mountPropagation: (ť1ùfŭƽ name: "336" subPath: "338" subPathExpr: "339" @@ -550,209 +548,208 @@ spec: - hostnames: - "473" ip: "472" - hostPID: true + hostIPC: true hostname: "403" imagePullSecrets: - name: "402" initContainers: - args: - - "177" + - "180" command: - - "176" + - "179" env: - - name: "184" - value: "185" + - name: "187" + value: "188" valueFrom: configMapKeyRef: - key: "191" - name: "190" - optional: true + key: "194" + name: "193" + optional: false fieldRef: - apiVersion: "186" - fieldPath: "187" + apiVersion: "189" + fieldPath: "190" resourceFieldRef: - containerName: "188" - divisor: "117" - resource: "189" + containerName: "191" + divisor: "421" + resource: "192" secretKeyRef: - key: "193" - name: "192" + key: "196" + name: "195" optional: false envFrom: - configMapRef: - name: "182" - optional: false - prefix: "181" - secretRef: - name: "183" + name: "185" optional: true - image: "175" - imagePullPolicy: vt莭琽§ć\ ïì« + prefix: "184" + secretRef: + name: "186" + optional: true + image: "178" + imagePullPolicy: 悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\p lifecycle: postStart: exec: command: - - "221" + - "223" httpGet: - host: "224" + host: "225" httpHeaders: - - name: "225" - value: "226" - path: "222" - port: "223" - scheme: LLȊɞ-uƻ悖ȩ0Ƹ[Ęİ榌 + - name: "226" + value: "227" + path: "224" + port: 1422435836 + scheme: ',ǿ飏騀呣ǎfǣ萭旿@掇lNdǂ' tcpSocket: - host: "228" - port: "227" + host: "229" + port: "228" preStop: exec: command: - - "229" + - "230" httpGet: - host: "232" + host: "233" httpHeaders: - - name: "233" - value: "234" - path: "230" - port: "231" - scheme: 懔%熷谟 + - name: "234" + value: "235" + path: "231" + port: "232" + scheme: Vȟ@7飣奺Ȋ礶惇¸t颟.鵫ǚ灄 tcpSocket: - host: "235" - port: -1920661051 + host: "237" + port: "236" livenessProbe: exec: command: - - "200" - failureThreshold: -1273036797 + - "203" + failureThreshold: 208045354 httpGet: - host: "202" - httpHeaders: - - name: "203" - value: "204" - path: "201" - port: 1923650413 - scheme: I粛E煹ǐƲE'iþŹʣy - initialDelaySeconds: -1961863213 - periodSeconds: -1045704964 - successThreshold: 1089147958 - tcpSocket: host: "206" + httpHeaders: + - name: "207" + value: "208" + path: "204" port: "205" - terminationGracePeriodSeconds: 2787866729016106782 - timeoutSeconds: -103588794 - name: "174" + scheme: '{Ⱦdz@' + initialDelaySeconds: 632397602 + periodSeconds: -730174220 + successThreshold: 433084615 + tcpSocket: + host: "209" + port: 406308963 + terminationGracePeriodSeconds: -1159835821828680707 + timeoutSeconds: 2026784878 + name: "177" ports: - - containerPort: 32378685 - hostIP: "180" - hostPort: -1872407654 - name: "179" - protocol: ş蝿ɖȃ賲鐅臬 + - containerPort: -614785801 + hostIP: "183" + hostPort: 118729776 + name: "182" readinessProbe: exec: command: - - "207" - failureThreshold: -495373547 + - "210" + failureThreshold: -820458255 httpGet: - host: "209" + host: "212" httpHeaders: - - name: "210" - value: "211" - path: "208" - port: 859639931 - scheme: p儼Ƿ裚瓶釆Ɗ+j忊Ŗȫ焗捏ĨF - initialDelaySeconds: 1380874688 - periodSeconds: -674091068 - successThreshold: -2061678740 + - name: "213" + value: "214" + path: "211" + port: 576428641 + scheme: ƯĖ漘Z剚敍0)鈼¬麄p呝T + initialDelaySeconds: -1710454086 + periodSeconds: 1285027515 + successThreshold: 111876618 tcpSocket: - host: "213" - port: "212" - terminationGracePeriodSeconds: -703684984628150402 - timeoutSeconds: -1018741501 + host: "215" + port: -1891134534 + terminationGracePeriodSeconds: -4763823273964408583 + timeoutSeconds: 192146389 resources: limits: - ʭd鲡:贅wE@Ȗs«öʮĀ<é瞾ʀN: "197" + _瀹鞎sn芞QÄȻȊ+?: "193" requests: - 軶ǃ*ʙ嫙&蒒5靇: "813" + '@Ȗs«öʮĀ<é瞾': "51" securityContext: allowPrivilegeEscalation: false capabilities: add: - - 枛牐ɺ皚|懥ƖN粕擓ƖHVe熼'F + - sĨɆâĺɗŹ倗S晒嶗U drop: - - 剂讼ɓȌʟni酛3Ɓ - privileged: false - procMount: 鸖ɱJȉ罴ņ螡źȰ - readOnlyRootFilesystem: true - runAsGroup: 708875421817317137 + - _ƮA攤/ɸɎ R§耶FfBl + privileged: true + procMount: 娝嘚庎D}埽uʎȺ眖R#yV' + readOnlyRootFilesystem: false + runAsGroup: -7106791338981314910 runAsNonRoot: true - runAsUser: 4530581071337252406 + runAsUser: 3850139838566476547 seLinuxOptions: - level: "240" - role: "238" - type: "239" - user: "237" + level: "242" + role: "240" + type: "241" + user: "239" seccompProfile: - localhostProfile: "244" - type: $矡ȶ + localhostProfile: "246" + type: Kw(ğ儴Ůĺ}潷ʒ胵輓Ɔ windowsOptions: - gmsaCredentialSpec: "242" - gmsaCredentialSpecName: "241" - hostProcess: false - runAsUserName: "243" + gmsaCredentialSpec: "244" + gmsaCredentialSpecName: "243" + hostProcess: true + runAsUserName: "245" startupProbe: exec: command: - - "214" - failureThreshold: -1681029343 + - "216" + failureThreshold: 105707873 httpGet: - host: "216" + host: "218" httpHeaders: - - name: "217" - value: "218" - path: "215" - port: 1255169591 - scheme: 褎weLJèux - initialDelaySeconds: -1133499416 - periodSeconds: 1157241180 - successThreshold: -1810997540 + - name: "219" + value: "220" + path: "217" + port: -122979840 + scheme: 罁胾^拜Ȍzɟ踡肒Ao/樝fw[Řż丩 + initialDelaySeconds: 2045456786 + periodSeconds: -1537700150 + successThreshold: -1815868713 tcpSocket: - host: "220" - port: "219" - terminationGracePeriodSeconds: -6826008110504741173 - timeoutSeconds: 486195690 - stdinOnce: true - terminationMessagePath: "236" - terminationMessagePolicy: 荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3 + host: "222" + port: "221" + terminationGracePeriodSeconds: -810905585400838367 + timeoutSeconds: 988932710 + stdin: true + terminationMessagePath: "238" + terminationMessagePolicy: ʤî萨zvt莭 tty: true volumeDevices: - - devicePath: "199" - name: "198" + - devicePath: "202" + name: "201" volumeMounts: - - mountPath: "195" - mountPropagation: ǹ_Áȉ彂Ŵ廷s - name: "194" - subPath: "196" - subPathExpr: "197" - workingDir: "178" + - mountPath: "198" + mountPropagation: £軶ǃ*ʙ嫙&蒒5靇C'ɵK.Q貇 + name: "197" + subPath: "199" + subPathExpr: "200" + workingDir: "181" nodeName: "391" nodeSelector: "387": "388" overhead: - <ƋlɋN磋镮ȺPÈɥ偁髕ģƗ: "283" - preemptionPolicy: 梊蝴.Ĉ马āƭw鰕ǰ"șa - priority: 878153992 + D傕Ɠ栊闔虝巒瀦ŕ: "124" + preemptionPolicy: Iƭij韺ʧ> + priority: 743241089 priorityClassName: "474" readinessGates: - - conditionType: =ȑ-A敲ʉ - restartPolicy: ċ桉桃喕蠲$ɛ溢臜裡×銵-紑 + - conditionType: 0yVA嬂刲;牆詒ĸąs + restartPolicy: 飂廤Ƌʙcx runtimeClassName: "479" schedulerName: "469" securityContext: - fsGroup: -6486306216295496187 - fsGroupChangePolicy: ȼN翾ȾD虓氙磂tńČȷǻ.wȏâ磠 - runAsGroup: 7721939829013914482 - runAsNonRoot: true - runAsUser: 7177254483209867257 + fsGroup: 1712752437570220896 + fsGroupChangePolicy: "" + runAsGroup: -4636770370363077377 + runAsNonRoot: false + runAsUser: 5422399684456852309 seLinuxOptions: level: "395" role: "393" @@ -760,9 +757,9 @@ spec: user: "392" seccompProfile: localhostProfile: "401" - type: 崖S«V¯Á + type: '#' supplementalGroups: - - -5080569150241191388 + - -5728960352366086876 sysctls: - name: "399" value: "400" @@ -773,26 +770,28 @@ spec: runAsUserName: "398" serviceAccount: "390" serviceAccountName: "389" - setHostnameAsFQDN: false + setHostnameAsFQDN: true shareProcessNamespace: true subdomain: "404" - terminationGracePeriodSeconds: -3877666641335425693 + terminationGracePeriodSeconds: -4767735291842597991 tolerations: - - effect: 貛香"砻B鷋RȽXv*!ɝ茀Ǩ + - effect: '慰x:' key: "470" - operator: Ü - tolerationSeconds: 8594241010639209901 + operator: 4%ʬD$;X郪\#撄貶à圽榕ɹ + tolerationSeconds: 3362400521064014157 value: "471" 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: ee.-.66hcB.rTt7bm9I.-..q-F-.__c.k7__f--_br..1.--x + operator: In + values: + - zJ_.84.-0-.6---Q.__y64L.0-.c-tm..__---r__._-.DL.oe matchLabels: - N-_.F: 09z2 - maxSkew: -702578810 + 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: "480" - whenUnsatisfiable: Ž氮怉ƥ;"薑Ȣ#闬輙怀¹bCũw + whenUnsatisfiable: "" volumes: - awsElasticBlockStore: fsType: "45" @@ -892,6 +891,10 @@ spec: apiGroup: "171" kind: "172" name: "173" + dataSourceRef: + apiGroup: "174" + kind: "175" + name: "176" resources: limits: 銦妰黖ȓƇ$缔獵偐ę腬瓷碑=ɉ: "707" @@ -1045,14 +1048,14 @@ spec: storagePolicyName: "101" volumePath: "99" status: - availableReplicas: -1324418171 + availableReplicas: 138992869 conditions: - - lastTransitionTime: "2169-06-15T23:50:17Z" + - lastTransitionTime: "2455-07-16T22:37:15Z" message: "488" reason: "487" - status: 楅©Ǫ壿/š^劶äɲ泒欞尟燬Ǻ媳ɦ - type: ƻ舁Ȁ贠ȇö匉a揘O 籇 - fullyLabeledReplicas: 2073220944 - observedGeneration: -5431516755862952643 - readyReplicas: -141868138 - replicas: 432535745 + status: 嬜Š&?鳢.ǀŭ瘢颦z疵 + type: 零șPî壣V礆á¤拈tY圻醆锛[ + fullyLabeledReplicas: -1754098513 + observedGeneration: -7169014491472696647 + readyReplicas: -877836536 + replicas: 1205668420 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 c463c3f4c40..d3fb9f05c71 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 @@ -442,6 +442,11 @@ "apiGroup": "175", "kind": "176", "name": "177" + }, + "dataSourceRef": { + "apiGroup": "178", + "kind": "179", + "name": "180" } } } @@ -450,59 +455,59 @@ ], "initContainers": [ { - "name": "178", - "image": "179", + "name": "181", + "image": "182", "command": [ - "180" + "183" ], "args": [ - "181" + "184" ], - "workingDir": "182", + "workingDir": "185", "ports": [ { - "name": "183", - "hostPort": -1981710234, - "containerPort": -1109619518, - "protocol": "ĺ}潷ʒ胵輓Ɔȓ蹣ɐǛv+8Ƥ熪", - "hostIP": "184" + "name": "186", + "hostPort": 852780575, + "containerPort": -1252938503, + "protocol": "Opwǩ曬逴褜1ØœȠƬQg鄠", + "hostIP": "187" } ], "envFrom": [ { - "prefix": "185", + "prefix": "188", "configMapRef": { - "name": "186", - "optional": true + "name": "189", + "optional": false }, "secretRef": { - "name": "187", - "optional": true + "name": "190", + "optional": false } } ], "env": [ { - "name": "188", - "value": "189", + "name": "191", + "value": "192", "valueFrom": { "fieldRef": { - "apiVersion": "190", - "fieldPath": "191" + "apiVersion": "193", + "fieldPath": "194" }, "resourceFieldRef": { - "containerName": "192", - "resource": "193", - "divisor": "617" + "containerName": "195", + "resource": "196", + "divisor": "139" }, "configMapKeyRef": { - "name": "194", - "key": "195", - "optional": false + "name": "197", + "key": "198", + "optional": true }, "secretKeyRef": { - "name": "196", - "key": "197", + "name": "199", + "key": "200", "optional": false } } @@ -510,255 +515,254 @@ ], "resources": { "limits": { - "朷Ǝ膯ljVX1虊谇": "279" + "LĹ]佱¿\u003e犵殇ŕ-Ɂ圯W:ĸ輦唊": "807" }, "requests": { - "圯W:ĸ輦唊#v铿ʩȂ4ē鐭#嬀": "918" + "嚧ʣq埄": "936" } }, "volumeMounts": [ { - "name": "198", - "mountPath": "199", - "subPath": "200", - "mountPropagation": "ó藢xɮĵȑ6L*", - "subPathExpr": "201" + "name": "201", + "mountPath": "202", + "subPath": "203", + "mountPropagation": "#嬀ơŸ8T 苧yñKJɐ扵Gƚ绤f", + "subPathExpr": "204" } ], "volumeDevices": [ { - "name": "202", - "devicePath": "203" + "name": "205", + "devicePath": "206" } ], "livenessProbe": { "exec": { "command": [ - "204" + "207" ] }, "httpGet": { - "path": "205", - "port": "206", - "host": "207", - "scheme": "fʀļ腩墺Ò媁荭gw忊", + "path": "208", + "port": "209", + "host": "210", + "scheme": "u|榝$î.Ȏ蝪ʜ5遰=E埄Ȁ", "httpHeaders": [ { - "name": "208", - "value": "209" + "name": "211", + "value": "212" } ] }, "tcpSocket": { - "port": -1761398388, - "host": "210" + "port": 1714588921, + "host": "213" }, - "initialDelaySeconds": -1532958330, - "timeoutSeconds": -438588982, - "periodSeconds": 1004325340, - "successThreshold": -1313320434, - "failureThreshold": 14304392, - "terminationGracePeriodSeconds": 2001337664780390084 + "initialDelaySeconds": -1246371817, + "timeoutSeconds": 617318981, + "periodSeconds": 432291364, + "successThreshold": 676578360, + "failureThreshold": -552281772, + "terminationGracePeriodSeconds": -2910346974754087949 }, "readinessProbe": { "exec": { "command": [ - "211" + "214" ] }, "httpGet": { - "path": "212", - "port": -614161319, - "host": "213", - "scheme": "Ȩ\u003c6鄰簳°Ļǟi\u0026", + "path": "215", + "port": 656200799, + "host": "216", "httpHeaders": [ { - "name": "214", - "value": "215" + "name": "217", + "value": "218" } ] }, "tcpSocket": { - "port": "216", - "host": "217" + "port": "219", + "host": "220" }, - "initialDelaySeconds": 233282513, - "timeoutSeconds": -518330919, - "periodSeconds": 1313273370, - "successThreshold": -1296830577, - "failureThreshold": -1314967760, - "terminationGracePeriodSeconds": 5043322816247327651 + "initialDelaySeconds": -2165496, + "timeoutSeconds": -1778952574, + "periodSeconds": 1386255869, + "successThreshold": -778272981, + "failureThreshold": 2056774277, + "terminationGracePeriodSeconds": -9219895030215397584 }, "startupProbe": { "exec": { "command": [ - "218" + "221" ] }, "httpGet": { - "path": "219", - "port": "220", - "host": "221", - "scheme": "队偯J僳徥淳4揻", + "path": "222", + "port": "223", + "host": "224", + "scheme": "鬶l獕;跣Hǝcw", "httpHeaders": [ { - "name": "222", - "value": "223" + "name": "225", + "value": "226" } ] }, "tcpSocket": { - "port": 878005329, - "host": "224" + "port": -374766088, + "host": "227" }, - "initialDelaySeconds": -1244119841, - "timeoutSeconds": 1235694147, - "periodSeconds": 348370746, - "successThreshold": 468369166, - "failureThreshold": 1909548849, - "terminationGracePeriodSeconds": 6410850623145248813 + "initialDelaySeconds": -736151561, + "timeoutSeconds": -1515369804, + "periodSeconds": -1856061695, + "successThreshold": 1868683352, + "failureThreshold": -1137436579, + "terminationGracePeriodSeconds": 8876559635423161004 }, "lifecycle": { "postStart": { "exec": { "command": [ - "225" + "228" ] }, "httpGet": { - "path": "226", - "port": "227", - "host": "228", - "scheme": "鰔澝qV訆ƎżŧL²sNƗ¸", + "path": "229", + "port": "230", + "host": "231", + "scheme": "ŕĪĠM蘇KŅ/»頸+SÄ蚃ɣ", "httpHeaders": [ { - "name": "229", - "value": "230" + "name": "232", + "value": "233" } ] }, "tcpSocket": { - "port": "231", - "host": "232" + "port": 1993268896, + "host": "234" } }, "preStop": { "exec": { "command": [ - "233" + "235" ] }, "httpGet": { - "path": "234", - "port": "235", - "host": "236", - "scheme": "δ摖", + "path": "236", + "port": "237", + "host": "238", + "scheme": "ƿ頀\"冓鍓贯澔 ", "httpHeaders": [ { - "name": "237", - "value": "238" + "name": "239", + "value": "240" } ] }, "tcpSocket": { - "port": "239", - "host": "240" + "port": "241", + "host": "242" } } }, - "terminationMessagePath": "241", - "terminationMessagePolicy": "_\u003cǬëJ橈'琕鶫:顇ə娯Ȱ", - "imagePullPolicy": "ǵɐ鰥Z", + "terminationMessagePath": "243", + "terminationMessagePolicy": "6Ɖ飴ɎiǨź'", + "imagePullPolicy": "{屿oiɥ嵐sC8?Ǻ", "securityContext": { "capabilities": { "add": [ - "DÒȗÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ" + ";Nŕ璻Jih亏yƕ丆録²Ŏ" ], "drop": [ - "H鯂²静ƲǦŐnj汰8ŕİi騎C\"6" + "/灩聋3趐囨鏻砅邻爥蹔ŧOǨ繫" ] }, - "privileged": false, + "privileged": true, "seLinuxOptions": { - "user": "242", - "role": "243", - "type": "244", - "level": "245" + "user": "244", + "role": "245", + "type": "246", + "level": "247" }, "windowsOptions": { - "gmsaCredentialSpecName": "246", - "gmsaCredentialSpec": "247", - "runAsUserName": "248", + "gmsaCredentialSpecName": "248", + "gmsaCredentialSpec": "249", + "runAsUserName": "250", "hostProcess": true }, - "runAsUser": -7299434051955863644, - "runAsGroup": 4041264710404335706, - "runAsNonRoot": false, + "runAsUser": 4041264710404335706, + "runAsGroup": 6453802934472477147, + "runAsNonRoot": true, "readOnlyRootFilesystem": true, "allowPrivilegeEscalation": true, - "procMount": "ȹ均i绝5哇芆斩ìh4Ɋ", + "procMount": "šeSvEȤƏ埮pɵ{WOŭW灬pȭ", "seccompProfile": { - "type": "Ȗ|ʐşƧ諔迮ƙIJ嘢4", - "localhostProfile": "249" + "type": "V擭銆j", + "localhostProfile": "251" } } } ], "containers": [ { - "name": "250", - "image": "251", + "name": "252", + "image": "253", "command": [ - "252" + "254" ], "args": [ - "253" + "255" ], - "workingDir": "254", + "workingDir": "256", "ports": [ { - "name": "255", - "hostPort": 1540899353, - "containerPort": -1330095135, - "protocol": " 鞤ɱďW賁Ěɭɪǹ0衷,ƷƣMț譎", - "hostIP": "256" + "name": "257", + "hostPort": -1408385387, + "containerPort": -1225881740, + "protocol": "撑¼蠾8餑噭", + "hostIP": "258" } ], "envFrom": [ { - "prefix": "257", + "prefix": "259", "configMapRef": { - "name": "258", - "optional": false + "name": "260", + "optional": true }, "secretRef": { - "name": "259", + "name": "261", "optional": false } } ], "env": [ { - "name": "260", - "value": "261", + "name": "262", + "value": "263", "valueFrom": { "fieldRef": { - "apiVersion": "262", - "fieldPath": "263" + "apiVersion": "264", + "fieldPath": "265" }, "resourceFieldRef": { - "containerName": "264", - "resource": "265", - "divisor": "293" + "containerName": "266", + "resource": "267", + "divisor": "834" }, "configMapKeyRef": { - "name": "266", - "key": "267", + "name": "268", + "key": "269", "optional": true }, "secretKeyRef": { - "name": "268", - "key": "269", + "name": "270", + "key": "271", "optional": false } } @@ -766,514 +770,512 @@ ], "resources": { "limits": { - "9崍": "210" + "n(fǂǢ曣ŋayåe躒訙Ǫ": "12" }, "requests": { - ")ǂť嗆u8晲T[irȎ3Ĕ\\ɢX鰨松": "775" + "(娕uE增猍": "264" } }, "volumeMounts": [ { - "name": "270", - "readOnly": true, - "mountPath": "271", - "subPath": "272", - "mountPropagation": "ʠɜ瞍阎lğ Ņ", - "subPathExpr": "273" + "name": "272", + "mountPath": "273", + "subPath": "274", + "mountPropagation": "irȎ3Ĕ\\ɢX鰨松", + "subPathExpr": "275" } ], "volumeDevices": [ { - "name": "274", - "devicePath": "275" + "name": "276", + "devicePath": "277" } ], "livenessProbe": { "exec": { "command": [ - "276" + "278" ] }, "httpGet": { - "path": "277", - "port": 1866529638, - "host": "278", - "scheme": "Ŕ瘍Nʊ輔3璾ėȜv1b繐汚磉反-n", + "path": "279", + "port": "280", + "host": "281", + "scheme": "ɜ瞍阎lğ Ņ#耗Ǚ(", "httpHeaders": [ { - "name": "279", - "value": "280" + "name": "282", + "value": "283" } ] }, "tcpSocket": { - "port": 638012651, - "host": "281" + "port": 317211081, + "host": "284" }, - "initialDelaySeconds": -1161185537, - "timeoutSeconds": 1928937303, - "periodSeconds": 1611386356, - "successThreshold": 821341581, - "failureThreshold": 240657401, - "terminationGracePeriodSeconds": 7806703309589874498 + "initialDelaySeconds": -1934305215, + "timeoutSeconds": -655359985, + "periodSeconds": 875971520, + "successThreshold": 161338049, + "failureThreshold": 65094252, + "terminationGracePeriodSeconds": -6831592407095063988 }, "readinessProbe": { "exec": { "command": [ - "282" + "285" ] }, "httpGet": { - "path": "283", - "port": "284", - "host": "285", - "scheme": "Ik(dŊiɢzĮ蛋I", + "path": "286", + "port": -2126891601, + "host": "287", + "scheme": "l}Ñ蠂Ü[ƛ^輅9ɛ棕", "httpHeaders": [ { - "name": "286", - "value": "287" + "name": "288", + "value": "289" } ] }, "tcpSocket": { - "port": "288", - "host": "289" + "port": "290", + "host": "291" }, - "initialDelaySeconds": 571693619, - "timeoutSeconds": 1643238856, - "periodSeconds": -2028546276, - "successThreshold": -2128305760, - "failureThreshold": 1605974497, - "terminationGracePeriodSeconds": 2002344837004307079 + "initialDelaySeconds": 1660454722, + "timeoutSeconds": -1317234078, + "periodSeconds": -1347045470, + "successThreshold": 1169580662, + "failureThreshold": 404234347, + "terminationGracePeriodSeconds": 8560122250231719622 }, "startupProbe": { "exec": { "command": [ - "290" + "292" ] }, "httpGet": { - "path": "291", - "port": "292", - "host": "293", - "scheme": "奼[ƕƑĝ®EĨǔvÄÚ×p鬷m罂", + "path": "293", + "port": "294", + "host": "295", + "scheme": "ǚŜEuEy竬ʆɞ", "httpHeaders": [ { - "name": "294", - "value": "295" + "name": "296", + "value": "297" } ] }, "tcpSocket": { - "port": -1894647727, - "host": "296" + "port": "298", + "host": "299" }, - "initialDelaySeconds": 235623869, - "timeoutSeconds": 564558594, - "periodSeconds": -505848936, - "successThreshold": -1819021257, - "failureThreshold": 1447314009, - "terminationGracePeriodSeconds": -7637760856622746738 + "initialDelaySeconds": 336252010, + "timeoutSeconds": 677650619, + "periodSeconds": 930785927, + "successThreshold": 1624098740, + "failureThreshold": 1419787816, + "terminationGracePeriodSeconds": -506227444233847191 }, "lifecycle": { "postStart": { "exec": { "command": [ - "297" + "300" ] }, "httpGet": { - "path": "298", - "port": 466267060, - "host": "299", - "scheme": "wy¶熀ďJZ漤ŗ坟Ů\u003cy鯶縆ł", + "path": "301", + "port": "302", + "host": "303", + "scheme": "ĝ®EĨǔvÄÚ×p鬷", "httpHeaders": [ { - "name": "300", - "value": "301" + "name": "304", + "value": "305" } ] }, "tcpSocket": { - "port": "302", - "host": "303" + "port": 1673908530, + "host": "306" } }, "preStop": { "exec": { "command": [ - "304" + "307" ] }, "httpGet": { - "path": "305", - "port": "306", - "host": "307", - "scheme": "Ē3Nh×DJɶ羹ƞʓ%ʝ", + "path": "308", + "port": "309", + "host": "310", + "scheme": "żLj捲攻xƂ9阠$嬏wy¶熀", "httpHeaders": [ { - "name": "308", - "value": "309" + "name": "311", + "value": "312" } ] }, "tcpSocket": { - "port": "310", - "host": "311" + "port": -1912967242, + "host": "313" } } }, - "terminationMessagePath": "312", - "terminationMessagePolicy": "躌ñ?卶滿筇ȟP:/a", - "imagePullPolicy": ".wȏâ磠Ƴ崖S«V¯ÁȦtl敷斢", + "terminationMessagePath": "314", + "terminationMessagePolicy": "漤ŗ坟", + "imagePullPolicy": "-紑浘牬釼aTGÒ鵌", "securityContext": { "capabilities": { "add": [ - "鯀1'鸔ɧWǘ炙B餸硷张q櫞繡旹翃" + "Nh×DJɶ羹ƞʓ%ʝ`ǭ" ], "drop": [ - "氒ĺʈʫ羶剹ƊF豎穜姰l咑耖p^鏋蛹" + "ñ?卶滿筇ȟP:/a" ] }, "privileged": false, "seLinuxOptions": { - "user": "313", - "role": "314", - "type": "315", - "level": "316" + "user": "315", + "role": "316", + "type": "317", + "level": "318" }, "windowsOptions": { - "gmsaCredentialSpecName": "317", - "gmsaCredentialSpec": "318", - "runAsUserName": "319", - "hostProcess": true + "gmsaCredentialSpecName": "319", + "gmsaCredentialSpec": "320", + "runAsUserName": "321", + "hostProcess": false }, - "runAsUser": -1286199491017539507, - "runAsGroup": -6292316479661489180, + "runAsUser": 308757565294839546, + "runAsGroup": 5797412715505520759, "runAsNonRoot": false, - "readOnlyRootFilesystem": false, + "readOnlyRootFilesystem": true, "allowPrivilegeEscalation": false, - "procMount": "cx赮ǒđ\u003e*劶?j", + "procMount": "ð仁Q橱9ij\\Ď愝Ű藛b磾sY", "seccompProfile": { - "type": "ĭ¥#ƱÁR", - "localhostProfile": "320" + "type": "繽敮ǰ詀ǿ忀oɎƺ", + "localhostProfile": "322" } }, - "stdin": true, "tty": true } ], "ephemeralContainers": [ { - "name": "321", - "image": "322", + "name": "323", + "image": "324", "command": [ - "323" + "325" ], "args": [ - "324" + "326" ], - "workingDir": "325", + "workingDir": "327", "ports": [ { - "name": "326", - "hostPort": 2032588794, - "containerPort": -1371690155, - "protocol": "G昧牱fsǕT衩kƒK07曳wœj堑", - "hostIP": "327" + "name": "328", + "hostPort": 788093377, + "containerPort": -557687916, + "protocol": "_敕", + "hostIP": "329" } ], "envFrom": [ { - "prefix": "328", + "prefix": "330", "configMapRef": { - "name": "329", + "name": "331", "optional": true }, "secretRef": { - "name": "330", + "name": "332", "optional": false } } ], "env": [ { - "name": "331", - "value": "332", + "name": "333", + "value": "334", "valueFrom": { "fieldRef": { - "apiVersion": "333", - "fieldPath": "334" + "apiVersion": "335", + "fieldPath": "336" }, "resourceFieldRef": { - "containerName": "335", - "resource": "336", - "divisor": "473" + "containerName": "337", + "resource": "338", + "divisor": "971" }, "configMapKeyRef": { - "name": "337", - "key": "338", - "optional": false - }, - "secretKeyRef": { "name": "339", "key": "340", "optional": true + }, + "secretKeyRef": { + "name": "341", + "key": "342", + "optional": true } } } ], "resources": { "limits": { - "盌3+Œ": "752" + "湷D谹気Ƀ秮òƬɸĻo:{": "523" }, "requests": { - ")Zq=歍þ": "759" + "赮ǒđ\u003e*劶?jĎĭ¥#ƱÁR»": "929" } }, "volumeMounts": [ { - "name": "341", - "mountPath": "342", - "subPath": "343", - "mountPropagation": "讅缔m葰賦迾娙ƴ4虵p", - "subPathExpr": "344" + "name": "343", + "readOnly": true, + "mountPath": "344", + "subPath": "345", + "mountPropagation": "|ǓÓ敆OɈÏ 瞍髃", + "subPathExpr": "346" } ], "volumeDevices": [ { - "name": "345", - "devicePath": "346" + "name": "347", + "devicePath": "348" } ], "livenessProbe": { "exec": { "command": [ - "347" + "349" ] }, "httpGet": { - "path": "348", - "port": 1034835933, - "host": "349", - "scheme": "O虀^背遻堣灭ƴɦ燻踸陴", + "path": "350", + "port": "351", + "host": "352", + "scheme": "07曳wœj堑ūM鈱ɖ'蠨", "httpHeaders": [ { - "name": "350", - "value": "351" + "name": "353", + "value": "354" } ] }, "tcpSocket": { - "port": -1744546613, - "host": "352" + "port": "355", + "host": "356" }, - "initialDelaySeconds": 650448405, - "timeoutSeconds": 1943254244, - "periodSeconds": -168773629, - "successThreshold": 2068592383, - "failureThreshold": 1566765016, - "terminationGracePeriodSeconds": -1112599546012453731 + "initialDelaySeconds": -242798806, + "timeoutSeconds": -1940800545, + "periodSeconds": 681004793, + "successThreshold": 2002666266, + "failureThreshold": -2033879721, + "terminationGracePeriodSeconds": -4409241678312226730 }, "readinessProbe": { "exec": { "command": [ - "353" + "357" ] }, "httpGet": { - "path": "354", - "port": "355", - "host": "356", - "scheme": "b轫ʓ滨ĖRh}颉hȱɷȰW", + "path": "358", + "port": 279062028, + "host": "359", + "scheme": "Byß讪Ă2讅缔m葰賦迾娙ƴ4虵p", "httpHeaders": [ { - "name": "357", - "value": "358" + "name": "360", + "value": "361" } ] }, "tcpSocket": { - "port": "359", - "host": "360" + "port": -943058206, + "host": "362" }, - "initialDelaySeconds": 636493142, - "timeoutSeconds": -192358697, - "periodSeconds": 420595064, - "successThreshold": 1195176401, - "failureThreshold": 902204699, - "terminationGracePeriodSeconds": 9196919020604133323 + "initialDelaySeconds": 725557531, + "timeoutSeconds": -703127031, + "periodSeconds": 741667779, + "successThreshold": -381344241, + "failureThreshold": -2122876628, + "terminationGracePeriodSeconds": 2700145646260085226 }, "startupProbe": { "exec": { "command": [ - "361" + "363" ] }, "httpGet": { - "path": "362", - "port": "363", - "host": "364", - "scheme": "y#t(ȗŜŲ\u0026", + "path": "364", + "port": "365", + "host": "366", + "scheme": "thp像-", "httpHeaders": [ { - "name": "365", - "value": "366" + "name": "367", + "value": "368" } ] }, "tcpSocket": { - "port": 1387858949, - "host": "367" + "port": "369", + "host": "370" }, - "initialDelaySeconds": 156368232, - "timeoutSeconds": -815239246, - "periodSeconds": 44612600, - "successThreshold": -688929182, - "failureThreshold": -1222486879, - "terminationGracePeriodSeconds": 6543873941346781273 + "initialDelaySeconds": 1589417286, + "timeoutSeconds": 445878206, + "periodSeconds": 1874051321, + "successThreshold": -500012714, + "failureThreshold": 1762917570, + "terminationGracePeriodSeconds": 4794571970514469019 }, "lifecycle": { "postStart": { "exec": { "command": [ - "368" + "371" ] }, "httpGet": { - "path": "369", - "port": 1176168596, - "host": "370", - "scheme": "轪d覉;Ĕ", + "path": "372", + "port": "373", + "host": "374", + "scheme": "b轫ʓ滨ĖRh}颉hȱɷȰW", "httpHeaders": [ { - "name": "371", - "value": "372" + "name": "375", + "value": "376" } ] }, "tcpSocket": { - "port": "373", - "host": "374" + "port": "377", + "host": "378" } }, "preStop": { "exec": { "command": [ - "375" + "379" ] }, "httpGet": { - "path": "376", - "port": "377", - "host": "378", - "scheme": "ʦŊĊ娮", + "path": "380", + "port": -1743587482, + "host": "381", "httpHeaders": [ { - "name": "379", - "value": "380" + "name": "382", + "value": "383" } ] }, "tcpSocket": { - "port": "381", - "host": "382" + "port": 858034123, + "host": "384" } } }, - "terminationMessagePath": "383", - "terminationMessagePolicy": "Ź黷`嵐;Ƭ婦d%蹶/ʗp壥Ƥ揤郡ɑ鮽", - "imagePullPolicy": "委\u003e,趐V曡88 u怞荊ù灹8緔Tj", + "terminationMessagePath": "385", + "terminationMessagePolicy": "喾@潷", + "imagePullPolicy": "#t(ȗŜŲ\u0026洪y儕l", "securityContext": { "capabilities": { "add": [ - "蓋Cȗä2 ɲ±m嵘厶sȰÖ" + "ɻŶJ詢" ], "drop": [ - "ÆɰŞ襵" + "ǾɁ鍻G鯇ɀ魒Ð扬=惍E" ] }, - "privileged": true, + "privileged": false, "seLinuxOptions": { - "user": "384", - "role": "385", - "type": "386", - "level": "387" + "user": "386", + "role": "387", + "type": "388", + "level": "389" }, "windowsOptions": { - "gmsaCredentialSpecName": "388", - "gmsaCredentialSpec": "389", - "runAsUserName": "390", + "gmsaCredentialSpecName": "390", + "gmsaCredentialSpec": "391", + "runAsUserName": "392", "hostProcess": false }, - "runAsUser": -5519662252699559890, - "runAsGroup": -1624551961163368198, + "runAsUser": -5071790362153704411, + "runAsGroup": -2841141127223294729, "runAsNonRoot": false, "readOnlyRootFilesystem": false, "allowPrivilegeEscalation": false, - "procMount": "阫Ƈʥ椹ý", + "procMount": ";Ƭ婦d%蹶/ʗp壥Ƥ", "seccompProfile": { - "type": "ȕ笧L唞鹚蝉茲ʛ饊ɣKIJWĶʗ{裦i÷", - "localhostProfile": "391" + "type": "郡ɑ鮽ǍJB膾扉A­1襏櫯³", + "localhostProfile": "393" } }, - "stdin": true, "stdinOnce": true, - "targetContainerName": "392" + "targetContainerName": "394" } ], - "restartPolicy": "砘Cș栣险¹贮獘薟8Mĕ霉}閜LI", - "terminationGracePeriodSeconds": 3296766428578159624, - "activeDeadlineSeconds": -8925090445844634303, - "dnsPolicy": "q沷¾!", + "restartPolicy": "刪q塨Ý-扚聧扈4ƫZɀȩ愉", + "terminationGracePeriodSeconds": -1390311149947249535, + "activeDeadlineSeconds": 2684251781701131156, + "dnsPolicy": "厶s", "nodeSelector": { - "393": "394" + "395": "396" }, - "serviceAccountName": "395", - "serviceAccount": "396", + "serviceAccountName": "397", + "serviceAccount": "398", "automountServiceAccountToken": true, - "nodeName": "397", + "nodeName": "399", + "hostPID": true, "hostIPC": true, "shareProcessNamespace": true, "securityContext": { "seLinuxOptions": { - "user": "398", - "role": "399", - "type": "400", - "level": "401" + "user": "400", + "role": "401", + "type": "402", + "level": "403" }, "windowsOptions": { - "gmsaCredentialSpecName": "402", - "gmsaCredentialSpec": "403", - "runAsUserName": "404", + "gmsaCredentialSpecName": "404", + "gmsaCredentialSpec": "405", + "runAsUserName": "406", "hostProcess": true }, - "runAsUser": -3496040522639830925, - "runAsGroup": 2960114664726223450, - "runAsNonRoot": false, + "runAsUser": -3184085461588437523, + "runAsGroup": -2037509302018919599, + "runAsNonRoot": true, "supplementalGroups": [ - 2402603282459663167 + -885564056413671854 ], - "fsGroup": 3564097949592109139, + "fsGroup": 4301352137345790658, "sysctls": [ { - "name": "405", - "value": "406" + "name": "407", + "value": "408" } ], - "fsGroupChangePolicy": "ûǭg怨彬ɈNƋl塠傫üMɮ6", + "fsGroupChangePolicy": "柱栦阫Ƈʥ椹", "seccompProfile": { - "type": ".¸赂ʓ蔋 ǵq砯á缈gȇǙ屏宨殴妓ɡ", - "localhostProfile": "407" + "type": "飝ȕ笧L唞鹚蝉茲ʛ饊ɣKIJWĶʗ{裦i", + "localhostProfile": "409" } }, "imagePullSecrets": [ { - "name": "408" + "name": "410" } ], - "hostname": "409", - "subdomain": "410", + "hostname": "411", + "subdomain": "412", "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { @@ -1281,19 +1283,19 @@ { "matchExpressions": [ { - "key": "411", - "operator": "Üɉ愂,wa纝佯fɞ", + "key": "413", + "operator": "șƷK*ƌ驔瓊'", "values": [ - "412" + "414" ] } ], "matchFields": [ { - "key": "413", - "operator": "鏚U駯Ĕ驢.'鿳Ï掗掍瓣;", + "key": "415", + "operator": "Mĕ霉}閜LIȜŚɇA%ɀ蓧", "values": [ - "414" + "416" ] } ] @@ -1302,23 +1304,23 @@ }, "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1690937616, + "weight": 836045166, "preference": { "matchExpressions": [ { - "key": "415", - "operator": "襉{遠", + "key": "417", + "operator": "ȋ灋槊盘", "values": [ - "416" + "418" ] } ], "matchFields": [ { - "key": "417", - "operator": "诰ðÈ娒Ġ滔xvŗÑ\"", + "key": "419", + "operator": "牬庘颮6(", "values": [ - "418" + "420" ] } ] @@ -1331,27 +1333,30 @@ { "labelSelector": { "matchLabels": { - "lx..w": "t-_.5.40w" + "8o1-x-1wl--7/S.ol": "Fgw_-z_659GE.l_.23--_6l.-5B" }, "matchExpressions": [ { - "key": "G_2kCpS__.39g_.--_-_ve5.m_2_--XZ-x._0", - "operator": "DoesNotExist" + "key": "z_o_2.--4Z7__i1T.miw_a", + "operator": "NotIn", + "values": [ + "At-_.5.40Rw4gD.._.-x6db-L7.-__-G_2kCpS__.39g_.t" + ] } ] }, "namespaces": [ - "425" + "427" ], - "topologyKey": "426", + "topologyKey": "428", "namespaceSelector": { "matchLabels": { - "8V": "3sn-03" + "5gp-c-coa--y--4-1204wrb---1024g-5-3v9-9jcz9f-64/M-_x18mtxb__-ex-_1_-ODgL": "GIT_B" }, "matchExpressions": [ { - "key": "p9-4-d2-22--i--40wv--in-870w--it6k47-y/003.mp.-10KkQ-R_R.-.--4_IT_O__3.5h_XC0_-7.-hj-O_8-b6E_--Y_Dp8O3", - "operator": "Exists" + "key": "8-b6E_--Y_Dp8O_._e_3_.4_Wh", + "operator": "DoesNotExist" } ] } @@ -1359,34 +1364,37 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -947725955, + "weight": -585767440, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "E00.0_._.-_L-__bf_9_-C-PfNxG": "U_.Pn-W23-_.z_.._s--_F-BR-.h_-2-.s_6O-5_7_-0w_e" + "I_--.k47M7y-Dy__3wc.q.8_00.0_._f": "L-__bf_9_-C-PfNx__-U_.Pn-W23-_.z_.._s--_F-BR0" }, "matchExpressions": [ { - "key": "3--_9QW2JkU27_.-4T-I.-..K.2", - "operator": "In", + "key": "n", + "operator": "NotIn", "values": [ - "6___-X__H.-39-A_-_l67Q.-_t--O.3L.z2-y.-.8" + "a68-7AlR__8-7_-YD-Q9_-__..YNFu7Pg-.814e-_07-ht-EP" ] } ] }, "namespaces": [ - "439" + "441" ], - "topologyKey": "440", + "topologyKey": "442", "namespaceSelector": { "matchLabels": { - "7G79.3bU_._nV34GH": "qu.._.105-4_ed-0-iz" + "tO4-7-P41_.-.-AQ._r.-_R1": "8KLu..ly--J-_.ZCRT.0z-e" }, "matchExpressions": [ { - "key": "o79p-f4r1--7p--053--suu--9f82k8-2-d--n--e/Y_o8t5Vl6_..7CY-_dc__G6N-_-0o.0C_gV.9_G-.-z1Y_HEb.9x98MM7-.6", - "operator": "DoesNotExist" + "key": "34G._--u.._.105-4_ed-0-H", + "operator": "NotIn", + "values": [ + "a_dWU_V-_Q_Ap._2_xa_o..p_B-d--Q5._D6_.d-n_9n.p.2-.-Qw__YT.1q" + ] } ] } @@ -1399,27 +1407,27 @@ { "labelSelector": { "matchLabels": { - "uv-f55-2k2-e-443m678-2v89-zk873--1n13sx82-cx-428u2j--3u-777.6-b-b-8/u...WE.-_tdt_-Z0_TM_p6lM.z": "" + "3_Lsu-H_.f82-82": "dWNn_U-...1P_.D8_t..-Ww27" }, "matchExpressions": [ { - "key": "w.3-._CJ4a1._-_CH--.C.8-S9_-4CwMqp..__._-J_-fk3-_j1", - "operator": "Exists" + "key": "v.-_.4dwFbuvEf55Y2k.F-F..3m6.._2v89U--8.3N_.1", + "operator": "DoesNotExist" } ] }, "namespaces": [ - "453" + "455" ], - "topologyKey": "454", + "topologyKey": "456", "namespaceSelector": { "matchLabels": { - "d--Y-_l-v0-1V-N-R__RR9YAZ...W-m_-Z.wc..k_0_5.z.0..__D-1b.9": "Y0-_-.l__.c17__f_-336-.B__.QiA6._3o_V-w._-0d__7.81_-._-_Z" + "8": "7--.2cg.MGbG-_-8Qi..9-4.2K_FQ.E--__K-h_-0-T-_Lq-.5-s_-_5_DR" }, "matchExpressions": [ { - "key": "5__-_._.3l-_86_u2-7_._qN__A_f_-BT", - "operator": "Exists" + "key": "y72r--49u-0m7uu/x_qv4--_.6_N_9X-B.s8.N_rM-k5.C.7", + "operator": "DoesNotExist" } ] } @@ -1427,34 +1435,31 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1819321475, + "weight": 339079271, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "i60a--z.u-5kvp-----887j72qz6-7d84-1f396h82----23-6b77-f4/M--c.0Q--2qh.Eb_I": "i.U.-7" + "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": "62o787-7lk2/L.--4P--_q-.9", + "key": "3.js--a---..6bD_M--c.0Q--2qh.Eb_.__1.-5", "operator": "Exists" } ] }, "namespaces": [ - "467" + "469" ], - "topologyKey": "468", + "topologyKey": "470", "namespaceSelector": { "matchLabels": { - "j21---__y.9O.L-.m.3--.4_-8U.2617.W74-R_Z_Tz.a3_HWo4N": "U_.-_-I-P._..leR--e" + "E35H__.B_E": "U..u8gwbk" }, "matchExpressions": [ { - "key": "9rl-l-u575b93-r0.j-0r3qtm-8vuo17qre-33-5-u8f0f1qv--i2/7_2---2.E.p9-.-3.__a.bl_--..-._S-.-_-16-...8", - "operator": "In", - "values": [ - "x3___-..f5-6x-_-o_6O_If-5_-_.F" - ] + "key": "Q_mgi.U.-e7z-t0-pQ-.-.g-_Z_-nSL.--4i", + "operator": "Exists" } ] } @@ -1463,103 +1468,102 @@ ] } }, - "schedulerName": "475", + "schedulerName": "477", "tolerations": [ { - "key": "476", - "operator": "4%ʬD$;X郪\\#撄貶à圽榕ɹ", - "value": "477", - "effect": "慰x:", - "tolerationSeconds": 3362400521064014157 + "key": "478", + "operator": "ŭʔb'?舍ȃʥx臥]å摞", + "value": "479", + "tolerationSeconds": 3053978290188957517 } ], "hostAliases": [ { - "ip": "478", + "ip": "480", "hostnames": [ - "479" + "481" ] } ], - "priorityClassName": "480", - "priority": 743241089, + "priorityClassName": "482", + "priority": -340583156, "dnsConfig": { "nameservers": [ - "481" + "483" ], "searches": [ - "482" + "484" ], "options": [ { - "name": "483", - "value": "484" + "name": "485", + "value": "486" } ] }, "readinessGates": [ { - "conditionType": "0yVA嬂刲;牆詒ĸąs" + "conditionType": "țc£PAÎǨȨ栋" } ], - "runtimeClassName": "485", + "runtimeClassName": "487", "enableServiceLinks": false, - "preemptionPolicy": "Iƭij韺ʧ\u003e", + "preemptionPolicy": "n{鳻", "overhead": { - "D傕Ɠ栊闔虝巒瀦ŕ": "124" + "隅DžbİEMǶɼ`|褞": "229" }, "topologySpreadConstraints": [ { - "maxSkew": -174245111, - "topologyKey": "486", - "whenUnsatisfiable": "", + "maxSkew": 1486667065, + "topologyKey": "488", + "whenUnsatisfiable": "DŽɤȶšɞƵõ禲#樹罽濅ʏ 撜粞", "labelSelector": { "matchLabels": { - "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" + "H_55..--E3_2D-1DW__o_-.k": "7" }, "matchExpressions": [ { - "key": "ee.-.66hcB.rTt7bm9I.-..q-F-.__c.k7__f--_br..1.--x", - "operator": "In", + "key": "oZvt.LT60v.WxPc---K__-iguFGT._.Y4-0.67hP-lX-_-..b", + "operator": "NotIn", "values": [ - "zJ_.84.-0-.6---Q.__y64L.0-.c-tm..__---r__._-.DL.oe" + "H1z..j_.r3--T" ] } ] } } ], - "setHostnameAsFQDN": true + "setHostnameAsFQDN": false } }, "updateStrategy": { - "type": "秮ȳĵ/Ş槀墺=Ĉ鳟/d\u0026", + "type": "șa汸\u003cƋlɋN磋镮ȺPÈ", "rollingUpdate": { "maxUnavailable": 2, "maxSurge": 3 } }, - "minReadySeconds": 1559072561, - "templateGeneration": 5029735218517286947, - "revisionHistoryLimit": -69450448 + "minReadySeconds": 1750503412, + "templateGeneration": -360030892563979363, + "revisionHistoryLimit": -900194589 }, "status": { - "currentNumberScheduled": -212409426, - "numberMisscheduled": 17761427, - "desiredNumberScheduled": 1329525670, - "numberReady": -1169406076, - "observedGeneration": -660751236671399271, - "updatedNumberScheduled": 171558604, - "numberAvailable": -161888815, - "numberUnavailable": 1676195855, - "collisionCount": -286154190, + "currentNumberScheduled": 295177820, + "numberMisscheduled": 1576197985, + "desiredNumberScheduled": -702578810, + "numberReady": 1539090224, + "observedGeneration": 1991467680216601344, + "updatedNumberScheduled": -1556190810, + "numberAvailable": -487001726, + "numberUnavailable": 929611261, + "collisionCount": -1535458227, "conditions": [ { - "type": "鶼K癨琞Z氞唬蹵ɥeȿĦ`垨Džɞ堹", - "status": "De½t;Ä", - "lastTransitionTime": "2194-10-19T16:17:18Z", - "reason": "493", - "message": "494" + "type": "Ȣ#", + "status": "罦¦褅桃|薝Țµʍ^鼑:$Ǿ觇ƒ幦", + "lastTransitionTime": "2721-06-15T10:27:00Z", + "reason": "495", + "message": "496" } ] } 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 4f434abf81dedba627de2a78ce75d5f0be1f68ba..ecb98780ab478d7e51fd7272483dfa85a0c065dd 100644 GIT binary patch delta 5606 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 bEn0v7@6ViVdrjj54GTp-1%#;e(fRxr)Azg? delta 5992 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劶?j - readOnlyRootFilesystem: false - runAsGroup: -6292316479661489180 + procMount: ð仁Q橱9ij\Ď愝Ű藛b磾sY + readOnlyRootFilesystem: true + runAsGroup: 5797412715505520759 runAsNonRoot: false - runAsUser: -1286199491017539507 + runAsUser: 308757565294839546 seLinuxOptions: - level: "316" - role: "314" - type: "315" - user: "313" + level: "318" + role: "316" + type: "317" + user: "315" seccompProfile: - localhostProfile: "320" - type: ĭ¥#ƱÁR + localhostProfile: "322" + type: 繽敮ǰ詀ǿ忀oɎƺ windowsOptions: - gmsaCredentialSpec: "318" - gmsaCredentialSpecName: "317" - hostProcess: true - runAsUserName: "319" + gmsaCredentialSpec: "320" + gmsaCredentialSpecName: "319" + hostProcess: false + runAsUserName: "321" startupProbe: exec: command: - - "290" - failureThreshold: 1447314009 + - "292" + failureThreshold: 1419787816 httpGet: - host: "293" + host: "295" httpHeaders: - - name: "294" - value: "295" - path: "291" - port: "292" - scheme: 奼[ƕƑĝ®EĨǔvÄÚ×p鬷m罂 - initialDelaySeconds: 235623869 - periodSeconds: -505848936 - successThreshold: -1819021257 + - name: "296" + value: "297" + path: "293" + port: "294" + scheme: ǚŜEuEy竬ʆɞ + initialDelaySeconds: 336252010 + periodSeconds: 930785927 + successThreshold: 1624098740 tcpSocket: - host: "296" - port: -1894647727 - terminationGracePeriodSeconds: -7637760856622746738 - timeoutSeconds: 564558594 - stdin: true - terminationMessagePath: "312" - terminationMessagePolicy: 躌ñ?卶滿筇ȟP:/a + host: "299" + port: "298" + terminationGracePeriodSeconds: -506227444233847191 + timeoutSeconds: 677650619 + terminationMessagePath: "314" + terminationMessagePolicy: 漤ŗ坟 tty: true volumeDevices: - - devicePath: "275" - name: "274" + - devicePath: "277" + name: "276" volumeMounts: - - mountPath: "271" - mountPropagation: ʠɜ瞍阎lğ Ņ - name: "270" - readOnly: true - subPath: "272" - subPathExpr: "273" - workingDir: "254" + - mountPath: "273" + mountPropagation: irȎ3Ĕ\ɢX鰨松 + name: "272" + subPath: "274" + subPathExpr: "275" + workingDir: "256" dnsConfig: nameservers: - - "481" + - "483" options: - - name: "483" - value: "484" + - name: "485" + value: "486" searches: - - "482" - dnsPolicy: q沷¾! + - "484" + dnsPolicy: 厶s enableServiceLinks: false ephemeralContainers: - args: - - "324" + - "326" command: - - "323" + - "325" env: - - name: "331" - value: "332" + - name: "333" + value: "334" valueFrom: configMapKeyRef: - key: "338" - name: "337" - optional: false - fieldRef: - apiVersion: "333" - fieldPath: "334" - resourceFieldRef: - containerName: "335" - divisor: "473" - resource: "336" - secretKeyRef: key: "340" name: "339" optional: true + fieldRef: + apiVersion: "335" + fieldPath: "336" + resourceFieldRef: + containerName: "337" + divisor: "971" + resource: "338" + secretKeyRef: + key: "342" + name: "341" + optional: true envFrom: - configMapRef: - name: "329" + name: "331" optional: true - prefix: "328" + prefix: "330" secretRef: - name: "330" + name: "332" optional: false - image: "322" - imagePullPolicy: 委>,趐V曡88 u怞荊ù灹8緔Tj + image: "324" + imagePullPolicy: '#t(ȗŜŲ&洪y儕l' lifecycle: postStart: exec: command: - - "368" + - "371" httpGet: - host: "370" - httpHeaders: - - name: "371" - value: "372" - path: "369" - port: 1176168596 - scheme: 轪d覉;Ĕ - tcpSocket: host: "374" + httpHeaders: + - name: "375" + value: "376" + path: "372" port: "373" + scheme: b轫ʓ滨ĖRh}颉hȱɷȰW + tcpSocket: + host: "378" + port: "377" preStop: exec: command: - - "375" + - "379" httpGet: - host: "378" + host: "381" httpHeaders: - - name: "379" - value: "380" - path: "376" - port: "377" - scheme: ʦŊĊ娮 + - name: "382" + value: "383" + path: "380" + port: -1743587482 tcpSocket: - host: "382" - port: "381" + host: "384" + port: 858034123 livenessProbe: exec: command: - - "347" - failureThreshold: 1566765016 + - "349" + failureThreshold: -2033879721 httpGet: - host: "349" - httpHeaders: - - name: "350" - value: "351" - path: "348" - port: 1034835933 - scheme: O虀^背遻堣灭ƴɦ燻踸陴 - initialDelaySeconds: 650448405 - periodSeconds: -168773629 - successThreshold: 2068592383 - tcpSocket: host: "352" - port: -1744546613 - terminationGracePeriodSeconds: -1112599546012453731 - timeoutSeconds: 1943254244 - name: "321" + httpHeaders: + - name: "353" + value: "354" + path: "350" + port: "351" + scheme: 07曳wœj堑ūM鈱ɖ'蠨 + initialDelaySeconds: -242798806 + periodSeconds: 681004793 + successThreshold: 2002666266 + tcpSocket: + host: "356" + port: "355" + terminationGracePeriodSeconds: -4409241678312226730 + timeoutSeconds: -1940800545 + name: "323" ports: - - containerPort: -1371690155 - hostIP: "327" - hostPort: 2032588794 - name: "326" - protocol: G昧牱fsǕT衩kƒK07曳wœj堑 + - containerPort: -557687916 + hostIP: "329" + hostPort: 788093377 + name: "328" + protocol: _敕 readinessProbe: exec: command: - - "353" - failureThreshold: 902204699 + - "357" + failureThreshold: -2122876628 httpGet: - host: "356" + host: "359" httpHeaders: - - name: "357" - value: "358" - path: "354" - port: "355" - scheme: b轫ʓ滨ĖRh}颉hȱɷȰW - initialDelaySeconds: 636493142 - periodSeconds: 420595064 - successThreshold: 1195176401 + - name: "360" + value: "361" + path: "358" + port: 279062028 + scheme: Byß讪Ă2讅缔m葰賦迾娙ƴ4虵p + initialDelaySeconds: 725557531 + periodSeconds: 741667779 + successThreshold: -381344241 tcpSocket: - host: "360" - port: "359" - terminationGracePeriodSeconds: 9196919020604133323 - timeoutSeconds: -192358697 + host: "362" + port: -943058206 + terminationGracePeriodSeconds: 2700145646260085226 + timeoutSeconds: -703127031 resources: limits: - 盌3+Œ: "752" + 湷D谹気Ƀ秮òƬɸĻo:{: "523" requests: - )Zq=歍þ: "759" + 赮ǒđ>*劶?jĎĭ¥#ƱÁR»: "929" securityContext: allowPrivilegeEscalation: false capabilities: add: - - 蓋Cȗä2 ɲ±m嵘厶sȰÖ + - ɻŶJ詢 drop: - - ÆɰŞ襵 - privileged: true - procMount: 阫Ƈʥ椹ý + - ǾɁ鍻G鯇ɀ魒Ð扬=惍E + privileged: false + procMount: ;Ƭ婦d%蹶/ʗp壥Ƥ readOnlyRootFilesystem: false - runAsGroup: -1624551961163368198 + runAsGroup: -2841141127223294729 runAsNonRoot: false - runAsUser: -5519662252699559890 + runAsUser: -5071790362153704411 seLinuxOptions: - level: "387" - role: "385" - type: "386" - user: "384" + level: "389" + role: "387" + type: "388" + user: "386" seccompProfile: - localhostProfile: "391" - type: ȕ笧L唞鹚蝉茲ʛ饊ɣKIJWĶʗ{裦i÷ + localhostProfile: "393" + type: 郡ɑ鮽ǍJB膾扉A­1襏櫯³ windowsOptions: - gmsaCredentialSpec: "389" - gmsaCredentialSpecName: "388" + gmsaCredentialSpec: "391" + gmsaCredentialSpecName: "390" hostProcess: false - runAsUserName: "390" + runAsUserName: "392" startupProbe: exec: command: - - "361" - failureThreshold: -1222486879 + - "363" + failureThreshold: 1762917570 httpGet: - host: "364" + host: "366" httpHeaders: - - name: "365" - value: "366" - path: "362" - port: "363" - scheme: y#t(ȗŜŲ& - initialDelaySeconds: 156368232 - periodSeconds: 44612600 - successThreshold: -688929182 + - name: "367" + value: "368" + path: "364" + port: "365" + scheme: thp像- + initialDelaySeconds: 1589417286 + periodSeconds: 1874051321 + successThreshold: -500012714 tcpSocket: - host: "367" - port: 1387858949 - terminationGracePeriodSeconds: 6543873941346781273 - timeoutSeconds: -815239246 - stdin: true + host: "370" + port: "369" + terminationGracePeriodSeconds: 4794571970514469019 + timeoutSeconds: 445878206 stdinOnce: true - targetContainerName: "392" - terminationMessagePath: "383" - terminationMessagePolicy: Ź黷`嵐;Ƭ婦d%蹶/ʗp壥Ƥ揤郡ɑ鮽 + targetContainerName: "394" + terminationMessagePath: "385" + terminationMessagePolicy: 喾@潷 volumeDevices: - - devicePath: "346" - name: "345" + - devicePath: "348" + name: "347" volumeMounts: - - mountPath: "342" - mountPropagation: 讅缔m葰賦迾娙ƴ4虵p - name: "341" - subPath: "343" - subPathExpr: "344" - workingDir: "325" + - mountPath: "344" + mountPropagation: '|ǓÓ敆OɈÏ 瞍髃' + name: "343" + readOnly: true + subPath: "345" + subPathExpr: "346" + workingDir: "327" hostAliases: - hostnames: - - "479" - ip: "478" + - "481" + ip: "480" hostIPC: true - hostname: "409" + hostPID: true + hostname: "411" imagePullSecrets: - - name: "408" + - name: "410" initContainers: - args: - - "181" + - "184" command: - - "180" + - "183" env: - - name: "188" - value: "189" + - name: "191" + value: "192" valueFrom: configMapKeyRef: - key: "195" - name: "194" - optional: false + key: "198" + name: "197" + optional: true fieldRef: - apiVersion: "190" - fieldPath: "191" + apiVersion: "193" + fieldPath: "194" resourceFieldRef: - containerName: "192" - divisor: "617" - resource: "193" + containerName: "195" + divisor: "139" + resource: "196" secretKeyRef: - key: "197" - name: "196" + key: "200" + name: "199" optional: false envFrom: - configMapRef: - name: "186" - optional: true - prefix: "185" + name: "189" + optional: false + prefix: "188" secretRef: - name: "187" - optional: true - image: "179" - imagePullPolicy: ǵɐ鰥Z + name: "190" + optional: false + image: "182" + imagePullPolicy: '{屿oiɥ嵐sC8?Ǻ' lifecycle: postStart: exec: command: - - "225" + - "228" httpGet: - host: "228" + host: "231" httpHeaders: - - name: "229" - value: "230" - path: "226" - port: "227" - scheme: 鰔澝qV訆ƎżŧL²sNƗ¸ + - name: "232" + value: "233" + path: "229" + port: "230" + scheme: ŕĪĠM蘇KŅ/»頸+SÄ蚃ɣ tcpSocket: - host: "232" - port: "231" + host: "234" + port: 1993268896 preStop: exec: command: - - "233" + - "235" httpGet: - host: "236" + host: "238" httpHeaders: - - name: "237" - value: "238" - path: "234" - port: "235" - scheme: δ摖 + - name: "239" + value: "240" + path: "236" + port: "237" + scheme: 'ƿ頀"冓鍓贯澔 ' tcpSocket: - host: "240" - port: "239" + host: "242" + port: "241" livenessProbe: exec: command: - - "204" - failureThreshold: 14304392 + - "207" + failureThreshold: -552281772 httpGet: - host: "207" - httpHeaders: - - name: "208" - value: "209" - path: "205" - port: "206" - scheme: fʀļ腩墺Ò媁荭gw忊 - initialDelaySeconds: -1532958330 - periodSeconds: 1004325340 - successThreshold: -1313320434 - tcpSocket: host: "210" - port: -1761398388 - terminationGracePeriodSeconds: 2001337664780390084 - timeoutSeconds: -438588982 - name: "178" + httpHeaders: + - name: "211" + value: "212" + path: "208" + port: "209" + scheme: u|榝$î.Ȏ蝪ʜ5遰=E埄Ȁ + initialDelaySeconds: -1246371817 + periodSeconds: 432291364 + successThreshold: 676578360 + tcpSocket: + host: "213" + port: 1714588921 + terminationGracePeriodSeconds: -2910346974754087949 + timeoutSeconds: 617318981 + name: "181" ports: - - containerPort: -1109619518 - hostIP: "184" - hostPort: -1981710234 - name: "183" - protocol: ĺ}潷ʒ胵輓Ɔȓ蹣ɐǛv+8Ƥ熪 + - containerPort: -1252938503 + hostIP: "187" + hostPort: 852780575 + name: "186" + protocol: Opwǩ曬逴褜1ØœȠƬQg鄠 readinessProbe: exec: command: - - "211" - failureThreshold: -1314967760 + - "214" + failureThreshold: 2056774277 httpGet: - host: "213" + host: "216" httpHeaders: - - name: "214" - value: "215" - path: "212" - port: -614161319 - scheme: Ȩ<6鄰簳°Ļǟi& - initialDelaySeconds: 233282513 - periodSeconds: 1313273370 - successThreshold: -1296830577 + - name: "217" + value: "218" + path: "215" + port: 656200799 + initialDelaySeconds: -2165496 + periodSeconds: 1386255869 + successThreshold: -778272981 tcpSocket: - host: "217" - port: "216" - terminationGracePeriodSeconds: 5043322816247327651 - timeoutSeconds: -518330919 + host: "220" + port: "219" + terminationGracePeriodSeconds: -9219895030215397584 + timeoutSeconds: -1778952574 resources: limits: - 朷Ǝ膯ljVX1虊谇: "279" + LĹ]佱¿>犵殇ŕ-Ɂ圯W:ĸ輦唊: "807" requests: - 圯W:ĸ輦唊#v铿ʩȂ4ē鐭#嬀: "918" + 嚧ʣq埄: "936" securityContext: allowPrivilegeEscalation: true capabilities: add: - - DÒȗÔÂɘɢ鬍熖B芭花ª瘡蟦JBʟ + - ;Nŕ璻Jih亏yƕ丆録²Ŏ drop: - - H鯂²静ƲǦŐnj汰8ŕİi騎C"6 - privileged: false - procMount: ȹ均i绝5哇芆斩ìh4Ɋ + - /灩聋3趐囨鏻砅邻爥蹔ŧOǨ繫 + privileged: true + procMount: šeSvEȤƏ埮pɵ{WOŭW灬pȭ readOnlyRootFilesystem: true - runAsGroup: 4041264710404335706 - runAsNonRoot: false - runAsUser: -7299434051955863644 + runAsGroup: 6453802934472477147 + runAsNonRoot: true + runAsUser: 4041264710404335706 seLinuxOptions: - level: "245" - role: "243" - type: "244" - user: "242" + level: "247" + role: "245" + type: "246" + user: "244" seccompProfile: - localhostProfile: "249" - type: Ȗ|ʐşƧ諔迮ƙIJ嘢4 + localhostProfile: "251" + type: V擭銆j windowsOptions: - gmsaCredentialSpec: "247" - gmsaCredentialSpecName: "246" + gmsaCredentialSpec: "249" + gmsaCredentialSpecName: "248" hostProcess: true - runAsUserName: "248" + runAsUserName: "250" startupProbe: exec: command: - - "218" - failureThreshold: 1909548849 + - "221" + failureThreshold: -1137436579 httpGet: - host: "221" - httpHeaders: - - name: "222" - value: "223" - path: "219" - port: "220" - scheme: 队偯J僳徥淳4揻 - initialDelaySeconds: -1244119841 - periodSeconds: 348370746 - successThreshold: 468369166 - tcpSocket: host: "224" - port: 878005329 - terminationGracePeriodSeconds: 6410850623145248813 - timeoutSeconds: 1235694147 - terminationMessagePath: "241" - terminationMessagePolicy: _<ǬëJ橈'琕鶫:顇ə娯Ȱ + httpHeaders: + - name: "225" + value: "226" + path: "222" + port: "223" + scheme: 鬶l獕;跣Hǝcw + initialDelaySeconds: -736151561 + periodSeconds: -1856061695 + successThreshold: 1868683352 + tcpSocket: + host: "227" + port: -374766088 + terminationGracePeriodSeconds: 8876559635423161004 + timeoutSeconds: -1515369804 + terminationMessagePath: "243" + terminationMessagePolicy: 6Ɖ飴ɎiǨź' volumeDevices: - - devicePath: "203" - name: "202" + - devicePath: "206" + name: "205" volumeMounts: - - mountPath: "199" - mountPropagation: ó藢xɮĵȑ6L* - name: "198" - subPath: "200" - subPathExpr: "201" - workingDir: "182" - nodeName: "397" + - mountPath: "202" + mountPropagation: '#嬀ơŸ8T 苧yñKJɐ扵Gƚ绤f' + name: "201" + subPath: "203" + subPathExpr: "204" + workingDir: "185" + nodeName: "399" nodeSelector: - "393": "394" + "395": "396" overhead: - D傕Ɠ栊闔虝巒瀦ŕ: "124" - preemptionPolicy: Iƭij韺ʧ> - priority: 743241089 - priorityClassName: "480" + 隅DžbİEMǶɼ`|褞: "229" + preemptionPolicy: n{鳻 + priority: -340583156 + priorityClassName: "482" readinessGates: - - conditionType: 0yVA嬂刲;牆詒ĸąs - restartPolicy: 砘Cș栣险¹贮獘薟8Mĕ霉}閜LI - runtimeClassName: "485" - schedulerName: "475" + - conditionType: țc£PAÎǨȨ栋 + restartPolicy: 刪q塨Ý-扚聧扈4ƫZɀȩ愉 + runtimeClassName: "487" + schedulerName: "477" securityContext: - fsGroup: 3564097949592109139 - fsGroupChangePolicy: ûǭg怨彬ɈNƋl塠傫üMɮ6 - runAsGroup: 2960114664726223450 - runAsNonRoot: false - runAsUser: -3496040522639830925 + fsGroup: 4301352137345790658 + fsGroupChangePolicy: 柱栦阫Ƈʥ椹 + runAsGroup: -2037509302018919599 + runAsNonRoot: true + runAsUser: -3184085461588437523 seLinuxOptions: - level: "401" - role: "399" - type: "400" - user: "398" + level: "403" + role: "401" + type: "402" + user: "400" seccompProfile: - localhostProfile: "407" - type: .¸赂ʓ蔋 ǵq砯á缈gȇǙ屏宨殴妓ɡ + localhostProfile: "409" + type: 飝ȕ笧L唞鹚蝉茲ʛ饊ɣKIJWĶʗ{裦i supplementalGroups: - - 2402603282459663167 + - -885564056413671854 sysctls: - - name: "405" - value: "406" + - name: "407" + value: "408" windowsOptions: - gmsaCredentialSpec: "403" - gmsaCredentialSpecName: "402" + gmsaCredentialSpec: "405" + gmsaCredentialSpecName: "404" hostProcess: true - runAsUserName: "404" - serviceAccount: "396" - serviceAccountName: "395" - setHostnameAsFQDN: true + runAsUserName: "406" + serviceAccount: "398" + serviceAccountName: "397" + setHostnameAsFQDN: false shareProcessNamespace: true - subdomain: "410" - terminationGracePeriodSeconds: 3296766428578159624 + subdomain: "412" + terminationGracePeriodSeconds: -1390311149947249535 tolerations: - - effect: '慰x:' - key: "476" - operator: 4%ʬD$;X郪\#撄貶à圽榕ɹ - tolerationSeconds: 3362400521064014157 - value: "477" + - key: "478" + operator: ŭʔb'?舍ȃʥx臥]å摞 + tolerationSeconds: 3053978290188957517 + value: "479" topologySpreadConstraints: - labelSelector: matchExpressions: - - key: ee.-.66hcB.rTt7bm9I.-..q-F-.__c.k7__f--_br..1.--x - operator: In + - key: oZvt.LT60v.WxPc---K__-iguFGT._.Y4-0.67hP-lX-_-..b + operator: NotIn values: - - zJ_.84.-0-.6---Q.__y64L.0-.c-tm..__---r__._-.DL.oe + - H1z..j_.r3--T matchLabels: - 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: "486" - whenUnsatisfiable: "" + H_55..--E3_2D-1DW__o_-.k: "7" + maxSkew: 1486667065 + topologyKey: "488" + whenUnsatisfiable: DŽɤȶšɞƵõ禲#樹罽濅ʏ 撜粞 volumes: - awsElasticBlockStore: fsType: "49" @@ -894,6 +892,10 @@ spec: apiGroup: "175" kind: "176" name: "177" + dataSourceRef: + apiGroup: "178" + kind: "179" + name: "180" resources: limits: 'âĺɗŹ倗S晒嶗UÐ_ƮA攤/ɸɎ ': "648" @@ -1047,25 +1049,25 @@ spec: storagePolicyID: "106" storagePolicyName: "105" volumePath: "103" - templateGeneration: 5029735218517286947 + templateGeneration: -360030892563979363 updateStrategy: rollingUpdate: maxSurge: 3 maxUnavailable: 2 - type: 秮ȳĵ/Ş槀墺=Ĉ鳟/d& + type: șa汸<ƋlɋN磋镮ȺPÈ status: - collisionCount: -286154190 + collisionCount: -1535458227 conditions: - - lastTransitionTime: "2194-10-19T16:17:18Z" - message: "494" - reason: "493" - status: De½t;Ä - type: 鶼K癨琞Z氞唬蹵ɥeȿĦ`垨Džɞ堹 - currentNumberScheduled: -212409426 - desiredNumberScheduled: 1329525670 - numberAvailable: -161888815 - numberMisscheduled: 17761427 - numberReady: -1169406076 - numberUnavailable: 1676195855 - observedGeneration: -660751236671399271 - updatedNumberScheduled: 171558604 + - lastTransitionTime: "2721-06-15T10:27:00Z" + message: "496" + reason: "495" + status: 罦¦褅桃|薝Țµʍ^鼑:$Ǿ觇ƒ幦 + type: Ȣ# + currentNumberScheduled: 295177820 + desiredNumberScheduled: -702578810 + numberAvailable: -487001726 + numberMisscheduled: 1576197985 + numberReady: 1539090224 + numberUnavailable: 929611261 + observedGeneration: 1991467680216601344 + updatedNumberScheduled: -1556190810 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 315bab56582..d341aeeb778 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 @@ -443,6 +443,11 @@ "apiGroup": "175", "kind": "176", "name": "177" + }, + "dataSourceRef": { + "apiGroup": "178", + "kind": "179", + "name": "180" } } } @@ -451,388 +456,356 @@ ], "initContainers": [ { - "name": "178", - "image": "179", + "name": "181", + "image": "182", "command": [ - "180" + "183" ], "args": [ - "181" + "184" ], - "workingDir": "182", + "workingDir": "185", "ports": [ { - "name": "183", - "hostPort": 1923334396, - "containerPort": -1343558801, - "protocol": "@掇lNdǂ\u003e", - "hostIP": "184" + "name": "186", + "hostPort": 282592353, + "containerPort": 377225334, + "protocol": "Ƹ[Ęİ榌U髷裎$MVȟ@7", + "hostIP": "187" } ], "envFrom": [ { - "prefix": "185", + "prefix": "188", "configMapRef": { - "name": "186", - "optional": true + "name": "189", + "optional": false }, "secretRef": { - "name": "187", - "optional": true - } - } - ], - "env": [ - { - "name": "188", - "value": "189", - "valueFrom": { - "fieldRef": { - "apiVersion": "190", - "fieldPath": "191" - }, - "resourceFieldRef": { - "containerName": "192", - "resource": "193", - "divisor": "713" - }, - "configMapKeyRef": { - "name": "194", - "key": "195", - "optional": true - }, - "secretKeyRef": { - "name": "196", - "key": "197", - "optional": false - } - } - } - ], - "resources": { - "limits": { - "荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3": "86" - }, - "requests": { - "t莭琽§ć\\ ïì": "80" - } - }, - "volumeMounts": [ - { - "name": "198", - "readOnly": true, - "mountPath": "199", - "subPath": "200", - "mountPropagation": "0矀Kʝ瘴I\\p[ħsĨɆâĺɗŹ倗S", - "subPathExpr": "201" - } - ], - "volumeDevices": [ - { - "name": "202", - "devicePath": "203" - } - ], - "livenessProbe": { - "exec": { - "command": [ - "204" - ] - }, - "httpGet": { - "path": "205", - "port": -1285424066, - "host": "206", - "scheme": "ni酛3ƁÀ", - "httpHeaders": [ - { - "name": "207", - "value": "208" - } - ] - }, - "tcpSocket": { - "port": "209", - "host": "210" - }, - "initialDelaySeconds": -2036074491, - "timeoutSeconds": -148216266, - "periodSeconds": 165047920, - "successThreshold": -393291312, - "failureThreshold": -93157681, - "terminationGracePeriodSeconds": -4856573944864548413 - }, - "readinessProbe": { - "exec": { - "command": [ - "211" - ] - }, - "httpGet": { - "path": "212", - "port": -331283026, - "host": "213", - "scheme": "ȉ", - "httpHeaders": [ - { - "name": "214", - "value": "215" - } - ] - }, - "tcpSocket": { - "port": 714088955, - "host": "216" - }, - "initialDelaySeconds": 1033766276, - "timeoutSeconds": -1745509819, - "periodSeconds": -859135545, - "successThreshold": -1543701088, - "failureThreshold": 513341278, - "terminationGracePeriodSeconds": 2696007505383404823 - }, - "startupProbe": { - "exec": { - "command": [ - "217" - ] - }, - "httpGet": { - "path": "218", - "port": -361442565, - "host": "219", - "scheme": "w", - "httpHeaders": [ - { - "name": "220", - "value": "221" - } - ] - }, - "tcpSocket": { - "port": -1099429189, - "host": "222" - }, - "initialDelaySeconds": 994072122, - "timeoutSeconds": 1752155096, - "periodSeconds": -1962065705, - "successThreshold": 1701999128, - "failureThreshold": -1364571630, - "terminationGracePeriodSeconds": 7258403424756645907 - }, - "lifecycle": { - "postStart": { - "exec": { - "command": [ - "223" - ] - }, - "httpGet": { - "path": "224", - "port": -1109619518, - "host": "225", - "scheme": "ĺ}潷ʒ胵輓Ɔȓ蹣ɐǛv+8Ƥ熪", - "httpHeaders": [ - { - "name": "226", - "value": "227" - } - ] - }, - "tcpSocket": { - "port": "228", - "host": "229" - } - }, - "preStop": { - "exec": { - "command": [ - "230" - ] - }, - "httpGet": { - "path": "231", - "port": 461585849, - "host": "232", - "scheme": "ɇ卷荙JLĹ]佱¿\u003e犵殇ŕ-Ɂ", - "httpHeaders": [ - { - "name": "233", - "value": "234" - } - ] - }, - "tcpSocket": { - "port": 467291328, - "host": "235" - } - } - }, - "terminationMessagePath": "236", - "terminationMessagePolicy": "ĸ輦唊", - "imagePullPolicy": "r嚧", - "securityContext": { - "capabilities": { - "add": [ - "埄趛" - ], - "drop": [ - "ʁ岼昕ĬÇ" - ] - }, - "privileged": true, - "seLinuxOptions": { - "user": "237", - "role": "238", - "type": "239", - "level": "240" - }, - "windowsOptions": { - "gmsaCredentialSpecName": "241", - "gmsaCredentialSpec": "242", - "runAsUserName": "243", - "hostProcess": false - }, - "runAsUser": 161123823296532265, - "runAsGroup": -6406791857291159870, - "runAsNonRoot": false, - "readOnlyRootFilesystem": false, - "allowPrivilegeEscalation": false, - "procMount": "鐫û咡W\u003c敄lu|榝", - "seccompProfile": { - "type": "î.Ȏ蝪ʜ5遰=", - "localhostProfile": "244" - } - }, - "stdin": true, - "stdinOnce": true, - "tty": true - } - ], - "containers": [ - { - "name": "245", - "image": "246", - "command": [ - "247" - ], - "args": [ - "248" - ], - "workingDir": "249", - "ports": [ - { - "name": "250", - "hostPort": -370386363, - "containerPort": 1714588921, - "protocol": "Ư貾", - "hostIP": "251" - } - ], - "envFrom": [ - { - "prefix": "252", - "configMapRef": { - "name": "253", - "optional": true - }, - "secretRef": { - "name": "254", + "name": "190", "optional": false } } ], "env": [ { - "name": "255", - "value": "256", + "name": "191", + "value": "192", "valueFrom": { "fieldRef": { - "apiVersion": "257", - "fieldPath": "258" + "apiVersion": "193", + "fieldPath": "194" }, "resourceFieldRef": { - "containerName": "259", - "resource": "260", - "divisor": "271" + "containerName": "195", + "resource": "196", + "divisor": "573" }, "configMapKeyRef": { - "name": "261", - "key": "262", + "name": "197", + "key": "198", "optional": false }, "secretKeyRef": { - "name": "263", - "key": "264", - "optional": true + "name": "199", + "key": "200", + "optional": false } } } ], "resources": { "limits": { - "庰%皧V": "116" + "ǚ灄鸫rʤî萨zvt": "829" }, "requests": { - "": "289" + "悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\\p": "604" } }, "volumeMounts": [ { - "name": "265", + "name": "201", "readOnly": true, - "mountPath": "266", - "subPath": "267", - "mountPropagation": "橨鬶l獕;跣Hǝcw媀瓄\u0026翜舞拉Œ", - "subPathExpr": "268" + "mountPath": "202", + "subPath": "203", + "mountPropagation": "ƖHV", + "subPathExpr": "204" } ], "volumeDevices": [ { - "name": "269", - "devicePath": "270" + "name": "205", + "devicePath": "206" } ], "livenessProbe": { "exec": { "command": [ - "271" + "207" ] }, "httpGet": { - "path": "272", - "port": 1907998540, - "host": "273", - "scheme": ",ŕ", + "path": "208", + "port": -1196874390, + "host": "209", + "scheme": "S晒嶗UÐ_ƮA攤", "httpHeaders": [ { - "name": "274", - "value": "275" + "name": "210", + "value": "211" } ] }, "tcpSocket": { - "port": "276", - "host": "277" + "port": -498930176, + "host": "212" }, - "initialDelaySeconds": -253326525, - "timeoutSeconds": 567263590, - "periodSeconds": 887319241, - "successThreshold": 1559618829, - "failureThreshold": 1156888068, - "terminationGracePeriodSeconds": -5566612115749133989 + "initialDelaySeconds": 1885897314, + "timeoutSeconds": -465677631, + "periodSeconds": 1054858106, + "successThreshold": 232569106, + "failureThreshold": -1150474479, + "terminationGracePeriodSeconds": 3196828455642760911 }, "readinessProbe": { "exec": { "command": [ - "278" + "213" ] }, "httpGet": { - "path": "279", - "port": 1315054653, + "path": "214", + "port": "215", + "host": "216", + "scheme": "3!Zɾģ毋Ó6", + "httpHeaders": [ + { + "name": "217", + "value": "218" + } + ] + }, + "tcpSocket": { + "port": -832805508, + "host": "219" + }, + "initialDelaySeconds": -228822833, + "timeoutSeconds": -970312425, + "periodSeconds": -1213051101, + "successThreshold": 1451056156, + "failureThreshold": 267768240, + "terminationGracePeriodSeconds": -549108701661089463 + }, + "startupProbe": { + "exec": { + "command": [ + "220" + ] + }, + "httpGet": { + "path": "221", + "port": "222", + "host": "223", + "scheme": "#yV'WKw(ğ儴Ůĺ}", + "httpHeaders": [ + { + "name": "224", + "value": "225" + } + ] + }, + "tcpSocket": { + "port": -20130017, + "host": "226" + }, + "initialDelaySeconds": -1244623134, + "timeoutSeconds": -1334110502, + "periodSeconds": -398297599, + "successThreshold": 873056500, + "failureThreshold": -36782737, + "terminationGracePeriodSeconds": -7464951486382552895 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "227" + ] + }, + "httpGet": { + "path": "228", + "port": "229", + "host": "230", + "scheme": "鄠[颐o啛更偢ɇ卷荙JL", + "httpHeaders": [ + { + "name": "231", + "value": "232" + } + ] + }, + "tcpSocket": { + "port": "233", + "host": "234" + } + }, + "preStop": { + "exec": { + "command": [ + "235" + ] + }, + "httpGet": { + "path": "236", + "port": -1506633471, + "host": "237", + "scheme": "1虊谇j爻ƙt叀碧闳ȩr嚧ʣq", + "httpHeaders": [ + { + "name": "238", + "value": "239" + } + ] + }, + "tcpSocket": { + "port": "240", + "host": "241" + } + } + }, + "terminationMessagePath": "242", + "terminationMessagePolicy": "屡ʁ", + "securityContext": { + "capabilities": { + "add": [ + "Ÿ8T 苧yñKJɐ扵" + ], + "drop": [ + "ƚ绤fʀļ腩墺Ò媁荭gw忊|E剒蔞" + ] + }, + "privileged": false, + "seLinuxOptions": { + "user": "243", + "role": "244", + "type": "245", + "level": "246" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "247", + "gmsaCredentialSpec": "248", + "runAsUserName": "249", + "hostProcess": true + }, + "runAsUser": 3582457287488712192, + "runAsGroup": -7664873352063067579, + "runAsNonRoot": true, + "readOnlyRootFilesystem": false, + "allowPrivilegeEscalation": true, + "procMount": "\u003c6", + "seccompProfile": { + "type": "簳°Ļǟi\u0026皥贸", + "localhostProfile": "250" + } + }, + "stdin": true + } + ], + "containers": [ + { + "name": "251", + "image": "252", + "command": [ + "253" + ], + "args": [ + "254" + ], + "workingDir": "255", + "ports": [ + { + "name": "256", + "hostPort": -1314967760, + "containerPort": 1174240097, + "protocol": "\\E¦队偯J僳徥淳", + "hostIP": "257" + } + ], + "envFrom": [ + { + "prefix": "258", + "configMapRef": { + "name": "259", + "optional": false + }, + "secretRef": { + "name": "260", + "optional": true + } + } + ], + "env": [ + { + "name": "261", + "value": "262", + "valueFrom": { + "fieldRef": { + "apiVersion": "263", + "fieldPath": "264" + }, + "resourceFieldRef": { + "containerName": "265", + "resource": "266", + "divisor": "965" + }, + "configMapKeyRef": { + "name": "267", + "key": "268", + "optional": false + }, + "secretKeyRef": { + "name": "269", + "key": "270", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "4Ǒ輂,ŕĪ": "398" + }, + "requests": { + "V訆Ǝżŧ": "915" + } + }, + "volumeMounts": [ + { + "name": "271", + "readOnly": true, + "mountPath": "272", + "subPath": "273", + "mountPropagation": "SÄ蚃ɣľ)酊龨δ摖ȱğ_\u003c", + "subPathExpr": "274" + } + ], + "volumeDevices": [ + { + "name": "275", + "devicePath": "276" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "277" + ] + }, + "httpGet": { + "path": "278", + "port": "279", "host": "280", - "scheme": "蚃ɣľ)酊龨δ摖ȱ", + "scheme": "蛜6Ɖ飴ɎiǨź'ǵɐ鰥Z龏", "httpHeaders": [ { "name": "281", @@ -841,27 +814,27 @@ ] }, "tcpSocket": { - "port": "283", - "host": "284" + "port": -614098868, + "host": "283" }, - "initialDelaySeconds": 1905181464, - "timeoutSeconds": -1730959016, - "periodSeconds": 1272940694, - "successThreshold": -385597677, - "failureThreshold": 422133388, - "terminationGracePeriodSeconds": 8385745044578923915 + "initialDelaySeconds": 234253676, + "timeoutSeconds": 846286700, + "periodSeconds": 1080545253, + "successThreshold": 1843491416, + "failureThreshold": -1204965397, + "terminationGracePeriodSeconds": -2125560879532395341 }, - "startupProbe": { + "readinessProbe": { "exec": { "command": [ - "285" + "284" ] }, "httpGet": { - "path": "286", - "port": 1013673874, + "path": "285", + "port": "286", "host": "287", - "scheme": "ə娯Ȱ囌{", + "scheme": "花ª瘡蟦JBʟ鍏", "httpHeaders": [ { "name": "288", @@ -870,158 +843,187 @@ ] }, "tcpSocket": { - "port": -1829146875, - "host": "290" + "port": "290", + "host": "291" }, - "initialDelaySeconds": -205176266, - "timeoutSeconds": 490479437, - "periodSeconds": -116469891, - "successThreshold": 311083651, - "failureThreshold": 353361793, - "terminationGracePeriodSeconds": -8939747084334542875 + "initialDelaySeconds": -2062708879, + "timeoutSeconds": 215186711, + "periodSeconds": -141401239, + "successThreshold": -1187301925, + "failureThreshold": -402384013, + "terminationGracePeriodSeconds": -779972051078659613 + }, + "startupProbe": { + "exec": { + "command": [ + "292" + ] + }, + "httpGet": { + "path": "293", + "port": "294", + "host": "295", + "scheme": "İ", + "httpHeaders": [ + { + "name": "296", + "value": "297" + } + ] + }, + "tcpSocket": { + "port": "298", + "host": "299" + }, + "initialDelaySeconds": -1615316902, + "timeoutSeconds": -793616601, + "periodSeconds": -522215271, + "successThreshold": 1374479082, + "failureThreshold": 737722974, + "terminationGracePeriodSeconds": -247950237984551522 }, "lifecycle": { "postStart": { "exec": { "command": [ - "291" + "300" ] }, "httpGet": { - "path": "292", - "port": -1021949447, - "host": "293", - "scheme": "B芭", + "path": "301", + "port": 1502643091, + "host": "302", + "scheme": "­蜷ɔ幩š", "httpHeaders": [ { - "name": "294", - "value": "295" + "name": "303", + "value": "304" } ] }, "tcpSocket": { - "port": "296", - "host": "297" + "port": 455833230, + "host": "305" } }, "preStop": { "exec": { "command": [ - "298" + "306" ] }, "httpGet": { - "path": "299", - "port": "300", - "host": "301", - "scheme": "yƕ丆録²Ŏ)", + "path": "307", + "port": 1076497581, + "host": "308", + "scheme": "h4ɊHȖ|ʐ", "httpHeaders": [ { - "name": "302", - "value": "303" + "name": "309", + "value": "310" } ] }, "tcpSocket": { - "port": 507384491, - "host": "304" + "port": 248533396, + "host": "311" } } }, - "terminationMessagePath": "305", - "terminationMessagePolicy": "3", - "imagePullPolicy": "汰8ŕİi騎C\"6x$1s", + "terminationMessagePath": "312", + "terminationMessagePolicy": "迮ƙIJ嘢4ʗN,丽饾| 鞤ɱďW賁Ěɭ", + "imagePullPolicy": "ņ", "securityContext": { "capabilities": { "add": [ - "p鋄5弢ȹ均i绝5" + "DŽ髐njʉBn(fǂǢ曣" ], "drop": [ - "" + "ay" ] }, - "privileged": true, + "privileged": false, "seLinuxOptions": { - "user": "306", - "role": "307", - "type": "308", - "level": "309" + "user": "313", + "role": "314", + "type": "315", + "level": "316" }, "windowsOptions": { - "gmsaCredentialSpecName": "310", - "gmsaCredentialSpec": "311", - "runAsUserName": "312", - "hostProcess": false + "gmsaCredentialSpecName": "317", + "gmsaCredentialSpec": "318", + "runAsUserName": "319", + "hostProcess": true }, - "runAsUser": -3385088507022597813, - "runAsGroup": 7023916302283403328, - "runAsNonRoot": false, + "runAsUser": -3576337664396773931, + "runAsGroup": -4786249339103684082, + "runAsNonRoot": true, "readOnlyRootFilesystem": false, - "allowPrivilegeEscalation": false, - "procMount": "ş", + "allowPrivilegeEscalation": true, + "procMount": "u8晲", "seccompProfile": { - "type": "諔迮ƙ", - "localhostProfile": "313" + "type": "[irȎ3Ĕ\\ɢX鰨松/Ȁĵ鴁ĩȲ", + "localhostProfile": "320" } }, - "stdinOnce": true + "stdin": true } ], "ephemeralContainers": [ { - "name": "314", - "image": "315", + "name": "321", + "image": "322", "command": [ - "316" + "323" ], "args": [ - "317" + "324" ], - "workingDir": "318", + "workingDir": "325", "ports": [ { - "name": "319", - "hostPort": -488127393, - "containerPort": 1137109081, - "protocol": "丽饾| 鞤ɱď", - "hostIP": "320" + "name": "326", + "hostPort": 1453852685, + "containerPort": 2037135322, + "protocol": "ǧĒzŔ瘍N", + "hostIP": "327" } ], "envFrom": [ { - "prefix": "321", + "prefix": "328", "configMapRef": { - "name": "322", + "name": "329", "optional": true }, "secretRef": { - "name": "323", - "optional": false + "name": "330", + "optional": true } } ], "env": [ { - "name": "324", - "value": "325", + "name": "331", + "value": "332", "valueFrom": { "fieldRef": { - "apiVersion": "326", - "fieldPath": "327" + "apiVersion": "333", + "fieldPath": "334" }, "resourceFieldRef": { - "containerName": "328", - "resource": "329", - "divisor": "66" + "containerName": "335", + "resource": "336", + "divisor": "464" }, "configMapKeyRef": { - "name": "330", - "key": "331", + "name": "337", + "key": "338", "optional": true }, "secretKeyRef": { - "name": "332", - "key": "333", + "name": "339", + "key": "340", "optional": false } } @@ -1029,56 +1031,28 @@ ], "resources": { "limits": { - "ƣMț譎懚X": "93" + "汚磉反-n": "653" }, "requests": { - "曣ŋayåe躒訙": "484" + "^輅9ɛ棕ƈ眽炊礫Ƽ¨Ix糂腂ǂǚ": "999" } }, "volumeMounts": [ { - "name": "334", - "mountPath": "335", - "subPath": "336", - "mountPropagation": "(娕uE增猍", - "subPathExpr": "337" + "name": "341", + "mountPath": "342", + "subPath": "343", + "mountPropagation": "蛋I滞廬耐鷞焬CQm坊柩", + "subPathExpr": "344" } ], "volumeDevices": [ { - "name": "338", - "devicePath": "339" + "name": "345", + "devicePath": "346" } ], "livenessProbe": { - "exec": { - "command": [ - "340" - ] - }, - "httpGet": { - "path": "341", - "port": "342", - "host": "343", - "httpHeaders": [ - { - "name": "344", - "value": "345" - } - ] - }, - "tcpSocket": { - "port": -819013491, - "host": "346" - }, - "initialDelaySeconds": -1843539391, - "timeoutSeconds": 1238925115, - "periodSeconds": -1758095966, - "successThreshold": 1627026804, - "failureThreshold": -1508967300, - "terminationGracePeriodSeconds": -4548040070833300341 - }, - "readinessProbe": { "exec": { "command": [ "347" @@ -1086,9 +1060,9 @@ }, "httpGet": { "path": "348", - "port": -186532794, + "port": -1088996269, "host": "349", - "scheme": "ĩȲǸ|蕎'佉賞ǧĒzŔ瘍Nʊ輔3璾ė", + "scheme": "ƘƵŧ1ƟƓ宆!", "httpHeaders": [ { "name": "350", @@ -1097,80 +1071,86 @@ ] }, "tcpSocket": { - "port": "352", - "host": "353" + "port": -1836225650, + "host": "352" }, - "initialDelaySeconds": -751455207, - "timeoutSeconds": -894026356, - "periodSeconds": 646133945, - "successThreshold": -506710067, - "failureThreshold": -47594442, - "terminationGracePeriodSeconds": -8866033802256420471 + "initialDelaySeconds": -1065853311, + "timeoutSeconds": 559999152, + "periodSeconds": -843639240, + "successThreshold": 1573261475, + "failureThreshold": -1211577347, + "terminationGracePeriodSeconds": 6567123901989213629 }, - "startupProbe": { + "readinessProbe": { "exec": { "command": [ - "354" + "353" ] }, "httpGet": { - "path": "355", - "port": -1789721862, - "host": "356", - "scheme": "閈誹ʅ蕉ɼ", + "path": "354", + "port": 705333281, + "host": "355", + "scheme": "xƂ9阠", "httpHeaders": [ { - "name": "357", - "value": "358" + "name": "356", + "value": "357" } ] }, "tcpSocket": { - "port": 374862544, - "host": "359" + "port": -916583020, + "host": "358" }, - "initialDelaySeconds": 1518001294, - "timeoutSeconds": 1467189105, - "periodSeconds": -2068583194, - "successThreshold": -29073009, - "failureThreshold": 1190831814, - "terminationGracePeriodSeconds": 7262727411813417219 + "initialDelaySeconds": -606614374, + "timeoutSeconds": -3478003, + "periodSeconds": 498878902, + "successThreshold": 652646450, + "failureThreshold": 757223010, + "terminationGracePeriodSeconds": -8216131738691912586 + }, + "startupProbe": { + "exec": { + "command": [ + "359" + ] + }, + "httpGet": { + "path": "360", + "port": "361", + "host": "362", + "scheme": "Ů\u003cy鯶縆łƑ[澔", + "httpHeaders": [ + { + "name": "363", + "value": "364" + } + ] + }, + "tcpSocket": { + "port": 1288391156, + "host": "365" + }, + "initialDelaySeconds": -952255430, + "timeoutSeconds": 1568034275, + "periodSeconds": -824007302, + "successThreshold": -359713104, + "failureThreshold": 1671084780, + "terminationGracePeriodSeconds": 1571605531283019612 }, "lifecycle": { "postStart": { "exec": { "command": [ - "360" + "366" ] }, "httpGet": { - "path": "361", - "port": 890223061, - "host": "362", - "scheme": "uEy竬ʆɞȥ}礤铟怖ý萜Ǖc8ǣ", - "httpHeaders": [ - { - "name": "363", - "value": "364" - } - ] - }, - "tcpSocket": { - "port": "365", - "host": "366" - } - }, - "preStop": { - "exec": { - "command": [ - "367" - ] - }, - "httpGet": { - "path": "368", - "port": 797714018, + "path": "367", + "port": "368", "host": "369", - "scheme": "vÄÚ×", + "scheme": "%ʝ`ǭ", "httpHeaders": [ { "name": "370", @@ -1179,104 +1159,126 @@ ] }, "tcpSocket": { - "port": "372", - "host": "373" + "port": -1467648837, + "host": "372" + } + }, + "preStop": { + "exec": { + "command": [ + "373" + ] + }, + "httpGet": { + "path": "374", + "port": "375", + "host": "376", + "scheme": "磂tńČȷǻ.wȏâ磠Ƴ崖S", + "httpHeaders": [ + { + "name": "377", + "value": "378" + } + ] + }, + "tcpSocket": { + "port": "379", + "host": "380" } } }, - "terminationMessagePath": "374", - "terminationMessagePolicy": "m罂o3ǰ廋i乳'ȘUɻ", - "imagePullPolicy": "阠$嬏", + "terminationMessagePath": "381", + "terminationMessagePolicy": "¯ÁȦtl敷斢", + "imagePullPolicy": "愝Ű藛b磾sYȠ繽敮ǰ詀ǿ忀oɎƺL", "securityContext": { "capabilities": { "add": [ - "¶熀ďJZ漤" + "鬬$矐_敕ű嵞嬯t{Eɾ" ], "drop": [ - "" + "Ȯ-湷D谹気Ƀ秮òƬɸĻo:" ] }, "privileged": true, "seLinuxOptions": { - "user": "375", - "role": "376", - "type": "377", - "level": "378" + "user": "382", + "role": "383", + "type": "384", + "level": "385" }, "windowsOptions": { - "gmsaCredentialSpecName": "379", - "gmsaCredentialSpec": "380", - "runAsUserName": "381", - "hostProcess": false + "gmsaCredentialSpecName": "386", + "gmsaCredentialSpec": "387", + "runAsUserName": "388", + "hostProcess": true }, - "runAsUser": 5680561050872693436, - "runAsGroup": -8721643037453811760, + "runAsUser": 4224635496843945227, + "runAsGroup": 73764735411458498, "runAsNonRoot": false, - "readOnlyRootFilesystem": true, - "allowPrivilegeEscalation": true, - "procMount": "槃JŵǤ桒ɴ鉂WJ", + "readOnlyRootFilesystem": false, + "allowPrivilegeEscalation": false, + "procMount": "s44矕Ƈè", "seccompProfile": { - "type": "抉泅ą\u0026疀ȼN翾ȾD虓氙磂tńČȷǻ", - "localhostProfile": "382" + "type": "鑏='ʨ|ǓÓ敆OɈÏ 瞍", + "localhostProfile": "389" } }, - "targetContainerName": "383" + "tty": true, + "targetContainerName": "390" } ], - "restartPolicy": "ȏâ磠", - "terminationGracePeriodSeconds": 5614430095732678823, - "activeDeadlineSeconds": 5204116807884683873, - "dnsPolicy": "8ð仁Q橱9ij\\Ď愝Ű藛b", + "restartPolicy": "ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn", + "terminationGracePeriodSeconds": -8335674866227004872, + "activeDeadlineSeconds": 3305070661619041050, + "dnsPolicy": "+Œ9两", "nodeSelector": { - "384": "385" + "391": "392" }, - "serviceAccountName": "386", - "serviceAccount": "387", - "automountServiceAccountToken": true, - "nodeName": "388", - "hostNetwork": true, + "serviceAccountName": "393", + "serviceAccount": "394", + "automountServiceAccountToken": false, + "nodeName": "395", "hostPID": true, - "hostIPC": true, - "shareProcessNamespace": false, + "shareProcessNamespace": true, "securityContext": { "seLinuxOptions": { - "user": "389", - "role": "390", - "type": "391", - "level": "392" + "user": "396", + "role": "397", + "type": "398", + "level": "399" }, "windowsOptions": { - "gmsaCredentialSpecName": "393", - "gmsaCredentialSpec": "394", - "runAsUserName": "395", + "gmsaCredentialSpecName": "400", + "gmsaCredentialSpec": "401", + "runAsUserName": "402", "hostProcess": false }, - "runAsUser": -3072254610148392250, - "runAsGroup": -935274303703112577, + "runAsUser": 3438266910774132295, + "runAsGroup": 3230705132538051674, "runAsNonRoot": true, "supplementalGroups": [ - 5215323049148402377 + -1600417733583164525 ], - "fsGroup": 2946116477552625615, + "fsGroup": -3964669311891901178, "sysctls": [ { - "name": "396", - "value": "397" + "name": "403", + "value": "404" } ], - "fsGroupChangePolicy": "$鬬$矐_敕", + "fsGroupChangePolicy": "ƴ4虵p", "seccompProfile": { - "type": "嵞嬯t{Eɾ敹Ȯ-湷D谹", - "localhostProfile": "398" + "type": "沥7uPƒw©ɴĶ烷Ľthp", + "localhostProfile": "405" } }, "imagePullSecrets": [ { - "name": "399" + "name": "406" } ], - "hostname": "400", - "subdomain": "401", + "hostname": "407", + "subdomain": "408", "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { @@ -1284,19 +1286,19 @@ { "matchExpressions": [ { - "key": "402", - "operator": "", + "key": "409", + "operator": "濦ʓɻŊ0蚢鑸鶲Ãqb轫", "values": [ - "403" + "410" ] } ], "matchFields": [ { - "key": "404", - "operator": "ɸĻo:{柯?B俋¬h`職铳s44矕Ƈ", + "key": "411", + "operator": " ", "values": [ - "405" + "412" ] } ] @@ -1305,23 +1307,23 @@ }, "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1805682547, + "weight": -5241849, "preference": { "matchExpressions": [ { - "key": "406", - "operator": "='ʨ|ǓÓ敆OɈÏ 瞍髃", + "key": "413", + "operator": "'呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG", "values": [ - "407" + "414" ] } ], "matchFields": [ { - "key": "408", - "operator": "ƒK07曳w", + "key": "415", + "operator": "[y#t(", "values": [ - "409" + "416" ] } ] @@ -1334,27 +1336,30 @@ { "labelSelector": { "matchLabels": { - "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" + "rG-7--p9.-_0R.-_-3_L_2--_v2.5p_..Y-.wg_-b8a_68": "Q4_.84.K_-_0_..u.F.pq..--Q" }, "matchExpressions": [ { - "key": "67F3p2_-_AmD-.0P", - "operator": "DoesNotExist" + "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": [ - "416" + "423" ], - "topologyKey": "417", + "topologyKey": "424", "namespaceSelector": { "matchLabels": { - "6--3QC1--L--v_Z--Zg-_4Q__-v_t_u_.__I_-_-w": "d-5X1rh-K5y_AzOBW.9oE9_6.--v1r" + "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": "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": "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" } ] } @@ -1362,31 +1367,31 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -450654683, + "weight": -234140, "podAffinityTerm": { "labelSelector": { "matchLabels": { - "G_2kCpS__.39g_.--_-_ve5.m_2_--XZ-x._0": "M2-n_5023Xl-3Pw_-r75--_-A-o-__y__._12..wrbW_E..24-O._.v._9c" + "1_.-_L-__bf_9_-C-PfNx__-U_P": "tW23-_.z_.._s--_F-BR-.h_2" }, "matchExpressions": [ { - "key": "3hjo--8kb6--ut---p8--3-e-3-44-e.w--i--40wv--in-870w--it6k47-7yd-y--3wc8q8/Jm...Cr", - "operator": "DoesNotExist" + "key": "s_6O-5_7_-0w_--5-_.3--_9QW2JkU27_.-4T-I.-..K.-.0__sD.-.-_s", + "operator": "Exists" } ] }, "namespaces": [ - "430" + "437" ], - "topologyKey": "431", + "topologyKey": "438", "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" + "Q.-_t--O3": "7z2-y.-...C4_-_2G0.-c_C.G.h--m._fN._k8__._ep2P.B._A_09E" }, "matchExpressions": [ { - "key": "C-_20", - "operator": "Exists" + "key": "P_p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o..p_B-d--Q5._D6_.d-n_9np", + "operator": "DoesNotExist" } ] } @@ -1399,30 +1404,33 @@ { "labelSelector": { "matchLabels": { - "fN._k8__._ep2P.B._A_090ERG2nV.__p_Y-.2__a_dWU_V-_Q_Ap._2_xa_o5": "TB-d-Q" + "n7-a6434---7i-f-d019o1v3u.2k8-2-d--n--r8661--3-8-t48g-w2q7z-vps548-d-1r7j--v2x-64dwb/e": "8" }, "matchExpressions": [ { - "key": "4b699/B9n.2", + "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": [ - "MM7-.e.x" + "u-.C.8-S9_-4CwMqp..__._-J_-fk3-_j.133eT_2_t_IkI-mt4...rBQ.9-0" ] } ] }, "namespaces": [ - "444" + "451" ], - "topologyKey": "445", + "topologyKey": "452", "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" + "m_-Z.wc..k_0_5.z.0..__k": "b.-9.Y0-_-.l__.c17__f_-336-.BT" }, "matchExpressions": [ { - "key": "8u2-__3uM77U7._pT-___-_5-6h_Ky7-_0Vw-Nzfdw.3-._J", - "operator": "DoesNotExist" + "key": "N7.81_-._-_8_.._._a9", + "operator": "In", + "values": [ + "vi.gZdnUVP._81_---l_3_-_G-D....js--a---..6bD_Mh" + ] } ] } @@ -1430,33 +1438,30 @@ ], "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": 1131487788, + "weight": 1276377114, "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" + "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": "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": "v54le-to9e--a-7je9fz87-2jvd23-0p1.360v2-x-cpor---cigu--s/j-dY7_M_-._M5..-N_H_55..--E3_2h", + "operator": "DoesNotExist" } ] }, "namespaces": [ - "458" + "465" ], - "topologyKey": "459", + "topologyKey": "466", "namespaceSelector": { "matchLabels": { - "7u-h---dY7_M_-._M5..-N_H_55..--E3_2D-1DW__o_-._kzB7U_.Q.45cy5": "Y-__-Zvt.LT60v.WxPc--K" + "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": "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", + "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" } ] @@ -1466,66 +1471,66 @@ ] } }, - "schedulerName": "466", + "schedulerName": "473", "tolerations": [ { - "key": "467", - "operator": "E色kx-餌勀奷ŎC菡ƴ勋;*靯įƊ", - "value": "468", - "effect": "ŕ蘴濼DZj鎒ũW|ȶdžH0ƾ瘿¸", - "tolerationSeconds": -3147305732428645642 + "key": "474", + "operator": "r}梳攔wŲ魦Ɔ0ƢĮÀĘÆɆȸȢ蒸", + "value": "475", + "effect": "U烈 źfjǰɪ嘞ȏ}杻扞Ğ", + "tolerationSeconds": 3252034671163905138 } ], "hostAliases": [ { - "ip": "469", + "ip": "476", "hostnames": [ - "470" + "477" ] } ], - "priorityClassName": "471", - "priority": -1756088332, + "priorityClassName": "478", + "priority": 347613368, "dnsConfig": { "nameservers": [ - "472" + "479" ], "searches": [ - "473" + "480" ], "options": [ { - "name": "474", - "value": "475" + "name": "481", + "value": "482" } ] }, "readinessGates": [ { - "conditionType": "#sM網" + "conditionType": "ř岈ǎǏ]S5:œƌ嵃ǁ" } ], - "runtimeClassName": "476", - "enableServiceLinks": true, - "preemptionPolicy": "ûŠl倳ţü¿Sʟ鍡", + "runtimeClassName": "483", + "enableServiceLinks": false, + "preemptionPolicy": "m珢\\%傢z¦Ā竚ĐȌƨǴ叆", "overhead": { - "炳薝鴠:X才à脡ǯ?b砸ƻ舁Ȁ贠ȇö匉": "452" + "D輷": "792" }, "topologySpreadConstraints": [ { - "maxSkew": -447559705, - "topologyKey": "477", - "whenUnsatisfiable": "TaI楅©Ǫ壿/š^劶äɲ泒", + "maxSkew": -484382570, + "topologyKey": "484", + "whenUnsatisfiable": "nn坾\u0026Pɫ(ʙÆʨɺC`", "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" + "n.DL.o_e-d92e8S_-0-_8Vz-E41___75Q-T": "O.__0PPX-.-d4Badb" }, "matchExpressions": [ { - "key": "KTlO.__0PX", - "operator": "In", + "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": [ - "V6K_.3_583-6.f-.9-.V..Q-K_6_3" + "h.v._5.vB-.-7-.6Jv-86___3" ] } ] @@ -1536,37 +1541,36 @@ } }, "strategy": { - "type": "卍睊", + "type": "ʔF{ȃ騑ȫ(踶NJđƟÝɹ橽ƴåj", "rollingUpdate": { "maxUnavailable": 2, "maxSurge": 3 } }, - "minReadySeconds": -212999359, - "revisionHistoryLimit": -866496758, - "paused": true, + "minReadySeconds": 2115665292, + "revisionHistoryLimit": 237456757, "rollbackTo": { - "revision": 5409045697701816557 + "revision": 1498428055681994500 }, - "progressDeadlineSeconds": -1491990975 + "progressDeadlineSeconds": -164140734 }, "status": { - "observedGeneration": 893725404715704439, - "replicas": -611078700, - "updatedReplicas": -280135412, - "readyReplicas": 143932221, - "availableReplicas": 845369726, - "unavailableReplicas": 1757097428, + "observedGeneration": -1635909846206320942, + "replicas": -253906853, + "updatedReplicas": -602665165, + "readyReplicas": -859094691, + "availableReplicas": -1624946983, + "unavailableReplicas": -779806398, "conditions": [ { - "type": ",R譏K", - "status": "埁摢噓涫祲ŗȨĽ堐mpƮ搌麸$\u003cʖ欢", - "lastUpdateTime": "2587-03-02T15:57:31Z", - "lastTransitionTime": "2127-02-15T04:53:58Z", - "reason": "484", - "message": "485" + "type": "mv看ƜZ", + "status": "ȇ\u003e尪璎妽4LM桵Ţ宧ʜ", + "lastUpdateTime": "2322-02-12T18:39:07Z", + "lastTransitionTime": "2398-05-12T06:43:28Z", + "reason": "491", + "message": "492" } ], - "collisionCount": 2000058265 + "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 9dcd9aa244e368780479111641bd890db851ba59..c46fdeaf5d857b5bb46db9ca4f847a29f853af22 100644 GIT binary patch delta 6135 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 delta 5966 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犵殇ŕ-Ɂ - tcpSocket: - host: "235" - port: 467291328 - livenessProbe: - exec: - command: - - "204" - failureThreshold: -93157681 - httpGet: - host: "206" - httpHeaders: - - name: "207" - value: "208" - path: "205" - port: -1285424066 - scheme: ni酛3ƁÀ - initialDelaySeconds: -2036074491 - periodSeconds: 165047920 - successThreshold: -393291312 - tcpSocket: - host: "210" - port: "209" - terminationGracePeriodSeconds: -4856573944864548413 - timeoutSeconds: -148216266 - name: "178" + host: "352" + port: -1836225650 + terminationGracePeriodSeconds: 6567123901989213629 + timeoutSeconds: 559999152 + name: "321" ports: - - containerPort: -1343558801 - hostIP: "184" - hostPort: 1923334396 - name: "183" - protocol: '@掇lNdǂ>' + - containerPort: 2037135322 + hostIP: "327" + hostPort: 1453852685 + name: "326" + protocol: ǧĒzŔ瘍N readinessProbe: exec: command: - - "211" - failureThreshold: 513341278 + - "353" + failureThreshold: 757223010 httpGet: - host: "213" + host: "355" httpHeaders: - - name: "214" - value: "215" - path: "212" - port: -331283026 - scheme: ȉ - initialDelaySeconds: 1033766276 - periodSeconds: -859135545 - successThreshold: -1543701088 + - name: "356" + value: "357" + path: "354" + port: 705333281 + scheme: xƂ9阠 + initialDelaySeconds: -606614374 + periodSeconds: 498878902 + successThreshold: 652646450 tcpSocket: - host: "216" - port: 714088955 - terminationGracePeriodSeconds: 2696007505383404823 - timeoutSeconds: -1745509819 + host: "358" + port: -916583020 + terminationGracePeriodSeconds: -8216131738691912586 + timeoutSeconds: -3478003 resources: limits: - 荶ljʁ揆ɘȌ脾嚏吐ĠLƐȤ藠3: "86" + 汚磉反-n: "653" requests: - t莭琽§ć\ ïì: "80" + ^輅9ɛ棕ƈ眽炊礫Ƽ¨Ix糂腂ǂǚ: "999" securityContext: allowPrivilegeEscalation: false capabilities: add: - - 埄趛 + - 鬬$矐_敕ű嵞嬯t{Eɾ drop: - - ʁ岼昕ĬÇ + - 'Ȯ-湷D谹気Ƀ秮òƬɸĻo:' privileged: true - procMount: 鐫û咡W<敄lu|榝 + procMount: s44矕Ƈè readOnlyRootFilesystem: false - runAsGroup: -6406791857291159870 + runAsGroup: 73764735411458498 runAsNonRoot: false - runAsUser: 161123823296532265 + runAsUser: 4224635496843945227 seLinuxOptions: - level: "240" - role: "238" - type: "239" - user: "237" + level: "385" + role: "383" + type: "384" + user: "382" seccompProfile: - localhostProfile: "244" - type: î.Ȏ蝪ʜ5遰= + localhostProfile: "389" + type: 鑏='ʨ|ǓÓ敆OɈÏ 瞍 windowsOptions: - gmsaCredentialSpec: "242" - gmsaCredentialSpecName: "241" - hostProcess: false - runAsUserName: "243" + gmsaCredentialSpec: "387" + gmsaCredentialSpecName: "386" + hostProcess: true + runAsUserName: "388" startupProbe: exec: command: - - "217" - failureThreshold: -1364571630 + - "359" + failureThreshold: 1671084780 httpGet: - host: "219" + host: "362" httpHeaders: - - name: "220" - value: "221" - path: "218" - port: -361442565 - scheme: w - initialDelaySeconds: 994072122 - periodSeconds: -1962065705 - successThreshold: 1701999128 + - name: "363" + value: "364" + path: "360" + port: "361" + scheme: Ů尪璎妽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 81eb214dc7c..b9b471cb494 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 @@ -442,6 +442,11 @@ "apiGroup": "175", "kind": "176", "name": "177" + }, + "dataSourceRef": { + "apiGroup": "178", + "kind": "179", + "name": "180" } } } @@ -450,317 +455,59 @@ ], "initContainers": [ { - "name": "178", - "image": "179", + "name": "181", + "image": "182", "command": [ - "180" + "183" ], "args": [ - "181" + "184" ], - "workingDir": "182", + "workingDir": "185", "ports": [ { - "name": "183", - "hostPort": 424236719, - "containerPort": -2031266553, - "protocol": "呝TG;邪", - "hostIP": "184" + "name": "186", + "hostPort": 747521320, + "containerPort": 859639931, + "protocol": "p儼Ƿ裚瓶釆Ɗ+j忊Ŗȫ焗捏ĨF", + "hostIP": "187" } ], "envFrom": [ { - "prefix": "185", + "prefix": "188", "configMapRef": { - "name": "186", + "name": "189", "optional": true }, "secretRef": { - "name": "187", + "name": "190", "optional": true } } ], "env": [ { - "name": "188", - "value": "189", + "name": "191", + "value": "192", "valueFrom": { "fieldRef": { - "apiVersion": "190", - "fieldPath": "191" + "apiVersion": "193", + "fieldPath": "194" }, "resourceFieldRef": { - "containerName": "192", - "resource": "193", - "divisor": "486" + "containerName": "195", + "resource": "196", + "divisor": "663" }, "configMapKeyRef": { - "name": "194", - "key": "195", + "name": "197", + "key": "198", "optional": true }, "secretKeyRef": { - "name": "196", - "key": "197", - "optional": true - } - } - } - ], - "resources": { - "limits": { - "罁胾^拜Ȍzɟ踡肒Ao/樝fw[Řż丩": "47" - }, - "requests": { - "榜VƋZ1": "932" - } - }, - "volumeMounts": [ - { - "name": "198", - "readOnly": true, - "mountPath": "199", - "subPath": "200", - "mountPropagation": "瀑Ź9ǕLLȊɞ-uƻ悖ȩ0Ƹ[Ę", - "subPathExpr": "201" - } - ], - "volumeDevices": [ - { - "name": "202", - "devicePath": "203" - } - ], - "livenessProbe": { - "exec": { - "command": [ - "204" - ] - }, - "httpGet": { - "path": "205", - "port": 2035347577, - "host": "206", - "scheme": "姣\u003e懔%熷谟þ蛯ɰ荶ljʁ揆ɘȌ脾", - "httpHeaders": [ - { - "name": "207", - "value": "208" - } - ] - }, - "tcpSocket": { - "port": -1498229293, - "host": "209" - }, - "initialDelaySeconds": -1155992025, - "timeoutSeconds": -194343002, - "periodSeconds": -850069363, - "successThreshold": 918929368, - "failureThreshold": 1016277253, - "terminationGracePeriodSeconds": -8520337362162976488 - }, - "readinessProbe": { - "exec": { - "command": [ - "210" - ] - }, - "httpGet": { - "path": "211", - "port": "212", - "host": "213", - "scheme": "悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\\p", - "httpHeaders": [ - { - "name": "214", - "value": "215" - } - ] - }, - "tcpSocket": { - "port": 538852927, - "host": "216" - }, - "initialDelaySeconds": -407545915, - "timeoutSeconds": 902535764, - "periodSeconds": 716842280, - "successThreshold": 1479266199, - "failureThreshold": 163512962, - "terminationGracePeriodSeconds": -8521017368802772029 - }, - "startupProbe": { - "exec": { - "command": [ - "217" - ] - }, - "httpGet": { - "path": "218", - "port": 1623772781, - "host": "219", - "scheme": "UÐ_ƮA攤/ɸɎ", - "httpHeaders": [ - { - "name": "220", - "value": "221" - } - ] - }, - "tcpSocket": { - "port": "222", - "host": "223" - }, - "initialDelaySeconds": 1054858106, - "timeoutSeconds": 232569106, - "periodSeconds": -1150474479, - "successThreshold": 744319626, - "failureThreshold": -2107743490, - "terminationGracePeriodSeconds": 8569885835306406695 - }, - "lifecycle": { - "postStart": { - "exec": { - "command": [ - "224" - ] - }, - "httpGet": { - "path": "225", - "port": 896430536, - "host": "226", - "scheme": "罴ņ螡źȰ", - "httpHeaders": [ - { - "name": "227", - "value": "228" - } - ] - }, - "tcpSocket": { - "port": 513341278, - "host": "229" - } - }, - "preStop": { - "exec": { - "command": [ - "230" - ] - }, - "httpGet": { - "path": "231", - "port": 1451056156, - "host": "232", - "scheme": "uʎȺ眖R#", - "httpHeaders": [ - { - "name": "233", - "value": "234" - } - ] - }, - "tcpSocket": { - "port": "235", - "host": "236" - } - } - }, - "terminationMessagePath": "237", - "terminationMessagePolicy": "'WKw(ğ儴Ůĺ}潷ʒ胵輓Ɔ", - "imagePullPolicy": "1ØœȠƬQg鄠", - "securityContext": { - "capabilities": { - "add": [ - "o啛更偢ɇ卷荙JLĹ]佱¿\u003e犵殇ŕ-Ɂ" - ], - "drop": [ - "W:ĸ輦唊#v" - ] - }, - "privileged": false, - "seLinuxOptions": { - "user": "238", - "role": "239", - "type": "240", - "level": "241" - }, - "windowsOptions": { - "gmsaCredentialSpecName": "242", - "gmsaCredentialSpec": "243", - "runAsUserName": "244", - "hostProcess": true - }, - "runAsUser": 7510677649797968740, - "runAsGroup": -1629447906545846003, - "runAsNonRoot": true, - "readOnlyRootFilesystem": true, - "allowPrivilegeEscalation": true, - "procMount": "8T 苧yñKJɐ扵Gƚ绤fʀ", - "seccompProfile": { - "type": "腩墺Ò媁荭gw忊|E剒蔞|表徶", - "localhostProfile": "245" - } - }, - "stdin": true - } - ], - "containers": [ - { - "name": "246", - "image": "247", - "command": [ - "248" - ], - "args": [ - "249" - ], - "workingDir": "250", - "ports": [ - { - "name": "251", - "hostPort": 59244165, - "containerPort": -614161319, - "protocol": "Ȩ\u003c6鄰簳°Ļǟi\u0026", - "hostIP": "252" - } - ], - "envFrom": [ - { - "prefix": "253", - "configMapRef": { - "name": "254", - "optional": false - }, - "secretRef": { - "name": "255", - "optional": false - } - } - ], - "env": [ - { - "name": "256", - "value": "257", - "valueFrom": { - "fieldRef": { - "apiVersion": "258", - "fieldPath": "259" - }, - "resourceFieldRef": { - "containerName": "260", - "resource": "261", - "divisor": "861" - }, - "configMapKeyRef": { - "name": "262", - "key": "263", - "optional": true - }, - "secretKeyRef": { - "name": "264", - "key": "265", + "name": "199", + "key": "200", "optional": false } } @@ -768,512 +515,769 @@ ], "resources": { "limits": { - "¦队偯J僳徥淳4揻-$ɽ丟×x锏ɟ": "178" + "ſ盷": "532" }, "requests": { - "Ö闊 鰔澝qV": "752" + "[Řż丩": "47" } }, "volumeMounts": [ { - "name": "266", - "readOnly": true, - "mountPath": "267", - "subPath": "268", - "mountPropagation": "/»頸+SÄ蚃ɣľ)酊龨Î", - "subPathExpr": "269" + "name": "201", + "mountPath": "202", + "subPath": "203", + "mountPropagation": "VƋZ1Ůđ眊ľǎɳ,ǿ飏", + "subPathExpr": "204" } ], "volumeDevices": [ { - "name": "270", - "devicePath": "271" + "name": "205", + "devicePath": "206" } ], "livenessProbe": { "exec": { "command": [ - "272" + "207" ] }, "httpGet": { - "path": "273", - "port": "274", - "host": "275", - "scheme": "冓鍓贯", + "path": "208", + "port": 1214895765, + "host": "209", + "scheme": "悖ȩ0Ƹ[Ęİ榌U", "httpHeaders": [ { - "name": "276", - "value": "277" + "name": "210", + "value": "211" } ] }, "tcpSocket": { - "port": "278", - "host": "279" + "port": -187060941, + "host": "212" }, - "initialDelaySeconds": 1290950685, - "timeoutSeconds": 12533543, - "periodSeconds": 1058960779, - "successThreshold": -2133441986, - "failureThreshold": 472742933, - "terminationGracePeriodSeconds": 217739466937954194 + "initialDelaySeconds": -442393168, + "timeoutSeconds": -307373517, + "periodSeconds": 1109079597, + "successThreshold": -646728130, + "failureThreshold": 1684643131, + "terminationGracePeriodSeconds": 5055443896475056676 }, "readinessProbe": { "exec": { "command": [ - "280" + "213" ] }, "httpGet": { - "path": "281", - "port": 1401790459, - "host": "282", - "scheme": "ǵɐ鰥Z", + "path": "214", + "port": "215", + "host": "216", + "scheme": "惇¸t颟.鵫ǚ灄鸫rʤî萨", "httpHeaders": [ { - "name": "283", - "value": "284" + "name": "217", + "value": "218" } ] }, "tcpSocket": { - "port": -1103045151, - "host": "285" + "port": "219", + "host": "220" }, - "initialDelaySeconds": -614098868, - "timeoutSeconds": 234253676, - "periodSeconds": 846286700, - "successThreshold": 1080545253, - "failureThreshold": 1843491416, - "terminationGracePeriodSeconds": -5175286970144973961 + "initialDelaySeconds": 1885896895, + "timeoutSeconds": -1232888129, + "periodSeconds": -1682044542, + "successThreshold": 1182477686, + "failureThreshold": -503805926, + "terminationGracePeriodSeconds": 332054723335023688 }, "startupProbe": { "exec": { "command": [ - "286" + "221" ] }, "httpGet": { - "path": "287", - "port": "288", - "host": "289", - "scheme": "芭花ª瘡蟦JBʟ鍏H鯂²静ƲǦŐnj", + "path": "222", + "port": "223", + "host": "224", + "scheme": "«丯Ƙ枛牐ɺ皚", "httpHeaders": [ { - "name": "290", - "value": "291" + "name": "225", + "value": "226" } ] }, "tcpSocket": { - "port": -560238386, - "host": "292" + "port": -1934111455, + "host": "227" }, - "initialDelaySeconds": 1658749995, - "timeoutSeconds": -938421813, - "periodSeconds": 809683205, - "successThreshold": -1615316902, - "failureThreshold": -793616601, - "terminationGracePeriodSeconds": -2242897509815578930 + "initialDelaySeconds": 766864314, + "timeoutSeconds": 1146016612, + "periodSeconds": 1495880465, + "successThreshold": -1032967081, + "failureThreshold": 59664438, + "terminationGracePeriodSeconds": 4116652091516790056 }, "lifecycle": { "postStart": { "exec": { "command": [ - "293" + "228" ] }, "httpGet": { - "path": "294", - "port": -1699531929, - "host": "295", - "scheme": "Z涬P­蜷ɔ幩šeS", + "path": "229", + "port": -1196874390, + "host": "230", + "scheme": "S晒嶗UÐ_ƮA攤", "httpHeaders": [ { - "name": "296", - "value": "297" + "name": "231", + "value": "232" } ] }, "tcpSocket": { - "port": 155090390, - "host": "298" + "port": -498930176, + "host": "233" } }, "preStop": { "exec": { "command": [ - "299" + "234" ] }, "httpGet": { - "path": "300", - "port": "301", - "host": "302", + "path": "235", + "port": "236", + "host": "237", + "scheme": "鴒翁杙Ŧ癃8鸖ɱJȉ罴ņ螡", "httpHeaders": [ { - "name": "303", - "value": "304" + "name": "238", + "value": "239" } ] }, "tcpSocket": { - "port": -727263154, - "host": "305" + "port": "240", + "host": "241" } } }, - "terminationMessagePath": "306", - "terminationMessagePolicy": "Ȗ|ʐşƧ諔迮ƙIJ嘢4", - "imagePullPolicy": "ʒǚ鍰\\縑ɀ撑¼蠾8餑噭Dµ", + "terminationMessagePath": "242", + "terminationMessagePolicy": "?$矡ȶ网棊ʢ", + "imagePullPolicy": "ʎȺ眖R#", "securityContext": { "capabilities": { "add": [ - ")DŽ髐njʉBn(fǂ" + "'WKw(ğ儴Ůĺ}潷ʒ胵輓Ɔ" ], "drop": [ - "曣ŋayåe躒訙" + "" ] }, - "privileged": false, + "privileged": true, "seLinuxOptions": { - "user": "307", - "role": "308", - "type": "309", - "level": "310" + "user": "243", + "role": "244", + "type": "245", + "level": "246" }, "windowsOptions": { - "gmsaCredentialSpecName": "311", - "gmsaCredentialSpec": "312", - "runAsUserName": "313", - "hostProcess": true + "gmsaCredentialSpecName": "247", + "gmsaCredentialSpec": "248", + "runAsUserName": "249", + "hostProcess": false }, - "runAsUser": 1083662227773909466, - "runAsGroup": 6245571390016329382, + "runAsUser": -2529737859863639391, + "runAsGroup": 7694930383795602762, "runAsNonRoot": true, "readOnlyRootFilesystem": false, - "allowPrivilegeEscalation": false, - "procMount": "[irȎ3Ĕ\\ɢX鰨松/Ȁĵ鴁ĩȲ", + "allowPrivilegeEscalation": true, + "procMount": "\u003e郵[+扴ȨŮ", "seccompProfile": { - "type": "|蕎'佉賞ǧ", - "localhostProfile": "314" + "type": "朷Ǝ膯ljVX1虊谇", + "localhostProfile": "250" } }, - "stdin": true + "stdin": true, + "tty": true } ], - "ephemeralContainers": [ + "containers": [ { - "name": "315", - "image": "316", + "name": "251", + "image": "252", "command": [ - "317" + "253" ], "args": [ - "318" + "254" ], - "workingDir": "319", + "workingDir": "255", "ports": [ { - "name": "320", - "hostPort": -1920304485, - "containerPort": -1842062977, - "protocol": "輔3璾ėȜv1b繐汚磉反-n覦", - "hostIP": "321" + "name": "256", + "hostPort": 1381579966, + "containerPort": -1418092595, + "protocol": "闳ȩr嚧ʣq埄趛屡ʁ岼昕ĬÇó藢x", + "hostIP": "257" } ], "envFrom": [ { - "prefix": "322", + "prefix": "258", "configMapRef": { - "name": "323", + "name": "259", "optional": true }, "secretRef": { - "name": "324", + "name": "260", "optional": true } } ], "env": [ { - "name": "325", - "value": "326", + "name": "261", + "value": "262", "valueFrom": { "fieldRef": { - "apiVersion": "327", - "fieldPath": "328" + "apiVersion": "263", + "fieldPath": "264" }, "resourceFieldRef": { - "containerName": "329", - "resource": "330", - "divisor": "992" + "containerName": "265", + "resource": "266", + "divisor": "894" }, "configMapKeyRef": { - "name": "331", - "key": "332", + "name": "267", + "key": "268", "optional": true }, "secretKeyRef": { - "name": "333", - "key": "334", - "optional": true + "name": "269", + "key": "270", + "optional": false } } } ], "resources": { "limits": { - "ʨIk(dŊiɢzĮ蛋I滞": "394" + "W\u003c敄lu|榝$î.Ȏ": "546" }, "requests": { - "ɞȥ}礤铟怖ý萜Ǖ": "305" + "剒蔞|表": "379" } }, "volumeMounts": [ { - "name": "335", + "name": "271", "readOnly": true, - "mountPath": "336", - "subPath": "337", - "mountPropagation": "Ƒĝ®EĨǔvÄÚ×p鬷m", - "subPathExpr": "338" + "mountPath": "272", + "subPath": "273", + "mountPropagation": "朦 wƯ貾坢'跩", + "subPathExpr": "274" } ], "volumeDevices": [ { - "name": "339", - "devicePath": "340" + "name": "275", + "devicePath": "276" } ], "livenessProbe": { "exec": { "command": [ - "341" + "277" ] }, "httpGet": { - "path": "342", - "port": 1529027685, - "host": "343", - "scheme": "żLj捲攻xƂ9阠$嬏wy¶熀", + "path": "278", + "port": -1471289102, + "host": "279", + "scheme": "i\u0026皥贸碔lNKƙ順\\E¦队偯J僳徥淳", "httpHeaders": [ { - "name": "344", - "value": "345" + "name": "280", + "value": "281" } ] }, "tcpSocket": { - "port": -1912967242, - "host": "346" + "port": 113873869, + "host": "282" }, - "initialDelaySeconds": -2106399359, - "timeoutSeconds": 1443270783, - "periodSeconds": -1038975198, - "successThreshold": 1821835340, - "failureThreshold": 2046765799, - "terminationGracePeriodSeconds": -6946775447206795219 + "initialDelaySeconds": -1421951296, + "timeoutSeconds": 878005329, + "periodSeconds": -1244119841, + "successThreshold": 1235694147, + "failureThreshold": 348370746, + "terminationGracePeriodSeconds": 2011630253582325853 }, "readinessProbe": { "exec": { "command": [ - "347" + "283" ] }, "httpGet": { - "path": "348", - "port": "349", - "host": "350", - "scheme": "Ƒ[澔", + "path": "284", + "port": 1907998540, + "host": "285", + "scheme": ",ŕ", "httpHeaders": [ { - "name": "351", - "value": "352" + "name": "286", + "value": "287" } ] }, "tcpSocket": { - "port": 1288391156, - "host": "353" + "port": "288", + "host": "289" }, - "initialDelaySeconds": -952255430, - "timeoutSeconds": 1568034275, - "periodSeconds": -824007302, - "successThreshold": -359713104, - "failureThreshold": 1671084780, - "terminationGracePeriodSeconds": 1571605531283019612 + "initialDelaySeconds": -253326525, + "timeoutSeconds": 567263590, + "periodSeconds": 887319241, + "successThreshold": 1559618829, + "failureThreshold": 1156888068, + "terminationGracePeriodSeconds": -5566612115749133989 }, "startupProbe": { "exec": { "command": [ - "354" + "290" ] }, "httpGet": { - "path": "355", - "port": -514169648, - "host": "356", - "scheme": "\u0026疀", + "path": "291", + "port": 1315054653, + "host": "292", + "scheme": "蚃ɣľ)酊龨δ摖ȱ", "httpHeaders": [ { - "name": "357", - "value": "358" + "name": "293", + "value": "294" } ] }, "tcpSocket": { - "port": "359", - "host": "360" + "port": "295", + "host": "296" }, - "initialDelaySeconds": -39292476, - "timeoutSeconds": 801902541, - "periodSeconds": -1312249623, - "successThreshold": -1089435479, - "failureThreshold": -1031303729, - "terminationGracePeriodSeconds": -7317946572666008364 + "initialDelaySeconds": 1905181464, + "timeoutSeconds": -1730959016, + "periodSeconds": 1272940694, + "successThreshold": -385597677, + "failureThreshold": 422133388, + "terminationGracePeriodSeconds": 8385745044578923915 }, "lifecycle": { "postStart": { "exec": { "command": [ - "361" + "297" ] }, "httpGet": { - "path": "362", - "port": 1445923603, - "host": "363", - "scheme": "殆诵H玲鑠ĭ$#卛8ð仁Q", + "path": "298", + "port": "299", + "host": "300", + "scheme": "iǨź'ǵɐ鰥Z龏´DÒȗÔÂɘɢ", "httpHeaders": [ { - "name": "364", - "value": "365" + "name": "301", + "value": "302" } ] }, "tcpSocket": { - "port": "366", - "host": "367" + "port": 802134138, + "host": "303" } }, "preStop": { "exec": { "command": [ - "368" + "304" ] }, "httpGet": { - "path": "369", - "port": "370", - "host": "371", - "scheme": "杧ż鯀1'", + "path": "305", + "port": -126958936, + "host": "306", + "scheme": "h亏yƕ丆録²Ŏ)/灩聋3趐囨鏻砅邻", "httpHeaders": [ { - "name": "372", - "value": "373" + "name": "307", + "value": "308" } ] }, "tcpSocket": { - "port": 1297979953, - "host": "374" + "port": "309", + "host": "310" } } }, - "terminationMessagePath": "375", - "terminationMessagePolicy": "ǘ炙", - "imagePullPolicy": "ǰ詀ǿ忀oɎƺL", + "terminationMessagePath": "311", + "terminationMessagePolicy": "ŧOǨ繫ʎǑyZ涬P­蜷ɔ幩šeS", + "imagePullPolicy": "哇芆斩ìh4ɊHȖ|ʐşƧ諔迮", "securityContext": { "capabilities": { "add": [ - "鬬$矐_敕ű嵞嬯t{Eɾ" + "嘢4ʗN,丽饾| 鞤ɱďW賁" ], "drop": [ - "Ȯ-湷D谹気Ƀ秮òƬɸĻo:" + "ɭɪǹ0衷," ] }, "privileged": true, "seLinuxOptions": { - "user": "376", - "role": "377", - "type": "378", - "level": "379" + "user": "312", + "role": "313", + "type": "314", + "level": "315" }, "windowsOptions": { - "gmsaCredentialSpecName": "380", - "gmsaCredentialSpec": "381", - "runAsUserName": "382", + "gmsaCredentialSpecName": "316", + "gmsaCredentialSpec": "317", + "runAsUserName": "318", "hostProcess": true }, - "runAsUser": 4224635496843945227, - "runAsGroup": 73764735411458498, + "runAsUser": -1119183212148951030, + "runAsGroup": -7146044409185304665, "runAsNonRoot": false, - "readOnlyRootFilesystem": false, - "allowPrivilegeEscalation": false, - "procMount": "s44矕Ƈè", + "readOnlyRootFilesystem": true, + "allowPrivilegeEscalation": true, + "procMount": "w妕眵笭/9崍h趭(娕", "seccompProfile": { - "type": "鑏='ʨ|ǓÓ敆OɈÏ 瞍", - "localhostProfile": "383" + "type": "E增猍", + "localhostProfile": "319" + } + } + } + ], + "ephemeralContainers": [ + { + "name": "320", + "image": "321", + "command": [ + "322" + ], + "args": [ + "323" + ], + "workingDir": "324", + "ports": [ + { + "name": "325", + "hostPort": 601942575, + "containerPort": -1320027474, + "protocol": "Ƶf", + "hostIP": "326" + } + ], + "envFrom": [ + { + "prefix": "327", + "configMapRef": { + "name": "328", + "optional": true + }, + "secretRef": { + "name": "329", + "optional": true + } + } + ], + "env": [ + { + "name": "330", + "value": "331", + "valueFrom": { + "fieldRef": { + "apiVersion": "332", + "fieldPath": "333" + }, + "resourceFieldRef": { + "containerName": "334", + "resource": "335", + "divisor": "179" + }, + "configMapKeyRef": { + "name": "336", + "key": "337", + "optional": false + }, + "secretKeyRef": { + "name": "338", + "key": "339", + "optional": false + } + } + } + ], + "resources": { + "limits": { + "阎l": "464" + }, + "requests": { + "'佉": "633" + } + }, + "volumeMounts": [ + { + "name": "340", + "mountPath": "341", + "subPath": "342", + "mountPropagation": "(ť1ùfŭƽ", + "subPathExpr": "343" + } + ], + "volumeDevices": [ + { + "name": "344", + "devicePath": "345" + } + ], + "livenessProbe": { + "exec": { + "command": [ + "346" + ] + }, + "httpGet": { + "path": "347", + "port": -684167223, + "host": "348", + "scheme": "1b", + "httpHeaders": [ + { + "name": "349", + "value": "350" + } + ] + }, + "tcpSocket": { + "port": "351", + "host": "352" + }, + "initialDelaySeconds": -47594442, + "timeoutSeconds": -2064284357, + "periodSeconds": 725624946, + "successThreshold": -34803208, + "failureThreshold": -313085430, + "terminationGracePeriodSeconds": -7686796864837350582 + }, + "readinessProbe": { + "exec": { + "command": [ + "353" + ] + }, + "httpGet": { + "path": "354", + "port": 1611386356, + "host": "355", + "scheme": "ɼ搳ǭ濑箨ʨIk(", + "httpHeaders": [ + { + "name": "356", + "value": "357" + } + ] + }, + "tcpSocket": { + "port": 2115799218, + "host": "358" + }, + "initialDelaySeconds": 1984241264, + "timeoutSeconds": -758033170, + "periodSeconds": -487434422, + "successThreshold": -370404018, + "failureThreshold": -1844150067, + "terminationGracePeriodSeconds": 1778358283914418699 + }, + "startupProbe": { + "exec": { + "command": [ + "359" + ] + }, + "httpGet": { + "path": "360", + "port": "361", + "host": "362", + "scheme": "焬CQm坊柩", + "httpHeaders": [ + { + "name": "363", + "value": "364" + } + ] + }, + "tcpSocket": { + "port": "365", + "host": "366" + }, + "initialDelaySeconds": -135823101, + "timeoutSeconds": -1345219897, + "periodSeconds": 1141812777, + "successThreshold": -1830926023, + "failureThreshold": -320410537, + "terminationGracePeriodSeconds": 8766190045617353809 + }, + "lifecycle": { + "postStart": { + "exec": { + "command": [ + "367" + ] + }, + "httpGet": { + "path": "368", + "port": "369", + "host": "370", + "scheme": "!鍲ɋȑoG鄧蜢暳ǽżLj", + "httpHeaders": [ + { + "name": "371", + "value": "372" + } + ] + }, + "tcpSocket": { + "port": 1333166203, + "host": "373" + } + }, + "preStop": { + "exec": { + "command": [ + "374" + ] + }, + "httpGet": { + "path": "375", + "port": 758604605, + "host": "376", + "scheme": "ċ桉桃喕蠲$ɛ溢臜裡×銵-紑", + "httpHeaders": [ + { + "name": "377", + "value": "378" + } + ] + }, + "tcpSocket": { + "port": "379", + "host": "380" + } + } + }, + "terminationMessagePath": "381", + "terminationMessagePolicy": "釼aTGÒ鵌", + "imagePullPolicy": "ŵǤ桒ɴ鉂WJ1抉泅ą\u0026疀ȼN翾Ⱦ", + "securityContext": { + "capabilities": { + "add": [ + "氙磂tńČȷǻ.wȏâ磠Ƴ崖S«V¯Á" + ], + "drop": [ + "tl敷斢杧ż鯀" + ] + }, + "privileged": true, + "seLinuxOptions": { + "user": "382", + "role": "383", + "type": "384", + "level": "385" + }, + "windowsOptions": { + "gmsaCredentialSpecName": "386", + "gmsaCredentialSpec": "387", + "runAsUserName": "388", + "hostProcess": true + }, + "runAsUser": -3379825899840103887, + "runAsGroup": -6950412587983829837, + "runAsNonRoot": true, + "readOnlyRootFilesystem": false, + "allowPrivilegeEscalation": true, + "procMount": "张q櫞繡旹翃ɾ氒ĺʈʫ羶剹ƊF豎穜姰", + "seccompProfile": { + "type": "咑耖p^鏋蛹Ƚȿ醏g", + "localhostProfile": "389" } }, "tty": true, - "targetContainerName": "384" + "targetContainerName": "390" } ], - "restartPolicy": "ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn", - "terminationGracePeriodSeconds": -8335674866227004872, - "activeDeadlineSeconds": 3305070661619041050, - "dnsPolicy": "+Œ9两", + "restartPolicy": "飂廤Ƌʙcx", + "terminationGracePeriodSeconds": -4767735291842597991, + "activeDeadlineSeconds": -7888525810745339742, + "dnsPolicy": "h`職铳s44矕Ƈ", "nodeSelector": { - "385": "386" + "391": "392" }, - "serviceAccountName": "387", - "serviceAccount": "388", - "automountServiceAccountToken": false, - "nodeName": "389", - "hostPID": true, + "serviceAccountName": "393", + "serviceAccount": "394", + "automountServiceAccountToken": true, + "nodeName": "395", + "hostIPC": true, "shareProcessNamespace": true, "securityContext": { "seLinuxOptions": { - "user": "390", - "role": "391", - "type": "392", - "level": "393" + "user": "396", + "role": "397", + "type": "398", + "level": "399" }, "windowsOptions": { - "gmsaCredentialSpecName": "394", - "gmsaCredentialSpec": "395", - "runAsUserName": "396", + "gmsaCredentialSpecName": "400", + "gmsaCredentialSpec": "401", + "runAsUserName": "402", "hostProcess": false }, - "runAsUser": 3438266910774132295, - "runAsGroup": 3230705132538051674, - "runAsNonRoot": true, + "runAsUser": 5422399684456852309, + "runAsGroup": -4636770370363077377, + "runAsNonRoot": false, "supplementalGroups": [ - -1600417733583164525 + -5728960352366086876 ], - "fsGroup": -3964669311891901178, + "fsGroup": 1712752437570220896, "sysctls": [ { - "name": "397", - "value": "398" + "name": "403", + "value": "404" } ], - "fsGroupChangePolicy": "ƴ4虵p", + "fsGroupChangePolicy": "", "seccompProfile": { - "type": "沥7uPƒw©ɴĶ烷Ľthp", - "localhostProfile": "399" + "type": "#", + "localhostProfile": "405" } }, "imagePullSecrets": [ { - "name": "400" + "name": "406" } ], - "hostname": "401", - "subdomain": "402", + "hostname": "407", + "subdomain": "408", "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { @@ -1281,19 +1285,19 @@ { "matchExpressions": [ { - "key": "403", - "operator": "濦ʓɻŊ0蚢鑸鶲Ãqb轫", + "key": "409", + "operator": "7曳wœj堑ūM鈱ɖ'蠨磼O_h盌3", "values": [ - "404" + "410" ] } ], "matchFields": [ { - "key": "405", - "operator": " ", + "key": "411", + "operator": "@@)Zq=歍þ螗ɃŒGm¨z鋎靀G¿", "values": [ - "406" + "412" ] } ] @@ -1302,23 +1306,23 @@ }, "preferredDuringSchedulingIgnoredDuringExecution": [ { - "weight": -5241849, + "weight": 687140791, "preference": { "matchExpressions": [ { - "key": "407", - "operator": "'呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG", + "key": "413", + "operator": "ļǹʅŚO虀", "values": [ - "408" + "414" ] } ], "matchFields": [ { - "key": "409", - "operator": "[y#t(", + "key": "415", + "operator": "ɴĶ烷Ľthp像-觗裓6Ř", "values": [ - "410" + "416" ] } ] @@ -1331,30 +1335,30 @@ { "labelSelector": { "matchLabels": { - "rG-7--p9.-_0R.-_-3_L_2--_v2.5p_..Y-.wg_-b8a_68": "Q4_.84.K_-_0_..u.F.pq..--Q" + "0": "X8s--7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp_._.-miJ4x-_0_5-_7" }, "matchExpressions": [ { - "key": "8b-3-3b17cab-ppy5e--9p-61-2we16h--5-d-k-sm.2xv17r--32b-----4-670tfz-up3n/ov_Z--Zg-_Q", - "operator": "NotIn", + "key": "c-.F5_x.KNC0-.-m_0-m-6Sp_N-S..o", + "operator": "In", "values": [ - "0..KpiS.oK-.O--5-yp8q_s-L" + "g-_4Q__-v_t_u_.__I_-_-3-3--5X1rh-K5y_AzOBW.9oE9_6.--v7" ] } ] }, "namespaces": [ - "417" + "423" ], - "topologyKey": "418", + "topologyKey": "424", "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" } ] } @@ -1362,31 +1366,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": [ - "431" + "437" ], - "topologyKey": "432", + "topologyKey": "438", "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" + ] } ] } @@ -1399,32 +1409,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": [ - "445" + "451" ], - "topologyKey": "446", + "topologyKey": "452", "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" ] } ] @@ -1433,31 +1440,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": [ - "459" + "465" ], - "topologyKey": "460", + "topologyKey": "466", "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" + ] } ] } @@ -1466,89 +1476,89 @@ ] } }, - "schedulerName": "467", + "schedulerName": "473", "tolerations": [ { - "key": "468", - "operator": "r}梳攔wŲ魦Ɔ0ƢĮÀĘÆɆȸȢ蒸", - "value": "469", - "effect": "U烈 źfjǰɪ嘞ȏ}杻扞Ğ", - "tolerationSeconds": 3252034671163905138 + "key": "474", + "operator": "4%ʬD$;X郪\\#撄貶à圽榕ɹ", + "value": "475", + "effect": "慰x:", + "tolerationSeconds": 3362400521064014157 } ], "hostAliases": [ { - "ip": "470", + "ip": "476", "hostnames": [ - "471" + "477" ] } ], - "priorityClassName": "472", - "priority": 347613368, + "priorityClassName": "478", + "priority": 743241089, "dnsConfig": { "nameservers": [ - "473" + "479" ], "searches": [ - "474" + "480" ], "options": [ { - "name": "475", - "value": "476" + "name": "481", + "value": "482" } ] }, "readinessGates": [ { - "conditionType": "ř岈ǎǏ]S5:œƌ嵃ǁ" + "conditionType": "0yVA嬂刲;牆詒ĸąs" } ], - "runtimeClassName": "477", + "runtimeClassName": "483", "enableServiceLinks": false, - "preemptionPolicy": "m珢\\%傢z¦Ā竚ĐȌƨǴ叆", + "preemptionPolicy": "Iƭij韺ʧ\u003e", "overhead": { - "D輷": "792" + "D傕Ɠ栊闔虝巒瀦ŕ": "124" }, "topologySpreadConstraints": [ { - "maxSkew": -484382570, - "topologyKey": "478", - "whenUnsatisfiable": "nn坾\u0026Pɫ(ʙÆʨɺC`", + "maxSkew": -174245111, + "topologyKey": "484", + "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 } } }, "status": { - "replicas": 2106170541, - "fullyLabeledReplicas": 415168801, - "readyReplicas": 1448332644, - "availableReplicas": -2060941196, - "observedGeneration": 7426283174216567769, + "replicas": 1205668420, + "fullyLabeledReplicas": -1754098513, + "readyReplicas": -877836536, + "availableReplicas": 138992869, + "observedGeneration": -7169014491472696647, "conditions": [ { - "type": "犓`ɜɅco\\穜T睭憲Ħ焵i,ŋŨN", - "status": "\u003c暉Ŝ!ȣ绰爪qĖĖȠ姓ȇ\u003e尪璎", - "lastTransitionTime": "2597-11-21T15:14:16Z", - "reason": "485", - "message": "486" + "type": "零șPî壣V礆á¤拈tY圻醆锛[", + "status": "嬜Š\u0026?鳢.ǀŭ瘢颦z疵", + "lastTransitionTime": "2455-07-16T22:37:15Z", + "reason": "491", + "message": "492" } ] } 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 6920c24a825bf54c9e16bb098c073785fca6897f..2a1628605f3588def90e65b2225fb145338269bb 100644 GIT binary patch delta 6056 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 go#u`_d+lX^AD^bn+a delta 6308 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 W{P=)3+7M)fd03j|ABuyFLH`8854OPo diff --git a/staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.ReplicaSet.yaml b/staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.ReplicaSet.yaml index abfcd2d1f1a..bfc22f6521b 100644 --- a/staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.ReplicaSet.yaml +++ b/staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.ReplicaSet.yaml @@ -73,731 +73,733 @@ spec: selfLink: "29" uid: ʬ spec: - activeDeadlineSeconds: 3305070661619041050 + activeDeadlineSeconds: -7888525810745339742 affinity: nodeAffinity: preferredDuringSchedulingIgnoredDuringExecution: - preference: matchExpressions: - - key: "407" - operator: '''呪欼萜õ箘鸰呾顓闉ȦT瑄ǻG' + - key: "413" + operator: ļǹʅŚO虀 values: - - "408" + - "414" matchFields: - - key: "409" - operator: '[y#t(' + - key: "415" + operator: ɴĶ烷Ľthp像-觗裓6Ř values: - - "410" - weight: -5241849 + - "416" + weight: 687140791 requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - - key: "403" - operator: 濦ʓɻŊ0蚢鑸鶲Ãqb轫 + - key: "409" + operator: 7曳wœj堑ūM鈱ɖ'蠨磼O_h盌3 values: - - "404" + - "410" matchFields: - - key: "405" - operator: ' ' + - key: "411" + operator: '@@)Zq=歍þ螗ɃŒGm¨z鋎靀G¿' values: - - "406" + - "412" 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: - - "431" - topologyKey: "432" - weight: -234140 + - "437" + topologyKey: "438" + 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 - operator: NotIn + - key: c-.F5_x.KNC0-.-m_0-m-6Sp_N-S..o + operator: In values: - - 0..KpiS.oK-.O--5-yp8q_s-L + - g-_4Q__-v_t_u_.__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 + "0": X8s--7_3x_-J_.....7..--w0_1V4.-r-8S5--_7_-Zp_._.-miJ4x-_0_5-_7 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: - - "417" - topologyKey: "418" + - "423" + topologyKey: "424" 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: - - "459" - topologyKey: "460" - weight: 1276377114 + - "465" + topologyKey: "466" + 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: - - "445" - topologyKey: "446" - automountServiceAccountToken: false + - "451" + topologyKey: "452" + automountServiceAccountToken: true containers: - args: - - "249" + - "254" command: - - "248" + - "253" env: - - name: "256" - value: "257" + - name: "261" + value: "262" valueFrom: configMapKeyRef: - key: "263" - name: "262" + key: "268" + name: "267" optional: true fieldRef: - apiVersion: "258" - fieldPath: "259" + apiVersion: "263" + fieldPath: "264" resourceFieldRef: - containerName: "260" - divisor: "861" - resource: "261" + containerName: "265" + divisor: "894" + resource: "266" secretKeyRef: - key: "265" - name: "264" + key: "270" + name: "269" optional: false envFrom: - configMapRef: - name: "254" - optional: false - prefix: "253" + name: "259" + optional: true + prefix: "258" secretRef: - name: "255" - optional: false - image: "247" - imagePullPolicy: ʒǚ鍰\縑ɀ撑¼蠾8餑噭Dµ + name: "260" + optional: true + image: "252" + imagePullPolicy: 哇芆斩ìh4ɊHȖ|ʐşƧ諔迮 lifecycle: postStart: exec: command: - - "293" + - "297" httpGet: - host: "295" + host: "300" httpHeaders: - - name: "296" - value: "297" - path: "294" - port: -1699531929 - scheme: Z涬P­蜷ɔ幩šeS + - name: "301" + value: "302" + path: "298" + port: "299" + scheme: iǨź'ǵɐ鰥Z龏´DÒȗÔÂɘɢ tcpSocket: - host: "298" - port: 155090390 + host: "303" + port: 802134138 preStop: exec: command: - - "299" + - "304" httpGet: - host: "302" + host: "306" httpHeaders: - - name: "303" - value: "304" - path: "300" - port: "301" + - name: "307" + value: "308" + path: "305" + port: -126958936 + scheme: h亏yƕ丆録²Ŏ)/灩聋3趐囨鏻砅邻 tcpSocket: - host: "305" - port: -727263154 + host: "310" + port: "309" livenessProbe: exec: command: - - "272" - failureThreshold: 472742933 + - "277" + failureThreshold: 348370746 httpGet: - host: "275" - httpHeaders: - - name: "276" - value: "277" - path: "273" - port: "274" - scheme: 冓鍓贯 - initialDelaySeconds: 1290950685 - periodSeconds: 1058960779 - successThreshold: -2133441986 - tcpSocket: host: "279" - port: "278" - terminationGracePeriodSeconds: 217739466937954194 - timeoutSeconds: 12533543 - name: "246" - ports: - - containerPort: -614161319 - hostIP: "252" - hostPort: 59244165 - name: "251" - protocol: Ȩ<6鄰簳°Ļǟi& - readinessProbe: - exec: - command: - - "280" - failureThreshold: 1843491416 - httpGet: + httpHeaders: + - name: "280" + value: "281" + path: "278" + port: -1471289102 + scheme: i&皥贸碔lNKƙ順\E¦队偯J僳徥淳 + initialDelaySeconds: -1421951296 + periodSeconds: -1244119841 + successThreshold: 1235694147 + tcpSocket: host: "282" - httpHeaders: - - name: "283" - value: "284" - path: "281" - port: 1401790459 - scheme: ǵɐ鰥Z - initialDelaySeconds: -614098868 - periodSeconds: 846286700 - successThreshold: 1080545253 - tcpSocket: + port: 113873869 + terminationGracePeriodSeconds: 2011630253582325853 + timeoutSeconds: 878005329 + name: "251" + ports: + - containerPort: -1418092595 + hostIP: "257" + hostPort: 1381579966 + name: "256" + protocol: 闳ȩr嚧ʣq埄趛屡ʁ岼昕ĬÇó藢x + readinessProbe: + exec: + command: + - "283" + failureThreshold: 1156888068 + httpGet: host: "285" - port: -1103045151 - terminationGracePeriodSeconds: -5175286970144973961 - timeoutSeconds: 234253676 - resources: - limits: - ¦队偯J僳徥淳4揻-$ɽ丟×x锏ɟ: "178" - requests: - Ö闊 鰔澝qV: "752" - securityContext: - allowPrivilegeEscalation: false - capabilities: - add: - - )DŽ髐njʉBn(fǂ - drop: - - 曣ŋayåe躒訙 - privileged: false - procMount: '[irȎ3Ĕ\ɢX鰨松/Ȁĵ鴁ĩȲ' - readOnlyRootFilesystem: false - runAsGroup: 6245571390016329382 - runAsNonRoot: true - runAsUser: 1083662227773909466 - seLinuxOptions: - level: "310" - role: "308" - type: "309" - user: "307" - seccompProfile: - localhostProfile: "314" - type: '|蕎''佉賞ǧ' - windowsOptions: - gmsaCredentialSpec: "312" - gmsaCredentialSpecName: "311" - hostProcess: true - runAsUserName: "313" - startupProbe: - exec: - command: - - "286" - failureThreshold: -793616601 - httpGet: + httpHeaders: + - name: "286" + value: "287" + path: "284" + port: 1907998540 + scheme: ',ŕ' + initialDelaySeconds: -253326525 + periodSeconds: 887319241 + successThreshold: 1559618829 + tcpSocket: host: "289" - httpHeaders: - - name: "290" - value: "291" - path: "287" port: "288" - scheme: 芭花ª瘡蟦JBʟ鍏H鯂²静ƲǦŐnj - initialDelaySeconds: 1658749995 - periodSeconds: 809683205 - successThreshold: -1615316902 - tcpSocket: - host: "292" - port: -560238386 - terminationGracePeriodSeconds: -2242897509815578930 - timeoutSeconds: -938421813 - stdin: true - terminationMessagePath: "306" - terminationMessagePolicy: Ȗ|ʐşƧ諔迮ƙIJ嘢4 - volumeDevices: - - devicePath: "271" - name: "270" - volumeMounts: - - mountPath: "267" - mountPropagation: /»頸+SÄ蚃ɣľ)酊龨Î - name: "266" - readOnly: true - subPath: "268" - subPathExpr: "269" - workingDir: "250" - dnsConfig: - nameservers: - - "473" - options: - - name: "475" - value: "476" - searches: - - "474" - dnsPolicy: +Œ9两 - enableServiceLinks: false - ephemeralContainers: - - args: - - "318" - command: - - "317" - env: - - name: "325" - value: "326" - valueFrom: - configMapKeyRef: - key: "332" - name: "331" - optional: true - fieldRef: - apiVersion: "327" - fieldPath: "328" - resourceFieldRef: - containerName: "329" - divisor: "992" - resource: "330" - secretKeyRef: - key: "334" - name: "333" - optional: true - envFrom: - - configMapRef: - name: "323" - optional: true - prefix: "322" - secretRef: - name: "324" - optional: true - image: "316" - imagePullPolicy: ǰ詀ǿ忀oɎƺL - lifecycle: - postStart: - exec: - command: - - "361" - httpGet: - host: "363" - httpHeaders: - - name: "364" - value: "365" - path: "362" - port: 1445923603 - scheme: 殆诵H玲鑠ĭ$#卛8ð仁Q - tcpSocket: - host: "367" - port: "366" - preStop: - exec: - command: - - "368" - httpGet: - host: "371" - httpHeaders: - - name: "372" - value: "373" - path: "369" - port: "370" - scheme: 杧ż鯀1' - tcpSocket: - host: "374" - port: 1297979953 - livenessProbe: - exec: - command: - - "341" - failureThreshold: 2046765799 - httpGet: - host: "343" - httpHeaders: - - name: "344" - value: "345" - path: "342" - port: 1529027685 - scheme: żLj捲攻xƂ9阠$嬏wy¶熀 - initialDelaySeconds: -2106399359 - periodSeconds: -1038975198 - successThreshold: 1821835340 - tcpSocket: - host: "346" - port: -1912967242 - terminationGracePeriodSeconds: -6946775447206795219 - timeoutSeconds: 1443270783 - name: "315" - ports: - - containerPort: -1842062977 - hostIP: "321" - hostPort: -1920304485 - name: "320" - protocol: 輔3璾ėȜv1b繐汚磉反-n覦 - readinessProbe: - exec: - command: - - "347" - failureThreshold: 1671084780 - httpGet: - host: "350" - httpHeaders: - - name: "351" - value: "352" - path: "348" - port: "349" - scheme: Ƒ[澔 - initialDelaySeconds: -952255430 - periodSeconds: -824007302 - successThreshold: -359713104 - tcpSocket: - host: "353" - port: 1288391156 - terminationGracePeriodSeconds: 1571605531283019612 - timeoutSeconds: 1568034275 + terminationGracePeriodSeconds: -5566612115749133989 + timeoutSeconds: 567263590 resources: limits: - ʨIk(dŊiɢzĮ蛋I滞: "394" + W<敄lu|榝$î.Ȏ: "546" requests: - ɞȥ}礤铟怖ý萜Ǖ: "305" - securityContext: - allowPrivilegeEscalation: false - capabilities: - add: - - 鬬$矐_敕ű嵞嬯t{Eɾ - drop: - - 'Ȯ-湷D谹気Ƀ秮òƬɸĻo:' - privileged: true - procMount: s44矕Ƈè - readOnlyRootFilesystem: false - runAsGroup: 73764735411458498 - runAsNonRoot: false - runAsUser: 4224635496843945227 - seLinuxOptions: - level: "379" - role: "377" - type: "378" - user: "376" - seccompProfile: - localhostProfile: "383" - type: 鑏='ʨ|ǓÓ敆OɈÏ 瞍 - windowsOptions: - gmsaCredentialSpec: "381" - gmsaCredentialSpecName: "380" - hostProcess: true - runAsUserName: "382" - startupProbe: - exec: - command: - - "354" - failureThreshold: -1031303729 - httpGet: - host: "356" - httpHeaders: - - name: "357" - value: "358" - path: "355" - port: -514169648 - scheme: '&疀' - initialDelaySeconds: -39292476 - periodSeconds: -1312249623 - successThreshold: -1089435479 - tcpSocket: - host: "360" - port: "359" - terminationGracePeriodSeconds: -7317946572666008364 - timeoutSeconds: 801902541 - targetContainerName: "384" - terminationMessagePath: "375" - terminationMessagePolicy: ǘ炙 - tty: true - volumeDevices: - - devicePath: "340" - name: "339" - volumeMounts: - - mountPath: "336" - mountPropagation: Ƒĝ®EĨǔvÄÚ×p鬷m - name: "335" - readOnly: true - subPath: "337" - subPathExpr: "338" - workingDir: "319" - hostAliases: - - hostnames: - - "471" - ip: "470" - hostPID: true - hostname: "401" - imagePullSecrets: - - name: "400" - initContainers: - - args: - - "181" - command: - - "180" - env: - - name: "188" - value: "189" - valueFrom: - configMapKeyRef: - key: "195" - name: "194" - optional: true - fieldRef: - apiVersion: "190" - fieldPath: "191" - resourceFieldRef: - containerName: "192" - divisor: "486" - resource: "193" - secretKeyRef: - key: "197" - name: "196" - optional: true - envFrom: - - configMapRef: - name: "186" - optional: true - prefix: "185" - secretRef: - name: "187" - optional: true - image: "179" - imagePullPolicy: 1ØœȠƬQg鄠 - lifecycle: - postStart: - exec: - command: - - "224" - httpGet: - host: "226" - httpHeaders: - - name: "227" - value: "228" - path: "225" - port: 896430536 - scheme: 罴ņ螡źȰ - tcpSocket: - host: "229" - port: 513341278 - preStop: - exec: - command: - - "230" - httpGet: - host: "232" - httpHeaders: - - name: "233" - value: "234" - path: "231" - port: 1451056156 - scheme: uʎȺ眖R# - tcpSocket: - host: "236" - port: "235" - livenessProbe: - exec: - command: - - "204" - failureThreshold: 1016277253 - httpGet: - host: "206" - httpHeaders: - - name: "207" - value: "208" - path: "205" - port: 2035347577 - scheme: 姣>懔%熷谟þ蛯ɰ荶ljʁ揆ɘȌ脾 - initialDelaySeconds: -1155992025 - periodSeconds: -850069363 - successThreshold: 918929368 - tcpSocket: - host: "209" - port: -1498229293 - terminationGracePeriodSeconds: -8520337362162976488 - timeoutSeconds: -194343002 - name: "178" - ports: - - containerPort: -2031266553 - hostIP: "184" - hostPort: 424236719 - name: "183" - protocol: 呝TG;邪 - readinessProbe: - exec: - command: - - "210" - failureThreshold: 163512962 - httpGet: - host: "213" - httpHeaders: - - name: "214" - value: "215" - path: "211" - port: "212" - scheme: 悮坮Ȣ幟ļ腻ŬƩȿ0矀Kʝ瘴I\p - initialDelaySeconds: -407545915 - periodSeconds: 716842280 - successThreshold: 1479266199 - tcpSocket: - host: "216" - port: 538852927 - terminationGracePeriodSeconds: -8521017368802772029 - timeoutSeconds: 902535764 - resources: - limits: - 罁胾^拜Ȍzɟ踡肒Ao/樝fw[Řż丩: "47" - requests: - 榜VƋZ1: "932" + 剒蔞|表: "379" securityContext: allowPrivilegeEscalation: true capabilities: add: - - o啛更偢ɇ卷荙JLĹ]佱¿>犵殇ŕ-Ɂ + - 嘢4ʗN,丽饾| 鞤ɱďW賁 drop: - - W:ĸ輦唊#v - privileged: false - procMount: 8T 苧yñKJɐ扵Gƚ绤fʀ + - ɭɪǹ0衷, + privileged: true + procMount: w妕眵笭/9崍h趭(娕 readOnlyRootFilesystem: true - runAsGroup: -1629447906545846003 - runAsNonRoot: true - runAsUser: 7510677649797968740 + runAsGroup: -7146044409185304665 + runAsNonRoot: false + runAsUser: -1119183212148951030 seLinuxOptions: - level: "241" - role: "239" - type: "240" - user: "238" + level: "315" + role: "313" + type: "314" + user: "312" seccompProfile: - localhostProfile: "245" - type: 腩墺Ò媁荭gw忊|E剒蔞|表徶 + localhostProfile: "319" + type: E增猍 windowsOptions: - gmsaCredentialSpec: "243" - gmsaCredentialSpecName: "242" + gmsaCredentialSpec: "317" + gmsaCredentialSpecName: "316" hostProcess: true - runAsUserName: "244" + runAsUserName: "318" startupProbe: exec: command: - - "217" - failureThreshold: -2107743490 + - "290" + failureThreshold: 422133388 httpGet: - host: "219" + host: "292" httpHeaders: - - name: "220" - value: "221" - path: "218" - port: 1623772781 - scheme: UÐ_ƮA攤/ɸɎ - initialDelaySeconds: 1054858106 - periodSeconds: -1150474479 - successThreshold: 744319626 + - name: "293" + value: "294" + path: "291" + port: 1315054653 + scheme: 蚃ɣľ)酊龨δ摖ȱ + initialDelaySeconds: 1905181464 + periodSeconds: 1272940694 + successThreshold: -385597677 tcpSocket: - host: "223" - port: "222" - terminationGracePeriodSeconds: 8569885835306406695 - timeoutSeconds: 232569106 - stdin: true - terminationMessagePath: "237" - terminationMessagePolicy: '''WKw(ğ儴Ůĺ}潷ʒ胵輓Ɔ' + host: "296" + port: "295" + terminationGracePeriodSeconds: 8385745044578923915 + timeoutSeconds: -1730959016 + terminationMessagePath: "311" + terminationMessagePolicy: ŧOǨ繫ʎǑyZ涬P­蜷ɔ幩šeS volumeDevices: - - devicePath: "203" - name: "202" + - devicePath: "276" + name: "275" volumeMounts: - - mountPath: "199" - mountPropagation: 瀑Ź9ǕLLȊɞ-uƻ悖ȩ0Ƹ[Ę - name: "198" + - mountPath: "272" + mountPropagation: 朦 wƯ貾坢'跩 + name: "271" readOnly: true - subPath: "200" - subPathExpr: "201" - workingDir: "182" - nodeName: "389" + subPath: "273" + subPathExpr: "274" + workingDir: "255" + dnsConfig: + nameservers: + - "479" + options: + - name: "481" + value: "482" + searches: + - "480" + dnsPolicy: h`職铳s44矕Ƈ + enableServiceLinks: false + ephemeralContainers: + - args: + - "323" + command: + - "322" + env: + - name: "330" + value: "331" + valueFrom: + configMapKeyRef: + key: "337" + name: "336" + optional: false + fieldRef: + apiVersion: "332" + fieldPath: "333" + resourceFieldRef: + containerName: "334" + divisor: "179" + resource: "335" + secretKeyRef: + key: "339" + name: "338" + optional: false + envFrom: + - configMapRef: + name: "328" + optional: true + prefix: "327" + secretRef: + name: "329" + optional: true + image: "321" + imagePullPolicy: ŵǤ桒ɴ鉂WJ1抉泅ą&疀ȼN翾Ⱦ + lifecycle: + postStart: + exec: + command: + - "367" + httpGet: + host: "370" + httpHeaders: + - name: "371" + value: "372" + path: "368" + port: "369" + scheme: '!鍲ɋȑoG鄧蜢暳ǽżLj' + tcpSocket: + host: "373" + port: 1333166203 + preStop: + exec: + command: + - "374" + httpGet: + host: "376" + httpHeaders: + - name: "377" + value: "378" + path: "375" + port: 758604605 + scheme: ċ桉桃喕蠲$ɛ溢臜裡×銵-紑 + tcpSocket: + host: "380" + port: "379" + livenessProbe: + exec: + command: + - "346" + failureThreshold: -313085430 + httpGet: + host: "348" + httpHeaders: + - name: "349" + value: "350" + path: "347" + port: -684167223 + scheme: 1b + initialDelaySeconds: -47594442 + periodSeconds: 725624946 + successThreshold: -34803208 + tcpSocket: + host: "352" + port: "351" + terminationGracePeriodSeconds: -7686796864837350582 + timeoutSeconds: -2064284357 + name: "320" + ports: + - containerPort: -1320027474 + hostIP: "326" + hostPort: 601942575 + name: "325" + protocol: Ƶf + readinessProbe: + exec: + command: + - "353" + failureThreshold: -1844150067 + httpGet: + host: "355" + httpHeaders: + - name: "356" + value: "357" + path: "354" + port: 1611386356 + scheme: ɼ搳ǭ濑箨ʨIk( + initialDelaySeconds: 1984241264 + periodSeconds: -487434422 + successThreshold: -370404018 + tcpSocket: + host: "358" + port: 2115799218 + terminationGracePeriodSeconds: 1778358283914418699 + timeoutSeconds: -758033170 + resources: + limits: + 阎l: "464" + requests: + '''佉': "633" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - 氙磂tńČȷǻ.wȏâ磠Ƴ崖S«V¯Á + drop: + - tl敷斢杧ż鯀 + privileged: true + procMount: 张q櫞繡旹翃ɾ氒ĺʈʫ羶剹ƊF豎穜姰 + readOnlyRootFilesystem: false + runAsGroup: -6950412587983829837 + runAsNonRoot: true + runAsUser: -3379825899840103887 + seLinuxOptions: + level: "385" + role: "383" + type: "384" + user: "382" + seccompProfile: + localhostProfile: "389" + type: 咑耖p^鏋蛹Ƚȿ醏g + windowsOptions: + gmsaCredentialSpec: "387" + gmsaCredentialSpecName: "386" + hostProcess: true + runAsUserName: "388" + startupProbe: + exec: + command: + - "359" + failureThreshold: -320410537 + httpGet: + host: "362" + httpHeaders: + - name: "363" + value: "364" + path: "360" + port: "361" + scheme: 焬CQm坊柩 + initialDelaySeconds: -135823101 + periodSeconds: 1141812777 + successThreshold: -1830926023 + tcpSocket: + host: "366" + port: "365" + terminationGracePeriodSeconds: 8766190045617353809 + timeoutSeconds: -1345219897 + targetContainerName: "390" + terminationMessagePath: "381" + terminationMessagePolicy: 釼aTGÒ鵌 + tty: true + volumeDevices: + - devicePath: "345" + name: "344" + volumeMounts: + - mountPath: "341" + mountPropagation: (ť1ùfŭƽ + name: "340" + subPath: "342" + subPathExpr: "343" + workingDir: "324" + hostAliases: + - hostnames: + - "477" + ip: "476" + hostIPC: true + hostname: "407" + imagePullSecrets: + - name: "406" + initContainers: + - args: + - "184" + command: + - "183" + env: + - name: "191" + value: "192" + valueFrom: + configMapKeyRef: + key: "198" + name: "197" + optional: true + fieldRef: + apiVersion: "193" + fieldPath: "194" + resourceFieldRef: + containerName: "195" + divisor: "663" + resource: "196" + secretKeyRef: + key: "200" + name: "199" + optional: false + envFrom: + - configMapRef: + name: "189" + optional: true + prefix: "188" + secretRef: + name: "190" + optional: true + image: "182" + imagePullPolicy: ʎȺ眖R# + lifecycle: + postStart: + exec: + command: + - "228" + httpGet: + host: "230" + httpHeaders: + - name: "231" + value: "232" + path: "229" + port: -1196874390 + scheme: S晒嶗UÐ_ƮA攤 + tcpSocket: + host: "233" + port: -498930176 + preStop: + exec: + command: + - "234" + httpGet: + host: "237" + httpHeaders: + - name: "238" + value: "239" + path: "235" + port: "236" + scheme: 鴒翁杙Ŧ癃8鸖ɱJȉ罴ņ螡 + tcpSocket: + host: "241" + port: "240" + livenessProbe: + exec: + command: + - "207" + failureThreshold: 1684643131 + httpGet: + host: "209" + httpHeaders: + - name: "210" + value: "211" + path: "208" + port: 1214895765 + scheme: 悖ȩ0Ƹ[Ęİ榌U + initialDelaySeconds: -442393168 + periodSeconds: 1109079597 + successThreshold: -646728130 + tcpSocket: + host: "212" + port: -187060941 + terminationGracePeriodSeconds: 5055443896475056676 + timeoutSeconds: -307373517 + name: "181" + ports: + - containerPort: 859639931 + hostIP: "187" + hostPort: 747521320 + name: "186" + protocol: p儼Ƿ裚瓶釆Ɗ+j忊Ŗȫ焗捏ĨF + readinessProbe: + exec: + command: + - "213" + failureThreshold: -503805926 + httpGet: + host: "216" + httpHeaders: + - name: "217" + value: "218" + path: "214" + port: "215" + scheme: 惇¸t颟.鵫ǚ灄鸫rʤî萨 + initialDelaySeconds: 1885896895 + periodSeconds: -1682044542 + successThreshold: 1182477686 + tcpSocket: + host: "220" + port: "219" + terminationGracePeriodSeconds: 332054723335023688 + timeoutSeconds: -1232888129 + resources: + limits: + ſ盷: "532" + requests: + '[Řż丩': "47" + securityContext: + allowPrivilegeEscalation: true + capabilities: + add: + - '''WKw(ğ儴Ůĺ}潷ʒ胵輓Ɔ' + drop: + - "" + privileged: true + procMount: '>郵[+扴ȨŮ' + readOnlyRootFilesystem: false + runAsGroup: 7694930383795602762 + runAsNonRoot: true + runAsUser: -2529737859863639391 + seLinuxOptions: + level: "246" + role: "244" + type: "245" + user: "243" + seccompProfile: + localhostProfile: "250" + type: 朷Ǝ膯ljVX1虊谇 + windowsOptions: + gmsaCredentialSpec: "248" + gmsaCredentialSpecName: "247" + hostProcess: false + runAsUserName: "249" + startupProbe: + exec: + command: + - "221" + failureThreshold: 59664438 + httpGet: + host: "224" + httpHeaders: + - name: "225" + value: "226" + path: "222" + port: "223" + scheme: «丯Ƙ枛牐ɺ皚 + initialDelaySeconds: 766864314 + periodSeconds: 1495880465 + successThreshold: -1032967081 + tcpSocket: + host: "227" + port: -1934111455 + terminationGracePeriodSeconds: 4116652091516790056 + timeoutSeconds: 1146016612 + stdin: true + terminationMessagePath: "242" + terminationMessagePolicy: ?$矡ȶ网棊ʢ + tty: true + volumeDevices: + - devicePath: "206" + name: "205" + volumeMounts: + - mountPath: "202" + mountPropagation: VƋZ1Ůđ眊ľǎɳ,ǿ飏 + name: "201" + subPath: "203" + subPathExpr: "204" + workingDir: "185" + nodeName: "395" nodeSelector: - "385": "386" + "391": "392" overhead: - D輷: "792" - preemptionPolicy: m珢\%傢z¦Ā竚ĐȌƨǴ叆 - priority: 347613368 - priorityClassName: "472" + D傕Ɠ栊闔虝巒瀦ŕ: "124" + preemptionPolicy: Iƭij韺ʧ> + priority: 743241089 + priorityClassName: "478" readinessGates: - - conditionType: ř岈ǎǏ]S5:œƌ嵃ǁ - restartPolicy: ɣȕW歹s梊ɥʋăƻ遲njlȘ鹾KƂʼn - runtimeClassName: "477" - schedulerName: "467" + - conditionType: 0yVA嬂刲;牆詒ĸąs + restartPolicy: 飂廤Ƌʙcx + runtimeClassName: "483" + schedulerName: "473" securityContext: - fsGroup: -3964669311891901178 - fsGroupChangePolicy: ƴ4虵p - runAsGroup: 3230705132538051674 - runAsNonRoot: true - runAsUser: 3438266910774132295 + fsGroup: 1712752437570220896 + fsGroupChangePolicy: "" + runAsGroup: -4636770370363077377 + runAsNonRoot: false + runAsUser: 5422399684456852309 seLinuxOptions: - level: "393" - role: "391" - type: "392" - user: "390" + level: "399" + role: "397" + type: "398" + user: "396" seccompProfile: - localhostProfile: "399" - type: 沥7uPƒw©ɴĶ烷Ľthp + localhostProfile: "405" + type: '#' supplementalGroups: - - -1600417733583164525 + - -5728960352366086876 sysctls: - - name: "397" - value: "398" + - name: "403" + value: "404" windowsOptions: - gmsaCredentialSpec: "395" - gmsaCredentialSpecName: "394" + gmsaCredentialSpec: "401" + gmsaCredentialSpecName: "400" hostProcess: false - runAsUserName: "396" - serviceAccount: "388" - serviceAccountName: "387" - setHostnameAsFQDN: false + runAsUserName: "402" + serviceAccount: "394" + serviceAccountName: "393" + setHostnameAsFQDN: true shareProcessNamespace: true - subdomain: "402" - terminationGracePeriodSeconds: -8335674866227004872 + subdomain: "408" + terminationGracePeriodSeconds: -4767735291842597991 tolerations: - - effect: U烈 źfjǰɪ嘞ȏ}杻扞Ğ - key: "468" - operator: r}梳攔wŲ魦Ɔ0ƢĮÀĘÆɆȸȢ蒸 - tolerationSeconds: 3252034671163905138 - value: "469" + - effect: '慰x:' + key: "474" + operator: 4%ʬD$;X郪\#撄貶à圽榕ɹ + tolerationSeconds: 3362400521064014157 + value: "475" 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: "478" - 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: "484" + whenUnsatisfiable: "" volumes: - awsElasticBlockStore: fsType: "49" @@ -896,6 +898,10 @@ spec: apiGroup: "175" kind: "176" name: "177" + dataSourceRef: + apiGroup: "178" + kind: "179" + name: "180" resources: limits: ŴĿ: "377" @@ -1049,14 +1055,14 @@ spec: storagePolicyName: "105" volumePath: "103" status: - availableReplicas: -2060941196 + availableReplicas: 138992869 conditions: - - lastTransitionTime: "2597-11-21T15:14:16Z" - message: "486" - reason: "485" - status: <暉Ŝ!ȣ绰爪qĖĖȠ姓ȇ>尪璎 - type: 犓`ɜɅco\穜T睭憲Ħ焵i,ŋŨN - fullyLabeledReplicas: 415168801 - observedGeneration: 7426283174216567769 - readyReplicas: 1448332644 - replicas: 2106170541 + - lastTransitionTime: "2455-07-16T22:37:15Z" + message: "492" + reason: "491" + status: 嬜Š&?鳢.ǀŭ瘢颦z疵 + type: 零șPî壣V礆á¤拈tY圻醆锛[ + fullyLabeledReplicas: -1754098513 + observedGeneration: -7169014491472696647 + readyReplicas: -877836536 + replicas: 1205668420 diff --git a/staging/src/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumeclaimspec.go b/staging/src/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumeclaimspec.go index ac4d64c7114..e22d04b0d59 100644 --- a/staging/src/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumeclaimspec.go +++ b/staging/src/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumeclaimspec.go @@ -33,6 +33,7 @@ type PersistentVolumeClaimSpecApplyConfiguration struct { StorageClassName *string `json:"storageClassName,omitempty"` VolumeMode *v1.PersistentVolumeMode `json:"volumeMode,omitempty"` DataSource *TypedLocalObjectReferenceApplyConfiguration `json:"dataSource,omitempty"` + DataSourceRef *TypedLocalObjectReferenceApplyConfiguration `json:"dataSourceRef,omitempty"` } // PersistentVolumeClaimSpecApplyConfiguration constructs an declarative configuration of the PersistentVolumeClaimSpec type for use with @@ -98,3 +99,11 @@ func (b *PersistentVolumeClaimSpecApplyConfiguration) WithDataSource(value *Type b.DataSource = value return b } + +// WithDataSourceRef sets the DataSourceRef field in the declarative configuration to the given value +// and returns the receiver, so that objects can be built by chaining "With" function invocations. +// If called multiple times, the DataSourceRef field is set to the value of the last call. +func (b *PersistentVolumeClaimSpecApplyConfiguration) WithDataSourceRef(value *TypedLocalObjectReferenceApplyConfiguration) *PersistentVolumeClaimSpecApplyConfiguration { + b.DataSourceRef = value + return b +} diff --git a/staging/src/k8s.io/client-go/applyconfigurations/internal/internal.go b/staging/src/k8s.io/client-go/applyconfigurations/internal/internal.go index acd9061e04e..2be2e003967 100644 --- a/staging/src/k8s.io/client-go/applyconfigurations/internal/internal.go +++ b/staging/src/k8s.io/client-go/applyconfigurations/internal/internal.go @@ -4910,6 +4910,9 @@ var schemaYAML = typed.YAMLObject(`types: - name: dataSource type: namedType: io.k8s.api.core.v1.TypedLocalObjectReference + - name: dataSourceRef + type: + namedType: io.k8s.api.core.v1.TypedLocalObjectReference - name: resources type: namedType: io.k8s.api.core.v1.ResourceRequirements