diff --git a/go.mod b/go.mod index c43b2804c9..0b43561e9b 100644 --- a/go.mod +++ b/go.mod @@ -18,7 +18,7 @@ require ( github.com/imdario/mergo v0.3.10 // indirect github.com/kevinburke/go-bindata v3.11.0+incompatible github.com/onsi/ginkgo v1.14.0 // indirect - github.com/openshift/api v0.0.0-20201116215713-725145b8f33f + github.com/openshift/api v0.0.0-20201130121019-19e3831bc513 github.com/openshift/library-go v0.0.0-20200423123937-d1360419413d github.com/pkg/errors v0.9.1 github.com/spf13/cobra v1.0.0 diff --git a/go.sum b/go.sum index d43ee2cb47..18a4d58440 100644 --- a/go.sum +++ b/go.sum @@ -401,8 +401,8 @@ github.com/opencontainers/image-spec v1.0.1/go.mod h1:BtxoFyWECRxE4U/7sNtV5W15zM github.com/opencontainers/runc v0.0.0-20191031171055-b133feaeeb2e/go.mod h1:qT5XzbpPznkRYVz/mWwUaVBUv2rmF59PVA73FjuZG0U= github.com/openshift/api v0.0.0-20200326152221-912866ddb162/go.mod h1:RKMJ5CBnljLfnej+BJ/xnOWc3kZDvJUaIAEq2oKSPtE= github.com/openshift/api v0.0.0-20200326160804-ecb9283fe820/go.mod h1:RKMJ5CBnljLfnej+BJ/xnOWc3kZDvJUaIAEq2oKSPtE= -github.com/openshift/api v0.0.0-20201116215713-725145b8f33f h1:95nOJfESnijTBj5VQR149ue+lyFI23TenYrQ+MpCqKo= -github.com/openshift/api v0.0.0-20201116215713-725145b8f33f/go.mod h1:RDvBcRQMGLa3aNuDuejVBbTEQj/2i14NXdpOLqbNBvM= +github.com/openshift/api v0.0.0-20201130121019-19e3831bc513 h1:kjg7HNFGXTvxwV9NFtAm+WFRgJPGOazenElEulEDWWc= +github.com/openshift/api v0.0.0-20201130121019-19e3831bc513/go.mod h1:RDvBcRQMGLa3aNuDuejVBbTEQj/2i14NXdpOLqbNBvM= github.com/openshift/build-machinery-go v0.0.0-20200211121458-5e3d6e570160/go.mod h1:1CkcsT3aVebzRBzVTSbiKSkJMsC/CASqxesfqEMfJEc= github.com/openshift/build-machinery-go v0.0.0-20200917070002-f171684f77ab/go.mod h1:b1BuldmJlbA/xYtdZvKi+7j5YGB44qJUJDZ9zwiNCfE= github.com/openshift/client-go v0.0.0-20200326155132-2a6cd50aedd0/go.mod h1:uUQ4LClRO+fg5MF/P6QxjMCb1C9f7Oh4RKepftDnEJE= diff --git a/manifests/00-cluster-role.yaml b/manifests/00-cluster-role.yaml index 224fa0e99f..9cbcf5aaaf 100644 --- a/manifests/00-cluster-role.yaml +++ b/manifests/00-cluster-role.yaml @@ -8,6 +8,7 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" rules: - apiGroups: - "" diff --git a/manifests/00-custom-resource-definition-internal.yaml b/manifests/00-custom-resource-definition-internal.yaml index 0e2a169f68..64e8129c98 100644 --- a/manifests/00-custom-resource-definition-internal.yaml +++ b/manifests/00-custom-resource-definition-internal.yaml @@ -5,6 +5,7 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" spec: group: ingress.operator.openshift.io names: diff --git a/manifests/00-custom-resource-definition.yaml b/manifests/00-custom-resource-definition.yaml index 4caaf683ee..0760d244d2 100644 --- a/manifests/00-custom-resource-definition.yaml +++ b/manifests/00-custom-resource-definition.yaml @@ -4,6 +4,7 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" name: ingresscontrollers.operator.openshift.io spec: group: operator.openshift.io diff --git a/manifests/00-ingress-credentials-request.yaml b/manifests/00-ingress-credentials-request.yaml index 64f1a665e5..b8c3a37812 100644 --- a/manifests/00-ingress-credentials-request.yaml +++ b/manifests/00-ingress-credentials-request.yaml @@ -8,6 +8,7 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" spec: secretRef: name: cloud-credentials @@ -34,6 +35,7 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" spec: secretRef: name: cloud-credentials @@ -54,6 +56,7 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" spec: secretRef: name: cloud-credentials diff --git a/manifests/00-namespace.yaml b/manifests/00-namespace.yaml index d29f5102bb..1f387c6a1d 100644 --- a/manifests/00-namespace.yaml +++ b/manifests/00-namespace.yaml @@ -4,6 +4,7 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" openshift.io/node-selector: "" labels: # allow openshift-monitoring to look for ServiceMonitor objects in this namespace diff --git a/manifests/0000_90_ingress-operator_00_prometheusrole.yaml b/manifests/0000_90_ingress-operator_00_prometheusrole.yaml index cd20062a43..bb485b6294 100644 --- a/manifests/0000_90_ingress-operator_00_prometheusrole.yaml +++ b/manifests/0000_90_ingress-operator_00_prometheusrole.yaml @@ -6,6 +6,7 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" rules: - apiGroups: - "" diff --git a/manifests/0000_90_ingress-operator_01_prometheusrolebinding.yaml b/manifests/0000_90_ingress-operator_01_prometheusrolebinding.yaml index 74d8edcfdb..35dd8b72c4 100644 --- a/manifests/0000_90_ingress-operator_01_prometheusrolebinding.yaml +++ b/manifests/0000_90_ingress-operator_01_prometheusrolebinding.yaml @@ -6,6 +6,7 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" roleRef: apiGroup: rbac.authorization.k8s.io kind: Role diff --git a/manifests/0000_90_ingress-operator_02_servicemonitor.yaml b/manifests/0000_90_ingress-operator_02_servicemonitor.yaml index 3a5365166c..e13d08a832 100644 --- a/manifests/0000_90_ingress-operator_02_servicemonitor.yaml +++ b/manifests/0000_90_ingress-operator_02_servicemonitor.yaml @@ -6,6 +6,7 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" spec: endpoints: - bearerTokenFile: /var/run/secrets/kubernetes.io/serviceaccount/token diff --git a/manifests/0000_90_ingress-operator_03_prometheusrules.yaml b/manifests/0000_90_ingress-operator_03_prometheusrules.yaml index 64ec4762e4..c5a9bf411e 100644 --- a/manifests/0000_90_ingress-operator_03_prometheusrules.yaml +++ b/manifests/0000_90_ingress-operator_03_prometheusrules.yaml @@ -8,6 +8,7 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" spec: groups: - name: openshift-ingress.rules diff --git a/manifests/01-cluster-role-binding.yaml b/manifests/01-cluster-role-binding.yaml index ab75201dd6..4ffc8436ea 100644 --- a/manifests/01-cluster-role-binding.yaml +++ b/manifests/01-cluster-role-binding.yaml @@ -6,6 +6,7 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" subjects: - kind: ServiceAccount name: ingress-operator diff --git a/manifests/01-role-binding.yaml b/manifests/01-role-binding.yaml index d33543837f..2e5e2572df 100644 --- a/manifests/01-role-binding.yaml +++ b/manifests/01-role-binding.yaml @@ -7,6 +7,7 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" subjects: - kind: ServiceAccount name: ingress-operator diff --git a/manifests/01-role.yaml b/manifests/01-role.yaml index cb6efb48bd..caabade97d 100644 --- a/manifests/01-role.yaml +++ b/manifests/01-role.yaml @@ -7,6 +7,7 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" rules: - apiGroups: - operator.openshift.io diff --git a/manifests/01-service-account.yaml b/manifests/01-service-account.yaml index 7961d2cc43..aad4379996 100644 --- a/manifests/01-service-account.yaml +++ b/manifests/01-service-account.yaml @@ -8,3 +8,4 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" diff --git a/manifests/01-service.yaml b/manifests/01-service.yaml index 3dc4315df0..4c1727600d 100644 --- a/manifests/01-service.yaml +++ b/manifests/01-service.yaml @@ -4,6 +4,7 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" service.beta.openshift.io/serving-cert-secret-name: metrics-tls labels: name: ingress-operator diff --git a/manifests/01-trusted-ca-configmap.yaml b/manifests/01-trusted-ca-configmap.yaml index f956cefa79..f2b0131681 100644 --- a/manifests/01-trusted-ca-configmap.yaml +++ b/manifests/01-trusted-ca-configmap.yaml @@ -6,6 +6,7 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" release.openshift.io/create-only: "true" labels: config.openshift.io/inject-trusted-cabundle: "true" diff --git a/manifests/02-deployment.yaml b/manifests/02-deployment.yaml index b341c25ad6..5a2df7a89b 100644 --- a/manifests/02-deployment.yaml +++ b/manifests/02-deployment.yaml @@ -7,6 +7,7 @@ metadata: config.openshift.io/inject-proxy: ingress-operator include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" spec: replicas: 1 strategy: diff --git a/manifests/03-cluster-operator.yaml b/manifests/03-cluster-operator.yaml index 7dbdcf76ea..da44b2f46c 100644 --- a/manifests/03-cluster-operator.yaml +++ b/manifests/03-cluster-operator.yaml @@ -8,6 +8,7 @@ metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" status: versions: - name: operator diff --git a/pkg/manifests/bindata.go b/pkg/manifests/bindata.go index 13eb7d6659..2ae11d9d02 100644 --- a/pkg/manifests/bindata.go +++ b/pkg/manifests/bindata.go @@ -15,23 +15,23 @@ // assets/router/service-account.yaml (213B) // assets/router/service-cloud.yaml (631B) // assets/router/service-internal.yaml (429B) -// manifests/00-cluster-role.yaml (2.787kB) -// manifests/00-custom-resource-definition-internal.yaml (6.647kB) -// manifests/00-custom-resource-definition.yaml (62.702kB) -// manifests/00-ingress-credentials-request.yaml (1.902kB) -// manifests/00-namespace.yaml (397B) -// manifests/0000_90_ingress-operator_00_prometheusrole.yaml (383B) -// manifests/0000_90_ingress-operator_01_prometheusrolebinding.yaml (451B) -// manifests/0000_90_ingress-operator_02_servicemonitor.yaml (657B) -// manifests/0000_90_ingress-operator_03_prometheusrules.yaml (886B) -// manifests/01-cluster-role-binding.yaml (515B) -// manifests/01-role-binding.yaml (513B) -// manifests/01-role.yaml (623B) -// manifests/01-service-account.yaml (342B) -// manifests/01-service.yaml (475B) -// manifests/01-trusted-ca-configmap.yaml (454B) -// manifests/02-deployment.yaml (3.776kB) -// manifests/03-cluster-operator.yaml (503B) +// manifests/00-cluster-role.yaml (2.85kB) +// manifests/00-custom-resource-definition-internal.yaml (6.71kB) +// manifests/00-custom-resource-definition.yaml (62.765kB) +// manifests/00-ingress-credentials-request.yaml (2.091kB) +// manifests/00-namespace.yaml (460B) +// manifests/0000_90_ingress-operator_00_prometheusrole.yaml (446B) +// manifests/0000_90_ingress-operator_01_prometheusrolebinding.yaml (514B) +// manifests/0000_90_ingress-operator_02_servicemonitor.yaml (720B) +// manifests/0000_90_ingress-operator_03_prometheusrules.yaml (949B) +// manifests/01-cluster-role-binding.yaml (578B) +// manifests/01-role-binding.yaml (576B) +// manifests/01-role.yaml (686B) +// manifests/01-service-account.yaml (405B) +// manifests/01-service.yaml (538B) +// manifests/01-trusted-ca-configmap.yaml (517B) +// manifests/02-deployment.yaml (3.839kB) +// manifests/03-cluster-operator.yaml (566B) // manifests/image-references (540B) package manifests @@ -401,7 +401,7 @@ func assetsRouterServiceInternalYaml() (*asset, error) { return a, nil } -var _manifests00ClusterRoleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x56\x4d\x8f\xe3\x36\x0c\xbd\xe7\x57\x08\x93\xc3\x02\x0b\xd8\x41\x6f\x45\x6e\x45\x0b\xf4\xd4\x2e\x50\x14\xbd\xd3\x12\x13\xb3\x23\x8b\x06\x49\x65\xd6\xfd\xf5\x85\xfc\x31\xd9\x49\x32\x49\x76\x27\xa7\x58\x34\xf9\xde\x0b\xbf\xac\xb5\xfb\x35\x66\x35\x14\x27\x1c\xd1\xed\x58\x9c\xb5\xe8\xb8\x47\x01\x63\x71\x64\x8a\x71\x57\xaf\xd6\xee\xef\x2f\xbf\x7d\xd9\xba\x5f\x5c\x64\x73\xbc\x2b\x5e\x8a\x4e\x5b\xce\x31\xb8\x06\x9d\x60\x1f\xc1\x63\x70\xcd\x30\x42\xa9\xa3\x34\x42\x25\xe8\x50\x7b\xf0\xa8\x23\xfa\x4b\x4b\xbe\x5d\xad\xdf\xb2\x80\xb7\x0c\x31\x0e\x2e\x21\x06\x75\xe0\x3d\xaa\xd6\xab\x67\x4a\x61\xbb\x08\xfc\x8b\x23\xae\xa0\xa7\x7f\x50\x94\x38\x6d\x9d\x34\xe0\x6b\xc8\xd6\xb2\xd0\x7f\x60\xc4\xa9\x7e\xfe\x59\x6b\xe2\xcd\xe1\xa7\x55\x87\x06\x01\x0c\xb6\x2b\x37\x2a\xd8\x16\xb2\xa4\x2d\xed\xac\xa2\xb4\x17\x54\xad\x16\xfa\x95\x73\x90\x12\xdb\x88\xa1\x25\xc2\x39\x4a\x3e\xe6\x80\xb5\x60\x44\x50\xac\x5f\xa3\x0b\x3e\x35\x5d\xe5\x23\xe7\x50\x75\x90\x60\x8f\x61\xeb\x9e\x4c\x32\x3e\xdd\x0e\x2d\xd9\x5c\xa2\xaa\x96\xf6\x6d\x05\x07\xa0\x08\x0d\x45\xb2\xe1\x15\x47\x72\x44\xdd\xae\x2a\x07\x3d\xfd\x2e\x9c\xfb\x51\x56\xe5\x9e\x0a\x85\xa0\x72\x16\x8f\xb3\xcd\x73\xda\xd1\xbe\x83\x5e\xc7\xe3\x31\xdf\xe3\x51\x51\x0e\xe4\x11\xbc\xe7\x9c\x6c\xb2\x61\x0a\x3d\xd3\x72\x9a\x3d\x96\x83\x17\x9c\x5f\xf4\x1c\x66\xff\x03\x4e\xce\x07\x94\x66\x51\xf2\xf9\x69\x75\xae\x0f\xfa\x51\xc5\x89\xc2\x80\x7d\xe4\xa1\xc3\x85\x31\x00\x76\x9c\x14\xef\xc3\xec\x39\x92\x1f\xce\x51\x7b\x0e\x81\x54\x72\x5f\xca\xd6\xe4\xb0\xbf\x13\xaf\xe3\x44\xc6\x42\x69\x5f\x7b\x16\x64\xad\x3d\x77\xe7\xf0\x73\x5a\x66\xef\x13\x64\x2f\x08\x86\xe3\xe3\x1e\x6d\xfc\xcd\x7d\x28\xa6\x73\xbe\x77\xfb\xf4\x42\x29\xa7\x56\x1f\xe7\xe7\xd4\xd0\x50\x0a\x94\xf6\x93\xfd\xe8\x71\xf2\xea\xba\xc6\x48\x3a\x3d\xbc\x80\xf9\xf6\xba\xec\x65\x3a\xde\xf4\xef\xb9\xe4\x79\x98\x3c\x27\x13\x8e\x11\x45\xdf\x31\x6f\xd4\xc0\xf2\x5d\x15\x9a\x83\xeb\x3b\x25\x84\xa4\x82\x9e\x65\xee\xd6\xe3\xf1\x3b\x28\xa7\x21\xba\xf9\x5f\x77\x02\x6a\x92\xbd\x65\xc1\x37\x7f\x14\x5f\xb9\xe7\x27\xe8\xa9\x74\xd0\x92\x8f\x84\xf6\xc2\xf2\x7c\xa2\xa5\xd4\xe5\x07\xb5\x1c\x99\x6e\xa9\xfa\x86\xef\xa4\xfe\x3f\x48\x3d\x37\xe5\x52\x9d\xeb\x6d\xf7\x20\x8e\x8b\xa5\x5c\x7a\x77\xed\xfe\x20\x11\x16\x0c\x6e\x27\xdc\x39\xd0\xb2\x5b\x36\xc2\xd9\x50\x36\x1d\x9a\x90\xd7\xcd\x0c\x59\x95\x89\xa9\x07\xe8\xe2\x85\x51\x2d\x11\x37\x94\x4d\xa8\xba\xc0\x5e\x28\xe8\x75\x39\x77\xc8\x28\xcb\x02\x93\x91\xbf\xbe\x2d\x8c\x9f\x31\x09\x1e\x08\x5f\x2e\xd7\xe0\x31\x4a\x6e\xaf\x2d\xcd\xcd\xbf\xe8\x6d\xfa\x6c\x3f\x54\xd0\xda\x41\x0a\x0e\xbf\xf6\x90\x42\x89\x99\xaf\x27\x1e\x12\xc8\x50\x1d\xb7\x4b\xfd\x81\x5a\x9e\x48\xfd\xf4\xf9\xd3\x03\x12\x77\x3f\xfb\x07\x3a\xfb\x0e\x1d\x8a\x3e\x0b\xd9\x70\x43\xca\xe2\x56\x32\x8a\x5f\xcd\x73\x52\x13\xa0\xb3\xaf\x7e\x56\xfc\x26\xf8\xcf\x72\xd5\x98\x5e\xb4\xac\x36\xef\xb8\x07\xa8\x0e\xa4\x9e\x0f\x28\xc3\xbb\x2d\xf7\x7a\x85\x89\xf3\xd5\xe5\xfd\x2d\xf7\x7f\x00\x00\x00\xff\xff\x4c\xf2\x1f\xb9\xe3\x0a\x00\x00") +var _manifests00ClusterRoleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x56\x4d\x8f\xe3\x36\x0c\xbd\xfb\x57\x08\x93\xc3\x02\x0b\xd8\x41\x6f\x45\x6e\x45\x0b\xf4\xd4\x2e\x50\x14\xbd\xd3\x12\x63\xb3\x23\x8b\x02\x29\x65\xd6\xfd\xf5\x85\xfc\x31\xd9\x49\x32\x49\x76\x27\xa7\x58\x14\xf9\xde\x93\xf8\x11\x6d\xcc\xaf\x3e\x6b\x42\x31\xc2\x1e\xcd\x9e\xc5\xa4\x1e\x0d\x47\x14\x48\x2c\x86\x92\xa2\xdf\x37\xd5\xc6\xfc\xfd\xe5\xb7\x2f\x3b\xf3\x8b\xf1\x9c\x0c\xef\x8b\x97\xa2\xd1\x9e\xb3\x77\xa6\x45\x23\x18\x3d\x58\x74\xa6\x1d\x27\x28\x35\x14\x26\xa8\x00\x03\x6a\x04\x8b\x3a\xa1\xbf\xf4\x64\xfb\x6a\xf3\x96\x05\x6c\xca\xe0\xfd\x68\x02\xa2\x53\x03\xd6\xa2\x6a\x53\x3d\x53\x70\xbb\x55\xe0\x5f\xec\xb1\x82\x48\xff\xa0\x28\x71\xd8\x19\x69\xc1\x36\x90\x53\xcf\x42\xff\x41\x22\x0e\xcd\xf3\xcf\xda\x10\x6f\x0f\x3f\x55\x03\x26\x70\x90\x60\x57\x99\x49\xc1\xae\x90\x05\xed\x69\x9f\x6a\x0a\x9d\xa0\x6a\xbd\xd2\x57\xc6\x40\x08\x9c\x26\x0c\x2d\x11\xc6\x50\xb0\x3e\x3b\x6c\x04\x3d\x82\x62\xf3\x1a\x5d\xf0\xa9\x1d\x6a\xeb\x39\xbb\x7a\x80\x00\x1d\xba\x9d\x79\x4a\x92\xf1\xe9\x76\x68\xb9\xcd\x35\xaa\xee\xa9\xeb\x6b\x38\x00\x79\x68\xc9\x53\x1a\xbf\x03\x87\x42\xe7\xb1\x0e\xec\xb0\x76\x78\x40\x5f\x0e\xf3\x1a\x2e\xd9\xa3\xee\xaa\xda\x40\xa4\xdf\x85\x73\x9c\x4e\x55\x9b\xa7\x82\x2c\xa8\x9c\xc5\xe2\x62\xb3\x1c\xf6\xd4\x0d\x10\x75\x5a\x1e\xd3\x35\x2d\x15\xe5\x40\x16\xc1\x5a\xce\x21\xcd\x36\x0c\x2e\x32\xad\xab\xc5\x63\x5d\x58\xc1\x65\x23\xb2\x5b\xfc\x0f\x38\x3b\x1f\x50\xda\x55\xc9\xe7\xa7\xea\x5c\x1f\xc4\x49\xc5\x89\x42\x87\xd1\xf3\x38\xe0\xca\xe8\x00\x07\x0e\x8a\xf7\x61\x46\xf6\x64\xc7\x73\xd4\xc8\xce\x91\x4a\x8e\x25\xeb\x6d\x76\xdd\x9d\x78\x03\x07\x4a\x2c\x14\xba\xc6\xb2\x20\x6b\x63\x79\x38\x87\x5f\xae\x65\xf1\x3e\x41\xb6\x82\x90\x70\xfa\xec\x30\x4d\xbf\x39\xba\x62\x3a\xe7\x7b\xb7\xcc\x2f\xa4\x72\xee\x94\xa9\xfd\x4e\x0d\x2d\x05\x47\xa1\x9b\xed\x47\x8f\x93\xad\xeb\x1a\x3d\xe9\xfc\xf1\x02\xc9\xf6\xd7\x65\xaf\xcd\xf5\xa6\x6c\xcf\x25\x2f\xbd\x68\x39\x24\x61\xef\x51\xf4\x1d\xf3\x56\x13\xa4\x7c\x57\x86\x96\xe0\xe6\x4e\x09\x2e\xa8\xa0\x65\x59\xaa\xf5\xb8\xfc\x0e\xca\xb9\x89\x6e\x9e\x75\x2f\xa0\x49\xb2\x4d\x59\xf0\xcd\x41\xf1\x95\x7b\xf9\x82\x48\xa5\x82\xd6\xfb\x08\x98\x5e\x58\x9e\x4f\xb4\x94\xbc\xfc\xa0\x96\x23\xd3\x2d\x55\xdf\xf0\x9d\xe4\xff\x07\xa9\x97\xa2\x5c\xb3\x73\xbd\xec\x1e\xc4\x71\x31\x95\x6b\xed\x6e\xcc\x1f\x24\xc2\x82\xce\xec\x85\x07\x03\x5a\x66\xcb\x56\x38\x27\x94\xed\x80\x49\xc8\xea\x76\x81\xac\x4b\xc7\x34\x23\x0c\xfe\x42\xab\x96\x88\x1b\xca\x66\x54\x5d\x61\x2f\x24\xf4\xba\x9c\x3b\x64\x94\x61\x81\x21\x91\xbd\x3e\x2d\x12\x3f\x63\x10\x3c\x10\xbe\x5c\xce\xc1\x63\x94\xdc\x1e\x5b\x9a\xdb\x7f\xd1\xa6\xf9\x5f\xff\xa1\x82\x36\x06\x82\x33\xf8\x35\x42\x70\x25\x66\x79\xdd\x58\x08\x20\x63\x7d\x9c\x2e\xcd\x07\x72\x79\x22\xf5\xd3\xe7\x4f\x0f\xb8\xb8\xfb\xd9\x3f\x50\xd9\x77\xe8\x50\xb4\x59\x28\x8d\x37\xa4\xac\x6e\xe5\x46\xf1\x6b\xb2\x1c\x34\x09\xd0\xd9\xbf\x7e\x56\xfc\x26\xf8\xcf\xf2\xd4\x98\x37\x7a\xd6\xb4\xcc\xb8\x07\xa8\x76\xa4\x96\x0f\x28\xe3\xbb\x25\xf7\xfa\x84\xf1\xcb\xd3\xe5\xfd\x29\xf7\x7f\x00\x00\x00\xff\xff\xe4\xab\x25\xc4\x22\x0b\x00\x00") func manifests00ClusterRoleYamlBytes() ([]byte, error) { return bindataRead( @@ -416,12 +416,12 @@ func manifests00ClusterRoleYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "manifests/00-cluster-role.yaml", size: 2787, mode: os.FileMode(420), modTime: time.Unix(1, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc5, 0x17, 0xe2, 0x39, 0xbe, 0x10, 0x86, 0x60, 0xb9, 0xd4, 0xdc, 0x5b, 0x8c, 0xd6, 0xcf, 0x7c, 0xa7, 0x7f, 0x62, 0x3f, 0xdc, 0xb3, 0x3a, 0x89, 0x55, 0x3b, 0x4, 0xf2, 0x9c, 0xb, 0x8c, 0xc}} + info := bindataFileInfo{name: "manifests/00-cluster-role.yaml", size: 2850, mode: os.FileMode(420), modTime: time.Unix(1, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xab, 0xfb, 0xbc, 0xfa, 0xf3, 0x4, 0xd1, 0x4a, 0x2b, 0xfc, 0xb0, 0x79, 0xe2, 0x0, 0x31, 0x70, 0x97, 0x7f, 0x8f, 0xf9, 0x1f, 0xb0, 0x40, 0xd, 0xfc, 0x6a, 0x95, 0xe3, 0x6f, 0x81, 0x5e, 0x87}} return a, nil } -var _manifests00CustomResourceDefinitionInternalYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x59\x5f\x8f\xdb\xc6\x11\x7f\xbf\x4f\x31\x90\x1f\xf2\x72\xa4\x72\x71\x5b\x14\x02\x8a\xe2\x70\x8e\x83\x43\x1d\xd7\xf0\x5d\x1d\xa0\xb6\x81\xac\xc8\x21\x35\xf1\x72\x97\xd9\x59\xea\xa2\x2b\xfa\xdd\x8b\xd9\x5d\x52\xa4\x44\xe9\x0e\x75\xb2\x4f\xd2\xec\xec\xec\xcc\x6f\xfe\x92\x54\x2d\x7d\x40\xc7\x64\xcd\x0a\x54\x4b\xf8\x9b\x47\x23\xff\x38\xff\xf2\x57\xce\xc9\x2e\xb7\x57\x6b\xf4\xea\xea\xe2\x0b\x99\x72\x05\x37\x1d\x7b\xdb\xbc\x47\xb6\x9d\x2b\xf0\x15\x56\x64\xc8\x93\x35\x17\x0d\x7a\x55\x2a\xaf\x56\x17\x00\x46\x35\xb8\x82\xd2\xb0\xc3\xc2\xba\x92\x73\x32\xb5\x43\xe6\xdc\xb6\xe8\x94\xb7\x4e\x7e\x18\xde\x50\xe5\x73\xb2\x17\x00\xca\x18\xeb\x95\xc8\x61\x39\x0f\x40\xa6\xd0\x5d\x89\xb9\x43\x8d\x8a\x71\xc2\xbf\xa4\x75\x93\x15\xda\x76\x65\xd6\x28\xa3\x6a\x2c\x57\xb0\xf0\xae\xc3\xc5\xd3\x47\x19\x75\xd5\x9f\xca\x36\x54\x6f\x32\xb5\x55\xa4\xd5\x9a\x34\xf9\xdd\x20\x87\x5b\x2c\x44\x91\xda\xd9\xae\x5d\xc1\x53\xea\x8b\xbd\x49\xf1\x88\xd2\xab\xb7\x77\xef\x83\xe9\x81\xa6\x89\xfd\x3f\xa6\xf4\x37\xc4\x3e\xec\xb5\xba\x73\x4a\x8f\xc1\x0a\x64\x26\x53\x77\x5a\xb9\xd1\xc6\x05\x00\x17\xb6\xc5\x15\x2c\xc4\xd0\xd6\x21\xa3\xdb\xe2\xbf\xcc\x17\x63\x1f\xcc\x6b\x42\x5d\xf2\x0a\x2a\xa5\x19\x85\xb5\x5b\xbb\xe4\xa4\xa4\x19\x7b\xe5\x3b\x5e\xc1\x7f\xfe\x7b\x01\xb0\x55\x9a\xca\x00\x78\xdc\x14\x83\xae\xdf\xdd\x7e\x78\x79\x57\x6c\xb0\x51\x91\x08\x50\x22\x17\x8e\xda\xc0\x07\x8b\x41\x7b\x20\x06\x25\xc6\x40\x54\x0d\x12\xa2\x40\x06\xfc\x06\xe1\xd1\x1a\x64\x28\x25\x38\xb0\x84\xf5\x4e\x8c\xc8\x0b\x6b\x2a\xaa\xa7\xee\x28\x74\xc7\x1e\x5d\xba\x0d\x20\x17\xe0\xf3\xb6\x5b\x6b\x2a\xfe\x6d\x0d\x82\x32\x65\x4f\x74\xb4\x55\x1e\x85\x9a\xc3\x27\x03\x37\xf1\x28\xa8\xb2\x21\x23\x0a\x50\xdb\xe9\x60\x11\xd8\x0a\xfc\x86\x78\x90\xda\x03\x21\x6a\x1b\xeb\x81\xbb\xb6\xb5\xce\x63\x99\xc3\xfd\x86\x78\xb2\x6f\x8d\xde\x41\x65\x1d\x90\xf1\xe8\x8c\xd2\x50\xd8\xa6\xe9\x0c\x15\x41\xf6\x20\xd3\x56\xf0\xcf\x16\xcd\x9d\x58\x02\x7d\x5c\x70\xbe\x48\x0c\x7e\x27\x8e\xb2\xeb\x5f\xb0\xf0\x89\xd4\x3a\x61\xf3\xd4\xfb\x43\xd6\x28\xf9\x06\xda\x01\xea\xdf\x88\x5b\x22\x4f\x42\x94\x03\xc6\xdb\x48\xc3\x12\x38\xb8\xac\xb7\x1a\x1c\x86\xd0\x30\x7e\xaa\x70\x52\x5a\x99\xa4\x55\x0e\x77\x12\x3e\x8e\x81\x37\xb6\xd3\x25\x14\xd6\x6c\xd1\xf9\xe0\xd2\xda\xd0\xe3\x20\x99\xc1\xdb\x70\xa5\x56\x1e\xd9\x4f\x24\x0e\x28\x6d\x95\xee\xf0\x32\xf8\xab\x51\x3b\x70\x28\x77\x40\x67\x46\xd2\x02\x0b\xe7\xf0\xa3\x75\x08\x64\x2a\xbb\x82\x8d\xf7\x2d\xaf\x96\xcb\x9a\x7c\x5f\x6e\x12\xdc\x7e\xb7\x2c\xac\xf1\x8e\xd6\x9d\x00\xbb\x2c\x71\x8b\x7a\xc9\x54\x67\xca\x15\x1b\xf2\x58\xf8\xce\xe1\x52\xb5\x94\x05\xc5\x4d\x28\x1e\x79\x53\xbe\x18\xc2\xfe\x9b\x91\xa6\xd1\x1f\xec\x1d\x99\x7a\x20\x87\x5c\x3d\x89\xbb\x64\x6c\x0c\xf4\x78\x2c\xea\xbf\x87\x57\x48\x82\xca\xfb\xef\xef\xee\xf7\x21\x34\x09\xbc\x80\x79\x40\x7b\x7f\x8c\xf7\xc0\x0b\x50\x64\x2a\x74\xd1\x71\x95\xb3\x4d\x90\x88\xa6\x6c\x2d\x19\x1f\xfe\x14\x9a\xd0\x4c\x41\xe7\x6e\xdd\x90\x17\x4f\xff\xda\x21\x7b\xf1\x4f\x0e\x37\xa1\x86\xc2\x1a\xa1\x6b\x4b\x15\x82\xfb\xd6\xc0\x8d\x6a\x50\xdf\x48\x19\xfc\xa3\x61\x17\x84\x39\x13\x48\x9f\x06\x7e\xdc\x2b\xa6\x8c\x93\x8c\x01\xe8\xeb\xf0\xac\x87\x64\x53\x1c\x24\x28\xc9\x6f\xaa\x52\x92\xc6\x54\x40\xe1\x26\x27\x05\x08\x37\x6a\x4b\xd6\x0d\x74\xc3\xa1\x6c\xe5\x4f\x5d\x0f\x01\x62\x91\x31\x56\x22\x13\x01\x6f\x55\x83\x13\x5a\xac\x84\xf7\xf7\x6f\xe6\xa8\xbb\x76\xca\xec\x95\xab\xd1\x8f\x03\x65\xae\x3a\x04\x8b\xe3\x55\x53\xe2\x01\x10\x89\xa7\xc7\x62\x63\xd9\x4b\x47\xea\xcd\xdd\xd7\xe9\x03\x21\xb3\xbe\x49\x1e\x22\xf3\x06\x4d\xed\x37\x2b\xb8\x9a\x6c\x0d\x66\x9e\xd5\x68\xe0\xea\x75\x4a\x7d\x22\x50\x0c\x08\xfc\xa6\xe4\x1c\x6e\x2b\x78\x44\x67\x2f\x93\xbb\x2a\xd5\x69\x7f\x20\x17\x44\xc4\xcb\x6f\x73\x78\x3f\xc8\x7c\x20\xad\xa1\x0f\x76\x8e\x6d\xe7\xfa\x27\x31\xb2\x96\x68\x84\x6b\x4d\x52\xb4\x22\xc6\x97\xb0\xee\x8e\x65\x06\x11\xa3\xe3\x37\x6f\xaf\x7f\xfc\x7e\x7f\xa4\x45\x17\x24\x5e\xbf\xbb\x85\x90\x0f\xaa\xf0\xf9\x2c\x7a\x52\x00\xeb\x51\x07\x8b\xab\xb2\xae\x51\x3e\xec\xfe\xe5\x4f\xc7\xd0\x52\xd3\x35\x2b\xf8\x76\x0e\x58\x11\xfa\x0c\x64\x77\xed\xe0\xee\x51\x1b\x16\x95\x72\x78\x6d\x1d\xe0\x6f\xaa\x69\x35\x5e\xc2\xe2\x7a\x01\xf6\x50\x3d\x80\x45\x30\x78\x31\x6f\xd3\x6c\x44\xa0\xe9\x9a\x43\xcd\xb2\x88\xdb\x11\xf5\x7a\x42\x49\xa8\x9e\x35\x2b\xf1\x80\x72\x43\xac\x24\xd2\xbc\x8a\xca\x39\xb5\x3b\x06\xf6\xd6\x63\xc3\x87\x21\x0b\x40\x81\x7c\x04\xc2\xac\xb5\x69\x4c\x3a\x59\x74\xc2\x76\x8f\x7d\x63\x39\x34\x4c\x34\x5e\xef\xc0\xae\xc3\x44\x56\xf6\x4c\xfb\x72\xf3\xfe\xb9\xf5\xe6\x54\x19\xe8\x45\xff\x80\x46\x46\x8d\x83\x81\xe1\x48\xcb\x63\xf6\x27\x34\xae\x07\xc6\x23\x94\xf6\x55\x24\x59\x01\xf0\xd3\x06\xcd\x94\x28\xe2\x53\xdf\x89\xc9\x1c\xb2\xc6\x6a\x8d\x2e\xd1\xf9\x18\xfe\xc0\xe6\x1c\x72\x6b\x4d\x29\xed\x34\x79\x9e\x0c\xa0\x2a\x36\xc3\x54\xf9\x18\x66\x3e\x29\x16\xca\x24\x69\x61\x44\x53\x47\x22\x5b\xe5\x3c\x15\x32\x38\x87\x43\x50\x29\xd2\x2c\x0a\x29\x1f\x7e\x77\x2e\xa4\x4d\xbc\x67\x3f\xaf\x26\x7f\x49\x51\xa2\x59\x0c\xe4\xb6\x7e\xb0\x05\xb6\x51\xe0\x81\x99\x85\x92\x01\xcd\xa3\x6b\xc8\x60\xe4\x20\x0f\x06\xb1\x94\x06\x7d\x24\xd2\xa1\x77\xbb\x20\x63\x64\x51\x38\xd5\xf7\xb2\x68\xf7\xef\x52\x75\xc2\x40\x7e\x36\x62\xe2\xc8\x2e\xe9\x37\x02\x24\xb9\xfe\xc0\x2d\xa7\xd5\x9a\xcb\xca\x13\xb9\x37\xb9\xfc\xd5\xdb\x3b\x99\xeb\xef\x26\xb9\xb5\xd7\x41\xf5\x1a\x3c\x90\xdf\x90\x91\x89\x2c\x41\x74\x24\x16\x66\xb5\x3b\x99\x6e\x71\x9d\x4a\xba\xb8\x86\xa8\x98\xdd\x3d\x7c\x46\xda\x73\x07\x30\x95\xd9\xc1\x98\xc4\x6c\x0b\x92\x2c\x09\xb6\x88\x9d\xb3\x32\x61\x84\x79\x1f\x77\xe1\xa9\xe7\xb6\x82\xf0\x74\xc4\x9b\x7e\xfc\x4c\x8c\x43\xa4\x23\x7c\x5a\xbc\x56\xa4\xb1\xfc\xb4\x38\x21\x7b\x50\x68\x68\x83\x8c\x3e\x2a\x24\x50\x2b\xb6\x26\x0e\xf2\xc8\xac\x6a\x4c\x16\xae\xd3\x8d\xa7\x84\xaa\x8e\x87\x91\x23\xe5\x5a\x3e\xaf\xc1\xe9\x60\x89\xeb\x44\xc8\xcc\xc0\x9d\x02\xe7\x66\x30\x88\x18\x7e\xe9\xd8\xf7\x01\x64\x4a\xe5\xca\x33\x79\xdd\xaf\x2a\x3c\x3d\x1f\x87\xcd\x58\xdf\x13\xc1\x13\xd7\xdc\x9c\x38\x5e\x59\x0a\xe7\x93\xdb\x7e\x3a\x22\x8e\xd7\xf9\xf0\x8c\x4b\x2b\xf6\xf7\x4e\x19\x0e\x76\xde\xd3\xf1\xc4\x78\x6c\xd0\x6c\x9b\x1f\xaf\xbe\x9e\x48\x79\xca\x3c\x35\xa7\x14\x84\x3e\x52\xbe\xfa\xce\x18\x7c\x5f\x2d\xe6\xb8\x87\xff\x5f\x62\xce\x8c\xc1\x47\xb2\xfe\xf0\xbb\x4a\xc3\x12\xea\xcf\xa8\x41\x89\xb3\xaf\xa3\xa1\x67\x3d\x6c\x30\x95\x76\x37\xf4\xeb\x54\x48\xb0\x9c\x8f\xfb\x27\xa3\xfe\xe9\xb8\xa4\x93\xf9\x70\x58\x36\xa9\xec\xd5\xa5\x52\x1e\x2a\x2b\xc2\xd4\x0d\xa5\xad\xf6\x83\xba\xb7\x50\x91\x39\x7c\x8c\x99\x28\x9d\x06\x62\x79\x06\x1a\x26\x87\x4f\x06\x6c\x7c\x42\x08\x58\x24\x89\x15\xfa\x62\x83\x25\x74\x7c\xde\x2f\x3f\xdf\xbe\xfa\x19\x14\x03\x85\x6a\xfc\xf1\xea\x73\x10\xf6\x28\xa3\xc4\x49\x71\xe1\xd0\x19\x99\x8a\x41\x41\xeb\x30\x1b\x06\x86\x32\xbc\x44\x0c\x37\x7c\xf7\xf9\x52\xae\xf8\xe1\xe6\xdd\xdc\x05\x67\xa4\xee\xaf\x3e\x7f\xc1\xcb\xcf\x01\x93\x8f\x57\x9f\xf7\xaf\x02\x4a\x5b\x70\xae\x1e\x38\x57\x8d\x7a\xb4\x26\x2f\x6c\xb3\x2c\x34\x2d\xe3\x3b\x9f\xa5\xc3\x0a\x1d\x9a\x02\x97\xce\x76\x1e\xff\xfc\x72\x59\xa3\xcf\x22\xca\x59\x40\x79\xe3\x1b\xfd\xc2\x06\x7f\x9e\xaa\x72\xb2\x3e\x7e\x77\x78\x69\x43\x85\xb3\x6c\x2b\x1f\xee\x44\x93\x75\x1c\x6e\x56\x02\xf1\xd2\xa0\x7f\xb0\xee\xcb\xb2\x34\xbc\x94\x7b\xfe\xbe\x25\x7c\xf8\x5b\xd8\xcb\x0a\x4d\x59\xd4\xef\x85\x7a\xcc\x12\x67\x56\x1a\x0e\x1a\x65\xbc\xb1\x0f\xe7\x34\x79\x39\xd2\x24\xbc\x4e\xce\x6b\x6b\x6b\x8d\x41\x0f\xb9\x4f\xd4\x1b\x59\xbe\xbd\x5a\xa6\x89\x54\xd2\x8b\x05\x81\x53\x1d\xf6\x59\x49\xef\x55\x7d\xa6\x46\x4d\xf3\x43\x78\x0f\x53\xe1\xd7\x0e\xd3\x04\x79\x18\xf1\x67\xac\x1e\x72\xe1\x72\x78\x67\x15\x5e\x72\xb3\x57\x75\x4d\xa6\x56\x2d\x85\x18\x3f\x4c\x3b\x09\xbe\x73\x01\x1d\x43\x35\x45\xe0\xbd\xaa\x39\xc4\xa0\x57\x75\x56\x91\xf6\xe8\xf8\xf2\x2b\x42\xee\x84\xa2\x21\x06\x87\xd7\x7d\x93\x08\x7c\xca\x31\x67\x9b\x39\x80\x2a\xe3\xc0\xa0\xf4\xbb\x67\x34\xdf\x23\x6f\x6f\xfb\x0f\x2a\xdb\xab\xfd\xbf\x20\x20\x4b\xdf\x46\xb6\xb1\xc4\xc7\xa7\xaf\x15\x78\xd7\x61\x7a\x49\x6f\x9d\x34\xd2\x48\xd9\xf7\x31\x55\x14\xd8\x7a\x2c\xdf\x1e\x7e\x69\x58\x2c\x26\x9f\x11\xc2\xdf\xd1\xc4\x0a\x1f\x3f\x5f\x44\xa9\x58\x7e\xe8\xf5\x10\xe2\xff\x02\x00\x00\xff\xff\x6c\x6a\x34\xf2\xf7\x19\x00\x00") +var _manifests00CustomResourceDefinitionInternalYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x59\x5f\x6f\xe3\xb8\x11\x7f\xcf\xa7\x18\x78\x1f\xee\x25\x92\x2f\x97\xb6\x28\x0c\x14\x45\x90\xbd\x3d\x04\xdd\x4b\x17\x49\xba\x07\x74\x37\xc0\xd1\xe2\x48\xe2\x2d\x45\xea\x38\x94\x73\x4e\xd1\xef\x5e\x0c\x49\xc9\x92\x2d\x3b\x69\xb7\xc7\x27\x7b\x38\x1c\xce\xfc\xe6\xaf\x24\xd1\xaa\x8f\xe8\x48\x59\xb3\x02\xd1\x2a\xfc\xcd\xa3\xe1\x7f\x94\x7f\xf9\x33\xe5\xca\x2e\x37\x17\x6b\xf4\xe2\xe2\xec\x8b\x32\x72\x05\xd7\x1d\x79\xdb\xdc\x21\xd9\xce\x15\xf8\x16\x4b\x65\x94\x57\xd6\x9c\x35\xe8\x85\x14\x5e\xac\xce\x00\x8c\x68\x70\x05\xd2\x90\xc3\xc2\x3a\x49\xb9\x32\x95\x43\xa2\xdc\xb6\xe8\x84\xb7\x8e\x7f\x18\xaa\x55\xe9\x73\x65\xcf\x00\x84\x31\xd6\x0b\x96\x43\x7c\x1e\x40\x99\x42\x77\x12\x73\x87\x1a\x05\xe1\x84\x7f\xa9\xd6\x4d\x56\x68\xdb\xc9\xac\x11\x46\x54\x28\x57\xb0\xf0\xae\xc3\xc5\xcb\x47\x09\x75\xd9\x9f\xca\x6a\x55\xd5\x99\xd8\x08\xa5\xc5\x5a\x69\xe5\xb7\xff\x85\x1c\x65\x2a\x8d\x99\xb1\x12\x33\x89\x1b\xd4\x6c\xd9\x70\x9c\x5a\x2c\xd8\x8e\xca\xd9\xae\x5d\xc1\x4b\xd6\x33\x5c\xc9\xee\x08\xf2\xdb\xdb\xfb\xbb\x80\x5c\xa0\x69\x45\xfe\x6f\x53\xfa\x7b\x45\x3e\xec\xb5\xba\x73\x42\x8f\xb1\x0e\x64\x56\xaf\xd3\xc2\x8d\x36\xce\x00\xa8\xb0\x2d\xae\x60\xc1\xf6\xb5\x0e\x09\xdd\x06\xff\x61\xbe\x18\xfb\x64\xde\x29\xd4\x92\x56\x50\x0a\x4d\xc8\xac\xdd\xda\x25\x1f\x27\xcd\xc8\x0b\xdf\xd1\x0a\xfe\xf5\xef\x33\x80\x8d\xd0\x4a\x06\x7f\xc5\x4d\x36\xe8\xea\xc3\xcd\xc7\xcb\xfb\xa2\xc6\x46\x44\x22\x80\x44\x2a\x9c\x6a\x03\x1f\x2c\x06\xed\x41\x11\x08\x36\x06\xa2\x6a\x90\x1c\x02\xca\x80\xaf\x11\x9e\xad\x41\x02\xc9\xb1\x85\x12\xd6\x5b\x36\x22\x2f\xac\x29\x55\x35\xf5\x42\xa1\x3b\xf2\xe8\xd2\x6d\x00\x39\x03\x9f\xb7\xdd\x5a\xab\xe2\x9f\xd6\x20\x08\x23\x7b\xa2\x53\x1b\xe1\x91\xa9\x39\x7c\x36\x70\x1d\x8f\x82\x90\x8d\x32\xac\x80\x6a\x3b\x1d\x2c\x02\x5b\x82\xaf\x15\x0d\x52\x7b\x20\x58\x6d\x63\x3d\x50\xd7\xb6\xd6\x79\x94\x39\x3c\xd4\x8a\x26\xfb\xd6\xe8\x2d\x94\xd6\x81\x32\x1e\x9d\x11\x1a\x0a\xdb\x34\x9d\x51\x45\x90\x3d\xc8\xb4\x25\xfc\xbd\x45\x73\xcf\x96\x40\x1f\x17\x94\x2f\x12\x83\xdf\xb2\xa3\xec\xfa\x17\x2c\x7c\x22\xb5\x8e\xd9\xbc\xea\xfd\xc1\x6b\x94\xbb\x03\x6d\x0f\xf5\x6f\xd8\x2d\x91\x27\x21\x4a\x01\xe3\x4d\xa4\xa1\x04\x0a\x2e\xeb\xad\x06\x87\x21\x34\x8c\x9f\x2a\x9c\x94\x16\x26\x69\x95\xc3\x3d\x87\x8f\x23\xa0\xda\x76\x5a\x42\x61\xcd\x06\x9d\x0f\x2e\xad\x8c\x7a\x1e\x24\x13\x78\x1b\xae\xd4\xc2\x23\xf9\x89\xc4\x01\xa5\x8d\xd0\x1d\x9e\x07\x7f\x35\x62\x0b\x0e\xf9\x0e\xe8\xcc\x48\x5a\x60\xa1\x1c\x7e\xb4\x0e\x41\x99\xd2\xae\xa0\xf6\xbe\xa5\xd5\x72\x59\x29\xdf\x57\xab\x04\xb7\xdf\x2e\x0b\x6b\xbc\x53\xeb\x8e\x81\x5d\x86\x1c\x5d\x92\xaa\x32\xe1\x8a\x5a\x79\x2c\x7c\xe7\x70\x29\x5a\x95\x05\xc5\x4d\xa8\x3d\x79\x23\xdf\x0c\x61\xff\xcd\x48\xd3\xe8\x0f\xf2\x4e\x99\x6a\x20\x87\x5c\x3d\x8a\x3b\x67\x6c\x0c\xf4\x78\x2c\xea\xbf\x83\x97\x49\x8c\xca\xdd\xf7\xf7\x0f\xbb\x10\x9a\x04\x5e\xc0\x3c\xa0\xbd\x3b\x46\x3b\xe0\x19\x28\x65\x4a\x74\xd1\x71\xa5\xb3\x4d\x90\x88\x46\xb6\x56\x19\x1f\xfe\x14\x5a\xa1\x99\x82\x4e\xdd\xba\x51\x9e\x3d\xfd\x6b\x87\xe4\xd9\x3f\x39\x5c\x87\x12\x0c\x6b\x84\xae\x95\x22\x04\xf7\x8d\x81\x6b\xd1\xa0\xbe\xe6\xea\xf7\x7b\xc3\xce\x08\x53\xc6\x90\xbe\x0c\xfc\xb8\xd5\x4c\x19\x27\x19\x03\xd0\xd7\xe1\x59\x0f\xf1\x26\x3b\x88\x51\xe2\xdf\xaa\x4c\x49\x1a\x53\x01\x99\x5b\x39\x2e\x40\x58\x8b\x8d\xb2\x6e\xa0\x1b\x0a\x65\x2b\x7f\xe9\x7a\x08\x10\xb3\x8c\xb1\x12\x19\x0b\xb8\x15\x0d\x4e\x68\xb1\x12\x3e\x3c\xbc\x9f\xa3\x6e\xdb\x29\xb3\x17\xae\x42\x3f\x0e\x94\xb9\xea\x10\x2c\x8e\x57\x4d\x89\x7b\x40\x24\x9e\x1e\x8b\xda\x92\xe7\x8e\xd4\x9b\xbb\xab\xd3\x7b\x42\x66\x7d\x93\x3c\xa4\xcc\x7b\x34\x95\xaf\x57\x70\x31\xd9\x1a\xcc\x3c\xa9\xd1\xc0\xd5\xeb\x94\xfa\x44\xa0\x18\x60\xf8\x8d\xa4\x1c\x6e\x4a\x78\x46\x67\xcf\x93\xbb\x4a\xd1\x69\xbf\x27\x17\x58\xc4\xe5\xb7\x39\xdc\x0d\x32\x9f\x94\xd6\xd0\x07\x3b\xc5\xb6\x73\xf5\x13\x1b\x59\x71\x34\xc2\x95\x56\x5c\xb4\x22\xc6\xe7\xb0\xee\x0e\x65\x06\x11\xa3\xe3\xd7\xb7\x57\x3f\x7e\xbf\x3b\xd2\xa2\x0b\x12\xaf\x3e\xdc\x40\xc8\x07\x51\xf8\x7c\x16\x3d\x2e\x80\xd5\xa8\x83\xc5\x55\x5a\xd7\x08\x1f\x76\xff\xf4\x87\x43\x68\x55\xd3\x35\x2b\xf8\x76\x0e\x58\x16\xfa\x0a\x64\xb7\xed\xe0\xee\x51\x1b\x66\x95\x72\x78\x67\x1d\xe0\x6f\xa2\x69\x35\x9e\xc3\xe2\x6a\x01\x76\x5f\x3d\x80\x45\x30\x78\x31\x6f\xd3\x6c\x44\xa0\xe9\x9a\x7d\xcd\xb2\x88\xdb\x01\xf5\x6a\x42\x49\xa8\x9e\x34\x2b\xf1\x80\x70\x43\xac\x24\xd2\xbc\x8a\xc2\x39\xb1\x3d\x04\xf6\xc6\x63\x43\xfb\x21\x0b\xa0\x02\xf9\x00\x84\x59\x6b\xd3\x98\x74\xb4\xe8\x84\xed\x1e\xfb\xc6\x52\x68\x98\x68\xbc\xde\x82\x5d\x87\x89\x4c\xf6\x4c\xbb\x72\x73\xf7\xda\x7a\x73\xac\x0c\xf4\xa2\x7f\x40\xc3\xa3\xc6\xde\xc0\x70\xa0\xe5\x21\xfb\x0b\x1a\x57\x03\xe3\x01\x4a\xbb\x2a\x92\xac\x00\xf8\xa9\x46\x33\x25\xb2\xf8\xd4\x77\x62\x32\x87\xac\xb1\x5a\xa3\x4b\x74\x3a\x84\x3f\xb0\x39\x87\xd4\x5a\x23\xb9\x9d\x26\xcf\x2b\x03\x28\x8a\x7a\x98\x2a\x9f\xc3\xcc\xc7\xc5\x42\x98\x24\x2d\x8c\x68\xe2\x40\x64\x2b\x9c\x57\x05\x0f\xce\xe1\x10\x94\x42\x69\x62\x85\x84\x0f\xbf\x3b\x17\xd2\x26\xde\xb3\x9b\x57\x93\xbf\xb8\x28\xa9\x59\x0c\xf8\xb6\x7e\xb0\x05\xb2\x51\xe0\x9e\x99\x85\xe0\x01\xcd\xa3\x6b\x94\xc1\xc8\xa1\x3c\x18\x44\xc9\x0d\xfa\x40\xa4\x43\xef\xb6\x41\xc6\xc8\xa2\x70\xaa\xef\x65\xd1\xee\xff\x4b\xd5\x09\x03\xf9\xc9\x88\x89\x23\x3b\xa7\xdf\x08\x90\xe4\xfa\x3d\xb7\x1c\x57\x6b\x2e\x2b\x8f\xe4\xde\xe4\xf2\xb7\xb7\xf7\x3c\xd7\xdf\x4f\x72\x6b\xa7\x83\xe8\x35\x78\x52\xbe\x56\x86\x27\xb2\x04\xd1\x81\x58\x98\xd5\xee\x68\xba\xc5\x75\x2c\xe9\xe2\x1a\xa2\x62\x76\x77\xff\x19\x69\xc7\x1d\xc0\x14\x66\x0b\x63\x12\x91\x2d\x14\x67\x49\xb0\x85\xed\x9c\x95\x09\x23\xcc\xfb\xb8\x0b\x4f\x3d\x37\x25\x84\xa7\x23\xaa\xfb\xf1\x33\x31\x0e\x91\x8e\xf0\x79\xf1\x4e\x28\x8d\xf2\xf3\xe2\x88\xec\x41\xa1\xa1\x0d\x12\xfa\xa8\x10\x43\x2d\xc8\x9a\x38\xc8\x23\x91\xa8\x30\x59\xb8\x4e\x37\x1e\x13\x2a\x3a\x1a\x46\x8e\x94\x6b\xf9\xbc\x06\xc7\x83\x25\xae\x23\x21\x33\x03\x77\x0a\x9c\xeb\xc1\x20\x45\xf0\x4b\x47\xbe\x0f\x20\x23\x85\x93\x27\xf2\xba\x5f\x65\x78\x7a\x3e\x0c\x9b\xb1\xbe\x47\x82\x27\xae\xb9\x39\x71\xbc\xb2\x14\xce\x47\xb7\xfd\x74\x44\x1c\xaf\xd3\xe1\x19\x97\x16\xe4\x1f\x9c\x30\x14\xec\x7c\x50\x87\x13\xe3\xa1\x41\xb3\x6d\x7e\xbc\xfa\x7a\xc2\xe5\x29\xf3\xaa\x39\xa6\x20\xf4\x91\xf2\xd5\x77\xc6\xe0\xfb\x6a\x31\x87\x3d\xfc\x7f\x12\x73\x62\x0c\x3e\x90\xf5\xbb\xdf\x25\x0d\x71\xa8\xbf\xa2\x06\x25\xce\xbe\x8e\x86\x9e\xf5\x54\x63\x2a\xed\x6e\xe8\xd7\xa9\x90\xa0\x9c\x8f\xfb\x17\xa3\xfe\xe5\xb8\x54\x47\xf3\x61\xbf\x6c\x2a\xd9\xab\xab\x24\x3f\x54\x96\x0a\x53\x37\xe4\xb6\xda\x0f\xea\xde\x42\xa9\xcc\xfe\x63\xcc\x44\xe9\x34\x10\xf3\x33\xd0\x30\x39\x7c\x36\x60\xe3\x13\x42\xc0\x22\x49\x2c\xd1\x17\x35\x4a\xe8\xe8\xb4\x5f\x7e\xbe\x79\xfb\x33\x08\x02\x15\xaa\xf1\xa7\x8b\xc7\x20\xec\x99\x47\x89\xa3\xe2\xc2\xa1\x13\x32\x05\x81\x80\xd6\x61\x36\x0c\x0c\x32\xbc\x44\x0c\x37\x7c\xf7\x78\xce\x57\xfc\x70\xfd\x61\xee\x82\x13\x52\x77\x57\x9f\xbe\xe0\xf2\x31\x60\xf2\xe9\xe2\x71\xf7\x2a\x40\xda\x82\x72\xf1\x44\xb9\x68\xc4\xb3\x35\x79\x61\x9b\x65\xa1\xd5\x32\xbe\xf3\x59\x3a\x2c\xd1\xa1\x29\x70\xe9\x6c\xe7\xf1\x8f\x97\xcb\x0a\x7d\x16\x51\xce\x02\xca\xb5\x6f\xf4\x1b\x1b\xfc\x79\xac\xca\xf1\xfa\xf4\xdd\xfe\xa5\x8d\x2a\x9c\x25\x5b\xfa\x70\x27\x9a\xac\xa3\x70\xb3\x60\x88\x97\x06\xfd\x93\x75\x5f\x96\xd2\xd0\x92\xef\xf9\xeb\x46\xe1\xd3\x5f\xc2\x5e\x56\x68\x95\x45\xfd\xde\x88\xe7\x2c\x71\x66\xd2\x50\xd0\x28\xa3\xda\x3e\x9d\xd2\xe4\x72\xa4\x49\x78\x1b\x9d\x57\xd6\x56\x1a\x83\x1e\x7c\x1f\xab\x37\xb2\x7c\x73\xb1\x4c\x13\x29\xa7\x17\x31\x02\xc7\x3a\xec\xab\x92\xde\x8b\xea\x44\x8d\x9a\xe6\x07\xf3\xee\xa7\xc2\xaf\x1d\xa6\x09\x72\x3f\xe2\x4f\x58\x3d\xe4\xc2\xf9\xf0\xce\x2a\xbc\xe4\x26\x2f\xaa\x4a\x99\x4a\xb4\x2a\xc4\xf8\x7e\xda\x71\xf0\x9d\x0a\xe8\x18\xaa\x29\x02\x1f\x44\x45\x21\x06\xbd\xa8\xb2\x52\x69\x8f\x8e\xce\xbf\x22\xe4\x8e\x28\x1a\x62\x70\x78\xdd\x37\x89\xc0\x97\x1c\x73\xb2\x99\x03\x08\x19\x07\x06\xa1\x3f\xbc\xa2\xf9\x1e\x78\x7b\xd3\x7f\x8f\xd9\x5c\xec\xfe\x05\x01\x59\xfa\xb4\xb2\x89\x25\x3e\x3e\x7d\xad\xc0\xbb\x0e\xd3\x4b\x7a\xeb\xb8\x91\x46\xca\xae\x8f\x89\xa2\xc0\xd6\xa3\xbc\xdd\xff\xd2\xb0\x58\x4c\x3e\x23\x84\xbf\xa3\x89\x15\x3e\x3d\x9e\x45\xa9\x28\x3f\xf6\x7a\x30\xf1\x3f\x01\x00\x00\xff\xff\xed\x66\x7d\x53\x36\x1a\x00\x00") func manifests00CustomResourceDefinitionInternalYamlBytes() ([]byte, error) { return bindataRead( @@ -436,12 +436,12 @@ func manifests00CustomResourceDefinitionInternalYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "manifests/00-custom-resource-definition-internal.yaml", size: 6647, mode: os.FileMode(420), modTime: time.Unix(1, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb6, 0x8d, 0x7e, 0x38, 0xd2, 0xb1, 0x39, 0x1b, 0x7e, 0xd0, 0x4c, 0x58, 0xea, 0x0, 0xc8, 0x8c, 0x7b, 0x39, 0x1a, 0xc4, 0x4d, 0x86, 0xbd, 0xbf, 0x85, 0x3d, 0x79, 0x18, 0x92, 0xb0, 0xef, 0xaa}} + info := bindataFileInfo{name: "manifests/00-custom-resource-definition-internal.yaml", size: 6710, mode: os.FileMode(420), modTime: time.Unix(1, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3e, 0x2d, 0x51, 0x79, 0xd6, 0x29, 0xca, 0x7, 0x82, 0x68, 0x52, 0x1a, 0xaf, 0x4c, 0xea, 0x5b, 0x9, 0xfd, 0xef, 0x47, 0xda, 0x8f, 0x6b, 0x79, 0xc6, 0x13, 0xc4, 0x8f, 0xfe, 0xfb, 0x23, 0xc6}} return a, nil } -var _manifests00CustomResourceDefinitionYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\x61\x77\x1b\x37\x92\xe0\xf7\xfc\x0a\x1c\xb3\x3e\x4b\x8e\x48\xc5\x76\x92\xcb\x6a\xf6\xed\x3c\x59\x76\x62\xbf\x51\x64\x9d\xa9\x4d\x66\x13\x65\x7c\x60\x37\x48\x62\xd5\x04\x3a\x00\x5a\x32\x33\x33\xf7\xdb\xef\xa1\x00\x74\xa3\x9b\x00\x1a\x94\xed\x9d\x7d\x7b\xee\xf7\x66\x62\xb1\xd1\x85\x42\x55\xa1\xaa\x50\x55\x00\x70\x4d\x7f\x24\x42\x52\xce\x4e\x10\xae\x29\x79\xa7\x08\xd3\x7f\xc9\xd9\xcd\xb7\x72\x46\xf9\xf1\xed\xe3\xcf\x6e\x28\x2b\x4f\xd0\x59\x23\x15\xdf\xbc\x21\x92\x37\xa2\x20\xcf\xc9\x92\x32\xaa\x28\x67\x9f\x6d\x88\xc2\x25\x56\xf8\xe4\x33\x84\x30\x63\x5c\x61\xfd\xb3\xd4\x7f\x22\x44\x59\x51\x35\x25\x99\x09\x52\x11\x2c\xc9\x8c\xd7\x84\xc9\x35\x5d\x2a\x0d\x9b\x2e\x36\xd3\xa2\xe2\x4d\x39\xdd\x60\x86\x57\xa4\x3c\x41\x13\x25\x1a\x32\x19\xff\x54\x92\x6a\xe9\xbe\x9a\xae\xe9\x6a\x3d\xc5\xb7\x98\x56\x78\x41\x2b\xaa\xb6\x1e\x1c\x86\x37\xe4\x04\x51\xb6\x12\x44\xca\x82\x33\x25\x78\x55\x11\x21\x35\x38\x81\x15\x17\x3d\xb8\x9f\xc9\x9a\x14\x1a\xf3\x95\xe0\x4d\x7d\x82\xc2\x8d\x0c\x54\x3b\x42\x43\x9d\x57\xa6\x83\xb3\xb6\x03\x78\x57\x51\xa9\xfe\x14\x7e\x7f\x4e\xa5\x82\x36\x75\xd5\x08\x5c\x85\x50\x84\xd7\x92\xb2\x55\x53\x61\x11\x68\xf0\x19\x42\xb2\xe0\x35\x39\x41\x17\x1a\x9d\x1a\x17\xa4\xfc\x0c\xa1\x5b\xc3\x4f\x40\x6f\x6a\xc7\x7f\xfb\xd8\x00\x2b\xd6\x64\x83\x0d\xde\x48\x0f\x8e\x9d\x5e\xbe\xfa\xf1\xe9\xbc\xf7\x33\x42\x25\x91\x85\xa0\xb5\x02\xa9\x98\xec\xa0\x6e\xdf\x2f\x88\x44\x18\x59\x1e\x38\xec\x50\x87\x1e\x5a\x72\xd1\x82\x44\x48\xad\x09\x2a\xaa\x46\x2a\x22\x66\xe8\x4a\xff\xd1\xb5\x2c\x30\x43\x92\x88\x5b\x5a\x10\xf4\xba\x26\x6c\xae\x29\x8d\xde\xf0\x46\x11\x84\x59\x89\xfe\xd4\x2c\x88\x60\x44\x11\xe9\x08\xe9\x01\x16\x56\x24\xe5\x0c\x5d\x33\xf4\xd3\x9a\x30\x84\xd9\x2e\xc1\x11\x95\xa8\x10\x04\x2b\x52\x1e\x21\x8c\x18\xb9\x0b\xe0\xec\x81\x2d\x49\x5d\xf1\xed\x86\x30\xe5\x7d\x89\x14\x47\xb8\xaa\xf8\x1d\xd2\x33\x45\x30\x5c\x21\x25\xf0\x72\x49\x0b\xfd\x46\x10\x5c\xac\x61\xa0\x76\x30\x12\xa9\x35\x56\x1e\x50\xf2\xae\xe6\x92\x38\xe4\x10\x17\x76\x90\xde\x18\xfe\xad\x2e\xb1\xa2\x6c\x85\xd4\x9a\xca\xf6\x05\xda\xe0\x2d\xaa\x08\x06\x0c\x4a\x2a\x45\x03\xec\xf1\x40\x2f\xb9\x40\x75\xb3\xa8\x68\x81\x96\xb8\xd0\x00\x18\x51\x77\x5c\xdc\xe8\xe1\x31\x52\xc0\xa4\x44\x58\x46\xc7\x8e\x04\xb9\xa5\xb2\x0f\x54\xf7\xba\x20\x08\x1a\x94\x88\x37\x0a\x68\xbc\x56\xaa\x96\x27\xc7\xc7\x37\x2d\x5b\xf4\x94\x2c\x79\x21\x8f\x0b\xce\x0a\x52\x2b\x79\xec\x28\x30\xb5\x58\x50\xb6\x3a\xb6\x7d\x4e\x87\x32\x6e\x1e\xcb\x3c\x72\x4b\x04\xaa\xb9\x94\x74\x51\x91\x23\x24\xb5\x3e\x5a\x54\x04\x95\x64\x89\x9b\x4a\x49\x18\xa8\xa6\x71\x5d\x61\xb5\xe4\x62\x83\xb0\x20\xa8\x91\xa4\x9c\xa1\x39\x21\x48\xf3\xc0\x27\x0b\x25\x55\x09\xdf\x6c\xb8\xd0\x50\x14\xa6\x95\x9c\x4d\xda\x26\xb5\xd0\x93\x5c\x51\x37\x9f\xcd\xe3\xe9\x45\xef\xd7\xc1\xd4\x78\xa8\x67\x8f\x69\xa5\xd1\xa3\x0c\x18\x4e\xdc\x0c\x24\xa5\x9d\x70\x88\x2f\x1d\x37\x6b\x41\x24\x61\x46\x45\xf6\x00\x23\xdd\x08\x33\xc4\x17\xff\x41\x0a\xa5\x87\x22\x34\x18\x24\xd7\xbc\xa9\x4a\xcd\xa6\x5b\x22\x14\x12\xa4\xe0\x2b\x46\x7f\x6f\x61\x4b\x2d\x10\xba\xd3\x0a\x2b\x22\xd5\x00\x26\x65\x56\x4a\x6f\x71\xd5\x90\x23\x98\x4c\x9a\xa7\x82\xe8\x5e\x50\xc3\x3c\x78\xd0\x44\xce\xd0\x0f\x9a\x4e\x94\x2d\xf9\x49\xcb\xe8\x15\x55\xce\x1e\x14\x7c\xb3\x69\x18\x55\xdb\x63\xe0\x22\x5d\x34\x8a\x0b\x79\x5c\x92\x5b\x52\x1d\x4b\xba\x9a\x62\x51\xac\xa9\x22\x85\x6a\x04\x39\xc6\x35\x9d\x02\xea\x0c\xc4\x6f\xb6\x29\x3f\x6f\x45\xfd\x61\x0f\x57\xb5\xd5\x8a\x4c\x2a\x41\xd9\xca\x7b\x01\xda\x35\xc1\x01\xad\x5d\xf5\xfc\xc4\xf6\x53\x33\x8a\x8e\xd0\x66\x22\x11\xf4\xe6\xc5\xfc\xaa\x9b\x4c\x9a\x19\x43\xea\x03\xdd\xbb\x0f\x65\xc7\x02\x4d\x30\xca\x96\x44\x18\x26\x2e\x05\xdf\x00\x4c\xc2\xca\x9a\x53\xa6\xac\x6a\xa3\x84\x0d\xc9\x2f\x9b\xc5\x86\x2a\xcd\xf7\xdf\x1a\x22\x95\xe6\xd5\x0c\x9d\x81\x91\xd4\xd3\xaa\xd1\x53\x5d\xcb\xed\x2b\x86\xce\xf0\x86\x54\x67\xda\xce\x7d\x6c\x06\x68\x4a\xcb\xa9\x26\x6c\x1e\x0b\x7c\xfb\x3e\x6c\x6c\xa8\xe6\xbd\x70\xf6\x33\xc2\x2f\xfd\x5a\xb3\x0b\x74\x64\x4d\x0a\xba\xa4\x05\xcc\x05\x33\x45\xf4\xfc\x94\x54\x90\x12\x2d\xc8\x1a\xdf\x52\x2e\xec\xef\x03\xba\xee\x28\xf7\x59\xaf\x41\x78\x4a\x1b\x64\x40\x89\x9c\xe9\xb7\xd0\x35\x19\xb6\x18\x5a\xbf\xdd\x2f\x8c\xb8\x09\xb2\x24\x82\x30\x2d\x4c\x5c\x4b\x1f\x29\x04\x51\xa0\x4d\x31\x65\x7d\x02\xb6\x24\x5b\xb7\x5a\x0c\x15\x1e\x3c\xad\x2a\xf5\x90\xb7\xd0\x62\x57\x31\xcf\x8c\x51\x03\x4b\x31\x14\x5b\x40\x98\xb3\x87\xca\x92\x13\x60\x50\x81\xf8\x1d\xf3\xfb\x38\x0a\x8c\x5c\x8f\x03\xd4\x66\x00\xe4\x35\x03\x13\x6d\x47\xb5\x69\x64\x3b\x34\xc0\x71\xc9\xb5\x0d\xd4\x73\xeb\x86\x6c\x25\x68\x15\x90\x10\xfd\x1d\x42\xaa\x92\xb3\x42\xa8\x5d\xca\xa2\xde\xb0\x97\xb4\x32\x4e\x80\x9e\x6d\xf6\xb3\x1b\xb2\x3d\xd1\x30\x07\x2f\xaf\x19\x7a\xb5\x44\x0d\x93\x44\x1d\x05\xa0\x62\x74\x47\xab\xb2\xc0\xa2\xec\x75\xa0\xf9\xd4\x28\xbe\xc1\x8a\x16\xb8\xaa\xb6\x68\x45\x98\x76\xe7\x48\x09\x18\x1b\x93\x71\xb5\x23\x5c\x43\x3c\xa9\xd4\x4a\x85\x96\xad\xe1\x09\x98\xce\x92\x6f\x34\x6d\x0e\x34\x5c\xd9\x2c\xcc\x9f\xf2\x30\x84\x2b\x2b\x01\x48\x87\x8b\xd7\xd7\x43\x89\xce\x4e\xf5\x60\x2a\xad\x1e\xfa\xc8\x6b\x55\xbe\x82\x2f\x02\x50\xef\xa8\x5a\xfb\x1e\xd6\x43\x89\x94\xd0\x5c\x93\x8a\x0b\x32\xb3\x04\x8c\xd2\x29\x00\x51\x53\x07\x90\x95\x6b\x2c\x8c\x74\x6e\x9a\x4a\xd1\xba\x22\xe8\xe5\xd5\xd5\xe5\xf1\x13\x44\x18\x5e\x68\xb7\x40\x80\x60\xa2\x83\xbb\x35\x2d\xd6\x88\x6e\xea\x8a\x06\xe5\xf4\xf4\xfc\xf2\xe2\x50\x63\xc9\xac\xb6\x94\xe8\x80\xce\xc8\xec\x08\xe9\x45\xc3\xa2\xda\xa2\x85\xe0\x77\x92\x08\x79\x08\x36\x1d\x2b\x54\xd1\x05\x11\x6a\x6b\x9c\xab\x46\x86\x58\xa5\xbd\x58\xdf\xc5\xd1\x2c\xa5\x12\x6d\x08\xd6\xee\x8e\xed\x09\x3c\x4c\x80\xa0\x7f\x6a\x1b\x23\xc5\x83\x2c\xe2\x6a\xad\xfd\xa1\xd6\xff\xd4\x5e\x9c\x96\x83\x8a\xde\x90\x0a\xb0\x59\x62\x5a\xd9\x9e\xac\xaa\x6a\xc0\xc3\x34\x6c\xad\xaa\x6d\x00\xee\x0d\xd3\xb3\x12\x4b\x1f\x81\x82\xe3\x8a\x48\xed\xae\xcd\xdc\xa4\xa3\x6c\xaa\xf1\xf4\x39\x74\x70\xb7\x26\x1a\xa5\x00\xd0\x4e\x8e\xb8\xd0\x4c\x13\x53\xab\x57\x49\x79\x38\x2a\x49\x20\x37\x01\xa0\xad\x0f\xfe\x50\xa2\x45\x43\x2b\x35\xa5\x0c\xbd\x3e\x6d\xd4\xda\x28\x2b\xe1\xf9\x4f\xee\x89\x2b\x5d\xfd\xc0\x32\x24\xf0\xfb\xd0\x9e\xeb\x95\x8c\xb3\x05\x56\xc5\xaa\xa0\x45\x4c\xf9\x9e\xfc\x56\x3b\x9f\xe4\xee\xd8\x3a\x9e\x53\x3d\xcc\xa9\xb1\x55\xf2\x18\xd6\x6e\xc7\x9f\xc3\x7f\x82\x18\x21\x74\xf5\xfa\xf9\xeb\x13\x74\x5a\x96\xc8\x48\x42\x23\xc9\xb2\xa9\x8c\x2f\x29\x67\x9e\x73\x78\x04\x0e\xca\x11\x6a\x68\xf9\xc7\x87\x41\x60\x11\xa3\xea\xbf\xdc\x31\xa2\x40\x16\x50\x21\xa3\xd6\xc9\xe8\x1d\xb0\x48\xcf\x2f\xe6\x40\x66\xb7\xf8\x48\x58\x94\x88\x5e\xb2\x06\x41\xcb\x77\xc1\xd9\x92\xae\x1a\x41\xba\x59\xbf\x24\x58\xbb\x14\x12\xb4\xfc\x23\xf4\x9d\xd5\x86\xe7\x1c\x97\xcf\x70\x85\x59\x41\xc4\xdc\xf4\x1c\x00\xdf\xfa\x4a\xb0\x44\x91\x6b\x6d\x3b\xa4\xd2\x42\xb8\xda\x1e\xa1\x6e\x18\x28\x80\xc1\xf3\x8b\x79\x00\xa2\xf6\x5c\x45\x29\xad\xd3\x6f\xc1\x5f\xb6\xd0\xe7\x16\xf8\xcc\x60\x0b\x16\xb4\xd1\x8b\x69\x84\xbb\x39\x13\x32\xa6\xbb\x06\xfa\xc8\x68\x56\x6f\x3e\xba\x79\x65\xec\x82\x59\x7b\x99\x31\xc4\x28\xab\xa4\x67\x17\x0c\xce\xbb\x16\xd9\xe2\xaa\x95\x80\x71\x63\xa9\x74\xf4\x0a\xe2\xaa\x38\xa2\xac\xa4\xb7\xb4\x6c\x70\x65\x57\x92\x52\x61\xd5\x48\x22\x91\xe4\x46\x6d\x11\x56\x6a\x7d\x22\xa4\xd5\x40\xe8\x6e\x4d\x04\x78\x2d\x0a\x8b\x15\x19\xca\x1d\x30\xcb\xad\x6d\xb5\x48\xb5\x74\xbe\x66\x8e\x4f\xe0\x0f\x68\xff\x95\xd1\xdf\x1a\x82\xf0\x86\x6b\xb2\x56\xd5\xae\x5f\x26\x83\xe6\x9a\x95\x5a\x1f\x0f\x9d\x60\x63\xa3\xc8\xa6\x56\xdb\xa3\x6e\xb5\x07\x63\x04\xa8\x33\x23\x11\xfd\x38\x90\xb5\x77\x81\x5e\x66\x5a\x0f\xce\x0c\xc6\x01\x75\x95\x98\x97\x71\x61\x1a\x9b\x8e\xf1\x2f\xfd\xb9\x65\x59\xea\xcf\xcd\x90\x0b\xd2\x79\x17\x0e\x2c\x50\xc3\x68\x24\xbb\xaa\x96\x47\xd6\x0a\xa3\x8a\xe3\x12\x2d\xec\x3c\x6c\x55\xbc\x36\x88\x21\x16\x10\x55\xcc\x7a\x5e\x55\xcf\x39\xd5\x46\x0d\x6b\x64\x39\xd3\x5a\x57\x60\xa9\x44\x03\xeb\x89\xbd\x79\x00\xd2\x38\x73\x4b\x75\xeb\x20\x9e\xfe\x34\x3f\x31\x0d\x02\xca\x03\x1d\x80\x33\xf3\xc2\xca\x60\x00\x2a\x04\xbd\x0e\x35\x9c\xdf\x1b\x41\x4e\xf2\xe0\x74\x5f\x7d\x7f\x76\x19\xb2\x44\xd7\x99\x08\x75\x80\x5e\x3d\xfb\xe1\xac\xe2\x4d\x79\x92\xa9\x03\x63\x70\xce\xe9\xe2\x96\x0a\x75\x82\xd0\x4b\x2e\xd5\x85\x8d\xda\x5c\x33\x74\xca\xb6\x96\xdd\x8e\x80\x21\x25\xa0\x97\x73\xe8\xc0\x44\x4b\xb5\x7e\xbb\xe0\x8c\x1c\xb6\xbc\x54\xdc\x87\x0a\x4c\x8f\x4b\x69\x48\x0c\x77\x26\xea\xbe\xa6\x7f\xdd\x75\x9f\xe1\x01\x78\xad\xd1\x9a\x57\xa5\x44\x35\x16\x78\x43\x94\xd6\x60\xce\x03\xf7\x46\x14\xb1\xe0\x29\x7b\x33\x43\x97\x66\x8d\x8f\x38\xd3\xee\xd0\x12\x68\xa8\xa5\xde\xa7\x54\xc2\x9a\x07\x0d\xb6\x7e\x2a\x4f\x0e\x32\xc6\xea\x37\x8f\x0f\xb6\x37\xb3\xc3\x68\xa1\xe8\x88\x02\x92\x19\x06\x91\xe6\xa1\x6d\x71\x4b\x4b\x22\x2e\x5b\x14\x63\x2d\x87\x6a\x71\xf7\x4b\x3b\x5a\xb7\xda\xef\x0d\x31\x0a\x14\x81\x0b\x28\x36\x26\x60\xe0\xc2\x07\x2e\xfe\xd5\xb0\x92\x88\x6a\xab\x19\xdd\xd7\x59\x2d\xe2\x31\xda\x21\xb3\xe0\x0d\x18\x9f\xd6\x7f\xae\xf5\x9a\xc6\x06\x18\xdb\x8e\x77\x87\x95\xe8\xc0\xf8\x8e\xc6\x53\x30\x31\x48\x84\x17\xbc\x51\x76\xbd\xee\xba\x0c\xcc\x2e\x8f\xfe\x23\x1c\xd2\x0f\xbe\x4b\xbe\x1e\xb2\x06\xdf\x49\x37\x0e\xd9\xba\x5c\x96\xc0\x44\x29\xca\x56\x3b\x31\xec\x60\xaf\x82\xf4\x18\x72\xfa\xd3\xbc\xcf\x54\x19\xb1\xef\x23\x70\xd3\x0c\xd0\xc8\xef\xd2\x75\x0c\xd5\xfd\xa8\x8e\xb2\x29\xaf\x9f\xa2\xc2\x52\xd2\xe2\x7c\x54\x0f\xf8\x4f\x8f\x23\x01\x08\x3b\xd3\xa6\xc7\xa7\x51\xf0\x68\xa8\x54\x30\x03\xfe\xd8\x9e\x06\xfa\xc5\x69\x92\x0c\xb0\x43\x5d\x73\x66\x00\xa6\xa6\x99\x79\x46\xb4\xa8\xff\x58\x3f\xe7\x3d\x08\x1a\x80\xf0\x91\x08\xea\xf2\x2d\x1f\x8c\xa0\x17\xe7\xcf\x3e\x28\x31\xa1\xe9\x7e\xd4\x9b\x38\x5c\xb4\x8a\x85\x7f\xf3\xe5\xee\xec\xce\x18\x1b\xf8\xf1\x52\x61\xa6\x28\x04\xff\x0c\xd9\x76\x72\x9a\xa0\x26\x7e\xd4\xcb\xaa\x0c\x98\x26\x63\xa1\x95\x8f\x5d\x93\x5e\x4f\xac\x0c\x5e\x4f\x4e\xd0\xa9\x13\x48\x30\x82\xe8\xd9\x1e\xb8\xea\x75\xd3\x06\xdf\x10\x09\x31\x20\x6d\x52\x4a\x52\x40\x6e\x4c\x22\xbd\xa4\xa2\xe0\x94\x99\x88\xae\x12\x98\xc9\x9a\x8b\x1c\x06\x57\x78\x4b\x04\x3a\xb8\x3a\xbb\x3c\x9e\xcf\xcf\x0f\x91\xb5\xf0\xa0\xdd\x6c\x1c\xdc\x36\x81\x10\x9b\xfe\xbf\xf9\xe1\xb8\x08\x20\x50\x8b\x68\x10\x9a\x05\x12\x97\x25\x24\xe9\x71\xe5\xb4\xa3\x75\xc1\x51\x1b\x48\x29\x79\x21\x67\xf8\x4e\xce\xf0\x06\xff\xce\xd9\xac\xe0\x9b\xe3\x53\xf8\xe7\x8b\xb3\xf9\xb1\xc9\x2a\x99\xec\x82\x56\x82\xab\x86\x96\xe4\x58\x33\x7f\xea\x98\x3f\x05\x0f\x74\xb6\x56\x9b\xea\xf3\xa2\x5a\x64\x60\x6b\x79\x75\x71\xfe\xcc\xf0\xc9\xf9\x7b\x3d\x3e\x79\x5c\xc8\x00\x19\xe4\x93\xa6\x07\xea\x18\x34\x24\x7f\x2e\x61\xff\xf1\x64\x65\xd5\x22\x6d\xa1\x10\xb8\xbc\xcd\x66\x7c\x76\x4f\xdd\xac\xc8\x68\x79\x71\xfe\x2c\x53\xfd\x44\xe2\x5b\xfe\x23\xc8\x6f\x8d\x76\xf6\xd2\x28\x4e\x01\x60\xb2\x49\xa6\xc2\x1b\x57\x76\x3d\x45\xe7\xeb\xb9\x71\x57\x72\x84\x2c\x61\xd7\x1d\x9d\x6a\x19\x6a\x33\xad\xe0\x34\x4d\x4e\x7f\x9a\x4f\x8e\xd0\x04\x96\xb2\x93\xd0\x52\xdd\x7f\x26\xcf\xb0\x20\x3f\x10\x85\x2b\xfd\xcd\xf7\x67\x97\xfa\x3f\x10\xac\x55\xb8\xb8\x99\x98\xfc\xee\xe4\xc7\x79\xbd\x26\x82\x4c\xd2\xf2\x3d\x2e\x2e\x53\xad\xe8\xc7\x5a\x68\xbc\x47\xda\xb4\x48\x8f\xb4\xfb\xfe\xec\x72\xa4\x45\x3b\xd4\x91\x76\x96\x02\x23\xad\x5e\x3d\xfb\x21\x43\xd0\x46\x44\x7b\x5c\xac\x47\x44\x3a\x43\x9c\x4d\x95\x4f\xde\x62\x0b\xda\x42\x58\xb0\xd0\x3a\xc6\x64\x5a\xe1\x37\xac\x90\xc9\xd0\xec\x48\x66\x6a\xc5\x25\x6d\xcd\x4a\x39\x43\x97\xb6\x28\xa3\x27\xbf\x2e\x9c\x31\x31\xb2\xf7\xca\x16\x1c\x24\x84\x2f\x2d\x78\x53\xe4\x40\x24\x9a\x24\x82\x43\xe6\x19\x65\x5d\x9a\x6d\x53\x43\xb2\xfb\x84\x00\x18\x2f\xc9\x25\x0f\x67\x3f\x87\x9e\xa9\x6d\x1a\x5f\xfa\x5f\xd8\x16\xf1\x98\x12\xba\x77\xac\x63\x00\xfb\x5e\xf1\x8e\x5a\xd0\xdb\x60\x0e\x7d\x67\xac\xb6\x65\x7c\xa8\x97\xb6\x81\x1b\x4c\x2c\x08\xb1\xcf\x10\x2d\xcc\x7b\x0d\x2d\x6e\x3e\xe2\xfe\x71\x00\x39\xed\xf7\x36\x92\xcc\x8c\x4f\x6b\x67\x4e\x64\x6c\x9d\x1f\x1b\x8a\x42\x5e\x33\x64\x03\x76\x76\x56\x67\xa5\x75\x10\x64\x54\x4c\xda\xc3\xab\xa2\xf3\x3b\x40\x4e\x02\x60\x85\xce\x4c\x91\x4b\x6f\x45\x14\x33\x4b\xb1\x64\x78\x57\x39\x07\x99\x08\x5b\x39\xd0\x45\xad\x29\x5b\xc5\xd4\xc3\x69\x10\xb5\x41\x05\x9e\x1f\x40\xef\x3a\x8b\x81\xbc\x66\xda\x8b\xcb\xcb\x1c\x86\xaa\xd6\xec\x6f\xc7\x9f\x6b\x9d\x39\xa2\x32\x4d\x8c\xa3\x4b\x67\x41\x68\xdd\x4b\xbb\x77\x09\x95\x36\xb4\xe1\x0a\x28\x83\xa9\x68\xfd\x98\xb9\x6d\xdd\xd9\x10\x75\x1e\xca\x2e\x63\xc3\xf0\x86\xcc\xfc\xbc\x4d\x5c\xd6\xda\x9e\xcd\xb4\x61\xf0\xd5\xef\x9c\x11\x69\x8b\xd9\x20\x81\x58\xb2\x7d\x13\x2f\xa8\x4d\xbe\x98\x72\xc4\x9f\x39\x33\x59\x74\xfb\xa3\x99\x94\xfa\x57\x53\xb0\xe9\xd3\xc6\xa0\xb4\x89\x2f\x97\xb5\x20\x34\x42\x10\xa6\xaa\x2d\x92\x4d\xad\xfd\x7a\x37\x04\x6e\x8a\x53\x4e\x7f\x9a\x1f\x19\xbf\xc4\xf8\x43\xdf\x9f\x5d\xb6\xf1\x73\x99\x10\x92\x47\xc3\xf0\xfb\xd8\x74\xd3\x1d\x6a\x1d\x1e\xe5\x9b\x50\xd2\x65\xdb\xc2\x00\xa8\xb4\xf2\xeb\xf2\x5f\x1f\x61\xf6\xad\xb9\x54\xde\xc4\x3b\x42\x0b\xde\xb0\xd8\xea\x5a\x71\x18\x91\xc5\xfd\xdb\x2f\x81\x80\x5f\x7d\xf5\xd4\x54\xec\x36\xd2\xe0\x2c\x88\xac\xb9\x2d\xcb\xd4\xfa\xdb\xa1\x1b\xf7\x93\x30\xeb\x44\xb4\x9f\xa9\x0a\xe7\xc3\xc6\x95\xda\x2d\xc5\xf0\x41\x87\xae\xcd\x9e\x3a\x43\x72\xcd\xd0\x73\x4e\x24\x62\x5c\x65\x66\xdc\x50\x2f\xeb\x96\x60\xc8\x7e\x98\xe6\xa8\xc3\x23\x97\x7f\xd7\xd8\x92\x77\x75\x45\x0b\xaa\x82\x45\x24\xa8\x33\x82\xb6\x7c\xc9\xb0\x05\x72\xb2\x1b\xcc\x1a\x28\xf1\x48\x93\x34\x39\x09\x06\x7e\x41\xd6\x44\x00\x0b\x13\x63\xbd\x6f\x77\x1c\xf0\x0c\x9b\x13\x28\xfb\x73\xcf\x7d\x6d\x0e\x3a\x6d\x11\x88\x40\xde\xcb\xde\x98\x12\x39\x17\x8c\x1e\xd5\x04\x5a\xe5\x96\x5b\x86\x37\xb6\x0c\x07\x57\x15\x2f\xa0\x8b\xc5\xb6\xab\xb8\xf9\x03\x5a\xf3\x3b\x72\x4b\xc4\x91\xee\xd9\x6a\xb8\xd8\xba\x40\x61\x45\x0b\x00\xef\xa0\x41\xc2\xd7\x48\x44\xb1\xc6\x6c\x45\xda\xfa\xe0\x76\xa2\x98\x90\x79\x04\xa4\x2d\xbd\x71\xa6\x61\xc8\x2f\x63\xb5\xa0\x44\x56\xdc\x06\x73\x81\x28\xe9\xe1\x4f\x33\x53\xa5\xba\xe5\x58\x92\x6f\xea\xa6\x7a\xe4\x6d\x8e\xf3\x9c\x5c\x27\xc4\xd7\x08\x91\x25\x5d\xc2\xa5\xd4\xce\xc7\x4b\x82\xcb\x60\xd6\xac\xef\x51\x7a\x4d\xdb\xaa\xf2\x9a\x57\xb4\xd8\x82\xb2\x7d\x79\x75\x75\x89\xd6\xe6\xbd\x4b\xaa\x04\xea\x99\x51\x5b\xfb\xae\x97\x70\x26\xe9\xe2\xe7\xf8\xbd\x35\x1c\x14\x42\xee\x9b\xd5\x5d\x72\x71\x87\x45\x49\x4a\x83\xea\x25\x20\x98\xe3\x30\x07\x3f\x74\xd3\x88\x80\xc1\x64\xa0\x0d\xd7\xfc\x2e\xa1\x03\x76\xf7\x77\x48\xa2\x8c\x82\xfa\xce\xf5\x70\x84\xfe\x3c\x6d\xff\xd0\xff\xea\xff\xa0\x05\x2c\x66\x5c\xfd\x76\x5a\x88\xfa\x5f\x5e\x0a\xae\xb8\xd1\xd9\x3b\x3f\x4f\x6d\x69\x58\x04\x70\x9f\x7d\x5e\xad\x8f\xdd\x6a\xa1\x9d\x25\x3b\x09\xdb\x98\x63\x1b\xdd\x3e\xad\x6b\xc2\xca\xeb\x68\x9c\xc8\xac\xef\x3b\x5a\x42\x08\x55\x83\xda\xa5\x16\x06\x50\xd2\xc6\x48\x2d\x42\x31\xb8\x76\xc2\xeb\x65\x04\x79\x47\x25\x44\x5a\x7d\x11\xd4\xb8\xbd\x21\x75\x85\x0b\x72\x3d\x39\x1a\xa2\x11\xf5\x5f\xa2\xc8\xb5\xac\xec\x30\x43\x02\xe0\xc3\x4a\x86\xc5\x0c\x63\x8b\x5c\xcb\x13\xc4\x45\x8f\x45\x8f\x76\xf0\x7e\xb5\xbc\xe0\x8c\x7c\x10\x9a\xee\xa2\x1d\x33\x60\xc0\xe0\x2d\xcc\x3e\x6d\xf1\x71\x25\x08\x2e\xb7\x1a\x40\x8b\xd7\x85\x36\x02\x1f\x84\x9a\x66\x4b\x4d\x88\xa6\x1d\x5f\xa3\x7e\xdb\x36\xcc\xf1\x67\x5b\xa7\x49\x8c\x5a\xb1\x0a\x8a\x4a\x4f\x4a\xef\x61\x1d\xcc\xa7\x91\x97\x56\xc2\x22\x6f\x0d\x1f\x63\xb6\x40\x93\x60\x7f\x0b\x80\x6c\x89\xdb\xab\x48\x9c\xa8\xaf\xd9\x5c\x5b\x6f\x7f\x5c\x3f\xa3\x0e\xa9\x03\x54\xc0\x46\x4a\x50\x04\x11\xaa\x1b\x42\x77\x2c\x0d\xf8\x3b\x76\x5b\x10\x65\xb0\x6b\x85\x32\x48\xaf\x15\x7c\x13\x67\x25\x28\x1e\xb7\x11\x65\x86\xae\xb6\xb5\xf1\x43\x8e\x8c\xf3\x65\xfb\xf4\xdc\x30\xe3\xfb\xac\xf1\x6d\x4c\x05\x63\xab\xb9\x5c\x75\xb4\x2d\x07\xb4\xfe\x86\xdf\x9f\x55\x74\xb6\x8f\x02\xc7\x94\xe3\xc2\x18\x23\xed\x10\x79\x39\x31\xd8\x27\x67\x77\x83\xea\x21\x23\x5c\x14\x9a\x1c\x15\x5f\x49\x53\x8b\x5d\xd0\x8a\xaa\x98\x27\x00\x19\xa0\xc2\x04\xf3\xdb\x62\xc9\x01\x35\x3a\x33\x3a\x34\x9a\x11\x90\x4c\xfb\x66\xc5\xda\x23\x9b\x61\x05\x20\x08\xd5\xea\x16\x74\x78\x0e\x8c\x57\x14\x98\x42\x97\xcc\xa0\xef\x43\xd3\xba\xa7\xa5\x88\x05\xe1\x6d\x5b\x30\x08\x26\xa2\xbd\x9e\x71\x7a\xf8\x50\x1a\xf6\xda\x2a\x77\x43\x96\x35\xd6\x4b\x14\x44\x96\x4b\xb3\x7d\xac\xd2\x7c\x60\x78\x93\x0a\xb5\x53\xd9\xe2\x55\xce\x50\x5b\x37\xfc\xf2\xf4\x52\xf0\x77\xdb\xa9\xa9\x34\xcc\x5e\x4d\x01\xc4\x4d\x5d\x41\x90\xa0\x5d\x29\x50\xe9\x46\x0b\xde\x3f\x04\xbd\xa1\x14\x7a\xcb\x14\x7e\x87\xb0\x4c\x78\x12\xed\xc0\x2b\xbe\xb2\x50\x66\xc8\x88\x03\x19\x77\xa1\xd2\x03\x9f\x3c\xf8\xeb\x17\x7f\xfe\x3b\xbf\xbe\x46\x0f\x0a\x7a\xf2\xa0\xa8\xdf\x3e\x58\xd2\x93\x07\xcb\xfa\xed\x83\x2b\xf9\xf6\x81\x50\x27\x0f\x6a\x5a\x4e\xfe\x80\xa4\xcd\x33\x16\x5c\x98\xd5\x75\x99\xce\xa7\x59\xea\xa1\x92\x17\x4d\x4b\x09\x13\xe3\x3a\x39\x3e\x2e\x16\x9c\x29\x32\x5b\x51\xb5\x6e\x16\x33\xca\x8f\xd7\xb8\x06\x62\x97\x05\x67\xb7\xc7\x4f\x66\x5f\x1e\xf7\x34\x93\xc9\x32\x7e\x3b\x7b\x32\x7b\x1a\xae\x62\x47\xb0\x17\xf4\xdd\x39\x61\x2b\xb5\x3e\x41\x8f\xbf\x7c\xf2\x55\xbc\x1d\x65\xae\xdd\x97\xd1\x46\x35\x56\x8a\x08\x76\x82\xfe\x72\xf0\xe0\xe0\xc1\xdf\x0e\xae\xff\xfa\xcb\xf4\x8b\x5f\xff\xf8\xcb\xff\xfe\xf3\x8b\x5f\x0f\x8e\xba\x7f\x1f\x3e\xba\xfe\xfb\xe1\x1f\x0f\x7e\x39\x9d\xfe\x8c\xa7\xbf\xff\xfa\xc5\xdf\xae\x7f\xf9\x65\xf6\xe5\xf4\x9f\x4f\xa7\x3f\xbf\x85\x1f\x0e\xae\x0f\x7e\xf9\xcb\xe1\xaf\x5f\x5c\x1f\x1e\xfe\xf1\xe0\x28\xfe\xee\xf0\xd1\xf5\xaf\x87\x87\x7f\xfb\xe5\x2f\x0f\x7e\x39\x29\x98\x12\xd5\xc9\xaf\xbf\x1e\x3e\xfa\xa7\xfb\x67\x10\x52\x7b\x1a\xd0\x4e\xa8\x1f\x84\xb1\x37\x3b\x99\xb7\xd3\xc1\x9b\x77\xe8\xa0\xbf\x6d\x7a\xf8\x90\x77\x58\x4b\xff\x91\x33\x37\x53\x5a\x4e\x0e\x33\x4c\x45\x4a\x4e\x3d\x23\x32\xd0\x8b\xa0\xb6\x61\x0e\x38\x75\xd0\x16\x7f\xe3\x04\x44\x53\x17\xef\x8f\x0a\x46\x8b\xbb\xc8\x22\x65\xe8\xcd\x77\x67\xe8\xc9\x37\x8f\xbf\x41\xd2\xee\x85\xf9\x6a\xf6\x04\x26\x5e\x2a\xa9\x1b\x98\x92\x8c\x07\xb4\x70\x3c\xfd\xf4\x91\xc4\xf8\x9f\xfe\xf6\x97\x5f\xa6\xff\xe3\xf3\x7f\x7a\xf0\x3f\x1f\x3e\xfa\xc2\x4a\xe1\x5f\xde\xfe\x1f\x3c\xfd\xfd\x6f\xff\xf7\xd7\x2f\xde\x43\xce\x92\x79\x8a\xc4\xcb\x8a\xaf\x56\x7a\xed\x90\x5e\x6d\xda\x56\xdd\x42\xb3\x9f\x99\xb9\xd3\x72\x65\x7d\x8d\x05\x81\xd6\xe1\xfd\x67\x6b\x22\x88\xd3\x9a\xbb\x46\xd4\x9e\xa3\x60\x2a\x26\xc0\x6c\x6b\xcf\xd7\xed\x1f\x5b\x34\xa1\x00\x87\x6f\xe4\x21\x74\x42\x25\x34\xdf\xe5\x6c\xda\x98\x1a\x38\x39\xfe\x9b\xed\xb1\xf3\xde\xec\x0a\xd4\xed\x21\x6b\x77\xf1\x26\x67\x54\x4b\xa6\x94\x57\xe1\x8d\x0e\xc8\x4f\x65\x37\xbe\xfb\x7a\x0c\x25\xd1\x6e\xba\x31\x04\x79\x5a\xc9\xfb\x42\x63\x60\x42\xd5\x3e\xdd\x57\x3c\x3e\x8f\xf2\x8a\x22\xdb\x38\xdc\x1e\xa5\x18\x5d\xec\x2e\x9a\x2d\x3c\x73\x4d\x92\x50\x91\x27\xde\xed\x48\xe3\xe9\xc2\x16\x68\xba\x70\x22\xb3\xfe\x44\x6e\x65\xc5\x03\xd3\x2f\x3a\x6c\xf3\x41\x78\xcc\xd8\xbd\x75\xe9\xd1\x19\xca\xac\x2b\x1c\x0e\x72\x0e\x70\xd2\x23\xe4\x8c\xbc\x5e\x8e\xd5\x86\xe4\x17\xc5\x22\x84\xcb\x52\x44\x27\x61\xff\xb1\x7e\x2f\xa2\xf5\x6d\x5c\x37\xff\x67\x61\xf0\x4d\xb2\x79\x7e\xff\xd9\xbd\xf7\x04\xc2\x7e\xe5\xb2\xcb\xaf\x2e\xdb\x5f\xac\xdb\x60\x64\x22\x63\x48\xde\x49\x05\x18\xce\x90\x20\xf4\x96\xc0\x1c\x47\x1b\x22\x25\x5e\x91\x68\x62\xac\x7b\xb2\x2b\xbd\x90\x5b\x91\x45\xe2\x81\xd1\x01\x4f\xdc\x77\x03\x57\xc9\xca\xbe\x7b\x9b\x31\x60\xbe\xec\x0f\x2e\xa5\x8a\xd3\x2b\x83\xe1\x90\x4c\x88\xa3\xe2\x05\xae\x1e\x47\x43\x1c\xfe\x93\x5b\x96\x77\x43\xc4\x78\xe9\xf1\x14\x42\xfb\x19\xcd\x36\x98\xa6\xcb\xad\x4c\xb3\x12\x93\x4d\x46\xc5\xf3\x14\xe1\x26\xb8\x51\x78\xd8\x2c\x53\x22\xa7\xa8\xaa\x73\x46\xc1\xc8\xdd\x78\xf1\xe7\x14\x35\x4d\x51\x67\x34\x2b\x44\xf6\x50\x9f\x64\xb4\x5b\xaa\x9c\x4e\x59\x56\x2b\xdc\x94\x74\xbc\x80\x78\x8a\x70\x45\x32\x0a\x8d\xcd\x50\x73\xc6\x00\x72\x1c\x77\x6f\x07\x0d\x1f\xe7\x36\xcc\xee\xfa\x69\x6e\xc3\xb4\x2d\xf0\x1a\x7e\x9d\xdb\x30\xad\xdb\xbd\x86\xff\xeb\x43\x6a\xc6\x3a\x5a\x1a\xe6\x3f\xfd\xd2\x29\x2e\x94\xb3\x01\xff\xf6\xfc\xd2\xfc\xcd\x9a\xcd\x82\x88\x7f\x8c\x21\x68\x0d\x24\x53\x4f\xc7\x39\xbd\xc1\xef\xe8\xa6\xd9\x9c\xa0\x6f\xbe\xfe\xfa\xe9\x38\x77\x36\x94\x99\xe6\xe3\xc2\x66\xc8\x0e\x5b\x5d\x47\x74\x62\x6e\xed\xb1\xb5\xaf\x63\x7e\xc7\x58\xb1\xff\xc7\xa9\x50\x0e\x6e\xc5\xf0\x5d\x78\xed\x28\x6a\xb7\x7d\x8c\x83\xd7\xe8\x95\x6a\x97\xf1\x89\x7c\x53\xeb\x0f\xa3\xeb\x31\xbd\x79\xe5\x85\x1e\xdc\x99\x79\x5d\x20\xd9\x5a\x71\x5a\x92\x02\x8b\xce\xbd\x1f\x81\xc9\xf0\x86\x94\x60\x6b\x57\xf2\x7a\xe2\xaa\x7b\x02\x01\x8e\x9a\x9b\x93\x4a\xba\xfe\x46\x20\x47\xe0\x28\x8e\xee\x04\x55\xa4\x0d\x2c\x7b\x58\x8f\xd3\xf4\x6a\x4d\xba\xc5\x2a\x1c\x72\x62\x4f\x24\xac\x88\x3d\xf3\xc3\x12\x13\x58\x84\x22\x07\xcf\xf8\x0f\x79\x57\x93\x42\xb5\xcb\xb3\x36\xc6\x83\x4b\x3d\x49\xa0\xc2\xb0\x4f\x65\x97\x5b\xc8\x5c\x14\x49\x5e\x35\xe6\x14\x14\xa3\x0c\x70\x69\x97\x7d\xf6\x84\x2b\x2a\xf3\x47\x7f\xc1\x95\x4d\x04\x98\x6a\xc3\xfe\x70\xed\x69\x2c\xf0\xde\xfc\x8d\xc7\xbc\xb8\x05\x41\xa5\xe0\x75\x4d\x4a\x9b\x2d\x43\x02\x2b\x62\x1d\x3b\x89\xc8\xbb\x82\x10\x9b\xbe\xcc\x15\x28\xd1\x30\x45\x37\xe4\xa1\x74\xfb\x6e\x6c\x26\x66\x48\x8f\x87\x12\x15\xb8\xc6\x05\x55\xdb\xd1\x81\xeb\x79\x62\x96\x54\xfa\xdf\xe7\x8e\xff\xb0\xbe\x34\x07\x43\xed\xac\xdb\xc6\x19\xdf\x67\x30\xcc\x54\x77\xba\x13\x66\x03\x1d\x6e\x0e\xb6\x01\x3d\x3e\x02\xd5\x62\xd2\xf9\xc4\x20\xb2\x59\x42\x36\x02\x79\x8d\x7b\x59\xa3\x36\xc5\x65\x7b\x34\xfb\xbe\x0a\x32\xe2\x2c\xe7\x6c\x48\xc8\x5b\xf7\x4f\x2d\x4b\x32\x94\xf4\x7f\x81\xea\xfe\xb5\x52\xf5\x19\xae\x55\x23\xc8\x19\xe7\x37\xc9\xe5\x64\x7f\xab\xfc\xce\x87\xde\xba\x09\x82\xaf\x85\xfd\x79\x64\x07\x6f\x17\xe0\x2b\x0c\xb8\x61\x96\x2d\x1e\xd9\x4b\x40\x65\xbc\xed\x5f\x4f\x09\x07\x3a\x3e\xa5\xa8\x22\x9b\xe4\x1a\xb9\x37\xfa\x9d\x3c\xb7\x25\x85\x1e\xb8\x21\x47\x17\xc9\x4b\x0a\x02\x66\x3e\xb1\xcc\x0c\xd8\xa5\x48\x4a\x13\xe4\x06\x02\x36\x58\x15\xeb\xab\x8c\x4d\x98\xbd\x81\xb6\x5f\x0d\x56\xc5\xce\x05\x80\xf7\xf1\xf2\xe1\xee\x59\x10\x54\x13\xa1\xbd\x37\x73\xb4\x87\xd1\x9d\x30\x68\x53\x36\x1c\xd8\xa0\x34\x0a\x74\xf2\xe2\x1d\x2e\xd4\xc4\x6d\xe8\x24\xfa\x2f\x77\x16\xa3\xc1\x0c\xf6\x85\x5c\x0a\xb2\xa4\xef\x26\x28\x9d\xdc\x30\x4f\x7b\x96\x63\x0d\x1f\x19\x30\x46\x04\x5d\x6f\x7e\x4e\xf1\x28\x99\x8a\x30\x0f\xa4\x1f\x9c\xcb\xd3\x7e\x89\xec\x71\x76\xf0\x16\x04\xdb\xf6\x62\xb1\x1d\x05\x4b\xdb\xcd\xf3\x70\xa6\xac\xc3\x37\xd5\x8f\x01\x3d\xee\x63\x5b\x6c\xbe\xe3\xa2\x4b\xf9\x58\x23\xd0\x92\x16\x84\x22\x1b\x59\xcd\x87\x0e\x03\x34\x59\x72\x3e\x31\xf5\x7c\x56\xc6\xe1\x68\xb4\x56\x1c\x4a\xd3\x62\x14\x2c\x17\xd0\x70\x81\xc5\x04\x2d\x1a\x05\xf5\x2c\xda\xa9\xb4\x30\xf4\xef\x6d\x1e\x49\x40\x8d\xaa\x2a\xd6\xe3\x0b\x25\xe4\x70\xa1\x32\x6b\x0e\xa2\xcc\x50\xcb\x14\x81\x08\x8d\xb6\xca\xe2\x53\xf6\xc2\xaf\x4b\x3a\xed\x37\xf3\xed\x57\xde\xcc\xc7\x6e\x41\x85\x2a\xf3\x8a\xa7\xf2\x65\x16\x4d\xed\xc7\x9a\x29\x05\xda\xcd\x6d\x3d\x30\x79\x0a\x57\x61\x64\x2b\x2c\xc6\x52\xe5\xe6\xf1\x04\xe5\xc8\xfd\xe1\x9d\x31\xcb\x19\x99\x16\x6b\x2c\x70\xa1\xa0\x38\xb7\xa2\x1b\x0a\x07\x3f\xa7\xd3\x7b\x1d\xba\xc6\x67\x52\x62\xeb\x79\x7a\x54\xda\x31\x9b\x34\xbc\x49\x47\xea\xb1\xe4\x68\x3e\x25\x1a\x66\xaa\x6d\xed\x64\xf4\x7c\xa1\x19\xf2\xfc\xd7\xf1\x1a\x71\x9f\x0a\xed\xe2\x01\x0e\x89\xdd\xc0\xe9\xce\x18\x49\x52\x63\x70\x57\xa1\xd6\xde\xe9\x5a\xc5\xc7\xf6\x40\xea\xa7\x65\x6b\xaf\x54\x10\x0c\x72\x5b\x4e\x33\x02\xa4\x5d\x72\x27\x13\x9c\xb6\x6d\xee\x7a\x3b\x7f\xb5\x9d\xce\x8b\x9b\x27\x95\x1d\xc7\x03\xab\xf4\x4a\xc9\xd1\x5a\x0b\x3b\x18\x97\x9b\xf6\x33\xd0\x1e\xb0\xdd\x0c\xf4\x28\xc8\x6f\x9e\x7c\xf3\xb5\x97\xa1\x7e\x9c\x41\xfb\xac\xf4\xb2\x6d\x9d\x93\x64\x36\x4f\x97\x6a\x8e\xe7\x99\x13\xf5\x0c\xe6\xc9\x56\x58\x9d\xa1\xd8\x9b\x93\xd6\xbe\x44\xf8\x69\x8d\xa4\x61\xeb\x28\xf5\x07\x25\x07\xe3\x6c\x1d\x37\xd9\xa6\xf0\xe0\xff\x4b\xb6\xe6\x84\xc1\xa6\x9d\x6b\x31\xd2\xca\x12\x64\x2c\xc0\x35\x16\x07\xdb\xe0\x77\xaf\xc0\xf1\x4f\x68\x20\xd6\x54\x10\x48\x39\xd1\x6a\x7c\x6c\xb1\x85\x85\x88\x46\x17\xbc\x25\x53\xb4\x1a\xdf\x3d\xbb\x55\xf9\xfd\x2f\xdb\x9a\x89\x9e\x9e\xfe\x47\x2d\xb5\x5c\xff\xbd\xa5\x16\xba\x66\x3d\xcb\x46\x25\xe2\xb5\x39\x6e\x9b\x55\xb6\xc6\x32\xb9\x3a\x52\x1c\x15\x15\xc1\x42\x91\x77\xca\x4d\x3b\xef\x32\x01\x06\x25\xa2\x92\x14\xda\x7b\x1c\xbe\x4e\x80\x35\xa5\x25\x6e\x2f\x7a\x28\x14\x47\xc4\x86\x32\xd8\xc0\x4e\x58\x21\xb6\x06\xe9\x83\x11\xe2\x52\x79\x84\x48\xb9\x22\xd3\xf6\x73\xa8\xff\x16\xc4\xc2\xf0\xb1\x3b\x9c\x21\xf4\x32\x59\xa4\x8d\x7a\xa7\xdf\xb5\xec\xd2\xb8\x5f\x9d\xcf\x51\x8d\xa5\x54\x6b\xc1\x9b\xd5\xba\x77\xfc\xf0\xfb\x1e\xe0\x65\x6d\xfc\x3e\x81\x61\xfb\x49\x6f\x13\x85\x26\xae\x5f\xcc\x35\x52\x91\xee\x1e\xcd\x70\x33\xd2\x64\xce\x94\xf1\x3d\xe1\xf6\xc4\x32\xbd\xa8\x18\x0d\x03\xec\x10\x20\x15\x0a\x30\x3c\xce\x0c\x05\x20\x2f\x1c\xe0\x17\x61\xef\x17\x0e\x40\x7b\xd5\x06\xec\xb1\x38\xd8\x19\x78\xce\x02\x21\x03\x66\x77\x60\x89\x1d\xb4\x2d\xfc\x35\x67\x86\xfb\xbf\x39\x6f\x3c\x0b\x68\xc2\x63\x0f\x79\xe4\x59\x30\x33\xbc\xf6\xbc\x1a\xe2\xee\xc9\xf5\xdc\xf7\xa1\xe7\xfb\x78\xef\x68\xbf\x2c\xd8\x3e\x9e\x39\xca\xf4\xce\xd1\xa8\x87\xee\x95\x75\x66\xba\x72\x28\xed\xce\x85\xeb\x44\xb3\xa0\xc6\x6a\x49\x33\x3e\xce\xf1\xbe\x12\xc5\x9b\xdd\xb3\x47\x0a\x38\x2f\x19\x99\xeb\x63\x99\x96\x23\x25\xf8\x68\x9f\x73\xe2\x32\x9d\x2d\x94\xe5\x70\x21\x73\x41\x53\xcd\x99\xdc\x2b\xd7\xe9\xbe\x89\xd9\x34\xfb\xf6\xc3\x1b\xb5\xbd\x00\x7f\xb2\x6a\xf1\xe7\x93\x55\xfb\x64\xd5\x86\x38\x7d\xb2\x6a\x9f\xac\xda\x7f\x0f\xab\x96\x99\xd7\x3d\xe7\xab\xef\xf6\xd9\xc8\x37\xe9\x7d\x14\xde\xcf\x67\xab\x75\xd2\xf9\x6d\xab\x4d\x5c\x5a\xae\xbf\x19\x73\xef\xdd\x8e\xa8\xaf\xa3\xe0\x2a\x03\xa3\x9c\x7a\x3b\xf1\x1e\xca\x76\x6f\xdc\x70\x43\x5d\x02\xf0\x35\x24\xb9\xec\x86\xb6\x38\x88\xa3\x76\x8f\x9c\x6d\x9a\x4a\x14\x7f\xe8\x5d\x71\x29\xf4\x77\x42\x2c\x8e\x4f\x5e\x88\x65\x37\x90\x92\x0a\x3a\x64\x87\x58\xfa\x81\x94\x54\x64\x64\xaf\x10\x4b\x28\x90\x92\x00\x9e\x0a\xb1\xbc\x52\xa8\x74\xa7\xf0\x60\xb3\x6b\xd4\x25\x5f\x0c\x99\x46\xa2\x44\xf7\x8b\xb4\xbc\xf7\xf1\x7f\x5e\x59\x5d\xb0\xc5\x7d\x37\x65\x31\x77\x51\xeb\x9c\x54\xa4\x50\x3c\xb0\x2d\xa6\xaf\x0f\x76\x3e\xf0\x2f\x12\x59\xd2\x4a\x11\xe3\xe2\x48\x02\x8a\xa1\x6d\x1e\xb2\x5c\xe3\xf7\x02\xd9\xbd\xbe\xa6\x0b\xb8\xf1\x48\x77\xe8\xe6\x78\x98\x98\x72\x8d\xdd\xf5\x30\xd1\xdb\x44\x98\xc3\x95\xb2\xd5\xde\x27\x8d\x40\x3c\xfa\xc5\xbb\x5a\xe3\xda\x5d\x2c\x9c\x24\xdb\xf0\x13\x73\x41\x52\x45\x25\x10\xa9\xc2\x0b\x52\x21\xe9\x08\x6a\x65\x61\x03\x97\x3e\x46\x44\xea\x0a\xae\xa3\xea\xda\x81\xe7\x7f\x7a\xf1\x3c\xe6\x32\x27\xbd\xfd\x1e\xaa\xa7\x09\x74\xec\xc5\x96\xee\x4d\x32\xfa\x69\x8b\xe0\x6c\xa6\x4c\x1e\x21\x8c\x6e\xc8\xd6\x64\x63\x31\xeb\x8a\x32\x6d\xad\x5f\xd5\x1e\x0e\x7a\x43\xe2\x9a\x54\x7f\x6c\xaf\x05\x8d\xb4\xc9\x59\x11\xdc\x90\xe4\x46\x90\x1e\x39\x6e\xc8\xd6\x95\xb8\x1a\xba\xe8\x1f\x5a\x5f\xb8\x25\xc5\x78\xe4\x5a\xaf\xfa\x52\x56\x27\xcb\xb5\x71\x54\xcb\x46\xbf\x25\x73\x77\x8f\xa8\x61\xc4\x43\x69\x88\xae\xa5\x71\x4d\xeb\xb1\x72\x1d\xec\x26\xb4\xbb\x94\xd5\x1c\x1f\xe9\xc0\x1b\xf9\x7b\xc5\x8e\xb4\xe9\xd1\xff\x79\xf1\x8e\xca\x11\x6f\x55\xf3\xf2\x39\x27\xf2\x82\x2b\x68\xfd\xde\xc4\x31\xa8\x65\x93\xc6\xd6\x14\x69\x91\x66\xc6\xb9\xd2\xe3\xf3\x6f\x6d\x95\x33\xbb\xeb\x3e\x39\x8e\x96\xc4\x54\xa2\x57\x4c\x1b\x1f\x4b\x83\x76\x2d\x26\x2d\x78\xe7\x91\x33\xce\xa6\xe0\xde\xa4\x7d\x67\xbb\xe3\xdf\x87\x6f\xc8\xaa\xfb\xf0\x29\xe7\x77\x95\x26\x79\x0f\x0d\x83\x82\xd1\xb0\xe6\x8d\xb9\x11\xb8\xc2\x5a\x27\x97\x70\x7c\x9e\xa9\x7d\xc2\x8a\xac\x46\x0e\xe8\xde\x10\xb1\x22\xda\xd1\x2f\xd6\xa9\x51\x65\x44\x1d\x32\x7d\xfc\x71\xa7\x78\x6c\x05\x30\x4d\xa8\x9a\x69\x4b\xf6\x48\x83\x51\x7f\x3b\x8d\x1f\x18\x84\x73\xad\x50\x22\xd4\xe8\x4e\x74\xbf\x1c\xd5\x68\xa3\x14\xdb\xb5\x45\xa6\x6b\xa3\xcf\x37\xb8\xd6\x92\xff\x57\xad\x9e\x41\x88\xfe\x8e\x6a\x4c\x85\x9c\xa1\x53\xb8\xed\xbd\x8a\xc9\xbf\xff\x85\x2d\x62\xf1\x81\x6b\xb8\xda\x91\xff\xad\xa1\xb7\xb8\x72\x05\xc8\x0c\x91\x2a\x75\xa0\xa6\x2b\x20\xf4\xac\xe5\x11\xba\x5b\x73\x49\xec\x3d\xac\x76\x7d\x30\xb9\x21\xdb\xc9\x51\x6f\x86\x44\x20\xea\xc6\xaf\x98\x3d\x8c\x7c\x67\x52\xb6\x76\x0a\xdc\xe3\x09\xbc\x9b\xcc\x76\x0c\x6c\x04\xf6\x88\xd9\xbd\xb7\x5b\xc6\x4b\x72\xa9\xe7\xa1\xee\x7b\xd4\x25\xf3\x1b\xdb\x4d\xec\xb2\x3d\xb4\xd1\x79\x53\x88\xdf\x3a\xd7\xac\x58\x93\xb2\xa9\xc2\xc2\x62\x17\x73\x21\x57\xac\xe7\x50\xb5\x57\x12\xf5\x2f\x3b\xbf\xf0\x71\x09\x80\x4f\xdc\x7b\xee\x9e\x91\x7b\x3b\x79\x99\xf0\x55\xc3\xc4\xf1\x5d\xd5\xf6\xe4\xc1\x81\xe9\x2e\xbd\x8b\xfd\x22\xbc\x0e\x9e\xee\x98\x76\x34\xed\x2d\x0c\x0b\xa2\xf0\xac\x7f\xcc\x2f\x8f\xce\xe6\x8a\xb2\xe6\x9d\x1d\xe9\x54\xf0\x8a\x0c\xbe\xbc\xe3\xe2\x86\x88\x13\xf4\xf0\xa1\xed\xb9\xed\xb7\xad\xef\x8c\x40\x96\x43\x97\x5d\x4f\x08\xab\xf0\xa5\x8f\xf9\xbd\xb7\xfc\xe7\xb9\xc6\x3b\x5c\xda\xc7\x3d\x4e\xc6\xf5\x3d\xc7\x79\x6f\x17\x19\xed\x5d\xf1\x9d\xef\x2a\xa7\x0d\x1e\x6c\x9b\xb8\x87\xbb\x3c\x02\xd5\x28\xcc\x71\x97\x19\xed\x11\x48\x1f\x71\x9d\x77\x48\x94\xe7\x3e\x8f\x67\x0b\xda\xa8\xc5\x58\xb8\x31\x3b\x42\x98\xe3\x4a\xef\x0c\x27\xd7\x9d\x1e\x1d\x90\xbd\xa3\x7d\x0f\x97\x7a\x14\xa4\xf5\x0d\xf7\x71\xab\xd1\x3e\x04\x1b\x77\xaf\xd1\x3d\x5d\xec\x71\x6a\x0d\xdc\xe0\x71\x37\x7b\x14\x64\xcf\x0d\xdf\xc3\xd5\xce\xc2\x35\xe8\xf5\x27\xdd\xed\x51\xb0\xbb\xee\x78\xae\xcb\x8d\x72\x93\x7d\x7b\x85\xd7\x73\x33\xad\x39\x05\x7e\xa9\x15\x7f\x86\x2b\x8e\x72\xc3\xee\xe3\x38\x8f\xba\xe5\x68\x4f\xd7\x1c\xe5\x52\xf5\xde\x2e\x7a\xa2\x63\xe3\xbc\xef\xed\xa6\xa7\x86\xe2\x3b\xf0\x7b\xba\xea\x29\xb0\x83\xb9\x97\xeb\xae\x27\x40\x46\x1d\xf9\x1c\x37\x20\x73\x71\x17\xbf\xab\x83\x57\xf6\x78\xa9\xac\x73\x9e\xbc\xe6\x7d\xcf\xc7\x7f\xd1\xb9\xa9\xb1\x65\x4e\xea\x10\x72\xd9\xde\xe6\xef\x45\x41\x35\x2b\xb5\x52\x82\xfe\xd2\xb7\x55\x64\x5d\x56\xd1\x4b\x56\x1c\x6b\x36\xa9\x29\x66\xe5\xb4\x1b\xc6\x71\xd8\xb1\xcc\x8f\x4e\x5e\xc1\xd1\xae\xa5\xc9\x6b\x5c\xb5\x70\x61\x34\x4a\x61\xbd\xb2\x81\x8d\xd2\xe6\x4d\xc2\x45\xc2\x6c\x8b\x00\x43\x77\xad\x9b\x2a\xdc\x79\xf2\x4a\xc0\xf5\xf2\xff\xd2\x4e\x9b\x23\x73\xbc\xe4\xbf\x26\x8f\x95\x47\xdd\xc4\xd2\x8a\xba\x15\xe7\x7f\x71\xff\xfa\xd7\xf7\x09\x59\x1a\x0c\xb2\x3d\xd3\x17\x26\xb3\xd1\xbf\x75\xc9\x0c\xd7\x1e\x95\xa9\xb8\xdd\xc6\x96\xd4\xf3\x2f\x40\x3c\xcc\x66\x69\xbb\x79\xae\xaa\x7a\x80\xe4\xcc\x5c\x65\xef\xef\x7e\x33\x9b\xf6\x32\x9c\x09\x98\x8b\x17\x7c\x6e\x16\xa4\xe4\x08\x36\x39\x11\xd1\xfd\x02\x3a\xe0\x82\xbf\x78\x47\x8a\x26\x76\x6f\x8e\x79\xb2\x94\xec\x3e\x81\xdf\x3f\x75\x9e\xab\x19\x6f\xcf\x73\xed\x44\x3a\x37\xf4\x9b\xa4\xe5\x0d\xd9\xb6\xc1\x46\xe7\x33\x8f\x26\x40\xbd\xd0\xa3\xf3\x31\x8c\xd3\xf2\x07\x77\x7d\xc1\x66\xe1\x8e\x62\xb0\xfb\xdd\x2d\xd3\xd3\x41\xc2\xaa\x6a\xd9\xa3\x17\x1f\x55\x65\xd0\xfb\x4f\x8f\x5d\xbf\xfe\x40\xb1\xeb\xd6\x86\x84\x5d\x6c\xcf\x6f\x7e\xf1\x5b\x83\xab\x19\x7a\x9e\x73\x17\xb0\xe2\xae\xb9\x05\xb0\x13\xea\x6a\x2f\xd9\x59\x72\x5b\xd7\x93\xe6\xa6\xe4\x46\xbe\x30\x68\xb8\x02\xb3\x56\x8d\x75\x92\x02\x47\x6d\x61\x54\x63\xa1\x68\xd1\x54\x38\xbd\x74\xd2\x73\x7f\xc5\x45\x32\xce\x9c\xc5\xbb\x4e\xdc\xe7\xa4\xe0\xac\xcc\x5f\x23\x5f\x0d\xbf\xf4\xb9\x09\x07\x75\x13\x41\x79\x39\xb6\x6b\x50\xd1\x0d\x19\x4e\xbc\x03\x93\x68\x6e\x0f\x0e\x59\x3a\xdd\xd6\x2a\x8c\x91\xd9\xa3\xd6\x44\xdc\x51\xa8\x1c\xf0\x2b\x0f\xe8\x8a\x71\x41\xca\xc3\xce\x8a\x74\x5a\x20\xad\x2e\xfd\x43\xc8\xa9\x72\xd7\xa7\x40\x7c\xc6\xe2\x6a\xa7\xa1\x65\x6b\x0b\x36\x09\x75\xc9\x05\x1c\x98\x7e\x50\x72\x73\x1d\xcb\x2d\x2d\xd4\xe1\x0c\xfd\x4c\x04\x37\x9b\x68\xc9\x0a\x2b\x7a\xdb\x7a\x4a\xa3\x5b\x10\xa1\x2c\xcc\xdc\x26\x82\x25\xfa\x12\x1d\x00\x48\x44\x37\x1b\x52\x52\xac\x48\xb5\x3d\x74\x39\x59\xb9\x95\x8a\x6c\x52\xc3\xf6\x4e\xdf\xf9\x26\xb5\x0f\x29\xaf\x7e\x0a\x86\x90\x2d\x5d\x3f\x42\xa5\x53\x4f\x4d\xbb\x23\xc0\x7b\xa2\x62\xcd\xfb\xa8\x8e\x8e\xae\x03\xfd\xca\xba\xae\x4c\x31\x47\x45\xb7\x42\xf6\x1f\x5a\x4e\x31\x12\x64\xa5\xe7\xad\x9d\x71\xef\x39\x33\xdf\x2b\x0b\x91\xf8\x58\x2f\x4b\x69\x81\xc7\xae\x06\x71\xcd\x1c\x07\xdc\xf5\xf9\xdd\x61\x50\x59\xc5\x82\x0e\xcc\x2c\x14\x5f\x56\x1c\x05\x6a\xcc\xd2\x47\x3e\xa5\x44\x4d\xf0\x46\x91\xd3\x72\x43\x61\xc1\x32\x16\x5b\xef\xb7\x6e\x77\x58\x61\xff\x02\x94\x35\x66\x65\xa5\x7d\x3e\x46\xee\x0c\xf8\xc0\x18\x8b\x0a\xd3\x8d\x84\xc3\x94\xbb\xfd\xf3\x7a\x39\xa5\x9d\x25\x04\x97\xc5\xb3\xad\x6b\x85\x0b\xc1\xed\x39\xe6\xa6\x78\x22\x78\x35\x70\xf0\xfe\xfa\x91\x1b\xea\xfb\xe3\x09\x05\xe8\x77\xae\xaf\xcf\xbd\xa0\x7e\x24\x6e\xef\xc6\xf2\xfa\x8e\x11\xa1\xcd\x76\x56\xf4\x7e\xe7\xab\xc1\x69\xb8\xe6\x32\x31\xbc\x21\x96\x74\xb1\x34\xcd\x90\xa0\xde\x24\x06\xf6\xd9\xbd\x69\x3f\xf6\x2a\x27\xcd\x51\x54\x31\x65\x74\xcd\xd0\x14\xcd\x95\xa0\x85\x3a\x41\xcf\xb9\xbd\x37\x43\x73\x13\x88\x0c\xd5\xa8\x25\x5d\x2e\x89\xd0\xfe\x80\xd7\x75\xd4\x5d\x81\x21\x74\x67\xc5\xeb\xb1\xcd\x4c\x37\x70\x05\xe9\x85\x03\x61\x4f\xc5\x38\x31\xc7\x63\xd8\xee\x62\x1a\x82\x5b\xb0\x1d\x2a\x35\x56\xeb\xee\xc8\x4e\xdd\x13\xf2\xe8\xb8\x43\xaa\xc4\xc2\xb0\x13\xbf\x41\x7d\x8d\x21\xcb\x3d\xee\xdb\x08\x0e\x34\xd2\xd6\x74\x92\x50\x7b\x51\xd5\xe9\x3c\xb3\xfc\x4b\x82\xfa\x5f\x0c\x84\xd0\xf2\xfb\x8e\xaa\x75\x0b\x3a\xb6\xd6\xd3\xdf\xd3\x90\xfc\x79\xd7\x22\xec\xa6\xde\x7e\xea\x75\x9f\xce\x4f\x99\x62\x48\xbe\x74\x68\xfd\xf2\xf8\x57\x77\x65\x6e\xbc\xd0\x2a\x02\xd2\xdc\x85\x60\xcb\xb3\x01\xde\x43\xd9\xf9\xb5\x46\x07\x82\x88\xea\x4e\x5c\x88\xc0\xd6\x33\x16\x7c\x73\xdc\xde\xd0\x78\x8c\x6b\x7a\xbc\xa8\xf8\xe2\x78\x83\xa5\x22\xe2\x18\x80\x1d\xdf\x3e\x3e\x36\xb7\x8a\xaf\x62\x73\xc2\x56\x33\x9e\xa0\x7f\xab\x4b\x0c\xb7\xbe\xf4\x69\x61\xce\x06\x73\xbf\x49\x77\x60\x8c\xe2\xdd\x6f\xcf\xa9\x4c\x2f\x49\xed\x99\x23\x9a\x6c\xb8\xdc\x50\xa5\xfd\x22\x9f\xa7\x78\x38\x64\x4d\xdd\x79\xb3\x30\xd7\x6a\xc6\x27\x9e\x54\xbc\x46\xed\x5d\x6f\x57\x6b\x22\x89\x83\xeb\x54\x4c\xa3\x47\x65\xf0\xc5\x59\xb2\x03\x7d\x5f\x68\xcd\xa4\xb8\x06\x20\x48\x8b\x72\xa2\x8a\x2e\x7a\x5e\xde\x80\x98\xf6\x7a\x37\xb9\x4b\x50\xed\x67\xe6\x53\xd4\xc5\xf6\xc3\x26\x4a\x71\x74\x3d\x09\x00\xbb\xd7\x0d\x3d\x43\x4c\xc7\x9a\x8d\xe0\x9e\xd4\x1c\x29\x8f\x49\xf3\x35\xb7\x88\xb2\xd7\x38\x5d\x40\xf9\xc6\xc8\x8b\x2b\x95\x0c\xe0\x7c\xff\xe2\x49\x57\x2a\x19\xf5\x2d\x3e\x15\x4f\xc2\xf3\xa9\x78\xd2\x7b\x3e\x15\x4f\x7e\x2a\x9e\xfc\x54\x3c\xf9\xa9\x78\xf2\x53\xf1\xe4\xa7\xe2\xc9\xff\x9a\xc5\x93\xaa\x92\x73\x52\x34\x82\xaa\xed\xa5\xe0\x4b\x5a\x05\xe2\x89\x83\x04\xec\xce\x17\xde\x4e\x37\x49\x94\x76\x96\x64\xbb\xfd\x27\x7d\xa4\x0c\x38\x59\xc6\x17\xeb\x5c\xb1\x91\xed\x28\xfe\x32\x2b\x00\x12\xd7\x14\xae\x37\x16\xc9\x9b\xef\x91\x20\x92\x37\xc2\xde\x61\xdd\x6d\x01\xbb\x5b\x93\x90\xf7\x6f\x8e\x45\xd6\x88\xbc\xae\xca\x23\xb3\xf0\xb6\xe1\x5f\xc3\xec\x1f\x78\x49\x04\xd3\x3e\x01\x10\x04\xd6\x69\x06\x73\x13\x66\x0f\x1f\xf0\xeb\x9a\xf7\x2f\x9a\xa4\x12\xc9\x06\x78\x05\x01\x09\xb8\x08\x1a\x2d\x88\xba\x23\x84\x69\x53\x4a\xb0\xd4\x06\xe3\xbb\xa0\x18\xb6\xe1\xb2\x15\xbd\x25\x4c\x2b\x55\x1b\xcd\x32\xb0\x15\x6f\x77\xff\xf9\x83\x68\x31\x71\x17\xda\x07\x20\xf3\xb6\x73\xf4\xe7\xd9\xbf\xcf\x7e\xd6\x03\x47\x4d\xbd\x12\xb8\x84\xf5\x55\xef\xe5\x17\x8f\x61\x0f\xb3\x5d\x27\x22\x46\xee\xb2\x87\x6f\x96\x6a\x5e\xa1\x69\xd8\x61\x3f\xd2\x2c\x6c\xaa\xc8\xbe\x26\xb3\xb9\x99\x57\x15\x6f\xd4\xce\x41\x4a\xc4\xed\x65\x06\x09\xbd\x35\x37\xfe\xfa\xb2\xe8\x75\x13\x92\x5a\x2a\xd1\xe3\xd9\xe3\x6e\x96\xbb\xcd\xed\x3e\x34\x68\xf3\x64\x86\xd0\x29\x83\x65\x84\x63\x00\x8f\xde\xf7\x2c\x88\x84\x18\xcd\xf0\x2c\x67\x2b\x5a\xb0\x97\xce\x13\x2f\xef\x74\x23\x73\xeb\x26\x01\x62\x87\xd0\x55\x4e\xbf\x48\x80\xf2\x78\xf6\x74\xef\x95\x88\x39\x13\x3a\x27\xf8\x63\x4f\x8f\x06\x7d\xdf\x48\x22\xa6\xee\xc8\x3e\xdd\xb5\xb4\x8a\xc3\x8d\x64\x86\x9e\xc5\x54\x3e\x79\xa7\xb4\x42\xac\xb4\x10\x09\x58\x91\x99\x49\xd8\x9e\x4f\xed\x88\x81\x25\xa2\xcc\xec\xda\xee\x09\x52\xb4\x32\x19\x33\x73\x6a\x82\xc2\x52\x09\x5e\xaf\x69\x31\xd3\x5c\xb2\x33\x67\x08\xbe\xe2\xfc\x46\xa2\x8a\xde\x98\xcc\x57\x22\xc0\x89\x50\x41\xeb\x35\x11\xf2\x04\x7e\x99\xa2\x17\x67\xcf\x5f\xbe\x98\xbe\x38\x7b\x3e\x3f\x9d\x9e\xbd\x3c\x3d\x7b\x79\xfa\xe4\xcb\xe9\xe5\xeb\xf3\x7f\x7f\xfc\xf4\xcb\xaf\x7b\x6d\xde\x84\x5a\xc4\x7a\x1a\x7e\x78\xfa\x62\xfe\xf8\xc9\xb7\xd3\xef\xcf\x7e\x98\xce\x5f\x9e\x3e\xf9\xfa\x9b\x40\xf7\x3b\x6d\xe2\xc0\x37\x94\x5d\x9d\xcf\xed\x3d\xd8\x27\x9a\x6d\xb7\x8f\x67\x8f\xc3\xb1\x86\x8c\x7d\xd9\xe3\xcb\x24\x47\xb5\xa8\x0b\x36\x10\x30\xd3\xdc\x8f\x04\xb8\xf3\xd5\xe1\x4c\x64\x78\x8d\x70\xb5\xe2\x82\xaa\x75\x34\xca\x8d\x5c\x31\x31\x5c\xe3\x4c\x56\x5c\x51\x08\x2e\x59\x6f\x54\x83\xd2\x12\xbb\xc6\xac\x94\x6b\x7c\x43\x66\xa8\xcd\xb1\xa7\x40\x6a\xad\x27\xc8\x86\xdf\x12\x38\x01\xd5\xee\xfe\xa6\xc2\xb8\x0e\xac\x94\xc8\x26\x26\x6d\xf4\x68\x70\x4a\x70\x0a\x59\xa3\xba\x9f\xbf\x98\x4f\xcf\x9e\x9d\x3d\xd5\x7c\x44\xe8\x60\x8b\x37\xd5\xe1\x49\x50\xfc\xfc\x96\xf1\xdd\xb6\xa3\x7e\x72\x5e\xce\x7b\xbc\x5a\xb0\x27\x56\x99\xbc\xee\x7d\x14\xe3\x38\x28\xf3\xe4\xd9\xac\x4e\x29\xdb\x30\xbe\x55\xa5\x8a\x17\xbc\x6a\xef\x3f\x0e\x8a\x40\x02\xe6\x40\x38\xbe\x1b\xa4\xaa\x34\xab\x3c\x7b\x60\x2d\xc6\xe3\x59\xea\xca\x15\x6d\x4f\x1e\xcf\x9e\xf6\x99\x1a\x9e\x8e\x60\xd2\x5e\x5f\xbd\x38\x41\x45\x23\x04\x61\x2a\x59\xdf\x07\xc7\xa8\xd0\xd5\x9a\x48\xd5\x87\xe7\xca\x8f\x34\x01\xec\x4f\x57\xe7\xf3\xc7\x4f\xe2\xe2\x92\x3e\xa5\x79\xea\x43\x89\x1f\x9e\xd9\x6b\x16\x3f\x4e\xa4\xd7\x2c\x4e\xb8\x5e\xb3\xf8\x66\xff\xf7\xbb\xab\x13\x41\x86\xd4\xf9\x4b\x39\x86\xd0\x6f\x6f\xcc\x61\xc8\x02\xb6\xee\x6c\xc2\xb0\xb8\x5c\xc1\x1d\xbd\xa1\xb3\x0d\xff\x9d\x56\x15\x9e\x71\xb1\x3a\x76\x7e\xf8\xf1\x1c\x3c\xde\xb7\x73\x5a\x92\xb7\x57\xe7\xf3\xcf\x7d\xdf\xee\x6d\xc1\x37\x35\x56\x74\x01\x37\xa0\xbd\x9d\x3d\xf9\x56\x90\x82\x6f\x36\x84\x95\xa4\x9c\x3d\xf9\xe7\x78\xbf\x5a\x1e\x07\xe6\x2f\xa9\x70\xae\xce\xe7\x6f\x4f\x5f\xcc\xdf\x3e\x7e\xf2\xed\xdb\xef\xcf\x7e\x78\x3b\x66\x69\xfc\x6f\x9e\x7c\xfd\x8d\xfb\xe6\xe9\xb7\x5f\x79\x00\x9d\x59\x7c\xeb\xcc\x62\x16\xd8\xa4\xed\x43\x68\xcc\x82\xee\x05\xfc\xc9\xd7\xdf\xb8\x4f\x3b\xd4\x7b\xc0\xfb\x2d\xf2\x81\x7f\x70\xa7\x61\xcc\x65\xb8\x07\xce\x41\xfd\x14\x51\x20\x19\xee\xc2\xc8\x24\xdc\x80\x33\x9c\x33\xfd\x4c\xcb\x9c\x89\x77\xbf\x29\x66\xdc\xf2\xfe\xe4\xfa\x6f\x37\x95\x82\xcc\x7d\xda\x19\x9f\x33\x67\x7c\xf4\x5a\xdd\x38\x34\xd1\xb3\xd4\xde\x9f\xf9\xbc\x8a\x44\xd8\xfa\x9c\xe7\x26\x6c\xf3\x71\xd8\xfe\xba\x2a\xdf\x2e\x70\x71\x73\x87\x45\xf9\xdf\x9c\xf9\x9f\xf4\x68\x14\xf8\x47\xd0\xa3\xfe\x67\x69\x7c\x7b\xdc\xc8\xa7\xf3\x9b\xe1\x47\x49\xa0\xfb\x43\x0c\x83\xd3\xc3\xcf\x67\xd7\x9b\xe1\x47\x49\xa0\xfb\x43\xdc\x65\xcf\x90\x1c\x11\x98\xbb\xa0\x3a\x02\xc6\x84\x60\x4f\xe6\x87\x78\x93\xe8\xae\x1d\x4d\x04\xea\xee\xa0\x7b\x0b\xc7\xb0\x6a\xff\xf2\x63\xa9\xee\xf8\x6d\x89\xe1\x5b\x12\xed\xc5\x86\x81\x68\xab\x0d\x87\x71\x81\xce\x20\x50\x13\xcb\x01\x9d\xb5\x61\x9c\x5b\x6a\xef\x45\x41\xd8\x68\x6a\x7f\x01\x49\x59\x49\x6f\x69\xd9\xe0\xaa\x67\x2e\xe2\x39\x5f\x30\x22\xdd\x05\xdf\xb3\x5d\x1c\xfd\x80\x30\x16\x64\x0f\xb8\xf2\x7d\xad\xd3\x9b\xce\xb3\x7f\x9b\x15\x0c\xb3\xfb\x9c\xda\xfe\x35\xbe\x7a\xe1\xc2\x94\x41\xe5\xc8\x14\xda\x93\xad\x09\xe7\x9a\x58\xb4\x39\x1c\x81\x46\x8f\xf7\xc3\x12\xaa\x3b\x5d\xa0\x06\xee\xff\x27\xb7\xa4\xe2\xb5\xad\x8d\x21\xef\xa8\x84\x9a\x0a\xbf\xc9\x92\x37\x2c\x56\x22\x63\x62\xc2\x94\x99\x93\xd4\x66\x08\x3d\x27\x35\x61\x25\xec\x1d\x62\xa8\x16\xa4\xa0\x92\x54\x5b\x5b\x38\xee\x43\x6d\xaf\x71\x8c\x43\xc6\x7a\xf8\x05\x91\x36\x60\x0f\xb5\x12\x7a\xb4\x50\x30\x54\x36\x45\xe0\x28\x7e\x17\x95\x1d\x11\x13\x2a\xbb\xe5\xb9\x1f\xf4\xe9\xc2\xb5\x5e\xe5\xfb\x96\x28\x74\x47\xa2\xc5\xe8\xb8\xe4\xb5\x2d\x5c\xd2\x3c\xe6\x0c\x49\xbe\x54\x77\x7a\x8c\x15\x5d\x08\x2c\x28\x89\x1d\xaa\x96\xaa\x08\x7a\x5d\xc5\x8a\x80\x7c\x91\x8e\x34\x49\x10\x61\x6a\x27\x60\x42\x59\xec\x5b\x37\x14\x79\x21\x15\x56\xcd\x20\x82\xd5\xbf\x9a\x1f\x1a\xb8\xda\x8a\x0d\x97\xe6\xee\x5c\x60\x0a\x5f\x40\xb2\xa8\x74\x8d\x6c\x84\x68\xe7\xf4\xde\xbe\x96\x89\xc7\x34\x5b\x71\x7b\x93\x57\x14\xbe\xd3\x1e\xa4\xa1\xad\x08\x6f\xd1\xeb\x6e\x23\x75\xf5\xdf\xa1\xd4\x57\x51\x70\x01\x93\x22\x9a\x35\xf1\x76\x39\x7e\xc8\x3a\xf1\x82\x33\x93\x44\x1e\x1b\xef\xa4\x6b\xd9\xaf\x4c\xf2\x7e\xb7\x69\x15\x2a\x2c\x53\x22\x25\x57\xa7\x2d\x49\xdc\xfd\xa4\x23\x03\x86\x0e\x13\xea\x40\xf7\x6b\x4a\xc7\x34\x09\xa1\xec\x0c\x7e\x73\x40\x5d\xca\x50\xa2\x03\x3a\x23\x47\x68\x66\xd1\xdb\xe1\x61\x28\x2d\xf7\x5b\x83\x2b\x89\x66\xda\xec\xcc\x1c\x0b\x0f\xad\xfa\xd5\x6a\x4a\xff\xaf\x4d\xc4\xfb\xd4\x00\x95\x16\x0c\x47\x99\xed\x8a\xf6\x7e\x30\x27\xbd\xb0\x85\x22\x44\x87\x25\xc1\xca\xdc\x33\xcb\x4a\xb8\x21\x15\x6c\x21\x0d\xd7\x37\xc1\xaa\xe4\x11\x3a\xe7\xb8\x7c\x86\x2b\xcc\x0a\x22\x7e\xc0\x0c\xaf\x48\x69\xd6\x13\xa2\x21\xee\x62\xd7\xf6\xde\x61\x0f\xe9\x10\x71\x85\xe6\x93\x32\x4b\x9c\x47\xe6\xf2\x52\x77\x15\x6a\xdd\x2c\x2a\x2a\x61\x27\xa8\x2d\x01\xd9\x76\x19\x2b\xec\xca\xf9\x02\x40\x2b\x8e\x4b\xb4\xb0\x08\xce\x00\xb5\xef\x70\x25\x01\x37\xcc\xb6\x66\x36\x73\x49\x7a\xd2\x25\x88\x5e\xac\x62\x45\xe5\x92\x86\xb3\xe9\x81\xd1\xbf\x21\xb8\xdc\x66\x8d\x3d\x72\xef\xa2\x37\xf6\xd3\x3e\xde\x5a\x2c\x37\x86\xb8\x33\x8f\x3a\xc3\x36\xc1\x8c\x21\x2e\xb7\xf7\x1c\x76\xb8\xca\xf5\x5a\xf7\xfe\xfc\x62\xbe\x0f\xb3\x07\xac\x0d\x40\x1d\x65\xb6\x16\xc9\xba\xc2\x4a\x2b\x20\x67\x23\x35\x1a\xb3\x24\xc8\xd0\x64\x87\x22\x63\xc8\xa0\x13\xe5\xa8\x59\xb2\x64\x29\x40\x28\xdb\xd9\xdd\xca\xfc\xfc\x62\x8e\x7e\xe7\x0c\x6e\xdc\xfd\xb0\xe2\xf5\xfc\x62\xbe\x9f\x54\xa5\x89\xac\x11\xdd\x95\x24\xfd\xab\x20\xda\x2c\x48\xb4\xc6\xb7\x04\x2d\x08\x61\x48\x36\x70\x65\xd1\xb2\xa9\xaa\x2d\x2a\xcc\xe6\xb6\x20\xa6\xf7\x1a\xf2\xae\x13\x12\xcd\x31\x05\xb7\xb0\x9e\x39\xd0\x7a\x3c\xb0\x11\xcc\xaa\x38\x56\x62\x51\x76\x3d\xdb\xed\x37\x21\xc4\xc7\x92\x8e\x15\x96\xea\x4a\x60\x26\x01\xd0\x15\x8d\x1f\x3f\xee\x6c\x62\x89\x15\x99\x26\x7c\xde\xd1\xec\x82\x3d\x7d\xf9\xde\x95\x55\x82\x60\x19\xcf\x12\x8c\x7e\x1e\xf2\x92\xf6\xf8\x3c\x75\xdb\xfd\xc8\xc7\x19\x95\x49\xa1\xbc\xa1\x99\xca\x23\xee\x44\x37\xdf\x61\x79\x57\x28\xbd\x8e\x73\x3f\x32\xd4\xc8\xc0\x36\xf8\x04\xba\x4e\x49\x5d\xb6\x3a\x6a\x6e\x55\xd4\x08\x1e\xf1\x0f\x07\xb8\xb5\x2a\x2f\xb8\x15\x22\x88\x6f\x5a\x96\xd7\x5c\xaa\x0b\xa2\xee\xb8\xb8\xc9\x58\x5f\x7b\xad\xd1\x9a\x57\xa5\xf4\x56\xb2\xed\x9e\x9a\x97\x5d\xa3\x08\xc7\x53\xca\x7c\x86\x2e\x4d\xf9\xaf\x29\x73\xd3\x3a\xcd\xae\xe9\x3d\xb8\xf7\xa8\x61\x33\xd6\xde\xd9\xe3\x8c\xb1\xfa\xcd\xe3\x83\xed\xbb\x10\x91\xf1\xc6\x46\xe4\x7b\x08\x73\xe3\xa5\x84\x41\x8c\x17\x41\xd8\x38\x85\xb8\x6c\x51\xcc\xcd\x91\xef\x7e\x69\x47\xeb\x36\x98\xf6\x86\x98\xc8\x12\x53\x66\x94\x9d\x56\xad\xed\x1e\x48\xbb\x92\x68\x58\x49\x44\x05\x97\x17\x53\xb6\x14\x58\x2a\xd1\x14\x70\xed\xb0\xeb\x3e\x79\x48\xfc\x3d\x36\x5f\xee\x0e\x2b\xd1\xc1\xfd\x37\x62\x7a\xf4\xcf\x38\x9d\x08\xdf\x8d\x94\x14\xf7\x59\x83\xef\x64\x17\x80\xea\x57\xb9\xb5\x85\x92\x23\xb7\xe2\x21\xeb\x3b\xfb\x0c\x39\xfd\x69\xde\x67\x6a\x6c\xf3\xd0\x08\xdc\x34\x03\x34\xf2\xbb\x74\x1d\x43\x75\x3f\xaa\xa3\xbd\xae\xa5\x29\x2a\x2c\x25\x2d\xce\x47\xf5\x80\xff\xf4\x38\x12\x80\xb0\x33\x6d\x7a\x7c\x1a\x05\x8f\x86\x4a\x05\x33\xe0\x8f\xed\x69\xb8\x44\xb1\x9a\x24\x03\xec\x50\xd7\x9c\x19\x80\xe3\x37\x88\x64\x5f\xaa\x81\x10\x33\xda\xf8\x3d\x08\x1a\x80\xf0\x91\x08\x6a\x7b\xfa\x70\x04\xbd\x38\x7f\xf6\x41\x89\x99\x72\x91\xba\x27\x1c\xee\x86\x13\x18\xf4\xbf\xf9\x72\x77\x76\x67\x8c\x0d\x8e\x63\xd5\x1e\x32\x54\x30\x39\xb2\xed\x54\x56\xbb\x6d\xdb\x34\xe7\x12\x9b\xee\xd4\x21\x08\x46\x3f\x42\xd7\x13\x2b\x83\xd7\x93\x13\x74\xea\x04\x12\x8c\x20\x7a\xb6\x07\xae\xe6\x08\xa9\x1b\x22\x21\xc6\xa2\x4d\x4a\x49\x0a\x6a\xaa\xa4\xb0\x42\x84\x42\x08\x03\xd9\xe3\xa5\x30\x93\x7a\x39\x98\x01\xb8\xc2\x5b\x22\xd0\xc1\xd5\xd9\xe5\xf1\x7c\x7e\x7e\x88\xac\x85\x07\xed\x66\xab\x6f\x6d\x93\x97\x57\x57\x97\xc7\xfa\xff\xe6\xc1\xb3\x02\x86\x8f\x56\x8b\x68\xb0\x34\x03\x12\x77\x01\x1b\xab\x1d\x6d\x3e\x17\xb5\xa1\xfb\x92\x17\x72\x86\xef\xe4\x0c\x6f\xf0\xef\x9c\xc1\x3e\xdf\x53\xf8\xe7\x8b\xb3\xf9\x31\x6c\x45\x53\xc7\x2e\x38\x2e\x56\x0d\x2d\xc9\xb1\x66\xfe\xd4\x31\x7f\x6a\xb6\xfc\xc2\x65\x26\x45\xb5\xc8\xc0\xd6\xf2\xea\xe2\xfc\x99\xe1\x93\xf3\xf7\x7a\x7c\xf2\xb8\x90\x01\x32\xc8\x27\x4d\x0f\xd4\x31\x68\x48\xfe\x5c\xc2\xfe\xe3\xc9\xca\xaa\x45\xda\x42\xa1\xd1\xba\x37\xf7\x4c\xdd\xac\xc8\x68\x79\x71\xfe\x2c\x53\xfd\x64\x9c\x31\x99\x77\x81\xd3\x14\x00\x26\x9b\x64\x2a\xbc\x71\x65\xd7\x53\x74\xbe\x9e\x1b\x77\x25\x47\xc8\x12\x76\xdd\x91\xdb\x7c\xed\x9d\x96\x36\x39\xfd\x69\x3e\x39\x42\x93\xd3\xdf\x1b\x41\x92\x87\x2a\xea\x67\xf2\x0c\x0b\xf2\x03\x51\xb8\xd2\xdf\x7c\x7f\x76\xa9\xff\xf3\xba\x26\x6c\xae\x70\x71\x63\x77\xf5\x4c\x7e\x9c\xd7\x6b\x22\xc8\x24\x2d\xdf\xe3\xe2\x32\xd5\x8a\x7e\xac\x85\xc6\x7b\xa4\x4d\x8b\xf4\x48\xbb\xef\xcf\x52\xb7\x16\x41\x2a\xc8\x0d\x75\xa4\x9d\xa5\xc0\x48\xab\x57\xcf\x7e\xc8\x10\xb4\x11\xd1\x1e\x17\xeb\x11\x91\xce\x10\x67\x59\xf0\x94\x2c\xf7\x53\x49\xba\xed\xe0\xa4\x40\xf3\x1b\xec\x1d\x72\x77\x62\x67\xaf\xb8\xa4\x3b\x6c\x62\x86\x2e\xb9\x94\x74\x51\x91\x9e\xfc\xbe\x78\xa7\x88\x60\xb8\x9a\x18\xd9\x83\x94\x9c\xfe\x33\x2e\x7c\x63\xf5\xb9\x0e\x44\xa2\x89\xeb\x74\x84\xa8\xef\x71\x41\x13\x90\xec\x3e\x21\x00\x38\xbd\x9f\x8b\xc8\xd9\x8e\x7d\xcf\xd4\x36\x8d\x2f\xfd\x2f\x6c\x8b\x79\x34\xbf\x80\xee\x1d\xeb\x18\xc0\xbe\x57\xbc\xa3\x16\xf4\x36\xaf\xd6\xd8\xb6\x8c\x0f\xf5\xd2\x36\x70\x83\x89\x05\x21\xf6\x19\xa2\x85\x79\xaf\xa1\xed\x5b\x0e\x02\x67\xdf\x05\x12\x07\xa6\xd0\xde\xed\x11\x4f\xee\x4b\xee\xfc\xd8\x40\xd4\x46\xbf\xb0\xb1\x3b\x12\xcb\x24\x46\xe0\xba\x5d\x49\x7f\x6a\xcf\x7a\xed\x75\x80\x9c\x04\xc0\x0a\x9d\xb9\xc3\x26\xbd\x15\x51\xcc\x2c\x8d\xe7\x33\x1b\x69\xc2\x0a\x0a\x53\x46\x84\x5b\x21\x25\x0e\x4a\x3b\x0d\xa2\x06\x65\x0a\xf6\x84\x3b\xc5\x1d\x9d\xed\xb6\xcb\x78\xb6\xd8\x3c\xe6\xc4\xdb\x93\xac\x23\x6f\x6d\x22\x4f\x4e\x3b\x4c\xdd\x6f\xc7\x9f\x6b\x9d\x39\xa2\x32\x4d\x8c\xa3\x97\xe3\x39\xf2\xcf\x9b\xe9\x92\x1d\x6d\x68\xc3\xa6\x43\xe2\x87\x0e\x98\xb9\x6d\xdd\xd9\x10\x75\x1e\x6a\x1d\x6d\x14\xa2\xbd\x5a\xd4\xcb\xa9\xc4\x65\xad\xed\xd9\x4c\x1b\xd6\x25\x92\xdc\x3d\xa2\x68\xb1\xbd\x47\x6a\x4a\x3f\x26\x8b\x0c\x7c\x2a\x7e\xe6\xcc\x64\xa9\xed\x8f\x66\x52\xea\x5f\x41\xe2\x7e\xf2\x69\x63\x50\x4a\xec\x88\xee\xd5\xab\x74\xb5\x2a\x30\x04\x7b\xae\xd1\xe9\x4f\xf3\x23\xe3\x97\x18\x7f\xe8\xfb\xb3\xcb\x36\x75\x97\x3a\xfd\xea\x91\x1f\xfe\xcd\x99\x6e\xba\x43\xad\xc3\xa3\x7c\x13\x4a\xa2\x3b\x48\x9e\x47\x00\x50\xd9\x6e\x67\xfd\x68\xb3\xcf\x1c\x05\xd6\x8a\xf3\x91\xb9\xa3\x37\x06\x93\x9b\xdb\x54\x0c\xee\xdf\x7e\x09\x04\xfc\xea\xab\xa7\x66\x0f\x78\x23\x0d\xce\xf6\x16\x6b\xf0\x05\xb4\xfe\x76\xe8\xc6\xfd\x24\xcc\x3a\x11\xed\xa7\x8d\x07\xd3\x39\x5b\xa9\xdd\x52\xdc\x5d\xfe\x02\xe8\xce\x0c\x13\x9d\x21\xb9\x66\x70\x2e\x04\x14\x2e\x05\x7a\x88\x80\x1d\x5e\x90\x13\x64\xc8\x7e\x98\xe6\xa8\x43\x23\xa9\xb6\xcc\xca\x5d\xf5\x13\xdd\x30\x65\x87\xa3\x85\xa6\x65\x0b\x1c\x64\xb1\xc1\xac\xc1\x55\xb5\x1d\x21\x69\x72\x12\x0c\xfc\x82\xac\x89\x90\x3a\x48\xbb\x67\x77\x1c\xf0\x0c\x9b\x93\xd8\xdc\x76\x5f\x9b\x83\x4e\x5b\x04\x22\x90\xf7\xb2\x37\x40\xfc\x36\x18\x3d\xaa\x09\xa0\xc8\x70\xcb\xf0\x86\x16\xc0\x23\x5c\x55\xdc\xdc\xe4\xbd\xd8\x9a\x95\x8d\xd6\xad\x7f\x40\x6b\x7e\x47\x6e\x89\x80\x3d\x7a\x56\xc3\xc5\xd6\x05\x0a\x2b\x5a\x00\x78\x07\xcd\x1c\x11\x01\x12\x61\x4a\x21\xa5\xcb\x8f\xb4\x13\xc5\x84\xcc\x23\x20\x6d\x75\x99\x33\x0d\x43\x7e\x19\xab\x05\xa7\xe7\x88\xdb\xe8\x3e\x8a\x54\x35\x5f\xc0\xb5\x89\xb4\x1c\x4b\xf2\x4d\xdd\x54\x8f\xbc\xcd\x71\x9e\x93\xeb\x84\xf8\x1a\x21\xb2\xa4\x4b\xb8\x94\xae\x4c\xee\x7b\xc2\xec\x21\xb6\x23\xf9\xda\xdd\x0f\x02\xe5\x81\x68\xd5\xbd\x75\x1f\x24\x8b\xe6\x02\x27\xfa\xa6\x8a\xe6\x64\xde\x01\x68\xfe\x45\x54\x78\x70\x64\xd6\x91\xf6\x2c\xec\x41\x42\xee\xa2\x65\xef\x1c\x83\x00\x57\xbc\x59\x5d\x73\x08\xce\x0b\x63\x70\xfc\xba\xc1\xdd\xf2\x47\x98\x8d\xa6\x2e\x31\x00\xd4\x9d\xa4\xa2\x41\x00\x54\x7b\x60\x23\x54\xbd\x79\x87\x01\xf3\xe5\x6e\xc1\xe3\x5e\x09\x7a\x55\xc9\xbc\x53\x4a\xba\x86\x8e\xb1\xfd\xc3\x48\x86\x67\x4e\x98\x4d\xc0\x81\xa1\x51\x66\x4f\xf0\xd8\x37\x31\x9f\xdc\xd5\xfe\x51\x76\xb4\xdf\x77\x37\x3b\xda\x24\x0e\x36\xfa\xd0\x3b\xd9\x3f\xc2\x2e\xf6\xe4\x0e\xf6\xcc\x5d\xbf\xd1\xd3\x93\xc6\x77\xad\xdf\x7f\xc7\xba\xdb\x1c\x9e\xb6\x16\xf9\xbb\xd5\x07\x2c\x8e\x80\xcd\xde\xa9\x1e\xd8\x8f\x1e\x73\x6d\xf6\xd8\xa6\x1e\xdf\x8c\x1e\x73\x71\xf6\xd9\xa2\x9e\x32\x8e\xa3\x5b\xd3\x33\xb6\xa5\x67\x6c\x49\xcf\xd8\x8e\xfe\x01\xeb\xdf\x77\x7e\x34\x76\xca\xdb\xa9\x23\x15\x17\x78\xe5\xef\xdd\x91\xcd\xa2\xad\x65\x76\xc4\x92\x05\xf6\x95\x2a\x98\x19\x77\xe8\xe6\x25\x56\xeb\x93\xb6\xdc\x79\xe7\x1e\x3a\x2d\xd9\x4e\x9b\xbb\xa6\x7e\x99\x73\xd7\x10\x00\x0c\x9b\xa6\x8b\xa8\x6d\xdd\x1a\xfa\xeb\xdf\x3f\xfb\x7f\x01\x00\x00\xff\xff\x43\x86\x1c\x6a\xee\xf4\x00\x00") +var _manifests00CustomResourceDefinitionYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\x61\x77\x1b\x37\x92\xe0\xf7\xfc\x0a\x1c\xb3\x3e\x4b\x8e\x48\xc5\x76\x92\xcb\x6a\xf6\xed\x3c\x59\x76\x62\xbf\x51\x64\x9d\xa9\x4d\x66\x13\x65\x7c\x60\x37\x48\x62\xd5\x04\x3a\x00\x5a\x32\x33\x33\xf7\xdb\xef\xa1\x00\x74\xa3\x9b\x00\x1a\x94\xed\x9d\x7d\x7b\xee\xf7\x66\x62\xb1\xd1\x85\x42\x55\xa1\xaa\x50\x55\x00\x70\x4d\x7f\x24\x42\x52\xce\x4e\x10\xae\x29\x79\xa7\x08\xd3\x7f\xc9\xd9\xcd\xb7\x72\x46\xf9\xf1\xed\xe3\xcf\x6e\x28\x2b\x4f\xd0\x59\x23\x15\xdf\xbc\x21\x92\x37\xa2\x20\xcf\xc9\x92\x32\xaa\x28\x67\x9f\x6d\x88\xc2\x25\x56\xf8\xe4\x33\x84\x30\x63\x5c\x61\xfd\xb3\xd4\x7f\x22\x44\x59\x51\x35\x25\x99\x09\x52\x11\x2c\xc9\x8c\xd7\x84\xc9\x35\x5d\x2a\x0d\x9b\x2e\x36\xd3\xa2\xe2\x4d\x39\xdd\x60\x86\x57\xa4\x3c\x41\x13\x25\x1a\x32\x19\xff\x54\x92\x6a\xe9\xbe\x9a\xae\xe9\x6a\x3d\xc5\xb7\x98\x56\x78\x41\x2b\xaa\xb6\x7b\xc0\xa1\x6c\x55\x91\x29\xe3\x25\x99\x96\xe4\x96\x54\xbc\x26\xc2\xfb\x9c\xe1\x0d\x39\x41\x94\xad\x04\x91\xb2\xe0\x4c\x09\x5e\x55\x44\x48\x0d\x45\x60\xc5\x45\x0f\xdc\x67\xb2\x26\x85\x1e\xf8\x4a\xf0\xa6\x3e\x41\xe1\x46\x06\xaa\x25\x90\x21\xee\x2b\xd3\xc1\x59\xdb\x01\xbc\xab\xa8\x54\x7f\x0a\xbf\x3f\xa7\x52\x41\x9b\xba\x6a\x04\xae\x42\x28\xc2\x6b\x3d\xbe\xa6\xc2\x22\xd0\xe0\x33\x84\x64\xc1\x6b\x72\x82\x2e\x34\x3a\x35\x2e\x48\xf9\x19\x42\xb7\x46\x1c\x00\xbd\xa9\x1d\xff\xed\x63\x03\xac\x58\x93\x0d\x36\x78\x23\x3d\x38\x76\x7a\xf9\xea\xc7\xa7\xf3\xde\xcf\x08\x95\x44\x16\x82\xd6\x0a\x84\x6a\xb2\x83\xba\x7d\xbf\x20\x12\x61\x64\x59\xe8\xb0\x43\x1d\x7a\x68\xc9\x45\x0b\x12\x21\xb5\x26\xa8\xa8\x1a\xa9\x88\x98\xa1\x2b\xfd\x47\xd7\xb2\xc0\x0c\x49\x22\x6e\x69\x41\xd0\xeb\x9a\xb0\xb9\xa6\x34\x7a\xc3\x1b\x45\x10\x66\x25\xfa\x53\xb3\x20\x82\x11\x45\xa4\x23\xa4\x07\x58\x58\x89\x96\x33\x74\xcd\xd0\x4f\x6b\xc2\x10\x66\xbb\x04\x47\x54\xa2\x42\x10\xac\x48\x79\x84\x30\x62\xe4\x2e\x80\xb3\x07\xb6\x24\x75\xc5\xb7\x1b\xc2\x94\xf7\x25\x52\x1c\xe1\xaa\xe2\x77\x48\x4f\x34\xc1\x70\x85\x94\xc0\xcb\x25\x2d\xf4\x1b\x41\x70\xb1\x86\x81\xda\xc1\x48\xa4\xd6\x58\x79\x40\xc9\xbb\x9a\x4b\xe2\x90\x43\x5c\xd8\x41\x7a\x63\xf8\xb7\xba\xc4\x8a\xb2\x15\x52\x6b\x2a\xdb\x17\x68\x83\xb7\xa8\x22\x18\x30\x28\xa9\x14\x0d\xb0\xc7\x03\xbd\xe4\x02\xd5\xcd\xa2\xa2\x05\x5a\xe2\x42\x03\x60\x44\xdd\x71\x71\xa3\x87\xc7\x48\x01\x73\x1a\x61\x19\x1d\x3b\x12\xe4\x96\xca\x3e\x50\xdd\xeb\x82\x20\x68\x50\x22\xde\x28\xa0\xf1\x5a\xa9\x5a\x9e\x1c\x1f\xdf\xb4\x6c\xd1\x33\xb1\xe4\x85\x3c\x2e\x38\x2b\x48\xad\xe4\xb1\xa3\xc0\xd4\x62\x41\xd9\xea\xd8\xf6\x39\x1d\xca\xb8\x79\x2c\xf3\xc8\x2d\x11\xa8\xe6\x52\xd2\x45\x45\x8e\x90\xd4\xea\x6c\x51\x11\x54\x92\x25\x6e\x2a\x25\x61\xa0\x9a\xc6\x75\x85\xd5\x92\x8b\x0d\xc2\x82\xa0\x46\x92\x72\x86\xe6\x84\x20\xcd\x03\x9f\x2c\x94\x54\x25\x7c\xb3\xe1\x42\x43\x51\x98\x56\x72\x36\x69\x9b\xd4\x42\x4f\x72\x45\xdd\x7c\x36\x8f\xa7\x56\xbd\x5f\x07\x53\xe3\xa1\x9e\x3d\xa6\x95\x46\x8f\x32\x60\x38\x71\x33\x90\x94\x76\xc2\x21\xbe\x74\xdc\xac\x05\x91\x84\x19\x0d\xdb\x03\x8c\x74\x23\xcc\x10\x5f\xfc\x07\x29\x94\x1e\x8a\xd0\x60\x90\x5c\xf3\xa6\x2a\x35\x9b\x6e\x89\x50\x48\x90\x82\xaf\x18\xfd\xbd\x85\x2d\xb5\x40\xe8\x4e\x2b\xac\x88\x54\x03\x98\x94\x59\x29\xbd\xc5\x55\x43\x8e\x60\x32\x69\x9e\x0a\xa2\x7b\x41\x0d\xf3\xe0\x41\x13\x39\x43\x3f\x68\x3a\x51\xb6\xe4\x27\x2d\xa3\x57\x54\x39\x73\x52\xf0\xcd\xa6\x61\x54\x6d\x8f\x81\x8b\x74\xd1\x28\x2e\xe4\x31\xa8\xde\x63\x49\x57\x53\x2c\x8a\x35\x55\xa4\x50\x8d\x20\xc7\xb8\xa6\x53\x40\x9d\x81\xf8\xcd\x36\xe5\xe7\xad\xa8\x3f\xec\xe1\xaa\xb6\x5a\x91\x49\x25\x28\x5b\x79\x2f\x40\xbb\x26\x38\xa0\xb5\xab\x9e\x9f\xd8\x7e\x6a\x46\xd1\x11\xda\x4c\x24\x82\xde\xbc\x98\x5f\x75\x93\x49\x33\x63\x48\x7d\xa0\x7b\xf7\xa1\xec\x58\xa0\x09\x46\xd9\x92\x08\xc3\xc4\xa5\xe0\x1b\x80\x49\x58\x59\x73\xca\x94\x55\x6d\x94\xb0\x21\xf9\x65\xb3\xd8\x50\xa5\xf9\xfe\x5b\x43\xa4\xd2\xbc\x9a\xa1\x33\xb0\xb1\x7a\x5a\x35\x7a\xaa\x6b\xb9\x7d\xc5\xd0\x19\xde\x90\xea\x4c\x9b\xb7\x8f\xcd\x00\x4d\x69\x39\xd5\x84\xcd\x63\x81\xef\x1e\x0c\x1b\x1b\xaa\x79\x2f\x9c\xfd\x8c\xf0\x4b\xbf\xd6\xec\x02\x1d\x59\x93\x82\x2e\x69\x01\x73\xc1\x4c\x11\x3d\x3f\x25\x15\xa4\x44\x0b\xb2\xc6\xb7\x94\x0b\xfb\xfb\x80\xae\x3b\xca\x7d\xd6\x6b\x10\x9e\xd2\x06\x19\x50\x22\x67\xfa\x2d\x74\x4d\x86\x2d\x86\xd6\x6f\xf7\x0b\x23\x6e\x82\x2c\x89\x20\x4c\x0b\x13\xd7\xd2\x47\x0a\x41\x14\x68\x53\x4c\x59\x9f\x80\x2d\xc9\xd6\xad\x16\x43\x85\x07\x4f\xab\x4a\x3d\xe4\x2d\xb4\xd8\x55\xcc\x33\x63\xd4\xc0\x52\x0c\xc5\x16\x10\xe6\xec\xa1\xb2\xe4\x04\x18\x54\x20\x7e\xc7\xfc\x3e\x8e\x02\x23\xd7\xe3\x00\xb5\x19\x00\x79\xcd\xc0\x44\xdb\x51\x6d\x1a\xd9\x0e\x0d\x70\x5c\x72\x6d\x03\xf5\xdc\xba\x21\x5b\x09\x5a\x05\x24\x44\x7f\x87\x90\xaa\xe4\xac\x10\x6a\x97\xb2\xa8\x37\xec\x25\xad\x8c\x13\xa0\x67\x9b\xfd\xec\x86\x6c\x4f\x34\xcc\xc1\xcb\x6b\x86\x5e\x2d\x51\xc3\x24\x51\x47\x01\xa8\x18\xdd\xd1\xaa\x2c\xb0\x28\x7b\x1d\x68\x3e\x35\x8a\x6f\xb0\xa2\x05\xae\xaa\x2d\x5a\x11\xa6\xdd\x39\x52\x02\xc6\xc6\x64\x5c\xed\x08\xd7\x10\x4f\x2a\xb5\x52\xa1\x65\x6b\x78\x02\xa6\xb3\xe4\x1b\x4d\x9b\x03\x0d\x57\x36\x0b\xf3\xa7\x3c\x0c\xe1\xca\x4a\x00\xd2\xe1\xe2\xf5\xf5\x50\xa2\xb3\x53\x3d\x98\x4a\xab\x87\x3e\xf2\x5a\x95\xaf\xe0\x8b\x00\xd4\x3b\xaa\xd6\xbe\x87\xf5\x50\x22\x25\x34\xd7\xa4\xe2\x82\xcc\x2c\x01\xa3\x74\x0a\x40\xd4\xd4\x01\x64\xe5\x1a\x0b\x23\x9d\x9b\xa6\x52\xb4\xae\x08\x7a\x79\x75\x75\x79\xfc\x04\x11\x86\x17\xda\x2d\x10\x20\x98\xe8\xe0\x6e\x4d\x8b\x35\xa2\x9b\xba\xa2\x41\x39\x3d\x3d\xbf\xbc\x38\xd4\x58\x32\xab\x2d\x25\x3a\xa0\x33\x32\x3b\x42\x7a\xcd\xb1\xa8\xb6\x68\x21\xf8\x9d\x24\x42\x1e\x82\x4d\xc7\x0a\x55\x74\x41\x84\xda\x1a\xe7\xaa\x91\x21\x56\x69\x2f\xd6\x77\x71\x34\x4b\xa9\x44\x1b\x82\xb5\xbb\x63\x7b\x02\x0f\x13\x20\xe8\x9f\xda\xc6\x48\xf1\x20\x8b\xb8\x5a\x6b\x7f\xa8\xf5\x3f\xb5\x17\xa7\xe5\xa0\xa2\x37\xa4\x02\x6c\x96\x98\x56\xb6\x27\xab\xaa\x1a\xf0\x30\x0d\x5b\xab\x6a\x1b\x80\x7b\xc3\xf4\xac\xc4\xd2\x47\xa0\xe0\xb8\x22\x52\xbb\x6b\x33\x37\xe9\x28\x9b\x6a\x3c\x7d\x0e\x1d\xdc\xad\x89\x46\x29\x00\xb4\x93\x23\x2e\x34\xd3\xc4\xd4\xea\x55\x52\x1e\x8e\x4a\x12\xc8\x4d\x00\x68\xeb\x83\x3f\x94\x68\xd1\xd0\x4a\x4d\x29\x43\xaf\x4f\x1b\xb5\x36\xca\x4a\x78\xfe\x93\x7b\xe2\x4a\x57\x3f\xb0\x0c\x09\xfc\x3e\xb4\xe7\x7a\x25\xe3\x6c\x81\x55\xb1\x2a\x68\x11\x53\xbe\x27\xbf\xd5\xce\x27\xb9\x3b\xb6\x8e\xe7\x54\x0f\x73\x6a\x6c\x95\x3c\x86\xb5\xdb\xf1\xe7\xf0\x9f\x20\x46\x08\x5d\xbd\x7e\xfe\xfa\x04\x9d\x96\x25\x32\x92\xd0\x48\xb2\x6c\x2a\xe3\x4b\xca\x99\xe7\x1c\x1e\x81\x83\x72\x84\x1a\x5a\xfe\xf1\x61\x10\x58\xc4\xa8\xfa\x2f\x77\x8c\x28\x90\x05\x54\xc8\xa8\x75\x32\x7a\x07\x2c\xd2\xf3\x8b\x39\x90\xd9\x2d\x3e\x12\x16\x25\xa2\x97\xac\x41\xd0\xf2\x5d\x70\xb6\xa4\xab\x46\x90\x6e\xd6\x2f\x09\xd6\x2e\x85\x04\x2d\xff\x08\x7d\x67\xb5\xe1\x39\xc7\xe5\x33\x5c\x61\x56\x10\x31\x37\x3d\x07\xc0\xb7\xbe\x12\x2c\x51\xe4\x5a\xdb\x0e\xa9\xb4\x10\xae\xb6\x47\xa8\x1b\x06\x0a\x60\xf0\xfc\x62\x1e\x80\xa8\x3d\x57\x51\x4a\xeb\xf4\x5b\xf0\x97\x2d\xf4\xb9\x05\x3e\x33\xd8\x82\x05\x6d\xf4\x62\x1a\xe1\x6e\xce\x84\x8c\xe9\xae\x81\x3e\x32\x9a\xd5\x9b\x8f\x6e\x5e\x19\xbb\x60\xd6\x5e\x66\x0c\x31\xca\x2a\xe9\xd9\x05\x83\xf3\xae\x45\xb6\xb8\x6a\x25\x60\xdc\x58\x2a\x1d\xbd\x82\xb8\x2a\x8e\x28\x2b\xe9\x2d\x2d\x1b\x5c\xd9\x95\xa4\x54\x58\x35\x92\x48\x24\xb9\x51\x5b\x84\x95\x5a\x9f\x08\x69\x35\x10\xba\x5b\x13\x01\x5e\x8b\xc2\x62\x45\x86\x72\x07\xcc\x72\x6b\x5b\x2d\x52\x2d\x9d\xaf\x99\xe3\x13\xf8\x03\xda\x7f\x65\xf4\xb7\x86\x20\xbc\xe1\x9a\xac\x55\xb5\xeb\x97\xc9\xa0\xb9\x66\xa5\xd6\xc7\x43\x27\xd8\xd8\x28\xb2\xa9\xd5\xf6\xa8\x5b\xed\xc1\x18\x01\xea\xcc\x48\x44\x3f\xfc\x63\xed\x5d\xa0\x97\x99\xd6\x83\x33\x83\x71\x40\x5d\x25\xe6\x65\x5c\x98\xc6\xa6\x63\xfc\x4b\x7f\x6e\x59\x96\xfa\x73\x33\xe4\x82\x74\xde\x85\x03\x0b\xd4\x30\x1a\xc9\xae\xaa\xe5\x91\xb5\xc2\xa8\xe2\xb8\x44\x0b\x3b\x0f\x5b\x15\xaf\x0d\x62\x88\x05\x44\x15\xb3\x9e\x57\xd5\x73\x4e\xb5\x51\xc3\x1a\x59\xce\xb4\xd6\x15\x58\x2a\xd1\xc0\x7a\x62\x6f\x1e\x80\x34\xce\xdc\x52\xdd\x3a\x88\xa7\x3f\xcd\x4f\x4c\x83\x80\xf2\x40\x07\xe0\xcc\xbc\xb0\x32\x18\x80\x0a\x41\xaf\x43\x0d\xe7\xf7\x46\x90\x93\x3c\x38\xdd\x57\xdf\x9f\x5d\x86\x2c\xd1\x75\x26\x42\x1d\xa0\x57\xcf\x7e\x38\xab\x78\x53\x9e\x64\xea\xc0\x18\x9c\x73\xba\xb8\xa5\x42\x9d\x20\xf4\x92\x4b\x75\x61\xa3\x36\xd7\x0c\x9d\xb2\xad\x65\xb7\x23\x60\x48\x09\xe8\xe5\x1c\x3a\x30\x41\x52\xad\xdf\x2e\x38\x23\x87\x2d\x2f\x15\xf7\xa1\x02\xd3\xe3\x52\x1a\x12\xc3\x9d\x89\xba\xaf\xe9\x5f\x77\xdd\x67\x78\x00\x5e\x6b\xb4\xe6\x55\x29\x51\x8d\x05\xde\x10\xa5\x35\x98\xf3\xc0\xbd\x11\x45\x2c\x78\xca\xde\xcc\xd0\xa5\x59\xe3\x23\xce\xb4\x3b\xb4\x04\x1a\x6a\xa9\xf7\x29\x95\xb0\xe6\x41\x83\xad\x9f\xca\x93\x83\x8c\xb1\xfa\xcd\xe3\x83\xed\xcd\xec\x30\x5a\x28\x3a\xa2\x80\x64\x86\x41\xa4\x79\x68\x5b\xdc\xd2\x92\x88\xcb\x16\xc5\x58\xcb\xa1\x5a\xdc\xfd\xd2\x8e\xd6\xad\xf6\x7b\x43\x8c\x02\x45\xe0\x02\x8a\x8d\x09\x18\xb8\xf0\x81\x8b\x7f\x35\xac\x24\xa2\xda\x6a\x46\xf7\x75\x56\x8b\x78\x8c\x76\xc8\x2c\x78\x03\xc6\xa7\xf5\x9f\x6b\xbd\xa6\xb1\x01\xc6\xb6\xe3\xdd\x61\x25\x3a\x30\xbe\xa3\xf1\x14\x4c\x0c\x12\xe1\x05\x6f\x94\x5d\xaf\xbb\x2e\x03\xb3\xcb\xa3\xff\x08\x87\xf4\x83\xef\x92\xaf\x87\xac\xc1\x77\xd2\x8d\x43\xb6\x2e\x97\x25\x30\x51\x8a\xb2\xd5\x4e\x0c\x3b\xd8\xab\x20\x3d\x86\x9c\xfe\x34\xef\x33\x55\x46\xec\xfb\x08\xdc\x34\x03\x34\xf2\xbb\x74\x1d\x43\x75\x3f\xaa\xa3\x6c\xca\xeb\xa7\xa8\xb0\x94\xb4\x38\x1f\xd5\x03\xfe\xd3\xe3\x48\x00\xc2\xce\xb4\xe9\xf1\x69\x14\x3c\x1a\x2a\x15\xcc\x80\x3f\xb6\xa7\x81\x7e\x71\x9a\x24\x03\xec\x50\xd7\x9c\x19\x80\xa9\x69\x66\x9e\x11\x2d\xea\x3f\xd6\xcf\x79\x0f\x82\x06\x20\x7c\x24\x82\xba\x7c\xcb\x07\x23\xe8\xc5\xf9\xb3\x0f\x4a\x4c\x68\xba\x1f\xf5\x26\x0e\x17\xad\x62\xe1\xdf\x7c\xb9\x3b\xbb\x33\xc6\x06\x7e\xbc\x54\x98\x29\x0a\xc1\x3f\x43\xb6\x9d\x9c\x26\xa8\x89\x1f\xf5\xb2\x2a\x03\xa6\xc9\x58\x68\xe5\x63\xd7\xa4\xd7\x13\x2b\x83\xd7\x93\x13\x74\xea\x04\x12\x8c\x20\x7a\xb6\x07\xae\x7a\xdd\xb4\xc1\x37\x44\x42\x0c\x48\x9b\x94\x92\x14\x90\x1b\x93\x48\x2f\xa9\x28\x38\x65\x26\xa2\xab\x04\x66\xb2\xe6\x22\x87\xc1\x15\xde\x12\x81\x0e\xae\xce\x2e\x8f\xe7\xf3\xf3\x43\x64\x2d\x3c\x68\x37\x1b\x07\xb7\x4d\x20\xc4\xa6\xff\x6f\x7e\x38\x2e\x02\x08\xd4\x22\x1a\x84\x66\x81\xc4\x65\x09\x39\x7e\x5c\x39\xed\x68\x5d\x70\xd4\x06\x52\x4a\x5e\xc8\x19\xbe\x93\x33\xbc\xc1\xbf\x73\x36\x2b\xf8\xe6\xf8\x14\xfe\xf9\xe2\x6c\x7e\x6c\xb2\x4a\xc7\x6d\x66\x7d\xd5\xd0\x92\x1c\x6b\xe6\x4f\x1d\xf3\xa7\xe0\x81\xce\xd6\x6a\x53\x7d\x5e\x54\x8b\x0c\x6c\x2d\xaf\x2e\xce\x9f\x19\x3e\x39\x7f\xaf\xc7\x27\x8f\x0b\x19\x20\x83\x7c\xd2\xf4\x40\x1d\x83\x86\xe4\xcf\x25\xec\x3f\x9e\xac\xac\x5a\xa4\x2d\x14\x02\x97\xb7\xd9\x8c\xcf\xee\xa9\x9b\x15\x19\x2d\x2f\xce\x9f\x65\xaa\x9f\x48\x7c\xcb\x7f\x04\xf9\xad\xd1\xce\x5e\x1a\xc5\x29\x00\x4c\x36\xc9\x54\x78\xe3\xca\xae\xa7\xe8\x7c\x3d\x37\xee\x4a\x8e\x90\x25\xec\xba\xa3\x53\x2d\x43\x6d\xa6\x15\x9c\xa6\xc9\xe9\x4f\xf3\xc9\x11\x9a\xc0\x52\x76\x12\x5a\xaa\xfb\xcf\xe4\x19\x16\xe4\x07\xa2\x70\xa5\xbf\xf9\xfe\xec\x52\xff\x07\x82\xb5\x0a\x17\x37\x13\x93\xdf\x9d\xfc\x38\xaf\xd7\x44\x90\x49\x5a\xbe\xc7\xc5\x65\xaa\x15\xfd\x58\x0b\x8d\xf7\x48\x9b\x16\xe9\x91\x76\xdf\x9f\x5d\x8e\xb4\x68\x87\x3a\xd2\xce\x52\x60\xa4\xd5\xab\x67\x3f\x64\x08\xda\x88\x68\x8f\x8b\xf5\x88\x48\x67\x88\xb3\xa9\xf2\xc9\x5b\x6c\x41\x5b\x08\x0b\x16\x5a\xc7\x98\x4c\x2b\xfc\x86\x15\x32\x19\x9a\x1d\xc9\x4c\xad\xb8\xa4\xad\x59\x29\x67\xe8\xd2\x16\x65\xf4\xe4\xd7\x85\x33\x26\x46\xf6\x5e\xd9\x82\x83\x84\xf0\xa5\x05\x6f\x8a\x1c\x88\x44\x93\x44\x70\xc8\x3c\xa3\xac\x4b\xb3\x6d\x6a\x48\x76\x9f\x10\x00\xe3\x25\xb9\xe4\xe1\xec\xe7\xd0\x33\xb5\x4d\xe3\x4b\xff\x0b\xdb\x22\x1e\x53\x42\xf7\x8e\x75\x0c\x60\xdf\x2b\xde\x51\x0b\x7a\x1b\xcc\xa1\xef\x8c\xd5\xb6\x8c\x0f\xf5\xd2\x36\x70\x83\x89\x05\x21\xf6\x19\xa2\x85\x79\xaf\xa1\xc5\xcd\x47\xdc\x3f\x0e\x20\xa7\xfd\xde\x46\x92\x99\xf1\x69\xed\xcc\x89\x8c\xad\xf3\x63\x43\x51\xc8\x6b\x86\x6c\xc0\xce\xce\xea\xac\xb4\x0e\x82\x8c\x8a\x49\x7b\x78\x55\x74\x7e\x07\xc8\x49\x00\xac\xd0\x99\x29\x72\xe9\xad\x88\x62\x66\x29\x96\x0c\xef\x2a\xe7\x20\x13\x61\x2b\x07\xba\xa8\x35\x65\xab\x98\x7a\x38\x0d\xa2\x36\xa8\xc0\xf3\x03\xe8\x5d\x67\x31\x90\xd7\x4c\x7b\x71\x79\x99\xc3\x50\xd5\x9a\xfd\xed\xf8\x73\xad\x33\x47\x54\xa6\x89\x71\x74\xe9\x2c\x08\xad\x7b\x69\xf7\x2e\xa1\xd2\x86\x36\x5c\x01\x65\x30\x15\xad\x1f\x33\xb7\xad\x3b\x1b\xa2\xce\x43\xd9\x65\x6c\x18\xde\x90\x99\x9f\xb7\x89\xcb\x5a\xdb\xb3\x99\x36\x0c\xbe\xfa\x9d\x33\x22\x6d\x31\x1b\x24\x10\x4b\xb6\x6f\xe2\x05\xb5\xc9\x17\x53\x8e\xf8\x33\x67\x26\x8b\x6e\x7f\x34\x93\x52\xff\x6a\x0a\x36\x7d\xda\x18\x94\x36\xf1\xe5\xb2\x16\x84\x46\x08\xc2\x54\xb5\x45\xb2\xa9\xb5\x5f\xef\x86\xc0\x4d\x71\xca\xe9\x4f\xf3\x23\xe3\x97\x18\x7f\xe8\xfb\xb3\xcb\x36\x7e\x2e\x13\x42\xf2\x68\x18\x7e\x1f\x9b\x6e\xba\x43\xad\xc3\xa3\x7c\x13\x4a\xba\x6c\x5b\x18\x00\x95\x56\x7e\x5d\xfe\xeb\x23\xcc\xbe\x35\x97\xca\x9b\x78\x47\x68\xc1\x1b\x16\x5b\x5d\x2b\x0e\x23\xb2\xb8\x7f\xfb\x25\x10\xf0\xab\xaf\x9e\x9a\x8a\xdd\x46\x1a\x9c\x05\x91\x35\xb7\x65\x99\x5a\x7f\x3b\x74\xe3\x7e\x12\x66\x9d\x88\xf6\x33\x55\xe1\x7c\xd8\xb8\x52\xbb\xa5\x18\x3e\xe8\xd0\xb5\xd9\x53\x67\x48\xae\x19\x7a\xce\x89\x44\x8c\xab\xcc\x8c\x1b\xea\x65\xdd\x12\x0c\xd9\x0f\xd3\x1c\x75\x78\xe4\xf2\xef\x1a\x5b\xf2\xae\xae\x68\x41\x55\xb0\x88\x04\x75\x46\xd0\x96\x2f\x19\xb6\x40\x4e\x76\x83\x59\x03\x25\x1e\x69\x92\x26\x27\xc1\xc0\x2f\xc8\x9a\x08\x60\x61\x62\xac\xf7\xed\x8e\x03\x9e\x61\x73\x02\x65\x7f\xee\xb9\xaf\xcd\x41\xa7\x2d\x02\x11\xc8\x7b\xd9\x1b\x53\x22\xe7\x82\xd1\xa3\x9a\x40\xab\xdc\x72\xcb\xf0\xc6\x96\xe1\xe0\xaa\xe2\x05\x74\xb1\xd8\x76\x15\x37\x7f\x40\x6b\x7e\x47\x6e\x89\x38\xd2\x3d\x5b\x0d\x17\x5b\x17\x28\xac\x68\x01\xe0\x1d\x34\x48\xf8\x1a\x89\x28\xd6\x98\xad\x48\x5b\x1f\xdc\x4e\x14\x13\x32\x8f\x80\xb4\xa5\x37\xce\x34\x0c\xf9\x65\xac\x16\x94\xc8\x8a\xdb\x60\x2e\x10\x25\x3d\xfc\x69\x66\xaa\x54\xb7\x1c\x4b\xf2\x4d\xdd\x54\x8f\xbc\xcd\x71\x9e\x93\xeb\x84\xf8\x1a\x21\xb2\xa4\x4b\xb8\x94\xda\xf9\x78\x49\x70\x19\xcc\x9a\xf5\x3d\x4a\xaf\x69\x5b\x55\x5e\xf3\x8a\x16\x5b\x50\xb6\x2f\xaf\xae\x2e\xd1\xda\xbc\x77\x49\x95\x40\x3d\x33\x6a\x6b\xdf\xf5\x12\xce\x24\x5d\xfc\x1c\xbf\xb7\x86\x83\x42\xc8\x7d\xb3\xba\x4b\x2e\xee\xb0\x28\x49\x69\x50\xbd\x04\x04\x73\x1c\xe6\xe0\x87\x6e\x1a\x11\x30\x98\x0c\xb4\xe1\x9a\xdf\x25\x74\xc0\xee\xfe\x0e\x49\x94\x51\x50\xdf\xb9\x1e\x8e\xd0\x9f\xa7\xed\x1f\xfa\x5f\xfd\x1f\xb4\x80\xc5\x8c\xab\xdf\x4e\x0b\x51\xff\xcb\x4b\xc1\x15\x37\x3a\x7b\xe7\xe7\xa9\x2d\x0d\x8b\x00\xee\xb3\xcf\xab\xf5\xb1\x5b\x2d\xb4\xb3\x64\x27\x61\x1b\x73\x6c\xa3\xdb\xa7\x75\x4d\x58\x79\x1d\x8d\x13\x99\xf5\x7d\x47\x4b\x08\xa1\x6a\x50\xbb\xd4\xc2\x00\x4a\xda\x18\xa9\x45\x28\x06\xd7\x4e\x78\xbd\x8c\x20\xef\xa8\x84\x48\xab\x2f\x82\x1a\xb7\x37\xa4\xae\x70\x41\xae\x27\x47\x43\x34\xa2\xfe\x4b\x14\xb9\x96\x95\x1d\x66\x48\x00\x7c\x58\xc9\xb0\x98\x61\x6c\x91\x6b\x79\x82\xb8\xe8\xb1\xe8\xd1\x0e\xde\xaf\x96\x17\x9c\x91\x0f\x42\xd3\x5d\xb4\x63\x06\x0c\x18\xbc\x85\xd9\xa7\x2d\x3e\xae\x04\xc1\xe5\x56\x03\x68\xf1\xba\xd0\x46\xe0\x83\x50\xd3\x6c\xa9\x09\xd1\xb4\xe3\x6b\xd4\x6f\xdb\x86\x39\xfe\x6c\xeb\x34\x89\x51\x2b\x56\x41\x51\xe9\x49\xe9\x3d\xac\x83\xf9\x34\xf2\xd2\x4a\x58\xe4\xad\xe1\x63\xcc\x16\x68\x12\xec\x6f\x01\x90\x2d\x71\x7b\x15\x89\x13\xf5\x35\x9b\x6b\xeb\xed\x8f\xeb\x67\xd4\x21\x75\x80\x0a\xd8\x87\x09\x8a\x20\x42\x75\x43\xe8\x8e\xa5\x01\x7f\xc7\x6e\x0b\xa2\x0c\x76\xad\x50\x06\xe9\xb5\x82\x6f\xe2\xac\x04\xc5\xe3\x36\xa2\xcc\xd0\xd5\xb6\x36\x7e\xc8\x91\x71\xbe\x6c\x9f\x9e\x1b\x66\x7c\x9f\x35\xbe\x8d\xa9\x60\x6c\x35\x97\xab\x8e\xb6\xe5\x80\xd6\xdf\xf0\xfb\xb3\x8a\xce\xf6\x51\xe0\x98\x72\x5c\x18\x63\xa4\x1d\x22\x2f\x27\x06\xfb\xe4\xec\x26\x50\x3d\x64\x84\x8b\x42\x93\xa3\xe2\x2b\x69\x6a\xb1\x0b\x5a\x51\x15\xf3\x04\x20\x03\x54\x98\x60\x7e\x5b\x2c\x39\xa0\x46\x67\x46\x87\x46\x33\x02\x92\x69\xdf\xac\x58\x7b\x64\x33\xac\x00\x04\xa1\x5a\xdd\x82\x0e\xcf\x81\xf1\x8a\x02\x53\xe8\x92\x19\xf4\x7d\x68\x5a\xf7\xb4\x14\xb1\x20\xbc\x6d\x0b\x06\xc1\x44\xb4\xd7\x33\x4e\x0f\x1f\x4a\xc3\x5e\x5b\xe5\x6e\xc8\xb2\xc6\x7a\x89\x82\xc8\x72\x69\xb6\x8f\x55\x9a\x0f\x0c\x6f\x52\xa1\x76\x2a\x5b\xbc\xca\x19\x6a\xeb\x86\x5f\x9e\x5e\x0a\xfe\x6e\x3b\x35\x95\x86\xd9\xab\x29\x80\xb8\xa9\x2b\x08\x12\xb4\x2b\x05\x2a\xdd\x68\xc1\xfb\x87\xa0\x37\x94\x42\x6f\x99\xc2\xef\x10\x96\x09\x4f\xa2\x1d\x78\xc5\x57\x16\xca\x0c\x19\x71\x20\xe3\x2e\x54\x7a\xe0\x93\x07\x7f\xfd\xe2\xcf\x7f\xe7\xd7\xd7\xe8\x41\x41\x4f\x1e\x14\xf5\xdb\x07\x4b\x7a\xf2\x60\x59\xbf\x7d\x70\x25\xdf\x3e\x10\xea\xe4\x41\x4d\xcb\xc9\x1f\x90\xb4\x79\xc6\x82\x0b\xb3\xba\x2e\xd3\xf9\x34\x4b\x3d\x54\xf2\xa2\x69\x29\x61\x62\x5c\x27\xc7\xc7\xc5\x82\x33\x45\x66\x2b\xaa\xd6\xcd\x62\x46\xf9\xf1\x1a\xd7\x40\xec\xb2\xe0\xec\xf6\xf8\xc9\xec\xcb\xe3\x9e\x66\x32\x59\xc6\x6f\x67\x4f\x66\x4f\xc3\x55\xec\x08\xf6\x82\xbe\x3b\x27\x6c\xa5\xd6\x27\xe8\xf1\x97\x4f\xbe\x8a\xb7\xa3\xcc\xb5\xfb\x32\xda\xa8\xc6\x4a\x11\xc1\x4e\xd0\x5f\x0e\x1e\x1c\x3c\xf8\xdb\xc1\xf5\x5f\x7f\x99\x7e\xf1\xeb\x1f\x7f\xf9\xdf\x7f\x7e\xf1\xeb\xc1\x51\xf7\xef\xc3\x47\xd7\x7f\x3f\xfc\xe3\xc1\x2f\xa7\xd3\x9f\xf1\xf4\xf7\x5f\xbf\xf8\xdb\xf5\x2f\xbf\xcc\xbe\x9c\xfe\xf3\xe9\xf4\xe7\xb7\xf0\xc3\xc1\xf5\xc1\x2f\x7f\x39\xfc\xf5\x8b\xeb\xc3\xc3\x3f\x1e\x1c\xc5\xdf\x1d\x3e\xba\xfe\xf5\xf0\xf0\x6f\xbf\xfc\xe5\xc1\x2f\x27\x05\x53\xa2\x3a\xf9\xf5\xd7\xc3\x47\xff\x74\xff\x0c\x42\x6a\x4f\x03\xda\x09\xf5\x83\x30\xf6\x66\x27\xf3\x76\x3a\x78\xf3\x0e\x1d\xf4\xb7\x4d\x0f\x1f\xf2\x0e\x6b\xe9\x3f\x72\xe6\x66\x4a\xcb\xc9\x61\x86\xa9\x48\xc9\xa9\x67\x44\x06\x7a\x11\xd4\x36\xcc\x01\xa7\x0e\xda\xe2\x6f\x9c\x80\x68\xea\xe2\xfd\x51\xc1\x68\x71\x17\x59\xa4\x0c\xbd\xf9\xee\x0c\x3d\xf9\xe6\xf1\x37\x48\xda\xbd\x30\x5f\xcd\x9e\xc0\xc4\x4b\x25\x75\x03\x53\x92\xf1\x80\x16\x8e\xa7\x9f\x3e\x92\x18\xff\xd3\xdf\xfe\xf2\xcb\xf4\x7f\x7c\xfe\x4f\x0f\xfe\xe7\xc3\x47\x5f\x58\x29\xfc\xcb\xdb\xff\x83\xa7\xbf\xff\xed\xff\xfe\xfa\xc5\x7b\xc8\x59\x32\x4f\x91\x78\x59\xf1\xd5\x4a\xaf\x1d\xd2\xab\x4d\xdb\xaa\x5b\x68\xf6\x33\x33\x77\x5a\xae\xac\xaf\xb1\x20\xd0\x3a\xbc\xff\x6c\x4d\x04\x71\x5a\x73\xd7\x88\xda\x73\x14\x4c\xc5\x04\x98\x6d\xed\xf9\xba\xfd\x63\x8b\x26\x14\xe0\xf0\x8d\x3c\x84\x4e\xa8\x84\xe6\xbb\x9c\x4d\x1b\x53\x03\x27\xc7\x7f\xb3\x3d\x76\xde\x9b\x5d\x81\xba\x3d\x64\xed\x2e\xde\xe4\x8c\x6a\xc9\x94\xf2\x2a\xbc\xd1\x01\xf9\xa9\xec\xc6\x77\x5f\x8f\xa1\x24\xda\x4d\x37\x86\x20\x4f\x2b\x79\x5f\x68\x0c\x4c\xa8\xda\xa7\xfb\x8a\xc7\xe7\x51\x5e\x51\x64\x1b\x87\xdb\xa3\x14\xa3\x8b\xdd\x45\xb3\x85\x67\xae\x49\x12\x2a\xf2\xc4\xbb\x1d\x69\x3c\x5d\xd8\x02\x4d\x17\x4e\x64\xd6\x9f\xc8\xad\xac\x78\x60\xfa\x45\x87\x6d\x3e\x08\x8f\x19\xbb\xb7\x2e\x3d\x3a\x43\x99\x75\x85\xc3\x41\xce\x01\x4e\x7a\x84\x9c\x91\xd7\xcb\xb1\xda\x90\xfc\xa2\x58\x84\x70\x59\x8a\xe8\x24\xec\x3f\xd6\xef\x45\xb4\xbe\x8d\xeb\xe6\xff\x2c\x0c\xbe\x49\x36\xcf\xef\x3f\xbb\xf7\x9e\x40\xd8\xaf\x5c\x76\xf9\xd5\x65\xfb\x8b\x75\x1b\x8c\x4c\x64\x0c\xc9\x3b\xa9\x00\xc3\x19\x12\x84\xde\x12\x98\xe3\x68\x43\xa4\xc4\x2b\x12\x4d\x8c\x75\x4f\x76\xa5\x17\x72\x2b\xb2\x48\x3c\x30\x3a\xe0\x89\xfb\x6e\xe0\x2a\x59\xd9\x77\x6f\x33\x06\xcc\x97\xfd\xc1\xa5\x54\x71\x7a\x65\x30\x1c\x92\x09\x71\x54\xbc\xc0\xd5\xe3\x68\x88\xc3\x7f\x72\xcb\xf2\x6e\x88\x18\x2f\x3d\x9e\x42\x68\x3f\xa3\xd9\x06\xd3\x74\xb9\x95\x69\x56\x62\xb2\xc9\xa8\x78\x9e\x22\xdc\x04\x37\x0a\x0f\x9b\x65\x4a\xe4\x14\x55\x75\xce\x28\x18\xb9\x1b\x2f\xfe\x9c\xa2\xa6\x29\xea\x8c\x66\x85\xc8\x1e\xea\x93\x8c\x76\x4b\x95\xd3\x29\xcb\x6a\x85\x9b\x92\x8e\x17\x10\x4f\x11\xae\x48\x46\xa1\xb1\x19\x6a\xce\x18\x40\x8e\xe3\xee\xed\xa0\xe1\xe3\xdc\x86\xd9\x5d\x3f\xcd\x6d\x98\xb6\x05\x5e\xc3\xaf\x73\x1b\xa6\x75\xbb\xd7\xf0\x7f\x7d\x48\xcd\x58\x47\x4b\xc3\xfc\xa7\x5f\x3a\xc5\x85\x72\x36\xe0\xdf\x9e\x5f\x9a\xbf\x59\xb3\x59\x10\xf1\x8f\x31\x04\xad\x81\x64\xea\xe9\x38\xa7\x37\xf8\x1d\xdd\x34\x9b\x13\xf4\xcd\xd7\x5f\x3f\x1d\xe7\xce\x86\x32\xd3\x7c\x5c\xd8\x0c\xd9\x61\xab\xeb\x88\x4e\xcc\xad\x3d\xb6\xf6\x75\xcc\xef\x18\x2b\xf6\xff\x38\x15\xca\xc1\xad\x18\xbe\x0b\xaf\x1d\x45\xed\xb6\x8f\x71\xf0\x1a\xbd\x52\xed\x32\x3e\x91\x6f\x6a\xfd\x61\x74\x3d\xa6\x37\xaf\xbc\xd0\x83\x3b\x33\xaf\x0b\x24\x5b\x2b\x4e\x4b\x52\x60\xd1\xb9\xf7\x23\x30\x19\xde\x90\x12\x6c\xed\x4a\x5e\x4f\x5c\x75\x4f\x20\xc0\x51\x73\x73\x52\x49\xd7\xdf\x08\xe4\x08\x1c\xc5\xd1\x9d\xa0\x8a\xb4\x81\x65\x0f\xeb\x71\x9a\x5e\xad\x49\xb7\x58\x85\x43\x4e\xec\x81\x86\x15\xb1\x67\x7e\x58\x62\x02\x8b\x50\xe4\xe0\x19\xff\x21\xef\x6a\x52\xa8\x76\x79\xd6\xc6\x78\x70\xa9\x27\x09\x54\x18\xf6\xa9\xec\x72\x0b\x99\x8b\x22\xc9\xab\xc6\x9c\x82\x62\x94\x01\x2e\xed\xb2\xcf\x9e\x70\x45\x65\xfe\xe8\x2f\xb8\xb2\x89\x00\x53\x6d\xd8\x1f\xae\x3d\x8d\x05\xde\x9b\xbf\xf1\x98\x17\xb7\x20\xa8\x14\xbc\xae\x49\x69\xb3\x65\x48\x60\x45\xac\x63\x27\x11\x79\x57\x10\x62\xd3\x97\xb9\x02\x25\x1a\xa6\xe8\x86\x3c\x94\x6e\xdf\x8d\xcd\xc4\x0c\xe9\xf1\x50\xa2\x02\xd7\xb8\xa0\x6a\x3b\x3a\x70\x3d\x4f\xcc\x92\x4a\xff\xfb\xdc\xf1\x1f\xd6\x97\xe6\x60\xa8\x9d\x75\xdb\x38\xe3\xfb\x0c\x86\x99\xea\x4e\x77\xc2\x6c\xa0\xc3\xcd\xc1\x36\xa0\xc7\x47\xa0\x5a\x4c\x3a\x9f\x18\x44\x36\x4b\xc8\x46\x20\xaf\x71\x2f\x6b\xd4\xa6\xb8\x6c\x8f\x66\xdf\x57\x41\x46\x9c\xe5\x9c\x0d\x09\x79\xeb\xfe\xa9\x65\x49\x86\x92\xfe\x2f\x50\xdd\xbf\x56\xaa\x3e\xc3\xb5\x6a\x04\x39\xe3\xfc\x26\xb9\x9c\xec\x6f\x95\xdf\xf9\xd0\x5b\x37\x41\xf0\xb5\xb0\x3f\x8f\xec\xe0\xed\x02\x7c\x85\x01\x37\xcc\xb2\xc5\x23\x7b\x09\xa8\x8c\xb7\xfd\xeb\x29\xe1\x40\xc7\xa7\x14\x55\x64\x93\x5c\x23\xf7\x46\xbf\x93\xe7\xb6\xa4\xd0\x03\x37\xe4\xe8\x22\x79\x49\x41\xc0\xcc\x27\x96\x99\x01\xbb\x14\x49\x69\x82\xdc\x40\xc0\x06\xab\x62\x7d\x95\xb1\x09\xb3\x37\xd0\xf6\xab\xc1\xaa\xd8\xb9\x00\xf0\x3e\x5e\x3e\xdc\x3d\x0b\x82\x6a\x22\xb4\xf7\x66\x8e\xf6\x30\xba\x13\x06\x6d\xca\x86\x03\x1b\x94\x46\x81\x4e\x5e\xbc\xc3\x85\x9a\xb8\x0d\x9d\x44\xff\xe5\xce\x62\x34\x98\xc1\xbe\x90\x4b\x41\x96\xf4\xdd\x04\xa5\x93\x1b\xe6\x69\xcf\x72\xac\xe1\x23\x03\xc6\x88\xa0\xeb\xcd\xcf\x29\x1e\x25\x53\x11\xe6\x81\xf4\x83\x73\x79\xda\x2f\x91\x3d\xce\x0e\xde\x82\x60\xdb\x5e\x2c\xb6\xa3\x60\x69\xbb\x79\x1e\xce\x94\x75\xf8\xa6\xfa\x31\xa0\xc7\x7d\x6c\x8b\xcd\x77\x5c\x74\x29\x1f\x6b\x04\x5a\xd2\x82\x50\x64\x23\xab\xf9\xd0\x61\x80\x26\x4b\xce\x27\xa6\x9e\xcf\xca\x38\x1c\x8d\xd6\x8a\x43\x69\x5a\x8c\x82\xe5\x02\x1a\x2e\xb0\x98\xa0\x45\xa3\xa0\x9e\x45\x3b\x95\x16\x86\xfe\xbd\xcd\x23\x09\xa8\x51\x55\xc5\x7a\x7c\xa1\x84\x1c\x2e\x54\x66\xcd\x41\x94\x19\x6a\x99\x22\x10\xa1\xd1\x56\x59\x7c\xca\x5e\xf8\x75\x49\xa7\xfd\x66\xbe\xfd\xca\x9b\xf9\xd8\x2d\xa8\x50\x65\x5e\xf1\x54\xbe\xcc\xa2\xa9\xfd\x58\x33\xa5\x40\xbb\xb9\xad\x07\x26\x4f\xe1\x2a\x8c\x6c\x85\xc5\x58\xaa\xdc\x3c\x9e\xa0\x1c\xb9\x3f\xbc\x33\x66\x39\x23\xd3\x62\x8d\x05\x2e\x14\x14\xe7\x56\x74\x43\xe1\xe0\xe7\x74\x7a\xaf\x43\xd7\xf8\x4c\x4a\x6c\x3d\x4f\x8f\x4a\x3b\x66\x93\x86\x37\xe9\x48\x3d\x96\x1c\xcd\xa7\x44\xc3\x4c\xb5\xad\x9d\x8c\x9e\x2f\x34\x43\x9e\xff\x3a\x5e\x23\xee\x53\xa1\x5d\x3c\xc0\x21\xb1\x1b\x38\xdd\x19\x23\x49\x6a\x0c\xee\x2a\xd4\xda\x3b\x5d\xab\xf8\xd8\x1e\x48\xfd\xb4\x6c\xed\x95\x0a\x82\x41\x6e\xcb\x69\x46\x80\xb4\x4b\xee\x64\x82\xd3\xb6\xcd\x5d\x6f\xe7\xaf\xb6\xd3\x79\x71\xf3\xa4\xb2\xe3\x78\x60\x95\x5e\x29\x39\x5a\x6b\x61\x07\xe3\x72\xd3\x7e\x06\xda\x03\xb6\x9b\x81\x1e\x05\xf9\xcd\x93\x6f\xbe\xf6\x32\xd4\x8f\x33\x68\x9f\x95\x5e\xb6\xad\x73\x92\xcc\xe6\xe9\x52\xcd\xf1\x3c\x73\xa2\x9e\xc1\x3c\xd9\x0a\xab\x33\x14\x7b\x73\xd2\xda\x97\x08\x3f\xad\x91\x34\x6c\x1d\xa5\xfe\xa0\xe4\x60\x9c\xad\xe3\x26\xdb\x14\x1e\xfc\x7f\xc9\xd6\x9c\x30\xd8\xb4\x73\x2d\x46\x5a\x59\x82\x8c\x05\xb8\xc6\xe2\x60\x1b\xfc\xee\x15\x38\xfe\x09\x0d\xc4\x9a\x0a\x02\x29\x27\x5a\x8d\x8f\x2d\xb6\xb0\x10\xd1\xe8\x82\xb7\x64\x8a\x56\xe3\xbb\x67\xb7\x2a\xbf\xff\x65\x5b\x33\xd1\xd3\xd3\xff\xa8\xa5\x96\xeb\xbf\xb7\xd4\x42\xd7\xac\x67\xd9\xa8\x44\xbc\x36\xc7\x6d\xb3\xca\xd6\x58\x26\x57\x47\x8a\xa3\xa2\x22\x58\x28\xf2\x4e\xb9\x69\xe7\x5d\x26\xc0\xa0\x44\x54\x92\x42\x7b\x8f\xc3\xd7\x09\xb0\xa6\xb4\xc4\xed\x45\x0f\x85\xe2\x88\xd8\x50\x06\x1b\xd8\x09\x2b\xc4\xd6\x20\x7d\x30\x42\x5c\x2a\x8f\x10\x29\x57\x64\xda\x7e\x0e\xf5\xdf\x82\x58\x18\x3e\x76\x87\x33\x84\x5e\x26\x8b\xb4\x51\xef\xf4\xbb\x96\x5d\x1a\xf7\xab\xf3\x39\xaa\xb1\x94\x6a\x2d\x78\xb3\x5a\xf7\x8e\x1f\x7e\xdf\x03\xbc\xac\x8d\xdf\x27\x30\x6c\x3f\xe9\x6d\xa2\xd0\xc4\xf5\x8b\xb9\x46\x2a\xd2\xdd\xa3\x19\x6e\x46\x9a\xcc\x99\x32\xbe\x27\xdc\x9e\x58\xa6\x17\x15\xa3\x61\x80\x1d\x02\xa4\x42\x01\x86\xc7\x99\xa1\x00\xe4\x85\x03\xfc\x22\xec\xfd\xc2\x01\x68\xaf\xda\x80\x3d\x16\x07\x3b\x03\xcf\x59\x20\x64\xc0\xec\x0e\x2c\xb1\x83\xb6\x85\xbf\xe6\xcc\x70\xff\x37\xe7\x8d\x67\x01\x4d\x78\xec\x21\x8f\x3c\x0b\x66\x86\xd7\x9e\x57\x43\xdc\x3d\xb9\x9e\xfb\x3e\xf4\x7c\x1f\xef\x1d\xed\x97\x05\xdb\xc7\x33\x47\x99\xde\x39\x1a\xf5\xd0\xbd\xb2\xce\x4c\x57\x0e\xa5\xdd\xb9\x70\x9d\x68\x16\xd4\x58\x2d\x69\xc6\xc7\x39\xde\x57\xa2\x78\xb3\x7b\xf6\x48\x01\xe7\x25\x23\x73\x7d\x2c\xd3\x72\xa4\x04\x1f\xed\x73\x4e\x5c\xa6\xb3\x85\xb2\x1c\x2e\x64\x2e\x68\xaa\x39\x93\x7b\xe5\x3a\xdd\x37\x31\x9b\x66\xdf\x7e\x78\xa3\xb6\x17\xe0\x4f\x56\x2d\xfe\x7c\xb2\x6a\x9f\xac\xda\x10\xa7\x4f\x56\xed\x93\x55\xfb\xef\x61\xd5\x32\xf3\xba\xe7\x7c\xf5\xdd\x3e\x1b\xf9\x26\xbd\x8f\xc2\xfb\xf9\x6c\xb5\x4e\x3a\xbf\x6d\xb5\x89\x4b\xcb\xf5\x37\x63\xee\xbd\xdb\x11\xf5\x75\x14\x5c\x65\x60\x94\x53\x6f\x27\xde\x43\xd9\xee\x8d\x1b\x6e\xa8\x4b\x00\xbe\x86\x24\x97\xdd\xd0\x16\x07\x71\xd4\xee\x91\xb3\x4d\x53\x89\xe2\x0f\xbd\x2b\x2e\x85\xfe\x4e\x88\xc5\xf1\xc9\x0b\xb1\xec\x06\x52\x52\x41\x87\xec\x10\x4b\x3f\x90\x92\x8a\x8c\xec\x15\x62\x09\x05\x52\x12\xc0\x53\x21\x96\x57\x0a\x95\xee\x14\x1e\x6c\x76\x8d\xba\xe4\x8b\x21\xd3\x48\x94\xe8\x7e\x91\x96\xf7\x3e\xfe\xcf\x2b\xab\x0b\xb6\xb8\xef\xa6\x2c\xe6\x2e\x6a\x9d\x93\x8a\x14\x8a\x07\xb6\xc5\xf4\xf5\xc1\xce\x07\xfe\x45\x22\x4b\x5a\x29\x62\x5c\x1c\x49\x40\x31\xb4\xcd\x43\x96\x6b\xfc\x5e\x20\xbb\xd7\xd7\x74\x01\x37\x1e\xe9\x0e\xdd\x1c\x0f\x13\x53\xae\xb1\xbb\x1e\x26\x7a\x9b\x08\x73\xb8\x52\xb6\xda\xfb\xa4\x11\x88\x47\xbf\x78\x57\x6b\x5c\xbb\x7b\x89\x93\x64\x1b\x7e\x62\x2e\x48\xaa\xa8\x04\x22\x55\x78\x41\x2a\x24\x1d\x41\xad\x2c\x6c\xe0\xd2\xc7\x88\x48\x5d\xc1\x75\x54\x5d\x3b\xf0\xfc\x4f\x2f\x9e\xc7\x5c\xe6\xa4\xb7\xdf\x43\xf5\x34\x81\x8e\xbd\xd8\xd2\xbd\x49\x46\x3f\x6d\x11\x9c\xcd\x94\xc9\x23\x84\xd1\x0d\xd9\x9a\x6c\x2c\x66\x5d\x51\xa6\xad\xf5\xab\xda\xc3\x41\x6f\x48\x5c\x93\xea\x8f\xed\xb5\xa0\x91\x36\x39\x2b\x82\x1b\x92\xdc\x08\xd2\x23\xc7\x0d\xd9\xba\x12\x57\x43\x17\xfd\x43\xeb\x0b\xb7\xa4\x18\x8f\x5c\xeb\x55\x5f\xca\xea\x64\xb9\x36\x8e\x6a\xd9\xe8\xb7\x64\xee\xee\x11\x35\x8c\x78\x28\x0d\xd1\xb5\x34\xae\x69\x3d\x56\xae\x83\xdd\x84\x76\x97\xb2\x9a\xe3\x23\x1d\x78\x23\x7f\xaf\xd8\x91\x36\x3d\xfa\x3f\x2f\xde\x51\x39\xe2\xad\x6a\x5e\x3e\xe7\x44\x5e\x70\x05\xad\xdf\x9b\x38\x06\xb5\x6c\xd2\xd8\x9a\x22\x2d\xd2\xcc\x38\x57\x7a\x7c\xfe\xad\xad\x72\x66\x77\xdd\x27\xc7\xd1\x92\x98\x4a\xf4\x8a\x69\xe3\x63\x69\xd0\xae\xc5\xa4\x05\xef\x3c\x72\xc6\xd9\x14\xdc\x9b\xb4\xef\x6c\x77\xfc\xfb\xf0\x0d\x59\x75\x1f\x3e\xe5\xfc\xae\xd2\x24\xef\xa1\x61\x50\x30\x1a\xd6\xbc\x31\x37\x02\x57\x58\xeb\xe4\x12\x8e\xcf\x33\xb5\x4f\x58\x91\xd5\xc8\x01\xdd\x1b\x22\x56\x44\x3b\xfa\xc5\x3a\x35\xaa\x8c\xa8\x43\xa6\x8f\x3f\xee\x14\x8f\xad\x00\xa6\x09\x55\x33\x6d\xc9\x1e\x69\x30\xea\x6f\xa7\xf1\x03\x83\x70\xae\x15\x4a\x84\x1a\xdd\x89\xee\x97\xa3\x1a\x6d\x94\x62\xbb\xb6\xc8\x74\x6d\xf4\xf9\x06\xd7\x5a\xf2\xff\xaa\xd5\x33\x08\xd1\xdf\x51\x8d\xa9\x90\x33\x74\x8a\xcc\x6d\xf6\x91\x7e\xfd\x2f\x6c\x11\x8b\x0f\x5c\xc3\xd5\x8e\xfc\x6f\x0d\xbd\xc5\x95\x2b\x40\x66\x88\x54\xa9\x03\x35\x5d\x01\xa1\x67\x2d\x8f\xd0\xdd\x9a\x4b\x62\xef\x61\xb5\xeb\x83\xc9\x0d\xd9\x4e\x8e\x7a\x33\x24\x02\x51\x37\x7e\xc5\xec\x61\xe4\x3b\x93\xb2\xb5\x53\xe0\x1e\x4f\xe0\xdd\x64\xb6\x63\x60\x23\xb0\x47\xcc\xee\xbd\xdd\x32\x5e\x92\x4b\x3d\x0f\x75\xdf\xa3\x2e\x99\xdf\xd8\x6e\x62\x97\xed\xa1\x8d\xce\x9b\x42\xfc\xd6\xb9\x66\xc5\x9a\x94\x4d\x15\x16\x16\xbb\x98\x0b\xb9\x62\x3d\x87\xaa\xbd\x92\xa8\x7f\xd9\xf9\x85\x8f\x4b\x00\x7c\xe2\xde\x73\xf7\x8c\xdc\xdb\xc9\xcb\x84\xaf\x1a\x26\x8e\xef\xaa\xb6\x27\x0f\x0e\x4c\x77\xe9\x5d\xec\x17\xe1\x75\xf0\x74\xc7\xb4\xa3\x69\x6f\x61\x58\x10\x85\x67\xfd\x63\x7e\x79\x74\x36\x57\x94\x35\xef\xec\x48\xa7\x82\x57\x64\xf0\xe5\x1d\x17\x37\x44\x9c\xa0\x87\x0f\x6d\xcf\x6d\xbf\x6d\x7d\x67\x04\xb2\x1c\xba\xec\x7a\x42\x58\x85\x2f\x7d\xcc\xef\xbd\xe5\x3f\xcf\x35\xde\xe1\xd2\x3e\xee\x71\x32\xae\xef\x39\xce\x7b\xbb\xc8\x68\xef\x8a\xef\x7c\x57\x39\x6d\xf0\x60\xdb\xc4\x3d\xdc\xe5\x11\xa8\x46\x61\x8e\xbb\xcc\x68\x8f\x40\xfa\x88\xeb\xbc\x43\xa2\x3c\xf7\x79\x3c\x5b\xd0\x46\x2d\xc6\xc2\x8d\xd9\x11\xc2\x1c\x57\x7a\x67\x38\xb9\xee\xf4\xe8\x80\xec\x1d\xed\x7b\xb8\xd4\xa3\x20\xad\x6f\xb8\x8f\x5b\x8d\xf6\x21\xd8\xb8\x7b\x8d\xee\xe9\x62\x8f\x53\x6b\xe0\x06\x8f\xbb\xd9\xa3\x20\x7b\x6e\xf8\x1e\xae\x76\x16\xae\x41\xaf\x3f\xe9\x6e\x8f\x82\xdd\x75\xc7\x73\x5d\x6e\x94\x9b\xec\xdb\x2b\xbc\x9e\x9b\x69\xcd\x29\xf0\x4b\xad\xf8\x33\x5c\x71\x94\x1b\x76\x1f\xc7\x79\xd4\x2d\x47\x7b\xba\xe6\x28\x97\xaa\xf7\x76\xd1\x13\x1d\x1b\xe7\x7d\x6f\x37\x3d\x35\x14\xdf\x81\xdf\xd3\x55\x4f\x81\x1d\xcc\xbd\x5c\x77\x3d\x01\x32\xea\xc8\xe7\xb8\x01\x99\x8b\xbb\xf8\x5d\x1d\xbc\xb2\xc7\x4b\x65\x9d\xf3\xe4\x35\xef\x7b\x3e\xfe\x8b\xce\x4d\x8d\x2d\x73\x52\x87\x90\xcb\xf6\x36\x7f\x2f\x0a\xaa\x59\xa9\x95\x12\xf4\x97\xbe\xad\x22\xeb\xb2\x8a\x5e\xb2\xe2\x58\xb3\x49\x4d\x31\x2b\xa7\xdd\x30\x8e\xc3\x8e\x65\x7e\x74\xf2\x0a\x8e\x76\x2d\x4d\x5e\xe3\xaa\x85\x0b\xa3\x51\x0a\xeb\x95\x0d\x6c\x94\x36\x6f\x12\x2e\x12\x66\x5b\x04\x18\xba\x6b\xdd\x54\xe1\xce\x93\x57\x02\xae\x97\xff\x97\x76\xda\x1c\x99\xe3\x25\xff\x35\x79\xac\x3c\xea\x26\x96\x56\xd4\xad\x38\xff\x8b\xfb\xd7\xbf\xbe\x4f\xc8\xd2\x60\x90\xed\x99\xbe\x30\x99\x8d\xfe\xad\x4b\x66\xb8\xf6\xa8\x4c\xc5\xed\x36\xb6\xa4\x9e\x7f\x01\xe2\x61\x36\x4b\xdb\xcd\x73\x55\xd5\x03\x24\x67\xe6\x2a\x7b\x7f\xf7\x9b\xd9\xb4\x97\xe1\x4c\xc0\x5c\xbc\xe0\x73\xb3\x20\x25\x47\xb0\xc9\x89\x88\xee\x17\xd0\x01\x17\xfc\xc5\x3b\x52\x34\xb1\x7b\x73\xcc\x93\xa5\x64\xf7\x09\xfc\xfe\xa9\xf3\x5c\xcd\x78\x7b\x9e\x6b\x27\xd2\xb9\xa1\xdf\x24\x2d\x6f\xc8\xb6\x0d\x36\x3a\x9f\x79\x34\x01\xea\x85\x1e\x9d\x8f\x61\x9c\x96\x3f\xb8\xeb\x0b\x36\x0b\x77\x14\x83\xdd\xef\x6e\x99\x9e\x0e\x12\x56\x55\xcb\x1e\xbd\xf8\xa8\x2a\x83\xde\x7f\x7a\xec\xfa\xf5\x07\x8a\x5d\xb7\x36\x24\xec\x62\x7b\x7e\xf3\x8b\xdf\x1a\x5c\xcd\xd0\xf3\x9c\xbb\x80\x15\x77\xcd\x2d\x80\x9d\x50\x57\x7b\xc9\xce\x92\xdb\xba\x9e\x34\x37\x25\x37\xf2\x85\x41\xc3\x15\x98\xb5\x6a\xac\x93\x14\x38\x6a\x0b\xa3\x1a\x0b\x45\x8b\xa6\xc2\xe9\xa5\x93\x9e\xfb\x2b\x2e\x92\x71\xe6\x2c\xde\x75\xe2\x3e\x27\x05\x67\x65\xfe\x1a\xf9\x6a\xf8\xa5\xcf\x4d\x38\xa8\x9b\x08\xca\xcb\xb1\x5d\x83\x8a\x6e\xc8\x70\xe2\x1d\x98\x44\x73\x7b\x70\xc8\xd2\xe9\xb6\x56\x61\x8c\xcc\x1e\xb5\x26\xe2\x8e\x42\xe5\x80\x5f\x79\x40\x57\x8c\x0b\x52\x1e\x76\x56\xa4\xd3\x02\x69\x75\xe9\x1f\x42\x4e\x95\xbb\x3e\x05\xe2\x33\x16\x57\x3b\x0d\x2d\x5b\x5b\xb0\x49\xa8\x4b\x2e\xe0\xc0\xf4\x83\x92\x9b\xeb\x58\x6e\x69\xa1\x0e\x67\xe8\x67\x22\xb8\xd9\x44\x4b\x56\x58\xd1\xdb\xd6\x53\x1a\xdd\x82\x08\x65\x61\xe6\x36\x11\x2c\xd1\x97\xe8\x00\x40\x22\xba\xd9\x90\x92\x62\x45\xaa\xed\xa1\xcb\xc9\xca\xad\x54\x64\x93\x1a\xb6\x77\xfa\xce\x37\xa9\x7d\x48\x79\xf5\x53\x30\x84\x6c\xe9\xfa\x11\x2a\x9d\x7a\x6a\xda\x1d\x01\xde\x13\x15\x6b\xde\x47\x75\x74\x74\x1d\xe8\x57\xd6\x75\x65\x8a\x39\x2a\xba\x15\xb2\xff\xd0\x72\x8a\x91\x20\x2b\x3d\x6f\xed\x8c\x7b\xcf\x99\xf9\x5e\x59\x88\xc4\xc7\x7a\x59\x4a\x0b\x3c\x76\x35\x88\x6b\xe6\x38\xe0\xae\xcf\xef\x0e\x83\xca\x2a\x16\x74\x60\x66\xa1\xf8\xb2\xe2\x28\x50\x63\x96\x3e\xf2\x29\x25\x6a\x82\x37\x8a\x9c\x96\x1b\x0a\x0b\x96\xb1\xd8\x7a\xbf\x75\xbb\xc3\x0a\xfb\x17\xa0\xac\x31\x2b\x2b\xed\xf3\x31\x72\x67\xc0\x07\xc6\x58\x54\x98\x6e\x24\x1c\xa6\xdc\xed\x9f\xd7\xcb\x29\xed\x2c\x21\xb8\x2c\x9e\x6d\x5d\x2b\x5c\x08\x6e\xcf\x31\x37\xc5\x13\xc1\xab\x81\x83\xf7\xd7\x8f\xdc\x50\xdf\x1f\x4f\x28\x40\xbf\x73\x7d\x7d\xee\x05\xf5\x23\x71\x7b\x37\x96\xd7\x77\x8c\x08\x6d\xb6\xb3\xa2\xf7\x3b\x5f\x0d\x4e\xc3\x35\x97\x89\xe1\x0d\xb1\xa4\x8b\xa5\x69\x86\x04\xf5\x26\x31\xb0\xcf\xee\x4d\xfb\xb1\x57\x39\x69\x8e\xa2\x8a\x29\xa3\x6b\x86\xa6\x68\xae\x04\x2d\xd4\x09\x7a\xce\xed\xbd\x19\x9a\x9b\x40\x64\xa8\x46\x2d\xe9\x72\x49\x84\xf6\x07\xbc\xae\xa3\xee\x0a\x0c\xa1\x3b\x2b\x5e\x8f\x6d\x66\xba\x81\x2b\x48\x2f\x1c\x08\x7b\x2a\xc6\x89\x39\x1e\xc3\x76\x17\xd3\x10\xdc\x82\xed\x50\xa9\xb1\x5a\x77\x47\x76\xea\x9e\x90\x47\xc7\x1d\x52\x25\x16\x86\x9d\xf8\x0d\xea\x6b\x0c\x59\xee\x71\xdf\x46\x70\xa0\x91\xb6\xa6\x93\x84\xda\x8b\xaa\x4e\xe7\x99\xe5\x5f\x12\xd4\xff\x62\x20\x84\x96\xdf\x77\x54\xad\x5b\xd0\xb1\xb5\x9e\xfe\x9e\x86\xe4\xcf\xbb\x16\x61\x37\xf5\xf6\x53\xaf\xfb\x74\x7e\xca\x14\x43\xf2\xa5\x43\xeb\x97\xc7\xbf\xba\x2b\x73\xe3\x85\x56\x11\x90\xe6\x2e\x04\x5b\x9e\x0d\xf0\x1e\xca\xce\xaf\x35\x3a\x10\x44\x54\x77\xe2\x42\x04\xb6\x9e\xb1\xe0\x9b\xe3\xf6\x86\xc6\x63\x5c\xd3\xe3\x45\xc5\x17\xc7\x1b\x2c\x15\x11\xc7\x00\xec\xf8\xf6\xf1\xb1\xb9\x55\x7c\x15\x9b\x13\xb6\x9a\xf1\x04\xfd\x5b\x5d\x62\xb8\xf5\xa5\x4f\x0b\x73\x36\x98\xfb\x4d\xba\x03\x63\x14\xef\x7e\x7b\x4e\x65\x7a\x49\x6a\xcf\x1c\xd1\x64\xc3\xe5\x86\x2a\xed\x17\xf9\x3c\xc5\xc3\x21\x6b\xea\xce\x9b\x85\xb9\x56\x33\x3e\xf1\xa4\xe2\x35\x6a\xef\x7a\xbb\x5a\x13\x49\x1c\x5c\xa7\x62\x1a\x3d\x2a\x83\x2f\xce\x92\x1d\xe8\xfb\x42\x6b\x26\xc5\x35\x00\x41\x5a\x94\x13\x55\x74\xd1\xf3\xf2\x06\xc4\xb4\xd7\xbb\xc9\x5d\x82\x6a\x3f\x33\x9f\xa2\x2e\xb6\x1f\x36\x51\x8a\xa3\xeb\x49\x00\xd8\xbd\x6e\xe8\x19\x62\x3a\xd6\x6c\x04\xf7\xa4\xe6\x48\x79\x4c\x9a\xaf\xb9\x45\x94\xbd\xc6\xe9\x02\xca\x37\x46\x5e\x5c\xa9\x64\x00\xe7\xfb\x17\x4f\xba\x52\xc9\xa8\x6f\xf1\xa9\x78\x12\x9e\x4f\xc5\x93\xde\xf3\xa9\x78\xf2\x53\xf1\xe4\xa7\xe2\xc9\x4f\xc5\x93\x9f\x8a\x27\x3f\x15\x4f\xfe\xd7\x2c\x9e\x54\x95\x9c\x93\xa2\x11\x54\x6d\x2f\x05\x5f\xd2\x2a\x10\x4f\x1c\x24\x60\x77\xbe\xf0\x76\xba\x49\xa2\xb4\xb3\x24\xdb\xed\x3f\xe9\x23\x65\xc0\xc9\x32\xbe\x58\xe7\x8a\x8d\x6c\x47\xf1\x97\x59\x01\x90\xb8\xa6\x70\xbd\xb1\x48\xde\x7c\x8f\x04\x91\xbc\x11\xf6\x0e\xeb\x6e\x0b\xd8\xdd\x9a\x84\xbc\x7f\x73\x2c\xb2\x46\xe4\x75\x55\x1e\x99\x85\xb7\x0d\xff\x1a\x66\xff\xc0\x4b\x22\x98\xf6\x09\x80\x20\xb0\x4e\x33\x98\x9b\x30\x7b\xf8\x80\x5f\xd7\xbc\x7f\xd1\x24\x95\x48\x36\xc0\x2b\x08\x48\xc0\x45\xd0\x68\x41\xd4\x1d\x21\x4c\x9b\x52\x82\xa5\x36\x18\xdf\x05\xc5\xb0\x0d\x97\xad\xe8\x2d\x61\x5a\xa9\xda\x68\x96\x81\xad\x78\xbb\xfb\xcf\x1f\x44\x8b\x89\xbb\xd0\x3e\x00\x99\xb7\x9d\xa3\x3f\xcf\xfe\x7d\xf6\xb3\x1e\x38\x6a\xea\x95\xc0\x25\xac\xaf\x7a\x2f\xbf\x78\x0c\x7b\x98\xed\x3a\x11\x31\x72\x97\x3d\x7c\xb3\x54\xf3\x0a\x4d\xc3\x0e\xfb\x91\x66\x61\x53\x45\xf6\x35\x99\xcd\xcd\xbc\xaa\x78\xa3\x76\x0e\x52\x22\x6e\x2f\x33\x48\xe8\xad\xb9\xf1\xd7\x97\x45\xaf\x9b\x90\xd4\x52\x89\x1e\xcf\x1e\x77\xb3\xdc\x6d\x6e\xf7\xa1\x41\x9b\x27\x33\x84\x4e\x19\x2c\x23\x1c\x03\x78\xf4\xbe\x67\x41\x24\xc4\x68\x86\x67\x39\x5b\xd1\x82\xbd\x74\x9e\x78\x79\xa7\x1b\x99\x5b\x37\x09\x10\x3b\x84\xae\x72\xfa\x45\x02\x94\xc7\xb3\xa7\x7b\xaf\x44\xcc\x99\xd0\x39\xc1\x1f\x7b\x7a\x34\xe8\xfb\x46\x12\x31\x75\x47\xf6\xe9\xae\xa5\x55\x1c\x6e\x24\x33\xf4\x2c\xa6\xf2\xc9\x3b\xa5\x15\x62\xa5\x85\x48\xc0\x8a\xcc\x4c\xc2\xf6\x7c\x6a\x47\x0c\x2c\x11\x65\x66\xd7\x76\x4f\x90\xa2\x95\xc9\x98\x99\x53\x13\x14\x96\x4a\xf0\x7a\x4d\x8b\x99\xe6\x92\x9d\x39\x43\xf0\x15\xe7\x37\x12\x55\xf4\xc6\x64\xbe\x12\x01\x4e\x84\x0a\x5a\xaf\x89\x90\x27\xf0\xcb\x14\xbd\x38\x7b\xfe\xf2\xc5\xf4\xc5\xd9\xf3\xf9\xe9\xf4\xec\xe5\xe9\xd9\xcb\xd3\x27\x5f\x4e\x2f\x5f\x9f\xff\xfb\xe3\xa7\x5f\x7e\xdd\x6b\xf3\x26\xd4\x22\xd6\xd3\xf0\xc3\xd3\x17\xf3\xc7\x4f\xbe\x9d\x7e\x7f\xf6\xc3\x74\xfe\xf2\xf4\xc9\xd7\xdf\x04\xba\xdf\x69\x13\x07\xbe\xa1\xec\xea\x7c\x6e\xef\xc1\x3e\xd1\x6c\xbb\x7d\x3c\x7b\x1c\x8e\x35\x64\xec\xcb\x1e\x5f\x26\x39\xaa\x45\x5d\xb0\x81\x80\x99\xe6\x7e\x24\xc0\x9d\xaf\x0e\x67\x22\xc3\x6b\x84\xab\x15\x17\x54\xad\xa3\x51\x6e\xe4\x8a\x89\xe1\x1a\x67\xb2\xe2\x8a\x42\x70\xc9\x7a\xa3\x1a\x94\x96\xd8\x35\x66\xa5\x5c\xe3\x1b\x32\x43\x6d\x8e\x3d\x05\x52\x6b\x3d\x41\x36\xfc\x96\xc0\x09\xa8\x76\xf7\x37\x15\xc6\x75\x60\xa5\x44\x36\x31\x69\xa3\x47\x83\x53\x82\x53\xc8\x1a\xd5\xfd\xfc\xc5\x7c\x7a\xf6\xec\xec\xa9\xe6\x23\x42\x07\x5b\xbc\xa9\x0e\x4f\x82\xe2\xe7\xb7\x8c\xef\xb6\x1d\xf5\x93\xf3\x72\xde\xe3\xd5\x82\x3d\xb1\xca\xe4\x75\xef\xa3\x18\xc7\x41\x99\x27\xcf\x66\x75\x4a\xd9\x86\xf1\xad\x2a\x55\xbc\xe0\x55\x7b\xff\x71\x50\x04\x12\x30\x07\xc2\xf1\xdd\x20\x55\xa5\x59\xe5\xd9\x03\x6b\x31\x1e\xcf\x52\x57\xae\x68\x7b\xf2\x78\xf6\xb4\xcf\xd4\xf0\x74\x04\x93\xf6\xfa\xea\xc5\x09\x2a\x1a\x21\x08\x53\xc9\xfa\x3e\x38\x46\x85\xae\xd6\x44\xaa\x3e\x3c\x57\x7e\xa4\x09\x60\x7f\xba\x3a\x9f\x3f\x7e\x12\x17\x97\xf4\x29\xcd\x53\x1f\x4a\xfc\xf0\xcc\x5e\xb3\xf8\x71\x22\xbd\x66\x71\xc2\xf5\x9a\xc5\x37\xfb\xbf\xdf\x5d\x9d\x08\x32\xa4\xce\x5f\xca\x31\x84\x7e\x7b\x63\x0e\x43\x16\xb0\x75\x67\x13\x86\xc5\xe5\x0a\xee\xe8\x0d\x9d\x6d\xf8\xef\xb4\xaa\xf0\x8c\x8b\xd5\xb1\xf3\xc3\x8f\xe7\xe0\xf1\xbe\x9d\xd3\x92\xbc\xbd\x3a\x9f\x7f\xee\xfb\x76\x6f\x0b\xbe\xa9\xb1\xa2\x0b\xb8\x01\xed\xed\xec\xc9\xb7\x82\x14\x7c\xb3\x21\xac\x24\xe5\xec\xc9\x3f\xc7\xfb\xd5\xf2\x38\x30\x7f\x49\x85\x73\x75\x3e\x7f\x7b\xfa\x62\xfe\xf6\xf1\x93\x6f\xdf\x7e\x7f\xf6\xc3\xdb\x31\x4b\xe3\x7f\xf3\xe4\xeb\x6f\xdc\x37\x4f\xbf\xfd\xca\x03\xe8\xcc\xe2\x5b\x67\x16\xb3\xc0\x26\x6d\x1f\x42\x63\x16\x74\x2f\xe0\x4f\xbe\xfe\xc6\x7d\xda\xa1\xde\x03\xde\x6f\x91\x0f\xfc\x83\x3b\x0d\x63\x2e\xc3\x3d\x70\x0e\xea\xa7\x88\x02\xc9\x70\x17\x46\x26\xe1\x06\x9c\xe1\x9c\xe9\x67\x5a\xe6\x4c\xbc\xfb\x4d\x31\xe3\x96\xf7\x27\xd7\x7f\xbb\xa9\x14\x64\xee\xd3\xce\xf8\x9c\x39\xe3\xa3\xd7\xea\xc6\xa1\x89\x9e\xa5\xf6\xfe\xcc\xe7\x55\x24\xc2\xd6\xe7\x3c\x37\x61\x9b\x8f\xc3\xf6\xd7\x55\xf9\x76\x81\x8b\x9b\x3b\x2c\xca\xff\xe6\xcc\xff\xa4\x47\xa3\xc0\x3f\x82\x1e\xf5\x3f\x4b\xe3\xdb\xe3\x46\x3e\x9d\xdf\x0c\x3f\x4a\x02\xdd\x1f\x62\x18\x9c\x1e\x7e\x3e\xbb\xde\x0c\x3f\x4a\x02\xdd\x1f\xe2\x2e\x7b\x86\xe4\x88\xc0\xdc\x05\xd5\x11\x30\x26\x04\x7b\x32\x3f\xc4\x9b\x44\x77\xed\x68\x22\x50\x77\x07\xdd\x5b\x38\x86\x55\xfb\x97\x1f\x4b\x75\xc7\x6f\x4b\x0c\xdf\x92\x68\x2f\x36\x0c\x44\x5b\x6d\x38\x8c\x0b\x74\x06\x81\x9a\x58\x0e\xe8\xac\x0d\xe3\xdc\x52\x7b\x2f\x0a\xc2\x46\x53\xfb\x0b\x48\xca\x4a\x7a\x4b\xcb\x06\x57\x3d\x73\x11\xcf\xf9\x82\x11\xe9\x2e\xf8\x9e\xed\xe2\xe8\x07\x84\xb1\x20\x7b\xc0\x95\xef\x6b\x9d\xde\x74\x9e\xfd\xdb\xac\x60\x98\xdd\xe7\xd4\xf6\xaf\xf1\xd5\x0b\x17\xa6\x0c\x2a\x47\xa6\xd0\x9e\x6c\x4d\x38\xd7\xc4\xa2\xcd\xe1\x08\x34\x7a\xbc\x1f\x96\x50\xdd\xe9\x02\x35\x70\xff\x3f\xb9\x25\x15\xaf\x6d\x6d\x0c\x79\x47\x25\xd4\x54\xf8\x4d\x96\xbc\x61\xb1\x12\x19\x13\x13\xa6\xcc\x9c\xa4\x36\x43\xe8\x39\xa9\x09\x2b\x61\xef\x10\x43\xb5\x20\x05\x95\xa4\xda\xda\xc2\x71\x1f\x6a\x7b\x8d\x63\x1c\x32\xd6\xc3\x2f\x88\xb4\x01\x7b\xa8\x95\xd0\xa3\x85\x82\xa1\xb2\x29\x02\x47\xf1\xbb\xa8\xec\x88\x98\x50\xd9\x2d\xcf\xfd\xa0\x4f\x17\xae\xf5\x2a\xdf\xb7\x44\xa1\x3b\x12\x2d\x46\xc7\x25\xaf\x6d\xe1\x92\xe6\x31\x67\x48\xf2\xa5\xba\xd3\x63\xac\xe8\x42\x60\x41\x49\xec\x50\xb5\x54\x45\xd0\xeb\x2a\x56\x04\xe4\x8b\x74\xa4\x49\x82\x08\x53\x3b\x01\x13\xca\x62\xdf\xba\xa1\xc8\x0b\xa9\xb0\x6a\x06\x11\xac\xfe\xd5\xfc\xd0\xc0\xd5\x56\x6c\xb8\x34\x77\xe7\x02\x53\xf8\x02\x92\x45\xa5\x6b\x64\x23\x44\x3b\xa7\xf7\xf6\xb5\x4c\x3c\xa6\xd9\x8a\xdb\x9b\xbc\xa2\xf0\x9d\xf6\x20\x0d\x6d\x45\x78\x8b\x5e\x77\x1b\xa9\xab\xff\x0e\xa5\xbe\x8a\x82\x0b\x98\x14\xd1\xac\x89\xb7\xcb\xf1\x43\xd6\x89\x17\x9c\x99\x24\xf2\xd8\x78\x27\x5d\xcb\x7e\x65\x92\xf7\xbb\x4d\xab\x50\x61\x99\x12\x29\xb9\x3a\x6d\x49\xe2\xee\x27\x1d\x19\x30\x74\x98\x50\x07\xba\x5f\x53\x3a\xa6\x49\x08\x65\x67\xf0\x9b\x03\xea\x52\x86\x12\x1d\xd0\x19\x39\x42\x33\x8b\xde\x0e\x0f\x43\x69\xb9\xdf\x1a\x5c\x49\x34\xd3\x66\x67\xe6\x58\x78\x68\xd5\xaf\x56\x53\xfa\x7f\x6d\x22\xde\xa7\x06\xa8\xb4\x60\x38\xca\x6c\x57\xb4\xf7\x83\x39\xe9\x85\x2d\x14\x21\x3a\x2c\x09\x56\xe6\x9e\x59\x56\xc2\x0d\xa9\x60\x0b\x69\xb8\xbe\x09\x56\x25\x8f\xd0\x39\xc7\xe5\x33\x5c\x61\x56\x10\xf1\x03\x66\x78\x45\x4a\xb3\x9e\x10\x0d\x71\x17\xbb\xb6\xf7\x0e\x7b\x48\x87\x88\x2b\x34\x9f\x94\x59\xe2\x3c\x32\x97\x97\xba\xab\x50\xeb\x66\x51\x51\x09\x3b\x41\x6d\x09\xc8\xb6\xcb\x58\x61\x57\xce\x17\x00\x5a\x71\x5c\xa2\x85\x45\x70\x06\xa8\x7d\x87\x2b\x09\xb8\x61\xb6\x35\xb3\x99\x4b\xd2\x93\x2e\x41\xf4\x62\x15\x2b\x2a\x97\x34\x9c\x4d\x0f\x8c\xfe\x0d\xc1\xe5\x36\x6b\xec\x91\x7b\x17\xbd\xb1\x9f\xf6\xf1\xd6\x62\xb9\x31\xc4\x9d\x79\xd4\x19\xb6\x09\x66\x0c\x71\xb9\xbd\xe7\xb0\xc3\x55\xae\xd7\xba\xf7\xe7\x17\xf3\x7d\x98\x3d\x60\x6d\x00\xea\x28\xb3\xb5\x48\xd6\x15\x56\x5a\x01\x39\x1b\xa9\xd1\x98\x25\x41\x86\x26\x3b\x14\x19\x43\x06\x9d\x28\x47\xcd\x92\x25\x4b\x01\x42\xd9\xce\xee\x56\xe6\xe7\x17\x73\xf4\x3b\x67\x70\xe3\xee\x87\x15\xaf\xe7\x17\xf3\xfd\xa4\x2a\x4d\x64\x8d\xe8\xae\x24\xe9\x5f\x05\xd1\x66\x41\xa2\x35\xbe\x25\x68\x41\x08\x43\xb2\x81\x2b\x8b\x96\x4d\x55\x6d\x51\x61\x36\xb7\x05\x31\xbd\xd7\x90\x77\x9d\x90\x68\x8e\x29\xb8\x85\xf5\xcc\x81\xd6\xe3\x81\x8d\x60\x56\xc5\xb1\x12\x8b\xb2\xeb\xd9\x6e\xbf\x09\x21\x3e\x96\x74\xac\xb0\x54\x57\x02\x33\x09\x80\xae\x68\xfc\xf8\x71\x67\x13\x4b\xac\xc8\x34\xe1\xf3\x8e\x66\x17\xec\xe9\xcb\xf7\xae\xac\x12\x04\xcb\x78\x96\x60\xf4\xf3\x90\x97\xb4\xc7\xe7\xa9\xdb\xee\x47\x3e\xce\xa8\x4c\x0a\xe5\x0d\xcd\x54\x1e\x71\x27\xba\xf9\x0e\xcb\xbb\x42\xe9\x75\x9c\xfb\x91\xa1\x46\x06\xb6\xc1\x27\xd0\x75\x4a\xea\xb2\xd5\x51\x73\xab\xa2\x46\xf0\x88\x7f\x38\xc0\xad\x55\x79\xc1\xad\x10\x41\x7c\xd3\xb2\xbc\xe6\x52\x5d\x10\x75\xc7\xc5\x4d\xc6\xfa\xda\x6b\x8d\xd6\xbc\x2a\xa5\xb7\x92\x6d\xf7\xd4\xbc\xec\x1a\x45\x38\x9e\x52\xe6\x33\x74\x69\xca\x7f\x4d\x99\x9b\xd6\x69\x76\x4d\xef\xc1\xbd\x47\x0d\x9b\xb1\xf6\xce\x1e\x67\x8c\xd5\x6f\x1e\x1f\x6c\xdf\x85\x88\x8c\x37\x36\x22\xdf\x43\x98\x1b\x2f\x25\x0c\x62\xbc\x08\xc2\xc6\x29\xc4\x65\x8b\x62\x6e\x8e\x7c\xf7\x4b\x3b\x5a\xb7\xc1\xb4\x37\xc4\x44\x96\x98\x32\xa3\xec\xb4\x6a\x6d\xf7\x40\xda\x95\x44\xc3\x4a\x22\x2a\xb8\xbc\x98\xb2\xa5\xc0\x52\x89\xa6\x80\x6b\x87\x5d\xf7\xc9\x43\xe2\xef\xb1\xf9\x72\x77\x58\x89\x0e\xee\xbf\x11\xd3\xa3\x7f\xc6\xe9\x44\xf8\x6e\xa4\xa4\xb8\xcf\x1a\x7c\x27\xbb\x00\x54\xbf\xca\xad\x2d\x94\x1c\xb9\x15\x0f\x59\xdf\xd9\x67\xc8\xe9\x4f\xf3\x3e\x53\x63\x9b\x87\x46\xe0\xa6\x19\xa0\x91\xdf\xa5\xeb\x18\xaa\xfb\x51\x1d\xed\x75\x2d\x4d\x51\x61\x29\x69\x71\x3e\xaa\x07\xfc\xa7\xc7\x91\x00\x84\x9d\x69\xd3\xe3\xd3\x28\x78\x34\x54\x2a\x98\x01\x7f\x6c\x4f\xc3\x25\x8a\xd5\x24\x19\x60\x87\xba\xe6\xcc\x00\x1c\xbf\x41\x24\xfb\x52\x0d\x84\x98\xd1\xc6\xef\x41\xd0\x00\x84\x8f\x44\x50\xdb\xd3\x87\x23\xe8\xc5\xf9\xb3\x0f\x4a\xcc\x94\x8b\xd4\x3d\xe1\x70\x37\x9c\xc0\xa0\xff\xcd\x97\xbb\xb3\x3b\x63\x6c\x70\x1c\xab\xf6\x90\xa1\x82\xc9\x91\x6d\xa7\xb2\xda\x6d\xdb\xa6\x39\x97\xd8\x74\xa7\x0e\x41\x30\xfa\x11\xba\x9e\x58\x19\xbc\x9e\x9c\xa0\x53\x27\x90\x60\x04\xd1\xb3\x3d\x70\x35\x47\x48\xdd\x10\x09\x31\x16\x6d\x52\x4a\x52\x50\x53\x25\x85\x15\x22\x14\x42\x18\xc8\x1e\x2f\x85\x99\xd4\xcb\xc1\x0c\xc0\x15\xde\x12\x81\x0e\xae\xce\x2e\x8f\xe7\xf3\xf3\x43\x64\x2d\x3c\x68\x37\x5b\x7d\x6b\x9b\xbc\xbc\xba\xba\x3c\xd6\xff\x37\x0f\x9e\x15\x30\x7c\xb4\x5a\x44\x83\xa5\x19\x90\xb8\x0b\xd8\x58\xed\x68\xf3\xb9\xa8\x0d\xdd\x97\xbc\x90\x33\x7c\x27\x67\x78\x83\x7f\xe7\x0c\xf6\xf9\x9e\xc2\x3f\x5f\x9c\xcd\x8f\x61\x2b\x9a\x3a\x76\xc1\x71\xb1\x6a\x68\x49\x8e\x35\xf3\xa7\x8e\xf9\x53\xb3\xe5\x17\x2e\x33\x29\xaa\x45\x06\xb6\x96\x57\x17\xe7\xcf\x0c\x9f\x9c\xbf\xd7\xe3\x93\xc7\x85\x0c\x90\x41\x3e\x69\x7a\xa0\x8e\x41\x43\xf2\xe7\x12\xf6\x1f\x4f\x56\x56\x2d\xd2\x16\x0a\x8d\xd6\xbd\xb9\x67\xea\x66\x45\x46\xcb\x8b\xf3\x67\x99\xea\x27\xe3\x8c\xc9\xbc\x0b\x9c\xa6\x00\x30\xd9\x24\x53\xe1\x8d\x2b\xbb\x9e\xa2\xf3\xf5\xdc\xb8\x2b\x39\x42\x96\xb0\xeb\x8e\xdc\xe6\x6b\xef\xb4\xb4\xc9\xe9\x4f\xf3\xc9\x11\x9a\x9c\xfe\xde\x08\x92\x3c\x54\x51\x3f\x93\x67\x58\x90\x1f\x88\xc2\x95\xfe\xe6\xfb\xb3\x4b\xfd\x9f\xd7\x35\x61\x73\x85\x8b\x1b\xbb\xab\x67\xf2\xe3\xbc\x5e\x13\x41\x26\x69\xf9\x1e\x17\x97\xa9\x56\xf4\x63\x2d\x34\xde\x23\x6d\x5a\xa4\x47\xda\x7d\x7f\x96\xba\xb5\x08\x52\x41\x6e\xa8\x23\xed\x2c\x05\x46\x5a\xbd\x7a\xf6\x43\x86\xa0\x8d\x88\xf6\xb8\x58\x8f\x88\x74\x86\x38\xcb\x82\xa7\x64\xb9\x9f\x4a\xd2\x6d\x07\x27\x05\x9a\xdf\x60\xef\x90\xbb\x13\x3b\x7b\xc5\x25\xdd\x61\x13\x33\x74\xc9\xa5\xa4\x8b\x8a\xf4\xe4\xf7\xc5\x3b\x45\x04\xc3\xd5\xc4\xc8\x1e\xa4\xe4\xf4\x9f\x71\xe1\x1b\xab\xcf\x75\x20\x12\x4d\x5c\xa7\x23\x44\x7d\x8f\x0b\x9a\x80\x64\xf7\x09\x01\xc0\xe9\xfd\x5c\x44\xce\x76\xec\x7b\xa6\xb6\x69\x7c\xe9\x7f\x61\x5b\xcc\xa3\xf9\x05\x74\xef\x58\xc7\x00\xf6\xbd\xe2\x1d\xb5\xa0\xb7\x79\xb5\xc6\xb6\x65\x7c\xa8\x97\xb6\x81\x1b\x4c\x2c\x08\xb1\xcf\x10\x2d\xcc\x7b\x0d\x6d\xdf\x72\x10\x38\xfb\x2e\x90\x38\x30\x85\xf6\x6e\x8f\x78\x72\x5f\x72\xe7\xc7\x06\xa2\x36\xfa\x85\x8d\xdd\x91\x58\x26\x31\x02\xd7\xed\x4a\xfa\x53\x7b\xd6\x6b\xaf\x03\xe4\x24\x00\x56\xe8\xcc\x1d\x36\xe9\xad\x88\x62\x66\x69\x3c\x9f\xd9\x48\x13\x56\x50\x98\x32\x22\xdc\x0a\x29\x71\x50\xda\x69\x10\x35\x28\x53\xb0\x27\xdc\x29\xee\xe8\x6c\xb7\x5d\xc6\xb3\xc5\xe6\x31\x27\xde\x9e\x64\x1d\x79\x6b\x13\x79\x72\xda\x61\xea\x7e\x3b\xfe\x5c\xeb\xcc\x11\x95\x69\x62\x1c\xbd\x1c\xcf\x91\x7f\xde\x4c\x97\xec\x68\x43\x1b\x36\x1d\x12\x3f\x74\xc0\xcc\x6d\xeb\xce\x86\xa8\xf3\x50\xeb\x68\xa3\x10\xed\xd5\xa2\x5e\x4e\x25\x2e\x6b\x6d\xcf\x66\xda\xb0\x2e\x91\xe4\xee\x11\x45\x8b\xed\x3d\x52\x53\xfa\x31\x59\x64\xe0\x53\xf1\x33\x67\x26\x4b\x6d\x7f\x34\x93\x52\xff\x0a\x12\xf7\x93\x4f\x1b\x83\x52\x62\x47\x74\xaf\x5e\xa5\xab\x55\x81\x21\xd8\x73\x8d\x4e\x7f\x9a\x1f\x19\xbf\xc4\xf8\x43\xdf\x9f\x5d\xb6\xa9\xbb\xd4\xe9\x57\x8f\xfc\xf0\x6f\xce\x74\xd3\x1d\x6a\x1d\x1e\xe5\x9b\x50\x12\xdd\x41\xf2\x3c\x02\x80\xca\x76\x3b\xeb\x47\x9b\x7d\xe6\x28\xb0\x56\x9c\x8f\xcc\x1d\xbd\x31\x98\xdc\xdc\xa6\x62\x70\xff\xf6\x4b\x20\xe0\x57\x5f\x3d\x35\x7b\xc0\x1b\x69\x70\xb6\xb7\x58\x83\x2f\xa0\xf5\xb7\x43\x37\xee\x27\x61\xd6\x89\x68\x3f\x6d\x3c\x98\xce\xd9\x4a\xed\x96\xe2\xee\xf2\x17\x40\x77\x66\x98\xe8\x0c\xc9\x35\x83\x73\x21\xa0\x70\x29\xd0\x43\x04\xec\xf0\x82\x9c\x20\x43\xf6\xc3\x34\x47\x1d\x1a\x49\xb5\x65\x56\xee\xaa\x9f\xe8\x86\x29\x3b\x1c\x2d\x34\x2d\x5b\xe0\x20\x8b\x0d\x66\x0d\xae\xaa\xed\x08\x49\x93\x93\x60\xe0\x17\x64\x4d\x84\xd4\x41\xda\x3d\xbb\xe3\x80\x67\xd8\x9c\xc4\xe6\xb6\xfb\xda\x1c\x74\xda\x22\x10\x81\xbc\x97\xbd\x01\xe2\xb7\xc1\xe8\x51\x4d\x00\x45\x86\x5b\x86\x37\xb4\x00\x1e\xe1\xaa\xe2\xe6\x26\xef\xc5\xd6\xac\x6c\xb4\x6e\xfd\x03\x5a\xf3\x3b\x72\x4b\x04\xec\xd1\xb3\x1a\x2e\xb6\x2e\x50\x58\xd1\x02\xc0\x3b\x68\xe6\x88\x08\x90\x08\x53\x0a\x29\x5d\x7e\xa4\x9d\x28\x26\x64\x1e\x01\x69\xab\xcb\x9c\x69\x18\xf2\xcb\x58\x2d\x38\x3d\x47\xdc\x46\xf7\x51\xa4\xaa\xf9\x02\xae\x4d\xa4\xe5\x58\x92\x6f\xea\xa6\x7a\xe4\x6d\x8e\xf3\x9c\x5c\x27\xc4\xd7\x08\x91\x25\x5d\xc2\xa5\x74\x65\x72\xdf\x13\x66\x0f\xb1\x1d\xc9\xd7\xee\x7e\x10\x28\x0f\x44\xab\xee\xad\xfb\x20\x59\x34\x17\x38\xd1\x37\x55\x34\x27\xf3\x0e\x40\xf3\x2f\xa2\xc2\x83\x23\xb3\x8e\xb4\x67\x61\x0f\x12\x72\x17\x2d\x7b\xe7\x18\x04\xb8\xe2\xcd\xea\x9a\x43\x70\x5e\x18\x83\xe3\xd7\x0d\xee\x96\x3f\xc2\x6c\x34\x75\x89\x01\xa0\xee\x24\x15\x0d\x02\xa0\xda\x03\x1b\xa1\xea\xcd\x3b\x0c\x98\x2f\x77\x0b\x1e\xf7\x4a\xd0\xab\x4a\xe6\x9d\x52\xd2\x35\x74\x8c\xed\x1f\x46\x32\x3c\x73\xc2\x6c\x02\x0e\x0c\x8d\x32\x7b\x82\xc7\xbe\x89\xf9\xe4\xae\xf6\x8f\xb2\xa3\xfd\xbe\xbb\xd9\xd1\x26\x71\xb0\xd1\x87\xde\xc9\xfe\x11\x76\xb1\x27\x77\xb0\x67\xee\xfa\x8d\x9e\x9e\x34\xbe\x6b\xfd\xfe\x3b\xd6\xdd\xe6\xf0\xb4\xb5\xc8\xdf\xad\x3e\x60\x71\x04\x6c\xf6\x4e\xf5\xc0\x7e\xf4\x98\x6b\xb3\xc7\x36\xf5\xf8\x66\xf4\x98\x8b\xb3\xcf\x16\xf5\x94\x71\x1c\xdd\x9a\x9e\xb1\x2d\x3d\x63\x4b\x7a\xc6\x76\xf4\x0f\x58\xff\xbe\xf3\xa3\xb1\x53\xde\x4e\x1d\xa9\xb8\xc0\x2b\x7f\xef\x8e\x6c\x16\x6d\x2d\xb3\x23\x96\x2c\xb0\xaf\x54\xc1\xcc\xb8\x43\x37\x2f\xb1\x5a\x9f\xb4\xe5\xce\x3b\xf7\xd0\x69\xc9\x76\xda\xdc\x35\xf5\xcb\x9c\xbb\x86\x00\x60\xd8\x34\x5d\x44\x6d\xeb\xd6\xd0\x5f\xff\xfe\xd9\xff\x0b\x00\x00\xff\xff\x31\x3e\x1b\xe8\x2d\xf5\x00\x00") func manifests00CustomResourceDefinitionYamlBytes() ([]byte, error) { return bindataRead( @@ -456,12 +456,12 @@ func manifests00CustomResourceDefinitionYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "manifests/00-custom-resource-definition.yaml", size: 62702, mode: os.FileMode(420), modTime: time.Unix(1, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9f, 0x62, 0x7d, 0x7f, 0xa5, 0xef, 0xe4, 0xbe, 0x72, 0x4f, 0xde, 0x22, 0x51, 0x37, 0xe2, 0xe, 0xf8, 0x2a, 0xa3, 0x88, 0xe5, 0x79, 0x60, 0x3, 0xa0, 0xa1, 0x0, 0xdc, 0x71, 0x1c, 0x8c, 0xa8}} + info := bindataFileInfo{name: "manifests/00-custom-resource-definition.yaml", size: 62765, mode: os.FileMode(420), modTime: time.Unix(1, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc, 0x8a, 0x5f, 0x55, 0x98, 0x8f, 0xb4, 0x40, 0x46, 0x43, 0x38, 0xc6, 0xfc, 0xa, 0x76, 0xac, 0xbc, 0x86, 0x86, 0x5a, 0x6b, 0x9e, 0x60, 0x22, 0xdd, 0x5c, 0x28, 0x4d, 0x2, 0x70, 0x11, 0x2b}} return a, nil } -var _manifests00IngressCredentialsRequestYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x92\x3d\x6b\xdc\x4c\x10\xc7\x7b\x7d\x8a\x45\xe5\x03\x2b\x3f\x26\x04\xc2\x76\xf6\x25\x38\x85\x0b\x73\x86\x04\xd2\x8d\x76\x47\xba\xc1\xab\x19\x65\x67\x74\x21\xf9\xf4\x41\x77\xb2\xec\xcb\x15\x21\x8d\x71\xe1\x6e\x77\xfe\xf3\x3e\x3f\x18\xe9\x0b\x16\x25\xe1\xe0\x62\x96\x29\xc5\x82\x09\xd9\x08\x72\x23\x23\xb2\xee\xa8\xb3\x86\xe4\x62\x7f\x59\x3d\x10\xa7\xe0\x36\xab\x83\x6e\xf1\xfb\x84\x6a\xd5\x80\x06\x09\x0c\x42\xe5\x5c\x86\x16\xb3\xce\x2f\xe7\xa2\xb0\x15\xc9\x19\x8b\x37\x91\xac\xcd\xc3\x07\x6d\x48\x82\xab\x2f\x9b\xff\xeb\xca\x39\x86\x01\x83\x5b\xeb\x78\xe2\xbe\xa0\xea\xa2\xe8\x08\xf1\x44\x3e\x34\xe8\x9f\x3a\xf4\x32\x62\x01\x93\x52\x39\x07\xcc\x62\x60\x24\xbc\x14\x27\x8e\x79\x4a\xd8\x14\xcc\x08\x8a\xa7\xd3\x50\x3b\x2c\xd9\x06\x60\xe8\x31\x05\x57\x5b\x99\xb0\xfe\x7b\xa8\x62\xee\x1e\xa3\xfc\x8e\xfa\x9d\x87\x3d\x50\x86\x96\x32\xd9\xcf\x35\x8f\x8e\x18\xe7\x46\x14\x63\x41\xdb\x62\x77\xec\xea\x38\xf1\x9f\x83\xe8\xaa\x9d\xcd\xbc\xac\xe4\xf9\xa8\x63\x91\x3d\x25\x2c\xf7\x4b\x09\xe7\xfe\xe5\x8a\xb3\xff\xf1\x92\x57\x5f\xef\xef\x9e\xa5\x3a\x28\x6a\x60\x38\x20\xdb\x27\xb6\x42\xb8\xec\xd2\x3b\xec\x3a\x8c\x16\xdc\x55\xce\xf2\xe3\x60\x73\x0e\xe2\xbc\xee\xb0\xfc\xbc\xc3\x0c\x6a\x14\xb3\x40\x6a\x21\x03\x47\xe2\x3e\x7c\x44\x8d\x85\x5a\xbc\x15\x48\xd7\x07\x2b\x16\x5d\x43\x8a\x4c\x86\xef\xdf\x85\x5b\x52\xfb\x2c\x6a\x98\xbe\x09\xe3\xb9\xbe\xd9\x01\xf7\xb8\x45\x95\xa9\x44\xdc\x62\x94\x92\xee\xd1\x9e\x1c\x0d\xfa\x70\x33\xef\xf9\xe8\xf1\x28\x94\xe5\x1f\x5c\xfd\x5f\x5d\x79\xef\xab\x57\x09\xbc\x87\x5f\x53\xc1\x37\xec\x5f\x06\xfb\x79\xd7\x67\xe0\x17\xc9\x78\x4d\x9c\x88\xfb\x15\xfa\xd9\x16\xdc\x66\x3e\x2a\xb5\xd3\xdc\xc5\xeb\x25\xa8\x8f\xe3\x1b\x3f\x2f\xc2\xcf\xcd\xe6\xee\x8c\x9e\x71\x0e\xec\x88\x31\x6d\x25\xe3\x09\x40\x7a\x91\x58\x1b\x48\x03\x71\xf5\x3b\x00\x00\xff\xff\x70\xdc\xf3\xf7\x6e\x07\x00\x00") +var _manifests00IngressCredentialsRequestYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x53\x4d\x6b\x1b\x31\x10\xbd\xef\xaf\x10\x3e\x16\xb4\x69\x28\x85\xa2\x5b\xe2\x96\xf4\x90\x43\x70\xa0\x85\xde\xc6\xd2\xf3\x7a\x88\x3c\xb3\x95\x66\x5d\xda\x5f\x5f\xd6\xde\x6c\x92\xfa\x50\x72\x4b\x20\x37\x69\xde\x7c\xbe\x79\x43\x3d\x7f\x43\xa9\xac\x12\x5c\xcc\x3a\xa4\x58\x90\x20\xc6\x94\x5b\xed\x21\x75\xcb\x1b\x6b\x59\xcf\xf6\xe7\xcd\x1d\x4b\x0a\x6e\x39\x3b\xd4\x15\x7e\x0e\xa8\xd6\xec\x60\x94\xc8\x28\x34\xce\x65\x5a\x23\xd7\xf1\xe5\x5c\x54\xb1\xa2\x39\xa3\x78\x53\xcd\xb5\xbd\xfb\x54\x5b\xd6\xe0\x16\xe7\xed\xfb\x45\xe3\x9c\xd0\x0e\xc1\xcd\x75\x3c\x4b\x57\x50\xeb\x84\xd4\x9e\xe2\x13\xf8\xd0\xa0\x7f\xe8\xd0\x6b\x8f\x42\xa6\xa5\x71\x8e\x44\xd4\xc8\x58\x65\x2a\xce\x12\xf3\x90\xd0\x16\x64\x50\xc5\xd3\x69\x78\xbd\x9b\xb2\xed\x48\xa8\x43\x0a\x6e\x61\x65\xc0\xe2\xff\xa1\x15\x79\x73\x1f\xe5\xb7\xdc\x6d\x3d\xed\x89\x33\xad\x39\xb3\xfd\x7e\x46\x1e\x96\x2e\xc3\x8b\x26\xf8\x84\x3d\xf2\x38\xcc\x1c\x5e\x7b\xc4\x71\x8e\x8a\x58\x60\x2b\x6c\x8e\x43\x1d\x09\xfb\x97\x87\x3a\x63\x27\x94\x4d\x8c\x3e\x66\xaa\x2f\xba\xe7\x84\x72\x3b\x95\x70\xee\x39\x22\x18\xfd\x8f\x42\xb8\xf8\x7e\x7b\xf3\x28\xd5\x01\xa9\x46\x86\x1d\xc4\xbe\x88\x15\xc6\xb4\x0a\xef\xb0\xd9\x20\x5a\x70\x17\x39\xeb\xaf\x83\xcd\x39\x8a\xe3\xb6\xc2\xf4\xf3\x0e\x99\xaa\x71\xcc\x4a\x69\x4d\x99\x24\xb2\x74\xe1\x33\x6a\x2c\xbc\xc6\xb5\x52\xba\x3c\x58\x51\xea\x1c\x52\x74\x30\x7c\xfc\x10\xae\xb9\xda\x57\xad\x86\xf4\x43\x05\xa7\xf8\x72\x4b\xd2\x61\x85\xaa\x43\x89\x58\x21\x6a\x49\xb7\xb0\x07\x47\xa3\x2e\x5c\x8d\x3c\x1f\x3d\xee\x81\x32\xfd\x83\x5b\xbc\x5b\x34\xde\xfb\xe6\x45\xde\x8b\xa7\x3f\x43\xc1\xdb\xd5\xbc\x8a\xab\x19\x57\x75\x72\x37\x45\x33\x2e\x59\x12\x4b\x37\xdf\xcc\x68\x0b\x6e\x39\x6a\x82\xd7\xc3\xd8\xc5\xcb\x15\x60\x17\xfb\x37\xf9\xbd\x06\xf9\x5d\x2d\x6f\x4e\xc4\xd7\x8f\x81\x1b\x16\xa4\x95\x66\x3c\xd1\x5f\x3d\x4b\x52\x5b\x4a\x3b\x96\xe6\x6f\x00\x00\x00\xff\xff\xe6\x43\x97\xee\x2b\x08\x00\x00") func manifests00IngressCredentialsRequestYamlBytes() ([]byte, error) { return bindataRead( @@ -476,12 +476,12 @@ func manifests00IngressCredentialsRequestYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "manifests/00-ingress-credentials-request.yaml", size: 1902, mode: os.FileMode(420), modTime: time.Unix(1, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9, 0x83, 0x35, 0x70, 0x30, 0xf7, 0x3c, 0x42, 0x7, 0xd5, 0x8a, 0x76, 0x1f, 0x78, 0xdf, 0x66, 0x45, 0x7e, 0x92, 0xb3, 0xe6, 0xe6, 0xa, 0x4b, 0x3c, 0x22, 0xd4, 0xd0, 0xf0, 0x11, 0x3b, 0xd0}} + info := bindataFileInfo{name: "manifests/00-ingress-credentials-request.yaml", size: 2091, mode: os.FileMode(420), modTime: time.Unix(1, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x98, 0xe6, 0x3b, 0x5a, 0xad, 0x44, 0x85, 0x7c, 0x7b, 0xa2, 0xc1, 0xbc, 0x39, 0xd1, 0x9f, 0xf2, 0x2c, 0x0, 0x97, 0xd2, 0x90, 0xba, 0x84, 0x78, 0x3d, 0x53, 0x1e, 0x3c, 0xa5, 0xa2, 0xd5, 0xda}} return a, nil } -var _manifests00NamespaceYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x90\xcd\x4e\xc5\x40\x08\x85\xf7\x7d\x0a\x72\x5d\x4f\x8d\xdb\x79\x07\xdd\x98\xb8\xa7\x33\xb4\xc5\x4b\xa1\x19\x68\x8d\x6f\x6f\x1a\xff\x7a\xe3\xc2\x25\x81\xef\xf0\xe5\x5c\x59\x6b\x86\x27\x5c\xc8\x57\x2c\xd4\xe1\xca\x2f\xd4\x9c\x4d\x33\xec\x0f\xdd\x42\x81\x15\x03\x73\x07\x80\xaa\x16\x18\x6c\xea\xc7\x08\xc0\x5a\x64\xab\xd4\x37\x12\x42\xa7\xde\x56\x52\x9f\x79\x8c\x9e\xed\x9e\x87\x25\x15\xb1\xad\xa6\x05\x15\x27\xaa\x19\x2e\xd1\x36\xba\xfc\x8f\x3a\xc9\xf8\x4d\xa5\x99\xa7\x39\xe1\x8e\x2c\x38\xb0\x70\xbc\xdf\xe4\xdc\x70\x6a\x95\x92\x93\x50\x09\x6b\x19\x2e\xc7\x89\xe0\x40\xf2\xe5\x7b\x07\x28\x62\x6f\xbf\x50\x5a\x4c\x39\xac\xb1\x4e\x10\x06\x62\x76\x85\xd1\x1a\x3c\x53\xdb\xb9\xd0\xe3\xe7\x16\x6c\x78\xa5\x12\x0e\xac\x10\x33\x3b\xe8\x4f\x5b\x7f\x14\x8a\x6c\x1e\xd4\x4e\xc1\x27\xdd\x83\xcb\xa7\xef\xac\x53\x23\xf7\x64\x2b\x35\x0c\x6b\xdd\x47\x00\x00\x00\xff\xff\x47\x1b\x19\x89\x8d\x01\x00\x00") +var _manifests00NamespaceYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x90\xbd\x4e\xc4\x30\x10\x84\xfb\x3c\xc5\xea\xa8\x7d\x88\x36\xef\x00\x0d\x12\xfd\xc6\x9e\x4b\x96\xdb\xec\x46\xf6\x26\x88\xb7\x47\xe1\xf7\x4e\x14\x88\xd2\xf2\xf7\x8d\x67\x7c\x16\x2b\x3d\x3d\xf0\x8c\xb6\x70\x46\xc7\x8b\x3c\xa1\x36\x71\xeb\x69\xbb\xeb\x66\x04\x17\x0e\xee\x3b\x22\x36\xf3\xe0\x10\xb7\xb6\x1f\x89\xc4\xb2\xae\x05\xc7\x0a\x05\x37\x1c\x7d\x81\xb5\x49\x4e\x71\x14\xbf\x95\x61\x4e\x59\x7d\x2d\x69\x66\xe3\x11\xa5\xa7\x43\xd4\x15\x87\xbf\xd5\x06\x3d\x7d\x59\x69\x92\x71\x4a\xbc\xb1\x28\x0f\xa2\x12\xaf\xff\xc8\x11\x1b\x15\xc9\xbc\x20\x15\x6c\x50\x5f\x50\xaf\xf4\x2b\xfc\x9d\x6b\x50\xe4\xf0\x1d\xdb\x11\xe5\x01\xfa\x39\xf7\x86\x58\xd5\x5f\x7e\xa4\x34\xbb\x49\x78\x15\x1b\x29\x9c\xd4\xfd\x4c\x27\xaf\xf4\x88\xba\x49\xc6\xfd\xc7\x2d\xf9\xf0\x8c\x1c\x8d\xc4\x28\x26\x69\x64\xdf\x9f\xfd\xab\x42\xd6\xb5\x05\xea\x45\xf0\x45\xdd\xdd\xeb\x2f\x5e\x17\x1b\x2b\x5a\x4b\xfb\x2a\x0e\xaf\xdd\x5b\x00\x00\x00\xff\xff\xf3\x6d\xcd\x4e\xcc\x01\x00\x00") func manifests00NamespaceYamlBytes() ([]byte, error) { return bindataRead( @@ -496,12 +496,12 @@ func manifests00NamespaceYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "manifests/00-namespace.yaml", size: 397, mode: os.FileMode(420), modTime: time.Unix(1, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x87, 0xe6, 0x21, 0xab, 0x9d, 0xc9, 0x7c, 0xf8, 0x52, 0xdb, 0x41, 0x98, 0x4c, 0xc7, 0x54, 0x37, 0x90, 0x33, 0x9f, 0x8e, 0x59, 0x81, 0xc2, 0xb8, 0xf8, 0x4a, 0x0, 0xbf, 0x50, 0x98, 0x9b, 0xc}} + info := bindataFileInfo{name: "manifests/00-namespace.yaml", size: 460, mode: os.FileMode(420), modTime: time.Unix(1, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb9, 0x9f, 0x94, 0x30, 0xaa, 0xa1, 0x68, 0x75, 0x90, 0xb6, 0xce, 0xbd, 0xa2, 0xc2, 0x38, 0x1f, 0x66, 0x20, 0xd8, 0xff, 0xe9, 0x64, 0xb, 0x66, 0x3f, 0x7d, 0xdc, 0x87, 0x6c, 0x1, 0x83, 0xaf}} return a, nil } -var _manifests0000_90_ingressOperator_00_prometheusroleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x4e\xbd\x6e\xf3\x30\x0c\xdc\xfd\x14\x44\x76\xf9\xc3\xb7\x05\x7a\x81\xee\x1d\xba\xd3\x12\x63\x11\x91\x45\x81\xa4\x5c\xb4\x4f\x5f\xd8\x49\xb3\x76\xe2\xdd\x81\xf7\x83\x9d\x3f\x48\x8d\xa5\x45\xd0\x05\xd3\x8c\xc3\x8b\x28\x7f\xa3\xb3\xb4\xf9\x7e\xb5\x99\xe5\xdf\xfe\x7f\xba\x73\xcb\x11\xde\xa5\xd2\xb4\x91\x63\x46\xc7\x38\x01\x34\xdc\x28\x42\x57\xd9\xc8\x0b\x0d\x0b\xf7\xab\x3d\x65\xeb\x98\x28\x82\x74\x6a\x56\xf8\xe6\x81\xdb\xaa\x64\x16\xa4\x93\xa2\x8b\x4e\x00\xd8\x9a\xf8\x59\x65\x47\x1a\x00\xb7\x54\x47\xa6\x59\xa9\x12\x1a\xcd\x2f\xf7\x31\x83\x97\x2d\xa4\x2a\x23\x87\x0d\x1b\xae\x94\x23\x5c\x5c\x07\x5d\xfe\xb6\x1a\xd5\xdb\xaf\x2b\x14\x5e\x4b\xc0\x1d\xb9\xe2\xc2\x95\xfd\xeb\x95\xa3\xa3\x92\xc5\x29\x00\x76\x7e\x53\x19\xfd\x9c\x15\xe0\x72\x54\x28\x99\x0c\x4d\xf4\xd4\x8c\x74\xe7\x44\x76\x12\x6a\xb9\x0b\x37\x7f\xb0\x2e\xf9\x00\x3b\xe9\xf2\x7c\x5e\xc9\xcf\x5b\xd9\x1e\xe0\x13\x3d\x95\xe9\x27\x00\x00\xff\xff\x00\x6b\x5f\xc4\x7f\x01\x00\x00") +var _manifests0000_90_ingressOperator_00_prometheusroleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x8f\xb1\x6e\xe3\x30\x10\x44\x7b\x7d\x05\xe1\x9e\x3a\x5c\x67\xe8\x07\xae\xbf\x22\xfd\x8a\x1c\x4b\x0b\x53\xbb\xc4\x2e\xa9\x20\xf9\xfa\x40\xb2\xe3\x36\x48\xc5\x99\x01\xdf\x90\x43\x95\xdf\x60\xce\x2a\x53\xb0\x99\xd2\x48\xbd\xad\x6a\xfc\x49\x8d\x55\xc6\xfb\xd5\x47\xd6\x3f\xfb\xdf\xe1\xce\x92\xa7\xf0\x5f\x0b\x86\x0d\x8d\x32\x35\x9a\x86\x10\x84\x36\x4c\xa1\x9a\x6e\x68\x2b\xba\xc7\xfb\xd5\x9f\xb1\x57\x4a\x98\x82\x56\x88\xaf\x7c\x6b\x91\x65\x31\xb8\x47\xad\x30\x6a\x6a\x43\x08\x24\xa2\xed\x7c\xca\x8f\xb6\x10\x58\x52\xe9\x19\xa3\xa1\x80\x1c\xe3\x8b\x3e\xbe\xc1\xf3\x16\x53\xd1\x9e\xe3\x46\x42\x0b\xf2\x14\x2e\xcd\x3a\x2e\x3f\xa3\x8e\x72\xfb\xa6\xe2\xca\xcb\x1a\x69\x27\x2e\x34\x73\xe1\xf6\xf1\x8b\x1e\x96\xa5\x20\x8a\x66\xc4\x8c\x1d\xe5\x18\xf3\xc2\xad\x17\xf8\x34\xc4\x40\x95\xff\x99\xf6\x7a\xae\x8a\xe1\x72\x34\x1b\x5c\xbb\x25\x3c\x33\x87\xed\x9c\xe0\xa7\x81\xe4\xaa\x2c\xed\xe1\xaa\xe6\x43\xec\xb0\xf9\x79\x79\x41\x3b\xcf\xc2\xfe\x10\xef\xd4\xd2\x3a\x7c\x05\x00\x00\xff\xff\xd4\x51\x0b\x8b\xbe\x01\x00\x00") func manifests0000_90_ingressOperator_00_prometheusroleYamlBytes() ([]byte, error) { return bindataRead( @@ -516,12 +516,12 @@ func manifests0000_90_ingressOperator_00_prometheusroleYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "manifests/0000_90_ingress-operator_00_prometheusrole.yaml", size: 383, mode: os.FileMode(420), modTime: time.Unix(1, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb5, 0x9, 0xcd, 0x8e, 0x86, 0xcf, 0xa1, 0x6, 0x9f, 0x89, 0x35, 0xcc, 0x29, 0xe3, 0x22, 0x71, 0xfc, 0x7b, 0xbd, 0x23, 0xd, 0x24, 0xb7, 0x9d, 0x2a, 0x6c, 0x7d, 0x61, 0x9f, 0xa9, 0xbc, 0x34}} + info := bindataFileInfo{name: "manifests/0000_90_ingress-operator_00_prometheusrole.yaml", size: 446, mode: os.FileMode(420), modTime: time.Unix(1, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x8e, 0x67, 0x17, 0x1c, 0x94, 0x5d, 0xc8, 0xab, 0xca, 0xc9, 0x7d, 0x84, 0x11, 0xc2, 0x9, 0xca, 0x66, 0x54, 0x72, 0x2b, 0xbf, 0x32, 0x26, 0x14, 0x99, 0x60, 0xe9, 0xfd, 0x6f, 0x53, 0x46, 0xe7}} return a, nil } -var _manifests0000_90_ingressOperator_01_prometheusrolebindingYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x91\xb1\x4e\x23\x41\x0c\x86\xfb\x7d\x0a\x2b\xfd\xec\xe9\xba\x68\xba\xbb\x86\x3e\x48\xf4\xde\x59\x67\xd7\x64\xd6\x1e\xd9\x9e\x48\xf0\xf4\x68\x51\x08\x15\x20\x5a\xcb\xdf\xef\x5f\x9f\xb1\xf1\x13\x99\xb3\x4a\x06\x9b\xb0\x8c\xd8\x63\x55\xe3\x57\x0c\x56\x19\x2f\x47\x1f\x59\xff\x5c\xff\x0e\x17\x96\x39\xc3\x49\x2b\xfd\x67\x99\x59\x96\x61\xa3\xc0\x19\x03\xf3\x00\x20\xb8\x51\x86\x66\xba\x51\xac\xd4\x3d\x5d\x8e\x7e\x1b\x7b\xc3\x42\x19\xb4\x91\xf8\xca\xe7\x48\x2c\x8b\x91\x7b\xd2\x46\x86\xa1\x36\x00\xa0\x88\xc6\xfb\x45\xdf\xd3\x00\x58\x4a\xed\x33\x8d\x46\x95\xd0\x69\xbc\xd3\x7b\x1b\x9e\xb6\x54\xaa\xf6\x39\x6d\x28\xb8\xd0\x9c\xe1\x10\xd6\xe9\xf0\x33\xea\x54\xcf\x1f\x54\x5a\x79\x59\x13\x5e\x91\x2b\x4e\x5c\x39\x5e\xee\x39\xa6\x95\x4e\x74\xde\xbb\x60\xe3\x07\xd3\xde\xbe\xd1\x33\x00\x7c\xda\xf9\x4a\x86\xf7\xe9\x99\x4a\x78\x1e\xd2\x6d\xfb\x91\xec\xca\x85\xfe\x95\xa2\x5d\xe2\x97\x12\x37\x15\x0e\xb5\xfd\x0f\x6f\x01\x00\x00\xff\xff\xfd\x9b\x36\xf6\xc3\x01\x00\x00") +var _manifests0000_90_ingressOperator_01_prometheusrolebindingYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x91\xb1\x6e\xf3\x30\x0c\x84\x77\x3f\x85\x90\x5d\xfe\xf1\x6f\x81\xb6\x76\xe9\x9e\x02\xdd\x69\xe9\x62\xb3\x91\x49\x41\xa2\x0c\xb4\x4f\x5f\xb8\x48\xd3\xa9\x2d\xb2\x12\xfc\x8e\xbc\x3b\x2a\xfc\x82\xda\x58\x25\xb8\x3a\x51\x1c\xa9\xdb\xa2\x95\xdf\xc9\x58\x65\xbc\x1c\xdb\xc8\xfa\x6f\xfb\x3f\x5c\x58\x52\x70\x27\xcd\x78\x64\x49\x2c\xf3\xb0\xc2\x28\x91\x51\x18\x9c\x13\x5a\x11\x5c\xa9\xba\xc2\x16\xf4\xe6\x2f\xc7\x76\x1d\xb7\x42\x11\xc1\x69\x81\xb4\x85\xcf\xe6\x59\xe6\x8a\xd6\xbc\x16\x54\x32\xad\x83\x73\x24\xa2\xf6\x79\xb1\xed\x6a\xce\xb1\xc4\xdc\x13\xc6\x8a\x0c\x6a\x18\x6f\xf4\xfe\x0d\x4f\xab\x8f\x59\x7b\xf2\x2b\x09\xcd\x48\xc1\x1d\xac\x76\x1c\xfe\x46\x1b\xf2\xf9\x8b\xf2\x0b\xcf\x8b\xa7\x8d\x38\xd3\xc4\x99\xed\xed\x0e\x1d\x96\x39\xc3\x8b\x26\xf8\x84\x0d\x79\x37\x73\xc3\xab\x66\x9c\x70\xde\xad\x50\xe1\xa7\xaa\xbd\xfc\x92\xee\xe0\xdc\x77\xb8\x3f\x65\xd9\xfa\xf4\x8a\x68\x2d\x0c\xfe\xba\xfd\x8c\xba\x71\xc4\x43\x8c\xda\xc5\xee\xec\x60\x55\x61\xd3\xba\xd7\xf8\x11\x00\x00\xff\xff\x60\xe1\x61\x52\x02\x02\x00\x00") func manifests0000_90_ingressOperator_01_prometheusrolebindingYamlBytes() ([]byte, error) { return bindataRead( @@ -536,12 +536,12 @@ func manifests0000_90_ingressOperator_01_prometheusrolebindingYaml() (*asset, er return nil, err } - info := bindataFileInfo{name: "manifests/0000_90_ingress-operator_01_prometheusrolebinding.yaml", size: 451, mode: os.FileMode(420), modTime: time.Unix(1, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x11, 0xff, 0x5b, 0x6a, 0x79, 0xbe, 0xd9, 0x56, 0x24, 0xa5, 0xe8, 0x5c, 0x62, 0x8b, 0xd9, 0x42, 0xa, 0x23, 0x7f, 0x9c, 0xd9, 0x66, 0x99, 0xd4, 0x35, 0xf6, 0x31, 0xb1, 0xd4, 0xb4, 0x6, 0x20}} + info := bindataFileInfo{name: "manifests/0000_90_ingress-operator_01_prometheusrolebinding.yaml", size: 514, mode: os.FileMode(420), modTime: time.Unix(1, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x89, 0x68, 0xff, 0x4f, 0x6e, 0xb5, 0x4, 0x58, 0x82, 0xc4, 0x69, 0xe3, 0xcb, 0xe6, 0x96, 0xf6, 0x18, 0x28, 0x2b, 0x43, 0x8, 0x7a, 0xde, 0xb9, 0xe, 0xa0, 0xb4, 0xca, 0x4f, 0x9e, 0xc8, 0xa1}} return a, nil } -var _manifests0000_90_ingressOperator_02_servicemonitorYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x92\x31\x8f\xd5\x40\x0c\x84\xfb\xf7\x2b\x56\xd7\x27\x01\xd1\xa5\x45\xa2\x02\x1a\x10\xbd\xe3\xcc\x25\xcb\xdb\xb5\x57\xb6\x13\x89\x7f\x8f\x92\xbc\x77\x15\x27\xda\xc9\xcc\xe4\xd3\x78\xa9\xe5\x5f\x30\xcf\x2a\x63\xaa\x2a\x39\xd4\xb2\x2c\x3d\xab\x41\xbd\x67\xad\xc3\xfe\xf1\x76\xcf\x32\x8f\xe9\x07\x6c\xcf\x8c\x6f\x97\xeb\x56\x11\x34\x53\xd0\x78\x4b\x49\xa8\x62\x4c\x59\x16\x83\x7b\xa7\x0d\x46\x87\xe5\xfa\xe0\x8d\x18\x63\xd2\x06\xf1\x35\xbf\x46\xf7\x0f\x1f\x89\x68\x50\x64\x15\x3f\xfa\x52\xca\xc2\x65\x9b\xd1\x1b\x0a\xc8\xd1\xbf\xa5\xfb\xac\x43\x9e\x6a\xc7\x45\xb7\xb9\xab\x24\xb4\x60\x1e\xd3\x4b\xd8\x86\x97\xff\x47\x1d\xe5\xf5\x99\xea\xd6\xbc\xac\x1d\xed\x94\x0b\x4d\xb9\xe4\xf8\xf3\xd6\xe3\x0d\x7c\x80\x40\xe6\xa6\x59\xe2\xa4\xea\xd2\x04\x32\xd8\x4f\xbd\x43\xbe\xe4\x82\x31\x0d\x3b\xd9\x60\x9b\x0c\x0e\x36\x84\x0f\xf7\x6d\x82\x09\x02\x7e\xfd\xed\x9c\x8c\x98\x75\x93\x18\xe2\x08\x3e\x18\x03\xb6\x53\x19\xd3\xa7\x0f\x7e\x2a\x4d\x2d\xc6\x54\x11\x96\xf9\x52\x9c\x57\x1c\xb3\xae\x11\xed\x52\xa2\xf8\x67\x95\xd7\xbc\x5c\x1b\xa5\xc4\xf4\xc0\x40\xf0\xd0\x4c\x2b\x62\xc5\xe6\x03\x9f\xae\x4a\xcd\x2f\x04\x59\x3a\x86\x85\x77\x4c\xdd\xb4\xc9\x5c\xf0\x44\xeb\x98\x7a\xb6\x78\xf4\x1d\x22\xec\xfb\x79\xcd\x07\x4a\xff\xfe\xdd\x7a\xdf\xf9\x96\xd2\x6f\x9d\xbe\xd2\x84\x32\x26\xd6\xda\x54\x20\x47\x9d\xa3\x80\x43\xed\x42\xad\x14\xbc\x9e\x2e\x7f\xb2\xbf\xf3\x66\xfe\x06\x00\x00\xff\xff\x3e\x1d\x13\xdb\x91\x02\x00\x00") +var _manifests0000_90_ingressOperator_02_servicemonitorYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x92\xb1\xae\xd5\x4c\x0c\x84\xfb\xf3\x14\xab\xdb\x6f\xf2\xff\xa2\x4b\x8b\x44\x05\x34\x20\x7a\xc7\x99\x9b\x2c\x67\x63\xaf\x6c\x27\x12\x6f\x8f\x92\x9c\x73\x2b\xae\x10\xed\xec\xcc\xe8\xf3\xda\xd4\xca\x0f\x98\x17\x95\x21\xad\x2a\x25\xd4\x8a\xcc\x1d\xab\x41\xbd\x63\x5d\xfb\xfd\xff\xdb\xbd\xc8\x34\xa4\x6f\xb0\xbd\x30\xbe\x5c\xae\xdb\x8a\xa0\x89\x82\x86\x5b\x4a\x42\x2b\x86\x54\x64\x36\xb8\x67\x6d\x30\x3a\x2c\xd7\x83\x37\x62\x0c\x49\x1b\xc4\x97\xf2\x1a\xf9\x0f\x3e\x12\xd1\xa0\x28\x2a\x7e\xf4\xa5\x54\x84\xeb\x36\xa1\x33\x54\x90\xa3\x7b\x4b\x77\x45\xfb\x32\xae\x99\xab\x6e\x53\x5e\x49\x68\xc6\x34\xa4\x97\xb0\x0d\x2f\x7f\x8f\x3a\xea\xeb\x33\x95\x97\x32\x2f\x99\x76\x2a\x95\xc6\x52\x4b\xfc\xfa\x87\x9e\x22\x73\x45\x16\x9d\x90\x27\xec\xa8\xc7\x30\x6f\x71\x6f\xe0\x63\x0e\xc8\xd4\xb4\x48\x9c\x43\xe5\x34\x82\x0c\xf6\x5d\xef\x90\x4f\xa5\x62\x48\xfd\x4e\xd6\xdb\x26\xbd\x83\x0d\xe1\xfd\x7d\x1b\x61\x82\x80\x5f\xb0\xe7\x8f\x13\xb3\x6e\x12\x7d\x1c\xc1\x07\x5a\xc0\x76\xaa\x43\xfa\xf0\x9f\x9f\x4a\x53\x8b\x21\xad\x08\x2b\x7c\x29\xce\x0b\x8e\xad\x2c\x11\xed\x52\xa2\xfa\x47\x95\xd7\x32\x5f\x5f\x9c\x12\xd3\x03\x03\xc1\x7d\x33\x5d\x11\x0b\x36\xef\xf9\x74\xad\xd4\xfc\x42\x90\x39\x33\x2c\x3c\x33\xe5\x71\x93\xa9\xe2\x89\x96\x99\x3a\xb6\x78\xf4\x1d\x22\xec\xeb\x79\x0c\x0f\x94\xee\xfd\xb5\x77\xbe\xf3\x2d\xa5\x9f\x3a\x7e\xa6\x11\x75\x48\xac\x6b\x53\x81\x1c\x75\x8e\x0a\x0e\xb5\x0b\x75\xa5\xe0\xe5\x74\xf9\x93\xfd\x9d\x93\xfb\x1d\x00\x00\xff\xff\x68\x04\xae\x7e\xd0\x02\x00\x00") func manifests0000_90_ingressOperator_02_servicemonitorYamlBytes() ([]byte, error) { return bindataRead( @@ -556,12 +556,12 @@ func manifests0000_90_ingressOperator_02_servicemonitorYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "manifests/0000_90_ingress-operator_02_servicemonitor.yaml", size: 657, mode: os.FileMode(420), modTime: time.Unix(1, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe2, 0xac, 0xee, 0x43, 0x40, 0xfb, 0x9, 0xe7, 0x91, 0xfe, 0x79, 0x58, 0xcc, 0xab, 0xd0, 0xc7, 0xb0, 0x7b, 0x19, 0xc3, 0x64, 0x2b, 0xf2, 0xc7, 0x19, 0xef, 0x78, 0xfa, 0xd, 0xba, 0xfe, 0xf4}} + info := bindataFileInfo{name: "manifests/0000_90_ingress-operator_02_servicemonitor.yaml", size: 720, mode: os.FileMode(420), modTime: time.Unix(1, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xbd, 0x4b, 0xff, 0x49, 0x38, 0x10, 0xe4, 0x67, 0xd6, 0xc6, 0xdd, 0xa4, 0x43, 0x7d, 0x5c, 0x40, 0x32, 0x5d, 0x7f, 0xdb, 0x15, 0xa3, 0xa7, 0xfc, 0x28, 0xd2, 0x7e, 0x6f, 0x35, 0x5a, 0x6e, 0x73}} return a, nil } -var _manifests0000_90_ingressOperator_03_prometheusrulesYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x90\xcf\x6a\x1c\x4d\x0c\xc4\xef\xfb\x14\x62\xf9\xae\x33\xfe\x7c\xc8\xa5\xc1\x87\x40\x08\x39\x1a\x1f\x72\x5d\xb4\x33\xb5\x33\x22\xdd\xad\x46\xad\xd9\xf5\x62\xfc\xee\x61\xfe\x78\x09\x71\x42\x48\x74\x6a\xa1\x92\xba\xea\xc7\x45\xbe\xc2\xaa\x68\x0e\x94\x34\x8b\xab\x49\x1e\xda\x4e\x0d\x5a\xdb\x4e\xd3\xdd\xf9\x7e\xf7\x4d\x72\x1f\xe8\xd1\x34\xc1\x47\x4c\xf5\x69\x8a\xd8\x25\x38\xf7\xec\x1c\x76\x44\x99\x13\x02\x49\x1e\x0c\xb5\x36\x5a\x60\xec\x6a\xdb\xa0\x16\xee\x10\x48\x0b\x72\x1d\xe5\xe4\xcd\x2f\x74\x91\x8f\x88\x75\x3e\x45\x64\x1a\x11\x88\x23\xcc\x1b\x9b\x22\xea\x8e\x88\x73\x56\x67\x17\xcd\x9b\x48\x72\x17\xa7\x1e\xad\x21\x82\x2b\xda\xdb\xf5\x56\xf4\x4e\x8e\xa9\xe9\xa2\x4e\x7d\x93\x38\xf3\x80\x3e\xd0\xde\x6d\xc2\xfe\xcf\xab\x15\xf1\xf4\xb6\xd5\x8c\x32\x8c\x0d\x9f\x59\x22\x1f\x25\x8a\x5f\x6f\x77\x6a\x41\x37\x1b\x19\x4c\xa7\xb2\x59\x6a\x36\x0c\xef\x82\xb6\x6f\x29\x96\x74\xf3\x3b\x6c\x4d\xb3\xc6\x0c\xf4\xe5\xe3\xa3\xe9\xf3\xf5\x09\x51\xb9\xff\xcc\x12\x37\x01\x11\x9e\x8b\x05\x72\xa4\x12\xd9\x71\x30\x9d\x1c\x76\xb0\x45\x78\x38\xb1\xc4\xc9\x40\x0f\x0f\x74\x7f\xdb\x38\xa9\x05\xfa\x90\x6e\xfd\x8f\x6c\xd7\xaa\x38\xc3\x96\x38\x17\xb6\x2c\x79\xb8\xcd\xde\x71\x5e\x2b\xa1\x56\x1e\x10\x68\xbf\x19\xa5\xd5\x40\x25\x36\xd0\xec\x42\xf2\x40\x9a\xe9\xe5\x85\xfe\x5b\xff\x6b\x8b\xf6\xf4\xfa\xda\xd2\xd3\xe2\x98\xa4\x52\x56\x27\xc3\x8c\xce\x67\xb9\xa1\x43\xf6\x78\xa5\xce\xc0\x8e\x9e\xd4\x28\x69\x2f\x27\x41\x4f\x4b\xce\xba\xff\x0d\xa7\x4f\x7a\xc9\x3f\x11\x1a\xb9\xcc\x93\xc3\x54\x66\x1a\xff\xff\x13\x8d\xce\xc4\xa5\xe3\xf8\xf7\x38\x12\xdc\xa4\x5b\x71\x18\x8a\xda\x92\xd0\x47\x76\xf2\x11\x6b\x9a\x85\x41\xaf\x97\xbc\xdf\x7d\x0f\x00\x00\xff\xff\xe7\x4e\x75\x8d\x76\x03\x00\x00") +var _manifests0000_90_ingressOperator_03_prometheusrulesYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x91\x3f\x6b\xdc\x40\x10\xc5\xfb\xfb\x14\xc3\x91\x56\x72\x5c\xa4\x11\xb8\x08\x84\x90\xd2\xb8\x48\x7b\x8c\xb5\xef\xa4\x21\xbb\x3b\xcb\xec\xe8\xce\x87\xf1\x77\x0f\xfa\xe3\x23\xc4\x09\xc1\xd9\x4a\xcb\xbc\x37\x7a\xef\xb7\x5c\xe4\x3b\xac\x8a\xe6\x8e\x92\x66\x71\x35\xc9\x43\xdb\xab\x41\x6b\xdb\x6b\xba\x39\xdd\xee\x7e\x48\x0e\x1d\xdd\x9b\x26\xf8\x88\xa9\x3e\x4c\x11\xbb\x04\xe7\xc0\xce\xdd\x8e\x28\x73\x42\x47\x92\x07\x43\xad\x8d\x16\x18\xbb\xda\x36\xa8\x85\x7b\x74\xa4\x05\xb9\x8e\x72\xf4\xe6\x0f\xba\xc8\x8f\x88\x75\x5e\x45\x64\x1a\xd1\x11\x47\x98\x37\x36\x45\xd4\x1d\x11\xe7\xac\xce\x2e\x9a\x37\x91\xe4\x3e\x4e\x01\xad\x21\x82\x2b\xda\xeb\xf6\x56\xf4\x46\x1e\x53\xd3\x47\x9d\x42\x93\x38\xf3\x80\xd0\xd1\xde\x6d\xc2\xfe\xdf\xd6\x8a\x78\x7c\x75\x35\xa3\x0c\x63\xc3\x27\x96\xc8\x8f\x12\xc5\x2f\xef\xd8\x23\x79\x88\x68\xb2\x06\x34\x01\x27\xc4\xb9\xec\xd5\x5e\x0b\xfa\xb9\xc7\x60\x3a\x95\xad\x51\xb3\x51\x7c\xc3\xa9\x7d\x85\xb0\xc0\x99\xbf\xbb\xed\xd2\xac\x94\x3a\xfa\xf6\xf9\xde\xf4\xe9\xf2\x80\xa8\x1c\xbe\xb2\xc4\x4d\x40\x84\xa7\x62\x1d\x39\x52\x89\xec\x38\x98\x4e\x0e\x3b\xd8\x22\x3c\x1c\x59\xe2\x64\xa0\xbb\x3b\xba\xbd\x3a\x8e\x6a\x1d\x7d\x4a\xd7\xfb\xaf\x4f\xb3\x9e\x8a\x13\x6c\xa1\x71\x66\xcb\x92\x87\xeb\xec\xcd\x33\xad\x27\xa1\x56\x1e\xd0\xd1\x7e\x0b\x4a\x6b\x80\x4a\x6c\xa0\x39\x85\xe4\x81\x34\xd3\xf3\x33\x7d\x58\xff\xd7\x16\x0d\xf4\xf2\xd2\xd2\xc3\x92\x98\xa4\x52\x56\x27\xc3\x8c\xce\x67\xb9\xa1\x47\xf6\x78\xa1\xde\xc0\x8e\x40\x6a\x94\x34\xc8\x51\x10\x68\xe9\x59\xf7\x7f\xe1\xf4\x45\xcf\xf9\x37\x42\x23\x97\x79\x72\x98\xca\x4c\xe3\xe3\x7f\xd1\xe8\x4d\x5c\x7a\x8e\xef\xc7\x91\xe0\x26\xfd\x8a\xc3\x50\xd4\x96\x86\x3e\xb2\x93\x8f\x58\xdb\x2c\x0c\x82\x9e\xf3\x7e\xf7\x33\x00\x00\xff\xff\x2a\x3f\xd3\xf7\xb5\x03\x00\x00") func manifests0000_90_ingressOperator_03_prometheusrulesYamlBytes() ([]byte, error) { return bindataRead( @@ -576,12 +576,12 @@ func manifests0000_90_ingressOperator_03_prometheusrulesYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "manifests/0000_90_ingress-operator_03_prometheusrules.yaml", size: 886, mode: os.FileMode(420), modTime: time.Unix(1, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x62, 0x9c, 0x1c, 0xdb, 0xd0, 0xe5, 0xf4, 0xa6, 0xf3, 0xc1, 0xa1, 0x19, 0xe3, 0x1f, 0xb6, 0xee, 0x57, 0x93, 0x60, 0xa2, 0x7e, 0xbb, 0x7f, 0x41, 0x37, 0x86, 0x43, 0x7b, 0x28, 0xcd, 0x7f, 0xe8}} + info := bindataFileInfo{name: "manifests/0000_90_ingress-operator_03_prometheusrules.yaml", size: 949, mode: os.FileMode(420), modTime: time.Unix(1, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc, 0x3f, 0x26, 0xdd, 0x1c, 0x1a, 0xe6, 0xa6, 0x3, 0x6e, 0x36, 0x99, 0x7d, 0x78, 0x7c, 0x43, 0x71, 0x1a, 0x24, 0x72, 0x8c, 0x20, 0x54, 0x4d, 0xb, 0xb7, 0xf6, 0x43, 0xcc, 0xa8, 0x5a, 0xcd}} return a, nil } -var _manifests01ClusterRoleBindingYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xd0\x31\x4f\xfb\x30\x10\x05\xf0\x3d\x9f\xe2\xd4\xff\xec\xfc\xc5\x86\xb2\x01\x03\x7b\x91\xd8\x2f\xf6\x35\x39\xea\xdc\x45\xbe\x73\x25\xf8\xf4\xc8\xb4\xcd\x02\x2a\xcc\xf6\x7b\xba\xf7\xfb\x07\x8f\x2c\xc9\xc0\x67\x02\x5d\xa9\xa0\x6b\x81\x98\xab\x39\x15\x28\x9a\x09\x5c\x81\xdd\xe0\x85\xca\x89\x23\xc1\x43\x8c\x5a\xc5\xfb\xee\xc8\x92\x06\x78\x3a\x7f\xdd\x6b\xa6\x56\xc4\x32\x75\xb8\xf2\x2b\x15\x63\x95\x01\xca\x88\xb1\xc7\xea\xb3\x16\xfe\x40\x67\x95\xfe\x78\x6f\x3d\xeb\xff\xd3\x5d\xb7\x90\x63\x42\xc7\xa1\x03\x10\x5c\x68\x68\x17\x88\xcd\x7c\xf0\xc0\x32\x15\x32\x0b\xd7\x9b\x3a\x00\x14\x51\xff\xea\xb0\x96\x00\x60\x89\xb9\x26\xea\x0b\x65\x42\xa3\x7e\x4b\xb7\x7e\x1e\x97\x10\xb3\xd6\x14\x16\x14\x9c\x28\x0d\xb0\xf3\x52\x69\xf7\x7b\xd4\x28\x1f\xae\xa9\x30\xf3\x34\x07\x3c\x21\x67\x1c\x39\xb3\xbf\x6f\x3d\x56\xc7\x37\x8a\x6e\x43\x17\xe0\x8c\x71\x31\xba\x10\x6d\xab\x7e\xd8\xd2\x1e\x6c\xc5\x78\x7b\x73\xf3\xdf\xd3\xa1\xad\xfd\xa6\xdd\x40\x56\x7e\x2e\x5a\xd7\x1b\xcc\x7f\x91\xfd\x0c\x00\x00\xff\xff\x6d\x03\x2c\xc4\x03\x02\x00\x00") +var _manifests01ClusterRoleBindingYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x91\xbd\x4e\xec\x30\x10\x85\xfb\x3c\xc5\x68\x6f\xed\x5c\xdd\xee\x2a\x1d\x50\xd0\x2f\x12\xfd\xc4\x9e\x4d\x86\x75\x66\x22\xcf\x38\x12\x3c\x3d\x32\xfb\xd3\x80\x16\xa8\xed\xef\xe8\xcc\x77\xfe\xc0\x3d\x4b\x32\xf0\x99\x40\x57\x2a\xe8\x5a\x20\xe6\x6a\x4e\x05\x8a\x66\x02\x57\x60\x37\x78\xa2\xb2\x71\x24\xb8\x8b\x51\xab\x78\xdf\x1d\x59\xd2\x00\x0f\xa7\xaf\x7b\xcd\xd4\x82\x58\xa6\x0e\x57\x7e\xa6\x62\xac\x32\x40\x19\x31\xf6\x58\x7d\xd6\xc2\x6f\xe8\xac\xd2\x1f\xff\x5b\xcf\xfa\x77\xfb\xd7\x2d\xe4\x98\xd0\x71\xe8\x00\x04\x17\x1a\x5a\x03\xb1\x99\x0f\x1e\x58\xa6\x42\x66\xe1\xd2\xa9\x03\x40\x11\xf5\x8f\x0c\x6b\x04\x00\x4b\xcc\x35\x51\x5f\x28\x13\x1a\xf5\x57\xba\xe5\xf3\xb8\x84\x98\xb5\xa6\xb0\xa0\xe0\x44\x69\x80\x9d\x97\x4a\xbb\xef\x51\xa3\x7c\xb8\x50\x61\xe6\x69\x0e\xb8\x21\x67\x1c\x39\xb3\xbf\xfe\x22\x87\x65\xca\x14\x44\x13\x85\x44\x1b\xe5\x76\xcc\x15\xb7\x3a\xbe\x50\x74\x1b\xba\x00\x27\x97\x67\xc5\x67\xc3\x57\x29\x5f\xa8\x68\x0f\xb6\x62\xbc\xad\xac\xcd\xb7\xa7\x43\x93\xf5\x69\xac\xe6\x73\xe5\xc7\xa2\x75\xbd\xb1\xd2\x4f\x86\x79\x0f\x00\x00\xff\xff\x73\x86\x17\xa7\x42\x02\x00\x00") func manifests01ClusterRoleBindingYamlBytes() ([]byte, error) { return bindataRead( @@ -596,12 +596,12 @@ func manifests01ClusterRoleBindingYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "manifests/01-cluster-role-binding.yaml", size: 515, mode: os.FileMode(420), modTime: time.Unix(1, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd9, 0x82, 0x94, 0xe1, 0x7b, 0x60, 0x9f, 0x71, 0xfc, 0x98, 0x2e, 0xc7, 0x3b, 0x66, 0x69, 0xa6, 0x85, 0xad, 0x85, 0x40, 0x98, 0x12, 0x63, 0x6, 0x67, 0xc, 0xf9, 0x27, 0xdb, 0xb1, 0xb8, 0x87}} + info := bindataFileInfo{name: "manifests/01-cluster-role-binding.yaml", size: 578, mode: os.FileMode(420), modTime: time.Unix(1, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x21, 0xa8, 0x1b, 0xcf, 0x90, 0x46, 0xd8, 0xa8, 0x3f, 0xbd, 0x3c, 0x91, 0xc6, 0xa1, 0xd8, 0xd5, 0xe2, 0x9e, 0x8, 0xa6, 0xe3, 0xe2, 0xab, 0x1, 0xb5, 0xb8, 0xb3, 0xd2, 0x9b, 0x4c, 0xa2, 0xa4}} return a, nil } -var _manifests01RoleBindingYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x91\xbd\x4e\x2c\x31\x0c\x85\xfb\x79\x0a\x6b\x6f\x9d\xb9\xa2\x43\xe9\xa0\xa1\x5f\x24\x7a\x4f\xe2\x9d\x31\x9b\xb1\x47\xb1\xb3\x12\x3c\x3d\x0a\xec\x2e\x0d\x3f\x05\x75\x72\xfc\xd9\xdf\xf9\x07\xf7\x2c\xd9\xc0\x17\x02\xdd\xa8\xa2\x6b\x85\xaa\x85\xc0\x15\xd8\x0d\x1e\xa9\x9e\x38\x11\xdc\xa5\xa4\x4d\x7c\x1c\x8e\x2c\x39\xc2\x5e\x0b\xf5\x24\xcb\x3c\xe0\xc6\x4f\x54\x8d\x55\x22\xd4\x09\xd3\x88\xcd\x17\xad\xfc\x8a\xce\x2a\xe3\xf1\xd6\x46\xd6\xff\xa7\x9b\x61\x25\xc7\x8c\x8e\x71\x00\x10\x5c\x29\x02\xcb\x5c\xc9\x2c\x5c\xd0\xe7\x07\xdb\x30\x51\xec\x0b\x89\x2d\x7c\xf0\xf0\xc5\x3f\x14\x51\x7f\x27\x58\x9f\x07\xc0\x92\x4a\xcb\x34\x56\x2a\x84\x46\xe3\x35\xdd\xe9\x3c\xad\x21\x15\x6d\x39\xac\x28\x38\x53\x8e\xb0\xf3\xda\x68\xf7\x7b\xd4\xa8\x1c\x2e\xa9\xb0\xf0\xbc\x04\x3c\x21\x17\x9c\xb8\xb0\xbf\x5c\xe7\x58\x9b\x9e\x29\xb9\xc5\x21\xc0\x87\xa3\xb3\xba\xb3\xb9\xbf\xdf\xdc\x6b\xd9\xd3\xa1\x5f\xfb\x59\x42\x37\xb1\xf1\x43\xd5\xb6\xfd\x60\xff\x7b\xf8\x5b\x00\x00\x00\xff\xff\xe7\xbd\x46\xff\x01\x02\x00\x00") +var _manifests01RoleBindingYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x91\x3f\x4f\xc4\x30\x0c\xc5\xf7\x7e\x0a\xeb\x98\x53\xc4\x86\xba\xc1\xc2\x7e\x48\xec\x6e\xe2\x6b\xcd\xa5\x76\x15\x3b\x95\xe0\xd3\xa3\xc0\xdd\xb1\xf0\x47\x88\x39\xf9\xbd\x97\xfc\xde\x15\xdc\xb3\x24\x03\x9f\x09\x74\xa5\x82\xae\x05\x8a\x66\x02\x57\x60\x37\x78\xa4\xb2\x71\x24\xb8\x8b\x51\xab\x78\xdf\x1d\x59\xd2\x00\x7b\xcd\xd4\x48\x96\xa9\xc3\x95\x9f\xa8\x18\xab\x0c\x50\x46\x8c\x3d\x56\x9f\xb5\xf0\x2b\x3a\xab\xf4\xc7\x5b\xeb\x59\xaf\xb7\x9b\x6e\x21\xc7\x84\x8e\x43\x07\x20\xb8\xd0\x00\x2c\x53\x21\xb3\x70\xae\x3e\x1d\xd8\x8a\x91\x86\xf6\x20\xb1\x99\x0f\x1e\xbe\xb8\x87\x22\xea\xef\x0d\xd6\xf2\x00\x58\x62\xae\x89\xfa\x42\x99\xd0\xa8\xbf\xd0\xad\x9d\xc7\x25\xc4\xac\x35\x85\x05\x05\x27\x4a\x03\xec\xbc\x54\xda\xfd\x8e\x1a\xe5\xc3\x99\x0a\x33\x4f\x73\xc0\x0d\x39\xe3\xc8\x99\xfd\xe5\x0f\x39\x2c\x53\xa6\x20\x9a\x28\x24\xda\x28\xb7\xcf\x5c\x70\xab\xe3\x33\x45\xb7\xa1\x0b\xf0\xa1\xf8\x64\xfe\x24\xfe\xff\xca\xda\xaa\x7b\x3a\x34\x59\x9f\x1b\x36\x91\x2b\x3f\x14\xad\xeb\x0f\xe3\x7d\x5f\xfe\x16\x00\x00\xff\xff\x18\x82\x75\xd8\x40\x02\x00\x00") func manifests01RoleBindingYamlBytes() ([]byte, error) { return bindataRead( @@ -616,12 +616,12 @@ func manifests01RoleBindingYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "manifests/01-role-binding.yaml", size: 513, mode: os.FileMode(420), modTime: time.Unix(1, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa1, 0x9d, 0xdf, 0xb6, 0x3d, 0x7a, 0x74, 0x8c, 0x0, 0x31, 0xe1, 0x29, 0xe6, 0xd6, 0x79, 0xe9, 0xd, 0x59, 0x91, 0xc, 0x11, 0x77, 0xbf, 0xe2, 0x92, 0xe4, 0xcc, 0x27, 0x26, 0xa2, 0x7f, 0x40}} + info := bindataFileInfo{name: "manifests/01-role-binding.yaml", size: 576, mode: os.FileMode(420), modTime: time.Unix(1, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xba, 0x3f, 0x67, 0xd3, 0xa3, 0xa6, 0x1d, 0x74, 0x2b, 0x8, 0xb1, 0x78, 0x91, 0xb8, 0x9a, 0xe1, 0xdb, 0x70, 0x2f, 0xff, 0x25, 0xcb, 0x5b, 0xe8, 0xb8, 0x7c, 0x64, 0xee, 0x4, 0x7a, 0x13, 0xa7}} return a, nil } -var _manifests01RoleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x91\x41\x6f\x83\x30\x0c\x85\xef\xfc\x0a\x8b\xdd\x26\x85\x69\xb7\x89\x3f\xb0\xfb\x0e\xbb\x9b\xc4\x80\xd5\x24\x8e\x9c\x04\xa9\xfb\xf5\x13\xb4\xa0\xae\x9d\xd4\x1b\xc6\xef\x7d\xef\x25\x79\x81\x2f\xf1\x04\xa3\x28\x94\x99\x40\x12\x29\x16\x51\xe0\x92\xc9\x8f\x5d\x73\xe2\xe8\xfa\x4d\xd3\x60\xe2\x6f\xd2\xcc\x12\x7b\xd0\x01\x6d\x87\xb5\xcc\xa2\xfc\x83\x85\x25\x76\xa7\x8f\xdc\xb1\xbc\x2d\xef\x4d\xa0\x82\x0e\x0b\xf6\x0d\x40\xc4\x40\x3d\x70\x9c\x94\x72\x36\x3b\xfe\xba\xc8\x09\x2d\xf5\x6b\x68\xcc\x33\x8f\xc5\xfc\xa3\xc3\x18\xa5\x6c\x09\x79\xe5\x01\x70\xb4\xbe\x3a\xea\x94\x3c\x61\xa6\xee\x70\xaf\xe9\x3c\x04\x63\xbd\x54\x67\x02\x46\x9c\xc8\xf5\xd0\x16\xad\xd4\x3e\xb7\xae\xe7\xdd\x5d\x66\xe6\x69\x36\xb8\x20\x7b\x1c\xd8\x73\x39\x1f\x1c\xad\x9e\x72\xdf\x18\xc0\xc4\x9f\x2a\x35\x6d\xb5\xcc\x71\x73\x7f\xa0\x0d\x80\x52\x96\xaa\x96\xae\xb2\xf6\x75\xad\xb2\x90\x0e\x37\x3f\x1e\x69\x6d\xfb\x68\x4d\xe2\xf2\xf6\x91\x49\x17\xb6\x74\x19\x28\xba\x24\x1c\xcb\x65\x4a\xeb\x03\xe5\x42\xb1\x2c\xe2\x6b\x20\xeb\x91\xc3\x55\xb8\xd0\xae\xb2\x12\x47\x9e\x02\xa6\x9d\x67\x95\xb6\xd5\xd3\x5e\x98\x36\xcf\x5d\x33\x47\xc9\xcb\x39\x1c\xfc\x9b\x82\x77\xc4\xdf\x00\x00\x00\xff\xff\x5b\x4c\xbb\x97\x6f\x02\x00\x00") +var _manifests01RoleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x91\x31\x6e\xf3\x30\x0c\x85\x77\x9f\x42\xf0\xbf\xfd\x80\x5c\x74\x2b\x7c\x81\xee\x1d\xba\xd3\x12\x6d\x13\x91\x48\x81\x92\x0c\xa4\xa7\x2f\xec\xc4\x46\x9a\x14\x08\xba\x89\xe2\x7b\x1f\x1f\xa5\x7f\xe6\x43\x02\x9a\x51\xd4\x94\x19\x8d\x24\x54\x28\xa2\x86\x4a\xc6\x30\x76\xcd\x89\xd8\xf7\x9b\xa6\x81\x44\x9f\xa8\x99\x84\x7b\xa3\x03\xb8\x0e\x6a\x99\x45\xe9\x0b\x0a\x09\x77\xa7\xb7\xdc\x91\xbc\x2c\xaf\x4d\xc4\x02\x1e\x0a\xf4\x8d\x31\x0c\x11\x7b\x43\x3c\x29\xe6\x6c\x77\xfc\xb5\x91\x13\x38\xec\xd7\xa1\x9c\x67\x1a\x8b\xfd\x45\x07\xcc\x52\xb6\x09\x79\xe5\x19\x43\xec\x42\xf5\xd8\x29\x06\x84\x8c\xdd\xe1\x5e\xa7\xd3\x10\xad\x0b\x52\xbd\x8d\xc0\x30\xa1\xef\x4d\x5b\xb4\x62\xfb\xdc\xba\xee\xbb\xbb\xec\x4c\xd3\x6c\x61\x01\x0a\x30\x50\xa0\x72\xfe\x03\x87\x78\x0a\x68\x59\x3c\x5a\x8f\x0b\x86\x75\x99\xc3\xae\x35\x60\xee\x1b\x6b\x20\xd1\xbb\x4a\x4d\xdb\x56\xf6\x78\xf8\x1f\xac\xc6\x18\xc5\x2c\x55\x1d\x5e\x65\xed\xff\x35\xc1\x82\x3a\xdc\x5c\x3c\xd2\xda\xf6\xd1\x9a\xc4\xe7\xed\x90\x51\x17\x72\x78\x29\x90\x7d\x12\xe2\x72\xa9\xd2\xfa\xbf\xb9\x20\x97\x45\x42\x8d\xe8\x02\x50\xbc\x0a\x17\xdc\x55\x4e\x78\xa4\x29\x42\xda\x79\x4e\x71\x6b\x3d\xcd\x05\x69\xf3\xdc\x25\xf3\x98\x82\x9c\xe3\xc1\xbf\x09\x78\x47\xfc\x0e\x00\x00\xff\xff\x26\xc1\x89\x3d\xae\x02\x00\x00") func manifests01RoleYamlBytes() ([]byte, error) { return bindataRead( @@ -636,12 +636,12 @@ func manifests01RoleYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "manifests/01-role.yaml", size: 623, mode: os.FileMode(420), modTime: time.Unix(1, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x47, 0x79, 0xfa, 0xa8, 0x4d, 0xf1, 0x51, 0xa2, 0x29, 0xa3, 0xab, 0x3c, 0xed, 0x23, 0xa6, 0xb4, 0x61, 0x62, 0xf4, 0x70, 0xcd, 0xc3, 0xd0, 0x14, 0x16, 0x3d, 0xd0, 0xb2, 0x1, 0x85, 0xf6, 0xac}} + info := bindataFileInfo{name: "manifests/01-role.yaml", size: 686, mode: os.FileMode(420), modTime: time.Unix(1, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9e, 0x14, 0xc, 0x8e, 0x2f, 0xa3, 0xc, 0x29, 0xb8, 0x31, 0x15, 0xe7, 0x7f, 0xae, 0x5e, 0x80, 0xad, 0x61, 0x94, 0x14, 0xb1, 0x13, 0x85, 0x79, 0x8a, 0x5d, 0x44, 0x29, 0x1e, 0x7c, 0x49, 0xd}} return a, nil } -var _manifests01ServiceAccountYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x90\xb1\x6e\xc3\x30\x0c\x44\x77\x7f\x05\x91\xcc\x72\xd1\x55\x5b\xc7\xce\x05\xba\x33\xd2\xc5\x26\x2a\x4b\x2e\x49\x19\xe8\xdf\x17\x0a\x92\x4c\x05\x3a\xf3\xde\xbb\x03\xcf\xf4\x96\x52\xeb\xd5\xe9\xda\x94\x7c\x05\xb5\x1d\xca\xde\x94\xc4\x0d\xe5\x3a\xd3\xbb\x93\xad\xad\x97\x4c\x8a\xef\x2e\x0a\xaa\xbc\xc1\x76\x4e\x20\x4b\x6d\x47\x9e\xce\xb4\x43\x37\x31\x93\x56\x6d\x9e\xbe\xa4\xe6\x48\x1f\xd0\x43\x12\xee\xfe\x89\x77\xf9\x84\x8e\x44\xa4\xe3\x75\xda\xe0\x9c\xd9\x39\x4e\x74\xf3\x45\x92\xba\x28\xcc\xc2\x63\xc0\xfd\x70\x2b\x8a\x63\x56\xb5\x55\xae\x1e\xfe\xc8\x71\xad\xcd\xd9\x47\xfb\xf0\x11\x49\x4d\xa5\x67\xcc\x8a\x02\x36\xcc\x4f\x7a\x96\xf6\x22\x97\x2d\xa4\xd2\x7a\x0e\x1b\x57\x5e\x90\x23\x9d\x5c\x3b\x4e\xff\xa3\xe3\x23\x0f\x2a\xac\xb2\xac\x81\x0f\x96\xc2\x17\x29\xe2\x3f\x4f\xcf\x6f\x00\x00\x00\xff\xff\x3a\xe2\x73\x63\x56\x01\x00\x00") +var _manifests01ServiceAccountYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x90\xb1\x6e\xf3\x30\x0c\x84\x77\x3f\x05\x91\xcc\xf2\x8f\x7f\xd5\xd6\xb1\x73\x81\xee\x8c\x74\xb1\x89\xca\x94\x2b\x52\x06\xfa\xf6\x85\x82\x24\x53\x81\xa2\xb3\xee\xfb\xee\xc4\x33\xbd\xa4\x54\xbb\x3a\x5d\x6b\x23\x5f\x41\x75\x47\x63\xaf\x8d\xc4\x0d\xe5\x3a\xd3\xab\x93\xad\xb5\x97\x4c\x0d\x9f\x5d\x1a\x48\x79\x83\xed\x9c\x40\x96\xea\x8e\x3c\x9d\x69\x47\xdb\xc4\x4c\xaa\xda\x3c\x7d\x88\xe6\x48\x6f\x68\x87\x24\xdc\xfd\x13\xef\xf2\x8e\x36\x12\x91\x8e\xff\xd3\x06\xe7\xcc\xce\x71\xa2\x9b\x2f\x92\xe8\xd2\x60\x16\x1e\x03\xee\x0f\xb7\xa2\x38\x66\xa9\xad\x72\xf5\xf0\x43\x8e\x55\xab\xb3\x8f\xf6\xe1\x23\x12\x4d\xa5\x67\xcc\x0d\x05\x6c\x98\x9f\xf4\x2c\xf5\x9f\x5c\xb6\x90\x4a\xed\x39\x6c\xac\xbc\x20\x47\x3a\x79\xeb\x38\xfd\x8e\x8e\x8b\x3c\xa8\xb0\xca\xb2\x06\x3e\x58\x0a\x5f\xa4\x88\x7f\xfd\xc1\x23\xba\x14\x04\xad\x19\x21\xe3\x40\x19\x9f\x79\xe2\xdf\x01\x00\x00\xff\xff\xea\x53\x09\xdb\x95\x01\x00\x00") func manifests01ServiceAccountYamlBytes() ([]byte, error) { return bindataRead( @@ -656,12 +656,12 @@ func manifests01ServiceAccountYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "manifests/01-service-account.yaml", size: 342, mode: os.FileMode(420), modTime: time.Unix(1, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe3, 0x73, 0x6d, 0xcc, 0xfb, 0xfd, 0x1e, 0x1, 0x1, 0xd5, 0x41, 0x5e, 0x8b, 0xd4, 0x70, 0x22, 0x6c, 0x60, 0xe9, 0x84, 0xf9, 0x14, 0x56, 0x3e, 0x9d, 0xa3, 0xc3, 0xab, 0xdb, 0x95, 0xf3, 0x4c}} + info := bindataFileInfo{name: "manifests/01-service-account.yaml", size: 405, mode: os.FileMode(420), modTime: time.Unix(1, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xad, 0xd6, 0xa0, 0x7, 0xbe, 0xef, 0xb7, 0x45, 0x50, 0xfc, 0x8f, 0xe6, 0xd0, 0xb0, 0x87, 0xc1, 0x3c, 0x81, 0xfc, 0xc0, 0x9e, 0x1b, 0x9b, 0xf4, 0x4a, 0x3c, 0xb2, 0xd5, 0x23, 0x93, 0x1, 0xdd}} return a, nil } -var _manifests01ServiceYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x8f\xbd\x6e\xc3\x30\x0c\x84\x77\x3f\x05\x91\x5d\x2e\x8a\x4c\xd1\xda\xa9\x5b\x80\x02\xdd\x69\xf9\xe2\x10\x95\x25\x81\xa4\x0d\xe4\xed\x8b\xfc\xb5\x68\x33\x64\x3c\x9d\xbe\x8f\x24\x37\xf9\x84\x9a\xd4\x12\x69\x7d\xed\xbe\xa4\x8c\x91\x3e\xa0\xab\x24\x74\x33\x9c\x47\x76\x8e\x1d\x11\x97\x52\x9d\x5d\x6a\xb1\x73\x24\x92\x92\xf2\x32\xa2\x57\x64\xb0\xa1\xaf\x0d\xc5\x8e\x72\xf0\x5e\xea\x8b\x0c\x73\x48\xb9\x2e\x63\x98\xb9\xf0\x84\x31\xd2\xc6\x75\xc1\xe6\x39\x6a\xc8\x87\x3b\x15\x8e\x32\x1d\x03\xaf\x2c\x99\x07\xc9\xe2\xa7\x3f\x1e\xbb\xee\xd9\x0f\x70\xfe\x2f\xd1\x55\xca\x14\x12\xd4\x83\x21\x29\x3c\x14\x9e\x11\x69\x86\xab\x24\x0b\x9e\xad\x23\xca\x3c\x20\xdf\x0e\xba\xf6\x52\x26\x85\x59\xa8\x0d\xca\x5e\xb5\xbb\x17\x37\xf0\x96\xad\x71\x42\xa4\x9f\xa1\xe1\x81\xb3\x86\x74\x16\xb7\xaa\x7e\x99\x10\x1e\x44\xd7\x32\xd2\x6e\xbb\xdb\x5e\xa2\xb3\x4e\xf0\xfd\xe5\xf1\xf7\x9b\x21\x23\x79\xd5\x27\x6b\xfa\xa9\x21\xd2\x5b\x5e\xcc\xa1\xef\xfb\xee\x3b\x00\x00\xff\xff\xa8\xbd\xf5\x18\xdb\x01\x00\x00") +var _manifests01ServiceYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x90\xbf\x6a\x33\x31\x10\xc4\xfb\x7b\x0a\xe1\x5e\xf7\xf1\xe1\xca\x6a\x53\xa5\x33\x04\xd2\xef\xe9\xc6\xe7\x25\xba\x95\xd8\xdd\x3b\xf0\xdb\x07\xff\x4b\x48\x5c\x98\x94\xa3\xd1\x6f\x66\x24\x6a\xfc\x0e\x35\xae\x92\xc2\xfa\xbf\xfb\x60\x19\x53\x78\x83\xae\x9c\xd1\xcd\x70\x1a\xc9\x29\x75\x21\x90\x48\x75\x72\xae\x62\x67\x19\x02\x4b\x2e\xcb\x88\x5e\x51\x40\x86\xbe\x36\x88\x1d\xf9\xe0\x3d\xd7\x7f\x3c\xcc\x31\x97\xba\x8c\x71\x26\xa1\x09\x63\x0a\x1b\xd7\x05\x9b\xe7\xa8\xa1\x1c\xee\x54\x3c\xf2\x74\x8c\xb4\x12\x17\x1a\xb8\xb0\x9f\xfe\x90\xc3\x32\x15\x44\xa9\x23\xe2\x88\x15\xa5\x36\xe8\x0f\xdc\xae\xcf\xec\x07\x38\xfd\xde\xa0\x2b\xcb\x14\x33\xd4\xa3\x21\x2b\x3c\x0a\xcd\x48\x61\x86\x2b\x67\x8b\x5e\xac\x0b\xa1\xd0\x80\x72\xfb\x8f\xab\xcf\x32\x29\xcc\xe2\xb9\x8c\xbc\x6a\x77\x37\x6e\xe0\x4d\x5b\xa3\x8c\x14\xbe\x4a\xe3\x03\x67\x0d\xf9\x1c\xdc\xaa\xfa\xa5\x21\x3e\x04\x5d\xcd\x14\x76\xdb\xdd\xf6\x22\x9d\x74\x82\xef\x2f\x87\xdf\xd7\x0c\x05\xd9\xab\x3e\x99\xe9\xa7\x86\x14\x5e\xca\x62\x0e\x7d\xdd\x77\x9f\x01\x00\x00\xff\xff\x4b\xbb\xe1\xcf\x1a\x02\x00\x00") func manifests01ServiceYamlBytes() ([]byte, error) { return bindataRead( @@ -676,12 +676,12 @@ func manifests01ServiceYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "manifests/01-service.yaml", size: 475, mode: os.FileMode(420), modTime: time.Unix(1, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4b, 0x1b, 0xd7, 0x65, 0x40, 0xac, 0x88, 0xdd, 0xa7, 0xa8, 0x32, 0x9e, 0x15, 0x3e, 0xa9, 0x3b, 0x75, 0xfe, 0x44, 0x70, 0x30, 0xf6, 0xde, 0x3, 0xf7, 0xd5, 0x6a, 0x18, 0xd6, 0x1c, 0x56, 0xd7}} + info := bindataFileInfo{name: "manifests/01-service.yaml", size: 538, mode: os.FileMode(420), modTime: time.Unix(1, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x49, 0x8b, 0xe8, 0x44, 0xe2, 0x76, 0xc5, 0x6d, 0x14, 0xb1, 0x10, 0xc6, 0x1, 0xe4, 0x85, 0x56, 0x8b, 0xa0, 0x49, 0x8c, 0x1b, 0xbc, 0x2d, 0x77, 0xc7, 0xc, 0x44, 0x4d, 0xf8, 0xa2, 0x6d, 0x5}} return a, nil } -var _manifests01TrustedCaConfigmapYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x91\xbd\x4e\xc4\x30\x10\x84\xfb\x3c\xc5\xea\xae\x76\x10\x6d\x5a\x6a\x3a\x44\xbf\xb1\x27\xc9\x72\xce\xda\xf2\x6e\x0e\xf1\xf6\xe8\xfe\xe0\x40\x48\x94\x1e\xcf\x8c\x46\xdf\xee\xe9\x65\x01\x29\xfc\xbd\xb4\x03\x95\x8a\xc6\x5e\x1a\x89\x51\x83\xd5\xa2\x26\x63\x06\x4d\x27\x49\xdf\x10\x5d\x74\xee\xf6\xe4\x0b\xc8\xdb\x66\x8e\x44\x91\x69\xdc\x34\x65\x90\xa8\x17\xf2\x45\x8c\x62\xd1\x49\xe6\x95\x6b\xdf\x71\x95\x57\x34\x93\xa2\x03\x1d\x1f\xbb\x83\x68\x1a\xe8\xe9\xfc\xff\xcc\xb5\x5b\xe1\x9c\xd8\x79\xe8\x88\x58\xb5\x38\xbb\x14\xb5\xd3\x93\x48\x34\xe6\x2d\xa1\x6f\xc8\x60\x43\x5f\x2a\xd4\x16\x99\xbc\x97\xf2\x20\xe3\x1a\x62\x2e\x5b\x0a\x2b\x2b\xcf\x48\x03\xed\xbc\x6d\xd8\xfd\x1f\x35\xe4\xe9\x96\x0a\x8b\xcc\x4b\xe0\x23\x4b\xe6\x51\xb2\xf8\xc7\x8f\x9e\x3f\xf3\xb1\x81\x1d\xa1\x68\xbe\x37\x67\x1e\x91\xaf\xcb\x2f\x00\x7e\x0d\x3e\x03\x0c\x57\x6e\x21\xf2\x05\xdb\x5d\x83\xf2\x8a\x81\xbe\x0d\x57\xc9\x2a\x47\x0c\xf4\x55\x16\x44\xe7\x06\xb3\x70\x3b\x57\xf7\x19\x00\x00\xff\xff\xe0\xaa\xd0\xc5\xc6\x01\x00\x00") +var _manifests01TrustedCaConfigmapYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x91\xbd\x4e\xec\x30\x10\x85\xfb\x3c\xc5\x68\xb7\x76\xae\x6e\x9b\x96\x9a\x0e\xd1\x4f\xec\x93\x64\x58\x67\xc6\xb2\x27\x8b\x78\x7b\xb4\x7f\xb0\x20\x24\x44\xe9\xb1\xbf\x63\x9d\x6f\xf6\xf4\xb4\x80\x14\xfe\x6a\xf5\x40\x56\x50\xd9\xad\x92\x34\xaa\x68\xc5\xb4\xc9\x98\x41\xd3\x69\xa4\x2f\x88\x2e\x3a\x77\x7b\xf2\x05\xe4\x75\x6b\x8e\x44\x91\x69\xdc\x34\x65\x90\xa8\x1b\xf9\x22\x8d\xa2\xe9\x24\xf3\xca\xa5\xef\xb8\xc8\x33\x6a\x13\xd3\x81\x8e\xff\xbb\x83\x68\x1a\xe8\xe1\x7c\xff\xc8\xa5\x5b\xe1\x9c\xd8\x79\xe8\x88\x58\xd5\x9c\x5d\x4c\xdb\xe9\x48\x24\x1a\xf3\x96\xd0\x57\x64\x70\x43\x6f\x05\xda\x16\x99\xbc\x17\xfb\x27\xe3\x1a\x62\xb6\x2d\x85\x95\x95\x67\xa4\x81\x76\x5e\x37\xec\x7e\x47\x1b\xf2\x74\xa3\xc2\x22\xf3\x12\xf8\xc8\x92\x79\x94\x2c\xfe\xf6\x87\x1c\xd1\x39\x23\xa8\x25\x84\x84\x23\xf2\xc9\xdf\x17\xfc\x47\x2c\x56\xb0\x23\x98\xe6\xfb\xbf\x32\x8f\xc8\xd7\xe2\x17\x7f\xdf\xfa\x9e\xfd\x87\xab\xf6\x10\xf9\x62\xfd\x2e\x41\x79\xc5\x40\x9f\x0f\xae\xa3\x56\x38\x62\xa0\x8f\xb0\x20\x3a\x57\xb4\x16\x6e\xdb\xee\xde\x03\x00\x00\xff\xff\x4b\xe9\x81\x95\x05\x02\x00\x00") func manifests01TrustedCaConfigmapYamlBytes() ([]byte, error) { return bindataRead( @@ -696,12 +696,12 @@ func manifests01TrustedCaConfigmapYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "manifests/01-trusted-ca-configmap.yaml", size: 454, mode: os.FileMode(420), modTime: time.Unix(1, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7e, 0xbf, 0x99, 0xeb, 0x87, 0x90, 0x78, 0xc0, 0xdb, 0xf2, 0x95, 0x83, 0x3c, 0x31, 0xb0, 0x73, 0x6f, 0x23, 0x65, 0xc1, 0xf6, 0x1e, 0xf1, 0xce, 0x51, 0x72, 0xf2, 0xca, 0x3d, 0xac, 0x6d, 0x26}} + info := bindataFileInfo{name: "manifests/01-trusted-ca-configmap.yaml", size: 517, mode: os.FileMode(420), modTime: time.Unix(1, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9, 0x48, 0x3c, 0xcc, 0x93, 0xb2, 0xfb, 0xe6, 0xf2, 0xa0, 0xf1, 0xa6, 0x13, 0x30, 0x9e, 0xcf, 0xda, 0xd5, 0xbf, 0xa7, 0x4f, 0xff, 0x2, 0x53, 0x8a, 0x30, 0x75, 0xbe, 0x74, 0xa4, 0x8b, 0x9b}} return a, nil } -var _manifests02DeploymentYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x57\x4d\x6f\xe3\x36\x10\xbd\xe7\x57\x0c\xdc\x1e\x5a\x60\x69\x39\xd9\xed\xb6\x2b\x20\x07\xd7\xf1\x6e\x02\xc4\x49\x10\x07\x1b\xf4\x64\x8c\xa9\xb1\xc5\x9a\x22\xb5\xe4\xd0\x8d\xfe\x7d\x41\xf9\x5b\x56\x9c\x1c\x5a\x9f\x12\xf2\xbd\x37\xc3\xe1\xf0\x91\xc2\x52\x7d\x27\xe7\x95\x35\x29\x60\x59\xfa\x64\x79\x7e\xb6\x50\x26\x4b\xe1\x8a\x4a\x6d\xab\x82\x0c\x9f\x15\xc4\x98\x21\x63\x7a\x06\x60\xb0\xa0\x14\x94\x99\x3b\xf2\x5e\xd8\x92\x1c\xb2\x75\xeb\x09\x5f\xa2\xa4\x14\x6c\x49\xc6\xe7\x6a\xc6\xa2\x05\x87\xc6\x58\x46\x56\xd6\xf8\xa8\x07\x20\xad\x99\xa9\x79\x77\x4b\xea\x2a\x9b\x28\xf3\x37\x49\x16\xa5\xb3\x2f\x55\x6b\x34\x00\x65\xa4\x0e\x19\x75\x1d\x69\x42\x4f\x0d\xfe\xb4\x10\x52\xdb\x90\x89\x02\x0d\xce\x29\x4b\xa1\xc3\x2e\x50\xe7\x6d\xaa\x27\x3d\xdb\xb0\x44\xae\xe6\xb9\xc0\x25\x2a\x8d\x53\xa5\x15\x57\x5b\x1d\x5f\x92\x8c\xf9\x3b\x2a\xb5\x92\xe8\x53\x38\x3f\x03\xf0\xec\x90\x69\x5e\xad\x56\xc6\x55\x49\x29\x3c\x92\x74\x84\x4c\x71\x9a\x34\x49\xb6\x6e\x35\x5d\x20\xcb\xfc\x16\xa7\xa4\xd7\x95\x38\x51\x5d\xa6\xa2\xd4\xc8\xb4\x66\xee\x6d\x48\xfc\xe9\x03\x91\x13\x32\x00\x9b\xbc\x6b\x98\xcd\x68\x7c\x90\x52\xfc\x2d\xc2\x94\x9c\x21\x26\x1f\xcb\x61\x7d\x0a\x5a\x99\xf0\xb2\x13\xb7\x19\x09\x67\x35\x75\x0f\x91\x05\x7a\x26\x97\x42\xa7\xb3\x86\xb2\xd5\x31\xf0\x6e\xa7\x01\x04\x2c\x28\xd6\xf0\xb4\x46\x67\x1b\x6b\x93\x7a\x0a\x9d\xe1\x8b\xf2\xec\x77\x53\x34\x9b\x91\xe4\x14\x3a\x77\x76\x2c\x73\xca\x82\xa6\x4e\x4b\x94\x46\x80\x60\x1c\xa1\xcc\x71\xba\x43\xbf\x37\xca\xf0\x85\x64\xe0\x3d\xda\x6e\x7d\x63\x92\xd6\x64\xb1\x07\x2e\x7a\x6f\xe7\x60\x2c\x0b\x47\x98\x55\xff\x6f\x06\x9e\xdc\x52\x49\xea\x4b\x69\x83\xe1\xbb\xd7\x5b\x02\xa0\x74\xca\x3a\xc5\xd5\x40\xa3\xf7\x2b\xa4\xaf\x3c\x53\x3c\x44\x21\xee\x88\x90\x4e\xb1\x92\xa8\xd7\x04\x69\x0d\xa3\x32\xe4\xf6\x9a\x4e\x9c\x6a\xbb\x75\xbe\xe4\x0a\x65\xea\x84\x47\xe4\x3d\xce\xe9\xc1\x6a\x25\xab\x14\xbe\xa2\xd6\x53\x94\x8b\x27\x7b\x6b\xe7\xfe\xde\x0c\x9d\x3b\x60\xaa\x22\x82\x83\xd6\x1b\xc2\xcd\xec\xce\xf2\x83\x23\x1f\x0d\xaa\x81\xdb\x73\xa0\xc4\x3a\x35\x57\x66\xbb\x8e\x66\x72\x69\x3c\x54\x7e\x5f\x41\xda\xa2\x40\x93\xa5\x7b\x43\xe2\xd4\x9a\x04\x78\x46\xc7\x07\x23\x42\x6c\xdd\xf0\x60\xbc\xf3\xf3\x2f\xcf\xfd\xa7\xc1\xf5\xe4\xae\x3f\x1a\x8e\x1f\xfa\x83\xe1\xaf\x9d\x06\xb1\x5e\x40\x93\x74\x33\xea\x7f\x3b\x86\x4a\x34\xe8\xaa\x76\xc6\xa0\x7f\xd7\x7f\xfc\x6b\xd2\x4e\x5c\xfb\x9e\x58\xae\x9c\xbf\xc9\x7d\x1c\xde\x0e\xfb\xe3\xe1\xe4\xfb\xf0\x71\x7c\x73\x7f\x77\x40\x27\xb3\xdc\xaf\xcc\x6e\xd7\x1b\xa4\x03\x0c\xc0\x12\x75\xa0\x14\x3a\xbd\x6e\xaf\x7b\x2e\xbc\xc1\xd2\xe7\x96\x3b\xad\x4a\x8d\x0a\xb5\x29\x7d\x75\xb6\x48\x1b\x13\x00\x33\x45\x3a\x7b\xa4\xd9\xf1\xcc\x7a\xee\x01\x39\x4f\xb7\xe6\xd9\x6d\xdb\xa3\x5d\x1a\x75\xe9\xda\x97\x71\xd4\x5d\x39\xd6\x37\x95\x70\x36\x44\x0b\x5c\x7e\xea\xf6\x5a\x35\xf7\x77\xe5\x2d\xe9\x9c\xb4\xb6\x62\xfb\xff\x71\xa3\x3a\xf2\x36\x38\x49\xfe\x70\xbd\x8e\x7e\x04\xf2\xec\x9b\x55\x90\x65\x48\xe1\xbc\x57\xec\x0d\x2f\xad\x0e\x05\x8d\xa2\x3d\xf8\xc3\x7e\x5f\xa5\xcb\x2e\x1e\x9a\x4c\x48\x3c\xd0\x2a\x22\x61\x55\xcb\x84\x58\x26\xe5\x42\x25\x12\x45\x8d\x4e\xe8\x85\x1d\x4a\xa6\x2c\x29\xa9\x68\x24\x86\xd9\xbd\xd1\x55\xad\x4b\x2d\xe1\xa6\x36\x98\x4c\x78\x14\x6c\x17\x64\x5e\x0d\xb9\x44\x97\xb8\x60\x12\x1f\xef\x55\xf6\xc9\xae\x64\x6b\xc7\xc3\x95\xe3\xbd\x27\xf8\x26\x74\x34\x68\xe1\xa6\x28\x57\x4f\x8e\x63\x43\xf9\x11\xb0\xaa\xaf\xc3\xe6\xd6\x37\x98\xc7\xdb\x84\x6e\xde\x28\xae\x10\xda\xce\xd9\x7a\xce\xc8\xb9\xc6\x8c\x27\x19\x1c\x09\xad\x3c\x93\x11\x98\x65\xd1\x76\x2e\xd3\x2f\x1f\xbf\x7c\x6c\x20\x59\x7b\x21\x55\x99\x93\x13\x3e\x28\x26\x7f\xf9\x74\x3b\x9e\x0c\x07\x57\xd7\xc3\xc9\xe3\xb8\x3f\x79\xbe\x79\xba\x9e\xf4\x87\xe3\xc9\xf9\xc5\x1f\x93\x6f\x83\xd1\x64\x7c\xdd\xbf\xf8\xed\xf3\x87\x1d\x6a\x38\xb8\x7a\x03\x77\xa4\x33\xf8\x73\xf0\x2e\x9d\x56\xdc\x09\xb5\xc6\xda\x42\xe9\xd9\x11\x16\x97\x39\x73\x99\x26\xc9\xf9\xc5\xef\xdd\xda\x3a\xd2\xcf\xbd\x5e\xaf\x97\xb4\x95\x82\x1c\x8b\x99\xd2\x74\x59\xf7\x24\x6b\x9f\x94\x4e\x2d\x91\x29\xfe\xdd\x95\x47\x0e\x1d\x49\x6b\x84\x58\x50\x75\x82\xbb\xa0\xfd\x86\x28\xad\x6b\x9e\x96\xed\x6d\xf8\x60\x1d\xa7\xd0\xd8\xac\xcd\x73\xac\x20\x76\x4a\xfa\xff\xf4\x04\x43\xfd\x18\x2c\xac\xab\x52\xf8\xd4\x1b\xa9\x77\x1d\xee\xe6\xf9\xdd\x5b\xef\xeb\x69\xc7\x7a\xbd\x7d\xa2\x56\x41\xf7\x9e\x7b\xaf\x6b\xac\x8e\xef\x7e\x66\xab\x91\xbb\x57\x18\x27\x4c\x69\xf5\x05\x31\xc2\x72\x5f\xed\x84\x85\x29\xa6\xc2\x37\xaf\xb1\xfa\xb9\x26\x51\x4c\x83\xc9\x34\x35\x1a\x26\xfe\xca\xba\x62\x75\xaf\x6d\x51\x3b\x8f\xfb\x09\x9e\x72\xe5\x37\x8f\x2e\x58\x7b\x10\xd4\x56\x06\x12\x0d\x4c\x09\x82\xa7\x0c\xd8\x42\xe9\xec\x52\x65\x04\x2a\x23\xc3\x8a\x2b\xb0\x81\x7d\x1c\xe0\x9c\x60\xfd\x52\xe9\x6e\x75\xbf\x5a\x07\xf4\x82\x45\xa9\xe9\x03\x70\x0c\x72\x2c\xfa\x8f\xe2\x1c\xfa\xde\x87\x82\x1e\xad\xa6\x67\xc5\xf9\x33\x4d\x6f\x36\xfa\x6c\x01\x03\xe7\xf1\x3f\x89\x4c\x6b\xf8\xf3\x18\x82\x57\x66\x0e\x37\xfd\x11\xdc\xdf\x5c\x0d\x36\x89\x39\x40\x93\xc1\xf8\x69\xdc\x6d\xd4\xfe\x15\x87\x2e\x9d\x8d\x9f\x6b\x74\xf0\x68\x6a\x69\x6d\xd1\x78\x93\x3e\x45\x95\x66\x97\xaf\xcb\x7c\x74\x05\x00\x60\xc8\x14\x99\x83\x0f\xcc\xb3\x7f\x03\x00\x00\xff\xff\xae\x3d\xfd\x38\xc0\x0e\x00\x00") +var _manifests02DeploymentYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x57\x4f\x6f\xe3\xb6\x13\xbd\xe7\x53\x0c\xfc\xfb\x1d\x5a\x60\x69\x39\xd9\xed\xb6\x2b\x20\x07\xd7\xf1\x6e\x02\xc4\x49\x10\x07\x1b\xf4\x64\x8c\xa9\xb1\xc5\x9a\x22\xb5\xe4\xd0\x8d\xbe\x7d\x41\xf9\xbf\xac\x38\x29\xd0\xea\x64\x93\xf3\xde\x0c\x67\x86\x8f\x24\x96\xea\x3b\x39\xaf\xac\x49\x01\xcb\xd2\x27\xcb\xf3\xb3\x85\x32\x59\x0a\x57\x54\x6a\x5b\x15\x64\xf8\xac\x20\xc6\x0c\x19\xd3\x33\x00\x83\x05\xa5\xa0\xcc\xdc\x91\xf7\xc2\x96\xe4\x90\xad\x5b\x4f\xf8\x12\x25\xa5\x60\x4b\x32\x3e\x57\x33\x16\x2d\x76\x68\x8c\x65\x64\x65\x8d\x8f\x7c\x00\xd2\x9a\x99\x9a\x77\xb7\xa0\xae\xb2\x89\x32\x7f\x92\x64\x51\x3a\xfb\x52\xb5\x7a\x03\x50\x46\xea\x90\x51\xd7\x91\x26\xf4\xd4\xc0\x4f\x0b\x21\xb5\x0d\x99\x28\xd0\xe0\x9c\xb2\x14\x3a\xec\x02\x75\xde\x86\x7a\xd2\xb3\x0d\x4a\xe4\x6a\x9e\x0b\x5c\xa2\xd2\x38\x55\x5a\x71\xf5\x0f\x78\x94\x99\x6b\x12\xc6\x66\x24\x32\x5a\x92\x8e\xd1\x6f\xe1\xbe\x24\x19\x97\xef\xa8\xd4\x4a\xa2\x4f\xe1\xfc\x0c\xc0\xb3\x43\xa6\x79\xb5\x4a\x0c\x57\x25\xa5\xf0\x48\xd2\x11\x32\xc5\x69\xd2\x24\xd9\xba\xd5\x74\x81\x2c\xf3\x5b\x9c\x92\x5e\x27\xf2\x44\x71\x98\x8a\x52\x23\xd3\x1a\xb9\x57\xcf\xf8\xe9\x03\x92\x13\x34\x00\x9b\xb8\x6b\x33\x9b\xd1\xf8\x20\xa4\xf8\x2d\xc2\x94\x9c\x21\x26\x1f\xb3\x60\x7d\x0a\x5a\x99\xf0\xb2\x23\x8f\x09\x71\x56\x53\xf7\xd0\xb2\x40\xcf\x75\x82\x3a\x6b\x53\xb6\x3a\x3a\xde\x35\x0a\x80\x80\x05\xc5\x12\x9c\xe6\xe8\x6c\x7d\x6d\x42\x4f\xa1\x33\x7c\x51\x9e\xfd\x6e\x8a\x66\x33\x92\x9c\x42\xe7\xce\x8e\x65\x4e\x59\xd0\xd4\x69\xf1\xd2\x70\x10\x8c\x23\x94\x39\x4e\x77\xd6\xef\xf5\x32\x7c\x21\x19\x78\x0f\xb6\x5b\xdf\x98\xa4\x35\x59\xec\x81\x8b\xde\xdb\x31\x18\xcb\xc2\x11\x66\xd5\x7f\x1b\x81\x27\xb7\x54\x92\xfa\x52\xda\x60\xf8\xee\xf5\x96\x00\x28\x9d\xb2\x4e\x71\x35\xd0\xe8\xfd\xca\xd2\x57\x9e\x29\xee\xc1\x10\x2b\x22\xa4\x53\xac\x24\xea\x35\x40\x5a\xc3\xa8\x0c\xb9\xbd\xa6\x13\xa7\xda\x6e\x1d\x2f\xb9\x42\x99\x3a\xe0\x11\x79\x8f\x73\x7a\xb0\x5a\xc9\x2a\x85\xaf\xa8\xf5\x14\xe5\xe2\xc9\xde\xda\xb9\xbf\x37\x43\xe7\x0e\x90\xaa\x88\xc6\x41\xeb\x0d\xe0\x66\x76\x67\xf9\xc1\x91\x8f\xfa\xd6\xb0\xdb\x13\xb0\xc4\x3a\x35\x57\x66\xbb\x8e\x66\x70\x69\xdc\x54\x7e\x9f\x41\xda\xa2\x40\x93\xa5\x7b\x43\xe2\xd4\x9a\x04\x78\x46\xc7\x07\x23\x42\x6c\xc5\xf4\x60\xbc\xf3\xff\x9f\x9e\xfb\x4f\x83\xeb\xc9\x5d\x7f\x34\x1c\x3f\xf4\x07\xc3\x9f\x3b\x0d\x60\xbd\x80\x26\xe8\x66\xd4\xff\x76\x6c\x2a\xd1\xa0\xab\xda\x11\x83\xfe\x5d\xff\xf1\x8f\x49\x3b\x70\x2d\x77\x62\xb9\x3a\x38\x9a\xd8\xc7\xe1\xed\xb0\x3f\x1e\x4e\xbe\x0f\x1f\xc7\x37\xf7\x77\x07\x70\x32\xcb\xfd\xcc\xec\xaa\xde\x00\x1d\xd8\x00\x2c\x51\x07\x4a\xa1\xd3\xeb\xf6\xba\xe7\xc2\x1b\x2c\x7d\x6e\xb9\xd3\xca\xd4\xc8\x50\x1b\xd3\x57\x67\x8b\xb4\x31\x01\x30\x53\xa4\xb3\x47\x9a\x1d\xcf\xac\xe7\x1e\x90\xf3\x74\x2b\x9e\xdd\xb6\x1a\xed\xc2\xa8\x53\xd7\xbe\x8c\xa3\xee\xca\xb1\x3e\xe8\x84\xb3\x21\x4a\xe0\xf2\x53\xb7\xd7\xca\xb9\x5f\x95\xb7\xa8\x73\xd2\xda\x8a\xed\xff\xe3\x46\x75\xe4\x6d\x70\x92\xfc\xe1\x7a\x1d\xfd\x08\xe4\xd9\x37\xb3\x20\xcb\x90\xc2\x79\xaf\xd8\x1b\x5e\x5a\x1d\x0a\x1a\x45\x79\xf0\x87\xfd\xbe\x0a\x97\x5d\xdc\x34\x99\x90\x78\xc0\x55\x44\xc0\x2a\x97\x09\xb1\x4c\xca\x85\x4a\x24\x8a\xda\x3a\xa1\x17\x76\x28\x99\xb2\xa4\xa4\xa2\x11\x18\x66\xf7\x46\x57\x35\x2f\xb5\xb8\x9b\xda\x60\x32\xe1\x51\xb0\x5d\x90\x79\xd5\xe5\x12\x5d\xe2\x82\x49\x7c\x3c\x57\xd9\x27\xbb\x94\xad\x15\x0f\x57\x8a\xf7\x1e\xe7\x1b\xd7\x51\xa0\x85\x9b\xa2\x5c\xdd\x58\x8e\x05\xe5\x47\xc0\xaa\x3e\x0e\x9b\xa5\x6f\x20\x8f\xcb\x84\x6e\xde\x48\xae\x10\xda\xce\xd9\x7a\xce\xc8\xb9\xc6\x8c\x27\x19\x1c\x09\xad\x3c\x93\x11\x98\x65\x51\x76\x2e\xd3\x2f\x1f\xbf\x7c\x6c\x58\xb2\xf6\x42\xaa\x32\x27\x27\x7c\x50\x4c\xfe\xf2\xe9\x76\x3c\x19\x0e\xae\xae\x87\x93\xc7\x71\x7f\xf2\x7c\xf3\x74\x3d\xe9\x0f\xc7\x93\xf3\x8b\xdf\x26\xdf\x06\xa3\xc9\xf8\xba\x7f\xf1\xcb\xe7\x0f\x3b\xab\xe1\xe0\xea\x0d\xbb\x23\x9e\xc1\xef\x83\x77\xf1\xb4\xda\x9d\x60\x6b\xac\x2d\x94\x9e\x1d\x61\x71\x99\x33\x97\x69\x92\x9c\x5f\xfc\xda\xad\xa5\x23\xfd\xdc\xeb\xf5\x7a\x49\x5b\x2a\xc8\xb1\x98\x29\x4d\x97\x75\x4f\xb2\xf6\x49\xe9\xd4\x12\x99\xe2\xef\xae\x3c\x52\xe8\x08\x5a\x5b\x88\x05\x55\x27\xb0\x0b\xda\x6f\x88\xd2\xba\xe6\x6e\xd9\x9e\x86\x0f\xd6\x71\x0a\x8d\x62\x6d\xae\x63\x05\xb1\x53\xd2\xff\xab\x3b\x18\xea\xcb\x60\x61\x5d\x95\xc2\xa7\xde\x48\xbd\x6b\x73\x37\xf7\xef\xde\x7a\x5f\x0f\x3b\xe6\xeb\xed\x1d\xb5\x72\xba\x77\xdd\x7b\x9d\x63\xb5\x7d\xf7\x23\x5b\x8d\xdc\xbd\x82\x38\x21\x4a\xab\x07\xc8\x08\xcb\x7d\xb6\x13\x12\xa6\x98\x0a\xdf\x3c\xc6\xea\xeb\x9a\x44\x31\x0d\x26\xd3\xd4\x68\x98\xf8\x95\x75\xc6\xea\x5e\xdb\x5a\xed\x34\xee\x7f\xf0\x94\x2b\xbf\xb9\x74\xc1\x5a\x83\xa0\x96\x32\x90\x68\x60\x4a\x10\x3c\x65\xc0\x16\x4a\x67\x97\x2a\x23\x50\x19\x19\x56\x5c\x81\x0d\xec\xe3\x00\xe7\x04\xeb\x9b\x4a\x77\xcb\xfb\xd5\x3a\xa0\x17\x2c\x4a\x4d\x1f\x80\xa3\x93\x63\xd2\xbf\x14\xe7\xd0\xf7\x3e\x14\xf4\x68\x35\x3d\x2b\xce\x9f\x69\x7a\xb3\xe1\x67\x0b\x18\x38\x8f\xff\x24\x32\xad\xcd\x9f\xc7\x10\xe2\x23\x07\x6e\xfa\x23\xb8\xbf\xb9\x1a\x6c\x02\x73\x80\x26\x83\xf1\xd3\xb8\xdb\xc8\xfd\x2b\x0a\x5d\x3a\x1b\x5f\x7b\x74\x70\x69\x6a\x69\x6d\xd1\xb8\x93\x3e\x45\x96\x66\x97\xaf\xd3\x7c\x74\x04\x00\x60\xc8\x14\x99\x83\xf7\xe9\xd9\xdf\x01\x00\x00\xff\xff\x76\x21\xd3\xcd\xff\x0e\x00\x00") func manifests02DeploymentYamlBytes() ([]byte, error) { return bindataRead( @@ -716,12 +716,12 @@ func manifests02DeploymentYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "manifests/02-deployment.yaml", size: 3776, mode: os.FileMode(420), modTime: time.Unix(1, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xee, 0x3, 0x6b, 0x6, 0x1e, 0x7d, 0x35, 0x1, 0x76, 0xed, 0x10, 0x8b, 0x7f, 0x92, 0xea, 0xfa, 0xad, 0xb3, 0xa, 0xa5, 0x36, 0xe1, 0x1a, 0x30, 0x2, 0x5d, 0xc4, 0xd2, 0xd0, 0x17, 0x59, 0xc8}} + info := bindataFileInfo{name: "manifests/02-deployment.yaml", size: 3839, mode: os.FileMode(420), modTime: time.Unix(1, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4e, 0xa2, 0xa2, 0xe8, 0x31, 0x11, 0xf8, 0x9a, 0xba, 0xd5, 0x7d, 0xc2, 0xee, 0x17, 0x2d, 0x2f, 0xab, 0xf2, 0x7d, 0xaf, 0x92, 0xfb, 0x1a, 0x3d, 0x79, 0x93, 0x8e, 0xd8, 0xca, 0xa7, 0x77, 0x23}} return a, nil } -var _manifests03ClusterOperatorYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x90\xbd\x8e\x1b\x31\x0c\x84\xfb\x7d\x8a\x81\xdd\x66\x37\x77\xed\xb6\xae\x52\x5d\x13\x5c\x4f\x4b\xb4\x45\x44\x22\x17\x22\xe5\x83\xdf\x3e\xb0\xcf\xce\x5f\x13\x56\x04\x06\xc3\xf9\x86\x7b\x7c\x2f\xe2\xe8\xec\x36\x7a\x62\x88\x43\x2d\x90\x3a\x53\x70\xc6\xf1\x8a\xc3\xfb\xdb\x17\x48\xdc\x14\xd3\x7a\xc5\x70\xce\x20\x07\x21\x59\x6b\x43\x25\x51\x88\xe9\xb4\x47\xe3\x54\x48\xc5\x1b\xc2\x10\x5c\x2b\xa2\xf0\xcd\x8f\x8f\x22\xa9\xe0\x50\x87\x07\xf7\xb7\x8d\x3b\x85\xf5\xdf\xa1\x61\xf8\x20\x09\x9c\xac\x2f\xd3\x1e\xdf\xf4\xdc\xd9\xfd\x60\x1a\xdd\x6a\xe5\xfe\xc0\x71\x90\x66\x8c\x2d\xdf\xf7\xf8\x93\x7b\x99\x68\x93\x77\xee\x2e\xa6\x2b\x92\xe9\x49\xce\x8b\x6d\xac\x5e\xe4\x14\x8b\xd8\xd7\xcb\xeb\xf4\x43\x34\xaf\xff\x52\x4c\x8d\x83\x32\x05\xad\x13\xa0\xd4\x78\x85\x7c\xe6\x4f\x00\xa9\x5a\xdc\xeb\xf9\x4d\x06\x44\x53\x1d\x99\x97\xce\x95\xc9\xf9\xef\x08\x39\xb6\x39\x55\x1b\x79\x6e\xa4\x74\xe6\xbc\x62\x17\x7d\xf0\xee\xff\x56\xe7\x7a\x7a\xba\xe6\x22\xe7\x32\xd3\x85\xa4\xd2\x51\xaa\xc4\xf5\xd7\x1d\x0f\x8a\x71\x47\xb9\x7c\x76\x7d\x60\xcd\x0f\x72\x7b\x96\xc2\x7d\x2e\xcf\x87\xec\x5e\x96\x97\xe5\x75\x76\xa5\xcd\x8b\xc5\x6e\xfa\x19\x00\x00\xff\xff\x24\x17\x2c\x87\xf7\x01\x00\x00") +var _manifests03ClusterOperatorYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x90\xbf\x8e\xe3\x3c\x0c\xc4\x7b\x3f\xc5\x20\x69\x3f\xfb\xdb\x6d\xdd\xa6\xba\x6a\x9b\xc3\xf6\x8c\xc4\x58\xc4\xc9\xa4\x21\x52\x5e\xe4\xed\x0f\xc9\x26\xf7\xaf\x39\x9c\x2a\x01\x83\xe1\xcc\x6f\x8e\xf8\x5a\xc4\xd1\xd8\xad\xb7\xc4\x10\x87\x5a\x20\x35\xa6\xe0\x8c\xf3\x15\xa7\xf7\xb7\xff\x20\x71\x53\x4c\xeb\x15\xdd\x39\x83\x1c\x84\x64\xeb\xda\x55\x12\x85\x98\x0e\x47\xac\x9c\x0a\xa9\xf8\x8a\x30\x04\xd7\x8a\x28\x7c\xf3\xe3\xa3\x48\x2a\x38\xd5\xee\xc1\xed\x6d\xe3\x46\x61\xed\x67\x68\x18\x3e\x48\x02\x17\x6b\xd3\x70\xc4\x17\x5d\x1a\xbb\x9f\x4c\xa3\x59\xad\xdc\x1e\x75\x1c\xa4\x19\x7d\xcb\xf7\x7f\xfc\xda\x7b\x1a\x68\x93\x77\x6e\x2e\xa6\x33\x92\xe9\x45\x96\xc9\x36\x56\x2f\x72\x89\x49\xec\xff\xfd\x75\xf8\x26\x9a\xe7\x3f\x5b\x0c\x2b\x07\x65\x0a\x9a\x07\x40\x69\xe5\x19\xf2\x99\x3f\x00\xa4\x6a\x71\xc7\xf3\x9b\x0c\x88\xa6\xda\x33\x4f\x8d\x2b\x93\xf3\xef\x11\x72\x5e\xc7\x54\xad\xe7\x71\x25\xa5\x85\xf3\x8c\x43\xb4\xce\x87\xbf\x5b\x9d\xeb\xe5\xe9\x1a\x8b\x2c\x65\xa4\x9d\xa4\xd2\x59\xaa\xc4\xf5\x1f\xee\x88\x2e\x95\x47\xb5\xcc\x63\xe6\x9d\xab\x6d\xdc\x7e\xd8\x3d\x28\xfa\x9d\x64\xff\x9c\xea\x41\x35\x3e\xc0\xed\xb9\x09\xee\x6f\x7f\xee\x79\x78\x99\x5e\xa6\xd7\xd1\x95\x36\x2f\x16\x87\xe1\x7b\x00\x00\x00\xff\xff\x21\x8e\xe4\x75\x36\x02\x00\x00") func manifests03ClusterOperatorYamlBytes() ([]byte, error) { return bindataRead( @@ -736,8 +736,8 @@ func manifests03ClusterOperatorYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "manifests/03-cluster-operator.yaml", size: 503, mode: os.FileMode(420), modTime: time.Unix(1, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3d, 0xb3, 0xeb, 0x35, 0xdc, 0x91, 0xa6, 0x6b, 0x31, 0x5a, 0xec, 0xa8, 0x17, 0x1a, 0x87, 0xc5, 0xcc, 0x5b, 0xfa, 0x22, 0x85, 0x4a, 0x9d, 0x3f, 0xad, 0xb6, 0x7, 0x17, 0x8a, 0xf, 0x7d, 0xe2}} + info := bindataFileInfo{name: "manifests/03-cluster-operator.yaml", size: 566, mode: os.FileMode(420), modTime: time.Unix(1, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x12, 0xa4, 0xb6, 0xc2, 0xef, 0xc, 0x2f, 0x76, 0xde, 0x4f, 0x75, 0x81, 0x92, 0x9b, 0x81, 0xd9, 0x18, 0x6, 0x12, 0xa5, 0x3, 0xfd, 0xc8, 0xe3, 0xe2, 0xe0, 0x6f, 0x3b, 0x5d, 0x90, 0x76, 0x9f}} return a, nil } diff --git a/vendor/github.com/openshift/api/config/v1/0000_00_cluster-version-operator_01_clusteroperator.crd.yaml b/vendor/github.com/openshift/api/config/v1/0000_00_cluster-version-operator_01_clusteroperator.crd.yaml index 9e79054c69..2bf2712830 100644 --- a/vendor/github.com/openshift/api/config/v1/0000_00_cluster-version-operator_01_clusteroperator.crd.yaml +++ b/vendor/github.com/openshift/api/config/v1/0000_00_cluster-version-operator_01_clusteroperator.crd.yaml @@ -4,6 +4,7 @@ metadata: name: clusteroperators.config.openshift.io annotations: include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" spec: additionalPrinterColumns: - JSONPath: .status.versions[?(@.name=="operator")].version diff --git a/vendor/github.com/openshift/api/config/v1/0000_00_cluster-version-operator_01_clusterversion.crd.yaml b/vendor/github.com/openshift/api/config/v1/0000_00_cluster-version-operator_01_clusterversion.crd.yaml index 1acda61afc..628538d0e5 100644 --- a/vendor/github.com/openshift/api/config/v1/0000_00_cluster-version-operator_01_clusterversion.crd.yaml +++ b/vendor/github.com/openshift/api/config/v1/0000_00_cluster-version-operator_01_clusterversion.crd.yaml @@ -4,6 +4,7 @@ metadata: name: clusterversions.config.openshift.io annotations: include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" spec: group: config.openshift.io versions: diff --git a/vendor/github.com/openshift/api/config/v1/0000_03_config-operator_01_operatorhub.crd.yaml b/vendor/github.com/openshift/api/config/v1/0000_03_config-operator_01_operatorhub.crd.yaml index 19994f42c5..18e6187e6e 100644 --- a/vendor/github.com/openshift/api/config/v1/0000_03_config-operator_01_operatorhub.crd.yaml +++ b/vendor/github.com/openshift/api/config/v1/0000_03_config-operator_01_operatorhub.crd.yaml @@ -3,7 +3,9 @@ kind: CustomResourceDefinition metadata: name: operatorhubs.config.openshift.io annotations: + include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" spec: group: config.openshift.io names: diff --git a/vendor/github.com/openshift/api/config/v1/0000_03_config-operator_01_proxy.crd.yaml b/vendor/github.com/openshift/api/config/v1/0000_03_config-operator_01_proxy.crd.yaml index b6fb1c48ce..2b80798358 100644 --- a/vendor/github.com/openshift/api/config/v1/0000_03_config-operator_01_proxy.crd.yaml +++ b/vendor/github.com/openshift/api/config/v1/0000_03_config-operator_01_proxy.crd.yaml @@ -3,7 +3,9 @@ kind: CustomResourceDefinition metadata: name: proxies.config.openshift.io annotations: + include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" spec: group: config.openshift.io scope: Cluster diff --git a/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_apiserver.crd.yaml b/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_apiserver.crd.yaml index 468ad078da..bd730570ca 100644 --- a/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_apiserver.crd.yaml +++ b/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_apiserver.crd.yaml @@ -3,7 +3,9 @@ kind: CustomResourceDefinition metadata: name: apiservers.config.openshift.io annotations: + include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" spec: group: config.openshift.io scope: Cluster diff --git a/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_authentication.crd.yaml b/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_authentication.crd.yaml index c6de0ac13a..868f7f50fc 100644 --- a/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_authentication.crd.yaml +++ b/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_authentication.crd.yaml @@ -3,7 +3,9 @@ kind: CustomResourceDefinition metadata: name: authentications.config.openshift.io annotations: + include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" spec: group: config.openshift.io names: diff --git a/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_build.crd.yaml b/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_build.crd.yaml index 9bd6113608..7a71db46ad 100644 --- a/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_build.crd.yaml +++ b/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_build.crd.yaml @@ -3,7 +3,9 @@ kind: CustomResourceDefinition metadata: name: builds.config.openshift.io annotations: + include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" spec: group: config.openshift.io scope: Cluster diff --git a/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_console.crd.yaml b/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_console.crd.yaml index 4234d732ec..69639c1d97 100644 --- a/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_console.crd.yaml +++ b/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_console.crd.yaml @@ -3,7 +3,9 @@ kind: CustomResourceDefinition metadata: name: consoles.config.openshift.io annotations: + include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" spec: scope: Cluster preserveUnknownFields: false diff --git a/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_dns.crd.yaml b/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_dns.crd.yaml index e864cae7a1..8e6f86222e 100644 --- a/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_dns.crd.yaml +++ b/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_dns.crd.yaml @@ -3,7 +3,9 @@ kind: CustomResourceDefinition metadata: name: dnses.config.openshift.io annotations: + include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" spec: group: config.openshift.io names: diff --git a/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_featuregate.crd.yaml b/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_featuregate.crd.yaml index ec458de320..a506354e60 100644 --- a/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_featuregate.crd.yaml +++ b/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_featuregate.crd.yaml @@ -3,7 +3,9 @@ kind: CustomResourceDefinition metadata: name: featuregates.config.openshift.io annotations: + include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" spec: group: config.openshift.io version: v1 diff --git a/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_image.crd.yaml b/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_image.crd.yaml index 858681c9d8..5afa0c0cbf 100644 --- a/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_image.crd.yaml +++ b/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_image.crd.yaml @@ -3,7 +3,9 @@ kind: CustomResourceDefinition metadata: name: images.config.openshift.io annotations: + include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" spec: group: config.openshift.io scope: Cluster @@ -116,6 +118,20 @@ spec: type: array items: type: string + containerRuntimeSearchRegistries: + description: 'containerRuntimeSearchRegistries are registries that + will be searched when pulling images that do not have fully qualified + domains in their pull specs. Registries will be searched in the + order provided in the list. Note: this search list only works + with the container runtime, i.e CRI-O. Will NOT work with builds + or imagestream imports.' + type: array + format: hostname + minItems: 1 + uniqueItems: true + items: + type: string + x-kubernetes-list-type: set insecureRegistries: description: insecureRegistries are registries which do not have a valid TLS certificates or only support HTTP connections. diff --git a/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_infrastructure.crd.yaml b/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_infrastructure.crd.yaml index 40fa38d372..ffdb8ea108 100644 --- a/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_infrastructure.crd.yaml +++ b/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_infrastructure.crd.yaml @@ -3,7 +3,9 @@ kind: CustomResourceDefinition metadata: name: infrastructures.config.openshift.io annotations: + include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" spec: group: config.openshift.io names: diff --git a/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_ingress.crd.yaml b/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_ingress.crd.yaml index eb6f0a74f9..25d1c5e98e 100644 --- a/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_ingress.crd.yaml +++ b/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_ingress.crd.yaml @@ -3,7 +3,9 @@ kind: CustomResourceDefinition metadata: name: ingresses.config.openshift.io annotations: + include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" spec: group: config.openshift.io names: diff --git a/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_network.crd.yaml b/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_network.crd.yaml index 5b029401b0..7390943a12 100644 --- a/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_network.crd.yaml +++ b/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_network.crd.yaml @@ -3,7 +3,9 @@ kind: CustomResourceDefinition metadata: name: networks.config.openshift.io annotations: + include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" spec: group: config.openshift.io names: diff --git a/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_oauth.crd.yaml b/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_oauth.crd.yaml index 35388d9c99..4b076ee855 100644 --- a/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_oauth.crd.yaml +++ b/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_oauth.crd.yaml @@ -3,7 +3,9 @@ kind: CustomResourceDefinition metadata: name: oauths.config.openshift.io annotations: + include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" spec: group: config.openshift.io names: diff --git a/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_project.crd.yaml b/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_project.crd.yaml index 37541aaed4..64e60340b1 100644 --- a/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_project.crd.yaml +++ b/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_project.crd.yaml @@ -3,7 +3,9 @@ kind: CustomResourceDefinition metadata: name: projects.config.openshift.io annotations: + include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" spec: group: config.openshift.io scope: Cluster diff --git a/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_scheduler.crd.yaml b/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_scheduler.crd.yaml index 9652bf1f0a..057aa4c95c 100644 --- a/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_scheduler.crd.yaml +++ b/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_scheduler.crd.yaml @@ -3,7 +3,9 @@ kind: CustomResourceDefinition metadata: name: schedulers.config.openshift.io annotations: + include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" spec: group: config.openshift.io scope: Cluster @@ -73,10 +75,12 @@ spec: after doing due diligence.' type: boolean policy: - description: policy is a reference to a ConfigMap containing scheduler - policy which has user specified predicates and priorities. If this - ConfigMap is not available scheduler will default to use DefaultAlgorithmProvider. - The namespace for this configmap is openshift-config. + description: 'DEPRECATED: the scheduler Policy API has been deprecated + and will be removed in a future release. policy is a reference to + a ConfigMap containing scheduler policy which has user specified predicates + and priorities. If this ConfigMap is not available scheduler will + default to use DefaultAlgorithmProvider. The namespace for this configmap + is openshift-config.' type: object required: - name diff --git a/vendor/github.com/openshift/api/config/v1/types_image.go b/vendor/github.com/openshift/api/config/v1/types_image.go index 63d3d1379b..36fb20bccf 100644 --- a/vendor/github.com/openshift/api/config/v1/types_image.go +++ b/vendor/github.com/openshift/api/config/v1/types_image.go @@ -112,4 +112,13 @@ type RegistrySources struct { // Only one of BlockedRegistries or AllowedRegistries may be set. // +optional AllowedRegistries []string `json:"allowedRegistries,omitempty"` + // containerRuntimeSearchRegistries are registries that will be searched when pulling images that do not have fully qualified + // domains in their pull specs. Registries will be searched in the order provided in the list. + // Note: this search list only works with the container runtime, i.e CRI-O. Will NOT work with builds or imagestream imports. + // +optional + // +kubebuilder:validation:MinItems=1 + // +kubebuilder:validation:UniqueItems=true + // +kubebuilder:validation:Format=hostname + // +listType=set + ContainerRuntimeSearchRegistries []string `json:"containerRuntimeSearchRegistries,omitempty"` } diff --git a/vendor/github.com/openshift/api/config/v1/types_scheduling.go b/vendor/github.com/openshift/api/config/v1/types_scheduling.go index c54bb49e98..b6ce349d42 100644 --- a/vendor/github.com/openshift/api/config/v1/types_scheduling.go +++ b/vendor/github.com/openshift/api/config/v1/types_scheduling.go @@ -22,6 +22,7 @@ type Scheduler struct { } type SchedulerSpec struct { + // DEPRECATED: the scheduler Policy API has been deprecated and will be removed in a future release. // policy is a reference to a ConfigMap containing scheduler policy which has // user specified predicates and priorities. If this ConfigMap is not available // scheduler will default to use DefaultAlgorithmProvider. diff --git a/vendor/github.com/openshift/api/config/v1/zz_generated.deepcopy.go b/vendor/github.com/openshift/api/config/v1/zz_generated.deepcopy.go index 4a41d1b7f2..6fa08676fa 100644 --- a/vendor/github.com/openshift/api/config/v1/zz_generated.deepcopy.go +++ b/vendor/github.com/openshift/api/config/v1/zz_generated.deepcopy.go @@ -3287,6 +3287,11 @@ func (in *RegistrySources) DeepCopyInto(out *RegistrySources) { *out = make([]string, len(*in)) copy(*out, *in) } + if in.ContainerRuntimeSearchRegistries != nil { + in, out := &in.ContainerRuntimeSearchRegistries, &out.ContainerRuntimeSearchRegistries + *out = make([]string, len(*in)) + copy(*out, *in) + } return } diff --git a/vendor/github.com/openshift/api/config/v1/zz_generated.swagger_doc_generated.go b/vendor/github.com/openshift/api/config/v1/zz_generated.swagger_doc_generated.go index f0e27b94c2..260c380568 100644 --- a/vendor/github.com/openshift/api/config/v1/zz_generated.swagger_doc_generated.go +++ b/vendor/github.com/openshift/api/config/v1/zz_generated.swagger_doc_generated.go @@ -701,10 +701,11 @@ func (RegistryLocation) SwaggerDoc() map[string]string { } var map_RegistrySources = map[string]string{ - "": "RegistrySources holds cluster-wide information about how to handle the registries config.", - "insecureRegistries": "insecureRegistries are registries which do not have a valid TLS certificates or only support HTTP connections.", - "blockedRegistries": "blockedRegistries cannot be used for image pull and push actions. All other registries are permitted.\n\nOnly one of BlockedRegistries or AllowedRegistries may be set.", - "allowedRegistries": "allowedRegistries are the only registries permitted for image pull and push actions. All other registries are denied.\n\nOnly one of BlockedRegistries or AllowedRegistries may be set.", + "": "RegistrySources holds cluster-wide information about how to handle the registries config.", + "insecureRegistries": "insecureRegistries are registries which do not have a valid TLS certificates or only support HTTP connections.", + "blockedRegistries": "blockedRegistries cannot be used for image pull and push actions. All other registries are permitted.\n\nOnly one of BlockedRegistries or AllowedRegistries may be set.", + "allowedRegistries": "allowedRegistries are the only registries permitted for image pull and push actions. All other registries are denied.\n\nOnly one of BlockedRegistries or AllowedRegistries may be set.", + "containerRuntimeSearchRegistries": "containerRuntimeSearchRegistries are registries that will be searched when pulling images that do not have fully qualified domains in their pull specs. Registries will be searched in the order provided in the list. Note: this search list only works with the container runtime, i.e CRI-O. Will NOT work with builds or imagestream imports.", } func (RegistrySources) SwaggerDoc() map[string]string { @@ -1404,7 +1405,7 @@ func (Scheduler) SwaggerDoc() map[string]string { } var map_SchedulerSpec = map[string]string{ - "policy": "policy is a reference to a ConfigMap containing scheduler policy which has user specified predicates and priorities. If this ConfigMap is not available scheduler will default to use DefaultAlgorithmProvider. The namespace for this configmap is openshift-config.", + "policy": "DEPRECATED: the scheduler Policy API has been deprecated and will be removed in a future release. policy is a reference to a ConfigMap containing scheduler policy which has user specified predicates and priorities. If this ConfigMap is not available scheduler will default to use DefaultAlgorithmProvider. The namespace for this configmap is openshift-config.", "defaultNodeSelector": "defaultNodeSelector helps set the cluster-wide default node selector to restrict pod placement to specific nodes. This is applied to the pods created in all namespaces and creates an intersection with any existing nodeSelectors already set on a pod, additionally constraining that pod's selector. For example, defaultNodeSelector: \"type=user-node,region=east\" would set nodeSelector field in pod spec to \"type=user-node,region=east\" to all pods created in all namespaces. Namespaces having project-wide node selectors won't be impacted even if this field is set. This adds an annotation section to the namespace. For example, if a new namespace is created with node-selector='type=user-node,region=east', the annotation openshift.io/node-selector: type=user-node,region=east gets added to the project. When the openshift.io/node-selector annotation is set on the project the value is used in preference to the value we are setting for defaultNodeSelector field. For instance, openshift.io/node-selector: \"type=user-node,region=west\" means that the default of \"type=user-node,region=east\" set in defaultNodeSelector would not be applied.", "mastersSchedulable": "MastersSchedulable allows masters nodes to be schedulable. When this flag is turned on, all the master nodes in the cluster will be made schedulable, so that workload pods can run on them. The default value for this field is false, meaning none of the master nodes are schedulable. Important Note: Once the workload pods start running on the master nodes, extreme care must be taken to ensure that cluster-critical control plane components are not impacted. Please turn on this field after doing due diligence.", } diff --git a/vendor/github.com/openshift/api/operator/v1/0000_10_config-operator_01_config.crd.yaml b/vendor/github.com/openshift/api/operator/v1/0000_10_config-operator_01_config.crd.yaml index 5fe799ffe6..5a90f45dbe 100644 --- a/vendor/github.com/openshift/api/operator/v1/0000_10_config-operator_01_config.crd.yaml +++ b/vendor/github.com/openshift/api/operator/v1/0000_10_config-operator_01_config.crd.yaml @@ -3,7 +3,9 @@ kind: CustomResourceDefinition metadata: name: configs.operator.openshift.io annotations: + include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" spec: scope: Cluster group: operator.openshift.io diff --git a/vendor/github.com/openshift/api/operator/v1/0000_12_etcd-operator_01_config.crd.yaml b/vendor/github.com/openshift/api/operator/v1/0000_12_etcd-operator_01_config.crd.yaml index 150a872661..654ea4accd 100644 --- a/vendor/github.com/openshift/api/operator/v1/0000_12_etcd-operator_01_config.crd.yaml +++ b/vendor/github.com/openshift/api/operator/v1/0000_12_etcd-operator_01_config.crd.yaml @@ -3,7 +3,9 @@ kind: CustomResourceDefinition metadata: name: etcds.operator.openshift.io annotations: + include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" spec: scope: Cluster group: operator.openshift.io diff --git a/vendor/github.com/openshift/api/operator/v1/0000_20_kube-apiserver-operator_01_config.crd.yaml b/vendor/github.com/openshift/api/operator/v1/0000_20_kube-apiserver-operator_01_config.crd.yaml index 58a1d3bc13..e57cb7f60b 100644 --- a/vendor/github.com/openshift/api/operator/v1/0000_20_kube-apiserver-operator_01_config.crd.yaml +++ b/vendor/github.com/openshift/api/operator/v1/0000_20_kube-apiserver-operator_01_config.crd.yaml @@ -2,7 +2,9 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: + include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" name: kubeapiservers.operator.openshift.io spec: group: operator.openshift.io diff --git a/vendor/github.com/openshift/api/operator/v1/0000_25_kube-controller-manager-operator_01_config.crd.yaml b/vendor/github.com/openshift/api/operator/v1/0000_25_kube-controller-manager-operator_01_config.crd.yaml index efd88b3c98..dca1e00822 100644 --- a/vendor/github.com/openshift/api/operator/v1/0000_25_kube-controller-manager-operator_01_config.crd.yaml +++ b/vendor/github.com/openshift/api/operator/v1/0000_25_kube-controller-manager-operator_01_config.crd.yaml @@ -2,7 +2,9 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: + include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" name: kubecontrollermanagers.operator.openshift.io spec: group: operator.openshift.io diff --git a/vendor/github.com/openshift/api/operator/v1/0000_25_kube-scheduler-operator_01_config.crd.yaml b/vendor/github.com/openshift/api/operator/v1/0000_25_kube-scheduler-operator_01_config.crd.yaml index 3cb62b80b2..e5eae5d77d 100644 --- a/vendor/github.com/openshift/api/operator/v1/0000_25_kube-scheduler-operator_01_config.crd.yaml +++ b/vendor/github.com/openshift/api/operator/v1/0000_25_kube-scheduler-operator_01_config.crd.yaml @@ -2,7 +2,9 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: + include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" name: kubeschedulers.operator.openshift.io spec: group: operator.openshift.io diff --git a/vendor/github.com/openshift/api/operator/v1/0000_30_openshift-apiserver-operator_01_config.crd.yaml b/vendor/github.com/openshift/api/operator/v1/0000_30_openshift-apiserver-operator_01_config.crd.yaml index 269edb4d85..ad20dab67d 100644 --- a/vendor/github.com/openshift/api/operator/v1/0000_30_openshift-apiserver-operator_01_config.crd.yaml +++ b/vendor/github.com/openshift/api/operator/v1/0000_30_openshift-apiserver-operator_01_config.crd.yaml @@ -3,7 +3,9 @@ kind: CustomResourceDefinition metadata: name: openshiftapiservers.operator.openshift.io annotations: + include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" spec: scope: Cluster group: operator.openshift.io diff --git a/vendor/github.com/openshift/api/operator/v1/0000_40_cloud-credential-operator_00_config.crd.yaml b/vendor/github.com/openshift/api/operator/v1/0000_40_cloud-credential-operator_00_config.crd.yaml index 74dac215cb..30c75bab86 100644 --- a/vendor/github.com/openshift/api/operator/v1/0000_40_cloud-credential-operator_00_config.crd.yaml +++ b/vendor/github.com/openshift/api/operator/v1/0000_40_cloud-credential-operator_00_config.crd.yaml @@ -4,6 +4,7 @@ metadata: name: cloudcredentials.operator.openshift.io annotations: include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" spec: scope: Cluster group: operator.openshift.io diff --git a/vendor/github.com/openshift/api/operator/v1/0000_40_kube-storage-version-migrator-operator_00_config.crd.yaml b/vendor/github.com/openshift/api/operator/v1/0000_40_kube-storage-version-migrator-operator_00_config.crd.yaml index d0133c88a3..bb616a307d 100644 --- a/vendor/github.com/openshift/api/operator/v1/0000_40_kube-storage-version-migrator-operator_00_config.crd.yaml +++ b/vendor/github.com/openshift/api/operator/v1/0000_40_kube-storage-version-migrator-operator_00_config.crd.yaml @@ -3,7 +3,9 @@ kind: CustomResourceDefinition metadata: name: kubestorageversionmigrators.operator.openshift.io annotations: + include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" spec: group: operator.openshift.io names: diff --git a/vendor/github.com/openshift/api/operator/v1/0000_50_cluster-authentication-operator_01_config.crd.yaml b/vendor/github.com/openshift/api/operator/v1/0000_50_cluster-authentication-operator_01_config.crd.yaml index ceb754a52c..a1339e4ddc 100644 --- a/vendor/github.com/openshift/api/operator/v1/0000_50_cluster-authentication-operator_01_config.crd.yaml +++ b/vendor/github.com/openshift/api/operator/v1/0000_50_cluster-authentication-operator_01_config.crd.yaml @@ -4,6 +4,7 @@ metadata: name: authentications.operator.openshift.io annotations: include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" spec: scope: Cluster group: operator.openshift.io diff --git a/vendor/github.com/openshift/api/operator/v1/0000_50_cluster-openshift-controller-manager-operator_02_config.crd.yaml b/vendor/github.com/openshift/api/operator/v1/0000_50_cluster-openshift-controller-manager-operator_02_config.crd.yaml index ce10a15762..7dc44d28b4 100644 --- a/vendor/github.com/openshift/api/operator/v1/0000_50_cluster-openshift-controller-manager-operator_02_config.crd.yaml +++ b/vendor/github.com/openshift/api/operator/v1/0000_50_cluster-openshift-controller-manager-operator_02_config.crd.yaml @@ -3,7 +3,9 @@ kind: CustomResourceDefinition metadata: name: openshiftcontrollermanagers.operator.openshift.io annotations: + include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" spec: scope: Cluster group: operator.openshift.io diff --git a/vendor/github.com/openshift/api/operator/v1/0000_50_cluster_storage_operator_01_crd.yaml b/vendor/github.com/openshift/api/operator/v1/0000_50_cluster_storage_operator_01_crd.yaml index 0ae3d95689..18926b9d4b 100644 --- a/vendor/github.com/openshift/api/operator/v1/0000_50_cluster_storage_operator_01_crd.yaml +++ b/vendor/github.com/openshift/api/operator/v1/0000_50_cluster_storage_operator_01_crd.yaml @@ -3,7 +3,9 @@ kind: CustomResourceDefinition metadata: name: storages.operator.openshift.io annotations: + include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" spec: group: operator.openshift.io names: diff --git a/vendor/github.com/openshift/api/operator/v1/0000_50_ingress-operator_00-ingresscontroller.crd.yaml b/vendor/github.com/openshift/api/operator/v1/0000_50_ingress-operator_00-ingresscontroller.crd.yaml index 75d757d991..0760d244d2 100644 --- a/vendor/github.com/openshift/api/operator/v1/0000_50_ingress-operator_00-ingresscontroller.crd.yaml +++ b/vendor/github.com/openshift/api/operator/v1/0000_50_ingress-operator_00-ingresscontroller.crd.yaml @@ -2,7 +2,9 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: + include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" name: ingresscontrollers.operator.openshift.io spec: group: operator.openshift.io diff --git a/vendor/github.com/openshift/api/operator/v1/0000_50_service-ca-operator_02_crd.yaml b/vendor/github.com/openshift/api/operator/v1/0000_50_service-ca-operator_02_crd.yaml index b33eff67f8..40acfb0810 100644 --- a/vendor/github.com/openshift/api/operator/v1/0000_50_service-ca-operator_02_crd.yaml +++ b/vendor/github.com/openshift/api/operator/v1/0000_50_service-ca-operator_02_crd.yaml @@ -3,7 +3,9 @@ kind: CustomResourceDefinition metadata: name: servicecas.operator.openshift.io annotations: + include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" spec: scope: Cluster group: operator.openshift.io diff --git a/vendor/github.com/openshift/api/operator/v1/0000_70_cluster-network-operator_01_crd.yaml b/vendor/github.com/openshift/api/operator/v1/0000_70_cluster-network-operator_01_crd.yaml index 0e39605962..f10b56dc5f 100644 --- a/vendor/github.com/openshift/api/operator/v1/0000_70_cluster-network-operator_01_crd.yaml +++ b/vendor/github.com/openshift/api/operator/v1/0000_70_cluster-network-operator_01_crd.yaml @@ -4,6 +4,7 @@ metadata: name: networks.operator.openshift.io annotations: include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" spec: group: operator.openshift.io names: @@ -319,6 +320,17 @@ spec: Default is 4789 type: integer format: int32 + ipsecConfig: + description: ipsecConfig enables and configures IPsec for + pods on the pod network within the cluster. + type: object + properties: + enable: + description: enable enables IPsec encryption for pod-to-pod + traffic on the pod network within the cluster. Default + is false. + type: boolean + default: false mtu: description: mtu is the MTU to use for the tunnel interface. This must be 100 bytes smaller than the uplink mtu. Default @@ -342,6 +354,14 @@ spec: pod network support should be disabled. If unset, this property defaults to 'false' and multiple network support is enabled. type: boolean + disableNetworkDiagnostics: + description: disableNetworkDiagnostics specifies whether or not PodNetworkConnectivityCheck + CRs from a test pod to every node, apiserver and LB should be disabled + or not. If unset, this property defaults to 'false' and network + diagnostics is enabled. Setting this to 'true' would reduce the + additional load of the pods performing the checks. + type: boolean + default: false kubeProxyConfig: description: kubeProxyConfig lets us configure desired proxy configuration. If not specified, sensible defaults will be chosen by OpenShift @@ -370,12 +390,37 @@ spec: items: type: string logLevel: - description: "logLevel allows configuring the logging level of the - components deployed by the operator. Currently only Kuryr SDN is - affected by this setting. Please note that turning on extensive - logging may affect performance. The default value is \"Normal\". - \n Valid values are: \"Normal\", \"Debug\", \"Trace\", \"TraceAll\". - Defaults to \"Normal\"." + description: "logLevel is an intent based logging for an overall component. + \ It does not give fine grained control, but it is a simple way + to manage coarse grained logging choices that operators have to + interpret for their operands. \n Valid values are: \"Normal\", \"Debug\", + \"Trace\", \"TraceAll\". Defaults to \"Normal\"." + type: string + default: Normal + enum: + - "" + - Normal + - Debug + - Trace + - TraceAll + managementState: + description: managementState indicates whether and how the operator + should manage the component + type: string + pattern: ^(Managed|Unmanaged|Force|Removed)$ + observedConfig: + description: observedConfig holds a sparse config that controller + has observed from the cluster state. It exists in spec because + it is an input to the level for the operator + type: object + nullable: true + x-kubernetes-preserve-unknown-fields: true + operatorLogLevel: + description: "operatorLogLevel is an intent based logging for the + operator itself. It does not give fine grained control, but it + is a simple way to manage coarse grained logging choices that operators + have to interpret for themselves. \n Valid values are: \"Normal\", + \"Debug\", \"Trace\", \"TraceAll\". Defaults to \"Normal\"." type: string default: Normal enum: @@ -391,7 +436,79 @@ spec: type: array items: type: string + unsupportedConfigOverrides: + description: 'unsupportedConfigOverrides holds a sparse config that + will override any previously set options. It only needs to be the + fields to override it will end up overlaying in the following order: + 1. hardcoded defaults 2. observedConfig 3. unsupportedConfigOverrides' + type: object + nullable: true + x-kubernetes-preserve-unknown-fields: true status: - description: NetworkStatus is currently unused. Instead, status is reported - in the Network.config.openshift.io object. + description: NetworkStatus is detailed operator status, which is distilled + up to the Network clusteroperator object. type: object + properties: + conditions: + description: conditions is a list of conditions and their status + type: array + items: + description: OperatorCondition is just the standard condition fields. + type: object + properties: + lastTransitionTime: + type: string + format: date-time + message: + type: string + reason: + type: string + status: + type: string + type: + type: string + generations: + description: generations are used to determine when an item needs + to be reconciled or has changed in a way that needs a reaction. + type: array + items: + description: GenerationStatus keeps track of the generation for + a given resource so that decisions about forced updates can be + made. + type: object + properties: + group: + description: group is the group of the thing you're tracking + type: string + hash: + description: hash is an optional field set for resources without + generation that are content sensitive like secrets and configmaps + type: string + lastGeneration: + description: lastGeneration is the last generation of the workload + controller involved + type: integer + format: int64 + name: + description: name is the name of the thing you're tracking + type: string + namespace: + description: namespace is where the thing you're tracking is + type: string + resource: + description: resource is the resource type of the thing you're + tracking + type: string + observedGeneration: + description: observedGeneration is the last generation change you've + dealt with + type: integer + format: int64 + readyReplicas: + description: readyReplicas indicates how many replicas are ready and + at the desired state + type: integer + format: int32 + version: + description: version is the level this availability applies to + type: string diff --git a/vendor/github.com/openshift/api/operator/v1/0000_70_console-operator.crd.yaml b/vendor/github.com/openshift/api/operator/v1/0000_70_console-operator.crd.yaml index ae39ae7164..0ea432109f 100644 --- a/vendor/github.com/openshift/api/operator/v1/0000_70_console-operator.crd.yaml +++ b/vendor/github.com/openshift/api/operator/v1/0000_70_console-operator.crd.yaml @@ -3,7 +3,9 @@ kind: CustomResourceDefinition metadata: name: consoles.operator.openshift.io annotations: + include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" spec: scope: Cluster group: operator.openshift.io diff --git a/vendor/github.com/openshift/api/operator/v1/0000_70_dns-operator_00-custom-resource-definition.yaml b/vendor/github.com/openshift/api/operator/v1/0000_70_dns-operator_00-custom-resource-definition.yaml index 09bb779084..d891ca4ed8 100644 --- a/vendor/github.com/openshift/api/operator/v1/0000_70_dns-operator_00-custom-resource-definition.yaml +++ b/vendor/github.com/openshift/api/operator/v1/0000_70_dns-operator_00-custom-resource-definition.yaml @@ -3,7 +3,9 @@ kind: CustomResourceDefinition metadata: name: dnses.operator.openshift.io annotations: + include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" spec: group: operator.openshift.io names: diff --git a/vendor/github.com/openshift/api/operator/v1/0000_80_csi_snapshot_controller_operator_01_crd.yaml b/vendor/github.com/openshift/api/operator/v1/0000_80_csi_snapshot_controller_operator_01_crd.yaml index 709eff4fe4..7202530305 100644 --- a/vendor/github.com/openshift/api/operator/v1/0000_80_csi_snapshot_controller_operator_01_crd.yaml +++ b/vendor/github.com/openshift/api/operator/v1/0000_80_csi_snapshot_controller_operator_01_crd.yaml @@ -3,7 +3,9 @@ kind: CustomResourceDefinition metadata: name: csisnapshotcontrollers.operator.openshift.io annotations: + include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" spec: group: operator.openshift.io names: diff --git a/vendor/github.com/openshift/api/operator/v1/0000_90_cluster_csi_driver_01_config.crd.yaml b/vendor/github.com/openshift/api/operator/v1/0000_90_cluster_csi_driver_01_config.crd.yaml index 9ac8d6d151..9d47aa2d6d 100644 --- a/vendor/github.com/openshift/api/operator/v1/0000_90_cluster_csi_driver_01_config.crd.yaml +++ b/vendor/github.com/openshift/api/operator/v1/0000_90_cluster_csi_driver_01_config.crd.yaml @@ -2,7 +2,9 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: + include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" name: clustercsidrivers.operator.openshift.io spec: group: operator.openshift.io diff --git a/vendor/github.com/openshift/api/operator/v1/types_network.go b/vendor/github.com/openshift/api/operator/v1/types_network.go index 71cf5a35e5..891b49fd85 100644 --- a/vendor/github.com/openshift/api/operator/v1/types_network.go +++ b/vendor/github.com/openshift/api/operator/v1/types_network.go @@ -19,9 +19,10 @@ type Network struct { Status NetworkStatus `json:"status,omitempty"` } -// NetworkStatus is currently unused. Instead, status -// is reported in the Network.config.openshift.io object. +// NetworkStatus is detailed operator status, which is distilled +// up to the Network clusteroperator object. type NetworkStatus struct { + OperatorStatus `json:",inline"` } // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object @@ -35,6 +36,8 @@ type NetworkList struct { // NetworkSpec is the top-level network configuration object. type NetworkSpec struct { + OperatorSpec `json:",inline"` + // clusterNetwork is the IP address pool to use for pod IPs. // Some network providers, e.g. OpenShift SDN, support multiple ClusterNetworks. // Others only support one. This is equivalent to the cluster-cidr. @@ -65,21 +68,18 @@ type NetworkSpec struct { // +optional DeployKubeProxy *bool `json:"deployKubeProxy,omitempty"` + // disableNetworkDiagnostics specifies whether or not PodNetworkConnectivityCheck + // CRs from a test pod to every node, apiserver and LB should be disabled or not. + // If unset, this property defaults to 'false' and network diagnostics is enabled. + // Setting this to 'true' would reduce the additional load of the pods performing the checks. + // +optional + // +kubebuilder:default:=false + DisableNetworkDiagnostics bool `json:"disableNetworkDiagnostics"` + // kubeProxyConfig lets us configure desired proxy configuration. // If not specified, sensible defaults will be chosen by OpenShift directly. // Not consumed by all network providers - currently only openshift-sdn. KubeProxyConfig *ProxyConfig `json:"kubeProxyConfig,omitempty"` - - // logLevel allows configuring the logging level of the components deployed - // by the operator. Currently only Kuryr SDN is affected by this setting. - // Please note that turning on extensive logging may affect performance. - // The default value is "Normal". - // - // Valid values are: "Normal", "Debug", "Trace", "TraceAll". - // Defaults to "Normal". - // +optional - // +kubebuilder:default=Normal - LogLevel LogLevel `json:"logLevel,omitempty"` } // ClusterNetworkEntry is a subnet from which to allocate PodIPs. A network of size @@ -321,6 +321,10 @@ type OVNKubernetesConfig struct { // not using OVN. // +optional HybridOverlayConfig *HybridOverlayConfig `json:"hybridOverlayConfig,omitempty"` + // ipsecConfig enables and configures IPsec for pods on the pod network within the + // cluster. + // +optional + IPsecConfig *IPsecConfig `json:"ipsecConfig,omitempty"` } type HybridOverlayConfig struct { @@ -332,6 +336,14 @@ type HybridOverlayConfig struct { HybridOverlayVXLANPort *uint32 `json:"hybridOverlayVXLANPort,omitempty"` } +type IPsecConfig struct { + // enable enables IPsec encryption for pod-to-pod traffic on the pod network + // within the cluster. Default is false. + // +optional + // +kubebuilder:default:=false + Enable bool `json:"enable"` +} + // NetworkType describes the network plugin type to configure type NetworkType string diff --git a/vendor/github.com/openshift/api/operator/v1/zz_generated.deepcopy.go b/vendor/github.com/openshift/api/operator/v1/zz_generated.deepcopy.go index 97439f4028..902fbd2914 100644 --- a/vendor/github.com/openshift/api/operator/v1/zz_generated.deepcopy.go +++ b/vendor/github.com/openshift/api/operator/v1/zz_generated.deepcopy.go @@ -1143,6 +1143,22 @@ func (in *IPAMConfig) DeepCopy() *IPAMConfig { return out } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *IPsecConfig) DeepCopyInto(out *IPsecConfig) { + *out = *in + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IPsecConfig. +func (in *IPsecConfig) DeepCopy() *IPsecConfig { + if in == nil { + return nil + } + out := new(IPsecConfig) + in.DeepCopyInto(out) + return out +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *IngressController) DeepCopyInto(out *IngressController) { *out = *in @@ -1950,7 +1966,7 @@ func (in *Network) DeepCopyInto(out *Network) { out.TypeMeta = in.TypeMeta in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) in.Spec.DeepCopyInto(&out.Spec) - out.Status = in.Status + in.Status.DeepCopyInto(&out.Status) return } @@ -2008,6 +2024,7 @@ func (in *NetworkList) DeepCopyObject() runtime.Object { // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *NetworkSpec) DeepCopyInto(out *NetworkSpec) { *out = *in + in.OperatorSpec.DeepCopyInto(&out.OperatorSpec) if in.ClusterNetwork != nil { in, out := &in.ClusterNetwork, &out.ClusterNetwork *out = make([]ClusterNetworkEntry, len(*in)) @@ -2057,6 +2074,7 @@ func (in *NetworkSpec) DeepCopy() *NetworkSpec { // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *NetworkStatus) DeepCopyInto(out *NetworkStatus) { *out = *in + in.OperatorStatus.DeepCopyInto(&out.OperatorStatus) return } @@ -2169,6 +2187,11 @@ func (in *OVNKubernetesConfig) DeepCopyInto(out *OVNKubernetesConfig) { *out = new(HybridOverlayConfig) (*in).DeepCopyInto(*out) } + if in.IPsecConfig != nil { + in, out := &in.IPsecConfig, &out.IPsecConfig + *out = new(IPsecConfig) + **out = **in + } return } diff --git a/vendor/github.com/openshift/api/operator/v1/zz_generated.swagger_doc_generated.go b/vendor/github.com/openshift/api/operator/v1/zz_generated.swagger_doc_generated.go index e95447cd9e..d36849538e 100644 --- a/vendor/github.com/openshift/api/operator/v1/zz_generated.swagger_doc_generated.go +++ b/vendor/github.com/openshift/api/operator/v1/zz_generated.swagger_doc_generated.go @@ -762,6 +762,14 @@ func (IPAMConfig) SwaggerDoc() map[string]string { return map_IPAMConfig } +var map_IPsecConfig = map[string]string{ + "enable": "enable enables IPsec encryption for pod-to-pod traffic on the pod network within the cluster. Default is false.", +} + +func (IPsecConfig) SwaggerDoc() map[string]string { + return map_IPsecConfig +} + var map_KuryrConfig = map[string]string{ "": "KuryrConfig configures the Kuryr-Kubernetes SDN", "daemonProbesPort": "The port kuryr-daemon will listen for readiness and liveness requests.", @@ -794,15 +802,15 @@ func (NetworkList) SwaggerDoc() map[string]string { } var map_NetworkSpec = map[string]string{ - "": "NetworkSpec is the top-level network configuration object.", - "clusterNetwork": "clusterNetwork is the IP address pool to use for pod IPs. Some network providers, e.g. OpenShift SDN, support multiple ClusterNetworks. Others only support one. This is equivalent to the cluster-cidr.", - "serviceNetwork": "serviceNetwork is the ip address pool to use for Service IPs Currently, all existing network providers only support a single value here, but this is an array to allow for growth.", - "defaultNetwork": "defaultNetwork is the \"default\" network that all pods will receive", - "additionalNetworks": "additionalNetworks is a list of extra networks to make available to pods when multiple networks are enabled.", - "disableMultiNetwork": "disableMultiNetwork specifies whether or not multiple pod network support should be disabled. If unset, this property defaults to 'false' and multiple network support is enabled.", - "deployKubeProxy": "deployKubeProxy specifies whether or not a standalone kube-proxy should be deployed by the operator. Some network providers include kube-proxy or similar functionality. If unset, the plugin will attempt to select the correct value, which is false when OpenShift SDN and ovn-kubernetes are used and true otherwise.", - "kubeProxyConfig": "kubeProxyConfig lets us configure desired proxy configuration. If not specified, sensible defaults will be chosen by OpenShift directly. Not consumed by all network providers - currently only openshift-sdn.", - "logLevel": "logLevel allows configuring the logging level of the components deployed by the operator. Currently only Kuryr SDN is affected by this setting. Please note that turning on extensive logging may affect performance. The default value is \"Normal\".\n\nValid values are: \"Normal\", \"Debug\", \"Trace\", \"TraceAll\". Defaults to \"Normal\".", + "": "NetworkSpec is the top-level network configuration object.", + "clusterNetwork": "clusterNetwork is the IP address pool to use for pod IPs. Some network providers, e.g. OpenShift SDN, support multiple ClusterNetworks. Others only support one. This is equivalent to the cluster-cidr.", + "serviceNetwork": "serviceNetwork is the ip address pool to use for Service IPs Currently, all existing network providers only support a single value here, but this is an array to allow for growth.", + "defaultNetwork": "defaultNetwork is the \"default\" network that all pods will receive", + "additionalNetworks": "additionalNetworks is a list of extra networks to make available to pods when multiple networks are enabled.", + "disableMultiNetwork": "disableMultiNetwork specifies whether or not multiple pod network support should be disabled. If unset, this property defaults to 'false' and multiple network support is enabled.", + "deployKubeProxy": "deployKubeProxy specifies whether or not a standalone kube-proxy should be deployed by the operator. Some network providers include kube-proxy or similar functionality. If unset, the plugin will attempt to select the correct value, which is false when OpenShift SDN and ovn-kubernetes are used and true otherwise.", + "disableNetworkDiagnostics": "disableNetworkDiagnostics specifies whether or not PodNetworkConnectivityCheck CRs from a test pod to every node, apiserver and LB should be disabled or not. If unset, this property defaults to 'false' and network diagnostics is enabled. Setting this to 'true' would reduce the additional load of the pods performing the checks.", + "kubeProxyConfig": "kubeProxyConfig lets us configure desired proxy configuration. If not specified, sensible defaults will be chosen by OpenShift directly. Not consumed by all network providers - currently only openshift-sdn.", } func (NetworkSpec) SwaggerDoc() map[string]string { @@ -810,7 +818,7 @@ func (NetworkSpec) SwaggerDoc() map[string]string { } var map_NetworkStatus = map[string]string{ - "": "NetworkStatus is currently unused. Instead, status is reported in the Network.config.openshift.io object.", + "": "NetworkStatus is detailed operator status, which is distilled up to the Network clusteroperator object.", } func (NetworkStatus) SwaggerDoc() map[string]string { @@ -822,6 +830,7 @@ var map_OVNKubernetesConfig = map[string]string{ "mtu": "mtu is the MTU to use for the tunnel interface. This must be 100 bytes smaller than the uplink mtu. Default is 1400", "genevePort": "geneve port is the UDP port to be used by geneve encapulation. Default is 6081", "hybridOverlayConfig": "HybridOverlayConfig configures an additional overlay network for peers that are not using OVN.", + "ipsecConfig": "ipsecConfig enables and configures IPsec for pods on the pod network within the cluster.", } func (OVNKubernetesConfig) SwaggerDoc() map[string]string { diff --git a/vendor/github.com/openshift/api/operatoringress/v1/0000_50_dns-record.yaml b/vendor/github.com/openshift/api/operatoringress/v1/0000_50_dns-record.yaml index 9244f64666..64e8129c98 100644 --- a/vendor/github.com/openshift/api/operatoringress/v1/0000_50_dns-record.yaml +++ b/vendor/github.com/openshift/api/operatoringress/v1/0000_50_dns-record.yaml @@ -3,7 +3,9 @@ kind: CustomResourceDefinition metadata: name: dnsrecords.ingress.operator.openshift.io annotations: + include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" + include.release.openshift.io/single-node-developer: "true" spec: group: ingress.operator.openshift.io names: diff --git a/vendor/modules.txt b/vendor/modules.txt index b6d24f8479..12e49b4cca 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -139,7 +139,7 @@ github.com/matttproud/golang_protobuf_extensions/pbutil github.com/modern-go/concurrent # github.com/modern-go/reflect2 v1.0.1 github.com/modern-go/reflect2 -# github.com/openshift/api v0.0.0-20201116215713-725145b8f33f +# github.com/openshift/api v0.0.0-20201130121019-19e3831bc513 github.com/openshift/api/config/v1 github.com/openshift/api/operator/v1 github.com/openshift/api/operatoringress/v1