From 7dbcda7260dcdad730e40a0d864adde52f37fa2e Mon Sep 17 00:00:00 2001 From: Tim Ebert <timebertt@gmail.com> Date: Thu, 2 Jun 2022 09:38:44 +0200 Subject: [PATCH] go mod edit -dropreplace=github.com/gardener/gardener 7538442 didn't really vendor g/g@v1.47 because the replace directive was still in place. --- go.mod | 21 +- go.sum | 222 +- .../etcd-druid/api/v1alpha1/etcd_types.go | 38 +- .../api/v1alpha1/zz_generated.deepcopy.go | 67 +- .../gardener/extensions/pkg/util/shoot.go | 84 - .../extensions/pkg/webhook/certificates.go | 26 +- .../extensions/pkg/webhook/handler.go | 2 +- .../gardener/gardener/hack/check-apidiff.sh | 81 + .../gardener/gardener/hack/check-docforge.sh | 10 +- .../gardener/hack/compare-k8s-controllers.sh | 7 +- .../hack/compare-k8s-feature-gates.sh | 23 +- .../gardener/hack/generate-seed-crds.sh | 43 +- .../gardener/hack/install-requirements.sh | 2 +- .../gardener/gardener/hack/test-e2e-local.sh | 10 +- .../gardener/hack/test-integration.sh | 11 +- .../github.com/gardener/gardener/hack/test.sh | 15 +- .../gardener/gardener/hack/tools.mk | 22 +- .../gardener/gardener/hack/update-codegen.sh | 67 - .../gardener/pkg/apis/core/register.go | 2 - .../gardener/pkg/apis/core/types_common.go | 4 + .../pkg/apis/core/types_secretbinding.go | 9 + .../gardener/pkg/apis/core/types_seed.go | 2 + .../gardener/pkg/apis/core/types_shoot.go | 38 +- .../apis/core/types_shootextensionstatus.go | 57 - .../pkg/apis/core/types_shootstate.go | 2 + .../pkg/apis/core/v1alpha1/defaults.go | 4 + .../pkg/apis/core/v1alpha1/generated.pb.go | 3258 +++++++++-------- .../pkg/apis/core/v1alpha1/generated.proto | 84 +- .../core/v1alpha1/helper/condition_builder.go | 154 - .../pkg/apis/core/v1alpha1/helper/helper.go | 768 ---- .../core/v1alpha1/helper/shootstate_list.go | 142 - .../pkg/apis/core/v1alpha1/register.go | 2 - .../pkg/apis/core/v1alpha1/types_common.go | 4 + .../apis/core/v1alpha1/types_secretbinding.go | 9 + .../pkg/apis/core/v1alpha1/types_shoot.go | 50 +- .../v1alpha1/types_shootextensionstatus.go | 62 - .../apis/core/v1alpha1/types_shootstate.go | 3 + .../core/v1alpha1/zz_generated.conversion.go | 220 +- .../core/v1alpha1/zz_generated.deepcopy.go | 163 +- .../core/v1beta1/constants/types_constants.go | 47 +- .../pkg/apis/core/v1beta1/defaults.go | 4 + .../pkg/apis/core/v1beta1/generated.pb.go | 2727 +++++++++----- .../pkg/apis/core/v1beta1/generated.proto | 58 +- .../pkg/apis/core/v1beta1/helper/errors.go | 57 +- .../pkg/apis/core/v1beta1/helper/helper.go | 110 +- .../pkg/apis/core/v1beta1/types_common.go | 4 + .../apis/core/v1beta1/types_secretbinding.go | 9 + .../pkg/apis/core/v1beta1/types_seed.go | 2 + .../pkg/apis/core/v1beta1/types_shoot.go | 50 +- .../core/v1beta1/zz_generated.conversion.go | 106 + .../core/v1beta1/zz_generated.deepcopy.go | 96 + .../pkg/apis/core/zz_generated.deepcopy.go | 165 +- .../apis/extensions/v1alpha1/types_worker.go | 3 - .../pkg/apis/resources/v1alpha1/types.go | 18 +- .../gardener/pkg/client/kubernetes/applier.go | 28 + .../gardener/pkg/client/kubernetes/client.go | 10 +- .../gardener/pkg/client/kubernetes/scaling.go | 36 + .../gardener/pkg/client/kubernetes/types.go | 6 +- .../pkg/controllerutils/associations.go | 86 +- .../pkg/controllerutils/predicate/mapper.go | 100 - .../pkg/gardenlet/apis/config/types.go | 46 +- .../apis/config/v1alpha1/defaults.go | 164 +- .../gardenlet/apis/config/v1alpha1/types.go | 47 + .../v1alpha1/zz_generated.conversion.go | 103 + .../config/v1alpha1/zz_generated.deepcopy.go | 93 + .../config/v1alpha1/zz_generated.defaults.go | 13 + .../apis/config/zz_generated.deepcopy.go | 93 + .../garbagecollector/references/references.go | 12 + .../gardener/gardener/pkg/utils/encoding.go | 8 +- .../gardener/pkg/utils/infodata/infodata.go | 89 - .../gardener/pkg/utils/infodata/types.go | 50 - .../pkg/utils/kubernetes/kubernetes.go | 13 +- .../gardener/pkg/utils/secrets/alias.go | 77 + .../gardener/pkg/utils/secrets/basic_auth.go | 61 +- .../pkg/utils/secrets/basic_auth_infodata.go | 68 - .../pkg/utils/secrets/certificate_bundle.go | 56 + .../pkg/utils/secrets/certificates.go | 225 +- .../utils/secrets/certificates_infodata.go | 70 - .../pkg/utils/secrets/control_plane.go | 117 +- .../pkg/utils/secrets/etcd_encryption_key.go | 66 + .../gardener/pkg/utils/secrets/generate.go | 106 - .../gardener/pkg/utils/secrets/kubeconfig.go | 67 + .../pkg/utils/secrets/private_key_infodata.go | 68 - .../pkg/utils/secrets/rsa_private_key.go | 50 +- .../gardener/pkg/utils/secrets/secrets.go | 100 - .../pkg/utils/secrets/static_token.go | 74 +- .../utils/secrets/static_token_infodata.go | 82 - .../gardener/pkg/utils/secrets/types.go | 8 - .../gardener/pkg/utils/secrets/vpn_tlsauth.go | 36 +- .../gardener/pkg/utils/version/version.go | 4 + .../github.com/google/go-cmp/cmp/compare.go | 17 - .../cmp/internal/flags/toolchain_legacy.go | 11 - .../cmp/internal/flags/toolchain_recent.go | 11 - .../google/go-cmp/cmp/internal/value/name.go | 7 + vendor/github.com/google/go-cmp/cmp/path.go | 2 +- .../google/go-cmp/cmp/report_reflect.go | 3 +- .../google/go-cmp/cmp/report_slices.go | 6 +- vendor/github.com/huandu/xstrings/.travis.yml | 6 + vendor/github.com/huandu/xstrings/README.md | 4 +- vendor/github.com/huandu/xstrings/common.go | 8 +- vendor/github.com/huandu/xstrings/convert.go | 392 +- vendor/github.com/huandu/xstrings/format.go | 13 +- .../github.com/huandu/xstrings/manipulate.go | 5 +- .../huandu/xstrings/stringbuilder.go | 8 + .../huandu/xstrings/stringbuilder_go110.go | 10 + .../github.com/huandu/xstrings/translate.go | 11 +- .../onsi/ginkgo/v2/config/deprecated.go | 8 +- .../v2/ginkgo/generators/bootstrap_command.go | 2 +- .../v2/ginkgo/generators/generate_command.go | 2 +- .../v2/ginkgo/generators/generators_common.go | 2 +- .../ginkgo/internal/profiles_and_reports.go | 40 +- .../onsi/ginkgo/v2/ginkgo/internal/run.go | 82 +- .../ginkgo/v2/ginkgo/internal/test_suite.go | 2 +- .../v2/ginkgo/unfocus/unfocus_command.go | 8 +- .../onsi/ginkgo/v2/reporters/junit_report.go | 4 +- .../github.com/onsi/ginkgo/v2/types/config.go | 6 +- .../github.com/onsi/ginkgo/v2/types/errors.go | 22 +- .../github.com/onsi/ginkgo/v2/types/flags.go | 2 +- .../onsi/ginkgo/v2/types/report_entry.go | 2 +- .../github.com/onsi/ginkgo/v2/types/types.go | 14 +- .../onsi/ginkgo/v2/types/version.go | 2 +- .../x/crypto/chacha20/chacha_s390x.go | 1 + .../curve25519/internal/field/fe_amd64.go | 2 + vendor/golang.org/x/crypto/ed25519/ed25519.go | 188 +- .../x/crypto/ed25519/ed25519_go113.go | 74 - .../ed25519/internal/edwards25519/const.go | 1422 ------- .../internal/edwards25519/edwards25519.go | 1793 --------- .../x/crypto/internal/poly1305/sum_generic.go | 5 +- .../x/crypto/internal/poly1305/sum_s390x.go | 1 + vendor/golang.org/x/crypto/pbkdf2/pbkdf2.go | 2 +- vendor/golang.org/x/crypto/scrypt/scrypt.go | 2 +- vendor/golang.org/x/crypto/ssh/certs.go | 85 +- vendor/golang.org/x/crypto/ssh/cipher.go | 10 +- vendor/golang.org/x/crypto/ssh/client.go | 18 +- vendor/golang.org/x/crypto/ssh/client_auth.go | 132 +- vendor/golang.org/x/crypto/ssh/common.go | 76 +- vendor/golang.org/x/crypto/ssh/doc.go | 5 +- vendor/golang.org/x/crypto/ssh/handshake.go | 83 +- vendor/golang.org/x/crypto/ssh/kex.go | 186 +- vendor/golang.org/x/crypto/ssh/keys.go | 147 +- vendor/golang.org/x/crypto/ssh/messages.go | 21 +- vendor/golang.org/x/crypto/ssh/server.go | 46 +- vendor/golang.org/x/crypto/ssh/session.go | 1 + vendor/golang.org/x/crypto/ssh/transport.go | 10 +- .../v1alpha3/virtual_service.gen.json | 2 +- .../networking/v1alpha3/virtual_service.pb.go | 2 +- .../v1alpha3/virtual_service.pb.html | 6 +- .../networking/v1alpha3/virtual_service.proto | 2 +- .../v1beta1/virtual_service.gen.json | 2 +- .../networking/v1beta1/virtual_service.pb.go | 2 +- .../networking/v1beta1/virtual_service.proto | 2 +- .../pkg/apis/autoscaling.k8s.io/v1/doc.go | 21 + .../apis/autoscaling.k8s.io/v1/register.go | 58 + .../pkg/apis/autoscaling.k8s.io/v1/types.go | 339 ++ .../v1/zz_generated.deepcopy.go | 433 +++ vendor/modules.txt | 29 +- 156 files changed, 7784 insertions(+), 9712 deletions(-) create mode 100755 vendor/github.com/gardener/gardener/hack/check-apidiff.sh delete mode 100644 vendor/github.com/gardener/gardener/pkg/apis/core/types_shootextensionstatus.go delete mode 100644 vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/helper/condition_builder.go delete mode 100644 vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/helper/helper.go delete mode 100644 vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/helper/shootstate_list.go delete mode 100644 vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/types_shootextensionstatus.go delete mode 100644 vendor/github.com/gardener/gardener/pkg/controllerutils/predicate/mapper.go delete mode 100644 vendor/github.com/gardener/gardener/pkg/utils/infodata/infodata.go delete mode 100644 vendor/github.com/gardener/gardener/pkg/utils/infodata/types.go create mode 100644 vendor/github.com/gardener/gardener/pkg/utils/secrets/alias.go delete mode 100644 vendor/github.com/gardener/gardener/pkg/utils/secrets/basic_auth_infodata.go create mode 100644 vendor/github.com/gardener/gardener/pkg/utils/secrets/certificate_bundle.go delete mode 100644 vendor/github.com/gardener/gardener/pkg/utils/secrets/certificates_infodata.go create mode 100644 vendor/github.com/gardener/gardener/pkg/utils/secrets/etcd_encryption_key.go delete mode 100644 vendor/github.com/gardener/gardener/pkg/utils/secrets/generate.go create mode 100644 vendor/github.com/gardener/gardener/pkg/utils/secrets/kubeconfig.go delete mode 100644 vendor/github.com/gardener/gardener/pkg/utils/secrets/private_key_infodata.go delete mode 100644 vendor/github.com/gardener/gardener/pkg/utils/secrets/secrets.go delete mode 100644 vendor/github.com/gardener/gardener/pkg/utils/secrets/static_token_infodata.go delete mode 100644 vendor/github.com/google/go-cmp/cmp/internal/flags/toolchain_legacy.go delete mode 100644 vendor/github.com/google/go-cmp/cmp/internal/flags/toolchain_recent.go create mode 100644 vendor/github.com/huandu/xstrings/stringbuilder.go create mode 100644 vendor/github.com/huandu/xstrings/stringbuilder_go110.go delete mode 100644 vendor/golang.org/x/crypto/ed25519/ed25519_go113.go delete mode 100644 vendor/golang.org/x/crypto/ed25519/internal/edwards25519/const.go delete mode 100644 vendor/golang.org/x/crypto/ed25519/internal/edwards25519/edwards25519.go create mode 100644 vendor/k8s.io/autoscaler/vertical-pod-autoscaler/pkg/apis/autoscaling.k8s.io/v1/doc.go create mode 100644 vendor/k8s.io/autoscaler/vertical-pod-autoscaler/pkg/apis/autoscaling.k8s.io/v1/register.go create mode 100644 vendor/k8s.io/autoscaler/vertical-pod-autoscaler/pkg/apis/autoscaling.k8s.io/v1/types.go create mode 100644 vendor/k8s.io/autoscaler/vertical-pod-autoscaler/pkg/apis/autoscaling.k8s.io/v1/zz_generated.deepcopy.go diff --git a/go.mod b/go.mod index fc98d387..7466edef 100644 --- a/go.mod +++ b/go.mod @@ -35,7 +35,7 @@ require ( github.com/evanphx/json-patch v4.12.0+incompatible // indirect github.com/fatih/color v1.12.0 // indirect github.com/fsnotify/fsnotify v1.5.4 // indirect - github.com/gardener/etcd-druid v0.7.0 // indirect + github.com/gardener/etcd-druid v0.8.0 // indirect github.com/gardener/external-dns-management v0.7.18 // indirect github.com/gardener/hvpa-controller v0.3.1 // indirect github.com/ghodss/yaml v1.0.0 // indirect @@ -50,14 +50,14 @@ require ( github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect github.com/golang/mock v1.6.0 // indirect github.com/golang/protobuf v1.5.2 // indirect - github.com/google/go-cmp v0.5.6 // indirect + github.com/google/go-cmp v0.5.7 // indirect github.com/google/gofuzz v1.1.0 // indirect github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect github.com/google/uuid v1.1.2 // indirect github.com/googleapis/gnostic v0.5.5 // indirect github.com/hashicorp/errwrap v1.0.0 // indirect github.com/hashicorp/go-multierror v1.1.0 // indirect - github.com/huandu/xstrings v1.2.0 // indirect + github.com/huandu/xstrings v1.3.2 // indirect github.com/imdario/mergo v0.3.12 // indirect github.com/inconshreveable/mousetrap v1.0.0 // indirect github.com/josharian/intern v1.0.0 // indirect @@ -73,7 +73,7 @@ require ( github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.2 // indirect github.com/nxadm/tail v1.4.8 // indirect - github.com/onsi/ginkgo/v2 v2.1.0 // indirect + github.com/onsi/ginkgo/v2 v2.1.3 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/prometheus/client_model v0.2.0 // indirect github.com/prometheus/common v0.28.0 // indirect @@ -86,7 +86,7 @@ require ( github.com/spf13/pflag v1.0.5 // indirect go.uber.org/atomic v1.7.0 // indirect go.uber.org/multierr v1.6.0 // indirect - golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect + golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f // indirect // golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect golang.org/x/net v0.0.0-20211209124913-491a49abca63 // indirect @@ -104,8 +104,8 @@ require ( gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect - istio.io/api v0.0.0-20211118170605-3f0f902cdfd1 // indirect - istio.io/client-go v1.12.0 // indirect + istio.io/api v0.0.0-20220304035241-8c47cbbea144 // indirect + istio.io/client-go v1.12.5 // indirect istio.io/gogo-genproto v0.0.0-20210113155706-4daf5697332f // indirect k8s.io/apiextensions-apiserver v0.23.3 // indirect k8s.io/apiserver v0.23.3 // indirect @@ -128,9 +128,8 @@ require ( ) replace ( - github.com/gardener/gardener => github.com/gardener/gardener v1.42.6 - k8s.io/api => k8s.io/api v0.23.3 // 1.16.8 - k8s.io/apimachinery => k8s.io/apimachinery v0.23.3 // 1.16.8 - k8s.io/client-go => k8s.io/client-go v0.23.3 // 1.16.8 + k8s.io/api => k8s.io/api v0.23.3 + k8s.io/apimachinery => k8s.io/apimachinery v0.23.3 + k8s.io/client-go => k8s.io/client-go v0.23.3 ) diff --git a/go.sum b/go.sum index 03e2887e..8dda4f2e 100644 --- a/go.sum +++ b/go.sum @@ -39,20 +39,16 @@ cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RX cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0= dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU= github.com/Azure/azure-sdk-for-go v39.0.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc= -github.com/Azure/azure-sdk-for-go v42.2.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc= github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78/go.mod h1:LmzpDX56iTiv29bbRTIsUNlaFfuhWRQBWjQdVyAevI8= github.com/Azure/go-ansiterm v0.0.0-20210608223527-2377c96fe795/go.mod h1:LmzpDX56iTiv29bbRTIsUNlaFfuhWRQBWjQdVyAevI8= github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1/go.mod h1:xomTg63KZ2rFqZQzSB4Vz2SUXa1BpHTVz9L5PTmPC4E= github.com/Azure/go-autorest v14.2.0+incompatible/go.mod h1:r+4oMnoxhatjLLJ6zxSWATqVooLgysK6ZNox3g/xq24= github.com/Azure/go-autorest/autorest v0.9.0/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= github.com/Azure/go-autorest/autorest v0.9.3/go.mod h1:GsRuLYvwzLjjjRoWEIyMUaYq8GNUx2nRB378IPt/1p0= -github.com/Azure/go-autorest/autorest v0.11.1/go.mod h1:JFgpikqFJ/MleTTxwepExTKnFUKKszPS8UavbQYUMuw= github.com/Azure/go-autorest/autorest v0.11.18/go.mod h1:dSiJPy22c3u0OtOKDNttNgqpNFY/GeWa7GH/Pz56QRA= github.com/Azure/go-autorest/autorest/adal v0.5.0/go.mod h1:8Z9fGy2MpX0PvDjB1pEgQTmVqjGhiHBW7RJJEciWzS0= github.com/Azure/go-autorest/autorest/adal v0.8.0/go.mod h1:Z6vX6WXXuyieHAXwMj0S6HY6e6wcHn37qQMBQlvY3lc= github.com/Azure/go-autorest/autorest/adal v0.8.1/go.mod h1:ZjhuQClTqx435SRJ2iMlOxPYt3d2C/T/7TiQCVZSn3Q= -github.com/Azure/go-autorest/autorest/adal v0.9.0/go.mod h1:/c022QCutn2P7uY+/oQWWNcK9YU+MH96NgK+jErpbcg= -github.com/Azure/go-autorest/autorest/adal v0.9.5/go.mod h1:B7KF7jKIeC9Mct5spmyCB/A8CG/sEz1vwIRGv/bbw7A= github.com/Azure/go-autorest/autorest/adal v0.9.13/go.mod h1:W/MM4U6nLxnIskrw4UwWzlHfGjwUS50aOsc/I3yuU8M= github.com/Azure/go-autorest/autorest/azure/auth v0.4.2/go.mod h1:90gmfKdlmKgfjUpnCEpOJzsUEjrWDSLwHIG73tSXddM= github.com/Azure/go-autorest/autorest/azure/cli v0.3.1/go.mod h1:ZG5p860J94/0kI9mNJVoIoLgXcirM2gF5i2kWloofxw= @@ -62,12 +58,9 @@ github.com/Azure/go-autorest/autorest/date v0.3.0/go.mod h1:BI0uouVdmngYNUzGWeSY github.com/Azure/go-autorest/autorest/mocks v0.1.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= github.com/Azure/go-autorest/autorest/mocks v0.2.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= github.com/Azure/go-autorest/autorest/mocks v0.3.0/go.mod h1:a8FDP3DYzQ4RYfVAxAN3SVSiiO77gL2j2ronKKP0syM= -github.com/Azure/go-autorest/autorest/mocks v0.4.0/go.mod h1:LTp+uSrOhSkaKrUy935gNZuuIPPVsHlr9DSOxSayd+k= github.com/Azure/go-autorest/autorest/mocks v0.4.1/go.mod h1:LTp+uSrOhSkaKrUy935gNZuuIPPVsHlr9DSOxSayd+k= github.com/Azure/go-autorest/autorest/to v0.3.0/go.mod h1:MgwOyqaIuKdG4TL/2ywSsIWKAfJfgHDo8ObuUk3t5sA= -github.com/Azure/go-autorest/autorest/validation v0.2.0/go.mod h1:3EEqHnBxQGHXRYq3HT1WyXAvT7LLY3tl70hw6tQIbjI= github.com/Azure/go-autorest/logger v0.1.0/go.mod h1:oExouG+K6PryycPJfVSxi/koC6LSNgds39diKLz7Vrc= -github.com/Azure/go-autorest/logger v0.2.0/go.mod h1:T9E3cAhj2VqvPOtCYAvby9aBXkZmbF5NWuPV8+WeEW8= github.com/Azure/go-autorest/logger v0.2.1/go.mod h1:T9E3cAhj2VqvPOtCYAvby9aBXkZmbF5NWuPV8+WeEW8= github.com/Azure/go-autorest/tracing v0.5.0/go.mod h1:r/s2XiOKccPW3HrqB+W0TQzfbtp2fGCgRFtBroKn4Dk= github.com/Azure/go-autorest/tracing v0.6.0/go.mod h1:+vhtPC754Xsa23ID7GlGsrdKBpUA79WCAKPPZVC2DeU= @@ -81,12 +74,9 @@ github.com/Masterminds/semver v1.5.0/go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF0 github.com/Masterminds/sprig v2.16.0+incompatible/go.mod h1:y6hNFY5UBTIWBxnzTeuNhlNS5hqE0NB0E6fgfo2Br3o= github.com/Masterminds/sprig v2.22.0+incompatible h1:z4yfnGrZ7netVz+0EDJ0Wi+5VZCSYp4Z0m2dk6cEM60= github.com/Masterminds/sprig v2.22.0+incompatible/go.mod h1:y6hNFY5UBTIWBxnzTeuNhlNS5hqE0NB0E6fgfo2Br3o= -github.com/Microsoft/go-winio v0.4.14/go.mod h1:qXqCSQ3Xa7+6tgxaGTIe4Kpcdsi+P8jBhyzoq1bpyYA= -github.com/Microsoft/go-winio v0.4.16/go.mod h1:XB6nPKklQyQ7GC9LdcBEcBl8PF76WugXOPRXwdLnMv0= github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46/go.mod h1:3wb06e3pkSAbeQ52E9H9iFoQsEEwGN64994WTCIhntQ= github.com/NYTimes/gziphandler v1.1.1/go.mod h1:n/CVRwUEOgIxrgPvAQhUUr9oeUtvrhMomdKFjzJNB0c= github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= -github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7/go.mod h1:z4/9nQmJSSwwds7ejkxaJwO37dru3geImFUdJlaLzQo= github.com/PuerkitoBio/purell v1.0.0/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= github.com/PuerkitoBio/purell v1.1.0/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= github.com/PuerkitoBio/purell v1.1.1 h1:WEQqlqaGbrPkxLJWfBwQmfEAE1Z7ONdDLqrN38tNFfI= @@ -94,22 +84,18 @@ github.com/PuerkitoBio/purell v1.1.1/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbt github.com/PuerkitoBio/urlesc v0.0.0-20160726150825-5bd2802263f2/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE= github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 h1:d+Bc7a5rLufV/sSk/8dngufqelfh6jnri85riMAaF/M= github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE= -github.com/acomagu/bufpipe v1.0.3/go.mod h1:mxdxdup/WdsKVreO5GpW4+M/1CE2sMG4jeGJ2sYmHc4= github.com/agnivade/levenshtein v1.0.1/go.mod h1:CURSv5d9Uaml+FovSIICkLbAUZ9S4RqaHDIsdSBg7lM= github.com/ahmetb/gen-crd-api-reference-docs v0.2.0 h1:YI/cAcRdNAHArfhGKcmCY5qMa32k/UyCZagLgabC5JY= github.com/ahmetb/gen-crd-api-reference-docs v0.2.0/go.mod h1:P/XzJ+c2+khJKNKABcm2biRwk2QAuwbLf8DlXuaL7WM= -github.com/ajstarks/svgo v0.0.0-20180226025133-644b8db467af/go.mod h1:K08gAheRH3/J6wwsYMMT4xOr94bZjxIelGM0+d/wbFw= github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho= github.com/alessio/shellescape v0.0.0-20190409004728-b115ca0f9053/go.mod h1:xW8sBma2LE3QxFSzCnH9qe6gAE2yO9GvQaWwX89HxbE= -github.com/aliyun/alibaba-cloud-sdk-go v0.0.0-20180828111155-cad214d7d71f/go.mod h1:T9M45xf79ahXVelWoOBmH0y4aC1t5kXO5BxwyakgIGA= github.com/aliyun/alibaba-cloud-sdk-go v0.0.0-20190603021944-12ad9f921c0b/go.mod h1:myCDvQSzCW+wB1WAlocEru4wMGJxy+vlxHdhegi1CDQ= github.com/aliyun/aliyun-oss-go-sdk v0.0.0-20190307165228-86c17b95fcd5/go.mod h1:T/Aws4fEfogEE9v+HPhhw+CntffsBHJ8nXQCwKr0/g8= github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883/go.mod h1:rCTlJbsFo29Kk6CurOXKm700vrz8f0KW0JNfpkRJY/8= -github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239/go.mod h1:2FmKhYUyUczH0OGQWaF5ceTx0UBShxjsH6f8oGKYe2c= github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY= github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20210826220005-b48c857c3a0e/go.mod h1:F7bn7fEU90QkQ3tnmaTx3LTKLEDqnwWODIYppRQ5hnY= github.com/aokoli/goutils v1.0.1/go.mod h1:SijmP0QR8LtwsmDs8Yii5Z/S4trXFGFC2oO5g9DP+DQ= @@ -118,12 +104,9 @@ github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hC github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8= github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY= github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8= -github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs= github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY= github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY= github.com/aws/aws-sdk-go v1.19.41/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo= -github.com/aws/aws-sdk-go v1.23.13/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo= -github.com/b4b4r07/go-pipe v0.0.0-20191010045404-84b446f57366/go.mod h1:1ymsiQNa3qebVEEVtuIdhtAXRfjO4qFCFq1bBUOT2HE= github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f/go.mod h1:AuiFmCCPBSrqvVMvuqFuk0qogytodnVFVSN5CeJB8Gc= github.com/benbjohnson/clock v1.0.3/go.mod h1:bGMdMPoPVvcYyt1gHDf4J2KE153Yf9BuiUKYMaxlTDM= github.com/benbjohnson/clock v1.1.0 h1:Q92kusRqC1XV2MjkWETPvjJVqKetz1OzxZB7mHJLju8= @@ -139,7 +122,6 @@ github.com/blang/semver v3.5.0+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnweb github.com/blang/semver v3.5.1+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk= github.com/bronze1man/yaml2json v0.0.0-20201022121239-82e774ec909d h1:8pnjDJr9TIv2XUQhypkjAB2zB9g8OYonQkNAI3YwXFQ= github.com/bronze1man/yaml2json v0.0.0-20201022121239-82e774ec909d/go.mod h1:mVTg4vqWRIHEJK5QnZhSXBUP8GmI7ArXGq182zSJbxM= -github.com/cenkalti/backoff/v4 v4.1.0/go.mod h1:scbssz8iZGpm3xbr14ovlUdkxfGXNInqkPWOWmG2CLw= github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= github.com/certifi/gocertifi v0.0.0-20191021191039-0944d244cd40/go.mod h1:sGbDF6GwGcLpkNXPUTkMRoywsNa/ol15pxFe6ERfguA= github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054/go.mod h1:sGbDF6GwGcLpkNXPUTkMRoywsNa/ol15pxFe6ERfguA= @@ -155,7 +137,6 @@ github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGX github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk= github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk= github.com/cncf/xds/go v0.0.0-20210312221358-fbca930ec8ed/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= -github.com/cncf/xds/go v0.0.0-20210805033703-aa0b78936158/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa/go.mod h1:zn76sxSg3SzpJ0PPJaLDCu+Bu0Lg3sKTORVIj19EIF8= github.com/cockroachdb/datadriven v0.0.0-20200714090401-bf6692d28da5/go.mod h1:h6jFvWxBdQXxjopDMZyH2UVceIRfR84bdzbkoKrsWNo= github.com/cockroachdb/errors v1.2.4/go.mod h1:rQD95gz6FARkaKkQXUksEje/d9a6wBJoCr5oaCLELYA= @@ -203,7 +184,6 @@ github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb github.com/emicklei/go-restful v2.9.5+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= github.com/emicklei/go-restful v2.9.6+incompatible h1:tfrHha8zJ01ywiOEC1miGY8st1/igzWB8OmvPgoYX7w= github.com/emicklei/go-restful v2.9.6+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= -github.com/emirpasic/gods v1.12.0/go.mod h1:YfzfFFoVP/catgzJb4IKIqXjX78Ha8FMSDh3ymbK86o= github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98= @@ -211,56 +191,39 @@ github.com/envoyproxy/go-control-plane v0.9.7/go.mod h1:cwu0lG7PUMfa9snN8LXBig5y github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk= github.com/envoyproxy/go-control-plane v0.9.9-0.20210217033140-668b12f5399d/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk= github.com/envoyproxy/go-control-plane v0.9.9-0.20210512163311-63b5d3c536b0/go.mod h1:hliV/p42l8fGbc6Y9bQ70uLwIvmJyVE5k4iMKlh8wCQ= -github.com/envoyproxy/go-control-plane v0.9.10-0.20210907150352-cf90f659a021/go.mod h1:AFq3mo9L8Lqqiid3OhADV3RfLJnjiw63cSpi+fDTRC0= github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= github.com/evanphx/json-patch v0.5.2/go.mod h1:ZWS5hhDbVDyob71nXKNL0+PWn6ToqBHMikGIFbs31qQ= github.com/evanphx/json-patch v4.0.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/evanphx/json-patch v4.2.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/evanphx/json-patch v4.5.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= -github.com/evanphx/json-patch v4.9.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/evanphx/json-patch v4.12.0+incompatible h1:4onqiflcdA9EOZ4RxV643DvftH5pOlLGNtQ5lPWQu84= github.com/evanphx/json-patch v4.12.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= github.com/fatih/color v1.12.0 h1:mRhaKNwANqRgUBGKmnI5ZxEk7QXmjQeCcuYFMX2bfcc= github.com/fatih/color v1.12.0/go.mod h1:ELkj/draVOlAH/xkhN6mQ50Qd0MPOk5AAr3maGEBuJM= github.com/felixge/httpsnoop v1.0.1/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U= -github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568/go.mod h1:xEzjJPgXI435gkrCt3MPfRiAkVrwSbHsst4LCFVfpJc= -github.com/fogleman/gg v1.2.1-0.20190220221249-0403632d5b90/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k= github.com/form3tech-oss/jwt-go v3.2.2+incompatible/go.mod h1:pbq4aXjuKjdthFRnoDwaVPLA+WlJuPGy+QneDUgJi2k= github.com/form3tech-oss/jwt-go v3.2.3+incompatible/go.mod h1:pbq4aXjuKjdthFRnoDwaVPLA+WlJuPGy+QneDUgJi2k= -github.com/frankban/quicktest v1.13.1/go.mod h1:NeW+ay9A/U67EYXNFA1nPE8e/tnQv/09mUdL/ijj8og= github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ= -github.com/fsnotify/fsnotify v1.5.1/go.mod h1:T3375wBYaZdLLcVNkcVbzGHY7f1l/uK5T5Ai1i3InKU= github.com/fsnotify/fsnotify v1.5.4 h1:jRbGcIw6P2Meqdwuo0H1p6JVLbL5DHKAKlYndzMwVZI= github.com/fsnotify/fsnotify v1.5.4/go.mod h1:OVB6XrOHzAwXMpEM7uPOzcehqUV2UqJxmVXmkdnm1bU= -github.com/gardener/component-spec/bindings-go v0.0.32/go.mod h1:53EIwICsuMgbY/MFCv5/lbOR5e1MQe1HY674Io+nGYE= -github.com/gardener/component-spec/bindings-go v0.0.33/go.mod h1:53EIwICsuMgbY/MFCv5/lbOR5e1MQe1HY674Io+nGYE= github.com/gardener/controller-manager-library v0.2.1-0.20200810091329-d980dbe10959/go.mod h1:XMp1tPcX3SP/dMd+3id418f5Cqu44vydeTkBRbW8EvQ= -github.com/gardener/dependency-watchdog v0.7.0/go.mod h1:OxGZPFb0z8/dTVsk0dCIgcF+q9JhXvfVIdzpYOkcnl8= -github.com/gardener/etcd-druid v0.7.0 h1:l1cH4VzaVbG1PSt+VTyQuzHFwworMQHK+5SXUS+7Mp8= -github.com/gardener/etcd-druid v0.7.0/go.mod h1:mxKujGcT1iduAa9bos1LWMEJUIOlOL/TegicbsiH2Vk= +github.com/gardener/etcd-druid v0.8.0 h1:mfQ89ywtbeGiH5ePmo+MrXNm7ADBuZGA1civ9PqSGaQ= +github.com/gardener/etcd-druid v0.8.0/go.mod h1:EJF6z4Ghv2FGUe1UzZWOEF1MxCA186fxvjBO44oSJX4= github.com/gardener/external-dns-management v0.7.18 h1:15uIyFfZSbR8fivnXvqb1Dvv4QqzfNYxEFUQ9K+mpsE= github.com/gardener/external-dns-management v0.7.18/go.mod h1:oHhauLQ3/sop0c1urS6n304Wqv/WM4me0geLn9nTAcY= -github.com/gardener/gardener v1.42.6 h1:TiGC+w8ju4Ti3oPowVp6woPied+7KoDQFv/y7qqFNAw= -github.com/gardener/gardener v1.42.6/go.mod h1:0vkzraSKUPIU/zhbrQfy/tmTNRRewU6Sv+lJJtSvDGE= +github.com/gardener/gardener v1.47.0 h1:JNzGOrcli0cigPkKLLVDkBhW7Lh7QWehQvEIblc0mU8= +github.com/gardener/gardener v1.47.0/go.mod h1:JgQDOhOe7E8r6L+he46JBM5/NUwCKwfQ3uumBtunRsk= github.com/gardener/hvpa-controller v0.3.1 h1:VsOdcKZMcZDlUNVbFY8oqlKrb1GSCdmzPooKT/Tyi+Y= github.com/gardener/hvpa-controller v0.3.1/go.mod h1:rjsb3BPKJFMluudZ8/bhCCDQfFCF/0Um+rzXQI/MmfI= -github.com/gardener/landscaper/apis v0.7.0/go.mod h1:++MW27PlSnbWM4AJipikw62RSprxO5TKVxZ8nh0e4Yw= -github.com/gardener/machine-controller-manager v0.41.0/go.mod h1:43OABkCemMS6b35z3OprbfaT3p2HxKAZkJekjCO2T48= github.com/getkin/kin-openapi v0.76.0/go.mod h1:660oXbgy5JFMKreazJaQTw7o+X00qeSyhcnluiMv+Xg= github.com/getsentry/raven-go v0.2.0/go.mod h1:KungGk8q33+aIAZUIVWZDr2OfAEBsO49PX4NzFV5kcQ= github.com/ghodss/yaml v0.0.0-20150909031657-73d445a93680/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= github.com/ghodss/yaml v1.0.0 h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk= github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= -github.com/gliderlabs/ssh v0.2.2/go.mod h1:U7qILu1NlMHj9FlMhZLlkCdDnU1DBEAqr0aevW3Awn0= github.com/globalsign/mgo v0.0.0-20180905125535-1ca0a4f7cbcb/go.mod h1:xkRDCp4j0OGD1HRkm4kmhM+pmpv3AKq5SU7GMg4oO/Q= github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8/go.mod h1:xkRDCp4j0OGD1HRkm4kmhM+pmpv3AKq5SU7GMg4oO/Q= -github.com/go-git/gcfg v1.5.0/go.mod h1:5m20vg6GwYabIxaOonVkTdrILxQMpEShl1xiMF4ua+E= -github.com/go-git/go-billy/v5 v5.2.0/go.mod h1:pmpqyWchKfYfrkb/UVH4otLvyi/5gJlGI4Hb3ZqZ3W0= -github.com/go-git/go-billy/v5 v5.3.1/go.mod h1:pmpqyWchKfYfrkb/UVH4otLvyi/5gJlGI4Hb3ZqZ3W0= -github.com/go-git/go-git-fixtures/v4 v4.2.1/go.mod h1:K8zd3kDUAykwTdDCr+I0per6Y6vMiRR/nnVTBtavnB0= -github.com/go-git/go-git/v5 v5.4.2/go.mod h1:gQ1kArt6d+n+BGd+/B/I74HwRTLhth2+zti4ihgckDc= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= @@ -272,11 +235,9 @@ github.com/go-logfmt/logfmt v0.4.0/go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V github.com/go-logfmt/logfmt v0.5.0/go.mod h1:wCYkCAKZfumFQihp8CzCvQ3paCTfi41vtzG1KdI/P7A= github.com/go-logr/logr v0.1.0/go.mod h1:ixOQHD9gLJUVQQ2ZOR7zLEifBX6tGkNJF4QyIY7sIas= github.com/go-logr/logr v0.2.0/go.mod h1:z6/tIYblkpsD+a4lm/fGIIU9mZ+XfAiaFtq7xTgseGU= -github.com/go-logr/logr v0.3.0/go.mod h1:z6/tIYblkpsD+a4lm/fGIIU9mZ+XfAiaFtq7xTgseGU= github.com/go-logr/logr v1.2.0 h1:QK40JKJyMdUDz+h+xvCsru/bJhvG0UxvePV0ufL/AcE= github.com/go-logr/logr v1.2.0/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= github.com/go-logr/zapr v0.1.0/go.mod h1:tabnROwaDl0UNxkVeFRbY8bwB37GwRv0P8lg6aAiEnk= -github.com/go-logr/zapr v0.2.0/go.mod h1:qhKdvif7YF5GI9NWEpyxTSSBdGmzkNguibrdCNVPunU= github.com/go-logr/zapr v1.2.0 h1:n4JnPI1T3Qq1SFEi/F8rwLrZERp2bso19PJZDB9dayk= github.com/go-logr/zapr v1.2.0/go.mod h1:Qa4Bsj2Vb+FAVeAKsLD8RLQ+YRJB8YDmOAKxaBQf7Ro= github.com/go-openapi/analysis v0.0.0-20180825180245-b006789cd277/go.mod h1:k70tL6pCuVxPJOHXQ+wIac1FUrvNkHolPie/cLEU6hI= @@ -345,7 +306,6 @@ github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXP github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q= github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q= github.com/goji/httpauth v0.0.0-20160601135302-2da839ab0f4d/go.mod h1:nnjvkQ9ptGaCkuDUx6wNykzzlUixGxvkme+H/lnzb+A= -github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0/go.mod h1:E/TSTwGwJL78qG/PmXZO1EjYhfJinVAhrmmHX6Z8B9k= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/glog v1.0.0/go.mod h1:EWib/APOK0SL3dFbYqvxE3UYd8E6s1ouQ7iEp/0LWV4= github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= @@ -385,7 +345,6 @@ github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaS github.com/golang/protobuf v1.5.1/go.mod h1:DopwsBzvsk0Fs44TXzsVbJyPhcCPeIwnvohx4u74HPM= github.com/golang/protobuf v1.5.2 h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw= github.com/golang/protobuf v1.5.2/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= -github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= github.com/google/btree v1.0.1/go.mod h1:xXMiIv4Fb/0kKde4SpL7qlzvu5cMJDRkFDxJfI9uaxA= @@ -402,8 +361,8 @@ github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/ github.com/google/go-cmp v0.5.3/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.6 h1:BKbKCqvP6I+rmFHt06ZmyQtvB8xAkWdhFyr0ZUNZcxQ= -github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= +github.com/google/go-cmp v0.5.7 h1:81/ik6ipDQS2aGcBfIN5dHDB36BwrStyeAQquSYCV4o= +github.com/google/go-cmp v0.5.7/go.mod h1:n+brtR0CgQNWTVd5ZUFpTBC8YFBDLK/h/bpaJ8/DtOE= github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI= github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= @@ -435,17 +394,12 @@ github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5m github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= github.com/googleapis/gnostic v0.1.0/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= github.com/googleapis/gnostic v0.2.0/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= -github.com/googleapis/gnostic v0.3.1/go.mod h1:on+2t9HRStVgn95RSsFWFz+6Q0Snyqv1awfrALZdbtU= -github.com/googleapis/gnostic v0.4.1/go.mod h1:LRhVm6pbyptWbWbuZ38d1eyptfvIytN3ir6b65WBswg= github.com/googleapis/gnostic v0.5.1/go.mod h1:6U4PtQXGIEt/Z3h5MAT7FNofLnw9vXk2cUuW7uA/OeU= github.com/googleapis/gnostic v0.5.5 h1:9fHAtK0uDfpveeqqo1hkEZJcFvYXAiCN3UutL8F9xHw= github.com/googleapis/gnostic v0.5.5/go.mod h1:7+EbHbldMins07ALC74bsA81Ovc97DwqyJO1AENw9kA= github.com/gophercloud/gophercloud v0.0.0-20190212181753-892256c46858/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8= github.com/gophercloud/gophercloud v0.2.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8= -github.com/gophercloud/gophercloud v0.6.1-0.20191122030953-d8ac278c1c9d/go.mod h1:ozGNgr9KYOVATV5jsgHl/ceCDXGuguqOZAzoQ/2vcNM= -github.com/gophercloud/gophercloud v0.7.0/go.mod h1:gmC5oQqMDOMO1t1gq5DquX/yAU808e/4mzjjDA76+Ss= github.com/gophercloud/utils v0.0.0-20190527093828-25f1b77b8c03/go.mod h1:SZ9FTKibIotDtCrxAU/evccoyu1yhKST6hgBvwTB5Eg= -github.com/gophercloud/utils v0.0.0-20200204043447-9864b6f1f12f/go.mod h1:ehWUbLQJPqS0Ep+CxeD559hsm9pthPXadJNKwZkp43w= github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So= github.com/gorilla/websocket v0.0.0-20170926233335-4201258b820c/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= @@ -478,33 +432,29 @@ github.com/hashicorp/go.net v0.0.1/go.mod h1:hjKkEWcCURg++eb33jQU7oqQcI9XDCnUzHA github.com/hashicorp/golang-lru v0.0.0-20180201235237-0fb14efe8c47/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.4/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= github.com/hashicorp/logutils v1.0.0/go.mod h1:QIAnNjmIWmVIIkWDTG1z5v++HQmx9WQRO+LraFDTW64= github.com/hashicorp/mdns v1.0.0/go.mod h1:tL+uN++7HEJ6SQLQ2/p+z2pH24WQKWjBPkE0mNTz8vQ= github.com/hashicorp/memberlist v0.1.3/go.mod h1:ajVTdAv/9Im8oMAAj5G31PhhMCZJV2pPBoIllUwCN7I= github.com/hashicorp/serf v0.8.2/go.mod h1:6hOLApaqBFA1NXqRQAsxw9QxuDEvNxSQRwA/JwenrHc= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= -github.com/huandu/xstrings v1.2.0 h1:yPeWdRnmynF7p+lLYz0H2tthW9lqhMJrQV/U7yy4wX0= github.com/huandu/xstrings v1.2.0/go.mod h1:DvyZB1rfVYsBIigL8HwpZgxHwXozlTgGqn63UyNX5k4= +github.com/huandu/xstrings v1.3.2 h1:L18LIDzqlW6xN2rEkpdV8+oL/IXWJ1APd+vsdYy4Wdw= +github.com/huandu/xstrings v1.3.2/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE= github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= github.com/imdario/mergo v0.3.5/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA= github.com/imdario/mergo v0.3.6/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA= github.com/imdario/mergo v0.3.7/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA= -github.com/imdario/mergo v0.3.10/go.mod h1:jmQim1M+e3UYxmgPu/WyfjB3N3VflVyUjjjwH0dnCYA= github.com/imdario/mergo v0.3.12 h1:b6R2BslTbIEToALKP7LxUvijTsNI9TAe80pLWN2g/HU= github.com/imdario/mergo v0.3.12/go.mod h1:jmQim1M+e3UYxmgPu/WyfjB3N3VflVyUjjjwH0dnCYA= github.com/inconshreveable/mousetrap v1.0.0 h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM= github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8= github.com/infobloxopen/infoblox-go-client v1.1.0/go.mod h1:BXiw7S2b9qJoM8MS40vfgCNB2NLHGusk1DtO16BD9zI= -github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99/go.mod h1:1lJo3i6rXxKeerYnT8Nvf0QmHCRC1n8sfWVwXF2Frvo= github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI= -github.com/jessevdk/go-flags v1.5.0/go.mod h1:Fw0T6WPc1dYxT4mKEZRfG5kJhaTDP9pj1c2EWnYs/m4= github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af/go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k= github.com/jonboulle/clockwork v0.1.0/go.mod h1:Ii8DK3G1RaLaWxj9trq07+26W01tbo22gdxWY5EU2bo= github.com/jonboulle/clockwork v0.2.2/go.mod h1:Pkfl5aHPm1nk2H9h0bjmnJD/BcgbGXUBGnn1kMkgxc8= -github.com/joncalhoun/pipe v0.0.0-20170510025636-72505674a733/go.mod h1:2MNFZhLx2HMHTN4xKH6FhpoQWqmD8Ato8QOE2hp5hY4= github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY= github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y= github.com/jpillora/backoff v1.0.0/go.mod h1:J/6gKK9jxlEcS3zixgDgUAsiuZ7yrSoa/FX5e0EB2j4= @@ -522,8 +472,6 @@ github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/X github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU= github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w= github.com/julienschmidt/httprouter v1.3.0/go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8IZAc4RVcycCCAKdM= -github.com/jung-kurt/gofpdf v1.0.3-0.20190309125859-24315acbbda5/go.mod h1:7Id9E/uU8ce6rXgefFLlgrJj/GYY22cpxn+r32jIOes= -github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351/go.mod h1:CT57kijsi8u/K/BOFA39wgDQJ9CxiF4nAY/ojJ6r6mM= github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q= github.com/kisielk/errcheck v1.2.0/go.mod h1:/BMXB+zMLi60iA8Vv6Ksmxu/1UDYcXs4uQLJ+jE2L00= github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8= @@ -534,9 +482,6 @@ github.com/kr/fs v0.1.0/go.mod h1:FFnZGqtBN9Gxj7eW1uZ42v5BccTP0vu6NEaFoC2HwRg= github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc= github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= github.com/kr/pretty v0.2.0/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= -github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= -github.com/kr/pretty v0.3.0 h1:WgNl7dwNpEZ6jJ9k1snq4pZsg7DOEN8hP9Xw0Tsjwk0= -github.com/kr/pretty v0.3.0/go.mod h1:640gp4NfQd8pI5XOwp5fnNeVWj67G7CFk/SaSQn7NBk= github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= github.com/kr/pty v1.1.5/go.mod h1:9r2w37qlBe7rQ6e1fg1S/9xpWHSnaqNdHD3WcMdbPDA= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= @@ -557,9 +502,6 @@ github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN github.com/mailru/easyjson v0.7.0/go.mod h1:KAzv3t3aY1NaHWoQz1+4F1ccyAH66Jk7yos7ldAVICs= github.com/mailru/easyjson v0.7.6 h1:8yTIVnZgCoiM1TgqoeTl+LfU5Jg6/xL3QhGQnimLYnA= github.com/mailru/easyjson v0.7.6/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc= -github.com/mandelsoft/filepath v0.0.0-20200909114706-3df73d378d55/go.mod h1:n4xEiUD2HNHnn2w5ZKF0qgjDecHVCWAl5DxZ7+pcFU8= -github.com/mandelsoft/vfs v0.0.0-20201002134249-3c471f64a4d1/go.mod h1:74aV7kulg9C434HiI3zNALN79QHc9IZMN+SI4UdLn14= -github.com/matryer/is v1.2.0/go.mod h1:2fLPjFQM9rhQ15aVEtbuwhJinnOqrmgXPNdZsdwlWXA= github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-colorable v0.1.8 h1:c1ghPdyEDarC70ftn0y+A/Ee++9zz8ljHG1b13eJ0s8= @@ -575,7 +517,6 @@ github.com/mattn/go-runewidth v0.0.7/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0= github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 h1:I0XW9+e1XWDxdcEniV4rQAIOPUGDq67JSCiRCgGCZLI= github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4= -github.com/mholt/archiver v3.1.1+incompatible/go.mod h1:Dh2dOXnSdiLxRiPoVfIr/fI1TwETms9B8CTWfeh7ROU= github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg= github.com/miekg/dns v1.1.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg= github.com/mitchellh/cli v1.0.0/go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc= @@ -593,7 +534,6 @@ github.com/mitchellh/reflectwalk v1.0.2 h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zx github.com/mitchellh/reflectwalk v1.0.2/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw= github.com/moby/spdystream v0.2.0 h1:cjW1zVyyoiM0T7b6UoySUFqzXMoqRckQtXwGPiBhOM8= github.com/moby/spdystream v0.2.0/go.mod h1:f7i0iNDQJ059oMTcWxx8MA/zKFIuD/lY+0GqbN2Wy8c= -github.com/moby/term v0.0.0-20200312100748-672ec06f55cd/go.mod h1:DdlQx2hp0Ss5/fLikoLlEeIYiATotOjgB//nb973jeo= github.com/moby/term v0.0.0-20210610120745-9d4ed1856297/go.mod h1:vgPCkQMyxTZ7IDy8SXRufE172gr8+K/JE/7hHFxHW3A= github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg= @@ -608,8 +548,8 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8m github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw= +github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs= github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno= -github.com/nwaples/rardecode v1.1.2/go.mod h1:5DzqNKiOdpKKBH87u8VlvAnPZMXcGRhxWkRpHbbfGS0= github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A= github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE= github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU= @@ -622,34 +562,23 @@ github.com/onsi/ginkgo v1.8.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+W github.com/onsi/ginkgo v1.10.2/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.11.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.12.1/go.mod h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108oapk= -github.com/onsi/ginkgo v1.12.2/go.mod h1:iSB4RoI2tjJc9BBv4NKIKWKya62Rps+oPG/Lv9klQyY= github.com/onsi/ginkgo v1.14.0/go.mod h1:iSB4RoI2tjJc9BBv4NKIKWKya62Rps+oPG/Lv9klQyY= -github.com/onsi/ginkgo v1.14.1/go.mod h1:iSB4RoI2tjJc9BBv4NKIKWKya62Rps+oPG/Lv9klQyY= -github.com/onsi/ginkgo v1.14.2/go.mod h1:iSB4RoI2tjJc9BBv4NKIKWKya62Rps+oPG/Lv9klQyY= -github.com/onsi/ginkgo v1.16.2/go.mod h1:CObGmKUOKaSC0RjmoAK7tKyn4Azo5P2IWuoMnvwxz1E= github.com/onsi/ginkgo v1.16.4/go.mod h1:dX+/inL/fNMqNlz0e9LfyB9TswhZpCVdJM/Z6Vvnwo0= github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE= github.com/onsi/ginkgo v1.16.5/go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU= github.com/onsi/ginkgo/v2 v2.0.0/go.mod h1:vw5CSIxN1JObi/U8gcbwft7ZxR2dgaR70JSE3/PpL4c= -github.com/onsi/ginkgo/v2 v2.1.0 h1:Rj+Was8Gt/ICSZY/CihVKK2cGy3rDqBYKSxVnmOXZzI= -github.com/onsi/ginkgo/v2 v2.1.0/go.mod h1:vw5CSIxN1JObi/U8gcbwft7ZxR2dgaR70JSE3/PpL4c= +github.com/onsi/ginkgo/v2 v2.1.3 h1:e/3Cwtogj0HA+25nMP1jCMDIf8RtRYbGwGGuBIFztkc= +github.com/onsi/ginkgo/v2 v2.1.3/go.mod h1:vw5CSIxN1JObi/U8gcbwft7ZxR2dgaR70JSE3/PpL4c= github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA= github.com/onsi/gomega v1.4.2/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY= github.com/onsi/gomega v1.5.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY= github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY= github.com/onsi/gomega v1.8.1/go.mod h1:Ho0h+IUsWyvy1OpqCwxlQ/21gkhVunqlU8fDGcoTdcA= github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo= -github.com/onsi/gomega v1.10.2/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo= -github.com/onsi/gomega v1.10.4/go.mod h1:g/HbgYopi++010VEqkFgJHKC09uJiW9UkXvMUuKHUCQ= -github.com/onsi/gomega v1.10.5/go.mod h1:gza4q3jKQJijlu05nKWRCW/GavJumGt8aNRxWg7mt48= -github.com/onsi/gomega v1.11.0/go.mod h1:azGKhqFUon9Vuj0YmTfLSmx0FUwqXYSTl5re8lQLTUg= github.com/onsi/gomega v1.17.0/go.mod h1:HnhC7FXeEQY45zxNK3PPoIUhzk/80Xly9PcubAlGdZY= github.com/onsi/gomega v1.18.0 h1:ngbYoRctxjl8SiF7XgP0NxBFbfHcg3wfHMMaFHWwMTM= github.com/onsi/gomega v1.18.0/go.mod h1:0q+aL8jAiMXy9hbwj2mr5GziHiwhAIQpFmmtT5hitRs= -github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM= -github.com/opencontainers/image-spec v1.0.1/go.mod h1:BtxoFyWECRxE4U/7sNtV5W15zMzWCbyJoFRP3s7yZA0= github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o= -github.com/packethost/packngo v0.0.0-20181217122008-b3b45f1b4979/go.mod h1:otzZQXgoO96RTzDB/Hycg0qZcXZsWJGJRSXbmEIJ+4M= github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc= github.com/pborman/uuid v0.0.0-20170612153648-e790cca94e6c/go.mod h1:VyrYX9gd7irzKovcSS6BIIEwPRkP2Wm2m9ufcdFSJ34= github.com/pborman/uuid v1.2.0/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k= @@ -657,7 +586,6 @@ github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/9 github.com/pelletier/go-toml v1.6.0/go.mod h1:5N711Q9dKgbdkxHL+MEfF31hpT7l0S0s/t2kKREewys= github.com/pelletier/go-toml v1.9.3/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c= github.com/peterbourgon/diskv v2.0.1+incompatible/go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU= -github.com/pierrec/lz4 v2.6.1+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY= github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.9.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= @@ -673,21 +601,18 @@ github.com/prometheus/client_golang v0.9.0/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXP github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= github.com/prometheus/client_golang v0.9.3/go.mod h1:/TN21ttK/J9q6uSwhBd54HahCDft0ttaMvbicHlPoso= github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo= -github.com/prometheus/client_golang v1.3.0/go.mod h1:hJaj2vgQTGQmVCsAACORcieXFeDPbaTKGT+JTgUa3og= github.com/prometheus/client_golang v1.7.1/go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M= github.com/prometheus/client_golang v1.11.0 h1:HNkLOAEQMIDv/K+04rukrLx6ch7msSRwf3/SASFAGtQ= github.com/prometheus/client_golang v1.11.0/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0= github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo= github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= -github.com/prometheus/client_model v0.1.0/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= github.com/prometheus/client_model v0.2.0 h1:uq5h0d+GuxiXLJLNABMgp2qUWDPiLvgCzz2dUR+/W/M= github.com/prometheus/client_model v0.2.0/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= github.com/prometheus/common v0.0.0-20180801064454-c7de2306084e/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= github.com/prometheus/common v0.0.0-20181113130724-41aa239b4cce/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= github.com/prometheus/common v0.4.0/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= -github.com/prometheus/common v0.7.0/go.mod h1:DjGbpBbp5NYNiECxcL/VnbXCCaQpKd3tt26CguLLsqA= github.com/prometheus/common v0.10.0/go.mod h1:Tlit/dnDKsSWFlCLTWaA1cyBgKHSMdTB80sz/V91rCo= github.com/prometheus/common v0.26.0/go.mod h1:M7rCNAaPfAosfx8veZJCuw84e35h3Cfd9VFqTh1DIvc= github.com/prometheus/common v0.28.0 h1:vGVfV9KrDTvWt5boZO0I19g2E3CsWfpPPKZM9dt3mEw= @@ -696,19 +621,14 @@ github.com/prometheus/procfs v0.0.0-20180725123919-05ee40e3a273/go.mod h1:c3At6R github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= -github.com/prometheus/procfs v0.0.8/go.mod h1:7Qr8sr6344vo1JqZ6HhLceV9o3AJ1Ff+GxbHq6oeK9A= github.com/prometheus/procfs v0.1.3/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU= -github.com/prometheus/procfs v0.2.0/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU= github.com/prometheus/procfs v0.6.0 h1:mxy4L2jP6qMonqmq+aTtOx1ifVWUgG/TAmntgbh3xv4= github.com/prometheus/procfs v0.6.0/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA= github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= github.com/remyoudompheng/bigfft v0.0.0-20170806203942-52369c62f446/go.mod h1:uYEyJGbgTkfkS4+E/PavXkNJcbFIpEtjt2B0KDQ5+9M= -github.com/robfig/cron v1.2.0/go.mod h1:JGuDeoQd7Z6yL4zQhZ3OPEVHB7fL6Ka6skscFHfmt2k= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= -github.com/rogpeppe/go-internal v1.6.1 h1:/FiVV8dS/e+YqF2JvO3yXRFbBLTIuSDkuC7aBOAvL+k= -github.com/rogpeppe/go-internal v1.6.1/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= github.com/russross/blackfriday/v2 v2.0.1 h1:lPqVAte+HuHNfhJ/0LC98ESWRz8afy9tM/0RK8m9o+Q= github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= @@ -716,11 +636,9 @@ github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f/go.mod h1:sm1tb github.com/satori/go.uuid v1.2.0/go.mod h1:dA0hQrYB0VpLJoorglMZABFdXlWrHn1NEOzdhQKdks0= github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc= github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo= -github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM= github.com/shurcooL/sanitized_anchor_name v1.0.0 h1:PdmoCO6wvbs+7yrJyMORt4/BmY5IYyJwS/kOiWx8mHo= github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= -github.com/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMBDgk/93Q= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88= github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= @@ -741,8 +659,6 @@ github.com/spf13/cast v1.3.1/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkU github.com/spf13/cobra v0.0.3/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3XqQ= github.com/spf13/cobra v0.0.5/go.mod h1:3K3wKZymM7VvHMDS9+Akkh4K60UwM26emMESw8tLCHU= github.com/spf13/cobra v0.0.6/go.mod h1:/6GTrnGXV9HjY+aR4k0oJ5tcvakLuG6EuKReYlHNrgE= -github.com/spf13/cobra v1.0.0/go.mod h1:/6GTrnGXV9HjY+aR4k0oJ5tcvakLuG6EuKReYlHNrgE= -github.com/spf13/cobra v1.1.1/go.mod h1:WnodtKOvamDL/PwE2M4iKs8aMDBZ5Q5klgD3qfVJQMI= github.com/spf13/cobra v1.1.3/go.mod h1:pGADOWyqRD/YMrPZigI/zbliZ2wVD/23d+is3pSWzOo= github.com/spf13/cobra v1.2.1 h1:+KmjbUw1hriSNMF55oPrkZcb27aECyrj8V2ytv7kWDw= github.com/spf13/cobra v1.2.1/go.mod h1:ExllRjgxM/piMAM+3tAZvg8fsklGAf3tPfi+i8t68Nk= @@ -771,22 +687,16 @@ github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/ github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY= github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw= -github.com/texttheater/golang-levenshtein v0.0.0-20191208221605-eb6844b05fc6/go.mod h1:XDKHRm5ThF8YJjx001LtgelzsoaEcvnA7lVWz9EeX3g= github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk= github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= -github.com/ulikunitz/xz v0.5.10/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14= github.com/urfave/cli v1.20.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA= github.com/urfave/cli v1.22.3/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0= github.com/urfave/cli/v2 v2.1.1/go.mod h1:SE9GqnLQmjVa0iPEY0f1w3ygNIYcIJ0OKPMoW2caLfQ= github.com/vektah/gqlparser v1.1.2/go.mod h1:1ycwN7Ij5njmMkPPAOaRFY4rET2Enx7IkVv3vaXspKw= -github.com/xanzy/ssh-agent v0.3.0/go.mod h1:3s9xbODqPuuhK9JV1R321M/FlMZSBvE5aY6eAcqrDh0= -github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU= -github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415/go.mod h1:GwrjFmJcFw6At/Gs6z4yjiIwzuJ1/+UwLxMQDVQXShQ= -github.com/xeipuuv/gojsonschema v1.2.0/go.mod h1:anYRn/JVcOK2ZgGU+IjEV4nwlhoK5sQluxsYJ78Id3Y= github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU= github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77/go.mod h1:aYKd//L2LvnjZzWKhF00oedf4jCCReLcmhLdhm1A27Q= github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= @@ -795,13 +705,10 @@ github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9de github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= github.com/yuin/goldmark v1.4.0/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= -github.com/yuin/goldmark v1.4.1/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= go.etcd.io/bbolt v1.3.3/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= -go.etcd.io/bbolt v1.3.5/go.mod h1:G5EMThwa9y8QZGBClrRx5EY+Yw9kAhnjy3bSjsnlVTQ= go.etcd.io/bbolt v1.3.6/go.mod h1:qXsaaIqmgQH0T+OPdb99Bf+PKfBBQVAdyD6TY9G8XM4= go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738/go.mod h1:dnLIgRNXwCJa5e+c6mIZCrds/GIG4ncV9HhK5PX7jPg= -go.etcd.io/etcd v0.5.0-alpha.5.0.20200910180754-dd1b699fc489/go.mod h1:yVHk9ub3CSBatqGNg7GRmsnfLWtoW60w4eDYfh7vHDg= go.etcd.io/etcd/api/v3 v3.5.0/go.mod h1:cbVKeC6lCfl7j/8jBhAK6aIYO9XOjdptoxU/nLQcPvs= go.etcd.io/etcd/client/pkg/v3 v3.5.0/go.mod h1:IJHfcCEKxYu1Os13ZdwCwIUTUVGYTSAM3YSwc9/Ac1g= go.etcd.io/etcd/client/v2 v2.305.0/go.mod h1:h9puh54ZTgAKtEbut2oe9P4L/oqKCVB6xsXlzd7alYQ= @@ -833,23 +740,16 @@ go.opentelemetry.io/otel/trace v0.20.0/go.mod h1:6GjCW8zgDjwGHGa6GkyeB8+/5vjT16g go.opentelemetry.io/proto/otlp v0.7.0/go.mod h1:PqfVotwruBrMGOCsRd/89rSnXhoiJIqeYNgFYFoEGnI= go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= -go.uber.org/atomic v1.6.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ= go.uber.org/atomic v1.7.0 h1:ADUqmZGgLDDfbSL9ZmPxKTybcoEYHgpYfELNoN+7hsw= go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc= -go.uber.org/automaxprocs v1.4.0/go.mod h1:/mTEdr7LvHhs0v7mjdxDreTz1OG5zdZGqgOnhWiR/+Q= go.uber.org/goleak v1.1.10/go.mod h1:8a7PlsEVH3e/a/GLqe5IIrQx6GzcnRmZEufDUTk4A7A= go.uber.org/goleak v1.1.11-0.20210813005559-691160354723/go.mod h1:cwTWslyiVhfpKIDGSZEM2HlOvcqm+tG4zioyIeLoqMQ= go.uber.org/goleak v1.1.12 h1:gZAh5/EyT/HQwlpkCy6wTpqfH9H8Lz8zbm3dZh+OyzA= -go.uber.org/goleak v1.1.12/go.mod h1:cwTWslyiVhfpKIDGSZEM2HlOvcqm+tG4zioyIeLoqMQ= go.uber.org/multierr v1.1.0/go.mod h1:wR5kodmAFQ0UK8QlbwjlSNy0Z68gJhDJUG5sjR94q/0= -go.uber.org/multierr v1.5.0/go.mod h1:FeouvMocqHpRaaGuG9EjoKcStLC43Zu/fmqdUMPcKYU= go.uber.org/multierr v1.6.0 h1:y6IPFStTAIT5Ytl7/XYmHvzXQ7S3g/IeZW9hyZ5thw4= go.uber.org/multierr v1.6.0/go.mod h1:cdWPpRnG4AhwMwsgIHip0KRBQjJy5kYEpYjJxpXp9iU= -go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee/go.mod h1:vJERXedbb3MVM5f9Ejo0C68/HhF8uaILCdgjnY+goOA= -go.uber.org/zap v1.8.0/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q= go.uber.org/zap v1.9.1/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q= go.uber.org/zap v1.10.0/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q= -go.uber.org/zap v1.15.0/go.mod h1:Mb2vm2krFEG5DV0W9qcHBYFtp/Wku1cvYaqPsS/WYfc= go.uber.org/zap v1.17.0/go.mod h1:MXVU+bhUf/A7Xi2HNOnopQOrmycQ5Ih87HtOu4q5SSo= go.uber.org/zap v1.19.0/go.mod h1:xg/QME4nWcxGxrpdeYfq7UvYrLh66cuVKdrbD1XF/NI= go.uber.org/zap v1.19.1 h1:ue41HOKd1vGURxrmeKIgELGb3jPW9DMUDGtsinblHwI= @@ -859,7 +759,6 @@ golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnf golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= -golang.org/x/crypto v0.0.0-20190219172222-a4c6cb3142f2/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20190320223903-b7391e95e576/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= @@ -868,18 +767,13 @@ golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8/go.mod h1:yigFU9vqHzYiE8U golang.org/x/crypto v0.0.0-20190617133340-57b3e21c3d56/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20191202143827-86a70503ff7e/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= -golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= -golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= golang.org/x/crypto v0.0.0-20210817164053-32db794688a5/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= -golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 h1:7I4JAnoQBe7ZtJcBaYHi5UtiO8tQHbUSXxL+pnGRANg= -golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= -golang.org/x/exp v0.0.0-20180321215751-8460e604b9de/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= -golang.org/x/exp v0.0.0-20180807140117-3d87b88a115f/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= +golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f h1:OeJjE6G4dgCY4PIXvIRQbE8+RX+uXZyGhUy/ksMGJoc= +golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190125153040-c74c464bbbf2/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= @@ -892,7 +786,6 @@ golang.org/x/exp v0.0.0-20191227195350-da58074b4299/go.mod h1:2RIsYlXP63K8oxa1u0 golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= golang.org/x/exp v0.0.0-20200207192155-f17229e696bd/go.mod h1:J/WKrq2StrnmMY6+EHIKF9dgMWnmCNThgcyBT1FY9mM= golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6/go.mod h1:3jZMyOhIsHpP37uCMkUooju7aAi5cS1Q23tOzKc+0MU= -golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81/go.mod h1:ux5Hcp/YLpHSI86hEcLt0YII63i6oz57MZXIpbrjZUs= golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js= golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= @@ -919,7 +812,6 @@ golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.4.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.4.1/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.5.1/go.mod h1:5OXOZSfqPIIbmVBIIKWRFfZjPR0E5r58TLhUjH0a2Ro= golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 h1:kQgndtyPBW/JIYERgdxfwMYh3AVStj88WQTlNDi2a+o= golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3/go.mod h1:3p9vT2HGsQu2K1YbXdKPJLVgG5VJdoTa1poYQBtP1AY= golang.org/x/net v0.0.0-20170114055629-f2499483f923/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= @@ -947,7 +839,6 @@ golang.org/x/net v0.0.0-20190724013045-ca1201d0de80/go.mod h1:z5CRVTTTmAJ677TzLL golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191004110552-13f9640d40b9/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20191126235420-ef20fe5d7933/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200202094626-16171245cfb2/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= @@ -971,13 +862,11 @@ golang.org/x/net v0.0.0-20201209123823-ac852fbbde11/go.mod h1:m0MpNAwzfU5UDzcl9v golang.org/x/net v0.0.0-20210119194325-5f4716e94777/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4/go.mod h1:RBQZq4jEuRlivfhVLdyRGr576XBO4/greRjx4P4O3yc= -golang.org/x/net v0.0.0-20210326060303-6b1517762897/go.mod h1:uSPa2vr4CLtc/ILN5odXGNXS6mhrKVzTaCXzk9m6W3k= golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtHCRCNQM= golang.org/x/net v0.0.0-20210428140749-89ef3d95e781/go.mod h1:OJAsFXCWl8Ukc7SiCT/9KSuxbyM7479/AVlXFRxuMCk= golang.org/x/net v0.0.0-20210525063256-abc453219eb5/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20210825183410-e898025ed96a/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20211209124913-491a49abca63 h1:iocB37TsdFuN6IBRZ+ry36wrkoV51/tl5vOWqkcPGvY= golang.org/x/net v0.0.0-20211209124913-491a49abca63/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= @@ -1031,14 +920,11 @@ golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190904154756-749cb33beabd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190916202348-b4ddaad3f8a3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191001151750-bb3f8db39f24/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191128015809-6d18c012aee9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191220142924-d4481acd189f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191220220014-0732a990476f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191228213918-04cbcbbfeed8/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200106162015-b016eb3dc98e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -1059,12 +945,10 @@ golang.org/x/sys v0.0.0-20200523222454-059865788121/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200803210538-64077c9b5642/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200806060901-a37d78b92225/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200831180312-196b9ba8737a/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200905004654-be1d3432aa8f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200923182605-d9f96fdee20d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20201112073958-5cba982894dd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20201201145000-ef89a241ccb3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210104204734-6f8348627aad/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -1075,21 +959,15 @@ golang.org/x/sys v0.0.0-20210220050731-9a76102bfb43/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20210305230114-8fe3ee5dd75b/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210315160823-c6e025ad8005/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210324051608-47abb6519492/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210502180810-71e4cd670f79/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210510120138-977fb7262007/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210514084401-e8d321eab015/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210616094352-59db8d763f22/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210831042530-f4d43177bf5e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20211019181941-9d821ace8654/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20211029165221-6e7872819dc8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220412211240-33da011f77ad/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a h1:dGzPydgVsqGcTRVwiLJ1jVbufYwmzD3LfVPLKsKg+0k= @@ -1112,12 +990,10 @@ golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2/go.mod h1:tRJNPiyCQ0inRvYxb golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac h1:7zkz7BUtwNFFqcowJ+RIgu2MaV/MapERkDIy+mwPyjs= golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20181011042414-1f849cf54d09/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20181030221726-6c7e314b6563/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -1144,8 +1020,6 @@ golang.org/x/tools v0.0.0-20190816200558-6889da9d5479/go.mod h1:b+2E5dAYhXwXZwtn golang.org/x/tools v0.0.0-20190911174233-4f2ddba30aff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190920225731-5eefd052ad72/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191012152004-8de300cfc20a/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191029041327-9cc4af7d6b2c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191029190741-b9c20aec41a5/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191108193012-7d206e10da11/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191112195655-aa38f8e97acc/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191113191852-77e3bb0ad9e7/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= @@ -1153,7 +1027,6 @@ golang.org/x/tools v0.0.0-20191115202509-3a792d9c32b2/go.mod h1:b+2E5dAYhXwXZwtn golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191125144606-a911d9008d1f/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191130070609-6e064ea0cf2d/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191203134012-c197fd4bf371/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191216173652-a0e659d51361/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20191227053925-7b8e75db28f4/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20200117161641-43d50277825c/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= @@ -1171,15 +1044,12 @@ golang.org/x/tools v0.0.0-20200501065659-ab2804fb9c9d/go.mod h1:EkVYQZoAsY45+roY golang.org/x/tools v0.0.0-20200505023115-26f46d2f7ef8/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200512131952-2bc93b1c0c88/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200515010526-7d3b6ebf133d/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200616133436-c1934b75d054/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200616195046-dc31b401abb5/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200618134242-20370b0cb4b2/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200729194436-6467de6f59a7/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= golang.org/x/tools v0.0.0-20200804011535-6c149bb5ef0d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= golang.org/x/tools v0.0.0-20200825202427-b303f430e36d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= golang.org/x/tools v0.0.0-20200904185747-39188db58858/go.mod h1:Cj7w3i3Rnn0Xh82ur9kSqwfTHTeVxaDqrfMjpcNT6bE= -golang.org/x/tools v0.0.0-20201002184944-ecd9fd270d5d/go.mod h1:z6u4i615ZeAfBE4XtMziQW1fSVJXACjjbWkB/mvPzlU= golang.org/x/tools v0.0.0-20201110124207-079ba7bd75cd/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20201201161351-ac6f37ff4c2a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20201208233053-a543418bbed2/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= @@ -1191,7 +1061,6 @@ golang.org/x/tools v0.1.1/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= golang.org/x/tools v0.1.2/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= golang.org/x/tools v0.1.5/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= golang.org/x/tools v0.1.6-0.20210820212750-d4cc65f0b2ff/go.mod h1:YD9qOF0M9xpSpdWTBbzEl5e/RnCefISl8E5Noe10jFM= -golang.org/x/tools v0.1.9/go.mod h1:nABZi5QlRsZVlzPpHl034qft6wpY4eDcsTt5AaioBiU= golang.org/x/tools v0.1.10 h1:QjFRCZxdOhBJ/UNgnBZLbNV13DlbnK0quyivTnXJM20= golang.org/x/tools v0.1.10/go.mod h1:Uh6Zz+xoGYZom868N8YTex3t7RhtHDBrE8Gzo9bV56E= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -1200,16 +1069,11 @@ golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8T golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 h1:go1bK/D/BFZV2I8cIQd1NKEZ+0owSTG1fDTci4IqFcE= golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= gomodules.xyz/jsonpatch/v2 v2.0.0/go.mod h1:IhYNNY4jnS53ZnfE4PAmpKtDpTCj1JFXc+3mwe7XcUU= -gomodules.xyz/jsonpatch/v2 v2.0.1/go.mod h1:IhYNNY4jnS53ZnfE4PAmpKtDpTCj1JFXc+3mwe7XcUU= -gomodules.xyz/jsonpatch/v2 v2.1.0/go.mod h1:IhYNNY4jnS53ZnfE4PAmpKtDpTCj1JFXc+3mwe7XcUU= gomodules.xyz/jsonpatch/v2 v2.2.0 h1:4pT439QV83L+G9FkcCriY6EkpcK6r6bK+A5FBUMI7qY= gomodules.xyz/jsonpatch/v2 v2.2.0/go.mod h1:WXp+iVDkoLQqPudfQ9GBlwB2eZ5DKOnjQZCYdOS8GPY= -gonum.org/v1/gonum v0.0.0-20180816165407-929014505bf4/go.mod h1:Y+Yx5eoAFn32cQvJDxZx5Dpnq+c3wtXuadVZAcxbbBo= gonum.org/v1/gonum v0.0.0-20190331200053-3d26580ed485/go.mod h1:2ltnJ7xHfj0zHS40VVPYEAAMTa3ZGguvHGBSJeRWqE0= -gonum.org/v1/gonum v0.8.2/go.mod h1:oe/vMfY3deqTw+1EZJhuvEW2iwGF1bW9wwu7XCu0+v0= gonum.org/v1/netlib v0.0.0-20190313105609-8cb42192e0e0/go.mod h1:wa6Ws7BG/ESfp6dHfk7C6KdzKA7wR7u/rKwOGE66zvw= gonum.org/v1/netlib v0.0.0-20190331212654-76723241ea4e/go.mod h1:kS+toOQn6AQKjmKJ7gzohV1XkqsFehRA2FbsbkopSuQ= -gonum.org/v1/plot v0.0.0-20190515093506-e2840ee46a6b/go.mod h1:Wt8AAjI+ypCyYX3nZBvf6cAIx93T+c/OS2HFAYskSZc= google.golang.org/api v0.4.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE= google.golang.org/api v0.7.0/go.mod h1:WtwebWUNSVBH/HAw79HIFXZNqEvBhG+Ra+ax0hx3E3M= google.golang.org/api v0.8.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= @@ -1276,7 +1140,6 @@ google.golang.org/genproto v0.0.0-20200904004341-0bd0a958aa1d/go.mod h1:FWY/as6D google.golang.org/genproto v0.0.0-20201019141844-1ed22bb0c154/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20201102152239-715cce707fb0/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20201109203340-2640f1f9cdfb/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20201110150050-8816d57aaa9a/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20201201144952-b05cb90ed32e/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20201210142538-e3217bee35cc/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= @@ -1287,7 +1150,6 @@ google.golang.org/genproto v0.0.0-20210319143718-93e7006c17a6/go.mod h1:FWY/as6D google.golang.org/genproto v0.0.0-20210402141018-6c239bbf2bb1/go.mod h1:9lPAdzaEmUacj36I+k7YKbEc5CXzPIeORRgDAUOu28A= google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c/go.mod h1:UODoCrxHCcBojKKwX1terBiRUaqAsFqJiF615XL43r0= google.golang.org/genproto v0.0.0-20210831024726-fe130286e0e2/go.mod h1:eFjDcFEctNawg4eG61bRv87N7iHBWyVhJu7u1kqDUXY= -google.golang.org/genproto v0.0.0-20220107163113-42d7afdf6368/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c= google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38= google.golang.org/grpc v1.21.0/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM= @@ -1330,9 +1192,8 @@ gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLks gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= +gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f h1:BLraFXnmrev5lT+xlilqcH8XK9/i0At2xKjWk4p6zsU= gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk= -gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q= gopkg.in/cheggaaa/pb.v1 v1.0.25/go.mod h1:V/YB90LKu/1FcN3WVnfiiE5oMCibMjukxqG/qStrOgw= gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI= gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys= @@ -1342,12 +1203,10 @@ gopkg.in/ini.v1 v1.42.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= gopkg.in/ini.v1 v1.51.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= gopkg.in/ini.v1 v1.62.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= gopkg.in/natefinch/lumberjack.v2 v2.0.0/go.mod h1:l0ndWWf7gzL7RNwBG7wST/UCcT4T24xpD6X8LsfU/+k= -gopkg.in/pipe.v2 v2.0.0-20140414041502-3c2ca4d52544/go.mod h1:UhTeH/yXCK/KY7TX24mqPkaQ7gZeqmWd/8SSS8B3aHw= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= gopkg.in/square/go-jose.v2 v2.2.2/go.mod h1:M9dMgbHiYLoDGQrXy7OpJDJWiKiU//h+vD76mk0e1AI= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= -gopkg.in/warnings.v0 v0.1.2/go.mod h1:jksf8JmL6Qr/oQM2OXTHunEvvTAsrWBLb6OOjuVWRNI= gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= @@ -1375,64 +1234,41 @@ honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWh honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg= honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= -istio.io/api v0.0.0-20211118170605-3f0f902cdfd1 h1:unlpbrna/y/ofrSDcEnpT2O+ViQoVKzXGPw+M8ayEn0= -istio.io/api v0.0.0-20211118170605-3f0f902cdfd1/go.mod h1:lavaUNsnT7RGyMFNOGgV5XvOgP3fkTSZkxP/0H/ISt4= -istio.io/client-go v1.12.0 h1:AO847P/Dt2k1ZJtwoFck2Joap1CZv+g1eGXNhZs7mek= -istio.io/client-go v1.12.0/go.mod h1:Y46Rc0vTVHogmIXnGMCsb19Bc0XIMhOEnZUr+5ZxMmo= +istio.io/api v0.0.0-20220304035241-8c47cbbea144 h1:JIRhhxQ3LZKOmx2PXHO9xfcnT3mlHLmcewZtpTaAtoo= +istio.io/api v0.0.0-20220304035241-8c47cbbea144/go.mod h1:lavaUNsnT7RGyMFNOGgV5XvOgP3fkTSZkxP/0H/ISt4= +istio.io/client-go v1.12.5 h1:jRRXcL8kX1ph4BVU/yuRhO4JYX/av5KPimj+7uHqyfQ= +istio.io/client-go v1.12.5/go.mod h1:rKTRGbzRHY/lb3VCCIF4wwTwvkW000acWEcseSy3V9M= istio.io/gogo-genproto v0.0.0-20210113155706-4daf5697332f h1:9710FpGLvIJ1GGEbpuTh1smVBv+r8cJfR3G82ouSxIQ= istio.io/gogo-genproto v0.0.0-20210113155706-4daf5697332f/go.mod h1:6BwTZRNbWS570wHX/uR1Wqk5e0157TofTAUMzT7N4+s= k8s.io/api v0.23.3 h1:KNrME8KHGr12Ozjf8ytOewKzZh6hl/hHUZeHddT3a38= k8s.io/api v0.23.3/go.mod h1:w258XdGyvCmnBj/vGzQMj6kzdufJZVUwEM1U2fRJwSQ= k8s.io/apiextensions-apiserver v0.0.0-20190409022649-727a075fdec8/go.mod h1:IxkesAMoaCRoLrPJdZNZUQp9NfZnzqaVzLhb2VEQzXE= k8s.io/apiextensions-apiserver v0.17.0/go.mod h1:XiIFUakZywkUl54fVXa7QTEHcqQz9HG55nHd1DCoHj8= -k8s.io/apiextensions-apiserver v0.18.2/go.mod h1:q3faSnRGmYimiocj6cHQ1I3WpLqmDgJFlKL37fC4ZvY= k8s.io/apiextensions-apiserver v0.18.6/go.mod h1:lv89S7fUysXjLZO7ke783xOwVTm6lKizADfvUM/SS/M= -k8s.io/apiextensions-apiserver v0.20.1/go.mod h1:ntnrZV+6a3dB504qwC5PN/Yg9PBiDNt1EVqbW2kORVk= -k8s.io/apiextensions-apiserver v0.20.6/go.mod h1:qO8YMqeMmZH+lV21LUNzV41vfpoE9QVAJRA+MNqj0mo= -k8s.io/apiextensions-apiserver v0.23.0/go.mod h1:xIFAEEDlAZgpVBl/1VSjGDmLoXAWRG40+GsWhKhAxY4= k8s.io/apiextensions-apiserver v0.23.3 h1:JvPJA7hSEAqMRteveq4aj9semilAZYcJv+9HHFWfUdM= k8s.io/apiextensions-apiserver v0.23.3/go.mod h1:/ZpRXdgKZA6DvIVPEmXDCZJN53YIQEUDF+hrpIQJL38= k8s.io/apimachinery v0.23.3 h1:7IW6jxNzrXTsP0c8yXz2E5Yx/WTzVPTsHIx/2Vm0cIk= k8s.io/apimachinery v0.23.3/go.mod h1:BEuFMMBaIbcOqVIJqNZJXGFTP4W6AycEpb5+m/97hrM= k8s.io/apiserver v0.17.0/go.mod h1:ABM+9x/prjINN6iiffRVNCBR2Wk7uY4z+EtEGZD48cg= -k8s.io/apiserver v0.18.2/go.mod h1:Xbh066NqrZO8cbsoenCwyDJ1OSi8Ag8I2lezeHxzwzw= k8s.io/apiserver v0.18.6/go.mod h1:Zt2XvTHuaZjBz6EFYzpp+X4hTmgWGy8AthNVnTdm3Wg= -k8s.io/apiserver v0.20.1/go.mod h1:ro5QHeQkgMS7ZGpvf4tSMx6bBOgPfE+f52KwvXfScaU= -k8s.io/apiserver v0.20.6/go.mod h1:QIJXNt6i6JB+0YQRNcS0hdRHJlMhflFmsBDeSgT1r8Q= -k8s.io/apiserver v0.23.0/go.mod h1:Cec35u/9zAepDPPFyT+UMrgqOCjgJ5qtfVJDxjZYmt4= k8s.io/apiserver v0.23.3 h1:gWY1DmA0AdAGR/H+Q/1FtyGkFq8xqSaZOw7oLopmO8k= k8s.io/apiserver v0.23.3/go.mod h1:3HhsTmC+Pn+Jctw+Ow0LHA4dQ4oXrQ4XJDzrVDG64T4= k8s.io/autoscaler v0.0.0-20190805135949-100e91ba756e h1:5AX59ZgftHpbmNupSWosdtW4q/rCnF4s/0J0dEfJkAQ= k8s.io/autoscaler v0.0.0-20190805135949-100e91ba756e/go.mod h1:QEXezc9uKPT91dwqhSJq3GNI3B1HxFRQHiku9kmrsSA= k8s.io/client-go v0.23.3 h1:23QYUmCQ/W6hW78xIwm3XqZrrKZM+LWDqW2zfo+szJs= k8s.io/client-go v0.23.3/go.mod h1:47oMd+YvAOqZM7pcQ6neJtBiFH7alOyfunYN48VsmwE= -k8s.io/cluster-bootstrap v0.0.0-20190918163108-da9fdfce26bb/go.mod h1:mQVbtFRxlw/BzBqBaQwIMzjDTST1KrGtzWaR4CGlsTU= -k8s.io/cluster-bootstrap v0.23.3/go.mod h1:NwUIksUHKNOKIHg/AfLH4NxqylbfEVXUh9EX2NxHZII= k8s.io/code-generator v0.0.0-20191121015212-c4c8f8345c7e/go.mod h1:DVmfPQgxQENqDIzVR2ddLXMH34qeszkKSdH/N+s+38s= k8s.io/code-generator v0.17.0/go.mod h1:DVmfPQgxQENqDIzVR2ddLXMH34qeszkKSdH/N+s+38s= -k8s.io/code-generator v0.18.2/go.mod h1:+UHX5rSbxmR8kzS+FAv7um6dtYrZokQvjHpDSYRVkTc= k8s.io/code-generator v0.18.6/go.mod h1:TgNEVx9hCyPGpdtCWA34olQYLkh3ok9ar7XfSsr8b6c= -k8s.io/code-generator v0.19.7/go.mod h1:lwEq3YnLYb/7uVXLorOJfxg+cUu2oihFhHZ0n9NIla0= -k8s.io/code-generator v0.20.1/go.mod h1:UsqdF+VX4PU2g46NC2JRs4gc+IfrctnwHb76RNbWHJg= -k8s.io/code-generator v0.20.6/go.mod h1:i6FmG+QxaLxvJsezvZp0q/gAEzzOz3U53KFibghWToU= -k8s.io/code-generator v0.23.0/go.mod h1:vQvOhDXhuzqiVfM/YHp+dmg10WDZCchJVObc9MvowsE= k8s.io/code-generator v0.23.3 h1:NSAKIkvkL8OaWr5DrF9CXGBJjhMp3itplT/6fwHQcAY= k8s.io/code-generator v0.23.3/go.mod h1:S0Q1JVA+kSzTI1oUvbKAxZY/DYbA/ZUb4Uknog12ETk= k8s.io/component-base v0.17.0/go.mod h1:rKuRAokNMY2nn2A6LP/MiwpoaMRHpfRnrPaUJJj1Yoc= -k8s.io/component-base v0.18.2/go.mod h1:kqLlMuhJNHQ9lz8Z7V5bxUUtjFZnrypArGl58gmDfUM= k8s.io/component-base v0.18.6/go.mod h1:knSVsibPR5K6EW2XOjEHik6sdU5nCvKMrzMt2D4In14= -k8s.io/component-base v0.20.1/go.mod h1:guxkoJnNoh8LNrbtiQOlyp2Y2XFCZQmrcg2n/DeYNLk= -k8s.io/component-base v0.20.2/go.mod h1:pzFtCiwe/ASD0iV7ySMu8SYVJjCapNM9bjvk7ptpKh0= -k8s.io/component-base v0.20.6/go.mod h1:6f1MPBAeI+mvuts3sIdtpjljHWBQ2cIy38oBIWMYnrM= -k8s.io/component-base v0.23.0/go.mod h1:DHH5uiFvLC1edCpvcTDV++NKULdYYU6pR9Tt3HIKMKI= k8s.io/component-base v0.23.3 h1:q+epprVdylgecijVGVdf4MbizEL2feW4ssd7cdo6LVY= k8s.io/component-base v0.23.3/go.mod h1:1Smc4C60rWG7d3HjSYpIwEbySQ3YWg0uzH5a2AtaTLg= k8s.io/gengo v0.0.0-20190128074634-0689ccc1d7d6/go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8IAqLxYwwyPxAX1Pzy0ii0= k8s.io/gengo v0.0.0-20190822140433-26a664648505/go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8IAqLxYwwyPxAX1Pzy0ii0= k8s.io/gengo v0.0.0-20200114144118-36b2048a9120/go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8IAqLxYwwyPxAX1Pzy0ii0= -k8s.io/gengo v0.0.0-20200413195148-3a45101e95ac/go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8IAqLxYwwyPxAX1Pzy0ii0= -k8s.io/gengo v0.0.0-20200428234225-8167cfdcfc14/go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8IAqLxYwwyPxAX1Pzy0ii0= -k8s.io/gengo v0.0.0-20201113003025-83324d819ded/go.mod h1:FiNAH4ZV3gBg2Kwh89tzAEV2be7d5xI0vBa/VySYy3E= k8s.io/gengo v0.0.0-20210813121822-485abfe95c7c h1:GohjlNKauSai7gN4wsJkeZ3WAJx4Sh+oT/b5IYn5suA= k8s.io/gengo v0.0.0-20210813121822-485abfe95c7c/go.mod h1:FiNAH4ZV3gBg2Kwh89tzAEV2be7d5xI0vBa/VySYy3E= k8s.io/helm v2.16.0+incompatible/go.mod h1:LZzlS4LQBHfciFOurYBFkCMTaZ0D1l+p0teMg7TSULI= @@ -1441,37 +1277,27 @@ k8s.io/helm v2.16.1+incompatible/go.mod h1:LZzlS4LQBHfciFOurYBFkCMTaZ0D1l+p0teMg k8s.io/klog v0.0.0-20181102134211-b9b56d5dfc92/go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk= k8s.io/klog v0.2.0/go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk= k8s.io/klog v0.3.0/go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk= -k8s.io/klog v0.4.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8= k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= k8s.io/klog/v2 v2.0.0/go.mod h1:PBfzABfn139FHAV07az/IF9Wp1bkk3vpT2XSJ76fSDE= k8s.io/klog/v2 v2.2.0/go.mod h1:Od+F08eJP+W3HUb4pSrPpgp9DGU4GzlpG/TmITuYh/Y= -k8s.io/klog/v2 v2.4.0/go.mod h1:Od+F08eJP+W3HUb4pSrPpgp9DGU4GzlpG/TmITuYh/Y= k8s.io/klog/v2 v2.30.0 h1:bUO6drIvCIsvZ/XFgfxoGFQU/a4Qkh0iAlvUR7vlHJw= k8s.io/klog/v2 v2.30.0/go.mod h1:y1WjHnz7Dj687irZUWR/WLkLc5N1YHtjLdmgWjndZn0= k8s.io/kube-aggregator v0.23.3 h1:9IP+D+YzIbGor/TArN3pYf9Thj19wYhzLRGRrFaKFSs= k8s.io/kube-aggregator v0.23.3/go.mod h1:pt5QJ3QaIdhZzNlUvN5wndbM0LNT4BvhszGkzy2QdFo= k8s.io/kube-openapi v0.0.0-20180731170545-e3762e86a74c/go.mod h1:BXM9ceUBTj2QnfH2MK1odQs778ajze1RxcmP6S8RVVc= k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a/go.mod h1:1TqjTSzOxsLGIKfj0lK8EeCP7K1iUG65v09OM0/WG5E= -k8s.io/kube-openapi v0.0.0-20200121204235-bf4fb3bd569c/go.mod h1:GRQhZsXIAJ1xR0C9bd8UpWHZ5plfAS9fzPjJuQ6JL3E= k8s.io/kube-openapi v0.0.0-20200410145947-61e04a5be9a6/go.mod h1:GRQhZsXIAJ1xR0C9bd8UpWHZ5plfAS9fzPjJuQ6JL3E= k8s.io/kube-openapi v0.0.0-20200410145947-bcb3869e6f29/go.mod h1:F+5wygcW0wmRTnM3cOgIqGivxkwSWIWT5YdsDbeAOaU= -k8s.io/kube-openapi v0.0.0-20200805222855-6aeccd4b50c6/go.mod h1:UuqjUnNftUyPE5H64/qeyjQoUZhGpeFDVdxjTeEVN2o= -k8s.io/kube-openapi v0.0.0-20201113171705-d219536bb9fd/go.mod h1:WOJ3KddDSol4tAGcJo0Tvi+dK12EcqSLqcWsryKMpfM= k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 h1:E3J9oCLlaobFUqsjG9DfKbP2BmgwBL2p7pn0A3dG9W4= k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65/go.mod h1:sX9MT8g7NVZM5lVL/j8QyCCJe8YSMW30QvGZWaCIDIk= -k8s.io/kube-proxy v0.23.3/go.mod h1:XdvwqJkR9r0ddUAX4ruA4V22Kws3qzKvgL3rIq584Ko= -k8s.io/kubelet v0.23.3/go.mod h1:RZxGSCsiwoWJ9z6mVla+jhiLfCFIKC16yAS38D7GQSE= k8s.io/kubernetes v1.14.0/go.mod h1:ocZa8+6APFNC2tX1DZASIbocyYT5jHzqFVsY5aoB7Jk= k8s.io/metrics v0.23.3 h1:rX/RBOwqi0atFlTSlpbQ7CX5s/kfqGR9zEefCx9Rv1s= k8s.io/metrics v0.23.3/go.mod h1:Ut8TvkbsO4oMVeUzaTArvPrcw9QRFLs2XNzUlORjdYE= k8s.io/utils v0.0.0-20190506122338-8fab8cb257d5/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= k8s.io/utils v0.0.0-20191114184206-e782cd3c129f/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= k8s.io/utils v0.0.0-20200324210504-a9aa75ae1b89/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= -k8s.io/utils v0.0.0-20201110183641-67b214c5f920/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA= -k8s.io/utils v0.0.0-20210111153108-fddb29f9d009/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA= k8s.io/utils v0.0.0-20210802155522-efc7438f0176/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA= -k8s.io/utils v0.0.0-20210930125809-cb0fa318a74b/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA= k8s.io/utils v0.0.0-20211116205334-6203023598ed h1:ck1fRPWPJWsMd8ZRFsWc6mh/zHp5fZ/shhbrgPUxDAE= k8s.io/utils v0.0.0-20211116205334-6203023598ed/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA= modernc.org/cc v1.0.0/go.mod h1:1Sk4//wdnYJiUIxnW8ddKpaOJCF37yAdqYnkxUpaYxw= @@ -1480,25 +1306,17 @@ modernc.org/mathutil v1.0.0/go.mod h1:wU0vUrJsVWBZ4P6e7xtFJEhFSNsfRLJ8H458uRjg03 modernc.org/strutil v1.0.0/go.mod h1:lstksw84oURvj9y3tn8lGvRxyRC1S2+g5uuIzNfIOBs= modernc.org/xc v1.0.0/go.mod h1:mRNCo0bvLjGhHO9WsyuKVU4q0ceiDDDoEeWDJHrNx8I= rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8= -rsc.io/pdf v0.1.1/go.mod h1:n8OzWcQ6Sp37PL01nO98y4iUCRdTGarVfzxY20ICaU4= rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0= rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA= sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.7/go.mod h1:PHgbrJT7lCHcxMU+mDHEm+nx46H4zuuHZkDP6icnhu0= -sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.14/go.mod h1:LEScyzhFmoF5pso/YSeBstl57mOzx9xlU9n85RGrDQg= -sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.15/go.mod h1:LEScyzhFmoF5pso/YSeBstl57mOzx9xlU9n85RGrDQg= -sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.25/go.mod h1:Mlj9PNLmG9bZ6BHFwFKDo5afkpWyUISkb9Me0GnK66I= sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.27/go.mod h1:tq2nT0Kx7W+/f2JVE+zxYtUhdjuELJkVpNz+x/QN5R4= sigs.k8s.io/controller-runtime v0.2.0-beta.5/go.mod h1:HweyYKQ8fBuzdu2bdaeBJvsFgAi/OqBBnrVGXcqKhME= -sigs.k8s.io/controller-runtime v0.6.0/go.mod h1:CpYf5pdNY/B352A1TFLAS2JVSlnGQ5O2cftPHndTroo= -sigs.k8s.io/controller-runtime v0.8.3/go.mod h1:U/l+DUopBc1ecfRZ5aviA9JDmGFQKvLf5YkZNx2e0sU= -sigs.k8s.io/controller-runtime v0.11.0/go.mod h1:KKwLiTooNGu+JmLZGn9Sl3Gjmfj66eMbCQznLP5zcqA= sigs.k8s.io/controller-runtime v0.11.1 h1:7YIHT2QnHJArj/dk9aUkYhfqfK5cIxPOX5gPECfdZLU= sigs.k8s.io/controller-runtime v0.11.1/go.mod h1:KKwLiTooNGu+JmLZGn9Sl3Gjmfj66eMbCQznLP5zcqA= sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20211208212546-f236f0345ad2 h1:ixmjiqjca72gl+JktzMpZZJYDpYJ4ZGgExZJJ4AzG7o= sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20211208212546-f236f0345ad2/go.mod h1:+sJcI1F0QI0Cv+8fp5rH5B2fK1LxzrAQqYnaPx9nY8I= sigs.k8s.io/controller-tools v0.2.0-beta.4/go.mod h1:8t/X+FVWvk6TaBcsa+UKUBbn7GMtvyBKX30SGl4em6Y= sigs.k8s.io/controller-tools v0.2.9/go.mod h1:ArP7w60JQKkZf7UU2oWTVnEhoNGA+sOMyuSuS+JFNDQ= -sigs.k8s.io/controller-tools v0.4.1/go.mod h1:G9rHdZMVlBDocIxGkK3jHLWqcTMNvveypYJwrvYKjWU= sigs.k8s.io/controller-tools v0.8.0 h1:uUkfTGEwrguqYYfcI2RRGUnC8mYdCFDqfwPKUcNJh1o= sigs.k8s.io/controller-tools v0.8.0/go.mod h1:qE2DXhVOiEq5ijmINcFbqi9GZrrUjzB1TuJU0xa6eoY= sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 h1:fD1pz4yfdADVNfFmcP2aBEtudwUQ1AlLnRBALr33v3s= @@ -1509,11 +1327,7 @@ sigs.k8s.io/structured-merge-diff v1.0.1-0.20191108220359-b1b620dd3f06/go.mod h1 sigs.k8s.io/structured-merge-diff/v2 v2.0.1/go.mod h1:Wb7vfKAodbKgf6tn1Kl0VvGj7mRH6DGaRcixXEJXTsE= sigs.k8s.io/structured-merge-diff/v3 v3.0.0-20200116222232-67a7b8c61874/go.mod h1:PlARxl6Hbt/+BC80dRLi1qAmnMqwqDg62YvvVkZjemw= sigs.k8s.io/structured-merge-diff/v3 v3.0.0/go.mod h1:PlARxl6Hbt/+BC80dRLi1qAmnMqwqDg62YvvVkZjemw= -sigs.k8s.io/structured-merge-diff/v4 v4.0.1/go.mod h1:bJZC9H9iH24zzfZ/41RGcq60oK1F7G282QMXDPYydCw= sigs.k8s.io/structured-merge-diff/v4 v4.0.2/go.mod h1:bJZC9H9iH24zzfZ/41RGcq60oK1F7G282QMXDPYydCw= -sigs.k8s.io/structured-merge-diff/v4 v4.0.3/go.mod h1:bJZC9H9iH24zzfZ/41RGcq60oK1F7G282QMXDPYydCw= -sigs.k8s.io/structured-merge-diff/v4 v4.1.2/go.mod h1:j/nl6xW8vLS49O8YvXW1ocPhZawJtm+Yrr7PPRQ0Vg4= -sigs.k8s.io/structured-merge-diff/v4 v4.2.0/go.mod h1:j/nl6xW8vLS49O8YvXW1ocPhZawJtm+Yrr7PPRQ0Vg4= sigs.k8s.io/structured-merge-diff/v4 v4.2.1 h1:bKCqE9GvQ5tiVHn5rfn1r+yao3aLQEaLzkkmAkf+A6Y= sigs.k8s.io/structured-merge-diff/v4 v4.2.1/go.mod h1:j/nl6xW8vLS49O8YvXW1ocPhZawJtm+Yrr7PPRQ0Vg4= sigs.k8s.io/testing_frameworks v0.1.1/go.mod h1:VVBKrHmJ6Ekkfz284YKhQePcdycOzNH9qL6ht1zEr/U= diff --git a/vendor/github.com/gardener/etcd-druid/api/v1alpha1/etcd_types.go b/vendor/github.com/gardener/etcd-druid/api/v1alpha1/etcd_types.go index 0dc08b26..b9d80741 100644 --- a/vendor/github.com/gardener/etcd-druid/api/v1alpha1/etcd_types.go +++ b/vendor/github.com/gardener/etcd-druid/api/v1alpha1/etcd_types.go @@ -92,13 +92,21 @@ type TLSConfig struct { // +required ClientTLSSecretRef corev1.SecretReference `json:"clientTLSSecretRef"` // +required - TLSCASecretRef corev1.SecretReference `json:"tlsCASecretRef"` + TLSCASecretRef SecretReference `json:"tlsCASecretRef"` +} + +// SecretReference defines a reference to a secret. +type SecretReference struct { + corev1.SecretReference `json:",inline"` + // DataKey is the name of the key in the data map containing the credentials. + // +optional + DataKey *string `json:"dataKey,omitempty"` } // CompressionSpec defines parameters related to compression of Snapshots(full as well as delta). type CompressionSpec struct { // +optional - Enabled bool `json:"enabled,omitempty"` + Enabled *bool `json:"enabled,omitempty"` // +optional Policy *CompressionPolicy `json:"policy,omitempty"` } @@ -121,9 +129,19 @@ type OwnerCheckSpec struct { DNSCacheTTL *metav1.Duration `json:"dnsCacheTTL,omitempty"` } -// BackupSpec defines parametes associated with the full and delta snapshots of etcd +// LeaderElectionSpec defines parameters related to the LeaderElection configuration. +type LeaderElectionSpec struct { + // ReelectionPeriod defines the Period after which leadership status of corresponding etcd is checked. + // +optional + ReelectionPeriod *metav1.Duration `json:"reelectionPeriod,omitempty"` + // EtcdConnectionTimeout defines the timeout duration for etcd client connection during leader election. + // +optional + EtcdConnectionTimeout *metav1.Duration `json:"etcdConnectionTimeout,omitempty"` +} + +// BackupSpec defines parameters associated with the full and delta snapshots of etcd. type BackupSpec struct { - // Port define the port on which etcd-backup-restore server will exposed. + // Port define the port on which etcd-backup-restore server will be exposed. // +optional Port *int32 `json:"port,omitempty"` // +optional @@ -134,11 +152,11 @@ type BackupSpec struct { // Store defines the specification of object store provider for storing backups. // +optional Store *StoreSpec `json:"store,omitempty"` - // Resources defines the compute Resources required by backup-restore container. + // Resources defines compute Resources required by backup-restore container. // More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/ // +optional Resources *corev1.ResourceRequirements `json:"resources,omitempty"` - // CompactionResources defines the compute Resources required by compaction job. + // CompactionResources defines compute Resources required by compaction job. // More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/ // +optional CompactionResources *corev1.ResourceRequirements `json:"compactionResources,omitempty"` @@ -170,6 +188,9 @@ type BackupSpec struct { // is the expected one. // +optional OwnerCheck *OwnerCheckSpec `json:"ownerCheck,omitempty"` + // LeaderElection defines parameters related to the LeaderElection configuration. + // +optional + LeaderElection *LeaderElectionSpec `json:"leaderElection,omitempty"` } // EtcdConfig defines parameters associated etcd deployed @@ -201,6 +222,9 @@ type EtcdConfig struct { // EtcdDefragTimeout defines the timeout duration for etcd defrag call // +optional EtcdDefragTimeout *metav1.Duration `json:"etcdDefragTimeout,omitempty"` + // HeartbeatDuration defines the duration for members to send heartbeats. The default value is 10s. + // +optional + HeartbeatDuration *metav1.Duration `json:"heartbeatDuration,omitempty"` } // SharedConfig defines parameters shared and used by Etcd as well as backup-restore sidecar. @@ -230,7 +254,7 @@ type EtcdSpec struct { // +optional Common SharedConfig `json:"sharedConfig,omitempty"` // +required - Replicas int `json:"replicas"` + Replicas int32 `json:"replicas"` // PriorityClassName is the name of a priority class that shall be used for the etcd pods. // +optional PriorityClassName *string `json:"priorityClassName,omitempty"` diff --git a/vendor/github.com/gardener/etcd-druid/api/v1alpha1/zz_generated.deepcopy.go b/vendor/github.com/gardener/etcd-druid/api/v1alpha1/zz_generated.deepcopy.go index 6587a9b5..770eb619 100644 --- a/vendor/github.com/gardener/etcd-druid/api/v1alpha1/zz_generated.deepcopy.go +++ b/vendor/github.com/gardener/etcd-druid/api/v1alpha1/zz_generated.deepcopy.go @@ -36,7 +36,7 @@ func (in *BackupSpec) DeepCopyInto(out *BackupSpec) { if in.TLS != nil { in, out := &in.TLS, &out.TLS *out = new(TLSConfig) - **out = **in + (*in).DeepCopyInto(*out) } if in.Image != nil { in, out := &in.Image, &out.Image @@ -103,6 +103,11 @@ func (in *BackupSpec) DeepCopyInto(out *BackupSpec) { *out = new(OwnerCheckSpec) (*in).DeepCopyInto(*out) } + if in.LeaderElection != nil { + in, out := &in.LeaderElection, &out.LeaderElection + *out = new(LeaderElectionSpec) + (*in).DeepCopyInto(*out) + } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BackupSpec. @@ -118,6 +123,11 @@ func (in *BackupSpec) DeepCopy() *BackupSpec { // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *CompressionSpec) DeepCopyInto(out *CompressionSpec) { *out = *in + if in.Enabled != nil { + in, out := &in.Enabled, &out.Enabled + *out = new(bool) + **out = **in + } if in.Policy != nil { in, out := &in.Policy, &out.Policy *out = new(CompressionPolicy) @@ -240,13 +250,18 @@ func (in *EtcdConfig) DeepCopyInto(out *EtcdConfig) { if in.TLS != nil { in, out := &in.TLS, &out.TLS *out = new(TLSConfig) - **out = **in + (*in).DeepCopyInto(*out) } if in.EtcdDefragTimeout != nil { in, out := &in.EtcdDefragTimeout, &out.EtcdDefragTimeout *out = new(metav1.Duration) **out = **in } + if in.HeartbeatDuration != nil { + in, out := &in.HeartbeatDuration, &out.HeartbeatDuration + *out = new(metav1.Duration) + **out = **in + } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EtcdConfig. @@ -561,6 +576,31 @@ func (in *EtcdStatus) DeepCopy() *EtcdStatus { return out } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *LeaderElectionSpec) DeepCopyInto(out *LeaderElectionSpec) { + *out = *in + if in.ReelectionPeriod != nil { + in, out := &in.ReelectionPeriod, &out.ReelectionPeriod + *out = new(metav1.Duration) + **out = **in + } + if in.EtcdConnectionTimeout != nil { + in, out := &in.EtcdConnectionTimeout, &out.EtcdConnectionTimeout + *out = new(metav1.Duration) + **out = **in + } +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LeaderElectionSpec. +func (in *LeaderElectionSpec) DeepCopy() *LeaderElectionSpec { + if in == nil { + return nil + } + out := new(LeaderElectionSpec) + in.DeepCopyInto(out) + return out +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *OwnerCheckSpec) DeepCopyInto(out *OwnerCheckSpec) { *out = *in @@ -591,6 +631,27 @@ func (in *OwnerCheckSpec) DeepCopy() *OwnerCheckSpec { return out } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *SecretReference) DeepCopyInto(out *SecretReference) { + *out = *in + out.SecretReference = in.SecretReference + if in.DataKey != nil { + in, out := &in.DataKey, &out.DataKey + *out = new(string) + **out = **in + } +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretReference. +func (in *SecretReference) DeepCopy() *SecretReference { + if in == nil { + return nil + } + out := new(SecretReference) + in.DeepCopyInto(out) + return out +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *SharedConfig) DeepCopyInto(out *SharedConfig) { *out = *in @@ -651,7 +712,7 @@ func (in *TLSConfig) DeepCopyInto(out *TLSConfig) { *out = *in out.ServerTLSSecretRef = in.ServerTLSSecretRef out.ClientTLSSecretRef = in.ClientTLSSecretRef - out.TLSCASecretRef = in.TLSCASecretRef + in.TLSCASecretRef.DeepCopyInto(&out.TLSCASecretRef) } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TLSConfig. diff --git a/vendor/github.com/gardener/gardener/extensions/pkg/util/shoot.go b/vendor/github.com/gardener/gardener/extensions/pkg/util/shoot.go index 6bcd73fd..5dda7b62 100644 --- a/vendor/github.com/gardener/gardener/extensions/pkg/util/shoot.go +++ b/vendor/github.com/gardener/gardener/extensions/pkg/util/shoot.go @@ -15,96 +15,12 @@ package util import ( - "context" "fmt" - v1beta1constants "github.com/gardener/gardener/pkg/apis/core/v1beta1/constants" - "github.com/gardener/gardener/pkg/controllerutils" - "github.com/gardener/gardener/pkg/utils" - "github.com/gardener/gardener/pkg/utils/secrets" - "github.com/Masterminds/semver" - corev1 "k8s.io/api/core/v1" - metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - "k8s.io/apimachinery/pkg/types" "k8s.io/apimachinery/pkg/version" - "sigs.k8s.io/controller-runtime/pkg/client" ) -// CAChecksumAnnotation is a resource annotation used to store the checksum of a certificate authority. -const CAChecksumAnnotation = "checksum/ca" - -// GetOrCreateShootKubeconfig gets or creates a Kubeconfig for a Shoot cluster which has a running control plane in the given `namespace`. -// If the CA of an existing Kubeconfig has changed, it creates a new Kubeconfig. -// Newly generated Kubeconfigs are applied with the given `client` to the given `namespace`. -// Deprecated: Use gutil.NewShootAccessSecret instead. -func GetOrCreateShootKubeconfig(ctx context.Context, c client.Client, certificateConfig secrets.CertificateSecretConfig, namespace string) (*corev1.Secret, error) { - caSecret, ca, err := secrets.LoadCAFromSecret(ctx, c, namespace, v1beta1constants.SecretNameCACluster) - if err != nil { - return nil, fmt.Errorf("error fetching CA secret %s/%s: %w", namespace, v1beta1constants.SecretNameCACluster, err) - } - - var ( - secret = corev1.Secret{ - ObjectMeta: metav1.ObjectMeta{ - Annotations: make(map[string]string), - Name: certificateConfig.Name, - Namespace: namespace, - }, - } - key = types.NamespacedName{ - Name: certificateConfig.Name, - Namespace: namespace, - } - ) - if err := c.Get(ctx, key, &secret); client.IgnoreNotFound(err) != nil { - return nil, fmt.Errorf("error preparing kubeconfig: %w", err) - } - - var ( - computedChecksum = utils.ComputeChecksum(caSecret.Data) - storedChecksum, ok = secret.Annotations[CAChecksumAnnotation] - ) - if ok && computedChecksum == storedChecksum { - return &secret, nil - } - - certificateConfig.SigningCA = ca - certificateConfig.CertType = secrets.ClientCert - - config := secrets.ControlPlaneSecretConfig{ - CertificateSecretConfig: &certificateConfig, - - KubeConfigRequests: []secrets.KubeConfigRequest{{ - ClusterName: namespace, - APIServerHost: kubeAPIServerServiceDNS(namespace), - }}, - } - - controlPlane, err := config.GenerateControlPlane() - if err != nil { - return nil, fmt.Errorf("error creating kubeconfig: %w", err) - } - - _, err = controllerutils.GetAndCreateOrMergePatch(ctx, c, &secret, func() error { - secret.Data = controlPlane.SecretData() - if secret.Annotations == nil { - secret.Annotations = make(map[string]string) - } - secret.Annotations[CAChecksumAnnotation] = computedChecksum - return nil - }) - - return &secret, err -} - -// kubeAPIServerServiceDNS returns a domain name which can be used to contact -// the Kube-Apiserver deployment of a Shoot within the Seed cluster. -// e.g. kube-apiserver.shoot--project--prod.svc.cluster.local. -func kubeAPIServerServiceDNS(namespace string) string { - return fmt.Sprintf("%s.%s", v1beta1constants.DeploymentNameKubeAPIServer, namespace) -} - // VersionMajorMinor extracts and returns the major and the minor part of the given version (input must be a semantic version). func VersionMajorMinor(version string) (string, error) { v, err := semver.NewVersion(version) diff --git a/vendor/github.com/gardener/gardener/extensions/pkg/webhook/certificates.go b/vendor/github.com/gardener/gardener/extensions/pkg/webhook/certificates.go index 1636ab34..3d7af8f0 100644 --- a/vendor/github.com/gardener/gardener/extensions/pkg/webhook/certificates.go +++ b/vendor/github.com/gardener/gardener/extensions/pkg/webhook/certificates.go @@ -108,12 +108,10 @@ func GenerateCertificates(ctx context.Context, mgr manager.Manager, certDir, nam } func generateNewCAAndServerCert(mode, namespace, name, url string) (*secrets.Certificate, *secrets.Certificate, error) { - caConfig := &secrets.CertificateSecretConfig{ + caCert, err := (&secrets.CertificateSecretConfig{ CommonName: "webhook-ca", CertType: secrets.CACert, - } - - caCert, err := caConfig.GenerateCertificate() + }).GenerateCertificate() if err != nil { return nil, nil, err } @@ -121,10 +119,10 @@ func generateNewCAAndServerCert(mode, namespace, name, url string) (*secrets.Cer var ( dnsNames []string ipAddresses []net.IP - ) - serverName := url - serverNameData := strings.SplitN(url, ":", 3) + serverName = url + serverNameData = strings.SplitN(url, ":", 3) + ) if len(serverNameData) == 2 { serverName = serverNameData[0] @@ -133,13 +131,9 @@ func generateNewCAAndServerCert(mode, namespace, name, url string) (*secrets.Cer switch mode { case ModeURL: if addr := net.ParseIP(url); addr != nil { - ipAddresses = []net.IP{ - addr, - } + ipAddresses = []net.IP{addr} } else { - dnsNames = []string{ - serverName, - } + dnsNames = []string{serverName} } case ModeService: @@ -150,15 +144,13 @@ func generateNewCAAndServerCert(mode, namespace, name, url string) (*secrets.Cer } } - serverConfig := &secrets.CertificateSecretConfig{ + serverCert, err := (&secrets.CertificateSecretConfig{ CommonName: name, DNSNames: dnsNames, IPAddresses: ipAddresses, CertType: secrets.ServerCert, SigningCA: caCert, - } - - serverCert, err := serverConfig.GenerateCertificate() + }).GenerateCertificate() if err != nil { return nil, nil, err } diff --git a/vendor/github.com/gardener/gardener/extensions/pkg/webhook/handler.go b/vendor/github.com/gardener/gardener/extensions/pkg/webhook/handler.go index 297030c4..ae7cf183 100644 --- a/vendor/github.com/gardener/gardener/extensions/pkg/webhook/handler.go +++ b/vendor/github.com/gardener/gardener/extensions/pkg/webhook/handler.go @@ -185,7 +185,7 @@ func handle(ctx context.Context, req admission.Request, m Mutator, t client.Obje newObj := obj.DeepCopyObject().(client.Object) if err = m.Mutate(ctx, newObj, oldObj); err != nil { logger.Error(fmt.Errorf("could not process: %w", err), "Admission denied", "kind", ar.Kind.Kind, "namespace", obj.GetNamespace(), "name", obj.GetName()) - return admission.Errored(http.StatusBadRequest, err) + return admission.Errored(http.StatusUnprocessableEntity, err) } _, isValidator := m.(Validator) diff --git a/vendor/github.com/gardener/gardener/hack/check-apidiff.sh b/vendor/github.com/gardener/gardener/hack/check-apidiff.sh new file mode 100755 index 00000000..91f3f672 --- /dev/null +++ b/vendor/github.com/gardener/gardener/hack/check-apidiff.sh @@ -0,0 +1,81 @@ +#!/bin/bash +# +# Copyright (c) 2022 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +set -o errexit +set -o nounset +set -o pipefail + +tmpDir=$(mktemp -d) +function cleanup_output { + rm -rf "$tmpDir" +} +trap cleanup_output EXIT + +retval=0 +temp=0 + +BASE_SHA=${PULL_BASE_SHA:-} # PULL_BASE_SHA env variable is set by default in prow presubmit jobs + +if [ ! -z ${BASE_SHA} ]; then + echo "invoking: go-apidiff ${PULL_BASE_SHA} --print-compatible --repo-path=." + echo "$(go-apidiff ${PULL_BASE_SHA} --print-compatible --repo-path=.)" > ${tmpDir}/output.txt +else + echo "invoking: go-apidiff master --print-compatible --repo-path=." + echo "$(go-apidiff master --print-compatible --repo-path=.)" > ${tmpDir}/output.txt +fi + +exported_pkg=( +"gardener/gardener/extensions/" +"gardener/gardener/pkg/api/" +"gardener/gardener/pkg/apis/" +"gardener/gardener/pkg/chartrenderer/" +"gardener/gardener/pkg/client/" +"gardener/gardener/pkg/controllerutils/" +"gardener/gardener/pkg/extensions/" +"gardener/gardener/pkg/gardenlet/apis/config/" +"gardener/gardener/pkg/logger/" +"gardener/gardener/pkg/mock/controller-runtime/client/" +"gardener/gardener/pkg/operation/botanist/component/extensions/operatingsystemconfig/" +"gardener/gardener/pkg/resourcemanager/controller/garbagecollector/references/" +"gardener/gardener/pkg/scheduler/" +"gardener/gardener/pkg/utils/" +"gardener/gardener/test/framework/" +) + +# check the changes only for the package that is in the exported_pkg list +while IFS= read -r line; do + if [[ $line =~ "gardener/gardener" ]]; then + temp=0 + for x in ${exported_pkg[*]}; do + if [[ $line =~ $x ]]; then + retval=1 + temp=1 + echo "$line" >> ${tmpDir}/result.txt + fi + done + else + if [[ $temp -eq 1 ]]; then + echo "$line" >> ${tmpDir}/result.txt + fi + fi +done < "${tmpDir}/output.txt" + +if [[ $retval -eq 1 ]]; then + echo >&2 "FAIL: contains incompatible changes:" + cat ${tmpDir}/result.txt +fi + +exit $retval diff --git a/vendor/github.com/gardener/gardener/hack/check-docforge.sh b/vendor/github.com/gardener/gardener/hack/check-docforge.sh index d333651c..abde2661 100755 --- a/vendor/github.com/gardener/gardener/hack/check-docforge.sh +++ b/vendor/github.com/gardener/gardener/hack/check-docforge.sh @@ -16,10 +16,10 @@ set -e -docCommitHash="12922abea4c5afa207cc9c09b18414cd2348890c" +docCommitHash="6a018dc6a0307e64192ab48dcb90034dd0c5102a" echo "> Check Docforge Manifest" -repoPath=${1-"$(readlink -f $(dirname ${0})/..)"} +repoPath=${1-"$(readlink -f "$(dirname "${0}")/..")"} manifestPath=${2-"${repoPath}/.docforge/manifest.yaml"} diffDirs=${3-".docforge/;docs/"} repoName=${4-"gardener"} @@ -31,9 +31,9 @@ function cleanup { } trap cleanup EXIT ERR INT TERM -curl https://raw.githubusercontent.com/gardener/documentation/${docCommitHash}/.ci/check-manifest --output ${tmpDir}/check-manifest-script.sh && chmod +x ${tmpDir}/check-manifest-script.sh -curl https://raw.githubusercontent.com/gardener/documentation/${docCommitHash}/.ci/check-manifest-config --output ${tmpDir}/manifest-config +curl https://raw.githubusercontent.com/gardener/documentation/${docCommitHash}/.ci/check-manifest --output "${tmpDir}/check-manifest-script.sh" && chmod +x "${tmpDir}/check-manifest-script.sh" +curl https://raw.githubusercontent.com/gardener/documentation/${docCommitHash}/.ci/check-manifest-config --output "${tmpDir}/manifest-config" scriptPath="${tmpDir}/check-manifest-script.sh" configPath="${tmpDir}/manifest-config" -${scriptPath} --repo-path ${repoPath} --repo-name ${repoName} --use-token ${useToken} --manifest-path ${manifestPath} --diff-dirs ${diffDirs} --config-path ${configPath} +${scriptPath} --repo-path "${repoPath}" --repo-name "${repoName}" --use-token "${useToken}" --manifest-path "${manifestPath}" --diff-dirs "${diffDirs}" --config-path "${configPath}" diff --git a/vendor/github.com/gardener/gardener/hack/compare-k8s-controllers.sh b/vendor/github.com/gardener/gardener/hack/compare-k8s-controllers.sh index 5a32f453..e2a08a55 100755 --- a/vendor/github.com/gardener/gardener/hack/compare-k8s-controllers.sh +++ b/vendor/github.com/gardener/gardener/hack/compare-k8s-controllers.sh @@ -31,8 +31,11 @@ fi versions=("$1" "$2") -out_dir=dev/temp -mkdir -p "${out_dir}" +out_dir=$(mktemp -d) +function cleanup_output { + rm -rf "$out_dir" +} +trap cleanup_output EXIT kcm_dir="cmd/kube-controller-manager/app" ccm_dir="staging/src/k8s.io/cloud-provider/app" diff --git a/vendor/github.com/gardener/gardener/hack/compare-k8s-feature-gates.sh b/vendor/github.com/gardener/gardener/hack/compare-k8s-feature-gates.sh index 6e5586fe..059fab26 100755 --- a/vendor/github.com/gardener/gardener/hack/compare-k8s-feature-gates.sh +++ b/vendor/github.com/gardener/gardener/hack/compare-k8s-feature-gates.sh @@ -37,12 +37,15 @@ files=( "staging/src/k8s.io/controller-manager/pkg/features/kube_features.go" ) -out_dir=dev/temp -mkdir -p "${out_dir}" +out_dir=$(mktemp -d) +function cleanup_output { + rm -rf "$out_dir" +} +trap cleanup_output EXIT for version in "${versions[@]}"; do - rm -f "${out_dir}/featuregates-${version}.txt" - touch "${out_dir}/featuregates-${version}.txt" + rm -f "${out_dir}/featuregates-${version}.txt" "${out_dir}/locked-featuregates-${version}.txt" + touch "${out_dir}/featuregates-${version}.txt" "${out_dir}/locked-featuregates-${version}.txt" for file in "${files[@]}"; do { wget -q -O - "https://raw.githubusercontent.com/kubernetes/kubernetes/release-${version}/${file}" || echo; } > "${out_dir}/kube_features.go" @@ -50,10 +53,16 @@ for version in "${versions[@]}"; do while read constant; do grep -E "${constant} featuregate.Feature = \".*\"" "${out_dir}/kube_features.go" | awk '{print $4}' | { grep -Eo '[A-Z]\w+' || true; } >> "${out_dir}/featuregates-${version}.txt" done < "${out_dir}/constants.txt" - rm -f "${out_dir}/kube_features.go" "${out_dir}/constants.txt" + + grep -E '{Default: .*, PreRelease: .*, LockToDefault: .*},' "${out_dir}/kube_features.go" | awk '{print $1}' | { grep -Eo '[A-Z]\w+' || true; } > "${out_dir}/locked_features.txt" + while read feature; do + grep -E "${feature} featuregate.Feature = \".*\"" "${out_dir}/kube_features.go" | awk '{print $4}' | { grep -Eo '[A-Z]\w+' || true; } >> "${out_dir}/locked-featuregates-${version}.txt" + done < "${out_dir}/locked_features.txt" + rm -f "${out_dir}/kube_features.go" "${out_dir}/constants.txt" "${out_dir}/locked_features.txt" done sort -u -o "${out_dir}/featuregates-${version}.txt" "${out_dir}/featuregates-${version}.txt" + sort -u -o "${out_dir}/locked-featuregates-${version}.txt" "${out_dir}/locked-featuregates-${version}.txt" done echo "Feature gates added in $2 compared to $1:" @@ -61,3 +70,7 @@ diff "${out_dir}/featuregates-$1.txt" "${out_dir}/featuregates-$2.txt" | grep '> echo echo "Feature gates removed in $2 compared to $1:" diff "${out_dir}/featuregates-$1.txt" "${out_dir}/featuregates-$2.txt" | grep '<' | awk '{print $2}' +echo +echo "Feature gates locked to default in $2 compared to $1:" +diff "${out_dir}/locked-featuregates-$1.txt" "${out_dir}/locked-featuregates-$2.txt" | grep '>' | awk '{print $2}' +echo diff --git a/vendor/github.com/gardener/gardener/hack/generate-seed-crds.sh b/vendor/github.com/gardener/gardener/hack/generate-seed-crds.sh index 2fb85bde..3e1fe19c 100755 --- a/vendor/github.com/gardener/gardener/hack/generate-seed-crds.sh +++ b/vendor/github.com/gardener/gardener/hack/generate-seed-crds.sh @@ -24,6 +24,7 @@ set -o pipefail # Useful for development purposes. # # <file-name-prefix> File name prefix for manifest files (e.g. '10-crd-') +# -l (Optional) If -l argument is given then the generated CRDs will have label gardener.cloud/deletion-protected: "true" # <group> List of groups to generate (generate all if unset) if ! command -v controller-gen &> /dev/null ; then @@ -33,6 +34,7 @@ fi output_dir="$(pwd)" file_name_prefix="$1" +add_deletion_protection_label=false get_group_package () { case "$1" in @@ -45,6 +47,9 @@ get_group_package () { "druid.gardener.cloud") echo "github.com/gardener/etcd-druid/api/v1alpha1" ;; + "autoscaling.k8s.io") + echo "github.com/gardener/hvpa-controller/api/v1alpha1" + ;; *) >&2 echo "unknown group $1" return 1 @@ -76,16 +81,46 @@ generate_group () { if [ "$crd" != "$crd_out" ]; then mv "$crd" "$crd_out" fi + + if $add_deletion_protection_label; then + if grep -q "clusters.extensions.gardener.cloud" "$crd_out"; then + : + else + sed -i '4 a\ labels:\n\ gardener.cloud/deletion-protected: "true"' "$crd_out" + fi + fi + + # TODO(plkokanov): this is needed to add the `api-approved.kubernetes.io` annotaiton to resource from the *.k8s.io api group generated by controller-gen + # Currently there is an issue open to do that automatically: https://github.com/kubernetes-sigs/controller-tools/issues/656 + if [[ ${group} =~ .*\.k8s\.io ]]; then + sed -i '/^ annotations:.*/a\ api-approved.kubernetes.io: unapproved, temporarily squatting' "$crd_out" + fi done < <(ls "$output_dir/${group}"_*.yaml) } if [ -n "${2:-}" ]; then - while [ -n "${2:-}" ] ; do - generate_group "$2" - shift - done + if [ "${2}" == "-l" ]; then + add_deletion_protection_label=true + if [ -n "${3:-}" ]; then + while [ -n "${3:-}" ] ; do + generate_group "$3" + shift + done + else + generate_group extensions.gardener.cloud + generate_group resources.gardener.cloud + generate_group druid.gardener.cloud + generate_group autoscaling.k8s.io + fi + else + while [ -n "${2:-}" ] ; do + generate_group "$2" + shift + done + fi else generate_group extensions.gardener.cloud generate_group resources.gardener.cloud generate_group druid.gardener.cloud + generate_group autoscaling.k8s.io fi diff --git a/vendor/github.com/gardener/gardener/hack/install-requirements.sh b/vendor/github.com/gardener/gardener/hack/install-requirements.sh index dec55c11..c9e954b7 100755 --- a/vendor/github.com/gardener/gardener/hack/install-requirements.sh +++ b/vendor/github.com/gardener/gardener/hack/install-requirements.sh @@ -22,7 +22,7 @@ echo "> [DEPRECATED] Installing requirements" export GO111MODULE=on curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.41.1 -curl -s "https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3" | bash -s -- --version 'v3.5.4' +curl -s "https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3" | bash -s -- --version 'v3.6.3' platform=$(uname -s) if [[ ${platform} == "Linux" ]]; then diff --git a/vendor/github.com/gardener/gardener/hack/test-e2e-local.sh b/vendor/github.com/gardener/gardener/hack/test-e2e-local.sh index 537f9531..f8e72936 100755 --- a/vendor/github.com/gardener/gardener/hack/test-e2e-local.sh +++ b/vendor/github.com/gardener/gardener/hack/test-e2e-local.sh @@ -4,6 +4,8 @@ set -o errexit set -o nounset set -o pipefail +echo "> E2E Tests" + # reduce flakiness in contended pipelines export GOMEGA_DEFAULT_EVENTUALLY_TIMEOUT=5s export GOMEGA_DEFAULT_EVENTUALLY_POLLING_INTERVAL=200ms @@ -19,6 +21,12 @@ ginkgo_flags= if [ -n "${CI:-}" -a -n "${ARTIFACTS:-}" ] ; then mkdir -p "$ARTIFACTS" ginkgo_flags="--output-dir=$ARTIFACTS --junit-report=junit.xml" + + printf "\n127.0.0.1 api.e2e-default.local.external.local.gardener.cloud\n127.0.0.1 api.e2e-default.local.internal.local.gardener.cloud\n" >> /etc/hosts +else + if ! grep -q "127.0.0.1 api.e2e-default.local.external.local.gardener.cloud" /etc/hosts ; then + printf "To access the shoot cluster and running e2e tests, you have to extend your /etc/hosts file.\nPlease refer https://github.com/gardener/gardener/blob/master/docs/deployment/getting_started_locally.md#accessing-the-shoot-cluster" + fi fi -ginkgo --timeout=1h $ginkgo_flags --v --progress "$@" ./test/e2e/... +GO111MODULE=on ginkgo --timeout=1h $ginkgo_flags --v --progress "$@" ./test/e2e/... diff --git a/vendor/github.com/gardener/gardener/hack/test-integration.sh b/vendor/github.com/gardener/gardener/hack/test-integration.sh index 19f65d02..223cb50a 100755 --- a/vendor/github.com/gardener/gardener/hack/test-integration.sh +++ b/vendor/github.com/gardener/gardener/hack/test-integration.sh @@ -41,4 +41,13 @@ export GOMEGA_DEFAULT_EVENTUALLY_POLLING_INTERVAL=200ms export GOMEGA_DEFAULT_CONSISTENTLY_DURATION=5s export GOMEGA_DEFAULT_CONSISTENTLY_POLLING_INTERVAL=200ms -GO111MODULE=on go test -timeout=5m -mod=vendor $@ | grep -v 'no test files' +test_flags= +# If running in prow, we want to generate a machine-readable output file under the location specified via $ARTIFACTS. +# This will add a JUnit view above the build log that shows an overview over successful and failed test cases. +if [ -n "${CI:-}" -a -n "${ARTIFACTS:-}" ] ; then + mkdir -p "$ARTIFACTS" + trap "report-collector \"$ARTIFACTS/junit.xml\"" EXIT + test_flags="--ginkgo.junit-report=junit.xml" +fi + +GO111MODULE=on go test -timeout=5m -mod=vendor $@ $test_flags | grep -v 'no test files' diff --git a/vendor/github.com/gardener/gardener/hack/test.sh b/vendor/github.com/gardener/gardener/hack/test.sh index 13daca43..b1201ddf 100755 --- a/vendor/github.com/gardener/gardener/hack/test.sh +++ b/vendor/github.com/gardener/gardener/hack/test.sh @@ -20,4 +20,17 @@ set -o pipefail echo "> Test" -GO111MODULE=on go test -race -timeout=2m -mod=vendor $@ | grep -v 'no test files' +test_flags= +# If running in prow, we want to generate a machine-readable output file under the location specified via $ARTIFACTS. +# This will add a JUnit view above the build log that shows an overview over successful and failed test cases. +if [ -n "${CI:-}" -a -n "${ARTIFACTS:-}" ] ; then + if which report-collector &>/dev/null; then + mkdir -p "$ARTIFACTS" + trap "report-collector \"$ARTIFACTS/junit.xml\"" EXIT + test_flags="--ginkgo.junit-report=junit.xml" + else + echo "report-collector not found in PATH, not generating machine-readable test report" + fi +fi + +GO111MODULE=on go test -race -timeout=2m -mod=vendor $@ $test_flags | grep -v 'no test files' diff --git a/vendor/github.com/gardener/gardener/hack/tools.mk b/vendor/github.com/gardener/gardener/hack/tools.mk index d64df72e..53995b29 100755 --- a/vendor/github.com/gardener/gardener/hack/tools.mk +++ b/vendor/github.com/gardener/gardener/hack/tools.mk @@ -20,7 +20,7 @@ # The *_VERSION variables in this file contain the "default" values, but can be overwritten in the top level make file. ifeq ($(strip $(shell go list -m)),github.com/gardener/gardener) -TOOLS_PKG_PATH := hack/tools +TOOLS_PKG_PATH := ./hack/tools else # dependency on github.com/gardener/gardener/hack/tools is optional and only needed if other projects want to reuse # install-promtool.sh or logcheck. If they don't use it and the project doesn't depend on the package, silence the error @@ -44,18 +44,21 @@ MOCKGEN := $(TOOLS_BIN_DIR)/mockgen OPENAPI_GEN := $(TOOLS_BIN_DIR)/openapi-gen PROMTOOL := $(TOOLS_BIN_DIR)/promtool PROTOC_GEN_GOGO := $(TOOLS_BIN_DIR)/protoc-gen-gogo +REPORT_COLLECTOR := $(TOOLS_BIN_DIR)/report-collector SETUP_ENVTEST := $(TOOLS_BIN_DIR)/setup-envtest SKAFFOLD := $(TOOLS_BIN_DIR)/skaffold YAML2JSON := $(TOOLS_BIN_DIR)/yaml2json YQ := $(TOOLS_BIN_DIR)/yq +GO_APIDIFF := $(TOOLS_BIN_DIR)/go-apidiff # default tool versions -DOCFORGE_VERSION ?= v0.21.0 -GOLANGCI_LINT_VERSION ?= v1.44.0 -HELM_VERSION ?= v3.5.4 +DOCFORGE_VERSION ?= v0.28.0 +GOLANGCI_LINT_VERSION ?= v1.45.2 +HELM_VERSION ?= v3.6.3 KIND_VERSION ?= v0.11.1 SKAFFOLD_VERSION ?= v1.35.0 YQ_VERSION ?= v4.9.6 +GO_APIDIFF_VERSION ?= v0.3.0 export TOOLS_BIN_DIR := $(TOOLS_BIN_DIR) export PATH := $(abspath $(TOOLS_BIN_DIR)):$(PATH) @@ -142,6 +145,14 @@ $(PROMTOOL): $(TOOLS_PKG_PATH)/install-promtool.sh $(PROTOC_GEN_GOGO): go.mod go build -o $(PROTOC_GEN_GOGO) k8s.io/code-generator/cmd/go-to-protobuf/protoc-gen-gogo +ifeq ($(strip $(shell go list -m)),github.com/gardener/gardener) +$(REPORT_COLLECTOR): $(TOOLS_PKG_PATH)/report-collector/*.go + go build -o $(REPORT_COLLECTOR) $(TOOLS_PKG_PATH)/report-collector +else +$(REPORT_COLLECTOR): go.mod + go build -o $(REPORT_COLLECTOR) github.com/gardener/gardener/hack/tools/report-collector +endif + $(SETUP_ENVTEST): go.mod go build -o $(SETUP_ENVTEST) sigs.k8s.io/controller-runtime/tools/setup-envtest @@ -155,3 +166,6 @@ $(YAML2JSON): go.mod $(YQ): $(call tool_version_file,$(YQ),$(YQ_VERSION)) curl -L -o $(YQ) https://github.com/mikefarah/yq/releases/download/$(YQ_VERSION)/yq_$(shell uname -s | tr '[:upper:]' '[:lower:]')_$(shell uname -m | sed 's/x86_64/amd64/') chmod +x $(YQ) + +$(GO_APIDIFF): $(call tool_version_file,$(GO_APIDIFF),$(GO_APIDIFF_VERSION)) + GOBIN=$(abspath $(TOOLS_BIN_DIR)) go install github.com/joelanford/go-apidiff@$(GO_APIDIFF_VERSION) diff --git a/vendor/github.com/gardener/gardener/hack/update-codegen.sh b/vendor/github.com/gardener/gardener/hack/update-codegen.sh index 315eed32..4d003a44 100755 --- a/vendor/github.com/gardener/gardener/hack/update-codegen.sh +++ b/vendor/github.com/gardener/gardener/hack/update-codegen.sh @@ -264,54 +264,6 @@ gardenlet_groups() { } export -f gardenlet_groups -# Componentconfig for the gardenlet landscaper component - -landscapergardenlet_groups() { - echo "Generating API groups for landscaper/gardenlet/pkg/apis/imports" - - bash "${PROJECT_ROOT}"/vendor/k8s.io/code-generator/generate-internal-groups.sh \ - deepcopy,defaulter \ - github.com/gardener/gardener/pkg/client/componentconfig \ - github.com/gardener/gardener/landscaper/pkg/gardenlet/apis \ - github.com/gardener/gardener/landscaper/pkg/gardenlet/apis \ - "imports:v1alpha1" \ - -h "${PROJECT_ROOT}/hack/LICENSE_BOILERPLATE.txt" - - bash "${PROJECT_ROOT}"/vendor/k8s.io/code-generator/generate-internal-groups.sh \ - conversion \ - github.com/gardener/gardener/pkg/client/componentconfig \ - github.com/gardener/gardener/landscaper/pkg/gardenlet/apis \ - github.com/gardener/gardener/landscaper/pkg/gardenlet/apis \ - "imports:v1alpha1" \ - --extra-peer-dirs=github.com/gardener/gardener/pkg/gardenlet/apis/config,github.com/gardener/landscaper/apis/core/v1alpha1,k8s.io/apimachinery/pkg/apis/meta/v1,k8s.io/apimachinery/pkg/conversion,k8s.io/apimachinery/pkg/runtime \ - -h "${PROJECT_ROOT}/hack/LICENSE_BOILERPLATE.txt" -} -export -f landscapergardenlet_groups - -# Componentconfig for control plane landscaper component - -landscapercontrolplane_groups() { - echo "Generating API groups for landscaper/controlplane/pkg/apis/imports" - - bash "${PROJECT_ROOT}"/vendor/k8s.io/code-generator/generate-internal-groups.sh \ - deepcopy,defaulter \ - github.com/gardener/gardener/pkg/client/componentconfig \ - github.com/gardener/gardener/landscaper/pkg/controlplane/apis \ - github.com/gardener/gardener/landscaper/pkg/controlplane/apis \ - "imports:v1alpha1" \ - -h "${PROJECT_ROOT}/hack/LICENSE_BOILERPLATE.txt" - - bash "${PROJECT_ROOT}"/vendor/k8s.io/code-generator/generate-internal-groups.sh \ - conversion \ - github.com/gardener/gardener/pkg/client/componentconfig \ - github.com/gardener/gardener/landscaper/pkg/controlplane/apis \ - github.com/gardener/gardener/landscaper/pkg/controlplane/apis \ - "imports:v1alpha1" \ - --extra-peer-dirs=k8s.io/apiserver/pkg/apis/apiserver/v1,k8s.io/apiserver/pkg/apis/audit/v1,k8s.io/apiserver/pkg/apis/config/v1,github.com/gardener/hvpa-controller/api/v1alpha1,github.com/gardener/landscaper/apis/core/v1alpha1,k8s.io/apimachinery/pkg/apis/meta/v1,k8s.io/apimachinery/pkg/conversion,k8s.io/apimachinery/pkg/runtime \ - -h "${PROJECT_ROOT}/hack/LICENSE_BOILERPLATE.txt" -} -export -f landscapercontrolplane_groups - # Componentconfig for admission plugins shoottolerationrestriction_groups() { @@ -388,23 +340,9 @@ openapi_definitions() { --output-package=github.com/gardener/gardener/pkg/openapi \ -h "${PROJECT_ROOT}/hack/LICENSE_BOILERPLATE.txt" - echo "Generating openapi definitions for the Landscaper controlplane component" - ./${PROJECT_ROOT}/landscaper/pkg/controlplane/generate/generate-openapi.sh - - echo "Generating openapi definitions for the Landscaper gardenlet component" - ./${PROJECT_ROOT}/landscaper/pkg/gardenlet/generate/generate-openapi.sh } export -f openapi_definitions -landscaper_blueprints() { - echo "Rendering blueprint for the Landscaper controlplane component" - go run ./${PROJECT_ROOT}/landscaper/pkg/controlplane/generate - - echo "Rendering blueprint for the Landscaper gardenlet component" - go run ./${PROJECT_ROOT}/landscaper/pkg/gardenlet/generate -} -export -f landscaper_blueprints - if [[ $# -gt 0 && "$1" == "--parallel" ]]; then shift 1 parallel --will-cite ::: \ @@ -420,8 +358,6 @@ if [[ $# -gt 0 && "$1" == "--parallel" ]]; then scheduler_groups \ gardenlet_groups \ shoottolerationrestriction_groups \ - landscapergardenlet_groups \ - landscapercontrolplane_groups \ provider_local_groups else authentication_groups @@ -436,10 +372,7 @@ else scheduler_groups gardenlet_groups shoottolerationrestriction_groups - landscapergardenlet_groups - landscapercontrolplane_groups provider_local_groups fi openapi_definitions "$@" -landscaper_blueprints diff --git a/vendor/github.com/gardener/gardener/pkg/apis/core/register.go b/vendor/github.com/gardener/gardener/pkg/apis/core/register.go index ffe05097..96392381 100644 --- a/vendor/github.com/gardener/gardener/pkg/apis/core/register.go +++ b/vendor/github.com/gardener/gardener/pkg/apis/core/register.go @@ -73,8 +73,6 @@ func addKnownTypes(scheme *runtime.Scheme) error { &ShootStateList{}, &Shoot{}, &ShootList{}, - &ShootExtensionStatus{}, - &ShootExtensionStatusList{}, ) return nil } diff --git a/vendor/github.com/gardener/gardener/pkg/apis/core/types_common.go b/vendor/github.com/gardener/gardener/pkg/apis/core/types_common.go index 41eacee1..bb190c86 100644 --- a/vendor/github.com/gardener/gardener/pkg/apis/core/types_common.go +++ b/vendor/github.com/gardener/gardener/pkg/apis/core/types_common.go @@ -47,6 +47,10 @@ const ( ErrorConfigurationProblem ErrorCode = "ERR_CONFIGURATION_PROBLEM" // ErrorRetryableConfigurationProblem indicates that the last error occurred due to a retryable configuration problem. ErrorRetryableConfigurationProblem ErrorCode = "ERR_RETRYABLE_CONFIGURATION_PROBLEM" + // ErrorProblematicWebhook indicates that the last error occurred due to a webhook not following the Kubernetes + // best practices (https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#best-practices-and-warnings). + // It is classified as a non-retryable error code. + ErrorProblematicWebhook ErrorCode = "ERR_PROBLEMATIC_WEBHOOK" ) // LastError indicates the last occurred error for an operation on a resource. diff --git a/vendor/github.com/gardener/gardener/pkg/apis/core/types_secretbinding.go b/vendor/github.com/gardener/gardener/pkg/apis/core/types_secretbinding.go index 54ed0bea..407fb72b 100644 --- a/vendor/github.com/gardener/gardener/pkg/apis/core/types_secretbinding.go +++ b/vendor/github.com/gardener/gardener/pkg/apis/core/types_secretbinding.go @@ -38,6 +38,15 @@ type SecretBinding struct { Provider *SecretBindingProvider } +// GetProviderType gets the type of the provider. +func (sb *SecretBinding) GetProviderType() string { + if sb.Provider == nil { + return "" + } + + return sb.Provider.Type +} + // SecretBindingProvider defines the provider type of the SecretBinding. type SecretBindingProvider struct { // Type is the type of the provider. diff --git a/vendor/github.com/gardener/gardener/pkg/apis/core/types_seed.go b/vendor/github.com/gardener/gardener/pkg/apis/core/types_seed.go index d2015a27..5e025081 100644 --- a/vendor/github.com/gardener/gardener/pkg/apis/core/types_seed.go +++ b/vendor/github.com/gardener/gardener/pkg/apis/core/types_seed.go @@ -321,6 +321,8 @@ const ( SeedExtensionsReady ConditionType = "ExtensionsReady" // SeedGardenletReady is a constant for a condition type indicating that the Gardenlet is ready. SeedGardenletReady ConditionType = "GardenletReady" + // SeedSystemComponentsHealthy is a constant for a condition type indicating the system components health. + SeedSystemComponentsHealthy ConditionType = "SeedSystemComponentsHealthy" ) // Resource constants for Gardener object types diff --git a/vendor/github.com/gardener/gardener/pkg/apis/core/types_shoot.go b/vendor/github.com/gardener/gardener/pkg/apis/core/types_shoot.go index 17b8bc55..ab8fb565 100644 --- a/vendor/github.com/gardener/gardener/pkg/apis/core/types_shoot.go +++ b/vendor/github.com/gardener/gardener/pkg/apis/core/types_shoot.go @@ -161,17 +161,49 @@ type ShootCredentials struct { type ShootCredentialsRotation struct { // CertificateAuthorities contains information about the certificate authority credential rotation. CertificateAuthorities *ShootCARotation + // Kubeconfig contains information about the kubeconfig credential rotation. + Kubeconfig *ShootKubeconfigRotation + // SSHKeypair contains information about the ssh-keypair credential rotation. + SSHKeypair *ShootSSHKeypairRotation + // Observability contains information about the observability credential rotation. + Observability *ShootObservabilityRotation } // ShootCARotation contains information about the certificate authority credential rotation. type ShootCARotation struct { // Phase describes the phase of the certificate authority credential rotation. Phase ShootCredentialsRotationPhase + // LastInitiationTime is the most recent time when the certificate authority credential rotation was initiated. + LastInitiationTime *metav1.Time // LastCompletionTime is the most recent time when the certificate authority credential rotation was successfully // completed. LastCompletionTime *metav1.Time } +// ShootKubeconfigRotation contains information about the kubeconfig credential rotation. +type ShootKubeconfigRotation struct { + // LastInitiationTime is the most recent time when the kubeconfig credential rotation was initiated. + LastInitiationTime *metav1.Time + // LastCompletionTime is the most recent time when the kubeconfig credential rotation was successfully completed. + LastCompletionTime *metav1.Time +} + +// ShootSSHKeypairRotation contains information about the ssh-keypair credential rotation. +type ShootSSHKeypairRotation struct { + // LastInitiationTime is the most recent time when the certificate authority credential rotation was initiated. + LastInitiationTime *metav1.Time + // LastCompletionTime is the most recent time when the ssh-keypair credential rotation was successfully completed. + LastCompletionTime *metav1.Time +} + +// ShootObservabilityRotation contains information about the observability credential rotation. +type ShootObservabilityRotation struct { + // LastInitiationTime is the most recent time when the observability credential rotation was initiated. + LastInitiationTime *metav1.Time + // LastCompletionTime is the most recent time when the observability credential rotation was successfully completed. + LastCompletionTime *metav1.Time +} + // ShootCredentialsRotationPhase is a string alias. type ShootCredentialsRotationPhase string @@ -316,7 +348,7 @@ type NamedResourceReference struct { // Hibernation contains information whether the Shoot is suspended or not. type Hibernation struct { // Enabled specifies whether the Shoot needs to be hibernated or not. If it is true, the Shoot's desired state is to be hibernated. - // If it is false or nil, the Shoot's desired state is to be awaken. + // If it is false or nil, the Shoot's desired state is to be awakened. Enabled *bool // Schedules determine the hibernation schedules. Schedules []HibernationSchedule @@ -358,6 +390,8 @@ type Kubernetes struct { Version string // VerticalPodAutoscaler contains the configuration flags for the Kubernetes vertical pod autoscaler. VerticalPodAutoscaler *VerticalPodAutoscaler + // EnableStaticTokenKubeconfig indicates whether static token kubeconfig secret will be created for shoot (default: true). + EnableStaticTokenKubeconfig *bool } // ClusterAutoscaler contains the configuration flags for the Kubernetes cluster autoscaler. @@ -503,6 +537,8 @@ type ServiceAccountConfig struct { // MaxTokenExpiration is the maximum validity duration of a token created by the service account token issuer. If an // otherwise valid TokenRequest with a validity duration larger than this value is requested, a token will be issued // with a validity duration of this value. + // This field must be within [30d,90d] when the ShootMaxTokenExpirationValidation feature gate is enabled. + // This field will be overwritten to be within [30d,90d] when the ShootMaxTokenExpirationOverwrite feature gate is enabled. MaxTokenExpiration *metav1.Duration // AcceptedIssuers is an additional set of issuers that are used to determine which service account tokens are accepted. // These values are not used to generate new service account tokens. Only useful when service account tokens are also diff --git a/vendor/github.com/gardener/gardener/pkg/apis/core/types_shootextensionstatus.go b/vendor/github.com/gardener/gardener/pkg/apis/core/types_shootextensionstatus.go deleted file mode 100644 index 8e96829a..00000000 --- a/vendor/github.com/gardener/gardener/pkg/apis/core/types_shootextensionstatus.go +++ /dev/null @@ -1,57 +0,0 @@ -// Copyright (c) 2021 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -package core - -import ( - metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - "k8s.io/apimachinery/pkg/runtime" -) - -// +genclient -// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object - -// ShootExtensionStatus holds the status information of extensions of a Shoot cluster -type ShootExtensionStatus struct { - metav1.TypeMeta - // Standard object metadata. - // Designed to have an owner reference to the associated Shoot resource - metav1.ObjectMeta - // Statuses holds a list of statuses of extension controllers. - Statuses []ExtensionStatus -} - -// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object - -// ShootExtensionStatusList is a list of ShootExtensionStatus objects. -type ShootExtensionStatusList struct { - metav1.TypeMeta - // Standard list object metadata. - metav1.ListMeta - // Items is a list of ShootExtensionStatus. - Items []ShootExtensionStatus -} - -// ExtensionStatus contains the kind, the type, the optional purpose and the last observed status -// of an extension controller. -type ExtensionStatus struct { - // Kind of the extension resource - Kind string - // Type of the extension resource. This field is immutable. - Type string - // Purpose of the extension resource - Purpose *string - // Status contains the status of the extension resource - Status runtime.Object -} diff --git a/vendor/github.com/gardener/gardener/pkg/apis/core/types_shootstate.go b/vendor/github.com/gardener/gardener/pkg/apis/core/types_shootstate.go index 55e04ff5..76093028 100644 --- a/vendor/github.com/gardener/gardener/pkg/apis/core/types_shootstate.go +++ b/vendor/github.com/gardener/gardener/pkg/apis/core/types_shootstate.go @@ -61,6 +61,8 @@ type GardenerResourceData struct { Type string // Data contains the payload required to generate resources Data runtime.RawExtension + // Labels are labels of the object + Labels map[string]string } // ExtensionResourceState contains the kind of the extension custom resource and its last observed state in the Shoot's diff --git a/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/defaults.go b/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/defaults.go index d9a2e27f..9bbbd2e7 100644 --- a/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/defaults.go +++ b/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/defaults.go @@ -187,6 +187,10 @@ func SetDefaults_Shoot(obj *Shoot) { obj.Spec.Kubernetes.KubeProxy.Enabled = pointer.Bool(true) } + if obj.Spec.Kubernetes.EnableStaticTokenKubeconfig == nil { + obj.Spec.Kubernetes.EnableStaticTokenKubeconfig = pointer.Bool(true) + } + if obj.Spec.Addons == nil { obj.Spec.Addons = &Addons{} } diff --git a/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/generated.pb.go b/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/generated.pb.go index f1dd1135..908f050c 100644 --- a/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/generated.pb.go +++ b/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/generated.pb.go @@ -1455,38 +1455,10 @@ func (m *ExtensionResourceState) XXX_DiscardUnknown() { var xxx_messageInfo_ExtensionResourceState proto.InternalMessageInfo -func (m *ExtensionStatus) Reset() { *m = ExtensionStatus{} } -func (*ExtensionStatus) ProtoMessage() {} -func (*ExtensionStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{50} -} -func (m *ExtensionStatus) XXX_Unmarshal(b []byte) error { - return m.Unmarshal(b) -} -func (m *ExtensionStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - b = b[:cap(b)] - n, err := m.MarshalToSizedBuffer(b) - if err != nil { - return nil, err - } - return b[:n], nil -} -func (m *ExtensionStatus) XXX_Merge(src proto.Message) { - xxx_messageInfo_ExtensionStatus.Merge(m, src) -} -func (m *ExtensionStatus) XXX_Size() int { - return m.Size() -} -func (m *ExtensionStatus) XXX_DiscardUnknown() { - xxx_messageInfo_ExtensionStatus.DiscardUnknown(m) -} - -var xxx_messageInfo_ExtensionStatus proto.InternalMessageInfo - func (m *Gardener) Reset() { *m = Gardener{} } func (*Gardener) ProtoMessage() {} func (*Gardener) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{51} + return fileDescriptor_f1caaec5647a9dbf, []int{50} } func (m *Gardener) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1514,7 +1486,7 @@ var xxx_messageInfo_Gardener proto.InternalMessageInfo func (m *GardenerResourceData) Reset() { *m = GardenerResourceData{} } func (*GardenerResourceData) ProtoMessage() {} func (*GardenerResourceData) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{52} + return fileDescriptor_f1caaec5647a9dbf, []int{51} } func (m *GardenerResourceData) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1542,7 +1514,7 @@ var xxx_messageInfo_GardenerResourceData proto.InternalMessageInfo func (m *Hibernation) Reset() { *m = Hibernation{} } func (*Hibernation) ProtoMessage() {} func (*Hibernation) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{53} + return fileDescriptor_f1caaec5647a9dbf, []int{52} } func (m *Hibernation) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1570,7 +1542,7 @@ var xxx_messageInfo_Hibernation proto.InternalMessageInfo func (m *HibernationSchedule) Reset() { *m = HibernationSchedule{} } func (*HibernationSchedule) ProtoMessage() {} func (*HibernationSchedule) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{54} + return fileDescriptor_f1caaec5647a9dbf, []int{53} } func (m *HibernationSchedule) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1598,7 +1570,7 @@ var xxx_messageInfo_HibernationSchedule proto.InternalMessageInfo func (m *HorizontalPodAutoscalerConfig) Reset() { *m = HorizontalPodAutoscalerConfig{} } func (*HorizontalPodAutoscalerConfig) ProtoMessage() {} func (*HorizontalPodAutoscalerConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{55} + return fileDescriptor_f1caaec5647a9dbf, []int{54} } func (m *HorizontalPodAutoscalerConfig) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1626,7 +1598,7 @@ var xxx_messageInfo_HorizontalPodAutoscalerConfig proto.InternalMessageInfo func (m *Ingress) Reset() { *m = Ingress{} } func (*Ingress) ProtoMessage() {} func (*Ingress) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{56} + return fileDescriptor_f1caaec5647a9dbf, []int{55} } func (m *Ingress) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1654,7 +1626,7 @@ var xxx_messageInfo_Ingress proto.InternalMessageInfo func (m *IngressController) Reset() { *m = IngressController{} } func (*IngressController) ProtoMessage() {} func (*IngressController) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{57} + return fileDescriptor_f1caaec5647a9dbf, []int{56} } func (m *IngressController) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1682,7 +1654,7 @@ var xxx_messageInfo_IngressController proto.InternalMessageInfo func (m *KubeAPIServerConfig) Reset() { *m = KubeAPIServerConfig{} } func (*KubeAPIServerConfig) ProtoMessage() {} func (*KubeAPIServerConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{58} + return fileDescriptor_f1caaec5647a9dbf, []int{57} } func (m *KubeAPIServerConfig) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1710,7 +1682,7 @@ var xxx_messageInfo_KubeAPIServerConfig proto.InternalMessageInfo func (m *KubeAPIServerRequests) Reset() { *m = KubeAPIServerRequests{} } func (*KubeAPIServerRequests) ProtoMessage() {} func (*KubeAPIServerRequests) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{59} + return fileDescriptor_f1caaec5647a9dbf, []int{58} } func (m *KubeAPIServerRequests) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1738,7 +1710,7 @@ var xxx_messageInfo_KubeAPIServerRequests proto.InternalMessageInfo func (m *KubeControllerManagerConfig) Reset() { *m = KubeControllerManagerConfig{} } func (*KubeControllerManagerConfig) ProtoMessage() {} func (*KubeControllerManagerConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{60} + return fileDescriptor_f1caaec5647a9dbf, []int{59} } func (m *KubeControllerManagerConfig) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1766,7 +1738,7 @@ var xxx_messageInfo_KubeControllerManagerConfig proto.InternalMessageInfo func (m *KubeProxyConfig) Reset() { *m = KubeProxyConfig{} } func (*KubeProxyConfig) ProtoMessage() {} func (*KubeProxyConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{61} + return fileDescriptor_f1caaec5647a9dbf, []int{60} } func (m *KubeProxyConfig) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1794,7 +1766,7 @@ var xxx_messageInfo_KubeProxyConfig proto.InternalMessageInfo func (m *KubeSchedulerConfig) Reset() { *m = KubeSchedulerConfig{} } func (*KubeSchedulerConfig) ProtoMessage() {} func (*KubeSchedulerConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{62} + return fileDescriptor_f1caaec5647a9dbf, []int{61} } func (m *KubeSchedulerConfig) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1822,7 +1794,7 @@ var xxx_messageInfo_KubeSchedulerConfig proto.InternalMessageInfo func (m *KubeletConfig) Reset() { *m = KubeletConfig{} } func (*KubeletConfig) ProtoMessage() {} func (*KubeletConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{63} + return fileDescriptor_f1caaec5647a9dbf, []int{62} } func (m *KubeletConfig) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1850,7 +1822,7 @@ var xxx_messageInfo_KubeletConfig proto.InternalMessageInfo func (m *KubeletConfigEviction) Reset() { *m = KubeletConfigEviction{} } func (*KubeletConfigEviction) ProtoMessage() {} func (*KubeletConfigEviction) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{64} + return fileDescriptor_f1caaec5647a9dbf, []int{63} } func (m *KubeletConfigEviction) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1878,7 +1850,7 @@ var xxx_messageInfo_KubeletConfigEviction proto.InternalMessageInfo func (m *KubeletConfigEvictionMinimumReclaim) Reset() { *m = KubeletConfigEvictionMinimumReclaim{} } func (*KubeletConfigEvictionMinimumReclaim) ProtoMessage() {} func (*KubeletConfigEvictionMinimumReclaim) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{65} + return fileDescriptor_f1caaec5647a9dbf, []int{64} } func (m *KubeletConfigEvictionMinimumReclaim) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1906,7 +1878,7 @@ var xxx_messageInfo_KubeletConfigEvictionMinimumReclaim proto.InternalMessageInf func (m *KubeletConfigEvictionSoftGracePeriod) Reset() { *m = KubeletConfigEvictionSoftGracePeriod{} } func (*KubeletConfigEvictionSoftGracePeriod) ProtoMessage() {} func (*KubeletConfigEvictionSoftGracePeriod) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{66} + return fileDescriptor_f1caaec5647a9dbf, []int{65} } func (m *KubeletConfigEvictionSoftGracePeriod) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1934,7 +1906,7 @@ var xxx_messageInfo_KubeletConfigEvictionSoftGracePeriod proto.InternalMessageIn func (m *KubeletConfigReserved) Reset() { *m = KubeletConfigReserved{} } func (*KubeletConfigReserved) ProtoMessage() {} func (*KubeletConfigReserved) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{67} + return fileDescriptor_f1caaec5647a9dbf, []int{66} } func (m *KubeletConfigReserved) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1962,7 +1934,7 @@ var xxx_messageInfo_KubeletConfigReserved proto.InternalMessageInfo func (m *Kubernetes) Reset() { *m = Kubernetes{} } func (*Kubernetes) ProtoMessage() {} func (*Kubernetes) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{68} + return fileDescriptor_f1caaec5647a9dbf, []int{67} } func (m *Kubernetes) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1990,7 +1962,7 @@ var xxx_messageInfo_Kubernetes proto.InternalMessageInfo func (m *KubernetesConfig) Reset() { *m = KubernetesConfig{} } func (*KubernetesConfig) ProtoMessage() {} func (*KubernetesConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{69} + return fileDescriptor_f1caaec5647a9dbf, []int{68} } func (m *KubernetesConfig) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2018,7 +1990,7 @@ var xxx_messageInfo_KubernetesConfig proto.InternalMessageInfo func (m *KubernetesDashboard) Reset() { *m = KubernetesDashboard{} } func (*KubernetesDashboard) ProtoMessage() {} func (*KubernetesDashboard) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{70} + return fileDescriptor_f1caaec5647a9dbf, []int{69} } func (m *KubernetesDashboard) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2046,7 +2018,7 @@ var xxx_messageInfo_KubernetesDashboard proto.InternalMessageInfo func (m *KubernetesInfo) Reset() { *m = KubernetesInfo{} } func (*KubernetesInfo) ProtoMessage() {} func (*KubernetesInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{71} + return fileDescriptor_f1caaec5647a9dbf, []int{70} } func (m *KubernetesInfo) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2074,7 +2046,7 @@ var xxx_messageInfo_KubernetesInfo proto.InternalMessageInfo func (m *KubernetesSettings) Reset() { *m = KubernetesSettings{} } func (*KubernetesSettings) ProtoMessage() {} func (*KubernetesSettings) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{72} + return fileDescriptor_f1caaec5647a9dbf, []int{71} } func (m *KubernetesSettings) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2102,7 +2074,7 @@ var xxx_messageInfo_KubernetesSettings proto.InternalMessageInfo func (m *LastError) Reset() { *m = LastError{} } func (*LastError) ProtoMessage() {} func (*LastError) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{73} + return fileDescriptor_f1caaec5647a9dbf, []int{72} } func (m *LastError) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2130,7 +2102,7 @@ var xxx_messageInfo_LastError proto.InternalMessageInfo func (m *LastOperation) Reset() { *m = LastOperation{} } func (*LastOperation) ProtoMessage() {} func (*LastOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{74} + return fileDescriptor_f1caaec5647a9dbf, []int{73} } func (m *LastOperation) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2158,7 +2130,7 @@ var xxx_messageInfo_LastOperation proto.InternalMessageInfo func (m *Machine) Reset() { *m = Machine{} } func (*Machine) ProtoMessage() {} func (*Machine) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{75} + return fileDescriptor_f1caaec5647a9dbf, []int{74} } func (m *Machine) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2186,7 +2158,7 @@ var xxx_messageInfo_Machine proto.InternalMessageInfo func (m *MachineControllerManagerSettings) Reset() { *m = MachineControllerManagerSettings{} } func (*MachineControllerManagerSettings) ProtoMessage() {} func (*MachineControllerManagerSettings) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{76} + return fileDescriptor_f1caaec5647a9dbf, []int{75} } func (m *MachineControllerManagerSettings) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2214,7 +2186,7 @@ var xxx_messageInfo_MachineControllerManagerSettings proto.InternalMessageInfo func (m *MachineImage) Reset() { *m = MachineImage{} } func (*MachineImage) ProtoMessage() {} func (*MachineImage) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{77} + return fileDescriptor_f1caaec5647a9dbf, []int{76} } func (m *MachineImage) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2242,7 +2214,7 @@ var xxx_messageInfo_MachineImage proto.InternalMessageInfo func (m *MachineImageVersion) Reset() { *m = MachineImageVersion{} } func (*MachineImageVersion) ProtoMessage() {} func (*MachineImageVersion) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{78} + return fileDescriptor_f1caaec5647a9dbf, []int{77} } func (m *MachineImageVersion) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2270,7 +2242,7 @@ var xxx_messageInfo_MachineImageVersion proto.InternalMessageInfo func (m *MachineType) Reset() { *m = MachineType{} } func (*MachineType) ProtoMessage() {} func (*MachineType) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{79} + return fileDescriptor_f1caaec5647a9dbf, []int{78} } func (m *MachineType) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2298,7 +2270,7 @@ var xxx_messageInfo_MachineType proto.InternalMessageInfo func (m *MachineTypeStorage) Reset() { *m = MachineTypeStorage{} } func (*MachineTypeStorage) ProtoMessage() {} func (*MachineTypeStorage) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{80} + return fileDescriptor_f1caaec5647a9dbf, []int{79} } func (m *MachineTypeStorage) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2326,7 +2298,7 @@ var xxx_messageInfo_MachineTypeStorage proto.InternalMessageInfo func (m *Maintenance) Reset() { *m = Maintenance{} } func (*Maintenance) ProtoMessage() {} func (*Maintenance) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{81} + return fileDescriptor_f1caaec5647a9dbf, []int{80} } func (m *Maintenance) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2354,7 +2326,7 @@ var xxx_messageInfo_Maintenance proto.InternalMessageInfo func (m *MaintenanceAutoUpdate) Reset() { *m = MaintenanceAutoUpdate{} } func (*MaintenanceAutoUpdate) ProtoMessage() {} func (*MaintenanceAutoUpdate) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{82} + return fileDescriptor_f1caaec5647a9dbf, []int{81} } func (m *MaintenanceAutoUpdate) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2382,7 +2354,7 @@ var xxx_messageInfo_MaintenanceAutoUpdate proto.InternalMessageInfo func (m *MaintenanceTimeWindow) Reset() { *m = MaintenanceTimeWindow{} } func (*MaintenanceTimeWindow) ProtoMessage() {} func (*MaintenanceTimeWindow) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{83} + return fileDescriptor_f1caaec5647a9dbf, []int{82} } func (m *MaintenanceTimeWindow) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2410,7 +2382,7 @@ var xxx_messageInfo_MaintenanceTimeWindow proto.InternalMessageInfo func (m *Monitoring) Reset() { *m = Monitoring{} } func (*Monitoring) ProtoMessage() {} func (*Monitoring) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{84} + return fileDescriptor_f1caaec5647a9dbf, []int{83} } func (m *Monitoring) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2438,7 +2410,7 @@ var xxx_messageInfo_Monitoring proto.InternalMessageInfo func (m *NamedResourceReference) Reset() { *m = NamedResourceReference{} } func (*NamedResourceReference) ProtoMessage() {} func (*NamedResourceReference) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{85} + return fileDescriptor_f1caaec5647a9dbf, []int{84} } func (m *NamedResourceReference) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2466,7 +2438,7 @@ var xxx_messageInfo_NamedResourceReference proto.InternalMessageInfo func (m *Networking) Reset() { *m = Networking{} } func (*Networking) ProtoMessage() {} func (*Networking) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{86} + return fileDescriptor_f1caaec5647a9dbf, []int{85} } func (m *Networking) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2494,7 +2466,7 @@ var xxx_messageInfo_Networking proto.InternalMessageInfo func (m *NginxIngress) Reset() { *m = NginxIngress{} } func (*NginxIngress) ProtoMessage() {} func (*NginxIngress) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{87} + return fileDescriptor_f1caaec5647a9dbf, []int{86} } func (m *NginxIngress) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2522,7 +2494,7 @@ var xxx_messageInfo_NginxIngress proto.InternalMessageInfo func (m *OIDCConfig) Reset() { *m = OIDCConfig{} } func (*OIDCConfig) ProtoMessage() {} func (*OIDCConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{88} + return fileDescriptor_f1caaec5647a9dbf, []int{87} } func (m *OIDCConfig) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2550,7 +2522,7 @@ var xxx_messageInfo_OIDCConfig proto.InternalMessageInfo func (m *OpenIDConnectClientAuthentication) Reset() { *m = OpenIDConnectClientAuthentication{} } func (*OpenIDConnectClientAuthentication) ProtoMessage() {} func (*OpenIDConnectClientAuthentication) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{89} + return fileDescriptor_f1caaec5647a9dbf, []int{88} } func (m *OpenIDConnectClientAuthentication) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2578,7 +2550,7 @@ var xxx_messageInfo_OpenIDConnectClientAuthentication proto.InternalMessageInfo func (m *Plant) Reset() { *m = Plant{} } func (*Plant) ProtoMessage() {} func (*Plant) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{90} + return fileDescriptor_f1caaec5647a9dbf, []int{89} } func (m *Plant) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2606,7 +2578,7 @@ var xxx_messageInfo_Plant proto.InternalMessageInfo func (m *PlantList) Reset() { *m = PlantList{} } func (*PlantList) ProtoMessage() {} func (*PlantList) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{91} + return fileDescriptor_f1caaec5647a9dbf, []int{90} } func (m *PlantList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2634,7 +2606,7 @@ var xxx_messageInfo_PlantList proto.InternalMessageInfo func (m *PlantSpec) Reset() { *m = PlantSpec{} } func (*PlantSpec) ProtoMessage() {} func (*PlantSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{92} + return fileDescriptor_f1caaec5647a9dbf, []int{91} } func (m *PlantSpec) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2662,7 +2634,7 @@ var xxx_messageInfo_PlantSpec proto.InternalMessageInfo func (m *PlantStatus) Reset() { *m = PlantStatus{} } func (*PlantStatus) ProtoMessage() {} func (*PlantStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{93} + return fileDescriptor_f1caaec5647a9dbf, []int{92} } func (m *PlantStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2690,7 +2662,7 @@ var xxx_messageInfo_PlantStatus proto.InternalMessageInfo func (m *Project) Reset() { *m = Project{} } func (*Project) ProtoMessage() {} func (*Project) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{94} + return fileDescriptor_f1caaec5647a9dbf, []int{93} } func (m *Project) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2718,7 +2690,7 @@ var xxx_messageInfo_Project proto.InternalMessageInfo func (m *ProjectList) Reset() { *m = ProjectList{} } func (*ProjectList) ProtoMessage() {} func (*ProjectList) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{95} + return fileDescriptor_f1caaec5647a9dbf, []int{94} } func (m *ProjectList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2746,7 +2718,7 @@ var xxx_messageInfo_ProjectList proto.InternalMessageInfo func (m *ProjectMember) Reset() { *m = ProjectMember{} } func (*ProjectMember) ProtoMessage() {} func (*ProjectMember) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{96} + return fileDescriptor_f1caaec5647a9dbf, []int{95} } func (m *ProjectMember) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2774,7 +2746,7 @@ var xxx_messageInfo_ProjectMember proto.InternalMessageInfo func (m *ProjectSpec) Reset() { *m = ProjectSpec{} } func (*ProjectSpec) ProtoMessage() {} func (*ProjectSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{97} + return fileDescriptor_f1caaec5647a9dbf, []int{96} } func (m *ProjectSpec) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2802,7 +2774,7 @@ var xxx_messageInfo_ProjectSpec proto.InternalMessageInfo func (m *ProjectStatus) Reset() { *m = ProjectStatus{} } func (*ProjectStatus) ProtoMessage() {} func (*ProjectStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{98} + return fileDescriptor_f1caaec5647a9dbf, []int{97} } func (m *ProjectStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2830,7 +2802,7 @@ var xxx_messageInfo_ProjectStatus proto.InternalMessageInfo func (m *ProjectTolerations) Reset() { *m = ProjectTolerations{} } func (*ProjectTolerations) ProtoMessage() {} func (*ProjectTolerations) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{99} + return fileDescriptor_f1caaec5647a9dbf, []int{98} } func (m *ProjectTolerations) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2858,7 +2830,7 @@ var xxx_messageInfo_ProjectTolerations proto.InternalMessageInfo func (m *Provider) Reset() { *m = Provider{} } func (*Provider) ProtoMessage() {} func (*Provider) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{100} + return fileDescriptor_f1caaec5647a9dbf, []int{99} } func (m *Provider) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2886,7 +2858,7 @@ var xxx_messageInfo_Provider proto.InternalMessageInfo func (m *Quota) Reset() { *m = Quota{} } func (*Quota) ProtoMessage() {} func (*Quota) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{101} + return fileDescriptor_f1caaec5647a9dbf, []int{100} } func (m *Quota) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2914,7 +2886,7 @@ var xxx_messageInfo_Quota proto.InternalMessageInfo func (m *QuotaList) Reset() { *m = QuotaList{} } func (*QuotaList) ProtoMessage() {} func (*QuotaList) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{102} + return fileDescriptor_f1caaec5647a9dbf, []int{101} } func (m *QuotaList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2942,7 +2914,7 @@ var xxx_messageInfo_QuotaList proto.InternalMessageInfo func (m *QuotaSpec) Reset() { *m = QuotaSpec{} } func (*QuotaSpec) ProtoMessage() {} func (*QuotaSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{103} + return fileDescriptor_f1caaec5647a9dbf, []int{102} } func (m *QuotaSpec) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2970,7 +2942,7 @@ var xxx_messageInfo_QuotaSpec proto.InternalMessageInfo func (m *Region) Reset() { *m = Region{} } func (*Region) ProtoMessage() {} func (*Region) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{104} + return fileDescriptor_f1caaec5647a9dbf, []int{103} } func (m *Region) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2998,7 +2970,7 @@ var xxx_messageInfo_Region proto.InternalMessageInfo func (m *ResourceData) Reset() { *m = ResourceData{} } func (*ResourceData) ProtoMessage() {} func (*ResourceData) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{105} + return fileDescriptor_f1caaec5647a9dbf, []int{104} } func (m *ResourceData) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3026,7 +2998,7 @@ var xxx_messageInfo_ResourceData proto.InternalMessageInfo func (m *ResourceWatchCacheSize) Reset() { *m = ResourceWatchCacheSize{} } func (*ResourceWatchCacheSize) ProtoMessage() {} func (*ResourceWatchCacheSize) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{106} + return fileDescriptor_f1caaec5647a9dbf, []int{105} } func (m *ResourceWatchCacheSize) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3054,7 +3026,7 @@ var xxx_messageInfo_ResourceWatchCacheSize proto.InternalMessageInfo func (m *SecretBinding) Reset() { *m = SecretBinding{} } func (*SecretBinding) ProtoMessage() {} func (*SecretBinding) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{107} + return fileDescriptor_f1caaec5647a9dbf, []int{106} } func (m *SecretBinding) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3082,7 +3054,7 @@ var xxx_messageInfo_SecretBinding proto.InternalMessageInfo func (m *SecretBindingList) Reset() { *m = SecretBindingList{} } func (*SecretBindingList) ProtoMessage() {} func (*SecretBindingList) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{108} + return fileDescriptor_f1caaec5647a9dbf, []int{107} } func (m *SecretBindingList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3110,7 +3082,7 @@ var xxx_messageInfo_SecretBindingList proto.InternalMessageInfo func (m *SecretBindingProvider) Reset() { *m = SecretBindingProvider{} } func (*SecretBindingProvider) ProtoMessage() {} func (*SecretBindingProvider) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{109} + return fileDescriptor_f1caaec5647a9dbf, []int{108} } func (m *SecretBindingProvider) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3138,7 +3110,7 @@ var xxx_messageInfo_SecretBindingProvider proto.InternalMessageInfo func (m *Seed) Reset() { *m = Seed{} } func (*Seed) ProtoMessage() {} func (*Seed) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{110} + return fileDescriptor_f1caaec5647a9dbf, []int{109} } func (m *Seed) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3166,7 +3138,7 @@ var xxx_messageInfo_Seed proto.InternalMessageInfo func (m *SeedBackup) Reset() { *m = SeedBackup{} } func (*SeedBackup) ProtoMessage() {} func (*SeedBackup) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{111} + return fileDescriptor_f1caaec5647a9dbf, []int{110} } func (m *SeedBackup) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3194,7 +3166,7 @@ var xxx_messageInfo_SeedBackup proto.InternalMessageInfo func (m *SeedDNS) Reset() { *m = SeedDNS{} } func (*SeedDNS) ProtoMessage() {} func (*SeedDNS) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{112} + return fileDescriptor_f1caaec5647a9dbf, []int{111} } func (m *SeedDNS) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3222,7 +3194,7 @@ var xxx_messageInfo_SeedDNS proto.InternalMessageInfo func (m *SeedDNSProvider) Reset() { *m = SeedDNSProvider{} } func (*SeedDNSProvider) ProtoMessage() {} func (*SeedDNSProvider) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{113} + return fileDescriptor_f1caaec5647a9dbf, []int{112} } func (m *SeedDNSProvider) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3250,7 +3222,7 @@ var xxx_messageInfo_SeedDNSProvider proto.InternalMessageInfo func (m *SeedList) Reset() { *m = SeedList{} } func (*SeedList) ProtoMessage() {} func (*SeedList) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{114} + return fileDescriptor_f1caaec5647a9dbf, []int{113} } func (m *SeedList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3278,7 +3250,7 @@ var xxx_messageInfo_SeedList proto.InternalMessageInfo func (m *SeedNetworks) Reset() { *m = SeedNetworks{} } func (*SeedNetworks) ProtoMessage() {} func (*SeedNetworks) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{115} + return fileDescriptor_f1caaec5647a9dbf, []int{114} } func (m *SeedNetworks) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3306,7 +3278,7 @@ var xxx_messageInfo_SeedNetworks proto.InternalMessageInfo func (m *SeedProvider) Reset() { *m = SeedProvider{} } func (*SeedProvider) ProtoMessage() {} func (*SeedProvider) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{116} + return fileDescriptor_f1caaec5647a9dbf, []int{115} } func (m *SeedProvider) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3334,7 +3306,7 @@ var xxx_messageInfo_SeedProvider proto.InternalMessageInfo func (m *SeedSelector) Reset() { *m = SeedSelector{} } func (*SeedSelector) ProtoMessage() {} func (*SeedSelector) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{117} + return fileDescriptor_f1caaec5647a9dbf, []int{116} } func (m *SeedSelector) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3362,7 +3334,7 @@ var xxx_messageInfo_SeedSelector proto.InternalMessageInfo func (m *SeedSettingDependencyWatchdog) Reset() { *m = SeedSettingDependencyWatchdog{} } func (*SeedSettingDependencyWatchdog) ProtoMessage() {} func (*SeedSettingDependencyWatchdog) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{118} + return fileDescriptor_f1caaec5647a9dbf, []int{117} } func (m *SeedSettingDependencyWatchdog) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3390,7 +3362,7 @@ var xxx_messageInfo_SeedSettingDependencyWatchdog proto.InternalMessageInfo func (m *SeedSettingDependencyWatchdogEndpoint) Reset() { *m = SeedSettingDependencyWatchdogEndpoint{} } func (*SeedSettingDependencyWatchdogEndpoint) ProtoMessage() {} func (*SeedSettingDependencyWatchdogEndpoint) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{119} + return fileDescriptor_f1caaec5647a9dbf, []int{118} } func (m *SeedSettingDependencyWatchdogEndpoint) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3418,7 +3390,7 @@ var xxx_messageInfo_SeedSettingDependencyWatchdogEndpoint proto.InternalMessageI func (m *SeedSettingDependencyWatchdogProbe) Reset() { *m = SeedSettingDependencyWatchdogProbe{} } func (*SeedSettingDependencyWatchdogProbe) ProtoMessage() {} func (*SeedSettingDependencyWatchdogProbe) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{120} + return fileDescriptor_f1caaec5647a9dbf, []int{119} } func (m *SeedSettingDependencyWatchdogProbe) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3446,7 +3418,7 @@ var xxx_messageInfo_SeedSettingDependencyWatchdogProbe proto.InternalMessageInfo func (m *SeedSettingExcessCapacityReservation) Reset() { *m = SeedSettingExcessCapacityReservation{} } func (*SeedSettingExcessCapacityReservation) ProtoMessage() {} func (*SeedSettingExcessCapacityReservation) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{121} + return fileDescriptor_f1caaec5647a9dbf, []int{120} } func (m *SeedSettingExcessCapacityReservation) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3474,7 +3446,7 @@ var xxx_messageInfo_SeedSettingExcessCapacityReservation proto.InternalMessageIn func (m *SeedSettingLoadBalancerServices) Reset() { *m = SeedSettingLoadBalancerServices{} } func (*SeedSettingLoadBalancerServices) ProtoMessage() {} func (*SeedSettingLoadBalancerServices) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{122} + return fileDescriptor_f1caaec5647a9dbf, []int{121} } func (m *SeedSettingLoadBalancerServices) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3502,7 +3474,7 @@ var xxx_messageInfo_SeedSettingLoadBalancerServices proto.InternalMessageInfo func (m *SeedSettingOwnerChecks) Reset() { *m = SeedSettingOwnerChecks{} } func (*SeedSettingOwnerChecks) ProtoMessage() {} func (*SeedSettingOwnerChecks) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{123} + return fileDescriptor_f1caaec5647a9dbf, []int{122} } func (m *SeedSettingOwnerChecks) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3530,7 +3502,7 @@ var xxx_messageInfo_SeedSettingOwnerChecks proto.InternalMessageInfo func (m *SeedSettingScheduling) Reset() { *m = SeedSettingScheduling{} } func (*SeedSettingScheduling) ProtoMessage() {} func (*SeedSettingScheduling) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{124} + return fileDescriptor_f1caaec5647a9dbf, []int{123} } func (m *SeedSettingScheduling) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3558,7 +3530,7 @@ var xxx_messageInfo_SeedSettingScheduling proto.InternalMessageInfo func (m *SeedSettingShootDNS) Reset() { *m = SeedSettingShootDNS{} } func (*SeedSettingShootDNS) ProtoMessage() {} func (*SeedSettingShootDNS) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{125} + return fileDescriptor_f1caaec5647a9dbf, []int{124} } func (m *SeedSettingShootDNS) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3586,7 +3558,7 @@ var xxx_messageInfo_SeedSettingShootDNS proto.InternalMessageInfo func (m *SeedSettingVerticalPodAutoscaler) Reset() { *m = SeedSettingVerticalPodAutoscaler{} } func (*SeedSettingVerticalPodAutoscaler) ProtoMessage() {} func (*SeedSettingVerticalPodAutoscaler) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{126} + return fileDescriptor_f1caaec5647a9dbf, []int{125} } func (m *SeedSettingVerticalPodAutoscaler) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3614,7 +3586,7 @@ var xxx_messageInfo_SeedSettingVerticalPodAutoscaler proto.InternalMessageInfo func (m *SeedSettings) Reset() { *m = SeedSettings{} } func (*SeedSettings) ProtoMessage() {} func (*SeedSettings) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{127} + return fileDescriptor_f1caaec5647a9dbf, []int{126} } func (m *SeedSettings) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3642,7 +3614,7 @@ var xxx_messageInfo_SeedSettings proto.InternalMessageInfo func (m *SeedSpec) Reset() { *m = SeedSpec{} } func (*SeedSpec) ProtoMessage() {} func (*SeedSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{128} + return fileDescriptor_f1caaec5647a9dbf, []int{127} } func (m *SeedSpec) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3670,7 +3642,7 @@ var xxx_messageInfo_SeedSpec proto.InternalMessageInfo func (m *SeedStatus) Reset() { *m = SeedStatus{} } func (*SeedStatus) ProtoMessage() {} func (*SeedStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{129} + return fileDescriptor_f1caaec5647a9dbf, []int{128} } func (m *SeedStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3698,7 +3670,7 @@ var xxx_messageInfo_SeedStatus proto.InternalMessageInfo func (m *SeedTaint) Reset() { *m = SeedTaint{} } func (*SeedTaint) ProtoMessage() {} func (*SeedTaint) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{130} + return fileDescriptor_f1caaec5647a9dbf, []int{129} } func (m *SeedTaint) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3726,7 +3698,7 @@ var xxx_messageInfo_SeedTaint proto.InternalMessageInfo func (m *SeedVolume) Reset() { *m = SeedVolume{} } func (*SeedVolume) ProtoMessage() {} func (*SeedVolume) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{131} + return fileDescriptor_f1caaec5647a9dbf, []int{130} } func (m *SeedVolume) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3754,7 +3726,7 @@ var xxx_messageInfo_SeedVolume proto.InternalMessageInfo func (m *SeedVolumeProvider) Reset() { *m = SeedVolumeProvider{} } func (*SeedVolumeProvider) ProtoMessage() {} func (*SeedVolumeProvider) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{132} + return fileDescriptor_f1caaec5647a9dbf, []int{131} } func (m *SeedVolumeProvider) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3782,7 +3754,7 @@ var xxx_messageInfo_SeedVolumeProvider proto.InternalMessageInfo func (m *ServiceAccountConfig) Reset() { *m = ServiceAccountConfig{} } func (*ServiceAccountConfig) ProtoMessage() {} func (*ServiceAccountConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{133} + return fileDescriptor_f1caaec5647a9dbf, []int{132} } func (m *ServiceAccountConfig) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3810,7 +3782,7 @@ var xxx_messageInfo_ServiceAccountConfig proto.InternalMessageInfo func (m *Shoot) Reset() { *m = Shoot{} } func (*Shoot) ProtoMessage() {} func (*Shoot) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{134} + return fileDescriptor_f1caaec5647a9dbf, []int{133} } func (m *Shoot) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3838,7 +3810,7 @@ var xxx_messageInfo_Shoot proto.InternalMessageInfo func (m *ShootAdvertisedAddress) Reset() { *m = ShootAdvertisedAddress{} } func (*ShootAdvertisedAddress) ProtoMessage() {} func (*ShootAdvertisedAddress) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{135} + return fileDescriptor_f1caaec5647a9dbf, []int{134} } func (m *ShootAdvertisedAddress) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3866,7 +3838,7 @@ var xxx_messageInfo_ShootAdvertisedAddress proto.InternalMessageInfo func (m *ShootCARotation) Reset() { *m = ShootCARotation{} } func (*ShootCARotation) ProtoMessage() {} func (*ShootCARotation) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{136} + return fileDescriptor_f1caaec5647a9dbf, []int{135} } func (m *ShootCARotation) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3894,7 +3866,7 @@ var xxx_messageInfo_ShootCARotation proto.InternalMessageInfo func (m *ShootCredentials) Reset() { *m = ShootCredentials{} } func (*ShootCredentials) ProtoMessage() {} func (*ShootCredentials) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{137} + return fileDescriptor_f1caaec5647a9dbf, []int{136} } func (m *ShootCredentials) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3922,7 +3894,7 @@ var xxx_messageInfo_ShootCredentials proto.InternalMessageInfo func (m *ShootCredentialsRotation) Reset() { *m = ShootCredentialsRotation{} } func (*ShootCredentialsRotation) ProtoMessage() {} func (*ShootCredentialsRotation) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{138} + return fileDescriptor_f1caaec5647a9dbf, []int{137} } func (m *ShootCredentialsRotation) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3947,43 +3919,15 @@ func (m *ShootCredentialsRotation) XXX_DiscardUnknown() { var xxx_messageInfo_ShootCredentialsRotation proto.InternalMessageInfo -func (m *ShootExtensionStatus) Reset() { *m = ShootExtensionStatus{} } -func (*ShootExtensionStatus) ProtoMessage() {} -func (*ShootExtensionStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{139} -} -func (m *ShootExtensionStatus) XXX_Unmarshal(b []byte) error { - return m.Unmarshal(b) -} -func (m *ShootExtensionStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - b = b[:cap(b)] - n, err := m.MarshalToSizedBuffer(b) - if err != nil { - return nil, err - } - return b[:n], nil -} -func (m *ShootExtensionStatus) XXX_Merge(src proto.Message) { - xxx_messageInfo_ShootExtensionStatus.Merge(m, src) -} -func (m *ShootExtensionStatus) XXX_Size() int { - return m.Size() -} -func (m *ShootExtensionStatus) XXX_DiscardUnknown() { - xxx_messageInfo_ShootExtensionStatus.DiscardUnknown(m) -} - -var xxx_messageInfo_ShootExtensionStatus proto.InternalMessageInfo - -func (m *ShootExtensionStatusList) Reset() { *m = ShootExtensionStatusList{} } -func (*ShootExtensionStatusList) ProtoMessage() {} -func (*ShootExtensionStatusList) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{140} +func (m *ShootKubeconfigRotation) Reset() { *m = ShootKubeconfigRotation{} } +func (*ShootKubeconfigRotation) ProtoMessage() {} +func (*ShootKubeconfigRotation) Descriptor() ([]byte, []int) { + return fileDescriptor_f1caaec5647a9dbf, []int{138} } -func (m *ShootExtensionStatusList) XXX_Unmarshal(b []byte) error { +func (m *ShootKubeconfigRotation) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) } -func (m *ShootExtensionStatusList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { +func (m *ShootKubeconfigRotation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { b = b[:cap(b)] n, err := m.MarshalToSizedBuffer(b) if err != nil { @@ -3991,22 +3935,22 @@ func (m *ShootExtensionStatusList) XXX_Marshal(b []byte, deterministic bool) ([] } return b[:n], nil } -func (m *ShootExtensionStatusList) XXX_Merge(src proto.Message) { - xxx_messageInfo_ShootExtensionStatusList.Merge(m, src) +func (m *ShootKubeconfigRotation) XXX_Merge(src proto.Message) { + xxx_messageInfo_ShootKubeconfigRotation.Merge(m, src) } -func (m *ShootExtensionStatusList) XXX_Size() int { +func (m *ShootKubeconfigRotation) XXX_Size() int { return m.Size() } -func (m *ShootExtensionStatusList) XXX_DiscardUnknown() { - xxx_messageInfo_ShootExtensionStatusList.DiscardUnknown(m) +func (m *ShootKubeconfigRotation) XXX_DiscardUnknown() { + xxx_messageInfo_ShootKubeconfigRotation.DiscardUnknown(m) } -var xxx_messageInfo_ShootExtensionStatusList proto.InternalMessageInfo +var xxx_messageInfo_ShootKubeconfigRotation proto.InternalMessageInfo func (m *ShootList) Reset() { *m = ShootList{} } func (*ShootList) ProtoMessage() {} func (*ShootList) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{141} + return fileDescriptor_f1caaec5647a9dbf, []int{139} } func (m *ShootList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4034,7 +3978,7 @@ var xxx_messageInfo_ShootList proto.InternalMessageInfo func (m *ShootMachineImage) Reset() { *m = ShootMachineImage{} } func (*ShootMachineImage) ProtoMessage() {} func (*ShootMachineImage) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{142} + return fileDescriptor_f1caaec5647a9dbf, []int{140} } func (m *ShootMachineImage) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4062,7 +4006,7 @@ var xxx_messageInfo_ShootMachineImage proto.InternalMessageInfo func (m *ShootNetworks) Reset() { *m = ShootNetworks{} } func (*ShootNetworks) ProtoMessage() {} func (*ShootNetworks) Descriptor() ([]byte, []int) { - return fileDescriptor_f1caaec5647a9dbf, []int{143} + return fileDescriptor_f1caaec5647a9dbf, []int{141} } func (m *ShootNetworks) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4087,6 +4031,62 @@ func (m *ShootNetworks) XXX_DiscardUnknown() { var xxx_messageInfo_ShootNetworks proto.InternalMessageInfo +func (m *ShootObservabilityRotation) Reset() { *m = ShootObservabilityRotation{} } +func (*ShootObservabilityRotation) ProtoMessage() {} +func (*ShootObservabilityRotation) Descriptor() ([]byte, []int) { + return fileDescriptor_f1caaec5647a9dbf, []int{142} +} +func (m *ShootObservabilityRotation) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *ShootObservabilityRotation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil +} +func (m *ShootObservabilityRotation) XXX_Merge(src proto.Message) { + xxx_messageInfo_ShootObservabilityRotation.Merge(m, src) +} +func (m *ShootObservabilityRotation) XXX_Size() int { + return m.Size() +} +func (m *ShootObservabilityRotation) XXX_DiscardUnknown() { + xxx_messageInfo_ShootObservabilityRotation.DiscardUnknown(m) +} + +var xxx_messageInfo_ShootObservabilityRotation proto.InternalMessageInfo + +func (m *ShootSSHKeypairRotation) Reset() { *m = ShootSSHKeypairRotation{} } +func (*ShootSSHKeypairRotation) ProtoMessage() {} +func (*ShootSSHKeypairRotation) Descriptor() ([]byte, []int) { + return fileDescriptor_f1caaec5647a9dbf, []int{143} +} +func (m *ShootSSHKeypairRotation) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *ShootSSHKeypairRotation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil +} +func (m *ShootSSHKeypairRotation) XXX_Merge(src proto.Message) { + xxx_messageInfo_ShootSSHKeypairRotation.Merge(m, src) +} +func (m *ShootSSHKeypairRotation) XXX_Size() int { + return m.Size() +} +func (m *ShootSSHKeypairRotation) XXX_DiscardUnknown() { + xxx_messageInfo_ShootSSHKeypairRotation.DiscardUnknown(m) +} + +var xxx_messageInfo_ShootSSHKeypairRotation proto.InternalMessageInfo + func (m *ShootSpec) Reset() { *m = ShootSpec{} } func (*ShootSpec) ProtoMessage() {} func (*ShootSpec) Descriptor() ([]byte, []int) { @@ -4530,9 +4530,9 @@ func init() { proto.RegisterType((*ExposureClassScheduling)(nil), "github.com.gardener.gardener.pkg.apis.core.v1alpha1.ExposureClassScheduling") proto.RegisterType((*Extension)(nil), "github.com.gardener.gardener.pkg.apis.core.v1alpha1.Extension") proto.RegisterType((*ExtensionResourceState)(nil), "github.com.gardener.gardener.pkg.apis.core.v1alpha1.ExtensionResourceState") - proto.RegisterType((*ExtensionStatus)(nil), "github.com.gardener.gardener.pkg.apis.core.v1alpha1.ExtensionStatus") proto.RegisterType((*Gardener)(nil), "github.com.gardener.gardener.pkg.apis.core.v1alpha1.Gardener") proto.RegisterType((*GardenerResourceData)(nil), "github.com.gardener.gardener.pkg.apis.core.v1alpha1.GardenerResourceData") + proto.RegisterMapType((map[string]string)(nil), "github.com.gardener.gardener.pkg.apis.core.v1alpha1.GardenerResourceData.LabelsEntry") proto.RegisterType((*Hibernation)(nil), "github.com.gardener.gardener.pkg.apis.core.v1alpha1.Hibernation") proto.RegisterType((*HibernationSchedule)(nil), "github.com.gardener.gardener.pkg.apis.core.v1alpha1.HibernationSchedule") proto.RegisterType((*HorizontalPodAutoscalerConfig)(nil), "github.com.gardener.gardener.pkg.apis.core.v1alpha1.HorizontalPodAutoscalerConfig") @@ -4627,11 +4627,12 @@ func init() { proto.RegisterType((*ShootCARotation)(nil), "github.com.gardener.gardener.pkg.apis.core.v1alpha1.ShootCARotation") proto.RegisterType((*ShootCredentials)(nil), "github.com.gardener.gardener.pkg.apis.core.v1alpha1.ShootCredentials") proto.RegisterType((*ShootCredentialsRotation)(nil), "github.com.gardener.gardener.pkg.apis.core.v1alpha1.ShootCredentialsRotation") - proto.RegisterType((*ShootExtensionStatus)(nil), "github.com.gardener.gardener.pkg.apis.core.v1alpha1.ShootExtensionStatus") - proto.RegisterType((*ShootExtensionStatusList)(nil), "github.com.gardener.gardener.pkg.apis.core.v1alpha1.ShootExtensionStatusList") + proto.RegisterType((*ShootKubeconfigRotation)(nil), "github.com.gardener.gardener.pkg.apis.core.v1alpha1.ShootKubeconfigRotation") proto.RegisterType((*ShootList)(nil), "github.com.gardener.gardener.pkg.apis.core.v1alpha1.ShootList") proto.RegisterType((*ShootMachineImage)(nil), "github.com.gardener.gardener.pkg.apis.core.v1alpha1.ShootMachineImage") proto.RegisterType((*ShootNetworks)(nil), "github.com.gardener.gardener.pkg.apis.core.v1alpha1.ShootNetworks") + proto.RegisterType((*ShootObservabilityRotation)(nil), "github.com.gardener.gardener.pkg.apis.core.v1alpha1.ShootObservabilityRotation") + proto.RegisterType((*ShootSSHKeypairRotation)(nil), "github.com.gardener.gardener.pkg.apis.core.v1alpha1.ShootSSHKeypairRotation") proto.RegisterType((*ShootSpec)(nil), "github.com.gardener.gardener.pkg.apis.core.v1alpha1.ShootSpec") proto.RegisterType((*ShootState)(nil), "github.com.gardener.gardener.pkg.apis.core.v1alpha1.ShootState") proto.RegisterType((*ShootStateList)(nil), "github.com.gardener.gardener.pkg.apis.core.v1alpha1.ShootStateList") @@ -4655,648 +4656,655 @@ func init() { } var fileDescriptor_f1caaec5647a9dbf = []byte{ - // 10246 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0xbd, 0x6b, 0x6c, 0x24, 0xd9, - 0x75, 0x18, 0xac, 0x6a, 0xb2, 0xc9, 0xe6, 0x69, 0x3e, 0xef, 0x3c, 0x96, 0x3b, 0x3b, 0x33, 0x1c, - 0x95, 0xb4, 0xfa, 0x66, 0x3f, 0xc9, 0x1c, 0xaf, 0x1e, 0x96, 0x76, 0xb5, 0xbb, 0x5a, 0x76, 0x37, - 0x67, 0xa6, 0x35, 0x43, 0x0e, 0x75, 0x7b, 0xb8, 0x2b, 0xad, 0x0c, 0xad, 0x8a, 0x55, 0x97, 0xcd, - 0x5a, 0x56, 0x57, 0xf5, 0x56, 0x55, 0x73, 0xc8, 0x59, 0xc1, 0x52, 0xd6, 0x7a, 0xc4, 0x12, 0x12, - 0x24, 0x70, 0x02, 0x19, 0x92, 0x20, 0xc9, 0x82, 0x11, 0x28, 0x48, 0x02, 0x19, 0x02, 0xac, 0xc0, - 0x79, 0xf8, 0x87, 0xfd, 0xc3, 0x82, 0x14, 0x28, 0x46, 0xe2, 0x18, 0x8a, 0xe1, 0x50, 0x11, 0x13, - 0xc4, 0x4a, 0xe2, 0xfc, 0x08, 0x82, 0xfc, 0x19, 0x38, 0x41, 0x70, 0x1f, 0x55, 0x75, 0xeb, 0x45, - 0x36, 0xab, 0x38, 0xdc, 0xdd, 0x5f, 0xdd, 0x75, 0x1f, 0xe7, 0xdc, 0xe7, 0xb9, 0xe7, 0x9c, 0x7b, - 0xee, 0x39, 0xd0, 0xec, 0x9a, 0xfe, 0xd6, 0x60, 0x63, 0x51, 0x77, 0x7a, 0xd7, 0xba, 0x9a, 0x6b, - 0x10, 0x9b, 0xb8, 0xd1, 0x9f, 0xfe, 0x76, 0xf7, 0x9a, 0xd6, 0x37, 0xbd, 0x6b, 0xba, 0xe3, 0x92, - 0x6b, 0x3b, 0x4f, 0x6a, 0x56, 0x7f, 0x4b, 0x7b, 0xf2, 0x5a, 0x97, 0x66, 0x6a, 0x3e, 0x31, 0x16, - 0xfb, 0xae, 0xe3, 0x3b, 0xe8, 0x7d, 0x11, 0x90, 0xc5, 0xa0, 0x6e, 0xf4, 0xa7, 0xbf, 0xdd, 0x5d, - 0xa4, 0x40, 0x16, 0x29, 0x90, 0xc5, 0x00, 0xc8, 0x85, 0xc6, 0xb1, 0x30, 0x6f, 0x10, 0x3f, 0x8d, - 0xf8, 0xc2, 0x2f, 0xc9, 0x30, 0x9c, 0xae, 0x73, 0x8d, 0x25, 0x6f, 0x0c, 0x36, 0xd9, 0x17, 0xfb, - 0x60, 0xff, 0x44, 0xf1, 0x27, 0xb6, 0x3f, 0xe4, 0x2d, 0x9a, 0x0e, 0x05, 0x7c, 0x4d, 0x1b, 0xf8, - 0x8e, 0xa7, 0x6b, 0x96, 0x69, 0x77, 0xaf, 0xed, 0xa4, 0x21, 0xab, 0x52, 0x51, 0xd1, 0x84, 0x43, - 0xcb, 0xb8, 0x1b, 0x9a, 0x9e, 0x55, 0xe6, 0xfd, 0x51, 0x99, 0x9e, 0xa6, 0x6f, 0x99, 0x36, 0x71, - 0xf7, 0x82, 0xce, 0x5d, 0x73, 0x89, 0xe7, 0x0c, 0x5c, 0x9d, 0x1c, 0xab, 0x96, 0x77, 0xad, 0x47, - 0x7c, 0x2d, 0x0b, 0xd7, 0xb5, 0xbc, 0x5a, 0xee, 0xc0, 0xf6, 0xcd, 0x5e, 0x1a, 0xcd, 0xaf, 0x1c, - 0x55, 0xc1, 0xd3, 0xb7, 0x48, 0x4f, 0x4b, 0xd5, 0x7b, 0x5f, 0x5e, 0xbd, 0x81, 0x6f, 0x5a, 0xd7, - 0x4c, 0xdb, 0xf7, 0x7c, 0x37, 0x59, 0x49, 0x7d, 0x2f, 0x54, 0x97, 0x0c, 0xc3, 0xb1, 0xd1, 0x13, - 0x30, 0x4e, 0x6c, 0x6d, 0xc3, 0x22, 0xc6, 0xbc, 0x72, 0x45, 0xb9, 0x5a, 0x6b, 0xcc, 0xfc, 0x70, - 0x7f, 0xe1, 0x6d, 0x07, 0xfb, 0x0b, 0xe3, 0xcb, 0x3c, 0x19, 0x07, 0xf9, 0xea, 0x57, 0x2b, 0x30, - 0xc6, 0x2a, 0x79, 0xe8, 0x37, 0x15, 0x38, 0xb3, 0x3d, 0xd8, 0x20, 0xae, 0x4d, 0x7c, 0xe2, 0xb5, - 0x34, 0x6f, 0x6b, 0xc3, 0xd1, 0x5c, 0x0e, 0xa2, 0xfe, 0xde, 0x9b, 0x8b, 0x05, 0x96, 0xe0, 0xe2, - 0xad, 0x34, 0xbc, 0xc6, 0x23, 0x07, 0xfb, 0x0b, 0x67, 0x32, 0x32, 0x70, 0x16, 0x76, 0x74, 0x0f, - 0x26, 0xed, 0xae, 0x69, 0xef, 0xb6, 0xed, 0xae, 0x4b, 0x3c, 0x6f, 0xbe, 0xc2, 0x5a, 0xb3, 0x54, - 0xa8, 0x35, 0xab, 0x12, 0xa0, 0xc6, 0xec, 0xc1, 0xfe, 0xc2, 0xa4, 0x9c, 0x82, 0x63, 0x88, 0xd4, - 0x2f, 0x2a, 0x30, 0xb3, 0x64, 0xf4, 0x4c, 0xcf, 0x33, 0x1d, 0x7b, 0xcd, 0x1a, 0x74, 0x4d, 0x1b, - 0x5d, 0x81, 0x51, 0x5b, 0xeb, 0x11, 0x36, 0x24, 0x13, 0x8d, 0x49, 0x31, 0xaa, 0xa3, 0xab, 0x5a, - 0x8f, 0x60, 0x96, 0x83, 0x3e, 0x06, 0x63, 0xba, 0x63, 0x6f, 0x9a, 0x5d, 0xd1, 0xd0, 0x5f, 0x5a, - 0xe4, 0x33, 0xb9, 0x28, 0xcf, 0x24, 0x6b, 0x9f, 0x58, 0x01, 0x8b, 0x58, 0xbb, 0xb7, 0xbc, 0xeb, - 0x13, 0x9b, 0xa2, 0x69, 0xc0, 0xc1, 0xfe, 0xc2, 0x58, 0x93, 0x01, 0xc0, 0x02, 0x90, 0x7a, 0x1d, - 0x6a, 0x4b, 0x16, 0x71, 0x7d, 0xd3, 0xee, 0xa2, 0xa7, 0x61, 0x9a, 0xf4, 0x34, 0xd3, 0xc2, 0x44, - 0x27, 0xe6, 0x0e, 0x71, 0xbd, 0x79, 0xe5, 0xca, 0xc8, 0xd5, 0x89, 0x06, 0x3a, 0xd8, 0x5f, 0x98, - 0x5e, 0x8e, 0xe5, 0xe0, 0x44, 0x49, 0xf5, 0x75, 0x05, 0xea, 0x4b, 0x03, 0xc3, 0xf4, 0x39, 0x7c, - 0xe4, 0x41, 0x5d, 0xa3, 0x9f, 0x6b, 0x8e, 0x65, 0xea, 0x7b, 0x62, 0x9a, 0x9f, 0x2f, 0x34, 0xb0, - 0x4b, 0x11, 0x9c, 0xc6, 0xcc, 0xc1, 0xfe, 0x42, 0x5d, 0x4a, 0xc0, 0x32, 0x16, 0x75, 0x0b, 0xe4, - 0x3c, 0xf4, 0x09, 0x98, 0xe4, 0xbd, 0x5c, 0xd1, 0xfa, 0x98, 0x6c, 0x8a, 0x46, 0xbc, 0x43, 0x1a, - 0xb4, 0x00, 0xd3, 0xe2, 0x9d, 0x8d, 0x57, 0x88, 0xee, 0x63, 0xb2, 0x49, 0x5c, 0x62, 0xeb, 0x84, - 0xcf, 0x5f, 0x53, 0xaa, 0x8c, 0x63, 0xa0, 0xd4, 0x9f, 0x29, 0x30, 0xbb, 0xb4, 0xa3, 0x99, 0x96, - 0xb6, 0x61, 0x5a, 0xa6, 0xbf, 0xf7, 0x92, 0x63, 0x93, 0x21, 0x26, 0x70, 0x1d, 0x1e, 0x19, 0xd8, - 0x1a, 0xaf, 0x67, 0x91, 0x15, 0x3e, 0x65, 0x77, 0xf7, 0xfa, 0x84, 0x2e, 0x3d, 0x3a, 0xd4, 0x8f, - 0x1d, 0xec, 0x2f, 0x3c, 0xb2, 0x9e, 0x5d, 0x04, 0xe7, 0xd5, 0x45, 0x18, 0xce, 0x4b, 0x59, 0x2f, - 0x38, 0xd6, 0xa0, 0x27, 0xa0, 0x8e, 0x30, 0xa8, 0x17, 0x0e, 0xf6, 0x17, 0xce, 0xaf, 0x67, 0x96, - 0xc0, 0x39, 0x35, 0xd5, 0x1f, 0x55, 0x60, 0xb2, 0xa1, 0xe9, 0xdb, 0x83, 0x7e, 0x63, 0xa0, 0x6f, - 0x13, 0x1f, 0x7d, 0x1a, 0x6a, 0x94, 0x72, 0x19, 0x9a, 0xaf, 0x89, 0x91, 0xfc, 0xe5, 0xdc, 0xe5, - 0xc7, 0x66, 0x91, 0x96, 0x8e, 0xc6, 0x76, 0x85, 0xf8, 0x5a, 0x03, 0x89, 0x31, 0x81, 0x28, 0x0d, - 0x87, 0x50, 0x51, 0x17, 0x46, 0xbd, 0x3e, 0xd1, 0xc5, 0xe2, 0x5e, 0x2e, 0xb4, 0x58, 0xe4, 0x26, - 0x77, 0xfa, 0x44, 0x8f, 0xa6, 0x81, 0x7e, 0x61, 0x86, 0x00, 0x39, 0x30, 0xe6, 0xf9, 0x9a, 0x3f, - 0xa0, 0xe3, 0x43, 0x51, 0xdd, 0x28, 0x8f, 0x8a, 0x81, 0x6b, 0x4c, 0x0b, 0x64, 0x63, 0xfc, 0x1b, - 0x0b, 0x34, 0xea, 0x4f, 0x15, 0x98, 0x95, 0x8b, 0xdf, 0x36, 0x3d, 0x1f, 0xfd, 0x6a, 0x6a, 0x40, - 0x17, 0x87, 0x1b, 0x50, 0x5a, 0x9b, 0x0d, 0xe7, 0xac, 0x40, 0x57, 0x0b, 0x52, 0xa4, 0xc1, 0xdc, - 0x84, 0xaa, 0xe9, 0x93, 0x1e, 0x5f, 0x58, 0x45, 0x69, 0x9a, 0xdc, 0xe6, 0xc6, 0x94, 0xc0, 0x56, - 0x6d, 0x53, 0xb8, 0x98, 0x83, 0x57, 0x3f, 0x0d, 0x67, 0xe5, 0x52, 0x6b, 0xae, 0xb3, 0x63, 0x1a, - 0xc4, 0xa5, 0x9b, 0xc1, 0xdf, 0xeb, 0xa7, 0x36, 0x03, 0x5d, 0x5c, 0x98, 0xe5, 0xa0, 0x77, 0xc1, - 0x98, 0x4b, 0xba, 0xa6, 0x63, 0xb3, 0x09, 0x9f, 0x88, 0x06, 0x0f, 0xb3, 0x54, 0x2c, 0x72, 0xd5, - 0xff, 0x56, 0x89, 0x0f, 0x1e, 0x9d, 0x48, 0x74, 0x0f, 0x6a, 0x7d, 0x81, 0x4a, 0x0c, 0x5e, 0xbb, - 0x74, 0x0f, 0x83, 0xb6, 0x47, 0xe3, 0x1a, 0xa4, 0xe0, 0x10, 0x19, 0x32, 0x61, 0x3a, 0xf8, 0xdf, - 0x2c, 0x41, 0x8b, 0x19, 0x4d, 0x5d, 0x8b, 0x01, 0xc2, 0x09, 0xc0, 0xe8, 0x2e, 0x4c, 0x78, 0x44, - 0x77, 0x09, 0xa5, 0x4b, 0x62, 0xa5, 0x66, 0x12, 0xaf, 0x4e, 0x50, 0x48, 0x10, 0xaf, 0x39, 0xd1, - 0xfc, 0x89, 0x30, 0x03, 0x47, 0x80, 0xd0, 0x45, 0x18, 0xf5, 0x08, 0x31, 0xe6, 0x47, 0xd9, 0xa0, - 0xd7, 0xd8, 0xd6, 0x20, 0xc4, 0xc0, 0x2c, 0x55, 0xfd, 0xce, 0x28, 0xa0, 0xf4, 0xc2, 0x96, 0x7b, - 0xcd, 0x53, 0xc4, 0xa0, 0x97, 0xe9, 0xb5, 0xd8, 0x23, 0x09, 0xc0, 0xe8, 0x35, 0x98, 0xb2, 0x34, - 0xcf, 0xbf, 0xd3, 0xa7, 0xec, 0x47, 0xb0, 0x3a, 0xea, 0xef, 0x6d, 0x14, 0x9a, 0xde, 0xdb, 0x32, - 0xa4, 0xc6, 0xdc, 0xc1, 0xfe, 0xc2, 0x54, 0x2c, 0x09, 0xc7, 0x71, 0xa1, 0x6d, 0x98, 0xa0, 0x09, - 0xcb, 0xae, 0xeb, 0xb8, 0x62, 0xc8, 0x9f, 0x2b, 0x8c, 0x98, 0x41, 0x69, 0x4c, 0xd1, 0x99, 0x08, - 0x3f, 0x71, 0x04, 0x1f, 0x7d, 0x14, 0x90, 0xb3, 0xe1, 0x11, 0x77, 0x87, 0x18, 0x37, 0x38, 0xb7, - 0x45, 0xbb, 0x4b, 0xe7, 0x65, 0xa4, 0x71, 0x41, 0xcc, 0x21, 0xba, 0x93, 0x2a, 0x81, 0x33, 0x6a, - 0xa1, 0x6d, 0x40, 0x21, 0xc7, 0x16, 0x4e, 0xfb, 0x7c, 0x75, 0xf8, 0x45, 0x73, 0x9e, 0x22, 0xbb, - 0x91, 0x02, 0x81, 0x33, 0xc0, 0xaa, 0x7f, 0x5c, 0x81, 0x3a, 0x5f, 0x24, 0xcb, 0xb6, 0xef, 0xee, - 0x9d, 0xc2, 0xd1, 0xb0, 0x19, 0x3b, 0x1a, 0x5a, 0x25, 0xb6, 0x3a, 0x6b, 0x71, 0xee, 0xc9, 0x60, - 0x27, 0x4e, 0x86, 0xeb, 0xa5, 0x31, 0x1d, 0x7e, 0x30, 0xfc, 0x99, 0x02, 0x33, 0x52, 0xe9, 0x53, - 0x38, 0x17, 0x48, 0xfc, 0x5c, 0x78, 0xbe, 0x6c, 0x07, 0x73, 0x8e, 0x05, 0x3d, 0xd6, 0x2f, 0x46, - 0xb2, 0xdf, 0x0b, 0xb0, 0xc1, 0x68, 0xca, 0x6a, 0xc4, 0x24, 0x85, 0xb3, 0xde, 0x08, 0x73, 0xb0, - 0x54, 0x2a, 0x24, 0x56, 0x95, 0x4c, 0x62, 0xf5, 0x97, 0x23, 0x30, 0x97, 0x1a, 0xeb, 0x34, 0x01, - 0x51, 0xde, 0x28, 0x02, 0x52, 0x79, 0x43, 0x08, 0xc8, 0x48, 0x21, 0x02, 0x72, 0x15, 0x6a, 0x74, - 0x4c, 0xd9, 0xdc, 0xf0, 0xa3, 0x61, 0x92, 0xae, 0xa0, 0x8e, 0x48, 0xc3, 0x61, 0x2e, 0x72, 0x01, - 0xf5, 0xcc, 0x2e, 0xaf, 0xd6, 0xf1, 0x35, 0xd7, 0xbf, 0x6b, 0xf6, 0x88, 0x20, 0x35, 0xff, 0xff, - 0x70, 0x2b, 0x95, 0xd6, 0xe0, 0x14, 0x67, 0x25, 0x05, 0x09, 0x67, 0x40, 0x57, 0xff, 0x48, 0x81, - 0x91, 0x26, 0x6e, 0xa3, 0x77, 0xc7, 0x58, 0xec, 0x47, 0x64, 0x16, 0xfb, 0xc1, 0xfe, 0xc2, 0x78, - 0x13, 0xb7, 0x25, 0x6e, 0xfb, 0x6f, 0x2b, 0x30, 0xa7, 0x3b, 0xb6, 0xaf, 0xd1, 0x56, 0x60, 0x7e, - 0x1e, 0x05, 0xeb, 0xbe, 0x18, 0x77, 0xd9, 0x4c, 0x40, 0x6b, 0x3c, 0x2a, 0x5a, 0x30, 0x97, 0xcc, - 0xf1, 0x70, 0x1a, 0xb5, 0xba, 0x0e, 0x13, 0x4d, 0xcb, 0x19, 0x18, 0x6d, 0x7b, 0xd3, 0x39, 0x41, - 0x06, 0xe9, 0xdf, 0x2b, 0x30, 0xc9, 0xe0, 0xae, 0xb9, 0xce, 0xa6, 0x69, 0x91, 0xb7, 0x08, 0xab, - 0x2e, 0x37, 0x39, 0x8f, 0x20, 0x33, 0xce, 0x59, 0x2e, 0xf8, 0x56, 0xe1, 0x9c, 0xe5, 0x36, 0xe7, - 0x90, 0xc8, 0xaf, 0x8f, 0xc7, 0xbb, 0xc6, 0x88, 0xe4, 0x55, 0xa8, 0xe9, 0x5a, 0x63, 0x60, 0x1b, - 0x56, 0xb8, 0x32, 0x68, 0x33, 0x9b, 0x4b, 0x3c, 0x0d, 0x87, 0xb9, 0xe8, 0x35, 0x80, 0x48, 0xa5, - 0x21, 0x26, 0xe2, 0x46, 0x49, 0x3d, 0x4a, 0x87, 0xf8, 0xbe, 0x69, 0x77, 0xbd, 0x68, 0xf6, 0xa3, - 0x3c, 0x2c, 0xa1, 0x43, 0xbf, 0x06, 0x53, 0x62, 0x98, 0xdb, 0x3d, 0xad, 0x2b, 0x04, 0xcd, 0xa2, - 0x63, 0xb5, 0x22, 0x41, 0x6a, 0x9c, 0x13, 0x98, 0xa7, 0xe4, 0x54, 0x0f, 0xc7, 0xd1, 0xa1, 0xfb, - 0x30, 0xd9, 0x93, 0xa5, 0xe7, 0xd1, 0x12, 0x87, 0x99, 0x24, 0x4a, 0x37, 0xce, 0x0a, 0xec, 0x93, - 0x31, 0xc1, 0x3b, 0x86, 0x2b, 0x43, 0x02, 0xa8, 0x3e, 0x2c, 0x09, 0x60, 0x13, 0xc6, 0xf9, 0x1e, - 0xf7, 0xe6, 0xc7, 0x58, 0x0f, 0x3f, 0x5c, 0xa8, 0x87, 0x9c, 0x5e, 0x44, 0x8a, 0x3a, 0xfe, 0xed, - 0xe1, 0x00, 0x38, 0xba, 0x07, 0x93, 0x94, 0xbc, 0x77, 0x88, 0x45, 0x74, 0xdf, 0x71, 0xe7, 0xc7, - 0x4b, 0xe8, 0xc1, 0x3a, 0x12, 0x20, 0xae, 0x47, 0x91, 0x53, 0x70, 0x0c, 0x51, 0x48, 0x04, 0x6b, - 0xb9, 0x44, 0x70, 0x07, 0xea, 0x3b, 0x92, 0x42, 0x63, 0x82, 0x0d, 0xc3, 0x47, 0x0a, 0xb5, 0x2c, - 0x52, 0x6f, 0x34, 0xce, 0x08, 0x4c, 0x75, 0x59, 0x15, 0x22, 0x23, 0x52, 0xf7, 0x6b, 0x30, 0xd7, - 0xb4, 0x06, 0x9e, 0x4f, 0xdc, 0x25, 0xa1, 0x6b, 0x26, 0x2e, 0x7a, 0x5d, 0x81, 0xf3, 0xec, 0x6f, - 0xcb, 0xb9, 0x67, 0xb7, 0x88, 0xa5, 0xed, 0x2d, 0x6d, 0xd2, 0x12, 0x86, 0x71, 0x3c, 0x42, 0xd4, - 0x1a, 0x08, 0x8e, 0x82, 0xa9, 0x66, 0x3a, 0x99, 0x10, 0x71, 0x0e, 0x26, 0xf4, 0x15, 0x05, 0x1e, - 0xcd, 0xc8, 0x6a, 0x11, 0x8b, 0xf8, 0x44, 0x50, 0x82, 0xe3, 0xb6, 0xe3, 0xd2, 0xc1, 0xfe, 0xc2, - 0xa3, 0x9d, 0x3c, 0xa0, 0x38, 0x1f, 0x1f, 0x3d, 0x65, 0x2f, 0x64, 0xe4, 0x5e, 0xd7, 0x4c, 0x6b, - 0xe0, 0x12, 0xc1, 0x47, 0x1f, 0xb7, 0x39, 0x97, 0x0f, 0xf6, 0x17, 0x2e, 0x74, 0x72, 0xa1, 0xe2, - 0x43, 0x30, 0xa2, 0xcf, 0xc2, 0xb9, 0x30, 0x77, 0xdd, 0xb6, 0x09, 0x31, 0x88, 0xc1, 0x58, 0x94, - 0xd1, 0x42, 0x4d, 0x79, 0xf4, 0x60, 0x7f, 0xe1, 0x5c, 0x27, 0x0b, 0x20, 0xce, 0xc6, 0x83, 0xba, - 0x70, 0x29, 0xca, 0xf0, 0x4d, 0xcb, 0xbc, 0xcf, 0x20, 0xdd, 0xdd, 0x72, 0x89, 0xb7, 0xe5, 0x58, - 0x06, 0xa3, 0x17, 0x4a, 0xe3, 0xed, 0x07, 0xfb, 0x0b, 0x97, 0x3a, 0x87, 0x15, 0xc4, 0x87, 0xc3, - 0x41, 0x06, 0x4c, 0x7a, 0xba, 0x66, 0xb7, 0x6d, 0x9f, 0xb8, 0x3b, 0x9a, 0x35, 0x3f, 0x56, 0xa8, - 0x83, 0x7c, 0x8f, 0x4a, 0x70, 0x70, 0x0c, 0x2a, 0xfa, 0x10, 0xd4, 0xc8, 0x6e, 0x5f, 0xb3, 0x0d, - 0xc2, 0x09, 0xc3, 0x44, 0xe3, 0x22, 0x3d, 0x92, 0x96, 0x45, 0xda, 0x83, 0xfd, 0x85, 0xc9, 0xe0, - 0xff, 0x8a, 0x63, 0x10, 0x1c, 0x96, 0x46, 0x9f, 0x81, 0xb3, 0x3d, 0x6d, 0x77, 0xd5, 0x31, 0x08, - 0xa3, 0x73, 0x94, 0xec, 0xb1, 0x89, 0xa8, 0x15, 0x6a, 0xe7, 0xfc, 0xc1, 0xfe, 0xc2, 0xd9, 0x95, - 0x0c, 0x78, 0x38, 0x13, 0x0b, 0x9d, 0x86, 0x9e, 0xb6, 0x7b, 0xc3, 0xd5, 0x74, 0xb2, 0x39, 0xb0, - 0xee, 0x12, 0xb7, 0x67, 0xda, 0x9c, 0xad, 0x24, 0xba, 0x63, 0x1b, 0x94, 0x96, 0x28, 0x57, 0xab, - 0x7c, 0x1a, 0x56, 0x0e, 0x2b, 0x88, 0x0f, 0x87, 0x83, 0xde, 0x0f, 0x93, 0x66, 0xd7, 0x76, 0x5c, - 0x72, 0x57, 0x33, 0x6d, 0xdf, 0x9b, 0x07, 0xa6, 0x74, 0x65, 0xc3, 0xda, 0x96, 0xd2, 0x71, 0xac, - 0x94, 0xfa, 0xdf, 0x15, 0xa8, 0x0b, 0x02, 0xc3, 0xf8, 0x41, 0x1d, 0xaa, 0x3a, 0xe5, 0x06, 0x04, - 0x21, 0x79, 0xae, 0x38, 0xdb, 0x41, 0xc1, 0x45, 0x3c, 0x07, 0x4b, 0xc2, 0x1c, 0x36, 0xba, 0x97, - 0xc1, 0x34, 0x34, 0x4b, 0x32, 0x0d, 0x0c, 0xdd, 0x11, 0x0c, 0x83, 0xba, 0x3f, 0x02, 0x13, 0x4d, - 0xc7, 0x36, 0x4c, 0x26, 0x6c, 0x3c, 0x19, 0xe3, 0x7d, 0x2f, 0xc9, 0x64, 0xff, 0xc1, 0xfe, 0xc2, - 0x54, 0x58, 0x50, 0x3a, 0x07, 0x9e, 0x0a, 0x25, 0x73, 0xce, 0x0c, 0xbf, 0x3d, 0x2e, 0x51, 0x3f, - 0xd8, 0x5f, 0x98, 0x09, 0xab, 0xc5, 0x85, 0x6c, 0xb4, 0x03, 0x88, 0xca, 0x4c, 0x77, 0x5d, 0xcd, - 0xf6, 0x38, 0x58, 0xba, 0x08, 0x47, 0x8e, 0x2d, 0xb0, 0x84, 0x22, 0xd5, 0xed, 0x14, 0x34, 0x9c, - 0x81, 0x01, 0xbd, 0x02, 0xd3, 0x34, 0x75, 0xbd, 0x6f, 0x68, 0x3e, 0x91, 0x28, 0xd0, 0xb1, 0x84, - 0x24, 0x81, 0x73, 0xfa, 0x76, 0x0c, 0x12, 0x4e, 0x40, 0xe6, 0xb2, 0x82, 0xe6, 0x39, 0x36, 0x23, - 0x2e, 0x31, 0x59, 0x81, 0xa6, 0x62, 0x91, 0x8b, 0x9e, 0x80, 0xf1, 0x1e, 0xf1, 0x3c, 0xad, 0x4b, - 0x18, 0xb5, 0x98, 0x88, 0x98, 0x82, 0x15, 0x9e, 0x8c, 0x83, 0x7c, 0xf4, 0x1e, 0xa8, 0xea, 0x8e, - 0x41, 0xbc, 0xf9, 0x71, 0xb6, 0x9e, 0xcf, 0xb3, 0xc5, 0x44, 0x13, 0x1e, 0xec, 0x2f, 0x4c, 0x30, - 0x01, 0x94, 0x7e, 0x61, 0x5e, 0x48, 0xfd, 0x16, 0x65, 0xd4, 0x13, 0x12, 0x4f, 0xde, 0x8d, 0x08, - 0x9f, 0x56, 0x26, 0xa3, 0x9d, 0x9e, 0x3a, 0x55, 0xfd, 0x8d, 0x0a, 0x9c, 0xa5, 0x2d, 0x74, 0x1d, - 0xcb, 0xa2, 0xa7, 0x57, 0xdf, 0x72, 0xf6, 0x7a, 0xc4, 0x3e, 0x8d, 0x9b, 0x8d, 0x80, 0xcd, 0xa9, - 0xe4, 0xb2, 0x39, 0xbd, 0xd4, 0x38, 0x8c, 0x14, 0x19, 0x87, 0x70, 0xb9, 0x1c, 0x31, 0x16, 0xbf, - 0x50, 0x60, 0x3e, 0x6b, 0x2c, 0x4e, 0x41, 0xbc, 0xb2, 0xe3, 0xe2, 0x55, 0xbb, 0xb0, 0x20, 0x9e, - 0x6c, 0x7b, 0x8e, 0x98, 0xf5, 0x8b, 0x0a, 0x9c, 0x8f, 0x8a, 0xb7, 0x6d, 0xcf, 0xd7, 0x2c, 0x8b, - 0xeb, 0x3c, 0x1e, 0xfe, 0xc4, 0xbf, 0x1a, 0x93, 0x93, 0xef, 0x94, 0xec, 0xab, 0xdc, 0xf8, 0x5c, - 0x15, 0xe6, 0x5e, 0x42, 0x85, 0xf9, 0xb1, 0x93, 0x44, 0x7a, 0xb8, 0x36, 0xf3, 0xaf, 0x14, 0xb8, - 0x90, 0x5d, 0xf1, 0x14, 0xd6, 0x55, 0x3f, 0xbe, 0xae, 0x6e, 0x9d, 0x60, 0xb7, 0x73, 0x56, 0xd6, - 0xf7, 0x2b, 0x79, 0xdd, 0x65, 0xa2, 0xfc, 0x26, 0xcc, 0x50, 0xf9, 0xca, 0xf3, 0x85, 0xd6, 0xed, - 0x78, 0x37, 0xd0, 0x81, 0x6e, 0x6b, 0x06, 0xc7, 0x61, 0xe0, 0x24, 0x50, 0xb4, 0x0a, 0xe3, 0x54, - 0xa6, 0xa2, 0xf0, 0x2b, 0xc3, 0xc3, 0x0f, 0xe9, 0x7e, 0x87, 0xd7, 0xc5, 0x01, 0x10, 0xf4, 0xab, - 0x30, 0x65, 0x84, 0x9b, 0xea, 0x88, 0xab, 0xa7, 0x24, 0x54, 0xa6, 0x20, 0x6d, 0xc9, 0xb5, 0x71, - 0x1c, 0x98, 0xfa, 0x7f, 0x14, 0xb8, 0x78, 0xd8, 0xe2, 0x42, 0x2e, 0x80, 0x1e, 0x1c, 0xe4, 0xdc, - 0x02, 0xa1, 0x30, 0x33, 0x14, 0x80, 0x89, 0x36, 0x69, 0x98, 0xe4, 0x61, 0x09, 0x4b, 0xc6, 0xf5, - 0x56, 0xe5, 0x21, 0x5d, 0x6f, 0xa9, 0xff, 0x43, 0x91, 0xc9, 0x91, 0x3c, 0xb9, 0x6f, 0x39, 0x72, - 0x24, 0x37, 0x3e, 0x57, 0x81, 0xf7, 0xa7, 0x15, 0xb8, 0x92, 0x5d, 0x45, 0x3a, 0x81, 0x9f, 0x87, - 0xb1, 0x3e, 0x37, 0x14, 0x19, 0x61, 0x27, 0xe4, 0x55, 0x4a, 0x5c, 0xb8, 0x15, 0xc7, 0x83, 0xfd, - 0x85, 0x0b, 0x59, 0xd4, 0x5e, 0xd8, 0x7f, 0x88, 0x7a, 0xc8, 0x4c, 0x68, 0x30, 0x38, 0xa7, 0xf5, - 0xbe, 0x21, 0xe9, 0x8b, 0xb6, 0x41, 0xac, 0xa1, 0x75, 0x16, 0xaf, 0x2b, 0x30, 0x1d, 0x5b, 0xd3, - 0xde, 0x7c, 0x95, 0xad, 0xd2, 0x62, 0x37, 0x0c, 0xb1, 0xdd, 0x12, 0x1d, 0xe0, 0xb1, 0x64, 0x0f, - 0x27, 0x30, 0x26, 0x48, 0xad, 0x3c, 0xac, 0x6f, 0x3d, 0x52, 0x2b, 0xb7, 0x3e, 0x87, 0xd4, 0x7e, - 0xb3, 0x92, 0xd7, 0x5d, 0x46, 0x6a, 0x77, 0x61, 0x22, 0x30, 0xc6, 0x0b, 0x48, 0xc6, 0x8d, 0xd2, - 0x8d, 0xe2, 0xf0, 0xa2, 0xdb, 0xf4, 0x20, 0xc5, 0xc3, 0x11, 0x32, 0xf4, 0x05, 0x05, 0x20, 0x9a, - 0x1a, 0xb1, 0xb1, 0xd6, 0x4f, 0x70, 0x40, 0x24, 0xfe, 0x66, 0x9a, 0xee, 0x6b, 0x69, 0x5d, 0x48, - 0x88, 0xd5, 0xdf, 0xad, 0x00, 0x4a, 0x37, 0x9e, 0x32, 0x9e, 0xdb, 0xa6, 0x6d, 0x24, 0x19, 0xf0, - 0x5b, 0xa6, 0x6d, 0x60, 0x96, 0x33, 0x04, 0x6b, 0xfa, 0x2c, 0xcc, 0x74, 0x2d, 0x67, 0x43, 0xb3, - 0xac, 0x3d, 0x61, 0xe1, 0xc7, 0x76, 0x69, 0xad, 0x71, 0x86, 0x1e, 0x4f, 0x37, 0xe2, 0x59, 0x38, - 0x59, 0x16, 0xf5, 0x61, 0xd6, 0xa5, 0x82, 0xb2, 0x6e, 0x5a, 0x4c, 0x54, 0x71, 0x06, 0x7e, 0x41, - 0x4d, 0xcc, 0xd9, 0x83, 0xfd, 0x85, 0x59, 0x9c, 0x80, 0x85, 0x53, 0xd0, 0xd1, 0xe3, 0x30, 0xde, - 0x77, 0xcd, 0x9e, 0xe6, 0xee, 0x31, 0x61, 0xa8, 0xd6, 0xa8, 0xd3, 0x73, 0x6e, 0x8d, 0x27, 0xe1, - 0x20, 0x4f, 0xfd, 0x82, 0x02, 0xe3, 0x4d, 0xc7, 0x25, 0xad, 0xd5, 0x0e, 0xba, 0x0f, 0x75, 0xc9, - 0xa2, 0x54, 0x6c, 0x99, 0xa2, 0x4b, 0x88, 0x81, 0x5c, 0x8a, 0xc0, 0x05, 0x56, 0x6b, 0x61, 0x02, - 0x96, 0x91, 0xa9, 0x6b, 0x74, 0xe6, 0x92, 0x75, 0xd0, 0xd3, 0x30, 0xda, 0x73, 0x8c, 0x40, 0x74, - 0x7a, 0x57, 0x30, 0x2f, 0x2b, 0x8e, 0x41, 0x45, 0xe4, 0xf3, 0xe9, 0x1a, 0x4c, 0xf7, 0xc2, 0xea, - 0xa8, 0xdf, 0x50, 0x60, 0x84, 0xf6, 0x4a, 0x85, 0x31, 0xc3, 0xe9, 0x69, 0xa6, 0x2d, 0xa0, 0x30, - 0x03, 0xc0, 0x16, 0x4b, 0xc1, 0x22, 0x07, 0xbd, 0x0a, 0x13, 0xc1, 0x09, 0x55, 0xee, 0x4e, 0xb8, - 0xb5, 0xda, 0x09, 0x0d, 0x68, 0xc2, 0x3d, 0x13, 0xa4, 0x78, 0x38, 0xc2, 0xa2, 0x6a, 0x30, 0xd7, - 0x5a, 0xed, 0xb4, 0x6d, 0xdd, 0x1a, 0x18, 0x64, 0x79, 0x97, 0xfd, 0xd0, 0x49, 0x33, 0x79, 0x8a, - 0xb0, 0x3a, 0x64, 0x93, 0x26, 0x0a, 0xe1, 0x20, 0x8f, 0x16, 0x23, 0xbc, 0x86, 0xb0, 0x98, 0x63, - 0xc5, 0x04, 0x10, 0x1c, 0xe4, 0xa9, 0x7f, 0x5e, 0x81, 0xba, 0xd4, 0x20, 0xd4, 0x83, 0x71, 0xde, - 0xdf, 0xc0, 0x70, 0xe5, 0x7a, 0xd1, 0x3e, 0xc6, 0x9b, 0xcd, 0xd1, 0xf3, 0x21, 0xf5, 0x70, 0x80, - 0x43, 0x5e, 0x81, 0x95, 0xfc, 0x15, 0x88, 0x16, 0x01, 0xb8, 0x5d, 0x0e, 0xbb, 0x75, 0xe5, 0x47, - 0x1f, 0xdb, 0xe4, 0x9d, 0x30, 0x15, 0x4b, 0x25, 0xd0, 0x45, 0xb1, 0x57, 0x25, 0xd3, 0x1d, 0x69, - 0x9f, 0x76, 0xa1, 0x7a, 0xdf, 0xb1, 0x89, 0x27, 0xae, 0x23, 0x4e, 0xaa, 0x87, 0x13, 0x94, 0x18, - 0xbf, 0x44, 0x01, 0x63, 0x0e, 0x5f, 0xfd, 0x6d, 0x05, 0xa0, 0xa5, 0xf9, 0x1a, 0xd7, 0x9d, 0x0f, - 0x61, 0xf6, 0x78, 0x31, 0x46, 0x63, 0x6a, 0xa9, 0x6b, 0xce, 0x51, 0xcf, 0xbc, 0x1f, 0xf4, 0x3f, - 0x64, 0x60, 0x38, 0xf4, 0x8e, 0x79, 0x9f, 0x60, 0x96, 0x8f, 0xde, 0x0d, 0x13, 0xc4, 0xd6, 0xdd, - 0xbd, 0xbe, 0x2f, 0xac, 0x97, 0x6a, 0xfc, 0x6a, 0x7c, 0x39, 0x48, 0xc4, 0x51, 0xbe, 0xfa, 0x24, - 0xc4, 0xd9, 0xd0, 0xa3, 0x5b, 0xa9, 0xee, 0x40, 0x6d, 0xd9, 0x36, 0xfa, 0x8e, 0x69, 0xfb, 0x43, - 0xf4, 0xe9, 0x12, 0x8c, 0x0c, 0x5c, 0x4b, 0x74, 0xa9, 0x2e, 0x0a, 0x8c, 0xac, 0xe3, 0xdb, 0x98, - 0xa6, 0xa3, 0x27, 0x60, 0xbc, 0x3f, 0x70, 0xfb, 0x8e, 0x17, 0xf4, 0x2b, 0xe4, 0xb7, 0xd7, 0x78, - 0x32, 0x0e, 0xf2, 0xd5, 0x07, 0x0a, 0xcc, 0x2e, 0xef, 0xf6, 0x4d, 0x97, 0x99, 0x60, 0x12, 0x97, - 0xb2, 0x92, 0xb4, 0xfe, 0x0e, 0xff, 0x2b, 0xda, 0x10, 0xd6, 0x17, 0x25, 0x70, 0x90, 0x8f, 0x36, - 0x61, 0x9a, 0xb0, 0xea, 0xec, 0xb8, 0xd0, 0xc2, 0x2b, 0x80, 0xe3, 0xa8, 0x99, 0xb8, 0x89, 0x6f, - 0x0c, 0x0a, 0x4e, 0x40, 0x45, 0x1d, 0x98, 0xd6, 0x2d, 0xcd, 0xf3, 0xcc, 0x4d, 0x53, 0x8f, 0x2c, - 0x0d, 0x26, 0x1a, 0xef, 0xa6, 0x75, 0x9b, 0xb1, 0x9c, 0x07, 0xfb, 0x0b, 0xe7, 0x44, 0x3b, 0xe3, - 0x19, 0x38, 0x01, 0x42, 0xfd, 0x5a, 0x05, 0xa6, 0x96, 0x77, 0xfb, 0x8e, 0x37, 0x70, 0x09, 0x2b, - 0x7a, 0x0a, 0x5c, 0xf0, 0x13, 0x30, 0xbe, 0xa5, 0xd9, 0x86, 0x45, 0x5c, 0x31, 0x7d, 0xe1, 0xd8, - 0xde, 0xe4, 0xc9, 0x38, 0xc8, 0x47, 0x9f, 0x01, 0xf0, 0xf4, 0x2d, 0x62, 0x0c, 0xd8, 0xb1, 0xc0, - 0x05, 0xa1, 0xdb, 0x85, 0x36, 0x56, 0xac, 0x93, 0x9d, 0x10, 0xa6, 0xd8, 0xef, 0xe1, 0x37, 0x96, - 0xf0, 0xa9, 0x7f, 0xae, 0xc0, 0x5c, 0xac, 0xde, 0x29, 0xf0, 0x76, 0xdd, 0x38, 0x6f, 0xd7, 0x28, - 0xdf, 0xd9, 0x1c, 0x96, 0xee, 0xcb, 0x15, 0x78, 0x24, 0x67, 0x50, 0x52, 0xf7, 0x91, 0xca, 0x69, - 0xdd, 0x47, 0xee, 0x40, 0xdd, 0x77, 0x2c, 0x61, 0x13, 0x13, 0x8c, 0x41, 0xb1, 0xdb, 0xc6, 0xbb, - 0x21, 0x9c, 0xe8, 0xb6, 0x31, 0x4a, 0xf3, 0xb0, 0x8c, 0x48, 0xfd, 0x43, 0x05, 0x26, 0x42, 0x39, - 0x72, 0x08, 0xd3, 0x90, 0x53, 0xb4, 0x42, 0xbd, 0x0a, 0x35, 0xc3, 0xf4, 0x64, 0xbe, 0x8f, 0x59, - 0x24, 0xb4, 0x44, 0x1a, 0x0e, 0x73, 0xd5, 0x7f, 0x55, 0x81, 0xf3, 0x21, 0xec, 0x80, 0x05, 0xa5, - 0x62, 0xef, 0x30, 0x7c, 0xe8, 0x45, 0x41, 0x71, 0xa5, 0x33, 0x42, 0xa2, 0xb6, 0x8f, 0x27, 0xc9, - 0x69, 0x3d, 0x8b, 0x94, 0xa2, 0x55, 0xa8, 0x7a, 0x14, 0x9f, 0x60, 0x30, 0x8f, 0x39, 0x1a, 0xec, - 0xa4, 0x63, 0xed, 0xc5, 0x1c, 0x0c, 0x7a, 0x4d, 0x96, 0x2b, 0xb8, 0x90, 0xf7, 0xd1, 0xe3, 0x2d, - 0x06, 0xf6, 0xf0, 0x69, 0x91, 0xf6, 0xc4, 0x08, 0x46, 0x24, 0xc3, 0x50, 0x37, 0x4b, 0xb4, 0x50, - 0xff, 0xad, 0x02, 0x33, 0x61, 0xe3, 0x84, 0x72, 0xe4, 0x24, 0xf8, 0xf9, 0x21, 0xc7, 0x72, 0x3d, - 0xd4, 0x23, 0x16, 0x1a, 0xcc, 0x3c, 0x1d, 0xa1, 0x07, 0xb5, 0x1b, 0x62, 0xb0, 0xd0, 0x05, 0xa8, - 0x98, 0x41, 0x5f, 0x40, 0x94, 0xaf, 0xb4, 0x5b, 0xb8, 0x62, 0x1a, 0xe1, 0x09, 0x5c, 0xc9, 0x3d, - 0x81, 0xa5, 0x23, 0x72, 0xe4, 0xf0, 0x23, 0x52, 0xfd, 0x47, 0x0a, 0x9c, 0x0d, 0xb0, 0x06, 0x63, - 0xdd, 0x12, 0x8a, 0xf9, 0x23, 0xce, 0xf9, 0xa3, 0xc7, 0xf3, 0x0e, 0x8c, 0x32, 0x5a, 0x5c, 0x48, - 0x61, 0x1f, 0x02, 0xa4, 0xcd, 0xc1, 0x0c, 0x90, 0xfa, 0x3d, 0x05, 0xea, 0x37, 0xcd, 0x0d, 0xe2, - 0xf2, 0x6b, 0x46, 0xc6, 0xf3, 0xc6, 0x5e, 0x5c, 0xd5, 0xb3, 0x5e, 0x5b, 0xa1, 0x3d, 0x98, 0x10, - 0x67, 0x47, 0x68, 0xe5, 0x56, 0xec, 0x5d, 0x95, 0x84, 0x5b, 0xd0, 0x64, 0xd9, 0xa6, 0x3c, 0x40, - 0x81, 0x23, 0x6c, 0xea, 0x6b, 0x70, 0x26, 0xa3, 0x12, 0x5a, 0x60, 0xdb, 0xd1, 0xf5, 0xc5, 0xf0, - 0x06, 0xfb, 0xcb, 0xf5, 0x31, 0x4f, 0x47, 0x8f, 0xc2, 0x08, 0xb1, 0x03, 0xeb, 0xce, 0x71, 0xca, - 0x40, 0x2d, 0xdb, 0x06, 0xa6, 0x69, 0x94, 0xec, 0x58, 0x4e, 0x8c, 0xcf, 0x60, 0x64, 0xe7, 0xb6, - 0x48, 0xc3, 0x61, 0xae, 0xfa, 0xcf, 0x46, 0xe1, 0xd2, 0x4d, 0xc7, 0x35, 0xef, 0x3b, 0xb6, 0xaf, - 0x59, 0x6b, 0x8e, 0x11, 0xd9, 0x6b, 0x08, 0x12, 0xf6, 0x05, 0x05, 0x1e, 0xd1, 0xfb, 0x83, 0xb6, - 0x6d, 0xfa, 0xa6, 0x16, 0x5c, 0xa3, 0xaf, 0x11, 0xd7, 0x74, 0x8a, 0x9a, 0x6d, 0xb0, 0x77, 0x3a, - 0xcd, 0xb5, 0xf5, 0x2c, 0x90, 0x38, 0x0f, 0x17, 0xb3, 0x1e, 0x31, 0x9c, 0x7b, 0x36, 0x6b, 0x5c, - 0xc7, 0x67, 0x6f, 0x87, 0xee, 0x47, 0x5d, 0x2c, 0x68, 0x3d, 0xd2, 0xca, 0x84, 0x88, 0x73, 0x30, - 0xa1, 0xcf, 0xc2, 0x39, 0x93, 0x37, 0x0e, 0x13, 0xcd, 0x30, 0x6d, 0xe2, 0x79, 0xcc, 0x86, 0xa2, - 0x8c, 0x79, 0x44, 0x3b, 0x0b, 0x20, 0xce, 0xc6, 0x83, 0x3e, 0x05, 0xe0, 0xed, 0xd9, 0xba, 0x18, - 0xff, 0x6a, 0x21, 0xac, 0x9c, 0x6b, 0x0a, 0xa1, 0x60, 0x09, 0x22, 0x95, 0x13, 0xf8, 0xd1, 0x6a, - 0xeb, 0xfc, 0x92, 0x53, 0xe1, 0x72, 0xc2, 0xdd, 0x20, 0x11, 0x47, 0xf9, 0xea, 0x3f, 0x51, 0x60, - 0x5c, 0x3c, 0xca, 0x43, 0xef, 0x4a, 0x88, 0xcb, 0x21, 0x09, 0x4b, 0x88, 0xcc, 0xf7, 0x99, 0x86, - 0x5a, 0xa8, 0x5a, 0xc4, 0xc1, 0x5b, 0x4c, 0xda, 0x12, 0x98, 0x23, 0xc5, 0x4d, 0x4c, 0x53, 0x1d, - 0x28, 0x73, 0x24, 0x6c, 0xea, 0xb7, 0x15, 0x98, 0x4b, 0xd5, 0x1a, 0xe2, 0x58, 0x38, 0xc5, 0x7b, - 0xd6, 0x9f, 0xd5, 0x81, 0xbd, 0xc0, 0x5c, 0x5a, 0x6b, 0x77, 0x88, 0xbb, 0x13, 0xee, 0xc2, 0xaf, - 0x28, 0x30, 0x1b, 0x59, 0x04, 0x88, 0x56, 0x28, 0x25, 0x0c, 0x48, 0x6f, 0x25, 0x80, 0x35, 0xe6, - 0x45, 0xc7, 0x67, 0x93, 0x39, 0x38, 0x85, 0x18, 0x7d, 0x59, 0x81, 0x59, 0x2d, 0xfe, 0x02, 0x33, - 0xa0, 0x9a, 0xc5, 0x9e, 0x17, 0x24, 0x9e, 0x73, 0x46, 0x8d, 0x49, 0x64, 0x78, 0x38, 0x85, 0x17, - 0xbd, 0x1f, 0x26, 0xb5, 0xbe, 0xb9, 0x34, 0x30, 0x4c, 0xca, 0x17, 0x04, 0xcf, 0xf6, 0x18, 0xb3, - 0xba, 0xb4, 0xd6, 0x0e, 0xd3, 0x71, 0xac, 0x54, 0xf8, 0xc6, 0x52, 0x0c, 0xe5, 0x68, 0xd9, 0x37, - 0x96, 0x62, 0x14, 0xa3, 0x37, 0x96, 0x62, 0xf0, 0x64, 0x2c, 0xe8, 0x93, 0xf0, 0x28, 0x3f, 0x70, - 0x1a, 0x9a, 0x67, 0xea, 0x4b, 0x03, 0x7f, 0x8b, 0xd8, 0x7e, 0x20, 0x10, 0x72, 0x75, 0x1b, 0xb3, - 0x25, 0x5b, 0xce, 0x2b, 0x84, 0xf3, 0xeb, 0x23, 0x07, 0xc0, 0x31, 0x0d, 0x5d, 0x74, 0x88, 0x9b, - 0x33, 0x15, 0xe3, 0xbe, 0xef, 0xb4, 0x5b, 0x4d, 0xd1, 0x1f, 0x46, 0x2b, 0xa2, 0x6f, 0x2c, 0xa1, - 0x40, 0xbf, 0xa5, 0xc0, 0x94, 0x58, 0xe8, 0x02, 0xe9, 0x38, 0x5b, 0x02, 0x9f, 0x2c, 0xbc, 0x20, - 0x13, 0xab, 0x7e, 0x11, 0xcb, 0xd0, 0xf9, 0x8b, 0x89, 0xd0, 0xc4, 0x35, 0x96, 0x87, 0xe3, 0x0d, - 0x41, 0x5f, 0x55, 0xe0, 0xac, 0x47, 0xdc, 0x1d, 0x53, 0x27, 0x4b, 0xba, 0xee, 0x0c, 0xec, 0x60, - 0x9e, 0x6b, 0x25, 0x9e, 0xbb, 0x75, 0x32, 0x00, 0x72, 0xc3, 0xaa, 0xac, 0x1c, 0x9c, 0xd9, 0x00, - 0xf4, 0xeb, 0x0a, 0xcc, 0xdc, 0xd3, 0x7c, 0x7d, 0xab, 0xa9, 0xe9, 0x5b, 0x4c, 0x43, 0xc3, 0x6d, - 0xa9, 0x8a, 0xee, 0x9c, 0x17, 0xe3, 0xb0, 0xb8, 0x5e, 0x39, 0x91, 0x88, 0x93, 0x18, 0x91, 0x0f, - 0x35, 0x97, 0xbc, 0x3a, 0x20, 0x1e, 0xb3, 0xb8, 0x52, 0x8e, 0xcf, 0x9a, 0x67, 0x4d, 0x1a, 0x16, - 0x10, 0x39, 0xb3, 0x11, 0x7c, 0xe1, 0x10, 0x13, 0xea, 0xc2, 0x25, 0xbe, 0x7c, 0x97, 0x6c, 0xc7, - 0xde, 0xeb, 0x39, 0x03, 0x2f, 0xb1, 0x05, 0xea, 0x6c, 0x0b, 0x30, 0xa3, 0xb2, 0xe5, 0xc3, 0x0a, - 0xe2, 0xc3, 0xe1, 0xa0, 0x8f, 0x43, 0x8d, 0xec, 0x10, 0xdb, 0xbf, 0x7b, 0xf7, 0xf6, 0xfc, 0x64, - 0xa1, 0x33, 0x92, 0x75, 0x61, 0x59, 0xc0, 0xc0, 0x21, 0xb4, 0x0b, 0xcf, 0x03, 0x4a, 0x2f, 0x4a, - 0x34, 0x0b, 0x23, 0xdb, 0x84, 0x3f, 0xd4, 0x9e, 0xc0, 0xf4, 0x2f, 0x3a, 0x0b, 0xd5, 0x1d, 0xcd, - 0x1a, 0x70, 0xd6, 0xb7, 0x86, 0xf9, 0xc7, 0xd3, 0x95, 0x0f, 0x29, 0xea, 0x0f, 0x14, 0x38, 0x97, - 0x39, 0x6c, 0x08, 0xc3, 0x79, 0x66, 0x8b, 0x67, 0xaf, 0x0c, 0x7c, 0xcd, 0x37, 0xed, 0x6e, 0xdb, - 0xde, 0xb4, 0xcc, 0xee, 0x16, 0x67, 0x01, 0xab, 0x9c, 0x61, 0x59, 0xc9, 0x2c, 0x81, 0x73, 0x6a, - 0xa2, 0x36, 0x9c, 0xe9, 0x69, 0xbb, 0x29, 0x80, 0x15, 0x06, 0x90, 0xbd, 0xf7, 0x5f, 0x49, 0x67, - 0xe3, 0xac, 0x3a, 0xea, 0x37, 0xaa, 0xf0, 0x18, 0x6d, 0x78, 0x74, 0x74, 0xae, 0x68, 0xb6, 0xd6, - 0x7d, 0x93, 0x1e, 0x51, 0xdf, 0x53, 0xe0, 0x91, 0xad, 0x6c, 0xc6, 0x56, 0x9c, 0xde, 0xb8, 0x18, - 0x7f, 0x7f, 0x18, 0xb3, 0xcc, 0x97, 0xee, 0xa1, 0x45, 0x70, 0x5e, 0xab, 0xd0, 0xf3, 0x30, 0x6b, - 0x3b, 0x06, 0x69, 0xb6, 0x5b, 0x78, 0x45, 0xf3, 0xb6, 0x3b, 0x81, 0x5a, 0xb7, 0xca, 0xef, 0x6e, - 0x56, 0x13, 0x79, 0x38, 0x55, 0x1a, 0xed, 0x00, 0xea, 0x3b, 0xc6, 0xf2, 0x8e, 0xa9, 0x07, 0x66, - 0x74, 0xc5, 0xef, 0x8b, 0xd8, 0x03, 0xa3, 0xb5, 0x14, 0x34, 0x9c, 0x81, 0x81, 0xb1, 0xe6, 0xb4, - 0x31, 0x2b, 0x8e, 0x6d, 0xfa, 0x8e, 0xcb, 0xac, 0x3d, 0x4b, 0x71, 0xa8, 0x6c, 0xa5, 0xaf, 0x66, - 0x42, 0xc4, 0x39, 0x98, 0xd4, 0xff, 0xa9, 0xc0, 0x0c, 0x5d, 0x17, 0x6b, 0xae, 0xb3, 0xbb, 0xf7, - 0xa6, 0x5c, 0x92, 0x4f, 0x88, 0x5b, 0x29, 0x2e, 0xb1, 0x9d, 0x93, 0x6e, 0xa4, 0x26, 0x58, 0xa3, - 0xa3, 0x4b, 0x28, 0x59, 0x6a, 0x1d, 0xc9, 0x97, 0x5a, 0xd5, 0xbf, 0x50, 0x38, 0xb7, 0x18, 0x08, - 0x8d, 0x6f, 0xce, 0xad, 0xf8, 0x41, 0x98, 0xa2, 0x69, 0x2b, 0xda, 0xee, 0x5a, 0xeb, 0x05, 0xc7, - 0x0a, 0x8c, 0x50, 0x99, 0xb9, 0xcb, 0x2d, 0x39, 0x03, 0xc7, 0xcb, 0xa9, 0xdf, 0x9b, 0x01, 0x56, - 0xc0, 0x22, 0xfe, 0x9b, 0xb2, 0x63, 0x4f, 0x42, 0x5d, 0xef, 0x0f, 0x9a, 0xd7, 0x3b, 0x1f, 0x1b, - 0x38, 0xbe, 0x26, 0x6e, 0xab, 0x18, 0x07, 0xd8, 0x5c, 0x5b, 0x0f, 0x92, 0xb1, 0x5c, 0x86, 0x6e, - 0x72, 0xbd, 0x3f, 0x10, 0x84, 0x73, 0x4d, 0x36, 0xdb, 0x60, 0x9b, 0xbc, 0xb9, 0xb6, 0x1e, 0xcb, - 0xc3, 0xa9, 0xd2, 0xe8, 0x73, 0x0a, 0x4c, 0x12, 0xb1, 0x01, 0x6f, 0x6a, 0xae, 0x21, 0xf6, 0x77, - 0xf1, 0xf3, 0x3b, 0x1c, 0xdd, 0x60, 0x5b, 0x73, 0xde, 0x79, 0x59, 0xc2, 0x81, 0x63, 0x18, 0x19, - 0x1b, 0x2b, 0xbe, 0xe9, 0x64, 0x39, 0x46, 0x72, 0xc7, 0x57, 0x05, 0x1b, 0x9b, 0x57, 0x08, 0xe7, - 0xd7, 0x47, 0xff, 0x58, 0x81, 0xf3, 0x61, 0xae, 0x69, 0x9b, 0xbd, 0x41, 0x0f, 0x13, 0xdd, 0xd2, - 0xcc, 0x9e, 0xe0, 0x69, 0x3f, 0x7e, 0x72, 0x3d, 0x8d, 0xc3, 0xe7, 0x64, 0x27, 0x3b, 0x0f, 0xe7, - 0xb4, 0x09, 0x7d, 0x5b, 0x81, 0x2b, 0x41, 0xd6, 0x1a, 0x95, 0x2c, 0x07, 0x2e, 0x89, 0x4c, 0x99, - 0xc5, 0x98, 0x8c, 0x17, 0xa2, 0x82, 0xef, 0x3c, 0xd8, 0x5f, 0xb8, 0xb2, 0x7c, 0x04, 0x6c, 0x7c, - 0x24, 0xf6, 0xd8, 0x8a, 0xe9, 0x38, 0x9b, 0xbe, 0x60, 0x82, 0x1f, 0xda, 0x8a, 0xa1, 0x38, 0x70, - 0x0c, 0x23, 0xfa, 0x5d, 0x05, 0x1e, 0x91, 0x13, 0xe4, 0x05, 0xc3, 0xb9, 0xdf, 0x4f, 0x9c, 0x5c, - 0x6b, 0x12, 0x08, 0xb8, 0xbe, 0x29, 0x27, 0x13, 0xe7, 0x35, 0x8b, 0x92, 0xe0, 0x1e, 0x5b, 0x9c, - 0x9c, 0x43, 0xae, 0x72, 0x12, 0xcc, 0xd7, 0xab, 0x87, 0x83, 0x3c, 0x2a, 0x7d, 0xf6, 0x1d, 0x63, - 0xcd, 0x34, 0xbc, 0xdb, 0x66, 0xcf, 0xf4, 0x19, 0x0b, 0x3b, 0xc2, 0xc7, 0x63, 0xcd, 0x31, 0xd6, - 0xda, 0x2d, 0x9e, 0x8e, 0x63, 0xa5, 0xd8, 0x2b, 0x24, 0xb3, 0xa7, 0x75, 0xc9, 0xda, 0xc0, 0xb2, - 0xd6, 0x5c, 0x87, 0xe9, 0x24, 0x5a, 0x44, 0x33, 0x2c, 0xd3, 0x26, 0x05, 0x59, 0x56, 0xb6, 0xe5, - 0xda, 0x79, 0x40, 0x71, 0x3e, 0x3e, 0xb4, 0x08, 0xb0, 0xa9, 0x99, 0x56, 0xe7, 0x9e, 0xd6, 0xbf, - 0x63, 0xcf, 0x4f, 0x31, 0x32, 0xc6, 0x04, 0xbf, 0xeb, 0x61, 0x2a, 0x96, 0x4a, 0xb0, 0x05, 0x45, - 0x89, 0x21, 0x26, 0xfc, 0x25, 0xf4, 0xfc, 0xf4, 0x49, 0x2d, 0xa8, 0x00, 0x22, 0x1f, 0xc0, 0x5b, - 0x12, 0x0e, 0x1c, 0xc3, 0x88, 0xbe, 0xa8, 0xc0, 0xb4, 0xb7, 0xe7, 0xf9, 0xa4, 0x17, 0x36, 0x62, - 0xe6, 0xc4, 0x1b, 0xc1, 0x14, 0x36, 0x9d, 0x18, 0x16, 0x9c, 0xc0, 0x8a, 0x34, 0x78, 0x8c, 0x0d, - 0xec, 0x8d, 0xe6, 0x4d, 0xb3, 0xbb, 0x15, 0x3e, 0x2f, 0x5a, 0x23, 0xae, 0x4e, 0x6c, 0x7f, 0x7e, - 0x96, 0x2d, 0x9d, 0x85, 0x83, 0xfd, 0x85, 0xc7, 0xda, 0xf9, 0xc5, 0xf0, 0x61, 0x30, 0xd0, 0xa7, - 0xe0, 0x82, 0xc8, 0xbe, 0xed, 0xdc, 0x4b, 0x61, 0x98, 0x63, 0x18, 0xd8, 0x9b, 0xaf, 0x76, 0x6e, - 0x29, 0x7c, 0x08, 0x04, 0x2a, 0x23, 0x78, 0xc4, 0x65, 0x0a, 0x57, 0x12, 0xae, 0x1f, 0x6f, 0x1e, - 0xb1, 0x75, 0xc0, 0x64, 0x84, 0x4e, 0x3a, 0x1b, 0x67, 0xd5, 0x51, 0xf7, 0x2b, 0x5c, 0xb8, 0x49, - 0xed, 0x49, 0xf4, 0x2c, 0xcc, 0xf4, 0x48, 0xcf, 0x71, 0xf7, 0x96, 0x02, 0x87, 0x49, 0x42, 0xe1, - 0xc6, 0x04, 0xd6, 0x95, 0x78, 0x16, 0x4e, 0x96, 0xa5, 0xe7, 0x26, 0xeb, 0xc1, 0xf5, 0x4e, 0x54, - 0xbf, 0x12, 0x9d, 0x9b, 0xed, 0x44, 0x1e, 0x4e, 0x95, 0x46, 0x4d, 0x98, 0x13, 0x69, 0x6d, 0xca, - 0x41, 0x7a, 0xd7, 0x5d, 0x12, 0xdc, 0xe1, 0x50, 0x56, 0x6c, 0xae, 0x9d, 0xcc, 0xc4, 0xe9, 0xf2, - 0xb4, 0x17, 0xf4, 0x43, 0x6e, 0xc5, 0x68, 0xd4, 0x8b, 0xd5, 0x78, 0x16, 0x4e, 0x96, 0x0d, 0x58, - 0xfc, 0x58, 0x13, 0xaa, 0x51, 0x2f, 0x56, 0x13, 0x79, 0x38, 0x55, 0x5a, 0xfd, 0x8b, 0x51, 0x78, - 0xc7, 0x10, 0x47, 0x19, 0xea, 0x65, 0x0f, 0xf7, 0x11, 0x54, 0x65, 0x31, 0xb8, 0x40, 0x5b, 0xfc, - 0xd8, 0x40, 0xb3, 0x7d, 0xd3, 0xdf, 0x1b, 0x72, 0x7a, 0xfa, 0x39, 0xd3, 0x73, 0x7c, 0x7c, 0xc3, - 0x4e, 0xa7, 0x97, 0x37, 0x9d, 0xc7, 0x47, 0x39, 0xfc, 0xf4, 0xf7, 0xb2, 0xa7, 0xbf, 0xe0, 0xa8, - 0x1e, 0xb9, 0x5c, 0xfa, 0x39, 0xcb, 0xa5, 0xe0, 0xa8, 0x0e, 0xb1, 0xbc, 0xfe, 0xc3, 0x28, 0xbc, - 0x73, 0x98, 0x33, 0xb5, 0xe0, 0xfa, 0xca, 0x38, 0xb5, 0x1e, 0xea, 0xfa, 0xca, 0xb3, 0x83, 0x7c, - 0x88, 0xeb, 0x2b, 0x03, 0xe5, 0xc3, 0x5e, 0x5f, 0x79, 0xa3, 0xfa, 0xb0, 0xd6, 0x57, 0xde, 0xa8, - 0x0e, 0xb1, 0xbe, 0xfe, 0x57, 0xf2, 0x7c, 0x08, 0xcf, 0xd1, 0x36, 0x8c, 0xe8, 0xfd, 0x41, 0x41, - 0x22, 0xc5, 0x6e, 0x3f, 0x9b, 0x6b, 0xeb, 0x98, 0xc2, 0x40, 0x18, 0xc6, 0xf8, 0xfa, 0x29, 0x48, - 0x82, 0x98, 0xa5, 0x27, 0x5f, 0x92, 0x58, 0x40, 0xa2, 0x43, 0x45, 0xfa, 0x5b, 0xa4, 0x47, 0x5c, - 0xcd, 0xea, 0xf8, 0x8e, 0xab, 0x75, 0x8b, 0x52, 0x1b, 0x36, 0x54, 0xcb, 0x09, 0x58, 0x38, 0x05, - 0x9d, 0x0e, 0x48, 0xdf, 0x34, 0x0a, 0xd2, 0x17, 0x36, 0x20, 0x6b, 0xed, 0x16, 0xa6, 0x30, 0xd4, - 0x1f, 0xd5, 0x40, 0x7a, 0x5a, 0x4a, 0xc5, 0x37, 0xcd, 0xb2, 0x9c, 0x7b, 0x6b, 0xae, 0xb9, 0x63, - 0x5a, 0xa4, 0x4b, 0x8c, 0xf0, 0xed, 0xa1, 0x27, 0x2e, 0xc9, 0x19, 0x2f, 0xb9, 0x94, 0x57, 0x08, - 0xe7, 0xd7, 0xa7, 0x9c, 0xed, 0x9c, 0x9e, 0x7c, 0xfa, 0x5f, 0xea, 0x9e, 0x2f, 0xe5, 0x48, 0x80, - 0x6f, 0xa8, 0x54, 0x32, 0x4e, 0xe3, 0x45, 0x7f, 0x43, 0xe1, 0xba, 0x87, 0x50, 0xd9, 0x2a, 0x26, - 0xed, 0xe6, 0x49, 0x5d, 0x51, 0x44, 0x5a, 0x8c, 0x48, 0x9f, 0x1b, 0xc7, 0x88, 0x7e, 0x5b, 0x81, - 0x73, 0xdb, 0x59, 0x7a, 0x53, 0x31, 0xb7, 0x6b, 0x85, 0xdb, 0x92, 0xa3, 0x89, 0xe5, 0xd7, 0xca, - 0x99, 0x05, 0x70, 0x76, 0x4b, 0xc2, 0x71, 0x0a, 0x15, 0x49, 0x82, 0x0e, 0x14, 0x1f, 0xa7, 0x84, - 0x4a, 0x2a, 0x1a, 0xa7, 0x30, 0x03, 0xc7, 0x31, 0xa2, 0x57, 0x61, 0x62, 0x3b, 0xd0, 0xdf, 0x09, - 0x51, 0xbf, 0x55, 0x18, 0xbd, 0xa4, 0x05, 0xe4, 0x17, 0xd8, 0x61, 0x22, 0x8e, 0xb0, 0x20, 0x13, - 0xc6, 0xb7, 0x39, 0x35, 0x12, 0x22, 0x7a, 0xa3, 0xbc, 0xf4, 0xc0, 0xe5, 0x44, 0x91, 0x84, 0x03, - 0xf8, 0xb2, 0xc1, 0x4d, 0xed, 0x08, 0x9b, 0xd4, 0xaf, 0x2b, 0x70, 0x6e, 0x87, 0xb8, 0xbe, 0xa9, - 0x27, 0x15, 0xd7, 0x13, 0x25, 0x44, 0x9c, 0x17, 0xb2, 0x20, 0xf2, 0xa5, 0x92, 0x99, 0x85, 0xb3, - 0xdb, 0xa0, 0xfe, 0xa5, 0x02, 0x29, 0xdd, 0x18, 0xfa, 0xbb, 0x0a, 0x4c, 0x6e, 0x12, 0xcd, 0x1f, - 0xb8, 0xe4, 0x86, 0xe6, 0x87, 0xef, 0x48, 0x5e, 0x3c, 0x11, 0x9d, 0xdc, 0xe2, 0x75, 0x09, 0x32, - 0xbf, 0x05, 0x0c, 0x5d, 0xcd, 0xc8, 0x59, 0x38, 0xd6, 0x84, 0x0b, 0x1f, 0x81, 0xb9, 0x54, 0xc5, - 0x63, 0xdd, 0xd4, 0xfc, 0x81, 0xd0, 0xae, 0x26, 0x1d, 0x1f, 0xbf, 0x0c, 0x55, 0xcd, 0x30, 0x42, - 0xe7, 0x8a, 0x4f, 0x17, 0xbc, 0xf1, 0x36, 0xe4, 0x07, 0x3b, 0xec, 0x13, 0x73, 0xb8, 0xe8, 0x3a, - 0x20, 0x2d, 0x76, 0xa1, 0xb5, 0x12, 0x3d, 0x66, 0x60, 0x7a, 0xf9, 0xa5, 0x54, 0x2e, 0xce, 0xa8, - 0xa1, 0x7e, 0x18, 0xa6, 0xe3, 0x9e, 0x06, 0x8e, 0x61, 0x19, 0xad, 0xfe, 0x86, 0x02, 0x28, 0xed, - 0xdc, 0x08, 0x79, 0x50, 0x13, 0x25, 0x82, 0x49, 0x5e, 0x2e, 0x6a, 0xe5, 0x1a, 0x33, 0xda, 0x8e, - 0xec, 0x6a, 0x45, 0x82, 0x87, 0x43, 0x44, 0xea, 0x5f, 0x2b, 0x10, 0x39, 0x71, 0x43, 0x1f, 0x80, - 0xba, 0x41, 0x3c, 0xdd, 0x35, 0xfb, 0x7e, 0xd4, 0x91, 0xd0, 0x4c, 0xb4, 0x15, 0x65, 0x61, 0xb9, - 0x1c, 0x52, 0x61, 0xcc, 0xd7, 0xbc, 0xed, 0x76, 0x4b, 0x08, 0x8e, 0xec, 0x98, 0xbf, 0xcb, 0x52, - 0xb0, 0xc8, 0x89, 0x9e, 0xed, 0x8f, 0x0c, 0xf1, 0x6c, 0x1f, 0x6d, 0x9e, 0x80, 0x8f, 0x02, 0x74, - 0xb4, 0x7f, 0x02, 0xf5, 0xdf, 0x54, 0x20, 0xee, 0x38, 0xaf, 0xe8, 0x10, 0xa4, 0x9d, 0x2a, 0x54, - 0x1e, 0x9a, 0x53, 0x85, 0xf7, 0x30, 0x27, 0xb3, 0xdc, 0x35, 0x38, 0xbf, 0xc6, 0x92, 0x3d, 0xc3, - 0x72, 0xbf, 0xde, 0x61, 0x09, 0xf4, 0x94, 0x6c, 0x7c, 0x3a, 0xd1, 0x78, 0x47, 0xb0, 0x2f, 0x98, - 0x45, 0xe9, 0x03, 0xe1, 0x36, 0x22, 0xec, 0x7f, 0xcc, 0xce, 0xf4, 0x03, 0xc2, 0xc8, 0xb0, 0x1a, - 0x73, 0x6d, 0x11, 0xf8, 0xc3, 0x98, 0x8b, 0x55, 0x8c, 0x2c, 0x0f, 0xd5, 0xbf, 0xa7, 0xc0, 0xb8, - 0x70, 0x54, 0x35, 0x84, 0xcd, 0x70, 0x17, 0xaa, 0x8c, 0x5d, 0x2f, 0xc5, 0xc9, 0x74, 0xb6, 0x1c, - 0xc7, 0x8f, 0x39, 0xec, 0x62, 0x56, 0x7d, 0xec, 0x2f, 0xe6, 0xf0, 0xd5, 0xaf, 0x8f, 0xc2, 0x15, - 0x51, 0x24, 0x75, 0x4c, 0x87, 0x9b, 0x70, 0x0f, 0xce, 0x88, 0x69, 0x6a, 0xb9, 0x9a, 0x19, 0xde, - 0xf4, 0x15, 0x93, 0xc0, 0xc4, 0x2d, 0x70, 0x0a, 0x1c, 0xce, 0xc2, 0xc1, 0xdd, 0xd2, 0xb0, 0xe4, - 0x9b, 0x44, 0xb3, 0xfc, 0xad, 0x00, 0x77, 0xa5, 0x8c, 0x5b, 0x9a, 0x34, 0x3c, 0x9c, 0x89, 0x85, - 0xdd, 0x34, 0x8a, 0x8c, 0xa6, 0x4b, 0x34, 0xf9, 0x9a, 0xb3, 0x84, 0x11, 0xe0, 0x4a, 0x26, 0x44, - 0x9c, 0x83, 0x89, 0xa9, 0xb2, 0xb4, 0x5d, 0x26, 0x19, 0x63, 0xe2, 0xbb, 0x26, 0xe1, 0x56, 0xbe, - 0x55, 0x21, 0xcb, 0xc6, 0xb3, 0x70, 0xb2, 0x2c, 0x7a, 0x1a, 0xa6, 0xd9, 0xcd, 0x6d, 0xf4, 0x4e, - 0xbb, 0x1a, 0x79, 0x8a, 0x5f, 0x8d, 0xe5, 0xe0, 0x44, 0x49, 0xf5, 0xbb, 0x0a, 0x4c, 0xca, 0x0b, - 0x68, 0x08, 0x1b, 0xdc, 0x1d, 0x89, 0x60, 0x97, 0x31, 0x6c, 0x95, 0xd1, 0x0e, 0x49, 0xb3, 0xcf, - 0x64, 0xd4, 0x61, 0x57, 0x78, 0x24, 0x41, 0xfc, 0x4b, 0x5d, 0xe1, 0xa5, 0x4e, 0x92, 0xf0, 0x0a, - 0x2f, 0x99, 0x83, 0x53, 0x88, 0xd1, 0x8b, 0x30, 0xa2, 0xbb, 0xa6, 0x18, 0x98, 0x0f, 0x15, 0x93, - 0x4f, 0x70, 0x3b, 0x7a, 0xc3, 0xd4, 0xc4, 0x6d, 0x4c, 0x21, 0xaa, 0xbf, 0x3f, 0x02, 0x75, 0xc9, - 0x0f, 0x1e, 0x5a, 0x29, 0x23, 0xdf, 0x46, 0xe0, 0x03, 0x19, 0x77, 0x05, 0x46, 0xba, 0xfd, 0x41, - 0x41, 0x01, 0x37, 0x04, 0x77, 0x83, 0x82, 0xeb, 0xf6, 0x07, 0xe8, 0x85, 0x50, 0x64, 0x2e, 0x26, - 0xd4, 0x86, 0xd6, 0x9e, 0x09, 0xb1, 0x39, 0x58, 0x9e, 0xa3, 0xb9, 0xcb, 0xd3, 0x86, 0x71, 0x4f, - 0xc8, 0xd3, 0xd5, 0x12, 0x0f, 0x47, 0xa5, 0xa1, 0x16, 0x02, 0x34, 0xe7, 0xc3, 0x03, 0xf9, 0x3a, - 0x40, 0x42, 0xb9, 0x80, 0x01, 0x7b, 0x72, 0xc1, 0x44, 0x8c, 0x1a, 0xe7, 0x02, 0xd6, 0x59, 0x0a, - 0x16, 0x39, 0xea, 0x97, 0x2a, 0x80, 0xd2, 0x00, 0xd1, 0x3b, 0xa0, 0xca, 0x1e, 0x60, 0x89, 0xcd, - 0x26, 0x39, 0x89, 0xd2, 0x3c, 0x0f, 0xf3, 0x3c, 0xd4, 0x11, 0x0f, 0xf2, 0x8a, 0xcd, 0x0c, 0xbb, - 0x3c, 0x16, 0xf8, 0xa4, 0xd7, 0x7b, 0xc1, 0xf9, 0x34, 0x92, 0x7b, 0x3e, 0xad, 0xc3, 0x78, 0xcf, - 0xb4, 0x99, 0xcd, 0x48, 0x31, 0x8d, 0x01, 0xbf, 0xdd, 0xe2, 0x20, 0x70, 0x00, 0x4b, 0xfd, 0x59, - 0x85, 0xae, 0x62, 0xd3, 0xf6, 0x89, 0xad, 0xd9, 0x3a, 0x41, 0xf7, 0x01, 0xb4, 0x81, 0xef, 0xf0, - 0x63, 0x5e, 0x2c, 0xe6, 0x8f, 0x16, 0x9c, 0xb0, 0x10, 0xea, 0x52, 0x08, 0x91, 0xdf, 0x3a, 0x45, - 0xdf, 0x58, 0xc2, 0x46, 0x71, 0xfb, 0x66, 0x8f, 0xbc, 0x68, 0xda, 0x86, 0x73, 0x4f, 0x8c, 0x6f, - 0x69, 0xdc, 0x77, 0x43, 0x88, 0x1c, 0x77, 0xf4, 0x8d, 0x25, 0x6c, 0xe8, 0xe3, 0x30, 0xcf, 0x42, - 0x58, 0xd8, 0xcc, 0xd1, 0xa8, 0x68, 0x9c, 0x63, 0x59, 0xc1, 0xc1, 0x53, 0x63, 0x6e, 0xdd, 0xe6, - 0x9b, 0x39, 0x65, 0x70, 0x6e, 0x6d, 0xf5, 0x7b, 0x0a, 0x9c, 0xcb, 0x1c, 0x0b, 0x74, 0x03, 0xe6, - 0x22, 0x8b, 0x03, 0x99, 0x50, 0xd6, 0x22, 0xcf, 0xb9, 0xb7, 0x92, 0x05, 0x70, 0xba, 0x0e, 0x5a, - 0x09, 0xb9, 0x05, 0x99, 0x10, 0x0b, 0x73, 0x85, 0xc7, 0x04, 0xa8, 0x2c, 0x5a, 0x8d, 0xb3, 0xea, - 0xa9, 0x9f, 0x8c, 0x35, 0x38, 0x1a, 0x30, 0xba, 0x3f, 0x36, 0x48, 0x37, 0xb4, 0x00, 0x0f, 0xf7, - 0x47, 0x83, 0x26, 0x62, 0x9e, 0x87, 0x2e, 0xc9, 0xaf, 0x16, 0x42, 0x42, 0x14, 0xbc, 0x5c, 0x50, - 0x07, 0x00, 0xc2, 0xb6, 0xc7, 0xb4, 0xbb, 0xa8, 0x0b, 0x35, 0x4d, 0x04, 0x58, 0x11, 0x8b, 0xed, - 0xd9, 0x62, 0xc2, 0x96, 0x00, 0xc2, 0xcd, 0xfa, 0x82, 0x2f, 0x1c, 0x02, 0x57, 0xff, 0xa1, 0x02, - 0xe7, 0xb3, 0xdf, 0x19, 0x0d, 0x71, 0xc2, 0xf6, 0xa0, 0xee, 0x46, 0xd5, 0xc4, 0xca, 0xfc, 0x15, - 0xd9, 0xe3, 0x8b, 0xf4, 0x62, 0x9d, 0x72, 0x1f, 0x4d, 0xd7, 0xf1, 0x82, 0xd9, 0x49, 0x3a, 0x81, - 0x09, 0x99, 0x78, 0xa9, 0x25, 0x58, 0x86, 0xaf, 0xbe, 0x5e, 0x01, 0x58, 0x25, 0xfe, 0x3d, 0xc7, - 0xdd, 0xa6, 0x63, 0xf4, 0xa6, 0x7a, 0xef, 0x76, 0x11, 0x46, 0xfb, 0x8e, 0xe1, 0x09, 0x42, 0xc5, - 0x1e, 0xa2, 0xb1, 0xeb, 0x72, 0x96, 0x8a, 0x16, 0xa0, 0xca, 0x54, 0xc1, 0xe2, 0x38, 0x60, 0xcc, - 0x2f, 0x65, 0x78, 0x3c, 0xcc, 0xd3, 0xb9, 0x1f, 0x6d, 0x66, 0x34, 0xeb, 0x09, 0x76, 0x5e, 0xf8, - 0xd1, 0xe6, 0x69, 0x38, 0xcc, 0x55, 0x3f, 0x3f, 0x0a, 0xb1, 0x10, 0x41, 0x91, 0x50, 0x3e, 0xfa, - 0x90, 0x84, 0xf2, 0x8f, 0xc3, 0xbc, 0xe5, 0x68, 0x46, 0x43, 0xb3, 0xe8, 0xb2, 0x77, 0x3b, 0x7c, - 0x3e, 0x34, 0xbb, 0x4b, 0x82, 0x50, 0x3f, 0x8c, 0x04, 0xdc, 0xce, 0x29, 0x83, 0x73, 0x6b, 0xa3, - 0x81, 0x14, 0x99, 0x88, 0xb2, 0x21, 0x2b, 0xa5, 0x43, 0x28, 0x2d, 0xca, 0x16, 0xd3, 0xe1, 0xd9, - 0x1c, 0x8f, 0x5e, 0x84, 0xbe, 0xa8, 0xc0, 0x39, 0xb2, 0xeb, 0x13, 0xd7, 0xd6, 0xac, 0xbb, 0xae, - 0xb6, 0xb9, 0x69, 0xea, 0x31, 0x83, 0xa4, 0xb5, 0x83, 0xfd, 0x85, 0x73, 0xcb, 0x59, 0x05, 0x1e, - 0xec, 0x2f, 0xbc, 0x2f, 0x1d, 0x23, 0x2c, 0xb0, 0x8f, 0xce, 0xac, 0xc2, 0x96, 0x63, 0x36, 0xba, - 0x0b, 0x4f, 0x41, 0xfd, 0x18, 0xc6, 0xb4, 0x13, 0xb2, 0x8a, 0xe6, 0x9b, 0x63, 0x20, 0x59, 0xa7, - 0x1f, 0xc3, 0x01, 0xf4, 0xef, 0x28, 0x70, 0x56, 0xb7, 0x4c, 0x62, 0xfb, 0x09, 0x13, 0x64, 0xbe, - 0x35, 0x5e, 0x28, 0x66, 0x37, 0xdf, 0x27, 0x76, 0xbb, 0xd5, 0x74, 0x6c, 0x9b, 0xe8, 0x7e, 0x33, - 0x03, 0x3a, 0x97, 0x77, 0xb2, 0x72, 0x70, 0x66, 0x6b, 0x58, 0x87, 0x58, 0x7a, 0xbb, 0x25, 0x3f, - 0xe4, 0x6a, 0x8a, 0x34, 0x1c, 0xe6, 0xa2, 0x27, 0xa1, 0xde, 0x75, 0x9d, 0x41, 0xdf, 0x6b, 0x32, - 0x53, 0x29, 0xbe, 0xc3, 0x18, 0x3b, 0x71, 0x23, 0x4a, 0xc6, 0x72, 0x19, 0xf4, 0x7e, 0x98, 0xe4, - 0x9f, 0x6b, 0x2e, 0xd9, 0x34, 0x77, 0xc5, 0x8e, 0x63, 0x96, 0x17, 0x37, 0xa4, 0x74, 0x1c, 0x2b, - 0x85, 0xde, 0x0d, 0x13, 0xa6, 0xe7, 0x0d, 0x88, 0xbb, 0x8e, 0x6f, 0x0b, 0x37, 0x88, 0x4c, 0xc1, - 0xda, 0x0e, 0x12, 0x71, 0x94, 0x8f, 0x7e, 0x53, 0x81, 0x69, 0x97, 0xbc, 0x3a, 0x30, 0x5d, 0x62, - 0x30, 0xa4, 0x9e, 0x78, 0x23, 0xd0, 0x29, 0xf9, 0x30, 0x61, 0x11, 0xc7, 0xa0, 0xf2, 0x95, 0x1e, - 0xaa, 0x26, 0xe2, 0x99, 0x38, 0xd1, 0x04, 0x3a, 0x56, 0x9e, 0xd9, 0xb5, 0x4d, 0xbb, 0xbb, 0x64, - 0x75, 0xbd, 0xf9, 0x1a, 0xdb, 0xbd, 0x9c, 0xf5, 0x8a, 0x92, 0xb1, 0x5c, 0x06, 0x7d, 0x10, 0xa6, - 0x06, 0x1e, 0x5d, 0xbb, 0x3d, 0xc2, 0x07, 0x78, 0x22, 0xb2, 0x61, 0x5c, 0x97, 0x33, 0x70, 0xbc, - 0x1c, 0x95, 0xf6, 0x82, 0x04, 0x31, 0xcc, 0xc0, 0x5d, 0x35, 0xd0, 0x76, 0xae, 0xc7, 0x72, 0x70, - 0xa2, 0xe4, 0x85, 0x25, 0x38, 0x93, 0xd1, 0xcd, 0x63, 0x6d, 0x90, 0xef, 0x56, 0xe0, 0xed, 0x47, - 0x2e, 0x4b, 0xf4, 0x4d, 0x05, 0xea, 0x64, 0xd7, 0x77, 0xb5, 0xd0, 0xa2, 0x92, 0xce, 0x51, 0xf7, - 0xe1, 0x6c, 0x82, 0xc5, 0xe5, 0x08, 0x13, 0x9f, 0xb7, 0xf0, 0xcc, 0x93, 0x72, 0xb0, 0xdc, 0x20, - 0xca, 0xb5, 0x73, 0x57, 0x1e, 0xb2, 0xee, 0x4e, 0xc4, 0x54, 0x11, 0x39, 0x17, 0x9e, 0x83, 0xd9, - 0x24, 0xe4, 0x63, 0x0d, 0xd5, 0xef, 0x55, 0xa0, 0xba, 0x66, 0x69, 0xa7, 0xe2, 0xd3, 0xf2, 0xd3, - 0x31, 0x5f, 0x62, 0xc5, 0x3c, 0xb4, 0xb1, 0xb6, 0xe6, 0x7a, 0x32, 0xdc, 0x4a, 0x78, 0x32, 0x7c, - 0xbe, 0x04, 0x8e, 0xc3, 0x1d, 0x17, 0xfe, 0x48, 0x81, 0x09, 0x56, 0xee, 0x14, 0x1c, 0x2c, 0xbc, - 0x1c, 0x77, 0xb0, 0xf0, 0x74, 0xf1, 0x4e, 0xe5, 0x38, 0x56, 0xf8, 0xb3, 0xa0, 0x33, 0xcc, 0x35, - 0xd6, 0x27, 0xe4, 0x20, 0x52, 0xbc, 0x37, 0x57, 0xb3, 0x3c, 0xf9, 0xdd, 0x76, 0x74, 0xcd, 0x4a, - 0xb9, 0xf3, 0x3b, 0x34, 0x92, 0x94, 0x0d, 0x13, 0x44, 0x38, 0x4c, 0x09, 0x7a, 0x53, 0x8c, 0xb7, - 0x0d, 0xdc, 0xae, 0x44, 0xf8, 0x82, 0x14, 0x0f, 0x47, 0x28, 0xd4, 0x3f, 0xa8, 0x40, 0x5d, 0x9a, - 0xcd, 0x37, 0xc4, 0x53, 0xe0, 0xf5, 0xcc, 0x90, 0x2b, 0x15, 0x66, 0x31, 0x79, 0xfe, 0x18, 0xe1, - 0x56, 0x3c, 0xa8, 0xeb, 0x91, 0xf3, 0xe7, 0x52, 0x0b, 0x5c, 0x72, 0x22, 0x2d, 0x2c, 0xb7, 0xa3, - 0x04, 0x2c, 0x63, 0x51, 0xff, 0x79, 0x05, 0xc6, 0xd7, 0x5c, 0x87, 0xce, 0xf1, 0x29, 0x10, 0x88, - 0x8d, 0x18, 0x81, 0x28, 0xb8, 0x79, 0x79, 0x6b, 0x73, 0x49, 0xc4, 0x2b, 0x09, 0x12, 0xd1, 0x28, - 0x85, 0xe5, 0x70, 0x22, 0xf1, 0x13, 0x05, 0xea, 0xa2, 0xe4, 0x29, 0x90, 0x09, 0x2d, 0x4e, 0x26, - 0x9e, 0x29, 0xd3, 0xb1, 0x1c, 0x42, 0xf1, 0x35, 0x05, 0xa6, 0x44, 0x89, 0x15, 0xd2, 0xdb, 0x20, - 0x2e, 0xba, 0x0e, 0xe3, 0xde, 0x80, 0xcd, 0xa5, 0xe8, 0xd1, 0x63, 0x32, 0xa9, 0x70, 0x37, 0x34, - 0x9d, 0x85, 0x0e, 0xe3, 0x45, 0x24, 0x17, 0xa2, 0x3c, 0x01, 0x07, 0x95, 0xa9, 0x40, 0xe7, 0x3a, - 0x56, 0xca, 0x69, 0x02, 0x76, 0x2c, 0x82, 0x59, 0x0e, 0x95, 0xa3, 0xe8, 0x6f, 0x70, 0x4b, 0xc5, - 0xe4, 0x28, 0x9a, 0xed, 0x61, 0x9e, 0xae, 0x7e, 0x69, 0x34, 0x1c, 0x6d, 0x46, 0xc7, 0x6e, 0xc2, - 0x84, 0xee, 0x12, 0xcd, 0x27, 0x46, 0x63, 0x6f, 0x98, 0xc6, 0x31, 0x86, 0xae, 0x19, 0xd4, 0xc0, - 0x51, 0x65, 0xca, 0x3a, 0xc9, 0x17, 0x4f, 0x95, 0x88, 0xcd, 0xcc, 0xbd, 0x74, 0x7a, 0x06, 0xaa, - 0xce, 0x3d, 0x3b, 0x34, 0xbd, 0x38, 0x14, 0x31, 0xeb, 0xca, 0x1d, 0x5a, 0x1a, 0xf3, 0x4a, 0xb2, - 0xc3, 0x8d, 0xd1, 0x43, 0x1c, 0x6e, 0xf4, 0x60, 0xbc, 0xc7, 0xa6, 0xa1, 0x9c, 0x3f, 0xc9, 0xd8, - 0x8c, 0xca, 0xee, 0xbd, 0x19, 0x68, 0x1c, 0xe0, 0xa0, 0x4c, 0x30, 0xe5, 0xd3, 0xbc, 0xbe, 0xa6, - 0x13, 0x99, 0x09, 0x5e, 0x0d, 0x12, 0x71, 0x94, 0x8f, 0xee, 0xc7, 0xfd, 0xe2, 0x8c, 0x97, 0x50, - 0x73, 0x8a, 0xf6, 0x49, 0xae, 0x70, 0xf8, 0xe0, 0xe7, 0xfa, 0xc6, 0xf9, 0xca, 0x68, 0xb8, 0x4c, - 0x05, 0xe1, 0xcf, 0x8e, 0x7b, 0xa5, 0x14, 0x8a, 0x7b, 0xf5, 0x3e, 0xa8, 0xf6, 0xb7, 0x34, 0x2f, - 0x58, 0xab, 0x81, 0x2f, 0xfa, 0xea, 0x1a, 0x4d, 0x7c, 0xb0, 0xbf, 0x30, 0x29, 0x50, 0xb3, 0x6f, - 0xcc, 0xcb, 0xa2, 0x01, 0x9c, 0xf1, 0x7c, 0xcd, 0x22, 0x1d, 0x53, 0xa8, 0x8f, 0x3c, 0x5f, 0xeb, - 0xf5, 0x0b, 0xb8, 0x94, 0xe7, 0xa6, 0xc9, 0x69, 0x50, 0x38, 0x0b, 0x3e, 0xfa, 0xbc, 0x02, 0xf3, - 0x2c, 0x7d, 0x69, 0xe0, 0x3b, 0x3c, 0xfc, 0x46, 0x84, 0xfc, 0xf8, 0xf7, 0xb6, 0x4c, 0xd8, 0xef, - 0xe4, 0xc0, 0xc3, 0xb9, 0x98, 0xd0, 0x6b, 0x70, 0xce, 0xd2, 0x3c, 0x7f, 0x49, 0xf7, 0xcd, 0x1d, - 0xd3, 0xdf, 0x8b, 0x9a, 0x70, 0xfc, 0x18, 0x60, 0xcc, 0x76, 0xe3, 0x76, 0x16, 0x30, 0x9c, 0x8d, - 0x43, 0xfd, 0xdf, 0x0a, 0xa0, 0xf4, 0x12, 0x42, 0x3d, 0xa8, 0x19, 0x64, 0x53, 0x1b, 0x58, 0x7e, - 0xc0, 0x09, 0x94, 0xf6, 0xda, 0x14, 0x52, 0xe7, 0x96, 0x00, 0x8c, 0x43, 0x14, 0xa8, 0x0f, 0x13, - 0xf7, 0xb6, 0x4c, 0x9f, 0x58, 0xa6, 0xe7, 0x9f, 0x94, 0x97, 0xa8, 0x90, 0xf9, 0x79, 0x31, 0x80, - 0x8c, 0x23, 0x24, 0xea, 0xdf, 0x1c, 0x81, 0xda, 0x31, 0x82, 0xab, 0x0e, 0x00, 0x09, 0xaf, 0x11, - 0x94, 0x63, 0x22, 0x65, 0x94, 0x66, 0x8c, 0xad, 0x69, 0xa6, 0x80, 0xe1, 0x0c, 0x04, 0xe8, 0x35, - 0x38, 0x6b, 0xda, 0x9b, 0xae, 0xe6, 0xf9, 0xee, 0x40, 0xf7, 0x07, 0x2e, 0x29, 0xe3, 0xcc, 0x9e, - 0x69, 0x1a, 0xda, 0x19, 0xe0, 0x70, 0x26, 0x12, 0xb4, 0x09, 0xe3, 0xf7, 0x1c, 0x77, 0x9b, 0x12, - 0xd0, 0xd1, 0x12, 0xd1, 0x92, 0x5e, 0x64, 0x30, 0x22, 0xca, 0xc9, 0xbf, 0x3d, 0x1c, 0x00, 0x57, - 0x7f, 0xac, 0x40, 0x95, 0x3f, 0x85, 0x7b, 0x6b, 0x48, 0x59, 0xac, 0xad, 0xb9, 0x0e, 0x9a, 0xa9, - 0xec, 0xc3, 0x4a, 0xbc, 0x55, 0x64, 0x1f, 0xd6, 0xd8, 0x1c, 0x96, 0xe6, 0xc7, 0x23, 0xa2, 0x33, - 0x8c, 0x67, 0x68, 0xc3, 0x19, 0xc1, 0xfe, 0xde, 0x36, 0x37, 0x09, 0x5d, 0x60, 0x2d, 0x6d, 0xcf, - 0x13, 0x4f, 0xd1, 0x19, 0xe9, 0x6d, 0xa6, 0xb3, 0x71, 0x56, 0x1d, 0xf4, 0x2f, 0x14, 0x7a, 0x3a, - 0xfb, 0xae, 0xa9, 0x97, 0xf3, 0x7a, 0x1c, 0x36, 0x6e, 0x71, 0x85, 0x43, 0xe3, 0xea, 0x83, 0xf5, - 0xe8, 0x98, 0x66, 0xa9, 0x0f, 0xf6, 0x17, 0x16, 0x32, 0xd4, 0x93, 0x81, 0x42, 0x9d, 0x0e, 0xed, - 0xeb, 0x3f, 0x3b, 0xb4, 0x08, 0x53, 0xee, 0x07, 0x4d, 0x46, 0x37, 0xa1, 0xea, 0xe9, 0x4e, 0x9f, - 0x1c, 0xc7, 0x97, 0x7b, 0x38, 0xc2, 0x1d, 0x5a, 0x13, 0x73, 0x00, 0x17, 0x5e, 0x81, 0x49, 0xb9, - 0xe5, 0x19, 0xea, 0x89, 0x96, 0xac, 0x9e, 0x38, 0xf6, 0x2d, 0x9e, 0xac, 0xce, 0xf8, 0xc3, 0x0a, - 0x88, 0x58, 0x87, 0x43, 0x5c, 0x61, 0xbc, 0x12, 0xb8, 0x3f, 0x2d, 0x13, 0xe0, 0x31, 0x19, 0xd3, - 0x3d, 0x1a, 0x04, 0xd9, 0x03, 0x2a, 0x72, 0x60, 0xcc, 0xd2, 0x36, 0x88, 0x15, 0xc4, 0xbd, 0xbb, - 0x51, 0x22, 0x2c, 0x1b, 0xf7, 0x3e, 0xee, 0x25, 0x14, 0xdd, 0x3c, 0x11, 0x0b, 0x34, 0x17, 0x9e, - 0x82, 0xba, 0x54, 0xec, 0x58, 0x3a, 0xa1, 0x9f, 0x28, 0x30, 0x19, 0xf3, 0x79, 0xd6, 0x83, 0x11, - 0x37, 0xd4, 0x05, 0x14, 0xbd, 0xe3, 0x09, 0xac, 0x9b, 0x1e, 0x3b, 0xa4, 0x10, 0xa6, 0x78, 0x42, - 0xf7, 0x68, 0x95, 0x93, 0x72, 0x8f, 0xf6, 0x55, 0x05, 0xce, 0x07, 0x1d, 0x8a, 0x7b, 0x09, 0x41, - 0x57, 0xa1, 0xa6, 0xf5, 0x4d, 0xa6, 0xf9, 0x95, 0x95, 0xe7, 0x4b, 0x6b, 0x6d, 0x96, 0x86, 0xc3, - 0x5c, 0xf4, 0x1e, 0xa8, 0x05, 0x4b, 0x4f, 0x70, 0x7e, 0x21, 0xdd, 0x0a, 0x6f, 0xad, 0xc2, 0x12, - 0xe8, 0x71, 0xc9, 0x45, 0x6d, 0x35, 0x3a, 0xa8, 0x43, 0xc4, 0xfc, 0x8e, 0x5b, 0xfd, 0xf2, 0x08, - 0x4c, 0x71, 0x4d, 0x49, 0xc3, 0xb4, 0x0d, 0xd3, 0xee, 0x9e, 0xc2, 0x01, 0x11, 0x0b, 0x12, 0x5e, - 0x39, 0xa9, 0x20, 0xe1, 0xb7, 0x60, 0xec, 0x55, 0x4a, 0xa9, 0x82, 0x05, 0x3e, 0x14, 0xc1, 0x08, - 0x17, 0x2f, 0x23, 0x72, 0x1e, 0x16, 0x20, 0x90, 0x2f, 0xc5, 0x6a, 0x2f, 0xf3, 0xd2, 0x3b, 0x36, - 0xb4, 0xa1, 0xaf, 0xe9, 0xc9, 0xec, 0x40, 0xed, 0xcc, 0x79, 0x6a, 0xac, 0xc6, 0x5b, 0xc5, 0x79, - 0x6a, 0xac, 0xd1, 0x39, 0xe7, 0xdc, 0x53, 0x70, 0x2e, 0x73, 0x34, 0x8e, 0xe6, 0x0c, 0xd5, 0xef, - 0x57, 0x80, 0xc5, 0x50, 0x3e, 0x85, 0xb5, 0xf9, 0x72, 0x8c, 0x79, 0x79, 0xb6, 0xb8, 0xfb, 0xd6, - 0x3c, 0xf5, 0x4f, 0x37, 0xa1, 0xfe, 0xf9, 0x48, 0x71, 0x14, 0x87, 0xeb, 0x7e, 0xbe, 0x55, 0x01, - 0xa0, 0xc5, 0x78, 0xb4, 0x69, 0x61, 0x18, 0xca, 0x57, 0xb4, 0x12, 0xa7, 0x1e, 0xe9, 0x95, 0x78, - 0x9a, 0x97, 0xd7, 0x6a, 0x18, 0x32, 0x78, 0x24, 0xba, 0x64, 0x88, 0x87, 0x0b, 0x8e, 0x53, 0x8c, - 0xd1, 0x13, 0xa2, 0x18, 0xea, 0xf7, 0x15, 0x60, 0xa1, 0x64, 0x5a, 0xab, 0x1d, 0xf4, 0x41, 0x98, - 0x32, 0xf9, 0x2d, 0x6e, 0x4b, 0xf6, 0xa7, 0xc7, 0x6e, 0x9a, 0xda, 0x72, 0x06, 0x8e, 0x97, 0x43, - 0xb6, 0x34, 0xae, 0x65, 0x42, 0xbd, 0x8b, 0x86, 0x1c, 0x49, 0x23, 0x7e, 0x5e, 0x81, 0x99, 0x44, - 0xd9, 0x21, 0x64, 0xab, 0x87, 0x43, 0x72, 0x25, 0x17, 0xf5, 0x23, 0xa7, 0xe0, 0xa2, 0x3e, 0xf4, - 0x16, 0x3f, 0xfa, 0x90, 0xbd, 0xc5, 0xff, 0x50, 0x01, 0x16, 0x45, 0xfc, 0x14, 0xc8, 0xef, 0xa7, - 0xe2, 0xe4, 0xf7, 0xa9, 0xc2, 0x6b, 0x27, 0x87, 0xea, 0xfe, 0xb5, 0x02, 0xcc, 0x79, 0xb4, 0x30, - 0x5d, 0x91, 0xac, 0x41, 0x94, 0x1c, 0x6b, 0x90, 0x2b, 0xc2, 0x98, 0x24, 0xa1, 0x08, 0x95, 0x0c, - 0x4a, 0xde, 0x23, 0xd9, 0x8b, 0x8c, 0xc4, 0x49, 0x49, 0xda, 0x66, 0x04, 0xbd, 0x06, 0x53, 0xde, - 0x96, 0xe3, 0xf8, 0x81, 0x4a, 0x42, 0xcc, 0x5e, 0xa3, 0xb8, 0x2d, 0x77, 0xd0, 0x17, 0xbe, 0x3b, - 0x3b, 0x32, 0x70, 0x1c, 0xc7, 0xa5, 0xfe, 0x91, 0xe8, 0xfe, 0x31, 0xb6, 0xca, 0x29, 0x92, 0xbe, - 0x77, 0x25, 0x48, 0x5f, 0x5e, 0xb4, 0xf4, 0xdf, 0x17, 0xbd, 0x08, 0x7d, 0x7e, 0xf7, 0x61, 0xca, - 0x92, 0x03, 0x00, 0x89, 0x85, 0x59, 0x28, 0x76, 0x50, 0xe8, 0xda, 0x2f, 0x96, 0x8c, 0xe3, 0x08, - 0x28, 0x7d, 0x0c, 0x1a, 0xcf, 0xa3, 0x1a, 0xf3, 0x50, 0x16, 0x6c, 0x06, 0xd6, 0xe4, 0x0c, 0x1c, - 0x2f, 0xa7, 0x7e, 0xbb, 0x02, 0x97, 0x78, 0xdb, 0x99, 0x15, 0x7d, 0x8b, 0xf4, 0x89, 0x6d, 0x10, - 0x5b, 0xdf, 0x63, 0x7c, 0xb0, 0xe1, 0x74, 0xd1, 0xe7, 0x15, 0xa8, 0x05, 0x37, 0x66, 0xa2, 0x23, - 0x2f, 0x95, 0x70, 0x9b, 0x9e, 0x83, 0x26, 0xbc, 0xb0, 0xe3, 0x3e, 0xe6, 0xc4, 0x17, 0x0e, 0x31, - 0xa3, 0x5d, 0xa8, 0xf6, 0x5d, 0x67, 0x23, 0x90, 0x01, 0x5f, 0x3c, 0xf9, 0x26, 0xac, 0x51, 0xf0, - 0x7c, 0xc7, 0xb1, 0xbf, 0x98, 0x23, 0x54, 0x31, 0x3c, 0x3e, 0x54, 0xd3, 0xd1, 0x13, 0x49, 0xaf, - 0xca, 0xa1, 0xc2, 0x27, 0xe5, 0xa3, 0xea, 0x0e, 0xa8, 0x47, 0xb7, 0xe5, 0x38, 0x00, 0x3f, 0x06, - 0xef, 0x94, 0x00, 0x2e, 0xef, 0xea, 0xc4, 0xf3, 0x9a, 0x5a, 0x5f, 0xd3, 0xa9, 0x00, 0xcc, 0x9e, - 0x13, 0x73, 0xe5, 0xf4, 0x31, 0x40, 0x7e, 0xae, 0x02, 0x0b, 0x12, 0xcc, 0x98, 0x0d, 0x57, 0x40, - 0x3d, 0xbe, 0xa1, 0x40, 0x5d, 0xb3, 0x6d, 0xc7, 0xd7, 0xe4, 0x2b, 0x53, 0x52, 0x76, 0x72, 0xb2, - 0x70, 0x2d, 0x2e, 0x45, 0x78, 0x12, 0x16, 0x12, 0x52, 0x0e, 0x96, 0x9b, 0x73, 0xe1, 0x39, 0x98, - 0x4d, 0xd6, 0x3a, 0x96, 0xa4, 0xdb, 0x84, 0xf3, 0x52, 0xab, 0xd8, 0x15, 0x4c, 0x73, 0x8b, 0xe8, - 0xdb, 0xde, 0x71, 0xc6, 0xb1, 0x41, 0x39, 0xeb, 0x10, 0x88, 0x14, 0x93, 0xe0, 0x09, 0x18, 0xdf, - 0x31, 0x3d, 0x33, 0x70, 0x13, 0x20, 0xc1, 0x78, 0x81, 0x27, 0xe3, 0x20, 0x5f, 0x7d, 0x1e, 0xce, - 0xc8, 0x30, 0x18, 0x11, 0x5d, 0xed, 0x1c, 0xa7, 0x15, 0x2b, 0x70, 0x45, 0x82, 0x90, 0xf9, 0xb8, - 0xf1, 0x38, 0xe0, 0xbe, 0x53, 0x0b, 0x68, 0x9e, 0x78, 0x7d, 0xf3, 0x03, 0x05, 0x1e, 0x25, 0x79, - 0xcb, 0x4e, 0xd0, 0x8d, 0x4f, 0x94, 0x5d, 0x17, 0xb9, 0xeb, 0x5a, 0xb8, 0xd6, 0xca, 0xcb, 0xc6, - 0xf9, 0x4d, 0x43, 0xf7, 0x63, 0x01, 0x39, 0x2a, 0xa5, 0xa4, 0xc9, 0x8c, 0x59, 0x3e, 0x2c, 0x1c, - 0x07, 0x72, 0xa1, 0xe6, 0x89, 0xb9, 0x2c, 0xf5, 0x06, 0x3b, 0x63, 0x6d, 0x08, 0x23, 0x51, 0xf1, - 0x85, 0x43, 0x3c, 0xe8, 0x3b, 0x0a, 0x9c, 0xb5, 0x32, 0xf6, 0x97, 0x38, 0xf8, 0xef, 0x3e, 0x8c, - 0xbd, 0xcb, 0x15, 0xef, 0x59, 0x39, 0x38, 0xb3, 0x2d, 0xe8, 0x1f, 0xe4, 0xbe, 0xf6, 0xad, 0x96, - 0x88, 0x87, 0x76, 0xd4, 0x06, 0x38, 0xfe, 0xc3, 0x5f, 0xf4, 0x6b, 0x50, 0x77, 0x22, 0xb2, 0x20, - 0x5e, 0x68, 0xdf, 0x2a, 0xdb, 0x3a, 0x89, 0xd2, 0xf0, 0xab, 0x4c, 0x29, 0x01, 0xcb, 0x08, 0xd1, - 0xd7, 0x14, 0x40, 0x46, 0xea, 0xf8, 0x10, 0xd7, 0xa9, 0xf8, 0xe4, 0x0f, 0x49, 0x7e, 0x77, 0x93, - 0x4e, 0xc7, 0x19, 0xad, 0x50, 0xff, 0xf5, 0x38, 0x67, 0xd4, 0x99, 0xea, 0x5c, 0x87, 0xb1, 0x0d, - 0x26, 0xeb, 0x0a, 0x62, 0x50, 0x5c, 0xb2, 0xe6, 0x22, 0x33, 0x97, 0x44, 0xf9, 0x7f, 0x2c, 0x40, - 0xa3, 0x45, 0x80, 0x0d, 0xcb, 0xd1, 0xb7, 0x9b, 0xed, 0x16, 0x0e, 0x98, 0x20, 0xb6, 0x01, 0x1b, - 0x61, 0x2a, 0x96, 0x4a, 0xa0, 0x4f, 0xc2, 0x88, 0x11, 0x8a, 0x47, 0xcf, 0x94, 0x91, 0x0c, 0x23, - 0xb3, 0x7d, 0xba, 0xdd, 0x28, 0x54, 0xe4, 0x40, 0xcd, 0x16, 0xbc, 0xb0, 0xd8, 0x5c, 0xc5, 0xe3, - 0xcd, 0x84, 0x4c, 0x75, 0xc8, 0xcb, 0x07, 0x29, 0x38, 0x44, 0x42, 0x11, 0x86, 0xc2, 0x6e, 0xb5, - 0x24, 0xc2, 0x50, 0xd2, 0x3d, 0x4c, 0x0f, 0xb1, 0x26, 0xcb, 0xad, 0x63, 0xc3, 0xcb, 0xad, 0x53, - 0xb9, 0x32, 0xeb, 0x26, 0x8c, 0xf9, 0x3c, 0xe6, 0xfd, 0x78, 0x09, 0xeb, 0x2b, 0xda, 0x01, 0x16, - 0x14, 0x3f, 0xe2, 0xd9, 0x45, 0xc4, 0x7c, 0x01, 0x9d, 0xae, 0xc6, 0x1d, 0x16, 0x0e, 0x4c, 0xf8, - 0xfd, 0x2b, 0xbe, 0x1a, 0x79, 0x54, 0x31, 0xbe, 0x1a, 0xf9, 0x7f, 0x2c, 0x40, 0xa3, 0x6d, 0x2a, - 0x89, 0xf1, 0xf3, 0x51, 0x78, 0x29, 0x58, 0x2a, 0xbb, 0x23, 0xbd, 0xc0, 0xf8, 0x9f, 0x7f, 0xe1, - 0x10, 0x01, 0xd2, 0x61, 0x5c, 0xa8, 0x3e, 0x84, 0xf3, 0xea, 0x67, 0xca, 0x04, 0x10, 0x08, 0x82, - 0xe5, 0xf1, 0x27, 0xc9, 0x01, 0x64, 0xf5, 0x3f, 0x8f, 0x72, 0xad, 0xd5, 0x1b, 0x68, 0x2f, 0xd7, - 0x85, 0x5a, 0x00, 0xac, 0x94, 0x1a, 0x30, 0x88, 0xde, 0xc2, 0x07, 0x34, 0x8c, 0xe5, 0x12, 0x02, - 0x47, 0xcd, 0xac, 0xa7, 0x46, 0x92, 0x6f, 0xb4, 0xa1, 0x9e, 0x19, 0x65, 0x1b, 0x96, 0x8c, 0x16, - 0x32, 0x2c, 0x79, 0x16, 0x66, 0x02, 0xdb, 0x3b, 0x83, 0xb0, 0xab, 0x2d, 0x61, 0x9d, 0xce, 0x9e, - 0xd8, 0x36, 0xe3, 0x59, 0x38, 0x59, 0x16, 0x7d, 0x57, 0x81, 0x77, 0x72, 0xcb, 0xf8, 0x26, 0x3d, - 0xca, 0x58, 0xc0, 0x34, 0x12, 0x45, 0x68, 0x8b, 0x8c, 0x2e, 0xc6, 0x8e, 0x6d, 0x74, 0x71, 0xf5, - 0x60, 0x7f, 0xe1, 0x9d, 0xcd, 0x21, 0x60, 0xe3, 0xa1, 0x5a, 0xa0, 0xde, 0x82, 0x89, 0x70, 0x0b, - 0xa3, 0x4b, 0x12, 0xc3, 0x1e, 0x51, 0xd9, 0x5b, 0x64, 0x8f, 0x73, 0xef, 0x0b, 0x31, 0xee, 0x9d, - 0xcb, 0x6f, 0x2f, 0xd0, 0x04, 0xc1, 0xc8, 0xab, 0xff, 0x55, 0xe1, 0x6b, 0x56, 0x04, 0x17, 0xd4, - 0xa0, 0xde, 0xe3, 0x6e, 0xe1, 0xd8, 0xc3, 0x40, 0xa5, 0xf8, 0x93, 0xc4, 0x95, 0x08, 0x0c, 0x96, - 0x61, 0xa2, 0xdd, 0x74, 0x04, 0xcc, 0x1b, 0x25, 0xe9, 0xcb, 0xd0, 0x81, 0x30, 0x51, 0xba, 0x8e, - 0x1c, 0x3a, 0x50, 0x39, 0x3c, 0x74, 0xe0, 0xd1, 0x41, 0x92, 0xd4, 0x1f, 0x8c, 0x40, 0xa6, 0x6b, - 0x7f, 0xa4, 0xc2, 0x18, 0x7f, 0xe3, 0x20, 0xc7, 0x06, 0xe5, 0x0f, 0x20, 0xb0, 0xc8, 0x41, 0x2e, - 0x9c, 0x15, 0x0f, 0x08, 0x6e, 0x91, 0xbd, 0x28, 0x26, 0xa5, 0xd8, 0xc8, 0xc3, 0x9b, 0x11, 0x33, - 0x7f, 0x51, 0x9d, 0x04, 0x24, 0x9c, 0x09, 0x1b, 0xdd, 0xe1, 0x2f, 0x7a, 0x6c, 0xe3, 0xae, 0xb3, - 0x4d, 0xec, 0x68, 0xb9, 0x89, 0x37, 0x8a, 0x8f, 0x06, 0x2f, 0x7a, 0x52, 0x05, 0x70, 0x76, 0x3d, - 0xb4, 0x03, 0xa8, 0xa7, 0xed, 0x26, 0xa1, 0x95, 0xf0, 0x28, 0xbe, 0x92, 0x82, 0x86, 0x33, 0x30, - 0xd0, 0xfd, 0xaf, 0xe9, 0x3a, 0xe9, 0xfb, 0xc4, 0xe0, 0xc3, 0x1a, 0x3c, 0x92, 0x67, 0xfb, 0x7f, - 0x29, 0x9e, 0x85, 0x93, 0x65, 0x99, 0x29, 0x3f, 0x93, 0x07, 0xde, 0x22, 0x46, 0x26, 0xac, 0xad, - 0x0f, 0xd9, 0x94, 0x9f, 0xe3, 0x38, 0xfc, 0xa6, 0xe6, 0x13, 0x70, 0x9e, 0x15, 0x5b, 0x32, 0x98, - 0x08, 0xe0, 0x11, 0x63, 0xc9, 0x30, 0xd8, 0xf3, 0xba, 0xb2, 0x31, 0x3d, 0xd5, 0x1f, 0x2b, 0x30, - 0xc3, 0x60, 0x37, 0x97, 0xb0, 0xd0, 0x52, 0xa0, 0x56, 0x60, 0x3e, 0xc8, 0xa1, 0x2e, 0x26, 0xcd, - 0x07, 0x2f, 0xf1, 0x0a, 0x2e, 0x61, 0x74, 0x5d, 0xb3, 0xbc, 0xa0, 0x66, 0xcc, 0x9e, 0xd0, 0x05, - 0x64, 0x69, 0x9e, 0xdf, 0x74, 0x7a, 0x7d, 0x8b, 0x04, 0xc4, 0xb5, 0x88, 0x63, 0x93, 0x03, 0xe1, - 0x66, 0x24, 0x0e, 0x09, 0x67, 0x40, 0x57, 0xbf, 0xa2, 0xc0, 0x6c, 0xb2, 0x71, 0xe8, 0x1e, 0xd4, - 0x5c, 0xd1, 0x40, 0xb1, 0xd6, 0x56, 0x8a, 0xcf, 0x54, 0x46, 0xaf, 0x45, 0x5c, 0x0d, 0xf1, 0x85, - 0x43, 0x64, 0xea, 0xef, 0x29, 0x30, 0x9f, 0x57, 0x09, 0xfd, 0x96, 0x02, 0xe7, 0xf5, 0xe8, 0x0c, - 0x5a, 0x1a, 0xf8, 0x5b, 0x8e, 0x6b, 0xfa, 0x26, 0x09, 0xa2, 0xf9, 0xb6, 0x4a, 0x34, 0x32, 0x9c, - 0x4b, 0xee, 0x48, 0xa3, 0x99, 0x89, 0x07, 0xe7, 0xe0, 0x57, 0xff, 0x4a, 0x81, 0xb3, 0x0c, 0x4e, - 0x32, 0x52, 0xdf, 0xc3, 0xdf, 0xb5, 0x2e, 0xd4, 0xf8, 0x9a, 0x27, 0xe5, 0x02, 0x17, 0x25, 0x5a, - 0x2e, 0xdd, 0x3f, 0x08, 0xe8, 0x38, 0xc4, 0xa3, 0xfe, 0x22, 0x98, 0xa6, 0x44, 0xa5, 0x53, 0xb8, - 0xdc, 0xb1, 0xe3, 0x97, 0x3b, 0xed, 0xe2, 0x53, 0x9e, 0xec, 0x70, 0xf6, 0x65, 0xcf, 0x8f, 0x14, - 0x98, 0x60, 0xc5, 0xdf, 0x2a, 0x76, 0x71, 0xac, 0xb1, 0x39, 0x9d, 0xf9, 0x63, 0x05, 0xe6, 0x52, - 0xae, 0x7b, 0x86, 0xa0, 0x88, 0xa7, 0x78, 0x7f, 0xf3, 0x78, 0x32, 0x9c, 0x63, 0x3d, 0xd3, 0xa7, - 0xd7, 0x8b, 0x30, 0x15, 0xbb, 0xb7, 0x0a, 0xdf, 0x6b, 0x2b, 0x99, 0xef, 0xb5, 0xe5, 0xe7, 0xd8, - 0x95, 0x43, 0x9f, 0x63, 0xff, 0xcb, 0x69, 0x31, 0xdf, 0x4c, 0xff, 0xf1, 0x32, 0x8c, 0xb1, 0x37, - 0xd3, 0x01, 0x85, 0xf9, 0x70, 0xf1, 0xc7, 0xd8, 0x1e, 0xe7, 0xad, 0xf8, 0x7f, 0x2c, 0xc0, 0xa2, - 0x16, 0xcc, 0xea, 0x96, 0x33, 0xa0, 0x92, 0xfb, 0xa6, 0x69, 0x91, 0xd5, 0x88, 0x8d, 0x0b, 0x7d, - 0xbf, 0x34, 0x13, 0xf9, 0x38, 0x55, 0x03, 0x75, 0x64, 0x8d, 0xc8, 0x87, 0x8a, 0xde, 0xe1, 0x72, - 0x5f, 0x9b, 0xa1, 0x26, 0xc4, 0x05, 0x20, 0xc1, 0xd4, 0x05, 0xa6, 0xb4, 0xcf, 0x95, 0x23, 0x2d, - 0x11, 0x29, 0x0b, 0x93, 0x3c, 0x2c, 0x61, 0x41, 0x1e, 0xd4, 0xb7, 0xa2, 0x08, 0x92, 0x42, 0x1f, - 0xf2, 0x7c, 0xd9, 0xf0, 0x95, 0x9c, 0xf3, 0x97, 0x12, 0xb0, 0x8c, 0x05, 0x79, 0x00, 0x91, 0x0c, - 0x58, 0x2a, 0xdc, 0x58, 0x24, 0x5d, 0x46, 0x3d, 0x8d, 0xd2, 0xb0, 0x84, 0x86, 0x22, 0xb5, 0x43, - 0xd7, 0x07, 0x42, 0xf5, 0x57, 0x0c, 0x69, 0xe4, 0x41, 0x21, 0x42, 0x1a, 0xa5, 0x61, 0x09, 0x0d, - 0x1d, 0xde, 0x5e, 0xe4, 0xf0, 0x42, 0x68, 0x51, 0x9e, 0x2f, 0xeb, 0x79, 0x44, 0x08, 0x56, 0x51, - 0x02, 0x96, 0xb1, 0x20, 0x07, 0xa0, 0x17, 0x3a, 0xc2, 0x10, 0x2a, 0x95, 0x62, 0x3d, 0x8d, 0xfc, - 0x69, 0x70, 0xfd, 0x60, 0xf4, 0x8d, 0x25, 0x14, 0x68, 0x5b, 0xd2, 0xa8, 0x41, 0x09, 0x65, 0xc3, - 0x50, 0xda, 0xb4, 0x0f, 0x44, 0x62, 0x5a, 0x9d, 0xed, 0xdb, 0xc7, 0x24, 0x11, 0xed, 0xc1, 0xfe, - 0xc2, 0x24, 0x23, 0x26, 0x29, 0x91, 0x2d, 0xba, 0xa6, 0x9e, 0x3c, 0xec, 0x9a, 0x1a, 0xdd, 0x80, - 0x39, 0x4f, 0xb6, 0xf0, 0x62, 0x04, 0x62, 0x8a, 0x55, 0x09, 0x5d, 0xa7, 0x74, 0x92, 0x05, 0x70, - 0xba, 0x0e, 0xa7, 0x80, 0xc4, 0x60, 0xf5, 0xa7, 0x65, 0x0a, 0xc8, 0xd3, 0x70, 0x98, 0x9b, 0x8a, - 0xba, 0x3d, 0x73, 0x5a, 0x51, 0xb7, 0x3f, 0x23, 0x87, 0x59, 0x9e, 0x2d, 0x61, 0x5d, 0x5d, 0x24, - 0xce, 0x72, 0x32, 0xe6, 0xf7, 0xdc, 0x29, 0xc5, 0xfc, 0x46, 0x4d, 0x98, 0x23, 0x72, 0xfc, 0x73, - 0x36, 0x43, 0x28, 0xd2, 0x58, 0x2d, 0x27, 0x33, 0x71, 0xba, 0x3c, 0xfa, 0x92, 0x02, 0xb3, 0x3c, - 0x9c, 0x03, 0x65, 0xef, 0x1d, 0x9b, 0xd8, 0xbe, 0x37, 0x7f, 0xa6, 0x84, 0x2b, 0xb2, 0x4e, 0x02, - 0x98, 0x10, 0xde, 0x13, 0xa9, 0x38, 0x85, 0x54, 0xfd, 0x77, 0x0a, 0x40, 0x28, 0xa0, 0x91, 0x53, - 0xe0, 0x7f, 0x49, 0x4c, 0x6a, 0x6d, 0x96, 0x93, 0x28, 0x49, 0xee, 0xfb, 0x88, 0x3f, 0x55, 0x60, - 0x3a, 0x2a, 0x76, 0x0a, 0xcc, 0xa0, 0x11, 0x67, 0x06, 0x3f, 0x52, 0xb2, 0x63, 0x39, 0x1c, 0xe1, - 0xff, 0xad, 0xc8, 0xdd, 0x62, 0x3c, 0xcf, 0x3d, 0x49, 0x57, 0xab, 0x94, 0x60, 0xb2, 0xb3, 0x22, - 0x6d, 0x47, 0x3d, 0xce, 0xd0, 0xdd, 0x7e, 0x36, 0xc6, 0x70, 0x94, 0x79, 0x5e, 0x91, 0x1d, 0x7e, - 0xfe, 0x48, 0xee, 0xc3, 0x95, 0x09, 0x10, 0xb7, 0x78, 0x5e, 0x2a, 0x68, 0xd2, 0x2f, 0x75, 0xf9, - 0xf0, 0xf0, 0xee, 0xdf, 0x9a, 0x84, 0xba, 0xa4, 0xd0, 0x78, 0x43, 0xb4, 0xf3, 0x03, 0xa8, 0xeb, - 0x8e, 0xed, 0xf9, 0xae, 0x26, 0xbd, 0xe1, 0x2f, 0x8b, 0x34, 0xa4, 0x7c, 0xcd, 0x08, 0x34, 0x96, - 0xf1, 0xd0, 0x73, 0x3a, 0x5c, 0x68, 0x23, 0x27, 0x71, 0x29, 0x70, 0xd8, 0xe2, 0x7a, 0x3f, 0x40, - 0xc0, 0xf3, 0x11, 0xee, 0x8b, 0xbe, 0x16, 0xf9, 0x5e, 0x6e, 0x7b, 0x37, 0xc3, 0x3c, 0x2c, 0x95, - 0x43, 0xaf, 0xc1, 0x94, 0x25, 0x7b, 0x5d, 0x15, 0x1c, 0x69, 0x31, 0x43, 0xbb, 0x98, 0xff, 0x56, - 0x6e, 0xe6, 0x15, 0x4b, 0xc2, 0x71, 0x5c, 0x68, 0x1b, 0x26, 0xac, 0xc0, 0x55, 0xb0, 0x60, 0x4b, - 0x9f, 0x2b, 0x8c, 0x98, 0x41, 0xe1, 0x77, 0x78, 0xe1, 0x27, 0x8e, 0xe0, 0xd3, 0x75, 0x17, 0x7e, - 0x94, 0xbb, 0xc7, 0x8b, 0xb0, 0x85, 0xeb, 0x2e, 0x4c, 0xf2, 0xb0, 0x84, 0x25, 0xe7, 0x9e, 0xa5, - 0x56, 0xe8, 0x9e, 0x65, 0x00, 0x67, 0x5c, 0xe2, 0xbb, 0x7b, 0xcd, 0x3d, 0x9d, 0x85, 0x3a, 0x77, - 0x7d, 0xa6, 0x3c, 0x9b, 0x28, 0xf6, 0x16, 0x17, 0xa7, 0x41, 0xe1, 0x2c, 0xf8, 0x54, 0xec, 0xa4, - 0x3c, 0x8c, 0x70, 0x85, 0xc3, 0xc4, 0x4e, 0xca, 0xe1, 0x60, 0x96, 0x8a, 0x3e, 0x00, 0x75, 0x9f, - 0xe8, 0x5b, 0xb6, 0xa9, 0x6b, 0x56, 0xbb, 0x25, 0x18, 0xc4, 0x88, 0x25, 0x88, 0xb2, 0xb0, 0x5c, - 0x0e, 0x35, 0x60, 0x64, 0x60, 0x1a, 0x82, 0x33, 0xfc, 0xe5, 0x50, 0x01, 0xd9, 0x6e, 0x3d, 0xd8, - 0x5f, 0x78, 0x7b, 0xf4, 0xd8, 0x2b, 0xec, 0xc9, 0xb5, 0xfe, 0x76, 0xf7, 0x9a, 0xbf, 0xd7, 0x27, - 0xde, 0xe2, 0x7a, 0xbb, 0x85, 0x69, 0xe5, 0xac, 0x7b, 0xa7, 0xa9, 0x63, 0xdc, 0x3b, 0x7d, 0x4d, - 0x81, 0x33, 0x5a, 0x52, 0x77, 0x4a, 0xbc, 0xf9, 0xe9, 0x12, 0x54, 0x39, 0x5b, 0x21, 0x1b, 0xf9, - 0xed, 0x5b, 0x4a, 0xe3, 0xc3, 0x59, 0x8d, 0x40, 0x2e, 0xa0, 0x9e, 0xd9, 0x0d, 0x1d, 0x28, 0x8b, - 0xa9, 0x9e, 0x29, 0xa6, 0x27, 0x5d, 0x49, 0x41, 0xc2, 0x19, 0xd0, 0xd1, 0x2e, 0xd4, 0xf5, 0x48, - 0x27, 0xc9, 0xa2, 0x61, 0x15, 0xe6, 0xad, 0x12, 0x0a, 0x4e, 0xe1, 0xae, 0x43, 0xd2, 0x78, 0xca, - 0xa8, 0xd4, 0x7b, 0x90, 0xe2, 0xbb, 0x90, 0x0e, 0xe3, 0x14, 0x66, 0x6b, 0xb5, 0x23, 0x38, 0x8f, - 0x67, 0x0a, 0x52, 0x6b, 0x06, 0x83, 0xeb, 0x58, 0xc4, 0x07, 0x0e, 0x20, 0xab, 0xb7, 0x01, 0x22, - 0xae, 0xb5, 0xf4, 0x8d, 0xde, 0x7f, 0xa9, 0xc2, 0xb9, 0xb2, 0x16, 0x6c, 0xcc, 0x6b, 0x32, 0x0b, - 0x73, 0xb7, 0xb4, 0xe9, 0x13, 0xf7, 0xce, 0x9d, 0x95, 0x30, 0x04, 0x58, 0x41, 0xb7, 0xcd, 0x51, - 0xa0, 0xc4, 0x14, 0x44, 0x9c, 0x83, 0x89, 0x71, 0xec, 0x22, 0x98, 0x10, 0xa6, 0x6c, 0xc5, 0xc0, - 0xf5, 0x7c, 0xf1, 0x26, 0x8c, 0x73, 0xec, 0xc9, 0x4c, 0x9c, 0x2e, 0x9f, 0x04, 0xc2, 0x43, 0xee, - 0xd1, 0x63, 0x49, 0x49, 0x03, 0xe1, 0x71, 0xf7, 0xd2, 0xe5, 0x65, 0x20, 0x7c, 0xa6, 0xa8, 0x54, - 0x5f, 0x4d, 0x03, 0x09, 0x33, 0x71, 0xba, 0x3c, 0x32, 0xe0, 0xa2, 0x4b, 0x74, 0xa7, 0xd7, 0x23, - 0xb6, 0xc1, 0x3d, 0xee, 0x6b, 0x6e, 0xd7, 0xb4, 0xaf, 0xbb, 0x1a, 0x2b, 0xc8, 0x4e, 0x1e, 0xa5, - 0x71, 0xe5, 0x60, 0x7f, 0xe1, 0x22, 0x3e, 0xa4, 0x1c, 0x3e, 0x14, 0x0a, 0xea, 0xc1, 0xcc, 0x80, - 0x79, 0x03, 0x75, 0xdb, 0xb6, 0x4f, 0xdc, 0x1d, 0xcd, 0x2a, 0x18, 0x4b, 0x92, 0xd1, 0xaf, 0xf5, - 0x38, 0x28, 0x9c, 0x84, 0x8d, 0xf6, 0xe8, 0x71, 0x20, 0x9a, 0x23, 0xa1, 0xac, 0x15, 0xf7, 0x2b, - 0x8e, 0xd3, 0xe0, 0x70, 0x16, 0x0e, 0xf5, 0xef, 0x2b, 0x20, 0x6c, 0x4a, 0xe8, 0xe9, 0x20, 0x69, - 0x56, 0x6b, 0x09, 0xad, 0xea, 0x45, 0x61, 0x37, 0x5f, 0x89, 0x72, 0x25, 0x9b, 0xf9, 0x77, 0x49, - 0x8f, 0x0d, 0x27, 0xa2, 0xa3, 0x94, 0x43, 0x96, 0x3c, 0xea, 0xfe, 0x7f, 0x30, 0xde, 0x77, 0xcd, - 0x9e, 0xe6, 0xee, 0x09, 0xae, 0x66, 0x8a, 0x7b, 0x4e, 0xd2, 0xdd, 0xbd, 0x3e, 0x65, 0x67, 0x82, - 0x5c, 0xf5, 0x27, 0x0a, 0x88, 0xda, 0xcc, 0x8d, 0xf3, 0x50, 0x3e, 0x80, 0x8f, 0xbc, 0x59, 0x96, - 0xbc, 0x10, 0x8f, 0xe4, 0x79, 0x21, 0x7e, 0x58, 0x2e, 0x7d, 0x7f, 0xa0, 0x40, 0x32, 0x3e, 0x3c, - 0x7a, 0x1c, 0xc6, 0x85, 0x77, 0x06, 0xf1, 0xbe, 0x9b, 0x3f, 0x7b, 0xe1, 0x49, 0x38, 0xc8, 0x8b, - 0xab, 0x1a, 0xca, 0x48, 0x1a, 0xd9, 0x2f, 0x50, 0x8f, 0xe0, 0xf9, 0xf7, 0xa7, 0x61, 0x8c, 0xbb, - 0x13, 0x40, 0xbf, 0x9e, 0x69, 0x8b, 0x7d, 0xbb, 0x84, 0xc7, 0x82, 0x02, 0x26, 0xd7, 0x31, 0x6f, - 0x93, 0x95, 0x43, 0xbd, 0x4d, 0x76, 0xb8, 0x97, 0xf1, 0x32, 0x9a, 0xe6, 0x26, 0x6e, 0x8b, 0x30, - 0x57, 0xc2, 0xc3, 0x38, 0x1a, 0xc4, 0x14, 0xb0, 0xa3, 0x25, 0x8e, 0x56, 0x3e, 0x04, 0x92, 0x1a, - 0x76, 0xfa, 0x10, 0x15, 0x6c, 0xf4, 0x7c, 0xbb, 0x5a, 0xc2, 0xdc, 0x43, 0x8c, 0xfa, 0x10, 0xcf, - 0xb7, 0xc3, 0xdd, 0x34, 0x96, 0xbb, 0x9b, 0xba, 0x30, 0x2e, 0xf6, 0x83, 0xa0, 0x8e, 0xcf, 0x94, - 0xf1, 0x21, 0x2e, 0xb9, 0xfd, 0xe1, 0x09, 0x38, 0x80, 0x4e, 0xcf, 0xdc, 0x9e, 0xb6, 0x6b, 0xf6, - 0x06, 0x3d, 0x46, 0x13, 0xab, 0x72, 0x51, 0x96, 0x8c, 0x83, 0x7c, 0x56, 0x94, 0xdb, 0xc9, 0x30, - 0x6e, 0x5a, 0x2e, 0x2a, 0x22, 0x35, 0x06, 0xf9, 0xe8, 0x25, 0xa8, 0xf5, 0xb4, 0xdd, 0xce, 0xc0, - 0xed, 0x12, 0xa1, 0x79, 0xcd, 0xd7, 0xf6, 0x0c, 0x7c, 0xd3, 0x5a, 0xa4, 0x72, 0xa0, 0xef, 0x2e, - 0xb6, 0x6d, 0xff, 0x8e, 0xdb, 0xf1, 0xdd, 0xd0, 0xb1, 0xf1, 0x8a, 0x80, 0x82, 0x43, 0x78, 0xc8, - 0x82, 0xe9, 0x9e, 0xb6, 0xbb, 0x6e, 0x6b, 0x61, 0x40, 0xb9, 0x7a, 0x41, 0x0c, 0xec, 0x1a, 0x6a, - 0x25, 0x06, 0x0b, 0x27, 0x60, 0x67, 0xdc, 0x78, 0x4d, 0x3e, 0xac, 0x1b, 0xaf, 0xa5, 0xd0, 0x7a, - 0x72, 0x8a, 0x2d, 0xc3, 0x47, 0xb3, 0x0c, 0x6a, 0x0e, 0x37, 0x8c, 0x7c, 0x39, 0x34, 0x8c, 0x9c, - 0x2e, 0x71, 0x4d, 0x75, 0x88, 0x51, 0xe4, 0x0e, 0xd4, 0x0d, 0xcd, 0xd7, 0x78, 0xaa, 0x37, 0x3f, - 0x53, 0x42, 0x25, 0xd5, 0x0a, 0xe1, 0x48, 0x61, 0x5e, 0x22, 0xd8, 0x58, 0x46, 0x84, 0xee, 0xf0, - 0x80, 0x63, 0x16, 0xf1, 0xa3, 0x22, 0x4c, 0x41, 0x3a, 0xcb, 0x55, 0xe0, 0x41, 0x78, 0xb0, 0x54, - 0x01, 0x9c, 0x5d, 0x8f, 0xb2, 0xa9, 0xfc, 0xbd, 0xe3, 0x5c, 0xe4, 0x70, 0x2c, 0xe6, 0xd3, 0xe1, - 0x6f, 0x65, 0x69, 0x52, 0x51, 0x09, 0x0b, 0x71, 0x4e, 0x1f, 0x8a, 0xea, 0x53, 0xd1, 0x3f, 0x55, - 0x60, 0xbe, 0x97, 0x13, 0x45, 0x45, 0x68, 0x78, 0xd7, 0xcb, 0xd0, 0x88, 0xdc, 0xd0, 0x2c, 0x3c, - 0x68, 0xf7, 0x51, 0xa5, 0x70, 0x6e, 0xe3, 0xca, 0xbe, 0xe3, 0x29, 0xe3, 0xec, 0xe2, 0x77, 0x14, - 0x98, 0x4d, 0x1e, 0x05, 0x72, 0x88, 0x34, 0xe5, 0x21, 0x87, 0x48, 0x93, 0x2e, 0xb1, 0x2b, 0x87, - 0x5c, 0x62, 0x3f, 0x0b, 0xe7, 0xb3, 0x57, 0x07, 0x65, 0xce, 0x58, 0x60, 0x42, 0x21, 0x10, 0x45, - 0x7e, 0xbc, 0x69, 0x22, 0xe6, 0x79, 0x8d, 0xc5, 0x1f, 0xfe, 0xfc, 0xf2, 0xdb, 0xfe, 0xe4, 0xe7, - 0x97, 0xdf, 0xf6, 0xd3, 0x9f, 0x5f, 0x7e, 0xdb, 0xe7, 0x0e, 0x2e, 0x2b, 0x3f, 0x3c, 0xb8, 0xac, - 0xfc, 0xc9, 0xc1, 0x65, 0xe5, 0xa7, 0x07, 0x97, 0x95, 0xff, 0x78, 0x70, 0x59, 0xf9, 0x3b, 0xff, - 0xe9, 0xf2, 0xdb, 0x5e, 0xaa, 0x05, 0x2d, 0xff, 0x7f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xbc, 0x3a, - 0xcf, 0xea, 0x26, 0xc8, 0x00, 0x00, + // 10359 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x7d, 0x5b, 0x6c, 0x25, 0xc9, + 0x75, 0x98, 0xfa, 0xf2, 0x75, 0x79, 0x2e, 0x9f, 0x35, 0x8f, 0xe5, 0xce, 0xce, 0x2c, 0x57, 0x2d, + 0xad, 0x32, 0x1b, 0xc9, 0x1c, 0xaf, 0x1e, 0x96, 0x76, 0xb5, 0xbb, 0x5a, 0xde, 0x7b, 0x39, 0x33, + 0x57, 0x33, 0x9c, 0xa1, 0xea, 0x0e, 0x77, 0xf5, 0x30, 0x24, 0x35, 0xbb, 0x8b, 0x97, 0x2d, 0xf6, + 0xed, 0xbe, 0xdb, 0xdd, 0x97, 0x43, 0xce, 0x2a, 0x96, 0x2c, 0xeb, 0x61, 0x4b, 0x48, 0x90, 0xc0, + 0x09, 0x64, 0x48, 0x82, 0x24, 0x0b, 0x46, 0xa0, 0x00, 0x31, 0x64, 0x08, 0x88, 0x02, 0x27, 0x8e, + 0x03, 0xd8, 0x1f, 0x16, 0xe4, 0x40, 0x31, 0x02, 0xc7, 0x50, 0x0c, 0x87, 0x8a, 0x98, 0x87, 0x9d, + 0xd7, 0x47, 0x10, 0xe4, 0x67, 0xe0, 0x04, 0x41, 0x3d, 0xba, 0xba, 0xfa, 0xc5, 0x47, 0xf7, 0x0c, + 0xb5, 0x6b, 0x7f, 0x91, 0xb7, 0x4e, 0xd5, 0x39, 0x55, 0xd5, 0xa7, 0x4e, 0x9d, 0x73, 0xea, 0xd4, + 0x29, 0x68, 0xf5, 0xec, 0x70, 0x6b, 0xb8, 0xb1, 0x64, 0x7a, 0xfd, 0x2b, 0x3d, 0xc3, 0xb7, 0x88, + 0x4b, 0xfc, 0xf8, 0x9f, 0xc1, 0x76, 0xef, 0x8a, 0x31, 0xb0, 0x83, 0x2b, 0xa6, 0xe7, 0x93, 0x2b, + 0x3b, 0x4f, 0x1b, 0xce, 0x60, 0xcb, 0x78, 0xfa, 0x4a, 0x8f, 0x02, 0x8d, 0x90, 0x58, 0x4b, 0x03, + 0xdf, 0x0b, 0x3d, 0xf4, 0x8e, 0x18, 0xc9, 0x52, 0xd4, 0x36, 0xfe, 0x67, 0xb0, 0xdd, 0x5b, 0xa2, + 0x48, 0x96, 0x28, 0x92, 0xa5, 0x08, 0xc9, 0x85, 0xe6, 0x89, 0x28, 0x6f, 0x90, 0x30, 0x4b, 0xf8, + 0xc2, 0xcf, 0xa8, 0x38, 0xbc, 0x9e, 0x77, 0x85, 0x15, 0x6f, 0x0c, 0x37, 0xd9, 0x2f, 0xf6, 0x83, + 0xfd, 0x27, 0xaa, 0x3f, 0xb5, 0xfd, 0x9e, 0x60, 0xc9, 0xf6, 0x28, 0xe2, 0x2b, 0xc6, 0x30, 0xf4, + 0x02, 0xd3, 0x70, 0x6c, 0xb7, 0x77, 0x65, 0x27, 0x8b, 0x59, 0x57, 0xaa, 0x8a, 0x2e, 0x1c, 0x5a, + 0xc7, 0xdf, 0x30, 0xcc, 0xbc, 0x3a, 0xef, 0x8c, 0xeb, 0xf4, 0x0d, 0x73, 0xcb, 0x76, 0x89, 0xbf, + 0x17, 0x0d, 0xee, 0x8a, 0x4f, 0x02, 0x6f, 0xe8, 0x9b, 0xe4, 0x44, 0xad, 0x82, 0x2b, 0x7d, 0x12, + 0x1a, 0x79, 0xb4, 0xae, 0x14, 0xb5, 0xf2, 0x87, 0x6e, 0x68, 0xf7, 0xb3, 0x64, 0x7e, 0xee, 0xa8, + 0x06, 0x81, 0xb9, 0x45, 0xfa, 0x46, 0xa6, 0xdd, 0x3b, 0x8a, 0xda, 0x0d, 0x43, 0xdb, 0xb9, 0x62, + 0xbb, 0x61, 0x10, 0xfa, 0xe9, 0x46, 0xfa, 0xdb, 0x61, 0x6c, 0xd9, 0xb2, 0x3c, 0x17, 0x3d, 0x05, + 0x13, 0xc4, 0x35, 0x36, 0x1c, 0x62, 0x2d, 0x68, 0x4f, 0x68, 0x97, 0xeb, 0xcd, 0xd9, 0xef, 0xef, + 0x2f, 0xbe, 0xe1, 0x60, 0x7f, 0x71, 0x62, 0x85, 0x17, 0xe3, 0x08, 0xae, 0x7f, 0xb9, 0x06, 0xe3, + 0xac, 0x51, 0x80, 0x7e, 0x55, 0x83, 0x33, 0xdb, 0xc3, 0x0d, 0xe2, 0xbb, 0x24, 0x24, 0x41, 0xdb, + 0x08, 0xb6, 0x36, 0x3c, 0xc3, 0xe7, 0x28, 0x1a, 0x6f, 0xbf, 0xbe, 0x54, 0x82, 0x05, 0x97, 0x6e, + 0x64, 0xf1, 0x35, 0x1f, 0x39, 0xd8, 0x5f, 0x3c, 0x93, 0x03, 0xc0, 0x79, 0xd4, 0xd1, 0x5d, 0x98, + 0x72, 0x7b, 0xb6, 0xbb, 0xdb, 0x71, 0x7b, 0x3e, 0x09, 0x82, 0x85, 0x1a, 0xeb, 0xcd, 0x72, 0xa9, + 0xde, 0xdc, 0x52, 0x10, 0x35, 0xe7, 0x0e, 0xf6, 0x17, 0xa7, 0xd4, 0x12, 0x9c, 0x20, 0xa4, 0x7f, + 0x5e, 0x83, 0xd9, 0x65, 0xab, 0x6f, 0x07, 0x81, 0xed, 0xb9, 0x6b, 0xce, 0xb0, 0x67, 0xbb, 0xe8, + 0x09, 0x18, 0x75, 0x8d, 0x3e, 0x61, 0x53, 0x32, 0xd9, 0x9c, 0x12, 0xb3, 0x3a, 0x7a, 0xcb, 0xe8, + 0x13, 0xcc, 0x20, 0xe8, 0x03, 0x30, 0x6e, 0x7a, 0xee, 0xa6, 0xdd, 0x13, 0x1d, 0xfd, 0x99, 0x25, + 0xfe, 0x25, 0x97, 0xd4, 0x2f, 0xc9, 0xfa, 0x27, 0x38, 0x60, 0x09, 0x1b, 0x77, 0x57, 0x76, 0x43, + 0xe2, 0x52, 0x32, 0x4d, 0x38, 0xd8, 0x5f, 0x1c, 0x6f, 0x31, 0x04, 0x58, 0x20, 0xd2, 0xaf, 0x42, + 0x7d, 0xd9, 0x21, 0x7e, 0x68, 0xbb, 0x3d, 0xf4, 0x2c, 0xcc, 0x90, 0xbe, 0x61, 0x3b, 0x98, 0x98, + 0xc4, 0xde, 0x21, 0x7e, 0xb0, 0xa0, 0x3d, 0x31, 0x72, 0x79, 0xb2, 0x89, 0x0e, 0xf6, 0x17, 0x67, + 0x56, 0x12, 0x10, 0x9c, 0xaa, 0xa9, 0x7f, 0x46, 0x83, 0xc6, 0xf2, 0xd0, 0xb2, 0x43, 0x8e, 0x1f, + 0x05, 0xd0, 0x30, 0xe8, 0xcf, 0x35, 0xcf, 0xb1, 0xcd, 0x3d, 0xf1, 0x99, 0x5f, 0x2c, 0x35, 0xb1, + 0xcb, 0x31, 0x9e, 0xe6, 0xec, 0xc1, 0xfe, 0x62, 0x43, 0x29, 0xc0, 0x2a, 0x15, 0x7d, 0x0b, 0x54, + 0x18, 0xfa, 0x10, 0x4c, 0xf1, 0x51, 0xae, 0x1a, 0x03, 0x4c, 0x36, 0x45, 0x27, 0xde, 0xa4, 0x4c, + 0x5a, 0x44, 0x69, 0xe9, 0xf6, 0xc6, 0x27, 0x88, 0x19, 0x62, 0xb2, 0x49, 0x7c, 0xe2, 0x9a, 0x84, + 0x7f, 0xbf, 0x96, 0xd2, 0x18, 0x27, 0x50, 0xe9, 0x3f, 0xd6, 0x60, 0x6e, 0x79, 0xc7, 0xb0, 0x1d, + 0x63, 0xc3, 0x76, 0xec, 0x70, 0xef, 0xc3, 0x9e, 0x4b, 0x8e, 0xf1, 0x01, 0xd7, 0xe1, 0x91, 0xa1, + 0x6b, 0xf0, 0x76, 0x0e, 0x59, 0xe5, 0x9f, 0xec, 0xce, 0xde, 0x80, 0x50, 0xd6, 0xa3, 0x53, 0xfd, + 0xd8, 0xc1, 0xfe, 0xe2, 0x23, 0xeb, 0xf9, 0x55, 0x70, 0x51, 0x5b, 0x84, 0xe1, 0xbc, 0x02, 0x7a, + 0xc9, 0x73, 0x86, 0x7d, 0x81, 0x75, 0x84, 0x61, 0xbd, 0x70, 0xb0, 0xbf, 0x78, 0x7e, 0x3d, 0xb7, + 0x06, 0x2e, 0x68, 0xa9, 0xff, 0xa0, 0x06, 0x53, 0x4d, 0xc3, 0xdc, 0x1e, 0x0e, 0x9a, 0x43, 0x73, + 0x9b, 0x84, 0xe8, 0xe3, 0x50, 0xa7, 0x92, 0xcb, 0x32, 0x42, 0x43, 0xcc, 0xe4, 0xcf, 0x16, 0xb2, + 0x1f, 0xfb, 0x8a, 0xb4, 0x76, 0x3c, 0xb7, 0xab, 0x24, 0x34, 0x9a, 0x48, 0xcc, 0x09, 0xc4, 0x65, + 0x58, 0x62, 0x45, 0x3d, 0x18, 0x0d, 0x06, 0xc4, 0x14, 0xcc, 0xbd, 0x52, 0x8a, 0x59, 0xd4, 0x2e, + 0x77, 0x07, 0xc4, 0x8c, 0x3f, 0x03, 0xfd, 0x85, 0x19, 0x01, 0xe4, 0xc1, 0x78, 0x10, 0x1a, 0xe1, + 0x90, 0xce, 0x0f, 0x25, 0x75, 0xad, 0x3a, 0x29, 0x86, 0xae, 0x39, 0x23, 0x88, 0x8d, 0xf3, 0xdf, + 0x58, 0x90, 0xd1, 0x7f, 0xa4, 0xc1, 0x9c, 0x5a, 0xfd, 0xa6, 0x1d, 0x84, 0xe8, 0xe7, 0x33, 0x13, + 0xba, 0x74, 0xbc, 0x09, 0xa5, 0xad, 0xd9, 0x74, 0xce, 0x09, 0x72, 0xf5, 0xa8, 0x44, 0x99, 0xcc, + 0x4d, 0x18, 0xb3, 0x43, 0xd2, 0xe7, 0x8c, 0x55, 0x56, 0xa6, 0xa9, 0x7d, 0x6e, 0x4e, 0x0b, 0x6a, + 0x63, 0x1d, 0x8a, 0x17, 0x73, 0xf4, 0xfa, 0xc7, 0xe1, 0xac, 0x5a, 0x6b, 0xcd, 0xf7, 0x76, 0x6c, + 0x8b, 0xf8, 0x74, 0x31, 0x84, 0x7b, 0x83, 0xcc, 0x62, 0xa0, 0xcc, 0x85, 0x19, 0x04, 0xbd, 0x05, + 0xc6, 0x7d, 0xd2, 0xb3, 0x3d, 0x97, 0x7d, 0xf0, 0xc9, 0x78, 0xf2, 0x30, 0x2b, 0xc5, 0x02, 0xaa, + 0xff, 0xb7, 0x5a, 0x72, 0xf2, 0xe8, 0x87, 0x44, 0x77, 0xa1, 0x3e, 0x10, 0xa4, 0xc4, 0xe4, 0x75, + 0x2a, 0x8f, 0x30, 0xea, 0x7b, 0x3c, 0xaf, 0x51, 0x09, 0x96, 0xc4, 0x90, 0x0d, 0x33, 0xd1, 0xff, + 0xad, 0x0a, 0xb2, 0x98, 0xc9, 0xd4, 0xb5, 0x04, 0x22, 0x9c, 0x42, 0x8c, 0xee, 0xc0, 0x64, 0x40, + 0x4c, 0x9f, 0x50, 0xb9, 0x24, 0x38, 0x35, 0x57, 0x78, 0x75, 0xa3, 0x4a, 0x42, 0x78, 0xcd, 0x8b, + 0xee, 0x4f, 0x4a, 0x00, 0x8e, 0x11, 0xa1, 0x8b, 0x30, 0x1a, 0x10, 0x62, 0x2d, 0x8c, 0xb2, 0x49, + 0xaf, 0xb3, 0xa5, 0x41, 0x88, 0x85, 0x59, 0xa9, 0xfe, 0xad, 0x51, 0x40, 0x59, 0xc6, 0x56, 0x47, + 0xcd, 0x4b, 0xc4, 0xa4, 0x57, 0x19, 0xb5, 0x58, 0x23, 0x29, 0xc4, 0xe8, 0x55, 0x98, 0x76, 0x8c, + 0x20, 0xbc, 0x3d, 0xa0, 0xea, 0x47, 0xc4, 0x1d, 0x8d, 0xb7, 0x37, 0x4b, 0x7d, 0xde, 0x9b, 0x2a, + 0xa6, 0xe6, 0xfc, 0xc1, 0xfe, 0xe2, 0x74, 0xa2, 0x08, 0x27, 0x69, 0xa1, 0x6d, 0x98, 0xa4, 0x05, + 0x2b, 0xbe, 0xef, 0xf9, 0x62, 0xca, 0x5f, 0x28, 0x4d, 0x98, 0x61, 0x69, 0x4e, 0xd3, 0x2f, 0x21, + 0x7f, 0xe2, 0x18, 0x3f, 0x7a, 0x3f, 0x20, 0x6f, 0x23, 0x20, 0xfe, 0x0e, 0xb1, 0xae, 0x71, 0x6d, + 0x8b, 0x0e, 0x97, 0x7e, 0x97, 0x91, 0xe6, 0x05, 0xf1, 0x0d, 0xd1, 0xed, 0x4c, 0x0d, 0x9c, 0xd3, + 0x0a, 0x6d, 0x03, 0x92, 0x1a, 0x9b, 0xfc, 0xec, 0x0b, 0x63, 0xc7, 0x67, 0x9a, 0xf3, 0x94, 0xd8, + 0xb5, 0x0c, 0x0a, 0x9c, 0x83, 0x56, 0xff, 0x83, 0x1a, 0x34, 0x38, 0x93, 0xac, 0xb8, 0xa1, 0xbf, + 0x77, 0x0a, 0x5b, 0xc3, 0x66, 0x62, 0x6b, 0x68, 0x57, 0x58, 0xea, 0xac, 0xc7, 0x85, 0x3b, 0x83, + 0x9b, 0xda, 0x19, 0xae, 0x56, 0xa6, 0x74, 0xf8, 0xc6, 0xf0, 0x27, 0x1a, 0xcc, 0x2a, 0xb5, 0x4f, + 0x61, 0x5f, 0x20, 0xc9, 0x7d, 0xe1, 0xc5, 0xaa, 0x03, 0x2c, 0xd8, 0x16, 0xcc, 0xc4, 0xb8, 0x98, + 0xc8, 0x7e, 0x3b, 0xc0, 0x06, 0x93, 0x29, 0xb7, 0x62, 0x25, 0x49, 0x7e, 0xf5, 0xa6, 0x84, 0x60, + 0xa5, 0x96, 0x14, 0x56, 0xb5, 0x5c, 0x61, 0xf5, 0xe7, 0x23, 0x30, 0x9f, 0x99, 0xeb, 0xac, 0x00, + 0xd1, 0x7e, 0x5a, 0x02, 0xa4, 0xf6, 0x53, 0x11, 0x20, 0x23, 0xa5, 0x04, 0xc8, 0x65, 0xa8, 0xd3, + 0x39, 0x65, 0xdf, 0x86, 0x6f, 0x0d, 0x53, 0x94, 0x83, 0xba, 0xa2, 0x0c, 0x4b, 0x28, 0xf2, 0x01, + 0xf5, 0xed, 0x1e, 0x6f, 0xd6, 0x0d, 0x0d, 0x3f, 0xbc, 0x63, 0xf7, 0x89, 0x10, 0x35, 0x7f, 0xf3, + 0x78, 0x9c, 0x4a, 0x5b, 0x70, 0x89, 0xb3, 0x9a, 0xc1, 0x84, 0x73, 0xb0, 0xeb, 0xbf, 0xaf, 0xc1, + 0x48, 0x0b, 0x77, 0xd0, 0x5b, 0x13, 0x2a, 0xf6, 0x23, 0xaa, 0x8a, 0x7d, 0x7f, 0x7f, 0x71, 0xa2, + 0x85, 0x3b, 0x8a, 0xb6, 0xfd, 0x77, 0x34, 0x98, 0x37, 0x3d, 0x37, 0x34, 0x68, 0x2f, 0x30, 0xdf, + 0x8f, 0x22, 0xbe, 0x2f, 0xa7, 0x5d, 0xb6, 0x52, 0xd8, 0x9a, 0x8f, 0x8a, 0x1e, 0xcc, 0xa7, 0x21, + 0x01, 0xce, 0x92, 0xd6, 0xd7, 0x61, 0xb2, 0xe5, 0x78, 0x43, 0xab, 0xe3, 0x6e, 0x7a, 0x0f, 0x50, + 0x41, 0xfa, 0x77, 0x1a, 0x4c, 0x31, 0xbc, 0x6b, 0xbe, 0xb7, 0x69, 0x3b, 0xe4, 0x75, 0xa2, 0xaa, + 0xab, 0x5d, 0x2e, 0x12, 0xc8, 0x4c, 0x73, 0x56, 0x2b, 0xbe, 0x5e, 0x34, 0x67, 0xb5, 0xcf, 0x05, + 0x22, 0xf2, 0xab, 0x13, 0xc9, 0xa1, 0x31, 0x21, 0x79, 0x19, 0xea, 0xa6, 0xd1, 0x1c, 0xba, 0x96, + 0x23, 0x39, 0x83, 0x76, 0xb3, 0xb5, 0xcc, 0xcb, 0xb0, 0x84, 0xa2, 0x57, 0x01, 0x62, 0x97, 0x86, + 0xf8, 0x10, 0xd7, 0x2a, 0xfa, 0x51, 0xba, 0x24, 0x0c, 0x6d, 0xb7, 0x17, 0xc4, 0x5f, 0x3f, 0x86, + 0x61, 0x85, 0x1c, 0xfa, 0x05, 0x98, 0x16, 0xd3, 0xdc, 0xe9, 0x1b, 0x3d, 0x61, 0x68, 0x96, 0x9d, + 0xab, 0x55, 0x05, 0x53, 0xf3, 0x9c, 0xa0, 0x3c, 0xad, 0x96, 0x06, 0x38, 0x49, 0x0e, 0xdd, 0x83, + 0xa9, 0xbe, 0x6a, 0x3d, 0x8f, 0x56, 0xd8, 0xcc, 0x14, 0x53, 0xba, 0x79, 0x56, 0x50, 0x9f, 0x4a, + 0x18, 0xde, 0x09, 0x5a, 0x39, 0x16, 0xc0, 0xd8, 0xc3, 0xb2, 0x00, 0x36, 0x61, 0x82, 0xaf, 0xf1, + 0x60, 0x61, 0x9c, 0x8d, 0xf0, 0xbd, 0xa5, 0x46, 0xc8, 0xe5, 0x45, 0xec, 0xa8, 0xe3, 0xbf, 0x03, + 0x1c, 0x21, 0x47, 0x77, 0x61, 0x8a, 0x8a, 0xf7, 0x2e, 0x71, 0x88, 0x19, 0x7a, 0xfe, 0xc2, 0x44, + 0x05, 0x3f, 0x58, 0x57, 0x41, 0xc4, 0xfd, 0x28, 0x6a, 0x09, 0x4e, 0x10, 0x92, 0x42, 0xb0, 0x5e, + 0x28, 0x04, 0x77, 0xa0, 0xb1, 0xa3, 0x38, 0x34, 0x26, 0xd9, 0x34, 0xbc, 0xaf, 0x54, 0xcf, 0x62, + 0xf7, 0x46, 0xf3, 0x8c, 0xa0, 0xd4, 0x50, 0x5d, 0x21, 0x2a, 0x21, 0x7d, 0xbf, 0x0e, 0xf3, 0x2d, + 0x67, 0x18, 0x84, 0xc4, 0x5f, 0x16, 0xbe, 0x66, 0xe2, 0xa3, 0xcf, 0x68, 0x70, 0x9e, 0xfd, 0xdb, + 0xf6, 0xee, 0xba, 0x6d, 0xe2, 0x18, 0x7b, 0xcb, 0x9b, 0xb4, 0x86, 0x65, 0x9d, 0x4c, 0x10, 0xb5, + 0x87, 0x42, 0xa3, 0x60, 0xae, 0x99, 0x6e, 0x2e, 0x46, 0x5c, 0x40, 0x09, 0x7d, 0x49, 0x83, 0x47, + 0x73, 0x40, 0x6d, 0xe2, 0x90, 0x90, 0x08, 0x49, 0x70, 0xd2, 0x7e, 0x5c, 0x3a, 0xd8, 0x5f, 0x7c, + 0xb4, 0x5b, 0x84, 0x14, 0x17, 0xd3, 0xa3, 0xbb, 0xec, 0x85, 0x1c, 0xe8, 0x55, 0xc3, 0x76, 0x86, + 0x3e, 0x11, 0x7a, 0xf4, 0x49, 0xbb, 0xf3, 0xf8, 0xc1, 0xfe, 0xe2, 0x85, 0x6e, 0x21, 0x56, 0x7c, + 0x08, 0x45, 0xf4, 0x29, 0x38, 0x27, 0xa1, 0xeb, 0xae, 0x4b, 0x88, 0x45, 0x2c, 0xa6, 0xa2, 0x8c, + 0x96, 0xea, 0xca, 0xa3, 0x07, 0xfb, 0x8b, 0xe7, 0xba, 0x79, 0x08, 0x71, 0x3e, 0x1d, 0xd4, 0x83, + 0x4b, 0x31, 0x20, 0xb4, 0x1d, 0xfb, 0x1e, 0xc3, 0x74, 0x67, 0xcb, 0x27, 0xc1, 0x96, 0xe7, 0x58, + 0x4c, 0x5e, 0x68, 0xcd, 0x37, 0x1e, 0xec, 0x2f, 0x5e, 0xea, 0x1e, 0x56, 0x11, 0x1f, 0x8e, 0x07, + 0x59, 0x30, 0x15, 0x98, 0x86, 0xdb, 0x71, 0x43, 0xe2, 0xef, 0x18, 0xce, 0xc2, 0x78, 0xa9, 0x01, + 0xf2, 0x35, 0xaa, 0xe0, 0xc1, 0x09, 0xac, 0xe8, 0x3d, 0x50, 0x27, 0xbb, 0x03, 0xc3, 0xb5, 0x08, + 0x17, 0x0c, 0x93, 0xcd, 0x8b, 0x74, 0x4b, 0x5a, 0x11, 0x65, 0xf7, 0xf7, 0x17, 0xa7, 0xa2, 0xff, + 0x57, 0x3d, 0x8b, 0x60, 0x59, 0x1b, 0x7d, 0x12, 0xce, 0xf6, 0x8d, 0xdd, 0x5b, 0x9e, 0x45, 0x98, + 0x9c, 0xa3, 0x62, 0x8f, 0x7d, 0x88, 0x7a, 0xa9, 0x7e, 0x2e, 0x1c, 0xec, 0x2f, 0x9e, 0x5d, 0xcd, + 0xc1, 0x87, 0x73, 0xa9, 0xd0, 0xcf, 0xd0, 0x37, 0x76, 0xaf, 0xf9, 0x86, 0x49, 0x36, 0x87, 0xce, + 0x1d, 0xe2, 0xf7, 0x6d, 0x97, 0xab, 0x95, 0xc4, 0xf4, 0x5c, 0x8b, 0xca, 0x12, 0xed, 0xf2, 0x18, + 0xff, 0x0c, 0xab, 0x87, 0x55, 0xc4, 0x87, 0xe3, 0x41, 0xef, 0x84, 0x29, 0xbb, 0xe7, 0x7a, 0x3e, + 0xb9, 0x63, 0xd8, 0x6e, 0x18, 0x2c, 0x00, 0x73, 0xba, 0xb2, 0x69, 0xed, 0x28, 0xe5, 0x38, 0x51, + 0x4b, 0xff, 0xef, 0x1a, 0x34, 0x84, 0x80, 0x61, 0xfa, 0xa0, 0x09, 0x63, 0x26, 0xd5, 0x06, 0x84, + 0x20, 0x79, 0xa1, 0xbc, 0xda, 0x41, 0xd1, 0xc5, 0x3a, 0x07, 0x2b, 0xc2, 0x1c, 0x37, 0xba, 0x9b, + 0xa3, 0x34, 0xb4, 0x2a, 0x2a, 0x0d, 0x8c, 0xdc, 0x11, 0x0a, 0x83, 0xbe, 0x3f, 0x02, 0x93, 0x2d, + 0xcf, 0xb5, 0x6c, 0x66, 0x6c, 0x3c, 0x9d, 0xd0, 0x7d, 0x2f, 0xa9, 0x62, 0xff, 0xfe, 0xfe, 0xe2, + 0xb4, 0xac, 0xa8, 0xec, 0x03, 0xcf, 0x48, 0xcb, 0x9c, 0x2b, 0xc3, 0x6f, 0x4c, 0x5a, 0xd4, 0xf7, + 0xf7, 0x17, 0x67, 0x65, 0xb3, 0xa4, 0x91, 0x8d, 0x76, 0x00, 0x51, 0x9b, 0xe9, 0x8e, 0x6f, 0xb8, + 0x01, 0x47, 0x4b, 0x99, 0x70, 0xe4, 0xc4, 0x06, 0x8b, 0x34, 0xa9, 0x6e, 0x66, 0xb0, 0xe1, 0x1c, + 0x0a, 0xe8, 0x13, 0x30, 0x43, 0x4b, 0xd7, 0x07, 0x96, 0x11, 0x12, 0x45, 0x02, 0x9d, 0xc8, 0x48, + 0x12, 0x34, 0x67, 0x6e, 0x26, 0x30, 0xe1, 0x14, 0x66, 0x6e, 0x2b, 0x18, 0x81, 0xe7, 0x32, 0xe1, + 0x92, 0xb0, 0x15, 0x68, 0x29, 0x16, 0x50, 0xf4, 0x14, 0x4c, 0xf4, 0x49, 0x10, 0x18, 0x3d, 0xc2, + 0xa4, 0xc5, 0x64, 0xac, 0x14, 0xac, 0xf2, 0x62, 0x1c, 0xc1, 0xd1, 0xdb, 0x60, 0xcc, 0xf4, 0x2c, + 0x12, 0x2c, 0x4c, 0x30, 0x7e, 0x3e, 0xcf, 0x98, 0x89, 0x16, 0xdc, 0xdf, 0x5f, 0x9c, 0x64, 0x06, + 0x28, 0xfd, 0x85, 0x79, 0x25, 0xfd, 0x1b, 0x54, 0x51, 0x4f, 0x59, 0x3c, 0x45, 0x27, 0x22, 0xfc, + 0xb3, 0x32, 0x1b, 0xed, 0xf4, 0xdc, 0xa9, 0xfa, 0xaf, 0xd4, 0xe0, 0x2c, 0xed, 0xa1, 0xef, 0x39, + 0x0e, 0xdd, 0xbd, 0x06, 0x8e, 0xb7, 0xd7, 0x27, 0xee, 0x69, 0x9c, 0x6c, 0x44, 0x6a, 0x4e, 0xad, + 0x50, 0xcd, 0xe9, 0x67, 0xe6, 0x61, 0xa4, 0xcc, 0x3c, 0x48, 0x76, 0x39, 0x62, 0x2e, 0xfe, 0x42, + 0x83, 0x85, 0xbc, 0xb9, 0x38, 0x05, 0xf3, 0xca, 0x4d, 0x9a, 0x57, 0x9d, 0xd2, 0x86, 0x78, 0xba, + 0xef, 0x05, 0x66, 0xd6, 0x5f, 0xd4, 0xe0, 0x7c, 0x5c, 0xbd, 0xe3, 0x06, 0xa1, 0xe1, 0x38, 0xdc, + 0xe7, 0xf1, 0xf0, 0x3f, 0xfc, 0x2b, 0x09, 0x3b, 0xf9, 0x76, 0xc5, 0xb1, 0xaa, 0x9d, 0x2f, 0x74, + 0x61, 0xee, 0xa5, 0x5c, 0x98, 0x1f, 0x78, 0x90, 0x44, 0x0f, 0xf7, 0x66, 0xfe, 0x0f, 0x0d, 0x2e, + 0xe4, 0x37, 0x3c, 0x05, 0xbe, 0x1a, 0x24, 0xf9, 0xea, 0xc6, 0x03, 0x1c, 0x76, 0x01, 0x67, 0x7d, + 0xb7, 0x56, 0x34, 0x5c, 0x66, 0xca, 0x6f, 0xc2, 0x2c, 0xb5, 0xaf, 0x82, 0x50, 0x78, 0xdd, 0x4e, + 0x76, 0x02, 0x1d, 0xf9, 0xb6, 0x66, 0x71, 0x12, 0x07, 0x4e, 0x23, 0x45, 0xb7, 0x60, 0x82, 0xda, + 0x54, 0x14, 0x7f, 0xed, 0xf8, 0xf8, 0xa5, 0xdc, 0xef, 0xf2, 0xb6, 0x38, 0x42, 0x82, 0x7e, 0x1e, + 0xa6, 0x2d, 0xb9, 0xa8, 0x8e, 0x38, 0x7a, 0x4a, 0x63, 0x65, 0x0e, 0xd2, 0xb6, 0xda, 0x1a, 0x27, + 0x91, 0xe9, 0xff, 0x57, 0x83, 0x8b, 0x87, 0x31, 0x17, 0xf2, 0x01, 0xcc, 0x68, 0x23, 0xe7, 0x11, + 0x08, 0xa5, 0x95, 0xa1, 0x08, 0x4d, 0xbc, 0x48, 0x65, 0x51, 0x80, 0x15, 0x2a, 0x39, 0xc7, 0x5b, + 0xb5, 0x87, 0x74, 0xbc, 0xa5, 0xff, 0x4f, 0x4d, 0x15, 0x47, 0xea, 0xc7, 0x7d, 0xdd, 0x89, 0x23, + 0xb5, 0xf3, 0x85, 0x0e, 0xbc, 0x3f, 0xae, 0xc1, 0x13, 0xf9, 0x4d, 0x94, 0x1d, 0xf8, 0x45, 0x18, + 0x1f, 0xf0, 0x40, 0x91, 0x11, 0xb6, 0x43, 0x5e, 0xa6, 0xc2, 0x85, 0x47, 0x71, 0xdc, 0xdf, 0x5f, + 0xbc, 0x90, 0x27, 0xed, 0x45, 0xfc, 0x87, 0x68, 0x87, 0xec, 0x94, 0x07, 0x83, 0x6b, 0x5a, 0xef, + 0x38, 0xa6, 0x7c, 0x31, 0x36, 0x88, 0x73, 0x6c, 0x9f, 0xc5, 0x67, 0x34, 0x98, 0x49, 0xf0, 0x74, + 0xb0, 0x30, 0xc6, 0xb8, 0xb4, 0xdc, 0x09, 0x43, 0x62, 0xb5, 0xc4, 0x1b, 0x78, 0xa2, 0x38, 0xc0, + 0x29, 0x8a, 0x29, 0x51, 0xab, 0x4e, 0xeb, 0xeb, 0x4f, 0xd4, 0xaa, 0xbd, 0x2f, 0x10, 0xb5, 0x5f, + 0xaf, 0x15, 0x0d, 0x97, 0x89, 0xda, 0x5d, 0x98, 0x8c, 0x82, 0xf1, 0x22, 0x91, 0x71, 0xad, 0x72, + 0xa7, 0x38, 0xbe, 0xf8, 0x34, 0x3d, 0x2a, 0x09, 0x70, 0x4c, 0x0c, 0x7d, 0x4e, 0x03, 0x88, 0x3f, + 0x8d, 0x58, 0x58, 0xeb, 0x0f, 0x70, 0x42, 0x14, 0xfd, 0x66, 0x86, 0xae, 0x6b, 0x85, 0x2f, 0x14, + 0xc2, 0xfa, 0x6f, 0xd5, 0x00, 0x65, 0x3b, 0x4f, 0x15, 0xcf, 0x6d, 0xdb, 0xb5, 0xd2, 0x0a, 0xf8, + 0x0d, 0xdb, 0xb5, 0x30, 0x83, 0x1c, 0x43, 0x35, 0x7d, 0x1e, 0x66, 0x7b, 0x8e, 0xb7, 0x61, 0x38, + 0xce, 0x9e, 0x88, 0xf0, 0x63, 0xab, 0xb4, 0xde, 0x3c, 0x43, 0xb7, 0xa7, 0x6b, 0x49, 0x10, 0x4e, + 0xd7, 0x45, 0x03, 0x98, 0xf3, 0xa9, 0xa1, 0x6c, 0xda, 0x0e, 0x33, 0x55, 0xbc, 0x61, 0x58, 0xd2, + 0x13, 0x73, 0xf6, 0x60, 0x7f, 0x71, 0x0e, 0xa7, 0x70, 0xe1, 0x0c, 0x76, 0xf4, 0x24, 0x4c, 0x0c, + 0x7c, 0xbb, 0x6f, 0xf8, 0x7b, 0xcc, 0x18, 0xaa, 0x37, 0x1b, 0x74, 0x9f, 0x5b, 0xe3, 0x45, 0x38, + 0x82, 0xe9, 0x9f, 0xd3, 0x60, 0xa2, 0xe5, 0xf9, 0xa4, 0x7d, 0xab, 0x8b, 0xee, 0x41, 0x43, 0x89, + 0x28, 0x15, 0x4b, 0xa6, 0x2c, 0x0b, 0x31, 0x94, 0xcb, 0x31, 0xba, 0x28, 0x6a, 0x4d, 0x16, 0x60, + 0x95, 0x98, 0xbe, 0x46, 0xbf, 0x5c, 0xba, 0x0d, 0x7a, 0x16, 0x46, 0xfb, 0x9e, 0x15, 0x99, 0x4e, + 0x6f, 0x89, 0xbe, 0xcb, 0xaa, 0x67, 0x51, 0x13, 0xf9, 0x7c, 0xb6, 0x05, 0xf3, 0xbd, 0xb0, 0x36, + 0xfa, 0xd7, 0x34, 0x18, 0xa1, 0xa3, 0xd2, 0x61, 0xdc, 0xf2, 0xfa, 0x86, 0xed, 0x0a, 0x2c, 0x2c, + 0x00, 0xb0, 0xcd, 0x4a, 0xb0, 0x80, 0xa0, 0x57, 0x60, 0x32, 0xda, 0xa1, 0xaa, 0x9d, 0x09, 0xb7, + 0x6f, 0x75, 0x65, 0x00, 0x8d, 0x5c, 0x33, 0x51, 0x49, 0x80, 0x63, 0x2a, 0xba, 0x01, 0xf3, 0xed, + 0x5b, 0xdd, 0x8e, 0x6b, 0x3a, 0x43, 0x8b, 0xac, 0xec, 0xb2, 0x3f, 0xf4, 0xa3, 0xd9, 0xbc, 0x44, + 0x44, 0x1d, 0xb2, 0x8f, 0x26, 0x2a, 0xe1, 0x08, 0x46, 0xab, 0x11, 0xde, 0x42, 0x44, 0xcc, 0xb1, + 0x6a, 0x02, 0x09, 0x8e, 0x60, 0xfa, 0x9f, 0xd6, 0xa0, 0xa1, 0x74, 0x08, 0xf5, 0x61, 0x82, 0x8f, + 0x37, 0x0a, 0x5c, 0xb9, 0x5a, 0x76, 0x8c, 0xc9, 0x6e, 0x73, 0xf2, 0x7c, 0x4a, 0x03, 0x1c, 0xd1, + 0x50, 0x39, 0xb0, 0x56, 0xcc, 0x81, 0x68, 0x09, 0x80, 0xc7, 0xe5, 0xb0, 0x53, 0x57, 0xbe, 0xf5, + 0xb1, 0x45, 0xde, 0x95, 0xa5, 0x58, 0xa9, 0x81, 0x2e, 0x8a, 0xb5, 0xaa, 0x84, 0xee, 0x28, 0xeb, + 0xb4, 0x07, 0x63, 0xf7, 0x3c, 0x97, 0x04, 0xe2, 0x38, 0xe2, 0x41, 0x8d, 0x70, 0x92, 0x0a, 0xe3, + 0x0f, 0x53, 0xc4, 0x98, 0xe3, 0xd7, 0x7f, 0x5d, 0x03, 0x68, 0x1b, 0xa1, 0xc1, 0x7d, 0xe7, 0xc7, + 0x08, 0x7b, 0xbc, 0x98, 0x90, 0x31, 0xf5, 0xcc, 0x31, 0xe7, 0x68, 0x60, 0xdf, 0x8b, 0xc6, 0x2f, + 0x15, 0x18, 0x8e, 0xbd, 0x6b, 0xdf, 0x23, 0x98, 0xc1, 0xd1, 0x5b, 0x61, 0x92, 0xb8, 0xa6, 0xbf, + 0x37, 0x08, 0x45, 0xf4, 0x52, 0x9d, 0x1f, 0x8d, 0xaf, 0x44, 0x85, 0x38, 0x86, 0xeb, 0x4f, 0x43, + 0x52, 0x0d, 0x3d, 0xba, 0x97, 0xfa, 0x0e, 0xd4, 0x57, 0x5c, 0x6b, 0xe0, 0xd9, 0x6e, 0x78, 0x8c, + 0x31, 0x5d, 0x82, 0x91, 0xa1, 0xef, 0x88, 0x21, 0x35, 0x44, 0x85, 0x91, 0x75, 0x7c, 0x13, 0xd3, + 0x72, 0xf4, 0x14, 0x4c, 0x0c, 0x86, 0xfe, 0xc0, 0x0b, 0xa2, 0x71, 0x49, 0x7d, 0x7b, 0x8d, 0x17, + 0xe3, 0x08, 0xae, 0xdf, 0xd7, 0x60, 0x6e, 0x65, 0x77, 0x60, 0xfb, 0x2c, 0x04, 0x93, 0xf8, 0x54, + 0x95, 0xa4, 0xed, 0x77, 0xf8, 0xbf, 0xa2, 0x0f, 0xb2, 0xbd, 0xa8, 0x81, 0x23, 0x38, 0xda, 0x84, + 0x19, 0xc2, 0x9a, 0xb3, 0xed, 0xc2, 0x90, 0x47, 0x00, 0x27, 0x71, 0x33, 0xf1, 0x10, 0xdf, 0x04, + 0x16, 0x9c, 0xc2, 0x8a, 0xba, 0x30, 0x63, 0x3a, 0x46, 0x10, 0xd8, 0x9b, 0xb6, 0x19, 0x47, 0x1a, + 0x4c, 0x36, 0xdf, 0x4a, 0xdb, 0xb6, 0x12, 0x90, 0xfb, 0xfb, 0x8b, 0xe7, 0x44, 0x3f, 0x93, 0x00, + 0x9c, 0x42, 0xa1, 0x7f, 0xa5, 0x06, 0xd3, 0x2b, 0xbb, 0x03, 0x2f, 0x18, 0xfa, 0x84, 0x55, 0x3d, + 0x05, 0x2d, 0xf8, 0x29, 0x98, 0xd8, 0x32, 0x5c, 0xcb, 0x21, 0xbe, 0xf8, 0x7c, 0x72, 0x6e, 0xaf, + 0xf3, 0x62, 0x1c, 0xc1, 0xd1, 0x27, 0x01, 0x02, 0x73, 0x8b, 0x58, 0x43, 0xb6, 0x2d, 0x70, 0x43, + 0xe8, 0x66, 0xa9, 0x85, 0x95, 0x18, 0x64, 0x57, 0xe2, 0x14, 0xeb, 0x5d, 0xfe, 0xc6, 0x0a, 0x3d, + 0xfd, 0x4f, 0x35, 0x98, 0x4f, 0xb4, 0x3b, 0x05, 0xdd, 0xae, 0x97, 0xd4, 0xed, 0x9a, 0xd5, 0x07, + 0x5b, 0xa0, 0xd2, 0x7d, 0xb1, 0x06, 0x8f, 0x14, 0x4c, 0x4a, 0xe6, 0x3c, 0x52, 0x3b, 0xad, 0xf3, + 0xc8, 0x1d, 0x68, 0x84, 0x9e, 0x23, 0x62, 0x62, 0xa2, 0x39, 0x28, 0x77, 0xda, 0x78, 0x47, 0xe2, + 0x89, 0x4f, 0x1b, 0xe3, 0xb2, 0x00, 0xab, 0x84, 0xf4, 0xdf, 0xd3, 0x60, 0x52, 0xda, 0x91, 0xc7, + 0x08, 0x0d, 0x39, 0xc5, 0x28, 0xd4, 0xcb, 0x50, 0xb7, 0xec, 0x40, 0xd5, 0xfb, 0x58, 0x44, 0x42, + 0x5b, 0x94, 0x61, 0x09, 0xd5, 0xff, 0x55, 0x0d, 0xce, 0x4b, 0xdc, 0x91, 0x0a, 0x4a, 0xcd, 0xde, + 0xe3, 0xe8, 0xa1, 0x17, 0x85, 0xc4, 0x55, 0xf6, 0x08, 0x45, 0xda, 0x3e, 0x99, 0x16, 0xa7, 0x8d, + 0x3c, 0x51, 0x8a, 0x6e, 0xc1, 0x58, 0x40, 0xe9, 0x09, 0x05, 0xf3, 0x84, 0xb3, 0xc1, 0x76, 0x3a, + 0xd6, 0x5f, 0xcc, 0xd1, 0xa0, 0x57, 0x55, 0xbb, 0x82, 0x1b, 0x79, 0xef, 0x3f, 0x19, 0x33, 0xb0, + 0x8b, 0x4f, 0x4b, 0x74, 0x24, 0x56, 0x34, 0x23, 0x39, 0x81, 0xba, 0x79, 0xa6, 0x85, 0x1e, 0x40, + 0xfd, 0x9a, 0x40, 0x8b, 0x2e, 0x40, 0xcd, 0x8e, 0x66, 0x0f, 0x44, 0xab, 0x5a, 0xa7, 0x8d, 0x6b, + 0xb6, 0x25, 0xf7, 0xaa, 0x5a, 0xe1, 0x5e, 0xa5, 0x6c, 0x26, 0x23, 0x87, 0x6f, 0x26, 0xfa, 0x7f, + 0xae, 0xc1, 0xd9, 0x88, 0x6a, 0xd4, 0xab, 0xb6, 0x70, 0x61, 0x1f, 0xb1, 0x23, 0x1e, 0x6d, 0x49, + 0xdc, 0x86, 0x51, 0x26, 0xb5, 0x4a, 0xb9, 0xb6, 0x25, 0x42, 0xda, 0x1d, 0xcc, 0x10, 0xa1, 0xbf, + 0x05, 0xe3, 0x0e, 0xb5, 0xdd, 0xa3, 0x00, 0x90, 0x72, 0x86, 0x57, 0xde, 0x78, 0xb9, 0x4f, 0x20, + 0xe0, 0x21, 0x8e, 0xd2, 0xdf, 0xc9, 0x0b, 0xb1, 0x20, 0x7a, 0xe1, 0x19, 0x68, 0x28, 0xd5, 0xd0, + 0x1c, 0x8c, 0x6c, 0x13, 0x7e, 0xd7, 0x65, 0x12, 0xd3, 0x7f, 0xd1, 0x59, 0x18, 0xdb, 0x31, 0x9c, + 0xa1, 0x98, 0x13, 0xcc, 0x7f, 0x3c, 0x5b, 0x7b, 0x8f, 0xa6, 0x7f, 0x47, 0x83, 0xc6, 0x75, 0x7b, + 0x83, 0xf8, 0xfc, 0x28, 0x91, 0xe9, 0xb5, 0x89, 0x5b, 0x55, 0x8d, 0xbc, 0x1b, 0x55, 0x68, 0x0f, + 0x26, 0xc5, 0xfe, 0x20, 0x23, 0xd9, 0xca, 0xdd, 0x9d, 0x52, 0x68, 0x0b, 0xb9, 0xab, 0xc6, 0x8d, + 0x47, 0x24, 0x70, 0x4c, 0x4d, 0x7f, 0x15, 0xce, 0xe4, 0x34, 0x42, 0x8b, 0x6c, 0xc9, 0xf9, 0xa1, + 0x60, 0x8c, 0x68, 0x0d, 0xf9, 0x21, 0xe6, 0xe5, 0xe8, 0x51, 0x18, 0x21, 0x6e, 0x14, 0xc1, 0x39, + 0x41, 0x95, 0xa4, 0x15, 0xd7, 0xc2, 0xb4, 0x8c, 0x8a, 0x16, 0xc7, 0x4b, 0xe8, 0x12, 0x4c, 0xb4, + 0xdc, 0x14, 0x65, 0x58, 0x42, 0xf5, 0x7f, 0x36, 0x0a, 0x97, 0xae, 0x7b, 0xbe, 0x7d, 0xcf, 0x73, + 0x43, 0xc3, 0x59, 0xf3, 0xac, 0x38, 0x26, 0x43, 0x88, 0xa9, 0xcf, 0x69, 0xf0, 0x88, 0x39, 0x18, + 0x76, 0x5c, 0x3b, 0xb4, 0x8d, 0xe8, 0xa8, 0x7c, 0x8d, 0xf8, 0xb6, 0x57, 0x36, 0x34, 0x83, 0xdd, + 0xc5, 0x69, 0xad, 0xad, 0xe7, 0xa1, 0xc4, 0x45, 0xb4, 0x58, 0x84, 0x88, 0xe5, 0xdd, 0x75, 0x59, + 0xe7, 0xba, 0x21, 0xbb, 0x1f, 0x74, 0x2f, 0x1e, 0x62, 0xc9, 0x08, 0x91, 0x76, 0x2e, 0x46, 0x5c, + 0x40, 0x09, 0x7d, 0x0a, 0xce, 0xd9, 0xbc, 0x73, 0x98, 0x18, 0x96, 0xed, 0x92, 0x20, 0x60, 0x71, + 0x12, 0x55, 0x42, 0x20, 0x3a, 0x79, 0x08, 0x71, 0x3e, 0x1d, 0xf4, 0x51, 0x80, 0x60, 0xcf, 0x35, + 0xc5, 0xfc, 0x8f, 0x95, 0xa2, 0xca, 0x35, 0x23, 0x89, 0x05, 0x2b, 0x18, 0xa9, 0x2d, 0xc0, 0xb7, + 0x4f, 0xd7, 0xe4, 0x07, 0x99, 0x1a, 0xb7, 0x05, 0xee, 0x44, 0x85, 0x38, 0x86, 0xeb, 0xbf, 0xa9, + 0xc1, 0x84, 0xb8, 0x78, 0x87, 0xde, 0x92, 0x32, 0x89, 0xe5, 0xd2, 0x4e, 0x99, 0xc5, 0xf7, 0x98, + 0x17, 0x5a, 0xb8, 0x53, 0xc4, 0xe6, 0x5a, 0xce, 0xa2, 0x12, 0x94, 0x63, 0xe7, 0x4c, 0xc2, 0x1b, + 0x1d, 0x39, 0x6c, 0x14, 0x6a, 0xfa, 0x37, 0x35, 0x98, 0xcf, 0xb4, 0x3a, 0xc6, 0x16, 0x7a, 0x8a, + 0x67, 0xa9, 0x3f, 0x6e, 0x00, 0xbb, 0x65, 0xb9, 0xbc, 0xd6, 0xe9, 0x12, 0x7f, 0x47, 0xae, 0xc2, + 0x2f, 0x69, 0x30, 0x17, 0x9f, 0xfa, 0x8b, 0x5e, 0x68, 0x15, 0x82, 0x44, 0x6f, 0xa4, 0x90, 0x35, + 0x17, 0xc4, 0xc0, 0xe7, 0xd2, 0x10, 0x9c, 0x21, 0x8c, 0xbe, 0xa8, 0xc1, 0x9c, 0x91, 0xbc, 0x65, + 0x19, 0x49, 0xcd, 0x72, 0x57, 0x08, 0x52, 0x57, 0x36, 0xe3, 0xce, 0xa4, 0x00, 0x01, 0xce, 0xd0, + 0x45, 0xef, 0x84, 0x29, 0x63, 0x60, 0x2f, 0x0f, 0x2d, 0x9b, 0xee, 0xfd, 0xd1, 0xd5, 0x3c, 0xa6, + 0x90, 0x2e, 0xaf, 0x75, 0x64, 0x39, 0x4e, 0xd4, 0x92, 0xf7, 0x28, 0xc5, 0x54, 0x8e, 0x56, 0xbd, + 0x47, 0x29, 0x66, 0x31, 0xbe, 0x47, 0x29, 0x26, 0x4f, 0xa5, 0x82, 0x3e, 0x02, 0x8f, 0xf2, 0x0d, + 0xa7, 0x69, 0x04, 0xb6, 0xb9, 0x3c, 0x0c, 0xb7, 0x88, 0x1b, 0x46, 0x46, 0x1f, 0x77, 0xa9, 0xb1, + 0x78, 0xb1, 0x95, 0xa2, 0x4a, 0xb8, 0xb8, 0x3d, 0xf2, 0x00, 0x3c, 0xdb, 0x32, 0xc5, 0x80, 0x78, + 0xc8, 0x52, 0x39, 0x0d, 0xfb, 0x76, 0xa7, 0xdd, 0x12, 0xe3, 0x61, 0xb2, 0x22, 0xfe, 0x8d, 0x15, + 0x12, 0xe8, 0xd7, 0x34, 0x98, 0x16, 0x8c, 0x2e, 0x88, 0x4e, 0x30, 0x16, 0xf8, 0x48, 0x69, 0x86, + 0x4c, 0x71, 0xfd, 0x12, 0x56, 0xb1, 0x73, 0x95, 0x41, 0x86, 0xb1, 0x26, 0x60, 0x38, 0xd9, 0x11, + 0xf4, 0x65, 0x0d, 0xce, 0x06, 0xc4, 0xdf, 0xb1, 0x4d, 0xb2, 0x6c, 0x9a, 0xde, 0xd0, 0x8d, 0xbe, + 0x73, 0xbd, 0xc2, 0x95, 0xb6, 0x6e, 0x0e, 0x42, 0x1e, 0x3c, 0x95, 0x07, 0xc1, 0xb9, 0x1d, 0x40, + 0xbf, 0xa4, 0xc1, 0xec, 0x5d, 0x23, 0x34, 0xb7, 0x5a, 0x86, 0xb9, 0xc5, 0xbc, 0x30, 0x3c, 0x5e, + 0xaa, 0xec, 0xca, 0x79, 0x39, 0x89, 0x8b, 0xfb, 0x8e, 0x53, 0x85, 0x38, 0x4d, 0x11, 0x85, 0x50, + 0xf7, 0xc9, 0x2b, 0x43, 0x12, 0xb0, 0xa8, 0x2a, 0xed, 0xe4, 0xea, 0x77, 0xde, 0x47, 0xc3, 0x02, + 0x23, 0x57, 0x36, 0xa2, 0x5f, 0x58, 0x52, 0x42, 0x3d, 0xb8, 0xc4, 0xd9, 0x77, 0xd9, 0xf5, 0xdc, + 0xbd, 0xbe, 0x37, 0x0c, 0x52, 0x4b, 0xa0, 0xc1, 0x96, 0x00, 0x0b, 0x1c, 0x5b, 0x39, 0xac, 0x22, + 0x3e, 0x1c, 0x0f, 0xfa, 0x20, 0xd4, 0xc9, 0x0e, 0x71, 0xc3, 0x3b, 0x77, 0x6e, 0x2e, 0x4c, 0x95, + 0xda, 0x23, 0xd9, 0x10, 0x56, 0x04, 0x0e, 0x2c, 0xb1, 0x5d, 0x78, 0x11, 0x50, 0x96, 0x29, 0x8f, + 0x52, 0x50, 0xeb, 0xaa, 0x82, 0xfa, 0x3d, 0x0d, 0xce, 0xe5, 0x4e, 0x1b, 0xc2, 0x70, 0x9e, 0xc5, + 0xdb, 0xb9, 0xab, 0xc3, 0xd0, 0x08, 0x6d, 0xb7, 0xd7, 0x71, 0x37, 0x1d, 0xbb, 0xb7, 0xc5, 0x55, + 0xc0, 0x31, 0xae, 0xb0, 0xac, 0xe6, 0xd6, 0xc0, 0x05, 0x2d, 0x51, 0x07, 0xce, 0xf4, 0x8d, 0xdd, + 0x0c, 0xc2, 0x1a, 0x43, 0xc8, 0xee, 0xf4, 0xaf, 0x66, 0xc1, 0x38, 0xaf, 0x8d, 0xfe, 0xb5, 0x31, + 0x78, 0x8c, 0x76, 0x3c, 0xde, 0x3a, 0x57, 0x0d, 0xd7, 0xe8, 0xbd, 0x46, 0xb7, 0xa8, 0xef, 0x68, + 0xf0, 0xc8, 0x56, 0xbe, 0x62, 0x2b, 0x76, 0x6f, 0x5c, 0x4e, 0xbf, 0x3f, 0x4c, 0x59, 0xe6, 0xac, + 0x7b, 0x68, 0x15, 0x5c, 0xd4, 0x2b, 0xf4, 0x22, 0xcc, 0xb9, 0x9e, 0x45, 0x5a, 0x9d, 0x36, 0x5e, + 0x35, 0x82, 0xed, 0x6e, 0xe4, 0xba, 0x1d, 0xe3, 0xe7, 0x33, 0xb7, 0x52, 0x30, 0x9c, 0xa9, 0x8d, + 0x76, 0x00, 0x0d, 0x3c, 0x6b, 0x65, 0xc7, 0x36, 0xa3, 0x50, 0xb9, 0xf2, 0x67, 0x42, 0xec, 0x12, + 0xd1, 0x5a, 0x06, 0x1b, 0xce, 0xa1, 0xc0, 0x54, 0x73, 0xda, 0x99, 0x55, 0xcf, 0xb5, 0x43, 0xcf, + 0x67, 0x11, 0x9d, 0x95, 0x34, 0x54, 0xc6, 0xe9, 0xb7, 0x72, 0x31, 0xe2, 0x02, 0x4a, 0xfa, 0xff, + 0xd2, 0x60, 0x96, 0xf2, 0xc5, 0x9a, 0xef, 0xed, 0xee, 0xbd, 0x26, 0x59, 0xf2, 0x29, 0x71, 0xf2, + 0xc4, 0x2d, 0xb6, 0x73, 0xca, 0xa9, 0xd3, 0x24, 0xeb, 0x74, 0x7c, 0xd0, 0xa4, 0x5a, 0xad, 0x23, + 0xc5, 0x56, 0xab, 0xfe, 0x67, 0x1a, 0xd7, 0x16, 0x23, 0xa3, 0xf1, 0xb5, 0xb9, 0x14, 0xdf, 0x0d, + 0xd3, 0xb4, 0x6c, 0xd5, 0xd8, 0x5d, 0x6b, 0xbf, 0xe4, 0x39, 0x51, 0xa0, 0x29, 0x0b, 0x69, 0xb9, + 0xa1, 0x02, 0x70, 0xb2, 0x9e, 0xfe, 0x9d, 0x59, 0x60, 0x15, 0x1c, 0x12, 0xbe, 0x26, 0x07, 0xf6, + 0x34, 0x34, 0xcc, 0xc1, 0xb0, 0x75, 0xb5, 0xfb, 0x81, 0xa1, 0x17, 0x1a, 0xe2, 0x44, 0x8a, 0x69, + 0x80, 0xad, 0xb5, 0xf5, 0xa8, 0x18, 0xab, 0x75, 0xe8, 0x22, 0x37, 0x07, 0x43, 0x21, 0x38, 0xd7, + 0xd4, 0xd0, 0x0c, 0xb6, 0xc8, 0x5b, 0x6b, 0xeb, 0x09, 0x18, 0xce, 0xd4, 0x46, 0x9f, 0xd6, 0x60, + 0x8a, 0x88, 0x05, 0x78, 0xdd, 0xf0, 0x2d, 0xb1, 0xbe, 0xcb, 0xef, 0xdf, 0x72, 0x76, 0xa3, 0x65, + 0xcd, 0x75, 0xe7, 0x15, 0x85, 0x06, 0x4e, 0x50, 0x64, 0x6a, 0xac, 0xf8, 0x4d, 0x3f, 0x96, 0x67, + 0xa5, 0x57, 0xfc, 0x98, 0x50, 0x63, 0x8b, 0x2a, 0xe1, 0xe2, 0xf6, 0xe8, 0x1f, 0x6b, 0x70, 0x5e, + 0x42, 0x6d, 0xd7, 0xee, 0x0f, 0xfb, 0x98, 0x98, 0x8e, 0x61, 0xf7, 0x85, 0x4e, 0xfb, 0xc1, 0x07, + 0x37, 0xd2, 0x24, 0x7e, 0x2e, 0x76, 0xf2, 0x61, 0xb8, 0xa0, 0x4f, 0xe8, 0x9b, 0x1a, 0x3c, 0x11, + 0x81, 0xd6, 0xa8, 0x65, 0x39, 0xf4, 0x49, 0x1c, 0xae, 0x2c, 0xe6, 0x64, 0xa2, 0x94, 0x14, 0x7c, + 0xf3, 0xc1, 0xfe, 0xe2, 0x13, 0x2b, 0x47, 0xe0, 0xc6, 0x47, 0x52, 0x4f, 0x70, 0x4c, 0xd7, 0xdb, + 0x0c, 0x85, 0x12, 0xfc, 0xd0, 0x38, 0x86, 0xd2, 0xc0, 0x09, 0x8a, 0xe8, 0xb7, 0x34, 0x78, 0x44, + 0x2d, 0x50, 0x19, 0x86, 0x6b, 0xbf, 0x1f, 0x7a, 0x70, 0xbd, 0x49, 0x11, 0xe0, 0xfe, 0xa6, 0x02, + 0x20, 0x2e, 0xea, 0x16, 0x15, 0xc1, 0x7d, 0xc6, 0x9c, 0x5c, 0x43, 0x1e, 0xe3, 0x22, 0x98, 0xf3, + 0x6b, 0x80, 0x23, 0x18, 0xb5, 0x3e, 0x07, 0x9e, 0xb5, 0x66, 0x5b, 0xc1, 0x4d, 0xbb, 0x6f, 0x87, + 0x4c, 0x85, 0x1d, 0xe1, 0xf3, 0xb1, 0xe6, 0x59, 0x6b, 0x9d, 0x36, 0x2f, 0xc7, 0x89, 0x5a, 0xec, + 0xa6, 0x91, 0xdd, 0x37, 0x7a, 0x64, 0x6d, 0xe8, 0x38, 0x6b, 0xbe, 0xc7, 0x7c, 0x12, 0x6d, 0x62, + 0x58, 0x8e, 0xed, 0x92, 0x92, 0x2a, 0x2b, 0x5b, 0x72, 0x9d, 0x22, 0xa4, 0xb8, 0x98, 0x1e, 0x5a, + 0x02, 0xd8, 0x34, 0x6c, 0xa7, 0x7b, 0xd7, 0x18, 0xdc, 0x76, 0x17, 0xa6, 0x99, 0x18, 0x63, 0x86, + 0xdf, 0x55, 0x59, 0x8a, 0x95, 0x1a, 0x8c, 0xa1, 0xa8, 0x30, 0xc4, 0x84, 0xdf, 0x76, 0x5e, 0x98, + 0x79, 0x50, 0x0c, 0x15, 0x61, 0xe4, 0x13, 0x78, 0x43, 0xa1, 0x81, 0x13, 0x14, 0xd1, 0xe7, 0x35, + 0x98, 0x09, 0xf6, 0x82, 0x90, 0xf4, 0x65, 0x27, 0x66, 0x1f, 0x78, 0x27, 0x98, 0xc3, 0xa6, 0x9b, + 0xa0, 0x82, 0x53, 0x54, 0x91, 0x01, 0x8f, 0xb1, 0x89, 0xbd, 0xd6, 0xba, 0x6e, 0xf7, 0xb6, 0xe4, + 0x15, 0xa2, 0x35, 0xe2, 0x9b, 0xc4, 0x0d, 0x17, 0xe6, 0x18, 0xeb, 0x2c, 0x1e, 0xec, 0x2f, 0x3e, + 0xd6, 0x29, 0xae, 0x86, 0x0f, 0xc3, 0x81, 0x3e, 0x0a, 0x17, 0x04, 0xf8, 0xa6, 0x77, 0x37, 0x43, + 0x61, 0x9e, 0x51, 0x60, 0xf7, 0xba, 0x3a, 0x85, 0xb5, 0xf0, 0x21, 0x18, 0xa8, 0x8d, 0x10, 0x10, + 0x9f, 0x39, 0x5c, 0x89, 0xe4, 0x9f, 0x60, 0x01, 0x31, 0x3e, 0x60, 0x36, 0x42, 0x37, 0x0b, 0xc6, + 0x79, 0x6d, 0xf4, 0xfd, 0x1a, 0x37, 0x6e, 0x32, 0x6b, 0x12, 0x3d, 0x0f, 0xb3, 0x7d, 0xd2, 0xf7, + 0xfc, 0xbd, 0xe5, 0x28, 0x29, 0x92, 0x70, 0xb8, 0x31, 0x83, 0x75, 0x35, 0x09, 0xc2, 0xe9, 0xba, + 0x74, 0xdf, 0x64, 0x23, 0xb8, 0xda, 0x8d, 0xdb, 0xd7, 0xe2, 0x7d, 0xb3, 0x93, 0x82, 0xe1, 0x4c, + 0x6d, 0xd4, 0x82, 0x79, 0x51, 0xd6, 0xa1, 0x1a, 0x64, 0x70, 0xd5, 0x27, 0xd1, 0x99, 0x17, 0x55, + 0xc5, 0xe6, 0x3b, 0x69, 0x20, 0xce, 0xd6, 0xa7, 0xa3, 0xa0, 0x3f, 0xd4, 0x5e, 0x8c, 0xc6, 0xa3, + 0xb8, 0x95, 0x04, 0xe1, 0x74, 0xdd, 0x48, 0xc5, 0x4f, 0x74, 0x61, 0x2c, 0x1e, 0xc5, 0xad, 0x14, + 0x0c, 0x67, 0x6a, 0xeb, 0x7f, 0x36, 0x0a, 0x6f, 0x3a, 0xc6, 0x56, 0x86, 0xfa, 0xf9, 0xd3, 0x7d, + 0x84, 0x54, 0x59, 0x8a, 0x0e, 0xc9, 0x96, 0x3e, 0x30, 0x34, 0xdc, 0xd0, 0x0e, 0xf7, 0x8e, 0xf9, + 0x79, 0x06, 0x05, 0x9f, 0xe7, 0xe4, 0xf4, 0x8e, 0xfb, 0x39, 0x83, 0xa2, 0xcf, 0x79, 0x72, 0x92, + 0xc7, 0xff, 0xfc, 0xfd, 0xfc, 0xcf, 0x5f, 0x72, 0x56, 0x8f, 0x64, 0x97, 0x41, 0x01, 0xbb, 0x94, + 0x9c, 0xd5, 0x63, 0xb0, 0xd7, 0xbf, 0x1f, 0x85, 0x37, 0x1f, 0x67, 0x4f, 0x2d, 0xc9, 0x5f, 0x39, + 0xbb, 0xd6, 0x43, 0xe5, 0xaf, 0xa2, 0x58, 0xc7, 0x87, 0xc8, 0x5f, 0x39, 0x24, 0x1f, 0x36, 0x7f, + 0x15, 0xcd, 0xea, 0xc3, 0xe2, 0xaf, 0xa2, 0x59, 0x3d, 0x06, 0x7f, 0xfd, 0xef, 0xf4, 0xfe, 0x20, + 0xf7, 0xd1, 0x0e, 0x8c, 0x98, 0x83, 0x61, 0x49, 0x21, 0xc5, 0x4e, 0x3f, 0x5b, 0x6b, 0xeb, 0x98, + 0xe2, 0x40, 0x18, 0xc6, 0x39, 0xff, 0x94, 0x14, 0x41, 0x2c, 0x9a, 0x93, 0xb3, 0x24, 0x16, 0x98, + 0xe8, 0x54, 0x91, 0xc1, 0x16, 0xe9, 0x13, 0xdf, 0x70, 0xba, 0xa1, 0xe7, 0x1b, 0xbd, 0xb2, 0xd2, + 0x86, 0x4d, 0xd5, 0x4a, 0x0a, 0x17, 0xce, 0x60, 0xa7, 0x13, 0x32, 0xb0, 0xad, 0x92, 0xf2, 0x85, + 0x4d, 0xc8, 0x5a, 0xa7, 0x8d, 0x29, 0x0e, 0xfd, 0x37, 0x27, 0x41, 0xb9, 0x3e, 0x4a, 0xcd, 0x37, + 0xc3, 0x71, 0xbc, 0xbb, 0x6b, 0xbe, 0xbd, 0x63, 0x3b, 0xa4, 0x47, 0x2c, 0x79, 0xbf, 0x30, 0x10, + 0x87, 0xe4, 0x4c, 0x97, 0x5c, 0x2e, 0xaa, 0x84, 0x8b, 0xdb, 0x53, 0xcd, 0x76, 0xde, 0x4c, 0x5f, + 0xef, 0xaf, 0x74, 0xce, 0x97, 0x49, 0x16, 0xc0, 0x17, 0x54, 0xa6, 0x18, 0x67, 0xe9, 0xa2, 0x5f, + 0xd4, 0xb8, 0xef, 0x41, 0x3a, 0x5b, 0xc5, 0x47, 0xbb, 0xfe, 0xa0, 0x8e, 0x28, 0x62, 0x2f, 0x46, + 0xec, 0xcf, 0x4d, 0x52, 0x44, 0xbf, 0xae, 0xc1, 0xb9, 0xed, 0x3c, 0xbf, 0xa9, 0xf8, 0xb6, 0x6b, + 0xa5, 0xfb, 0x52, 0xe0, 0x89, 0xe5, 0xc7, 0xca, 0xb9, 0x15, 0x70, 0x7e, 0x4f, 0xe4, 0x3c, 0x49, + 0x47, 0x92, 0x90, 0x03, 0xe5, 0xe7, 0x29, 0xe5, 0x92, 0x8a, 0xe7, 0x49, 0x02, 0x70, 0x92, 0x22, + 0x7a, 0x05, 0x26, 0xb7, 0x23, 0xff, 0x9d, 0x30, 0xf5, 0xdb, 0xa5, 0xc9, 0x2b, 0x5e, 0x40, 0x7e, + 0x80, 0x2d, 0x0b, 0x71, 0x4c, 0x05, 0xd9, 0x30, 0xb1, 0xcd, 0xa5, 0x91, 0x30, 0xd1, 0x9b, 0xd5, + 0xad, 0x07, 0x6e, 0x27, 0x8a, 0x22, 0x1c, 0xe1, 0x57, 0x43, 0x85, 0xea, 0x47, 0xc4, 0x9d, 0x7e, + 0x55, 0x83, 0x73, 0x3b, 0xc4, 0x0f, 0x6d, 0x33, 0xed, 0xb8, 0x9e, 0xac, 0x60, 0xe2, 0xbc, 0x94, + 0x87, 0x91, 0xb3, 0x4a, 0x2e, 0x08, 0xe7, 0xf7, 0x81, 0x1a, 0x3c, 0xdc, 0xfd, 0xd8, 0x0d, 0x8d, + 0xd0, 0x36, 0xef, 0x78, 0xdb, 0xc4, 0xa5, 0xa3, 0x15, 0x09, 0x74, 0x81, 0xc9, 0x0f, 0x66, 0xf0, + 0xac, 0x14, 0x57, 0xc3, 0x87, 0xe1, 0xd0, 0xff, 0x5c, 0x83, 0x8c, 0xfb, 0x0d, 0xfd, 0x3d, 0x0d, + 0xa6, 0x36, 0x89, 0x11, 0x0e, 0x7d, 0x72, 0xcd, 0x08, 0xe5, 0x75, 0x94, 0x97, 0x1f, 0x88, 0xdb, + 0x6f, 0xe9, 0xaa, 0x82, 0x99, 0x1f, 0x34, 0xca, 0x8c, 0x35, 0x2a, 0x08, 0x27, 0xba, 0x70, 0xe1, + 0x7d, 0x30, 0x9f, 0x69, 0x78, 0xa2, 0xc3, 0xa0, 0xdf, 0x15, 0x0e, 0xdc, 0x74, 0xfe, 0xe4, 0x8f, + 0xc1, 0x98, 0x61, 0x59, 0x32, 0x47, 0xe3, 0xb3, 0x25, 0x0f, 0xd5, 0x2d, 0xf5, 0xde, 0x0f, 0xfb, + 0x89, 0x39, 0x5e, 0x74, 0x15, 0x90, 0x91, 0x38, 0x33, 0x5b, 0x8d, 0xef, 0x44, 0x30, 0xd7, 0xff, + 0x72, 0x06, 0x8a, 0x73, 0x5a, 0xe8, 0xef, 0x85, 0x99, 0x64, 0xc2, 0x82, 0x13, 0x04, 0x58, 0xeb, + 0xbf, 0xa2, 0x01, 0xca, 0xe6, 0x48, 0x42, 0x01, 0xd4, 0x45, 0x8d, 0xe8, 0x23, 0xaf, 0x94, 0x0d, + 0x96, 0x4d, 0xc4, 0x7e, 0xc7, 0xe1, 0xb9, 0xa2, 0x20, 0xc0, 0x92, 0x90, 0xfe, 0x97, 0x1a, 0xc4, + 0xb9, 0xe0, 0xd0, 0xbb, 0xa0, 0x61, 0x91, 0xc0, 0xf4, 0xed, 0x41, 0x18, 0x0f, 0x44, 0x46, 0x9b, + 0xb6, 0x63, 0x10, 0x56, 0xeb, 0x21, 0x1d, 0xc6, 0x43, 0x23, 0xd8, 0xee, 0xb4, 0x85, 0x6d, 0xca, + 0x34, 0x89, 0x3b, 0xac, 0x04, 0x0b, 0x48, 0x7c, 0xfb, 0x7f, 0xe4, 0x18, 0xb7, 0xff, 0xd1, 0xe6, + 0x03, 0x48, 0x75, 0x80, 0x8e, 0x4e, 0x73, 0xa0, 0xff, 0x9b, 0x1a, 0x24, 0xf3, 0xef, 0x95, 0x9d, + 0x82, 0x6c, 0x6e, 0x86, 0xda, 0x43, 0xcb, 0xcd, 0xf0, 0x36, 0x96, 0xab, 0x96, 0x67, 0x18, 0xe7, + 0x27, 0x65, 0x6a, 0x82, 0x59, 0x9e, 0x1e, 0x5c, 0xd6, 0x40, 0xcf, 0xa8, 0x31, 0xac, 0x93, 0xcd, + 0x37, 0x45, 0xeb, 0x82, 0x05, 0xa6, 0xde, 0x17, 0xd9, 0x27, 0xe4, 0xf8, 0x13, 0xe1, 0xaa, 0xef, + 0x12, 0x11, 0x98, 0x63, 0x89, 0x0c, 0x19, 0x51, 0x5a, 0x8d, 0xf9, 0x44, 0xc3, 0x38, 0x2c, 0x53, + 0xff, 0xfb, 0x1a, 0x4c, 0x88, 0x7c, 0x57, 0xc7, 0x08, 0x3d, 0xee, 0xc1, 0x18, 0xb3, 0x08, 0x2a, + 0x29, 0x4b, 0xdd, 0x2d, 0xcf, 0x0b, 0x13, 0x79, 0xbf, 0x58, 0xe0, 0x20, 0xfb, 0x17, 0x73, 0xfc, + 0xfa, 0x57, 0x47, 0xe1, 0x09, 0x51, 0x25, 0xa3, 0x09, 0xc8, 0x45, 0xb8, 0x07, 0x67, 0xc4, 0x67, + 0x6a, 0xfb, 0x86, 0x2d, 0x0f, 0x13, 0xcb, 0x19, 0x79, 0xe2, 0xa0, 0x39, 0x83, 0x0e, 0xe7, 0xd1, + 0xe0, 0xd9, 0x6d, 0x58, 0xf1, 0x75, 0x62, 0x38, 0xe1, 0x56, 0x44, 0xbb, 0x56, 0x25, 0xbb, 0x4d, + 0x16, 0x1f, 0xce, 0xa5, 0xc2, 0x0e, 0x33, 0x05, 0xa0, 0xe5, 0x13, 0x43, 0x3d, 0x49, 0xad, 0x10, + 0x67, 0xb8, 0x9a, 0x8b, 0x11, 0x17, 0x50, 0x62, 0xde, 0x32, 0x63, 0x97, 0x19, 0xdf, 0x98, 0x84, + 0xbe, 0xcd, 0x32, 0xb1, 0x51, 0x06, 0xe7, 0xe6, 0x72, 0x12, 0x84, 0xd3, 0x75, 0xd1, 0xb3, 0x30, + 0xc3, 0x0e, 0x87, 0xe3, 0xeb, 0xde, 0x63, 0x71, 0xc2, 0xf9, 0x5b, 0x09, 0x08, 0x4e, 0xd5, 0xd4, + 0xbf, 0xad, 0xc1, 0x94, 0xca, 0x40, 0xc7, 0x08, 0x50, 0xde, 0x51, 0x04, 0x76, 0x95, 0xd8, 0x59, + 0x95, 0xec, 0x31, 0x65, 0xf6, 0x99, 0x9c, 0x36, 0xec, 0x94, 0x90, 0xa4, 0x84, 0x7f, 0xa5, 0x53, + 0xc2, 0xcc, 0x4e, 0x22, 0x4f, 0x09, 0xd3, 0x10, 0x9c, 0x21, 0x8c, 0x5e, 0x86, 0x11, 0xd3, 0xb7, + 0xc5, 0xc4, 0xbc, 0xa7, 0x9c, 0x09, 0x84, 0x3b, 0xf1, 0x55, 0xa8, 0x16, 0xee, 0x60, 0x8a, 0x51, + 0xff, 0xed, 0x11, 0x68, 0x28, 0xe9, 0xf4, 0xd0, 0x6a, 0x15, 0x13, 0x3a, 0x46, 0x1f, 0x99, 0xd1, + 0xab, 0x30, 0xd2, 0x1b, 0x0c, 0x4b, 0xda, 0xd0, 0x12, 0xdd, 0x35, 0x8a, 0xae, 0x37, 0x18, 0xa2, + 0x97, 0xa4, 0x55, 0x5e, 0xce, 0x6e, 0x96, 0x01, 0xa5, 0x29, 0xcb, 0x3c, 0x62, 0xcf, 0xd1, 0x42, + 0xf6, 0x74, 0x61, 0x22, 0x10, 0x26, 0xfb, 0x58, 0x85, 0xfb, 0xa7, 0xca, 0x54, 0x0b, 0x1b, 0x9d, + 0xab, 0xfa, 0x91, 0x09, 0x1f, 0x11, 0xa1, 0x5a, 0xc0, 0x90, 0xdd, 0xdc, 0x60, 0x56, 0x4c, 0x9d, + 0x6b, 0x01, 0xeb, 0xac, 0x04, 0x0b, 0x88, 0xfe, 0x85, 0x1a, 0xa0, 0x2c, 0x42, 0xf4, 0x26, 0x18, + 0x63, 0xf7, 0xb8, 0xc4, 0x62, 0x53, 0x72, 0x4d, 0x19, 0x41, 0x80, 0x39, 0x0c, 0x75, 0xc5, 0xbd, + 0xbe, 0x72, 0x5f, 0x86, 0x9d, 0x4f, 0x0b, 0x7a, 0xca, 0x25, 0xc0, 0x68, 0x7f, 0x1a, 0x29, 0xdc, + 0x9f, 0xd6, 0x61, 0xa2, 0x6f, 0xbb, 0x2c, 0x2c, 0xa5, 0x9c, 0x53, 0x82, 0x1f, 0xa0, 0x71, 0x14, + 0x38, 0xc2, 0xa5, 0xff, 0xb8, 0x46, 0xb9, 0xd8, 0x76, 0x43, 0xe2, 0x1a, 0xae, 0x49, 0xd0, 0x3d, + 0x00, 0x63, 0x18, 0x7a, 0x7c, 0x9b, 0x17, 0xcc, 0xfc, 0xfe, 0x92, 0x1f, 0x4c, 0x62, 0x5d, 0x96, + 0x18, 0xf9, 0xc1, 0x56, 0xfc, 0x1b, 0x2b, 0xd4, 0x28, 0xed, 0xd0, 0xee, 0x93, 0x97, 0x6d, 0xd7, + 0xf2, 0xee, 0x8a, 0xf9, 0xad, 0x4c, 0xfb, 0x8e, 0xc4, 0xc8, 0x69, 0xc7, 0xbf, 0xb1, 0x42, 0x0d, + 0x7d, 0x10, 0x16, 0x98, 0xf9, 0xe3, 0xb2, 0x7c, 0xa5, 0xa2, 0x73, 0x9e, 0xe3, 0x44, 0x1b, 0x4f, + 0x9d, 0x65, 0x87, 0x5b, 0x68, 0x15, 0xd4, 0xc1, 0x85, 0xad, 0xf5, 0xef, 0x68, 0x70, 0x2e, 0x77, + 0x2e, 0xd0, 0x35, 0x98, 0x8f, 0x83, 0x1a, 0x54, 0x41, 0x59, 0x8f, 0x13, 0xf0, 0xde, 0x48, 0x57, + 0xc0, 0xd9, 0x36, 0x68, 0x55, 0x6a, 0x0b, 0xaa, 0x20, 0x16, 0x11, 0x11, 0x8f, 0x09, 0x54, 0x79, + 0xb2, 0x1a, 0xe7, 0xb5, 0xd3, 0x3f, 0x92, 0xe8, 0x70, 0x3c, 0x61, 0x74, 0x7d, 0x6c, 0x90, 0x9e, + 0x0c, 0x32, 0x97, 0xeb, 0xa3, 0x49, 0x0b, 0x31, 0x87, 0xa1, 0x4b, 0xea, 0xc5, 0x08, 0x29, 0x88, + 0xa2, 0xcb, 0x11, 0xfa, 0x10, 0x40, 0x84, 0x0f, 0xd9, 0x6e, 0x0f, 0xf5, 0xa0, 0x6e, 0x88, 0x77, + 0x5a, 0x04, 0xb3, 0x3d, 0x5f, 0xce, 0xd8, 0x12, 0x48, 0x78, 0xe4, 0x60, 0xf4, 0x0b, 0x4b, 0xe4, + 0xfa, 0x3f, 0xd2, 0xe0, 0x7c, 0xfe, 0x75, 0xa5, 0x63, 0xec, 0xb0, 0x7d, 0x68, 0xf8, 0x71, 0x33, + 0xc1, 0x99, 0x3f, 0xa7, 0x26, 0x8e, 0x51, 0x2e, 0xbe, 0x53, 0xed, 0xa3, 0xe5, 0x7b, 0x41, 0xf4, + 0x75, 0xd2, 0xb9, 0x64, 0xa4, 0x12, 0xaf, 0xf4, 0x04, 0xab, 0xf8, 0xf5, 0xcf, 0xd4, 0x00, 0x6e, + 0x91, 0xf0, 0xae, 0xe7, 0x6f, 0xd3, 0x39, 0x7a, 0x4d, 0x5d, 0x9b, 0xbb, 0x08, 0xa3, 0x03, 0xcf, + 0x0a, 0x84, 0xa0, 0x62, 0xf7, 0xd9, 0xd8, 0x89, 0x3c, 0x2b, 0x45, 0x8b, 0x30, 0xc6, 0xbc, 0xcd, + 0x62, 0x3b, 0x60, 0xca, 0x2f, 0x55, 0x78, 0x02, 0xcc, 0xcb, 0x79, 0x3a, 0x6e, 0x16, 0x97, 0x1b, + 0x08, 0x75, 0x5e, 0xa4, 0xe3, 0xe6, 0x65, 0x58, 0x42, 0xf5, 0xcf, 0x8e, 0x42, 0xe2, 0xa5, 0xa1, + 0xd8, 0x28, 0x1f, 0x7d, 0x48, 0x46, 0xf9, 0x07, 0x61, 0xc1, 0xf1, 0x0c, 0xab, 0x69, 0x38, 0x94, + 0xed, 0xfd, 0x2e, 0xff, 0x1e, 0x86, 0xdb, 0x23, 0xd1, 0x8b, 0x41, 0x4c, 0x04, 0xdc, 0x2c, 0xa8, + 0x83, 0x0b, 0x5b, 0xa3, 0xa1, 0xf2, 0xc0, 0x11, 0x55, 0x43, 0x56, 0x2b, 0xbf, 0xc4, 0xb4, 0xa4, + 0x06, 0x65, 0xcb, 0xbd, 0x39, 0xf9, 0x08, 0x12, 0xfa, 0xbc, 0x06, 0xe7, 0xc8, 0x6e, 0x48, 0x7c, + 0xd7, 0x70, 0xee, 0xf8, 0xc6, 0xe6, 0xa6, 0x6d, 0x26, 0x62, 0x9e, 0xd6, 0x0e, 0xf6, 0x17, 0xcf, + 0xad, 0xe4, 0x55, 0xb8, 0xbf, 0xbf, 0xf8, 0x8e, 0xec, 0x53, 0x63, 0x51, 0x08, 0x76, 0x6e, 0x13, + 0xc6, 0x8e, 0xf9, 0xe4, 0x2e, 0x3c, 0x03, 0x8d, 0x13, 0xc4, 0xeb, 0x26, 0x2e, 0x94, 0x7d, 0x7d, + 0x1c, 0x94, 0x00, 0xf8, 0x13, 0xe4, 0x91, 0xfe, 0x0d, 0x0d, 0xce, 0x9a, 0x8e, 0x4d, 0xdc, 0x30, + 0x15, 0xe5, 0xcc, 0x97, 0xc6, 0x4b, 0xe5, 0x42, 0xf3, 0x07, 0xc4, 0xed, 0xb4, 0x5b, 0x9e, 0xeb, + 0x12, 0x33, 0x6c, 0xe5, 0x60, 0xe7, 0xf6, 0x4e, 0x1e, 0x04, 0xe7, 0xf6, 0x86, 0x0d, 0x88, 0x95, + 0x77, 0xda, 0xea, 0x5d, 0xb1, 0x96, 0x28, 0xc3, 0x12, 0x8a, 0x9e, 0x86, 0x46, 0xcf, 0xf7, 0x86, + 0x83, 0xa0, 0xc5, 0xa2, 0xb1, 0xf8, 0x0a, 0x63, 0xea, 0xc4, 0xb5, 0xb8, 0x18, 0xab, 0x75, 0xd0, + 0x3b, 0x61, 0x8a, 0xff, 0x5c, 0xf3, 0xc9, 0xa6, 0xbd, 0x2b, 0x56, 0x1c, 0x0b, 0xee, 0xb8, 0xa6, + 0x94, 0xe3, 0x44, 0x2d, 0xf4, 0x56, 0x98, 0xb4, 0x83, 0x60, 0x48, 0xfc, 0x75, 0x7c, 0x53, 0x64, + 0x53, 0x64, 0x3e, 0xdc, 0x4e, 0x54, 0x88, 0x63, 0x38, 0xfa, 0x55, 0x0d, 0x66, 0x7c, 0xf2, 0xca, + 0xd0, 0xf6, 0x89, 0xc5, 0x88, 0x06, 0xe2, 0x1a, 0x42, 0xb7, 0xe2, 0xdd, 0x87, 0x25, 0x9c, 0xc0, + 0xca, 0x39, 0x5d, 0xba, 0x26, 0x92, 0x40, 0x9c, 0xea, 0x02, 0x9d, 0xab, 0xc0, 0xee, 0xb9, 0xb6, + 0xdb, 0x5b, 0x76, 0x7a, 0xc1, 0x42, 0x9d, 0xad, 0x5e, 0xae, 0x7a, 0xc5, 0xc5, 0x58, 0xad, 0x83, + 0xde, 0x0d, 0xd3, 0xc3, 0x80, 0xf2, 0x6e, 0x9f, 0xf0, 0x09, 0x9e, 0x8c, 0xc3, 0x24, 0xd7, 0x55, + 0x00, 0x4e, 0xd6, 0xa3, 0xd6, 0x5e, 0x54, 0x20, 0xa6, 0x19, 0x78, 0xc6, 0x07, 0xda, 0xcf, 0xf5, + 0x04, 0x04, 0xa7, 0x6a, 0x5e, 0x58, 0x86, 0x33, 0x39, 0xc3, 0x3c, 0xd1, 0x02, 0xf9, 0x76, 0x0d, + 0xde, 0x78, 0x24, 0x5b, 0xa2, 0xaf, 0x6b, 0xd0, 0x20, 0xbb, 0xa1, 0x6f, 0xc8, 0xa0, 0x4d, 0xfa, + 0x8d, 0x7a, 0x0f, 0x67, 0x11, 0x2c, 0xad, 0xc4, 0x94, 0xf8, 0x77, 0x93, 0x7b, 0x9e, 0x02, 0xc1, + 0x6a, 0x87, 0xa8, 0xd6, 0xce, 0x33, 0x82, 0xa8, 0xbe, 0x3b, 0xf1, 0x34, 0x8b, 0x80, 0x5c, 0x78, + 0x01, 0xe6, 0xd2, 0x98, 0x4f, 0x34, 0x55, 0xff, 0xa4, 0x06, 0x63, 0x6b, 0x8e, 0x71, 0x2a, 0xa9, + 0x31, 0x3f, 0x9e, 0x48, 0x49, 0x56, 0x2e, 0xd1, 0x1b, 0xeb, 0x6b, 0x61, 0x42, 0xc4, 0xad, 0x54, + 0x42, 0xc4, 0x17, 0x2b, 0xd0, 0x38, 0x3c, 0xff, 0xe1, 0x0f, 0x34, 0x98, 0x64, 0xf5, 0x4e, 0x21, + 0x4f, 0xc3, 0xc7, 0x92, 0x79, 0x1a, 0x9e, 0x2d, 0x3f, 0xa8, 0x82, 0xfc, 0x0c, 0x7f, 0x12, 0x0d, + 0x86, 0x65, 0xd8, 0xfa, 0x90, 0xfa, 0x16, 0x15, 0x1f, 0xcd, 0xe5, 0xbc, 0x84, 0x80, 0x37, 0x3d, + 0xd3, 0x70, 0x32, 0x59, 0x01, 0x0f, 0x7d, 0x90, 0xca, 0x85, 0x49, 0x22, 0xf2, 0xae, 0x44, 0xa3, + 0x29, 0xa7, 0xdb, 0x46, 0xd9, 0x5b, 0x62, 0x7a, 0x51, 0x49, 0x80, 0x63, 0x12, 0xfa, 0xef, 0xd6, + 0xa0, 0xa1, 0x7c, 0xcd, 0x9f, 0x4a, 0xc2, 0xc1, 0xab, 0xb9, 0x2f, 0xb7, 0xd4, 0x58, 0x50, 0xe6, + 0xf9, 0x13, 0xbc, 0xda, 0x12, 0x40, 0xc3, 0x8c, 0x73, 0x48, 0x57, 0x62, 0x70, 0x25, 0x17, 0xb5, + 0x08, 0x0e, 0x8f, 0x0b, 0xb0, 0x4a, 0x45, 0xff, 0xe7, 0x35, 0x98, 0x58, 0xf3, 0x3d, 0xfa, 0x8d, + 0x4f, 0x41, 0x40, 0x6c, 0x24, 0x04, 0x44, 0xc9, 0xc5, 0xcb, 0x7b, 0x5b, 0x28, 0x22, 0x3e, 0x91, + 0x12, 0x11, 0xcd, 0x4a, 0x54, 0x0e, 0x17, 0x12, 0x3f, 0xd4, 0xa0, 0x21, 0x6a, 0x9e, 0x82, 0x98, + 0x30, 0x92, 0x62, 0xe2, 0xb9, 0x2a, 0x03, 0x2b, 0x10, 0x14, 0x5f, 0xd1, 0x60, 0x5a, 0xd4, 0x58, + 0x25, 0xfd, 0x0d, 0xe2, 0xa3, 0xab, 0x30, 0x11, 0x0c, 0xd9, 0xb7, 0x14, 0x23, 0x7a, 0x4c, 0x15, + 0x15, 0xfe, 0x86, 0x61, 0xb2, 0x17, 0xc8, 0x78, 0x15, 0x25, 0x13, 0x29, 0x2f, 0xc0, 0x51, 0x63, + 0x6a, 0xd0, 0xf9, 0x9e, 0x93, 0xc9, 0x28, 0x81, 0x3d, 0x87, 0x60, 0x06, 0xa1, 0x76, 0x14, 0xfd, + 0x1b, 0x9d, 0x52, 0x31, 0x3b, 0x8a, 0x82, 0x03, 0xcc, 0xcb, 0xf5, 0x2f, 0x8c, 0xca, 0xd9, 0x66, + 0x72, 0xec, 0x3a, 0x4c, 0x9a, 0x3e, 0x31, 0x42, 0x62, 0x35, 0xf7, 0x8e, 0xd3, 0x39, 0xa6, 0xd0, + 0xb5, 0xa2, 0x16, 0x38, 0x6e, 0x4c, 0x55, 0x27, 0xf5, 0xe0, 0xa9, 0x16, 0xab, 0x99, 0x85, 0x87, + 0x4e, 0xcf, 0xc1, 0x98, 0x77, 0xd7, 0x95, 0xd1, 0x1d, 0x87, 0x12, 0x66, 0x43, 0xb9, 0x4d, 0x6b, + 0x63, 0xde, 0x48, 0xcd, 0x81, 0x32, 0x7a, 0x48, 0x0e, 0x94, 0x3e, 0x4c, 0xf4, 0xd9, 0x67, 0xa8, + 0x96, 0x96, 0x32, 0xf1, 0x45, 0xd5, 0x2c, 0xe1, 0x0c, 0x35, 0x8e, 0x68, 0x50, 0x25, 0x98, 0xea, + 0x69, 0xc1, 0xc0, 0x30, 0x89, 0xaa, 0x04, 0xdf, 0x8a, 0x0a, 0x71, 0x0c, 0x47, 0xf7, 0x92, 0xe9, + 0x75, 0x26, 0x2a, 0xb8, 0x39, 0x45, 0xff, 0x94, 0x8c, 0x3a, 0x7c, 0xf2, 0x0b, 0x53, 0xec, 0x7c, + 0x69, 0x54, 0xb2, 0xa9, 0x10, 0xfc, 0xf9, 0xcf, 0x67, 0x69, 0xa5, 0x9e, 0xcf, 0x7a, 0x07, 0x8c, + 0x0d, 0xb6, 0x8c, 0x20, 0xe2, 0xd5, 0x28, 0xa5, 0xfd, 0xd8, 0x1a, 0x2d, 0xbc, 0xbf, 0xbf, 0x38, + 0x25, 0x48, 0xb3, 0xdf, 0x98, 0xd7, 0x45, 0x43, 0x38, 0x13, 0x84, 0x86, 0x43, 0xba, 0xb6, 0x70, + 0x1f, 0x05, 0xa1, 0xd1, 0x1f, 0x94, 0xc8, 0x4c, 0xcf, 0xa3, 0x9f, 0xb3, 0xa8, 0x70, 0x1e, 0x7e, + 0xf4, 0x59, 0x0d, 0x16, 0x58, 0xf9, 0xf2, 0x30, 0xf4, 0xf8, 0x2b, 0x1e, 0x31, 0xf1, 0x93, 0x9f, + 0xdb, 0x32, 0x63, 0xbf, 0x5b, 0x80, 0x0f, 0x17, 0x52, 0x42, 0xaf, 0xc2, 0x39, 0xc7, 0x08, 0xc2, + 0x65, 0x33, 0xb4, 0x77, 0xec, 0x70, 0x2f, 0xee, 0xc2, 0xc9, 0x9f, 0x12, 0x63, 0xe1, 0x21, 0x37, + 0xf3, 0x90, 0xe1, 0x7c, 0x1a, 0xfa, 0xff, 0xd1, 0x00, 0x65, 0x59, 0x08, 0xf5, 0xa1, 0x6e, 0x91, + 0x4d, 0x63, 0xe8, 0x84, 0x91, 0x26, 0x50, 0x39, 0xf9, 0x93, 0x94, 0xce, 0x6d, 0x81, 0x18, 0x4b, + 0x12, 0x68, 0x00, 0x93, 0x77, 0xb7, 0xec, 0x90, 0x38, 0x76, 0x10, 0x3e, 0xa8, 0x64, 0x53, 0x52, + 0xf9, 0x79, 0x39, 0xc2, 0x8c, 0x63, 0x22, 0xfa, 0x2f, 0x8f, 0x40, 0xfd, 0x04, 0x6f, 0xb4, 0x0e, + 0x01, 0x89, 0xc4, 0x14, 0x54, 0x63, 0x22, 0x55, 0x9c, 0x66, 0x4c, 0xad, 0x69, 0x65, 0x90, 0xe1, + 0x1c, 0x02, 0xe8, 0x55, 0x38, 0x6b, 0xbb, 0x9b, 0xbe, 0x11, 0x84, 0xfe, 0xd0, 0x0c, 0x87, 0x3e, + 0xa9, 0x92, 0x13, 0x9f, 0x79, 0x1a, 0x3a, 0x39, 0xe8, 0x70, 0x2e, 0x11, 0xb4, 0x09, 0x13, 0x77, + 0x3d, 0x7f, 0x9b, 0x0a, 0xd0, 0xd1, 0x0a, 0x8f, 0x2e, 0xbd, 0xcc, 0x70, 0xc4, 0x92, 0x93, 0xff, + 0x0e, 0x70, 0x84, 0x5c, 0xff, 0x43, 0x0d, 0xc6, 0xf8, 0x6d, 0xbb, 0xd7, 0x87, 0x95, 0xc5, 0xfa, + 0x5a, 0x98, 0xe7, 0x99, 0xda, 0x3e, 0xac, 0xc6, 0xeb, 0xc5, 0xf6, 0x61, 0x9d, 0x2d, 0x50, 0x69, + 0xfe, 0x70, 0x44, 0x0c, 0x86, 0xe9, 0x0c, 0x1d, 0x38, 0x23, 0xd4, 0xdf, 0x9b, 0xf6, 0x26, 0xa1, + 0x0c, 0xd6, 0x36, 0xf6, 0x02, 0x71, 0xdb, 0x9d, 0x89, 0xde, 0x56, 0x16, 0x8c, 0xf3, 0xda, 0xa0, + 0xdf, 0xd1, 0xe8, 0xee, 0x1c, 0xfa, 0xb6, 0x59, 0x2d, 0x79, 0xb2, 0xec, 0xdc, 0xd2, 0x2a, 0xc7, + 0xc6, 0xdd, 0x07, 0xeb, 0xf1, 0x36, 0xcd, 0x4a, 0xef, 0xef, 0x2f, 0x2e, 0xe6, 0xb8, 0x27, 0x23, + 0x87, 0x3a, 0x9d, 0xda, 0xcf, 0xfc, 0xf8, 0xd0, 0x2a, 0xcc, 0xb9, 0x1f, 0x75, 0x19, 0x5d, 0x87, + 0xb1, 0xc0, 0xf4, 0x06, 0xe4, 0x24, 0x29, 0xe1, 0xe5, 0x0c, 0x77, 0x69, 0x4b, 0xcc, 0x11, 0x5c, + 0xf8, 0x04, 0x4c, 0xa9, 0x3d, 0xcf, 0x71, 0x4f, 0xb4, 0x55, 0xf7, 0xc4, 0x89, 0x4f, 0xf1, 0x54, + 0x77, 0xc6, 0xef, 0xd5, 0x40, 0x3c, 0x99, 0x78, 0x8c, 0x23, 0x8c, 0x4f, 0x44, 0x59, 0x54, 0xab, + 0xbc, 0x13, 0x99, 0x7e, 0x1a, 0x3e, 0x9e, 0x04, 0x35, 0x91, 0x2a, 0xf2, 0x64, 0xfa, 0xb2, 0x91, + 0x0a, 0x39, 0xab, 0xf9, 0xd0, 0x1e, 0x76, 0xc2, 0xb2, 0x1f, 0x6a, 0x30, 0x95, 0x48, 0x08, 0xd7, + 0x87, 0x11, 0x5f, 0xfa, 0x02, 0xca, 0x9e, 0xf1, 0x44, 0xd1, 0x4d, 0x8f, 0x1d, 0x52, 0x09, 0x53, + 0x3a, 0x32, 0x77, 0x5c, 0xed, 0x01, 0xe5, 0x8e, 0xd3, 0xbf, 0xac, 0xc1, 0xf9, 0x68, 0x40, 0xc9, + 0x44, 0x24, 0xe8, 0x32, 0xd4, 0x8d, 0x81, 0xcd, 0x3c, 0xbf, 0xaa, 0xf3, 0x7c, 0x79, 0xad, 0xc3, + 0xca, 0xb0, 0x84, 0xa2, 0xb7, 0x41, 0x3d, 0x62, 0x3d, 0xa1, 0xf9, 0x49, 0xb9, 0x25, 0x4f, 0xad, + 0x64, 0x0d, 0xf4, 0xa4, 0x92, 0xe9, 0x76, 0x2c, 0xde, 0xa8, 0x25, 0x61, 0x7e, 0xc6, 0xad, 0x7f, + 0x71, 0x04, 0xa6, 0xb9, 0xa7, 0xa4, 0x69, 0xbb, 0x96, 0xed, 0xf6, 0x4e, 0x61, 0x83, 0x48, 0xbc, + 0x35, 0x5e, 0x7b, 0x50, 0x6f, 0x8d, 0xdf, 0x80, 0xf1, 0x57, 0xa8, 0xa4, 0x8a, 0x18, 0xfc, 0x58, + 0x02, 0x43, 0x32, 0x2f, 0x13, 0x72, 0x01, 0x16, 0x28, 0x50, 0xa8, 0x3c, 0xf9, 0x5e, 0xe5, 0x32, + 0x79, 0x62, 0x6a, 0x65, 0xca, 0xea, 0xa9, 0xfc, 0xf7, 0xde, 0x59, 0x0e, 0xd6, 0x44, 0x8b, 0xd7, + 0x4b, 0x0e, 0xd6, 0x44, 0xa7, 0x0b, 0xf6, 0xb9, 0x67, 0xe0, 0x5c, 0xee, 0x6c, 0x1c, 0xad, 0x19, + 0xea, 0xdf, 0xad, 0x01, 0x7b, 0x8a, 0xf9, 0x14, 0x78, 0xf3, 0x63, 0x09, 0xe5, 0xe5, 0xf9, 0xf2, + 0x59, 0x60, 0x8b, 0xdc, 0x3f, 0xbd, 0x94, 0xfb, 0xe7, 0x7d, 0xe5, 0x49, 0x1c, 0xee, 0xfb, 0xf9, + 0x46, 0x0d, 0x80, 0x56, 0xe3, 0x8f, 0x56, 0x8b, 0xc0, 0x50, 0xce, 0xd1, 0x5a, 0x52, 0x7a, 0x64, + 0x39, 0xf1, 0x34, 0x0f, 0xaf, 0x75, 0xf9, 0xf2, 0xf0, 0x48, 0x7c, 0xc8, 0x90, 0x7c, 0x75, 0x38, + 0x29, 0x31, 0x46, 0x1f, 0x90, 0xc4, 0xd0, 0xbf, 0xab, 0x01, 0x7b, 0x91, 0xa6, 0x7d, 0xab, 0x8b, + 0xde, 0x0d, 0xd3, 0x36, 0x3f, 0xc5, 0x6d, 0xab, 0x29, 0xfb, 0xd8, 0x49, 0x53, 0x47, 0x05, 0xe0, + 0x64, 0x3d, 0xe4, 0x2a, 0xf3, 0x5a, 0xe5, 0xc5, 0x78, 0xd1, 0x91, 0x23, 0x65, 0xc4, 0x4f, 0x6a, + 0x30, 0x9b, 0xaa, 0x7b, 0x0c, 0xdb, 0xea, 0xe1, 0x88, 0x5c, 0x25, 0xd3, 0xfd, 0xc8, 0x29, 0x64, + 0xba, 0x97, 0x49, 0xe7, 0x47, 0x1f, 0x72, 0xd2, 0xf9, 0xef, 0x6b, 0xc0, 0x1e, 0x23, 0x3f, 0x05, + 0xf1, 0xfb, 0xd1, 0xa4, 0xf8, 0x7d, 0xa6, 0x34, 0xef, 0x14, 0x48, 0xdd, 0xbf, 0xd4, 0x80, 0xe5, + 0xa0, 0x16, 0xa1, 0x2b, 0x4a, 0x34, 0x88, 0x56, 0x10, 0x0d, 0xf2, 0x84, 0x08, 0x26, 0x49, 0x39, + 0x42, 0x95, 0x80, 0x92, 0xb7, 0x29, 0xf1, 0x22, 0x23, 0x49, 0x51, 0x92, 0x8d, 0x19, 0x41, 0xaf, + 0xc2, 0x74, 0xb0, 0xe5, 0x79, 0x61, 0xe4, 0x92, 0x10, 0x5f, 0xaf, 0x59, 0x3e, 0x96, 0x3b, 0x1a, + 0x0b, 0x5f, 0x9d, 0x5d, 0x15, 0x39, 0x4e, 0xd2, 0xd2, 0x7f, 0x5f, 0x0c, 0xff, 0x04, 0x4b, 0xe5, + 0x14, 0x45, 0xdf, 0x5b, 0x52, 0xa2, 0xaf, 0xe8, 0xd1, 0xf5, 0xdf, 0x16, 0xa3, 0x90, 0xa9, 0xc3, + 0x07, 0x30, 0xed, 0xa8, 0xef, 0x08, 0x09, 0xc6, 0x2c, 0xf5, 0x04, 0x91, 0xcc, 0x1e, 0x98, 0x28, + 0xc6, 0x49, 0x02, 0x54, 0x3e, 0x46, 0x9d, 0xe7, 0x8f, 0x23, 0xf3, 0x17, 0x31, 0xd8, 0x17, 0x58, + 0x53, 0x01, 0x38, 0x59, 0x4f, 0xff, 0x66, 0x0d, 0x2e, 0xf1, 0xbe, 0xb3, 0x28, 0xfa, 0x36, 0x19, + 0x10, 0xd7, 0x22, 0xae, 0xb9, 0xc7, 0xf4, 0x60, 0xcb, 0xeb, 0xa1, 0xcf, 0x6a, 0x50, 0x8f, 0x4e, + 0xcc, 0xc4, 0x40, 0x3e, 0x5c, 0x21, 0xfb, 0x7a, 0x01, 0x19, 0x79, 0x60, 0xc7, 0xd3, 0xd8, 0x89, + 0x5f, 0x58, 0x52, 0x46, 0xbb, 0x30, 0x36, 0xf0, 0xbd, 0x8d, 0xc8, 0x06, 0x7c, 0xf9, 0xc1, 0x77, + 0x61, 0x8d, 0xa2, 0xe7, 0x2b, 0x8e, 0xfd, 0x8b, 0x39, 0x41, 0x1d, 0xc3, 0x93, 0xc7, 0xea, 0x3a, + 0x7a, 0x2a, 0x9d, 0xb8, 0x59, 0x3a, 0x7c, 0x32, 0x69, 0xb0, 0x6e, 0x83, 0x7e, 0x74, 0x5f, 0x4e, + 0x82, 0xf0, 0x03, 0xf0, 0x66, 0x05, 0xe1, 0xca, 0xae, 0x49, 0x82, 0xa0, 0x65, 0x0c, 0x0c, 0x93, + 0x1a, 0xc0, 0xec, 0xc6, 0x32, 0x77, 0x4e, 0x9f, 0x00, 0xe5, 0xa7, 0x6b, 0xb0, 0xa8, 0xe0, 0x4c, + 0xc4, 0x70, 0x45, 0xd2, 0xe3, 0x6b, 0x1a, 0x34, 0x0c, 0xd7, 0xf5, 0x42, 0x43, 0x3d, 0x32, 0x25, + 0x55, 0x3f, 0x4e, 0x1e, 0xad, 0xa5, 0xe5, 0x98, 0x4e, 0x2a, 0x42, 0x42, 0x81, 0x60, 0xb5, 0x3b, + 0x17, 0x5e, 0x80, 0xb9, 0x74, 0xab, 0x13, 0x59, 0xba, 0x2d, 0x38, 0xaf, 0xf4, 0x8a, 0x1d, 0xc1, + 0xb4, 0xb6, 0x88, 0xb9, 0x1d, 0x9c, 0x64, 0x1e, 0x9b, 0x54, 0xb3, 0x96, 0x48, 0x94, 0xa7, 0x0d, + 0x9e, 0x82, 0x89, 0x1d, 0x3b, 0xb0, 0xa3, 0x4c, 0x04, 0x0a, 0x8e, 0x97, 0x78, 0x31, 0x8e, 0xe0, + 0xfa, 0x8b, 0x70, 0x46, 0xc5, 0xc1, 0x84, 0xe8, 0xad, 0xee, 0x49, 0x7a, 0xb1, 0x0a, 0x4f, 0x28, + 0x18, 0x72, 0xef, 0x4f, 0x9e, 0x04, 0xdd, 0xb7, 0xea, 0x91, 0xcc, 0x13, 0xb7, 0x6f, 0xbe, 0xa7, + 0xc1, 0xa3, 0xa4, 0x88, 0xed, 0x84, 0xdc, 0xf8, 0x50, 0x55, 0xbe, 0x28, 0xe4, 0x6b, 0x91, 0xbd, + 0xab, 0x08, 0x8c, 0x8b, 0xbb, 0x86, 0xee, 0x25, 0xde, 0xf5, 0xa8, 0x55, 0xb2, 0x26, 0x73, 0xbe, + 0xf2, 0x61, 0xaf, 0x7a, 0x20, 0x1f, 0xea, 0x81, 0xf8, 0x96, 0x95, 0xae, 0x79, 0xe7, 0xf0, 0x86, + 0x08, 0x12, 0x15, 0xbf, 0xb0, 0xa4, 0x83, 0xbe, 0xa5, 0xc1, 0x59, 0x27, 0x67, 0x7d, 0x89, 0x8d, + 0xff, 0xce, 0xc3, 0x58, 0xbb, 0xdc, 0xf1, 0x9e, 0x07, 0xc1, 0xb9, 0x7d, 0x41, 0xff, 0xb0, 0xf0, + 0x42, 0xf1, 0x58, 0x85, 0x67, 0xd5, 0x8e, 0x5a, 0x00, 0x25, 0xee, 0x16, 0xff, 0x02, 0x34, 0xbc, + 0x58, 0x2c, 0x88, 0x4b, 0xe0, 0x37, 0xaa, 0xf6, 0x4e, 0x91, 0x34, 0xfc, 0x28, 0x53, 0x29, 0xc0, + 0x2a, 0x41, 0xf4, 0x15, 0x0d, 0x90, 0x95, 0xd9, 0x3e, 0xc4, 0x71, 0x2a, 0x7e, 0xf0, 0x9b, 0x24, + 0x3f, 0xbb, 0xc9, 0x96, 0xe3, 0x9c, 0x5e, 0xe8, 0xff, 0x7a, 0x82, 0x2b, 0xea, 0xcc, 0x75, 0x6e, + 0xc2, 0xf8, 0x06, 0xb3, 0x75, 0x85, 0x30, 0x28, 0x6f, 0x59, 0x73, 0x93, 0x99, 0x5b, 0xa2, 0xfc, + 0x7f, 0x2c, 0x50, 0xa3, 0x25, 0x80, 0x0d, 0xc7, 0x33, 0xb7, 0x5b, 0x9d, 0x36, 0x8e, 0x94, 0x20, + 0xb6, 0x00, 0x9b, 0xb2, 0x14, 0x2b, 0x35, 0xd0, 0x47, 0x60, 0xc4, 0x92, 0xe6, 0xd1, 0x73, 0x55, + 0x2c, 0xc3, 0x38, 0x6c, 0x9f, 0x2e, 0x37, 0x8a, 0x15, 0x79, 0x50, 0x77, 0x85, 0x2e, 0x2c, 0x16, + 0x57, 0xf9, 0x67, 0x6b, 0xa4, 0x52, 0x2d, 0x75, 0xf9, 0xa8, 0x04, 0x4b, 0x22, 0x94, 0xa0, 0x34, + 0x76, 0xc7, 0x2a, 0x12, 0x94, 0x96, 0xee, 0x61, 0x7e, 0x88, 0x35, 0xd5, 0x6e, 0x1d, 0x3f, 0xbe, + 0xdd, 0x3a, 0x5d, 0x68, 0xb3, 0x6e, 0xc2, 0x78, 0xc8, 0x9f, 0xce, 0x9f, 0xa8, 0x10, 0x7d, 0x45, + 0x07, 0xc0, 0xde, 0xd6, 0x8f, 0x75, 0x76, 0xf1, 0xf0, 0xbe, 0xc0, 0x4e, 0xb9, 0x71, 0x87, 0xbd, + 0x2a, 0x26, 0x52, 0x0b, 0x96, 0xe7, 0x46, 0xfe, 0x38, 0x19, 0xe7, 0x46, 0xfe, 0x3f, 0x16, 0xa8, + 0xd1, 0x36, 0xb5, 0xc4, 0xf8, 0xfe, 0x28, 0x12, 0x21, 0x2c, 0x57, 0x5d, 0x91, 0x41, 0x14, 0xfc, + 0xcf, 0x7f, 0x61, 0x49, 0x00, 0x99, 0x30, 0x21, 0x5c, 0x1f, 0x22, 0x3f, 0xf6, 0x73, 0x55, 0xde, + 0x28, 0x88, 0xde, 0xdc, 0xe3, 0x57, 0x92, 0x23, 0xcc, 0xfa, 0x7f, 0x1a, 0xe5, 0x5e, 0xab, 0x9f, + 0x62, 0xbc, 0x5c, 0x0f, 0xea, 0x11, 0xb2, 0x4a, 0x6e, 0xc0, 0xe8, 0xa9, 0x17, 0x3e, 0xa1, 0xf2, + 0xe1, 0x17, 0x89, 0x1c, 0xb5, 0xf2, 0xae, 0x1a, 0x29, 0xe9, 0xd7, 0x8e, 0x75, 0xcd, 0x28, 0x3f, + 0xb0, 0x64, 0xb4, 0x54, 0x60, 0xc9, 0xf3, 0x30, 0x1b, 0xc5, 0xde, 0x59, 0x84, 0x1d, 0x6d, 0x89, + 0xe8, 0x74, 0x76, 0xc5, 0xb6, 0x95, 0x04, 0xe1, 0x74, 0x5d, 0xf4, 0x6d, 0x0d, 0xde, 0xcc, 0x23, + 0xe3, 0x5b, 0x74, 0x2b, 0x63, 0xef, 0xae, 0x91, 0xf8, 0xa1, 0xb7, 0x38, 0xe8, 0x62, 0xfc, 0xc4, + 0x41, 0x17, 0x97, 0x0f, 0xf6, 0x17, 0xdf, 0xdc, 0x3a, 0x06, 0x6e, 0x7c, 0xac, 0x1e, 0xe8, 0x37, + 0x60, 0x52, 0x2e, 0x61, 0x74, 0x49, 0x51, 0xd8, 0x63, 0x29, 0x7b, 0x83, 0xec, 0x71, 0xed, 0x7d, + 0x31, 0xa1, 0xbd, 0x73, 0xfb, 0xed, 0x25, 0x5a, 0x20, 0x14, 0x79, 0xfd, 0xbf, 0x6a, 0x9c, 0x67, + 0xc5, 0x1b, 0x85, 0x06, 0x34, 0xfa, 0x3c, 0xf3, 0x1c, 0xbb, 0x18, 0xa8, 0x95, 0xbf, 0x92, 0xb8, + 0x1a, 0xa3, 0xc1, 0x2a, 0x4e, 0xb4, 0x9b, 0x7d, 0x48, 0xf3, 0x5a, 0x45, 0xf9, 0x72, 0xec, 0xf7, + 0x34, 0x51, 0xb6, 0x8d, 0xfa, 0x02, 0xa1, 0x76, 0xf8, 0x0b, 0x84, 0x47, 0xbf, 0x20, 0xa5, 0x7f, + 0x6f, 0x04, 0x72, 0x5f, 0x0f, 0x40, 0x3a, 0x8c, 0xf3, 0x3b, 0x0e, 0xea, 0x13, 0xa3, 0xfc, 0x02, + 0x04, 0x16, 0x10, 0xe4, 0xc3, 0x59, 0x71, 0x81, 0xe0, 0x06, 0xd9, 0x8b, 0x9f, 0xb6, 0x14, 0x0b, + 0xf9, 0xf8, 0x61, 0xc4, 0x2c, 0x25, 0x55, 0x37, 0x85, 0x09, 0xe7, 0xe2, 0x46, 0xb7, 0xf9, 0x8d, + 0x1e, 0xd7, 0x62, 0x49, 0x5b, 0x62, 0x76, 0x13, 0x77, 0x14, 0x1f, 0x8d, 0x6e, 0xf4, 0x64, 0x2a, + 0xe0, 0xfc, 0x76, 0x68, 0x07, 0x50, 0xdf, 0xd8, 0x4d, 0x63, 0xab, 0x90, 0xb4, 0x7c, 0x35, 0x83, + 0x0d, 0xe7, 0x50, 0xa0, 0xeb, 0xdf, 0x30, 0x4d, 0x32, 0x08, 0x89, 0xc5, 0xa7, 0x35, 0xba, 0x24, + 0xcf, 0xd6, 0xff, 0x72, 0x12, 0x84, 0xd3, 0x75, 0x59, 0x28, 0x3f, 0xb3, 0x07, 0x5e, 0x27, 0x41, + 0x26, 0xac, 0xaf, 0x0f, 0x39, 0x94, 0x9f, 0xd3, 0x38, 0xfc, 0xa4, 0xe6, 0x43, 0x70, 0x9e, 0x55, + 0x5b, 0xb6, 0x98, 0x09, 0x10, 0x10, 0x6b, 0xd9, 0xb2, 0xd8, 0xf5, 0xba, 0xaa, 0x4f, 0x83, 0xea, + 0xff, 0xb2, 0x06, 0xb3, 0x0c, 0x77, 0x6b, 0x19, 0x0b, 0x2f, 0x05, 0x6a, 0x47, 0xe1, 0x83, 0x1c, + 0xeb, 0x52, 0x3a, 0x7c, 0xf0, 0x12, 0x6f, 0xe0, 0x13, 0x26, 0xd7, 0x0d, 0x27, 0x88, 0x5a, 0x26, + 0xe2, 0x09, 0x7d, 0x40, 0x8e, 0x11, 0x84, 0xfc, 0xa5, 0xa6, 0x48, 0xb8, 0x96, 0x08, 0x27, 0x64, + 0xfc, 0x79, 0x33, 0x83, 0x09, 0xe7, 0x60, 0x8f, 0x68, 0xb6, 0xbc, 0xfe, 0xc0, 0x21, 0x92, 0x66, + 0xad, 0x3c, 0xcd, 0x24, 0x26, 0x9c, 0x83, 0x5d, 0xff, 0x92, 0x06, 0x73, 0xe9, 0x09, 0x41, 0x77, + 0xa1, 0xee, 0x8b, 0x49, 0x11, 0xfc, 0xbd, 0x5a, 0x9e, 0x3b, 0x72, 0x66, 0x5a, 0x3c, 0x17, 0x22, + 0x7e, 0x61, 0x49, 0x4c, 0xff, 0x9d, 0x51, 0x58, 0x28, 0x6a, 0x84, 0x7e, 0x4d, 0x83, 0xf3, 0x66, + 0xbc, 0xef, 0x2d, 0x0f, 0xc3, 0x2d, 0xcf, 0xb7, 0x43, 0x9b, 0x44, 0x0f, 0x11, 0xb7, 0x2b, 0x74, + 0x52, 0xf2, 0x0f, 0x4f, 0xde, 0xd1, 0xca, 0xa5, 0x83, 0x0b, 0xe8, 0xa3, 0x4f, 0x02, 0x6c, 0xc7, + 0x09, 0xb1, 0x6a, 0x15, 0xde, 0x36, 0x65, 0xbd, 0x51, 0xb2, 0x66, 0x45, 0xbd, 0x62, 0x46, 0x98, + 0x52, 0xae, 0xd0, 0x63, 0x2f, 0xab, 0x06, 0x5b, 0x37, 0xc8, 0xde, 0xc0, 0xb0, 0xfd, 0x4a, 0x2f, + 0xab, 0xf2, 0xe5, 0xdc, 0xbd, 0x2e, 0x70, 0x25, 0xa9, 0x2b, 0xe5, 0x0a, 0x3d, 0xf4, 0xcb, 0x1a, + 0x4c, 0x73, 0x65, 0x4b, 0x44, 0xe9, 0x08, 0x49, 0x7e, 0xbb, 0x7c, 0x0f, 0x6e, 0xab, 0xe8, 0x64, + 0x27, 0x98, 0x33, 0x3e, 0x09, 0x4a, 0x12, 0xd6, 0x7f, 0xb1, 0x06, 0x8f, 0x14, 0x4c, 0x60, 0xc1, + 0x82, 0xd6, 0xfe, 0xca, 0x2d, 0xe8, 0x1f, 0x68, 0x30, 0xc9, 0xe6, 0xe0, 0xf5, 0x12, 0x3c, 0xc8, + 0x3a, 0x5b, 0x70, 0xbc, 0xf7, 0x07, 0x1a, 0xcc, 0x67, 0xf2, 0x1b, 0x1d, 0x63, 0xdb, 0x38, 0xc5, + 0x43, 0xae, 0x27, 0xd3, 0x0f, 0x82, 0x36, 0x72, 0x13, 0x9f, 0xbd, 0x0c, 0xd3, 0x89, 0xc3, 0x3d, + 0x79, 0xa9, 0x5d, 0xcb, 0xbd, 0xd4, 0xae, 0xde, 0x59, 0xaf, 0x1d, 0x7e, 0x67, 0xbd, 0x06, 0x17, + 0x8a, 0x17, 0xcd, 0x5f, 0x1b, 0xb6, 0x97, 0x4b, 0x3f, 0x2b, 0xbd, 0xfe, 0xda, 0xcc, 0xc1, 0xbf, + 0x98, 0x11, 0x4b, 0x9f, 0xf9, 0x0b, 0x3f, 0x06, 0xe3, 0x2c, 0xc7, 0x40, 0xb4, 0x3b, 0xbe, 0xb7, + 0x7c, 0xf2, 0x82, 0x80, 0xdb, 0x22, 0xfc, 0x7f, 0x2c, 0xd0, 0xa2, 0x36, 0xcc, 0x99, 0x8e, 0x37, + 0xb4, 0xd6, 0x7c, 0x6f, 0xd3, 0x76, 0xc8, 0xad, 0xd8, 0xec, 0x91, 0xb9, 0x92, 0x5a, 0x29, 0x38, + 0xce, 0xb4, 0x40, 0x5d, 0xd5, 0x83, 0xf8, 0x9e, 0xb2, 0x31, 0x0f, 0x3c, 0xfd, 0xad, 0xf4, 0x1c, + 0xfa, 0x00, 0x24, 0x5a, 0xc5, 0x51, 0xe8, 0xf9, 0x0b, 0x25, 0xf3, 0x40, 0x49, 0x61, 0x10, 0x29, + 0xec, 0xb2, 0x28, 0xc0, 0x0a, 0x15, 0x14, 0x40, 0x63, 0x2b, 0x7e, 0xd4, 0x55, 0xf8, 0x0f, 0x5f, + 0xac, 0xfa, 0xa2, 0x2c, 0xb7, 0x94, 0x95, 0x02, 0xac, 0x52, 0x41, 0x01, 0x57, 0x3c, 0xb8, 0xcf, + 0xa4, 0xd2, 0x0b, 0x80, 0xb1, 0x37, 0x26, 0x1e, 0x69, 0x5c, 0x86, 0x15, 0x32, 0x94, 0xa8, 0x2b, + 0x53, 0x85, 0x08, 0x57, 0x79, 0x39, 0xa2, 0x71, 0xc6, 0x91, 0x98, 0x68, 0x5c, 0x86, 0x15, 0x32, + 0x74, 0x7a, 0xfb, 0x71, 0x82, 0x18, 0xe1, 0x75, 0x7c, 0xb1, 0x6a, 0xa6, 0x1e, 0xe1, 0x88, 0x88, + 0x0b, 0xb0, 0x4a, 0x05, 0x79, 0x00, 0x7d, 0x99, 0x38, 0x46, 0xb8, 0x20, 0xcb, 0x8d, 0x34, 0xce, + 0x3f, 0xc3, 0x95, 0xa9, 0xf8, 0x37, 0x56, 0x48, 0xa0, 0x6d, 0xc5, 0x03, 0x0d, 0x15, 0x9c, 0x73, + 0xc7, 0xf2, 0x3e, 0xbf, 0x2b, 0x76, 0x6b, 0x34, 0xd8, 0xba, 0x7d, 0x4c, 0x71, 0x69, 0xdc, 0xdf, + 0x5f, 0x9c, 0x62, 0xc2, 0x24, 0xe3, 0xe2, 0x88, 0xc3, 0x3a, 0xa6, 0x0e, 0x0b, 0xeb, 0x40, 0xd7, + 0x60, 0x3e, 0x50, 0x23, 0x22, 0x99, 0x80, 0x98, 0x66, 0x4d, 0x64, 0xaa, 0xa1, 0x6e, 0xba, 0x02, + 0xce, 0xb6, 0xe1, 0x9b, 0x21, 0xb1, 0x58, 0xfb, 0x19, 0x75, 0x33, 0xe4, 0x65, 0x58, 0x42, 0x33, + 0x8f, 0xdd, 0xcf, 0x9e, 0xd6, 0x63, 0xf7, 0x9f, 0x54, 0x5f, 0x37, 0x9f, 0xab, 0x70, 0x1b, 0xa1, + 0xcc, 0xf3, 0xe6, 0xe9, 0xa7, 0xf6, 0xe7, 0x4f, 0xe9, 0xa9, 0x7d, 0xd4, 0x82, 0x79, 0xb2, 0x3b, + 0xf0, 0x82, 0xa1, 0x4f, 0x58, 0xba, 0x32, 0xf6, 0x85, 0x50, 0xec, 0xe1, 0x5d, 0x49, 0x03, 0x71, + 0xb6, 0x3e, 0xfa, 0x82, 0x06, 0x73, 0xfc, 0x85, 0x15, 0xba, 0x9d, 0x79, 0x2e, 0x71, 0xc3, 0x60, + 0xe1, 0x4c, 0x85, 0xd4, 0x7d, 0xdd, 0x14, 0x32, 0xe1, 0xec, 0x4a, 0x95, 0xe2, 0x0c, 0x51, 0xfd, + 0xdf, 0x6a, 0x00, 0xd2, 0xa1, 0x41, 0x4e, 0xc1, 0xcb, 0x43, 0x12, 0x5e, 0x9e, 0x56, 0x35, 0x0f, + 0x0c, 0x29, 0xbc, 0x4f, 0xf4, 0xc7, 0x1a, 0xcc, 0xc4, 0xd5, 0x4e, 0xc1, 0x2e, 0xb0, 0x92, 0x76, + 0xc1, 0xfb, 0x2a, 0x0e, 0xac, 0xc0, 0x38, 0xf8, 0x7f, 0x35, 0x75, 0x58, 0x4c, 0xe7, 0xb9, 0xab, + 0x9c, 0x6d, 0xf0, 0xd3, 0x94, 0xce, 0x03, 0x7b, 0xc6, 0x3e, 0x1e, 0x71, 0xce, 0x59, 0xc7, 0xa7, + 0x12, 0x0a, 0x47, 0x95, 0xeb, 0x48, 0x52, 0xbb, 0x88, 0x68, 0xf3, 0x29, 0x38, 0x4a, 0xfb, 0xf0, + 0x55, 0x01, 0xc4, 0x6f, 0x08, 0x2c, 0x97, 0xbc, 0x02, 0xa3, 0x0c, 0xf9, 0x50, 0xb1, 0xa3, 0x7f, + 0x63, 0x0a, 0x1a, 0x8a, 0x03, 0xf0, 0xa7, 0x72, 0x9a, 0x35, 0x84, 0x86, 0xe9, 0xb9, 0x41, 0xe8, + 0x1b, 0x4a, 0xce, 0x8b, 0xaa, 0x44, 0xa5, 0xe4, 0x6b, 0xc5, 0xa8, 0xb1, 0x4a, 0x87, 0xee, 0xd3, + 0x92, 0xd1, 0x46, 0x1e, 0xc4, 0x21, 0xda, 0x61, 0xcc, 0xf5, 0x4e, 0x80, 0x48, 0xe7, 0x23, 0xfc, + 0x79, 0x88, 0x7a, 0x9c, 0xab, 0xbc, 0x13, 0x5c, 0x97, 0x30, 0xac, 0xd4, 0x43, 0xaf, 0xc2, 0xb4, + 0xa3, 0x66, 0x29, 0x16, 0x1a, 0x69, 0xb9, 0xc0, 0xd4, 0x44, 0xbe, 0x63, 0xee, 0x89, 0x49, 0x14, + 0xe1, 0x24, 0x2d, 0xb4, 0x0d, 0x93, 0x4e, 0x94, 0x5a, 0x5b, 0xa8, 0xa5, 0x2f, 0x94, 0x26, 0xcc, + 0xb0, 0xf0, 0x33, 0x6f, 0xf9, 0x13, 0xc7, 0xf8, 0x29, 0xdf, 0xc9, 0x1f, 0xd5, 0xce, 0xbd, 0x63, + 0x6a, 0x92, 0xef, 0x64, 0x51, 0x80, 0x15, 0x2a, 0x05, 0xe7, 0x92, 0xf5, 0x52, 0xe7, 0x92, 0x43, + 0x38, 0xe3, 0x93, 0xd0, 0xdf, 0x6b, 0xed, 0x99, 0x2c, 0x3f, 0xbe, 0x1f, 0x32, 0x63, 0x71, 0xb2, + 0xdc, 0xdd, 0x75, 0x9c, 0x45, 0x85, 0xf3, 0xf0, 0xa3, 0x8b, 0x30, 0x4a, 0x75, 0x18, 0x91, 0x3a, + 0x8a, 0x79, 0x20, 0xa8, 0x86, 0x83, 0x59, 0x29, 0x7a, 0x17, 0x34, 0x42, 0x62, 0x6e, 0xb9, 0xb6, + 0x69, 0x38, 0x9d, 0xb6, 0x50, 0x10, 0x63, 0x95, 0x20, 0x06, 0x61, 0xb5, 0x1e, 0x6a, 0xc2, 0xc8, + 0xd0, 0xb6, 0x84, 0x66, 0xf8, 0xb3, 0xd2, 0x61, 0xdf, 0x69, 0xdf, 0xdf, 0x5f, 0x7c, 0x63, 0x7c, + 0x39, 0x52, 0x8e, 0xe4, 0xca, 0x60, 0xbb, 0x77, 0x25, 0xdc, 0x1b, 0x90, 0x60, 0x69, 0xbd, 0xd3, + 0xc6, 0xb4, 0x71, 0xde, 0x39, 0xed, 0xf4, 0x09, 0xce, 0x69, 0xbf, 0xa2, 0xc1, 0x19, 0x23, 0x7d, + 0xd6, 0x40, 0x82, 0x85, 0x99, 0x0a, 0x52, 0x39, 0xff, 0x00, 0x23, 0xce, 0x73, 0xb9, 0x9c, 0xa5, + 0x87, 0xf3, 0x3a, 0x81, 0x7c, 0x40, 0x7d, 0xbb, 0x27, 0x13, 0x8e, 0x8b, 0x4f, 0x3d, 0x5b, 0xce, + 0x2f, 0xb0, 0x9a, 0xc1, 0x84, 0x73, 0xb0, 0xa3, 0x5d, 0x68, 0x98, 0xb1, 0x3f, 0x9d, 0x3d, 0x50, + 0x57, 0x5a, 0xb7, 0x4a, 0x39, 0xe7, 0x45, 0x7a, 0x1b, 0xc5, 0x5b, 0xaf, 0x92, 0xd2, 0xef, 0x42, + 0x46, 0xef, 0x42, 0x26, 0x4c, 0x50, 0x9c, 0xed, 0x5b, 0x5d, 0xa1, 0x79, 0x3c, 0x57, 0x52, 0x5a, + 0x33, 0x1c, 0xdc, 0xdd, 0x26, 0x7e, 0xe0, 0x08, 0xb3, 0x7e, 0x13, 0x20, 0xd6, 0x5a, 0x2b, 0x9f, + 0x80, 0xff, 0x97, 0x31, 0x38, 0x57, 0x35, 0xe2, 0x93, 0x65, 0x19, 0x67, 0x2f, 0x4f, 0x2e, 0x6f, + 0x86, 0xc4, 0xbf, 0x7d, 0x7b, 0x55, 0xbe, 0xca, 0x57, 0x32, 0xcd, 0x79, 0xfc, 0x76, 0x69, 0x06, + 0x23, 0x2e, 0xa0, 0xc4, 0x34, 0x76, 0xf1, 0xbe, 0x17, 0xa6, 0x6a, 0xc5, 0xd0, 0x0f, 0x42, 0x71, + 0x87, 0x92, 0x6b, 0xec, 0x69, 0x20, 0xce, 0xd6, 0x4f, 0x23, 0xe1, 0xaf, 0x60, 0xd2, 0x6d, 0x49, + 0xcb, 0x22, 0xe1, 0x4f, 0x61, 0x66, 0xeb, 0xab, 0x48, 0xf8, 0x97, 0xa2, 0x56, 0xfd, 0x58, 0x16, + 0x89, 0x04, 0xe2, 0x6c, 0x7d, 0x64, 0xc1, 0x45, 0x9f, 0x98, 0x5e, 0xbf, 0x4f, 0x5c, 0x8b, 0xbf, + 0x50, 0x61, 0xf8, 0x3d, 0xdb, 0xbd, 0xea, 0x1b, 0xac, 0x22, 0xdb, 0x79, 0xb4, 0xe6, 0x13, 0x07, + 0xfb, 0x8b, 0x17, 0xf1, 0x21, 0xf5, 0xf0, 0xa1, 0x58, 0x50, 0x1f, 0x66, 0x87, 0x2c, 0x7b, 0xae, + 0xdf, 0x71, 0x43, 0xe2, 0xef, 0x18, 0x4e, 0xc9, 0xe7, 0x5d, 0x99, 0xfc, 0x5a, 0x4f, 0xa2, 0xc2, + 0x69, 0xdc, 0x68, 0x8f, 0x6e, 0x07, 0xa2, 0x3b, 0x0a, 0xc9, 0x7a, 0xf9, 0x3c, 0xfc, 0x38, 0x8b, + 0x0e, 0xe7, 0xd1, 0xd0, 0xff, 0x81, 0x06, 0x22, 0x06, 0x8b, 0xee, 0x0e, 0x8a, 0x93, 0xbd, 0x9e, + 0x72, 0xb0, 0x5f, 0x14, 0xf7, 0x4c, 0x6a, 0x31, 0x54, 0xb9, 0x63, 0xf2, 0x16, 0xe5, 0x72, 0xee, + 0x64, 0xbc, 0x95, 0x72, 0xcc, 0x4a, 0x06, 0xea, 0xbf, 0x01, 0x13, 0x03, 0xdf, 0xee, 0x1b, 0xfe, + 0x9e, 0xd0, 0x6a, 0xa6, 0x79, 0xa6, 0x31, 0xd3, 0xdf, 0x1b, 0x50, 0x75, 0x26, 0x82, 0xea, 0x3f, + 0xd4, 0x40, 0xb4, 0x66, 0x69, 0xcf, 0x8f, 0x95, 0x33, 0xfb, 0xc8, 0x48, 0x0c, 0x25, 0x6b, 0xf7, + 0x48, 0x51, 0xd6, 0xee, 0x87, 0x95, 0x02, 0xfb, 0x7b, 0x1a, 0xcc, 0x26, 0x6f, 0x4a, 0x07, 0xe8, + 0x49, 0x98, 0x10, 0xd9, 0x4c, 0x44, 0x3e, 0x04, 0x7e, 0x4d, 0x8c, 0x17, 0xe1, 0x08, 0x96, 0x74, + 0x35, 0x54, 0xb1, 0x34, 0xf2, 0x6f, 0x6c, 0x1f, 0xa1, 0xf3, 0xef, 0xcf, 0xc0, 0x38, 0x4f, 0xbf, + 0x81, 0x7e, 0x29, 0xf7, 0xee, 0xc2, 0xcd, 0x0a, 0x19, 0x3e, 0x4a, 0x5c, 0x51, 0x48, 0x64, 0x67, + 0xad, 0x1d, 0x9a, 0x9d, 0xb5, 0xcb, 0xb3, 0xf2, 0x57, 0xf1, 0x34, 0xb7, 0x70, 0x47, 0xbc, 0x3c, + 0x27, 0x32, 0xf2, 0xa3, 0x61, 0xc2, 0x01, 0x3b, 0x5a, 0x61, 0x6b, 0xe5, 0x53, 0xa0, 0xb8, 0x61, + 0x67, 0x0e, 0x71, 0xc1, 0xc6, 0xe9, 0x0e, 0xc6, 0x2a, 0x84, 0x47, 0x89, 0x59, 0x3f, 0x46, 0xba, + 0x03, 0xb9, 0x9a, 0xc6, 0x0b, 0x57, 0x53, 0x0f, 0x26, 0xc4, 0x7a, 0x10, 0xd2, 0xf1, 0xb9, 0x2a, + 0x39, 0xf7, 0x95, 0x34, 0x59, 0xbc, 0x00, 0x47, 0xd8, 0xe9, 0x9e, 0xdb, 0x37, 0x76, 0xed, 0xfe, + 0xb0, 0xcf, 0x64, 0xe2, 0x98, 0x5a, 0x95, 0x15, 0xe3, 0x08, 0xce, 0xaa, 0xf2, 0xb8, 0x32, 0xa6, + 0x4d, 0xab, 0x55, 0xc5, 0xe3, 0xa9, 0x11, 0x1c, 0x7d, 0x18, 0xea, 0x7d, 0x63, 0xb7, 0x3b, 0xf4, + 0x7b, 0x44, 0x78, 0x5e, 0x8b, 0xbd, 0x3d, 0xc3, 0xd0, 0x76, 0x96, 0xa8, 0x1d, 0x18, 0xfa, 0x4b, + 0x1d, 0x37, 0xbc, 0xed, 0x77, 0x43, 0x5f, 0x26, 0x02, 0x5f, 0x15, 0x58, 0xb0, 0xc4, 0x87, 0x1c, + 0x98, 0xe9, 0x1b, 0xbb, 0xeb, 0xae, 0x21, 0xdf, 0x78, 0x6c, 0x94, 0xa4, 0xc0, 0x4e, 0x24, 0x57, + 0x13, 0xb8, 0x70, 0x0a, 0x77, 0xce, 0xe1, 0xe7, 0xd4, 0xc3, 0x3a, 0xfc, 0x5c, 0x96, 0xd1, 0xc6, + 0xd3, 0x8c, 0x0d, 0x1f, 0xcd, 0x0b, 0x40, 0x3b, 0x3c, 0x90, 0xf8, 0x63, 0x32, 0x90, 0x78, 0xa6, + 0xc2, 0x31, 0xd5, 0x21, 0x41, 0xc4, 0x3b, 0xd0, 0xb0, 0x8c, 0xd0, 0xe0, 0xa5, 0xc1, 0xc2, 0x6c, + 0x05, 0x97, 0x54, 0x5b, 0xe2, 0x51, 0x9e, 0x45, 0x8a, 0x71, 0x63, 0x95, 0x10, 0xba, 0xcd, 0xdf, + 0x00, 0x74, 0x48, 0x18, 0x57, 0x61, 0x0e, 0xd2, 0x39, 0xee, 0x02, 0x8f, 0x5e, 0xec, 0xcb, 0x54, + 0xc0, 0xf9, 0xed, 0xa8, 0x9a, 0xca, 0xef, 0x07, 0xcf, 0xc7, 0x09, 0xfa, 0x12, 0x39, 0x50, 0xfe, + 0x76, 0x9e, 0x27, 0x15, 0x55, 0xb8, 0x51, 0xc1, 0xe5, 0x43, 0x59, 0x7f, 0x2a, 0xfa, 0xa7, 0x1a, + 0x2c, 0xf4, 0x0b, 0x5e, 0x1d, 0x12, 0x1e, 0xde, 0xf5, 0x2a, 0x32, 0xa2, 0xf0, 0x29, 0x23, 0xfe, + 0x8e, 0xfe, 0x51, 0xb5, 0x70, 0x61, 0xe7, 0xaa, 0xde, 0x7b, 0xab, 0x92, 0x1c, 0xe6, 0x37, 0x34, + 0x98, 0x4b, 0x6f, 0x05, 0xea, 0xab, 0x85, 0xda, 0x43, 0x7e, 0xb5, 0x50, 0x89, 0x67, 0xa8, 0x1d, + 0x12, 0xcf, 0xf0, 0x3c, 0x9c, 0xcf, 0xe7, 0x0e, 0xaa, 0x9c, 0xb1, 0xb7, 0x42, 0x85, 0x41, 0x14, + 0xe7, 0xbd, 0xa7, 0x85, 0x98, 0xc3, 0x9a, 0x4b, 0xdf, 0xff, 0xc9, 0xe3, 0x6f, 0xf8, 0xa3, 0x9f, + 0x3c, 0xfe, 0x86, 0x1f, 0xfd, 0xe4, 0xf1, 0x37, 0x7c, 0xfa, 0xe0, 0x71, 0xed, 0xfb, 0x07, 0x8f, + 0x6b, 0x7f, 0x74, 0xf0, 0xb8, 0xf6, 0xa3, 0x83, 0xc7, 0xb5, 0xff, 0x70, 0xf0, 0xb8, 0xf6, 0x77, + 0xff, 0xe3, 0xe3, 0x6f, 0xf8, 0x70, 0x3d, 0xea, 0xf9, 0xff, 0x0f, 0x00, 0x00, 0xff, 0xff, 0xe9, + 0xf3, 0x59, 0xd0, 0x9d, 0xcb, 0x00, 0x00, } func (m *Addon) Marshal() (dAtA []byte, err error) { @@ -7810,56 +7818,6 @@ func (m *ExtensionResourceState) MarshalToSizedBuffer(dAtA []byte) (int, error) return len(dAtA) - i, nil } -func (m *ExtensionStatus) Marshal() (dAtA []byte, err error) { - size := m.Size() - dAtA = make([]byte, size) - n, err := m.MarshalToSizedBuffer(dAtA[:size]) - if err != nil { - return nil, err - } - return dAtA[:n], nil -} - -func (m *ExtensionStatus) MarshalTo(dAtA []byte) (int, error) { - size := m.Size() - return m.MarshalToSizedBuffer(dAtA[:size]) -} - -func (m *ExtensionStatus) MarshalToSizedBuffer(dAtA []byte) (int, error) { - i := len(dAtA) - _ = i - var l int - _ = l - { - size, err := m.Status.MarshalToSizedBuffer(dAtA[:i]) - if err != nil { - return 0, err - } - i -= size - i = encodeVarintGenerated(dAtA, i, uint64(size)) - } - i-- - dAtA[i] = 0x22 - if m.Purpose != nil { - i -= len(*m.Purpose) - copy(dAtA[i:], *m.Purpose) - i = encodeVarintGenerated(dAtA, i, uint64(len(*m.Purpose))) - i-- - dAtA[i] = 0x1a - } - i -= len(m.Type) - copy(dAtA[i:], m.Type) - i = encodeVarintGenerated(dAtA, i, uint64(len(m.Type))) - i-- - dAtA[i] = 0x12 - i -= len(m.Kind) - copy(dAtA[i:], m.Kind) - i = encodeVarintGenerated(dAtA, i, uint64(len(m.Kind))) - i-- - dAtA[i] = 0xa - return len(dAtA) - i, nil -} - func (m *Gardener) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -7918,6 +7876,30 @@ func (m *GardenerResourceData) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + if len(m.Labels) > 0 { + keysForLabels := make([]string, 0, len(m.Labels)) + for k := range m.Labels { + keysForLabels = append(keysForLabels, string(k)) + } + github_com_gogo_protobuf_sortkeys.Strings(keysForLabels) + for iNdEx := len(keysForLabels) - 1; iNdEx >= 0; iNdEx-- { + v := m.Labels[string(keysForLabels[iNdEx])] + baseI := i + i -= len(v) + copy(dAtA[i:], v) + i = encodeVarintGenerated(dAtA, i, uint64(len(v))) + i-- + dAtA[i] = 0x12 + i -= len(keysForLabels[iNdEx]) + copy(dAtA[i:], keysForLabels[iNdEx]) + i = encodeVarintGenerated(dAtA, i, uint64(len(keysForLabels[iNdEx]))) + i-- + dAtA[i] = 0xa + i = encodeVarintGenerated(dAtA, i, uint64(baseI-i)) + i-- + dAtA[i] = 0x22 + } + } { size, err := m.Data.MarshalToSizedBuffer(dAtA[:i]) if err != nil { @@ -9071,6 +9053,16 @@ func (m *Kubernetes) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + if m.EnableStaticTokenKubeconfig != nil { + i-- + if *m.EnableStaticTokenKubeconfig { + dAtA[i] = 1 + } else { + dAtA[i] = 0 + } + i-- + dAtA[i] = 0x50 + } if m.VerticalPodAutoscaler != nil { { size, err := m.VerticalPodAutoscaler.MarshalToSizedBuffer(dAtA[:i]) @@ -12683,6 +12675,18 @@ func (m *ShootCARotation) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + if m.LastInitiationTime != nil { + { + size, err := m.LastInitiationTime.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x1a + } if m.LastCompletionTime != nil { { size, err := m.LastCompletionTime.MarshalToSizedBuffer(dAtA[:i]) @@ -12758,9 +12762,9 @@ func (m *ShootCredentialsRotation) MarshalToSizedBuffer(dAtA []byte) (int, error _ = i var l int _ = l - if m.CertificateAuthorities != nil { + if m.Observability != nil { { - size, err := m.CertificateAuthorities.MarshalToSizedBuffer(dAtA[:i]) + size, err := m.Observability.MarshalToSizedBuffer(dAtA[:i]) if err != nil { return 0, err } @@ -12768,59 +12772,48 @@ func (m *ShootCredentialsRotation) MarshalToSizedBuffer(dAtA []byte) (int, error i = encodeVarintGenerated(dAtA, i, uint64(size)) } i-- - dAtA[i] = 0xa + dAtA[i] = 0x22 } - return len(dAtA) - i, nil -} - -func (m *ShootExtensionStatus) Marshal() (dAtA []byte, err error) { - size := m.Size() - dAtA = make([]byte, size) - n, err := m.MarshalToSizedBuffer(dAtA[:size]) - if err != nil { - return nil, err + if m.SSHKeypair != nil { + { + size, err := m.SSHKeypair.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x1a } - return dAtA[:n], nil -} - -func (m *ShootExtensionStatus) MarshalTo(dAtA []byte) (int, error) { - size := m.Size() - return m.MarshalToSizedBuffer(dAtA[:size]) -} - -func (m *ShootExtensionStatus) MarshalToSizedBuffer(dAtA []byte) (int, error) { - i := len(dAtA) - _ = i - var l int - _ = l - if len(m.Statuses) > 0 { - for iNdEx := len(m.Statuses) - 1; iNdEx >= 0; iNdEx-- { - { - size, err := m.Statuses[iNdEx].MarshalToSizedBuffer(dAtA[:i]) - if err != nil { - return 0, err - } - i -= size - i = encodeVarintGenerated(dAtA, i, uint64(size)) + if m.Kubeconfig != nil { + { + size, err := m.Kubeconfig.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err } - i-- - dAtA[i] = 0x12 + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) } + i-- + dAtA[i] = 0x12 } - { - size, err := m.ObjectMeta.MarshalToSizedBuffer(dAtA[:i]) - if err != nil { - return 0, err + if m.CertificateAuthorities != nil { + { + size, err := m.CertificateAuthorities.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) } - i -= size - i = encodeVarintGenerated(dAtA, i, uint64(size)) + i-- + dAtA[i] = 0xa } - i-- - dAtA[i] = 0xa return len(dAtA) - i, nil } -func (m *ShootExtensionStatusList) Marshal() (dAtA []byte, err error) { +func (m *ShootKubeconfigRotation) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) n, err := m.MarshalToSizedBuffer(dAtA[:size]) @@ -12830,40 +12823,40 @@ func (m *ShootExtensionStatusList) Marshal() (dAtA []byte, err error) { return dAtA[:n], nil } -func (m *ShootExtensionStatusList) MarshalTo(dAtA []byte) (int, error) { +func (m *ShootKubeconfigRotation) MarshalTo(dAtA []byte) (int, error) { size := m.Size() return m.MarshalToSizedBuffer(dAtA[:size]) } -func (m *ShootExtensionStatusList) MarshalToSizedBuffer(dAtA []byte) (int, error) { +func (m *ShootKubeconfigRotation) MarshalToSizedBuffer(dAtA []byte) (int, error) { i := len(dAtA) _ = i var l int _ = l - if len(m.Items) > 0 { - for iNdEx := len(m.Items) - 1; iNdEx >= 0; iNdEx-- { - { - size, err := m.Items[iNdEx].MarshalToSizedBuffer(dAtA[:i]) - if err != nil { - return 0, err - } - i -= size - i = encodeVarintGenerated(dAtA, i, uint64(size)) + if m.LastCompletionTime != nil { + { + size, err := m.LastCompletionTime.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err } - i-- - dAtA[i] = 0x12 + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) } + i-- + dAtA[i] = 0x12 } - { - size, err := m.ListMeta.MarshalToSizedBuffer(dAtA[:i]) - if err != nil { - return 0, err + if m.LastInitiationTime != nil { + { + size, err := m.LastInitiationTime.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) } - i -= size - i = encodeVarintGenerated(dAtA, i, uint64(size)) + i-- + dAtA[i] = 0xa } - i-- - dAtA[i] = 0xa return len(dAtA) - i, nil } @@ -12998,6 +12991,100 @@ func (m *ShootNetworks) MarshalToSizedBuffer(dAtA []byte) (int, error) { return len(dAtA) - i, nil } +func (m *ShootObservabilityRotation) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *ShootObservabilityRotation) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *ShootObservabilityRotation) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.LastCompletionTime != nil { + { + size, err := m.LastCompletionTime.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x12 + } + if m.LastInitiationTime != nil { + { + size, err := m.LastInitiationTime.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil +} + +func (m *ShootSSHKeypairRotation) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *ShootSSHKeypairRotation) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *ShootSSHKeypairRotation) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.LastCompletionTime != nil { + { + size, err := m.LastCompletionTime.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x12 + } + if m.LastInitiationTime != nil { + { + size, err := m.LastInitiationTime.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil +} + func (m *ShootSpec) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -15138,25 +15225,6 @@ func (m *ExtensionResourceState) Size() (n int) { return n } -func (m *ExtensionStatus) Size() (n int) { - if m == nil { - return 0 - } - var l int - _ = l - l = len(m.Kind) - n += 1 + l + sovGenerated(uint64(l)) - l = len(m.Type) - n += 1 + l + sovGenerated(uint64(l)) - if m.Purpose != nil { - l = len(*m.Purpose) - n += 1 + l + sovGenerated(uint64(l)) - } - l = m.Status.Size() - n += 1 + l + sovGenerated(uint64(l)) - return n -} - func (m *Gardener) Size() (n int) { if m == nil { return 0 @@ -15184,6 +15252,14 @@ func (m *GardenerResourceData) Size() (n int) { n += 1 + l + sovGenerated(uint64(l)) l = m.Data.Size() n += 1 + l + sovGenerated(uint64(l)) + if len(m.Labels) > 0 { + for k, v := range m.Labels { + _ = k + _ = v + mapEntrySize := 1 + len(k) + sovGenerated(uint64(len(k))) + 1 + len(v) + sovGenerated(uint64(len(v))) + n += mapEntrySize + 1 + sovGenerated(uint64(mapEntrySize)) + } + } return n } @@ -15639,6 +15715,9 @@ func (m *Kubernetes) Size() (n int) { l = m.VerticalPodAutoscaler.Size() n += 1 + l + sovGenerated(uint64(l)) } + if m.EnableStaticTokenKubeconfig != nil { + n += 2 + } return n } @@ -16941,6 +17020,10 @@ func (m *ShootCARotation) Size() (n int) { l = m.LastCompletionTime.Size() n += 1 + l + sovGenerated(uint64(l)) } + if m.LastInitiationTime != nil { + l = m.LastInitiationTime.Size() + n += 1 + l + sovGenerated(uint64(l)) + } return n } @@ -16967,39 +17050,34 @@ func (m *ShootCredentialsRotation) Size() (n int) { l = m.CertificateAuthorities.Size() n += 1 + l + sovGenerated(uint64(l)) } - return n -} - -func (m *ShootExtensionStatus) Size() (n int) { - if m == nil { - return 0 + if m.Kubeconfig != nil { + l = m.Kubeconfig.Size() + n += 1 + l + sovGenerated(uint64(l)) } - var l int - _ = l - l = m.ObjectMeta.Size() - n += 1 + l + sovGenerated(uint64(l)) - if len(m.Statuses) > 0 { - for _, e := range m.Statuses { - l = e.Size() - n += 1 + l + sovGenerated(uint64(l)) - } + if m.SSHKeypair != nil { + l = m.SSHKeypair.Size() + n += 1 + l + sovGenerated(uint64(l)) + } + if m.Observability != nil { + l = m.Observability.Size() + n += 1 + l + sovGenerated(uint64(l)) } return n } -func (m *ShootExtensionStatusList) Size() (n int) { +func (m *ShootKubeconfigRotation) Size() (n int) { if m == nil { return 0 } var l int _ = l - l = m.ListMeta.Size() - n += 1 + l + sovGenerated(uint64(l)) - if len(m.Items) > 0 { - for _, e := range m.Items { - l = e.Size() - n += 1 + l + sovGenerated(uint64(l)) - } + if m.LastInitiationTime != nil { + l = m.LastInitiationTime.Size() + n += 1 + l + sovGenerated(uint64(l)) + } + if m.LastCompletionTime != nil { + l = m.LastCompletionTime.Size() + n += 1 + l + sovGenerated(uint64(l)) } return n } @@ -17057,6 +17135,40 @@ func (m *ShootNetworks) Size() (n int) { return n } +func (m *ShootObservabilityRotation) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if m.LastInitiationTime != nil { + l = m.LastInitiationTime.Size() + n += 1 + l + sovGenerated(uint64(l)) + } + if m.LastCompletionTime != nil { + l = m.LastCompletionTime.Size() + n += 1 + l + sovGenerated(uint64(l)) + } + return n +} + +func (m *ShootSSHKeypairRotation) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if m.LastInitiationTime != nil { + l = m.LastInitiationTime.Size() + n += 1 + l + sovGenerated(uint64(l)) + } + if m.LastCompletionTime != nil { + l = m.LastCompletionTime.Size() + n += 1 + l + sovGenerated(uint64(l)) + } + return n +} + func (m *ShootSpec) Size() (n int) { if m == nil { return 0 @@ -18189,19 +18301,6 @@ func (this *ExtensionResourceState) String() string { }, "") return s } -func (this *ExtensionStatus) String() string { - if this == nil { - return "nil" - } - s := strings.Join([]string{`&ExtensionStatus{`, - `Kind:` + fmt.Sprintf("%v", this.Kind) + `,`, - `Type:` + fmt.Sprintf("%v", this.Type) + `,`, - `Purpose:` + valueToStringGenerated(this.Purpose) + `,`, - `Status:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.Status), "RawExtension", "runtime.RawExtension", 1), `&`, ``, 1) + `,`, - `}`, - }, "") - return s -} func (this *Gardener) String() string { if this == nil { return "nil" @@ -18218,10 +18317,21 @@ func (this *GardenerResourceData) String() string { if this == nil { return "nil" } + keysForLabels := make([]string, 0, len(this.Labels)) + for k := range this.Labels { + keysForLabels = append(keysForLabels, k) + } + github_com_gogo_protobuf_sortkeys.Strings(keysForLabels) + mapStringForLabels := "map[string]string{" + for _, k := range keysForLabels { + mapStringForLabels += fmt.Sprintf("%v: %v,", k, this.Labels[k]) + } + mapStringForLabels += "}" s := strings.Join([]string{`&GardenerResourceData{`, `Name:` + fmt.Sprintf("%v", this.Name) + `,`, `Type:` + fmt.Sprintf("%v", this.Type) + `,`, `Data:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.Data), "RawExtension", "runtime.RawExtension", 1), `&`, ``, 1) + `,`, + `Labels:` + mapStringForLabels + `,`, `}`, }, "") return s @@ -18470,6 +18580,7 @@ func (this *Kubernetes) String() string { `Kubelet:` + strings.Replace(this.Kubelet.String(), "KubeletConfig", "KubeletConfig", 1) + `,`, `Version:` + fmt.Sprintf("%v", this.Version) + `,`, `VerticalPodAutoscaler:` + strings.Replace(this.VerticalPodAutoscaler.String(), "VerticalPodAutoscaler", "VerticalPodAutoscaler", 1) + `,`, + `EnableStaticTokenKubeconfig:` + valueToStringGenerated(this.EnableStaticTokenKubeconfig) + `,`, `}`, }, "") return s @@ -19446,6 +19557,7 @@ func (this *ShootCARotation) String() string { s := strings.Join([]string{`&ShootCARotation{`, `Phase:` + fmt.Sprintf("%v", this.Phase) + `,`, `LastCompletionTime:` + strings.Replace(fmt.Sprintf("%v", this.LastCompletionTime), "Time", "v11.Time", 1) + `,`, + `LastInitiationTime:` + strings.Replace(fmt.Sprintf("%v", this.LastInitiationTime), "Time", "v11.Time", 1) + `,`, `}`, }, "") return s @@ -19466,38 +19578,20 @@ func (this *ShootCredentialsRotation) String() string { } s := strings.Join([]string{`&ShootCredentialsRotation{`, `CertificateAuthorities:` + strings.Replace(this.CertificateAuthorities.String(), "ShootCARotation", "ShootCARotation", 1) + `,`, + `Kubeconfig:` + strings.Replace(this.Kubeconfig.String(), "ShootKubeconfigRotation", "ShootKubeconfigRotation", 1) + `,`, + `SSHKeypair:` + strings.Replace(this.SSHKeypair.String(), "ShootSSHKeypairRotation", "ShootSSHKeypairRotation", 1) + `,`, + `Observability:` + strings.Replace(this.Observability.String(), "ShootObservabilityRotation", "ShootObservabilityRotation", 1) + `,`, `}`, }, "") return s } -func (this *ShootExtensionStatus) String() string { +func (this *ShootKubeconfigRotation) String() string { if this == nil { return "nil" } - repeatedStringForStatuses := "[]ExtensionStatus{" - for _, f := range this.Statuses { - repeatedStringForStatuses += strings.Replace(strings.Replace(f.String(), "ExtensionStatus", "ExtensionStatus", 1), `&`, ``, 1) + "," - } - repeatedStringForStatuses += "}" - s := strings.Join([]string{`&ShootExtensionStatus{`, - `ObjectMeta:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.ObjectMeta), "ObjectMeta", "v11.ObjectMeta", 1), `&`, ``, 1) + `,`, - `Statuses:` + repeatedStringForStatuses + `,`, - `}`, - }, "") - return s -} -func (this *ShootExtensionStatusList) String() string { - if this == nil { - return "nil" - } - repeatedStringForItems := "[]ShootExtensionStatus{" - for _, f := range this.Items { - repeatedStringForItems += strings.Replace(strings.Replace(f.String(), "ShootExtensionStatus", "ShootExtensionStatus", 1), `&`, ``, 1) + "," - } - repeatedStringForItems += "}" - s := strings.Join([]string{`&ShootExtensionStatusList{`, - `ListMeta:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.ListMeta), "ListMeta", "v11.ListMeta", 1), `&`, ``, 1) + `,`, - `Items:` + repeatedStringForItems + `,`, + s := strings.Join([]string{`&ShootKubeconfigRotation{`, + `LastInitiationTime:` + strings.Replace(fmt.Sprintf("%v", this.LastInitiationTime), "Time", "v11.Time", 1) + `,`, + `LastCompletionTime:` + strings.Replace(fmt.Sprintf("%v", this.LastCompletionTime), "Time", "v11.Time", 1) + `,`, `}`, }, "") return s @@ -19541,6 +19635,28 @@ func (this *ShootNetworks) String() string { }, "") return s } +func (this *ShootObservabilityRotation) String() string { + if this == nil { + return "nil" + } + s := strings.Join([]string{`&ShootObservabilityRotation{`, + `LastInitiationTime:` + strings.Replace(fmt.Sprintf("%v", this.LastInitiationTime), "Time", "v11.Time", 1) + `,`, + `LastCompletionTime:` + strings.Replace(fmt.Sprintf("%v", this.LastCompletionTime), "Time", "v11.Time", 1) + `,`, + `}`, + }, "") + return s +} +func (this *ShootSSHKeypairRotation) String() string { + if this == nil { + return "nil" + } + s := strings.Join([]string{`&ShootSSHKeypairRotation{`, + `LastInitiationTime:` + strings.Replace(fmt.Sprintf("%v", this.LastInitiationTime), "Time", "v11.Time", 1) + `,`, + `LastCompletionTime:` + strings.Replace(fmt.Sprintf("%v", this.LastCompletionTime), "Time", "v11.Time", 1) + `,`, + `}`, + }, "") + return s +} func (this *ShootSpec) String() string { if this == nil { return "nil" @@ -27022,7 +27138,7 @@ func (m *ExtensionResourceState) Unmarshal(dAtA []byte) error { } return nil } -func (m *ExtensionStatus) Unmarshal(dAtA []byte) error { +func (m *Gardener) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 for iNdEx < l { @@ -27045,15 +27161,15 @@ func (m *ExtensionStatus) Unmarshal(dAtA []byte) error { fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return fmt.Errorf("proto: ExtensionStatus: wiretype end group for non-group") + return fmt.Errorf("proto: Gardener: wiretype end group for non-group") } if fieldNum <= 0 { - return fmt.Errorf("proto: ExtensionStatus: illegal tag %d (wire type %d)", fieldNum, wire) + return fmt.Errorf("proto: Gardener: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Kind", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field ID", wireType) } var stringLen uint64 for shift := uint(0); ; shift += 7 { @@ -27081,11 +27197,11 @@ func (m *ExtensionStatus) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - m.Kind = string(dAtA[iNdEx:postIndex]) + m.ID = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex case 2: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Type", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field Name", wireType) } var stringLen uint64 for shift := uint(0); ; shift += 7 { @@ -27113,11 +27229,11 @@ func (m *ExtensionStatus) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - m.Type = string(dAtA[iNdEx:postIndex]) + m.Name = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex case 3: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Purpose", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field Version", wireType) } var stringLen uint64 for shift := uint(0); ; shift += 7 { @@ -27145,41 +27261,7 @@ func (m *ExtensionStatus) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - s := string(dAtA[iNdEx:postIndex]) - m.Purpose = &s - iNdEx = postIndex - case 4: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Status", 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 err := m.Status.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } + m.Version = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex default: iNdEx = preIndex @@ -27202,7 +27284,7 @@ func (m *ExtensionStatus) Unmarshal(dAtA []byte) error { } return nil } -func (m *Gardener) Unmarshal(dAtA []byte) error { +func (m *GardenerResourceData) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 for iNdEx < l { @@ -27225,15 +27307,15 @@ func (m *Gardener) Unmarshal(dAtA []byte) error { fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return fmt.Errorf("proto: Gardener: wiretype end group for non-group") + return fmt.Errorf("proto: GardenerResourceData: wiretype end group for non-group") } if fieldNum <= 0 { - return fmt.Errorf("proto: Gardener: illegal tag %d (wire type %d)", fieldNum, wire) + return fmt.Errorf("proto: GardenerResourceData: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field ID", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field Name", wireType) } var stringLen uint64 for shift := uint(0); ; shift += 7 { @@ -27261,11 +27343,11 @@ func (m *Gardener) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - m.ID = string(dAtA[iNdEx:postIndex]) + m.Name = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex case 2: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Name", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field Type", wireType) } var stringLen uint64 for shift := uint(0); ; shift += 7 { @@ -27293,13 +27375,13 @@ func (m *Gardener) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - m.Name = string(dAtA[iNdEx:postIndex]) + m.Type = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex case 3: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Version", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field Data", wireType) } - var stringLen uint64 + var msglen int for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowGenerated @@ -27309,141 +27391,28 @@ func (m *Gardener) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= uint64(b&0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } } - intStringLen := int(stringLen) - if intStringLen < 0 { + if msglen < 0 { return ErrInvalidLengthGenerated } - postIndex := iNdEx + intStringLen + postIndex := iNdEx + msglen if postIndex < 0 { return ErrInvalidLengthGenerated } if postIndex > l { return io.ErrUnexpectedEOF } - m.Version = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - default: - iNdEx = preIndex - skippy, err := skipGenerated(dAtA[iNdEx:]) - if err != nil { + if err := m.Data.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } - if (skippy < 0) || (iNdEx+skippy) < 0 { - return ErrInvalidLengthGenerated - } - if (iNdEx + skippy) > l { - return io.ErrUnexpectedEOF - } - iNdEx += skippy - } - } - - if iNdEx > l { - return io.ErrUnexpectedEOF - } - return nil -} -func (m *GardenerResourceData) Unmarshal(dAtA []byte) error { - l := len(dAtA) - iNdEx := 0 - for iNdEx < l { - preIndex := iNdEx - var wire uint64 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowGenerated - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - wire |= uint64(b&0x7F) << shift - if b < 0x80 { - break - } - } - fieldNum := int32(wire >> 3) - wireType := int(wire & 0x7) - if wireType == 4 { - return fmt.Errorf("proto: GardenerResourceData: wiretype end group for non-group") - } - if fieldNum <= 0 { - return fmt.Errorf("proto: GardenerResourceData: illegal tag %d (wire type %d)", fieldNum, wire) - } - switch fieldNum { - case 1: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Name", wireType) - } - var stringLen uint64 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowGenerated - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - stringLen |= uint64(b&0x7F) << shift - if b < 0x80 { - break - } - } - intStringLen := int(stringLen) - if intStringLen < 0 { - return ErrInvalidLengthGenerated - } - postIndex := iNdEx + intStringLen - if postIndex < 0 { - return ErrInvalidLengthGenerated - } - if postIndex > l { - return io.ErrUnexpectedEOF - } - m.Name = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 2: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Type", wireType) - } - var stringLen uint64 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowGenerated - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - stringLen |= uint64(b&0x7F) << shift - if b < 0x80 { - break - } - } - intStringLen := int(stringLen) - if intStringLen < 0 { - return ErrInvalidLengthGenerated - } - postIndex := iNdEx + intStringLen - if postIndex < 0 { - return ErrInvalidLengthGenerated - } - if postIndex > l { - return io.ErrUnexpectedEOF - } - m.Type = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex - case 3: + case 4: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Data", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field Labels", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -27470,9 +27439,103 @@ func (m *GardenerResourceData) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - if err := m.Data.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err + if m.Labels == nil { + m.Labels = make(map[string]string) } + var mapkey string + var mapvalue string + for iNdEx < postIndex { + entryPreIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + if fieldNum == 1 { + var stringLenmapkey uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLenmapkey |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLenmapkey := int(stringLenmapkey) + if intStringLenmapkey < 0 { + return ErrInvalidLengthGenerated + } + postStringIndexmapkey := iNdEx + intStringLenmapkey + if postStringIndexmapkey < 0 { + return ErrInvalidLengthGenerated + } + if postStringIndexmapkey > l { + return io.ErrUnexpectedEOF + } + mapkey = string(dAtA[iNdEx:postStringIndexmapkey]) + iNdEx = postStringIndexmapkey + } else if fieldNum == 2 { + var stringLenmapvalue uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLenmapvalue |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLenmapvalue := int(stringLenmapvalue) + if intStringLenmapvalue < 0 { + return ErrInvalidLengthGenerated + } + postStringIndexmapvalue := iNdEx + intStringLenmapvalue + if postStringIndexmapvalue < 0 { + return ErrInvalidLengthGenerated + } + if postStringIndexmapvalue > l { + return io.ErrUnexpectedEOF + } + mapvalue = string(dAtA[iNdEx:postStringIndexmapvalue]) + iNdEx = postStringIndexmapvalue + } else { + iNdEx = entryPreIndex + skippy, err := skipGenerated(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthGenerated + } + if (iNdEx + skippy) > postIndex { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + m.Labels[mapkey] = mapvalue iNdEx = postIndex default: iNdEx = preIndex @@ -31034,6 +31097,27 @@ func (m *Kubernetes) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex + case 10: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field EnableStaticTokenKubeconfig", wireType) + } + var v int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + v |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + b := bool(v != 0) + m.EnableStaticTokenKubeconfig = &b default: iNdEx = preIndex skippy, err := skipGenerated(dAtA[iNdEx:]) @@ -41167,7 +41251,270 @@ func (m *ServiceAccountConfig) Unmarshal(dAtA []byte) error { } return nil } -func (m *Shoot) Unmarshal(dAtA []byte) error { +func (m *Shoot) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: Shoot: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: Shoot: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field ObjectMeta", 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 err := m.ObjectMeta.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Spec", 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 err := m.Spec.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 3: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Status", 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 err := m.Status.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipGenerated(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthGenerated + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *ShootAdvertisedAddress) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: ShootAdvertisedAddress: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: ShootAdvertisedAddress: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Name", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Name = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field URL", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.URL = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipGenerated(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthGenerated + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *ShootCARotation) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 for iNdEx < l { @@ -41190,17 +41537,17 @@ func (m *Shoot) Unmarshal(dAtA []byte) error { fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return fmt.Errorf("proto: Shoot: wiretype end group for non-group") + return fmt.Errorf("proto: ShootCARotation: wiretype end group for non-group") } if fieldNum <= 0 { - return fmt.Errorf("proto: Shoot: illegal tag %d (wire type %d)", fieldNum, wire) + return fmt.Errorf("proto: ShootCARotation: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field ObjectMeta", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field Phase", wireType) } - var msglen int + var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowGenerated @@ -41210,28 +41557,27 @@ func (m *Shoot) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= int(b&0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } } - if msglen < 0 { + intStringLen := int(stringLen) + if intStringLen < 0 { return ErrInvalidLengthGenerated } - postIndex := iNdEx + msglen + postIndex := iNdEx + intStringLen if postIndex < 0 { return ErrInvalidLengthGenerated } if postIndex > l { return io.ErrUnexpectedEOF } - if err := m.ObjectMeta.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } + m.Phase = ShootCredentialsRotationPhase(dAtA[iNdEx:postIndex]) iNdEx = postIndex case 2: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Spec", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field LastCompletionTime", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -41258,13 +41604,16 @@ func (m *Shoot) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - if err := m.Spec.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + if m.LastCompletionTime == nil { + m.LastCompletionTime = &v11.Time{} + } + if err := m.LastCompletionTime.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex case 3: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Status", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field LastInitiationTime", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -41291,7 +41640,10 @@ func (m *Shoot) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - if err := m.Status.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + if m.LastInitiationTime == nil { + m.LastInitiationTime = &v11.Time{} + } + if err := m.LastInitiationTime.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex @@ -41316,7 +41668,7 @@ func (m *Shoot) Unmarshal(dAtA []byte) error { } return nil } -func (m *ShootAdvertisedAddress) Unmarshal(dAtA []byte) error { +func (m *ShootCredentials) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 for iNdEx < l { @@ -41339,17 +41691,17 @@ func (m *ShootAdvertisedAddress) Unmarshal(dAtA []byte) error { fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return fmt.Errorf("proto: ShootAdvertisedAddress: wiretype end group for non-group") + return fmt.Errorf("proto: ShootCredentials: wiretype end group for non-group") } if fieldNum <= 0 { - return fmt.Errorf("proto: ShootAdvertisedAddress: illegal tag %d (wire type %d)", fieldNum, wire) + return fmt.Errorf("proto: ShootCredentials: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Name", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field Rotation", wireType) } - var stringLen uint64 + var msglen int for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowGenerated @@ -41359,55 +41711,27 @@ func (m *ShootAdvertisedAddress) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= uint64(b&0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } } - intStringLen := int(stringLen) - if intStringLen < 0 { + if msglen < 0 { return ErrInvalidLengthGenerated } - postIndex := iNdEx + intStringLen + postIndex := iNdEx + msglen if postIndex < 0 { return ErrInvalidLengthGenerated } if postIndex > l { return io.ErrUnexpectedEOF } - m.Name = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 2: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field URL", wireType) - } - var stringLen uint64 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowGenerated - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - stringLen |= uint64(b&0x7F) << shift - if b < 0x80 { - break - } - } - intStringLen := int(stringLen) - if intStringLen < 0 { - return ErrInvalidLengthGenerated - } - postIndex := iNdEx + intStringLen - if postIndex < 0 { - return ErrInvalidLengthGenerated + if m.Rotation == nil { + m.Rotation = &ShootCredentialsRotation{} } - if postIndex > l { - return io.ErrUnexpectedEOF + if err := m.Rotation.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err } - m.URL = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex default: iNdEx = preIndex @@ -41430,7 +41754,7 @@ func (m *ShootAdvertisedAddress) Unmarshal(dAtA []byte) error { } return nil } -func (m *ShootCARotation) Unmarshal(dAtA []byte) error { +func (m *ShootCredentialsRotation) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 for iNdEx < l { @@ -41453,17 +41777,17 @@ func (m *ShootCARotation) Unmarshal(dAtA []byte) error { fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return fmt.Errorf("proto: ShootCARotation: wiretype end group for non-group") + return fmt.Errorf("proto: ShootCredentialsRotation: wiretype end group for non-group") } if fieldNum <= 0 { - return fmt.Errorf("proto: ShootCARotation: illegal tag %d (wire type %d)", fieldNum, wire) + return fmt.Errorf("proto: ShootCredentialsRotation: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Phase", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field CertificateAuthorities", wireType) } - var stringLen uint64 + var msglen int for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowGenerated @@ -41473,27 +41797,31 @@ func (m *ShootCARotation) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= uint64(b&0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } } - intStringLen := int(stringLen) - if intStringLen < 0 { + if msglen < 0 { return ErrInvalidLengthGenerated } - postIndex := iNdEx + intStringLen + postIndex := iNdEx + msglen if postIndex < 0 { return ErrInvalidLengthGenerated } if postIndex > l { return io.ErrUnexpectedEOF } - m.Phase = ShootCredentialsRotationPhase(dAtA[iNdEx:postIndex]) + if m.CertificateAuthorities == nil { + m.CertificateAuthorities = &ShootCARotation{} + } + if err := m.CertificateAuthorities.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } iNdEx = postIndex case 2: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field LastCompletionTime", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field Kubeconfig", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -41520,10 +41848,82 @@ func (m *ShootCARotation) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - if m.LastCompletionTime == nil { - m.LastCompletionTime = &v11.Time{} + if m.Kubeconfig == nil { + m.Kubeconfig = &ShootKubeconfigRotation{} } - if err := m.LastCompletionTime.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + if err := m.Kubeconfig.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 3: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field SSHKeypair", 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.SSHKeypair == nil { + m.SSHKeypair = &ShootSSHKeypairRotation{} + } + if err := m.SSHKeypair.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 4: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Observability", 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.Observability == nil { + m.Observability = &ShootObservabilityRotation{} + } + if err := m.Observability.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex @@ -41548,7 +41948,7 @@ func (m *ShootCARotation) Unmarshal(dAtA []byte) error { } return nil } -func (m *ShootCredentials) Unmarshal(dAtA []byte) error { +func (m *ShootKubeconfigRotation) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 for iNdEx < l { @@ -41571,15 +41971,15 @@ func (m *ShootCredentials) Unmarshal(dAtA []byte) error { fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return fmt.Errorf("proto: ShootCredentials: wiretype end group for non-group") + return fmt.Errorf("proto: ShootKubeconfigRotation: wiretype end group for non-group") } if fieldNum <= 0 { - return fmt.Errorf("proto: ShootCredentials: illegal tag %d (wire type %d)", fieldNum, wire) + return fmt.Errorf("proto: ShootKubeconfigRotation: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Rotation", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field LastInitiationTime", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -41606,10 +42006,46 @@ func (m *ShootCredentials) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - if m.Rotation == nil { - m.Rotation = &ShootCredentialsRotation{} + if m.LastInitiationTime == nil { + m.LastInitiationTime = &v11.Time{} } - if err := m.Rotation.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + if err := m.LastInitiationTime.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field LastCompletionTime", 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.LastCompletionTime == nil { + m.LastCompletionTime = &v11.Time{} + } + if err := m.LastCompletionTime.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex @@ -41634,7 +42070,7 @@ func (m *ShootCredentials) Unmarshal(dAtA []byte) error { } return nil } -func (m *ShootCredentialsRotation) Unmarshal(dAtA []byte) error { +func (m *ShootList) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 for iNdEx < l { @@ -41657,15 +42093,48 @@ func (m *ShootCredentialsRotation) Unmarshal(dAtA []byte) error { fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return fmt.Errorf("proto: ShootCredentialsRotation: wiretype end group for non-group") + return fmt.Errorf("proto: ShootList: wiretype end group for non-group") } if fieldNum <= 0 { - return fmt.Errorf("proto: ShootCredentialsRotation: illegal tag %d (wire type %d)", fieldNum, wire) + return fmt.Errorf("proto: ShootList: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field CertificateAuthorities", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field ListMeta", 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 err := m.ListMeta.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Items", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -41692,10 +42161,8 @@ func (m *ShootCredentialsRotation) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - if m.CertificateAuthorities == nil { - m.CertificateAuthorities = &ShootCARotation{} - } - if err := m.CertificateAuthorities.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + m.Items = append(m.Items, Shoot{}) + if err := m.Items[len(m.Items)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex @@ -41720,7 +42187,7 @@ func (m *ShootCredentialsRotation) Unmarshal(dAtA []byte) error { } return nil } -func (m *ShootExtensionStatus) Unmarshal(dAtA []byte) error { +func (m *ShootMachineImage) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 for iNdEx < l { @@ -41743,17 +42210,17 @@ func (m *ShootExtensionStatus) Unmarshal(dAtA []byte) error { fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return fmt.Errorf("proto: ShootExtensionStatus: wiretype end group for non-group") + return fmt.Errorf("proto: ShootMachineImage: wiretype end group for non-group") } if fieldNum <= 0 { - return fmt.Errorf("proto: ShootExtensionStatus: illegal tag %d (wire type %d)", fieldNum, wire) + return fmt.Errorf("proto: ShootMachineImage: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field ObjectMeta", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field Name", wireType) } - var msglen int + var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowGenerated @@ -41763,28 +42230,27 @@ func (m *ShootExtensionStatus) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= int(b&0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } } - if msglen < 0 { + intStringLen := int(stringLen) + if intStringLen < 0 { return ErrInvalidLengthGenerated } - postIndex := iNdEx + msglen + postIndex := iNdEx + intStringLen if postIndex < 0 { return ErrInvalidLengthGenerated } if postIndex > l { return io.ErrUnexpectedEOF } - if err := m.ObjectMeta.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } + m.Name = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex case 2: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Statuses", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field ProviderConfig", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -41811,99 +42277,18 @@ func (m *ShootExtensionStatus) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - m.Statuses = append(m.Statuses, ExtensionStatus{}) - if err := m.Statuses[len(m.Statuses)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } - iNdEx = postIndex - default: - iNdEx = preIndex - skippy, err := skipGenerated(dAtA[iNdEx:]) - if err != nil { - return err - } - if (skippy < 0) || (iNdEx+skippy) < 0 { - return ErrInvalidLengthGenerated - } - if (iNdEx + skippy) > l { - return io.ErrUnexpectedEOF - } - iNdEx += skippy - } - } - - if iNdEx > l { - return io.ErrUnexpectedEOF - } - return nil -} -func (m *ShootExtensionStatusList) Unmarshal(dAtA []byte) error { - l := len(dAtA) - iNdEx := 0 - for iNdEx < l { - preIndex := iNdEx - var wire uint64 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowGenerated - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - wire |= uint64(b&0x7F) << shift - if b < 0x80 { - break - } - } - fieldNum := int32(wire >> 3) - wireType := int(wire & 0x7) - if wireType == 4 { - return fmt.Errorf("proto: ShootExtensionStatusList: wiretype end group for non-group") - } - if fieldNum <= 0 { - return fmt.Errorf("proto: ShootExtensionStatusList: illegal tag %d (wire type %d)", fieldNum, wire) - } - switch fieldNum { - case 1: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field ListMeta", 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.ProviderConfig == nil { + m.ProviderConfig = &runtime.RawExtension{} } - if err := m.ListMeta.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + if err := m.ProviderConfig.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex - case 2: + case 3: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Items", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field Version", wireType) } - var msglen int + var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowGenerated @@ -41913,25 +42298,24 @@ func (m *ShootExtensionStatusList) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= int(b&0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } } - if msglen < 0 { + intStringLen := int(stringLen) + if intStringLen < 0 { return ErrInvalidLengthGenerated } - postIndex := iNdEx + msglen + postIndex := iNdEx + intStringLen if postIndex < 0 { return ErrInvalidLengthGenerated } if postIndex > l { return io.ErrUnexpectedEOF } - m.Items = append(m.Items, ShootExtensionStatus{}) - if err := m.Items[len(m.Items)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } + s := string(dAtA[iNdEx:postIndex]) + m.Version = &s iNdEx = postIndex default: iNdEx = preIndex @@ -41954,7 +42338,7 @@ func (m *ShootExtensionStatusList) Unmarshal(dAtA []byte) error { } return nil } -func (m *ShootList) Unmarshal(dAtA []byte) error { +func (m *ShootNetworks) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 for iNdEx < l { @@ -41977,17 +42361,17 @@ func (m *ShootList) Unmarshal(dAtA []byte) error { fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return fmt.Errorf("proto: ShootList: wiretype end group for non-group") + return fmt.Errorf("proto: ShootNetworks: wiretype end group for non-group") } if fieldNum <= 0 { - return fmt.Errorf("proto: ShootList: illegal tag %d (wire type %d)", fieldNum, wire) + return fmt.Errorf("proto: ShootNetworks: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field ListMeta", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field Pods", wireType) } - var msglen int + var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowGenerated @@ -41997,30 +42381,30 @@ func (m *ShootList) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= int(b&0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } } - if msglen < 0 { + intStringLen := int(stringLen) + if intStringLen < 0 { return ErrInvalidLengthGenerated } - postIndex := iNdEx + msglen + postIndex := iNdEx + intStringLen if postIndex < 0 { return ErrInvalidLengthGenerated } if postIndex > l { return io.ErrUnexpectedEOF } - if err := m.ListMeta.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } + s := string(dAtA[iNdEx:postIndex]) + m.Pods = &s iNdEx = postIndex case 2: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Items", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field Services", wireType) } - var msglen int + var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowGenerated @@ -42030,25 +42414,24 @@ func (m *ShootList) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= int(b&0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } } - if msglen < 0 { + intStringLen := int(stringLen) + if intStringLen < 0 { return ErrInvalidLengthGenerated } - postIndex := iNdEx + msglen + postIndex := iNdEx + intStringLen if postIndex < 0 { return ErrInvalidLengthGenerated } if postIndex > l { return io.ErrUnexpectedEOF } - m.Items = append(m.Items, Shoot{}) - if err := m.Items[len(m.Items)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } + s := string(dAtA[iNdEx:postIndex]) + m.Services = &s iNdEx = postIndex default: iNdEx = preIndex @@ -42071,7 +42454,7 @@ func (m *ShootList) Unmarshal(dAtA []byte) error { } return nil } -func (m *ShootMachineImage) Unmarshal(dAtA []byte) error { +func (m *ShootObservabilityRotation) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 for iNdEx < l { @@ -42094,17 +42477,17 @@ func (m *ShootMachineImage) Unmarshal(dAtA []byte) error { fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return fmt.Errorf("proto: ShootMachineImage: wiretype end group for non-group") + return fmt.Errorf("proto: ShootObservabilityRotation: wiretype end group for non-group") } if fieldNum <= 0 { - return fmt.Errorf("proto: ShootMachineImage: illegal tag %d (wire type %d)", fieldNum, wire) + return fmt.Errorf("proto: ShootObservabilityRotation: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Name", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field LastInitiationTime", wireType) } - var stringLen uint64 + var msglen int for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowGenerated @@ -42114,27 +42497,31 @@ func (m *ShootMachineImage) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= uint64(b&0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } } - intStringLen := int(stringLen) - if intStringLen < 0 { + if msglen < 0 { return ErrInvalidLengthGenerated } - postIndex := iNdEx + intStringLen + postIndex := iNdEx + msglen if postIndex < 0 { return ErrInvalidLengthGenerated } if postIndex > l { return io.ErrUnexpectedEOF } - m.Name = string(dAtA[iNdEx:postIndex]) + if m.LastInitiationTime == nil { + m.LastInitiationTime = &v11.Time{} + } + if err := m.LastInitiationTime.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } iNdEx = postIndex case 2: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field ProviderConfig", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field LastCompletionTime", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -42161,46 +42548,13 @@ func (m *ShootMachineImage) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - if m.ProviderConfig == nil { - m.ProviderConfig = &runtime.RawExtension{} + if m.LastCompletionTime == nil { + m.LastCompletionTime = &v11.Time{} } - if err := m.ProviderConfig.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + if err := m.LastCompletionTime.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex - case 3: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Version", wireType) - } - var stringLen uint64 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowGenerated - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - stringLen |= uint64(b&0x7F) << shift - if b < 0x80 { - break - } - } - intStringLen := int(stringLen) - if intStringLen < 0 { - return ErrInvalidLengthGenerated - } - postIndex := iNdEx + intStringLen - if postIndex < 0 { - return ErrInvalidLengthGenerated - } - if postIndex > l { - return io.ErrUnexpectedEOF - } - s := string(dAtA[iNdEx:postIndex]) - m.Version = &s - iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipGenerated(dAtA[iNdEx:]) @@ -42222,7 +42576,7 @@ func (m *ShootMachineImage) Unmarshal(dAtA []byte) error { } return nil } -func (m *ShootNetworks) Unmarshal(dAtA []byte) error { +func (m *ShootSSHKeypairRotation) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 for iNdEx < l { @@ -42245,17 +42599,17 @@ func (m *ShootNetworks) Unmarshal(dAtA []byte) error { fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return fmt.Errorf("proto: ShootNetworks: wiretype end group for non-group") + return fmt.Errorf("proto: ShootSSHKeypairRotation: wiretype end group for non-group") } if fieldNum <= 0 { - return fmt.Errorf("proto: ShootNetworks: illegal tag %d (wire type %d)", fieldNum, wire) + return fmt.Errorf("proto: ShootSSHKeypairRotation: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Pods", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field LastInitiationTime", wireType) } - var stringLen uint64 + var msglen int for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowGenerated @@ -42265,30 +42619,33 @@ func (m *ShootNetworks) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= uint64(b&0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } } - intStringLen := int(stringLen) - if intStringLen < 0 { + if msglen < 0 { return ErrInvalidLengthGenerated } - postIndex := iNdEx + intStringLen + postIndex := iNdEx + msglen if postIndex < 0 { return ErrInvalidLengthGenerated } if postIndex > l { return io.ErrUnexpectedEOF } - s := string(dAtA[iNdEx:postIndex]) - m.Pods = &s + if m.LastInitiationTime == nil { + m.LastInitiationTime = &v11.Time{} + } + if err := m.LastInitiationTime.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } iNdEx = postIndex case 2: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Services", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field LastCompletionTime", wireType) } - var stringLen uint64 + var msglen int for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowGenerated @@ -42298,24 +42655,27 @@ func (m *ShootNetworks) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= uint64(b&0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } } - intStringLen := int(stringLen) - if intStringLen < 0 { + if msglen < 0 { return ErrInvalidLengthGenerated } - postIndex := iNdEx + intStringLen + postIndex := iNdEx + msglen if postIndex < 0 { return ErrInvalidLengthGenerated } if postIndex > l { return io.ErrUnexpectedEOF } - s := string(dAtA[iNdEx:postIndex]) - m.Services = &s + if m.LastCompletionTime == nil { + m.LastCompletionTime = &v11.Time{} + } + if err := m.LastCompletionTime.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } iNdEx = postIndex default: iNdEx = preIndex diff --git a/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/generated.proto b/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/generated.proto index c4a76481..96822bbd 100644 --- a/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/generated.proto +++ b/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/generated.proto @@ -739,23 +739,6 @@ message ExtensionResourceState { repeated github.com.gardener.gardener.pkg.apis.core.v1beta1.NamedResourceReference resources = 5; } -// ExtensionStatus contains the kind, the type, the optional purpose and the last observed status -// of an extension controller. -message ExtensionStatus { - // Kind of the extension resource - optional string kind = 1; - - // Type of the extension resource. This field is immutable. - optional string type = 2; - - // Purpose of the extension resource - // +optional - optional string purpose = 3; - - // Status contains the status of the extension resource - optional k8s.io.apimachinery.pkg.runtime.RawExtension status = 4; -} - // Gardener holds the information about the Gardener version that operated a resource. message Gardener { // ID is the Docker container id of the Gardener which last acted on a resource. @@ -778,12 +761,16 @@ message GardenerResourceData { // Data contains the payload required to generate resources optional k8s.io.apimachinery.pkg.runtime.RawExtension data = 3; + + // Labels are labels of the object + // +optional + map<string, string> labels = 4; } // Hibernation contains information whether the Shoot is suspended or not. message Hibernation { // Enabled specifies whether the Shoot needs to be hibernated or not. If it is true, the Shoot's desired state is to be hibernated. - // If it is false or nil, the Shoot's desired state is to be awaken. + // If it is false or nil, the Shoot's desired state is to be awakened. // +optional optional bool enabled = 1; @@ -1205,6 +1192,11 @@ message Kubernetes { // VerticalPodAutoscaler contains the configuration flags for the Kubernetes vertical pod autoscaler. // +optional optional VerticalPodAutoscaler verticalPodAutoscaler = 9; + + // EnableStaticTokenKubeconfig indicates whether static token kubeconfig secret should be present in garden cluster + // (default: true). + // +optional + optional bool enableStaticTokenKubeconfig = 10; } // KubernetesConfig contains common configuration fields for the control plane components. @@ -2179,6 +2171,8 @@ message ServiceAccountConfig { // MaxTokenExpiration is the maximum validity duration of a token created by the service account token issuer. If an // otherwise valid TokenRequest with a validity duration larger than this value is requested, a token will be issued // with a validity duration of this value. + // This field must be within [30d,90d] when the ShootMaxTokenExpirationValidation feature gate is enabled. + // This field will be overwritten to be within [30d,90d] when the ShootMaxTokenExpirationOverwrite feature gate is enabled. // +optional optional k8s.io.apimachinery.pkg.apis.meta.v1.Duration maxTokenExpiration = 4; @@ -2220,6 +2214,10 @@ message ShootCARotation { // Phase describes the phase of the certificate authority credential rotation. optional string phase = 1; + // LastInitiationTime is the most recent time when the certificate authority credential rotation was initiated. + // +optional + optional k8s.io.apimachinery.pkg.apis.meta.v1.Time lastInitiationTime = 3; + // LastCompletionTime is the most recent time when the certificate authority credential rotation was successfully // completed. // +optional @@ -2238,29 +2236,29 @@ message ShootCredentialsRotation { // CertificateAuthorities contains information about the certificate authority credential rotation. // +optional optional ShootCARotation certificateAuthorities = 1; -} -// ShootExtensionStatus holds the status information of extensions of a Shoot cluster -message ShootExtensionStatus { - // Standard object metadata. - // Designed to have an owner reference to the associated Shoot resource + // Kubeconfig contains information about the kubeconfig credential rotation. // +optional - optional k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1; + optional ShootKubeconfigRotation kubeconfig = 2; - // Statuses holds a list of statuses of extension controllers. + // SSHKeypair contains information about the ssh-keypair credential rotation. // +optional - repeated ExtensionStatus statuses = 2; + optional ShootSSHKeypairRotation sshKeypair = 3; + + // Observability contains information about the observability credential rotation. + // +optional + optional ShootObservabilityRotation observability = 4; } -// ShootExtensionStatusList is a list of ShootExtensionStatus objects. -message ShootExtensionStatusList { - // Standard list object metadata. +// ShootKubeconfigRotation contains information about the kubeconfig credential rotation. +message ShootKubeconfigRotation { + // LastInitiationTime is the most recent time when the kubeconfig credential rotation was initiated. // +optional - optional k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1; + optional k8s.io.apimachinery.pkg.apis.meta.v1.Time lastInitiationTime = 1; - // Items is a list of ShootExtensionStatus. + // LastCompletionTime is the most recent time when the kubeconfig credential rotation was successfully completed. // +optional - repeated ShootExtensionStatus items = 2; + optional k8s.io.apimachinery.pkg.apis.meta.v1.Time lastCompletionTime = 2; } // ShootList is a list of Shoot objects. @@ -2300,6 +2298,28 @@ message ShootNetworks { optional string services = 2; } +// ShootObservabilityRotation contains information about the observability credential rotation. +message ShootObservabilityRotation { + // LastInitiationTime is the most recent time when the observability credential rotation was initiated. + // +optional + optional k8s.io.apimachinery.pkg.apis.meta.v1.Time lastInitiationTime = 1; + + // LastCompletionTime is the most recent time when the observability credential rotation was successfully completed. + // +optional + optional k8s.io.apimachinery.pkg.apis.meta.v1.Time lastCompletionTime = 2; +} + +// ShootSSHKeypairRotation contains information about the ssh-keypair credential rotation. +message ShootSSHKeypairRotation { + // LastInitiationTime is the most recent time when the certificate authority credential rotation was initiated. + // +optional + optional k8s.io.apimachinery.pkg.apis.meta.v1.Time lastInitiationTime = 1; + + // LastCompletionTime is the most recent time when the ssh-keypair credential rotation was successfully completed. + // +optional + optional k8s.io.apimachinery.pkg.apis.meta.v1.Time lastCompletionTime = 2; +} + // ShootSpec is the specification of a Shoot. message ShootSpec { // Addons contains information about enabled/disabled addons and their configuration. diff --git a/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/helper/condition_builder.go b/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/helper/condition_builder.go deleted file mode 100644 index 2f701ddb..00000000 --- a/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/helper/condition_builder.go +++ /dev/null @@ -1,154 +0,0 @@ -// Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -package helper - -import ( - "fmt" - - gardencorev1alpha1 "github.com/gardener/gardener/pkg/apis/core/v1alpha1" - - apiequality "k8s.io/apimachinery/pkg/api/equality" - metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" -) - -// ConditionBuilder build a Condition. -type ConditionBuilder interface { - WithOldCondition(old gardencorev1alpha1.Condition) ConditionBuilder - WithStatus(status gardencorev1alpha1.ConditionStatus) ConditionBuilder - WithReason(reason string) ConditionBuilder - WithMessage(message string) ConditionBuilder - WithCodes(codes ...gardencorev1alpha1.ErrorCode) ConditionBuilder - WithNowFunc(now func() metav1.Time) ConditionBuilder - Build() (new gardencorev1alpha1.Condition, updated bool) -} - -// defaultConditionBuilder build a Condition. -type defaultConditionBuilder struct { - old gardencorev1alpha1.Condition - status gardencorev1alpha1.ConditionStatus - conditionType gardencorev1alpha1.ConditionType - reason string - message string - codes []gardencorev1alpha1.ErrorCode - nowFunc func() metav1.Time -} - -// NewConditionBuilder returns a ConditionBuilder for a specific condition. -func NewConditionBuilder(conditionType gardencorev1alpha1.ConditionType) (ConditionBuilder, error) { - if conditionType == "" { - return nil, fmt.Errorf("conditionType cannot be empty") - } - - return &defaultConditionBuilder{ - conditionType: conditionType, - nowFunc: metav1.Now, - }, nil -} - -// WithOldCondition sets the old condition. It can be used to prodive default values. -// The old's condition type is overridden to the one specified in the builder. -func (b *defaultConditionBuilder) WithOldCondition(old gardencorev1alpha1.Condition) ConditionBuilder { - old.Type = b.conditionType - b.old = old - - return b -} - -// WithStatus sets the status of the condition. -func (b *defaultConditionBuilder) WithStatus(status gardencorev1alpha1.ConditionStatus) ConditionBuilder { - b.status = status - return b -} - -// WithReason sets the reason of the condition. -func (b *defaultConditionBuilder) WithReason(reason string) ConditionBuilder { - b.reason = reason - return b -} - -// WithMessage sets the message of the condition. -func (b *defaultConditionBuilder) WithMessage(message string) ConditionBuilder { - b.message = message - return b -} - -// WithCodes sets the codes of the condition. -func (b *defaultConditionBuilder) WithCodes(codes ...gardencorev1alpha1.ErrorCode) ConditionBuilder { - b.codes = codes - return b -} - -// WithNowFunc sets the function used for getting the current time. -// Should only be used for tests. -func (b *defaultConditionBuilder) WithNowFunc(now func() metav1.Time) ConditionBuilder { - b.nowFunc = now - return b -} - -// Build creates the condition and returns if there are modifications with the OldCondition. -// If OldCondition is provided: -// - Any changes to status set the `LastTransitionTime` -// - Any updates to the message, reason or the codes cause set `LastUpdateTime` to the current time. -// - The error codes will not be transferred from the old to the new condition -func (b *defaultConditionBuilder) Build() (new gardencorev1alpha1.Condition, updated bool) { - var ( - now = b.nowFunc() - emptyTime = metav1.Time{} - ) - - new = *b.old.DeepCopy() - - if new.LastTransitionTime == emptyTime { - new.LastTransitionTime = now - } - - if new.LastUpdateTime == emptyTime { - new.LastUpdateTime = now - } - - new.Type = b.conditionType - - if b.status != "" { - new.Status = b.status - } else if b.status == "" && b.old.Status == "" { - new.Status = gardencorev1alpha1.ConditionUnknown - } - - if b.reason != "" { - new.Reason = b.reason - } else if b.reason == "" && b.old.Reason == "" { - new.Reason = "ConditionInitialized" - } - - if b.message != "" { - new.Message = b.message - } else if b.message == "" && b.old.Message == "" { - new.Message = "The condition has been initialized but its semantic check has not been performed yet." - } - - new.Codes = b.codes - - if new.Status != b.old.Status { - new.LastTransitionTime = now - } - - if new.Reason != b.old.Reason || - new.Message != b.old.Message || - !apiequality.Semantic.DeepEqual(new.Codes, b.old.Codes) { - new.LastUpdateTime = now - } - - return new, !apiequality.Semantic.DeepEqual(new, b.old) -} diff --git a/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/helper/helper.go b/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/helper/helper.go deleted file mode 100644 index 014fe344..00000000 --- a/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/helper/helper.go +++ /dev/null @@ -1,768 +0,0 @@ -// Copyright (c) 2018 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -package helper - -import ( - "fmt" - "sort" - "strconv" - "strings" - - gardencorev1alpha1 "github.com/gardener/gardener/pkg/apis/core/v1alpha1" - v1alpha1constants "github.com/gardener/gardener/pkg/apis/core/v1alpha1/constants" - versionutils "github.com/gardener/gardener/pkg/utils/version" - - "github.com/Masterminds/semver" - apiequality "k8s.io/apimachinery/pkg/api/equality" - metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - utilruntime "k8s.io/apimachinery/pkg/util/runtime" - "k8s.io/apimachinery/pkg/util/validation/field" -) - -// Now determines the current metav1.Time. -var Now = metav1.Now - -// InitCondition initializes a new Condition with an Unknown status. -func InitCondition(conditionType gardencorev1alpha1.ConditionType) gardencorev1alpha1.Condition { - return gardencorev1alpha1.Condition{ - Type: conditionType, - Status: gardencorev1alpha1.ConditionUnknown, - Reason: "ConditionInitialized", - Message: "The condition has been initialized but its semantic check has not been performed yet.", - LastTransitionTime: Now(), - LastUpdateTime: Now(), - } -} - -// NewConditions initializes the provided conditions based on an existing list. If a condition type does not exist -// in the list yet, it will be set to default values. -func NewConditions(conditions []gardencorev1alpha1.Condition, conditionTypes ...gardencorev1alpha1.ConditionType) []*gardencorev1alpha1.Condition { - newConditions := []*gardencorev1alpha1.Condition{} - - // We retrieve the current conditions in order to update them appropriately. - for _, conditionType := range conditionTypes { - if c := GetCondition(conditions, conditionType); c != nil { - newConditions = append(newConditions, c) - continue - } - initializedCondition := InitCondition(conditionType) - newConditions = append(newConditions, &initializedCondition) - } - - return newConditions -} - -// GetCondition returns the condition with the given <conditionType> out of the list of <conditions>. -// In case the required type could not be found, it returns nil. -func GetCondition(conditions []gardencorev1alpha1.Condition, conditionType gardencorev1alpha1.ConditionType) *gardencorev1alpha1.Condition { - for _, condition := range conditions { - if condition.Type == conditionType { - c := condition - return &c - } - } - return nil -} - -// GetOrInitCondition tries to retrieve the condition with the given condition type from the given conditions. -// If the condition could not be found, it returns an initialized condition of the given type. -func GetOrInitCondition(conditions []gardencorev1alpha1.Condition, conditionType gardencorev1alpha1.ConditionType) gardencorev1alpha1.Condition { - if condition := GetCondition(conditions, conditionType); condition != nil { - return *condition - } - return InitCondition(conditionType) -} - -// UpdatedCondition updates the properties of one specific condition. -func UpdatedCondition(condition gardencorev1alpha1.Condition, status gardencorev1alpha1.ConditionStatus, reason, message string, codes ...gardencorev1alpha1.ErrorCode) gardencorev1alpha1.Condition { - builder, err := NewConditionBuilder(condition.Type) - utilruntime.Must(err) - newCondition, _ := builder. - WithOldCondition(condition). - WithStatus(status). - WithReason(reason). - WithMessage(message). - WithCodes(codes...). - Build() - - return newCondition -} - -// UpdatedConditionUnknownError updates the condition to 'Unknown' status and the message of the given error. -func UpdatedConditionUnknownError(condition gardencorev1alpha1.Condition, err error, codes ...gardencorev1alpha1.ErrorCode) gardencorev1alpha1.Condition { - return UpdatedConditionUnknownErrorMessage(condition, err.Error(), codes...) -} - -// UpdatedConditionUnknownErrorMessage updates the condition with 'Unknown' status and the given message. -func UpdatedConditionUnknownErrorMessage(condition gardencorev1alpha1.Condition, message string, codes ...gardencorev1alpha1.ErrorCode) gardencorev1alpha1.Condition { - return UpdatedCondition(condition, gardencorev1alpha1.ConditionUnknown, gardencorev1alpha1.ConditionCheckError, message, codes...) -} - -// MergeConditions merges the given <oldConditions> with the <newConditions>. Existing conditions are superseded by -// the <newConditions> (depending on the condition type). -func MergeConditions(oldConditions []gardencorev1alpha1.Condition, newConditions ...gardencorev1alpha1.Condition) []gardencorev1alpha1.Condition { - var ( - out = make([]gardencorev1alpha1.Condition, 0, len(oldConditions)+len(newConditions)) - typeToIndex = make(map[gardencorev1alpha1.ConditionType]int, len(oldConditions)) - ) - - for i, condition := range oldConditions { - out = append(out, condition) - typeToIndex[condition.Type] = i - } - - for _, condition := range newConditions { - if index, ok := typeToIndex[condition.Type]; ok { - out[index] = condition - continue - } - out = append(out, condition) - } - - return out -} - -// ConditionsNeedUpdate returns true if the <existingConditions> must be updated based on <newConditions>. -func ConditionsNeedUpdate(existingConditions, newConditions []gardencorev1alpha1.Condition) bool { - return existingConditions == nil || !apiequality.Semantic.DeepEqual(newConditions, existingConditions) -} - -// IsResourceSupported returns true if a given combination of kind/type is part of a controller resources list. -func IsResourceSupported(resources []gardencorev1alpha1.ControllerResource, resourceKind, resourceType string) bool { - for _, resource := range resources { - if resource.Kind == resourceKind && strings.EqualFold(resource.Type, resourceType) { - return true - } - } - - return false -} - -// IsControllerInstallationSuccessful returns true if a ControllerInstallation has been marked as "successfully" -// installed. -func IsControllerInstallationSuccessful(controllerInstallation gardencorev1alpha1.ControllerInstallation) bool { - var ( - installed bool - healthy bool - ) - - for _, condition := range controllerInstallation.Status.Conditions { - if condition.Type == gardencorev1alpha1.ControllerInstallationInstalled && condition.Status == gardencorev1alpha1.ConditionTrue { - installed = true - } - if condition.Type == gardencorev1alpha1.ControllerInstallationHealthy && condition.Status == gardencorev1alpha1.ConditionTrue { - healthy = true - } - } - - return installed && healthy -} - -// ComputeOperationType checks the <lastOperation> and determines whether it is Create, Delete, Reconcile, Migrate or Restore operation -func ComputeOperationType(meta metav1.ObjectMeta, lastOperation *gardencorev1alpha1.LastOperation) gardencorev1alpha1.LastOperationType { - switch { - case meta.Annotations[v1alpha1constants.GardenerOperation] == v1alpha1constants.GardenerOperationMigrate: - return gardencorev1alpha1.LastOperationTypeMigrate - case meta.Annotations[v1alpha1constants.GardenerOperation] == v1alpha1constants.GardenerOperationRestore: - return gardencorev1alpha1.LastOperationTypeRestore - case meta.DeletionTimestamp != nil: - return gardencorev1alpha1.LastOperationTypeDelete - case lastOperation == nil: - return gardencorev1alpha1.LastOperationTypeCreate - case (lastOperation.Type == gardencorev1alpha1.LastOperationTypeCreate && lastOperation.State != gardencorev1alpha1.LastOperationStateSucceeded): - return gardencorev1alpha1.LastOperationTypeCreate - case (lastOperation.Type == gardencorev1alpha1.LastOperationTypeMigrate && lastOperation.State != gardencorev1alpha1.LastOperationStateSucceeded): - return gardencorev1alpha1.LastOperationTypeMigrate - case (lastOperation.Type == gardencorev1alpha1.LastOperationTypeRestore && lastOperation.State != gardencorev1alpha1.LastOperationStateSucceeded): - return gardencorev1alpha1.LastOperationTypeRestore - } - return gardencorev1alpha1.LastOperationTypeReconcile -} - -// TaintsHave returns true if the given key is part of the taints list. -func TaintsHave(taints []gardencorev1alpha1.SeedTaint, key string) bool { - for _, taint := range taints { - if taint.Key == key { - return true - } - } - return false -} - -// ShootedSeed contains the configuration of a shooted seed. -type ShootedSeed struct { - DisableDNS *bool - DisableCapacityReservation *bool - Protected *bool - Visible *bool - MinimumVolumeSize *string - APIServer *ShootedSeedAPIServer - BlockCIDRs []string - ShootDefaults *gardencorev1alpha1.ShootNetworks - Backup *gardencorev1alpha1.SeedBackup - NoGardenlet bool - UseServiceAccountBootstrapping bool - WithSecretRef bool -} - -// ShootedSeedAPIServer contains the configuration of a shooted seed API server. -type ShootedSeedAPIServer struct { - Replicas *int32 - Autoscaler *ShootedSeedAPIServerAutoscaler -} - -// ShootedSeedAPIServerAutoscaler contains the configuration of a shooted seed API server autoscaler. -type ShootedSeedAPIServerAutoscaler struct { - MinReplicas *int32 - MaxReplicas int32 -} - -func parseInt32(s string) (int32, error) { - i64, err := strconv.ParseInt(s, 10, 32) - if err != nil { - return 0, err - } - return int32(i64), nil -} - -func parseShootedSeed(annotation string) (*ShootedSeed, error) { - var ( - flags = make(map[string]struct{}) - settings = make(map[string]string) - - trueVar = true - falseVar = false - - shootedSeed ShootedSeed - ) - - for _, fragment := range strings.Split(annotation, ",") { - parts := strings.SplitN(fragment, "=", 2) - if len(parts) == 1 { - flags[fragment] = struct{}{} - continue - } - - settings[parts[0]] = parts[1] - } - - if _, ok := flags["true"]; !ok { - return nil, nil - } - - apiServer, err := parseShootedSeedAPIServer(settings) - if err != nil { - return nil, err - } - shootedSeed.APIServer = apiServer - - blockCIDRs, err := parseShootedSeedBlockCIDRs(settings) - if err != nil { - return nil, err - } - shootedSeed.BlockCIDRs = blockCIDRs - - shootDefaults, err := parseShootedSeedShootDefaults(settings) - if err != nil { - return nil, err - } - shootedSeed.ShootDefaults = shootDefaults - - backup, err := parseShootedSeedBackup(settings) - if err != nil { - return nil, err - } - shootedSeed.Backup = backup - - if size, ok := settings["minimumVolumeSize"]; ok { - shootedSeed.MinimumVolumeSize = &size - } - - if _, ok := flags["disable-dns"]; ok { - shootedSeed.DisableDNS = &trueVar - } - if _, ok := flags["disable-capacity-reservation"]; ok { - shootedSeed.DisableCapacityReservation = &trueVar - } - if _, ok := flags["no-gardenlet"]; ok { - shootedSeed.NoGardenlet = true - } - if _, ok := flags["use-serviceaccount-bootstrapping"]; ok { - shootedSeed.UseServiceAccountBootstrapping = true - } - if _, ok := flags["with-secret-ref"]; ok { - shootedSeed.WithSecretRef = true - } - - if _, ok := flags["protected"]; ok { - shootedSeed.Protected = &trueVar - } - if _, ok := flags["unprotected"]; ok { - shootedSeed.Protected = &falseVar - } - if _, ok := flags["visible"]; ok { - shootedSeed.Visible = &trueVar - } - if _, ok := flags["invisible"]; ok { - shootedSeed.Visible = &falseVar - } - - return &shootedSeed, nil -} - -func parseShootedSeedBlockCIDRs(settings map[string]string) ([]string, error) { - cidrs, ok := settings["blockCIDRs"] - if !ok { - return nil, nil - } - - return strings.Split(cidrs, ";"), nil -} - -func parseShootedSeedShootDefaults(settings map[string]string) (*gardencorev1alpha1.ShootNetworks, error) { - var ( - podCIDR, ok1 = settings["shootDefaults.pods"] - serviceCIDR, ok2 = settings["shootDefaults.services"] - ) - - if !ok1 && !ok2 { - return nil, nil - } - - shootNetworks := &gardencorev1alpha1.ShootNetworks{} - - if ok1 { - shootNetworks.Pods = &podCIDR - } - - if ok2 { - shootNetworks.Services = &serviceCIDR - } - - return shootNetworks, nil -} - -func parseShootedSeedBackup(settings map[string]string) (*gardencorev1alpha1.SeedBackup, error) { - var ( - provider, ok1 = settings["backup.provider"] - region, ok2 = settings["backup.region"] - secretRefName, ok3 = settings["backup.secretRef.name"] - secretRefNamespace, ok4 = settings["backup.secretRef.namespace"] - ) - - if ok1 && provider == "none" { - return nil, nil - } - - backup := &gardencorev1alpha1.SeedBackup{} - - if ok1 { - backup.Provider = provider - } - if ok2 { - backup.Region = ®ion - } - if ok3 { - backup.SecretRef.Name = secretRefName - } - if ok4 { - backup.SecretRef.Namespace = secretRefNamespace - } - - return backup, nil -} - -func parseShootedSeedAPIServer(settings map[string]string) (*ShootedSeedAPIServer, error) { - apiServerAutoscaler, err := parseShootedSeedAPIServerAutoscaler(settings) - if err != nil { - return nil, err - } - - replicasString, ok := settings["apiServer.replicas"] - if !ok && apiServerAutoscaler == nil { - return nil, nil - } - - var apiServer ShootedSeedAPIServer - - apiServer.Autoscaler = apiServerAutoscaler - - if ok { - replicas, err := parseInt32(replicasString) - if err != nil { - return nil, err - } - - apiServer.Replicas = &replicas - } - - return &apiServer, nil -} - -func parseShootedSeedAPIServerAutoscaler(settings map[string]string) (*ShootedSeedAPIServerAutoscaler, error) { - minReplicasString, ok1 := settings["apiServer.autoscaler.minReplicas"] - maxReplicasString, ok2 := settings["apiServer.autoscaler.maxReplicas"] - if !ok1 && !ok2 { - return nil, nil - } - if !ok2 { - return nil, fmt.Errorf("apiSrvMaxReplicas has to be specified for shooted seed API server autoscaler") - } - - var apiServerAutoscaler ShootedSeedAPIServerAutoscaler - - if ok1 { - minReplicas, err := parseInt32(minReplicasString) - if err != nil { - return nil, err - } - apiServerAutoscaler.MinReplicas = &minReplicas - } - - maxReplicas, err := parseInt32(maxReplicasString) - if err != nil { - return nil, err - } - apiServerAutoscaler.MaxReplicas = maxReplicas - - return &apiServerAutoscaler, nil -} - -func validateShootedSeed(shootedSeed *ShootedSeed, fldPath *field.Path) field.ErrorList { - allErrs := field.ErrorList{} - - if shootedSeed.APIServer != nil { - allErrs = validateShootedSeedAPIServer(shootedSeed.APIServer, fldPath.Child("apiServer")) - } - - return allErrs -} - -func validateShootedSeedAPIServer(apiServer *ShootedSeedAPIServer, fldPath *field.Path) field.ErrorList { - allErrs := field.ErrorList{} - - if apiServer.Replicas != nil && *apiServer.Replicas < 1 { - allErrs = append(allErrs, field.Invalid(fldPath.Child("replicas"), *apiServer.Replicas, "must be greater than 0")) - } - if apiServer.Autoscaler != nil { - allErrs = append(allErrs, validateShootedSeedAPIServerAutoscaler(apiServer.Autoscaler, fldPath.Child("autoscaler"))...) - } - - return allErrs -} - -func validateShootedSeedAPIServerAutoscaler(autoscaler *ShootedSeedAPIServerAutoscaler, fldPath *field.Path) field.ErrorList { - allErrs := field.ErrorList{} - - if autoscaler.MinReplicas != nil && *autoscaler.MinReplicas < 1 { - allErrs = append(allErrs, field.Invalid(fldPath.Child("minReplicas"), *autoscaler.MinReplicas, "must be greater than 0")) - } - if autoscaler.MaxReplicas < 1 { - allErrs = append(allErrs, field.Invalid(fldPath.Child("maxReplicas"), autoscaler.MaxReplicas, "must be greater than 0")) - } - if autoscaler.MinReplicas != nil && autoscaler.MaxReplicas < *autoscaler.MinReplicas { - allErrs = append(allErrs, field.Invalid(fldPath.Child("maxReplicas"), autoscaler.MaxReplicas, "must be greater than or equal to `minReplicas`")) - } - - return allErrs -} - -func setDefaults_ShootedSeed(shootedSeed *ShootedSeed) { - if shootedSeed.APIServer == nil { - shootedSeed.APIServer = &ShootedSeedAPIServer{} - } - setDefaults_ShootedSeedAPIServer(shootedSeed.APIServer) -} - -func setDefaults_ShootedSeedAPIServer(apiServer *ShootedSeedAPIServer) { - if apiServer.Replicas == nil { - three := int32(3) - apiServer.Replicas = &three - } - if apiServer.Autoscaler == nil { - apiServer.Autoscaler = &ShootedSeedAPIServerAutoscaler{ - MaxReplicas: 3, - } - } - setDefaults_ShootedSeedAPIServerAutoscaler(apiServer.Autoscaler) -} - -func minInt32(a int32, b int32) int32 { - if a < b { - return a - } - return b -} - -func setDefaults_ShootedSeedAPIServerAutoscaler(autoscaler *ShootedSeedAPIServerAutoscaler) { - if autoscaler.MinReplicas == nil { - minReplicas := minInt32(3, autoscaler.MaxReplicas) - autoscaler.MinReplicas = &minReplicas - } -} - -// ReadShootedSeed determines whether the Shoot has been marked to be registered automatically as a Seed cluster. -func ReadShootedSeed(shoot *gardencorev1alpha1.Shoot) (*ShootedSeed, error) { - if shoot.Namespace != v1alpha1constants.GardenNamespace || shoot.Annotations == nil { - return nil, nil - } - - val, ok := shoot.Annotations[v1alpha1constants.AnnotationShootUseAsSeed] - if !ok { - return nil, nil - } - - shootedSeed, err := parseShootedSeed(val) - if err != nil { - return nil, err - } - - if shootedSeed == nil { - return nil, nil - } - - setDefaults_ShootedSeed(shootedSeed) - - if errs := validateShootedSeed(shootedSeed, nil); len(errs) > 0 { - return nil, errs.ToAggregate() - } - - return shootedSeed, nil -} - -// HibernationIsEnabled checks if the given shoot's desired state is hibernated. -func HibernationIsEnabled(shoot *gardencorev1alpha1.Shoot) bool { - return shoot.Spec.Hibernation != nil && shoot.Spec.Hibernation.Enabled != nil && *shoot.Spec.Hibernation.Enabled -} - -// ShootWantsClusterAutoscaler checks if the given Shoot needs a cluster autoscaler. -// This is determined by checking whether one of the Shoot workers has a different -// Maximum than Minimum. -func ShootWantsClusterAutoscaler(shoot *gardencorev1alpha1.Shoot) (bool, error) { - for _, worker := range shoot.Spec.Provider.Workers { - if worker.Maximum > worker.Minimum { - return true, nil - } - } - return false, nil -} - -// ShootIgnoresAlerts checks if the alerts for the annotated shoot cluster should be ignored. -func ShootIgnoresAlerts(shoot *gardencorev1alpha1.Shoot) bool { - ignore := false - if value, ok := shoot.Annotations[v1alpha1constants.AnnotationShootIgnoreAlerts]; ok { - ignore, _ = strconv.ParseBool(value) - } - return ignore -} - -// ShootWantsBasicAuthentication returns true if basic authentication is not configured or -// if it is set explicitly to 'true'. -func ShootWantsBasicAuthentication(shoot *gardencorev1alpha1.Shoot) bool { - kubeAPIServerConfig := shoot.Spec.Kubernetes.KubeAPIServer - if kubeAPIServerConfig == nil { - return true - } - if kubeAPIServerConfig.EnableBasicAuthentication == nil { - return true - } - return *kubeAPIServerConfig.EnableBasicAuthentication -} - -// ShootUsesUnmanagedDNS returns true if the shoot's DNS section is marked as 'unmanaged'. -func ShootUsesUnmanagedDNS(shoot *gardencorev1alpha1.Shoot) bool { - return shoot.Spec.DNS != nil && len(shoot.Spec.DNS.Providers) > 0 && shoot.Spec.DNS.Providers[0].Type != nil && *shoot.Spec.DNS.Providers[0].Type == "unmanaged" -} - -// SystemComponentsAllowed checks if the given worker allows system components to be scheduled onto it -func SystemComponentsAllowed(worker *gardencorev1alpha1.Worker) bool { - return worker.SystemComponents == nil || worker.SystemComponents.Allow -} - -// GetMachineImagesFor returns a list of all machine images for a given shoot. -func GetMachineImagesFor(shoot *gardencorev1alpha1.Shoot) []*gardencorev1alpha1.ShootMachineImage { - var workerMachineImages []*gardencorev1alpha1.ShootMachineImage - for _, worker := range shoot.Spec.Provider.Workers { - if worker.Machine.Image != nil { - workerMachineImages = append(workerMachineImages, worker.Machine.Image) - } - } - return workerMachineImages -} - -// DetermineMachineImageForName finds the cloud specific machine images in the <cloudProfile> for the given <name> and -// region. In case it does not find the machine image with the <name>, it returns false. Otherwise, true and the -// cloud-specific machine image will be returned. -func DetermineMachineImageForName(cloudProfile *gardencorev1alpha1.CloudProfile, name string) (bool, gardencorev1alpha1.MachineImage, error) { - for _, image := range cloudProfile.Spec.MachineImages { - if strings.EqualFold(image.Name, name) { - return true, image, nil - } - } - return false, gardencorev1alpha1.MachineImage{}, nil -} - -// ShootMachineImageVersionExists checks if the shoot machine image (name, version) exists in the machine image constraint and returns true if yes and the index in the versions slice -func ShootMachineImageVersionExists(constraint gardencorev1alpha1.MachineImage, image gardencorev1alpha1.ShootMachineImage) (bool, int) { - if constraint.Name != image.Name { - return false, 0 - } - - for index, v := range constraint.Versions { - if image.Version != nil && v.Version == *image.Version { - return true, index - } - } - - return false, 0 -} - -// DetermineLatestMachineImageVersion determines the latest MachineImageVersion from a MachineImage -func DetermineLatestMachineImageVersion(image gardencorev1alpha1.MachineImage) (*semver.Version, gardencorev1alpha1.MachineImageVersion, error) { - var ( - latestSemVerVersion *semver.Version - latestMachineImageVersion gardencorev1alpha1.MachineImageVersion - ) - - for _, imageVersion := range image.Versions { - v, err := semver.NewVersion(imageVersion.Version) - if err != nil { - return nil, gardencorev1alpha1.MachineImageVersion{}, fmt.Errorf("error while parsing machine image version '%s' of machine image '%s': version not valid: %s", imageVersion.Version, image.Name, err.Error()) - } - if latestSemVerVersion == nil || v.GreaterThan(latestSemVerVersion) { - latestSemVerVersion = v - latestMachineImageVersion = imageVersion - } - } - return latestSemVerVersion, latestMachineImageVersion, nil -} - -// GetShootMachineImageFromLatestMachineImageVersion determines the latest version in a machine image and returns that as a ShootMachineImage -func GetShootMachineImageFromLatestMachineImageVersion(image gardencorev1alpha1.MachineImage) (*semver.Version, gardencorev1alpha1.ShootMachineImage, error) { - latestSemVerVersion, latestImage, err := DetermineLatestMachineImageVersion(image) - if err != nil { - return nil, gardencorev1alpha1.ShootMachineImage{}, err - } - return latestSemVerVersion, gardencorev1alpha1.ShootMachineImage{Name: image.Name, Version: &latestImage.Version}, nil -} - -// KubernetesVersionExistsInCloudProfile checks if the given Kubernetes version exists in the CloudProfile -func KubernetesVersionExistsInCloudProfile(cloudProfile *gardencorev1alpha1.CloudProfile, currentVersion string) (bool, gardencorev1alpha1.ExpirableVersion, error) { - for _, version := range cloudProfile.Spec.Kubernetes.Versions { - ok, err := versionutils.CompareVersions(version.Version, "=", currentVersion) - if err != nil { - return false, gardencorev1alpha1.ExpirableVersion{}, err - } - if ok { - return true, version, nil - } - } - return false, gardencorev1alpha1.ExpirableVersion{}, nil -} - -// DetermineLatestKubernetesPatchVersion finds the latest Kubernetes patch version in the <cloudProfile> compared -// to the given <currentVersion>. In case it does not find a newer patch version, it returns false. Otherwise, -// true and the found version will be returned. -func DetermineLatestKubernetesPatchVersion(cloudProfile *gardencorev1alpha1.CloudProfile, currentVersion string) (bool, string, error) { - ok, newerVersions, _, err := determineNextKubernetesVersions(cloudProfile, currentVersion, "~") - if err != nil || !ok { - return ok, "", err - } - sort.Strings(newerVersions) - return true, newerVersions[len(newerVersions)-1], nil -} - -// DetermineNextKubernetesMinorVersion finds the next available Kubernetes minor version in the <cloudProfile> compared -// to the given <currentVersion>. In case it does not find a newer minor version, it returns false. Otherwise, -// true and the found version will be returned. -func DetermineNextKubernetesMinorVersion(cloudProfile *gardencorev1alpha1.CloudProfile, currentVersion string) (bool, string, error) { - ok, newerVersions, _, err := determineNextKubernetesVersions(cloudProfile, currentVersion, "^") - if err != nil || !ok { - return ok, "", err - } - sort.Strings(newerVersions) - return true, newerVersions[0], nil -} - -// determineKubernetesVersions finds newer Kubernetes versions in the <cloudProfile> compared -// with the <operator> to the given <currentVersion>. The <operator> has to be a github.com/Masterminds/semver -// range comparison symbol. In case it does not find a newer version, it returns false. Otherwise, -// true and the found version will be returned. -func determineNextKubernetesVersions(cloudProfile *gardencorev1alpha1.CloudProfile, currentVersion, operator string) (bool, []string, []gardencorev1alpha1.ExpirableVersion, error) { - var ( - newerVersions = []gardencorev1alpha1.ExpirableVersion{} - newerVersionsString = []string{} - ) - - for _, version := range cloudProfile.Spec.Kubernetes.Versions { - ok, err := versionutils.CompareVersions(version.Version, operator, currentVersion) - if err != nil { - return false, []string{}, []gardencorev1alpha1.ExpirableVersion{}, err - } - if version.Version != currentVersion && ok { - newerVersions = append(newerVersions, version) - newerVersionsString = append(newerVersionsString, version.Version) - } - } - - if len(newerVersions) == 0 { - return false, []string{}, []gardencorev1alpha1.ExpirableVersion{}, nil - } - - return true, newerVersionsString, newerVersions, nil -} - -// SetMachineImageVersionsToMachineImage sets imageVersions to the matching imageName in the machineImages. -func SetMachineImageVersionsToMachineImage(machineImages []gardencorev1alpha1.MachineImage, imageName string, imageVersions []gardencorev1alpha1.MachineImageVersion) ([]gardencorev1alpha1.MachineImage, error) { - for index, image := range machineImages { - if strings.EqualFold(image.Name, imageName) { - machineImages[index].Versions = imageVersions - return machineImages, nil - } - } - return nil, fmt.Errorf("machine image with name '%s' could not be found", imageName) -} - -// GetDefaultMachineImageFromCloudProfile gets the first MachineImage from the CloudProfile -func GetDefaultMachineImageFromCloudProfile(profile gardencorev1alpha1.CloudProfile) *gardencorev1alpha1.MachineImage { - if len(profile.Spec.MachineImages) == 0 { - return nil - } - return &profile.Spec.MachineImages[0] -} - -// WrapWithLastError is wrapper function for gardencorev1alpha1.LastError -func WrapWithLastError(err error, lastError *gardencorev1alpha1.LastError) error { - if err == nil || lastError == nil { - return err - } - return fmt.Errorf("last error: %w: %s", err, lastError.Description) -} - -// IsAPIServerExposureManaged returns true, if the Object is managed by Gardener for API server exposure. -// This indicates to extensions that they should not mutate the object. -// Gardener marks the kube-apiserver Service and Deployment as managed by it when it uses SNI to expose them. -func IsAPIServerExposureManaged(obj metav1.Object) bool { - if obj == nil { - return false - } - - if v, found := obj.GetLabels()[v1alpha1constants.LabelAPIServerExposure]; found && - v == v1alpha1constants.LabelAPIServerExposureGardenerManaged { - return true - } - - return false -} diff --git a/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/helper/shootstate_list.go b/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/helper/shootstate_list.go deleted file mode 100644 index 99519423..00000000 --- a/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/helper/shootstate_list.go +++ /dev/null @@ -1,142 +0,0 @@ -// Copyright (c) 2018 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -package helper - -import ( - gardencorev1alpha1 "github.com/gardener/gardener/pkg/apis/core/v1alpha1" - autoscalingv1 "k8s.io/api/autoscaling/v1" - apiequality "k8s.io/apimachinery/pkg/api/equality" -) - -// ExtensionResourceStateList is a list of ExtensionResourceStates -type ExtensionResourceStateList []gardencorev1alpha1.ExtensionResourceState - -// Get retrieves an ExtensionResourceState for given kind, name and purpose from a list of ExtensionResourceStates -// If no ExtensionResourceStates can be found, nil is returned. -func (e *ExtensionResourceStateList) Get(kind string, name, purpose *string) *gardencorev1alpha1.ExtensionResourceState { - for _, obj := range *e { - if matchesExtensionResourceState(&obj, kind, name, purpose) { - return &obj - } - } - return nil -} - -// Delete removes an ExtensionResourceState from the list by kind, name and purpose -func (e *ExtensionResourceStateList) Delete(kind string, name, purpose *string) { - for i := len(*e) - 1; i >= 0; i-- { - if matchesExtensionResourceState(&(*e)[i], kind, name, purpose) { - *e = append((*e)[:i], (*e)[i+1:]...) - return - } - } -} - -// Upsert either inserts or updates an already existing ExtensionResourceState with kind, name and purpose in the list -func (e *ExtensionResourceStateList) Upsert(extensionResourceState *gardencorev1alpha1.ExtensionResourceState) { - for i, obj := range *e { - if matchesExtensionResourceState(&obj, extensionResourceState.Kind, extensionResourceState.Name, extensionResourceState.Purpose) { - (*e)[i].State = extensionResourceState.State - (*e)[i].Resources = extensionResourceState.Resources - return - } - } - *e = append(*e, *extensionResourceState) -} - -func matchesExtensionResourceState(extensionResourceState *gardencorev1alpha1.ExtensionResourceState, kind string, name, purpose *string) bool { - if extensionResourceState.Kind == kind && apiequality.Semantic.DeepEqual(extensionResourceState.Name, name) && apiequality.Semantic.DeepEqual(extensionResourceState.Purpose, purpose) { - return true - } - return false -} - -// GardenerResourceDataList is a list of GardenerResourceData -type GardenerResourceDataList []gardencorev1alpha1.GardenerResourceData - -// Delete deletes an item from the list -func (g *GardenerResourceDataList) Delete(name string) { - for i := len(*g) - 1; i >= 0; i-- { - if (*g)[i].Name == name { - *g = append((*g)[:i], (*g)[i+1:]...) - return - } - } -} - -// Get returns the item from the list -func (g *GardenerResourceDataList) Get(name string) *gardencorev1alpha1.GardenerResourceData { - for _, resourceDataEntry := range *g { - if resourceDataEntry.Name == name { - return &resourceDataEntry - } - } - return nil -} - -// Upsert inserts a new element or updates an existing one -func (g *GardenerResourceDataList) Upsert(data *gardencorev1alpha1.GardenerResourceData) { - for i, obj := range *g { - if obj.Name == data.Name { - (*g)[i].Type = data.Type - (*g)[i].Data = data.Data - return - } - } - *g = append(*g, *data) -} - -// DeepCopy makes a deep copy of a GardenerResourceDataList -func (g GardenerResourceDataList) DeepCopy() GardenerResourceDataList { - res := GardenerResourceDataList{} - for _, obj := range g { - res = append(res, *obj.DeepCopy()) - } - return res -} - -// ResourceDataList is a list of ResourceData -type ResourceDataList []gardencorev1alpha1.ResourceData - -// Delete deletes an item from the list -func (r *ResourceDataList) Delete(ref *autoscalingv1.CrossVersionObjectReference) { - for i := len(*r) - 1; i >= 0; i-- { - if apiequality.Semantic.DeepEqual((*r)[i].CrossVersionObjectReference, *ref) { - *r = append((*r)[:i], (*r)[i+1:]...) - return - } - } -} - -// Get returns the item from the list -func (r *ResourceDataList) Get(ref *autoscalingv1.CrossVersionObjectReference) *gardencorev1alpha1.ResourceData { - for _, obj := range *r { - if apiequality.Semantic.DeepEqual(obj.CrossVersionObjectReference, *ref) { - return &obj - } - } - return nil -} - -// Upsert inserts a new element or updates an existing one -func (r *ResourceDataList) Upsert(data *gardencorev1alpha1.ResourceData) { - for i, obj := range *r { - if apiequality.Semantic.DeepEqual(obj.CrossVersionObjectReference, data.CrossVersionObjectReference) { - (*r)[i].Data = data.Data - return - } - } - *r = append(*r, *data) -} diff --git a/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/register.go b/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/register.go index 9fbfc2cb..3a7b4273 100644 --- a/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/register.go +++ b/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/register.go @@ -75,8 +75,6 @@ func addKnownTypes(scheme *runtime.Scheme) error { &ShootStateList{}, &Shoot{}, &ShootList{}, - &ShootExtensionStatus{}, - &ShootExtensionStatusList{}, ) metav1.AddToGroupVersion(scheme, SchemeGroupVersion) return nil diff --git a/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/types_common.go b/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/types_common.go index 592a4e9d..20caec4b 100644 --- a/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/types_common.go +++ b/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/types_common.go @@ -45,6 +45,10 @@ const ( ErrorConfigurationProblem ErrorCode = "ERR_CONFIGURATION_PROBLEM" // ErrorRetryableConfigurationProblem indicates that the last error occurred due to a retryable configuration problem. ErrorRetryableConfigurationProblem ErrorCode = "ERR_RETRYABLE_CONFIGURATION_PROBLEM" + // ErrorProblematicWebhook indicates that the last error occurred due to a webhook not following the Kubernetes + // best practices (https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#best-practices-and-warnings). + // It is classified as a non-retryable error code. + ErrorProblematicWebhook ErrorCode = "ERR_PROBLEMATIC_WEBHOOK" ) // LastError indicates the last occurred error for an operation on a resource. diff --git a/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/types_secretbinding.go b/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/types_secretbinding.go index c266c741..d19eff94 100644 --- a/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/types_secretbinding.go +++ b/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/types_secretbinding.go @@ -41,6 +41,15 @@ type SecretBinding struct { Provider *SecretBindingProvider `json:"provider,omitempty" protobuf:"bytes,4,opt,name=provider"` } +// GetProviderType gets the type of the provider. +func (sb *SecretBinding) GetProviderType() string { + if sb.Provider == nil { + return "" + } + + return sb.Provider.Type +} + // SecretBindingProvider defines the provider type of the SecretBinding. type SecretBindingProvider struct { // Type is the type of the provider. diff --git a/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/types_shoot.go b/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/types_shoot.go index 5659f7d4..3ba04316 100644 --- a/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/types_shoot.go +++ b/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/types_shoot.go @@ -190,18 +190,60 @@ type ShootCredentialsRotation struct { // CertificateAuthorities contains information about the certificate authority credential rotation. // +optional CertificateAuthorities *ShootCARotation `json:"certificateAuthorities,omitempty" protobuf:"bytes,1,opt,name=certificateAuthorities"` + // Kubeconfig contains information about the kubeconfig credential rotation. + // +optional + Kubeconfig *ShootKubeconfigRotation `json:"kubeconfig,omitempty" protobuf:"bytes,2,opt,name=kubeconfig"` + // SSHKeypair contains information about the ssh-keypair credential rotation. + // +optional + SSHKeypair *ShootSSHKeypairRotation `json:"sshKeypair,omitempty" protobuf:"bytes,3,opt,name=sshKeypair"` + // Observability contains information about the observability credential rotation. + // +optional + Observability *ShootObservabilityRotation `json:"observability,omitempty" protobuf:"bytes,4,opt,name=observability"` } // ShootCARotation contains information about the certificate authority credential rotation. type ShootCARotation struct { // Phase describes the phase of the certificate authority credential rotation. Phase ShootCredentialsRotationPhase `json:"phase" protobuf:"bytes,1,opt,name=phase"` + // LastInitiationTime is the most recent time when the certificate authority credential rotation was initiated. + // +optional + LastInitiationTime *metav1.Time `json:"lastInitiationTime,omitempty" protobuf:"bytes,3,opt,name=lastInitiationTime"` // LastCompletionTime is the most recent time when the certificate authority credential rotation was successfully // completed. // +optional LastCompletionTime *metav1.Time `json:"lastCompletionTime,omitempty" protobuf:"bytes,2,opt,name=lastCompletionTime"` } +// ShootKubeconfigRotation contains information about the kubeconfig credential rotation. +type ShootKubeconfigRotation struct { + // LastInitiationTime is the most recent time when the kubeconfig credential rotation was initiated. + // +optional + LastInitiationTime *metav1.Time `json:"lastInitiationTime,omitempty" protobuf:"bytes,1,opt,name=lastInitiationTime"` + // LastCompletionTime is the most recent time when the kubeconfig credential rotation was successfully completed. + // +optional + LastCompletionTime *metav1.Time `json:"lastCompletionTime,omitempty" protobuf:"bytes,2,opt,name=lastCompletionTime"` +} + +// ShootSSHKeypairRotation contains information about the ssh-keypair credential rotation. +type ShootSSHKeypairRotation struct { + // LastInitiationTime is the most recent time when the certificate authority credential rotation was initiated. + // +optional + LastInitiationTime *metav1.Time `json:"lastInitiationTime,omitempty" protobuf:"bytes,1,opt,name=lastInitiationTime"` + // LastCompletionTime is the most recent time when the ssh-keypair credential rotation was successfully completed. + // +optional + LastCompletionTime *metav1.Time `json:"lastCompletionTime,omitempty" protobuf:"bytes,2,opt,name=lastCompletionTime"` +} + +// ShootObservabilityRotation contains information about the observability credential rotation. +type ShootObservabilityRotation struct { + // LastInitiationTime is the most recent time when the observability credential rotation was initiated. + // +optional + LastInitiationTime *metav1.Time `json:"lastInitiationTime,omitempty" protobuf:"bytes,1,opt,name=lastInitiationTime"` + // LastCompletionTime is the most recent time when the observability credential rotation was successfully completed. + // +optional + LastCompletionTime *metav1.Time `json:"lastCompletionTime,omitempty" protobuf:"bytes,2,opt,name=lastCompletionTime"` +} + // ShootCredentialsRotationPhase is a string alias. type ShootCredentialsRotationPhase string @@ -364,7 +406,7 @@ type NamedResourceReference struct { // Hibernation contains information whether the Shoot is suspended or not. type Hibernation struct { // Enabled specifies whether the Shoot needs to be hibernated or not. If it is true, the Shoot's desired state is to be hibernated. - // If it is false or nil, the Shoot's desired state is to be awaken. + // If it is false or nil, the Shoot's desired state is to be awakened. // +optional Enabled *bool `json:"enabled,omitempty" protobuf:"varint,1,opt,name=enabled"` // Schedules determine the hibernation schedules. @@ -419,6 +461,10 @@ type Kubernetes struct { // VerticalPodAutoscaler contains the configuration flags for the Kubernetes vertical pod autoscaler. // +optional VerticalPodAutoscaler *VerticalPodAutoscaler `json:"verticalPodAutoscaler,omitempty" protobuf:"bytes,9,opt,name=verticalPodAutoscaler"` + // EnableStaticTokenKubeconfig indicates whether static token kubeconfig secret should be present in garden cluster + // (default: true). + // +optional + EnableStaticTokenKubeconfig *bool `json:"enableStaticTokenKubeconfig,omitempty" protobuf:"varint,10,opt,name=enableStaticTokenKubeconfig"` } // ClusterAutoscaler contains the configuration flags for the Kubernetes cluster autoscaler. @@ -621,6 +667,8 @@ type ServiceAccountConfig struct { // MaxTokenExpiration is the maximum validity duration of a token created by the service account token issuer. If an // otherwise valid TokenRequest with a validity duration larger than this value is requested, a token will be issued // with a validity duration of this value. + // This field must be within [30d,90d] when the ShootMaxTokenExpirationValidation feature gate is enabled. + // This field will be overwritten to be within [30d,90d] when the ShootMaxTokenExpirationOverwrite feature gate is enabled. // +optional MaxTokenExpiration *metav1.Duration `json:"maxTokenExpiration,omitempty" protobuf:"bytes,4,opt,name=maxTokenExpiration"` // AcceptedIssuers is an additional set of issuers that are used to determine which service account tokens are accepted. diff --git a/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/types_shootextensionstatus.go b/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/types_shootextensionstatus.go deleted file mode 100644 index 3c5b8525..00000000 --- a/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/types_shootextensionstatus.go +++ /dev/null @@ -1,62 +0,0 @@ -// Copyright (c) 2021 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -package v1alpha1 - -import ( - metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - "k8s.io/apimachinery/pkg/runtime" -) - -// +genclient -// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object - -// ShootExtensionStatus holds the status information of extensions of a Shoot cluster -type ShootExtensionStatus struct { - metav1.TypeMeta `json:",inline"` - // Standard object metadata. - // Designed to have an owner reference to the associated Shoot resource - // +optional - metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"` - // Statuses holds a list of statuses of extension controllers. - // +optional - Statuses []ExtensionStatus `json:"statuses,omitempty" protobuf:"bytes,2,rep,name=statuses"` -} - -// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object - -// ShootExtensionStatusList is a list of ShootExtensionStatus objects. -type ShootExtensionStatusList struct { - metav1.TypeMeta `json:",inline"` - // Standard list object metadata. - // +optional - metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"` - // Items is a list of ShootExtensionStatus. - // +optional - Items []ShootExtensionStatus `json:"items" protobuf:"bytes,2,rep,name=items"` -} - -// ExtensionStatus contains the kind, the type, the optional purpose and the last observed status -// of an extension controller. -type ExtensionStatus struct { - // Kind of the extension resource - Kind string `json:"kind" protobuf:"bytes,1,opt,name=kind"` - // Type of the extension resource. This field is immutable. - Type string `json:"type" protobuf:"bytes,2,opt,name=type"` - // Purpose of the extension resource - // +optional - Purpose *string `json:"purpose,omitempty" protobuf:"bytes,3,opt,name=purpose"` - // Status contains the status of the extension resource - Status runtime.RawExtension `json:"status" protobuf:"bytes,4,opt,name=status"` -} diff --git a/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/types_shootstate.go b/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/types_shootstate.go index 4586065e..7ec61066 100644 --- a/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/types_shootstate.go +++ b/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/types_shootstate.go @@ -71,6 +71,9 @@ type GardenerResourceData struct { Type string `json:"type" protobuf:"bytes,2,opt,name=type"` // Data contains the payload required to generate resources Data runtime.RawExtension `json:"data" protobuf:"bytes,3,opt,name=data"` + // Labels are labels of the object + // +optional + Labels map[string]string `json:"labels,omitempty" protobuf:"bytes,4,opt,name=labels"` } // ExtensionResourceState contains the kind of the extension custom resource and its last observed state in the Shoot's diff --git a/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/zz_generated.conversion.go b/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/zz_generated.conversion.go index 1b173e21..4455bc24 100644 --- a/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/zz_generated.conversion.go +++ b/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/zz_generated.conversion.go @@ -503,16 +503,6 @@ func RegisterConversions(s *runtime.Scheme) error { }); err != nil { return err } - if err := s.AddGeneratedConversionFunc((*ExtensionStatus)(nil), (*core.ExtensionStatus)(nil), func(a, b interface{}, scope conversion.Scope) error { - return Convert_v1alpha1_ExtensionStatus_To_core_ExtensionStatus(a.(*ExtensionStatus), b.(*core.ExtensionStatus), scope) - }); err != nil { - return err - } - if err := s.AddGeneratedConversionFunc((*core.ExtensionStatus)(nil), (*ExtensionStatus)(nil), func(a, b interface{}, scope conversion.Scope) error { - return Convert_core_ExtensionStatus_To_v1alpha1_ExtensionStatus(a.(*core.ExtensionStatus), b.(*ExtensionStatus), scope) - }); err != nil { - return err - } if err := s.AddGeneratedConversionFunc((*Gardener)(nil), (*core.Gardener)(nil), func(a, b interface{}, scope conversion.Scope) error { return Convert_v1alpha1_Gardener_To_core_Gardener(a.(*Gardener), b.(*core.Gardener), scope) }); err != nil { @@ -1338,23 +1328,13 @@ func RegisterConversions(s *runtime.Scheme) error { }); err != nil { return err } - if err := s.AddGeneratedConversionFunc((*ShootExtensionStatus)(nil), (*core.ShootExtensionStatus)(nil), func(a, b interface{}, scope conversion.Scope) error { - return Convert_v1alpha1_ShootExtensionStatus_To_core_ShootExtensionStatus(a.(*ShootExtensionStatus), b.(*core.ShootExtensionStatus), scope) + if err := s.AddGeneratedConversionFunc((*ShootKubeconfigRotation)(nil), (*core.ShootKubeconfigRotation)(nil), func(a, b interface{}, scope conversion.Scope) error { + return Convert_v1alpha1_ShootKubeconfigRotation_To_core_ShootKubeconfigRotation(a.(*ShootKubeconfigRotation), b.(*core.ShootKubeconfigRotation), scope) }); err != nil { return err } - if err := s.AddGeneratedConversionFunc((*core.ShootExtensionStatus)(nil), (*ShootExtensionStatus)(nil), func(a, b interface{}, scope conversion.Scope) error { - return Convert_core_ShootExtensionStatus_To_v1alpha1_ShootExtensionStatus(a.(*core.ShootExtensionStatus), b.(*ShootExtensionStatus), scope) - }); err != nil { - return err - } - if err := s.AddGeneratedConversionFunc((*ShootExtensionStatusList)(nil), (*core.ShootExtensionStatusList)(nil), func(a, b interface{}, scope conversion.Scope) error { - return Convert_v1alpha1_ShootExtensionStatusList_To_core_ShootExtensionStatusList(a.(*ShootExtensionStatusList), b.(*core.ShootExtensionStatusList), scope) - }); err != nil { - return err - } - if err := s.AddGeneratedConversionFunc((*core.ShootExtensionStatusList)(nil), (*ShootExtensionStatusList)(nil), func(a, b interface{}, scope conversion.Scope) error { - return Convert_core_ShootExtensionStatusList_To_v1alpha1_ShootExtensionStatusList(a.(*core.ShootExtensionStatusList), b.(*ShootExtensionStatusList), scope) + if err := s.AddGeneratedConversionFunc((*core.ShootKubeconfigRotation)(nil), (*ShootKubeconfigRotation)(nil), func(a, b interface{}, scope conversion.Scope) error { + return Convert_core_ShootKubeconfigRotation_To_v1alpha1_ShootKubeconfigRotation(a.(*core.ShootKubeconfigRotation), b.(*ShootKubeconfigRotation), scope) }); err != nil { return err } @@ -1388,6 +1368,26 @@ func RegisterConversions(s *runtime.Scheme) error { }); err != nil { return err } + if err := s.AddGeneratedConversionFunc((*ShootObservabilityRotation)(nil), (*core.ShootObservabilityRotation)(nil), func(a, b interface{}, scope conversion.Scope) error { + return Convert_v1alpha1_ShootObservabilityRotation_To_core_ShootObservabilityRotation(a.(*ShootObservabilityRotation), b.(*core.ShootObservabilityRotation), scope) + }); err != nil { + return err + } + if err := s.AddGeneratedConversionFunc((*core.ShootObservabilityRotation)(nil), (*ShootObservabilityRotation)(nil), func(a, b interface{}, scope conversion.Scope) error { + return Convert_core_ShootObservabilityRotation_To_v1alpha1_ShootObservabilityRotation(a.(*core.ShootObservabilityRotation), b.(*ShootObservabilityRotation), scope) + }); err != nil { + return err + } + if err := s.AddGeneratedConversionFunc((*ShootSSHKeypairRotation)(nil), (*core.ShootSSHKeypairRotation)(nil), func(a, b interface{}, scope conversion.Scope) error { + return Convert_v1alpha1_ShootSSHKeypairRotation_To_core_ShootSSHKeypairRotation(a.(*ShootSSHKeypairRotation), b.(*core.ShootSSHKeypairRotation), scope) + }); err != nil { + return err + } + if err := s.AddGeneratedConversionFunc((*core.ShootSSHKeypairRotation)(nil), (*ShootSSHKeypairRotation)(nil), func(a, b interface{}, scope conversion.Scope) error { + return Convert_core_ShootSSHKeypairRotation_To_v1alpha1_ShootSSHKeypairRotation(a.(*core.ShootSSHKeypairRotation), b.(*ShootSSHKeypairRotation), scope) + }); err != nil { + return err + } if err := s.AddGeneratedConversionFunc((*ShootSpec)(nil), (*core.ShootSpec)(nil), func(a, b interface{}, scope conversion.Scope) error { return Convert_v1alpha1_ShootSpec_To_core_ShootSpec(a.(*ShootSpec), b.(*core.ShootSpec), scope) }); err != nil { @@ -2884,36 +2884,6 @@ func Convert_core_ExtensionResourceState_To_v1alpha1_ExtensionResourceState(in * return autoConvert_core_ExtensionResourceState_To_v1alpha1_ExtensionResourceState(in, out, s) } -func autoConvert_v1alpha1_ExtensionStatus_To_core_ExtensionStatus(in *ExtensionStatus, out *core.ExtensionStatus, s conversion.Scope) error { - out.Kind = in.Kind - out.Type = in.Type - out.Purpose = (*string)(unsafe.Pointer(in.Purpose)) - if err := runtime.Convert_runtime_RawExtension_To_runtime_Object(&in.Status, &out.Status, s); err != nil { - return err - } - return nil -} - -// Convert_v1alpha1_ExtensionStatus_To_core_ExtensionStatus is an autogenerated conversion function. -func Convert_v1alpha1_ExtensionStatus_To_core_ExtensionStatus(in *ExtensionStatus, out *core.ExtensionStatus, s conversion.Scope) error { - return autoConvert_v1alpha1_ExtensionStatus_To_core_ExtensionStatus(in, out, s) -} - -func autoConvert_core_ExtensionStatus_To_v1alpha1_ExtensionStatus(in *core.ExtensionStatus, out *ExtensionStatus, s conversion.Scope) error { - out.Kind = in.Kind - out.Type = in.Type - out.Purpose = (*string)(unsafe.Pointer(in.Purpose)) - if err := runtime.Convert_runtime_Object_To_runtime_RawExtension(&in.Status, &out.Status, s); err != nil { - return err - } - return nil -} - -// Convert_core_ExtensionStatus_To_v1alpha1_ExtensionStatus is an autogenerated conversion function. -func Convert_core_ExtensionStatus_To_v1alpha1_ExtensionStatus(in *core.ExtensionStatus, out *ExtensionStatus, s conversion.Scope) error { - return autoConvert_core_ExtensionStatus_To_v1alpha1_ExtensionStatus(in, out, s) -} - func autoConvert_v1alpha1_Gardener_To_core_Gardener(in *Gardener, out *core.Gardener, s conversion.Scope) error { out.ID = in.ID out.Name = in.Name @@ -2942,6 +2912,7 @@ func autoConvert_v1alpha1_GardenerResourceData_To_core_GardenerResourceData(in * out.Name = in.Name out.Type = in.Type out.Data = in.Data + out.Labels = *(*map[string]string)(unsafe.Pointer(&in.Labels)) return nil } @@ -2954,6 +2925,7 @@ func autoConvert_core_GardenerResourceData_To_v1alpha1_GardenerResourceData(in * out.Name = in.Name out.Type = in.Type out.Data = in.Data + out.Labels = *(*map[string]string)(unsafe.Pointer(&in.Labels)) return nil } @@ -3416,6 +3388,7 @@ func autoConvert_v1alpha1_Kubernetes_To_core_Kubernetes(in *Kubernetes, out *cor out.Kubelet = (*core.KubeletConfig)(unsafe.Pointer(in.Kubelet)) out.Version = in.Version out.VerticalPodAutoscaler = (*core.VerticalPodAutoscaler)(unsafe.Pointer(in.VerticalPodAutoscaler)) + out.EnableStaticTokenKubeconfig = (*bool)(unsafe.Pointer(in.EnableStaticTokenKubeconfig)) return nil } @@ -3434,6 +3407,7 @@ func autoConvert_core_Kubernetes_To_v1alpha1_Kubernetes(in *core.Kubernetes, out out.Kubelet = (*KubeletConfig)(unsafe.Pointer(in.Kubelet)) out.Version = in.Version out.VerticalPodAutoscaler = (*VerticalPodAutoscaler)(unsafe.Pointer(in.VerticalPodAutoscaler)) + out.EnableStaticTokenKubeconfig = (*bool)(unsafe.Pointer(in.EnableStaticTokenKubeconfig)) return nil } @@ -5146,6 +5120,7 @@ func Convert_core_ShootAdvertisedAddress_To_v1alpha1_ShootAdvertisedAddress(in * func autoConvert_v1alpha1_ShootCARotation_To_core_ShootCARotation(in *ShootCARotation, out *core.ShootCARotation, s conversion.Scope) error { out.Phase = core.ShootCredentialsRotationPhase(in.Phase) + out.LastInitiationTime = (*metav1.Time)(unsafe.Pointer(in.LastInitiationTime)) out.LastCompletionTime = (*metav1.Time)(unsafe.Pointer(in.LastCompletionTime)) return nil } @@ -5157,6 +5132,7 @@ func Convert_v1alpha1_ShootCARotation_To_core_ShootCARotation(in *ShootCARotatio func autoConvert_core_ShootCARotation_To_v1alpha1_ShootCARotation(in *core.ShootCARotation, out *ShootCARotation, s conversion.Scope) error { out.Phase = ShootCredentialsRotationPhase(in.Phase) + out.LastInitiationTime = (*metav1.Time)(unsafe.Pointer(in.LastInitiationTime)) out.LastCompletionTime = (*metav1.Time)(unsafe.Pointer(in.LastCompletionTime)) return nil } @@ -5188,6 +5164,9 @@ func Convert_core_ShootCredentials_To_v1alpha1_ShootCredentials(in *core.ShootCr func autoConvert_v1alpha1_ShootCredentialsRotation_To_core_ShootCredentialsRotation(in *ShootCredentialsRotation, out *core.ShootCredentialsRotation, s conversion.Scope) error { out.CertificateAuthorities = (*core.ShootCARotation)(unsafe.Pointer(in.CertificateAuthorities)) + out.Kubeconfig = (*core.ShootKubeconfigRotation)(unsafe.Pointer(in.Kubeconfig)) + out.SSHKeypair = (*core.ShootSSHKeypairRotation)(unsafe.Pointer(in.SSHKeypair)) + out.Observability = (*core.ShootObservabilityRotation)(unsafe.Pointer(in.Observability)) return nil } @@ -5198,6 +5177,9 @@ func Convert_v1alpha1_ShootCredentialsRotation_To_core_ShootCredentialsRotation( func autoConvert_core_ShootCredentialsRotation_To_v1alpha1_ShootCredentialsRotation(in *core.ShootCredentialsRotation, out *ShootCredentialsRotation, s conversion.Scope) error { out.CertificateAuthorities = (*ShootCARotation)(unsafe.Pointer(in.CertificateAuthorities)) + out.Kubeconfig = (*ShootKubeconfigRotation)(unsafe.Pointer(in.Kubeconfig)) + out.SSHKeypair = (*ShootSSHKeypairRotation)(unsafe.Pointer(in.SSHKeypair)) + out.Observability = (*ShootObservabilityRotation)(unsafe.Pointer(in.Observability)) return nil } @@ -5206,88 +5188,26 @@ func Convert_core_ShootCredentialsRotation_To_v1alpha1_ShootCredentialsRotation( return autoConvert_core_ShootCredentialsRotation_To_v1alpha1_ShootCredentialsRotation(in, out, s) } -func autoConvert_v1alpha1_ShootExtensionStatus_To_core_ShootExtensionStatus(in *ShootExtensionStatus, out *core.ShootExtensionStatus, s conversion.Scope) error { - out.ObjectMeta = in.ObjectMeta - if in.Statuses != nil { - in, out := &in.Statuses, &out.Statuses - *out = make([]core.ExtensionStatus, len(*in)) - for i := range *in { - if err := Convert_v1alpha1_ExtensionStatus_To_core_ExtensionStatus(&(*in)[i], &(*out)[i], s); err != nil { - return err - } - } - } else { - out.Statuses = nil - } - return nil -} - -// Convert_v1alpha1_ShootExtensionStatus_To_core_ShootExtensionStatus is an autogenerated conversion function. -func Convert_v1alpha1_ShootExtensionStatus_To_core_ShootExtensionStatus(in *ShootExtensionStatus, out *core.ShootExtensionStatus, s conversion.Scope) error { - return autoConvert_v1alpha1_ShootExtensionStatus_To_core_ShootExtensionStatus(in, out, s) -} - -func autoConvert_core_ShootExtensionStatus_To_v1alpha1_ShootExtensionStatus(in *core.ShootExtensionStatus, out *ShootExtensionStatus, s conversion.Scope) error { - out.ObjectMeta = in.ObjectMeta - if in.Statuses != nil { - in, out := &in.Statuses, &out.Statuses - *out = make([]ExtensionStatus, len(*in)) - for i := range *in { - if err := Convert_core_ExtensionStatus_To_v1alpha1_ExtensionStatus(&(*in)[i], &(*out)[i], s); err != nil { - return err - } - } - } else { - out.Statuses = nil - } - return nil -} - -// Convert_core_ShootExtensionStatus_To_v1alpha1_ShootExtensionStatus is an autogenerated conversion function. -func Convert_core_ShootExtensionStatus_To_v1alpha1_ShootExtensionStatus(in *core.ShootExtensionStatus, out *ShootExtensionStatus, s conversion.Scope) error { - return autoConvert_core_ShootExtensionStatus_To_v1alpha1_ShootExtensionStatus(in, out, s) -} - -func autoConvert_v1alpha1_ShootExtensionStatusList_To_core_ShootExtensionStatusList(in *ShootExtensionStatusList, out *core.ShootExtensionStatusList, s conversion.Scope) error { - out.ListMeta = in.ListMeta - if in.Items != nil { - in, out := &in.Items, &out.Items - *out = make([]core.ShootExtensionStatus, len(*in)) - for i := range *in { - if err := Convert_v1alpha1_ShootExtensionStatus_To_core_ShootExtensionStatus(&(*in)[i], &(*out)[i], s); err != nil { - return err - } - } - } else { - out.Items = nil - } +func autoConvert_v1alpha1_ShootKubeconfigRotation_To_core_ShootKubeconfigRotation(in *ShootKubeconfigRotation, out *core.ShootKubeconfigRotation, s conversion.Scope) error { + out.LastInitiationTime = (*metav1.Time)(unsafe.Pointer(in.LastInitiationTime)) + out.LastCompletionTime = (*metav1.Time)(unsafe.Pointer(in.LastCompletionTime)) return nil } -// Convert_v1alpha1_ShootExtensionStatusList_To_core_ShootExtensionStatusList is an autogenerated conversion function. -func Convert_v1alpha1_ShootExtensionStatusList_To_core_ShootExtensionStatusList(in *ShootExtensionStatusList, out *core.ShootExtensionStatusList, s conversion.Scope) error { - return autoConvert_v1alpha1_ShootExtensionStatusList_To_core_ShootExtensionStatusList(in, out, s) +// Convert_v1alpha1_ShootKubeconfigRotation_To_core_ShootKubeconfigRotation is an autogenerated conversion function. +func Convert_v1alpha1_ShootKubeconfigRotation_To_core_ShootKubeconfigRotation(in *ShootKubeconfigRotation, out *core.ShootKubeconfigRotation, s conversion.Scope) error { + return autoConvert_v1alpha1_ShootKubeconfigRotation_To_core_ShootKubeconfigRotation(in, out, s) } -func autoConvert_core_ShootExtensionStatusList_To_v1alpha1_ShootExtensionStatusList(in *core.ShootExtensionStatusList, out *ShootExtensionStatusList, s conversion.Scope) error { - out.ListMeta = in.ListMeta - if in.Items != nil { - in, out := &in.Items, &out.Items - *out = make([]ShootExtensionStatus, len(*in)) - for i := range *in { - if err := Convert_core_ShootExtensionStatus_To_v1alpha1_ShootExtensionStatus(&(*in)[i], &(*out)[i], s); err != nil { - return err - } - } - } else { - out.Items = nil - } +func autoConvert_core_ShootKubeconfigRotation_To_v1alpha1_ShootKubeconfigRotation(in *core.ShootKubeconfigRotation, out *ShootKubeconfigRotation, s conversion.Scope) error { + out.LastInitiationTime = (*metav1.Time)(unsafe.Pointer(in.LastInitiationTime)) + out.LastCompletionTime = (*metav1.Time)(unsafe.Pointer(in.LastCompletionTime)) return nil } -// Convert_core_ShootExtensionStatusList_To_v1alpha1_ShootExtensionStatusList is an autogenerated conversion function. -func Convert_core_ShootExtensionStatusList_To_v1alpha1_ShootExtensionStatusList(in *core.ShootExtensionStatusList, out *ShootExtensionStatusList, s conversion.Scope) error { - return autoConvert_core_ShootExtensionStatusList_To_v1alpha1_ShootExtensionStatusList(in, out, s) +// Convert_core_ShootKubeconfigRotation_To_v1alpha1_ShootKubeconfigRotation is an autogenerated conversion function. +func Convert_core_ShootKubeconfigRotation_To_v1alpha1_ShootKubeconfigRotation(in *core.ShootKubeconfigRotation, out *ShootKubeconfigRotation, s conversion.Scope) error { + return autoConvert_core_ShootKubeconfigRotation_To_v1alpha1_ShootKubeconfigRotation(in, out, s) } func autoConvert_v1alpha1_ShootList_To_core_ShootList(in *ShootList, out *core.ShootList, s conversion.Scope) error { @@ -5382,6 +5302,50 @@ func Convert_core_ShootNetworks_To_v1alpha1_ShootNetworks(in *core.ShootNetworks return autoConvert_core_ShootNetworks_To_v1alpha1_ShootNetworks(in, out, s) } +func autoConvert_v1alpha1_ShootObservabilityRotation_To_core_ShootObservabilityRotation(in *ShootObservabilityRotation, out *core.ShootObservabilityRotation, s conversion.Scope) error { + out.LastInitiationTime = (*metav1.Time)(unsafe.Pointer(in.LastInitiationTime)) + out.LastCompletionTime = (*metav1.Time)(unsafe.Pointer(in.LastCompletionTime)) + return nil +} + +// Convert_v1alpha1_ShootObservabilityRotation_To_core_ShootObservabilityRotation is an autogenerated conversion function. +func Convert_v1alpha1_ShootObservabilityRotation_To_core_ShootObservabilityRotation(in *ShootObservabilityRotation, out *core.ShootObservabilityRotation, s conversion.Scope) error { + return autoConvert_v1alpha1_ShootObservabilityRotation_To_core_ShootObservabilityRotation(in, out, s) +} + +func autoConvert_core_ShootObservabilityRotation_To_v1alpha1_ShootObservabilityRotation(in *core.ShootObservabilityRotation, out *ShootObservabilityRotation, s conversion.Scope) error { + out.LastInitiationTime = (*metav1.Time)(unsafe.Pointer(in.LastInitiationTime)) + out.LastCompletionTime = (*metav1.Time)(unsafe.Pointer(in.LastCompletionTime)) + return nil +} + +// Convert_core_ShootObservabilityRotation_To_v1alpha1_ShootObservabilityRotation is an autogenerated conversion function. +func Convert_core_ShootObservabilityRotation_To_v1alpha1_ShootObservabilityRotation(in *core.ShootObservabilityRotation, out *ShootObservabilityRotation, s conversion.Scope) error { + return autoConvert_core_ShootObservabilityRotation_To_v1alpha1_ShootObservabilityRotation(in, out, s) +} + +func autoConvert_v1alpha1_ShootSSHKeypairRotation_To_core_ShootSSHKeypairRotation(in *ShootSSHKeypairRotation, out *core.ShootSSHKeypairRotation, s conversion.Scope) error { + out.LastInitiationTime = (*metav1.Time)(unsafe.Pointer(in.LastInitiationTime)) + out.LastCompletionTime = (*metav1.Time)(unsafe.Pointer(in.LastCompletionTime)) + return nil +} + +// Convert_v1alpha1_ShootSSHKeypairRotation_To_core_ShootSSHKeypairRotation is an autogenerated conversion function. +func Convert_v1alpha1_ShootSSHKeypairRotation_To_core_ShootSSHKeypairRotation(in *ShootSSHKeypairRotation, out *core.ShootSSHKeypairRotation, s conversion.Scope) error { + return autoConvert_v1alpha1_ShootSSHKeypairRotation_To_core_ShootSSHKeypairRotation(in, out, s) +} + +func autoConvert_core_ShootSSHKeypairRotation_To_v1alpha1_ShootSSHKeypairRotation(in *core.ShootSSHKeypairRotation, out *ShootSSHKeypairRotation, s conversion.Scope) error { + out.LastInitiationTime = (*metav1.Time)(unsafe.Pointer(in.LastInitiationTime)) + out.LastCompletionTime = (*metav1.Time)(unsafe.Pointer(in.LastCompletionTime)) + return nil +} + +// Convert_core_ShootSSHKeypairRotation_To_v1alpha1_ShootSSHKeypairRotation is an autogenerated conversion function. +func Convert_core_ShootSSHKeypairRotation_To_v1alpha1_ShootSSHKeypairRotation(in *core.ShootSSHKeypairRotation, out *ShootSSHKeypairRotation, s conversion.Scope) error { + return autoConvert_core_ShootSSHKeypairRotation_To_v1alpha1_ShootSSHKeypairRotation(in, out, s) +} + func autoConvert_v1alpha1_ShootSpec_To_core_ShootSpec(in *ShootSpec, out *core.ShootSpec, s conversion.Scope) error { out.Addons = (*core.Addons)(unsafe.Pointer(in.Addons)) out.CloudProfileName = in.CloudProfileName diff --git a/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/zz_generated.deepcopy.go b/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/zz_generated.deepcopy.go index 734acd5f..e719726c 100644 --- a/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/zz_generated.deepcopy.go +++ b/vendor/github.com/gardener/gardener/pkg/apis/core/v1alpha1/zz_generated.deepcopy.go @@ -1418,28 +1418,6 @@ func (in *ExtensionResourceState) DeepCopy() *ExtensionResourceState { return out } -// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *ExtensionStatus) DeepCopyInto(out *ExtensionStatus) { - *out = *in - if in.Purpose != nil { - in, out := &in.Purpose, &out.Purpose - *out = new(string) - **out = **in - } - in.Status.DeepCopyInto(&out.Status) - return -} - -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExtensionStatus. -func (in *ExtensionStatus) DeepCopy() *ExtensionStatus { - if in == nil { - return nil - } - out := new(ExtensionStatus) - in.DeepCopyInto(out) - return out -} - // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *Gardener) DeepCopyInto(out *Gardener) { *out = *in @@ -1460,6 +1438,13 @@ func (in *Gardener) DeepCopy() *Gardener { func (in *GardenerResourceData) DeepCopyInto(out *GardenerResourceData) { *out = *in in.Data.DeepCopyInto(&out.Data) + if in.Labels != nil { + in, out := &in.Labels, &out.Labels + *out = make(map[string]string, len(*in)) + for key, val := range *in { + (*out)[key] = val + } + } return } @@ -2103,6 +2088,11 @@ func (in *Kubernetes) DeepCopyInto(out *Kubernetes) { *out = new(VerticalPodAutoscaler) (*in).DeepCopyInto(*out) } + if in.EnableStaticTokenKubeconfig != nil { + in, out := &in.EnableStaticTokenKubeconfig, &out.EnableStaticTokenKubeconfig + *out = new(bool) + **out = **in + } return } @@ -3936,6 +3926,10 @@ func (in *ShootAdvertisedAddress) DeepCopy() *ShootAdvertisedAddress { // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ShootCARotation) DeepCopyInto(out *ShootCARotation) { *out = *in + if in.LastInitiationTime != nil { + in, out := &in.LastInitiationTime, &out.LastInitiationTime + *out = (*in).DeepCopy() + } if in.LastCompletionTime != nil { in, out := &in.LastCompletionTime, &out.LastCompletionTime *out = (*in).DeepCopy() @@ -3982,6 +3976,21 @@ func (in *ShootCredentialsRotation) DeepCopyInto(out *ShootCredentialsRotation) *out = new(ShootCARotation) (*in).DeepCopyInto(*out) } + if in.Kubeconfig != nil { + in, out := &in.Kubeconfig, &out.Kubeconfig + *out = new(ShootKubeconfigRotation) + (*in).DeepCopyInto(*out) + } + if in.SSHKeypair != nil { + in, out := &in.SSHKeypair, &out.SSHKeypair + *out = new(ShootSSHKeypairRotation) + (*in).DeepCopyInto(*out) + } + if in.Observability != nil { + in, out := &in.Observability, &out.Observability + *out = new(ShootObservabilityRotation) + (*in).DeepCopyInto(*out) + } return } @@ -3996,71 +4005,29 @@ func (in *ShootCredentialsRotation) DeepCopy() *ShootCredentialsRotation { } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *ShootExtensionStatus) DeepCopyInto(out *ShootExtensionStatus) { +func (in *ShootKubeconfigRotation) DeepCopyInto(out *ShootKubeconfigRotation) { *out = *in - out.TypeMeta = in.TypeMeta - in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) - if in.Statuses != nil { - in, out := &in.Statuses, &out.Statuses - *out = make([]ExtensionStatus, len(*in)) - for i := range *in { - (*in)[i].DeepCopyInto(&(*out)[i]) - } - } - return -} - -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ShootExtensionStatus. -func (in *ShootExtensionStatus) DeepCopy() *ShootExtensionStatus { - if in == nil { - return nil - } - out := new(ShootExtensionStatus) - in.DeepCopyInto(out) - return out -} - -// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. -func (in *ShootExtensionStatus) DeepCopyObject() runtime.Object { - if c := in.DeepCopy(); c != nil { - return c + if in.LastInitiationTime != nil { + in, out := &in.LastInitiationTime, &out.LastInitiationTime + *out = (*in).DeepCopy() } - return nil -} - -// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *ShootExtensionStatusList) DeepCopyInto(out *ShootExtensionStatusList) { - *out = *in - out.TypeMeta = in.TypeMeta - in.ListMeta.DeepCopyInto(&out.ListMeta) - if in.Items != nil { - in, out := &in.Items, &out.Items - *out = make([]ShootExtensionStatus, len(*in)) - for i := range *in { - (*in)[i].DeepCopyInto(&(*out)[i]) - } + if in.LastCompletionTime != nil { + in, out := &in.LastCompletionTime, &out.LastCompletionTime + *out = (*in).DeepCopy() } return } -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ShootExtensionStatusList. -func (in *ShootExtensionStatusList) DeepCopy() *ShootExtensionStatusList { +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ShootKubeconfigRotation. +func (in *ShootKubeconfigRotation) DeepCopy() *ShootKubeconfigRotation { if in == nil { return nil } - out := new(ShootExtensionStatusList) + out := new(ShootKubeconfigRotation) in.DeepCopyInto(out) return out } -// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. -func (in *ShootExtensionStatusList) DeepCopyObject() runtime.Object { - if c := in.DeepCopy(); c != nil { - return c - } - return nil -} - // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ShootList) DeepCopyInto(out *ShootList) { *out = *in @@ -4146,6 +4113,54 @@ func (in *ShootNetworks) DeepCopy() *ShootNetworks { return out } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *ShootObservabilityRotation) DeepCopyInto(out *ShootObservabilityRotation) { + *out = *in + if in.LastInitiationTime != nil { + in, out := &in.LastInitiationTime, &out.LastInitiationTime + *out = (*in).DeepCopy() + } + if in.LastCompletionTime != nil { + in, out := &in.LastCompletionTime, &out.LastCompletionTime + *out = (*in).DeepCopy() + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ShootObservabilityRotation. +func (in *ShootObservabilityRotation) DeepCopy() *ShootObservabilityRotation { + if in == nil { + return nil + } + out := new(ShootObservabilityRotation) + in.DeepCopyInto(out) + return out +} + +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *ShootSSHKeypairRotation) DeepCopyInto(out *ShootSSHKeypairRotation) { + *out = *in + if in.LastInitiationTime != nil { + in, out := &in.LastInitiationTime, &out.LastInitiationTime + *out = (*in).DeepCopy() + } + if in.LastCompletionTime != nil { + in, out := &in.LastCompletionTime, &out.LastCompletionTime + *out = (*in).DeepCopy() + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ShootSSHKeypairRotation. +func (in *ShootSSHKeypairRotation) DeepCopy() *ShootSSHKeypairRotation { + if in == nil { + return nil + } + out := new(ShootSSHKeypairRotation) + in.DeepCopyInto(out) + return out +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ShootSpec) DeepCopyInto(out *ShootSpec) { *out = *in diff --git a/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/constants/types_constants.go b/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/constants/types_constants.go index 600d44f9..4d54b23a 100644 --- a/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/constants/types_constants.go +++ b/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/constants/types_constants.go @@ -15,9 +15,17 @@ package constants const ( + // SecretManagerIdentityControllerManager is the identity for the secret manager used inside controller-manager. + SecretManagerIdentityControllerManager = "controller-manager" + // SecretManagerIdentityGardenlet is the identity for the secret manager used inside gardenlet. + SecretManagerIdentityGardenlet = "gardenlet" + // SecretNameCACluster is a constant for the name of a Kubernetes secret object that contains the CA // certificate of a shoot cluster. SecretNameCACluster = "ca" + // SecretNameCAClient is a constant for the name of a Kubernetes secret object that contains the client CA + // certificate of a shoot cluster. + SecretNameCAClient = "ca-client" // SecretNameCAETCD is a constant for the name of a Kubernetes secret object that contains the CA // certificate of the etcd of a shoot cluster. SecretNameCAETCD = "ca-etcd" @@ -33,19 +41,25 @@ const ( // SecretNameCAVPN is a constant for the name of a Kubernetes secret object that contains the CA // certificate of the VPN components of a shoot cluster. SecretNameCAVPN = "ca-vpn" + // SecretNameCASeed is a constant for the name of a Kubernetes secret object that contains the CA + // certificate generated for a seed cluster. + SecretNameCASeed = "ca-seed" + // SecretNameCloudProvider is a constant for the name of a Kubernetes secret object that contains the provider // specific credentials that shall be used to create/delete the shoot. SecretNameCloudProvider = "cloudprovider" // SecretNameSSHKeyPair is a constant for the name of a Kubernetes secret object that contains the SSH key pair // (public and private key) that can be used to SSH into the shoot nodes. SecretNameSSHKeyPair = "ssh-keypair" - // SecretNameOldSSHKeyPair is a constant for the name of a Kubernetes secret object that contains the previous - // SSH key pair for a shoot cluster. This exists only after the first key rotation. Both the current and the - // old key are placed onto each shoot node. - SecretNameOldSSHKeyPair = "ssh-keypair.old" // SecretNameServiceAccountKey is a constant for the name of a Kubernetes secret object that contains a - // PEM-encoded private RSA or ECDSA key used by the Kube Controller Manager to sign service account tokens + // PEM-encoded private RSA or ECDSA key used by the Kube Controller Manager to sign service account tokens. SecretNameServiceAccountKey = "service-account-key" + // SecretNameObservabilityIngress is a constant for the name of a Kubernetes secret object that contains the ingress + // credentials for observability components. + SecretNameObservabilityIngress = "observability-ingress" + // SecretNameObservabilityIngressUsers is a constant for the name of a Kubernetes secret object that contains the user's ingress + // credentials for observability components. + SecretNameObservabilityIngressUsers = "observability-ingress-users" // SecretNameGardener is a constant for the name of a Kubernetes secret object that contains the client // certificate and a kubeconfig for a shoot cluster. It is used by Gardener and can be used by extension @@ -61,7 +75,12 @@ const ( // SecretNameGenericTokenKubeconfig is a constant for the name of the kubeconfig used by the shoot controlplane // components to authenticate against the shoot Kubernetes API server. + // Use `pkg/extensions.GenericTokenKubeconfigSecretNameFromCluster` instead. SecretNameGenericTokenKubeconfig = "generic-token-kubeconfig" + // AnnotationKeyGenericTokenKubeconfigSecretName is a constant for the key of an annotation on + // extensions.gardener.cloud/v1alpha1.Cluster resources whose value contains the name of the generic token + // kubeconfig secret in the seed cluster. + AnnotationKeyGenericTokenKubeconfigSecretName = "generic-token-kubeconfig.secret.gardener.cloud/name" // SecretPrefixGeneratedBackupBucket is a constant for the prefix of a secret name in the garden cluster related to // BackpuBuckets. @@ -190,6 +209,8 @@ const ( GardenRoleCloudConfig = "cloud-config" // GardenRoleKubeconfig is the value of the GardenRole key indicating type 'kubeconfig'. GardenRoleKubeconfig = "kubeconfig" + // GardenRoleCACluster is the value of the GardenRole key indicating type 'ca-cluster'. + GardenRoleCACluster = "ca-cluster" // GardenRoleSSHKeyPair is the value of the GardenRole key indicating type 'ssh-keypair'. GardenRoleSSHKeyPair = "ssh-keypair" // GardenRoleDefaultDomain is the value of the GardenRole key indicating type 'default-domain'. @@ -251,6 +272,15 @@ const ( // ShootTaskDeployInfrastructure is a name for a Shoot's infrastructure deployment task. It indicates that the // Infrastructure extension resource shall be reconciled. ShootTaskDeployInfrastructure = "deployInfrastructure" + // ShootTaskDeployDNSRecordInternal is a name for a Shoot's internal DNS record deployment task. It indicates that + // the internal DNSRecord extension resources shall be reconciled. + ShootTaskDeployDNSRecordInternal = "deployDNSRecordInternal" + // ShootTaskDeployDNSRecordExternal is a name for a Shoot's external DNS record deployment task. It indicates that + // the external DNSRecord extension resources shall be reconciled. + ShootTaskDeployDNSRecordExternal = "deployDNSRecordExternal" + // ShootTaskDeployDNSRecordIngress is a name for a Shoot's ingress DNS record deployment task. It indicates that + // the ingress DNSRecord extension resources shall be reconciled. + ShootTaskDeployDNSRecordIngress = "deployDNSRecordIngress" // ShootTaskRestartControlPlanePods is a name for a Shoot task which is dedicated to restart related control plane pods. ShootTaskRestartControlPlanePods = "restartControlPlanePods" // ShootTaskRestartCoreAddons is a name for a Shoot task which is dedicated to restart some core addons. @@ -273,6 +303,10 @@ const ( // ShootOperationRotateCAComplete is a constant for an annotation on a Shoot indicating that the rotation of the // certificate authorities shall be completed. ShootOperationRotateCAComplete = "rotate-ca-complete" + // ShootOperationRotateObservabilityCredentials is a constant for an annotation on a Shoot indicating that the credentials + // for the observability stack secret shall be rotated. Note that this only affects the user credentials + // since the operator credentials are rotated automatically each `30d`. + ShootOperationRotateObservabilityCredentials = "rotate-observability-credentials" // SeedResourceManagerClass is the resource-class managed by the Gardener-Resource-Manager // instance in the garden namespace on the seeds. @@ -297,6 +331,9 @@ const ( // LabelMonitoring is a constant for a label for monitoring stack configurations LabelMonitoring = "monitoring" + // LabelSecretBindingReference is used to identify secrets which are referred by a SecretBinding (not necessarily in the same namespace). + LabelSecretBindingReference = "reference.gardener.cloud/secretbinding" + // LabelExtensionExtensionTypePrefix is used to prefix extension label for extension types. LabelExtensionExtensionTypePrefix = "extensions.extensions.gardener.cloud/" // LabelExtensionProviderTypePrefix is used to prefix extension label for cloud provider types. diff --git a/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/defaults.go b/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/defaults.go index f2a74c4b..cc7bce46 100644 --- a/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/defaults.go +++ b/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/defaults.go @@ -187,6 +187,10 @@ func SetDefaults_Shoot(obj *Shoot) { obj.Spec.Kubernetes.KubeProxy.Enabled = pointer.Bool(true) } + if obj.Spec.Kubernetes.EnableStaticTokenKubeconfig == nil { + obj.Spec.Kubernetes.EnableStaticTokenKubeconfig = pointer.Bool(true) + } + if obj.Spec.Addons == nil { obj.Spec.Addons = &Addons{} } diff --git a/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/generated.pb.go b/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/generated.pb.go index 35c6a412..aaa3e5b5 100644 --- a/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/generated.pb.go +++ b/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/generated.pb.go @@ -3777,10 +3777,38 @@ func (m *ShootCredentialsRotation) XXX_DiscardUnknown() { var xxx_messageInfo_ShootCredentialsRotation proto.InternalMessageInfo +func (m *ShootKubeconfigRotation) Reset() { *m = ShootKubeconfigRotation{} } +func (*ShootKubeconfigRotation) ProtoMessage() {} +func (*ShootKubeconfigRotation) Descriptor() ([]byte, []int) { + return fileDescriptor_ca37af0df9a5bbd2, []int{133} +} +func (m *ShootKubeconfigRotation) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *ShootKubeconfigRotation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil +} +func (m *ShootKubeconfigRotation) XXX_Merge(src proto.Message) { + xxx_messageInfo_ShootKubeconfigRotation.Merge(m, src) +} +func (m *ShootKubeconfigRotation) XXX_Size() int { + return m.Size() +} +func (m *ShootKubeconfigRotation) XXX_DiscardUnknown() { + xxx_messageInfo_ShootKubeconfigRotation.DiscardUnknown(m) +} + +var xxx_messageInfo_ShootKubeconfigRotation proto.InternalMessageInfo + func (m *ShootList) Reset() { *m = ShootList{} } func (*ShootList) ProtoMessage() {} func (*ShootList) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{133} + return fileDescriptor_ca37af0df9a5bbd2, []int{134} } func (m *ShootList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3808,7 +3836,7 @@ var xxx_messageInfo_ShootList proto.InternalMessageInfo func (m *ShootMachineImage) Reset() { *m = ShootMachineImage{} } func (*ShootMachineImage) ProtoMessage() {} func (*ShootMachineImage) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{134} + return fileDescriptor_ca37af0df9a5bbd2, []int{135} } func (m *ShootMachineImage) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3836,7 +3864,7 @@ var xxx_messageInfo_ShootMachineImage proto.InternalMessageInfo func (m *ShootNetworks) Reset() { *m = ShootNetworks{} } func (*ShootNetworks) ProtoMessage() {} func (*ShootNetworks) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{135} + return fileDescriptor_ca37af0df9a5bbd2, []int{136} } func (m *ShootNetworks) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3861,10 +3889,66 @@ func (m *ShootNetworks) XXX_DiscardUnknown() { var xxx_messageInfo_ShootNetworks proto.InternalMessageInfo +func (m *ShootObservabilityRotation) Reset() { *m = ShootObservabilityRotation{} } +func (*ShootObservabilityRotation) ProtoMessage() {} +func (*ShootObservabilityRotation) Descriptor() ([]byte, []int) { + return fileDescriptor_ca37af0df9a5bbd2, []int{137} +} +func (m *ShootObservabilityRotation) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *ShootObservabilityRotation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil +} +func (m *ShootObservabilityRotation) XXX_Merge(src proto.Message) { + xxx_messageInfo_ShootObservabilityRotation.Merge(m, src) +} +func (m *ShootObservabilityRotation) XXX_Size() int { + return m.Size() +} +func (m *ShootObservabilityRotation) XXX_DiscardUnknown() { + xxx_messageInfo_ShootObservabilityRotation.DiscardUnknown(m) +} + +var xxx_messageInfo_ShootObservabilityRotation proto.InternalMessageInfo + +func (m *ShootSSHKeypairRotation) Reset() { *m = ShootSSHKeypairRotation{} } +func (*ShootSSHKeypairRotation) ProtoMessage() {} +func (*ShootSSHKeypairRotation) Descriptor() ([]byte, []int) { + return fileDescriptor_ca37af0df9a5bbd2, []int{138} +} +func (m *ShootSSHKeypairRotation) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *ShootSSHKeypairRotation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil +} +func (m *ShootSSHKeypairRotation) XXX_Merge(src proto.Message) { + xxx_messageInfo_ShootSSHKeypairRotation.Merge(m, src) +} +func (m *ShootSSHKeypairRotation) XXX_Size() int { + return m.Size() +} +func (m *ShootSSHKeypairRotation) XXX_DiscardUnknown() { + xxx_messageInfo_ShootSSHKeypairRotation.DiscardUnknown(m) +} + +var xxx_messageInfo_ShootSSHKeypairRotation proto.InternalMessageInfo + func (m *ShootSpec) Reset() { *m = ShootSpec{} } func (*ShootSpec) ProtoMessage() {} func (*ShootSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{136} + return fileDescriptor_ca37af0df9a5bbd2, []int{139} } func (m *ShootSpec) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3892,7 +3976,7 @@ var xxx_messageInfo_ShootSpec proto.InternalMessageInfo func (m *ShootStatus) Reset() { *m = ShootStatus{} } func (*ShootStatus) ProtoMessage() {} func (*ShootStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{137} + return fileDescriptor_ca37af0df9a5bbd2, []int{140} } func (m *ShootStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3920,7 +4004,7 @@ var xxx_messageInfo_ShootStatus proto.InternalMessageInfo func (m *ShootTemplate) Reset() { *m = ShootTemplate{} } func (*ShootTemplate) ProtoMessage() {} func (*ShootTemplate) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{138} + return fileDescriptor_ca37af0df9a5bbd2, []int{141} } func (m *ShootTemplate) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3948,7 +4032,7 @@ var xxx_messageInfo_ShootTemplate proto.InternalMessageInfo func (m *SystemComponents) Reset() { *m = SystemComponents{} } func (*SystemComponents) ProtoMessage() {} func (*SystemComponents) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{139} + return fileDescriptor_ca37af0df9a5bbd2, []int{142} } func (m *SystemComponents) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3976,7 +4060,7 @@ var xxx_messageInfo_SystemComponents proto.InternalMessageInfo func (m *Toleration) Reset() { *m = Toleration{} } func (*Toleration) ProtoMessage() {} func (*Toleration) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{140} + return fileDescriptor_ca37af0df9a5bbd2, []int{143} } func (m *Toleration) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4004,7 +4088,7 @@ var xxx_messageInfo_Toleration proto.InternalMessageInfo func (m *VerticalPodAutoscaler) Reset() { *m = VerticalPodAutoscaler{} } func (*VerticalPodAutoscaler) ProtoMessage() {} func (*VerticalPodAutoscaler) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{141} + return fileDescriptor_ca37af0df9a5bbd2, []int{144} } func (m *VerticalPodAutoscaler) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4032,7 +4116,7 @@ var xxx_messageInfo_VerticalPodAutoscaler proto.InternalMessageInfo func (m *Volume) Reset() { *m = Volume{} } func (*Volume) ProtoMessage() {} func (*Volume) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{142} + return fileDescriptor_ca37af0df9a5bbd2, []int{145} } func (m *Volume) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4060,7 +4144,7 @@ var xxx_messageInfo_Volume proto.InternalMessageInfo func (m *VolumeType) Reset() { *m = VolumeType{} } func (*VolumeType) ProtoMessage() {} func (*VolumeType) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{143} + return fileDescriptor_ca37af0df9a5bbd2, []int{146} } func (m *VolumeType) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4088,7 +4172,7 @@ var xxx_messageInfo_VolumeType proto.InternalMessageInfo func (m *WatchCacheSizes) Reset() { *m = WatchCacheSizes{} } func (*WatchCacheSizes) ProtoMessage() {} func (*WatchCacheSizes) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{144} + return fileDescriptor_ca37af0df9a5bbd2, []int{147} } func (m *WatchCacheSizes) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4116,7 +4200,7 @@ var xxx_messageInfo_WatchCacheSizes proto.InternalMessageInfo func (m *Worker) Reset() { *m = Worker{} } func (*Worker) ProtoMessage() {} func (*Worker) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{145} + return fileDescriptor_ca37af0df9a5bbd2, []int{148} } func (m *Worker) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4144,7 +4228,7 @@ var xxx_messageInfo_Worker proto.InternalMessageInfo func (m *WorkerKubernetes) Reset() { *m = WorkerKubernetes{} } func (*WorkerKubernetes) ProtoMessage() {} func (*WorkerKubernetes) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{146} + return fileDescriptor_ca37af0df9a5bbd2, []int{149} } func (m *WorkerKubernetes) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4172,7 +4256,7 @@ var xxx_messageInfo_WorkerKubernetes proto.InternalMessageInfo func (m *WorkerSystemComponents) Reset() { *m = WorkerSystemComponents{} } func (*WorkerSystemComponents) ProtoMessage() {} func (*WorkerSystemComponents) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{147} + return fileDescriptor_ca37af0df9a5bbd2, []int{150} } func (m *WorkerSystemComponents) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4341,9 +4425,12 @@ func init() { proto.RegisterType((*ShootCARotation)(nil), "github.com.gardener.gardener.pkg.apis.core.v1beta1.ShootCARotation") proto.RegisterType((*ShootCredentials)(nil), "github.com.gardener.gardener.pkg.apis.core.v1beta1.ShootCredentials") proto.RegisterType((*ShootCredentialsRotation)(nil), "github.com.gardener.gardener.pkg.apis.core.v1beta1.ShootCredentialsRotation") + proto.RegisterType((*ShootKubeconfigRotation)(nil), "github.com.gardener.gardener.pkg.apis.core.v1beta1.ShootKubeconfigRotation") proto.RegisterType((*ShootList)(nil), "github.com.gardener.gardener.pkg.apis.core.v1beta1.ShootList") proto.RegisterType((*ShootMachineImage)(nil), "github.com.gardener.gardener.pkg.apis.core.v1beta1.ShootMachineImage") proto.RegisterType((*ShootNetworks)(nil), "github.com.gardener.gardener.pkg.apis.core.v1beta1.ShootNetworks") + proto.RegisterType((*ShootObservabilityRotation)(nil), "github.com.gardener.gardener.pkg.apis.core.v1beta1.ShootObservabilityRotation") + proto.RegisterType((*ShootSSHKeypairRotation)(nil), "github.com.gardener.gardener.pkg.apis.core.v1beta1.ShootSSHKeypairRotation") proto.RegisterType((*ShootSpec)(nil), "github.com.gardener.gardener.pkg.apis.core.v1beta1.ShootSpec") proto.RegisterType((*ShootStatus)(nil), "github.com.gardener.gardener.pkg.apis.core.v1beta1.ShootStatus") proto.RegisterType((*ShootTemplate)(nil), "github.com.gardener.gardener.pkg.apis.core.v1beta1.ShootTemplate") @@ -4365,630 +4452,640 @@ func init() { } var fileDescriptor_ca37af0df9a5bbd2 = []byte{ - // 9954 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0xbd, 0x6b, 0x6c, 0x24, 0xd9, - 0x75, 0x18, 0xac, 0x6a, 0xb2, 0xc9, 0xe6, 0x69, 0x92, 0x43, 0xde, 0x79, 0x2c, 0x97, 0xbb, 0x33, - 0x3d, 0x2a, 0x3d, 0x30, 0xfb, 0x49, 0xe2, 0x78, 0xa5, 0x95, 0x57, 0xbb, 0xab, 0xd5, 0x6e, 0x3f, - 0x38, 0x33, 0xad, 0x19, 0x72, 0x7a, 0x6f, 0x0f, 0x67, 0x1f, 0xf6, 0xb7, 0x51, 0xb1, 0xea, 0xb2, - 0x59, 0xcb, 0xea, 0xaa, 0xde, 0xaa, 0x6a, 0x0e, 0x39, 0x8a, 0x21, 0x5b, 0x91, 0xe4, 0xc8, 0x4e, - 0x02, 0xc3, 0x81, 0x23, 0x48, 0x72, 0x62, 0x19, 0x86, 0xe1, 0x04, 0x0e, 0x6c, 0xe5, 0x61, 0x25, - 0xce, 0x03, 0x30, 0x6c, 0x04, 0x56, 0x9c, 0x07, 0x14, 0x07, 0x82, 0x15, 0x24, 0xa6, 0x22, 0x06, - 0x51, 0x12, 0x24, 0x3f, 0x02, 0x18, 0xf9, 0x33, 0x30, 0x90, 0xe0, 0x3e, 0xaa, 0xea, 0xd6, 0x8b, - 0xd3, 0xac, 0x26, 0x47, 0xbb, 0xbf, 0xc8, 0xbe, 0xe7, 0xde, 0x73, 0x6e, 0xdd, 0xc7, 0xb9, 0xe7, - 0x9c, 0x7b, 0xce, 0xb9, 0xd0, 0xe8, 0x99, 0xfe, 0xf6, 0x70, 0x73, 0x45, 0x77, 0xfa, 0x57, 0x7b, - 0x9a, 0x6b, 0x10, 0x9b, 0xb8, 0xd1, 0x3f, 0x83, 0x9d, 0xde, 0x55, 0x6d, 0x60, 0x7a, 0x57, 0x75, - 0xc7, 0x25, 0x57, 0x77, 0x9f, 0xde, 0x24, 0xbe, 0xf6, 0xf4, 0xd5, 0x1e, 0x85, 0x69, 0x3e, 0x31, - 0x56, 0x06, 0xae, 0xe3, 0x3b, 0xe8, 0xa3, 0x11, 0x8e, 0x95, 0xa0, 0x69, 0xf4, 0xcf, 0x60, 0xa7, - 0xb7, 0x42, 0x71, 0xac, 0x50, 0x1c, 0x2b, 0x02, 0xc7, 0xf2, 0x47, 0x64, 0xba, 0x4e, 0xcf, 0xb9, - 0xca, 0x50, 0x6d, 0x0e, 0xb7, 0xd8, 0x2f, 0xf6, 0x83, 0xfd, 0xc7, 0x49, 0x2c, 0x3f, 0xb5, 0xf3, - 0x09, 0x6f, 0xc5, 0x74, 0x68, 0x67, 0xae, 0x6a, 0x43, 0xdf, 0xf1, 0x74, 0xcd, 0x32, 0xed, 0xde, - 0xd5, 0xdd, 0x54, 0x6f, 0x96, 0x55, 0xa9, 0xaa, 0xe8, 0xf6, 0x91, 0x75, 0xdc, 0x4d, 0x4d, 0xcf, - 0xaa, 0xf3, 0x4c, 0x54, 0xa7, 0xaf, 0xe9, 0xdb, 0xa6, 0x4d, 0xdc, 0xfd, 0x60, 0x40, 0xae, 0xba, - 0xc4, 0x73, 0x86, 0xae, 0x4e, 0x8e, 0xd5, 0xca, 0xbb, 0xda, 0x27, 0xbe, 0x96, 0x45, 0xeb, 0x6a, - 0x5e, 0x2b, 0x77, 0x68, 0xfb, 0x66, 0x3f, 0x4d, 0xe6, 0xc7, 0x1f, 0xd6, 0xc0, 0xd3, 0xb7, 0x49, - 0x5f, 0x4b, 0xb5, 0xfb, 0x58, 0x5e, 0xbb, 0xa1, 0x6f, 0x5a, 0x57, 0x4d, 0xdb, 0xf7, 0x7c, 0x37, - 0xd9, 0x48, 0xfd, 0x28, 0x94, 0xeb, 0x86, 0xe1, 0xd8, 0xe8, 0x29, 0x98, 0x26, 0xb6, 0xb6, 0x69, - 0x11, 0x63, 0x49, 0xb9, 0xac, 0x5c, 0xa9, 0x34, 0xce, 0x7c, 0xfb, 0xa0, 0xf6, 0x9e, 0xc3, 0x83, - 0xda, 0xf4, 0x2a, 0x2f, 0xc6, 0x01, 0x5c, 0xfd, 0xa5, 0x12, 0x4c, 0xb1, 0x46, 0x1e, 0xfa, 0x45, - 0x05, 0xce, 0xee, 0x0c, 0x37, 0x89, 0x6b, 0x13, 0x9f, 0x78, 0x2d, 0xcd, 0xdb, 0xde, 0x74, 0x34, - 0x97, 0xa3, 0xa8, 0x7e, 0xf4, 0xfa, 0xca, 0xf1, 0x57, 0xcf, 0xca, 0xcd, 0x34, 0xba, 0xc6, 0x63, - 0x87, 0x07, 0xb5, 0xb3, 0x19, 0x00, 0x9c, 0x45, 0x1c, 0xed, 0xc2, 0xac, 0xdd, 0x33, 0xed, 0xbd, - 0xb6, 0xdd, 0x73, 0x89, 0xe7, 0x2d, 0x95, 0x58, 0x67, 0x5e, 0x2e, 0xd2, 0x99, 0x75, 0x09, 0x4f, - 0x63, 0xe1, 0xf0, 0xa0, 0x36, 0x2b, 0x97, 0xe0, 0x18, 0x1d, 0xf5, 0x4b, 0x0a, 0x9c, 0xa9, 0x1b, - 0x7d, 0xd3, 0xf3, 0x4c, 0xc7, 0xee, 0x58, 0xc3, 0x9e, 0x69, 0xa3, 0xcb, 0x30, 0x69, 0x6b, 0x7d, - 0xc2, 0x06, 0x64, 0xa6, 0x31, 0x2b, 0xc6, 0x74, 0x72, 0x5d, 0xeb, 0x13, 0xcc, 0x20, 0xe8, 0x15, - 0x98, 0xd2, 0x1d, 0x7b, 0xcb, 0xec, 0x89, 0x7e, 0x7e, 0x64, 0x85, 0xcf, 0xe3, 0x8a, 0x3c, 0x8f, - 0xac, 0x7b, 0x62, 0xfe, 0x57, 0xb0, 0x76, 0x6f, 0x75, 0xcf, 0x27, 0x36, 0x25, 0xd3, 0x80, 0xc3, - 0x83, 0xda, 0x54, 0x93, 0x21, 0xc0, 0x02, 0x91, 0x7a, 0x0d, 0x2a, 0x75, 0x8b, 0xb8, 0xbe, 0x69, - 0xf7, 0xd0, 0xf3, 0x30, 0x4f, 0xfa, 0x9a, 0x69, 0x61, 0xa2, 0x13, 0x73, 0x97, 0xb8, 0xde, 0x92, - 0x72, 0x79, 0xe2, 0xca, 0x4c, 0x03, 0x1d, 0x1e, 0xd4, 0xe6, 0x57, 0x63, 0x10, 0x9c, 0xa8, 0xa9, - 0xfe, 0x8c, 0x02, 0xd5, 0xfa, 0xd0, 0x30, 0x7d, 0x8e, 0x1f, 0xb9, 0x50, 0xd5, 0xe8, 0xcf, 0x8e, - 0x63, 0x99, 0xfa, 0xbe, 0x98, 0xe4, 0x97, 0x8a, 0x8c, 0x6b, 0x3d, 0x42, 0xd3, 0x38, 0x73, 0x78, - 0x50, 0xab, 0x4a, 0x05, 0x58, 0x26, 0xa2, 0x6e, 0x83, 0x0c, 0x43, 0xaf, 0xc3, 0x2c, 0xff, 0xc8, - 0x35, 0x6d, 0x80, 0xc9, 0x96, 0xe8, 0xc3, 0xfb, 0xa4, 0x31, 0x0b, 0x08, 0xad, 0xdc, 0xde, 0x7c, - 0x8b, 0xe8, 0x3e, 0x26, 0x5b, 0xc4, 0x25, 0xb6, 0x4e, 0xf8, 0xf4, 0x35, 0xa5, 0xc6, 0x38, 0x86, - 0x4a, 0xfd, 0xbe, 0x02, 0x0b, 0xf5, 0x5d, 0xcd, 0xb4, 0xb4, 0x4d, 0xd3, 0x32, 0xfd, 0xfd, 0x37, - 0x1c, 0x9b, 0x8c, 0x30, 0x7f, 0x1b, 0xf0, 0xd8, 0xd0, 0xd6, 0x78, 0x3b, 0x8b, 0xac, 0xf1, 0x19, - 0xbb, 0xb3, 0x3f, 0x20, 0x74, 0xe1, 0xd1, 0x91, 0x7e, 0xe2, 0xf0, 0xa0, 0xf6, 0xd8, 0x46, 0x76, - 0x15, 0x9c, 0xd7, 0x16, 0x61, 0xb8, 0x20, 0x81, 0xee, 0x3a, 0xd6, 0xb0, 0x2f, 0xb0, 0x4e, 0x30, - 0xac, 0xcb, 0x87, 0x07, 0xb5, 0x0b, 0x1b, 0x99, 0x35, 0x70, 0x4e, 0x4b, 0xf5, 0xdb, 0x25, 0x98, - 0x6d, 0x68, 0xfa, 0xce, 0x70, 0xd0, 0x18, 0xea, 0x3b, 0xc4, 0x47, 0x9f, 0x81, 0x0a, 0x65, 0x5b, - 0x86, 0xe6, 0x6b, 0x62, 0x24, 0x7f, 0x2c, 0x77, 0xf5, 0xb1, 0x49, 0xa4, 0xb5, 0xa3, 0xb1, 0x5d, - 0x23, 0xbe, 0xd6, 0x40, 0x62, 0x4c, 0x20, 0x2a, 0xc3, 0x21, 0x56, 0xb4, 0x05, 0x93, 0xde, 0x80, - 0xe8, 0x62, 0x6d, 0xb7, 0x8a, 0xac, 0x15, 0xb9, 0xc7, 0xdd, 0x01, 0xd1, 0xa3, 0x59, 0xa0, 0xbf, - 0x30, 0xc3, 0x8f, 0x6c, 0x98, 0xf2, 0x7c, 0xcd, 0x1f, 0xd2, 0xe1, 0xa1, 0x94, 0xae, 0x8d, 0x4d, - 0x89, 0x61, 0x6b, 0xcc, 0x0b, 0x5a, 0x53, 0xfc, 0x37, 0x16, 0x54, 0xd4, 0x3f, 0x51, 0x60, 0x41, - 0xae, 0x7e, 0xcb, 0xf4, 0x7c, 0xf4, 0x93, 0xa9, 0xe1, 0x5c, 0x19, 0x6d, 0x38, 0x69, 0x6b, 0x36, - 0x98, 0x0b, 0x82, 0x5c, 0x25, 0x28, 0x91, 0x86, 0x92, 0x40, 0xd9, 0xf4, 0x49, 0x9f, 0x2f, 0xab, - 0x82, 0xfc, 0x4c, 0xee, 0x72, 0x63, 0x4e, 0x10, 0x2b, 0xb7, 0x29, 0x5a, 0xcc, 0xb1, 0xab, 0x9f, - 0x81, 0x73, 0x72, 0xad, 0x8e, 0xeb, 0xec, 0x9a, 0x06, 0x71, 0xe9, 0x4e, 0xf0, 0xf7, 0x07, 0xa9, - 0x9d, 0x40, 0x57, 0x16, 0x66, 0x10, 0xf4, 0x41, 0x98, 0x72, 0x49, 0xcf, 0x74, 0x6c, 0x36, 0xdb, - 0x33, 0xd1, 0xd8, 0x61, 0x56, 0x8a, 0x05, 0x54, 0xfd, 0x3f, 0xa5, 0xf8, 0xd8, 0xd1, 0x69, 0x44, - 0xbb, 0x50, 0x19, 0x08, 0x52, 0x62, 0xec, 0x6e, 0x8c, 0xfb, 0x81, 0x41, 0xd7, 0xa3, 0x51, 0x0d, - 0x4a, 0x70, 0x48, 0x0b, 0x99, 0x30, 0x1f, 0xfc, 0xdf, 0x1c, 0x83, 0x0d, 0x33, 0x76, 0xda, 0x89, - 0x21, 0xc2, 0x09, 0xc4, 0xe8, 0x0e, 0xcc, 0x78, 0x44, 0x77, 0x09, 0xe5, 0x49, 0x62, 0x99, 0x66, - 0x32, 0xae, 0x6e, 0x50, 0x49, 0x30, 0xae, 0x45, 0xd1, 0xfd, 0x99, 0x10, 0x80, 0x23, 0x44, 0xe8, - 0x0a, 0x54, 0x3c, 0x42, 0x0c, 0xca, 0x91, 0x96, 0x26, 0xf9, 0xdc, 0xd0, 0x4f, 0xed, 0x8a, 0x32, - 0x1c, 0x42, 0xd5, 0x6f, 0x4c, 0x02, 0x4a, 0x2f, 0x71, 0x79, 0x04, 0x78, 0x89, 0x18, 0xff, 0x71, - 0x46, 0x40, 0xec, 0x96, 0x04, 0x62, 0x74, 0x1f, 0xe6, 0x2c, 0xcd, 0xf3, 0x6f, 0x0f, 0xa8, 0x0c, - 0x12, 0x2c, 0x94, 0xea, 0x47, 0xeb, 0x45, 0x66, 0xfa, 0x96, 0x8c, 0xa8, 0xb1, 0x78, 0x78, 0x50, - 0x9b, 0x8b, 0x15, 0xe1, 0x38, 0x29, 0xf4, 0x16, 0xcc, 0xd0, 0x82, 0x55, 0xd7, 0x75, 0x5c, 0x31, - 0xfa, 0x2f, 0x16, 0xa5, 0xcb, 0x90, 0x34, 0xe6, 0xe8, 0x9c, 0x84, 0x3f, 0x71, 0x84, 0x1e, 0x7d, - 0x1a, 0x90, 0xb3, 0xe9, 0x11, 0x77, 0x97, 0x18, 0xd7, 0xb9, 0xc0, 0x45, 0x3f, 0x96, 0xce, 0xce, - 0x44, 0x63, 0x59, 0xcc, 0x26, 0xba, 0x9d, 0xaa, 0x81, 0x33, 0x5a, 0xa1, 0x1d, 0x40, 0xa1, 0xd0, - 0x16, 0x2e, 0x80, 0xa5, 0xf2, 0xe8, 0xcb, 0xe7, 0x02, 0x25, 0x76, 0x3d, 0x85, 0x02, 0x67, 0xa0, - 0x55, 0xff, 0x45, 0x09, 0xaa, 0x7c, 0x89, 0xac, 0xda, 0xbe, 0xbb, 0xff, 0x08, 0x0e, 0x08, 0x12, - 0x3b, 0x20, 0x9a, 0xc5, 0xf7, 0x3c, 0xeb, 0x70, 0xee, 0xf9, 0xd0, 0x4f, 0x9c, 0x0f, 0xab, 0xe3, - 0x12, 0x3a, 0xfa, 0x78, 0xf8, 0xae, 0x02, 0x67, 0xa4, 0xda, 0x8f, 0xe0, 0x74, 0x30, 0xe2, 0xa7, - 0xc3, 0x4b, 0x63, 0x7e, 0x5f, 0xce, 0xe1, 0xe0, 0xc4, 0x3e, 0x8b, 0x31, 0xee, 0x8f, 0x02, 0x6c, - 0x32, 0x76, 0xb2, 0x1e, 0xc9, 0x49, 0xe1, 0x94, 0x37, 0x42, 0x08, 0x96, 0x6a, 0xc5, 0x78, 0x56, - 0xe9, 0x48, 0x9e, 0xf5, 0x5f, 0x27, 0x60, 0x31, 0x35, 0xec, 0x69, 0x3e, 0xa2, 0xfc, 0x88, 0xf8, - 0x48, 0xe9, 0x47, 0xc1, 0x47, 0x26, 0x0a, 0xf1, 0x91, 0x91, 0xcf, 0x09, 0xe4, 0x02, 0xea, 0x9b, - 0x3d, 0xde, 0xac, 0xeb, 0x6b, 0xae, 0x7f, 0xc7, 0xec, 0x13, 0xc1, 0x71, 0xfe, 0xbf, 0xd1, 0x96, - 0x2c, 0x6d, 0xc1, 0x19, 0xcf, 0x5a, 0x0a, 0x13, 0xce, 0xc0, 0xae, 0xfe, 0xbe, 0x02, 0x13, 0x4d, - 0xdc, 0x46, 0x1f, 0x8a, 0xc9, 0xdb, 0x8f, 0xc9, 0xf2, 0xf6, 0x83, 0x83, 0xda, 0x74, 0x13, 0xb7, - 0x25, 0xd1, 0xfb, 0xaf, 0x2a, 0xb0, 0xa8, 0x3b, 0xb6, 0xaf, 0xd1, 0x5e, 0x60, 0x7e, 0x28, 0x05, - 0x1b, 0xa0, 0x90, 0xa8, 0xd9, 0x4c, 0x20, 0x6b, 0x3c, 0x2e, 0x3a, 0xb0, 0x98, 0x84, 0x78, 0x38, - 0x4d, 0x59, 0xdd, 0x80, 0x99, 0xa6, 0xe5, 0x0c, 0x8d, 0xb6, 0xbd, 0xe5, 0x9c, 0xa0, 0xbc, 0xf4, - 0x3d, 0x05, 0x66, 0x19, 0xde, 0x8e, 0xeb, 0x6c, 0x99, 0x16, 0x79, 0x77, 0x88, 0xed, 0x72, 0x8f, - 0xf3, 0xd8, 0x32, 0x13, 0xa3, 0xe5, 0x8a, 0xef, 0x12, 0x31, 0x5a, 0xee, 0x72, 0x0e, 0xa7, 0xfc, - 0xa5, 0xe9, 0xf8, 0x97, 0x31, 0x5e, 0x79, 0x05, 0x2a, 0xba, 0xd6, 0x18, 0xda, 0x86, 0x15, 0xae, - 0x0b, 0xda, 0xcb, 0x66, 0x9d, 0x97, 0xe1, 0x10, 0x8a, 0xee, 0x03, 0x44, 0xa6, 0x0d, 0x31, 0x0d, - 0xd7, 0xc6, 0x33, 0xa7, 0x74, 0x89, 0xef, 0x9b, 0x76, 0xcf, 0x8b, 0xa6, 0x3e, 0x82, 0x61, 0x89, - 0x1a, 0xfa, 0x29, 0x98, 0x13, 0x83, 0xdc, 0xee, 0x6b, 0x3d, 0xa1, 0x71, 0x16, 0x1c, 0xa9, 0x35, - 0x09, 0x51, 0xe3, 0xbc, 0x20, 0x3c, 0x27, 0x97, 0x7a, 0x38, 0x4e, 0x0d, 0xed, 0xc3, 0x6c, 0x5f, - 0xd6, 0xa2, 0x27, 0x8b, 0x1f, 0x68, 0x92, 0x46, 0xdd, 0x38, 0x27, 0x88, 0xcf, 0xc6, 0xf4, 0xef, - 0x18, 0xa9, 0x0c, 0x65, 0xa0, 0x7c, 0x5a, 0xca, 0x00, 0x81, 0x69, 0xbe, 0xbd, 0xbd, 0xa5, 0x29, - 0xf6, 0x81, 0xcf, 0x17, 0xf9, 0x40, 0xce, 0x29, 0x22, 0x5b, 0x1d, 0xff, 0xed, 0xe1, 0x00, 0x37, - 0xda, 0x85, 0x59, 0xca, 0xd7, 0xbb, 0xc4, 0x22, 0xba, 0xef, 0xb8, 0x4b, 0xd3, 0xc5, 0x6d, 0x61, - 0x5d, 0x09, 0x0f, 0x37, 0xa6, 0xc8, 0x25, 0x38, 0x46, 0x27, 0xe4, 0x7e, 0x95, 0x5c, 0xee, 0x37, - 0x84, 0xea, 0xae, 0x64, 0xd5, 0x98, 0x61, 0x83, 0xf0, 0xa9, 0x22, 0x1d, 0x8b, 0x4c, 0x1c, 0x8d, - 0xb3, 0x82, 0x50, 0x55, 0x36, 0x87, 0xc8, 0x74, 0xd4, 0x83, 0x0a, 0x2c, 0x36, 0xad, 0xa1, 0xe7, - 0x13, 0xb7, 0x2e, 0x8c, 0xcd, 0xc4, 0x45, 0x9f, 0x57, 0xe0, 0x02, 0xfb, 0xb7, 0xe5, 0xdc, 0xb3, - 0x5b, 0xc4, 0xd2, 0xf6, 0xeb, 0x5b, 0xb4, 0x86, 0x61, 0x1c, 0x8f, 0x03, 0xb5, 0x86, 0x42, 0x8e, - 0x60, 0xe6, 0x99, 0x6e, 0x26, 0x46, 0x9c, 0x43, 0x09, 0xfd, 0xbc, 0x02, 0x8f, 0x67, 0x80, 0x5a, - 0xc4, 0x22, 0x3e, 0x11, 0x3c, 0xe0, 0xb8, 0xfd, 0xb8, 0x78, 0x78, 0x50, 0x7b, 0xbc, 0x9b, 0x87, - 0x14, 0xe7, 0xd3, 0x43, 0x7f, 0x4d, 0x81, 0xe5, 0x0c, 0xe8, 0x35, 0xcd, 0xb4, 0x86, 0x2e, 0x11, - 0x62, 0xf4, 0x71, 0xbb, 0x73, 0xe9, 0xf0, 0xa0, 0xb6, 0xdc, 0xcd, 0xc5, 0x8a, 0x8f, 0xa0, 0x88, - 0x3e, 0x07, 0xe7, 0x43, 0xe8, 0x86, 0x6d, 0x13, 0x62, 0x10, 0x83, 0x49, 0x26, 0x93, 0x85, 0xba, - 0xf2, 0xf8, 0xe1, 0x41, 0xed, 0x7c, 0x37, 0x0b, 0x21, 0xce, 0xa6, 0x83, 0x7a, 0x70, 0x31, 0x02, - 0xf8, 0xa6, 0x65, 0xde, 0x67, 0x98, 0xee, 0x6c, 0xbb, 0xc4, 0xdb, 0x76, 0x2c, 0x83, 0x31, 0x0b, - 0xa5, 0xf1, 0xde, 0xc3, 0x83, 0xda, 0xc5, 0xee, 0x51, 0x15, 0xf1, 0xd1, 0x78, 0x90, 0x01, 0xb3, - 0x9e, 0xae, 0xd9, 0x6d, 0xdb, 0x27, 0xee, 0xae, 0x66, 0x2d, 0x4d, 0x15, 0xfa, 0x40, 0xbe, 0x45, - 0x25, 0x3c, 0x38, 0x86, 0x15, 0x7d, 0x02, 0x2a, 0x64, 0x6f, 0xa0, 0xd9, 0x06, 0xe1, 0x6c, 0x61, - 0xa6, 0xf1, 0x24, 0x3d, 0x8c, 0x56, 0x45, 0xd9, 0x83, 0x83, 0xda, 0x6c, 0xf0, 0xff, 0x9a, 0x63, - 0x10, 0x1c, 0xd6, 0x46, 0x7f, 0x11, 0xce, 0xf5, 0xb5, 0xbd, 0x75, 0xc7, 0x20, 0x8c, 0xc9, 0x51, - 0x9e, 0xc7, 0x26, 0xa2, 0x52, 0xa8, 0x9f, 0x4b, 0x87, 0x07, 0xb5, 0x73, 0x6b, 0x19, 0xf8, 0x70, - 0x26, 0x15, 0x3a, 0x0d, 0x7d, 0x6d, 0xef, 0xba, 0xab, 0xe9, 0x64, 0x6b, 0x68, 0xdd, 0x21, 0x6e, - 0xdf, 0xb4, 0xb9, 0x34, 0x49, 0x74, 0xc7, 0x36, 0x28, 0x2b, 0x51, 0xae, 0x94, 0xf9, 0x34, 0xac, - 0x1d, 0x55, 0x11, 0x1f, 0x8d, 0x07, 0x3d, 0x03, 0xb3, 0x66, 0xcf, 0x76, 0x5c, 0x72, 0x47, 0x33, - 0x6d, 0xdf, 0x5b, 0x02, 0x66, 0x78, 0x65, 0xc3, 0xda, 0x96, 0xca, 0x71, 0xac, 0x96, 0xfa, 0x3f, - 0x14, 0xa8, 0x0a, 0x06, 0xc3, 0xe4, 0xc0, 0x4d, 0x28, 0xeb, 0x54, 0x0e, 0x10, 0x8c, 0xe4, 0xc5, - 0xc2, 0xf2, 0x06, 0xc5, 0x16, 0x09, 0x1b, 0xac, 0x08, 0x73, 0xd4, 0x68, 0x37, 0x43, 0x5a, 0x68, - 0x8c, 0x27, 0x2d, 0x30, 0x6a, 0x0f, 0x91, 0x14, 0xd4, 0x83, 0x09, 0x98, 0x69, 0x3a, 0xb6, 0x61, - 0x32, 0x0d, 0xe3, 0xe9, 0x98, 0xc4, 0x7b, 0x51, 0xe6, 0xf9, 0x0f, 0x0e, 0x6a, 0x73, 0x61, 0x45, - 0xe9, 0x10, 0x78, 0x2e, 0x54, 0xcb, 0xb9, 0x08, 0xfc, 0xde, 0xb8, 0x3e, 0xfd, 0xe0, 0xa0, 0x76, - 0x26, 0x6c, 0x16, 0x57, 0xb1, 0xd1, 0x2e, 0x20, 0xaa, 0x28, 0xdd, 0x71, 0x35, 0xdb, 0xe3, 0x68, - 0xe9, 0x12, 0x9c, 0x38, 0xb6, 0x96, 0x12, 0xea, 0x51, 0xb7, 0x52, 0xd8, 0x70, 0x06, 0x05, 0xf4, - 0x16, 0xcc, 0xd3, 0xd2, 0x8d, 0x81, 0xa1, 0xf9, 0x44, 0xe2, 0x3f, 0xc7, 0xd2, 0x8c, 0x04, 0xcd, - 0xf9, 0x5b, 0x31, 0x4c, 0x38, 0x81, 0x99, 0x6b, 0x08, 0x9a, 0xe7, 0xd8, 0x8c, 0xb5, 0xc4, 0x34, - 0x04, 0x5a, 0x8a, 0x05, 0x14, 0x3d, 0x05, 0xd3, 0x7d, 0xe2, 0x79, 0x5a, 0x8f, 0x30, 0x5e, 0x31, - 0x13, 0x09, 0x04, 0x6b, 0xbc, 0x18, 0x07, 0x70, 0xf4, 0x61, 0x28, 0xeb, 0x8e, 0x41, 0xbc, 0xa5, - 0x69, 0xb6, 0x9a, 0x2f, 0xb0, 0xb5, 0x44, 0x0b, 0x1e, 0x1c, 0xd4, 0x66, 0x98, 0xd6, 0x49, 0x7f, - 0x61, 0x5e, 0x49, 0xfd, 0x15, 0x2a, 0x9f, 0x27, 0xf4, 0x9c, 0x11, 0x34, 0x9b, 0x47, 0x67, 0x54, - 0x55, 0xbf, 0x5c, 0x82, 0x73, 0xb4, 0x87, 0xae, 0x63, 0x59, 0xf4, 0xec, 0x1a, 0x58, 0xce, 0x7e, - 0x9f, 0xd8, 0x8f, 0xe2, 0x6e, 0x23, 0x18, 0x87, 0x52, 0xee, 0x38, 0xf4, 0x53, 0xe3, 0x30, 0x51, - 0x64, 0x1c, 0xc2, 0xe5, 0xf2, 0x90, 0xb1, 0xf8, 0x6f, 0x0a, 0x2c, 0x65, 0x8d, 0xc5, 0x23, 0xd0, - 0xaa, 0xfa, 0x71, 0xad, 0xea, 0x46, 0x51, 0xed, 0x3b, 0xd9, 0xf5, 0x1c, 0xed, 0xea, 0x87, 0x25, - 0xb8, 0x10, 0x55, 0x6f, 0xdb, 0x9e, 0xaf, 0x59, 0x16, 0xb7, 0x73, 0x9c, 0xfe, 0xbc, 0x0f, 0x62, - 0xca, 0xf1, 0xfa, 0x78, 0x9f, 0x2a, 0xf7, 0x3d, 0xd7, 0x7a, 0xb9, 0x97, 0xb0, 0x5e, 0x76, 0x4e, - 0x90, 0xe6, 0xd1, 0x86, 0xcc, 0xff, 0xa9, 0xc0, 0x72, 0x76, 0xc3, 0x47, 0xb0, 0xa8, 0x9c, 0xf8, - 0xa2, 0xfa, 0xf4, 0xc9, 0x7d, 0x75, 0xce, 0xb2, 0xfa, 0xfb, 0xa5, 0xbc, 0xaf, 0x65, 0xea, 0xfb, - 0x16, 0x9c, 0xa1, 0x7a, 0x95, 0xe7, 0x0b, 0x33, 0xdb, 0xf1, 0xee, 0x9f, 0x03, 0x63, 0xd6, 0x19, - 0x1c, 0xc7, 0x81, 0x93, 0x48, 0xd1, 0x3a, 0x4c, 0x53, 0x65, 0x8a, 0xe2, 0x2f, 0x8d, 0x8e, 0x3f, - 0xe4, 0xf9, 0x5d, 0xde, 0x16, 0x07, 0x48, 0xd0, 0x4f, 0xc2, 0x9c, 0x11, 0xee, 0xa8, 0x87, 0x5c, - 0x3e, 0x25, 0xb1, 0x32, 0x83, 0x68, 0x4b, 0x6e, 0x8d, 0xe3, 0xc8, 0xd4, 0x3f, 0x57, 0xe0, 0xc9, - 0xa3, 0xd6, 0x16, 0x7a, 0x1b, 0x40, 0x0f, 0x0e, 0x71, 0xee, 0x7e, 0x50, 0x54, 0x0c, 0x0a, 0xb0, - 0x44, 0x1b, 0x34, 0x2c, 0xf2, 0xb0, 0x44, 0x24, 0xe3, 0x4e, 0xab, 0x74, 0x4a, 0x77, 0x5a, 0xea, - 0xff, 0x52, 0x64, 0x56, 0x24, 0xcf, 0xed, 0xbb, 0x8d, 0x15, 0xc9, 0x7d, 0xcf, 0xb5, 0xd8, 0xfd, - 0xfb, 0x12, 0x5c, 0xce, 0x6e, 0x22, 0x9d, 0xbd, 0x2f, 0xc3, 0xd4, 0x80, 0xfb, 0x88, 0x4c, 0xb0, - 0xb3, 0xf1, 0x0a, 0xe5, 0x2c, 0xdc, 0x83, 0xe3, 0xc1, 0x41, 0x6d, 0x39, 0x8b, 0xd1, 0x0b, 0xdf, - 0x0f, 0xd1, 0x0e, 0x99, 0x09, 0xbb, 0x05, 0x97, 0xb1, 0x3e, 0x36, 0x22, 0x73, 0xd1, 0x36, 0x89, - 0x35, 0xb2, 0xa9, 0xe2, 0x67, 0x14, 0x98, 0x8f, 0xad, 0x68, 0x6f, 0xa9, 0xcc, 0xd6, 0x68, 0xa1, - 0xeb, 0x84, 0xd8, 0x56, 0x89, 0x4e, 0xee, 0x58, 0xb1, 0x87, 0x13, 0x04, 0x13, 0x6c, 0x56, 0x1e, - 0xd5, 0x77, 0x1d, 0x9b, 0x95, 0x3b, 0x9f, 0xc3, 0x66, 0x7f, 0xb9, 0x94, 0xf7, 0xb5, 0x8c, 0xcd, - 0xde, 0x83, 0x99, 0xc0, 0x07, 0x2f, 0x60, 0x17, 0xd7, 0xc6, 0xed, 0x13, 0x47, 0x17, 0x5d, 0xa5, - 0x07, 0x25, 0x1e, 0x8e, 0x68, 0xa1, 0x2f, 0x28, 0x00, 0xd1, 0xc4, 0x88, 0x4d, 0x75, 0xe7, 0xe4, - 0x86, 0x43, 0x12, 0x6b, 0xe6, 0xe9, 0x96, 0x96, 0x16, 0x85, 0x44, 0x57, 0xfd, 0x66, 0x09, 0x50, - 0xba, 0xef, 0x54, 0xdc, 0xdc, 0x31, 0x6d, 0x23, 0x29, 0x76, 0xdf, 0x34, 0x6d, 0x03, 0x33, 0xc8, - 0x08, 0x02, 0xe9, 0x8b, 0x70, 0xa6, 0x67, 0x39, 0x9b, 0x9a, 0x65, 0xed, 0x0b, 0xb7, 0x3e, 0xb6, - 0x43, 0x2b, 0x8d, 0xb3, 0xf4, 0x60, 0xba, 0x1e, 0x07, 0xe1, 0x64, 0x5d, 0x34, 0x80, 0x05, 0x97, - 0x2a, 0xc7, 0xba, 0x69, 0x31, 0x05, 0xc5, 0x19, 0xfa, 0x05, 0xad, 0x2f, 0xe7, 0x0e, 0x0f, 0x6a, - 0x0b, 0x38, 0x81, 0x0b, 0xa7, 0xb0, 0xa3, 0x0f, 0xc0, 0xf4, 0xc0, 0x35, 0xfb, 0x9a, 0xbb, 0xcf, - 0x54, 0xa0, 0x4a, 0xa3, 0x4a, 0x4f, 0xb8, 0x0e, 0x2f, 0xc2, 0x01, 0x4c, 0xfd, 0x82, 0x02, 0xd3, - 0x4d, 0xc7, 0x25, 0xad, 0xf5, 0x2e, 0xda, 0x87, 0xaa, 0xe4, 0x46, 0x2a, 0xf6, 0x4b, 0xc1, 0x05, - 0xc4, 0x30, 0xd6, 0x23, 0x6c, 0x81, 0xb3, 0x5a, 0x58, 0x80, 0x65, 0x5a, 0x6a, 0x87, 0x4e, 0x5c, - 0xb2, 0x0d, 0x7a, 0x1e, 0x26, 0xfb, 0x8e, 0x11, 0xe8, 0x4b, 0x1f, 0x0c, 0xa6, 0x65, 0xcd, 0x31, - 0xa8, 0x5e, 0x7c, 0x21, 0xdd, 0x82, 0x99, 0x5b, 0x58, 0x1b, 0xf5, 0xeb, 0x0a, 0x4c, 0xd0, 0x8f, - 0x52, 0x61, 0xca, 0x70, 0xfa, 0x9a, 0x69, 0x0b, 0x2c, 0xcc, 0xed, 0xaf, 0xc5, 0x4a, 0xb0, 0x80, - 0xa0, 0x01, 0xcc, 0x04, 0x67, 0xd3, 0x58, 0xd7, 0xc0, 0xad, 0xf5, 0x6e, 0xe8, 0x3a, 0x13, 0x6e, - 0x98, 0xa0, 0xc4, 0xc3, 0x11, 0x11, 0x55, 0x83, 0xc5, 0xd6, 0x7a, 0xb7, 0x6d, 0xeb, 0xd6, 0xd0, - 0x20, 0xab, 0x7b, 0xec, 0x0f, 0x9d, 0x32, 0x93, 0x97, 0x08, 0x57, 0x43, 0x36, 0x65, 0xa2, 0x12, - 0x0e, 0x60, 0xb4, 0x1a, 0xe1, 0x2d, 0x84, 0x9f, 0x1c, 0xab, 0x26, 0x90, 0xe0, 0x00, 0xa6, 0x7e, - 0xaf, 0x04, 0x55, 0xa9, 0x43, 0xc8, 0x82, 0x69, 0xfe, 0xb9, 0x81, 0x9b, 0xca, 0x6a, 0xc1, 0x4f, - 0x8c, 0xf7, 0x9a, 0x53, 0xe7, 0x03, 0xea, 0xe1, 0x80, 0x84, 0xbc, 0xfc, 0x4a, 0xf9, 0xcb, 0x0f, - 0xad, 0x00, 0x70, 0x87, 0x1c, 0x76, 0xbb, 0xca, 0xcf, 0x3c, 0xb6, 0xc3, 0xbb, 0x61, 0x29, 0x96, - 0x6a, 0xa0, 0x27, 0xc5, 0x46, 0xe5, 0xf7, 0xb0, 0x95, 0xc4, 0x26, 0xdd, 0x82, 0xf2, 0x7d, 0xc7, - 0x26, 0x9e, 0xb8, 0x7c, 0x38, 0xa1, 0x0f, 0x9c, 0xa1, 0x6c, 0xf8, 0x0d, 0x8a, 0x17, 0x73, 0xf4, - 0xea, 0xaf, 0x2a, 0x00, 0x2d, 0xcd, 0xd7, 0xb8, 0xad, 0x7c, 0x04, 0x57, 0xc7, 0x27, 0x63, 0xfc, - 0xa5, 0x92, 0xba, 0xce, 0x9c, 0xf4, 0xcc, 0xfb, 0xc1, 0xe7, 0x87, 0x72, 0x0b, 0xc7, 0xde, 0x35, - 0xef, 0x13, 0xcc, 0xe0, 0xe8, 0x43, 0x30, 0x43, 0x6c, 0xdd, 0xdd, 0x1f, 0xf8, 0xc4, 0x60, 0x23, - 0x50, 0xe1, 0x37, 0xe0, 0xab, 0x41, 0x21, 0x8e, 0xe0, 0xea, 0xd3, 0x10, 0x17, 0x3e, 0x1f, 0xde, - 0x4b, 0x75, 0x17, 0x2a, 0xab, 0xb6, 0x31, 0x70, 0x4c, 0xdb, 0x1f, 0xe1, 0x9b, 0x2e, 0xc2, 0xc4, - 0xd0, 0xb5, 0xc4, 0x27, 0x55, 0x45, 0x85, 0x89, 0x0d, 0x7c, 0x0b, 0xd3, 0x72, 0xf4, 0x14, 0x4c, - 0x0f, 0x86, 0xee, 0xc0, 0xf1, 0x82, 0xef, 0x0a, 0xa5, 0xec, 0x0e, 0x2f, 0xc6, 0x01, 0x5c, 0x7d, - 0xa0, 0xc0, 0xc2, 0xea, 0xde, 0xc0, 0x74, 0x99, 0xdb, 0x25, 0x71, 0xa9, 0x04, 0x49, 0xdb, 0xef, - 0xf2, 0x7f, 0x45, 0x1f, 0xc2, 0xf6, 0xa2, 0x06, 0x0e, 0xe0, 0x68, 0x0b, 0xe6, 0x09, 0x6b, 0xce, - 0x8e, 0x0a, 0x2d, 0x34, 0xf9, 0x1f, 0xc7, 0xb0, 0xc4, 0xbd, 0x7a, 0x63, 0x58, 0x70, 0x02, 0x2b, - 0xea, 0xc2, 0xbc, 0x6e, 0x69, 0x9e, 0x67, 0x6e, 0x99, 0x7a, 0xe4, 0x50, 0x30, 0xd3, 0xf8, 0x10, - 0x6d, 0xdb, 0x8c, 0x41, 0x1e, 0x1c, 0xd4, 0xce, 0x8b, 0x7e, 0xc6, 0x01, 0x38, 0x81, 0x42, 0xfd, - 0x7d, 0x05, 0x66, 0x42, 0xb9, 0xf9, 0x1d, 0x65, 0x21, 0x42, 0x57, 0xa0, 0x62, 0x98, 0x9e, 0x7c, - 0xd8, 0xb1, 0x4b, 0xd7, 0x96, 0x28, 0xc3, 0x21, 0x54, 0xf5, 0xa0, 0x72, 0x5d, 0x6c, 0x2b, 0xb4, - 0x0c, 0x25, 0x33, 0x38, 0x6b, 0x41, 0x7c, 0x40, 0xa9, 0xdd, 0xc2, 0x25, 0xd3, 0x08, 0x57, 0x55, - 0x29, 0x77, 0x55, 0x49, 0xd3, 0x3e, 0x71, 0xf4, 0xb4, 0xab, 0xbf, 0xa5, 0x40, 0xf5, 0x86, 0xb9, - 0x49, 0x5c, 0x6e, 0x7c, 0x66, 0x7c, 0x31, 0xe6, 0x88, 0x5f, 0xcd, 0x72, 0xc2, 0x47, 0x7b, 0x30, - 0xe3, 0xe9, 0xdb, 0xc4, 0x18, 0x5a, 0xa1, 0xcb, 0x43, 0x21, 0x77, 0x7b, 0x89, 0x74, 0x57, 0xe0, - 0x93, 0x1c, 0x0e, 0x03, 0x0a, 0x38, 0x22, 0xa6, 0x7e, 0x16, 0xce, 0x66, 0x34, 0x42, 0x35, 0x28, - 0x7b, 0xbe, 0xe6, 0xfa, 0x62, 0xcc, 0x18, 0xbb, 0x61, 0xfe, 0x1d, 0x98, 0x97, 0xa3, 0xc7, 0x61, - 0x82, 0xd8, 0x86, 0x18, 0xb4, 0x69, 0xba, 0xcb, 0x56, 0x6d, 0x03, 0xd3, 0x32, 0x3a, 0x45, 0x96, - 0x13, 0x5b, 0x8c, 0x6c, 0x8a, 0x6e, 0x89, 0x32, 0x1c, 0x42, 0xd5, 0x7f, 0x32, 0x09, 0x17, 0x6f, - 0x38, 0xae, 0x79, 0xdf, 0xb1, 0x7d, 0xcd, 0xea, 0x38, 0x46, 0x74, 0x89, 0x27, 0xa6, 0xfb, 0x8b, - 0x0a, 0x3c, 0xa6, 0x0f, 0x86, 0x6d, 0xdb, 0xf4, 0x4d, 0x2d, 0xb8, 0x5b, 0xe9, 0x10, 0xd7, 0x74, - 0x8a, 0xde, 0xe5, 0x31, 0x07, 0xee, 0x66, 0x67, 0x23, 0x0b, 0x25, 0xce, 0xa3, 0xc5, 0xae, 0x14, - 0x0d, 0xe7, 0x9e, 0xcd, 0x3a, 0xd7, 0xf5, 0x99, 0x53, 0xf9, 0xfd, 0xe8, 0x13, 0x0b, 0x5e, 0x29, - 0xb6, 0x32, 0x31, 0xe2, 0x1c, 0x4a, 0xe8, 0x73, 0x70, 0xde, 0xe4, 0x9d, 0xc3, 0x44, 0x33, 0x4c, - 0x9b, 0x78, 0x1e, 0xbb, 0x58, 0x1b, 0xe7, 0xce, 0xac, 0x9d, 0x85, 0x10, 0x67, 0xd3, 0x41, 0x6f, - 0x02, 0x78, 0xfb, 0xb6, 0x2e, 0xc6, 0xbf, 0x5c, 0x88, 0x2a, 0x3f, 0x49, 0x43, 0x2c, 0x58, 0xc2, - 0x48, 0x0f, 0x13, 0xdf, 0xb1, 0x88, 0xab, 0xd9, 0x3a, 0xb7, 0x7d, 0x2b, 0xfc, 0x30, 0xb9, 0x13, - 0x14, 0xe2, 0x08, 0xae, 0xfe, 0x5d, 0x05, 0xa6, 0x45, 0xb0, 0x06, 0xfa, 0x60, 0x42, 0xa0, 0x0a, - 0x0d, 0x60, 0x09, 0xa1, 0x6a, 0x9f, 0x19, 0x2f, 0x84, 0x2c, 0x2e, 0x98, 0x54, 0xa1, 0x13, 0x59, - 0x10, 0x8e, 0x04, 0xfb, 0x98, 0x11, 0x23, 0x10, 0xf6, 0x25, 0x62, 0xea, 0x37, 0x14, 0x58, 0x4c, - 0xb5, 0x1a, 0x41, 0x0d, 0x78, 0x84, 0xd6, 0xf7, 0x3f, 0xa9, 0x02, 0x8b, 0xcb, 0xa9, 0x77, 0xda, - 0x5d, 0xe2, 0xee, 0x86, 0x9b, 0xf0, 0xe7, 0x14, 0x58, 0x88, 0xee, 0x89, 0x44, 0x2f, 0x94, 0xe2, - 0xce, 0x44, 0x37, 0x13, 0xb8, 0x1a, 0x4b, 0xe2, 0xbb, 0x17, 0x92, 0x10, 0x9c, 0xa2, 0x8b, 0xbe, - 0xac, 0xc0, 0x82, 0x16, 0x8f, 0xcb, 0x09, 0x58, 0x66, 0x21, 0x7f, 0xd3, 0x44, 0x8c, 0x4f, 0xd4, - 0x97, 0x04, 0xc0, 0xc3, 0x29, 0xb2, 0xe8, 0x19, 0x98, 0xd5, 0x06, 0x66, 0x7d, 0x68, 0x98, 0xc4, - 0xd6, 0xc3, 0x60, 0x0e, 0x66, 0xa2, 0xa8, 0x77, 0xda, 0x61, 0x39, 0x8e, 0xd5, 0x0a, 0x03, 0x6f, - 0xc4, 0x40, 0x4e, 0x8e, 0x19, 0x78, 0x23, 0xc6, 0x30, 0x0a, 0xbc, 0x11, 0x43, 0x27, 0x13, 0x41, - 0x3f, 0x01, 0x8f, 0xf3, 0xb3, 0xa6, 0xa1, 0x79, 0xa6, 0x5e, 0x1f, 0xfa, 0xdb, 0xc4, 0xf6, 0x03, - 0x89, 0x81, 0xeb, 0x62, 0xcc, 0xb9, 0x60, 0x35, 0xaf, 0x12, 0xce, 0x6f, 0x8f, 0x6c, 0x00, 0xc7, - 0x34, 0x74, 0xf1, 0x3d, 0xfc, 0x7e, 0xbb, 0x90, 0xef, 0xc7, 0xed, 0x76, 0xab, 0x29, 0x3e, 0x87, - 0xb1, 0x89, 0xe8, 0x37, 0x96, 0x28, 0xa0, 0xaf, 0x28, 0x30, 0x27, 0x16, 0xb9, 0xa0, 0x39, 0xcd, - 0xe6, 0xff, 0x8d, 0xa2, 0x8b, 0x31, 0xb1, 0xe0, 0x57, 0xb0, 0x8c, 0x9c, 0x7b, 0xd0, 0x86, 0xde, - 0x4e, 0x31, 0x18, 0x8e, 0xf7, 0x03, 0xfd, 0x0d, 0x05, 0xce, 0x79, 0xc4, 0xdd, 0x35, 0x75, 0x52, - 0xd7, 0x75, 0x67, 0x68, 0x07, 0x93, 0x5c, 0x29, 0x1e, 0x04, 0xd1, 0xcd, 0xc0, 0xc7, 0xaf, 0xd9, - 0xb3, 0x20, 0x38, 0x93, 0x3e, 0x3d, 0xbf, 0xce, 0xdc, 0xd3, 0x7c, 0x7d, 0xbb, 0xa9, 0xe9, 0xdb, - 0x4c, 0x7e, 0xe7, 0x37, 0xeb, 0x05, 0x37, 0xcd, 0xab, 0x71, 0x54, 0xdc, 0xe0, 0x90, 0x28, 0xc4, - 0x49, 0x82, 0xc8, 0x83, 0x8a, 0x4b, 0xde, 0x1e, 0x12, 0x8f, 0x5d, 0xbf, 0x53, 0xe2, 0xed, 0xb1, - 0x67, 0x0c, 0x0b, 0x84, 0x5c, 0xc6, 0x08, 0x7e, 0xe1, 0x90, 0x10, 0xea, 0xc1, 0x45, 0xbe, 0x72, - 0xeb, 0xb6, 0x63, 0xef, 0xf7, 0x9d, 0xa1, 0x97, 0x58, 0xfd, 0x55, 0xb6, 0xfa, 0x99, 0x83, 0xc1, - 0xea, 0x51, 0x15, 0xf1, 0xd1, 0x78, 0xd0, 0x6b, 0x50, 0x21, 0xbb, 0xc4, 0xf6, 0xef, 0xdc, 0xb9, - 0xb5, 0x34, 0x5b, 0xe8, 0x68, 0x64, 0x9f, 0xb0, 0x2a, 0x70, 0xe0, 0x10, 0xdb, 0xf2, 0xcb, 0x80, - 0xd2, 0x2b, 0x12, 0x2d, 0xc0, 0xc4, 0x0e, 0xe1, 0x71, 0x7b, 0x33, 0x98, 0xfe, 0x8b, 0xce, 0x41, - 0x79, 0x57, 0xb3, 0x86, 0x5c, 0x94, 0xad, 0x60, 0xfe, 0xe3, 0xf9, 0xd2, 0x27, 0x14, 0xf5, 0x5b, - 0x0a, 0x9c, 0xcf, 0x1c, 0x36, 0x84, 0xe1, 0x02, 0xf3, 0xcb, 0xb0, 0xd7, 0x86, 0xbe, 0xe6, 0x9b, - 0x76, 0xaf, 0x6d, 0x6f, 0x59, 0x66, 0x6f, 0x9b, 0x4b, 0x7e, 0x65, 0x2e, 0xa7, 0xac, 0x65, 0xd6, - 0xc0, 0x39, 0x2d, 0x51, 0x1b, 0xce, 0xf6, 0xb5, 0xbd, 0x14, 0xc2, 0x12, 0x43, 0xc8, 0xa2, 0x3f, - 0xd7, 0xd2, 0x60, 0x9c, 0xd5, 0x46, 0xfd, 0x5a, 0x19, 0x9e, 0xa0, 0x1d, 0x8f, 0x8e, 0xcc, 0x35, - 0xcd, 0xd6, 0x7a, 0xef, 0xcc, 0xa3, 0xe9, 0xb7, 0x14, 0x78, 0x6c, 0x3b, 0x5b, 0x9c, 0x15, 0x87, - 0xf6, 0x2b, 0x85, 0x84, 0xfa, 0xa3, 0x24, 0x64, 0xbe, 0x70, 0x8f, 0xac, 0x82, 0xf3, 0x3a, 0x85, - 0x5e, 0x86, 0x05, 0xdb, 0x31, 0x48, 0xb3, 0xdd, 0xc2, 0x6b, 0x9a, 0xb7, 0xd3, 0x0d, 0x14, 0xfe, - 0x32, 0xb7, 0xe8, 0xad, 0x27, 0x60, 0x38, 0x55, 0x1b, 0xed, 0x02, 0x1a, 0x38, 0xc6, 0xea, 0xae, - 0xa9, 0x07, 0x2e, 0x15, 0xc5, 0xad, 0x88, 0xcc, 0xc3, 0xbc, 0x93, 0xc2, 0x86, 0x33, 0x28, 0x30, - 0x79, 0x9c, 0x76, 0x66, 0xcd, 0xb1, 0x4d, 0xdf, 0x71, 0x99, 0xdf, 0xcf, 0x58, 0x62, 0x29, 0x5b, - 0xe7, 0xeb, 0x99, 0x18, 0x71, 0x0e, 0x25, 0xf5, 0x7f, 0x2b, 0x70, 0x86, 0x2e, 0x8b, 0x8e, 0xeb, - 0xec, 0xed, 0xbf, 0x13, 0x17, 0xe4, 0x53, 0xc2, 0x56, 0xc9, 0xb5, 0xb4, 0xf3, 0x92, 0x9d, 0x72, - 0x86, 0xf5, 0x39, 0x32, 0x4d, 0xca, 0x8a, 0xea, 0x44, 0xbe, 0xa2, 0xaa, 0xfe, 0x47, 0x85, 0x8b, - 0x88, 0x81, 0xa2, 0xf8, 0x8e, 0xdc, 0x87, 0xcf, 0xc2, 0x1c, 0x2d, 0x5b, 0xd3, 0xf6, 0x3a, 0xad, - 0xbb, 0x8e, 0x15, 0xb8, 0x23, 0xb1, 0xcb, 0xcf, 0x9b, 0x32, 0x00, 0xc7, 0xeb, 0xa9, 0xbf, 0x7e, - 0x06, 0x58, 0x05, 0x8b, 0xf8, 0xef, 0xc4, 0xef, 0x7a, 0x1a, 0xaa, 0xfa, 0x60, 0xd8, 0xbc, 0xd6, - 0x7d, 0x65, 0xe8, 0xf8, 0x9a, 0xb0, 0x61, 0x32, 0xb9, 0xaf, 0xd9, 0xd9, 0x08, 0x8a, 0xb1, 0x5c, - 0x87, 0xee, 0x70, 0x7d, 0x30, 0x14, 0x3c, 0xb3, 0x23, 0xdf, 0xe2, 0xb1, 0x1d, 0xde, 0xec, 0x6c, - 0xc4, 0x60, 0x38, 0x55, 0x1b, 0x7d, 0x0e, 0x66, 0x89, 0xd8, 0x7c, 0x37, 0x34, 0xd7, 0x10, 0x7b, - 0xbb, 0xf0, 0xc1, 0x1d, 0x0e, 0x6d, 0xb0, 0xa3, 0xb9, 0xb8, 0xbc, 0x2a, 0x91, 0xc0, 0x31, 0x82, - 0x4c, 0x74, 0x15, 0xbf, 0xe9, 0x4c, 0x39, 0x46, 0x72, 0xb3, 0x97, 0x85, 0xe8, 0x9a, 0x57, 0x09, - 0xe7, 0xb7, 0x47, 0xbf, 0xa9, 0xc0, 0x85, 0x10, 0x6a, 0xda, 0x66, 0x7f, 0xd8, 0xc7, 0x44, 0xb7, - 0x34, 0xb3, 0x2f, 0xe4, 0xd8, 0x57, 0x4f, 0xec, 0x43, 0xe3, 0xe8, 0x39, 0xc3, 0xc9, 0x86, 0xe1, - 0x9c, 0x2e, 0xa1, 0x6f, 0x28, 0x70, 0x39, 0x00, 0x75, 0xa8, 0x26, 0x39, 0x74, 0x49, 0xe4, 0xd0, - 0x26, 0x86, 0x64, 0xba, 0x10, 0xff, 0x7b, 0xff, 0xe1, 0x41, 0xed, 0xf2, 0xea, 0x43, 0x70, 0xe3, - 0x87, 0x52, 0x97, 0x97, 0x4b, 0xd7, 0xd9, 0xf2, 0x85, 0xe0, 0x7b, 0x5a, 0xcb, 0x85, 0x92, 0xc0, - 0x31, 0x82, 0xe8, 0xb7, 0x15, 0x78, 0x4c, 0x2e, 0x90, 0x57, 0x0b, 0x97, 0x78, 0x5f, 0x3b, 0xb1, - 0xce, 0x24, 0xf0, 0x73, 0xdb, 0x52, 0x0e, 0x10, 0xe7, 0xf5, 0x8a, 0xb2, 0xde, 0x3e, 0x5b, 0x98, - 0x5c, 0x2a, 0x2e, 0x73, 0xd6, 0xcb, 0xd7, 0xaa, 0x87, 0x03, 0x18, 0x55, 0x36, 0x07, 0x8e, 0xd1, - 0x31, 0x0d, 0xef, 0x96, 0xd9, 0x37, 0x7d, 0x26, 0xb7, 0x4e, 0xf0, 0xe1, 0xe8, 0x38, 0x46, 0xa7, - 0xdd, 0xe2, 0xe5, 0x38, 0x56, 0x8b, 0xb9, 0xa1, 0x9b, 0x7d, 0xad, 0x47, 0x3a, 0x43, 0xcb, 0xea, - 0xb8, 0x0e, 0x33, 0x40, 0xb4, 0x88, 0x66, 0x58, 0xa6, 0x4d, 0x0a, 0xca, 0xa9, 0x6c, 0xbb, 0xb5, - 0xf3, 0x90, 0xe2, 0x7c, 0x7a, 0x68, 0x05, 0x60, 0x4b, 0x33, 0xad, 0xee, 0x3d, 0x6d, 0x70, 0xdb, - 0x5e, 0x9a, 0x63, 0x0c, 0x8c, 0x69, 0x7a, 0xd7, 0xc2, 0x52, 0x2c, 0xd5, 0xa0, 0xab, 0x89, 0x72, - 0x41, 0x4c, 0x78, 0x00, 0xdc, 0xd2, 0xfc, 0x09, 0xad, 0xa6, 0x00, 0x21, 0x1f, 0xbe, 0x9b, 0x12, - 0x09, 0x1c, 0x23, 0x88, 0xbe, 0xa8, 0xc0, 0xbc, 0xb7, 0xef, 0xf9, 0xa4, 0x1f, 0xf6, 0xe1, 0xcc, - 0x49, 0xf7, 0x81, 0x99, 0x66, 0xba, 0x31, 0x22, 0x38, 0x41, 0x14, 0x69, 0xf0, 0x04, 0x1b, 0xd5, - 0xeb, 0xcd, 0x1b, 0x66, 0x6f, 0x3b, 0x74, 0x2e, 0xef, 0x10, 0x57, 0x27, 0xb6, 0xbf, 0xb4, 0xc0, - 0xd6, 0x4d, 0xed, 0xf0, 0xa0, 0xf6, 0x44, 0x3b, 0xbf, 0x1a, 0x3e, 0x0a, 0x07, 0x7a, 0x13, 0x96, - 0x05, 0xf8, 0x96, 0x73, 0x2f, 0x45, 0x61, 0x91, 0x51, 0x60, 0x1e, 0xff, 0xed, 0xdc, 0x5a, 0xf8, - 0x08, 0x0c, 0x54, 0x2b, 0xf0, 0x88, 0xcb, 0x2c, 0xab, 0x24, 0x5c, 0x3c, 0xde, 0x12, 0x62, 0x8b, - 0x80, 0x69, 0x05, 0xdd, 0x34, 0x18, 0x67, 0xb5, 0x51, 0x0f, 0x4a, 0x5c, 0x9d, 0x49, 0x6d, 0x48, - 0xf4, 0x22, 0x9c, 0xe9, 0x93, 0xbe, 0xe3, 0xee, 0xd7, 0x83, 0x94, 0x19, 0xc2, 0xb4, 0xc6, 0x34, - 0xd4, 0xb5, 0x38, 0x08, 0x27, 0xeb, 0xd2, 0xe3, 0x92, 0x7d, 0xc1, 0xb5, 0x6e, 0xd4, 0xbe, 0x14, - 0x1d, 0x97, 0xed, 0x04, 0x0c, 0xa7, 0x6a, 0xa3, 0x26, 0x2c, 0x8a, 0xb2, 0x36, 0x95, 0x1a, 0xbd, - 0x6b, 0x2e, 0x09, 0x2e, 0x9b, 0xa8, 0xfc, 0xb5, 0xd8, 0x4e, 0x02, 0x71, 0xba, 0x3e, 0xfd, 0x0a, - 0xfa, 0x43, 0xee, 0xc5, 0x64, 0xf4, 0x15, 0xeb, 0x71, 0x10, 0x4e, 0xd6, 0x0d, 0xc4, 0xfa, 0x58, - 0x17, 0xca, 0xd1, 0x57, 0xac, 0x27, 0x60, 0x38, 0x55, 0x5b, 0xfd, 0x4f, 0x93, 0xf0, 0xbe, 0x11, - 0x0e, 0x31, 0xd4, 0xcf, 0x1e, 0xee, 0x87, 0xb0, 0x94, 0x95, 0xc0, 0x49, 0x63, 0xe5, 0x95, 0xa1, - 0x66, 0xfb, 0xa6, 0xbf, 0x3f, 0xe2, 0xf4, 0x0c, 0x72, 0xa6, 0xe7, 0xf8, 0xf4, 0x46, 0x9d, 0x4e, - 0x2f, 0x6f, 0x3a, 0x8f, 0x4f, 0x72, 0xf4, 0xe9, 0xef, 0x67, 0x4f, 0x7f, 0xc1, 0x51, 0x7d, 0xe8, - 0x72, 0x19, 0xe4, 0x2c, 0x97, 0x82, 0xa3, 0x3a, 0xc2, 0xf2, 0xfa, 0xd3, 0x49, 0x78, 0xff, 0x28, - 0x07, 0x6a, 0xc1, 0xf5, 0x95, 0x71, 0x64, 0x9d, 0xea, 0xfa, 0xca, 0xf3, 0x88, 0x39, 0xc5, 0xf5, - 0x95, 0x41, 0xf2, 0xb4, 0xd7, 0x57, 0xde, 0xa8, 0x9e, 0xd6, 0xfa, 0xca, 0x1b, 0xd5, 0x11, 0xd6, - 0xd7, 0x9f, 0x25, 0xcf, 0x87, 0xf0, 0x1c, 0x6d, 0xc3, 0x84, 0x3e, 0x18, 0x16, 0x64, 0x52, 0xec, - 0x9a, 0xb3, 0xd9, 0xd9, 0xc0, 0x14, 0x07, 0xc2, 0x30, 0xc5, 0xd7, 0x4f, 0x41, 0x16, 0xc4, 0x9c, - 0x7e, 0xf8, 0x92, 0xc4, 0x02, 0x13, 0x1d, 0x2a, 0x32, 0xd8, 0x26, 0x7d, 0xe2, 0x6a, 0x56, 0xd7, - 0x77, 0x5c, 0xad, 0x57, 0x94, 0xdb, 0xb0, 0xa1, 0x5a, 0x4d, 0xe0, 0xc2, 0x29, 0xec, 0x74, 0x40, - 0x06, 0xa6, 0x51, 0x90, 0xbf, 0xb0, 0x01, 0xe9, 0xb4, 0x5b, 0x98, 0xe2, 0x50, 0xff, 0xa0, 0x02, - 0x52, 0x68, 0x11, 0xd5, 0xdb, 0x34, 0xcb, 0x72, 0xee, 0x75, 0x5c, 0x73, 0xd7, 0xb4, 0x48, 0x8f, - 0x18, 0x61, 0xec, 0x89, 0x27, 0x2e, 0xc3, 0x99, 0x20, 0x59, 0xcf, 0xab, 0x84, 0xf3, 0xdb, 0x53, - 0xbd, 0x7c, 0x51, 0x4f, 0x06, 0x7e, 0x8e, 0x73, 0xa1, 0x97, 0x8a, 0x22, 0xe5, 0xfb, 0x29, 0x55, - 0x8c, 0xd3, 0x64, 0xd1, 0x4f, 0x2b, 0xdc, 0xe0, 0x10, 0x5a, 0x57, 0xc5, 0x9c, 0x5d, 0x3f, 0xa1, - 0xfb, 0x88, 0xc8, 0x72, 0x11, 0xd9, 0x6f, 0xe3, 0x04, 0xa9, 0x66, 0x78, 0x7e, 0x27, 0xcb, 0x4e, - 0x2a, 0x66, 0xf6, 0x76, 0xd1, 0xae, 0xe4, 0x18, 0x5e, 0xf9, 0xe5, 0x71, 0x66, 0x05, 0x9c, 0xdd, - 0x91, 0x70, 0x94, 0x42, 0xd3, 0x91, 0x60, 0x02, 0x85, 0x47, 0x29, 0x61, 0x83, 0x8a, 0x46, 0x29, - 0x04, 0xe0, 0x38, 0x41, 0x34, 0x80, 0x99, 0x9d, 0xc0, 0x5e, 0x27, 0xf4, 0xfb, 0x66, 0x51, 0xea, - 0x92, 0xd1, 0x8f, 0x5f, 0x52, 0x87, 0x85, 0x38, 0x22, 0x82, 0xb6, 0x61, 0x7a, 0x87, 0x33, 0x22, - 0xa1, 0x97, 0xd7, 0xc7, 0xd6, 0x1b, 0xb8, 0x7a, 0x28, 0x8a, 0x70, 0x80, 0x5e, 0x76, 0x52, 0xa9, - 0x3c, 0xc4, 0x37, 0xe9, 0x6b, 0x0a, 0x9c, 0xdf, 0x25, 0xae, 0x6f, 0xea, 0x49, 0x2b, 0xf5, 0x4c, - 0x71, 0xdd, 0xe6, 0x6e, 0x16, 0x42, 0xbe, 0x4c, 0x32, 0x41, 0x38, 0xbb, 0x0b, 0xea, 0x0f, 0x15, - 0x48, 0xd9, 0xc2, 0xd0, 0x2f, 0x28, 0x30, 0xbb, 0x45, 0x34, 0x7f, 0xe8, 0x92, 0xeb, 0x9a, 0x1f, - 0x3a, 0x12, 0xdf, 0x3d, 0x09, 0x13, 0xdc, 0xca, 0x35, 0x09, 0x31, 0xbf, 0xec, 0x0b, 0xb3, 0x0b, - 0xc8, 0x20, 0x1c, 0xeb, 0xc1, 0xf2, 0x4b, 0xb0, 0x98, 0x6a, 0x78, 0xac, 0x3b, 0x99, 0x7f, 0x2e, - 0x4c, 0xa9, 0xc9, 0x84, 0x97, 0x6f, 0x42, 0x59, 0x33, 0x8c, 0x30, 0x9d, 0xd6, 0x73, 0xc5, 0x2e, - 0xb5, 0x0d, 0xd9, 0x5f, 0x9b, 0xfd, 0xc4, 0x1c, 0x2d, 0xba, 0x06, 0x48, 0x8b, 0xdd, 0x5c, 0xad, - 0x45, 0xee, 0xac, 0xcc, 0x04, 0x5f, 0x4f, 0x41, 0x71, 0x46, 0x0b, 0xf5, 0x05, 0x98, 0x8f, 0x07, - 0x98, 0x1e, 0xc3, 0x3d, 0x4e, 0xfd, 0xcb, 0x0a, 0xa0, 0x74, 0x32, 0x0b, 0xe4, 0x42, 0x45, 0xd4, - 0x08, 0xa6, 0xb8, 0x90, 0x95, 0x35, 0xe9, 0xb8, 0x17, 0x39, 0xcc, 0x8b, 0x02, 0x0f, 0x87, 0x74, - 0xd4, 0x3f, 0x57, 0x20, 0xca, 0xd7, 0x83, 0x3e, 0x0e, 0x55, 0x83, 0x78, 0xba, 0x6b, 0x0e, 0xfc, - 0xe8, 0x3b, 0xc2, 0x44, 0x04, 0xad, 0x08, 0x84, 0xe5, 0x7a, 0x48, 0x85, 0x29, 0x5f, 0xf3, 0x76, - 0xda, 0x2d, 0xa1, 0x2e, 0xb2, 0xc3, 0xfd, 0x0e, 0x2b, 0xc1, 0x02, 0x12, 0x05, 0x6b, 0x4e, 0x8c, - 0x10, 0xac, 0x89, 0xb6, 0x4e, 0x20, 0x32, 0x15, 0x3d, 0x3c, 0x2a, 0x55, 0xfd, 0xe3, 0x12, 0xc4, - 0x53, 0x24, 0x15, 0x1d, 0x82, 0x74, 0x28, 0x6d, 0xe9, 0xd4, 0x42, 0x69, 0x3f, 0xcc, 0xf2, 0x0b, - 0xf2, 0x84, 0xb0, 0xfc, 0xc2, 0x4a, 0xce, 0x0a, 0xc8, 0xd3, 0xb9, 0x86, 0x35, 0xd0, 0x73, 0xcc, - 0x99, 0xcd, 0x0f, 0x94, 0xe8, 0xf7, 0x05, 0xdb, 0xa2, 0x4b, 0x0b, 0x1f, 0x88, 0x60, 0xe1, 0xf0, - 0xfb, 0x59, 0x29, 0xe6, 0x2d, 0xd0, 0xc7, 0x85, 0xef, 0x63, 0x39, 0x16, 0xd0, 0x1c, 0x44, 0x41, - 0x2f, 0xc6, 0x1a, 0x46, 0x0e, 0x91, 0xea, 0x5f, 0x57, 0x60, 0x5a, 0x64, 0x26, 0x19, 0xc1, 0x7d, - 0x72, 0x0b, 0xca, 0x4c, 0x48, 0x1f, 0x47, 0x7e, 0xe9, 0x6e, 0x3b, 0x8e, 0x1f, 0xcb, 0xcf, 0xc2, - 0x7c, 0xf6, 0xd8, 0xbf, 0x98, 0xa3, 0x57, 0xbf, 0x3e, 0x09, 0x97, 0x45, 0x95, 0xd4, 0xf1, 0x1c, - 0x6e, 0xc1, 0x7d, 0x38, 0x2b, 0x66, 0xa9, 0xe5, 0x6a, 0x66, 0x78, 0xa5, 0x57, 0x4c, 0xed, 0x12, - 0x97, 0xbd, 0x29, 0x74, 0x38, 0x8b, 0x06, 0xcf, 0x44, 0xc0, 0x8a, 0x6f, 0x10, 0xcd, 0xf2, 0xb7, - 0x03, 0xda, 0xa5, 0x71, 0x32, 0x11, 0xa4, 0xf1, 0xe1, 0x4c, 0x2a, 0xec, 0x4a, 0x51, 0x00, 0x9a, - 0x2e, 0xd1, 0xe4, 0xfb, 0xcc, 0x31, 0x5c, 0xfc, 0xd6, 0x32, 0x31, 0xe2, 0x1c, 0x4a, 0xcc, 0x7e, - 0xa5, 0xed, 0x31, 0x75, 0x18, 0x13, 0xdf, 0x35, 0x59, 0xc6, 0x1c, 0xba, 0xbe, 0xb9, 0x02, 0x1b, - 0x07, 0xe1, 0x64, 0x5d, 0xf4, 0x3c, 0xcc, 0xb3, 0x2b, 0xda, 0x28, 0x40, 0xaf, 0x1c, 0xe5, 0x07, - 0x5e, 0x8f, 0x41, 0x70, 0xa2, 0xa6, 0xfa, 0x1b, 0x0a, 0xcc, 0xca, 0x0b, 0x68, 0x04, 0x77, 0xeb, - 0xa1, 0xc4, 0xae, 0xc7, 0xf0, 0x5a, 0x95, 0xa9, 0x8e, 0xc2, 0xb1, 0x1f, 0x28, 0x70, 0x36, 0xa3, - 0x0d, 0xbb, 0xac, 0x23, 0x09, 0xd6, 0x3f, 0xce, 0x65, 0x5d, 0xea, 0x18, 0x09, 0x2f, 0xeb, 0x92, - 0x10, 0x9c, 0xa2, 0x8b, 0xee, 0xc2, 0x84, 0xee, 0x9a, 0x62, 0x58, 0x9e, 0x2d, 0xa4, 0x92, 0xe0, - 0x76, 0xe4, 0xc3, 0xde, 0xc4, 0x6d, 0x4c, 0x11, 0xaa, 0xff, 0x78, 0x02, 0xaa, 0x52, 0xd2, 0x23, - 0xb4, 0x36, 0x8e, 0x46, 0x1b, 0xa1, 0x0f, 0xb4, 0xda, 0x35, 0x98, 0xe8, 0x0d, 0x86, 0x05, 0x55, - 0xda, 0x10, 0xdd, 0x75, 0x8a, 0xae, 0x37, 0x18, 0xa2, 0xbb, 0xa1, 0x92, 0x5c, 0x4c, 0x8d, 0x0d, - 0x1d, 0x39, 0x13, 0x8a, 0x72, 0xb0, 0x36, 0x27, 0x73, 0xd7, 0x66, 0x1f, 0xa6, 0x3d, 0xa1, 0x41, - 0x97, 0x8b, 0x07, 0x0d, 0x49, 0x23, 0x2d, 0x34, 0x66, 0x2e, 0x7e, 0x07, 0x0a, 0x75, 0x40, 0x83, - 0x0a, 0x00, 0x43, 0xe6, 0x78, 0xce, 0xf4, 0x8a, 0x0a, 0x17, 0x00, 0x36, 0x58, 0x09, 0x16, 0x10, - 0xf5, 0x67, 0x4b, 0x80, 0xd2, 0x08, 0xd1, 0xfb, 0xa0, 0xcc, 0xfc, 0xef, 0xc5, 0x46, 0x93, 0x92, - 0x82, 0x68, 0x9e, 0x87, 0x39, 0x0c, 0x75, 0x45, 0x3c, 0x46, 0xb1, 0x89, 0x61, 0x97, 0xc4, 0x82, - 0x9e, 0x14, 0xbc, 0x11, 0x1c, 0x4d, 0x13, 0xb9, 0x47, 0xd3, 0x06, 0x4c, 0xf7, 0x4d, 0x9b, 0x39, - 0x86, 0x14, 0x33, 0x11, 0xf0, 0xbb, 0x2c, 0x8e, 0x02, 0x07, 0xb8, 0xd4, 0x3f, 0x2d, 0xd1, 0x45, - 0x6c, 0xda, 0x3e, 0xb1, 0x35, 0x5b, 0x27, 0x68, 0x1f, 0x40, 0x1b, 0xfa, 0x0e, 0x3f, 0xe1, 0xc5, - 0x5a, 0x6e, 0x17, 0x9b, 0xaf, 0x10, 0x69, 0x3d, 0x44, 0xc8, 0xaf, 0x98, 0xa2, 0xdf, 0x58, 0x22, - 0x46, 0x49, 0xfb, 0x66, 0x9f, 0xbc, 0x6a, 0xda, 0x86, 0x73, 0x4f, 0x0c, 0xef, 0xb8, 0xa4, 0xef, - 0x84, 0x08, 0x39, 0xe9, 0xe8, 0x37, 0x96, 0x88, 0xa1, 0xd7, 0x60, 0x89, 0xe5, 0x2c, 0xb7, 0x59, - 0x3e, 0x39, 0xd1, 0x37, 0xc7, 0xb2, 0x82, 0x23, 0xa7, 0xc2, 0x72, 0xf8, 0x2c, 0x35, 0x73, 0xea, - 0xe0, 0xdc, 0xd6, 0xea, 0x6f, 0x2b, 0x70, 0x3e, 0x73, 0x28, 0xd0, 0x75, 0x58, 0x8c, 0xfc, 0x0a, - 0x64, 0x1e, 0x59, 0x89, 0xd2, 0x23, 0xde, 0x4c, 0x56, 0xc0, 0xe9, 0x36, 0x68, 0x2d, 0x94, 0x13, - 0x64, 0x1e, 0x2c, 0x9c, 0x12, 0x9e, 0x10, 0xa8, 0xb2, 0xd8, 0x34, 0xce, 0x6a, 0xa7, 0xfe, 0x44, - 0xac, 0xc3, 0xd1, 0x80, 0xd1, 0xdd, 0xb1, 0x49, 0x7a, 0xa1, 0x67, 0x77, 0xb8, 0x3b, 0x1a, 0xb4, - 0x10, 0x73, 0x18, 0xba, 0x28, 0x47, 0x23, 0x84, 0x5c, 0x28, 0x88, 0x48, 0x50, 0x7d, 0x00, 0xe1, - 0xbe, 0x63, 0xda, 0x3d, 0xb4, 0x05, 0x15, 0x4d, 0x24, 0xd4, 0x17, 0x4b, 0xed, 0x93, 0x85, 0x74, - 0x2c, 0x81, 0x83, 0xbb, 0xed, 0x05, 0xbf, 0x70, 0x88, 0x5b, 0xfd, 0x3b, 0x0a, 0x5c, 0xa0, 0x0c, - 0xc9, 0x08, 0x82, 0x3e, 0xc3, 0x38, 0xfc, 0x11, 0x8e, 0xd6, 0x3e, 0x54, 0xdd, 0xa8, 0x99, 0x58, - 0x97, 0x3f, 0x2e, 0xc7, 0xf8, 0x4b, 0xa1, 0x8a, 0x54, 0xec, 0x68, 0xba, 0x8e, 0x17, 0x4c, 0x4e, - 0x32, 0xec, 0x3f, 0x14, 0xde, 0xa5, 0x9e, 0x60, 0x19, 0xbf, 0xfa, 0xf9, 0x12, 0xc0, 0x3a, 0xf1, - 0xef, 0x39, 0xee, 0x0e, 0x1d, 0xa2, 0x77, 0x54, 0xc8, 0xcf, 0x93, 0x30, 0x39, 0x70, 0x0c, 0x4f, - 0x70, 0x29, 0x16, 0xa8, 0xc6, 0x6e, 0xc6, 0x59, 0x29, 0xaa, 0x41, 0x99, 0x19, 0x7e, 0xc5, 0x51, - 0xc0, 0xa4, 0x5e, 0x2a, 0xe9, 0x78, 0x98, 0x97, 0xf3, 0x54, 0xa9, 0xcc, 0x25, 0xd6, 0x13, 0x62, - 0xbc, 0x48, 0x95, 0xca, 0xcb, 0x70, 0x08, 0x55, 0x3f, 0x3f, 0x09, 0xb1, 0x17, 0x21, 0x22, 0x55, - 0x5c, 0x39, 0x1d, 0x55, 0xfc, 0x35, 0x58, 0xb2, 0x1c, 0xcd, 0x68, 0x68, 0x16, 0x5d, 0xf4, 0x6e, - 0x97, 0x4f, 0x87, 0x66, 0xf7, 0xc2, 0xe7, 0x06, 0x18, 0x03, 0xb8, 0x95, 0x53, 0x07, 0xe7, 0xb6, - 0x46, 0x7e, 0xf8, 0x0e, 0x05, 0x4f, 0xf7, 0x78, 0x6b, 0xdc, 0xf7, 0x32, 0x56, 0x64, 0x67, 0xe8, - 0xf0, 0x54, 0x8e, 0x3f, 0x55, 0x81, 0xbe, 0xa4, 0xc0, 0x79, 0xb2, 0xe7, 0x13, 0xd7, 0xd6, 0xac, - 0x3b, 0xae, 0xb6, 0xb5, 0x65, 0xea, 0xc2, 0xe7, 0x88, 0x4f, 0x4e, 0xe7, 0xf0, 0xa0, 0x76, 0x7e, - 0x35, 0xab, 0xc2, 0x83, 0x83, 0xda, 0xc7, 0xd2, 0xcf, 0xc1, 0x04, 0xbe, 0xcf, 0x99, 0x4d, 0xd8, - 0x62, 0xcc, 0x26, 0xb7, 0xfc, 0x1c, 0x54, 0x8f, 0xe1, 0x2a, 0x3b, 0x23, 0x9b, 0x65, 0x7e, 0x79, - 0x0a, 0x24, 0xbf, 0xf3, 0x63, 0x24, 0xf9, 0xfc, 0x35, 0x05, 0xce, 0xe9, 0x96, 0x49, 0x6c, 0x3f, - 0xe1, 0x60, 0xcc, 0x37, 0xc6, 0x46, 0x21, 0x87, 0xf8, 0x01, 0xb1, 0xdb, 0xad, 0xa6, 0x63, 0xdb, - 0x44, 0xf7, 0x9b, 0x19, 0xc8, 0xb9, 0x96, 0x93, 0x05, 0xc1, 0x99, 0x9d, 0x61, 0xdf, 0xc3, 0xca, - 0xdb, 0x2d, 0x39, 0x38, 0xab, 0x29, 0xca, 0x70, 0x08, 0x45, 0x4f, 0x43, 0xb5, 0xe7, 0x3a, 0xc3, - 0x81, 0xd7, 0x64, 0xee, 0x50, 0x7c, 0x06, 0x99, 0x20, 0x71, 0x3d, 0x2a, 0xc6, 0x72, 0x1d, 0xf4, - 0x0c, 0xcc, 0xf2, 0x9f, 0x1d, 0x97, 0x6c, 0x99, 0x7b, 0x62, 0xbb, 0x31, 0x1f, 0x8b, 0xeb, 0x52, - 0x39, 0x8e, 0xd5, 0x42, 0x1f, 0x82, 0x19, 0xd3, 0xf3, 0x86, 0xc4, 0xdd, 0xc0, 0xb7, 0x44, 0xc6, - 0x2b, 0x66, 0x50, 0x6d, 0x07, 0x85, 0x38, 0x82, 0xa3, 0x5f, 0x54, 0x60, 0xde, 0x25, 0x6f, 0x0f, - 0x4d, 0x97, 0x18, 0x8c, 0xa8, 0x27, 0x9c, 0xff, 0xf1, 0x78, 0x01, 0x07, 0x2b, 0x38, 0x86, 0x94, - 0xaf, 0xf3, 0xd0, 0x1c, 0x11, 0x07, 0xe2, 0x44, 0x0f, 0xe8, 0x50, 0x79, 0x66, 0xcf, 0x36, 0xed, - 0x5e, 0xdd, 0xea, 0x79, 0x4b, 0x15, 0xb6, 0x75, 0xb9, 0xcc, 0x15, 0x15, 0x63, 0xb9, 0x0e, 0x7a, - 0x16, 0xe6, 0x86, 0x1e, 0x5d, 0xb9, 0x7d, 0xc2, 0xc7, 0x77, 0x26, 0xf2, 0x51, 0xdc, 0x90, 0x01, - 0x38, 0x5e, 0x8f, 0xaa, 0x78, 0x41, 0x81, 0x18, 0x65, 0xe0, 0x21, 0xba, 0xb4, 0x9f, 0x1b, 0x31, - 0x08, 0x4e, 0xd4, 0x5c, 0xae, 0xc3, 0xd9, 0x8c, 0xcf, 0x3c, 0xd6, 0xf6, 0xf8, 0x8d, 0x12, 0xbc, - 0xf7, 0xa1, 0xab, 0x12, 0xfd, 0x4d, 0x05, 0xaa, 0x64, 0xcf, 0x77, 0xb5, 0xd0, 0x63, 0x92, 0x4e, - 0xd1, 0xd6, 0xa9, 0x6c, 0x81, 0x95, 0xd5, 0x88, 0x10, 0x9f, 0xb6, 0xf0, 0xb8, 0x93, 0x20, 0x58, - 0xee, 0x0f, 0x95, 0xd6, 0x79, 0x00, 0xb7, 0x6c, 0xae, 0x13, 0x89, 0xf3, 0x05, 0x64, 0xf9, 0x53, - 0xb0, 0x90, 0xc4, 0x7c, 0xac, 0x91, 0xfa, 0x07, 0x25, 0x28, 0x77, 0x2c, 0xed, 0x91, 0x24, 0x2f, - 0xfb, 0x0b, 0xb1, 0xcc, 0x31, 0x85, 0xd2, 0xf1, 0xb0, 0xae, 0xe6, 0xe6, 0xac, 0xea, 0x25, 0x72, - 0x56, 0xbd, 0x54, 0x9c, 0xc4, 0xd1, 0x29, 0xaa, 0xfe, 0xa5, 0x02, 0x33, 0xac, 0xde, 0x23, 0x48, - 0x95, 0xf2, 0x66, 0x3c, 0x55, 0xca, 0x73, 0x85, 0xbf, 0x29, 0x27, 0x33, 0xca, 0x77, 0x83, 0x6f, - 0x61, 0x89, 0x50, 0x5e, 0x97, 0x1f, 0x0c, 0xe1, 0x1f, 0x73, 0x25, 0x2b, 0x67, 0xd3, 0x2d, 0x47, - 0xd7, 0xac, 0x54, 0xe2, 0xa6, 0x23, 0x5f, 0x0d, 0xe9, 0xc3, 0x0c, 0x11, 0x41, 0xf2, 0xc1, 0xc7, - 0x14, 0x12, 0x69, 0x83, 0x48, 0xfb, 0x88, 0x5c, 0x50, 0xe2, 0xe1, 0x88, 0x82, 0xfa, 0xcf, 0x4a, - 0x50, 0x95, 0xe6, 0xf2, 0x47, 0x91, 0x12, 0xea, 0x5a, 0x66, 0x2e, 0xfd, 0x12, 0x73, 0x89, 0xbc, - 0x70, 0x8c, 0x3c, 0xfa, 0x2e, 0x54, 0xf5, 0x28, 0xbd, 0xe7, 0x38, 0x8b, 0x5b, 0xca, 0x12, 0x2a, - 0x7c, 0xb2, 0xa3, 0x02, 0x2c, 0x13, 0x51, 0x7f, 0xb7, 0x04, 0xd3, 0x1d, 0xd7, 0xa1, 0x13, 0xfc, - 0x08, 0x58, 0x83, 0x16, 0x63, 0x0d, 0xc5, 0xf6, 0x2d, 0xef, 0x6c, 0x2e, 0x73, 0x30, 0x13, 0xcc, - 0xa1, 0x3e, 0x0e, 0x91, 0xa3, 0xd9, 0xc3, 0xbf, 0x51, 0xa0, 0x2a, 0x6a, 0x3e, 0x02, 0x06, 0xf1, - 0x99, 0x38, 0x83, 0x78, 0x61, 0x8c, 0xef, 0xca, 0x61, 0x11, 0x5f, 0x53, 0x60, 0x4e, 0xd4, 0x58, - 0x23, 0xfd, 0x4d, 0xe2, 0xa2, 0x6b, 0x30, 0xed, 0x0d, 0xd9, 0x44, 0x8a, 0x0f, 0x7a, 0x42, 0x66, - 0x12, 0xee, 0xa6, 0xa6, 0xb3, 0x67, 0x61, 0x78, 0x15, 0x29, 0x4d, 0x1c, 0x2f, 0xc0, 0x41, 0x63, - 0xaa, 0xc2, 0xb9, 0x8e, 0x95, 0x4a, 0x6b, 0x80, 0x1d, 0x8b, 0x60, 0x06, 0xa1, 0x9a, 0x13, 0xfd, - 0x1b, 0xdc, 0x47, 0x31, 0xcd, 0x89, 0x82, 0x3d, 0xcc, 0xcb, 0xd5, 0x2f, 0x4e, 0x86, 0x83, 0xcd, - 0x38, 0xd8, 0x0d, 0x98, 0xd1, 0x5d, 0xa2, 0xf9, 0xc4, 0x68, 0xec, 0x8f, 0xd2, 0x39, 0x26, 0xc5, - 0x35, 0x83, 0x16, 0x38, 0x6a, 0x4c, 0x05, 0x26, 0xf9, 0x8a, 0xa9, 0x14, 0xc9, 0x96, 0xb9, 0xd7, - 0x4b, 0x9f, 0x84, 0xb2, 0x73, 0xcf, 0x0e, 0x7d, 0x2b, 0x8e, 0x24, 0xcc, 0x3e, 0xe5, 0x36, 0xad, - 0x8d, 0x79, 0x23, 0x96, 0xfa, 0x45, 0x64, 0xfe, 0xe0, 0x82, 0x6c, 0x35, 0x2b, 0xeb, 0x07, 0xb2, - 0x60, 0xba, 0xcf, 0xa6, 0x61, 0xac, 0xac, 0x61, 0xb1, 0x09, 0x95, 0xb3, 0xb7, 0x32, 0xcc, 0x38, - 0x20, 0x41, 0x05, 0x5f, 0x2a, 0x9c, 0x79, 0x03, 0x4d, 0x27, 0xb2, 0xe0, 0xbb, 0x1e, 0x14, 0xe2, - 0x08, 0x8e, 0xf6, 0xa1, 0xca, 0x63, 0xdf, 0x39, 0x97, 0x9d, 0x2e, 0x6e, 0xd3, 0x14, 0xdd, 0xbb, - 0x13, 0x61, 0xe3, 0x43, 0x2f, 0x15, 0x60, 0x99, 0x96, 0xfa, 0xf3, 0x93, 0xe1, 0x22, 0x15, 0x1c, - 0x3f, 0xfb, 0x29, 0x13, 0xa5, 0xd0, 0x53, 0x26, 0x1f, 0x83, 0xf2, 0x60, 0x5b, 0xf3, 0x82, 0x95, - 0x1a, 0x64, 0x1a, 0x2e, 0x77, 0x68, 0xe1, 0x83, 0x83, 0xda, 0xac, 0x20, 0xcd, 0x7e, 0x63, 0x5e, - 0x17, 0x0d, 0xe1, 0xac, 0xe7, 0x6b, 0x16, 0xe9, 0x9a, 0xc2, 0x5a, 0xe4, 0xf9, 0x5a, 0x7f, 0x50, - 0x20, 0x61, 0x30, 0x77, 0x3c, 0x4e, 0xa3, 0xc2, 0x59, 0xf8, 0xd1, 0x17, 0x14, 0x58, 0x62, 0xe5, - 0xf5, 0xa1, 0xef, 0xf0, 0xd4, 0xea, 0x11, 0xf1, 0xe3, 0xdf, 0xcf, 0x32, 0xed, 0xbe, 0x9b, 0x83, - 0x0f, 0xe7, 0x52, 0x42, 0x9f, 0x85, 0xf3, 0x96, 0xe6, 0xf9, 0x75, 0xdd, 0x37, 0x77, 0x4d, 0x7f, - 0x3f, 0xea, 0xc2, 0xf1, 0x9f, 0x75, 0x61, 0x0e, 0x1a, 0xb7, 0xb2, 0x90, 0xe1, 0x6c, 0x1a, 0xea, - 0x9f, 0x29, 0x80, 0xd2, 0x4b, 0x08, 0x59, 0x50, 0x31, 0xc8, 0x96, 0x36, 0xb4, 0xfc, 0x40, 0x04, - 0x28, 0x14, 0x02, 0x1e, 0xa1, 0x8c, 0x38, 0x73, 0x4b, 0xe0, 0xc5, 0x21, 0x05, 0xe4, 0xc0, 0xcc, - 0xbd, 0x6d, 0xd3, 0x27, 0x96, 0xe9, 0xf9, 0x82, 0x3b, 0x8f, 0x4b, 0x2e, 0x94, 0x79, 0x5e, 0x0d, - 0x10, 0xe3, 0x88, 0x86, 0xfa, 0xb3, 0x13, 0x50, 0x39, 0xc6, 0xeb, 0x79, 0x43, 0x40, 0x22, 0xf7, - 0x03, 0x15, 0x94, 0xc8, 0x38, 0x26, 0x32, 0x26, 0xce, 0x34, 0x53, 0xc8, 0x70, 0x06, 0x01, 0xf4, - 0x59, 0x38, 0x67, 0xda, 0x5b, 0xae, 0xe6, 0xf9, 0xee, 0x50, 0xf7, 0x87, 0x2e, 0x19, 0x27, 0x51, - 0x31, 0x33, 0x2d, 0xb4, 0x33, 0xd0, 0xe1, 0x4c, 0x22, 0x88, 0xc0, 0xf4, 0x3d, 0xc7, 0xdd, 0xa1, - 0xcc, 0x73, 0xb2, 0xf8, 0x23, 0x18, 0xaf, 0x32, 0x14, 0x11, 0xd7, 0xe4, 0xbf, 0x3d, 0x1c, 0xe0, - 0x56, 0xff, 0x48, 0x81, 0x32, 0x0f, 0x6e, 0x7b, 0x57, 0xe8, 0x55, 0xac, 0xab, 0xb9, 0x09, 0x38, - 0xa9, 0xba, 0xc3, 0x6a, 0xbc, 0x4b, 0xd4, 0x1d, 0xd6, 0xd7, 0x1c, 0x59, 0xe6, 0x8f, 0x26, 0xc4, - 0xb7, 0x30, 0x61, 0xa1, 0x0d, 0x67, 0x85, 0xd0, 0x7b, 0xcb, 0xdc, 0x22, 0x74, 0x75, 0xb5, 0xb4, - 0x7d, 0x4f, 0x44, 0x95, 0x33, 0xae, 0xdb, 0x4c, 0x83, 0x71, 0x56, 0x1b, 0xf4, 0x4f, 0x15, 0x7a, - 0x2c, 0xfb, 0xae, 0xa9, 0x8f, 0x95, 0xd5, 0x32, 0xec, 0xdb, 0xca, 0x1a, 0x47, 0xc6, 0xad, 0x05, - 0x1b, 0xd1, 0xf9, 0xcc, 0x4a, 0x1f, 0x1c, 0xd4, 0x6a, 0x19, 0xa6, 0xc8, 0xc0, 0x74, 0x4e, 0x07, - 0xf6, 0xf3, 0xdf, 0x3f, 0xb2, 0x0a, 0x33, 0xe3, 0x07, 0x3d, 0x46, 0x37, 0xa0, 0xec, 0xe9, 0xce, - 0x80, 0x1c, 0x27, 0x4f, 0x6f, 0x38, 0xc0, 0x5d, 0xda, 0x12, 0x73, 0x04, 0xcb, 0x6f, 0xc1, 0xac, - 0xdc, 0xf3, 0x0c, 0x6b, 0x44, 0x4b, 0xb6, 0x46, 0x1c, 0xfb, 0xb2, 0x4e, 0xb6, 0x5e, 0xfc, 0x5e, - 0x09, 0xc4, 0xcb, 0x55, 0x23, 0x5c, 0x56, 0x98, 0x41, 0x8e, 0xbb, 0x31, 0x5e, 0xeb, 0x4a, 0x3e, - 0xd6, 0x1b, 0x8d, 0x81, 0x9c, 0xe6, 0x0e, 0xd9, 0x30, 0x65, 0x69, 0x9b, 0xc4, 0x0a, 0xde, 0x31, - 0xba, 0x56, 0xfc, 0xa1, 0x1d, 0x9e, 0x59, 0xd6, 0x4b, 0x98, 0xb4, 0x79, 0x21, 0x16, 0x54, 0x96, - 0x9f, 0x83, 0xaa, 0x54, 0xed, 0x58, 0x06, 0xa0, 0xaf, 0x28, 0x70, 0x21, 0x58, 0x12, 0xf1, 0xdc, - 0x18, 0xe8, 0x0a, 0x54, 0xb4, 0x81, 0xc9, 0x6c, 0xa2, 0xb2, 0x55, 0xb9, 0xde, 0x69, 0xb3, 0x32, - 0x1c, 0x42, 0xd1, 0x87, 0xa1, 0x12, 0xcc, 0x93, 0x10, 0x90, 0xc2, 0x2d, 0x1e, 0x5e, 0xe6, 0x84, - 0x35, 0xd0, 0x07, 0xa4, 0xac, 0x7d, 0xe5, 0xe8, 0x44, 0x0b, 0x09, 0xf3, 0x7b, 0x5f, 0xf5, 0xcb, - 0x13, 0x30, 0xc7, 0x0d, 0x09, 0x0d, 0xd3, 0x36, 0x4c, 0xbb, 0xf7, 0x08, 0x58, 0x69, 0xec, 0xbd, - 0xd4, 0xd2, 0x49, 0xbd, 0x97, 0x7a, 0x13, 0xa6, 0xde, 0xa6, 0xdb, 0x3a, 0x58, 0x0e, 0x23, 0xed, - 0xae, 0x70, 0xae, 0x19, 0x47, 0xf0, 0xb0, 0x40, 0x81, 0x3c, 0xe9, 0xd5, 0xda, 0x31, 0xc2, 0x9c, - 0x63, 0x23, 0x1b, 0xe6, 0xde, 0x9c, 0xcd, 0x7e, 0xb2, 0x56, 0xfd, 0x0f, 0x0a, 0x2c, 0xc6, 0x5a, - 0x3c, 0x82, 0x93, 0x60, 0x2b, 0x7e, 0x12, 0xd4, 0xc7, 0xfe, 0xca, 0x9c, 0x13, 0xe1, 0x39, 0x38, - 0x9f, 0x39, 0x18, 0x0f, 0x17, 0xa0, 0xd4, 0x6f, 0x96, 0x60, 0xb2, 0x4b, 0x88, 0xf1, 0x08, 0x56, - 0xe6, 0x9b, 0xb1, 0x43, 0xfe, 0x93, 0x85, 0x5f, 0xd3, 0xca, 0x33, 0x8f, 0x6c, 0x25, 0xcc, 0x23, - 0x9f, 0x2a, 0x4c, 0xe1, 0x68, 0xdb, 0xc8, 0xaf, 0x94, 0x00, 0x68, 0x35, 0xfe, 0xc2, 0xa6, 0xf0, - 0x91, 0x8c, 0xde, 0x60, 0x9e, 0x79, 0xa7, 0xbc, 0x9c, 0xac, 0x86, 0x2f, 0x25, 0x4e, 0x44, 0xc6, - 0xf7, 0xf8, 0x2b, 0x89, 0x71, 0x6e, 0x31, 0x79, 0x42, 0xdc, 0x42, 0xfd, 0x7b, 0x0a, 0xb0, 0x7c, - 0xfa, 0xad, 0xf5, 0x2e, 0x7a, 0x16, 0xe6, 0x4c, 0x7e, 0xb5, 0xd9, 0x92, 0x33, 0xc7, 0xb1, 0x0b, - 0x98, 0xb6, 0x0c, 0xc0, 0xf1, 0x7a, 0xa8, 0x2f, 0x8d, 0xeb, 0x18, 0xef, 0xdc, 0x8a, 0x7e, 0x3c, - 0x94, 0x3f, 0x7c, 0xbf, 0x04, 0x67, 0x12, 0x75, 0x47, 0xd0, 0x3f, 0x4e, 0x87, 0xdb, 0x4a, 0xe9, - 0x7a, 0x27, 0x4e, 0x3f, 0x5d, 0x6f, 0x98, 0x39, 0x77, 0xf2, 0x74, 0x33, 0xe7, 0xfe, 0xa1, 0x02, - 0xec, 0xe1, 0xd4, 0x47, 0xc0, 0x78, 0xff, 0xff, 0x38, 0xe3, 0xfd, 0x44, 0xd1, 0x85, 0x93, 0xc3, - 0x6f, 0x7f, 0xb3, 0x04, 0x2c, 0x37, 0xbe, 0xf0, 0xe4, 0x90, 0x9c, 0x23, 0x94, 0x1c, 0xe7, 0x88, - 0xcb, 0xc2, 0xb7, 0x22, 0x61, 0x25, 0x94, 0xfc, 0x2b, 0x3e, 0x2c, 0xb9, 0x4f, 0x4c, 0xc4, 0xd9, - 0x48, 0xda, 0x85, 0x02, 0xdd, 0x87, 0x39, 0x6f, 0xdb, 0x71, 0xfc, 0x40, 0x65, 0x17, 0x73, 0x57, - 0x2f, 0xec, 0xd2, 0x1c, 0x7c, 0x0a, 0xdf, 0x98, 0x5d, 0x19, 0x37, 0x8e, 0x93, 0x42, 0x2b, 0x00, - 0x9b, 0x96, 0xa3, 0xef, 0x34, 0xdb, 0x2d, 0x1c, 0x38, 0xbe, 0x32, 0xf7, 0xab, 0x46, 0x58, 0x8a, - 0xa5, 0x1a, 0xea, 0x1f, 0x28, 0x7c, 0xb4, 0x8e, 0xb1, 0xad, 0x1e, 0x21, 0x97, 0xfc, 0x60, 0x82, - 0x4b, 0xe6, 0xbd, 0x27, 0xfb, 0xbb, 0xe2, 0x2b, 0xc2, 0x17, 0x10, 0x06, 0x30, 0x67, 0xc9, 0x4f, - 0x26, 0x88, 0x65, 0x5c, 0xe8, 0xb5, 0x85, 0x30, 0xeb, 0x5d, 0xac, 0x18, 0xc7, 0x09, 0x50, 0x56, - 0x1a, 0x74, 0x9e, 0x3f, 0xff, 0xc8, 0x7d, 0x57, 0xd8, 0x8c, 0x75, 0x64, 0x00, 0x8e, 0xd7, 0x53, - 0xff, 0x56, 0x09, 0x2e, 0xf2, 0xbe, 0x33, 0xe7, 0xf3, 0x16, 0x19, 0x10, 0xdb, 0x20, 0xb6, 0xbe, - 0xcf, 0xc4, 0x65, 0xc3, 0xe9, 0xa1, 0xbf, 0xa4, 0x40, 0x25, 0xb8, 0x78, 0x12, 0x1f, 0xf2, 0x7a, - 0xf1, 0xe7, 0x2e, 0x73, 0xa8, 0x84, 0xd7, 0x5e, 0x3c, 0x01, 0x9b, 0xf8, 0x85, 0x43, 0xc2, 0xe8, - 0x1e, 0x94, 0x07, 0xae, 0xb3, 0x19, 0xa8, 0x55, 0x77, 0x4f, 0xbc, 0x07, 0x1d, 0x8a, 0x9d, 0x6f, - 0x4f, 0xf6, 0x2f, 0xe6, 0xf4, 0x54, 0x0c, 0x1f, 0x18, 0xa9, 0xe7, 0xe8, 0xa9, 0x64, 0x9e, 0xe1, - 0xd0, 0x7e, 0x92, 0x4a, 0xe1, 0x74, 0x1b, 0xd4, 0x87, 0xf7, 0xe5, 0x38, 0x08, 0x5f, 0x81, 0xf7, - 0x4b, 0x08, 0x57, 0xf7, 0x74, 0xe2, 0x79, 0x4d, 0x6d, 0xa0, 0xe9, 0x54, 0xa5, 0x64, 0x81, 0xb7, - 0xdc, 0xd0, 0x7b, 0x0c, 0x94, 0xff, 0x57, 0x81, 0x9a, 0x84, 0x33, 0xe6, 0x00, 0x15, 0xb0, 0x9a, - 0xaf, 0x2b, 0x50, 0xd5, 0x6c, 0xdb, 0xf1, 0x35, 0xf9, 0xde, 0xd1, 0x18, 0x73, 0x6e, 0xb2, 0x48, - 0xad, 0xd4, 0x23, 0x32, 0x09, 0x0f, 0x03, 0x09, 0x82, 0xe5, 0xde, 0x2c, 0x7f, 0x0a, 0x16, 0x92, - 0xad, 0x8e, 0xa5, 0x3c, 0x36, 0xe1, 0x82, 0xd4, 0x2b, 0x76, 0x97, 0xd1, 0xdc, 0x26, 0xfa, 0x8e, - 0x77, 0x9c, 0x61, 0x6c, 0x50, 0xf9, 0x3b, 0x44, 0x22, 0xe2, 0x20, 0xa9, 0xba, 0xf7, 0x14, 0x4c, - 0xef, 0x9a, 0x9e, 0x19, 0xc4, 0xd3, 0x4b, 0x38, 0xee, 0xf2, 0x62, 0x1c, 0xc0, 0xd5, 0x97, 0xe1, - 0xac, 0x8c, 0x83, 0x71, 0xdc, 0xf5, 0xee, 0x71, 0x7a, 0xb1, 0x06, 0x97, 0x25, 0x0c, 0x99, 0xc1, - 0x80, 0xc7, 0x41, 0xf7, 0xf5, 0x4a, 0xc0, 0xf0, 0x44, 0xc4, 0xca, 0xef, 0x28, 0xf0, 0x38, 0xc9, - 0x5b, 0x75, 0x82, 0x69, 0xbc, 0x36, 0xe6, 0xb2, 0xc8, 0x5d, 0xd5, 0x22, 0xf7, 0x54, 0x1e, 0x18, - 0xe7, 0xf7, 0x0c, 0xed, 0x03, 0x78, 0xe1, 0x94, 0x8c, 0xe3, 0x79, 0x9c, 0x39, 0xc7, 0x22, 0xd1, - 0x72, 0xf8, 0x1b, 0x4b, 0xc4, 0xd0, 0xdb, 0x50, 0xf1, 0xc4, 0x4c, 0x8e, 0x13, 0xab, 0x9c, 0xb1, - 0x30, 0x84, 0x73, 0xa5, 0xf8, 0x85, 0x43, 0x32, 0xe8, 0x57, 0x15, 0x38, 0x67, 0x65, 0x6c, 0x2e, - 0x21, 0x21, 0x74, 0x4f, 0x61, 0xdf, 0x72, 0x0b, 0x76, 0x16, 0x04, 0x67, 0x76, 0x05, 0xfd, 0x7a, - 0x6e, 0x60, 0x6c, 0xb9, 0xf8, 0xeb, 0x31, 0x0f, 0x5b, 0xfb, 0xc7, 0x8f, 0x91, 0x45, 0x3f, 0x05, - 0x55, 0x27, 0xe2, 0x08, 0x22, 0x92, 0xf9, 0xd3, 0x63, 0x76, 0x4e, 0xe2, 0x31, 0xfc, 0x3e, 0x50, - 0x2a, 0xc0, 0x32, 0x3d, 0xf4, 0x55, 0x05, 0x90, 0x91, 0x3a, 0x37, 0xc4, 0x95, 0xe4, 0x2b, 0x27, - 0x7e, 0x38, 0xf2, 0x1b, 0x90, 0x74, 0x39, 0xce, 0xe8, 0x84, 0xfa, 0x95, 0x69, 0x2e, 0xcc, 0x33, - 0x1b, 0xf4, 0x26, 0x4c, 0x6d, 0x32, 0x65, 0x58, 0x70, 0x81, 0xc2, 0x9a, 0x37, 0x57, 0xa9, 0xb9, - 0xa6, 0xca, 0xff, 0xc7, 0x02, 0x33, 0x7a, 0x03, 0x26, 0x0c, 0x3b, 0x78, 0x91, 0xec, 0x85, 0x31, - 0x34, 0xc1, 0xc8, 0x6f, 0x9d, 0x6e, 0x1c, 0x8a, 0x14, 0xd9, 0x50, 0xb1, 0x85, 0xfc, 0x2b, 0xb6, - 0x69, 0xe1, 0xb7, 0xbe, 0x43, 0x39, 0x3a, 0x94, 0xde, 0x83, 0x12, 0x1c, 0xd2, 0xa0, 0xf4, 0x12, - 0x06, 0xb0, 0xc2, 0xf4, 0x42, 0xbd, 0xf6, 0x28, 0xa3, 0x43, 0x47, 0xd6, 0x52, 0xcb, 0xa3, 0x6b, - 0xa9, 0x73, 0xb9, 0x1a, 0x2a, 0x81, 0x29, 0x9f, 0xbf, 0xef, 0x3b, 0x55, 0xdc, 0x0d, 0x89, 0xf6, - 0x9f, 0xbd, 0xff, 0x1b, 0x09, 0xdd, 0xe2, 0x71, 0x60, 0x81, 0x9c, 0x2e, 0x2c, 0xfe, 0x0c, 0xb9, - 0x58, 0xf4, 0x85, 0x17, 0x16, 0x7f, 0x4f, 0x85, 0x2f, 0x2c, 0xfe, 0x3f, 0x16, 0x98, 0xd1, 0x5b, - 0x54, 0xf1, 0xe2, 0x47, 0x9c, 0xc8, 0xa2, 0xf7, 0xf2, 0x98, 0x5b, 0xcb, 0x0b, 0x3c, 0xdf, 0xf9, - 0x2f, 0x1c, 0xe2, 0x47, 0x9b, 0x30, 0x2d, 0x8c, 0x1c, 0x22, 0x05, 0xc0, 0x0b, 0x63, 0x24, 0xc5, - 0x0f, 0x9e, 0x08, 0xe2, 0x61, 0xb8, 0x01, 0x62, 0xf5, 0xdf, 0xcd, 0x70, 0xf3, 0x94, 0x70, 0x21, - 0xd8, 0x82, 0x4a, 0x80, 0x6e, 0x9c, 0x28, 0x8c, 0xe0, 0x89, 0x0f, 0xfe, 0x69, 0xc1, 0x2f, 0x1c, - 0xe2, 0x46, 0xcd, 0xac, 0x80, 0x97, 0x28, 0x21, 0xea, 0x68, 0xc1, 0x2e, 0x71, 0x0f, 0xb7, 0x89, - 0x47, 0xe1, 0xe1, 0x96, 0xed, 0x62, 0x31, 0x59, 0xc8, 0xc5, 0xe2, 0x45, 0x38, 0x13, 0x38, 0xa0, - 0x19, 0x84, 0x5d, 0xf5, 0x08, 0xd7, 0x6c, 0x16, 0x55, 0xda, 0x8c, 0x83, 0x70, 0xb2, 0x2e, 0xfa, - 0x3d, 0x05, 0x2a, 0xba, 0x10, 0x60, 0xc4, 0xbe, 0xba, 0x35, 0x9e, 0x0d, 0x73, 0x25, 0x90, 0x87, - 0xb8, 0x38, 0x7d, 0x37, 0xe0, 0x11, 0x41, 0xf1, 0x09, 0xdd, 0xc1, 0x85, 0xbd, 0x46, 0xff, 0x9a, - 0x2a, 0x0b, 0x16, 0x7b, 0x78, 0x84, 0x05, 0xe9, 0x71, 0x9f, 0xf1, 0xdb, 0x63, 0x7e, 0x45, 0x3d, - 0xc2, 0xc8, 0x3f, 0xe4, 0xf5, 0x50, 0x2f, 0x88, 0x20, 0x27, 0xf4, 0x2d, 0x72, 0xf7, 0xd1, 0xdf, - 0x56, 0xe0, 0xfd, 0xdc, 0x51, 0xbf, 0x49, 0x05, 0x04, 0xf6, 0x70, 0x0f, 0x89, 0x5e, 0x0a, 0x8a, - 0x1c, 0x42, 0x2a, 0xc7, 0x76, 0x08, 0xb9, 0x72, 0x78, 0x50, 0x7b, 0x7f, 0x73, 0x04, 0xdc, 0x78, - 0xa4, 0x1e, 0x2c, 0xef, 0xc0, 0x5c, 0x6c, 0xb2, 0x4f, 0xf3, 0xd6, 0x72, 0xd9, 0x86, 0x85, 0xe4, - 0x9c, 0x9c, 0xea, 0x2d, 0xe9, 0x4d, 0x98, 0x09, 0x0f, 0x0b, 0x74, 0x51, 0x22, 0x14, 0x1d, 0xe6, - 0x37, 0xc9, 0x3e, 0xa7, 0x5a, 0x8b, 0xe9, 0x7a, 0x5c, 0xd9, 0xbf, 0x4b, 0x0b, 0x04, 0x42, 0xf5, - 0x3b, 0xc2, 0x92, 0x73, 0x87, 0xf4, 0x07, 0x96, 0xe6, 0x93, 0x77, 0xff, 0xd5, 0x87, 0xfa, 0xdf, - 0x15, 0xce, 0xf3, 0xc5, 0xa3, 0x64, 0x1a, 0x54, 0xfb, 0x3c, 0x81, 0x20, 0x8b, 0x28, 0x55, 0x8a, - 0xc7, 0xb2, 0xae, 0x45, 0x68, 0xb0, 0x8c, 0x13, 0xdd, 0x4b, 0x3f, 0x9b, 0x77, 0x6d, 0xbc, 0xc3, - 0x79, 0xe4, 0xd7, 0xf3, 0x50, 0xba, 0x8d, 0xfc, 0xe2, 0x98, 0x72, 0xf4, 0x8b, 0x63, 0x0f, 0x7f, - 0x87, 0x4a, 0xfd, 0xd6, 0x04, 0x64, 0xbe, 0xf9, 0x80, 0x54, 0x98, 0xe2, 0x11, 0x32, 0xf2, 0x7b, - 0x82, 0x3c, 0x7c, 0x06, 0x0b, 0x08, 0x72, 0xe1, 0x9c, 0x88, 0x3f, 0xb9, 0x49, 0xf6, 0xa3, 0x97, - 0xec, 0xc4, 0xd4, 0x8f, 0xee, 0x89, 0xce, 0x12, 0x8b, 0x75, 0x13, 0x98, 0x70, 0x26, 0x6e, 0x74, - 0x9b, 0x87, 0x83, 0xd9, 0xc6, 0x1d, 0x67, 0x87, 0xd8, 0x11, 0x77, 0x10, 0xd1, 0xad, 0x8f, 0x07, - 0xe1, 0x60, 0xa9, 0x0a, 0x38, 0xbb, 0x1d, 0xda, 0x05, 0xd4, 0xd7, 0xf6, 0x92, 0xd8, 0xc6, 0x48, - 0x37, 0xbf, 0x96, 0xc2, 0x86, 0x33, 0x28, 0xd0, 0x03, 0x54, 0xd3, 0x75, 0x32, 0xf0, 0x89, 0xc1, - 0x87, 0x35, 0xb0, 0x2f, 0xb3, 0x03, 0xb4, 0x1e, 0x07, 0xe1, 0x64, 0x5d, 0x16, 0x0a, 0xc2, 0x54, - 0xe2, 0x77, 0x87, 0xcb, 0x12, 0xeb, 0xea, 0xe9, 0x86, 0x82, 0x70, 0x12, 0x47, 0xdf, 0x67, 0xbe, - 0x0e, 0x17, 0x58, 0xb5, 0xba, 0xc1, 0xb4, 0x60, 0x8f, 0x18, 0x75, 0xc3, 0x60, 0x71, 0x99, 0xe3, - 0x3e, 0x04, 0xa8, 0xfe, 0x2b, 0x05, 0xce, 0x30, 0xdc, 0xcd, 0x3a, 0x16, 0x36, 0x3a, 0x7a, 0x2a, - 0x70, 0x3f, 0x54, 0x8e, 0x75, 0x25, 0xe9, 0x87, 0x7a, 0x91, 0x37, 0x70, 0x09, 0x13, 0x8b, 0x34, - 0xcb, 0x0b, 0x5a, 0xc6, 0x1c, 0x53, 0x5d, 0x40, 0x96, 0xe6, 0xf9, 0x4d, 0xa7, 0x3f, 0xb0, 0x48, - 0x70, 0x12, 0x16, 0xc9, 0x84, 0x73, 0x28, 0xf2, 0xd2, 0xc4, 0x31, 0xe1, 0x0c, 0xec, 0xea, 0xcf, - 0x29, 0xb0, 0x90, 0xec, 0x1c, 0xda, 0x85, 0x8a, 0x2b, 0x3a, 0x28, 0x56, 0xda, 0xad, 0xc2, 0x13, - 0x95, 0xf1, 0xd1, 0xe2, 0xbd, 0x15, 0xf1, 0x0b, 0x87, 0xb4, 0xd4, 0x7f, 0xa8, 0xc0, 0x52, 0x5e, - 0x23, 0xf4, 0x15, 0x05, 0x2e, 0xe8, 0x91, 0xbc, 0x50, 0x1f, 0xfa, 0xdb, 0x8e, 0x6b, 0xfa, 0x26, - 0x09, 0xde, 0xff, 0x6c, 0x16, 0xef, 0x63, 0x38, 0x93, 0x3c, 0xf1, 0x4a, 0x33, 0x93, 0x0c, 0xce, - 0x21, 0xcf, 0x1c, 0xf1, 0x18, 0x9e, 0x77, 0x89, 0x23, 0x1e, 0xeb, 0x6b, 0xce, 0x35, 0xe0, 0x1f, - 0x2a, 0xb0, 0x98, 0xca, 0x07, 0x34, 0x92, 0x1b, 0xd7, 0x23, 0xbb, 0xdd, 0xfa, 0x40, 0xf2, 0x49, - 0xc5, 0x6a, 0x66, 0x9a, 0xb0, 0x57, 0x61, 0x2e, 0x76, 0x0b, 0x18, 0xc6, 0x82, 0x2b, 0x99, 0xb1, - 0xe0, 0x72, 0xa8, 0x77, 0xe9, 0xc8, 0x50, 0xef, 0x6f, 0xce, 0x8b, 0xe9, 0x66, 0x76, 0xa2, 0x37, - 0x61, 0x8a, 0x05, 0x64, 0x07, 0xab, 0xf0, 0xf9, 0xc2, 0x81, 0xde, 0x1e, 0x3f, 0x7b, 0xf9, 0xff, - 0x58, 0x60, 0x45, 0x2d, 0x58, 0xd0, 0x2d, 0x67, 0x68, 0x74, 0x5c, 0x67, 0xcb, 0xb4, 0xc8, 0x7a, - 0x74, 0xcc, 0x87, 0x19, 0x65, 0x9a, 0x09, 0x38, 0x4e, 0xb5, 0x40, 0x98, 0x5b, 0x9a, 0x38, 0xd7, - 0x7d, 0xb6, 0xe0, 0x6d, 0x38, 0xcf, 0xd9, 0x19, 0x5a, 0x98, 0xde, 0x06, 0x20, 0xc1, 0xc4, 0x05, - 0x6e, 0xbb, 0x2f, 0x16, 0xcb, 0x95, 0x13, 0x4e, 0x7f, 0x70, 0x3c, 0x85, 0x45, 0x1e, 0x96, 0x88, - 0x20, 0x17, 0xaa, 0xdb, 0xd1, 0x8b, 0x93, 0xc2, 0xec, 0xf3, 0xd2, 0x98, 0xaf, 0x5d, 0x72, 0xa9, - 0x50, 0x2a, 0xc0, 0x32, 0x11, 0xe4, 0x02, 0x44, 0x4a, 0xfd, 0x38, 0x2f, 0x94, 0x45, 0xd6, 0x82, - 0xe8, 0x3b, 0xa3, 0x32, 0x2c, 0x51, 0xa1, 0x34, 0xed, 0x30, 0xa3, 0xc2, 0x38, 0x76, 0xa2, 0x28, - 0x2f, 0x43, 0x44, 0x33, 0x2a, 0xc3, 0x12, 0x15, 0x3a, 0xb6, 0xfd, 0x28, 0x8b, 0x86, 0xd0, 0xfe, - 0x5e, 0x1a, 0x33, 0x9b, 0x89, 0x90, 0xb8, 0xa3, 0x02, 0x2c, 0x13, 0x41, 0x36, 0x40, 0x3f, 0x4c, - 0xae, 0x21, 0xcc, 0x47, 0x85, 0xbe, 0x33, 0x4a, 0xd1, 0xc1, 0xef, 0x2e, 0xa2, 0xdf, 0x58, 0xa2, - 0x80, 0xde, 0x92, 0x8c, 0x94, 0x50, 0x5c, 0x6f, 0x19, 0xc9, 0x40, 0xf9, 0xf1, 0x48, 0x7c, 0xaf, - 0xb2, 0xfd, 0xfa, 0x84, 0x24, 0xba, 0x3f, 0x38, 0xa8, 0xcd, 0x32, 0x1e, 0x92, 0x12, 0xe5, 0xa3, - 0xbb, 0xfb, 0xd9, 0xa3, 0xee, 0xee, 0xd1, 0x75, 0x58, 0xf4, 0x64, 0xff, 0x38, 0xc6, 0x18, 0xe6, - 0x58, 0x93, 0x30, 0x19, 0x4b, 0x37, 0x59, 0x01, 0xa7, 0xdb, 0x70, 0xc6, 0x47, 0x0c, 0xd6, 0x7e, - 0x5e, 0x66, 0x7c, 0xbc, 0x0c, 0x87, 0x50, 0xb4, 0x0b, 0xb3, 0x9e, 0xe4, 0x2d, 0x20, 0x5e, 0x33, - 0x18, 0xc3, 0xb2, 0x28, 0x3c, 0x05, 0x58, 0x90, 0xbf, 0x5c, 0x82, 0x63, 0x74, 0xd0, 0x67, 0x21, - 0x7a, 0x9a, 0x7f, 0x69, 0xa1, 0xb8, 0x13, 0x77, 0x76, 0x42, 0x95, 0x48, 0x37, 0x0b, 0x40, 0x1e, - 0x8e, 0xe8, 0xa1, 0x61, 0x3c, 0x76, 0x6a, 0xf1, 0x44, 0xe2, 0x45, 0xc2, 0x3b, 0xe0, 0xbc, 0xb8, - 0x29, 0xd4, 0x84, 0x45, 0xb2, 0x37, 0x70, 0xbc, 0xa1, 0x4b, 0x58, 0x2e, 0x27, 0x36, 0x3d, 0x28, - 0x32, 0x3d, 0xae, 0x26, 0x81, 0x38, 0x5d, 0x1f, 0x7d, 0x49, 0x81, 0x05, 0xfe, 0x18, 0x04, 0x95, - 0xfa, 0x1c, 0x9b, 0xd8, 0xbe, 0xb7, 0x74, 0xb6, 0x78, 0x52, 0xb3, 0x6e, 0x02, 0x97, 0x50, 0xe8, - 0x12, 0xa5, 0x38, 0x45, 0x53, 0xfd, 0x47, 0x55, 0xa8, 0x4a, 0x62, 0xfb, 0x8f, 0x22, 0xea, 0xd7, - 0x87, 0xaa, 0xee, 0xd8, 0x9e, 0xef, 0x6a, 0x52, 0xa4, 0xf3, 0x98, 0x34, 0xc3, 0x69, 0x6c, 0x46, - 0x98, 0xb1, 0x4c, 0x86, 0x32, 0x9c, 0xd0, 0x52, 0x3d, 0x71, 0x02, 0x96, 0xea, 0x90, 0xe1, 0x64, - 0x58, 0xab, 0x9f, 0x01, 0x08, 0xce, 0xad, 0xf0, 0x3d, 0xf5, 0x30, 0x1b, 0x6d, 0xdb, 0xbb, 0x11, - 0xc2, 0xb0, 0x54, 0x0f, 0xdd, 0x87, 0x39, 0x4b, 0xce, 0x44, 0x29, 0x0e, 0xd5, 0x42, 0x5e, 0x57, - 0xb1, 0x94, 0x96, 0xdc, 0x87, 0x27, 0x56, 0x84, 0xe3, 0xa4, 0xe8, 0x32, 0xb0, 0x82, 0xec, 0xa9, - 0x63, 0xdd, 0xba, 0x84, 0x39, 0x58, 0xa3, 0x65, 0x10, 0x16, 0x79, 0x58, 0x22, 0x92, 0x63, 0x1a, - 0x9f, 0x2e, 0x64, 0x1a, 0x1f, 0xc2, 0x59, 0x97, 0xf8, 0xee, 0x7e, 0x73, 0x5f, 0x67, 0xcf, 0x2d, - 0xbb, 0x3e, 0x53, 0xd8, 0x2a, 0xc5, 0x02, 0x09, 0x71, 0x1a, 0x15, 0xce, 0xc2, 0x1f, 0x63, 0xd8, - 0x33, 0x47, 0x32, 0xec, 0x8f, 0x43, 0xd5, 0x27, 0xfa, 0xb6, 0x6d, 0xea, 0x9a, 0xd5, 0x6e, 0x89, - 0x64, 0x1f, 0x11, 0xef, 0x89, 0x40, 0x58, 0xae, 0x87, 0x1a, 0x30, 0x31, 0x34, 0x0d, 0x71, 0x6a, - 0xfd, 0x58, 0xa8, 0x00, 0xb7, 0x5b, 0x0f, 0x0e, 0x6a, 0xef, 0x8d, 0x6c, 0xcd, 0xe1, 0x57, 0x5d, - 0x1d, 0xec, 0xf4, 0xae, 0xfa, 0xfb, 0x03, 0xe2, 0xad, 0x6c, 0xb4, 0x5b, 0x98, 0x36, 0xce, 0xba, - 0x36, 0x98, 0x3d, 0xc6, 0xb5, 0xc1, 0x57, 0x15, 0x38, 0xab, 0x25, 0x75, 0x77, 0xe2, 0x2d, 0xcd, - 0x15, 0xe7, 0xfe, 0xd9, 0xf6, 0x80, 0x28, 0xdd, 0x58, 0x3d, 0x4d, 0x0e, 0x67, 0xf5, 0x81, 0xaa, - 0xe9, 0x7d, 0xb3, 0x17, 0x26, 0x7c, 0x15, 0xb3, 0x3e, 0x5f, 0x4c, 0x4d, 0x5f, 0x4b, 0x61, 0xc2, - 0x19, 0xd8, 0xd1, 0x3d, 0xa8, 0xea, 0x91, 0x4e, 0x2c, 0x4e, 0xde, 0xd6, 0x49, 0x28, 0xe5, 0x22, - 0xe1, 0x80, 0xa4, 0x70, 0xcb, 0x94, 0xd4, 0x3f, 0x56, 0x84, 0x1a, 0xf5, 0x08, 0x2d, 0xcb, 0xa7, - 0x6d, 0x86, 0x52, 0x77, 0x21, 0x75, 0x68, 0xa1, 0x4d, 0x98, 0xa6, 0x18, 0x5a, 0xeb, 0x5d, 0xf1, - 0x55, 0x2f, 0x14, 0x3b, 0x1b, 0x18, 0x0a, 0xae, 0x92, 0x8a, 0x1f, 0x38, 0x40, 0xac, 0xde, 0x02, - 0x88, 0x0e, 0xfc, 0xb1, 0x6d, 0xfe, 0x3f, 0x2c, 0xc3, 0xf9, 0x71, 0x3d, 0xa2, 0x58, 0xe6, 0x5a, - 0xf6, 0xb8, 0x58, 0x7d, 0xcb, 0x27, 0xee, 0xed, 0xdb, 0x6b, 0xe1, 0xdb, 0x4b, 0x05, 0x53, 0xe7, - 0x46, 0x6f, 0xd3, 0xa5, 0x30, 0xe2, 0x1c, 0x4a, 0x4c, 0xd8, 0x11, 0xaf, 0xb8, 0x60, 0xcd, 0x27, - 0x8d, 0xa1, 0xeb, 0xf9, 0x22, 0x0e, 0x89, 0x0b, 0x3b, 0x49, 0x20, 0x4e, 0xd7, 0x4f, 0x22, 0xe1, - 0x0f, 0x9d, 0x4d, 0xb2, 0x87, 0xe0, 0x53, 0x48, 0xf8, 0x6b, 0x67, 0xe9, 0xfa, 0x32, 0x92, 0xf0, - 0xe1, 0x78, 0x76, 0x22, 0x26, 0x90, 0x44, 0xaf, 0xca, 0xa7, 0xeb, 0x23, 0x03, 0x9e, 0x74, 0x89, - 0xee, 0xf4, 0xfb, 0xc4, 0x36, 0x78, 0xce, 0x73, 0xcd, 0xed, 0x99, 0xf6, 0x35, 0x57, 0x63, 0x15, - 0xc5, 0xeb, 0xf4, 0x97, 0x0f, 0x0f, 0x6a, 0x4f, 0xe2, 0x23, 0xea, 0xe1, 0x23, 0xb1, 0xa0, 0x3e, - 0x9c, 0x19, 0xb2, 0xbc, 0x8c, 0x6e, 0xdb, 0xf6, 0x89, 0xbb, 0xab, 0x59, 0x05, 0x9f, 0xef, 0x63, - 0x1c, 0x79, 0x23, 0x8e, 0x0a, 0x27, 0x71, 0xa3, 0x7d, 0x7a, 0xd8, 0x89, 0xee, 0x48, 0x24, 0x2b, - 0xc5, 0x73, 0x3b, 0xe3, 0x34, 0x3a, 0x9c, 0x45, 0x43, 0xfd, 0xaa, 0x02, 0xc2, 0xc1, 0x01, 0x3d, - 0x19, 0x33, 0x44, 0x55, 0x12, 0x46, 0xa8, 0x27, 0x85, 0x13, 0x76, 0x29, 0x82, 0x4a, 0x0e, 0xd8, - 0x1f, 0x94, 0x02, 0xdc, 0x66, 0x22, 0x16, 0xc4, 0x31, 0x4b, 0x99, 0x4d, 0x3f, 0x04, 0x33, 0xc4, - 0xd6, 0xdd, 0xfd, 0x41, 0x24, 0x46, 0xcd, 0xf1, 0x7c, 0x36, 0xa2, 0x10, 0x47, 0x70, 0xf5, 0xdf, - 0x2a, 0x20, 0x30, 0xb0, 0x8c, 0xba, 0x23, 0xe5, 0x63, 0x7d, 0xe8, 0x6d, 0x8d, 0x94, 0x11, 0x76, - 0x22, 0x2f, 0x23, 0xec, 0x69, 0xa5, 0x57, 0xfd, 0x1d, 0x05, 0x92, 0xaf, 0x71, 0xa3, 0x0f, 0xc0, - 0xb4, 0x88, 0x9e, 0x17, 0x31, 0xb8, 0x3c, 0xe8, 0x82, 0x17, 0xe1, 0x00, 0x16, 0xd7, 0xd3, 0xc6, - 0x08, 0xb6, 0xcd, 0x0e, 0x7c, 0x3c, 0x5a, 0x4f, 0x53, 0xbf, 0x3b, 0x0f, 0x53, 0x3c, 0xde, 0x9b, - 0xf2, 0xb4, 0x0c, 0xef, 0xde, 0x9b, 0xc5, 0x23, 0xca, 0x0b, 0x38, 0xf1, 0xc6, 0x92, 0xff, 0x95, - 0x8e, 0x4c, 0xfe, 0x87, 0x79, 0xb6, 0xe7, 0x31, 0x6c, 0x73, 0x4d, 0xdc, 0x16, 0x0f, 0x0c, 0x89, - 0x4c, 0xcf, 0xc8, 0x8f, 0x19, 0xad, 0x26, 0x8b, 0x8b, 0x0b, 0x7c, 0x00, 0x24, 0xd3, 0xd5, 0xfc, - 0x11, 0x66, 0xab, 0x28, 0xc0, 0xb6, 0x5c, 0xfc, 0xf6, 0x54, 0x0c, 0xf9, 0x08, 0x01, 0xb6, 0xe1, - 0x46, 0x9a, 0xca, 0xdd, 0x48, 0x5b, 0x30, 0x2d, 0xb6, 0x82, 0x60, 0x8e, 0x2f, 0x8c, 0x91, 0xc9, - 0x59, 0x4a, 0xc7, 0xc2, 0x0b, 0x70, 0x80, 0x9c, 0x9e, 0xb8, 0x7d, 0x6d, 0xcf, 0xec, 0x0f, 0xfb, - 0x8c, 0x23, 0x96, 0xe5, 0xaa, 0xac, 0x18, 0x07, 0x70, 0x56, 0x95, 0x5f, 0x3a, 0x33, 0xe9, 0x5d, - 0xae, 0x2a, 0x1e, 0xc8, 0x0b, 0xe0, 0xe8, 0x0d, 0xa8, 0xf4, 0xb5, 0xbd, 0xee, 0xd0, 0xed, 0x11, - 0x61, 0xae, 0xca, 0x17, 0xb5, 0x86, 0xbe, 0x69, 0xad, 0x50, 0x9d, 0xd3, 0x77, 0x57, 0xda, 0xb6, - 0x7f, 0xdb, 0xed, 0xfa, 0x6e, 0x98, 0x61, 0x76, 0x4d, 0x60, 0xc1, 0x21, 0x3e, 0x64, 0xc1, 0x7c, - 0x5f, 0xdb, 0xdb, 0xb0, 0xb5, 0xf0, 0x1d, 0xaf, 0x6a, 0x41, 0x0a, 0xcc, 0x66, 0xbf, 0x16, 0xc3, - 0x85, 0x13, 0xb8, 0x33, 0xae, 0x07, 0x66, 0x4f, 0xeb, 0x7a, 0xa0, 0x1e, 0xba, 0xf1, 0x71, 0x65, - 0xe1, 0xf1, 0xac, 0xeb, 0xe9, 0xa3, 0x5d, 0xf4, 0xde, 0x0c, 0x5d, 0xf4, 0xe6, 0x8b, 0xdb, 0xf4, - 0x8f, 0x70, 0xcf, 0x1b, 0x42, 0x95, 0x0a, 0xba, 0xbc, 0x94, 0x4a, 0xf3, 0x85, 0x6d, 0x4a, 0xad, - 0x10, 0x8d, 0xf4, 0xca, 0x46, 0x84, 0x1a, 0xcb, 0x74, 0xd0, 0x6d, 0xfe, 0xce, 0x93, 0x45, 0xfc, - 0xa8, 0x0a, 0xd3, 0x22, 0x17, 0xb8, 0xd9, 0x30, 0x78, 0x96, 0x29, 0x55, 0x01, 0x67, 0xb7, 0xa3, - 0x22, 0x2a, 0x8f, 0xb2, 0x5b, 0x8c, 0xb2, 0x40, 0xc5, 0x22, 0xee, 0xff, 0x4a, 0x96, 0x01, 0x0a, - 0x15, 0x77, 0x39, 0xe6, 0xbc, 0xa1, 0xa8, 0x19, 0x0a, 0x7d, 0x4b, 0x81, 0xa5, 0x7e, 0xce, 0x23, - 0x16, 0xc2, 0x2e, 0x76, 0x67, 0x0c, 0xfe, 0x90, 0xfb, 0x30, 0x06, 0x7f, 0x21, 0xf9, 0x61, 0xb5, - 0x70, 0x6e, 0xdf, 0xc6, 0x8d, 0x08, 0x19, 0x27, 0x13, 0xc1, 0xaf, 0x29, 0xb0, 0x90, 0x3c, 0x04, - 0xe4, 0xa7, 0xa9, 0x94, 0xd3, 0x7d, 0x9a, 0x4a, 0xba, 0xec, 0x2b, 0x1d, 0x71, 0xd9, 0xf7, 0x22, - 0x5c, 0xc8, 0x5e, 0x1b, 0x54, 0x22, 0x63, 0x4f, 0xc1, 0x09, 0x4d, 0x28, 0x4a, 0xa6, 0x4c, 0x0b, - 0x31, 0x87, 0x35, 0x3e, 0xf2, 0xed, 0x1f, 0x5c, 0x7a, 0xcf, 0x77, 0x7e, 0x70, 0xe9, 0x3d, 0xdf, - 0xfb, 0xc1, 0xa5, 0xf7, 0xfc, 0xf4, 0xe1, 0x25, 0xe5, 0xdb, 0x87, 0x97, 0x94, 0xef, 0x1c, 0x5e, - 0x52, 0xbe, 0x77, 0x78, 0x49, 0xf9, 0xcf, 0x87, 0x97, 0x94, 0x5f, 0xf8, 0x2f, 0x97, 0xde, 0xf3, - 0xc6, 0xb4, 0xe8, 0xf8, 0xff, 0x0b, 0x00, 0x00, 0xff, 0xff, 0x18, 0x80, 0x13, 0x4c, 0x50, 0xbf, - 0x00, 0x00, + // 10119 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0xbd, 0x7d, 0x6c, 0x24, 0xc9, + 0x75, 0x18, 0xae, 0x1e, 0x72, 0xc8, 0xe1, 0x1b, 0x92, 0x4b, 0xd6, 0x7e, 0x1c, 0x8f, 0x77, 0xbb, + 0x5c, 0xb5, 0xee, 0x0e, 0x7b, 0xbf, 0x93, 0xb8, 0xbe, 0xd3, 0xc9, 0xa7, 0xbb, 0xd3, 0xe9, 0x6e, + 0x3e, 0xb8, 0xbb, 0xa3, 0x5d, 0x72, 0xe7, 0x6a, 0x96, 0x7b, 0x1f, 0xf6, 0xef, 0xa2, 0x66, 0x77, + 0x71, 0xd8, 0xc7, 0x9e, 0xee, 0xb9, 0xee, 0x1e, 0x2e, 0xb9, 0x17, 0x43, 0x96, 0xa2, 0x8f, 0xc8, + 0x4e, 0x02, 0xc3, 0x81, 0x23, 0x48, 0x72, 0x62, 0x19, 0x86, 0xe3, 0x04, 0x0e, 0x6c, 0x25, 0x81, + 0x15, 0x3b, 0x1f, 0x88, 0xe1, 0x20, 0xb0, 0x6c, 0x24, 0x81, 0xe2, 0x40, 0xb0, 0x82, 0xc4, 0x54, + 0xc4, 0x20, 0x4a, 0x82, 0xe4, 0x8f, 0x00, 0x46, 0xfe, 0x59, 0x18, 0x48, 0x50, 0x1f, 0xdd, 0x5d, + 0xfd, 0xc5, 0x1d, 0xf6, 0x90, 0xab, 0xbb, 0xf8, 0x2f, 0x72, 0xea, 0x55, 0xbd, 0x57, 0x5d, 0xf5, + 0xea, 0xd5, 0x7b, 0xaf, 0x5e, 0xbd, 0x82, 0x7a, 0xd7, 0xf4, 0xb7, 0x06, 0x1b, 0xcb, 0xba, 0xd3, + 0xbb, 0xdc, 0xd5, 0x5c, 0x83, 0xd8, 0xc4, 0x8d, 0xfe, 0xe9, 0x6f, 0x77, 0x2f, 0x6b, 0x7d, 0xd3, + 0xbb, 0xac, 0x3b, 0x2e, 0xb9, 0xbc, 0xf3, 0xf4, 0x06, 0xf1, 0xb5, 0xa7, 0x2f, 0x77, 0x29, 0x4c, + 0xf3, 0x89, 0xb1, 0xdc, 0x77, 0x1d, 0xdf, 0x41, 0xcf, 0x44, 0x38, 0x96, 0x83, 0xa6, 0xd1, 0x3f, + 0xfd, 0xed, 0xee, 0x32, 0xc5, 0xb1, 0x4c, 0x71, 0x2c, 0x0b, 0x1c, 0x8b, 0x1f, 0x91, 0xe9, 0x3a, + 0x5d, 0xe7, 0x32, 0x43, 0xb5, 0x31, 0xd8, 0x64, 0xbf, 0xd8, 0x0f, 0xf6, 0x1f, 0x27, 0xb1, 0xf8, + 0xe4, 0xf6, 0xc7, 0xbd, 0x65, 0xd3, 0xa1, 0x9d, 0xb9, 0xac, 0x0d, 0x7c, 0xc7, 0xd3, 0x35, 0xcb, + 0xb4, 0xbb, 0x97, 0x77, 0x52, 0xbd, 0x59, 0x54, 0xa5, 0xaa, 0xa2, 0xdb, 0x87, 0xd6, 0x71, 0x37, + 0x34, 0x3d, 0xab, 0xce, 0xb3, 0x51, 0x9d, 0x9e, 0xa6, 0x6f, 0x99, 0x36, 0x71, 0xf7, 0x82, 0x01, + 0xb9, 0xec, 0x12, 0xcf, 0x19, 0xb8, 0x3a, 0x39, 0x52, 0x2b, 0xef, 0x72, 0x8f, 0xf8, 0x5a, 0x16, + 0xad, 0xcb, 0x79, 0xad, 0xdc, 0x81, 0xed, 0x9b, 0xbd, 0x34, 0x99, 0x1f, 0xbf, 0x5f, 0x03, 0x4f, + 0xdf, 0x22, 0x3d, 0x2d, 0xd5, 0xee, 0xa3, 0x79, 0xed, 0x06, 0xbe, 0x69, 0x5d, 0x36, 0x6d, 0xdf, + 0xf3, 0xdd, 0x64, 0x23, 0xf5, 0x19, 0x28, 0xd7, 0x0c, 0xc3, 0xb1, 0xd1, 0x93, 0x30, 0x49, 0x6c, + 0x6d, 0xc3, 0x22, 0xc6, 0x82, 0x72, 0x51, 0xb9, 0x54, 0xa9, 0x9f, 0xfa, 0xf6, 0xfe, 0xd2, 0x07, + 0x0e, 0xf6, 0x97, 0x26, 0x57, 0x78, 0x31, 0x0e, 0xe0, 0xea, 0x2f, 0x94, 0x60, 0x82, 0x35, 0xf2, + 0xd0, 0xcf, 0x2b, 0x70, 0x7a, 0x7b, 0xb0, 0x41, 0x5c, 0x9b, 0xf8, 0xc4, 0x6b, 0x6a, 0xde, 0xd6, + 0x86, 0xa3, 0xb9, 0x1c, 0x45, 0xf5, 0x99, 0xab, 0xcb, 0x47, 0xe7, 0x9e, 0xe5, 0xeb, 0x69, 0x74, + 0xf5, 0x87, 0x0e, 0xf6, 0x97, 0x4e, 0x67, 0x00, 0x70, 0x16, 0x71, 0xb4, 0x03, 0xd3, 0x76, 0xd7, + 0xb4, 0x77, 0x5b, 0x76, 0xd7, 0x25, 0x9e, 0xb7, 0x50, 0x62, 0x9d, 0x79, 0xa5, 0x48, 0x67, 0xd6, + 0x24, 0x3c, 0xf5, 0xb9, 0x83, 0xfd, 0xa5, 0x69, 0xb9, 0x04, 0xc7, 0xe8, 0xa8, 0x5f, 0x54, 0xe0, + 0x54, 0xcd, 0xe8, 0x99, 0x9e, 0x67, 0x3a, 0x76, 0xdb, 0x1a, 0x74, 0x4d, 0x1b, 0x5d, 0x84, 0x71, + 0x5b, 0xeb, 0x11, 0x36, 0x20, 0x53, 0xf5, 0x69, 0x31, 0xa6, 0xe3, 0x6b, 0x5a, 0x8f, 0x60, 0x06, + 0x41, 0xaf, 0xc2, 0x84, 0xee, 0xd8, 0x9b, 0x66, 0x57, 0xf4, 0xf3, 0x23, 0xcb, 0x7c, 0x1e, 0x97, + 0xe5, 0x79, 0x64, 0xdd, 0x13, 0xf3, 0xbf, 0x8c, 0xb5, 0x3b, 0x2b, 0xbb, 0x3e, 0xb1, 0x29, 0x99, + 0x3a, 0x1c, 0xec, 0x2f, 0x4d, 0x34, 0x18, 0x02, 0x2c, 0x10, 0xa9, 0x57, 0xa0, 0x52, 0xb3, 0x88, + 0xeb, 0x9b, 0x76, 0x17, 0xbd, 0x00, 0xb3, 0xa4, 0xa7, 0x99, 0x16, 0x26, 0x3a, 0x31, 0x77, 0x88, + 0xeb, 0x2d, 0x28, 0x17, 0xc7, 0x2e, 0x4d, 0xd5, 0xd1, 0xc1, 0xfe, 0xd2, 0xec, 0x4a, 0x0c, 0x82, + 0x13, 0x35, 0xd5, 0xcf, 0x2a, 0x50, 0xad, 0x0d, 0x0c, 0xd3, 0xe7, 0xf8, 0x91, 0x0b, 0x55, 0x8d, + 0xfe, 0x6c, 0x3b, 0x96, 0xa9, 0xef, 0x89, 0x49, 0x7e, 0xb9, 0xc8, 0xb8, 0xd6, 0x22, 0x34, 0xf5, + 0x53, 0x07, 0xfb, 0x4b, 0x55, 0xa9, 0x00, 0xcb, 0x44, 0xd4, 0x2d, 0x90, 0x61, 0xe8, 0x0d, 0x98, + 0xe6, 0x1f, 0xb9, 0xaa, 0xf5, 0x31, 0xd9, 0x14, 0x7d, 0xf8, 0x90, 0x34, 0x66, 0x01, 0xa1, 0xe5, + 0x9b, 0x1b, 0x6f, 0x13, 0xdd, 0xc7, 0x64, 0x93, 0xb8, 0xc4, 0xd6, 0x09, 0x9f, 0xbe, 0x86, 0xd4, + 0x18, 0xc7, 0x50, 0xa9, 0xdf, 0x57, 0x60, 0xae, 0xb6, 0xa3, 0x99, 0x96, 0xb6, 0x61, 0x5a, 0xa6, + 0xbf, 0xf7, 0xa6, 0x63, 0x93, 0x21, 0xe6, 0x6f, 0x1d, 0x1e, 0x1a, 0xd8, 0x1a, 0x6f, 0x67, 0x91, + 0x55, 0x3e, 0x63, 0xb7, 0xf6, 0xfa, 0x84, 0x32, 0x1e, 0x1d, 0xe9, 0x47, 0x0e, 0xf6, 0x97, 0x1e, + 0x5a, 0xcf, 0xae, 0x82, 0xf3, 0xda, 0x22, 0x0c, 0xe7, 0x24, 0xd0, 0x6d, 0xc7, 0x1a, 0xf4, 0x04, + 0xd6, 0x31, 0x86, 0x75, 0xf1, 0x60, 0x7f, 0xe9, 0xdc, 0x7a, 0x66, 0x0d, 0x9c, 0xd3, 0x52, 0xfd, + 0x76, 0x09, 0xa6, 0xeb, 0x9a, 0xbe, 0x3d, 0xe8, 0xd7, 0x07, 0xfa, 0x36, 0xf1, 0xd1, 0xa7, 0xa1, + 0x42, 0xc5, 0x96, 0xa1, 0xf9, 0x9a, 0x18, 0xc9, 0x1f, 0xcb, 0xe5, 0x3e, 0x36, 0x89, 0xb4, 0x76, + 0x34, 0xb6, 0xab, 0xc4, 0xd7, 0xea, 0x48, 0x8c, 0x09, 0x44, 0x65, 0x38, 0xc4, 0x8a, 0x36, 0x61, + 0xdc, 0xeb, 0x13, 0x5d, 0xf0, 0x76, 0xb3, 0x08, 0xaf, 0xc8, 0x3d, 0xee, 0xf4, 0x89, 0x1e, 0xcd, + 0x02, 0xfd, 0x85, 0x19, 0x7e, 0x64, 0xc3, 0x84, 0xe7, 0x6b, 0xfe, 0x80, 0x0e, 0x0f, 0xa5, 0x74, + 0x65, 0x64, 0x4a, 0x0c, 0x5b, 0x7d, 0x56, 0xd0, 0x9a, 0xe0, 0xbf, 0xb1, 0xa0, 0xa2, 0xfe, 0xb1, + 0x02, 0x73, 0x72, 0xf5, 0x1b, 0xa6, 0xe7, 0xa3, 0x9f, 0x4c, 0x0d, 0xe7, 0xf2, 0x70, 0xc3, 0x49, + 0x5b, 0xb3, 0xc1, 0x9c, 0x13, 0xe4, 0x2a, 0x41, 0x89, 0x34, 0x94, 0x04, 0xca, 0xa6, 0x4f, 0x7a, + 0x9c, 0xad, 0x0a, 0xca, 0x33, 0xb9, 0xcb, 0xf5, 0x19, 0x41, 0xac, 0xdc, 0xa2, 0x68, 0x31, 0xc7, + 0xae, 0x7e, 0x1a, 0xce, 0xc8, 0xb5, 0xda, 0xae, 0xb3, 0x63, 0x1a, 0xc4, 0xa5, 0x2b, 0xc1, 0xdf, + 0xeb, 0xa7, 0x56, 0x02, 0xe5, 0x2c, 0xcc, 0x20, 0xe8, 0x09, 0x98, 0x70, 0x49, 0xd7, 0x74, 0x6c, + 0x36, 0xdb, 0x53, 0xd1, 0xd8, 0x61, 0x56, 0x8a, 0x05, 0x54, 0xfd, 0xdf, 0xa5, 0xf8, 0xd8, 0xd1, + 0x69, 0x44, 0x3b, 0x50, 0xe9, 0x0b, 0x52, 0x62, 0xec, 0xae, 0x8d, 0xfa, 0x81, 0x41, 0xd7, 0xa3, + 0x51, 0x0d, 0x4a, 0x70, 0x48, 0x0b, 0x99, 0x30, 0x1b, 0xfc, 0xdf, 0x18, 0x41, 0x0c, 0x33, 0x71, + 0xda, 0x8e, 0x21, 0xc2, 0x09, 0xc4, 0xe8, 0x16, 0x4c, 0x79, 0x44, 0x77, 0x09, 0x95, 0x49, 0x82, + 0x4d, 0x33, 0x05, 0x57, 0x27, 0xa8, 0x24, 0x04, 0xd7, 0xbc, 0xe8, 0xfe, 0x54, 0x08, 0xc0, 0x11, + 0x22, 0x74, 0x09, 0x2a, 0x1e, 0x21, 0x06, 0x95, 0x48, 0x0b, 0xe3, 0x7c, 0x6e, 0xe8, 0xa7, 0x76, + 0x44, 0x19, 0x0e, 0xa1, 0xea, 0x37, 0xc6, 0x01, 0xa5, 0x59, 0x5c, 0x1e, 0x01, 0x5e, 0x22, 0xc6, + 0x7f, 0x94, 0x11, 0x10, 0xab, 0x25, 0x81, 0x18, 0xdd, 0x85, 0x19, 0x4b, 0xf3, 0xfc, 0x9b, 0x7d, + 0xaa, 0x83, 0x04, 0x8c, 0x52, 0x7d, 0xa6, 0x56, 0x64, 0xa6, 0x6f, 0xc8, 0x88, 0xea, 0xf3, 0x07, + 0xfb, 0x4b, 0x33, 0xb1, 0x22, 0x1c, 0x27, 0x85, 0xde, 0x86, 0x29, 0x5a, 0xb0, 0xe2, 0xba, 0x8e, + 0x2b, 0x46, 0xff, 0xa5, 0xa2, 0x74, 0x19, 0x92, 0xfa, 0x0c, 0x9d, 0x93, 0xf0, 0x27, 0x8e, 0xd0, + 0xa3, 0x4f, 0x01, 0x72, 0x36, 0x3c, 0xe2, 0xee, 0x10, 0xe3, 0x2a, 0x57, 0xb8, 0xe8, 0xc7, 0xd2, + 0xd9, 0x19, 0xab, 0x2f, 0x8a, 0xd9, 0x44, 0x37, 0x53, 0x35, 0x70, 0x46, 0x2b, 0xb4, 0x0d, 0x28, + 0x54, 0xda, 0x42, 0x06, 0x58, 0x28, 0x0f, 0xcf, 0x3e, 0xe7, 0x28, 0xb1, 0xab, 0x29, 0x14, 0x38, + 0x03, 0xad, 0xfa, 0x2f, 0x4b, 0x50, 0xe5, 0x2c, 0xb2, 0x62, 0xfb, 0xee, 0xde, 0x03, 0xd8, 0x20, + 0x48, 0x6c, 0x83, 0x68, 0x14, 0x5f, 0xf3, 0xac, 0xc3, 0xb9, 0xfb, 0x43, 0x2f, 0xb1, 0x3f, 0xac, + 0x8c, 0x4a, 0xe8, 0xf0, 0xed, 0xe1, 0xbb, 0x0a, 0x9c, 0x92, 0x6a, 0x3f, 0x80, 0xdd, 0xc1, 0x88, + 0xef, 0x0e, 0x2f, 0x8f, 0xf8, 0x7d, 0x39, 0x9b, 0x83, 0x13, 0xfb, 0x2c, 0x26, 0xb8, 0x9f, 0x01, + 0xd8, 0x60, 0xe2, 0x64, 0x2d, 0xd2, 0x93, 0xc2, 0x29, 0xaf, 0x87, 0x10, 0x2c, 0xd5, 0x8a, 0xc9, + 0xac, 0xd2, 0xa1, 0x32, 0xeb, 0xbf, 0x8c, 0xc1, 0x7c, 0x6a, 0xd8, 0xd3, 0x72, 0x44, 0xf9, 0x11, + 0xc9, 0x91, 0xd2, 0x8f, 0x42, 0x8e, 0x8c, 0x15, 0x92, 0x23, 0x43, 0xef, 0x13, 0xc8, 0x05, 0xd4, + 0x33, 0xbb, 0xbc, 0x59, 0xc7, 0xd7, 0x5c, 0xff, 0x96, 0xd9, 0x23, 0x42, 0xe2, 0xfc, 0x7f, 0xc3, + 0xb1, 0x2c, 0x6d, 0xc1, 0x05, 0xcf, 0x6a, 0x0a, 0x13, 0xce, 0xc0, 0xae, 0xfe, 0x9e, 0x02, 0x63, + 0x0d, 0xdc, 0x42, 0x4f, 0xc5, 0xf4, 0xed, 0x87, 0x64, 0x7d, 0xfb, 0xde, 0xfe, 0xd2, 0x64, 0x03, + 0xb7, 0x24, 0xd5, 0xfb, 0xaf, 0x2a, 0x30, 0xaf, 0x3b, 0xb6, 0xaf, 0xd1, 0x5e, 0x60, 0xbe, 0x29, + 0x05, 0x0b, 0xa0, 0x90, 0xaa, 0xd9, 0x48, 0x20, 0xab, 0x3f, 0x2c, 0x3a, 0x30, 0x9f, 0x84, 0x78, + 0x38, 0x4d, 0x59, 0x5d, 0x87, 0xa9, 0x86, 0xe5, 0x0c, 0x8c, 0x96, 0xbd, 0xe9, 0x1c, 0xa3, 0xbe, + 0xf4, 0x3d, 0x05, 0xa6, 0x19, 0xde, 0xb6, 0xeb, 0x6c, 0x9a, 0x16, 0x79, 0x7f, 0xa8, 0xed, 0x72, + 0x8f, 0xf3, 0xc4, 0x32, 0x53, 0xa3, 0xe5, 0x8a, 0xef, 0x13, 0x35, 0x5a, 0xee, 0x72, 0x8e, 0xa4, + 0xfc, 0x85, 0xc9, 0xf8, 0x97, 0x31, 0x59, 0x79, 0x09, 0x2a, 0xba, 0x56, 0x1f, 0xd8, 0x86, 0x15, + 0xf2, 0x05, 0xed, 0x65, 0xa3, 0xc6, 0xcb, 0x70, 0x08, 0x45, 0x77, 0x01, 0x22, 0xd7, 0x86, 0x98, + 0x86, 0x2b, 0xa3, 0xb9, 0x53, 0x3a, 0xc4, 0xf7, 0x4d, 0xbb, 0xeb, 0x45, 0x53, 0x1f, 0xc1, 0xb0, + 0x44, 0x0d, 0xfd, 0x14, 0xcc, 0x88, 0x41, 0x6e, 0xf5, 0xb4, 0xae, 0xb0, 0x38, 0x0b, 0x8e, 0xd4, + 0xaa, 0x84, 0xa8, 0x7e, 0x56, 0x10, 0x9e, 0x91, 0x4b, 0x3d, 0x1c, 0xa7, 0x86, 0xf6, 0x60, 0xba, + 0x27, 0x5b, 0xd1, 0xe3, 0xc5, 0x37, 0x34, 0xc9, 0xa2, 0xae, 0x9f, 0x11, 0xc4, 0xa7, 0x63, 0xf6, + 0x77, 0x8c, 0x54, 0x86, 0x31, 0x50, 0x3e, 0x29, 0x63, 0x80, 0xc0, 0x24, 0x5f, 0xde, 0xde, 0xc2, + 0x04, 0xfb, 0xc0, 0x17, 0x8a, 0x7c, 0x20, 0x97, 0x14, 0x91, 0xaf, 0x8e, 0xff, 0xf6, 0x70, 0x80, + 0x1b, 0xed, 0xc0, 0x34, 0x95, 0xeb, 0x1d, 0x62, 0x11, 0xdd, 0x77, 0xdc, 0x85, 0xc9, 0xe2, 0xbe, + 0xb0, 0x8e, 0x84, 0x87, 0x3b, 0x53, 0xe4, 0x12, 0x1c, 0xa3, 0x13, 0x4a, 0xbf, 0x4a, 0xae, 0xf4, + 0x1b, 0x40, 0x75, 0x47, 0xf2, 0x6a, 0x4c, 0xb1, 0x41, 0xf8, 0x64, 0x91, 0x8e, 0x45, 0x2e, 0x8e, + 0xfa, 0x69, 0x41, 0xa8, 0x2a, 0xbb, 0x43, 0x64, 0x3a, 0xea, 0x7e, 0x05, 0xe6, 0x1b, 0xd6, 0xc0, + 0xf3, 0x89, 0x5b, 0x13, 0xce, 0x66, 0xe2, 0xa2, 0xcf, 0x29, 0x70, 0x8e, 0xfd, 0xdb, 0x74, 0xee, + 0xd8, 0x4d, 0x62, 0x69, 0x7b, 0xb5, 0x4d, 0x5a, 0xc3, 0x30, 0x8e, 0x26, 0x81, 0x9a, 0x03, 0xa1, + 0x47, 0x30, 0xf7, 0x4c, 0x27, 0x13, 0x23, 0xce, 0xa1, 0x84, 0x7e, 0x56, 0x81, 0x87, 0x33, 0x40, + 0x4d, 0x62, 0x11, 0x9f, 0x08, 0x19, 0x70, 0xd4, 0x7e, 0x9c, 0x3f, 0xd8, 0x5f, 0x7a, 0xb8, 0x93, + 0x87, 0x14, 0xe7, 0xd3, 0x43, 0x7f, 0x4d, 0x81, 0xc5, 0x0c, 0xe8, 0x15, 0xcd, 0xb4, 0x06, 0x2e, + 0x11, 0x6a, 0xf4, 0x51, 0xbb, 0x73, 0xe1, 0x60, 0x7f, 0x69, 0xb1, 0x93, 0x8b, 0x15, 0x1f, 0x42, + 0x11, 0x7d, 0x06, 0xce, 0x86, 0xd0, 0x75, 0xdb, 0x26, 0xc4, 0x20, 0x06, 0xd3, 0x4c, 0xc6, 0x0b, + 0x75, 0xe5, 0xe1, 0x83, 0xfd, 0xa5, 0xb3, 0x9d, 0x2c, 0x84, 0x38, 0x9b, 0x0e, 0xea, 0xc2, 0xf9, + 0x08, 0xe0, 0x9b, 0x96, 0x79, 0x97, 0x61, 0xba, 0xb5, 0xe5, 0x12, 0x6f, 0xcb, 0xb1, 0x0c, 0x26, + 0x2c, 0x94, 0xfa, 0x07, 0x0f, 0xf6, 0x97, 0xce, 0x77, 0x0e, 0xab, 0x88, 0x0f, 0xc7, 0x83, 0x0c, + 0x98, 0xf6, 0x74, 0xcd, 0x6e, 0xd9, 0x3e, 0x71, 0x77, 0x34, 0x6b, 0x61, 0xa2, 0xd0, 0x07, 0xf2, + 0x25, 0x2a, 0xe1, 0xc1, 0x31, 0xac, 0xe8, 0xe3, 0x50, 0x21, 0xbb, 0x7d, 0xcd, 0x36, 0x08, 0x17, + 0x0b, 0x53, 0xf5, 0x47, 0xe9, 0x66, 0xb4, 0x22, 0xca, 0xee, 0xed, 0x2f, 0x4d, 0x07, 0xff, 0xaf, + 0x3a, 0x06, 0xc1, 0x61, 0x6d, 0xf4, 0x17, 0xe1, 0x4c, 0x4f, 0xdb, 0x5d, 0x73, 0x0c, 0xc2, 0x84, + 0x1c, 0x95, 0x79, 0x6c, 0x22, 0x2a, 0x85, 0xfa, 0xb9, 0x70, 0xb0, 0xbf, 0x74, 0x66, 0x35, 0x03, + 0x1f, 0xce, 0xa4, 0x42, 0xa7, 0xa1, 0xa7, 0xed, 0x5e, 0x75, 0x35, 0x9d, 0x6c, 0x0e, 0xac, 0x5b, + 0xc4, 0xed, 0x99, 0x36, 0xd7, 0x26, 0x89, 0xee, 0xd8, 0x06, 0x15, 0x25, 0xca, 0xa5, 0x32, 0x9f, + 0x86, 0xd5, 0xc3, 0x2a, 0xe2, 0xc3, 0xf1, 0xa0, 0x67, 0x61, 0xda, 0xec, 0xda, 0x8e, 0x4b, 0x6e, + 0x69, 0xa6, 0xed, 0x7b, 0x0b, 0xc0, 0x1c, 0xaf, 0x6c, 0x58, 0x5b, 0x52, 0x39, 0x8e, 0xd5, 0x52, + 0xff, 0xbb, 0x02, 0x55, 0x21, 0x60, 0x98, 0x1e, 0xb8, 0x01, 0x65, 0x9d, 0xea, 0x01, 0x42, 0x90, + 0xbc, 0x54, 0x58, 0xdf, 0xa0, 0xd8, 0x22, 0x65, 0x83, 0x15, 0x61, 0x8e, 0x1a, 0xed, 0x64, 0x68, + 0x0b, 0xf5, 0xd1, 0xb4, 0x05, 0x46, 0xed, 0x3e, 0x9a, 0x82, 0xba, 0x3f, 0x06, 0x53, 0x0d, 0xc7, + 0x36, 0x4c, 0x66, 0x61, 0x3c, 0x1d, 0xd3, 0x78, 0xcf, 0xcb, 0x32, 0xff, 0xde, 0xfe, 0xd2, 0x4c, + 0x58, 0x51, 0xda, 0x04, 0x9e, 0x0f, 0xcd, 0x72, 0xae, 0x02, 0x7f, 0x30, 0x6e, 0x4f, 0xdf, 0xdb, + 0x5f, 0x3a, 0x15, 0x36, 0x8b, 0x9b, 0xd8, 0x68, 0x07, 0x10, 0x35, 0x94, 0x6e, 0xb9, 0x9a, 0xed, + 0x71, 0xb4, 0x94, 0x05, 0xc7, 0x8e, 0x6c, 0xa5, 0x84, 0x76, 0xd4, 0x8d, 0x14, 0x36, 0x9c, 0x41, + 0x01, 0xbd, 0x0d, 0xb3, 0xb4, 0x74, 0xbd, 0x6f, 0x68, 0x3e, 0x91, 0xe4, 0xcf, 0x91, 0x2c, 0x23, + 0x41, 0x73, 0xf6, 0x46, 0x0c, 0x13, 0x4e, 0x60, 0xe6, 0x16, 0x82, 0xe6, 0x39, 0x36, 0x13, 0x2d, + 0x31, 0x0b, 0x81, 0x96, 0x62, 0x01, 0x45, 0x4f, 0xc2, 0x64, 0x8f, 0x78, 0x9e, 0xd6, 0x25, 0x4c, + 0x56, 0x4c, 0x45, 0x0a, 0xc1, 0x2a, 0x2f, 0xc6, 0x01, 0x1c, 0x7d, 0x18, 0xca, 0xba, 0x63, 0x10, + 0x6f, 0x61, 0x92, 0x71, 0xf3, 0x39, 0xc6, 0x4b, 0xb4, 0xe0, 0xde, 0xfe, 0xd2, 0x14, 0xb3, 0x3a, + 0xe9, 0x2f, 0xcc, 0x2b, 0xa9, 0xbf, 0x44, 0xf5, 0xf3, 0x84, 0x9d, 0x33, 0x84, 0x65, 0xf3, 0xe0, + 0x9c, 0xaa, 0xea, 0x97, 0x4b, 0x70, 0x86, 0xf6, 0xd0, 0x75, 0x2c, 0x8b, 0xee, 0x5d, 0x7d, 0xcb, + 0xd9, 0xeb, 0x11, 0xfb, 0x41, 0x9c, 0x6d, 0x04, 0xe3, 0x50, 0xca, 0x1d, 0x87, 0x5e, 0x6a, 0x1c, + 0xc6, 0x8a, 0x8c, 0x43, 0xc8, 0x2e, 0xf7, 0x19, 0x8b, 0xff, 0xaa, 0xc0, 0x42, 0xd6, 0x58, 0x3c, + 0x00, 0xab, 0xaa, 0x17, 0xb7, 0xaa, 0xae, 0x15, 0xb5, 0xbe, 0x93, 0x5d, 0xcf, 0xb1, 0xae, 0x7e, + 0x58, 0x82, 0x73, 0x51, 0xf5, 0x96, 0xed, 0xf9, 0x9a, 0x65, 0x71, 0x3f, 0xc7, 0xc9, 0xcf, 0x7b, + 0x3f, 0x66, 0x1c, 0xaf, 0x8d, 0xf6, 0xa9, 0x72, 0xdf, 0x73, 0xbd, 0x97, 0xbb, 0x09, 0xef, 0x65, + 0xfb, 0x18, 0x69, 0x1e, 0xee, 0xc8, 0xfc, 0x1f, 0x0a, 0x2c, 0x66, 0x37, 0x7c, 0x00, 0x4c, 0xe5, + 0xc4, 0x99, 0xea, 0x53, 0xc7, 0xf7, 0xd5, 0x39, 0x6c, 0xf5, 0x0f, 0x4a, 0x79, 0x5f, 0xcb, 0xcc, + 0xf7, 0x4d, 0x38, 0x45, 0xed, 0x2a, 0xcf, 0x17, 0x6e, 0xb6, 0xa3, 0x9d, 0x3f, 0x07, 0xce, 0xac, + 0x53, 0x38, 0x8e, 0x03, 0x27, 0x91, 0xa2, 0x35, 0x98, 0xa4, 0xc6, 0x14, 0xc5, 0x5f, 0x1a, 0x1e, + 0x7f, 0x28, 0xf3, 0x3b, 0xbc, 0x2d, 0x0e, 0x90, 0xa0, 0x9f, 0x84, 0x19, 0x23, 0x5c, 0x51, 0xf7, + 0x39, 0x7c, 0x4a, 0x62, 0x65, 0x0e, 0xd1, 0xa6, 0xdc, 0x1a, 0xc7, 0x91, 0xa9, 0x7f, 0xa6, 0xc0, + 0xa3, 0x87, 0xf1, 0x16, 0x7a, 0x07, 0x40, 0x0f, 0x36, 0x71, 0x1e, 0x7e, 0x50, 0x54, 0x0d, 0x0a, + 0xb0, 0x44, 0x0b, 0x34, 0x2c, 0xf2, 0xb0, 0x44, 0x24, 0xe3, 0x4c, 0xab, 0x74, 0x42, 0x67, 0x5a, + 0xea, 0xff, 0x54, 0x64, 0x51, 0x24, 0xcf, 0xed, 0xfb, 0x4d, 0x14, 0xc9, 0x7d, 0xcf, 0xf5, 0xd8, + 0xfd, 0xbb, 0x12, 0x5c, 0xcc, 0x6e, 0x22, 0xed, 0xbd, 0xaf, 0xc0, 0x44, 0x9f, 0xc7, 0x88, 0x8c, + 0xb1, 0xbd, 0xf1, 0x12, 0x95, 0x2c, 0x3c, 0x82, 0xe3, 0xde, 0xfe, 0xd2, 0x62, 0x96, 0xa0, 0x17, + 0xb1, 0x1f, 0xa2, 0x1d, 0x32, 0x13, 0x7e, 0x0b, 0xae, 0x63, 0x7d, 0x74, 0x48, 0xe1, 0xa2, 0x6d, + 0x10, 0x6b, 0x68, 0x57, 0xc5, 0x67, 0x15, 0x98, 0x8d, 0x71, 0xb4, 0xb7, 0x50, 0x66, 0x3c, 0x5a, + 0xe8, 0x38, 0x21, 0xb6, 0x54, 0xa2, 0x9d, 0x3b, 0x56, 0xec, 0xe1, 0x04, 0xc1, 0x84, 0x98, 0x95, + 0x47, 0xf5, 0x7d, 0x27, 0x66, 0xe5, 0xce, 0xe7, 0x88, 0xd9, 0x5f, 0x2c, 0xe5, 0x7d, 0x2d, 0x13, + 0xb3, 0x77, 0x60, 0x2a, 0x88, 0xc1, 0x0b, 0xc4, 0xc5, 0x95, 0x51, 0xfb, 0xc4, 0xd1, 0x45, 0x47, + 0xe9, 0x41, 0x89, 0x87, 0x23, 0x5a, 0xe8, 0xf3, 0x0a, 0x40, 0x34, 0x31, 0x62, 0x51, 0xdd, 0x3a, + 0xbe, 0xe1, 0x90, 0xd4, 0x9a, 0x59, 0xba, 0xa4, 0x25, 0xa6, 0x90, 0xe8, 0xaa, 0xdf, 0x2c, 0x01, + 0x4a, 0xf7, 0x9d, 0xaa, 0x9b, 0xdb, 0xa6, 0x6d, 0x24, 0xd5, 0xee, 0xeb, 0xa6, 0x6d, 0x60, 0x06, + 0x19, 0x42, 0x21, 0x7d, 0x09, 0x4e, 0x75, 0x2d, 0x67, 0x43, 0xb3, 0xac, 0x3d, 0x11, 0xd6, 0xc7, + 0x56, 0x68, 0xa5, 0x7e, 0x9a, 0x6e, 0x4c, 0x57, 0xe3, 0x20, 0x9c, 0xac, 0x8b, 0xfa, 0x30, 0xe7, + 0x52, 0xe3, 0x58, 0x37, 0x2d, 0x66, 0xa0, 0x38, 0x03, 0xbf, 0xa0, 0xf7, 0xe5, 0xcc, 0xc1, 0xfe, + 0xd2, 0x1c, 0x4e, 0xe0, 0xc2, 0x29, 0xec, 0xe8, 0x71, 0x98, 0xec, 0xbb, 0x66, 0x4f, 0x73, 0xf7, + 0x98, 0x09, 0x54, 0xa9, 0x57, 0xe9, 0x0e, 0xd7, 0xe6, 0x45, 0x38, 0x80, 0xa9, 0x9f, 0x57, 0x60, + 0xb2, 0xe1, 0xb8, 0xa4, 0xb9, 0xd6, 0x41, 0x7b, 0x50, 0x95, 0xc2, 0x48, 0xc5, 0x7a, 0x29, 0xc8, + 0x40, 0x0c, 0x63, 0x2d, 0xc2, 0x16, 0x04, 0xab, 0x85, 0x05, 0x58, 0xa6, 0xa5, 0xb6, 0xe9, 0xc4, + 0x25, 0xdb, 0xa0, 0x17, 0x60, 0xbc, 0xe7, 0x18, 0x81, 0xbd, 0xf4, 0x44, 0x30, 0x2d, 0xab, 0x8e, + 0x41, 0xed, 0xe2, 0x73, 0xe9, 0x16, 0xcc, 0xdd, 0xc2, 0xda, 0xa8, 0x5f, 0x57, 0x60, 0x8c, 0x7e, + 0x94, 0x0a, 0x13, 0x86, 0xd3, 0xd3, 0x4c, 0x5b, 0x60, 0x61, 0x61, 0x7f, 0x4d, 0x56, 0x82, 0x05, + 0x04, 0xf5, 0x61, 0x2a, 0xd8, 0x9b, 0x46, 0x3a, 0x06, 0x6e, 0xae, 0x75, 0xc2, 0xd0, 0x99, 0x70, + 0xc1, 0x04, 0x25, 0x1e, 0x8e, 0x88, 0xa8, 0x1a, 0xcc, 0x37, 0xd7, 0x3a, 0x2d, 0x5b, 0xb7, 0x06, + 0x06, 0x59, 0xd9, 0x65, 0x7f, 0xe8, 0x94, 0x99, 0xbc, 0x44, 0x84, 0x1a, 0xb2, 0x29, 0x13, 0x95, + 0x70, 0x00, 0xa3, 0xd5, 0x08, 0x6f, 0x21, 0xe2, 0xe4, 0x58, 0x35, 0x81, 0x04, 0x07, 0x30, 0xf5, + 0x7b, 0x25, 0xa8, 0x4a, 0x1d, 0x42, 0x16, 0x4c, 0xf2, 0xcf, 0x0d, 0xc2, 0x54, 0x56, 0x0a, 0x7e, + 0x62, 0xbc, 0xd7, 0x9c, 0x3a, 0x1f, 0x50, 0x0f, 0x07, 0x24, 0x64, 0xf6, 0x2b, 0xe5, 0xb3, 0x1f, + 0x5a, 0x06, 0xe0, 0x01, 0x39, 0xec, 0x74, 0x95, 0xef, 0x79, 0x6c, 0x85, 0x77, 0xc2, 0x52, 0x2c, + 0xd5, 0x40, 0x8f, 0x8a, 0x85, 0xca, 0xcf, 0x61, 0x2b, 0x89, 0x45, 0xba, 0x09, 0xe5, 0xbb, 0x8e, + 0x4d, 0x3c, 0x71, 0xf8, 0x70, 0x4c, 0x1f, 0x38, 0x45, 0xc5, 0xf0, 0x9b, 0x14, 0x2f, 0xe6, 0xe8, + 0xd5, 0x5f, 0x56, 0x00, 0x9a, 0x9a, 0xaf, 0x71, 0x5f, 0xf9, 0x10, 0xa1, 0x8e, 0x8f, 0xc6, 0xe4, + 0x4b, 0x25, 0x75, 0x9c, 0x39, 0xee, 0x99, 0x77, 0x83, 0xcf, 0x0f, 0xf5, 0x16, 0x8e, 0xbd, 0x63, + 0xde, 0x25, 0x98, 0xc1, 0xd1, 0x53, 0x30, 0x45, 0x6c, 0xdd, 0xdd, 0xeb, 0xfb, 0xc4, 0x60, 0x23, + 0x50, 0xe1, 0x27, 0xe0, 0x2b, 0x41, 0x21, 0x8e, 0xe0, 0xea, 0xd3, 0x10, 0x57, 0x3e, 0xef, 0xdf, + 0x4b, 0x75, 0x07, 0x2a, 0x2b, 0xb6, 0xd1, 0x77, 0x4c, 0xdb, 0x1f, 0xe2, 0x9b, 0xce, 0xc3, 0xd8, + 0xc0, 0xb5, 0xc4, 0x27, 0x55, 0x45, 0x85, 0xb1, 0x75, 0x7c, 0x03, 0xd3, 0x72, 0xf4, 0x24, 0x4c, + 0xf6, 0x07, 0x6e, 0xdf, 0xf1, 0x82, 0xef, 0x0a, 0xb5, 0xec, 0x36, 0x2f, 0xc6, 0x01, 0x5c, 0xbd, + 0xa7, 0xc0, 0xdc, 0xca, 0x6e, 0xdf, 0x74, 0x59, 0xd8, 0x25, 0x71, 0xa9, 0x06, 0x49, 0xdb, 0xef, + 0xf0, 0x7f, 0x45, 0x1f, 0xc2, 0xf6, 0xa2, 0x06, 0x0e, 0xe0, 0x68, 0x13, 0x66, 0x09, 0x6b, 0xce, + 0xb6, 0x0a, 0x2d, 0x74, 0xf9, 0x1f, 0xc5, 0xb1, 0xc4, 0xa3, 0x7a, 0x63, 0x58, 0x70, 0x02, 0x2b, + 0xea, 0xc0, 0xac, 0x6e, 0x69, 0x9e, 0x67, 0x6e, 0x9a, 0x7a, 0x14, 0x50, 0x30, 0x55, 0x7f, 0x8a, + 0xb6, 0x6d, 0xc4, 0x20, 0xf7, 0xf6, 0x97, 0xce, 0x8a, 0x7e, 0xc6, 0x01, 0x38, 0x81, 0x42, 0xfd, + 0x3d, 0x05, 0xa6, 0x42, 0xbd, 0xf9, 0x3d, 0xe5, 0x21, 0x42, 0x97, 0xa0, 0x62, 0x98, 0x9e, 0xbc, + 0xd9, 0xb1, 0x43, 0xd7, 0xa6, 0x28, 0xc3, 0x21, 0x54, 0xf5, 0xa0, 0x72, 0x55, 0x2c, 0x2b, 0xb4, + 0x08, 0x25, 0x33, 0xd8, 0x6b, 0x41, 0x7c, 0x40, 0xa9, 0xd5, 0xc4, 0x25, 0xd3, 0x08, 0xb9, 0xaa, + 0x94, 0xcb, 0x55, 0xd2, 0xb4, 0x8f, 0x1d, 0x3e, 0xed, 0xea, 0x6f, 0x28, 0x50, 0xbd, 0x66, 0x6e, + 0x10, 0x97, 0x3b, 0x9f, 0x99, 0x5c, 0x8c, 0x05, 0xe2, 0x57, 0xb3, 0x82, 0xf0, 0xd1, 0x2e, 0x4c, + 0x79, 0xfa, 0x16, 0x31, 0x06, 0x56, 0x18, 0xf2, 0x50, 0x28, 0xdc, 0x5e, 0x22, 0xdd, 0x11, 0xf8, + 0xa4, 0x80, 0xc3, 0x80, 0x02, 0x8e, 0x88, 0xa9, 0xef, 0xc2, 0xe9, 0x8c, 0x46, 0x68, 0x09, 0xca, + 0x9e, 0xaf, 0xb9, 0xbe, 0x18, 0x33, 0x26, 0x6e, 0x58, 0x7c, 0x07, 0xe6, 0xe5, 0xe8, 0x61, 0x18, + 0x23, 0xb6, 0x21, 0x06, 0x6d, 0x92, 0xae, 0xb2, 0x15, 0xdb, 0xc0, 0xb4, 0x8c, 0x4e, 0x91, 0xe5, + 0xc4, 0x98, 0x91, 0x4d, 0xd1, 0x0d, 0x51, 0x86, 0x43, 0xa8, 0xfa, 0x8f, 0xc7, 0xe1, 0xfc, 0x35, + 0xc7, 0x35, 0xef, 0x3a, 0xb6, 0xaf, 0x59, 0x6d, 0xc7, 0x88, 0x0e, 0xf1, 0xc4, 0x74, 0x7f, 0x41, + 0x81, 0x87, 0xf4, 0xfe, 0xa0, 0x65, 0x9b, 0xbe, 0xa9, 0x05, 0x67, 0x2b, 0x6d, 0xe2, 0x9a, 0x4e, + 0xd1, 0xb3, 0x3c, 0x16, 0xc0, 0xdd, 0x68, 0xaf, 0x67, 0xa1, 0xc4, 0x79, 0xb4, 0xd8, 0x91, 0xa2, + 0xe1, 0xdc, 0xb1, 0x59, 0xe7, 0x3a, 0x3e, 0x0b, 0x2a, 0xbf, 0x1b, 0x7d, 0x62, 0xc1, 0x23, 0xc5, + 0x66, 0x26, 0x46, 0x9c, 0x43, 0x09, 0x7d, 0x06, 0xce, 0x9a, 0xbc, 0x73, 0x98, 0x68, 0x86, 0x69, + 0x13, 0xcf, 0x63, 0x07, 0x6b, 0xa3, 0x9c, 0x99, 0xb5, 0xb2, 0x10, 0xe2, 0x6c, 0x3a, 0xe8, 0x2d, + 0x00, 0x6f, 0xcf, 0xd6, 0xc5, 0xf8, 0x97, 0x0b, 0x51, 0xe5, 0x3b, 0x69, 0x88, 0x05, 0x4b, 0x18, + 0xe9, 0x66, 0xe2, 0x3b, 0x16, 0x71, 0x35, 0x5b, 0xe7, 0xbe, 0x6f, 0x85, 0x6f, 0x26, 0xb7, 0x82, + 0x42, 0x1c, 0xc1, 0xd5, 0xbf, 0xa7, 0xc0, 0xa4, 0xb8, 0xac, 0x81, 0x9e, 0x48, 0x28, 0x54, 0xa1, + 0x03, 0x2c, 0xa1, 0x54, 0xed, 0x31, 0xe7, 0x85, 0xd0, 0xc5, 0x85, 0x90, 0x2a, 0xb4, 0x23, 0x0b, + 0xc2, 0x91, 0x62, 0x1f, 0x73, 0x62, 0x04, 0xca, 0xbe, 0x44, 0x4c, 0xfd, 0x86, 0x02, 0xf3, 0xa9, + 0x56, 0x43, 0x98, 0x01, 0x0f, 0xd0, 0xfb, 0xfe, 0xc7, 0x55, 0x60, 0xf7, 0x72, 0x6a, 0xed, 0x56, + 0x87, 0xb8, 0x3b, 0xe1, 0x22, 0xfc, 0x19, 0x05, 0xe6, 0xa2, 0x73, 0x22, 0xd1, 0x0b, 0xa5, 0x78, + 0x30, 0xd1, 0xf5, 0x04, 0xae, 0xfa, 0x82, 0xf8, 0xee, 0xb9, 0x24, 0x04, 0xa7, 0xe8, 0xa2, 0x2f, + 0x2b, 0x30, 0xa7, 0xc5, 0xef, 0xe5, 0x04, 0x22, 0xb3, 0x50, 0xbc, 0x69, 0xe2, 0x8e, 0x4f, 0xd4, + 0x97, 0x04, 0xc0, 0xc3, 0x29, 0xb2, 0xe8, 0x59, 0x98, 0xd6, 0xfa, 0x66, 0x6d, 0x60, 0x98, 0xc4, + 0xd6, 0xc3, 0xcb, 0x1c, 0xcc, 0x45, 0x51, 0x6b, 0xb7, 0xc2, 0x72, 0x1c, 0xab, 0x15, 0x5e, 0xbc, + 0x11, 0x03, 0x39, 0x3e, 0xe2, 0xc5, 0x1b, 0x31, 0x86, 0xd1, 0xc5, 0x1b, 0x31, 0x74, 0x32, 0x11, + 0xf4, 0x13, 0xf0, 0x30, 0xdf, 0x6b, 0xea, 0x9a, 0x67, 0xea, 0xb5, 0x81, 0xbf, 0x45, 0x6c, 0x3f, + 0xd0, 0x18, 0xb8, 0x2d, 0xc6, 0x82, 0x0b, 0x56, 0xf2, 0x2a, 0xe1, 0xfc, 0xf6, 0xc8, 0x06, 0x70, + 0x4c, 0x43, 0x17, 0xdf, 0xc3, 0xcf, 0xb7, 0x0b, 0xc5, 0x7e, 0xdc, 0x6c, 0x35, 0x1b, 0xe2, 0x73, + 0x98, 0x98, 0x88, 0x7e, 0x63, 0x89, 0x02, 0xfa, 0x8a, 0x02, 0x33, 0x82, 0xc9, 0x05, 0xcd, 0x49, + 0x36, 0xff, 0x6f, 0x16, 0x65, 0xc6, 0x04, 0xc3, 0x2f, 0x63, 0x19, 0x39, 0x8f, 0xa0, 0x0d, 0xa3, + 0x9d, 0x62, 0x30, 0x1c, 0xef, 0x07, 0xfa, 0x1b, 0x0a, 0x9c, 0xf1, 0x88, 0xbb, 0x63, 0xea, 0xa4, + 0xa6, 0xeb, 0xce, 0xc0, 0x0e, 0x26, 0xb9, 0x52, 0xfc, 0x12, 0x44, 0x27, 0x03, 0x1f, 0x3f, 0x66, + 0xcf, 0x82, 0xe0, 0x4c, 0xfa, 0x74, 0xff, 0x3a, 0x75, 0x47, 0xf3, 0xf5, 0xad, 0x86, 0xa6, 0x6f, + 0x31, 0xfd, 0x9d, 0x9f, 0xac, 0x17, 0x5c, 0x34, 0xaf, 0xc5, 0x51, 0x71, 0x87, 0x43, 0xa2, 0x10, + 0x27, 0x09, 0x22, 0x0f, 0x2a, 0x2e, 0x79, 0x67, 0x40, 0x3c, 0x76, 0xfc, 0x4e, 0x89, 0xb7, 0x46, + 0x9e, 0x31, 0x2c, 0x10, 0x72, 0x1d, 0x23, 0xf8, 0x85, 0x43, 0x42, 0xa8, 0x0b, 0xe7, 0x39, 0xe7, + 0xd6, 0x6c, 0xc7, 0xde, 0xeb, 0x39, 0x03, 0x2f, 0xc1, 0xfd, 0x55, 0xc6, 0xfd, 0x2c, 0xc0, 0x60, + 0xe5, 0xb0, 0x8a, 0xf8, 0x70, 0x3c, 0xe8, 0x75, 0xa8, 0x90, 0x1d, 0x62, 0xfb, 0xb7, 0x6e, 0xdd, + 0x58, 0x98, 0x2e, 0xb4, 0x35, 0xb2, 0x4f, 0x58, 0x11, 0x38, 0x70, 0x88, 0x6d, 0xf1, 0x15, 0x40, + 0x69, 0x8e, 0x44, 0x73, 0x30, 0xb6, 0x4d, 0xf8, 0xbd, 0xbd, 0x29, 0x4c, 0xff, 0x45, 0x67, 0xa0, + 0xbc, 0xa3, 0x59, 0x03, 0xae, 0xca, 0x56, 0x30, 0xff, 0xf1, 0x42, 0xe9, 0xe3, 0x8a, 0xfa, 0x2d, + 0x05, 0xce, 0x66, 0x0e, 0x1b, 0xc2, 0x70, 0x8e, 0xc5, 0x65, 0xd8, 0xab, 0x03, 0x5f, 0xf3, 0x4d, + 0xbb, 0xdb, 0xb2, 0x37, 0x2d, 0xb3, 0xbb, 0xc5, 0x35, 0xbf, 0x32, 0xd7, 0x53, 0x56, 0x33, 0x6b, + 0xe0, 0x9c, 0x96, 0xa8, 0x05, 0xa7, 0x7b, 0xda, 0x6e, 0x0a, 0x61, 0x89, 0x21, 0x64, 0xb7, 0x3f, + 0x57, 0xd3, 0x60, 0x9c, 0xd5, 0x46, 0xfd, 0x5a, 0x19, 0x1e, 0xa1, 0x1d, 0x8f, 0xb6, 0xcc, 0x55, + 0xcd, 0xd6, 0xba, 0xef, 0xcd, 0xad, 0xe9, 0x37, 0x14, 0x78, 0x68, 0x2b, 0x5b, 0x9d, 0x15, 0x9b, + 0xf6, 0xab, 0x85, 0x94, 0xfa, 0xc3, 0x34, 0x64, 0xce, 0xb8, 0x87, 0x56, 0xc1, 0x79, 0x9d, 0x42, + 0xaf, 0xc0, 0x9c, 0xed, 0x18, 0xa4, 0xd1, 0x6a, 0xe2, 0x55, 0xcd, 0xdb, 0xee, 0x04, 0x06, 0x7f, + 0x99, 0x7b, 0xf4, 0xd6, 0x12, 0x30, 0x9c, 0xaa, 0x8d, 0x76, 0x00, 0xf5, 0x1d, 0x63, 0x65, 0xc7, + 0xd4, 0x83, 0x90, 0x8a, 0xe2, 0x5e, 0x44, 0x16, 0x61, 0xde, 0x4e, 0x61, 0xc3, 0x19, 0x14, 0x98, + 0x3e, 0x4e, 0x3b, 0xb3, 0xea, 0xd8, 0xa6, 0xef, 0xb8, 0x2c, 0xee, 0x67, 0x24, 0xb5, 0x94, 0xf1, + 0xf9, 0x5a, 0x26, 0x46, 0x9c, 0x43, 0x49, 0xfd, 0x5f, 0x0a, 0x9c, 0xa2, 0x6c, 0xd1, 0x76, 0x9d, + 0xdd, 0xbd, 0xf7, 0x22, 0x43, 0x3e, 0x29, 0x7c, 0x95, 0xdc, 0x4a, 0x3b, 0x2b, 0xf9, 0x29, 0xa7, + 0x58, 0x9f, 0x23, 0xd7, 0xa4, 0x6c, 0xa8, 0x8e, 0xe5, 0x1b, 0xaa, 0xea, 0x7f, 0x50, 0xb8, 0x8a, + 0x18, 0x18, 0x8a, 0xef, 0xc9, 0x75, 0xf8, 0x1c, 0xcc, 0xd0, 0xb2, 0x55, 0x6d, 0xb7, 0xdd, 0xbc, + 0xed, 0x58, 0x41, 0x38, 0x12, 0x3b, 0xfc, 0xbc, 0x2e, 0x03, 0x70, 0xbc, 0x9e, 0xfa, 0xab, 0xa7, + 0x80, 0x55, 0xb0, 0x88, 0xff, 0x5e, 0xfc, 0xae, 0xa7, 0xa1, 0xaa, 0xf7, 0x07, 0x8d, 0x2b, 0x9d, + 0x57, 0x07, 0x8e, 0xaf, 0x09, 0x1f, 0x26, 0xd3, 0xfb, 0x1a, 0xed, 0xf5, 0xa0, 0x18, 0xcb, 0x75, + 0xe8, 0x0a, 0xd7, 0xfb, 0x03, 0x21, 0x33, 0xdb, 0xf2, 0x29, 0x1e, 0x5b, 0xe1, 0x8d, 0xf6, 0x7a, + 0x0c, 0x86, 0x53, 0xb5, 0xd1, 0x67, 0x60, 0x9a, 0x88, 0xc5, 0x77, 0x4d, 0x73, 0x0d, 0xb1, 0xb6, + 0x0b, 0x6f, 0xdc, 0xe1, 0xd0, 0x06, 0x2b, 0x9a, 0xab, 0xcb, 0x2b, 0x12, 0x09, 0x1c, 0x23, 0xc8, + 0x54, 0x57, 0xf1, 0x9b, 0xce, 0x94, 0x63, 0x24, 0x17, 0x7b, 0x59, 0xa8, 0xae, 0x79, 0x95, 0x70, + 0x7e, 0x7b, 0xf4, 0xeb, 0x0a, 0x9c, 0x0b, 0xa1, 0xa6, 0x6d, 0xf6, 0x06, 0x3d, 0x4c, 0x74, 0x4b, + 0x33, 0x7b, 0x42, 0x8f, 0x7d, 0xed, 0xd8, 0x3e, 0x34, 0x8e, 0x9e, 0x0b, 0x9c, 0x6c, 0x18, 0xce, + 0xe9, 0x12, 0xfa, 0x86, 0x02, 0x17, 0x03, 0x50, 0x9b, 0x5a, 0x92, 0x03, 0x97, 0x44, 0x01, 0x6d, + 0x62, 0x48, 0x26, 0x0b, 0xc9, 0xbf, 0xc7, 0x0e, 0xf6, 0x97, 0x2e, 0xae, 0xdc, 0x07, 0x37, 0xbe, + 0x2f, 0x75, 0x99, 0x5d, 0x3a, 0xce, 0xa6, 0x2f, 0x14, 0xdf, 0x93, 0x62, 0x17, 0x4a, 0x02, 0xc7, + 0x08, 0xa2, 0xdf, 0x54, 0xe0, 0x21, 0xb9, 0x40, 0xe6, 0x16, 0xae, 0xf1, 0xbe, 0x7e, 0x6c, 0x9d, + 0x49, 0xe0, 0xe7, 0xbe, 0xa5, 0x1c, 0x20, 0xce, 0xeb, 0x15, 0x15, 0xbd, 0x3d, 0xc6, 0x98, 0x5c, + 0x2b, 0x2e, 0x73, 0xd1, 0xcb, 0x79, 0xd5, 0xc3, 0x01, 0x8c, 0x1a, 0x9b, 0x7d, 0xc7, 0x68, 0x9b, + 0x86, 0x77, 0xc3, 0xec, 0x99, 0x3e, 0xd3, 0x5b, 0xc7, 0xf8, 0x70, 0xb4, 0x1d, 0xa3, 0xdd, 0x6a, + 0xf2, 0x72, 0x1c, 0xab, 0xc5, 0xc2, 0xd0, 0xcd, 0x9e, 0xd6, 0x25, 0xed, 0x81, 0x65, 0xb5, 0x5d, + 0x87, 0x39, 0x20, 0x9a, 0x44, 0x33, 0x2c, 0xd3, 0x26, 0x05, 0xf5, 0x54, 0xb6, 0xdc, 0x5a, 0x79, + 0x48, 0x71, 0x3e, 0x3d, 0xb4, 0x0c, 0xb0, 0xa9, 0x99, 0x56, 0xe7, 0x8e, 0xd6, 0xbf, 0x69, 0x2f, + 0xcc, 0x30, 0x01, 0xc6, 0x2c, 0xbd, 0x2b, 0x61, 0x29, 0x96, 0x6a, 0x50, 0x6e, 0xa2, 0x52, 0x10, + 0x13, 0x7e, 0x01, 0x6e, 0x61, 0xf6, 0x98, 0xb8, 0x29, 0x40, 0xc8, 0x87, 0xef, 0xba, 0x44, 0x02, + 0xc7, 0x08, 0xa2, 0x2f, 0x28, 0x30, 0xeb, 0xed, 0x79, 0x3e, 0xe9, 0x85, 0x7d, 0x38, 0x75, 0xdc, + 0x7d, 0x60, 0xae, 0x99, 0x4e, 0x8c, 0x08, 0x4e, 0x10, 0x45, 0x1a, 0x3c, 0xc2, 0x46, 0xf5, 0x6a, + 0xe3, 0x9a, 0xd9, 0xdd, 0x0a, 0x83, 0xcb, 0xdb, 0xc4, 0xd5, 0x89, 0xed, 0x2f, 0xcc, 0x31, 0xbe, + 0x59, 0x3a, 0xd8, 0x5f, 0x7a, 0xa4, 0x95, 0x5f, 0x0d, 0x1f, 0x86, 0x03, 0xbd, 0x05, 0x8b, 0x02, + 0x7c, 0xc3, 0xb9, 0x93, 0xa2, 0x30, 0xcf, 0x28, 0xb0, 0x88, 0xff, 0x56, 0x6e, 0x2d, 0x7c, 0x08, + 0x06, 0x6a, 0x15, 0x78, 0xc4, 0x65, 0x9e, 0x55, 0x12, 0x32, 0x8f, 0xb7, 0x80, 0x18, 0x13, 0x30, + 0xab, 0xa0, 0x93, 0x06, 0xe3, 0xac, 0x36, 0xea, 0x7e, 0x89, 0x9b, 0x33, 0xa9, 0x05, 0x89, 0x5e, + 0x82, 0x53, 0x3d, 0xd2, 0x73, 0xdc, 0xbd, 0x5a, 0x90, 0x32, 0x43, 0xb8, 0xd6, 0x98, 0x85, 0xba, + 0x1a, 0x07, 0xe1, 0x64, 0x5d, 0xba, 0x5d, 0xb2, 0x2f, 0xb8, 0xd2, 0x89, 0xda, 0x97, 0xa2, 0xed, + 0xb2, 0x95, 0x80, 0xe1, 0x54, 0x6d, 0xd4, 0x80, 0x79, 0x51, 0xd6, 0xa2, 0x5a, 0xa3, 0x77, 0xc5, + 0x25, 0xc1, 0x61, 0x13, 0xd5, 0xbf, 0xe6, 0x5b, 0x49, 0x20, 0x4e, 0xd7, 0xa7, 0x5f, 0x41, 0x7f, + 0xc8, 0xbd, 0x18, 0x8f, 0xbe, 0x62, 0x2d, 0x0e, 0xc2, 0xc9, 0xba, 0x81, 0x5a, 0x1f, 0xeb, 0x42, + 0x39, 0xfa, 0x8a, 0xb5, 0x04, 0x0c, 0xa7, 0x6a, 0xab, 0xff, 0x71, 0x1c, 0x3e, 0x34, 0xc4, 0x26, + 0x86, 0x7a, 0xd9, 0xc3, 0x7d, 0x1f, 0x91, 0xb2, 0x1c, 0x04, 0x69, 0x2c, 0xbf, 0x3a, 0xd0, 0x6c, + 0xdf, 0xf4, 0xf7, 0x86, 0x9c, 0x9e, 0x7e, 0xce, 0xf4, 0x1c, 0x9d, 0xde, 0xb0, 0xd3, 0xe9, 0xe5, + 0x4d, 0xe7, 0xd1, 0x49, 0x0e, 0x3f, 0xfd, 0xbd, 0xec, 0xe9, 0x2f, 0x38, 0xaa, 0xf7, 0x65, 0x97, + 0x7e, 0x0e, 0xbb, 0x14, 0x1c, 0xd5, 0x21, 0xd8, 0xeb, 0x4f, 0xc6, 0xe1, 0xb1, 0x61, 0x36, 0xd4, + 0x82, 0xfc, 0x95, 0xb1, 0x65, 0x9d, 0x28, 0x7f, 0xe5, 0x45, 0xc4, 0x9c, 0x20, 0x7f, 0x65, 0x90, + 0x3c, 0x69, 0xfe, 0xca, 0x1b, 0xd5, 0x93, 0xe2, 0xaf, 0xbc, 0x51, 0x1d, 0x82, 0xbf, 0xfe, 0x34, + 0xb9, 0x3f, 0x84, 0xfb, 0x68, 0x0b, 0xc6, 0xf4, 0xfe, 0xa0, 0xa0, 0x90, 0x62, 0xc7, 0x9c, 0x8d, + 0xf6, 0x3a, 0xa6, 0x38, 0x10, 0x86, 0x09, 0xce, 0x3f, 0x05, 0x45, 0x10, 0x0b, 0xfa, 0xe1, 0x2c, + 0x89, 0x05, 0x26, 0x3a, 0x54, 0xa4, 0xbf, 0x45, 0x7a, 0xc4, 0xd5, 0xac, 0x8e, 0xef, 0xb8, 0x5a, + 0xb7, 0xa8, 0xb4, 0x61, 0x43, 0xb5, 0x92, 0xc0, 0x85, 0x53, 0xd8, 0xe9, 0x80, 0xf4, 0x4d, 0xa3, + 0xa0, 0x7c, 0x61, 0x03, 0xd2, 0x6e, 0x35, 0x31, 0xc5, 0xa1, 0xfe, 0xed, 0x29, 0x90, 0xae, 0x16, + 0x51, 0xbb, 0x4d, 0xb3, 0x2c, 0xe7, 0x4e, 0xdb, 0x35, 0x77, 0x4c, 0x8b, 0x74, 0x89, 0x11, 0xde, + 0x3d, 0xf1, 0xc4, 0x61, 0x38, 0x53, 0x24, 0x6b, 0x79, 0x95, 0x70, 0x7e, 0x7b, 0x6a, 0x97, 0xcf, + 0xeb, 0xc9, 0x8b, 0x9f, 0xa3, 0x1c, 0xe8, 0xa5, 0x6e, 0x91, 0xf2, 0xf5, 0x94, 0x2a, 0xc6, 0x69, + 0xb2, 0xe8, 0xa7, 0x15, 0xee, 0x70, 0x08, 0xbd, 0xab, 0x62, 0xce, 0xae, 0x1e, 0xd3, 0x79, 0x44, + 0xe4, 0xb9, 0x88, 0xfc, 0xb7, 0x71, 0x82, 0xd4, 0x32, 0x3c, 0xbb, 0x9d, 0xe5, 0x27, 0x15, 0x33, + 0x7b, 0xb3, 0x68, 0x57, 0x72, 0x1c, 0xaf, 0xfc, 0xf0, 0x38, 0xb3, 0x02, 0xce, 0xee, 0x48, 0x38, + 0x4a, 0xa1, 0xeb, 0x48, 0x08, 0x81, 0xc2, 0xa3, 0x94, 0xf0, 0x41, 0x45, 0xa3, 0x14, 0x02, 0x70, + 0x9c, 0x20, 0xea, 0xc3, 0xd4, 0x76, 0xe0, 0xaf, 0x13, 0xf6, 0x7d, 0xa3, 0x28, 0x75, 0xc9, 0xe9, + 0xc7, 0x0f, 0xa9, 0xc3, 0x42, 0x1c, 0x11, 0x41, 0x5b, 0x30, 0xb9, 0xcd, 0x05, 0x91, 0xb0, 0xcb, + 0x6b, 0x23, 0xdb, 0x0d, 0xdc, 0x3c, 0x14, 0x45, 0x38, 0x40, 0x2f, 0x07, 0xa9, 0x54, 0xee, 0x13, + 0x9b, 0xf4, 0x35, 0x05, 0xce, 0xee, 0x10, 0xd7, 0x37, 0xf5, 0xa4, 0x97, 0x7a, 0xaa, 0xb8, 0x6d, + 0x73, 0x3b, 0x0b, 0x21, 0x67, 0x93, 0x4c, 0x10, 0xce, 0xee, 0x02, 0xb5, 0x74, 0xb8, 0xb3, 0xb1, + 0xe3, 0x6b, 0xbe, 0xa9, 0xdf, 0x72, 0xb6, 0x89, 0x4d, 0x3f, 0x56, 0xa4, 0x55, 0x04, 0x26, 0x38, + 0x98, 0xa5, 0xb3, 0x92, 0x5f, 0x0d, 0x1f, 0x86, 0x43, 0xfd, 0xa1, 0x02, 0x29, 0x77, 0x1b, 0xfa, + 0x39, 0x05, 0xa6, 0x37, 0x89, 0xe6, 0x0f, 0x5c, 0x72, 0x55, 0xf3, 0xc3, 0x58, 0xe5, 0xdb, 0xc7, + 0xe1, 0xe5, 0x5b, 0xbe, 0x22, 0x21, 0xe6, 0xe7, 0x89, 0x61, 0x02, 0x03, 0x19, 0x84, 0x63, 0x3d, + 0x58, 0x7c, 0x19, 0xe6, 0x53, 0x0d, 0x8f, 0x74, 0xec, 0xf3, 0xcf, 0x84, 0xb7, 0x36, 0x99, 0x53, + 0xf3, 0x2d, 0x28, 0x6b, 0x86, 0x11, 0x66, 0xec, 0x7a, 0xbe, 0xd8, 0xb9, 0xb9, 0x21, 0x87, 0x84, + 0xb3, 0x9f, 0x98, 0xa3, 0x45, 0x57, 0x00, 0x69, 0xb1, 0xc3, 0xb1, 0xd5, 0x28, 0x62, 0x96, 0x79, + 0xf9, 0x6b, 0x29, 0x28, 0xce, 0x68, 0xa1, 0xbe, 0x08, 0xb3, 0xf1, 0x3b, 0xac, 0x47, 0x88, 0xc0, + 0x53, 0xff, 0xb2, 0x02, 0x28, 0x9d, 0x2f, 0x03, 0xb9, 0x50, 0x11, 0x35, 0x82, 0x29, 0x2e, 0xe4, + 0xc8, 0x4d, 0xc6, 0x06, 0x46, 0x31, 0xf9, 0xa2, 0xc0, 0xc3, 0x21, 0x1d, 0xf5, 0xcf, 0x14, 0x88, + 0x52, 0x02, 0xa1, 0x8f, 0x41, 0xd5, 0x20, 0x9e, 0xee, 0x9a, 0x7d, 0x3f, 0xfa, 0x8e, 0x30, 0xd7, + 0x41, 0x33, 0x02, 0x61, 0xb9, 0x1e, 0x52, 0x61, 0xc2, 0xd7, 0xbc, 0xed, 0x56, 0x53, 0x58, 0xa4, + 0x4c, 0x7f, 0xb8, 0xc5, 0x4a, 0xb0, 0x80, 0x44, 0xf7, 0x41, 0xc7, 0x86, 0xb8, 0x0f, 0x8a, 0x36, + 0x8f, 0xe1, 0xf2, 0x2b, 0xba, 0xff, 0xc5, 0x57, 0xf5, 0x8f, 0x4a, 0x10, 0xcf, 0xc2, 0x54, 0x74, + 0x08, 0xd2, 0xb7, 0x75, 0x4b, 0x27, 0x76, 0x5b, 0xf7, 0xc3, 0x2c, 0x85, 0x21, 0xcf, 0x39, 0xcb, + 0xcf, 0xc4, 0xe4, 0xc4, 0x83, 0x3c, 0x63, 0x6c, 0x58, 0x03, 0x3d, 0xcf, 0xe2, 0xe5, 0xfc, 0xc0, + 0x4e, 0xff, 0x50, 0xb0, 0x2c, 0xa8, 0x00, 0x22, 0xf7, 0xc4, 0x7d, 0xe4, 0xf0, 0xfb, 0x59, 0x29, + 0xe6, 0x2d, 0xd0, 0xc7, 0x44, 0x78, 0x65, 0x39, 0x76, 0x67, 0x3a, 0xb8, 0x68, 0x3d, 0x1f, 0x6b, + 0x18, 0xc5, 0x5c, 0xaa, 0x7f, 0x5d, 0x81, 0x49, 0x91, 0xfc, 0x64, 0x88, 0x08, 0xcd, 0x4d, 0x28, + 0x33, 0x3b, 0x60, 0x14, 0x15, 0xa9, 0xb3, 0xe5, 0x38, 0x7e, 0x2c, 0x05, 0x0c, 0x0b, 0x0b, 0x64, + 0xff, 0x62, 0x8e, 0x5e, 0xfd, 0xfa, 0x38, 0x5c, 0x14, 0x55, 0x52, 0x1a, 0x40, 0xb8, 0x04, 0xf7, + 0xe0, 0xb4, 0x98, 0xa5, 0xa6, 0xab, 0x99, 0xe1, 0xa9, 0x61, 0x31, 0xcb, 0x4e, 0x9c, 0x27, 0xa7, + 0xd0, 0xe1, 0x2c, 0x1a, 0x3c, 0xd9, 0x01, 0x2b, 0xbe, 0x46, 0x34, 0xcb, 0xdf, 0x0a, 0x68, 0x97, + 0x46, 0x49, 0x76, 0x90, 0xc6, 0x87, 0x33, 0xa9, 0xb0, 0x53, 0x4b, 0x01, 0x68, 0xb8, 0x44, 0x93, + 0x8f, 0x4c, 0x47, 0x88, 0x22, 0x5c, 0xcd, 0xc4, 0x88, 0x73, 0x28, 0x31, 0x17, 0x99, 0xb6, 0xcb, + 0x2c, 0x6e, 0x4c, 0x7c, 0xd7, 0x64, 0x49, 0x79, 0x28, 0x7f, 0x73, 0x1b, 0x39, 0x0e, 0xc2, 0xc9, + 0xba, 0xe8, 0x05, 0x98, 0x65, 0xa7, 0xc0, 0xd1, 0x1d, 0xc0, 0x72, 0x94, 0x82, 0x78, 0x2d, 0x06, + 0xc1, 0x89, 0x9a, 0xea, 0xaf, 0x29, 0x30, 0x2d, 0x33, 0xd0, 0x10, 0x11, 0xdd, 0x03, 0x49, 0x5c, + 0x8f, 0x10, 0x18, 0x2b, 0x53, 0x1d, 0x46, 0x62, 0xdf, 0x53, 0xe0, 0x74, 0x46, 0x1b, 0x76, 0x1e, + 0x48, 0x12, 0xa2, 0x7f, 0x94, 0xf3, 0xc0, 0xd4, 0x36, 0x12, 0x9e, 0x07, 0x26, 0x21, 0x38, 0x45, + 0x17, 0xdd, 0x86, 0x31, 0xdd, 0x35, 0xc5, 0xb0, 0x3c, 0x57, 0xc8, 0xea, 0xc1, 0xad, 0x28, 0x4c, + 0xbe, 0x81, 0x5b, 0x98, 0x22, 0x54, 0x7f, 0x7b, 0x0c, 0xaa, 0x52, 0x5e, 0x25, 0xb4, 0x3a, 0x8a, + 0xd1, 0x1c, 0xa1, 0x0f, 0x0c, 0xe7, 0x55, 0x18, 0xeb, 0xf6, 0x07, 0x05, 0xad, 0xe6, 0x10, 0xdd, + 0x55, 0x8a, 0xae, 0xdb, 0x1f, 0xa0, 0xdb, 0xa1, 0x1d, 0x5e, 0xcc, 0x52, 0x0e, 0x63, 0x45, 0x13, + 0xb6, 0x78, 0xc0, 0x9b, 0xe3, 0xb9, 0xbc, 0xd9, 0x83, 0x49, 0x4f, 0x18, 0xe9, 0xe5, 0xe2, 0xf7, + 0x92, 0xa4, 0x91, 0x16, 0x46, 0x39, 0xd7, 0xf0, 0x03, 0x9b, 0x3d, 0xa0, 0x41, 0x15, 0x80, 0x01, + 0x8b, 0x6d, 0x67, 0xa6, 0x4b, 0x85, 0x2b, 0x00, 0xeb, 0xac, 0x04, 0x0b, 0x88, 0xfa, 0xa5, 0x12, + 0xa0, 0x34, 0x42, 0xf4, 0x21, 0x28, 0xb3, 0x10, 0x7f, 0xb1, 0xd0, 0xa4, 0xbc, 0x23, 0x9a, 0xe7, + 0x61, 0x0e, 0x43, 0x1d, 0x71, 0xe5, 0xa3, 0xd8, 0xc4, 0xb0, 0x73, 0x68, 0x41, 0x4f, 0xba, 0x1f, + 0x12, 0x6c, 0x4d, 0x63, 0xb9, 0x5b, 0xd3, 0x3a, 0x4c, 0xf6, 0x4c, 0x9b, 0xc5, 0x9e, 0x14, 0xf3, + 0x42, 0xf0, 0xe3, 0x32, 0x8e, 0x02, 0x07, 0xb8, 0xd4, 0x3f, 0x29, 0x51, 0x26, 0x36, 0x6d, 0x9f, + 0xd8, 0x9a, 0xad, 0x13, 0xb4, 0x07, 0xa0, 0x0d, 0x7c, 0x87, 0xef, 0xf0, 0x82, 0x97, 0x5b, 0xc5, + 0xe6, 0x2b, 0x44, 0x5a, 0x0b, 0x11, 0xf2, 0x53, 0xac, 0xe8, 0x37, 0x96, 0x88, 0x51, 0xd2, 0xbe, + 0xd9, 0x23, 0xaf, 0x99, 0xb6, 0xe1, 0xdc, 0x11, 0xc3, 0x3b, 0x2a, 0xe9, 0x5b, 0x21, 0x42, 0x4e, + 0x3a, 0xfa, 0x8d, 0x25, 0x62, 0xe8, 0x75, 0x58, 0x60, 0x46, 0x8f, 0xcd, 0x52, 0xd6, 0x89, 0xbe, + 0x39, 0x96, 0x15, 0x6c, 0x39, 0x15, 0x96, 0x26, 0x68, 0xa1, 0x91, 0x53, 0x07, 0xe7, 0xb6, 0x56, + 0x7f, 0x53, 0x81, 0xb3, 0x99, 0x43, 0x81, 0xae, 0xc2, 0x7c, 0x14, 0xba, 0x20, 0xcb, 0xc8, 0x4a, + 0x94, 0x81, 0xf1, 0x7a, 0xb2, 0x02, 0x4e, 0xb7, 0x41, 0xab, 0xa1, 0x9e, 0x20, 0xcb, 0x60, 0x11, + 0xf7, 0xf0, 0x88, 0x40, 0x95, 0x25, 0xa6, 0x71, 0x56, 0x3b, 0xf5, 0x27, 0x62, 0x1d, 0x8e, 0x06, + 0x8c, 0xae, 0x8e, 0x0d, 0xd2, 0x0d, 0x83, 0xc7, 0xc3, 0xd5, 0x51, 0xa7, 0x85, 0x98, 0xc3, 0xd0, + 0x79, 0xf9, 0xc2, 0x43, 0x28, 0x85, 0x82, 0x4b, 0x0f, 0xaa, 0x0f, 0x20, 0x22, 0x84, 0x4c, 0xbb, + 0x8b, 0x36, 0xa1, 0xa2, 0x89, 0x9c, 0xfd, 0x82, 0xd5, 0x3e, 0x51, 0xc8, 0xc6, 0x12, 0x38, 0x78, + 0x64, 0x60, 0xf0, 0x0b, 0x87, 0xb8, 0xd5, 0xbf, 0xab, 0xc0, 0x39, 0x2a, 0x90, 0x8c, 0xe0, 0x5e, + 0x69, 0x78, 0xd5, 0x7f, 0x88, 0xad, 0xb5, 0x07, 0x55, 0x37, 0x6a, 0x26, 0xf8, 0xf2, 0xc7, 0xe5, + 0x34, 0x02, 0xd2, 0x6d, 0x48, 0xaa, 0x76, 0x34, 0x5c, 0xc7, 0x0b, 0x26, 0x27, 0x99, 0x59, 0x20, + 0x54, 0xde, 0xa5, 0x9e, 0x60, 0x19, 0xbf, 0xfa, 0xb9, 0x12, 0xc0, 0x1a, 0xf1, 0xef, 0x38, 0xee, + 0x36, 0x1d, 0xa2, 0xf7, 0xd4, 0xad, 0xa2, 0x47, 0x61, 0xbc, 0xef, 0x18, 0x9e, 0x90, 0x52, 0xec, + 0x2e, 0x1c, 0x3b, 0x7c, 0x67, 0xa5, 0x68, 0x09, 0xca, 0xcc, 0xb7, 0x2c, 0xb6, 0x02, 0xa6, 0xf5, + 0x52, 0x4d, 0xc7, 0xc3, 0xbc, 0x9c, 0x67, 0x63, 0x65, 0x51, 0xb7, 0x9e, 0x50, 0xe3, 0x45, 0x36, + 0x56, 0x5e, 0x86, 0x43, 0xa8, 0xfa, 0xb9, 0x71, 0x88, 0x3d, 0x3a, 0x11, 0x99, 0xe2, 0xca, 0xc9, + 0x98, 0xe2, 0xaf, 0xc3, 0x82, 0xe5, 0x68, 0x46, 0x5d, 0xb3, 0x28, 0xd3, 0xbb, 0x1d, 0x3e, 0x1d, + 0x9a, 0xdd, 0x0d, 0x5f, 0x34, 0x60, 0x02, 0xe0, 0x46, 0x4e, 0x1d, 0x9c, 0xdb, 0x1a, 0xf9, 0xe1, + 0x53, 0x17, 0x3c, 0xa3, 0xe4, 0x8d, 0x51, 0x9f, 0xe4, 0x58, 0x96, 0xe3, 0xad, 0xc3, 0x5d, 0x39, + 0xfe, 0x1a, 0x06, 0xfa, 0xa2, 0x02, 0x67, 0xc9, 0xae, 0x4f, 0x5c, 0x5b, 0xb3, 0x6e, 0xb9, 0xda, + 0xe6, 0xa6, 0xa9, 0x8b, 0xb0, 0x26, 0x3e, 0x39, 0xed, 0x83, 0xfd, 0xa5, 0xb3, 0x2b, 0x59, 0x15, + 0xee, 0xed, 0x2f, 0x7d, 0x34, 0xfd, 0xe2, 0x4c, 0x10, 0x5e, 0x9d, 0xd9, 0x84, 0x31, 0x63, 0x36, + 0xb9, 0xc5, 0xe7, 0xa1, 0x7a, 0x84, 0x68, 0xdc, 0x29, 0xd9, 0x2d, 0xf3, 0x8b, 0x13, 0x20, 0x85, + 0xb6, 0x1f, 0x21, 0x8f, 0xe8, 0xaf, 0x28, 0x70, 0x46, 0xb7, 0x4c, 0x62, 0xfb, 0x89, 0x18, 0x66, + 0xbe, 0x30, 0xd6, 0x0b, 0xc5, 0xdc, 0xf7, 0x89, 0xdd, 0x6a, 0x36, 0x1c, 0xdb, 0x26, 0xba, 0xdf, + 0xc8, 0x40, 0xce, 0xad, 0x9c, 0x2c, 0x08, 0xce, 0xec, 0x0c, 0xfb, 0x1e, 0x56, 0xde, 0x6a, 0xca, + 0xf7, 0xbf, 0x1a, 0xa2, 0x0c, 0x87, 0x50, 0xf4, 0x34, 0x54, 0xbb, 0xae, 0x33, 0xe8, 0x7b, 0x0d, + 0x16, 0x71, 0xc5, 0x67, 0x90, 0x29, 0x12, 0x57, 0xa3, 0x62, 0x2c, 0xd7, 0x41, 0xcf, 0xc2, 0x34, + 0xff, 0xd9, 0x76, 0xc9, 0xa6, 0xb9, 0x2b, 0x96, 0x1b, 0x0b, 0xe3, 0xb8, 0x2a, 0x95, 0xe3, 0x58, + 0x2d, 0xf4, 0x14, 0x4c, 0x99, 0x9e, 0x37, 0x20, 0xee, 0x3a, 0xbe, 0x21, 0x92, 0x6a, 0x31, 0x9f, + 0x6d, 0x2b, 0x28, 0xc4, 0x11, 0x1c, 0xfd, 0xbc, 0x02, 0xb3, 0x2e, 0x79, 0x67, 0x60, 0xba, 0xc4, + 0x60, 0x44, 0x3d, 0x71, 0xbf, 0x00, 0x8f, 0x76, 0xa7, 0x61, 0x19, 0xc7, 0x90, 0x72, 0x3e, 0x0f, + 0xdd, 0x11, 0x71, 0x20, 0x4e, 0xf4, 0x80, 0x0e, 0x95, 0x67, 0x76, 0x6d, 0xd3, 0xee, 0xd6, 0xac, + 0xae, 0xb7, 0x50, 0x61, 0x4b, 0x97, 0xeb, 0x5c, 0x51, 0x31, 0x96, 0xeb, 0xa0, 0xe7, 0x60, 0x66, + 0xe0, 0x51, 0xce, 0xed, 0x11, 0x3e, 0xbe, 0x53, 0x51, 0x18, 0xe4, 0xba, 0x0c, 0xc0, 0xf1, 0x7a, + 0xd4, 0xc4, 0x0b, 0x0a, 0xc4, 0x28, 0x03, 0xbf, 0x05, 0x4c, 0xfb, 0xb9, 0x1e, 0x83, 0xe0, 0x44, + 0xcd, 0xc5, 0x1a, 0x9c, 0xce, 0xf8, 0xcc, 0x23, 0x2d, 0x8f, 0x5f, 0x2b, 0xc1, 0x07, 0xef, 0xcb, + 0x95, 0xe8, 0x6f, 0x2a, 0x50, 0x25, 0xbb, 0xbe, 0xab, 0x85, 0x41, 0x99, 0x74, 0x8a, 0x36, 0x4f, + 0x64, 0x09, 0x2c, 0xaf, 0x44, 0x84, 0xf8, 0xb4, 0x85, 0xdb, 0x9d, 0x04, 0xc1, 0x72, 0x7f, 0xa8, + 0xb6, 0xce, 0xef, 0x88, 0xcb, 0xee, 0x3a, 0x91, 0x9b, 0x5f, 0x40, 0x16, 0x3f, 0x09, 0x73, 0x49, + 0xcc, 0x47, 0x1a, 0xa9, 0x7f, 0x58, 0x82, 0x72, 0xdb, 0xd2, 0x1e, 0x48, 0x7e, 0xb4, 0xbf, 0x10, + 0x4b, 0x4e, 0x53, 0x28, 0xe3, 0x0f, 0xeb, 0x6a, 0x6e, 0x5a, 0xac, 0x6e, 0x22, 0x2d, 0xd6, 0xcb, + 0xc5, 0x49, 0x1c, 0x9e, 0x05, 0xeb, 0x0f, 0x14, 0x98, 0x62, 0xf5, 0x1e, 0x40, 0x36, 0x96, 0xb7, + 0xe2, 0xd9, 0x58, 0x9e, 0x2f, 0xfc, 0x4d, 0x39, 0xc9, 0x57, 0xbe, 0x1b, 0x7c, 0x0b, 0xcb, 0xb5, + 0xf2, 0x86, 0xfc, 0x26, 0x09, 0xff, 0x98, 0x4b, 0x59, 0x69, 0xa1, 0x6e, 0x38, 0xba, 0x66, 0xa5, + 0x72, 0x43, 0x1d, 0xfa, 0x30, 0x49, 0x0f, 0xa6, 0x88, 0xb8, 0x87, 0x1f, 0x7c, 0x4c, 0x21, 0x95, + 0x36, 0xb8, 0xcc, 0x1f, 0x91, 0x0b, 0x4a, 0x3c, 0x1c, 0x51, 0x50, 0xff, 0x69, 0x09, 0xaa, 0xd2, + 0x5c, 0xfe, 0x28, 0xb2, 0x4e, 0x5d, 0xc9, 0x4c, 0xd7, 0x5f, 0x62, 0x51, 0x97, 0xe7, 0x8e, 0x90, + 0xaa, 0xdf, 0x85, 0xaa, 0x1e, 0x65, 0x10, 0x1d, 0x85, 0xb9, 0xa5, 0x44, 0xa4, 0x22, 0xec, 0x3b, + 0x2a, 0xc0, 0x32, 0x11, 0xf5, 0x77, 0x4a, 0x30, 0xd9, 0x76, 0x1d, 0x3a, 0xc1, 0x0f, 0x40, 0x34, + 0x68, 0x31, 0xd1, 0x50, 0x6c, 0xdd, 0xf2, 0xce, 0xe6, 0x0a, 0x07, 0x33, 0x21, 0x1c, 0x6a, 0xa3, + 0x10, 0x39, 0x5c, 0x3c, 0xfc, 0x6b, 0x05, 0xaa, 0xa2, 0xe6, 0x03, 0x10, 0x10, 0x9f, 0x8e, 0x0b, + 0x88, 0x17, 0x47, 0xf8, 0xae, 0x1c, 0x11, 0xf1, 0x35, 0x05, 0x66, 0x44, 0x8d, 0x55, 0xd2, 0xdb, + 0x20, 0x2e, 0xba, 0x02, 0x93, 0xde, 0x80, 0x4d, 0xa4, 0xf8, 0xa0, 0x47, 0x64, 0x21, 0xe1, 0x6e, + 0x68, 0x3a, 0x7b, 0x79, 0x86, 0x57, 0x91, 0x32, 0xd1, 0xf1, 0x02, 0x1c, 0x34, 0xa6, 0x26, 0x9c, + 0xeb, 0x58, 0xa9, 0xcc, 0x09, 0xd8, 0xb1, 0x08, 0x66, 0x10, 0x6a, 0x39, 0xd1, 0xbf, 0xc1, 0x79, + 0x14, 0xb3, 0x9c, 0x28, 0xd8, 0xc3, 0xbc, 0x5c, 0xfd, 0xc2, 0x78, 0x38, 0xd8, 0x4c, 0x82, 0x5d, + 0x83, 0x29, 0xdd, 0x25, 0x9a, 0x4f, 0x8c, 0xfa, 0xde, 0x30, 0x9d, 0x63, 0x5a, 0x5c, 0x23, 0x68, + 0x81, 0xa3, 0xc6, 0x54, 0x61, 0x92, 0x8f, 0x98, 0x4a, 0x91, 0x6e, 0x99, 0x7b, 0xbc, 0xf4, 0x09, + 0x28, 0x3b, 0x77, 0xec, 0x30, 0x7c, 0xe3, 0x50, 0xc2, 0xec, 0x53, 0x6e, 0xd2, 0xda, 0x98, 0x37, + 0x62, 0xd9, 0x65, 0x44, 0x72, 0x11, 0xae, 0xc8, 0x56, 0xb3, 0x12, 0x8b, 0x20, 0x0b, 0x26, 0x7b, + 0x6c, 0x1a, 0x46, 0x4a, 0x4c, 0x16, 0x9b, 0x50, 0x39, 0x41, 0x2c, 0xc3, 0x8c, 0x03, 0x12, 0x54, + 0xf1, 0xa5, 0xca, 0x99, 0xd7, 0xd7, 0x74, 0x22, 0x2b, 0xbe, 0x6b, 0x41, 0x21, 0x8e, 0xe0, 0x68, + 0x0f, 0xaa, 0xfc, 0x7a, 0x3d, 0x97, 0xb2, 0x93, 0xc5, 0x7d, 0x9a, 0xa2, 0x7b, 0xb7, 0x22, 0x6c, + 0x7c, 0xe8, 0xa5, 0x02, 0x2c, 0xd3, 0x52, 0x7f, 0x76, 0x3c, 0x64, 0x52, 0x21, 0xf1, 0xb3, 0x5f, + 0x4b, 0x51, 0x0a, 0xbd, 0x96, 0xf2, 0x51, 0x28, 0xf7, 0xb7, 0x34, 0x2f, 0xe0, 0xd4, 0x20, 0x99, + 0x71, 0xb9, 0x4d, 0x0b, 0xef, 0xed, 0x2f, 0x4d, 0x0b, 0xd2, 0xec, 0x37, 0xe6, 0x75, 0xd1, 0x00, + 0x4e, 0x7b, 0xbe, 0x66, 0x91, 0x8e, 0x29, 0xbc, 0x45, 0x9e, 0xaf, 0xf5, 0xfa, 0x05, 0x72, 0x12, + 0xf3, 0xd8, 0xe6, 0x34, 0x2a, 0x9c, 0x85, 0x1f, 0x7d, 0x5e, 0x81, 0x05, 0x56, 0x5e, 0x1b, 0xf8, + 0x0e, 0xcf, 0xde, 0x1e, 0x11, 0x3f, 0xfa, 0xf9, 0x2c, 0xb3, 0xee, 0x3b, 0x39, 0xf8, 0x70, 0x2e, + 0x25, 0xf4, 0x2e, 0x9c, 0xb5, 0x34, 0xcf, 0xaf, 0xe9, 0xbe, 0xb9, 0x63, 0xfa, 0x7b, 0x51, 0x17, + 0x8e, 0xfe, 0x72, 0x0c, 0x8b, 0x01, 0xb9, 0x91, 0x85, 0x0c, 0x67, 0xd3, 0x50, 0xff, 0x54, 0x01, + 0x94, 0x66, 0x21, 0x64, 0x41, 0xc5, 0x20, 0x9b, 0xda, 0xc0, 0xf2, 0x03, 0x15, 0xa0, 0xd0, 0x2d, + 0xf3, 0x08, 0x65, 0x24, 0x99, 0x9b, 0x02, 0x2f, 0x0e, 0x29, 0x20, 0x07, 0xa6, 0xee, 0x6c, 0x99, + 0x3e, 0xb1, 0x4c, 0xcf, 0x17, 0xd2, 0x79, 0x54, 0x72, 0xa1, 0xce, 0xf3, 0x5a, 0x80, 0x18, 0x47, + 0x34, 0xd4, 0x2f, 0x8d, 0x41, 0xe5, 0x08, 0x0f, 0xf4, 0x0d, 0x00, 0x89, 0xf4, 0x12, 0x54, 0x51, + 0x22, 0xa3, 0xb8, 0xc8, 0x98, 0x3a, 0xd3, 0x48, 0x21, 0xc3, 0x19, 0x04, 0xd0, 0xbb, 0x70, 0xc6, + 0xb4, 0x37, 0x5d, 0xcd, 0xf3, 0xdd, 0x81, 0xee, 0x0f, 0x5c, 0x32, 0x4a, 0x2e, 0x64, 0xe6, 0x5a, + 0x68, 0x65, 0xa0, 0xc3, 0x99, 0x44, 0x10, 0x81, 0xc9, 0x3b, 0x8e, 0xbb, 0x4d, 0x85, 0xe7, 0x78, + 0xf1, 0x77, 0x36, 0x5e, 0x63, 0x28, 0x22, 0xa9, 0xc9, 0x7f, 0x7b, 0x38, 0xc0, 0xad, 0xfe, 0xa1, + 0x02, 0x65, 0x7e, 0x7f, 0xee, 0x7d, 0x61, 0x57, 0xb1, 0xae, 0xe6, 0xe6, 0xf8, 0xa4, 0xe6, 0x0e, + 0xab, 0xf1, 0x3e, 0x31, 0x77, 0x58, 0x5f, 0x73, 0x74, 0x99, 0x3f, 0x1c, 0x13, 0xdf, 0xc2, 0x94, + 0x85, 0x16, 0x9c, 0x16, 0x4a, 0xef, 0x0d, 0x73, 0x93, 0x50, 0xee, 0x6a, 0x6a, 0x7b, 0x9e, 0xb8, + 0xb8, 0xce, 0xa4, 0x6e, 0x23, 0x0d, 0xc6, 0x59, 0x6d, 0xd0, 0x3f, 0x51, 0xe8, 0xb6, 0xec, 0xbb, + 0xa6, 0x3e, 0x52, 0xe2, 0xcc, 0xb0, 0x6f, 0xcb, 0xab, 0x1c, 0x19, 0xf7, 0x16, 0xac, 0x47, 0xfb, + 0x33, 0x2b, 0xbd, 0xb7, 0xbf, 0xb4, 0x94, 0xe1, 0x8a, 0x0c, 0x5c, 0xe7, 0x74, 0x60, 0x3f, 0xf7, + 0xfd, 0x43, 0xab, 0x30, 0x37, 0x7e, 0xd0, 0x63, 0x74, 0x0d, 0xca, 0x9e, 0xee, 0xf4, 0xc9, 0x51, + 0x52, 0x01, 0x87, 0x03, 0xdc, 0xa1, 0x2d, 0x31, 0x47, 0xb0, 0xf8, 0x36, 0x4c, 0xcb, 0x3d, 0xcf, + 0xf0, 0x46, 0x34, 0x65, 0x6f, 0xc4, 0x91, 0x0f, 0xeb, 0x64, 0xef, 0xc5, 0xef, 0x96, 0x40, 0x3c, + 0x8e, 0x35, 0xc4, 0x61, 0x85, 0x19, 0xa4, 0xd1, 0x1b, 0xe1, 0x41, 0xb0, 0xe4, 0x7b, 0xc0, 0xd1, + 0x18, 0xc8, 0x99, 0xf4, 0x90, 0x0d, 0x13, 0x96, 0xb6, 0x41, 0xac, 0xe0, 0xa9, 0xa4, 0x2b, 0xc5, + 0xdf, 0xf2, 0xe1, 0xc9, 0x6b, 0xbd, 0x84, 0x4b, 0x9b, 0x17, 0x62, 0x41, 0x65, 0xf1, 0x79, 0xa8, + 0x4a, 0xd5, 0x8e, 0xe4, 0x00, 0xfa, 0x8a, 0x02, 0xe7, 0x02, 0x96, 0x88, 0xa7, 0xdf, 0x40, 0x97, + 0xa0, 0xa2, 0xf5, 0x4d, 0xe6, 0x13, 0x95, 0xbd, 0xca, 0xb5, 0x76, 0x8b, 0x95, 0xe1, 0x10, 0x8a, + 0x3e, 0x0c, 0x95, 0x60, 0x9e, 0x84, 0x82, 0x14, 0x2e, 0xf1, 0xf0, 0x30, 0x27, 0xac, 0x81, 0x1e, + 0x97, 0x12, 0x03, 0x96, 0xa3, 0x1d, 0x2d, 0x24, 0xcc, 0xcf, 0x7d, 0xd5, 0x2f, 0x8f, 0xc1, 0x0c, + 0x77, 0x24, 0xd4, 0x4d, 0xdb, 0x30, 0xed, 0xee, 0x03, 0x10, 0xa5, 0xb1, 0x27, 0x59, 0x4b, 0xc7, + 0xf5, 0x24, 0xeb, 0x75, 0x98, 0x78, 0x87, 0x2e, 0xeb, 0x80, 0x1d, 0x86, 0x5a, 0x5d, 0xe1, 0x5c, + 0x33, 0x89, 0xe0, 0x61, 0x81, 0x02, 0x79, 0xd2, 0xc3, 0xb8, 0x23, 0xdc, 0xa4, 0x8e, 0x8d, 0x6c, + 0x98, 0xde, 0x73, 0x3a, 0xfb, 0x55, 0x5c, 0xf5, 0xdf, 0x2b, 0x30, 0x1f, 0x6b, 0xf1, 0x00, 0x76, + 0x82, 0xcd, 0xf8, 0x4e, 0x50, 0x1b, 0xf9, 0x2b, 0x73, 0x76, 0x84, 0xe7, 0xe1, 0x6c, 0xe6, 0x60, + 0xdc, 0x5f, 0x81, 0x52, 0xbf, 0x59, 0x82, 0xf1, 0x0e, 0x21, 0xc6, 0x03, 0xe0, 0xcc, 0xb7, 0x62, + 0x9b, 0xfc, 0x27, 0x0a, 0x3f, 0xd8, 0x95, 0xe7, 0x1e, 0xd9, 0x4c, 0xb8, 0x47, 0x3e, 0x59, 0x98, + 0xc2, 0xe1, 0xbe, 0x91, 0x5f, 0x2a, 0x01, 0xd0, 0x6a, 0xfc, 0x11, 0x4f, 0x11, 0x23, 0x19, 0x3d, + 0xf3, 0x3c, 0xf5, 0x5e, 0x79, 0x9c, 0x59, 0x0d, 0x1f, 0x63, 0x1c, 0x8b, 0x9c, 0xef, 0xf1, 0x87, + 0x18, 0xe3, 0xd2, 0x62, 0xfc, 0x98, 0xa4, 0x85, 0xfa, 0xf7, 0x15, 0x60, 0x29, 0xfb, 0x9b, 0x6b, + 0x1d, 0xf4, 0x1c, 0xcc, 0x98, 0xfc, 0x68, 0xb3, 0x29, 0x27, 0xa7, 0x63, 0x07, 0x30, 0x2d, 0x19, + 0x80, 0xe3, 0xf5, 0x50, 0x4f, 0x1a, 0xd7, 0x11, 0x9e, 0xd2, 0x15, 0xfd, 0xb8, 0xaf, 0x7c, 0xf8, + 0x7e, 0x09, 0x4e, 0x25, 0xea, 0x0e, 0x61, 0x7f, 0x9c, 0x8c, 0xb4, 0x95, 0x32, 0x02, 0x8f, 0x9d, + 0x7c, 0x46, 0xe0, 0x30, 0x39, 0xef, 0xf8, 0xc9, 0x26, 0xe7, 0xfd, 0x7d, 0x05, 0xd8, 0xdb, 0xac, + 0x0f, 0x40, 0xf0, 0xfe, 0xff, 0x71, 0xc1, 0xfb, 0xf1, 0xa2, 0x8c, 0x93, 0x23, 0x6f, 0x7f, 0xbd, + 0x04, 0x2c, 0xfd, 0xbe, 0x88, 0xe4, 0x90, 0x82, 0x23, 0x94, 0x9c, 0xe0, 0x88, 0x8b, 0x22, 0xb6, + 0x22, 0xe1, 0x25, 0x94, 0xe2, 0x2b, 0x3e, 0x2c, 0x85, 0x4f, 0x8c, 0xc5, 0xc5, 0x48, 0x3a, 0x84, + 0x02, 0xdd, 0x85, 0x19, 0x6f, 0xcb, 0x71, 0xfc, 0xc0, 0x64, 0x17, 0x73, 0x57, 0x2b, 0x1c, 0xd2, + 0x1c, 0x7c, 0x0a, 0x5f, 0x98, 0x1d, 0x19, 0x37, 0x8e, 0x93, 0x42, 0xcb, 0x00, 0x1b, 0x96, 0xa3, + 0x6f, 0x37, 0x5a, 0x4d, 0x1c, 0x04, 0xbe, 0xb2, 0xf0, 0xab, 0x7a, 0x58, 0x8a, 0xa5, 0x1a, 0xea, + 0xbf, 0x50, 0xf8, 0x68, 0x1d, 0x61, 0x59, 0x3d, 0x40, 0x29, 0xf9, 0x44, 0x42, 0x4a, 0xe6, 0x3d, + 0x59, 0xfb, 0x3b, 0xe2, 0x2b, 0xc2, 0x47, 0x16, 0xfa, 0x30, 0x63, 0xc9, 0xaf, 0x32, 0x08, 0x36, + 0x2e, 0xf4, 0xa0, 0x43, 0x98, 0x58, 0x2f, 0x56, 0x8c, 0xe3, 0x04, 0xa8, 0x28, 0x0d, 0x3a, 0xcf, + 0x5f, 0x98, 0xe4, 0xb1, 0x2b, 0x6c, 0xc6, 0xda, 0x32, 0x00, 0xc7, 0xeb, 0xa9, 0x7f, 0xab, 0x04, + 0xe7, 0x79, 0xdf, 0x59, 0xf0, 0x79, 0x93, 0xf4, 0x89, 0x6d, 0x10, 0x5b, 0xdf, 0x63, 0xea, 0xb2, + 0xe1, 0x74, 0xd1, 0x5f, 0x52, 0xa0, 0x12, 0x1c, 0x3c, 0x89, 0x0f, 0x79, 0xa3, 0xf8, 0x8b, 0x9a, + 0x39, 0x54, 0xc2, 0x63, 0x2f, 0x9e, 0xe3, 0x4d, 0xfc, 0xc2, 0x21, 0x61, 0x74, 0x07, 0xca, 0x7d, + 0xd7, 0xd9, 0x08, 0xcc, 0xaa, 0xdb, 0xc7, 0xde, 0x83, 0x36, 0xc5, 0xce, 0x97, 0x27, 0xfb, 0x17, + 0x73, 0x7a, 0x2a, 0x86, 0xc7, 0x87, 0xea, 0x39, 0x7a, 0x32, 0x99, 0xca, 0x38, 0xf4, 0x9f, 0xa4, + 0xb2, 0x44, 0xdd, 0x04, 0xf5, 0xfe, 0x7d, 0x39, 0x0a, 0xc2, 0x57, 0xe1, 0x31, 0x09, 0xe1, 0xca, + 0xae, 0x4e, 0x3c, 0xaf, 0xa1, 0xf5, 0x35, 0x9d, 0x9a, 0x94, 0xec, 0x6e, 0x2f, 0x77, 0xf4, 0x1e, + 0x01, 0xe5, 0xff, 0x51, 0x60, 0x49, 0xc2, 0x19, 0x0b, 0x80, 0x0a, 0x44, 0xcd, 0xd7, 0x15, 0xa8, + 0x6a, 0xb6, 0xed, 0xf8, 0x9a, 0x7c, 0xee, 0x68, 0x8c, 0x38, 0x37, 0x59, 0xa4, 0x96, 0x6b, 0x11, + 0x99, 0x44, 0x84, 0x81, 0x04, 0xc1, 0x72, 0x6f, 0x16, 0x3f, 0x09, 0x73, 0xc9, 0x56, 0x47, 0x32, + 0x1e, 0x1b, 0x70, 0x4e, 0xea, 0x15, 0x3b, 0xcb, 0x68, 0x6c, 0x11, 0x7d, 0xdb, 0x3b, 0xca, 0x30, + 0xd6, 0xa9, 0xfe, 0x1d, 0x22, 0x11, 0x57, 0x2d, 0xa9, 0xb9, 0xf7, 0x24, 0x4c, 0xee, 0x98, 0x9e, + 0x19, 0x5c, 0xd9, 0x97, 0x70, 0xdc, 0xe6, 0xc5, 0x38, 0x80, 0xab, 0xaf, 0xc0, 0x69, 0x19, 0x07, + 0x93, 0xb8, 0x6b, 0x9d, 0xa3, 0xf4, 0x62, 0x15, 0x2e, 0x4a, 0x18, 0x32, 0xef, 0x1b, 0x1e, 0x05, + 0xdd, 0xd7, 0x2b, 0x81, 0xc0, 0x13, 0x37, 0x56, 0x7e, 0x4b, 0x81, 0x87, 0x49, 0x1e, 0xd7, 0x09, + 0xa1, 0xf1, 0xfa, 0x88, 0x6c, 0x91, 0xcb, 0xd5, 0x22, 0xbd, 0x55, 0x1e, 0x18, 0xe7, 0xf7, 0x0c, + 0xed, 0x01, 0x78, 0xe1, 0x94, 0x8c, 0x12, 0x79, 0x9c, 0x39, 0xc7, 0x22, 0x97, 0x73, 0xf8, 0x1b, + 0x4b, 0xc4, 0xd0, 0x3b, 0x50, 0xf1, 0xc4, 0x4c, 0x8e, 0x72, 0x1d, 0x3a, 0x83, 0x31, 0x44, 0x70, + 0xa5, 0xf8, 0x85, 0x43, 0x32, 0xe8, 0x97, 0x15, 0x38, 0x63, 0x65, 0x2c, 0x2e, 0xa1, 0x21, 0x74, + 0x4e, 0x60, 0xdd, 0x72, 0x0f, 0x76, 0x16, 0x04, 0x67, 0x76, 0x05, 0xfd, 0x6a, 0xee, 0xdd, 0xdb, + 0x72, 0xf1, 0x07, 0x6a, 0xee, 0xc7, 0xfb, 0x05, 0xae, 0xe1, 0xfe, 0x14, 0x54, 0x9d, 0x48, 0x22, + 0x88, 0xcb, 0xd2, 0x9f, 0x1a, 0xb1, 0x73, 0x92, 0x8c, 0xe1, 0xe7, 0x81, 0x52, 0x01, 0x96, 0xe9, + 0xa1, 0xaf, 0x2a, 0x80, 0x8c, 0xd4, 0xbe, 0x21, 0x8e, 0x24, 0x5f, 0x3d, 0xf6, 0xcd, 0x91, 0x9f, + 0x80, 0xa4, 0xcb, 0x71, 0x46, 0x27, 0xd4, 0xaf, 0x4c, 0x72, 0x65, 0x9e, 0xf9, 0xa0, 0x37, 0x60, + 0x62, 0x83, 0x19, 0xc3, 0x42, 0x0a, 0x14, 0xb6, 0xbc, 0xb9, 0x49, 0xcd, 0x2d, 0x55, 0xfe, 0x3f, + 0x16, 0x98, 0xd1, 0x9b, 0x30, 0x66, 0xd8, 0xc1, 0xa3, 0x67, 0x2f, 0x8e, 0x60, 0x09, 0x46, 0x71, + 0xeb, 0x74, 0xe1, 0x50, 0xa4, 0xc8, 0x86, 0x8a, 0x2d, 0xf4, 0x5f, 0xb1, 0x4c, 0x0b, 0x3f, 0x27, + 0x1e, 0xea, 0xd1, 0xa1, 0xf6, 0x1e, 0x94, 0xe0, 0x90, 0x06, 0xa5, 0x97, 0x70, 0x80, 0x15, 0xa6, + 0x17, 0xda, 0xb5, 0x87, 0x39, 0x1d, 0xda, 0xb2, 0x95, 0x5a, 0x1e, 0xde, 0x4a, 0x9d, 0xc9, 0xb5, + 0x50, 0x09, 0x4c, 0xf8, 0xfc, 0x09, 0xe1, 0x89, 0xe2, 0x61, 0x48, 0xb4, 0xff, 0xec, 0x89, 0xe1, + 0x48, 0xe9, 0x16, 0xef, 0x0f, 0x0b, 0xe4, 0x94, 0xb1, 0xf8, 0x4b, 0xe7, 0x82, 0xe9, 0x0b, 0x33, + 0x16, 0x7f, 0xb2, 0x85, 0x33, 0x16, 0xff, 0x1f, 0x0b, 0xcc, 0xe8, 0x6d, 0x6a, 0x78, 0xf1, 0x2d, + 0x4e, 0x24, 0xea, 0x7b, 0x65, 0xc4, 0xa5, 0xe5, 0x05, 0x91, 0xef, 0xfc, 0x17, 0x0e, 0xf1, 0xa3, + 0x0d, 0x98, 0x14, 0x4e, 0x0e, 0x91, 0x65, 0xe0, 0xc5, 0x11, 0xf2, 0xee, 0x07, 0xaf, 0x10, 0xf1, + 0x6b, 0xb8, 0x01, 0x62, 0xf5, 0xdf, 0x4e, 0x71, 0xf7, 0x94, 0x08, 0x21, 0xd8, 0x84, 0x4a, 0x80, + 0x6e, 0x94, 0x5b, 0x18, 0xc1, 0x2b, 0x22, 0xfc, 0xd3, 0x82, 0x5f, 0x38, 0xc4, 0x8d, 0x1a, 0x59, + 0x17, 0x5e, 0xa2, 0x9c, 0xab, 0xc3, 0x5d, 0x76, 0x89, 0x47, 0xb8, 0x8d, 0x3d, 0x88, 0x08, 0xb7, + 0xec, 0x10, 0x8b, 0xf1, 0x42, 0x21, 0x16, 0x2f, 0xc1, 0xa9, 0x20, 0x00, 0xcd, 0x20, 0xec, 0xa8, + 0x47, 0x84, 0x66, 0xb3, 0x5b, 0xa5, 0x8d, 0x38, 0x08, 0x27, 0xeb, 0xa2, 0xdf, 0x55, 0xa0, 0xa2, + 0x0b, 0x05, 0x46, 0xac, 0xab, 0x1b, 0xa3, 0xf9, 0x30, 0x97, 0x03, 0x7d, 0x88, 0xab, 0xd3, 0xb7, + 0x03, 0x19, 0x11, 0x14, 0x1f, 0xd3, 0x19, 0x5c, 0xd8, 0x6b, 0xf4, 0xaf, 0xa8, 0xb1, 0x60, 0xb1, + 0xb7, 0x4d, 0xd8, 0x25, 0x3d, 0x1e, 0x33, 0x7e, 0x73, 0xc4, 0xaf, 0xa8, 0x45, 0x18, 0xf9, 0x87, + 0xbc, 0x11, 0xda, 0x05, 0x11, 0xe4, 0x98, 0xbe, 0x45, 0xee, 0x3e, 0xfa, 0x3b, 0x0a, 0x3c, 0xc6, + 0x03, 0xf5, 0x1b, 0x54, 0x41, 0x60, 0x6f, 0x03, 0x91, 0xe8, 0x31, 0xa2, 0x28, 0x20, 0xa4, 0x72, + 0xe4, 0x80, 0x90, 0x4b, 0x07, 0xfb, 0x4b, 0x8f, 0x35, 0x86, 0xc0, 0x8d, 0x87, 0xea, 0xc1, 0xe2, + 0x36, 0xcc, 0xc4, 0x26, 0xfb, 0x24, 0x4f, 0x2d, 0x17, 0x6d, 0x98, 0x4b, 0xce, 0xc9, 0x89, 0x9e, + 0x92, 0x5e, 0x87, 0xa9, 0x70, 0xb3, 0x40, 0xe7, 0x25, 0x42, 0xd1, 0x66, 0x7e, 0x9d, 0xec, 0x71, + 0xaa, 0x4b, 0x31, 0x5b, 0x8f, 0x1b, 0xfb, 0xb7, 0x69, 0x81, 0x40, 0xa8, 0x7e, 0x47, 0x78, 0x72, + 0x6e, 0x91, 0x5e, 0xdf, 0xd2, 0x7c, 0xf2, 0xfe, 0x3f, 0xfa, 0x50, 0xff, 0x9b, 0xc2, 0x65, 0xbe, + 0x78, 0xf7, 0x4c, 0x83, 0x6a, 0x8f, 0xe7, 0x28, 0x64, 0x37, 0x4a, 0x95, 0xe2, 0x77, 0x59, 0x57, + 0x23, 0x34, 0x58, 0xc6, 0x89, 0xee, 0xa4, 0x5f, 0xe6, 0xbb, 0x32, 0xda, 0xe6, 0x3c, 0xf4, 0x03, + 0x7d, 0x28, 0xdd, 0x46, 0x7e, 0xd4, 0x4c, 0x39, 0xfc, 0x51, 0xb3, 0xfb, 0x3f, 0x75, 0xa5, 0x7e, + 0x6b, 0x0c, 0x32, 0x9f, 0x95, 0x40, 0x2a, 0x4c, 0xf0, 0x1b, 0x32, 0xf2, 0x93, 0x85, 0xfc, 0xfa, + 0x0c, 0x16, 0x10, 0xe4, 0xc2, 0x19, 0x71, 0xff, 0xe4, 0x3a, 0xd9, 0x8b, 0x1e, 0xcb, 0x13, 0x53, + 0x3f, 0x7c, 0x24, 0x3a, 0xcb, 0x5d, 0xd6, 0x49, 0x60, 0xc2, 0x99, 0xb8, 0xd1, 0x4d, 0x7e, 0x1d, + 0xcc, 0x36, 0x58, 0x92, 0x9f, 0x48, 0x3a, 0x88, 0xdb, 0xad, 0x0f, 0x07, 0xd7, 0xc1, 0x52, 0x15, + 0x70, 0x76, 0x3b, 0xb4, 0x03, 0xa8, 0xa7, 0xed, 0x26, 0xb1, 0x8d, 0x90, 0xd1, 0x7e, 0x35, 0x85, + 0x0d, 0x67, 0x50, 0xa0, 0x1b, 0xa8, 0xa6, 0xeb, 0xa4, 0xef, 0x13, 0x83, 0x0f, 0x6b, 0xe0, 0x5f, + 0x66, 0x1b, 0x68, 0x2d, 0x0e, 0xc2, 0xc9, 0xba, 0xec, 0x2a, 0x08, 0x33, 0x89, 0xdf, 0x1f, 0x21, + 0x4b, 0xac, 0xab, 0x27, 0x7b, 0x15, 0x84, 0x93, 0x38, 0xfc, 0x3c, 0xf3, 0x0d, 0x38, 0xc7, 0xaa, + 0xd5, 0x0c, 0x66, 0x05, 0x7b, 0xc4, 0xa8, 0x19, 0x06, 0xbb, 0x97, 0x39, 0xea, 0x5b, 0x83, 0xea, + 0x3f, 0x2f, 0xc1, 0x29, 0x86, 0xbb, 0x51, 0xc3, 0xc2, 0x47, 0x47, 0x77, 0x05, 0x1e, 0x87, 0xca, + 0xb1, 0x2e, 0x27, 0xe3, 0x50, 0xcf, 0xf3, 0x06, 0x2e, 0x61, 0x6a, 0x91, 0x66, 0x79, 0x41, 0xcb, + 0x58, 0x60, 0xaa, 0x0b, 0xc8, 0xd2, 0x3c, 0x9f, 0xbf, 0xdc, 0x15, 0xec, 0x84, 0x05, 0xe2, 0x52, + 0x19, 0x77, 0xde, 0x48, 0x61, 0xc2, 0x19, 0xd8, 0x03, 0x9a, 0x0d, 0xa7, 0xd7, 0xb7, 0x48, 0x48, + 0xb3, 0x54, 0x9c, 0x66, 0x1c, 0x13, 0xce, 0xc0, 0xae, 0xfe, 0x8c, 0x02, 0x73, 0xc9, 0x01, 0x41, + 0x3b, 0x50, 0x71, 0xc5, 0xa0, 0x08, 0xee, 0xbe, 0x51, 0x98, 0x39, 0x32, 0x06, 0x5a, 0x3c, 0x23, + 0x23, 0x7e, 0xe1, 0x90, 0x96, 0xfa, 0xdb, 0xe3, 0xb0, 0x90, 0xd7, 0x08, 0x7d, 0x45, 0x81, 0x73, + 0x7a, 0xa4, 0xa3, 0xd4, 0x06, 0xfe, 0x96, 0xe3, 0x9a, 0xbe, 0x49, 0x82, 0x67, 0x4d, 0x1b, 0xc5, + 0xfb, 0x18, 0x72, 0x0f, 0x4f, 0xf6, 0xd2, 0xc8, 0x24, 0x83, 0x73, 0xc8, 0xa3, 0x77, 0x01, 0xb6, + 0xa3, 0xe4, 0x69, 0x7c, 0xbe, 0xae, 0x17, 0xee, 0x8c, 0x94, 0x60, 0x2d, 0xe8, 0x14, 0x73, 0x01, + 0x4a, 0xe5, 0x12, 0x39, 0x4a, 0xdc, 0xf3, 0xb6, 0xae, 0x93, 0xbd, 0xbe, 0x66, 0x06, 0x41, 0xf5, + 0xc5, 0x89, 0x77, 0x3a, 0xd7, 0x04, 0xaa, 0x38, 0x71, 0xa9, 0x5c, 0x22, 0x87, 0xbe, 0xa4, 0xc0, + 0x0c, 0xb7, 0x53, 0x44, 0xc4, 0x97, 0x90, 0xe1, 0x6b, 0x85, 0x3b, 0x70, 0x53, 0xc6, 0x16, 0xf6, + 0x81, 0x1d, 0x41, 0xc5, 0x41, 0x71, 0xba, 0xea, 0x67, 0x4b, 0xf0, 0x50, 0xce, 0xf0, 0xe5, 0xac, + 0x65, 0xe5, 0xff, 0xb9, 0xb5, 0xfc, 0x07, 0x0a, 0x4c, 0xb1, 0x31, 0x78, 0x9f, 0x04, 0xa1, 0xb2, + 0xbe, 0xe6, 0x1c, 0x81, 0xff, 0xbe, 0x02, 0xf3, 0xa9, 0x5c, 0x58, 0x43, 0x85, 0x30, 0x3e, 0xb0, + 0x93, 0xdd, 0xc7, 0x93, 0x2f, 0x96, 0x56, 0x33, 0x53, 0xe4, 0xbd, 0x06, 0x33, 0xb1, 0x13, 0xf0, + 0x30, 0x0f, 0x82, 0x92, 0x99, 0x07, 0x41, 0x4e, 0x73, 0x50, 0x3a, 0x34, 0xcd, 0xc1, 0xe7, 0x4b, + 0xb0, 0x98, 0xbf, 0x66, 0xfe, 0xdc, 0x70, 0x7d, 0xb8, 0xf2, 0xd3, 0xb2, 0xeb, 0xcf, 0xcd, 0x18, + 0x7c, 0x73, 0x56, 0xac, 0x7c, 0xe6, 0x2e, 0x7f, 0x0b, 0x26, 0x58, 0x5e, 0x8a, 0x60, 0x63, 0x7c, + 0xa1, 0x70, 0xbe, 0x0b, 0x8f, 0x9b, 0x20, 0xfc, 0x7f, 0x2c, 0xb0, 0xa2, 0x26, 0xcc, 0xe9, 0x96, + 0x33, 0x30, 0xda, 0xae, 0xb3, 0x69, 0x5a, 0x64, 0x2d, 0xb2, 0x76, 0xc2, 0xc4, 0x5a, 0x8d, 0x04, + 0x1c, 0xa7, 0x5a, 0x20, 0xcc, 0x1d, 0xee, 0x7c, 0xc7, 0x7a, 0xae, 0x60, 0x50, 0x10, 0xcf, 0x8e, + 0x1c, 0x3a, 0xda, 0xdf, 0x01, 0x20, 0xc1, 0x1a, 0x0e, 0x6e, 0x2f, 0xbc, 0x54, 0x2c, 0x65, 0x58, + 0x28, 0x09, 0x02, 0x2d, 0x3d, 0x2c, 0xf2, 0xb0, 0x44, 0x04, 0xb9, 0x50, 0xdd, 0x8a, 0xde, 0xf6, + 0x15, 0xde, 0xef, 0x97, 0x47, 0x7c, 0x57, 0x98, 0x1b, 0xc7, 0x52, 0x01, 0x96, 0x89, 0x20, 0x97, + 0x2b, 0x1c, 0xdc, 0xb7, 0x39, 0xca, 0x5b, 0x90, 0x91, 0xd3, 0x34, 0xfa, 0xce, 0xa8, 0x0c, 0x4b, + 0x54, 0x28, 0x4d, 0x3b, 0x4c, 0x2c, 0x33, 0x8a, 0xbb, 0x3c, 0x4a, 0x4f, 0x13, 0xd1, 0x8c, 0xca, + 0xb0, 0x44, 0x85, 0x8e, 0x6d, 0x2f, 0x4a, 0x26, 0x24, 0x9c, 0x60, 0x2f, 0x8f, 0x98, 0xd4, 0x49, + 0x38, 0x1e, 0xa2, 0x02, 0x2c, 0x13, 0x41, 0x36, 0x40, 0x2f, 0xcc, 0x31, 0x24, 0xbc, 0xe8, 0x85, + 0xbe, 0x33, 0xca, 0x54, 0xc4, 0x55, 0xa8, 0xe8, 0x37, 0x96, 0x28, 0xa0, 0xb7, 0xa5, 0xb3, 0x1a, + 0x28, 0xee, 0xbe, 0x19, 0xea, 0x9c, 0xe6, 0x63, 0x91, 0x17, 0xa3, 0xca, 0xd6, 0xeb, 0x23, 0x92, + 0x07, 0xe3, 0xde, 0xfe, 0xd2, 0x34, 0x93, 0x21, 0x29, 0x8f, 0x46, 0x14, 0xc2, 0x34, 0x7d, 0x58, + 0x08, 0x13, 0xba, 0x0a, 0xf3, 0x9e, 0x1c, 0x26, 0xcc, 0x04, 0xc3, 0x0c, 0x6b, 0x12, 0xe6, 0xa4, + 0xea, 0x24, 0x2b, 0xe0, 0x74, 0x1b, 0xbe, 0x07, 0x12, 0x83, 0xb5, 0x9f, 0x95, 0xf7, 0x40, 0x5e, + 0x86, 0x43, 0x28, 0xda, 0x81, 0x69, 0x4f, 0x0a, 0x9a, 0x12, 0xef, 0xc6, 0x8c, 0x70, 0xc0, 0x22, + 0x02, 0xa6, 0x58, 0xae, 0x13, 0xb9, 0x04, 0xc7, 0xe8, 0xa0, 0x77, 0x61, 0x2a, 0xf0, 0x68, 0x79, + 0x0b, 0x73, 0xc5, 0xef, 0xb2, 0x64, 0xe7, 0x95, 0x8a, 0x5c, 0x54, 0x01, 0xc8, 0xc3, 0x11, 0x3d, + 0x34, 0x88, 0x5f, 0x21, 0x9d, 0x3f, 0x96, 0x6b, 0x73, 0x61, 0x28, 0x4c, 0xde, 0xf5, 0x51, 0xd4, + 0x80, 0x79, 0xb2, 0xdb, 0x77, 0xbc, 0x81, 0x4b, 0x58, 0x4a, 0x3b, 0x36, 0x3d, 0x28, 0x3a, 0x81, + 0x59, 0x49, 0x02, 0x71, 0xba, 0x3e, 0xfa, 0xa2, 0x02, 0x73, 0xfc, 0xd9, 0x1d, 0xba, 0x85, 0x39, + 0x36, 0xb1, 0x7d, 0x6f, 0xe1, 0x74, 0xf1, 0xdc, 0x8e, 0x9d, 0x04, 0x2e, 0xe1, 0xd7, 0x4a, 0x94, + 0xe2, 0x14, 0x4d, 0xf5, 0x1f, 0x55, 0xa1, 0x2a, 0x79, 0x2f, 0x7e, 0x14, 0xc9, 0x0f, 0x7c, 0xa8, + 0xea, 0x8e, 0xed, 0xf9, 0xae, 0x26, 0x25, 0x7c, 0x18, 0x91, 0x66, 0x38, 0x8d, 0x8d, 0x08, 0x33, + 0x96, 0xc9, 0x50, 0x81, 0x13, 0x1e, 0xd8, 0x8d, 0x1d, 0xc3, 0x81, 0x5d, 0x28, 0x70, 0x32, 0x0e, + 0xed, 0x9e, 0x05, 0x08, 0xf6, 0x2d, 0xc2, 0xdf, 0x3f, 0xa8, 0x44, 0x49, 0xb9, 0x5b, 0xde, 0xb5, + 0x10, 0x86, 0xa5, 0x7a, 0xe8, 0x2e, 0xcc, 0x58, 0x72, 0x42, 0x5e, 0xb1, 0xa9, 0x16, 0x0a, 0x3e, + 0x8d, 0x65, 0xf6, 0xe5, 0x76, 0x64, 0xac, 0x08, 0xc7, 0x49, 0x51, 0x36, 0xb0, 0x82, 0x24, 0xd2, + 0x23, 0x1d, 0x3e, 0x87, 0xa9, 0xa8, 0x23, 0x36, 0x08, 0x8b, 0x3c, 0x2c, 0x11, 0xc9, 0x39, 0x21, + 0x9c, 0x2c, 0x74, 0x42, 0x38, 0x80, 0xd3, 0x2e, 0xf1, 0xdd, 0xbd, 0xc6, 0x9e, 0xce, 0x12, 0xb3, + 0xbb, 0x3e, 0xd3, 0x3e, 0x2b, 0xc5, 0xee, 0x53, 0xe3, 0x34, 0x2a, 0x9c, 0x85, 0x3f, 0x26, 0xb0, + 0xa7, 0x0e, 0x15, 0xd8, 0x1f, 0x83, 0xaa, 0x4f, 0xf4, 0x2d, 0xdb, 0xd4, 0x35, 0xab, 0xd5, 0x14, + 0x39, 0x8f, 0x22, 0xd9, 0x13, 0x81, 0xb0, 0x5c, 0x0f, 0xd5, 0x61, 0x6c, 0x60, 0x1a, 0x62, 0xd7, + 0xfa, 0xb1, 0xd0, 0x0f, 0xd8, 0x6a, 0xde, 0xdb, 0x5f, 0xfa, 0x60, 0x74, 0xe4, 0x16, 0x7e, 0xd5, + 0xe5, 0xfe, 0x76, 0xf7, 0xb2, 0xbf, 0xd7, 0x27, 0xde, 0xf2, 0x7a, 0xab, 0x89, 0x69, 0xe3, 0xac, + 0xd3, 0xd3, 0xe9, 0x23, 0x9c, 0x9e, 0x7e, 0x55, 0x81, 0xd3, 0x5a, 0xd2, 0x85, 0x49, 0xbc, 0x85, + 0x99, 0xe2, 0xd2, 0x3f, 0xdb, 0x2d, 0x1a, 0x65, 0x5d, 0xac, 0xa5, 0xc9, 0xe1, 0xac, 0x3e, 0x50, + 0x9b, 0xa3, 0x67, 0x76, 0xc3, 0xbc, 0xd7, 0x62, 0xd6, 0x67, 0x8b, 0xd9, 0x1c, 0xab, 0x29, 0x4c, + 0x38, 0x03, 0x3b, 0xba, 0x03, 0x55, 0x3d, 0x72, 0xd3, 0x89, 0x9d, 0xb7, 0x79, 0x1c, 0x7e, 0x42, + 0x91, 0x77, 0x45, 0xf2, 0x01, 0xca, 0x94, 0xd4, 0x3f, 0x52, 0x84, 0x45, 0xfd, 0x00, 0x0f, 0xd8, + 0x4e, 0xda, 0x1b, 0xaf, 0xee, 0x40, 0x6a, 0xd3, 0x42, 0x1b, 0x30, 0x49, 0x31, 0x34, 0xd7, 0x3a, + 0xe2, 0xab, 0x5e, 0x2c, 0xb6, 0x37, 0x30, 0x14, 0xdc, 0x3b, 0x21, 0x7e, 0xe0, 0x00, 0xb1, 0x7a, + 0x03, 0x20, 0xda, 0xf0, 0x47, 0x3e, 0xfa, 0xfc, 0x61, 0x19, 0xce, 0x8e, 0x1a, 0x18, 0xca, 0x12, + 0x78, 0xb3, 0x67, 0x1c, 0x6b, 0x9b, 0x3e, 0x71, 0x6f, 0xde, 0x5c, 0x0d, 0x5f, 0xb9, 0x2b, 0x98, + 0x41, 0x3c, 0x7a, 0x05, 0x34, 0x85, 0x11, 0xe7, 0x50, 0x62, 0xca, 0x8e, 0x78, 0x2f, 0x0b, 0x6b, + 0x3e, 0xa9, 0x0f, 0x5c, 0xcf, 0x17, 0xd7, 0x31, 0xb9, 0xb2, 0x93, 0x04, 0xe2, 0x74, 0xfd, 0x24, + 0x12, 0xfe, 0xa4, 0x24, 0xdd, 0x05, 0x95, 0x34, 0x12, 0xfe, 0xae, 0x64, 0xba, 0xbe, 0x8c, 0x84, + 0xcf, 0x14, 0x35, 0x85, 0xca, 0x69, 0x24, 0x21, 0x10, 0xa7, 0xeb, 0x23, 0x03, 0x1e, 0x75, 0x89, + 0xee, 0xf4, 0x7a, 0xc4, 0x36, 0xf8, 0xd3, 0x0f, 0x9a, 0xdb, 0x35, 0xed, 0x2b, 0xae, 0xc6, 0x2a, + 0x32, 0x1b, 0x52, 0xa9, 0x5f, 0x3c, 0xd8, 0x5f, 0x7a, 0x14, 0x1f, 0x52, 0x0f, 0x1f, 0x8a, 0x05, + 0xf5, 0xe0, 0xd4, 0x80, 0xa5, 0xa7, 0x75, 0x5b, 0xb6, 0x4f, 0xdc, 0x1d, 0xcd, 0x2a, 0xf8, 0x50, + 0x2a, 0x93, 0xc8, 0xeb, 0x71, 0x54, 0x38, 0x89, 0x1b, 0xed, 0xd1, 0xcd, 0x4e, 0x74, 0x47, 0x22, + 0x59, 0x29, 0x9e, 0xe2, 0x1e, 0xa7, 0xd1, 0xe1, 0x2c, 0x1a, 0xea, 0x57, 0x15, 0x10, 0x71, 0x5e, + 0xe8, 0xd1, 0x98, 0x4f, 0xb2, 0x92, 0xf0, 0x47, 0x3e, 0x2a, 0xee, 0xa2, 0x94, 0x22, 0xa8, 0x74, + 0x0f, 0xe5, 0x09, 0xe9, 0x9e, 0xef, 0x54, 0x24, 0x82, 0x38, 0x66, 0x29, 0xc1, 0xf3, 0x53, 0x30, + 0x45, 0x6c, 0xdd, 0xdd, 0xeb, 0x47, 0x6a, 0xd4, 0x0c, 0x4f, 0xeb, 0x25, 0x0a, 0x71, 0x04, 0x57, + 0xff, 0x8d, 0x02, 0x02, 0x03, 0x4b, 0x2c, 0x3e, 0x54, 0x5a, 0xea, 0xfb, 0x1e, 0x5a, 0x4b, 0x89, + 0xb1, 0xc7, 0xf2, 0x12, 0x63, 0x9f, 0x54, 0x96, 0xe9, 0xdf, 0x52, 0xe0, 0x54, 0xfc, 0xe2, 0xb5, + 0x87, 0x1e, 0x87, 0x49, 0x91, 0x44, 0x44, 0xa4, 0x22, 0xe0, 0x77, 0xcf, 0x78, 0x11, 0x0e, 0x60, + 0x71, 0x3b, 0x6d, 0x84, 0x9c, 0x03, 0xd9, 0xf7, 0xbf, 0x0f, 0xb7, 0xd3, 0xd4, 0xef, 0xce, 0xc2, + 0x04, 0x4f, 0x7b, 0x41, 0x65, 0x5a, 0xc6, 0x25, 0x87, 0xeb, 0xc5, 0x13, 0x6b, 0x14, 0xb8, 0xcb, + 0x10, 0xcb, 0x81, 0x5a, 0x3a, 0x34, 0x07, 0x2a, 0xe6, 0x49, 0xef, 0x47, 0xf0, 0xcd, 0x35, 0x70, + 0x4b, 0x3c, 0xe5, 0x26, 0x12, 0xde, 0x23, 0x3f, 0xe6, 0xb4, 0x1a, 0x2f, 0xae, 0x2e, 0xf0, 0x01, + 0x90, 0x5c, 0x57, 0xb3, 0x87, 0xb8, 0xad, 0xa2, 0x3c, 0x03, 0xe5, 0xe2, 0x41, 0x24, 0x62, 0xc8, + 0x87, 0xc8, 0x33, 0x10, 0x2e, 0xa4, 0x89, 0xdc, 0x85, 0xb4, 0x09, 0x93, 0x62, 0x29, 0x08, 0xe1, + 0xf8, 0xe2, 0x08, 0x09, 0xed, 0xa5, 0xac, 0x54, 0xbc, 0x00, 0x07, 0xc8, 0xe9, 0x8e, 0xdb, 0xd3, + 0x76, 0xcd, 0xde, 0xa0, 0xc7, 0x24, 0x62, 0x59, 0xae, 0xca, 0x8a, 0x71, 0x00, 0x67, 0x55, 0x79, + 0xec, 0x0d, 0xd3, 0xde, 0xe5, 0xaa, 0xe2, 0x29, 0xd2, 0x00, 0x8e, 0xde, 0x84, 0x4a, 0x4f, 0xdb, + 0xed, 0x0c, 0xdc, 0x2e, 0x11, 0xee, 0xaa, 0x7c, 0x55, 0x6b, 0xe0, 0x9b, 0xd6, 0x32, 0xb5, 0x39, + 0x7d, 0x77, 0xb9, 0x65, 0xfb, 0x37, 0xdd, 0x8e, 0xef, 0x86, 0x89, 0xb6, 0x57, 0x05, 0x16, 0x1c, + 0xe2, 0x43, 0x16, 0xcc, 0xf6, 0xb4, 0xdd, 0x75, 0x5b, 0x0b, 0x5f, 0x4c, 0xac, 0x16, 0xa4, 0xc0, + 0x8e, 0x6f, 0x56, 0x63, 0xb8, 0x70, 0x02, 0x77, 0xc6, 0x49, 0xd1, 0xf4, 0x49, 0x9d, 0x14, 0xd5, + 0xc2, 0x68, 0x66, 0x6e, 0x2c, 0x3c, 0x9c, 0x15, 0xa5, 0x73, 0x78, 0xa4, 0xf2, 0x5b, 0x61, 0xa4, + 0xf2, 0x6c, 0x71, 0x9f, 0xfe, 0x21, 0x51, 0xca, 0x03, 0xa8, 0x52, 0x45, 0x97, 0x97, 0x52, 0x6d, + 0xbe, 0xb0, 0x4f, 0xa9, 0x19, 0xa2, 0x91, 0x1e, 0x1b, 0x8a, 0x50, 0x63, 0x99, 0x0e, 0xba, 0xc9, + 0x5f, 0xd4, 0xb3, 0x88, 0x1f, 0x55, 0x61, 0x56, 0xe4, 0x1c, 0x77, 0x1b, 0x06, 0x0f, 0xe0, 0xa5, + 0x2a, 0xe0, 0xec, 0x76, 0x54, 0x45, 0xe5, 0x97, 0x8d, 0xe7, 0xa3, 0x64, 0x78, 0xb1, 0xc4, 0x23, + 0x7f, 0x25, 0xcb, 0x01, 0x85, 0x8a, 0xdf, 0xbc, 0xe0, 0xb2, 0xa1, 0xa8, 0x1b, 0x0a, 0x7d, 0x4b, + 0x81, 0x85, 0x5e, 0xce, 0x5b, 0x3e, 0xc2, 0x2f, 0x76, 0x6b, 0x04, 0xf9, 0x90, 0xfb, 0x3e, 0x10, + 0x7f, 0x8b, 0xfe, 0x7e, 0xb5, 0x70, 0x6e, 0xdf, 0x46, 0xbd, 0x18, 0x37, 0x4a, 0x42, 0x96, 0x5f, + 0x51, 0x60, 0x2e, 0xb9, 0x09, 0xc8, 0x8f, 0x00, 0x2a, 0x27, 0xfb, 0x08, 0xa0, 0x74, 0xee, 0x5b, + 0x3a, 0xe4, 0xdc, 0xf7, 0x25, 0x38, 0x97, 0xcd, 0x1b, 0x54, 0x23, 0x63, 0x8f, 0x6e, 0x0a, 0x4b, + 0x28, 0xca, 0x29, 0x4f, 0x0b, 0x31, 0x87, 0xd5, 0x3f, 0xf2, 0xed, 0x1f, 0x5c, 0xf8, 0xc0, 0x77, + 0x7e, 0x70, 0xe1, 0x03, 0xdf, 0xfb, 0xc1, 0x85, 0x0f, 0xfc, 0xf4, 0xc1, 0x05, 0xe5, 0xdb, 0x07, + 0x17, 0x94, 0xef, 0x1c, 0x5c, 0x50, 0xbe, 0x77, 0x70, 0x41, 0xf9, 0x4f, 0x07, 0x17, 0x94, 0x9f, + 0xfb, 0xcf, 0x17, 0x3e, 0xf0, 0xe6, 0xa4, 0xe8, 0xf8, 0xff, 0x0d, 0x00, 0x00, 0xff, 0xff, 0x43, + 0x55, 0x78, 0x35, 0xba, 0xc4, 0x00, 0x00, } func (m *Addon) Marshal() (dAtA []byte, err error) { @@ -8456,6 +8553,16 @@ func (m *Kubernetes) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + if m.EnableStaticTokenKubeconfig != nil { + i-- + if *m.EnableStaticTokenKubeconfig { + dAtA[i] = 1 + } else { + dAtA[i] = 0 + } + i-- + dAtA[i] = 0x50 + } if m.VerticalPodAutoscaler != nil { { size, err := m.VerticalPodAutoscaler.MarshalToSizedBuffer(dAtA[:i]) @@ -12126,6 +12233,18 @@ func (m *ShootCARotation) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + if m.LastInitiationTime != nil { + { + size, err := m.LastInitiationTime.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x1a + } if m.LastCompletionTime != nil { { size, err := m.LastCompletionTime.MarshalToSizedBuffer(dAtA[:i]) @@ -12201,6 +12320,42 @@ func (m *ShootCredentialsRotation) MarshalToSizedBuffer(dAtA []byte) (int, error _ = i var l int _ = l + if m.Observability != nil { + { + size, err := m.Observability.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x22 + } + if m.SSHKeypair != nil { + { + size, err := m.SSHKeypair.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x1a + } + if m.Kubeconfig != nil { + { + size, err := m.Kubeconfig.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x12 + } if m.CertificateAuthorities != nil { { size, err := m.CertificateAuthorities.MarshalToSizedBuffer(dAtA[:i]) @@ -12216,6 +12371,53 @@ func (m *ShootCredentialsRotation) MarshalToSizedBuffer(dAtA []byte) (int, error return len(dAtA) - i, nil } +func (m *ShootKubeconfigRotation) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *ShootKubeconfigRotation) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *ShootKubeconfigRotation) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.LastCompletionTime != nil { + { + size, err := m.LastCompletionTime.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x12 + } + if m.LastInitiationTime != nil { + { + size, err := m.LastInitiationTime.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil +} + func (m *ShootList) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -12347,6 +12549,100 @@ func (m *ShootNetworks) MarshalToSizedBuffer(dAtA []byte) (int, error) { return len(dAtA) - i, nil } +func (m *ShootObservabilityRotation) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *ShootObservabilityRotation) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *ShootObservabilityRotation) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.LastCompletionTime != nil { + { + size, err := m.LastCompletionTime.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x12 + } + if m.LastInitiationTime != nil { + { + size, err := m.LastInitiationTime.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil +} + +func (m *ShootSSHKeypairRotation) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *ShootSSHKeypairRotation) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *ShootSSHKeypairRotation) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.LastCompletionTime != nil { + { + size, err := m.LastCompletionTime.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x12 + } + if m.LastInitiationTime != nil { + { + size, err := m.LastInitiationTime.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil +} + func (m *ShootSpec) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -14746,6 +15042,9 @@ func (m *Kubernetes) Size() (n int) { l = m.VerticalPodAutoscaler.Size() n += 1 + l + sovGenerated(uint64(l)) } + if m.EnableStaticTokenKubeconfig != nil { + n += 2 + } return n } @@ -16066,6 +16365,10 @@ func (m *ShootCARotation) Size() (n int) { l = m.LastCompletionTime.Size() n += 1 + l + sovGenerated(uint64(l)) } + if m.LastInitiationTime != nil { + l = m.LastInitiationTime.Size() + n += 1 + l + sovGenerated(uint64(l)) + } return n } @@ -16092,6 +16395,35 @@ func (m *ShootCredentialsRotation) Size() (n int) { l = m.CertificateAuthorities.Size() n += 1 + l + sovGenerated(uint64(l)) } + if m.Kubeconfig != nil { + l = m.Kubeconfig.Size() + n += 1 + l + sovGenerated(uint64(l)) + } + if m.SSHKeypair != nil { + l = m.SSHKeypair.Size() + n += 1 + l + sovGenerated(uint64(l)) + } + if m.Observability != nil { + l = m.Observability.Size() + n += 1 + l + sovGenerated(uint64(l)) + } + return n +} + +func (m *ShootKubeconfigRotation) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if m.LastInitiationTime != nil { + l = m.LastInitiationTime.Size() + n += 1 + l + sovGenerated(uint64(l)) + } + if m.LastCompletionTime != nil { + l = m.LastCompletionTime.Size() + n += 1 + l + sovGenerated(uint64(l)) + } return n } @@ -16148,6 +16480,40 @@ func (m *ShootNetworks) Size() (n int) { return n } +func (m *ShootObservabilityRotation) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if m.LastInitiationTime != nil { + l = m.LastInitiationTime.Size() + n += 1 + l + sovGenerated(uint64(l)) + } + if m.LastCompletionTime != nil { + l = m.LastCompletionTime.Size() + n += 1 + l + sovGenerated(uint64(l)) + } + return n +} + +func (m *ShootSSHKeypairRotation) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if m.LastInitiationTime != nil { + l = m.LastInitiationTime.Size() + n += 1 + l + sovGenerated(uint64(l)) + } + if m.LastCompletionTime != nil { + l = m.LastCompletionTime.Size() + n += 1 + l + sovGenerated(uint64(l)) + } + return n +} + func (m *ShootSpec) Size() (n int) { if m == nil { return 0 @@ -17425,6 +17791,7 @@ func (this *Kubernetes) String() string { `Kubelet:` + strings.Replace(this.Kubelet.String(), "KubeletConfig", "KubeletConfig", 1) + `,`, `Version:` + fmt.Sprintf("%v", this.Version) + `,`, `VerticalPodAutoscaler:` + strings.Replace(this.VerticalPodAutoscaler.String(), "VerticalPodAutoscaler", "VerticalPodAutoscaler", 1) + `,`, + `EnableStaticTokenKubeconfig:` + valueToStringGenerated(this.EnableStaticTokenKubeconfig) + `,`, `}`, }, "") return s @@ -18423,6 +18790,7 @@ func (this *ShootCARotation) String() string { s := strings.Join([]string{`&ShootCARotation{`, `Phase:` + fmt.Sprintf("%v", this.Phase) + `,`, `LastCompletionTime:` + strings.Replace(fmt.Sprintf("%v", this.LastCompletionTime), "Time", "v11.Time", 1) + `,`, + `LastInitiationTime:` + strings.Replace(fmt.Sprintf("%v", this.LastInitiationTime), "Time", "v11.Time", 1) + `,`, `}`, }, "") return s @@ -18443,6 +18811,20 @@ func (this *ShootCredentialsRotation) String() string { } s := strings.Join([]string{`&ShootCredentialsRotation{`, `CertificateAuthorities:` + strings.Replace(this.CertificateAuthorities.String(), "ShootCARotation", "ShootCARotation", 1) + `,`, + `Kubeconfig:` + strings.Replace(this.Kubeconfig.String(), "ShootKubeconfigRotation", "ShootKubeconfigRotation", 1) + `,`, + `SSHKeypair:` + strings.Replace(this.SSHKeypair.String(), "ShootSSHKeypairRotation", "ShootSSHKeypairRotation", 1) + `,`, + `Observability:` + strings.Replace(this.Observability.String(), "ShootObservabilityRotation", "ShootObservabilityRotation", 1) + `,`, + `}`, + }, "") + return s +} +func (this *ShootKubeconfigRotation) String() string { + if this == nil { + return "nil" + } + s := strings.Join([]string{`&ShootKubeconfigRotation{`, + `LastInitiationTime:` + strings.Replace(fmt.Sprintf("%v", this.LastInitiationTime), "Time", "v11.Time", 1) + `,`, + `LastCompletionTime:` + strings.Replace(fmt.Sprintf("%v", this.LastCompletionTime), "Time", "v11.Time", 1) + `,`, `}`, }, "") return s @@ -18486,6 +18868,28 @@ func (this *ShootNetworks) String() string { }, "") return s } +func (this *ShootObservabilityRotation) String() string { + if this == nil { + return "nil" + } + s := strings.Join([]string{`&ShootObservabilityRotation{`, + `LastInitiationTime:` + strings.Replace(fmt.Sprintf("%v", this.LastInitiationTime), "Time", "v11.Time", 1) + `,`, + `LastCompletionTime:` + strings.Replace(fmt.Sprintf("%v", this.LastCompletionTime), "Time", "v11.Time", 1) + `,`, + `}`, + }, "") + return s +} +func (this *ShootSSHKeypairRotation) String() string { + if this == nil { + return "nil" + } + s := strings.Join([]string{`&ShootSSHKeypairRotation{`, + `LastInitiationTime:` + strings.Replace(fmt.Sprintf("%v", this.LastInitiationTime), "Time", "v11.Time", 1) + `,`, + `LastCompletionTime:` + strings.Replace(fmt.Sprintf("%v", this.LastCompletionTime), "Time", "v11.Time", 1) + `,`, + `}`, + }, "") + return s +} func (this *ShootSpec) String() string { if this == nil { return "nil" @@ -29002,6 +29406,27 @@ func (m *Kubernetes) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex + case 10: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field EnableStaticTokenKubeconfig", wireType) + } + var v int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + v |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + b := bool(v != 0) + m.EnableStaticTokenKubeconfig = &b default: iNdEx = preIndex skippy, err := skipGenerated(dAtA[iNdEx:]) @@ -39071,7 +39496,478 @@ func (m *SeedVolume) Unmarshal(dAtA []byte) error { } return nil } -func (m *SeedVolumeProvider) Unmarshal(dAtA []byte) error { +func (m *SeedVolumeProvider) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: SeedVolumeProvider: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: SeedVolumeProvider: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Purpose", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Purpose = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Name", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Name = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipGenerated(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthGenerated + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *ServiceAccountConfig) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: ServiceAccountConfig: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: ServiceAccountConfig: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Issuer", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + s := string(dAtA[iNdEx:postIndex]) + m.Issuer = &s + iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field SigningKeySecret", 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.SigningKeySecret == nil { + m.SigningKeySecret = &v1.LocalObjectReference{} + } + if err := m.SigningKeySecret.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 3: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field ExtendTokenExpiration", wireType) + } + var v int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + v |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + b := bool(v != 0) + m.ExtendTokenExpiration = &b + case 4: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field MaxTokenExpiration", 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.MaxTokenExpiration == nil { + m.MaxTokenExpiration = &v11.Duration{} + } + if err := m.MaxTokenExpiration.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 5: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field AcceptedIssuers", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.AcceptedIssuers = append(m.AcceptedIssuers, string(dAtA[iNdEx:postIndex])) + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipGenerated(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthGenerated + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *Shoot) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: Shoot: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: Shoot: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field ObjectMeta", 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 err := m.ObjectMeta.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Spec", 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 err := m.Spec.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 3: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Status", 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 err := m.Status.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipGenerated(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthGenerated + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *ShootAdvertisedAddress) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 for iNdEx < l { @@ -39094,15 +39990,15 @@ func (m *SeedVolumeProvider) Unmarshal(dAtA []byte) error { fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return fmt.Errorf("proto: SeedVolumeProvider: wiretype end group for non-group") + return fmt.Errorf("proto: ShootAdvertisedAddress: wiretype end group for non-group") } if fieldNum <= 0 { - return fmt.Errorf("proto: SeedVolumeProvider: illegal tag %d (wire type %d)", fieldNum, wire) + return fmt.Errorf("proto: ShootAdvertisedAddress: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Purpose", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field Name", wireType) } var stringLen uint64 for shift := uint(0); ; shift += 7 { @@ -39130,11 +40026,11 @@ func (m *SeedVolumeProvider) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - m.Purpose = string(dAtA[iNdEx:postIndex]) + m.Name = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex case 2: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Name", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field URL", wireType) } var stringLen uint64 for shift := uint(0); ; shift += 7 { @@ -39162,7 +40058,7 @@ func (m *SeedVolumeProvider) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - m.Name = string(dAtA[iNdEx:postIndex]) + m.URL = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex default: iNdEx = preIndex @@ -39185,7 +40081,7 @@ func (m *SeedVolumeProvider) Unmarshal(dAtA []byte) error { } return nil } -func (m *ServiceAccountConfig) Unmarshal(dAtA []byte) error { +func (m *ShootCARotation) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 for iNdEx < l { @@ -39208,15 +40104,15 @@ func (m *ServiceAccountConfig) Unmarshal(dAtA []byte) error { fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return fmt.Errorf("proto: ServiceAccountConfig: wiretype end group for non-group") + return fmt.Errorf("proto: ShootCARotation: wiretype end group for non-group") } if fieldNum <= 0 { - return fmt.Errorf("proto: ServiceAccountConfig: illegal tag %d (wire type %d)", fieldNum, wire) + return fmt.Errorf("proto: ShootCARotation: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Issuer", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field Phase", wireType) } var stringLen uint64 for shift := uint(0); ; shift += 7 { @@ -39244,12 +40140,11 @@ func (m *ServiceAccountConfig) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - s := string(dAtA[iNdEx:postIndex]) - m.Issuer = &s + m.Phase = ShootCredentialsRotationPhase(dAtA[iNdEx:postIndex]) iNdEx = postIndex case 2: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field SigningKeySecret", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field LastCompletionTime", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -39276,37 +40171,16 @@ func (m *ServiceAccountConfig) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - if m.SigningKeySecret == nil { - m.SigningKeySecret = &v1.LocalObjectReference{} + if m.LastCompletionTime == nil { + m.LastCompletionTime = &v11.Time{} } - if err := m.SigningKeySecret.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + if err := m.LastCompletionTime.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex case 3: - if wireType != 0 { - return fmt.Errorf("proto: wrong wireType = %d for field ExtendTokenExpiration", wireType) - } - var v int - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowGenerated - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - v |= int(b&0x7F) << shift - if b < 0x80 { - break - } - } - b := bool(v != 0) - m.ExtendTokenExpiration = &b - case 4: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field MaxTokenExpiration", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field LastInitiationTime", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -39333,18 +40207,68 @@ func (m *ServiceAccountConfig) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - if m.MaxTokenExpiration == nil { - m.MaxTokenExpiration = &v11.Duration{} + if m.LastInitiationTime == nil { + m.LastInitiationTime = &v11.Time{} } - if err := m.MaxTokenExpiration.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + if err := m.LastInitiationTime.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex - case 5: + default: + iNdEx = preIndex + skippy, err := skipGenerated(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthGenerated + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *ShootCredentials) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: ShootCredentials: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: ShootCredentials: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field AcceptedIssuers", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field Rotation", wireType) } - var stringLen uint64 + var msglen int for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowGenerated @@ -39354,23 +40278,27 @@ func (m *ServiceAccountConfig) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= uint64(b&0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } } - intStringLen := int(stringLen) - if intStringLen < 0 { + if msglen < 0 { return ErrInvalidLengthGenerated } - postIndex := iNdEx + intStringLen + postIndex := iNdEx + msglen if postIndex < 0 { return ErrInvalidLengthGenerated } if postIndex > l { return io.ErrUnexpectedEOF } - m.AcceptedIssuers = append(m.AcceptedIssuers, string(dAtA[iNdEx:postIndex])) + if m.Rotation == nil { + m.Rotation = &ShootCredentialsRotation{} + } + if err := m.Rotation.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } iNdEx = postIndex default: iNdEx = preIndex @@ -39393,7 +40321,7 @@ func (m *ServiceAccountConfig) Unmarshal(dAtA []byte) error { } return nil } -func (m *Shoot) Unmarshal(dAtA []byte) error { +func (m *ShootCredentialsRotation) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 for iNdEx < l { @@ -39416,15 +40344,15 @@ func (m *Shoot) Unmarshal(dAtA []byte) error { fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return fmt.Errorf("proto: Shoot: wiretype end group for non-group") + return fmt.Errorf("proto: ShootCredentialsRotation: wiretype end group for non-group") } if fieldNum <= 0 { - return fmt.Errorf("proto: Shoot: illegal tag %d (wire type %d)", fieldNum, wire) + return fmt.Errorf("proto: ShootCredentialsRotation: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field ObjectMeta", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field CertificateAuthorities", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -39451,13 +40379,16 @@ func (m *Shoot) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - if err := m.ObjectMeta.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + if m.CertificateAuthorities == nil { + m.CertificateAuthorities = &ShootCARotation{} + } + if err := m.CertificateAuthorities.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex case 2: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Spec", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field Kubeconfig", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -39484,13 +40415,16 @@ func (m *Shoot) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - if err := m.Spec.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + if m.Kubeconfig == nil { + m.Kubeconfig = &ShootKubeconfigRotation{} + } + if err := m.Kubeconfig.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex case 3: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Status", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field SSHKeypair", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -39517,65 +40451,18 @@ func (m *Shoot) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - if err := m.Status.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err + if m.SSHKeypair == nil { + m.SSHKeypair = &ShootSSHKeypairRotation{} } - iNdEx = postIndex - default: - iNdEx = preIndex - skippy, err := skipGenerated(dAtA[iNdEx:]) - if err != nil { + if err := m.SSHKeypair.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } - if (skippy < 0) || (iNdEx+skippy) < 0 { - return ErrInvalidLengthGenerated - } - if (iNdEx + skippy) > l { - return io.ErrUnexpectedEOF - } - iNdEx += skippy - } - } - - if iNdEx > l { - return io.ErrUnexpectedEOF - } - return nil -} -func (m *ShootAdvertisedAddress) Unmarshal(dAtA []byte) error { - l := len(dAtA) - iNdEx := 0 - for iNdEx < l { - preIndex := iNdEx - var wire uint64 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowGenerated - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - wire |= uint64(b&0x7F) << shift - if b < 0x80 { - break - } - } - fieldNum := int32(wire >> 3) - wireType := int(wire & 0x7) - if wireType == 4 { - return fmt.Errorf("proto: ShootAdvertisedAddress: wiretype end group for non-group") - } - if fieldNum <= 0 { - return fmt.Errorf("proto: ShootAdvertisedAddress: illegal tag %d (wire type %d)", fieldNum, wire) - } - switch fieldNum { - case 1: + iNdEx = postIndex + case 4: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Name", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field Observability", wireType) } - var stringLen uint64 + var msglen int for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowGenerated @@ -39585,55 +40472,27 @@ func (m *ShootAdvertisedAddress) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= uint64(b&0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } } - intStringLen := int(stringLen) - if intStringLen < 0 { + if msglen < 0 { return ErrInvalidLengthGenerated } - postIndex := iNdEx + intStringLen + postIndex := iNdEx + msglen if postIndex < 0 { return ErrInvalidLengthGenerated } if postIndex > l { return io.ErrUnexpectedEOF } - m.Name = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 2: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field URL", wireType) - } - var stringLen uint64 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowGenerated - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - stringLen |= uint64(b&0x7F) << shift - if b < 0x80 { - break - } - } - intStringLen := int(stringLen) - if intStringLen < 0 { - return ErrInvalidLengthGenerated - } - postIndex := iNdEx + intStringLen - if postIndex < 0 { - return ErrInvalidLengthGenerated + if m.Observability == nil { + m.Observability = &ShootObservabilityRotation{} } - if postIndex > l { - return io.ErrUnexpectedEOF + if err := m.Observability.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err } - m.URL = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex default: iNdEx = preIndex @@ -39656,7 +40515,7 @@ func (m *ShootAdvertisedAddress) Unmarshal(dAtA []byte) error { } return nil } -func (m *ShootCARotation) Unmarshal(dAtA []byte) error { +func (m *ShootKubeconfigRotation) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 for iNdEx < l { @@ -39679,17 +40538,17 @@ func (m *ShootCARotation) Unmarshal(dAtA []byte) error { fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return fmt.Errorf("proto: ShootCARotation: wiretype end group for non-group") + return fmt.Errorf("proto: ShootKubeconfigRotation: wiretype end group for non-group") } if fieldNum <= 0 { - return fmt.Errorf("proto: ShootCARotation: illegal tag %d (wire type %d)", fieldNum, wire) + return fmt.Errorf("proto: ShootKubeconfigRotation: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Phase", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field LastInitiationTime", wireType) } - var stringLen uint64 + var msglen int for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowGenerated @@ -39699,23 +40558,27 @@ func (m *ShootCARotation) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= uint64(b&0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } } - intStringLen := int(stringLen) - if intStringLen < 0 { + if msglen < 0 { return ErrInvalidLengthGenerated } - postIndex := iNdEx + intStringLen + postIndex := iNdEx + msglen if postIndex < 0 { return ErrInvalidLengthGenerated } if postIndex > l { return io.ErrUnexpectedEOF } - m.Phase = ShootCredentialsRotationPhase(dAtA[iNdEx:postIndex]) + if m.LastInitiationTime == nil { + m.LastInitiationTime = &v11.Time{} + } + if err := m.LastInitiationTime.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } iNdEx = postIndex case 2: if wireType != 2 { @@ -39774,7 +40637,7 @@ func (m *ShootCARotation) Unmarshal(dAtA []byte) error { } return nil } -func (m *ShootCredentials) Unmarshal(dAtA []byte) error { +func (m *ShootList) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 for iNdEx < l { @@ -39797,15 +40660,15 @@ func (m *ShootCredentials) Unmarshal(dAtA []byte) error { fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return fmt.Errorf("proto: ShootCredentials: wiretype end group for non-group") + return fmt.Errorf("proto: ShootList: wiretype end group for non-group") } if fieldNum <= 0 { - return fmt.Errorf("proto: ShootCredentials: illegal tag %d (wire type %d)", fieldNum, wire) + return fmt.Errorf("proto: ShootList: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Rotation", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field ListMeta", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -39832,10 +40695,41 @@ func (m *ShootCredentials) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - if m.Rotation == nil { - m.Rotation = &ShootCredentialsRotation{} + if err := m.ListMeta.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err } - if err := m.Rotation.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Items", 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 + } + m.Items = append(m.Items, Shoot{}) + if err := m.Items[len(m.Items)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex @@ -39860,7 +40754,7 @@ func (m *ShootCredentials) Unmarshal(dAtA []byte) error { } return nil } -func (m *ShootCredentialsRotation) Unmarshal(dAtA []byte) error { +func (m *ShootMachineImage) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 for iNdEx < l { @@ -39883,15 +40777,47 @@ func (m *ShootCredentialsRotation) Unmarshal(dAtA []byte) error { fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return fmt.Errorf("proto: ShootCredentialsRotation: wiretype end group for non-group") + return fmt.Errorf("proto: ShootMachineImage: wiretype end group for non-group") } if fieldNum <= 0 { - return fmt.Errorf("proto: ShootCredentialsRotation: illegal tag %d (wire type %d)", fieldNum, wire) + return fmt.Errorf("proto: ShootMachineImage: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field CertificateAuthorities", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field Name", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Name = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field ProviderConfig", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -39918,13 +40844,46 @@ func (m *ShootCredentialsRotation) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - if m.CertificateAuthorities == nil { - m.CertificateAuthorities = &ShootCARotation{} + if m.ProviderConfig == nil { + m.ProviderConfig = &runtime.RawExtension{} } - if err := m.CertificateAuthorities.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + if err := m.ProviderConfig.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex + case 3: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Version", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + s := string(dAtA[iNdEx:postIndex]) + m.Version = &s + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipGenerated(dAtA[iNdEx:]) @@ -39946,7 +40905,7 @@ func (m *ShootCredentialsRotation) Unmarshal(dAtA []byte) error { } return nil } -func (m *ShootList) Unmarshal(dAtA []byte) error { +func (m *ShootNetworks) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 for iNdEx < l { @@ -39969,17 +40928,17 @@ func (m *ShootList) Unmarshal(dAtA []byte) error { fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return fmt.Errorf("proto: ShootList: wiretype end group for non-group") + return fmt.Errorf("proto: ShootNetworks: wiretype end group for non-group") } if fieldNum <= 0 { - return fmt.Errorf("proto: ShootList: illegal tag %d (wire type %d)", fieldNum, wire) + return fmt.Errorf("proto: ShootNetworks: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field ListMeta", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field Pods", wireType) } - var msglen int + var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowGenerated @@ -39989,30 +40948,30 @@ func (m *ShootList) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= int(b&0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } } - if msglen < 0 { + intStringLen := int(stringLen) + if intStringLen < 0 { return ErrInvalidLengthGenerated } - postIndex := iNdEx + msglen + postIndex := iNdEx + intStringLen if postIndex < 0 { return ErrInvalidLengthGenerated } if postIndex > l { return io.ErrUnexpectedEOF } - if err := m.ListMeta.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } + s := string(dAtA[iNdEx:postIndex]) + m.Pods = &s iNdEx = postIndex case 2: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Items", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field Services", wireType) } - var msglen int + var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowGenerated @@ -40022,25 +40981,24 @@ func (m *ShootList) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - msglen |= int(b&0x7F) << shift + stringLen |= uint64(b&0x7F) << shift if b < 0x80 { break } } - if msglen < 0 { + intStringLen := int(stringLen) + if intStringLen < 0 { return ErrInvalidLengthGenerated } - postIndex := iNdEx + msglen + postIndex := iNdEx + intStringLen if postIndex < 0 { return ErrInvalidLengthGenerated } if postIndex > l { return io.ErrUnexpectedEOF } - m.Items = append(m.Items, Shoot{}) - if err := m.Items[len(m.Items)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } + s := string(dAtA[iNdEx:postIndex]) + m.Services = &s iNdEx = postIndex default: iNdEx = preIndex @@ -40063,7 +41021,7 @@ func (m *ShootList) Unmarshal(dAtA []byte) error { } return nil } -func (m *ShootMachineImage) Unmarshal(dAtA []byte) error { +func (m *ShootObservabilityRotation) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 for iNdEx < l { @@ -40086,17 +41044,17 @@ func (m *ShootMachineImage) Unmarshal(dAtA []byte) error { fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return fmt.Errorf("proto: ShootMachineImage: wiretype end group for non-group") + return fmt.Errorf("proto: ShootObservabilityRotation: wiretype end group for non-group") } if fieldNum <= 0 { - return fmt.Errorf("proto: ShootMachineImage: illegal tag %d (wire type %d)", fieldNum, wire) + return fmt.Errorf("proto: ShootObservabilityRotation: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Name", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field LastInitiationTime", wireType) } - var stringLen uint64 + var msglen int for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowGenerated @@ -40106,27 +41064,31 @@ func (m *ShootMachineImage) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= uint64(b&0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } } - intStringLen := int(stringLen) - if intStringLen < 0 { + if msglen < 0 { return ErrInvalidLengthGenerated } - postIndex := iNdEx + intStringLen + postIndex := iNdEx + msglen if postIndex < 0 { return ErrInvalidLengthGenerated } if postIndex > l { return io.ErrUnexpectedEOF } - m.Name = string(dAtA[iNdEx:postIndex]) + if m.LastInitiationTime == nil { + m.LastInitiationTime = &v11.Time{} + } + if err := m.LastInitiationTime.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } iNdEx = postIndex case 2: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field ProviderConfig", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field LastCompletionTime", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -40153,46 +41115,13 @@ func (m *ShootMachineImage) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - if m.ProviderConfig == nil { - m.ProviderConfig = &runtime.RawExtension{} + if m.LastCompletionTime == nil { + m.LastCompletionTime = &v11.Time{} } - if err := m.ProviderConfig.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + if err := m.LastCompletionTime.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex - case 3: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Version", wireType) - } - var stringLen uint64 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowGenerated - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - stringLen |= uint64(b&0x7F) << shift - if b < 0x80 { - break - } - } - intStringLen := int(stringLen) - if intStringLen < 0 { - return ErrInvalidLengthGenerated - } - postIndex := iNdEx + intStringLen - if postIndex < 0 { - return ErrInvalidLengthGenerated - } - if postIndex > l { - return io.ErrUnexpectedEOF - } - s := string(dAtA[iNdEx:postIndex]) - m.Version = &s - iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipGenerated(dAtA[iNdEx:]) @@ -40214,7 +41143,7 @@ func (m *ShootMachineImage) Unmarshal(dAtA []byte) error { } return nil } -func (m *ShootNetworks) Unmarshal(dAtA []byte) error { +func (m *ShootSSHKeypairRotation) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 for iNdEx < l { @@ -40237,17 +41166,17 @@ func (m *ShootNetworks) Unmarshal(dAtA []byte) error { fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return fmt.Errorf("proto: ShootNetworks: wiretype end group for non-group") + return fmt.Errorf("proto: ShootSSHKeypairRotation: wiretype end group for non-group") } if fieldNum <= 0 { - return fmt.Errorf("proto: ShootNetworks: illegal tag %d (wire type %d)", fieldNum, wire) + return fmt.Errorf("proto: ShootSSHKeypairRotation: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Pods", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field LastInitiationTime", wireType) } - var stringLen uint64 + var msglen int for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowGenerated @@ -40257,30 +41186,33 @@ func (m *ShootNetworks) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= uint64(b&0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } } - intStringLen := int(stringLen) - if intStringLen < 0 { + if msglen < 0 { return ErrInvalidLengthGenerated } - postIndex := iNdEx + intStringLen + postIndex := iNdEx + msglen if postIndex < 0 { return ErrInvalidLengthGenerated } if postIndex > l { return io.ErrUnexpectedEOF } - s := string(dAtA[iNdEx:postIndex]) - m.Pods = &s + if m.LastInitiationTime == nil { + m.LastInitiationTime = &v11.Time{} + } + if err := m.LastInitiationTime.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } iNdEx = postIndex case 2: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Services", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field LastCompletionTime", wireType) } - var stringLen uint64 + var msglen int for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowGenerated @@ -40290,24 +41222,27 @@ func (m *ShootNetworks) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - stringLen |= uint64(b&0x7F) << shift + msglen |= int(b&0x7F) << shift if b < 0x80 { break } } - intStringLen := int(stringLen) - if intStringLen < 0 { + if msglen < 0 { return ErrInvalidLengthGenerated } - postIndex := iNdEx + intStringLen + postIndex := iNdEx + msglen if postIndex < 0 { return ErrInvalidLengthGenerated } if postIndex > l { return io.ErrUnexpectedEOF } - s := string(dAtA[iNdEx:postIndex]) - m.Services = &s + if m.LastCompletionTime == nil { + m.LastCompletionTime = &v11.Time{} + } + if err := m.LastCompletionTime.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } iNdEx = postIndex default: iNdEx = preIndex diff --git a/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/generated.proto b/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/generated.proto index 61541ed3..54f5564f 100644 --- a/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/generated.proto +++ b/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/generated.proto @@ -691,7 +691,7 @@ message Gardener { // Hibernation contains information whether the Shoot is suspended or not. message Hibernation { // Enabled specifies whether the Shoot needs to be hibernated or not. If it is true, the Shoot's desired state is to be hibernated. - // If it is false or nil, the Shoot's desired state is to be awaken. + // If it is false or nil, the Shoot's desired state is to be awakened. // +optional optional bool enabled = 1; @@ -1113,6 +1113,11 @@ message Kubernetes { // VerticalPodAutoscaler contains the configuration flags for the Kubernetes vertical pod autoscaler. // +optional optional VerticalPodAutoscaler verticalPodAutoscaler = 9; + + // EnableStaticTokenKubeconfig indicates whether static token kubeconfig secret should be present in garden cluster + // (default: true). + // +optional + optional bool enableStaticTokenKubeconfig = 10; } // KubernetesConfig contains common configuration fields for the control plane components. @@ -2099,6 +2104,8 @@ message ServiceAccountConfig { // MaxTokenExpiration is the maximum validity duration of a token created by the service account token issuer. If an // otherwise valid TokenRequest with a validity duration larger than this value is requested, a token will be issued // with a validity duration of this value. + // This field must be within [30d,90d] when the ShootMaxTokenExpirationValidation feature gate is enabled. + // This field will be overwritten to be within [30d,90d] when the ShootMaxTokenExpirationOverwrite feature gate is enabled. // +optional optional k8s.io.apimachinery.pkg.apis.meta.v1.Duration maxTokenExpiration = 4; @@ -2140,6 +2147,10 @@ message ShootCARotation { // Phase describes the phase of the certificate authority credential rotation. optional string phase = 1; + // LastInitiationTime is the most recent time when the certificate authority credential rotation was initiated. + // +optional + optional k8s.io.apimachinery.pkg.apis.meta.v1.Time lastInitiationTime = 3; + // LastCompletionTime is the most recent time when the certificate authority credential rotation was successfully // completed. // +optional @@ -2158,6 +2169,29 @@ message ShootCredentialsRotation { // CertificateAuthorities contains information about the certificate authority credential rotation. // +optional optional ShootCARotation certificateAuthorities = 1; + + // Kubeconfig contains information about the kubeconfig credential rotation. + // +optional + optional ShootKubeconfigRotation kubeconfig = 2; + + // SSHKeypair contains information about the ssh-keypair credential rotation. + // +optional + optional ShootSSHKeypairRotation sshKeypair = 3; + + // Observability contains information about the observability credential rotation. + // +optional + optional ShootObservabilityRotation observability = 4; +} + +// ShootKubeconfigRotation contains information about the kubeconfig credential rotation. +message ShootKubeconfigRotation { + // LastInitiationTime is the most recent time when the kubeconfig credential rotation was initiated. + // +optional + optional k8s.io.apimachinery.pkg.apis.meta.v1.Time lastInitiationTime = 1; + + // LastCompletionTime is the most recent time when the kubeconfig credential rotation was successfully completed. + // +optional + optional k8s.io.apimachinery.pkg.apis.meta.v1.Time lastCompletionTime = 2; } // ShootList is a list of Shoot objects. @@ -2197,6 +2231,28 @@ message ShootNetworks { optional string services = 2; } +// ShootObservabilityRotation contains information about the observability credential rotation. +message ShootObservabilityRotation { + // LastInitiationTime is the most recent time when the observability credential rotation was initiated. + // +optional + optional k8s.io.apimachinery.pkg.apis.meta.v1.Time lastInitiationTime = 1; + + // LastCompletionTime is the most recent time when the observability credential rotation was successfully completed. + // +optional + optional k8s.io.apimachinery.pkg.apis.meta.v1.Time lastCompletionTime = 2; +} + +// ShootSSHKeypairRotation contains information about the ssh-keypair credential rotation. +message ShootSSHKeypairRotation { + // LastInitiationTime is the most recent time when the ssh-keypair credential rotation was initiated. + // +optional + optional k8s.io.apimachinery.pkg.apis.meta.v1.Time lastInitiationTime = 1; + + // LastCompletionTime is the most recent time when the ssh-keypair credential rotation was successfully completed. + // +optional + optional k8s.io.apimachinery.pkg.apis.meta.v1.Time lastCompletionTime = 2; +} + // ShootSpec is the specification of a Shoot. message ShootSpec { // Addons contains information about enabled/disabled addons and their configuration. diff --git a/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/helper/errors.go b/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/helper/errors.go index 74bbc02e..b0d70853 100644 --- a/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/helper/errors.go +++ b/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/helper/errors.go @@ -27,18 +27,18 @@ import ( "k8s.io/apimachinery/pkg/util/sets" ) -// ErrorWithCodes contains error codes and an error message. +// ErrorWithCodes contains the error and Gardener error codes. type ErrorWithCodes struct { - message string - codes []gardencorev1beta1.ErrorCode + err error + codes []gardencorev1beta1.ErrorCode } // Retriable marks ErrorWithCodes as retriable. func (e *ErrorWithCodes) Retriable() {} // NewErrorWithCodes creates a new error that additionally exposes the given codes via the Coder interface. -func NewErrorWithCodes(message string, codes ...gardencorev1beta1.ErrorCode) error { - return &ErrorWithCodes{message, codes} +func NewErrorWithCodes(err error, codes ...gardencorev1beta1.ErrorCode) error { + return &ErrorWithCodes{err, codes} } // Codes returns all error codes. @@ -46,46 +46,52 @@ func (e *ErrorWithCodes) Codes() []gardencorev1beta1.ErrorCode { return e.codes } +// Unwrap rettieves the error from ErrorWithCodes. +func (e *ErrorWithCodes) Unwrap() error { + return e.err +} + // Error returns the error message. func (e *ErrorWithCodes) Error() string { - return e.message + return e.err.Error() } var ( unauthenticatedRegexp = regexp.MustCompile(`(?i)(InvalidAuthenticationTokenTenant|Authentication failed|AuthFailure|invalid character|invalid_client|query returned no results|InvalidAccessKeyId|cannot fetch token|InvalidSecretAccessKey|InvalidSubscriptionId)`) - unauthorizedRegexp = regexp.MustCompile(`(?i)(Unauthorized|InvalidClientTokenId|SignatureDoesNotMatch|AuthorizationFailed|invalid_grant|Authorization Profile was not found|no active subscriptions|UnauthorizedOperation|not authorized|AccessDenied|OperationNotAllowed|Error 403)`) + unauthorizedRegexp = regexp.MustCompile(`(?i)(Unauthorized|InvalidClientTokenId|SignatureDoesNotMatch|AuthorizationFailed|invalid_grant|Authorization Profile was not found|no active subscriptions|UnauthorizedOperation|not authorized|AccessDenied|OperationNotAllowed|Error 403|SERVICE_ACCOUNT_ACCESS_DENIED)`) quotaExceededRegexp = regexp.MustCompile(`(?i)((?:^|[^t]|(?:[^s]|^)t|(?:[^e]|^)st|(?:[^u]|^)est|(?:[^q]|^)uest|(?:[^e]|^)quest|(?:[^r]|^)equest)LimitExceeded|Quotas|Quota.*exceeded|exceeded quota|Quota has been met|QUOTA_EXCEEDED|Maximum number of ports exceeded|ZONE_RESOURCE_POOL_EXHAUSTED_WITH_DETAILS|VolumeSizeExceedsAvailableQuota)`) rateLimitsExceededRegexp = regexp.MustCompile(`(?i)(RequestLimitExceeded|Throttling|Too many requests)`) dependenciesRegexp = regexp.MustCompile(`(?i)(PendingVerification|Access Not Configured|accessNotConfigured|DependencyViolation|OptInRequired|DeleteConflict|Conflict|inactive billing state|ReadOnlyDisabledSubscription|is already being used|InUseSubnetCannotBeDeleted|VnetInUse|InUseRouteTableCannotBeDeleted|timeout while waiting for state to become|InvalidCidrBlock|already busy for|InsufficientFreeAddressesInSubnet|InternalServerError|internalerror|internal server error|A resource with the ID|VnetAddressSpaceCannotChangeDueToPeerings|InternalBillingError|There are not enough hosts available)`) retryableDependenciesRegexp = regexp.MustCompile(`(?i)(RetryableError)`) - resourcesDepletedRegexp = regexp.MustCompile(`(?i)(not available in the current hardware cluster|InsufficientInstanceCapacity|SkuNotAvailable|ZonalAllocationFailed|out of stock)`) + resourcesDepletedRegexp = regexp.MustCompile(`(?i)(not available in the current hardware cluster|InsufficientInstanceCapacity|SkuNotAvailable|ZonalAllocationFailed|out of stock|Zone.NotOnSale)`) configurationProblemRegexp = regexp.MustCompile(`(?i)(AzureBastionSubnet|not supported in your requested Availability Zone|InvalidParameter|InvalidParameterValue|notFound|NetcfgInvalidSubnet|InvalidSubnet|Invalid value|KubeletHasInsufficientMemory|KubeletHasDiskPressure|KubeletHasInsufficientPID|violates constraint|no attached internet gateway found|Your query returned no results|PrivateEndpointNetworkPoliciesCannotBeEnabledOnPrivateEndpointSubnet|invalid VPC attributes|PrivateLinkServiceNetworkPoliciesCannotBeEnabledOnPrivateLinkServiceSubnet|unrecognized feature gate|runtime-config invalid key|LoadBalancingRuleMustDisableSNATSinceSameFrontendIPConfigurationIsReferencedByOutboundRule|strict decoder error|not allowed to configure an unsupported|error during apply of object .* is invalid:|OverconstrainedZonalAllocationRequest|duplicate zones|overlapping zones)`) retryableConfigurationProblemRegexp = regexp.MustCompile(`(?i)(is misconfigured and requires zero voluntary evictions|SDK.CanNotResolveEndpoint|The requested configuration is currently not supported)`) ) -// DetermineError determines the Garden error code for the given error and creates a new error with the given message. -// TODO(timebertt): this is should be improved: clean up the usages to not pass the error twice (once as an error and -// once as a string) and properly wrap the given error instead of creating a new one from the given error message, -// so we can use errors.As up the call stack. -func DetermineError(err error, message string) error { +// DeprecatedDetermineError determines the Gardener error codes for the given error and returns an ErrorWithCodes with the error and codes. +// This function is deprecated and will be removed in a future version. +func DeprecatedDetermineError(err error) error { if err == nil { - return errors.New(message) + return nil } - errMsg := message - if errMsg == "" { - errMsg = err.Error() + // try to re-use codes from error + var coder Coder + if errors.As(err, &coder) { + return err } - codes := DetermineErrorCodes(err) - if codes == nil { - return errors.New(errMsg) + codes := DeprecatedDetermineErrorCodes(err) + if len(codes) == 0 { + return err } - return &ErrorWithCodes{errMsg, codes} + + return &ErrorWithCodes{err, codes} } -// DetermineErrorCodes determines error codes based on the given error. -func DetermineErrorCodes(err error) []gardencorev1beta1.ErrorCode { +// DeprecatedDetermineErrorCodes determines error codes based on the given error. +// This function is deprecated and will be removed in a future version. +func DeprecatedDetermineErrorCodes(err error) []gardencorev1beta1.ErrorCode { var ( coder Coder message = err.Error() @@ -225,7 +231,7 @@ func NewWrappedLastErrors(description string, err error) *WrappedLastErrors { lastErrors = append(lastErrors, *LastErrorWithTaskID( partError.Error(), utilerrors.GetID(partError), - DetermineErrorCodes(utilerrors.Unwrap(partError))...)) + DeprecatedDetermineErrorCodes(utilerrors.Unwrap(partError))...)) } return &WrappedLastErrors{ @@ -267,7 +273,8 @@ func HasNonRetryableErrorCode(lastErrors ...gardencorev1beta1.LastError) bool { code == gardencorev1beta1.ErrorInfraDependencies || code == gardencorev1beta1.ErrorInfraQuotaExceeded || code == gardencorev1beta1.ErrorInfraRateLimitsExceeded || - code == gardencorev1beta1.ErrorConfigurationProblem { + code == gardencorev1beta1.ErrorConfigurationProblem || + code == gardencorev1beta1.ErrorProblematicWebhook { return true } } diff --git a/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/helper/helper.go b/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/helper/helper.go index 30f8e4ce..f04bcca3 100644 --- a/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/helper/helper.go +++ b/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/helper/helper.go @@ -896,6 +896,11 @@ func SeedSettingDependencyWatchdogProbeEnabled(settings *gardencorev1beta1.SeedS return settings == nil || settings.DependencyWatchdog == nil || settings.DependencyWatchdog.Probe == nil || settings.DependencyWatchdog.Probe.Enabled } +// SeedUsesNginxIngressController returns true if the seed's specification requires an nginx ingress controller to be deployed. +func SeedUsesNginxIngressController(seed *gardencorev1beta1.Seed) bool { + return seed.Spec.DNS.Provider != nil && seed.Spec.Ingress != nil && seed.Spec.Ingress.Controller.Kind == v1beta1constants.IngressKindNginx +} + // DetermineMachineImageForName finds the cloud specific machine images in the <cloudProfile> for the given <name> and // region. In case it does not find the machine image with the <name>, it returns false. Otherwise, true and the // cloud-specific machine image will be returned. @@ -1491,16 +1496,15 @@ func IsCoreDNSAutoscalingModeUsed(systemComponents *gardencorev1beta1.SystemComp // GetShootCARotationPhase returns the specified shoot CA rotation phase or an empty string func GetShootCARotationPhase(credentials *gardencorev1beta1.ShootCredentials) gardencorev1beta1.ShootCredentialsRotationPhase { - if credentials != nil && - credentials.Rotation != nil && - credentials.Rotation.CertificateAuthorities != nil { + if credentials != nil && credentials.Rotation != nil && credentials.Rotation.CertificateAuthorities != nil { return credentials.Rotation.CertificateAuthorities.Phase } return "" } -// SetShootCARotationPhase sets the .status.credentials.rotation.certificateAuthorities.phase field of the Shoot. -func SetShootCARotationPhase(shoot *gardencorev1beta1.Shoot, phase gardencorev1beta1.ShootCredentialsRotationPhase) { +// MutateShootCARotation mutates the .status.credentials.rotation.certificateAuthorities field based on the provided +// mutation function. If the field is nil then it is initialized. +func MutateShootCARotation(shoot *gardencorev1beta1.Shoot, f func(*gardencorev1beta1.ShootCARotation)) { if shoot.Status.Credentials == nil { shoot.Status.Credentials = &gardencorev1beta1.ShootCredentials{} } @@ -1510,5 +1514,99 @@ func SetShootCARotationPhase(shoot *gardencorev1beta1.Shoot, phase gardencorev1b if shoot.Status.Credentials.Rotation.CertificateAuthorities == nil { shoot.Status.Credentials.Rotation.CertificateAuthorities = &gardencorev1beta1.ShootCARotation{} } - shoot.Status.Credentials.Rotation.CertificateAuthorities.Phase = phase + + f(shoot.Status.Credentials.Rotation.CertificateAuthorities) +} + +// MutateShootKubeconfigRotation mutates the .status.credentials.rotation.kubeconfig field based on the provided +// mutation function. If the field is nil then it is initialized. +func MutateShootKubeconfigRotation(shoot *gardencorev1beta1.Shoot, f func(*gardencorev1beta1.ShootKubeconfigRotation)) { + if shoot.Status.Credentials == nil { + shoot.Status.Credentials = &gardencorev1beta1.ShootCredentials{} + } + if shoot.Status.Credentials.Rotation == nil { + shoot.Status.Credentials.Rotation = &gardencorev1beta1.ShootCredentialsRotation{} + } + if shoot.Status.Credentials.Rotation.Kubeconfig == nil { + shoot.Status.Credentials.Rotation.Kubeconfig = &gardencorev1beta1.ShootKubeconfigRotation{} + } + + f(shoot.Status.Credentials.Rotation.Kubeconfig) +} + +// IsShootKubeconfigRotationInitiationTimeAfterLastCompletionTime returns true when the lastInitiationTime in the +// .status.credentials.rotation.kubeconfig field is newer than the lastCompletionTime. This is also true if the +// lastCompletionTime is unset. +func IsShootKubeconfigRotationInitiationTimeAfterLastCompletionTime(credentials *gardencorev1beta1.ShootCredentials) bool { + if credentials == nil || + credentials.Rotation == nil || + credentials.Rotation.Kubeconfig == nil || + credentials.Rotation.Kubeconfig.LastInitiationTime == nil { + return false + } + + return credentials.Rotation.Kubeconfig.LastCompletionTime == nil || + credentials.Rotation.Kubeconfig.LastCompletionTime.Before(credentials.Rotation.Kubeconfig.LastInitiationTime) +} + +// MutateShootSSHKeypairRotation mutates the .status.credentials.rotation.sshKeypair field based on the provided +// mutation function. If the field is nil then it is initialized. +func MutateShootSSHKeypairRotation(shoot *gardencorev1beta1.Shoot, f func(*gardencorev1beta1.ShootSSHKeypairRotation)) { + if shoot.Status.Credentials == nil { + shoot.Status.Credentials = &gardencorev1beta1.ShootCredentials{} + } + if shoot.Status.Credentials.Rotation == nil { + shoot.Status.Credentials.Rotation = &gardencorev1beta1.ShootCredentialsRotation{} + } + if shoot.Status.Credentials.Rotation.SSHKeypair == nil { + shoot.Status.Credentials.Rotation.SSHKeypair = &gardencorev1beta1.ShootSSHKeypairRotation{} + } + + f(shoot.Status.Credentials.Rotation.SSHKeypair) +} + +// IsShootSSHKeypairRotationInitiationTimeAfterLastCompletionTime returns true when the lastInitiationTime in the +// .status.credentials.rotation.sshKeypair field is newer than the lastCompletionTime. This is also true if the +// lastCompletionTime is unset. +func IsShootSSHKeypairRotationInitiationTimeAfterLastCompletionTime(credentials *gardencorev1beta1.ShootCredentials) bool { + if credentials == nil || + credentials.Rotation == nil || + credentials.Rotation.SSHKeypair == nil || + credentials.Rotation.SSHKeypair.LastInitiationTime == nil { + return false + } + + return credentials.Rotation.SSHKeypair.LastCompletionTime == nil || + credentials.Rotation.SSHKeypair.LastCompletionTime.Before(credentials.Rotation.SSHKeypair.LastInitiationTime) +} + +// MutateObservabilityRotation mutates the .status.credentials.rotation.observability field based on the provided +// mutation function. If the field is nil then it is initialized. +func MutateObservabilityRotation(shoot *gardencorev1beta1.Shoot, f func(*gardencorev1beta1.ShootObservabilityRotation)) { + if shoot.Status.Credentials == nil { + shoot.Status.Credentials = &gardencorev1beta1.ShootCredentials{} + } + if shoot.Status.Credentials.Rotation == nil { + shoot.Status.Credentials.Rotation = &gardencorev1beta1.ShootCredentialsRotation{} + } + if shoot.Status.Credentials.Rotation.Observability == nil { + shoot.Status.Credentials.Rotation.Observability = &gardencorev1beta1.ShootObservabilityRotation{} + } + + f(shoot.Status.Credentials.Rotation.Observability) +} + +// IsShootObservabilityRotationInitiationTimeAfterLastCompletionTime returns true when the lastInitiationTime in the +// .status.credentials.rotation.observability field is newer than the lastCompletionTime. This is also true if the +// lastCompletionTime is unset. +func IsShootObservabilityRotationInitiationTimeAfterLastCompletionTime(credentials *gardencorev1beta1.ShootCredentials) bool { + if credentials == nil || + credentials.Rotation == nil || + credentials.Rotation.Observability == nil || + credentials.Rotation.Observability.LastInitiationTime == nil { + return false + } + + return credentials.Rotation.Observability.LastCompletionTime == nil || + credentials.Rotation.Observability.LastCompletionTime.Before(credentials.Rotation.Observability.LastInitiationTime) } diff --git a/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/types_common.go b/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/types_common.go index c6192c52..50263576 100644 --- a/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/types_common.go +++ b/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/types_common.go @@ -45,6 +45,10 @@ const ( ErrorConfigurationProblem ErrorCode = "ERR_CONFIGURATION_PROBLEM" // ErrorRetryableConfigurationProblem indicates that the last error occurred due to a retryable configuration problem. ErrorRetryableConfigurationProblem ErrorCode = "ERR_RETRYABLE_CONFIGURATION_PROBLEM" + // ErrorProblematicWebhook indicates that the last error occurred due to a webhook not following the Kubernetes + // best practices (https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#best-practices-and-warnings). + // It is classified as a non-retryable error code. + ErrorProblematicWebhook ErrorCode = "ERR_PROBLEMATIC_WEBHOOK" ) // LastError indicates the last occurred error for an operation on a resource. diff --git a/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/types_secretbinding.go b/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/types_secretbinding.go index 94aced30..68c6768e 100644 --- a/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/types_secretbinding.go +++ b/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/types_secretbinding.go @@ -41,6 +41,15 @@ type SecretBinding struct { Provider *SecretBindingProvider `json:"provider,omitempty" protobuf:"bytes,4,opt,name=provider"` } +// GetProviderType gets the type of the provider. +func (sb *SecretBinding) GetProviderType() string { + if sb.Provider == nil { + return "" + } + + return sb.Provider.Type +} + // SecretBindingProvider defines the provider type of the SecretBinding. type SecretBindingProvider struct { // Type is the type of the provider. diff --git a/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/types_seed.go b/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/types_seed.go index 84557437..927a141d 100644 --- a/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/types_seed.go +++ b/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/types_seed.go @@ -362,6 +362,8 @@ const ( SeedExtensionsReady ConditionType = "ExtensionsReady" // SeedGardenletReady is a constant for a condition type indicating that the Gardenlet is ready. SeedGardenletReady ConditionType = "GardenletReady" + // SeedSystemComponentsHealthy is a constant for a condition type indicating the system components health. + SeedSystemComponentsHealthy ConditionType = "SeedSystemComponentsHealthy" ) // Resource constants for Gardener object types diff --git a/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/types_shoot.go b/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/types_shoot.go index 99d266ac..c2648090 100644 --- a/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/types_shoot.go +++ b/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/types_shoot.go @@ -202,18 +202,60 @@ type ShootCredentialsRotation struct { // CertificateAuthorities contains information about the certificate authority credential rotation. // +optional CertificateAuthorities *ShootCARotation `json:"certificateAuthorities,omitempty" protobuf:"bytes,1,opt,name=certificateAuthorities"` + // Kubeconfig contains information about the kubeconfig credential rotation. + // +optional + Kubeconfig *ShootKubeconfigRotation `json:"kubeconfig,omitempty" protobuf:"bytes,2,opt,name=kubeconfig"` + // SSHKeypair contains information about the ssh-keypair credential rotation. + // +optional + SSHKeypair *ShootSSHKeypairRotation `json:"sshKeypair,omitempty" protobuf:"bytes,3,opt,name=sshKeypair"` + // Observability contains information about the observability credential rotation. + // +optional + Observability *ShootObservabilityRotation `json:"observability,omitempty" protobuf:"bytes,4,opt,name=observability"` } // ShootCARotation contains information about the certificate authority credential rotation. type ShootCARotation struct { // Phase describes the phase of the certificate authority credential rotation. Phase ShootCredentialsRotationPhase `json:"phase" protobuf:"bytes,1,opt,name=phase"` + // LastInitiationTime is the most recent time when the certificate authority credential rotation was initiated. + // +optional + LastInitiationTime *metav1.Time `json:"lastInitiationTime,omitempty" protobuf:"bytes,3,opt,name=lastInitiationTime"` // LastCompletionTime is the most recent time when the certificate authority credential rotation was successfully // completed. // +optional LastCompletionTime *metav1.Time `json:"lastCompletionTime,omitempty" protobuf:"bytes,2,opt,name=lastCompletionTime"` } +// ShootKubeconfigRotation contains information about the kubeconfig credential rotation. +type ShootKubeconfigRotation struct { + // LastInitiationTime is the most recent time when the kubeconfig credential rotation was initiated. + // +optional + LastInitiationTime *metav1.Time `json:"lastInitiationTime,omitempty" protobuf:"bytes,1,opt,name=lastInitiationTime"` + // LastCompletionTime is the most recent time when the kubeconfig credential rotation was successfully completed. + // +optional + LastCompletionTime *metav1.Time `json:"lastCompletionTime,omitempty" protobuf:"bytes,2,opt,name=lastCompletionTime"` +} + +// ShootSSHKeypairRotation contains information about the ssh-keypair credential rotation. +type ShootSSHKeypairRotation struct { + // LastInitiationTime is the most recent time when the ssh-keypair credential rotation was initiated. + // +optional + LastInitiationTime *metav1.Time `json:"lastInitiationTime,omitempty" protobuf:"bytes,1,opt,name=lastInitiationTime"` + // LastCompletionTime is the most recent time when the ssh-keypair credential rotation was successfully completed. + // +optional + LastCompletionTime *metav1.Time `json:"lastCompletionTime,omitempty" protobuf:"bytes,2,opt,name=lastCompletionTime"` +} + +// ShootObservabilityRotation contains information about the observability credential rotation. +type ShootObservabilityRotation struct { + // LastInitiationTime is the most recent time when the observability credential rotation was initiated. + // +optional + LastInitiationTime *metav1.Time `json:"lastInitiationTime,omitempty" protobuf:"bytes,1,opt,name=lastInitiationTime"` + // LastCompletionTime is the most recent time when the observability credential rotation was successfully completed. + // +optional + LastCompletionTime *metav1.Time `json:"lastCompletionTime,omitempty" protobuf:"bytes,2,opt,name=lastCompletionTime"` +} + // ShootCredentialsRotationPhase is a string alias. type ShootCredentialsRotationPhase string @@ -376,7 +418,7 @@ type NamedResourceReference struct { // Hibernation contains information whether the Shoot is suspended or not. type Hibernation struct { // Enabled specifies whether the Shoot needs to be hibernated or not. If it is true, the Shoot's desired state is to be hibernated. - // If it is false or nil, the Shoot's desired state is to be awaken. + // If it is false or nil, the Shoot's desired state is to be awakened. // +optional Enabled *bool `json:"enabled,omitempty" protobuf:"varint,1,opt,name=enabled"` // Schedules determine the hibernation schedules. @@ -431,6 +473,10 @@ type Kubernetes struct { // VerticalPodAutoscaler contains the configuration flags for the Kubernetes vertical pod autoscaler. // +optional VerticalPodAutoscaler *VerticalPodAutoscaler `json:"verticalPodAutoscaler,omitempty" protobuf:"bytes,9,opt,name=verticalPodAutoscaler"` + // EnableStaticTokenKubeconfig indicates whether static token kubeconfig secret should be present in garden cluster + // (default: true). + // +optional + EnableStaticTokenKubeconfig *bool `json:"enableStaticTokenKubeconfig,omitempty" protobuf:"varint,10,opt,name=enableStaticTokenKubeconfig"` } // ClusterAutoscaler contains the configuration flags for the Kubernetes cluster autoscaler. @@ -633,6 +679,8 @@ type ServiceAccountConfig struct { // MaxTokenExpiration is the maximum validity duration of a token created by the service account token issuer. If an // otherwise valid TokenRequest with a validity duration larger than this value is requested, a token will be issued // with a validity duration of this value. + // This field must be within [30d,90d] when the ShootMaxTokenExpirationValidation feature gate is enabled. + // This field will be overwritten to be within [30d,90d] when the ShootMaxTokenExpirationOverwrite feature gate is enabled. // +optional MaxTokenExpiration *metav1.Duration `json:"maxTokenExpiration,omitempty" protobuf:"bytes,4,opt,name=maxTokenExpiration"` // AcceptedIssuers is an additional set of issuers that are used to determine which service account tokens are accepted. diff --git a/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/zz_generated.conversion.go b/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/zz_generated.conversion.go index 6f5de772..8ef08b71 100644 --- a/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/zz_generated.conversion.go +++ b/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/zz_generated.conversion.go @@ -1352,6 +1352,16 @@ func RegisterConversions(s *runtime.Scheme) error { }); err != nil { return err } + if err := s.AddGeneratedConversionFunc((*ShootKubeconfigRotation)(nil), (*core.ShootKubeconfigRotation)(nil), func(a, b interface{}, scope conversion.Scope) error { + return Convert_v1beta1_ShootKubeconfigRotation_To_core_ShootKubeconfigRotation(a.(*ShootKubeconfigRotation), b.(*core.ShootKubeconfigRotation), scope) + }); err != nil { + return err + } + if err := s.AddGeneratedConversionFunc((*core.ShootKubeconfigRotation)(nil), (*ShootKubeconfigRotation)(nil), func(a, b interface{}, scope conversion.Scope) error { + return Convert_core_ShootKubeconfigRotation_To_v1beta1_ShootKubeconfigRotation(a.(*core.ShootKubeconfigRotation), b.(*ShootKubeconfigRotation), scope) + }); err != nil { + return err + } if err := s.AddGeneratedConversionFunc((*ShootList)(nil), (*core.ShootList)(nil), func(a, b interface{}, scope conversion.Scope) error { return Convert_v1beta1_ShootList_To_core_ShootList(a.(*ShootList), b.(*core.ShootList), scope) }); err != nil { @@ -1382,6 +1392,26 @@ func RegisterConversions(s *runtime.Scheme) error { }); err != nil { return err } + if err := s.AddGeneratedConversionFunc((*ShootObservabilityRotation)(nil), (*core.ShootObservabilityRotation)(nil), func(a, b interface{}, scope conversion.Scope) error { + return Convert_v1beta1_ShootObservabilityRotation_To_core_ShootObservabilityRotation(a.(*ShootObservabilityRotation), b.(*core.ShootObservabilityRotation), scope) + }); err != nil { + return err + } + if err := s.AddGeneratedConversionFunc((*core.ShootObservabilityRotation)(nil), (*ShootObservabilityRotation)(nil), func(a, b interface{}, scope conversion.Scope) error { + return Convert_core_ShootObservabilityRotation_To_v1beta1_ShootObservabilityRotation(a.(*core.ShootObservabilityRotation), b.(*ShootObservabilityRotation), scope) + }); err != nil { + return err + } + if err := s.AddGeneratedConversionFunc((*ShootSSHKeypairRotation)(nil), (*core.ShootSSHKeypairRotation)(nil), func(a, b interface{}, scope conversion.Scope) error { + return Convert_v1beta1_ShootSSHKeypairRotation_To_core_ShootSSHKeypairRotation(a.(*ShootSSHKeypairRotation), b.(*core.ShootSSHKeypairRotation), scope) + }); err != nil { + return err + } + if err := s.AddGeneratedConversionFunc((*core.ShootSSHKeypairRotation)(nil), (*ShootSSHKeypairRotation)(nil), func(a, b interface{}, scope conversion.Scope) error { + return Convert_core_ShootSSHKeypairRotation_To_v1beta1_ShootSSHKeypairRotation(a.(*core.ShootSSHKeypairRotation), b.(*ShootSSHKeypairRotation), scope) + }); err != nil { + return err + } if err := s.AddGeneratedConversionFunc((*ShootSpec)(nil), (*core.ShootSpec)(nil), func(a, b interface{}, scope conversion.Scope) error { return Convert_v1beta1_ShootSpec_To_core_ShootSpec(a.(*ShootSpec), b.(*core.ShootSpec), scope) }); err != nil { @@ -3165,6 +3195,7 @@ func autoConvert_v1beta1_Kubernetes_To_core_Kubernetes(in *Kubernetes, out *core out.Kubelet = (*core.KubeletConfig)(unsafe.Pointer(in.Kubelet)) out.Version = in.Version out.VerticalPodAutoscaler = (*core.VerticalPodAutoscaler)(unsafe.Pointer(in.VerticalPodAutoscaler)) + out.EnableStaticTokenKubeconfig = (*bool)(unsafe.Pointer(in.EnableStaticTokenKubeconfig)) return nil } @@ -3183,6 +3214,7 @@ func autoConvert_core_Kubernetes_To_v1beta1_Kubernetes(in *core.Kubernetes, out out.Kubelet = (*KubeletConfig)(unsafe.Pointer(in.Kubelet)) out.Version = in.Version out.VerticalPodAutoscaler = (*VerticalPodAutoscaler)(unsafe.Pointer(in.VerticalPodAutoscaler)) + out.EnableStaticTokenKubeconfig = (*bool)(unsafe.Pointer(in.EnableStaticTokenKubeconfig)) return nil } @@ -4936,6 +4968,7 @@ func Convert_core_ShootAdvertisedAddress_To_v1beta1_ShootAdvertisedAddress(in *c func autoConvert_v1beta1_ShootCARotation_To_core_ShootCARotation(in *ShootCARotation, out *core.ShootCARotation, s conversion.Scope) error { out.Phase = core.ShootCredentialsRotationPhase(in.Phase) + out.LastInitiationTime = (*metav1.Time)(unsafe.Pointer(in.LastInitiationTime)) out.LastCompletionTime = (*metav1.Time)(unsafe.Pointer(in.LastCompletionTime)) return nil } @@ -4947,6 +4980,7 @@ func Convert_v1beta1_ShootCARotation_To_core_ShootCARotation(in *ShootCARotation func autoConvert_core_ShootCARotation_To_v1beta1_ShootCARotation(in *core.ShootCARotation, out *ShootCARotation, s conversion.Scope) error { out.Phase = ShootCredentialsRotationPhase(in.Phase) + out.LastInitiationTime = (*metav1.Time)(unsafe.Pointer(in.LastInitiationTime)) out.LastCompletionTime = (*metav1.Time)(unsafe.Pointer(in.LastCompletionTime)) return nil } @@ -4978,6 +5012,9 @@ func Convert_core_ShootCredentials_To_v1beta1_ShootCredentials(in *core.ShootCre func autoConvert_v1beta1_ShootCredentialsRotation_To_core_ShootCredentialsRotation(in *ShootCredentialsRotation, out *core.ShootCredentialsRotation, s conversion.Scope) error { out.CertificateAuthorities = (*core.ShootCARotation)(unsafe.Pointer(in.CertificateAuthorities)) + out.Kubeconfig = (*core.ShootKubeconfigRotation)(unsafe.Pointer(in.Kubeconfig)) + out.SSHKeypair = (*core.ShootSSHKeypairRotation)(unsafe.Pointer(in.SSHKeypair)) + out.Observability = (*core.ShootObservabilityRotation)(unsafe.Pointer(in.Observability)) return nil } @@ -4988,6 +5025,9 @@ func Convert_v1beta1_ShootCredentialsRotation_To_core_ShootCredentialsRotation(i func autoConvert_core_ShootCredentialsRotation_To_v1beta1_ShootCredentialsRotation(in *core.ShootCredentialsRotation, out *ShootCredentialsRotation, s conversion.Scope) error { out.CertificateAuthorities = (*ShootCARotation)(unsafe.Pointer(in.CertificateAuthorities)) + out.Kubeconfig = (*ShootKubeconfigRotation)(unsafe.Pointer(in.Kubeconfig)) + out.SSHKeypair = (*ShootSSHKeypairRotation)(unsafe.Pointer(in.SSHKeypair)) + out.Observability = (*ShootObservabilityRotation)(unsafe.Pointer(in.Observability)) return nil } @@ -4996,6 +5036,28 @@ func Convert_core_ShootCredentialsRotation_To_v1beta1_ShootCredentialsRotation(i return autoConvert_core_ShootCredentialsRotation_To_v1beta1_ShootCredentialsRotation(in, out, s) } +func autoConvert_v1beta1_ShootKubeconfigRotation_To_core_ShootKubeconfigRotation(in *ShootKubeconfigRotation, out *core.ShootKubeconfigRotation, s conversion.Scope) error { + out.LastInitiationTime = (*metav1.Time)(unsafe.Pointer(in.LastInitiationTime)) + out.LastCompletionTime = (*metav1.Time)(unsafe.Pointer(in.LastCompletionTime)) + return nil +} + +// Convert_v1beta1_ShootKubeconfigRotation_To_core_ShootKubeconfigRotation is an autogenerated conversion function. +func Convert_v1beta1_ShootKubeconfigRotation_To_core_ShootKubeconfigRotation(in *ShootKubeconfigRotation, out *core.ShootKubeconfigRotation, s conversion.Scope) error { + return autoConvert_v1beta1_ShootKubeconfigRotation_To_core_ShootKubeconfigRotation(in, out, s) +} + +func autoConvert_core_ShootKubeconfigRotation_To_v1beta1_ShootKubeconfigRotation(in *core.ShootKubeconfigRotation, out *ShootKubeconfigRotation, s conversion.Scope) error { + out.LastInitiationTime = (*metav1.Time)(unsafe.Pointer(in.LastInitiationTime)) + out.LastCompletionTime = (*metav1.Time)(unsafe.Pointer(in.LastCompletionTime)) + return nil +} + +// Convert_core_ShootKubeconfigRotation_To_v1beta1_ShootKubeconfigRotation is an autogenerated conversion function. +func Convert_core_ShootKubeconfigRotation_To_v1beta1_ShootKubeconfigRotation(in *core.ShootKubeconfigRotation, out *ShootKubeconfigRotation, s conversion.Scope) error { + return autoConvert_core_ShootKubeconfigRotation_To_v1beta1_ShootKubeconfigRotation(in, out, s) +} + func autoConvert_v1beta1_ShootList_To_core_ShootList(in *ShootList, out *core.ShootList, s conversion.Scope) error { out.ListMeta = in.ListMeta if in.Items != nil { @@ -5088,6 +5150,50 @@ func Convert_core_ShootNetworks_To_v1beta1_ShootNetworks(in *core.ShootNetworks, return autoConvert_core_ShootNetworks_To_v1beta1_ShootNetworks(in, out, s) } +func autoConvert_v1beta1_ShootObservabilityRotation_To_core_ShootObservabilityRotation(in *ShootObservabilityRotation, out *core.ShootObservabilityRotation, s conversion.Scope) error { + out.LastInitiationTime = (*metav1.Time)(unsafe.Pointer(in.LastInitiationTime)) + out.LastCompletionTime = (*metav1.Time)(unsafe.Pointer(in.LastCompletionTime)) + return nil +} + +// Convert_v1beta1_ShootObservabilityRotation_To_core_ShootObservabilityRotation is an autogenerated conversion function. +func Convert_v1beta1_ShootObservabilityRotation_To_core_ShootObservabilityRotation(in *ShootObservabilityRotation, out *core.ShootObservabilityRotation, s conversion.Scope) error { + return autoConvert_v1beta1_ShootObservabilityRotation_To_core_ShootObservabilityRotation(in, out, s) +} + +func autoConvert_core_ShootObservabilityRotation_To_v1beta1_ShootObservabilityRotation(in *core.ShootObservabilityRotation, out *ShootObservabilityRotation, s conversion.Scope) error { + out.LastInitiationTime = (*metav1.Time)(unsafe.Pointer(in.LastInitiationTime)) + out.LastCompletionTime = (*metav1.Time)(unsafe.Pointer(in.LastCompletionTime)) + return nil +} + +// Convert_core_ShootObservabilityRotation_To_v1beta1_ShootObservabilityRotation is an autogenerated conversion function. +func Convert_core_ShootObservabilityRotation_To_v1beta1_ShootObservabilityRotation(in *core.ShootObservabilityRotation, out *ShootObservabilityRotation, s conversion.Scope) error { + return autoConvert_core_ShootObservabilityRotation_To_v1beta1_ShootObservabilityRotation(in, out, s) +} + +func autoConvert_v1beta1_ShootSSHKeypairRotation_To_core_ShootSSHKeypairRotation(in *ShootSSHKeypairRotation, out *core.ShootSSHKeypairRotation, s conversion.Scope) error { + out.LastInitiationTime = (*metav1.Time)(unsafe.Pointer(in.LastInitiationTime)) + out.LastCompletionTime = (*metav1.Time)(unsafe.Pointer(in.LastCompletionTime)) + return nil +} + +// Convert_v1beta1_ShootSSHKeypairRotation_To_core_ShootSSHKeypairRotation is an autogenerated conversion function. +func Convert_v1beta1_ShootSSHKeypairRotation_To_core_ShootSSHKeypairRotation(in *ShootSSHKeypairRotation, out *core.ShootSSHKeypairRotation, s conversion.Scope) error { + return autoConvert_v1beta1_ShootSSHKeypairRotation_To_core_ShootSSHKeypairRotation(in, out, s) +} + +func autoConvert_core_ShootSSHKeypairRotation_To_v1beta1_ShootSSHKeypairRotation(in *core.ShootSSHKeypairRotation, out *ShootSSHKeypairRotation, s conversion.Scope) error { + out.LastInitiationTime = (*metav1.Time)(unsafe.Pointer(in.LastInitiationTime)) + out.LastCompletionTime = (*metav1.Time)(unsafe.Pointer(in.LastCompletionTime)) + return nil +} + +// Convert_core_ShootSSHKeypairRotation_To_v1beta1_ShootSSHKeypairRotation is an autogenerated conversion function. +func Convert_core_ShootSSHKeypairRotation_To_v1beta1_ShootSSHKeypairRotation(in *core.ShootSSHKeypairRotation, out *ShootSSHKeypairRotation, s conversion.Scope) error { + return autoConvert_core_ShootSSHKeypairRotation_To_v1beta1_ShootSSHKeypairRotation(in, out, s) +} + func autoConvert_v1beta1_ShootSpec_To_core_ShootSpec(in *ShootSpec, out *core.ShootSpec, s conversion.Scope) error { out.Addons = (*core.Addons)(unsafe.Pointer(in.Addons)) out.CloudProfileName = in.CloudProfileName diff --git a/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/zz_generated.deepcopy.go b/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/zz_generated.deepcopy.go index f9f5619b..8f93787f 100644 --- a/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/zz_generated.deepcopy.go +++ b/vendor/github.com/gardener/gardener/pkg/apis/core/v1beta1/zz_generated.deepcopy.go @@ -1935,6 +1935,11 @@ func (in *Kubernetes) DeepCopyInto(out *Kubernetes) { *out = new(VerticalPodAutoscaler) (*in).DeepCopyInto(*out) } + if in.EnableStaticTokenKubeconfig != nil { + in, out := &in.EnableStaticTokenKubeconfig, &out.EnableStaticTokenKubeconfig + *out = new(bool) + **out = **in + } return } @@ -3782,6 +3787,10 @@ func (in *ShootAdvertisedAddress) DeepCopy() *ShootAdvertisedAddress { // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ShootCARotation) DeepCopyInto(out *ShootCARotation) { *out = *in + if in.LastInitiationTime != nil { + in, out := &in.LastInitiationTime, &out.LastInitiationTime + *out = (*in).DeepCopy() + } if in.LastCompletionTime != nil { in, out := &in.LastCompletionTime, &out.LastCompletionTime *out = (*in).DeepCopy() @@ -3828,6 +3837,21 @@ func (in *ShootCredentialsRotation) DeepCopyInto(out *ShootCredentialsRotation) *out = new(ShootCARotation) (*in).DeepCopyInto(*out) } + if in.Kubeconfig != nil { + in, out := &in.Kubeconfig, &out.Kubeconfig + *out = new(ShootKubeconfigRotation) + (*in).DeepCopyInto(*out) + } + if in.SSHKeypair != nil { + in, out := &in.SSHKeypair, &out.SSHKeypair + *out = new(ShootSSHKeypairRotation) + (*in).DeepCopyInto(*out) + } + if in.Observability != nil { + in, out := &in.Observability, &out.Observability + *out = new(ShootObservabilityRotation) + (*in).DeepCopyInto(*out) + } return } @@ -3841,6 +3865,30 @@ func (in *ShootCredentialsRotation) DeepCopy() *ShootCredentialsRotation { return out } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *ShootKubeconfigRotation) DeepCopyInto(out *ShootKubeconfigRotation) { + *out = *in + if in.LastInitiationTime != nil { + in, out := &in.LastInitiationTime, &out.LastInitiationTime + *out = (*in).DeepCopy() + } + if in.LastCompletionTime != nil { + in, out := &in.LastCompletionTime, &out.LastCompletionTime + *out = (*in).DeepCopy() + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ShootKubeconfigRotation. +func (in *ShootKubeconfigRotation) DeepCopy() *ShootKubeconfigRotation { + if in == nil { + return nil + } + out := new(ShootKubeconfigRotation) + in.DeepCopyInto(out) + return out +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ShootList) DeepCopyInto(out *ShootList) { *out = *in @@ -3926,6 +3974,54 @@ func (in *ShootNetworks) DeepCopy() *ShootNetworks { return out } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *ShootObservabilityRotation) DeepCopyInto(out *ShootObservabilityRotation) { + *out = *in + if in.LastInitiationTime != nil { + in, out := &in.LastInitiationTime, &out.LastInitiationTime + *out = (*in).DeepCopy() + } + if in.LastCompletionTime != nil { + in, out := &in.LastCompletionTime, &out.LastCompletionTime + *out = (*in).DeepCopy() + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ShootObservabilityRotation. +func (in *ShootObservabilityRotation) DeepCopy() *ShootObservabilityRotation { + if in == nil { + return nil + } + out := new(ShootObservabilityRotation) + in.DeepCopyInto(out) + return out +} + +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *ShootSSHKeypairRotation) DeepCopyInto(out *ShootSSHKeypairRotation) { + *out = *in + if in.LastInitiationTime != nil { + in, out := &in.LastInitiationTime, &out.LastInitiationTime + *out = (*in).DeepCopy() + } + if in.LastCompletionTime != nil { + in, out := &in.LastCompletionTime, &out.LastCompletionTime + *out = (*in).DeepCopy() + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ShootSSHKeypairRotation. +func (in *ShootSSHKeypairRotation) DeepCopy() *ShootSSHKeypairRotation { + if in == nil { + return nil + } + out := new(ShootSSHKeypairRotation) + in.DeepCopyInto(out) + return out +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ShootSpec) DeepCopyInto(out *ShootSpec) { *out = *in diff --git a/vendor/github.com/gardener/gardener/pkg/apis/core/zz_generated.deepcopy.go b/vendor/github.com/gardener/gardener/pkg/apis/core/zz_generated.deepcopy.go index e743c72d..0652b5dc 100644 --- a/vendor/github.com/gardener/gardener/pkg/apis/core/zz_generated.deepcopy.go +++ b/vendor/github.com/gardener/gardener/pkg/apis/core/zz_generated.deepcopy.go @@ -1419,30 +1419,6 @@ func (in *ExtensionResourceState) DeepCopy() *ExtensionResourceState { return out } -// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *ExtensionStatus) DeepCopyInto(out *ExtensionStatus) { - *out = *in - if in.Purpose != nil { - in, out := &in.Purpose, &out.Purpose - *out = new(string) - **out = **in - } - if in.Status != nil { - out.Status = in.Status.DeepCopyObject() - } - return -} - -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExtensionStatus. -func (in *ExtensionStatus) DeepCopy() *ExtensionStatus { - if in == nil { - return nil - } - out := new(ExtensionStatus) - in.DeepCopyInto(out) - return out -} - // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *Gardener) DeepCopyInto(out *Gardener) { *out = *in @@ -1463,6 +1439,13 @@ func (in *Gardener) DeepCopy() *Gardener { func (in *GardenerResourceData) DeepCopyInto(out *GardenerResourceData) { *out = *in in.Data.DeepCopyInto(&out.Data) + if in.Labels != nil { + in, out := &in.Labels, &out.Labels + *out = make(map[string]string, len(*in)) + for key, val := range *in { + (*out)[key] = val + } + } return } @@ -2106,6 +2089,11 @@ func (in *Kubernetes) DeepCopyInto(out *Kubernetes) { *out = new(VerticalPodAutoscaler) (*in).DeepCopyInto(*out) } + if in.EnableStaticTokenKubeconfig != nil { + in, out := &in.EnableStaticTokenKubeconfig, &out.EnableStaticTokenKubeconfig + *out = new(bool) + **out = **in + } return } @@ -3971,6 +3959,10 @@ func (in *ShootAdvertisedAddress) DeepCopy() *ShootAdvertisedAddress { // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ShootCARotation) DeepCopyInto(out *ShootCARotation) { *out = *in + if in.LastInitiationTime != nil { + in, out := &in.LastInitiationTime, &out.LastInitiationTime + *out = (*in).DeepCopy() + } if in.LastCompletionTime != nil { in, out := &in.LastCompletionTime, &out.LastCompletionTime *out = (*in).DeepCopy() @@ -4017,6 +4009,21 @@ func (in *ShootCredentialsRotation) DeepCopyInto(out *ShootCredentialsRotation) *out = new(ShootCARotation) (*in).DeepCopyInto(*out) } + if in.Kubeconfig != nil { + in, out := &in.Kubeconfig, &out.Kubeconfig + *out = new(ShootKubeconfigRotation) + (*in).DeepCopyInto(*out) + } + if in.SSHKeypair != nil { + in, out := &in.SSHKeypair, &out.SSHKeypair + *out = new(ShootSSHKeypairRotation) + (*in).DeepCopyInto(*out) + } + if in.Observability != nil { + in, out := &in.Observability, &out.Observability + *out = new(ShootObservabilityRotation) + (*in).DeepCopyInto(*out) + } return } @@ -4031,71 +4038,29 @@ func (in *ShootCredentialsRotation) DeepCopy() *ShootCredentialsRotation { } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *ShootExtensionStatus) DeepCopyInto(out *ShootExtensionStatus) { +func (in *ShootKubeconfigRotation) DeepCopyInto(out *ShootKubeconfigRotation) { *out = *in - out.TypeMeta = in.TypeMeta - in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) - if in.Statuses != nil { - in, out := &in.Statuses, &out.Statuses - *out = make([]ExtensionStatus, len(*in)) - for i := range *in { - (*in)[i].DeepCopyInto(&(*out)[i]) - } - } - return -} - -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ShootExtensionStatus. -func (in *ShootExtensionStatus) DeepCopy() *ShootExtensionStatus { - if in == nil { - return nil - } - out := new(ShootExtensionStatus) - in.DeepCopyInto(out) - return out -} - -// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. -func (in *ShootExtensionStatus) DeepCopyObject() runtime.Object { - if c := in.DeepCopy(); c != nil { - return c + if in.LastInitiationTime != nil { + in, out := &in.LastInitiationTime, &out.LastInitiationTime + *out = (*in).DeepCopy() } - return nil -} - -// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *ShootExtensionStatusList) DeepCopyInto(out *ShootExtensionStatusList) { - *out = *in - out.TypeMeta = in.TypeMeta - in.ListMeta.DeepCopyInto(&out.ListMeta) - if in.Items != nil { - in, out := &in.Items, &out.Items - *out = make([]ShootExtensionStatus, len(*in)) - for i := range *in { - (*in)[i].DeepCopyInto(&(*out)[i]) - } + if in.LastCompletionTime != nil { + in, out := &in.LastCompletionTime, &out.LastCompletionTime + *out = (*in).DeepCopy() } return } -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ShootExtensionStatusList. -func (in *ShootExtensionStatusList) DeepCopy() *ShootExtensionStatusList { +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ShootKubeconfigRotation. +func (in *ShootKubeconfigRotation) DeepCopy() *ShootKubeconfigRotation { if in == nil { return nil } - out := new(ShootExtensionStatusList) + out := new(ShootKubeconfigRotation) in.DeepCopyInto(out) return out } -// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. -func (in *ShootExtensionStatusList) DeepCopyObject() runtime.Object { - if c := in.DeepCopy(); c != nil { - return c - } - return nil -} - // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ShootList) DeepCopyInto(out *ShootList) { *out = *in @@ -4176,6 +4141,54 @@ func (in *ShootNetworks) DeepCopy() *ShootNetworks { return out } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *ShootObservabilityRotation) DeepCopyInto(out *ShootObservabilityRotation) { + *out = *in + if in.LastInitiationTime != nil { + in, out := &in.LastInitiationTime, &out.LastInitiationTime + *out = (*in).DeepCopy() + } + if in.LastCompletionTime != nil { + in, out := &in.LastCompletionTime, &out.LastCompletionTime + *out = (*in).DeepCopy() + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ShootObservabilityRotation. +func (in *ShootObservabilityRotation) DeepCopy() *ShootObservabilityRotation { + if in == nil { + return nil + } + out := new(ShootObservabilityRotation) + in.DeepCopyInto(out) + return out +} + +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *ShootSSHKeypairRotation) DeepCopyInto(out *ShootSSHKeypairRotation) { + *out = *in + if in.LastInitiationTime != nil { + in, out := &in.LastInitiationTime, &out.LastInitiationTime + *out = (*in).DeepCopy() + } + if in.LastCompletionTime != nil { + in, out := &in.LastCompletionTime, &out.LastCompletionTime + *out = (*in).DeepCopy() + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ShootSSHKeypairRotation. +func (in *ShootSSHKeypairRotation) DeepCopy() *ShootSSHKeypairRotation { + if in == nil { + return nil + } + out := new(ShootSSHKeypairRotation) + in.DeepCopyInto(out) + return out +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ShootSpec) DeepCopyInto(out *ShootSpec) { *out = *in diff --git a/vendor/github.com/gardener/gardener/pkg/apis/extensions/v1alpha1/types_worker.go b/vendor/github.com/gardener/gardener/pkg/apis/extensions/v1alpha1/types_worker.go index bcd40088..7ef73be0 100644 --- a/vendor/github.com/gardener/gardener/pkg/apis/extensions/v1alpha1/types_worker.go +++ b/vendor/github.com/gardener/gardener/pkg/apis/extensions/v1alpha1/types_worker.go @@ -218,6 +218,3 @@ type MachineDeployment struct { // Maximum is the maximum number for this machine deployment. Maximum int32 `json:"maximum"` } - -// WorkerRollingUpdate is a constant for a condition type indicating a rolling update for any worker pool of the Shoot. -const WorkerRollingUpdate gardencorev1beta1.ConditionType = "RollingUpdate" diff --git a/vendor/github.com/gardener/gardener/pkg/apis/resources/v1alpha1/types.go b/vendor/github.com/gardener/gardener/pkg/apis/resources/v1alpha1/types.go index ec6da62e..038f9ca8 100644 --- a/vendor/github.com/gardener/gardener/pkg/apis/resources/v1alpha1/types.go +++ b/vendor/github.com/gardener/gardener/pkg/apis/resources/v1alpha1/types.go @@ -36,7 +36,7 @@ const ( // mode that should be used to reconcile the resource. Mode = "resources.gardener.cloud/mode" // ModeIgnore is a constant for the value of the mode annotation describing an ignore mode. - // Reconciliation in ignore more removes the resource from the ManagedResource status and does not + // Reconciliation in ignore mode removes the resource from the ManagedResource status and does not // perform any action on the cluster. ModeIgnore = "Ignore" // PreserveReplicas is a constant for an annotation on a resource managed by a ManagedResource. If set to @@ -46,6 +46,10 @@ const ( // true then the controller will keep the resource requests and limits in Pod templates (e.g. in a // DeploymentSpec) during updates to the resource. This applies for all containers. PreserveResources = "resources.gardener.cloud/preserve-resources" + // OriginAnnotation is a constant for an annotation on a resource managed by a ManagedResource. + // It is set by the ManagedResource controller to the key of the owning ManagedResource, optionally prefixed with the + // clusterID. + OriginAnnotation = "resources.gardener.cloud/origin" // StaticTokenSkip is a constant for a label on a ServiceAccount which indicates that this ServiceAccount should not // be considered by this controller. @@ -101,6 +105,7 @@ const ( // +kubebuilder:printcolumn:name="Class",type=string,JSONPath=`.spec.class`,description="The class identifies which resource manager is responsible for this ManagedResource." // +kubebuilder:printcolumn:name="Applied",type=string,JSONPath=`.status.conditions[?(@.type=="ResourcesApplied")].status`,description=" Indicates whether all resources have been applied." // +kubebuilder:printcolumn:name="Healthy",type=string,JSONPath=`.status.conditions[?(@.type=="ResourcesHealthy")].status`,description="Indicates whether all resources are healthy." +// +kubebuilder:printcolumn:name="Progressing",type=string,JSONPath=`.status.conditions[?(@.type=="ResourcesProgressing")].status`,description="Indicates whether some resources are still progressing to be rolled out." // +kubebuilder:printcolumn:name="Age",type=date,JSONPath=`.metadata.creationTimestamp`,description="creation timestamp" // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object @@ -180,6 +185,8 @@ const ( ResourcesApplied gardencorev1beta1.ConditionType = "ResourcesApplied" // ResourcesHealthy is a condition type that indicates whether all resources are present and healthy. ResourcesHealthy gardencorev1beta1.ConditionType = "ResourcesHealthy" + // ResourcesProgressing is a condition type that indicates whether some resources are still progressing to be rolled out. + ResourcesProgressing gardencorev1beta1.ConditionType = "ResourcesProgressing" ) // These are well-known reasons for Conditions. @@ -205,7 +212,10 @@ const ( // ReleaseOfOrphanedResourcesFailed indicates that the `ResourcesApplied` condition is `False`, // because the release of orphaned resources failed. ReleaseOfOrphanedResourcesFailed = "ReleaseOfOrphanedResourcesFailed" - // ConditionHealthChecksPending indicates that the `ResourcesHealthy` condition is `Unknown`, - // because the health checks have not been completely executed yet for the current set of resources. - ConditionHealthChecksPending = "HealthChecksPending" + // ConditionManagedResourceIgnored indicates that the ManagedResource's conditions are not checked, + // because the ManagedResource is marked to be ignored. + ConditionManagedResourceIgnored = "ManagedResourceIgnored" + // ConditionChecksPending indicates that the `ResourcesProgressing` condition is `Unknown`, + // because the condition checks have not been completely executed yet for the current set of resources. + ConditionChecksPending = "ChecksPending" ) diff --git a/vendor/github.com/gardener/gardener/pkg/client/kubernetes/applier.go b/vendor/github.com/gardener/gardener/pkg/client/kubernetes/applier.go index 79edd561..869291a2 100644 --- a/vendor/github.com/gardener/gardener/pkg/client/kubernetes/applier.go +++ b/vendor/github.com/gardener/gardener/pkg/client/kubernetes/applier.go @@ -19,6 +19,7 @@ import ( "context" "fmt" "io" + "strings" utilerrors "github.com/gardener/gardener/pkg/utils/errors" @@ -146,6 +147,29 @@ var ( oldSvcType = string(corev1.ServiceTypeClusterIP) } + annotations, found, _ := unstructured.NestedMap(oldObj.Object, "metadata", "annotations") + if found { + mergedAnnotations := make(map[string]interface{}) + for key, value := range annotations { + annotation := key + annotationValue := value.(string) + for _, keepAnnotation := range keepServiceAnnotations() { + if strings.HasPrefix(annotation, keepAnnotation) { + mergedAnnotations[annotation] = annotationValue + } + } + } + + newAnnotations, found, _ := unstructured.NestedMap(newObj.Object, "metadata", "annotations") + if found { + for key, value := range newAnnotations { + mergedAnnotations[key] = value.(string) + } + } + + _ = unstructured.SetNestedMap(newObj.Object, mergedAnnotations, "metadata", "annotations") + } + switch newSvcType { case string(corev1.ServiceTypeLoadBalancer), string(corev1.ServiceTypeNodePort): oldPorts, found, _ := unstructured.NestedSlice(oldObj.Object, "spec", "ports") @@ -263,6 +287,10 @@ func CopyApplierOptions(in MergeFuncs) MergeFuncs { return out } +func keepServiceAnnotations() []string { + return []string{"loadbalancer.openstack.org"} +} + func (a *defaultApplier) mergeObjects(newObj, oldObj *unstructured.Unstructured, mergeFuncs MergeFuncs) error { newObj.SetResourceVersion(oldObj.GetResourceVersion()) diff --git a/vendor/github.com/gardener/gardener/pkg/client/kubernetes/client.go b/vendor/github.com/gardener/gardener/pkg/client/kubernetes/client.go index f9678d56..2f529f77 100644 --- a/vendor/github.com/gardener/gardener/pkg/client/kubernetes/client.go +++ b/vendor/github.com/gardener/gardener/pkg/client/kubernetes/client.go @@ -40,14 +40,6 @@ import ( versionutils "github.com/gardener/gardener/pkg/utils/version" ) -var ( - // UseCachedRuntimeClients is a flag for enabling cached controller-runtime clients. The CachedRuntimeClients feature - // gate (enabled by default sinde v1.34) causes this flag to be set to true. - // If enabled, the client returned by Interface.Client() will be backed by Interface.Cache(), otherwise it will talk - // directly to the API server. - UseCachedRuntimeClients = false -) - const ( // KubeConfig is the key to the kubeconfig KubeConfig = "kubeconfig" @@ -301,7 +293,7 @@ func newClientSet(conf *Config) (Interface, error) { } var runtimeClient client.Client - if UseCachedRuntimeClients && !conf.disableCache { + if !conf.disableCache { delegatingClient, err := client.NewDelegatingClient(client.NewDelegatingClientInput{ CacheReader: runtimeCache, Client: c, diff --git a/vendor/github.com/gardener/gardener/pkg/client/kubernetes/scaling.go b/vendor/github.com/gardener/gardener/pkg/client/kubernetes/scaling.go index 1275e145..d8355616 100644 --- a/vendor/github.com/gardener/gardener/pkg/client/kubernetes/scaling.go +++ b/vendor/github.com/gardener/gardener/pkg/client/kubernetes/scaling.go @@ -84,3 +84,39 @@ func WaitUntilDeploymentScaledToDesiredReplicas(ctx context.Context, client clie return retry.MinorError(fmt.Errorf("deployment %q currently has '%d' replicas. Desired: %d", key.Name, deployment.Status.AvailableReplicas, desiredReplicas)) }) } + +// WaitUntilStatefulSetScaledToDesiredReplicas waits for the number of available replicas to be equal to the StatefulSet's desired replicas count. +func WaitUntilStatefulSetScaledToDesiredReplicas(ctx context.Context, client client.Client, key types.NamespacedName, desiredReplicas int32) error { + return retry.UntilTimeout(ctx, 5*time.Second, 300*time.Second, func(ctx context.Context) (done bool, err error) { + statefulSet := &appsv1.StatefulSet{} + if err := client.Get(ctx, key, statefulSet); err != nil { + return retry.SevereError(err) + } + + if statefulSet.Generation != statefulSet.Status.ObservedGeneration { + return retry.MinorError(fmt.Errorf("statefullSet %q not observed at latest generation (%d/%d)", key.Name, + statefulSet.Status.ObservedGeneration, statefulSet.Generation)) + } + + if statefulSet.Spec.Replicas == nil || *statefulSet.Spec.Replicas != desiredReplicas { + if statefulSet.Spec.Replicas == nil { + return retry.SevereError(fmt.Errorf("waiting for statefulSet %q to scale failed. spec.replicas is nill. Generation %d", key.Name, statefulSet.Generation)) + } + return retry.SevereError(fmt.Errorf("waiting for statefulSet %q to scale failed. spec.replicas does not match the desired replicas", key.Name)) + } + + if statefulSet.Status.Replicas == desiredReplicas && statefulSet.Status.AvailableReplicas == desiredReplicas { + return retry.Ok() + } + + return retry.MinorError(fmt.Errorf("statefulSet %q currently has '%d' replicas. Desired: %d", key.Name, statefulSet.Status.AvailableReplicas, desiredReplicas)) + }) +} + +// ScaleStatefulSetAndWaitUntilScaled scales a StatefulSet and wait until is scaled. +func ScaleStatefulSetAndWaitUntilScaled(ctx context.Context, c client.Client, key client.ObjectKey, replicas int32) error { + if err := ScaleStatefulSet(ctx, c, key, replicas); err != nil { + return err + } + return WaitUntilStatefulSetScaledToDesiredReplicas(ctx, c, key, replicas) +} diff --git a/vendor/github.com/gardener/gardener/pkg/client/kubernetes/types.go b/vendor/github.com/gardener/gardener/pkg/client/kubernetes/types.go index 9574ecec..2a9623f1 100644 --- a/vendor/github.com/gardener/gardener/pkg/client/kubernetes/types.go +++ b/vendor/github.com/gardener/gardener/pkg/client/kubernetes/types.go @@ -31,7 +31,7 @@ import ( "k8s.io/apimachinery/pkg/runtime/serializer/json" utilruntime "k8s.io/apimachinery/pkg/util/runtime" "k8s.io/apimachinery/pkg/version" - autoscalingv1beta2 "k8s.io/autoscaler/vertical-pod-autoscaler/pkg/apis/autoscaling.k8s.io/v1beta2" + vpaautoscalingv1 "k8s.io/autoscaler/vertical-pod-autoscaler/pkg/apis/autoscaling.k8s.io/v1" kubernetesclientset "k8s.io/client-go/kubernetes" kubernetesscheme "k8s.io/client-go/kubernetes/scheme" "k8s.io/client-go/rest" @@ -109,7 +109,7 @@ func init() { dnsv1alpha1.AddToScheme, extensionsv1alpha1.AddToScheme, resourcesv1alpha1.AddToScheme, - autoscalingv1beta2.AddToScheme, + vpaautoscalingv1.AddToScheme, hvpav1alpha1.AddToScheme, druidv1alpha1.AddToScheme, apiextensionsscheme.AddToScheme, @@ -122,7 +122,7 @@ func init() { kubernetesscheme.AddToScheme, apiextensionsscheme.AddToScheme, apiregistrationscheme.AddToScheme, - autoscalingv1beta2.AddToScheme, + vpaautoscalingv1.AddToScheme, metricsv1beta1.AddToScheme, volumesnapshotv1beta1.AddToScheme, ) diff --git a/vendor/github.com/gardener/gardener/pkg/controllerutils/associations.go b/vendor/github.com/gardener/gardener/pkg/controllerutils/associations.go index eed9b630..ad566ef8 100644 --- a/vendor/github.com/gardener/gardener/pkg/controllerutils/associations.go +++ b/vendor/github.com/gardener/gardener/pkg/controllerutils/associations.go @@ -18,13 +18,13 @@ import ( "context" "fmt" + "github.com/gardener/gardener/pkg/apis/core" + gardencorev1alpha1 "github.com/gardener/gardener/pkg/apis/core/v1alpha1" + gardencorev1beta1 "github.com/gardener/gardener/pkg/apis/core/v1beta1" + "k8s.io/apimachinery/pkg/api/meta" "k8s.io/apimachinery/pkg/runtime" "sigs.k8s.io/controller-runtime/pkg/client" - - gardencorev1alpha1 "github.com/gardener/gardener/pkg/apis/core/v1alpha1" - gardencorev1beta1 "github.com/gardener/gardener/pkg/apis/core/v1beta1" - gardenoperationsv1alpha1 "github.com/gardener/gardener/pkg/apis/operations/v1alpha1" ) // DetermineShootsAssociatedTo gets a <shootLister> to determine the Shoots resources which are associated @@ -89,94 +89,28 @@ func DetermineSecretBindingAssociations(ctx context.Context, c client.Client, qu // DetermineBackupBucketAssociations determine the BackupBucket resources which are associated // to seed with name <seedName> func DetermineBackupBucketAssociations(ctx context.Context, c client.Client, seedName string) ([]string, error) { - return determineAssociations(ctx, c, seedName, &gardencorev1beta1.BackupBucketList{}, func(o runtime.Object) (string, error) { - backupBucket, ok := o.(*gardencorev1beta1.BackupBucket) - if !ok { - return "", fmt.Errorf("got unexpected object when expecting BackupBucket") - } - if backupBucket.Spec.SeedName == nil { - return "", nil - } - return *backupBucket.Spec.SeedName, nil - }) -} - -// DetermineBackupEntryAssociations determine the BackupEntry resources which are associated -// to seed with name <seedName> -func DetermineBackupEntryAssociations(ctx context.Context, c client.Client, seedName string) ([]string, error) { - return determineAssociations(ctx, c, seedName, &gardencorev1beta1.BackupEntryList{}, func(o runtime.Object) (string, error) { - backupEntry, ok := o.(*gardencorev1beta1.BackupEntry) - if !ok { - return "", fmt.Errorf("got unexpected object when expecting BackupEntry") - } - if backupEntry.Spec.SeedName == nil { - return "", nil - } - return *backupEntry.Spec.SeedName, nil - }) -} - -// DetermineBastionAssociations determine the Bastion resources which are associated -// to seed with name <seedName> -func DetermineBastionAssociations(ctx context.Context, c client.Client, seedName string) ([]string, error) { - return determineAssociations(ctx, c, seedName, &gardenoperationsv1alpha1.BastionList{}, func(o runtime.Object) (string, error) { - bastion, ok := o.(*gardenoperationsv1alpha1.Bastion) - if !ok { - return "", fmt.Errorf("got unexpected object when expecting Bastion") - } - if bastion.Spec.SeedName == nil { - return "", nil - } - return *bastion.Spec.SeedName, nil - }) + return determineAssociations(ctx, c, &gardencorev1beta1.BackupBucketList{}, client.MatchingFields{core.BackupBucketSeedName: seedName}) } // DetermineControllerInstallationAssociations determine the ControllerInstallation resources which are associated // to seed with name <seedName> func DetermineControllerInstallationAssociations(ctx context.Context, c client.Client, seedName string) ([]string, error) { - return determineAssociations(ctx, c, seedName, &gardencorev1beta1.ControllerInstallationList{}, func(o runtime.Object) (string, error) { - controllerInstallation, ok := o.(*gardencorev1beta1.ControllerInstallation) - if !ok { - return "", fmt.Errorf("got unexpected object when expecting ControllerInstallation") - } - return controllerInstallation.Spec.SeedRef.Name, nil - }) + return determineAssociations(ctx, c, &gardencorev1beta1.ControllerInstallationList{}, client.MatchingFields{core.SeedRefName: seedName}) } -// DetermineShootAssociations determine the Shoot resources which are associated -// to seed with name <seedName> -func DetermineShootAssociations(ctx context.Context, c client.Client, seedName string) ([]string, error) { - return determineAssociations(ctx, c, seedName, &gardencorev1beta1.ShootList{}, func(o runtime.Object) (string, error) { - shoot, ok := o.(*gardencorev1beta1.Shoot) - if !ok { - return "", fmt.Errorf("got unexpected object when expecting Shoot") - } - if shoot.Spec.SeedName == nil { - return "", nil - } - return *shoot.Spec.SeedName, nil - }) -} - -func determineAssociations(ctx context.Context, c client.Client, seedName string, listObj client.ObjectList, seedNameFunc func(runtime.Object) (string, error)) ([]string, error) { - if err := c.List(ctx, listObj); err != nil { +func determineAssociations(ctx context.Context, c client.Client, listObj client.ObjectList, fieldSelector client.MatchingFields) ([]string, error) { + if err := c.List(ctx, listObj, fieldSelector); err != nil { return nil, err } var associations []string err := meta.EachListItem(listObj, func(obj runtime.Object) error { - name, err := seedNameFunc(obj) + accessor, err := meta.Accessor(obj) if err != nil { return err } - if name == seedName { - accessor, err := meta.Accessor(obj) - if err != nil { - return err - } - associations = append(associations, accessor.GetName()) - } + associations = append(associations, accessor.GetName()) return nil }) return associations, err diff --git a/vendor/github.com/gardener/gardener/pkg/controllerutils/predicate/mapper.go b/vendor/github.com/gardener/gardener/pkg/controllerutils/predicate/mapper.go deleted file mode 100644 index 01311a2b..00000000 --- a/vendor/github.com/gardener/gardener/pkg/controllerutils/predicate/mapper.go +++ /dev/null @@ -1,100 +0,0 @@ -// Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -package predicate - -import ( - "sigs.k8s.io/controller-runtime/pkg/event" - "sigs.k8s.io/controller-runtime/pkg/predicate" - "sigs.k8s.io/controller-runtime/pkg/runtime/inject" -) - -// MapperTrigger is a trigger a Mapper can react upon. -type MapperTrigger uint8 - -const ( - // CreateTrigger is a MapperTrigger for create events. - CreateTrigger MapperTrigger = iota - // UpdateOldTrigger is a MapperTrigger for update events with the old meta and object. - UpdateOldTrigger - // UpdateNewTrigger is a MapperTrigger for update events with the new meta and object. - UpdateNewTrigger - // DeleteTrigger is a MapperTrigger for delete events. - DeleteTrigger - // GenericTrigger is a MapperTrigger for generic events. - GenericTrigger -) - -// Mapper maps any event (in form of a GenericEvent) to a boolean whether the event shall be -// propagated or not. -type Mapper interface { - Map(event event.GenericEvent) bool -} - -// MapperFunc is a function that implements Mapper. -type MapperFunc func(event.GenericEvent) bool - -// Map implements Mapper. -func (f MapperFunc) Map(event event.GenericEvent) bool { - return f(event) -} - -type mapperWithTriggers struct { - triggers map[MapperTrigger]struct{} - mapper Mapper -} - -// FromMapper creates a new predicate from the given Mapper that reacts on the given MapperTriggers. -func FromMapper(mapper Mapper, triggers ...MapperTrigger) predicate.Predicate { - t := make(map[MapperTrigger]struct{}) - for _, trigger := range triggers { - t[trigger] = struct{}{} - } - return &mapperWithTriggers{t, mapper} -} - -func (m *mapperWithTriggers) InjectFunc(f inject.Func) error { - return f(m.mapper) -} - -func (m *mapperWithTriggers) Create(e event.CreateEvent) bool { - if _, ok := m.triggers[CreateTrigger]; ok { - return m.mapper.Map(event.GenericEvent(e)) - } - return true -} - -func (m *mapperWithTriggers) Delete(e event.DeleteEvent) bool { - if _, ok := m.triggers[DeleteTrigger]; ok { - return m.mapper.Map(event.GenericEvent{Object: e.Object}) - } - return true -} - -func (m *mapperWithTriggers) Update(e event.UpdateEvent) bool { - if _, ok := m.triggers[UpdateOldTrigger]; ok { - return m.mapper.Map(event.GenericEvent{Object: e.ObjectOld}) - } - if _, ok := m.triggers[UpdateNewTrigger]; ok { - return m.mapper.Map(event.GenericEvent{Object: e.ObjectNew}) - } - return true -} - -func (m *mapperWithTriggers) Generic(e event.GenericEvent) bool { - if _, ok := m.triggers[GenericTrigger]; ok { - return m.mapper.Map(event.GenericEvent{Object: e.Object}) - } - return true -} diff --git a/vendor/github.com/gardener/gardener/pkg/gardenlet/apis/config/types.go b/vendor/github.com/gardener/gardener/pkg/gardenlet/apis/config/types.go index 60b438d5..23ce3ed9 100644 --- a/vendor/github.com/gardener/gardener/pkg/gardenlet/apis/config/types.go +++ b/vendor/github.com/gardener/gardener/pkg/gardenlet/apis/config/types.go @@ -18,6 +18,7 @@ import ( gardencore "github.com/gardener/gardener/pkg/apis/core" corev1 "k8s.io/api/core/v1" + "k8s.io/apimachinery/pkg/api/resource" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" componentbaseconfig "k8s.io/component-base/config" "k8s.io/klog" @@ -129,6 +130,8 @@ type GardenletControllerConfiguration struct { Shoot *ShootControllerConfiguration // ShootCare defines the configuration of the ShootCare controller. ShootCare *ShootCareControllerConfiguration + // SeedCare defines the configuration of the SeedCare controller. + SeedCare *SeedCareControllerConfiguration // ShootMigration defines the configuration of the ShootMigration controller. ShootMigration *ShootMigrationControllerConfiguration // ShootStateSync defines the configuration of the ShootState controller. @@ -137,6 +140,8 @@ type GardenletControllerConfiguration struct { SeedAPIServerNetworkPolicy *SeedAPIServerNetworkPolicyControllerConfiguration // ManagedSeedControllerConfiguration the configuration of the ManagedSeed controller. ManagedSeed *ManagedSeedControllerConfiguration + // ShootSecretControllerConfiguration the configuration of the ShootSecret controller. + ShootSecret *ShootSecretControllerConfiguration } // BackupBucketControllerConfiguration defines the configuration of the BackupBucket @@ -267,6 +272,16 @@ type ShootCareControllerConfiguration struct { ConditionThresholds []ConditionThreshold } +// SeedCareControllerConfiguration defines the configuration of the SeedCare +// controller. +type SeedCareControllerConfiguration struct { + // SyncPeriod is the duration how often the existing resources are reconciled (how + // often the health check of Seed clusters is performed. + SyncPeriod *metav1.Duration + // ConditionThresholds defines the condition threshold per condition type. + ConditionThresholds []ConditionThreshold +} + // ShootMigrationControllerConfiguration defines the configuration of the ShootMigration // controller. type ShootMigrationControllerConfiguration struct { @@ -282,6 +297,12 @@ type ShootMigrationControllerConfiguration struct { LastOperationStaleDuration *metav1.Duration } +// ShootSecretControllerConfiguration defines the configuration of the ShootSecret controller. +type ShootSecretControllerConfiguration struct { + // ConcurrentSyncs is the number of workers used for the controller to work on events. + ConcurrentSyncs *int +} + // StaleExtensionHealthChecks defines the configuration of the check for stale extension health checks. type StaleExtensionHealthChecks struct { // Enabled specifies whether the check for stale extensions health checks is enabled. @@ -367,7 +388,7 @@ type FluentBit struct { type Loki struct { // Enabled is used to enable or disable the shoot and seed Loki. // If FluentBit is used with a custom output the Loki can, Loki is maybe unused and can be disabled. - // If not set, by default Loki is enabled + // If not set, by default Loki is enabled. Enabled *bool // Garden contains configuration for the Loki in garden namespace. Garden *GardenLoki @@ -375,13 +396,16 @@ type Loki struct { // GardenLoki contains configuration for the Loki in garden namespace. type GardenLoki struct { - // Priority is the priority value for the Loki + // Priority is the priority value for the Loki. Priority *int32 + // Storage is the disk storage capacity of the central Loki. + // Defaults to 100Gi. + Storage *resource.Quantity } // ShootNodeLogging contains configuration for the shoot node logging. type ShootNodeLogging struct { - // ShootPurposes determines which shoots can have node logging by their purpose + // ShootPurposes determines which shoots can have node logging by their purpose. ShootPurposes []gardencore.ShootPurpose } @@ -389,11 +413,11 @@ type ShootNodeLogging struct { type Logging struct { // Enabled is used to enable or disable logging stack for clusters. Enabled *bool - // FluentBit contains configurations for the fluent-bit + // FluentBit contains configurations for the fluent-bit. FluentBit *FluentBit - // Loki contains configuration for the Loki + // Loki contains configuration for the Loki. Loki *Loki - // ShootNodeLogging contains configurations for the shoot node logging + // ShootNodeLogging contains configurations for the shoot node logging. ShootNodeLogging *ShootNodeLogging } @@ -460,6 +484,8 @@ type ETCDConfig struct { CustodianController *CustodianController // BackupCompactionController contains config specific to backup compaction controller BackupCompactionController *BackupCompactionController + // BackupLeaderElection contains configuration for the leader election for the etcd backup-restore sidecar. + BackupLeaderElection *ETCDBackupLeaderElection } // ETCDController contains config specific to ETCD controller @@ -492,6 +518,14 @@ type BackupCompactionController struct { ActiveDeadlineDuration *metav1.Duration } +// ETCDBackupLeaderElection contains configuration for the leader election for the etcd backup-restore sidecar. +type ETCDBackupLeaderElection struct { + // ReelectionPeriod defines the Period after which leadership status of corresponding etcd is checked. + ReelectionPeriod *metav1.Duration + // EtcdConnectionTimeout defines the timeout duration for etcd client connection during leader election. + EtcdConnectionTimeout *metav1.Duration +} + // ExposureClassHandler contains configuration for an exposure class handler. type ExposureClassHandler struct { // Name is the name of the exposure class handler. diff --git a/vendor/github.com/gardener/gardener/pkg/gardenlet/apis/config/v1alpha1/defaults.go b/vendor/github.com/gardener/gardener/pkg/gardenlet/apis/config/v1alpha1/defaults.go index eb01f136..2e0c4390 100644 --- a/vendor/github.com/gardener/gardener/pkg/gardenlet/apis/config/v1alpha1/defaults.go +++ b/vendor/github.com/gardener/gardener/pkg/gardenlet/apis/config/v1alpha1/defaults.go @@ -48,48 +48,6 @@ func SetDefaults_GardenletConfiguration(obj *GardenletConfiguration) { if obj.Controllers == nil { obj.Controllers = &GardenletControllerConfiguration{} } - if obj.Controllers.BackupBucket == nil { - obj.Controllers.BackupBucket = &BackupBucketControllerConfiguration{} - } - if obj.Controllers.BackupEntry == nil { - obj.Controllers.BackupEntry = &BackupEntryControllerConfiguration{} - } - if obj.Controllers.BackupEntryMigration == nil { - obj.Controllers.BackupEntryMigration = &BackupEntryMigrationControllerConfiguration{} - } - if obj.Controllers.Bastion == nil { - obj.Controllers.Bastion = &BastionControllerConfiguration{} - } - if obj.Controllers.ControllerInstallation == nil { - obj.Controllers.ControllerInstallation = &ControllerInstallationControllerConfiguration{} - } - if obj.Controllers.ControllerInstallationCare == nil { - obj.Controllers.ControllerInstallationCare = &ControllerInstallationCareControllerConfiguration{} - } - if obj.Controllers.ControllerInstallationRequired == nil { - obj.Controllers.ControllerInstallationRequired = &ControllerInstallationRequiredControllerConfiguration{} - } - if obj.Controllers.Seed == nil { - obj.Controllers.Seed = &SeedControllerConfiguration{} - } - if obj.Controllers.Shoot == nil { - obj.Controllers.Shoot = &ShootControllerConfiguration{} - } - if obj.Controllers.ShootCare == nil { - obj.Controllers.ShootCare = &ShootCareControllerConfiguration{} - } - if obj.Controllers.ShootMigration == nil { - obj.Controllers.ShootMigration = &ShootMigrationControllerConfiguration{} - } - if obj.Controllers.ShootStateSync == nil { - obj.Controllers.ShootStateSync = &ShootStateSyncControllerConfiguration{} - } - if obj.Controllers.SeedAPIServerNetworkPolicy == nil { - obj.Controllers.SeedAPIServerNetworkPolicy = &SeedAPIServerNetworkPolicyControllerConfiguration{} - } - if obj.Controllers.ManagedSeed == nil { - obj.Controllers.ManagedSeed = &ManagedSeedControllerConfiguration{} - } if obj.LeaderElection == nil { obj.LeaderElection = &componentbaseconfigv1alpha1.LeaderElectionConfiguration{} @@ -120,12 +78,20 @@ func SetDefaults_GardenletConfiguration(obj *GardenletConfiguration) { obj.Server.HTTPS.Port = 2720 } + if obj.Logging == nil { + obj.Logging = &Logging{} + } + // TODO: consider enabling profiling by default (like in k8s components) if obj.SNI == nil { obj.SNI = &SNI{} } + if obj.ETCDConfig == nil { + obj.ETCDConfig = &ETCDConfig{} + } + var defaultSVCName = DefaultSNIIngresServiceName for i, handler := range obj.ExposureClassHandlers { if obj.ExposureClassHandlers[i].SNI == nil { @@ -150,6 +116,58 @@ func SetDefaults_GardenletConfiguration(obj *GardenletConfiguration) { } } +// SetDefaults_GardenletControllerConfiguration sets defaults for the controller objects. +func SetDefaults_GardenletControllerConfiguration(obj *GardenletControllerConfiguration) { + if obj.BackupBucket == nil { + obj.BackupBucket = &BackupBucketControllerConfiguration{} + } + if obj.BackupEntry == nil { + obj.BackupEntry = &BackupEntryControllerConfiguration{} + } + if obj.BackupEntryMigration == nil { + obj.BackupEntryMigration = &BackupEntryMigrationControllerConfiguration{} + } + if obj.Bastion == nil { + obj.Bastion = &BastionControllerConfiguration{} + } + if obj.ControllerInstallation == nil { + obj.ControllerInstallation = &ControllerInstallationControllerConfiguration{} + } + if obj.ControllerInstallationCare == nil { + obj.ControllerInstallationCare = &ControllerInstallationCareControllerConfiguration{} + } + if obj.ControllerInstallationRequired == nil { + obj.ControllerInstallationRequired = &ControllerInstallationRequiredControllerConfiguration{} + } + if obj.Seed == nil { + obj.Seed = &SeedControllerConfiguration{} + } + if obj.Shoot == nil { + obj.Shoot = &ShootControllerConfiguration{} + } + if obj.ShootCare == nil { + obj.ShootCare = &ShootCareControllerConfiguration{} + } + if obj.SeedCare == nil { + obj.SeedCare = &SeedCareControllerConfiguration{} + } + if obj.ShootMigration == nil { + obj.ShootMigration = &ShootMigrationControllerConfiguration{} + } + if obj.ShootSecret == nil { + obj.ShootSecret = &ShootSecretControllerConfiguration{} + } + if obj.ShootStateSync == nil { + obj.ShootStateSync = &ShootStateSyncControllerConfiguration{} + } + if obj.SeedAPIServerNetworkPolicy == nil { + obj.SeedAPIServerNetworkPolicy = &SeedAPIServerNetworkPolicyControllerConfiguration{} + } + if obj.ManagedSeed == nil { + obj.ManagedSeed = &ManagedSeedControllerConfiguration{} + } +} + // SetDefaults_ClientConnectionConfiguration sets defaults for the client connection objects. func SetDefaults_ClientConnectionConfiguration(obj *componentbaseconfigv1alpha1.ClientConnectionConfiguration) { if obj.QPS == 0.0 { @@ -332,6 +350,14 @@ func SetDefaults_ShootCareControllerConfiguration(obj *ShootCareControllerConfig } } +// SetDefaults_SeedCareControllerConfiguration sets defaults for the seed care controller. +func SetDefaults_SeedCareControllerConfiguration(obj *SeedCareControllerConfiguration) { + if obj.SyncPeriod == nil { + v := metav1.Duration{Duration: 30 * time.Second} + obj.SyncPeriod = &v + } +} + // SetDefaults_ShootMigrationControllerConfiguration sets defaults for the shoot migration controller. func SetDefaults_ShootMigrationControllerConfiguration(obj *ShootMigrationControllerConfiguration) { if obj.ConcurrentSyncs == nil { @@ -363,6 +389,13 @@ func SetDefaults_StaleExtensionHealthChecks(obj *StaleExtensionHealthChecks) { } } +// SetDefaults_ShootSecretControllerConfiguration sets defaults for the shoot secret controller. +func SetDefaults_ShootSecretControllerConfiguration(obj *ShootSecretControllerConfiguration) { + if obj.ConcurrentSyncs == nil { + obj.ConcurrentSyncs = pointer.Int(5) + } +} + // SetDefaults_ShootStateSyncControllerConfiguration sets defaults for the shoot state controller. func SetDefaults_ShootStateSyncControllerConfiguration(obj *ShootStateSyncControllerConfiguration) { if obj.ConcurrentSyncs == nil { @@ -443,3 +476,50 @@ func SetDefaults_SNIIngress(obj *SNIIngress) { } } } + +// SetDefaults_Logging sets defaults for the Logging stack. +func SetDefaults_Logging(obj *Logging) { + if obj.Enabled == nil { + obj.Enabled = pointer.BoolPtr(false) + } + if obj.Loki == nil { + obj.Loki = &Loki{} + } + if obj.Loki.Enabled == nil { + obj.Loki.Enabled = obj.Enabled + } + if obj.Loki.Garden == nil { + obj.Loki.Garden = &GardenLoki{} + } + if obj.Loki.Garden.Storage == nil { + obj.Loki.Garden.Storage = &DefaultCentralLokiStorage + } +} + +// SetDefaults_ETCDConfig sets defaults for the ETCD. +func SetDefaults_ETCDConfig(obj *ETCDConfig) { + if obj.ETCDController == nil { + obj.ETCDController = &ETCDController{} + } + if obj.ETCDController.Workers == nil { + obj.ETCDController.Workers = pointer.Int64(50) + } + if obj.CustodianController == nil { + obj.CustodianController = &CustodianController{} + } + if obj.CustodianController.Workers == nil { + obj.CustodianController.Workers = pointer.Int64(10) + } + if obj.BackupCompactionController == nil { + obj.BackupCompactionController = &BackupCompactionController{} + } + if obj.BackupCompactionController.Workers == nil { + obj.BackupCompactionController.Workers = pointer.Int64(3) + } + if obj.BackupCompactionController.EnableBackupCompaction == nil { + obj.BackupCompactionController.EnableBackupCompaction = pointer.Bool(false) + } + if obj.BackupCompactionController.EventsThreshold == nil { + obj.BackupCompactionController.EventsThreshold = pointer.Int64(1000000) + } +} diff --git a/vendor/github.com/gardener/gardener/pkg/gardenlet/apis/config/v1alpha1/types.go b/vendor/github.com/gardener/gardener/pkg/gardenlet/apis/config/v1alpha1/types.go index 876aa4fa..d02fc9f9 100644 --- a/vendor/github.com/gardener/gardener/pkg/gardenlet/apis/config/v1alpha1/types.go +++ b/vendor/github.com/gardener/gardener/pkg/gardenlet/apis/config/v1alpha1/types.go @@ -20,6 +20,7 @@ import ( gardencorev1beta1 "github.com/gardener/gardener/pkg/apis/core/v1beta1" corev1 "k8s.io/api/core/v1" + "k8s.io/apimachinery/pkg/api/resource" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" componentbaseconfigv1alpha1 "k8s.io/component-base/config/v1alpha1" "k8s.io/klog" @@ -163,6 +164,9 @@ type GardenletControllerConfiguration struct { // ShootCare defines the configuration of the ShootCare controller. // +optional ShootCare *ShootCareControllerConfiguration `json:"shootCare,omitempty"` + // SeedCare defines the configuration of the SeedCare controller. + // +optional + SeedCare *SeedCareControllerConfiguration `json:"seedCare,omitempty"` // ShootMigration defines the configuration of the ShootMigration controller. // +optional ShootMigration *ShootMigrationControllerConfiguration `json:"shootMigration,omitempty"` @@ -175,6 +179,9 @@ type GardenletControllerConfiguration struct { // ManagedSeedControllerConfiguration the configuration of the ManagedSeed controller. // +optional ManagedSeed *ManagedSeedControllerConfiguration `json:"managedSeed,omitempty"` + // ShootSecretControllerConfiguration the configuration of the ShootSecret controller. + // +optional + ShootSecret *ShootSecretControllerConfiguration `json:"shootSecret,omitempty"` } // BackupBucketControllerConfiguration defines the configuration of the BackupBucket @@ -333,6 +340,18 @@ type ShootCareControllerConfiguration struct { ConditionThresholds []ConditionThreshold `json:"conditionThresholds,omitempty"` } +// SeedCareControllerConfiguration defines the configuration of the SeedCare +// controller. +type SeedCareControllerConfiguration struct { + // SyncPeriod is the duration how often the existing resources are reconciled (how + // often the health check of Seed clusters is performed + // +optional + SyncPeriod *metav1.Duration `json:"syncPeriod,omitempty"` + // ConditionThresholds defines the condition threshold per condition type. + // +optional + ConditionThresholds []ConditionThreshold `json:"conditionThresholds,omitempty"` +} + // ShootMigrationControllerConfiguration defines the configuration of the ShootMigration // controller. type ShootMigrationControllerConfiguration struct { @@ -352,6 +371,13 @@ type ShootMigrationControllerConfiguration struct { LastOperationStaleDuration *metav1.Duration `json:"lastOperationStaleDuration,omitempty"` } +// ShootSecretControllerConfiguration defines the configuration of the ShootSecret controller. +type ShootSecretControllerConfiguration struct { + // ConcurrentSyncs is the number of workers used for the controller to work on events. + // +optional + ConcurrentSyncs *int `json:"concurrentSyncs,omitempty"` +} + // StaleExtensionHealthChecks defines the configuration of the check for stale extension health checks. type StaleExtensionHealthChecks struct { // Enabled specifies whether the check for stale extensions health checks is enabled. @@ -461,7 +487,12 @@ type Loki struct { // GardenLoki contains configuration for the Loki in garden namespace. type GardenLoki struct { // Priority is the priority value for the Loki + // +optional Priority *int `json:"priority,omitempty" yaml:"priority,omitempty"` + // Storage is the disk storage capacity of the central Loki. + // Defaults to 100Gi. + // +optional + Storage *resource.Quantity `json:"storage,omitempty" yaml:"storage,omitempty"` } // ShootNodeLogging contains configuration for the shoot node logging. @@ -559,6 +590,9 @@ type ETCDConfig struct { // BackupCompactionController contains config specific to backup compaction controller // +optional BackupCompactionController *BackupCompactionController `json:"backupCompactionController,omitempty"` + // BackupLeaderElection contains configuration for the leader election for the etcd backup-restore sidecar. + // +optional + BackupLeaderElection *ETCDBackupLeaderElection `json:"backupLeaderElection,omitempty"` } // ETCDController contains config specific to ETCD controller @@ -597,6 +631,16 @@ type BackupCompactionController struct { ActiveDeadlineDuration *metav1.Duration `json:"activeDeadlineDuration,omitempty"` } +// ETCDBackupLeaderElection contains configuration for the leader election for the etcd backup-restore sidecar. +type ETCDBackupLeaderElection struct { + // ReelectionPeriod defines the Period after which leadership status of corresponding etcd is checked. + // +optional + ReelectionPeriod *metav1.Duration `json:"reelectionPeriod,omitempty"` + // EtcdConnectionTimeout defines the timeout duration for etcd client connection during leader election. + // +optional + EtcdConnectionTimeout *metav1.Duration `json:"etcdConnectionTimeout,omitempty"` +} + // ExposureClassHandler contains configuration for an exposure class handler. type ExposureClassHandler struct { // Name is the name of the exposure class handler. @@ -699,3 +743,6 @@ const ( // DefaultControllerSyncPeriod is a default value for sync period for controllers. var DefaultControllerSyncPeriod = metav1.Duration{Duration: time.Minute} + +// DefaultCentralLokiStorage is a default value for garden/loki's storage. +var DefaultCentralLokiStorage = resource.MustParse("100Gi") diff --git a/vendor/github.com/gardener/gardener/pkg/gardenlet/apis/config/v1alpha1/zz_generated.conversion.go b/vendor/github.com/gardener/gardener/pkg/gardenlet/apis/config/v1alpha1/zz_generated.conversion.go index 6480d38c..15b5089b 100644 --- a/vendor/github.com/gardener/gardener/pkg/gardenlet/apis/config/v1alpha1/zz_generated.conversion.go +++ b/vendor/github.com/gardener/gardener/pkg/gardenlet/apis/config/v1alpha1/zz_generated.conversion.go @@ -28,6 +28,7 @@ import ( v1beta1 "github.com/gardener/gardener/pkg/apis/core/v1beta1" config "github.com/gardener/gardener/pkg/gardenlet/apis/config" corev1 "k8s.io/api/core/v1" + resource "k8s.io/apimachinery/pkg/api/resource" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" conversion "k8s.io/apimachinery/pkg/conversion" runtime "k8s.io/apimachinery/pkg/runtime" @@ -143,6 +144,16 @@ func RegisterConversions(s *runtime.Scheme) error { }); err != nil { return err } + if err := s.AddGeneratedConversionFunc((*ETCDBackupLeaderElection)(nil), (*config.ETCDBackupLeaderElection)(nil), func(a, b interface{}, scope conversion.Scope) error { + return Convert_v1alpha1_ETCDBackupLeaderElection_To_config_ETCDBackupLeaderElection(a.(*ETCDBackupLeaderElection), b.(*config.ETCDBackupLeaderElection), scope) + }); err != nil { + return err + } + if err := s.AddGeneratedConversionFunc((*config.ETCDBackupLeaderElection)(nil), (*ETCDBackupLeaderElection)(nil), func(a, b interface{}, scope conversion.Scope) error { + return Convert_config_ETCDBackupLeaderElection_To_v1alpha1_ETCDBackupLeaderElection(a.(*config.ETCDBackupLeaderElection), b.(*ETCDBackupLeaderElection), scope) + }); err != nil { + return err + } if err := s.AddGeneratedConversionFunc((*ETCDConfig)(nil), (*config.ETCDConfig)(nil), func(a, b interface{}, scope conversion.Scope) error { return Convert_v1alpha1_ETCDConfig_To_config_ETCDConfig(a.(*ETCDConfig), b.(*config.ETCDConfig), scope) }); err != nil { @@ -333,6 +344,16 @@ func RegisterConversions(s *runtime.Scheme) error { }); err != nil { return err } + if err := s.AddGeneratedConversionFunc((*SeedCareControllerConfiguration)(nil), (*config.SeedCareControllerConfiguration)(nil), func(a, b interface{}, scope conversion.Scope) error { + return Convert_v1alpha1_SeedCareControllerConfiguration_To_config_SeedCareControllerConfiguration(a.(*SeedCareControllerConfiguration), b.(*config.SeedCareControllerConfiguration), scope) + }); err != nil { + return err + } + if err := s.AddGeneratedConversionFunc((*config.SeedCareControllerConfiguration)(nil), (*SeedCareControllerConfiguration)(nil), func(a, b interface{}, scope conversion.Scope) error { + return Convert_config_SeedCareControllerConfiguration_To_v1alpha1_SeedCareControllerConfiguration(a.(*config.SeedCareControllerConfiguration), b.(*SeedCareControllerConfiguration), scope) + }); err != nil { + return err + } if err := s.AddGeneratedConversionFunc((*SeedClientConnection)(nil), (*config.SeedClientConnection)(nil), func(a, b interface{}, scope conversion.Scope) error { return Convert_v1alpha1_SeedClientConnection_To_config_SeedClientConnection(a.(*SeedClientConnection), b.(*config.SeedClientConnection), scope) }); err != nil { @@ -443,6 +464,16 @@ func RegisterConversions(s *runtime.Scheme) error { }); err != nil { return err } + if err := s.AddGeneratedConversionFunc((*ShootSecretControllerConfiguration)(nil), (*config.ShootSecretControllerConfiguration)(nil), func(a, b interface{}, scope conversion.Scope) error { + return Convert_v1alpha1_ShootSecretControllerConfiguration_To_config_ShootSecretControllerConfiguration(a.(*ShootSecretControllerConfiguration), b.(*config.ShootSecretControllerConfiguration), scope) + }); err != nil { + return err + } + if err := s.AddGeneratedConversionFunc((*config.ShootSecretControllerConfiguration)(nil), (*ShootSecretControllerConfiguration)(nil), func(a, b interface{}, scope conversion.Scope) error { + return Convert_config_ShootSecretControllerConfiguration_To_v1alpha1_ShootSecretControllerConfiguration(a.(*config.ShootSecretControllerConfiguration), b.(*ShootSecretControllerConfiguration), scope) + }); err != nil { + return err + } if err := s.AddGeneratedConversionFunc((*ShootStateSyncControllerConfiguration)(nil), (*config.ShootStateSyncControllerConfiguration)(nil), func(a, b interface{}, scope conversion.Scope) error { return Convert_v1alpha1_ShootStateSyncControllerConfiguration_To_config_ShootStateSyncControllerConfiguration(a.(*ShootStateSyncControllerConfiguration), b.(*config.ShootStateSyncControllerConfiguration), scope) }); err != nil { @@ -706,10 +737,33 @@ func Convert_config_CustodianController_To_v1alpha1_CustodianController(in *conf return autoConvert_config_CustodianController_To_v1alpha1_CustodianController(in, out, s) } +func autoConvert_v1alpha1_ETCDBackupLeaderElection_To_config_ETCDBackupLeaderElection(in *ETCDBackupLeaderElection, out *config.ETCDBackupLeaderElection, s conversion.Scope) error { + out.ReelectionPeriod = (*v1.Duration)(unsafe.Pointer(in.ReelectionPeriod)) + out.EtcdConnectionTimeout = (*v1.Duration)(unsafe.Pointer(in.EtcdConnectionTimeout)) + return nil +} + +// Convert_v1alpha1_ETCDBackupLeaderElection_To_config_ETCDBackupLeaderElection is an autogenerated conversion function. +func Convert_v1alpha1_ETCDBackupLeaderElection_To_config_ETCDBackupLeaderElection(in *ETCDBackupLeaderElection, out *config.ETCDBackupLeaderElection, s conversion.Scope) error { + return autoConvert_v1alpha1_ETCDBackupLeaderElection_To_config_ETCDBackupLeaderElection(in, out, s) +} + +func autoConvert_config_ETCDBackupLeaderElection_To_v1alpha1_ETCDBackupLeaderElection(in *config.ETCDBackupLeaderElection, out *ETCDBackupLeaderElection, s conversion.Scope) error { + out.ReelectionPeriod = (*v1.Duration)(unsafe.Pointer(in.ReelectionPeriod)) + out.EtcdConnectionTimeout = (*v1.Duration)(unsafe.Pointer(in.EtcdConnectionTimeout)) + return nil +} + +// Convert_config_ETCDBackupLeaderElection_To_v1alpha1_ETCDBackupLeaderElection is an autogenerated conversion function. +func Convert_config_ETCDBackupLeaderElection_To_v1alpha1_ETCDBackupLeaderElection(in *config.ETCDBackupLeaderElection, out *ETCDBackupLeaderElection, s conversion.Scope) error { + return autoConvert_config_ETCDBackupLeaderElection_To_v1alpha1_ETCDBackupLeaderElection(in, out, s) +} + func autoConvert_v1alpha1_ETCDConfig_To_config_ETCDConfig(in *ETCDConfig, out *config.ETCDConfig, s conversion.Scope) error { out.ETCDController = (*config.ETCDController)(unsafe.Pointer(in.ETCDController)) out.CustodianController = (*config.CustodianController)(unsafe.Pointer(in.CustodianController)) out.BackupCompactionController = (*config.BackupCompactionController)(unsafe.Pointer(in.BackupCompactionController)) + out.BackupLeaderElection = (*config.ETCDBackupLeaderElection)(unsafe.Pointer(in.BackupLeaderElection)) return nil } @@ -722,6 +776,7 @@ func autoConvert_config_ETCDConfig_To_v1alpha1_ETCDConfig(in *config.ETCDConfig, out.ETCDController = (*ETCDController)(unsafe.Pointer(in.ETCDController)) out.CustodianController = (*CustodianController)(unsafe.Pointer(in.CustodianController)) out.BackupCompactionController = (*BackupCompactionController)(unsafe.Pointer(in.BackupCompactionController)) + out.BackupLeaderElection = (*ETCDBackupLeaderElection)(unsafe.Pointer(in.BackupLeaderElection)) return nil } @@ -842,6 +897,7 @@ func autoConvert_v1alpha1_GardenLoki_To_config_GardenLoki(in *GardenLoki, out *c } else { out.Priority = nil } + out.Storage = (*resource.Quantity)(unsafe.Pointer(in.Storage)) return nil } @@ -858,6 +914,7 @@ func autoConvert_config_GardenLoki_To_v1alpha1_GardenLoki(in *config.GardenLoki, } else { out.Priority = nil } + out.Storage = (*resource.Quantity)(unsafe.Pointer(in.Storage)) return nil } @@ -1043,10 +1100,12 @@ func autoConvert_v1alpha1_GardenletControllerConfiguration_To_config_GardenletCo out.Seed = (*config.SeedControllerConfiguration)(unsafe.Pointer(in.Seed)) out.Shoot = (*config.ShootControllerConfiguration)(unsafe.Pointer(in.Shoot)) out.ShootCare = (*config.ShootCareControllerConfiguration)(unsafe.Pointer(in.ShootCare)) + out.SeedCare = (*config.SeedCareControllerConfiguration)(unsafe.Pointer(in.SeedCare)) out.ShootMigration = (*config.ShootMigrationControllerConfiguration)(unsafe.Pointer(in.ShootMigration)) out.ShootStateSync = (*config.ShootStateSyncControllerConfiguration)(unsafe.Pointer(in.ShootStateSync)) out.SeedAPIServerNetworkPolicy = (*config.SeedAPIServerNetworkPolicyControllerConfiguration)(unsafe.Pointer(in.SeedAPIServerNetworkPolicy)) out.ManagedSeed = (*config.ManagedSeedControllerConfiguration)(unsafe.Pointer(in.ManagedSeed)) + out.ShootSecret = (*config.ShootSecretControllerConfiguration)(unsafe.Pointer(in.ShootSecret)) return nil } @@ -1066,10 +1125,12 @@ func autoConvert_config_GardenletControllerConfiguration_To_v1alpha1_GardenletCo out.Seed = (*SeedControllerConfiguration)(unsafe.Pointer(in.Seed)) out.Shoot = (*ShootControllerConfiguration)(unsafe.Pointer(in.Shoot)) out.ShootCare = (*ShootCareControllerConfiguration)(unsafe.Pointer(in.ShootCare)) + out.SeedCare = (*SeedCareControllerConfiguration)(unsafe.Pointer(in.SeedCare)) out.ShootMigration = (*ShootMigrationControllerConfiguration)(unsafe.Pointer(in.ShootMigration)) out.ShootStateSync = (*ShootStateSyncControllerConfiguration)(unsafe.Pointer(in.ShootStateSync)) out.SeedAPIServerNetworkPolicy = (*SeedAPIServerNetworkPolicyControllerConfiguration)(unsafe.Pointer(in.SeedAPIServerNetworkPolicy)) out.ManagedSeed = (*ManagedSeedControllerConfiguration)(unsafe.Pointer(in.ManagedSeed)) + out.ShootSecret = (*ShootSecretControllerConfiguration)(unsafe.Pointer(in.ShootSecret)) return nil } @@ -1364,6 +1425,28 @@ func Convert_config_SeedAPIServerNetworkPolicyControllerConfiguration_To_v1alpha return autoConvert_config_SeedAPIServerNetworkPolicyControllerConfiguration_To_v1alpha1_SeedAPIServerNetworkPolicyControllerConfiguration(in, out, s) } +func autoConvert_v1alpha1_SeedCareControllerConfiguration_To_config_SeedCareControllerConfiguration(in *SeedCareControllerConfiguration, out *config.SeedCareControllerConfiguration, s conversion.Scope) error { + out.SyncPeriod = (*v1.Duration)(unsafe.Pointer(in.SyncPeriod)) + out.ConditionThresholds = *(*[]config.ConditionThreshold)(unsafe.Pointer(&in.ConditionThresholds)) + return nil +} + +// Convert_v1alpha1_SeedCareControllerConfiguration_To_config_SeedCareControllerConfiguration is an autogenerated conversion function. +func Convert_v1alpha1_SeedCareControllerConfiguration_To_config_SeedCareControllerConfiguration(in *SeedCareControllerConfiguration, out *config.SeedCareControllerConfiguration, s conversion.Scope) error { + return autoConvert_v1alpha1_SeedCareControllerConfiguration_To_config_SeedCareControllerConfiguration(in, out, s) +} + +func autoConvert_config_SeedCareControllerConfiguration_To_v1alpha1_SeedCareControllerConfiguration(in *config.SeedCareControllerConfiguration, out *SeedCareControllerConfiguration, s conversion.Scope) error { + out.SyncPeriod = (*v1.Duration)(unsafe.Pointer(in.SyncPeriod)) + out.ConditionThresholds = *(*[]ConditionThreshold)(unsafe.Pointer(&in.ConditionThresholds)) + return nil +} + +// Convert_config_SeedCareControllerConfiguration_To_v1alpha1_SeedCareControllerConfiguration is an autogenerated conversion function. +func Convert_config_SeedCareControllerConfiguration_To_v1alpha1_SeedCareControllerConfiguration(in *config.SeedCareControllerConfiguration, out *SeedCareControllerConfiguration, s conversion.Scope) error { + return autoConvert_config_SeedCareControllerConfiguration_To_v1alpha1_SeedCareControllerConfiguration(in, out, s) +} + func autoConvert_v1alpha1_SeedClientConnection_To_config_SeedClientConnection(in *SeedClientConnection, out *config.SeedClientConnection, s conversion.Scope) error { if err := configv1alpha1.Convert_v1alpha1_ClientConnectionConfiguration_To_config_ClientConnectionConfiguration(&in.ClientConnectionConfiguration, &out.ClientConnectionConfiguration, s); err != nil { return err @@ -1634,6 +1717,26 @@ func Convert_config_ShootNodeLogging_To_v1alpha1_ShootNodeLogging(in *config.Sho return autoConvert_config_ShootNodeLogging_To_v1alpha1_ShootNodeLogging(in, out, s) } +func autoConvert_v1alpha1_ShootSecretControllerConfiguration_To_config_ShootSecretControllerConfiguration(in *ShootSecretControllerConfiguration, out *config.ShootSecretControllerConfiguration, s conversion.Scope) error { + out.ConcurrentSyncs = (*int)(unsafe.Pointer(in.ConcurrentSyncs)) + return nil +} + +// Convert_v1alpha1_ShootSecretControllerConfiguration_To_config_ShootSecretControllerConfiguration is an autogenerated conversion function. +func Convert_v1alpha1_ShootSecretControllerConfiguration_To_config_ShootSecretControllerConfiguration(in *ShootSecretControllerConfiguration, out *config.ShootSecretControllerConfiguration, s conversion.Scope) error { + return autoConvert_v1alpha1_ShootSecretControllerConfiguration_To_config_ShootSecretControllerConfiguration(in, out, s) +} + +func autoConvert_config_ShootSecretControllerConfiguration_To_v1alpha1_ShootSecretControllerConfiguration(in *config.ShootSecretControllerConfiguration, out *ShootSecretControllerConfiguration, s conversion.Scope) error { + out.ConcurrentSyncs = (*int)(unsafe.Pointer(in.ConcurrentSyncs)) + return nil +} + +// Convert_config_ShootSecretControllerConfiguration_To_v1alpha1_ShootSecretControllerConfiguration is an autogenerated conversion function. +func Convert_config_ShootSecretControllerConfiguration_To_v1alpha1_ShootSecretControllerConfiguration(in *config.ShootSecretControllerConfiguration, out *ShootSecretControllerConfiguration, s conversion.Scope) error { + return autoConvert_config_ShootSecretControllerConfiguration_To_v1alpha1_ShootSecretControllerConfiguration(in, out, s) +} + func autoConvert_v1alpha1_ShootStateSyncControllerConfiguration_To_config_ShootStateSyncControllerConfiguration(in *ShootStateSyncControllerConfiguration, out *config.ShootStateSyncControllerConfiguration, s conversion.Scope) error { out.ConcurrentSyncs = (*int)(unsafe.Pointer(in.ConcurrentSyncs)) out.SyncPeriod = (*v1.Duration)(unsafe.Pointer(in.SyncPeriod)) diff --git a/vendor/github.com/gardener/gardener/pkg/gardenlet/apis/config/v1alpha1/zz_generated.deepcopy.go b/vendor/github.com/gardener/gardener/pkg/gardenlet/apis/config/v1alpha1/zz_generated.deepcopy.go index d376f456..7d740ac8 100644 --- a/vendor/github.com/gardener/gardener/pkg/gardenlet/apis/config/v1alpha1/zz_generated.deepcopy.go +++ b/vendor/github.com/gardener/gardener/pkg/gardenlet/apis/config/v1alpha1/zz_generated.deepcopy.go @@ -281,6 +281,32 @@ func (in *CustodianController) DeepCopy() *CustodianController { return out } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *ETCDBackupLeaderElection) DeepCopyInto(out *ETCDBackupLeaderElection) { + *out = *in + if in.ReelectionPeriod != nil { + in, out := &in.ReelectionPeriod, &out.ReelectionPeriod + *out = new(v1.Duration) + **out = **in + } + if in.EtcdConnectionTimeout != nil { + in, out := &in.EtcdConnectionTimeout, &out.EtcdConnectionTimeout + *out = new(v1.Duration) + **out = **in + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ETCDBackupLeaderElection. +func (in *ETCDBackupLeaderElection) DeepCopy() *ETCDBackupLeaderElection { + if in == nil { + return nil + } + out := new(ETCDBackupLeaderElection) + in.DeepCopyInto(out) + return out +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ETCDConfig) DeepCopyInto(out *ETCDConfig) { *out = *in @@ -299,6 +325,11 @@ func (in *ETCDConfig) DeepCopyInto(out *ETCDConfig) { *out = new(BackupCompactionController) (*in).DeepCopyInto(*out) } + if in.BackupLeaderElection != nil { + in, out := &in.BackupLeaderElection, &out.BackupLeaderElection + *out = new(ETCDBackupLeaderElection) + (*in).DeepCopyInto(*out) + } return } @@ -431,6 +462,11 @@ func (in *GardenLoki) DeepCopyInto(out *GardenLoki) { *out = new(int) **out = **in } + if in.Storage != nil { + in, out := &in.Storage, &out.Storage + x := (*in).DeepCopy() + *out = &x + } return } @@ -616,6 +652,11 @@ func (in *GardenletControllerConfiguration) DeepCopyInto(out *GardenletControlle *out = new(ShootCareControllerConfiguration) (*in).DeepCopyInto(*out) } + if in.SeedCare != nil { + in, out := &in.SeedCare, &out.SeedCare + *out = new(SeedCareControllerConfiguration) + (*in).DeepCopyInto(*out) + } if in.ShootMigration != nil { in, out := &in.ShootMigration, &out.ShootMigration *out = new(ShootMigrationControllerConfiguration) @@ -636,6 +677,11 @@ func (in *GardenletControllerConfiguration) DeepCopyInto(out *GardenletControlle *out = new(ManagedSeedControllerConfiguration) (*in).DeepCopyInto(*out) } + if in.ShootSecret != nil { + in, out := &in.ShootSecret, &out.ShootSecret + *out = new(ShootSecretControllerConfiguration) + (*in).DeepCopyInto(*out) + } return } @@ -954,6 +1000,32 @@ func (in *SeedAPIServerNetworkPolicyControllerConfiguration) DeepCopy() *SeedAPI return out } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *SeedCareControllerConfiguration) DeepCopyInto(out *SeedCareControllerConfiguration) { + *out = *in + if in.SyncPeriod != nil { + in, out := &in.SyncPeriod, &out.SyncPeriod + *out = new(v1.Duration) + **out = **in + } + if in.ConditionThresholds != nil { + in, out := &in.ConditionThresholds, &out.ConditionThresholds + *out = make([]ConditionThreshold, len(*in)) + copy(*out, *in) + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SeedCareControllerConfiguration. +func (in *SeedCareControllerConfiguration) DeepCopy() *SeedCareControllerConfiguration { + if in == nil { + return nil + } + out := new(SeedCareControllerConfiguration) + in.DeepCopyInto(out) + return out +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *SeedClientConnection) DeepCopyInto(out *SeedClientConnection) { *out = *in @@ -1246,6 +1318,27 @@ func (in *ShootNodeLogging) DeepCopy() *ShootNodeLogging { return out } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *ShootSecretControllerConfiguration) DeepCopyInto(out *ShootSecretControllerConfiguration) { + *out = *in + if in.ConcurrentSyncs != nil { + in, out := &in.ConcurrentSyncs, &out.ConcurrentSyncs + *out = new(int) + **out = **in + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ShootSecretControllerConfiguration. +func (in *ShootSecretControllerConfiguration) DeepCopy() *ShootSecretControllerConfiguration { + if in == nil { + return nil + } + out := new(ShootSecretControllerConfiguration) + in.DeepCopyInto(out) + return out +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ShootStateSyncControllerConfiguration) DeepCopyInto(out *ShootStateSyncControllerConfiguration) { *out = *in diff --git a/vendor/github.com/gardener/gardener/pkg/gardenlet/apis/config/v1alpha1/zz_generated.defaults.go b/vendor/github.com/gardener/gardener/pkg/gardenlet/apis/config/v1alpha1/zz_generated.defaults.go index db487fb6..99a09849 100644 --- a/vendor/github.com/gardener/gardener/pkg/gardenlet/apis/config/v1alpha1/zz_generated.defaults.go +++ b/vendor/github.com/gardener/gardener/pkg/gardenlet/apis/config/v1alpha1/zz_generated.defaults.go @@ -45,6 +45,7 @@ func SetObjectDefaults_GardenletConfiguration(in *GardenletConfiguration) { SetDefaults_ClientConnectionConfiguration(&in.ShootClientConnection.ClientConnectionConfiguration) } if in.Controllers != nil { + SetDefaults_GardenletControllerConfiguration(in.Controllers) if in.Controllers.BackupBucket != nil { SetDefaults_BackupBucketControllerConfiguration(in.Controllers.BackupBucket) } @@ -78,6 +79,9 @@ func SetObjectDefaults_GardenletConfiguration(in *GardenletConfiguration) { SetDefaults_StaleExtensionHealthChecks(in.Controllers.ShootCare.StaleExtensionHealthChecks) } } + if in.Controllers.SeedCare != nil { + SetDefaults_SeedCareControllerConfiguration(in.Controllers.SeedCare) + } if in.Controllers.ShootMigration != nil { SetDefaults_ShootMigrationControllerConfiguration(in.Controllers.ShootMigration) } @@ -90,16 +94,25 @@ func SetObjectDefaults_GardenletConfiguration(in *GardenletConfiguration) { if in.Controllers.ManagedSeed != nil { SetDefaults_ManagedSeedControllerConfiguration(in.Controllers.ManagedSeed) } + if in.Controllers.ShootSecret != nil { + SetDefaults_ShootSecretControllerConfiguration(in.Controllers.ShootSecret) + } } if in.LeaderElection != nil { SetDefaults_LeaderElectionConfiguration(in.LeaderElection) } + if in.Logging != nil { + SetDefaults_Logging(in.Logging) + } if in.SNI != nil { SetDefaults_SNI(in.SNI) if in.SNI.Ingress != nil { SetDefaults_SNIIngress(in.SNI.Ingress) } } + if in.ETCDConfig != nil { + SetDefaults_ETCDConfig(in.ETCDConfig) + } for i := range in.ExposureClassHandlers { a := &in.ExposureClassHandlers[i] if a.SNI != nil { diff --git a/vendor/github.com/gardener/gardener/pkg/gardenlet/apis/config/zz_generated.deepcopy.go b/vendor/github.com/gardener/gardener/pkg/gardenlet/apis/config/zz_generated.deepcopy.go index dc48e587..3c370c29 100644 --- a/vendor/github.com/gardener/gardener/pkg/gardenlet/apis/config/zz_generated.deepcopy.go +++ b/vendor/github.com/gardener/gardener/pkg/gardenlet/apis/config/zz_generated.deepcopy.go @@ -281,6 +281,32 @@ func (in *CustodianController) DeepCopy() *CustodianController { return out } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *ETCDBackupLeaderElection) DeepCopyInto(out *ETCDBackupLeaderElection) { + *out = *in + if in.ReelectionPeriod != nil { + in, out := &in.ReelectionPeriod, &out.ReelectionPeriod + *out = new(v1.Duration) + **out = **in + } + if in.EtcdConnectionTimeout != nil { + in, out := &in.EtcdConnectionTimeout, &out.EtcdConnectionTimeout + *out = new(v1.Duration) + **out = **in + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ETCDBackupLeaderElection. +func (in *ETCDBackupLeaderElection) DeepCopy() *ETCDBackupLeaderElection { + if in == nil { + return nil + } + out := new(ETCDBackupLeaderElection) + in.DeepCopyInto(out) + return out +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ETCDConfig) DeepCopyInto(out *ETCDConfig) { *out = *in @@ -299,6 +325,11 @@ func (in *ETCDConfig) DeepCopyInto(out *ETCDConfig) { *out = new(BackupCompactionController) (*in).DeepCopyInto(*out) } + if in.BackupLeaderElection != nil { + in, out := &in.BackupLeaderElection, &out.BackupLeaderElection + *out = new(ETCDBackupLeaderElection) + (*in).DeepCopyInto(*out) + } return } @@ -431,6 +462,11 @@ func (in *GardenLoki) DeepCopyInto(out *GardenLoki) { *out = new(int32) **out = **in } + if in.Storage != nil { + in, out := &in.Storage, &out.Storage + x := (*in).DeepCopy() + *out = &x + } return } @@ -616,6 +652,11 @@ func (in *GardenletControllerConfiguration) DeepCopyInto(out *GardenletControlle *out = new(ShootCareControllerConfiguration) (*in).DeepCopyInto(*out) } + if in.SeedCare != nil { + in, out := &in.SeedCare, &out.SeedCare + *out = new(SeedCareControllerConfiguration) + (*in).DeepCopyInto(*out) + } if in.ShootMigration != nil { in, out := &in.ShootMigration, &out.ShootMigration *out = new(ShootMigrationControllerConfiguration) @@ -636,6 +677,11 @@ func (in *GardenletControllerConfiguration) DeepCopyInto(out *GardenletControlle *out = new(ManagedSeedControllerConfiguration) (*in).DeepCopyInto(*out) } + if in.ShootSecret != nil { + in, out := &in.ShootSecret, &out.ShootSecret + *out = new(ShootSecretControllerConfiguration) + (*in).DeepCopyInto(*out) + } return } @@ -954,6 +1000,32 @@ func (in *SeedAPIServerNetworkPolicyControllerConfiguration) DeepCopy() *SeedAPI return out } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *SeedCareControllerConfiguration) DeepCopyInto(out *SeedCareControllerConfiguration) { + *out = *in + if in.SyncPeriod != nil { + in, out := &in.SyncPeriod, &out.SyncPeriod + *out = new(v1.Duration) + **out = **in + } + if in.ConditionThresholds != nil { + in, out := &in.ConditionThresholds, &out.ConditionThresholds + *out = make([]ConditionThreshold, len(*in)) + copy(*out, *in) + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SeedCareControllerConfiguration. +func (in *SeedCareControllerConfiguration) DeepCopy() *SeedCareControllerConfiguration { + if in == nil { + return nil + } + out := new(SeedCareControllerConfiguration) + in.DeepCopyInto(out) + return out +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *SeedClientConnection) DeepCopyInto(out *SeedClientConnection) { *out = *in @@ -1246,6 +1318,27 @@ func (in *ShootNodeLogging) DeepCopy() *ShootNodeLogging { return out } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *ShootSecretControllerConfiguration) DeepCopyInto(out *ShootSecretControllerConfiguration) { + *out = *in + if in.ConcurrentSyncs != nil { + in, out := &in.ConcurrentSyncs, &out.ConcurrentSyncs + *out = new(int) + **out = **in + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ShootSecretControllerConfiguration. +func (in *ShootSecretControllerConfiguration) DeepCopy() *ShootSecretControllerConfiguration { + if in == nil { + return nil + } + out := new(ShootSecretControllerConfiguration) + in.DeepCopyInto(out) + return out +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ShootStateSyncControllerConfiguration) DeepCopyInto(out *ShootStateSyncControllerConfiguration) { *out = *in diff --git a/vendor/github.com/gardener/gardener/pkg/resourcemanager/controller/garbagecollector/references/references.go b/vendor/github.com/gardener/gardener/pkg/resourcemanager/controller/garbagecollector/references/references.go index b56676ff..b61dd0fb 100644 --- a/vendor/github.com/gardener/gardener/pkg/resourcemanager/controller/garbagecollector/references/references.go +++ b/vendor/github.com/gardener/gardener/pkg/resourcemanager/controller/garbagecollector/references/references.go @@ -187,6 +187,18 @@ func computeAnnotations(spec corev1.PodSpec, additional ...string) map[string]st if volume.ConfigMap != nil { out[AnnotationKey(KindConfigMap, volume.ConfigMap.Name)] = volume.ConfigMap.Name } + + if volume.Projected != nil { + for _, source := range volume.Projected.Sources { + if source.Secret != nil { + out[AnnotationKey(KindSecret, source.Secret.Name)] = source.Secret.Name + } + + if source.ConfigMap != nil { + out[AnnotationKey(KindConfigMap, source.ConfigMap.Name)] = source.ConfigMap.Name + } + } + } } for _, v := range additional { diff --git a/vendor/github.com/gardener/gardener/pkg/utils/encoding.go b/vendor/github.com/gardener/gardener/pkg/utils/encoding.go index 7709afa2..ca69bc73 100644 --- a/vendor/github.com/gardener/gardener/pkg/utils/encoding.go +++ b/vendor/github.com/gardener/gardener/pkg/utils/encoding.go @@ -133,11 +133,11 @@ func EncodeSHA1(in []byte) string { return EncodeBase64(SHA1(in)) } -// CreateSHA1Secret takes a username and a password and returns a sha1-schemed credentials pair as string. -func CreateSHA1Secret(username, password []byte) string { - credentials := append([]byte(username), ":{SHA}"...) +// CreateSHA1Secret takes a username and a password and returns a sha1-schemed credentials pair as bytes. +func CreateSHA1Secret(username, password []byte) []byte { + credentials := append(username, ":{SHA}"...) credentials = append(credentials, EncodeSHA1(password)...) - return EncodeBase64(credentials) + return credentials } // ComputeSHA1Hex computes the hexadecimal representation of the SHA1 hash of the given input byte diff --git a/vendor/github.com/gardener/gardener/pkg/utils/infodata/infodata.go b/vendor/github.com/gardener/gardener/pkg/utils/infodata/infodata.go deleted file mode 100644 index 3e99a9c8..00000000 --- a/vendor/github.com/gardener/gardener/pkg/utils/infodata/infodata.go +++ /dev/null @@ -1,89 +0,0 @@ -/* - * Copyright 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - * - */ - -package infodata - -import ( - "fmt" - "sync" - - gardencorev1alpha1 "github.com/gardener/gardener/pkg/apis/core/v1alpha1" - gardencorev1alpha1helper "github.com/gardener/gardener/pkg/apis/core/v1alpha1/helper" - "k8s.io/apimachinery/pkg/runtime" -) - -var lock sync.Mutex -var types = map[TypeVersion]Unmarshaller{} - -// Register is used to register new InfoData type versions -func Register(typeversion TypeVersion, unmarshaller Unmarshaller) { - lock.Lock() - defer lock.Unlock() - types[typeversion] = unmarshaller -} - -// GetUnmarshaller returns an Unmarshaller for the given typeName. -func GetUnmarshaller(typeName TypeVersion) Unmarshaller { - lock.Lock() - defer lock.Unlock() - return types[typeName] -} - -// Unmarshal unmarshals a GardenerResourceData into its respective Go struct representation -func Unmarshal(entry *gardencorev1alpha1.GardenerResourceData) (InfoData, error) { - unmarshaller := GetUnmarshaller(TypeVersion(entry.Type)) - if unmarshaller == nil { - return nil, fmt.Errorf("unknown info data type %q", entry.Type) - } - data, err := unmarshaller(entry.Data.Raw) - if err != nil { - return nil, fmt.Errorf("cannot unmarshal data set %q of type %q: %s", entry.Name, entry.Type, err) - } - return data, nil -} - -// GetInfoData retrieves the go representation of an object from the GardenerResourceDataList -func GetInfoData(resourceDataList gardencorev1alpha1helper.GardenerResourceDataList, name string) (InfoData, error) { - resourceData := resourceDataList.Get(name) - if resourceData == nil { - return nil, nil - } - - return Unmarshal(resourceData) -} - -// UpsertInfoData updates or inserts an InfoData object into the GardenerResourceDataList -func UpsertInfoData(resourceDataList *gardencorev1alpha1helper.GardenerResourceDataList, name string, data InfoData) error { - if _, ok := data.(*emptyInfoData); ok { - return nil - } - - bytes, err := data.Marshal() - if err != nil { - return err - } - - gardenerResourceData := &gardencorev1alpha1.GardenerResourceData{ - Name: name, - Type: string(data.TypeVersion()), - Data: runtime.RawExtension{Raw: bytes}, - } - - resourceDataList.Upsert(gardenerResourceData) - return nil -} diff --git a/vendor/github.com/gardener/gardener/pkg/utils/infodata/types.go b/vendor/github.com/gardener/gardener/pkg/utils/infodata/types.go deleted file mode 100644 index af4fd11e..00000000 --- a/vendor/github.com/gardener/gardener/pkg/utils/infodata/types.go +++ /dev/null @@ -1,50 +0,0 @@ -/* - * Copyright 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - * - */ - -package infodata - -// TypeVersion is the potentially versioned type name of an InfoData representation. -type TypeVersion string - -// Unmarshaller is a factory to create a dedicated InfoData object from a byte stream -type Unmarshaller func(data []byte) (InfoData, error) - -// InfoData is an interface which allows -type InfoData interface { - TypeVersion() TypeVersion - Marshal() ([]byte, error) -} - -// Loader is an interface which declares methods that can be used to extract InfoData from Kubernetes resources data. -// TODO: This interface can be removed in a later version after all resources have been synced to the ShootState. -type Loader interface { - LoadFromSecretData(map[string][]byte) (InfoData, error) -} - -type emptyInfoData struct{} - -func (*emptyInfoData) Marshal() ([]byte, error) { - return nil, nil -} - -func (*emptyInfoData) TypeVersion() TypeVersion { - return "" -} - -// EmptyInfoData is an infodata which does not contain any information. -var EmptyInfoData = &emptyInfoData{} diff --git a/vendor/github.com/gardener/gardener/pkg/utils/kubernetes/kubernetes.go b/vendor/github.com/gardener/gardener/pkg/utils/kubernetes/kubernetes.go index e7a496b5..68999e53 100644 --- a/vendor/github.com/gardener/gardener/pkg/utils/kubernetes/kubernetes.go +++ b/vendor/github.com/gardener/gardener/pkg/utils/kubernetes/kubernetes.go @@ -634,15 +634,16 @@ func CertificatesV1beta1UsagesToCertificatesV1Usages(usages []certificatesv1beta } // NewKubeconfig returns a new kubeconfig structure. -func NewKubeconfig(contextName, server string, caCert []byte, authInfo clientcmdv1.AuthInfo) *clientcmdv1.Config { +func NewKubeconfig(contextName string, cluster clientcmdv1.Cluster, authInfo clientcmdv1.AuthInfo) *clientcmdv1.Config { + if !strings.HasPrefix(cluster.Server, "https://") { + cluster.Server = "https://" + cluster.Server + } + return &clientcmdv1.Config{ CurrentContext: contextName, Clusters: []clientcmdv1.NamedCluster{{ - Name: contextName, - Cluster: clientcmdv1.Cluster{ - Server: `https://` + server, - CertificateAuthorityData: caCert, - }, + Name: contextName, + Cluster: cluster, }}, AuthInfos: []clientcmdv1.NamedAuthInfo{{ Name: contextName, diff --git a/vendor/github.com/gardener/gardener/pkg/utils/secrets/alias.go b/vendor/github.com/gardener/gardener/pkg/utils/secrets/alias.go new file mode 100644 index 00000000..961d3e00 --- /dev/null +++ b/vendor/github.com/gardener/gardener/pkg/utils/secrets/alias.go @@ -0,0 +1,77 @@ +// Copyright (c) 2022 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package secrets + +import ( + "crypto/rsa" + "io" + "strings" + + "github.com/gardener/gardener/pkg/utils" + + "k8s.io/apimachinery/pkg/util/clock" +) + +var ( + // GenerateRandomString is an alias for utils.GenerateRandomString. Exposed for testing. + GenerateRandomString = utils.GenerateRandomString + // FakeGenerateRandomString is a fake for GenerateRandomString. + FakeGenerateRandomString = func(n int) (string, error) { + return strings.Repeat("_", n), nil + } + + // GenerateKey is an alias for rsa.GenerateKey. Exposed for testing. + GenerateKey = rsa.GenerateKey + // FakeGenerateKey is a fake for GenerateKey. + FakeGenerateKey = func(_ io.Reader, _ int) (*rsa.PrivateKey, error) { + return utils.DecodePrivateKey([]byte(`-----BEGIN RSA PRIVATE KEY----- +MIIEogIBAAKCAQEAyV6ZuR4gSzCF/zO06xEv6RGmDUnXOHAZVck4pVhY/Id8j2zj +rVlBZp1klARK/Mt1BPOmRKQtg753UCewYjpRdThyzsicKz4Flg4m72p57bWs/wi+ +j2N5Rc0eF98Ry//FY6Gbs5VJViz7WSfEoXaSFEYIkv+CKKAQ9J0kkiYztiyz+p/u +SD7sIOAVksj4M5/D+4GVtqJV+4aSdUotoueehJ1fwmc/ZTsczMXAnLcV6BP9N0GX +5bUBW+s/HSMLndEy+GSye1KdgLZilzAodmtetQdLYCOXZsivfdCeF8lsLjLV/ouA +M+FwwM5QbU1i+iYRqVk8Apyzs9WMvuAp8mq5UQIDAQABAoH/O8fZ2xsWezvsi9bN +3vs7PfX/VfKV8itVWiJirrOLt2yBjhLFhLD6uXwAX/DmUiYUl2O9+KLE4FerFCC0 +PHUTubkIXFsyAaRoBCQvauQxTmCg+xWdfPQLDK3YQT34CpfkAa/4iVfIbczs0Yr8 +1PJea6Ze5UT1Xxol7ni4Yqr0ryAPbJBn+18OifcSxh2H+d7+AEFo/Vg2LVFTiuhW +kpg2xvkmSFjOcIWGUYOlwwnaOjlhiAmCntCAXbz2Ly44rfJlBLzfAAB5CqGzDs2B +Z0YGZoFPQurxkzNGh2d9sV0aHcyf4ZwSbvcsd4gvBhpSp2/Q/mvfdl4av5cKnsli +WJWxAoGBAOqdWcE42I/botGEIfqxssHKyxqQld8RiXjAypPlhx8uRH949sToevZs +BVCgLId8mPJxuTSvbgbdHyZ14dzc+cIcDSNnW8anUTW98lmwTWIJN/awOTSlgpV2 +4wBdVCLxlutsE6fEQTIJRkQ+XeVV0n8hOiz4GJQWLV1pp1rzYy73AoGBANu5fKR7 +8FXWAfC5zmJAkisK02l7FeRQoHUfgACLE74Vt3BEZhLJHpYTJZrYi9r/buMsi52g ++Rgz4pItgy85ibe21+5G6yQtQP68mjnecMEjSZIa8G6RoY13Ki4+UOysGWul48rR +Lwq75Cv+0AHUS0A9NxYrY+X2Q9cLsg6Mm5/3AoGBAOe38WX9lya+btkv/79ysnLk +sCTUmLFwyK4S/AGGuSX6tHySJGfmlUu89KLlEBXg4c7Ss3FtsuXkj1eVJjbVqXgl +7HQDKYnSx0qlCC+9CTDCmhtzgYyVy5uDiEBb7TV2FvD+FYulMh8ROe09C8/uK7CU +SLkRcHUSUkvohfo2WMeRAoGAa0hK2okFVPPUKLSgV4rNk6SKiyMlEkBnyCgkOJ+v +eQ1jbraG3D9E5uPcZZm716cGfndeiA1z8mRLCTKdre47Fu94yQfpgdVyua5e40h/ +512Sa3spz+LdbZQ0jTWyD40MMGpkKcAvZt9MzkpxR6NfRrNc9T8kXMD8aMB2JPJ0 +fgsCgYEAzBjM5L4kKcyF5mC1v6NyEaQB8Cve3gfFatLfFrjNwHbvdY5PEa/x0NqS +4qJs/0Ieluo9jRo5pPd0O1u9hDVeSh2sSs9fzOtjHzbnZ7o8pTY3dzMBhO7fxPBU +i/WyG5dokMowEJSvpCBwHbAYMLlNK7oMUpXlqcRoYo24U6Mwj68= +-----END RSA PRIVATE KEY-----`)) + } + + // GenerateVPNKey is an alias for generateVPNKey. Exposed for testing. + GenerateVPNKey = generateVPNKey + // FakeGenerateVPNKey is a fake for GenerateVPNKey. + FakeGenerateVPNKey = func() ([]byte, error) { + return []byte("key"), nil + } + + // Clock is an alias for clock.RealClock. Exposed for testing. + Clock clock.Clock = clock.RealClock{} +) diff --git a/vendor/github.com/gardener/gardener/pkg/utils/secrets/basic_auth.go b/vendor/github.com/gardener/gardener/pkg/utils/secrets/basic_auth.go index 8a60b984..29d4dd07 100644 --- a/vendor/github.com/gardener/gardener/pkg/utils/secrets/basic_auth.go +++ b/vendor/github.com/gardener/gardener/pkg/utils/secrets/basic_auth.go @@ -19,7 +19,7 @@ import ( "strings" "github.com/gardener/gardener/pkg/utils" - "github.com/gardener/gardener/pkg/utils/infodata" + "k8s.io/apiserver/pkg/authentication/user" ) @@ -38,6 +38,8 @@ const ( DataKeyUserName = "username" // DataKeyPassword is the key in a secret data holding the password. DataKeyPassword = "password" + // DataKeySHA1Auth is the key in a secret data holding the sha1-schemed credentials pair as string. + DataKeySHA1Auth = "auth" ) // BasicAuthSecretConfig contains the specification for a to-be-generated basic authentication secret. @@ -65,61 +67,11 @@ func (s *BasicAuthSecretConfig) GetName() string { // Generate implements ConfigInterface. func (s *BasicAuthSecretConfig) Generate() (DataInterface, error) { - return s.GenerateBasicAuth() -} - -// GenerateInfoData implements ConfigInterface. -func (s *BasicAuthSecretConfig) GenerateInfoData() (infodata.InfoData, error) { - password, err := utils.GenerateRandomString(s.PasswordLength) + password, err := GenerateRandomString(s.PasswordLength) if err != nil { return nil, err } - return NewBasicAuthInfoData(password), nil -} - -// GenerateFromInfoData implements ConfigInteface -func (s *BasicAuthSecretConfig) GenerateFromInfoData(infoData infodata.InfoData) (DataInterface, error) { - data, ok := infoData.(*BasicAuthInfoData) - if !ok { - return nil, fmt.Errorf("could not convert InfoData entry %s to BasicAuthInfoData", s.Name) - } - - password := data.Password - return s.generateWithPassword(password) -} - -// LoadFromSecretData implements infodata.Loader -func (s *BasicAuthSecretConfig) LoadFromSecretData(secretData map[string][]byte) (infodata.InfoData, error) { - var password string - - switch s.Format { - case BasicAuthFormatNormal: - password = string(secretData[DataKeyPassword]) - case BasicAuthFormatCSV: - csv := strings.Split(string(secretData[DataKeyCSV]), ",") - if len(csv) < 2 { - return nil, fmt.Errorf("invalid CSV for loading basic auth data: %s", string(secretData[DataKeyCSV])) - } - password = csv[0] - } - - return NewBasicAuthInfoData(password), nil -} - -// GenerateBasicAuth computes a username,password and the hash of the password keypair. It uses "admin" as username and generates a -// random password of length 32. -func (s *BasicAuthSecretConfig) GenerateBasicAuth() (*BasicAuth, error) { - password, err := utils.GenerateRandomString(s.PasswordLength) - if err != nil { - return nil, err - } - - return s.generateWithPassword(password) -} - -// generateWithPassword returns a BasicAuth secret DataInterface with the given password. -func (s *BasicAuthSecretConfig) generateWithPassword(password string) (*BasicAuth, error) { basicAuth := &BasicAuth{ Name: s.Name, Format: s.Format, @@ -139,6 +91,7 @@ func (b *BasicAuth) SecretData() map[string][]byte { case BasicAuthFormatNormal: data[DataKeyUserName] = []byte(b.Username) data[DataKeyPassword] = []byte(b.Password) + data[DataKeySHA1Auth] = utils.CreateSHA1Secret(data[DataKeyUserName], data[DataKeyPassword]) fallthrough @@ -157,8 +110,8 @@ func LoadBasicAuthFromCSV(name string, data []byte) (*BasicAuth, error) { } return &BasicAuth{ - Name: name, - + Name: name, + Format: BasicAuthFormatCSV, Username: csv[1], Password: csv[0], }, nil diff --git a/vendor/github.com/gardener/gardener/pkg/utils/secrets/basic_auth_infodata.go b/vendor/github.com/gardener/gardener/pkg/utils/secrets/basic_auth_infodata.go deleted file mode 100644 index 9c85f4bf..00000000 --- a/vendor/github.com/gardener/gardener/pkg/utils/secrets/basic_auth_infodata.go +++ /dev/null @@ -1,68 +0,0 @@ -// Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -package secrets - -import ( - "encoding/json" - "fmt" - - "github.com/gardener/gardener/pkg/utils/infodata" -) - -// BasicAuthDataType is the type used to denote an BasicAuthJSONData structure in the ShootState -const BasicAuthDataType = infodata.TypeVersion("basicAuth") - -func init() { - infodata.Register(BasicAuthDataType, UnmarshalBasicAuth) -} - -// BasicAuthJSONData is the json representation of BasicAuthInfoData used to store BasicAuth metadata in the ShootState -type BasicAuthJSONData struct { - Password string `json:"password"` -} - -// UnmarshalBasicAuth unmarshals an BasicAuthJSONData into a BasicAuthInfoData struct. -func UnmarshalBasicAuth(bytes []byte) (infodata.InfoData, error) { - if bytes == nil { - return nil, fmt.Errorf("no data given") - } - data := &BasicAuthJSONData{} - err := json.Unmarshal(bytes, data) - if err != nil { - return nil, err - } - - return NewBasicAuthInfoData(data.Password), nil -} - -// BasicAuthInfoData holds the password used for basic authentication. -type BasicAuthInfoData struct { - Password string -} - -// TypeVersion implements InfoData -func (b *BasicAuthInfoData) TypeVersion() infodata.TypeVersion { - return BasicAuthDataType -} - -// Marshal implements InfoData -func (b *BasicAuthInfoData) Marshal() ([]byte, error) { - return json.Marshal(&BasicAuthJSONData{b.Password}) -} - -// NewBasicAuthInfoData creates a new BasicAuthInfoData struct with the given password. -func NewBasicAuthInfoData(password string) infodata.InfoData { - return &BasicAuthInfoData{password} -} diff --git a/vendor/github.com/gardener/gardener/pkg/utils/secrets/certificate_bundle.go b/vendor/github.com/gardener/gardener/pkg/utils/secrets/certificate_bundle.go new file mode 100644 index 00000000..f88f2e22 --- /dev/null +++ b/vendor/github.com/gardener/gardener/pkg/utils/secrets/certificate_bundle.go @@ -0,0 +1,56 @@ +// Copyright (c) 2022 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package secrets + +// DataKeyCertificateBundle is the key in the data map for the certificate bundle. +const DataKeyCertificateBundle = "bundle.crt" + +// CertificateBundleSecretConfig is configuration for certificate bundles. +type CertificateBundleSecretConfig struct { + Name string + CertificatePEMs [][]byte +} + +// CertificateBundle contains the name and the generated certificate bundle. +type CertificateBundle struct { + Name string + Bundle []byte +} + +// GetName returns the name of the secret. +func (s *CertificateBundleSecretConfig) GetName() string { + return s.Name +} + +// Generate implements ConfigInterface. +func (s *CertificateBundleSecretConfig) Generate() (DataInterface, error) { + return &CertificateBundle{ + Name: s.Name, + Bundle: s.generateBundle(), + }, nil +} + +func (s *CertificateBundleSecretConfig) generateBundle() []byte { + var bundle []byte + for _, pem := range s.CertificatePEMs { + bundle = append(bundle, pem...) + } + return bundle +} + +// SecretData computes the data map which can be used in a Kubernetes secret. +func (v *CertificateBundle) SecretData() map[string][]byte { + return map[string][]byte{DataKeyCertificateBundle: v.Bundle} +} diff --git a/vendor/github.com/gardener/gardener/pkg/utils/secrets/certificates.go b/vendor/github.com/gardener/gardener/pkg/utils/secrets/certificates.go index 436f6c4f..4954f146 100644 --- a/vendor/github.com/gardener/gardener/pkg/utils/secrets/certificates.go +++ b/vendor/github.com/gardener/gardener/pkg/utils/secrets/certificates.go @@ -15,27 +15,19 @@ package secrets import ( - "context" "crypto/rand" "crypto/rsa" "crypto/x509" "crypto/x509/pkix" - "fmt" "math/big" "net" "os" "path/filepath" - "sync" "time" "github.com/gardener/gardener/pkg/utils" - "github.com/gardener/gardener/pkg/utils/infodata" - kutil "github.com/gardener/gardener/pkg/utils/kubernetes" - corev1 "k8s.io/api/core/v1" - metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/util/clock" - "sigs.k8s.io/controller-runtime/pkg/client" ) // CertType is a string alias for certificate types. @@ -82,7 +74,8 @@ type CertificateSecretConfig struct { SigningCA *Certificate PKCS int - Validity *time.Duration + Validity *time.Duration + SkipPublishingCACertificate bool Clock clock.Clock } @@ -92,7 +85,8 @@ type CertificateSecretConfig struct { type Certificate struct { Name string - CA *Certificate + CA *Certificate + SkipPublishingCACertificate bool PrivateKey *rsa.PrivateKey PrivateKeyPEM []byte @@ -111,79 +105,17 @@ func (s *CertificateSecretConfig) Generate() (DataInterface, error) { return s.GenerateCertificate() } -// GenerateInfoData implements ConfigInterface -func (s *CertificateSecretConfig) GenerateInfoData() (infodata.InfoData, error) { - data, err := s.GenerateCertificate() - if err != nil { - return nil, err - } - - if len(data.PrivateKeyPEM) == 0 && len(data.CertificatePEM) == 0 { - return nil, nil - } - - infoData := NewCertificateInfoData(data.PrivateKeyPEM, data.CertificatePEM) - return infoData, nil -} - -// GenerateFromInfoData implements ConfigInterface -func (s *CertificateSecretConfig) GenerateFromInfoData(infoData infodata.InfoData) (DataInterface, error) { - data, ok := infoData.(*CertificateInfoData) - if !ok { - return nil, fmt.Errorf("could not convert InfoData entry %s to CertificateInfoData", s.Name) - } - certificateObj := &Certificate{ - Name: s.Name, - CA: s.SigningCA, - - PrivateKeyPEM: data.PrivateKey, - CertificatePEM: data.Certificate, - } - - var err error - if s.PKCS == PKCS1 { - certificateObj.PrivateKey, err = utils.DecodePrivateKey(data.PrivateKey) - } else if s.PKCS == PKCS8 { - certificateObj.PrivateKey, err = utils.DecodeRSAPrivateKeyFromPKCS8(data.PrivateKey) - } - if err != nil { - return nil, err - } - - certificateObj.Certificate, err = utils.DecodeCertificate(data.Certificate) - if err != nil { - return nil, err - } - return certificateObj, nil -} - -// LoadFromSecretData implements infodata.Loader -func (s *CertificateSecretConfig) LoadFromSecretData(secretData map[string][]byte) (infodata.InfoData, error) { - var ( - privateKeyPEM []byte - certificatePEM []byte - ) - if s.CertType == CACert { - privateKeyPEM = secretData[DataKeyPrivateKeyCA] - certificatePEM = secretData[DataKeyCertificateCA] - } else { - privateKeyPEM = secretData[DataKeyPrivateKey] - certificatePEM = secretData[DataKeyCertificate] - } - - return NewCertificateInfoData(privateKeyPEM, certificatePEM), nil -} - -// GenerateCertificate computes a CA, server, or client certificate based on the configuration. +// GenerateCertificate is the same as Generate but returns a *Certificate instead of the DataInterface. func (s *CertificateSecretConfig) GenerateCertificate() (*Certificate, error) { certificateObj := &Certificate{ - Name: s.Name, - CA: s.SigningCA, + Name: s.Name, + CA: s.SigningCA, + SkipPublishingCACertificate: s.SkipPublishingCACertificate, } // If no cert type is given then we only return a certificate object that contains the CA. if s.CertType != "" { - privateKey, err := generateRSAPrivateKey(2048) + privateKey, err := GenerateKey(rand.Reader, 2048) if err != nil { return nil, err } @@ -239,7 +171,9 @@ func (c *Certificate) SecretData() map[string][]byte { // keys in the secret data. data[DataKeyPrivateKey] = c.PrivateKeyPEM data[DataKeyCertificate] = c.CertificatePEM - data[DataKeyCertificateCA] = c.CA.CertificatePEM + if !c.SkipPublishingCACertificate { + data[DataKeyCertificateCA] = c.CA.CertificatePEM + } } return data @@ -268,21 +202,6 @@ func LoadCertificate(name string, privateKeyPEM, certificatePEM []byte) (*Certif }, nil } -// LoadCAFromSecret loads a CA certificate from an existing Kubernetes secret object. It returns the secret, the Certificate and an error. -func LoadCAFromSecret(ctx context.Context, k8sClient client.Client, namespace, name string) (*corev1.Secret, *Certificate, error) { - secret := &corev1.Secret{} - if err := k8sClient.Get(ctx, kutil.Key(namespace, name), secret); err != nil { - return nil, nil, err - } - - certificate, err := LoadCertificate(name, secret.Data[DataKeyPrivateKeyCA], secret.Data[DataKeyCertificateCA]) - if err != nil { - return nil, nil, err - } - - return secret, certificate, nil -} - // generateCertificateTemplate creates a X509 Certificate object based on the provided information regarding // common name, organization, SANs (DNS names and IP addresses). It can create a server or a client certificate // or both, depending on the <certType> value. If <isCACert> is true, then a CA certificate is being created. @@ -345,93 +264,6 @@ func signCertificate(certificateTemplate *x509.Certificate, privateKey *rsa.Priv return utils.EncodeCertificate(certificate), nil } -func generateCA(ctx context.Context, c client.Client, config *CertificateSecretConfig, namespace string) (*corev1.Secret, *Certificate, error) { - certificate, err := config.GenerateCertificate() - if err != nil { - return nil, nil, err - } - - secret := &corev1.Secret{ - ObjectMeta: metav1.ObjectMeta{ - Name: config.GetName(), - Namespace: namespace, - }, - Type: corev1.SecretTypeOpaque, - Data: certificate.SecretData(), - } - - if err := c.Create(ctx, secret); err != nil { - return nil, nil, err - } - return secret, certificate, nil -} - -func loadCA(name string, existingSecret *corev1.Secret) (*corev1.Secret, *Certificate, error) { - certificate, err := LoadCertificate(name, existingSecret.Data[DataKeyPrivateKeyCA], existingSecret.Data[DataKeyCertificateCA]) - if err != nil { - return nil, nil, err - } - return existingSecret, certificate, nil -} - -// GenerateCertificateAuthorities get a map of wanted certificates and check If they exist in the existingSecretsMap based on the keys in the map. If they exist it get only the certificate from the corresponding -// existing secret and makes a certificate DataInterface from the existing secret. If there is no existing secret contaning the wanted certificate, we make one certificate and with it we deploy in K8s cluster -// a secret with that certificate and then return the newly existing secret. The function returns a map of secrets contaning the wanted CA, a map with the wanted CA certificate and an error. -func GenerateCertificateAuthorities(ctx context.Context, c client.Client, existingSecretsMap map[string]*corev1.Secret, wantedCertificateAuthorities map[string]*CertificateSecretConfig, namespace string) (map[string]*corev1.Secret, map[string]*Certificate, error) { - type caOutput struct { - secret *corev1.Secret - certificate *Certificate - err error - } - - var ( - certificateAuthorities = map[string]*Certificate{} - generatedSecrets = map[string]*corev1.Secret{} - results = make(chan *caOutput) - wg sync.WaitGroup - errorList = []error{} - ) - - for name, config := range wantedCertificateAuthorities { - wg.Add(1) - - if existingSecret, ok := existingSecretsMap[name]; !ok { - go func(config *CertificateSecretConfig) { - defer wg.Done() - secret, certificate, err := generateCA(ctx, c, config, namespace) - results <- &caOutput{secret, certificate, err} - }(config) - } else { - go func(name string, existingSecret *corev1.Secret) { - defer wg.Done() - secret, certificate, err := loadCA(name, existingSecret) - results <- &caOutput{secret, certificate, err} - }(name, existingSecret) - } - } - - go func() { - wg.Wait() - close(results) - }() - - for out := range results { - if out.err != nil { - errorList = append(errorList, out.err) - continue - } - generatedSecrets[out.secret.Name] = out.secret - certificateAuthorities[out.secret.Name] = out.certificate - } - - // Wait and check whether an error occurred during the parallel processing of the Secret creation. - if len(errorList) > 0 { - return nil, nil, fmt.Errorf("errors occurred during certificate authority generation: %+v", errorList) - } - - return generatedSecrets, certificateAuthorities, nil -} - // TemporaryDirectoryForSelfGeneratedTLSCertificatesPattern is a constant for the pattern used when creating a temporary // directory for self-generated certificates. const TemporaryDirectoryForSelfGeneratedTLSCertificatesPattern = "self-generated-server-certificates-" @@ -446,51 +278,42 @@ func SelfGenerateTLSServerCertificate(name string, dnsNames []string, ips []net. return nil, nil, "", err } - caCertificateConfig := &CertificateSecretConfig{ + caCertificate, err := (&CertificateSecretConfig{ Name: name, CommonName: name, CertType: CACert, - } - caCertificate, err := caCertificateConfig.GenerateCertificate() + }).GenerateCertificate() if err != nil { return nil, nil, "", err } - if err := os.WriteFile(filepath.Join(tempDir, DataKeyCertificateCA), caCertificate.CertificatePEM, 0644); err != nil { + caCertificateData := caCertificate.SecretData() + + if err := os.WriteFile(filepath.Join(tempDir, DataKeyCertificateCA), caCertificateData[DataKeyCertificateCA], 0644); err != nil { return nil, nil, "", err } - if err := os.WriteFile(filepath.Join(tempDir, DataKeyPrivateKeyCA), caCertificate.PrivateKeyPEM, 0644); err != nil { + if err := os.WriteFile(filepath.Join(tempDir, DataKeyPrivateKeyCA), caCertificateData[DataKeyPrivateKeyCA], 0644); err != nil { return nil, nil, "", err } - certificateConfig := &CertificateSecretConfig{ + certificate, err := (&CertificateSecretConfig{ Name: name, CommonName: name, DNSNames: dnsNames, IPAddresses: ips, CertType: ServerCert, SigningCA: caCertificate, - } - certificate, err := certificateConfig.GenerateCertificate() + }).GenerateCertificate() if err != nil { return nil, nil, "", err } - if err := os.WriteFile(filepath.Join(tempDir, DataKeyCertificate), certificate.CertificatePEM, 0644); err != nil { + certificateData := certificate.SecretData() + + if err := os.WriteFile(filepath.Join(tempDir, DataKeyCertificate), certificateData[DataKeyCertificate], 0644); err != nil { return nil, nil, "", err } - if err := os.WriteFile(filepath.Join(tempDir, DataKeyPrivateKey), certificate.PrivateKeyPEM, 0644); err != nil { + if err := os.WriteFile(filepath.Join(tempDir, DataKeyPrivateKey), certificateData[DataKeyPrivateKey], 0644); err != nil { return nil, nil, "", err } return certificate, caCertificate, tempDir, nil } - -// CertificateIsExpired returns `true` if the given certificate is expired. -// The given `renewalWindow` lets the certificate expire earlier. -func CertificateIsExpired(clock clock.Clock, cert []byte, renewalWindow time.Duration) (bool, error) { - x509, err := utils.DecodeCertificate(cert) - if err != nil { - return false, err - } - - return clock.Now().After(x509.NotAfter.Add(-renewalWindow)), nil -} diff --git a/vendor/github.com/gardener/gardener/pkg/utils/secrets/certificates_infodata.go b/vendor/github.com/gardener/gardener/pkg/utils/secrets/certificates_infodata.go deleted file mode 100644 index d11069ee..00000000 --- a/vendor/github.com/gardener/gardener/pkg/utils/secrets/certificates_infodata.go +++ /dev/null @@ -1,70 +0,0 @@ -// Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -package secrets - -import ( - "encoding/json" - "fmt" - - "github.com/gardener/gardener/pkg/utils/infodata" -) - -// CertificateDataType is the type used to denote an CertificateJSONData structure in the ShootState -const CertificateDataType = infodata.TypeVersion("certificate") - -func init() { - infodata.Register(CertificateDataType, UnmarshalCert) -} - -// CertificateJSONData is the json representation of CertificateInfoData used to store Certificate metadata in the ShootState -type CertificateJSONData struct { - PrivateKey []byte `json:"privateKey"` - Certificate []byte `json:"certificate"` -} - -// UnmarshalCert unmarshals an CertificateJSONData into a CertificateInfoData. -func UnmarshalCert(bytes []byte) (infodata.InfoData, error) { - if bytes == nil { - return nil, fmt.Errorf("no data given") - } - data := &CertificateJSONData{} - err := json.Unmarshal(bytes, data) - if err != nil { - return nil, err - } - - return NewCertificateInfoData(data.PrivateKey, data.Certificate), nil -} - -// CertificateInfoData holds a certificate's private key data and certificate data. -type CertificateInfoData struct { - PrivateKey []byte - Certificate []byte -} - -// TypeVersion implements InfoData -func (c *CertificateInfoData) TypeVersion() infodata.TypeVersion { - return CertificateDataType -} - -// Marshal implements InfoData -func (c *CertificateInfoData) Marshal() ([]byte, error) { - return json.Marshal(&CertificateJSONData{c.PrivateKey, c.Certificate}) -} - -// NewCertificateInfoData creates a new CertificateInfoData struct -func NewCertificateInfoData(privateKey, certificate []byte) *CertificateInfoData { - return &CertificateInfoData{privateKey, certificate} -} diff --git a/vendor/github.com/gardener/gardener/pkg/utils/secrets/control_plane.go b/vendor/github.com/gardener/gardener/pkg/utils/secrets/control_plane.go index d9d7446c..2bfe7dfc 100644 --- a/vendor/github.com/gardener/gardener/pkg/utils/secrets/control_plane.go +++ b/vendor/github.com/gardener/gardener/pkg/utils/secrets/control_plane.go @@ -17,18 +17,11 @@ package secrets import ( "fmt" - "github.com/gardener/gardener/pkg/utils/infodata" - "k8s.io/apimachinery/pkg/runtime" configlatest "k8s.io/client-go/tools/clientcmd/api/latest" configv1 "k8s.io/client-go/tools/clientcmd/api/v1" ) -const ( - // DataKeyKubeconfig is the key in a secret data holding the kubeconfig. - DataKeyKubeconfig = "kubeconfig" -) - // ControlPlaneSecretDataKeyCertificatePEM returns the data key inside a Secret of type ControlPlane whose value // contains the certificate PEM. func ControlPlaneSecretDataKeyCertificatePEM(name string) string { return fmt.Sprintf("%s.crt", name) } @@ -40,7 +33,9 @@ func ControlPlaneSecretDataKeyPrivateKey(name string) string { return fmt.Sprint // ControlPlaneSecretConfig is a struct which inherits from CertificateSecretConfig and is extended with a couple of additional // properties. A control plane secret will always contain a server/client certificate and optionally a kubeconfig. type ControlPlaneSecretConfig struct { - *CertificateSecretConfig + Name string + + CertificateSecretConfig *CertificateSecretConfig BasicAuth *BasicAuth Token *Token @@ -52,6 +47,7 @@ type ControlPlaneSecretConfig struct { type KubeConfigRequest struct { ClusterName string APIServerHost string + CAData []byte } // ControlPlane contains the certificate, and optionally the basic auth. information as well as a Kubeconfig. @@ -66,80 +62,21 @@ type ControlPlane struct { // GetName returns the name of the secret. func (s *ControlPlaneSecretConfig) GetName() string { - return s.CertificateSecretConfig.Name + return s.Name } // Generate implements ConfigInterface. func (s *ControlPlaneSecretConfig) Generate() (DataInterface, error) { - return s.GenerateControlPlane() -} - -// GenerateInfoData implements ConfigInterface -func (s *ControlPlaneSecretConfig) GenerateInfoData() (infodata.InfoData, error) { - cert, err := s.CertificateSecretConfig.GenerateCertificate() - if err != nil { - return nil, err - } - - if len(cert.PrivateKeyPEM) == 0 && len(cert.CertificatePEM) == 0 { - return infodata.EmptyInfoData, nil - } - - return NewCertificateInfoData(cert.PrivateKeyPEM, cert.CertificatePEM), nil -} - -// GenerateFromInfoData implements ConfigInterface -func (s *ControlPlaneSecretConfig) GenerateFromInfoData(infoData infodata.InfoData) (DataInterface, error) { - data, ok := infoData.(*CertificateInfoData) - if !ok { - return nil, fmt.Errorf("could not convert InfoData entry %s to CertificateInfoData", s.Name) - } + var certificate *Certificate - certificate := &Certificate{ - Name: s.Name, - CA: s.SigningCA, - - PrivateKeyPEM: data.PrivateKey, - CertificatePEM: data.Certificate, - } + if s.CertificateSecretConfig != nil { + s.CertificateSecretConfig.Name = s.Name - controlPlane := &ControlPlane{ - Name: s.Name, - - Certificate: certificate, - BasicAuth: s.BasicAuth, - Token: s.Token, - } - - if len(s.KubeConfigRequests) > 0 { - kubeconfig, err := GenerateKubeconfig(s, certificate) + certData, err := s.CertificateSecretConfig.GenerateCertificate() if err != nil { return nil, err } - controlPlane.Kubeconfig = kubeconfig - } - - return controlPlane, nil -} - -// LoadFromSecretData implements infodata.Loader -func (s *ControlPlaneSecretConfig) LoadFromSecretData(secretData map[string][]byte) (infodata.InfoData, error) { - privateKeyPEM := secretData[ControlPlaneSecretDataKeyPrivateKey(s.Name)] - certificatePEM := secretData[ControlPlaneSecretDataKeyCertificatePEM(s.Name)] - - if len(privateKeyPEM) == 0 && len(certificatePEM) == 0 { - return infodata.EmptyInfoData, nil - } - - return NewCertificateInfoData(privateKeyPEM, certificatePEM), nil -} - -// GenerateControlPlane computes a secret for a control plane component of the clusters managed by Gardener. -// It may include a Kubeconfig. -func (s *ControlPlaneSecretConfig) GenerateControlPlane() (*ControlPlane, error) { - certificate, err := s.CertificateSecretConfig.GenerateCertificate() - if err != nil { - return nil, err + certificate = certData } controlPlane := &ControlPlane{ @@ -151,7 +88,7 @@ func (s *ControlPlaneSecretConfig) GenerateControlPlane() (*ControlPlane, error) } if len(s.KubeConfigRequests) > 0 { - kubeconfig, err := GenerateKubeconfig(s, certificate) + kubeconfig, err := generateKubeconfig(s, certificate) if err != nil { return nil, err } @@ -163,13 +100,17 @@ func (s *ControlPlaneSecretConfig) GenerateControlPlane() (*ControlPlane, error) // SecretData computes the data map which can be used in a Kubernetes secret. func (c *ControlPlane) SecretData() map[string][]byte { - data := map[string][]byte{ - DataKeyCertificateCA: c.Certificate.CA.CertificatePEM, - } + data := make(map[string][]byte) - if c.Certificate.CertificatePEM != nil && c.Certificate.PrivateKeyPEM != nil { - data[ControlPlaneSecretDataKeyPrivateKey(c.Name)] = c.Certificate.PrivateKeyPEM - data[ControlPlaneSecretDataKeyCertificatePEM(c.Name)] = c.Certificate.CertificatePEM + if c.Certificate != nil { + if c.Certificate.CA != nil { + data[DataKeyCertificateCA] = c.Certificate.CA.CertificatePEM + } + + if c.Certificate.CertificatePEM != nil && c.Certificate.PrivateKeyPEM != nil { + data[ControlPlaneSecretDataKeyPrivateKey(c.Name)] = c.Certificate.PrivateKeyPEM + data[ControlPlaneSecretDataKeyCertificatePEM(c.Name)] = c.Certificate.CertificatePEM + } } if c.BasicAuth != nil { @@ -188,10 +129,7 @@ func (c *ControlPlane) SecretData() map[string][]byte { return data } -// GenerateKubeconfig generates a Kubernetes Kubeconfig for communicating with the kube-apiserver by using -// a client certificate. If <basicAuthUser> and <basicAuthPass> are non-empty string, a second user object -// containing the Basic Authentication credentials is added to the Kubeconfig. -func GenerateKubeconfig(secret *ControlPlaneSecretConfig, certificate *Certificate) ([]byte, error) { +func generateKubeconfig(secret *ControlPlaneSecretConfig, certificate *Certificate) ([]byte, error) { if len(secret.KubeConfigRequests) == 0 { return nil, fmt.Errorf("missing kubeconfig request for %q", secret.Name) } @@ -204,7 +142,7 @@ func GenerateKubeconfig(secret *ControlPlaneSecretConfig, certificate *Certifica basicAuthContextName = fmt.Sprintf("%s-basic-auth", name) ) - if certificate.CertificatePEM != nil && certificate.PrivateKeyPEM != nil { + if certificate != nil && certificate.CertificatePEM != nil && certificate.PrivateKeyPEM != nil { authContextName = name } else if secret.Token != nil { authContextName = tokenContextName @@ -212,7 +150,7 @@ func GenerateKubeconfig(secret *ControlPlaneSecretConfig, certificate *Certifica authContextName = basicAuthContextName } - if certificate.CertificatePEM != nil && certificate.PrivateKeyPEM != nil { + if certificate != nil && certificate.CertificatePEM != nil && certificate.PrivateKeyPEM != nil { authInfos = append(authInfos, configv1.NamedAuthInfo{ Name: name, AuthInfo: configv1.AuthInfo{ @@ -249,10 +187,15 @@ func GenerateKubeconfig(secret *ControlPlaneSecretConfig, certificate *Certifica } for _, req := range secret.KubeConfigRequests { + caData := req.CAData + if caData == nil && certificate != nil && certificate.CA != nil { + caData = certificate.CA.CertificatePEM + } + config.Clusters = append(config.Clusters, configv1.NamedCluster{ Name: req.ClusterName, Cluster: configv1.Cluster{ - CertificateAuthorityData: certificate.CA.CertificatePEM, + CertificateAuthorityData: caData, Server: fmt.Sprintf("https://%s", req.APIServerHost), }, }) diff --git a/vendor/github.com/gardener/gardener/pkg/utils/secrets/etcd_encryption_key.go b/vendor/github.com/gardener/gardener/pkg/utils/secrets/etcd_encryption_key.go new file mode 100644 index 00000000..fd17ea01 --- /dev/null +++ b/vendor/github.com/gardener/gardener/pkg/utils/secrets/etcd_encryption_key.go @@ -0,0 +1,66 @@ +// Copyright (c) 2022 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package secrets + +import ( + "fmt" +) + +const ( + // DataKeyEncryptionKeyName is the key in a secret data holding the key. + DataKeyEncryptionKeyName = "key" + // DataKeyEncryptionSecret is the key in a secret data holding the secret. + DataKeyEncryptionSecret = "secret" +) + +// ETCDEncryptionKeySecretConfig contains the specification for a to-be-generated random key. +type ETCDEncryptionKeySecretConfig struct { + Name string + SecretLength int +} + +// ETCDEncryptionKey contains the generated key. +type ETCDEncryptionKey struct { + Name string + Key string + Secret string +} + +// GetName returns the name of the secret. +func (s *ETCDEncryptionKeySecretConfig) GetName() string { + return s.Name +} + +// Generate implements ConfigInterface. +func (s *ETCDEncryptionKeySecretConfig) Generate() (DataInterface, error) { + secret, err := GenerateRandomString(s.SecretLength) + if err != nil { + return nil, err + } + + return &ETCDEncryptionKey{ + Name: s.Name, + Key: fmt.Sprintf("key%d", Clock.Now().Unix()), + Secret: secret, + }, nil +} + +// SecretData computes the data map which can be used in a Kubernetes secret. +func (b *ETCDEncryptionKey) SecretData() map[string][]byte { + return map[string][]byte{ + DataKeyEncryptionKeyName: []byte(b.Key), + DataKeyEncryptionSecret: []byte(b.Secret), + } +} diff --git a/vendor/github.com/gardener/gardener/pkg/utils/secrets/generate.go b/vendor/github.com/gardener/gardener/pkg/utils/secrets/generate.go deleted file mode 100644 index c5e18f37..00000000 --- a/vendor/github.com/gardener/gardener/pkg/utils/secrets/generate.go +++ /dev/null @@ -1,106 +0,0 @@ -// Copyright (c) 2018 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -package secrets - -import ( - "context" - "fmt" - "sync" - - corev1 "k8s.io/api/core/v1" - metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - "sigs.k8s.io/controller-runtime/pkg/client" -) - -// GenerateClusterSecrets try to deploy in the k8s cluster each secret in the wantedSecretsList. If the secret already exist it jumps to the next one. -// The function returns a map with all of the successfully deployed wanted secrets plus those already deployed (only from the wantedSecretsList). -func GenerateClusterSecrets(ctx context.Context, c client.Client, existingSecretsMap map[string]*corev1.Secret, wantedSecretsList []ConfigInterface, namespace string) (map[string]*corev1.Secret, error) { - return GenerateClusterSecretsWithFunc(ctx, c, existingSecretsMap, wantedSecretsList, namespace, func(s ConfigInterface) (DataInterface, error) { - return s.Generate() - }) -} - -// GenerateClusterSecretsWithFunc will try to deploy in the k8s cluster each secret in the wantedSecretsList. If the secret already exist it jumps to the next one. -// The function will used the SecretsGeneratorFunc to create the secret DataInterface from the wantedSecret configs. -func GenerateClusterSecretsWithFunc(ctx context.Context, k8sClusterClient client.Client, existingSecretsMap map[string]*corev1.Secret, wantedSecretsList []ConfigInterface, namespace string, SecretsGeneratorFunc func(s ConfigInterface) (DataInterface, error)) (map[string]*corev1.Secret, error) { - type secretOutput struct { - secret *corev1.Secret - err error - } - - var ( - results = make(chan *secretOutput) - deployedClusterSecrets = map[string]*corev1.Secret{} - wg sync.WaitGroup - errorList = []error{} - ) - - for _, s := range wantedSecretsList { - name := s.GetName() - - if existingSecret, ok := existingSecretsMap[name]; ok { - deployedClusterSecrets[name] = existingSecret - continue - } - - wg.Add(1) - go func(s ConfigInterface) { - defer wg.Done() - - obj, err := SecretsGeneratorFunc(s) - if err != nil { - results <- &secretOutput{err: err} - return - } - - secretType := corev1.SecretTypeOpaque - if _, isTLSSecret := obj.(*Certificate); isTLSSecret { - secretType = corev1.SecretTypeTLS - } - - secret := &corev1.Secret{ - ObjectMeta: metav1.ObjectMeta{ - Name: s.GetName(), - Namespace: namespace, - }, - Type: secretType, - Data: obj.SecretData(), - } - err = k8sClusterClient.Create(ctx, secret) - results <- &secretOutput{secret: secret, err: err} - }(s) - } - - go func() { - wg.Wait() - close(results) - }() - - for out := range results { - if out.err != nil { - errorList = append(errorList, out.err) - continue - } - - deployedClusterSecrets[out.secret.Name] = out.secret - } - - // Wait and check whether an error occurred during the parallel processing of the Secret creation. - if len(errorList) > 0 { - return deployedClusterSecrets, fmt.Errorf("errors occurred during shoot secrets generation: %+v", errorList) - } - - return deployedClusterSecrets, nil -} diff --git a/vendor/github.com/gardener/gardener/pkg/utils/secrets/kubeconfig.go b/vendor/github.com/gardener/gardener/pkg/utils/secrets/kubeconfig.go new file mode 100644 index 00000000..378ab11d --- /dev/null +++ b/vendor/github.com/gardener/gardener/pkg/utils/secrets/kubeconfig.go @@ -0,0 +1,67 @@ +// Copyright (c) 2022 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package secrets + +import ( + kutil "github.com/gardener/gardener/pkg/utils/kubernetes" + + "k8s.io/apimachinery/pkg/runtime" + clientcmdlatest "k8s.io/client-go/tools/clientcmd/api/latest" + clientcmdv1 "k8s.io/client-go/tools/clientcmd/api/v1" +) + +// DataKeyKubeconfig is the key in a secret data holding the kubeconfig. +const DataKeyKubeconfig = "kubeconfig" + +// KubeconfigSecretConfig is configuration for kubeconfig secrets. +type KubeconfigSecretConfig struct { + Name string + ContextName string + Cluster clientcmdv1.Cluster + AuthInfo clientcmdv1.AuthInfo +} + +// Kubeconfig contains the name and the generated kubeconfig. +type Kubeconfig struct { + Name string + Kubeconfig *clientcmdv1.Config + kubeconfigRaw []byte +} + +// GetName returns the name of the secret. +func (s *KubeconfigSecretConfig) GetName() string { + return s.Name +} + +// Generate implements ConfigInterface. +func (s *KubeconfigSecretConfig) Generate() (DataInterface, error) { + kubeconfig := kutil.NewKubeconfig(s.ContextName, s.Cluster, s.AuthInfo) + + raw, err := runtime.Encode(clientcmdlatest.Codec, kubeconfig) + if err != nil { + return nil, err + } + + return &Kubeconfig{ + Name: s.Name, + Kubeconfig: kubeconfig, + kubeconfigRaw: raw, + }, nil +} + +// SecretData computes the data map which can be used in a Kubernetes secret. +func (v *Kubeconfig) SecretData() map[string][]byte { + return map[string][]byte{DataKeyKubeconfig: v.kubeconfigRaw} +} diff --git a/vendor/github.com/gardener/gardener/pkg/utils/secrets/private_key_infodata.go b/vendor/github.com/gardener/gardener/pkg/utils/secrets/private_key_infodata.go deleted file mode 100644 index 1875edd2..00000000 --- a/vendor/github.com/gardener/gardener/pkg/utils/secrets/private_key_infodata.go +++ /dev/null @@ -1,68 +0,0 @@ -// Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -package secrets - -import ( - "encoding/json" - "fmt" - - "github.com/gardener/gardener/pkg/utils/infodata" -) - -// PrivateKeyDataType is the type used to denote an PrivateKeyJSONData structure in the ShootState -const PrivateKeyDataType = infodata.TypeVersion("privateKey") - -func init() { - infodata.Register(PrivateKeyDataType, UnmarshalPrivateKey) -} - -// PrivateKeyJSONData is the json representation of PrivateKeyInfoData used to store private key in the ShootState -type PrivateKeyJSONData struct { - PrivateKey []byte `json:"privateKey"` -} - -// UnmarshalPrivateKey unmarshals an PrivateKeyJSONData into an PrivateKeyInfoData. -func UnmarshalPrivateKey(bytes []byte) (infodata.InfoData, error) { - if bytes == nil { - return nil, fmt.Errorf("no data given") - } - data := &PrivateKeyJSONData{} - err := json.Unmarshal(bytes, data) - if err != nil { - return nil, err - } - - return NewPrivateKeyInfoData(data.PrivateKey), nil -} - -// PrivateKeyInfoData holds the data of a private key. -type PrivateKeyInfoData struct { - PrivateKey []byte -} - -// TypeVersion implements InfoData -func (r *PrivateKeyInfoData) TypeVersion() infodata.TypeVersion { - return PrivateKeyDataType -} - -// Marshal implements InfoData -func (r *PrivateKeyInfoData) Marshal() ([]byte, error) { - return json.Marshal(&PrivateKeyJSONData{r.PrivateKey}) -} - -// NewPrivateKeyInfoData creates a new PrivateKeyInfoData struct -func NewPrivateKeyInfoData(privateKey []byte) *PrivateKeyInfoData { - return &PrivateKeyInfoData{privateKey} -} diff --git a/vendor/github.com/gardener/gardener/pkg/utils/secrets/rsa_private_key.go b/vendor/github.com/gardener/gardener/pkg/utils/secrets/rsa_private_key.go index 570dec5e..b9fb95e9 100644 --- a/vendor/github.com/gardener/gardener/pkg/utils/secrets/rsa_private_key.go +++ b/vendor/github.com/gardener/gardener/pkg/utils/secrets/rsa_private_key.go @@ -18,10 +18,9 @@ import ( "bytes" "crypto/rand" "crypto/rsa" - "fmt" "github.com/gardener/gardener/pkg/utils" - "github.com/gardener/gardener/pkg/utils/infodata" + "golang.org/x/crypto/ssh" ) @@ -57,51 +56,11 @@ func (s *RSASecretConfig) GetName() string { // Generate implements ConfigInterface. func (s *RSASecretConfig) Generate() (DataInterface, error) { - return s.GenerateRSAKeys() -} - -// GenerateInfoData implements ConfigInterface. -func (s *RSASecretConfig) GenerateInfoData() (infodata.InfoData, error) { - privateKey, err := generateRSAPrivateKey(s.Bits) - if err != nil { - return nil, err - } - - return NewPrivateKeyInfoData(utils.EncodePrivateKey(privateKey)), nil -} - -// GenerateFromInfoData implements ConfigInterface -func (s *RSASecretConfig) GenerateFromInfoData(infoData infodata.InfoData) (DataInterface, error) { - data, ok := infoData.(*PrivateKeyInfoData) - if !ok { - return nil, fmt.Errorf("could not convert InfoData entry %s to RSAPrivateKeyInfoData", s.Name) - } - - privateKey, err := utils.DecodePrivateKey(data.PrivateKey) - if err != nil { - return nil, fmt.Errorf("could not load privateKey secret %s: %w", s.Name, err) - } - - return s.generateWithPrivateKey(privateKey) -} - -// LoadFromSecretData implements infodata.Loader -func (s *RSASecretConfig) LoadFromSecretData(secretData map[string][]byte) (infodata.InfoData, error) { - privateKey := secretData[DataKeyRSAPrivateKey] - return NewPrivateKeyInfoData(privateKey), nil -} - -// GenerateRSAKeys computes a RSA private key based on the configured number of bits. -func (s *RSASecretConfig) GenerateRSAKeys() (*RSAKeys, error) { - privateKey, err := generateRSAPrivateKey(s.Bits) + privateKey, err := GenerateKey(rand.Reader, s.Bits) if err != nil { return nil, err } - return s.generateWithPrivateKey(privateKey) -} - -func (s *RSASecretConfig) generateWithPrivateKey(privateKey *rsa.PrivateKey) (*RSAKeys, error) { rsa := &RSAKeys{ Name: s.Name, @@ -133,11 +92,6 @@ func (r *RSAKeys) SecretData() map[string][]byte { return data } -// generateRSAPrivateKey generates a RSA private for the given number of <bits>. -func generateRSAPrivateKey(bits int) (*rsa.PrivateKey, error) { - return rsa.GenerateKey(rand.Reader, bits) -} - // generateSSHAuthorizedKeys takes a RSA private key <privateKey> and generates the corresponding public key. // It serializes the public key for inclusion in an OpenSSH `authorized_keys` file and it trims the new- // line at the end. diff --git a/vendor/github.com/gardener/gardener/pkg/utils/secrets/secrets.go b/vendor/github.com/gardener/gardener/pkg/utils/secrets/secrets.go deleted file mode 100644 index 629b1282..00000000 --- a/vendor/github.com/gardener/gardener/pkg/utils/secrets/secrets.go +++ /dev/null @@ -1,100 +0,0 @@ -// Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -package secrets - -import ( - "context" - "fmt" - - gardenerkubernetes "github.com/gardener/gardener/pkg/client/kubernetes" - - corev1 "k8s.io/api/core/v1" - metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - "k8s.io/client-go/kubernetes" -) - -// Interface represents a set of secrets that can be deployed and deleted. -type Interface interface { - // Deploy generates and deploys the secrets into the given namespace, taking into account existing secrets. - Deploy(context.Context, kubernetes.Interface, gardenerkubernetes.Interface, string) (map[string]*corev1.Secret, error) - // Delete deletes the secrets from the given namespace. - Delete(context.Context, kubernetes.Interface, string) error -} - -// Secrets represents a set of secrets that can be deployed and deleted. -type Secrets struct { - CertificateSecretConfigs map[string]*CertificateSecretConfig - SecretConfigsFunc func(map[string]*Certificate, string) []ConfigInterface -} - -// Deploy generates and deploys the secrets into the given namespace, taking into account existing secrets. -func (s *Secrets) Deploy( - ctx context.Context, - cs kubernetes.Interface, - gcs gardenerkubernetes.Interface, - namespace string, -) ( - map[string]*corev1.Secret, - error, -) { - // Get existing secrets in the namespace - existingSecrets, err := getSecrets(ctx, cs, namespace) - if err != nil { - return nil, err - } - - // Generate CAs - _, cas, err := GenerateCertificateAuthorities(ctx, gcs.Client(), existingSecrets, s.CertificateSecretConfigs, namespace) - if err != nil { - return nil, fmt.Errorf("could not generate CA secrets in namespace '%s': %w", namespace, err) - } - - // Generate cluster secrets - secretConfigs := s.SecretConfigsFunc(cas, namespace) - clusterSecrets, err := GenerateClusterSecrets(ctx, gcs.Client(), existingSecrets, secretConfigs, namespace) - if err != nil { - return nil, fmt.Errorf("could not generate cluster secrets in namespace '%s': %w", namespace, err) - } - - return clusterSecrets, nil -} - -// Delete deletes the secrets from the given namespace. -func (s *Secrets) Delete(ctx context.Context, cs kubernetes.Interface, namespace string) error { - for _, sc := range s.SecretConfigsFunc(nil, namespace) { - if err := deleteSecret(ctx, cs, namespace, sc.GetName()); err != nil { - return err - } - } - return nil -} - -func getSecrets(ctx context.Context, cs kubernetes.Interface, namespace string) (map[string]*corev1.Secret, error) { - secretList, err := cs.CoreV1().Secrets(namespace).List(ctx, metav1.ListOptions{}) - if err != nil { - return nil, fmt.Errorf("could not list secrets in namespace '%s': %w", namespace, err) - } - result := make(map[string]*corev1.Secret, len(secretList.Items)) - for _, secret := range secretList.Items { - func(secret corev1.Secret) { - result[secret.Name] = &secret - }(secret) - } - return result, nil -} - -func deleteSecret(ctx context.Context, cs kubernetes.Interface, namespace, name string) error { - return cs.CoreV1().Secrets(namespace).Delete(ctx, name, metav1.DeleteOptions{}) -} diff --git a/vendor/github.com/gardener/gardener/pkg/utils/secrets/static_token.go b/vendor/github.com/gardener/gardener/pkg/utils/secrets/static_token.go index 318dddd5..ab1fa4a7 100644 --- a/vendor/github.com/gardener/gardener/pkg/utils/secrets/static_token.go +++ b/vendor/github.com/gardener/gardener/pkg/utils/secrets/static_token.go @@ -16,20 +16,12 @@ package secrets import ( "fmt" - "sort" "strings" - - "github.com/gardener/gardener/pkg/utils" - "github.com/gardener/gardener/pkg/utils/infodata" ) const ( // DataKeyStaticTokenCSV is the key in a secret data holding the CSV format of a secret. DataKeyStaticTokenCSV = "static_tokens.csv" - // DataKeyUserID is the key in a secret data holding the userID. - DataKeyUserID = "userID" - // DataKeyGroups is the key in a secret data holding the groups. - DataKeyGroups = "groups" // DataKeyToken is the key in a secret data holding the token. DataKeyToken = "token" ) @@ -70,74 +62,10 @@ func (s *StaticTokenSecretConfig) GetName() string { // Generate implements ConfigInterface. func (s *StaticTokenSecretConfig) Generate() (DataInterface, error) { - return s.GenerateStaticToken() -} - -// GenerateInfoData implements ConfigInterface. -func (s *StaticTokenSecretConfig) GenerateInfoData() (infodata.InfoData, error) { - tokens := make(map[string]string) - - for username := range s.Tokens { - token, err := utils.GenerateRandomString(128) - if err != nil { - return nil, err - } - tokens[username] = token - } - - return NewStaticTokenInfoData(tokens), nil -} - -// GenerateFromInfoData implements ConfigInterface. -func (s *StaticTokenSecretConfig) GenerateFromInfoData(infoData infodata.InfoData) (DataInterface, error) { - data, ok := infoData.(*StaticTokenInfoData) - if !ok { - return nil, fmt.Errorf("could not convert InfoData entry %s to StaticTokenInfoData", s.Name) - } - - var usernames []string - for username := range data.Tokens { - usernames = append(usernames, username) - } - sort.Strings(usernames) - - tokens := make([]Token, 0, len(s.Tokens)) - for _, username := range usernames { - tokens = append(tokens, Token{ - Username: s.Tokens[username].Username, - UserID: s.Tokens[username].UserID, - Groups: s.Tokens[username].Groups, - Token: data.Tokens[username], - }) - } - - return &StaticToken{ - Name: s.Name, - Tokens: tokens, - }, nil -} - -// LoadFromSecretData implements infodata.Loader. -func (s *StaticTokenSecretConfig) LoadFromSecretData(secretData map[string][]byte) (infodata.InfoData, error) { - staticToken, err := LoadStaticTokenFromCSV(s.Name, secretData[DataKeyStaticTokenCSV]) - if err != nil { - return nil, err - } - - tokens := make(map[string]string) - for _, token := range staticToken.Tokens { - tokens[token.Username] = token.Token - } - - return NewStaticTokenInfoData(tokens), nil -} - -// GenerateStaticToken computes a random token of length 128. -func (s *StaticTokenSecretConfig) GenerateStaticToken() (*StaticToken, error) { tokens := make([]Token, 0, len(s.Tokens)) for _, tokenConfig := range s.Tokens { - token, err := utils.GenerateRandomString(128) + token, err := GenerateRandomString(128) if err != nil { return nil, err } diff --git a/vendor/github.com/gardener/gardener/pkg/utils/secrets/static_token_infodata.go b/vendor/github.com/gardener/gardener/pkg/utils/secrets/static_token_infodata.go deleted file mode 100644 index e598ff4a..00000000 --- a/vendor/github.com/gardener/gardener/pkg/utils/secrets/static_token_infodata.go +++ /dev/null @@ -1,82 +0,0 @@ -// Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -package secrets - -import ( - "encoding/json" - "fmt" - - "github.com/gardener/gardener/pkg/utils/infodata" -) - -// StaticTokenDataType is the type used to denote an StaticTokenJSONData structure in the ShootState -const StaticTokenDataType = infodata.TypeVersion("staticToken") - -func init() { - infodata.Register(StaticTokenDataType, UnmarshalStaticToken) -} - -// StaticTokenJSONData is the json representation of a StaticTokenInfoData -type StaticTokenJSONData struct { - Tokens map[string]string `json:"tokens"` -} - -// UnmarshalStaticToken unmarshals an StaticTokenJSONData into a StaticTokenInfoData. -func UnmarshalStaticToken(bytes []byte) (infodata.InfoData, error) { - if bytes == nil { - return nil, fmt.Errorf("no data given") - } - - data := &StaticTokenJSONData{} - if err := json.Unmarshal(bytes, data); err != nil { - return nil, err - } - - return NewStaticTokenInfoData(data.Tokens), nil -} - -// StaticTokenInfoData holds an array of TokenInfoData. -type StaticTokenInfoData struct { - Tokens map[string]string -} - -// TypeVersion implements InfoData. -func (s *StaticTokenInfoData) TypeVersion() infodata.TypeVersion { - return StaticTokenDataType -} - -// Marshal implements InfoData -func (s *StaticTokenInfoData) Marshal() ([]byte, error) { - return json.Marshal(&StaticTokenJSONData{s.Tokens}) -} - -// Append appends the tokens from the provided StaticTokenInfoData to this StaticTokenInfoData. -func (s *StaticTokenInfoData) Append(staticTokenInfoData *StaticTokenInfoData) { - for username, token := range staticTokenInfoData.Tokens { - s.Tokens[username] = token - } -} - -// RemoveTokens removes tokens with the provided usernames from this StaticTokenInfoData. -func (s *StaticTokenInfoData) RemoveTokens(usernames ...string) { - for _, username := range usernames { - delete(s.Tokens, username) - } -} - -// NewStaticTokenInfoData creates a new StaticTokenInfoData with the provided tokens. -func NewStaticTokenInfoData(tokens map[string]string) *StaticTokenInfoData { - return &StaticTokenInfoData{tokens} -} diff --git a/vendor/github.com/gardener/gardener/pkg/utils/secrets/types.go b/vendor/github.com/gardener/gardener/pkg/utils/secrets/types.go index c73cc86f..c481bdb4 100644 --- a/vendor/github.com/gardener/gardener/pkg/utils/secrets/types.go +++ b/vendor/github.com/gardener/gardener/pkg/utils/secrets/types.go @@ -14,20 +14,12 @@ package secrets -import ( - "github.com/gardener/gardener/pkg/utils/infodata" -) - // ConfigInterface define functions needed for generating a specific secret. type ConfigInterface interface { // GetName returns the name of the configuration. GetName() string // Generate generates a secret interface Generate() (DataInterface, error) - // GenerateInfoData generates only the InfoData (metadata) which can later be used to generate a secret. - GenerateInfoData() (infodata.InfoData, error) - // GenerateFromInfoData combines the configuration and the provided InfoData (metadata) and generates a secret. - GenerateFromInfoData(infoData infodata.InfoData) (DataInterface, error) } // DataInterface defines functions needed for defining the data map of a Kubernetes secret. diff --git a/vendor/github.com/gardener/gardener/pkg/utils/secrets/vpn_tlsauth.go b/vendor/github.com/gardener/gardener/pkg/utils/secrets/vpn_tlsauth.go index 3c26a28f..eabe37a1 100644 --- a/vendor/github.com/gardener/gardener/pkg/utils/secrets/vpn_tlsauth.go +++ b/vendor/github.com/gardener/gardener/pkg/utils/secrets/vpn_tlsauth.go @@ -16,10 +16,7 @@ package secrets import ( "bytes" - "fmt" "os/exec" - - "github.com/gardener/gardener/pkg/utils/infodata" ) // DataKeyVPNTLSAuth is the key in a secret data holding the vpn tlsauth key. @@ -56,40 +53,11 @@ func (s *VPNTLSAuthConfig) Generate() (DataInterface, error) { }, nil } -// GenerateInfoData implements ConfigInterface. -func (s *VPNTLSAuthConfig) GenerateInfoData() (infodata.InfoData, error) { - key, err := s.generateKey() - if err != nil { - return nil, err - } - - return NewPrivateKeyInfoData(key), nil -} - -// GenerateFromInfoData implements ConfigInteface -func (s *VPNTLSAuthConfig) GenerateFromInfoData(infoData infodata.InfoData) (DataInterface, error) { - data, ok := infoData.(*PrivateKeyInfoData) - if !ok { - return nil, fmt.Errorf("could not convert InfoData entry %s to PrivateKeyInfoData", s.Name) - } - - return &VPNTLSAuth{ - Name: s.Name, - TLSAuthKey: data.PrivateKey, - }, nil -} - -// LoadFromSecretData implements infodata.Loader -func (s *VPNTLSAuthConfig) LoadFromSecretData(secretData map[string][]byte) (infodata.InfoData, error) { - tlsAuthKey := secretData[DataKeyVPNTLSAuth] - return NewPrivateKeyInfoData(tlsAuthKey), nil -} - func (s *VPNTLSAuthConfig) generateKey() (key []byte, err error) { if s.VPNTLSAuthKeyGenerator != nil { key, err = s.VPNTLSAuthKeyGenerator() } else { - key, err = generateKeyDefault() + key, err = GenerateVPNKey() } return } @@ -102,7 +70,7 @@ func (v *VPNTLSAuth) SecretData() map[string][]byte { return data } -func generateKeyDefault() ([]byte, error) { +func generateVPNKey() ([]byte, error) { var ( out bytes.Buffer cmd = exec.Command("openvpn", "--genkey", "--secret", "/dev/stdout") diff --git a/vendor/github.com/gardener/gardener/pkg/utils/version/version.go b/vendor/github.com/gardener/gardener/pkg/utils/version/version.go index 09bbb948..31dfeb6c 100644 --- a/vendor/github.com/gardener/gardener/pkg/utils/version/version.go +++ b/vendor/github.com/gardener/gardener/pkg/utils/version/version.go @@ -51,6 +51,8 @@ var ( ConstraintK8sEqual122 *semver.Constraints // ConstraintK8sGreaterEqual122 is a version constraint for versions >= 1.22. ConstraintK8sGreaterEqual122 *semver.Constraints + // ConstraintK8sEqual123 is a version constraint for versions == 1.23. + ConstraintK8sEqual123 *semver.Constraints // ConstraintK8sGreaterEqual123 is a version constraint for versions >= 1.23. ConstraintK8sGreaterEqual123 *semver.Constraints ) @@ -86,6 +88,8 @@ func init() { utilruntime.Must(err) ConstraintK8sGreaterEqual122, err = semver.NewConstraint(">= 1.22") utilruntime.Must(err) + ConstraintK8sEqual123, err = semver.NewConstraint("1.23.x") + utilruntime.Must(err) ConstraintK8sGreaterEqual123, err = semver.NewConstraint(">= 1.23") utilruntime.Must(err) } diff --git a/vendor/github.com/google/go-cmp/cmp/compare.go b/vendor/github.com/google/go-cmp/cmp/compare.go index 86d0903b..2a544676 100644 --- a/vendor/github.com/google/go-cmp/cmp/compare.go +++ b/vendor/github.com/google/go-cmp/cmp/compare.go @@ -36,7 +36,6 @@ import ( "strings" "github.com/google/go-cmp/cmp/internal/diff" - "github.com/google/go-cmp/cmp/internal/flags" "github.com/google/go-cmp/cmp/internal/function" "github.com/google/go-cmp/cmp/internal/value" ) @@ -319,7 +318,6 @@ func (s *state) tryMethod(t reflect.Type, vx, vy reflect.Value) bool { } func (s *state) callTRFunc(f, v reflect.Value, step Transform) reflect.Value { - v = sanitizeValue(v, f.Type().In(0)) if !s.dynChecker.Next() { return f.Call([]reflect.Value{v})[0] } @@ -343,8 +341,6 @@ func (s *state) callTRFunc(f, v reflect.Value, step Transform) reflect.Value { } func (s *state) callTTBFunc(f, x, y reflect.Value) bool { - x = sanitizeValue(x, f.Type().In(0)) - y = sanitizeValue(y, f.Type().In(1)) if !s.dynChecker.Next() { return f.Call([]reflect.Value{x, y})[0].Bool() } @@ -372,19 +368,6 @@ func detectRaces(c chan<- reflect.Value, f reflect.Value, vs ...reflect.Value) { ret = f.Call(vs)[0] } -// sanitizeValue converts nil interfaces of type T to those of type R, -// assuming that T is assignable to R. -// Otherwise, it returns the input value as is. -func sanitizeValue(v reflect.Value, t reflect.Type) reflect.Value { - // TODO(≥go1.10): Workaround for reflect bug (https://golang.org/issue/22143). - if !flags.AtLeastGo110 { - if v.Kind() == reflect.Interface && v.IsNil() && v.Type() != t { - return reflect.New(t).Elem() - } - } - return v -} - func (s *state) compareStruct(t reflect.Type, vx, vy reflect.Value) { var addr bool var vax, vay reflect.Value // Addressable versions of vx and vy diff --git a/vendor/github.com/google/go-cmp/cmp/internal/flags/toolchain_legacy.go b/vendor/github.com/google/go-cmp/cmp/internal/flags/toolchain_legacy.go deleted file mode 100644 index 14afbdda..00000000 --- a/vendor/github.com/google/go-cmp/cmp/internal/flags/toolchain_legacy.go +++ /dev/null @@ -1,11 +0,0 @@ -// Copyright 2019, The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -//go:build !go1.10 -// +build !go1.10 - -package flags - -// AtLeastGo110 reports whether the Go toolchain is at least Go 1.10. -const AtLeastGo110 = false diff --git a/vendor/github.com/google/go-cmp/cmp/internal/flags/toolchain_recent.go b/vendor/github.com/google/go-cmp/cmp/internal/flags/toolchain_recent.go deleted file mode 100644 index 835fc0c7..00000000 --- a/vendor/github.com/google/go-cmp/cmp/internal/flags/toolchain_recent.go +++ /dev/null @@ -1,11 +0,0 @@ -// Copyright 2019, The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -//go:build go1.10 -// +build go1.10 - -package flags - -// AtLeastGo110 reports whether the Go toolchain is at least Go 1.10. -const AtLeastGo110 = true diff --git a/vendor/github.com/google/go-cmp/cmp/internal/value/name.go b/vendor/github.com/google/go-cmp/cmp/internal/value/name.go index b6c12cef..7b498bb2 100644 --- a/vendor/github.com/google/go-cmp/cmp/internal/value/name.go +++ b/vendor/github.com/google/go-cmp/cmp/internal/value/name.go @@ -9,6 +9,8 @@ import ( "strconv" ) +var anyType = reflect.TypeOf((*interface{})(nil)).Elem() + // TypeString is nearly identical to reflect.Type.String, // but has an additional option to specify that full type names be used. func TypeString(t reflect.Type, qualified bool) string { @@ -20,6 +22,11 @@ func appendTypeName(b []byte, t reflect.Type, qualified, elideFunc bool) []byte // of the same name and within the same package, // but declared within the namespace of different functions. + // Use the "any" alias instead of "interface{}" for better readability. + if t == anyType { + return append(b, "any"...) + } + // Named type. if t.Name() != "" { if qualified && t.PkgPath() != "" { diff --git a/vendor/github.com/google/go-cmp/cmp/path.go b/vendor/github.com/google/go-cmp/cmp/path.go index f01eff31..c7100346 100644 --- a/vendor/github.com/google/go-cmp/cmp/path.go +++ b/vendor/github.com/google/go-cmp/cmp/path.go @@ -178,7 +178,7 @@ type structField struct { unexported bool mayForce bool // Forcibly allow visibility paddr bool // Was parent addressable? - pvx, pvy reflect.Value // Parent values (always addressible) + pvx, pvy reflect.Value // Parent values (always addressable) field reflect.StructField // Field information } diff --git a/vendor/github.com/google/go-cmp/cmp/report_reflect.go b/vendor/github.com/google/go-cmp/cmp/report_reflect.go index 33f03577..76c04fdb 100644 --- a/vendor/github.com/google/go-cmp/cmp/report_reflect.go +++ b/vendor/github.com/google/go-cmp/cmp/report_reflect.go @@ -207,9 +207,10 @@ func (opts formatOptions) FormatValue(v reflect.Value, parentKind reflect.Kind, // Check whether this is a []byte of text data. if t.Elem() == reflect.TypeOf(byte(0)) { b := v.Bytes() - isPrintSpace := func(r rune) bool { return unicode.IsPrint(r) && unicode.IsSpace(r) } + isPrintSpace := func(r rune) bool { return unicode.IsPrint(r) || unicode.IsSpace(r) } if len(b) > 0 && utf8.Valid(b) && len(bytes.TrimFunc(b, isPrintSpace)) == 0 { out = opts.formatString("", string(b)) + skipType = true return opts.WithTypeMode(emitType).FormatType(t, out) } } diff --git a/vendor/github.com/google/go-cmp/cmp/report_slices.go b/vendor/github.com/google/go-cmp/cmp/report_slices.go index 2ad3bc85..68b5c1ae 100644 --- a/vendor/github.com/google/go-cmp/cmp/report_slices.go +++ b/vendor/github.com/google/go-cmp/cmp/report_slices.go @@ -80,7 +80,7 @@ func (opts formatOptions) CanFormatDiffSlice(v *valueNode) bool { } // Use specialized string diffing for longer slices or strings. - const minLength = 64 + const minLength = 32 return vx.Len() >= minLength && vy.Len() >= minLength } @@ -563,10 +563,10 @@ func cleanupSurroundingIdentical(groups []diffStats, eq func(i, j int) bool) []d nx := ds.NumIdentical + ds.NumRemoved + ds.NumModified ny := ds.NumIdentical + ds.NumInserted + ds.NumModified var numLeadingIdentical, numTrailingIdentical int - for i := 0; i < nx && i < ny && eq(ix+i, iy+i); i++ { + for j := 0; j < nx && j < ny && eq(ix+j, iy+j); j++ { numLeadingIdentical++ } - for i := 0; i < nx && i < ny && eq(ix+nx-1-i, iy+ny-1-i); i++ { + for j := 0; j < nx && j < ny && eq(ix+nx-1-j, iy+ny-1-j); j++ { numTrailingIdentical++ } if numIdentical := numLeadingIdentical + numTrailingIdentical; numIdentical > 0 { diff --git a/vendor/github.com/huandu/xstrings/.travis.yml b/vendor/github.com/huandu/xstrings/.travis.yml index 4f2ee4d9..d6460be4 100644 --- a/vendor/github.com/huandu/xstrings/.travis.yml +++ b/vendor/github.com/huandu/xstrings/.travis.yml @@ -1 +1,7 @@ language: go +install: + - go get golang.org/x/tools/cmd/cover + - go get github.com/mattn/goveralls +script: + - go test -v -covermode=count -coverprofile=coverage.out + - 'if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ ! -z "$COVERALLS_TOKEN" ]; then $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN; fi' diff --git a/vendor/github.com/huandu/xstrings/README.md b/vendor/github.com/huandu/xstrings/README.md index a4a36f45..292bf2f3 100644 --- a/vendor/github.com/huandu/xstrings/README.md +++ b/vendor/github.com/huandu/xstrings/README.md @@ -2,6 +2,8 @@ [![Build Status](https://travis-ci.org/huandu/xstrings.svg?branch=master)](https://travis-ci.org/huandu/xstrings) [![GoDoc](https://godoc.org/github.com/huandu/xstrings?status.svg)](https://godoc.org/github.com/huandu/xstrings) +[![Go Report](https://goreportcard.com/badge/github.com/huandu/xstrings)](https://goreportcard.com/report/github.com/huandu/xstrings) +[![Coverage Status](https://coveralls.io/repos/github/huandu/xstrings/badge.svg?branch=master)](https://coveralls.io/github/huandu/xstrings?branch=master) Go package [xstrings](https://godoc.org/github.com/huandu/xstrings) is a collection of string functions, which are widely used in other languages but absent in Go package [strings](http://golang.org/pkg/strings). @@ -15,7 +17,7 @@ Please review [contributing guideline](CONTRIBUTING.md) and [create new issue](h Use `go get` to install this library. - go get github.com/huandu/xstrings + go get github.com/huandu/xstrings ## API document ## diff --git a/vendor/github.com/huandu/xstrings/common.go b/vendor/github.com/huandu/xstrings/common.go index 2aff57aa..f427cc84 100644 --- a/vendor/github.com/huandu/xstrings/common.go +++ b/vendor/github.com/huandu/xstrings/common.go @@ -3,15 +3,11 @@ package xstrings -import ( - "bytes" -) - const bufferMaxInitGrowSize = 2048 // Lazy initialize a buffer. -func allocBuffer(orig, cur string) *bytes.Buffer { - output := &bytes.Buffer{} +func allocBuffer(orig, cur string) *stringBuilder { + output := &stringBuilder{} maxSize := len(orig) * 4 // Avoid to reserve too much memory at once. diff --git a/vendor/github.com/huandu/xstrings/convert.go b/vendor/github.com/huandu/xstrings/convert.go index 8253fa9c..3d5a3495 100644 --- a/vendor/github.com/huandu/xstrings/convert.go +++ b/vendor/github.com/huandu/xstrings/convert.go @@ -4,36 +4,35 @@ package xstrings import ( - "bytes" "math/rand" "unicode" "unicode/utf8" ) -// ToCamelCase can convert all lower case characters behind underscores -// to upper case character. -// Underscore character will be removed in result except following cases. -// * More than 1 underscore. -// "a__b" => "A_B" -// * At the beginning of string. -// "_a" => "_A" -// * At the end of string. -// "ab_" => "Ab_" +// ToCamelCase is to convert words separated by space, underscore and hyphen to camel case. +// +// Some samples. +// "some_words" => "SomeWords" +// "http_server" => "HttpServer" +// "no_https" => "NoHttps" +// "_complex__case_" => "_Complex_Case_" +// "some words" => "SomeWords" func ToCamelCase(str string) string { if len(str) == 0 { return "" } - buf := &bytes.Buffer{} + buf := &stringBuilder{} var r0, r1 rune var size int - // leading '_' will appear in output. + // leading connector will appear in output. for len(str) > 0 { r0, size = utf8.DecodeRuneInString(str) str = str[size:] - if r0 != '_' { + if !isConnector(r0) { + r0 = unicode.ToUpper(r0) break } @@ -41,28 +40,28 @@ func ToCamelCase(str string) string { } if len(str) == 0 { + // A special case for a string contains only 1 rune. + if size != 0 { + buf.WriteRune(r0) + } + return buf.String() } - r0 = unicode.ToUpper(r0) - for len(str) > 0 { r1 = r0 r0, size = utf8.DecodeRuneInString(str) str = str[size:] - if r1 == '_' && r0 == '_' { + if isConnector(r0) && isConnector(r1) { buf.WriteRune(r1) continue } - if r1 == '_' { + if isConnector(r1) { r0 = unicode.ToUpper(r0) } else { r0 = unicode.ToLower(r0) - } - - if r1 != '_' { buf.WriteRune(r1) } } @@ -75,15 +74,16 @@ func ToCamelCase(str string) string { // snake case format. // // Some samples. -// "FirstName" => "first_name" -// "HTTPServer" => "http_server" -// "NoHTTPS" => "no_https" -// "GO_PATH" => "go_path" -// "GO PATH" => "go_path" // space is converted to underscore. -// "GO-PATH" => "go_path" // hyphen is converted to underscore. -// "HTTP2XX" => "http_2xx" // insert an underscore before a number and after an alphabet. -// "http2xx" => "http_2xx" -// "HTTP20xOK" => "http_20x_ok" +// "FirstName" => "first_name" +// "HTTPServer" => "http_server" +// "NoHTTPS" => "no_https" +// "GO_PATH" => "go_path" +// "GO PATH" => "go_path" // space is converted to underscore. +// "GO-PATH" => "go_path" // hyphen is converted to underscore. +// "http2xx" => "http_2xx" // insert an underscore before a number and after an alphabet. +// "HTTP20xOK" => "http_20x_ok" +// "Duration2m3s" => "duration_2m3s" +// "Bld4Floor3rd" => "bld4_floor_3rd" func ToSnakeCase(str string) string { return camelCaseToLowerCase(str, '_') } @@ -92,15 +92,16 @@ func ToSnakeCase(str string) string { // kebab case format. // // Some samples. -// "FirstName" => "first-name" -// "HTTPServer" => "http-server" -// "NoHTTPS" => "no-https" -// "GO_PATH" => "go-path" -// "GO PATH" => "go-path" // space is converted to '-'. -// "GO-PATH" => "go-path" // hyphen is converted to '-'. -// "HTTP2XX" => "http-2xx" // insert a '-' before a number and after an alphabet. -// "http2xx" => "http-2xx" -// "HTTP20xOK" => "http-20x-ok" +// "FirstName" => "first-name" +// "HTTPServer" => "http-server" +// "NoHTTPS" => "no-https" +// "GO_PATH" => "go-path" +// "GO PATH" => "go-path" // space is converted to '-'. +// "GO-PATH" => "go-path" // hyphen is converted to '-'. +// "http2xx" => "http-2xx" // insert an underscore before a number and after an alphabet. +// "HTTP20xOK" => "http-20x-ok" +// "Duration2m3s" => "duration-2m3s" +// "Bld4Floor3rd" => "bld4-floor-3rd" func ToKebabCase(str string) string { return camelCaseToLowerCase(str, '-') } @@ -110,99 +111,288 @@ func camelCaseToLowerCase(str string, connector rune) string { return "" } - buf := &bytes.Buffer{} - var prev, r0, r1 rune - var size int + buf := &stringBuilder{} + wt, word, remaining := nextWord(str) - r0 = connector + for len(remaining) > 0 { + if wt != connectorWord { + toLower(buf, wt, word, connector) + } - for len(str) > 0 { - prev = r0 - r0, size = utf8.DecodeRuneInString(str) - str = str[size:] + prev := wt + last := word + wt, word, remaining = nextWord(remaining) - switch { - case r0 == utf8.RuneError: - buf.WriteRune(r0) + switch prev { + case numberWord: + for wt == alphabetWord || wt == numberWord { + toLower(buf, wt, word, connector) + wt, word, remaining = nextWord(remaining) + } - case unicode.IsUpper(r0): - if prev != connector && !unicode.IsNumber(prev) { + if wt != invalidWord && wt != punctWord { buf.WriteRune(connector) } - buf.WriteRune(unicode.ToLower(r0)) + case connectorWord: + toLower(buf, prev, last, connector) + + case punctWord: + // nothing. + + default: + if wt != numberWord { + if wt != connectorWord && wt != punctWord { + buf.WriteRune(connector) + } - if len(str) == 0 { break } - r0, size = utf8.DecodeRuneInString(str) - str = str[size:] + if len(remaining) == 0 { + break + } + + last := word + wt, word, remaining = nextWord(remaining) + + // consider number as a part of previous word. + // e.g. "Bld4Floor" => "bld4_floor" + if wt != alphabetWord { + toLower(buf, numberWord, last, connector) + + if wt != connectorWord && wt != punctWord { + buf.WriteRune(connector) + } - if !unicode.IsUpper(r0) { - buf.WriteRune(r0) break } - // find next non-upper-case character and insert connector properly. - // it's designed to convert `HTTPServer` to `http_server`. - // if there are more than 2 adjacent upper case characters in a word, - // treat them as an abbreviation plus a normal word. - for len(str) > 0 { - r1 = r0 - r0, size = utf8.DecodeRuneInString(str) - str = str[size:] - - if r0 == utf8.RuneError { - buf.WriteRune(unicode.ToLower(r1)) - buf.WriteRune(r0) + // if there are some lower case letters following a number, + // add connector before the number. + // e.g. "HTTP2xx" => "http_2xx" + buf.WriteRune(connector) + toLower(buf, numberWord, last, connector) + + for wt == alphabetWord || wt == numberWord { + toLower(buf, wt, word, connector) + wt, word, remaining = nextWord(remaining) + } + + if wt != invalidWord && wt != connectorWord && wt != punctWord { + buf.WriteRune(connector) + } + } + } + + toLower(buf, wt, word, connector) + return buf.String() +} + +func isConnector(r rune) bool { + return r == '-' || r == '_' || unicode.IsSpace(r) +} + +type wordType int + +const ( + invalidWord wordType = iota + numberWord + upperCaseWord + alphabetWord + connectorWord + punctWord + otherWord +) + +func nextWord(str string) (wt wordType, word, remaining string) { + if len(str) == 0 { + return + } + + var offset int + remaining = str + r, size := nextValidRune(remaining, utf8.RuneError) + offset += size + + if r == utf8.RuneError { + wt = invalidWord + word = str[:offset] + remaining = str[offset:] + return + } + + switch { + case isConnector(r): + wt = connectorWord + remaining = remaining[size:] + + for len(remaining) > 0 { + r, size = nextValidRune(remaining, r) + + if !isConnector(r) { + break + } + + offset += size + remaining = remaining[size:] + } + + case unicode.IsPunct(r): + wt = punctWord + remaining = remaining[size:] + + for len(remaining) > 0 { + r, size = nextValidRune(remaining, r) + + if !unicode.IsPunct(r) { + break + } + + offset += size + remaining = remaining[size:] + } + + case unicode.IsUpper(r): + wt = upperCaseWord + remaining = remaining[size:] + + if len(remaining) == 0 { + break + } + + r, size = nextValidRune(remaining, r) + + switch { + case unicode.IsUpper(r): + prevSize := size + offset += size + remaining = remaining[size:] + + for len(remaining) > 0 { + r, size = nextValidRune(remaining, r) + + if !unicode.IsUpper(r) { break } - if !unicode.IsUpper(r0) { - if r0 == '_' || r0 == ' ' || r0 == '-' { - r0 = connector - - buf.WriteRune(unicode.ToLower(r1)) - } else if unicode.IsNumber(r0) { - // treat a number as an upper case rune - // so that both `http2xx` and `HTTP2XX` can be converted to `http_2xx`. - buf.WriteRune(unicode.ToLower(r1)) - buf.WriteRune(connector) - buf.WriteRune(r0) - } else { - buf.WriteRune(connector) - buf.WriteRune(unicode.ToLower(r1)) - buf.WriteRune(r0) - } + prevSize = size + offset += size + remaining = remaining[size:] + } + // it's a bit complex when dealing with a case like "HTTPStatus". + // it's expected to be splitted into "HTTP" and "Status". + // Therefore "S" should be in remaining instead of word. + if len(remaining) > 0 && isAlphabet(r) { + offset -= prevSize + remaining = str[offset:] + } + + case isAlphabet(r): + offset += size + remaining = remaining[size:] + + for len(remaining) > 0 { + r, size = nextValidRune(remaining, r) + + if !isAlphabet(r) || unicode.IsUpper(r) { break } - buf.WriteRune(unicode.ToLower(r1)) + offset += size + remaining = remaining[size:] } + } - if len(str) == 0 || r0 == connector { - buf.WriteRune(unicode.ToLower(r0)) + case isAlphabet(r): + wt = alphabetWord + remaining = remaining[size:] + + for len(remaining) > 0 { + r, size = nextValidRune(remaining, r) + + if !isAlphabet(r) || unicode.IsUpper(r) { + break } - case unicode.IsNumber(r0): - if prev != connector && !unicode.IsNumber(prev) { - buf.WriteRune(connector) + offset += size + remaining = remaining[size:] + } + + case unicode.IsNumber(r): + wt = numberWord + remaining = remaining[size:] + + for len(remaining) > 0 { + r, size = nextValidRune(remaining, r) + + if !unicode.IsNumber(r) { + break } - buf.WriteRune(r0) + offset += size + remaining = remaining[size:] + } - default: - if r0 == ' ' || r0 == '-' || r0 == '_' { - r0 = connector + default: + wt = otherWord + remaining = remaining[size:] + + for len(remaining) > 0 { + r, size = nextValidRune(remaining, r) + + if size == 0 || isConnector(r) || isAlphabet(r) || unicode.IsNumber(r) || unicode.IsPunct(r) { + break } - buf.WriteRune(r0) + offset += size + remaining = remaining[size:] } } - return buf.String() + word = str[:offset] + return +} + +func nextValidRune(str string, prev rune) (r rune, size int) { + var sz int + + for len(str) > 0 { + r, sz = utf8.DecodeRuneInString(str) + size += sz + + if r != utf8.RuneError { + return + } + + str = str[sz:] + } + + r = prev + return +} + +func toLower(buf *stringBuilder, wt wordType, str string, connector rune) { + buf.Grow(buf.Len() + len(str)) + + if wt != upperCaseWord && wt != connectorWord { + buf.WriteString(str) + return + } + + for len(str) > 0 { + r, size := utf8.DecodeRuneInString(str) + str = str[size:] + + if isConnector(r) { + buf.WriteRune(connector) + } else if unicode.IsUpper(r) { + buf.WriteRune(unicode.ToLower(r)) + } else { + buf.WriteRune(r) + } + } } // SwapCase will swap characters case from upper to lower or lower to upper. @@ -210,7 +400,7 @@ func SwapCase(str string) string { var r rune var size int - buf := &bytes.Buffer{} + buf := &stringBuilder{} for len(str) > 0 { r, size = utf8.DecodeRuneInString(str) @@ -244,7 +434,7 @@ func FirstRuneToUpper(str string) string { return str } - buf := &bytes.Buffer{} + buf := &stringBuilder{} buf.WriteRune(unicode.ToUpper(r)) buf.WriteString(str[size:]) return buf.String() @@ -262,7 +452,7 @@ func FirstRuneToLower(str string) string { return str } - buf := &bytes.Buffer{} + buf := &stringBuilder{} buf.WriteRune(unicode.ToLower(r)) buf.WriteString(str[size:]) return buf.String() @@ -375,7 +565,7 @@ func Successor(str string) string { // Needs to add one character for carry. if i < 0 && carry != ' ' { - buf := &bytes.Buffer{} + buf := &stringBuilder{} buf.Grow(l + 4) // Reserve enough space for write. if lastAlphanumeric != 0 { diff --git a/vendor/github.com/huandu/xstrings/format.go b/vendor/github.com/huandu/xstrings/format.go index 2d02df1c..8cd76c52 100644 --- a/vendor/github.com/huandu/xstrings/format.go +++ b/vendor/github.com/huandu/xstrings/format.go @@ -4,7 +4,6 @@ package xstrings import ( - "bytes" "unicode/utf8" ) @@ -28,7 +27,7 @@ func ExpandTabs(str string, tabSize int) string { var r rune var i, size, column, expand int - var output *bytes.Buffer + var output *stringBuilder orig := str @@ -43,7 +42,7 @@ func ExpandTabs(str string, tabSize int) string { } for i = 0; i < expand; i++ { - output.WriteByte(byte(' ')) + output.WriteRune(' ') } column += expand @@ -88,7 +87,7 @@ func LeftJustify(str string, length int, pad string) string { remains := length - l padLen := Len(pad) - output := &bytes.Buffer{} + output := &stringBuilder{} output.Grow(len(str) + (remains/padLen+1)*len(pad)) output.WriteString(str) writePadString(output, pad, padLen, remains) @@ -114,7 +113,7 @@ func RightJustify(str string, length int, pad string) string { remains := length - l padLen := Len(pad) - output := &bytes.Buffer{} + output := &stringBuilder{} output.Grow(len(str) + (remains/padLen+1)*len(pad)) writePadString(output, pad, padLen, remains) output.WriteString(str) @@ -140,7 +139,7 @@ func Center(str string, length int, pad string) string { remains := length - l padLen := Len(pad) - output := &bytes.Buffer{} + output := &stringBuilder{} output.Grow(len(str) + (remains/padLen+1)*len(pad)) writePadString(output, pad, padLen, remains/2) output.WriteString(str) @@ -148,7 +147,7 @@ func Center(str string, length int, pad string) string { return output.String() } -func writePadString(output *bytes.Buffer, pad string, padLen, remains int) { +func writePadString(output *stringBuilder, pad string, padLen, remains int) { var r rune var size int diff --git a/vendor/github.com/huandu/xstrings/manipulate.go b/vendor/github.com/huandu/xstrings/manipulate.go index 0eefb43e..64075f9b 100644 --- a/vendor/github.com/huandu/xstrings/manipulate.go +++ b/vendor/github.com/huandu/xstrings/manipulate.go @@ -4,7 +4,6 @@ package xstrings import ( - "bytes" "strings" "unicode/utf8" ) @@ -131,7 +130,7 @@ func Insert(dst, src string, index int) string { // Scrub scrubs invalid utf8 bytes with repl string. // Adjacent invalid bytes are replaced only once. func Scrub(str, repl string) string { - var buf *bytes.Buffer + var buf *stringBuilder var r rune var size, pos int var hasError bool @@ -144,7 +143,7 @@ func Scrub(str, repl string) string { if r == utf8.RuneError { if !hasError { if buf == nil { - buf = &bytes.Buffer{} + buf = &stringBuilder{} } buf.WriteString(origin[:pos]) diff --git a/vendor/github.com/huandu/xstrings/stringbuilder.go b/vendor/github.com/huandu/xstrings/stringbuilder.go new file mode 100644 index 00000000..06812fea --- /dev/null +++ b/vendor/github.com/huandu/xstrings/stringbuilder.go @@ -0,0 +1,8 @@ +//go:build go1.10 +// +build go1.10 + +package xstrings + +import "strings" + +type stringBuilder = strings.Builder diff --git a/vendor/github.com/huandu/xstrings/stringbuilder_go110.go b/vendor/github.com/huandu/xstrings/stringbuilder_go110.go new file mode 100644 index 00000000..ccaa5aed --- /dev/null +++ b/vendor/github.com/huandu/xstrings/stringbuilder_go110.go @@ -0,0 +1,10 @@ +//go:build !go1.10 +// +build !go1.10 + +package xstrings + +import "bytes" + +type stringBuilder struct { + bytes.Buffer +} diff --git a/vendor/github.com/huandu/xstrings/translate.go b/vendor/github.com/huandu/xstrings/translate.go index d86a4cbb..42e694fb 100644 --- a/vendor/github.com/huandu/xstrings/translate.go +++ b/vendor/github.com/huandu/xstrings/translate.go @@ -4,7 +4,6 @@ package xstrings import ( - "bytes" "unicode" "unicode/utf8" ) @@ -26,7 +25,7 @@ type runeMap map[rune]rune // If a from/to pattern pair needs to be used more than once, it's recommended // to create a Translator and reuse it. type Translator struct { - quickDict *runeDict // A quick dictionary to look up rune by index. Only availabe for latin runes. + quickDict *runeDict // A quick dictionary to look up rune by index. Only available for latin runes. runeMap runeMap // Rune map for translation. ranges []*runeRangeMap // Ranges of runes. mappedRune rune // If mappedRune >= 0, all matched runes are translated to the mappedRune. @@ -152,12 +151,12 @@ func NewTranslator(from, to string) *Translator { continue } - fromStart, toStart = tr.addRuneRange(fromStart, fromEnd, toStart, toStart, singleRunes) + _, toStart = tr.addRuneRange(fromStart, fromEnd, toStart, toStart, singleRunes) fromEnd = utf8.RuneError } if fromEnd != utf8.RuneError { - singleRunes = tr.addRune(fromEnd, toStart, singleRunes) + tr.addRune(fromEnd, toStart, singleRunes) } tr.reverted = reverted @@ -303,7 +302,7 @@ func (tr *Translator) Translate(str string) string { orig := str - var output *bytes.Buffer + var output *stringBuilder for len(str) > 0 { r, size = utf8.DecodeRuneInString(str) @@ -500,7 +499,7 @@ func Squeeze(str, pattern string) string { var size int var skipSqueeze, matched bool var tr *Translator - var output *bytes.Buffer + var output *stringBuilder orig := str last = -1 diff --git a/vendor/github.com/onsi/ginkgo/v2/config/deprecated.go b/vendor/github.com/onsi/ginkgo/v2/config/deprecated.go index 67b351a0..a61021d0 100644 --- a/vendor/github.com/onsi/ginkgo/v2/config/deprecated.go +++ b/vendor/github.com/onsi/ginkgo/v2/config/deprecated.go @@ -49,21 +49,21 @@ type DeprecatedDefaultReporterConfigType struct { } // Sadly there is no way to gracefully deprecate access to these global config variables. -// Users who need access to Ginkgo's configuration should use the DSL's GinkgoConfiguraiton() method +// Users who need access to Ginkgo's configuration should use the DSL's GinkgoConfiguration() method // These new unwieldy type names exist to give users a hint when they try to compile and the compilation fails type GinkgoConfigIsNoLongerAccessibleFromTheConfigPackageUseTheDSLsGinkgoConfigurationFunctionInstead struct{} // Sadly there is no way to gracefully deprecate access to these global config variables. -// Users who need access to Ginkgo's configuration should use the DSL's GinkgoConfiguraiton() method +// Users who need access to Ginkgo's configuration should use the DSL's GinkgoConfiguration() method // These new unwieldy type names exist to give users a hint when they try to compile and the compilation fails var GinkgoConfig = GinkgoConfigIsNoLongerAccessibleFromTheConfigPackageUseTheDSLsGinkgoConfigurationFunctionInstead{} // Sadly there is no way to gracefully deprecate access to these global config variables. -// Users who need access to Ginkgo's configuration should use the DSL's GinkgoConfiguraiton() method +// Users who need access to Ginkgo's configuration should use the DSL's GinkgoConfiguration() method // These new unwieldy type names exist to give users a hint when they try to compile and the compilation fails type DefaultReporterConfigIsNoLongerAccessibleFromTheConfigPackageUseTheDSLsGinkgoConfigurationFunctionInstead struct{} // Sadly there is no way to gracefully deprecate access to these global config variables. -// Users who need access to Ginkgo's configuration should use the DSL's GinkgoConfiguraiton() method +// Users who need access to Ginkgo's configuration should use the DSL's GinkgoConfiguration() method // These new unwieldy type names exist to give users a hint when they try to compile and the compilation fails var DefaultReporterConfig = DefaultReporterConfigIsNoLongerAccessibleFromTheConfigPackageUseTheDSLsGinkgoConfigurationFunctionInstead{} diff --git a/vendor/github.com/onsi/ginkgo/v2/ginkgo/generators/bootstrap_command.go b/vendor/github.com/onsi/ginkgo/v2/ginkgo/generators/bootstrap_command.go index 8618c14c..0273abe9 100644 --- a/vendor/github.com/onsi/ginkgo/v2/ginkgo/generators/bootstrap_command.go +++ b/vendor/github.com/onsi/ginkgo/v2/ginkgo/generators/bootstrap_command.go @@ -40,7 +40,7 @@ func BuildBootstrapCommand() command.Command { ShortDoc: "Bootstrap a test suite for the current package", Documentation: `Tests written in Ginkgo and Gomega require a small amount of boilerplate to hook into Go's testing infrastructure. -{{bold}}ginkgo boostrap{{/}} generates this boilerplate for you in a file named X_suite_test.go where X is the name of the package under test.`, +{{bold}}ginkgo bootstrap{{/}} generates this boilerplate for you in a file named X_suite_test.go where X is the name of the package under test.`, DocLink: "generators", Flags: flags, Command: func(_ []string, _ []string) { diff --git a/vendor/github.com/onsi/ginkgo/v2/ginkgo/generators/generate_command.go b/vendor/github.com/onsi/ginkgo/v2/ginkgo/generators/generate_command.go index 9ad88232..33a1b679 100644 --- a/vendor/github.com/onsi/ginkgo/v2/ginkgo/generators/generate_command.go +++ b/vendor/github.com/onsi/ginkgo/v2/ginkgo/generators/generate_command.go @@ -41,7 +41,7 @@ func BuildGenerateCommand() command.Command { Name: "generate", Usage: "ginkgo generate <filename(s)>", ShortDoc: "Generate a test file named <filename>_test.go", - Documentation: `If the optional <filename> argument is ommitted, a file named after the package in the current direcotry will be created. + Documentation: `If the optional <filename> argument is omitted, a file named after the package in the current directory will be created. You can pass multiple <filename(s)> to generate multiple files simultaneously. The resulting files are named <filename>_test.go. diff --git a/vendor/github.com/onsi/ginkgo/v2/ginkgo/generators/generators_common.go b/vendor/github.com/onsi/ginkgo/v2/ginkgo/generators/generators_common.go index f1c8e580..9da13a0d 100644 --- a/vendor/github.com/onsi/ginkgo/v2/ginkgo/generators/generators_common.go +++ b/vendor/github.com/onsi/ginkgo/v2/ginkgo/generators/generators_common.go @@ -17,7 +17,7 @@ type GeneratorsConfig struct { func getPackageAndFormattedName() (string, string, string) { path, err := os.Getwd() - command.AbortIfError("Could not get current working diretory:", err) + command.AbortIfError("Could not get current working directory:", err) dirName := strings.Replace(filepath.Base(path), "-", "_", -1) dirName = strings.Replace(dirName, " ", "_", -1) diff --git a/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/profiles_and_reports.go b/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/profiles_and_reports.go index dbb0f1d9..bd3c6d02 100644 --- a/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/profiles_and_reports.go +++ b/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/profiles_and_reports.go @@ -34,25 +34,33 @@ func FinalizeProfilesAndReportsForSuites(suites TestSuites, cliConfig types.CLIC if goFlagsConfig.Cover && !cliConfig.KeepSeparateCoverprofiles { coverProfiles := []string{} for _, suite := range suitesWithProfiles { - coverProfiles = append(coverProfiles, AbsPathForGeneratedAsset(goFlagsConfig.CoverProfile, suite, cliConfig, 0)) - } - dst := goFlagsConfig.CoverProfile - if cliConfig.OutputDir != "" { - dst = filepath.Join(cliConfig.OutputDir, goFlagsConfig.CoverProfile) - } - err := MergeAndCleanupCoverProfiles(coverProfiles, dst) - if err != nil { - return messages, err + if !suite.HasProgrammaticFocus { + coverProfiles = append(coverProfiles, AbsPathForGeneratedAsset(goFlagsConfig.CoverProfile, suite, cliConfig, 0)) + } } - coverage, err := GetCoverageFromCoverProfile(dst) - if err != nil { - return messages, err - } - if coverage == 0 { - messages = append(messages, "composite coverage: [no statements]") + if len(coverProfiles) > 0 { + dst := goFlagsConfig.CoverProfile + if cliConfig.OutputDir != "" { + dst = filepath.Join(cliConfig.OutputDir, goFlagsConfig.CoverProfile) + } + err := MergeAndCleanupCoverProfiles(coverProfiles, dst) + if err != nil { + return messages, err + } + coverage, err := GetCoverageFromCoverProfile(dst) + if err != nil { + return messages, err + } + if coverage == 0 { + messages = append(messages, "composite coverage: [no statements]") + } else if suitesWithProfiles.AnyHaveProgrammaticFocus() { + messages = append(messages, fmt.Sprintf("composite coverage: %.1f%% of statements however some suites did not contribute because they included programatically focused specs", coverage)) + } else { + messages = append(messages, fmt.Sprintf("composite coverage: %.1f%% of statements", coverage)) + } } else { - messages = append(messages, fmt.Sprintf("composite coverage: %.1f%% of statements", coverage)) + messages = append(messages, "no composite coverage computed: all suites included programatically focused specs") } } diff --git a/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/run.go b/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/run.go index 5f8d387d..a954ee99 100644 --- a/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/run.go +++ b/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/run.go @@ -126,6 +126,24 @@ func runSerial(suite TestSuite, ginkgoConfig types.SuiteConfig, reporterConfig t suite.State = TestSuiteStateFailed } + if suite.HasProgrammaticFocus { + if goFlagsConfig.Cover { + fmt.Fprintln(os.Stdout, "coverage: no coverfile was generated because specs are programmatically focused") + } + if goFlagsConfig.BlockProfile != "" { + fmt.Fprintln(os.Stdout, "no block profile was generated because specs are programmatically focused") + } + if goFlagsConfig.CPUProfile != "" { + fmt.Fprintln(os.Stdout, "no cpu profile was generated because specs are programmatically focused") + } + if goFlagsConfig.MemProfile != "" { + fmt.Fprintln(os.Stdout, "no mem profile was generated because specs are programmatically focused") + } + if goFlagsConfig.MutexProfile != "" { + fmt.Fprintln(os.Stdout, "no mutex profile was generated because specs are programmatically focused") + } + } + return suite } @@ -188,7 +206,7 @@ func runParallel(suite TestSuite, ginkgoConfig types.SuiteConfig, reporterConfig } args, err := types.GenerateGinkgoTestRunArgs(procGinkgoConfig, reporterConfig, procGoFlagsConfig) - command.AbortIfError("Failed to generate test run argumnets", err) + command.AbortIfError("Failed to generate test run arguments", err) args = append([]string{"--test.timeout=0"}, args...) args = append(args, additionalArgs...) @@ -243,37 +261,57 @@ func runParallel(suite TestSuite, ginkgoConfig types.SuiteConfig, reporterConfig } if len(coverProfiles) > 0 { - coverProfile := AbsPathForGeneratedAsset(goFlagsConfig.CoverProfile, suite, cliConfig, 0) - err := MergeAndCleanupCoverProfiles(coverProfiles, coverProfile) - command.AbortIfError("Failed to combine cover profiles", err) - - coverage, err := GetCoverageFromCoverProfile(coverProfile) - command.AbortIfError("Failed to compute coverage", err) - if coverage == 0 { - fmt.Fprintln(os.Stdout, "coverage: [no statements]") + if suite.HasProgrammaticFocus { + fmt.Fprintln(os.Stdout, "coverage: no coverfile was generated because specs are programmatically focused") } else { - fmt.Fprintf(os.Stdout, "coverage: %.1f%% of statements\n", coverage) + coverProfile := AbsPathForGeneratedAsset(goFlagsConfig.CoverProfile, suite, cliConfig, 0) + err := MergeAndCleanupCoverProfiles(coverProfiles, coverProfile) + command.AbortIfError("Failed to combine cover profiles", err) + + coverage, err := GetCoverageFromCoverProfile(coverProfile) + command.AbortIfError("Failed to compute coverage", err) + if coverage == 0 { + fmt.Fprintln(os.Stdout, "coverage: [no statements]") + } else { + fmt.Fprintf(os.Stdout, "coverage: %.1f%% of statements\n", coverage) + } } } if len(blockProfiles) > 0 { - blockProfile := AbsPathForGeneratedAsset(goFlagsConfig.BlockProfile, suite, cliConfig, 0) - err := MergeProfiles(blockProfiles, blockProfile) - command.AbortIfError("Failed to combine blockprofiles", err) + if suite.HasProgrammaticFocus { + fmt.Fprintln(os.Stdout, "no block profile was generated because specs are programmatically focused") + } else { + blockProfile := AbsPathForGeneratedAsset(goFlagsConfig.BlockProfile, suite, cliConfig, 0) + err := MergeProfiles(blockProfiles, blockProfile) + command.AbortIfError("Failed to combine blockprofiles", err) + } } if len(cpuProfiles) > 0 { - cpuProfile := AbsPathForGeneratedAsset(goFlagsConfig.CPUProfile, suite, cliConfig, 0) - err := MergeProfiles(cpuProfiles, cpuProfile) - command.AbortIfError("Failed to combine cpuprofiles", err) + if suite.HasProgrammaticFocus { + fmt.Fprintln(os.Stdout, "no cpu profile was generated because specs are programmatically focused") + } else { + cpuProfile := AbsPathForGeneratedAsset(goFlagsConfig.CPUProfile, suite, cliConfig, 0) + err := MergeProfiles(cpuProfiles, cpuProfile) + command.AbortIfError("Failed to combine cpuprofiles", err) + } } if len(memProfiles) > 0 { - memProfile := AbsPathForGeneratedAsset(goFlagsConfig.MemProfile, suite, cliConfig, 0) - err := MergeProfiles(memProfiles, memProfile) - command.AbortIfError("Failed to combine memprofiles", err) + if suite.HasProgrammaticFocus { + fmt.Fprintln(os.Stdout, "no mem profile was generated because specs are programmatically focused") + } else { + memProfile := AbsPathForGeneratedAsset(goFlagsConfig.MemProfile, suite, cliConfig, 0) + err := MergeProfiles(memProfiles, memProfile) + command.AbortIfError("Failed to combine memprofiles", err) + } } if len(mutexProfiles) > 0 { - mutexProfile := AbsPathForGeneratedAsset(goFlagsConfig.MutexProfile, suite, cliConfig, 0) - err := MergeProfiles(mutexProfiles, mutexProfile) - command.AbortIfError("Failed to combine mutexprofiles", err) + if suite.HasProgrammaticFocus { + fmt.Fprintln(os.Stdout, "no mutex profile was generated because specs are programmatically focused") + } else { + mutexProfile := AbsPathForGeneratedAsset(goFlagsConfig.MutexProfile, suite, cliConfig, 0) + err := MergeProfiles(mutexProfiles, mutexProfile) + command.AbortIfError("Failed to combine mutexprofiles", err) + } } return suite diff --git a/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/test_suite.go b/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/test_suite.go index d446ce3e..64dcb1b7 100644 --- a/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/test_suite.go +++ b/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/test_suite.go @@ -268,7 +268,7 @@ func packageNameForSuite(dir string) string { func filesHaveGinkgoSuite(dir string, files []os.DirEntry) bool { reTestFile := regexp.MustCompile(`_test\.go$`) - reGinkgo := regexp.MustCompile(`package ginkgo|\/ginkgo"|\/ginkgo\/v2"`) + reGinkgo := regexp.MustCompile(`package ginkgo|\/ginkgo"|\/ginkgo\/v2"|\/ginkgo\/v2/dsl/`) for _, file := range files { if !file.IsDir() && reTestFile.Match([]byte(file.Name())) { diff --git a/vendor/github.com/onsi/ginkgo/v2/ginkgo/unfocus/unfocus_command.go b/vendor/github.com/onsi/ginkgo/v2/ginkgo/unfocus/unfocus_command.go index 4e27b827..7dd29439 100644 --- a/vendor/github.com/onsi/ginkgo/v2/ginkgo/unfocus/unfocus_command.go +++ b/vendor/github.com/onsi/ginkgo/v2/ginkgo/unfocus/unfocus_command.go @@ -84,7 +84,7 @@ func unfocusFile(path string) { return } - ast, err := parser.ParseFile(token.NewFileSet(), path, bytes.NewReader(data), 0) + ast, err := parser.ParseFile(token.NewFileSet(), path, bytes.NewReader(data), parser.ParseComments) if err != nil { fmt.Printf("error parsing file '%s': %s\n", path, err.Error()) return @@ -135,7 +135,7 @@ func updateFile(path string, data []byte, eliminations [][]int64) error { from := bytes.NewReader(data) var cursor int64 for _, eliminationRange := range eliminations { - positionToEliminate, lengthToEliminate := eliminationRange[0], eliminationRange[1] + positionToEliminate, lengthToEliminate := eliminationRange[0]-1, eliminationRange[1] if _, err := io.CopyN(to, from, positionToEliminate-cursor); err != nil { return fmt.Errorf("error copying data: %w", err) } @@ -159,14 +159,14 @@ func scanForFocus(file *ast.File) (eliminations [][]int64) { if c, ok := n.(*ast.CallExpr); ok { if i, ok := c.Fun.(*ast.Ident); ok { if isFocus(i.Name) { - eliminations = append(eliminations, []int64{int64(i.Pos() - file.Pos()), 1}) + eliminations = append(eliminations, []int64{int64(i.Pos()), 1}) } } } if i, ok := n.(*ast.Ident); ok { if i.Name == "Focus" { - eliminations = append(eliminations, []int64{int64(i.Pos() - file.Pos()), 6}) + eliminations = append(eliminations, []int64{int64(i.Pos()), 6}) } } diff --git a/vendor/github.com/onsi/ginkgo/v2/reporters/junit_report.go b/vendor/github.com/onsi/ginkgo/v2/reporters/junit_report.go index 87556d03..febcc650 100644 --- a/vendor/github.com/onsi/ginkgo/v2/reporters/junit_report.go +++ b/vendor/github.com/onsi/ginkgo/v2/reporters/junit_report.go @@ -41,7 +41,7 @@ type JUnitTestSuites struct { type JUnitTestSuite struct { // Name maps onto the description of the test suite - maps onto Report.SuiteDescription Name string `xml:"name,attr"` - // Package maps onto the aboslute path to the test suite - maps onto Report.SuitePath + // Package maps onto the absolute path to the test suite - maps onto Report.SuitePath Package string `xml:"package,attr"` // Tests maps onto the total number of specs in the test suite (this includes any suite nodes such as BeforeSuite) Tests int `xml:"tests,attr"` @@ -110,7 +110,7 @@ type JUnitSkipped struct { } type JUnitError struct { - //Message maps onto the panic/exception thrown - equivalent to SpecReport.Failure.ForwardedPanic - or to "interupted" + //Message maps onto the panic/exception thrown - equivalent to SpecReport.Failure.ForwardedPanic - or to "interrupted" Message string `xml:"message,attr"` //Type is one of "panicked" or "interrupted" Type string `xml:"type,attr"` diff --git a/vendor/github.com/onsi/ginkgo/v2/types/config.go b/vendor/github.com/onsi/ginkgo/v2/types/config.go index 8ebd329e..07ef4c3a 100644 --- a/vendor/github.com/onsi/ginkgo/v2/types/config.go +++ b/vendor/github.com/onsi/ginkgo/v2/types/config.go @@ -168,7 +168,7 @@ func (g CLIConfig) ComputedNumCompilers() int { } // Configuration for the Ginkgo CLI capturing available go flags -// A subset of Go flags are exposed by Ginkgo. Some are avaiable at compile time (e.g. ginkgo build) and others only at run time (e.g. ginkgo run - which has both build and run time flags). +// A subset of Go flags are exposed by Ginkgo. Some are available at compile time (e.g. ginkgo build) and others only at run time (e.g. ginkgo run - which has both build and run time flags). // More details can be found at: // https://docs.google.com/spreadsheets/d/1zkp-DS4hU4sAJl5eHh1UmgwxCPQhf3s5a8fbiOI8tJU/ type GoFlagsConfig struct { @@ -278,7 +278,7 @@ var SuiteConfigFlags = GinkgoFlags{ Usage: "If set, ginkgo will use the specified output interception strategy when running in parallel. Defaults to dup on unix and swap on windows."}, {KeyPath: "S.LabelFilter", Name: "label-filter", SectionKey: "filter", UsageArgument: "expression", - Usage: "If set, ginkgo will only run specs with labels that match the label-filter. The passed-in expression can include boolean operations (!, &&, ||, ','), groupings via '()', and regular expresions '/regexp/'. e.g. '(cat || dog) && !fruit'"}, + Usage: "If set, ginkgo will only run specs with labels that match the label-filter. The passed-in expression can include boolean operations (!, &&, ||, ','), groupings via '()', and regular expressions '/regexp/'. e.g. '(cat || dog) && !fruit'"}, {KeyPath: "S.FocusStrings", Name: "focus", SectionKey: "filter", Usage: "If set, ginkgo will only run specs that match this regular expression. Can be specified multiple times, values are ORed."}, {KeyPath: "S.SkipStrings", Name: "skip", SectionKey: "filter", @@ -555,7 +555,7 @@ var GoRunFlags = GinkgoFlags{ } // VetAndInitializeCLIAndGoConfig validates that the Ginkgo CLI's configuration is sound -// It returns a potentially mutated copy of the config that rationalizes the configuraiton to ensure consistency for downstream consumers +// It returns a potentially mutated copy of the config that rationalizes the configuration to ensure consistency for downstream consumers func VetAndInitializeCLIAndGoConfig(cliConfig CLIConfig, goFlagsConfig GoFlagsConfig) (CLIConfig, GoFlagsConfig, []error) { errors := []error{} diff --git a/vendor/github.com/onsi/ginkgo/v2/types/errors.go b/vendor/github.com/onsi/ginkgo/v2/types/errors.go index 2ab48200..40331d29 100644 --- a/vendor/github.com/onsi/ginkgo/v2/types/errors.go +++ b/vendor/github.com/onsi/ginkgo/v2/types/errors.go @@ -80,7 +80,7 @@ func (g ginkgoErrors) PushingNodeInRunPhase(nodeType NodeType, cl CodeLocation) to the Ginkgo spec tree in a leaf node {{bold}}after{{/}} the specs started running. To enable randomization and parallelization Ginkgo requires the spec tree -to be fully construted up front. In practice, this means that you can +to be fully constructed up front. In practice, this means that you can only create nodes like {{bold}}[%s]{{/}} at the top-level or within the body of a {{bold}}Describe{{/}}, {{bold}}Context{{/}}, or {{bold}}When{{/}}.`, nodeType, nodeType), CodeLocation: cl, @@ -182,8 +182,8 @@ func (g ginkgoErrors) InvalidDeclarationOfFocusedAndPending(cl CodeLocation, nod func (g ginkgoErrors) UnknownDecorator(cl CodeLocation, nodeType NodeType, decorator interface{}) error { return GinkgoError{ - Heading: "Unkown Decorator", - Message: formatter.F(`[%s] node was passed an unkown decorator: '%#v'`, nodeType, decorator), + Heading: "Unknown Decorator", + Message: formatter.F(`[%s] node was passed an unknown decorator: '%#v'`, nodeType, decorator), CodeLocation: cl, DocLink: "node-decorators-overview", } @@ -292,6 +292,16 @@ func (g ginkgoErrors) AddReportEntryNotDuringRunPhase(cl CodeLocation) error { } } +/* By errors */ +func (g ginkgoErrors) ByNotDuringRunPhase(cl CodeLocation) error { + return GinkgoError{ + Heading: "Ginkgo detected an issue with your spec structure", + Message: formatter.F(`It looks like you are calling {{bold}}By{{/}} outside of a running spec. Make sure you call {{bold}}By{{/}} inside a runnable node such as It or BeforeEach and not inside the body of a container such as Describe or Context.`), + CodeLocation: cl, + DocLink: "documenting-complex-specs-by", + } +} + /* FileFilter and SkipFilter errors */ func (g ginkgoErrors) InvalidFileFilter(filter string) error { return GinkgoError{ @@ -433,16 +443,16 @@ func (g ginkgoErrors) SynchronizedBeforeSuiteFailedOnProc1() error { func (g ginkgoErrors) SynchronizedBeforeSuiteDisappearedOnProc1() error { return GinkgoError{ - Heading: "Process #1 disappeard before SynchronizedBeforeSuite could report back", + Heading: "Process #1 disappeared before SynchronizedBeforeSuite could report back", Message: "Ginkgo parallel process #1 disappeared before the first SynchronizedBeforeSuite function completed. This suite will now abort.", } } /* Configuration errors */ -func (g ginkgoErrors) UnkownTypePassedToRunSpecs(value interface{}) error { +func (g ginkgoErrors) UnknownTypePassedToRunSpecs(value interface{}) error { return GinkgoError{ - Heading: "Unkown Type pased to RunSpecs", + Heading: "Unknown Type passed to RunSpecs", Message: fmt.Sprintf("RunSpecs() accepts labels, and configuration of type types.SuiteConfig and/or types.ReporterConfig.\n You passed in: %v", value), } } diff --git a/vendor/github.com/onsi/ginkgo/v2/types/flags.go b/vendor/github.com/onsi/ginkgo/v2/types/flags.go index 7d8a73fe..9186ae87 100644 --- a/vendor/github.com/onsi/ginkgo/v2/types/flags.go +++ b/vendor/github.com/onsi/ginkgo/v2/types/flags.go @@ -121,7 +121,7 @@ func NewAttachedGinkgoFlagSet(flagSet *flag.FlagSet, flags GinkgoFlags, bindings func bindFlagSet(f GinkgoFlagSet, flagSet *flag.FlagSet) (GinkgoFlagSet, error) { if flagSet == nil { f.flagSet = flag.NewFlagSet("", flag.ContinueOnError) - //supress all output as Ginkgo is reponsible for formatting usage + //suppress all output as Ginkgo is responsible for formatting usage f.flagSet.SetOutput(io.Discard) } else { f.flagSet = flagSet diff --git a/vendor/github.com/onsi/ginkgo/v2/types/report_entry.go b/vendor/github.com/onsi/ginkgo/v2/types/report_entry.go index a85281a4..c64866c6 100644 --- a/vendor/github.com/onsi/ginkgo/v2/types/report_entry.go +++ b/vendor/github.com/onsi/ginkgo/v2/types/report_entry.go @@ -42,7 +42,7 @@ func (rev ReportEntryValue) String() string { } func (rev ReportEntryValue) MarshalJSON() ([]byte, error) { - //All this to capture the representaiton at encoding-time, not creating time + //All this to capture the representation at encoding-time, not creating time //This way users can Report on pointers and get their final values at reporting-time out := struct { AsJSON string diff --git a/vendor/github.com/onsi/ginkgo/v2/types/types.go b/vendor/github.com/onsi/ginkgo/v2/types/types.go index 42b5644c..f30d23c6 100644 --- a/vendor/github.com/onsi/ginkgo/v2/types/types.go +++ b/vendor/github.com/onsi/ginkgo/v2/types/types.go @@ -22,10 +22,10 @@ type Report struct { //SuiteSucceeded captures the success or failure status of the test run //If true, the test run is considered successful. - //If false, the test run is considered unsucccessful + //If false, the test run is considered unsuccessful SuiteSucceeded bool - //SuiteHasProgrammaticFocus captures whether the test suite has a test or set of tests that are programatically focused + //SuiteHasProgrammaticFocus captures whether the test suite has a test or set of tests that are programmatically focused //(i.e an `FIt` or an `FDescribe` SuiteHasProgrammaticFocus bool @@ -365,7 +365,7 @@ type Failure struct { // Message - the failure message passed into Fail(...). When using a matcher library // like Gomega, this will contain the failure message generated by Gomega. // - // Message is also populated if hte user has called Skip(...). + // Message is also populated if the user has called Skip(...). Message string // Location - the CodeLocation where the failure occurred @@ -376,10 +376,10 @@ type Failure struct { // then ForwardedPanic will be populated with a string representation of the captured panic. ForwardedPanic string `json:",omitempty"` - // FailureNodeContext - one of three contexts describing the node in which the failure occured: - // FailureNodeIsLeafNode means the failure occured in the leaf node of the associated SpecReport. None of the other FailureNode fields will be populated - // FailureNodeAtTopLevel means the failure occured in a non-leaf node that is defined at the top-level of the spec (i.e. not in a container). FailureNodeType and FailureNodeLocation will be populated. - // FailureNodeInContainer means the failure occured in a non-leaf node that is defined within a container. FailureNodeType, FailureNodeLocaiton, and FailureNodeContainerIndex will be populated. + // FailureNodeContext - one of three contexts describing the node in which the failure occurred: + // FailureNodeIsLeafNode means the failure occurred in the leaf node of the associated SpecReport. None of the other FailureNode fields will be populated + // FailureNodeAtTopLevel means the failure occurred in a non-leaf node that is defined at the top-level of the spec (i.e. not in a container). FailureNodeType and FailureNodeLocation will be populated. + // FailureNodeInContainer means the failure occurred in a non-leaf node that is defined within a container. FailureNodeType, FailureNodeLocaiton, and FailureNodeContainerIndex will be populated. // // FailureNodeType will contain the NodeType of the node in which the failure occurred. // FailureNodeLocation will contain the CodeLocation of the node in which the failure occurred. diff --git a/vendor/github.com/onsi/ginkgo/v2/types/version.go b/vendor/github.com/onsi/ginkgo/v2/types/version.go index 810b72bd..74261450 100644 --- a/vendor/github.com/onsi/ginkgo/v2/types/version.go +++ b/vendor/github.com/onsi/ginkgo/v2/types/version.go @@ -1,3 +1,3 @@ package types -const VERSION = "2.1.0" +const VERSION = "2.1.3" diff --git a/vendor/golang.org/x/crypto/chacha20/chacha_s390x.go b/vendor/golang.org/x/crypto/chacha20/chacha_s390x.go index c5898db4..4652247b 100644 --- a/vendor/golang.org/x/crypto/chacha20/chacha_s390x.go +++ b/vendor/golang.org/x/crypto/chacha20/chacha_s390x.go @@ -15,6 +15,7 @@ const bufSize = 256 // xorKeyStreamVX is an assembly implementation of XORKeyStream. It must only // be called when the vector facility is available. Implementation in asm_s390x.s. +// //go:noescape func xorKeyStreamVX(dst, src []byte, key *[8]uint32, nonce *[3]uint32, counter *uint32) diff --git a/vendor/golang.org/x/crypto/curve25519/internal/field/fe_amd64.go b/vendor/golang.org/x/crypto/curve25519/internal/field/fe_amd64.go index 8fe58393..edcf163c 100644 --- a/vendor/golang.org/x/crypto/curve25519/internal/field/fe_amd64.go +++ b/vendor/golang.org/x/crypto/curve25519/internal/field/fe_amd64.go @@ -6,9 +6,11 @@ package field // feMul sets out = a * b. It works like feMulGeneric. +// //go:noescape func feMul(out *Element, a *Element, b *Element) // feSquare sets out = a * a. It works like feSquareGeneric. +// //go:noescape func feSquare(out *Element, a *Element) diff --git a/vendor/golang.org/x/crypto/ed25519/ed25519.go b/vendor/golang.org/x/crypto/ed25519/ed25519.go index 71ad917d..a7828345 100644 --- a/vendor/golang.org/x/crypto/ed25519/ed25519.go +++ b/vendor/golang.org/x/crypto/ed25519/ed25519.go @@ -1,13 +1,7 @@ -// Copyright 2016 The Go Authors. All rights reserved. +// Copyright 2019 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// In Go 1.13, the ed25519 package was promoted to the standard library as -// crypto/ed25519, and this package became a wrapper for the standard library one. -// -//go:build !go1.13 -// +build !go1.13 - // Package ed25519 implements the Ed25519 signature algorithm. See // https://ed25519.cr.yp.to/. // @@ -16,21 +10,15 @@ // representation includes a public key suffix to make multiple signing // operations with the same key more efficient. This package refers to the RFC // 8032 private key as the “seed”. +// +// Beginning with Go 1.13, the functionality of this package was moved to the +// standard library as crypto/ed25519. This package only acts as a compatibility +// wrapper. package ed25519 -// This code is a port of the public domain, “ref10” implementation of ed25519 -// from SUPERCOP. - import ( - "bytes" - "crypto" - cryptorand "crypto/rand" - "crypto/sha512" - "errors" + "crypto/ed25519" "io" - "strconv" - - "golang.org/x/crypto/ed25519/internal/edwards25519" ) const ( @@ -45,57 +33,21 @@ const ( ) // PublicKey is the type of Ed25519 public keys. -type PublicKey []byte +// +// This type is an alias for crypto/ed25519's PublicKey type. +// See the crypto/ed25519 package for the methods on this type. +type PublicKey = ed25519.PublicKey // PrivateKey is the type of Ed25519 private keys. It implements crypto.Signer. -type PrivateKey []byte - -// Public returns the PublicKey corresponding to priv. -func (priv PrivateKey) Public() crypto.PublicKey { - publicKey := make([]byte, PublicKeySize) - copy(publicKey, priv[32:]) - return PublicKey(publicKey) -} - -// Seed returns the private key seed corresponding to priv. It is provided for -// interoperability with RFC 8032. RFC 8032's private keys correspond to seeds -// in this package. -func (priv PrivateKey) Seed() []byte { - seed := make([]byte, SeedSize) - copy(seed, priv[:32]) - return seed -} - -// Sign signs the given message with priv. -// Ed25519 performs two passes over messages to be signed and therefore cannot -// handle pre-hashed messages. Thus opts.HashFunc() must return zero to -// indicate the message hasn't been hashed. This can be achieved by passing -// crypto.Hash(0) as the value for opts. -func (priv PrivateKey) Sign(rand io.Reader, message []byte, opts crypto.SignerOpts) (signature []byte, err error) { - if opts.HashFunc() != crypto.Hash(0) { - return nil, errors.New("ed25519: cannot sign hashed message") - } - - return Sign(priv, message), nil -} +// +// This type is an alias for crypto/ed25519's PrivateKey type. +// See the crypto/ed25519 package for the methods on this type. +type PrivateKey = ed25519.PrivateKey // GenerateKey generates a public/private key pair using entropy from rand. // If rand is nil, crypto/rand.Reader will be used. func GenerateKey(rand io.Reader) (PublicKey, PrivateKey, error) { - if rand == nil { - rand = cryptorand.Reader - } - - seed := make([]byte, SeedSize) - if _, err := io.ReadFull(rand, seed); err != nil { - return nil, nil, err - } - - privateKey := NewKeyFromSeed(seed) - publicKey := make([]byte, PublicKeySize) - copy(publicKey, privateKey[32:]) - - return publicKey, privateKey, nil + return ed25519.GenerateKey(rand) } // NewKeyFromSeed calculates a private key from a seed. It will panic if @@ -103,121 +55,17 @@ func GenerateKey(rand io.Reader) (PublicKey, PrivateKey, error) { // with RFC 8032. RFC 8032's private keys correspond to seeds in this // package. func NewKeyFromSeed(seed []byte) PrivateKey { - if l := len(seed); l != SeedSize { - panic("ed25519: bad seed length: " + strconv.Itoa(l)) - } - - digest := sha512.Sum512(seed) - digest[0] &= 248 - digest[31] &= 127 - digest[31] |= 64 - - var A edwards25519.ExtendedGroupElement - var hBytes [32]byte - copy(hBytes[:], digest[:]) - edwards25519.GeScalarMultBase(&A, &hBytes) - var publicKeyBytes [32]byte - A.ToBytes(&publicKeyBytes) - - privateKey := make([]byte, PrivateKeySize) - copy(privateKey, seed) - copy(privateKey[32:], publicKeyBytes[:]) - - return privateKey + return ed25519.NewKeyFromSeed(seed) } // Sign signs the message with privateKey and returns a signature. It will // panic if len(privateKey) is not PrivateKeySize. func Sign(privateKey PrivateKey, message []byte) []byte { - if l := len(privateKey); l != PrivateKeySize { - panic("ed25519: bad private key length: " + strconv.Itoa(l)) - } - - h := sha512.New() - h.Write(privateKey[:32]) - - var digest1, messageDigest, hramDigest [64]byte - var expandedSecretKey [32]byte - h.Sum(digest1[:0]) - copy(expandedSecretKey[:], digest1[:]) - expandedSecretKey[0] &= 248 - expandedSecretKey[31] &= 63 - expandedSecretKey[31] |= 64 - - h.Reset() - h.Write(digest1[32:]) - h.Write(message) - h.Sum(messageDigest[:0]) - - var messageDigestReduced [32]byte - edwards25519.ScReduce(&messageDigestReduced, &messageDigest) - var R edwards25519.ExtendedGroupElement - edwards25519.GeScalarMultBase(&R, &messageDigestReduced) - - var encodedR [32]byte - R.ToBytes(&encodedR) - - h.Reset() - h.Write(encodedR[:]) - h.Write(privateKey[32:]) - h.Write(message) - h.Sum(hramDigest[:0]) - var hramDigestReduced [32]byte - edwards25519.ScReduce(&hramDigestReduced, &hramDigest) - - var s [32]byte - edwards25519.ScMulAdd(&s, &hramDigestReduced, &expandedSecretKey, &messageDigestReduced) - - signature := make([]byte, SignatureSize) - copy(signature[:], encodedR[:]) - copy(signature[32:], s[:]) - - return signature + return ed25519.Sign(privateKey, message) } // Verify reports whether sig is a valid signature of message by publicKey. It // will panic if len(publicKey) is not PublicKeySize. func Verify(publicKey PublicKey, message, sig []byte) bool { - if l := len(publicKey); l != PublicKeySize { - panic("ed25519: bad public key length: " + strconv.Itoa(l)) - } - - if len(sig) != SignatureSize || sig[63]&224 != 0 { - return false - } - - var A edwards25519.ExtendedGroupElement - var publicKeyBytes [32]byte - copy(publicKeyBytes[:], publicKey) - if !A.FromBytes(&publicKeyBytes) { - return false - } - edwards25519.FeNeg(&A.X, &A.X) - edwards25519.FeNeg(&A.T, &A.T) - - h := sha512.New() - h.Write(sig[:32]) - h.Write(publicKey[:]) - h.Write(message) - var digest [64]byte - h.Sum(digest[:0]) - - var hReduced [32]byte - edwards25519.ScReduce(&hReduced, &digest) - - var R edwards25519.ProjectiveGroupElement - var s [32]byte - copy(s[:], sig[32:]) - - // https://tools.ietf.org/html/rfc8032#section-5.1.7 requires that s be in - // the range [0, order) in order to prevent signature malleability. - if !edwards25519.ScMinimal(&s) { - return false - } - - edwards25519.GeDoubleScalarMultVartime(&R, &hReduced, &A, &s) - - var checkR [32]byte - R.ToBytes(&checkR) - return bytes.Equal(sig[:32], checkR[:]) + return ed25519.Verify(publicKey, message, sig) } diff --git a/vendor/golang.org/x/crypto/ed25519/ed25519_go113.go b/vendor/golang.org/x/crypto/ed25519/ed25519_go113.go deleted file mode 100644 index b5974dc8..00000000 --- a/vendor/golang.org/x/crypto/ed25519/ed25519_go113.go +++ /dev/null @@ -1,74 +0,0 @@ -// Copyright 2019 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -//go:build go1.13 -// +build go1.13 - -// Package ed25519 implements the Ed25519 signature algorithm. See -// https://ed25519.cr.yp.to/. -// -// These functions are also compatible with the “Ed25519” function defined in -// RFC 8032. However, unlike RFC 8032's formulation, this package's private key -// representation includes a public key suffix to make multiple signing -// operations with the same key more efficient. This package refers to the RFC -// 8032 private key as the “seed”. -// -// Beginning with Go 1.13, the functionality of this package was moved to the -// standard library as crypto/ed25519. This package only acts as a compatibility -// wrapper. -package ed25519 - -import ( - "crypto/ed25519" - "io" -) - -const ( - // PublicKeySize is the size, in bytes, of public keys as used in this package. - PublicKeySize = 32 - // PrivateKeySize is the size, in bytes, of private keys as used in this package. - PrivateKeySize = 64 - // SignatureSize is the size, in bytes, of signatures generated and verified by this package. - SignatureSize = 64 - // SeedSize is the size, in bytes, of private key seeds. These are the private key representations used by RFC 8032. - SeedSize = 32 -) - -// PublicKey is the type of Ed25519 public keys. -// -// This type is an alias for crypto/ed25519's PublicKey type. -// See the crypto/ed25519 package for the methods on this type. -type PublicKey = ed25519.PublicKey - -// PrivateKey is the type of Ed25519 private keys. It implements crypto.Signer. -// -// This type is an alias for crypto/ed25519's PrivateKey type. -// See the crypto/ed25519 package for the methods on this type. -type PrivateKey = ed25519.PrivateKey - -// GenerateKey generates a public/private key pair using entropy from rand. -// If rand is nil, crypto/rand.Reader will be used. -func GenerateKey(rand io.Reader) (PublicKey, PrivateKey, error) { - return ed25519.GenerateKey(rand) -} - -// NewKeyFromSeed calculates a private key from a seed. It will panic if -// len(seed) is not SeedSize. This function is provided for interoperability -// with RFC 8032. RFC 8032's private keys correspond to seeds in this -// package. -func NewKeyFromSeed(seed []byte) PrivateKey { - return ed25519.NewKeyFromSeed(seed) -} - -// Sign signs the message with privateKey and returns a signature. It will -// panic if len(privateKey) is not PrivateKeySize. -func Sign(privateKey PrivateKey, message []byte) []byte { - return ed25519.Sign(privateKey, message) -} - -// Verify reports whether sig is a valid signature of message by publicKey. It -// will panic if len(publicKey) is not PublicKeySize. -func Verify(publicKey PublicKey, message, sig []byte) bool { - return ed25519.Verify(publicKey, message, sig) -} diff --git a/vendor/golang.org/x/crypto/ed25519/internal/edwards25519/const.go b/vendor/golang.org/x/crypto/ed25519/internal/edwards25519/const.go deleted file mode 100644 index e39f086c..00000000 --- a/vendor/golang.org/x/crypto/ed25519/internal/edwards25519/const.go +++ /dev/null @@ -1,1422 +0,0 @@ -// Copyright 2016 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -package edwards25519 - -// These values are from the public domain, “ref10” implementation of ed25519 -// from SUPERCOP. - -// d is a constant in the Edwards curve equation. -var d = FieldElement{ - -10913610, 13857413, -15372611, 6949391, 114729, -8787816, -6275908, -3247719, -18696448, -12055116, -} - -// d2 is 2*d. -var d2 = FieldElement{ - -21827239, -5839606, -30745221, 13898782, 229458, 15978800, -12551817, -6495438, 29715968, 9444199, -} - -// SqrtM1 is the square-root of -1 in the field. -var SqrtM1 = FieldElement{ - -32595792, -7943725, 9377950, 3500415, 12389472, -272473, -25146209, -2005654, 326686, 11406482, -} - -// A is a constant in the Montgomery-form of curve25519. -var A = FieldElement{ - 486662, 0, 0, 0, 0, 0, 0, 0, 0, 0, -} - -// bi contains precomputed multiples of the base-point. See the Ed25519 paper -// for a discussion about how these values are used. -var bi = [8]PreComputedGroupElement{ - { - FieldElement{25967493, -14356035, 29566456, 3660896, -12694345, 4014787, 27544626, -11754271, -6079156, 2047605}, - FieldElement{-12545711, 934262, -2722910, 3049990, -727428, 9406986, 12720692, 5043384, 19500929, -15469378}, - FieldElement{-8738181, 4489570, 9688441, -14785194, 10184609, -12363380, 29287919, 11864899, -24514362, -4438546}, - }, - { - FieldElement{15636291, -9688557, 24204773, -7912398, 616977, -16685262, 27787600, -14772189, 28944400, -1550024}, - FieldElement{16568933, 4717097, -11556148, -1102322, 15682896, -11807043, 16354577, -11775962, 7689662, 11199574}, - FieldElement{30464156, -5976125, -11779434, -15670865, 23220365, 15915852, 7512774, 10017326, -17749093, -9920357}, - }, - { - FieldElement{10861363, 11473154, 27284546, 1981175, -30064349, 12577861, 32867885, 14515107, -15438304, 10819380}, - FieldElement{4708026, 6336745, 20377586, 9066809, -11272109, 6594696, -25653668, 12483688, -12668491, 5581306}, - FieldElement{19563160, 16186464, -29386857, 4097519, 10237984, -4348115, 28542350, 13850243, -23678021, -15815942}, - }, - { - FieldElement{5153746, 9909285, 1723747, -2777874, 30523605, 5516873, 19480852, 5230134, -23952439, -15175766}, - FieldElement{-30269007, -3463509, 7665486, 10083793, 28475525, 1649722, 20654025, 16520125, 30598449, 7715701}, - FieldElement{28881845, 14381568, 9657904, 3680757, -20181635, 7843316, -31400660, 1370708, 29794553, -1409300}, - }, - { - FieldElement{-22518993, -6692182, 14201702, -8745502, -23510406, 8844726, 18474211, -1361450, -13062696, 13821877}, - FieldElement{-6455177, -7839871, 3374702, -4740862, -27098617, -10571707, 31655028, -7212327, 18853322, -14220951}, - FieldElement{4566830, -12963868, -28974889, -12240689, -7602672, -2830569, -8514358, -10431137, 2207753, -3209784}, - }, - { - FieldElement{-25154831, -4185821, 29681144, 7868801, -6854661, -9423865, -12437364, -663000, -31111463, -16132436}, - FieldElement{25576264, -2703214, 7349804, -11814844, 16472782, 9300885, 3844789, 15725684, 171356, 6466918}, - FieldElement{23103977, 13316479, 9739013, -16149481, 817875, -15038942, 8965339, -14088058, -30714912, 16193877}, - }, - { - FieldElement{-33521811, 3180713, -2394130, 14003687, -16903474, -16270840, 17238398, 4729455, -18074513, 9256800}, - FieldElement{-25182317, -4174131, 32336398, 5036987, -21236817, 11360617, 22616405, 9761698, -19827198, 630305}, - FieldElement{-13720693, 2639453, -24237460, -7406481, 9494427, -5774029, -6554551, -15960994, -2449256, -14291300}, - }, - { - FieldElement{-3151181, -5046075, 9282714, 6866145, -31907062, -863023, -18940575, 15033784, 25105118, -7894876}, - FieldElement{-24326370, 15950226, -31801215, -14592823, -11662737, -5090925, 1573892, -2625887, 2198790, -15804619}, - FieldElement{-3099351, 10324967, -2241613, 7453183, -5446979, -2735503, -13812022, -16236442, -32461234, -12290683}, - }, -} - -// base contains precomputed multiples of the base-point. See the Ed25519 paper -// for a discussion about how these values are used. -var base = [32][8]PreComputedGroupElement{ - { - { - FieldElement{25967493, -14356035, 29566456, 3660896, -12694345, 4014787, 27544626, -11754271, -6079156, 2047605}, - FieldElement{-12545711, 934262, -2722910, 3049990, -727428, 9406986, 12720692, 5043384, 19500929, -15469378}, - FieldElement{-8738181, 4489570, 9688441, -14785194, 10184609, -12363380, 29287919, 11864899, -24514362, -4438546}, - }, - { - FieldElement{-12815894, -12976347, -21581243, 11784320, -25355658, -2750717, -11717903, -3814571, -358445, -10211303}, - FieldElement{-21703237, 6903825, 27185491, 6451973, -29577724, -9554005, -15616551, 11189268, -26829678, -5319081}, - FieldElement{26966642, 11152617, 32442495, 15396054, 14353839, -12752335, -3128826, -9541118, -15472047, -4166697}, - }, - { - FieldElement{15636291, -9688557, 24204773, -7912398, 616977, -16685262, 27787600, -14772189, 28944400, -1550024}, - FieldElement{16568933, 4717097, -11556148, -1102322, 15682896, -11807043, 16354577, -11775962, 7689662, 11199574}, - FieldElement{30464156, -5976125, -11779434, -15670865, 23220365, 15915852, 7512774, 10017326, -17749093, -9920357}, - }, - { - FieldElement{-17036878, 13921892, 10945806, -6033431, 27105052, -16084379, -28926210, 15006023, 3284568, -6276540}, - FieldElement{23599295, -8306047, -11193664, -7687416, 13236774, 10506355, 7464579, 9656445, 13059162, 10374397}, - FieldElement{7798556, 16710257, 3033922, 2874086, 28997861, 2835604, 32406664, -3839045, -641708, -101325}, - }, - { - FieldElement{10861363, 11473154, 27284546, 1981175, -30064349, 12577861, 32867885, 14515107, -15438304, 10819380}, - FieldElement{4708026, 6336745, 20377586, 9066809, -11272109, 6594696, -25653668, 12483688, -12668491, 5581306}, - FieldElement{19563160, 16186464, -29386857, 4097519, 10237984, -4348115, 28542350, 13850243, -23678021, -15815942}, - }, - { - FieldElement{-15371964, -12862754, 32573250, 4720197, -26436522, 5875511, -19188627, -15224819, -9818940, -12085777}, - FieldElement{-8549212, 109983, 15149363, 2178705, 22900618, 4543417, 3044240, -15689887, 1762328, 14866737}, - FieldElement{-18199695, -15951423, -10473290, 1707278, -17185920, 3916101, -28236412, 3959421, 27914454, 4383652}, - }, - { - FieldElement{5153746, 9909285, 1723747, -2777874, 30523605, 5516873, 19480852, 5230134, -23952439, -15175766}, - FieldElement{-30269007, -3463509, 7665486, 10083793, 28475525, 1649722, 20654025, 16520125, 30598449, 7715701}, - FieldElement{28881845, 14381568, 9657904, 3680757, -20181635, 7843316, -31400660, 1370708, 29794553, -1409300}, - }, - { - FieldElement{14499471, -2729599, -33191113, -4254652, 28494862, 14271267, 30290735, 10876454, -33154098, 2381726}, - FieldElement{-7195431, -2655363, -14730155, 462251, -27724326, 3941372, -6236617, 3696005, -32300832, 15351955}, - FieldElement{27431194, 8222322, 16448760, -3907995, -18707002, 11938355, -32961401, -2970515, 29551813, 10109425}, - }, - }, - { - { - FieldElement{-13657040, -13155431, -31283750, 11777098, 21447386, 6519384, -2378284, -1627556, 10092783, -4764171}, - FieldElement{27939166, 14210322, 4677035, 16277044, -22964462, -12398139, -32508754, 12005538, -17810127, 12803510}, - FieldElement{17228999, -15661624, -1233527, 300140, -1224870, -11714777, 30364213, -9038194, 18016357, 4397660}, - }, - { - FieldElement{-10958843, -7690207, 4776341, -14954238, 27850028, -15602212, -26619106, 14544525, -17477504, 982639}, - FieldElement{29253598, 15796703, -2863982, -9908884, 10057023, 3163536, 7332899, -4120128, -21047696, 9934963}, - FieldElement{5793303, 16271923, -24131614, -10116404, 29188560, 1206517, -14747930, 4559895, -30123922, -10897950}, - }, - { - FieldElement{-27643952, -11493006, 16282657, -11036493, 28414021, -15012264, 24191034, 4541697, -13338309, 5500568}, - FieldElement{12650548, -1497113, 9052871, 11355358, -17680037, -8400164, -17430592, 12264343, 10874051, 13524335}, - FieldElement{25556948, -3045990, 714651, 2510400, 23394682, -10415330, 33119038, 5080568, -22528059, 5376628}, - }, - { - FieldElement{-26088264, -4011052, -17013699, -3537628, -6726793, 1920897, -22321305, -9447443, 4535768, 1569007}, - FieldElement{-2255422, 14606630, -21692440, -8039818, 28430649, 8775819, -30494562, 3044290, 31848280, 12543772}, - FieldElement{-22028579, 2943893, -31857513, 6777306, 13784462, -4292203, -27377195, -2062731, 7718482, 14474653}, - }, - { - FieldElement{2385315, 2454213, -22631320, 46603, -4437935, -15680415, 656965, -7236665, 24316168, -5253567}, - FieldElement{13741529, 10911568, -33233417, -8603737, -20177830, -1033297, 33040651, -13424532, -20729456, 8321686}, - FieldElement{21060490, -2212744, 15712757, -4336099, 1639040, 10656336, 23845965, -11874838, -9984458, 608372}, - }, - { - FieldElement{-13672732, -15087586, -10889693, -7557059, -6036909, 11305547, 1123968, -6780577, 27229399, 23887}, - FieldElement{-23244140, -294205, -11744728, 14712571, -29465699, -2029617, 12797024, -6440308, -1633405, 16678954}, - FieldElement{-29500620, 4770662, -16054387, 14001338, 7830047, 9564805, -1508144, -4795045, -17169265, 4904953}, - }, - { - FieldElement{24059557, 14617003, 19037157, -15039908, 19766093, -14906429, 5169211, 16191880, 2128236, -4326833}, - FieldElement{-16981152, 4124966, -8540610, -10653797, 30336522, -14105247, -29806336, 916033, -6882542, -2986532}, - FieldElement{-22630907, 12419372, -7134229, -7473371, -16478904, 16739175, 285431, 2763829, 15736322, 4143876}, - }, - { - FieldElement{2379352, 11839345, -4110402, -5988665, 11274298, 794957, 212801, -14594663, 23527084, -16458268}, - FieldElement{33431127, -11130478, -17838966, -15626900, 8909499, 8376530, -32625340, 4087881, -15188911, -14416214}, - FieldElement{1767683, 7197987, -13205226, -2022635, -13091350, 448826, 5799055, 4357868, -4774191, -16323038}, - }, - }, - { - { - FieldElement{6721966, 13833823, -23523388, -1551314, 26354293, -11863321, 23365147, -3949732, 7390890, 2759800}, - FieldElement{4409041, 2052381, 23373853, 10530217, 7676779, -12885954, 21302353, -4264057, 1244380, -12919645}, - FieldElement{-4421239, 7169619, 4982368, -2957590, 30256825, -2777540, 14086413, 9208236, 15886429, 16489664}, - }, - { - FieldElement{1996075, 10375649, 14346367, 13311202, -6874135, -16438411, -13693198, 398369, -30606455, -712933}, - FieldElement{-25307465, 9795880, -2777414, 14878809, -33531835, 14780363, 13348553, 12076947, -30836462, 5113182}, - FieldElement{-17770784, 11797796, 31950843, 13929123, -25888302, 12288344, -30341101, -7336386, 13847711, 5387222}, - }, - { - FieldElement{-18582163, -3416217, 17824843, -2340966, 22744343, -10442611, 8763061, 3617786, -19600662, 10370991}, - FieldElement{20246567, -14369378, 22358229, -543712, 18507283, -10413996, 14554437, -8746092, 32232924, 16763880}, - FieldElement{9648505, 10094563, 26416693, 14745928, -30374318, -6472621, 11094161, 15689506, 3140038, -16510092}, - }, - { - FieldElement{-16160072, 5472695, 31895588, 4744994, 8823515, 10365685, -27224800, 9448613, -28774454, 366295}, - FieldElement{19153450, 11523972, -11096490, -6503142, -24647631, 5420647, 28344573, 8041113, 719605, 11671788}, - FieldElement{8678025, 2694440, -6808014, 2517372, 4964326, 11152271, -15432916, -15266516, 27000813, -10195553}, - }, - { - FieldElement{-15157904, 7134312, 8639287, -2814877, -7235688, 10421742, 564065, 5336097, 6750977, -14521026}, - FieldElement{11836410, -3979488, 26297894, 16080799, 23455045, 15735944, 1695823, -8819122, 8169720, 16220347}, - FieldElement{-18115838, 8653647, 17578566, -6092619, -8025777, -16012763, -11144307, -2627664, -5990708, -14166033}, - }, - { - FieldElement{-23308498, -10968312, 15213228, -10081214, -30853605, -11050004, 27884329, 2847284, 2655861, 1738395}, - FieldElement{-27537433, -14253021, -25336301, -8002780, -9370762, 8129821, 21651608, -3239336, -19087449, -11005278}, - FieldElement{1533110, 3437855, 23735889, 459276, 29970501, 11335377, 26030092, 5821408, 10478196, 8544890}, - }, - { - FieldElement{32173121, -16129311, 24896207, 3921497, 22579056, -3410854, 19270449, 12217473, 17789017, -3395995}, - FieldElement{-30552961, -2228401, -15578829, -10147201, 13243889, 517024, 15479401, -3853233, 30460520, 1052596}, - FieldElement{-11614875, 13323618, 32618793, 8175907, -15230173, 12596687, 27491595, -4612359, 3179268, -9478891}, - }, - { - FieldElement{31947069, -14366651, -4640583, -15339921, -15125977, -6039709, -14756777, -16411740, 19072640, -9511060}, - FieldElement{11685058, 11822410, 3158003, -13952594, 33402194, -4165066, 5977896, -5215017, 473099, 5040608}, - FieldElement{-20290863, 8198642, -27410132, 11602123, 1290375, -2799760, 28326862, 1721092, -19558642, -3131606}, - }, - }, - { - { - FieldElement{7881532, 10687937, 7578723, 7738378, -18951012, -2553952, 21820786, 8076149, -27868496, 11538389}, - FieldElement{-19935666, 3899861, 18283497, -6801568, -15728660, -11249211, 8754525, 7446702, -5676054, 5797016}, - FieldElement{-11295600, -3793569, -15782110, -7964573, 12708869, -8456199, 2014099, -9050574, -2369172, -5877341}, - }, - { - FieldElement{-22472376, -11568741, -27682020, 1146375, 18956691, 16640559, 1192730, -3714199, 15123619, 10811505}, - FieldElement{14352098, -3419715, -18942044, 10822655, 32750596, 4699007, -70363, 15776356, -28886779, -11974553}, - FieldElement{-28241164, -8072475, -4978962, -5315317, 29416931, 1847569, -20654173, -16484855, 4714547, -9600655}, - }, - { - FieldElement{15200332, 8368572, 19679101, 15970074, -31872674, 1959451, 24611599, -4543832, -11745876, 12340220}, - FieldElement{12876937, -10480056, 33134381, 6590940, -6307776, 14872440, 9613953, 8241152, 15370987, 9608631}, - FieldElement{-4143277, -12014408, 8446281, -391603, 4407738, 13629032, -7724868, 15866074, -28210621, -8814099}, - }, - { - FieldElement{26660628, -15677655, 8393734, 358047, -7401291, 992988, -23904233, 858697, 20571223, 8420556}, - FieldElement{14620715, 13067227, -15447274, 8264467, 14106269, 15080814, 33531827, 12516406, -21574435, -12476749}, - FieldElement{236881, 10476226, 57258, -14677024, 6472998, 2466984, 17258519, 7256740, 8791136, 15069930}, - }, - { - FieldElement{1276410, -9371918, 22949635, -16322807, -23493039, -5702186, 14711875, 4874229, -30663140, -2331391}, - FieldElement{5855666, 4990204, -13711848, 7294284, -7804282, 1924647, -1423175, -7912378, -33069337, 9234253}, - FieldElement{20590503, -9018988, 31529744, -7352666, -2706834, 10650548, 31559055, -11609587, 18979186, 13396066}, - }, - { - FieldElement{24474287, 4968103, 22267082, 4407354, 24063882, -8325180, -18816887, 13594782, 33514650, 7021958}, - FieldElement{-11566906, -6565505, -21365085, 15928892, -26158305, 4315421, -25948728, -3916677, -21480480, 12868082}, - FieldElement{-28635013, 13504661, 19988037, -2132761, 21078225, 6443208, -21446107, 2244500, -12455797, -8089383}, - }, - { - FieldElement{-30595528, 13793479, -5852820, 319136, -25723172, -6263899, 33086546, 8957937, -15233648, 5540521}, - FieldElement{-11630176, -11503902, -8119500, -7643073, 2620056, 1022908, -23710744, -1568984, -16128528, -14962807}, - FieldElement{23152971, 775386, 27395463, 14006635, -9701118, 4649512, 1689819, 892185, -11513277, -15205948}, - }, - { - FieldElement{9770129, 9586738, 26496094, 4324120, 1556511, -3550024, 27453819, 4763127, -19179614, 5867134}, - FieldElement{-32765025, 1927590, 31726409, -4753295, 23962434, -16019500, 27846559, 5931263, -29749703, -16108455}, - FieldElement{27461885, -2977536, 22380810, 1815854, -23033753, -3031938, 7283490, -15148073, -19526700, 7734629}, - }, - }, - { - { - FieldElement{-8010264, -9590817, -11120403, 6196038, 29344158, -13430885, 7585295, -3176626, 18549497, 15302069}, - FieldElement{-32658337, -6171222, -7672793, -11051681, 6258878, 13504381, 10458790, -6418461, -8872242, 8424746}, - FieldElement{24687205, 8613276, -30667046, -3233545, 1863892, -1830544, 19206234, 7134917, -11284482, -828919}, - }, - { - FieldElement{11334899, -9218022, 8025293, 12707519, 17523892, -10476071, 10243738, -14685461, -5066034, 16498837}, - FieldElement{8911542, 6887158, -9584260, -6958590, 11145641, -9543680, 17303925, -14124238, 6536641, 10543906}, - FieldElement{-28946384, 15479763, -17466835, 568876, -1497683, 11223454, -2669190, -16625574, -27235709, 8876771}, - }, - { - FieldElement{-25742899, -12566864, -15649966, -846607, -33026686, -796288, -33481822, 15824474, -604426, -9039817}, - FieldElement{10330056, 70051, 7957388, -9002667, 9764902, 15609756, 27698697, -4890037, 1657394, 3084098}, - FieldElement{10477963, -7470260, 12119566, -13250805, 29016247, -5365589, 31280319, 14396151, -30233575, 15272409}, - }, - { - FieldElement{-12288309, 3169463, 28813183, 16658753, 25116432, -5630466, -25173957, -12636138, -25014757, 1950504}, - FieldElement{-26180358, 9489187, 11053416, -14746161, -31053720, 5825630, -8384306, -8767532, 15341279, 8373727}, - FieldElement{28685821, 7759505, -14378516, -12002860, -31971820, 4079242, 298136, -10232602, -2878207, 15190420}, - }, - { - FieldElement{-32932876, 13806336, -14337485, -15794431, -24004620, 10940928, 8669718, 2742393, -26033313, -6875003}, - FieldElement{-1580388, -11729417, -25979658, -11445023, -17411874, -10912854, 9291594, -16247779, -12154742, 6048605}, - FieldElement{-30305315, 14843444, 1539301, 11864366, 20201677, 1900163, 13934231, 5128323, 11213262, 9168384}, - }, - { - FieldElement{-26280513, 11007847, 19408960, -940758, -18592965, -4328580, -5088060, -11105150, 20470157, -16398701}, - FieldElement{-23136053, 9282192, 14855179, -15390078, -7362815, -14408560, -22783952, 14461608, 14042978, 5230683}, - FieldElement{29969567, -2741594, -16711867, -8552442, 9175486, -2468974, 21556951, 3506042, -5933891, -12449708}, - }, - { - FieldElement{-3144746, 8744661, 19704003, 4581278, -20430686, 6830683, -21284170, 8971513, -28539189, 15326563}, - FieldElement{-19464629, 10110288, -17262528, -3503892, -23500387, 1355669, -15523050, 15300988, -20514118, 9168260}, - FieldElement{-5353335, 4488613, -23803248, 16314347, 7780487, -15638939, -28948358, 9601605, 33087103, -9011387}, - }, - { - FieldElement{-19443170, -15512900, -20797467, -12445323, -29824447, 10229461, -27444329, -15000531, -5996870, 15664672}, - FieldElement{23294591, -16632613, -22650781, -8470978, 27844204, 11461195, 13099750, -2460356, 18151676, 13417686}, - FieldElement{-24722913, -4176517, -31150679, 5988919, -26858785, 6685065, 1661597, -12551441, 15271676, -15452665}, - }, - }, - { - { - FieldElement{11433042, -13228665, 8239631, -5279517, -1985436, -725718, -18698764, 2167544, -6921301, -13440182}, - FieldElement{-31436171, 15575146, 30436815, 12192228, -22463353, 9395379, -9917708, -8638997, 12215110, 12028277}, - FieldElement{14098400, 6555944, 23007258, 5757252, -15427832, -12950502, 30123440, 4617780, -16900089, -655628}, - }, - { - FieldElement{-4026201, -15240835, 11893168, 13718664, -14809462, 1847385, -15819999, 10154009, 23973261, -12684474}, - FieldElement{-26531820, -3695990, -1908898, 2534301, -31870557, -16550355, 18341390, -11419951, 32013174, -10103539}, - FieldElement{-25479301, 10876443, -11771086, -14625140, -12369567, 1838104, 21911214, 6354752, 4425632, -837822}, - }, - { - FieldElement{-10433389, -14612966, 22229858, -3091047, -13191166, 776729, -17415375, -12020462, 4725005, 14044970}, - FieldElement{19268650, -7304421, 1555349, 8692754, -21474059, -9910664, 6347390, -1411784, -19522291, -16109756}, - FieldElement{-24864089, 12986008, -10898878, -5558584, -11312371, -148526, 19541418, 8180106, 9282262, 10282508}, - }, - { - FieldElement{-26205082, 4428547, -8661196, -13194263, 4098402, -14165257, 15522535, 8372215, 5542595, -10702683}, - FieldElement{-10562541, 14895633, 26814552, -16673850, -17480754, -2489360, -2781891, 6993761, -18093885, 10114655}, - FieldElement{-20107055, -929418, 31422704, 10427861, -7110749, 6150669, -29091755, -11529146, 25953725, -106158}, - }, - { - FieldElement{-4234397, -8039292, -9119125, 3046000, 2101609, -12607294, 19390020, 6094296, -3315279, 12831125}, - FieldElement{-15998678, 7578152, 5310217, 14408357, -33548620, -224739, 31575954, 6326196, 7381791, -2421839}, - FieldElement{-20902779, 3296811, 24736065, -16328389, 18374254, 7318640, 6295303, 8082724, -15362489, 12339664}, - }, - { - FieldElement{27724736, 2291157, 6088201, -14184798, 1792727, 5857634, 13848414, 15768922, 25091167, 14856294}, - FieldElement{-18866652, 8331043, 24373479, 8541013, -701998, -9269457, 12927300, -12695493, -22182473, -9012899}, - FieldElement{-11423429, -5421590, 11632845, 3405020, 30536730, -11674039, -27260765, 13866390, 30146206, 9142070}, - }, - { - FieldElement{3924129, -15307516, -13817122, -10054960, 12291820, -668366, -27702774, 9326384, -8237858, 4171294}, - FieldElement{-15921940, 16037937, 6713787, 16606682, -21612135, 2790944, 26396185, 3731949, 345228, -5462949}, - FieldElement{-21327538, 13448259, 25284571, 1143661, 20614966, -8849387, 2031539, -12391231, -16253183, -13582083}, - }, - { - FieldElement{31016211, -16722429, 26371392, -14451233, -5027349, 14854137, 17477601, 3842657, 28012650, -16405420}, - FieldElement{-5075835, 9368966, -8562079, -4600902, -15249953, 6970560, -9189873, 16292057, -8867157, 3507940}, - FieldElement{29439664, 3537914, 23333589, 6997794, -17555561, -11018068, -15209202, -15051267, -9164929, 6580396}, - }, - }, - { - { - FieldElement{-12185861, -7679788, 16438269, 10826160, -8696817, -6235611, 17860444, -9273846, -2095802, 9304567}, - FieldElement{20714564, -4336911, 29088195, 7406487, 11426967, -5095705, 14792667, -14608617, 5289421, -477127}, - FieldElement{-16665533, -10650790, -6160345, -13305760, 9192020, -1802462, 17271490, 12349094, 26939669, -3752294}, - }, - { - FieldElement{-12889898, 9373458, 31595848, 16374215, 21471720, 13221525, -27283495, -12348559, -3698806, 117887}, - FieldElement{22263325, -6560050, 3984570, -11174646, -15114008, -566785, 28311253, 5358056, -23319780, 541964}, - FieldElement{16259219, 3261970, 2309254, -15534474, -16885711, -4581916, 24134070, -16705829, -13337066, -13552195}, - }, - { - FieldElement{9378160, -13140186, -22845982, -12745264, 28198281, -7244098, -2399684, -717351, 690426, 14876244}, - FieldElement{24977353, -314384, -8223969, -13465086, 28432343, -1176353, -13068804, -12297348, -22380984, 6618999}, - FieldElement{-1538174, 11685646, 12944378, 13682314, -24389511, -14413193, 8044829, -13817328, 32239829, -5652762}, - }, - { - FieldElement{-18603066, 4762990, -926250, 8885304, -28412480, -3187315, 9781647, -10350059, 32779359, 5095274}, - FieldElement{-33008130, -5214506, -32264887, -3685216, 9460461, -9327423, -24601656, 14506724, 21639561, -2630236}, - FieldElement{-16400943, -13112215, 25239338, 15531969, 3987758, -4499318, -1289502, -6863535, 17874574, 558605}, - }, - { - FieldElement{-13600129, 10240081, 9171883, 16131053, -20869254, 9599700, 33499487, 5080151, 2085892, 5119761}, - FieldElement{-22205145, -2519528, -16381601, 414691, -25019550, 2170430, 30634760, -8363614, -31999993, -5759884}, - FieldElement{-6845704, 15791202, 8550074, -1312654, 29928809, -12092256, 27534430, -7192145, -22351378, 12961482}, - }, - { - FieldElement{-24492060, -9570771, 10368194, 11582341, -23397293, -2245287, 16533930, 8206996, -30194652, -5159638}, - FieldElement{-11121496, -3382234, 2307366, 6362031, -135455, 8868177, -16835630, 7031275, 7589640, 8945490}, - FieldElement{-32152748, 8917967, 6661220, -11677616, -1192060, -15793393, 7251489, -11182180, 24099109, -14456170}, - }, - { - FieldElement{5019558, -7907470, 4244127, -14714356, -26933272, 6453165, -19118182, -13289025, -6231896, -10280736}, - FieldElement{10853594, 10721687, 26480089, 5861829, -22995819, 1972175, -1866647, -10557898, -3363451, -6441124}, - FieldElement{-17002408, 5906790, 221599, -6563147, 7828208, -13248918, 24362661, -2008168, -13866408, 7421392}, - }, - { - FieldElement{8139927, -6546497, 32257646, -5890546, 30375719, 1886181, -21175108, 15441252, 28826358, -4123029}, - FieldElement{6267086, 9695052, 7709135, -16603597, -32869068, -1886135, 14795160, -7840124, 13746021, -1742048}, - FieldElement{28584902, 7787108, -6732942, -15050729, 22846041, -7571236, -3181936, -363524, 4771362, -8419958}, - }, - }, - { - { - FieldElement{24949256, 6376279, -27466481, -8174608, -18646154, -9930606, 33543569, -12141695, 3569627, 11342593}, - FieldElement{26514989, 4740088, 27912651, 3697550, 19331575, -11472339, 6809886, 4608608, 7325975, -14801071}, - FieldElement{-11618399, -14554430, -24321212, 7655128, -1369274, 5214312, -27400540, 10258390, -17646694, -8186692}, - }, - { - FieldElement{11431204, 15823007, 26570245, 14329124, 18029990, 4796082, -31446179, 15580664, 9280358, -3973687}, - FieldElement{-160783, -10326257, -22855316, -4304997, -20861367, -13621002, -32810901, -11181622, -15545091, 4387441}, - FieldElement{-20799378, 12194512, 3937617, -5805892, -27154820, 9340370, -24513992, 8548137, 20617071, -7482001}, - }, - { - FieldElement{-938825, -3930586, -8714311, 16124718, 24603125, -6225393, -13775352, -11875822, 24345683, 10325460}, - FieldElement{-19855277, -1568885, -22202708, 8714034, 14007766, 6928528, 16318175, -1010689, 4766743, 3552007}, - FieldElement{-21751364, -16730916, 1351763, -803421, -4009670, 3950935, 3217514, 14481909, 10988822, -3994762}, - }, - { - FieldElement{15564307, -14311570, 3101243, 5684148, 30446780, -8051356, 12677127, -6505343, -8295852, 13296005}, - FieldElement{-9442290, 6624296, -30298964, -11913677, -4670981, -2057379, 31521204, 9614054, -30000824, 12074674}, - FieldElement{4771191, -135239, 14290749, -13089852, 27992298, 14998318, -1413936, -1556716, 29832613, -16391035}, - }, - { - FieldElement{7064884, -7541174, -19161962, -5067537, -18891269, -2912736, 25825242, 5293297, -27122660, 13101590}, - FieldElement{-2298563, 2439670, -7466610, 1719965, -27267541, -16328445, 32512469, -5317593, -30356070, -4190957}, - FieldElement{-30006540, 10162316, -33180176, 3981723, -16482138, -13070044, 14413974, 9515896, 19568978, 9628812}, - }, - { - FieldElement{33053803, 199357, 15894591, 1583059, 27380243, -4580435, -17838894, -6106839, -6291786, 3437740}, - FieldElement{-18978877, 3884493, 19469877, 12726490, 15913552, 13614290, -22961733, 70104, 7463304, 4176122}, - FieldElement{-27124001, 10659917, 11482427, -16070381, 12771467, -6635117, -32719404, -5322751, 24216882, 5944158}, - }, - { - FieldElement{8894125, 7450974, -2664149, -9765752, -28080517, -12389115, 19345746, 14680796, 11632993, 5847885}, - FieldElement{26942781, -2315317, 9129564, -4906607, 26024105, 11769399, -11518837, 6367194, -9727230, 4782140}, - FieldElement{19916461, -4828410, -22910704, -11414391, 25606324, -5972441, 33253853, 8220911, 6358847, -1873857}, - }, - { - FieldElement{801428, -2081702, 16569428, 11065167, 29875704, 96627, 7908388, -4480480, -13538503, 1387155}, - FieldElement{19646058, 5720633, -11416706, 12814209, 11607948, 12749789, 14147075, 15156355, -21866831, 11835260}, - FieldElement{19299512, 1155910, 28703737, 14890794, 2925026, 7269399, 26121523, 15467869, -26560550, 5052483}, - }, - }, - { - { - FieldElement{-3017432, 10058206, 1980837, 3964243, 22160966, 12322533, -6431123, -12618185, 12228557, -7003677}, - FieldElement{32944382, 14922211, -22844894, 5188528, 21913450, -8719943, 4001465, 13238564, -6114803, 8653815}, - FieldElement{22865569, -4652735, 27603668, -12545395, 14348958, 8234005, 24808405, 5719875, 28483275, 2841751}, - }, - { - FieldElement{-16420968, -1113305, -327719, -12107856, 21886282, -15552774, -1887966, -315658, 19932058, -12739203}, - FieldElement{-11656086, 10087521, -8864888, -5536143, -19278573, -3055912, 3999228, 13239134, -4777469, -13910208}, - FieldElement{1382174, -11694719, 17266790, 9194690, -13324356, 9720081, 20403944, 11284705, -14013818, 3093230}, - }, - { - FieldElement{16650921, -11037932, -1064178, 1570629, -8329746, 7352753, -302424, 16271225, -24049421, -6691850}, - FieldElement{-21911077, -5927941, -4611316, -5560156, -31744103, -10785293, 24123614, 15193618, -21652117, -16739389}, - FieldElement{-9935934, -4289447, -25279823, 4372842, 2087473, 10399484, 31870908, 14690798, 17361620, 11864968}, - }, - { - FieldElement{-11307610, 6210372, 13206574, 5806320, -29017692, -13967200, -12331205, -7486601, -25578460, -16240689}, - FieldElement{14668462, -12270235, 26039039, 15305210, 25515617, 4542480, 10453892, 6577524, 9145645, -6443880}, - FieldElement{5974874, 3053895, -9433049, -10385191, -31865124, 3225009, -7972642, 3936128, -5652273, -3050304}, - }, - { - FieldElement{30625386, -4729400, -25555961, -12792866, -20484575, 7695099, 17097188, -16303496, -27999779, 1803632}, - FieldElement{-3553091, 9865099, -5228566, 4272701, -5673832, -16689700, 14911344, 12196514, -21405489, 7047412}, - FieldElement{20093277, 9920966, -11138194, -5343857, 13161587, 12044805, -32856851, 4124601, -32343828, -10257566}, - }, - { - FieldElement{-20788824, 14084654, -13531713, 7842147, 19119038, -13822605, 4752377, -8714640, -21679658, 2288038}, - FieldElement{-26819236, -3283715, 29965059, 3039786, -14473765, 2540457, 29457502, 14625692, -24819617, 12570232}, - FieldElement{-1063558, -11551823, 16920318, 12494842, 1278292, -5869109, -21159943, -3498680, -11974704, 4724943}, - }, - { - FieldElement{17960970, -11775534, -4140968, -9702530, -8876562, -1410617, -12907383, -8659932, -29576300, 1903856}, - FieldElement{23134274, -14279132, -10681997, -1611936, 20684485, 15770816, -12989750, 3190296, 26955097, 14109738}, - FieldElement{15308788, 5320727, -30113809, -14318877, 22902008, 7767164, 29425325, -11277562, 31960942, 11934971}, - }, - { - FieldElement{-27395711, 8435796, 4109644, 12222639, -24627868, 14818669, 20638173, 4875028, 10491392, 1379718}, - FieldElement{-13159415, 9197841, 3875503, -8936108, -1383712, -5879801, 33518459, 16176658, 21432314, 12180697}, - FieldElement{-11787308, 11500838, 13787581, -13832590, -22430679, 10140205, 1465425, 12689540, -10301319, -13872883}, - }, - }, - { - { - FieldElement{5414091, -15386041, -21007664, 9643570, 12834970, 1186149, -2622916, -1342231, 26128231, 6032912}, - FieldElement{-26337395, -13766162, 32496025, -13653919, 17847801, -12669156, 3604025, 8316894, -25875034, -10437358}, - FieldElement{3296484, 6223048, 24680646, -12246460, -23052020, 5903205, -8862297, -4639164, 12376617, 3188849}, - }, - { - FieldElement{29190488, -14659046, 27549113, -1183516, 3520066, -10697301, 32049515, -7309113, -16109234, -9852307}, - FieldElement{-14744486, -9309156, 735818, -598978, -20407687, -5057904, 25246078, -15795669, 18640741, -960977}, - FieldElement{-6928835, -16430795, 10361374, 5642961, 4910474, 12345252, -31638386, -494430, 10530747, 1053335}, - }, - { - FieldElement{-29265967, -14186805, -13538216, -12117373, -19457059, -10655384, -31462369, -2948985, 24018831, 15026644}, - FieldElement{-22592535, -3145277, -2289276, 5953843, -13440189, 9425631, 25310643, 13003497, -2314791, -15145616}, - FieldElement{-27419985, -603321, -8043984, -1669117, -26092265, 13987819, -27297622, 187899, -23166419, -2531735}, - }, - { - FieldElement{-21744398, -13810475, 1844840, 5021428, -10434399, -15911473, 9716667, 16266922, -5070217, 726099}, - FieldElement{29370922, -6053998, 7334071, -15342259, 9385287, 2247707, -13661962, -4839461, 30007388, -15823341}, - FieldElement{-936379, 16086691, 23751945, -543318, -1167538, -5189036, 9137109, 730663, 9835848, 4555336}, - }, - { - FieldElement{-23376435, 1410446, -22253753, -12899614, 30867635, 15826977, 17693930, 544696, -11985298, 12422646}, - FieldElement{31117226, -12215734, -13502838, 6561947, -9876867, -12757670, -5118685, -4096706, 29120153, 13924425}, - FieldElement{-17400879, -14233209, 19675799, -2734756, -11006962, -5858820, -9383939, -11317700, 7240931, -237388}, - }, - { - FieldElement{-31361739, -11346780, -15007447, -5856218, -22453340, -12152771, 1222336, 4389483, 3293637, -15551743}, - FieldElement{-16684801, -14444245, 11038544, 11054958, -13801175, -3338533, -24319580, 7733547, 12796905, -6335822}, - FieldElement{-8759414, -10817836, -25418864, 10783769, -30615557, -9746811, -28253339, 3647836, 3222231, -11160462}, - }, - { - FieldElement{18606113, 1693100, -25448386, -15170272, 4112353, 10045021, 23603893, -2048234, -7550776, 2484985}, - FieldElement{9255317, -3131197, -12156162, -1004256, 13098013, -9214866, 16377220, -2102812, -19802075, -3034702}, - FieldElement{-22729289, 7496160, -5742199, 11329249, 19991973, -3347502, -31718148, 9936966, -30097688, -10618797}, - }, - { - FieldElement{21878590, -5001297, 4338336, 13643897, -3036865, 13160960, 19708896, 5415497, -7360503, -4109293}, - FieldElement{27736861, 10103576, 12500508, 8502413, -3413016, -9633558, 10436918, -1550276, -23659143, -8132100}, - FieldElement{19492550, -12104365, -29681976, -852630, -3208171, 12403437, 30066266, 8367329, 13243957, 8709688}, - }, - }, - { - { - FieldElement{12015105, 2801261, 28198131, 10151021, 24818120, -4743133, -11194191, -5645734, 5150968, 7274186}, - FieldElement{2831366, -12492146, 1478975, 6122054, 23825128, -12733586, 31097299, 6083058, 31021603, -9793610}, - FieldElement{-2529932, -2229646, 445613, 10720828, -13849527, -11505937, -23507731, 16354465, 15067285, -14147707}, - }, - { - FieldElement{7840942, 14037873, -33364863, 15934016, -728213, -3642706, 21403988, 1057586, -19379462, -12403220}, - FieldElement{915865, -16469274, 15608285, -8789130, -24357026, 6060030, -17371319, 8410997, -7220461, 16527025}, - FieldElement{32922597, -556987, 20336074, -16184568, 10903705, -5384487, 16957574, 52992, 23834301, 6588044}, - }, - { - FieldElement{32752030, 11232950, 3381995, -8714866, 22652988, -10744103, 17159699, 16689107, -20314580, -1305992}, - FieldElement{-4689649, 9166776, -25710296, -10847306, 11576752, 12733943, 7924251, -2752281, 1976123, -7249027}, - FieldElement{21251222, 16309901, -2983015, -6783122, 30810597, 12967303, 156041, -3371252, 12331345, -8237197}, - }, - { - FieldElement{8651614, -4477032, -16085636, -4996994, 13002507, 2950805, 29054427, -5106970, 10008136, -4667901}, - FieldElement{31486080, 15114593, -14261250, 12951354, 14369431, -7387845, 16347321, -13662089, 8684155, -10532952}, - FieldElement{19443825, 11385320, 24468943, -9659068, -23919258, 2187569, -26263207, -6086921, 31316348, 14219878}, - }, - { - FieldElement{-28594490, 1193785, 32245219, 11392485, 31092169, 15722801, 27146014, 6992409, 29126555, 9207390}, - FieldElement{32382935, 1110093, 18477781, 11028262, -27411763, -7548111, -4980517, 10843782, -7957600, -14435730}, - FieldElement{2814918, 7836403, 27519878, -7868156, -20894015, -11553689, -21494559, 8550130, 28346258, 1994730}, - }, - { - FieldElement{-19578299, 8085545, -14000519, -3948622, 2785838, -16231307, -19516951, 7174894, 22628102, 8115180}, - FieldElement{-30405132, 955511, -11133838, -15078069, -32447087, -13278079, -25651578, 3317160, -9943017, 930272}, - FieldElement{-15303681, -6833769, 28856490, 1357446, 23421993, 1057177, 24091212, -1388970, -22765376, -10650715}, - }, - { - FieldElement{-22751231, -5303997, -12907607, -12768866, -15811511, -7797053, -14839018, -16554220, -1867018, 8398970}, - FieldElement{-31969310, 2106403, -4736360, 1362501, 12813763, 16200670, 22981545, -6291273, 18009408, -15772772}, - FieldElement{-17220923, -9545221, -27784654, 14166835, 29815394, 7444469, 29551787, -3727419, 19288549, 1325865}, - }, - { - FieldElement{15100157, -15835752, -23923978, -1005098, -26450192, 15509408, 12376730, -3479146, 33166107, -8042750}, - FieldElement{20909231, 13023121, -9209752, 16251778, -5778415, -8094914, 12412151, 10018715, 2213263, -13878373}, - FieldElement{32529814, -11074689, 30361439, -16689753, -9135940, 1513226, 22922121, 6382134, -5766928, 8371348}, - }, - }, - { - { - FieldElement{9923462, 11271500, 12616794, 3544722, -29998368, -1721626, 12891687, -8193132, -26442943, 10486144}, - FieldElement{-22597207, -7012665, 8587003, -8257861, 4084309, -12970062, 361726, 2610596, -23921530, -11455195}, - FieldElement{5408411, -1136691, -4969122, 10561668, 24145918, 14240566, 31319731, -4235541, 19985175, -3436086}, - }, - { - FieldElement{-13994457, 16616821, 14549246, 3341099, 32155958, 13648976, -17577068, 8849297, 65030, 8370684}, - FieldElement{-8320926, -12049626, 31204563, 5839400, -20627288, -1057277, -19442942, 6922164, 12743482, -9800518}, - FieldElement{-2361371, 12678785, 28815050, 4759974, -23893047, 4884717, 23783145, 11038569, 18800704, 255233}, - }, - { - FieldElement{-5269658, -1773886, 13957886, 7990715, 23132995, 728773, 13393847, 9066957, 19258688, -14753793}, - FieldElement{-2936654, -10827535, -10432089, 14516793, -3640786, 4372541, -31934921, 2209390, -1524053, 2055794}, - FieldElement{580882, 16705327, 5468415, -2683018, -30926419, -14696000, -7203346, -8994389, -30021019, 7394435}, - }, - { - FieldElement{23838809, 1822728, -15738443, 15242727, 8318092, -3733104, -21672180, -3492205, -4821741, 14799921}, - FieldElement{13345610, 9759151, 3371034, -16137791, 16353039, 8577942, 31129804, 13496856, -9056018, 7402518}, - FieldElement{2286874, -4435931, -20042458, -2008336, -13696227, 5038122, 11006906, -15760352, 8205061, 1607563}, - }, - { - FieldElement{14414086, -8002132, 3331830, -3208217, 22249151, -5594188, 18364661, -2906958, 30019587, -9029278}, - FieldElement{-27688051, 1585953, -10775053, 931069, -29120221, -11002319, -14410829, 12029093, 9944378, 8024}, - FieldElement{4368715, -3709630, 29874200, -15022983, -20230386, -11410704, -16114594, -999085, -8142388, 5640030}, - }, - { - FieldElement{10299610, 13746483, 11661824, 16234854, 7630238, 5998374, 9809887, -16694564, 15219798, -14327783}, - FieldElement{27425505, -5719081, 3055006, 10660664, 23458024, 595578, -15398605, -1173195, -18342183, 9742717}, - FieldElement{6744077, 2427284, 26042789, 2720740, -847906, 1118974, 32324614, 7406442, 12420155, 1994844}, - }, - { - FieldElement{14012521, -5024720, -18384453, -9578469, -26485342, -3936439, -13033478, -10909803, 24319929, -6446333}, - FieldElement{16412690, -4507367, 10772641, 15929391, -17068788, -4658621, 10555945, -10484049, -30102368, -4739048}, - FieldElement{22397382, -7767684, -9293161, -12792868, 17166287, -9755136, -27333065, 6199366, 21880021, -12250760}, - }, - { - FieldElement{-4283307, 5368523, -31117018, 8163389, -30323063, 3209128, 16557151, 8890729, 8840445, 4957760}, - FieldElement{-15447727, 709327, -6919446, -10870178, -29777922, 6522332, -21720181, 12130072, -14796503, 5005757}, - FieldElement{-2114751, -14308128, 23019042, 15765735, -25269683, 6002752, 10183197, -13239326, -16395286, -2176112}, - }, - }, - { - { - FieldElement{-19025756, 1632005, 13466291, -7995100, -23640451, 16573537, -32013908, -3057104, 22208662, 2000468}, - FieldElement{3065073, -1412761, -25598674, -361432, -17683065, -5703415, -8164212, 11248527, -3691214, -7414184}, - FieldElement{10379208, -6045554, 8877319, 1473647, -29291284, -12507580, 16690915, 2553332, -3132688, 16400289}, - }, - { - FieldElement{15716668, 1254266, -18472690, 7446274, -8448918, 6344164, -22097271, -7285580, 26894937, 9132066}, - FieldElement{24158887, 12938817, 11085297, -8177598, -28063478, -4457083, -30576463, 64452, -6817084, -2692882}, - FieldElement{13488534, 7794716, 22236231, 5989356, 25426474, -12578208, 2350710, -3418511, -4688006, 2364226}, - }, - { - FieldElement{16335052, 9132434, 25640582, 6678888, 1725628, 8517937, -11807024, -11697457, 15445875, -7798101}, - FieldElement{29004207, -7867081, 28661402, -640412, -12794003, -7943086, 31863255, -4135540, -278050, -15759279}, - FieldElement{-6122061, -14866665, -28614905, 14569919, -10857999, -3591829, 10343412, -6976290, -29828287, -10815811}, - }, - { - FieldElement{27081650, 3463984, 14099042, -4517604, 1616303, -6205604, 29542636, 15372179, 17293797, 960709}, - FieldElement{20263915, 11434237, -5765435, 11236810, 13505955, -10857102, -16111345, 6493122, -19384511, 7639714}, - FieldElement{-2830798, -14839232, 25403038, -8215196, -8317012, -16173699, 18006287, -16043750, 29994677, -15808121}, - }, - { - FieldElement{9769828, 5202651, -24157398, -13631392, -28051003, -11561624, -24613141, -13860782, -31184575, 709464}, - FieldElement{12286395, 13076066, -21775189, -1176622, -25003198, 4057652, -32018128, -8890874, 16102007, 13205847}, - FieldElement{13733362, 5599946, 10557076, 3195751, -5557991, 8536970, -25540170, 8525972, 10151379, 10394400}, - }, - { - FieldElement{4024660, -16137551, 22436262, 12276534, -9099015, -2686099, 19698229, 11743039, -33302334, 8934414}, - FieldElement{-15879800, -4525240, -8580747, -2934061, 14634845, -698278, -9449077, 3137094, -11536886, 11721158}, - FieldElement{17555939, -5013938, 8268606, 2331751, -22738815, 9761013, 9319229, 8835153, -9205489, -1280045}, - }, - { - FieldElement{-461409, -7830014, 20614118, 16688288, -7514766, -4807119, 22300304, 505429, 6108462, -6183415}, - FieldElement{-5070281, 12367917, -30663534, 3234473, 32617080, -8422642, 29880583, -13483331, -26898490, -7867459}, - FieldElement{-31975283, 5726539, 26934134, 10237677, -3173717, -605053, 24199304, 3795095, 7592688, -14992079}, - }, - { - FieldElement{21594432, -14964228, 17466408, -4077222, 32537084, 2739898, 6407723, 12018833, -28256052, 4298412}, - FieldElement{-20650503, -11961496, -27236275, 570498, 3767144, -1717540, 13891942, -1569194, 13717174, 10805743}, - FieldElement{-14676630, -15644296, 15287174, 11927123, 24177847, -8175568, -796431, 14860609, -26938930, -5863836}, - }, - }, - { - { - FieldElement{12962541, 5311799, -10060768, 11658280, 18855286, -7954201, 13286263, -12808704, -4381056, 9882022}, - FieldElement{18512079, 11319350, -20123124, 15090309, 18818594, 5271736, -22727904, 3666879, -23967430, -3299429}, - FieldElement{-6789020, -3146043, 16192429, 13241070, 15898607, -14206114, -10084880, -6661110, -2403099, 5276065}, - }, - { - FieldElement{30169808, -5317648, 26306206, -11750859, 27814964, 7069267, 7152851, 3684982, 1449224, 13082861}, - FieldElement{10342826, 3098505, 2119311, 193222, 25702612, 12233820, 23697382, 15056736, -21016438, -8202000}, - FieldElement{-33150110, 3261608, 22745853, 7948688, 19370557, -15177665, -26171976, 6482814, -10300080, -11060101}, - }, - { - FieldElement{32869458, -5408545, 25609743, 15678670, -10687769, -15471071, 26112421, 2521008, -22664288, 6904815}, - FieldElement{29506923, 4457497, 3377935, -9796444, -30510046, 12935080, 1561737, 3841096, -29003639, -6657642}, - FieldElement{10340844, -6630377, -18656632, -2278430, 12621151, -13339055, 30878497, -11824370, -25584551, 5181966}, - }, - { - FieldElement{25940115, -12658025, 17324188, -10307374, -8671468, 15029094, 24396252, -16450922, -2322852, -12388574}, - FieldElement{-21765684, 9916823, -1300409, 4079498, -1028346, 11909559, 1782390, 12641087, 20603771, -6561742}, - FieldElement{-18882287, -11673380, 24849422, 11501709, 13161720, -4768874, 1925523, 11914390, 4662781, 7820689}, - }, - { - FieldElement{12241050, -425982, 8132691, 9393934, 32846760, -1599620, 29749456, 12172924, 16136752, 15264020}, - FieldElement{-10349955, -14680563, -8211979, 2330220, -17662549, -14545780, 10658213, 6671822, 19012087, 3772772}, - FieldElement{3753511, -3421066, 10617074, 2028709, 14841030, -6721664, 28718732, -15762884, 20527771, 12988982}, - }, - { - FieldElement{-14822485, -5797269, -3707987, 12689773, -898983, -10914866, -24183046, -10564943, 3299665, -12424953}, - FieldElement{-16777703, -15253301, -9642417, 4978983, 3308785, 8755439, 6943197, 6461331, -25583147, 8991218}, - FieldElement{-17226263, 1816362, -1673288, -6086439, 31783888, -8175991, -32948145, 7417950, -30242287, 1507265}, - }, - { - FieldElement{29692663, 6829891, -10498800, 4334896, 20945975, -11906496, -28887608, 8209391, 14606362, -10647073}, - FieldElement{-3481570, 8707081, 32188102, 5672294, 22096700, 1711240, -33020695, 9761487, 4170404, -2085325}, - FieldElement{-11587470, 14855945, -4127778, -1531857, -26649089, 15084046, 22186522, 16002000, -14276837, -8400798}, - }, - { - FieldElement{-4811456, 13761029, -31703877, -2483919, -3312471, 7869047, -7113572, -9620092, 13240845, 10965870}, - FieldElement{-7742563, -8256762, -14768334, -13656260, -23232383, 12387166, 4498947, 14147411, 29514390, 4302863}, - FieldElement{-13413405, -12407859, 20757302, -13801832, 14785143, 8976368, -5061276, -2144373, 17846988, -13971927}, - }, - }, - { - { - FieldElement{-2244452, -754728, -4597030, -1066309, -6247172, 1455299, -21647728, -9214789, -5222701, 12650267}, - FieldElement{-9906797, -16070310, 21134160, 12198166, -27064575, 708126, 387813, 13770293, -19134326, 10958663}, - FieldElement{22470984, 12369526, 23446014, -5441109, -21520802, -9698723, -11772496, -11574455, -25083830, 4271862}, - }, - { - FieldElement{-25169565, -10053642, -19909332, 15361595, -5984358, 2159192, 75375, -4278529, -32526221, 8469673}, - FieldElement{15854970, 4148314, -8893890, 7259002, 11666551, 13824734, -30531198, 2697372, 24154791, -9460943}, - FieldElement{15446137, -15806644, 29759747, 14019369, 30811221, -9610191, -31582008, 12840104, 24913809, 9815020}, - }, - { - FieldElement{-4709286, -5614269, -31841498, -12288893, -14443537, 10799414, -9103676, 13438769, 18735128, 9466238}, - FieldElement{11933045, 9281483, 5081055, -5183824, -2628162, -4905629, -7727821, -10896103, -22728655, 16199064}, - FieldElement{14576810, 379472, -26786533, -8317236, -29426508, -10812974, -102766, 1876699, 30801119, 2164795}, - }, - { - FieldElement{15995086, 3199873, 13672555, 13712240, -19378835, -4647646, -13081610, -15496269, -13492807, 1268052}, - FieldElement{-10290614, -3659039, -3286592, 10948818, 23037027, 3794475, -3470338, -12600221, -17055369, 3565904}, - FieldElement{29210088, -9419337, -5919792, -4952785, 10834811, -13327726, -16512102, -10820713, -27162222, -14030531}, - }, - { - FieldElement{-13161890, 15508588, 16663704, -8156150, -28349942, 9019123, -29183421, -3769423, 2244111, -14001979}, - FieldElement{-5152875, -3800936, -9306475, -6071583, 16243069, 14684434, -25673088, -16180800, 13491506, 4641841}, - FieldElement{10813417, 643330, -19188515, -728916, 30292062, -16600078, 27548447, -7721242, 14476989, -12767431}, - }, - { - FieldElement{10292079, 9984945, 6481436, 8279905, -7251514, 7032743, 27282937, -1644259, -27912810, 12651324}, - FieldElement{-31185513, -813383, 22271204, 11835308, 10201545, 15351028, 17099662, 3988035, 21721536, -3148940}, - FieldElement{10202177, -6545839, -31373232, -9574638, -32150642, -8119683, -12906320, 3852694, 13216206, 14842320}, - }, - { - FieldElement{-15815640, -10601066, -6538952, -7258995, -6984659, -6581778, -31500847, 13765824, -27434397, 9900184}, - FieldElement{14465505, -13833331, -32133984, -14738873, -27443187, 12990492, 33046193, 15796406, -7051866, -8040114}, - FieldElement{30924417, -8279620, 6359016, -12816335, 16508377, 9071735, -25488601, 15413635, 9524356, -7018878}, - }, - { - FieldElement{12274201, -13175547, 32627641, -1785326, 6736625, 13267305, 5237659, -5109483, 15663516, 4035784}, - FieldElement{-2951309, 8903985, 17349946, 601635, -16432815, -4612556, -13732739, -15889334, -22258478, 4659091}, - FieldElement{-16916263, -4952973, -30393711, -15158821, 20774812, 15897498, 5736189, 15026997, -2178256, -13455585}, - }, - }, - { - { - FieldElement{-8858980, -2219056, 28571666, -10155518, -474467, -10105698, -3801496, 278095, 23440562, -290208}, - FieldElement{10226241, -5928702, 15139956, 120818, -14867693, 5218603, 32937275, 11551483, -16571960, -7442864}, - FieldElement{17932739, -12437276, -24039557, 10749060, 11316803, 7535897, 22503767, 5561594, -3646624, 3898661}, - }, - { - FieldElement{7749907, -969567, -16339731, -16464, -25018111, 15122143, -1573531, 7152530, 21831162, 1245233}, - FieldElement{26958459, -14658026, 4314586, 8346991, -5677764, 11960072, -32589295, -620035, -30402091, -16716212}, - FieldElement{-12165896, 9166947, 33491384, 13673479, 29787085, 13096535, 6280834, 14587357, -22338025, 13987525}, - }, - { - FieldElement{-24349909, 7778775, 21116000, 15572597, -4833266, -5357778, -4300898, -5124639, -7469781, -2858068}, - FieldElement{9681908, -6737123, -31951644, 13591838, -6883821, 386950, 31622781, 6439245, -14581012, 4091397}, - FieldElement{-8426427, 1470727, -28109679, -1596990, 3978627, -5123623, -19622683, 12092163, 29077877, -14741988}, - }, - { - FieldElement{5269168, -6859726, -13230211, -8020715, 25932563, 1763552, -5606110, -5505881, -20017847, 2357889}, - FieldElement{32264008, -15407652, -5387735, -1160093, -2091322, -3946900, 23104804, -12869908, 5727338, 189038}, - FieldElement{14609123, -8954470, -6000566, -16622781, -14577387, -7743898, -26745169, 10942115, -25888931, -14884697}, - }, - { - FieldElement{20513500, 5557931, -15604613, 7829531, 26413943, -2019404, -21378968, 7471781, 13913677, -5137875}, - FieldElement{-25574376, 11967826, 29233242, 12948236, -6754465, 4713227, -8940970, 14059180, 12878652, 8511905}, - FieldElement{-25656801, 3393631, -2955415, -7075526, -2250709, 9366908, -30223418, 6812974, 5568676, -3127656}, - }, - { - FieldElement{11630004, 12144454, 2116339, 13606037, 27378885, 15676917, -17408753, -13504373, -14395196, 8070818}, - FieldElement{27117696, -10007378, -31282771, -5570088, 1127282, 12772488, -29845906, 10483306, -11552749, -1028714}, - FieldElement{10637467, -5688064, 5674781, 1072708, -26343588, -6982302, -1683975, 9177853, -27493162, 15431203}, - }, - { - FieldElement{20525145, 10892566, -12742472, 12779443, -29493034, 16150075, -28240519, 14943142, -15056790, -7935931}, - FieldElement{-30024462, 5626926, -551567, -9981087, 753598, 11981191, 25244767, -3239766, -3356550, 9594024}, - FieldElement{-23752644, 2636870, -5163910, -10103818, 585134, 7877383, 11345683, -6492290, 13352335, -10977084}, - }, - { - FieldElement{-1931799, -5407458, 3304649, -12884869, 17015806, -4877091, -29783850, -7752482, -13215537, -319204}, - FieldElement{20239939, 6607058, 6203985, 3483793, -18386976, -779229, -20723742, 15077870, -22750759, 14523817}, - FieldElement{27406042, -6041657, 27423596, -4497394, 4996214, 10002360, -28842031, -4545494, -30172742, -4805667}, - }, - }, - { - { - FieldElement{11374242, 12660715, 17861383, -12540833, 10935568, 1099227, -13886076, -9091740, -27727044, 11358504}, - FieldElement{-12730809, 10311867, 1510375, 10778093, -2119455, -9145702, 32676003, 11149336, -26123651, 4985768}, - FieldElement{-19096303, 341147, -6197485, -239033, 15756973, -8796662, -983043, 13794114, -19414307, -15621255}, - }, - { - FieldElement{6490081, 11940286, 25495923, -7726360, 8668373, -8751316, 3367603, 6970005, -1691065, -9004790}, - FieldElement{1656497, 13457317, 15370807, 6364910, 13605745, 8362338, -19174622, -5475723, -16796596, -5031438}, - FieldElement{-22273315, -13524424, -64685, -4334223, -18605636, -10921968, -20571065, -7007978, -99853, -10237333}, - }, - { - FieldElement{17747465, 10039260, 19368299, -4050591, -20630635, -16041286, 31992683, -15857976, -29260363, -5511971}, - FieldElement{31932027, -4986141, -19612382, 16366580, 22023614, 88450, 11371999, -3744247, 4882242, -10626905}, - FieldElement{29796507, 37186, 19818052, 10115756, -11829032, 3352736, 18551198, 3272828, -5190932, -4162409}, - }, - { - FieldElement{12501286, 4044383, -8612957, -13392385, -32430052, 5136599, -19230378, -3529697, 330070, -3659409}, - FieldElement{6384877, 2899513, 17807477, 7663917, -2358888, 12363165, 25366522, -8573892, -271295, 12071499}, - FieldElement{-8365515, -4042521, 25133448, -4517355, -6211027, 2265927, -32769618, 1936675, -5159697, 3829363}, - }, - { - FieldElement{28425966, -5835433, -577090, -4697198, -14217555, 6870930, 7921550, -6567787, 26333140, 14267664}, - FieldElement{-11067219, 11871231, 27385719, -10559544, -4585914, -11189312, 10004786, -8709488, -21761224, 8930324}, - FieldElement{-21197785, -16396035, 25654216, -1725397, 12282012, 11008919, 1541940, 4757911, -26491501, -16408940}, - }, - { - FieldElement{13537262, -7759490, -20604840, 10961927, -5922820, -13218065, -13156584, 6217254, -15943699, 13814990}, - FieldElement{-17422573, 15157790, 18705543, 29619, 24409717, -260476, 27361681, 9257833, -1956526, -1776914}, - FieldElement{-25045300, -10191966, 15366585, 15166509, -13105086, 8423556, -29171540, 12361135, -18685978, 4578290}, - }, - { - FieldElement{24579768, 3711570, 1342322, -11180126, -27005135, 14124956, -22544529, 14074919, 21964432, 8235257}, - FieldElement{-6528613, -2411497, 9442966, -5925588, 12025640, -1487420, -2981514, -1669206, 13006806, 2355433}, - FieldElement{-16304899, -13605259, -6632427, -5142349, 16974359, -10911083, 27202044, 1719366, 1141648, -12796236}, - }, - { - FieldElement{-12863944, -13219986, -8318266, -11018091, -6810145, -4843894, 13475066, -3133972, 32674895, 13715045}, - FieldElement{11423335, -5468059, 32344216, 8962751, 24989809, 9241752, -13265253, 16086212, -28740881, -15642093}, - FieldElement{-1409668, 12530728, -6368726, 10847387, 19531186, -14132160, -11709148, 7791794, -27245943, 4383347}, - }, - }, - { - { - FieldElement{-28970898, 5271447, -1266009, -9736989, -12455236, 16732599, -4862407, -4906449, 27193557, 6245191}, - FieldElement{-15193956, 5362278, -1783893, 2695834, 4960227, 12840725, 23061898, 3260492, 22510453, 8577507}, - FieldElement{-12632451, 11257346, -32692994, 13548177, -721004, 10879011, 31168030, 13952092, -29571492, -3635906}, - }, - { - FieldElement{3877321, -9572739, 32416692, 5405324, -11004407, -13656635, 3759769, 11935320, 5611860, 8164018}, - FieldElement{-16275802, 14667797, 15906460, 12155291, -22111149, -9039718, 32003002, -8832289, 5773085, -8422109}, - FieldElement{-23788118, -8254300, 1950875, 8937633, 18686727, 16459170, -905725, 12376320, 31632953, 190926}, - }, - { - FieldElement{-24593607, -16138885, -8423991, 13378746, 14162407, 6901328, -8288749, 4508564, -25341555, -3627528}, - FieldElement{8884438, -5884009, 6023974, 10104341, -6881569, -4941533, 18722941, -14786005, -1672488, 827625}, - FieldElement{-32720583, -16289296, -32503547, 7101210, 13354605, 2659080, -1800575, -14108036, -24878478, 1541286}, - }, - { - FieldElement{2901347, -1117687, 3880376, -10059388, -17620940, -3612781, -21802117, -3567481, 20456845, -1885033}, - FieldElement{27019610, 12299467, -13658288, -1603234, -12861660, -4861471, -19540150, -5016058, 29439641, 15138866}, - FieldElement{21536104, -6626420, -32447818, -10690208, -22408077, 5175814, -5420040, -16361163, 7779328, 109896}, - }, - { - FieldElement{30279744, 14648750, -8044871, 6425558, 13639621, -743509, 28698390, 12180118, 23177719, -554075}, - FieldElement{26572847, 3405927, -31701700, 12890905, -19265668, 5335866, -6493768, 2378492, 4439158, -13279347}, - FieldElement{-22716706, 3489070, -9225266, -332753, 18875722, -1140095, 14819434, -12731527, -17717757, -5461437}, - }, - { - FieldElement{-5056483, 16566551, 15953661, 3767752, -10436499, 15627060, -820954, 2177225, 8550082, -15114165}, - FieldElement{-18473302, 16596775, -381660, 15663611, 22860960, 15585581, -27844109, -3582739, -23260460, -8428588}, - FieldElement{-32480551, 15707275, -8205912, -5652081, 29464558, 2713815, -22725137, 15860482, -21902570, 1494193}, - }, - { - FieldElement{-19562091, -14087393, -25583872, -9299552, 13127842, 759709, 21923482, 16529112, 8742704, 12967017}, - FieldElement{-28464899, 1553205, 32536856, -10473729, -24691605, -406174, -8914625, -2933896, -29903758, 15553883}, - FieldElement{21877909, 3230008, 9881174, 10539357, -4797115, 2841332, 11543572, 14513274, 19375923, -12647961}, - }, - { - FieldElement{8832269, -14495485, 13253511, 5137575, 5037871, 4078777, 24880818, -6222716, 2862653, 9455043}, - FieldElement{29306751, 5123106, 20245049, -14149889, 9592566, 8447059, -2077124, -2990080, 15511449, 4789663}, - FieldElement{-20679756, 7004547, 8824831, -9434977, -4045704, -3750736, -5754762, 108893, 23513200, 16652362}, - }, - }, - { - { - FieldElement{-33256173, 4144782, -4476029, -6579123, 10770039, -7155542, -6650416, -12936300, -18319198, 10212860}, - FieldElement{2756081, 8598110, 7383731, -6859892, 22312759, -1105012, 21179801, 2600940, -9988298, -12506466}, - FieldElement{-24645692, 13317462, -30449259, -15653928, 21365574, -10869657, 11344424, 864440, -2499677, -16710063}, - }, - { - FieldElement{-26432803, 6148329, -17184412, -14474154, 18782929, -275997, -22561534, 211300, 2719757, 4940997}, - FieldElement{-1323882, 3911313, -6948744, 14759765, -30027150, 7851207, 21690126, 8518463, 26699843, 5276295}, - FieldElement{-13149873, -6429067, 9396249, 365013, 24703301, -10488939, 1321586, 149635, -15452774, 7159369}, - }, - { - FieldElement{9987780, -3404759, 17507962, 9505530, 9731535, -2165514, 22356009, 8312176, 22477218, -8403385}, - FieldElement{18155857, -16504990, 19744716, 9006923, 15154154, -10538976, 24256460, -4864995, -22548173, 9334109}, - FieldElement{2986088, -4911893, 10776628, -3473844, 10620590, -7083203, -21413845, 14253545, -22587149, 536906}, - }, - { - FieldElement{4377756, 8115836, 24567078, 15495314, 11625074, 13064599, 7390551, 10589625, 10838060, -15420424}, - FieldElement{-19342404, 867880, 9277171, -3218459, -14431572, -1986443, 19295826, -15796950, 6378260, 699185}, - FieldElement{7895026, 4057113, -7081772, -13077756, -17886831, -323126, -716039, 15693155, -5045064, -13373962}, - }, - { - FieldElement{-7737563, -5869402, -14566319, -7406919, 11385654, 13201616, 31730678, -10962840, -3918636, -9669325}, - FieldElement{10188286, -15770834, -7336361, 13427543, 22223443, 14896287, 30743455, 7116568, -21786507, 5427593}, - FieldElement{696102, 13206899, 27047647, -10632082, 15285305, -9853179, 10798490, -4578720, 19236243, 12477404}, - }, - { - FieldElement{-11229439, 11243796, -17054270, -8040865, -788228, -8167967, -3897669, 11180504, -23169516, 7733644}, - FieldElement{17800790, -14036179, -27000429, -11766671, 23887827, 3149671, 23466177, -10538171, 10322027, 15313801}, - FieldElement{26246234, 11968874, 32263343, -5468728, 6830755, -13323031, -15794704, -101982, -24449242, 10890804}, - }, - { - FieldElement{-31365647, 10271363, -12660625, -6267268, 16690207, -13062544, -14982212, 16484931, 25180797, -5334884}, - FieldElement{-586574, 10376444, -32586414, -11286356, 19801893, 10997610, 2276632, 9482883, 316878, 13820577}, - FieldElement{-9882808, -4510367, -2115506, 16457136, -11100081, 11674996, 30756178, -7515054, 30696930, -3712849}, - }, - { - FieldElement{32988917, -9603412, 12499366, 7910787, -10617257, -11931514, -7342816, -9985397, -32349517, 7392473}, - FieldElement{-8855661, 15927861, 9866406, -3649411, -2396914, -16655781, -30409476, -9134995, 25112947, -2926644}, - FieldElement{-2504044, -436966, 25621774, -5678772, 15085042, -5479877, -24884878, -13526194, 5537438, -13914319}, - }, - }, - { - { - FieldElement{-11225584, 2320285, -9584280, 10149187, -33444663, 5808648, -14876251, -1729667, 31234590, 6090599}, - FieldElement{-9633316, 116426, 26083934, 2897444, -6364437, -2688086, 609721, 15878753, -6970405, -9034768}, - FieldElement{-27757857, 247744, -15194774, -9002551, 23288161, -10011936, -23869595, 6503646, 20650474, 1804084}, - }, - { - FieldElement{-27589786, 15456424, 8972517, 8469608, 15640622, 4439847, 3121995, -10329713, 27842616, -202328}, - FieldElement{-15306973, 2839644, 22530074, 10026331, 4602058, 5048462, 28248656, 5031932, -11375082, 12714369}, - FieldElement{20807691, -7270825, 29286141, 11421711, -27876523, -13868230, -21227475, 1035546, -19733229, 12796920}, - }, - { - FieldElement{12076899, -14301286, -8785001, -11848922, -25012791, 16400684, -17591495, -12899438, 3480665, -15182815}, - FieldElement{-32361549, 5457597, 28548107, 7833186, 7303070, -11953545, -24363064, -15921875, -33374054, 2771025}, - FieldElement{-21389266, 421932, 26597266, 6860826, 22486084, -6737172, -17137485, -4210226, -24552282, 15673397}, - }, - { - FieldElement{-20184622, 2338216, 19788685, -9620956, -4001265, -8740893, -20271184, 4733254, 3727144, -12934448}, - FieldElement{6120119, 814863, -11794402, -622716, 6812205, -15747771, 2019594, 7975683, 31123697, -10958981}, - FieldElement{30069250, -11435332, 30434654, 2958439, 18399564, -976289, 12296869, 9204260, -16432438, 9648165}, - }, - { - FieldElement{32705432, -1550977, 30705658, 7451065, -11805606, 9631813, 3305266, 5248604, -26008332, -11377501}, - FieldElement{17219865, 2375039, -31570947, -5575615, -19459679, 9219903, 294711, 15298639, 2662509, -16297073}, - FieldElement{-1172927, -7558695, -4366770, -4287744, -21346413, -8434326, 32087529, -1222777, 32247248, -14389861}, - }, - { - FieldElement{14312628, 1221556, 17395390, -8700143, -4945741, -8684635, -28197744, -9637817, -16027623, -13378845}, - FieldElement{-1428825, -9678990, -9235681, 6549687, -7383069, -468664, 23046502, 9803137, 17597934, 2346211}, - FieldElement{18510800, 15337574, 26171504, 981392, -22241552, 7827556, -23491134, -11323352, 3059833, -11782870}, - }, - { - FieldElement{10141598, 6082907, 17829293, -1947643, 9830092, 13613136, -25556636, -5544586, -33502212, 3592096}, - FieldElement{33114168, -15889352, -26525686, -13343397, 33076705, 8716171, 1151462, 1521897, -982665, -6837803}, - FieldElement{-32939165, -4255815, 23947181, -324178, -33072974, -12305637, -16637686, 3891704, 26353178, 693168}, - }, - { - FieldElement{30374239, 1595580, -16884039, 13186931, 4600344, 406904, 9585294, -400668, 31375464, 14369965}, - FieldElement{-14370654, -7772529, 1510301, 6434173, -18784789, -6262728, 32732230, -13108839, 17901441, 16011505}, - FieldElement{18171223, -11934626, -12500402, 15197122, -11038147, -15230035, -19172240, -16046376, 8764035, 12309598}, - }, - }, - { - { - FieldElement{5975908, -5243188, -19459362, -9681747, -11541277, 14015782, -23665757, 1228319, 17544096, -10593782}, - FieldElement{5811932, -1715293, 3442887, -2269310, -18367348, -8359541, -18044043, -15410127, -5565381, 12348900}, - FieldElement{-31399660, 11407555, 25755363, 6891399, -3256938, 14872274, -24849353, 8141295, -10632534, -585479}, - }, - { - FieldElement{-12675304, 694026, -5076145, 13300344, 14015258, -14451394, -9698672, -11329050, 30944593, 1130208}, - FieldElement{8247766, -6710942, -26562381, -7709309, -14401939, -14648910, 4652152, 2488540, 23550156, -271232}, - FieldElement{17294316, -3788438, 7026748, 15626851, 22990044, 113481, 2267737, -5908146, -408818, -137719}, - }, - { - FieldElement{16091085, -16253926, 18599252, 7340678, 2137637, -1221657, -3364161, 14550936, 3260525, -7166271}, - FieldElement{-4910104, -13332887, 18550887, 10864893, -16459325, -7291596, -23028869, -13204905, -12748722, 2701326}, - FieldElement{-8574695, 16099415, 4629974, -16340524, -20786213, -6005432, -10018363, 9276971, 11329923, 1862132}, - }, - { - FieldElement{14763076, -15903608, -30918270, 3689867, 3511892, 10313526, -21951088, 12219231, -9037963, -940300}, - FieldElement{8894987, -3446094, 6150753, 3013931, 301220, 15693451, -31981216, -2909717, -15438168, 11595570}, - FieldElement{15214962, 3537601, -26238722, -14058872, 4418657, -15230761, 13947276, 10730794, -13489462, -4363670}, - }, - { - FieldElement{-2538306, 7682793, 32759013, 263109, -29984731, -7955452, -22332124, -10188635, 977108, 699994}, - FieldElement{-12466472, 4195084, -9211532, 550904, -15565337, 12917920, 19118110, -439841, -30534533, -14337913}, - FieldElement{31788461, -14507657, 4799989, 7372237, 8808585, -14747943, 9408237, -10051775, 12493932, -5409317}, - }, - { - FieldElement{-25680606, 5260744, -19235809, -6284470, -3695942, 16566087, 27218280, 2607121, 29375955, 6024730}, - FieldElement{842132, -2794693, -4763381, -8722815, 26332018, -12405641, 11831880, 6985184, -9940361, 2854096}, - FieldElement{-4847262, -7969331, 2516242, -5847713, 9695691, -7221186, 16512645, 960770, 12121869, 16648078}, - }, - { - FieldElement{-15218652, 14667096, -13336229, 2013717, 30598287, -464137, -31504922, -7882064, 20237806, 2838411}, - FieldElement{-19288047, 4453152, 15298546, -16178388, 22115043, -15972604, 12544294, -13470457, 1068881, -12499905}, - FieldElement{-9558883, -16518835, 33238498, 13506958, 30505848, -1114596, -8486907, -2630053, 12521378, 4845654}, - }, - { - FieldElement{-28198521, 10744108, -2958380, 10199664, 7759311, -13088600, 3409348, -873400, -6482306, -12885870}, - FieldElement{-23561822, 6230156, -20382013, 10655314, -24040585, -11621172, 10477734, -1240216, -3113227, 13974498}, - FieldElement{12966261, 15550616, -32038948, -1615346, 21025980, -629444, 5642325, 7188737, 18895762, 12629579}, - }, - }, - { - { - FieldElement{14741879, -14946887, 22177208, -11721237, 1279741, 8058600, 11758140, 789443, 32195181, 3895677}, - FieldElement{10758205, 15755439, -4509950, 9243698, -4879422, 6879879, -2204575, -3566119, -8982069, 4429647}, - FieldElement{-2453894, 15725973, -20436342, -10410672, -5803908, -11040220, -7135870, -11642895, 18047436, -15281743}, - }, - { - FieldElement{-25173001, -11307165, 29759956, 11776784, -22262383, -15820455, 10993114, -12850837, -17620701, -9408468}, - FieldElement{21987233, 700364, -24505048, 14972008, -7774265, -5718395, 32155026, 2581431, -29958985, 8773375}, - FieldElement{-25568350, 454463, -13211935, 16126715, 25240068, 8594567, 20656846, 12017935, -7874389, -13920155}, - }, - { - FieldElement{6028182, 6263078, -31011806, -11301710, -818919, 2461772, -31841174, -5468042, -1721788, -2776725}, - FieldElement{-12278994, 16624277, 987579, -5922598, 32908203, 1248608, 7719845, -4166698, 28408820, 6816612}, - FieldElement{-10358094, -8237829, 19549651, -12169222, 22082623, 16147817, 20613181, 13982702, -10339570, 5067943}, - }, - { - FieldElement{-30505967, -3821767, 12074681, 13582412, -19877972, 2443951, -19719286, 12746132, 5331210, -10105944}, - FieldElement{30528811, 3601899, -1957090, 4619785, -27361822, -15436388, 24180793, -12570394, 27679908, -1648928}, - FieldElement{9402404, -13957065, 32834043, 10838634, -26580150, -13237195, 26653274, -8685565, 22611444, -12715406}, - }, - { - FieldElement{22190590, 1118029, 22736441, 15130463, -30460692, -5991321, 19189625, -4648942, 4854859, 6622139}, - FieldElement{-8310738, -2953450, -8262579, -3388049, -10401731, -271929, 13424426, -3567227, 26404409, 13001963}, - FieldElement{-31241838, -15415700, -2994250, 8939346, 11562230, -12840670, -26064365, -11621720, -15405155, 11020693}, - }, - { - FieldElement{1866042, -7949489, -7898649, -10301010, 12483315, 13477547, 3175636, -12424163, 28761762, 1406734}, - FieldElement{-448555, -1777666, 13018551, 3194501, -9580420, -11161737, 24760585, -4347088, 25577411, -13378680}, - FieldElement{-24290378, 4759345, -690653, -1852816, 2066747, 10693769, -29595790, 9884936, -9368926, 4745410}, - }, - { - FieldElement{-9141284, 6049714, -19531061, -4341411, -31260798, 9944276, -15462008, -11311852, 10931924, -11931931}, - FieldElement{-16561513, 14112680, -8012645, 4817318, -8040464, -11414606, -22853429, 10856641, -20470770, 13434654}, - FieldElement{22759489, -10073434, -16766264, -1871422, 13637442, -10168091, 1765144, -12654326, 28445307, -5364710}, - }, - { - FieldElement{29875063, 12493613, 2795536, -3786330, 1710620, 15181182, -10195717, -8788675, 9074234, 1167180}, - FieldElement{-26205683, 11014233, -9842651, -2635485, -26908120, 7532294, -18716888, -9535498, 3843903, 9367684}, - FieldElement{-10969595, -6403711, 9591134, 9582310, 11349256, 108879, 16235123, 8601684, -139197, 4242895}, - }, - }, - { - { - FieldElement{22092954, -13191123, -2042793, -11968512, 32186753, -11517388, -6574341, 2470660, -27417366, 16625501}, - FieldElement{-11057722, 3042016, 13770083, -9257922, 584236, -544855, -7770857, 2602725, -27351616, 14247413}, - FieldElement{6314175, -10264892, -32772502, 15957557, -10157730, 168750, -8618807, 14290061, 27108877, -1180880}, - }, - { - FieldElement{-8586597, -7170966, 13241782, 10960156, -32991015, -13794596, 33547976, -11058889, -27148451, 981874}, - FieldElement{22833440, 9293594, -32649448, -13618667, -9136966, 14756819, -22928859, -13970780, -10479804, -16197962}, - FieldElement{-7768587, 3326786, -28111797, 10783824, 19178761, 14905060, 22680049, 13906969, -15933690, 3797899}, - }, - { - FieldElement{21721356, -4212746, -12206123, 9310182, -3882239, -13653110, 23740224, -2709232, 20491983, -8042152}, - FieldElement{9209270, -15135055, -13256557, -6167798, -731016, 15289673, 25947805, 15286587, 30997318, -6703063}, - FieldElement{7392032, 16618386, 23946583, -8039892, -13265164, -1533858, -14197445, -2321576, 17649998, -250080}, - }, - { - FieldElement{-9301088, -14193827, 30609526, -3049543, -25175069, -1283752, -15241566, -9525724, -2233253, 7662146}, - FieldElement{-17558673, 1763594, -33114336, 15908610, -30040870, -12174295, 7335080, -8472199, -3174674, 3440183}, - FieldElement{-19889700, -5977008, -24111293, -9688870, 10799743, -16571957, 40450, -4431835, 4862400, 1133}, - }, - { - FieldElement{-32856209, -7873957, -5422389, 14860950, -16319031, 7956142, 7258061, 311861, -30594991, -7379421}, - FieldElement{-3773428, -1565936, 28985340, 7499440, 24445838, 9325937, 29727763, 16527196, 18278453, 15405622}, - FieldElement{-4381906, 8508652, -19898366, -3674424, -5984453, 15149970, -13313598, 843523, -21875062, 13626197}, - }, - { - FieldElement{2281448, -13487055, -10915418, -2609910, 1879358, 16164207, -10783882, 3953792, 13340839, 15928663}, - FieldElement{31727126, -7179855, -18437503, -8283652, 2875793, -16390330, -25269894, -7014826, -23452306, 5964753}, - FieldElement{4100420, -5959452, -17179337, 6017714, -18705837, 12227141, -26684835, 11344144, 2538215, -7570755}, - }, - { - FieldElement{-9433605, 6123113, 11159803, -2156608, 30016280, 14966241, -20474983, 1485421, -629256, -15958862}, - FieldElement{-26804558, 4260919, 11851389, 9658551, -32017107, 16367492, -20205425, -13191288, 11659922, -11115118}, - FieldElement{26180396, 10015009, -30844224, -8581293, 5418197, 9480663, 2231568, -10170080, 33100372, -1306171}, - }, - { - FieldElement{15121113, -5201871, -10389905, 15427821, -27509937, -15992507, 21670947, 4486675, -5931810, -14466380}, - FieldElement{16166486, -9483733, -11104130, 6023908, -31926798, -1364923, 2340060, -16254968, -10735770, -10039824}, - FieldElement{28042865, -3557089, -12126526, 12259706, -3717498, -6945899, 6766453, -8689599, 18036436, 5803270}, - }, - }, - { - { - FieldElement{-817581, 6763912, 11803561, 1585585, 10958447, -2671165, 23855391, 4598332, -6159431, -14117438}, - FieldElement{-31031306, -14256194, 17332029, -2383520, 31312682, -5967183, 696309, 50292, -20095739, 11763584}, - FieldElement{-594563, -2514283, -32234153, 12643980, 12650761, 14811489, 665117, -12613632, -19773211, -10713562}, - }, - { - FieldElement{30464590, -11262872, -4127476, -12734478, 19835327, -7105613, -24396175, 2075773, -17020157, 992471}, - FieldElement{18357185, -6994433, 7766382, 16342475, -29324918, 411174, 14578841, 8080033, -11574335, -10601610}, - FieldElement{19598397, 10334610, 12555054, 2555664, 18821899, -10339780, 21873263, 16014234, 26224780, 16452269}, - }, - { - FieldElement{-30223925, 5145196, 5944548, 16385966, 3976735, 2009897, -11377804, -7618186, -20533829, 3698650}, - FieldElement{14187449, 3448569, -10636236, -10810935, -22663880, -3433596, 7268410, -10890444, 27394301, 12015369}, - FieldElement{19695761, 16087646, 28032085, 12999827, 6817792, 11427614, 20244189, -1312777, -13259127, -3402461}, - }, - { - FieldElement{30860103, 12735208, -1888245, -4699734, -16974906, 2256940, -8166013, 12298312, -8550524, -10393462}, - FieldElement{-5719826, -11245325, -1910649, 15569035, 26642876, -7587760, -5789354, -15118654, -4976164, 12651793}, - FieldElement{-2848395, 9953421, 11531313, -5282879, 26895123, -12697089, -13118820, -16517902, 9768698, -2533218}, - }, - { - FieldElement{-24719459, 1894651, -287698, -4704085, 15348719, -8156530, 32767513, 12765450, 4940095, 10678226}, - FieldElement{18860224, 15980149, -18987240, -1562570, -26233012, -11071856, -7843882, 13944024, -24372348, 16582019}, - FieldElement{-15504260, 4970268, -29893044, 4175593, -20993212, -2199756, -11704054, 15444560, -11003761, 7989037}, - }, - { - FieldElement{31490452, 5568061, -2412803, 2182383, -32336847, 4531686, -32078269, 6200206, -19686113, -14800171}, - FieldElement{-17308668, -15879940, -31522777, -2831, -32887382, 16375549, 8680158, -16371713, 28550068, -6857132}, - FieldElement{-28126887, -5688091, 16837845, -1820458, -6850681, 12700016, -30039981, 4364038, 1155602, 5988841}, - }, - { - FieldElement{21890435, -13272907, -12624011, 12154349, -7831873, 15300496, 23148983, -4470481, 24618407, 8283181}, - FieldElement{-33136107, -10512751, 9975416, 6841041, -31559793, 16356536, 3070187, -7025928, 1466169, 10740210}, - FieldElement{-1509399, -15488185, -13503385, -10655916, 32799044, 909394, -13938903, -5779719, -32164649, -15327040}, - }, - { - FieldElement{3960823, -14267803, -28026090, -15918051, -19404858, 13146868, 15567327, 951507, -3260321, -573935}, - FieldElement{24740841, 5052253, -30094131, 8961361, 25877428, 6165135, -24368180, 14397372, -7380369, -6144105}, - FieldElement{-28888365, 3510803, -28103278, -1158478, -11238128, -10631454, -15441463, -14453128, -1625486, -6494814}, - }, - }, - { - { - FieldElement{793299, -9230478, 8836302, -6235707, -27360908, -2369593, 33152843, -4885251, -9906200, -621852}, - FieldElement{5666233, 525582, 20782575, -8038419, -24538499, 14657740, 16099374, 1468826, -6171428, -15186581}, - FieldElement{-4859255, -3779343, -2917758, -6748019, 7778750, 11688288, -30404353, -9871238, -1558923, -9863646}, - }, - { - FieldElement{10896332, -7719704, 824275, 472601, -19460308, 3009587, 25248958, 14783338, -30581476, -15757844}, - FieldElement{10566929, 12612572, -31944212, 11118703, -12633376, 12362879, 21752402, 8822496, 24003793, 14264025}, - FieldElement{27713862, -7355973, -11008240, 9227530, 27050101, 2504721, 23886875, -13117525, 13958495, -5732453}, - }, - { - FieldElement{-23481610, 4867226, -27247128, 3900521, 29838369, -8212291, -31889399, -10041781, 7340521, -15410068}, - FieldElement{4646514, -8011124, -22766023, -11532654, 23184553, 8566613, 31366726, -1381061, -15066784, -10375192}, - FieldElement{-17270517, 12723032, -16993061, 14878794, 21619651, -6197576, 27584817, 3093888, -8843694, 3849921}, - }, - { - FieldElement{-9064912, 2103172, 25561640, -15125738, -5239824, 9582958, 32477045, -9017955, 5002294, -15550259}, - FieldElement{-12057553, -11177906, 21115585, -13365155, 8808712, -12030708, 16489530, 13378448, -25845716, 12741426}, - FieldElement{-5946367, 10645103, -30911586, 15390284, -3286982, -7118677, 24306472, 15852464, 28834118, -7646072}, - }, - { - FieldElement{-17335748, -9107057, -24531279, 9434953, -8472084, -583362, -13090771, 455841, 20461858, 5491305}, - FieldElement{13669248, -16095482, -12481974, -10203039, -14569770, -11893198, -24995986, 11293807, -28588204, -9421832}, - FieldElement{28497928, 6272777, -33022994, 14470570, 8906179, -1225630, 18504674, -14165166, 29867745, -8795943}, - }, - { - FieldElement{-16207023, 13517196, -27799630, -13697798, 24009064, -6373891, -6367600, -13175392, 22853429, -4012011}, - FieldElement{24191378, 16712145, -13931797, 15217831, 14542237, 1646131, 18603514, -11037887, 12876623, -2112447}, - FieldElement{17902668, 4518229, -411702, -2829247, 26878217, 5258055, -12860753, 608397, 16031844, 3723494}, - }, - { - FieldElement{-28632773, 12763728, -20446446, 7577504, 33001348, -13017745, 17558842, -7872890, 23896954, -4314245}, - FieldElement{-20005381, -12011952, 31520464, 605201, 2543521, 5991821, -2945064, 7229064, -9919646, -8826859}, - FieldElement{28816045, 298879, -28165016, -15920938, 19000928, -1665890, -12680833, -2949325, -18051778, -2082915}, - }, - { - FieldElement{16000882, -344896, 3493092, -11447198, -29504595, -13159789, 12577740, 16041268, -19715240, 7847707}, - FieldElement{10151868, 10572098, 27312476, 7922682, 14825339, 4723128, -32855931, -6519018, -10020567, 3852848}, - FieldElement{-11430470, 15697596, -21121557, -4420647, 5386314, 15063598, 16514493, -15932110, 29330899, -15076224}, - }, - }, - { - { - FieldElement{-25499735, -4378794, -15222908, -6901211, 16615731, 2051784, 3303702, 15490, -27548796, 12314391}, - FieldElement{15683520, -6003043, 18109120, -9980648, 15337968, -5997823, -16717435, 15921866, 16103996, -3731215}, - FieldElement{-23169824, -10781249, 13588192, -1628807, -3798557, -1074929, -19273607, 5402699, -29815713, -9841101}, - }, - { - FieldElement{23190676, 2384583, -32714340, 3462154, -29903655, -1529132, -11266856, 8911517, -25205859, 2739713}, - FieldElement{21374101, -3554250, -33524649, 9874411, 15377179, 11831242, -33529904, 6134907, 4931255, 11987849}, - FieldElement{-7732, -2978858, -16223486, 7277597, 105524, -322051, -31480539, 13861388, -30076310, 10117930}, - }, - { - FieldElement{-29501170, -10744872, -26163768, 13051539, -25625564, 5089643, -6325503, 6704079, 12890019, 15728940}, - FieldElement{-21972360, -11771379, -951059, -4418840, 14704840, 2695116, 903376, -10428139, 12885167, 8311031}, - FieldElement{-17516482, 5352194, 10384213, -13811658, 7506451, 13453191, 26423267, 4384730, 1888765, -5435404}, - }, - { - FieldElement{-25817338, -3107312, -13494599, -3182506, 30896459, -13921729, -32251644, -12707869, -19464434, -3340243}, - FieldElement{-23607977, -2665774, -526091, 4651136, 5765089, 4618330, 6092245, 14845197, 17151279, -9854116}, - FieldElement{-24830458, -12733720, -15165978, 10367250, -29530908, -265356, 22825805, -7087279, -16866484, 16176525}, - }, - { - FieldElement{-23583256, 6564961, 20063689, 3798228, -4740178, 7359225, 2006182, -10363426, -28746253, -10197509}, - FieldElement{-10626600, -4486402, -13320562, -5125317, 3432136, -6393229, 23632037, -1940610, 32808310, 1099883}, - FieldElement{15030977, 5768825, -27451236, -2887299, -6427378, -15361371, -15277896, -6809350, 2051441, -15225865}, - }, - { - FieldElement{-3362323, -7239372, 7517890, 9824992, 23555850, 295369, 5148398, -14154188, -22686354, 16633660}, - FieldElement{4577086, -16752288, 13249841, -15304328, 19958763, -14537274, 18559670, -10759549, 8402478, -9864273}, - FieldElement{-28406330, -1051581, -26790155, -907698, -17212414, -11030789, 9453451, -14980072, 17983010, 9967138}, - }, - { - FieldElement{-25762494, 6524722, 26585488, 9969270, 24709298, 1220360, -1677990, 7806337, 17507396, 3651560}, - FieldElement{-10420457, -4118111, 14584639, 15971087, -15768321, 8861010, 26556809, -5574557, -18553322, -11357135}, - FieldElement{2839101, 14284142, 4029895, 3472686, 14402957, 12689363, -26642121, 8459447, -5605463, -7621941}, - }, - { - FieldElement{-4839289, -3535444, 9744961, 2871048, 25113978, 3187018, -25110813, -849066, 17258084, -7977739}, - FieldElement{18164541, -10595176, -17154882, -1542417, 19237078, -9745295, 23357533, -15217008, 26908270, 12150756}, - FieldElement{-30264870, -7647865, 5112249, -7036672, -1499807, -6974257, 43168, -5537701, -32302074, 16215819}, - }, - }, - { - { - FieldElement{-6898905, 9824394, -12304779, -4401089, -31397141, -6276835, 32574489, 12532905, -7503072, -8675347}, - FieldElement{-27343522, -16515468, -27151524, -10722951, 946346, 16291093, 254968, 7168080, 21676107, -1943028}, - FieldElement{21260961, -8424752, -16831886, -11920822, -23677961, 3968121, -3651949, -6215466, -3556191, -7913075}, - }, - { - FieldElement{16544754, 13250366, -16804428, 15546242, -4583003, 12757258, -2462308, -8680336, -18907032, -9662799}, - FieldElement{-2415239, -15577728, 18312303, 4964443, -15272530, -12653564, 26820651, 16690659, 25459437, -4564609}, - FieldElement{-25144690, 11425020, 28423002, -11020557, -6144921, -15826224, 9142795, -2391602, -6432418, -1644817}, - }, - { - FieldElement{-23104652, 6253476, 16964147, -3768872, -25113972, -12296437, -27457225, -16344658, 6335692, 7249989}, - FieldElement{-30333227, 13979675, 7503222, -12368314, -11956721, -4621693, -30272269, 2682242, 25993170, -12478523}, - FieldElement{4364628, 5930691, 32304656, -10044554, -8054781, 15091131, 22857016, -10598955, 31820368, 15075278}, - }, - { - FieldElement{31879134, -8918693, 17258761, 90626, -8041836, -4917709, 24162788, -9650886, -17970238, 12833045}, - FieldElement{19073683, 14851414, -24403169, -11860168, 7625278, 11091125, -19619190, 2074449, -9413939, 14905377}, - FieldElement{24483667, -11935567, -2518866, -11547418, -1553130, 15355506, -25282080, 9253129, 27628530, -7555480}, - }, - { - FieldElement{17597607, 8340603, 19355617, 552187, 26198470, -3176583, 4593324, -9157582, -14110875, 15297016}, - FieldElement{510886, 14337390, -31785257, 16638632, 6328095, 2713355, -20217417, -11864220, 8683221, 2921426}, - FieldElement{18606791, 11874196, 27155355, -5281482, -24031742, 6265446, -25178240, -1278924, 4674690, 13890525}, - }, - { - FieldElement{13609624, 13069022, -27372361, -13055908, 24360586, 9592974, 14977157, 9835105, 4389687, 288396}, - FieldElement{9922506, -519394, 13613107, 5883594, -18758345, -434263, -12304062, 8317628, 23388070, 16052080}, - FieldElement{12720016, 11937594, -31970060, -5028689, 26900120, 8561328, -20155687, -11632979, -14754271, -10812892}, - }, - { - FieldElement{15961858, 14150409, 26716931, -665832, -22794328, 13603569, 11829573, 7467844, -28822128, 929275}, - FieldElement{11038231, -11582396, -27310482, -7316562, -10498527, -16307831, -23479533, -9371869, -21393143, 2465074}, - FieldElement{20017163, -4323226, 27915242, 1529148, 12396362, 15675764, 13817261, -9658066, 2463391, -4622140}, - }, - { - FieldElement{-16358878, -12663911, -12065183, 4996454, -1256422, 1073572, 9583558, 12851107, 4003896, 12673717}, - FieldElement{-1731589, -15155870, -3262930, 16143082, 19294135, 13385325, 14741514, -9103726, 7903886, 2348101}, - FieldElement{24536016, -16515207, 12715592, -3862155, 1511293, 10047386, -3842346, -7129159, -28377538, 10048127}, - }, - }, - { - { - FieldElement{-12622226, -6204820, 30718825, 2591312, -10617028, 12192840, 18873298, -7297090, -32297756, 15221632}, - FieldElement{-26478122, -11103864, 11546244, -1852483, 9180880, 7656409, -21343950, 2095755, 29769758, 6593415}, - FieldElement{-31994208, -2907461, 4176912, 3264766, 12538965, -868111, 26312345, -6118678, 30958054, 8292160}, - }, - { - FieldElement{31429822, -13959116, 29173532, 15632448, 12174511, -2760094, 32808831, 3977186, 26143136, -3148876}, - FieldElement{22648901, 1402143, -22799984, 13746059, 7936347, 365344, -8668633, -1674433, -3758243, -2304625}, - FieldElement{-15491917, 8012313, -2514730, -12702462, -23965846, -10254029, -1612713, -1535569, -16664475, 8194478}, - }, - { - FieldElement{27338066, -7507420, -7414224, 10140405, -19026427, -6589889, 27277191, 8855376, 28572286, 3005164}, - FieldElement{26287124, 4821776, 25476601, -4145903, -3764513, -15788984, -18008582, 1182479, -26094821, -13079595}, - FieldElement{-7171154, 3178080, 23970071, 6201893, -17195577, -4489192, -21876275, -13982627, 32208683, -1198248}, - }, - { - FieldElement{-16657702, 2817643, -10286362, 14811298, 6024667, 13349505, -27315504, -10497842, -27672585, -11539858}, - FieldElement{15941029, -9405932, -21367050, 8062055, 31876073, -238629, -15278393, -1444429, 15397331, -4130193}, - FieldElement{8934485, -13485467, -23286397, -13423241, -32446090, 14047986, 31170398, -1441021, -27505566, 15087184}, - }, - { - FieldElement{-18357243, -2156491, 24524913, -16677868, 15520427, -6360776, -15502406, 11461896, 16788528, -5868942}, - FieldElement{-1947386, 16013773, 21750665, 3714552, -17401782, -16055433, -3770287, -10323320, 31322514, -11615635}, - FieldElement{21426655, -5650218, -13648287, -5347537, -28812189, -4920970, -18275391, -14621414, 13040862, -12112948}, - }, - { - FieldElement{11293895, 12478086, -27136401, 15083750, -29307421, 14748872, 14555558, -13417103, 1613711, 4896935}, - FieldElement{-25894883, 15323294, -8489791, -8057900, 25967126, -13425460, 2825960, -4897045, -23971776, -11267415}, - FieldElement{-15924766, -5229880, -17443532, 6410664, 3622847, 10243618, 20615400, 12405433, -23753030, -8436416}, - }, - { - FieldElement{-7091295, 12556208, -20191352, 9025187, -17072479, 4333801, 4378436, 2432030, 23097949, -566018}, - FieldElement{4565804, -16025654, 20084412, -7842817, 1724999, 189254, 24767264, 10103221, -18512313, 2424778}, - FieldElement{366633, -11976806, 8173090, -6890119, 30788634, 5745705, -7168678, 1344109, -3642553, 12412659}, - }, - { - FieldElement{-24001791, 7690286, 14929416, -168257, -32210835, -13412986, 24162697, -15326504, -3141501, 11179385}, - FieldElement{18289522, -14724954, 8056945, 16430056, -21729724, 7842514, -6001441, -1486897, -18684645, -11443503}, - FieldElement{476239, 6601091, -6152790, -9723375, 17503545, -4863900, 27672959, 13403813, 11052904, 5219329}, - }, - }, - { - { - FieldElement{20678546, -8375738, -32671898, 8849123, -5009758, 14574752, 31186971, -3973730, 9014762, -8579056}, - FieldElement{-13644050, -10350239, -15962508, 5075808, -1514661, -11534600, -33102500, 9160280, 8473550, -3256838}, - FieldElement{24900749, 14435722, 17209120, -15292541, -22592275, 9878983, -7689309, -16335821, -24568481, 11788948}, - }, - { - FieldElement{-3118155, -11395194, -13802089, 14797441, 9652448, -6845904, -20037437, 10410733, -24568470, -1458691}, - FieldElement{-15659161, 16736706, -22467150, 10215878, -9097177, 7563911, 11871841, -12505194, -18513325, 8464118}, - FieldElement{-23400612, 8348507, -14585951, -861714, -3950205, -6373419, 14325289, 8628612, 33313881, -8370517}, - }, - { - FieldElement{-20186973, -4967935, 22367356, 5271547, -1097117, -4788838, -24805667, -10236854, -8940735, -5818269}, - FieldElement{-6948785, -1795212, -32625683, -16021179, 32635414, -7374245, 15989197, -12838188, 28358192, -4253904}, - FieldElement{-23561781, -2799059, -32351682, -1661963, -9147719, 10429267, -16637684, 4072016, -5351664, 5596589}, - }, - { - FieldElement{-28236598, -3390048, 12312896, 6213178, 3117142, 16078565, 29266239, 2557221, 1768301, 15373193}, - FieldElement{-7243358, -3246960, -4593467, -7553353, -127927, -912245, -1090902, -4504991, -24660491, 3442910}, - FieldElement{-30210571, 5124043, 14181784, 8197961, 18964734, -11939093, 22597931, 7176455, -18585478, 13365930}, - }, - { - FieldElement{-7877390, -1499958, 8324673, 4690079, 6261860, 890446, 24538107, -8570186, -9689599, -3031667}, - FieldElement{25008904, -10771599, -4305031, -9638010, 16265036, 15721635, 683793, -11823784, 15723479, -15163481}, - FieldElement{-9660625, 12374379, -27006999, -7026148, -7724114, -12314514, 11879682, 5400171, 519526, -1235876}, - }, - { - FieldElement{22258397, -16332233, -7869817, 14613016, -22520255, -2950923, -20353881, 7315967, 16648397, 7605640}, - FieldElement{-8081308, -8464597, -8223311, 9719710, 19259459, -15348212, 23994942, -5281555, -9468848, 4763278}, - FieldElement{-21699244, 9220969, -15730624, 1084137, -25476107, -2852390, 31088447, -7764523, -11356529, 728112}, - }, - { - FieldElement{26047220, -11751471, -6900323, -16521798, 24092068, 9158119, -4273545, -12555558, -29365436, -5498272}, - FieldElement{17510331, -322857, 5854289, 8403524, 17133918, -3112612, -28111007, 12327945, 10750447, 10014012}, - FieldElement{-10312768, 3936952, 9156313, -8897683, 16498692, -994647, -27481051, -666732, 3424691, 7540221}, - }, - { - FieldElement{30322361, -6964110, 11361005, -4143317, 7433304, 4989748, -7071422, -16317219, -9244265, 15258046}, - FieldElement{13054562, -2779497, 19155474, 469045, -12482797, 4566042, 5631406, 2711395, 1062915, -5136345}, - FieldElement{-19240248, -11254599, -29509029, -7499965, -5835763, 13005411, -6066489, 12194497, 32960380, 1459310}, - }, - }, - { - { - FieldElement{19852034, 7027924, 23669353, 10020366, 8586503, -6657907, 394197, -6101885, 18638003, -11174937}, - FieldElement{31395534, 15098109, 26581030, 8030562, -16527914, -5007134, 9012486, -7584354, -6643087, -5442636}, - FieldElement{-9192165, -2347377, -1997099, 4529534, 25766844, 607986, -13222, 9677543, -32294889, -6456008}, - }, - { - FieldElement{-2444496, -149937, 29348902, 8186665, 1873760, 12489863, -30934579, -7839692, -7852844, -8138429}, - FieldElement{-15236356, -15433509, 7766470, 746860, 26346930, -10221762, -27333451, 10754588, -9431476, 5203576}, - FieldElement{31834314, 14135496, -770007, 5159118, 20917671, -16768096, -7467973, -7337524, 31809243, 7347066}, - }, - { - FieldElement{-9606723, -11874240, 20414459, 13033986, 13716524, -11691881, 19797970, -12211255, 15192876, -2087490}, - FieldElement{-12663563, -2181719, 1168162, -3804809, 26747877, -14138091, 10609330, 12694420, 33473243, -13382104}, - FieldElement{33184999, 11180355, 15832085, -11385430, -1633671, 225884, 15089336, -11023903, -6135662, 14480053}, - }, - { - FieldElement{31308717, -5619998, 31030840, -1897099, 15674547, -6582883, 5496208, 13685227, 27595050, 8737275}, - FieldElement{-20318852, -15150239, 10933843, -16178022, 8335352, -7546022, -31008351, -12610604, 26498114, 66511}, - FieldElement{22644454, -8761729, -16671776, 4884562, -3105614, -13559366, 30540766, -4286747, -13327787, -7515095}, - }, - { - FieldElement{-28017847, 9834845, 18617207, -2681312, -3401956, -13307506, 8205540, 13585437, -17127465, 15115439}, - FieldElement{23711543, -672915, 31206561, -8362711, 6164647, -9709987, -33535882, -1426096, 8236921, 16492939}, - FieldElement{-23910559, -13515526, -26299483, -4503841, 25005590, -7687270, 19574902, 10071562, 6708380, -6222424}, - }, - { - FieldElement{2101391, -4930054, 19702731, 2367575, -15427167, 1047675, 5301017, 9328700, 29955601, -11678310}, - FieldElement{3096359, 9271816, -21620864, -15521844, -14847996, -7592937, -25892142, -12635595, -9917575, 6216608}, - FieldElement{-32615849, 338663, -25195611, 2510422, -29213566, -13820213, 24822830, -6146567, -26767480, 7525079}, - }, - { - FieldElement{-23066649, -13985623, 16133487, -7896178, -3389565, 778788, -910336, -2782495, -19386633, 11994101}, - FieldElement{21691500, -13624626, -641331, -14367021, 3285881, -3483596, -25064666, 9718258, -7477437, 13381418}, - FieldElement{18445390, -4202236, 14979846, 11622458, -1727110, -3582980, 23111648, -6375247, 28535282, 15779576}, - }, - { - FieldElement{30098053, 3089662, -9234387, 16662135, -21306940, 11308411, -14068454, 12021730, 9955285, -16303356}, - FieldElement{9734894, -14576830, -7473633, -9138735, 2060392, 11313496, -18426029, 9924399, 20194861, 13380996}, - FieldElement{-26378102, -7965207, -22167821, 15789297, -18055342, -6168792, -1984914, 15707771, 26342023, 10146099}, - }, - }, - { - { - FieldElement{-26016874, -219943, 21339191, -41388, 19745256, -2878700, -29637280, 2227040, 21612326, -545728}, - FieldElement{-13077387, 1184228, 23562814, -5970442, -20351244, -6348714, 25764461, 12243797, -20856566, 11649658}, - FieldElement{-10031494, 11262626, 27384172, 2271902, 26947504, -15997771, 39944, 6114064, 33514190, 2333242}, - }, - { - FieldElement{-21433588, -12421821, 8119782, 7219913, -21830522, -9016134, -6679750, -12670638, 24350578, -13450001}, - FieldElement{-4116307, -11271533, -23886186, 4843615, -30088339, 690623, -31536088, -10406836, 8317860, 12352766}, - FieldElement{18200138, -14475911, -33087759, -2696619, -23702521, -9102511, -23552096, -2287550, 20712163, 6719373}, - }, - { - FieldElement{26656208, 6075253, -7858556, 1886072, -28344043, 4262326, 11117530, -3763210, 26224235, -3297458}, - FieldElement{-17168938, -14854097, -3395676, -16369877, -19954045, 14050420, 21728352, 9493610, 18620611, -16428628}, - FieldElement{-13323321, 13325349, 11432106, 5964811, 18609221, 6062965, -5269471, -9725556, -30701573, -16479657}, - }, - { - FieldElement{-23860538, -11233159, 26961357, 1640861, -32413112, -16737940, 12248509, -5240639, 13735342, 1934062}, - FieldElement{25089769, 6742589, 17081145, -13406266, 21909293, -16067981, -15136294, -3765346, -21277997, 5473616}, - FieldElement{31883677, -7961101, 1083432, -11572403, 22828471, 13290673, -7125085, 12469656, 29111212, -5451014}, - }, - { - FieldElement{24244947, -15050407, -26262976, 2791540, -14997599, 16666678, 24367466, 6388839, -10295587, 452383}, - FieldElement{-25640782, -3417841, 5217916, 16224624, 19987036, -4082269, -24236251, -5915248, 15766062, 8407814}, - FieldElement{-20406999, 13990231, 15495425, 16395525, 5377168, 15166495, -8917023, -4388953, -8067909, 2276718}, - }, - { - FieldElement{30157918, 12924066, -17712050, 9245753, 19895028, 3368142, -23827587, 5096219, 22740376, -7303417}, - FieldElement{2041139, -14256350, 7783687, 13876377, -25946985, -13352459, 24051124, 13742383, -15637599, 13295222}, - FieldElement{33338237, -8505733, 12532113, 7977527, 9106186, -1715251, -17720195, -4612972, -4451357, -14669444}, - }, - { - FieldElement{-20045281, 5454097, -14346548, 6447146, 28862071, 1883651, -2469266, -4141880, 7770569, 9620597}, - FieldElement{23208068, 7979712, 33071466, 8149229, 1758231, -10834995, 30945528, -1694323, -33502340, -14767970}, - FieldElement{1439958, -16270480, -1079989, -793782, 4625402, 10647766, -5043801, 1220118, 30494170, -11440799}, - }, - { - FieldElement{-5037580, -13028295, -2970559, -3061767, 15640974, -6701666, -26739026, 926050, -1684339, -13333647}, - FieldElement{13908495, -3549272, 30919928, -6273825, -21521863, 7989039, 9021034, 9078865, 3353509, 4033511}, - FieldElement{-29663431, -15113610, 32259991, -344482, 24295849, -12912123, 23161163, 8839127, 27485041, 7356032}, - }, - }, - { - { - FieldElement{9661027, 705443, 11980065, -5370154, -1628543, 14661173, -6346142, 2625015, 28431036, -16771834}, - FieldElement{-23839233, -8311415, -25945511, 7480958, -17681669, -8354183, -22545972, 14150565, 15970762, 4099461}, - FieldElement{29262576, 16756590, 26350592, -8793563, 8529671, -11208050, 13617293, -9937143, 11465739, 8317062}, - }, - { - FieldElement{-25493081, -6962928, 32500200, -9419051, -23038724, -2302222, 14898637, 3848455, 20969334, -5157516}, - FieldElement{-20384450, -14347713, -18336405, 13884722, -33039454, 2842114, -21610826, -3649888, 11177095, 14989547}, - FieldElement{-24496721, -11716016, 16959896, 2278463, 12066309, 10137771, 13515641, 2581286, -28487508, 9930240}, - }, - { - FieldElement{-17751622, -2097826, 16544300, -13009300, -15914807, -14949081, 18345767, -13403753, 16291481, -5314038}, - FieldElement{-33229194, 2553288, 32678213, 9875984, 8534129, 6889387, -9676774, 6957617, 4368891, 9788741}, - FieldElement{16660756, 7281060, -10830758, 12911820, 20108584, -8101676, -21722536, -8613148, 16250552, -11111103}, - }, - { - FieldElement{-19765507, 2390526, -16551031, 14161980, 1905286, 6414907, 4689584, 10604807, -30190403, 4782747}, - FieldElement{-1354539, 14736941, -7367442, -13292886, 7710542, -14155590, -9981571, 4383045, 22546403, 437323}, - FieldElement{31665577, -12180464, -16186830, 1491339, -18368625, 3294682, 27343084, 2786261, -30633590, -14097016}, - }, - { - FieldElement{-14467279, -683715, -33374107, 7448552, 19294360, 14334329, -19690631, 2355319, -19284671, -6114373}, - FieldElement{15121312, -15796162, 6377020, -6031361, -10798111, -12957845, 18952177, 15496498, -29380133, 11754228}, - FieldElement{-2637277, -13483075, 8488727, -14303896, 12728761, -1622493, 7141596, 11724556, 22761615, -10134141}, - }, - { - FieldElement{16918416, 11729663, -18083579, 3022987, -31015732, -13339659, -28741185, -12227393, 32851222, 11717399}, - FieldElement{11166634, 7338049, -6722523, 4531520, -29468672, -7302055, 31474879, 3483633, -1193175, -4030831}, - FieldElement{-185635, 9921305, 31456609, -13536438, -12013818, 13348923, 33142652, 6546660, -19985279, -3948376}, - }, - { - FieldElement{-32460596, 11266712, -11197107, -7899103, 31703694, 3855903, -8537131, -12833048, -30772034, -15486313}, - FieldElement{-18006477, 12709068, 3991746, -6479188, -21491523, -10550425, -31135347, -16049879, 10928917, 3011958}, - FieldElement{-6957757, -15594337, 31696059, 334240, 29576716, 14796075, -30831056, -12805180, 18008031, 10258577}, - }, - { - FieldElement{-22448644, 15655569, 7018479, -4410003, -30314266, -1201591, -1853465, 1367120, 25127874, 6671743}, - FieldElement{29701166, -14373934, -10878120, 9279288, -17568, 13127210, 21382910, 11042292, 25838796, 4642684}, - FieldElement{-20430234, 14955537, -24126347, 8124619, -5369288, -5990470, 30468147, -13900640, 18423289, 4177476}, - }, - }, -} diff --git a/vendor/golang.org/x/crypto/ed25519/internal/edwards25519/edwards25519.go b/vendor/golang.org/x/crypto/ed25519/internal/edwards25519/edwards25519.go deleted file mode 100644 index fd03c252..00000000 --- a/vendor/golang.org/x/crypto/ed25519/internal/edwards25519/edwards25519.go +++ /dev/null @@ -1,1793 +0,0 @@ -// Copyright 2016 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -package edwards25519 - -import "encoding/binary" - -// This code is a port of the public domain, “ref10” implementation of ed25519 -// from SUPERCOP. - -// FieldElement represents an element of the field GF(2^255 - 19). An element -// t, entries t[0]...t[9], represents the integer t[0]+2^26 t[1]+2^51 t[2]+2^77 -// t[3]+2^102 t[4]+...+2^230 t[9]. Bounds on each t[i] vary depending on -// context. -type FieldElement [10]int32 - -var zero FieldElement - -func FeZero(fe *FieldElement) { - copy(fe[:], zero[:]) -} - -func FeOne(fe *FieldElement) { - FeZero(fe) - fe[0] = 1 -} - -func FeAdd(dst, a, b *FieldElement) { - dst[0] = a[0] + b[0] - dst[1] = a[1] + b[1] - dst[2] = a[2] + b[2] - dst[3] = a[3] + b[3] - dst[4] = a[4] + b[4] - dst[5] = a[5] + b[5] - dst[6] = a[6] + b[6] - dst[7] = a[7] + b[7] - dst[8] = a[8] + b[8] - dst[9] = a[9] + b[9] -} - -func FeSub(dst, a, b *FieldElement) { - dst[0] = a[0] - b[0] - dst[1] = a[1] - b[1] - dst[2] = a[2] - b[2] - dst[3] = a[3] - b[3] - dst[4] = a[4] - b[4] - dst[5] = a[5] - b[5] - dst[6] = a[6] - b[6] - dst[7] = a[7] - b[7] - dst[8] = a[8] - b[8] - dst[9] = a[9] - b[9] -} - -func FeCopy(dst, src *FieldElement) { - copy(dst[:], src[:]) -} - -// Replace (f,g) with (g,g) if b == 1; -// replace (f,g) with (f,g) if b == 0. -// -// Preconditions: b in {0,1}. -func FeCMove(f, g *FieldElement, b int32) { - b = -b - f[0] ^= b & (f[0] ^ g[0]) - f[1] ^= b & (f[1] ^ g[1]) - f[2] ^= b & (f[2] ^ g[2]) - f[3] ^= b & (f[3] ^ g[3]) - f[4] ^= b & (f[4] ^ g[4]) - f[5] ^= b & (f[5] ^ g[5]) - f[6] ^= b & (f[6] ^ g[6]) - f[7] ^= b & (f[7] ^ g[7]) - f[8] ^= b & (f[8] ^ g[8]) - f[9] ^= b & (f[9] ^ g[9]) -} - -func load3(in []byte) int64 { - var r int64 - r = int64(in[0]) - r |= int64(in[1]) << 8 - r |= int64(in[2]) << 16 - return r -} - -func load4(in []byte) int64 { - var r int64 - r = int64(in[0]) - r |= int64(in[1]) << 8 - r |= int64(in[2]) << 16 - r |= int64(in[3]) << 24 - return r -} - -func FeFromBytes(dst *FieldElement, src *[32]byte) { - h0 := load4(src[:]) - h1 := load3(src[4:]) << 6 - h2 := load3(src[7:]) << 5 - h3 := load3(src[10:]) << 3 - h4 := load3(src[13:]) << 2 - h5 := load4(src[16:]) - h6 := load3(src[20:]) << 7 - h7 := load3(src[23:]) << 5 - h8 := load3(src[26:]) << 4 - h9 := (load3(src[29:]) & 8388607) << 2 - - FeCombine(dst, h0, h1, h2, h3, h4, h5, h6, h7, h8, h9) -} - -// FeToBytes marshals h to s. -// Preconditions: -// |h| bounded by 1.1*2^25,1.1*2^24,1.1*2^25,1.1*2^24,etc. -// -// Write p=2^255-19; q=floor(h/p). -// Basic claim: q = floor(2^(-255)(h + 19 2^(-25)h9 + 2^(-1))). -// -// Proof: -// Have |h|<=p so |q|<=1 so |19^2 2^(-255) q|<1/4. -// Also have |h-2^230 h9|<2^230 so |19 2^(-255)(h-2^230 h9)|<1/4. -// -// Write y=2^(-1)-19^2 2^(-255)q-19 2^(-255)(h-2^230 h9). -// Then 0<y<1. -// -// Write r=h-pq. -// Have 0<=r<=p-1=2^255-20. -// Thus 0<=r+19(2^-255)r<r+19(2^-255)2^255<=2^255-1. -// -// Write x=r+19(2^-255)r+y. -// Then 0<x<2^255 so floor(2^(-255)x) = 0 so floor(q+2^(-255)x) = q. -// -// Have q+2^(-255)x = 2^(-255)(h + 19 2^(-25) h9 + 2^(-1)) -// so floor(2^(-255)(h + 19 2^(-25) h9 + 2^(-1))) = q. -func FeToBytes(s *[32]byte, h *FieldElement) { - var carry [10]int32 - - q := (19*h[9] + (1 << 24)) >> 25 - q = (h[0] + q) >> 26 - q = (h[1] + q) >> 25 - q = (h[2] + q) >> 26 - q = (h[3] + q) >> 25 - q = (h[4] + q) >> 26 - q = (h[5] + q) >> 25 - q = (h[6] + q) >> 26 - q = (h[7] + q) >> 25 - q = (h[8] + q) >> 26 - q = (h[9] + q) >> 25 - - // Goal: Output h-(2^255-19)q, which is between 0 and 2^255-20. - h[0] += 19 * q - // Goal: Output h-2^255 q, which is between 0 and 2^255-20. - - carry[0] = h[0] >> 26 - h[1] += carry[0] - h[0] -= carry[0] << 26 - carry[1] = h[1] >> 25 - h[2] += carry[1] - h[1] -= carry[1] << 25 - carry[2] = h[2] >> 26 - h[3] += carry[2] - h[2] -= carry[2] << 26 - carry[3] = h[3] >> 25 - h[4] += carry[3] - h[3] -= carry[3] << 25 - carry[4] = h[4] >> 26 - h[5] += carry[4] - h[4] -= carry[4] << 26 - carry[5] = h[5] >> 25 - h[6] += carry[5] - h[5] -= carry[5] << 25 - carry[6] = h[6] >> 26 - h[7] += carry[6] - h[6] -= carry[6] << 26 - carry[7] = h[7] >> 25 - h[8] += carry[7] - h[7] -= carry[7] << 25 - carry[8] = h[8] >> 26 - h[9] += carry[8] - h[8] -= carry[8] << 26 - carry[9] = h[9] >> 25 - h[9] -= carry[9] << 25 - // h10 = carry9 - - // Goal: Output h[0]+...+2^255 h10-2^255 q, which is between 0 and 2^255-20. - // Have h[0]+...+2^230 h[9] between 0 and 2^255-1; - // evidently 2^255 h10-2^255 q = 0. - // Goal: Output h[0]+...+2^230 h[9]. - - s[0] = byte(h[0] >> 0) - s[1] = byte(h[0] >> 8) - s[2] = byte(h[0] >> 16) - s[3] = byte((h[0] >> 24) | (h[1] << 2)) - s[4] = byte(h[1] >> 6) - s[5] = byte(h[1] >> 14) - s[6] = byte((h[1] >> 22) | (h[2] << 3)) - s[7] = byte(h[2] >> 5) - s[8] = byte(h[2] >> 13) - s[9] = byte((h[2] >> 21) | (h[3] << 5)) - s[10] = byte(h[3] >> 3) - s[11] = byte(h[3] >> 11) - s[12] = byte((h[3] >> 19) | (h[4] << 6)) - s[13] = byte(h[4] >> 2) - s[14] = byte(h[4] >> 10) - s[15] = byte(h[4] >> 18) - s[16] = byte(h[5] >> 0) - s[17] = byte(h[5] >> 8) - s[18] = byte(h[5] >> 16) - s[19] = byte((h[5] >> 24) | (h[6] << 1)) - s[20] = byte(h[6] >> 7) - s[21] = byte(h[6] >> 15) - s[22] = byte((h[6] >> 23) | (h[7] << 3)) - s[23] = byte(h[7] >> 5) - s[24] = byte(h[7] >> 13) - s[25] = byte((h[7] >> 21) | (h[8] << 4)) - s[26] = byte(h[8] >> 4) - s[27] = byte(h[8] >> 12) - s[28] = byte((h[8] >> 20) | (h[9] << 6)) - s[29] = byte(h[9] >> 2) - s[30] = byte(h[9] >> 10) - s[31] = byte(h[9] >> 18) -} - -func FeIsNegative(f *FieldElement) byte { - var s [32]byte - FeToBytes(&s, f) - return s[0] & 1 -} - -func FeIsNonZero(f *FieldElement) int32 { - var s [32]byte - FeToBytes(&s, f) - var x uint8 - for _, b := range s { - x |= b - } - x |= x >> 4 - x |= x >> 2 - x |= x >> 1 - return int32(x & 1) -} - -// FeNeg sets h = -f -// -// Preconditions: -// |f| bounded by 1.1*2^25,1.1*2^24,1.1*2^25,1.1*2^24,etc. -// -// Postconditions: -// |h| bounded by 1.1*2^25,1.1*2^24,1.1*2^25,1.1*2^24,etc. -func FeNeg(h, f *FieldElement) { - h[0] = -f[0] - h[1] = -f[1] - h[2] = -f[2] - h[3] = -f[3] - h[4] = -f[4] - h[5] = -f[5] - h[6] = -f[6] - h[7] = -f[7] - h[8] = -f[8] - h[9] = -f[9] -} - -func FeCombine(h *FieldElement, h0, h1, h2, h3, h4, h5, h6, h7, h8, h9 int64) { - var c0, c1, c2, c3, c4, c5, c6, c7, c8, c9 int64 - - /* - |h0| <= (1.1*1.1*2^52*(1+19+19+19+19)+1.1*1.1*2^50*(38+38+38+38+38)) - i.e. |h0| <= 1.2*2^59; narrower ranges for h2, h4, h6, h8 - |h1| <= (1.1*1.1*2^51*(1+1+19+19+19+19+19+19+19+19)) - i.e. |h1| <= 1.5*2^58; narrower ranges for h3, h5, h7, h9 - */ - - c0 = (h0 + (1 << 25)) >> 26 - h1 += c0 - h0 -= c0 << 26 - c4 = (h4 + (1 << 25)) >> 26 - h5 += c4 - h4 -= c4 << 26 - /* |h0| <= 2^25 */ - /* |h4| <= 2^25 */ - /* |h1| <= 1.51*2^58 */ - /* |h5| <= 1.51*2^58 */ - - c1 = (h1 + (1 << 24)) >> 25 - h2 += c1 - h1 -= c1 << 25 - c5 = (h5 + (1 << 24)) >> 25 - h6 += c5 - h5 -= c5 << 25 - /* |h1| <= 2^24; from now on fits into int32 */ - /* |h5| <= 2^24; from now on fits into int32 */ - /* |h2| <= 1.21*2^59 */ - /* |h6| <= 1.21*2^59 */ - - c2 = (h2 + (1 << 25)) >> 26 - h3 += c2 - h2 -= c2 << 26 - c6 = (h6 + (1 << 25)) >> 26 - h7 += c6 - h6 -= c6 << 26 - /* |h2| <= 2^25; from now on fits into int32 unchanged */ - /* |h6| <= 2^25; from now on fits into int32 unchanged */ - /* |h3| <= 1.51*2^58 */ - /* |h7| <= 1.51*2^58 */ - - c3 = (h3 + (1 << 24)) >> 25 - h4 += c3 - h3 -= c3 << 25 - c7 = (h7 + (1 << 24)) >> 25 - h8 += c7 - h7 -= c7 << 25 - /* |h3| <= 2^24; from now on fits into int32 unchanged */ - /* |h7| <= 2^24; from now on fits into int32 unchanged */ - /* |h4| <= 1.52*2^33 */ - /* |h8| <= 1.52*2^33 */ - - c4 = (h4 + (1 << 25)) >> 26 - h5 += c4 - h4 -= c4 << 26 - c8 = (h8 + (1 << 25)) >> 26 - h9 += c8 - h8 -= c8 << 26 - /* |h4| <= 2^25; from now on fits into int32 unchanged */ - /* |h8| <= 2^25; from now on fits into int32 unchanged */ - /* |h5| <= 1.01*2^24 */ - /* |h9| <= 1.51*2^58 */ - - c9 = (h9 + (1 << 24)) >> 25 - h0 += c9 * 19 - h9 -= c9 << 25 - /* |h9| <= 2^24; from now on fits into int32 unchanged */ - /* |h0| <= 1.8*2^37 */ - - c0 = (h0 + (1 << 25)) >> 26 - h1 += c0 - h0 -= c0 << 26 - /* |h0| <= 2^25; from now on fits into int32 unchanged */ - /* |h1| <= 1.01*2^24 */ - - h[0] = int32(h0) - h[1] = int32(h1) - h[2] = int32(h2) - h[3] = int32(h3) - h[4] = int32(h4) - h[5] = int32(h5) - h[6] = int32(h6) - h[7] = int32(h7) - h[8] = int32(h8) - h[9] = int32(h9) -} - -// FeMul calculates h = f * g -// Can overlap h with f or g. -// -// Preconditions: -// |f| bounded by 1.1*2^26,1.1*2^25,1.1*2^26,1.1*2^25,etc. -// |g| bounded by 1.1*2^26,1.1*2^25,1.1*2^26,1.1*2^25,etc. -// -// Postconditions: -// |h| bounded by 1.1*2^25,1.1*2^24,1.1*2^25,1.1*2^24,etc. -// -// Notes on implementation strategy: -// -// Using schoolbook multiplication. -// Karatsuba would save a little in some cost models. -// -// Most multiplications by 2 and 19 are 32-bit precomputations; -// cheaper than 64-bit postcomputations. -// -// There is one remaining multiplication by 19 in the carry chain; -// one *19 precomputation can be merged into this, -// but the resulting data flow is considerably less clean. -// -// There are 12 carries below. -// 10 of them are 2-way parallelizable and vectorizable. -// Can get away with 11 carries, but then data flow is much deeper. -// -// With tighter constraints on inputs, can squeeze carries into int32. -func FeMul(h, f, g *FieldElement) { - f0 := int64(f[0]) - f1 := int64(f[1]) - f2 := int64(f[2]) - f3 := int64(f[3]) - f4 := int64(f[4]) - f5 := int64(f[5]) - f6 := int64(f[6]) - f7 := int64(f[7]) - f8 := int64(f[8]) - f9 := int64(f[9]) - - f1_2 := int64(2 * f[1]) - f3_2 := int64(2 * f[3]) - f5_2 := int64(2 * f[5]) - f7_2 := int64(2 * f[7]) - f9_2 := int64(2 * f[9]) - - g0 := int64(g[0]) - g1 := int64(g[1]) - g2 := int64(g[2]) - g3 := int64(g[3]) - g4 := int64(g[4]) - g5 := int64(g[5]) - g6 := int64(g[6]) - g7 := int64(g[7]) - g8 := int64(g[8]) - g9 := int64(g[9]) - - g1_19 := int64(19 * g[1]) /* 1.4*2^29 */ - g2_19 := int64(19 * g[2]) /* 1.4*2^30; still ok */ - g3_19 := int64(19 * g[3]) - g4_19 := int64(19 * g[4]) - g5_19 := int64(19 * g[5]) - g6_19 := int64(19 * g[6]) - g7_19 := int64(19 * g[7]) - g8_19 := int64(19 * g[8]) - g9_19 := int64(19 * g[9]) - - h0 := f0*g0 + f1_2*g9_19 + f2*g8_19 + f3_2*g7_19 + f4*g6_19 + f5_2*g5_19 + f6*g4_19 + f7_2*g3_19 + f8*g2_19 + f9_2*g1_19 - h1 := f0*g1 + f1*g0 + f2*g9_19 + f3*g8_19 + f4*g7_19 + f5*g6_19 + f6*g5_19 + f7*g4_19 + f8*g3_19 + f9*g2_19 - h2 := f0*g2 + f1_2*g1 + f2*g0 + f3_2*g9_19 + f4*g8_19 + f5_2*g7_19 + f6*g6_19 + f7_2*g5_19 + f8*g4_19 + f9_2*g3_19 - h3 := f0*g3 + f1*g2 + f2*g1 + f3*g0 + f4*g9_19 + f5*g8_19 + f6*g7_19 + f7*g6_19 + f8*g5_19 + f9*g4_19 - h4 := f0*g4 + f1_2*g3 + f2*g2 + f3_2*g1 + f4*g0 + f5_2*g9_19 + f6*g8_19 + f7_2*g7_19 + f8*g6_19 + f9_2*g5_19 - h5 := f0*g5 + f1*g4 + f2*g3 + f3*g2 + f4*g1 + f5*g0 + f6*g9_19 + f7*g8_19 + f8*g7_19 + f9*g6_19 - h6 := f0*g6 + f1_2*g5 + f2*g4 + f3_2*g3 + f4*g2 + f5_2*g1 + f6*g0 + f7_2*g9_19 + f8*g8_19 + f9_2*g7_19 - h7 := f0*g7 + f1*g6 + f2*g5 + f3*g4 + f4*g3 + f5*g2 + f6*g1 + f7*g0 + f8*g9_19 + f9*g8_19 - h8 := f0*g8 + f1_2*g7 + f2*g6 + f3_2*g5 + f4*g4 + f5_2*g3 + f6*g2 + f7_2*g1 + f8*g0 + f9_2*g9_19 - h9 := f0*g9 + f1*g8 + f2*g7 + f3*g6 + f4*g5 + f5*g4 + f6*g3 + f7*g2 + f8*g1 + f9*g0 - - FeCombine(h, h0, h1, h2, h3, h4, h5, h6, h7, h8, h9) -} - -func feSquare(f *FieldElement) (h0, h1, h2, h3, h4, h5, h6, h7, h8, h9 int64) { - f0 := int64(f[0]) - f1 := int64(f[1]) - f2 := int64(f[2]) - f3 := int64(f[3]) - f4 := int64(f[4]) - f5 := int64(f[5]) - f6 := int64(f[6]) - f7 := int64(f[7]) - f8 := int64(f[8]) - f9 := int64(f[9]) - f0_2 := int64(2 * f[0]) - f1_2 := int64(2 * f[1]) - f2_2 := int64(2 * f[2]) - f3_2 := int64(2 * f[3]) - f4_2 := int64(2 * f[4]) - f5_2 := int64(2 * f[5]) - f6_2 := int64(2 * f[6]) - f7_2 := int64(2 * f[7]) - f5_38 := 38 * f5 // 1.31*2^30 - f6_19 := 19 * f6 // 1.31*2^30 - f7_38 := 38 * f7 // 1.31*2^30 - f8_19 := 19 * f8 // 1.31*2^30 - f9_38 := 38 * f9 // 1.31*2^30 - - h0 = f0*f0 + f1_2*f9_38 + f2_2*f8_19 + f3_2*f7_38 + f4_2*f6_19 + f5*f5_38 - h1 = f0_2*f1 + f2*f9_38 + f3_2*f8_19 + f4*f7_38 + f5_2*f6_19 - h2 = f0_2*f2 + f1_2*f1 + f3_2*f9_38 + f4_2*f8_19 + f5_2*f7_38 + f6*f6_19 - h3 = f0_2*f3 + f1_2*f2 + f4*f9_38 + f5_2*f8_19 + f6*f7_38 - h4 = f0_2*f4 + f1_2*f3_2 + f2*f2 + f5_2*f9_38 + f6_2*f8_19 + f7*f7_38 - h5 = f0_2*f5 + f1_2*f4 + f2_2*f3 + f6*f9_38 + f7_2*f8_19 - h6 = f0_2*f6 + f1_2*f5_2 + f2_2*f4 + f3_2*f3 + f7_2*f9_38 + f8*f8_19 - h7 = f0_2*f7 + f1_2*f6 + f2_2*f5 + f3_2*f4 + f8*f9_38 - h8 = f0_2*f8 + f1_2*f7_2 + f2_2*f6 + f3_2*f5_2 + f4*f4 + f9*f9_38 - h9 = f0_2*f9 + f1_2*f8 + f2_2*f7 + f3_2*f6 + f4_2*f5 - - return -} - -// FeSquare calculates h = f*f. Can overlap h with f. -// -// Preconditions: -// |f| bounded by 1.1*2^26,1.1*2^25,1.1*2^26,1.1*2^25,etc. -// -// Postconditions: -// |h| bounded by 1.1*2^25,1.1*2^24,1.1*2^25,1.1*2^24,etc. -func FeSquare(h, f *FieldElement) { - h0, h1, h2, h3, h4, h5, h6, h7, h8, h9 := feSquare(f) - FeCombine(h, h0, h1, h2, h3, h4, h5, h6, h7, h8, h9) -} - -// FeSquare2 sets h = 2 * f * f -// -// Can overlap h with f. -// -// Preconditions: -// |f| bounded by 1.65*2^26,1.65*2^25,1.65*2^26,1.65*2^25,etc. -// -// Postconditions: -// |h| bounded by 1.01*2^25,1.01*2^24,1.01*2^25,1.01*2^24,etc. -// See fe_mul.c for discussion of implementation strategy. -func FeSquare2(h, f *FieldElement) { - h0, h1, h2, h3, h4, h5, h6, h7, h8, h9 := feSquare(f) - - h0 += h0 - h1 += h1 - h2 += h2 - h3 += h3 - h4 += h4 - h5 += h5 - h6 += h6 - h7 += h7 - h8 += h8 - h9 += h9 - - FeCombine(h, h0, h1, h2, h3, h4, h5, h6, h7, h8, h9) -} - -func FeInvert(out, z *FieldElement) { - var t0, t1, t2, t3 FieldElement - var i int - - FeSquare(&t0, z) // 2^1 - FeSquare(&t1, &t0) // 2^2 - for i = 1; i < 2; i++ { // 2^3 - FeSquare(&t1, &t1) - } - FeMul(&t1, z, &t1) // 2^3 + 2^0 - FeMul(&t0, &t0, &t1) // 2^3 + 2^1 + 2^0 - FeSquare(&t2, &t0) // 2^4 + 2^2 + 2^1 - FeMul(&t1, &t1, &t2) // 2^4 + 2^3 + 2^2 + 2^1 + 2^0 - FeSquare(&t2, &t1) // 5,4,3,2,1 - for i = 1; i < 5; i++ { // 9,8,7,6,5 - FeSquare(&t2, &t2) - } - FeMul(&t1, &t2, &t1) // 9,8,7,6,5,4,3,2,1,0 - FeSquare(&t2, &t1) // 10..1 - for i = 1; i < 10; i++ { // 19..10 - FeSquare(&t2, &t2) - } - FeMul(&t2, &t2, &t1) // 19..0 - FeSquare(&t3, &t2) // 20..1 - for i = 1; i < 20; i++ { // 39..20 - FeSquare(&t3, &t3) - } - FeMul(&t2, &t3, &t2) // 39..0 - FeSquare(&t2, &t2) // 40..1 - for i = 1; i < 10; i++ { // 49..10 - FeSquare(&t2, &t2) - } - FeMul(&t1, &t2, &t1) // 49..0 - FeSquare(&t2, &t1) // 50..1 - for i = 1; i < 50; i++ { // 99..50 - FeSquare(&t2, &t2) - } - FeMul(&t2, &t2, &t1) // 99..0 - FeSquare(&t3, &t2) // 100..1 - for i = 1; i < 100; i++ { // 199..100 - FeSquare(&t3, &t3) - } - FeMul(&t2, &t3, &t2) // 199..0 - FeSquare(&t2, &t2) // 200..1 - for i = 1; i < 50; i++ { // 249..50 - FeSquare(&t2, &t2) - } - FeMul(&t1, &t2, &t1) // 249..0 - FeSquare(&t1, &t1) // 250..1 - for i = 1; i < 5; i++ { // 254..5 - FeSquare(&t1, &t1) - } - FeMul(out, &t1, &t0) // 254..5,3,1,0 -} - -func fePow22523(out, z *FieldElement) { - var t0, t1, t2 FieldElement - var i int - - FeSquare(&t0, z) - for i = 1; i < 1; i++ { - FeSquare(&t0, &t0) - } - FeSquare(&t1, &t0) - for i = 1; i < 2; i++ { - FeSquare(&t1, &t1) - } - FeMul(&t1, z, &t1) - FeMul(&t0, &t0, &t1) - FeSquare(&t0, &t0) - for i = 1; i < 1; i++ { - FeSquare(&t0, &t0) - } - FeMul(&t0, &t1, &t0) - FeSquare(&t1, &t0) - for i = 1; i < 5; i++ { - FeSquare(&t1, &t1) - } - FeMul(&t0, &t1, &t0) - FeSquare(&t1, &t0) - for i = 1; i < 10; i++ { - FeSquare(&t1, &t1) - } - FeMul(&t1, &t1, &t0) - FeSquare(&t2, &t1) - for i = 1; i < 20; i++ { - FeSquare(&t2, &t2) - } - FeMul(&t1, &t2, &t1) - FeSquare(&t1, &t1) - for i = 1; i < 10; i++ { - FeSquare(&t1, &t1) - } - FeMul(&t0, &t1, &t0) - FeSquare(&t1, &t0) - for i = 1; i < 50; i++ { - FeSquare(&t1, &t1) - } - FeMul(&t1, &t1, &t0) - FeSquare(&t2, &t1) - for i = 1; i < 100; i++ { - FeSquare(&t2, &t2) - } - FeMul(&t1, &t2, &t1) - FeSquare(&t1, &t1) - for i = 1; i < 50; i++ { - FeSquare(&t1, &t1) - } - FeMul(&t0, &t1, &t0) - FeSquare(&t0, &t0) - for i = 1; i < 2; i++ { - FeSquare(&t0, &t0) - } - FeMul(out, &t0, z) -} - -// Group elements are members of the elliptic curve -x^2 + y^2 = 1 + d * x^2 * -// y^2 where d = -121665/121666. -// -// Several representations are used: -// ProjectiveGroupElement: (X:Y:Z) satisfying x=X/Z, y=Y/Z -// ExtendedGroupElement: (X:Y:Z:T) satisfying x=X/Z, y=Y/Z, XY=ZT -// CompletedGroupElement: ((X:Z),(Y:T)) satisfying x=X/Z, y=Y/T -// PreComputedGroupElement: (y+x,y-x,2dxy) - -type ProjectiveGroupElement struct { - X, Y, Z FieldElement -} - -type ExtendedGroupElement struct { - X, Y, Z, T FieldElement -} - -type CompletedGroupElement struct { - X, Y, Z, T FieldElement -} - -type PreComputedGroupElement struct { - yPlusX, yMinusX, xy2d FieldElement -} - -type CachedGroupElement struct { - yPlusX, yMinusX, Z, T2d FieldElement -} - -func (p *ProjectiveGroupElement) Zero() { - FeZero(&p.X) - FeOne(&p.Y) - FeOne(&p.Z) -} - -func (p *ProjectiveGroupElement) Double(r *CompletedGroupElement) { - var t0 FieldElement - - FeSquare(&r.X, &p.X) - FeSquare(&r.Z, &p.Y) - FeSquare2(&r.T, &p.Z) - FeAdd(&r.Y, &p.X, &p.Y) - FeSquare(&t0, &r.Y) - FeAdd(&r.Y, &r.Z, &r.X) - FeSub(&r.Z, &r.Z, &r.X) - FeSub(&r.X, &t0, &r.Y) - FeSub(&r.T, &r.T, &r.Z) -} - -func (p *ProjectiveGroupElement) ToBytes(s *[32]byte) { - var recip, x, y FieldElement - - FeInvert(&recip, &p.Z) - FeMul(&x, &p.X, &recip) - FeMul(&y, &p.Y, &recip) - FeToBytes(s, &y) - s[31] ^= FeIsNegative(&x) << 7 -} - -func (p *ExtendedGroupElement) Zero() { - FeZero(&p.X) - FeOne(&p.Y) - FeOne(&p.Z) - FeZero(&p.T) -} - -func (p *ExtendedGroupElement) Double(r *CompletedGroupElement) { - var q ProjectiveGroupElement - p.ToProjective(&q) - q.Double(r) -} - -func (p *ExtendedGroupElement) ToCached(r *CachedGroupElement) { - FeAdd(&r.yPlusX, &p.Y, &p.X) - FeSub(&r.yMinusX, &p.Y, &p.X) - FeCopy(&r.Z, &p.Z) - FeMul(&r.T2d, &p.T, &d2) -} - -func (p *ExtendedGroupElement) ToProjective(r *ProjectiveGroupElement) { - FeCopy(&r.X, &p.X) - FeCopy(&r.Y, &p.Y) - FeCopy(&r.Z, &p.Z) -} - -func (p *ExtendedGroupElement) ToBytes(s *[32]byte) { - var recip, x, y FieldElement - - FeInvert(&recip, &p.Z) - FeMul(&x, &p.X, &recip) - FeMul(&y, &p.Y, &recip) - FeToBytes(s, &y) - s[31] ^= FeIsNegative(&x) << 7 -} - -func (p *ExtendedGroupElement) FromBytes(s *[32]byte) bool { - var u, v, v3, vxx, check FieldElement - - FeFromBytes(&p.Y, s) - FeOne(&p.Z) - FeSquare(&u, &p.Y) - FeMul(&v, &u, &d) - FeSub(&u, &u, &p.Z) // y = y^2-1 - FeAdd(&v, &v, &p.Z) // v = dy^2+1 - - FeSquare(&v3, &v) - FeMul(&v3, &v3, &v) // v3 = v^3 - FeSquare(&p.X, &v3) - FeMul(&p.X, &p.X, &v) - FeMul(&p.X, &p.X, &u) // x = uv^7 - - fePow22523(&p.X, &p.X) // x = (uv^7)^((q-5)/8) - FeMul(&p.X, &p.X, &v3) - FeMul(&p.X, &p.X, &u) // x = uv^3(uv^7)^((q-5)/8) - - var tmpX, tmp2 [32]byte - - FeSquare(&vxx, &p.X) - FeMul(&vxx, &vxx, &v) - FeSub(&check, &vxx, &u) // vx^2-u - if FeIsNonZero(&check) == 1 { - FeAdd(&check, &vxx, &u) // vx^2+u - if FeIsNonZero(&check) == 1 { - return false - } - FeMul(&p.X, &p.X, &SqrtM1) - - FeToBytes(&tmpX, &p.X) - for i, v := range tmpX { - tmp2[31-i] = v - } - } - - if FeIsNegative(&p.X) != (s[31] >> 7) { - FeNeg(&p.X, &p.X) - } - - FeMul(&p.T, &p.X, &p.Y) - return true -} - -func (p *CompletedGroupElement) ToProjective(r *ProjectiveGroupElement) { - FeMul(&r.X, &p.X, &p.T) - FeMul(&r.Y, &p.Y, &p.Z) - FeMul(&r.Z, &p.Z, &p.T) -} - -func (p *CompletedGroupElement) ToExtended(r *ExtendedGroupElement) { - FeMul(&r.X, &p.X, &p.T) - FeMul(&r.Y, &p.Y, &p.Z) - FeMul(&r.Z, &p.Z, &p.T) - FeMul(&r.T, &p.X, &p.Y) -} - -func (p *PreComputedGroupElement) Zero() { - FeOne(&p.yPlusX) - FeOne(&p.yMinusX) - FeZero(&p.xy2d) -} - -func geAdd(r *CompletedGroupElement, p *ExtendedGroupElement, q *CachedGroupElement) { - var t0 FieldElement - - FeAdd(&r.X, &p.Y, &p.X) - FeSub(&r.Y, &p.Y, &p.X) - FeMul(&r.Z, &r.X, &q.yPlusX) - FeMul(&r.Y, &r.Y, &q.yMinusX) - FeMul(&r.T, &q.T2d, &p.T) - FeMul(&r.X, &p.Z, &q.Z) - FeAdd(&t0, &r.X, &r.X) - FeSub(&r.X, &r.Z, &r.Y) - FeAdd(&r.Y, &r.Z, &r.Y) - FeAdd(&r.Z, &t0, &r.T) - FeSub(&r.T, &t0, &r.T) -} - -func geSub(r *CompletedGroupElement, p *ExtendedGroupElement, q *CachedGroupElement) { - var t0 FieldElement - - FeAdd(&r.X, &p.Y, &p.X) - FeSub(&r.Y, &p.Y, &p.X) - FeMul(&r.Z, &r.X, &q.yMinusX) - FeMul(&r.Y, &r.Y, &q.yPlusX) - FeMul(&r.T, &q.T2d, &p.T) - FeMul(&r.X, &p.Z, &q.Z) - FeAdd(&t0, &r.X, &r.X) - FeSub(&r.X, &r.Z, &r.Y) - FeAdd(&r.Y, &r.Z, &r.Y) - FeSub(&r.Z, &t0, &r.T) - FeAdd(&r.T, &t0, &r.T) -} - -func geMixedAdd(r *CompletedGroupElement, p *ExtendedGroupElement, q *PreComputedGroupElement) { - var t0 FieldElement - - FeAdd(&r.X, &p.Y, &p.X) - FeSub(&r.Y, &p.Y, &p.X) - FeMul(&r.Z, &r.X, &q.yPlusX) - FeMul(&r.Y, &r.Y, &q.yMinusX) - FeMul(&r.T, &q.xy2d, &p.T) - FeAdd(&t0, &p.Z, &p.Z) - FeSub(&r.X, &r.Z, &r.Y) - FeAdd(&r.Y, &r.Z, &r.Y) - FeAdd(&r.Z, &t0, &r.T) - FeSub(&r.T, &t0, &r.T) -} - -func geMixedSub(r *CompletedGroupElement, p *ExtendedGroupElement, q *PreComputedGroupElement) { - var t0 FieldElement - - FeAdd(&r.X, &p.Y, &p.X) - FeSub(&r.Y, &p.Y, &p.X) - FeMul(&r.Z, &r.X, &q.yMinusX) - FeMul(&r.Y, &r.Y, &q.yPlusX) - FeMul(&r.T, &q.xy2d, &p.T) - FeAdd(&t0, &p.Z, &p.Z) - FeSub(&r.X, &r.Z, &r.Y) - FeAdd(&r.Y, &r.Z, &r.Y) - FeSub(&r.Z, &t0, &r.T) - FeAdd(&r.T, &t0, &r.T) -} - -func slide(r *[256]int8, a *[32]byte) { - for i := range r { - r[i] = int8(1 & (a[i>>3] >> uint(i&7))) - } - - for i := range r { - if r[i] != 0 { - for b := 1; b <= 6 && i+b < 256; b++ { - if r[i+b] != 0 { - if r[i]+(r[i+b]<<uint(b)) <= 15 { - r[i] += r[i+b] << uint(b) - r[i+b] = 0 - } else if r[i]-(r[i+b]<<uint(b)) >= -15 { - r[i] -= r[i+b] << uint(b) - for k := i + b; k < 256; k++ { - if r[k] == 0 { - r[k] = 1 - break - } - r[k] = 0 - } - } else { - break - } - } - } - } - } -} - -// GeDoubleScalarMultVartime sets r = a*A + b*B -// where a = a[0]+256*a[1]+...+256^31 a[31]. -// and b = b[0]+256*b[1]+...+256^31 b[31]. -// B is the Ed25519 base point (x,4/5) with x positive. -func GeDoubleScalarMultVartime(r *ProjectiveGroupElement, a *[32]byte, A *ExtendedGroupElement, b *[32]byte) { - var aSlide, bSlide [256]int8 - var Ai [8]CachedGroupElement // A,3A,5A,7A,9A,11A,13A,15A - var t CompletedGroupElement - var u, A2 ExtendedGroupElement - var i int - - slide(&aSlide, a) - slide(&bSlide, b) - - A.ToCached(&Ai[0]) - A.Double(&t) - t.ToExtended(&A2) - - for i := 0; i < 7; i++ { - geAdd(&t, &A2, &Ai[i]) - t.ToExtended(&u) - u.ToCached(&Ai[i+1]) - } - - r.Zero() - - for i = 255; i >= 0; i-- { - if aSlide[i] != 0 || bSlide[i] != 0 { - break - } - } - - for ; i >= 0; i-- { - r.Double(&t) - - if aSlide[i] > 0 { - t.ToExtended(&u) - geAdd(&t, &u, &Ai[aSlide[i]/2]) - } else if aSlide[i] < 0 { - t.ToExtended(&u) - geSub(&t, &u, &Ai[(-aSlide[i])/2]) - } - - if bSlide[i] > 0 { - t.ToExtended(&u) - geMixedAdd(&t, &u, &bi[bSlide[i]/2]) - } else if bSlide[i] < 0 { - t.ToExtended(&u) - geMixedSub(&t, &u, &bi[(-bSlide[i])/2]) - } - - t.ToProjective(r) - } -} - -// equal returns 1 if b == c and 0 otherwise, assuming that b and c are -// non-negative. -func equal(b, c int32) int32 { - x := uint32(b ^ c) - x-- - return int32(x >> 31) -} - -// negative returns 1 if b < 0 and 0 otherwise. -func negative(b int32) int32 { - return (b >> 31) & 1 -} - -func PreComputedGroupElementCMove(t, u *PreComputedGroupElement, b int32) { - FeCMove(&t.yPlusX, &u.yPlusX, b) - FeCMove(&t.yMinusX, &u.yMinusX, b) - FeCMove(&t.xy2d, &u.xy2d, b) -} - -func selectPoint(t *PreComputedGroupElement, pos int32, b int32) { - var minusT PreComputedGroupElement - bNegative := negative(b) - bAbs := b - (((-bNegative) & b) << 1) - - t.Zero() - for i := int32(0); i < 8; i++ { - PreComputedGroupElementCMove(t, &base[pos][i], equal(bAbs, i+1)) - } - FeCopy(&minusT.yPlusX, &t.yMinusX) - FeCopy(&minusT.yMinusX, &t.yPlusX) - FeNeg(&minusT.xy2d, &t.xy2d) - PreComputedGroupElementCMove(t, &minusT, bNegative) -} - -// GeScalarMultBase computes h = a*B, where -// a = a[0]+256*a[1]+...+256^31 a[31] -// B is the Ed25519 base point (x,4/5) with x positive. -// -// Preconditions: -// a[31] <= 127 -func GeScalarMultBase(h *ExtendedGroupElement, a *[32]byte) { - var e [64]int8 - - for i, v := range a { - e[2*i] = int8(v & 15) - e[2*i+1] = int8((v >> 4) & 15) - } - - // each e[i] is between 0 and 15 and e[63] is between 0 and 7. - - carry := int8(0) - for i := 0; i < 63; i++ { - e[i] += carry - carry = (e[i] + 8) >> 4 - e[i] -= carry << 4 - } - e[63] += carry - // each e[i] is between -8 and 8. - - h.Zero() - var t PreComputedGroupElement - var r CompletedGroupElement - for i := int32(1); i < 64; i += 2 { - selectPoint(&t, i/2, int32(e[i])) - geMixedAdd(&r, h, &t) - r.ToExtended(h) - } - - var s ProjectiveGroupElement - - h.Double(&r) - r.ToProjective(&s) - s.Double(&r) - r.ToProjective(&s) - s.Double(&r) - r.ToProjective(&s) - s.Double(&r) - r.ToExtended(h) - - for i := int32(0); i < 64; i += 2 { - selectPoint(&t, i/2, int32(e[i])) - geMixedAdd(&r, h, &t) - r.ToExtended(h) - } -} - -// The scalars are GF(2^252 + 27742317777372353535851937790883648493). - -// Input: -// a[0]+256*a[1]+...+256^31*a[31] = a -// b[0]+256*b[1]+...+256^31*b[31] = b -// c[0]+256*c[1]+...+256^31*c[31] = c -// -// Output: -// s[0]+256*s[1]+...+256^31*s[31] = (ab+c) mod l -// where l = 2^252 + 27742317777372353535851937790883648493. -func ScMulAdd(s, a, b, c *[32]byte) { - a0 := 2097151 & load3(a[:]) - a1 := 2097151 & (load4(a[2:]) >> 5) - a2 := 2097151 & (load3(a[5:]) >> 2) - a3 := 2097151 & (load4(a[7:]) >> 7) - a4 := 2097151 & (load4(a[10:]) >> 4) - a5 := 2097151 & (load3(a[13:]) >> 1) - a6 := 2097151 & (load4(a[15:]) >> 6) - a7 := 2097151 & (load3(a[18:]) >> 3) - a8 := 2097151 & load3(a[21:]) - a9 := 2097151 & (load4(a[23:]) >> 5) - a10 := 2097151 & (load3(a[26:]) >> 2) - a11 := (load4(a[28:]) >> 7) - b0 := 2097151 & load3(b[:]) - b1 := 2097151 & (load4(b[2:]) >> 5) - b2 := 2097151 & (load3(b[5:]) >> 2) - b3 := 2097151 & (load4(b[7:]) >> 7) - b4 := 2097151 & (load4(b[10:]) >> 4) - b5 := 2097151 & (load3(b[13:]) >> 1) - b6 := 2097151 & (load4(b[15:]) >> 6) - b7 := 2097151 & (load3(b[18:]) >> 3) - b8 := 2097151 & load3(b[21:]) - b9 := 2097151 & (load4(b[23:]) >> 5) - b10 := 2097151 & (load3(b[26:]) >> 2) - b11 := (load4(b[28:]) >> 7) - c0 := 2097151 & load3(c[:]) - c1 := 2097151 & (load4(c[2:]) >> 5) - c2 := 2097151 & (load3(c[5:]) >> 2) - c3 := 2097151 & (load4(c[7:]) >> 7) - c4 := 2097151 & (load4(c[10:]) >> 4) - c5 := 2097151 & (load3(c[13:]) >> 1) - c6 := 2097151 & (load4(c[15:]) >> 6) - c7 := 2097151 & (load3(c[18:]) >> 3) - c8 := 2097151 & load3(c[21:]) - c9 := 2097151 & (load4(c[23:]) >> 5) - c10 := 2097151 & (load3(c[26:]) >> 2) - c11 := (load4(c[28:]) >> 7) - var carry [23]int64 - - s0 := c0 + a0*b0 - s1 := c1 + a0*b1 + a1*b0 - s2 := c2 + a0*b2 + a1*b1 + a2*b0 - s3 := c3 + a0*b3 + a1*b2 + a2*b1 + a3*b0 - s4 := c4 + a0*b4 + a1*b3 + a2*b2 + a3*b1 + a4*b0 - s5 := c5 + a0*b5 + a1*b4 + a2*b3 + a3*b2 + a4*b1 + a5*b0 - s6 := c6 + a0*b6 + a1*b5 + a2*b4 + a3*b3 + a4*b2 + a5*b1 + a6*b0 - s7 := c7 + a0*b7 + a1*b6 + a2*b5 + a3*b4 + a4*b3 + a5*b2 + a6*b1 + a7*b0 - s8 := c8 + a0*b8 + a1*b7 + a2*b6 + a3*b5 + a4*b4 + a5*b3 + a6*b2 + a7*b1 + a8*b0 - s9 := c9 + a0*b9 + a1*b8 + a2*b7 + a3*b6 + a4*b5 + a5*b4 + a6*b3 + a7*b2 + a8*b1 + a9*b0 - s10 := c10 + a0*b10 + a1*b9 + a2*b8 + a3*b7 + a4*b6 + a5*b5 + a6*b4 + a7*b3 + a8*b2 + a9*b1 + a10*b0 - s11 := c11 + a0*b11 + a1*b10 + a2*b9 + a3*b8 + a4*b7 + a5*b6 + a6*b5 + a7*b4 + a8*b3 + a9*b2 + a10*b1 + a11*b0 - s12 := a1*b11 + a2*b10 + a3*b9 + a4*b8 + a5*b7 + a6*b6 + a7*b5 + a8*b4 + a9*b3 + a10*b2 + a11*b1 - s13 := a2*b11 + a3*b10 + a4*b9 + a5*b8 + a6*b7 + a7*b6 + a8*b5 + a9*b4 + a10*b3 + a11*b2 - s14 := a3*b11 + a4*b10 + a5*b9 + a6*b8 + a7*b7 + a8*b6 + a9*b5 + a10*b4 + a11*b3 - s15 := a4*b11 + a5*b10 + a6*b9 + a7*b8 + a8*b7 + a9*b6 + a10*b5 + a11*b4 - s16 := a5*b11 + a6*b10 + a7*b9 + a8*b8 + a9*b7 + a10*b6 + a11*b5 - s17 := a6*b11 + a7*b10 + a8*b9 + a9*b8 + a10*b7 + a11*b6 - s18 := a7*b11 + a8*b10 + a9*b9 + a10*b8 + a11*b7 - s19 := a8*b11 + a9*b10 + a10*b9 + a11*b8 - s20 := a9*b11 + a10*b10 + a11*b9 - s21 := a10*b11 + a11*b10 - s22 := a11 * b11 - s23 := int64(0) - - carry[0] = (s0 + (1 << 20)) >> 21 - s1 += carry[0] - s0 -= carry[0] << 21 - carry[2] = (s2 + (1 << 20)) >> 21 - s3 += carry[2] - s2 -= carry[2] << 21 - carry[4] = (s4 + (1 << 20)) >> 21 - s5 += carry[4] - s4 -= carry[4] << 21 - carry[6] = (s6 + (1 << 20)) >> 21 - s7 += carry[6] - s6 -= carry[6] << 21 - carry[8] = (s8 + (1 << 20)) >> 21 - s9 += carry[8] - s8 -= carry[8] << 21 - carry[10] = (s10 + (1 << 20)) >> 21 - s11 += carry[10] - s10 -= carry[10] << 21 - carry[12] = (s12 + (1 << 20)) >> 21 - s13 += carry[12] - s12 -= carry[12] << 21 - carry[14] = (s14 + (1 << 20)) >> 21 - s15 += carry[14] - s14 -= carry[14] << 21 - carry[16] = (s16 + (1 << 20)) >> 21 - s17 += carry[16] - s16 -= carry[16] << 21 - carry[18] = (s18 + (1 << 20)) >> 21 - s19 += carry[18] - s18 -= carry[18] << 21 - carry[20] = (s20 + (1 << 20)) >> 21 - s21 += carry[20] - s20 -= carry[20] << 21 - carry[22] = (s22 + (1 << 20)) >> 21 - s23 += carry[22] - s22 -= carry[22] << 21 - - carry[1] = (s1 + (1 << 20)) >> 21 - s2 += carry[1] - s1 -= carry[1] << 21 - carry[3] = (s3 + (1 << 20)) >> 21 - s4 += carry[3] - s3 -= carry[3] << 21 - carry[5] = (s5 + (1 << 20)) >> 21 - s6 += carry[5] - s5 -= carry[5] << 21 - carry[7] = (s7 + (1 << 20)) >> 21 - s8 += carry[7] - s7 -= carry[7] << 21 - carry[9] = (s9 + (1 << 20)) >> 21 - s10 += carry[9] - s9 -= carry[9] << 21 - carry[11] = (s11 + (1 << 20)) >> 21 - s12 += carry[11] - s11 -= carry[11] << 21 - carry[13] = (s13 + (1 << 20)) >> 21 - s14 += carry[13] - s13 -= carry[13] << 21 - carry[15] = (s15 + (1 << 20)) >> 21 - s16 += carry[15] - s15 -= carry[15] << 21 - carry[17] = (s17 + (1 << 20)) >> 21 - s18 += carry[17] - s17 -= carry[17] << 21 - carry[19] = (s19 + (1 << 20)) >> 21 - s20 += carry[19] - s19 -= carry[19] << 21 - carry[21] = (s21 + (1 << 20)) >> 21 - s22 += carry[21] - s21 -= carry[21] << 21 - - s11 += s23 * 666643 - s12 += s23 * 470296 - s13 += s23 * 654183 - s14 -= s23 * 997805 - s15 += s23 * 136657 - s16 -= s23 * 683901 - s23 = 0 - - s10 += s22 * 666643 - s11 += s22 * 470296 - s12 += s22 * 654183 - s13 -= s22 * 997805 - s14 += s22 * 136657 - s15 -= s22 * 683901 - s22 = 0 - - s9 += s21 * 666643 - s10 += s21 * 470296 - s11 += s21 * 654183 - s12 -= s21 * 997805 - s13 += s21 * 136657 - s14 -= s21 * 683901 - s21 = 0 - - s8 += s20 * 666643 - s9 += s20 * 470296 - s10 += s20 * 654183 - s11 -= s20 * 997805 - s12 += s20 * 136657 - s13 -= s20 * 683901 - s20 = 0 - - s7 += s19 * 666643 - s8 += s19 * 470296 - s9 += s19 * 654183 - s10 -= s19 * 997805 - s11 += s19 * 136657 - s12 -= s19 * 683901 - s19 = 0 - - s6 += s18 * 666643 - s7 += s18 * 470296 - s8 += s18 * 654183 - s9 -= s18 * 997805 - s10 += s18 * 136657 - s11 -= s18 * 683901 - s18 = 0 - - carry[6] = (s6 + (1 << 20)) >> 21 - s7 += carry[6] - s6 -= carry[6] << 21 - carry[8] = (s8 + (1 << 20)) >> 21 - s9 += carry[8] - s8 -= carry[8] << 21 - carry[10] = (s10 + (1 << 20)) >> 21 - s11 += carry[10] - s10 -= carry[10] << 21 - carry[12] = (s12 + (1 << 20)) >> 21 - s13 += carry[12] - s12 -= carry[12] << 21 - carry[14] = (s14 + (1 << 20)) >> 21 - s15 += carry[14] - s14 -= carry[14] << 21 - carry[16] = (s16 + (1 << 20)) >> 21 - s17 += carry[16] - s16 -= carry[16] << 21 - - carry[7] = (s7 + (1 << 20)) >> 21 - s8 += carry[7] - s7 -= carry[7] << 21 - carry[9] = (s9 + (1 << 20)) >> 21 - s10 += carry[9] - s9 -= carry[9] << 21 - carry[11] = (s11 + (1 << 20)) >> 21 - s12 += carry[11] - s11 -= carry[11] << 21 - carry[13] = (s13 + (1 << 20)) >> 21 - s14 += carry[13] - s13 -= carry[13] << 21 - carry[15] = (s15 + (1 << 20)) >> 21 - s16 += carry[15] - s15 -= carry[15] << 21 - - s5 += s17 * 666643 - s6 += s17 * 470296 - s7 += s17 * 654183 - s8 -= s17 * 997805 - s9 += s17 * 136657 - s10 -= s17 * 683901 - s17 = 0 - - s4 += s16 * 666643 - s5 += s16 * 470296 - s6 += s16 * 654183 - s7 -= s16 * 997805 - s8 += s16 * 136657 - s9 -= s16 * 683901 - s16 = 0 - - s3 += s15 * 666643 - s4 += s15 * 470296 - s5 += s15 * 654183 - s6 -= s15 * 997805 - s7 += s15 * 136657 - s8 -= s15 * 683901 - s15 = 0 - - s2 += s14 * 666643 - s3 += s14 * 470296 - s4 += s14 * 654183 - s5 -= s14 * 997805 - s6 += s14 * 136657 - s7 -= s14 * 683901 - s14 = 0 - - s1 += s13 * 666643 - s2 += s13 * 470296 - s3 += s13 * 654183 - s4 -= s13 * 997805 - s5 += s13 * 136657 - s6 -= s13 * 683901 - s13 = 0 - - s0 += s12 * 666643 - s1 += s12 * 470296 - s2 += s12 * 654183 - s3 -= s12 * 997805 - s4 += s12 * 136657 - s5 -= s12 * 683901 - s12 = 0 - - carry[0] = (s0 + (1 << 20)) >> 21 - s1 += carry[0] - s0 -= carry[0] << 21 - carry[2] = (s2 + (1 << 20)) >> 21 - s3 += carry[2] - s2 -= carry[2] << 21 - carry[4] = (s4 + (1 << 20)) >> 21 - s5 += carry[4] - s4 -= carry[4] << 21 - carry[6] = (s6 + (1 << 20)) >> 21 - s7 += carry[6] - s6 -= carry[6] << 21 - carry[8] = (s8 + (1 << 20)) >> 21 - s9 += carry[8] - s8 -= carry[8] << 21 - carry[10] = (s10 + (1 << 20)) >> 21 - s11 += carry[10] - s10 -= carry[10] << 21 - - carry[1] = (s1 + (1 << 20)) >> 21 - s2 += carry[1] - s1 -= carry[1] << 21 - carry[3] = (s3 + (1 << 20)) >> 21 - s4 += carry[3] - s3 -= carry[3] << 21 - carry[5] = (s5 + (1 << 20)) >> 21 - s6 += carry[5] - s5 -= carry[5] << 21 - carry[7] = (s7 + (1 << 20)) >> 21 - s8 += carry[7] - s7 -= carry[7] << 21 - carry[9] = (s9 + (1 << 20)) >> 21 - s10 += carry[9] - s9 -= carry[9] << 21 - carry[11] = (s11 + (1 << 20)) >> 21 - s12 += carry[11] - s11 -= carry[11] << 21 - - s0 += s12 * 666643 - s1 += s12 * 470296 - s2 += s12 * 654183 - s3 -= s12 * 997805 - s4 += s12 * 136657 - s5 -= s12 * 683901 - s12 = 0 - - carry[0] = s0 >> 21 - s1 += carry[0] - s0 -= carry[0] << 21 - carry[1] = s1 >> 21 - s2 += carry[1] - s1 -= carry[1] << 21 - carry[2] = s2 >> 21 - s3 += carry[2] - s2 -= carry[2] << 21 - carry[3] = s3 >> 21 - s4 += carry[3] - s3 -= carry[3] << 21 - carry[4] = s4 >> 21 - s5 += carry[4] - s4 -= carry[4] << 21 - carry[5] = s5 >> 21 - s6 += carry[5] - s5 -= carry[5] << 21 - carry[6] = s6 >> 21 - s7 += carry[6] - s6 -= carry[6] << 21 - carry[7] = s7 >> 21 - s8 += carry[7] - s7 -= carry[7] << 21 - carry[8] = s8 >> 21 - s9 += carry[8] - s8 -= carry[8] << 21 - carry[9] = s9 >> 21 - s10 += carry[9] - s9 -= carry[9] << 21 - carry[10] = s10 >> 21 - s11 += carry[10] - s10 -= carry[10] << 21 - carry[11] = s11 >> 21 - s12 += carry[11] - s11 -= carry[11] << 21 - - s0 += s12 * 666643 - s1 += s12 * 470296 - s2 += s12 * 654183 - s3 -= s12 * 997805 - s4 += s12 * 136657 - s5 -= s12 * 683901 - s12 = 0 - - carry[0] = s0 >> 21 - s1 += carry[0] - s0 -= carry[0] << 21 - carry[1] = s1 >> 21 - s2 += carry[1] - s1 -= carry[1] << 21 - carry[2] = s2 >> 21 - s3 += carry[2] - s2 -= carry[2] << 21 - carry[3] = s3 >> 21 - s4 += carry[3] - s3 -= carry[3] << 21 - carry[4] = s4 >> 21 - s5 += carry[4] - s4 -= carry[4] << 21 - carry[5] = s5 >> 21 - s6 += carry[5] - s5 -= carry[5] << 21 - carry[6] = s6 >> 21 - s7 += carry[6] - s6 -= carry[6] << 21 - carry[7] = s7 >> 21 - s8 += carry[7] - s7 -= carry[7] << 21 - carry[8] = s8 >> 21 - s9 += carry[8] - s8 -= carry[8] << 21 - carry[9] = s9 >> 21 - s10 += carry[9] - s9 -= carry[9] << 21 - carry[10] = s10 >> 21 - s11 += carry[10] - s10 -= carry[10] << 21 - - s[0] = byte(s0 >> 0) - s[1] = byte(s0 >> 8) - s[2] = byte((s0 >> 16) | (s1 << 5)) - s[3] = byte(s1 >> 3) - s[4] = byte(s1 >> 11) - s[5] = byte((s1 >> 19) | (s2 << 2)) - s[6] = byte(s2 >> 6) - s[7] = byte((s2 >> 14) | (s3 << 7)) - s[8] = byte(s3 >> 1) - s[9] = byte(s3 >> 9) - s[10] = byte((s3 >> 17) | (s4 << 4)) - s[11] = byte(s4 >> 4) - s[12] = byte(s4 >> 12) - s[13] = byte((s4 >> 20) | (s5 << 1)) - s[14] = byte(s5 >> 7) - s[15] = byte((s5 >> 15) | (s6 << 6)) - s[16] = byte(s6 >> 2) - s[17] = byte(s6 >> 10) - s[18] = byte((s6 >> 18) | (s7 << 3)) - s[19] = byte(s7 >> 5) - s[20] = byte(s7 >> 13) - s[21] = byte(s8 >> 0) - s[22] = byte(s8 >> 8) - s[23] = byte((s8 >> 16) | (s9 << 5)) - s[24] = byte(s9 >> 3) - s[25] = byte(s9 >> 11) - s[26] = byte((s9 >> 19) | (s10 << 2)) - s[27] = byte(s10 >> 6) - s[28] = byte((s10 >> 14) | (s11 << 7)) - s[29] = byte(s11 >> 1) - s[30] = byte(s11 >> 9) - s[31] = byte(s11 >> 17) -} - -// Input: -// s[0]+256*s[1]+...+256^63*s[63] = s -// -// Output: -// s[0]+256*s[1]+...+256^31*s[31] = s mod l -// where l = 2^252 + 27742317777372353535851937790883648493. -func ScReduce(out *[32]byte, s *[64]byte) { - s0 := 2097151 & load3(s[:]) - s1 := 2097151 & (load4(s[2:]) >> 5) - s2 := 2097151 & (load3(s[5:]) >> 2) - s3 := 2097151 & (load4(s[7:]) >> 7) - s4 := 2097151 & (load4(s[10:]) >> 4) - s5 := 2097151 & (load3(s[13:]) >> 1) - s6 := 2097151 & (load4(s[15:]) >> 6) - s7 := 2097151 & (load3(s[18:]) >> 3) - s8 := 2097151 & load3(s[21:]) - s9 := 2097151 & (load4(s[23:]) >> 5) - s10 := 2097151 & (load3(s[26:]) >> 2) - s11 := 2097151 & (load4(s[28:]) >> 7) - s12 := 2097151 & (load4(s[31:]) >> 4) - s13 := 2097151 & (load3(s[34:]) >> 1) - s14 := 2097151 & (load4(s[36:]) >> 6) - s15 := 2097151 & (load3(s[39:]) >> 3) - s16 := 2097151 & load3(s[42:]) - s17 := 2097151 & (load4(s[44:]) >> 5) - s18 := 2097151 & (load3(s[47:]) >> 2) - s19 := 2097151 & (load4(s[49:]) >> 7) - s20 := 2097151 & (load4(s[52:]) >> 4) - s21 := 2097151 & (load3(s[55:]) >> 1) - s22 := 2097151 & (load4(s[57:]) >> 6) - s23 := (load4(s[60:]) >> 3) - - s11 += s23 * 666643 - s12 += s23 * 470296 - s13 += s23 * 654183 - s14 -= s23 * 997805 - s15 += s23 * 136657 - s16 -= s23 * 683901 - s23 = 0 - - s10 += s22 * 666643 - s11 += s22 * 470296 - s12 += s22 * 654183 - s13 -= s22 * 997805 - s14 += s22 * 136657 - s15 -= s22 * 683901 - s22 = 0 - - s9 += s21 * 666643 - s10 += s21 * 470296 - s11 += s21 * 654183 - s12 -= s21 * 997805 - s13 += s21 * 136657 - s14 -= s21 * 683901 - s21 = 0 - - s8 += s20 * 666643 - s9 += s20 * 470296 - s10 += s20 * 654183 - s11 -= s20 * 997805 - s12 += s20 * 136657 - s13 -= s20 * 683901 - s20 = 0 - - s7 += s19 * 666643 - s8 += s19 * 470296 - s9 += s19 * 654183 - s10 -= s19 * 997805 - s11 += s19 * 136657 - s12 -= s19 * 683901 - s19 = 0 - - s6 += s18 * 666643 - s7 += s18 * 470296 - s8 += s18 * 654183 - s9 -= s18 * 997805 - s10 += s18 * 136657 - s11 -= s18 * 683901 - s18 = 0 - - var carry [17]int64 - - carry[6] = (s6 + (1 << 20)) >> 21 - s7 += carry[6] - s6 -= carry[6] << 21 - carry[8] = (s8 + (1 << 20)) >> 21 - s9 += carry[8] - s8 -= carry[8] << 21 - carry[10] = (s10 + (1 << 20)) >> 21 - s11 += carry[10] - s10 -= carry[10] << 21 - carry[12] = (s12 + (1 << 20)) >> 21 - s13 += carry[12] - s12 -= carry[12] << 21 - carry[14] = (s14 + (1 << 20)) >> 21 - s15 += carry[14] - s14 -= carry[14] << 21 - carry[16] = (s16 + (1 << 20)) >> 21 - s17 += carry[16] - s16 -= carry[16] << 21 - - carry[7] = (s7 + (1 << 20)) >> 21 - s8 += carry[7] - s7 -= carry[7] << 21 - carry[9] = (s9 + (1 << 20)) >> 21 - s10 += carry[9] - s9 -= carry[9] << 21 - carry[11] = (s11 + (1 << 20)) >> 21 - s12 += carry[11] - s11 -= carry[11] << 21 - carry[13] = (s13 + (1 << 20)) >> 21 - s14 += carry[13] - s13 -= carry[13] << 21 - carry[15] = (s15 + (1 << 20)) >> 21 - s16 += carry[15] - s15 -= carry[15] << 21 - - s5 += s17 * 666643 - s6 += s17 * 470296 - s7 += s17 * 654183 - s8 -= s17 * 997805 - s9 += s17 * 136657 - s10 -= s17 * 683901 - s17 = 0 - - s4 += s16 * 666643 - s5 += s16 * 470296 - s6 += s16 * 654183 - s7 -= s16 * 997805 - s8 += s16 * 136657 - s9 -= s16 * 683901 - s16 = 0 - - s3 += s15 * 666643 - s4 += s15 * 470296 - s5 += s15 * 654183 - s6 -= s15 * 997805 - s7 += s15 * 136657 - s8 -= s15 * 683901 - s15 = 0 - - s2 += s14 * 666643 - s3 += s14 * 470296 - s4 += s14 * 654183 - s5 -= s14 * 997805 - s6 += s14 * 136657 - s7 -= s14 * 683901 - s14 = 0 - - s1 += s13 * 666643 - s2 += s13 * 470296 - s3 += s13 * 654183 - s4 -= s13 * 997805 - s5 += s13 * 136657 - s6 -= s13 * 683901 - s13 = 0 - - s0 += s12 * 666643 - s1 += s12 * 470296 - s2 += s12 * 654183 - s3 -= s12 * 997805 - s4 += s12 * 136657 - s5 -= s12 * 683901 - s12 = 0 - - carry[0] = (s0 + (1 << 20)) >> 21 - s1 += carry[0] - s0 -= carry[0] << 21 - carry[2] = (s2 + (1 << 20)) >> 21 - s3 += carry[2] - s2 -= carry[2] << 21 - carry[4] = (s4 + (1 << 20)) >> 21 - s5 += carry[4] - s4 -= carry[4] << 21 - carry[6] = (s6 + (1 << 20)) >> 21 - s7 += carry[6] - s6 -= carry[6] << 21 - carry[8] = (s8 + (1 << 20)) >> 21 - s9 += carry[8] - s8 -= carry[8] << 21 - carry[10] = (s10 + (1 << 20)) >> 21 - s11 += carry[10] - s10 -= carry[10] << 21 - - carry[1] = (s1 + (1 << 20)) >> 21 - s2 += carry[1] - s1 -= carry[1] << 21 - carry[3] = (s3 + (1 << 20)) >> 21 - s4 += carry[3] - s3 -= carry[3] << 21 - carry[5] = (s5 + (1 << 20)) >> 21 - s6 += carry[5] - s5 -= carry[5] << 21 - carry[7] = (s7 + (1 << 20)) >> 21 - s8 += carry[7] - s7 -= carry[7] << 21 - carry[9] = (s9 + (1 << 20)) >> 21 - s10 += carry[9] - s9 -= carry[9] << 21 - carry[11] = (s11 + (1 << 20)) >> 21 - s12 += carry[11] - s11 -= carry[11] << 21 - - s0 += s12 * 666643 - s1 += s12 * 470296 - s2 += s12 * 654183 - s3 -= s12 * 997805 - s4 += s12 * 136657 - s5 -= s12 * 683901 - s12 = 0 - - carry[0] = s0 >> 21 - s1 += carry[0] - s0 -= carry[0] << 21 - carry[1] = s1 >> 21 - s2 += carry[1] - s1 -= carry[1] << 21 - carry[2] = s2 >> 21 - s3 += carry[2] - s2 -= carry[2] << 21 - carry[3] = s3 >> 21 - s4 += carry[3] - s3 -= carry[3] << 21 - carry[4] = s4 >> 21 - s5 += carry[4] - s4 -= carry[4] << 21 - carry[5] = s5 >> 21 - s6 += carry[5] - s5 -= carry[5] << 21 - carry[6] = s6 >> 21 - s7 += carry[6] - s6 -= carry[6] << 21 - carry[7] = s7 >> 21 - s8 += carry[7] - s7 -= carry[7] << 21 - carry[8] = s8 >> 21 - s9 += carry[8] - s8 -= carry[8] << 21 - carry[9] = s9 >> 21 - s10 += carry[9] - s9 -= carry[9] << 21 - carry[10] = s10 >> 21 - s11 += carry[10] - s10 -= carry[10] << 21 - carry[11] = s11 >> 21 - s12 += carry[11] - s11 -= carry[11] << 21 - - s0 += s12 * 666643 - s1 += s12 * 470296 - s2 += s12 * 654183 - s3 -= s12 * 997805 - s4 += s12 * 136657 - s5 -= s12 * 683901 - s12 = 0 - - carry[0] = s0 >> 21 - s1 += carry[0] - s0 -= carry[0] << 21 - carry[1] = s1 >> 21 - s2 += carry[1] - s1 -= carry[1] << 21 - carry[2] = s2 >> 21 - s3 += carry[2] - s2 -= carry[2] << 21 - carry[3] = s3 >> 21 - s4 += carry[3] - s3 -= carry[3] << 21 - carry[4] = s4 >> 21 - s5 += carry[4] - s4 -= carry[4] << 21 - carry[5] = s5 >> 21 - s6 += carry[5] - s5 -= carry[5] << 21 - carry[6] = s6 >> 21 - s7 += carry[6] - s6 -= carry[6] << 21 - carry[7] = s7 >> 21 - s8 += carry[7] - s7 -= carry[7] << 21 - carry[8] = s8 >> 21 - s9 += carry[8] - s8 -= carry[8] << 21 - carry[9] = s9 >> 21 - s10 += carry[9] - s9 -= carry[9] << 21 - carry[10] = s10 >> 21 - s11 += carry[10] - s10 -= carry[10] << 21 - - out[0] = byte(s0 >> 0) - out[1] = byte(s0 >> 8) - out[2] = byte((s0 >> 16) | (s1 << 5)) - out[3] = byte(s1 >> 3) - out[4] = byte(s1 >> 11) - out[5] = byte((s1 >> 19) | (s2 << 2)) - out[6] = byte(s2 >> 6) - out[7] = byte((s2 >> 14) | (s3 << 7)) - out[8] = byte(s3 >> 1) - out[9] = byte(s3 >> 9) - out[10] = byte((s3 >> 17) | (s4 << 4)) - out[11] = byte(s4 >> 4) - out[12] = byte(s4 >> 12) - out[13] = byte((s4 >> 20) | (s5 << 1)) - out[14] = byte(s5 >> 7) - out[15] = byte((s5 >> 15) | (s6 << 6)) - out[16] = byte(s6 >> 2) - out[17] = byte(s6 >> 10) - out[18] = byte((s6 >> 18) | (s7 << 3)) - out[19] = byte(s7 >> 5) - out[20] = byte(s7 >> 13) - out[21] = byte(s8 >> 0) - out[22] = byte(s8 >> 8) - out[23] = byte((s8 >> 16) | (s9 << 5)) - out[24] = byte(s9 >> 3) - out[25] = byte(s9 >> 11) - out[26] = byte((s9 >> 19) | (s10 << 2)) - out[27] = byte(s10 >> 6) - out[28] = byte((s10 >> 14) | (s11 << 7)) - out[29] = byte(s11 >> 1) - out[30] = byte(s11 >> 9) - out[31] = byte(s11 >> 17) -} - -// order is the order of Curve25519 in little-endian form. -var order = [4]uint64{0x5812631a5cf5d3ed, 0x14def9dea2f79cd6, 0, 0x1000000000000000} - -// ScMinimal returns true if the given scalar is less than the order of the -// curve. -func ScMinimal(scalar *[32]byte) bool { - for i := 3; ; i-- { - v := binary.LittleEndian.Uint64(scalar[i*8:]) - if v > order[i] { - return false - } else if v < order[i] { - break - } else if i == 0 { - return false - } - } - - return true -} diff --git a/vendor/golang.org/x/crypto/internal/poly1305/sum_generic.go b/vendor/golang.org/x/crypto/internal/poly1305/sum_generic.go index c942a659..e041da5e 100644 --- a/vendor/golang.org/x/crypto/internal/poly1305/sum_generic.go +++ b/vendor/golang.org/x/crypto/internal/poly1305/sum_generic.go @@ -136,7 +136,7 @@ func shiftRightBy2(a uint128) uint128 { // updateGeneric absorbs msg into the state.h accumulator. For each chunk m of // 128 bits of message, it computes // -// h₊ = (h + m) * r mod 2¹³⁰ - 5 +// h₊ = (h + m) * r mod 2¹³⁰ - 5 // // If the msg length is not a multiple of TagSize, it assumes the last // incomplete chunk is the final one. @@ -278,8 +278,7 @@ const ( // finalize completes the modular reduction of h and computes // -// out = h + s mod 2¹²⁸ -// +// out = h + s mod 2¹²⁸ func finalize(out *[TagSize]byte, h *[3]uint64, s *[2]uint64) { h0, h1, h2 := h[0], h[1], h[2] diff --git a/vendor/golang.org/x/crypto/internal/poly1305/sum_s390x.go b/vendor/golang.org/x/crypto/internal/poly1305/sum_s390x.go index 62cc9f84..ec959668 100644 --- a/vendor/golang.org/x/crypto/internal/poly1305/sum_s390x.go +++ b/vendor/golang.org/x/crypto/internal/poly1305/sum_s390x.go @@ -14,6 +14,7 @@ import ( // updateVX is an assembly implementation of Poly1305 that uses vector // instructions. It must only be called if the vector facility (vx) is // available. +// //go:noescape func updateVX(state *macState, msg []byte) diff --git a/vendor/golang.org/x/crypto/pbkdf2/pbkdf2.go b/vendor/golang.org/x/crypto/pbkdf2/pbkdf2.go index 593f6530..904b57e0 100644 --- a/vendor/golang.org/x/crypto/pbkdf2/pbkdf2.go +++ b/vendor/golang.org/x/crypto/pbkdf2/pbkdf2.go @@ -32,7 +32,7 @@ import ( // can get a derived key for e.g. AES-256 (which needs a 32-byte key) by // doing: // -// dk := pbkdf2.Key([]byte("some password"), salt, 4096, 32, sha1.New) +// dk := pbkdf2.Key([]byte("some password"), salt, 4096, 32, sha1.New) // // Remember to get a good random salt. At least 8 bytes is recommended by the // RFC. diff --git a/vendor/golang.org/x/crypto/scrypt/scrypt.go b/vendor/golang.org/x/crypto/scrypt/scrypt.go index bbe4494c..c971a99f 100644 --- a/vendor/golang.org/x/crypto/scrypt/scrypt.go +++ b/vendor/golang.org/x/crypto/scrypt/scrypt.go @@ -186,7 +186,7 @@ func smix(b []byte, r, N int, v, xy []uint32) { // For example, you can get a derived key for e.g. AES-256 (which needs a // 32-byte key) by doing: // -// dk, err := scrypt.Key([]byte("some password"), salt, 32768, 8, 1, 32) +// dk, err := scrypt.Key([]byte("some password"), salt, 32768, 8, 1, 32) // // The recommended parameters for interactive logins as of 2017 are N=32768, r=8 // and p=1. The parameters N, r, and p should be increased as memory latency and diff --git a/vendor/golang.org/x/crypto/ssh/certs.go b/vendor/golang.org/x/crypto/ssh/certs.go index 916c840b..a69e2249 100644 --- a/vendor/golang.org/x/crypto/ssh/certs.go +++ b/vendor/golang.org/x/crypto/ssh/certs.go @@ -14,8 +14,10 @@ import ( "time" ) -// These constants from [PROTOCOL.certkeys] represent the algorithm names -// for certificate types supported by this package. +// Certificate algorithm names from [PROTOCOL.certkeys]. These values can appear +// in Certificate.Type, PublicKey.Type, and ClientConfig.HostKeyAlgorithms. +// Unlike key algorithm names, these are not passed to AlgorithmSigner and don't +// appear in the Signature.Format field. const ( CertAlgoRSAv01 = "ssh-rsa-cert-v01@openssh.com" CertAlgoDSAv01 = "ssh-dss-cert-v01@openssh.com" @@ -25,6 +27,21 @@ const ( CertAlgoSKECDSA256v01 = "sk-ecdsa-sha2-nistp256-cert-v01@openssh.com" CertAlgoED25519v01 = "ssh-ed25519-cert-v01@openssh.com" CertAlgoSKED25519v01 = "sk-ssh-ed25519-cert-v01@openssh.com" + + // CertAlgoRSASHA256v01 and CertAlgoRSASHA512v01 can't appear as a + // Certificate.Type (or PublicKey.Type), but only in + // ClientConfig.HostKeyAlgorithms. + CertAlgoRSASHA256v01 = "rsa-sha2-256-cert-v01@openssh.com" + CertAlgoRSASHA512v01 = "rsa-sha2-512-cert-v01@openssh.com" +) + +const ( + // Deprecated: use CertAlgoRSAv01. + CertSigAlgoRSAv01 = CertAlgoRSAv01 + // Deprecated: use CertAlgoRSASHA256v01. + CertSigAlgoRSASHA2256v01 = CertAlgoRSASHA256v01 + // Deprecated: use CertAlgoRSASHA512v01. + CertSigAlgoRSASHA2512v01 = CertAlgoRSASHA512v01 ) // Certificate types distinguish between host and user @@ -423,6 +440,16 @@ func (c *Certificate) SignCert(rand io.Reader, authority Signer) error { } c.SignatureKey = authority.PublicKey() + // Default to KeyAlgoRSASHA512 for ssh-rsa signers. + if v, ok := authority.(AlgorithmSigner); ok && v.PublicKey().Type() == KeyAlgoRSA { + sig, err := v.SignWithAlgorithm(rand, c.bytesForSigning(), KeyAlgoRSASHA512) + if err != nil { + return err + } + c.Signature = sig + return nil + } + sig, err := authority.Sign(rand, c.bytesForSigning()) if err != nil { return err @@ -431,26 +458,40 @@ func (c *Certificate) SignCert(rand io.Reader, authority Signer) error { return nil } -var certAlgoNames = map[string]string{ - KeyAlgoRSA: CertAlgoRSAv01, - KeyAlgoDSA: CertAlgoDSAv01, - KeyAlgoECDSA256: CertAlgoECDSA256v01, - KeyAlgoECDSA384: CertAlgoECDSA384v01, - KeyAlgoECDSA521: CertAlgoECDSA521v01, - KeyAlgoSKECDSA256: CertAlgoSKECDSA256v01, - KeyAlgoED25519: CertAlgoED25519v01, - KeyAlgoSKED25519: CertAlgoSKED25519v01, +// certKeyAlgoNames is a mapping from known certificate algorithm names to the +// corresponding public key signature algorithm. +var certKeyAlgoNames = map[string]string{ + CertAlgoRSAv01: KeyAlgoRSA, + CertAlgoRSASHA256v01: KeyAlgoRSASHA256, + CertAlgoRSASHA512v01: KeyAlgoRSASHA512, + CertAlgoDSAv01: KeyAlgoDSA, + CertAlgoECDSA256v01: KeyAlgoECDSA256, + CertAlgoECDSA384v01: KeyAlgoECDSA384, + CertAlgoECDSA521v01: KeyAlgoECDSA521, + CertAlgoSKECDSA256v01: KeyAlgoSKECDSA256, + CertAlgoED25519v01: KeyAlgoED25519, + CertAlgoSKED25519v01: KeyAlgoSKED25519, +} + +// underlyingAlgo returns the signature algorithm associated with algo (which is +// an advertised or negotiated public key or host key algorithm). These are +// usually the same, except for certificate algorithms. +func underlyingAlgo(algo string) string { + if a, ok := certKeyAlgoNames[algo]; ok { + return a + } + return algo } -// certToPrivAlgo returns the underlying algorithm for a certificate algorithm. -// Panics if a non-certificate algorithm is passed. -func certToPrivAlgo(algo string) string { - for privAlgo, pubAlgo := range certAlgoNames { - if pubAlgo == algo { - return privAlgo +// certificateAlgo returns the certificate algorithms that uses the provided +// underlying signature algorithm. +func certificateAlgo(algo string) (certAlgo string, ok bool) { + for certName, algoName := range certKeyAlgoNames { + if algoName == algo { + return certName, true } } - panic("unknown cert algorithm") + return "", false } func (cert *Certificate) bytesForSigning() []byte { @@ -494,13 +535,13 @@ func (c *Certificate) Marshal() []byte { return result } -// Type returns the key name. It is part of the PublicKey interface. +// Type returns the certificate algorithm name. It is part of the PublicKey interface. func (c *Certificate) Type() string { - algo, ok := certAlgoNames[c.Key.Type()] + certName, ok := certificateAlgo(c.Key.Type()) if !ok { - panic("unknown cert key type " + c.Key.Type()) + panic("unknown certificate type for key type " + c.Key.Type()) } - return algo + return certName } // Verify verifies a signature against the certificate's public diff --git a/vendor/golang.org/x/crypto/ssh/cipher.go b/vendor/golang.org/x/crypto/ssh/cipher.go index bddbde5d..770e8a66 100644 --- a/vendor/golang.org/x/crypto/ssh/cipher.go +++ b/vendor/golang.org/x/crypto/ssh/cipher.go @@ -394,6 +394,10 @@ func (c *gcmCipher) readCipherPacket(seqNum uint32, r io.Reader) ([]byte, error) } c.incIV() + if len(plain) == 0 { + return nil, errors.New("ssh: empty packet") + } + padding := plain[0] if padding < 4 { // padding is a byte, so it automatically satisfies @@ -636,7 +640,7 @@ const chacha20Poly1305ID = "chacha20-poly1305@openssh.com" // chacha20Poly1305Cipher implements the chacha20-poly1305@openssh.com // AEAD, which is described here: // -// https://tools.ietf.org/html/draft-josefsson-ssh-chacha20-poly1305-openssh-00 +// https://tools.ietf.org/html/draft-josefsson-ssh-chacha20-poly1305-openssh-00 // // the methods here also implement padding, which RFC4253 Section 6 // also requires of stream ciphers. @@ -710,6 +714,10 @@ func (c *chacha20Poly1305Cipher) readCipherPacket(seqNum uint32, r io.Reader) ([ plain := c.buf[4:contentEnd] s.XORKeyStream(plain, plain) + if len(plain) == 0 { + return nil, errors.New("ssh: empty packet") + } + padding := plain[0] if padding < 4 { // padding is a byte, so it automatically satisfies diff --git a/vendor/golang.org/x/crypto/ssh/client.go b/vendor/golang.org/x/crypto/ssh/client.go index 99f68bd3..bdc356cb 100644 --- a/vendor/golang.org/x/crypto/ssh/client.go +++ b/vendor/golang.org/x/crypto/ssh/client.go @@ -113,14 +113,18 @@ func (c *connection) clientHandshake(dialAddress string, config *ClientConfig) e return c.clientAuthenticate(config) } -// verifyHostKeySignature verifies the host key obtained in the key -// exchange. -func verifyHostKeySignature(hostKey PublicKey, result *kexResult) error { +// verifyHostKeySignature verifies the host key obtained in the key exchange. +// algo is the negotiated algorithm, and may be a certificate type. +func verifyHostKeySignature(hostKey PublicKey, algo string, result *kexResult) error { sig, rest, ok := parseSignatureBody(result.Signature) if len(rest) > 0 || !ok { return errors.New("ssh: signature parse error") } + if a := underlyingAlgo(algo); sig.Format != a { + return fmt.Errorf("ssh: invalid signature algorithm %q, expected %q", sig.Format, a) + } + return hostKey.Verify(result.H, sig) } @@ -224,11 +228,11 @@ type ClientConfig struct { // be used for the connection. If empty, a reasonable default is used. ClientVersion string - // HostKeyAlgorithms lists the key types that the client will - // accept from the server as host key, in order of + // HostKeyAlgorithms lists the public key algorithms that the client will + // accept from the server for host key authentication, in order of // preference. If empty, a reasonable default is used. Any - // string returned from PublicKey.Type method may be used, or - // any of the CertAlgoXxxx and KeyAlgoXxxx constants. + // string returned from a PublicKey.Type method may be used, or + // any of the CertAlgo and KeyAlgo constants. HostKeyAlgorithms []string // Timeout is the maximum amount of time for the TCP connection to establish. diff --git a/vendor/golang.org/x/crypto/ssh/client_auth.go b/vendor/golang.org/x/crypto/ssh/client_auth.go index c611aeb6..409b5ea1 100644 --- a/vendor/golang.org/x/crypto/ssh/client_auth.go +++ b/vendor/golang.org/x/crypto/ssh/client_auth.go @@ -9,6 +9,7 @@ import ( "errors" "fmt" "io" + "strings" ) type authResult int @@ -29,6 +30,33 @@ func (c *connection) clientAuthenticate(config *ClientConfig) error { if err != nil { return err } + // The server may choose to send a SSH_MSG_EXT_INFO at this point (if we + // advertised willingness to receive one, which we always do) or not. See + // RFC 8308, Section 2.4. + extensions := make(map[string][]byte) + if len(packet) > 0 && packet[0] == msgExtInfo { + var extInfo extInfoMsg + if err := Unmarshal(packet, &extInfo); err != nil { + return err + } + payload := extInfo.Payload + for i := uint32(0); i < extInfo.NumExtensions; i++ { + name, rest, ok := parseString(payload) + if !ok { + return parseError(msgExtInfo) + } + value, rest, ok := parseString(rest) + if !ok { + return parseError(msgExtInfo) + } + extensions[string(name)] = value + payload = rest + } + packet, err = c.transport.readPacket() + if err != nil { + return err + } + } var serviceAccept serviceAcceptMsg if err := Unmarshal(packet, &serviceAccept); err != nil { return err @@ -41,7 +69,7 @@ func (c *connection) clientAuthenticate(config *ClientConfig) error { sessionID := c.transport.getSessionID() for auth := AuthMethod(new(noneAuth)); auth != nil; { - ok, methods, err := auth.auth(sessionID, config.User, c.transport, config.Rand) + ok, methods, err := auth.auth(sessionID, config.User, c.transport, config.Rand, extensions) if err != nil { return err } @@ -93,7 +121,7 @@ type AuthMethod interface { // If authentication is not successful, a []string of alternative // method names is returned. If the slice is nil, it will be ignored // and the previous set of possible methods will be reused. - auth(session []byte, user string, p packetConn, rand io.Reader) (authResult, []string, error) + auth(session []byte, user string, p packetConn, rand io.Reader, extensions map[string][]byte) (authResult, []string, error) // method returns the RFC 4252 method name. method() string @@ -102,7 +130,7 @@ type AuthMethod interface { // "none" authentication, RFC 4252 section 5.2. type noneAuth int -func (n *noneAuth) auth(session []byte, user string, c packetConn, rand io.Reader) (authResult, []string, error) { +func (n *noneAuth) auth(session []byte, user string, c packetConn, rand io.Reader, _ map[string][]byte) (authResult, []string, error) { if err := c.writePacket(Marshal(&userAuthRequestMsg{ User: user, Service: serviceSSH, @@ -122,7 +150,7 @@ func (n *noneAuth) method() string { // a function call, e.g. by prompting the user. type passwordCallback func() (password string, err error) -func (cb passwordCallback) auth(session []byte, user string, c packetConn, rand io.Reader) (authResult, []string, error) { +func (cb passwordCallback) auth(session []byte, user string, c packetConn, rand io.Reader, _ map[string][]byte) (authResult, []string, error) { type passwordAuthMsg struct { User string `sshtype:"50"` Service string @@ -189,7 +217,46 @@ func (cb publicKeyCallback) method() string { return "publickey" } -func (cb publicKeyCallback) auth(session []byte, user string, c packetConn, rand io.Reader) (authResult, []string, error) { +func pickSignatureAlgorithm(signer Signer, extensions map[string][]byte) (as AlgorithmSigner, algo string) { + keyFormat := signer.PublicKey().Type() + + // Like in sendKexInit, if the public key implements AlgorithmSigner we + // assume it supports all algorithms, otherwise only the key format one. + as, ok := signer.(AlgorithmSigner) + if !ok { + return algorithmSignerWrapper{signer}, keyFormat + } + + extPayload, ok := extensions["server-sig-algs"] + if !ok { + // If there is no "server-sig-algs" extension, fall back to the key + // format algorithm. + return as, keyFormat + } + + // The server-sig-algs extension only carries underlying signature + // algorithm, but we are trying to select a protocol-level public key + // algorithm, which might be a certificate type. Extend the list of server + // supported algorithms to include the corresponding certificate algorithms. + serverAlgos := strings.Split(string(extPayload), ",") + for _, algo := range serverAlgos { + if certAlgo, ok := certificateAlgo(algo); ok { + serverAlgos = append(serverAlgos, certAlgo) + } + } + + keyAlgos := algorithmsForKeyFormat(keyFormat) + algo, err := findCommon("public key signature algorithm", keyAlgos, serverAlgos) + if err != nil { + // If there is no overlap, try the key anyway with the key format + // algorithm, to support servers that fail to list all supported + // algorithms. + return as, keyFormat + } + return as, algo +} + +func (cb publicKeyCallback) auth(session []byte, user string, c packetConn, rand io.Reader, extensions map[string][]byte) (authResult, []string, error) { // Authentication is performed by sending an enquiry to test if a key is // acceptable to the remote. If the key is acceptable, the client will // attempt to authenticate with the valid key. If not the client will repeat @@ -201,7 +268,10 @@ func (cb publicKeyCallback) auth(session []byte, user string, c packetConn, rand } var methods []string for _, signer := range signers { - ok, err := validateKey(signer.PublicKey(), user, c) + pub := signer.PublicKey() + as, algo := pickSignatureAlgorithm(signer, extensions) + + ok, err := validateKey(pub, algo, user, c) if err != nil { return authFailure, nil, err } @@ -209,13 +279,13 @@ func (cb publicKeyCallback) auth(session []byte, user string, c packetConn, rand continue } - pub := signer.PublicKey() pubKey := pub.Marshal() - sign, err := signer.Sign(rand, buildDataSignedForAuth(session, userAuthRequestMsg{ + data := buildDataSignedForAuth(session, userAuthRequestMsg{ User: user, Service: serviceSSH, Method: cb.method(), - }, []byte(pub.Type()), pubKey)) + }, algo, pubKey) + sign, err := as.SignWithAlgorithm(rand, data, underlyingAlgo(algo)) if err != nil { return authFailure, nil, err } @@ -229,7 +299,7 @@ func (cb publicKeyCallback) auth(session []byte, user string, c packetConn, rand Service: serviceSSH, Method: cb.method(), HasSig: true, - Algoname: pub.Type(), + Algoname: algo, PubKey: pubKey, Sig: sig, } @@ -266,26 +336,25 @@ func containsMethod(methods []string, method string) bool { } // validateKey validates the key provided is acceptable to the server. -func validateKey(key PublicKey, user string, c packetConn) (bool, error) { +func validateKey(key PublicKey, algo string, user string, c packetConn) (bool, error) { pubKey := key.Marshal() msg := publickeyAuthMsg{ User: user, Service: serviceSSH, Method: "publickey", HasSig: false, - Algoname: key.Type(), + Algoname: algo, PubKey: pubKey, } if err := c.writePacket(Marshal(&msg)); err != nil { return false, err } - return confirmKeyAck(key, c) + return confirmKeyAck(key, algo, c) } -func confirmKeyAck(key PublicKey, c packetConn) (bool, error) { +func confirmKeyAck(key PublicKey, algo string, c packetConn) (bool, error) { pubKey := key.Marshal() - algoname := key.Type() for { packet, err := c.readPacket() @@ -302,14 +371,14 @@ func confirmKeyAck(key PublicKey, c packetConn) (bool, error) { if err := Unmarshal(packet, &msg); err != nil { return false, err } - if msg.Algo != algoname || !bytes.Equal(msg.PubKey, pubKey) { + if msg.Algo != algo || !bytes.Equal(msg.PubKey, pubKey) { return false, nil } return true, nil case msgUserAuthFailure: return false, nil default: - return false, unexpectedMessageError(msgUserAuthSuccess, packet[0]) + return false, unexpectedMessageError(msgUserAuthPubKeyOk, packet[0]) } } } @@ -330,6 +399,7 @@ func PublicKeysCallback(getSigners func() (signers []Signer, err error)) AuthMet // along with a list of remaining authentication methods to try next and // an error if an unexpected response was received. func handleAuthResponse(c packetConn) (authResult, []string, error) { + gotMsgExtInfo := false for { packet, err := c.readPacket() if err != nil { @@ -341,6 +411,12 @@ func handleAuthResponse(c packetConn) (authResult, []string, error) { if err := handleBannerResponse(c, packet); err != nil { return authFailure, nil, err } + case msgExtInfo: + // Ignore post-authentication RFC 8308 extensions, once. + if gotMsgExtInfo { + return authFailure, nil, unexpectedMessageError(msgUserAuthSuccess, packet[0]) + } + gotMsgExtInfo = true case msgUserAuthFailure: var msg userAuthFailureMsg if err := Unmarshal(packet, &msg); err != nil { @@ -380,10 +456,10 @@ func handleBannerResponse(c packetConn, packet []byte) error { // disabling echoing (e.g. for passwords), and return all the answers. // Challenge may be called multiple times in a single session. After // successful authentication, the server may send a challenge with no -// questions, for which the user and instruction messages should be +// questions, for which the name and instruction messages should be // printed. RFC 4256 section 3.3 details how the UI should behave for // both CLI and GUI environments. -type KeyboardInteractiveChallenge func(user, instruction string, questions []string, echos []bool) (answers []string, err error) +type KeyboardInteractiveChallenge func(name, instruction string, questions []string, echos []bool) (answers []string, err error) // KeyboardInteractive returns an AuthMethod using a prompt/response // sequence controlled by the server. @@ -395,7 +471,7 @@ func (cb KeyboardInteractiveChallenge) method() string { return "keyboard-interactive" } -func (cb KeyboardInteractiveChallenge) auth(session []byte, user string, c packetConn, rand io.Reader) (authResult, []string, error) { +func (cb KeyboardInteractiveChallenge) auth(session []byte, user string, c packetConn, rand io.Reader, _ map[string][]byte) (authResult, []string, error) { type initiateMsg struct { User string `sshtype:"50"` Service string @@ -412,6 +488,7 @@ func (cb KeyboardInteractiveChallenge) auth(session []byte, user string, c packe return authFailure, nil, err } + gotMsgExtInfo := false for { packet, err := c.readPacket() if err != nil { @@ -425,6 +502,13 @@ func (cb KeyboardInteractiveChallenge) auth(session []byte, user string, c packe return authFailure, nil, err } continue + case msgExtInfo: + // Ignore post-authentication RFC 8308 extensions, once. + if gotMsgExtInfo { + return authFailure, nil, unexpectedMessageError(msgUserAuthInfoRequest, packet[0]) + } + gotMsgExtInfo = true + continue case msgUserAuthInfoRequest: // OK case msgUserAuthFailure: @@ -465,7 +549,7 @@ func (cb KeyboardInteractiveChallenge) auth(session []byte, user string, c packe return authFailure, nil, errors.New("ssh: extra data following keyboard-interactive pairs") } - answers, err := cb(msg.User, msg.Instruction, prompts, echos) + answers, err := cb(msg.Name, msg.Instruction, prompts, echos) if err != nil { return authFailure, nil, err } @@ -497,9 +581,9 @@ type retryableAuthMethod struct { maxTries int } -func (r *retryableAuthMethod) auth(session []byte, user string, c packetConn, rand io.Reader) (ok authResult, methods []string, err error) { +func (r *retryableAuthMethod) auth(session []byte, user string, c packetConn, rand io.Reader, extensions map[string][]byte) (ok authResult, methods []string, err error) { for i := 0; r.maxTries <= 0 || i < r.maxTries; i++ { - ok, methods, err = r.authMethod.auth(session, user, c, rand) + ok, methods, err = r.authMethod.auth(session, user, c, rand, extensions) if ok != authFailure || err != nil { // either success, partial success or error terminate return ok, methods, err } @@ -542,7 +626,7 @@ type gssAPIWithMICCallback struct { target string } -func (g *gssAPIWithMICCallback) auth(session []byte, user string, c packetConn, rand io.Reader) (authResult, []string, error) { +func (g *gssAPIWithMICCallback) auth(session []byte, user string, c packetConn, rand io.Reader, _ map[string][]byte) (authResult, []string, error) { m := &userAuthRequestMsg{ User: user, Service: serviceSSH, diff --git a/vendor/golang.org/x/crypto/ssh/common.go b/vendor/golang.org/x/crypto/ssh/common.go index 290382d0..2a47a61d 100644 --- a/vendor/golang.org/x/crypto/ssh/common.go +++ b/vendor/golang.org/x/crypto/ssh/common.go @@ -44,11 +44,11 @@ var preferredCiphers = []string{ // supportedKexAlgos specifies the supported key-exchange algorithms in // preference order. var supportedKexAlgos = []string{ - kexAlgoCurve25519SHA256, + kexAlgoCurve25519SHA256, kexAlgoCurve25519SHA256LibSSH, // P384 and P521 are not constant-time yet, but since we don't // reuse ephemeral keys, using them for ECDH should be OK. kexAlgoECDH256, kexAlgoECDH384, kexAlgoECDH521, - kexAlgoDH14SHA1, kexAlgoDH1SHA1, + kexAlgoDH14SHA256, kexAlgoDH14SHA1, kexAlgoDH1SHA1, } // serverForbiddenKexAlgos contains key exchange algorithms, that are forbidden @@ -61,18 +61,20 @@ var serverForbiddenKexAlgos = map[string]struct{}{ // preferredKexAlgos specifies the default preference for key-exchange algorithms // in preference order. var preferredKexAlgos = []string{ - kexAlgoCurve25519SHA256, + kexAlgoCurve25519SHA256, kexAlgoCurve25519SHA256LibSSH, kexAlgoECDH256, kexAlgoECDH384, kexAlgoECDH521, - kexAlgoDH14SHA1, + kexAlgoDH14SHA256, kexAlgoDH14SHA1, } // supportedHostKeyAlgos specifies the supported host-key algorithms (i.e. methods // of authenticating servers) in preference order. var supportedHostKeyAlgos = []string{ + CertAlgoRSASHA512v01, CertAlgoRSASHA256v01, CertAlgoRSAv01, CertAlgoDSAv01, CertAlgoECDSA256v01, CertAlgoECDSA384v01, CertAlgoECDSA521v01, CertAlgoED25519v01, KeyAlgoECDSA256, KeyAlgoECDSA384, KeyAlgoECDSA521, + KeyAlgoRSASHA512, KeyAlgoRSASHA256, KeyAlgoRSA, KeyAlgoDSA, KeyAlgoED25519, @@ -87,19 +89,33 @@ var supportedMACs = []string{ var supportedCompressions = []string{compressionNone} -// hashFuncs keeps the mapping of supported algorithms to their respective -// hashes needed for signature verification. +// hashFuncs keeps the mapping of supported signature algorithms to their +// respective hashes needed for signing and verification. var hashFuncs = map[string]crypto.Hash{ - KeyAlgoRSA: crypto.SHA1, - KeyAlgoDSA: crypto.SHA1, - KeyAlgoECDSA256: crypto.SHA256, - KeyAlgoECDSA384: crypto.SHA384, - KeyAlgoECDSA521: crypto.SHA512, - CertAlgoRSAv01: crypto.SHA1, - CertAlgoDSAv01: crypto.SHA1, - CertAlgoECDSA256v01: crypto.SHA256, - CertAlgoECDSA384v01: crypto.SHA384, - CertAlgoECDSA521v01: crypto.SHA512, + KeyAlgoRSA: crypto.SHA1, + KeyAlgoRSASHA256: crypto.SHA256, + KeyAlgoRSASHA512: crypto.SHA512, + KeyAlgoDSA: crypto.SHA1, + KeyAlgoECDSA256: crypto.SHA256, + KeyAlgoECDSA384: crypto.SHA384, + KeyAlgoECDSA521: crypto.SHA512, + // KeyAlgoED25519 doesn't pre-hash. + KeyAlgoSKECDSA256: crypto.SHA256, + KeyAlgoSKED25519: crypto.SHA256, +} + +// algorithmsForKeyFormat returns the supported signature algorithms for a given +// public key format (PublicKey.Type), in order of preference. See RFC 8332, +// Section 2. See also the note in sendKexInit on backwards compatibility. +func algorithmsForKeyFormat(keyFormat string) []string { + switch keyFormat { + case KeyAlgoRSA: + return []string{KeyAlgoRSASHA256, KeyAlgoRSASHA512, KeyAlgoRSA} + case CertAlgoRSAv01: + return []string{CertAlgoRSASHA256v01, CertAlgoRSASHA512v01, CertAlgoRSAv01} + default: + return []string{keyFormat} + } } // unexpectedMessageError results when the SSH message that we received didn't @@ -146,6 +162,11 @@ func (a *directionAlgorithms) rekeyBytes() int64 { return 1 << 30 } +var aeadCiphers = map[string]bool{ + gcmCipherID: true, + chacha20Poly1305ID: true, +} + type algorithms struct { kex string hostKey string @@ -181,14 +202,18 @@ func findAgreedAlgorithms(isClient bool, clientKexInit, serverKexInit *kexInitMs return } - ctos.MAC, err = findCommon("client to server MAC", clientKexInit.MACsClientServer, serverKexInit.MACsClientServer) - if err != nil { - return + if !aeadCiphers[ctos.Cipher] { + ctos.MAC, err = findCommon("client to server MAC", clientKexInit.MACsClientServer, serverKexInit.MACsClientServer) + if err != nil { + return + } } - stoc.MAC, err = findCommon("server to client MAC", clientKexInit.MACsServerClient, serverKexInit.MACsServerClient) - if err != nil { - return + if !aeadCiphers[stoc.Cipher] { + stoc.MAC, err = findCommon("server to client MAC", clientKexInit.MACsServerClient, serverKexInit.MACsServerClient) + if err != nil { + return + } } ctos.Compression, err = findCommon("client to server compression", clientKexInit.CompressionClientServer, serverKexInit.CompressionClientServer) @@ -272,8 +297,9 @@ func (c *Config) SetDefaults() { } // buildDataSignedForAuth returns the data that is signed in order to prove -// possession of a private key. See RFC 4252, section 7. -func buildDataSignedForAuth(sessionID []byte, req userAuthRequestMsg, algo, pubKey []byte) []byte { +// possession of a private key. See RFC 4252, section 7. algo is the advertised +// algorithm, and may be a certificate type. +func buildDataSignedForAuth(sessionID []byte, req userAuthRequestMsg, algo string, pubKey []byte) []byte { data := struct { Session []byte Type byte @@ -281,7 +307,7 @@ func buildDataSignedForAuth(sessionID []byte, req userAuthRequestMsg, algo, pubK Service string Method string Sign bool - Algo []byte + Algo string PubKey []byte }{ sessionID, diff --git a/vendor/golang.org/x/crypto/ssh/doc.go b/vendor/golang.org/x/crypto/ssh/doc.go index 67b7322c..f6bff60d 100644 --- a/vendor/golang.org/x/crypto/ssh/doc.go +++ b/vendor/golang.org/x/crypto/ssh/doc.go @@ -12,8 +12,9 @@ the multiplexed nature of SSH is exposed to users that wish to support others. References: - [PROTOCOL.certkeys]: http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/PROTOCOL.certkeys?rev=HEAD - [SSH-PARAMETERS]: http://www.iana.org/assignments/ssh-parameters/ssh-parameters.xml#ssh-parameters-1 + + [PROTOCOL.certkeys]: http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/PROTOCOL.certkeys?rev=HEAD + [SSH-PARAMETERS]: http://www.iana.org/assignments/ssh-parameters/ssh-parameters.xml#ssh-parameters-1 This package does not fall under the stability promise of the Go language itself, so its API may be changed when pressing needs arise. diff --git a/vendor/golang.org/x/crypto/ssh/handshake.go b/vendor/golang.org/x/crypto/ssh/handshake.go index 2b10b05a..653dc4d2 100644 --- a/vendor/golang.org/x/crypto/ssh/handshake.go +++ b/vendor/golang.org/x/crypto/ssh/handshake.go @@ -455,14 +455,38 @@ func (t *handshakeTransport) sendKexInit() error { } io.ReadFull(rand.Reader, msg.Cookie[:]) - if len(t.hostKeys) > 0 { + isServer := len(t.hostKeys) > 0 + if isServer { for _, k := range t.hostKeys { - msg.ServerHostKeyAlgos = append( - msg.ServerHostKeyAlgos, k.PublicKey().Type()) + // If k is an AlgorithmSigner, presume it supports all signature algorithms + // associated with the key format. (Ideally AlgorithmSigner would have a + // method to advertise supported algorithms, but it doesn't. This means that + // adding support for a new algorithm is a breaking change, as we will + // immediately negotiate it even if existing implementations don't support + // it. If that ever happens, we'll have to figure something out.) + // If k is not an AlgorithmSigner, we can only assume it only supports the + // algorithms that matches the key format. (This means that Sign can't pick + // a different default.) + keyFormat := k.PublicKey().Type() + if _, ok := k.(AlgorithmSigner); ok { + msg.ServerHostKeyAlgos = append(msg.ServerHostKeyAlgos, algorithmsForKeyFormat(keyFormat)...) + } else { + msg.ServerHostKeyAlgos = append(msg.ServerHostKeyAlgos, keyFormat) + } } } else { msg.ServerHostKeyAlgos = t.hostKeyAlgorithms + + // As a client we opt in to receiving SSH_MSG_EXT_INFO so we know what + // algorithms the server supports for public key authentication. See RFC + // 8308, Section 2.1. + if firstKeyExchange := t.sessionID == nil; firstKeyExchange { + msg.KexAlgos = make([]string, 0, len(t.config.KeyExchanges)+1) + msg.KexAlgos = append(msg.KexAlgos, t.config.KeyExchanges...) + msg.KexAlgos = append(msg.KexAlgos, "ext-info-c") + } } + packet := Marshal(msg) // writePacket destroys the contents, so save a copy. @@ -582,9 +606,9 @@ func (t *handshakeTransport) enterKeyExchange(otherInitPacket []byte) error { var result *kexResult if len(t.hostKeys) > 0 { - result, err = t.server(kex, t.algorithms, &magics) + result, err = t.server(kex, &magics) } else { - result, err = t.client(kex, t.algorithms, &magics) + result, err = t.client(kex, &magics) } if err != nil { @@ -611,19 +635,52 @@ func (t *handshakeTransport) enterKeyExchange(otherInitPacket []byte) error { return nil } -func (t *handshakeTransport) server(kex kexAlgorithm, algs *algorithms, magics *handshakeMagics) (*kexResult, error) { - var hostKey Signer - for _, k := range t.hostKeys { - if algs.hostKey == k.PublicKey().Type() { - hostKey = k +// algorithmSignerWrapper is an AlgorithmSigner that only supports the default +// key format algorithm. +// +// This is technically a violation of the AlgorithmSigner interface, but it +// should be unreachable given where we use this. Anyway, at least it returns an +// error instead of panicing or producing an incorrect signature. +type algorithmSignerWrapper struct { + Signer +} + +func (a algorithmSignerWrapper) SignWithAlgorithm(rand io.Reader, data []byte, algorithm string) (*Signature, error) { + if algorithm != underlyingAlgo(a.PublicKey().Type()) { + return nil, errors.New("ssh: internal error: algorithmSignerWrapper invoked with non-default algorithm") + } + return a.Sign(rand, data) +} + +func pickHostKey(hostKeys []Signer, algo string) AlgorithmSigner { + for _, k := range hostKeys { + if algo == k.PublicKey().Type() { + return algorithmSignerWrapper{k} + } + k, ok := k.(AlgorithmSigner) + if !ok { + continue + } + for _, a := range algorithmsForKeyFormat(k.PublicKey().Type()) { + if algo == a { + return k + } } } + return nil +} + +func (t *handshakeTransport) server(kex kexAlgorithm, magics *handshakeMagics) (*kexResult, error) { + hostKey := pickHostKey(t.hostKeys, t.algorithms.hostKey) + if hostKey == nil { + return nil, errors.New("ssh: internal error: negotiated unsupported signature type") + } - r, err := kex.Server(t.conn, t.config.Rand, magics, hostKey) + r, err := kex.Server(t.conn, t.config.Rand, magics, hostKey, t.algorithms.hostKey) return r, err } -func (t *handshakeTransport) client(kex kexAlgorithm, algs *algorithms, magics *handshakeMagics) (*kexResult, error) { +func (t *handshakeTransport) client(kex kexAlgorithm, magics *handshakeMagics) (*kexResult, error) { result, err := kex.Client(t.conn, t.config.Rand, magics) if err != nil { return nil, err @@ -634,7 +691,7 @@ func (t *handshakeTransport) client(kex kexAlgorithm, algs *algorithms, magics * return nil, err } - if err := verifyHostKeySignature(hostKey, result); err != nil { + if err := verifyHostKeySignature(hostKey, t.algorithms.hostKey, result); err != nil { return nil, err } diff --git a/vendor/golang.org/x/crypto/ssh/kex.go b/vendor/golang.org/x/crypto/ssh/kex.go index 766e9293..927a90cd 100644 --- a/vendor/golang.org/x/crypto/ssh/kex.go +++ b/vendor/golang.org/x/crypto/ssh/kex.go @@ -20,12 +20,14 @@ import ( ) const ( - kexAlgoDH1SHA1 = "diffie-hellman-group1-sha1" - kexAlgoDH14SHA1 = "diffie-hellman-group14-sha1" - kexAlgoECDH256 = "ecdh-sha2-nistp256" - kexAlgoECDH384 = "ecdh-sha2-nistp384" - kexAlgoECDH521 = "ecdh-sha2-nistp521" - kexAlgoCurve25519SHA256 = "curve25519-sha256@libssh.org" + kexAlgoDH1SHA1 = "diffie-hellman-group1-sha1" + kexAlgoDH14SHA1 = "diffie-hellman-group14-sha1" + kexAlgoDH14SHA256 = "diffie-hellman-group14-sha256" + kexAlgoECDH256 = "ecdh-sha2-nistp256" + kexAlgoECDH384 = "ecdh-sha2-nistp384" + kexAlgoECDH521 = "ecdh-sha2-nistp521" + kexAlgoCurve25519SHA256LibSSH = "curve25519-sha256@libssh.org" + kexAlgoCurve25519SHA256 = "curve25519-sha256" // For the following kex only the client half contains a production // ready implementation. The server half only consists of a minimal @@ -75,8 +77,9 @@ func (m *handshakeMagics) write(w io.Writer) { // kexAlgorithm abstracts different key exchange algorithms. type kexAlgorithm interface { // Server runs server-side key agreement, signing the result - // with a hostkey. - Server(p packetConn, rand io.Reader, magics *handshakeMagics, s Signer) (*kexResult, error) + // with a hostkey. algo is the negotiated algorithm, and may + // be a certificate type. + Server(p packetConn, rand io.Reader, magics *handshakeMagics, s AlgorithmSigner, algo string) (*kexResult, error) // Client runs the client-side key agreement. Caller is // responsible for verifying the host key signature. @@ -86,6 +89,7 @@ type kexAlgorithm interface { // dhGroup is a multiplicative group suitable for implementing Diffie-Hellman key agreement. type dhGroup struct { g, p, pMinus1 *big.Int + hashFunc crypto.Hash } func (group *dhGroup) diffieHellman(theirPublic, myPrivate *big.Int) (*big.Int, error) { @@ -96,8 +100,6 @@ func (group *dhGroup) diffieHellman(theirPublic, myPrivate *big.Int) (*big.Int, } func (group *dhGroup) Client(c packetConn, randSource io.Reader, magics *handshakeMagics) (*kexResult, error) { - hashFunc := crypto.SHA1 - var x *big.Int for { var err error @@ -132,7 +134,7 @@ func (group *dhGroup) Client(c packetConn, randSource io.Reader, magics *handsha return nil, err } - h := hashFunc.New() + h := group.hashFunc.New() magics.write(h) writeString(h, kexDHReply.HostKey) writeInt(h, X) @@ -146,12 +148,11 @@ func (group *dhGroup) Client(c packetConn, randSource io.Reader, magics *handsha K: K, HostKey: kexDHReply.HostKey, Signature: kexDHReply.Signature, - Hash: crypto.SHA1, + Hash: group.hashFunc, }, nil } -func (group *dhGroup) Server(c packetConn, randSource io.Reader, magics *handshakeMagics, priv Signer) (result *kexResult, err error) { - hashFunc := crypto.SHA1 +func (group *dhGroup) Server(c packetConn, randSource io.Reader, magics *handshakeMagics, priv AlgorithmSigner, algo string) (result *kexResult, err error) { packet, err := c.readPacket() if err != nil { return @@ -179,7 +180,7 @@ func (group *dhGroup) Server(c packetConn, randSource io.Reader, magics *handsha hostKeyBytes := priv.PublicKey().Marshal() - h := hashFunc.New() + h := group.hashFunc.New() magics.write(h) writeString(h, hostKeyBytes) writeInt(h, kexDHInit.X) @@ -193,7 +194,7 @@ func (group *dhGroup) Server(c packetConn, randSource io.Reader, magics *handsha // H is already a hash, but the hostkey signing will apply its // own key-specific hash algorithm. - sig, err := signAndMarshal(priv, randSource, H) + sig, err := signAndMarshal(priv, randSource, H, algo) if err != nil { return nil, err } @@ -211,7 +212,7 @@ func (group *dhGroup) Server(c packetConn, randSource io.Reader, magics *handsha K: K, HostKey: hostKeyBytes, Signature: sig, - Hash: crypto.SHA1, + Hash: group.hashFunc, }, err } @@ -314,7 +315,7 @@ func validateECPublicKey(curve elliptic.Curve, x, y *big.Int) bool { return true } -func (kex *ecdh) Server(c packetConn, rand io.Reader, magics *handshakeMagics, priv Signer) (result *kexResult, err error) { +func (kex *ecdh) Server(c packetConn, rand io.Reader, magics *handshakeMagics, priv AlgorithmSigner, algo string) (result *kexResult, err error) { packet, err := c.readPacket() if err != nil { return nil, err @@ -359,7 +360,7 @@ func (kex *ecdh) Server(c packetConn, rand io.Reader, magics *handshakeMagics, p // H is already a hash, but the hostkey signing will apply its // own key-specific hash algorithm. - sig, err := signAndMarshal(priv, rand, H) + sig, err := signAndMarshal(priv, rand, H, algo) if err != nil { return nil, err } @@ -384,39 +385,62 @@ func (kex *ecdh) Server(c packetConn, rand io.Reader, magics *handshakeMagics, p }, nil } +// ecHash returns the hash to match the given elliptic curve, see RFC +// 5656, section 6.2.1 +func ecHash(curve elliptic.Curve) crypto.Hash { + bitSize := curve.Params().BitSize + switch { + case bitSize <= 256: + return crypto.SHA256 + case bitSize <= 384: + return crypto.SHA384 + } + return crypto.SHA512 +} + var kexAlgoMap = map[string]kexAlgorithm{} func init() { - // This is the group called diffie-hellman-group1-sha1 in RFC - // 4253 and Oakley Group 2 in RFC 2409. + // This is the group called diffie-hellman-group1-sha1 in + // RFC 4253 and Oakley Group 2 in RFC 2409. p, _ := new(big.Int).SetString("FFFFFFFFFFFFFFFFC90FDAA22168C234C4C6628B80DC1CD129024E088A67CC74020BBEA63B139B22514A08798E3404DDEF9519B3CD3A431B302B0A6DF25F14374FE1356D6D51C245E485B576625E7EC6F44C42E9A637ED6B0BFF5CB6F406B7EDEE386BFB5A899FA5AE9F24117C4B1FE649286651ECE65381FFFFFFFFFFFFFFFF", 16) kexAlgoMap[kexAlgoDH1SHA1] = &dhGroup{ - g: new(big.Int).SetInt64(2), - p: p, - pMinus1: new(big.Int).Sub(p, bigOne), + g: new(big.Int).SetInt64(2), + p: p, + pMinus1: new(big.Int).Sub(p, bigOne), + hashFunc: crypto.SHA1, } - // This is the group called diffie-hellman-group14-sha1 in RFC - // 4253 and Oakley Group 14 in RFC 3526. + // This are the groups called diffie-hellman-group14-sha1 and + // diffie-hellman-group14-sha256 in RFC 4253 and RFC 8268, + // and Oakley Group 14 in RFC 3526. p, _ = new(big.Int).SetString("FFFFFFFFFFFFFFFFC90FDAA22168C234C4C6628B80DC1CD129024E088A67CC74020BBEA63B139B22514A08798E3404DDEF9519B3CD3A431B302B0A6DF25F14374FE1356D6D51C245E485B576625E7EC6F44C42E9A637ED6B0BFF5CB6F406B7EDEE386BFB5A899FA5AE9F24117C4B1FE649286651ECE45B3DC2007CB8A163BF0598DA48361C55D39A69163FA8FD24CF5F83655D23DCA3AD961C62F356208552BB9ED529077096966D670C354E4ABC9804F1746C08CA18217C32905E462E36CE3BE39E772C180E86039B2783A2EC07A28FB5C55DF06F4C52C9DE2BCBF6955817183995497CEA956AE515D2261898FA051015728E5A8AACAA68FFFFFFFFFFFFFFFF", 16) - - kexAlgoMap[kexAlgoDH14SHA1] = &dhGroup{ + group14 := &dhGroup{ g: new(big.Int).SetInt64(2), p: p, pMinus1: new(big.Int).Sub(p, bigOne), } + kexAlgoMap[kexAlgoDH14SHA1] = &dhGroup{ + g: group14.g, p: group14.p, pMinus1: group14.pMinus1, + hashFunc: crypto.SHA1, + } + kexAlgoMap[kexAlgoDH14SHA256] = &dhGroup{ + g: group14.g, p: group14.p, pMinus1: group14.pMinus1, + hashFunc: crypto.SHA256, + } + kexAlgoMap[kexAlgoECDH521] = &ecdh{elliptic.P521()} kexAlgoMap[kexAlgoECDH384] = &ecdh{elliptic.P384()} kexAlgoMap[kexAlgoECDH256] = &ecdh{elliptic.P256()} kexAlgoMap[kexAlgoCurve25519SHA256] = &curve25519sha256{} + kexAlgoMap[kexAlgoCurve25519SHA256LibSSH] = &curve25519sha256{} kexAlgoMap[kexAlgoDHGEXSHA1] = &dhGEXSHA{hashFunc: crypto.SHA1} kexAlgoMap[kexAlgoDHGEXSHA256] = &dhGEXSHA{hashFunc: crypto.SHA256} } -// curve25519sha256 implements the curve25519-sha256@libssh.org key -// agreement protocol, as described in -// https://git.libssh.org/projects/libssh.git/tree/doc/curve25519-sha256@libssh.org.txt +// curve25519sha256 implements the curve25519-sha256 (formerly known as +// curve25519-sha256@libssh.org) key exchange method, as described in RFC 8731. type curve25519sha256 struct{} type curve25519KeyPair struct { @@ -486,7 +510,7 @@ func (kex *curve25519sha256) Client(c packetConn, rand io.Reader, magics *handsh }, nil } -func (kex *curve25519sha256) Server(c packetConn, rand io.Reader, magics *handshakeMagics, priv Signer) (result *kexResult, err error) { +func (kex *curve25519sha256) Server(c packetConn, rand io.Reader, magics *handshakeMagics, priv AlgorithmSigner, algo string) (result *kexResult, err error) { packet, err := c.readPacket() if err != nil { return @@ -527,7 +551,7 @@ func (kex *curve25519sha256) Server(c packetConn, rand io.Reader, magics *handsh H := h.Sum(nil) - sig, err := signAndMarshal(priv, rand, H) + sig, err := signAndMarshal(priv, rand, H, algo) if err != nil { return nil, err } @@ -553,7 +577,6 @@ func (kex *curve25519sha256) Server(c packetConn, rand io.Reader, magics *handsh // diffie-hellman-group-exchange-sha256 key agreement protocols, // as described in RFC 4419 type dhGEXSHA struct { - g, p *big.Int hashFunc crypto.Hash } @@ -563,14 +586,7 @@ const ( dhGroupExchangeMaximumBits = 8192 ) -func (gex *dhGEXSHA) diffieHellman(theirPublic, myPrivate *big.Int) (*big.Int, error) { - if theirPublic.Sign() <= 0 || theirPublic.Cmp(gex.p) >= 0 { - return nil, fmt.Errorf("ssh: DH parameter out of bounds") - } - return new(big.Int).Exp(theirPublic, myPrivate, gex.p), nil -} - -func (gex dhGEXSHA) Client(c packetConn, randSource io.Reader, magics *handshakeMagics) (*kexResult, error) { +func (gex *dhGEXSHA) Client(c packetConn, randSource io.Reader, magics *handshakeMagics) (*kexResult, error) { // Send GexRequest kexDHGexRequest := kexDHGexRequestMsg{ MinBits: dhGroupExchangeMinimumBits, @@ -587,35 +603,29 @@ func (gex dhGEXSHA) Client(c packetConn, randSource io.Reader, magics *handshake return nil, err } - var kexDHGexGroup kexDHGexGroupMsg - if err = Unmarshal(packet, &kexDHGexGroup); err != nil { + var msg kexDHGexGroupMsg + if err = Unmarshal(packet, &msg); err != nil { return nil, err } // reject if p's bit length < dhGroupExchangeMinimumBits or > dhGroupExchangeMaximumBits - if kexDHGexGroup.P.BitLen() < dhGroupExchangeMinimumBits || kexDHGexGroup.P.BitLen() > dhGroupExchangeMaximumBits { - return nil, fmt.Errorf("ssh: server-generated gex p is out of range (%d bits)", kexDHGexGroup.P.BitLen()) + if msg.P.BitLen() < dhGroupExchangeMinimumBits || msg.P.BitLen() > dhGroupExchangeMaximumBits { + return nil, fmt.Errorf("ssh: server-generated gex p is out of range (%d bits)", msg.P.BitLen()) } - gex.p = kexDHGexGroup.P - gex.g = kexDHGexGroup.G - - // Check if g is safe by verifing that g > 1 and g < p - 1 - one := big.NewInt(1) - var pMinusOne = &big.Int{} - pMinusOne.Sub(gex.p, one) - if gex.g.Cmp(one) != 1 && gex.g.Cmp(pMinusOne) != -1 { + // Check if g is safe by verifying that 1 < g < p-1 + pMinusOne := new(big.Int).Sub(msg.P, bigOne) + if msg.G.Cmp(bigOne) <= 0 || msg.G.Cmp(pMinusOne) >= 0 { return nil, fmt.Errorf("ssh: server provided gex g is not safe") } // Send GexInit - var pHalf = &big.Int{} - pHalf.Rsh(gex.p, 1) + pHalf := new(big.Int).Rsh(msg.P, 1) x, err := rand.Int(randSource, pHalf) if err != nil { return nil, err } - X := new(big.Int).Exp(gex.g, x, gex.p) + X := new(big.Int).Exp(msg.G, x, msg.P) kexDHGexInit := kexDHGexInitMsg{ X: X, } @@ -634,13 +644,13 @@ func (gex dhGEXSHA) Client(c packetConn, randSource io.Reader, magics *handshake return nil, err } - kInt, err := gex.diffieHellman(kexDHGexReply.Y, x) - if err != nil { - return nil, err + if kexDHGexReply.Y.Cmp(bigOne) <= 0 || kexDHGexReply.Y.Cmp(pMinusOne) >= 0 { + return nil, errors.New("ssh: DH parameter out of bounds") } + kInt := new(big.Int).Exp(kexDHGexReply.Y, x, msg.P) - // Check if k is safe by verifing that k > 1 and k < p - 1 - if kInt.Cmp(one) != 1 && kInt.Cmp(pMinusOne) != -1 { + // Check if k is safe by verifying that k > 1 and k < p - 1 + if kInt.Cmp(bigOne) <= 0 || kInt.Cmp(pMinusOne) >= 0 { return nil, fmt.Errorf("ssh: derived k is not safe") } @@ -650,8 +660,8 @@ func (gex dhGEXSHA) Client(c packetConn, randSource io.Reader, magics *handshake binary.Write(h, binary.BigEndian, uint32(dhGroupExchangeMinimumBits)) binary.Write(h, binary.BigEndian, uint32(dhGroupExchangePreferredBits)) binary.Write(h, binary.BigEndian, uint32(dhGroupExchangeMaximumBits)) - writeInt(h, gex.p) - writeInt(h, gex.g) + writeInt(h, msg.P) + writeInt(h, msg.G) writeInt(h, X) writeInt(h, kexDHGexReply.Y) K := make([]byte, intLength(kInt)) @@ -670,7 +680,7 @@ func (gex dhGEXSHA) Client(c packetConn, randSource io.Reader, magics *handshake // Server half implementation of the Diffie Hellman Key Exchange with SHA1 and SHA256. // // This is a minimal implementation to satisfy the automated tests. -func (gex dhGEXSHA) Server(c packetConn, randSource io.Reader, magics *handshakeMagics, priv Signer) (result *kexResult, err error) { +func (gex dhGEXSHA) Server(c packetConn, randSource io.Reader, magics *handshakeMagics, priv AlgorithmSigner, algo string) (result *kexResult, err error) { // Receive GexRequest packet, err := c.readPacket() if err != nil { @@ -681,35 +691,17 @@ func (gex dhGEXSHA) Server(c packetConn, randSource io.Reader, magics *handshake return } - // smoosh the user's preferred size into our own limits - if kexDHGexRequest.PreferedBits > dhGroupExchangeMaximumBits { - kexDHGexRequest.PreferedBits = dhGroupExchangeMaximumBits - } - if kexDHGexRequest.PreferedBits < dhGroupExchangeMinimumBits { - kexDHGexRequest.PreferedBits = dhGroupExchangeMinimumBits - } - // fix min/max if they're inconsistent. technically, we could just pout - // and hang up, but there's no harm in giving them the benefit of the - // doubt and just picking a bitsize for them. - if kexDHGexRequest.MinBits > kexDHGexRequest.PreferedBits { - kexDHGexRequest.MinBits = kexDHGexRequest.PreferedBits - } - if kexDHGexRequest.MaxBits < kexDHGexRequest.PreferedBits { - kexDHGexRequest.MaxBits = kexDHGexRequest.PreferedBits - } - // Send GexGroup // This is the group called diffie-hellman-group14-sha1 in RFC // 4253 and Oakley Group 14 in RFC 3526. p, _ := new(big.Int).SetString("FFFFFFFFFFFFFFFFC90FDAA22168C234C4C6628B80DC1CD129024E088A67CC74020BBEA63B139B22514A08798E3404DDEF9519B3CD3A431B302B0A6DF25F14374FE1356D6D51C245E485B576625E7EC6F44C42E9A637ED6B0BFF5CB6F406B7EDEE386BFB5A899FA5AE9F24117C4B1FE649286651ECE45B3DC2007CB8A163BF0598DA48361C55D39A69163FA8FD24CF5F83655D23DCA3AD961C62F356208552BB9ED529077096966D670C354E4ABC9804F1746C08CA18217C32905E462E36CE3BE39E772C180E86039B2783A2EC07A28FB5C55DF06F4C52C9DE2BCBF6955817183995497CEA956AE515D2261898FA051015728E5A8AACAA68FFFFFFFFFFFFFFFF", 16) - gex.p = p - gex.g = big.NewInt(2) + g := big.NewInt(2) - kexDHGexGroup := kexDHGexGroupMsg{ - P: gex.p, - G: gex.g, + msg := &kexDHGexGroupMsg{ + P: p, + G: g, } - if err := c.writePacket(Marshal(&kexDHGexGroup)); err != nil { + if err := c.writePacket(Marshal(msg)); err != nil { return nil, err } @@ -723,19 +715,19 @@ func (gex dhGEXSHA) Server(c packetConn, randSource io.Reader, magics *handshake return } - var pHalf = &big.Int{} - pHalf.Rsh(gex.p, 1) + pHalf := new(big.Int).Rsh(p, 1) y, err := rand.Int(randSource, pHalf) if err != nil { return } + Y := new(big.Int).Exp(g, y, p) - Y := new(big.Int).Exp(gex.g, y, gex.p) - kInt, err := gex.diffieHellman(kexDHGexInit.X, y) - if err != nil { - return nil, err + pMinusOne := new(big.Int).Sub(p, bigOne) + if kexDHGexInit.X.Cmp(bigOne) <= 0 || kexDHGexInit.X.Cmp(pMinusOne) >= 0 { + return nil, errors.New("ssh: DH parameter out of bounds") } + kInt := new(big.Int).Exp(kexDHGexInit.X, y, p) hostKeyBytes := priv.PublicKey().Marshal() @@ -745,8 +737,8 @@ func (gex dhGEXSHA) Server(c packetConn, randSource io.Reader, magics *handshake binary.Write(h, binary.BigEndian, uint32(dhGroupExchangeMinimumBits)) binary.Write(h, binary.BigEndian, uint32(dhGroupExchangePreferredBits)) binary.Write(h, binary.BigEndian, uint32(dhGroupExchangeMaximumBits)) - writeInt(h, gex.p) - writeInt(h, gex.g) + writeInt(h, p) + writeInt(h, g) writeInt(h, kexDHGexInit.X) writeInt(h, Y) @@ -758,7 +750,7 @@ func (gex dhGEXSHA) Server(c packetConn, randSource io.Reader, magics *handshake // H is already a hash, but the hostkey signing will apply its // own key-specific hash algorithm. - sig, err := signAndMarshal(priv, randSource, H) + sig, err := signAndMarshal(priv, randSource, H, algo) if err != nil { return nil, err } diff --git a/vendor/golang.org/x/crypto/ssh/keys.go b/vendor/golang.org/x/crypto/ssh/keys.go index 31f26349..1c7de1a6 100644 --- a/vendor/golang.org/x/crypto/ssh/keys.go +++ b/vendor/golang.org/x/crypto/ssh/keys.go @@ -30,8 +30,9 @@ import ( "golang.org/x/crypto/ssh/internal/bcrypt_pbkdf" ) -// These constants represent the algorithm names for key types supported by this -// package. +// Public key algorithms names. These values can appear in PublicKey.Type, +// ClientConfig.HostKeyAlgorithms, Signature.Format, or as AlgorithmSigner +// arguments. const ( KeyAlgoRSA = "ssh-rsa" KeyAlgoDSA = "ssh-dss" @@ -41,16 +42,21 @@ const ( KeyAlgoECDSA521 = "ecdsa-sha2-nistp521" KeyAlgoED25519 = "ssh-ed25519" KeyAlgoSKED25519 = "sk-ssh-ed25519@openssh.com" + + // KeyAlgoRSASHA256 and KeyAlgoRSASHA512 are only public key algorithms, not + // public key formats, so they can't appear as a PublicKey.Type. The + // corresponding PublicKey.Type is KeyAlgoRSA. See RFC 8332, Section 2. + KeyAlgoRSASHA256 = "rsa-sha2-256" + KeyAlgoRSASHA512 = "rsa-sha2-512" ) -// These constants represent non-default signature algorithms that are supported -// as algorithm parameters to AlgorithmSigner.SignWithAlgorithm methods. See -// [PROTOCOL.agent] section 4.5.1 and -// https://tools.ietf.org/html/draft-ietf-curdle-rsa-sha2-10 const ( - SigAlgoRSA = "ssh-rsa" - SigAlgoRSASHA2256 = "rsa-sha2-256" - SigAlgoRSASHA2512 = "rsa-sha2-512" + // Deprecated: use KeyAlgoRSA. + SigAlgoRSA = KeyAlgoRSA + // Deprecated: use KeyAlgoRSASHA256. + SigAlgoRSASHA2256 = KeyAlgoRSASHA256 + // Deprecated: use KeyAlgoRSASHA512. + SigAlgoRSASHA2512 = KeyAlgoRSASHA512 ) // parsePubKey parses a public key of the given algorithm. @@ -70,7 +76,7 @@ func parsePubKey(in []byte, algo string) (pubKey PublicKey, rest []byte, err err case KeyAlgoSKED25519: return parseSKEd25519(in) case CertAlgoRSAv01, CertAlgoDSAv01, CertAlgoECDSA256v01, CertAlgoECDSA384v01, CertAlgoECDSA521v01, CertAlgoSKECDSA256v01, CertAlgoED25519v01, CertAlgoSKED25519v01: - cert, err := parseCert(in, certToPrivAlgo(algo)) + cert, err := parseCert(in, certKeyAlgoNames[algo]) if err != nil { return nil, nil, err } @@ -289,18 +295,21 @@ func MarshalAuthorizedKey(key PublicKey) []byte { return b.Bytes() } -// PublicKey is an abstraction of different types of public keys. +// PublicKey represents a public key using an unspecified algorithm. +// +// Some PublicKeys provided by this package also implement CryptoPublicKey. type PublicKey interface { - // Type returns the key's type, e.g. "ssh-rsa". + // Type returns the key format name, e.g. "ssh-rsa". Type() string - // Marshal returns the serialized key data in SSH wire format, - // with the name prefix. To unmarshal the returned data, use - // the ParsePublicKey function. + // Marshal returns the serialized key data in SSH wire format, with the name + // prefix. To unmarshal the returned data, use the ParsePublicKey function. Marshal() []byte - // Verify that sig is a signature on the given data using this - // key. This function will hash the data appropriately first. + // Verify that sig is a signature on the given data using this key. This + // method will hash the data appropriately first. sig.Format is allowed to + // be any signature algorithm compatible with the key type, the caller + // should check if it has more stringent requirements. Verify(data []byte, sig *Signature) error } @@ -311,25 +320,32 @@ type CryptoPublicKey interface { } // A Signer can create signatures that verify against a public key. +// +// Some Signers provided by this package also implement AlgorithmSigner. type Signer interface { - // PublicKey returns an associated PublicKey instance. + // PublicKey returns the associated PublicKey. PublicKey() PublicKey - // Sign returns raw signature for the given data. This method - // will apply the hash specified for the keytype to the data. + // Sign returns a signature for the given data. This method will hash the + // data appropriately first. The signature algorithm is expected to match + // the key format returned by the PublicKey.Type method (and not to be any + // alternative algorithm supported by the key format). Sign(rand io.Reader, data []byte) (*Signature, error) } -// A AlgorithmSigner is a Signer that also supports specifying a specific -// algorithm to use for signing. +// An AlgorithmSigner is a Signer that also supports specifying an algorithm to +// use for signing. +// +// An AlgorithmSigner can't advertise the algorithms it supports, so it should +// be prepared to be invoked with every algorithm supported by the public key +// format. type AlgorithmSigner interface { Signer - // SignWithAlgorithm is like Signer.Sign, but allows specification of a - // non-default signing algorithm. See the SigAlgo* constants in this - // package for signature algorithms supported by this package. Callers may - // pass an empty string for the algorithm in which case the AlgorithmSigner - // will use its default algorithm. + // SignWithAlgorithm is like Signer.Sign, but allows specifying a desired + // signing algorithm. Callers may pass an empty string for the algorithm in + // which case the AlgorithmSigner will use a default algorithm. This default + // doesn't currently control any behavior in this package. SignWithAlgorithm(rand io.Reader, data []byte, algorithm string) (*Signature, error) } @@ -381,17 +397,11 @@ func (r *rsaPublicKey) Marshal() []byte { } func (r *rsaPublicKey) Verify(data []byte, sig *Signature) error { - var hash crypto.Hash - switch sig.Format { - case SigAlgoRSA: - hash = crypto.SHA1 - case SigAlgoRSASHA2256: - hash = crypto.SHA256 - case SigAlgoRSASHA2512: - hash = crypto.SHA512 - default: + supportedAlgos := algorithmsForKeyFormat(r.Type()) + if !contains(supportedAlgos, sig.Format) { return fmt.Errorf("ssh: signature type %s for key type %s", sig.Format, r.Type()) } + hash := hashFuncs[sig.Format] h := hash.New() h.Write(data) digest := h.Sum(nil) @@ -466,7 +476,7 @@ func (k *dsaPublicKey) Verify(data []byte, sig *Signature) error { if sig.Format != k.Type() { return fmt.Errorf("ssh: signature type %s for key type %s", sig.Format, k.Type()) } - h := crypto.SHA1.New() + h := hashFuncs[sig.Format].New() h.Write(data) digest := h.Sum(nil) @@ -499,7 +509,7 @@ func (k *dsaPrivateKey) PublicKey() PublicKey { } func (k *dsaPrivateKey) Sign(rand io.Reader, data []byte) (*Signature, error) { - return k.SignWithAlgorithm(rand, data, "") + return k.SignWithAlgorithm(rand, data, k.PublicKey().Type()) } func (k *dsaPrivateKey) SignWithAlgorithm(rand io.Reader, data []byte, algorithm string) (*Signature, error) { @@ -507,7 +517,7 @@ func (k *dsaPrivateKey) SignWithAlgorithm(rand io.Reader, data []byte, algorithm return nil, fmt.Errorf("ssh: unsupported signature algorithm %s", algorithm) } - h := crypto.SHA1.New() + h := hashFuncs[k.PublicKey().Type()].New() h.Write(data) digest := h.Sum(nil) r, s, err := dsa.Sign(rand, k.PrivateKey, digest) @@ -603,19 +613,6 @@ func supportedEllipticCurve(curve elliptic.Curve) bool { return curve == elliptic.P256() || curve == elliptic.P384() || curve == elliptic.P521() } -// ecHash returns the hash to match the given elliptic curve, see RFC -// 5656, section 6.2.1 -func ecHash(curve elliptic.Curve) crypto.Hash { - bitSize := curve.Params().BitSize - switch { - case bitSize <= 256: - return crypto.SHA256 - case bitSize <= 384: - return crypto.SHA384 - } - return crypto.SHA512 -} - // parseECDSA parses an ECDSA key according to RFC 5656, section 3.1. func parseECDSA(in []byte) (out PublicKey, rest []byte, err error) { var w struct { @@ -671,7 +668,7 @@ func (k *ecdsaPublicKey) Verify(data []byte, sig *Signature) error { return fmt.Errorf("ssh: signature type %s for key type %s", sig.Format, k.Type()) } - h := ecHash(k.Curve).New() + h := hashFuncs[sig.Format].New() h.Write(data) digest := h.Sum(nil) @@ -775,7 +772,7 @@ func (k *skECDSAPublicKey) Verify(data []byte, sig *Signature) error { return fmt.Errorf("ssh: signature type %s for key type %s", sig.Format, k.Type()) } - h := ecHash(k.Curve).New() + h := hashFuncs[sig.Format].New() h.Write([]byte(k.application)) appDigest := h.Sum(nil) @@ -874,7 +871,7 @@ func (k *skEd25519PublicKey) Verify(data []byte, sig *Signature) error { return fmt.Errorf("invalid size %d for Ed25519 public key", l) } - h := sha256.New() + h := hashFuncs[sig.Format].New() h.Write([]byte(k.application)) appDigest := h.Sum(nil) @@ -961,44 +958,20 @@ func (s *wrappedSigner) PublicKey() PublicKey { } func (s *wrappedSigner) Sign(rand io.Reader, data []byte) (*Signature, error) { - return s.SignWithAlgorithm(rand, data, "") + return s.SignWithAlgorithm(rand, data, s.pubKey.Type()) } func (s *wrappedSigner) SignWithAlgorithm(rand io.Reader, data []byte, algorithm string) (*Signature, error) { - var hashFunc crypto.Hash - - if _, ok := s.pubKey.(*rsaPublicKey); ok { - // RSA keys support a few hash functions determined by the requested signature algorithm - switch algorithm { - case "", SigAlgoRSA: - algorithm = SigAlgoRSA - hashFunc = crypto.SHA1 - case SigAlgoRSASHA2256: - hashFunc = crypto.SHA256 - case SigAlgoRSASHA2512: - hashFunc = crypto.SHA512 - default: - return nil, fmt.Errorf("ssh: unsupported signature algorithm %s", algorithm) - } - } else { - // The only supported algorithm for all other key types is the same as the type of the key - if algorithm == "" { - algorithm = s.pubKey.Type() - } else if algorithm != s.pubKey.Type() { - return nil, fmt.Errorf("ssh: unsupported signature algorithm %s", algorithm) - } + if algorithm == "" { + algorithm = s.pubKey.Type() + } - switch key := s.pubKey.(type) { - case *dsaPublicKey: - hashFunc = crypto.SHA1 - case *ecdsaPublicKey: - hashFunc = ecHash(key.Curve) - case ed25519PublicKey: - default: - return nil, fmt.Errorf("ssh: unsupported key type %T", key) - } + supportedAlgos := algorithmsForKeyFormat(s.pubKey.Type()) + if !contains(supportedAlgos, algorithm) { + return nil, fmt.Errorf("ssh: unsupported signature algorithm %q for key format %q", algorithm, s.pubKey.Type()) } + hashFunc := hashFuncs[algorithm] var digest []byte if hashFunc != 0 { h := hashFunc.New() diff --git a/vendor/golang.org/x/crypto/ssh/messages.go b/vendor/golang.org/x/crypto/ssh/messages.go index ac41a416..19bc67c4 100644 --- a/vendor/golang.org/x/crypto/ssh/messages.go +++ b/vendor/golang.org/x/crypto/ssh/messages.go @@ -141,6 +141,14 @@ type serviceAcceptMsg struct { Service string `sshtype:"6"` } +// See RFC 8308, section 2.3 +const msgExtInfo = 7 + +type extInfoMsg struct { + NumExtensions uint32 `sshtype:"7"` + Payload []byte `ssh:"rest"` +} + // See RFC 4252, section 5. const msgUserAuthRequest = 50 @@ -180,11 +188,11 @@ const msgUserAuthInfoRequest = 60 const msgUserAuthInfoResponse = 61 type userAuthInfoRequestMsg struct { - User string `sshtype:"60"` - Instruction string - DeprecatedLanguage string - NumPrompts uint32 - Prompts []byte `ssh:"rest"` + Name string `sshtype:"60"` + Instruction string + Language string + NumPrompts uint32 + Prompts []byte `ssh:"rest"` } // See RFC 4254, section 5.1. @@ -782,6 +790,8 @@ func decode(packet []byte) (interface{}, error) { msg = new(serviceRequestMsg) case msgServiceAccept: msg = new(serviceAcceptMsg) + case msgExtInfo: + msg = new(extInfoMsg) case msgKexInit: msg = new(kexInitMsg) case msgKexDHInit: @@ -843,6 +853,7 @@ var packetTypeNames = map[byte]string{ msgDisconnect: "disconnectMsg", msgServiceRequest: "serviceRequestMsg", msgServiceAccept: "serviceAcceptMsg", + msgExtInfo: "extInfoMsg", msgKexInit: "kexInitMsg", msgKexDHInit: "kexDHInitMsg", msgKexDHReply: "kexDHReplyMsg", diff --git a/vendor/golang.org/x/crypto/ssh/server.go b/vendor/golang.org/x/crypto/ssh/server.go index b6911e83..70045bdf 100644 --- a/vendor/golang.org/x/crypto/ssh/server.go +++ b/vendor/golang.org/x/crypto/ssh/server.go @@ -120,7 +120,7 @@ type ServerConfig struct { } // AddHostKey adds a private key as a host key. If an existing host -// key exists with the same algorithm, it is overwritten. Each server +// key exists with the same public key format, it is replaced. Each server // config must have at least one host key. func (s *ServerConfig) AddHostKey(key Signer) { for i, k := range s.hostKeys { @@ -212,9 +212,10 @@ func NewServerConn(c net.Conn, config *ServerConfig) (*ServerConn, <-chan NewCha } // signAndMarshal signs the data with the appropriate algorithm, -// and serializes the result in SSH wire format. -func signAndMarshal(k Signer, rand io.Reader, data []byte) ([]byte, error) { - sig, err := k.Sign(rand, data) +// and serializes the result in SSH wire format. algo is the negotiate +// algorithm and may be a certificate type. +func signAndMarshal(k AlgorithmSigner, rand io.Reader, data []byte, algo string) ([]byte, error) { + sig, err := k.SignWithAlgorithm(rand, data, underlyingAlgo(algo)) if err != nil { return nil, err } @@ -284,7 +285,7 @@ func (s *connection) serverHandshake(config *ServerConfig) (*Permissions, error) func isAcceptableAlgo(algo string) bool { switch algo { - case KeyAlgoRSA, KeyAlgoDSA, KeyAlgoECDSA256, KeyAlgoECDSA384, KeyAlgoECDSA521, KeyAlgoSKECDSA256, KeyAlgoED25519, KeyAlgoSKED25519, + case KeyAlgoRSA, KeyAlgoRSASHA256, KeyAlgoRSASHA512, KeyAlgoDSA, KeyAlgoECDSA256, KeyAlgoECDSA384, KeyAlgoECDSA521, KeyAlgoSKECDSA256, KeyAlgoED25519, KeyAlgoSKED25519, CertAlgoRSAv01, CertAlgoDSAv01, CertAlgoECDSA256v01, CertAlgoECDSA384v01, CertAlgoECDSA521v01, CertAlgoSKECDSA256v01, CertAlgoED25519v01, CertAlgoSKED25519v01: return true } @@ -553,6 +554,7 @@ userAuthLoop: if !ok || len(payload) > 0 { return nil, parseError(msgUserAuthRequest) } + // Ensure the public key algo and signature algo // are supported. Compare the private key // algorithm name that corresponds to algo with @@ -562,7 +564,12 @@ userAuthLoop: authErr = fmt.Errorf("ssh: algorithm %q not accepted", sig.Format) break } - signedData := buildDataSignedForAuth(sessionID, userAuthReq, algoBytes, pubKeyData) + if underlyingAlgo(algo) != sig.Format { + authErr = fmt.Errorf("ssh: signature %q not compatible with selected algorithm %q", sig.Format, algo) + break + } + + signedData := buildDataSignedForAuth(sessionID, userAuthReq, algo, pubKeyData) if err := pubKey.Verify(signedData, sig); err != nil { return nil, err @@ -633,6 +640,30 @@ userAuthLoop: } authFailures++ + if config.MaxAuthTries > 0 && authFailures >= config.MaxAuthTries { + // If we have hit the max attempts, don't bother sending the + // final SSH_MSG_USERAUTH_FAILURE message, since there are + // no more authentication methods which can be attempted, + // and this message may cause the client to re-attempt + // authentication while we send the disconnect message. + // Continue, and trigger the disconnect at the start of + // the loop. + // + // The SSH specification is somewhat confusing about this, + // RFC 4252 Section 5.1 requires each authentication failure + // be responded to with a respective SSH_MSG_USERAUTH_FAILURE + // message, but Section 4 says the server should disconnect + // after some number of attempts, but it isn't explicit which + // message should take precedence (i.e. should there be a failure + // message than a disconnect message, or if we are going to + // disconnect, should we only send that message.) + // + // Either way, OpenSSH disconnects immediately after the last + // failed authnetication attempt, and given they are typically + // considered the golden implementation it seems reasonable + // to match that behavior. + continue + } var failureMsg userAuthFailureMsg if config.PasswordCallback != nil { @@ -670,7 +701,7 @@ type sshClientKeyboardInteractive struct { *connection } -func (c *sshClientKeyboardInteractive) Challenge(user, instruction string, questions []string, echos []bool) (answers []string, err error) { +func (c *sshClientKeyboardInteractive) Challenge(name, instruction string, questions []string, echos []bool) (answers []string, err error) { if len(questions) != len(echos) { return nil, errors.New("ssh: echos and questions must have equal length") } @@ -682,6 +713,7 @@ func (c *sshClientKeyboardInteractive) Challenge(user, instruction string, quest } if err := c.transport.writePacket(Marshal(&userAuthInfoRequestMsg{ + Name: name, Instruction: instruction, NumPrompts: uint32(len(questions)), Prompts: prompts, diff --git a/vendor/golang.org/x/crypto/ssh/session.go b/vendor/golang.org/x/crypto/ssh/session.go index d3321f6b..eca31a22 100644 --- a/vendor/golang.org/x/crypto/ssh/session.go +++ b/vendor/golang.org/x/crypto/ssh/session.go @@ -85,6 +85,7 @@ const ( IXANY = 39 IXOFF = 40 IMAXBEL = 41 + IUTF8 = 42 // RFC 8160 ISIG = 50 ICANON = 51 XCASE = 52 diff --git a/vendor/golang.org/x/crypto/ssh/transport.go b/vendor/golang.org/x/crypto/ssh/transport.go index 49ddc2e7..acf5a21b 100644 --- a/vendor/golang.org/x/crypto/ssh/transport.go +++ b/vendor/golang.org/x/crypto/ssh/transport.go @@ -238,15 +238,19 @@ var ( // (to setup server->client keys) or clientKeys (for client->server keys). func newPacketCipher(d direction, algs directionAlgorithms, kex *kexResult) (packetCipher, error) { cipherMode := cipherModes[algs.Cipher] - macMode := macModes[algs.MAC] iv := make([]byte, cipherMode.ivSize) key := make([]byte, cipherMode.keySize) - macKey := make([]byte, macMode.keySize) generateKeyMaterial(iv, d.ivTag, kex) generateKeyMaterial(key, d.keyTag, kex) - generateKeyMaterial(macKey, d.macKeyTag, kex) + + var macKey []byte + if !aeadCiphers[algs.Cipher] { + macMode := macModes[algs.MAC] + macKey = make([]byte, macMode.keySize) + generateKeyMaterial(macKey, d.macKeyTag, kex) + } return cipherModes[algs.Cipher].create(key, iv, macKey, algs) } diff --git a/vendor/istio.io/api/networking/v1alpha3/virtual_service.gen.json b/vendor/istio.io/api/networking/v1alpha3/virtual_service.gen.json index 4f5c579f..d06bc7f3 100644 --- a/vendor/istio.io/api/networking/v1alpha3/virtual_service.gen.json +++ b/vendor/istio.io/api/networking/v1alpha3/virtual_service.gen.json @@ -408,7 +408,7 @@ "type": "string" }, "retryOn": { - "description": "Specifies the conditions under which retry takes place. One or more policies can be specified using a ‘,’ delimited list. If retry_on specifies a valid HTTP status, it will be added to retriable_status_codes retry policy. See the [retry policies](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/router_filter#x-envoy-retry-on) and [gRPC retry policies](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/router_filter#x-envoy-retry-grpc-on) for more details.", + "description": "Specifies the conditions under which retry takes place. One or more policies can be specified using a ‘,’ delimited list. If `retry_on` specifies a valid HTTP status, it will be added to retriable_status_codes retry policy. See the [retry policies](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/router_filter#x-envoy-retry-on) and [gRPC retry policies](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/router_filter#x-envoy-retry-grpc-on) for more details.", "type": "string" }, "retryRemoteLocalities": { diff --git a/vendor/istio.io/api/networking/v1alpha3/virtual_service.pb.go b/vendor/istio.io/api/networking/v1alpha3/virtual_service.pb.go index 84b6a45d..dd48d5cf 100644 --- a/vendor/istio.io/api/networking/v1alpha3/virtual_service.pb.go +++ b/vendor/istio.io/api/networking/v1alpha3/virtual_service.pb.go @@ -2688,7 +2688,7 @@ type HTTPRetry struct { PerTryTimeout *types.Duration `protobuf:"bytes,2,opt,name=per_try_timeout,json=perTryTimeout,proto3" json:"per_try_timeout,omitempty"` // Specifies the conditions under which retry takes place. // One or more policies can be specified using a ‘,’ delimited list. - // If retry_on specifies a valid HTTP status, it will be added to retriable_status_codes retry policy. + // If `retry_on` specifies a valid HTTP status, it will be added to retriable_status_codes retry policy. // See the [retry policies](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/router_filter#x-envoy-retry-on) // and [gRPC retry policies](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/router_filter#x-envoy-retry-grpc-on) for more details. RetryOn string `protobuf:"bytes,3,opt,name=retry_on,json=retryOn,proto3" json:"retry_on,omitempty"` diff --git a/vendor/istio.io/api/networking/v1alpha3/virtual_service.pb.html b/vendor/istio.io/api/networking/v1alpha3/virtual_service.pb.html index a047878e..3782739b 100644 --- a/vendor/istio.io/api/networking/v1alpha3/virtual_service.pb.html +++ b/vendor/istio.io/api/networking/v1alpha3/virtual_service.pb.html @@ -2323,9 +2323,9 @@ <h2 id="HTTPRetry">HTTPRetry</h2> <td> <p>Specifies the conditions under which retry takes place. One or more policies can be specified using a ‘,’ delimited list. -If retry<em>on specifies a valid HTTP status, it will be added to retriable</em>status<em>codes retry policy. -See the [retry policies](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http</em>filters/router<em>filter#x-envoy-retry-on) -and [gRPC retry policies](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http</em>filters/router_filter#x-envoy-retry-grpc-on) for more details.</p> +If <code>retry_on</code> specifies a valid HTTP status, it will be added to retriable<em>status</em>codes retry policy. +See the <a href="https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/router_filter#x-envoy-retry-on">retry policies</a> +and <a href="https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/router_filter#x-envoy-retry-grpc-on">gRPC retry policies</a> for more details.</p> </td> <td> diff --git a/vendor/istio.io/api/networking/v1alpha3/virtual_service.proto b/vendor/istio.io/api/networking/v1alpha3/virtual_service.proto index 7ee9f58f..8508fca1 100644 --- a/vendor/istio.io/api/networking/v1alpha3/virtual_service.proto +++ b/vendor/istio.io/api/networking/v1alpha3/virtual_service.proto @@ -1581,7 +1581,7 @@ message HTTPRetry { // Specifies the conditions under which retry takes place. // One or more policies can be specified using a ‘,’ delimited list. - // If retry_on specifies a valid HTTP status, it will be added to retriable_status_codes retry policy. + // If `retry_on` specifies a valid HTTP status, it will be added to retriable_status_codes retry policy. // See the [retry policies](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/router_filter#x-envoy-retry-on) // and [gRPC retry policies](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/router_filter#x-envoy-retry-grpc-on) for more details. string retry_on = 3; diff --git a/vendor/istio.io/api/networking/v1beta1/virtual_service.gen.json b/vendor/istio.io/api/networking/v1beta1/virtual_service.gen.json index 82a477e8..e49eaed7 100644 --- a/vendor/istio.io/api/networking/v1beta1/virtual_service.gen.json +++ b/vendor/istio.io/api/networking/v1beta1/virtual_service.gen.json @@ -408,7 +408,7 @@ "type": "string" }, "retryOn": { - "description": "Specifies the conditions under which retry takes place. One or more policies can be specified using a ‘,’ delimited list. If retry_on specifies a valid HTTP status, it will be added to retriable_status_codes retry policy. See the [retry policies](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/router_filter#x-envoy-retry-on) and [gRPC retry policies](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/router_filter#x-envoy-retry-grpc-on) for more details.", + "description": "Specifies the conditions under which retry takes place. One or more policies can be specified using a ‘,’ delimited list. If `retry_on` specifies a valid HTTP status, it will be added to retriable_status_codes retry policy. See the [retry policies](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/router_filter#x-envoy-retry-on) and [gRPC retry policies](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/router_filter#x-envoy-retry-grpc-on) for more details.", "type": "string" }, "retryRemoteLocalities": { diff --git a/vendor/istio.io/api/networking/v1beta1/virtual_service.pb.go b/vendor/istio.io/api/networking/v1beta1/virtual_service.pb.go index 9433b94f..78be14ea 100644 --- a/vendor/istio.io/api/networking/v1beta1/virtual_service.pb.go +++ b/vendor/istio.io/api/networking/v1beta1/virtual_service.pb.go @@ -2687,7 +2687,7 @@ type HTTPRetry struct { PerTryTimeout *types.Duration `protobuf:"bytes,2,opt,name=per_try_timeout,json=perTryTimeout,proto3" json:"per_try_timeout,omitempty"` // Specifies the conditions under which retry takes place. // One or more policies can be specified using a ‘,’ delimited list. - // If retry_on specifies a valid HTTP status, it will be added to retriable_status_codes retry policy. + // If `retry_on` specifies a valid HTTP status, it will be added to retriable_status_codes retry policy. // See the [retry policies](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/router_filter#x-envoy-retry-on) // and [gRPC retry policies](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/router_filter#x-envoy-retry-grpc-on) for more details. RetryOn string `protobuf:"bytes,3,opt,name=retry_on,json=retryOn,proto3" json:"retry_on,omitempty"` diff --git a/vendor/istio.io/api/networking/v1beta1/virtual_service.proto b/vendor/istio.io/api/networking/v1beta1/virtual_service.proto index 96a53a8a..3af0e7bf 100644 --- a/vendor/istio.io/api/networking/v1beta1/virtual_service.proto +++ b/vendor/istio.io/api/networking/v1beta1/virtual_service.proto @@ -1581,7 +1581,7 @@ message HTTPRetry { // Specifies the conditions under which retry takes place. // One or more policies can be specified using a ‘,’ delimited list. - // If retry_on specifies a valid HTTP status, it will be added to retriable_status_codes retry policy. + // If `retry_on` specifies a valid HTTP status, it will be added to retriable_status_codes retry policy. // See the [retry policies](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/router_filter#x-envoy-retry-on) // and [gRPC retry policies](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/router_filter#x-envoy-retry-grpc-on) for more details. string retry_on = 3; diff --git a/vendor/k8s.io/autoscaler/vertical-pod-autoscaler/pkg/apis/autoscaling.k8s.io/v1/doc.go b/vendor/k8s.io/autoscaler/vertical-pod-autoscaler/pkg/apis/autoscaling.k8s.io/v1/doc.go new file mode 100644 index 00000000..ecc8f33d --- /dev/null +++ b/vendor/k8s.io/autoscaler/vertical-pod-autoscaler/pkg/apis/autoscaling.k8s.io/v1/doc.go @@ -0,0 +1,21 @@ +/* +Copyright 2019 The Kubernetes Authors. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +// +k8s:deepcopy-gen=package,register + +// Package v1 contains definitions of Vertical Pod Autoscaler related objects. +// +groupName=autoscaling.k8s.io +package v1 diff --git a/vendor/k8s.io/autoscaler/vertical-pod-autoscaler/pkg/apis/autoscaling.k8s.io/v1/register.go b/vendor/k8s.io/autoscaler/vertical-pod-autoscaler/pkg/apis/autoscaling.k8s.io/v1/register.go new file mode 100644 index 00000000..70214933 --- /dev/null +++ b/vendor/k8s.io/autoscaler/vertical-pod-autoscaler/pkg/apis/autoscaling.k8s.io/v1/register.go @@ -0,0 +1,58 @@ +/* +Copyright 2019 The Kubernetes Authors. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +package v1 + +import ( + metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" + "k8s.io/apimachinery/pkg/runtime" + "k8s.io/apimachinery/pkg/runtime/schema" +) + +// SchemeGroupVersion is group version used to register these objects +var SchemeGroupVersion = schema.GroupVersion{Group: "autoscaling.k8s.io", Version: "v1"} + +// Resource takes an unqualified resource and returns a Group qualified GroupResource +func Resource(resource string) schema.GroupResource { + return SchemeGroupVersion.WithResource(resource).GroupResource() +} + +var ( + // SchemeBuilder points to a list of functions added to Scheme. + SchemeBuilder runtime.SchemeBuilder + localSchemeBuilder = &SchemeBuilder + // AddToScheme applies all the stored functions to the scheme. + AddToScheme = localSchemeBuilder.AddToScheme +) + +func init() { + // We only register manually written functions here. The registration of the + // generated functions takes place in the generated files. The separation + // makes the code compile even when the generated files are missing. + localSchemeBuilder.Register(addKnownTypes) +} + +// Adds the list of known types to api.Scheme. +func addKnownTypes(scheme *runtime.Scheme) error { + scheme.AddKnownTypes(SchemeGroupVersion, + &VerticalPodAutoscaler{}, + &VerticalPodAutoscalerList{}, + &VerticalPodAutoscalerCheckpoint{}, + &VerticalPodAutoscalerCheckpointList{}, + ) + metav1.AddToGroupVersion(scheme, SchemeGroupVersion) + return nil +} diff --git a/vendor/k8s.io/autoscaler/vertical-pod-autoscaler/pkg/apis/autoscaling.k8s.io/v1/types.go b/vendor/k8s.io/autoscaler/vertical-pod-autoscaler/pkg/apis/autoscaling.k8s.io/v1/types.go new file mode 100644 index 00000000..f2be6551 --- /dev/null +++ b/vendor/k8s.io/autoscaler/vertical-pod-autoscaler/pkg/apis/autoscaling.k8s.io/v1/types.go @@ -0,0 +1,339 @@ +/* +Copyright 2019 The Kubernetes Authors. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +// Package v1 contains definitions of Vertical Pod Autoscaler related objects. +package v1 + +import ( + autoscaling "k8s.io/api/autoscaling/v1" + v1 "k8s.io/api/core/v1" + metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" +) + +// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object + +// VerticalPodAutoscalerList is a list of VerticalPodAutoscaler objects. +type VerticalPodAutoscalerList struct { + metav1.TypeMeta `json:",inline"` + // metadata is the standard list metadata. + // +optional + metav1.ListMeta `json:"metadata" protobuf:"bytes,1,opt,name=metadata"` + + // items is the list of vertical pod autoscaler objects. + Items []VerticalPodAutoscaler `json:"items" protobuf:"bytes,2,rep,name=items"` +} + +// +genclient +// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object + +// VerticalPodAutoscaler is the configuration for a vertical pod +// autoscaler, which automatically manages pod resources based on historical and +// real time resource utilization. +type VerticalPodAutoscaler struct { + metav1.TypeMeta `json:",inline"` + // Standard object metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata + // +optional + metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"` + + // Specification of the behavior of the autoscaler. + // More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status. + Spec VerticalPodAutoscalerSpec `json:"spec" protobuf:"bytes,2,name=spec"` + + // Current information about the autoscaler. + // +optional + Status VerticalPodAutoscalerStatus `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"` +} + +// VerticalPodAutoscalerSpec is the specification of the behavior of the autoscaler. +type VerticalPodAutoscalerSpec struct { + + // TargetRef points to the controller managing the set of pods for the + // autoscaler to control - e.g. Deployment, StatefulSet. VerticalPodAutoscaler + // can be targeted at controller implementing scale subresource (the pod set is + // retrieved from the controller's ScaleStatus) or some well known controllers + // (e.g. for DaemonSet the pod set is read from the controller's spec). + // If VerticalPodAutoscaler cannot use specified target it will report + // ConfigUnsupported condition. + // Note that VerticalPodAutoscaler does not require full implementation + // of scale subresource - it will not use it to modify the replica count. + // The only thing retrieved is a label selector matching pods grouped by + // the target resource. + TargetRef *autoscaling.CrossVersionObjectReference `json:"targetRef" protobuf:"bytes,1,name=targetRef"` + + // Describes the rules on how changes are applied to the pods. + // If not specified, all fields in the `PodUpdatePolicy` are set to their + // default values. + // +optional + UpdatePolicy *PodUpdatePolicy `json:"updatePolicy,omitempty" protobuf:"bytes,2,opt,name=updatePolicy"` + + // Controls how the autoscaler computes recommended resources. + // The resource policy may be used to set constraints on the recommendations + // for individual containers. If not specified, the autoscaler computes recommended + // resources for all containers in the pod, without additional constraints. + // +optional + ResourcePolicy *PodResourcePolicy `json:"resourcePolicy,omitempty" protobuf:"bytes,3,opt,name=resourcePolicy"` +} + +// PodUpdatePolicy describes the rules on how changes are applied to the pods. +type PodUpdatePolicy struct { + // Controls when autoscaler applies changes to the pod resources. + // The default is 'Auto'. + // +optional + UpdateMode *UpdateMode `json:"updateMode,omitempty" protobuf:"bytes,1,opt,name=updateMode"` +} + +// UpdateMode controls when autoscaler applies changes to the pod resoures. +type UpdateMode string + +const ( + // UpdateModeOff means that autoscaler never changes Pod resources. + // The recommender still sets the recommended resources in the + // VerticalPodAutoscaler object. This can be used for a "dry run". + UpdateModeOff UpdateMode = "Off" + // UpdateModeInitial means that autoscaler only assigns resources on pod + // creation and does not change them during the lifetime of the pod. + UpdateModeInitial UpdateMode = "Initial" + // UpdateModeRecreate means that autoscaler assigns resources on pod + // creation and additionally can update them during the lifetime of the + // pod by deleting and recreating the pod. + UpdateModeRecreate UpdateMode = "Recreate" + // UpdateModeAuto means that autoscaler assigns resources on pod creation + // and additionally can update them during the lifetime of the pod, + // using any available update method. Currently this is equivalent to + // Recreate, which is the only available update method. + UpdateModeAuto UpdateMode = "Auto" +) + +// PodResourcePolicy controls how autoscaler computes the recommended resources +// for containers belonging to the pod. There can be at most one entry for every +// named container and optionally a single wildcard entry with `containerName` = '*', +// which handles all containers that don't have individual policies. +type PodResourcePolicy struct { + // Per-container resource policies. + // +optional + // +patchMergeKey=containerName + // +patchStrategy=merge + ContainerPolicies []ContainerResourcePolicy `json:"containerPolicies,omitempty" patchStrategy:"merge" patchMergeKey:"containerName" protobuf:"bytes,1,rep,name=containerPolicies"` +} + +// ContainerResourcePolicy controls how autoscaler computes the recommended +// resources for a specific container. +type ContainerResourcePolicy struct { + // Name of the container or DefaultContainerResourcePolicy, in which + // case the policy is used by the containers that don't have their own + // policy specified. + ContainerName string `json:"containerName,omitempty" protobuf:"bytes,1,opt,name=containerName"` + // Whether autoscaler is enabled for the container. The default is "Auto". + // +optional + Mode *ContainerScalingMode `json:"mode,omitempty" protobuf:"bytes,2,opt,name=mode"` + // Specifies the minimal amount of resources that will be recommended + // for the container. The default is no minimum. + // +optional + MinAllowed v1.ResourceList `json:"minAllowed,omitempty" protobuf:"bytes,3,rep,name=minAllowed,casttype=ResourceList,castkey=ResourceName"` + // Specifies the maximum amount of resources that will be recommended + // for the container. The default is no maximum. + // +optional + MaxAllowed v1.ResourceList `json:"maxAllowed,omitempty" protobuf:"bytes,4,rep,name=maxAllowed,casttype=ResourceList,castkey=ResourceName"` +} + +const ( + // DefaultContainerResourcePolicy can be passed as + // ContainerResourcePolicy.ContainerName to specify the default policy. + DefaultContainerResourcePolicy = "*" +) + +// ContainerScalingMode controls whether autoscaler is enabled for a specific +// container. +type ContainerScalingMode string + +const ( + // ContainerScalingModeAuto means autoscaling is enabled for a container. + ContainerScalingModeAuto ContainerScalingMode = "Auto" + // ContainerScalingModeOff means autoscaling is disabled for a container. + ContainerScalingModeOff ContainerScalingMode = "Off" +) + +// VerticalPodAutoscalerStatus describes the runtime state of the autoscaler. +type VerticalPodAutoscalerStatus struct { + // The most recently computed amount of resources recommended by the + // autoscaler for the controlled pods. + // +optional + Recommendation *RecommendedPodResources `json:"recommendation,omitempty" protobuf:"bytes,1,opt,name=recommendation"` + + // Conditions is the set of conditions required for this autoscaler to scale its target, + // and indicates whether or not those conditions are met. + // +optional + // +patchMergeKey=type + // +patchStrategy=merge + Conditions []VerticalPodAutoscalerCondition `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type" protobuf:"bytes,2,rep,name=conditions"` +} + +// RecommendedPodResources is the recommendation of resources computed by +// autoscaler. It contains a recommendation for each container in the pod +// (except for those with `ContainerScalingMode` set to 'Off'). +type RecommendedPodResources struct { + // Resources recommended by the autoscaler for each container. + // +optional + ContainerRecommendations []RecommendedContainerResources `json:"containerRecommendations,omitempty" protobuf:"bytes,1,rep,name=containerRecommendations"` +} + +// RecommendedContainerResources is the recommendation of resources computed by +// autoscaler for a specific container. Respects the container resource policy +// if present in the spec. In particular the recommendation is not produced for +// containers with `ContainerScalingMode` set to 'Off'. +type RecommendedContainerResources struct { + // Name of the container. + ContainerName string `json:"containerName,omitempty" protobuf:"bytes,1,opt,name=containerName"` + // Recommended amount of resources. Observes ContainerResourcePolicy. + Target v1.ResourceList `json:"target" protobuf:"bytes,2,rep,name=target,casttype=ResourceList,castkey=ResourceName"` + // Minimum recommended amount of resources. Observes ContainerResourcePolicy. + // This amount is not guaranteed to be sufficient for the application to operate in a stable way, however + // running with less resources is likely to have significant impact on performance/availability. + // +optional + LowerBound v1.ResourceList `json:"lowerBound,omitempty" protobuf:"bytes,3,rep,name=lowerBound,casttype=ResourceList,castkey=ResourceName"` + // Maximum recommended amount of resources. Observes ContainerResourcePolicy. + // Any resources allocated beyond this value are likely wasted. This value may be larger than the maximum + // amount of application is actually capable of consuming. + // +optional + UpperBound v1.ResourceList `json:"upperBound,omitempty" protobuf:"bytes,4,rep,name=upperBound,casttype=ResourceList,castkey=ResourceName"` + // The most recent recommended resources target computed by the autoscaler + // for the controlled pods, based only on actual resource usage, not taking + // into account the ContainerResourcePolicy. + // May differ from the Recommendation if the actual resource usage causes + // the target to violate the ContainerResourcePolicy (lower than MinAllowed + // or higher that MaxAllowed). + // Used only as status indication, will not affect actual resource assignment. + // +optional + UncappedTarget v1.ResourceList `json:"uncappedTarget,omitempty" protobuf:"bytes,5,opt,name=uncappedTarget"` +} + +// VerticalPodAutoscalerConditionType are the valid conditions of +// a VerticalPodAutoscaler. +type VerticalPodAutoscalerConditionType string + +var ( + // RecommendationProvided indicates whether the VPA recommender was able to calculate a recommendation. + RecommendationProvided VerticalPodAutoscalerConditionType = "RecommendationProvided" + // LowConfidence indicates whether the VPA recommender has low confidence in the recommendation for + // some of containers. + LowConfidence VerticalPodAutoscalerConditionType = "LowConfidence" + // NoPodsMatched indicates that label selector used with VPA object didn't match any pods. + NoPodsMatched VerticalPodAutoscalerConditionType = "NoPodsMatched" + // FetchingHistory indicates that VPA recommender is in the process of loading additional history samples. + FetchingHistory VerticalPodAutoscalerConditionType = "FetchingHistory" + // ConfigDeprecated indicates that this VPA configuration is deprecated + // and will stop being supported soon. + ConfigDeprecated VerticalPodAutoscalerConditionType = "ConfigDeprecated" + // ConfigUnsupported indicates that this VPA configuration is unsupported + // and recommendations will not be provided for it. + ConfigUnsupported VerticalPodAutoscalerConditionType = "ConfigUnsupported" +) + +// VerticalPodAutoscalerCondition describes the state of +// a VerticalPodAutoscaler at a certain point. +type VerticalPodAutoscalerCondition struct { + // type describes the current condition + Type VerticalPodAutoscalerConditionType `json:"type" protobuf:"bytes,1,name=type"` + // status is the status of the condition (True, False, Unknown) + Status v1.ConditionStatus `json:"status" protobuf:"bytes,2,name=status"` + // lastTransitionTime is the last time the condition transitioned from + // one status to another + // +optional + LastTransitionTime metav1.Time `json:"lastTransitionTime,omitempty" protobuf:"bytes,3,opt,name=lastTransitionTime"` + // reason is the reason for the condition's last transition. + // +optional + Reason string `json:"reason,omitempty" protobuf:"bytes,4,opt,name=reason"` + // message is a human-readable explanation containing details about + // the transition + // +optional + Message string `json:"message,omitempty" protobuf:"bytes,5,opt,name=message"` +} + +// +genclient +// +genclient:noStatus +// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object + +// VerticalPodAutoscalerCheckpoint is the checkpoint of the internal state of VPA that +// is used for recovery after recommender's restart. +type VerticalPodAutoscalerCheckpoint struct { + metav1.TypeMeta `json:",inline"` + // Standard object metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata + // +optional + metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"` + + // Specification of the checkpoint. + // More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status. + // +optional + Spec VerticalPodAutoscalerCheckpointSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"` + + // Data of the checkpoint. + // +optional + Status VerticalPodAutoscalerCheckpointStatus `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"` +} + +// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object + +// VerticalPodAutoscalerCheckpointList is a list of VerticalPodAutoscalerCheckpoint objects. +type VerticalPodAutoscalerCheckpointList struct { + metav1.TypeMeta `json:",inline"` + metav1.ListMeta `json:"metadata"` + Items []VerticalPodAutoscalerCheckpoint `json:"items"` +} + +// VerticalPodAutoscalerCheckpointSpec is the specification of the checkpoint object. +type VerticalPodAutoscalerCheckpointSpec struct { + // Name of the VPA object that stored VerticalPodAutoscalerCheckpoint object. + VPAObjectName string `json:"vpaObjectName,omitempty" protobuf:"bytes,1,opt,name=vpaObjectName"` + + // Name of the checkpointed container. + ContainerName string `json:"containerName,omitempty" protobuf:"bytes,2,opt,name=containerName"` +} + +// VerticalPodAutoscalerCheckpointStatus contains data of the checkpoint. +type VerticalPodAutoscalerCheckpointStatus struct { + // The time when the status was last refreshed. + LastUpdateTime metav1.Time `json:"lastUpdateTime,omitempty" protobuf:"bytes,1,opt,name=lastUpdateTime"` + + // Version of the format of the stored data. + Version string `json:"version,omitempty" protobuf:"bytes,2,opt,name=version"` + + // Checkpoint of histogram for consumption of CPU. + CPUHistogram HistogramCheckpoint `json:"cpuHistogram,omitempty" protobuf:"bytes,3,rep,name=cpuHistograms"` + + // Checkpoint of histogram for consumption of memory. + MemoryHistogram HistogramCheckpoint `json:"memoryHistogram,omitempty" protobuf:"bytes,4,rep,name=memoryHistogram"` + + // Timestamp of the fist sample from the histograms. + FirstSampleStart metav1.Time `json:"firstSampleStart,omitempty" protobuf:"bytes,5,opt,name=firstSampleStart"` + + // Timestamp of the last sample from the histograms. + LastSampleStart metav1.Time `json:"lastSampleStart,omitempty" protobuf:"bytes,6,opt,name=lastSampleStart"` + + // Total number of samples in the histograms. + TotalSamplesCount int `json:"totalSamplesCount,omitempty" protobuf:"bytes,7,opt,name=totalSamplesCount"` +} + +// HistogramCheckpoint contains data needed to reconstruct the histogram. +type HistogramCheckpoint struct { + // Reference timestamp for samples collected within this histogram. + ReferenceTimestamp metav1.Time `json:"referenceTimestamp,omitempty" protobuf:"bytes,1,opt,name=referenceTimestamp"` + + // Map from bucket index to bucket weight. + BucketWeights map[int]uint32 `json:"bucketWeights,omitempty" protobuf:"bytes,2,opt,name=bucketWeights"` + + // Sum of samples to be used as denominator for weights from BucketWeights. + TotalWeight float64 `json:"totalWeight,omitempty" protobuf:"bytes,3,opt,name=totalWeight"` +} diff --git a/vendor/k8s.io/autoscaler/vertical-pod-autoscaler/pkg/apis/autoscaling.k8s.io/v1/zz_generated.deepcopy.go b/vendor/k8s.io/autoscaler/vertical-pod-autoscaler/pkg/apis/autoscaling.k8s.io/v1/zz_generated.deepcopy.go new file mode 100644 index 00000000..5b85dc71 --- /dev/null +++ b/vendor/k8s.io/autoscaler/vertical-pod-autoscaler/pkg/apis/autoscaling.k8s.io/v1/zz_generated.deepcopy.go @@ -0,0 +1,433 @@ +//go:build !ignore_autogenerated +// +build !ignore_autogenerated + +/* +Copyright The Kubernetes Authors. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +// Code generated by deepcopy-gen. DO NOT EDIT. + +package v1 + +import ( + autoscalingv1 "k8s.io/api/autoscaling/v1" + corev1 "k8s.io/api/core/v1" + runtime "k8s.io/apimachinery/pkg/runtime" +) + +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *ContainerResourcePolicy) DeepCopyInto(out *ContainerResourcePolicy) { + *out = *in + if in.Mode != nil { + in, out := &in.Mode, &out.Mode + *out = new(ContainerScalingMode) + **out = **in + } + if in.MinAllowed != nil { + in, out := &in.MinAllowed, &out.MinAllowed + *out = make(corev1.ResourceList, len(*in)) + for key, val := range *in { + (*out)[key] = val.DeepCopy() + } + } + if in.MaxAllowed != nil { + in, out := &in.MaxAllowed, &out.MaxAllowed + *out = make(corev1.ResourceList, len(*in)) + for key, val := range *in { + (*out)[key] = val.DeepCopy() + } + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ContainerResourcePolicy. +func (in *ContainerResourcePolicy) DeepCopy() *ContainerResourcePolicy { + if in == nil { + return nil + } + out := new(ContainerResourcePolicy) + in.DeepCopyInto(out) + return out +} + +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *HistogramCheckpoint) DeepCopyInto(out *HistogramCheckpoint) { + *out = *in + in.ReferenceTimestamp.DeepCopyInto(&out.ReferenceTimestamp) + if in.BucketWeights != nil { + in, out := &in.BucketWeights, &out.BucketWeights + *out = make(map[int]uint32, len(*in)) + for key, val := range *in { + (*out)[key] = val + } + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HistogramCheckpoint. +func (in *HistogramCheckpoint) DeepCopy() *HistogramCheckpoint { + if in == nil { + return nil + } + out := new(HistogramCheckpoint) + in.DeepCopyInto(out) + return out +} + +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *PodResourcePolicy) DeepCopyInto(out *PodResourcePolicy) { + *out = *in + if in.ContainerPolicies != nil { + in, out := &in.ContainerPolicies, &out.ContainerPolicies + *out = make([]ContainerResourcePolicy, len(*in)) + for i := range *in { + (*in)[i].DeepCopyInto(&(*out)[i]) + } + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PodResourcePolicy. +func (in *PodResourcePolicy) DeepCopy() *PodResourcePolicy { + if in == nil { + return nil + } + out := new(PodResourcePolicy) + in.DeepCopyInto(out) + return out +} + +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *PodUpdatePolicy) DeepCopyInto(out *PodUpdatePolicy) { + *out = *in + if in.UpdateMode != nil { + in, out := &in.UpdateMode, &out.UpdateMode + *out = new(UpdateMode) + **out = **in + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PodUpdatePolicy. +func (in *PodUpdatePolicy) DeepCopy() *PodUpdatePolicy { + if in == nil { + return nil + } + out := new(PodUpdatePolicy) + in.DeepCopyInto(out) + return out +} + +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *RecommendedContainerResources) DeepCopyInto(out *RecommendedContainerResources) { + *out = *in + if in.Target != nil { + in, out := &in.Target, &out.Target + *out = make(corev1.ResourceList, len(*in)) + for key, val := range *in { + (*out)[key] = val.DeepCopy() + } + } + if in.LowerBound != nil { + in, out := &in.LowerBound, &out.LowerBound + *out = make(corev1.ResourceList, len(*in)) + for key, val := range *in { + (*out)[key] = val.DeepCopy() + } + } + if in.UpperBound != nil { + in, out := &in.UpperBound, &out.UpperBound + *out = make(corev1.ResourceList, len(*in)) + for key, val := range *in { + (*out)[key] = val.DeepCopy() + } + } + if in.UncappedTarget != nil { + in, out := &in.UncappedTarget, &out.UncappedTarget + *out = make(corev1.ResourceList, len(*in)) + for key, val := range *in { + (*out)[key] = val.DeepCopy() + } + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RecommendedContainerResources. +func (in *RecommendedContainerResources) DeepCopy() *RecommendedContainerResources { + if in == nil { + return nil + } + out := new(RecommendedContainerResources) + in.DeepCopyInto(out) + return out +} + +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *RecommendedPodResources) DeepCopyInto(out *RecommendedPodResources) { + *out = *in + if in.ContainerRecommendations != nil { + in, out := &in.ContainerRecommendations, &out.ContainerRecommendations + *out = make([]RecommendedContainerResources, len(*in)) + for i := range *in { + (*in)[i].DeepCopyInto(&(*out)[i]) + } + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RecommendedPodResources. +func (in *RecommendedPodResources) DeepCopy() *RecommendedPodResources { + if in == nil { + return nil + } + out := new(RecommendedPodResources) + in.DeepCopyInto(out) + return out +} + +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *VerticalPodAutoscaler) DeepCopyInto(out *VerticalPodAutoscaler) { + *out = *in + out.TypeMeta = in.TypeMeta + in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) + in.Spec.DeepCopyInto(&out.Spec) + in.Status.DeepCopyInto(&out.Status) + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VerticalPodAutoscaler. +func (in *VerticalPodAutoscaler) DeepCopy() *VerticalPodAutoscaler { + if in == nil { + return nil + } + out := new(VerticalPodAutoscaler) + in.DeepCopyInto(out) + return out +} + +// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. +func (in *VerticalPodAutoscaler) DeepCopyObject() runtime.Object { + if c := in.DeepCopy(); c != nil { + return c + } + return nil +} + +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *VerticalPodAutoscalerCheckpoint) DeepCopyInto(out *VerticalPodAutoscalerCheckpoint) { + *out = *in + out.TypeMeta = in.TypeMeta + in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) + out.Spec = in.Spec + in.Status.DeepCopyInto(&out.Status) + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VerticalPodAutoscalerCheckpoint. +func (in *VerticalPodAutoscalerCheckpoint) DeepCopy() *VerticalPodAutoscalerCheckpoint { + if in == nil { + return nil + } + out := new(VerticalPodAutoscalerCheckpoint) + in.DeepCopyInto(out) + return out +} + +// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. +func (in *VerticalPodAutoscalerCheckpoint) DeepCopyObject() runtime.Object { + if c := in.DeepCopy(); c != nil { + return c + } + return nil +} + +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *VerticalPodAutoscalerCheckpointList) DeepCopyInto(out *VerticalPodAutoscalerCheckpointList) { + *out = *in + out.TypeMeta = in.TypeMeta + out.ListMeta = in.ListMeta + if in.Items != nil { + in, out := &in.Items, &out.Items + *out = make([]VerticalPodAutoscalerCheckpoint, len(*in)) + for i := range *in { + (*in)[i].DeepCopyInto(&(*out)[i]) + } + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VerticalPodAutoscalerCheckpointList. +func (in *VerticalPodAutoscalerCheckpointList) DeepCopy() *VerticalPodAutoscalerCheckpointList { + if in == nil { + return nil + } + out := new(VerticalPodAutoscalerCheckpointList) + in.DeepCopyInto(out) + return out +} + +// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. +func (in *VerticalPodAutoscalerCheckpointList) DeepCopyObject() runtime.Object { + if c := in.DeepCopy(); c != nil { + return c + } + return nil +} + +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *VerticalPodAutoscalerCheckpointSpec) DeepCopyInto(out *VerticalPodAutoscalerCheckpointSpec) { + *out = *in + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VerticalPodAutoscalerCheckpointSpec. +func (in *VerticalPodAutoscalerCheckpointSpec) DeepCopy() *VerticalPodAutoscalerCheckpointSpec { + if in == nil { + return nil + } + out := new(VerticalPodAutoscalerCheckpointSpec) + in.DeepCopyInto(out) + return out +} + +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *VerticalPodAutoscalerCheckpointStatus) DeepCopyInto(out *VerticalPodAutoscalerCheckpointStatus) { + *out = *in + in.LastUpdateTime.DeepCopyInto(&out.LastUpdateTime) + in.CPUHistogram.DeepCopyInto(&out.CPUHistogram) + in.MemoryHistogram.DeepCopyInto(&out.MemoryHistogram) + in.FirstSampleStart.DeepCopyInto(&out.FirstSampleStart) + in.LastSampleStart.DeepCopyInto(&out.LastSampleStart) + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VerticalPodAutoscalerCheckpointStatus. +func (in *VerticalPodAutoscalerCheckpointStatus) DeepCopy() *VerticalPodAutoscalerCheckpointStatus { + if in == nil { + return nil + } + out := new(VerticalPodAutoscalerCheckpointStatus) + in.DeepCopyInto(out) + return out +} + +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *VerticalPodAutoscalerCondition) DeepCopyInto(out *VerticalPodAutoscalerCondition) { + *out = *in + in.LastTransitionTime.DeepCopyInto(&out.LastTransitionTime) + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VerticalPodAutoscalerCondition. +func (in *VerticalPodAutoscalerCondition) DeepCopy() *VerticalPodAutoscalerCondition { + if in == nil { + return nil + } + out := new(VerticalPodAutoscalerCondition) + in.DeepCopyInto(out) + return out +} + +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *VerticalPodAutoscalerList) DeepCopyInto(out *VerticalPodAutoscalerList) { + *out = *in + out.TypeMeta = in.TypeMeta + out.ListMeta = in.ListMeta + if in.Items != nil { + in, out := &in.Items, &out.Items + *out = make([]VerticalPodAutoscaler, len(*in)) + for i := range *in { + (*in)[i].DeepCopyInto(&(*out)[i]) + } + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VerticalPodAutoscalerList. +func (in *VerticalPodAutoscalerList) DeepCopy() *VerticalPodAutoscalerList { + if in == nil { + return nil + } + out := new(VerticalPodAutoscalerList) + in.DeepCopyInto(out) + return out +} + +// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. +func (in *VerticalPodAutoscalerList) DeepCopyObject() runtime.Object { + if c := in.DeepCopy(); c != nil { + return c + } + return nil +} + +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *VerticalPodAutoscalerSpec) DeepCopyInto(out *VerticalPodAutoscalerSpec) { + *out = *in + if in.TargetRef != nil { + in, out := &in.TargetRef, &out.TargetRef + *out = new(autoscalingv1.CrossVersionObjectReference) + **out = **in + } + if in.UpdatePolicy != nil { + in, out := &in.UpdatePolicy, &out.UpdatePolicy + *out = new(PodUpdatePolicy) + (*in).DeepCopyInto(*out) + } + if in.ResourcePolicy != nil { + in, out := &in.ResourcePolicy, &out.ResourcePolicy + *out = new(PodResourcePolicy) + (*in).DeepCopyInto(*out) + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VerticalPodAutoscalerSpec. +func (in *VerticalPodAutoscalerSpec) DeepCopy() *VerticalPodAutoscalerSpec { + if in == nil { + return nil + } + out := new(VerticalPodAutoscalerSpec) + in.DeepCopyInto(out) + return out +} + +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *VerticalPodAutoscalerStatus) DeepCopyInto(out *VerticalPodAutoscalerStatus) { + *out = *in + if in.Recommendation != nil { + in, out := &in.Recommendation, &out.Recommendation + *out = new(RecommendedPodResources) + (*in).DeepCopyInto(*out) + } + if in.Conditions != nil { + in, out := &in.Conditions, &out.Conditions + *out = make([]VerticalPodAutoscalerCondition, len(*in)) + for i := range *in { + (*in)[i].DeepCopyInto(&(*out)[i]) + } + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VerticalPodAutoscalerStatus. +func (in *VerticalPodAutoscalerStatus) DeepCopy() *VerticalPodAutoscalerStatus { + if in == nil { + return nil + } + out := new(VerticalPodAutoscalerStatus) + in.DeepCopyInto(out) + return out +} diff --git a/vendor/modules.txt b/vendor/modules.txt index a095350e..f349f384 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -54,15 +54,15 @@ github.com/fatih/color # github.com/fsnotify/fsnotify v1.5.4 ## explicit; go 1.16 github.com/fsnotify/fsnotify -# github.com/gardener/etcd-druid v0.7.0 -## explicit; go 1.16 +# github.com/gardener/etcd-druid v0.8.0 +## explicit; go 1.17 github.com/gardener/etcd-druid/api/v1alpha1 # github.com/gardener/external-dns-management v0.7.18 ## explicit; go 1.14 github.com/gardener/external-dns-management/pkg/apis/dns github.com/gardener/external-dns-management/pkg/apis/dns/v1alpha1 -# github.com/gardener/gardener v1.47.0 => github.com/gardener/gardener v1.42.6 -## explicit; go 1.16 +# github.com/gardener/gardener v1.47.0 +## explicit; go 1.18 github.com/gardener/gardener/extensions/pkg/util github.com/gardener/gardener/extensions/pkg/webhook github.com/gardener/gardener/hack @@ -70,7 +70,6 @@ github.com/gardener/gardener/pkg/apis/core github.com/gardener/gardener/pkg/apis/core/install github.com/gardener/gardener/pkg/apis/core/v1alpha1 github.com/gardener/gardener/pkg/apis/core/v1alpha1/constants -github.com/gardener/gardener/pkg/apis/core/v1alpha1/helper github.com/gardener/gardener/pkg/apis/core/v1beta1 github.com/gardener/gardener/pkg/apis/core/v1beta1/constants github.com/gardener/gardener/pkg/apis/core/v1beta1/helper @@ -101,7 +100,6 @@ github.com/gardener/gardener/pkg/utils github.com/gardener/gardener/pkg/utils/context github.com/gardener/gardener/pkg/utils/errors github.com/gardener/gardener/pkg/utils/flow -github.com/gardener/gardener/pkg/utils/infodata github.com/gardener/gardener/pkg/utils/kubernetes github.com/gardener/gardener/pkg/utils/retry github.com/gardener/gardener/pkg/utils/secrets @@ -188,8 +186,8 @@ github.com/golang/protobuf/ptypes github.com/golang/protobuf/ptypes/any github.com/golang/protobuf/ptypes/duration github.com/golang/protobuf/ptypes/timestamp -# github.com/google/go-cmp v0.5.6 -## explicit; go 1.8 +# github.com/google/go-cmp v0.5.7 +## explicit; go 1.11 github.com/google/go-cmp/cmp github.com/google/go-cmp/cmp/internal/diff github.com/google/go-cmp/cmp/internal/flags @@ -216,8 +214,8 @@ github.com/hashicorp/errwrap # github.com/hashicorp/go-multierror v1.1.0 ## explicit; go 1.14 github.com/hashicorp/go-multierror -# github.com/huandu/xstrings v1.2.0 -## explicit +# github.com/huandu/xstrings v1.3.2 +## explicit; go 1.12 github.com/huandu/xstrings # github.com/imdario/mergo v0.3.12 ## explicit; go 1.13 @@ -302,7 +300,7 @@ github.com/onsi/ginkgo/reporters/stenographer github.com/onsi/ginkgo/reporters/stenographer/support/go-colorable github.com/onsi/ginkgo/reporters/stenographer/support/go-isatty github.com/onsi/ginkgo/types -# github.com/onsi/ginkgo/v2 v2.1.0 +# github.com/onsi/ginkgo/v2 v2.1.3 ## explicit; go 1.16 github.com/onsi/ginkgo/v2/config github.com/onsi/ginkgo/v2/formatter @@ -387,14 +385,13 @@ go.uber.org/zap/internal/bufferpool go.uber.org/zap/internal/color go.uber.org/zap/internal/exit go.uber.org/zap/zapcore -# golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 +# golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f ## explicit; go 1.17 golang.org/x/crypto/blowfish golang.org/x/crypto/chacha20 golang.org/x/crypto/curve25519 golang.org/x/crypto/curve25519/internal/field golang.org/x/crypto/ed25519 -golang.org/x/crypto/ed25519/internal/edwards25519 golang.org/x/crypto/internal/poly1305 golang.org/x/crypto/internal/subtle golang.org/x/crypto/pbkdf2 @@ -552,13 +549,13 @@ gopkg.in/yaml.v2 # gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b ## explicit gopkg.in/yaml.v3 -# istio.io/api v0.0.0-20211118170605-3f0f902cdfd1 +# istio.io/api v0.0.0-20220304035241-8c47cbbea144 ## explicit; go 1.12 istio.io/api/analysis/v1alpha1 istio.io/api/meta/v1alpha1 istio.io/api/networking/v1alpha3 istio.io/api/networking/v1beta1 -# istio.io/client-go v1.12.0 +# istio.io/client-go v1.12.5 ## explicit; go 1.16 istio.io/client-go/pkg/apis/networking/v1alpha3 istio.io/client-go/pkg/apis/networking/v1beta1 @@ -681,6 +678,7 @@ k8s.io/apimachinery/third_party/forked/golang/reflect k8s.io/apiserver/pkg/authentication/user # k8s.io/autoscaler v0.0.0-20190805135949-100e91ba756e ## explicit +k8s.io/autoscaler/vertical-pod-autoscaler/pkg/apis/autoscaling.k8s.io/v1 k8s.io/autoscaler/vertical-pod-autoscaler/pkg/apis/autoscaling.k8s.io/v1beta2 # k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible => k8s.io/client-go v0.23.3 ## explicit; go 1.16 @@ -998,7 +996,6 @@ sigs.k8s.io/structured-merge-diff/v4/value # sigs.k8s.io/yaml v1.3.0 ## explicit; go 1.12 sigs.k8s.io/yaml -# github.com/gardener/gardener => github.com/gardener/gardener v1.42.6 # k8s.io/api => k8s.io/api v0.23.3 # k8s.io/apimachinery => k8s.io/apimachinery v0.23.3 # k8s.io/client-go => k8s.io/client-go v0.23.3