diff --git a/charts/gardener/operator/templates/customresouredefintion.yaml b/charts/gardener/operator/templates/customresouredefintion.yaml index 7dff4428517..812ed6f7aca 100644 --- a/charts/gardener/operator/templates/customresouredefintion.yaml +++ b/charts/gardener/operator/templates/customresouredefintion.yaml @@ -305,6 +305,300 @@ spec: type: object type: object type: object + gardener: + description: Gardener contains the configuration options for the + Gardener control plane components. + properties: + clusterIdentity: + description: ClusterIdentity is the identity of the garden + cluster. This field is immutable. + minLength: 1 + type: string + x-kubernetes-validations: + - message: Value is immutable + rule: self == oldSelf + gardenerAPIServer: + description: APIServer contains configuration settings for + the gardener-apiserver. + properties: + admissionPlugins: + description: AdmissionPlugins contains the list of user-defined + admission plugins (additional to those managed by Gardener), + and, if desired, the corresponding configuration. + items: + description: AdmissionPlugin contains information about + a specific admission plugin and its corresponding + configuration. + properties: + config: + description: Config is the configuration of the + plugin. + type: object + x-kubernetes-preserve-unknown-fields: true + disabled: + description: Disabled specifies whether this plugin + should be disabled. + type: boolean + kubeconfigSecretName: + description: KubeconfigSecretName specifies the + name of a secret containing the kubeconfig for + this admission plugin. + type: string + name: + description: Name is the name of the plugin. + type: string + required: + - name + type: object + type: array + auditConfig: + description: AuditConfig contains configuration settings + for the audit of the kube-apiserver. + properties: + auditPolicy: + description: AuditPolicy contains configuration settings + for audit policy of the kube-apiserver. + properties: + configMapRef: + description: ConfigMapRef is a reference to a + ConfigMap object in the same namespace, which + contains the audit policy for the kube-apiserver. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: 'If referring to a piece of an + object instead of an entire object, this + string should contain a valid JSON/Go field + access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is + to a container within a pod, this would + take on a value like: "spec.containers{name}" + (where "name" refers to the name of the + container that triggered the event) or if + no container name is specified "spec.containers[2]" + (container with index 2 in this pod). This + syntax is chosen only to have some well-defined + way of referencing a part of an object. + TODO: this design is not final and this + field is subject to change in the future.' + type: string + kind: + description: 'Kind of the referent. More info: + https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + name: + description: 'Name of the referent. More info: + https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + namespace: + description: 'Namespace of the referent. More + info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/' + type: string + resourceVersion: + description: 'Specific resourceVersion to + which this reference is made, if any. More + info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency' + type: string + uid: + description: 'UID of the referent. More info: + https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids' + type: string + type: object + x-kubernetes-map-type: atomic + type: object + type: object + featureGates: + additionalProperties: + type: boolean + description: FeatureGates contains information about enabled + feature gates. + type: object + logging: + description: Logging contains configuration for the log + level and HTTP access logs. + properties: + httpAccessVerbosity: + description: HTTPAccessVerbosity is the kube-apiserver + access logs level + format: int32 + type: integer + verbosity: + description: Verbosity is the kube-apiserver log verbosity + level Defaults to 2. + format: int32 + type: integer + type: object + requests: + description: Requests contains configuration for request-specific + settings for the kube-apiserver. + properties: + maxMutatingInflight: + description: MaxMutatingInflight is the maximum number + of mutating requests in flight at a given time. + When the server exceeds this, it rejects requests. + format: int32 + type: integer + maxNonMutatingInflight: + description: MaxNonMutatingInflight is the maximum + number of non-mutating requests in flight at a given + time. When the server exceeds this, it rejects requests. + format: int32 + type: integer + type: object + watchCacheSizes: + description: WatchCacheSizes contains configuration of + the API server's watch cache sizes. Configuring these + flags might be useful for large-scale Garden clusters + with a lot of parallel update requests and a lot of + watching controllers (e.g. large ManagedSeed clusters). + When the API server's watch cache's capacity is too + small to cope with the amount of update requests and + watchers for a particular resource, it might happen + that controller watches are permanently stopped with + `too old resource version` errors. Starting from kubernetes + v1.19, the API server's watch cache size is adapted + dynamically and setting the watch cache size flags will + have no effect, except when setting it to 0 (which disables + the watch cache). + properties: + default: + description: 'Default configures the default watch + cache size of the kube-apiserver (flag `--default-watch-cache-size`, + defaults to 100). See: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/' + format: int32 + type: integer + resources: + description: 'Resources configures the watch cache + size of the kube-apiserver per resource (flag `--watch-cache-sizes`). + See: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/' + items: + description: ResourceWatchCacheSize contains configuration + of the API server's watch cache size for one specific + resource. + properties: + apiGroup: + description: APIGroup is the API group of the + resource for which the watch cache size should + be configured. An unset value is used to specify + the legacy core API (e.g. for `secrets`). + type: string + resource: + description: Resource is the name of the resource + for which the watch cache size should be configured + (in lowercase plural form, e.g. `secrets`). + type: string + size: + description: CacheSize specifies the watch cache + size that should be configured for the specified + resource. + format: int32 + type: integer + required: + - resource + - size + type: object + type: array + type: object + type: object + gardenerControllerManager: + description: ControllerManager contains configuration settings + for the gardener-controller-manager. + properties: + defaultProjectQuotas: + description: DefaultProjectQuotas is the default configuration + matching projects are set up with if a quota is not + already specified. + items: + description: ProjectQuotaConfiguration defines quota + configurations. + properties: + config: + description: Config is the quota specification used + for the project set-up. Only v1.ResourceQuota + resources are supported. + type: object + x-kubernetes-preserve-unknown-fields: true + projectSelector: + description: ProjectSelector is an optional setting + to select the projects considered for quotas. + Defaults to empty LabelSelector, which matches + all projects. + properties: + matchExpressions: + description: matchExpressions is a list of label + selector requirements. The requirements are + ANDed. + items: + description: A label selector requirement + is a selector that contains values, a key, + and an operator that relates the key and + values. + properties: + key: + description: key is the label key that + the selector applies to. + type: string + operator: + description: operator represents a key's + relationship to a set of values. Valid + operators are In, NotIn, Exists and + DoesNotExist. + type: string + values: + description: values is an array of string + values. If the operator is In or NotIn, + the values array must be non-empty. + If the operator is Exists or DoesNotExist, + the values array must be empty. This + array is replaced during a strategic + merge patch. + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + description: matchLabels is a map of {key,value} + pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, + whose key field is "key", the operator is + "In", and the values array contains only "value". + The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + required: + - config + type: object + type: array + featureGates: + additionalProperties: + type: boolean + description: FeatureGates contains information about enabled + feature gates. + type: object + type: object + gardenerScheduler: + description: Scheduler contains configuration settings for + the gardener-scheduler. + properties: + featureGates: + additionalProperties: + type: boolean + description: FeatureGates contains information about enabled + feature gates. + type: object + type: object + required: + - clusterIdentity + type: object kubernetes: description: Kubernetes contains the version and configuration options for the Kubernetes components of the virtual garden @@ -927,6 +1221,7 @@ spec: type: object required: - dns + - gardener - kubernetes - maintenance - networking diff --git a/cmd/gardener-apiserver/app/gardener_apiserver.go b/cmd/gardener-apiserver/app/gardener_apiserver.go index 537172d85e9..9a87c4feb58 100644 --- a/cmd/gardener-apiserver/app/gardener_apiserver.go +++ b/cmd/gardener-apiserver/app/gardener_apiserver.go @@ -27,6 +27,7 @@ import ( "k8s.io/apimachinery/pkg/runtime" "k8s.io/apimachinery/pkg/runtime/schema" utilerrors "k8s.io/apimachinery/pkg/util/errors" + "k8s.io/apimachinery/pkg/util/sets" "k8s.io/apiserver/pkg/admission" openapinamer "k8s.io/apiserver/pkg/endpoints/openapi" "k8s.io/apiserver/pkg/quota/v1/generic" @@ -69,6 +70,7 @@ import ( "github.com/gardener/gardener/pkg/features" "github.com/gardener/gardener/pkg/logger" "github.com/gardener/gardener/pkg/openapi" + plugin "github.com/gardener/gardener/plugin/pkg" ) // NewCommandStartGardenerAPIServer creates a *cobra.Command object with default parameters. @@ -141,8 +143,8 @@ func NewOptions() *Options { schema.GroupKind{Group: gardencorev1beta1.GroupName}, ) apiserver.RegisterAllAdmissionPlugins(o.Recommended.Admission.Plugins) - o.Recommended.Admission.DefaultOffPlugins = apiserver.DefaultOffPlugins - o.Recommended.Admission.RecommendedPluginOrder = apiserver.AllOrderedPlugins + o.Recommended.Admission.DefaultOffPlugins = sets.NewString(plugin.AllPluginNames()...).Difference(plugin.DefaultOnPlugins()) + o.Recommended.Admission.RecommendedPluginOrder = plugin.AllPluginNames() return o } diff --git a/docs/api-reference/core.md b/docs/api-reference/core.md index 0e9dd06c056..54badfd5f98 100644 --- a/docs/api-reference/core.md +++ b/docs/api-reference/core.md @@ -1968,6 +1968,95 @@ ShootStateSpec +

APIServerLogging +

+

+(Appears on: +KubeAPIServerConfig) +

+

+

APIServerLogging contains configuration for the logs level and http access logs

+

+ + + + + + + + + + + + + + + + + +
FieldDescription
+verbosity
+ +int32 + +
+(Optional) +

Verbosity is the kube-apiserver log verbosity level +Defaults to 2.

+
+httpAccessVerbosity
+ +int32 + +
+(Optional) +

HTTPAccessVerbosity is the kube-apiserver access logs level

+
+

APIServerRequests +

+

+(Appears on: +KubeAPIServerConfig) +

+

+

APIServerRequests contains configuration for request-specific settings for the kube-apiserver.

+

+ + + + + + + + + + + + + + + + + +
FieldDescription
+maxNonMutatingInflight
+ +int32 + +
+(Optional) +

MaxNonMutatingInflight is the maximum number of non-mutating requests in flight at a given time. When the server +exceeds this, it rejects requests.

+
+maxMutatingInflight
+ +int32 + +
+(Optional) +

MaxMutatingInflight is the maximum number of mutating requests in flight at a given time. When the server +exceeds this, it rejects requests.

+

Addon

@@ -5038,8 +5127,8 @@ cache size flags will have no effect, except when setting it to 0 (which disable requests
- -KubeAPIServerRequests + +APIServerRequests @@ -5081,8 +5170,8 @@ Defaults to 1h.

logging
- -KubeAPIServerLogging + +APIServerLogging @@ -5123,95 +5212,6 @@ Defaults to 300.

-

KubeAPIServerLogging -

-

-(Appears on: -KubeAPIServerConfig) -

-

-

KubeAPIServerLogging contains configuration for the logs level and http access logs

-

- - - - - - - - - - - - - - - - - -
FieldDescription
-verbosity
- -int32 - -
-(Optional) -

Verbosity is the kube-apiserver log verbosity level -Defaults to 2.

-
-httpAccessVerbosity
- -int32 - -
-(Optional) -

HTTPAccessVerbosity is the kube-apiserver access logs level

-
-

KubeAPIServerRequests -

-

-(Appears on: -KubeAPIServerConfig) -

-

-

KubeAPIServerRequests contains configuration for request-specific settings for the kube-apiserver.

-

- - - - - - - - - - - - - - - - - -
FieldDescription
-maxNonMutatingInflight
- -int32 - -
-(Optional) -

MaxNonMutatingInflight is the maximum number of non-mutating requests in flight at a given time. When the server -exceeds this, it rejects requests.

-
-maxMutatingInflight
- -int32 - -
-(Optional) -

MaxMutatingInflight is the maximum number of mutating requests in flight at a given time. When the server -exceeds this, it rejects requests.

-

KubeControllerManagerConfig

diff --git a/docs/api-reference/operator.md b/docs/api-reference/operator.md index 7039c12f9ff..0d483c7da8f 100644 --- a/docs/api-reference/operator.md +++ b/docs/api-reference/operator.md @@ -814,6 +814,256 @@ Credentials +

Gardener +

+

+(Appears on: +VirtualCluster) +

+

+

Gardener contains the configuration settings for the Gardener componenets.

+

+ + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDescription
+clusterIdentity
+ +string + +
+

ClusterIdentity is the identity of the garden cluster. This field is immutable.

+
+gardenerAPIServer
+ + +GardenerAPIServerConfig + + +
+(Optional) +

APIServer contains configuration settings for the gardener-apiserver.

+
+gardenerControllerManager
+ + +GardenerControllerManagerConfig + + +
+(Optional) +

ControllerManager contains configuration settings for the gardener-controller-manager.

+
+gardenerScheduler
+ + +GardenerSchedulerConfig + + +
+(Optional) +

Scheduler contains configuration settings for the gardener-scheduler.

+
+

GardenerAPIServerConfig +

+

+(Appears on: +Gardener) +

+

+

GardenerAPIServerConfig contains configuration settings for the gardener-apiserver.

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDescription
+KubernetesConfig
+ +github.com/gardener/gardener/pkg/apis/core/v1beta1.KubernetesConfig + +
+

+(Members of KubernetesConfig are embedded into this type.) +

+
+admissionPlugins
+ +[]github.com/gardener/gardener/pkg/apis/core/v1beta1.AdmissionPlugin + +
+(Optional) +

AdmissionPlugins contains the list of user-defined admission plugins (additional to those managed by Gardener), +and, if desired, the corresponding configuration.

+
+auditConfig
+ +github.com/gardener/gardener/pkg/apis/core/v1beta1.AuditConfig + +
+(Optional) +

AuditConfig contains configuration settings for the audit of the kube-apiserver.

+
+logging
+ +github.com/gardener/gardener/pkg/apis/core/v1beta1.APIServerLogging + +
+(Optional) +

Logging contains configuration for the log level and HTTP access logs.

+
+requests
+ +github.com/gardener/gardener/pkg/apis/core/v1beta1.APIServerRequests + +
+(Optional) +

Requests contains configuration for request-specific settings for the kube-apiserver.

+
+watchCacheSizes
+ +github.com/gardener/gardener/pkg/apis/core/v1beta1.WatchCacheSizes + +
+(Optional) +

WatchCacheSizes contains configuration of the API server’s watch cache sizes. +Configuring these flags might be useful for large-scale Garden clusters with a lot of parallel update requests +and a lot of watching controllers (e.g. large ManagedSeed clusters). When the API server’s watch cache’s +capacity is too small to cope with the amount of update requests and watchers for a particular resource, it +might happen that controller watches are permanently stopped with too old resource version errors. +Starting from kubernetes v1.19, the API server’s watch cache size is adapted dynamically and setting the watch +cache size flags will have no effect, except when setting it to 0 (which disables the watch cache).

+
+

GardenerControllerManagerConfig +

+

+(Appears on: +Gardener) +

+

+

GardenerControllerManagerConfig contains configuration settings for the gardener-controller-manager.

+

+ + + + + + + + + + + + + + + + + +
FieldDescription
+KubernetesConfig
+ +github.com/gardener/gardener/pkg/apis/core/v1beta1.KubernetesConfig + +
+

+(Members of KubernetesConfig are embedded into this type.) +

+
+defaultProjectQuotas
+ + +[]ProjectQuotaConfiguration + + +
+(Optional) +

DefaultProjectQuotas is the default configuration matching projects are set up with if a quota is not already +specified.

+
+

GardenerSchedulerConfig +

+

+(Appears on: +Gardener) +

+

+

GardenerSchedulerConfig contains configuration settings for the gardener-scheduler.

+

+ + + + + + + + + + + + + +
FieldDescription
+KubernetesConfig
+ +github.com/gardener/gardener/pkg/apis/core/v1beta1.KubernetesConfig + +
+

+(Members of KubernetesConfig are embedded into this type.) +

+

GroupResource

@@ -1138,6 +1388,52 @@ string +

ProjectQuotaConfiguration +

+

+(Appears on: +GardenerControllerManagerConfig) +

+

+

ProjectQuotaConfiguration defines quota configurations.

+

+ + + + + + + + + + + + + + + + + +
FieldDescription
+config
+ +k8s.io/apimachinery/pkg/runtime.RawExtension + +
+

Config is the quota specification used for the project set-up. +Only v1.ResourceQuota resources are supported.

+
+projectSelector
+ + +Kubernetes meta/v1.LabelSelector + + +
+(Optional) +

ProjectSelector is an optional setting to select the projects considered for quotas. +Defaults to empty LabelSelector, which matches all projects.

+

Provider

@@ -1618,6 +1914,19 @@ ETCD +gardener
+ + +Gardener + + + + +

Gardener contains the configuration options for the Gardener control plane components.

+ + + + kubernetes
diff --git a/example/operator/10-crd-operator.gardener.cloud_gardens.yaml b/example/operator/10-crd-operator.gardener.cloud_gardens.yaml index 7dff4428517..812ed6f7aca 100644 --- a/example/operator/10-crd-operator.gardener.cloud_gardens.yaml +++ b/example/operator/10-crd-operator.gardener.cloud_gardens.yaml @@ -305,6 +305,300 @@ spec: type: object type: object type: object + gardener: + description: Gardener contains the configuration options for the + Gardener control plane components. + properties: + clusterIdentity: + description: ClusterIdentity is the identity of the garden + cluster. This field is immutable. + minLength: 1 + type: string + x-kubernetes-validations: + - message: Value is immutable + rule: self == oldSelf + gardenerAPIServer: + description: APIServer contains configuration settings for + the gardener-apiserver. + properties: + admissionPlugins: + description: AdmissionPlugins contains the list of user-defined + admission plugins (additional to those managed by Gardener), + and, if desired, the corresponding configuration. + items: + description: AdmissionPlugin contains information about + a specific admission plugin and its corresponding + configuration. + properties: + config: + description: Config is the configuration of the + plugin. + type: object + x-kubernetes-preserve-unknown-fields: true + disabled: + description: Disabled specifies whether this plugin + should be disabled. + type: boolean + kubeconfigSecretName: + description: KubeconfigSecretName specifies the + name of a secret containing the kubeconfig for + this admission plugin. + type: string + name: + description: Name is the name of the plugin. + type: string + required: + - name + type: object + type: array + auditConfig: + description: AuditConfig contains configuration settings + for the audit of the kube-apiserver. + properties: + auditPolicy: + description: AuditPolicy contains configuration settings + for audit policy of the kube-apiserver. + properties: + configMapRef: + description: ConfigMapRef is a reference to a + ConfigMap object in the same namespace, which + contains the audit policy for the kube-apiserver. + properties: + apiVersion: + description: API version of the referent. + type: string + fieldPath: + description: 'If referring to a piece of an + object instead of an entire object, this + string should contain a valid JSON/Go field + access statement, such as desiredState.manifest.containers[2]. + For example, if the object reference is + to a container within a pod, this would + take on a value like: "spec.containers{name}" + (where "name" refers to the name of the + container that triggered the event) or if + no container name is specified "spec.containers[2]" + (container with index 2 in this pod). This + syntax is chosen only to have some well-defined + way of referencing a part of an object. + TODO: this design is not final and this + field is subject to change in the future.' + type: string + kind: + description: 'Kind of the referent. More info: + https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + name: + description: 'Name of the referent. More info: + https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' + type: string + namespace: + description: 'Namespace of the referent. More + info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/' + type: string + resourceVersion: + description: 'Specific resourceVersion to + which this reference is made, if any. More + info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency' + type: string + uid: + description: 'UID of the referent. More info: + https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids' + type: string + type: object + x-kubernetes-map-type: atomic + type: object + type: object + featureGates: + additionalProperties: + type: boolean + description: FeatureGates contains information about enabled + feature gates. + type: object + logging: + description: Logging contains configuration for the log + level and HTTP access logs. + properties: + httpAccessVerbosity: + description: HTTPAccessVerbosity is the kube-apiserver + access logs level + format: int32 + type: integer + verbosity: + description: Verbosity is the kube-apiserver log verbosity + level Defaults to 2. + format: int32 + type: integer + type: object + requests: + description: Requests contains configuration for request-specific + settings for the kube-apiserver. + properties: + maxMutatingInflight: + description: MaxMutatingInflight is the maximum number + of mutating requests in flight at a given time. + When the server exceeds this, it rejects requests. + format: int32 + type: integer + maxNonMutatingInflight: + description: MaxNonMutatingInflight is the maximum + number of non-mutating requests in flight at a given + time. When the server exceeds this, it rejects requests. + format: int32 + type: integer + type: object + watchCacheSizes: + description: WatchCacheSizes contains configuration of + the API server's watch cache sizes. Configuring these + flags might be useful for large-scale Garden clusters + with a lot of parallel update requests and a lot of + watching controllers (e.g. large ManagedSeed clusters). + When the API server's watch cache's capacity is too + small to cope with the amount of update requests and + watchers for a particular resource, it might happen + that controller watches are permanently stopped with + `too old resource version` errors. Starting from kubernetes + v1.19, the API server's watch cache size is adapted + dynamically and setting the watch cache size flags will + have no effect, except when setting it to 0 (which disables + the watch cache). + properties: + default: + description: 'Default configures the default watch + cache size of the kube-apiserver (flag `--default-watch-cache-size`, + defaults to 100). See: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/' + format: int32 + type: integer + resources: + description: 'Resources configures the watch cache + size of the kube-apiserver per resource (flag `--watch-cache-sizes`). + See: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/' + items: + description: ResourceWatchCacheSize contains configuration + of the API server's watch cache size for one specific + resource. + properties: + apiGroup: + description: APIGroup is the API group of the + resource for which the watch cache size should + be configured. An unset value is used to specify + the legacy core API (e.g. for `secrets`). + type: string + resource: + description: Resource is the name of the resource + for which the watch cache size should be configured + (in lowercase plural form, e.g. `secrets`). + type: string + size: + description: CacheSize specifies the watch cache + size that should be configured for the specified + resource. + format: int32 + type: integer + required: + - resource + - size + type: object + type: array + type: object + type: object + gardenerControllerManager: + description: ControllerManager contains configuration settings + for the gardener-controller-manager. + properties: + defaultProjectQuotas: + description: DefaultProjectQuotas is the default configuration + matching projects are set up with if a quota is not + already specified. + items: + description: ProjectQuotaConfiguration defines quota + configurations. + properties: + config: + description: Config is the quota specification used + for the project set-up. Only v1.ResourceQuota + resources are supported. + type: object + x-kubernetes-preserve-unknown-fields: true + projectSelector: + description: ProjectSelector is an optional setting + to select the projects considered for quotas. + Defaults to empty LabelSelector, which matches + all projects. + properties: + matchExpressions: + description: matchExpressions is a list of label + selector requirements. The requirements are + ANDed. + items: + description: A label selector requirement + is a selector that contains values, a key, + and an operator that relates the key and + values. + properties: + key: + description: key is the label key that + the selector applies to. + type: string + operator: + description: operator represents a key's + relationship to a set of values. Valid + operators are In, NotIn, Exists and + DoesNotExist. + type: string + values: + description: values is an array of string + values. If the operator is In or NotIn, + the values array must be non-empty. + If the operator is Exists or DoesNotExist, + the values array must be empty. This + array is replaced during a strategic + merge patch. + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + description: matchLabels is a map of {key,value} + pairs. A single {key,value} in the matchLabels + map is equivalent to an element of matchExpressions, + whose key field is "key", the operator is + "In", and the values array contains only "value". + The requirements are ANDed. + type: object + type: object + x-kubernetes-map-type: atomic + required: + - config + type: object + type: array + featureGates: + additionalProperties: + type: boolean + description: FeatureGates contains information about enabled + feature gates. + type: object + type: object + gardenerScheduler: + description: Scheduler contains configuration settings for + the gardener-scheduler. + properties: + featureGates: + additionalProperties: + type: boolean + description: FeatureGates contains information about enabled + feature gates. + type: object + type: object + required: + - clusterIdentity + type: object kubernetes: description: Kubernetes contains the version and configuration options for the Kubernetes components of the virtual garden @@ -927,6 +1221,7 @@ spec: type: object required: - dns + - gardener - kubernetes - maintenance - networking diff --git a/example/operator/20-garden.yaml b/example/operator/20-garden.yaml index 893f5c6f2bb..e0ba3e433b7 100644 --- a/example/operator/20-garden.yaml +++ b/example/operator/20-garden.yaml @@ -146,6 +146,56 @@ spec: # featureGates: # SomeKubernetesFeature: true # certificateSigningDuration: 48h + gardener: + clusterIdentity: local + # gardenerAPIServer: + # admissionPlugins: + # - name: ShootDNSRewriting + # disabled: false + # config: + # apiVersion: shootdnsrewriting.admission.gardener.cloud + # kind: Configuration + # commonSuffixes: + # - foo + # kubeconfigSecretName: name-of-secret-containing-kubeconfig-for-admission-plugin + # auditConfig: + # auditPolicy: + # configMapRef: + # name: auditpolicy + # auditWebhook: + # kubeconfigSecretName: name-of-secret-containing-kubeconfig-for-audit-webhook + # batchMaxSize: 1337 + # version: audit.k8s.io/v1 + # featureGates: + # SomeGardenerFeature: true + # logging: + # verbosity: 2 + # httpAccessVerbosity: 3 + # requests: + # maxNonMutatingInflight: 400 + # maxMutatingInflight: 200 + # watchCacheSizes: # See: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/ + # default: 100 + # resources: + # - apiGroup: core.gardener.cloud + # resource: shoots + # size: 500 + # gardenerControllerManager: + # defaultProjectQuotas: + # - config: + # apiVersion: v1 + # kind: ResourceQuota + # spec: + # hard: + # count/shoots.core.gardener.cloud: "100" + # count/secretbindings.core.gardener.cloud: "10" + # count/secrets: "400" + # projectSelector: {} + # featureGates: + # SomeGardenerFeature: true + # gardenerScheduler: + # featureGates: + # SomeGardenerFeature: true maintenance: timeWindow: begin: 220000+0100 diff --git a/pkg/apis/core/types_shoot.go b/pkg/apis/core/types_shoot.go index df752e4d20a..9ad92fbf8e5 100644 --- a/pkg/apis/core/types_shoot.go +++ b/pkg/apis/core/types_shoot.go @@ -556,7 +556,7 @@ type KubeAPIServerConfig struct { // cache size flags will have no effect, except when setting it to 0 (which disables the watch cache). WatchCacheSizes *WatchCacheSizes // Requests contains configuration for request-specific settings for the kube-apiserver. - Requests *KubeAPIServerRequests + Requests *APIServerRequests // EnableAnonymousAuthentication defines whether anonymous requests to the secure port // of the API server should be allowed (flag `--anonymous-auth`). // See: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/ @@ -564,7 +564,7 @@ type KubeAPIServerConfig struct { // EventTTL controls the amount of time to retain events. EventTTL *metav1.Duration // Logging contains configuration settings for the log verbosity and access logging - Logging *KubeAPIServerLogging + Logging *APIServerLogging // DefaultNotReadyTolerationSeconds indicates the tolerationSeconds of the toleration for notReady:NoExecute // that is added by default to every pod that does not already have such a toleration (flag `--default-not-ready-toleration-seconds`). // The field has effect only when the `DefaultTolerationSeconds` admission plugin is enabled. @@ -575,16 +575,16 @@ type KubeAPIServerConfig struct { DefaultUnreachableTolerationSeconds *int64 } -// KubeAPIServerLogging contains configuration for the logs level and http access logs -type KubeAPIServerLogging struct { +// APIServerLogging contains configuration for the logs level and http access logs +type APIServerLogging struct { // Verbosity is the kube-apiserver log verbosity level Verbosity *int32 // HTTPAccessVerbosity is the kube-apiserver access logs level HTTPAccessVerbosity *int32 } -// KubeAPIServerRequests contains configuration for request-specific settings for the kube-apiserver. -type KubeAPIServerRequests struct { +// APIServerRequests contains configuration for request-specific settings for the kube-apiserver. +type APIServerRequests struct { // MaxNonMutatingInflight is the maximum number of non-mutating requests in flight at a given time. When the server // exceeds this, it rejects requests. MaxNonMutatingInflight *int32 diff --git a/pkg/apis/core/v1beta1/defaults.go b/pkg/apis/core/v1beta1/defaults.go index ae59230fb70..3f7bba7037a 100644 --- a/pkg/apis/core/v1beta1/defaults.go +++ b/pkg/apis/core/v1beta1/defaults.go @@ -263,7 +263,7 @@ func SetDefaults_Shoot(obj *Shoot) { // SetDefaults_KubeAPIServerConfig sets default values for KubeAPIServerConfig objects. func SetDefaults_KubeAPIServerConfig(obj *KubeAPIServerConfig) { if obj.Requests == nil { - obj.Requests = &KubeAPIServerRequests{} + obj.Requests = &APIServerRequests{} } if obj.Requests.MaxNonMutatingInflight == nil { obj.Requests.MaxNonMutatingInflight = pointer.Int32(400) @@ -278,7 +278,7 @@ func SetDefaults_KubeAPIServerConfig(obj *KubeAPIServerConfig) { obj.EventTTL = &metav1.Duration{Duration: time.Hour} } if obj.Logging == nil { - obj.Logging = &KubeAPIServerLogging{} + obj.Logging = &APIServerLogging{} } if obj.Logging.Verbosity == nil { obj.Logging.Verbosity = pointer.Int32(2) diff --git a/pkg/apis/core/v1beta1/defaults_test.go b/pkg/apis/core/v1beta1/defaults_test.go index 0fc80f3aa76..99992defb4d 100644 --- a/pkg/apis/core/v1beta1/defaults_test.go +++ b/pkg/apis/core/v1beta1/defaults_test.go @@ -518,7 +518,7 @@ var _ = Describe("Defaults", func() { maxMutatingRequestsInflight int32 = 456 ) - obj.Spec.Kubernetes.KubeAPIServer = &KubeAPIServerConfig{Requests: &KubeAPIServerRequests{}} + obj.Spec.Kubernetes.KubeAPIServer = &KubeAPIServerConfig{Requests: &APIServerRequests{}} obj.Spec.Kubernetes.KubeAPIServer.Requests.MaxNonMutatingInflight = &maxNonMutatingRequestsInflight obj.Spec.Kubernetes.KubeAPIServer.Requests.MaxMutatingInflight = &maxMutatingRequestsInflight @@ -558,7 +558,7 @@ var _ = Describe("Defaults", func() { }) It("should not overwrite the log verbosity level", func() { - obj.Spec.Kubernetes.KubeAPIServer = &KubeAPIServerConfig{Logging: &KubeAPIServerLogging{Verbosity: pointer.Int32(3)}} + obj.Spec.Kubernetes.KubeAPIServer = &KubeAPIServerConfig{Logging: &APIServerLogging{Verbosity: pointer.Int32(3)}} SetObjectDefaults_Shoot(obj) Expect(obj.Spec.Kubernetes.KubeAPIServer.Logging.Verbosity).To(PointTo(Equal(int32(3)))) }) diff --git a/pkg/apis/core/v1beta1/generated.pb.go b/pkg/apis/core/v1beta1/generated.pb.go index e4288143d25..5a22e9ef2a1 100644 --- a/pkg/apis/core/v1beta1/generated.pb.go +++ b/pkg/apis/core/v1beta1/generated.pb.go @@ -53,10 +53,66 @@ var _ = math.Inf // proto package needs to be updated. const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package +func (m *APIServerLogging) Reset() { *m = APIServerLogging{} } +func (*APIServerLogging) ProtoMessage() {} +func (*APIServerLogging) Descriptor() ([]byte, []int) { + return fileDescriptor_ca37af0df9a5bbd2, []int{0} +} +func (m *APIServerLogging) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *APIServerLogging) 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 *APIServerLogging) XXX_Merge(src proto.Message) { + xxx_messageInfo_APIServerLogging.Merge(m, src) +} +func (m *APIServerLogging) XXX_Size() int { + return m.Size() +} +func (m *APIServerLogging) XXX_DiscardUnknown() { + xxx_messageInfo_APIServerLogging.DiscardUnknown(m) +} + +var xxx_messageInfo_APIServerLogging proto.InternalMessageInfo + +func (m *APIServerRequests) Reset() { *m = APIServerRequests{} } +func (*APIServerRequests) ProtoMessage() {} +func (*APIServerRequests) Descriptor() ([]byte, []int) { + return fileDescriptor_ca37af0df9a5bbd2, []int{1} +} +func (m *APIServerRequests) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *APIServerRequests) 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 *APIServerRequests) XXX_Merge(src proto.Message) { + xxx_messageInfo_APIServerRequests.Merge(m, src) +} +func (m *APIServerRequests) XXX_Size() int { + return m.Size() +} +func (m *APIServerRequests) XXX_DiscardUnknown() { + xxx_messageInfo_APIServerRequests.DiscardUnknown(m) +} + +var xxx_messageInfo_APIServerRequests proto.InternalMessageInfo + func (m *Addon) Reset() { *m = Addon{} } func (*Addon) ProtoMessage() {} func (*Addon) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{0} + return fileDescriptor_ca37af0df9a5bbd2, []int{2} } func (m *Addon) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -84,7 +140,7 @@ var xxx_messageInfo_Addon proto.InternalMessageInfo func (m *Addons) Reset() { *m = Addons{} } func (*Addons) ProtoMessage() {} func (*Addons) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{1} + return fileDescriptor_ca37af0df9a5bbd2, []int{3} } func (m *Addons) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -112,7 +168,7 @@ var xxx_messageInfo_Addons proto.InternalMessageInfo func (m *AdmissionPlugin) Reset() { *m = AdmissionPlugin{} } func (*AdmissionPlugin) ProtoMessage() {} func (*AdmissionPlugin) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{2} + return fileDescriptor_ca37af0df9a5bbd2, []int{4} } func (m *AdmissionPlugin) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -140,7 +196,7 @@ var xxx_messageInfo_AdmissionPlugin proto.InternalMessageInfo func (m *Alerting) Reset() { *m = Alerting{} } func (*Alerting) ProtoMessage() {} func (*Alerting) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{3} + return fileDescriptor_ca37af0df9a5bbd2, []int{5} } func (m *Alerting) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -168,7 +224,7 @@ var xxx_messageInfo_Alerting proto.InternalMessageInfo func (m *AuditConfig) Reset() { *m = AuditConfig{} } func (*AuditConfig) ProtoMessage() {} func (*AuditConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{4} + return fileDescriptor_ca37af0df9a5bbd2, []int{6} } func (m *AuditConfig) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -196,7 +252,7 @@ var xxx_messageInfo_AuditConfig proto.InternalMessageInfo func (m *AuditPolicy) Reset() { *m = AuditPolicy{} } func (*AuditPolicy) ProtoMessage() {} func (*AuditPolicy) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{5} + return fileDescriptor_ca37af0df9a5bbd2, []int{7} } func (m *AuditPolicy) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -224,7 +280,7 @@ var xxx_messageInfo_AuditPolicy proto.InternalMessageInfo func (m *AvailabilityZone) Reset() { *m = AvailabilityZone{} } func (*AvailabilityZone) ProtoMessage() {} func (*AvailabilityZone) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{6} + return fileDescriptor_ca37af0df9a5bbd2, []int{8} } func (m *AvailabilityZone) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -252,7 +308,7 @@ var xxx_messageInfo_AvailabilityZone proto.InternalMessageInfo func (m *BackupBucket) Reset() { *m = BackupBucket{} } func (*BackupBucket) ProtoMessage() {} func (*BackupBucket) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{7} + return fileDescriptor_ca37af0df9a5bbd2, []int{9} } func (m *BackupBucket) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -280,7 +336,7 @@ var xxx_messageInfo_BackupBucket proto.InternalMessageInfo func (m *BackupBucketList) Reset() { *m = BackupBucketList{} } func (*BackupBucketList) ProtoMessage() {} func (*BackupBucketList) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{8} + return fileDescriptor_ca37af0df9a5bbd2, []int{10} } func (m *BackupBucketList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -308,7 +364,7 @@ var xxx_messageInfo_BackupBucketList proto.InternalMessageInfo func (m *BackupBucketProvider) Reset() { *m = BackupBucketProvider{} } func (*BackupBucketProvider) ProtoMessage() {} func (*BackupBucketProvider) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{9} + return fileDescriptor_ca37af0df9a5bbd2, []int{11} } func (m *BackupBucketProvider) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -336,7 +392,7 @@ var xxx_messageInfo_BackupBucketProvider proto.InternalMessageInfo func (m *BackupBucketSpec) Reset() { *m = BackupBucketSpec{} } func (*BackupBucketSpec) ProtoMessage() {} func (*BackupBucketSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{10} + return fileDescriptor_ca37af0df9a5bbd2, []int{12} } func (m *BackupBucketSpec) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -364,7 +420,7 @@ var xxx_messageInfo_BackupBucketSpec proto.InternalMessageInfo func (m *BackupBucketStatus) Reset() { *m = BackupBucketStatus{} } func (*BackupBucketStatus) ProtoMessage() {} func (*BackupBucketStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{11} + return fileDescriptor_ca37af0df9a5bbd2, []int{13} } func (m *BackupBucketStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -392,7 +448,7 @@ var xxx_messageInfo_BackupBucketStatus proto.InternalMessageInfo func (m *BackupEntry) Reset() { *m = BackupEntry{} } func (*BackupEntry) ProtoMessage() {} func (*BackupEntry) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{12} + return fileDescriptor_ca37af0df9a5bbd2, []int{14} } func (m *BackupEntry) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -420,7 +476,7 @@ var xxx_messageInfo_BackupEntry proto.InternalMessageInfo func (m *BackupEntryList) Reset() { *m = BackupEntryList{} } func (*BackupEntryList) ProtoMessage() {} func (*BackupEntryList) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{13} + return fileDescriptor_ca37af0df9a5bbd2, []int{15} } func (m *BackupEntryList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -448,7 +504,7 @@ var xxx_messageInfo_BackupEntryList proto.InternalMessageInfo func (m *BackupEntrySpec) Reset() { *m = BackupEntrySpec{} } func (*BackupEntrySpec) ProtoMessage() {} func (*BackupEntrySpec) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{14} + return fileDescriptor_ca37af0df9a5bbd2, []int{16} } func (m *BackupEntrySpec) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -476,7 +532,7 @@ var xxx_messageInfo_BackupEntrySpec proto.InternalMessageInfo func (m *BackupEntryStatus) Reset() { *m = BackupEntryStatus{} } func (*BackupEntryStatus) ProtoMessage() {} func (*BackupEntryStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{15} + return fileDescriptor_ca37af0df9a5bbd2, []int{17} } func (m *BackupEntryStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -504,7 +560,7 @@ var xxx_messageInfo_BackupEntryStatus proto.InternalMessageInfo func (m *CARotation) Reset() { *m = CARotation{} } func (*CARotation) ProtoMessage() {} func (*CARotation) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{16} + return fileDescriptor_ca37af0df9a5bbd2, []int{18} } func (m *CARotation) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -532,7 +588,7 @@ var xxx_messageInfo_CARotation proto.InternalMessageInfo func (m *CRI) Reset() { *m = CRI{} } func (*CRI) ProtoMessage() {} func (*CRI) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{17} + return fileDescriptor_ca37af0df9a5bbd2, []int{19} } func (m *CRI) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -560,7 +616,7 @@ var xxx_messageInfo_CRI proto.InternalMessageInfo func (m *CloudProfile) Reset() { *m = CloudProfile{} } func (*CloudProfile) ProtoMessage() {} func (*CloudProfile) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{18} + return fileDescriptor_ca37af0df9a5bbd2, []int{20} } func (m *CloudProfile) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -588,7 +644,7 @@ var xxx_messageInfo_CloudProfile proto.InternalMessageInfo func (m *CloudProfileList) Reset() { *m = CloudProfileList{} } func (*CloudProfileList) ProtoMessage() {} func (*CloudProfileList) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{19} + return fileDescriptor_ca37af0df9a5bbd2, []int{21} } func (m *CloudProfileList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -616,7 +672,7 @@ var xxx_messageInfo_CloudProfileList proto.InternalMessageInfo func (m *CloudProfileSpec) Reset() { *m = CloudProfileSpec{} } func (*CloudProfileSpec) ProtoMessage() {} func (*CloudProfileSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{20} + return fileDescriptor_ca37af0df9a5bbd2, []int{22} } func (m *CloudProfileSpec) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -644,7 +700,7 @@ var xxx_messageInfo_CloudProfileSpec proto.InternalMessageInfo func (m *ClusterAutoscaler) Reset() { *m = ClusterAutoscaler{} } func (*ClusterAutoscaler) ProtoMessage() {} func (*ClusterAutoscaler) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{21} + return fileDescriptor_ca37af0df9a5bbd2, []int{23} } func (m *ClusterAutoscaler) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -672,7 +728,7 @@ var xxx_messageInfo_ClusterAutoscaler proto.InternalMessageInfo func (m *Condition) Reset() { *m = Condition{} } func (*Condition) ProtoMessage() {} func (*Condition) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{22} + return fileDescriptor_ca37af0df9a5bbd2, []int{24} } func (m *Condition) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -700,7 +756,7 @@ var xxx_messageInfo_Condition proto.InternalMessageInfo func (m *ContainerRuntime) Reset() { *m = ContainerRuntime{} } func (*ContainerRuntime) ProtoMessage() {} func (*ContainerRuntime) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{23} + return fileDescriptor_ca37af0df9a5bbd2, []int{25} } func (m *ContainerRuntime) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -728,7 +784,7 @@ var xxx_messageInfo_ContainerRuntime proto.InternalMessageInfo func (m *ControlPlane) Reset() { *m = ControlPlane{} } func (*ControlPlane) ProtoMessage() {} func (*ControlPlane) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{24} + return fileDescriptor_ca37af0df9a5bbd2, []int{26} } func (m *ControlPlane) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -756,7 +812,7 @@ var xxx_messageInfo_ControlPlane proto.InternalMessageInfo func (m *ControllerDeployment) Reset() { *m = ControllerDeployment{} } func (*ControllerDeployment) ProtoMessage() {} func (*ControllerDeployment) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{25} + return fileDescriptor_ca37af0df9a5bbd2, []int{27} } func (m *ControllerDeployment) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -784,7 +840,7 @@ var xxx_messageInfo_ControllerDeployment proto.InternalMessageInfo func (m *ControllerDeploymentList) Reset() { *m = ControllerDeploymentList{} } func (*ControllerDeploymentList) ProtoMessage() {} func (*ControllerDeploymentList) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{26} + return fileDescriptor_ca37af0df9a5bbd2, []int{28} } func (m *ControllerDeploymentList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -812,7 +868,7 @@ var xxx_messageInfo_ControllerDeploymentList proto.InternalMessageInfo func (m *ControllerInstallation) Reset() { *m = ControllerInstallation{} } func (*ControllerInstallation) ProtoMessage() {} func (*ControllerInstallation) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{27} + return fileDescriptor_ca37af0df9a5bbd2, []int{29} } func (m *ControllerInstallation) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -840,7 +896,7 @@ var xxx_messageInfo_ControllerInstallation proto.InternalMessageInfo func (m *ControllerInstallationList) Reset() { *m = ControllerInstallationList{} } func (*ControllerInstallationList) ProtoMessage() {} func (*ControllerInstallationList) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{28} + return fileDescriptor_ca37af0df9a5bbd2, []int{30} } func (m *ControllerInstallationList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -868,7 +924,7 @@ var xxx_messageInfo_ControllerInstallationList proto.InternalMessageInfo func (m *ControllerInstallationSpec) Reset() { *m = ControllerInstallationSpec{} } func (*ControllerInstallationSpec) ProtoMessage() {} func (*ControllerInstallationSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{29} + return fileDescriptor_ca37af0df9a5bbd2, []int{31} } func (m *ControllerInstallationSpec) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -896,7 +952,7 @@ var xxx_messageInfo_ControllerInstallationSpec proto.InternalMessageInfo func (m *ControllerInstallationStatus) Reset() { *m = ControllerInstallationStatus{} } func (*ControllerInstallationStatus) ProtoMessage() {} func (*ControllerInstallationStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{30} + return fileDescriptor_ca37af0df9a5bbd2, []int{32} } func (m *ControllerInstallationStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -924,7 +980,7 @@ var xxx_messageInfo_ControllerInstallationStatus proto.InternalMessageInfo func (m *ControllerRegistration) Reset() { *m = ControllerRegistration{} } func (*ControllerRegistration) ProtoMessage() {} func (*ControllerRegistration) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{31} + return fileDescriptor_ca37af0df9a5bbd2, []int{33} } func (m *ControllerRegistration) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -952,7 +1008,7 @@ var xxx_messageInfo_ControllerRegistration proto.InternalMessageInfo func (m *ControllerRegistrationDeployment) Reset() { *m = ControllerRegistrationDeployment{} } func (*ControllerRegistrationDeployment) ProtoMessage() {} func (*ControllerRegistrationDeployment) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{32} + return fileDescriptor_ca37af0df9a5bbd2, []int{34} } func (m *ControllerRegistrationDeployment) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -980,7 +1036,7 @@ var xxx_messageInfo_ControllerRegistrationDeployment proto.InternalMessageInfo func (m *ControllerRegistrationList) Reset() { *m = ControllerRegistrationList{} } func (*ControllerRegistrationList) ProtoMessage() {} func (*ControllerRegistrationList) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{33} + return fileDescriptor_ca37af0df9a5bbd2, []int{35} } func (m *ControllerRegistrationList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1008,7 +1064,7 @@ var xxx_messageInfo_ControllerRegistrationList proto.InternalMessageInfo func (m *ControllerRegistrationSpec) Reset() { *m = ControllerRegistrationSpec{} } func (*ControllerRegistrationSpec) ProtoMessage() {} func (*ControllerRegistrationSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{34} + return fileDescriptor_ca37af0df9a5bbd2, []int{36} } func (m *ControllerRegistrationSpec) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1036,7 +1092,7 @@ var xxx_messageInfo_ControllerRegistrationSpec proto.InternalMessageInfo func (m *ControllerResource) Reset() { *m = ControllerResource{} } func (*ControllerResource) ProtoMessage() {} func (*ControllerResource) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{35} + return fileDescriptor_ca37af0df9a5bbd2, []int{37} } func (m *ControllerResource) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1064,7 +1120,7 @@ var xxx_messageInfo_ControllerResource proto.InternalMessageInfo func (m *ControllerResourceLifecycle) Reset() { *m = ControllerResourceLifecycle{} } func (*ControllerResourceLifecycle) ProtoMessage() {} func (*ControllerResourceLifecycle) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{36} + return fileDescriptor_ca37af0df9a5bbd2, []int{38} } func (m *ControllerResourceLifecycle) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1092,7 +1148,7 @@ var xxx_messageInfo_ControllerResourceLifecycle proto.InternalMessageInfo func (m *CoreDNS) Reset() { *m = CoreDNS{} } func (*CoreDNS) ProtoMessage() {} func (*CoreDNS) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{37} + return fileDescriptor_ca37af0df9a5bbd2, []int{39} } func (m *CoreDNS) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1120,7 +1176,7 @@ var xxx_messageInfo_CoreDNS proto.InternalMessageInfo func (m *CoreDNSAutoscaling) Reset() { *m = CoreDNSAutoscaling{} } func (*CoreDNSAutoscaling) ProtoMessage() {} func (*CoreDNSAutoscaling) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{38} + return fileDescriptor_ca37af0df9a5bbd2, []int{40} } func (m *CoreDNSAutoscaling) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1148,7 +1204,7 @@ var xxx_messageInfo_CoreDNSAutoscaling proto.InternalMessageInfo func (m *CoreDNSRewriting) Reset() { *m = CoreDNSRewriting{} } func (*CoreDNSRewriting) ProtoMessage() {} func (*CoreDNSRewriting) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{39} + return fileDescriptor_ca37af0df9a5bbd2, []int{41} } func (m *CoreDNSRewriting) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1176,7 +1232,7 @@ var xxx_messageInfo_CoreDNSRewriting proto.InternalMessageInfo func (m *DNS) Reset() { *m = DNS{} } func (*DNS) ProtoMessage() {} func (*DNS) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{40} + return fileDescriptor_ca37af0df9a5bbd2, []int{42} } func (m *DNS) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1204,7 +1260,7 @@ var xxx_messageInfo_DNS proto.InternalMessageInfo func (m *DNSIncludeExclude) Reset() { *m = DNSIncludeExclude{} } func (*DNSIncludeExclude) ProtoMessage() {} func (*DNSIncludeExclude) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{41} + return fileDescriptor_ca37af0df9a5bbd2, []int{43} } func (m *DNSIncludeExclude) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1232,7 +1288,7 @@ var xxx_messageInfo_DNSIncludeExclude proto.InternalMessageInfo func (m *DNSProvider) Reset() { *m = DNSProvider{} } func (*DNSProvider) ProtoMessage() {} func (*DNSProvider) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{42} + return fileDescriptor_ca37af0df9a5bbd2, []int{44} } func (m *DNSProvider) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1260,7 +1316,7 @@ var xxx_messageInfo_DNSProvider proto.InternalMessageInfo func (m *DataVolume) Reset() { *m = DataVolume{} } func (*DataVolume) ProtoMessage() {} func (*DataVolume) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{43} + return fileDescriptor_ca37af0df9a5bbd2, []int{45} } func (m *DataVolume) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1288,7 +1344,7 @@ var xxx_messageInfo_DataVolume proto.InternalMessageInfo func (m *DeploymentRef) Reset() { *m = DeploymentRef{} } func (*DeploymentRef) ProtoMessage() {} func (*DeploymentRef) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{44} + return fileDescriptor_ca37af0df9a5bbd2, []int{46} } func (m *DeploymentRef) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1316,7 +1372,7 @@ var xxx_messageInfo_DeploymentRef proto.InternalMessageInfo func (m *ETCDEncryptionKeyRotation) Reset() { *m = ETCDEncryptionKeyRotation{} } func (*ETCDEncryptionKeyRotation) ProtoMessage() {} func (*ETCDEncryptionKeyRotation) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{45} + return fileDescriptor_ca37af0df9a5bbd2, []int{47} } func (m *ETCDEncryptionKeyRotation) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1344,7 +1400,7 @@ var xxx_messageInfo_ETCDEncryptionKeyRotation proto.InternalMessageInfo func (m *ExpirableVersion) Reset() { *m = ExpirableVersion{} } func (*ExpirableVersion) ProtoMessage() {} func (*ExpirableVersion) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{46} + return fileDescriptor_ca37af0df9a5bbd2, []int{48} } func (m *ExpirableVersion) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1372,7 +1428,7 @@ var xxx_messageInfo_ExpirableVersion proto.InternalMessageInfo func (m *ExposureClass) Reset() { *m = ExposureClass{} } func (*ExposureClass) ProtoMessage() {} func (*ExposureClass) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{47} + return fileDescriptor_ca37af0df9a5bbd2, []int{49} } func (m *ExposureClass) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1400,7 +1456,7 @@ var xxx_messageInfo_ExposureClass proto.InternalMessageInfo func (m *ExposureClassList) Reset() { *m = ExposureClassList{} } func (*ExposureClassList) ProtoMessage() {} func (*ExposureClassList) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{48} + return fileDescriptor_ca37af0df9a5bbd2, []int{50} } func (m *ExposureClassList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1428,7 +1484,7 @@ var xxx_messageInfo_ExposureClassList proto.InternalMessageInfo func (m *ExposureClassScheduling) Reset() { *m = ExposureClassScheduling{} } func (*ExposureClassScheduling) ProtoMessage() {} func (*ExposureClassScheduling) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{49} + return fileDescriptor_ca37af0df9a5bbd2, []int{51} } func (m *ExposureClassScheduling) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1456,7 +1512,7 @@ var xxx_messageInfo_ExposureClassScheduling proto.InternalMessageInfo func (m *Extension) Reset() { *m = Extension{} } func (*Extension) ProtoMessage() {} func (*Extension) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{50} + return fileDescriptor_ca37af0df9a5bbd2, []int{52} } func (m *Extension) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1484,7 +1540,7 @@ var xxx_messageInfo_Extension proto.InternalMessageInfo func (m *ExtensionResourceState) Reset() { *m = ExtensionResourceState{} } func (*ExtensionResourceState) ProtoMessage() {} func (*ExtensionResourceState) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{51} + return fileDescriptor_ca37af0df9a5bbd2, []int{53} } func (m *ExtensionResourceState) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1512,7 +1568,7 @@ var xxx_messageInfo_ExtensionResourceState proto.InternalMessageInfo func (m *FailureTolerance) Reset() { *m = FailureTolerance{} } func (*FailureTolerance) ProtoMessage() {} func (*FailureTolerance) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{52} + return fileDescriptor_ca37af0df9a5bbd2, []int{54} } func (m *FailureTolerance) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1540,7 +1596,7 @@ var xxx_messageInfo_FailureTolerance proto.InternalMessageInfo func (m *Gardener) Reset() { *m = Gardener{} } func (*Gardener) ProtoMessage() {} func (*Gardener) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{53} + return fileDescriptor_ca37af0df9a5bbd2, []int{55} } func (m *Gardener) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1568,7 +1624,7 @@ var xxx_messageInfo_Gardener proto.InternalMessageInfo func (m *GardenerResourceData) Reset() { *m = GardenerResourceData{} } func (*GardenerResourceData) ProtoMessage() {} func (*GardenerResourceData) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{54} + return fileDescriptor_ca37af0df9a5bbd2, []int{56} } func (m *GardenerResourceData) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1596,7 +1652,7 @@ var xxx_messageInfo_GardenerResourceData proto.InternalMessageInfo func (m *Hibernation) Reset() { *m = Hibernation{} } func (*Hibernation) ProtoMessage() {} func (*Hibernation) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{55} + return fileDescriptor_ca37af0df9a5bbd2, []int{57} } func (m *Hibernation) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1624,7 +1680,7 @@ var xxx_messageInfo_Hibernation proto.InternalMessageInfo func (m *HibernationSchedule) Reset() { *m = HibernationSchedule{} } func (*HibernationSchedule) ProtoMessage() {} func (*HibernationSchedule) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{56} + return fileDescriptor_ca37af0df9a5bbd2, []int{58} } func (m *HibernationSchedule) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1652,7 +1708,7 @@ var xxx_messageInfo_HibernationSchedule proto.InternalMessageInfo func (m *HighAvailability) Reset() { *m = HighAvailability{} } func (*HighAvailability) ProtoMessage() {} func (*HighAvailability) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{57} + return fileDescriptor_ca37af0df9a5bbd2, []int{59} } func (m *HighAvailability) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1680,7 +1736,7 @@ var xxx_messageInfo_HighAvailability proto.InternalMessageInfo func (m *HorizontalPodAutoscalerConfig) Reset() { *m = HorizontalPodAutoscalerConfig{} } func (*HorizontalPodAutoscalerConfig) ProtoMessage() {} func (*HorizontalPodAutoscalerConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{58} + return fileDescriptor_ca37af0df9a5bbd2, []int{60} } func (m *HorizontalPodAutoscalerConfig) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1708,7 +1764,7 @@ var xxx_messageInfo_HorizontalPodAutoscalerConfig proto.InternalMessageInfo func (m *Ingress) Reset() { *m = Ingress{} } func (*Ingress) ProtoMessage() {} func (*Ingress) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{59} + return fileDescriptor_ca37af0df9a5bbd2, []int{61} } func (m *Ingress) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1736,7 +1792,7 @@ var xxx_messageInfo_Ingress proto.InternalMessageInfo func (m *IngressController) Reset() { *m = IngressController{} } func (*IngressController) ProtoMessage() {} func (*IngressController) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{60} + return fileDescriptor_ca37af0df9a5bbd2, []int{62} } func (m *IngressController) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1764,7 +1820,7 @@ var xxx_messageInfo_IngressController proto.InternalMessageInfo func (m *InternalSecret) Reset() { *m = InternalSecret{} } func (*InternalSecret) ProtoMessage() {} func (*InternalSecret) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{61} + return fileDescriptor_ca37af0df9a5bbd2, []int{63} } func (m *InternalSecret) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1792,7 +1848,7 @@ var xxx_messageInfo_InternalSecret proto.InternalMessageInfo func (m *InternalSecretList) Reset() { *m = InternalSecretList{} } func (*InternalSecretList) ProtoMessage() {} func (*InternalSecretList) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{62} + return fileDescriptor_ca37af0df9a5bbd2, []int{64} } func (m *InternalSecretList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1820,7 +1876,7 @@ var xxx_messageInfo_InternalSecretList proto.InternalMessageInfo func (m *KubeAPIServerConfig) Reset() { *m = KubeAPIServerConfig{} } func (*KubeAPIServerConfig) ProtoMessage() {} func (*KubeAPIServerConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{63} + return fileDescriptor_ca37af0df9a5bbd2, []int{65} } func (m *KubeAPIServerConfig) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1845,62 +1901,6 @@ func (m *KubeAPIServerConfig) XXX_DiscardUnknown() { var xxx_messageInfo_KubeAPIServerConfig proto.InternalMessageInfo -func (m *KubeAPIServerLogging) Reset() { *m = KubeAPIServerLogging{} } -func (*KubeAPIServerLogging) ProtoMessage() {} -func (*KubeAPIServerLogging) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{64} -} -func (m *KubeAPIServerLogging) XXX_Unmarshal(b []byte) error { - return m.Unmarshal(b) -} -func (m *KubeAPIServerLogging) 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 *KubeAPIServerLogging) XXX_Merge(src proto.Message) { - xxx_messageInfo_KubeAPIServerLogging.Merge(m, src) -} -func (m *KubeAPIServerLogging) XXX_Size() int { - return m.Size() -} -func (m *KubeAPIServerLogging) XXX_DiscardUnknown() { - xxx_messageInfo_KubeAPIServerLogging.DiscardUnknown(m) -} - -var xxx_messageInfo_KubeAPIServerLogging proto.InternalMessageInfo - -func (m *KubeAPIServerRequests) Reset() { *m = KubeAPIServerRequests{} } -func (*KubeAPIServerRequests) ProtoMessage() {} -func (*KubeAPIServerRequests) Descriptor() ([]byte, []int) { - return fileDescriptor_ca37af0df9a5bbd2, []int{65} -} -func (m *KubeAPIServerRequests) XXX_Unmarshal(b []byte) error { - return m.Unmarshal(b) -} -func (m *KubeAPIServerRequests) 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 *KubeAPIServerRequests) XXX_Merge(src proto.Message) { - xxx_messageInfo_KubeAPIServerRequests.Merge(m, src) -} -func (m *KubeAPIServerRequests) XXX_Size() int { - return m.Size() -} -func (m *KubeAPIServerRequests) XXX_DiscardUnknown() { - xxx_messageInfo_KubeAPIServerRequests.DiscardUnknown(m) -} - -var xxx_messageInfo_KubeAPIServerRequests proto.InternalMessageInfo - func (m *KubeControllerManagerConfig) Reset() { *m = KubeControllerManagerConfig{} } func (*KubeControllerManagerConfig) ProtoMessage() {} func (*KubeControllerManagerConfig) Descriptor() ([]byte, []int) { @@ -4786,6 +4786,8 @@ func (m *WorkersSettings) XXX_DiscardUnknown() { var xxx_messageInfo_WorkersSettings proto.InternalMessageInfo func init() { + proto.RegisterType((*APIServerLogging)(nil), "github.com.gardener.gardener.pkg.apis.core.v1beta1.APIServerLogging") + proto.RegisterType((*APIServerRequests)(nil), "github.com.gardener.gardener.pkg.apis.core.v1beta1.APIServerRequests") proto.RegisterType((*Addon)(nil), "github.com.gardener.gardener.pkg.apis.core.v1beta1.Addon") proto.RegisterType((*Addons)(nil), "github.com.gardener.gardener.pkg.apis.core.v1beta1.Addons") proto.RegisterType((*AdmissionPlugin)(nil), "github.com.gardener.gardener.pkg.apis.core.v1beta1.AdmissionPlugin") @@ -4854,8 +4856,6 @@ func init() { proto.RegisterType((*InternalSecretList)(nil), "github.com.gardener.gardener.pkg.apis.core.v1beta1.InternalSecretList") proto.RegisterType((*KubeAPIServerConfig)(nil), "github.com.gardener.gardener.pkg.apis.core.v1beta1.KubeAPIServerConfig") proto.RegisterMapType((map[string]bool)(nil), "github.com.gardener.gardener.pkg.apis.core.v1beta1.KubeAPIServerConfig.RuntimeConfigEntry") - proto.RegisterType((*KubeAPIServerLogging)(nil), "github.com.gardener.gardener.pkg.apis.core.v1beta1.KubeAPIServerLogging") - proto.RegisterType((*KubeAPIServerRequests)(nil), "github.com.gardener.gardener.pkg.apis.core.v1beta1.KubeAPIServerRequests") proto.RegisterType((*KubeControllerManagerConfig)(nil), "github.com.gardener.gardener.pkg.apis.core.v1beta1.KubeControllerManagerConfig") proto.RegisterType((*KubeProxyConfig)(nil), "github.com.gardener.gardener.pkg.apis.core.v1beta1.KubeProxyConfig") proto.RegisterType((*KubeSchedulerConfig)(nil), "github.com.gardener.gardener.pkg.apis.core.v1beta1.KubeSchedulerConfig") @@ -4979,747 +4979,813 @@ func init() { } var fileDescriptor_ca37af0df9a5bbd2 = []byte{ - // 11829 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0xbd, 0x7d, 0x6c, 0x24, 0xc9, - 0x75, 0x18, 0xae, 0x1e, 0x7e, 0x0d, 0x1f, 0x3f, 0x96, 0x5b, 0xfb, 0x71, 0x5c, 0xee, 0xdd, 0x72, - 0xd5, 0x77, 0xd2, 0xef, 0xee, 0x27, 0x99, 0xeb, 0x3b, 0x9d, 0x2c, 0xdd, 0xca, 0xa7, 0x13, 0x39, - 0xc3, 0xdd, 0x1d, 0x2f, 0xc9, 0xe5, 0xd5, 0x70, 0xef, 0x4e, 0x67, 0xe7, 0xec, 0xe6, 0x74, 0x71, - 0xd8, 0xb7, 0x3d, 0xdd, 0x73, 0xdd, 0x3d, 0x5c, 0xce, 0x9d, 0x14, 0x59, 0x8a, 0x3e, 0x2c, 0xd9, - 0x32, 0x0c, 0x01, 0x8e, 0x22, 0xc9, 0x81, 0xcf, 0x30, 0x1c, 0x27, 0x70, 0xe0, 0x04, 0x49, 0x6c, - 0xc0, 0x36, 0x02, 0x18, 0x02, 0x02, 0x4b, 0x86, 0x6d, 0x28, 0x52, 0x82, 0x28, 0x48, 0x44, 0x47, - 0x8c, 0x23, 0x07, 0x48, 0x60, 0x04, 0x30, 0x82, 0x20, 0x1b, 0x23, 0x08, 0xea, 0xb3, 0xab, 0x7b, - 0xba, 0x87, 0x64, 0x0f, 0x49, 0xe9, 0x60, 0xff, 0x45, 0x4e, 0xbd, 0xaa, 0xf7, 0xaa, 0xeb, 0xe3, - 0xd5, 0x7b, 0xaf, 0x5e, 0xbd, 0x07, 0x4b, 0x4d, 0x27, 0xda, 0xee, 0x6c, 0x2e, 0x34, 0xfc, 0xd6, - 0xb5, 0xa6, 0x15, 0xd8, 0xc4, 0x23, 0x41, 0xfc, 0x4f, 0xfb, 0x5e, 0xf3, 0x9a, 0xd5, 0x76, 0xc2, - 0x6b, 0x0d, 0x3f, 0x20, 0xd7, 0x76, 0x9e, 0xdc, 0x24, 0x91, 0xf5, 0xe4, 0xb5, 0x26, 0x85, 0x59, - 0x11, 0xb1, 0x17, 0xda, 0x81, 0x1f, 0xf9, 0xe8, 0xa9, 0x18, 0xc7, 0x82, 0x6c, 0x1a, 0xff, 0xd3, - 0xbe, 0xd7, 0x5c, 0xa0, 0x38, 0x16, 0x28, 0x8e, 0x05, 0x81, 0x63, 0xee, 0x87, 0x74, 0xba, 0x7e, - 0xd3, 0xbf, 0xc6, 0x50, 0x6d, 0x76, 0xb6, 0xd8, 0x2f, 0xf6, 0x83, 0xfd, 0xc7, 0x49, 0xcc, 0x3d, - 0x71, 0xef, 0xfd, 0xe1, 0x82, 0xe3, 0xd3, 0xce, 0x5c, 0xb3, 0x3a, 0x91, 0x1f, 0x36, 0x2c, 0xd7, - 0xf1, 0x9a, 0xd7, 0x76, 0x7a, 0x7a, 0x33, 0x67, 0x6a, 0x55, 0x45, 0xb7, 0xfb, 0xd6, 0x09, 0x36, - 0xad, 0x46, 0x56, 0x9d, 0xa7, 0xe3, 0x3a, 0x2d, 0xab, 0xb1, 0xed, 0x78, 0x24, 0xe8, 0xca, 0x01, - 0xb9, 0x16, 0x90, 0xd0, 0xef, 0x04, 0x0d, 0x72, 0xa4, 0x56, 0xe1, 0xb5, 0x16, 0x89, 0xac, 0x2c, - 0x5a, 0xd7, 0xf2, 0x5a, 0x05, 0x1d, 0x2f, 0x72, 0x5a, 0xbd, 0x64, 0x7e, 0xe4, 0xa0, 0x06, 0x61, - 0x63, 0x9b, 0xb4, 0xac, 0x9e, 0x76, 0xef, 0xc9, 0x6b, 0xd7, 0x89, 0x1c, 0xf7, 0x9a, 0xe3, 0x45, - 0x61, 0x14, 0xa4, 0x1b, 0x99, 0x4f, 0xc1, 0xc8, 0xa2, 0x6d, 0xfb, 0x1e, 0x7a, 0x02, 0xc6, 0x88, - 0x67, 0x6d, 0xba, 0xc4, 0x9e, 0x35, 0xae, 0x1a, 0x8f, 0x97, 0x97, 0xce, 0x7c, 0x6d, 0x6f, 0xfe, - 0x6d, 0xfb, 0x7b, 0xf3, 0x63, 0xcb, 0xbc, 0x18, 0x4b, 0xb8, 0xf9, 0x8b, 0x25, 0x18, 0x65, 0x8d, - 0x42, 0xf4, 0x05, 0x03, 0xce, 0xdd, 0xeb, 0x6c, 0x92, 0xc0, 0x23, 0x11, 0x09, 0xab, 0x56, 0xb8, - 0xbd, 0xe9, 0x5b, 0x01, 0x47, 0x31, 0xf1, 0xd4, 0xcd, 0x85, 0xa3, 0xaf, 0x9e, 0x85, 0xdb, 0xbd, - 0xe8, 0x96, 0x1e, 0xda, 0xdf, 0x9b, 0x3f, 0x97, 0x01, 0xc0, 0x59, 0xc4, 0xd1, 0x0e, 0x4c, 0x7a, - 0x4d, 0xc7, 0xdb, 0xad, 0x79, 0xcd, 0x80, 0x84, 0xe1, 0x6c, 0x89, 0x75, 0xe6, 0x43, 0x45, 0x3a, - 0xb3, 0xa6, 0xe1, 0x59, 0x9a, 0xd9, 0xdf, 0x9b, 0x9f, 0xd4, 0x4b, 0x70, 0x82, 0x8e, 0xf9, 0x7f, - 0x0d, 0x38, 0xb3, 0x68, 0xb7, 0x9c, 0x30, 0x74, 0x7c, 0x6f, 0xdd, 0xed, 0x34, 0x1d, 0x0f, 0x5d, - 0x85, 0x61, 0xcf, 0x6a, 0x11, 0x36, 0x20, 0xe3, 0x4b, 0x93, 0x62, 0x4c, 0x87, 0xd7, 0xac, 0x16, - 0xc1, 0x0c, 0x82, 0x9e, 0x87, 0xd1, 0x86, 0xef, 0x6d, 0x39, 0x4d, 0xd1, 0xcf, 0x1f, 0x5a, 0xe0, - 0xf3, 0xb8, 0xa0, 0xcf, 0x23, 0xeb, 0x9e, 0x98, 0xff, 0x05, 0x6c, 0xdd, 0x5f, 0xde, 0x8d, 0x88, - 0x47, 0xc9, 0x2c, 0xc1, 0xfe, 0xde, 0xfc, 0x68, 0x85, 0x21, 0xc0, 0x02, 0x11, 0x7a, 0x1c, 0xca, - 0xb6, 0x13, 0xf2, 0xc9, 0x1c, 0x62, 0x93, 0x39, 0xb9, 0xbf, 0x37, 0x5f, 0xae, 0x8a, 0x32, 0xac, - 0xa0, 0x68, 0x05, 0xce, 0xd3, 0x11, 0xe4, 0xed, 0xea, 0xa4, 0x11, 0x90, 0x88, 0x76, 0x6d, 0x76, - 0x98, 0x75, 0x77, 0x76, 0x7f, 0x6f, 0xfe, 0xfc, 0xed, 0x0c, 0x38, 0xce, 0x6c, 0x65, 0xde, 0x80, - 0xf2, 0xa2, 0x4b, 0x82, 0xc8, 0xf1, 0x9a, 0xe8, 0x3a, 0x4c, 0x93, 0x96, 0xe5, 0xb8, 0x98, 0x34, - 0x88, 0xb3, 0x43, 0x82, 0x70, 0xd6, 0xb8, 0x3a, 0xf4, 0xf8, 0xf8, 0x12, 0xda, 0xdf, 0x9b, 0x9f, - 0x5e, 0x4e, 0x40, 0x70, 0xaa, 0xa6, 0xf9, 0x71, 0x03, 0x26, 0x16, 0x3b, 0xb6, 0x13, 0xf1, 0xef, - 0x42, 0x01, 0x4c, 0x58, 0xf4, 0xe7, 0xba, 0xef, 0x3a, 0x8d, 0xae, 0x58, 0x5c, 0xcf, 0x15, 0x99, - 0xcf, 0xc5, 0x18, 0xcd, 0xd2, 0x99, 0xfd, 0xbd, 0xf9, 0x09, 0xad, 0x00, 0xeb, 0x44, 0xcc, 0x6d, - 0xd0, 0x61, 0xe8, 0xc3, 0x30, 0xc9, 0x3f, 0x77, 0xd5, 0x6a, 0x63, 0xb2, 0x25, 0xfa, 0xf0, 0xa8, - 0x36, 0x57, 0x92, 0xd0, 0xc2, 0x9d, 0xcd, 0x57, 0x49, 0x23, 0xc2, 0x64, 0x8b, 0x04, 0xc4, 0x6b, - 0x10, 0xbe, 0x6c, 0x2a, 0x5a, 0x63, 0x9c, 0x40, 0x65, 0xfe, 0xa9, 0x01, 0x33, 0x8b, 0x3b, 0x96, - 0xe3, 0x5a, 0x9b, 0x8e, 0xeb, 0x44, 0xdd, 0x97, 0x7d, 0x8f, 0x1c, 0x62, 0xdd, 0xdc, 0x85, 0x87, - 0x3a, 0x9e, 0xc5, 0xdb, 0xb9, 0x64, 0x95, 0xaf, 0x94, 0x8d, 0x6e, 0x9b, 0xd0, 0x05, 0x4f, 0x47, - 0xfa, 0xf2, 0xfe, 0xde, 0xfc, 0x43, 0x77, 0xb3, 0xab, 0xe0, 0xbc, 0xb6, 0x08, 0xc3, 0x45, 0x0d, - 0xf4, 0x82, 0xef, 0x76, 0x5a, 0x02, 0xeb, 0x10, 0xc3, 0x3a, 0xb7, 0xbf, 0x37, 0x7f, 0xf1, 0x6e, - 0x66, 0x0d, 0x9c, 0xd3, 0xd2, 0xfc, 0x5a, 0x09, 0x26, 0x97, 0xac, 0xc6, 0xbd, 0x4e, 0x7b, 0xa9, - 0xd3, 0xb8, 0x47, 0x22, 0xf4, 0x53, 0x50, 0xa6, 0xec, 0xd2, 0xb6, 0x22, 0x4b, 0x8c, 0xe4, 0x0f, - 0xe7, 0xae, 0x7a, 0x36, 0x89, 0xb4, 0x76, 0x3c, 0xb6, 0xab, 0x24, 0xb2, 0x96, 0x90, 0x18, 0x13, - 0x88, 0xcb, 0xb0, 0xc2, 0x8a, 0xb6, 0x60, 0x38, 0x6c, 0x93, 0x86, 0xd8, 0x53, 0xd5, 0x22, 0x6b, - 0x45, 0xef, 0x71, 0xbd, 0x4d, 0x1a, 0xf1, 0x2c, 0xd0, 0x5f, 0x98, 0xe1, 0x47, 0x1e, 0x8c, 0x86, - 0x91, 0x15, 0x75, 0x42, 0xb6, 0xd1, 0x26, 0x9e, 0xba, 0x31, 0x30, 0x25, 0x86, 0x6d, 0x69, 0x5a, - 0xd0, 0x1a, 0xe5, 0xbf, 0xb1, 0xa0, 0x62, 0xfe, 0x3b, 0x03, 0x66, 0xf4, 0xea, 0x2b, 0x4e, 0x18, - 0xa1, 0x9f, 0xe8, 0x19, 0xce, 0x85, 0xc3, 0x0d, 0x27, 0x6d, 0xcd, 0x06, 0x73, 0x46, 0x90, 0x2b, - 0xcb, 0x12, 0x6d, 0x28, 0x09, 0x8c, 0x38, 0x11, 0x69, 0xf1, 0x65, 0x55, 0x90, 0x8f, 0xea, 0x5d, - 0x5e, 0x9a, 0x12, 0xc4, 0x46, 0x6a, 0x14, 0x2d, 0xe6, 0xd8, 0xcd, 0x9f, 0x82, 0xf3, 0x7a, 0xad, - 0xf5, 0xc0, 0xdf, 0x71, 0x6c, 0x12, 0xd0, 0x9d, 0x10, 0x75, 0xdb, 0x3d, 0x3b, 0x81, 0xae, 0x2c, - 0xcc, 0x20, 0xe8, 0x9d, 0x30, 0x1a, 0x90, 0xa6, 0xe3, 0x7b, 0x6c, 0xb6, 0xc7, 0xe3, 0xb1, 0xc3, - 0xac, 0x14, 0x0b, 0xa8, 0xf9, 0x3f, 0x4b, 0xc9, 0xb1, 0xa3, 0xd3, 0x88, 0x76, 0xa0, 0xdc, 0x16, - 0xa4, 0xc4, 0xd8, 0xdd, 0x1a, 0xf4, 0x03, 0x65, 0xd7, 0xe3, 0x51, 0x95, 0x25, 0x58, 0xd1, 0x42, - 0x0e, 0x4c, 0xcb, 0xff, 0x2b, 0x03, 0xb0, 0x7f, 0xc6, 0x4e, 0xd7, 0x13, 0x88, 0x70, 0x0a, 0x31, - 0xda, 0x80, 0xf1, 0x90, 0x31, 0x69, 0xca, 0xb8, 0x86, 0xf2, 0x19, 0x57, 0x5d, 0x56, 0x12, 0x8c, - 0xeb, 0xac, 0xe8, 0xfe, 0xb8, 0x02, 0xe0, 0x18, 0x11, 0x3d, 0x64, 0x42, 0x42, 0x6c, 0xed, 0xb8, - 0x60, 0x87, 0x4c, 0x5d, 0x94, 0x61, 0x05, 0x35, 0xdf, 0x1c, 0x06, 0xd4, 0xbb, 0xc4, 0xf5, 0x11, - 0xe0, 0x25, 0x62, 0xfc, 0x07, 0x19, 0x01, 0xb1, 0x5b, 0x52, 0x88, 0xd1, 0xeb, 0x30, 0xe5, 0x5a, - 0x61, 0x74, 0xa7, 0x4d, 0x65, 0x1f, 0xb9, 0x50, 0x26, 0x9e, 0x5a, 0x2c, 0x32, 0xd3, 0x2b, 0x3a, - 0xa2, 0xa5, 0xb3, 0xfb, 0x7b, 0xf3, 0x53, 0x89, 0x22, 0x9c, 0x24, 0x85, 0x5e, 0x85, 0x71, 0x5a, - 0xb0, 0x1c, 0x04, 0x7e, 0x20, 0x46, 0xff, 0xd9, 0xa2, 0x74, 0x19, 0x92, 0xa5, 0x29, 0x3a, 0x27, - 0xea, 0x27, 0x8e, 0xd1, 0xa3, 0x1f, 0x03, 0xe4, 0x6f, 0x86, 0x24, 0xd8, 0x21, 0xf6, 0x4d, 0x2e, - 0xe8, 0xd1, 0x8f, 0xa5, 0xb3, 0x33, 0xb4, 0x34, 0x27, 0x66, 0x13, 0xdd, 0xe9, 0xa9, 0x81, 0x33, - 0x5a, 0xa1, 0x7b, 0x80, 0x94, 0xb0, 0xa8, 0x16, 0xc0, 0xec, 0xc8, 0xe1, 0x97, 0xcf, 0x45, 0x4a, - 0xec, 0x66, 0x0f, 0x0a, 0x9c, 0x81, 0xd6, 0xfc, 0x57, 0x25, 0x98, 0xe0, 0x4b, 0x64, 0xd9, 0x8b, - 0x82, 0xee, 0x29, 0x1c, 0x10, 0x24, 0x71, 0x40, 0x54, 0x8a, 0xef, 0x79, 0xd6, 0xe1, 0xdc, 0xf3, - 0xa1, 0x95, 0x3a, 0x1f, 0x96, 0x07, 0x25, 0xd4, 0xff, 0x78, 0xf8, 0xb7, 0x06, 0x9c, 0xd1, 0x6a, - 0x9f, 0xc2, 0xe9, 0x60, 0x27, 0x4f, 0x87, 0xe7, 0x06, 0xfc, 0xbe, 0x9c, 0xc3, 0xc1, 0x4f, 0x7c, - 0x16, 0x63, 0xdc, 0x4f, 0x01, 0x6c, 0x32, 0x76, 0xb2, 0x16, 0xcb, 0x49, 0x6a, 0xca, 0x97, 0x14, - 0x04, 0x6b, 0xb5, 0x12, 0x3c, 0xab, 0xd4, 0x97, 0x67, 0xfd, 0x97, 0x21, 0x38, 0xdb, 0x33, 0xec, - 0xbd, 0x7c, 0xc4, 0xf8, 0x3e, 0xf1, 0x91, 0xd2, 0xf7, 0x83, 0x8f, 0x0c, 0x15, 0xe2, 0x23, 0x87, - 0x3e, 0x27, 0x50, 0x00, 0xa8, 0xe5, 0x34, 0x79, 0xb3, 0x7a, 0x64, 0x05, 0xd1, 0x86, 0xd3, 0x22, - 0x82, 0xe3, 0xfc, 0xff, 0x87, 0x5b, 0xb2, 0xb4, 0x05, 0x67, 0x3c, 0xab, 0x3d, 0x98, 0x70, 0x06, - 0x76, 0xf3, 0x9b, 0xc3, 0x00, 0x95, 0x45, 0xec, 0x47, 0xbc, 0xb3, 0xcf, 0xc1, 0x48, 0x7b, 0xdb, - 0x0a, 0xe5, 0x7a, 0x7a, 0x42, 0x2e, 0xc6, 0x75, 0x5a, 0xf8, 0x60, 0x6f, 0x7e, 0xb6, 0x12, 0x10, - 0x9b, 0x78, 0x91, 0x63, 0xb9, 0xa1, 0x6c, 0xc4, 0x60, 0x98, 0xb7, 0xa3, 0xdf, 0x40, 0x87, 0xb1, - 0xe2, 0xb7, 0xda, 0x2e, 0xa1, 0x50, 0xf6, 0x0d, 0xa5, 0x62, 0xdf, 0xb0, 0xd2, 0x83, 0x09, 0x67, - 0x60, 0x97, 0x34, 0x6b, 0x9e, 0x13, 0x39, 0x96, 0xa2, 0x39, 0x54, 0x9c, 0x66, 0x12, 0x13, 0xce, - 0xc0, 0x8e, 0x3e, 0x67, 0xc0, 0x5c, 0xb2, 0xf8, 0x86, 0xe3, 0x39, 0xe1, 0x36, 0xb1, 0x19, 0xf1, - 0xe1, 0x23, 0x13, 0xbf, 0xb2, 0xbf, 0x37, 0x3f, 0xb7, 0x92, 0x8b, 0x11, 0xf7, 0xa1, 0x86, 0x3e, - 0x6f, 0xc0, 0xe5, 0xd4, 0xb8, 0x04, 0x4e, 0xb3, 0x49, 0x02, 0xd1, 0x9b, 0xa3, 0x2f, 0xa1, 0xf9, - 0xfd, 0xbd, 0xf9, 0xcb, 0x2b, 0xf9, 0x28, 0x71, 0x3f, 0x7a, 0xe6, 0x57, 0x0d, 0x18, 0xaa, 0xe0, - 0x1a, 0x7a, 0x57, 0x42, 0x89, 0x7b, 0x48, 0x57, 0xe2, 0x1e, 0xec, 0xcd, 0x8f, 0x55, 0x70, 0x4d, - 0xd3, 0xe7, 0x3e, 0x6f, 0xc0, 0xd9, 0x86, 0xef, 0x45, 0x16, 0xed, 0x17, 0xe6, 0x92, 0x8e, 0xe4, - 0xaa, 0x85, 0xf4, 0x97, 0x4a, 0x0a, 0xd9, 0xd2, 0x25, 0xd1, 0x81, 0xb3, 0x69, 0x48, 0x88, 0x7b, - 0x29, 0x9b, 0xdf, 0x36, 0x60, 0xb2, 0xe2, 0xfa, 0x1d, 0x7b, 0x3d, 0xf0, 0xb7, 0x1c, 0x97, 0xbc, - 0x35, 0x94, 0x36, 0xbd, 0xc7, 0x79, 0x87, 0x32, 0x53, 0xa2, 0xf4, 0x8a, 0x6f, 0x11, 0x25, 0x4a, - 0xef, 0x72, 0xce, 0x39, 0xf9, 0x8b, 0x63, 0xc9, 0x2f, 0x63, 0x27, 0xe5, 0xe3, 0x50, 0x6e, 0x58, - 0x4b, 0x1d, 0xcf, 0x76, 0x95, 0x16, 0x45, 0x7b, 0x59, 0x59, 0xe4, 0x65, 0x58, 0x41, 0xd1, 0xeb, - 0x00, 0xb1, 0x41, 0x4d, 0x4c, 0xc3, 0x8d, 0xc1, 0x8c, 0x78, 0x75, 0x12, 0x45, 0x8e, 0xd7, 0x0c, - 0xe3, 0xa9, 0x8f, 0x61, 0x58, 0xa3, 0x86, 0x3e, 0x0a, 0x53, 0x62, 0x90, 0x6b, 0x2d, 0xab, 0x29, - 0xec, 0x0d, 0x05, 0x47, 0x6a, 0x55, 0x43, 0xb4, 0x74, 0x41, 0x10, 0x9e, 0xd2, 0x4b, 0x43, 0x9c, - 0xa4, 0x86, 0xba, 0x30, 0xd9, 0xd2, 0x6d, 0x28, 0xc3, 0xc5, 0xc5, 0x19, 0xcd, 0x9e, 0xb2, 0x74, - 0x5e, 0x10, 0x9f, 0x4c, 0x58, 0x5f, 0x12, 0xa4, 0x32, 0x54, 0xc1, 0x91, 0x93, 0x52, 0x05, 0x09, - 0x8c, 0x71, 0x65, 0x38, 0x9c, 0x1d, 0x65, 0x1f, 0x78, 0xbd, 0xc8, 0x07, 0x72, 0xbd, 0x3a, 0xb6, - 0x10, 0xf3, 0xdf, 0x21, 0x96, 0xb8, 0xd1, 0x0e, 0x4c, 0xd2, 0x53, 0xbd, 0x4e, 0x5c, 0xd2, 0x88, - 0xfc, 0x60, 0x76, 0xac, 0xb8, 0x05, 0xb6, 0xae, 0xe1, 0xe1, 0xa6, 0x34, 0xbd, 0x04, 0x27, 0xe8, - 0x28, 0x5b, 0x41, 0x39, 0xd7, 0x56, 0xd0, 0x81, 0x89, 0x1d, 0xcd, 0xa6, 0x35, 0xce, 0x06, 0xe1, - 0x83, 0x45, 0x3a, 0x16, 0x1b, 0xb8, 0x96, 0xce, 0x09, 0x42, 0x13, 0xba, 0x31, 0x4c, 0xa7, 0x63, - 0xee, 0x95, 0xe1, 0x6c, 0xc5, 0xed, 0x84, 0x11, 0x09, 0x16, 0xc5, 0x15, 0x07, 0x09, 0xd0, 0x27, - 0x0c, 0xb8, 0xc8, 0xfe, 0xad, 0xfa, 0xf7, 0xbd, 0x2a, 0x71, 0xad, 0xee, 0xe2, 0x16, 0xad, 0x61, - 0xdb, 0x47, 0xe3, 0x40, 0xd5, 0x8e, 0x90, 0x22, 0x99, 0x71, 0xae, 0x9e, 0x89, 0x11, 0xe7, 0x50, - 0x42, 0x3f, 0x6b, 0xc0, 0xa5, 0x0c, 0x50, 0x95, 0xb8, 0x24, 0x92, 0x92, 0xcb, 0x51, 0xfb, 0xf1, - 0xc8, 0xfe, 0xde, 0xfc, 0xa5, 0x7a, 0x1e, 0x52, 0x9c, 0x4f, 0x0f, 0xfd, 0xbc, 0x01, 0x73, 0x19, - 0xd0, 0x1b, 0x96, 0xe3, 0x76, 0x02, 0x29, 0xd4, 0x1c, 0xb5, 0x3b, 0x4c, 0xb6, 0xa8, 0xe7, 0x62, - 0xc5, 0x7d, 0x28, 0xa2, 0x8f, 0xc1, 0x05, 0x05, 0xbd, 0xeb, 0x79, 0x84, 0xd8, 0x09, 0x11, 0xe7, - 0xa8, 0x5d, 0xb9, 0xb4, 0xbf, 0x37, 0x7f, 0xa1, 0x9e, 0x85, 0x10, 0x67, 0xd3, 0x41, 0x4d, 0x78, - 0x24, 0x06, 0x44, 0x8e, 0xeb, 0xbc, 0xce, 0xa5, 0xb0, 0xed, 0x80, 0x84, 0xdb, 0xbe, 0x6b, 0x33, - 0x66, 0x61, 0x2c, 0xbd, 0x7d, 0x7f, 0x6f, 0xfe, 0x91, 0x7a, 0xbf, 0x8a, 0xb8, 0x3f, 0x1e, 0x64, - 0xc3, 0x64, 0xd8, 0xb0, 0xbc, 0x9a, 0x17, 0x91, 0x60, 0xc7, 0x72, 0x67, 0x47, 0x0b, 0x7d, 0x20, - 0xdf, 0xa2, 0x1a, 0x1e, 0x9c, 0xc0, 0x8a, 0xde, 0x0f, 0x65, 0xb2, 0xdb, 0xb6, 0x3c, 0x9b, 0x70, - 0xb6, 0x30, 0xbe, 0xf4, 0x30, 0x3d, 0x8c, 0x96, 0x45, 0xd9, 0x83, 0xbd, 0xf9, 0x49, 0xf9, 0xff, - 0xaa, 0x6f, 0x13, 0xac, 0x6a, 0xa3, 0x8f, 0xc0, 0xf9, 0x96, 0xb5, 0xbb, 0xe6, 0xdb, 0x84, 0x31, - 0xb9, 0x50, 0x0a, 0xba, 0xe5, 0x42, 0xfd, 0x64, 0x77, 0x1b, 0xab, 0x19, 0xf8, 0x70, 0x26, 0x15, - 0x3a, 0x0d, 0x2d, 0x6b, 0xf7, 0x66, 0x60, 0x35, 0xc8, 0x56, 0xc7, 0xdd, 0x20, 0x41, 0xcb, 0xf1, - 0xb8, 0x2e, 0x41, 0x1a, 0xbe, 0x67, 0x53, 0x56, 0x62, 0x3c, 0x3e, 0xc2, 0xa7, 0x61, 0xb5, 0x5f, - 0x45, 0xdc, 0x1f, 0x0f, 0x7a, 0x1a, 0x26, 0x9d, 0xa6, 0xe7, 0x07, 0x64, 0xc3, 0x72, 0xbc, 0x28, - 0x9c, 0x05, 0x66, 0x76, 0x67, 0xc3, 0x5a, 0xd3, 0xca, 0x71, 0xa2, 0x96, 0xb9, 0x37, 0x04, 0xe3, - 0x15, 0xdf, 0xb3, 0x1d, 0xa6, 0xc6, 0x3c, 0x99, 0xb0, 0x99, 0x3e, 0xa2, 0xf3, 0xc1, 0x07, 0x7b, - 0xf3, 0x53, 0xaa, 0xa2, 0xc6, 0x18, 0x9f, 0x51, 0x86, 0x0a, 0xae, 0x18, 0xbf, 0x3d, 0x69, 0x61, - 0x78, 0xb0, 0x37, 0x7f, 0x46, 0x35, 0x4b, 0x1a, 0x1d, 0xd0, 0x0e, 0xd7, 0x3f, 0x36, 0x02, 0xcb, - 0x0b, 0x9d, 0x01, 0xf4, 0x0f, 0xa5, 0x59, 0xae, 0xf4, 0x60, 0xc3, 0x19, 0x14, 0xd0, 0xab, 0x30, - 0x4d, 0x4b, 0xef, 0xb6, 0x6d, 0x2b, 0x22, 0x05, 0xd5, 0x8e, 0x8b, 0x82, 0xe6, 0xf4, 0x4a, 0x02, - 0x13, 0x4e, 0x61, 0xe6, 0x36, 0x66, 0x2b, 0xf4, 0x3d, 0xb6, 0xdd, 0x12, 0x36, 0x66, 0x5a, 0x8a, - 0x05, 0x14, 0x3d, 0x01, 0x63, 0x2d, 0x12, 0x86, 0x56, 0x93, 0xb0, 0xfd, 0x33, 0x1e, 0x1f, 0x92, - 0xab, 0xbc, 0x18, 0x4b, 0x38, 0x7a, 0x37, 0x8c, 0x34, 0x7c, 0x9b, 0x84, 0xb3, 0x63, 0x6c, 0x86, - 0xa9, 0xf6, 0x35, 0x52, 0xa1, 0x05, 0x0f, 0xf6, 0xe6, 0xc7, 0x99, 0x1e, 0x4e, 0x7f, 0x61, 0x5e, - 0xc9, 0xfc, 0x65, 0x2a, 0xb3, 0xa6, 0x84, 0xf4, 0x43, 0xd8, 0xc6, 0x4f, 0xcf, 0xcc, 0x6c, 0x7e, - 0x91, 0x2a, 0x0c, 0xbe, 0x17, 0x05, 0xbe, 0xbb, 0xee, 0x5a, 0x1e, 0x41, 0x9f, 0x36, 0x60, 0x66, - 0xdb, 0x69, 0x6e, 0xeb, 0x97, 0x5b, 0xe2, 0x60, 0x2b, 0x24, 0xdb, 0xdf, 0x4a, 0xe1, 0x5a, 0x3a, - 0xbf, 0xbf, 0x37, 0x3f, 0x93, 0x2e, 0xc5, 0x3d, 0x34, 0xcd, 0xcf, 0x96, 0xe0, 0xbc, 0xe8, 0x99, - 0x4b, 0x4f, 0x9a, 0xb6, 0xeb, 0x77, 0x5b, 0xc4, 0x3b, 0x8d, 0x7b, 0x28, 0x39, 0x43, 0xa5, 0xdc, - 0x19, 0x6a, 0xf5, 0xcc, 0xd0, 0x50, 0x91, 0x19, 0x52, 0x0b, 0xf9, 0x80, 0x59, 0xfa, 0x73, 0x03, - 0x66, 0xb3, 0xc6, 0xe2, 0x14, 0x74, 0xa0, 0x56, 0x52, 0x07, 0xba, 0x55, 0x54, 0xa9, 0x4d, 0x77, - 0x3d, 0x47, 0x17, 0xfa, 0x5e, 0x09, 0x2e, 0xc6, 0xd5, 0x6b, 0x5e, 0x18, 0x59, 0xae, 0xcb, 0xcd, - 0x3c, 0x27, 0x3f, 0xef, 0xed, 0x84, 0x2a, 0xbb, 0x36, 0xd8, 0xa7, 0xea, 0x7d, 0xcf, 0xb5, 0x34, - 0xef, 0xa6, 0x2c, 0xcd, 0xeb, 0xc7, 0x48, 0xb3, 0xbf, 0xd1, 0xf9, 0xbf, 0x19, 0x30, 0x97, 0xdd, - 0xf0, 0x14, 0x16, 0x95, 0x9f, 0x5c, 0x54, 0x3f, 0x76, 0x7c, 0x5f, 0x9d, 0xb3, 0xac, 0xfe, 0x59, - 0x29, 0xef, 0x6b, 0x99, 0xb2, 0xbd, 0x05, 0x67, 0xa8, 0x16, 0x14, 0x46, 0xc2, 0x24, 0x7a, 0x34, - 0x5f, 0x01, 0x69, 0x23, 0x3a, 0x83, 0x93, 0x38, 0x70, 0x1a, 0x29, 0x5a, 0x83, 0x31, 0xaa, 0xfa, - 0x50, 0xfc, 0xa5, 0xc3, 0xe3, 0x57, 0xa7, 0x51, 0x9d, 0xb7, 0xc5, 0x12, 0x09, 0xfa, 0x09, 0x98, - 0xb2, 0xd5, 0x8e, 0x3a, 0xe0, 0xa2, 0x30, 0x8d, 0x95, 0x19, 0xaf, 0xab, 0x7a, 0x6b, 0x9c, 0x44, - 0x66, 0xfe, 0x95, 0x01, 0x0f, 0xf7, 0x5b, 0x5b, 0xe8, 0x35, 0x80, 0x86, 0x14, 0x2f, 0xb8, 0xab, - 0x48, 0x41, 0xf3, 0xb6, 0x12, 0x52, 0xe2, 0x0d, 0xaa, 0x8a, 0x42, 0xac, 0x11, 0xc9, 0xb8, 0x7f, - 0x2c, 0x9d, 0xd0, 0xfd, 0xa3, 0xf9, 0xdf, 0x0d, 0x9d, 0x15, 0xe9, 0x73, 0xfb, 0x56, 0x63, 0x45, - 0x7a, 0xdf, 0x73, 0xed, 0x6b, 0xdf, 0x2a, 0xc1, 0xd5, 0xec, 0x26, 0xda, 0xd9, 0xfb, 0x21, 0x18, - 0x6d, 0x73, 0x7f, 0x9e, 0x21, 0x76, 0x36, 0x3e, 0x4e, 0x39, 0x0b, 0xf7, 0xb6, 0x79, 0xb0, 0x37, - 0x3f, 0x97, 0xc5, 0xe8, 0x85, 0x9f, 0x8e, 0x68, 0x87, 0x9c, 0x94, 0x95, 0x81, 0x4b, 0x7f, 0xef, - 0x39, 0x24, 0x73, 0xb1, 0x36, 0x89, 0x7b, 0x68, 0xc3, 0xc2, 0xc7, 0x0d, 0x98, 0x4e, 0xac, 0xe8, - 0x70, 0x76, 0x84, 0xad, 0xd1, 0x42, 0x57, 0x3f, 0x89, 0xad, 0x12, 0x9f, 0xdc, 0x89, 0xe2, 0x10, - 0xa7, 0x08, 0xa6, 0xd8, 0xac, 0x3e, 0xaa, 0x6f, 0x39, 0x36, 0xab, 0x77, 0x3e, 0x87, 0xcd, 0xfe, - 0x52, 0x29, 0xef, 0x6b, 0x19, 0x9b, 0xbd, 0x0f, 0xe3, 0xd2, 0x4f, 0x53, 0xb2, 0x8b, 0x1b, 0x83, - 0xf6, 0x89, 0xa3, 0x8b, 0xdd, 0x1e, 0x64, 0x49, 0x88, 0x63, 0x5a, 0xe8, 0x93, 0x06, 0x40, 0x3c, - 0x31, 0x62, 0x53, 0x6d, 0x1c, 0xdf, 0x70, 0x68, 0x62, 0xcd, 0x34, 0xdd, 0xd2, 0xda, 0xa2, 0xd0, - 0xe8, 0x9a, 0xff, 0x7b, 0x08, 0x50, 0x6f, 0xdf, 0xa9, 0xb8, 0x79, 0xcf, 0xf1, 0xec, 0xb4, 0x42, - 0x70, 0xdb, 0xf1, 0x6c, 0xcc, 0x20, 0x87, 0x10, 0x48, 0x9f, 0x85, 0x33, 0x4d, 0xd7, 0xdf, 0xb4, - 0x5c, 0xb7, 0x2b, 0x5c, 0x3f, 0x85, 0x13, 0xe1, 0x39, 0x7a, 0x30, 0xdd, 0x4c, 0x82, 0x70, 0xba, - 0x2e, 0x6a, 0xc3, 0x4c, 0x40, 0x55, 0xd9, 0x86, 0xe3, 0x32, 0xd5, 0xc9, 0xef, 0x44, 0x05, 0x6d, - 0x25, 0x4c, 0xbc, 0xc7, 0x29, 0x5c, 0xb8, 0x07, 0x3b, 0x7a, 0x07, 0x8c, 0xb5, 0x03, 0xa7, 0x65, - 0x05, 0x5d, 0xa6, 0x9c, 0x95, 0x97, 0x26, 0xe8, 0x09, 0xb7, 0xce, 0x8b, 0xb0, 0x84, 0xa1, 0x8f, - 0xc0, 0xb8, 0xeb, 0x6c, 0x91, 0x46, 0xb7, 0xe1, 0x12, 0x61, 0xdc, 0xb8, 0x73, 0x3c, 0x4b, 0x66, - 0x45, 0xa2, 0x15, 0x57, 0xaa, 0xf2, 0x27, 0x8e, 0x09, 0xa2, 0x1a, 0x9c, 0xbb, 0xef, 0x07, 0xf7, - 0x48, 0xe0, 0x92, 0x30, 0xac, 0x77, 0xda, 0x6d, 0x3f, 0x88, 0x88, 0xcd, 0x4c, 0x20, 0x65, 0xee, - 0xdf, 0xfa, 0x62, 0x2f, 0x18, 0x67, 0xb5, 0x31, 0x3f, 0x57, 0x82, 0xcb, 0x7d, 0x3a, 0x81, 0x30, - 0xdd, 0x1b, 0x62, 0x8c, 0xc4, 0x4a, 0x78, 0x9a, 0xaf, 0x67, 0x51, 0xf8, 0x60, 0x6f, 0xfe, 0xd1, - 0x3e, 0x08, 0xea, 0x74, 0x29, 0x92, 0x66, 0x17, 0xc7, 0x68, 0x50, 0x0d, 0x46, 0xed, 0xd8, 0x22, - 0x38, 0xbe, 0xf4, 0x24, 0xe5, 0xd6, 0xdc, 0x66, 0x77, 0x58, 0x6c, 0x02, 0x01, 0x5a, 0x81, 0x31, - 0x7e, 0x11, 0x4b, 0x04, 0xe7, 0x7f, 0x8a, 0xa9, 0xc7, 0xbc, 0xe8, 0xb0, 0xc8, 0x24, 0x0a, 0xf3, - 0x7f, 0x19, 0x30, 0x56, 0xf1, 0x03, 0x52, 0x5d, 0xab, 0xa3, 0x2e, 0x4c, 0x68, 0x0e, 0xe4, 0x82, - 0x0b, 0x16, 0x64, 0x0b, 0x0c, 0xe3, 0x62, 0x8c, 0x4d, 0xba, 0x8b, 0xaa, 0x02, 0xac, 0xd3, 0x42, - 0xaf, 0xd1, 0x31, 0xbf, 0x1f, 0x38, 0x11, 0x25, 0x3c, 0xc8, 0xfd, 0x15, 0x27, 0x8c, 0x25, 0x2e, - 0xbe, 0xa2, 0xd4, 0x4f, 0x1c, 0x53, 0x31, 0xd7, 0x29, 0x07, 0x48, 0x77, 0x13, 0x5d, 0x87, 0xe1, - 0x96, 0x6f, 0xcb, 0x79, 0x7f, 0xa7, 0xdc, 0xdf, 0xab, 0xbe, 0x4d, 0xc7, 0xf6, 0x62, 0x6f, 0x0b, - 0x66, 0x65, 0x63, 0x6d, 0xcc, 0x35, 0x98, 0x49, 0xd3, 0x47, 0xd7, 0x61, 0xba, 0xe1, 0xb7, 0x5a, - 0xbe, 0x57, 0xef, 0x6c, 0x6d, 0x39, 0xbb, 0x24, 0xe1, 0xc7, 0x5b, 0x49, 0x40, 0x70, 0xaa, 0xa6, - 0xf9, 0x15, 0x03, 0x86, 0xe8, 0xbc, 0x98, 0x30, 0x6a, 0xfb, 0x2d, 0xcb, 0xf1, 0x44, 0xaf, 0x98, - 0xcf, 0x72, 0x95, 0x95, 0x60, 0x01, 0x41, 0x6d, 0x18, 0x97, 0x42, 0xd3, 0x40, 0xbe, 0x24, 0xd5, - 0xb5, 0xba, 0xf2, 0xbf, 0x53, 0x9c, 0x5c, 0x96, 0x84, 0x38, 0x26, 0x62, 0x5a, 0x70, 0xb6, 0xba, - 0x56, 0xaf, 0x79, 0x0d, 0xb7, 0x63, 0x93, 0xe5, 0x5d, 0xf6, 0x87, 0xf2, 0x12, 0x87, 0x97, 0x88, - 0xef, 0x64, 0xbc, 0x44, 0x54, 0xc2, 0x12, 0x46, 0xab, 0x11, 0xde, 0x42, 0x38, 0xdb, 0xb2, 0x6a, - 0x02, 0x09, 0x96, 0x30, 0xf3, 0xdb, 0x25, 0x98, 0xd0, 0x3a, 0x84, 0x5c, 0x18, 0xe3, 0x9f, 0x2b, - 0x7d, 0xdd, 0x96, 0x0b, 0x7e, 0x62, 0xb2, 0xd7, 0x9c, 0x3a, 0x1f, 0xd0, 0x10, 0x4b, 0x12, 0x3a, - 0x5f, 0x2c, 0xf5, 0xe1, 0x8b, 0x0b, 0x00, 0x61, 0xec, 0xf9, 0xcd, 0xb7, 0x24, 0x3b, 0x7a, 0x34, - 0x7f, 0x6f, 0xad, 0x06, 0x7a, 0x58, 0x9c, 0x20, 0xdc, 0x99, 0xa3, 0x9c, 0x3a, 0x3d, 0xb6, 0x60, - 0xe4, 0x75, 0xdf, 0x23, 0xa1, 0xb8, 0xc3, 0x3a, 0xa6, 0x0f, 0x1c, 0xa7, 0xf2, 0xc1, 0xcb, 0x14, - 0x2f, 0xe6, 0xe8, 0xcd, 0x5f, 0x31, 0x00, 0xaa, 0x56, 0x64, 0xf1, 0x2b, 0x97, 0x43, 0xf8, 0x4b, - 0x3f, 0x9c, 0x38, 0xf8, 0xca, 0x3d, 0x3e, 0xa4, 0xc3, 0xa1, 0xf3, 0xba, 0xfc, 0x7c, 0x25, 0x50, - 0x73, 0xec, 0x75, 0xe7, 0x75, 0x82, 0x19, 0x1c, 0xbd, 0x0b, 0xc6, 0x89, 0xd7, 0x08, 0xba, 0x6d, - 0xca, 0xbc, 0x87, 0xd9, 0xa8, 0xb2, 0x1d, 0xba, 0x2c, 0x0b, 0x71, 0x0c, 0x37, 0x9f, 0x84, 0xa4, - 0x56, 0x74, 0x70, 0x2f, 0xcd, 0xef, 0x0e, 0xc3, 0xa5, 0xe5, 0x8d, 0x4a, 0x55, 0xe0, 0x73, 0x7c, - 0xef, 0x36, 0xe9, 0xfe, 0x8d, 0x7b, 0xca, 0xdf, 0xb8, 0xa7, 0x1c, 0xa3, 0x7b, 0xca, 0x03, 0x03, - 0x66, 0x96, 0x77, 0xdb, 0x4e, 0xc0, 0xfc, 0xf4, 0x49, 0x40, 0xd5, 0x58, 0xf4, 0x04, 0x8c, 0xed, - 0xf0, 0x7f, 0xc5, 0xe2, 0x52, 0xa6, 0x02, 0x51, 0x03, 0x4b, 0x38, 0xda, 0x82, 0x69, 0xc2, 0x9a, - 0x33, 0x79, 0xd5, 0x8a, 0x8a, 0x2c, 0x20, 0xfe, 0x0c, 0x24, 0x81, 0x05, 0xa7, 0xb0, 0xa2, 0x3a, - 0x4c, 0x37, 0x5c, 0x2b, 0x0c, 0x9d, 0x2d, 0xa7, 0x11, 0x7b, 0xa0, 0x8d, 0x2f, 0xbd, 0x8b, 0x1d, - 0x3d, 0x09, 0xc8, 0x83, 0xbd, 0xf9, 0x0b, 0xa2, 0x9f, 0x49, 0x00, 0x4e, 0xa1, 0x30, 0xbf, 0x54, - 0x82, 0xa9, 0xe5, 0xdd, 0xb6, 0x1f, 0x76, 0x02, 0xc2, 0xaa, 0x9e, 0x82, 0x06, 0xfe, 0x04, 0x8c, - 0x6d, 0x5b, 0x9e, 0xed, 0x92, 0x40, 0x70, 0x1f, 0x35, 0xb6, 0xb7, 0x78, 0x31, 0x96, 0x70, 0xf4, - 0x06, 0x40, 0xd8, 0xd8, 0x26, 0x76, 0x87, 0x49, 0x30, 0x7c, 0x93, 0xdc, 0x2e, 0xc2, 0x43, 0x13, - 0xdf, 0x58, 0x57, 0x28, 0x05, 0x67, 0x57, 0xbf, 0xb1, 0x46, 0xce, 0xfc, 0xf7, 0x06, 0x9c, 0x4d, - 0xb4, 0x3b, 0x05, 0xc5, 0x72, 0x2b, 0xa9, 0x58, 0x2e, 0x0e, 0xfc, 0xad, 0x39, 0xfa, 0xe4, 0xcf, - 0x94, 0xe0, 0xa1, 0x9c, 0x31, 0xe9, 0x71, 0x57, 0x30, 0x4e, 0xc9, 0x5d, 0xa1, 0x03, 0x13, 0x91, - 0xef, 0x0a, 0x47, 0x49, 0x39, 0x02, 0x85, 0x9c, 0x11, 0x36, 0x14, 0x9a, 0xd8, 0x19, 0x21, 0x2e, - 0x0b, 0xb1, 0x4e, 0xc7, 0xfc, 0xaa, 0x01, 0xe3, 0xca, 0x7e, 0xf5, 0x03, 0x75, 0x87, 0x74, 0xf8, - 0x97, 0x6b, 0xe6, 0x1f, 0x95, 0xe0, 0xa2, 0xc2, 0x2d, 0xf5, 0x84, 0x7a, 0x44, 0xf9, 0xc6, 0xc1, - 0x4a, 0xf0, 0xc3, 0xe2, 0x1c, 0xd6, 0x64, 0x01, 0x4d, 0x52, 0xa0, 0x72, 0x53, 0x27, 0x68, 0xfb, - 0xa1, 0x14, 0x07, 0xb8, 0xdc, 0xc4, 0x8b, 0xb0, 0x84, 0xa1, 0x35, 0x18, 0x09, 0x29, 0x3d, 0x71, - 0x9a, 0x1c, 0x71, 0x34, 0x98, 0x44, 0xc3, 0xfa, 0x8b, 0x39, 0x1a, 0xf4, 0x86, 0x6e, 0xd2, 0x18, - 0x29, 0x6e, 0x66, 0xa1, 0x5f, 0x62, 0xcb, 0x11, 0xc9, 0x78, 0xcd, 0x91, 0x65, 0xd6, 0x30, 0x57, - 0x60, 0x46, 0x78, 0x3c, 0xf0, 0x65, 0xe3, 0x35, 0x08, 0x7a, 0x7f, 0x62, 0x65, 0x3c, 0x96, 0xba, - 0x45, 0x3e, 0x9f, 0xae, 0x1f, 0xaf, 0x18, 0x33, 0x84, 0xf2, 0x4d, 0xd1, 0x49, 0x34, 0x07, 0x25, - 0x47, 0xce, 0x05, 0x08, 0x1c, 0xa5, 0x5a, 0x15, 0x97, 0x1c, 0x5b, 0xc9, 0x43, 0xa5, 0x5c, 0xa9, - 0x4d, 0x3b, 0x96, 0x86, 0xfa, 0x1f, 0x4b, 0xe6, 0x9f, 0x95, 0xe0, 0xbc, 0xa4, 0x2a, 0xbf, 0xb1, - 0x2a, 0xee, 0xe0, 0x0e, 0x90, 0x0d, 0x0f, 0x36, 0x8a, 0xdc, 0x81, 0x61, 0xc6, 0x00, 0x0b, 0xdd, - 0xcd, 0x29, 0x84, 0xb4, 0x3b, 0x98, 0x21, 0x42, 0x1f, 0x81, 0x51, 0xd7, 0xda, 0x24, 0xae, 0xf4, - 0x34, 0x2b, 0x64, 0x42, 0xca, 0xfa, 0x5c, 0x6e, 0xd9, 0x0c, 0xb9, 0x37, 0xbd, 0xba, 0xb2, 0xe1, - 0x85, 0x58, 0xd0, 0x9c, 0x7b, 0x06, 0x26, 0xb4, 0x6a, 0x68, 0x06, 0x86, 0xee, 0x11, 0x7e, 0x37, - 0x3b, 0x8e, 0xe9, 0xbf, 0xe8, 0x3c, 0x8c, 0xec, 0x58, 0x6e, 0x47, 0x0c, 0x09, 0xe6, 0x3f, 0xae, - 0x97, 0xde, 0x6f, 0x98, 0xbf, 0x69, 0xc0, 0xc4, 0x2d, 0x67, 0x93, 0x04, 0xdc, 0x6d, 0x81, 0xa9, - 0x42, 0x89, 0x87, 0xc3, 0x13, 0x59, 0x8f, 0x86, 0xd1, 0x2e, 0x8c, 0x8b, 0x93, 0x46, 0x79, 0xb5, - 0xde, 0x2c, 0x76, 0x09, 0xac, 0x48, 0x0b, 0x0e, 0xae, 0x3f, 0x54, 0x92, 0x14, 0x70, 0x4c, 0xcc, - 0x7c, 0x03, 0xce, 0x65, 0x34, 0x42, 0xf3, 0x6c, 0xfb, 0x06, 0x91, 0x58, 0x16, 0x72, 0x3f, 0x06, - 0x11, 0xe6, 0xe5, 0xe8, 0x12, 0x0c, 0x11, 0xcf, 0x16, 0x6b, 0x62, 0x6c, 0x7f, 0x6f, 0x7e, 0x68, - 0xd9, 0xb3, 0x31, 0x2d, 0xa3, 0x6c, 0xca, 0xf5, 0x13, 0x32, 0x09, 0x63, 0x53, 0x2b, 0xa2, 0x0c, - 0x2b, 0x28, 0xbb, 0xb6, 0x4f, 0xdf, 0x50, 0x53, 0xe9, 0x74, 0x66, 0x2b, 0xb5, 0x7b, 0x06, 0xb9, - 0x18, 0x4f, 0xef, 0xc4, 0xa5, 0x59, 0x31, 0x20, 0x3d, 0x7b, 0x1a, 0xf7, 0xd0, 0x35, 0x7f, 0x77, - 0x18, 0x1e, 0xb9, 0xe5, 0x07, 0xce, 0xeb, 0xbe, 0x17, 0x59, 0xee, 0xba, 0x6f, 0xc7, 0x0e, 0x6a, - 0x82, 0x29, 0x7f, 0xca, 0x80, 0x87, 0x1a, 0xed, 0x0e, 0x97, 0x6e, 0xa5, 0xdf, 0xd0, 0x3a, 0x09, - 0x1c, 0xbf, 0xa8, 0x9f, 0x1a, 0x7b, 0x9a, 0x5a, 0x59, 0xbf, 0x9b, 0x85, 0x12, 0xe7, 0xd1, 0x62, - 0xee, 0x72, 0xb6, 0x7f, 0xdf, 0x63, 0x9d, 0xab, 0x47, 0x6c, 0x34, 0x5f, 0x8f, 0x27, 0xa1, 0xa0, - 0xbb, 0x5c, 0x35, 0x13, 0x23, 0xce, 0xa1, 0x84, 0x3e, 0x06, 0x17, 0x1c, 0xde, 0x39, 0x4c, 0x2c, - 0xdb, 0xf1, 0x48, 0x18, 0x32, 0xa7, 0xb1, 0x41, 0xfc, 0xc1, 0x6a, 0x59, 0x08, 0x71, 0x36, 0x1d, - 0xf4, 0x0a, 0x40, 0xd8, 0xf5, 0x1a, 0x62, 0xfc, 0x47, 0x0a, 0x51, 0xe5, 0x42, 0xa0, 0xc2, 0x82, - 0x35, 0x8c, 0x54, 0xc3, 0x8d, 0xd4, 0xa2, 0x1c, 0x65, 0xbe, 0x65, 0x4c, 0xc3, 0x8d, 0xd7, 0x50, - 0x0c, 0x37, 0xff, 0xb1, 0x01, 0x63, 0xe2, 0xf9, 0x3b, 0x7a, 0x67, 0xca, 0xca, 0xa3, 0x78, 0x4f, - 0xca, 0xd2, 0xd3, 0x65, 0x57, 0x7d, 0xc2, 0xc2, 0x27, 0x44, 0x89, 0x42, 0x66, 0x02, 0x41, 0x38, - 0x36, 0x17, 0x26, 0xae, 0xfc, 0xa4, 0x09, 0x51, 0x23, 0x66, 0xbe, 0x69, 0xc0, 0xd9, 0x9e, 0x56, - 0x87, 0x90, 0x17, 0x4e, 0xd1, 0x8b, 0xe6, 0x5b, 0xc3, 0x30, 0xcd, 0x9c, 0xe5, 0x3c, 0xcb, 0xe5, - 0x06, 0x98, 0x53, 0x50, 0x50, 0xde, 0x05, 0xe3, 0x4e, 0xab, 0xd5, 0x89, 0x28, 0xab, 0x16, 0x36, - 0x74, 0x36, 0xe7, 0x35, 0x59, 0x88, 0x63, 0x38, 0xf2, 0xc4, 0x51, 0xc8, 0x99, 0xf8, 0x4a, 0xb1, - 0x99, 0xd3, 0x3f, 0x70, 0x81, 0x1e, 0x5b, 0xfc, 0xbc, 0xca, 0x3a, 0x29, 0x3f, 0x6d, 0x00, 0x84, - 0x51, 0xe0, 0x78, 0x4d, 0x5a, 0x28, 0x8e, 0x4b, 0x7c, 0x0c, 0x64, 0xeb, 0x0a, 0x29, 0x27, 0xae, - 0xc6, 0x28, 0x06, 0x60, 0x8d, 0x32, 0x5a, 0x14, 0x52, 0x02, 0xe7, 0xf8, 0x3f, 0x94, 0x92, 0x87, - 0x1e, 0xe9, 0x8d, 0x4d, 0x22, 0x9e, 0x44, 0xc6, 0x62, 0xc4, 0xdc, 0xfb, 0x60, 0x5c, 0xd1, 0x3b, - 0xe8, 0xd4, 0x9d, 0xd4, 0x4e, 0xdd, 0xb9, 0x67, 0xe1, 0x4c, 0xaa, 0xbb, 0x47, 0x3a, 0xb4, 0xff, - 0x83, 0x01, 0x28, 0xf9, 0xf5, 0xa7, 0xa0, 0xda, 0x35, 0x93, 0xaa, 0xdd, 0xd2, 0xe0, 0x53, 0x96, - 0xa3, 0xdb, 0x7d, 0x7b, 0x0a, 0x58, 0x74, 0x90, 0xc5, 0xf5, 0x5a, 0x9d, 0x04, 0x3b, 0xea, 0xe0, - 0xa2, 0xe7, 0x6c, 0xfc, 0xc2, 0x40, 0xec, 0xdc, 0x01, 0xce, 0xd9, 0xdb, 0x29, 0x5c, 0xf1, 0x39, - 0x9b, 0x86, 0xe0, 0x1e, 0xba, 0xe8, 0xb3, 0x06, 0xcc, 0x58, 0xc9, 0xe8, 0x20, 0x72, 0x64, 0x0a, - 0xbd, 0x3e, 0x4d, 0x45, 0x1a, 0x89, 0xfb, 0x92, 0x02, 0x84, 0xb8, 0x87, 0x2c, 0x7a, 0x1a, 0x26, - 0xad, 0xb6, 0xb3, 0xd8, 0xb1, 0x1d, 0xaa, 0x1a, 0xc8, 0xd0, 0x0e, 0x4c, 0x5d, 0x5d, 0x5c, 0xaf, - 0xa9, 0x72, 0x9c, 0xa8, 0xa5, 0xc2, 0x70, 0x88, 0x81, 0x1c, 0x1e, 0x30, 0x0c, 0x87, 0x18, 0xc3, - 0x38, 0x0c, 0x87, 0x18, 0x3a, 0x9d, 0x08, 0xf2, 0x00, 0x7c, 0xc7, 0x6e, 0x08, 0x92, 0xfc, 0xd6, - 0xae, 0x90, 0x86, 0x7c, 0xa7, 0x56, 0xad, 0x08, 0x8a, 0xec, 0xf4, 0x8b, 0x7f, 0x63, 0x8d, 0x02, - 0xfa, 0xa2, 0x01, 0x53, 0x82, 0x77, 0x0b, 0x9a, 0x63, 0x6c, 0x8a, 0x5e, 0x2e, 0xba, 0x5e, 0x52, - 0x6b, 0x72, 0x01, 0xeb, 0xc8, 0x39, 0xdf, 0x51, 0x0f, 0x54, 0x12, 0x30, 0x9c, 0xec, 0x07, 0xfa, - 0xbb, 0x06, 0x9c, 0x0f, 0x49, 0xb0, 0xe3, 0x34, 0xc8, 0x62, 0xa3, 0xe1, 0x77, 0x3c, 0x39, 0x0f, - 0xe5, 0xe2, 0x51, 0x0b, 0xea, 0x19, 0xf8, 0xb8, 0x67, 0x74, 0x16, 0x04, 0x67, 0xd2, 0xa7, 0x62, - 0xd9, 0x99, 0xfb, 0x56, 0xd4, 0xd8, 0xae, 0x58, 0x8d, 0x6d, 0x66, 0x2b, 0xe7, 0xce, 0xd0, 0x05, - 0xd7, 0xf5, 0x8b, 0x49, 0x54, 0xfc, 0xd6, 0x39, 0x55, 0x88, 0xd3, 0x04, 0x51, 0x08, 0xe5, 0x80, - 0xbc, 0xd6, 0x21, 0x21, 0xf3, 0x98, 0xa6, 0xc4, 0x6b, 0x03, 0xcf, 0x18, 0x16, 0x08, 0xb9, 0x70, - 0x2f, 0x7f, 0x61, 0x45, 0x08, 0x35, 0xe1, 0x11, 0xae, 0xde, 0x2c, 0x7a, 0xbe, 0xd7, 0x6d, 0xf9, - 0x9d, 0x70, 0xb1, 0x13, 0x6d, 0x13, 0x2f, 0x92, 0xf6, 0xca, 0x09, 0x76, 0x94, 0x32, 0x9f, 0xf0, - 0xe5, 0x7e, 0x15, 0x71, 0x7f, 0x3c, 0xe8, 0x25, 0x28, 0x93, 0x1d, 0xe2, 0x45, 0x1b, 0x1b, 0x2b, - 0xb3, 0x93, 0x85, 0x24, 0x3e, 0xf6, 0x09, 0xcb, 0x02, 0x07, 0x56, 0xd8, 0x90, 0x0f, 0x63, 0xae, - 0xdf, 0x6c, 0x3a, 0x5e, 0x73, 0x76, 0xaa, 0xf8, 0x3a, 0x4a, 0x0c, 0xdb, 0x0a, 0xc7, 0xc7, 0xf5, - 0x40, 0xf1, 0x03, 0x4b, 0x2a, 0xa8, 0x0d, 0x57, 0x6d, 0xb2, 0x65, 0x75, 0xdc, 0x68, 0xcd, 0x8f, - 0xa8, 0x68, 0xdb, 0x8d, 0xed, 0x54, 0xd2, 0x95, 0x7e, 0x9a, 0x3d, 0x34, 0x7e, 0x6c, 0x7f, 0x6f, - 0xfe, 0x6a, 0xf5, 0x80, 0xba, 0xf8, 0x40, 0x6c, 0xa8, 0x0b, 0x8f, 0x8a, 0x3a, 0x77, 0xbd, 0x80, - 0x58, 0x8d, 0x6d, 0x3a, 0xd2, 0xbd, 0x44, 0xcf, 0x30, 0xa2, 0xff, 0xdf, 0xfe, 0xde, 0xfc, 0xa3, - 0xd5, 0x83, 0xab, 0xe3, 0xc3, 0xe0, 0x9c, 0xfb, 0x10, 0xa0, 0xde, 0xfd, 0x7e, 0xd0, 0xc1, 0x5d, - 0xd6, 0x0f, 0xee, 0x9f, 0x37, 0xe0, 0x7c, 0xd6, 0xe8, 0x52, 0x91, 0x6d, 0x87, 0x04, 0x9b, 0x7e, - 0x28, 0x9d, 0xaa, 0x47, 0xb8, 0xc8, 0xf6, 0x82, 0x2c, 0xc4, 0x31, 0x1c, 0xd5, 0xe0, 0xdc, 0x76, - 0x14, 0xb5, 0x17, 0x1b, 0x0d, 0x12, 0x86, 0xaa, 0x06, 0xa3, 0x36, 0xc2, 0x9d, 0x0f, 0x6e, 0x6d, - 0x6c, 0xac, 0xa7, 0xc0, 0x38, 0xab, 0x8d, 0xf9, 0xdb, 0x06, 0x5c, 0xc8, 0xdc, 0x25, 0x08, 0xc3, - 0x45, 0xf6, 0x72, 0xc2, 0x5b, 0xed, 0x44, 0x56, 0xe4, 0x78, 0xcd, 0x9a, 0xb7, 0xe5, 0x3a, 0xcd, - 0xed, 0x48, 0x74, 0x8f, 0x69, 0x5b, 0xab, 0x99, 0x35, 0x70, 0x4e, 0x4b, 0xda, 0xf1, 0x96, 0xb5, - 0xdb, 0x83, 0x50, 0xeb, 0xf8, 0x6a, 0x2f, 0x18, 0x67, 0xb5, 0x31, 0xbf, 0x3c, 0x02, 0x97, 0x69, - 0xc7, 0x63, 0xc1, 0x7f, 0xd5, 0xf2, 0xac, 0xe6, 0x0f, 0xa6, 0xb0, 0xf0, 0x9b, 0x06, 0x3c, 0xb4, - 0x9d, 0xad, 0x94, 0x0b, 0xd5, 0xe3, 0xf9, 0x42, 0xc6, 0x93, 0x7e, 0x7a, 0x3e, 0xe7, 0x53, 0x7d, - 0xab, 0xe0, 0xbc, 0x4e, 0xa1, 0x0f, 0xc1, 0x8c, 0xe7, 0xdb, 0xa4, 0x52, 0xab, 0xe2, 0x55, 0x2b, - 0xbc, 0x57, 0x97, 0x77, 0xa9, 0x23, 0xdc, 0x8b, 0x67, 0x2d, 0x05, 0xc3, 0x3d, 0xb5, 0xd1, 0x0e, - 0xa0, 0xb6, 0x6f, 0x2f, 0xef, 0x38, 0x0d, 0x79, 0x8b, 0x57, 0xdc, 0x73, 0x88, 0x5d, 0x15, 0xae, - 0xf7, 0x60, 0xc3, 0x19, 0x14, 0x98, 0x55, 0x81, 0x76, 0x66, 0xd5, 0xf7, 0x9c, 0xc8, 0x0f, 0xd8, - 0xcb, 0x9c, 0x81, 0x94, 0x6b, 0xb6, 0xce, 0xd7, 0x32, 0x31, 0xe2, 0x1c, 0x4a, 0xe6, 0xff, 0x30, - 0xe0, 0x0c, 0x5d, 0x16, 0xeb, 0x81, 0xbf, 0xdb, 0xfd, 0x41, 0x5c, 0x90, 0x4f, 0x08, 0xb7, 0x12, - 0x6e, 0x0d, 0xbb, 0xa0, 0xb9, 0x94, 0x8c, 0xb3, 0x3e, 0xc7, 0x5e, 0x24, 0xba, 0x41, 0x70, 0x28, - 0xdf, 0x20, 0x68, 0x7e, 0xb1, 0xc4, 0x85, 0x76, 0x69, 0x90, 0xfb, 0x81, 0xdc, 0x87, 0xef, 0x83, - 0x29, 0x5a, 0xb6, 0x6a, 0xed, 0xae, 0x57, 0x5f, 0xf0, 0x5d, 0xf9, 0x38, 0x8a, 0x39, 0x3c, 0xdf, - 0xd6, 0x01, 0x38, 0x59, 0x0f, 0x5d, 0x87, 0xb1, 0x36, 0x7f, 0x82, 0x2d, 0xd4, 0xc5, 0xab, 0xdc, - 0xf7, 0x82, 0x15, 0x3d, 0xd8, 0x9b, 0x3f, 0x1b, 0x5f, 0x3f, 0x89, 0x42, 0x2c, 0x1b, 0x98, 0x9f, - 0xbf, 0x00, 0x0c, 0xb9, 0x4b, 0xa2, 0x1f, 0xc4, 0x31, 0x79, 0x12, 0x26, 0x1a, 0xed, 0x4e, 0xe5, - 0x46, 0xfd, 0xf9, 0x8e, 0xcf, 0xcc, 0x00, 0x2c, 0x5a, 0x24, 0x95, 0xe2, 0x2b, 0xeb, 0x77, 0x65, - 0x31, 0xd6, 0xeb, 0x50, 0xee, 0xd0, 0x68, 0x77, 0x04, 0xbf, 0x5d, 0xd7, 0xbd, 0x7e, 0x19, 0x77, - 0xa8, 0xac, 0xdf, 0x4d, 0xc0, 0x70, 0x4f, 0x6d, 0xf4, 0x31, 0x98, 0x24, 0x62, 0xe3, 0xde, 0xb2, - 0x02, 0x5b, 0xf0, 0x85, 0xc2, 0x32, 0x9e, 0x1a, 0x5a, 0xc9, 0x0d, 0xb8, 0xf2, 0xb3, 0xac, 0x91, - 0xc0, 0x09, 0x82, 0xe8, 0xc7, 0xe1, 0x92, 0xfc, 0x4d, 0x67, 0xd9, 0xb7, 0xd3, 0x8c, 0x62, 0x84, - 0xbf, 0x7a, 0x5d, 0xce, 0xab, 0x84, 0xf3, 0xdb, 0xa3, 0xdf, 0x30, 0xe0, 0xa2, 0x82, 0x3a, 0x9e, - 0xd3, 0xea, 0xb4, 0x30, 0x69, 0xb8, 0x96, 0xd3, 0x12, 0x2a, 0xcf, 0x8b, 0xc7, 0xf6, 0xa1, 0x49, - 0xf4, 0x9c, 0x59, 0x65, 0xc3, 0x70, 0x4e, 0x97, 0xd0, 0x9b, 0x06, 0x5c, 0x95, 0xa0, 0xf5, 0x80, - 0x84, 0x61, 0x27, 0x20, 0xf1, 0xd3, 0x3c, 0x31, 0x24, 0x63, 0x85, 0x78, 0x27, 0x93, 0xf9, 0x96, - 0x0f, 0xc0, 0x8d, 0x0f, 0xa4, 0xae, 0x2f, 0x97, 0xba, 0xbf, 0x15, 0x09, 0x1d, 0xe9, 0xa4, 0x96, - 0x0b, 0x25, 0x81, 0x13, 0x04, 0xd1, 0x3f, 0x31, 0xe0, 0x21, 0xbd, 0x40, 0x5f, 0x2d, 0x5c, 0x39, - 0x7a, 0xe9, 0xd8, 0x3a, 0x93, 0xc2, 0xcf, 0xad, 0xeb, 0x39, 0x40, 0x9c, 0xd7, 0x2b, 0xca, 0xb6, - 0x5b, 0x6c, 0x61, 0x72, 0x05, 0x6a, 0x84, 0xb3, 0x6d, 0xbe, 0x56, 0x43, 0x2c, 0x61, 0xe8, 0x69, - 0x98, 0x6c, 0xfb, 0xf6, 0xba, 0x63, 0x87, 0x2b, 0x4e, 0xcb, 0x89, 0x98, 0x8a, 0x33, 0xc4, 0x87, - 0x63, 0xdd, 0xb7, 0xd7, 0x6b, 0x55, 0x5e, 0x8e, 0x13, 0xb5, 0xd8, 0x23, 0x73, 0xa7, 0x65, 0x35, - 0xc9, 0x7a, 0xc7, 0x75, 0xd7, 0x03, 0x9f, 0x99, 0x60, 0xab, 0xc4, 0xb2, 0x5d, 0xc7, 0x23, 0x05, - 0x55, 0x1a, 0xb6, 0xdd, 0x6a, 0x79, 0x48, 0x71, 0x3e, 0x3d, 0xb4, 0x00, 0xb0, 0x65, 0x39, 0x6e, - 0xfd, 0xbe, 0xd5, 0xbe, 0xe3, 0x31, 0xbd, 0xa7, 0xcc, 0x8d, 0x02, 0x37, 0x54, 0x29, 0xd6, 0x6a, - 0xd0, 0xd5, 0x44, 0xb9, 0x20, 0x26, 0x3c, 0xb8, 0x11, 0xd3, 0x4f, 0x8e, 0x63, 0x35, 0x49, 0x84, - 0x7c, 0xf8, 0x6e, 0x6b, 0x24, 0x70, 0x82, 0x20, 0xfa, 0x94, 0x01, 0xd3, 0x61, 0x37, 0x8c, 0x48, - 0x4b, 0xf5, 0xe1, 0xcc, 0x71, 0xf7, 0x81, 0x19, 0xa7, 0xeb, 0x09, 0x22, 0x38, 0x45, 0x14, 0x59, - 0x70, 0x99, 0x8d, 0xea, 0xcd, 0xca, 0x2d, 0xa7, 0xb9, 0xad, 0x9e, 0x8e, 0xaf, 0x93, 0xa0, 0x41, - 0xbc, 0x68, 0x76, 0x86, 0xad, 0x1b, 0xe6, 0x9c, 0x54, 0xcb, 0xaf, 0x86, 0xfb, 0xe1, 0x40, 0xaf, - 0xc0, 0x9c, 0x00, 0xaf, 0xf8, 0xf7, 0x7b, 0x28, 0x9c, 0x65, 0x14, 0x98, 0x33, 0x56, 0x2d, 0xb7, - 0x16, 0xee, 0x83, 0x81, 0x6a, 0x14, 0x21, 0x09, 0xd8, 0xdd, 0x12, 0x51, 0x8b, 0x27, 0x9c, 0x45, - 0xb1, 0x1f, 0x76, 0xbd, 0x17, 0x8c, 0xb3, 0xda, 0xa0, 0x67, 0xd5, 0x53, 0xaf, 0x2e, 0x2d, 0x78, - 0x7e, 0xbd, 0x3e, 0x7b, 0x8e, 0xf5, 0xef, 0x9c, 0xf6, 0x82, 0x4b, 0x82, 0x70, 0xba, 0x2e, 0x95, - 0x2d, 0x64, 0xd1, 0x52, 0x27, 0x08, 0xa3, 0xd9, 0xf3, 0xac, 0x31, 0x93, 0x2d, 0xb0, 0x0e, 0xc0, - 0xc9, 0x7a, 0xe8, 0x3a, 0x4c, 0x87, 0xa4, 0xd1, 0xf0, 0x5b, 0x6d, 0xa1, 0xa8, 0xce, 0x5e, 0x60, - 0xbd, 0xe7, 0x33, 0x98, 0x80, 0xe0, 0x54, 0x4d, 0xd4, 0x85, 0x73, 0x2a, 0xd4, 0xcf, 0x8a, 0xdf, - 0x5c, 0xb5, 0x76, 0x99, 0xa8, 0x7e, 0xf1, 0xe0, 0x1d, 0xb8, 0x20, 0x9d, 0x05, 0x16, 0x9e, 0xef, - 0x58, 0x5e, 0xe4, 0x44, 0x5d, 0x3e, 0x5c, 0x95, 0x5e, 0x74, 0x38, 0x8b, 0x06, 0x5a, 0x81, 0xf3, - 0xa9, 0xe2, 0x1b, 0x8e, 0x4b, 0xc2, 0xd9, 0x87, 0xd8, 0x67, 0x33, 0xab, 0x53, 0x25, 0x03, 0x8e, - 0x33, 0x5b, 0xa1, 0x3b, 0x70, 0xa1, 0x1d, 0xf8, 0x11, 0x69, 0x44, 0xb7, 0xa9, 0x78, 0xe2, 0x8a, - 0x0f, 0x0c, 0x67, 0x67, 0xd9, 0x58, 0xb0, 0x7b, 0xb5, 0xf5, 0xac, 0x0a, 0x38, 0xbb, 0x1d, 0xfa, - 0xb2, 0x01, 0x57, 0xc2, 0x28, 0x20, 0x56, 0xcb, 0xf1, 0x9a, 0x15, 0xdf, 0xf3, 0x08, 0x63, 0x93, - 0x35, 0x3b, 0x7e, 0xc6, 0x70, 0xa9, 0x10, 0x9f, 0x32, 0xf7, 0xf7, 0xe6, 0xaf, 0xd4, 0xfb, 0x62, - 0xc6, 0x07, 0x50, 0x46, 0x6f, 0x00, 0xb4, 0x48, 0xcb, 0x0f, 0xba, 0x94, 0x23, 0xcd, 0xce, 0x15, - 0x77, 0x0b, 0x5b, 0x55, 0x58, 0xf8, 0xf6, 0x4f, 0xdc, 0x08, 0xc6, 0x40, 0xac, 0x91, 0x33, 0xf7, - 0x4a, 0x5c, 0xe5, 0xef, 0x39, 0x78, 0xe8, 0x0e, 0xe0, 0xf5, 0x16, 0x65, 0xd8, 0x5f, 0x71, 0x89, - 0xc6, 0x76, 0xc0, 0x6a, 0x12, 0x84, 0xd3, 0x75, 0xa9, 0x58, 0xc8, 0x76, 0xea, 0x8d, 0x7a, 0xdc, - 0xbe, 0x14, 0x8b, 0x85, 0xb5, 0x14, 0x0c, 0xf7, 0xd4, 0x46, 0x15, 0x38, 0x2b, 0xca, 0x6a, 0x54, - 0xb3, 0x0a, 0x6f, 0x04, 0x44, 0x0a, 0xdc, 0x54, 0x47, 0x39, 0x5b, 0x4b, 0x03, 0x71, 0x6f, 0x7d, - 0xfa, 0x15, 0xf4, 0x87, 0xde, 0x8b, 0xe1, 0xf8, 0x2b, 0xd6, 0x92, 0x20, 0x9c, 0xae, 0x2b, 0x55, - 0xdf, 0x44, 0x17, 0x46, 0xe2, 0xaf, 0x58, 0x4b, 0xc1, 0x70, 0x4f, 0x6d, 0xf3, 0x3f, 0x0e, 0xc3, - 0xa3, 0x87, 0x10, 0xd6, 0x50, 0x2b, 0x7b, 0xb8, 0x8f, 0xbe, 0x71, 0x0f, 0x37, 0x3d, 0xed, 0x9c, - 0xe9, 0x39, 0x3a, 0xbd, 0xc3, 0x4e, 0x67, 0x98, 0x37, 0x9d, 0x47, 0x27, 0x79, 0xf8, 0xe9, 0x6f, - 0x65, 0x4f, 0x7f, 0xc1, 0x51, 0x3d, 0x70, 0xb9, 0xb4, 0x73, 0x96, 0x4b, 0xc1, 0x51, 0x3d, 0xc4, - 0xf2, 0xfa, 0xce, 0x30, 0x3c, 0x76, 0x18, 0xc1, 0xb1, 0xe0, 0xfa, 0xca, 0x60, 0x79, 0x27, 0xba, - 0xbe, 0xf2, 0x5e, 0x8a, 0x9d, 0xe0, 0xfa, 0xca, 0x20, 0x79, 0xd2, 0xeb, 0x2b, 0x6f, 0x54, 0x4f, - 0x6a, 0x7d, 0xe5, 0x8d, 0xea, 0x21, 0xd6, 0xd7, 0x5f, 0xa6, 0xcf, 0x07, 0x25, 0x2f, 0xd6, 0x60, - 0xa8, 0xd1, 0xee, 0x14, 0x64, 0x52, 0xcc, 0xe5, 0xaa, 0xb2, 0x7e, 0x17, 0x53, 0x1c, 0x08, 0xc3, - 0x28, 0x5f, 0x3f, 0x05, 0x59, 0x10, 0x7b, 0x73, 0xc4, 0x97, 0x24, 0x16, 0x98, 0xe8, 0x50, 0x91, - 0xf6, 0x36, 0x69, 0x91, 0xc0, 0x72, 0xeb, 0x91, 0x1f, 0x58, 0xcd, 0xa2, 0xdc, 0x86, 0x0d, 0xd5, - 0x72, 0x0a, 0x17, 0xee, 0xc1, 0x4e, 0x07, 0xa4, 0xed, 0xd8, 0x05, 0xf9, 0x0b, 0x1b, 0x90, 0xf5, - 0x5a, 0x15, 0x53, 0x1c, 0xe6, 0x3f, 0x18, 0x07, 0x2d, 0x94, 0x1e, 0xfa, 0x71, 0xb8, 0x64, 0xb9, - 0xae, 0x7f, 0x7f, 0x3d, 0x70, 0x76, 0x1c, 0x97, 0x34, 0x89, 0xad, 0x84, 0xa9, 0x50, 0x38, 0xe6, - 0x31, 0x85, 0x69, 0x31, 0xaf, 0x12, 0xce, 0x6f, 0x8f, 0x3e, 0x67, 0xc0, 0xd9, 0x46, 0x3a, 0x7c, - 0xd9, 0x20, 0xae, 0x3b, 0x3d, 0xb1, 0xd0, 0xf8, 0x7e, 0xea, 0x29, 0xc6, 0xbd, 0x64, 0xd1, 0x4f, - 0x1b, 0xdc, 0x28, 0xa7, 0x6e, 0x20, 0xc4, 0x9c, 0xdd, 0x3c, 0xa6, 0x2b, 0xda, 0xd8, 0xba, 0x17, - 0xdf, 0x71, 0x24, 0x09, 0xa2, 0x37, 0x0d, 0xb8, 0x70, 0x2f, 0xeb, 0x2e, 0x41, 0xcc, 0xec, 0x9d, - 0xa2, 0x5d, 0xc9, 0xb9, 0x9c, 0xe0, 0xe2, 0x6c, 0x66, 0x05, 0x9c, 0xdd, 0x11, 0x35, 0x4a, 0xca, - 0xbc, 0x2a, 0x98, 0x40, 0xe1, 0x51, 0x4a, 0xd9, 0x69, 0xe3, 0x51, 0x52, 0x00, 0x9c, 0x24, 0x88, - 0xda, 0x30, 0x7e, 0x4f, 0xda, 0xb4, 0x85, 0x1d, 0xab, 0x52, 0x94, 0xba, 0x66, 0x18, 0xe7, 0xf7, - 0x5c, 0xaa, 0x10, 0xc7, 0x44, 0xd0, 0x36, 0x8c, 0xdd, 0xe3, 0x8c, 0x48, 0xd8, 0x9f, 0x16, 0x07, - 0xd6, 0x8f, 0xb9, 0x19, 0x44, 0x14, 0x61, 0x89, 0x5e, 0xf7, 0x4b, 0x2e, 0x1f, 0xf0, 0x5c, 0xe6, - 0xcb, 0x06, 0x5c, 0xd8, 0x21, 0x41, 0xe4, 0x34, 0xd2, 0x37, 0x39, 0xe3, 0xc5, 0x75, 0xf8, 0x17, - 0xb2, 0x10, 0xf2, 0x65, 0x92, 0x09, 0xc2, 0xd9, 0x5d, 0xa0, 0x1a, 0x3d, 0x37, 0xc8, 0xd7, 0x23, - 0x2b, 0x72, 0x1a, 0x1b, 0xfe, 0x3d, 0xe2, 0xc5, 0x19, 0x5f, 0x98, 0x25, 0xa8, 0xcc, 0x35, 0xfa, - 0xe5, 0xfc, 0x6a, 0xb8, 0x1f, 0x0e, 0xf3, 0x7b, 0x06, 0xf4, 0x98, 0x95, 0xd1, 0x2f, 0x18, 0x30, - 0xb9, 0x45, 0xac, 0xa8, 0x13, 0x90, 0x9b, 0x56, 0xa4, 0xde, 0xf0, 0xbf, 0x70, 0x1c, 0xd6, 0xec, - 0x85, 0x1b, 0x1a, 0x62, 0xee, 0x62, 0xa1, 0xc2, 0x70, 0xea, 0x20, 0x9c, 0xe8, 0xc1, 0xdc, 0x73, - 0x70, 0xb6, 0xa7, 0xe1, 0x91, 0xee, 0x6a, 0xff, 0xa5, 0x01, 0x59, 0x49, 0x8a, 0xd0, 0x2b, 0x30, - 0x62, 0xd9, 0xb6, 0xca, 0x3a, 0xf0, 0x4c, 0x31, 0x6f, 0x1f, 0x5b, 0x0f, 0x95, 0xc0, 0x7e, 0x62, - 0x8e, 0x16, 0xdd, 0x00, 0x64, 0x25, 0xfc, 0x05, 0x56, 0xe3, 0x07, 0xc0, 0xec, 0x26, 0x6c, 0xb1, - 0x07, 0x8a, 0x33, 0x5a, 0x98, 0x3f, 0x63, 0x00, 0xea, 0x0d, 0xdc, 0x8a, 0x02, 0x28, 0x8b, 0xa5, - 0x2c, 0x67, 0xa9, 0x5a, 0xf0, 0x91, 0x4e, 0xe2, 0xc5, 0x59, 0xec, 0x3a, 0x26, 0x0a, 0x42, 0xac, - 0xe8, 0x98, 0x7f, 0x65, 0x40, 0x1c, 0x99, 0x1c, 0xbd, 0x17, 0x26, 0x6c, 0x12, 0x36, 0x02, 0xa7, - 0x1d, 0xc5, 0xef, 0xd3, 0xd4, 0x3b, 0x97, 0x6a, 0x0c, 0xc2, 0x7a, 0x3d, 0x64, 0xc2, 0x68, 0x64, - 0x85, 0xf7, 0x6a, 0x55, 0xa1, 0x54, 0x32, 0x11, 0x60, 0x83, 0x95, 0x60, 0x01, 0x89, 0x83, 0xb0, - 0x0d, 0x1d, 0x22, 0x08, 0x1b, 0xda, 0x3a, 0x86, 0x88, 0x73, 0xe8, 0xe0, 0x68, 0x73, 0xe6, 0xaf, - 0x95, 0xe0, 0x0c, 0xad, 0xb2, 0x6a, 0x39, 0x5e, 0x44, 0x3c, 0xf6, 0x1a, 0xa3, 0xe0, 0x20, 0x34, - 0x61, 0x2a, 0x4a, 0xbc, 0x36, 0x3c, 0xfa, 0x5b, 0x3d, 0xe5, 0x9f, 0x94, 0x7c, 0x63, 0x98, 0xc4, - 0x8b, 0x9e, 0x91, 0xcf, 0x61, 0xb8, 0xfa, 0xfd, 0xa8, 0x5c, 0xaa, 0xec, 0x8d, 0xcb, 0x03, 0xf1, - 0x74, 0x53, 0x85, 0xb3, 0x4f, 0xbc, 0x7c, 0x79, 0x1f, 0x4c, 0x09, 0xb7, 0x74, 0x1e, 0x4d, 0x4f, - 0xa8, 0xdf, 0xec, 0x84, 0xb9, 0xa1, 0x03, 0x70, 0xb2, 0x9e, 0xf9, 0xcd, 0x12, 0x24, 0x83, 0xe6, - 0x17, 0x1d, 0xa5, 0xde, 0x50, 0x82, 0xa5, 0x13, 0x0b, 0x25, 0xf8, 0x6e, 0x96, 0x71, 0x86, 0xa7, - 0x26, 0xe3, 0x57, 0xe4, 0x7a, 0x9e, 0x18, 0x9e, 0x58, 0x4c, 0xd5, 0x88, 0x87, 0x75, 0xf8, 0xc8, - 0xc3, 0xfa, 0x5e, 0xe1, 0xaf, 0x3a, 0x92, 0x08, 0xe8, 0x28, 0xfd, 0x55, 0xcf, 0x26, 0x1a, 0x6a, - 0x8f, 0x77, 0xbe, 0x6e, 0xc0, 0x98, 0x88, 0x56, 0x7c, 0x88, 0xc7, 0x61, 0x5b, 0x30, 0xc2, 0x54, - 0x9e, 0x41, 0xa4, 0xc1, 0xfa, 0xb6, 0xef, 0x47, 0x89, 0x98, 0xcd, 0xec, 0x35, 0x06, 0xfb, 0x17, - 0x73, 0xf4, 0xcc, 0x65, 0x31, 0x68, 0x6c, 0x3b, 0x11, 0x69, 0x44, 0x32, 0x12, 0xac, 0x74, 0x59, - 0xd4, 0xca, 0x71, 0xa2, 0x96, 0xf9, 0x95, 0x61, 0xb8, 0x2a, 0x10, 0xf7, 0x88, 0x48, 0x8a, 0xc1, - 0x75, 0xe1, 0x9c, 0x98, 0xdb, 0x6a, 0x60, 0x39, 0xca, 0xf5, 0xa0, 0x98, 0xea, 0x2b, 0x9c, 0x52, - 0x7a, 0xd0, 0xe1, 0x2c, 0x1a, 0x3c, 0xa6, 0x29, 0x2b, 0xbe, 0x45, 0x2c, 0x37, 0xda, 0x96, 0xb4, - 0x4b, 0x83, 0xc4, 0x34, 0xed, 0xc5, 0x87, 0x33, 0xa9, 0x30, 0xd7, 0x07, 0x01, 0xa8, 0x04, 0xc4, - 0xd2, 0xfd, 0x2e, 0x06, 0x78, 0x50, 0xb1, 0x9a, 0x89, 0x11, 0xe7, 0x50, 0x62, 0x36, 0x44, 0x6b, - 0x97, 0x99, 0x24, 0x30, 0x89, 0x02, 0x87, 0xc5, 0xde, 0x56, 0x56, 0xf4, 0xd5, 0x24, 0x08, 0xa7, - 0xeb, 0xa2, 0xeb, 0x30, 0xcd, 0x5c, 0x49, 0xe2, 0xe0, 0x61, 0x23, 0x71, 0x7c, 0x8a, 0xb5, 0x04, - 0x04, 0xa7, 0x6a, 0x9a, 0xbf, 0x6e, 0xc0, 0xa4, 0xbe, 0xec, 0x0e, 0xf1, 0x52, 0xac, 0xa3, 0x1d, - 0x86, 0x03, 0xbc, 0x62, 0xd2, 0xa9, 0x1e, 0xe6, 0x3c, 0xfc, 0xfc, 0x10, 0x9c, 0xcb, 0x68, 0xc3, - 0x1c, 0x03, 0x48, 0xea, 0x60, 0x1d, 0xc4, 0x31, 0xa0, 0xe7, 0x90, 0x56, 0x8e, 0x01, 0x69, 0x08, - 0xee, 0xa1, 0x8b, 0x5e, 0x80, 0xa1, 0x46, 0xe0, 0x88, 0x61, 0x79, 0x5f, 0x21, 0xb5, 0x10, 0xd7, - 0x96, 0x26, 0x04, 0xc5, 0xa1, 0x0a, 0xae, 0x61, 0x8a, 0x90, 0x1e, 0x0f, 0xfa, 0xa6, 0x96, 0x67, - 0x35, 0x3b, 0x1e, 0xf4, 0xbd, 0x1f, 0xe2, 0x64, 0x3d, 0xf4, 0x12, 0xcc, 0x0a, 0x79, 0x5d, 0xbe, - 0x0d, 0xf7, 0xbd, 0x30, 0xa2, 0xfb, 0x2f, 0x12, 0xec, 0xf4, 0xe1, 0xfd, 0xbd, 0xf9, 0xd9, 0xdb, - 0x39, 0x75, 0x70, 0x6e, 0x6b, 0xf3, 0x2f, 0x86, 0x60, 0x42, 0x8b, 0xe8, 0x8e, 0x56, 0x07, 0x31, - 0x74, 0xc4, 0x5f, 0x2c, 0x8d, 0x1d, 0xab, 0x30, 0xd4, 0x6c, 0x77, 0x0a, 0x5a, 0x3a, 0x14, 0xba, - 0x9b, 0x14, 0x5d, 0xb3, 0xdd, 0x41, 0x2f, 0x28, 0xdb, 0x49, 0x31, 0xeb, 0x86, 0x7a, 0xc9, 0x93, - 0xb2, 0x9f, 0xc8, 0xed, 0x32, 0x9c, 0xbb, 0x5d, 0x5a, 0x30, 0x16, 0x0a, 0xc3, 0xca, 0x48, 0xf1, - 0x68, 0x3c, 0xda, 0x48, 0x0b, 0x43, 0x0a, 0xd7, 0xca, 0xa4, 0x9d, 0x45, 0xd2, 0xa0, 0x12, 0x5f, - 0x87, 0xbd, 0x0f, 0x66, 0xea, 0x66, 0x99, 0x4b, 0x7c, 0x77, 0x59, 0x09, 0x16, 0x90, 0x9e, 0x83, - 0x64, 0xec, 0x50, 0x07, 0xc9, 0x67, 0x4a, 0x80, 0x7a, 0xbb, 0x81, 0x1e, 0x85, 0x11, 0x16, 0x5f, - 0x40, 0x70, 0x0c, 0x25, 0x9f, 0xb3, 0x17, 0xe6, 0x98, 0xc3, 0x50, 0x5d, 0xc4, 0x16, 0x29, 0x36, - 0x9d, 0xcc, 0xb3, 0x46, 0xd0, 0xd3, 0x02, 0x91, 0x5c, 0x4d, 0x3c, 0x46, 0xc9, 0x3a, 0x99, 0xef, - 0xc2, 0x58, 0xcb, 0xf1, 0xd8, 0xf5, 0x5e, 0x31, 0x7b, 0x13, 0x77, 0x00, 0xe0, 0x28, 0xb0, 0xc4, - 0x65, 0x7e, 0xa7, 0x44, 0x97, 0x7e, 0x2c, 0x97, 0x76, 0x01, 0xac, 0x4e, 0xe4, 0x73, 0x01, 0x47, - 0xec, 0x80, 0x5a, 0xb1, 0x59, 0x56, 0x48, 0x17, 0x15, 0x42, 0x7e, 0x31, 0x15, 0xff, 0xc6, 0x1a, - 0x31, 0x4a, 0x3a, 0x72, 0x5a, 0xe4, 0x45, 0xc7, 0xb3, 0xfd, 0xfb, 0x62, 0x78, 0x07, 0x25, 0xbd, - 0xa1, 0x10, 0x72, 0xd2, 0xf1, 0x6f, 0xac, 0x11, 0xa3, 0xac, 0x85, 0xa9, 0xb7, 0x1e, 0x4b, 0xb1, - 0x21, 0xfa, 0xe6, 0xbb, 0xae, 0x3c, 0x3b, 0xcb, 0x9c, 0xb5, 0x54, 0x72, 0xea, 0xe0, 0xdc, 0xd6, - 0xe6, 0x6f, 0x18, 0x70, 0x21, 0x73, 0x28, 0xd0, 0x4d, 0x38, 0x1b, 0x3b, 0x63, 0xe9, 0xcc, 0xbe, - 0x1c, 0xa7, 0x76, 0xb9, 0x9d, 0xae, 0x80, 0x7b, 0xdb, 0x70, 0xaf, 0xda, 0x9e, 0xc3, 0x44, 0x78, - 0x72, 0xe9, 0x02, 0x8c, 0x0e, 0xc6, 0x59, 0x6d, 0xcc, 0x1f, 0x4f, 0x74, 0x36, 0x1e, 0x2c, 0xba, - 0x33, 0x36, 0x49, 0x53, 0x3d, 0x06, 0x54, 0x3b, 0x63, 0x89, 0x16, 0x62, 0x0e, 0x43, 0x8f, 0xe8, - 0x4f, 0x6c, 0x15, 0xdf, 0x92, 0xcf, 0x6c, 0xcd, 0x9f, 0x84, 0x87, 0x72, 0xee, 0x2b, 0x51, 0x15, - 0x26, 0xc3, 0xfb, 0x56, 0x7b, 0x89, 0x6c, 0x5b, 0x3b, 0x8e, 0x08, 0xd9, 0xc0, 0x9d, 0xec, 0x26, - 0xeb, 0x5a, 0xf9, 0x83, 0xd4, 0x6f, 0x9c, 0x68, 0x65, 0x46, 0x00, 0xc2, 0x19, 0xd3, 0xf1, 0x9a, - 0x68, 0x0b, 0xca, 0x96, 0x48, 0x5f, 0x2b, 0xd6, 0xf1, 0x8f, 0x16, 0x52, 0xd5, 0x05, 0x0e, 0xee, - 0x73, 0x2f, 0x7f, 0x61, 0x85, 0xdb, 0xfc, 0x47, 0x06, 0x5c, 0xcc, 0x7e, 0xa4, 0x7f, 0x08, 0x01, - 0xa4, 0x05, 0x13, 0x41, 0xdc, 0x4c, 0x2c, 0xfa, 0x1f, 0xd1, 0xa3, 0xb4, 0x6a, 0x61, 0xc9, 0xa8, - 0x70, 0x56, 0x09, 0xfc, 0x50, 0xce, 0x7c, 0x3a, 0x70, 0xab, 0x52, 0x8c, 0xb4, 0x9e, 0x60, 0x1d, - 0xbf, 0xf9, 0xbb, 0x25, 0x80, 0x35, 0x12, 0xdd, 0xf7, 0x83, 0x7b, 0x74, 0x88, 0x1e, 0x4e, 0xe8, - 0x03, 0xe5, 0xef, 0x5f, 0xa0, 0x88, 0x87, 0x61, 0xb8, 0xed, 0xdb, 0xa1, 0x60, 0x7f, 0xac, 0x23, - 0xcc, 0x4f, 0x89, 0x95, 0xa2, 0x79, 0x18, 0x61, 0xd7, 0x13, 0xe2, 0x64, 0x62, 0xda, 0x04, 0x95, - 0x05, 0x43, 0xcc, 0xcb, 0x79, 0x52, 0x32, 0xf6, 0x96, 0x25, 0x14, 0xea, 0x91, 0x48, 0x4a, 0xc6, - 0xcb, 0xb0, 0x82, 0xa2, 0xeb, 0x00, 0x4e, 0xfb, 0x86, 0xd5, 0x72, 0x5c, 0x2a, 0x99, 0x8e, 0xaa, - 0x1c, 0xb8, 0x50, 0x5b, 0x97, 0xa5, 0x0f, 0xf6, 0xe6, 0xcb, 0xe2, 0x57, 0x17, 0x6b, 0xb5, 0xcd, - 0x4f, 0x0c, 0x43, 0x22, 0x5f, 0x74, 0x6c, 0x09, 0x32, 0x4e, 0xc6, 0x12, 0xf4, 0x12, 0xcc, 0xba, - 0xbe, 0x65, 0x2f, 0x59, 0x2e, 0xdd, 0x8d, 0x41, 0x9d, 0x4f, 0xa3, 0xe5, 0x35, 0x55, 0x52, 0x60, - 0xc6, 0x95, 0x56, 0x72, 0xea, 0xe0, 0xdc, 0xd6, 0x28, 0x52, 0x59, 0xaa, 0x87, 0x8a, 0x3f, 0xfb, - 0xd4, 0xc7, 0x62, 0x41, 0x7f, 0x01, 0xa5, 0x04, 0x8c, 0x54, 0x22, 0xeb, 0x4f, 0x1b, 0x70, 0x81, - 0xec, 0xf2, 0x17, 0x80, 0x1b, 0x81, 0xb5, 0xb5, 0xe5, 0x34, 0x84, 0xf7, 0x28, 0x9f, 0xd8, 0xf5, - 0xfd, 0xbd, 0xf9, 0x0b, 0xcb, 0x59, 0x15, 0x1e, 0xec, 0xcd, 0xbf, 0x27, 0xf3, 0x41, 0x26, 0x9b, - 0xd6, 0xcc, 0x26, 0x6c, 0x21, 0x67, 0x93, 0x9b, 0x7b, 0x06, 0x26, 0x8e, 0xf0, 0x82, 0x23, 0xf1, - 0xf4, 0xf2, 0xf7, 0x4a, 0x30, 0x49, 0xd7, 0xde, 0x8a, 0xdf, 0xb0, 0xdc, 0xea, 0x5a, 0xfd, 0x08, - 0x99, 0xd6, 0xd1, 0x0a, 0x9c, 0xdf, 0xf2, 0x83, 0x06, 0xd9, 0xa8, 0xac, 0x6f, 0xf8, 0xe2, 0x72, - 0xa4, 0xba, 0x56, 0x17, 0x9c, 0x9a, 0xa9, 0x7b, 0x37, 0x32, 0xe0, 0x38, 0xb3, 0x15, 0xba, 0x03, - 0x17, 0xe2, 0xf2, 0xbb, 0x6d, 0xee, 0x72, 0x42, 0xd1, 0x0d, 0xc5, 0x2e, 0x33, 0x37, 0xb2, 0x2a, - 0xe0, 0xec, 0x76, 0xc8, 0x82, 0xcb, 0x22, 0x1e, 0xcb, 0x0d, 0x3f, 0xb8, 0x6f, 0x05, 0x76, 0x12, - 0xed, 0x70, 0x6c, 0x3c, 0xae, 0xe6, 0x57, 0xc3, 0xfd, 0x70, 0x98, 0xbf, 0x34, 0x0a, 0xda, 0x53, - 0xbd, 0x23, 0xa4, 0xb2, 0xfa, 0x55, 0x03, 0xce, 0x37, 0x5c, 0x87, 0x78, 0x51, 0xea, 0x4d, 0x16, - 0x67, 0x49, 0x77, 0x0b, 0xbd, 0x21, 0x6c, 0x13, 0xaf, 0x56, 0x15, 0x1e, 0x3a, 0x95, 0x0c, 0xe4, - 0xc2, 0x8b, 0x29, 0x03, 0x82, 0x33, 0x3b, 0xc3, 0xbe, 0x87, 0x95, 0xd7, 0xaa, 0x7a, 0x20, 0x89, - 0x8a, 0x28, 0xc3, 0x0a, 0x8a, 0x9e, 0x84, 0x89, 0x66, 0xe0, 0x77, 0xda, 0x61, 0x85, 0xb9, 0x05, - 0xf3, 0xf5, 0xcf, 0x64, 0xc3, 0x9b, 0x71, 0x31, 0xd6, 0xeb, 0x50, 0x49, 0x97, 0xff, 0x5c, 0x0f, - 0xc8, 0x96, 0xb3, 0x2b, 0x18, 0x1d, 0x93, 0x74, 0x6f, 0x6a, 0xe5, 0x38, 0x51, 0x8b, 0xbd, 0x05, - 0x0f, 0xc3, 0x0e, 0x09, 0xee, 0xe2, 0x15, 0x91, 0xc3, 0x82, 0xbf, 0x05, 0x97, 0x85, 0x38, 0x86, - 0xa3, 0x2f, 0x18, 0x30, 0x1d, 0x90, 0xd7, 0x3a, 0x4e, 0x40, 0x6c, 0x46, 0x34, 0x14, 0xef, 0x25, - 0xf1, 0x60, 0x6f, 0x34, 0x17, 0x70, 0x02, 0x29, 0xe7, 0x12, 0xca, 0xc0, 0x96, 0x04, 0xe2, 0x54, - 0x0f, 0xe8, 0x50, 0x85, 0x4e, 0xd3, 0x73, 0xbc, 0xe6, 0xa2, 0xdb, 0x0c, 0x67, 0xcb, 0x8c, 0xf1, - 0x71, 0x31, 0x3a, 0x2e, 0xc6, 0x7a, 0x1d, 0xaa, 0x62, 0x76, 0x42, 0xba, 0xef, 0x5b, 0x84, 0x8f, - 0xef, 0x78, 0x6c, 0x81, 0xbc, 0xab, 0x03, 0x70, 0xb2, 0x1e, 0xba, 0x0e, 0xd3, 0xb2, 0x40, 0x8c, - 0x32, 0xf0, 0x08, 0x82, 0xb4, 0x9f, 0x77, 0x13, 0x10, 0x9c, 0xaa, 0x39, 0xb7, 0x08, 0xe7, 0x32, - 0x3e, 0xf3, 0x48, 0xcc, 0xe5, 0xd7, 0x4b, 0xf0, 0xf6, 0x03, 0x57, 0x25, 0xfa, 0xfb, 0x06, 0x4c, - 0x90, 0xdd, 0x28, 0xb0, 0xd4, 0xcb, 0x01, 0x3a, 0x45, 0x5b, 0x27, 0xb2, 0x05, 0x16, 0x96, 0x63, - 0x42, 0x7c, 0xda, 0x94, 0x90, 0xa1, 0x41, 0xb0, 0xde, 0x1f, 0xaa, 0xb6, 0xf1, 0xf8, 0x92, 0xba, - 0xa1, 0x5e, 0x24, 0x07, 0x16, 0x90, 0xb9, 0x0f, 0xc2, 0x4c, 0x1a, 0xf3, 0x91, 0x46, 0xea, 0x77, - 0x4a, 0x30, 0xb6, 0x1e, 0xf8, 0x54, 0xfe, 0x39, 0x85, 0x80, 0x0a, 0x56, 0x22, 0xe6, 0x7a, 0xa1, - 0x37, 0xd2, 0xa2, 0xb3, 0xb9, 0xf9, 0x1e, 0x9c, 0x54, 0xbe, 0x87, 0xc5, 0x41, 0x88, 0xf4, 0x4f, - 0xf0, 0xf0, 0xc7, 0x06, 0x4c, 0x88, 0x9a, 0xa7, 0x10, 0x36, 0xe0, 0xa7, 0x92, 0x61, 0x03, 0x3e, - 0x30, 0xc0, 0x77, 0xe5, 0xc4, 0x0b, 0xf8, 0xb2, 0x01, 0x53, 0xa2, 0xc6, 0x2a, 0x69, 0x6d, 0x92, - 0x00, 0xdd, 0x80, 0xb1, 0xb0, 0xc3, 0x26, 0x52, 0x7c, 0xd0, 0x65, 0x5d, 0xa2, 0x0e, 0x36, 0xad, - 0x06, 0xcb, 0x70, 0xcd, 0xab, 0x68, 0x59, 0x14, 0x78, 0x01, 0x96, 0x8d, 0xa9, 0xfc, 0x1e, 0xf8, - 0x6e, 0x4f, 0x20, 0x29, 0xec, 0xbb, 0x04, 0x33, 0x08, 0x15, 0x4d, 0xe9, 0x5f, 0x69, 0xc4, 0x62, - 0xa2, 0x29, 0x05, 0x87, 0x98, 0x97, 0x9b, 0x9f, 0x1a, 0x56, 0x83, 0xcd, 0x22, 0x9d, 0xdf, 0x82, - 0xf1, 0x46, 0x40, 0xac, 0x88, 0xd8, 0x4b, 0xdd, 0xc3, 0x74, 0x8e, 0x31, 0xeb, 0x8a, 0x6c, 0x81, - 0xe3, 0xc6, 0x94, 0x2f, 0xea, 0x77, 0x23, 0xa5, 0xf8, 0x08, 0xc9, 0xbd, 0x17, 0xf9, 0x51, 0x18, - 0xf1, 0xef, 0x7b, 0xca, 0xc5, 0xa2, 0x2f, 0x61, 0xf6, 0x29, 0x77, 0x68, 0x6d, 0xcc, 0x1b, 0xe9, - 0x81, 0xd4, 0x86, 0xfb, 0x04, 0x52, 0x73, 0x61, 0xac, 0xc5, 0xa6, 0x61, 0xa0, 0xa0, 0xfa, 0x89, - 0x09, 0xd5, 0xd3, 0x2e, 0x31, 0xcc, 0x58, 0x92, 0xa0, 0xe7, 0x1b, 0xe5, 0xc1, 0x61, 0xdb, 0x6a, - 0x10, 0xfd, 0x7c, 0x5b, 0x93, 0x85, 0x38, 0x86, 0xa3, 0x6e, 0x32, 0x42, 0xdf, 0x58, 0x71, 0x1b, - 0x96, 0xe8, 0x9e, 0x16, 0x94, 0x8f, 0x0f, 0x7d, 0x6e, 0x94, 0xbe, 0x9f, 0x1d, 0x56, 0x8b, 0x54, - 0xe4, 0xc8, 0xc8, 0xce, 0xca, 0x6c, 0x14, 0xca, 0xca, 0xfc, 0x1e, 0x19, 0x49, 0xb6, 0x94, 0x48, - 0x11, 0xa6, 0x22, 0xc9, 0x4e, 0x0a, 0xd2, 0x89, 0xe8, 0xb1, 0x1d, 0x38, 0x17, 0x46, 0x96, 0x4b, - 0xea, 0x8e, 0xd0, 0xf5, 0xc3, 0xc8, 0x6a, 0xb5, 0x0b, 0x84, 0x72, 0xe5, 0x7e, 0xf6, 0xbd, 0xa8, - 0x70, 0x16, 0x7e, 0xf4, 0x49, 0x03, 0x66, 0x59, 0xf9, 0x62, 0x27, 0xf2, 0x79, 0xcc, 0xf1, 0x98, - 0xf8, 0xd1, 0x2f, 0x60, 0x99, 0x0a, 0x54, 0xcf, 0xc1, 0x87, 0x73, 0x29, 0xa1, 0x37, 0xe0, 0x82, - 0x6b, 0x85, 0xd1, 0x62, 0x23, 0x72, 0x76, 0x9c, 0xa8, 0x1b, 0x77, 0xe1, 0xe8, 0xf1, 0x5b, 0x99, - 0xa8, 0xbd, 0x92, 0x85, 0x0c, 0x67, 0xd3, 0x30, 0xff, 0xd2, 0x00, 0xd4, 0xbb, 0x84, 0x90, 0x0b, - 0x65, 0x5b, 0x3a, 0xbe, 0x1b, 0xc7, 0x12, 0x3e, 0x52, 0x71, 0x66, 0xe5, 0x2f, 0xaf, 0x28, 0x20, - 0x1f, 0xc6, 0xef, 0x6f, 0x3b, 0x11, 0x71, 0x9d, 0x30, 0x3a, 0xa6, 0x68, 0x95, 0x2a, 0x74, 0xdb, - 0x8b, 0x12, 0x31, 0x8e, 0x69, 0x98, 0x3f, 0x37, 0x0c, 0x65, 0x15, 0x3c, 0xfb, 0xe0, 0xbb, 0xc8, - 0x0e, 0xa0, 0x86, 0x96, 0x80, 0x6c, 0x10, 0x1b, 0x04, 0xf3, 0x9b, 0xa8, 0xf4, 0x20, 0xc3, 0x19, - 0x04, 0xd0, 0x1b, 0x70, 0xde, 0xf1, 0xb6, 0x02, 0x2b, 0x8c, 0x82, 0x0e, 0xb3, 0x16, 0x0f, 0x92, - 0xc7, 0x8b, 0x69, 0x10, 0xb5, 0x0c, 0x74, 0x38, 0x93, 0x08, 0x22, 0x30, 0xc6, 0x73, 0x04, 0xc8, - 0x40, 0x82, 0x85, 0x32, 0xba, 0xf2, 0xdc, 0x03, 0x31, 0xd7, 0xe4, 0xbf, 0x43, 0x2c, 0x71, 0xf3, - 0x20, 0x1f, 0xfc, 0x7f, 0x79, 0x6f, 0x2a, 0xd6, 0x7d, 0xa5, 0x38, 0xbd, 0x38, 0x39, 0x30, 0x0f, - 0xf2, 0x91, 0x2c, 0xc4, 0x69, 0x82, 0xe6, 0x1f, 0x1a, 0x30, 0xc2, 0x1f, 0x94, 0x9e, 0xbc, 0x04, - 0xf7, 0x93, 0x09, 0x09, 0xae, 0x50, 0x2a, 0x22, 0xd6, 0xd5, 0xdc, 0x24, 0x39, 0x5f, 0x37, 0x60, - 0x9c, 0xd5, 0x38, 0x05, 0x91, 0xea, 0x95, 0xa4, 0x48, 0xf5, 0x4c, 0xe1, 0xaf, 0xc9, 0x11, 0xa8, - 0xfe, 0x70, 0x48, 0x7c, 0x0b, 0x93, 0x58, 0x6a, 0x70, 0x4e, 0x78, 0x6d, 0xae, 0x38, 0x5b, 0x84, - 0x2e, 0xf1, 0xaa, 0xd5, 0x0d, 0x45, 0x14, 0x08, 0xfe, 0x66, 0xa8, 0x17, 0x8c, 0xb3, 0xda, 0xa0, - 0xdf, 0x33, 0xa8, 0x6c, 0x10, 0x05, 0x4e, 0x63, 0xa0, 0xcc, 0x33, 0xaa, 0x6f, 0x0b, 0xab, 0x1c, - 0x19, 0xd7, 0x4c, 0xee, 0xc6, 0x42, 0x02, 0x2b, 0x7d, 0xb0, 0x37, 0x3f, 0x9f, 0x61, 0x34, 0x8a, - 0xb3, 0x50, 0x84, 0xd1, 0x27, 0xfe, 0xb4, 0x6f, 0x15, 0x66, 0xa8, 0x95, 0x3d, 0x46, 0xb7, 0x60, - 0x24, 0x6c, 0xf8, 0x6d, 0x72, 0x94, 0x5c, 0x5a, 0x6a, 0x80, 0xeb, 0xb4, 0x25, 0xe6, 0x08, 0xe6, - 0x5e, 0x85, 0x49, 0xbd, 0xe7, 0x19, 0x9a, 0x4f, 0x55, 0xd7, 0x7c, 0x8e, 0x7c, 0xd7, 0xa3, 0x6b, - 0x4a, 0xbf, 0x5f, 0x82, 0x51, 0x9e, 0xd1, 0xf9, 0x10, 0xe6, 0x68, 0x47, 0x86, 0xfb, 0x1f, 0x20, - 0x51, 0xbd, 0x1e, 0x1b, 0xf3, 0x65, 0xdf, 0xd3, 0xc6, 0x40, 0x8f, 0xf8, 0x8f, 0x3c, 0x15, 0x31, - 0x75, 0xa8, 0x78, 0xbe, 0x1f, 0xfe, 0x61, 0x27, 0x1d, 0x23, 0xf5, 0x4f, 0x0c, 0x98, 0x4c, 0x84, - 0xa0, 0x6d, 0xc1, 0x50, 0xa0, 0x32, 0xc1, 0x15, 0xb5, 0xd6, 0x4b, 0xdf, 0x9f, 0xcb, 0x7d, 0x2a, - 0x61, 0x4a, 0x47, 0x45, 0xab, 0x2d, 0x1d, 0x53, 0xb4, 0x5a, 0xf3, 0x8b, 0x06, 0x5c, 0x94, 0x1f, - 0x94, 0x8c, 0xc5, 0x84, 0x1e, 0x87, 0xb2, 0xd5, 0x76, 0x98, 0x41, 0x49, 0x37, 0xc9, 0x2d, 0xae, - 0xd7, 0x58, 0x19, 0x56, 0x50, 0xf4, 0x6e, 0x28, 0xcb, 0x85, 0x27, 0xc4, 0x4e, 0xc5, 0xb3, 0xd4, - 0xfd, 0x83, 0xaa, 0x81, 0xde, 0xa1, 0x65, 0x64, 0x18, 0x89, 0xe5, 0x04, 0x45, 0x98, 0xdf, 0x83, - 0x9a, 0x3f, 0x02, 0xe3, 0xf5, 0xfa, 0x2d, 0x1e, 0xa5, 0xe6, 0x08, 0xa6, 0x55, 0xf3, 0xb3, 0x43, - 0x30, 0x25, 0x82, 0xca, 0x39, 0x9e, 0xed, 0x78, 0xcd, 0x53, 0x38, 0x53, 0x36, 0x60, 0x9c, 0x5b, - 0x33, 0x0e, 0xc8, 0xda, 0x57, 0x97, 0x95, 0xd2, 0xa1, 0x9b, 0x15, 0x00, 0xc7, 0x88, 0xd0, 0x6d, - 0x18, 0x7d, 0x8d, 0xf2, 0x37, 0xb9, 0x2f, 0x0e, 0xc5, 0x66, 0xd4, 0xa2, 0x67, 0xac, 0x31, 0xc4, - 0x02, 0x05, 0x0a, 0x99, 0x73, 0x1a, 0x13, 0xb8, 0x06, 0x89, 0xb1, 0x90, 0x18, 0x59, 0x95, 0x8f, - 0x65, 0x52, 0xf8, 0xb8, 0xb1, 0x5f, 0x58, 0x11, 0x62, 0x71, 0xe7, 0x13, 0x2d, 0xde, 0x22, 0x71, - 0xe7, 0x13, 0x7d, 0xce, 0x39, 0x1a, 0x9f, 0x81, 0x0b, 0x99, 0x83, 0x71, 0xb0, 0x38, 0x6b, 0xfe, - 0xd3, 0x12, 0x0c, 0xd7, 0x09, 0xb1, 0x4f, 0x61, 0x65, 0xbe, 0x92, 0x90, 0x76, 0x7e, 0xb4, 0x70, - 0xe4, 0xfb, 0x3c, 0x63, 0xd5, 0x56, 0xca, 0x58, 0xf5, 0xc1, 0xc2, 0x14, 0xfa, 0x5b, 0xaa, 0x7e, - 0xb9, 0x04, 0x40, 0xab, 0x2d, 0x59, 0x8d, 0x7b, 0x9c, 0xe3, 0xa8, 0xd5, 0x6c, 0x24, 0x39, 0x4e, - 0xef, 0x32, 0x3c, 0xcd, 0xeb, 0x4b, 0x13, 0x46, 0x03, 0x76, 0x12, 0x09, 0xab, 0x3f, 0xf0, 0x54, - 0xd2, 0xb4, 0x04, 0x0b, 0x48, 0x92, 0x5b, 0x0c, 0x1f, 0x13, 0xb7, 0x30, 0x77, 0x81, 0xe5, 0xfe, - 0xac, 0xae, 0xd5, 0x51, 0x4b, 0x1b, 0x9d, 0x52, 0x71, 0x59, 0x5e, 0xa0, 0x3b, 0x70, 0x97, 0x7f, - 0xd6, 0x80, 0x33, 0xa9, 0xba, 0x87, 0xd0, 0xe9, 0x4e, 0x84, 0x67, 0x9a, 0x7f, 0x60, 0x40, 0x99, - 0xf6, 0xe5, 0x14, 0x18, 0xcd, 0xdf, 0x4a, 0x32, 0x9a, 0xf7, 0x17, 0x1d, 0xe2, 0x1c, 0xfe, 0xf2, - 0xe7, 0x25, 0x60, 0x29, 0x26, 0xc4, 0x25, 0xbd, 0x76, 0xf7, 0x6d, 0xe4, 0xdc, 0x7d, 0x5f, 0x15, - 0x57, 0xe7, 0x29, 0x1b, 0xa5, 0x76, 0x7d, 0xfe, 0x6e, 0xed, 0x76, 0x7c, 0x28, 0xb9, 0x6d, 0x32, - 0x6e, 0xc8, 0x5f, 0x87, 0xa9, 0x70, 0xdb, 0xf7, 0x23, 0xf5, 0x02, 0x7f, 0xb8, 0xb8, 0x3d, 0x9a, - 0x79, 0x02, 0xcb, 0x4f, 0xe1, 0xd7, 0x2f, 0x75, 0x1d, 0x37, 0x4e, 0x92, 0x42, 0x0b, 0x00, 0x9b, - 0xae, 0xdf, 0xb8, 0x57, 0xa9, 0x55, 0xb1, 0xf4, 0xfc, 0x64, 0x6e, 0x3b, 0x4b, 0xaa, 0x14, 0x6b, - 0x35, 0x06, 0xba, 0xcd, 0xff, 0x33, 0x83, 0x8f, 0xf4, 0x11, 0x16, 0xef, 0x29, 0x72, 0x94, 0x77, - 0xa6, 0x38, 0x8a, 0x96, 0xa0, 0x3e, 0xc1, 0x55, 0xe6, 0xa5, 0xc0, 0x3e, 0x1c, 0xdb, 0x9f, 0x13, - 0x89, 0xb5, 0x7e, 0x47, 0x7c, 0xa6, 0xca, 0x52, 0xd2, 0x86, 0x29, 0x57, 0x4f, 0x96, 0x2a, 0xf6, - 0x48, 0xa1, 0x3c, 0xab, 0xea, 0x29, 0x41, 0xa2, 0x18, 0x27, 0x09, 0xa0, 0xf7, 0xc1, 0x94, 0xfc, - 0x3a, 0x3a, 0x98, 0xd2, 0x77, 0x81, 0x2d, 0x87, 0x75, 0x1d, 0x80, 0x93, 0xf5, 0xcc, 0xbf, 0x37, - 0x0c, 0x8f, 0xf0, 0xbe, 0x33, 0x8b, 0x41, 0x95, 0xb4, 0x89, 0x67, 0x13, 0xaf, 0xd1, 0x65, 0x32, - 0xab, 0xed, 0x37, 0xd1, 0xdf, 0x31, 0xa0, 0x4c, 0x3c, 0xbb, 0xed, 0x3b, 0x9e, 0x34, 0xf5, 0x7f, - 0xb8, 0x78, 0x9e, 0x97, 0x1c, 0x2a, 0xcb, 0x82, 0x80, 0x88, 0xba, 0x29, 0x7e, 0x61, 0x45, 0x18, - 0xdd, 0x87, 0x91, 0x76, 0xe0, 0x6f, 0x4a, 0x65, 0xed, 0x85, 0x63, 0xef, 0xc1, 0x3a, 0xc5, 0xce, - 0x27, 0x97, 0xfd, 0x8b, 0x39, 0x3d, 0xf4, 0x06, 0x8c, 0xde, 0x27, 0xc4, 0x56, 0x06, 0xfd, 0x17, - 0x8f, 0x9d, 0xf2, 0x8b, 0x0c, 0x3d, 0x3f, 0xd0, 0xf8, 0xff, 0x58, 0x90, 0xa4, 0xc4, 0x59, 0x2f, - 0xa4, 0x64, 0xf9, 0xe2, 0xc9, 0x7c, 0xb6, 0x20, 0xce, 0xff, 0xc7, 0x82, 0xa4, 0x89, 0xe1, 0x1d, - 0x87, 0x9a, 0xb3, 0xa3, 0xe8, 0x10, 0x77, 0xc0, 0x3c, 0xb8, 0x3b, 0x47, 0x41, 0xb8, 0x0e, 0x8f, - 0x1e, 0xe2, 0xfb, 0x8e, 0x13, 0x23, 0x9f, 0xa2, 0xa3, 0x60, 0x7c, 0x1e, 0x1e, 0xd3, 0x30, 0x2e, - 0xef, 0x52, 0xc5, 0xab, 0x62, 0xb5, 0xad, 0x86, 0x13, 0x75, 0xf9, 0xc3, 0x6f, 0x7e, 0xc3, 0x70, - 0x04, 0x94, 0x9f, 0x19, 0x86, 0x79, 0x0d, 0x67, 0xc2, 0x3d, 0x49, 0x9e, 0x32, 0x5f, 0x31, 0x60, - 0xc2, 0xf2, 0x3c, 0x91, 0xd4, 0x4e, 0x5a, 0xbb, 0xed, 0x01, 0x97, 0x50, 0x16, 0xa9, 0x85, 0xc5, - 0x98, 0x4c, 0xea, 0x06, 0x5b, 0x83, 0x60, 0xbd, 0x37, 0x7d, 0x1c, 0x95, 0x4a, 0xa7, 0xea, 0xa8, - 0x84, 0x3e, 0x2a, 0xd9, 0x3b, 0xd7, 0x05, 0x5f, 0x3a, 0x81, 0xf1, 0x61, 0xa7, 0x45, 0xb6, 0x8d, - 0x66, 0xee, 0x83, 0x30, 0x93, 0x1e, 0xbd, 0x23, 0x19, 0x4e, 0xfe, 0xc5, 0x50, 0x62, 0x75, 0xe5, - 0x92, 0x3f, 0x84, 0x65, 0xea, 0xcd, 0xd4, 0x82, 0xe1, 0xe2, 0x97, 0x73, 0x52, 0x03, 0x72, 0xbc, - 0xab, 0x66, 0xe8, 0x74, 0xdd, 0xdb, 0x06, 0x9d, 0xb6, 0x25, 0xaa, 0xe4, 0xaa, 0x31, 0xd2, 0x32, - 0xab, 0x3d, 0x01, 0x63, 0x3b, 0x4e, 0xe8, 0xc8, 0x48, 0x22, 0x1a, 0x13, 0x78, 0x81, 0x17, 0x63, - 0x09, 0x37, 0x57, 0x12, 0x3c, 0x60, 0xc3, 0x6f, 0xfb, 0xae, 0xdf, 0xec, 0x2e, 0xde, 0xb7, 0x02, - 0x82, 0xfd, 0x4e, 0x24, 0xb0, 0x1d, 0x96, 0xa5, 0xac, 0xc2, 0x55, 0x0d, 0x5b, 0xe6, 0x93, 0xe8, - 0xa3, 0xa0, 0xfb, 0xe3, 0x31, 0x29, 0x14, 0x89, 0x37, 0x63, 0xbf, 0x65, 0xc0, 0x25, 0x92, 0xc7, - 0xfb, 0x84, 0x60, 0x31, 0xe8, 0xe6, 0xcb, 0xe5, 0xad, 0x22, 0xd2, 0x64, 0x1e, 0x18, 0xe7, 0xf7, - 0x0c, 0x75, 0x13, 0xf9, 0x05, 0x4b, 0x83, 0x58, 0x78, 0x32, 0xe6, 0xbb, 0x5f, 0x76, 0x41, 0xf4, - 0x2b, 0x06, 0x9c, 0x77, 0x33, 0xb6, 0x8f, 0x90, 0x06, 0xea, 0x27, 0xb0, 0x33, 0xf9, 0x6d, 0x5a, - 0x16, 0x04, 0x67, 0x76, 0x05, 0xfd, 0x5a, 0xee, 0x5b, 0xfd, 0x91, 0xe2, 0x89, 0xde, 0x0f, 0x5a, - 0x88, 0x05, 0x9e, 0xed, 0x7f, 0xc9, 0x00, 0x64, 0xf7, 0x1c, 0xe6, 0xc2, 0x3f, 0xe1, 0xf9, 0x63, - 0x97, 0xab, 0xf8, 0x75, 0x68, 0x6f, 0x39, 0xce, 0xe8, 0x04, 0x9b, 0xe7, 0x28, 0x63, 0xfb, 0x8a, - 0x20, 0x9c, 0x83, 0xce, 0x73, 0x16, 0x67, 0xe0, 0xf3, 0x9c, 0x05, 0xc1, 0x99, 0x5d, 0x31, 0xbf, - 0x38, 0xc6, 0xf5, 0x7f, 0x76, 0x5f, 0xb5, 0x09, 0xa3, 0x9b, 0xcc, 0x5e, 0x24, 0xf6, 0x6d, 0x61, - 0xe3, 0x14, 0xb7, 0x3a, 0x71, 0xf1, 0x93, 0xff, 0x8f, 0x05, 0x66, 0xf4, 0x32, 0x0c, 0xd9, 0x5e, - 0x28, 0x36, 0xdc, 0x07, 0x06, 0x30, 0xb3, 0xc4, 0xcf, 0x24, 0xaa, 0x6b, 0x75, 0x4c, 0x91, 0x22, - 0x0f, 0xca, 0x9e, 0x50, 0x99, 0x85, 0x58, 0x5f, 0x38, 0x75, 0xa5, 0x52, 0xbd, 0x95, 0xc2, 0x2f, - 0x4b, 0xb0, 0xa2, 0x41, 0xe9, 0xa5, 0x6c, 0xc4, 0x85, 0xe9, 0x29, 0xa3, 0x51, 0x3f, 0xbb, 0xdc, - 0xba, 0x6e, 0x02, 0x1a, 0x39, 0xbc, 0x09, 0x68, 0x2a, 0xd7, 0x64, 0x4e, 0x60, 0x34, 0xb2, 0x1c, - 0x2f, 0xe2, 0x26, 0x80, 0x82, 0xd7, 0xbb, 0xb4, 0xff, 0x1b, 0x14, 0x4b, 0xac, 0x6b, 0xb3, 0x9f, - 0x21, 0x16, 0xc8, 0xe9, 0xc2, 0xda, 0x61, 0x09, 0xa4, 0xc5, 0xc6, 0x2c, 0xbc, 0xb0, 0x78, 0x1a, - 0x6a, 0xbe, 0xb0, 0xf8, 0xff, 0x58, 0x60, 0x46, 0xaf, 0x42, 0x39, 0x94, 0x17, 0xf2, 0xe5, 0x41, - 0xf3, 0x96, 0x8a, 0xdb, 0x78, 0xf1, 0x16, 0x42, 0x5c, 0xc3, 0x2b, 0xfc, 0x68, 0x13, 0xc6, 0x1c, - 0xee, 0xbd, 0x2f, 0x42, 0x97, 0x7c, 0x60, 0x80, 0xb4, 0x5d, 0x32, 0xb3, 0x3a, 0x7f, 0xf0, 0x2e, - 0x11, 0x9b, 0xff, 0x7a, 0x9c, 0x5b, 0x70, 0x85, 0xcf, 0xd3, 0x16, 0x94, 0x25, 0xba, 0x41, 0xde, - 0xe4, 0xc8, 0x44, 0x89, 0xfc, 0xd3, 0x54, 0xda, 0x44, 0x85, 0x1b, 0x55, 0xb2, 0xde, 0x56, 0xc5, - 0xc1, 0xce, 0x0f, 0xf7, 0xae, 0xea, 0x35, 0x96, 0xd9, 0x4c, 0xbe, 0x43, 0x1e, 0x2a, 0xbe, 0xb4, - 0xd4, 0x1b, 0xe5, 0x44, 0x46, 0x33, 0xf9, 0x8c, 0x59, 0x23, 0x92, 0xe3, 0x13, 0x36, 0x5c, 0xc8, - 0x27, 0xec, 0x59, 0x38, 0x23, 0xee, 0xe0, 0x6b, 0x2c, 0x89, 0x78, 0xd4, 0x15, 0x2e, 0xe3, 0xcc, - 0x3b, 0xa3, 0x92, 0x04, 0xe1, 0x74, 0x5d, 0xf4, 0xfb, 0x06, 0x94, 0x1b, 0x42, 0xe4, 0x10, 0xfb, - 0x6a, 0x65, 0x30, 0x33, 0xff, 0x82, 0x94, 0x60, 0xb8, 0x40, 0xfd, 0x82, 0xe4, 0x11, 0xb2, 0xf8, - 0x98, 0xee, 0xeb, 0x55, 0xaf, 0xd1, 0x1f, 0x51, 0x9d, 0xc1, 0x65, 0xc9, 0x1b, 0xd9, 0x2b, 0x52, - 0xee, 0xcb, 0x7e, 0x67, 0xc0, 0xaf, 0x58, 0x8c, 0x31, 0xf2, 0x0f, 0xf9, 0xb0, 0xd2, 0x0c, 0x62, - 0xc8, 0x31, 0x7d, 0x8b, 0xde, 0x7d, 0xf4, 0x0f, 0x0d, 0x78, 0x8c, 0x3f, 0x20, 0xa8, 0x50, 0x29, - 0x82, 0xe5, 0xc0, 0x26, 0x71, 0xd2, 0xed, 0xd8, 0x83, 0xad, 0x7c, 0x64, 0x0f, 0xb6, 0xc7, 0xf7, - 0xf7, 0xe6, 0x1f, 0xab, 0x1c, 0x02, 0x37, 0x3e, 0x54, 0x0f, 0xe6, 0xee, 0xc1, 0x54, 0x62, 0xb2, - 0x4f, 0xd2, 0xc3, 0x61, 0xce, 0x83, 0x99, 0xf4, 0x9c, 0x9c, 0xa8, 0x47, 0xc5, 0x6d, 0x18, 0x57, - 0x87, 0x05, 0x7a, 0x44, 0x23, 0x14, 0x1f, 0xe6, 0xb7, 0x49, 0x97, 0x53, 0x9d, 0x4f, 0x28, 0x59, - 0xdc, 0x84, 0xf7, 0x02, 0x2d, 0x10, 0x08, 0xcd, 0x6f, 0x08, 0xfb, 0xec, 0x06, 0x69, 0xb5, 0x5d, - 0x2b, 0x22, 0x6f, 0xfd, 0xdb, 0x41, 0xf3, 0xbf, 0x1a, 0x9c, 0xe7, 0xf3, 0xa3, 0x0d, 0x59, 0x30, - 0xd1, 0xe2, 0x81, 0x4f, 0xd9, 0xe3, 0x65, 0xa3, 0xf8, 0xb3, 0xe9, 0xd5, 0x18, 0x0d, 0xd6, 0x71, - 0xa2, 0xfb, 0x30, 0x2e, 0xc5, 0x0b, 0x69, 0x19, 0xb8, 0x31, 0xd8, 0xe1, 0xac, 0x24, 0x19, 0x75, - 0xf1, 0x24, 0x4b, 0x42, 0x1c, 0xd3, 0x32, 0x2d, 0x40, 0xbd, 0x6d, 0xa8, 0x26, 0x2a, 0x1d, 0xa5, - 0x53, 0xc9, 0xf7, 0x7b, 0x9c, 0xa5, 0x0f, 0x4c, 0x99, 0x6c, 0x7e, 0xb5, 0x04, 0x99, 0xe9, 0xbb, - 0x90, 0x09, 0xa3, 0xfc, 0xe5, 0x8e, 0xcc, 0xc6, 0x4c, 0xc5, 0x09, 0xfe, 0xac, 0x07, 0x0b, 0x08, - 0xba, 0xc3, 0x2d, 0x12, 0x9e, 0xcd, 0xa2, 0x78, 0xc5, 0x3b, 0x55, 0x7f, 0x23, 0xb6, 0x9c, 0x55, - 0x01, 0x67, 0xb7, 0x43, 0x3b, 0x80, 0x5a, 0xd6, 0x6e, 0x1a, 0xdb, 0x00, 0x69, 0x5d, 0x56, 0x7b, - 0xb0, 0xe1, 0x0c, 0x0a, 0xf4, 0x30, 0xb3, 0x1a, 0x0d, 0xd2, 0x8e, 0x88, 0xcd, 0x3f, 0x51, 0x5e, - 0x0f, 0xb1, 0xc3, 0x6c, 0x31, 0x09, 0xc2, 0xe9, 0xba, 0xe6, 0x77, 0x87, 0xe1, 0x52, 0x72, 0x10, - 0xe9, 0x0e, 0x15, 0x16, 0x12, 0xf4, 0x9c, 0xf4, 0x9e, 0xe6, 0x03, 0xf9, 0x44, 0xda, 0x7b, 0x7a, - 0xb6, 0x12, 0x10, 0x76, 0x2c, 0x5a, 0x6e, 0x28, 0x1b, 0x25, 0x3c, 0xa9, 0x03, 0x40, 0xae, 0x15, - 0x46, 0x15, 0xbf, 0xd5, 0x76, 0x89, 0xe4, 0x84, 0x45, 0x62, 0x0e, 0xed, 0x8b, 0x08, 0x40, 0x49, - 0x4c, 0x38, 0x03, 0xbb, 0xa4, 0xc9, 0x93, 0xcd, 0x2a, 0x9a, 0x43, 0xc5, 0x69, 0x26, 0x31, 0xe1, - 0x0c, 0xec, 0xe8, 0x73, 0x06, 0xcc, 0x25, 0x8b, 0x6f, 0x38, 0x9e, 0x13, 0x6e, 0x8b, 0x58, 0x54, - 0x47, 0x77, 0xde, 0x66, 0xa1, 0xdf, 0x57, 0x72, 0x31, 0xe2, 0x3e, 0xd4, 0xd0, 0xe7, 0x0d, 0xb8, - 0x9c, 0x1a, 0x97, 0x44, 0x64, 0xac, 0xa3, 0xfb, 0x71, 0xb3, 0xb7, 0x8d, 0x2b, 0xf9, 0x28, 0x71, - 0x3f, 0x7a, 0xe6, 0x3f, 0x2f, 0xc1, 0x08, 0xbb, 0xdd, 0x7c, 0x6b, 0xb8, 0xb3, 0xb2, 0xae, 0xe6, - 0x7a, 0x78, 0x34, 0x53, 0x1e, 0x1e, 0xcf, 0x15, 0x27, 0xd1, 0xdf, 0xc5, 0xe3, 0xc3, 0x70, 0x91, - 0x55, 0x5b, 0xb4, 0x99, 0x69, 0x24, 0x24, 0xf6, 0xa2, 0x6d, 0xb3, 0xd7, 0xd5, 0x07, 0xdb, 0x84, - 0x1f, 0x81, 0xa1, 0x4e, 0xe0, 0xa6, 0xe3, 0x0d, 0xdc, 0xc5, 0x2b, 0x98, 0x96, 0x9b, 0x9f, 0x33, - 0x60, 0x86, 0xe1, 0xd6, 0xb6, 0x2f, 0xda, 0x81, 0x72, 0x20, 0xb6, 0xb0, 0x98, 0x9b, 0x95, 0xc2, - 0x9f, 0x96, 0xc1, 0x16, 0x44, 0x72, 0x41, 0xf1, 0x0b, 0x2b, 0x5a, 0xe6, 0x77, 0x46, 0x61, 0x36, - 0xaf, 0x11, 0xfa, 0x82, 0x01, 0x17, 0x1b, 0xb1, 0x44, 0xb5, 0xd8, 0x89, 0xb6, 0xfd, 0xc0, 0x89, - 0x1c, 0x71, 0xed, 0x5f, 0x50, 0xd5, 0xac, 0x2c, 0xaa, 0x5e, 0xb1, 0x48, 0x4e, 0x95, 0x4c, 0x0a, - 0x38, 0x87, 0x32, 0x7a, 0x03, 0xe0, 0x5e, 0x1c, 0x3a, 0xb2, 0x54, 0x3c, 0x48, 0x3d, 0xfb, 0x6c, - 0x2d, 0xbc, 0xa4, 0xec, 0x14, 0xb3, 0x2e, 0x6a, 0xe5, 0x1a, 0x39, 0x4a, 0x3c, 0x0c, 0xb7, 0x6f, - 0x93, 0x6e, 0xdb, 0x72, 0xe4, 0xed, 0x66, 0x71, 0xe2, 0xf5, 0xfa, 0x2d, 0x81, 0x2a, 0x49, 0x5c, - 0x2b, 0xd7, 0xc8, 0xa1, 0xcf, 0x18, 0x30, 0xc5, 0x15, 0x2a, 0xe1, 0xc6, 0x2a, 0x38, 0xdb, 0x5a, - 0xe1, 0x0e, 0xdc, 0xd1, 0xb1, 0xa9, 0x3e, 0xb0, 0x1b, 0xf0, 0x24, 0x28, 0x49, 0x97, 0x2e, 0x8c, - 0xb3, 0x61, 0xfa, 0xdc, 0x12, 0x9c, 0x6d, 0x75, 0xf0, 0x14, 0xa1, 0xda, 0x21, 0xc8, 0xf5, 0xe2, - 0x5e, 0x70, 0x2f, 0x79, 0xd6, 0x29, 0x12, 0x35, 0xec, 0x65, 0xaf, 0x11, 0x74, 0xd9, 0xc3, 0x32, - 0xda, 0xa9, 0xd1, 0xe2, 0x9d, 0x5a, 0xde, 0xa8, 0x54, 0x13, 0xc8, 0x92, 0x9d, 0xea, 0x05, 0xf7, - 0x92, 0x37, 0x3f, 0x5e, 0x82, 0x87, 0x72, 0x16, 0x5a, 0xce, 0x51, 0x69, 0x9c, 0xe8, 0x51, 0xf9, - 0x7d, 0x10, 0x09, 0xd8, 0x1b, 0x04, 0x36, 0x06, 0x6f, 0x91, 0x37, 0x08, 0xac, 0xaf, 0x39, 0x8e, - 0x50, 0x7f, 0x60, 0xc0, 0xd9, 0x9e, 0x40, 0x82, 0x87, 0xf2, 0x60, 0x3f, 0x35, 0x1f, 0x9d, 0x77, - 0xc4, 0x41, 0x83, 0x87, 0xe2, 0xf7, 0x90, 0xe9, 0x80, 0xc1, 0xe6, 0x8b, 0x30, 0x95, 0xf0, 0x83, - 0x52, 0xc1, 0x4e, 0x8c, 0xcc, 0x60, 0x27, 0x7a, 0x2c, 0x93, 0x52, 0xbf, 0x58, 0x26, 0xe6, 0x27, - 0x4b, 0x30, 0x97, 0xcf, 0x5d, 0xfe, 0xda, 0xac, 0x7a, 0xb5, 0xf3, 0x7b, 0xb9, 0xfc, 0x5f, 0x9b, - 0x31, 0x78, 0xf3, 0x8c, 0xd8, 0xf9, 0xec, 0x06, 0xe4, 0x15, 0x18, 0x65, 0x01, 0x64, 0xa4, 0xf4, - 0x70, 0xbd, 0x70, 0x60, 0x9a, 0x90, 0x6b, 0x95, 0xfc, 0x7f, 0x2c, 0xb0, 0xa2, 0x2a, 0xcc, 0x34, - 0x5c, 0xbf, 0x63, 0x8b, 0x54, 0x87, 0x6b, 0xb1, 0x02, 0xab, 0xe2, 0x0b, 0x56, 0x52, 0x70, 0xdc, - 0xd3, 0x02, 0x61, 0x7e, 0x87, 0xc2, 0xcf, 0xf6, 0x42, 0xf1, 0x05, 0xab, 0x6b, 0x75, 0x1e, 0x45, - 0x5f, 0xdd, 0x9d, 0xbc, 0x06, 0x40, 0xe4, 0x1e, 0x96, 0x2f, 0xe8, 0x9e, 0x2d, 0x16, 0x39, 0x51, - 0x71, 0x02, 0x29, 0x88, 0xab, 0xa2, 0x10, 0x6b, 0x44, 0x50, 0x00, 0x13, 0xdb, 0xce, 0x26, 0x09, - 0x3c, 0x2e, 0x53, 0x8e, 0x14, 0x17, 0x97, 0x6f, 0xc5, 0x68, 0xb8, 0xbd, 0x43, 0x2b, 0xc0, 0x3a, - 0x11, 0x14, 0x70, 0xd1, 0x8c, 0x9b, 0xab, 0x07, 0x49, 0xa3, 0x1e, 0xdb, 0xc1, 0xe3, 0xef, 0x8c, - 0xcb, 0xb0, 0x46, 0x05, 0x79, 0x00, 0x9e, 0x8a, 0x1c, 0x35, 0xc8, 0x0d, 0x48, 0x1c, 0x7f, 0x8a, - 0x0b, 0x61, 0xf1, 0x6f, 0xac, 0x51, 0xa0, 0xe3, 0xda, 0x8a, 0x43, 0x91, 0x09, 0x9b, 0xe6, 0x73, - 0x03, 0x86, 0x83, 0x13, 0x76, 0xa4, 0xb8, 0x00, 0xeb, 0x44, 0xe8, 0x37, 0xb6, 0x54, 0x00, 0x31, - 0x71, 0x29, 0x52, 0xe8, 0x1b, 0xe3, 0x30, 0x64, 0x22, 0x15, 0x93, 0xfa, 0x8d, 0x35, 0x0a, 0xe8, - 0x55, 0xed, 0xea, 0x0d, 0x8a, 0x5b, 0xe3, 0x0e, 0x75, 0xed, 0xf6, 0xde, 0xd8, 0x28, 0x35, 0xc1, - 0xf6, 0xea, 0x65, 0xcd, 0x20, 0xc5, 0x02, 0xab, 0x51, 0xfe, 0xd1, 0x63, 0xa0, 0x8a, 0x1d, 0x51, - 0x27, 0xfb, 0x3a, 0xa2, 0x56, 0xa8, 0xa0, 0xaa, 0x3d, 0x8c, 0x60, 0x4c, 0x61, 0x2a, 0xbe, 0x71, - 0xa9, 0xa7, 0x81, 0xb8, 0xb7, 0x3e, 0x3f, 0xfb, 0x88, 0xcd, 0xda, 0x4e, 0xeb, 0x67, 0x1f, 0x2f, - 0xc3, 0x0a, 0x8a, 0x76, 0x60, 0x32, 0xd4, 0xbc, 0x5a, 0x45, 0xfe, 0xbc, 0x01, 0xee, 0xca, 0x84, - 0x47, 0x2b, 0x0b, 0xa7, 0xa3, 0x97, 0xe0, 0x04, 0x1d, 0xf4, 0x06, 0x8c, 0x4b, 0xe3, 0x64, 0x38, - 0x3b, 0x53, 0xfc, 0x09, 0x63, 0x76, 0xc0, 0xb8, 0xd8, 0xda, 0x28, 0x41, 0x21, 0x8e, 0xe9, 0xa1, - 0x4e, 0x32, 0x7c, 0xc1, 0xd9, 0x63, 0x79, 0xb2, 0xad, 0xfc, 0x9a, 0xf2, 0x42, 0x17, 0xd0, 0xa9, - 0x25, 0xbb, 0x6d, 0x3f, 0xec, 0x04, 0x84, 0x05, 0xc2, 0x64, 0xd3, 0x83, 0xe2, 0xa9, 0x5d, 0x4e, - 0x03, 0x71, 0x6f, 0x7d, 0xf4, 0x69, 0x03, 0x66, 0x78, 0xfa, 0x41, 0x7a, 0x74, 0xf9, 0x1e, 0xf1, - 0xa2, 0x90, 0xe5, 0xd7, 0x2b, 0xf8, 0xca, 0xb0, 0x9e, 0xc2, 0xc5, 0x73, 0xb6, 0xa4, 0x4b, 0x71, - 0x0f, 0x4d, 0xba, 0x72, 0xf4, 0x47, 0xdf, 0x2c, 0x4d, 0x5f, 0xc1, 0x95, 0xa3, 0x3f, 0x28, 0xe7, - 0x2b, 0x47, 0x2f, 0xc1, 0x09, 0x3a, 0xe6, 0xbf, 0x31, 0x00, 0x94, 0x41, 0xe4, 0x34, 0xcc, 0xfc, - 0x76, 0xc2, 0x46, 0xb4, 0x34, 0x90, 0x01, 0x87, 0xe4, 0x1a, 0xfb, 0xbf, 0x65, 0xc0, 0x74, 0x5c, - 0xed, 0x14, 0x14, 0x8f, 0x46, 0x52, 0xf1, 0xf8, 0xe0, 0x60, 0xdf, 0x95, 0xa3, 0x7d, 0xfc, 0x9f, - 0x92, 0xfe, 0x55, 0x4c, 0xa8, 0xda, 0x49, 0x5c, 0x5d, 0x53, 0xd2, 0xb7, 0x06, 0xb9, 0xba, 0xd6, - 0xdf, 0x93, 0xc6, 0xdf, 0x9b, 0x71, 0x95, 0xfd, 0xb7, 0x13, 0x22, 0xcd, 0x00, 0xaf, 0xa6, 0x95, - 0xfc, 0x22, 0x49, 0xf3, 0x01, 0x38, 0x48, 0xbe, 0x79, 0x4d, 0xe7, 0x78, 0xfc, 0x12, 0xfc, 0x43, - 0xc5, 0x9e, 0xea, 0x6a, 0x1f, 0xdc, 0x97, 0xcf, 0x99, 0x5f, 0x9f, 0x82, 0x09, 0xcd, 0x76, 0x98, - 0xba, 0x88, 0x37, 0x4e, 0xe3, 0x22, 0x3e, 0x82, 0x89, 0x86, 0x8a, 0x0f, 0x2d, 0x87, 0x7d, 0x40, - 0x9a, 0x8a, 0xd3, 0xc6, 0x91, 0xa7, 0x43, 0xac, 0x93, 0xa1, 0xf2, 0x80, 0x5a, 0x63, 0x43, 0xc7, - 0xe0, 0x1e, 0xd1, 0x6f, 0x5d, 0x3d, 0x0d, 0x20, 0x45, 0x4a, 0x62, 0x8b, 0xe0, 0x7e, 0x2a, 0xaf, - 0x4a, 0x2d, 0xbc, 0xa5, 0x60, 0x58, 0xab, 0x87, 0x5e, 0x87, 0x29, 0x57, 0x4f, 0x34, 0x20, 0xe4, - 0xdd, 0x42, 0xaf, 0x83, 0x12, 0x19, 0x0b, 0xb8, 0x31, 0x2c, 0x51, 0x84, 0x93, 0xa4, 0xe8, 0x32, - 0x70, 0x65, 0x12, 0x91, 0x81, 0x5c, 0x7d, 0x54, 0x2a, 0x92, 0x78, 0x19, 0xa8, 0xa2, 0x10, 0x6b, - 0x44, 0x72, 0xfc, 0x31, 0xc6, 0x0a, 0xf9, 0x63, 0x74, 0xe0, 0x5c, 0x40, 0xa2, 0xa0, 0x5b, 0xe9, - 0x36, 0x58, 0x6e, 0x9d, 0x20, 0x62, 0x8a, 0x61, 0xb9, 0x58, 0xb8, 0x1d, 0xdc, 0x8b, 0x0a, 0x67, - 0xe1, 0x4f, 0xc8, 0x54, 0xe3, 0x7d, 0x65, 0xaa, 0xf7, 0xc2, 0x44, 0x44, 0x1a, 0xdb, 0x9e, 0xd3, - 0xb0, 0xdc, 0x5a, 0x55, 0x44, 0xbe, 0x8b, 0xc5, 0x83, 0x18, 0x84, 0xf5, 0x7a, 0x68, 0x09, 0x86, - 0x3a, 0x8e, 0x2d, 0x84, 0xca, 0x1f, 0x56, 0x56, 0xf8, 0x5a, 0xf5, 0xc1, 0xde, 0xfc, 0xdb, 0x63, - 0x07, 0x07, 0xf5, 0x55, 0xd7, 0xda, 0xf7, 0x9a, 0xd7, 0xa2, 0x6e, 0x9b, 0x84, 0x0b, 0x77, 0x6b, - 0x55, 0x4c, 0x1b, 0x67, 0xf9, 0xaa, 0x4c, 0x1e, 0xc1, 0x57, 0xe5, 0x4b, 0x06, 0x9c, 0xb3, 0xd2, - 0x17, 0x08, 0x24, 0x9c, 0x9d, 0x2a, 0xce, 0x2d, 0xb3, 0x2f, 0x25, 0x96, 0x2e, 0x8b, 0xef, 0x3b, - 0xb7, 0xd8, 0x4b, 0x0e, 0x67, 0xf5, 0x01, 0x05, 0x80, 0x5a, 0x4e, 0x53, 0xe5, 0xf3, 0x10, 0xb3, - 0x3e, 0x5d, 0xcc, 0x1c, 0xb0, 0xda, 0x83, 0x09, 0x67, 0x60, 0x47, 0xf7, 0x61, 0xa2, 0x11, 0x5f, - 0x33, 0x08, 0xe1, 0xb8, 0x7a, 0x1c, 0xf7, 0x1c, 0x5c, 0x81, 0xd2, 0xef, 0x30, 0x74, 0x4a, 0xea, - 0x82, 0x50, 0xd3, 0x5c, 0xc5, 0x25, 0x19, 0xfb, 0xea, 0x99, 0xe2, 0x17, 0x84, 0xd9, 0x18, 0x71, - 0x1f, 0x6a, 0x2c, 0xc8, 0x8d, 0x9b, 0x4c, 0xbb, 0xc3, 0x32, 0x4e, 0x17, 0x7c, 0x18, 0x9b, 0xca, - 0xe0, 0xc3, 0x97, 0x66, 0xaa, 0x10, 0xa7, 0x09, 0x9a, 0xdf, 0x34, 0x84, 0xf9, 0xef, 0x14, 0x1d, - 0x3c, 0x4e, 0xfa, 0x76, 0xd0, 0xfc, 0x0b, 0x03, 0x7a, 0x44, 0x6d, 0xb4, 0x09, 0x63, 0x14, 0x45, - 0x75, 0xad, 0x2e, 0x3e, 0xeb, 0x03, 0xc5, 0x8e, 0x4b, 0x86, 0x82, 0xdb, 0x52, 0xc5, 0x0f, 0x2c, - 0x11, 0x53, 0xe1, 0xdd, 0xd3, 0x82, 0xef, 0x8a, 0x2f, 0x2c, 0x24, 0x8f, 0xe8, 0x41, 0x7c, 0xb9, - 0xf0, 0xae, 0x97, 0xe0, 0x04, 0x1d, 0x73, 0x05, 0x20, 0x56, 0x8f, 0x06, 0xf6, 0xf9, 0xf9, 0xde, - 0x08, 0x5c, 0x18, 0xf4, 0x0d, 0x03, 0xcb, 0xf6, 0xc2, 0x92, 0xff, 0x2f, 0x6e, 0x45, 0x24, 0xb8, - 0x73, 0x67, 0x55, 0xe5, 0x46, 0x2f, 0x98, 0x6e, 0x86, 0xdd, 0x11, 0x2e, 0x67, 0x62, 0xc4, 0x39, - 0x94, 0x98, 0x6a, 0x28, 0xb2, 0xcf, 0x62, 0x2a, 0x4c, 0xb2, 0xc4, 0xe7, 0x3c, 0xc4, 0x07, 0x57, - 0x0d, 0xd3, 0x40, 0xdc, 0x5b, 0x3f, 0x8d, 0x64, 0xc5, 0x69, 0x39, 0x3c, 0xa1, 0x87, 0xd1, 0x8b, - 0x84, 0x01, 0x71, 0x6f, 0x7d, 0x1d, 0x09, 0x9f, 0x29, 0xba, 0xdb, 0x47, 0x7a, 0x91, 0x28, 0x20, - 0xee, 0xad, 0x8f, 0x6c, 0x78, 0x38, 0x20, 0x0d, 0xbf, 0xd5, 0x22, 0x9e, 0xcd, 0x13, 0xa9, 0x59, - 0x41, 0xd3, 0xf1, 0x6e, 0x04, 0x16, 0xab, 0xc8, 0x2c, 0x6d, 0x06, 0x0b, 0x4b, 0xff, 0x30, 0xee, - 0x53, 0x0f, 0xf7, 0xc5, 0x82, 0x5a, 0x70, 0xa6, 0xc3, 0x52, 0x00, 0x04, 0x35, 0x2f, 0x22, 0xc1, - 0x8e, 0xe5, 0x0a, 0x73, 0x5a, 0xa1, 0x0c, 0xb2, 0x77, 0x93, 0xa8, 0x70, 0x1a, 0x37, 0xea, 0x52, - 0xb9, 0x43, 0x74, 0x47, 0x23, 0x59, 0x2e, 0x9e, 0x0f, 0x09, 0xf7, 0xa2, 0xc3, 0x59, 0x34, 0xcc, - 0x2f, 0x19, 0x20, 0x1c, 0x9c, 0xd1, 0xc3, 0x89, 0x9b, 0x9b, 0x72, 0xea, 0xd6, 0x46, 0x06, 0xa2, - 0x2f, 0x65, 0x06, 0xa2, 0x7f, 0xa7, 0x16, 0x3b, 0x66, 0x3c, 0xe6, 0x7d, 0x1c, 0xb3, 0x96, 0x44, - 0xe3, 0x5d, 0x30, 0x4e, 0xf8, 0xa5, 0xa0, 0x92, 0x68, 0x99, 0xd3, 0xf8, 0xb2, 0x2c, 0xc4, 0x31, - 0xdc, 0xfc, 0x13, 0x03, 0x04, 0x06, 0x96, 0xf2, 0xe5, 0x50, 0xa9, 0x3f, 0x0e, 0xf4, 0xd6, 0xd2, - 0x52, 0x96, 0x0c, 0xe5, 0xa6, 0x2c, 0x39, 0xa1, 0x4c, 0x1e, 0xbf, 0x65, 0xc0, 0x99, 0x64, 0x30, - 0x9f, 0x10, 0xbd, 0x03, 0xc6, 0x44, 0xb8, 0x3f, 0x11, 0xaf, 0x8b, 0x35, 0x15, 0xef, 0xed, 0xb1, - 0x84, 0x25, 0xad, 0x5a, 0x03, 0xa8, 0x98, 0xd9, 0x31, 0x85, 0x0e, 0xd0, 0xf6, 0x3e, 0x35, 0x03, - 0xa3, 0x3c, 0x56, 0x1c, 0xe5, 0x69, 0x19, 0xaf, 0x42, 0x6f, 0x17, 0x0f, 0x49, 0x57, 0xe4, 0x19, - 0x9f, 0x1e, 0x94, 0xbc, 0xd4, 0x37, 0x28, 0x39, 0xe6, 0x19, 0x92, 0x06, 0xb8, 0xc1, 0xa8, 0xe0, - 0x9a, 0x48, 0x8c, 0x2c, 0xb3, 0x23, 0x45, 0x09, 0xd3, 0xfe, 0x70, 0x71, 0xc9, 0x8d, 0x0f, 0x80, - 0x66, 0xe0, 0x9f, 0xee, 0x6b, 0xdc, 0x97, 0xc1, 0xb8, 0x46, 0x8a, 0x7b, 0x4f, 0x8a, 0x21, 0x3f, - 0x44, 0x30, 0x2e, 0xb5, 0x91, 0x46, 0x73, 0x37, 0xd2, 0x16, 0x8c, 0x89, 0xad, 0x20, 0x98, 0xe3, - 0x07, 0x06, 0x48, 0x35, 0xa4, 0xc5, 0x8f, 0xe5, 0x05, 0x58, 0x22, 0xa7, 0x27, 0x6e, 0xcb, 0xda, - 0x75, 0x5a, 0x9d, 0x16, 0xe3, 0x88, 0x23, 0x7a, 0x55, 0x56, 0x8c, 0x25, 0x9c, 0x55, 0xe5, 0x4e, - 0xa7, 0x4c, 0x91, 0xd2, 0xab, 0x8a, 0xc4, 0xfe, 0x12, 0x8e, 0x5e, 0x86, 0x72, 0xcb, 0xda, 0xad, - 0x77, 0x82, 0x26, 0x11, 0x86, 0xfd, 0x7c, 0x19, 0xaf, 0x13, 0x39, 0xee, 0x02, 0x55, 0xff, 0xa3, - 0x60, 0xa1, 0xe6, 0x45, 0x77, 0x82, 0x7a, 0x14, 0xa8, 0x7c, 0x23, 0xab, 0x02, 0x0b, 0x56, 0xf8, - 0x90, 0x0b, 0xd3, 0x2d, 0x6b, 0xf7, 0xae, 0x67, 0xa9, 0xfc, 0xe3, 0x13, 0x05, 0x29, 0xb0, 0x4b, - 0xee, 0xd5, 0x04, 0x2e, 0x9c, 0xc2, 0x9d, 0x71, 0x9f, 0x3e, 0x79, 0x52, 0xf7, 0xe9, 0x8b, 0xea, - 0x19, 0x0f, 0xd7, 0xdb, 0x2e, 0x65, 0xbd, 0x0a, 0xea, 0xff, 0x44, 0xe7, 0x15, 0xf5, 0x44, 0x67, - 0xba, 0xf8, 0xcd, 0x67, 0x9f, 0xe7, 0x39, 0x1d, 0x98, 0xa0, 0x12, 0x36, 0x2f, 0xa5, 0x8a, 0x55, - 0x61, 0x13, 0x64, 0x55, 0xa1, 0xd1, 0xf2, 0x59, 0xc6, 0xa8, 0xb1, 0x4e, 0x07, 0xdd, 0xe1, 0xf9, - 0xa9, 0x5d, 0x12, 0xc5, 0x55, 0x98, 0x42, 0x3f, 0xc3, 0xf6, 0x8f, 0x4a, 0x27, 0xdd, 0x53, 0x01, - 0x67, 0xb7, 0x8b, 0xc3, 0x86, 0x9c, 0xcd, 0x0e, 0x1b, 0x82, 0x7e, 0x2e, 0xcb, 0x5c, 0x8f, 0xd8, - 0x98, 0xfe, 0x58, 0x71, 0xde, 0x50, 0xd8, 0x68, 0xff, 0xdb, 0x06, 0xcc, 0xb6, 0x72, 0x12, 0x3f, - 0x8a, 0x5b, 0x84, 0x8d, 0x01, 0xf8, 0x43, 0x6e, 0x32, 0xc9, 0xa5, 0xc7, 0xf6, 0xf7, 0xe6, 0x0f, - 0x4c, 0x39, 0x89, 0x73, 0xfb, 0x86, 0x02, 0x18, 0x0b, 0xbb, 0x61, 0x23, 0x72, 0xc3, 0xd9, 0xf3, - 0xc5, 0xf3, 0x0b, 0x0a, 0xce, 0x5a, 0xe7, 0x98, 0x38, 0x6b, 0x8d, 0xa3, 0x96, 0xf3, 0x52, 0x2c, - 0x09, 0x0d, 0xfa, 0xfc, 0x7b, 0x80, 0x48, 0x89, 0x73, 0xd7, 0x61, 0x52, 0xef, 0xe4, 0x91, 0x5e, - 0x9d, 0xff, 0xaa, 0x01, 0x33, 0xe9, 0x43, 0x4b, 0x4f, 0x01, 0x6e, 0x9c, 0x6c, 0x0a, 0x70, 0xcd, - 0x9b, 0xa7, 0xd4, 0xc7, 0x9b, 0xe7, 0x59, 0xb8, 0x98, 0xbd, 0x96, 0xa9, 0x04, 0xc9, 0x52, 0xee, - 0x0b, 0xcd, 0x2d, 0x4e, 0xe9, 0x43, 0x0b, 0x31, 0x87, 0x99, 0x1f, 0x85, 0x74, 0x5c, 0x5c, 0xf4, - 0x2a, 0x8c, 0x87, 0xe1, 0x36, 0x0f, 0x79, 0x28, 0x3e, 0xb2, 0x98, 0xca, 0x2e, 0xe3, 0x26, 0x8a, - 0x97, 0x92, 0xf2, 0x27, 0x8e, 0xd1, 0x2f, 0xbd, 0xf4, 0xb5, 0xef, 0x5e, 0x79, 0xdb, 0x37, 0xbe, - 0x7b, 0xe5, 0x6d, 0xdf, 0xfe, 0xee, 0x95, 0xb7, 0xfd, 0xf4, 0xfe, 0x15, 0xe3, 0x6b, 0xfb, 0x57, - 0x8c, 0x6f, 0xec, 0x5f, 0x31, 0xbe, 0xbd, 0x7f, 0xc5, 0xf8, 0x4f, 0xfb, 0x57, 0x8c, 0x5f, 0xf8, - 0xcf, 0x57, 0xde, 0xf6, 0xf2, 0x53, 0x31, 0xf5, 0x6b, 0x92, 0x68, 0xfc, 0x4f, 0xfb, 0x5e, 0xf3, - 0x1a, 0xa5, 0x2e, 0x5f, 0x2c, 0x31, 0xea, 0xff, 0x2f, 0x00, 0x00, 0xff, 0xff, 0xb5, 0x66, 0xf4, - 0x75, 0x9e, 0xe6, 0x00, 0x00, + // 11832 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x7d, 0x6b, 0x6c, 0x24, 0xc9, + 0x79, 0x98, 0x7a, 0xf8, 0x1a, 0x7e, 0x7c, 0x2c, 0xb7, 0xf6, 0x71, 0x5c, 0xee, 0xdd, 0xce, 0xaa, + 0xef, 0xa4, 0xdc, 0xe5, 0x24, 0xae, 0xef, 0xf4, 0xbc, 0x95, 0x4e, 0x27, 0x72, 0x86, 0xbb, 0x3b, + 0x5a, 0x92, 0xcb, 0xab, 0xe1, 0xde, 0x9d, 0x4e, 0xce, 0x59, 0xcd, 0xe9, 0xe2, 0xb0, 0x8f, 0x3d, + 0xdd, 0x73, 0xdd, 0x3d, 0x5c, 0xce, 0x9d, 0x14, 0x59, 0x8a, 0x1e, 0xd6, 0xd9, 0x0a, 0x0c, 0x01, + 0x8e, 0x22, 0xc9, 0x81, 0xcf, 0x30, 0x1c, 0x27, 0x70, 0xe0, 0x04, 0x4e, 0x1c, 0xc0, 0x36, 0x02, + 0x18, 0x02, 0x02, 0x4b, 0x86, 0x6d, 0x28, 0x52, 0x82, 0x28, 0x48, 0x44, 0x47, 0x8c, 0x23, 0x07, + 0x48, 0x60, 0x04, 0x30, 0x82, 0x20, 0x1b, 0x23, 0x08, 0xea, 0xd1, 0xd5, 0xd5, 0xaf, 0x21, 0xd9, + 0x43, 0x52, 0x3a, 0xd8, 0xbf, 0xc8, 0xa9, 0xc7, 0xf7, 0x55, 0xd7, 0xe3, 0xab, 0xef, 0xfb, 0xea, + 0x7b, 0xc0, 0x62, 0xcb, 0x0a, 0xb6, 0xba, 0x1b, 0xf3, 0x4d, 0xb7, 0x7d, 0xad, 0x65, 0x78, 0x26, + 0x71, 0x88, 0x17, 0xfd, 0xd3, 0xd9, 0x6e, 0x5d, 0x33, 0x3a, 0x96, 0x7f, 0xad, 0xe9, 0x7a, 0xe4, + 0xda, 0xce, 0x13, 0x1b, 0x24, 0x30, 0x9e, 0xb8, 0xd6, 0xa2, 0x75, 0x46, 0x40, 0xcc, 0xf9, 0x8e, + 0xe7, 0x06, 0x2e, 0x7a, 0x32, 0x82, 0x31, 0x1f, 0x76, 0x8d, 0xfe, 0xe9, 0x6c, 0xb7, 0xe6, 0x29, + 0x8c, 0x79, 0x0a, 0x63, 0x5e, 0xc0, 0x98, 0x7b, 0xa7, 0x8a, 0xd7, 0x6d, 0xb9, 0xd7, 0x18, 0xa8, + 0x8d, 0xee, 0x26, 0xfb, 0xc5, 0x7e, 0xb0, 0xff, 0x38, 0x8a, 0xb9, 0xc7, 0xb6, 0xdf, 0xef, 0xcf, + 0x5b, 0x2e, 0x1d, 0xcc, 0x35, 0xa3, 0x1b, 0xb8, 0x7e, 0xd3, 0xb0, 0x2d, 0xa7, 0x75, 0x6d, 0x27, + 0x35, 0x9a, 0x39, 0x5d, 0x69, 0x2a, 0x86, 0xdd, 0xb7, 0x8d, 0xb7, 0x61, 0x34, 0xb3, 0xda, 0xbc, + 0x3b, 0x6a, 0xd3, 0x36, 0x9a, 0x5b, 0x96, 0x43, 0xbc, 0x5e, 0x38, 0x21, 0xd7, 0x3c, 0xe2, 0xbb, + 0x5d, 0xaf, 0x49, 0x8e, 0xd4, 0xcb, 0xbf, 0xd6, 0x26, 0x81, 0x91, 0x85, 0xeb, 0x5a, 0x5e, 0x2f, + 0xaf, 0xeb, 0x04, 0x56, 0x3b, 0x8d, 0xe6, 0xbd, 0x07, 0x75, 0xf0, 0x9b, 0x5b, 0xa4, 0x6d, 0xa4, + 0xfa, 0xbd, 0x2b, 0xaf, 0x5f, 0x37, 0xb0, 0xec, 0x6b, 0x96, 0x13, 0xf8, 0x81, 0x97, 0xec, 0xa4, + 0xbf, 0xae, 0xc1, 0xcc, 0xc2, 0x5a, 0xbd, 0x41, 0xbc, 0x1d, 0xe2, 0x2d, 0xbb, 0xad, 0x96, 0xe5, + 0xb4, 0xd0, 0xe3, 0x30, 0xbe, 0x43, 0xbc, 0x0d, 0xd7, 0xb7, 0x82, 0xde, 0xac, 0x76, 0x55, 0x7b, + 0x74, 0x64, 0x71, 0x6a, 0x7f, 0xaf, 0x32, 0xfe, 0x5c, 0x58, 0x88, 0xa3, 0x7a, 0x54, 0x87, 0x73, + 0x5b, 0x41, 0xd0, 0x59, 0x68, 0x36, 0x89, 0xef, 0xcb, 0x16, 0xb3, 0x25, 0xd6, 0xed, 0x81, 0xfd, + 0xbd, 0xca, 0xb9, 0x5b, 0xeb, 0xeb, 0x6b, 0x89, 0x6a, 0x9c, 0xd5, 0x47, 0xff, 0x4d, 0x0d, 0xce, + 0xca, 0xc1, 0x60, 0xf2, 0x4a, 0x97, 0xf8, 0x81, 0x8f, 0x30, 0x5c, 0x6c, 0x1b, 0xbb, 0xab, 0xae, + 0xb3, 0xd2, 0x0d, 0x8c, 0xc0, 0x72, 0x5a, 0x75, 0x67, 0xd3, 0xb6, 0x5a, 0x5b, 0x81, 0x18, 0xda, + 0xdc, 0xfe, 0x5e, 0xe5, 0xe2, 0x4a, 0x66, 0x0b, 0x9c, 0xd3, 0x93, 0x0e, 0xba, 0x6d, 0xec, 0xa6, + 0x00, 0x2a, 0x83, 0x5e, 0x49, 0x57, 0xe3, 0xac, 0x3e, 0xfa, 0x93, 0x30, 0xb2, 0x60, 0x9a, 0xae, + 0x83, 0x1e, 0x83, 0x31, 0xe2, 0x18, 0x1b, 0x36, 0x31, 0xd9, 0xc0, 0xca, 0x8b, 0x67, 0xbe, 0xb9, + 0x57, 0x79, 0xcb, 0xfe, 0x5e, 0x65, 0x6c, 0x89, 0x17, 0xe3, 0xb0, 0x5e, 0xff, 0x85, 0x12, 0x8c, + 0xb2, 0x4e, 0x3e, 0xfa, 0xb2, 0x06, 0xe7, 0xb6, 0xbb, 0x1b, 0xc4, 0x73, 0x48, 0x40, 0xfc, 0x9a, + 0xe1, 0x6f, 0x6d, 0xb8, 0x86, 0xc7, 0x41, 0x4c, 0x3c, 0x79, 0x73, 0xfe, 0xe8, 0xe7, 0x6f, 0xfe, + 0x76, 0x1a, 0x1c, 0xff, 0xa6, 0x8c, 0x0a, 0x9c, 0x85, 0x1c, 0xed, 0xc0, 0xa4, 0xd3, 0xb2, 0x9c, + 0xdd, 0xba, 0xd3, 0xf2, 0x88, 0xef, 0xb3, 0x79, 0x99, 0x78, 0xf2, 0xc3, 0x45, 0x06, 0xb3, 0xaa, + 0xc0, 0x59, 0x9c, 0xd9, 0xdf, 0xab, 0x4c, 0xaa, 0x25, 0x38, 0x86, 0x47, 0xff, 0x7f, 0x1a, 0x9c, + 0x59, 0x30, 0xdb, 0x96, 0xef, 0x5b, 0xae, 0xb3, 0x66, 0x77, 0x5b, 0x96, 0x83, 0xae, 0xc2, 0xb0, + 0x63, 0xb4, 0x09, 0x9b, 0x90, 0xf1, 0xc5, 0x49, 0x31, 0xa7, 0xc3, 0xab, 0x46, 0x9b, 0x60, 0x56, + 0x83, 0x9e, 0x85, 0xd1, 0xa6, 0xeb, 0x6c, 0x5a, 0x2d, 0x31, 0xce, 0x77, 0xce, 0xf3, 0x93, 0x30, + 0xaf, 0x9e, 0x04, 0x36, 0x3c, 0x71, 0x82, 0xe6, 0xb1, 0x71, 0x6f, 0x69, 0x37, 0x20, 0x0e, 0x45, + 0xb3, 0x08, 0xfb, 0x7b, 0x95, 0xd1, 0x2a, 0x03, 0x80, 0x05, 0x20, 0xf4, 0x28, 0x94, 0x4d, 0xcb, + 0xe7, 0x8b, 0x39, 0xc4, 0x16, 0x73, 0x72, 0x7f, 0xaf, 0x52, 0xae, 0x89, 0x32, 0x2c, 0x6b, 0xd1, + 0x32, 0x9c, 0xa7, 0x33, 0xc8, 0xfb, 0x35, 0x48, 0xd3, 0x23, 0x01, 0x1d, 0xda, 0xec, 0x30, 0x1b, + 0xee, 0xec, 0xfe, 0x5e, 0xe5, 0xfc, 0xed, 0x8c, 0x7a, 0x9c, 0xd9, 0x4b, 0xbf, 0x01, 0xe5, 0x05, + 0x9b, 0x78, 0x74, 0x83, 0xa1, 0xeb, 0x30, 0x4d, 0xda, 0x86, 0x65, 0x63, 0xd2, 0x24, 0xd6, 0x0e, + 0xf1, 0xfc, 0x59, 0xed, 0xea, 0xd0, 0xa3, 0xe3, 0x8b, 0x68, 0x7f, 0xaf, 0x32, 0xbd, 0x14, 0xab, + 0xc1, 0x89, 0x96, 0xfa, 0xa7, 0x35, 0x98, 0x58, 0xe8, 0x9a, 0x56, 0xc0, 0xbf, 0x0b, 0x79, 0x30, + 0x61, 0xd0, 0x9f, 0x6b, 0xae, 0x6d, 0x35, 0x7b, 0x62, 0x73, 0x3d, 0x53, 0x64, 0x3d, 0x17, 0x22, + 0x30, 0x8b, 0x67, 0xf6, 0xf7, 0x2a, 0x13, 0x4a, 0x01, 0x56, 0x91, 0xe8, 0x5b, 0xa0, 0xd6, 0xa1, + 0x8f, 0xc2, 0x24, 0xff, 0xdc, 0x15, 0xa3, 0x83, 0xc9, 0xa6, 0x18, 0xc3, 0xc3, 0xca, 0x5a, 0x85, + 0x88, 0xe6, 0xef, 0x6c, 0xbc, 0x4c, 0x9a, 0x01, 0x26, 0x9b, 0xc4, 0x23, 0x4e, 0x93, 0xf0, 0x6d, + 0x53, 0x55, 0x3a, 0xe3, 0x18, 0x28, 0xfd, 0x4f, 0x28, 0x11, 0xdb, 0x31, 0x2c, 0xdb, 0xd8, 0xb0, + 0x6c, 0x2b, 0xe8, 0xbd, 0xe8, 0x3a, 0xe4, 0x10, 0xfb, 0xe6, 0x2e, 0x3c, 0xd0, 0x75, 0x0c, 0xde, + 0xcf, 0x26, 0x2b, 0x7c, 0xa7, 0xac, 0xf7, 0x3a, 0x84, 0x6e, 0x78, 0x3a, 0xd3, 0x97, 0xf7, 0xf7, + 0x2a, 0x0f, 0xdc, 0xcd, 0x6e, 0x82, 0xf3, 0xfa, 0x52, 0x7a, 0xa5, 0x54, 0x3d, 0xe7, 0xda, 0xdd, + 0xb6, 0x80, 0x3a, 0xc4, 0xa0, 0x32, 0x7a, 0x75, 0x37, 0xb3, 0x05, 0xce, 0xe9, 0xa9, 0x7f, 0xb3, + 0x04, 0x93, 0x8b, 0x46, 0x73, 0xbb, 0xdb, 0x59, 0xec, 0x36, 0xb7, 0x49, 0x80, 0x3e, 0x0e, 0x65, + 0x7a, 0xe1, 0x98, 0x46, 0x60, 0x88, 0x99, 0xfc, 0x89, 0xdc, 0x5d, 0xcf, 0x16, 0x91, 0xb6, 0x8e, + 0xe6, 0x76, 0x85, 0x04, 0xc6, 0x22, 0x12, 0x73, 0x02, 0x51, 0x19, 0x96, 0x50, 0xd1, 0x26, 0x0c, + 0xfb, 0x1d, 0xd2, 0x14, 0x67, 0xaa, 0x56, 0x64, 0xaf, 0xa8, 0x23, 0x6e, 0x74, 0x48, 0x33, 0x5a, + 0x05, 0xfa, 0x0b, 0x33, 0xf8, 0xc8, 0x81, 0x51, 0x3f, 0x30, 0x82, 0xae, 0xcf, 0x0e, 0xda, 0xc4, + 0x93, 0x37, 0x06, 0xc6, 0xc4, 0xa0, 0x2d, 0x4e, 0x0b, 0x5c, 0xa3, 0xfc, 0x37, 0x16, 0x58, 0xf4, + 0x7f, 0xaf, 0xc1, 0x8c, 0xda, 0x7c, 0xd9, 0xf2, 0x03, 0xf4, 0x93, 0xa9, 0xe9, 0x9c, 0x3f, 0xdc, + 0x74, 0xd2, 0xde, 0x6c, 0x32, 0x67, 0x04, 0xba, 0x72, 0x58, 0xa2, 0x4c, 0x25, 0x81, 0x11, 0x2b, + 0x20, 0x6d, 0xbe, 0xad, 0x0a, 0xd2, 0x51, 0x75, 0xc8, 0x8b, 0x53, 0x02, 0xd9, 0x48, 0x9d, 0x82, + 0xc5, 0x1c, 0xba, 0xfe, 0x71, 0x38, 0xaf, 0xb6, 0x5a, 0xf3, 0xdc, 0x1d, 0xcb, 0x24, 0x1e, 0x3d, + 0x09, 0x41, 0xaf, 0x93, 0x3a, 0x09, 0x74, 0x67, 0x61, 0x56, 0x83, 0xde, 0x0e, 0xa3, 0x1e, 0x69, + 0x59, 0xae, 0xc3, 0x56, 0x7b, 0x3c, 0x9a, 0x3b, 0xcc, 0x4a, 0xb1, 0xa8, 0xd5, 0xff, 0x57, 0x29, + 0x3e, 0x77, 0x74, 0x19, 0xd1, 0x0e, 0x94, 0x3b, 0x02, 0x95, 0x98, 0xbb, 0x5b, 0x83, 0x7e, 0x60, + 0x38, 0xf4, 0x68, 0x56, 0xc3, 0x12, 0x2c, 0x71, 0x21, 0x0b, 0xa6, 0xc3, 0xff, 0xab, 0x03, 0x90, + 0x7f, 0x46, 0x4e, 0xd7, 0x62, 0x80, 0x70, 0x02, 0x30, 0x5a, 0x87, 0x71, 0x9f, 0x11, 0x69, 0x4a, + 0xb8, 0x86, 0xf2, 0x09, 0x57, 0x23, 0x6c, 0x24, 0x08, 0xd7, 0x59, 0x31, 0xfc, 0x71, 0x59, 0x81, + 0x23, 0x40, 0xf4, 0x92, 0xf1, 0x09, 0x31, 0x95, 0xeb, 0x82, 0x5d, 0x32, 0x0d, 0x51, 0x86, 0x65, + 0xad, 0xfe, 0xc6, 0x30, 0xa0, 0xf4, 0x16, 0x57, 0x67, 0x80, 0x97, 0x88, 0xf9, 0x1f, 0x64, 0x06, + 0xc4, 0x69, 0x49, 0x00, 0x46, 0xaf, 0xc2, 0x94, 0x6d, 0xf8, 0xc1, 0x9d, 0x0e, 0xe5, 0x1e, 0xc3, + 0x8d, 0x32, 0xf1, 0xe4, 0x42, 0x91, 0x95, 0x5e, 0x56, 0x01, 0x2d, 0x9e, 0xdd, 0xdf, 0xab, 0x4c, + 0xc5, 0x8a, 0x70, 0x1c, 0x15, 0x7a, 0x19, 0xc6, 0x69, 0xc1, 0x92, 0xe7, 0xb9, 0x9e, 0x98, 0xfd, + 0xa7, 0x8b, 0xe2, 0x65, 0x40, 0x38, 0x37, 0x2b, 0x7f, 0xe2, 0x08, 0x3c, 0xfa, 0x08, 0x20, 0x77, + 0xc3, 0xa7, 0x0c, 0xa8, 0x79, 0x93, 0xb3, 0xca, 0xf4, 0x63, 0xe9, 0xea, 0x0c, 0x2d, 0xce, 0x89, + 0xd5, 0x44, 0x77, 0x52, 0x2d, 0x70, 0x46, 0x2f, 0xb4, 0x0d, 0x48, 0xb2, 0xdb, 0x72, 0x03, 0xcc, + 0x8e, 0x1c, 0x7e, 0xfb, 0x5c, 0xa4, 0xc8, 0x6e, 0xa6, 0x40, 0xe0, 0x0c, 0xb0, 0xfa, 0xbf, 0x2e, + 0xc1, 0x04, 0xdf, 0x22, 0x4b, 0x4e, 0xe0, 0xf5, 0x4e, 0xe1, 0x82, 0x20, 0xb1, 0x0b, 0xa2, 0x5a, + 0xfc, 0xcc, 0xb3, 0x01, 0xe7, 0xde, 0x0f, 0xed, 0xc4, 0xfd, 0xb0, 0x34, 0x28, 0xa2, 0xfe, 0xd7, + 0xc3, 0xbf, 0xd3, 0xe0, 0x8c, 0xd2, 0xfa, 0x14, 0x6e, 0x07, 0x33, 0x7e, 0x3b, 0x3c, 0x33, 0xe0, + 0xf7, 0xe5, 0x5c, 0x0e, 0x6e, 0xec, 0xb3, 0x18, 0xe1, 0x7e, 0x12, 0x60, 0x83, 0x91, 0x93, 0xd5, + 0x88, 0x4f, 0x92, 0x4b, 0xbe, 0x28, 0x6b, 0xb0, 0xd2, 0x2a, 0x46, 0xb3, 0x4a, 0x7d, 0x69, 0xd6, + 0x7f, 0x1d, 0x82, 0xb3, 0xa9, 0x69, 0x4f, 0xd3, 0x11, 0xed, 0x47, 0x44, 0x47, 0x4a, 0x3f, 0x0a, + 0x3a, 0x32, 0x54, 0x88, 0x8e, 0x1c, 0xfa, 0x9e, 0x40, 0x1e, 0xa0, 0xb6, 0xd5, 0xe2, 0xdd, 0x1a, + 0x81, 0xe1, 0x05, 0xeb, 0x56, 0x9b, 0x08, 0x8a, 0xf3, 0x37, 0x0f, 0xb7, 0x65, 0x69, 0x0f, 0x4e, + 0x78, 0x56, 0x52, 0x90, 0x70, 0x06, 0x74, 0xfd, 0x3b, 0xc3, 0x00, 0xd5, 0x05, 0xec, 0x06, 0x7c, + 0xb0, 0xcf, 0xc0, 0x48, 0x67, 0xcb, 0xf0, 0xc3, 0xfd, 0xf4, 0x58, 0xb8, 0x19, 0xd7, 0x68, 0xe1, + 0xfd, 0xbd, 0xca, 0x6c, 0xd5, 0x23, 0x26, 0x71, 0x02, 0xcb, 0xb0, 0xfd, 0xb0, 0x13, 0xab, 0xc3, + 0xbc, 0x1f, 0xfd, 0x06, 0x3a, 0x8d, 0x55, 0xb7, 0xdd, 0xb1, 0x09, 0xad, 0x65, 0xdf, 0x50, 0x2a, + 0xf6, 0x0d, 0xcb, 0x29, 0x48, 0x38, 0x03, 0x7a, 0x88, 0xb3, 0xee, 0x58, 0x81, 0x65, 0x48, 0x9c, + 0x43, 0xc5, 0x71, 0xc6, 0x21, 0xe1, 0x0c, 0xe8, 0xe8, 0x75, 0x0d, 0xe6, 0xe2, 0xc5, 0x37, 0x2c, + 0xc7, 0xf2, 0xb7, 0x88, 0xc9, 0x90, 0x0f, 0x1f, 0x19, 0xf9, 0x95, 0xfd, 0xbd, 0xca, 0xdc, 0x72, + 0x2e, 0x44, 0xdc, 0x07, 0x1b, 0xfa, 0x92, 0x06, 0x97, 0x13, 0xf3, 0xe2, 0x59, 0xad, 0x16, 0xf1, + 0xc4, 0x68, 0x8e, 0xbe, 0x85, 0x2a, 0xfb, 0x7b, 0x95, 0xcb, 0xcb, 0xf9, 0x20, 0x71, 0x3f, 0x7c, + 0xfa, 0x37, 0x34, 0x18, 0xaa, 0xe2, 0x3a, 0x7a, 0x3c, 0x26, 0xc4, 0x3d, 0xa0, 0x0a, 0x71, 0xf7, + 0xf7, 0x2a, 0x63, 0x55, 0x5c, 0x57, 0xe4, 0xb9, 0x2f, 0x69, 0x70, 0xb6, 0xe9, 0x3a, 0x81, 0x41, + 0xc7, 0x85, 0x39, 0xa7, 0x13, 0x52, 0xd5, 0x42, 0xf2, 0x4b, 0x35, 0x01, 0x6c, 0xf1, 0x92, 0x18, + 0xc0, 0xd9, 0x64, 0x8d, 0x8f, 0xd3, 0x98, 0xf5, 0xef, 0x69, 0x30, 0x59, 0xb5, 0xdd, 0xae, 0xb9, + 0xe6, 0xb9, 0x9b, 0x96, 0x4d, 0xde, 0x1c, 0x42, 0x9b, 0x3a, 0xe2, 0xbc, 0x4b, 0x99, 0x09, 0x51, + 0x6a, 0xc3, 0x37, 0x89, 0x10, 0xa5, 0x0e, 0x39, 0xe7, 0x9e, 0xfc, 0x85, 0xb1, 0xf8, 0x97, 0xb1, + 0x9b, 0xf2, 0x51, 0x28, 0x37, 0x8d, 0xc5, 0xae, 0x63, 0xda, 0x52, 0x8a, 0xa2, 0xa3, 0xac, 0x2e, + 0xf0, 0x32, 0x2c, 0x6b, 0xd1, 0xab, 0x00, 0x91, 0x42, 0x4d, 0x2c, 0xc3, 0x8d, 0xc1, 0x94, 0x78, + 0x0d, 0x12, 0x04, 0x96, 0xd3, 0xf2, 0xa3, 0xa5, 0x8f, 0xea, 0xb0, 0x82, 0x0d, 0x7d, 0x12, 0xa6, + 0xc4, 0x24, 0xd7, 0xdb, 0x46, 0x4b, 0xe8, 0x1b, 0x0a, 0xce, 0xd4, 0x8a, 0x02, 0x68, 0xf1, 0x82, + 0x40, 0x3c, 0xa5, 0x96, 0xfa, 0x38, 0x8e, 0x0d, 0xf5, 0x60, 0xb2, 0xad, 0xea, 0x50, 0x86, 0x8b, + 0xb3, 0x33, 0x8a, 0x3e, 0x65, 0xf1, 0xbc, 0x40, 0x3e, 0x19, 0xd3, 0xbe, 0xc4, 0x50, 0x65, 0x88, + 0x82, 0x23, 0x27, 0x25, 0x0a, 0x12, 0x18, 0xe3, 0xc2, 0xb0, 0x3f, 0x3b, 0xca, 0x3e, 0xf0, 0x7a, + 0x91, 0x0f, 0xe4, 0x72, 0x75, 0xa4, 0x21, 0xe6, 0xbf, 0x7d, 0x1c, 0xc2, 0x46, 0x3b, 0x30, 0x49, + 0x6f, 0xf5, 0x06, 0xb1, 0x49, 0x33, 0x70, 0xbd, 0xd9, 0xb1, 0xe2, 0x1a, 0xd8, 0x86, 0x02, 0x87, + 0xab, 0xd2, 0xd4, 0x12, 0x1c, 0xc3, 0x23, 0x75, 0x05, 0xe5, 0x5c, 0x5d, 0x41, 0x17, 0x26, 0x76, + 0x14, 0x9d, 0xd6, 0x38, 0x9b, 0x84, 0x0f, 0x15, 0x19, 0x58, 0xa4, 0xe0, 0x5a, 0x3c, 0x27, 0x10, + 0x4d, 0xa8, 0xca, 0x30, 0x15, 0x8f, 0xbe, 0x57, 0x86, 0xb3, 0x55, 0xbb, 0xeb, 0x07, 0xc4, 0x5b, + 0x10, 0x8f, 0x44, 0xc4, 0x43, 0x9f, 0xd1, 0xe0, 0x22, 0xfb, 0xb7, 0xe6, 0xde, 0x73, 0x6a, 0xc4, + 0x36, 0x7a, 0x0b, 0x9b, 0xb4, 0x85, 0x69, 0x1e, 0x8d, 0x02, 0xd5, 0xba, 0x82, 0x8b, 0x64, 0xca, + 0xb9, 0x46, 0x26, 0x44, 0x9c, 0x83, 0x09, 0xfd, 0xac, 0x06, 0x97, 0x32, 0xaa, 0x6a, 0xc4, 0x26, + 0x41, 0xc8, 0xb9, 0x1c, 0x75, 0x1c, 0x0f, 0xed, 0xef, 0x55, 0x2e, 0x35, 0xf2, 0x80, 0xe2, 0x7c, + 0x7c, 0xe8, 0xef, 0x6a, 0x30, 0x97, 0x51, 0x7b, 0xc3, 0xb0, 0xec, 0xae, 0x17, 0x32, 0x35, 0x47, + 0x1d, 0x0e, 0xe3, 0x2d, 0x1a, 0xb9, 0x50, 0x71, 0x1f, 0x8c, 0xe8, 0x53, 0x70, 0x41, 0xd6, 0xde, + 0x75, 0x1c, 0x42, 0xcc, 0x18, 0x8b, 0x73, 0xd4, 0xa1, 0x5c, 0xda, 0xdf, 0xab, 0x5c, 0x68, 0x64, + 0x01, 0xc4, 0xd9, 0x78, 0x50, 0x0b, 0x1e, 0x8a, 0x2a, 0x02, 0xcb, 0xb6, 0x5e, 0xe5, 0x5c, 0xd8, + 0x96, 0x47, 0xfc, 0x2d, 0xd7, 0x36, 0x19, 0xb1, 0xd0, 0x16, 0xdf, 0xba, 0xbf, 0x57, 0x79, 0xa8, + 0xd1, 0xaf, 0x21, 0xee, 0x0f, 0x07, 0x99, 0x30, 0xe9, 0x37, 0x0d, 0xa7, 0xee, 0x04, 0xc4, 0xdb, + 0x31, 0xec, 0xd9, 0xd1, 0x42, 0x1f, 0xc8, 0x8f, 0xa8, 0x02, 0x07, 0xc7, 0xa0, 0xa2, 0xf7, 0x43, + 0x99, 0xec, 0x76, 0x0c, 0xc7, 0x24, 0x9c, 0x2c, 0x8c, 0x2f, 0x3e, 0x48, 0x2f, 0xa3, 0x25, 0x51, + 0x76, 0x7f, 0xaf, 0x32, 0x19, 0xfe, 0xbf, 0xe2, 0x9a, 0x04, 0xcb, 0xd6, 0xe8, 0x13, 0x70, 0x9e, + 0xbd, 0x87, 0x99, 0x84, 0x11, 0x39, 0x3f, 0x64, 0x74, 0xcb, 0x85, 0xc6, 0xc9, 0xde, 0x36, 0x56, + 0x32, 0xe0, 0xe1, 0x4c, 0x2c, 0x74, 0x19, 0xda, 0xc6, 0xee, 0x4d, 0xcf, 0x68, 0x92, 0xcd, 0xae, + 0xbd, 0x4e, 0xbc, 0xb6, 0xe5, 0x70, 0x59, 0x82, 0x34, 0x5d, 0xc7, 0xa4, 0xa4, 0x44, 0x7b, 0x74, + 0x84, 0x2f, 0xc3, 0x4a, 0xbf, 0x86, 0xb8, 0x3f, 0x1c, 0xf4, 0x6e, 0x98, 0xb4, 0x5a, 0x8e, 0xeb, + 0x91, 0x75, 0xc3, 0x72, 0x02, 0x7f, 0x16, 0x98, 0xda, 0x9d, 0x4d, 0x6b, 0x5d, 0x29, 0xc7, 0xb1, + 0x56, 0xfa, 0xde, 0x10, 0x8c, 0x57, 0x5d, 0xc7, 0xb4, 0x98, 0x18, 0xf3, 0x44, 0x4c, 0x67, 0xfa, + 0x90, 0x4a, 0x07, 0xef, 0xef, 0x55, 0xa6, 0x64, 0x43, 0x85, 0x30, 0x3e, 0x25, 0x15, 0x15, 0x5c, + 0x30, 0x7e, 0x6b, 0x5c, 0xc3, 0x70, 0x7f, 0xaf, 0x72, 0x46, 0x76, 0x8b, 0x2b, 0x1d, 0xd0, 0x0e, + 0x97, 0x3f, 0xd6, 0x3d, 0xc3, 0xf1, 0xad, 0x01, 0xe4, 0x0f, 0x29, 0x59, 0x2e, 0xa7, 0xa0, 0xe1, + 0x0c, 0x0c, 0xe8, 0x65, 0x98, 0xa6, 0xa5, 0x77, 0x3b, 0xa6, 0x11, 0x90, 0x82, 0x62, 0xc7, 0x45, + 0x81, 0x73, 0x7a, 0x39, 0x06, 0x09, 0x27, 0x20, 0x73, 0x1d, 0xb3, 0xe1, 0xbb, 0x0e, 0x3b, 0x6e, + 0x31, 0x1d, 0x33, 0x2d, 0xc5, 0xa2, 0x16, 0x3d, 0x06, 0x63, 0x6d, 0xe2, 0xfb, 0x46, 0x8b, 0xb0, + 0xf3, 0x33, 0x1e, 0x5d, 0x92, 0x2b, 0xbc, 0x18, 0x87, 0xf5, 0xe8, 0x1d, 0x30, 0xd2, 0x74, 0x4d, + 0xe2, 0xcf, 0x8e, 0xb1, 0x15, 0xa6, 0xd2, 0xd7, 0x48, 0x95, 0x16, 0xdc, 0xdf, 0xab, 0x8c, 0x33, + 0x39, 0x9c, 0xfe, 0xc2, 0xbc, 0x91, 0xfe, 0x4b, 0x94, 0x67, 0x4d, 0x30, 0xe9, 0x87, 0xd0, 0x8d, + 0x9f, 0x9e, 0x9a, 0x59, 0xff, 0x0a, 0x15, 0x18, 0x5c, 0x27, 0xf0, 0x5c, 0x7b, 0xcd, 0x36, 0x1c, + 0x82, 0x3e, 0xaf, 0xc1, 0xcc, 0x96, 0xd5, 0xda, 0x52, 0x1f, 0xb7, 0xc4, 0xc5, 0x56, 0x88, 0xb7, + 0xbf, 0x95, 0x80, 0xb5, 0x78, 0x7e, 0x7f, 0xaf, 0x32, 0x93, 0x2c, 0xc5, 0x29, 0x9c, 0xfa, 0x17, + 0x4b, 0x70, 0x5e, 0x8c, 0xcc, 0xa6, 0x37, 0x4d, 0xc7, 0x76, 0x7b, 0x6d, 0xe2, 0x9c, 0xc6, 0x3b, + 0x54, 0xb8, 0x42, 0xa5, 0xdc, 0x15, 0x6a, 0xa7, 0x56, 0x68, 0xa8, 0xc8, 0x0a, 0xc9, 0x8d, 0x7c, + 0xc0, 0x2a, 0xfd, 0x99, 0x06, 0xb3, 0x59, 0x73, 0x71, 0x0a, 0x32, 0x50, 0x3b, 0x2e, 0x03, 0xdd, + 0x2a, 0x2a, 0xd4, 0x26, 0x87, 0x9e, 0x23, 0x0b, 0xfd, 0xb0, 0x04, 0x17, 0xa3, 0xe6, 0x75, 0xc7, + 0x0f, 0x0c, 0xdb, 0xe6, 0x6a, 0x9e, 0x93, 0x5f, 0xf7, 0x4e, 0x4c, 0x94, 0x5d, 0x1d, 0xec, 0x53, + 0xd5, 0xb1, 0xe7, 0x6a, 0x9a, 0x77, 0x13, 0x9a, 0xe6, 0xb5, 0x63, 0xc4, 0xd9, 0x5f, 0xe9, 0xfc, + 0xdf, 0x35, 0x98, 0xcb, 0xee, 0x78, 0x0a, 0x9b, 0xca, 0x8d, 0x6f, 0xaa, 0x8f, 0x1c, 0xdf, 0x57, + 0xe7, 0x6c, 0xab, 0xdf, 0x2c, 0xe5, 0x7d, 0x2d, 0x13, 0xb6, 0x37, 0xe1, 0x0c, 0x95, 0x82, 0xfc, + 0x40, 0xa8, 0x44, 0x8f, 0x66, 0x2b, 0x10, 0xea, 0x88, 0xce, 0xe0, 0x38, 0x0c, 0x9c, 0x04, 0x8a, + 0x56, 0x61, 0x8c, 0x8a, 0x3e, 0x14, 0x7e, 0xe9, 0xf0, 0xf0, 0xe5, 0x6d, 0xd4, 0xe0, 0x7d, 0x71, + 0x08, 0x04, 0xfd, 0x24, 0x4c, 0x99, 0xf2, 0x44, 0x1d, 0xf0, 0x50, 0x98, 0x84, 0xca, 0x94, 0xd7, + 0x35, 0xb5, 0x37, 0x8e, 0x03, 0xd3, 0xff, 0x52, 0x83, 0x07, 0xfb, 0xed, 0x2d, 0xf4, 0x0a, 0x40, + 0x33, 0x64, 0x2f, 0xb8, 0xa9, 0x48, 0x41, 0xf5, 0xb6, 0x64, 0x52, 0xa2, 0x03, 0x2a, 0x8b, 0x7c, + 0xac, 0x20, 0xc9, 0x78, 0x7f, 0x2c, 0x9d, 0xd0, 0xfb, 0xa3, 0xfe, 0x3f, 0x34, 0x95, 0x14, 0xa9, + 0x6b, 0xfb, 0x66, 0x23, 0x45, 0xea, 0xd8, 0x73, 0xf5, 0x6b, 0xdf, 0x2d, 0xc1, 0xd5, 0xec, 0x2e, + 0xca, 0xdd, 0xfb, 0x61, 0x18, 0xed, 0x70, 0x7b, 0x9e, 0x21, 0x76, 0x37, 0x3e, 0x4a, 0x29, 0x0b, + 0xb7, 0xb6, 0xb9, 0xbf, 0x57, 0x99, 0xcb, 0x22, 0xf4, 0xc2, 0x4e, 0x47, 0xf4, 0x43, 0x56, 0x42, + 0xcb, 0xc0, 0xb9, 0xbf, 0x77, 0x1d, 0x92, 0xb8, 0x18, 0x1b, 0xc4, 0x3e, 0xb4, 0x62, 0xe1, 0xd3, + 0x1a, 0x4c, 0xc7, 0x76, 0xb4, 0x3f, 0x3b, 0xc2, 0xf6, 0x68, 0xa1, 0xa7, 0x9f, 0xd8, 0x51, 0x89, + 0x6e, 0xee, 0x58, 0xb1, 0x8f, 0x13, 0x08, 0x13, 0x64, 0x56, 0x9d, 0xd5, 0x37, 0x1d, 0x99, 0x55, + 0x07, 0x9f, 0x43, 0x66, 0x7f, 0xb1, 0x94, 0xf7, 0xb5, 0x8c, 0xcc, 0xde, 0x83, 0xf1, 0xd0, 0xd2, + 0x35, 0x24, 0x17, 0x37, 0x06, 0x1d, 0x13, 0x07, 0x17, 0x99, 0x3d, 0x84, 0x25, 0x3e, 0x8e, 0x70, + 0xa1, 0xcf, 0x6a, 0x00, 0xd1, 0xc2, 0x88, 0x43, 0xb5, 0x7e, 0x7c, 0xd3, 0xa1, 0xb0, 0x35, 0xd3, + 0xf4, 0x48, 0x2b, 0x9b, 0x42, 0xc1, 0xab, 0xff, 0x9f, 0x21, 0x40, 0xe9, 0xb1, 0x53, 0x76, 0x73, + 0xdb, 0x72, 0xcc, 0xa4, 0x40, 0x70, 0xdb, 0x72, 0x4c, 0xcc, 0x6a, 0x0e, 0xc1, 0x90, 0x3e, 0x0d, + 0x67, 0x5a, 0xb6, 0xbb, 0x61, 0xd8, 0x76, 0x4f, 0x98, 0x7e, 0x0a, 0x23, 0xc2, 0x73, 0xf4, 0x62, + 0xba, 0x19, 0xaf, 0xc2, 0xc9, 0xb6, 0xa8, 0x03, 0x33, 0x1e, 0x15, 0x65, 0x9b, 0x96, 0xcd, 0x44, + 0x27, 0xb7, 0x1b, 0x14, 0xd4, 0x95, 0x30, 0xf6, 0x1e, 0x27, 0x60, 0xe1, 0x14, 0x74, 0xf4, 0x36, + 0x18, 0xeb, 0x78, 0x56, 0xdb, 0xf0, 0x7a, 0x4c, 0x38, 0x2b, 0x2f, 0x4e, 0xd0, 0x1b, 0x6e, 0x8d, + 0x17, 0xe1, 0xb0, 0x0e, 0x7d, 0x02, 0xc6, 0x6d, 0x6b, 0x93, 0x34, 0x7b, 0x4d, 0x9b, 0x08, 0xe5, + 0xc6, 0x9d, 0xe3, 0xd9, 0x32, 0xcb, 0x21, 0x58, 0xf1, 0xa4, 0x1a, 0xfe, 0xc4, 0x11, 0x42, 0x54, + 0x87, 0x73, 0xf7, 0x5c, 0x6f, 0x9b, 0x78, 0x36, 0xf1, 0xfd, 0x46, 0xb7, 0xd3, 0x71, 0xbd, 0x80, + 0x98, 0x4c, 0x05, 0x52, 0xe6, 0xf6, 0xad, 0xcf, 0xa7, 0xab, 0x71, 0x56, 0x1f, 0xfd, 0xf5, 0x12, + 0x5c, 0xee, 0x33, 0x08, 0x84, 0xe9, 0xd9, 0x10, 0x73, 0x24, 0x76, 0xc2, 0xbb, 0xf9, 0x7e, 0x16, + 0x85, 0xf7, 0xf7, 0x2a, 0x0f, 0xf7, 0x01, 0xd0, 0xa0, 0x5b, 0x91, 0xb4, 0x7a, 0x38, 0x02, 0x83, + 0xea, 0x30, 0x6a, 0x46, 0x1a, 0xc1, 0xf1, 0xc5, 0x27, 0x28, 0xb5, 0xe6, 0x3a, 0xbb, 0xc3, 0x42, + 0x13, 0x00, 0xd0, 0x32, 0x8c, 0xf1, 0x87, 0x58, 0x22, 0x28, 0xff, 0x93, 0x4c, 0x3c, 0xe6, 0x45, + 0x87, 0x05, 0x16, 0x82, 0xd0, 0xff, 0xb7, 0x06, 0x63, 0x55, 0xd7, 0x23, 0xb5, 0xd5, 0x06, 0xea, + 0xc1, 0x84, 0x62, 0x82, 0x2f, 0xa8, 0x60, 0x41, 0xb2, 0xc0, 0x20, 0x2e, 0x44, 0xd0, 0x42, 0x73, + 0x51, 0x59, 0x80, 0x55, 0x5c, 0xe8, 0x15, 0x3a, 0xe7, 0xf7, 0x3c, 0x2b, 0xa0, 0x88, 0x07, 0x79, + 0xbf, 0xe2, 0x88, 0x71, 0x08, 0x8b, 0xef, 0x28, 0xf9, 0x13, 0x47, 0x58, 0xf4, 0x35, 0x4a, 0x01, + 0x92, 0xc3, 0x44, 0xd7, 0x61, 0xb8, 0xed, 0x9a, 0xe1, 0xba, 0xbf, 0x3d, 0x3c, 0xdf, 0x2b, 0xae, + 0x49, 0xe7, 0xf6, 0x62, 0xba, 0x07, 0xd3, 0xb2, 0xb1, 0x3e, 0xfa, 0x2a, 0xcc, 0x24, 0xf1, 0xa3, + 0xeb, 0x30, 0xdd, 0x74, 0xdb, 0x6d, 0xd7, 0x69, 0x74, 0x37, 0x37, 0xad, 0x5d, 0x12, 0xb3, 0xe3, + 0xad, 0xc6, 0x6a, 0x70, 0xa2, 0xa5, 0xfe, 0x75, 0x0d, 0x86, 0xe8, 0xba, 0xe8, 0x30, 0x6a, 0xba, + 0x6d, 0xc3, 0x72, 0xc4, 0xa8, 0x98, 0xcd, 0x72, 0x8d, 0x95, 0x60, 0x51, 0x83, 0x3a, 0x30, 0x1e, + 0x32, 0x4d, 0x03, 0xd9, 0x92, 0xd4, 0x56, 0x1b, 0xd2, 0xfe, 0x4e, 0x52, 0xf2, 0xb0, 0xc4, 0xc7, + 0x11, 0x12, 0xdd, 0x80, 0xb3, 0xb5, 0xd5, 0x46, 0xdd, 0x69, 0xda, 0x5d, 0x93, 0x2c, 0xed, 0xb2, + 0x3f, 0x94, 0x96, 0x58, 0xbc, 0x44, 0x7c, 0x27, 0xa3, 0x25, 0xa2, 0x11, 0x0e, 0xeb, 0x68, 0x33, + 0xc2, 0x7b, 0x08, 0x63, 0x5b, 0xd6, 0x4c, 0x00, 0xc1, 0x61, 0x9d, 0xfe, 0xbd, 0x12, 0x4c, 0x28, + 0x03, 0x42, 0x36, 0x8c, 0xf1, 0xcf, 0x0d, 0x6d, 0xdd, 0x96, 0x0a, 0x7e, 0x62, 0x7c, 0xd4, 0x1c, + 0x3b, 0x9f, 0x50, 0x1f, 0x87, 0x28, 0x54, 0xba, 0x58, 0xea, 0x43, 0x17, 0xe7, 0x01, 0xfc, 0xc8, + 0xf2, 0x9b, 0x1f, 0x49, 0x76, 0xf5, 0x28, 0xf6, 0xde, 0x4a, 0x0b, 0xf4, 0xa0, 0xb8, 0x41, 0xb8, + 0x31, 0x47, 0x39, 0x71, 0x7b, 0x6c, 0xc2, 0xc8, 0xab, 0xae, 0x43, 0x7c, 0xf1, 0x86, 0x75, 0x4c, + 0x1f, 0x38, 0x4e, 0xf9, 0x83, 0x17, 0x29, 0x5c, 0xcc, 0xc1, 0xeb, 0xbf, 0xac, 0x01, 0xd4, 0x8c, + 0xc0, 0xe0, 0x4f, 0x2e, 0x87, 0xb0, 0x97, 0x7e, 0x30, 0x76, 0xf1, 0x95, 0x53, 0x36, 0xa4, 0xc3, + 0xbe, 0xf5, 0x6a, 0xf8, 0xf9, 0x92, 0xa1, 0xe6, 0xd0, 0x1b, 0xd6, 0xab, 0x04, 0xb3, 0x7a, 0xf4, + 0x38, 0x8c, 0x13, 0xa7, 0xe9, 0xf5, 0x3a, 0x94, 0x78, 0x0f, 0xb3, 0x59, 0x65, 0x27, 0x74, 0x29, + 0x2c, 0xc4, 0x51, 0xbd, 0xfe, 0x04, 0xc4, 0xa5, 0xa2, 0x83, 0x47, 0xa9, 0xff, 0x60, 0x18, 0x2e, + 0x2d, 0xad, 0x57, 0x6b, 0x02, 0x9e, 0xe5, 0x3a, 0xb7, 0x49, 0xef, 0xaf, 0xcd, 0x53, 0xfe, 0xda, + 0x3c, 0xe5, 0x18, 0xcd, 0x53, 0xee, 0x6b, 0x30, 0xb3, 0xb4, 0xdb, 0xb1, 0x3c, 0x66, 0xa7, 0x4f, + 0x3c, 0x2a, 0xc6, 0xa2, 0xc7, 0x60, 0x6c, 0x87, 0xff, 0x2b, 0x36, 0x97, 0x54, 0x15, 0x88, 0x16, + 0x38, 0xac, 0x47, 0x9b, 0x30, 0x4d, 0x58, 0x77, 0xc6, 0xaf, 0x1a, 0x41, 0x91, 0x0d, 0xc4, 0xdd, + 0x40, 0x62, 0x50, 0x70, 0x02, 0x2a, 0x6a, 0xc0, 0x74, 0xd3, 0x36, 0x7c, 0xdf, 0xda, 0xb4, 0x9a, + 0x91, 0x05, 0xda, 0xf8, 0xe2, 0xe3, 0xec, 0xea, 0x89, 0xd5, 0xdc, 0xdf, 0xab, 0x5c, 0x10, 0xe3, + 0x8c, 0x57, 0xe0, 0x04, 0x08, 0xfd, 0xab, 0x25, 0x98, 0x5a, 0xda, 0xed, 0xb8, 0x7e, 0xd7, 0x23, + 0xac, 0xe9, 0x29, 0x48, 0xe0, 0x8f, 0xc1, 0xd8, 0x96, 0xe1, 0x98, 0x36, 0xf1, 0x04, 0xf5, 0x91, + 0x73, 0x7b, 0x8b, 0x17, 0xe3, 0xb0, 0x1e, 0xbd, 0x06, 0xe0, 0x37, 0xb7, 0x88, 0xd9, 0x65, 0x1c, + 0x0c, 0x3f, 0x24, 0xb7, 0x8b, 0xd0, 0xd0, 0xd8, 0x37, 0x36, 0x24, 0x48, 0x41, 0xd9, 0xe5, 0x6f, + 0xac, 0xa0, 0xd3, 0xff, 0x83, 0x06, 0x67, 0x63, 0xfd, 0x4e, 0x41, 0xb0, 0xdc, 0x8c, 0x0b, 0x96, + 0x0b, 0x03, 0x7f, 0x6b, 0x8e, 0x3c, 0xf9, 0x33, 0x25, 0x78, 0x20, 0x67, 0x4e, 0x52, 0xe6, 0x0a, + 0xda, 0x29, 0x99, 0x2b, 0x74, 0x61, 0x22, 0x70, 0x6d, 0x61, 0x28, 0x19, 0xce, 0x40, 0x21, 0x63, + 0x84, 0x75, 0x09, 0x26, 0x32, 0x46, 0x88, 0xca, 0x7c, 0xac, 0xe2, 0xd1, 0xbf, 0xa1, 0xc1, 0xb8, + 0xd4, 0x5f, 0xfd, 0x58, 0xbd, 0x21, 0x1d, 0xde, 0x73, 0x4d, 0xff, 0xc3, 0x12, 0x5c, 0x94, 0xb0, + 0x43, 0x39, 0xa1, 0x11, 0x50, 0xba, 0x71, 0xb0, 0x10, 0xfc, 0xa0, 0xb8, 0x87, 0x15, 0x5e, 0x40, + 0xe1, 0x14, 0x28, 0xdf, 0xd4, 0xf5, 0x3a, 0xae, 0x1f, 0xb2, 0x03, 0x9c, 0x6f, 0xe2, 0x45, 0x38, + 0xac, 0x43, 0xab, 0x30, 0xe2, 0x53, 0x7c, 0xe2, 0x36, 0x39, 0xe2, 0x6c, 0x30, 0x8e, 0x86, 0x8d, + 0x17, 0x73, 0x30, 0xe8, 0x35, 0x55, 0xa5, 0x31, 0x52, 0x5c, 0xcd, 0x42, 0xbf, 0xc4, 0x0c, 0x67, + 0x24, 0xc3, 0x9b, 0x23, 0x4b, 0xad, 0xa1, 0x2f, 0xc3, 0x8c, 0xb0, 0x78, 0xe0, 0xdb, 0xc6, 0x69, + 0x12, 0xf4, 0xfe, 0xd8, 0xce, 0x78, 0x24, 0xf1, 0x8a, 0x7c, 0x3e, 0xd9, 0x3e, 0xda, 0x31, 0xba, + 0x0f, 0xe5, 0x9b, 0x62, 0x90, 0x68, 0x0e, 0x4a, 0x56, 0xb8, 0x16, 0x20, 0x60, 0x94, 0xea, 0x35, + 0x5c, 0xb2, 0x4c, 0xc9, 0x0f, 0x95, 0x72, 0xb9, 0x36, 0xe5, 0x5a, 0x1a, 0xea, 0x7f, 0x2d, 0xe9, + 0x7f, 0x5a, 0x82, 0xf3, 0x21, 0xd6, 0xf0, 0x1b, 0x6b, 0xe2, 0x0d, 0xee, 0x00, 0xde, 0xf0, 0x60, + 0xa5, 0xc8, 0x1d, 0x18, 0x66, 0x04, 0xb0, 0xd0, 0xdb, 0x9c, 0x04, 0x48, 0x87, 0x83, 0x19, 0x20, + 0xf4, 0x09, 0x18, 0xb5, 0x8d, 0x0d, 0x62, 0x87, 0x96, 0x66, 0x85, 0x54, 0x48, 0x59, 0x9f, 0xcb, + 0x35, 0x9b, 0x3e, 0xb7, 0xa6, 0x97, 0x4f, 0x36, 0xbc, 0x10, 0x0b, 0x9c, 0x73, 0x4f, 0xc1, 0x84, + 0xd2, 0x0c, 0xcd, 0xc0, 0xd0, 0x36, 0xe1, 0x6f, 0xb3, 0xe3, 0x98, 0xfe, 0x8b, 0xce, 0xc3, 0xc8, + 0x8e, 0x61, 0x77, 0xc5, 0x94, 0x60, 0xfe, 0xe3, 0x7a, 0xe9, 0xfd, 0x9a, 0xfe, 0x1b, 0x1a, 0x4c, + 0xdc, 0xb2, 0x36, 0x88, 0xc7, 0xcd, 0x16, 0x98, 0x28, 0x14, 0x73, 0x1c, 0x9e, 0xc8, 0x72, 0x1a, + 0x46, 0xbb, 0x30, 0x2e, 0x6e, 0x1a, 0x69, 0xd5, 0x7a, 0xb3, 0xd8, 0x23, 0xb0, 0x44, 0x2d, 0x28, + 0xb8, 0xea, 0xa8, 0x14, 0x62, 0xc0, 0x11, 0x32, 0xfd, 0x35, 0x38, 0x97, 0xd1, 0x09, 0x55, 0xd8, + 0xf1, 0xf5, 0x02, 0xb1, 0x2d, 0xc2, 0xf3, 0xe8, 0x05, 0x98, 0x97, 0xa3, 0x4b, 0x30, 0x44, 0x1c, + 0x53, 0xec, 0x89, 0xb1, 0xfd, 0xbd, 0xca, 0xd0, 0x92, 0x63, 0x62, 0x5a, 0x46, 0xc9, 0x94, 0xed, + 0xc6, 0x78, 0x12, 0x46, 0xa6, 0x96, 0x45, 0x19, 0x96, 0xb5, 0xec, 0xd9, 0x3e, 0xf9, 0x42, 0x4d, + 0xb9, 0xd3, 0x99, 0xcd, 0xc4, 0xe9, 0x19, 0xe4, 0x61, 0x3c, 0x79, 0x12, 0x17, 0x67, 0xc5, 0x84, + 0xa4, 0xce, 0x34, 0x4e, 0xe1, 0xd5, 0x7f, 0x67, 0x18, 0x1e, 0xba, 0xe5, 0x7a, 0xd6, 0xab, 0xae, + 0x13, 0x18, 0xf6, 0x9a, 0x6b, 0x46, 0x06, 0x6a, 0x82, 0x28, 0x7f, 0x4e, 0x83, 0x07, 0x9a, 0x9d, + 0x2e, 0xe7, 0x6e, 0x43, 0xbb, 0xa1, 0x35, 0xe2, 0x59, 0x6e, 0x51, 0x3b, 0x35, 0xe6, 0x9a, 0x5a, + 0x5d, 0xbb, 0x9b, 0x05, 0x12, 0xe7, 0xe1, 0x62, 0xe6, 0x72, 0xa6, 0x7b, 0xcf, 0x61, 0x83, 0x6b, + 0x04, 0x6c, 0x36, 0x5f, 0x8d, 0x16, 0xa1, 0xa0, 0xb9, 0x5c, 0x2d, 0x13, 0x22, 0xce, 0xc1, 0x84, + 0x3e, 0x05, 0x17, 0x2c, 0x3e, 0x38, 0x4c, 0x0c, 0xd3, 0x72, 0x88, 0xef, 0x33, 0xa3, 0xb1, 0x41, + 0xec, 0xc1, 0xea, 0x59, 0x00, 0x71, 0x36, 0x1e, 0xf4, 0x12, 0x80, 0xdf, 0x73, 0x9a, 0x62, 0xfe, + 0x47, 0x0a, 0x61, 0xe5, 0x4c, 0xa0, 0x84, 0x82, 0x15, 0x88, 0x54, 0xc2, 0x0d, 0xe4, 0xa6, 0x1c, + 0x65, 0xb6, 0x65, 0x4c, 0xc2, 0x8d, 0xf6, 0x50, 0x54, 0xaf, 0xff, 0x13, 0x0d, 0xc6, 0x84, 0xfb, + 0x3b, 0x7a, 0x7b, 0x42, 0xcb, 0x23, 0x69, 0x4f, 0x42, 0xd3, 0xd3, 0x63, 0x4f, 0x7d, 0x42, 0xc3, + 0x27, 0x58, 0x89, 0x42, 0x6a, 0x02, 0x81, 0x38, 0x52, 0x17, 0xc6, 0x9e, 0xfc, 0x42, 0x15, 0xa2, + 0x82, 0x4c, 0x7f, 0x43, 0x83, 0xb3, 0xa9, 0x5e, 0x87, 0xe0, 0x17, 0x4e, 0xd1, 0x8a, 0xe6, 0xbb, + 0xc3, 0x30, 0xcd, 0x8c, 0xe5, 0x1c, 0xc3, 0xe6, 0x0a, 0x98, 0x53, 0x10, 0x50, 0x1e, 0x87, 0x71, + 0xab, 0xdd, 0xee, 0x06, 0x94, 0x54, 0x0b, 0x1d, 0x3a, 0x5b, 0xf3, 0x7a, 0x58, 0x88, 0xa3, 0x7a, + 0xe4, 0x88, 0xab, 0x90, 0x13, 0xf1, 0xe5, 0x62, 0x2b, 0xa7, 0x7e, 0xe0, 0x3c, 0xbd, 0xb6, 0xf8, + 0x7d, 0x95, 0x75, 0x53, 0x7e, 0x5e, 0x03, 0xf0, 0x03, 0xcf, 0x72, 0x5a, 0xb4, 0x50, 0x5c, 0x97, + 0xf8, 0x18, 0xd0, 0x36, 0x24, 0x50, 0x8e, 0x5c, 0xce, 0x51, 0x54, 0x81, 0x15, 0xcc, 0x68, 0x41, + 0x70, 0x09, 0x9c, 0xe2, 0xbf, 0x33, 0xc1, 0x0f, 0x3d, 0x94, 0x8e, 0xee, 0x22, 0x5c, 0x22, 0x23, + 0x36, 0x62, 0xee, 0x7d, 0x30, 0x2e, 0xf1, 0x1d, 0x74, 0xeb, 0x4e, 0x2a, 0xb7, 0xee, 0xdc, 0xd3, + 0x70, 0x26, 0x31, 0xdc, 0x23, 0x5d, 0xda, 0xff, 0x51, 0x03, 0x14, 0xff, 0xfa, 0x53, 0x10, 0xed, + 0x5a, 0x71, 0xd1, 0x6e, 0x71, 0xf0, 0x25, 0xcb, 0x91, 0xed, 0xbe, 0x3d, 0x05, 0x2c, 0x3a, 0x88, + 0x8c, 0xbe, 0x22, 0x2e, 0x2e, 0x7a, 0xcf, 0x46, 0x1e, 0x06, 0xe2, 0xe4, 0x0e, 0x70, 0xcf, 0xde, + 0x4e, 0xc0, 0x8a, 0xee, 0xd9, 0x64, 0x0d, 0x4e, 0xe1, 0x45, 0x5f, 0xd4, 0x60, 0xc6, 0x88, 0x47, + 0x07, 0x09, 0x67, 0xa6, 0x90, 0xf7, 0x69, 0x22, 0xd2, 0x48, 0x34, 0x96, 0x44, 0x85, 0x8f, 0x53, + 0x68, 0xd1, 0xbb, 0x61, 0xd2, 0xe8, 0x58, 0x0b, 0x5d, 0xd3, 0xa2, 0xa2, 0x41, 0x18, 0xda, 0x81, + 0x89, 0xab, 0x0b, 0x6b, 0x75, 0x59, 0x8e, 0x63, 0xad, 0x64, 0x18, 0x0e, 0x31, 0x91, 0xc3, 0x03, + 0x86, 0xe1, 0x10, 0x73, 0x18, 0x85, 0xe1, 0x10, 0x53, 0xa7, 0x22, 0x41, 0x0e, 0x80, 0x6b, 0x99, + 0x4d, 0x81, 0x92, 0xbf, 0xda, 0x15, 0x92, 0x90, 0xef, 0xd4, 0x6b, 0x55, 0x81, 0x91, 0xdd, 0x7e, + 0xd1, 0x6f, 0xac, 0x60, 0x40, 0x5f, 0xd1, 0x60, 0x4a, 0xd0, 0x6e, 0x81, 0x73, 0x8c, 0x2d, 0xd1, + 0x8b, 0x45, 0xf7, 0x4b, 0x62, 0x4f, 0xce, 0x63, 0x15, 0x38, 0xa7, 0x3b, 0xd2, 0x41, 0x25, 0x56, + 0x87, 0xe3, 0xe3, 0x40, 0x7f, 0x4f, 0x83, 0xf3, 0x3e, 0xf1, 0x76, 0xac, 0x26, 0x59, 0x68, 0x36, + 0xdd, 0xae, 0x13, 0xae, 0x43, 0xb9, 0x78, 0xd4, 0x82, 0x46, 0x06, 0x3c, 0x6e, 0x19, 0x9d, 0x55, + 0x83, 0x33, 0xf1, 0x53, 0xb6, 0xec, 0xcc, 0x3d, 0x23, 0x68, 0x6e, 0x55, 0x8d, 0xe6, 0x16, 0xd3, + 0x95, 0x73, 0x63, 0xe8, 0x82, 0xfb, 0xfa, 0xf9, 0x38, 0x28, 0xfe, 0xea, 0x9c, 0x28, 0xc4, 0x49, + 0x84, 0xc8, 0x85, 0xb2, 0x27, 0x42, 0x2e, 0xcd, 0x42, 0x71, 0x96, 0x22, 0x15, 0xbf, 0x89, 0x33, + 0xf6, 0xe1, 0x2f, 0x2c, 0x91, 0xa0, 0x16, 0x3c, 0xc4, 0x45, 0x9b, 0x05, 0xc7, 0x75, 0x7a, 0x6d, + 0xb7, 0xeb, 0x2f, 0x74, 0x83, 0x2d, 0xe2, 0x04, 0xa1, 0xae, 0x72, 0x82, 0x5d, 0xa3, 0xcc, 0x1e, + 0x7c, 0xa9, 0x5f, 0x43, 0xdc, 0x1f, 0x0e, 0x7a, 0x01, 0xca, 0x64, 0x87, 0x38, 0xc1, 0xfa, 0xfa, + 0xf2, 0xec, 0x64, 0x21, 0x6e, 0x8f, 0x7d, 0xc2, 0x92, 0x80, 0x81, 0x25, 0x34, 0xb4, 0x0d, 0x63, + 0x36, 0x8f, 0x99, 0x35, 0x3b, 0x55, 0x9c, 0x28, 0x26, 0xe3, 0x6f, 0x71, 0xf9, 0x4f, 0xfc, 0xc0, + 0x21, 0x06, 0xd4, 0x81, 0xab, 0x26, 0xd9, 0x34, 0xba, 0x76, 0xb0, 0xea, 0x06, 0x94, 0xa5, 0xed, + 0x45, 0xfa, 0xa9, 0xd0, 0x84, 0x7e, 0x9a, 0x39, 0x18, 0x3f, 0xb2, 0xbf, 0x57, 0xb9, 0x5a, 0x3b, + 0xa0, 0x2d, 0x3e, 0x10, 0x1a, 0xea, 0xc1, 0xc3, 0xa2, 0xcd, 0x5d, 0xc7, 0x23, 0x46, 0x73, 0x8b, + 0xce, 0x72, 0x1a, 0xe9, 0x19, 0x86, 0xf4, 0x6f, 0xec, 0xef, 0x55, 0x1e, 0xae, 0x1d, 0xdc, 0x1c, + 0x1f, 0x06, 0xe6, 0xdc, 0x87, 0x01, 0xa5, 0xcf, 0xf9, 0x41, 0x17, 0x76, 0x59, 0xbd, 0xb0, 0xbf, + 0x36, 0x02, 0x97, 0x29, 0xf9, 0x88, 0xd8, 0xd4, 0x15, 0xc3, 0x31, 0x5a, 0x3f, 0x9e, 0x57, 0xdb, + 0x6f, 0x68, 0xf0, 0xc0, 0x56, 0xb6, 0x08, 0x29, 0x18, 0xe5, 0x67, 0x0b, 0x89, 0xfa, 0xfd, 0xa4, + 0x52, 0x7e, 0xb2, 0xfa, 0x36, 0xc1, 0x79, 0x83, 0x42, 0x1f, 0x86, 0x19, 0xc7, 0x35, 0x49, 0xb5, + 0x5e, 0xc3, 0x2b, 0x86, 0xbf, 0xdd, 0x08, 0x5f, 0xfe, 0x46, 0xb8, 0xcd, 0xc9, 0x6a, 0xa2, 0x0e, + 0xa7, 0x5a, 0xa3, 0x1d, 0x40, 0x1d, 0xd7, 0x5c, 0xda, 0xb1, 0x9a, 0xe1, 0x9b, 0x53, 0x71, 0x3b, + 0x17, 0xf6, 0xb0, 0xb5, 0x96, 0x82, 0x86, 0x33, 0x30, 0x30, 0x19, 0x98, 0x0e, 0x66, 0xc5, 0x75, + 0xac, 0xc0, 0xf5, 0x98, 0x1f, 0xc9, 0x40, 0xa2, 0x20, 0x93, 0x81, 0x57, 0x33, 0x21, 0xe2, 0x1c, + 0x4c, 0xfa, 0xff, 0xd4, 0xe0, 0x0c, 0xdd, 0x16, 0x6b, 0x9e, 0xbb, 0xdb, 0xfb, 0x71, 0xdc, 0x90, + 0x8f, 0x09, 0x23, 0x08, 0xae, 0xbb, 0xb9, 0xa0, 0x18, 0x40, 0x8c, 0xb3, 0x31, 0x47, 0x36, 0x0f, + 0xaa, 0xfa, 0x6a, 0x28, 0x5f, 0x7d, 0xa5, 0x7f, 0xa5, 0xc4, 0x59, 0xcc, 0x50, 0x7d, 0xf4, 0x63, + 0x79, 0x0e, 0xdf, 0x07, 0x53, 0xb4, 0x6c, 0xc5, 0xd8, 0x5d, 0xab, 0x3d, 0xe7, 0xda, 0xa1, 0x2b, + 0x0f, 0x33, 0xcf, 0xbd, 0xad, 0x56, 0xe0, 0x78, 0x3b, 0x74, 0x1d, 0xc6, 0x3a, 0xdc, 0x61, 0x58, + 0x08, 0x37, 0x57, 0xb9, 0xa5, 0x00, 0x2b, 0xba, 0xbf, 0x57, 0x39, 0x1b, 0x3d, 0x96, 0x88, 0x42, + 0x1c, 0x76, 0xd0, 0xbf, 0x74, 0x01, 0x18, 0x70, 0x9b, 0x04, 0x3f, 0x8e, 0x73, 0xf2, 0x04, 0x4c, + 0x34, 0x3b, 0xdd, 0xea, 0x8d, 0xc6, 0xb3, 0x5d, 0x97, 0x09, 0xad, 0x2c, 0xb6, 0x21, 0xe5, 0x39, + 0xab, 0x6b, 0x77, 0xc3, 0x62, 0xac, 0xb6, 0xa1, 0xd4, 0xa1, 0xd9, 0xe9, 0x0a, 0x7a, 0xbb, 0xa6, + 0xda, 0xa8, 0x32, 0xea, 0x50, 0x5d, 0xbb, 0x1b, 0xab, 0xc3, 0xa9, 0xd6, 0xe8, 0x53, 0x30, 0x49, + 0xc4, 0xc1, 0xbd, 0x65, 0x78, 0xa6, 0xa0, 0x0b, 0xf5, 0xa2, 0x1f, 0x2f, 0xa7, 0x36, 0xa4, 0x06, + 0x9c, 0x55, 0x5f, 0x52, 0x50, 0xe0, 0x18, 0x42, 0xf4, 0x31, 0xb8, 0x14, 0xfe, 0xa6, 0xab, 0xec, + 0x9a, 0x49, 0x42, 0x31, 0xc2, 0x7d, 0x34, 0x97, 0xf2, 0x1a, 0xe1, 0xfc, 0xfe, 0xe8, 0xd7, 0x35, + 0xb8, 0x28, 0x6b, 0x2d, 0xc7, 0x6a, 0x77, 0xdb, 0x98, 0x34, 0x6d, 0xc3, 0x6a, 0x0b, 0x06, 0xfd, + 0xf9, 0x63, 0xfb, 0xd0, 0x38, 0x78, 0x4e, 0xac, 0xb2, 0xeb, 0x70, 0xce, 0x90, 0xd0, 0x1b, 0x1a, + 0x5c, 0x0d, 0xab, 0xd6, 0x3c, 0xe2, 0xfb, 0x5d, 0x8f, 0x44, 0x8e, 0x64, 0x62, 0x4a, 0xc6, 0x0a, + 0xd1, 0x4e, 0xc6, 0xa9, 0x2c, 0x1d, 0x00, 0x1b, 0x1f, 0x88, 0x5d, 0xdd, 0x2e, 0x0d, 0x77, 0x33, + 0x10, 0x1c, 0xfd, 0x49, 0x6d, 0x17, 0x8a, 0x02, 0xc7, 0x10, 0xa2, 0x7f, 0xaa, 0xc1, 0x03, 0x6a, + 0x81, 0xba, 0x5b, 0x38, 0x2b, 0xff, 0xc2, 0xb1, 0x0d, 0x26, 0x01, 0x9f, 0xeb, 0x82, 0x73, 0x2a, + 0x71, 0xde, 0xa8, 0x28, 0xd9, 0x6e, 0xb3, 0x8d, 0xc9, 0xd9, 0xfd, 0x11, 0x4e, 0xb6, 0xf9, 0x5e, + 0xf5, 0x71, 0x58, 0x47, 0x05, 0xdd, 0x8e, 0x6b, 0xae, 0x59, 0xa6, 0xbf, 0x6c, 0xb5, 0xad, 0x80, + 0x31, 0xe5, 0x43, 0x7c, 0x3a, 0xd6, 0x5c, 0x73, 0xad, 0x5e, 0xe3, 0xe5, 0x38, 0xd6, 0x8a, 0xb9, + 0x44, 0x5b, 0x6d, 0xa3, 0x45, 0xd6, 0xba, 0xb6, 0xbd, 0xe6, 0xb9, 0x4c, 0x61, 0x58, 0x23, 0x86, + 0x69, 0x5b, 0x0e, 0x29, 0xc8, 0x84, 0xb3, 0xe3, 0x56, 0xcf, 0x03, 0x8a, 0xf3, 0xf1, 0xa1, 0x79, + 0x80, 0x4d, 0xc3, 0xb2, 0x1b, 0xf7, 0x8c, 0xce, 0x1d, 0x87, 0x71, 0xea, 0x65, 0x2e, 0xc2, 0xde, + 0x90, 0xa5, 0x58, 0x69, 0x41, 0x77, 0x13, 0xa5, 0x82, 0x98, 0xf0, 0x50, 0x3c, 0x8c, 0xab, 0x3e, + 0x8e, 0xdd, 0x14, 0x02, 0xe4, 0xd3, 0x77, 0x5b, 0x41, 0x81, 0x63, 0x08, 0xd1, 0xe7, 0x34, 0x98, + 0xf6, 0x7b, 0x7e, 0x40, 0xda, 0x72, 0x0c, 0x67, 0x8e, 0x7b, 0x0c, 0x4c, 0x95, 0xda, 0x88, 0x21, + 0xc1, 0x09, 0xa4, 0xc8, 0x80, 0xcb, 0x6c, 0x56, 0x6f, 0x56, 0x6f, 0x59, 0xad, 0x2d, 0xe9, 0xe8, + 0xbc, 0x46, 0xbc, 0x26, 0x71, 0x82, 0xd9, 0x19, 0xb6, 0x6f, 0x98, 0x29, 0x4d, 0x3d, 0xbf, 0x19, + 0xee, 0x07, 0x03, 0xbd, 0x04, 0x73, 0xa2, 0x7a, 0xd9, 0xbd, 0x97, 0xc2, 0x70, 0x96, 0x61, 0x60, + 0xa6, 0x43, 0xf5, 0xdc, 0x56, 0xb8, 0x0f, 0x04, 0x54, 0x87, 0x73, 0x3e, 0xf1, 0xd8, 0x4b, 0x08, + 0x91, 0x9b, 0xc7, 0x9f, 0x45, 0x91, 0xd5, 0x70, 0x23, 0x5d, 0x8d, 0xb3, 0xfa, 0xa0, 0xa7, 0xa5, + 0x63, 0x52, 0x8f, 0x16, 0x3c, 0xbb, 0xd6, 0x98, 0x3d, 0xc7, 0xc6, 0x77, 0x4e, 0xf1, 0x37, 0x0a, + 0xab, 0x70, 0xb2, 0x2d, 0xe5, 0x2d, 0xc2, 0xa2, 0xc5, 0xae, 0xe7, 0x07, 0xb3, 0xe7, 0x59, 0x67, + 0xc6, 0x5b, 0x60, 0xb5, 0x02, 0xc7, 0xdb, 0xa1, 0xeb, 0x30, 0xed, 0x93, 0x66, 0xd3, 0x6d, 0x77, + 0x84, 0x78, 0x35, 0x7b, 0x81, 0x8d, 0x9e, 0xaf, 0x60, 0xac, 0x06, 0x27, 0x5a, 0xa2, 0x1e, 0x9c, + 0x93, 0x81, 0x69, 0x96, 0xdd, 0xd6, 0x8a, 0xb1, 0xcb, 0x58, 0xf5, 0x8b, 0x07, 0x9f, 0xc0, 0xf9, + 0xf0, 0x69, 0x7b, 0xfe, 0xd9, 0xae, 0xe1, 0x04, 0x56, 0xd0, 0xe3, 0xd3, 0x55, 0x4d, 0x83, 0xc3, + 0x59, 0x38, 0xd0, 0x32, 0x9c, 0x4f, 0x14, 0xdf, 0xb0, 0x6c, 0xe2, 0xcf, 0x3e, 0xc0, 0x3e, 0x9b, + 0xe9, 0x48, 0xaa, 0x19, 0xf5, 0x38, 0xb3, 0x17, 0xba, 0x03, 0x17, 0x3a, 0x9e, 0x1b, 0x90, 0x66, + 0x70, 0x9b, 0xb2, 0x27, 0xb6, 0xf8, 0x40, 0x7f, 0x76, 0x96, 0xcd, 0x05, 0x7b, 0x05, 0x5a, 0xcb, + 0x6a, 0x80, 0xb3, 0xfb, 0xa1, 0xaf, 0x69, 0x70, 0xc5, 0x0f, 0x3c, 0x62, 0xb4, 0x2d, 0xa7, 0x55, + 0x75, 0x1d, 0x87, 0x30, 0x32, 0x59, 0x37, 0x23, 0xa3, 0xfb, 0x4b, 0x85, 0xe8, 0x94, 0xbe, 0xbf, + 0x57, 0xb9, 0xd2, 0xe8, 0x0b, 0x19, 0x1f, 0x80, 0x19, 0xbd, 0x06, 0xd0, 0x26, 0x6d, 0xd7, 0xeb, + 0x51, 0x8a, 0x34, 0x3b, 0x57, 0xdc, 0x88, 0x69, 0x45, 0x42, 0xe1, 0xc7, 0x3f, 0xf6, 0x7e, 0x15, + 0x55, 0x62, 0x05, 0x9d, 0xbe, 0x57, 0x82, 0x0b, 0x99, 0x17, 0x0f, 0x3d, 0x01, 0xbc, 0xdd, 0x42, + 0x18, 0xa4, 0x56, 0x3c, 0xf9, 0xb0, 0x13, 0xb0, 0x12, 0xaf, 0xc2, 0xc9, 0xb6, 0x94, 0x2d, 0x64, + 0x27, 0xf5, 0x46, 0x23, 0xea, 0x5f, 0x8a, 0xd8, 0xc2, 0x7a, 0xa2, 0x0e, 0xa7, 0x5a, 0xa3, 0x2a, + 0x9c, 0x15, 0x65, 0x75, 0x2a, 0x59, 0xf9, 0x37, 0x3c, 0x12, 0x32, 0xdc, 0x54, 0x46, 0x39, 0x5b, + 0x4f, 0x56, 0xe2, 0x74, 0x7b, 0xfa, 0x15, 0xf4, 0x87, 0x3a, 0x8a, 0xe1, 0xe8, 0x2b, 0x56, 0xe3, + 0x55, 0x38, 0xd9, 0x36, 0x14, 0x7d, 0x63, 0x43, 0x18, 0x89, 0xbe, 0x62, 0x35, 0x51, 0x87, 0x53, + 0xad, 0xf5, 0xff, 0x34, 0x0c, 0x0f, 0x1f, 0x82, 0x59, 0x43, 0xed, 0xec, 0xe9, 0x3e, 0xfa, 0xc1, + 0x3d, 0xdc, 0xf2, 0x74, 0x72, 0x96, 0xe7, 0xe8, 0xf8, 0x0e, 0xbb, 0x9c, 0x7e, 0xde, 0x72, 0x1e, + 0x1d, 0xe5, 0xe1, 0x97, 0xbf, 0x9d, 0xbd, 0xfc, 0x05, 0x67, 0xf5, 0xc0, 0xed, 0xd2, 0xc9, 0xd9, + 0x2e, 0x05, 0x67, 0xf5, 0x10, 0xdb, 0xeb, 0xfb, 0xc3, 0xf0, 0xc8, 0x61, 0x18, 0xc7, 0x82, 0xfb, + 0x2b, 0x83, 0xe4, 0x9d, 0xe8, 0xfe, 0xca, 0xf3, 0x6b, 0x3a, 0xc1, 0xfd, 0x95, 0x81, 0xf2, 0xa4, + 0xf7, 0x57, 0xde, 0xac, 0x9e, 0xd4, 0xfe, 0xca, 0x9b, 0xd5, 0x43, 0xec, 0xaf, 0xbf, 0x48, 0xde, + 0x0f, 0x92, 0x5f, 0xac, 0xc3, 0x50, 0xb3, 0xd3, 0x2d, 0x48, 0xa4, 0x98, 0x81, 0x50, 0x75, 0xed, + 0x2e, 0xa6, 0x30, 0x10, 0x86, 0x51, 0xbe, 0x7f, 0x0a, 0x92, 0x20, 0xe6, 0x21, 0xc3, 0xb7, 0x24, + 0x16, 0x90, 0xe8, 0x54, 0x91, 0xce, 0x16, 0x69, 0x13, 0xcf, 0xb0, 0x1b, 0x81, 0xeb, 0x19, 0xad, + 0xa2, 0xd4, 0x86, 0x4d, 0xd5, 0x52, 0x02, 0x16, 0x4e, 0x41, 0xa7, 0x13, 0xd2, 0xb1, 0xcc, 0x82, + 0xf4, 0x85, 0x4d, 0xc8, 0x5a, 0xbd, 0x86, 0x29, 0x0c, 0xfd, 0x1f, 0x8e, 0x83, 0x12, 0xf8, 0x0d, + 0x7d, 0x0c, 0x2e, 0x19, 0xb6, 0xed, 0xde, 0x5b, 0xf3, 0xac, 0x1d, 0xcb, 0x26, 0x2d, 0x62, 0x4a, + 0x66, 0xca, 0x17, 0x66, 0x64, 0x4c, 0x60, 0x5a, 0xc8, 0x6b, 0x84, 0xf3, 0xfb, 0xa3, 0xd7, 0x35, + 0x38, 0xdb, 0x4c, 0x06, 0xdb, 0x1a, 0xc4, 0xd0, 0x24, 0x15, 0xb9, 0x8b, 0x9f, 0xa7, 0x54, 0x31, + 0x4e, 0xa3, 0x45, 0x3f, 0xad, 0x71, 0xa5, 0x9c, 0x7c, 0x26, 0x11, 0x6b, 0x76, 0xf3, 0x98, 0x1e, + 0x14, 0x23, 0xed, 0x5e, 0xf4, 0x76, 0x15, 0x47, 0x88, 0xde, 0xd0, 0xe0, 0xc2, 0x76, 0xd6, 0x5b, + 0x82, 0x58, 0xd9, 0x3b, 0x45, 0x87, 0x92, 0xf3, 0x38, 0xc1, 0xd9, 0xd9, 0xcc, 0x06, 0x38, 0x7b, + 0x20, 0x72, 0x96, 0xa4, 0x7a, 0x55, 0x10, 0x81, 0xc2, 0xb3, 0x94, 0xd0, 0xd3, 0x46, 0xb3, 0x24, + 0x2b, 0x70, 0x1c, 0x21, 0xea, 0xc0, 0xf8, 0x76, 0xa8, 0xd3, 0x16, 0x7a, 0xac, 0x6a, 0x51, 0xec, + 0x8a, 0x62, 0x9c, 0x1b, 0xd2, 0xc8, 0x42, 0x1c, 0x21, 0x41, 0x5b, 0x30, 0xb6, 0xcd, 0x09, 0x91, + 0xd0, 0x3f, 0x2d, 0x0c, 0x2c, 0x1f, 0x73, 0x35, 0x88, 0x28, 0xc2, 0x21, 0x78, 0xd5, 0x8a, 0xb6, + 0x7c, 0x80, 0x73, 0xc7, 0xd7, 0x34, 0xb8, 0xb0, 0x43, 0xbc, 0xc0, 0x6a, 0x26, 0x5f, 0x72, 0xc6, + 0x8b, 0xcb, 0xf0, 0xcf, 0x65, 0x01, 0xe4, 0xdb, 0x24, 0xb3, 0x0a, 0x67, 0x0f, 0x81, 0x4a, 0xf4, + 0x5c, 0x21, 0xdf, 0x08, 0x8c, 0xc0, 0x6a, 0xae, 0xbb, 0xdb, 0xc4, 0x89, 0xf2, 0x93, 0x30, 0x4d, + 0x50, 0x99, 0x4b, 0xf4, 0x4b, 0xf9, 0xcd, 0x70, 0x3f, 0x18, 0xfa, 0x0f, 0x35, 0x48, 0xa9, 0x95, + 0xd1, 0xcf, 0x6b, 0x30, 0xb9, 0x49, 0x8c, 0xa0, 0xeb, 0x91, 0x9b, 0x46, 0x20, 0x3d, 0xce, 0x9f, + 0x3b, 0x0e, 0x6d, 0xf6, 0xfc, 0x0d, 0x05, 0x30, 0x37, 0x08, 0x90, 0x41, 0x23, 0xd5, 0x2a, 0x1c, + 0x1b, 0xc1, 0xdc, 0x33, 0x70, 0x36, 0xd5, 0xf1, 0x48, 0x2f, 0x8c, 0xff, 0x4a, 0x83, 0xac, 0x94, + 0x3a, 0xe8, 0x25, 0x18, 0x31, 0x4c, 0x53, 0xc6, 0xc8, 0x7f, 0xaa, 0x98, 0x6d, 0x8a, 0xa9, 0x3a, + 0xf6, 0xb3, 0x9f, 0x98, 0x83, 0x45, 0x37, 0x00, 0x19, 0xb1, 0x17, 0xee, 0x95, 0xc8, 0x5d, 0x95, + 0xbd, 0x84, 0x2d, 0xa4, 0x6a, 0x71, 0x46, 0x0f, 0xfd, 0x67, 0x34, 0x40, 0xe9, 0x30, 0xa3, 0xc8, + 0x83, 0xb2, 0xd8, 0xca, 0xe1, 0x2a, 0xd5, 0x0a, 0xba, 0x94, 0xc4, 0xfc, 0xa3, 0x22, 0x43, 0x27, + 0x51, 0xe0, 0x63, 0x89, 0x47, 0xff, 0x4b, 0x0d, 0xa2, 0x38, 0xda, 0xe8, 0x3d, 0x30, 0x61, 0x12, + 0xbf, 0xe9, 0x59, 0x9d, 0x20, 0xf2, 0xa6, 0x92, 0x5e, 0x19, 0xb5, 0xa8, 0x0a, 0xab, 0xed, 0x90, + 0x0e, 0xa3, 0x81, 0xe1, 0x6f, 0xd7, 0x6b, 0x42, 0xa8, 0x64, 0x2c, 0xc0, 0x3a, 0x2b, 0xc1, 0xa2, + 0x26, 0x0a, 0x19, 0x36, 0x74, 0x88, 0x90, 0x61, 0x68, 0xf3, 0x18, 0xe2, 0xa3, 0xa1, 0x83, 0x63, + 0xa3, 0xe9, 0xbf, 0x5a, 0x82, 0x33, 0xb4, 0xc9, 0x8a, 0x61, 0x39, 0x01, 0x71, 0x98, 0xef, 0x40, + 0xc1, 0x49, 0x68, 0xc1, 0x54, 0x10, 0xf3, 0x8d, 0x3b, 0xba, 0x67, 0x99, 0xb4, 0xa6, 0x89, 0x7b, + 0xc4, 0xc5, 0xe1, 0xa2, 0xa7, 0x42, 0xe7, 0x0d, 0x2e, 0x7e, 0x3f, 0x1c, 0x6e, 0x55, 0xe6, 0x91, + 0x71, 0x5f, 0x38, 0x1a, 0xca, 0xe0, 0xeb, 0x31, 0x3f, 0x8d, 0xf7, 0xc1, 0x94, 0x30, 0xa2, 0xe6, + 0xb1, 0xdf, 0x84, 0xf8, 0xcd, 0x6e, 0x98, 0x1b, 0x6a, 0x05, 0x8e, 0xb7, 0xd3, 0xbf, 0x53, 0x82, + 0x78, 0x88, 0xf7, 0xa2, 0xb3, 0x94, 0x0e, 0x7c, 0x57, 0x3a, 0xb1, 0xc0, 0x77, 0xef, 0x60, 0xf9, + 0x51, 0x78, 0x22, 0x2d, 0xfe, 0x44, 0xae, 0x66, 0x35, 0xe1, 0x69, 0xb0, 0x64, 0x8b, 0x68, 0x5a, + 0x87, 0x8f, 0x3c, 0xad, 0xef, 0x11, 0xd6, 0x95, 0x23, 0xb1, 0xf0, 0x83, 0xa1, 0x75, 0xe5, 0xd9, + 0x58, 0x47, 0xc5, 0xd5, 0xe4, 0x5b, 0x1a, 0x8c, 0x89, 0xd8, 0xba, 0x87, 0x70, 0x65, 0xda, 0x84, + 0x11, 0x26, 0xf2, 0x0c, 0xc2, 0x0d, 0x36, 0xb6, 0x5c, 0x37, 0x88, 0x45, 0x18, 0x66, 0xbe, 0x03, + 0xec, 0x5f, 0xcc, 0xc1, 0x33, 0x03, 0x3b, 0xaf, 0xb9, 0x65, 0x05, 0xa4, 0x19, 0x84, 0x71, 0x4b, + 0x43, 0x03, 0x3b, 0xa5, 0x1c, 0xc7, 0x5a, 0xe9, 0x5f, 0x1f, 0x86, 0xab, 0x02, 0x70, 0x8a, 0x45, + 0x92, 0x04, 0xae, 0x07, 0xe7, 0xc4, 0xda, 0xd6, 0x3c, 0xc3, 0x92, 0xa6, 0x07, 0xc5, 0x44, 0x5f, + 0x91, 0x2c, 0x2e, 0x05, 0x0e, 0x67, 0xe1, 0xe0, 0x11, 0x38, 0x59, 0xf1, 0x2d, 0x62, 0xd8, 0xc1, + 0x56, 0x88, 0xbb, 0x34, 0x48, 0x04, 0xce, 0x34, 0x3c, 0x9c, 0x89, 0x85, 0x99, 0x3e, 0x88, 0x8a, + 0xaa, 0x47, 0x0c, 0xd5, 0xee, 0x62, 0x00, 0xf3, 0xff, 0x95, 0x4c, 0x88, 0x38, 0x07, 0x13, 0xd3, + 0x21, 0x1a, 0xbb, 0x4c, 0x25, 0x81, 0x49, 0xe0, 0x59, 0x2c, 0x52, 0xb4, 0xd4, 0xa2, 0xaf, 0xc4, + 0xab, 0x70, 0xb2, 0x2d, 0xba, 0x0e, 0xd3, 0xcc, 0x94, 0x24, 0x0a, 0x75, 0x35, 0x12, 0x45, 0x53, + 0x58, 0x8d, 0xd5, 0xe0, 0x44, 0x4b, 0xfd, 0xd7, 0x34, 0x98, 0x54, 0xb7, 0xdd, 0x21, 0xfc, 0x9a, + 0xba, 0xca, 0x65, 0x38, 0x80, 0xcf, 0x8d, 0x8a, 0xf5, 0x30, 0xf7, 0xe1, 0x97, 0x86, 0xe0, 0x5c, + 0x46, 0x1f, 0x66, 0x18, 0x40, 0x12, 0x17, 0xeb, 0x20, 0x86, 0x01, 0xa9, 0x4b, 0x5a, 0x1a, 0x06, + 0x24, 0x6b, 0x70, 0x0a, 0x2f, 0x7a, 0x0e, 0x86, 0x9a, 0x9e, 0x25, 0xa6, 0xe5, 0x7d, 0x85, 0xc4, + 0x42, 0x5c, 0x5f, 0x9c, 0x10, 0x18, 0x87, 0xaa, 0xb8, 0x8e, 0x29, 0x40, 0x7a, 0x3d, 0xa8, 0x87, + 0x3a, 0xbc, 0xab, 0xd9, 0xf5, 0xa0, 0x9e, 0x7d, 0x1f, 0xc7, 0xdb, 0xa1, 0x17, 0x60, 0x56, 0xf0, + 0xeb, 0xa1, 0x27, 0xb3, 0xeb, 0xf8, 0x01, 0x3d, 0x7f, 0x81, 0x20, 0xa7, 0x0f, 0xee, 0xef, 0x55, + 0x66, 0x6f, 0xe7, 0xb4, 0xc1, 0xb9, 0xbd, 0xf5, 0x3f, 0x1f, 0x82, 0x09, 0x25, 0xfe, 0x38, 0x5a, + 0x19, 0x44, 0xd1, 0x11, 0x7d, 0x71, 0xa8, 0xec, 0x58, 0x81, 0xa1, 0x56, 0xa7, 0x5b, 0x50, 0xd3, + 0x21, 0xc1, 0xdd, 0xa4, 0xe0, 0x5a, 0x9d, 0x2e, 0x7a, 0x4e, 0xea, 0x4e, 0x8a, 0x69, 0x37, 0xa4, + 0xdf, 0x49, 0x42, 0x7f, 0x12, 0x1e, 0x97, 0xe1, 0xdc, 0xe3, 0xd2, 0x86, 0x31, 0x5f, 0x28, 0x56, + 0x46, 0x8a, 0xc7, 0x8e, 0x51, 0x66, 0x5a, 0x28, 0x52, 0xb8, 0x54, 0x16, 0xea, 0x59, 0x42, 0x1c, + 0x94, 0xe3, 0xeb, 0x32, 0x6f, 0x56, 0x26, 0x6e, 0x96, 0x39, 0xc7, 0x77, 0x97, 0x95, 0x60, 0x51, + 0x93, 0xba, 0x48, 0xc6, 0x0e, 0x75, 0x91, 0x7c, 0xa1, 0x04, 0x28, 0x3d, 0x0c, 0xf4, 0x30, 0x8c, + 0x30, 0x6f, 0x78, 0x41, 0x31, 0x24, 0x7f, 0xce, 0xfc, 0xa1, 0x31, 0xaf, 0x43, 0x0d, 0x11, 0x09, + 0xa3, 0xd8, 0x72, 0x32, 0xcb, 0x1a, 0x81, 0x4f, 0x09, 0x9b, 0x71, 0x35, 0xe6, 0x3a, 0x91, 0x75, + 0x33, 0xdf, 0x85, 0xb1, 0xb6, 0xe5, 0xb0, 0xe7, 0xbd, 0x62, 0xfa, 0x26, 0x6e, 0x00, 0xc0, 0x41, + 0xe0, 0x10, 0x96, 0xfe, 0xfd, 0x12, 0xdd, 0xfa, 0x11, 0x5f, 0xda, 0x03, 0x30, 0xba, 0x81, 0xcb, + 0x19, 0x1c, 0x71, 0x02, 0xea, 0xc5, 0x56, 0x59, 0x02, 0x5d, 0x90, 0x00, 0xf9, 0xc3, 0x54, 0xf4, + 0x1b, 0x2b, 0xc8, 0x28, 0xea, 0xc0, 0x6a, 0x93, 0xe7, 0x2d, 0xc7, 0x74, 0xef, 0x89, 0xe9, 0x1d, + 0x14, 0xf5, 0xba, 0x04, 0xc8, 0x51, 0x47, 0xbf, 0xb1, 0x82, 0x8c, 0x92, 0x16, 0x26, 0xde, 0x3a, + 0x2c, 0x21, 0x84, 0x18, 0x9b, 0x6b, 0xdb, 0xe1, 0xdd, 0x59, 0xe6, 0xa4, 0xa5, 0x9a, 0xd3, 0x06, + 0xe7, 0xf6, 0xd6, 0x7f, 0x5d, 0x83, 0x0b, 0x99, 0x53, 0x81, 0x6e, 0xc2, 0xd9, 0xc8, 0x18, 0x4b, + 0x25, 0xf6, 0xe5, 0x28, 0x11, 0xc9, 0xed, 0x64, 0x03, 0x9c, 0xee, 0xc3, 0xb3, 0xdd, 0xa6, 0x2e, + 0x13, 0x61, 0xc9, 0xa5, 0x32, 0x30, 0x6a, 0x35, 0xce, 0xea, 0xa3, 0x7f, 0x2c, 0x36, 0xd8, 0x68, + 0xb2, 0xe8, 0xc9, 0xd8, 0x20, 0x2d, 0xe9, 0xba, 0x26, 0x4f, 0xc6, 0x22, 0x2d, 0xc4, 0xbc, 0x0e, + 0x3d, 0xa4, 0x3a, 0x84, 0x4a, 0xba, 0x15, 0x3a, 0x85, 0xea, 0x3f, 0x05, 0x0f, 0xe4, 0xbc, 0x57, + 0xa2, 0x1a, 0x4c, 0xfa, 0xf7, 0x8c, 0xce, 0x22, 0xd9, 0x32, 0x76, 0x2c, 0x11, 0x60, 0x80, 0x1b, + 0xd9, 0x4d, 0x36, 0x94, 0xf2, 0xfb, 0x89, 0xdf, 0x38, 0xd6, 0x4b, 0x0f, 0x00, 0x84, 0x31, 0xa6, + 0xe5, 0xb4, 0xd0, 0x26, 0x94, 0x0d, 0x91, 0x6c, 0x55, 0xec, 0xe3, 0x0f, 0x16, 0x12, 0xd5, 0x05, + 0x0c, 0x6e, 0x25, 0x1e, 0xfe, 0xc2, 0x12, 0xb6, 0xfe, 0x8f, 0x35, 0xb8, 0x98, 0xed, 0x52, 0x7e, + 0x08, 0x06, 0xa4, 0x0d, 0x13, 0x5e, 0xd4, 0x4d, 0x6c, 0xfa, 0xf7, 0xaa, 0x31, 0x45, 0x95, 0x20, + 0x5a, 0x94, 0x39, 0xab, 0x7a, 0xae, 0x1f, 0xae, 0x7c, 0x32, 0xcc, 0xa8, 0x14, 0x8c, 0x94, 0x91, + 0x60, 0x15, 0xbe, 0xfe, 0x3b, 0x25, 0x80, 0x55, 0x12, 0xdc, 0x73, 0xbd, 0x6d, 0x3a, 0x45, 0x0f, + 0xc6, 0xe4, 0x81, 0xf2, 0x8f, 0x2e, 0xac, 0xc1, 0x83, 0x30, 0xdc, 0x71, 0x4d, 0x5f, 0x90, 0x3f, + 0x36, 0x10, 0x66, 0xa7, 0xc4, 0x4a, 0x51, 0x05, 0x46, 0xd8, 0xf3, 0x84, 0xb8, 0x99, 0x98, 0x34, + 0x41, 0x79, 0x41, 0x1f, 0xf3, 0x72, 0x9e, 0x42, 0x8b, 0x79, 0x5e, 0xf8, 0x42, 0x3c, 0x12, 0x29, + 0xb4, 0x78, 0x19, 0x96, 0xb5, 0xe8, 0x3a, 0x80, 0xd5, 0xb9, 0x61, 0xb4, 0x2d, 0x9b, 0x72, 0xa6, + 0xa3, 0x32, 0x63, 0x2b, 0xd4, 0xd7, 0xc2, 0xd2, 0xfb, 0x7b, 0x95, 0xb2, 0xf8, 0xd5, 0xc3, 0x4a, + 0x6b, 0xfd, 0x33, 0xc3, 0x10, 0xcb, 0x6e, 0x1c, 0x69, 0x82, 0xb4, 0x93, 0xd1, 0x04, 0xbd, 0x00, + 0xb3, 0xb6, 0x6b, 0x98, 0x8b, 0x86, 0x4d, 0x4f, 0xa3, 0xd7, 0xe0, 0xcb, 0x68, 0x38, 0x2d, 0x99, + 0xc2, 0x96, 0x51, 0xa5, 0xe5, 0x9c, 0x36, 0x38, 0xb7, 0x37, 0x0a, 0x64, 0x4e, 0xe5, 0xa1, 0xe2, + 0x4e, 0x8a, 0xea, 0x5c, 0xcc, 0xab, 0xfe, 0x3a, 0x92, 0xc1, 0x48, 0xa4, 0x5d, 0xfe, 0xbc, 0x06, + 0x17, 0xc8, 0x2e, 0xf7, 0x57, 0x5b, 0xf7, 0x8c, 0xcd, 0x4d, 0xab, 0x29, 0xac, 0x47, 0xf9, 0xc2, + 0xae, 0xed, 0xef, 0x55, 0x2e, 0x2c, 0x65, 0x35, 0xb8, 0xbf, 0x57, 0x79, 0x57, 0xa6, 0xfb, 0x20, + 0x5b, 0xd6, 0xcc, 0x2e, 0x6c, 0x23, 0x67, 0xa3, 0x9b, 0x7b, 0x0a, 0x26, 0x8e, 0xe0, 0x77, 0x10, + 0x73, 0x14, 0xfc, 0xdd, 0x12, 0x4c, 0xd2, 0xbd, 0xb7, 0xec, 0x36, 0x0d, 0xbb, 0xb6, 0xda, 0x38, + 0x42, 0x5e, 0x70, 0xb4, 0x0c, 0xe7, 0x37, 0x5d, 0xaf, 0x49, 0xd6, 0xab, 0x6b, 0xeb, 0xae, 0x78, + 0x1c, 0xa9, 0xad, 0x36, 0x04, 0xa5, 0x66, 0xe2, 0xde, 0x8d, 0x8c, 0x7a, 0x9c, 0xd9, 0x0b, 0xdd, + 0x81, 0x0b, 0x51, 0xf9, 0xdd, 0x0e, 0x37, 0x39, 0xa1, 0xe0, 0x86, 0x22, 0x93, 0x99, 0x1b, 0x59, + 0x0d, 0x70, 0x76, 0x3f, 0x64, 0xc0, 0x65, 0x11, 0x3d, 0xe4, 0x86, 0xeb, 0xdd, 0x33, 0x3c, 0x33, + 0x0e, 0x76, 0x38, 0x52, 0x1e, 0xd7, 0xf2, 0x9b, 0xe1, 0x7e, 0x30, 0xf4, 0x5f, 0x1c, 0x05, 0xc5, + 0xb1, 0xec, 0x08, 0x89, 0x97, 0x7e, 0x45, 0x83, 0xf3, 0x4d, 0xdb, 0x22, 0x4e, 0x90, 0xf0, 0x22, + 0xe2, 0x24, 0xe9, 0x6e, 0x21, 0x8f, 0xb7, 0x0e, 0x71, 0xea, 0x35, 0x61, 0xa1, 0x53, 0xcd, 0x00, + 0x2e, 0xac, 0x98, 0x32, 0x6a, 0x70, 0xe6, 0x60, 0xd8, 0xf7, 0xb0, 0xf2, 0x7a, 0x4d, 0x0d, 0x7b, + 0x50, 0x15, 0x65, 0x58, 0xd6, 0xa2, 0x27, 0x60, 0xa2, 0xe5, 0xb9, 0xdd, 0x8e, 0x5f, 0x65, 0x66, + 0xc1, 0x7c, 0xff, 0x33, 0xde, 0xf0, 0x66, 0x54, 0x8c, 0xd5, 0x36, 0x94, 0xd3, 0xe5, 0x3f, 0xd7, + 0x3c, 0xb2, 0x69, 0xed, 0x0a, 0x42, 0xc7, 0x38, 0xdd, 0x9b, 0x4a, 0x39, 0x8e, 0xb5, 0x62, 0x9e, + 0xcb, 0xbe, 0xdf, 0x25, 0xde, 0x5d, 0xbc, 0x2c, 0x32, 0x2e, 0x70, 0xcf, 0xe5, 0xb0, 0x10, 0x47, + 0xf5, 0xe8, 0xcb, 0x1a, 0x4c, 0x7b, 0xe4, 0x95, 0xae, 0xe5, 0x11, 0x93, 0x21, 0xf5, 0x85, 0x77, + 0x1f, 0x1e, 0xcc, 0xa3, 0x70, 0x1e, 0xc7, 0x80, 0x72, 0x2a, 0x21, 0x15, 0x6c, 0xf1, 0x4a, 0x9c, + 0x18, 0x01, 0x9d, 0x2a, 0xdf, 0x6a, 0x39, 0x96, 0xd3, 0x5a, 0xb0, 0x5b, 0xfe, 0x6c, 0x99, 0x11, + 0x3e, 0xce, 0x46, 0x47, 0xc5, 0x58, 0x6d, 0x43, 0x45, 0xcc, 0xae, 0x4f, 0xcf, 0x7d, 0x9b, 0xf0, + 0xf9, 0x1d, 0x8f, 0x34, 0x90, 0x77, 0xd5, 0x0a, 0x1c, 0x6f, 0x87, 0xae, 0xc3, 0x74, 0x58, 0x20, + 0x66, 0x19, 0x78, 0xbc, 0x3b, 0x3a, 0xce, 0xbb, 0xb1, 0x1a, 0x9c, 0x68, 0x39, 0xb7, 0x00, 0xe7, + 0x32, 0x3e, 0xf3, 0x48, 0xc4, 0xe5, 0xd7, 0x4a, 0xf0, 0xd6, 0x03, 0x77, 0x25, 0xfa, 0x07, 0x1a, + 0x4c, 0x90, 0xdd, 0xc0, 0x33, 0xa4, 0xe7, 0x00, 0x5d, 0xa2, 0xcd, 0x13, 0x39, 0x02, 0xf3, 0x4b, + 0x11, 0x22, 0xbe, 0x6c, 0x92, 0xc9, 0x50, 0x6a, 0xb0, 0x3a, 0x1e, 0x2a, 0xb6, 0xf1, 0x68, 0x88, + 0xaa, 0xa2, 0x5e, 0xa4, 0xb2, 0x15, 0x35, 0x73, 0x1f, 0x82, 0x99, 0x24, 0xe4, 0x23, 0xcd, 0xd4, + 0x6f, 0x97, 0x60, 0x6c, 0xcd, 0x73, 0x29, 0xff, 0x73, 0x0a, 0xee, 0xff, 0x46, 0x2c, 0x42, 0x78, + 0x21, 0x8f, 0x5e, 0x31, 0xd8, 0xdc, 0xec, 0x04, 0x56, 0x22, 0x3b, 0xc1, 0xc2, 0x20, 0x48, 0xfa, + 0xa7, 0x23, 0xf8, 0x23, 0x0d, 0x26, 0x44, 0xcb, 0x53, 0x70, 0x72, 0xff, 0x78, 0xdc, 0xc9, 0xfd, + 0x03, 0x03, 0x7c, 0x57, 0x8e, 0x77, 0xfb, 0xd7, 0x34, 0x98, 0x12, 0x2d, 0x56, 0x48, 0x7b, 0x83, + 0x78, 0xe8, 0x06, 0x8c, 0xf9, 0x5d, 0xb6, 0x90, 0xe2, 0x83, 0x2e, 0xab, 0x1c, 0xb5, 0xb7, 0x61, + 0x34, 0x59, 0x3e, 0x66, 0xde, 0x44, 0x89, 0xf9, 0xcf, 0x0b, 0x70, 0xd8, 0x99, 0xf2, 0xef, 0x9e, + 0x6b, 0xa7, 0xc2, 0x1e, 0x61, 0xd7, 0x26, 0x98, 0xd5, 0x50, 0xd6, 0x94, 0xfe, 0x0d, 0x95, 0x58, + 0x8c, 0x35, 0xa5, 0xd5, 0x3e, 0xe6, 0xe5, 0xfa, 0xe7, 0x86, 0xe5, 0x64, 0xb3, 0xb8, 0xdc, 0xb7, + 0x60, 0xbc, 0xe9, 0x11, 0x23, 0x20, 0xe6, 0x62, 0xef, 0x30, 0x83, 0x63, 0xc4, 0xba, 0x1a, 0xf6, + 0xc0, 0x51, 0x67, 0x4a, 0x17, 0xd5, 0xb7, 0x91, 0x52, 0x74, 0x85, 0xe4, 0xbe, 0x8b, 0x7c, 0x10, + 0x46, 0xdc, 0x7b, 0x8e, 0x34, 0xb1, 0xe8, 0x8b, 0x98, 0x7d, 0xca, 0x1d, 0xda, 0x1a, 0xf3, 0x4e, + 0x6a, 0xd8, 0xaf, 0xe1, 0x3e, 0x61, 0xbf, 0x6c, 0x18, 0x6b, 0xb3, 0x65, 0x18, 0x28, 0x04, 0x7c, + 0x6c, 0x41, 0xd5, 0x24, 0x41, 0x0c, 0x32, 0x0e, 0x51, 0xd0, 0xfb, 0x8d, 0xd2, 0x60, 0xbf, 0x63, + 0x34, 0x89, 0x7a, 0xbf, 0xad, 0x86, 0x85, 0x38, 0xaa, 0x47, 0xbd, 0x78, 0x3c, 0xb9, 0xb1, 0xe2, + 0x3a, 0x2c, 0x31, 0x3c, 0x25, 0x84, 0x1c, 0x9f, 0xfa, 0xdc, 0x98, 0x72, 0x3f, 0x3b, 0x2c, 0x37, + 0xa9, 0xc8, 0xe8, 0x90, 0x9d, 0x43, 0x58, 0x2b, 0x94, 0x43, 0xf8, 0x5d, 0x61, 0xdc, 0xd3, 0x52, + 0x2c, 0xa1, 0x95, 0x8c, 0x7b, 0x3a, 0x29, 0x50, 0xc7, 0x62, 0x9d, 0x76, 0xe1, 0x9c, 0x1f, 0x18, + 0x36, 0x69, 0x58, 0x42, 0xd6, 0xf7, 0x03, 0xa3, 0xdd, 0x29, 0x10, 0x78, 0x94, 0xdb, 0xd9, 0xa7, + 0x41, 0xe1, 0x2c, 0xf8, 0xe8, 0xb3, 0x1a, 0xcc, 0xb2, 0xf2, 0x85, 0x6e, 0xe0, 0xf2, 0x08, 0xd9, + 0x11, 0xf2, 0xa3, 0x3f, 0xc0, 0x32, 0x11, 0xa8, 0x91, 0x03, 0x0f, 0xe7, 0x62, 0x42, 0xaf, 0xc1, + 0x05, 0xdb, 0xf0, 0x83, 0x85, 0x66, 0x60, 0xed, 0x58, 0x41, 0x2f, 0x1a, 0xc2, 0xd1, 0xa3, 0x8d, + 0x32, 0x56, 0x7b, 0x39, 0x0b, 0x18, 0xce, 0xc6, 0xa1, 0xff, 0x85, 0x06, 0x28, 0xbd, 0x85, 0x90, + 0x0d, 0x65, 0x33, 0x34, 0x7c, 0xd7, 0x8e, 0x25, 0xd8, 0xa1, 0xa4, 0xcc, 0xd2, 0x5e, 0x5e, 0x62, + 0x40, 0x2e, 0x8c, 0xdf, 0xdb, 0xb2, 0x02, 0x62, 0x5b, 0x7e, 0x70, 0x4c, 0xb1, 0x15, 0x65, 0xa0, + 0xb1, 0xe7, 0x43, 0xc0, 0x38, 0xc2, 0xa1, 0xff, 0xdc, 0x30, 0x94, 0x65, 0xa8, 0xe7, 0x83, 0xdf, + 0x22, 0xbb, 0x80, 0x9a, 0x4a, 0xba, 0xac, 0x41, 0x74, 0x10, 0xcc, 0x6e, 0xa2, 0x9a, 0x02, 0x86, + 0x33, 0x10, 0xa0, 0xd7, 0xe0, 0xbc, 0xe5, 0x6c, 0x7a, 0x86, 0x1f, 0x78, 0x5d, 0xa6, 0x2d, 0x1e, + 0x24, 0xeb, 0x14, 0x93, 0x20, 0xea, 0x19, 0xe0, 0x70, 0x26, 0x12, 0x44, 0x60, 0x8c, 0x47, 0xb4, + 0x0f, 0xc3, 0xde, 0x15, 0xca, 0x3f, 0xca, 0x23, 0xe5, 0x47, 0x54, 0x93, 0xff, 0xf6, 0x71, 0x08, + 0x9b, 0x87, 0xa4, 0xe0, 0xff, 0x87, 0xef, 0xa6, 0x62, 0xdf, 0x57, 0x8b, 0xe3, 0x8b, 0x52, 0xd9, + 0xf2, 0x90, 0x14, 0xf1, 0x42, 0x9c, 0x44, 0xa8, 0xff, 0x81, 0x06, 0x23, 0xdc, 0xa1, 0xf4, 0xe4, + 0x39, 0xb8, 0x9f, 0x8a, 0x71, 0x70, 0x85, 0x12, 0xe7, 0xb0, 0xa1, 0xe6, 0xa6, 0x74, 0xf9, 0x96, + 0x06, 0xe3, 0xac, 0xc5, 0x29, 0xb0, 0x54, 0x2f, 0xc5, 0x59, 0xaa, 0xa7, 0x0a, 0x7f, 0x4d, 0x0e, + 0x43, 0xf5, 0x07, 0x43, 0xe2, 0x5b, 0x18, 0xc7, 0x52, 0x87, 0x73, 0xc2, 0x6a, 0x73, 0xd9, 0xda, + 0x24, 0x74, 0x8b, 0xd7, 0x8c, 0x1e, 0x7f, 0x22, 0x19, 0x11, 0x3e, 0x43, 0xe9, 0x6a, 0x9c, 0xd5, + 0x07, 0xfd, 0xae, 0x46, 0x79, 0x83, 0xc0, 0xb3, 0x9a, 0x03, 0xe5, 0x49, 0x91, 0x63, 0x9b, 0x5f, + 0xe1, 0xc0, 0xb8, 0x64, 0x72, 0x37, 0x62, 0x12, 0x58, 0xe9, 0xfd, 0xbd, 0x4a, 0x25, 0x43, 0x69, + 0x14, 0xe5, 0x4c, 0xf0, 0x83, 0xcf, 0xfc, 0x49, 0xdf, 0x26, 0x4c, 0x51, 0x1b, 0x8e, 0x18, 0xdd, + 0x82, 0x11, 0xbf, 0xe9, 0x76, 0xc8, 0x51, 0x32, 0x3f, 0xc9, 0x09, 0x6e, 0xd0, 0x9e, 0x98, 0x03, + 0x98, 0x7b, 0x19, 0x26, 0xd5, 0x91, 0x67, 0x48, 0x3e, 0x35, 0x55, 0xf2, 0x39, 0xf2, 0x5b, 0x8f, + 0x2a, 0x29, 0xfd, 0x5e, 0x09, 0x46, 0x79, 0xfe, 0xe1, 0x43, 0xa8, 0xa3, 0xad, 0x30, 0x38, 0xfd, + 0x00, 0x69, 0xd5, 0xd5, 0x48, 0x8e, 0x2f, 0xba, 0x8e, 0x32, 0x07, 0x6a, 0x7c, 0x7a, 0xe4, 0xc8, + 0xf8, 0x9e, 0x43, 0xc5, 0xb3, 0xd3, 0xf0, 0x0f, 0x3b, 0xe9, 0x88, 0x9e, 0x7f, 0xac, 0xc1, 0x64, + 0x2c, 0x60, 0x6a, 0x1b, 0x86, 0x3c, 0x99, 0xb7, 0xac, 0xa8, 0xb6, 0x3e, 0xb4, 0xfd, 0xb9, 0xdc, + 0xa7, 0x11, 0xa6, 0x78, 0x64, 0x6c, 0xd5, 0xd2, 0x31, 0xc5, 0x56, 0xd5, 0xbf, 0xa2, 0xc1, 0xc5, + 0xf0, 0x83, 0xe2, 0x91, 0x83, 0xd0, 0xa3, 0x50, 0x36, 0x3a, 0x16, 0x53, 0x28, 0xa9, 0x2a, 0xb9, + 0x85, 0xb5, 0x3a, 0x2b, 0xc3, 0xb2, 0x16, 0xbd, 0x03, 0xca, 0xe1, 0xc6, 0x13, 0x6c, 0xa7, 0xa4, + 0x59, 0xf2, 0xfd, 0x41, 0xb6, 0x40, 0x6f, 0x53, 0xf2, 0x07, 0x8c, 0x44, 0x7c, 0x82, 0x44, 0xcc, + 0xdf, 0x41, 0xf5, 0xf7, 0xc2, 0x78, 0xa3, 0x71, 0x6b, 0xa1, 0xd9, 0x24, 0xbe, 0x7f, 0x04, 0xd5, + 0xaa, 0xfe, 0xc5, 0x21, 0x98, 0x12, 0x21, 0xd0, 0x2c, 0xc7, 0xb4, 0x9c, 0xd6, 0x29, 0xdc, 0x29, + 0xeb, 0x30, 0xce, 0xb5, 0x19, 0x07, 0xe4, 0x98, 0x6b, 0x84, 0x8d, 0x92, 0x81, 0x86, 0x65, 0x05, + 0x8e, 0x00, 0xa1, 0xdb, 0x30, 0xfa, 0x0a, 0xa5, 0x6f, 0xe1, 0xb9, 0x38, 0x14, 0x99, 0x91, 0x9b, + 0x9e, 0x91, 0x46, 0x1f, 0x0b, 0x10, 0xc8, 0x67, 0xc6, 0x69, 0x8c, 0xe1, 0x1a, 0x24, 0xc6, 0x42, + 0x6c, 0x66, 0x65, 0xf6, 0x90, 0x49, 0x61, 0xe3, 0xc6, 0x7e, 0x61, 0x89, 0x88, 0x45, 0x49, 0x8f, + 0xf5, 0x78, 0x93, 0x44, 0x49, 0x8f, 0x8d, 0x39, 0xe7, 0x6a, 0x7c, 0x0a, 0x2e, 0x64, 0x4e, 0xc6, + 0xc1, 0xec, 0xac, 0xfe, 0xcf, 0x4a, 0x30, 0xdc, 0x20, 0xc4, 0x3c, 0x85, 0x9d, 0xf9, 0x52, 0x8c, + 0xdb, 0xf9, 0x60, 0xe1, 0x38, 0xed, 0x79, 0xca, 0xaa, 0xcd, 0x84, 0xb2, 0xea, 0x43, 0x85, 0x31, + 0xf4, 0xd7, 0x54, 0xfd, 0x52, 0x09, 0x80, 0x36, 0x5b, 0x34, 0x9a, 0xdb, 0x9c, 0xe2, 0xc8, 0xdd, + 0xac, 0xc5, 0x29, 0x4e, 0x7a, 0x1b, 0x9e, 0xe6, 0xf3, 0xa5, 0x0e, 0xa3, 0x3c, 0xb3, 0xbf, 0xd0, + 0xfa, 0x03, 0x4f, 0x7c, 0x4c, 0x4b, 0xb0, 0xa8, 0x89, 0x53, 0x8b, 0xe1, 0x63, 0xa2, 0x16, 0xfa, + 0x2e, 0xb0, 0x4c, 0x95, 0xb5, 0xd5, 0x06, 0x6a, 0x2b, 0xb3, 0x53, 0x2a, 0xce, 0xcb, 0x0b, 0x70, + 0x07, 0x9e, 0xf2, 0x2f, 0x6a, 0x70, 0x26, 0xd1, 0xf6, 0x10, 0x32, 0xdd, 0x89, 0xd0, 0x4c, 0xfd, + 0xf7, 0x35, 0x28, 0xd3, 0xb1, 0x9c, 0x02, 0xa1, 0xf9, 0x5b, 0x71, 0x42, 0xf3, 0xfe, 0xa2, 0x53, + 0x9c, 0x43, 0x5f, 0xfe, 0xac, 0x04, 0x2c, 0x21, 0x82, 0x78, 0xa4, 0x57, 0xde, 0xbe, 0xb5, 0x9c, + 0xb7, 0xef, 0xab, 0xe2, 0xe9, 0x3c, 0xa1, 0xa3, 0x54, 0x9e, 0xcf, 0xdf, 0xa1, 0xbc, 0x8e, 0x0f, + 0xc5, 0x8f, 0x4d, 0xc6, 0x0b, 0xf9, 0xab, 0x30, 0xe5, 0x6f, 0xb9, 0x6e, 0x20, 0x3d, 0xf0, 0x87, + 0x8b, 0xeb, 0xa3, 0x99, 0x25, 0x70, 0xf8, 0x29, 0xfc, 0xf9, 0xa5, 0xa1, 0xc2, 0xc6, 0x71, 0x54, + 0x68, 0x1e, 0x60, 0xc3, 0x76, 0x9b, 0xdb, 0xd5, 0x7a, 0x0d, 0x87, 0x96, 0x9f, 0xcc, 0x6c, 0x67, + 0x51, 0x96, 0x62, 0xa5, 0xc5, 0x40, 0xaf, 0xf9, 0x7f, 0xaa, 0xf1, 0x99, 0x3e, 0xc2, 0xe6, 0x3d, + 0x45, 0x8a, 0xf2, 0xf6, 0x04, 0x45, 0x51, 0xd2, 0xa9, 0xc7, 0xa8, 0x4a, 0x25, 0x64, 0xd8, 0x87, + 0x23, 0xfd, 0x73, 0x2c, 0x0d, 0xd4, 0x6f, 0x8b, 0xcf, 0x94, 0x39, 0x35, 0x3a, 0x30, 0x65, 0xab, + 0xa9, 0x3d, 0xc5, 0x19, 0x29, 0x94, 0x15, 0x54, 0xba, 0x12, 0xc4, 0x8a, 0x71, 0x1c, 0x01, 0x7a, + 0x1f, 0x4c, 0x85, 0x5f, 0x47, 0x27, 0x33, 0xb4, 0x5d, 0x60, 0xdb, 0x61, 0x4d, 0xad, 0xc0, 0xf1, + 0x76, 0xfa, 0xdf, 0x1f, 0x86, 0x87, 0xf8, 0xd8, 0x99, 0xc6, 0xa0, 0x46, 0x3a, 0xc4, 0x31, 0x89, + 0xd3, 0xec, 0x31, 0x9e, 0xd5, 0x74, 0x5b, 0xe8, 0xef, 0x68, 0x50, 0x26, 0x8e, 0xd9, 0x71, 0x2d, + 0x27, 0x54, 0xf5, 0x7f, 0xb4, 0x78, 0x56, 0x92, 0x1c, 0x2c, 0x4b, 0x02, 0x81, 0x88, 0x13, 0x29, + 0x7e, 0x61, 0x89, 0x18, 0xdd, 0x83, 0x91, 0x8e, 0xe7, 0x6e, 0x84, 0xc2, 0xda, 0x73, 0xc7, 0x3e, + 0x82, 0x35, 0x0a, 0x9d, 0x2f, 0x2e, 0xfb, 0x17, 0x73, 0x7c, 0xe8, 0x35, 0x18, 0xbd, 0x47, 0x88, + 0x29, 0x15, 0xfa, 0xcf, 0x1f, 0x3b, 0xe6, 0xe7, 0x19, 0x78, 0x7e, 0xa1, 0xf1, 0xff, 0xb1, 0x40, + 0x49, 0x91, 0xb3, 0x51, 0x84, 0x9c, 0xe5, 0xf3, 0x27, 0xf3, 0xd9, 0x02, 0x39, 0xff, 0x1f, 0x0b, + 0x94, 0x3a, 0x86, 0xb7, 0x1d, 0x6a, 0xcd, 0x8e, 0x22, 0x43, 0xdc, 0x01, 0xfd, 0xe0, 0xe1, 0x1c, + 0x05, 0xe0, 0x1a, 0x3c, 0x7c, 0x88, 0xef, 0x3b, 0x4e, 0x88, 0x7c, 0x89, 0x8e, 0x02, 0xf1, 0x59, + 0x78, 0x44, 0x81, 0xb8, 0xb4, 0x4b, 0x05, 0xaf, 0xaa, 0xd1, 0x31, 0x9a, 0x56, 0xd0, 0xe3, 0x8e, + 0xdf, 0xfc, 0x85, 0xe1, 0x08, 0x20, 0xbf, 0x30, 0x0c, 0x15, 0x05, 0x66, 0xcc, 0x3c, 0x29, 0xbc, + 0x65, 0xbe, 0xae, 0xc1, 0x84, 0xe1, 0x38, 0x22, 0x05, 0x5b, 0xa8, 0xed, 0x36, 0x07, 0xdc, 0x42, + 0x59, 0xa8, 0xe6, 0x17, 0x22, 0x34, 0x89, 0x17, 0x6c, 0xa5, 0x06, 0xab, 0xa3, 0xe9, 0x63, 0xa8, + 0x54, 0x3a, 0x55, 0x43, 0x25, 0xf4, 0xc9, 0x90, 0xbc, 0x73, 0x59, 0xf0, 0x85, 0x13, 0x98, 0x1f, + 0x76, 0x5b, 0x64, 0xeb, 0x68, 0xe6, 0x3e, 0x04, 0x33, 0xc9, 0xd9, 0x3b, 0x92, 0xe2, 0xe4, 0x5f, + 0x0c, 0xc5, 0x76, 0x57, 0x2e, 0xfa, 0x43, 0x68, 0xa6, 0xde, 0x48, 0x6c, 0x18, 0xce, 0x7e, 0x59, + 0x27, 0x35, 0x21, 0xc7, 0xbb, 0x6b, 0x86, 0x4e, 0xd7, 0xbc, 0x6d, 0xd0, 0x65, 0x5b, 0xa4, 0x42, + 0xae, 0x9c, 0x23, 0x25, 0x0f, 0xd8, 0x63, 0x30, 0xb6, 0x63, 0xf9, 0x56, 0x18, 0x49, 0x44, 0x21, + 0x02, 0xcf, 0xf1, 0x62, 0x1c, 0xd6, 0xeb, 0xcb, 0x31, 0x1a, 0xb0, 0xee, 0x76, 0x5c, 0xdb, 0x6d, + 0xf5, 0x16, 0xee, 0x19, 0x1e, 0xc1, 0x6e, 0x37, 0x10, 0xd0, 0x0e, 0x4b, 0x52, 0x56, 0xe0, 0xaa, + 0x02, 0x2d, 0xd3, 0x25, 0xfa, 0x28, 0xe0, 0xfe, 0x68, 0x2c, 0x64, 0x8a, 0x84, 0xcf, 0xd8, 0x6f, + 0x69, 0x70, 0x89, 0xe4, 0xd1, 0x3e, 0xc1, 0x58, 0x0c, 0x7a, 0xf8, 0x72, 0x69, 0xab, 0x88, 0x34, + 0x99, 0x57, 0x8d, 0xf3, 0x47, 0x86, 0x7a, 0xb1, 0x6c, 0x78, 0xa5, 0x41, 0x34, 0x3c, 0x19, 0xeb, + 0xdd, 0x2f, 0x17, 0x1e, 0xfa, 0x65, 0x0d, 0xce, 0xdb, 0x19, 0xc7, 0x47, 0x70, 0x03, 0x8d, 0x13, + 0x38, 0x99, 0xfc, 0x35, 0x2d, 0xab, 0x06, 0x67, 0x0e, 0x05, 0xfd, 0x6a, 0xae, 0xaf, 0xfe, 0x48, + 0xf1, 0xb4, 0xe4, 0x07, 0x6d, 0xc4, 0x02, 0x6e, 0xfb, 0x5f, 0xd5, 0x00, 0x99, 0xa9, 0xcb, 0x5c, + 0xd8, 0x27, 0x3c, 0x7b, 0xec, 0x7c, 0x15, 0x7f, 0x0e, 0x4d, 0x97, 0xe3, 0x8c, 0x41, 0xb0, 0x75, + 0x0e, 0x32, 0x8e, 0xaf, 0x08, 0xc2, 0x39, 0xe8, 0x3a, 0x67, 0x51, 0x06, 0xbe, 0xce, 0x59, 0x35, + 0x38, 0x73, 0x28, 0xfa, 0x57, 0xc6, 0xb8, 0xfc, 0xcf, 0xde, 0xab, 0x36, 0x60, 0x74, 0x83, 0xe9, + 0x8b, 0xc4, 0xb9, 0x2d, 0xac, 0x9c, 0xe2, 0x5a, 0x27, 0xce, 0x7e, 0xf2, 0xff, 0xb1, 0x80, 0x8c, + 0x5e, 0x84, 0x21, 0xd3, 0xf1, 0xc5, 0x81, 0xfb, 0xc0, 0x00, 0x6a, 0x96, 0xc8, 0x4d, 0xa2, 0xb6, + 0xda, 0xc0, 0x14, 0x28, 0x72, 0xa0, 0xec, 0x08, 0x91, 0x59, 0xb0, 0xf5, 0x85, 0x13, 0x2d, 0x4a, + 0xd1, 0x5b, 0x0a, 0xfc, 0x61, 0x09, 0x96, 0x38, 0x28, 0xbe, 0x84, 0x8e, 0xb8, 0x30, 0x3e, 0xa9, + 0x34, 0xea, 0xa7, 0x97, 0x5b, 0x53, 0x55, 0x40, 0x23, 0x87, 0x57, 0x01, 0x4d, 0xe5, 0xaa, 0xcc, + 0x09, 0x8c, 0x06, 0x86, 0xe5, 0x04, 0x5c, 0x05, 0x50, 0xf0, 0x79, 0x97, 0x8e, 0x7f, 0x9d, 0x42, + 0x89, 0x64, 0x6d, 0xf6, 0xd3, 0xc7, 0x02, 0x38, 0xdd, 0x58, 0x3b, 0x2c, 0xdd, 0xb1, 0x38, 0x98, + 0x85, 0x37, 0x16, 0x4f, 0x9a, 0xcc, 0x37, 0x16, 0xff, 0x1f, 0x0b, 0xc8, 0xe8, 0x65, 0x28, 0xfb, + 0xe1, 0x83, 0x7c, 0x79, 0xd0, 0x2c, 0x9b, 0xe2, 0x35, 0x5e, 0xf8, 0x42, 0x88, 0x67, 0x78, 0x09, + 0x1f, 0x6d, 0xc0, 0x98, 0xc5, 0xad, 0xf7, 0x45, 0xe8, 0x92, 0x0f, 0x0c, 0x90, 0x64, 0x2a, 0xcc, + 0x03, 0xce, 0x1d, 0xde, 0x43, 0xc0, 0xfa, 0xbf, 0x19, 0xe7, 0x1a, 0x5c, 0x61, 0xf3, 0xb4, 0x09, + 0xe5, 0x10, 0xdc, 0x20, 0x3e, 0x39, 0x61, 0x5a, 0x3f, 0xfe, 0x69, 0x32, 0xc9, 0x9f, 0x84, 0x8d, + 0xaa, 0x59, 0xbe, 0x55, 0x51, 0xb0, 0xf3, 0xc3, 0xf9, 0x55, 0xbd, 0xc2, 0xf2, 0x70, 0x85, 0x7e, + 0xc8, 0x43, 0xc5, 0xb7, 0x96, 0xf4, 0x51, 0x8e, 0xe5, 0xdf, 0x0a, 0xdd, 0x98, 0x15, 0x24, 0x39, + 0x36, 0x61, 0xc3, 0x85, 0x6c, 0xc2, 0x9e, 0x86, 0x33, 0xe2, 0x0d, 0xbe, 0xce, 0x52, 0x5e, 0x07, + 0x3d, 0x61, 0x32, 0xce, 0xac, 0x33, 0xaa, 0xf1, 0x2a, 0x9c, 0x6c, 0x8b, 0x7e, 0x4f, 0x83, 0x72, + 0x53, 0xb0, 0x1c, 0xe2, 0x5c, 0x2d, 0x0f, 0xa6, 0xe6, 0x9f, 0x0f, 0x39, 0x18, 0xce, 0x50, 0x3f, + 0x17, 0xd2, 0x88, 0xb0, 0xf8, 0x98, 0xde, 0xeb, 0xe5, 0xa8, 0xd1, 0x1f, 0x52, 0x99, 0xc1, 0x66, + 0xa9, 0x06, 0x99, 0x17, 0x29, 0xb7, 0x65, 0xbf, 0x33, 0xe0, 0x57, 0x2c, 0x44, 0x10, 0xf9, 0x87, + 0x7c, 0x54, 0x4a, 0x06, 0x51, 0xcd, 0x31, 0x7d, 0x8b, 0x3a, 0x7c, 0xf4, 0x8f, 0x34, 0x78, 0x84, + 0x3b, 0x10, 0x54, 0x29, 0x17, 0xc1, 0x32, 0x36, 0x93, 0x28, 0x45, 0x74, 0x64, 0xc1, 0x56, 0x3e, + 0xb2, 0x05, 0xdb, 0xa3, 0xfb, 0x7b, 0x95, 0x47, 0xaa, 0x87, 0x80, 0x8d, 0x0f, 0x35, 0x82, 0xb9, + 0x6d, 0x98, 0x8a, 0x2d, 0xf6, 0x49, 0x5a, 0x38, 0xcc, 0x39, 0x30, 0x93, 0x5c, 0x93, 0x13, 0xb5, + 0xa8, 0xb8, 0x0d, 0xe3, 0xf2, 0xb2, 0x40, 0x0f, 0x29, 0x88, 0xa2, 0xcb, 0xfc, 0x36, 0xe9, 0x71, + 0xac, 0x95, 0x98, 0x90, 0xc5, 0x55, 0x78, 0xcf, 0xd1, 0x02, 0x01, 0x50, 0xff, 0xb6, 0xd0, 0xcf, + 0xae, 0x93, 0x76, 0xc7, 0x36, 0x02, 0xf2, 0xe6, 0x7f, 0x1d, 0xd4, 0xff, 0x9b, 0xc6, 0x69, 0x3e, + 0xbf, 0xda, 0x90, 0x01, 0x13, 0x6d, 0x1e, 0xf8, 0x94, 0x39, 0x2f, 0x6b, 0xc5, 0xdd, 0xa6, 0x57, + 0x22, 0x30, 0x58, 0x85, 0x89, 0xee, 0xc1, 0x78, 0xc8, 0x5e, 0x84, 0x9a, 0x81, 0x1b, 0x83, 0x5d, + 0xce, 0x92, 0x93, 0x91, 0x0f, 0x4f, 0x61, 0x89, 0x8f, 0x23, 0x5c, 0xba, 0x01, 0x28, 0xdd, 0x87, + 0x4a, 0xa2, 0xa1, 0xa1, 0x74, 0x22, 0x55, 0x7c, 0xca, 0x58, 0xfa, 0xc0, 0x04, 0xbf, 0xfa, 0x37, + 0x4a, 0x90, 0x99, 0x6c, 0x0a, 0xe9, 0x30, 0xca, 0x3d, 0x77, 0xc2, 0xdc, 0xc1, 0x94, 0x9d, 0xe0, + 0x6e, 0x3d, 0x58, 0xd4, 0xa0, 0x3b, 0x5c, 0x23, 0xe1, 0x98, 0x2c, 0x8a, 0x57, 0x74, 0x52, 0x55, + 0x1f, 0xb1, 0xa5, 0xac, 0x06, 0x38, 0xbb, 0x1f, 0xda, 0x01, 0xd4, 0x36, 0x76, 0x93, 0xd0, 0x06, + 0x48, 0xeb, 0xb2, 0x92, 0x82, 0x86, 0x33, 0x30, 0xd0, 0xcb, 0xcc, 0x68, 0x36, 0x49, 0x27, 0x20, + 0x26, 0xff, 0xc4, 0xf0, 0x79, 0x88, 0x5d, 0x66, 0x0b, 0xf1, 0x2a, 0x9c, 0x6c, 0xab, 0xff, 0x60, + 0x18, 0x2e, 0xc5, 0x27, 0x91, 0x9e, 0x50, 0xa1, 0x21, 0x41, 0xcf, 0x84, 0xd6, 0xd3, 0x7c, 0x22, + 0x1f, 0x4b, 0x5a, 0x4f, 0xcf, 0x56, 0x3d, 0xc2, 0xae, 0x45, 0xc3, 0xf6, 0xc3, 0x4e, 0x31, 0x4b, + 0x6a, 0x0f, 0x90, 0x6d, 0xf8, 0x41, 0xd5, 0x6d, 0x77, 0x6c, 0x12, 0x52, 0xc2, 0x22, 0x31, 0x87, + 0xf6, 0x45, 0x04, 0xa0, 0x38, 0x24, 0x9c, 0x01, 0x3d, 0xc4, 0xc9, 0x53, 0xa3, 0x4a, 0x9c, 0x43, + 0xc5, 0x71, 0xc6, 0x21, 0xe1, 0x0c, 0xe8, 0xe8, 0x75, 0x0d, 0xe6, 0xe2, 0xc5, 0x37, 0x2c, 0xc7, + 0xf2, 0xb7, 0x44, 0x2c, 0xaa, 0xa3, 0x1b, 0x6f, 0xb3, 0xd0, 0xef, 0xcb, 0xb9, 0x10, 0x71, 0x1f, + 0x6c, 0xe8, 0x4b, 0x1a, 0x5c, 0x4e, 0xcc, 0x4b, 0x2c, 0x32, 0xd6, 0xd1, 0xed, 0xb8, 0x99, 0x6f, + 0xe3, 0x72, 0x3e, 0x48, 0xdc, 0x0f, 0x9f, 0xfe, 0xcf, 0x4b, 0x30, 0xc2, 0x5e, 0x37, 0xdf, 0x1c, + 0xe6, 0xac, 0x6c, 0xa8, 0xb9, 0x16, 0x1e, 0xad, 0x84, 0x85, 0xc7, 0x33, 0xc5, 0x51, 0xf4, 0x37, + 0xf1, 0xf8, 0x28, 0x5c, 0x64, 0xcd, 0x16, 0x4c, 0xa6, 0x1a, 0xf1, 0x89, 0xb9, 0x60, 0x9a, 0xcc, + 0xbb, 0xfa, 0x60, 0x9d, 0xf0, 0x43, 0x30, 0xd4, 0xf5, 0xec, 0x64, 0xbc, 0x81, 0xbb, 0x78, 0x19, + 0xd3, 0x72, 0xfd, 0x75, 0x0d, 0x66, 0x18, 0x6c, 0xe5, 0xf8, 0xa2, 0x1d, 0x28, 0x7b, 0xe2, 0x08, + 0x8b, 0xb5, 0x59, 0x2e, 0xfc, 0x69, 0x19, 0x64, 0x41, 0xa4, 0xc3, 0x13, 0xbf, 0xb0, 0xc4, 0xa5, + 0x7f, 0x7f, 0x14, 0x66, 0xf3, 0x3a, 0xa1, 0x2f, 0x6b, 0x70, 0xb1, 0x19, 0x71, 0x54, 0x0b, 0xdd, + 0x60, 0xcb, 0xf5, 0xac, 0xc0, 0x12, 0xcf, 0xfe, 0x05, 0x45, 0xcd, 0xea, 0x82, 0x1c, 0x15, 0x8b, + 0xe4, 0x54, 0xcd, 0xc4, 0x80, 0x73, 0x30, 0xa3, 0xd7, 0x00, 0xb6, 0xa3, 0xd0, 0x91, 0xa5, 0xe2, + 0x41, 0xea, 0xd9, 0x67, 0x2b, 0xe1, 0x25, 0xc3, 0x41, 0x31, 0xed, 0xa2, 0x52, 0xae, 0xa0, 0xa3, + 0xc8, 0x7d, 0x7f, 0xeb, 0x36, 0xe9, 0x75, 0x0c, 0x2b, 0x7c, 0xdd, 0x2c, 0x8e, 0xbc, 0xd1, 0xb8, + 0x25, 0x40, 0xc5, 0x91, 0x2b, 0xe5, 0x0a, 0x3a, 0xf4, 0x05, 0x0d, 0xa6, 0xb8, 0x40, 0x25, 0xcc, + 0x58, 0x05, 0x65, 0x5b, 0x2d, 0x3c, 0x80, 0x3b, 0x2a, 0x34, 0x39, 0x06, 0xf6, 0x02, 0x1e, 0xaf, + 0x8a, 0xe3, 0xa5, 0x1b, 0xe3, 0xac, 0x9f, 0xbc, 0xb7, 0x04, 0x65, 0x5b, 0x19, 0x3c, 0xa1, 0xa5, + 0x72, 0x09, 0x72, 0xb9, 0x38, 0x5d, 0x9d, 0x46, 0xcf, 0x06, 0x45, 0x82, 0xa6, 0xb9, 0xe4, 0x34, + 0xbd, 0x1e, 0x73, 0x2c, 0xa3, 0x83, 0x1a, 0x2d, 0x3e, 0xa8, 0xa5, 0xf5, 0x6a, 0x2d, 0x06, 0x2c, + 0x3e, 0xa8, 0x74, 0x75, 0x1a, 0xbd, 0xfe, 0xe9, 0x12, 0x3c, 0x90, 0xb3, 0xd1, 0x72, 0xae, 0x4a, + 0xed, 0x44, 0xaf, 0xca, 0x1f, 0x01, 0x4b, 0xc0, 0x7c, 0x10, 0xd8, 0x1c, 0xbc, 0x49, 0x7c, 0x10, + 0xd8, 0x58, 0x73, 0x0c, 0xa1, 0x7e, 0x5f, 0x83, 0xb3, 0xa9, 0x40, 0x82, 0x87, 0xb2, 0x60, 0x3f, + 0x35, 0x1b, 0x9d, 0xb7, 0x45, 0x41, 0x83, 0x87, 0x22, 0x7f, 0xc8, 0x64, 0xc0, 0x60, 0xfd, 0x79, + 0x98, 0x8a, 0xd9, 0x41, 0xc9, 0x60, 0x27, 0x5a, 0x66, 0xb0, 0x13, 0x35, 0x96, 0x49, 0xa9, 0x5f, + 0x2c, 0x13, 0xfd, 0xb3, 0x25, 0x98, 0xcb, 0xa7, 0x2e, 0x7f, 0x65, 0x76, 0xbd, 0x3c, 0xf9, 0x69, + 0x2a, 0xff, 0x57, 0x66, 0x0e, 0xde, 0x38, 0x23, 0x4e, 0x3e, 0x7b, 0x01, 0x79, 0x09, 0x46, 0x59, + 0x00, 0x99, 0x90, 0x7b, 0xb8, 0x5e, 0x38, 0x30, 0x8d, 0xcf, 0xa5, 0x4a, 0xfe, 0x3f, 0x16, 0x50, + 0x51, 0x0d, 0x66, 0x9a, 0xb6, 0xdb, 0x35, 0x45, 0xaa, 0xc3, 0xd5, 0x48, 0x80, 0x95, 0xf1, 0x05, + 0xab, 0x89, 0x7a, 0x9c, 0xea, 0x81, 0x30, 0x7f, 0x43, 0xe1, 0x77, 0x7b, 0xa1, 0xf8, 0x82, 0xb5, + 0xd5, 0x06, 0x8f, 0xa2, 0x2f, 0xdf, 0x4e, 0x5e, 0x01, 0x20, 0xe1, 0x19, 0x0e, 0x3d, 0xe8, 0x9e, + 0x2e, 0x16, 0x39, 0x51, 0x52, 0x82, 0x90, 0x11, 0x97, 0x45, 0x3e, 0x56, 0x90, 0x20, 0x0f, 0x26, + 0xb6, 0xac, 0x0d, 0xe2, 0x39, 0x9c, 0xa7, 0x1c, 0x29, 0xce, 0x2e, 0xdf, 0x8a, 0xc0, 0x70, 0x7d, + 0x87, 0x52, 0x80, 0x55, 0x24, 0xc8, 0xe3, 0xac, 0x19, 0x57, 0x57, 0x0f, 0x92, 0xf4, 0x3b, 0xd2, + 0x83, 0x47, 0xdf, 0x19, 0x95, 0x61, 0x05, 0x0b, 0x72, 0x00, 0x1c, 0x19, 0x39, 0x6a, 0x90, 0x17, + 0x90, 0x28, 0xfe, 0x14, 0x67, 0xc2, 0xa2, 0xdf, 0x58, 0xc1, 0x40, 0xe7, 0xb5, 0x1d, 0x85, 0x22, + 0x13, 0x3a, 0xcd, 0x67, 0x06, 0x0c, 0x07, 0x27, 0xf4, 0x48, 0x51, 0x01, 0x56, 0x91, 0xd0, 0x6f, + 0x6c, 0xcb, 0x00, 0x62, 0xe2, 0x51, 0xa4, 0xd0, 0x37, 0x46, 0x61, 0xc8, 0x44, 0x2a, 0x26, 0xf9, + 0x1b, 0x2b, 0x18, 0xd0, 0xcb, 0xca, 0xd3, 0x1b, 0x14, 0xd7, 0xc6, 0x1d, 0xea, 0xd9, 0xed, 0x3d, + 0x91, 0x52, 0x6a, 0x82, 0x9d, 0xd5, 0xcb, 0x8a, 0x42, 0x8a, 0x05, 0x56, 0xa3, 0xf4, 0x23, 0xa5, + 0xa0, 0x8a, 0x0c, 0x51, 0x27, 0xfb, 0x1a, 0xa2, 0x56, 0x29, 0xa3, 0xaa, 0x38, 0x46, 0x30, 0xa2, + 0x30, 0x15, 0xbd, 0xb8, 0x34, 0x92, 0x95, 0x38, 0xdd, 0x9e, 0xdf, 0x7d, 0xc4, 0x64, 0x7d, 0xa7, + 0xd5, 0xbb, 0x8f, 0x97, 0x61, 0x59, 0x8b, 0x76, 0x60, 0xd2, 0x57, 0xac, 0x5a, 0x45, 0xfe, 0xbc, + 0x01, 0xde, 0xca, 0x84, 0x45, 0x2b, 0x0b, 0xa7, 0xa3, 0x96, 0xe0, 0x18, 0x1e, 0xf4, 0x1a, 0x8c, + 0x87, 0xca, 0x49, 0x7f, 0x76, 0xa6, 0xb8, 0x0b, 0x63, 0x76, 0xc0, 0xb8, 0x48, 0xdb, 0x18, 0x56, + 0xf9, 0x38, 0xc2, 0x87, 0xba, 0xf1, 0xf0, 0x05, 0x67, 0x8f, 0xc5, 0x65, 0x5b, 0xda, 0x35, 0xe5, + 0x85, 0x2e, 0xa0, 0x4b, 0x4b, 0x76, 0x3b, 0xae, 0xdf, 0xf5, 0x08, 0x0b, 0x84, 0xc9, 0x96, 0x07, + 0x45, 0x4b, 0xbb, 0x94, 0xac, 0xc4, 0xe9, 0xf6, 0xe8, 0xf3, 0x1a, 0xcc, 0xf0, 0xf4, 0x83, 0xf4, + 0xea, 0x72, 0x1d, 0xe2, 0x04, 0x3e, 0xcb, 0xaf, 0x57, 0xd0, 0xcb, 0xb0, 0x91, 0x80, 0xc5, 0x73, + 0xb6, 0x24, 0x4b, 0x71, 0x0a, 0x27, 0xdd, 0x39, 0xaa, 0xd3, 0x37, 0x4b, 0xd3, 0x57, 0x70, 0xe7, + 0xa8, 0x0e, 0xe5, 0x7c, 0xe7, 0xa8, 0x25, 0x38, 0x86, 0x47, 0xff, 0xb7, 0x1a, 0x80, 0x54, 0x88, + 0x9c, 0x86, 0x9a, 0xdf, 0x8c, 0xe9, 0x88, 0x16, 0x07, 0x52, 0xe0, 0x90, 0x5c, 0x65, 0xff, 0x77, + 0x35, 0x98, 0x8e, 0x9a, 0x9d, 0x82, 0xe0, 0xd1, 0x8c, 0x0b, 0x1e, 0x1f, 0x1a, 0xec, 0xbb, 0x72, + 0xa4, 0x8f, 0xff, 0x5b, 0x52, 0xbf, 0x8a, 0x31, 0x55, 0x3b, 0xb1, 0xa7, 0x6b, 0x8a, 0xfa, 0xd6, + 0x20, 0x4f, 0xd7, 0xaa, 0x3f, 0x69, 0xf4, 0xbd, 0x19, 0x4f, 0xd9, 0x7f, 0x3b, 0xc6, 0xd2, 0x0c, + 0xe0, 0x35, 0x2d, 0xf9, 0x97, 0x10, 0x35, 0x9f, 0x80, 0x83, 0xf8, 0x9b, 0x57, 0x54, 0x8a, 0xc7, + 0x1f, 0xc1, 0x3f, 0x5c, 0xcc, 0x55, 0x57, 0xf9, 0xe0, 0xbe, 0x74, 0x4e, 0xff, 0xd6, 0x14, 0x4c, + 0x28, 0xba, 0xc3, 0xc4, 0x43, 0xbc, 0x76, 0x1a, 0x0f, 0xf1, 0x01, 0x4c, 0x34, 0x65, 0x7c, 0xe8, + 0x70, 0xda, 0x07, 0xc4, 0x29, 0x29, 0x6d, 0x14, 0x79, 0xda, 0xc7, 0x2a, 0x1a, 0xca, 0x0f, 0xc8, + 0x3d, 0x36, 0x74, 0x0c, 0xe6, 0x11, 0xfd, 0xf6, 0xd5, 0xbb, 0x01, 0x42, 0x96, 0x92, 0x98, 0x22, + 0xb8, 0x9f, 0xcc, 0xab, 0x52, 0xf7, 0x6f, 0xc9, 0x3a, 0xac, 0xb4, 0x43, 0xaf, 0xc2, 0x94, 0xad, + 0x26, 0x1a, 0x10, 0xfc, 0x6e, 0x21, 0xef, 0xa0, 0x58, 0xc6, 0x02, 0xae, 0x0c, 0x8b, 0x15, 0xe1, + 0x38, 0x2a, 0xba, 0x0d, 0xec, 0x30, 0x89, 0xc8, 0x40, 0xa6, 0x3e, 0x32, 0x15, 0x49, 0xb4, 0x0d, + 0x64, 0x91, 0x8f, 0x15, 0x24, 0x39, 0xf6, 0x18, 0x63, 0x85, 0xec, 0x31, 0xba, 0x70, 0xce, 0x23, + 0x81, 0xd7, 0xab, 0xf6, 0x9a, 0x2c, 0xb7, 0x8e, 0x17, 0x30, 0xc1, 0xb0, 0x5c, 0x2c, 0xdc, 0x0e, + 0x4e, 0x83, 0xc2, 0x59, 0xf0, 0x63, 0x3c, 0xd5, 0x78, 0x5f, 0x9e, 0xea, 0x3d, 0x30, 0x11, 0x90, + 0xe6, 0x96, 0x63, 0x35, 0x0d, 0xbb, 0x5e, 0x13, 0x91, 0xef, 0x22, 0xf6, 0x20, 0xaa, 0xc2, 0x6a, + 0x3b, 0xb4, 0x08, 0x43, 0x5d, 0xcb, 0x14, 0x4c, 0xe5, 0x4f, 0x48, 0x2d, 0x7c, 0xbd, 0x76, 0x7f, + 0xaf, 0xf2, 0xd6, 0xc8, 0xc0, 0x41, 0x7e, 0xd5, 0xb5, 0xce, 0x76, 0xeb, 0x5a, 0xd0, 0xeb, 0x10, + 0x7f, 0xfe, 0x6e, 0xbd, 0x86, 0x69, 0xe7, 0x2c, 0x5b, 0x95, 0xc9, 0x23, 0xd8, 0xaa, 0x7c, 0x55, + 0x83, 0x73, 0x46, 0xf2, 0x01, 0x81, 0xf8, 0xb3, 0x53, 0xc5, 0xa9, 0x65, 0xf6, 0xa3, 0xc4, 0xe2, + 0x65, 0xf1, 0x7d, 0xe7, 0x16, 0xd2, 0xe8, 0x70, 0xd6, 0x18, 0x90, 0x07, 0xa8, 0x6d, 0xb5, 0x64, + 0x3e, 0x0f, 0xb1, 0xea, 0xd3, 0xc5, 0xd4, 0x01, 0x2b, 0x29, 0x48, 0x38, 0x03, 0x3a, 0xba, 0x07, + 0x13, 0xcd, 0xe8, 0x99, 0x41, 0x30, 0xc7, 0xb5, 0xe3, 0x78, 0xe7, 0xe0, 0x02, 0x94, 0xfa, 0x86, + 0xa1, 0x62, 0x92, 0x0f, 0x84, 0x8a, 0xe4, 0x2a, 0x1e, 0xc9, 0xd8, 0x57, 0xcf, 0x14, 0x7f, 0x20, + 0xcc, 0x86, 0x88, 0xfb, 0x60, 0x63, 0x41, 0x6e, 0xec, 0x78, 0xda, 0x1d, 0x96, 0x71, 0xba, 0xa0, + 0x63, 0x6c, 0x22, 0x83, 0x0f, 0xdf, 0x9a, 0x89, 0x42, 0x9c, 0x44, 0xa8, 0x7f, 0x47, 0x13, 0xea, + 0xbf, 0x53, 0x34, 0xf0, 0x38, 0xe9, 0xd7, 0x41, 0xfd, 0xcf, 0x35, 0x48, 0xb1, 0xda, 0x68, 0x03, + 0xc6, 0x28, 0x88, 0xda, 0x6a, 0x43, 0x7c, 0xd6, 0x07, 0x8a, 0x5d, 0x97, 0x0c, 0x04, 0xd7, 0xa5, + 0x8a, 0x1f, 0x38, 0x04, 0x4c, 0x99, 0x77, 0x47, 0x09, 0xbe, 0x2b, 0xbe, 0xb0, 0x10, 0x3f, 0xa2, + 0x06, 0xf1, 0xe5, 0xcc, 0xbb, 0x5a, 0x82, 0x63, 0x78, 0xf4, 0x65, 0x80, 0x48, 0x3c, 0x1a, 0xd8, + 0xe6, 0xe7, 0x87, 0x23, 0x70, 0x61, 0x50, 0x1f, 0x06, 0x96, 0xed, 0x85, 0x25, 0xff, 0x5f, 0xd8, + 0x0c, 0x88, 0x77, 0xe7, 0xce, 0x8a, 0xcc, 0x8d, 0x5e, 0x30, 0xdd, 0x0c, 0x7b, 0x23, 0x5c, 0xca, + 0x84, 0x88, 0x73, 0x30, 0x31, 0xd1, 0x50, 0x64, 0x9f, 0xc5, 0x94, 0x99, 0x64, 0x89, 0xcf, 0x79, + 0x88, 0x0f, 0x2e, 0x1a, 0x26, 0x2b, 0x71, 0xba, 0x7d, 0x12, 0xc8, 0xb2, 0xd5, 0xb6, 0x78, 0x42, + 0x0f, 0x2d, 0x0d, 0x84, 0x55, 0xe2, 0x74, 0x7b, 0x15, 0x08, 0x5f, 0x29, 0x7a, 0xda, 0x47, 0xd2, + 0x40, 0x64, 0x25, 0x4e, 0xb7, 0x47, 0x26, 0x3c, 0xe8, 0x91, 0xa6, 0xdb, 0x6e, 0x13, 0xc7, 0xe4, + 0x89, 0xd4, 0x0c, 0xaf, 0x65, 0x39, 0x37, 0x3c, 0x83, 0x35, 0x64, 0x9a, 0x36, 0x8d, 0x85, 0xa5, + 0x7f, 0x10, 0xf7, 0x69, 0x87, 0xfb, 0x42, 0x41, 0x6d, 0x38, 0xd3, 0x65, 0x29, 0x00, 0xbc, 0xba, + 0x13, 0x10, 0x6f, 0xc7, 0xb0, 0x85, 0x3a, 0xad, 0x50, 0x06, 0xd9, 0xbb, 0x71, 0x50, 0x38, 0x09, + 0x1b, 0xf5, 0x28, 0xdf, 0x21, 0x86, 0xa3, 0xa0, 0x2c, 0x17, 0xcf, 0x87, 0x84, 0xd3, 0xe0, 0x70, + 0x16, 0x0e, 0xfd, 0xab, 0x1a, 0x08, 0x03, 0x67, 0xf4, 0x60, 0xec, 0xe5, 0xa6, 0x9c, 0x78, 0xb5, + 0x09, 0x03, 0xd1, 0x97, 0x32, 0x03, 0xd1, 0xbf, 0x5d, 0x89, 0x1d, 0x33, 0x1e, 0xd1, 0x3e, 0x0e, + 0x59, 0x49, 0xa2, 0xf1, 0x38, 0x8c, 0x13, 0xfe, 0x28, 0x28, 0x39, 0x5a, 0x66, 0x34, 0xbe, 0x14, + 0x16, 0xe2, 0xa8, 0x5e, 0xff, 0x63, 0x0d, 0x04, 0x04, 0x96, 0xf2, 0xe5, 0x50, 0xa9, 0x3f, 0x0e, + 0xb4, 0xd6, 0x52, 0x52, 0x96, 0x0c, 0xe5, 0xa6, 0x2c, 0x39, 0xa1, 0x4c, 0x1e, 0xbf, 0xa5, 0xc1, + 0x99, 0x78, 0x30, 0x1f, 0x1f, 0xbd, 0x0d, 0xc6, 0x44, 0xb8, 0x3f, 0x11, 0xaf, 0x8b, 0x75, 0x15, + 0xfe, 0xf6, 0x38, 0xac, 0x8b, 0x6b, 0xb5, 0x06, 0x10, 0x31, 0xb3, 0x63, 0x0a, 0x1d, 0x20, 0xed, + 0x7d, 0x6e, 0x06, 0x46, 0x79, 0xac, 0x38, 0x4a, 0xd3, 0x32, 0xbc, 0x42, 0x6f, 0x17, 0x0f, 0x49, + 0x57, 0xc4, 0x8d, 0x4f, 0x0d, 0x4a, 0x5e, 0xea, 0x1b, 0x94, 0x1c, 0xf3, 0x0c, 0x49, 0x03, 0xbc, + 0x60, 0x54, 0x71, 0x5d, 0x24, 0x46, 0x0e, 0xb3, 0x23, 0x05, 0x31, 0xd5, 0xfe, 0x70, 0x71, 0xce, + 0x8d, 0x4f, 0x80, 0xa2, 0xe0, 0x9f, 0xee, 0xab, 0xdc, 0x0f, 0x83, 0x71, 0x8d, 0x14, 0xb7, 0x9e, + 0x14, 0x53, 0x7e, 0x88, 0x60, 0x5c, 0xf2, 0x20, 0x8d, 0xe6, 0x1e, 0xa4, 0x4d, 0x18, 0x13, 0x47, + 0x41, 0x10, 0xc7, 0x0f, 0x0c, 0x90, 0x6a, 0x48, 0x89, 0x1f, 0xcb, 0x0b, 0x70, 0x08, 0x9c, 0xde, + 0xb8, 0x6d, 0x63, 0xd7, 0x6a, 0x77, 0xdb, 0x8c, 0x22, 0x8e, 0xa8, 0x4d, 0x59, 0x31, 0x0e, 0xeb, + 0x59, 0x53, 0x6e, 0x74, 0xca, 0x04, 0x29, 0xb5, 0xa9, 0x48, 0xec, 0x1f, 0xd6, 0xa3, 0x17, 0xa1, + 0xdc, 0x36, 0x76, 0x1b, 0x5d, 0xaf, 0x45, 0x84, 0x62, 0x3f, 0x9f, 0xc7, 0xeb, 0x06, 0x96, 0x3d, + 0x4f, 0xc5, 0xff, 0xc0, 0x9b, 0xaf, 0x3b, 0xc1, 0x1d, 0xaf, 0x11, 0x78, 0x32, 0xdf, 0xc8, 0x8a, + 0x80, 0x82, 0x25, 0x3c, 0x64, 0xc3, 0x74, 0xdb, 0xd8, 0xbd, 0xeb, 0x18, 0x32, 0xff, 0xf8, 0x44, + 0x41, 0x0c, 0xec, 0x91, 0x7b, 0x25, 0x06, 0x0b, 0x27, 0x60, 0x67, 0xbc, 0xa7, 0x4f, 0x9e, 0xd4, + 0x7b, 0xfa, 0x82, 0x74, 0xe3, 0xe1, 0x72, 0xdb, 0xa5, 0x2c, 0xaf, 0xa0, 0xfe, 0x2e, 0x3a, 0x2f, + 0x49, 0x17, 0x9d, 0xe9, 0xe2, 0x2f, 0x9f, 0x7d, 0xdc, 0x73, 0xba, 0x30, 0x41, 0x39, 0x6c, 0x5e, + 0x4a, 0x05, 0xab, 0xc2, 0x2a, 0xc8, 0x9a, 0x04, 0xa3, 0xe4, 0xb3, 0x8c, 0x40, 0x63, 0x15, 0x0f, + 0xba, 0xc3, 0xf3, 0x53, 0xdb, 0x24, 0x88, 0x9a, 0x30, 0x81, 0x7e, 0x86, 0x9d, 0x1f, 0x99, 0x4e, + 0x3a, 0xd5, 0x00, 0x67, 0xf7, 0x8b, 0xc2, 0x86, 0x9c, 0xcd, 0x0e, 0x1b, 0x82, 0x7e, 0x2e, 0x4b, + 0x5d, 0x8f, 0xd8, 0x9c, 0x7e, 0xa4, 0x38, 0x6d, 0x28, 0xac, 0xb4, 0xff, 0x97, 0x1a, 0xcc, 0xb6, + 0x73, 0x12, 0x3f, 0x8a, 0x57, 0x84, 0xf5, 0x01, 0xe8, 0x43, 0x6e, 0x32, 0xc9, 0xc5, 0x47, 0xf6, + 0xf7, 0x2a, 0x07, 0xa6, 0x9c, 0xc4, 0xb9, 0x63, 0x43, 0x1e, 0x8c, 0xf9, 0x3d, 0xbf, 0x19, 0xd8, + 0xfe, 0xec, 0xf9, 0xe2, 0xf9, 0x05, 0x05, 0x65, 0x6d, 0x70, 0x48, 0x9c, 0xb4, 0x46, 0x51, 0xcb, + 0x79, 0x29, 0x0e, 0x11, 0x0d, 0xea, 0xfe, 0x3d, 0x40, 0xa4, 0xc4, 0xb9, 0xeb, 0x30, 0xa9, 0x0e, + 0xf2, 0x48, 0x5e, 0xe7, 0xbf, 0xa2, 0xc1, 0x4c, 0xf2, 0xd2, 0x52, 0x53, 0x80, 0x6b, 0x27, 0x9b, + 0x02, 0x5c, 0xb1, 0xe6, 0x29, 0xf5, 0xb1, 0xe6, 0x79, 0x1a, 0x2e, 0x66, 0xef, 0x65, 0xca, 0x41, + 0xb2, 0x94, 0xfb, 0x42, 0x72, 0x8b, 0x52, 0xfa, 0xd0, 0x42, 0xcc, 0xeb, 0xf4, 0x4f, 0x42, 0x32, + 0x2e, 0x2e, 0x7a, 0x19, 0xc6, 0x7d, 0x7f, 0x8b, 0x87, 0x3c, 0x14, 0x1f, 0x59, 0x4c, 0x64, 0x0f, + 0xe3, 0x26, 0x0a, 0x4f, 0xc9, 0xf0, 0x27, 0x8e, 0xc0, 0x2f, 0xbe, 0xf0, 0xcd, 0x1f, 0x5c, 0x79, + 0xcb, 0xb7, 0x7f, 0x70, 0xe5, 0x2d, 0xdf, 0xfb, 0xc1, 0x95, 0xb7, 0xfc, 0xf4, 0xfe, 0x15, 0xed, + 0x9b, 0xfb, 0x57, 0xb4, 0x6f, 0xef, 0x5f, 0xd1, 0xbe, 0xb7, 0x7f, 0x45, 0xfb, 0xcf, 0xfb, 0x57, + 0xb4, 0x9f, 0xff, 0x2f, 0x57, 0xde, 0xf2, 0xe2, 0x93, 0x11, 0xf6, 0x6b, 0x21, 0xd2, 0xe8, 0x9f, + 0xce, 0x76, 0xeb, 0x1a, 0xc5, 0x1e, 0x7a, 0x2c, 0x31, 0xec, 0xff, 0x3f, 0x00, 0x00, 0xff, 0xff, + 0x03, 0xad, 0x65, 0x3c, 0x8e, 0xe6, 0x00, 0x00, +} + +func (m *APIServerLogging) 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 *APIServerLogging) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *APIServerLogging) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.HTTPAccessVerbosity != nil { + i = encodeVarintGenerated(dAtA, i, uint64(*m.HTTPAccessVerbosity)) + i-- + dAtA[i] = 0x10 + } + if m.Verbosity != nil { + i = encodeVarintGenerated(dAtA, i, uint64(*m.Verbosity)) + i-- + dAtA[i] = 0x8 + } + return len(dAtA) - i, nil +} + +func (m *APIServerRequests) 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 *APIServerRequests) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *APIServerRequests) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.MaxMutatingInflight != nil { + i = encodeVarintGenerated(dAtA, i, uint64(*m.MaxMutatingInflight)) + i-- + dAtA[i] = 0x10 + } + if m.MaxNonMutatingInflight != nil { + i = encodeVarintGenerated(dAtA, i, uint64(*m.MaxNonMutatingInflight)) + i-- + dAtA[i] = 0x8 + } + return len(dAtA) - i, nil } func (m *Addon) Marshal() (dAtA []byte, err error) { @@ -9127,119 +9193,53 @@ func (m *KubeAPIServerConfig) MarshalToSizedBuffer(dAtA []byte) (int, error) { i = encodeVarintGenerated(dAtA, i, uint64(size)) } i-- - dAtA[i] = 0x32 - } - if m.AuditConfig != nil { - { - size, err := m.AuditConfig.MarshalToSizedBuffer(dAtA[:i]) - if err != nil { - return 0, err - } - i -= size - i = encodeVarintGenerated(dAtA, i, uint64(size)) - } - i-- - dAtA[i] = 0x22 - } - if len(m.APIAudiences) > 0 { - for iNdEx := len(m.APIAudiences) - 1; iNdEx >= 0; iNdEx-- { - i -= len(m.APIAudiences[iNdEx]) - copy(dAtA[i:], m.APIAudiences[iNdEx]) - i = encodeVarintGenerated(dAtA, i, uint64(len(m.APIAudiences[iNdEx]))) - i-- - dAtA[i] = 0x1a - } - } - if len(m.AdmissionPlugins) > 0 { - for iNdEx := len(m.AdmissionPlugins) - 1; iNdEx >= 0; iNdEx-- { - { - size, err := m.AdmissionPlugins[iNdEx].MarshalToSizedBuffer(dAtA[:i]) - if err != nil { - return 0, err - } - i -= size - i = encodeVarintGenerated(dAtA, i, uint64(size)) - } - i-- - dAtA[i] = 0x12 - } - } - { - size, err := m.KubernetesConfig.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 *KubeAPIServerLogging) 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 *KubeAPIServerLogging) MarshalTo(dAtA []byte) (int, error) { - size := m.Size() - return m.MarshalToSizedBuffer(dAtA[:size]) -} - -func (m *KubeAPIServerLogging) MarshalToSizedBuffer(dAtA []byte) (int, error) { - i := len(dAtA) - _ = i - var l int - _ = l - if m.HTTPAccessVerbosity != nil { - i = encodeVarintGenerated(dAtA, i, uint64(*m.HTTPAccessVerbosity)) - i-- - dAtA[i] = 0x10 - } - if m.Verbosity != nil { - i = encodeVarintGenerated(dAtA, i, uint64(*m.Verbosity)) - i-- - dAtA[i] = 0x8 - } - return len(dAtA) - i, nil -} - -func (m *KubeAPIServerRequests) 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 *KubeAPIServerRequests) MarshalTo(dAtA []byte) (int, error) { - size := m.Size() - return m.MarshalToSizedBuffer(dAtA[:size]) -} - -func (m *KubeAPIServerRequests) MarshalToSizedBuffer(dAtA []byte) (int, error) { - i := len(dAtA) - _ = i - var l int - _ = l - if m.MaxMutatingInflight != nil { - i = encodeVarintGenerated(dAtA, i, uint64(*m.MaxMutatingInflight)) - i-- - dAtA[i] = 0x10 + dAtA[i] = 0x32 } - if m.MaxNonMutatingInflight != nil { - i = encodeVarintGenerated(dAtA, i, uint64(*m.MaxNonMutatingInflight)) + if m.AuditConfig != nil { + { + size, err := m.AuditConfig.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) + } i-- - dAtA[i] = 0x8 + dAtA[i] = 0x22 + } + if len(m.APIAudiences) > 0 { + for iNdEx := len(m.APIAudiences) - 1; iNdEx >= 0; iNdEx-- { + i -= len(m.APIAudiences[iNdEx]) + copy(dAtA[i:], m.APIAudiences[iNdEx]) + i = encodeVarintGenerated(dAtA, i, uint64(len(m.APIAudiences[iNdEx]))) + i-- + dAtA[i] = 0x1a + } + } + if len(m.AdmissionPlugins) > 0 { + for iNdEx := len(m.AdmissionPlugins) - 1; iNdEx >= 0; iNdEx-- { + { + size, err := m.AdmissionPlugins[iNdEx].MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x12 + } + } + { + size, err := m.KubernetesConfig.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 } @@ -15642,6 +15642,36 @@ func encodeVarintGenerated(dAtA []byte, offset int, v uint64) int { dAtA[offset] = uint8(v) return base } +func (m *APIServerLogging) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if m.Verbosity != nil { + n += 1 + sovGenerated(uint64(*m.Verbosity)) + } + if m.HTTPAccessVerbosity != nil { + n += 1 + sovGenerated(uint64(*m.HTTPAccessVerbosity)) + } + return n +} + +func (m *APIServerRequests) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if m.MaxNonMutatingInflight != nil { + n += 1 + sovGenerated(uint64(*m.MaxNonMutatingInflight)) + } + if m.MaxMutatingInflight != nil { + n += 1 + sovGenerated(uint64(*m.MaxMutatingInflight)) + } + return n +} + func (m *Addon) Size() (n int) { if m == nil { return 0 @@ -16934,36 +16964,6 @@ func (m *KubeAPIServerConfig) Size() (n int) { return n } -func (m *KubeAPIServerLogging) Size() (n int) { - if m == nil { - return 0 - } - var l int - _ = l - if m.Verbosity != nil { - n += 1 + sovGenerated(uint64(*m.Verbosity)) - } - if m.HTTPAccessVerbosity != nil { - n += 1 + sovGenerated(uint64(*m.HTTPAccessVerbosity)) - } - return n -} - -func (m *KubeAPIServerRequests) Size() (n int) { - if m == nil { - return 0 - } - var l int - _ = l - if m.MaxNonMutatingInflight != nil { - n += 1 + sovGenerated(uint64(*m.MaxNonMutatingInflight)) - } - if m.MaxMutatingInflight != nil { - n += 1 + sovGenerated(uint64(*m.MaxMutatingInflight)) - } - return n -} - func (m *KubeControllerManagerConfig) Size() (n int) { if m == nil { return 0 @@ -19330,6 +19330,28 @@ func sovGenerated(x uint64) (n int) { func sozGenerated(x uint64) (n int) { return sovGenerated(uint64((x << 1) ^ uint64((int64(x) >> 63)))) } +func (this *APIServerLogging) String() string { + if this == nil { + return "nil" + } + s := strings.Join([]string{`&APIServerLogging{`, + `Verbosity:` + valueToStringGenerated(this.Verbosity) + `,`, + `HTTPAccessVerbosity:` + valueToStringGenerated(this.HTTPAccessVerbosity) + `,`, + `}`, + }, "") + return s +} +func (this *APIServerRequests) String() string { + if this == nil { + return "nil" + } + s := strings.Join([]string{`&APIServerRequests{`, + `MaxNonMutatingInflight:` + valueToStringGenerated(this.MaxNonMutatingInflight) + `,`, + `MaxMutatingInflight:` + valueToStringGenerated(this.MaxMutatingInflight) + `,`, + `}`, + }, "") + return s +} func (this *Addon) String() string { if this == nil { return "nil" @@ -20241,38 +20263,16 @@ func (this *KubeAPIServerConfig) String() string { `RuntimeConfig:` + mapStringForRuntimeConfig + `,`, `ServiceAccountConfig:` + strings.Replace(this.ServiceAccountConfig.String(), "ServiceAccountConfig", "ServiceAccountConfig", 1) + `,`, `WatchCacheSizes:` + strings.Replace(this.WatchCacheSizes.String(), "WatchCacheSizes", "WatchCacheSizes", 1) + `,`, - `Requests:` + strings.Replace(this.Requests.String(), "KubeAPIServerRequests", "KubeAPIServerRequests", 1) + `,`, + `Requests:` + strings.Replace(this.Requests.String(), "APIServerRequests", "APIServerRequests", 1) + `,`, `EnableAnonymousAuthentication:` + valueToStringGenerated(this.EnableAnonymousAuthentication) + `,`, `EventTTL:` + strings.Replace(fmt.Sprintf("%v", this.EventTTL), "Duration", "v11.Duration", 1) + `,`, - `Logging:` + strings.Replace(this.Logging.String(), "KubeAPIServerLogging", "KubeAPIServerLogging", 1) + `,`, + `Logging:` + strings.Replace(this.Logging.String(), "APIServerLogging", "APIServerLogging", 1) + `,`, `DefaultNotReadyTolerationSeconds:` + valueToStringGenerated(this.DefaultNotReadyTolerationSeconds) + `,`, `DefaultUnreachableTolerationSeconds:` + valueToStringGenerated(this.DefaultUnreachableTolerationSeconds) + `,`, `}`, }, "") return s } -func (this *KubeAPIServerLogging) String() string { - if this == nil { - return "nil" - } - s := strings.Join([]string{`&KubeAPIServerLogging{`, - `Verbosity:` + valueToStringGenerated(this.Verbosity) + `,`, - `HTTPAccessVerbosity:` + valueToStringGenerated(this.HTTPAccessVerbosity) + `,`, - `}`, - }, "") - return s -} -func (this *KubeAPIServerRequests) String() string { - if this == nil { - return "nil" - } - s := strings.Join([]string{`&KubeAPIServerRequests{`, - `MaxNonMutatingInflight:` + valueToStringGenerated(this.MaxNonMutatingInflight) + `,`, - `MaxMutatingInflight:` + valueToStringGenerated(this.MaxMutatingInflight) + `,`, - `}`, - }, "") - return s -} func (this *KubeControllerManagerConfig) String() string { if this == nil { return "nil" @@ -21878,19 +21878,199 @@ func (this *WorkersSettings) String() string { if this == nil { return "nil" } - s := strings.Join([]string{`&WorkersSettings{`, - `SSHAccess:` + strings.Replace(this.SSHAccess.String(), "SSHAccess", "SSHAccess", 1) + `,`, - `}`, - }, "") - return s -} -func valueToStringGenerated(v interface{}) string { - rv := reflect.ValueOf(v) - if rv.IsNil() { - return "nil" + s := strings.Join([]string{`&WorkersSettings{`, + `SSHAccess:` + strings.Replace(this.SSHAccess.String(), "SSHAccess", "SSHAccess", 1) + `,`, + `}`, + }, "") + return s +} +func valueToStringGenerated(v interface{}) string { + rv := reflect.ValueOf(v) + if rv.IsNil() { + return "nil" + } + pv := reflect.Indirect(rv).Interface() + return fmt.Sprintf("*%v", pv) +} +func (m *APIServerLogging) 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: APIServerLogging: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: APIServerLogging: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field Verbosity", wireType) + } + var v int32 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + v |= int32(b&0x7F) << shift + if b < 0x80 { + break + } + } + m.Verbosity = &v + case 2: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field HTTPAccessVerbosity", wireType) + } + var v int32 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + v |= int32(b&0x7F) << shift + if b < 0x80 { + break + } + } + m.HTTPAccessVerbosity = &v + 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 *APIServerRequests) 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: APIServerRequests: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: APIServerRequests: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field MaxNonMutatingInflight", wireType) + } + var v int32 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + v |= int32(b&0x7F) << shift + if b < 0x80 { + break + } + } + m.MaxNonMutatingInflight = &v + case 2: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field MaxMutatingInflight", wireType) + } + var v int32 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + v |= int32(b&0x7F) << shift + if b < 0x80 { + break + } + } + m.MaxMutatingInflight = &v + 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 } - pv := reflect.Indirect(rv).Interface() - return fmt.Sprintf("*%v", pv) + return nil } func (m *Addon) Unmarshal(dAtA []byte) error { l := len(dAtA) @@ -31807,7 +31987,7 @@ func (m *KubeAPIServerConfig) Unmarshal(dAtA []byte) error { return io.ErrUnexpectedEOF } if m.Requests == nil { - m.Requests = &KubeAPIServerRequests{} + m.Requests = &APIServerRequests{} } if err := m.Requests.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -31900,7 +32080,7 @@ func (m *KubeAPIServerConfig) Unmarshal(dAtA []byte) error { return io.ErrUnexpectedEOF } if m.Logging == nil { - m.Logging = &KubeAPIServerLogging{} + m.Logging = &APIServerLogging{} } if err := m.Logging.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -31967,186 +32147,6 @@ func (m *KubeAPIServerConfig) Unmarshal(dAtA []byte) error { } return nil } -func (m *KubeAPIServerLogging) 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: KubeAPIServerLogging: wiretype end group for non-group") - } - if fieldNum <= 0 { - return fmt.Errorf("proto: KubeAPIServerLogging: illegal tag %d (wire type %d)", fieldNum, wire) - } - switch fieldNum { - case 1: - if wireType != 0 { - return fmt.Errorf("proto: wrong wireType = %d for field Verbosity", wireType) - } - var v int32 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowGenerated - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - v |= int32(b&0x7F) << shift - if b < 0x80 { - break - } - } - m.Verbosity = &v - case 2: - if wireType != 0 { - return fmt.Errorf("proto: wrong wireType = %d for field HTTPAccessVerbosity", wireType) - } - var v int32 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowGenerated - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - v |= int32(b&0x7F) << shift - if b < 0x80 { - break - } - } - m.HTTPAccessVerbosity = &v - 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 *KubeAPIServerRequests) 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: KubeAPIServerRequests: wiretype end group for non-group") - } - if fieldNum <= 0 { - return fmt.Errorf("proto: KubeAPIServerRequests: illegal tag %d (wire type %d)", fieldNum, wire) - } - switch fieldNum { - case 1: - if wireType != 0 { - return fmt.Errorf("proto: wrong wireType = %d for field MaxNonMutatingInflight", wireType) - } - var v int32 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowGenerated - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - v |= int32(b&0x7F) << shift - if b < 0x80 { - break - } - } - m.MaxNonMutatingInflight = &v - case 2: - if wireType != 0 { - return fmt.Errorf("proto: wrong wireType = %d for field MaxMutatingInflight", wireType) - } - var v int32 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowGenerated - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - v |= int32(b&0x7F) << shift - if b < 0x80 { - break - } - } - m.MaxMutatingInflight = &v - 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 *KubeControllerManagerConfig) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 diff --git a/pkg/apis/core/v1beta1/generated.proto b/pkg/apis/core/v1beta1/generated.proto index a8220930802..a6922ed9a90 100644 --- a/pkg/apis/core/v1beta1/generated.proto +++ b/pkg/apis/core/v1beta1/generated.proto @@ -32,6 +32,31 @@ import "k8s.io/apimachinery/pkg/util/intstr/generated.proto"; // Package-wide variables from generator "generated". option go_package = "github.com/gardener/gardener/pkg/apis/core/v1beta1"; +// APIServerLogging contains configuration for the logs level and http access logs +message APIServerLogging { + // Verbosity is the kube-apiserver log verbosity level + // Defaults to 2. + // +optional + optional int32 verbosity = 1; + + // HTTPAccessVerbosity is the kube-apiserver access logs level + // +optional + optional int32 httpAccessVerbosity = 2; +} + +// APIServerRequests contains configuration for request-specific settings for the kube-apiserver. +message APIServerRequests { + // MaxNonMutatingInflight is the maximum number of non-mutating requests in flight at a given time. When the server + // exceeds this, it rejects requests. + // +optional + optional int32 maxNonMutatingInflight = 1; + + // MaxMutatingInflight is the maximum number of mutating requests in flight at a given time. When the server + // exceeds this, it rejects requests. + // +optional + optional int32 maxMutatingInflight = 2; +} + // Addon allows enabling or disabling a specific addon and is used to derive from. message Addon { // Enabled indicates whether the addon is enabled or not. @@ -1030,7 +1055,7 @@ message KubeAPIServerConfig { // Requests contains configuration for request-specific settings for the kube-apiserver. // +optional - optional KubeAPIServerRequests requests = 10; + optional APIServerRequests requests = 10; // EnableAnonymousAuthentication defines whether anonymous requests to the secure port // of the API server should be allowed (flag `--anonymous-auth`). @@ -1045,7 +1070,7 @@ message KubeAPIServerConfig { // Logging contains configuration for the log level and HTTP access logs. // +optional - optional KubeAPIServerLogging logging = 13; + optional APIServerLogging logging = 13; // DefaultNotReadyTolerationSeconds indicates the tolerationSeconds of the toleration for notReady:NoExecute // that is added by default to every pod that does not already have such a toleration (flag `--default-not-ready-toleration-seconds`). @@ -1062,31 +1087,6 @@ message KubeAPIServerConfig { optional int64 defaultUnreachableTolerationSeconds = 15; } -// KubeAPIServerLogging contains configuration for the logs level and http access logs -message KubeAPIServerLogging { - // Verbosity is the kube-apiserver log verbosity level - // Defaults to 2. - // +optional - optional int32 verbosity = 1; - - // HTTPAccessVerbosity is the kube-apiserver access logs level - // +optional - optional int32 httpAccessVerbosity = 2; -} - -// KubeAPIServerRequests contains configuration for request-specific settings for the kube-apiserver. -message KubeAPIServerRequests { - // MaxNonMutatingInflight is the maximum number of non-mutating requests in flight at a given time. When the server - // exceeds this, it rejects requests. - // +optional - optional int32 maxNonMutatingInflight = 1; - - // MaxMutatingInflight is the maximum number of mutating requests in flight at a given time. When the server - // exceeds this, it rejects requests. - // +optional - optional int32 maxMutatingInflight = 2; -} - // KubeControllerManagerConfig contains configuration settings for the kube-controller-manager. message KubeControllerManagerConfig { optional KubernetesConfig kubernetesConfig = 1; diff --git a/pkg/apis/core/v1beta1/types_shoot.go b/pkg/apis/core/v1beta1/types_shoot.go index 1a8166efa4b..487c2dbc9bc 100644 --- a/pkg/apis/core/v1beta1/types_shoot.go +++ b/pkg/apis/core/v1beta1/types_shoot.go @@ -711,7 +711,7 @@ type KubeAPIServerConfig struct { WatchCacheSizes *WatchCacheSizes `json:"watchCacheSizes,omitempty" protobuf:"bytes,9,opt,name=watchCacheSizes"` // Requests contains configuration for request-specific settings for the kube-apiserver. // +optional - Requests *KubeAPIServerRequests `json:"requests,omitempty" protobuf:"bytes,10,opt,name=requests"` + Requests *APIServerRequests `json:"requests,omitempty" protobuf:"bytes,10,opt,name=requests"` // EnableAnonymousAuthentication defines whether anonymous requests to the secure port // of the API server should be allowed (flag `--anonymous-auth`). // See: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/ @@ -723,7 +723,7 @@ type KubeAPIServerConfig struct { EventTTL *metav1.Duration `json:"eventTTL,omitempty" protobuf:"bytes,12,opt,name=eventTTL"` // Logging contains configuration for the log level and HTTP access logs. // +optional - Logging *KubeAPIServerLogging `json:"logging,omitempty" protobuf:"bytes,13,opt,name=logging"` + Logging *APIServerLogging `json:"logging,omitempty" protobuf:"bytes,13,opt,name=logging"` // DefaultNotReadyTolerationSeconds indicates the tolerationSeconds of the toleration for notReady:NoExecute // that is added by default to every pod that does not already have such a toleration (flag `--default-not-ready-toleration-seconds`). // The field has effect only when the `DefaultTolerationSeconds` admission plugin is enabled. @@ -738,8 +738,8 @@ type KubeAPIServerConfig struct { DefaultUnreachableTolerationSeconds *int64 `json:"defaultUnreachableTolerationSeconds,omitempty" protobuf:"varint,15,opt,name=defaultUnreachableTolerationSeconds"` } -// KubeAPIServerLogging contains configuration for the logs level and http access logs -type KubeAPIServerLogging struct { +// APIServerLogging contains configuration for the logs level and http access logs +type APIServerLogging struct { // Verbosity is the kube-apiserver log verbosity level // Defaults to 2. // +optional @@ -749,8 +749,8 @@ type KubeAPIServerLogging struct { HTTPAccessVerbosity *int32 `json:"httpAccessVerbosity,omitempty" protobuf:"varint,2,opt,name=httpAccessVerbosity"` } -// KubeAPIServerRequests contains configuration for request-specific settings for the kube-apiserver. -type KubeAPIServerRequests struct { +// APIServerRequests contains configuration for request-specific settings for the kube-apiserver. +type APIServerRequests struct { // MaxNonMutatingInflight is the maximum number of non-mutating requests in flight at a given time. When the server // exceeds this, it rejects requests. // +optional diff --git a/pkg/apis/core/v1beta1/zz_generated.conversion.go b/pkg/apis/core/v1beta1/zz_generated.conversion.go index 75c0a564683..c76d1711879 100644 --- a/pkg/apis/core/v1beta1/zz_generated.conversion.go +++ b/pkg/apis/core/v1beta1/zz_generated.conversion.go @@ -42,6 +42,26 @@ func init() { // RegisterConversions adds conversion functions to the given scheme. // Public to allow building arbitrary schemes. func RegisterConversions(s *runtime.Scheme) error { + if err := s.AddGeneratedConversionFunc((*APIServerLogging)(nil), (*core.APIServerLogging)(nil), func(a, b interface{}, scope conversion.Scope) error { + return Convert_v1beta1_APIServerLogging_To_core_APIServerLogging(a.(*APIServerLogging), b.(*core.APIServerLogging), scope) + }); err != nil { + return err + } + if err := s.AddGeneratedConversionFunc((*core.APIServerLogging)(nil), (*APIServerLogging)(nil), func(a, b interface{}, scope conversion.Scope) error { + return Convert_core_APIServerLogging_To_v1beta1_APIServerLogging(a.(*core.APIServerLogging), b.(*APIServerLogging), scope) + }); err != nil { + return err + } + if err := s.AddGeneratedConversionFunc((*APIServerRequests)(nil), (*core.APIServerRequests)(nil), func(a, b interface{}, scope conversion.Scope) error { + return Convert_v1beta1_APIServerRequests_To_core_APIServerRequests(a.(*APIServerRequests), b.(*core.APIServerRequests), scope) + }); err != nil { + return err + } + if err := s.AddGeneratedConversionFunc((*core.APIServerRequests)(nil), (*APIServerRequests)(nil), func(a, b interface{}, scope conversion.Scope) error { + return Convert_core_APIServerRequests_To_v1beta1_APIServerRequests(a.(*core.APIServerRequests), b.(*APIServerRequests), scope) + }); err != nil { + return err + } if err := s.AddGeneratedConversionFunc((*Addon)(nil), (*core.Addon)(nil), func(a, b interface{}, scope conversion.Scope) error { return Convert_v1beta1_Addon_To_core_Addon(a.(*Addon), b.(*core.Addon), scope) }); err != nil { @@ -677,26 +697,6 @@ func RegisterConversions(s *runtime.Scheme) error { }); err != nil { return err } - if err := s.AddGeneratedConversionFunc((*KubeAPIServerLogging)(nil), (*core.KubeAPIServerLogging)(nil), func(a, b interface{}, scope conversion.Scope) error { - return Convert_v1beta1_KubeAPIServerLogging_To_core_KubeAPIServerLogging(a.(*KubeAPIServerLogging), b.(*core.KubeAPIServerLogging), scope) - }); err != nil { - return err - } - if err := s.AddGeneratedConversionFunc((*core.KubeAPIServerLogging)(nil), (*KubeAPIServerLogging)(nil), func(a, b interface{}, scope conversion.Scope) error { - return Convert_core_KubeAPIServerLogging_To_v1beta1_KubeAPIServerLogging(a.(*core.KubeAPIServerLogging), b.(*KubeAPIServerLogging), scope) - }); err != nil { - return err - } - if err := s.AddGeneratedConversionFunc((*KubeAPIServerRequests)(nil), (*core.KubeAPIServerRequests)(nil), func(a, b interface{}, scope conversion.Scope) error { - return Convert_v1beta1_KubeAPIServerRequests_To_core_KubeAPIServerRequests(a.(*KubeAPIServerRequests), b.(*core.KubeAPIServerRequests), scope) - }); err != nil { - return err - } - if err := s.AddGeneratedConversionFunc((*core.KubeAPIServerRequests)(nil), (*KubeAPIServerRequests)(nil), func(a, b interface{}, scope conversion.Scope) error { - return Convert_core_KubeAPIServerRequests_To_v1beta1_KubeAPIServerRequests(a.(*core.KubeAPIServerRequests), b.(*KubeAPIServerRequests), scope) - }); err != nil { - return err - } if err := s.AddGeneratedConversionFunc((*KubeControllerManagerConfig)(nil), (*core.KubeControllerManagerConfig)(nil), func(a, b interface{}, scope conversion.Scope) error { return Convert_v1beta1_KubeControllerManagerConfig_To_core_KubeControllerManagerConfig(a.(*KubeControllerManagerConfig), b.(*core.KubeControllerManagerConfig), scope) }); err != nil { @@ -1735,6 +1735,50 @@ func RegisterConversions(s *runtime.Scheme) error { return nil } +func autoConvert_v1beta1_APIServerLogging_To_core_APIServerLogging(in *APIServerLogging, out *core.APIServerLogging, s conversion.Scope) error { + out.Verbosity = (*int32)(unsafe.Pointer(in.Verbosity)) + out.HTTPAccessVerbosity = (*int32)(unsafe.Pointer(in.HTTPAccessVerbosity)) + return nil +} + +// Convert_v1beta1_APIServerLogging_To_core_APIServerLogging is an autogenerated conversion function. +func Convert_v1beta1_APIServerLogging_To_core_APIServerLogging(in *APIServerLogging, out *core.APIServerLogging, s conversion.Scope) error { + return autoConvert_v1beta1_APIServerLogging_To_core_APIServerLogging(in, out, s) +} + +func autoConvert_core_APIServerLogging_To_v1beta1_APIServerLogging(in *core.APIServerLogging, out *APIServerLogging, s conversion.Scope) error { + out.Verbosity = (*int32)(unsafe.Pointer(in.Verbosity)) + out.HTTPAccessVerbosity = (*int32)(unsafe.Pointer(in.HTTPAccessVerbosity)) + return nil +} + +// Convert_core_APIServerLogging_To_v1beta1_APIServerLogging is an autogenerated conversion function. +func Convert_core_APIServerLogging_To_v1beta1_APIServerLogging(in *core.APIServerLogging, out *APIServerLogging, s conversion.Scope) error { + return autoConvert_core_APIServerLogging_To_v1beta1_APIServerLogging(in, out, s) +} + +func autoConvert_v1beta1_APIServerRequests_To_core_APIServerRequests(in *APIServerRequests, out *core.APIServerRequests, s conversion.Scope) error { + out.MaxNonMutatingInflight = (*int32)(unsafe.Pointer(in.MaxNonMutatingInflight)) + out.MaxMutatingInflight = (*int32)(unsafe.Pointer(in.MaxMutatingInflight)) + return nil +} + +// Convert_v1beta1_APIServerRequests_To_core_APIServerRequests is an autogenerated conversion function. +func Convert_v1beta1_APIServerRequests_To_core_APIServerRequests(in *APIServerRequests, out *core.APIServerRequests, s conversion.Scope) error { + return autoConvert_v1beta1_APIServerRequests_To_core_APIServerRequests(in, out, s) +} + +func autoConvert_core_APIServerRequests_To_v1beta1_APIServerRequests(in *core.APIServerRequests, out *APIServerRequests, s conversion.Scope) error { + out.MaxNonMutatingInflight = (*int32)(unsafe.Pointer(in.MaxNonMutatingInflight)) + out.MaxMutatingInflight = (*int32)(unsafe.Pointer(in.MaxMutatingInflight)) + return nil +} + +// Convert_core_APIServerRequests_To_v1beta1_APIServerRequests is an autogenerated conversion function. +func Convert_core_APIServerRequests_To_v1beta1_APIServerRequests(in *core.APIServerRequests, out *APIServerRequests, s conversion.Scope) error { + return autoConvert_core_APIServerRequests_To_v1beta1_APIServerRequests(in, out, s) +} + func autoConvert_v1beta1_Addon_To_core_Addon(in *Addon, out *core.Addon, s conversion.Scope) error { out.Enabled = in.Enabled return nil @@ -3348,10 +3392,10 @@ func autoConvert_v1beta1_KubeAPIServerConfig_To_core_KubeAPIServerConfig(in *Kub out.RuntimeConfig = *(*map[string]bool)(unsafe.Pointer(&in.RuntimeConfig)) out.ServiceAccountConfig = (*core.ServiceAccountConfig)(unsafe.Pointer(in.ServiceAccountConfig)) out.WatchCacheSizes = (*core.WatchCacheSizes)(unsafe.Pointer(in.WatchCacheSizes)) - out.Requests = (*core.KubeAPIServerRequests)(unsafe.Pointer(in.Requests)) + out.Requests = (*core.APIServerRequests)(unsafe.Pointer(in.Requests)) out.EnableAnonymousAuthentication = (*bool)(unsafe.Pointer(in.EnableAnonymousAuthentication)) out.EventTTL = (*metav1.Duration)(unsafe.Pointer(in.EventTTL)) - out.Logging = (*core.KubeAPIServerLogging)(unsafe.Pointer(in.Logging)) + out.Logging = (*core.APIServerLogging)(unsafe.Pointer(in.Logging)) out.DefaultNotReadyTolerationSeconds = (*int64)(unsafe.Pointer(in.DefaultNotReadyTolerationSeconds)) out.DefaultUnreachableTolerationSeconds = (*int64)(unsafe.Pointer(in.DefaultUnreachableTolerationSeconds)) return nil @@ -3383,10 +3427,10 @@ func autoConvert_core_KubeAPIServerConfig_To_v1beta1_KubeAPIServerConfig(in *cor out.RuntimeConfig = *(*map[string]bool)(unsafe.Pointer(&in.RuntimeConfig)) out.ServiceAccountConfig = (*ServiceAccountConfig)(unsafe.Pointer(in.ServiceAccountConfig)) out.WatchCacheSizes = (*WatchCacheSizes)(unsafe.Pointer(in.WatchCacheSizes)) - out.Requests = (*KubeAPIServerRequests)(unsafe.Pointer(in.Requests)) + out.Requests = (*APIServerRequests)(unsafe.Pointer(in.Requests)) out.EnableAnonymousAuthentication = (*bool)(unsafe.Pointer(in.EnableAnonymousAuthentication)) out.EventTTL = (*metav1.Duration)(unsafe.Pointer(in.EventTTL)) - out.Logging = (*KubeAPIServerLogging)(unsafe.Pointer(in.Logging)) + out.Logging = (*APIServerLogging)(unsafe.Pointer(in.Logging)) out.DefaultNotReadyTolerationSeconds = (*int64)(unsafe.Pointer(in.DefaultNotReadyTolerationSeconds)) out.DefaultUnreachableTolerationSeconds = (*int64)(unsafe.Pointer(in.DefaultUnreachableTolerationSeconds)) return nil @@ -3397,50 +3441,6 @@ func Convert_core_KubeAPIServerConfig_To_v1beta1_KubeAPIServerConfig(in *core.Ku return autoConvert_core_KubeAPIServerConfig_To_v1beta1_KubeAPIServerConfig(in, out, s) } -func autoConvert_v1beta1_KubeAPIServerLogging_To_core_KubeAPIServerLogging(in *KubeAPIServerLogging, out *core.KubeAPIServerLogging, s conversion.Scope) error { - out.Verbosity = (*int32)(unsafe.Pointer(in.Verbosity)) - out.HTTPAccessVerbosity = (*int32)(unsafe.Pointer(in.HTTPAccessVerbosity)) - return nil -} - -// Convert_v1beta1_KubeAPIServerLogging_To_core_KubeAPIServerLogging is an autogenerated conversion function. -func Convert_v1beta1_KubeAPIServerLogging_To_core_KubeAPIServerLogging(in *KubeAPIServerLogging, out *core.KubeAPIServerLogging, s conversion.Scope) error { - return autoConvert_v1beta1_KubeAPIServerLogging_To_core_KubeAPIServerLogging(in, out, s) -} - -func autoConvert_core_KubeAPIServerLogging_To_v1beta1_KubeAPIServerLogging(in *core.KubeAPIServerLogging, out *KubeAPIServerLogging, s conversion.Scope) error { - out.Verbosity = (*int32)(unsafe.Pointer(in.Verbosity)) - out.HTTPAccessVerbosity = (*int32)(unsafe.Pointer(in.HTTPAccessVerbosity)) - return nil -} - -// Convert_core_KubeAPIServerLogging_To_v1beta1_KubeAPIServerLogging is an autogenerated conversion function. -func Convert_core_KubeAPIServerLogging_To_v1beta1_KubeAPIServerLogging(in *core.KubeAPIServerLogging, out *KubeAPIServerLogging, s conversion.Scope) error { - return autoConvert_core_KubeAPIServerLogging_To_v1beta1_KubeAPIServerLogging(in, out, s) -} - -func autoConvert_v1beta1_KubeAPIServerRequests_To_core_KubeAPIServerRequests(in *KubeAPIServerRequests, out *core.KubeAPIServerRequests, s conversion.Scope) error { - out.MaxNonMutatingInflight = (*int32)(unsafe.Pointer(in.MaxNonMutatingInflight)) - out.MaxMutatingInflight = (*int32)(unsafe.Pointer(in.MaxMutatingInflight)) - return nil -} - -// Convert_v1beta1_KubeAPIServerRequests_To_core_KubeAPIServerRequests is an autogenerated conversion function. -func Convert_v1beta1_KubeAPIServerRequests_To_core_KubeAPIServerRequests(in *KubeAPIServerRequests, out *core.KubeAPIServerRequests, s conversion.Scope) error { - return autoConvert_v1beta1_KubeAPIServerRequests_To_core_KubeAPIServerRequests(in, out, s) -} - -func autoConvert_core_KubeAPIServerRequests_To_v1beta1_KubeAPIServerRequests(in *core.KubeAPIServerRequests, out *KubeAPIServerRequests, s conversion.Scope) error { - out.MaxNonMutatingInflight = (*int32)(unsafe.Pointer(in.MaxNonMutatingInflight)) - out.MaxMutatingInflight = (*int32)(unsafe.Pointer(in.MaxMutatingInflight)) - return nil -} - -// Convert_core_KubeAPIServerRequests_To_v1beta1_KubeAPIServerRequests is an autogenerated conversion function. -func Convert_core_KubeAPIServerRequests_To_v1beta1_KubeAPIServerRequests(in *core.KubeAPIServerRequests, out *KubeAPIServerRequests, s conversion.Scope) error { - return autoConvert_core_KubeAPIServerRequests_To_v1beta1_KubeAPIServerRequests(in, out, s) -} - func autoConvert_v1beta1_KubeControllerManagerConfig_To_core_KubeControllerManagerConfig(in *KubeControllerManagerConfig, out *core.KubeControllerManagerConfig, s conversion.Scope) error { if err := Convert_v1beta1_KubernetesConfig_To_core_KubernetesConfig(&in.KubernetesConfig, &out.KubernetesConfig, s); err != nil { return err diff --git a/pkg/apis/core/v1beta1/zz_generated.deepcopy.go b/pkg/apis/core/v1beta1/zz_generated.deepcopy.go index f0662dd99e7..30091fdc328 100644 --- a/pkg/apis/core/v1beta1/zz_generated.deepcopy.go +++ b/pkg/apis/core/v1beta1/zz_generated.deepcopy.go @@ -29,6 +29,58 @@ import ( intstr "k8s.io/apimachinery/pkg/util/intstr" ) +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *APIServerLogging) DeepCopyInto(out *APIServerLogging) { + *out = *in + if in.Verbosity != nil { + in, out := &in.Verbosity, &out.Verbosity + *out = new(int32) + **out = **in + } + if in.HTTPAccessVerbosity != nil { + in, out := &in.HTTPAccessVerbosity, &out.HTTPAccessVerbosity + *out = new(int32) + **out = **in + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new APIServerLogging. +func (in *APIServerLogging) DeepCopy() *APIServerLogging { + if in == nil { + return nil + } + out := new(APIServerLogging) + in.DeepCopyInto(out) + return out +} + +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *APIServerRequests) DeepCopyInto(out *APIServerRequests) { + *out = *in + if in.MaxNonMutatingInflight != nil { + in, out := &in.MaxNonMutatingInflight, &out.MaxNonMutatingInflight + *out = new(int32) + **out = **in + } + if in.MaxMutatingInflight != nil { + in, out := &in.MaxMutatingInflight, &out.MaxMutatingInflight + *out = new(int32) + **out = **in + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new APIServerRequests. +func (in *APIServerRequests) DeepCopy() *APIServerRequests { + if in == nil { + return nil + } + out := new(APIServerRequests) + in.DeepCopyInto(out) + return out +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *Addon) DeepCopyInto(out *Addon) { *out = *in @@ -1871,7 +1923,7 @@ func (in *KubeAPIServerConfig) DeepCopyInto(out *KubeAPIServerConfig) { } if in.Requests != nil { in, out := &in.Requests, &out.Requests - *out = new(KubeAPIServerRequests) + *out = new(APIServerRequests) (*in).DeepCopyInto(*out) } if in.EnableAnonymousAuthentication != nil { @@ -1886,7 +1938,7 @@ func (in *KubeAPIServerConfig) DeepCopyInto(out *KubeAPIServerConfig) { } if in.Logging != nil { in, out := &in.Logging, &out.Logging - *out = new(KubeAPIServerLogging) + *out = new(APIServerLogging) (*in).DeepCopyInto(*out) } if in.DefaultNotReadyTolerationSeconds != nil { @@ -1912,58 +1964,6 @@ func (in *KubeAPIServerConfig) DeepCopy() *KubeAPIServerConfig { return out } -// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *KubeAPIServerLogging) DeepCopyInto(out *KubeAPIServerLogging) { - *out = *in - if in.Verbosity != nil { - in, out := &in.Verbosity, &out.Verbosity - *out = new(int32) - **out = **in - } - if in.HTTPAccessVerbosity != nil { - in, out := &in.HTTPAccessVerbosity, &out.HTTPAccessVerbosity - *out = new(int32) - **out = **in - } - return -} - -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KubeAPIServerLogging. -func (in *KubeAPIServerLogging) DeepCopy() *KubeAPIServerLogging { - if in == nil { - return nil - } - out := new(KubeAPIServerLogging) - in.DeepCopyInto(out) - return out -} - -// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *KubeAPIServerRequests) DeepCopyInto(out *KubeAPIServerRequests) { - *out = *in - if in.MaxNonMutatingInflight != nil { - in, out := &in.MaxNonMutatingInflight, &out.MaxNonMutatingInflight - *out = new(int32) - **out = **in - } - if in.MaxMutatingInflight != nil { - in, out := &in.MaxMutatingInflight, &out.MaxMutatingInflight - *out = new(int32) - **out = **in - } - return -} - -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KubeAPIServerRequests. -func (in *KubeAPIServerRequests) DeepCopy() *KubeAPIServerRequests { - if in == nil { - return nil - } - out := new(KubeAPIServerRequests) - in.DeepCopyInto(out) - return out -} - // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *KubeControllerManagerConfig) DeepCopyInto(out *KubeControllerManagerConfig) { *out = *in diff --git a/pkg/apis/core/validation/secretbinding.go b/pkg/apis/core/validation/secretbinding.go index 01c9af2aac5..ff875c8d3be 100644 --- a/pkg/apis/core/validation/secretbinding.go +++ b/pkg/apis/core/validation/secretbinding.go @@ -69,7 +69,8 @@ func ValidateSecretBindingProvider(provider *core.SecretBindingProvider) field.E return allErrs } -func validateAuditPolicyConfigMapReference(ref *corev1.ObjectReference, fldPath *field.Path) field.ErrorList { +// ValidateAuditPolicyConfigMapReference validates the audit policy config map reference. +func ValidateAuditPolicyConfigMapReference(ref *corev1.ObjectReference, fldPath *field.Path) field.ErrorList { allErrs := field.ErrorList{} if len(ref.Name) == 0 { diff --git a/pkg/apis/core/validation/shoot.go b/pkg/apis/core/validation/shoot.go index e55ecd58083..ede3523aa0c 100644 --- a/pkg/apis/core/validation/shoot.go +++ b/pkg/apis/core/validation/shoot.go @@ -935,8 +935,8 @@ func ValidateWatchCacheSizes(sizes *core.WatchCacheSizes, fldPath *field.Path) f return allErrs } -// ValidateKubeAPIServerLogging validates the given KubeAPIServer Logging fields. -func ValidateKubeAPIServerLogging(loggingConfig *core.KubeAPIServerLogging, fldPath *field.Path) field.ErrorList { +// ValidateAPIServerLogging validates the given KubeAPIServer Logging fields. +func ValidateAPIServerLogging(loggingConfig *core.APIServerLogging, fldPath *field.Path) field.ErrorList { allErrs := field.ErrorList{} if loggingConfig != nil { if verbosity := loggingConfig.Verbosity; verbosity != nil { @@ -949,6 +949,35 @@ func ValidateKubeAPIServerLogging(loggingConfig *core.KubeAPIServerLogging, fldP return allErrs } +// ValidateAPIServerRequests validates the given KubeAPIServer request fields. +func ValidateAPIServerRequests(requests *core.APIServerRequests, fldPath *field.Path) field.ErrorList { + allErrs := field.ErrorList{} + + if requests != nil { + const maxNonMutatingRequestsInflight = 800 + if v := requests.MaxNonMutatingInflight; v != nil { + path := fldPath.Child("maxNonMutatingInflight") + + allErrs = append(allErrs, apivalidation.ValidateNonnegativeField(int64(*v), path)...) + if *v > maxNonMutatingRequestsInflight { + allErrs = append(allErrs, field.Invalid(path, *v, fmt.Sprintf("cannot set higher than %d", maxNonMutatingRequestsInflight))) + } + } + + const maxMutatingRequestsInflight = 400 + if v := requests.MaxMutatingInflight; v != nil { + path := fldPath.Child("maxMutatingInflight") + + allErrs = append(allErrs, apivalidation.ValidateNonnegativeField(int64(*v), path)...) + if *v > maxMutatingRequestsInflight { + allErrs = append(allErrs, field.Invalid(path, *v, fmt.Sprintf("cannot set higher than %d", maxMutatingRequestsInflight))) + } + } + } + + return allErrs +} + // ValidateClusterAutoscaler validates the given ClusterAutoscaler fields. func ValidateClusterAutoscaler(autoScaler core.ClusterAutoscaler, k8sVersion string, fldPath *field.Path) field.ErrorList { allErrs := field.ErrorList{} @@ -1121,13 +1150,13 @@ func ValidateKubeAPIServer(kubeAPIServer *core.KubeAPIServerConfig, version stri if auditConfig := kubeAPIServer.AuditConfig; auditConfig != nil { auditPath := fldPath.Child("auditConfig") if auditPolicy := auditConfig.AuditPolicy; auditPolicy != nil && auditConfig.AuditPolicy.ConfigMapRef != nil { - allErrs = append(allErrs, validateAuditPolicyConfigMapReference(auditPolicy.ConfigMapRef, auditPath.Child("auditPolicy", "configMapRef"))...) + allErrs = append(allErrs, ValidateAuditPolicyConfigMapReference(auditPolicy.ConfigMapRef, auditPath.Child("auditPolicy", "configMapRef"))...) } } allErrs = append(allErrs, ValidateWatchCacheSizes(kubeAPIServer.WatchCacheSizes, fldPath.Child("watchCacheSizes"))...) - allErrs = append(allErrs, ValidateKubeAPIServerLogging(kubeAPIServer.Logging, fldPath.Child("logging"))...) + allErrs = append(allErrs, ValidateAPIServerLogging(kubeAPIServer.Logging, fldPath.Child("logging"))...) if defaultNotReadyTolerationSeconds := kubeAPIServer.DefaultNotReadyTolerationSeconds; defaultNotReadyTolerationSeconds != nil { allErrs = append(allErrs, apivalidation.ValidateNonnegativeField(int64(*defaultNotReadyTolerationSeconds), fldPath.Child("defaultNotReadyTolerationSeconds"))...) @@ -1136,27 +1165,7 @@ func ValidateKubeAPIServer(kubeAPIServer *core.KubeAPIServerConfig, version stri allErrs = append(allErrs, apivalidation.ValidateNonnegativeField(int64(*defaultUnreachableTolerationSeconds), fldPath.Child("defaultUnreachableTolerationSeconds"))...) } - if kubeAPIServer.Requests != nil { - const maxMaxNonMutatingRequestsInflight = 800 - if v := kubeAPIServer.Requests.MaxNonMutatingInflight; v != nil { - path := fldPath.Child("requests", "maxNonMutatingInflight") - - allErrs = append(allErrs, apivalidation.ValidateNonnegativeField(int64(*v), path)...) - if *v > maxMaxNonMutatingRequestsInflight { - allErrs = append(allErrs, field.Invalid(path, *v, fmt.Sprintf("cannot set higher than %d", maxMaxNonMutatingRequestsInflight))) - } - } - - const maxMaxMutatingRequestsInflight = 400 - if v := kubeAPIServer.Requests.MaxMutatingInflight; v != nil { - path := fldPath.Child("requests", "maxMutatingInflight") - - allErrs = append(allErrs, apivalidation.ValidateNonnegativeField(int64(*v), path)...) - if *v > maxMaxMutatingRequestsInflight { - allErrs = append(allErrs, field.Invalid(path, *v, fmt.Sprintf("cannot set higher than %d", maxMaxMutatingRequestsInflight))) - } - } - } + allErrs = append(allErrs, ValidateAPIServerRequests(kubeAPIServer.Requests, fldPath.Child("requests"))...) if kubeAPIServer.ServiceAccountConfig != nil { if kubeAPIServer.ServiceAccountConfig.MaxTokenExpiration != nil { diff --git a/pkg/apis/core/validation/shoot_test.go b/pkg/apis/core/validation/shoot_test.go index fdd7784bb39..acbea4d2fef 100644 --- a/pkg/apis/core/validation/shoot_test.go +++ b/pkg/apis/core/validation/shoot_test.go @@ -1777,34 +1777,34 @@ var _ = Describe("Shoot Validation Tests", func() { ) }) - Context("KubeAPIServerLogging validation", func() { + Context("APIServerLogging validation", func() { var negativeSize int32 = -1 - DescribeTable("KubeAPIServerLogging validation", - func(loggingConfig *core.KubeAPIServerLogging, matcher gomegatypes.GomegaMatcher) { - Expect(ValidateKubeAPIServerLogging(loggingConfig, nil)).To(matcher) + DescribeTable("APIServerLogging validation", + func(loggingConfig *core.APIServerLogging, matcher gomegatypes.GomegaMatcher) { + Expect(ValidateAPIServerLogging(loggingConfig, nil)).To(matcher) }, Entry("valid (unset)", nil, BeEmpty()), - Entry("valid (fields unset)", &core.KubeAPIServerLogging{}, BeEmpty()), - Entry("valid (verbosity=0)", &core.KubeAPIServerLogging{ + Entry("valid (fields unset)", &core.APIServerLogging{}, BeEmpty()), + Entry("valid (verbosity=0)", &core.APIServerLogging{ Verbosity: pointer.Int32(0), }, BeEmpty()), - Entry("valid (httpAccessVerbosity=0)", &core.KubeAPIServerLogging{ + Entry("valid (httpAccessVerbosity=0)", &core.APIServerLogging{ HTTPAccessVerbosity: pointer.Int32(0), }, BeEmpty()), - Entry("valid (verbosity>0)", &core.KubeAPIServerLogging{ + Entry("valid (verbosity>0)", &core.APIServerLogging{ Verbosity: pointer.Int32(3), }, BeEmpty()), - Entry("valid (httpAccessVerbosity>0)", &core.KubeAPIServerLogging{ + Entry("valid (httpAccessVerbosity>0)", &core.APIServerLogging{ HTTPAccessVerbosity: pointer.Int32(3), }, BeEmpty()), - Entry("invalid (verbosity<0)", &core.KubeAPIServerLogging{ + Entry("invalid (verbosity<0)", &core.APIServerLogging{ Verbosity: pointer.Int32(negativeSize), }, ConsistOf( field.Invalid(field.NewPath("verbosity"), int64(negativeSize), apivalidation.IsNegativeErrorMsg), )), - Entry("invalid (httpAccessVerbosity<0)", &core.KubeAPIServerLogging{ + Entry("invalid (httpAccessVerbosity<0)", &core.APIServerLogging{ HTTPAccessVerbosity: pointer.Int32(negativeSize), }, ConsistOf( field.Invalid(field.NewPath("httpAccessVerbosity"), int64(negativeSize), apivalidation.IsNegativeErrorMsg), @@ -1814,7 +1814,7 @@ var _ = Describe("Shoot Validation Tests", func() { Context("requests", func() { It("should not allow too high values for max inflight requests fields", func() { - shoot.Spec.Kubernetes.KubeAPIServer.Requests = &core.KubeAPIServerRequests{ + shoot.Spec.Kubernetes.KubeAPIServer.Requests = &core.APIServerRequests{ MaxNonMutatingInflight: pointer.Int32(123123123), MaxMutatingInflight: pointer.Int32(412412412), } @@ -1831,7 +1831,7 @@ var _ = Describe("Shoot Validation Tests", func() { }) It("should not allow negative values for max inflight requests fields", func() { - shoot.Spec.Kubernetes.KubeAPIServer.Requests = &core.KubeAPIServerRequests{ + shoot.Spec.Kubernetes.KubeAPIServer.Requests = &core.APIServerRequests{ MaxNonMutatingInflight: pointer.Int32(-1), MaxMutatingInflight: pointer.Int32(-1), } diff --git a/pkg/apis/core/zz_generated.deepcopy.go b/pkg/apis/core/zz_generated.deepcopy.go index d22ce27290d..82dba63ed06 100644 --- a/pkg/apis/core/zz_generated.deepcopy.go +++ b/pkg/apis/core/zz_generated.deepcopy.go @@ -29,6 +29,58 @@ import ( intstr "k8s.io/apimachinery/pkg/util/intstr" ) +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *APIServerLogging) DeepCopyInto(out *APIServerLogging) { + *out = *in + if in.Verbosity != nil { + in, out := &in.Verbosity, &out.Verbosity + *out = new(int32) + **out = **in + } + if in.HTTPAccessVerbosity != nil { + in, out := &in.HTTPAccessVerbosity, &out.HTTPAccessVerbosity + *out = new(int32) + **out = **in + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new APIServerLogging. +func (in *APIServerLogging) DeepCopy() *APIServerLogging { + if in == nil { + return nil + } + out := new(APIServerLogging) + in.DeepCopyInto(out) + return out +} + +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *APIServerRequests) DeepCopyInto(out *APIServerRequests) { + *out = *in + if in.MaxNonMutatingInflight != nil { + in, out := &in.MaxNonMutatingInflight, &out.MaxNonMutatingInflight + *out = new(int32) + **out = **in + } + if in.MaxMutatingInflight != nil { + in, out := &in.MaxMutatingInflight, &out.MaxMutatingInflight + *out = new(int32) + **out = **in + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new APIServerRequests. +func (in *APIServerRequests) DeepCopy() *APIServerRequests { + if in == nil { + return nil + } + out := new(APIServerRequests) + in.DeepCopyInto(out) + return out +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *Addon) DeepCopyInto(out *Addon) { *out = *in @@ -1866,7 +1918,7 @@ func (in *KubeAPIServerConfig) DeepCopyInto(out *KubeAPIServerConfig) { } if in.Requests != nil { in, out := &in.Requests, &out.Requests - *out = new(KubeAPIServerRequests) + *out = new(APIServerRequests) (*in).DeepCopyInto(*out) } if in.EnableAnonymousAuthentication != nil { @@ -1881,7 +1933,7 @@ func (in *KubeAPIServerConfig) DeepCopyInto(out *KubeAPIServerConfig) { } if in.Logging != nil { in, out := &in.Logging, &out.Logging - *out = new(KubeAPIServerLogging) + *out = new(APIServerLogging) (*in).DeepCopyInto(*out) } if in.DefaultNotReadyTolerationSeconds != nil { @@ -1907,58 +1959,6 @@ func (in *KubeAPIServerConfig) DeepCopy() *KubeAPIServerConfig { return out } -// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *KubeAPIServerLogging) DeepCopyInto(out *KubeAPIServerLogging) { - *out = *in - if in.Verbosity != nil { - in, out := &in.Verbosity, &out.Verbosity - *out = new(int32) - **out = **in - } - if in.HTTPAccessVerbosity != nil { - in, out := &in.HTTPAccessVerbosity, &out.HTTPAccessVerbosity - *out = new(int32) - **out = **in - } - return -} - -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KubeAPIServerLogging. -func (in *KubeAPIServerLogging) DeepCopy() *KubeAPIServerLogging { - if in == nil { - return nil - } - out := new(KubeAPIServerLogging) - in.DeepCopyInto(out) - return out -} - -// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *KubeAPIServerRequests) DeepCopyInto(out *KubeAPIServerRequests) { - *out = *in - if in.MaxNonMutatingInflight != nil { - in, out := &in.MaxNonMutatingInflight, &out.MaxNonMutatingInflight - *out = new(int32) - **out = **in - } - if in.MaxMutatingInflight != nil { - in, out := &in.MaxMutatingInflight, &out.MaxMutatingInflight - *out = new(int32) - **out = **in - } - return -} - -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KubeAPIServerRequests. -func (in *KubeAPIServerRequests) DeepCopy() *KubeAPIServerRequests { - if in == nil { - return nil - } - out := new(KubeAPIServerRequests) - in.DeepCopyInto(out) - return out -} - // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *KubeControllerManagerConfig) DeepCopyInto(out *KubeControllerManagerConfig) { *out = *in diff --git a/pkg/apis/operator/v1alpha1/types.go b/pkg/apis/operator/v1alpha1/types.go index 239fe0b9c8a..bf5ef121f05 100644 --- a/pkg/apis/operator/v1alpha1/types.go +++ b/pkg/apis/operator/v1alpha1/types.go @@ -18,6 +18,7 @@ import ( corev1 "k8s.io/api/core/v1" "k8s.io/apimachinery/pkg/api/resource" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" + "k8s.io/apimachinery/pkg/runtime" "k8s.io/apimachinery/pkg/util/sets" gardencorev1beta1 "github.com/gardener/gardener/pkg/apis/core/v1beta1" @@ -157,6 +158,8 @@ type VirtualCluster struct { // ETCD contains configuration for the etcds of the virtual garden cluster. // +optional ETCD *ETCD `json:"etcd,omitempty"` + // Gardener contains the configuration options for the Gardener control plane components. + Gardener Gardener `json:"gardener"` // Kubernetes contains the version and configuration options for the Kubernetes components of the virtual garden // cluster. Kubernetes Kubernetes `json:"kubernetes"` @@ -398,6 +401,75 @@ type KubeControllerManagerConfig struct { CertificateSigningDuration *metav1.Duration `json:"certificateSigningDuration,omitempty"` } +// Gardener contains the configuration settings for the Gardener componenets. +type Gardener struct { + // ClusterIdentity is the identity of the garden cluster. This field is immutable. + // +kubebuilder:validation:MinLength=1 + // +kubebuilder:validation:XValidation:rule="self == oldSelf",message="Value is immutable" + ClusterIdentity string `json:"clusterIdentity"` + // APIServer contains configuration settings for the gardener-apiserver. + // +optional + APIServer *GardenerAPIServerConfig `json:"gardenerAPIServer,omitempty"` + // ControllerManager contains configuration settings for the gardener-controller-manager. + // +optional + ControllerManager *GardenerControllerManagerConfig `json:"gardenerControllerManager,omitempty"` + // Scheduler contains configuration settings for the gardener-scheduler. + // +optional + Scheduler *GardenerSchedulerConfig `json:"gardenerScheduler,omitempty"` +} + +// GardenerAPIServerConfig contains configuration settings for the gardener-apiserver. +type GardenerAPIServerConfig struct { + gardencorev1beta1.KubernetesConfig `json:",inline"` + // AdmissionPlugins contains the list of user-defined admission plugins (additional to those managed by Gardener), + // and, if desired, the corresponding configuration. + // +optional + AdmissionPlugins []gardencorev1beta1.AdmissionPlugin `json:"admissionPlugins,omitempty"` + // AuditConfig contains configuration settings for the audit of the kube-apiserver. + // +optional + AuditConfig *gardencorev1beta1.AuditConfig `json:"auditConfig,omitempty"` + // Logging contains configuration for the log level and HTTP access logs. + // +optional + Logging *gardencorev1beta1.APIServerLogging `json:"logging,omitempty"` + // Requests contains configuration for request-specific settings for the kube-apiserver. + // +optional + Requests *gardencorev1beta1.APIServerRequests `json:"requests,omitempty"` + // WatchCacheSizes contains configuration of the API server's watch cache sizes. + // Configuring these flags might be useful for large-scale Garden clusters with a lot of parallel update requests + // and a lot of watching controllers (e.g. large ManagedSeed clusters). When the API server's watch cache's + // capacity is too small to cope with the amount of update requests and watchers for a particular resource, it + // might happen that controller watches are permanently stopped with `too old resource version` errors. + // Starting from kubernetes v1.19, the API server's watch cache size is adapted dynamically and setting the watch + // cache size flags will have no effect, except when setting it to 0 (which disables the watch cache). + // +optional + WatchCacheSizes *gardencorev1beta1.WatchCacheSizes `json:"watchCacheSizes,omitempty"` +} + +// GardenerControllerManagerConfig contains configuration settings for the gardener-controller-manager. +type GardenerControllerManagerConfig struct { + gardencorev1beta1.KubernetesConfig `json:",inline"` + // DefaultProjectQuotas is the default configuration matching projects are set up with if a quota is not already + // specified. + // +optional + DefaultProjectQuotas []ProjectQuotaConfiguration `json:"defaultProjectQuotas,omitempty"` +} + +// ProjectQuotaConfiguration defines quota configurations. +type ProjectQuotaConfiguration struct { + // Config is the quota specification used for the project set-up. + // Only v1.ResourceQuota resources are supported. + Config runtime.RawExtension `json:"config"` + // ProjectSelector is an optional setting to select the projects considered for quotas. + // Defaults to empty LabelSelector, which matches all projects. + // +optional + ProjectSelector *metav1.LabelSelector `json:"projectSelector,omitempty"` +} + +// GardenerSchedulerConfig contains configuration settings for the gardener-scheduler. +type GardenerSchedulerConfig struct { + gardencorev1beta1.KubernetesConfig `json:",inline"` +} + // GardenStatus is the status of a garden environment. type GardenStatus struct { // Gardener holds information about the Gardener which last acted on the Garden. diff --git a/pkg/apis/operator/v1alpha1/validation/validation.go b/pkg/apis/operator/v1alpha1/validation/validation.go index 7a59c04b28b..f3f158bcd52 100644 --- a/pkg/apis/operator/v1alpha1/validation/validation.go +++ b/pkg/apis/operator/v1alpha1/validation/validation.go @@ -19,10 +19,12 @@ import ( "net" apivalidation "k8s.io/apimachinery/pkg/api/validation" + metav1validation "k8s.io/apimachinery/pkg/apis/meta/v1/validation" "k8s.io/apimachinery/pkg/runtime" utilruntime "k8s.io/apimachinery/pkg/util/runtime" "k8s.io/apimachinery/pkg/util/sets" "k8s.io/apimachinery/pkg/util/validation/field" + "k8s.io/component-base/featuregate" "k8s.io/utils/pointer" gardencore "github.com/gardener/gardener/pkg/apis/core" @@ -32,8 +34,11 @@ import ( gardencorevalidation "github.com/gardener/gardener/pkg/apis/core/validation" operatorv1alpha1 "github.com/gardener/gardener/pkg/apis/operator/v1alpha1" "github.com/gardener/gardener/pkg/apis/operator/v1alpha1/helper" + "github.com/gardener/gardener/pkg/features" + "github.com/gardener/gardener/pkg/utils" cidrvalidation "github.com/gardener/gardener/pkg/utils/validation/cidr" "github.com/gardener/gardener/pkg/utils/validation/kubernetesversion" + plugin "github.com/gardener/gardener/plugin/pkg" ) var gardenCoreScheme *runtime.Scheme @@ -172,6 +177,8 @@ func validateVirtualCluster(virtualCluster operatorv1alpha1.VirtualCluster, runt allErrs = append(allErrs, gardencorevalidation.ValidateKubeControllerManager(coreKubeControllerManagerConfig, nil, virtualCluster.Kubernetes.Version, true, path)...) } + allErrs = append(allErrs, validateGardener(virtualCluster.Gardener, fldPath.Child("gardener"))...) + if _, _, err := net.ParseCIDR(virtualCluster.Networking.Services); err != nil { allErrs = append(allErrs, field.Invalid(fldPath.Child("networking", "services"), virtualCluster.Networking.Services, fmt.Sprintf("cannot parse service network cidr: %s", err.Error()))) } @@ -188,6 +195,117 @@ func validateVirtualCluster(virtualCluster operatorv1alpha1.VirtualCluster, runt return allErrs } +func validateGardener(config operatorv1alpha1.Gardener, fldPath *field.Path) field.ErrorList { + allErrs := field.ErrorList{} + + allErrs = append(allErrs, validateGardenerAPIServerConfig(config.APIServer, fldPath.Child("gardenerAPIServer"))...) + allErrs = append(allErrs, validateGardenerControllerManagerConfig(config.ControllerManager, fldPath.Child("gardenerControllerManager"))...) + allErrs = append(allErrs, validateGardenerSchedulerConfig(config.Scheduler, fldPath.Child("gardenerScheduler"))...) + + return allErrs +} + +func validateGardenerAPIServerConfig(config *operatorv1alpha1.GardenerAPIServerConfig, fldPath *field.Path) field.ErrorList { + allErrs := field.ErrorList{} + + if config == nil { + return allErrs + } + + allErrs = append(allErrs, validateGardenerFeatureGates(config.FeatureGates, fldPath.Child("featureGates"))...) + + for i, admissionPlugin := range config.AdmissionPlugins { + idxPath := fldPath.Child("admissionPlugins").Index(i) + + if len(admissionPlugin.Name) == 0 { + allErrs = append(allErrs, field.Required(idxPath.Child("name"), "must provide a name")) + return allErrs + } + + if !utils.ValueExists(admissionPlugin.Name, plugin.AllPluginNames()) { + allErrs = append(allErrs, field.NotSupported(idxPath.Child("name"), admissionPlugin.Name, plugin.AllPluginNames())) + } + } + + if auditConfig := config.AuditConfig; auditConfig != nil { + auditPath := fldPath.Child("auditConfig") + if auditPolicy := auditConfig.AuditPolicy; auditPolicy != nil && auditConfig.AuditPolicy.ConfigMapRef != nil { + allErrs = append(allErrs, gardencorevalidation.ValidateAuditPolicyConfigMapReference(auditPolicy.ConfigMapRef, auditPath.Child("auditPolicy", "configMapRef"))...) + } + } + + if config.WatchCacheSizes != nil { + watchCacheSizes := &gardencore.WatchCacheSizes{} + if err := gardenCoreScheme.Convert(config.WatchCacheSizes, watchCacheSizes, nil); err != nil { + allErrs = append(allErrs, field.InternalError(fldPath.Child("watchCacheSizes"), err)) + } + allErrs = append(allErrs, gardencorevalidation.ValidateWatchCacheSizes(watchCacheSizes, fldPath.Child("watchCacheSizes"))...) + } + + if config.Logging != nil { + logging := &gardencore.APIServerLogging{} + if err := gardenCoreScheme.Convert(config.Logging, logging, nil); err != nil { + allErrs = append(allErrs, field.InternalError(fldPath.Child("logging"), err)) + } + allErrs = append(allErrs, gardencorevalidation.ValidateAPIServerLogging(logging, fldPath.Child("logging"))...) + } + + if config.Requests != nil { + requests := &gardencore.APIServerRequests{} + if err := gardenCoreScheme.Convert(config.Requests, requests, nil); err != nil { + allErrs = append(allErrs, field.InternalError(fldPath.Child("requests"), err)) + } + allErrs = append(allErrs, gardencorevalidation.ValidateAPIServerRequests(requests, fldPath.Child("requests"))...) + } + + return allErrs +} + +func validateGardenerControllerManagerConfig(config *operatorv1alpha1.GardenerControllerManagerConfig, fldPath *field.Path) field.ErrorList { + allErrs := field.ErrorList{} + + if config == nil { + return allErrs + } + + allErrs = append(allErrs, validateGardenerFeatureGates(config.FeatureGates, fldPath.Child("featureGates"))...) + + for i, quota := range config.DefaultProjectQuotas { + allErrs = append(allErrs, metav1validation.ValidateLabelSelector(quota.ProjectSelector, metav1validation.LabelSelectorValidationOptions{AllowInvalidLabelValueInSelector: true}, fldPath.Child("defaultProjectQuotas").Index(i).Child("projectSelector"))...) + } + + return allErrs +} + +func validateGardenerSchedulerConfig(config *operatorv1alpha1.GardenerSchedulerConfig, fldPath *field.Path) field.ErrorList { + allErrs := field.ErrorList{} + + if config == nil { + return allErrs + } + + allErrs = append(allErrs, validateGardenerFeatureGates(config.FeatureGates, fldPath.Child("featureGates"))...) + + return allErrs +} + +func validateGardenerFeatureGates(featureGates map[string]bool, fldPath *field.Path) field.ErrorList { + allErrs := field.ErrorList{} + + for featureGate := range featureGates { + spec, supported := features.AllFeatureGates[featuregate.Feature(featureGate)] + if !supported { + allErrs = append(allErrs, field.Forbidden(fldPath.Child(featureGate), "not supported by Gardener")) + } else { + if spec.LockToDefault && featureGates[featureGate] != spec.Default { + allErrs = append(allErrs, field.Forbidden(fldPath.Child(featureGate), fmt.Sprintf("cannot set feature gate to %v, feature is locked to %v", featureGates[featureGate], spec.Default))) + } + } + } + + return allErrs +} + func validateOperation(operation string, garden *operatorv1alpha1.Garden, fldPath *field.Path) field.ErrorList { allErrs := field.ErrorList{} diff --git a/pkg/apis/operator/v1alpha1/validation/validation_test.go b/pkg/apis/operator/v1alpha1/validation/validation_test.go index 3cf68029792..22097def57b 100644 --- a/pkg/apis/operator/v1alpha1/validation/validation_test.go +++ b/pkg/apis/operator/v1alpha1/validation/validation_test.go @@ -21,13 +21,18 @@ import ( . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gstruct" + gomegatypes "github.com/onsi/gomega/types" + corev1 "k8s.io/api/core/v1" + apivalidation "k8s.io/apimachinery/pkg/api/validation" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/util/validation/field" + "k8s.io/component-base/featuregate" "k8s.io/utils/pointer" gardencorev1beta1 "github.com/gardener/gardener/pkg/apis/core/v1beta1" operatorv1alpha1 "github.com/gardener/gardener/pkg/apis/operator/v1alpha1" . "github.com/gardener/gardener/pkg/apis/operator/v1alpha1/validation" + "github.com/gardener/gardener/pkg/features" ) var _ = Describe("Validation Tests", func() { @@ -843,7 +848,7 @@ var _ = Describe("Validation Tests", func() { }) }) - Context("networking", func() { + Context("Networking", func() { It("should complain about an invalid service CIDR", func() { garden.Spec.VirtualCluster.Networking.Services = "not-parseable-cidr" @@ -880,6 +885,329 @@ var _ = Describe("Validation Tests", func() { })))) }) }) + + Context("Gardener", func() { + Context("APIServer", func() { + BeforeEach(func() { + garden.Spec.VirtualCluster.Gardener.APIServer = &operatorv1alpha1.GardenerAPIServerConfig{} + }) + + Context("Feature gates", func() { + It("should complain when non-existing feature gates were configured", func() { + garden.Spec.VirtualCluster.Gardener.APIServer.FeatureGates = map[string]bool{"Foo": true} + + Expect(ValidateGarden(garden)).To(ContainElement(PointTo(MatchFields(IgnoreExtras, Fields{ + "Type": Equal(field.ErrorTypeForbidden), + "Field": Equal("spec.virtualCluster.gardener.gardenerAPIServer.featureGates.Foo"), + })))) + }) + + It("should complain when invalid feature gates were configured", func() { + features.AllFeatureGates["Foo"] = featuregate.FeatureSpec{LockToDefault: true, Default: false} + DeferCleanup(func() { + delete(features.AllFeatureGates, "Foo") + }) + + garden.Spec.VirtualCluster.Gardener.APIServer = &operatorv1alpha1.GardenerAPIServerConfig{ + KubernetesConfig: gardencorev1beta1.KubernetesConfig{ + FeatureGates: map[string]bool{"Foo": true}, + }, + } + + Expect(ValidateGarden(garden)).To(ContainElement(PointTo(MatchFields(IgnoreExtras, Fields{ + "Type": Equal(field.ErrorTypeForbidden), + "Field": Equal("spec.virtualCluster.gardener.gardenerAPIServer.featureGates.Foo"), + })))) + }) + }) + + Context("Admission plugins", func() { + It("should allow not specifying admission plugins", func() { + garden.Spec.VirtualCluster.Gardener.APIServer.AdmissionPlugins = nil + + Expect(ValidateGarden(garden)).To(BeEmpty()) + }) + + It("should forbid specifying admission plugins without a name", func() { + garden.Spec.VirtualCluster.Gardener.APIServer.AdmissionPlugins = []gardencorev1beta1.AdmissionPlugin{{Name: ""}} + + Expect(ValidateGarden(garden)).To(ContainElement(PointTo(MatchFields(IgnoreExtras, Fields{ + "Type": Equal(field.ErrorTypeRequired), + "Field": Equal("spec.virtualCluster.gardener.gardenerAPIServer.admissionPlugins[0].name"), + })))) + }) + + It("should forbid specifying non-existing admission plugin", func() { + garden.Spec.VirtualCluster.Gardener.APIServer.AdmissionPlugins = []gardencorev1beta1.AdmissionPlugin{{Name: "Foo"}} + + Expect(ValidateGarden(garden)).To(ContainElement(PointTo(MatchFields(IgnoreExtras, Fields{ + "Type": Equal(field.ErrorTypeNotSupported), + "Field": Equal("spec.virtualCluster.gardener.gardenerAPIServer.admissionPlugins[0].name"), + })))) + }) + }) + + Context("AuditConfig", func() { + It("should allow nil AuditConfig", func() { + Expect(ValidateGarden(garden)).To(BeEmpty()) + }) + + It("should forbid empty name", func() { + garden.Spec.VirtualCluster.Gardener.APIServer.AuditConfig = &gardencorev1beta1.AuditConfig{ + AuditPolicy: &gardencorev1beta1.AuditPolicy{ + ConfigMapRef: &corev1.ObjectReference{}, + }, + } + + Expect(ValidateGarden(garden)).To(ConsistOf(PointTo(MatchFields(IgnoreExtras, Fields{ + "Type": Equal(field.ErrorTypeRequired), + "Field": Equal("spec.virtualCluster.gardener.gardenerAPIServer.auditConfig.auditPolicy.configMapRef.name"), + })))) + }) + }) + + Context("Watch cache sizes", func() { + var negativeSize int32 = -1 + + DescribeTable("watch cache size validation", + func(sizes *gardencorev1beta1.WatchCacheSizes, matcher gomegatypes.GomegaMatcher) { + garden.Spec.VirtualCluster.Gardener.APIServer.WatchCacheSizes = sizes + Expect(ValidateGarden(garden)).To(matcher) + }, + + Entry("valid (unset)", nil, BeEmpty()), + Entry("valid (fields unset)", &gardencorev1beta1.WatchCacheSizes{}, BeEmpty()), + Entry("valid (default=0)", &gardencorev1beta1.WatchCacheSizes{ + Default: pointer.Int32(0), + }, BeEmpty()), + Entry("valid (default>0)", &gardencorev1beta1.WatchCacheSizes{ + Default: pointer.Int32(42), + }, BeEmpty()), + Entry("invalid (default<0)", &gardencorev1beta1.WatchCacheSizes{ + Default: pointer.Int32(negativeSize), + }, ConsistOf( + field.Invalid(field.NewPath("spec.virtualCluster.gardener.gardenerAPIServer.watchCacheSizes.default"), int64(negativeSize), apivalidation.IsNegativeErrorMsg), + )), + + // APIGroup unset (core group) + Entry("valid (core/secrets=0)", &gardencorev1beta1.WatchCacheSizes{ + Resources: []gardencorev1beta1.ResourceWatchCacheSize{{ + Resource: "secrets", + CacheSize: 0, + }}, + }, BeEmpty()), + Entry("valid (core/secrets=>0)", &gardencorev1beta1.WatchCacheSizes{ + Resources: []gardencorev1beta1.ResourceWatchCacheSize{{ + Resource: "secrets", + CacheSize: 42, + }}, + }, BeEmpty()), + Entry("invalid (core/secrets=<0)", &gardencorev1beta1.WatchCacheSizes{ + Resources: []gardencorev1beta1.ResourceWatchCacheSize{{ + Resource: "secrets", + CacheSize: negativeSize, + }}, + }, ConsistOf( + field.Invalid(field.NewPath("spec.virtualCluster.gardener.gardenerAPIServer.watchCacheSizes.resources[0].size"), int64(negativeSize), apivalidation.IsNegativeErrorMsg), + )), + Entry("invalid (core/resource empty)", &gardencorev1beta1.WatchCacheSizes{ + Resources: []gardencorev1beta1.ResourceWatchCacheSize{{ + Resource: "", + CacheSize: 42, + }}, + }, ConsistOf( + field.Required(field.NewPath("spec.virtualCluster.gardener.gardenerAPIServer.watchCacheSizes.resources[0].resource"), "must not be empty"), + )), + + // APIGroup set + Entry("valid (apps/deployments=0)", &gardencorev1beta1.WatchCacheSizes{ + Resources: []gardencorev1beta1.ResourceWatchCacheSize{{ + APIGroup: pointer.String("apps"), + Resource: "deployments", + CacheSize: 0, + }}, + }, BeEmpty()), + Entry("valid (apps/deployments=>0)", &gardencorev1beta1.WatchCacheSizes{ + Resources: []gardencorev1beta1.ResourceWatchCacheSize{{ + APIGroup: pointer.String("apps"), + Resource: "deployments", + CacheSize: 42, + }}, + }, BeEmpty()), + Entry("invalid (apps/deployments=<0)", &gardencorev1beta1.WatchCacheSizes{ + Resources: []gardencorev1beta1.ResourceWatchCacheSize{{ + APIGroup: pointer.String("apps"), + Resource: "deployments", + CacheSize: negativeSize, + }}, + }, ConsistOf( + field.Invalid(field.NewPath("spec.virtualCluster.gardener.gardenerAPIServer.watchCacheSizes.resources[0].size"), int64(negativeSize), apivalidation.IsNegativeErrorMsg), + )), + Entry("invalid (apps/resource empty)", &gardencorev1beta1.WatchCacheSizes{ + Resources: []gardencorev1beta1.ResourceWatchCacheSize{{ + Resource: "", + CacheSize: 42, + }}, + }, ConsistOf( + field.Required(field.NewPath("spec.virtualCluster.gardener.gardenerAPIServer.watchCacheSizes.resources[0].resource"), "must not be empty"), + )), + ) + }) + + Context("Logging", func() { + var negativeSize int32 = -1 + + DescribeTable("Logging validation", + func(loggingConfig *gardencorev1beta1.APIServerLogging, matcher gomegatypes.GomegaMatcher) { + garden.Spec.VirtualCluster.Gardener.APIServer.Logging = loggingConfig + Expect(ValidateGarden(garden)).To(matcher) + }, + + Entry("valid (unset)", nil, BeEmpty()), + Entry("valid (fields unset)", &gardencorev1beta1.APIServerLogging{}, BeEmpty()), + Entry("valid (verbosity=0)", &gardencorev1beta1.APIServerLogging{ + Verbosity: pointer.Int32(0), + }, BeEmpty()), + Entry("valid (httpAccessVerbosity=0)", &gardencorev1beta1.APIServerLogging{ + HTTPAccessVerbosity: pointer.Int32(0), + }, BeEmpty()), + Entry("valid (verbosity>0)", &gardencorev1beta1.APIServerLogging{ + Verbosity: pointer.Int32(3), + }, BeEmpty()), + Entry("valid (httpAccessVerbosity>0)", &gardencorev1beta1.APIServerLogging{ + HTTPAccessVerbosity: pointer.Int32(3), + }, BeEmpty()), + Entry("invalid (verbosity<0)", &gardencorev1beta1.APIServerLogging{ + Verbosity: pointer.Int32(negativeSize), + }, ConsistOf( + field.Invalid(field.NewPath("spec.virtualCluster.gardener.gardenerAPIServer.logging.verbosity"), int64(negativeSize), apivalidation.IsNegativeErrorMsg), + )), + Entry("invalid (httpAccessVerbosity<0)", &gardencorev1beta1.APIServerLogging{ + HTTPAccessVerbosity: pointer.Int32(negativeSize), + }, ConsistOf( + field.Invalid(field.NewPath("spec.virtualCluster.gardener.gardenerAPIServer.logging.httpAccessVerbosity"), int64(negativeSize), apivalidation.IsNegativeErrorMsg), + )), + ) + }) + + Context("Requests", func() { + It("should not allow too high values for max inflight requests fields", func() { + garden.Spec.VirtualCluster.Gardener.APIServer.Requests = &gardencorev1beta1.APIServerRequests{ + MaxNonMutatingInflight: pointer.Int32(123123123), + MaxMutatingInflight: pointer.Int32(412412412), + } + + Expect(ValidateGarden(garden)).To(ConsistOf(PointTo(MatchFields(IgnoreExtras, Fields{ + "Type": Equal(field.ErrorTypeInvalid), + "Field": Equal("spec.virtualCluster.gardener.gardenerAPIServer.requests.maxNonMutatingInflight"), + })), PointTo(MatchFields(IgnoreExtras, Fields{ + "Type": Equal(field.ErrorTypeInvalid), + "Field": Equal("spec.virtualCluster.gardener.gardenerAPIServer.requests.maxMutatingInflight"), + })))) + }) + + It("should not allow negative values for max inflight requests fields", func() { + garden.Spec.VirtualCluster.Gardener.APIServer.Requests = &gardencorev1beta1.APIServerRequests{ + MaxNonMutatingInflight: pointer.Int32(-1), + MaxMutatingInflight: pointer.Int32(-1), + } + + Expect(ValidateGarden(garden)).To(ConsistOf(PointTo(MatchFields(IgnoreExtras, Fields{ + "Type": Equal(field.ErrorTypeInvalid), + "Field": Equal("spec.virtualCluster.gardener.gardenerAPIServer.requests.maxNonMutatingInflight"), + })), PointTo(MatchFields(IgnoreExtras, Fields{ + "Type": Equal(field.ErrorTypeInvalid), + "Field": Equal("spec.virtualCluster.gardener.gardenerAPIServer.requests.maxMutatingInflight"), + })))) + }) + }) + }) + + Context("ControllerManager", func() { + Context("Feature gates", func() { + It("should complain when non-existing feature gates were configured", func() { + garden.Spec.VirtualCluster.Gardener.ControllerManager = &operatorv1alpha1.GardenerControllerManagerConfig{ + KubernetesConfig: gardencorev1beta1.KubernetesConfig{ + FeatureGates: map[string]bool{"Foo": true}, + }, + } + + Expect(ValidateGarden(garden)).To(ContainElement(PointTo(MatchFields(IgnoreExtras, Fields{ + "Type": Equal(field.ErrorTypeForbidden), + "Field": Equal("spec.virtualCluster.gardener.gardenerControllerManager.featureGates.Foo"), + })))) + }) + + It("should complain when invalid feature gates were configured", func() { + features.AllFeatureGates["Foo"] = featuregate.FeatureSpec{LockToDefault: true, Default: false} + DeferCleanup(func() { + delete(features.AllFeatureGates, "Foo") + }) + + garden.Spec.VirtualCluster.Gardener.ControllerManager = &operatorv1alpha1.GardenerControllerManagerConfig{ + KubernetesConfig: gardencorev1beta1.KubernetesConfig{ + FeatureGates: map[string]bool{"Foo": true}, + }, + } + + Expect(ValidateGarden(garden)).To(ContainElement(PointTo(MatchFields(IgnoreExtras, Fields{ + "Type": Equal(field.ErrorTypeForbidden), + "Field": Equal("spec.virtualCluster.gardener.gardenerControllerManager.featureGates.Foo"), + })))) + }) + }) + + Context("Default Project Quotas", func() { + It("should complain when invalid label selectors were specified", func() { + garden.Spec.VirtualCluster.Gardener.ControllerManager = &operatorv1alpha1.GardenerControllerManagerConfig{ + DefaultProjectQuotas: []operatorv1alpha1.ProjectQuotaConfiguration{{ + ProjectSelector: &metav1.LabelSelector{MatchLabels: map[string]string{"-": "!"}}, + }}, + } + + Expect(ValidateGarden(garden)).To(ContainElement(PointTo(MatchFields(IgnoreExtras, Fields{ + "Type": Equal(field.ErrorTypeInvalid), + "Field": Equal("spec.virtualCluster.gardener.gardenerControllerManager.defaultProjectQuotas[0].projectSelector.matchLabels"), + })))) + }) + }) + }) + + Context("Scheduler", func() { + Context("Feature gates", func() { + It("should complain when non-existing feature gates were configured", func() { + garden.Spec.VirtualCluster.Gardener.Scheduler = &operatorv1alpha1.GardenerSchedulerConfig{ + KubernetesConfig: gardencorev1beta1.KubernetesConfig{ + FeatureGates: map[string]bool{"Foo": true}, + }, + } + + Expect(ValidateGarden(garden)).To(ContainElement(PointTo(MatchFields(IgnoreExtras, Fields{ + "Type": Equal(field.ErrorTypeForbidden), + "Field": Equal("spec.virtualCluster.gardener.gardenerScheduler.featureGates.Foo"), + })))) + }) + + It("should complain when invalid feature gates were configured", func() { + features.AllFeatureGates["Foo"] = featuregate.FeatureSpec{LockToDefault: true, Default: false} + DeferCleanup(func() { + delete(features.AllFeatureGates, "Foo") + }) + + garden.Spec.VirtualCluster.Gardener.Scheduler = &operatorv1alpha1.GardenerSchedulerConfig{ + KubernetesConfig: gardencorev1beta1.KubernetesConfig{ + FeatureGates: map[string]bool{"Foo": true}, + }, + } + + Expect(ValidateGarden(garden)).To(ContainElement(PointTo(MatchFields(IgnoreExtras, Fields{ + "Type": Equal(field.ErrorTypeForbidden), + "Field": Equal("spec.virtualCluster.gardener.gardenerScheduler.featureGates.Foo"), + })))) + }) + }) + }) + }) }) }) diff --git a/pkg/apis/operator/v1alpha1/zz_generated.deepcopy.go b/pkg/apis/operator/v1alpha1/zz_generated.deepcopy.go index e3e462def04..cfd4fe9d691 100644 --- a/pkg/apis/operator/v1alpha1/zz_generated.deepcopy.go +++ b/pkg/apis/operator/v1alpha1/zz_generated.deepcopy.go @@ -458,6 +458,122 @@ func (in *GardenStatus) DeepCopy() *GardenStatus { 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 + if in.APIServer != nil { + in, out := &in.APIServer, &out.APIServer + *out = new(GardenerAPIServerConfig) + (*in).DeepCopyInto(*out) + } + if in.ControllerManager != nil { + in, out := &in.ControllerManager, &out.ControllerManager + *out = new(GardenerControllerManagerConfig) + (*in).DeepCopyInto(*out) + } + if in.Scheduler != nil { + in, out := &in.Scheduler, &out.Scheduler + *out = new(GardenerSchedulerConfig) + (*in).DeepCopyInto(*out) + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Gardener. +func (in *Gardener) DeepCopy() *Gardener { + if in == nil { + return nil + } + out := new(Gardener) + in.DeepCopyInto(out) + return out +} + +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *GardenerAPIServerConfig) DeepCopyInto(out *GardenerAPIServerConfig) { + *out = *in + in.KubernetesConfig.DeepCopyInto(&out.KubernetesConfig) + if in.AdmissionPlugins != nil { + in, out := &in.AdmissionPlugins, &out.AdmissionPlugins + *out = make([]v1beta1.AdmissionPlugin, len(*in)) + for i := range *in { + (*in)[i].DeepCopyInto(&(*out)[i]) + } + } + if in.AuditConfig != nil { + in, out := &in.AuditConfig, &out.AuditConfig + *out = new(v1beta1.AuditConfig) + (*in).DeepCopyInto(*out) + } + if in.Logging != nil { + in, out := &in.Logging, &out.Logging + *out = new(v1beta1.APIServerLogging) + (*in).DeepCopyInto(*out) + } + if in.Requests != nil { + in, out := &in.Requests, &out.Requests + *out = new(v1beta1.APIServerRequests) + (*in).DeepCopyInto(*out) + } + if in.WatchCacheSizes != nil { + in, out := &in.WatchCacheSizes, &out.WatchCacheSizes + *out = new(v1beta1.WatchCacheSizes) + (*in).DeepCopyInto(*out) + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GardenerAPIServerConfig. +func (in *GardenerAPIServerConfig) DeepCopy() *GardenerAPIServerConfig { + if in == nil { + return nil + } + out := new(GardenerAPIServerConfig) + in.DeepCopyInto(out) + return out +} + +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *GardenerControllerManagerConfig) DeepCopyInto(out *GardenerControllerManagerConfig) { + *out = *in + in.KubernetesConfig.DeepCopyInto(&out.KubernetesConfig) + if in.DefaultProjectQuotas != nil { + in, out := &in.DefaultProjectQuotas, &out.DefaultProjectQuotas + *out = make([]ProjectQuotaConfiguration, len(*in)) + for i := range *in { + (*in)[i].DeepCopyInto(&(*out)[i]) + } + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GardenerControllerManagerConfig. +func (in *GardenerControllerManagerConfig) DeepCopy() *GardenerControllerManagerConfig { + if in == nil { + return nil + } + out := new(GardenerControllerManagerConfig) + in.DeepCopyInto(out) + return out +} + +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *GardenerSchedulerConfig) DeepCopyInto(out *GardenerSchedulerConfig) { + *out = *in + in.KubernetesConfig.DeepCopyInto(&out.KubernetesConfig) + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GardenerSchedulerConfig. +func (in *GardenerSchedulerConfig) DeepCopy() *GardenerSchedulerConfig { + if in == nil { + return nil + } + out := new(GardenerSchedulerConfig) + in.DeepCopyInto(out) + return out +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *GroupResource) DeepCopyInto(out *GroupResource) { *out = *in @@ -621,6 +737,28 @@ func (in *Networking) DeepCopy() *Networking { return out } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *ProjectQuotaConfiguration) DeepCopyInto(out *ProjectQuotaConfiguration) { + *out = *in + in.Config.DeepCopyInto(&out.Config) + if in.ProjectSelector != nil { + in, out := &in.ProjectSelector, &out.ProjectSelector + *out = new(v1.LabelSelector) + (*in).DeepCopyInto(*out) + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectQuotaConfiguration. +func (in *ProjectQuotaConfiguration) DeepCopy() *ProjectQuotaConfiguration { + if in == nil { + return nil + } + out := new(ProjectQuotaConfiguration) + in.DeepCopyInto(out) + return out +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *Provider) DeepCopyInto(out *Provider) { *out = *in @@ -844,6 +982,7 @@ func (in *VirtualCluster) DeepCopyInto(out *VirtualCluster) { *out = new(ETCD) (*in).DeepCopyInto(*out) } + in.Gardener.DeepCopyInto(&out.Gardener) in.Kubernetes.DeepCopyInto(&out.Kubernetes) out.Maintenance = in.Maintenance out.Networking = in.Networking diff --git a/pkg/apiserver/plugins.go b/pkg/apiserver/plugins.go index 85d7ab748f6..e55b0e368d9 100644 --- a/pkg/apiserver/plugins.go +++ b/pkg/apiserver/plugins.go @@ -15,13 +15,8 @@ package apiserver import ( - "k8s.io/apimachinery/pkg/util/sets" "k8s.io/apiserver/pkg/admission" - "k8s.io/apiserver/pkg/admission/plugin/namespace/lifecycle" "k8s.io/apiserver/pkg/admission/plugin/resourcequota" - "k8s.io/apiserver/pkg/admission/plugin/validatingadmissionpolicy" - mutatingwebhook "k8s.io/apiserver/pkg/admission/plugin/webhook/mutating" - validatingwebhook "k8s.io/apiserver/pkg/admission/plugin/webhook/validating" bastionvalidator "github.com/gardener/gardener/plugin/pkg/bastion/validator" controllerregistrationresources "github.com/gardener/gardener/plugin/pkg/controllerregistration/resources" @@ -47,77 +42,6 @@ import ( shootvpa "github.com/gardener/gardener/plugin/pkg/shoot/vpa" ) -var ( - // AllOrderedPlugins is the list of all the plugins in order. - AllOrderedPlugins = []string{ - lifecycle.PluginName, // NamespaceLifecycle - resourcereferencemanager.PluginName, // ResourceReferenceManager - extensionvalidation.PluginName, // ExtensionValidator - extensionlabels.PluginName, // ExtensionLabels - shoottolerationrestriction.PluginName, // ShootTolerationRestriction - shootexposureclass.PluginName, // ShootExposureClass - shootdns.PluginName, // ShootDNS - shootmanagedseed.PluginName, // ShootManagedSeed - shootnodelocaldns.PluginName, // ShootNodeLocalDNSEnabledByDefault - shootdnsrewriting.PluginName, // ShootDNSRewriting - shootquotavalidator.PluginName, // ShootQuotaValidator - shootvalidator.PluginName, // ShootValidator - seedvalidator.PluginName, // SeedValidator - controllerregistrationresources.PluginName, // ControllerRegistrationResources - projectvalidator.PluginName, // ProjectValidator - deletionconfirmation.PluginName, // DeletionConfirmation - openidconnectpreset.PluginName, // OpenIDConnectPreset - clusteropenidconnectpreset.PluginName, // ClusterOpenIDConnectPreset - customverbauthorizer.PluginName, // CustomVerbAuthorizer - shootvpa.PluginName, // ShootVPAEnabledByDefault - managedseedvalidator.PluginName, // ManagedSeed - managedseedshoot.PluginName, // ManagedSeedShoot - bastionvalidator.PluginName, // Bastion - - // new admission plugins should generally be inserted above here - // webhook, and resourcequota plugins must go at the end - - mutatingwebhook.PluginName, // MutatingAdmissionWebhook - validatingadmissionpolicy.PluginName, // ValidatingAdmissionPolicy - validatingwebhook.PluginName, // ValidatingAdmissionWebhook - - // This plugin must remain the last one in the list since it updates the quota usage - // which can only happen reliably if previous plugins permitted the request. - resourcequota.PluginName, // ResourceQuota - } - - // DefaultOnPlugins is the set of admission plugins that are enabled by default. - DefaultOnPlugins = sets.NewString( - lifecycle.PluginName, // NamespaceLifecycle - resourcereferencemanager.PluginName, // ResourceReferenceManager - extensionvalidation.PluginName, // ExtensionValidator - extensionlabels.PluginName, // ExtensionLabels - shoottolerationrestriction.PluginName, // ShootTolerationRestriction - shootexposureclass.PluginName, // ShootExposureClass - shootdns.PluginName, // ShootDNS - shootmanagedseed.PluginName, // ShootManagedSeed - shootquotavalidator.PluginName, // ShootQuotaValidator - shootvalidator.PluginName, // ShootValidator - seedvalidator.PluginName, // SeedValidator - controllerregistrationresources.PluginName, // ControllerRegistrationResources - projectvalidator.PluginName, // ProjectValidator - deletionconfirmation.PluginName, // DeletionConfirmation - openidconnectpreset.PluginName, // OpenIDConnectPreset - clusteropenidconnectpreset.PluginName, // ClusterOpenIDConnectPreset - customverbauthorizer.PluginName, // CustomVerbAuthorizer - managedseedvalidator.PluginName, // ManagedSeed - managedseedshoot.PluginName, // ManagedSeedShoot - bastionvalidator.PluginName, // Bastion - mutatingwebhook.PluginName, // MutatingAdmissionWebhook - validatingwebhook.PluginName, // ValidatingAdmissionWebhook - validatingadmissionpolicy.PluginName, // ValidatingAdmissionPolicy - resourcequota.PluginName, // ResourceQuota - ) - - // DefaultOffPlugins is the set of admission plugins that are disabled by default. - DefaultOffPlugins = sets.NewString(AllOrderedPlugins...).Difference(DefaultOnPlugins) -) - // RegisterAllAdmissionPlugins registers all admission plugins. func RegisterAllAdmissionPlugins(plugins *admission.Plugins) { resourcereferencemanager.Register(plugins) diff --git a/pkg/apiserver/plugins_test.go b/pkg/apiserver/plugins_test.go index e85cdcf3894..22994d54d0e 100644 --- a/pkg/apiserver/plugins_test.go +++ b/pkg/apiserver/plugins_test.go @@ -20,16 +20,9 @@ import ( . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" genericoptions "k8s.io/apiserver/pkg/server/options" - - "github.com/gardener/gardener/pkg/apiserver" ) -var _ = Describe("AllOrderedPlugins", func() { - It("must end with specific plugins", func() { - // it's important for these admission plugins to be invoked at the end, ensure correct order here - Expect(strings.Join(apiserver.AllOrderedPlugins, ",")).To(HaveSuffix(",MutatingAdmissionWebhook,ValidatingAdmissionPolicy,ValidatingAdmissionWebhook,ResourceQuota")) - }) - +var _ = Describe("AllPluginNames", func() { It("expects default plugins", func() { // if this test breaks, the default admission plugins in the API server library have changed admissionOpts := genericoptions.NewAdmissionOptions() diff --git a/pkg/component/apiserver/deployment_test.go b/pkg/component/apiserver/deployment_test.go index 4852b27c1d5..9053f8c0538 100644 --- a/pkg/component/apiserver/deployment_test.go +++ b/pkg/component/apiserver/deployment_test.go @@ -41,11 +41,11 @@ var _ = Describe("Deployment", func() { secretServer = &corev1.Secret{ObjectMeta: metav1.ObjectMeta{Name: "server"}} values = Values{ FeatureGates: map[string]bool{"Foo": true, "Bar": false}, - Requests: &gardencorev1beta1.KubeAPIServerRequests{ + Requests: &gardencorev1beta1.APIServerRequests{ MaxMutatingInflight: pointer.Int32(1), MaxNonMutatingInflight: pointer.Int32(2), }, - Logging: &gardencorev1beta1.KubeAPIServerLogging{ + Logging: &gardencorev1beta1.APIServerLogging{ Verbosity: pointer.Int32(3), HTTPAccessVerbosity: pointer.Int32(4), }, diff --git a/pkg/component/apiserver/types.go b/pkg/component/apiserver/types.go index 4b6f96b3917..195d62bb571 100644 --- a/pkg/component/apiserver/types.go +++ b/pkg/component/apiserver/types.go @@ -51,9 +51,9 @@ type Values struct { // FeatureGates is the set of feature gates. FeatureGates map[string]bool // Logging contains configuration settings for the log and access logging verbosity - Logging *gardencorev1beta1.KubeAPIServerLogging + Logging *gardencorev1beta1.APIServerLogging // Requests contains configuration for the API server requests. - Requests *gardencorev1beta1.KubeAPIServerRequests + Requests *gardencorev1beta1.APIServerRequests // RuntimeVersion is the Kubernetes version of the runtime cluster. RuntimeVersion *semver.Version // WatchCacheSizes are the configured sizes for the watch caches. diff --git a/pkg/component/kubeapiserver/kube_apiserver_test.go b/pkg/component/kubeapiserver/kube_apiserver_test.go index 783356a67fb..eb1a4f6fa25 100644 --- a/pkg/component/kubeapiserver/kube_apiserver_test.go +++ b/pkg/component/kubeapiserver/kube_apiserver_test.go @@ -2408,7 +2408,7 @@ rules: Values: apiserver.Values{ EnabledAdmissionPlugins: admissionPlugins, Autoscaling: apiserver.AutoscalingConfig{APIServerResources: apiServerResources}, - Logging: &gardencorev1beta1.KubeAPIServerLogging{ + Logging: &gardencorev1beta1.APIServerLogging{ Verbosity: pointer.Int32(3), HTTPAccessVerbosity: pointer.Int32(3), }, @@ -3054,7 +3054,7 @@ rules: }) It("should configure the request settings if provided", func() { - requests := &gardencorev1beta1.KubeAPIServerRequests{ + requests := &gardencorev1beta1.APIServerRequests{ MaxNonMutatingInflight: pointer.Int32(123), MaxMutatingInflight: pointer.Int32(456), } @@ -3210,7 +3210,7 @@ rules: }) It("should configure the KubeAPISeverLogging settings if provided", func() { - logging := &gardencorev1beta1.KubeAPIServerLogging{ + logging := &gardencorev1beta1.APIServerLogging{ Verbosity: pointer.Int32(3), HTTPAccessVerbosity: pointer.Int32(3), } diff --git a/pkg/component/shared/kubeapiserver.go b/pkg/component/shared/kubeapiserver.go index 4031f1971ce..114c9481447 100644 --- a/pkg/component/shared/kubeapiserver.go +++ b/pkg/component/shared/kubeapiserver.go @@ -120,10 +120,10 @@ func NewKubeAPIServer( eventTTL *metav1.Duration featureGates map[string]bool oidcConfig *gardencorev1beta1.OIDCConfig - requests *gardencorev1beta1.KubeAPIServerRequests + requests *gardencorev1beta1.APIServerRequests runtimeConfig map[string]bool watchCacheSizes *gardencorev1beta1.WatchCacheSizes - logging *gardencorev1beta1.KubeAPIServerLogging + logging *gardencorev1beta1.APIServerLogging ) if apiServerConfig != nil { diff --git a/pkg/component/shared/kubeapiserver_test.go b/pkg/component/shared/kubeapiserver_test.go index ee987a42f42..4e970764403 100644 --- a/pkg/component/shared/kubeapiserver_test.go +++ b/pkg/component/shared/kubeapiserver_test.go @@ -880,7 +880,7 @@ exemptions: }) It("should set the field to the configured values", func() { - requests := &gardencorev1beta1.KubeAPIServerRequests{ + requests := &gardencorev1beta1.APIServerRequests{ MaxMutatingInflight: pointer.Int32(1), MaxNonMutatingInflight: pointer.Int32(2), } diff --git a/pkg/features/features.go b/pkg/features/features.go index 1462f65313c..fa2595a6bd8 100644 --- a/pkg/features/features.go +++ b/pkg/features/features.go @@ -101,7 +101,8 @@ const ( // feature gate map for gardener-apiserver. Hence, we reuse it for all our components. var DefaultFeatureGate = utilfeature.DefaultMutableFeatureGate -var allFeatureGates = map[featuregate.Feature]featuregate.FeatureSpec{ +// AllFeatureGates is the list of all feature gates. +var AllFeatureGates = map[featuregate.Feature]featuregate.FeatureSpec{ HVPA: {Default: false, PreRelease: featuregate.Alpha}, HVPAForShootedSeed: {Default: false, PreRelease: featuregate.Alpha}, DefaultSeccompProfile: {Default: false, PreRelease: featuregate.Alpha}, @@ -118,7 +119,7 @@ func GetFeatures(featureGates ...featuregate.Feature) map[featuregate.Feature]fe out := make(map[featuregate.Feature]featuregate.FeatureSpec) for _, fg := range featureGates { - if spec, ok := allFeatureGates[fg]; ok { + if spec, ok := AllFeatureGates[fg]; ok { out[fg] = spec } } diff --git a/pkg/openapi/openapi_generated.go b/pkg/openapi/openapi_generated.go index b6c97911af1..9ce217e278d 100644 --- a/pkg/openapi/openapi_generated.go +++ b/pkg/openapi/openapi_generated.go @@ -36,6 +36,8 @@ func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenA "github.com/gardener/gardener/pkg/apis/authentication/v1alpha1.AdminKubeconfigRequest": schema_pkg_apis_authentication_v1alpha1_AdminKubeconfigRequest(ref), "github.com/gardener/gardener/pkg/apis/authentication/v1alpha1.AdminKubeconfigRequestSpec": schema_pkg_apis_authentication_v1alpha1_AdminKubeconfigRequestSpec(ref), "github.com/gardener/gardener/pkg/apis/authentication/v1alpha1.AdminKubeconfigRequestStatus": schema_pkg_apis_authentication_v1alpha1_AdminKubeconfigRequestStatus(ref), + "github.com/gardener/gardener/pkg/apis/core/v1beta1.APIServerLogging": schema_pkg_apis_core_v1beta1_APIServerLogging(ref), + "github.com/gardener/gardener/pkg/apis/core/v1beta1.APIServerRequests": schema_pkg_apis_core_v1beta1_APIServerRequests(ref), "github.com/gardener/gardener/pkg/apis/core/v1beta1.Addon": schema_pkg_apis_core_v1beta1_Addon(ref), "github.com/gardener/gardener/pkg/apis/core/v1beta1.Addons": schema_pkg_apis_core_v1beta1_Addons(ref), "github.com/gardener/gardener/pkg/apis/core/v1beta1.AdmissionPlugin": schema_pkg_apis_core_v1beta1_AdmissionPlugin(ref), @@ -100,8 +102,6 @@ func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenA "github.com/gardener/gardener/pkg/apis/core/v1beta1.InternalSecret": schema_pkg_apis_core_v1beta1_InternalSecret(ref), "github.com/gardener/gardener/pkg/apis/core/v1beta1.InternalSecretList": schema_pkg_apis_core_v1beta1_InternalSecretList(ref), "github.com/gardener/gardener/pkg/apis/core/v1beta1.KubeAPIServerConfig": schema_pkg_apis_core_v1beta1_KubeAPIServerConfig(ref), - "github.com/gardener/gardener/pkg/apis/core/v1beta1.KubeAPIServerLogging": schema_pkg_apis_core_v1beta1_KubeAPIServerLogging(ref), - "github.com/gardener/gardener/pkg/apis/core/v1beta1.KubeAPIServerRequests": schema_pkg_apis_core_v1beta1_KubeAPIServerRequests(ref), "github.com/gardener/gardener/pkg/apis/core/v1beta1.KubeControllerManagerConfig": schema_pkg_apis_core_v1beta1_KubeControllerManagerConfig(ref), "github.com/gardener/gardener/pkg/apis/core/v1beta1.KubeProxyConfig": schema_pkg_apis_core_v1beta1_KubeProxyConfig(ref), "github.com/gardener/gardener/pkg/apis/core/v1beta1.KubeSchedulerConfig": schema_pkg_apis_core_v1beta1_KubeSchedulerConfig(ref), @@ -668,6 +668,60 @@ func schema_pkg_apis_authentication_v1alpha1_AdminKubeconfigRequestStatus(ref co } } +func schema_pkg_apis_core_v1beta1_APIServerLogging(ref common.ReferenceCallback) common.OpenAPIDefinition { + return common.OpenAPIDefinition{ + Schema: spec.Schema{ + SchemaProps: spec.SchemaProps{ + Description: "APIServerLogging contains configuration for the logs level and http access logs", + Type: []string{"object"}, + Properties: map[string]spec.Schema{ + "verbosity": { + SchemaProps: spec.SchemaProps{ + Description: "Verbosity is the kube-apiserver log verbosity level Defaults to 2.", + Type: []string{"integer"}, + Format: "int32", + }, + }, + "httpAccessVerbosity": { + SchemaProps: spec.SchemaProps{ + Description: "HTTPAccessVerbosity is the kube-apiserver access logs level", + Type: []string{"integer"}, + Format: "int32", + }, + }, + }, + }, + }, + } +} + +func schema_pkg_apis_core_v1beta1_APIServerRequests(ref common.ReferenceCallback) common.OpenAPIDefinition { + return common.OpenAPIDefinition{ + Schema: spec.Schema{ + SchemaProps: spec.SchemaProps{ + Description: "APIServerRequests contains configuration for request-specific settings for the kube-apiserver.", + Type: []string{"object"}, + Properties: map[string]spec.Schema{ + "maxNonMutatingInflight": { + SchemaProps: spec.SchemaProps{ + Description: "MaxNonMutatingInflight is the maximum number of non-mutating requests in flight at a given time. When the server exceeds this, it rejects requests.", + Type: []string{"integer"}, + Format: "int32", + }, + }, + "maxMutatingInflight": { + SchemaProps: spec.SchemaProps{ + Description: "MaxMutatingInflight is the maximum number of mutating requests in flight at a given time. When the server exceeds this, it rejects requests.", + Type: []string{"integer"}, + Format: "int32", + }, + }, + }, + }, + }, + } +} + func schema_pkg_apis_core_v1beta1_Addon(ref common.ReferenceCallback) common.OpenAPIDefinition { return common.OpenAPIDefinition{ Schema: spec.Schema{ @@ -3505,7 +3559,7 @@ func schema_pkg_apis_core_v1beta1_KubeAPIServerConfig(ref common.ReferenceCallba "requests": { SchemaProps: spec.SchemaProps{ Description: "Requests contains configuration for request-specific settings for the kube-apiserver.", - Ref: ref("github.com/gardener/gardener/pkg/apis/core/v1beta1.KubeAPIServerRequests"), + Ref: ref("github.com/gardener/gardener/pkg/apis/core/v1beta1.APIServerRequests"), }, }, "enableAnonymousAuthentication": { @@ -3524,7 +3578,7 @@ func schema_pkg_apis_core_v1beta1_KubeAPIServerConfig(ref common.ReferenceCallba "logging": { SchemaProps: spec.SchemaProps{ Description: "Logging contains configuration for the log level and HTTP access logs.", - Ref: ref("github.com/gardener/gardener/pkg/apis/core/v1beta1.KubeAPIServerLogging"), + Ref: ref("github.com/gardener/gardener/pkg/apis/core/v1beta1.APIServerLogging"), }, }, "defaultNotReadyTolerationSeconds": { @@ -3545,61 +3599,7 @@ func schema_pkg_apis_core_v1beta1_KubeAPIServerConfig(ref common.ReferenceCallba }, }, Dependencies: []string{ - "github.com/gardener/gardener/pkg/apis/core/v1beta1.AdmissionPlugin", "github.com/gardener/gardener/pkg/apis/core/v1beta1.AuditConfig", "github.com/gardener/gardener/pkg/apis/core/v1beta1.KubeAPIServerLogging", "github.com/gardener/gardener/pkg/apis/core/v1beta1.KubeAPIServerRequests", "github.com/gardener/gardener/pkg/apis/core/v1beta1.OIDCConfig", "github.com/gardener/gardener/pkg/apis/core/v1beta1.ServiceAccountConfig", "github.com/gardener/gardener/pkg/apis/core/v1beta1.WatchCacheSizes", "k8s.io/apimachinery/pkg/apis/meta/v1.Duration"}, - } -} - -func schema_pkg_apis_core_v1beta1_KubeAPIServerLogging(ref common.ReferenceCallback) common.OpenAPIDefinition { - return common.OpenAPIDefinition{ - Schema: spec.Schema{ - SchemaProps: spec.SchemaProps{ - Description: "KubeAPIServerLogging contains configuration for the logs level and http access logs", - Type: []string{"object"}, - Properties: map[string]spec.Schema{ - "verbosity": { - SchemaProps: spec.SchemaProps{ - Description: "Verbosity is the kube-apiserver log verbosity level Defaults to 2.", - Type: []string{"integer"}, - Format: "int32", - }, - }, - "httpAccessVerbosity": { - SchemaProps: spec.SchemaProps{ - Description: "HTTPAccessVerbosity is the kube-apiserver access logs level", - Type: []string{"integer"}, - Format: "int32", - }, - }, - }, - }, - }, - } -} - -func schema_pkg_apis_core_v1beta1_KubeAPIServerRequests(ref common.ReferenceCallback) common.OpenAPIDefinition { - return common.OpenAPIDefinition{ - Schema: spec.Schema{ - SchemaProps: spec.SchemaProps{ - Description: "KubeAPIServerRequests contains configuration for request-specific settings for the kube-apiserver.", - Type: []string{"object"}, - Properties: map[string]spec.Schema{ - "maxNonMutatingInflight": { - SchemaProps: spec.SchemaProps{ - Description: "MaxNonMutatingInflight is the maximum number of non-mutating requests in flight at a given time. When the server exceeds this, it rejects requests.", - Type: []string{"integer"}, - Format: "int32", - }, - }, - "maxMutatingInflight": { - SchemaProps: spec.SchemaProps{ - Description: "MaxMutatingInflight is the maximum number of mutating requests in flight at a given time. When the server exceeds this, it rejects requests.", - Type: []string{"integer"}, - Format: "int32", - }, - }, - }, - }, - }, + "github.com/gardener/gardener/pkg/apis/core/v1beta1.APIServerLogging", "github.com/gardener/gardener/pkg/apis/core/v1beta1.APIServerRequests", "github.com/gardener/gardener/pkg/apis/core/v1beta1.AdmissionPlugin", "github.com/gardener/gardener/pkg/apis/core/v1beta1.AuditConfig", "github.com/gardener/gardener/pkg/apis/core/v1beta1.OIDCConfig", "github.com/gardener/gardener/pkg/apis/core/v1beta1.ServiceAccountConfig", "github.com/gardener/gardener/pkg/apis/core/v1beta1.WatchCacheSizes", "k8s.io/apimachinery/pkg/apis/meta/v1.Duration"}, } } diff --git a/pkg/operator/.import-restrictions b/pkg/operator/.import-restrictions index b68df1217bb..1a6327a113c 100644 --- a/pkg/operator/.import-restrictions +++ b/pkg/operator/.import-restrictions @@ -5,3 +5,7 @@ rules: - github.com/gardener/gardener/extensions/pkg/webhook - github.com/gardener/gardener/extensions/pkg/apis/config - github.com/gardener/gardener/extensions/pkg/util +# override pkg/ import restriction on extensions/ for operator +- selectorRegexp: github[.]com/gardener/gardener/plugin + allowedPrefixes: + - github.com/gardener/gardener/plugin diff --git a/plugin/pkg/bastion/validator/admission.go b/plugin/pkg/bastion/validator/admission.go index f2bbfa01a1f..5ee0f7302de 100644 --- a/plugin/pkg/bastion/validator/admission.go +++ b/plugin/pkg/bastion/validator/admission.go @@ -32,16 +32,12 @@ import ( admissioninitializer "github.com/gardener/gardener/pkg/apiserver/admission/initializer" gardencoreclientset "github.com/gardener/gardener/pkg/client/core/clientset/internalversion" "github.com/gardener/gardener/pkg/utils/kubernetes" -) - -const ( - // PluginName is the name of this admission plugin. - PluginName = "Bastion" + plugin "github.com/gardener/gardener/plugin/pkg" ) // Register registers a plugin. func Register(plugins *admission.Plugins) { - plugins.Register(PluginName, func(config io.Reader) (admission.Interface, error) { + plugins.Register(plugin.PluginNameBastion, func(config io.Reader) (admission.Interface, error) { return New() }) } diff --git a/plugin/pkg/bastion/validator/admission_test.go b/plugin/pkg/bastion/validator/admission_test.go index 1558fdb16a8..ebd4418a804 100644 --- a/plugin/pkg/bastion/validator/admission_test.go +++ b/plugin/pkg/bastion/validator/admission_test.go @@ -273,7 +273,7 @@ var _ = Describe("Bastion", func() { registered := plugins.Registered() Expect(registered).To(HaveLen(1)) - Expect(registered).To(ContainElement(PluginName)) + Expect(registered).To(ContainElement("Bastion")) }) }) diff --git a/plugin/pkg/controllerregistration/resources/admission.go b/plugin/pkg/controllerregistration/resources/admission.go index 379f4bc578e..7c479d3ebfa 100644 --- a/plugin/pkg/controllerregistration/resources/admission.go +++ b/plugin/pkg/controllerregistration/resources/admission.go @@ -27,16 +27,12 @@ import ( "github.com/gardener/gardener/pkg/apis/core" admissioninitializer "github.com/gardener/gardener/pkg/apiserver/admission/initializer" gardencoreclientset "github.com/gardener/gardener/pkg/client/core/clientset/internalversion" -) - -const ( - // PluginName is the name of this admission plugin. - PluginName = "ControllerRegistrationResources" + plugin "github.com/gardener/gardener/plugin/pkg" ) // Register registers a plugin. func Register(plugins *admission.Plugins) { - plugins.Register(PluginName, NewFactory) + plugins.Register(plugin.PluginNameControllerRegistrationResources, NewFactory) } // NewFactory creates a new PluginFactory. diff --git a/plugin/pkg/controllerregistration/resources/admission_test.go b/plugin/pkg/controllerregistration/resources/admission_test.go index ec4d5db294c..1e98a8d574b 100644 --- a/plugin/pkg/controllerregistration/resources/admission_test.go +++ b/plugin/pkg/controllerregistration/resources/admission_test.go @@ -141,7 +141,7 @@ var _ = Describe("resources", func() { registered := plugins.Registered() Expect(registered).To(HaveLen(1)) - Expect(registered).To(ContainElement(PluginName)) + Expect(registered).To(ContainElement("ControllerRegistrationResources")) }) }) diff --git a/plugin/pkg/global/customverbauthorizer/admission.go b/plugin/pkg/global/customverbauthorizer/admission.go index 70bbe3dc57b..4406e8e7e72 100644 --- a/plugin/pkg/global/customverbauthorizer/admission.go +++ b/plugin/pkg/global/customverbauthorizer/admission.go @@ -31,12 +31,10 @@ import ( "github.com/gardener/gardener/pkg/apis/core" admissioninitializer "github.com/gardener/gardener/pkg/apiserver/admission/initializer" + plugin "github.com/gardener/gardener/plugin/pkg" ) const ( - // PluginName is the name of this admission plugin. - PluginName = "CustomVerbAuthorizer" - // CustomVerbModifyProjectTolerationsWhitelist is a constant for the custom verb that allows modifying the // `.spec.tolerations.whitelist` field in `Project` resources. CustomVerbModifyProjectTolerationsWhitelist = "modify-spec-tolerations-whitelist" @@ -47,7 +45,7 @@ const ( // Register registers a plugin. func Register(plugins *admission.Plugins) { - plugins.Register(PluginName, NewFactory) + plugins.Register(plugin.PluginNameCustomVerbAuthorizer, NewFactory) } // NewFactory creates a new PluginFactory. diff --git a/plugin/pkg/global/customverbauthorizer/admission_test.go b/plugin/pkg/global/customverbauthorizer/admission_test.go index 53cb5499c6d..df1dcf79e05 100644 --- a/plugin/pkg/global/customverbauthorizer/admission_test.go +++ b/plugin/pkg/global/customverbauthorizer/admission_test.go @@ -367,7 +367,7 @@ var _ = Describe("customverbauthorizer", func() { registered := plugins.Registered() Expect(registered).To(HaveLen(1)) - Expect(registered).To(ContainElement(PluginName)) + Expect(registered).To(ContainElement("CustomVerbAuthorizer")) }) }) diff --git a/plugin/pkg/global/deletionconfirmation/admission.go b/plugin/pkg/global/deletionconfirmation/admission.go index eba1d17e289..2250fbaf1f6 100644 --- a/plugin/pkg/global/deletionconfirmation/admission.go +++ b/plugin/pkg/global/deletionconfirmation/admission.go @@ -36,16 +36,12 @@ import ( gardencorelisters "github.com/gardener/gardener/pkg/client/core/listers/core/internalversion" "github.com/gardener/gardener/pkg/client/kubernetes" gardenerutils "github.com/gardener/gardener/pkg/utils/gardener" -) - -const ( - // PluginName is the name of this admission plugin. - PluginName = "DeletionConfirmation" + plugin "github.com/gardener/gardener/plugin/pkg" ) // Register registers a plugin. func Register(plugins *admission.Plugins) { - plugins.Register(PluginName, NewFactory) + plugins.Register(plugin.PluginNameDeletionConfirmation, NewFactory) } // NewFactory creates a new PluginFactory. diff --git a/plugin/pkg/global/deletionconfirmation/admission_test.go b/plugin/pkg/global/deletionconfirmation/admission_test.go index 9af1d78ea79..3af75eb18fa 100644 --- a/plugin/pkg/global/deletionconfirmation/admission_test.go +++ b/plugin/pkg/global/deletionconfirmation/admission_test.go @@ -453,7 +453,7 @@ var _ = Describe("deleteconfirmation", func() { registered := plugins.Registered() Expect(registered).To(HaveLen(1)) - Expect(registered).To(ContainElement(PluginName)) + Expect(registered).To(ContainElement("DeletionConfirmation")) }) }) diff --git a/plugin/pkg/global/extensionlabels/admission.go b/plugin/pkg/global/extensionlabels/admission.go index d47c503b916..ac238772ed0 100644 --- a/plugin/pkg/global/extensionlabels/admission.go +++ b/plugin/pkg/global/extensionlabels/admission.go @@ -36,16 +36,12 @@ import ( admissioninitializer "github.com/gardener/gardener/pkg/apiserver/admission/initializer" gardencoreinformers "github.com/gardener/gardener/pkg/client/core/informers/internalversion" gardencorelisters "github.com/gardener/gardener/pkg/client/core/listers/core/internalversion" -) - -const ( - // PluginName is the name of this admission plugin. - PluginName = "ExtensionLabels" + plugin "github.com/gardener/gardener/plugin/pkg" ) // Register registers a plugin. func Register(plugins *admission.Plugins) { - plugins.Register(PluginName, NewFactory) + plugins.Register(plugin.PluginNameExtensionLabels, NewFactory) } // NewFactory creates a new PluginFactory. diff --git a/plugin/pkg/global/extensionlabels/admission_test.go b/plugin/pkg/global/extensionlabels/admission_test.go index 8d354d38a66..14c76d6052b 100644 --- a/plugin/pkg/global/extensionlabels/admission_test.go +++ b/plugin/pkg/global/extensionlabels/admission_test.go @@ -593,7 +593,7 @@ var _ = Describe("ExtensionLabels tests", func() { registered := plugins.Registered() Expect(registered).To(HaveLen(1)) - Expect(registered).To(ContainElement(PluginName)) + Expect(registered).To(ContainElement("ExtensionLabels")) }) }) diff --git a/plugin/pkg/global/extensionvalidation/admission.go b/plugin/pkg/global/extensionvalidation/admission.go index f14f322a2e8..8e26ed02333 100644 --- a/plugin/pkg/global/extensionvalidation/admission.go +++ b/plugin/pkg/global/extensionvalidation/admission.go @@ -35,16 +35,12 @@ import ( admissioninitializer "github.com/gardener/gardener/pkg/apiserver/admission/initializer" gardencoreinformers "github.com/gardener/gardener/pkg/client/core/informers/internalversion" gardencorelisters "github.com/gardener/gardener/pkg/client/core/listers/core/internalversion" -) - -const ( - // PluginName is the name of this admission plugin. - PluginName = "ExtensionValidator" + plugin "github.com/gardener/gardener/plugin/pkg" ) // Register registers a plugin. func Register(plugins *admission.Plugins) { - plugins.Register(PluginName, NewFactory) + plugins.Register(plugin.PluginNameExtensionValidator, NewFactory) } // NewFactory creates a new PluginFactory. diff --git a/plugin/pkg/global/extensionvalidation/admission_test.go b/plugin/pkg/global/extensionvalidation/admission_test.go index b04f32de960..6e520bb0cf9 100644 --- a/plugin/pkg/global/extensionvalidation/admission_test.go +++ b/plugin/pkg/global/extensionvalidation/admission_test.go @@ -469,7 +469,7 @@ var _ = Describe("ExtensionValidator", func() { registered := plugins.Registered() Expect(registered).To(HaveLen(1)) - Expect(registered).To(ContainElement(PluginName)) + Expect(registered).To(ContainElement("ExtensionValidator")) }) }) diff --git a/plugin/pkg/global/resourcereferencemanager/admission.go b/plugin/pkg/global/resourcereferencemanager/admission.go index 819f5f17ce1..6b89987c3c0 100644 --- a/plugin/pkg/global/resourcereferencemanager/admission.go +++ b/plugin/pkg/global/resourcereferencemanager/admission.go @@ -51,17 +51,13 @@ import ( gardencoreinformers "github.com/gardener/gardener/pkg/client/core/informers/internalversion" gardencorelisters "github.com/gardener/gardener/pkg/client/core/listers/core/internalversion" kubernetesclient "github.com/gardener/gardener/pkg/client/kubernetes" + plugin "github.com/gardener/gardener/plugin/pkg" "github.com/gardener/gardener/plugin/pkg/utils" ) -const ( - // PluginName is the name of this admission plugin. - PluginName = "ResourceReferenceManager" -) - // Register registers a plugin. func Register(plugins *admission.Plugins) { - plugins.Register(PluginName, func(config io.Reader) (admission.Interface, error) { + plugins.Register(plugin.PluginNameResourceReferenceManager, func(config io.Reader) (admission.Interface, error) { return New() }) } diff --git a/plugin/pkg/global/resourcereferencemanager/admission_test.go b/plugin/pkg/global/resourcereferencemanager/admission_test.go index 89ead14995b..4f3740fec30 100644 --- a/plugin/pkg/global/resourcereferencemanager/admission_test.go +++ b/plugin/pkg/global/resourcereferencemanager/admission_test.go @@ -1742,7 +1742,7 @@ var _ = Describe("resourcereferencemanager", func() { registered := plugins.Registered() Expect(registered).To(HaveLen(1)) - Expect(registered).To(ContainElement(PluginName)) + Expect(registered).To(ContainElement("ResourceReferenceManager")) }) }) diff --git a/plugin/pkg/managedseed/shoot/admission.go b/plugin/pkg/managedseed/shoot/admission.go index 82a6d52238a..bfd7f2b8054 100644 --- a/plugin/pkg/managedseed/shoot/admission.go +++ b/plugin/pkg/managedseed/shoot/admission.go @@ -31,17 +31,13 @@ import ( gardencoreinformers "github.com/gardener/gardener/pkg/client/core/informers/internalversion" gardencorelisters "github.com/gardener/gardener/pkg/client/core/listers/core/internalversion" seedmanagementclientset "github.com/gardener/gardener/pkg/client/seedmanagement/clientset/versioned" + plugin "github.com/gardener/gardener/plugin/pkg" admissionutils "github.com/gardener/gardener/plugin/pkg/utils" ) -const ( - // PluginName is the name of this admission plugin. - PluginName = "ManagedSeedShoot" -) - // Register registers a plugin. func Register(plugins *admission.Plugins) { - plugins.Register(PluginName, func(config io.Reader) (admission.Interface, error) { + plugins.Register(plugin.PluginNameManagedSeedShoot, func(config io.Reader) (admission.Interface, error) { return New() }) } diff --git a/plugin/pkg/managedseed/shoot/admission_test.go b/plugin/pkg/managedseed/shoot/admission_test.go index f17f15c8b2a..f34a369236a 100644 --- a/plugin/pkg/managedseed/shoot/admission_test.go +++ b/plugin/pkg/managedseed/shoot/admission_test.go @@ -140,7 +140,7 @@ var _ = Describe("Shoot", func() { registered := plugins.Registered() Expect(registered).To(HaveLen(1)) - Expect(registered).To(ContainElement(PluginName)) + Expect(registered).To(ContainElement("ManagedSeedShoot")) }) }) diff --git a/plugin/pkg/managedseed/validator/admission.go b/plugin/pkg/managedseed/validator/admission.go index ad86b72840e..e44bd750070 100644 --- a/plugin/pkg/managedseed/validator/admission.go +++ b/plugin/pkg/managedseed/validator/admission.go @@ -50,17 +50,13 @@ import ( gardenerutils "github.com/gardener/gardener/pkg/utils/gardener" kubernetesutils "github.com/gardener/gardener/pkg/utils/kubernetes" versionutils "github.com/gardener/gardener/pkg/utils/version" + plugin "github.com/gardener/gardener/plugin/pkg" admissionutils "github.com/gardener/gardener/plugin/pkg/utils" ) -const ( - // PluginName is the name of this admission plugin. - PluginName = "ManagedSeed" -) - // Register registers a plugin. func Register(plugins *admission.Plugins) { - plugins.Register(PluginName, func(config io.Reader) (admission.Interface, error) { + plugins.Register(plugin.PluginNameManagedSeed, func(config io.Reader) (admission.Interface, error) { return New() }) } diff --git a/plugin/pkg/managedseed/validator/admission_test.go b/plugin/pkg/managedseed/validator/admission_test.go index 9ee984edc7e..91f3bdbcc89 100644 --- a/plugin/pkg/managedseed/validator/admission_test.go +++ b/plugin/pkg/managedseed/validator/admission_test.go @@ -827,7 +827,7 @@ var _ = Describe("ManagedSeed", func() { registered := plugins.Registered() Expect(registered).To(HaveLen(1)) - Expect(registered).To(ContainElement(PluginName)) + Expect(registered).To(ContainElement("ManagedSeed")) }) }) diff --git a/plugin/pkg/plugins.go b/plugin/pkg/plugins.go new file mode 100644 index 00000000000..41df4d87fbe --- /dev/null +++ b/plugin/pkg/plugins.go @@ -0,0 +1,141 @@ +// Copyright 2023 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 pkg + +import ( + "k8s.io/apimachinery/pkg/util/sets" + "k8s.io/apiserver/pkg/admission/plugin/namespace/lifecycle" + "k8s.io/apiserver/pkg/admission/plugin/resourcequota" + "k8s.io/apiserver/pkg/admission/plugin/validatingadmissionpolicy" + mutatingwebhook "k8s.io/apiserver/pkg/admission/plugin/webhook/mutating" + validatingwebhook "k8s.io/apiserver/pkg/admission/plugin/webhook/validating" +) + +const ( + // PluginNameBastion is the name of the Bastion admission plugin. + PluginNameBastion = "Bastion" + // PluginNameControllerRegistrationResources is the name of the ControllerRegistrationResources admission plugin. + PluginNameControllerRegistrationResources = "ControllerRegistrationResources" + // PluginNameCustomVerbAuthorizer is the name of the CustomVerbAuthorizer admission plugin. + PluginNameCustomVerbAuthorizer = "CustomVerbAuthorizer" + // PluginNameDeletionConfirmation is the name of the DeletionConfirmation admission plugin. + PluginNameDeletionConfirmation = "DeletionConfirmation" + // PluginNameExtensionLabels is the name of the ExtensionLabels admission plugin. + PluginNameExtensionLabels = "ExtensionLabels" + // PluginNameExtensionValidator is the name of the ExtensionValidator admission plugin. + PluginNameExtensionValidator = "ExtensionValidator" + // PluginNameResourceReferenceManager is the name of the ResourceReferenceManager admission plugin. + PluginNameResourceReferenceManager = "ResourceReferenceManager" + // PluginNameManagedSeedShoot is the name of the ManagedSeedShoot admission plugin. + PluginNameManagedSeedShoot = "ManagedSeedShoot" + // PluginNameManagedSeed is the name of the ManagedSeed admission plugin. + PluginNameManagedSeed = "ManagedSeed" + // PluginNameProjectValidator is the name of the ProjectValidator admission plugin. + PluginNameProjectValidator = "ProjectValidator" + // PluginNameSeedValidator is the name of the SeedValidator admission plugin. + PluginNameSeedValidator = "SeedValidator" + // PluginNameShootDNS is the name of the ShootDNS admission plugin. + PluginNameShootDNS = "ShootDNS" + // PluginNameShootDNSRewriting is the name of the ShootDNSRewriting admission plugin. + PluginNameShootDNSRewriting = "ShootDNSRewriting" + // PluginNameShootExposureClass is the name of the ShootExposureClass admission plugin. + PluginNameShootExposureClass = "ShootExposureClass" + // PluginNameShootManagedSeed is the name of the ShootManagedSeed admission plugin. + PluginNameShootManagedSeed = "ShootManagedSeed" + // PluginNameShootNodeLocalDNSEnabledByDefault is the name of the ShootNodeLocalDNSEnabledByDefault admission plugin. + PluginNameShootNodeLocalDNSEnabledByDefault = "ShootNodeLocalDNSEnabledByDefault" + // PluginNameClusterOpenIDConnectPreset is the name of the ClusterOpenIDConnectPreset admission plugin. + PluginNameClusterOpenIDConnectPreset = "ClusterOpenIDConnectPreset" + // PluginNameOpenIDConnectPreset is the name of the OpenIDConnectPreset admission plugin. + PluginNameOpenIDConnectPreset = "OpenIDConnectPreset" + // PluginNameShootQuotaValidator is the name of the ShootQuotaValidator admission plugin. + PluginNameShootQuotaValidator = "ShootQuotaValidator" + // PluginNameShootTolerationRestriction is the name of the ShootTolerationRestriction admission plugin. + PluginNameShootTolerationRestriction = "ShootTolerationRestriction" + // PluginNameShootValidator is the name of the ShootValidator admission plugin. + PluginNameShootValidator = "ShootValidator" + // PluginNameShootVPAEnabledByDefault is the name of the ShootVPAEnabledByDefault admission plugin. + PluginNameShootVPAEnabledByDefault = "ShootVPAEnabledByDefault" +) + +// AllPluginNames returns the names of all plugins. +func AllPluginNames() []string { + return []string{ + lifecycle.PluginName, // NamespaceLifecycle + PluginNameResourceReferenceManager, // ResourceReferenceManager + PluginNameExtensionValidator, // ExtensionValidator + PluginNameExtensionLabels, // ExtensionLabels + PluginNameShootTolerationRestriction, // ShootTolerationRestriction + PluginNameShootExposureClass, // ShootExposureClass + PluginNameShootDNS, // ShootDNS + PluginNameShootManagedSeed, // ShootManagedSeed + PluginNameShootNodeLocalDNSEnabledByDefault, // ShootNodeLocalDNSEnabledByDefault + PluginNameShootDNSRewriting, // ShootDNSRewriting + PluginNameShootQuotaValidator, // ShootQuotaValidator + PluginNameShootValidator, // ShootValidator + PluginNameSeedValidator, // SeedValidator + PluginNameControllerRegistrationResources, // ControllerRegistrationResources + PluginNameProjectValidator, // ProjectValidator + PluginNameDeletionConfirmation, // DeletionConfirmation + PluginNameOpenIDConnectPreset, // OpenIDConnectPreset + PluginNameClusterOpenIDConnectPreset, // ClusterOpenIDConnectPreset + PluginNameCustomVerbAuthorizer, // CustomVerbAuthorizer + PluginNameShootVPAEnabledByDefault, // ShootVPAEnabledByDefault + PluginNameManagedSeed, // ManagedSeed + PluginNameManagedSeedShoot, // ManagedSeedShoot + PluginNameBastion, // Bastion + + // new admission plugins should generally be inserted above here + // webhook, and resourcequota plugins must go at the end + + mutatingwebhook.PluginName, // MutatingAdmissionWebhook + validatingadmissionpolicy.PluginName, // ValidatingAdmissionPolicy + validatingwebhook.PluginName, // ValidatingAdmissionWebhook + + // This plugin must remain the last one in the list since it updates the quota usage + // which can only happen reliably if previous plugins permitted the request. + resourcequota.PluginName, // ResourceQuota + } +} + +// DefaultOnPlugins is the set of admission plugins that are enabled by default. +func DefaultOnPlugins() sets.String { + return sets.NewString( + lifecycle.PluginName, // NamespaceLifecycle + PluginNameResourceReferenceManager, // ResourceReferenceManager + PluginNameExtensionValidator, // ExtensionValidator + PluginNameExtensionLabels, // ExtensionLabels + PluginNameShootTolerationRestriction, // ShootTolerationRestriction + PluginNameShootExposureClass, // ShootExposureClass + PluginNameShootDNS, // ShootDNS + PluginNameShootManagedSeed, // ShootManagedSeed + PluginNameShootQuotaValidator, // ShootQuotaValidator + PluginNameShootValidator, // ShootValidator + PluginNameSeedValidator, // SeedValidator + PluginNameControllerRegistrationResources, // ControllerRegistrationResources + PluginNameProjectValidator, // ProjectValidator + PluginNameDeletionConfirmation, // DeletionConfirmation + PluginNameOpenIDConnectPreset, // OpenIDConnectPreset + PluginNameClusterOpenIDConnectPreset, // ClusterOpenIDConnectPreset + PluginNameCustomVerbAuthorizer, // CustomVerbAuthorizer + PluginNameManagedSeed, // ManagedSeed + PluginNameManagedSeedShoot, // ManagedSeedShoot + PluginNameBastion, // Bastion + mutatingwebhook.PluginName, // MutatingAdmissionWebhook + validatingwebhook.PluginName, // ValidatingAdmissionWebhook + validatingadmissionpolicy.PluginName, // ValidatingAdmissionPolicy + resourcequota.PluginName, // ResourceQuota + ) +} diff --git a/plugin/pkg/plugins_test.go b/plugin/pkg/plugins_test.go new file mode 100644 index 00000000000..eabe2311550 --- /dev/null +++ b/plugin/pkg/plugins_test.go @@ -0,0 +1,31 @@ +// Copyright 2023 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 pkg_test + +import ( + "strings" + + . "github.com/onsi/ginkgo/v2" + . "github.com/onsi/gomega" + + . "github.com/gardener/gardener/plugin/pkg" +) + +var _ = Describe("AllPluginNames", func() { + It("must end with specific plugins", func() { + // it's important for these admission plugins to be invoked at the end, ensure correct order here + Expect(strings.Join(AllPluginNames(), ",")).To(HaveSuffix(",MutatingAdmissionWebhook,ValidatingAdmissionPolicy,ValidatingAdmissionWebhook,ResourceQuota")) + }) +}) diff --git a/plugin/pkg/project/validator/admission.go b/plugin/pkg/project/validator/admission.go index af8fda43d80..6cba3aab49e 100644 --- a/plugin/pkg/project/validator/admission.go +++ b/plugin/pkg/project/validator/admission.go @@ -26,16 +26,12 @@ import ( gardencore "github.com/gardener/gardener/pkg/apis/core" v1beta1constants "github.com/gardener/gardener/pkg/apis/core/v1beta1/constants" gardenerutils "github.com/gardener/gardener/pkg/utils/gardener" -) - -const ( - // PluginName is the name of this admission plugin. - PluginName = "ProjectValidator" + plugin "github.com/gardener/gardener/plugin/pkg" ) // Register registers a plugin. func Register(plugins *admission.Plugins) { - plugins.Register(PluginName, func(config io.Reader) (admission.Interface, error) { + plugins.Register(plugin.PluginNameProjectValidator, func(config io.Reader) (admission.Interface, error) { return New() }) } diff --git a/plugin/pkg/project/validator/admission_test.go b/plugin/pkg/project/validator/admission_test.go index 4f1f7f050d0..61953c32dc8 100644 --- a/plugin/pkg/project/validator/admission_test.go +++ b/plugin/pkg/project/validator/admission_test.go @@ -90,7 +90,7 @@ var _ = Describe("Admission", func() { registered := plugins.Registered() Expect(registered).To(HaveLen(1)) - Expect(registered).To(ContainElement(PluginName)) + Expect(registered).To(ContainElement("ProjectValidator")) }) }) diff --git a/plugin/pkg/seed/validator/admission.go b/plugin/pkg/seed/validator/admission.go index 36e7304d434..f321748dd85 100644 --- a/plugin/pkg/seed/validator/admission.go +++ b/plugin/pkg/seed/validator/admission.go @@ -28,17 +28,13 @@ import ( admissioninitializer "github.com/gardener/gardener/pkg/apiserver/admission/initializer" gardencoreinformers "github.com/gardener/gardener/pkg/client/core/informers/internalversion" gardencorelisters "github.com/gardener/gardener/pkg/client/core/listers/core/internalversion" + plugin "github.com/gardener/gardener/plugin/pkg" admissionutils "github.com/gardener/gardener/plugin/pkg/utils" ) -const ( - // PluginName is the name of this admission plugin. - PluginName = "SeedValidator" -) - // Register registers a plugin. func Register(plugins *admission.Plugins) { - plugins.Register(PluginName, func(config io.Reader) (admission.Interface, error) { + plugins.Register(plugin.PluginNameSeedValidator, func(config io.Reader) (admission.Interface, error) { return New() }) } diff --git a/plugin/pkg/seed/validator/admission_test.go b/plugin/pkg/seed/validator/admission_test.go index 6ee94aeb7af..94a5b332167 100644 --- a/plugin/pkg/seed/validator/admission_test.go +++ b/plugin/pkg/seed/validator/admission_test.go @@ -161,7 +161,7 @@ var _ = Describe("validator", func() { registered := plugins.Registered() Expect(registered).To(HaveLen(1)) - Expect(registered).To(ContainElement(PluginName)) + Expect(registered).To(ContainElement("SeedValidator")) }) }) diff --git a/plugin/pkg/shoot/dns/admission.go b/plugin/pkg/shoot/dns/admission.go index e93ec0bd2a9..cd4045aad7f 100644 --- a/plugin/pkg/shoot/dns/admission.go +++ b/plugin/pkg/shoot/dns/admission.go @@ -40,17 +40,13 @@ import ( gardencorelisters "github.com/gardener/gardener/pkg/client/core/listers/core/internalversion" "github.com/gardener/gardener/pkg/utils" gardenerutils "github.com/gardener/gardener/pkg/utils/gardener" + plugin "github.com/gardener/gardener/plugin/pkg" admissionutils "github.com/gardener/gardener/plugin/pkg/utils" ) -const ( - // PluginName is the name of this admission plugin. - PluginName = "ShootDNS" -) - // Register registers a plugin. func Register(plugins *admission.Plugins) { - plugins.Register(PluginName, func(config io.Reader) (admission.Interface, error) { + plugins.Register(plugin.PluginNameShootDNS, func(config io.Reader) (admission.Interface, error) { return New() }) } diff --git a/plugin/pkg/shoot/dnsrewriting/admission.go b/plugin/pkg/shoot/dnsrewriting/admission.go index 2faf05564e4..6d58b0b3d97 100644 --- a/plugin/pkg/shoot/dnsrewriting/admission.go +++ b/plugin/pkg/shoot/dnsrewriting/admission.go @@ -24,17 +24,13 @@ import ( "k8s.io/apiserver/pkg/admission" "github.com/gardener/gardener/pkg/apis/core" + plugin "github.com/gardener/gardener/plugin/pkg" "github.com/gardener/gardener/plugin/pkg/shoot/dnsrewriting/apis/shootdnsrewriting/validation" ) -const ( - // PluginName is the name of this admission plugin. - PluginName = "ShootDNSRewriting" -) - // Register registers a plugin. func Register(plugins *admission.Plugins) { - plugins.Register(PluginName, func(config io.Reader) (admission.Interface, error) { + plugins.Register(plugin.PluginNameShootDNSRewriting, func(config io.Reader) (admission.Interface, error) { cfg, err := LoadConfiguration(config) if err != nil { return nil, err diff --git a/plugin/pkg/shoot/exposureclass/admission.go b/plugin/pkg/shoot/exposureclass/admission.go index d2167416edd..5b4003203c2 100644 --- a/plugin/pkg/shoot/exposureclass/admission.go +++ b/plugin/pkg/shoot/exposureclass/admission.go @@ -29,16 +29,12 @@ import ( admissioninitializer "github.com/gardener/gardener/pkg/apiserver/admission/initializer" gardencoreinformers "github.com/gardener/gardener/pkg/client/core/informers/internalversion" gardencorelisters "github.com/gardener/gardener/pkg/client/core/listers/core/internalversion" -) - -const ( - // PluginName is the name of this admission plugin. - PluginName = "ShootExposureClass" + plugin "github.com/gardener/gardener/plugin/pkg" ) // Register registers a plugin. func Register(plugins *admission.Plugins) { - plugins.Register(PluginName, func(config io.Reader) (admission.Interface, error) { + plugins.Register(plugin.PluginNameShootExposureClass, func(config io.Reader) (admission.Interface, error) { return New() }) } diff --git a/plugin/pkg/shoot/managedseed/admission.go b/plugin/pkg/shoot/managedseed/admission.go index 48ae791145f..9104e121e3c 100644 --- a/plugin/pkg/shoot/managedseed/admission.go +++ b/plugin/pkg/shoot/managedseed/admission.go @@ -34,17 +34,13 @@ import ( admissioninitializer "github.com/gardener/gardener/pkg/apiserver/admission/initializer" gardencoreclientset "github.com/gardener/gardener/pkg/client/core/clientset/internalversion" seedmanagementclientset "github.com/gardener/gardener/pkg/client/seedmanagement/clientset/versioned" + plugin "github.com/gardener/gardener/plugin/pkg" "github.com/gardener/gardener/plugin/pkg/utils" ) -const ( - // PluginName is the name of this admission plugin. - PluginName = "ShootManagedSeed" -) - // Register registers a plugin. func Register(plugins *admission.Plugins) { - plugins.Register(PluginName, func(config io.Reader) (admission.Interface, error) { + plugins.Register(plugin.PluginNameShootManagedSeed, func(config io.Reader) (admission.Interface, error) { return New() }) } diff --git a/plugin/pkg/shoot/managedseed/admission_test.go b/plugin/pkg/shoot/managedseed/admission_test.go index 11f5357a3d6..d61143fb257 100644 --- a/plugin/pkg/shoot/managedseed/admission_test.go +++ b/plugin/pkg/shoot/managedseed/admission_test.go @@ -390,7 +390,7 @@ var _ = Describe("ManagedSeed", func() { registered := plugins.Registered() Expect(registered).To(HaveLen(1)) - Expect(registered).To(ContainElement(PluginName)) + Expect(registered).To(ContainElement("ShootManagedSeed")) }) }) diff --git a/plugin/pkg/shoot/nodelocaldns/admission.go b/plugin/pkg/shoot/nodelocaldns/admission.go index be18144cd4d..025a3766721 100644 --- a/plugin/pkg/shoot/nodelocaldns/admission.go +++ b/plugin/pkg/shoot/nodelocaldns/admission.go @@ -24,16 +24,12 @@ import ( "github.com/gardener/gardener/pkg/apis/core" gardencorehelper "github.com/gardener/gardener/pkg/apis/core/helper" -) - -const ( - // PluginName is the name of this admission plugin. - PluginName = "ShootNodeLocalDNSEnabledByDefault" + plugin "github.com/gardener/gardener/plugin/pkg" ) // Register registers a plugin. func Register(plugins *admission.Plugins) { - plugins.Register(PluginName, func(config io.Reader) (admission.Interface, error) { + plugins.Register(plugin.PluginNameShootNodeLocalDNSEnabledByDefault, func(config io.Reader) (admission.Interface, error) { return New(), nil }) } diff --git a/plugin/pkg/shoot/oidc/clusteropenidconnectpreset/admission.go b/plugin/pkg/shoot/oidc/clusteropenidconnectpreset/admission.go index 5ce3193b76b..235251a5464 100644 --- a/plugin/pkg/shoot/oidc/clusteropenidconnectpreset/admission.go +++ b/plugin/pkg/shoot/oidc/clusteropenidconnectpreset/admission.go @@ -33,17 +33,13 @@ import ( gardencorelisters "github.com/gardener/gardener/pkg/client/core/listers/core/internalversion" settingsinformers "github.com/gardener/gardener/pkg/client/settings/informers/externalversions" settingsv1alpha1lister "github.com/gardener/gardener/pkg/client/settings/listers/settings/v1alpha1" + plugin "github.com/gardener/gardener/plugin/pkg" applier "github.com/gardener/gardener/plugin/pkg/shoot/oidc" ) -const ( - // PluginName is the name of this admission plugin. - PluginName = "ClusterOpenIDConnectPreset" -) - // Register registers a plugin. func Register(plugins *admission.Plugins) { - plugins.Register(PluginName, func(config io.Reader) (admission.Interface, error) { + plugins.Register(plugin.PluginNameClusterOpenIDConnectPreset, func(config io.Reader) (admission.Interface, error) { return New() }) } diff --git a/plugin/pkg/shoot/oidc/openidconnectpreset/admission.go b/plugin/pkg/shoot/oidc/openidconnectpreset/admission.go index 6f472525ad7..2206395a983 100644 --- a/plugin/pkg/shoot/oidc/openidconnectpreset/admission.go +++ b/plugin/pkg/shoot/oidc/openidconnectpreset/admission.go @@ -31,17 +31,13 @@ import ( admissioninitializer "github.com/gardener/gardener/pkg/apiserver/admission/initializer" settingsinformers "github.com/gardener/gardener/pkg/client/settings/informers/externalversions" settingsv1alpha1lister "github.com/gardener/gardener/pkg/client/settings/listers/settings/v1alpha1" + plugin "github.com/gardener/gardener/plugin/pkg" applier "github.com/gardener/gardener/plugin/pkg/shoot/oidc" ) -const ( - // PluginName is the name of this admission plugin. - PluginName = "OpenIDConnectPreset" -) - // Register registers a plugin. func Register(plugins *admission.Plugins) { - plugins.Register(PluginName, func(config io.Reader) (admission.Interface, error) { + plugins.Register(plugin.PluginNameOpenIDConnectPreset, func(config io.Reader) (admission.Interface, error) { return New() }) } diff --git a/plugin/pkg/shoot/quotavalidator/admission.go b/plugin/pkg/shoot/quotavalidator/admission.go index 484349f9db9..f1567a940e8 100644 --- a/plugin/pkg/shoot/quotavalidator/admission.go +++ b/plugin/pkg/shoot/quotavalidator/admission.go @@ -36,11 +36,7 @@ import ( gardencoreinformers "github.com/gardener/gardener/pkg/client/core/informers/internalversion" gardencorelisters "github.com/gardener/gardener/pkg/client/core/listers/core/internalversion" timeutils "github.com/gardener/gardener/pkg/utils/time" -) - -const ( - // PluginName is the name of this admission plugin. - PluginName = "ShootQuotaValidator" + plugin "github.com/gardener/gardener/plugin/pkg" ) var ( @@ -55,7 +51,7 @@ var ( // Register registers a plugin. func Register(plugins *admission.Plugins) { - plugins.Register(PluginName, func(config io.Reader) (admission.Interface, error) { + plugins.Register(plugin.PluginNameShootQuotaValidator, func(config io.Reader) (admission.Interface, error) { return New(timeutils.DefaultOps()) }) } diff --git a/plugin/pkg/shoot/tolerationrestriction/admission.go b/plugin/pkg/shoot/tolerationrestriction/admission.go index d22f32dc838..d9c236f7556 100644 --- a/plugin/pkg/shoot/tolerationrestriction/admission.go +++ b/plugin/pkg/shoot/tolerationrestriction/admission.go @@ -31,19 +31,15 @@ import ( gardencoreinformers "github.com/gardener/gardener/pkg/client/core/informers/internalversion" gardencorelisters "github.com/gardener/gardener/pkg/client/core/listers/core/internalversion" "github.com/gardener/gardener/pkg/utils" + plugin "github.com/gardener/gardener/plugin/pkg" "github.com/gardener/gardener/plugin/pkg/shoot/tolerationrestriction/apis/shoottolerationrestriction" "github.com/gardener/gardener/plugin/pkg/shoot/tolerationrestriction/apis/shoottolerationrestriction/validation" admissionutils "github.com/gardener/gardener/plugin/pkg/utils" ) -const ( - // PluginName is the name of this admission plugin. - PluginName = "ShootTolerationRestriction" -) - // Register registers a plugin. func Register(plugins *admission.Plugins) { - plugins.Register(PluginName, func(cfg io.Reader) (admission.Interface, error) { + plugins.Register(plugin.PluginNameShootTolerationRestriction, func(cfg io.Reader) (admission.Interface, error) { config, err := LoadConfiguration(cfg) if err != nil { return nil, err diff --git a/plugin/pkg/shoot/tolerationrestriction/admission_test.go b/plugin/pkg/shoot/tolerationrestriction/admission_test.go index 07a7c70f616..e4c7d13f8b9 100644 --- a/plugin/pkg/shoot/tolerationrestriction/admission_test.go +++ b/plugin/pkg/shoot/tolerationrestriction/admission_test.go @@ -297,7 +297,7 @@ var _ = Describe("tolerationrestriction", func() { registered := plugins.Registered() Expect(registered).To(HaveLen(1)) - Expect(registered).To(ContainElement(PluginName)) + Expect(registered).To(ContainElement("ShootTolerationRestriction")) }) }) diff --git a/plugin/pkg/shoot/validator/admission.go b/plugin/pkg/shoot/validator/admission.go index fe22fbbbce8..dbad5555aad 100644 --- a/plugin/pkg/shoot/validator/admission.go +++ b/plugin/pkg/shoot/validator/admission.go @@ -53,19 +53,15 @@ import ( gardenerutils "github.com/gardener/gardener/pkg/utils/gardener" cidrvalidation "github.com/gardener/gardener/pkg/utils/validation/cidr" versionutils "github.com/gardener/gardener/pkg/utils/version" + plugin "github.com/gardener/gardener/plugin/pkg" admissionutils "github.com/gardener/gardener/plugin/pkg/utils" ) -const ( - // PluginName is the name of this admission plugin. - PluginName = "ShootValidator" - - internalVersionErrorMsg = "must not use apiVersion 'internal'" -) +const internalVersionErrorMsg = "must not use apiVersion 'internal'" // Register registers a plugin. func Register(plugins *admission.Plugins) { - plugins.Register(PluginName, func(config io.Reader) (admission.Interface, error) { + plugins.Register(plugin.PluginNameShootValidator, func(config io.Reader) (admission.Interface, error) { return New() }) } diff --git a/plugin/pkg/shoot/vpa/admission.go b/plugin/pkg/shoot/vpa/admission.go index f5253a8241b..d37c04db033 100644 --- a/plugin/pkg/shoot/vpa/admission.go +++ b/plugin/pkg/shoot/vpa/admission.go @@ -24,16 +24,12 @@ import ( "github.com/gardener/gardener/pkg/apis/core" gardencorehelper "github.com/gardener/gardener/pkg/apis/core/helper" -) - -const ( - // PluginName is the name of this admission plugin. - PluginName = "ShootVPAEnabledByDefault" + plugin "github.com/gardener/gardener/plugin/pkg" ) // Register registers a plugin. func Register(plugins *admission.Plugins) { - plugins.Register(PluginName, func(config io.Reader) (admission.Interface, error) { + plugins.Register(plugin.PluginNameShootVPAEnabledByDefault, func(config io.Reader) (admission.Interface, error) { return New(), nil }) } diff --git a/skaffold-operator.yaml b/skaffold-operator.yaml index c572f527f1a..54ce2878058 100644 --- a/skaffold-operator.yaml +++ b/skaffold-operator.yaml @@ -203,6 +203,7 @@ build: - pkg/utils/validation/features - pkg/utils/validation/kubernetesversion - pkg/utils/version + - plugin/pkg - vendor - VERSION ldflags: diff --git a/skaffold.yaml b/skaffold.yaml index 06e2c9a0350..e6f7407d8f6 100644 --- a/skaffold.yaml +++ b/skaffold.yaml @@ -166,6 +166,7 @@ build: - pkg/utils/validation/features - pkg/utils/validation/kubernetesversion - pkg/utils/version + - plugin/pkg - plugin/pkg/bastion/validator - plugin/pkg/controllerregistration/resources - plugin/pkg/global/customverbauthorizer diff --git a/test/e2e/operator/garden/common.go b/test/e2e/operator/garden/common.go index bf5a1eacc8c..ed436550962 100644 --- a/test/e2e/operator/garden/common.go +++ b/test/e2e/operator/garden/common.go @@ -116,6 +116,9 @@ func defaultGarden(backupSecret *corev1.Secret) *operatorv1alpha1.Garden { }, }, }, + Gardener: operatorv1alpha1.Gardener{ + ClusterIdentity: "e2e-test", + }, Kubernetes: operatorv1alpha1.Kubernetes{ Version: "1.27.1", }, diff --git a/test/integration/gardenlet/networkpolicy/networkpolicy_test.go b/test/integration/gardenlet/networkpolicy/networkpolicy_test.go index b7028a978e1..c0986782af4 100644 --- a/test/integration/gardenlet/networkpolicy/networkpolicy_test.go +++ b/test/integration/gardenlet/networkpolicy/networkpolicy_test.go @@ -637,6 +637,9 @@ var _ = Describe("NetworkPolicy controller tests", func() { DNS: operatorv1alpha1.DNS{ Domains: []string{"virtual-garden.local.gardener.cloud"}, }, + Gardener: operatorv1alpha1.Gardener{ + ClusterIdentity: "test", + }, Kubernetes: operatorv1alpha1.Kubernetes{ Version: "1.26.3", }, diff --git a/test/integration/gardenlet/seed/seed/seed_test.go b/test/integration/gardenlet/seed/seed/seed_test.go index b5493880e4a..5aa041729bd 100644 --- a/test/integration/gardenlet/seed/seed/seed_test.go +++ b/test/integration/gardenlet/seed/seed/seed_test.go @@ -752,6 +752,9 @@ var _ = Describe("Seed controller tests", func() { DNS: operatorv1alpha1.DNS{ Domains: []string{"virtual-garden.local.gardener.cloud"}, }, + Gardener: operatorv1alpha1.Gardener{ + ClusterIdentity: "test", + }, Kubernetes: operatorv1alpha1.Kubernetes{ Version: "1.26.3", }, diff --git a/test/integration/operator/garden/care/care_test.go b/test/integration/operator/garden/care/care_test.go index a8e8267f202..0b4aac6cd74 100644 --- a/test/integration/operator/garden/care/care_test.go +++ b/test/integration/operator/garden/care/care_test.go @@ -103,6 +103,9 @@ var _ = Describe("Garden Care controller tests", func() { DNS: operatorv1alpha1.DNS{ Domains: []string{"virtual-garden.local.gardener.cloud"}, }, + Gardener: operatorv1alpha1.Gardener{ + ClusterIdentity: "test", + }, Kubernetes: operatorv1alpha1.Kubernetes{ Version: "1.26.3", }, diff --git a/test/integration/operator/garden/garden/garden_test.go b/test/integration/operator/garden/garden/garden_test.go index 294009e19aa..9899f103103 100644 --- a/test/integration/operator/garden/garden/garden_test.go +++ b/test/integration/operator/garden/garden/garden_test.go @@ -170,6 +170,9 @@ var _ = Describe("Garden controller tests", func() { DNS: operatorv1alpha1.DNS{ Domains: []string{"virtual-garden.local.gardener.cloud"}, }, + Gardener: operatorv1alpha1.Gardener{ + ClusterIdentity: "test", + }, Kubernetes: operatorv1alpha1.Kubernetes{ Version: "1.26.3", },